.top-slanted-bg {
     background-image: url('/wp-content/uploads/2017/11/top-slant.png');
     background-repeat: no-repeat;
     background-position: left 41%;
     background-size: 100%;
}
.bottom-slanted-bg {
    background-image: url('/wp-content/uploads/2017/11/bottom-slant.png');
    background-repeat: no-repeat;
    background-position: left 85%;
    background-size: 100%;
}

body.home h1 {
     color: #000000;
     font-family: 'proxima-nova';
     font-size: 52px;
     line-height: 60px;
     font-weight: 200;
}
body.home h1 strong {
     font-weight: 200;
     display: block;
     font-size: 52px;
     line-height: 60px;
     color: #000000;
     font-weight: 700;
}
body.home h2 {
     color: #000000;
     font-family: 'proxima-nova';
     font-size: 42px;
     font-weight: 800;
     letter-spacing: 0.5px;
     line-height: 48px;
}
body.home h3 {
     color: #70ad47;
     font-family: 'proxima-nova';
     font-size: 20px;
     font-weight: 800;
     letter-spacing: 3px;
     line-height: 26px;
     text-transform: uppercase;
}
body.home h4 {
     color: #000000;
     font-family: 'proxima-nova';
     font-size: 22px;
     font-weight: 800;
     letter-spacing: 2px;
     line-height: 22px;
     text-transform: uppercase;
}
body.home p {
     /* color: #555555; */
     /* font-family: Aleo; */
     font-size: 18px;
     letter-spacing: 1px;
     line-height: 30px;
}
body.home a:hover,
body.home a:hover p {
  color:#295E8E;
}
body.home .blue-btn {
     color: #FCFCFC;
     font-family: 'proxima-nova';
     font-size: 16px;
     font-weight: 600;
     letter-spacing: 3px;
     line-height: 42px;
     display: inline-block;
     text-transform: uppercase;
     text-align: center;
     padding: 0 20px;
     height: 42px;
     background-color: #5091CD;
     border: 2px solid #5091CD;
}
body.home .blue-btn:hover {
  background-color: #295E8E;
  border: 2px solid #295E8E;
  color: #FFF;
}
body.home p.info {
     color: #777777;
     font-family: 'proxima-nova';
     font-size: 22px;
     line-height: 28px;
     letter-spacing: 0.5px;
}
body.home p.subcopy {
     color: #777777;
     font-family: Aleo;
     font-size: 16px;
     font-style: italic;
     letter-spacing: 1px;
     line-height: 24px;
	 padding-top: 10px;
}
body.home p.media-title {
     font-family: 'proxima-nova';
     color: #5091CD;
     font-size: 20px;
     line-height: 25px;
     font-weight: bolder;
     margin: 5px 0;
}
body.home a:hover p.media-title {
    color: #295E8E;
}
body.home p.media-date {
     color: #555555;
     font-family: 'proxima-nova';
     font-size: 14px;
     line-height: 20px;
     letter-spacing: 0.5px;
}
body.home p.media-cat {
     color: #555555;
     font-family: Aleo;
     font-size: 17px;
     letter-spacing: 1.2px;
     line-height: 60px;
}
body.home a.light-cta {
     color: #5091CD;
     font-family: 'proxima-nova';
     font-size: 17px;
     line-height: 44px;
}
body.home a.light-cta:hover {
     color: #295E8E;
}
body.home a.light-cta .link-arrow {
  position:relative;
  height:17px;
  width:10px;
  display:inline-block;
  margin: 0 0 -8px 0;
}
body.home a.light-cta .link-arrow:before,
body.home a.light-cta .link-arrow:after {
     content:'';
     width: 10px;
     height: 2px;
     display: inline-block;
     background-color: #5091CD;
     position:absolute;
     transform:rotate(45deg);
     left:5px;
}
body.home a.light-cta .link-arrow:after {
     content:'';
     transform:rotate(-45deg);
     top: 6px;
}
body.home a.light-cta:hover .link-arrow:before,
body.home a.light-cta:hover .link-arrow:after {
  background-color:#295E8E;
}
/*
body.home a.light-cta:after {
     content: '';
     height: 14px;
     width:8px;
     background-size:8px 14px;
     display: inline-block;
     background-image:url('/wp-content/uploads/2017/10/light-arrow.png');
     margin: 0 0 -2px 5px;
}
*/
body.home strong {
     font-family: 'proxima-nova';
     font-size: 23px;
     font-weight: 800;
     line-height: 26px;
     color: #245F8F;
}
body.home strong.green {
     color: #70B04D;
}
body.home strong.orange {
     color: #ED7D34;
}
body.home strong.blue {
     color: #295E8E;
}

/*** BACKGROUND BAR ***/
/*
.background-bar {
     width: 100vw;
     height: 100vh;
     position: absolute;
     top:0;
     left: 0;
     z-index: -1;
}
.background-bar span {
  height: 400px;
  width: 100%;
  top:25%;
  display: inline-block;
}
.background-bar span::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  bottom: 0;
  transform-origin: left bottom;
  transform: skewY(-25deg);
}
*/



/*** HERO ***/
body.home .hero {width: 100%;background-color: transparent;}
body.home .hero .hero-sub {width: 46%;float: left;margin-top: 26px;margin-bottom: 0px;}
body.home .hero .hero-sub:last-child {
  margin-left:5%;
}

.about-video .circle-img {
  float:left;
  margin-right: 15px;
}
.circle-img {
     width: 80px;
     height: 80px;
     border-radius: 100%;
     background-size: cover;
}

.sw-homepage-container {background-color: transparent;width: 1170px;display: block;margin: auto;max-width: 95%;}

.data-block {
    width: 30%;
    float: left;
    margin: 20px 2.25%;
}
.data-block:first-child {
  margin-left:0;

}
.data-block:last-child {
  margin-right:0;

}

.data-01 .graph.bar-style span.data-point-01 {
    height: 50px;
    background-color: #CDCDCD;
    display: block;
    margin: 50px 0 15px 5%;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  transition:all 0.5s ease;
}
.data-01 .graph.bar-style span.data-point-02 {
    height: 50px;
    background-color: #70AD47;
    display: block;
    margin: 0 0 50px 5%;
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  transition:all 1s ease;
}

.graph {
    margin-bottom: 30px;
    min-height: 84px;
}
.graph.bar-style {
      background-image: url('/wp-content/uploads/2017/11/dotted-line.png');
      background-position: 0px;
      background-size: 8px;
      background-repeat: repeat-y;
      /* padding: 5px 0; */
}
.graph.circle-style .data-point-01 {
    width: 75px;
    height: 75px;
    display: inline-block;
    margin-right: 25px;
    background-color: #CDCDCD;
    border-radius: 100%;
    vertical-align: middle;
}

.graph.circle-style .data-point-02 {
    width: 125px;
    height: 125px;
    display: inline-block;
    background-color: #EE7E2D;
    border-radius: 100%;
    vertical-align: middle;
    color: #FFF;
    line-height: 125px;
    text-align: center;
    font-size: 32px;
    font-family: 'proxima-nova';
}

.graph.circle-style {
    /* vertical-align: middle; */
    /* text-align: center; */
    display: block;
    width: 235px;
    margin: 60px auto 30px auto;
}

.data-block .data-02 {
    display: inline-block;
}

.data-03 .graph.bar-style span.data-point-01 {
    height: 50px;
    background-color: #CDCDCD;
    display: block;
    margin: 50px 0 15px 5%;
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  transition:all 1s ease;
}
.data-03 .graph.bar-style span.data-point-02 {
    height: 50px;
    background-color: #295e8e;
    display: block;
    margin: 0 0 50px 5%;
    position: relative;
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  transition:all 1s ease;
}
.data-03 .graph.bar-style span.data-point-02 .difference {
  height: 50px;
  background-color: #CDCDCD;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
    -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  transition:all 1s ease;

}
.outOfView .data-01 .graph.bar-style span.data-point-01,
.outOfView .data-01 .graph.bar-style span.data-point-02,
.outOfView .data-03 .graph.bar-style span.data-point-01,
.outOfView .data-03 .graph.bar-style span.data-point-02 {
  width:2px !important;


  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  transition:all 1s ease;
}
.outOfView .data-03 .graph.bar-style span.data-point-02 .difference {
  width:2px !important;


  -webkit-transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  transition:all 400ms ease;
}
.about-container {
    width: 100%;
    display: inline-block;
    margin-bottom: 100px;
}

.about-container .about-left {
    width: 65%;
    float: left;
    display: inline-block;
    margin-right: 3%;
}

.about-container .about-right {
    width: 32%;
    float: left;
}

.about-video .paragraph-img {
    color: #5091CD;
    font-family: 'proxima-nova';
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
}
.about-video .paragraph-img img {
  height:30px;
}
.about-video .paragraph-img .play-btn {background-color: #5091CD;height: 30px;width: 30px;display: inline-block;border-radius: 100%;position: relative;margin-bottom: -10px;margin: 5px 0 -10px 0;}
.about-video a:hover .paragraph-img .play-btn {
  background-color:#295E8E;
}
.about-video .paragraph-img .play-btn span {width: 0;height: 0;border-style: solid;border-width: 5px 0 5px 10px;border-color: transparent transparent transparent #ffffff;position: absolute;display: inline-block;top: 34%;left: 37%;}
.about-video {
    display: inline-block;
    width: 100%;
}
.solutions-container {margin: 0 0 50px 0;border-bottom: 0px solid #cccccc;padding: 0 0 50px 0;}

#solution-slider li h2 {
  font-size:42px;
  line-height: 55px;
}
.solutions-left {
    width: 50%;
    float: left;
    margin-right: 5%;
}
.solutions-left ul li {
  background-image:url('/wp-content/uploads/2017/11/icn-check.png');
  background-repeat:no-repeat;
  padding-left:20px;
  background-position: left center;
  margin: 0 0 15px 0;
}
.solutions-left .blue-btn {
  margin-top:22px;
}
.solutions-right {
  width: 40%;
  float:left;
}
.solutions-right .video a img {
    width: 100%;
}
.solutions-left strong {
  font-size:20px;
  line-height:22px;

}
.solutions-left strong.green {
  font-size:16px;
  line-height: 18px !important;
}
.lSSlideOuter .lSPager.lSpg>li a {background-color: #D7D7D7;}
.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {background-color: #538FC9;border: 1px solid #538FC9;padding: 3px;height: 17px;width: 17px;margin-bottom: -5px;background-clip: content-box;}


/*** MEDIA ***/
.media-container {
	padding-top:90px;
}
.media-container .media-left,
.media-container .media-right {width: 55%;display: inline-block;}
.media-container .media-right {
  width: 44%;
  padding-left: 0;
}
.media-container .media-left .media-first, .media-container .media-left .media-second {width: 45%;display: inline-block;float: left;margin: 0 5% 0 0;}
.media-container .media-left .media-second {

}
.media-container .media-left a {

}
.media-container .media-left a .media-image {width: 100%;display: inline-block;background-size: cover;}
.media-container .media-left a .media-image .media-cat {margin: 150px 0 0 0;height: 24px;line-height: 24px;font-size: 15px;display: inline-block;padding-right: 20px;width: auto;background-color: #FFFF;}
.media-container .media-left a .media-title {

}
.media-container .media-left a .media-date {

}
.blog-post {
  display:inline-block;
  position: relative;
  width: 100%;
}
.blog-post:after {
  content:'';
  width: 87%;
  height: 1px;
  background-color: #DEDEDE;
  position: absolute;
  right: 0;
}
.media-container .media-right div:nth-child(5):after {
   display:none !important;
}
.media-container .media-right .circle-img {
  float: left;
  width: 40px;
  height: 40px;
  margin: 2px 15px 40px 0;
  overflow: hidden;
}
.media-container .media-right .circle-img img {
  width: 100%;
  height: 100%;
}
.media-container .media-right .blog-post strong {
  font-size: 16px;
  color: #5091CD;
}
.media-container .media-right .blog-post a:hover strong {
  color:#295E8E;
}
.media-container .media-right .blog-post p.media-date {

}


/*** TESTIMONALS ***/
#testimonials-slider li {
}
#testimonials-slider li .testimonials-slide {
  width:80%;
  display:block;
  margin: 84px auto 0 auto;
  position:relative;
}
.testimonial-author {
  width:50%;
  display:inline-block;
}
#testimonials-slider .testimonial-author strong {color: #ED7D34 !important;text-transform: uppercase;font-weight: 600;letter-spacing: 1.5px;font-size: 18px;}
.testimonial-author p {font-size: 14px !important;font-family: 'proxima-nova';color: #777777;}
.testimonial-logo {/* position: absolute; *//* top: -35%; *//* right: 5%; */width: 20%;float: right;margin-top: -40px;}
.testimonial-logo img {
  width:100%;
}
.testimonial-copy {display: inline-block;margin-top: 20px;}
.testimonial-copy p {font-size: 15px !important;line-height: 20px !important;color: #555555;}

/*** PROMOTIONAL BANNER ***/
.above-footer-container .promotional-banner {
  width:50%;
  box-sizing: border-box;
  background-size: cover;
  padding: 3% 0 15% 3%;
  position: relative;
  float: left;
}
.above-footer-container .promotional-banner h2 {font-size: 35px;color: #FFF;width: 25%;margin: 0;}
.above-footer-container .promotional-banner a {color: #FFF;font-family: 'proxima-nova';text-transform: uppercase;letter-spacing: 1px;font-size: 13px;border: 2px solid #FFF;height: 40px;display: inline-block;line-height: 40px;padding: 0 15px;margin-top: 20px;}
.above-footer-container .promotional-banner a:hover {
  background-color:#FFF;
  color:#295E8E;
}
.above-footer-container .promotional-banner .logo {position: absolute;bottom: 5%;right: 5%;text-indent: inherit;}
.above-footer-container .promotional-banner .logo img {width: 40%;float: right;max-height: initial;}

.above-footer-block-copy p {
     line-height: 40px !important;
     font-size: 20px !important;
     display: inline;
     font-weight: 300;
     color: #FFF;
     font-family: 'proxima-nova';
}
.above-footer-block-copy p span {
     padding: 8px;
     box-shadow: 0.2em 0 0 rgba(#fff,0.7), -0.2em 0 0 rgba(#fff,0.7);
     background-color: #2C5C8A;
     background-color: rgba(#fff,0.7);
}


.in-the-news h4 {

}
.in-the-news .news-post {font-size: 15px;line-height: 20px;}
.in-the-news .news-list {

}
.in-the-news .news-list a {font-family: 'proxima-nova';font-weight: 800;font-size: 16px;letter-spacing: 0.5px;}
.in-the-news .news-list p {font-size: 15px;display: inline;font-style: italic;}






.above-footer-block-copy {
    width: 50%;
    float: left;
    margin: 20px 10% 0 -10%;
    z-index: 2;
    position: relative;
}
.above-footer-block-copy .block-copy-line {
  width: auto;
  background-color: #2C5C8A;
  display: inline-block;
  color: #FFF;
  padding: 0 10px;
  margin: 0 0 2px 0;
  font-family: 'proxima-nova';
  font-size: 20px;
  line-height: 40px;
}

.in-the-news {
    display: inline-block;
    width: 40%;
    margin: 3% 0 10% 3%;
}

.testimonials-container .lSSlideOuter .lSPager.lSpg {
  text-align:left;
  width: 80%;
  display: block;
  margin: 0 auto 100px auto;
}

.data-container {
    margin: 0 0 50px 0;
    display: inline-block;
    background-color: transparent;
}

/*** ENTERPRISE ***/

.enterprise {
	background-color: #295e8e; 
	width:100%; 
    margin: 10px 0 10px 0;
	height: 170px;
}
.enterprise-left {
    width: 65%;
    float: left;
    display: inline-block;
    margin-right: 3%;
	padding-top:20px;
}
.enterprise-right {
    width: 32%;
    float: left;
	padding-top:20px;
}
.white{
    color: #FFF;
}
.enterprise-copy{
    font-family: 'proxima-nova';
    font-size: 20px;
    line-height: 28px;
	padding-top:10px;
	color: #fff;
}
.enterprise h2 {font-size: 35px;color: #FFF;width: 100%;margin: 0;}
.enterprise a {color: #FFF;font-family: 'proxima-nova';text-transform: uppercase;letter-spacing: 1px;font-size: 13px;border: 2px solid #FFF;height: 40px;display: inline-block;line-height: 40px;padding: 0 15px;margin-top: 20px;}
.enterprise a:hover {
  background-color:#FFF;
  color:#295E8E;
}


/*** RESPONSIVE ***/
@media only screen and (max-width: 1060px) {
     .above-footer-block-copy .block-copy-line {
          font-size: 18px;
          line-height: 36px;
     }
}
@media only screen and (max-width: 960px) {
     body.home h1 {font-size: 40px;line-height: 50px;}
     body.home h1 strong {font-size: 40px;line-height: 50px;}
     body.home h3 {font-size: 18px;line-height: 24px;}
     body.home p {font-size: 16px;line-height: 23px;}
     body.home p.info {font-size: 20px;line-height: 25px;}
     body.home p.info strong {
       font-size: 20px;line-height: 25px;
     }
     body.home h2 {font-size: 40px;line-height: 40px;}
     body.home strong {
       font-size:18px;
       line-height: 20px;
       margin: 0;
     }
     .about-container .about-left {width: 50%;}
     .about-container .about-right {width: 45%;}
     #solution-slider li h2 {

     }
     .media-container .media-left a .media-image .media-cat {font-size: 14px;}
     .media-container .media-left a .media-title {font-size: 15px;line-height: 20px;}
     .media-container .media-left a .media-date {

     }
     #testimonials-slider li .testimonials-slide {width: 90%;}
     .above-footer-container .promotional-banner {
          width: 100%;
     }
     .above-footer-block-copy {
          width: 100%;
          margin: 20px 0;
     }
     .above-footer-block-copy .block-copy-line {
       display: inline;
       padding: 0;
       background: transparent;
       color: #000;
       margin: 0;
       line-height: 23px;
     }
     .in-the-news {
       width:100%;
       margin: 3% 0 10% 0;
     }
	.enterprise-copy{
		font-size: 20px;line-height: 25px;
	}
}
@media only screen and (max-width: 785px) {
     .sw-homepage-container {
          max-width: 85%;
     }
     body.home .hero .hero-sub {
          width: 100%;
          margin: 0 !important;
     }
     .data-block {
          display: none;
     }
     .data-block.data-block-mobile {
          display: inherit;
          width: 100%;
     }
     .about-container .about-left,
     .about-container .about-right {
        width:100%;
        margin:0 0 40px 0;
     }
     .about-container {
       margin-bottom:40px;
     }
     .solutions-left,
     .solutions-right {
        width:100%;
        margin:0 0 40px 0;
     }
     .media-container .media-left, .media-container .media-right {
       width:100%;
     }
     #testimonials-slider li .testimonials-slide {
       width:100%;
     }
     .solutions-container .lSSlideOuter .lSPager.lSpg {
      text-align:left;
    }
    .top-slanted-bg {
      background-position: left 21%;
    }
    .bottom-slanted-bg {background-position: left 87%;}
    .testimonial-author {
        width:100%;
        float: left;
        min-height: 100px;
    }
    .testimonial-logo {
        width: 60%;
        float: left;
    }
	.enterprise {
	height:250px;
	}
	.enterprise .enterprise-left,
    .enterprise .enterprise-right {
        width:100%;
        margin:0 0 40px 0;
     }
	.enterprise-right {
	padding-top: 0px;
	}
	.enterprise a {
	margin-top: 0px;
	}
}
@media only screen and (max-width: 675px) {
  .media-container .media-left .media-first {
    width:100%;
  }
	.enterprise {
	height:300px;
  }
}

@media only screen and (max-width: 480px) {
	.enterprise {
	height:350px;
	}
}
/*** END RESPONSIVE ***/