@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,500,600,600italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:100);
@import url('/outer/css/light-font.css');
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
small,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
  outline: none;
}
article,
aside,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
video,
object {
  display: block;
}
a img {
  border: 0;
}
figure {
  position: relative;
}
figure img {
  width: 100%;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  outline: 0;
}
input {
  -webkit-appearance: none;
  border-radius: 0;
}
/* ---------- ------------- ---------- */
/* ---------- GLOBAL STYLES ---------- */
/* ---------- ------------- ---------- */
body {
  margin: 0;
  color: #555555;
  font-family: 'Open Sans', sans-serif;
  font-size: 12pt;
  font-weight: 300;
}
a {
  color: inherit;
  text-decoration: none;
}
li {
  list-style: none;
}
p {
  margin-top: 15px;
}
p:first-of-type {
  margin-top: 0px;
}
button {
  font-size: 12pt;
  font-weight: 300;
  background: transparent;
  cursor: pointer;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ---------- -------- ---------- */
/* ---------- HEADINGS ---------- */
/* ---------- -------- ---------- */
h1 {
  color: #ffffff;
  font-size: 30pt;
  font-weight: 500;
  text-align: center;
}
h2 {
  color: #ffffff;
  font-size: 14pt;
  font-weight: 300;
  text-align: center;
}
h3 {
  color: #3cb6ea;
  font-size: 16pt;
  font-weight: 300;
}
h4 {
  margin: 0px auto 100px auto;
}
/* ---------- ----------- ---------- */
/* ---------- FORM STYLES ---------- */
/* ---------- ----------- ---------- */
input {
  font-family: 'Open Sans', sans-serif;
  font-size: 12pt;
  font-weight: 300;
  border-radius: 5px;
  outline: none;
  border: 1px solid #777777;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
input[type="text"],
input[type="password"] {
  height: 40px;
  width: 100%;
  padding: 0px 10px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="text"]:hover,
input[type="password"]:hover {
  border: 1px solid #3cb6ea;
}
input[type="text"]:focus,
input[type="password"]:focus {
  color: #3cb6ea;
  background: #F1FAFF;
}
input[type="submit"] {
  height: 40px;
  padding: 0px 10px;
  color: #ffffff;
  background: #3cb6ea;
  border: 1px solid #ffffff;
  cursor: pointer;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
input[type="submit"]:hover {
  color: #3cb6ea;
  background: #ffffff;
  border: 1px solid #3cb6ea;
}
input[type="checkbox"] {
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
input[type="checkbox"]:hover {
  border: 1px solid #3cb6ea;
}
input[type="checkbox"]:checked {
  background: #F1FAFF;
  color: #ffffff;
  border: 1px solid #3cb6ea;
}
select {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 12pt;
  font-weight: 300;
  border-radius: 5px;
  background: #ffffff;
  outline: none;
  border: 1px solid #777777;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
select:hover {
  border: 1px solid #3cb6ea;
}
button {
  border: 0;
  width: 100%;
}
button:focus {
  outline: none;
}
.form-row {
  display: block;
  margin: 10px 0px;
  vertical-align: top;
}
/* ---------- ------ ---------- */
/* ---------- WIDTHS ---------- */
/* ---------- ------ ---------- */
.section .half {
  display: inline-block;
  width: 49%;
  padding: 0px 2.5%;
  text-align: center;
  vertical-align: top;
}
.section .half h5 {
  font-size: 14pt;
  font-weight: 300;
}
.section .half p:last-child {
  margin-bottom: 50px;
}
.section .third {
  display: inline-block;
  width: 33%;
  padding: 0px 35px;
  text-align: center;
  vertical-align: top;
}
.section .third h5 {
  font-size: 14pt;
  font-weight: 300;
}
.section .quarter {
  display: inline-block;
  width: 24%;
  padding: 0px 15px;
  text-align: center;
  vertical-align: top;
}
.section .quarter h5 {
  font-size: 14pt;
  font-weight: 300;
}
/* ---------- ----------- ---------- */
/* ---------- ARRANGEMENT ---------- */
/* ---------- ----------- ---------- */
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  float: none;
  clear: both;
}
/* ---------- ------------- ---------- */
/* ---------- BUTTON STYLES ---------- */
/* ---------- ------------- ---------- */
.cta {
  display: inline-block;
  padding: 10px 50px;
  border-radius: 4px;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
.cta.cta-sm {
  padding: 3px 15px;
  padding-bottom: 5px;
  font-size: 10pt;
}
.cta.cta-lg {
  font-size: 12pt;
}
.cta.cta-lightBlue {
  color: #3cb6ea;
  border: 1px solid #3cb6ea;
}
.cta.cta-lightBlue:hover {
  background: #3cb6ea;
  color: #ffffff;
  border: 1px solid transparent;
}
.cta.cta-mediumBlue {
  color: #228dbb;
  border: 1px solid #228dbb;
}
.cta.cta-mediumBlue:hover {
  background: #228dbb;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.cta.cta-darkBlue {
  color: #2a3543;
  border: 1px solid #2a3543;
}
.cta.cta-darkBlue:hover {
  background: #2a3543;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.cta.cta-white {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.cta.cta-white:hover {
  background: #ffffff;
  color: #555555;
  border: 1px solid #ffffff;
}
.cta.cta-white-light {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.cta.cta-white-light:hover {
  background: #ffffff;
  color: #3cb6ea;
  border: 1px solid #3cb6ea;
}
.cta.cta-white-dark {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.cta.cta-white-dark:hover {
  background: #ffffff;
  color: #2a3543;
  border: 1px solid #2a3543;
}
/* ---------- ------ ---------- */
/* ---------- ALTERS ---------- */
/* ---------- ------ ---------- */
.alertBox {
  padding: 15px;
  margin-bottom: 20px;
  font-size: initial;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 8px;
}
.alertBox.grey {
  border: 1px solid #999999;
  color: #999999;
}
.alertBox.red {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.alertBox.green {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alertBox.yellow {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.alertBox.blue {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alertBox p {
  margin: 0;
}
/* ---------- --------------------- ---------- */
/* ---------- COMMON SECTION STYLES ---------- */
/* ---------- --------------------- ---------- */
.mobile-show {
  display: none;
}
.container {
  width: 95%;
  max-width: 1200px;
  padding: 75px 0px;
  margin: auto;
  text-align: center;
}
.clear {
  clear: both;
}
.clear-padding {
  min-height: 1px;
  margin: 25px auto;
  clear: both;
}
.top-image {
  width: 100%;
  height: 85vh;
  max-height: 800px;
  background-size: cover !important;
  background-position-x: 0px !important;
}
.top-image.thin {
  height: 28.33333333vh;
  max-height: 250px;
}
.container.header {
  padding: 0;
  position: relative;
}
.container.header .header-content {
  text-align: right;
}
.section-white {
  background: #ffffff;
}
.section-white h3 {
  padding-bottom: 30px;
  color: #3cb6ea;
  font-size: 20pt;
  font-weight: 300;
  text-align: center;
}
.section-white h4 {
  max-width: 600px;
  color: #555555;
  font-size: 12pt;
  font-weight: 300;
  text-align: center;
}
.section-white h5 {
  color: #3cb6ea;
  font-size: 14pt;
  font-weight: 300;
}
.section-white .third h5,
.section-white .quarter h5,
.section-white .half h5 {
  color: #3cb6ea;
}
.section-blue {
  background: #3cb6ea;
}
.section-blue h3 {
  padding-bottom: 30px;
  color: #ffffff;
  font-size: 20pt;
  font-weight: 300;
  text-align: center;
}
.section-blue h4 {
  max-width: 600px;
  margin: auto;
  color: #555555;
  font-size: 12pt;
  font-weight: 300;
  text-align: center;
}
.section-blue h5 {
  color: #ffffff;
  font-size: 14pt;
  font-weight: 300;
}
.section-blue p {
  color: #ffffff;
}
.section-blue .third h5,
.section-blue .quarter h5,
.section-blue .half h5 {
  color: #ffffff;
}
.section-medium-blue {
  background: #228dbb;
}
.section-medium-blue h3 {
  padding-bottom: 30px;
  color: #ffffff;
  font-size: 20pt;
  font-weight: 300;
  text-align: center;
}
.section-medium-blue h4 {
  max-width: 600px;
  margin: auto;
  color: #555555;
  font-size: 12pt;
  font-weight: 300;
  text-align: center;
}
.section-medium-blue h5 {
  color: #ffffff;
  font-size: 14pt;
  font-weight: 300;
}
.section-medium-blue p {
  color: #333333;
}
.section-medium-blue .third h5,
.section-medium-blue .quarter h5,
.section-medium-blue .half h5 {
  color: #ffffff;
}
.section-pns-white {
  background: #ffffff;
}
.section-pns-white h3 {
  padding-bottom: 30px;
  color: #2a3543;
  font-size: 20pt;
  font-weight: 300;
  text-align: center;
}
.section-pns-white h4 {
  max-width: 600px;
  margin: auto;
  color: #555555;
  font-size: 12pt;
  font-weight: 300;
  text-align: center;
}
.section-pns-white h5 {
  color: #2a3543;
  font-size: 14pt;
  font-weight: 300;
}
.section-pns-blue {
  color: #c3c3c3;
  background: #2a3543;
}
.section-pns-blue h3 {
  padding-bottom: 30px;
  color: #ffffff;
  font-size: 20pt;
  font-weight: 300;
  text-align: center;
}
.section-pns-blue h4 {
  max-width: 600px;
  margin: auto;
  color: #c3c3c3;
  font-size: 12pt;
  font-weight: 300;
  text-align: center;
}
.section-pns-blue h5 {
  color: #ffffff;
  font-size: 14pt;
  font-weight: 300;
}
div[data-bg-content="right"] {
  text-align: right;
}
div[data-bg-content="right"] h1,
div[data-bg-content="right"] h2 {
  text-align: right;
}
div[data-bg-content="right"] h2 {
  max-width: 600px;
  margin-left: auto;
  padding-bottom: 80px;
}
div[data-bg-content="left"] {
  text-align: left;
}
div[data-bg-content="left"].container.header .header-content {
  text-align: left;
}
div[data-bg-content="left"].container.header .header-content h1,
div[data-bg-content="left"].container.header .header-content h2 {
  text-align: left;
}
div[data-bg-content="left"].container.header .header-content h2 {
  max-width: 600px;
  padding-bottom: 80px;
}
div[data-bg-content="center"] {
  max-width: 800px;
  padding: 35px 25px 50px 25px !important;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #777;
  border-radius: 8px;
}
div[data-bg-content="center"].container.header .header-content {
  text-align: center;
}
div[data-bg-content="center"].container.header .header-content h1,
div[data-bg-content="center"].container.header .header-content h2 {
  text-align: center;
}
div[data-bg-content="center"].container.header .header-content h2 {
  max-width: 600px;
  margin: auto;
  padding-bottom: 80px;
}
div[data-colour-scheme="light"] h1 {
  color: #555555;
}
div[data-colour-scheme="light"] h2 {
  color: #555555;
}
div[data-colour-scheme="light"] .cta-white {
  color: #555555;
  border: 1px solid #555555;
}
div[data-colour-scheme="light"] .cta-white:hover {
  color: #ffffff;
  background: #555555;
  border: 1px solid #555555;
}
.header {
  top: 20vh;
  left: 0 !important;
  right: 0;
  position: absolute;
}
.section-video {
  text-align: center;
  color: #ffffff;
  background-color: #2a3543;
  background-size: cover;
  background-position: center center;
}
.first {
  margin-top: 85vh;
}
.spacer {
  display: inline-block;
  width: 1px;
  height: 100px;
  background: #EAEAEA;
}
.image-break {
  width: 100%;
  height: 33vh;
  background-position: center center;
  background-size: cover;
}
#bottom-banner {
  text-align: center;
  color: #ffffff;
}
#bottom-banner .container .banner-content .cta-white {
  margin: auto;
  padding: 10px 30px;
  color: #3cb6ea;
  font-size: 12pt !important;
  background: #ffffff;
  border: 1px solid #ffffff;
  position: relative;
  z-index: 1;
}
#bottom-banner .container .banner-content .cta-white:hover {
  color: #ffffff;
  background: transparent;
}
#bottom-banner .container .banner-content .convinced {
  font-size: 10pt;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
#bottom-banner .container .banner-content .convinced a {
  font-weight: 500;
  text-decoration: underline;
}
#bottom-banner .container .banner-content .convinced a:hover {
  text-decoration: none;
}
#bottom-banner .container .banner-content .laptop {
  left: 0;
  right: 550px;
  margin: -215px auto 0 auto;
  position: absolute;
  z-index: 0;
  max-height: 400px;
}
.laptop-bg {
  height: 100px;
  background: #2a3543;
}
.artists-bands {
  background-image: url('/outer/img/how-it-works/box1.jpg');
  background-position: center center;
}
.artist-management {
  background-image: url('/outer/img/how-it-works/box2.jpg');
  background-position: center center;
}
.composers-songwriters {
  background-image: url('/outer/img/how-it-works/box3.jpg');
  background-position: center center;
}
.creative-industry {
  background-image: url('/outer/img/how-it-works/box4.jpg');
  background-position: center top;
}
.games-publishers-developers {
  background-image: url('/outer/img/how-it-works/box5.jpg');
  background-position: center center;
}
.supervisors-film-advertising {
  background-image: url('/outer/img/how-it-works/box6.jpg');
  background-position: center center;
}
.publishers {
  background-image: url('/outer/img/how-it-works/box7.jpg');
  background-position: center center;
}
.producers-engineers {
  background-image: url('/outer/img/how-it-works/box8.jpg');
  background-position: center center;
}
.production-libraries {
  background-image: url('/outer/img/how-it-works/box9.jpg');
  background-position: center center;
}
.record-labels {
  background-image: url('/outer/img/how-it-works/box10.jpg');
  background-position: center center;
}
.recording-studios {
  background-image: url('/outer/img/how-it-works/box11.jpg');
  background-position: center center;
}
.singers-musicians {
  background-image: url('/outer/img/how-it-works/box12.jpg');
  background-position: center center;
}
/* ---------- -------------- ---------- */
/* ---------- TABLET RESTYLE ---------- */
/* ---------- -------------- ---------- */
@media (max-width: 1024px) {
  /* Bottom Banner */
  section #bottom-banner .container {
    padding-top: 60px;
  }
  section #bottom-banner .container .laptop {
    display: none;
  }
  section .laptop-bg {
    display: none;
  }
}
@media (max-width: 768px) {
  /* Mobile Hide */
  .mobile-hide {
    display: none;
  }
  /* Mobile Show */
  .mobile-show {
    display: block;
  }
  /* Common Styles */
  body {
    font-size: 10pt;
  }
  /* Headings */
  h1 {
    font-size: 25pt;
  }
  h2 {
    font-size: 12pt;
  }
  /* Widths */
  .section .half {
    display: block;
    width: 75% !important;
    min-width: initial;
    padding: 0px;
    margin: auto;
  }
  .section .third {
    display: block;
    width: 50% !important;
    min-width: initial;
    padding: 0px;
    margin: auto;
  }
  .section .quarter {
    display: block;
    width: 50% !important;
    min-width: initial;
    padding: 0px;
    margin: auto;
  }
  /* Button Styles */
  .cta {
    padding: 5px 25px;
  }
  .cta .cta-lg {
    font-size: 10pt;
  }
  /* COMMON SECTION STYLES */
  /* Content Section | Marketplace White */
  .section-white h3 {
    font-size: 18pt;
  }
  .section-white h4 {
    font-size: 11pt;
    width: 70%;
  }
  /* Content Section | Marketplace Blue */
  .section-blue h3 {
    font-size: 18pt;
  }
  .section-blue h4 {
    font-size: 11pt;
    width: 70%;
  }
  /* Content Section | PNS White */
  .section-pns-white h3 {
    font-size: 18pt;
  }
  .section-pns-white h4 {
    font-size: 11pt;
    width: 70%;
  }
  /* Content Section | PNS Blue */
  .section-pns-blue h3 {
    font-size: 18pt;
  }
  .section-pns-blue h4 {
    font-size: 11pt;
    width: 70%;
  }
  /* Top Section */
  section .header {
    display: block;
    width: 80%;
    top: 245px;
    padding: 3vw 5vw 6.5vw !important;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    border: 1px solid #555555;
  }
  section .header .header-content {
    text-align: center !important;
  }
  div[data-bg-content="left"],
  div[data-bg-content="right"] {
    text-align: center !important;
  }
  div[data-bg-content="left"] h1,
  div[data-bg-content="right"] h1,
  div[data-bg-content="left"] h2,
  div[data-bg-content="right"] h2 {
    text-align: center !important;
  }
  div[data-bg-content="left"] h2,
  div[data-bg-content="right"] h2 {
    max-width: 600px;
    margin: auto;
    padding-bottom: 80px;
  }
  div[data-colour-scheme="light"] h1 {
    color: #ffffff;
  }
  div[data-colour-scheme="light"] h2 {
    color: #ffffff;
  }
  div[data-colour-scheme="light"] .cta-white {
    color: #ffffff;
    border: 1px solid #ffffff;
  }
  div[data-colour-scheme="light"] .cta-white:hover {
    color: #555555;
    background: #ffffff;
    border: 1px solid #ffffff;
  }
}
/* ---------- ------------------ ---------- */
/* ---------- SMARTPHONE RESTYLE ---------- */
/* ---------- ------------------ ---------- */
@media (max-width: 480px) {
  /* ---------- ------------- ---------- */
  /* ---------- GLOBAL STYLES ---------- */
  /* ---------- ------------- ---------- */
  .container {
    width: 90%;
  }
  /* ---------- -------- ---------- */
  /* ---------- HEADINGS ---------- */
  /* ---------- -------- ---------- */
  h1 {
    padding-bottom: 10px;
    font-size: 20pt;
  }
  h2 {
    font-size: 10pt;
  }
  /* ---------- ------ ---------- */
  /* ---------- WIDTHS ---------- */
  /* ---------- ------ ---------- */
  .section .half {
    display: block;
    width: 80% !important;
    min-width: initial;
    padding: 0px;
    margin: auto;
  }
  .section .third {
    display: block;
    width: 80% !important;
    min-width: initial;
    padding: 0px;
    margin: auto;
  }
  .section .quarter {
    display: block;
    width: 80% !important;
    min-width: initial;
    padding: 0px;
    margin: auto;
  }
  /* ---------- --------------------- ---------- */
  /* ---------- COMMON SECTION STYLES ---------- */
  /* ---------- --------------------- ---------- */
  /* -- TOP SECTION -- */
  section .header {
    display: none;
    top: 150px;
  }
  /* -- 1st SECTION MARGIN -- */
  .first {
    margin-top: 400px;
  }
  /* -- BOTTOM BANNER -- */
  #bottom-banner .container .banner-content h3 {
    font-size: 14pt;
  }
  #bottom-banner .container .banner-content .cta-white {
    font-size: 9pt;
  }
}
/* ---------- ----------------- ---------- */
/* ---------- MOBILE NAVIGATION ---------- */
/* ---------- ----------------- ---------- */
.mobile-nav-bar,
.mobile-nav {
  display: none;
}
/* ---------- ---------------- ---------- */
/* ---------- OUTER NAVIGATION ---------- */
/* ---------- ---------------- ---------- */
header {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 999999;
}
header nav {
  font-size: 10pt;
}
header nav a {
  color: #ffffff;
  padding: 3px 10px 5px;
  border-radius: 4px;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
header nav a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.3);
}
header nav .container {
  padding: 25px 0px;
  text-align: right;
}
header nav .container a.logo {
  margin-top: -8px;
  float: left;
}
header nav .container a.logo:hover {
  background: initial;
}
header nav .container a.logo img[alt="Music Gateway"] {
  width: 200px;
}
header nav ul#menu {
  text-align: left;
  padding-left: 250px;
}
header nav ul#menu li {
  display: inline-block;
  vertical-align: top;
  transition: .5s linear;
  -o-transition: .5s linear;
  -ms-transition: .5s linear;
  -moz-transition: .5s linear;
  -webkit-transition: .5s linear;
}
header nav ul#menu li.already-registered,
header nav ul#menu li.dashboard {
  float: right;
}
header nav ul#menu li.dashboard a {
  border: 1px solid #ffffff;
}
header nav ul#menu li ul {
  display: none;
  margin: 4px 0px;
  text-align: center;
}
header nav ul#menu li ul li {
  display: block;
  margin: 4px 0px;
}
header nav ul#menu .login-signup {
  float: right;
}
header nav ul#menu .login-signup .login {
  color: #000;
  background: #ffffff;
  border: 1px solid #ffffff;
}
header nav ul#menu .login-signup .login:hover {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #ffffff;
}
header nav ul#menu .login-signup .sign-up {
  border: 1px solid #ffffff;
}
header nav ul#menu .login-signup .sign-up:hover {
  background: rgba(255, 255, 255, 0.3);
}
header nav ul#menu .login-signup .seperate {
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0px 5px;
  background: #ffffff;
}
header.primary-nav {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
header.secondary-nav {
  display: none;
  width: 100%;
  top: 0px;
  color: #777777;
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 9999;
}
header.secondary-nav nav a {
  color: #777777;
}
header.secondary-nav nav a:hover {
  color: #555555;
  background: #e3f4fc;
}
header.secondary-nav ul#menu li.already-registered,
header.secondary-nav ul#menu li.dashboard {
  float: right;
}
header.secondary-nav ul#menu li.dashboard a {
  border: 1px solid #777777;
}
header.secondary-nav ul#menu .login-signup .login {
  color: #ffffff;
  background: #3cb6ea;
  border: 1px solid #3cb6ea;
}
header.secondary-nav ul#menu .login-signup .login:hover {
  color: #ffffff;
  background: #3199C5;
  border: 1px solid #3199C5;
}
header.secondary-nav ul#menu .login-signup .sign-up {
  color: #3cb6ea;
  border: 1px solid #3cb6ea;
}
header.secondary-nav ul#menu .login-signup .sign-up:hover {
  color: #ffffff;
  background: #3199C5;
  border: 1px solid #3199C5;
}
/* ---------- ------------- ---------- */
/* ---------- SCROLL TO TOP ---------- */
/* ---------- ------------- ---------- */
.scroll-to-top {
  height: 40px;
  width: 40px;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 30pt;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  position: fixed;
  z-index: 999999;
}
.scroll-to-top .fa-angle-up {
  display: block;
  margin-top: -2px;
}
/* ---------- -------------- ---------- */
/* ---------- TABLET RESTYLE ---------- */
/* ---------- -------------- ---------- */
@media (max-width: 1024px) {
  /* ---------- ------------------ ---------- */
  /* ---------- DISPLAY / SHOW NAV ---------- */
  /* ---------- ------------------ ---------- */
  header.primary-nav,
  header.secondary-nav {
    visibility: hidden;
    display: none;
  }
  header.mobile-nav-bar,
  header.mobile-nav {
    display: block;
  }
  /* ---------- ---------- ---------- */
  /* ---------- MOBILE NAV ---------- */
  /* ---------- ---------- ---------- */
  header.mobile-nav-bar {
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 999999;
  }
  header.mobile-nav-bar nav {
    background: #ffffff;
  }
  header.mobile-nav-bar nav a {
    padding: 0;
  }
  header.mobile-nav-bar nav .container {
    width: 100%;
    padding: 15px;
    text-align: initial;
  }
  header.mobile-nav-bar nav .container img[alt="Music Gateway"] {
    height: 35px;
    padding: 2px;
    padding-top: 7px;
  }
  header.mobile-nav-bar nav .container .fa.fa-navicon {
    float: right;
    padding-top: 3px;
    color: #3cb6ea;
    font-size: 20pt;
    vertical-align: top;
    cursor: pointer;
  }
  header.mobile-nav {
    display: none;
  }
  header.mobile-nav nav {
    height: 100vh;
    width: 100%;
    background: #3cb6ea;
    background: linear-gradient(to bottom, #3cb6ea 0%, #0097D8 100%);
    background: -moz-linear-gradient(top, #3cb6ea 0%, #0097D8 100%);
    background: -webkit-linear-gradient(top, #3cb6ea 0%, #0097D8 100%);
  }
  header.mobile-nav nav a {
    color: #ffffff;
    font-size: 14pt;
    padding: 0px;
    border-radius: 0px;
  }
  header.mobile-nav nav a:hover {
    background: initial;
  }
  header.mobile-nav nav .container {
    padding: initial;
  }
  header.mobile-nav nav .container img[alt="Music Gateway"] {
    height: 6vw;
    float: left;
    margin-top: 5vw;
  }
  header.mobile-nav nav .container .mobile-nav-close {
    padding-right: 1.2vw;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 10vw;
    cursor: pointer;
  }
  header.mobile-nav nav .container ul#menu {
    padding: initial;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 2vh;
    padding-top: 2vh;
  }
  header.mobile-nav nav .container ul#menu li {
    display: block;
    padding: 0.5vh 2vw;
    border-radius: 1vw;
    transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
  }
  header.mobile-nav nav .container ul#menu li:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  header.mobile-nav nav .container ul#menu li .fa.fa-angle-right {
    float: right;
    color: #ffffff;
    font-size: 14pt;
    margin-top: 2px;
  }
  header.mobile-nav nav .container ul#menu li[alt="account"] {
    margin-top: 3vh;
  }
  header.mobile-nav nav .container ul#menu .account-style {
    background: #ffffff;
    color: #3cb6ea;
    margin-bottom: 5px;
    text-align: center;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-weight: 600;
  }
  header.mobile-nav nav .container ul#menu .account-style:hover {
    color: #ffffff;
  }
  header.mobile-nav nav .container ul#menu .account-style a {
    display: block;
  }
  header.mobile-nav nav .container ul#menu .account-style .login,
  header.mobile-nav nav .container ul#menu .account-style .sign-up {
    font-weight: 600;
  }
  header.mobile-nav nav .container ul#menu .login-signup,
  header.mobile-nav nav .container ul#menu .dashboard {
    display: initial;
    float: initial;
    font-weight: initial;
    position: absolute;
    bottom: 10vh;
    width: 50vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  header.mobile-nav nav .container ul#menu .login-signup .login,
  header.mobile-nav nav .container ul#menu .dashboard .login {
    color: inherit;
    background: initial;
    border: initial;
    font-size: 4vw;
  }
  header.mobile-nav nav .container ul#menu .login-signup .sign-up,
  header.mobile-nav nav .container ul#menu .dashboard .sign-up {
    color: inherit;
    background: initial;
    border: initial;
    font-size: 4vw;
  }
}
/* ---------- ------------------ ---------- */
/* ---------- SMARTPHONE RESTYLE ---------- */
/* ---------- ------------------ ---------- */
@media (max-width: 480px) {
  header.mobile-nav nav .container ul#menu .login-signup {
    bottom: 12vh;
  }
}
/* ---------- ------------ ---------- */
/* ---------- OUTER FOOTER ---------- */
/* ---------- ------------ ---------- */
footer {
  padding: 25px 0px;
  color: #777777;
  font-size: 10pt;
  background: #2a3543;
}
footer a {
  color: #ababab;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
footer a:hover {
  color: #ffffff;
}
footer .container {
  padding: 0px 25px;
  text-align: left;
}
footer .container .right {
  float: right;
}
footer .container .right .logoRow .company {
  display: inline-block;
  width: 30px;
  height: 26px;
  margin-left: 5px;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-size: contain;
}
footer .container .right .logoRow .company.prs {
  background-image: url('/outer/img/prs.png');
}
footer .container .right .logoRow .company.ppl {
  background-image: url('/outer/img/ppl.png');
}
footer .container .right .logoRow .company.mpa {
  background-image: url('/outer/img/mpa_smalllogo.png');
}
footer .container .right .logoRow .company.aim {
  background-image: url('/outer/img/aim.png');
}
footer .container .right .logoRow .company.bpi {
  background-image: url('/outer/img/bpi.png');
}
footer .container .right .socialRow {
  float: right;
  text-align: center;
}
footer .container .right .socialRow .fa {
  width: 35px;
  height: 35px;
  margin-top: 10px;
  padding: 5px;
  font-size: 16pt;
  border-radius: 4px;
}
footer .container .links {
  display: inline-block;
  max-width: 615px;
}
footer .container .links ul.terms {
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #4c5765;
}
footer .container .links ul li {
  display: inline-block;
}
footer .container .links ul p {
  display: inline-block;
  padding: 0px 10px;
}
footer .container .links ul a {
  color: #ffffff;
}
footer .container .links ul a:hover {
  color: #ababab;
}
/* ---------- -------------- ---------- */
/* ---------- TABLET RESTYLE ---------- */
/* ---------- -------------- ---------- */
@media (max-width: 768px) {
  footer .container .links ul {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 15px;
  }
  footer .container .links ul.terms {
    margin-top: initial;
    padding-top: initial;
    margin-bottom: initial;
    border-top: initial;
    vertical-align: top;
    margin-left: 50px;
  }
  footer .container .links ul.terms li a {
    color: #7a859e;
  }
  footer .container .links ul li {
    display: block;
    padding-bottom: 10px;
  }
  footer .container .links ul p {
    display: none;
  }
  footer .container .copyright {
    font-size: 6pt;
  }
}
/* ---------- ------------------ ---------- */
/* ---------- SMARTPHONE RESTYLE ---------- */
/* ---------- ------------------ ---------- */
@media (max-width: 667px) {
  footer .container {
    text-align: center;
    padding: 0;
  }
  footer .container .links {
    margin-top: 25px;
  }
  footer .container .links ul {
    text-align: left;
  }
  footer .container .links ul.terms {
    text-align: right;
  }
  footer .container .right {
    float: none;
    text-align: center;
    padding: 25px;
  }
  footer .container .right .socialRow {
    float: none;
  }
}
/* -------------------- --------- -------------------- */
/* -------------------- HOME PAGE -------------------- */
/* -------------------- --------- -------------------- */
section.home #about .third {
  width: 30%;
  padding-bottom: 10px;
}
section.home #about .spacer {
  margin-top: 15px;
}
section.home #about .fa-youtube-play {
  width: 100%;
  color: #3cb6ea;
  font-size: 80pt;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.home .about-content {
  min-height: 132px;
  padding-bottom: 10px;
  text-align: center;
}
section.home .play-hover {
  margin: 0px auto 20px auto;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.home .play-hover:hover {
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.home .play-hover:hover .fa-youtube-play {
  color: rgba(60, 182, 234, 0.1) !important;
}
section.home .play-hover:hover p.btn-creatives {
  color: #3cb6ea;
}
section.home .play-hover:hover p.btn-clients {
  color: #407499;
}
section.home .play-hover:hover p.btn-pns {
  color: #2a3543;
}
section.home .play-hover .fa-youtube-play {
  margin-top: -12px;
}
section.home .play-hover p {
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.home .play-hover p.btn-creatives {
  color: rgba(60, 182, 234, 0);
  margin-top: -65px;
  margin-bottom: 60px;
}
section.home .play-hover p.btn-clients {
  color: rgba(64, 116, 153, 0);
  margin-top: -65px;
  margin-bottom: 60px;
}
section.home .play-hover p.btn-pns {
  color: rgba(42, 53, 67, 0);
  margin-top: -65px;
  margin-bottom: 60px;
}
section.home #videos {
  border-top: 1px solid #EAEAEA;
}
section.home #process {
  border-top: 1px solid #EAEAEA;
}
section.home #process .process-content {
  min-height: 175px;
}
section.home #process .third {
  width: 30%;
  padding-bottom: 10px;
}
section.home #process .spacer {
  margin-top: 35px;
  height: 115px;
}
/* ---------- -------------- ---------- */
/* ---------- TABLET RESTYLE ---------- */
/* ---------- -------------- ---------- */
/* -- LANDSCAPE -- */
@media (max-width: 1024px) {
  /* Process Section */
  section.home #process .process-content {
    min-height: 230px;
  }
}
/* -- PORTRAIT -- */
@media (max-width: 768px) {
  /* About Section */
  section.home #about .third {
    width: 33%;
  }
  section.home #about .spacer {
    display: none;
  }
  /* Process Section */
  section.home #process .process-content {
    min-height: initial;
    padding-bottom: 20px;
  }
  section.home #process .third {
    padding-top: 50px;
  }
  section.home #process .third:first-child {
    padding: 0px;
  }
  section.home #process .spacer {
    display: none;
  }
}
/* ---------- ------------------ ---------- */
/* ---------- SMARTPHONE RESTYLE ---------- */
/* ---------- ------------------ ---------- */
@media (max-width: 480px) {
  nav {
    /* display: none; */
  }
  /* ---------- --------------------- ---------- */
  /* ---------- COMMON SECTION STYLES ---------- */
  /* ---------- --------------------- ---------- */
  /* -- MAIN BACKGROUND IMAGE -- */
  .top-image {
    height: 400px;
  }
  /* ---------- ------------- ---------- */
  /* ---------- ABOUT SECTION ---------- */
  /* ---------- ------------- ---------- */
  section.home #about .third {
    padding-top: 50px;
  }
  section.home .about-content {
    min-height: initial;
    padding-bottom: 15px;
    text-align: center;
  }
}
/* ---------- -------------------------- ---------- */
/* ---------- WHAT YOU CAN DO | CREATIVE ---------- */
/* ---------- -------------------------- ---------- */
section.what-you-can-do .cta.cta-solid-blue {
  color: #ffffff;
  border: 1px solid #3cb6ea;
  background: #3cb6ea;
}
section.what-you-can-do .cta.cta-solid-blue:hover {
  color: #3cb6ea;
  border: 1px solid #ffffff;
  background: #ffffff;
}
section.what-you-can-do .center {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
section.what-you-can-do .title-container h4 {
  margin-bottom: 0px;
}
section.what-you-can-do .client-navigation {
  font-size: 0;
}
section.what-you-can-do .client-navigation .maintain-ratio {
  display: inline-block;
  font-size: initial;
  position: relative;
  width: 25%;
  background-color: #3cb6ea;
}
section.what-you-can-do .client-navigation .maintain-ratio:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 31.25%;
}
section.what-you-can-do .client-navigation .maintain-ratio > .client {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  background-size: cover;
}
section.what-you-can-do .client-navigation .maintain-ratio > .client .text {
  text-align: center;
  font-size: 1.1vw;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
section.what-you-can-do .client-navigation .maintain-ratio .background-hover {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.what-you-can-do .client-navigation .maintain-ratio .background-hover:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
section.what-you-can-do .client-navigation .maintain-ratio.btn-more {
  cursor: pointer;
}
section.what-you-can-do .client-navigation .maintain-ratio .more-background {
  height: 100%;
  width: 100%;
  padding: 4% 8%;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.what-you-can-do .client-navigation .maintain-ratio .more-background:hover {
  background-color: #ffffff;
  color: #3cb6ea;
}
section.what-you-can-do .client-navigation .maintain-ratio .more-border {
  height: 100%;
  width: 100%;
  border: 1px solid #3cb6ea;
}
section.what-you-can-do .client-navigation .maintain-ratio .more {
  font-weight: 600;
  text-transform: uppercase;
}
section.what-you-can-do .client-navigation .maintain-ratio .fa {
  display: block;
}
section.what-you-can-do .client-navigation .maintain-ratio .active {
  background-color: #ffffff;
  color: #3cb6ea;
}
section.what-you-can-do #main-section-1 {
  background-image: url('/outer/img/what-you-can-do/bg1.jpg');
  background-size: cover;
  background-position: center center;
  text-align: center;
}
section.what-you-can-do #main-section-1 h3 {
  font-size: 20pt;
}
section.what-you-can-do #main-section-1 .left {
  display: inline-block;
  float: none;
  width: 50%;
  text-align: left;
}
section.what-you-can-do #main-section-1 .left .left-content {
  height: 350px;
  width: 66%;
  padding: 3vw;
  /* background: #333; */
}
section.what-you-can-do #main-section-1 .right {
  display: inline-block;
  width: 50%;
}
section.what-you-can-do #main-section-1 .right .right-content {
  height: 233px;
  width: 66%;
  margin-left: auto;
  padding: 3vw;
  text-align: right;
}
section.what-you-can-do #main-section-1 .right .right-content.box1 {
  /* background-color: rgba(27, 144, 194, 0.85); */
}
section.what-you-can-do #main-section-1 .right .right-content.box2 {
  /* background-color: rgba(40, 165, 219, 0.85); */
}
section.what-you-can-do #main-section-1 .right .right-content.box3 {
  /* background-color: rgba(101, 187, 223, 0.85); */
}
section.what-you-can-do #main-section-1 .cta {
  position: relative;
  top: -50px;
}
section.what-you-can-do #opportunities {
  width: 100%;
}
section.what-you-can-do #opportunities .container {
  padding: 50px 0px 50px 0px;
}
section.what-you-can-do #opportunities h3 {
  padding-bottom: 25px;
}
section.what-you-can-do #opportunities img {
  max-width: 135px;
  max-height: 75px;
  vertical-align: middle;
  margin: 0px 15px;
  opacity: 0.3;
}
section.what-you-can-do #opportunities img:hover {
  opacity: 0.1;
}
section.what-you-can-do #opportunities img.island {
  min-height: 80px;
}
section.what-you-can-do #main-section-2 {
  height: 700px;
  font-size: 0;
  color: #ffffff;
  position: relative;
}
section.what-you-can-do #main-section-2 .box {
  display: inline-block;
  width: 50%;
  height: 350px;
  font-size: 12pt;
  vertical-align: top;
  background-size: cover;
  background-position: center center;
}
section.what-you-can-do #main-section-2 .box.box1 {
  background-image: url('/outer/img/what-you-can-do/box1.jpg');
}
section.what-you-can-do #main-section-2 .box.box2 {
  text-align: right;
  background-image: url('/outer/img/what-you-can-do/box2.jpg');
}
section.what-you-can-do #main-section-2 .box.box3 {
  background-image: url('/outer/img/what-you-can-do/box3.jpg');
}
section.what-you-can-do #main-section-2 .box.box4 {
  text-align: right;
  background-image: url('/outer/img/what-you-can-do/box4.jpg');
}
section.what-you-can-do #main-section-2 .box .box-hover {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.what-you-can-do #main-section-2 .box .box-hover:hover {
  background: rgba(0, 0, 0, 0.5);
}
section.what-you-can-do #main-section-2 .box .content-container {
  width: 60%;
  padding: 3vw;
  text-align: 12pt;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
section.what-you-can-do #main-section-2 .box h3 {
  color: #ffffff;
  font-size: 20pt;
}
section.what-you-can-do #main-section-2 .box5 {
  width: 40%;
  max-width: 700px;
  padding: 50px 3vw 90px 3vw;
  margin: auto;
  color: #555555;
  font-size: 12pt;
  text-align: center;
  background-color: #fff;
  position: relative;
  left: 0;
  right: 0;
  top: -50%;
  transform: translateY(-50%);
}
section.what-you-can-do #main-section-2 .box5 h3 {
  font-size: 15pt;
}
section.what-you-can-do #main-section-2 .box5 .cta {
  top: 35px;
  position: relative;
}
section.what-you-can-do #supported {
  width: 100%;
}
section.what-you-can-do #supported .container {
  padding: 50px 0px 50px 0px;
}
section.what-you-can-do #supported h3 {
  padding-bottom: 25px;
}
section.what-you-can-do #supported img {
  max-width: 110px;
  max-height: 75px;
  vertical-align: middle;
  margin: 0px 15px;
  opacity: 0.3;
}
section.what-you-can-do #supported img:hover {
  opacity: 0.1;
}
/* -------------------- -------------- -------------------- */
/* -------------------- TABLET RESTYLE -------------------- */
/* -------------------- -------------- -------------------- */
@media (max-width: 1024px) {
  section.what-you-can-do #main-section-1 h3 {
    font-size: 15pt;
  }
  section.what-you-can-do #opportunities h3 {
    font-size: 14pt;
  }
  section.what-you-can-do #opportunities img {
    max-width: 75px;
    max-height: 55px;
    margin: 0px 10px;
  }
  section.what-you-can-do #main-section-2 .box {
    font-size: 10pt;
  }
  section.what-you-can-do #main-section-2 .box h3 {
    font-size: 15pt;
  }
  section.what-you-can-do #main-section-2 .box5 {
    padding: 35px 3vw 90px 3vw;
    font-size: 10pt;
  }
  section.what-you-can-do #supported h3 {
    font-size: 14pt;
  }
  section.what-you-can-do #supported img {
    max-width: 70px;
    margin: 0px 10px;
  }
  section.what-you-can-do #private-network .align-left {
    width: 100%;
    padding: 0;
  }
  section.what-you-can-do #private-network .align-left .title {
    width: 100%;
    background-color: initial;
  }
  section.what-you-can-do #private-network .align-left .title h3 {
    color: #3cb6ea;
    text-align: center;
  }
  section.what-you-can-do #private-network .align-left .container {
    margin-right: auto;
    text-align: center;
  }
  section.what-you-can-do #private-network .align-right {
    display: block;
    width: 75%;
    padding: 0;
    margin: 50px auto 0px auto;
  }
}
@media (max-width: 768px) {
  section.what-you-can-do #main-section-1 {
    text-align: center;
  }
  section.what-you-can-do #opportunities .container {
    width: 75%;
    font-size: 0;
  }
  section.what-you-can-do #opportunities h3 {
    font-size: 14pt;
  }
  section.what-you-can-do #opportunities img {
    max-width: 180px;
    max-height: 65px;
    margin: 20px 30px;
  }
  section.what-you-can-do #opportunities span.img-container {
    display: inline-block;
    width: 50%;
  }
  section.what-you-can-do #main-section-2 {
    height: initial;
    padding-bottom: 50px;
  }
  section.what-you-can-do #main-section-2 .container {
    width: 95%;
  }
  section.what-you-can-do #main-section-2 .box {
    display: block;
    width: 100%;
    height: initial;
  }
  section.what-you-can-do #main-section-2 .box .content-container {
    width: initial;
    padding: initial;
    top: initial;
    position: initial;
    transform: initial;
  }
  section.what-you-can-do #main-section-2 .box .box-hover,
  section.what-you-can-do #main-section-2 .box .box5 {
    text-align: center;
    padding: 50px 3vw;
  }
  section.what-you-can-do #main-section-2 .box5 {
    width: 100%;
    color: #ffffff;
    background-image: url('/outer/img/what-you-can-do/box5.jpg');
    background-size: cover;
    background-position: center center;
    max-width: initial;
    height: initial;
    padding: initial;
    margin: initial;
    position: initial;
    left: initial;
    right: initial;
    top: initial;
    margin-top: initial;
    transform: initial;
  }
  section.what-you-can-do #main-section-2 .box5 .box5-container {
    padding: 50px 3vw;
    background-color: rgba(0, 0, 0, 0.65);
    transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
  }
  section.what-you-can-do #main-section-2 .box5 .box5-container:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  section.what-you-can-do #main-section-2 .box5 .box5-container h3 {
    color: #ffffff;
  }
  section.what-you-can-do #supported .container {
    width: 75%;
    font-size: 0;
  }
  section.what-you-can-do #supported h3 {
    font-size: 14pt;
  }
  section.what-you-can-do #supported img {
    max-width: 140px;
    margin: 20px 30px;
  }
  section.what-you-can-do #supported span.img-container {
    display: inline-block;
    width: 33%;
  }
  section.what-you-can-do #private-network .align-right {
    width: 95%;
  }
}
/* -------------------- ------------------ -------------------- */
/* -------------------- SMARTPHONE RESTYLE -------------------- */
/* -------------------- ------------------ -------------------- */
@media (max-width: 480px) {
  section.what-you-can-do .cta.cta-solid-blue {
    color: #ffffff;
    border: 1px solid #ffffff;
    background: transparent;
  }
  section.what-you-can-do .cta.cta-solid-blue:hover {
    color: #3cb6ea;
    border: 1px solid #ffffff;
    background: #ffffff;
  }
  section.what-you-can-do .center {
    top: initial;
    position: initial;
    transform: initial;
  }
  section.what-you-can-do .seperate {
    display: block;
    width: 10%;
    height: 1px;
    margin: 15px auto;
    background-color: #ffffff;
  }
  section.what-you-can-do #main-section-1 {
    background-image: none;
    background: #3cb6ea;
    background: linear-gradient(to bottom, #3cb6ea 0%, #0097D8 100%);
    background: -moz-linear-gradient(top, #3cb6ea 0%, #0097D8 100%);
    background: -webkit-linear-gradient(top, #3cb6ea 0%, #0097D8 100%);
  }
  section.what-you-can-do #main-section-1 h3 {
    color: #ffffff;
  }
  section.what-you-can-do #main-section-1 .left,
  section.what-you-can-do #main-section-1 .right {
    display: block;
    width: 100%;
    text-align: center;
  }
  section.what-you-can-do #main-section-1 .left .left-content,
  section.what-you-can-do #main-section-1 .right .right-content {
    height: initial;
    width: 95%;
    margin: auto;
    text-align: center;
  }
  section.what-you-can-do #main-section-1 .left {
    padding-top: 50px;
  }
  section.what-you-can-do #main-section-1 .right {
    padding-bottom: 100px;
  }
  section.what-you-can-do #main-section-1 .cta {
    top: -60px;
  }
  section.what-you-can-do #opportunities .container {
    width: 95%;
  }
  section.what-you-can-do #opportunities span.img-container {
    display: block;
    width: 100%;
  }
  section.what-you-can-do #main-section-2 .container {
    width: 95%;
  }
  section.what-you-can-do #main-section-2 .box {
    display: block;
    width: 100%;
    height: initial;
  }
  section.what-you-can-do #main-section-2 .box .content-container {
    width: initial;
    padding: initial;
    top: initial;
    position: initial;
    transform: initial;
  }
  section.what-you-can-do #main-section-2 .box5 {
    width: 100%;
    max-width: initial;
    height: initial;
    padding: initial;
    margin: initial;
    position: initial;
    left: initial;
    right: initial;
    top: initial;
    margin-top: initial;
  }
  section.what-you-can-do #supported .container {
    width: 95%;
  }
  section.what-you-can-do #supported span.img-container {
    display: block;
    width: 100%;
  }
}
/* -------------------- ------------------------- -------------------- */
/* -------------------- WHAT YOU CAN DO | CLIENTS -------------------- */
/* -------------------- ------------------------- -------------------- */
section.wycd-clients .content {
  font-size: 0;
  text-align: left;
}
section.wycd-clients p.tagline {
  font-size: initial;
  text-align: center;
  max-width: 500px;
  margin: auto;
  padding-bottom: 75px;
}
section.wycd-clients .content-section {
  display: inline-block;
  width: 50%;
  padding: 0px 15px 75px 15px;
  font-size: initial;
  text-align: left;
  vertical-align: top;
}
section.wycd-clients .content-section h5 {
  color: #ffffff;
  padding: 5px 5px 5px 10px;
  margin-bottom: 20px;
  background-color: #3cb6ea;
  border-radius: 5px;
}
section.wycd-clients .content-section p {
  width: 85%;
}
section.wycd-clients .content-section.line-section h5 {
  display: inline-block;
}
section.wycd-clients .content-section.line-section .line {
  display: inline-block;
  height: 1px;
  background-color: #3cb6ea;
}
section.wycd-clients .btn {
  margin-top: 20px;
}
section.wycd-clients .client-navigation {
  font-size: 0;
}
section.wycd-clients .client-navigation .maintain-ratio {
  display: inline-block;
  font-size: initial;
  position: relative;
  width: 25%;
  background-color: #3cb6ea;
}
section.wycd-clients .client-navigation .maintain-ratio:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 31.25%;
}
section.wycd-clients .client-navigation .maintain-ratio > .client {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  background-size: cover;
}
section.wycd-clients .client-navigation .maintain-ratio > .client .text {
  text-align: center;
  font-size: 1.1vw;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
section.wycd-clients .client-navigation .maintain-ratio .background-hover {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.wycd-clients .client-navigation .maintain-ratio .background-hover:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
section.wycd-clients .client-navigation .maintain-ratio.btn-more {
  cursor: pointer;
}
section.wycd-clients .client-navigation .maintain-ratio .more-background {
  height: 100%;
  width: 100%;
  padding: 4% 8%;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.wycd-clients .client-navigation .maintain-ratio .more-background:hover {
  background-color: #ffffff;
  color: #3cb6ea;
}
section.wycd-clients .client-navigation .maintain-ratio .more-border {
  height: 100%;
  width: 100%;
  border: 1px solid #3cb6ea;
}
section.wycd-clients .client-navigation .maintain-ratio .more {
  font-weight: 600;
  text-transform: uppercase;
}
section.wycd-clients .client-navigation .maintain-ratio .fa {
  display: block;
}
section.wycd-clients .client-navigation .maintain-ratio .active {
  background-color: #ffffff;
  color: #3cb6ea;
}
section.wycd-clients #companies {
  border-top: 1px solid #EAEAEA;
}
section.wycd-clients #companies {
  width: 100%;
}
section.wycd-clients #companies .container {
  padding: 50px 0px 50px 0px;
}
section.wycd-clients #companies h3 {
  padding-bottom: 25px;
}
section.wycd-clients #companies img {
  max-width: 135px;
  max-height: 75px;
  vertical-align: middle;
  margin: 0px 15px;
  opacity: 0.3;
}
section.wycd-clients #companies img:hover {
  opacity: 0.5;
}
section.wycd-clients #companies img.island {
  min-height: 80px;
}
section.wycd-clients #concierge {
  font-size: 0;
  border-top: 1px solid #EAEAEA;
}
section.wycd-clients #concierge .content-section {
  font-size: initial;
}
section.wycd-clients #concierge .content-section h5 {
  background-color: initial;
  color: #3cb6ea;
  padding: initial;
}
section.wycd-clients #concierge .fa-envelope {
  font-size: 16pt;
  margin-right: 15px;
}
section.wycd-clients #supported {
  width: 100%;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}
section.wycd-clients #supported .container {
  padding: 50px 0px 50px 0px;
}
section.wycd-clients #supported h3 {
  padding-bottom: 25px;
}
section.wycd-clients #supported img {
  max-width: 110px;
  max-height: 75px;
  vertical-align: middle;
  margin: 0px 15px;
  opacity: 0.3;
}
section.wycd-clients #supported img:hover {
  opacity: 0.5;
}
section.wycd-clients #private-network {
  font-size: 0;
  padding: 50px 0;
}
section.wycd-clients #private-network p {
  width: 100%;
}
section.wycd-clients #private-network .container {
  text-align: left;
}
section.wycd-clients #private-network .content-section {
  padding-bottom: 0;
}
section.wycd-clients #private-network .pns-thumb {
  width: 100%;
}
section.wycd-clients #private-network .image-container {
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 5px;
  overflow: hidden;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.wycd-clients #private-network .image-container:hover {
  border: 1px solid #3cb6ea;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.wycd-clients #private-network .image-container:hover .pns-hover {
  background-color: #3cb6ea;
  color: #ffffff;
}
section.wycd-clients #private-network .pns-hover {
  padding: 10px;
  color: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.wycd-clients #bottom-banner.section-blue h3 {
  padding-bottom: 30px;
}
/* -------------------- ------------------------- -------------------- */
/* -------------------- WHAT YOU CAN DO | CLIENTS -------------------- */
/* -------------------- ------------------------- -------------------- */
@media (max-width: 1024px) {
  section.wycd-clients .content-section.line-section .line {
    display: none;
  }
  section.wycd-clients #companies img {
    max-width: 95px;
    max-height: 55px;
    margin: 0px 10px;
  }
  section.wycd-clients #companies img.island {
    min-height: 55px;
  }
  section.wycd-clients #supported img {
    max-width: 95px;
    max-height: 55px;
    margin: 0px 10px;
  }
  section.wycd-clients #private-network .image-container {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  section.wycd-clients .content-section {
    width: 100%;
  }
}
/* -------------------- ------------ -------------------- */
/* -------------------- HOW IT WORKS -------------------- */
/* -------------------- ------------ -------------------- */
section.how-it-works.creatives-clients h3 {
  padding-bottom: 25px;
  font-size: 20pt;
  font-weight: 300;
  text-align: center;
}
section.how-it-works.creatives-clients .horizontal-spacer {
  height: 1px;
  width: 20%;
  min-width: 200px;
  margin: 0px auto 50px auto;
  background-color: #3cb6ea;
}
section.how-it-works.creatives-clients .hiw-boxes .box {
  display: inline-block;
  width: 200px;
  vertical-align: top;
  margin: 50px;
}
section.how-it-works.creatives-clients .hiw-boxes .spacer {
  margin-top: 50px;
}
section.how-it-works.creatives-clients .hiw-boxes .top-box {
  width: 100px;
  height: 100px;
  color: #ffffff;
  background-color: #3cb6ea;
  border-radius: 4px;
  margin: 20px auto;
}
section.how-it-works.creatives-clients .hiw-boxes .top-box div[data-id] {
  font-size: 35pt;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
section.how-it-works.creatives-clients .getting-started {
  color: #ffffff;
}
section.how-it-works.creatives-clients .getting-started h3.getting-started {
  padding-bottom: 75px;
  color: #3cb6ea;
}
section.how-it-works.creatives-clients .getting-started .container.portfolio-title {
  padding: 0;
}
section.how-it-works.creatives-clients .getting-started .container.portfolio-title h5 {
  width: 50%;
  padding-left: 25px;
  margin-left: auto;
  text-align: left;
  margin-bottom: 15px;
  color: #3cb6ea;
  font-weight: 300;
  font-size: 18pt;
}
section.how-it-works.creatives-clients .getting-started .container.tagging-title {
  padding: 0;
}
section.how-it-works.creatives-clients .getting-started .container.tagging-title h5 {
  width: 50%;
  padding-right: 25px;
  text-align: right;
  margin-bottom: 15px;
  color: #3cb6ea;
  font-weight: 300;
  font-size: 18pt;
}
section.how-it-works.creatives-clients .portfolio {
  margin-bottom: 125px;
  background-color: #3cb6ea;
}
section.how-it-works.creatives-clients .portfolio p {
  margin-top: 0;
}
section.how-it-works.creatives-clients .portfolio img.icon-portfolio {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  margin-top: -90px;
  left: 0;
  right: 430px;
  max-height: 215px;
  border-radius: 8px;
  border: 4px solid #3cb6ea;
}
section.how-it-works.creatives-clients .portfolio .container {
  padding: 25px 0;
  text-align: left;
}
section.how-it-works.creatives-clients .portfolio .portfolio-content {
  width: 50%;
  padding-left: 25px;
  margin-left: auto;
}
section.how-it-works.creatives-clients .tagging {
  background-color: #3cb6ea;
}
section.how-it-works.creatives-clients .tagging p {
  margin-top: 0;
}
section.how-it-works.creatives-clients .tagging .container {
  padding: 25px 0;
  text-align: left;
}
section.how-it-works.creatives-clients .tagging .tagging-content {
  width: 50%;
  padding-right: 25px;
  margin-right: auto;
  text-align: right;
}
section.how-it-works.creatives-clients .tagging img.icon-tagging {
  position: absolute;
  max-height: 215px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -90px;
  left: 420px;
  right: 0;
  border-radius: 8px;
  border: 4px solid #3cb6ea;
}
section.how-it-works.creatives-clients .getting-connected h3.getting-connected {
  padding-top: 25px;
}
section.how-it-works.creatives-clients .getting-connected .container {
  font-size: 0;
}
section.how-it-works.creatives-clients .getting-connected .container p {
  font-size: 12pt;
}
section.how-it-works.creatives-clients .getting-connected img.setting {
  position: absolute;
  height: 40vh;
  max-height: 460px;
  left: -100px;
  margin-top: -100px;
  z-index: -1;
  opacity: 0.3;
}
section.how-it-works.creatives-clients .getting-connected h5 {
  color: #3cb6ea;
  font-size: 18pt;
  font-weight: 300;
}
section.how-it-works.creatives-clients .getting-connected h6 {
  color: #3cb6ea;
  padding-top: 10px;
  font-size: 12pt;
  font-weight: 300;
}
section.how-it-works.creatives-clients .getting-connected .spacer {
  margin-top: 100px;
}
section.how-it-works.creatives-clients .getting-connected .projects {
  display: inline-block;
  width: 49.9%;
  text-align: left;
  vertical-align: top;
  padding-right: 50px;
}
section.how-it-works.creatives-clients .getting-connected .projects h5 {
  padding-bottom: 35px;
}
section.how-it-works.creatives-clients .getting-connected .pitches {
  display: inline-block;
  width: 49.9%;
  margin-left: auto;
  text-align: right;
  vertical-align: top;
  padding-left: 50px;
}
section.how-it-works.creatives-clients .working-after-connecting {
  border-top: 1px solid #EAEAEA;
  overflow: hidden;
}
section.how-it-works.creatives-clients .working-after-connecting .container.working-after-connecting-container {
  padding: 75px 0px 45px 0px;
}
section.how-it-works.creatives-clients .working-after-connecting h5 {
  color: #3cb6ea;
  font-size: 18pt;
  font-weight: 300;
}
section.how-it-works.creatives-clients .content {
  width: 50%;
  text-align: left;
}
section.how-it-works.creatives-clients .content .workspace-text {
  padding-top: 25px;
}
section.how-it-works.creatives-clients .management .container,
section.how-it-works.creatives-clients .creativity .container,
section.how-it-works.creatives-clients .remote .container,
section.how-it-works.creatives-clients .security .container {
  padding: 15px 0px;
  text-align: left;
  color: #ffffff;
}
section.how-it-works.creatives-clients .management .container p,
section.how-it-works.creatives-clients .creativity .container p,
section.how-it-works.creatives-clients .remote .container p,
section.how-it-works.creatives-clients .security .container p {
  margin-top: 0px;
  display: inline-block;
}
section.how-it-works.creatives-clients .management .container .fa,
section.how-it-works.creatives-clients .creativity .container .fa,
section.how-it-works.creatives-clients .remote .container .fa,
section.how-it-works.creatives-clients .security .container .fa {
  min-width: 25px;
  margin-right: 20px;
  font-size: 16pt;
  text-align: center;
}
section.how-it-works.creatives-clients img.imac {
  position: absolute;
  right: 0;
  margin-top: -125px;
  width: 33.33%;
  max-width: 475px;
}
section.how-it-works.creatives-clients .management {
  background-color: #3cb6ea;
}
section.how-it-works.creatives-clients .creativity {
  background-color: #228dbb;
}
section.how-it-works.creatives-clients .remote {
  background-color: #0e628a;
}
section.how-it-works.creatives-clients .security {
  background-color: #2a3543;
}
section.how-it-works.creatives-clients .playlist {
  font-size: 0;
}
section.how-it-works.creatives-clients .playlist .container .third {
  text-align: left;
}
section.how-it-works.creatives-clients .playlist img.icon-playlist {
  position: absolute;
  left: 0;
  right: 125px;
  margin: 6px auto;
  height: 25px;
}
section.how-it-works.creatives-clients .playlist .playlist-1 {
  display: inline-block;
  width: 33%;
  min-height: 150px;
  font-size: 12pt;
  padding: 25px;
}
/* -------------------- -------------- -------------------- */
/* -------------------- TABLET RESTYLE -------------------- */
/* -------------------- -------------- -------------------- */
@media (max-width: 1024px) {
  /* How It Works Boxes */
  section.how-it-works.creatives-clients .hiw-boxes .container h3 {
    padding-bottom: 25px;
  }
  section.how-it-works.creatives-clients .hiw-boxes .box {
    margin: 50px 15px;
  }
  section.how-it-works.creatives-clients .hiw-boxes .spacer {
    margin-top: 70px;
  }
  /* How It Works Boxes */
  /* Getting Connected */
  section.how-it-works.creatives-clients .getting-connected .spacer {
    display: none;
  }
  section.how-it-works.creatives-clients .getting-connected .projects {
    display: block;
    width: 75%;
    text-align: center;
    margin: auto;
    padding: 0px;
  }
  section.how-it-works.creatives-clients .getting-connected .projects h5 {
    padding-bottom: 0px;
  }
  section.how-it-works.creatives-clients .getting-connected .projects p {
    padding-bottom: 25px;
  }
  section.how-it-works.creatives-clients .getting-connected .pitches {
    display: block;
    width: 75%;
    margin: auto;
    text-align: center;
    padding: 0px;
  }
  /* Getting Connected */
  /* Working After Connecting */
  section.how-it-works.creatives-clients h3 {
    padding-bottom: 75px;
  }
  section.how-it-works.creatives-clients .content {
    width: 75%;
    margin: auto;
    text-align: center;
  }
  section.how-it-works.creatives-clients .management .container,
  section.how-it-works.creatives-clients .creativity .container,
  section.how-it-works.creatives-clients .remote .container,
  section.how-it-works.creatives-clients .security .container {
    text-align: center;
  }
  section.how-it-works.creatives-clients img.imac {
    display: none;
  }
  /* Working After Connecting */
}
@media (max-width: 768px) {
  /* How It Works Boxes */
  section.how-it-works.creatives-clients .hiw-boxes .container h3 {
    padding-bottom: 25px;
  }
  section.how-it-works.creatives-clients .hiw-boxes .box {
    width: 150px;
    margin: 50px 0px;
  }
  section.how-it-works.creatives-clients .hiw-boxes .spacer {
    margin-top: 70px;
  }
  /* How It Works Boxes */
  /* Getting Started */
  section.how-it-works.creatives-clients .getting-started {
    color: #555555;
    padding-bottom: 75px;
  }
  section.how-it-works.creatives-clients .getting-started .container.portfolio-title h5 {
    width: 75%;
    padding-left: 0;
    margin-right: auto;
    text-align: center;
  }
  section.how-it-works.creatives-clients .getting-started .container.tagging-title h5 {
    width: 75%;
    padding-left: 0;
    margin: auto;
    text-align: center;
  }
  section.how-it-works.creatives-clients .portfolio {
    background-color: #ffffff;
  }
  section.how-it-works.creatives-clients .portfolio img.icon-portfolio {
    max-height: 50px;
    border: 1px solid #3cb6ea;
    border-radius: 2px;
    margin-top: -63px;
    right: 0;
  }
  section.how-it-works.creatives-clients .portfolio .container {
    margin-top: 50px;
  }
  section.how-it-works.creatives-clients .portfolio .portfolio-content {
    width: 75%;
    margin-right: auto;
    padding-left: 0;
    text-align: center;
  }
  section.how-it-works.creatives-clients .tagging {
    background-color: #ffffff;
  }
  section.how-it-works.creatives-clients .tagging .container {
    margin-top: 50px;
  }
  section.how-it-works.creatives-clients .tagging .tagging-content {
    width: 75%;
    margin: auto;
    text-align: center;
  }
  section.how-it-works.creatives-clients .tagging img.icon-tagging {
    max-height: 50px;
    border: 1px solid #3cb6ea;
    border-radius: 2px;
    margin-top: -63px;
    left: 0;
  }
  /* Getting Started */
  /* Getting Connected */
  section.how-it-works.creatives-clients div.getting-connected {
    border-top: 1px solid #EAEAEA;
    overflow: hidden;
  }
  section.how-it-works.creatives-clients .getting-connected .container p {
    padding-bottom: 50px;
  }
  section.how-it-works.creatives-clients .getting-connected img.setting {
    display: none;
  }
  /* Getting Connected */
  /* Related Pages */
  section.how-it-works.creatives-clients .related-pages h3 {
    padding-bottom: 75px;
  }
  /* Related Pages */
}
/* -------------------- ------------------ -------------------- */
/* -------------------- SMARTPHONE RESTYLE -------------------- */
/* -------------------- ------------------ -------------------- */
@media (max-width: 480px) {
  section.how-it-works.creatives-clients .hiw-boxes .box {
    width: 100px;
    margin: 50px 0px;
    font-size: 7pt;
  }
  section.how-it-works.creatives-clients .hiw-boxes .top-box {
    width: 75px;
    height: 75px;
  }
  section.how-it-works.creatives-clients .portfolio .portfolio-content {
    width: 95%;
  }
  section.how-it-works.creatives-clients .tagging .tagging-content {
    width: 95%;
  }
  section.how-it-works.creatives-clients .getting-connected .container p {
    font-size: 10pt;
  }
  section.how-it-works.creatives-clients .getting-connected .projects {
    width: 95%;
  }
  section.how-it-works.creatives-clients .getting-connected .pitches {
    width: 95%;
  }
  section.how-it-works.creatives-clients .content {
    width: 95%;
  }
  section.how-it-works.creatives-clients .playlist {
    font-size: 0;
  }
  section.how-it-works.creatives-clients .playlist .container .third {
    text-align: center;
  }
  section.how-it-works.creatives-clients .related-pages .rp-box {
    margin-bottom: 15px;
  }
}
/* -------------------- -------- -------------------- */
/* -------------------- BENEFITS -------------------- */
/* -------------------- -------- -------------------- */
section.benefits .section-white {
  background: transparent;
}
section.benefits li {
  list-style-image: url('/outer/img/benefits/tick.png');
  list-style-position: outside;
  margin-left: 40px;
}
section.benefits .tab-nav {
  text-align: center;
  color: #3cb6ea;
  width: 66%;
  font-size: 0;
  margin: auto;
}
section.benefits .tab-nav li {
  display: inline-block;
  width: 33%;
  background: #ffffff;
  margin-left: 0;
  padding: 7px 0px;
  border-top: 1px solid #3cb6ea;
  border-bottom: 1px solid #3cb6ea;
  border-left: 1px solid #3cb6ea;
  font-size: 12pt;
  cursor: pointer;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.benefits .tab-nav li:first-of-type {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
section.benefits .tab-nav li:last-of-type {
  border-right: 1px solid #3cb6ea;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
section.benefits .tab-nav .active {
  background: #3cb6ea;
  color: #ffffff;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.benefits .tab-content {
  display: none;
  text-align: center;
  margin-top: 75px;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.benefits .tab-content ul {
  display: inline-block;
  text-align: left;
  max-width: 400px;
}
section.benefits .tab-content li {
  padding-left: 6px;
  margin-top: 10px;
}
section.benefits .tab-content li:first-of-type {
  margin-top: 0px;
}
section.benefits .show {
  display: block;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
@media (max-width: 768px) {
  section.benefits .tab-nav {
    width: 100%;
  }
}
@media (max-width: 480px) {
  section.benefits .tab-nav li {
    font-size: 9pt;
  }
}
section.benefits #benefits p {
  max-width: 800px;
  margin: 10px auto 0px auto;
}
section.benefits #benefits p:first-of-type {
  margin: 0px auto;
}
section.benefits .swirl {
  width: 100%;
  position: relative;
  margin-top: -200px;
  z-index: -1;
}
@media (max-width: 1200px) {
  section.benefits .swirl {
    display: none;
  }
}
section.benefits #bullets {
  margin-top: -160px;
}
section.benefits #bullets .container {
  text-align: left;
}
@media (max-width: 1200px) {
  section.benefits #bullets {
    margin-top: initial;
  }
}
section.benefits #company-testimonail .container {
  width: 100%;
  max-width: initial;
  padding-bottom: 0;
}
section.benefits #company-testimonail .slider {
  position: initial;
  border-top: 2px solid #ececec;
  border-bottom: 2px solid #ececec;
}
section.benefits #company-testimonail .placeholder img {
  display: inline-block;
  width: 33%;
  vertical-align: middle;
}
section.benefits #company-testimonail .slider-template {
  font-size: 0;
  text-align: left;
  position: absolute;
  transform: translateY(-100%);
}
section.benefits #company-testimonail .slider-template img {
  display: inline-block;
  width: 33%;
  vertical-align: middle;
}
section.benefits #company-testimonail .slider-template .testimonial {
  display: inline-block;
  font-size: 11pt;
  width: 66%;
  vertical-align: middle;
  padding: 0 4%;
}
section.benefits #company-testimonail .slider-template .author {
  font-weight: 600;
  margin-top: 10px;
  font-style: italic;
  font-size: 10pt;
}
section.benefits #company-testimonail .slider-template .company {
  font-weight: 600;
  font-style: italic;
  font-size: 10pt;
}
@media (max-width: 1200px) {
  section.benefits #company-testimonail {
    display: none;
  }
}
section.benefits #client-testimonial .quote {
  max-width: 800px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
section.benefits #client-testimonial .quote:first-of-type {
  margin-top: 0;
}
section.benefits #client-testimonial .author {
  font-weight: 600;
  margin-top: 10px;
  font-style: italic;
  font-size: 10pt;
}
/* -------------------- -------------- -------------------- */
/* -------------------- TABLET RESTYLE -------------------- */
/* -------------------- -------------- -------------------- */
@media (max-width: 1024px) {
  section.benefits .section.top-benefits .container {
    padding: 25px 0px;
  }
  section.benefits .opportunity {
    position: initial;
    background-image: none;
    height: initial;
  }
  section.benefits .opportunity .opportunity-container {
    position: initial;
    top: initial;
    width: 100%;
    max-width: initial;
    margin-left: initial;
    text-align: center;
  }
  section.benefits .opportunity .container {
    width: 75%;
    margin: auto;
  }
  section.benefits .connections,
  section.benefits .progression,
  section.benefits .remote {
    height: initial;
  }
  section.benefits .connections .container,
  section.benefits .progression .container,
  section.benefits .remote .container {
    width: 75%;
    margin: auto;
    position: initial;
    top: initial;
    transform: initial;
  }
  section.benefits .connections h5,
  section.benefits .progression h5,
  section.benefits .remote h5,
  section.benefits .connections p,
  section.benefits .progression p,
  section.benefits .remote p {
    text-align: center;
  }
  section.benefits p[data-height="150"] {
    height: initial;
  }
  .spacer {
    display: none;
  }
}
/* -------------------- ------------------ -------------------- */
/* -------------------- SMARTPHONE RESTYLE -------------------- */
/* -------------------- ------------------ -------------------- */
@media (max-width: 480px) {
  section.benefits .opportunity {
    height: initial;
  }
  section.benefits .connections,
  section.benefits .progression,
  section.benefits .remote {
    height: initial;
  }
}
/* -------------------- --------------------- -------------------- */
/* -------------------- PROJECT OPPORTUNITIES -------------------- */
/* -------------------- --------------------- -------------------- */
section.projects .title-container {
  max-width: 500px;
  padding-top: 75px;
  text-align: center;
  margin: auto;
}
section.projects .title-container h3 {
  padding-bottom: 30px;
  font-size: 20pt;
}
section.projects .container {
  text-align: left;
  max-width: 1000px;
}
section.projects .project-listing li.view {
  padding: 15px;
  margin: 15px 0px;
  border-radius: 10px;
  border: 1px solid #3cb6ea;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.projects .project-listing li.view:hover {
  background: #3cb6ea;
}
section.projects .project-listing li.view:hover h3 {
  color: #ffffff;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.projects .project-listing li.view:hover p {
  color: #ffffff;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.projects .project-listing li.view:hover .view-project {
  color: #3cb6ea;
  background: #ffffff;
  border: 1px solid #ffffff;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.projects .project-listing h4 {
  margin: initial;
}
section.projects .project-listing img.avatar {
  display: inline-block;
  height: 125px;
  border-radius: 6px;
  border: 1px solid #ffffff;
}
section.projects .project-listing .project-details {
  display: inline-block;
  vertical-align: top;
  min-height: 125px;
  margin-left: 15px;
}
section.projects .project-listing .project-details hr {
  width: 60px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #3cb6ea;
  border-bottom: 0;
}
section.projects .project-listing .project-details p {
  margin: 0;
  margin-bottom: 15px;
}
section.projects .project-listing .view-project {
  background: #3cb6ea;
  padding: 5px 15px;
  color: #ffffff;
  border-radius: 4px;
  border: 1px solid #3cb6ea;
}
section.projects #bottom-banner .container {
  text-align: center;
}
/* -------------------- -------------- -------------------- */
/* -------------------- TABLET RESTYLE -------------------- */
/* -------------------- -------------- -------------------- */
@media (max-width: 1024px) {
  section.projects .project-listing .project-details {
    width: 75%;
  }
  section.projects .project-listing .view-project {
    top: 10px;
  }
}
@media (max-width: 768px) {
  section.projects .project-listing .project-details {
    width: 55%;
  }
  section.projects .project-listing .project-details h3 {
    font-size: 12pt;
  }
}
/* -------------------- ------- -------------------- */
/* -------------------- PROJECT -------------------- */
/* -------------------- ------- -------------------- */
section.project #project-banner .container {
  padding-bottom: 0;
  text-align: left;
}
section.project #project-banner .avatar-labels {
  width: 200px;
}
section.project #project-banner .pro-label {
  width: 67px;
  height: 59px;
  position: absolute;
  background: url(/outer/img/pro-label.png) no-repeat 0 0;
}
section.project #project-banner .featured-label {
  width: 105px;
  height: 90px;
  position: absolute;
  background: url(/outer/img/featured-label.png) no-repeat 0 0;
}
section.project #project-banner .left {
  display: inline-block;
  text-align: left;
  margin-bottom: 50px;
}
section.project #project-banner .left h3 {
  font-size: 14pt;
  padding-bottom: 0;
  padding-top: 30px;
  text-align: left;
  padding-left: 10px;
  margin-bottom: 15px;
}
section.project #project-banner .left .social-container {
  display: block;
  margin-top: 35px;
  text-align: center;
}
section.project #project-banner .left .social-container .a2a_default_style a {
  float: none;
  display: inline-block;
}
section.project #project-banner .left .social-container .a2a_default_style .a2a_svg {
  display: inline-block;
}
section.project #project-banner .right {
  display: block;
  float: none;
  text-align: left;
  margin-left: 250px;
  margin-bottom: 50px;
}
section.project #project-banner .right h3 {
  text-align: left;
  padding-bottom: 0;
  font-size: 18pt;
}
section.project #project-banner .right hr {
  border: 0;
  height: 1px;
  background: #777777;
  opacity: 0.5;
  margin-bottom: 25px;
  margin-top: 25px;
  margin-left: 0;
  max-width: 200px;
}
section.project #project-banner .avatar {
  border: 1px solid #3cb6ea;
  border-radius: 5px;
}
section.project #project-banner .on-spec {
  margin-top: 6px;
  margin-bottom: 10px;
  color: #3cb6ea;
}
section.project #project-banner .project-detail-container {
  margin-top: 25px;
  text-align: left;
}
section.project #project-banner .project-detail {
  margin-top: 3px;
  padding-left: 15px;
  padding-right: 15px;
}
section.project #project-banner .project-detail:first-of-type {
  margin-top: 0;
}
section.project #project-banner .fa {
  width: 20px;
  color: #3cb6ea;
}
section.project #project-banner .fa + span {
  float: right;
}
section.project #project-banner h5 {
  color: #3cb6ea;
  text-align: left;
  margin: 0;
  margin-bottom: 15px;
  font-size: 14pt;
}
section.project #project-banner .description {
  overflow: hidden;
  height: 220px;
}
section.project #project-banner .overlay {
  position: relative;
  height: 50px;
  text-align: right;
  margin-top: -50px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ff0000', GradientType=0);
}
@media (max-width: 768px) {
  section.project #project-banner .container {
    padding-top: 50px;
  }
  section.project #project-banner .avatar-labels {
    margin: auto;
  }
  section.project #project-banner .left {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 50px;
  }
  section.project #project-banner .project-detail-container {
    max-width: 200px;
    margin: auto;
    margin-top: 25px;
  }
  section.project #project-banner .right {
    text-align: center;
    margin-left: 0;
  }
  section.project #project-banner .right h3 {
    text-align: center;
    margin: auto;
  }
  section.project #project-banner .right h5 {
    text-align: center;
  }
  section.project #project-banner .right hr {
    margin-left: auto;
    margin-right: auto;
  }
}
section.project #sign-up-banner {
  width: 100%;
  background: #3cb6ea;
}
section.project #sign-up-banner .container {
  padding: 25px 0px;
}
section.project #sign-up-banner .container p {
  margin-bottom: 10px;
}
section.project #sign-up-banner .cta {
  margin-top: 10px;
}
section.project #sign-up-banner .cta.cta-white {
  background: #ffffff;
  color: #3cb6ea;
}
section.project #sign-up-banner .cta.cta-white:hover {
  background: transparent;
  color: #ffffff;
}
section.project #image-banner {
  height: 250px;
}
section.project #image-banner .container {
  padding: 0;
  text-align: center;
  height: 250px;
}
section.project #image-banner .quote {
  max-width: 600px;
  margin: auto;
  font-weight: 600;
  font-size: 20pt;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media (max-width: 768px) {
  section.project #image-banner .quote {
    font-size: 16pt;
  }
}
section.project .hiw-boxes h3 {
  padding-bottom: 50px;
}
section.project .hiw-boxes .box {
  display: inline-block;
  width: 32%;
  vertical-align: top;
}
section.project .hiw-boxes .box .description {
  max-width: 250px;
  margin: auto;
}
section.project .hiw-boxes .spacer {
  margin-top: 50px;
}
section.project .hiw-boxes .top-box {
  width: 100px;
  height: 100px;
  color: #ffffff;
  background-color: #3cb6ea;
  border-radius: 4px;
  margin: 0 auto 20px auto;
}
section.project .hiw-boxes .top-box div[data-id] {
  font-size: 35pt;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
section.project #company-testimonail .container {
  width: 100%;
  max-width: initial;
  padding-bottom: 0;
}
section.project #company-testimonail .slider {
  position: initial;
  border-top: 2px solid #ececec;
  border-bottom: 2px solid #ececec;
}
section.project #company-testimonail .placeholder img {
  display: inline-block;
  width: 33%;
  vertical-align: middle;
}
section.project #company-testimonail .slider-template {
  font-size: 0;
  text-align: left;
  position: absolute;
  transform: translateY(-100%);
}
section.project #company-testimonail .slider-template img {
  display: inline-block;
  width: 33%;
  vertical-align: middle;
}
section.project #company-testimonail .slider-template .testimonial {
  display: inline-block;
  font-size: 11pt;
  width: 66%;
  vertical-align: middle;
  padding: 0 4%;
}
section.project #company-testimonail .slider-template .author {
  font-weight: 600;
  margin-top: 10px;
  font-style: italic;
  font-size: 10pt;
}
section.project #company-testimonail .slider-template .company {
  font-weight: 600;
  font-style: italic;
  font-size: 10pt;
}
@media (max-width: 1200px) {
  section.project #company-testimonail {
    display: none;
  }
}
section.project #video .container {
  max-width: 800px;
}
section.project #bottom-banner .container .banner-content .convinced {
  margin-top: 0;
}
section.project #bottom-banner .container .banner-content .cta-white {
  margin-top: 15px;
}
section.project #bottom-banner .container .banner-content .laptop {
  margin: -200px auto 0 auto;
}
@media (max-width: 1024px) {
  section.project #bottom-banner .container {
    padding-top: 75px;
  }
}
.profile_wrap {
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  margin: 0 auto;
  display: block;
  clear: both;
  overflow: hidden;
  background: #f1f2f7;
}
.profile_wrap hr {
  margin-top: 1em;
  border-top: 1px solid #cccccc;
  float: left;
  display: block;
  width: 100%;
}
.profile_wrap .container {
  padding-top: 35px;
}
.profile_wrap .profileblock {
  text-align: center;
}
.profile_wrap .profileblock .avatarContainer {
  display: inline-block;
  width: 206px;
  max-width: 100%;
  position: relative;
}
.profile_wrap .profileblock .avatarContainer img {
  width: 200px;
  border-radius: 20px;
  border: 3px solid white;
}
.profile_wrap .profileblock .avatarContainer .pro-label {
  width: 67px;
  height: 59px;
  position: absolute;
  background: url(/outer/img/pro-label.png) no-repeat 0 0;
  top: 3px;
  left: 6px;
}
.profile_wrap .profileblock .stars {
  display: inline-block;
  position: relative;
  font-size: 26px;
  width: 150px;
  height: 36px;
  white-space: nowrap;
}
.profile_wrap .profileblock .stars .stars-back {
  position: absolute;
  top: 0;
  left: 0;
  color: #cccccc;
}
.profile_wrap .profileblock .stars .stars-front {
  position: absolute;
  top: 0;
  left: 0;
  color: #FDBF08;
  background: #f1f2f7;
  overflow: hidden;
}
.profile_wrap .profileblock ul {
  margin-top: 24px;
  width: 190px;
  max-width: 100%;
  display: inline-block;
  font-weight: 300;
}
.profile_wrap .profileblock ul li {
  margin-top: 8px;
  text-align: left;
}
.profile_wrap .profileblock ul li.pro {
  color: green;
  font-weight: 400;
}
.profile_wrap .profileblock ul .fa {
  padding-right: 10px;
}
.profile_wrap .profileblock h1 {
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  margin-left: 5px;
  font-size: 26px;
  font-weight: 300;
  color: black;
}
.profile_wrap .bio {
  min-height: 310px;
  text-align: left;
}
.profile_wrap .below_bio {
  margin: 1em 0;
  text-align: left;
}
.profile_wrap .below_bio .share {
  margin: 1em 0;
  float: right;
}
.profile_wrap .tag-section {
  background: white;
  padding: 12px;
  border-radius: 8px;
  margin: 30px 0;
}
.profile_wrap .tag-section > :nth-child(4n + 1) {
  clear: left;
}
.profile_wrap .tag-section h2 {
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  font-size: 19px;
  width: 15%;
  float: left;
  font-weight: 300;
  padding: 8px;
  color: black;
  text-align: left;
}
.profile_wrap .tag-section .tags {
  float: left;
  width: 35%;
}
.profile_wrap .tag-section .tags .tag {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  float: left;
  font-size: 13px;
  font-weight: 400;
  margin: 0.4em 0.2em;
  display: inline-block;
  padding: 0.5em 1em 0.5em 1em;
}
.profile_wrap .tag-section .tags .tag1 {
  background: #3da2e8;
}
.profile_wrap .tag-section .tags .tag2 {
  background: #2bbae4;
}
.profile_wrap .tag-section .tags .tag3 {
  background: #ABABAB;
}
.profile_wrap .tag-section .tags .tag4 {
  background: #9ECB6A;
}
.profile_wrap .btn_orange {
  background: #f8b645;
  padding: 1em 1.5em;
  color: #ffffff;
  border-radius: 8px;
  font-size: 16px;
  border: 1px solid #f8b645;
  display: inline-block;
}
.profile_wrap .btn_orange:hover {
  background: #ffffff;
  color: #f8b645;
}
.profile_wrap .orangeButton {
  border-radius: 8px;
}
.profile_wrap .refsec {
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom: 3em;
}
.profile_wrap .refsec h4 {
  padding: 15px 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  color: #3d3d3d;
  font-weight: 300;
  text-transform: none;
  border-bottom: solid 1px #cccccc;
  text-align: left;
  margin: 0;
}
.profile_wrap .refsec .right {
  text-align: center;
  padding: 0 10px;
  margin-top: 10px;
  margin-bottom: -10px;
}
.profile_wrap .refsec .reffile {
  padding: 20px 20px;
}
.profile_wrap .refsec .reffile ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: left;
}
.profile_wrap .refsec .reffile ul li {
  margin: 0 30px 0 0;
  padding: 0 0 0 0;
  display: inline-block;
  width: 22.55%;
  min-height: 190px;
  vertical-align: top;
}
.profile_wrap .refsec .reffile ul li a {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #3d3d3d;
  font-weight: 300;
  margin-bottom: 0px;
  position: relative;
  text-align: center;
}
.profile_wrap .refsec .reffile ul li a img {
  height: 137px;
  width: auto;
}
.profile_wrap .refsec .reffile ul li a img + img {
  position: absolute;
  top: 0;
  left: 0;
}
.profile_wrap .refsec .reffile ul li a.title {
  height: 48px;
  overflow: hidden;
  text-align: center;
}
.profile_wrap .refsec .reffile ul li:nth-child(4n) {
  margin: 0 0 0 0;
}
.profile_wrap .tabs-stage {
  margin: 1.5em 0 2em;
  background: white;
  padding: 1.5em 0.5em 0em 0.5em;
  border-radius: 8px;
}
@media only screen and (min-width: 500px) and (max-width: 768px) {
  .profile_wrap {
    padding-top: 1em;
  }
  .profile_wrap .tag-section h2 {
    width: 100%;
  }
  .profile_wrap .tag-section .tags {
    width: 100%;
  }
  .profile_wrap .profileblock {
    height: 225px;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #ccc;
  }
  .profile_wrap .profileblock .avatarContainer {
    float: left;
  }
  .profile_wrap .profileblock h1 {
    padding-top: 32px;
  }
  .profile_wrap .profileblock ul {
    width: auto;
    margin: 10px auto 0;
  }
  .profile_wrap .refsec .reffile ul li {
    width: 45%;
    margin-right: 10px;
  }
  .profile_wrap hr {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .profile_wrap {
    padding-top: 1em;
  }
  .profile_wrap .profileblock {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #ccc;
  }
  .profile_wrap .profileblock .avatarContainer {
    float: left;
    width: 106px;
  }
  .profile_wrap .profileblock .avatarContainer img {
    width: 100px;
  }
  .profile_wrap .profileblock h1 {
    padding-top: 12px;
  }
  .profile_wrap .profileblock ul {
    width: auto;
    margin: 0 auto;
  }
  .profile_wrap .profileblock ul li {
    margin-right: 30px;
    float: left;
  }
  .profile_wrap .tag-section h2 {
    width: 100%;
  }
  .profile_wrap .tag-section .tags {
    width: 100%;
  }
  .profile_wrap .below_bio {
    text-align: center;
    margin: 1em 0;
  }
  .profile_wrap .below_bio .share {
    display: inline-block;
    width: 150px !important;
    float: none;
    text-align: center;
  }
  .profile_wrap hr {
    display: none;
  }
  .profile_wrap .refsec .reffile ul li {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .newhowitworksTop .tabs-nav {
    width: 90%;
  }
}
.nikPlayer {
  height: 80px;
  width: 100%;
  padding: 2px;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #36b7e6;
  z-index: 999;
  webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.nikPlayer .player-container {
  width: 70%;
  position: relative;
  height: 80px;
  margin: 0 auto;
}
.nikPlayer .filename {
  font-size: 1.1em;
  color: #fff;
  padding: 1em 0 0;
}
.nikPlayer .time {
  float: right;
  text-align: right;
  font-size: 1.1em;
  color: #fff;
  padding: 1em 0 0;
}
.nikPlayer .controls {
  width: 10%;
  display: block;
  margin: 0 auto;
  height: 80px;
  float: left;
}
.nikPlayer .controls span {
  height: 60px;
  width: 60px;
  margin: 10px auto;
  display: block;
  cursor: pointer;
}
.nikPlayer .controls span.play {
  background: url('/ui-mg/img/player-pause.png') no-repeat;
  height: 60px;
  width: 60px;
  display: block;
  background-size: 60px 60px;
}
.nikPlayer .controls span.paused {
  background: url('/ui-mg/img/player-play.png') no-repeat;
  height: 60px;
  width: 60px;
  display: block;
  background-size: 60px 60px;
}
.nikPlayer .soundcloud {
  display: none;
}
.nikPlayer .seekbar {
  background: #f1f2f7;
  float: left;
  height: 20px;
  margin: 5px 0;
  width: 90%;
  display: block;
  border-radius: 30px;
  overflow: hidden;
}
.nikPlayer .seekbar .seek {
  height: 20px;
  background: #0084b4;
  display: block;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.nikPlayer .close_button {
  background: #fff;
  border-radius: 100px;
  color: #c3c3c3;
  display: block;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 14px;
  padding: 0.3em 0.55em 0.5em;
  position: absolute;
  right: 28px;
  text-align: center;
  top: 28px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .nikPlayer {
    height: 60px;
  }
  .nikPlayer .player-container {
    width: 100%;
    height: 60px;
    margin: 0;
  }
  .nikPlayer .player-container .controls {
    width: 58px;
    height: 58px;
  }
  .nikPlayer .player-container .controls span {
    height: 50px;
    width: 50px;
    margin: 4px;
  }
  .nikPlayer .player-container .controls span.play {
    height: 50px;
    width: 50px;
    background-size: 50px 50px;
  }
  .nikPlayer .player-container .controls span.paused {
    height: 50px;
    width: 50px;
    background-size: 50px 50px;
  }
  .nikPlayer .player-container .seekbar {
    float: none;
    height: 20px;
    margin: 5px 30px 0 60px;
    width: auto;
  }
  .nikPlayer .player-container .time {
    padding: 5px 0 0 5px;
  }
  .nikPlayer .player-container .filename {
    padding: 5px 0 0 0;
    height: 25px;
    overflow: hidden;
    margin-left: 60px;
  }
  .nikPlayer .close_button {
    right: 5px;
    top: 30px;
    font-size: 1em;
  }
}
.mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
}
/* -------------------- ------------ -------------------- */
/* -------------------- PRICING PAGE -------------------- */
/* -------------------- ------------ -------------------- */
section.pricing header.secondary-nav {
  display: block;
}
section.pricing .tier-container {
  display: inline-block;
  width: 33%;
  text-align: center;
  position: relative;
  vertical-align: top;
}
section.pricing .tier-container .sign-up {
  width: 160px;
  margin: 53px auto 0px auto;
}
section.pricing .tier-container .sign-up.cta-basic {
  margin: 112px auto 0px auto;
  background: #ffffff;
  color: #3cb6ea;
}
section.pricing .tier-container .sign-up.cta-basic:hover {
  background: #3cb6ea;
  color: #ffffff;
}
section.pricing .tier-container .sign-up.cta-business {
  margin: 90px auto 0px auto;
}
section.pricing .tier-container .cta-lightBlue {
  color: #ffffff;
  background: #3cb6ea;
}
section.pricing .tier-container .cta-lightBlue:hover {
  color: #3cb6ea;
  background: #ffffff;
  border: 1px solid #3cb6ea;
}
section.pricing .pricing-table {
  background: #ccc;
  background-color: #3cb6ea;
  border: 1px solid #3cb6ea;
  overflow: hidden;
}
section.pricing .pricing-table .toolbar {
  padding: 5px;
  background: #2da6d9;
}
section.pricing .pricing-table h5 {
  color: #ffffff;
}
section.pricing .pricing-table .account-header {
  text-align: center;
  padding: 5px;
}
section.pricing .pricing-table .account-header .price {
  color: #ffffff;
  font-weight: 600;
}
section.pricing .pricing-table .account-header .price p {
  display: inline-block;
  margin: 0;
}
section.pricing .pricing-table .account-header .price p.currency {
  margin-top: 20px;
  font-size: 18pt;
  vertical-align: top;
}
section.pricing .pricing-table .account-header .price p.value {
  font-size: 60pt;
}
section.pricing .pricing-table .account-header .price p.monthly {
  font-size: 12pt;
  font-weight: 300;
}
section.pricing .pricing-table .account-header .price-annual {
  color: #ffffff;
  font-weight: 400;
}
section.pricing .pricing-table .account-header .price-annual p {
  display: inline;
}
section.pricing .pricing-table .account-header .price-annual p.value {
  font-size: 10pt;
}
section.pricing .pricing-table .account-header .price-annual p.annually {
  font-size: 10pt;
}
section.pricing .pricing-table .account-header .price-annual p.save {
  font-size: 10pt;
  font-weight: 600;
}
section.pricing .pricing-table .features .feature-left {
  font-size: 12pt;
  padding-left: 15px;
  color: #3cb6ea;
  text-align: left;
  vertical-align: middle;
}
section.pricing .pricing-table .features .feature-right {
  font-size: 12pt;
  padding-right: 15px;
  text-align: right;
  vertical-align: middle;
}
section.pricing .pricing-table .features [data-background="white"] {
  min-height: 30px;
  font-size: 0;
  background: #ffffff;
}
section.pricing .pricing-table .features [data-background="grey"] {
  min-height: 30px;
  font-size: 0;
  background: #f9f9f9;
}
section.pricing .pricing-table .features p {
  display: inline-block;
  width: 50%;
  margin-top: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12pt;
}
section.pricing .tier-container.basic-container {
  right: -5px;
  top: 35px;
}
section.pricing .basic {
  background-color: #eaeaea;
  border: 1px solid #eaeaea;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
section.pricing .basic .toolbar {
  background-color: #cccccc;
}
section.pricing .basic h5 {
  color: #555555;
}
section.pricing .basic .account-header p {
  color: #555555;
}
section.pricing .pro {
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
section.pricing .pro [data-background="white"] {
  padding: 4px 0px;
}
section.pricing .pro [data-background="grey"] {
  padding: 4px 0px;
}
section.pricing .tier-container.business-container {
  left: -5px;
  top: 35px;
}
section.pricing .business {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
section.pricing .enterprise {
  width: 66%;
  max-width: 800px;
  margin: auto;
  margin-top: 100px;
  border: 1px solid #2a3543;
  border-radius: 8px;
}
section.pricing .enterprise .toolbar {
  background-color: #3f4f64;
}
section.pricing .enterprise .account-header {
  padding: 35px;
  background-color: #2a3543;
}
section.pricing .enterprise .account-header p.value.enterprise-value {
  font-size: 50pt;
}
section.pricing .enterprise .features {
  padding: 25px;
  background-color: #ffffff;
}
section.pricing .enterprise .features p {
  width: 60%;
  padding-top: 20px;
  padding-bottom: 20px;
}
section.pricing .enterprise .features .talk {
  font-size: 30pt;
  padding-top: 0;
}
section.pricing .enterprise .features .contact {
  max-width: 280px;
  margin: auto;
}
section.pricing .enterprise .features .contact a {
  display: block;
  text-align: left;
  padding: 10px 15px;
  border-radius: 4px;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.pricing .enterprise .features .contact a:hover {
  color: #ffffff;
  background-color: #2a3543;
}
section.pricing .enterprise .features .contact a[href="tel:+442031433245"] {
  margin-top: 20px;
}
section.pricing .enterprise .features .contact a .fa {
  width: 25px;
}
/* -------------------- -------------- -------------------- */
/* -------------------- TABLET RESTYLE -------------------- */
/* -------------------- -------------- -------------------- */
@media (max-width: 1024px) {
  section.pricing .tier-container {
    width: 100%;
    position: initial;
  }
  section.pricing .tier-container .sign-up {
    margin: 25px auto 75px auto;
  }
  section.pricing .tier-container .sign-up.cta-basic {
    margin: 25px auto 75px auto;
    background: #3cb6ea;
    color: #ffffff;
  }
  section.pricing .tier-container .sign-up.cta-business {
    margin: 25px auto 75px auto;
  }
  section.pricing .tier-container.basic-container {
    right: 0;
  }
  section.pricing .basic {
    border-radius: 8px;
  }
  section.pricing .pro {
    zoom: 100%;
  }
  section.pricing .tier-container.business-container {
    left: 0;
  }
  section.pricing .business {
    border-radius: 8px;
  }
  section.pricing .enterprise {
    width: 100%;
    max-width: initial;
    margin-top: initial;
  }
  section.pricing .enterprise .features .contact {
    max-width: 245px;
    margin-bottom: 10px;
  }
  section.pricing .enterprise .features .contact a {
    border: 1px solid #2a3543;
  }
}
@media (max-width: 768px) {
  section.pricing .enterprise .account-header p.value {
    font-size: 45pt;
  }
}
/* -------------------- ------------------ -------------------- */
/* -------------------- SMARTPHONE RESTYLE -------------------- */
/* -------------------- ------------------ -------------------- */
@media (max-width: 768px) {
  section.pricing .enterprise .account-header p.value.enterprise-value {
    font-size: 35pt;
  }
  section.pricing .enterprise .features p {
    width: 100%;
  }
  section.pricing .enterprise .features .contact {
    max-width: 210px;
  }
}
/* ---------- --------------- ---------- */
/* ---------- PRIVATE NETWORK ---------- */
/* ---------- --------------- ---------- */
section.private-network .video {
  padding: 50px;
}
section.private-network .video h3 {
  padding-bottom: 50px;
  color: #3cb6ea;
}
section.private-network .video .video-container {
  max-width: 1200px;
  text-align: center;
  margin: auto;
}
section.private-network .video .video-container .fluid-width-video-wrapper {
  padding-top: 56% !important;
}
section.private-network .clients {
  text-align: center;
  padding: 25px 0px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
section.private-network .clients .logo {
  display: inline-block;
  width: 150px;
  height: 90px;
  opacity: 0.5;
  background-size: cover;
  background-position: center center;
  vertical-align: middle;
  filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
section.private-network .clients .logo.client1 {
  background-image: url('/outer/img/private-network/acm.png');
}
section.private-network .clients .logo.client2 {
  background-image: url('/outer/img/private-network/black-label.png');
}
section.private-network .clients .logo.client3 {
  background-image: url('/outer/img/private-network/island.png');
  width: 72px;
}
section.private-network .clients .logo.client4 {
  background-image: url('/outer/img/private-network/keepclear.png');
}
section.private-network .clients .logo.client5 {
  background-image: url('/outer/img/private-network/red-bull.png');
  height: 59px;
}
section.private-network .clients .logo.client6 {
  background-image: url('/outer/img/private-network/notting-hill.png');
}
section.private-network .clients .logo.client7 {
  background-image: url('/outer/img/private-network/satv.png');
}
section.private-network .clients .logo.client8 {
  background-image: url('/outer/img/private-network/sizzer.png');
}
section.private-network .sectorSelect {
  padding: 50px;
}
section.private-network .sectorSelect .sectorContainer {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}
section.private-network .sectorSelect .sectorContainer .rp-box {
  display: inline-block;
  width: 190px;
  height: 130px;
  background-size: cover;
  background-position: center center;
  border: 1px solid #3cb6ea;
  border-radius: 4px;
  overflow: hidden;
}
section.private-network .sectorSelect .sectorContainer .rp-box .related-image {
  height: 100px;
  border-bottom: 1px solid #3cb6ea;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.private-network .sectorSelect .sectorContainer .rp-box .related-image.publishers,
section.private-network .sectorSelect .sectorContainer .rp-box .related-image.production-libraries,
section.private-network .sectorSelect .sectorContainer .rp-box .related-image.record-labels {
  background-position: center bottom;
}
section.private-network .sectorSelect .sectorContainer .rp-box .related-image.creative-industry {
  background-position: -10px -15px;
}
section.private-network .sectorSelect .sectorContainer .rp-box .related-image .image-hover {
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.private-network .sectorSelect .sectorContainer .rp-box .sector-title-container {
  height: 30px;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.private-network .sectorSelect .sectorContainer .rp-box .sector-title-container .sector-title {
  top: 50%;
  color: #3cb6ea;
  font-size: 9pt;
  position: relative;
  transform: translateY(-50%);
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.private-network .sectorSelect .sectorContainer .rp-box:hover .related-image .image-hover {
  background: rgba(255, 255, 255, 0.9);
}
section.private-network .sectorSelect .sectorContainer .rp-box:hover .related-image .image-hover .border {
  border: 1px solid #3cb6ea;
}
section.private-network .sectorSelect .sectorContainer .rp-box:hover .related-image .image-hover .border .find-out-more {
  color: #3cb6ea;
}
section.private-network .sectorSelect .sectorContainer .rp-box:hover .sector-title-container {
  background-color: #3cb6ea;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.private-network .sectorSelect .sectorContainer .rp-box:hover .sector-title-container .sector-title {
  color: #ffffff;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.private-network .sectorSelect .sectorContainer h2 {
  padding-bottom: 50px;
  color: #3cb6ea;
}
section.private-network .sectorSelect .sectorContainer .sectorBox {
  display: inline-block;
}
section.private-network .sectorSelect .sectorContainer .sectorBox .twoLines {
  padding-top: 32px;
}
section.private-network .sectorSelect .sectorContainer .sectorBox .active {
  border: 2px solid #3cb6ea;
}
section.private-network .sectorSelect .sectorContainer .sectorBox .active .image-hover {
  background: rgba(255, 255, 255, 0.9);
}
section.private-network .sectorSelect .sectorContainer .sectorBox .active .sector-title-container {
  background-color: #3cb6ea;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.private-network .sectorSelect .sectorContainer .sectorBox .active .sector-title-container .sector-title {
  color: #ffffff;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.private-network .sectorSelect .sectorContainer .sector1 {
  background-image: url('/outer/img/how-it-works/box10.jpg');
}
section.private-network .sectorSelect .sectorContainer .sector2 {
  background-image: url('/outer/img/how-it-works/box7.jpg');
}
section.private-network .sectorSelect .sectorContainer .sector3 {
  background-image: url('/outer/img/how-it-works/box2.jpg');
}
section.private-network .sectorSelect .sectorContainer .sector4 {
  background-image: url('/outer/img/how-it-works/box12.jpg');
}
section.private-network .sectorSelect .sectorContainer .sector5 {
  background-image: url('/outer/img/how-it-works/box9.jpg');
}
section.private-network .sectorSelect .sectorContainer .sector6 {
  background-image: url('/outer/img/how-it-works/box3.jpg');
}
section.private-network .sectorSelect .sectorContainer .sector7 {
  background-image: url('/outer/img/how-it-works/box4.jpg');
}
section.private-network .sectorSelect .sectorContainer .sector8 {
  background-image: url('/outer/img/how-it-works/box8.jpg');
}
section.private-network .sectorSelect .sectorContainer .sector9 {
  background-image: url('/outer/img/how-it-works/box6.jpg');
}
section.private-network .sectorSelect .sectorContainer .sector10 {
  background-image: url('/outer/img/how-it-works/box5.jpg');
}
section.private-network .sectorSelect .triangleKnockout {
  width: 25px;
  height: 25px;
  margin: 37px auto 0px auto;
  left: 0;
  right: 0;
  background-color: #fff;
  position: absolute;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
section.private-network .benefits {
  background-color: #3CB6EA;
}
section.private-network .benefits .benefitsContainer {
  max-width: 1000px;
  margin: auto;
  padding: 50px 10px;
  color: #fff;
  text-align: center;
}
section.private-network .benefits .benefitsContainer .benefitsContent {
  max-width: 1000px;
  text-align: left;
}
section.private-network .benefits .benefitsContainer .benefitsContent h2 {
  text-align: center;
}
section.private-network .benefits .benefitsContainer .benefitsContent ul {
  margin: auto;
  width: 90%;
  max-width: 500px;
  margin-top: 50px;
  line-height: 30px;
}
section.private-network .benefits .benefitsContainer .benefitsContent ul li {
  padding-bottom: 10px;
  margin: auto;
}
section.private-network .benefits .benefitsContainer .benefitsContent ul li .fa {
  padding-right: 10px;
}
section.private-network .benefits .benefitsContainer .benefitsContent ul li p {
  display: inline-block;
  width: 85%;
  vertical-align: middle;
  line-height: 12pt;
  margin-top: 0;
}
section.private-network .benefits .benefitsContainer .pdfDownload {
  margin-top: 25px;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.private-network .benefits .benefitsContainer .pdfDownload .fa-file-pdf-o {
  margin-bottom: 5px;
  vertical-align: bottom;
  font-size: 18pt;
}
section.private-network .benefits .benefitsContainer .pdfDownload a {
  padding: 15px 30px;
}
section.private-network .benefits .benefitsContainer .pdfDownload a:hover {
  color: #3cb6ea;
}
section.private-network .benefits .benefitsContainer .pdfDownload p {
  display: inline-block;
  padding: 6px;
  margin-top: 0;
}
section.private-network .features .feature-left .container,
section.private-network .features .feature-right .container {
  padding: 75px 0px 0px 0px;
}
section.private-network .features .features-container {
  width: 50%;
  max-width: 600px;
}
section.private-network .features .feature-left {
  padding: 50px 0 75px 0px;
  border-bottom: 1px solid #eaeaea;
}
section.private-network .features .feature-left .title-container {
  width: 50%;
  margin-right: auto;
  padding-right: 25px;
}
section.private-network .features .feature-left .features-container {
  margin-right: auto;
  right: 25px;
  position: relative;
}
section.private-network .features .feature-left h2 {
  padding: 10px 0px;
  margin-right: auto;
  color: #3cb6ea;
  text-align: right;
  border-bottom: 4px solid #eaeaea;
}
section.private-network .features .feature-left p {
  text-align: right;
  padding-left: 25px;
}
section.private-network .features .feature-left .image-container {
  width: 50%;
  margin-left: auto;
  padding-left: 25px;
}
section.private-network .features .feature-left .featureRight h2 {
  margin-left: auto;
  font-size: 15pt;
  text-align: right;
}
section.private-network .features .feature-right {
  padding: 50px 0 75px 0px;
  border-bottom: 1px solid #eaeaea;
}
section.private-network .features .feature-right .title-container {
  width: 50%;
  margin-left: auto;
  padding-left: 25px;
}
section.private-network .features .feature-right .features-container {
  margin-left: auto;
  left: 25px;
  position: relative;
}
section.private-network .features .feature-right h2 {
  padding: 10px 0px;
  margin-left: auto;
  color: #3cb6ea;
  text-align: left;
  border-bottom: 4px solid #eaeaea;
}
section.private-network .features .feature-right p {
  text-align: left;
  padding-right: 25px;
}
section.private-network .features .feature-right .image-container {
  width: 50%;
  margin-right: auto;
  padding-right: 25px;
}
section.private-network .features .feature-right .featureRight h2 {
  margin-left: auto;
  font-size: 15pt;
  text-align: left;
}
section.private-network .features .featureImage {
  background-size: cover;
  background-position: center center;
}
section.private-network .features div[data-image="1"] {
  margin-top: -270px;
}
section.private-network .features div[data-image="2"] {
  margin-top: -180px;
}
section.private-network .features div[data-image="3"] {
  margin-top: -200px;
}
section.private-network .features div[data-image="4"] {
  margin-top: -180px;
}
section.private-network .features .featureImage1 {
  width: 482px;
  height: 278px;
  margin-right: auto;
  background-image: url('/outer/img/private-network/feature-1.png');
}
section.private-network .features .featureImage2 {
  width: 225px;
  height: 225px;
  margin-left: auto;
  background-image: url('/outer/img/private-network/feature-2.png');
}
section.private-network .features .featureImage3 {
  width: 200px;
  height: 212px;
  margin-right: auto;
  background-image: url('/outer/img/private-network/feature-3.png');
}
section.private-network .features .featureImage4 {
  width: 200px;
  height: 200px;
  margin-left: auto;
  background-image: url('/outer/img/private-network/feature-4.png');
}
section.private-network .contact {
  padding: 50px;
  color: #fff;
  text-align: center;
  background-color: #3cb6ea;
}
section.private-network .contact .contactContainer {
  max-width: 1000px;
  margin: auto;
}
section.private-network .contact .contactContainer h2 {
  font-size: 20pt;
  padding-bottom: 50px;
}
section.private-network .contact .contactContainer h3 {
  color: #ffffff;
  text-align: left;
}
section.private-network .contact .contactContainer a {
  display: block;
  max-width: 300px;
  padding: 5px;
  text-align: left;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.private-network .contact .contactContainer a:link,
section.private-network .contact .contactContainer a:visited {
  color: #fff;
}
section.private-network .contact .contactContainer a:hover {
  color: #EEF1F5;
}
section.private-network .contact .contactContainer a p {
  display: inline-block;
  vertical-align: text-top;
  font-size: 10pt;
  margin-top: 0;
}
section.private-network .contact .contactContainer span {
  width: 33%;
  margin: auto;
  vertical-align: top;
  display: inline-block;
}
section.private-network .contact .contactContainer .fa {
  margin-right: 10px;
  font-size: 16pt;
}
/* ---------- -------------- ---------- */
/* ---------- TABLET RESTYLE ---------- */
/* ---------- -------------- ---------- */
@media (max-width: 1024px) {
  section.private-network .clients .logo {
    margin: 0 5%;
    zoom: 70%;
  }
  section.private-network .sectorSelect .sectorContainer .sectorBox {
    display: block;
    width: 100%;
    margin-bottom: 35px;
  }
  section.private-network .sectorSelect .sectorContainer .rp-box {
    display: block;
    width: 100%;
  }
  section.private-network .sectorSelect .sectorContainer .rp-box .related-image {
    background-size: cover;
  }
  section.private-network .sectorSelect .sectorContainer .rp-box .sector-title-container .sector-title {
    font-size: 12pt;
  }
  section.private-network .features .features-container {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
    width: 95%;
  }
  section.private-network .features .feature-left .title-container {
    margin-left: auto;
    padding-right: 0;
    width: 95%;
  }
  section.private-network .features .feature-left .container {
    padding: 0;
  }
  section.private-network .features .feature-left .features-container {
    right: 0;
  }
  section.private-network .features .feature-left h2 {
    text-align: center;
  }
  section.private-network .features .feature-left p {
    text-align: center;
    padding-left: 0;
  }
  section.private-network .features .feature-left .image-container {
    margin-right: auto;
    padding-left: 0;
    width: 100%;
  }
  section.private-network .features .feature-right .title-container {
    margin-right: auto;
    padding-right: 0;
    width: 95%;
  }
  section.private-network .features .feature-right .container {
    padding: 0;
  }
  section.private-network .features .feature-right .features-container {
    left: 0;
  }
  section.private-network .features .feature-right h2 {
    text-align: center;
  }
  section.private-network .features .feature-right p {
    text-align: center;
    padding-right: 0;
  }
  section.private-network .features .feature-right .image-container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
  }
  section.private-network .features div[data-image="1"] {
    margin-top: 50px;
  }
  section.private-network .features div[data-image="2"] {
    margin-top: 50px;
  }
  section.private-network .features div[data-image="3"] {
    margin-top: 50px;
  }
  section.private-network .features div[data-image="4"] {
    margin-top: 50px;
  }
  section.private-network .features .featureImage1 {
    width: 225px;
    height: 129px;
    margin-left: auto;
  }
  section.private-network .features .featureImage2 {
    margin-right: auto;
  }
  section.private-network .features .featureImage3 {
    margin-left: auto;
  }
  section.private-network .features .featureImage4 {
    margin-right: auto;
  }
  section.private-network .contact .contactContainer .region {
    display: block;
    padding: 0px 0px 15px 0px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  section.private-network .contact .contactContainer h3 {
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 3px;
    color: #3cb6ea;
    background-color: #ffffff;
  }
  section.private-network .contact .contactContainer a {
    text-align: center;
    margin: auto;
    border-radius: 4px;
  }
  section.private-network .contact .contactContainer a:active {
    color: #3cb6ea;
    background: #ffffff;
  }
  section.private-network .contact .contactContainer span {
    width: 50%;
    min-width: 300px;
  }
}
/* -------------------- ---- -------------------- */
/* -------------------- BLOG -------------------- */
/* -------------------- ---- -------------------- */
section.blog .container {
  padding: 0 20px;
  text-align: initial;
}
section.blog .container .first {
  padding-top: 40px;
}
section.blog .container .row {
  width: 100%;
  max-width: 1200px;
  min-width: 750px;
  margin: 0 auto;
  position: relative;
}
section.blog .container .row .fourcol,
section.blog .container .row .eightcol {
  margin: 0 3.8% 0 0;
  float: left;
  min-height: 1px;
}
section.blog .container .row .fourcol {
  width: 30.75%;
}
section.blog .container .row .eightcol {
  width: 65.4%;
}
section.blog .container .row .last {
  margin: 0px;
}
section.blog article {
  margin-bottom: 1em;
  padding-top: 2em;
  border-top: 1px solid #EEEFF0;
}
section.blog article:first-of-type {
  border-top: 0 none;
  padding-top: 38px;
}
section.blog article h2 {
  line-height: 36px;
  text-align: left;
  font-size: 20pt;
}
section.blog article p.strip {
  margin: 1em 0;
  border-top: 1px solid #EEEFF0;
  border-bottom: 1px solid #EEEFF0;
  position: relative;
  padding: 0.5em 0;
}
section.blog article p.strip span.tab {
  padding: 0.5em 1.5em;
  border-right: 1px solid #EEEFF0;
}
section.blog article p.strip span.tab.first {
  padding-left: 0;
}
section.blog article p.strip span span {
  font-weight: bold;
  color: #3cb6ea;
}
section.blog article p.strip a {
  outline: none;
  color: #3cb6ea;
}
section.blog article p.strip a.twitter {
  background: url('/outer/img/twitter-social.png') no-repeat 0 0;
  position: absolute;
  right: 0;
  top: 6px;
  height: 25px;
  width: 25px;
  text-indent: -999em;
}
section.blog article p.strip a.twitter:hover {
  opacity: 1;
}
section.blog article p.strip a.facebook {
  background: url('/outer/img/facebook-social.png') no-repeat 0 0;
  position: absolute;
  right: 35px;
  top: 6px;
  height: 25px;
  width: 25px;
  text-indent: -999em;
}
section.blog article p.strip a.facebook:hover {
  opacity: 1;
}
section.blog article.blogPost h2 a {
  line-height: 32px;
  color: #3cb6ea;
}
section.blog article.blogPost iframe {
  max-width: 100%;
}
section.blog article .blogContent img {
  text-align: center;
  width: 70%;
  padding: 2em 0;
}
section.blog article .blogContent p {
  line-height: 26px;
  font-weight: 300;
}
section.blog article .blogContent a.blueButton {
  background: #3cb6ea;
  margin: 1em 0;
}
section.blog article .blogContent a.readBlog {
  color: #3cb6ea;
}
section.blog .pagination {
  text-align: center;
  margin: 2em 0;
  width: 100%;
  display: block;
}
section.blog .pagination li {
  display: inline;
}
section.blog .pagination li a {
  padding: 0.3em 0.6em;
  margin: 0 0.3em;
  background: #f5f5f5;
  font-size: 1.2em;
  color: #3cb6ea;
}
section.blog .pagination li a.number {
  font-weight: 300;
}
section.blog .pagination li a.active {
  background: #3cb6ea;
  color: #ffffff;
}
section.blog .pagination li a.disabled {
  color: #d0d0d0;
}
section.blog .rightCol {
  padding: 2.5em 2.5em 2.5em 0;
}
section.blog .rightCol .first {
  margin-top: 0;
}
section.blog .rightCol form fieldset {
  padding: 3em 0 2em;
}
section.blog .rightCol article {
  display: block;
  padding: 0;
  border-top: 0 none;
  border-bottom: 1px solid #eeeff0;
  margin-bottom: 1em;
}
section.blog .rightCol article.first {
  padding: 0 0 1em;
}
section.blog .rightCol article h3 {
  font-size: 20pt;
  padding: 0;
  margin: 0;
}
section.blog .rightCol article p {
  color: #2a3543;
  padding: 1em 0;
}
section.blog .rightCol article a.blueButton {
  background: #3cb6ea;
  margin: 0 0 1em;
  width: 100%;
  text-align: center;
  display: block;
  padding: 1em;
  color: #ffffff;
  border-radius: 5px;
}
section.blog .rightCol article ul.noBullet {
  list-style: none;
}
section.blog .rightCol article ul.noBullet li {
  background: #ffffff;
  padding: 0 0 2em 0;
}
section.blog .rightCol article ul.noBullet li.first {
  padding: 1em 0 2em 0;
}
section.blog .rightCol article ul.noBullet li:hover {
  background: #ffffff;
}
section.blog .rightCol article ul li {
  padding: 2.2em 0 2.2em 33px;
}
section.blog .rightCol article ul li:hover a {
  color: #3cb6ea;
}
section.blog .rightCol article ul li.active a {
  color: #3cb6ea;
}
section.blog .rightCol article ul li a {
  color: #3cb6ea;
  display: block;
}
section.blog .rightCol article.testimonial {
  background: url('/outer/img/speech.jpg') no-repeat 0 27px;
  padding: 2em 0;
}
section.blog .rightCol article.testimonial p {
  padding: 0 0 0 3.3em;
}
section.blog .rightCol article.testimonial p.comment {
  font-style: italic;
  color: #454e5c;
}
section.blog .rightCol article.testimonial p.author {
  padding-top: 1em;
}
section.blog .rightCol article.testimonial p.company a {
  color: #3cb6ea;
}
section.blog .rightCol article.testimonial p.company span {
  color: #c3c3c3;
}
/* -------------------- -------------- -------------------- */
/* -------------------- Tablet Restyle -------------------- */
/* -------------------- -------------- -------------------- */
@media (max-width: 768px) {
  section.blog .container .row {
    min-width: initial;
  }
  section.blog .container .row .fourcol,
  section.blog .container .row .eightcol {
    width: 95%;
    float: none;
    margin: auto;
  }
}
/* -------------------- --------- -------------------- */
/* -------------------- BLOG POST -------------------- */
/* -------------------- --------- -------------------- */
section.blog.single a {
  color: #3cb6ea;
}
section.blog.single .innerArticle h2 {
  color: #3cb6ea;
}
section.blog.single .back {
  margin-top: 45px;
}
section.blog.single .blog-right {
  margin-top: 55px;
}
/* -------------------- ---------------- -------------------- */
/* -------------------- 50K SUPPORT FUND -------------------- */
/* -------------------- ---------------- -------------------- */
section.support-fund-o ol {
  display: inline-block;
  width: 50%;
  margin-left: auto;
  max-width: 350px;
}
section.support-fund-o ol li {
  list-style-type: disc;
  text-align: left;
  margin-top: 10px;
  margin-left: 30px;
}
section.support-fund-o ol li:first-of-type {
  margin-top: 0px;
}
section.support-fund-o h3 {
  padding-bottom: 25px;
}
section.support-fund-o p {
  max-width: 700px;
  margin: 15px auto 0px auto;
}
section.support-fund-o p:first-of-type {
  margin: auto;
}
section.support-fund-o .horizontal-spacer {
  height: 1px;
  width: 100%;
  background-color: #EAEAEA;
  margin: auto;
}
section.support-fund-o .logo {
  width: 100%;
  margin: 75px auto 0 auto;
  text-align: center;
}
section.support-fund-o .logo img {
  width: 50%;
  max-width: 600px;
  min-width: 300px;
  margin: auto;
}
section.support-fund-o #supporting {
  font-size: 0;
}
section.support-fund-o #supporting .handshake {
  display: inline-block;
  width: 50%;
  max-width: 350px;
  vertical-align: top;
  margin-top: 30px;
}
section.support-fund-o #supporting .handshake img {
  max-width: 200px;
}
section.support-fund-o #supporting ol {
  font-size: 12pt;
  vertical-align: top;
}
@media (max-width: 480px) {
  section.support-fund-o #supporting .handshake {
    display: block;
    width: 100%;
    margin: auto;
    margin-bottom: 25px;
  }
  section.support-fund-o #supporting ol {
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
  }
}
section.support-fund-o .hiw-boxes .box {
  display: inline-block;
  vertical-align: top;
  margin: 0px 25px;
}
section.support-fund-o .hiw-boxes .spacer {
  margin-top: 50px;
}
section.support-fund-o .hiw-boxes .top-box {
  width: 100px;
  height: 100px;
  color: #3cb6ea;
  border-radius: 4px;
  border: 1px solid #3cb6ea;
  margin: 10px auto;
}
section.support-fund-o .hiw-boxes .top-box div[data-id] {
  font-size: 35pt;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
section.support-fund-o .hiw-boxes .top-box .description {
  max-width: 200px;
}
@media (max-width: 768px) {
  section.support-fund-o .hiw-boxes .box {
    display: block;
    margin-bottom: 50px;
  }
}
section.support-fund-o .accounts {
  width: 100%;
  padding: 25px 0px 25px 0px;
  text-align: center;
}
section.support-fund-o .accounts span {
  display: inline-block;
}
section.support-fund-o .accounts .account-type {
  width: 100%;
  max-width: 400px;
  margin: 15px auto;
  border: 1px solid #3cb6ea;
  color: #3cb6ea;
  border-radius: 5px;
}
section.support-fund-o .accounts .account-type .account-name {
  width: 100%;
  font-size: 25px;
  color: #ffffff;
  background: #3cb6ea;
  padding-bottom: 5px;
}
section.support-fund-o .accounts .account-type .contribution-text {
  padding-top: 10px;
  max-width: 300px;
  margin: auto;
}
section.support-fund-o .accounts .account-type .contribution {
  font-weight: 600;
  font-size: 35px;
  padding: 15px 0px;
}
section.support-fund-o .accounts .account-type .vr {
  height: 1px;
  background-color: #3cb6ea;
  max-width: 100px;
  margin: 20px auto 20px auto;
}
section.support-fund-o #why .horizontal-spacer {
  margin-top: 25px;
  margin-bottom: 25px;
  max-width: 200px;
}
section.support-fund-o #why .quote-container {
  background: #ececec;
  text-align: center;
}
section.support-fund-o #why p.quote {
  font-style: italic;
  font-weight: 300;
  max-width: initial;
}
section.support-fund-o #why .author {
  font-weight: 400;
}
section.support-fund-o #why .position {
  font-weight: 400;
  margin-top: 0;
}
/* -------------------- ----- -------------------- */
/* -------------------- LOGIN -------------------- */
/* -------------------- ----- -------------------- */
section.login .top-image {
  height: 400px;
}
section.login .first {
  margin-top: 400px;
}
section.login .form-row p {
  margin-top: 0;
}
section.login .connect {
  width: 150px;
  height: 40px;
  margin-left: auto;
  color: #ffffff;
  text-align: right;
  font-size: initial;
  background: #3cb6ea;
  border: 1px solid #3cb6ea;
  border-radius: 4px;
  overflow: hidden;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.login .connect:hover {
  color: #3cb6ea;
  background: #ffffff;
}
section.login .connect .social-media-text {
  top: -20px;
  right: 5px;
  position: relative;
}
section.login .connect .fa {
  position: relative;
}
section.login .connect .fa.fa-linkedin {
  font-size: 42pt;
  right: 38px;
  top: -7px;
}
section.login .connect .fa.fa-linkedin + span {
  top: -11px;
}
section.login .connect .fa.fa-facebook {
  font-size: 34pt;
  right: 51px;
  top: -2px;
}
section.login .connect .fa.fa-facebook + span {
  top: -2px;
}
section.login .connect .fa.fa-google {
  font-size: 38pt;
  right: 57px;
  top: -6px;
}
section.login .connect .fa.fa-google + span {
  top: -7px;
}
section.login .first .container {
  padding-bottom: 0;
}
section.login .loginForm .container {
  padding-top: 0;
  padding-bottom: 75px;
}
section.login {
  font-size: 0;
}
section.login .align-left {
  display: inline-block;
  width: 50%;
  padding: 30px;
  font-size: initial;
  text-align: right;
  vertical-align: top;
}
section.login .align-right {
  display: inline-block;
  width: 50%;
  padding: 30px;
  font-size: initial;
  text-align: left;
  vertical-align: top;
}
section.login .align-right .form-row.form-inline {
  display: inline;
}
section.login .align-right .form-row.forgot {
  width: 135px;
  margin-left: 107px;
  margin-top: 50px;
  text-decoration: underline;
}
section.login input {
  max-width: 300px;
}
section.login input[type="submit"] {
  max-width: 90px;
}
section.login.login-forgot {
  font-size: initial;
}
section.login.login-forgot .title-container {
  padding-bottom: 50px;
}
section.login.login-forgot .title-container h3 {
  padding-bottom: initial;
}
section.login.login-forgot .container {
  max-width: 1200px;
  min-height: 40vh;
  padding: 75px 0px;
}
section.login.login-forgot input[type="text"] {
  max-width: 500px;
}
section.login.login-forgot input[type="submit"] {
  max-width: initial;
}
section.login.login-forgot-sent .container {
  max-width: 1200px;
  min-height: 40vh;
  padding: 75px 0px;
}
section.login.login-reset .container {
  max-width: 1200px;
  min-height: 40vh;
  padding: 75px 0px;
}
section.login.login-reset input[type="text"] {
  max-width: 500px;
}
section.login.login-reset input[type="submit"] {
  max-width: initial;
}
section.login.login-reset-failure {
  font-size: initial;
}
section.login.login-reset-failure .container {
  max-width: 1200px;
  min-height: 40vh;
  padding: 75px 0px;
}
section.login.login-reset-failure input[type="text"] {
  max-width: 500px;
}
section.login.login-reset-failure input[type="submit"] {
  max-width: initial;
}
section.login.login-reset-failure .request {
  margin-top: 50px;
}
/* -------------------- ----- -------------------- */
/* -------------------- LOGIN -------------------- */
/* -------------------- ----- -------------------- */
@media (max-width: 768px) {
  section.login .connect {
    margin-right: auto;
  }
  section.login .align-left {
    display: block;
    width: 100%;
    text-align: center;
  }
  section.login .align-right {
    display: block;
    width: 100%;
    text-align: center;
  }
  section.login .align-right .form-row.form-inline {
    display: block;
  }
  section.login .align-right .form-row.remember {
    width: initial;
    margin-left: initial;
    margin-top: 50px;
  }
  section.login .align-right .form-row.forgot {
    width: initial;
    margin-left: initial;
  }
}
/* -------------------- ------------- -------------------- */
/* -------------------- GLOBAL STYLES -------------------- */
/* -------------------- ------------- -------------------- */
section.sign-up .top-image {
  height: 400px;
}
section.sign-up .first {
  margin-top: 400px;
}
section.sign-up .container {
  max-width: 500px;
}
section.sign-up .form-row p {
  margin-top: 0;
}
section.sign-up .connect.social-active {
  color: #3cb6ea;
  background: #ffffff;
}
section.sign-up .error {
  display: block;
  max-width: 500px;
  margin: auto;
  color: #b94a48;
  margin: 10px auto;
}
section.sign-up .connect {
  width: 150px;
  height: 40px;
  margin-left: auto;
  color: #ffffff;
  text-align: right;
  font-size: initial;
  background: #3cb6ea;
  border: 1px solid #3cb6ea;
  border-radius: 4px;
  overflow: hidden;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.sign-up .connect:hover {
  color: #3cb6ea;
  background: #ffffff;
}
section.sign-up .connect .social-media-text {
  top: -20px;
  right: 5px;
  position: relative;
}
section.sign-up .connect .fa {
  position: relative;
}
section.sign-up .connect .fa.fa-linkedin {
  font-size: 42pt;
  right: 38px;
  top: -7px;
}
section.sign-up .connect .fa.fa-linkedin + span {
  top: -11px;
}
section.sign-up .connect .fa.fa-facebook {
  font-size: 34pt;
  right: 51px;
  top: -2px;
}
section.sign-up .connect .fa.fa-facebook + span {
  top: -2px;
}
section.sign-up .connect .fa.fa-google {
  font-size: 38pt;
  right: 57px;
  top: -6px;
}
section.sign-up .connect .fa.fa-google + span {
  top: -7px;
}
section.sign-up .form-row.sign-up-social {
  display: inline-block;
}
section.sign-up .form-row.sign-up-social .connect {
  margin: 0 5px;
}
section.sign-up .form-row h3 {
  padding-top: 25px;
  padding-bottom: 25px;
}
section.sign-up .form-row .term-text {
  margin-top: 50px;
  font-size: 8pt;
}
/* -------------------- ------------------ -------------------- */
/* -------------------- SMARTPHONE RESTYLE -------------------- */
/* -------------------- ------------------ -------------------- */
@media (max-width: 768px) {
  section.sign-up .connect .fa {
    position: relative;
  }
  section.sign-up .form-row.sign-up-social {
    display: block;
  }
  section.sign-up .form-row.sign-up-social .connect {
    margin: auto;
  }
}
/* -------------------- ----------------- -------------------- */
/* -------------------- SIGN UP | OPTIONS -------------------- */
/* -------------------- ----------------- -------------------- */
section.sign-up-options .container {
  padding: 50px 0;
}
section.sign-up-options header nav .container {
  padding: 25px 0;
}
section.sign-up-options header.secondary-nav {
  display: block;
}
section.sign-up-options hr {
  max-width: 250px;
  height: 1px;
  background: #c3c3c3;
  border: 0;
}
section.sign-up-options label {
  display: block;
  margin-bottom: 25px;
}
section.sign-up-options .title-container h3 {
  padding-bottom: 0;
}
section.sign-up-options .title-container p {
  margin-bottom: 20px;
}
section.sign-up-options .container.username-container {
  max-width: 400px;
}
section.sign-up-options .currency-container .fa-question-circle,
section.sign-up-options .country-container .fa-question-circle {
  margin-left: 10px;
  cursor: pointer;
}
section.sign-up-options .currency-container .info,
section.sign-up-options .country-container .info {
  max-width: 385px;
  margin: auto;
  font-size: 10pt;
  background: #f3f3f3;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #999;
  margin-bottom: 25px;
}
section.sign-up-options .currency-container .info .info-title,
section.sign-up-options .country-container .info .info-title {
  font-weight: 400;
  margin-bottom: 10px;
}
section.sign-up-options .currency-container .info p,
section.sign-up-options .country-container .info p {
  margin: 0;
}
section.sign-up-options .currency-container .currency-btn,
section.sign-up-options .country-container .currency-btn {
  display: inline-block;
  width: 125px;
  height: 125px;
  padding: 10px;
  color: #c3c3c3;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  margin: 0 15px;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.sign-up-options .currency-container .currency-btn.active,
section.sign-up-options .country-container .currency-btn.active {
  color: #3cb6ea;
  background: #e1f6ff;
  border: 1px solid #3cb6ea;
}
section.sign-up-options .currency-container .currency-btn .currency-symbol,
section.sign-up-options .country-container .currency-btn .currency-symbol {
  font-size: 45pt;
  font-weight: 400;
  margin-top: 0px;
}
section.sign-up-options .currency-container .currency-btn .currency-symbol + p,
section.sign-up-options .country-container .currency-btn .currency-symbol + p {
  margin-top: -12px;
}
section.sign-up-options .country {
  width: 380px;
  margin: 10px auto;
}
section.sign-up-options .account-container {
  max-width: 500px;
}
section.sign-up-options .account-container .account-type {
  margin-top: 50px;
}
section.sign-up-options .account-container .account {
  display: inline-block;
  width: 125px;
  height: 125px;
  border-radius: 8px;
  border: 1px solid #c3c3c3;
  color: #c3c3c3;
  cursor: pointer;
  padding: 0;
  overflow: hidden;
  margin: 0 15px;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.sign-up-options .account-container .account.active {
  color: #3cb6ea;
  background: #e1f6ff;
  border: 1px solid #3cb6ea;
}
section.sign-up-options .account-container .account .title {
  font-weight: 400;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 25%;
}
section.sign-up-options .account-container .account p {
  display: inline-block;
  margin: 0;
}
section.sign-up-options .account-container .account p.account-currency {
  margin-top: 30px;
  font-size: 14pt;
  vertical-align: top;
}
section.sign-up-options .account-container .account p.value {
  font-size: 40pt;
  font-weight: 400;
  padding-top: 15px;
}
section.sign-up-options .account-container .account p.monthly {
  font-size: 9pt;
}
section.sign-up-options .proceed {
  margin-bottom: 50px;
  text-align: center;
}
section.sign-up-options .proceed button {
  width: initial;
}
/* -------------------- ------------------ -------------------- */
/* -------------------- SMARTPHONE RESTYLE -------------------- */
/* -------------------- ------------------ -------------------- */
@media (max-width: 1024px) {
  section.sign-up-options header.secondary-nav {
    display: block;
    visibility: visible;
  }
}
@media (max-width: 480px) {
  section.sign-up-options .currency-container .currency-btn {
    width: 100px;
    height: 100px;
    padding: 0;
  }
  section.sign-up-options .account-container .account {
    width: 100px;
    height: 100px;
    padding: 0;
  }
  section.sign-up-options .account-container .account p.account-currency {
    margin-top: 25px;
    font-size: 12pt;
    vertical-align: top;
  }
  section.sign-up-options .account-container .account p.value {
    font-size: 30pt;
  }
  section.sign-up-options .country {
    width: 305px;
  }
}
/* -------------------- ----------------- -------------------- */
/* -------------------- SIGN UP | PAYMENT -------------------- */
/* -------------------- ----------------- -------------------- */
section.sign-up-payment header.secondary-nav {
  display: block;
}
section.sign-up-payment .container {
  padding-top: 50px 0px;
}
section.sign-up-payment .active {
  color: #3cb6ea;
  background: #ffffff;
}
section.sign-up-payment hr {
  max-width: 250px;
  height: 1px;
  background: #c3c3c3;
  border: 0;
}
section.sign-up-payment .alertBox {
  max-width: 500px;
  margin: auto;
}
section.sign-up-payment .error {
  display: block;
  max-width: 500px;
  margin: auto;
  color: #b94a48;
  margin: 10px auto;
}
section.sign-up-payment input.error {
  border: 1px solid #b94a48;
}
section.sign-up-payment input.success {
  background: #e1f6ff;
  border: 1px solid #3cb6ea;
}
section.sign-up-payment #title .container {
  padding-bottom: 0;
}
section.sign-up-payment #title h3 {
  padding-bottom: 0;
}
section.sign-up-payment .box {
  display: inline-block;
  width: 200px;
  height: 70px;
  margin: 10px 0px;
  color: #c3c3c3;
  background: #ffffff;
  border: 1px solid #c3c3c3;
  border-radius: 8px;
  margin: 0 15px;
  cursor: pointer;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.sign-up-payment .box.active {
  color: #3cb6ea;
  background: #e1f6ff;
  border: 1px solid #3cb6ea;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.sign-up-payment .box.active .fa {
  display: inline;
  color: #3cb6ea;
}
section.sign-up-payment .box:hover {
  color: #3cb6ea;
  border: 1px solid #3cb6ea;
}
section.sign-up-payment .box .type {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
section.sign-up-payment .box .fa {
  display: none;
  padding-right: 10px;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.sign-up-payment #payment-select .container {
  padding-top: 30px;
}
section.sign-up-payment #payment-select .container h3 {
  padding-top: 30px;
}
section.sign-up-payment #payment-select div.total {
  padding-bottom: 30px;
}
section.sign-up-payment #payment-select div.total h3#totalprice {
  font-size: 55pt;
  font-weight: 600;
  padding-top: 0;
  padding-bottom: 0;
}
section.sign-up-payment #payment-select div.total h3#totalprice small {
  font-size: 22pt;
}
section.sign-up-payment #payment-select .container .voucher {
  max-width: 250px;
  margin: 0px auto 10px auto;
  position: relative;
}
section.sign-up-payment #payment-select .container .voucher span.success-tick {
  position: absolute;
  color: #3cb6ea;
  top: 12px;
  right: 6px;
}
section.sign-up-payment #payment-select ul li {
  display: inline-block;
}
section.sign-up-payment #payment-select a {
  display: inline-block;
  width: initial;
  margin: 10px 0px;
  border: 1px solid #c3c3c3;
  cursor: pointer;
}
section.sign-up-payment #payment-select a img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
section.sign-up-payment #payment-select a.active {
  color: #3cb6ea;
  background: #e1f6ff;
  border: 1px solid #3cb6ea;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.sign-up-payment #payment-select a.active img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}
section.sign-up-payment #payment-select a.active:hover {
  background: #e1f6ff;
}
section.sign-up-payment #payment-select a:hover {
  color: #3cb6ea;
  border: 1px solid #3cb6ea;
}
section.sign-up-payment #payment-select img.paypal,
section.sign-up-payment #payment-select img.credit {
  max-width: 145px;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.sign-up-payment #payment-select .nb {
  padding: 15px;
  font-size: 7pt;
}
section.sign-up-payment #payment-select input[placeholder="Voucher Code"] {
  max-width: 250px;
  margin: auto;
}
section.sign-up-payment #payment-select .proceed {
  margin: 50px;
}
section.sign-up-payment #payment-select .proceed button {
  width: initial;
}
section.sign-up-payment #voucher-code .container {
  max-width: 250px;
}
/* -------------------- -------- -------------------- */
/* -------------------- ABOUT US -------------------- */
/* -------------------- -------- -------------------- */
section.about-us .top-image {
  height: 400px;
}
section.about-us .first {
  margin-top: 400px;
}
section.about-us .first .container {
  max-width: 800px;
}
section.about-us .photo {
  text-align: center;
}
section.about-us .photo img {
  width: 100%;
}
section.about-us .photo .photo-frame {
  width: 95%;
  max-width: 1200px;
  margin: auto;
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 8px;
  overflow: hidden;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  /*&:hover {
				border: 2px solid @lightBlue;
				.transition();

				.team {
					color: @white;
					background: @lightBlue;
					.transition();
				}
			}*/
}
section.about-us .photo .team {
  padding: 10px;
  color: rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0);
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.about-us .main-content .container {
  text-align: left;
}
section.about-us .main-content .container h3 {
  text-align: left;
}
section.about-us .main-content .content:first-of-type {
  padding-bottom: 75px;
}
section.about-us .private-network {
  border-top: 1px solid #eaeaea;
}
section.about-us .private-network p a {
  text-decoration: underline;
}
/* -------------------- ------------- -------------------- */
/* -------------------- MEET THE TEAM -------------------- */
/* -------------------- ------------- -------------------- */
section.meet-the-team span {
  display: inline-block;
}
section.meet-the-team hr {
  border: 0;
  height: 1px;
  background: #cecece;
  margin-top: 50px;
  margin-bottom: 50px;
}
section.meet-the-team #title h3 {
  padding-bottom: 0;
}
section.meet-the-team .team {
  font-size: 0;
}
section.meet-the-team .team:last-of-type {
  margin-bottom: 50px;
}
section.meet-the-team .team .container {
  text-align: left;
  padding: 0;
}
section.meet-the-team .team .name {
  width: 33%;
  font-size: 25pt;
  text-transform: uppercase;
  text-align: right;
  vertical-align: top;
  padding-right: 15px;
  color: #3cb6ea;
}
section.meet-the-team .team .name p {
  margin-top: -10px;
}
section.meet-the-team .team .name p.last-name {
  font-weight: 600;
}
section.meet-the-team .team .name p.position {
  margin-top: 0px;
  font-size: 15pt;
  text-transform: initial;
  color: #ffffff;
  background: #3cb6ea;
  padding: 2px 8px;
}
section.meet-the-team .team .bio {
  width: 66%;
  font-size: 12pt;
  text-align: left;
  padding-left: 15px;
}
section.meet-the-team .team .cta {
  margin-top: 25px;
}
@media (max-width: 768px) {
  section.meet-the-team .team .name {
    width: 95%;
    text-align: left;
    margin: auto;
    padding-right: 0;
    margin-bottom: 15px;
  }
  section.meet-the-team .team .name p.first-name {
    display: inline;
  }
  section.meet-the-team .team .name p.last-name {
    display: inline;
  }
  section.meet-the-team .team .bio {
    width: 95%;
    margin: auto;
    padding-left: 0;
  }
}
/* ---------- -------------------- ---------- */
/* ---------- TERMS AND CONDITIONS ---------- */
/* ---------- -------------------- ---------- */
section.terms-and-conditions .top-image {
  height: 400px;
}
section.terms-and-conditions .first {
  margin-top: 400px;
}
section.terms-and-conditions .container {
  text-align: left;
}
section.terms-and-conditions h1.terms {
  color: #3cb6ea;
}
section.terms-and-conditions h2.terms {
  color: #3cb6ea;
}
section.terms-and-conditions p.terms {
  max-width: 500px;
  padding: 25px 0px;
  text-align: center;
  margin: auto;
}
section.terms-and-conditions .section-white h3 {
  padding-top: 50px;
  padding-bottom: 0px;
  text-align: left;
}
/* ---------- -------------- ---------- */
/* ---------- PRIVACY POLICY ---------- */
/* ---------- -------------- ---------- */
section.privacy-policy .top-image {
  height: 400px;
}
section.privacy-policy .first {
  margin-top: 400px;
}
section.privacy-policy .container {
  text-align: left;
}
section.privacy-policy h1.privacy {
  color: #3cb6ea;
}
section.privacy-policy h2.privacy {
  color: #3cb6ea;
}
section.privacy-policy .section-white h3 {
  padding-top: 50px;
  padding-bottom: 0px;
  text-align: left;
}
/* -------------------- --------------- -------------------- */
/* -------------------- PRESS AND MEDIA -------------------- */
/* -------------------- --------------- -------------------- */
section.press-and-media .top-image {
  height: 400px;
}
section.press-and-media .top-margin {
  margin-top: 400px;
}
section.press-and-media .container {
  padding: 0 20px;
}
section.press-and-media .container .row {
  width: 100%;
  max-width: 1140px;
  min-width: 755px;
  margin: 0 auto;
  position: relative;
}
section.press-and-media .container .row .onecol,
section.press-and-media .container .row .twocol,
section.press-and-media .container .row .threecol,
section.press-and-media .container .row .fourcol,
section.press-and-media .container .row .fivecol,
section.press-and-media .container .row .sixcol,
section.press-and-media .container .row .sevencol,
section.press-and-media .container .row .eightcol,
section.press-and-media .container .row .ninecol,
section.press-and-media .container .row .tencol,
section.press-and-media .container .row .elevencol {
  margin: 0 3.8% 0 0;
  float: left;
  min-height: 1px;
}
section.press-and-media .container .row .onecol {
  width: 4.85%;
}
section.press-and-media .container .row .twocol {
  width: 13.45%;
}
section.press-and-media .container .row .threecol {
  width: 22.05%;
}
section.press-and-media .container .row .fourcol {
  width: 30.75%;
}
section.press-and-media .container .row .fivecol {
  width: 39.45%;
}
section.press-and-media .container .row .sixcol {
  width: 48%;
}
section.press-and-media .container .row .sevencol {
  width: 56.75%;
}
section.press-and-media .container .row .eightcol {
  width: 65.4%;
}
section.press-and-media .container .row .ninecol {
  width: 74.05%;
}
section.press-and-media .container .row .tencol {
  width: 82.7%;
}
section.press-and-media .container .row .elevencol {
  width: 91.35%;
}
section.press-and-media .container .row .twelvecol {
  width: 100%;
  float: left;
}
section.press-and-media .container .row .last {
  margin: 0px;
}
section.press-and-media .container .row img,
section.press-and-media .container .row object,
section.press-and-media .container .row embed {
  max-width: 100%;
}
section.press-and-media .container .row img {
  height: auto;
}
section.press-and-media .press {
  float: left;
  width: 100%;
  display: block;
  margin: 0;
}
section.press-and-media .press.first {
  margin: 3em 0 0;
}
section.press-and-media .press.last {
  margin: 0 0 3em !important;
}
section.press-and-media .press.last a.col {
  border-bottom: 0 none;
}
section.press-and-media .press a.col {
  float: left;
  width: 33.3333%;
  display: block;
  border-right: 2px solid #f9f9f9;
  border-bottom: 2px solid #f9f9f9;
  padding: 4em 2em;
  text-align: center;
  min-height: 260px;
}
section.press-and-media .press a.col:hover {
  background: #f9f9f9;
}
section.press-and-media .press a.col.last {
  border-right: 0 none;
}
section.press-and-media .press a.col i {
  font-size: 3em;
  color: #3cb6ea;
}
section.press-and-media .press a.col p {
  font-size: 1em;
  color: #3cb6ea;
}
section.press-and-media .press a.col p.first {
  line-height: 22px;
  padding-top: 1em;
}
section.press-and-media .press a.col p.under {
  color: #c6c5c5;
}
/* -------------------- ------- -------------------- */
/* -------------------- CONTACT -------------------- */
/* -------------------- ------- -------------------- */
section.contact .top-image {
  height: 400px;
}
section.contact .first {
  margin-top: 400px;
}
section.contact #address {
  font-size: 0;
}
section.contact #address .content {
  display: inline-block;
  width: 50%;
  padding: 15px;
  font-size: initial;
  vertical-align: top;
}
section.contact #address .content iframe {
  width: 100%;
  height: 400px;
}
section.contact #address .content p:first-of-type {
  padding-top: 10px;
}
section.contact #address .content .content-container {
  padding-top: 15px;
  padding-bottom: 15px;
}
section.contact #address .cta {
  margin-top: 10px;
  margin-bottom: 20px;
}
/* -------------------- ------- -------------------- */
/* -------------------- INVITES -------------------- */
/* -------------------- ------- -------------------- */
section.invites input {
  margin-top: 5px;
  margin-bottom: 5px;
}
section.invites span {
  display: inline-block;
}
section.invites #network-details {
  font-size: 0;
  min-height: 68vh;
}
section.invites #network-details .network-info {
  width: 47%;
  font-size: initial;
  padding: 15px;
  margin-right: 30px;
  vertical-align: top;
}
section.invites #network-details .connectButton {
  margin-top: 50px;
}
section.invites #network-details .form {
  width: 47%;
  font-size: initial;
  padding: 15px;
  margin-left: 30px;
  vertical-align: top;
  background: #ececec;
  border-radius: 6px;
}
section.invites #network-details input[type="submit"] {
  border: 1px solid #3cb6ea;
  margin-top: 20px;
  margin-bottom: 20px;
}
section.invites #network-details input[type="submit"]:hover {
  background: transparent;
}
section.invites #network-details .conditions {
  font-size: 9pt;
  max-width: 375px;
  margin: auto;
  color: #777777;
}
section.invites #network-details .connect-with {
  margin-top: 25px;
  margin-bottom: 25px;
}
section.invites #network-details .connect {
  width: 150px;
  height: 40px;
  margin: auto;
  color: #ffffff;
  text-align: right;
  font-size: initial;
  background: #3cb6ea;
  border: 1px solid #3cb6ea;
  border-radius: 4px;
  overflow: hidden;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
section.invites #network-details .connect:hover {
  color: #3cb6ea;
  background: transparent;
}
section.invites #network-details .connect .social-media-text {
  top: -20px;
  right: 5px;
  position: relative;
}
section.invites #network-details .connect .fa {
  position: relative;
}
section.invites #network-details .connect .fa.fa-linkedin {
  font-size: 42pt;
  right: 38px;
  top: -7px;
}
section.invites #network-details .connect .fa.fa-linkedin + span {
  top: -11px;
}
section.invites #network-details .connect .fa.fa-facebook {
  font-size: 34pt;
  right: 51px;
  top: -2px;
}
section.invites #network-details .connect .fa.fa-facebook + span {
  top: -2px;
}
section.invites #network-details .connect .fa.fa-google {
  font-size: 38pt;
  right: 57px;
  top: -6px;
}
section.invites #network-details .connect .fa.fa-google + span {
  top: -7px;
}
@media (max-width: 1024px) {
  section.invites #network-details .network-info {
    margin-right: 0;
  }
  section.invites #network-details .form {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  section.invites #network-details .network-info {
    width: 100%;
  }
  section.invites #network-details .form {
    margin-top: 50px;
    width: 100%;
  }
}
section.invites footer {
  padding: 15px 0;
}
section.invites footer p {
  margin-top: 0;
}
section.invites footer .links ul.terms {
  border-top: 0;
  margin-top: 0;
}
/*@mediumBlue: #407499;*/
div[style="opacity: 0.7; z-index: 10000; width: 150px; height: 60px; background: #ffffff; padding: 11px 0px; text-align: center; font-family: monospace; position: fixed; top: 0px; left:0px;"] {
  display: none;
}
