/* Generated by less 2.5.1 */
/* ------------- Main Defaults ------------- */
.light {
  font-weight: 300;
}
.normal {
  font-weight: 400;
}
.medium {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.black {
  font-weight: 900;
}
.font-family-sans {
  font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
}
.font-family-theme {
  font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
}
.underline,
a.underline,
a .underline {
  text-decoration: underline;
}
a.underline:hover,
a.underline:active,
a.underline:focus,
a .underline:hover,
a .underline:active,
a .underline:focus {
  text-decoration: none;
}
.underline-none {
  text-decoration: none;
}
.sprites-retina {
  background-image: url(images/retina-sprites-001.png);
  background-size: 250px;
  background-repeat: no-repeat;
}
.sprites {
  background-image: url(images/sprites-001.png);
}
.border1 {
  border: 1px solid #004293;
}
.border2 {
  border: 1px solid #66ddbf;
}
.border-reversed {
  border: 1px solid #bbb;
}
.border-radius {
  border-radius: 15px;
}
.circle {
  border-radius: 50%;
}
.circle img {
  border-radius: 50%;
  vertical-align: middle;
}
.losenge {
  border-radius: 5px;
}
.box-shadow {
  box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.05);
}
.box-shadow-none {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.text-shadow {
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.75);
}
.transition {
  transition: all 0.2s ease-in-out;
}
.transition-none {
  transition: none;
}
.section-bg {
  background-color: #e9e9e9;
  background-image: linear-gradient(180deg, #e9e9e9, #ffffff);
}
.inline-block {
  display: inline-block;
}
.float-left {
  float: left;
  max-width: 100%;
}
.float-right {
  float: right;
  max-width: 100%;
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
.clear-both {
  clear: both;
}
.spacer-10 {
  padding-bottom: 10px;
}
.spacer-15 {
  padding-bottom: 15px;
}
.spacer-20 {
  padding-bottom: 20px;
}
.spacer-30 {
  padding-bottom: 30px;
}
.spacer-40 {
  padding-bottom: 40px;
}
.spacer-50 {
  padding-bottom: 50px;
}
.pdf {
  margin: 16px 0 16px;
}
.pdf a,
a .pdf {
  padding: 10px 0 8px 38px;
  min-height: 34px;
  background-image: url(images/icons/pdficon_large.png);
  background-position: 0px center;
  background-repeat: no-repeat;
}
.pdf a {
  background-position: 0px 3px;
}
.is-muted,
.is-muted:hover,
.is-muted:focus {
  /*  Use to override anchor default, e.g. on logo image  */
  text-decoration: none;
  color: #666;
  padding: 0;
  border-bottom: none;
}
.no-outline:focus {
  outline: none;
}
.alt-outline:focus,
.header-logo-link:focus {
  outline: 1px dotted #ffcc00;
  outline-offset: 4px;
  transition: all .1s;
}
/* ------------- Main Typography ------------- */
body {
  font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
}
@media screen and (min-width: 500px) {
  body {
    font-size: 1.8rem;
  }
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  margin: 0 auto .75em;
  font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
  font-weight: 900;
  line-height: 1.2;
  color: #333333;
}
h1,
.h1 {
  font-size: 2em;
  line-height: 1.1;
}
h2,
.h2 {
  margin-top: 1.75em;
  font-size: 1.375em;
}
h3,
.h3 {
  margin-top: 1.5em;
  font-size: 1.125em;
}
h4,
.h4 {
  margin: 1em auto;
  font-size: 1em;
  color: #004293;
}
h5,
.h5 {
  font-size: .875em;
  color: #333333;
}
h6,
.h6 {
  font-size: .75em;
  color: #333333;
}
p {
  margin-bottom: .8em;
}
.lead {
  font-size: 1em;
  font-weight: 700;
  color: #595959;
}
ul {
  padding-left: 3.5rem;
  margin-top: -0.4rem;
  margin-bottom: 1.4rem;
}
li {
  margin-bottom: .4rem;
}
a {
  padding: 2px 0;
  color: #000;
}
p a,
a p {
  font-weight: 700;
}
a:hover,
a:focus {
  color: #66ddbf;
}
.page-sections-wrap a {
  position: relative;
  padding: 0;
  font-weight: 700;
  border-bottom: 2px solid #66ddbf;
  border-image: linear-gradient(90deg, #8ce6cf 30%, #00a67c 100%) 2;
}
.page-sections-wrap a:hover,
.page-sections-wrap a:focus {
  color: #000;
  background-color: #8ce6cf;
  border-image: none;
  text-decoration: none;
}
.page-sections-wrap .subtle-link a {
  padding: 0;
  border-bottom: none;
  border-image: none;
}
.page-sections-wrap .subtle-link a:hover,
.page-sections-wrap .subtle-link a:focus {
  background: none;
  border-image: none;
}
strong,
b {
  font-weight: 700;
}
abbr[title] {
  text-decoration: none;
  border-bottom: 1px dotted #777;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* IE 8 fix */
  -ms-interpolation-mode: bicubic;
}
hr {
  border-color: #004293;
}
small,
.text-small {
  font-size: .6875em;
}
.alt-link a,
a.alt-link {
  color: #66ddbf;
}
.alt-link a:hover,
a.alt-link:hover,
.alt-link a:focus,
a.alt-link:focus {
  color: #333333;
}
p.pdf {
  margin: 1.4em 0;
}
.pdf a {
  padding: 10px 0 8px 38px;
  min-height: 34px;
  background-image: url(images/icons/pdficon_large.png);
  background-position: 0px center;
  background-repeat: no-repeat;
}
.reversed {
  color: #fff;
  font-weight: 400;
}
.reversed h1,
.reversed h2,
.reversed h3,
.reversed h4,
.reversed h5,
.reversed h6,
.reversed .h1,
.reversed .h2,
.reversed .h3,
.reversed .h4,
.reversed .h5,
.reversed .h6 {
  color: #fff;
}
a.reversed {
  padding: 0;
  color: #fff;
  border-bottom: 2px solid #fff;
  border-image: none;
}
a:hover.reversed,
a:focus.reversed {
  color: #fff;
  background-color: rgba(140, 230, 207, 0.3);
  border-image: none;
}
a.text-btn {
  display: inline-block;
  padding: 12px 30px;
  border: 2px solid #0058c4;
  border-radius: 15px;
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  background: #0058c4;
  transition: all 0.2s ease-in-out;
  outline: none;
}
a.text-btn:hover,
a.text-btn:focus {
  text-decoration: none;
  color: #0058c4;
  background: #fff;
}
a.text-btn:active {
  color: #fff;
  border-color: #4469eb;
  background: #4469eb;
  transition: none;
}
a.hero-banner-btn {
  display: inline-block;
  padding: 12px 30px;
  border: 2px solid #fff;
  font-size: calc(16px + (22 - 16) * (100vw - 320px) / (800 - 320));
  font-weight: 600;
  color: #fff;
  border-radius: 15px;
  transition: all 0.2s ease-in-out;
}
a.hero-banner-btn:hover,
a.hero-banner-btn:focus {
  text-decoration: none;
  outline: none;
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
}
a.hero-banner-btn:active {
  border-color: #ffffff;
  background: #ffffff;
  color: #004293;
  transition: none;
  box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.2);
}
a.skip {
  position: absolute;
  top: -50px;
  left: 15px;
  padding: 8px 20px;
  border-radius: 8px;
  color: #000;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  background-color: #ffcc00;
  box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
  z-index: 90;
}
a.skip:focus {
  top: 15px;
}
.header-site-wrap {
  position: relative;
  background-color: #000;
  width: 100%;
  z-index: 80;
}
.header-site {
  margin: 0 auto;
  padding: 22px 30px;
}
.js .header-site-wrap {
  position: absolute;
  background: none;
}
.js .header-site {
  align-items: center;
}
.header-logo-link {
  display: block;
  float: left;
  fill: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.75);
}
.header-logo {
  width: 140px;
  height: 65px;
  padding: 0;
  margin: 0;
  line-height: 0;
  font-size: 0;
  transition: all .2s ease;
}
/* Media Queries */
@media screen and (max-width: 800px) {
  .is-open {
    overflow: hidden;
    position: fixed;
  }
  [aria-hidden="true"] {
    display: none;
  }
  [aria-hidden="false"] {
    display: block;
  }
  .is-open .header-site-wrap {
    z-index: 100;
    position: fixed;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 20, 50, 0.9);
    background-blend-mode: multiply;
    transition: background .25s ease;
  }
  .header-logo {
    margin: 4px 0 0 ;
    width: 111px;
    height: 52px;
  }
}
/* ---------- responsive navigation ---------- */
/*
Menu is 'mobile first' - jQuery used for progressive enhancement
*/
.nav-site {
  min-height: 20px;
  margin: 0 160px;
  line-height: 1;
  text-transform: lowercase;
}
.mobile-menu-btn {
  display: none;
}
.mobile-menu-title {
  margin: 0;
  font-size: 0px;
}
.nav-site-list {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  text-align: center;
}
.nav-site-list li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.nav-link {
  position: relative;
  display: block;
  min-height: 1px;
  margin: 8px 20px;
  padding: 8px 0;
  font-size: 22px;
  font-kerning: none;
  letter-spacing: .3px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: none;
}
.nav-link::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 2px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.01);
  transition: width 0.2s;
}
.is-current .nav-link::after {
  width: 100%;
  background-color: #fff;
}
.nav-link:hover,
.nav-link:focus,
.nav-link:active {
  outline: 0;
  text-decoration: none;
  color: #fff;
}
.nav-link:hover::after,
.nav-link:focus::after,
.nav-link:active::after {
  width: 100%;
  background-color: #fff;
}
.nav-link:active::after {
  transition: none;
}
@media screen and (max-width: 1300px) {
  .nav-site {
    margin: 0 0 0 160px;
  }
  .nav-site-list {
    text-align: right;
  }
}
@media screen and (max-width: 800px) {
  .js .mobile-menu-btn {
    position: absolute;
    display: block;
    width: 46px;
    height: 46px;
    padding: 0;
    margin: 0;
    line-height: 0;
    font-size: 0px;
    top: 32px;
    right: 24px;
    border-radius: 8px;
    outline: none;
    cursor: pointer;
  }
  .js .mobile-menu-btn:hover,
  .js .mobile-menu-btn:focus {
    background: rgba(255, 255, 255, 0.2);
  }
  .js .mobile-menu-btn span {
    display: block;
    background: #fff;
  }
  .js .burger-icon {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: scale(1);
    opacity: 1;
    transition: all 0.15s ease-out;
  }
  .js .burger-icon span {
    width: 40%;
    height: 2px;
    position: relative;
    top: 12px;
    left: 30%;
    margin: 4px 0;
  }
  .js .cross-icon {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: scale(0.1);
    opacity: 0;
    transition: all 0.2s ease-out;
    transition-delay: 0s;
  }
  .js .cross-icon span:nth-child(1) {
    position: absolute;
    height: 24px;
    width: 2px;
    top: 11px;
    left: 22px;
  }
  .js .cross-icon span:nth-child(2) {
    position: absolute;
    height: 2px;
    width: 24px;
    top: 22px;
    left: 11px;
  }
  .js .nav-site-list {
    display: none;
    text-align: center;
  }
  .js .nav-site-list li {
    display: block;
    margin: 10px 0;
  }
  .js .nav-link {
    display: inline-block;
    font-size: 24px;
  }
  .js .is-open .burger-icon {
    transform: scale(0.1);
    opacity: 0;
    transition-delay: 0s;
  }
  .js .is-open .cross-icon {
    transform: rotate(45deg);
    opacity: 1;
    transition-delay: .15s;
  }
  .js .is-open .mobile-nav-flexbox {
    display: flex;
    position: absolute;
    overflow: auto;
    top: 100px;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .js .is-open .nav-site-list {
    margin: auto;
    padding: 10px 0 30px;
    display: block;
  }
}
/* ------------- Main Layout Boxes ------------- */
html {
  height: 100%;
  position: relative;
}
body {
  height: 100%;
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#wrap {
  position: relative;
  height: 100%;
  min-width: 320px;
}
.page-sections-wrap {
  padding: 0;
  width: 100%;
}
/* ------------- Homepage Hero Banner ------------- */
.hero-banner-wrap {
  position: relative;
  height: 100%;
  min-height: 480px;
  /*background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	background-color: #2B76D3;
	background-size: cover;*/
  /*&::after {
		content: "";
		position: absolute;
		bottom: -1px;
		left: 0;
		min-height: 40px;
		height: calc(~"100vw * .1");
		width: 100%;
		background-image: url(../images/backgrounds/hero-banner-bg.svg);
		background-repeat: no-repeat;
		background-position: bottom left;
		background-size: contain;
//		.border2;
	}*/
}
.hero-banner-bg1 {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #66DDBF;
  transform-origin: bottom left;
  transform: skewY(-3deg);
}
.hero-banner-bg2 {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  background-color: #4469eb;
  background-image: linear-gradient(rgba(0, 88, 196, 0.5) 15%, rgba(0, 0, 0, 0.4) 70%);
  background-image: linear-gradient(#004293 75%, #0058c4 100%);
  transform-origin: bottom right;
  transform: skewY(3deg);
}
.hero-banner-bg-canvas {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(237deg, rgba(114, 26, 179, 0) 55%, rgba(114, 26, 179, 0.8) 80%, #3c157c 100%), linear-gradient(127deg, rgba(0, 166, 124, 0) 34%, rgba(0, 166, 124, 0.8) 80%, #007356 100%), linear-gradient(#0058c4 75%, #004293 100%);
  /*background: linear-gradient(217deg, rgba(255,0,0,.8), rgba(255,0,0,0) 70.71%),
            linear-gradient(127deg, rgba(0,255,0,.8), rgba(0,255,0,0) 70.71%),
            linear-gradient(336deg, rgba(0,0,255,.8), rgba(0,0,255,0) 70.71%);*/
}
.hero-banner-bg-a {
  height: 45%;
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-image: url('../images/backgrounds/tools-a-480px.png');
}
.hero-banner-bg-b {
  height: 42%;
  width: 35%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  background-image: url('../images/backgrounds/tools-b-480px.png');
}
.hero-banner-bg-c {
  height: 42%;
  width: 35%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  background-image: url('../images/backgrounds/tools-c-480px.png');
}
.hero-banner-bg-d {
  height: 37%;
  width: 33%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  background-image: url('../images/backgrounds/tools-d-480px.png');
}
.hero-banner-menu-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: linear-gradient(rgba(0, 88, 196, 0.7) 0%, rgba(0, 66, 147, 0) 35%);
  mix-blend-mode: multiply;
}
.hero-banner {
  z-index: 50;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  height: 100%;
  margin: 0 8%;
  padding: 70px 0 0;
}
.js .hero-banner,
.hero-banner-bg {
  opacity: 0;
}
.hero-banner-text {
  flex: 0 1 auto;
}
.hero-banner-text h1,
.hero-banner-text p {
  color: #fff;
  text-align: center;
}
.hero-banner-text h1 {
  font-size: calc(22px + (36 - 22) * (100vw - 320px) / (800 - 320));
  font-weight: 900;
}
.hero-banner-text p {
  font-weight: 600;
  font-size: calc(17px + (28 - 17) * (100vw - 320px) / (800 - 320));
}
.hero-banner-text svg {
  width: 100%;
  height: 100%;
}
.flexboxtweener .hero-banner-svg {
  flex: 0 1 35%;
}
.pre-load {
  display: flex;
  /*position: absolute; // so this doesn't clash .hero-banner which is hidden till page load but still occupies space
	height: 100%;
	width: 100%;*/
}
.pre-load-img {
  flex: 0 0 auto;
  margin: auto;
}
@media screen and (min-width: 701px) {
  .hero-banner-wrap {
    min-height: 550px;
  }
  .hero-banner {
    max-width: 780px;
  }
}
@media screen and (min-width: 800px) {
  .hero-banner {
    margin: 0 auto;
  }
  .hero-banner-text h1 {
    font-size: 36px;
  }
  .hero-banner-text p {
    font-size: 28px;
  }
  .hero-banner-text a.hero-banner-btn {
    font-size: 22px;
  }
}
/* ------------- Standard Header Banner ------------- */
.hdr-banner-wrap {
  position: relative;
  height: 50%;
  min-height: 380px;
}
.hdr-banner-bg1 {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #66DDBF;
  transform-origin: bottom left;
  transform: skewY(-4deg);
}
.hdr-banner-bg2 {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  background: linear-gradient(237deg, rgba(114, 26, 179, 0) 55%, rgba(114, 26, 179, 0.8) 80%, #3c157c 100%), linear-gradient(127deg, rgba(102, 221, 191, 0) 34%, rgba(102, 221, 191, 0.8) 80%, #66ddbf 100%), linear-gradient(#0058c4 75%, #004293 100%);
  transform-origin: bottom right;
  transform: skewY(2.5deg);
}
.hdr-banner-menu-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: linear-gradient(rgba(0, 88, 196, 0.7) 0%, rgba(0, 66, 147, 0) 35%);
  mix-blend-mode: multiply;
}
.hdr-banner {
  z-index: 50;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  height: 100%;
  margin: 0 8%;
  padding: 70px 0 50px;
}
.hdr-banner-text {
  flex: 0 1 auto;
}
.hdr-banner-text h1,
.hdr-banner-text p {
  color: #fff;
  text-align: center;
}
.hdr-banner-text h1 {
  font-size: calc(22px + (36 - 22) * (100vw - 320px) / (800 - 320));
  font-weight: 900;
}
.hdr-banner-text p {
  font-weight: 600;
  font-size: calc(17px + (28 - 17) * (100vw - 320px) / (800 - 320));
}
.hdr-banner-text svg {
  width: 100%;
  height: 100%;
}
.flexboxtweener .hdr-banner-svg {
  flex: 0 1 35%;
}
.pre-load {
  display: flex;
  /*position: absolute; // so this doesn't clash .hdr-banner which is hidden till page load but still occupies space
	height: 100%;
	width: 100%;*/
}
.pre-load-img {
  flex: 0 0 auto;
  margin: auto;
}
@media screen and (min-width: 701px) {
  .hdr-banner-wrap {
    min-height: 550px;
  }
  .hdr-banner {
    max-width: 780px;
  }
}
@media screen and (min-width: 800px) {
  .hdr-banner {
    margin: 0 auto;
  }
  .hdr-banner-text h1 {
    font-size: 36px;
  }
  .hdr-banner-text p {
    font-size: 28px;
  }
  .hdr-banner-text a.hdr-banner-btn {
    font-size: 22px;
  }
}
/* ----------- main content holders ------------- */
#content {
  position: relative;
  max-width: 910px;
  margin: 0 auto;
  padding: 35px 40px 35px;
}
#section1 {
  position: absolute;
  top: 0px;
}
@media screen and (min-width: 768px) {
  #content {
    padding: 70px 40px 70px;
  }
}
.feature-wrap {
  position: relative;
  padding: 20px 0;
  color: #fff;
  background: #39127A;
  background-image: linear-gradient(135deg, #7b61a6 0%, #39127a 25%, #39127a 35%, #004293 100%);
}
.features {
  max-width: 976px;
}
.feature-header {
  margin: 0 auto;
  padding: 20px 10px;
  text-align: center;
}
.feature-box {
  max-width: 360px;
  margin: 0 auto 20px;
  padding: 10px 30px;
  text-align: center;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
}
.feature-box h2 {
  padding-bottom: 20px;
  margin: 12px 0 0;
  font-size: 20px;
  color: #fff;
}
.feature-box-img {
  margin: 0 auto 20px;
  max-width: 200px;
  border-radius: 15px;
  border-radius: 50%;
  box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
}
.feature-box-img img {
  padding: 10%;
}
.feature-box-text {
  margin-left: 6px;
  font-size: 1.6rem;
  text-align: left;
}
.feature-footer {
  max-width: 600px;
  margin: 0 auto;
  padding: 10px 10px 0;
  text-align: center;
  clear: both;
}
@media screen and (min-width: 768px) {
  .feature-wrap {
    padding: 80px 20px 60px;
  }
  .feature-header {
    padding: 20px;
  }
  .feature-box {
    margin: 0 auto;
    padding: 10px 10px;
    background: none;
  }
  .feature-footer {
    padding: 30px 10px 0;
  }
}
@media screen and (min-width: 900px) {
  .feature-box-text {
    margin-left: 20px;
  }
}
.testimonial-section-wrap {
  position: relative;
  padding: 70px 20px;
}
.testimonial-box {
  max-width: 730px;
  margin: 50px auto 20px;
  padding: 80px 30px 65px;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.05);
  background: url(../images/backgrounds/open-quotes.png) no-repeat top left, url(../images/backgrounds/closed-quotes.png) no-repeat bottom right, #ffffff;
}
@media screen and (min-width: 768px) {
  .testimonial-section-wrap {
    padding: 70px 40px;
  }
  .testimonial-box {
    padding: 70px 90px 55px;
    text-align: left;
  }
}
.cta-section-wrap {
  position: relative;
  padding: 90px 40px 60px;
}
.cta-section-wrap p {
  font-size: 1.4em;
}
.section-bg-grey {
  background: #e9e9e9;
}
.section-bg-jade {
  background: #8ce6cf;
}
/* ----------- Banner Images ----------- */
.b-wrap {
  max-width: 976px;
  margin: 0 auto;
  padding: 0;
}
.b-main {
  position: relative;
  max-width: 976px;
  margin: 0 auto;
  padding: 0;
}
.slide img {
  border: 1px solid #999;
}
/* ----------- Footer ----------- */
.footer-site {
  font-size: 18px;
  color: #fff;
  background: #39127A;
  background-image: linear-gradient(135deg, #7155a0 0%, #39127a 30%);
}
.footer-site h3 {
  font-size: 21px;
  font-weight: 900;
  color: inherit;
}
.footer-site a {
  color: #fff;
}
.footer-wrap {
  text-align: center;
  max-width: 1160px;
  margin: 0 auto;
  padding: 30px 30px 60px;
}
.footer-contacts a {
  display: inline-block;
}
.footer-phone-link {
  margin-right: 15px;
}
.footer-icons {
  width: 36px;
  height: 36px;
  margin-right: 10px;
  fill: #fff;
  vertical-align: middle;
}
.icon-phone {
  transform: rotate(-40deg);
  margin-right: 5px;
}
.footer-links-wrap {
  flex: 1 1 auto;
  padding-top: 14px;
}
.footer-links {
  width: 100%;
  margin: 20px 0;
  padding: 0;
  font-size: .9em;
  list-style: none;
  line-height: 1;
}
.footer-links li {
  display: inline-block;
  margin: 0 0 10px 15px;
  padding: 0;
}
.footer-copyright {
  line-height: 1;
}
/* ===================
   Media Queries
   =================== */
@media screen and (min-width: 520px) {
  .footer-contacts {
    float: left;
    width: 260px;
    text-align: left;
  }
  .footer-links-wrap {
    margin-left: 300px;
  }
  .footer-links {
    display: block;
    min-height: 90px;
    margin: 0;
    font-size: 1em;
    text-align: right;
  }
  .footer-copyright {
    text-align: right;
  }
}
