@charset "UTF-8";
/**
==========================================================
-- imported libraries
==========================================================
*/
/* Slider */
@import "../../../fonts/custom/fontcustom/fontcustom.css";
/* line 3, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick.less */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
/* line 17, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick.less */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick.less */
.slick-list:focus {
  outline: none;
}
/* line 28, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick.less */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
/* line 33, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick.less */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 42, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick.less */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 48, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick.less */
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
/* line 54, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick.less */
.slick-track:after {
  clear: both;
}
/* line 58, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick.less */
.slick-loading .slick-track {
  visibility: hidden;
}
/* line 62, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick.less */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 66, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick.less */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 69, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick.less */
.slick-slide img {
  display: block;
}
/* line 72, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick.less */
.slick-slide.slick-loading img {
  display: none;
}
/* line 78, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick.less */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 82, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick.less */
.slick-initialized .slick-slide {
  display: block;
}
/* line 86, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick.less */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 90, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick.less */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* line 96, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick.less */
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
/* line 20, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick-theme.less */
.slick-loading .slick-list {
  background: #fff url('ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/slick.eot');
  src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
/* Arrows */
/* line 36, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick-theme.less */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
/* line 54, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick-theme.less */
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 58, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick-theme.less */
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 62, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick-theme.less */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* line 67, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick-theme.less */
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 77, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick-theme.less */
.slick-prev {
  left: -25px;
}
/* line 79, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick-theme.less */
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
/* line 83, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick-theme.less */
.slick-prev:before {
  content: "←";
}
/* line 85, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick-theme.less */
.slick-prev:before[dir="rtl"] {
  content: "→";
}
/* line 91, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick-theme.less */
.slick-next {
  right: -25px;
}
/* line 93, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick-theme.less */
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
/* line 97, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick-theme.less */
.slick-next:before {
  content: "→";
}
/* line 99, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick-theme.less */
.slick-next:before[dir="rtl"] {
  content: "←";
}
/* Dots */
/* line 107, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick-theme.less */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
/* line 111, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick-theme.less */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 120, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick-theme.less */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 128, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick-theme.less */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 140, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick-theme.less */
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
/* line 142, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick-theme.less */
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
/* line 146, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick-theme.less */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 163, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/node_modules/slick-carousel/slick/slick-theme.less */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/**
==========================================================
-- Custom Code
==========================================================
*/
/* line 1, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_general/_index.less */
section.wm-custom-wp-vc-shortcodes-section {
  padding-bottom: 0;
  padding-top: 0;
}
/* line 9, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_general/_index.less */
.wm-custom-text-row h2 {
  color: #2493cb;
  font-size: 28px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
/* line 16, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_general/_index.less */
.wm-custom-text-row h3 {
  color: #515259;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
/* line 23, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_general/_index.less */
.wm-custom-text-row p {
  color: #6d6e71;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
}
/* line 39, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_general/_index.less */
.slick-arrow.slick-prev:before {
  line-height: 0;
}
/* line 46, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_general/_index.less */
.slick-arrow.slick-next:before {
  line-height: 0;
}
/* line 3, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_category_masonry/_index.less */
.custom-masonry-layout .custom-filtered-masonry {
  position: relative;
}
/* line 8, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_category_masonry/_index.less */
.custom-masonry-layout .custom-filtered-masonry.three-col .masonry-post {
  width: 33%;
}
@media screen and (max-width: 768px) {
  /* line 11, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_category_masonry/_index.less */
  .custom-masonry-layout .custom-filtered-masonry.three-col .masonry-post {
    width: 100%;
  }
}
/* line 22, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_category_masonry/_index.less */
.filters-area .filters-list {
  height: auto;
  list-style: none;
  padding: 0;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
}
/* line 31, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_category_masonry/_index.less */
.filters-area .filters-list li {
  font-family: sans-serif, sans-serif;
  display: inline;
  text-transform: uppercase;
  margin: 0 10px;
  font-size: 13px;
  letter-spacing: 0.1em;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #666;
}
/* line 43, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_category_masonry/_index.less */
.filters-area .filters-list li > span {
  padding: 8px;
  display: inline-block;
  cursor: pointer;
}
/* line 48, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_category_masonry/_index.less */
.filters-area .filters-list li > span:hover {
  color: #000;
  display: inline-block;
}
/* line 54, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_category_masonry/_index.less */
.filters-area .filters-list li:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
/* line 66, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_category_masonry/_index.less */
.filters-area .filters-list li ul.children {
  margin: 5px 0;
  padding-top: 15px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
/* line 73, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_category_masonry/_index.less */
.filters-area .filters-list li ul.children li span.filter-item {
  display: block;
  float: left;
  font-family: "Montserrat", sans-serif;
  background-color: #eeeeee;
}
/* line 82, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_category_masonry/_index.less */
.filters-area .filters-list .active-filter {
  color: #000;
}
/* line 85, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_category_masonry/_index.less */
.filters-area .filters-list .active-filter:after {
  width: 100%;
  background-color: #000;
}
/* line 89, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_category_masonry/_index.less */
.filters-area .filters-list .active-filter:hover {
  color: #000;
}
/* line 94, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_category_masonry/_index.less */
.filters-area .filters-list .top-level-filter-item {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 20px 0;
  background: white;
}
/* line 101, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_category_masonry/_index.less */
.filters-area .filters-list .top-level-filter-item ul {
  display: inline-block;
  float: left;
  margin-left: 0;
}
/* line 106, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_category_masonry/_index.less */
.filters-area .filters-list .top-level-filter-item ul li {
  padding: 0;
  position: relative;
}
/* line 114, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_category_masonry/_index.less */
.filters-area .filters-list .top-level-filter-item > ul {
  float: none;
}
/* line 116, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_category_masonry/_index.less */
.filters-area .filters-list .top-level-filter-item > ul > li {
  position: inherit;
  float: none;
}
/* line 122, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_category_masonry/_index.less */
.filters-area .filters-list .top-level-filter-item .children {
  display: none;
  position: absolute;
}
/* line 128, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_category_masonry/_index.less */
.filters-area .filters-list .top-level-filter-item span.filter-item {
  display: inline-block;
}
/* line 134, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_category_masonry/_index.less */
.filters-area .filters-list .top-level-filter-item span.active-filter + ul.children {
  display: block;
  top: 64px;
  left: 0;
  width: 100%;
}
/* line 140, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_category_masonry/_index.less */
.filters-area .filters-list .top-level-filter-item span.active-filter + ul.children > li {
  float: none;
}
/* line 143, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_category_masonry/_index.less */
.filters-area .filters-list .top-level-filter-item span.active-filter + ul.children > li span {
  float: none;
}
/* line 151, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_category_masonry/_index.less */
.filters-area .filters-list + #works-grid {
  margin-top: 80px;
}
/**
  =================================================================================
  Plugin variables
  =================================================================================
  */
/**
  =================================================================================
  Plugin variables
  =================================================================================
  */
/* line 16, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
.wm_custom_wp_vc_sp_hero_slider_wrapper {
  /**
  =================================================================================
  Old Styles
  =================================================================================
  */
  /**
  =================================================================================
  Old Styles
  =================================================================================
  */
  /**
  =================================================================================
  General Styles:
  =================================================================================
  */
  position: relative;
  /**
  =================================================================================
  END:General Styles:
  =================================================================================
  */
  /**
  =================================================================================
  Slick Slider Resets
  =================================================================================
  */
  /**
  =================================================================================
  END: Slick Slider Resets
  =================================================================================
  */
  /**
  =================================================================================
  100.org Styles:
  =================================================================================
  */
  /**
  =================================================================================
  END : 100.org Styles
  =================================================================================
  */
  /**
  =================================================================================
  Solutions Project:
  =================================================================================
  */
  /**
  =================================================================================
  END : Solutions Project
  =================================================================================
  */
}
/* line 24, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
.wm_custom_wp_vc_sp_hero_slider_wrapper.custom-hero-vc-slider {
  border: 0;
  margin: 0;
  height: 90vh;
  width: 100%;
}
/* line 30, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
.wm_custom_wp_vc_sp_hero_slider_wrapper.custom-hero-vc-slider .slides {
  height: 100%;
}
/* line 32, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
.wm_custom_wp_vc_sp_hero_slider_wrapper.custom-hero-vc-slider .slides img {
  width: auto;
}
/* line 35, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
.wm_custom_wp_vc_sp_hero_slider_wrapper.custom-hero-vc-slider .slides > li {
  height: 100%;
}
/* line 56, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
.wm_custom_wp_vc_sp_hero_slider_wrapper .wm_custom_wp_vc_sp_hero_slider .slide .slider-slide-content-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
}
/* line 75, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
.wm_custom_wp_vc_sp_hero_slider_wrapper .overlay {
  position: relative;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
/* line 94, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
.wm_custom_wp_vc_sp_hero_slider_wrapper .wm_custom_wp_vc_sp_hero_slider {
  padding: 0;
}
/* line 97, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
.wm_custom_wp_vc_sp_hero_slider_wrapper .wm_custom_wp_vc_sp_hero_slider .slick-list {
  height: 100%;
}
/* line 101, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
.wm_custom_wp_vc_sp_hero_slider_wrapper .wm_custom_wp_vc_sp_hero_slider .slick-track {
  height: 100%;
}
/* line 105, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
.wm_custom_wp_vc_sp_hero_slider_wrapper .wm_custom_wp_vc_sp_hero_slider .slick-prev::before,
.wm_custom_wp_vc_sp_hero_slider_wrapper .wm_custom_wp_vc_sp_hero_slider .slick-next::before {
  font-size: 35px!important;
}
/* line 109, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
.wm_custom_wp_vc_sp_hero_slider_wrapper .wm_custom_wp_vc_sp_hero_slider .slick-arrow {
  z-index: 10;
  color: rgba(255, 255, 255, 0.5);
  font-size: 35px;
}
/* line 114, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
.wm_custom_wp_vc_sp_hero_slider_wrapper .wm_custom_wp_vc_sp_hero_slider .slick-arrow:hover {
  color: rgba(255, 255, 255, 0.75);
}
/* line 117, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
.wm_custom_wp_vc_sp_hero_slider_wrapper .wm_custom_wp_vc_sp_hero_slider .slick-arrow.slick-prev {
  left: 10px;
}
/* line 120, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
.wm_custom_wp_vc_sp_hero_slider_wrapper .wm_custom_wp_vc_sp_hero_slider .slick-arrow.slick-prev:before {
  font-size: 35px;
  content: "\f104";
  font-family: FontAwesome;
}
/* line 127, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
.wm_custom_wp_vc_sp_hero_slider_wrapper .wm_custom_wp_vc_sp_hero_slider .slick-arrow.slick-next {
  right: 10px;
}
/* line 130, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
.wm_custom_wp_vc_sp_hero_slider_wrapper .wm_custom_wp_vc_sp_hero_slider .slick-arrow.slick-next:before {
  font-size: 35px;
  content: "\f105";
  font-family: FontAwesome;
}
@media screen and (max-width: 992px) {
  /* line 160, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
  .wm_custom_wp_vc_sp_hero_slider_wrapper.wm_custom_wp_vc_sp_hero_slider-100 {
    height: auto;
  }
  /* line 163, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
  .wm_custom_wp_vc_sp_hero_slider_wrapper.wm_custom_wp_vc_sp_hero_slider-100 .slides {
    height: 300px;
  }
}
@media screen and (min-width: 992px) {
  /* line 170, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
  .wm_custom_wp_vc_sp_hero_slider_wrapper.wm_custom_wp_vc_sp_hero_slider-100 .overlay.overlay-100 {
    background-image: url(../../../images/wm_custom_wp_vc_sp_hero_slider/100/bg.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (max-width: 992px) {
  /* line 177, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
  .wm_custom_wp_vc_sp_hero_slider_wrapper.wm_custom_wp_vc_sp_hero_slider-100 .overlay.overlay-100 {
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  /* line 183, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
  .wm_custom_wp_vc_sp_hero_slider_wrapper.wm_custom_wp_vc_sp_hero_slider-100 .overlay.overlay-100 .overlay-content {
    position: absolute;
    bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  /* line 188, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
  .wm_custom_wp_vc_sp_hero_slider_wrapper.wm_custom_wp_vc_sp_hero_slider-100 .overlay.overlay-100 .overlay-content {
    position: relative;
    padding: 10px 0;
  }
}
/* line 197, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
.wm_custom_wp_vc_sp_hero_slider_wrapper.wm_custom_wp_vc_sp_hero_slider-100 .overlay.overlay-100 .overlay-content .left .title h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 28pt;
  color: #515259;
  margin-bottom: 0;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  /* line 211, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
  .wm_custom_wp_vc_sp_hero_slider_wrapper.wm_custom_wp_vc_sp_hero_slider-100 .overlay.overlay-100 .overlay-content .right .buttons-wrapper {
    padding: 20px 0;
    text-align: left!important;
  }
  /* line 215, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
  .wm_custom_wp_vc_sp_hero_slider_wrapper.wm_custom_wp_vc_sp_hero_slider-100 .overlay.overlay-100 .overlay-content .right .buttons-wrapper a.btn-hero-primary {
    display: block;
    clear: both;
    width: 100%;
    margin-bottom: 5px;
  }
  /* line 222, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
  .wm_custom_wp_vc_sp_hero_slider_wrapper.wm_custom_wp_vc_sp_hero_slider-100 .overlay.overlay-100 .overlay-content .right .buttons-wrapper a.btn-hero-secondary {
    display: block;
    clear: both;
    width: 100%;
    margin-bottom: 5px;
  }
  /* line 229, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
  .wm_custom_wp_vc_sp_hero_slider_wrapper.wm_custom_wp_vc_sp_hero_slider-100 .overlay.overlay-100 .overlay-content .right .buttons-wrapper a.wm-custom-vc-scroll-to-btn {
    display: block;
    clear: both;
  }
}
/* line 238, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
.wm_custom_wp_vc_sp_hero_slider_wrapper.wm_custom_wp_vc_sp_hero_slider-100 .overlay.overlay-100 .overlay-content .right .buttons-wrapper a.btn-hero-primary {
  font-family: 'Montserrat', sans-serif;
  font-size: 14pt;
  padding-right: 25px;
  color: #2493cb;
  text-transform: uppercase;
}
/* line 246, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
.wm_custom_wp_vc_sp_hero_slider_wrapper.wm_custom_wp_vc_sp_hero_slider-100 .overlay.overlay-100 .overlay-content .right .buttons-wrapper a.btn-hero-secondary {
  text-transform: uppercase;
  color: #2493cb;
  font-size: 14pt;
  font-family: 'Montserrat', sans-serif;
  padding-right: 25px;
}
/* line 254, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
.wm_custom_wp_vc_sp_hero_slider_wrapper.wm_custom_wp_vc_sp_hero_slider-100 .overlay.overlay-100 .overlay-content .right .buttons-wrapper a.wm-custom-vc-scroll-to-btn {
  display: inline-block;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  background-color: #2493cb;
  color: #fff;
  padding: 14px 24px;
}
/* line 262, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
.wm_custom_wp_vc_sp_hero_slider_wrapper.wm_custom_wp_vc_sp_hero_slider-100 .overlay.overlay-100 .overlay-content .right .buttons-wrapper a.wm-custom-vc-scroll-to-btn i {
  vertical-align: middle;
  font-size: 38pt;
}
/* line 290, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
.wm_custom_wp_vc_sp_hero_slider_wrapper.wm_custom_wp_vc_sp_hero_slider-sp {
  position: relative;
}
@media screen and (max-width: 992px) {
  /* line 293, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
  .wm_custom_wp_vc_sp_hero_slider_wrapper.wm_custom_wp_vc_sp_hero_slider-sp {
    height: auto;
  }
  /* line 296, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
  .wm_custom_wp_vc_sp_hero_slider_wrapper.wm_custom_wp_vc_sp_hero_slider-sp .slides {
    height: 300px;
  }
}
@media screen and (max-width: 992px) {
  /* line 303, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
  .wm_custom_wp_vc_sp_hero_slider_wrapper.wm_custom_wp_vc_sp_hero_slider-sp .overlay.overlay-sp {
    position: relative;
  }
}
@media screen and (max-width: 992px) {
  /* line 309, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
  .wm_custom_wp_vc_sp_hero_slider_wrapper.wm_custom_wp_vc_sp_hero_slider-sp .overlay.overlay-sp .overlay-content {
    position: relative;
    padding: 10px 0;
  }
}
/* line 314, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
.wm_custom_wp_vc_sp_hero_slider_wrapper.wm_custom_wp_vc_sp_hero_slider-sp .overlay.overlay-sp .overlay-content .title-wrapper {
  padding: 10px;
}
/* line 317, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
.wm_custom_wp_vc_sp_hero_slider_wrapper.wm_custom_wp_vc_sp_hero_slider-sp .overlay.overlay-sp .overlay-content .title-wrapper h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #515259;
}
@media screen and (min-width: 992px) {
  /* line 324, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
  .wm_custom_wp_vc_sp_hero_slider_wrapper.wm_custom_wp_vc_sp_hero_slider-sp .overlay.overlay-sp .overlay-content .title-wrapper {
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url(../../../images/wm_custom_wp_vc_sp_hero_slider/sp/bg-2.png);
    max-width: 718px;
    height: 530px;
  }
  /* line 331, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
  .wm_custom_wp_vc_sp_hero_slider_wrapper.wm_custom_wp_vc_sp_hero_slider-sp .overlay.overlay-sp .overlay-content .title-wrapper h1 {
    padding-left: 20px;
    display: block;
    max-width: 440px;
  }
}
/* line 340, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
.wm_custom_wp_vc_sp_hero_slider_wrapper.wm_custom_wp_vc_sp_hero_slider-sp .overlay.overlay-sp .scroll-to-wrapper {
  text-align: center;
}
@media screen and (min-width: 992px) {
  /* line 343, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
  .wm_custom_wp_vc_sp_hero_slider_wrapper.wm_custom_wp_vc_sp_hero_slider-sp .overlay.overlay-sp .scroll-to-wrapper {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
  }
}
/* line 350, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
.wm_custom_wp_vc_sp_hero_slider_wrapper.wm_custom_wp_vc_sp_hero_slider-sp .overlay.overlay-sp .scroll-to-wrapper a.wm-custom-vc-scroll-to-btn {
  color: #fff;
}
@media screen and (min-width: 992px) {
  /* line 353, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
  .wm_custom_wp_vc_sp_hero_slider_wrapper.wm_custom_wp_vc_sp_hero_slider-sp .overlay.overlay-sp .scroll-to-wrapper a.wm-custom-vc-scroll-to-btn {
    display: inline-block;
    width: 188px;
    height: 95px;
    background-image: url(../../../images/wm_custom_wp_vc_sp_hero_slider/sp/bg-3.png);
    background-position: top;
  }
  /* line 360, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
  .wm_custom_wp_vc_sp_hero_slider_wrapper.wm_custom_wp_vc_sp_hero_slider-sp .overlay.overlay-sp .scroll-to-wrapper a.wm-custom-vc-scroll-to-btn i {
    padding-top: 15%;
  }
}
@media screen and (max-width: 992px) {
  /* line 365, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
  .wm_custom_wp_vc_sp_hero_slider_wrapper.wm_custom_wp_vc_sp_hero_slider-sp .overlay.overlay-sp .scroll-to-wrapper a.wm-custom-vc-scroll-to-btn {
    color: #515259;
  }
}
/* line 370, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_hero_slider/_index.less */
.wm_custom_wp_vc_sp_hero_slider_wrapper.wm_custom_wp_vc_sp_hero_slider-sp .overlay.overlay-sp .scroll-to-wrapper a.wm-custom-vc-scroll-to-btn i {
  font-size: 50px;
}
/* line 2, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_caption_slider/_index.less */
.wm_custom_wp_vc_sp_caption_slider_wrapper {
  position: relative;
  max-width: 100%;
  /**
  =================================================================================
  Slick Slider Resets
  =================================================================================
  */
  /**
  =================================================================================
  END: Slick Slider Resets
  =================================================================================
  */
  /**
  =================================================================================
  General Styles
  =================================================================================
  */
  /**
  =================================================================================
  General Styles
  =================================================================================
  */
  /**
  =================================================================================
  100.org Styles:
  =================================================================================
  */
  /**
  =================================================================================
  END : 100.org Styles
  =================================================================================
  */
  /**
  =================================================================================
  Solutions Project:
  =================================================================================
  */
  /**
  =================================================================================
  END : Solutions Project
  =================================================================================
  */
}
/* line 6, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_caption_slider/_index.less */
.wm_custom_wp_vc_sp_caption_slider_wrapper .overlay {
  position: relative;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
/* line 23, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_caption_slider/_index.less */
.wm_custom_wp_vc_sp_caption_slider_wrapper .wm_custom_wp_vc_sp_caption_slider {
  padding: 0;
}
/* line 26, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_caption_slider/_index.less */
.wm_custom_wp_vc_sp_caption_slider_wrapper .wm_custom_wp_vc_sp_caption_slider .slick-list {
  height: 100%;
}
/* line 30, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_caption_slider/_index.less */
.wm_custom_wp_vc_sp_caption_slider_wrapper .wm_custom_wp_vc_sp_caption_slider .slick-track {
  height: 100%;
}
/* line 34, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_caption_slider/_index.less */
.wm_custom_wp_vc_sp_caption_slider_wrapper .wm_custom_wp_vc_sp_caption_slider .slick-prev::before,
.wm_custom_wp_vc_sp_caption_slider_wrapper .wm_custom_wp_vc_sp_caption_slider .slick-next::before {
  font-size: 35px!important;
}
/* line 38, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_caption_slider/_index.less */
.wm_custom_wp_vc_sp_caption_slider_wrapper .wm_custom_wp_vc_sp_caption_slider .slick-arrow {
  z-index: 10;
  color: rgba(255, 255, 255, 0.5);
  font-size: 35px;
}
/* line 43, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_caption_slider/_index.less */
.wm_custom_wp_vc_sp_caption_slider_wrapper .wm_custom_wp_vc_sp_caption_slider .slick-arrow:hover {
  color: rgba(255, 255, 255, 0.75);
}
/* line 46, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_caption_slider/_index.less */
.wm_custom_wp_vc_sp_caption_slider_wrapper .wm_custom_wp_vc_sp_caption_slider .slick-arrow.slick-prev {
  left: 10px;
}
/* line 49, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_caption_slider/_index.less */
.wm_custom_wp_vc_sp_caption_slider_wrapper .wm_custom_wp_vc_sp_caption_slider .slick-arrow.slick-prev:before {
  font-size: 35px;
  content: "\f104";
  font-family: FontAwesome;
}
/* line 56, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_caption_slider/_index.less */
.wm_custom_wp_vc_sp_caption_slider_wrapper .wm_custom_wp_vc_sp_caption_slider .slick-arrow.slick-next {
  right: 10px;
}
/* line 59, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_caption_slider/_index.less */
.wm_custom_wp_vc_sp_caption_slider_wrapper .wm_custom_wp_vc_sp_caption_slider .slick-arrow.slick-next:before {
  font-size: 35px;
  content: "\f105";
  font-family: FontAwesome;
}
/* line 88, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_caption_slider/_index.less */
.wm_custom_wp_vc_sp_caption_slider_wrapper ul.wm_custom_wp_vc_sp_caption_slider {
  border: 0;
  margin: 0;
  height: 90vh;
  width: 100%;
  padding-left: 0;
}
/* line 95, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_caption_slider/_index.less */
.wm_custom_wp_vc_sp_caption_slider_wrapper ul.wm_custom_wp_vc_sp_caption_slider img {
  width: auto;
}
/* line 98, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_caption_slider/_index.less */
.wm_custom_wp_vc_sp_caption_slider_wrapper ul.wm_custom_wp_vc_sp_caption_slider > li {
  height: 100%;
}
@media screen and (max-width: 992px) {
  /* line 101, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_caption_slider/_index.less */
  .wm_custom_wp_vc_sp_caption_slider_wrapper ul.wm_custom_wp_vc_sp_caption_slider {
    height: 300px;
  }
}
/* line 107, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_caption_slider/_index.less */
.wm_custom_wp_vc_sp_caption_slider_wrapper ul.wm_custom_wp_vc_sp_caption_slider .slide .slider-slide-content-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 113, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_caption_slider/_index.less */
.wm_custom_wp_vc_sp_caption_slider_wrapper ul.wm_custom_wp_vc_sp_caption_slider .slide .slider-slide-content-image .caption {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 20px;
  color: #000;
  font-size: 1.5em;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
/* line 6, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_button_row/_index.less */
section.wm_custom_wp_vc_sp_button_row.wm-custom-wp-vc-shortcodes-section {
  padding-top: 66px;
  padding-bottom: 57px;
  background-color: #fff;
}
/* line 13, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_button_row/_index.less */
section.wm_custom_wp_vc_sp_button_row.wm-custom-wp-vc-shortcodes-section.wm_custom_wp_vc_sp_button_row-100 {
  background-image: url(../../../images/wm_custom_wp_vc_sp_button_row/bg.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
/* line 19, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_button_row/_index.less */
section.wm_custom_wp_vc_sp_button_row.wm-custom-wp-vc-shortcodes-section .row_title {
  text-align: center;
}
/* line 22, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_button_row/_index.less */
section.wm_custom_wp_vc_sp_button_row.wm-custom-wp-vc-shortcodes-section .row_title h2 {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 44px;
  color: #2493cb;
}
/* line 32, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_button_row/_index.less */
section.wm_custom_wp_vc_sp_button_row.wm-custom-wp-vc-shortcodes-section .row_description {
  text-align: center;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 43px;
  color: #6d6e71;
  font-weight: normal;
}
@media screen and (min-width: 992px) {
  /* line 40, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_button_row/_index.less */
  section.wm_custom_wp_vc_sp_button_row.wm-custom-wp-vc-shortcodes-section .row_description {
    max-width: 656px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 47, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_button_row/_index.less */
section.wm_custom_wp_vc_sp_button_row.wm-custom-wp-vc-shortcodes-section .row_button {
  text-align: center;
}
/* line 50, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_button_row/_index.less */
section.wm_custom_wp_vc_sp_button_row.wm-custom-wp-vc-shortcodes-section .row_button .custom-btn-primary {
  display: inline-block;
  width: auto;
  border-width: 4px;
  border-style: solid;
  border-color: #f0efef;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #2493cb;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 22px;
  padding: 63px 33px;
  color: #fff;
  line-height: 120%;
  text-transform: uppercase;
}
/* line 3, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_story_slider/_index.less */
.wm_custom_wp_vc_sp_story_slider_wrapper {
  position: relative;
  /**
  =================================================================================
  Slick Slider Resets
  =================================================================================
  */
  /**
  =================================================================================
  END: Slick Slider Resets
  =================================================================================
  */
  /**
  =================================================================================
  General Styles
  =================================================================================
  */
  /**
  =================================================================================
  General Styles
  =================================================================================
  */
  /**
  =================================================================================
  100.org Styles:
  =================================================================================
  */
  /**
  =================================================================================
  END : 100.org Styles
  =================================================================================
  */
  /**
  =================================================================================
  Solutions Project:
  =================================================================================
  */
  /**
  =================================================================================
  END : Solutions Project
  =================================================================================
  */
}
/* line 14, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_story_slider/_index.less */
.wm_custom_wp_vc_sp_story_slider_wrapper .wm_custom_wp_vc_sp_story_slider .slick-list {
  height: 100%;
}
/* line 18, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_story_slider/_index.less */
.wm_custom_wp_vc_sp_story_slider_wrapper .wm_custom_wp_vc_sp_story_slider .slick-track {
  height: 100%;
}
/* line 22, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_story_slider/_index.less */
.wm_custom_wp_vc_sp_story_slider_wrapper .wm_custom_wp_vc_sp_story_slider .slick-prev::before,
.wm_custom_wp_vc_sp_story_slider_wrapper .wm_custom_wp_vc_sp_story_slider .slick-next::before {
  font-size: 35px!important;
}
/* line 26, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_story_slider/_index.less */
.wm_custom_wp_vc_sp_story_slider_wrapper .wm_custom_wp_vc_sp_story_slider .slick-arrow {
  z-index: 3;
  color: rgba(255, 255, 255, 0.5);
}
/* line 30, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_story_slider/_index.less */
.wm_custom_wp_vc_sp_story_slider_wrapper .wm_custom_wp_vc_sp_story_slider .slick-arrow:hover {
  color: rgba(255, 255, 255, 0.75);
}
/* line 33, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_story_slider/_index.less */
.wm_custom_wp_vc_sp_story_slider_wrapper .wm_custom_wp_vc_sp_story_slider .slick-arrow.slick-prev {
  left: 10px;
}
/* line 36, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_story_slider/_index.less */
.wm_custom_wp_vc_sp_story_slider_wrapper .wm_custom_wp_vc_sp_story_slider .slick-arrow.slick-prev:before {
  font-size: 35px;
  content: "\f104";
  font-family: FontAwesome;
}
/* line 43, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_story_slider/_index.less */
.wm_custom_wp_vc_sp_story_slider_wrapper .wm_custom_wp_vc_sp_story_slider .slick-arrow.slick-next {
  right: 10px;
}
/* line 46, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_story_slider/_index.less */
.wm_custom_wp_vc_sp_story_slider_wrapper .wm_custom_wp_vc_sp_story_slider .slick-arrow.slick-next:before {
  font-size: 35px;
  content: "\f105";
  font-family: FontAwesome;
}
/* line 75, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_story_slider/_index.less */
.wm_custom_wp_vc_sp_story_slider_wrapper ul.wm_custom_wp_vc_sp_story_slider {
  border: 0;
  margin: 0;
  width: 100%;
  padding-left: 0;
}
/* line 82, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_story_slider/_index.less */
.wm_custom_wp_vc_sp_story_slider_wrapper ul.wm_custom_wp_vc_sp_story_slider img {
  width: auto;
}
/* line 85, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_story_slider/_index.less */
.wm_custom_wp_vc_sp_story_slider_wrapper ul.wm_custom_wp_vc_sp_story_slider > li {
  height: 100%;
}
/* line 90, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_story_slider/_index.less */
.wm_custom_wp_vc_sp_story_slider_wrapper ul.wm_custom_wp_vc_sp_story_slider .slide .slider-slide-content-image {
  background-size: cover;
}
/* line 94, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_story_slider/_index.less */
.wm_custom_wp_vc_sp_story_slider_wrapper ul.wm_custom_wp_vc_sp_story_slider .slide .slider-slide-content-image .overlay {
  padding-top: 262px;
  padding-bottom: 196px;
  background-image: url("../../../images/wm_custom_wp_vc_sp_story_slider/bg.png");
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
/* line 104, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_story_slider/_index.less */
.wm_custom_wp_vc_sp_story_slider_wrapper ul.wm_custom_wp_vc_sp_story_slider .slide .slider-slide-content-image .overlay .slider-slide-content-title h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 40px;
  color: #636464;
  display: inline-block;
  clear: both;
  max-width: 400px;
  margin-bottom: 33px;
}
/* line 118, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_story_slider/_index.less */
.wm_custom_wp_vc_sp_story_slider_wrapper ul.wm_custom_wp_vc_sp_story_slider .slide .slider-slide-content-image .overlay .slider-slide-content-button .custom-btn-primary {
  background-color: #2493cb;
  font-size: 14px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  padding: 17px 11px;
}
/* line 8, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_diamond_row/_index.less */
section.wm_custom_wp_vc_sp_diamond_row {
  padding-top: 60px;
  padding-bottom: 60px;
}
/* line 20, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_diamond_row/_index.less */
section.wm_custom_wp_vc_sp_diamond_row .diamond.diamond-1 .diamond-item-link .title-wrapper h4 {
  border-color: #fabf27;
}
@media screen and (min-width: 992px) {
  /* line 29, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_diamond_row/_index.less */
  section.wm_custom_wp_vc_sp_diamond_row .diamond.diamond-1 .diamond-item-link .description-wrapper p.description {
    float: right;
  }
}
/* line 43, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_diamond_row/_index.less */
section.wm_custom_wp_vc_sp_diamond_row .diamond.diamond-2 .diamond-item-link .title-wrapper h4 {
  border-color: #f9a21d;
}
@media screen and (min-width: 992px) {
  /* line 52, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_diamond_row/_index.less */
  section.wm_custom_wp_vc_sp_diamond_row .diamond.diamond-2 .diamond-item-link .description-wrapper p.description {
    float: left;
  }
}
/* line 66, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_diamond_row/_index.less */
section.wm_custom_wp_vc_sp_diamond_row .diamond.diamond-3 .diamond-item-link .title-wrapper h4 {
  border-color: #148c9e;
}
@media screen and (min-width: 992px) {
  /* line 75, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_diamond_row/_index.less */
  section.wm_custom_wp_vc_sp_diamond_row .diamond.diamond-3 .diamond-item-link .description-wrapper p.description {
    float: right;
  }
}
/* line 89, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_diamond_row/_index.less */
section.wm_custom_wp_vc_sp_diamond_row .diamond.diamond-4 .diamond-item-link .title-wrapper h4 {
  border-color: #47c0e1;
}
@media screen and (min-width: 992px) {
  /* line 98, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_diamond_row/_index.less */
  section.wm_custom_wp_vc_sp_diamond_row .diamond.diamond-4 .diamond-item-link .description-wrapper p.description {
    float: left;
  }
}
/* line 115, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_diamond_row/_index.less */
section.wm_custom_wp_vc_sp_diamond_row .diamond .diamond-item-link .diamond-img-wrapper img.diamond-part {
  width: 100%;
  height: auto;
}
/* line 124, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_diamond_row/_index.less */
section.wm_custom_wp_vc_sp_diamond_row .diamond .diamond-item-link .title-wrapper h4 {
  color: #515259;
  border-right-width: 5px;
  border-right-style: solid;
  display: inline-block;
  padding-right: 5px;
  clear: both;
  width: auto;
  font-size: 21px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  /* line 138, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_diamond_row/_index.less */
  section.wm_custom_wp_vc_sp_diamond_row .diamond .diamond-item-link .title-wrapper h4 {
    max-width: 260px;
  }
}
/* line 144, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_diamond_row/_index.less */
section.wm_custom_wp_vc_sp_diamond_row .diamond .diamond-item-link .description-wrapper {
  margin-bottom: 14px;
}
/* line 147, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_diamond_row/_index.less */
section.wm_custom_wp_vc_sp_diamond_row .diamond .diamond-item-link .description-wrapper p.description {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #666766;
}
@media screen and (min-width: 992px) {
  /* line 153, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_diamond_row/_index.less */
  section.wm_custom_wp_vc_sp_diamond_row .diamond .diamond-item-link .description-wrapper p.description {
    max-width: 260px;
  }
}
/* line 159, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_diamond_row/_index.less */
section.wm_custom_wp_vc_sp_diamond_row .diamond .diamond-item-link .link-wrapper {
  color: #636464;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  /* line 166, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_diamond_row/_index.less */
  section.wm_custom_wp_vc_sp_diamond_row .diamond .diamond-item-link .link-wrapper .link-wrapper-content {
    display: inline-block;
    max-width: 260px;
  }
}
@media screen and (min-width: 992px) {
  /* line 190, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_diamond_row/_index.less */
  section.wm_custom_wp_vc_sp_diamond_row .diamond .diamond-item-link:hover .right .diamond-img-wrapper .diamond-bg {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@media screen and (max-width: 992px) {
  /* line 195, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_diamond_row/_index.less */
  section.wm_custom_wp_vc_sp_diamond_row .diamond .diamond-item-link:hover .right .diamond-img-wrapper .diamond-bg {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@media screen and (min-width: 992px) {
  /* line 203, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_diamond_row/_index.less */
  section.wm_custom_wp_vc_sp_diamond_row .diamond .diamond-item-link:hover .right .diamond-img-wrapper .diamond-part {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@media screen and (max-width: 992px) {
  /* line 208, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_diamond_row/_index.less */
  section.wm_custom_wp_vc_sp_diamond_row .diamond .diamond-item-link:hover .right .diamond-img-wrapper .diamond-part {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
/* line 226, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_diamond_row/_index.less */
section.wm_custom_wp_vc_sp_diamond_row .diamond .diamond-item-link .left.pull-right .title-wrapper h4 {
  border-right: none;
  padding-right: 0;
  border-left-width: 5px;
  border-left-style: solid;
  padding-left: 5px;
}
/* line 239, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_diamond_row/_index.less */
section.wm_custom_wp_vc_sp_diamond_row .diamond .diamond-item-link .right .diamond-img-wrapper {
  position: relative;
}
/* line 242, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_diamond_row/_index.less */
section.wm_custom_wp_vc_sp_diamond_row .diamond .diamond-item-link .right .diamond-img-wrapper .diamond-bg {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
@media screen and (min-width: 992px) {
  /* line 248, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_diamond_row/_index.less */
  section.wm_custom_wp_vc_sp_diamond_row .diamond .diamond-item-link .right .diamond-img-wrapper .diamond-bg {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@media screen and (max-width: 992px) {
  /* line 253, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_diamond_row/_index.less */
  section.wm_custom_wp_vc_sp_diamond_row .diamond .diamond-item-link .right .diamond-img-wrapper .diamond-bg {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
/* line 259, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_diamond_row/_index.less */
section.wm_custom_wp_vc_sp_diamond_row .diamond .diamond-item-link .right .diamond-img-wrapper .diamond-part {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
@media screen and (min-width: 992px) {
  /* line 262, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_diamond_row/_index.less */
  section.wm_custom_wp_vc_sp_diamond_row .diamond .diamond-item-link .right .diamond-img-wrapper .diamond-part {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@media screen and (max-width: 992px) {
  /* line 267, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_diamond_row/_index.less */
  section.wm_custom_wp_vc_sp_diamond_row .diamond .diamond-item-link .right .diamond-img-wrapper .diamond-part {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
/* line 4, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_signup_row/_index.less */
section.wm_custom_wp_vc_sp_signup_row {
  background-color: #34a4db;
  padding-top: 34px;
  padding-bottom: 50px;
}
/* line 11, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_signup_row/_index.less */
section.wm_custom_wp_vc_sp_signup_row .left h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  margin: 0;
  font-size: 26px;
  color: #fff;
}
@media screen and (min-width: 992px) {
  /* line 22, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_signup_row/_index.less */
  section.wm_custom_wp_vc_sp_signup_row .right {
    text-align: right;
  }
  /* line 25, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_signup_row/_index.less */
  section.wm_custom_wp_vc_sp_signup_row .right a {
    margin-left: 19px;
  }
}
/* line 30, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_signup_row/_index.less */
section.wm_custom_wp_vc_sp_signup_row .right a {
  color: #fff;
  font-size: 15px;
  padding: 18px;
}
/* line 38, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_signup_row/_index.less */
section.wm_custom_wp_vc_sp_signup_row .right .social-media a.wm_custom_wp_vc_sp_signup_row_link {
  border: solid 1px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
/* line 42, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_signup_row/_index.less */
section.wm_custom_wp_vc_sp_signup_row .right .social-media a.wm_custom_wp_vc_sp_signup_row_link.type-fa-twitter {
  padding-left: 20px;
  padding-right: 20px;
}
/* line 47, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_signup_row/_index.less */
section.wm_custom_wp_vc_sp_signup_row .right .social-media a.wm_custom_wp_vc_sp_signup_row_link.type-fa-facebook {
  padding-left: 22px;
  padding-right: 22px;
}
/* line 52, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_signup_row/_index.less */
section.wm_custom_wp_vc_sp_signup_row .right .social-media a.wm_custom_wp_vc_sp_signup_row_link.type-fa-instagram {
  padding-left: 20px;
  padding-right: 20px;
}
/* line 59, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_signup_row/_index.less */
section.wm_custom_wp_vc_sp_signup_row .right .actionkit_trigger {
  padding-left: 23px;
  padding-right: 23px;
  border: solid 1px;
}
/* line 3, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_award_slider/_index.less */
.wm_custom_wp_vc_sp_award_slider_wrapper {
  position: relative;
  max-width: 100%;
  /**
  =================================================================================
  Slick Slider Resets
  =================================================================================
  */
  /**
  =================================================================================
  END: Slick Slider Resets
  =================================================================================
  */
  /**
  =================================================================================
  General Styles
  =================================================================================
  */
  /**
  =================================================================================
  General Styles
  =================================================================================
  */
}
/* line 15, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_award_slider/_index.less */
.wm_custom_wp_vc_sp_award_slider_wrapper .wm_custom_wp_vc_sp_award_slider .slick-list {
  height: 100%;
}
/* line 19, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_award_slider/_index.less */
.wm_custom_wp_vc_sp_award_slider_wrapper .wm_custom_wp_vc_sp_award_slider .slick-track {
  height: 100%;
}
/* line 23, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_award_slider/_index.less */
.wm_custom_wp_vc_sp_award_slider_wrapper .wm_custom_wp_vc_sp_award_slider .slick-prev::before,
.wm_custom_wp_vc_sp_award_slider_wrapper .wm_custom_wp_vc_sp_award_slider .slick-next::before {
  font-size: 35px!important;
}
/* line 27, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_award_slider/_index.less */
.wm_custom_wp_vc_sp_award_slider_wrapper .wm_custom_wp_vc_sp_award_slider .slick-arrow {
  z-index: 3;
  color: rgba(255, 255, 255, 0.5);
}
/* line 31, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_award_slider/_index.less */
.wm_custom_wp_vc_sp_award_slider_wrapper .wm_custom_wp_vc_sp_award_slider .slick-arrow:hover {
  color: rgba(255, 255, 255, 0.75);
}
/* line 34, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_award_slider/_index.less */
.wm_custom_wp_vc_sp_award_slider_wrapper .wm_custom_wp_vc_sp_award_slider .slick-arrow.slick-prev {
  left: 10px;
}
/* line 37, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_award_slider/_index.less */
.wm_custom_wp_vc_sp_award_slider_wrapper .wm_custom_wp_vc_sp_award_slider .slick-arrow.slick-prev:before {
  font-size: 35px;
  content: "\f104";
  font-family: FontAwesome;
}
/* line 44, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_award_slider/_index.less */
.wm_custom_wp_vc_sp_award_slider_wrapper .wm_custom_wp_vc_sp_award_slider .slick-arrow.slick-next {
  right: 10px;
}
/* line 47, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_award_slider/_index.less */
.wm_custom_wp_vc_sp_award_slider_wrapper .wm_custom_wp_vc_sp_award_slider .slick-arrow.slick-next:before {
  font-size: 35px;
  content: "\f105";
  font-family: FontAwesome;
}
/* line 76, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_award_slider/_index.less */
.wm_custom_wp_vc_sp_award_slider_wrapper ul.wm_custom_wp_vc_sp_award_slider {
  border: 0;
  margin: 0;
  width: 100%;
  padding-left: 0;
}
/* line 83, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_award_slider/_index.less */
.wm_custom_wp_vc_sp_award_slider_wrapper ul.wm_custom_wp_vc_sp_award_slider img {
  width: auto;
}
/* line 86, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_award_slider/_index.less */
.wm_custom_wp_vc_sp_award_slider_wrapper ul.wm_custom_wp_vc_sp_award_slider > li {
  height: 100%;
}
@media screen and (max-width: 992px) {
}
/* line 95, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_award_slider/_index.less */
.wm_custom_wp_vc_sp_award_slider_wrapper ul.wm_custom_wp_vc_sp_award_slider .slide .slider-slide-content-image {
  background-size: cover;
}
/* line 99, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_award_slider/_index.less */
.wm_custom_wp_vc_sp_award_slider_wrapper ul.wm_custom_wp_vc_sp_award_slider .slide .slider-slide-content-image .overlay {
  background: rgba(24, 24, 24, 0.8);
  height: 100%;
  width: 100%;
  padding-top: 142px;
  padding-bottom: 160px;
}
@media screen and (min-width: 992px) {
  /* line 108, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_award_slider/_index.less */
  .wm_custom_wp_vc_sp_award_slider_wrapper ul.wm_custom_wp_vc_sp_award_slider .slide .slider-slide-content-image .overlay .f-image-wrapper {
    text-align: right;
  }
}
@media screen and (max-width: 992px) {
  /* line 112, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_award_slider/_index.less */
  .wm_custom_wp_vc_sp_award_slider_wrapper ul.wm_custom_wp_vc_sp_award_slider .slide .slider-slide-content-image .overlay .f-image-wrapper {
    text-align: center;
    padding-bottom: 33px;
  }
}
/* line 117, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_award_slider/_index.less */
.wm_custom_wp_vc_sp_award_slider_wrapper ul.wm_custom_wp_vc_sp_award_slider .slide .slider-slide-content-image .overlay .f-image-wrapper img {
  display: inline;
  max-width: 305px;
  height: auto;
}
@media screen and (min-width: 992px) {
  /* line 123, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_award_slider/_index.less */
  .wm_custom_wp_vc_sp_award_slider_wrapper ul.wm_custom_wp_vc_sp_award_slider .slide .slider-slide-content-image .overlay .f-image-wrapper img {
    text-align: right;
    border-right: solid 1px #fff;
    padding-right: 15px;
  }
}
@media screen and (max-width: 992px) {
  /* line 134, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_award_slider/_index.less */
  .wm_custom_wp_vc_sp_award_slider_wrapper ul.wm_custom_wp_vc_sp_award_slider .slide .slider-slide-content-image .overlay .title-link-wrapper {
    text-align: center;
  }
}
/* line 140, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_award_slider/_index.less */
.wm_custom_wp_vc_sp_award_slider_wrapper ul.wm_custom_wp_vc_sp_award_slider .slide .slider-slide-content-image .overlay .title-link-wrapper .title-wrapper h2 {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: lighter;
  font-size: 20px;
  color: #f9a21d;
  margin-bottom: 33px;
}
@media screen and (min-width: 992px) {
  /* line 148, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_award_slider/_index.less */
  .wm_custom_wp_vc_sp_award_slider_wrapper ul.wm_custom_wp_vc_sp_award_slider .slide .slider-slide-content-image .overlay .title-link-wrapper .title-wrapper h2 {
    max-width: 350px;
  }
}
/* line 156, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_award_slider/_index.less */
.wm_custom_wp_vc_sp_award_slider_wrapper ul.wm_custom_wp_vc_sp_award_slider .slide .slider-slide-content-image .overlay .title-link-wrapper .link-wrapper a {
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}
/* line 162, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_award_slider/_index.less */
.wm_custom_wp_vc_sp_award_slider_wrapper ul.wm_custom_wp_vc_sp_award_slider .slide .slider-slide-content-image .overlay .title-link-wrapper .link-wrapper a.custom-btn-primary {
  padding: 18px 24px;
  border: solid 1px #fff;
  display: inline-block;
}
/* line 1, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_links_listing/_index.less */
.wm_custom_wp_vc_sp_links_listing_wrapper {
  background-color: #fff;
  /**
  =================================================================================
  General Styles
  =================================================================================
  */
  /**
  =================================================================================
  General Styles
  =================================================================================
  */
}
/* line 9, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_links_listing/_index.less */
.wm_custom_wp_vc_sp_links_listing_wrapper ul.wm_custom_wp_vc_sp_links_listing {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 34px;
  padding-bottom: 34px;
}
/* line 17, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_links_listing/_index.less */
.wm_custom_wp_vc_sp_links_listing_wrapper ul.wm_custom_wp_vc_sp_links_listing .link {
  padding: 3.5px;
}
/* line 20, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_links_listing/_index.less */
.wm_custom_wp_vc_sp_links_listing_wrapper ul.wm_custom_wp_vc_sp_links_listing .link .links-link-content-image.links-link-content {
  width: 100%;
  background-size: cover;
}
/* line 26, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_links_listing/_index.less */
.wm_custom_wp_vc_sp_links_listing_wrapper ul.wm_custom_wp_vc_sp_links_listing .link .links-link-content-image.links-link-content:hover .link-overlay {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* line 31, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_links_listing/_index.less */
.wm_custom_wp_vc_sp_links_listing_wrapper ul.wm_custom_wp_vc_sp_links_listing .link .links-link-content-image.links-link-content .link-overlay {
  min-height: 441px;
  width: 100%;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  padding: 36px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
/* line 42, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_links_listing/_index.less */
.wm_custom_wp_vc_sp_links_listing_wrapper ul.wm_custom_wp_vc_sp_links_listing .link .links-link-content-image.links-link-content .link-overlay .title-wrapper h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 21px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 19pt;
}
/* line 55, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_links_listing/_index.less */
.wm_custom_wp_vc_sp_links_listing_wrapper ul.wm_custom_wp_vc_sp_links_listing .link .links-link-content-image.links-link-content .link-overlay .a-link-warpper .a-link {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
/* line 60, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_links_listing/_index.less */
.wm_custom_wp_vc_sp_links_listing_wrapper ul.wm_custom_wp_vc_sp_links_listing .link .links-link-content-image.links-link-content .link-overlay .a-link-warpper .a-link i {
  color: #a7a9ac;
}
/* line 70, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_links_listing/_index.less */
.wm_custom_wp_vc_sp_links_listing_wrapper .more_link_wrapper {
  margin-bottom: 35px;
  text-align: center;
}
/* line 74, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_wm_custom_wp_vc_sp_links_listing/_index.less */
.wm_custom_wp_vc_sp_links_listing_wrapper .more_link_wrapper .custom-btn-primary {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #58595b;
  border: solid 2px #58595b;
  text-transform: uppercase;
  padding: 17px 27px;
}
/* line 15, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_general/_index.less */
.text-pad.inner {
  padding: 60px 30px;
}
@media screen and (max-width: 767px) {
  /* line 18, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_general/_index.less */
  .text-pad.inner {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 767px) {
  /* line 26, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_general/_index.less */
  .type-image-column .text-pad.inner {
    padding-top: 0;
  }
}
/* line 34, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_general/_index.less */
.top-double-divider {
  width: 40px;
  border-width: 6px;
  border-left-color: white;
  border-bottom-color: white;
  border-right-color: white;
  border-style: double;
}
/* line 42, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_general/_index.less */
.top-double-divider.border-cyan {
  border-top-color: #5fc2e9;
}
/* line 46, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_general/_index.less */
.top-double-divider.border-yellow {
  border-top-color: #f9bf23;
}
/* line 52, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_general/_index.less */
.impact-report-section {
  font-family: "Source Sans Pro", Sans-serif;
  font-weight: normal;
  color: #555;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  /* line 58, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_general/_index.less */
  .impact-report-section {
    font-size: 16px;
  }
}
/* line 62, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_general/_index.less */
.impact-report-section a {
  color: #f1612f;
  text-decoration: none;
}
/* line 66, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_general/_index.less */
.impact-report-section a:hover {
  color: #de4d1a;
  text-decoration: underline;
}
/* line 72, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_general/_index.less */
.impact-report-section h1,
.impact-report-section h2,
.impact-report-section h3,
.impact-report-section h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #555;
}
@media screen and (min-width: 768px) {
  /* line 80, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_general/_index.less */
  .impact-report-section h1 {
    font-size: 38.33333333px !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  /* line 84, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_general/_index.less */
  .impact-report-section h1 {
    font-size: 27.14285714px !important;
  }
}
@media screen and (max-width: 480px) {
  /* line 88, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_general/_index.less */
  .impact-report-section h1 {
    font-size: 22.85714286px !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 95, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_general/_index.less */
  .impact-report-section h2 {
    font-size: 33.33333333px;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  /* line 99, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_general/_index.less */
  .impact-report-section h2 {
    font-size: 22.85714286px;
  }
}
@media screen and (max-width: 480px) {
  /* line 103, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_general/_index.less */
  .impact-report-section h2 {
    font-size: 18.57142857px;
  }
}
@media screen and (min-width: 768px) {
  /* line 110, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_general/_index.less */
  .impact-report-section h3 {
    font-size: 25px;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  /* line 114, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_general/_index.less */
  .impact-report-section h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  /* line 118, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_general/_index.less */
  .impact-report-section h3 {
    font-size: 17.14285714px;
  }
}
@media screen and (min-width: 768px) {
  /* line 125, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_general/_index.less */
  .impact-report-section h4 {
    font-size: 21.66666667px;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  /* line 129, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_general/_index.less */
  .impact-report-section h4 {
    font-size: 17.14285714px;
  }
}
@media screen and (max-width: 480px) {
  /* line 133, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_general/_index.less */
  .impact-report-section h4 {
    font-size: 15.71428571px;
  }
}
/* line 140, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_general/_index.less */
.impact-opacity-0 {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
@media screen and (max-width: 1170px) {
  /* line 147, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_general/_index.less */
  .impact-opacity-1-force-mobile {
    filter: alpha(opacity=100) !important;
    -webkit-opacity: 1!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
  }
}
/* line 3, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
.impact-report-hero .slick-arrow {
  z-index: 3;
  color: rgba(255, 255, 255, 0.5);
}
/* line 9, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
.impact-report-hero .slick-arrow.slick-prev {
  left: 10px;
}
/* line 12, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
.impact-report-hero .slick-arrow.slick-prev:before {
  line-height: 0;
  font-size: 35px;
  content: "\f104";
  font-family: FontAwesome;
}
/* line 20, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
.impact-report-hero .slick-arrow.slick-next {
  right: 10px;
}
/* line 23, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
.impact-report-hero .slick-arrow.slick-next:before {
  line-height: 0;
  font-size: 35px;
  content: "\f105";
  font-family: FontAwesome;
}
/* line 33, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
.impact-report-hero ul.impact-report-hero-slider {
  margin: 0;
  padding: 0;
}
/* line 39, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
.impact-report-hero ul.impact-report-hero-slider li.impact-report-hero-slide .slide-bg {
  background-position: top center;
  position: relative;
  background-attachment: scroll;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 1170px) {
  /* line 47, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
  .impact-report-hero ul.impact-report-hero-slider li.impact-report-hero-slide .slide-bg {
    background-attachment: fixed;
  }
}
@media screen and (min-width: 992px) {
  /* line 51, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
  .impact-report-hero ul.impact-report-hero-slider li.impact-report-hero-slide .slide-bg {
    background-attachment: scroll;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 992px) {
  /* line 58, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
  .impact-report-hero ul.impact-report-hero-slider li.impact-report-hero-slide .slide-bg {
    background-size: auto;
  }
}
@media screen and (max-width: 768px) {
  /* line 62, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
  .impact-report-hero ul.impact-report-hero-slider li.impact-report-hero-slide .slide-bg {
    background-size: auto;
  }
}
@media screen and (max-width: 480px) {
  /* line 66, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
  .impact-report-hero ul.impact-report-hero-slider li.impact-report-hero-slide .slide-bg {
    background-size: auto;
  }
}
/* line 70, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
.impact-report-hero ul.impact-report-hero-slider li.impact-report-hero-slide .slide-bg .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #474748;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/* line 84, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
.impact-report-hero ul.impact-report-hero-slider li.impact-report-hero-slide .slide-bg .slide-content .slide-icon img {
  height: 50px;
  width: auto;
}
/* line 93, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
.impact-report-hero ul.impact-report-hero-slider li.impact-report-hero-slide .slide-bg .slide-content .slide-title h2 .title-1 {
  color: #f9bf23;
}
/* line 97, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
.impact-report-hero ul.impact-report-hero-slider li.impact-report-hero-slide .slide-bg .slide-content .slide-title h2 .title-2 {
  color: #5fc2e9;
}
/* line 101, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
.impact-report-hero ul.impact-report-hero-slider li.impact-report-hero-slide .slide-bg .slide-content .slide-title h2 .title-3 {
  color: #f9a21f;
}
/* line 105, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
.impact-report-hero ul.impact-report-hero-slider li.impact-report-hero-slide .slide-bg .slide-content .slide-title h2 .title-4 {
  color: #4eacb1;
}
/* line 109, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
.impact-report-hero ul.impact-report-hero-slider li.impact-report-hero-slide .slide-bg .slide-content .slide-title h2 {
  margin-bottom: 16px;
  margin-top: 16px;
  display: block;
}
@media screen and (min-width: 480px) {
  /* line 114, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
  .impact-report-hero ul.impact-report-hero-slider li.impact-report-hero-slide .slide-bg .slide-content .slide-title h2 {
    font-size: 38px;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  /* line 118, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
  .impact-report-hero ul.impact-report-hero-slider li.impact-report-hero-slide .slide-bg .slide-content .slide-title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  /* line 122, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
  .impact-report-hero ul.impact-report-hero-slider li.impact-report-hero-slide .slide-bg .slide-content .slide-title h2 {
    font-size: 24px;
  }
}
/* line 126, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
.impact-report-hero ul.impact-report-hero-slider li.impact-report-hero-slide .slide-bg .slide-content .slide-title h2 a {
  display: inline-block;
}
/* line 129, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
.impact-report-hero ul.impact-report-hero-slider li.impact-report-hero-slide .slide-bg .slide-content .slide-title h2 a.title {
  text-decoration: none;
}
/* line 132, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
.impact-report-hero ul.impact-report-hero-slider li.impact-report-hero-slide .slide-bg .slide-content .slide-title h2 a.title.title-1:hover {
  color: #fcdc86 !important;
}
/* line 135, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
.impact-report-hero ul.impact-report-hero-slider li.impact-report-hero-slide .slide-bg .slide-content .slide-title h2 a.title.title-2:hover {
  color: #b9e4f5 !important;
}
/* line 138, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
.impact-report-hero ul.impact-report-hero-slider li.impact-report-hero-slide .slide-bg .slide-content .slide-title h2 a.title.title-3:hover {
  color: #fccb82 !important;
}
/* line 141, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
.impact-report-hero ul.impact-report-hero-slider li.impact-report-hero-slide .slide-bg .slide-content .slide-title h2 a.title.title-4:hover {
  color: #95cdd0 !important;
}
/* line 145, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
.impact-report-hero ul.impact-report-hero-slider li.impact-report-hero-slide .slide-bg .slide-content .slide-title h2 a.custom-twitter-share-button {
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  font-size: 12px;
  color: #ffffff;
  display: inline-block;
}
/* line 151, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
.impact-report-hero ul.impact-report-hero-slider li.impact-report-hero-slide .slide-bg .slide-content .slide-title h2 a.custom-twitter-share-button i {
  font-size: 17px;
}
/* line 154, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
.impact-report-hero ul.impact-report-hero-slider li.impact-report-hero-slide .slide-bg .slide-content .slide-title h2 a.custom-twitter-share-button:hover {
  text-decoration: none;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* line 160, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
.impact-report-hero ul.impact-report-hero-slider li.impact-report-hero-slide .slide-bg .slide-content .slide-title h2:hover a.custom-twitter-share-button {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* line 166, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
.impact-report-hero ul.impact-report-hero-slider li.impact-report-hero-slide .slide-bg .slide-content .down-arrow {
  font-size: 20px;
}
/* line 169, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
.impact-report-hero ul.impact-report-hero-slider li.impact-report-hero-slide .slide-bg .slide-content .down-arrow a {
  text-decoration: none;
}
/* line 173, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
.impact-report-hero ul.impact-report-hero-slider li.impact-report-hero-slide .slide-bg .slide-content .down-arrow i {
  font-size: 20px;
  color: #ffffff;
}
/* line 187, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_hero/_index.less */
.impact-report-hero#impact-report-hero-4 ul.impact-report-hero-slider li.impact-report-hero-slide .slide-bg .slide-content .slide-icon img {
  height: 30px;
}
/* line 5, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_benefit/_index.less */
.impact-report-section-cards.impact-report-cards-benefit ul.cards {
  margin-bottom: 0;
  list-style: none;
  background-color: #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  margin-left: 0;
}
/* line 14, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_benefit/_index.less */
.impact-report-section-cards.impact-report-cards-benefit ul.cards .cards-row {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 992px) {
  /* line 20, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_benefit/_index.less */
  .impact-report-section-cards.impact-report-cards-benefit ul.cards .cards-row li.card {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 992px) {
  /* line 26, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_benefit/_index.less */
  .impact-report-section-cards.impact-report-cards-benefit ul.cards .cards-row li.card:nth-child(odd) {
    clear: left;
  }
}
/* line 30, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_benefit/_index.less */
.impact-report-section-cards.impact-report-cards-benefit ul.cards .cards-row li.card .card-link {
  text-decoration: none;
}
/* line 34, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_benefit/_index.less */
.impact-report-section-cards.impact-report-cards-benefit ul.cards .cards-row li.card .card-link .title-area {
  border-top-style: solid;
  border-top-width: 5px;
  background-color: #fff;
  padding: 20px;
}
/* line 40, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_benefit/_index.less */
.impact-report-section-cards.impact-report-cards-benefit ul.cards .cards-row li.card .card-link .title-area.title-area-0 {
  border-top-color: #f9bf23;
}
/* line 44, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_benefit/_index.less */
.impact-report-section-cards.impact-report-cards-benefit ul.cards .cards-row li.card .card-link .title-area.title-area-1 {
  border-top-color: #f9a21f;
}
/* line 48, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_benefit/_index.less */
.impact-report-section-cards.impact-report-cards-benefit ul.cards .cards-row li.card .card-link .title-area.title-area-2 {
  border-top-color: #5fc2e9;
}
/* line 52, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_benefit/_index.less */
.impact-report-section-cards.impact-report-cards-benefit ul.cards .cards-row li.card .card-link .title-area.title-area-3 {
  border-top-color: #108ea0;
}
@media screen and (min-width: 768px) {
  /* line 56, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_benefit/_index.less */
  .impact-report-section-cards.impact-report-cards-benefit ul.cards .cards-row li.card .card-link .title-area {
    min-height: 95px;
  }
}
/* line 60, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_benefit/_index.less */
.impact-report-section-cards.impact-report-cards-benefit ul.cards .cards-row li.card .card-link .title-area .title {
  margin: 0;
}
@media screen and (min-width: 768px) {
  /* line 63, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_benefit/_index.less */
  .impact-report-section-cards.impact-report-cards-benefit ul.cards .cards-row li.card .card-link .title-area .title {
    min-height: 70px;
  }
}
/* line 69, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_benefit/_index.less */
.impact-report-section-cards.impact-report-cards-benefit ul.cards .cards-row li.card .card-link .card-bottom {
  background-size: cover;
  position: relative;
  padding: 15px 32px;
}
@media screen and (min-width: 768px) {
  /* line 74, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_benefit/_index.less */
  .impact-report-section-cards.impact-report-cards-benefit ul.cards .cards-row li.card .card-link .card-bottom {
    min-height: 250px;
  }
}
/* line 78, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_benefit/_index.less */
.impact-report-section-cards.impact-report-cards-benefit ul.cards .cards-row li.card .card-link .card-bottom .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #474748;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
/* line 88, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_benefit/_index.less */
.impact-report-section-cards.impact-report-cards-benefit ul.cards .cards-row li.card .card-link .card-bottom .icon-container {
  margin-bottom: 6px;
}
/* line 91, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_benefit/_index.less */
.impact-report-section-cards.impact-report-cards-benefit ul.cards .cards-row li.card .card-link .card-bottom .icon-container .icon {
  width: 24px;
  height: auto;
  zoom: 1;
  filter: alpha(opacity=99);
  -webkit-opacity: 0.99;
  -moz-opacity: 0.99;
  opacity: 0.99;
}
/* line 100, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_benefit/_index.less */
.impact-report-section-cards.impact-report-cards-benefit ul.cards .cards-row li.card .card-link .card-bottom .info-container .info {
  padding: 0;
  font-size: 16px;
  line-height: 1.25em;
  color: #fff;
}
@media screen and (max-width: 480px) {
  /* line 106, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_benefit/_index.less */
  .impact-report-section-cards.impact-report-cards-benefit ul.cards .cards-row li.card .card-link .card-bottom .info-container .info {
    font-size: 14px;
  }
}
/* line 114, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_benefit/_index.less */
.impact-report-section-cards.impact-report-cards-benefit ul.cards .cards-row li.card .card-link .card-bottom .link-container .link {
  color: #fff;
  font-size: 10px;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  font-style: italic;
}
/* line 138, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_benefit/_index.less */
.impact-report-section-cards.impact-report-cards-benefit ul.cards .cards-row li.card .card-link:hover .card-bottom .link-container .link {
  zoom: 1;
  filter: alpha(opacity=99);
  -webkit-opacity: 0.99;
  -moz-opacity: 0.99;
  opacity: 0.99;
}
/* line 5, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_equality/_index.less */
.impact-report-section-cards.impact-report-cards-equality ul.cards {
  margin-bottom: 0;
  list-style: none;
  background-color: #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  margin-left: 0;
}
/* line 14, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_equality/_index.less */
.impact-report-section-cards.impact-report-cards-equality ul.cards .cards-row {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  /* line 20, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_equality/_index.less */
  .impact-report-section-cards.impact-report-cards-equality ul.cards .cards-row li.card {
    margin-bottom: 10px;
  }
}
/* line 24, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_equality/_index.less */
.impact-report-section-cards.impact-report-cards-equality ul.cards .cards-row li.card .card-link {
  text-decoration: none;
}
/* line 28, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_equality/_index.less */
.impact-report-section-cards.impact-report-cards-equality ul.cards .cards-row li.card .card-link .title-area {
  border-top-style: solid;
  border-top-width: 5px;
  background-color: #fff;
  padding: 20px;
  border-top-color: #108ea0;
}
@media screen and (min-width: 768px) {
  /* line 35, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_equality/_index.less */
  .impact-report-section-cards.impact-report-cards-equality ul.cards .cards-row li.card .card-link .title-area {
    min-height: 95px;
  }
}
/* line 39, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_equality/_index.less */
.impact-report-section-cards.impact-report-cards-equality ul.cards .cards-row li.card .card-link .title-area .title {
  margin: 0;
}
/* line 44, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_equality/_index.less */
.impact-report-section-cards.impact-report-cards-equality ul.cards .cards-row li.card .card-link .card-bottom {
  background-size: cover;
  position: relative;
  padding: 15px 32px;
}
@media screen and (min-width: 768px) {
  /* line 49, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_equality/_index.less */
  .impact-report-section-cards.impact-report-cards-equality ul.cards .cards-row li.card .card-link .card-bottom {
    min-height: 200px;
  }
}
/* line 53, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_equality/_index.less */
.impact-report-section-cards.impact-report-cards-equality ul.cards .cards-row li.card .card-link .card-bottom .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #474748;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
/* line 65, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_equality/_index.less */
.impact-report-section-cards.impact-report-cards-equality ul.cards .cards-row li.card .card-link .card-bottom .icon-container .icon {
  width: 24px;
  height: auto;
}
/* line 73, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_equality/_index.less */
.impact-report-section-cards.impact-report-cards-equality ul.cards .cards-row li.card .card-link .card-bottom .info-container .info {
  padding: 0;
  font-size: 16px;
  line-height: 1.25em;
  color: #fff;
}
@media screen and (max-width: 480px) {
  /* line 79, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_equality/_index.less */
  .impact-report-section-cards.impact-report-cards-equality ul.cards .cards-row li.card .card-link .card-bottom .info-container .info {
    font-size: 14px;
  }
}
/* line 87, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_equality/_index.less */
.impact-report-section-cards.impact-report-cards-equality ul.cards .cards-row li.card .card-link .card-bottom .link-container .link {
  color: #fff;
  font-size: 10px;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  font-style: italic;
}
/* line 111, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wm_custom_wp_vc_impact_report_cards_equality/_index.less */
.impact-report-section-cards.impact-report-cards-equality ul.cards .cards-row li.card .card-link:hover .card-bottom .link-container .link {
  zoom: 1;
  filter: alpha(opacity=99);
  -webkit-opacity: 0.99;
  -moz-opacity: 0.99;
  opacity: 0.99;
}
/* line 8, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_benefits_1/_index.less */
.wm-custom-wp-vc-shortcodes-section.impact-report-story-benefits_1 .type-image-column .benefits_1-image img {
  max-width: 430px;
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 480px) {
  /* line 13, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_benefits_1/_index.less */
  .wm-custom-wp-vc-shortcodes-section.impact-report-story-benefits_1 .type-image-column .benefits_1-image img {
    margin-top: -20px;
  }
}
@media screen and (max-width: 767px) {
  /* line 7, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_founders/_index.less */
  .impact-report-story-founders .impact-report-column.pull-right {
    float: none!important;
  }
}
/* line 22, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_founders/_index.less */
.impact-report-story-founders .impact-report-column .founders-info .block-quote blockquote {
  border-width: 6px;
  border-top-color: white;
  border-left-color: #f9bf23;
  border-bottom-color: white;
  border-right-color: white;
  border-style: double;
  font-size: 1.6em;
  font-weight: normal;
  padding: 24px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.25em;
  color: #666666;
  text-align: left;
  text-transform: none;
  line-height: 1.35em;
}
@media (min-width: 480px) and (max-width: 768px) {
  /* line 39, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_founders/_index.less */
  .impact-report-story-founders .impact-report-column .founders-info .block-quote blockquote {
    font-size: 1.4em;
  }
}
@media (max-width: 480px) {
  /* line 42, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_founders/_index.less */
  .impact-report-story-founders .impact-report-column .founders-info .block-quote blockquote {
    font-size: 1.15em;
    padding: 15px;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  /* line 63, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_founders/_index.less */
  .impact-report-story-founders .impact-report-column.type-founders-column .column-content-inner .text-pad.inner .founders-inner {
    max-width: 430px;
  }
}
/* line 67, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_founders/_index.less */
.impact-report-story-founders .impact-report-column.type-founders-column .column-content-inner .text-pad.inner .founders-inner .column-title {
  margin-bottom: 25px;
}
/* line 70, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_founders/_index.less */
.impact-report-story-founders .impact-report-column.type-founders-column .column-content-inner .text-pad.inner .founders-inner .column-title h4 {
  font-weight: bold;
  color: #228CAF;
  font-size: 13px;
  letter-spacing: 1px;
}
/* line 86, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_founders/_index.less */
.impact-report-story-founders .impact-report-column.type-founders-column .column-content-inner .text-pad.inner .founders-inner .founders-item.founders-item-0 .founders-info.even .dot-container-2 {
  border-right-color: #5fc2e9;
}
/* line 93, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_founders/_index.less */
.impact-report-story-founders .impact-report-column.type-founders-column .column-content-inner .text-pad.inner .founders-inner .founders-item.founders-item-0 .founders-info.odd .dot-container-2 {
  border-left-color: #5fc2e9;
}
/* line 106, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_founders/_index.less */
.impact-report-story-founders .impact-report-column.type-founders-column .column-content-inner .text-pad.inner .founders-inner .founders-item.founders-item-1 .founders-info.even .dot-container-2 {
  border-right-color: #f9a21f;
}
/* line 113, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_founders/_index.less */
.impact-report-story-founders .impact-report-column.type-founders-column .column-content-inner .text-pad.inner .founders-inner .founders-item.founders-item-1 .founders-info.odd .dot-container-2 {
  border-left-color: #f9a21f;
}
/* line 126, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_founders/_index.less */
.impact-report-story-founders .impact-report-column.type-founders-column .column-content-inner .text-pad.inner .founders-inner .founders-item.founders-item-2 .founders-info.even .dot-container-2 {
  border-right-color: #a3375b;
}
/* line 133, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_founders/_index.less */
.impact-report-story-founders .impact-report-column.type-founders-column .column-content-inner .text-pad.inner .founders-inner .founders-item.founders-item-2 .founders-info.odd .dot-container-2 {
  border-left-color: #a3375b;
}
/* line 141, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_founders/_index.less */
.impact-report-story-founders .impact-report-column.type-founders-column .column-content-inner .text-pad.inner .founders-inner .founders-item .founders-image,
.impact-report-story-founders .impact-report-column.type-founders-column .column-content-inner .text-pad.inner .founders-inner .founders-item .founders-info {
  padding-left: 0;
  padding-right: 0;
}
/* line 149, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_founders/_index.less */
.impact-report-story-founders .impact-report-column.type-founders-column .column-content-inner .text-pad.inner .founders-inner .founders-item .founders-image.odd {
  padding-right: 20px;
}
/* line 157, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_founders/_index.less */
.impact-report-story-founders .impact-report-column.type-founders-column .column-content-inner .text-pad.inner .founders-inner .founders-item .founders-image.even {
  padding-left: 20px;
  float: right;
}
/* line 165, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_founders/_index.less */
.impact-report-story-founders .impact-report-column.type-founders-column .column-content-inner .text-pad.inner .founders-inner .founders-item .founders-image img {
  max-height: 195px;
  width: auto;
}
/* line 175, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_founders/_index.less */
.impact-report-story-founders .impact-report-column.type-founders-column .column-content-inner .text-pad.inner .founders-inner .founders-item .founders-info.even .dot-container-1 {
  border-right: 1px dotted #bbb;
  margin-right: -1px;
}
/* line 180, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_founders/_index.less */
.impact-report-story-founders .impact-report-column.type-founders-column .column-content-inner .text-pad.inner .founders-inner .founders-item .founders-info.even .dot-container-2 {
  margin-right: -1px;
  border-width: 6px;
  border-top-color: white;
  border-right-color: #5fc2e9;
  border-bottom-color: white;
  border-left-color: white;
  border-style: double;
  padding-right: 20px;
  text-align: right;
}
/* line 192, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_founders/_index.less */
.impact-report-story-founders .impact-report-column.type-founders-column .column-content-inner .text-pad.inner .founders-inner .founders-item .founders-info.even .dot-container-3 {
  border-right: 1px dotted #bbb;
  margin-right: -1px;
}
/* line 200, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_founders/_index.less */
.impact-report-story-founders .impact-report-column.type-founders-column .column-content-inner .text-pad.inner .founders-inner .founders-item .founders-info.odd .dot-container-1 {
  border-left: 1px dotted #bbb;
}
/* line 204, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_founders/_index.less */
.impact-report-story-founders .impact-report-column.type-founders-column .column-content-inner .text-pad.inner .founders-inner .founders-item .founders-info.odd .dot-container-2 {
  border-width: 6px;
  border-top-color: white;
  border-left-color: #5fc2e9;
  border-bottom-color: white;
  border-right-color: white;
  border-style: double;
  padding-left: 20px;
}
/* line 214, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_founders/_index.less */
.impact-report-story-founders .impact-report-column.type-founders-column .column-content-inner .text-pad.inner .founders-inner .founders-item .founders-info.odd .dot-container-3 {
  border-left: 1px dotted #bbb;
}
/* line 219, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_founders/_index.less */
.impact-report-story-founders .impact-report-column.type-founders-column .column-content-inner .text-pad.inner .founders-inner .founders-item .founders-info .dot-container-1 {
  min-height: 75px;
}
/* line 225, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_founders/_index.less */
.impact-report-story-founders .impact-report-column.type-founders-column .column-content-inner .text-pad.inner .founders-inner .founders-item .founders-info .dot-container-2 .founder-info-wrapper {
  font-size: 14px;
  line-height: 1.2em;
}
/* line 229, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_founders/_index.less */
.impact-report-story-founders .impact-report-column.type-founders-column .column-content-inner .text-pad.inner .founders-inner .founders-item .founders-info .dot-container-2 .founder-info-wrapper .founders-name {
  margin-bottom: 4px;
}
/* line 239, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_founders/_index.less */
.impact-report-story-founders .impact-report-column.type-founders-column .column-content-inner .text-pad.inner .founders-inner .founders-item .founders-info .dot-container-3 {
  min-height: 75px;
}
@media screen and (min-width: 992px) {
  /* line 10, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_team/_index.less */
  .impact-report-story-team.impact-report-section .team-item-row {
    max-width: 630px;
  }
}
/* line 14, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_team/_index.less */
.impact-report-story-team.impact-report-section .team-item-row.team-item-row-1 {
  padding-top: 65px;
}
@media screen and (max-width: 767px) {
  /* line 17, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_team/_index.less */
  .impact-report-story-team.impact-report-section .team-item-row.team-item-row-1 {
    padding-top: 0;
  }
}
/* line 22, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_team/_index.less */
.impact-report-story-team.impact-report-section .team-item-row .team-item {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  /* line 26, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_team/_index.less */
  .impact-report-story-team.impact-report-section .team-item-row .team-item {
    width: 31%;
    float: left;
  }
}
/* line 37, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_team/_index.less */
.impact-report-story-team.impact-report-section .team-item-row .team-item.is-member .image-wrapper .circle img {
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 992px) {
  /* line 43, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_team/_index.less */
  .impact-report-story-team.impact-report-section .team-item-row .team-item.is-member .image-wrapper .circle .overlay {
    padding-top: 35%;
  }
}
@media screen and (min-width: 992px) {
  /* line 47, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_team/_index.less */
  .impact-report-story-team.impact-report-section .team-item-row .team-item.is-member .image-wrapper .circle .overlay {
    padding-top: 25%;
  }
}
/* line 51, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_team/_index.less */
.impact-report-story-team.impact-report-section .team-item-row .team-item.is-member .image-wrapper .circle .overlay .overlay-content {
  text-align: center;
}
/* line 54, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_team/_index.less */
.impact-report-story-team.impact-report-section .team-item-row .team-item.is-member .image-wrapper .circle .overlay .overlay-content .field-name {
  color: #555555;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.15em;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  /* line 61, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_team/_index.less */
  .impact-report-story-team.impact-report-section .team-item-row .team-item.is-member .image-wrapper .circle .overlay .overlay-content .field-name {
    font-size: 12px;
  }
}
/* line 66, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_team/_index.less */
.impact-report-story-team.impact-report-section .team-item-row .team-item.is-member .image-wrapper .circle .overlay .overlay-content .divider {
  width: 40px;
  border-width: 6px;
  border-top-color: #f9a21f;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-style: double;
  margin: 0 auto;
  zoom: 1;
  filter: alpha(opacity=99);
  -webkit-opacity: 0.99;
  -moz-opacity: 0.99;
  opacity: 0.99;
  margin-top: 8px;
  margin-bottom: 2px;
}
/* line 80, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_team/_index.less */
.impact-report-story-team.impact-report-section .team-item-row .team-item.is-member .image-wrapper .circle .overlay .overlay-content .field-position {
  color: #555555;
  font-size: 14px;
  line-height: 1.15em;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  /* line 86, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_team/_index.less */
  .impact-report-story-team.impact-report-section .team-item-row .team-item.is-member .image-wrapper .circle .overlay .overlay-content .field-position {
    font-size: 12px;
  }
}
/* line 95, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_team/_index.less */
.impact-report-story-team.impact-report-section .team-item-row .team-item.is-member .image-wrapper:hover img {
  opacity: .1;
}
/* line 110, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_team/_index.less */
.impact-report-story-team.impact-report-section .team-item-row .team-item.is-placeholder .image-wrapper .circle .overlay {
  background-color: transparent;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  /* line 115, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_team/_index.less */
  .impact-report-story-team.impact-report-section .team-item-row .team-item.is-placeholder .image-wrapper .circle .overlay {
    padding-top: 40%;
  }
}
@media screen and (min-width: 992px) {
  /* line 119, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_team/_index.less */
  .impact-report-story-team.impact-report-section .team-item-row .team-item.is-placeholder .image-wrapper .circle .overlay {
    padding-top: 40%;
  }
}
/* line 126, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_team/_index.less */
.impact-report-story-team.impact-report-section .team-item-row .team-item.is-placeholder .image-wrapper .circle .overlay .is-placeholder-overlay .placeholder-title {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5em;
  padding: 0 20%;
}
@media screen and (max-width: 767px) {
  /* line 135, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_team/_index.less */
  .impact-report-story-team.impact-report-section .team-item-row .team-item.is-placeholder .image-wrapper .circle .overlay .is-placeholder-overlay .placeholder-title {
    font-size: 12px;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
/* line 153, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_team/_index.less */
.impact-report-story-team.impact-report-section .team-item-row .team-item:hover .image-wrapper .circle .overlay {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media screen and (max-width: 480px) {
  /* line 156, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_team/_index.less */
  .impact-report-story-team.impact-report-section .team-item-row .team-item:hover .image-wrapper .circle .overlay {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
/* line 166, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_team/_index.less */
.impact-report-story-team.impact-report-section .team-item-row .team-item .image-wrapper .circle {
  width: auto;
  height: auto;
  overflow: hidden;
  position: relative;
}
/* line 173, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_team/_index.less */
.impact-report-story-team.impact-report-section .team-item-row .team-item .image-wrapper .circle img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  /* line 177, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_team/_index.less */
  .impact-report-story-team.impact-report-section .team-item-row .team-item .image-wrapper .circle img {
    max-width: 115px;
    display: block;
    margin: 0 auto;
  }
}
/* line 184, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_team/_index.less */
.impact-report-story-team.impact-report-section .team-item-row .team-item .image-wrapper .circle .overlay {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  padding-top: 35%;
  transition: all 0.2s ease-in-out;
  cursor: default;
  /*@media screen and (max-width: 768px)
              {
                .opacity(1);
                position: relative;
                height: auto;
                padding-top: 20px !important;
                width: auto;
                float: left;
              }*/
}
/* line 1, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_model/_index.less */
.impact-report-story-model {
  background-image: url(../../../images/impact_report/story/model/model-row-bg@2x.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 260px 530px;
}
@media screen and (max-width: 767px) {
  /* line 7, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_model/_index.less */
  .impact-report-story-model {
    background-position: center right;
    background-size: 146px 300px;
  }
}
@media screen and (min-width: 768px) {
  /* line 18, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_model/_index.less */
  .impact-report-story-model .impact-report-story-model-column .model-text .model-text-content {
    margin-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  /* line 22, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_model/_index.less */
  .impact-report-story-model .impact-report-story-model-column .model-text .model-text-content {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  /* line 35, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_model/_index.less */
  .impact-report-story-model .impact-report-story-model-column .model-image .model-image-content .story-model-image .text-pad.inner {
    padding: 0;
  }
}
/* line 40, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_model/_index.less */
.impact-report-story-model .impact-report-story-model-column .model-image .model-image-content .story-model-image img {
  width: 530px;
  max-width: 100%;
  height: auto;
}
/* line 1, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_interest/_index.less */
.impact-report-story-interest {
  background-image: url(../../../images/impact_report/story/interest/interest-row-bg@2x.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 580px 404px;
}
@media screen and (max-width: 768px) {
  /* line 7, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_story/_interest/_index.less */
  .impact-report-story-interest {
    background-position: center right;
    background-size: 320px 233px;
  }
}
/* line 2, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wins/_index.less */
.impact-report-wins.impact-report-section {
  background-image: url(../../../images/impact_report/wins/wins-row-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
}
@media screen and (max-width: 1169px) {
  /* line 7, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wins/_index.less */
  .impact-report-wins.impact-report-section {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 992px) {
  /* line 11, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wins/_index.less */
  .impact-report-wins.impact-report-section {
    background-image: none;
    background-color: #eeeeee;
  }
}
/* line 18, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wins/_index.less */
.impact-report-wins.impact-report-section .impact-report-wins-list .win {
  margin-bottom: 20px;
  /*@media screen and (max-width: 480px) {
        position:relative !important;
        margin: 10px 0 !important;
        height: auto!important;
        top: auto !important;
      }*/
}
@media screen and (min-width: 768px) {
  /* line 30, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wins/_index.less */
  .impact-report-wins.impact-report-section .impact-report-wins-list .win#impact-report-wins-win-0 {
    margin-top: -40px;
  }
}
@media screen and (min-width: 992px) {
  /* line 41, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wins/_index.less */
  .impact-report-wins.impact-report-section .impact-report-wins-list .win#impact-report-wins-win-2 {
    margin-top: -30px;
  }
}
@media screen and (max-width: 768px) {
}
/* line 51, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wins/_index.less */
.impact-report-wins.impact-report-section .impact-report-wins-list .win .title-area {
  background-color: #474748;
  background: rgba(71, 71, 72, 0.9);
  padding: 20px;
}
/* line 56, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wins/_index.less */
.impact-report-wins.impact-report-section .impact-report-wins-list .win .title-area h4 {
  margin: 0;
}
/* line 60, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wins/_index.less */
.impact-report-wins.impact-report-section .impact-report-wins-list .win .title-area h4.color-cyan {
  color: #5fc2e9;
}
/* line 64, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wins/_index.less */
.impact-report-wins.impact-report-section .impact-report-wins-list .win .title-area h4.color-sp-yellow {
  color: #f9bf23;
}
/* line 68, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wins/_index.less */
.impact-report-wins.impact-report-section .impact-report-wins-list .win .title-area h4.color-orange {
  color: #f9a21f;
}
/* line 74, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wins/_index.less */
.impact-report-wins.impact-report-section .impact-report-wins-list .win .image-container {
  height: 0;
  position: relative;
  padding-bottom: 70%;
}
/* line 80, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wins/_index.less */
.impact-report-wins.impact-report-section .impact-report-wins-list .win .image-container img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
/* line 91, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wins/_index.less */
.impact-report-wins.impact-report-section .impact-report-wins-list .win .bottom-wrapper {
  background-color: #474748;
  background: rgba(71, 71, 72, 0.9);
  padding: 20px;
}
/* line 96, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wins/_index.less */
.impact-report-wins.impact-report-section .impact-report-wins-list .win .bottom-wrapper.no-image {
  padding-top: 0;
}
/* line 100, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wins/_index.less */
.impact-report-wins.impact-report-section .impact-report-wins-list .win .bottom-wrapper .text-container {
  margin-bottom: 20px;
}
/* line 103, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wins/_index.less */
.impact-report-wins.impact-report-section .impact-report-wins-list .win .bottom-wrapper .text-container .text {
  color: #fff;
  font-size: 14px;
}
/* line 111, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wins/_index.less */
.impact-report-wins.impact-report-section .impact-report-wins-list .win .bottom-wrapper .link-container a {
  text-decoration: none;
  font-size: 14px;
}
/* line 117, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wins/_index.less */
.impact-report-wins.impact-report-section .impact-report-wins-list .win .bottom-wrapper .link-container a.color-cyan i {
  color: #5fc2e9;
}
/* line 124, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wins/_index.less */
.impact-report-wins.impact-report-section .impact-report-wins-list .win .bottom-wrapper .link-container a.color-sp-yellow i {
  color: #f9bf23;
}
/* line 131, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wins/_index.less */
.impact-report-wins.impact-report-section .impact-report-wins-list .win .bottom-wrapper .link-container a.color-orange i {
  color: #f9a21f;
}
/* line 137, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wins/_index.less */
.impact-report-wins.impact-report-section .impact-report-wins-list .win .bottom-wrapper .link-container a:hover i,
.impact-report-wins.impact-report-section .impact-report-wins-list .win .bottom-wrapper .link-container a:hover .link-text {
  color: #fff;
  text-decoration: none;
}
/* line 147, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_wins/_index.less */
.impact-report-wins.impact-report-section .impact-report-wins-list .win .bottom-wrapper .link-container a .link-text {
  text-decoration: none;
  color: #bbb;
}
/* line 5, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_image_break/_index.less */
.impact-report-image-break.impact-report-section .image-container img {
  width: 100%;
}
/* line 10, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_image_break/_index.less */
.impact-report-image-break.impact-report-section .caption-container {
  background-color: #eeeeee;
  font-size: 14px;
  text-align: center;
  padding: 8px;
}
/* line 1, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_donate/_index.less */
.impact-report-donate.impact-report-section {
  border-top: 5px solid #b8dddf;
}
/* line 4, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_donate/_index.less */
.impact-report-donate.impact-report-section .inner-wrapper {
  background-attachment: fixed;
  background-position: bottom right;
  background-image: url(../../../images/impact_report/donate/donate-row-bg@2x.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  /* line 12, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_donate/_index.less */
  .impact-report-donate.impact-report-section .inner-wrapper {
    background-size: 750px 440px;
  }
}
@media screen and (min-width: 480px) and (max-width: 992px) {
  /* line 16, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_donate/_index.less */
  .impact-report-donate.impact-report-section .inner-wrapper {
    background-size: 550px 322px;
  }
}
@media screen and (max-width: 480px) {
  /* line 20, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_donate/_index.less */
  .impact-report-donate.impact-report-section .inner-wrapper {
    background-size: 320px 188px;
  }
}
@media screen and (min-width: 992px) {
  /* line 31, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_donate/_index.less */
  .impact-report-donate.impact-report-section .content-wrapper .text-pad.inner .content-inner {
    padding: 120px 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 992px) {
  /* line 35, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_donate/_index.less */
  .impact-report-donate.impact-report-section .content-wrapper .text-pad.inner .content-inner {
    padding: 80px 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 39, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_donate/_index.less */
  .impact-report-donate.impact-report-section .content-wrapper .text-pad.inner .content-inner {
    padding: 40px 0 80px;
  }
}
/* line 45, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_donate/_index.less */
.impact-report-donate.impact-report-section .content-wrapper .text-pad.inner .content-inner .title-wrapper h2 {
  color: #228CAF;
}
/* line 50, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_donate/_index.less */
.impact-report-donate.impact-report-section .content-wrapper .text-pad.inner .content-inner .body-wrapper {
  margin-bottom: 46px;
}
/* line 56, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_donate/_index.less */
.impact-report-donate.impact-report-section .content-wrapper .text-pad.inner .content-inner .link-wrapper a {
  font-size: 20px;
  line-height: 1em;
  background-color: #f1612f;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
/* line 66, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_donate/_index.less */
.impact-report-donate.impact-report-section .content-wrapper .text-pad.inner .content-inner .link-wrapper a:hover {
  background-color: #de4d1a;
}
@media screen and (min-width: 480px) {
  /* line 70, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_donate/_index.less */
  .impact-report-donate.impact-report-section .content-wrapper .text-pad.inner .content-inner .link-wrapper a {
    padding: 16px 60px;
  }
}
@media screen and (max-width: 480px) {
  /* line 74, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_donate/_index.less */
  .impact-report-donate.impact-report-section .content-wrapper .text-pad.inner .content-inner .link-wrapper a {
    padding: 12px 40px;
  }
}
/* line 1, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_impact_hero/_index.less */
.impact-report-impact-hero.impact-report-section {
  padding-top: 80px;
  background-color: #f9bf23;
  background-image: url(../../../images/impact_report/impact-hero/bg-mobile.jpg);
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1170px) {
  /* line 9, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_impact_hero/_index.less */
  .impact-report-impact-hero.impact-report-section {
    background-attachment: fixed;
    background-image: url(../../../images/impact_report/impact-hero/bg-desktop.jpg);
  }
}
@media screen and (max-width: 992px) {
  /* line 14, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_impact_hero/_index.less */
  .impact-report-impact-hero.impact-report-section {
    background-size: 992px auto;
  }
}
@media screens and (max-width: 767px) {
  /* line 18, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_impact_hero/_index.less */
  .impact-report-impact-hero.impact-report-section {
    background-size: 768px auto;
  }
}
@media screens and (max-width: 480px) {
  /* line 22, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_impact_hero/_index.less */
  .impact-report-impact-hero.impact-report-section {
    background-size: 480px auto;
  }
}
/* line 26, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_impact_hero/_index.less */
.impact-report-impact-hero.impact-report-section .impact-hero-inner-wrapper {
  background: #f9bf23;
  background: rgba(249, 191, 35, 0.7);
}
@media screen and (min-width: 480px) {
  /* line 30, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_impact_hero/_index.less */
  .impact-report-impact-hero.impact-report-section .impact-hero-inner-wrapper {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  /* line 34, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_impact_hero/_index.less */
  .impact-report-impact-hero.impact-report-section .impact-hero-inner-wrapper {
    padding: 10px;
  }
}
/* line 38, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_impact_hero/_index.less */
.impact-report-impact-hero.impact-report-section .impact-hero-inner-wrapper .impact-hero-content {
  background-color: #fff;
}
/* line 41, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_impact_hero/_index.less */
.impact-report-impact-hero.impact-report-section .impact-hero-inner-wrapper .impact-hero-content .text-pad.inner {
  padding-bottom: 50px;
  padding-top: 50px;
}
/* line 45, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_impact_hero/_index.less */
.impact-report-impact-hero.impact-report-section .impact-hero-inner-wrapper .impact-hero-content .text-pad.inner .headline {
  font-size: 15px;
  font-weight: bold;
  color: #474748;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
/* line 55, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_impact_hero/_index.less */
.impact-report-impact-hero.impact-report-section .impact-hero-inner-wrapper .impact-hero-content .text-pad.inner .impact-hero-title h1 {
  color: #228CAF;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}
/* line 63, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_impact_hero/_index.less */
.impact-report-impact-hero.impact-report-section .impact-hero-inner-wrapper .impact-hero-content .text-pad.inner .text {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
}
@media screen and (min-width: 480px) {
  /* line 67, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_impact_hero/_index.less */
  .impact-report-impact-hero.impact-report-section .impact-hero-inner-wrapper .impact-hero-content .text-pad.inner .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  /* line 71, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_impact_hero/_index.less */
  .impact-report-impact-hero.impact-report-section .impact-hero-inner-wrapper .impact-hero-content .text-pad.inner .text {
    font-size: 14px;
  }
}
/* line 78, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_impact_hero/_index.less */
.impact-report-impact-hero.impact-report-section .impact-hero-inner-wrapper .impact-hero-content .text-pad.inner .down-arrow a.wm-custom-vc-scroll-to-btn {
  color: #138c9e;
  font-size: 32px;
}
@media screen and (min-width: 992px) {
  /* line 89, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_impact_hero/_index.less */
  .impact-report-impact-hero.impact-report-section .empty {
    height: 400px;
  }
}
@media screen and (max-width: 992px) {
  /* line 93, /Users/lesliecain/Dev/wire-media/wm-thesolutionsproject-wp/wp-content/plugins/wm-custom-wp-vc-shortcodes/custom-assets/less/_imports/_impact_report/_impact_hero/_index.less */
  .impact-report-impact-hero.impact-report-section .empty {
    height: 300px;
  }
}
