/** COLOURS **/
/** GRADIENTS **/
/** FONTS **/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../../assets/icons/glyphicons/glyphicons-halflings-regular.eot");
  src: url("../../assets/icons/glyphicons/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../assets/icons/glyphicons/glyphicons-halflings-regular.woff") format("woff"), url("../../assets/icons/glyphicons/glyphicons-halflings-regular.ttf") format("truetype"), url("../../assets/icons/glyphicons/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg");
}

/* line 1, ../scss/template/_base.scss */
body, html {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #4b4b4b;
}

/* line 7, ../scss/template/_base.scss */
#container {
  min-height: 100%;
  position: relative;
}

/* line 12, ../scss/template/_base.scss */
#body {
  padding-bottom: 82px;
}

/* line 16, ../scss/template/_base.scss */
section {
  padding: 96px 0;
}

/* line 20, ../scss/template/_base.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
}

/* line 25, ../scss/template/_base.scss */
.light {
  color: #FFF;
}

/* line 29, ../scss/template/_base.scss */
h1 {
  font-size: 14rem;
  font-size: 140px;
}

/* line 34, ../scss/template/_base.scss */
h2 {
  font-size: 9.6rem;
  font-size: 96px;
}

/* line 39, ../scss/template/_base.scss */
h3 {
  font-size: 7.8rem;
  font-size: 78px;
}

/* line 44, ../scss/template/_base.scss */
h4 {
  font-size: 2rem;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  font-weight: 300;
  line-height: 1.2;
}

/* line 53, ../scss/template/_base.scss */
h5 {
  font-size: 3.4rem;
  font-size: 34px;
}

/* line 58, ../scss/template/_base.scss */
h6 {
  font-size: 5.4rem;
  font-size: 54px;
}

/* line 63, ../scss/template/_base.scss */
p, ul {
  font-size: 1.6rem;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.2rem;
  line-height: 22px;
}

/* line 71, ../scss/template/_base.scss */
.button, button, input[type="submit"] {
  font-size: 1.4rem !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 12px 24px;
  background-color: inherit;
  text-transform: uppercase;
  webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

/* line 84, ../scss/template/_base.scss */
.button {
  display: inline-block;
  cursor: pointer;
}

/* line 89, ../scss/template/_base.scss */
.pink {
  border: 3px solid #e6337b;
  color: #e6337b !important;
}

/* line 94, ../scss/template/_base.scss */
.pink:hover {
  color: #FFF !important;
  background: #e6337b;
}

/* line 99, ../scss/template/_base.scss */
.blue {
  border: 3px solid #20a3cc;
  color: #20a3cc !important;
}

/* line 104, ../scss/template/_base.scss */
.blue:hover {
  color: #FFF !important;
  background-color: #20a3cc;
}

/* line 109, ../scss/template/_base.scss */
.green {
  border: 3px solid #29c182;
  color: #29c182 !important;
}

/* line 114, ../scss/template/_base.scss */
.green:hover {
  color: #FFF !important;
  background-color: #29c182;
}

/* line 119, ../scss/template/_base.scss */
.orange {
  border: 3px solid #ed9511;
  color: #ed9511 !important;
}

/* line 124, ../scss/template/_base.scss */
.orange-innerborder {
  border: 3px solid #ed9511;
  color: #ed9511 !important;
  padding: 9px 15px;
}

/* line 130, ../scss/template/_base.scss */
.orange:hover, .orange-solid {
  color: #FFF !important;
  background-color: #ed9511;
}

/* line 135, ../scss/template/_base.scss */
.dark {
  border: 3px solid #4b4b4b;
  color: #000 !important;
}

/* line 140, ../scss/template/_base.scss */
.dark:hover {
  background: #4b4b4b;
  color: #FFF !important;
}

/* line 145, ../scss/template/_base.scss */
.light {
  border: 3px solid #FFF;
  color: #FFF !important;
}

/* line 150, ../scss/template/_base.scss */
.light:hover {
  background: #FFF;
  color: #000 !important;
}

/* line 155, ../scss/template/_base.scss */
.light-solid {
  border: 3px solid #FFF;
  background: #FFF;
  color: #000;
}

/* line 161, ../scss/template/_base.scss */
.light-solid:hover, .light-solid:focus, .light-solid:visited {
  color: #000;
}

/* line 165, ../scss/template/_base.scss */
.light-innerborder {
  border: 3px solid #FFF;
  color: #FFF !important;
}

/* line 170, ../scss/template/_base.scss */
.light-text {
  color: #FFF;
}

/* line 174, ../scss/template/_base.scss */
.grey {
  border: 3px solid #e7e6e6;
  color: #e7e6e6 !important;
}

/* line 179, ../scss/template/_base.scss */
.grey:hover {
  background: #e7e6e6;
  color: #000 !important;
}

/* line 184, ../scss/template/_base.scss */
.display-table {
  display: table;
  height: 100%;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

/* line 192, ../scss/template/_base.scss */
.display-table-cell {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

/* line 198, ../scss/template/_base.scss */
.hero-title {
  color: #FFF;
}
/* line 201, ../scss/template/_base.scss */
.hero-title h1 {
  letter-spacing: -0.3rem;
  letter-spacing: -4px;
  line-height: 12rem;
  line-height: 120px;
  margin: 0;
}

/* line 211, ../scss/template/_base.scss */
.page-title {
  padding-top: 96px;
}

/* line 215, ../scss/template/_base.scss */
.col-center {
  margin: 0 auto;
  float: none;
}

/* line 220, ../scss/template/_base.scss */
.responsive {
  max-width: 100%;
  height: auto;
}

/* line 225, ../scss/template/_base.scss */
.hidden {
  display: none;
}

/* line 229, ../scss/template/_base.scss */
a {
  color: #de1365;
  font-weight: 300;
}

/* line 234, ../scss/template/_base.scss */
a:hover, a:focus, a:visited {
  color: #de1365;
  text-decoration: none;
}

/* line 239, ../scss/template/_base.scss */
a:focus {
  outline: none;
}

/* line 243, ../scss/template/_base.scss */
.green-bg {
  background: #29c182;
}

/* line 247, ../scss/template/_base.scss */
.blue-bg {
  background: #20a3cc;
}

/* line 251, ../scss/template/_base.scss */
.orange-bg {
  background: #ed9511;
}

/* line 255, ../scss/template/_base.scss */
.pink-bg {
  background: #de1365;
}

/* line 259, ../scss/template/_base.scss */
.black {
  color: #4b4b4b;
}

/* line 263, ../scss/template/_base.scss */
.white {
  color: #FFF;
}

/* line 267, ../scss/template/_base.scss */
.transparent {
  background: none !important;
}

/* centered columns styles */
/* line 272, ../scss/template/_base.scss */
.row-centered {
  text-align: center;
}

/* line 275, ../scss/template/_base.scss */
.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
}

/* line 284, ../scss/template/_base.scss */
.parallax-bg {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

/* line 291, ../scss/template/_base.scss */
.parallax-content {
  padding: 66px 0;
}

/* line 295, ../scss/template/_base.scss */
.box-link {
  display: inline-block;
  color: #FFF !important;
  border: 6px solid #FFF;
  padding: 0 12px 7px 2px;
}

/* line 302, ../scss/template/_base.scss */
.line-height {
  line-height: 13.5rem;
  line-height: 135px;
}

@media (max-width: 1440px) {
  /* line 309, ../scss/template/_base.scss */
  h1, .hero-title h1 {
    font-size: 9.5rem;
    font-size: 95px;
    line-height: 8.5rem;
    line-height: 85px;
  }

  /* line 316, ../scss/template/_base.scss */
  h2 {
    font-size: 5.1rem;
    font-size: 51px;
  }

  /* line 321, ../scss/template/_base.scss */
  .box-link {
    border: 4px solid #FFF;
    padding: 2px 10px 7px 2px;
  }

  /* line 326, ../scss/template/_base.scss */
  .line-height {
    line-height: 9.5rem;
    line-height: 95px;
  }
}
/* line 1, ../scss/template/_header.scss */
header {
  width: 100%;
  padding: 18px 36px;
  position: fixed;
  top: 0;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform .3s,height .2s linear;
  -moz-transition: -moz-transform .3s,height .2s linear;
  -o-transition: transform .3s,height .2s linear;
  transition: transform .3s,height .2s linear;
}
/* line 15, ../scss/template/_header.scss */
header h5 {
  display: table;
  margin: 6px auto 0 auto;
  color: #FFF;
}

/* line 23, ../scss/template/_header.scss */
.blog header, .category header, .archive header, .single header {
  background: #de1365;
}

/* line 27, ../scss/template/_header.scss */
.nav-up {
  -webkit-transform: translate3d(0, -74px, 0);
  -moz-transform: translate3d(0, -74px, 0);
  transform: translate3d(0, -74px, 0);
  top: -12px;
}

/* line 34, ../scss/template/_header.scss */
.header-logo {
  float: left;
}

/* line 38, ../scss/template/_header.scss */
.text-logo {
  margin-left: 1px;
}

/* line 1, ../scss/template/_footer.scss */
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 82px;
  padding: 24px 0;
  background-color: #1A1A1A;
  color: #FFF;
}
/* line 10, ../scss/template/_footer.scss */
footer ul {
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
}
/* line 16, ../scss/template/_footer.scss */
footer li {
  display: inline-block;
  padding-right: 24px;
}
/* line 21, ../scss/template/_footer.scss */
footer #footer-links {
  float: left;
  padding-top: 6px;
}
/* line 25, ../scss/template/_footer.scss */
footer #footer-links a {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.6rem;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
}
/* line 36, ../scss/template/_footer.scss */
footer #copyright {
  float: right;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  font-size: 12px;
  font-weight: 400;
  padding-top: 8px;
}
/* line 45, ../scss/template/_footer.scss */
footer #copyright:after {
  clear: both;
}
/* line 49, ../scss/template/_footer.scss */
footer #social-links {
  float: left;
}
/* line 52, ../scss/template/_footer.scss */
footer #social-links li:last-child {
  padding-right: 48px;
}
/* line 56, ../scss/template/_footer.scss */
footer #social-links a {
  color: #FFF;
  text-decoration: none;
}
/* line 61, ../scss/template/_footer.scss */
footer #social-links a.icon-twitter:hover {
  color: #55acee;
}
/* line 65, ../scss/template/_footer.scss */
footer #social-links a.icon-facebook:hover {
  color: #3b5998;
}
/* line 69, ../scss/template/_footer.scss */
footer #social-links a.icon-linkedin:hover {
  color: #007bb6;
}
/* line 73, ../scss/template/_footer.scss */
footer #social-links a.icon-instagram:hover {
  color: #125688;
}
/* line 80, ../scss/template/_footer.scss */
footer #social-links .icon-twitter,
footer #social-links .icon-facebook,
footer #social-links .icon-linkedin,
footer #social-links .icon-instagram {
  font-size: 2.4rem;
  font-size: 24px;
}

/* line 2, ../scss/template/_simplemenu.scss */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}

/* line 9, ../scss/template/_simplemenu.scss */
.top-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

/* line 17, ../scss/template/_simplemenu.scss */
.mid-animate {
  opacity: 0;
}

/* line 19, ../scss/template/_simplemenu.scss */
.bottom-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-225deg);
}

/* line 27, ../scss/template/_simplemenu.scss */
.top-menu {
  top: 5px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #F9A530;
}

/* line 35, ../scss/template/_simplemenu.scss */
.mid-menu {
  top: 13px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #F9A530;
}

/* line 43, ../scss/template/_simplemenu.scss */
.bottom-menu {
  top: 21px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #F9A530;
}

/* line 51, ../scss/template/_simplemenu.scss */
.menui {
  background: #fff;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
  margin-top: 10px;
  position: absolute;
}

/* line 59, ../scss/template/_simplemenu.scss */
.menu-icon {
  z-index: 999;
  float: right;
}
/* line 63, ../scss/template/_simplemenu.scss */
.menu-icon span {
  display: inline-block;
  margin: 11px 12px 0 0;
  color: #FFF;
  font-size: 1.8rem;
  font-size: 18px;
  font-weight: 500;
}

/* line 74, ../scss/template/_simplemenu.scss */
.menu-icon:hover, .menu-icon:focus, .menu-icon:visited {
  color: #FFF;
}

/* line 78, ../scss/template/_simplemenu.scss */
.hamburger {
  width: 25px;
  height: 36px;
  float: right;
}

/* line 84, ../scss/template/_simplemenu.scss */
.menu-icon-inner {
  z-index: 999;
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  top: 18px;
  right: 51px;
}

/* line 94, ../scss/template/_simplemenu.scss */
.mobilenav {
  font-family: inherit;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../../assets/images/home/pink-bg.png) repeat;
  overflow: auto;
}
/* line 106, ../scss/template/_simplemenu.scss */
.mobilenav .header-logo {
  position: absolute;
  top: 18px;
  left: 51px;
}
/* line 112, ../scss/template/_simplemenu.scss */
.mobilenav .header-logo-short {
  position: absolute;
  top: 18px;
  left: 51px;
}
/* line 118, ../scss/template/_simplemenu.scss */
.mobilenav li {
  list-style-type: none;
  text-align: center;
  padding: 6px;
}
/* line 124, ../scss/template/_simplemenu.scss */
.mobilenav li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.4rem;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  width: 100%;
}
/* line 134, ../scss/template/_simplemenu.scss */
.mobilenav li.parent, .mobilenav a.parent {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 3rem;
  font-size: 30px;
  text-transform: uppercase;
  color: #FFF;
}
/* line 142, ../scss/template/_simplemenu.scss */
.mobilenav ul {
  padding: 0;
}
/* line 146, ../scss/template/_simplemenu.scss */
.mobilenav ul:first-of-type {
  margin-top: 60px;
}
/* line 150, ../scss/template/_simplemenu.scss */
.mobilenav ul li:first-child {
  padding-bottom: 12px;
}
/* line 154, ../scss/template/_simplemenu.scss */
.mobilenav ul li:last-child {
  padding-bottom: 52px;
}

/* line 1, ../scss/template/_stickynav.scss */
.sticky-nav {
  width: 100%;
  background: #FFF;
  padding: 6px 0;
  z-index: 1;
  text-transform: uppercase;
}
/* line 8, ../scss/template/_stickynav.scss */
.sticky-nav ul {
  padding: 0;
  margin: 0;
}
/* line 12, ../scss/template/_stickynav.scss */
.sticky-nav ul li {
  list-style-type: none;
}
/* line 15, ../scss/template/_stickynav.scss */
.sticky-nav ul li a {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 2.4rem;
  font-size: 24px;
  color: #d6d6d6;
  text-decoration: none;
}
/* line 23, ../scss/template/_stickynav.scss */
.sticky-nav ul li a.active {
  color: #20a3cc;
}

/* line 33, ../scss/template/_stickynav.scss */
.page-template-page-create .sticky-nav a.active {
  color: #29c182;
}

/* line 37, ../scss/template/_stickynav.scss */
.page-template-page-engage .sticky-nav a.active {
  color: #ed9511;
}

/* line 41, ../scss/template/_stickynav.scss */
.sticky-nav, .main {
  position: relative;
}

/* line 45, ../scss/template/_stickynav.scss */
.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.17);
  opacity: 0.95;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform .3s,height .2s linear;
  -moz-transition: -moz-transform .3s,height .2s linear;
  -o-transition: transform .3s,height .2s linear;
  transition: transform .3s,height .2s linear;
}

/* line 62, ../scss/template/_stickynav.scss */
.scroll-up {
  -webkit-transform: translate3d(0, 74px, 0);
  -moz-transform: translate3d(0, 74px, 0);
  transform: translate3d(0, 74px, 0);
  top: 12px;
}

/* line 73, ../scss/template/_stickynav.scss */
.page-template-page-investors .sticky-nav li {
  display: inline;
  text-align: center;
}
/* line 77, ../scss/template/_stickynav.scss */
.page-template-page-investors .sticky-nav li a {
  padding: 0 42px;
}

@media (max-width: 1200px) {
  /* line 95, ../scss/template/_stickynav.scss */
  .page-template-page-investors .sticky-nav li a {
    padding: 0 12px;
  }
}
/* line 111, ../scss/template/_stickynav.scss */
.page-template-page-investors .sticky-nav a.active, .page-template-page-about .sticky-nav a.active {
  color: #e6337b;
}

/* line 1, ../scss/template/_footer-contact.scss */
.contact {
  padding: 96px 0;
  background: -webkit-linear-gradient(#fdeef4, white 600px);
  background: -o-linear-gradient(#fdeef4, white 600px);
  background: -moz-linear-gradient(#fdeef4, white 600px);
  background: linear-gradient(#fdeef4, #ffffff 600px);
}
/* line 8, ../scss/template/_footer-contact.scss */
.contact h6 {
  color: #e6337b;
}
/* line 12, ../scss/template/_footer-contact.scss */
.contact a {
  margin-top: 24px;
}

/* line 20, ../scss/template/_footer-contact.scss */
.single-casestudies .contact {
  background: #FFF;
}

/* line 1, ../scss/template/_post.scss */
.post {
  margin: 120px 0;
  font-size: 18px;
  font-weight: 300;
}
/* line 6, ../scss/template/_post.scss */
.post h1, .post h2 {
  text-transform: uppercase;
  font-weight: bold;
}
/* line 11, ../scss/template/_post.scss */
.post h1 {
  font-size: 36px;
  font-size: 3.6rem;
  margin: 0 0 60px 0;
  line-height: 3.8rem;
  line-height: 38px;
}
/* line 19, ../scss/template/_post.scss */
.post h2 {
  font-size: 2rem;
  font-size: 20px;
}
/* line 24, ../scss/template/_post.scss */
.post .mobile {
  display: none;
}
/* line 30, ../scss/template/_post.scss */
.post .press-excerpt h2 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 5px 0;
}
/* line 38, ../scss/template/_post.scss */
.post h2 a {
  color: #4b4b4b;
}
/* line 42, ../scss/template/_post.scss */
.post .date, .post .category {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #9c9c9c;
}
/* line 49, ../scss/template/_post.scss */
.post .category a {
  color: #de1365;
  font-weight: bold;
}
/* line 54, ../scss/template/_post.scss */
.post p {
  margin-top: 15px;
}
/* line 58, ../scss/template/_post.scss */
.post em {
  font-style: normal;
}
/* line 62, ../scss/template/_post.scss */
.post .post-thumbnail img {
  width: 100%;
  height: auto;
}
/* line 67, ../scss/template/_post.scss */
.post .row {
  margin-bottom: 30px;
}
/* line 71, ../scss/template/_post.scss */
.post hr {
  margin: 0;
  border-color: #d3d3d3;
}
/* line 78, ../scss/template/_post.scss */
.post .share span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  margin-top: 30px;
}
/* line 86, ../scss/template/_post.scss */
.post .share a {
  font-size: 30px;
  font-size: 3rem;
}
/* line 91, ../scss/template/_post.scss */
.post .share .social-icon {
  margin-right: 6px;
}
/* line 95, ../scss/template/_post.scss */
.post .share .icon-facebook-round {
  color: #3b5998;
}
/* line 99, ../scss/template/_post.scss */
.post .share .icon-twitter-round {
  color: #55acee;
}
/* line 103, ../scss/template/_post.scss */
.post .share .icon-linkedin-round {
  color: #0077b5;
}

/* line 113, ../scss/template/_post.scss */
.blog h1, .category h1 {
  padding-top: 194px;
  color: #4b4b4b;
}

/* line 122, ../scss/template/_post.scss */
.single-post #body {
  padding-bottom: 427px;
}
/* line 126, ../scss/template/_post.scss */
.single-post .contact {
  position: absolute;
  width: 100%;
  bottom: 82px;
}

/* line 138, ../scss/template/_post.scss */
.article p a:hover, .article p a:focus, .article p a:visited {
  color: #e6337b;
  text-decoration: underline;
}

@media (max-width: 991px) {
  /* line 7, ../scss/template/_post-sm.scss */
  .post .press-excerpt h2 {
    margin-top: 15px;
  }
  /* line 13, ../scss/template/_post-sm.scss */
  .post .desktop {
    display: none;
  }
  /* line 17, ../scss/template/_post-sm.scss */
  .post .mobile {
    display: block;
  }
  /* line 21, ../scss/template/_post-sm.scss */
  .post h1 {
    font-size: 2.4rem;
    font-size: 24px;
    margin: 30px 0;
    line-height: 2.6rem;
    line-height: 26px;
  }
  /* line 29, ../scss/template/_post-sm.scss */
  .post p {
    font-size: 14px;
    font-size: 1.4rem;
  }

  /* line 38, ../scss/template/_post-sm.scss */
  .single-post .contact {
    bottom: 154px;
  }
}
@media (max-width: 767px) {
  /* line 3, ../scss/template/_base-xs.scss */
  #body {
    padding-bottom: 154px;
  }

  /* line 7, ../scss/template/_base-xs.scss */
  h1, .hero-title h1 {
    font-size: 4.5rem;
    font-size: 45px;
    line-height: 4rem;
    line-height: 40px;
    letter-spacing: -2px;
  }

  /* line 15, ../scss/template/_base-xs.scss */
  h3 {
    font-size: 5.1rem;
    font-size: 51px;
  }

  /* line 20, ../scss/template/_base-xs.scss */
  h4 {
    font-size: 1.8rem;
    font-size: 18px;
  }

  /* line 25, ../scss/template/_base-xs.scss */
  h5 {
    font-size: 2.8rem;
    font-size: 28px;
  }

  /* line 30, ../scss/template/_base-xs.scss */
  h6 {
    font-size: 3.4rem;
    font-size: 34px;
  }

  /* line 35, ../scss/template/_base-xs.scss */
  .box-link {
    border: 3px solid #FFF;
    padding: 0 5px 1px 2px;
  }

  /* line 40, ../scss/template/_base-xs.scss */
  .line-height {
    line-height: 4.5rem;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  /* line 3, ../scss/template/_simplemenu-xs.scss */
  .menu-icon-inner {
    top: 12px;
    right: 28px;
  }

  /* line 10, ../scss/template/_simplemenu-xs.scss */
  .mobilenav .header-logo {
    left: 27px;
    top: 12px;
    display: none;
  }
  /* line 16, ../scss/template/_simplemenu-xs.scss */
  .mobilenav .header-logo-short {
    left: 27px;
    top: 12px;
  }
  /* line 21, ../scss/template/_simplemenu-xs.scss */
  .mobilenav li {
    padding: 3px;
  }
  /* line 25, ../scss/template/_simplemenu-xs.scss */
  .mobilenav li a {
    font-size: 1.6rem;
    font-size: 16px;
  }
  /* line 30, ../scss/template/_simplemenu-xs.scss */
  .mobilenav li a.parent {
    font-size: 2rem;
    font-size: 20px;
  }
  /* line 35, ../scss/template/_simplemenu-xs.scss */
  .mobilenav ul:first-child {
    margin-top: 30px;
  }
  /* line 39, ../scss/template/_simplemenu-xs.scss */
  .mobilenav ul li:first-child {
    padding-bottom: 6px;
  }
  /* line 43, ../scss/template/_simplemenu-xs.scss */
  .mobilenav ul li:last-child {
    padding-bottom: 12px;
  }
}
@media (max-width: 767px) {
  /* line 3, ../scss/template/_footer-xs.scss */
  footer {
    min-height: 154px;
  }
  /* line 6, ../scss/template/_footer-xs.scss */
  footer ul, footer #copyright {
    width: 100%;
    text-align: center;
  }
  /* line 11, ../scss/template/_footer-xs.scss */
  footer #social-links li:first-child {
    padding-left: 36px;
  }
  /* line 15, ../scss/template/_footer-xs.scss */
  footer #footer-links li:first-child {
    padding-left: 24px;
  }
  /* line 19, ../scss/template/_footer-xs.scss */
  footer #copyright {
    font-size: 1rem;
    font-size: 10px;
    padding-top: 24px;
  }
  /* line 25, ../scss/template/_footer-xs.scss */
  footer #footer-links {
    padding-top: 12px;
  }
}
@media (max-width: 767px) {
  /* line 3, ../scss/template/_header-xs.scss */
  header {
    padding: 12px 12px;
  }
  /* line 6, ../scss/template/_header-xs.scss */
  header h5 {
    margin-top: 0;
  }

  /* line 12, ../scss/template/_header-xs.scss */
  .header-logo {
    width: 41px;
    height: 50px;
  }

  /* line 17, ../scss/template/_header-xs.scss */
  .text-logo {
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  /* line 3, ../scss/template/_stickynav-xs.scss */
  .sticky-nav {
    display: none;
  }
}
/* line 3, ../scss/pages/_home.scss */
.home footer {
  position: relative;
}
/* line 7, ../scss/pages/_home.scss */
.home #container, .home #body {
  height: 100%;
  padding: 0;
}

/* line 14, ../scss/pages/_home.scss */
#page-bg {
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
}
/* line 21, ../scss/pages/_home.scss */
#page-bg button:hover {
  color: #000;
  background-color: #FFF;
}

/* line 28, ../scss/pages/_home.scss */
#offerings {
  background-color: #2B2B2B;
}
/* line 31, ../scss/pages/_home.scss */
#offerings a {
  padding-top: 144px;
  padding-bottom: 144px;
  text-decoration: none;
}
/* line 37, ../scss/pages/_home.scss */
#offerings a:hover {
  background-color: #333333;
}
/* line 41, ../scss/pages/_home.scss */
#offerings a h2 {
  letter-spacing: -0.3rem;
  letter-spacing: -3px;
}
/* line 46, ../scss/pages/_home.scss */
#offerings a p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 2rem;
  font-size: 20px;
}
/* line 54, ../scss/pages/_home.scss */
#offerings a h2,
#offerings a p {
  margin: 0;
}
/* line 60, ../scss/pages/_home.scss */
#offerings a:first-child h2, #offerings a:first-child p {
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(left, #89f1c6, #29c182);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, #89f1c6, #29c182);
  /* For Opera 11.1 to 12.0 */
  -webkit-background-clip: text;
  color: #89f1c6;
}
/* line 72, ../scss/pages/_home.scss */
#offerings a:nth-child(2) h2, #offerings a:nth-child(2) p {
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(left, #6fd5f5, #20a3cc);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, #6fd5f5, #20a3cc);
  /* For Opera 11.1 to 12.0 */
  -webkit-background-clip: text;
  color: #6fd5f5;
}
/* line 84, ../scss/pages/_home.scss */
#offerings a:nth-child(3) h2, #offerings a:nth-child(3) p {
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(left, #feb951, #ed9511);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, #feb951, #ed9511);
  /* For Opera 11.1 to 12.0 */
  -webkit-background-clip: text;
  color: #feb951;
}

/* line 96, ../scss/pages/_home.scss */
body.home header.nav-down {
  background-color: transparent;
}

/* line 100, ../scss/pages/_home.scss */
.icon-video-arrow {
  display: table;
  cursor: pointer;
  font-size: 4.5rem;
  font-size: 45px;
  color: #FFF;
  margin: 12px auto 0 auto;
}

/* line 109, ../scss/pages/_home.scss */
.icon-video-arrow:hover, .icon-video-arrow:focus, .icon-video-arrow:visited {
  color: #FFF;
}

/* line 113, ../scss/pages/_home.scss */
#brand-partners, #brand-partners-stacked {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: table;
  text-align: center;
  margin: 0;
  padding: 0 48px;
  background: #e6337b;
}
/* line 123, ../scss/pages/_home.scss */
#brand-partners li, #brand-partners-stacked li {
  display: table-cell;
  list-style-type: none;
  padding: 12px;
}
/* line 129, ../scss/pages/_home.scss */
#brand-partners img, #brand-partners-stacked img {
  display: inline-block;
  max-height: 40px;
  max-width: 130px;
  vertical-align: middle;
}
@media (max-width: 1668px) {
  /* line 138, ../scss/pages/_home.scss */
  #brand-partners img, #brand-partners-stacked img {
    max-height: 20px;
    max-width: 90px;
  }
  /* line 143, ../scss/pages/_home.scss */
  #brand-partners li, #brand-partners-stacked li {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* line 152, ../scss/pages/_home.scss */
#brand-partners-stacked {
  display: none;
}
/* line 155, ../scss/pages/_home.scss */
#brand-partners-stacked li:first-child, #brand-partners-stacked li:nth-child(2) {
  display: table-row;
}
/* line 159, ../scss/pages/_home.scss */
#brand-partners-stacked li ul {
  display: table;
  margin: 0 auto;
  padding: 0;
}
/* line 165, ../scss/pages/_home.scss */
#brand-partners-stacked li:nth-of-type(2) ul {
  margin-top: 12px;
}
/* line 169, ../scss/pages/_home.scss */
#brand-partners-stacked li ul li {
  display: table-cell !important;
}

@media (max-width: 1009px) {
  /* line 177, ../scss/pages/_home.scss */
  #brand-partners {
    display: none;
  }

  /* line 181, ../scss/pages/_home.scss */
  #brand-partners-stacked {
    display: table;
  }
}
/* line 187, ../scss/pages/_home.scss */
#work-with-us {
  background: #1E1E1E;
  padding: 48px 0;
}
/* line 191, ../scss/pages/_home.scss */
#work-with-us h5 {
  background: -webkit-linear-gradient(left, #e6337b, #de1365);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0;
}
/* line 198, ../scss/pages/_home.scss */
#work-with-us a:nth-child(3) {
  margin: 0 12px;
}

/* line 207, ../scss/pages/_home.scss */
#funnels a {
  margin: 24px 6px 0 6px;
}

/* line 213, ../scss/pages/_home.scss */
#funnels-mobile {
  display: none;
}

/* line 1, ../scss/pages/_product-verticals.scss */
.page-template-page-amplify .mobilenav {
  background: url(../../assets/images/amplify/blue-bg.png) repeat;
}

/* line 5, ../scss/pages/_product-verticals.scss */
.page-template-page-create .mobilenav {
  background: url(../../assets/images/create/green-bg.png) repeat;
}

/* line 9, ../scss/pages/_product-verticals.scss */
.page-template-page-engage .mobilenav {
  background: url(../../assets/images/engage/orange-bg.png) repeat;
}

/* line 13, ../scss/pages/_product-verticals.scss */
.hero-image {
  height: 700px;
  position: relative;
}
/* line 19, ../scss/pages/_product-verticals.scss */
.hero-image .hero-title h1 {
  margin-bottom: 12px;
}
/* line 23, ../scss/pages/_product-verticals.scss */
.hero-image .hero-title p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.4rem;
  line-height: 24px;
}
/* line 32, ../scss/pages/_product-verticals.scss */
.hero-image .text-fade {
  opacity: 1;
}

/* line 38, ../scss/pages/_product-verticals.scss */
.create {
  background: url(../../assets/images/create/hero-img.jpg) 50% 50% no-repeat;
}

/* line 42, ../scss/pages/_product-verticals.scss */
.amplify {
  background: url(../../assets/images/amplify/hero-img.jpg) 50% 50% no-repeat;
}

/* line 46, ../scss/pages/_product-verticals.scss */
.engage {
  background: url(../../assets/images/engage/hero-img.jpg) 50% 50% no-repeat;
}

/* line 50, ../scss/pages/_product-verticals.scss */
.services {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #fff;
  padding-bottom: 48px;
}
/* line 58, ../scss/pages/_product-verticals.scss */
.services a {
  color: #FFF;
  display: block;
}
/* line 63, ../scss/pages/_product-verticals.scss */
.services a:hover {
  text-decoration: none;
}
/* line 67, ../scss/pages/_product-verticals.scss */
.services h4 {
  font-size: 5.2rem;
  font-size: 52px;
  margin: 0 0 12px 0;
}
/* line 73, ../scss/pages/_product-verticals.scss */
.services p {
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 2rem;
  line-height: 20px;
}

/* line 82, ../scss/pages/_product-verticals.scss */
.page-template-page-amplify section, .page-template-page-flare #content {
  background: -webkit-linear-gradient(#eff9fb, white 600px);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#eff9fb, white 600px);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#eff9fb, white 600px);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#eff9fb, #ffffff 600px);
  /* Standard syntax */
}

/* line 89, ../scss/pages/_product-verticals.scss */
.page-template-page-create section {
  background: -webkit-linear-gradient(#f0fbf6, white 600px);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#f0fbf6, white 600px);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#f0fbf6, white 600px);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#f0fbf6, #ffffff 600px);
  /* Standard syntax */
}

/* line 96, ../scss/pages/_product-verticals.scss */
.page-template-page-engage section {
  background: -webkit-linear-gradient(#fef8ee, white 600px);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#fef8ee, white 600px);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#fef8ee, white 600px);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#fef8ee, #ffffff 600px);
  /* Standard syntax */
}

/* line 105, ../scss/pages/_product-verticals.scss */
.page-template-page-create section h3, .page-template-page-amplify section h3, .page-template-page-engage section h3, .page-template-page-talent section h3, .page-template-page-publishers section h3, .page-template-page-contentproviders section h3 {
  margin-bottom: 24px;
}
/* line 111, ../scss/pages/_product-verticals.scss */
.page-template-page-create section .horizontal h5, .page-template-page-amplify section .horizontal h5, .page-template-page-engage section .horizontal h5, .page-template-page-talent section .horizontal h5, .page-template-page-publishers section .horizontal h5, .page-template-page-contentproviders section .horizontal h5 {
  margin-top: 0;
}
/* line 116, ../scss/pages/_product-verticals.scss */
.page-template-page-create section p, .page-template-page-amplify section p, .page-template-page-engage section p, .page-template-page-talent section p, .page-template-page-publishers section p, .page-template-page-contentproviders section p {
  margin: 0;
}
/* line 120, ../scss/pages/_product-verticals.scss */
.page-template-page-create section button, .page-template-page-amplify section button, .page-template-page-engage section button, .page-template-page-talent section button, .page-template-page-publishers section button, .page-template-page-contentproviders section button {
  margin-top: 24px;
}
/* line 124, ../scss/pages/_product-verticals.scss */
.page-template-page-create section a, .page-template-page-amplify section a, .page-template-page-engage section a, .page-template-page-talent section a, .page-template-page-publishers section a, .page-template-page-contentproviders section a {
  display: inline-block;
  margin-top: 24px;
}
/* line 129, ../scss/pages/_product-verticals.scss */
.page-template-page-create section .featured-casestudy, .page-template-page-amplify section .featured-casestudy, .page-template-page-engage section .featured-casestudy, .page-template-page-talent section .featured-casestudy, .page-template-page-publishers section .featured-casestudy, .page-template-page-contentproviders section .featured-casestudy {
  height: 500px;
}
/* line 132, ../scss/pages/_product-verticals.scss */
.page-template-page-create section .featured-casestudy h6, .page-template-page-amplify section .featured-casestudy h6, .page-template-page-engage section .featured-casestudy h6, .page-template-page-talent section .featured-casestudy h6, .page-template-page-publishers section .featured-casestudy h6, .page-template-page-contentproviders section .featured-casestudy h6 {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: bold;
  margin: 0;
}
/* line 139, ../scss/pages/_product-verticals.scss */
.page-template-page-create section .featured-casestudy span, .page-template-page-amplify section .featured-casestudy span, .page-template-page-engage section .featured-casestudy span, .page-template-page-talent section .featured-casestudy span, .page-template-page-publishers section .featured-casestudy span, .page-template-page-contentproviders section .featured-casestudy span {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 30px;
  font-size: 3rem;
  margin: 5px 0 0 0;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
/* line 151, ../scss/pages/_product-verticals.scss */
.page-template-page-create section .product, .page-template-page-create section .featured-casestudy, .page-template-page-amplify section .product, .page-template-page-amplify section .featured-casestudy, .page-template-page-engage section .product, .page-template-page-engage section .featured-casestudy, .page-template-page-talent section .product, .page-template-page-talent section .featured-casestudy, .page-template-page-publishers section .product, .page-template-page-publishers section .featured-casestudy, .page-template-page-contentproviders section .product, .page-template-page-contentproviders section .featured-casestudy {
  margin-top: 96px;
}
/* line 156, ../scss/pages/_product-verticals.scss */
.page-template-page-create section .product-subtitle, .page-template-page-amplify section .product-subtitle, .page-template-page-engage section .product-subtitle, .page-template-page-talent section .product-subtitle, .page-template-page-publishers section .product-subtitle, .page-template-page-contentproviders section .product-subtitle {
  font-size: 1.6rem;
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 6px;
}
/* line 164, ../scss/pages/_product-verticals.scss */
.page-template-page-create section .hero-title, .page-template-page-amplify section .hero-title, .page-template-page-engage section .hero-title, .page-template-page-talent section .hero-title, .page-template-page-publishers section .hero-title, .page-template-page-contentproviders section .hero-title {
  color: #fff;
  text-align: center;
}

/* line 173, ../scss/pages/_product-verticals.scss */
.vertical h5 {
  margin: 38px 0 12px 0;
}

/* line 183, ../scss/pages/_product-verticals.scss */
.page-template-page-engage .vertical .col-md-8 {
  min-height: 573px;
  position: relative;
}
/* line 192, ../scss/pages/_product-verticals.scss */
.page-template-page-engage .vertical:first-child a:nth-of-type(1) {
  margin-right: 6px;
}
/* line 196, ../scss/pages/_product-verticals.scss */
.page-template-page-engage .vertical:first-child a:nth-of-type(2) {
  margin-left: 6px;
}
/* line 204, ../scss/pages/_product-verticals.scss */
.page-template-page-engage .vertical:nth-child(2) .button {
  margin-left: -91.1955px;
  position: absolute;
  bottom: 0;
  left: 50%;
}

/* line 219, ../scss/pages/_product-verticals.scss */
.page-template-page-create .vertical .col-md-8 {
  min-height: 551px;
  position: relative;
}
/* line 228, ../scss/pages/_product-verticals.scss */
.page-template-page-create .vertical:nth-child(2) .button {
  margin-left: -71.875px;
  position: absolute;
  bottom: 0;
  left: 50%;
}

/* line 243, ../scss/pages/_product-verticals.scss */
.page-template-page-amplify .vertical .col-md-8 {
  min-height: 485px;
  position: relative;
}

/* line 252, ../scss/pages/_product-verticals.scss */
#turkish-airlines {
  background: url(../../assets/images/amplify/turkishairlines-bg.jpg) 50% 50% no-repeat;
}

/* line 256, ../scss/pages/_product-verticals.scss */
#universal-pictures {
  background: url(../../assets/images/amplify/universal-bg.jpg) 50% 50% no-repeat;
}

/* line 260, ../scss/pages/_product-verticals.scss */
#havas {
  background: url(../../assets/images/amplify/havas-bg.jpg) 50% 50% no-repeat;
}

/* line 264, ../scss/pages/_product-verticals.scss */
#amutus {
  background: url(../../assets/images/create/amutus-bg.jpg) 50% 50% no-repeat;
}

/* line 268, ../scss/pages/_product-verticals.scss */
#coca-cola {
  background: url(../../assets/images/create/cocacola-choosetosmile-bg.jpg) 50% 50% no-repeat;
}

/* line 272, ../scss/pages/_product-verticals.scss */
#fox {
  background: url(../../assets/images/engage/fox-bg.jpg) 50% 50% no-repeat;
}

/* line 276, ../scss/pages/_product-verticals.scss */
#damien-walters {
  background: url(../../assets/images/engage/damienwalters-bg.jpg) 50% 50% no-repeat;
}

/* line 280, ../scss/pages/_product-verticals.scss */
.service:first-child {
  padding-top: 144px;
}

/* line 284, ../scss/pages/_product-verticals.scss */
.icon-spark:before, .icon-spring:before, .icon-zenith:before, .icon-flare:before, .icon-wire:before, .icon-envoy:before, .icon-guru:before {
  margin-right: 18px;
}

/* line 290, ../scss/pages/_product-verticals.scss */
.page-template-page-create #offerings a, .page-template-page-amplify #offerings a, .page-template-page-engage #offerings a {
  padding: 48px 0;
}
/* line 294, ../scss/pages/_product-verticals.scss */
.page-template-page-create #offerings .current-link, .page-template-page-amplify #offerings .current-link, .page-template-page-engage #offerings .current-link {
  background-color: #333333;
}
/* line 298, ../scss/pages/_product-verticals.scss */
.page-template-page-create #offerings a h2, .page-template-page-amplify #offerings a h2, .page-template-page-engage #offerings a h2 {
  font-size: 5.4rem;
  font-size: 54px;
}
/* line 303, ../scss/pages/_product-verticals.scss */
.page-template-page-create #offerings a p, .page-template-page-amplify #offerings a p, .page-template-page-engage #offerings a p {
  font-size: 1.8rem;
  font-size: 18px;
}

/* line 3, ../scss/pages/_contact.scss */
#contact {
  background: url(../../assets/images/contact/hero-img.jpg) 50% 50% no-repeat;
}

/* line 10, ../scss/pages/_contact.scss */
#office-locations .col-md-3 {
  padding-top: 48px;
  padding-bottom: 48px;
  min-height: 330px;
}
/* line 16, ../scss/pages/_contact.scss */
#office-locations .head-office {
  font-size: 1.8rem;
  font-size: 18px;
  display: inline-block;
}
/* line 22, ../scss/pages/_contact.scss */
#office-locations h5 {
  margin-bottom: 12px;
}
/* line 26, ../scss/pages/_contact.scss */
#office-locations h5, #office-locations .email-address {
  color: #de1365;
}
/* line 30, ../scss/pages/_contact.scss */
#office-locations a h5:hover {
  color: #4b4b4b;
}
/* line 34, ../scss/pages/_contact.scss */
#office-locations #offices {
  padding-top: 84px;
}
/* line 37, ../scss/pages/_contact.scss */
#office-locations #offices a {
  font-size: 1.8rem;
  font-size: 18px;
  font-weight: 200;
  display: block;
  text-decoration: none;
  color: inherit;
}

/* line 50, ../scss/pages/_contact.scss */
#contact-form {
  background: -webkit-linear-gradient(#fdeef4, white 600px);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#fdeef4, white 600px);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#fdeef4, white 600px);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#fdeef4, #ffffff 600px);
  /* Standard syntax */
}

/* line 1, ../scss/pages/_case-studies.scss */
.casestudy-container {
  margin-top: 86px;
}

/* line 5, ../scss/pages/_case-studies.scss */
.casestudy-title {
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 500px;
  display: block;
  color: #FFF;
  padding-top: 160px;
}
/* line 13, ../scss/pages/_case-studies.scss */
.casestudy-title h2 {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: bold;
  margin: 0;
}
/* line 20, ../scss/pages/_case-studies.scss */
.casestudy-title h3 {
  font-size: 30px;
  font-size: 3rem;
  margin: 5px 0 0 0;
}
/* line 26, ../scss/pages/_case-studies.scss */
.casestudy-title .icon-play {
  font-size: 60px;
  font-size: 6rem;
}
/* line 31, ../scss/pages/_case-studies.scss */
.casestudy-title a.icon-play {
  color: inherit !important;
  text-decoration: none;
}
/* line 36, ../scss/pages/_case-studies.scss */
.casestudy-title a:hover.icon-play, .casestudy-title a:focus {
  color: inherit;
  outline: 0;
}
/* line 41, ../scss/pages/_case-studies.scss */
.casestudy-title a {
  display: inline-block;
  margin-top: 24px;
}

/* line 48, ../scss/pages/_case-studies.scss */
.centered {
  margin: 0 auto;
  float: none;
  text-align: center;
}

/* line 54, ../scss/pages/_case-studies.scss */
.center-row {
  margin: 0 auto;
  float: none;
  text-align: center;
}

/* line 60, ../scss/pages/_case-studies.scss */
.center-row > div {
  display: inline-block;
  float: none;
}

/* line 65, ../scss/pages/_case-studies.scss */
.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
}

/* line 72, ../scss/pages/_case-studies.scss */
.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 79, ../scss/pages/_case-studies.scss */
#casestudy-description {
  background: #FFF;
  font-weight: 200;
  padding: 54px 0;
}
/* line 84, ../scss/pages/_case-studies.scss */
#casestudy-description h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
/* line 92, ../scss/pages/_case-studies.scss */
#casestudy-description p, #casestudy-description ul {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  line-height: 24px;
  margin-bottom: 30px;
}
/* line 100, ../scss/pages/_case-studies.scss */
#casestudy-description ul ul {
  margin-bottom: 0;
}
/* line 104, ../scss/pages/_case-studies.scss */
#casestudy-description .inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 109, ../scss/pages/_case-studies.scss */
#casestudy-description ul {
  padding-left: 20px;
}
/* line 113, ../scss/pages/_case-studies.scss */
#casestudy-description ul li ul {
  margin-bottom: 0;
}
/* line 117, ../scss/pages/_case-studies.scss */
#casestudy-description .testimonial {
  font-style: italic;
}
/* line 121, ../scss/pages/_case-studies.scss */
#casestudy-description .testimonial-name {
  font-weight: bold;
  display: block;
  margin-top: 10px;
}

/* line 129, ../scss/pages/_case-studies.scss */
#casestudy-results {
  background: #efefef;
  padding: 48px 0;
  text-align: center;
}
/* line 134, ../scss/pages/_case-studies.scss */
#casestudy-results .result {
  overflow: hidden;
  display: inline-block;
  -moz-border-radius: 132px;
  -webkit-border-radius: 132px;
  border-radius: 132px;
  border: 5px solid #4b4b4b;
  background-color: #FFF;
  width: 263px;
  height: 263px;
  padding: 55px 15px 0 15px;
}
/* line 147, ../scss/pages/_case-studies.scss */
#casestudy-results h3 {
  font-size: 60px;
  font-size: 6rem;
  color: #e6337b;
  font-weight: bold;
  margin-bottom: 0;
}
/* line 155, ../scss/pages/_case-studies.scss */
#casestudy-results span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
}
@media (max-width: 1199px) {
  /* line 162, ../scss/pages/_case-studies.scss */
  #casestudy-results .result {
    width: 200px;
    height: 200px;
    padding-top: 35px;
  }
  /* line 168, ../scss/pages/_case-studies.scss */
  #casestudy-results h3 {
    font-size: 45px;
    font-size: 4.5rem;
  }
  /* line 173, ../scss/pages/_case-studies.scss */
  #casestudy-results span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* line 179, ../scss/pages/_case-studies.scss */
#casestudy-results .row.center > div {
  display: inline-block;
  float: none;
}

/* line 3, ../scss/pages/_investors.scss */
.page-template-page-investors section {
  padding: 48px 0;
  background: -webkit-linear-gradient(#fff8fb, white 600px);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#fff8fb, white 600px);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#fff8fb, white 600px);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#fff8fb, #ffffff 600px);
  /* Standard syntax */
}
/* line 10, ../scss/pages/_investors.scss */
.page-template-page-investors section a {
  margin-top: 0;
}
/* line 16, ../scss/pages/_investors.scss */
.page-template-page-investors .sub-section {
  padding: 48px 0;
}
/* line 20, ../scss/pages/_investors.scss */
.page-template-page-investors h5 {
  margin-bottom: 24px;
}
/* line 24, ../scss/pages/_investors.scss */
.page-template-page-investors p {
  margin: 12px 0;
}
/* line 30, ../scss/pages/_investors.scss */
.page-template-page-investors #news .col-md-12 .container {
  padding: 0;
}
/* line 36, ../scss/pages/_investors.scss */
.page-template-page-investors .post {
  margin: 0;
}

/* line 42, ../scss/pages/_investors.scss */
.investors {
  background: url(../../assets/images/investors/hero-img.jpg) 50% 50% no-repeat;
}

/* line 48, ../scss/pages/_investors.scss */
#board .board-members {
  -webkit-border-radius: 132px;
  border-radius: 132px;
  border: 5px solid #4b4b4b;
  cursor: pointer;
  display: inline-block;
  height: 263px;
  position: relative;
  overflow: hidden;
  width: 263px;
  background-image: url("../../assets/images/investors/board-of-directors.jpg");
}
/* line 61, ../scss/pages/_investors.scss */
#board .member-1 {
  background-position: 0 0;
}
/* line 65, ../scss/pages/_investors.scss */
#board .member-2 {
  background-position: -263px 0;
}
/* line 69, ../scss/pages/_investors.scss */
#board .member-3 {
  background-position: -526px 0;
}
/* line 73, ../scss/pages/_investors.scss */
#board .member-4 {
  background-position: 0 -263px;
}
/* line 77, ../scss/pages/_investors.scss */
#board .member-5 {
  background-position: -263px -263px;
}
/* line 81, ../scss/pages/_investors.scss */
#board .member-6 {
  background-position: -526px -263px;
}
/* line 85, ../scss/pages/_investors.scss */
#board .member-7 {
  background-position: 0 -526px;
}
/* line 89, ../scss/pages/_investors.scss */
#board a {
  color: inherit;
}
/* line 93, ../scss/pages/_investors.scss */
#board span {
  display: block;
}
/* line 97, ../scss/pages/_investors.scss */
#board .name {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 500;
}
/* line 105, ../scss/pages/_investors.scss */
#board .position {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: -5px;
  text-transform: uppercase;
}
/* line 112, ../scss/pages/_investors.scss */
#board .col-xs-6 {
  padding: 30px 0 0 0;
}

/* line 118, ../scss/pages/_investors.scss */
table {
  font-size: 16px;
  font-size: 1.6rem;
}

/* line 125, ../scss/pages/_investors.scss */
table.documents tr:first-child {
  font-weight: 700;
}

/* line 133, ../scss/pages/_investors.scss */
table.documents .icon-download, table.aim-rule .icon-download {
  font-size: 24px;
  font-size: 2.4rem;
  color: #000;
}
/* line 139, ../scss/pages/_investors.scss */
table.documents tr, table.aim-rule tr {
  border-bottom: 1px solid #d6d6d6;
}
/* line 143, ../scss/pages/_investors.scss */
table.documents tr:last-child, table.aim-rule tr:last-child {
  border-bottom: none;
}

/* line 149, ../scss/pages/_investors.scss */
table.documents td, table.aim-rule td, table.shareholders td {
  padding: 6px;
}

/* line 155, ../scss/pages/_investors.scss */
#directors-modal .modal-dialog {
  width: 850px;
  padding-top: 220px;
}
/* line 160, ../scss/pages/_investors.scss */
#directors-modal .modal-content {
  position: relative;
  background-color: #FFF;
}
/* line 165, ../scss/pages/_investors.scss */
#directors-modal p {
  margin: 0;
}
/* line 169, ../scss/pages/_investors.scss */
#directors-modal .col-md-4 {
  padding-top: 0;
}
/* line 173, ../scss/pages/_investors.scss */
#directors-modal .name {
  margin-top: 15px;
  line-height: 24px;
  line-height: 2.4rem;
}
/* line 179, ../scss/pages/_investors.scss */
#directors-modal .position {
  margin-top: 0;
}

/* line 185, ../scss/pages/_investors.scss */
#advisors {
  font-size: 1.6rem;
  font-size: 16px;
}
/* line 189, ../scss/pages/_investors.scss */
#advisors a {
  display: block;
  color: inherit;
}
/* line 194, ../scss/pages/_investors.scss */
#advisors h4 {
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  color: #de1365;
}
/* line 200, ../scss/pages/_investors.scss */
#advisors a h4:hover {
  color: #4b4b4b;
}
/* line 204, ../scss/pages/_investors.scss */
#advisors .col-md-4 {
  padding-top: 24px;
  padding-bottom: 24px;
}

/* line 213, ../scss/pages/_investors.scss */
#company h4 {
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
}

/* line 3, ../scss/pages/_products.scss */
.page-template-page-products .products {
  background: url(../../assets/images/products/hero-img.jpg) 50% 50% no-repeat;
}
/* line 7, ../scss/pages/_products.scss */
.page-template-page-products .product {
  margin-top: 96px;
}
/* line 11, ../scss/pages/_products.scss */
.page-template-page-products .icons {
  margin: 0 auto;
}
/* line 15, ../scss/pages/_products.scss */
.page-template-page-products #create a, .page-template-page-products #amplify a, .page-template-page-products #engage a {
  color: inherit;
}
/* line 19, ../scss/pages/_products.scss */
.page-template-page-products .hello {
  font-family: "Open Sans Condensed",sans-serif;
  text-transform: uppercase;
  font-size: 78px;
  font-size: 7.8rem;
}
/* line 26, ../scss/pages/_products.scss */
.page-template-page-products #create {
  background: -webkit-linear-gradient(#f0fbf6, white 600px);
  background: -o-linear-gradient(#f0fbf6, white 600px);
  background: -moz-linear-gradient(#f0fbf6, white 600px);
  background: linear-gradient(#f0fbf6, #ffffff 600px);
}
/* line 32, ../scss/pages/_products.scss */
.page-template-page-products #create h3, .page-template-page-products #create h5 {
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(left, #89f1c6, #29c182);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, #89f1c6, #29c182);
  /* For Opera 11.1 to 12.0 */
  -webkit-background-clip: text;
  color: #89f1c6;
}
/* line 40, ../scss/pages/_products.scss */
.page-template-page-products #create svg {
  width: 214.233px;
  height: 85.8px;
}
/* line 45, ../scss/pages/_products.scss */
.page-template-page-products #create h4 {
  color: #29c182;
}
/* line 51, ../scss/pages/_products.scss */
.page-template-page-products #amplify {
  background: -webkit-linear-gradient(#eff9fb, white 600px);
  background: -o-linear-gradient(#eff9fb, white 600px);
  background: -moz-linear-gradient(#eff9fb, white 600px);
  background: linear-gradient(#eff9fb, #ffffff 600px);
}
/* line 57, ../scss/pages/_products.scss */
.page-template-page-products #amplify h3, .page-template-page-products #amplify h5 {
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(left, #6fd5f5, #20a3cc);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, #6fd5f5, #20a3cc);
  /* For Opera 11.1 to 12.0 */
  -webkit-background-clip: text;
  color: #6fd5f5;
}
/* line 65, ../scss/pages/_products.scss */
.page-template-page-products #amplify svg {
  width: 263.45px;
  height: 85.8px;
}
/* line 70, ../scss/pages/_products.scss */
.page-template-page-products #amplify h4 {
  color: #20a3cc;
}
/* line 76, ../scss/pages/_products.scss */
.page-template-page-products #engage {
  background: -webkit-linear-gradient(#fef8ee, white 600px);
  background: -o-linear-gradient(#fef8ee, white 600px);
  background: -moz-linear-gradient(#fef8ee, white 600px);
  background: linear-gradient(#fef8ee, #ffffff 600px);
}
/* line 82, ../scss/pages/_products.scss */
.page-template-page-products #engage h3, .page-template-page-products #engage h5 {
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(left, #feb951, #ed9511);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, #feb951, #ed9511);
  /* For Opera 11.1 to 12.0 */
  -webkit-background-clip: text;
  color: #feb951;
}
/* line 90, ../scss/pages/_products.scss */
.page-template-page-products #engage svg {
  width: 241.633px;
  height: 85.8px;
}
/* line 95, ../scss/pages/_products.scss */
.page-template-page-products #engage h4 {
  color: #ed9511;
}
/* line 101, ../scss/pages/_products.scss */
.page-template-page-products .spark {
  width: 83px;
  height: 120px;
  background: url(../../assets/images/products/sprite.png) no-repeat;
}
/* line 107, ../scss/pages/_products.scss */
.page-template-page-products .spring {
  width: 114px;
  height: 120px;
  background: url(../../assets/images/products/sprite.png) no-repeat;
  background-position: -83px 0;
}
/* line 114, ../scss/pages/_products.scss */
.page-template-page-products .zenith {
  width: 121px;
  height: 121px;
  background: url(../../assets/images/products/sprite.png) no-repeat;
  background-position: 0 -120px;
}
/* line 121, ../scss/pages/_products.scss */
.page-template-page-products .flare {
  width: 131px;
  height: 121px;
  background: url(../../assets/images/products/sprite.png) no-repeat;
  background-position: -121px -120px;
}
/* line 128, ../scss/pages/_products.scss */
.page-template-page-products .wire {
  width: 117px;
  height: 121px;
  background: url(../../assets/images/products/sprite.png) no-repeat;
  background-position: -252px -120px;
}
/* line 135, ../scss/pages/_products.scss */
.page-template-page-products .envoy {
  width: 121px;
  height: 121px;
  background: url(../../assets/images/products/sprite.png) no-repeat;
  background-position: 0 -241px;
}
/* line 142, ../scss/pages/_products.scss */
.page-template-page-products .guru {
  width: 121px;
  height: 121px;
  background: url(../../assets/images/products/sprite.png) no-repeat;
  background-position: -121px -241px;
}
/* line 151, ../scss/pages/_products.scss */
.page-template-page-products section a {
  display: block;
}

/* line 3, ../scss/pages/_partners.scss */
.page-template-page-partners .hero-image {
  margin-bottom: 96px;
}
/* line 7, ../scss/pages/_partners.scss */
.page-template-page-partners section {
  padding: 0;
}
/* line 11, ../scss/pages/_partners.scss */
.page-template-page-partners section:last-child {
  padding: 96px 0;
}
/* line 15, ../scss/pages/_partners.scss */
.page-template-page-partners .featured-partners a {
  margin-top: 0;
}

/* line 21, ../scss/pages/_partners.scss */
.partners {
  background: url(../../assets/images/partners/hero-img.jpg) 50% 50% no-repeat;
}

/* line 27, ../scss/pages/_partners.scss */
.parallax-bg .col-md-4, .parallax-bg .col-md-8 {
  padding-top: 120px;
}

/* line 33, ../scss/pages/_partners.scss */
.background {
  position: absolute;
  width: 100%;
  height: 1696px;
  z-index: -1;
  top: 0;
  margin-top: -250px;
}

/* line 42, ../scss/pages/_partners.scss */
.talent-bg {
  background: url(../../assets/images/partners/talent-bg.jpg) center;
}

/* line 46, ../scss/pages/_partners.scss */
.publisher-bg {
  background: url(../../assets/images/partners/publisher-bg.jpg) center;
  margin-top: -100px;
}

/* line 51, ../scss/pages/_partners.scss */
.contentprovider-bg {
  background: url(../../assets/images/partners/contentprovider-bg.jpg) center;
  margin-top: 50px;
}

/* line 56, ../scss/pages/_partners.scss */
.featured-partners {
  margin-top: 48px;
}

/* line 62, ../scss/pages/_partners.scss */
.parallax-content .col-md-4 {
  padding: 12px 0;
}

/* line 1, ../scss/pages/_partner-verticals.scss */
.talent {
  background: url(../../assets/images/partners/talent/hero-img.jpg) 50% 50% no-repeat;
}

/* line 5, ../scss/pages/_partner-verticals.scss */
.publishers-hero {
  background: url(../../assets/images/partners/publishers/hero-img.jpg) 50% 50% no-repeat;
}

/* line 9, ../scss/pages/_partner-verticals.scss */
.content-providers-hero {
  background: url(../../assets/images/partners/content-providers/hero-img.jpg) 50% 50% no-repeat;
}

/* line 17, ../scss/pages/_partner-verticals.scss */
.page-template-page-contentproviders .product a:nth-of-type(2) {
  margin-left: 6px;
}

/* line 29, ../scss/pages/_partner-verticals.scss */
.page-template-page-talent .product:nth-of-type(1) a:nth-of-type(2) {
  margin-left: 6px;
}

/* line 1, ../scss/pages/_about.scss */
.about {
  background: url(../../assets/images/about/hero-img.jpg) 50% 50% no-repeat;
}

/* line 5, ../scss/pages/_about.scss */
.page-template-page-about section {
  padding: 0;
}

/* line 9, ../scss/pages/_about.scss */
.ourvalues-bg {
  background: url(../../assets/images/about/ourvalues-bg.jpg) center;
}

/* line 13, ../scss/pages/_about.scss */
.history-bg {
  background: url(../../assets/images/about/history-bg.jpg) center;
}

/* line 17, ../scss/pages/_about.scss */
.media-bg {
  background: url(../../assets/images/about/media-bg.jpg) center;
}

/* line 21, ../scss/pages/_about.scss */
#rightster-story {
  padding: 162px 0;
  min-height: 538px;
  text-align: center;
}
/* line 26, ../scss/pages/_about.scss */
#rightster-story h3 {
  color: #e6337b;
  margin-top: 0;
}
/* line 31, ../scss/pages/_about.scss */
#rightster-story p {
  font-size: 2rem;
  font-size: 20px;
  line-height: 2.4rem;
  line-height: 24px;
}
/* line 38, ../scss/pages/_about.scss */
#rightster-story .carousel-control {
  background: none;
}

/* line 46, ../scss/pages/_about.scss */
.page-template-page-about .partner {
  padding: 0;
}

/* line 53, ../scss/pages/_about.scss */
.story-indicators {
  position: absolute;
  top: 37.5%;
  right: 60px;
  z-index: 0;
  padding-left: 0;
  list-style: none;
  margin: 0;
}

/* line 63, ../scss/pages/_about.scss */
.story-indicators li {
  border: 3px solid #4b4b4b;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border-radius: 16px;
  margin-bottom: 30px;
}

/* line 72, ../scss/pages/_about.scss */
.story-indicators li:last-child {
  margin-bottom: 0;
}

/* line 76, ../scss/pages/_about.scss */
.story-indicators .active {
  background-color: #e6337b;
  border: none;
}

/* line 83, ../scss/pages/_about.scss */
#values .col-md-8, #media .col-md-8 {
  padding: 30px 0;
}

/* line 89, ../scss/pages/_about.scss */
section#media {
  padding-bottom: 36px;
}
/* line 92, ../scss/pages/_about.scss */
section#media .col-md-8 {
  position: relative;
  min-height: 202px;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 99, ../scss/pages/_about.scss */
section#media .col-md-8 a {
  position: absolute;
  bottom: 0;
}

/* line 1, ../scss/pages/_communities.scss */
.community-bg {
  background: url("../../assets/images/communities/hero-img.jpg") 50% 50% no-repeat;
}

/* line 7, ../scss/pages/_communities.scss */
.page-template-page-communities .mobilenav {
  background: url(../../assets/images/engage/orange-bg.png) repeat;
}
/* line 11, ../scss/pages/_communities.scss */
.page-template-page-communities .hero-image {
  margin-bottom: 96px;
}
/* line 15, ../scss/pages/_communities.scss */
.page-template-page-communities section {
  padding: 0;
}
/* line 18, ../scss/pages/_communities.scss */
.page-template-page-communities section p {
  margin: 0;
}
/* line 22, ../scss/pages/_communities.scss */
.page-template-page-communities section a {
  margin-top: 24px;
}
/* line 30, ../scss/pages/_communities.scss */
.page-template-page-communities .parallax-bg .community-logo {
  margin: 0 auto 24px auto;
}
/* line 34, ../scss/pages/_communities.scss */
.page-template-page-communities .parallax-bg h2.flow {
  width: 300px;
  height: 75px;
  background-position: 0 0;
  background-image: url("../../assets/images/communities/communities-sprite.png");
}
/* line 41, ../scss/pages/_communities.scss */
.page-template-page-communities .parallax-bg h2.canvas {
  width: 301px;
  height: 66px;
  background-position: 0 -75px;
  background-image: url("../../assets/images/communities/communities-sprite.png");
}
/* line 48, ../scss/pages/_communities.scss */
.page-template-page-communities .parallax-bg h2.ballers {
  width: 294px;
  height: 80px;
  background-position: 0 -141px;
  background-image: url("../../assets/images/communities/communities-sprite.png");
  -webkit-filter: drop-shadow(0 3px 3px #333333);
  filter: drop-shadow(0 3px 3px #333333);
  /* Same syntax as box-shadow */
}
/* line 57, ../scss/pages/_communities.scss */
.page-template-page-communities .parallax-bg h2.kindred {
  width: 300px;
  height: 54px;
  background-position: 0 -222px;
  background-image: url("../../assets/images/communities/communities-sprite.png");
}
/* line 64, ../scss/pages/_communities.scss */
.page-template-page-communities .parallax-bg h2.football {
  width: 347px;
  height: 89px;
  background-position: 0 -632px;
  background-image: url("../../assets/images/communities/communities-sprite.png");
}
/* line 71, ../scss/pages/_communities.scss */
.page-template-page-communities .parallax-bg h2.ccc {
  width: 363px;
  height: 144px;
  background-position: 0 -721px;
  background-image: url("../../assets/images/communities/communities-sprite.png");
}
/* line 78, ../scss/pages/_communities.scss */
.page-template-page-communities .parallax-bg h2.emc {
  width: 234px;
  height: 82px;
  background-position: 0 -276px;
  background-image: url("../../assets/images/communities/communities-sprite.png");
}
/* line 85, ../scss/pages/_communities.scss */
.page-template-page-communities .parallax-bg h2.lolkidz {
  width: 255px;
  height: 156px;
  background-position: 0 -476px;
  background-image: url("../../assets/images/communities/communities-sprite.png");
}
/* line 92, ../scss/pages/_communities.scss */
.page-template-page-communities .parallax-bg h2.bowwowmeow {
  width: 281px;
  height: 118px;
  background-position: 0 -359px;
  background-image: url("../../assets/images/communities/communities-sprite.png");
}
/* line 99, ../scss/pages/_communities.scss */
.page-template-page-communities .parallax-bg p {
  font-size: 1.8rem;
  font-size: 18px;
}
/* line 104, ../scss/pages/_communities.scss */
.page-template-page-communities .parallax-bg a:nth-child(2) {
  margin-right: 6px;
}
/* line 108, ../scss/pages/_communities.scss */
.page-template-page-communities .parallax-bg a:nth-child(3) {
  margin-right: 6px;
}
/* line 112, ../scss/pages/_communities.scss */
.page-template-page-communities .parallax-bg ul {
  position: absolute;
  top: 32%;
  right: 60px;
}
/* line 117, ../scss/pages/_communities.scss */
.page-template-page-communities .parallax-bg ul li {
  list-style-type: none;
  margin-bottom: 12px;
}
/* line 121, ../scss/pages/_communities.scss */
.page-template-page-communities .parallax-bg ul li a {
  font-size: 4rem;
  font-size: 40px;
  color: #FFF;
}
/* line 129, ../scss/pages/_communities.scss */
.page-template-page-communities .parallax-bg ul li:last-child {
  margin-bottom: 0;
}
/* line 139, ../scss/pages/_communities.scss */
.page-template-page-communities .parallax-content h5 {
  margin-top: 0;
}
/* line 143, ../scss/pages/_communities.scss */
.page-template-page-communities .parallax-content h5:nth-of-type(2) {
  margin-bottom: 0;
}
/* line 147, ../scss/pages/_communities.scss */
.page-template-page-communities .parallax-content .col-md-6:nth-child(2) {
  position: relative;
  min-height: 283.047px;
}
/* line 152, ../scss/pages/_communities.scss */
.page-template-page-communities .parallax-content .stats {
  position: absolute;
  bottom: 0;
}
/* line 161, ../scss/pages/_communities.scss */
.page-template-page-communities .contact a:nth-child(2) {
  margin-right: 6px;
}
/* line 165, ../scss/pages/_communities.scss */
.page-template-page-communities .contact a:nth-child(3) {
  margin-left: 6px;
}
/* line 171, ../scss/pages/_communities.scss */
.page-template-page-communities .services {
  padding-bottom: 24px;
}

/* line 177, ../scss/pages/_communities.scss */
.flow-bg {
  background: url(../../assets/images/communities/community-bgs/flow-bg.jpg) center;
}

/* line 181, ../scss/pages/_communities.scss */
.canvas-bg {
  background: url(../../assets/images/communities/community-bgs/canvas-bg.jpg) center;
}

/* line 185, ../scss/pages/_communities.scss */
.ballers-bg {
  background: url(../../assets/images/communities/community-bgs/ballers-bg.jpg) center;
}

/* line 189, ../scss/pages/_communities.scss */
.football-bg {
  background: url(../../assets/images/communities/community-bgs/football-bg.jpg) center;
}

/* line 195, ../scss/pages/_communities.scss */
#ballers .background {
  margin-top: -450px;
}
/* line 201, ../scss/pages/_communities.scss */
#ballers .parallax-bg p {
  text-shadow: 0 2px 5px #000;
}

/* line 212, ../scss/pages/_communities.scss */
#football .background {
  margin-top: 100px;
}

/* line 218, ../scss/pages/_communities.scss */
#new-communities, #community-tools {
  padding: 96px 0;
  background: -webkit-linear-gradient(#fef8ee, white 600px);
  background: -o-linear-gradient(#fef8ee, white 600px);
  background: -moz-linear-gradient(#fef8ee, white 600px);
  background: linear-gradient(#fef8ee, #ffffff 600px);
}

/* line 228, ../scss/pages/_communities.scss */
#new-communities p {
  margin-bottom: 0;
}
/* line 232, ../scss/pages/_communities.scss */
#new-communities .col-md-4 {
  margin-top: 96px;
}

/* line 240, ../scss/pages/_communities.scss */
#community-tools h5 {
  margin-top: 0;
}
/* line 244, ../scss/pages/_communities.scss */
#community-tools .row:nth-child(2) .col-md-12 {
  margin-top: 96px;
}

/* line 250, ../scss/pages/_communities.scss */
.community-subtitle {
  font-size: 1.6rem;
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin: 0 0 12px 0;
}

/* line 258, ../scss/pages/_communities.scss */
.community-logo {
  margin: 0 auto 38px auto;
}

/* line 262, ../scss/pages/_communities.scss */
.kindred {
  width: 330px;
  height: 178px;
  background: url(../../assets/images/communities/newcommunities-sprite.png) no-repeat;
}

/* line 268, ../scss/pages/_communities.scss */
.bowwowmeow {
  width: 330px;
  height: 178px;
  background: url(../../assets/images/communities/newcommunities-sprite.png) no-repeat;
  background-position: 0 -178px;
}

/* line 275, ../scss/pages/_communities.scss */
.lolkidz {
  width: 330px;
  height: 178px;
  background: url(../../assets/images/communities/newcommunities-sprite.png) no-repeat;
  background-position: 0 -356px;
}

/* line 282, ../scss/pages/_communities.scss */
.benefit-icons {
  margin: 0 auto 12px auto;
}

/* line 286, ../scss/pages/_communities.scss */
.greater-exposure {
  width: 115px;
  height: 78px;
  background-image: url("../../assets/images/communities/benefits-sprite.png");
}

/* line 292, ../scss/pages/_communities.scss */
.improved-earnings {
  width: 125px;
  height: 78px;
  background-image: url("../../assets/images/communities/benefits-sprite.png");
  background-position: -115px 0;
}

/* line 299, ../scss/pages/_communities.scss */
.tools-and-support {
  width: 119px;
  height: 78px;
  background-image: url("../../assets/images/communities/benefits-sprite.png");
  background-position: -240px 0;
}

/* line 3, ../scss/pages/_amplify-productspage.scss */
.page-template-page-flare .mobilenav, .page-template-page-inframe .mobilenav {
  background: url(../../assets/images/amplify/blue-bg.png) repeat;
}
/* line 9, ../scss/pages/_amplify-productspage.scss */
.page-template-page-flare .hero-title img, .page-template-page-inframe .hero-title img {
  margin-top: 24px;
}
/* line 15, ../scss/pages/_amplify-productspage.scss */
.page-template-page-flare p, .page-template-page-inframe p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 2.2rem;
  line-height: 22px;
  font-weight: 300;
}
/* line 24, ../scss/pages/_amplify-productspage.scss */
.page-template-page-flare .page-flare, .page-template-page-inframe .page-flare {
  background: url(../../assets/images/pageflare/hero-image.jpg) 50% 50% no-repeat;
}
/* line 28, ../scss/pages/_amplify-productspage.scss */
.page-template-page-flare .col-center, .page-template-page-inframe .col-center {
  margin: 0 auto;
  float: none;
}
/* line 33, ../scss/pages/_amplify-productspage.scss */
.page-template-page-flare section#content, .page-template-page-inframe section#content {
  padding: 0;
}
/* line 37, ../scss/pages/_amplify-productspage.scss */
.page-template-page-flare #benefits a, .page-template-page-inframe #benefits a {
  color: #20a3cc;
  font-weight: 500;
  text-decoration: underline;
}
/* line 43, ../scss/pages/_amplify-productspage.scss */
.page-template-page-flare .icons, .page-template-page-inframe .icons {
  margin: 0 auto;
}
/* line 47, ../scss/pages/_amplify-productspage.scss */
.page-template-page-flare .premium-video, .page-template-page-inframe .premium-video {
  width: 96px;
  height: 96px;
  background: url(../../assets/images/pageflare/sprite.png) no-repeat;
}
/* line 53, ../scss/pages/_amplify-productspage.scss */
.page-template-page-flare .keep-traffic, .page-template-page-inframe .keep-traffic {
  width: 91px;
  height: 96px;
  background: url(../../assets/images/pageflare/sprite.png) no-repeat;
  background-position: -96px 0;
}
/* line 60, ../scss/pages/_amplify-productspage.scss */
.page-template-page-flare .simple-setup, .page-template-page-inframe .simple-setup {
  width: 82px;
  height: 96px;
  background: url(../../assets/images/pageflare/sprite.png) no-repeat;
  background-position: -187px 0;
}
/* line 67, ../scss/pages/_amplify-productspage.scss */
.page-template-page-flare .diversify-revenue, .page-template-page-inframe .diversify-revenue {
  width: 93px;
  height: 96px;
  background: url(../../assets/images/inframe/sprite.png) no-repeat;
}
/* line 73, ../scss/pages/_amplify-productspage.scss */
.page-template-page-flare .increase-earning, .page-template-page-inframe .increase-earning {
  width: 119px;
  height: 96px;
  background: url(../../assets/images/inframe/sprite.png) no-repeat;
  background-position: -93px 0;
}
/* line 80, ../scss/pages/_amplify-productspage.scss */
.page-template-page-flare h5, .page-template-page-inframe h5 {
  margin-top: 36px;
}
/* line 84, ../scss/pages/_amplify-productspage.scss */
.page-template-page-flare #carousel, .page-template-page-inframe #carousel {
  padding: 48px 0;
}
/* line 87, ../scss/pages/_amplify-productspage.scss */
.page-template-page-flare #carousel .carousel-caption, .page-template-page-inframe #carousel .carousel-caption {
  width: 100%;
  padding: 24px 0;
  bottom: 0;
  left: 0;
  background: #FFF;
  font-size: 2rem;
  font-size: 20px;
  color: #20a3cc;
  text-shadow: none;
}
/* line 99, ../scss/pages/_amplify-productspage.scss */
.page-template-page-flare #carousel .carousel-indicators, .page-template-page-inframe #carousel .carousel-indicators {
  bottom: 40px;
}
/* line 102, ../scss/pages/_amplify-productspage.scss */
.page-template-page-flare #carousel .carousel-indicators li, .page-template-page-inframe #carousel .carousel-indicators li {
  border: 1px solid #20a3cc;
}
/* line 106, ../scss/pages/_amplify-productspage.scss */
.page-template-page-flare #carousel .carousel-indicators .active, .page-template-page-inframe #carousel .carousel-indicators .active {
  background-color: #20a3cc;
}
/* line 114, ../scss/pages/_amplify-productspage.scss */
.page-template-page-flare #pageflare-contact, .page-template-page-inframe #pageflare-contact {
  padding: 48px 0 96px 0;
}
/* line 117, ../scss/pages/_amplify-productspage.scss */
.page-template-page-flare #pageflare-contact h3, .page-template-page-inframe #pageflare-contact h3 {
  margin-bottom: 60px;
}
/* line 123, ../scss/pages/_amplify-productspage.scss */
.page-template-page-flare #pageflare-contact form p, .page-template-page-flare #pageflare-contact form input, .page-template-page-flare #pageflare-contact form textarea, .page-template-page-inframe #pageflare-contact form p, .page-template-page-inframe #pageflare-contact form input, .page-template-page-inframe #pageflare-contact form textarea {
  font-size: 2.4rem;
  font-size: 24px;
}
/* line 128, ../scss/pages/_amplify-productspage.scss */
.page-template-page-flare #pageflare-contact form input, .page-template-page-inframe #pageflare-contact form input {
  height: 50px;
  margin-bottom: 24px;
}
/* line 133, ../scss/pages/_amplify-productspage.scss */
.page-template-page-flare #pageflare-contact form input[type="submit"], .page-template-page-inframe #pageflare-contact form input[type="submit"] {
  background: none;
  padding: 12px 24px;
  font-size: 1.4rem;
  font-size: 14px;
  font-weight: 600;
  color: #20a3cc;
  border: 3px solid #20a3cc;
  border-radius: 0;
  transition: all 0.3s ease-in;
}
/* line 145, ../scss/pages/_amplify-productspage.scss */
.page-template-page-flare #pageflare-contact form input[type="submit"]:hover, .page-template-page-inframe #pageflare-contact form input[type="submit"]:hover {
  background: #20a3cc;
  color: #FFF;
}
/* line 150, ../scss/pages/_amplify-productspage.scss */
.page-template-page-flare #pageflare-contact form p, .page-template-page-inframe #pageflare-contact form p {
  margin-bottom: 24px;
}

/* line 1, ../scss/pages/_the-authority.scss */
.page-template-page-theauthority {
  background: #000;
}
/* line 4, ../scss/pages/_the-authority.scss */
.page-template-page-theauthority .vertical-center {
  width: 100%;
  height: 100%;
  text-align: center;
}
/* line 9, ../scss/pages/_the-authority.scss */
.page-template-page-theauthority .vertical-center .container {
  display: inline-block;
  vertical-align: middle;
}
/* line 16, ../scss/pages/_the-authority.scss */
.page-template-page-theauthority .vertical-center:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/* line 23, ../scss/pages/_the-authority.scss */
.page-template-page-theauthority p {
  font-size: 2.4px;
  font-size: 24px;
  color: #7b7b7b;
  font-weight: 200;
  margin-top: 48px;
}

/* line 3, ../scss/pages/_the-natives.scss */
.page-template-page-thenatives footer {
  position: relative;
}
/* line 7, ../scss/pages/_the-natives.scss */
.page-template-page-thenatives h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4rem;
  font-size: 40px;
  margin: 30px 0 0 0;
  text-transform: none;
  font-weight: 300;
}
/* line 16, ../scss/pages/_the-natives.scss */
.page-template-page-thenatives .col-md-5 {
  margin-top: 48px;
}
/* line 20, ../scss/pages/_the-natives.scss */
.page-template-page-thenatives p {
  font-size: 2.4rem;
  font-size: 24px;
  font-weight: 300;
}
/* line 26, ../scss/pages/_the-natives.scss */
.page-template-page-thenatives .wpcf7 {
  margin-top: 18px;
}
/* line 29, ../scss/pages/_the-natives.scss */
.page-template-page-thenatives .wpcf7 input[type="email"] {
  background-color: transparent;
  border: 3px solid #FFF;
  color: #FFF;
  text-align: center;
}
/* line 36, ../scss/pages/_the-natives.scss */
.page-template-page-thenatives .wpcf7 input[type="submit"] {
  background: #29c182;
  border: none;
  border-radius: 0;
  padding: 12px 24px;
  margin-top: 24px;
  color: #FFF;
}
/* line 45, ../scss/pages/_the-natives.scss */
.page-template-page-thenatives .wpcf7 div.wpcf7-validation-errors {
  border: 2px solid #FFF !important;
  color: #FFF;
}
/* line 53, ../scss/pages/_the-natives.scss */
.page-template-page-thenatives .wpcf7-response-output {
  display: block !important;
}

/* line 59, ../scss/pages/_the-natives.scss */
.col-center {
  margin: 0 auto;
  float: none;
}

/* line 3, ../scss/pages/_404.scss */
.error404 p {
  font-size: 2rem;
  font-size: 20px;
  margin-top: 24px;
}
/* line 9, ../scss/pages/_404.scss */
.error404 footer {
  position: relative;
}

/* line 3, ../scss/pages/_jobs.scss */
.page-template-page-careers section {
  padding: 94px 0;
}
/* line 7, ../scss/pages/_jobs.scss */
.page-template-page-careers section#openings {
  padding: 24px 0 144px 0;
}
/* line 10, ../scss/pages/_jobs.scss */
.page-template-page-careers section#openings p {
  margin: 0;
}
/* line 16, ../scss/pages/_jobs.scss */
.page-template-page-careers .col-md-4 {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 21, ../scss/pages/_jobs.scss */
.page-template-page-careers h3 {
  margin: 0;
}

/* line 29, ../scss/pages/_jobs.scss */
#openings #JobListtitle {
  margin-top: 96px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.6rem;
  font-size: 16px;
}
/* line 36, ../scss/pages/_jobs.scss */
#openings #JobListtitle li {
  padding: 0;
  border: none;
}
/* line 41, ../scss/pages/_jobs.scss */
#openings .smartrecruitersJobList li {
  font-size: 2rem;
  font-size: 20px;
}
/* line 46, ../scss/pages/_jobs.scss */
#openings ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 52, ../scss/pages/_jobs.scss */
#openings li {
  padding: 24px 0;
  border-bottom: 1px solid #d7d7d7;
}
/* line 57, ../scss/pages/_jobs.scss */
#openings h2 {
  display: inline-block;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  font-size: 20px;
  text-transform: inherit;
}
/* line 66, ../scss/pages/_jobs.scss */
#openings h2 a {
  color: inherit;
}
/* line 70, ../scss/pages/_jobs.scss */
#openings h2 a:hover {
  text-decoration: underline;
}
/* line 74, ../scss/pages/_jobs.scss */
#openings li ul {
  display: inline-block;
  float: right;
}
/* line 79, ../scss/pages/_jobs.scss */
#openings li ul li {
  padding: 0;
  border: none;
}

/* line 86, ../scss/pages/_jobs.scss */
.careers {
  background: url(../../assets/images/careers/hero-img.jpg) 50% 50% no-repeat;
}

/* line 3, ../scss/pages/_jobspec.scss */
.smartrecruitersApplyLink a {
  font-size: 1.4rem !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 12px 24px;
  background-color: inherit;
  text-transform: uppercase;
  webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  border: 3px solid #4b4b4b;
  color: #000 !important;
  margin-top: 24px;
  display: inline-block;
}
/* line 20, ../scss/pages/_jobspec.scss */
.smartrecruitersApplyLink a:hover {
  background: #4b4b4b;
  color: #FFF !important;
}

@media (max-width: 767px) {
  /* line 5, ../scss/pages/_page-flare-xs.scss */
  .page-template-page-flare header {
    padding: 12px 24px;
  }
  /* line 9, ../scss/pages/_page-flare-xs.scss */
  .page-template-page-flare h1 {
    font-size: 4.5rem;
    font-size: 45px;
    line-height: 40px;
    letter-spacing: -2px;
  }
  /* line 16, ../scss/pages/_page-flare-xs.scss */
  .page-template-page-flare h3 {
    font-size: 5.1rem;
    font-size: 51px;
  }
  /* line 25, ../scss/pages/_page-flare-xs.scss */
  .page-template-page-flare #pageflare-contact form p, .page-template-page-flare #pageflare-contact form input, .page-template-page-flare #pageflare-contact form textarea {
    font-size: 1.6rem;
    font-size: 16px;
  }
  /* line 36, ../scss/pages/_page-flare-xs.scss */
  .page-template-page-flare #carousel .carousel-caption {
    min-height: 58px;
    padding: 6px 0;
    font-size: 1.4rem;
    font-size: 14px;
  }
  /* line 43, ../scss/pages/_page-flare-xs.scss */
  .page-template-page-flare #carousel .carousel-indicators {
    display: none;
  }
  /* line 51, ../scss/pages/_page-flare-xs.scss */
  .page-template-page-flare #pageflare-benefits .col-md-4 {
    margin-bottom: 24px;
  }
  /* line 55, ../scss/pages/_page-flare-xs.scss */
  .page-template-page-flare #pageflare-benefits .col-md-4:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  /* line 5, ../scss/pages/_investors-md.scss */
  #board .board-members {
    width: 200px;
    height: 200px;
    background-image: url("../../assets/images/investors/board-of-directors-small.jpg");
  }
  /* line 11, ../scss/pages/_investors-md.scss */
  #board .member-2 {
    background-position: -200px 0;
  }
  /* line 15, ../scss/pages/_investors-md.scss */
  #board .member-3 {
    background-position: -400px 0;
  }
  /* line 19, ../scss/pages/_investors-md.scss */
  #board .member-4 {
    background-position: 0 -200px;
  }
  /* line 23, ../scss/pages/_investors-md.scss */
  #board .member-5 {
    background-position: -200px -200px;
  }
  /* line 27, ../scss/pages/_investors-md.scss */
  #board .member-6 {
    background-position: -400px -200px;
  }
  /* line 31, ../scss/pages/_investors-md.scss */
  #board .member-7 {
    background-position: 0 -400px;
  }
}
@media (max-width: 1199px) {
  /* line 3, ../scss/pages/_communities-md.scss */
  .kindred {
    width: 250px;
    height: 135px;
    background: url(../../assets/images/communities/newcommunities-sprite-small.png) no-repeat;
  }

  /* line 9, ../scss/pages/_communities-md.scss */
  .bowwowmeow {
    width: 250px;
    height: 135px;
    background: url(../../assets/images/communities/newcommunities-sprite-small.png) no-repeat;
    background-position: 0 -135px;
  }

  /* line 16, ../scss/pages/_communities-md.scss */
  .lolkidz {
    width: 250px;
    height: 135px;
    background: url(../../assets/images/communities/newcommunities-sprite-small.png) no-repeat;
    background-position: 0 -270px;
  }
}
@media (max-width: 1199px) {
  /* line 5, ../scss/pages/_home-md.scss */
  #offerings a h2 {
    font-size: 4.8rem;
    font-size: 48px;
    letter-spacing: -0.3rem;
    letter-spacing: -3px;
  }
}
@media (max-width: 1199px) {
  /* line 7, ../scss/pages/_product-verticals-md.scss */
  .page-template-page-create .vertical .col-md-8, .page-template-page-engage .vertical .col-md-8 {
    min-height: auto;
  }

  /* line 19, ../scss/pages/_product-verticals-md.scss */
  .page-template-page-create .vertical:nth-child(2) .button {
    margin-left: 0;
    position: relative;
    left: auto;
  }

  /* line 33, ../scss/pages/_product-verticals-md.scss */
  .page-template-page-engage .vertical:first-child a:nth-of-type(1) {
    margin-right: 0;
  }
  /* line 37, ../scss/pages/_product-verticals-md.scss */
  .page-template-page-engage .vertical:first-child a:nth-of-type(2) {
    margin-left: 0;
  }
  /* line 45, ../scss/pages/_product-verticals-md.scss */
  .page-template-page-engage .vertical:nth-child(2) .button {
    margin-left: 0;
    position: relative;
    left: auto;
  }
}
@media (max-width: 991px) {
  /* line 4, ../scss/pages/_case-studies-sm.scss */
  #casestudy-description .inner:first-child {
    padding-bottom: 0;
  }
  /* line 7, ../scss/pages/_case-studies-sm.scss */
  #casestudy-description .inner:last-child {
    padding-top: 0;
  }

  /* line 12, ../scss/pages/_case-studies-sm.scss */
  #casestudy-title {
    height: 300px;
  }
  /* line 15, ../scss/pages/_case-studies-sm.scss */
  #casestudy-title h1.casestudy-main {
    font-size: 24px;
    font-size: 2.4rem;
  }
  /* line 20, ../scss/pages/_case-studies-sm.scss */
  #casestudy-title h1.casestudy-single {
    font-size: 35px;
    font-size: 3.5rem;
  }
  /* line 25, ../scss/pages/_case-studies-sm.scss */
  #casestudy-title h2 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 30, ../scss/pages/_case-studies-sm.scss */
  #casestudy-title h2.casestudy-single {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  /* line 36, ../scss/pages/_case-studies-sm.scss */
  #casestudy-title .content-block-text {
    padding-top: 30px;
  }

  /* line 44, ../scss/pages/_case-studies-sm.scss */
  header h5 {
    font-size: 2rem;
    font-size: 20px;
    padding-top: 13px;
  }
}
@media (max-width: 991px) {
  /* line 3, ../scss/pages/_product-verticals-sm.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
}
@media (max-width: 991px) {
  /* line 3, ../scss/pages/_about-sm.scss */
  #rightster-story {
    min-height: 470px;
    padding: 78px 0;
  }

  /* line 8, ../scss/pages/_about-sm.scss */
  .story-indicators {
    display: none;
  }
}
@media (max-width: 991px) {
  /* line 5, ../scss/pages/_jobs-sm.scss */
  #openings li ul {
    float: none;
    margin-top: 12px;
  }
  /* line 10, ../scss/pages/_jobs-sm.scss */
  #openings #JobListtitle li ul {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 3, ../scss/pages/_home-xs.scss */
  .icon-video-arrow {
    display: none;
  }

  /* line 7, ../scss/pages/_home-xs.scss */
  #brand-partners, #brand-partners-stacked {
    display: none;
  }

  /* line 13, ../scss/pages/_home-xs.scss */
  #work-with-us a {
    display: table;
    margin: 0 auto;
  }
  /* line 18, ../scss/pages/_home-xs.scss */
  #work-with-us a:nth-child(3) {
    margin: 12px auto;
  }

  /* line 26, ../scss/pages/_home-xs.scss */
  #funnels a {
    display: table;
    margin: 0 auto 12px auto;
  }

  /* line 35, ../scss/pages/_home-xs.scss */
  .page-template-page-home h1 {
    font-size: 3.8px;
    font-size: 3.8rem;
    line-height: 3.3rem;
    line-heightL: 33px;
    margin: 48px 0 24px 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /* line 47, ../scss/pages/_home-xs.scss */
  #funnels {
    display: none;
  }

  /* line 51, ../scss/pages/_home-xs.scss */
  #funnels-mobile {
    display: block;
  }
  /* line 54, ../scss/pages/_home-xs.scss */
  #funnels-mobile a {
    display: inline-block;
    margin: 0 6px 12px 6px;
  }
}
@media (max-width: 767px) {
  /* line 3, ../scss/pages/_product-verticals-xs.scss */
  .hero-image {
    height: 100vh;
  }

  /* line 7, ../scss/pages/_product-verticals-xs.scss */
  .page-template-page-create section, .page-template-page-amplify section, .page-template-page-engage section, .page-template-page-talent section, .page-template-page-publishers section, .page-template-page-contentproviders section {
    text-align: center;
  }
  /* line 10, ../scss/pages/_product-verticals-xs.scss */
  .page-template-page-create section img, .page-template-page-amplify section img, .page-template-page-engage section img, .page-template-page-talent section img, .page-template-page-publishers section img, .page-template-page-contentproviders section img {
    margin-bottom: 18px;
  }
  /* line 14, ../scss/pages/_product-verticals-xs.scss */
  .page-template-page-create section .product, .page-template-page-create section .featured-casestudy, .page-template-page-amplify section .product, .page-template-page-amplify section .featured-casestudy, .page-template-page-engage section .product, .page-template-page-engage section .featured-casestudy, .page-template-page-talent section .product, .page-template-page-talent section .featured-casestudy, .page-template-page-publishers section .product, .page-template-page-publishers section .featured-casestudy, .page-template-page-contentproviders section .product, .page-template-page-contentproviders section .featured-casestudy {
    margin-top: 72px;
  }

  /* line 20, ../scss/pages/_product-verticals-xs.scss */
  .services {
    display: none;
  }

  /* line 24, ../scss/pages/_product-verticals-xs.scss */
  .col-md-offset-1 {
    margin-left: 0;
  }

  /* line 30, ../scss/pages/_product-verticals-xs.scss */
  .vertical .col-md-8 {
    min-height: auto;
    position: relative;
  }
  /* line 35, ../scss/pages/_product-verticals-xs.scss */
  .vertical .button {
    position: relative;
    bottom: 0;
    left: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  /* line 3, ../scss/pages/_case-studies-xs.scss */
  .casestudy-title {
    padding-top: 120px;
  }

  /* line 7, ../scss/pages/_case-studies-xs.scss */
  #casestudy-results {
    min-height: 1000px;
  }
}
@media (max-width: 767px) {
  /* line 5, ../scss/pages/_investors-xs.scss */
  #board .board-members {
    width: 130px;
    height: 130px;
    border: 5px solid #2b2b2b;
    background-image: url("../../assets/images/investors/board-of-directors-xsmall.jpg");
  }
  /* line 12, ../scss/pages/_investors-xs.scss */
  #board .member-2 {
    background-position: -130px 0;
  }
  /* line 16, ../scss/pages/_investors-xs.scss */
  #board .member-3 {
    background-position: -260px 0;
  }
  /* line 20, ../scss/pages/_investors-xs.scss */
  #board .member-4 {
    background-position: 0 -130px;
  }
  /* line 24, ../scss/pages/_investors-xs.scss */
  #board .member-5 {
    background-position: -130px -130px;
  }
  /* line 28, ../scss/pages/_investors-xs.scss */
  #board .member-6 {
    background-position: -260px -130px;
  }
  /* line 32, ../scss/pages/_investors-xs.scss */
  #board .member-7 {
    background-position: 0 -260px;
  }
  /* line 36, ../scss/pages/_investors-xs.scss */
  #board .name {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* line 41, ../scss/pages/_investors-xs.scss */
  #board .position {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 0;
  }
  /* line 47, ../scss/pages/_investors-xs.scss */
  #board .col-xs-6 {
    min-height: 213px;
  }

  /* line 53, ../scss/pages/_investors-xs.scss */
  .grey-box {
    padding: 30px;
  }

  /* line 59, ../scss/pages/_investors-xs.scss */
  #directors-modal .modal-dialog {
    padding-top: 0;
  }
  /* line 63, ../scss/pages/_investors-xs.scss */
  #directors-modal .modal-dialog {
    width: auto;
  }
  /* line 67, ../scss/pages/_investors-xs.scss */
  #directors-modal p {
    margin-top: 15px;
  }
  /* line 71, ../scss/pages/_investors-xs.scss */
  #directors-modal img {
    margin-top: 20px;
  }
  /* line 75, ../scss/pages/_investors-xs.scss */
  #directors-modal .name {
    font-size: 24px;
    font-size: 2.4rem;
  }

  /* line 84, ../scss/pages/_investors-xs.scss */
  #advisors .col-md-4 {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  /* line 5, ../scss/pages/_talent-xs.scss */
  .page-template-page-talent img {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  /* line 3, ../scss/pages/_contact-xs.scss */
  #office-locations {
    text-align: center;
  }
}
@media (max-width: 767px) {
  /* line 3, ../scss/pages/_partner-verticals-xs.scss */
  .page-template-page-talent section, .page-template-page-publishers section, .page-template-page-contentproviders section {
    text-align: center;
  }
  /* line 6, ../scss/pages/_partner-verticals-xs.scss */
  .page-template-page-talent section img, .page-template-page-publishers section img, .page-template-page-contentproviders section img {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  /* line 7, ../scss/pages/_communities-xs.scss */
  .page-template-page-communities .parallax-bg ul {
    display: none;
  }
  /* line 11, ../scss/pages/_communities-xs.scss */
  .page-template-page-communities .parallax-bg h2.flow {
    width: 208px;
    height: 52px;
    background-image: url("../../assets/images/communities/communities-sprite-small.png");
  }
  /* line 17, ../scss/pages/_communities-xs.scss */
  .page-template-page-communities .parallax-bg h2.ballers {
    width: 203px;
    height: 55px;
    background-image: url("../../assets/images/communities/communities-sprite-small.png");
    background-position: 0 -97px;
  }
  /* line 24, ../scss/pages/_communities-xs.scss */
  .page-template-page-communities .parallax-bg h2.canvas {
    width: 207px;
    height: 45px;
    background-image: url("../../assets/images/communities/communities-sprite-small.png");
    background-position: 0 -52px;
  }
  /* line 31, ../scss/pages/_communities-xs.scss */
  .page-template-page-communities .parallax-bg h2.football {
    width: 240px;
    height: 62px;
    background-image: url("../../assets/images/communities/communities-sprite-small.png");
    background-position: 0 -437px;
  }
  /* line 42, ../scss/pages/_communities-xs.scss */
  .page-template-page-communities .parallax-content p {
    margin: 24px 0;
  }
  /* line 46, ../scss/pages/_communities-xs.scss */
  .page-template-page-communities .parallax-content .stats {
    position: relative;
  }
}
@media (max-width: 767px) {
  /* line 5, ../scss/pages/_amplify-productspage-xs.scss */
  .page-template-page-flare header {
    padding: 12px 24px;
  }
  /* line 9, ../scss/pages/_amplify-productspage-xs.scss */
  .page-template-page-flare h1 {
    font-size: 4.5rem;
    font-size: 45px;
    line-height: 40px;
    letter-spacing: -2px;
  }
  /* line 16, ../scss/pages/_amplify-productspage-xs.scss */
  .page-template-page-flare h3 {
    font-size: 5.1rem;
    font-size: 51px;
  }
  /* line 25, ../scss/pages/_amplify-productspage-xs.scss */
  .page-template-page-flare #pageflare-contact form p, .page-template-page-flare #pageflare-contact form input, .page-template-page-flare #pageflare-contact form textarea {
    font-size: 1.6rem;
    font-size: 16px;
  }
  /* line 36, ../scss/pages/_amplify-productspage-xs.scss */
  .page-template-page-flare #carousel .carousel-caption {
    min-height: 58px;
    padding: 6px 0;
    font-size: 1.4rem;
    font-size: 14px;
  }
  /* line 43, ../scss/pages/_amplify-productspage-xs.scss */
  .page-template-page-flare #carousel .carousel-indicators {
    display: none;
  }
  /* line 51, ../scss/pages/_amplify-productspage-xs.scss */
  .page-template-page-flare #pageflare-benefits .col-md-4 {
    margin-bottom: 24px;
  }
  /* line 55, ../scss/pages/_amplify-productspage-xs.scss */
  .page-template-page-flare #pageflare-benefits .col-md-4:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /* line 67, ../scss/pages/_amplify-productspage-xs.scss */
  .page-template-page-flare .hero-image, .page-template-page-inframe .hero-image {
    height: 700px;
  }
}
@media (max-width: 767px) {
  /* line 5, ../scss/pages/_the-authority-xs.scss */
  .page-template-page-theauthority .vertical-center:before {
    height: 200px;
  }
}
@media (max-width: 767px) {
  /* line 5, ../scss/pages/_the-natives-xs.scss */
  .page-template-page-thenatives #page-bg {
    height: auto;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 48px 0;
    background-color: #e6337b !important;
  }
  /* line 13, ../scss/pages/_the-natives-xs.scss */
  .page-template-page-thenatives h2 {
    font-size: 3rem;
    font-size: 30px;
  }
}
/* line 3, ../scss/elements/_casestudy-modal.scss */
#casestudy-modal .modal-dialog {
  width: 750px;
  padding: 60px 0 0 0;
}
/* line 8, ../scss/elements/_casestudy-modal.scss */
#casestudy-modal .modal-content {
  padding: 0;
  color: inherit;
  background: #000;
}
/* line 14, ../scss/elements/_casestudy-modal.scss */
#casestudy-modal .modal-close {
  position: absolute;
  width: 15px;
  height: 15px;
  top: -21px;
  right: 0;
  color: #FFF;
  cursor: pointer;
}

/* You can alter this CSS in order to give Smooth Div Scroll your own look'n'feel */
/* line 3, ../scss/elements/_smoothDivScroll.scss */
#makeMeScrollable {
  padding: 96px 0;
  position: relative;
  z-index: 0;
}
/* line 8, ../scss/elements/_smoothDivScroll.scss */
#makeMeScrollable img {
  left: 0;
  position: relative;
  margin: 0px 394px;
}

/* Invisible left hotspot */
/* line 19, ../scss/elements/_smoothDivScroll.scss */
div.scrollingHotSpotLeft {
  	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
      and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
  min-width: 75px;
  width: 10%;
  height: 100%;
  	/* There is a big background image and it's used to solve some problems I experienced
      in Internet Explorer 6. */
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  /*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
}

/* Visible left hotspot */
/* line 36, ../scss/elements/_smoothDivScroll.scss */
div.scrollingHotSpotLeftVisible {
  opacity: 0.35;
  /* Standard CSS3 opacity setting */
  -moz-opacity: 0.35;
  /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
  filter: alpha(opacity=35);
  /* Opacity for Internet Explorer. */
  zoom: 1;
  /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
/* line 45, ../scss/elements/_smoothDivScroll.scss */
div.scrollingHotSpotRight {
  min-width: 75px;
  width: 10%;
  height: 100%;
  position: absolute;
  z-index: 200;
  top: 0;
  right: 0;
}

/* Visible right hotspot */
/* line 57, ../scss/elements/_smoothDivScroll.scss */
div.scrollingHotSpotRightVisible {
  opacity: 0.35;
  filter: alpha(opacity=35);
  -moz-opacity: 0.35;
  zoom: 1;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
/* line 68, ../scss/elements/_smoothDivScroll.scss */
div.scrollWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* line 76, ../scss/elements/_smoothDivScroll.scss */
div.scrollableArea {
  position: relative;
  width: auto;
  height: 100%;
}

/* line 3, ../scss/elements/_offices-modal.scss */
#offices-modal .modal-dialog {
  width: auto;
}
/* line 7, ../scss/elements/_offices-modal.scss */
#offices-modal iframe {
  width: 100%;
  height: 550px;
  margin-top: 42px;
}

/* line 3, ../scss/elements/_contact-modal.scss */
#interested-modal .modal-dialog, #community-modal .modal-dialog {
  max-width: 700px;
  width: auto;
}
/* line 8, ../scss/elements/_contact-modal.scss */
#interested-modal select[name=product-type], #community-modal select[name=product-type] {
  display: none;
}
/* line 12, ../scss/elements/_contact-modal.scss */
#interested-modal h3, #community-modal h3 {
  text-align: center;
}

/* line 3, ../scss/elements/_advisors-modal.scss */
#advisors-modal .modal-dialog {
  width: auto;
}
/* line 7, ../scss/elements/_advisors-modal.scss */
#advisors-modal iframe {
  width: 100%;
  height: 550px;
}

/* line 1, ../scss/elements/_modal-styles.scss */
.modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
  margin-top: 0;
  cursor: pointer;
  z-index: 1;
  color: inherit;
}

/* line 13, ../scss/elements/_modal-styles.scss */
.modal-dialog a:hover {
  color: inherit;
}

/* line 19, ../scss/elements/_modal-styles.scss */
.modal-content {
  padding: 0;
  font-size: 1.8rem;
  font-size: 18px;
  font-weight: 200;
  border-radius: 0;
}

/* line 27, ../scss/elements/_modal-styles.scss */
.modal-body {
  padding: 48px;
}
/* line 30, ../scss/elements/_modal-styles.scss */
.modal-body a:hover {
  color: #de1365;
}
/* line 34, ../scss/elements/_modal-styles.scss */
.modal-body h3 {
  margin: 24px 0;
}

/* line 1, ../scss/elements/_form-styles.scss */
label, input, select, textarea {
  font-size: 1.8rem;
  font-size: 18px;
  font-weight: 200;
}

/* line 7, ../scss/elements/_form-styles.scss */
input, textarea, select {
  width: 100%;
  margin-bottom: 36px;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  background-color: #FFF;
  border: 1px solid #deddd9;
}

/* line 17, ../scss/elements/_form-styles.scss */
input {
  height: 50px;
  margin-bottom: 24px;
}

/* line 22, ../scss/elements/_form-styles.scss */
textarea {
  height: 250px;
}

/* line 26, ../scss/elements/_form-styles.scss */
input, textarea {
  padding: 10px 16px;
}

/* line 30, ../scss/elements/_form-styles.scss */
.wpcf7-select {
  height: 50px;
}

/* line 34, ../scss/elements/_form-styles.scss */
input[type="submit"] {
  width: inherit;
  border: 3px solid #de1365;
  color: #de1365;
  margin-bottom: 0;
}

/* line 41, ../scss/elements/_form-styles.scss */
input[type="submit"]:hover {
  background: #de1365;
  color: #FFF;
}

/* line 46, ../scss/elements/_form-styles.scss */
.wpcf7-not-valid-tip {
  display: none !important;
}

/* line 50, ../scss/elements/_form-styles.scss */
.wpcf7-not-valid {
  border-color: #f0130e;
}

/* line 54, ../scss/elements/_form-styles.scss */
div.wpcf7-validation-errors {
  border: 2px solid red !important;
  color: red;
}

/* line 3, ../scss/elements/_collapse.scss */
#communities-accordion .panel-group {
  margin-bottom: 0;
}
/* line 7, ../scss/elements/_collapse.scss */
#communities-accordion .panel-group .panel + .panel {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 12, ../scss/elements/_collapse.scss */
#communities-accordion .panel {
  border: 0;
}
/* line 16, ../scss/elements/_collapse.scss */
#communities-accordion .community {
  height: 400px;
  color: #FFF;
}
/* line 20, ../scss/elements/_collapse.scss */
#communities-accordion .community .learn-more {
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  width: 140px;
  height: 45px;
  border: 2px solid #FFF;
  border-radius: 5px;
  margin-top: 15px;
  display: inline-block;
  text-align: center;
  padding-top: 8px;
}
/* line 37, ../scss/elements/_collapse.scss */
#communities-accordion .panel-collapse {
  width: auto;
  padding: 60px 0;
}
/* line 41, ../scss/elements/_collapse.scss */
#communities-accordion .panel-collapse .stats {
  text-transform: uppercase;
}
/* line 45, ../scss/elements/_collapse.scss */
#communities-accordion .panel-collapse .value {
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #333;
}
/* line 53, ../scss/elements/_collapse.scss */
#communities-accordion .panel-collapse .value-label {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: -5px;
}
/* line 61, ../scss/elements/_collapse.scss */
#communities-accordion .panel-collapse p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2rem;
  line-height: 20px;
  font-weight: 300;
  margin: 0;
}
/* line 70, ../scss/elements/_collapse.scss */
#communities-accordion .panel-collapse .button {
  margin-top: 6px;
}
/* line 75, ../scss/elements/_collapse.scss */
#communities-accordion .panel-collapse .btn-community-join,
#communities-accordion .panel-collapse .btn-community-signin {
  width: 110px;
  height: 40px;
  text-align: center;
}
/* line 81, ../scss/elements/_collapse.scss */
#communities-accordion .panel-collapse .btn-community-join {
  background-color: #0092d4;
  color: #FFF;
}
/* line 86, ../scss/elements/_collapse.scss */
#communities-accordion .panel-collapse .btn-community-signin {
  border: 2px solid #0092d4;
  color: #0092d4;
}
/* line 91, ../scss/elements/_collapse.scss */
#communities-accordion .panel-collapse .social-icon {
  display: inline-block;
  font-size: 40px;
  font-size: 4rem;
  color: #333;
  margin-right: 12px;
}
/* line 99, ../scss/elements/_collapse.scss */
#communities-accordion .panel-collapse .icon-facebook-round-stroked {
  color: #3b5998;
}
/* line 103, ../scss/elements/_collapse.scss */
#communities-accordion .panel-collapse .icon-twitter-round-stroked {
  color: #55acee;
}
/* line 107, ../scss/elements/_collapse.scss */
#communities-accordion .panel-collapse .icon-youtube-round-stroked {
  color: #e52d27;
}
/* line 111, ../scss/elements/_collapse.scss */
#communities-accordion .panel-collapse .icon-googleplus-round-stroked {
  color: #DA4A38 !important;
}
/* line 115, ../scss/elements/_collapse.scss */
#communities-accordion .panel-collapse .community-bio {
  min-height: 283.047px;
  position: relative;
}
/* line 120, ../scss/elements/_collapse.scss */
#communities-accordion .panel-collapse .community-btns {
  position: absolute;
  bottom: 0;
}

@media (max-width: 991px) {
  /* line 5, ../scss/elements/_casestudy-modal-sm.scss */
  #casestudy-modal .modal-dialog {
    width: auto;
    padding-top: 120px;
  }
}
@media (max-width: 991px) {
  /* line 7, ../scss/elements/_collapse-sm.scss */
  #communities-accordion .panel-collapse .col-md-5 {
    margin-top: 15px;
  }
  /* line 11, ../scss/elements/_collapse-sm.scss */
  #communities-accordion .panel-collapse .community-bio {
    min-height: inherit;
  }
  /* line 15, ../scss/elements/_collapse-sm.scss */
  #communities-accordion .panel-collapse .community-btns {
    position: inherit;
  }
  /* line 23, ../scss/elements/_collapse-sm.scss */
  #communities-accordion .community .learn-more {
    padding-top: 11px;
  }
}
@media (max-width: 767px) {
  /* line 5, ../scss/elements/_smoothDivScroll-xs.scss */
  #makeMeScrollable img {
    margin: 0px 94px;
  }
}
@media (max-width: 767px) {
  /* line 5, ../scss/elements/_offices-modal-xs.scss */
  #offices-modal iframe {
    height: auto;
  }
}
@media (max-width: 767px) {
  /* line 5, ../scss/elements/_advisors-modal-xs.scss */
  #advisors-modal iframe {
    height: auto;
  }
}
@media (max-width: 767px) {
  /* line 3, ../scss/elements/_modal-styles-xs.scss */
  .modal-body {
    padding: 24px;
  }

  /* line 7, ../scss/elements/_modal-styles-xs.scss */
  .modal-close {
    top: 12px;
    right: 12px;
  }
}
@media (max-width: 767px) {
  /* line 2, ../scss/elements/_collapse-xs.scss */
  .communitiy {
    height: 300px;
  }
}
