/*
Theme Name: WORLDwrite & WORLDbytes
Description: Custom WordPress theme for WORLDwrite & WORLDbytes
Version: 1.0.1
Author: Kyle Duncan
Author URI: http://www.thisisforge.com/
*/
/* Reset */
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

*:focus {
  outline: none;
}

html, body {
  -webkit-text-size-adjust: 100%;
}

ul, ol, li {
  list-style: none;
}

/* Grid */
.row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.maxWidth200 {
  max-width: 200px;
}

.maxWidth300 {
  max-width: 300px;
}

.maxWidth400 {
  max-width: 400px;
}

.maxWidth480 {
  max-width: 480px;
}

.maxWidth600 {
  max-width: 600px;
}

.maxWidth800 {
  max-width: 800px;
}

.maxWidth900 {
  max-width: 900px;
}

.negMar10 {
  margin-left: -10px;
  margin-right: -10px;
}

.negMar15 {
  margin-left: -15px;
  margin-right: -15px;
}

.negMar20 {
  margin-left: -20px;
  margin-right: -20px;
}

.negMar30 {
  margin-left: -30px;
  margin-right: -30px;
}

.negMar40 {
  margin-left: -40px;
  margin-right: -40px;
}

.col-1, .col-2, .col-2_4, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 {
  float: left;
}
.col-1.right, .col-2.right, .col-2_4.right, .col-3.right, .col-4.right, .col-5.right, .col-6.right, .col-7.right, .col-8.right, .col-9.right, .col-10.right, .col-11.right {
  float: right;
}

.col-1 {
  width: 8.333%;
}

.col-2 {
  width: 16.666%;
}

.col-2_4 {
  width: 20%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.333%;
}

.col-5 {
  width: 41.666%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.333%;
}

.col-8 {
  width: 66.666%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.333%;
}

.col-11 {
  width: 91.666%;
}

.inlineCol-4 {
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
}

.colWrapper .col-2_4:nth-child(5n+1) {
  clear: both;
}
.colWrapper .col-4:nth-child(3n+1) {
  clear: both;
}

@media screen and (max-width: 1199px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left;
  }
  .col-lg-1.right, .col-lg-2.right, .col-lg-3.right, .col-lg-4.right, .col-lg-5.right, .col-lg-6.right, .col-lg-7.right, .col-lg-8.right, .col-lg-9.right, .col-lg-10.right, .col-lg-11.right {
    float: right;
  }

  .col-lg-1 {
    width: 8.333%;
  }

  .col-lg-2 {
    width: 16.666%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.333%;
  }

  .col-lg-5 {
    width: 41.666%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.333%;
  }

  .col-lg-8 {
    width: 66.666%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.333%;
  }

  .col-lg-11 {
    width: 91.666%;
  }

  .col-lg-12 {
    clear: both;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto;
  }

  .negMar0-lg {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 999px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }
  .col-md-1.right, .col-md-2.right, .col-md-3.right, .col-md-4.right, .col-md-5.right, .col-md-6.right, .col-md-7.right, .col-md-8.right, .col-md-9.right, .col-md-10.right, .col-md-11.right {
    float: right;
  }

  .col-md-1 {
    width: 8.333%;
  }

  .col-md-2 {
    width: 16.666%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.333%;
  }

  .col-md-5 {
    width: 41.666%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.333%;
  }

  .col-md-8 {
    width: 66.666%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.333%;
  }

  .col-md-11 {
    width: 91.666%;
  }

  .col-md-12 {
    clear: both;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto;
  }

  .colWrapper .col-md-3:nth-child(n) {
    clear: none;
  }
  .colWrapper .col-md-3:nth-child(4n+1) {
    clear: both;
  }

  .negMar0-md {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .inlineCol-md-6 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left;
  }
  .col-sm-1.right, .col-sm-2.right, .col-sm-3.right, .col-sm-4.right, .col-sm-5.right, .col-sm-6.right, .col-sm-7.right, .col-sm-8.right, .col-sm-9.right, .col-sm-10.right, .col-sm-11.right {
    float: right;
  }

  .col-sm-1 {
    width: 8.333%;
  }

  .col-sm-2 {
    width: 16.666%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.333%;
  }

  .col-sm-5 {
    width: 41.666%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.333%;
  }

  .col-sm-8 {
    width: 66.666%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.333%;
  }

  .col-sm-11 {
    width: 91.666%;
  }

  .col-sm-12 {
    clear: both;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto;
  }

  .colWrapper .col-sm-4:nth-child(n) {
    clear: none;
  }
  .colWrapper .col-sm-4:nth-child(3n+1) {
    clear: both;
  }
  .colWrapper .col-sm-6:nth-child(n) {
    clear: none;
  }
  .colWrapper .col-sm-6:nth-child(odd) {
    clear: both;
  }

  .negMar0-sm {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 599px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
    float: left;
  }
  .col-xs-1.right, .col-xs-2.right, .col-xs-3.right, .col-xs-4.right, .col-xs-5.right, .col-xs-6.right, .col-xs-7.right, .col-xs-8.right, .col-xs-9.right, .col-xs-10.right, .col-xs-11.right {
    float: right;
  }

  .col-xs-1 {
    width: 8.333%;
  }

  .col-xs-2 {
    width: 16.666%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-4 {
    width: 33.333%;
  }

  .col-xs-5 {
    width: 41.666%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-7 {
    width: 58.333%;
  }

  .col-xs-8 {
    width: 66.666%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-10 {
    width: 83.333%;
  }

  .col-xs-11 {
    width: 91.666%;
  }

  .col-xs-12 {
    clear: both;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto;
  }

  .colWrapper .col-xs-6:nth-child(n) {
    clear: none;
  }
  .colWrapper .col-xs-6:nth-child(odd) {
    clear: both;
  }

  .negMar0-xs {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .inlineCol-xs-12 {
    display: block;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto;
  }
}
/* Margins */
.autoMar {
  margin-left: auto;
  margin-right: auto;
}

.bMar0 {
  margin-bottom: 0 !important;
}

.lMar5 {
  margin-left: 5px;
}

.rMar5 {
  margin-right: 5px;
}

.tMar5 {
  margin-top: 5px;
}

.bMar5 {
  margin-bottom: 5px;
}

.lMar10 {
  margin-left: 10px;
}

.rMar10 {
  margin-right: 10px;
}

.tMar10 {
  margin-top: 10px;
}

.bMar10 {
  margin-bottom: 10px;
}

.lMar15 {
  margin-left: 15px;
}

.rMar15 {
  margin-right: 15px;
}

.tMar15 {
  margin-top: 15px;
}

.bMar15 {
  margin-bottom: 15px;
}

.lMar20 {
  margin-left: 20px;
}

.rMar20 {
  margin-right: 20px;
}

.tMar20 {
  margin-top: 20px;
}

.bMar20 {
  margin-bottom: 20px;
}

.lMar30 {
  margin-left: 30px;
}

.rMar30 {
  margin-right: 30px;
}

.tMar30 {
  margin-top: 30px;
}

.bMar30 {
  margin-bottom: 30px;
}

.lMar40 {
  margin-left: 40px;
}

.rMar40 {
  margin-right: 40px;
}

.tMar40 {
  margin-top: 40px;
}

.bMar40 {
  margin-bottom: 40px;
}

.tMar60 {
  margin-top: 60px;
}

.bMar60 {
  margin-bottom: 60px;
}

.tMar80 {
  margin-top: 80px;
}

.bMar80 {
  margin-bottom: 80px;
}

.tMar100 {
  margin-top: 100px;
}

.bMar100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 999px) {
  .bMar10-md {
    margin-bottom: 10px;
  }

  .bMar30-md {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .bMar60, .bMar80, .bMar100 {
    margin-bottom: 40px;
  }

  .tMar60, .tMar80, .tMar100 {
    margin-top: 40px;
  }

  .bMar10-sm {
    margin-bottom: 10px;
  }

  .bMar20-sm {
    margin-bottom: 20px;
  }

  .bMar30-sm {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .bMar30-xs {
    margin-bottom: 30px;
  }
}
/* Padding */
.lPad5 {
  padding-left: 5px;
}

.rPad5 {
  padding-right: 5px;
}

.tPad5 {
  padding-top: 5px;
}

.bPad5 {
  padding-bottom: 5px;
}

.lPad10 {
  padding-left: 10px;
}

.rPad10 {
  padding-right: 10px;
}

.tPad10 {
  padding-top: 10px;
}

.bPad10 {
  padding-bottom: 10px;
}

.pad10 {
  padding: 10px;
}

.lPad15 {
  padding-left: 15px;
}

.rPad15 {
  padding-right: 15px;
}

.tPad15 {
  padding-top: 15px;
}

.bPad15 {
  padding-bottom: 15px;
}

.pad15 {
  padding: 15px;
}

.lPad20 {
  padding-left: 20px;
}

.rPad20 {
  padding-right: 20px;
}

.tPad20 {
  padding-top: 20px;
}

.bPad20 {
  padding-bottom: 20px;
}

.pad20 {
  padding: 20px;
}

.lPad30 {
  padding-left: 30px;
}

.rPad30 {
  padding-right: 30px;
}

.tPad30 {
  padding-top: 30px;
}

.bPad30 {
  padding-bottom: 30px;
}

.pad30 {
  padding: 30px;
}

.lPad40 {
  padding-left: 40px;
}

.rPad40 {
  padding-right: 40px;
}

.tPad40 {
  padding-top: 40px;
}

.bPad40 {
  padding-bottom: 40px;
}

.pad40 {
  padding: 40px;
}

.tPad60 {
  padding-top: 60px;
}

.bPad60 {
  padding-bottom: 60px;
}

.tPad80 {
  padding-top: 80px;
}

.bPad80 {
  padding-bottom: 80px;
}

.tPad100 {
  padding-top: 100px;
}

.bPad100 {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .bPad60, .bPad80, .bPad100 {
    padding-bottom: 40px;
  }

  .tPad60, .tPad80, .tPad100 {
    padding-top: 40px;
  }
}
/* Colours */
.white {
  color: #FFF;
}

.black {
  color: #000;
}

.red {
  color: #F33;
}

.darkGrey {
  color: #333333;
}

.purple {
  color: #4d2d52;
}

.lightPurple {
  color: #c1a5a9;
}

.pink {
  color: #93278f;
}

.green {
  color: #93278f;
}

.yellow {
  color: #93278f;
}

.whiteBG {
  background-color: #FFF;
}

.blackBG {
  background-color: #000;
}

.purpleBG {
  background-color: #4d2d52;
}

.lightPurpleBG {
  background-color: #c1a5a9;
}

.pinkBG {
  background-color: #93278f;
}

.darkGreenBG {
  background-color: #5d5b22;
}

.greenBG {
  background-color: #bab644;
}

.lightGreenBG {
  background-color: #e2e1d2;
}

.yellowBG {
  background-color: #fbb03b;
}

.darkBlueBG {
  background-color: #1d1a31;
}

.black70BG {
  background-color: rgba(0, 0, 0, 0.7);
}

.black90BG {
  background-color: rgba(0, 0, 0, 0.9);
}

.purple70BG {
  background-color: rgba(77, 45, 82, 0.7);
}

.purple90BG {
  background-color: rgba(77, 45, 82, 0.9);
}

.pink70BG {
  background-color: rgba(147, 39, 143, 0.7);
}

.yellow90BG {
  background-color: rgba(251, 176, 59, 0.9);
}

.darkBlue90BG {
  background-color: rgba(29, 26, 49, 0.9);
}

.redBorder {
  border-color: #F33 !important;
}

/* Typography */
html, body, h1, h2, h3, h4, h5, h6, .vCentre, .fontReset {
  font-size: 19px;
}

html, body {
  color: #4d2d52;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.2em;
}

p {
  line-height: 1.5em;
  margin: 0 0 1em;
}
p.lessMar {
  margin-bottom: 0.4em;
}

.sansAlt {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.bigTitle {
  font-size: 45px;
}

.medTitle {
  font-size: 32px;
  margin-bottom: 0.4em;
}

.smallTitle {
  font-size: 24px;
  margin-bottom: 0.4em;
}
.smallTitle.lessMar {
  margin-bottom: 0.2em;
}

.smallerTitle {
  font-size: 21px;
  margin-bottom: 0.4em;
}

.tinyTitle {
  font-size: 13px;
}

.largest {
  font-size: 32px;
}

.larger {
  font-size: 24px;
}

.large {
  font-size: 21px;
}

.small {
  font-size: 17px;
}

.smaller {
  font-size: 11px;
}

.quote {
  font-size: 30px;
}

.cmsContent h2 {
  color: #93278f;
  font-size: 32px;
  font-weight: 500;
  margin: 1.5em 0 0.4em;
}
.lightGreenBG .cmsContent h2 {
  color: #4d2d52;
}
.cmsContent h3 {
  color: #93278f;
  font-size: 24px;
  font-weight: 500;
  margin: 1.5em 0 0.4em;
}
.lightGreenBG .cmsContent h3 {
  color: #4d2d52;
}
.cmsContent ul {
  list-style: disc;
  margin-bottom: 1em;
  padding: 0 0 0 1.4em;
}
.cmsContent ul li {
  line-height: 1.5em;
  list-style: disc;
}
.cmsContent ol {
  list-style: decimal;
  margin-bottom: 1em;
  padding: 0 0 0 1.8em;
}
.cmsContent ol li {
  line-height: 1.5em;
  list-style: decimal;
}
.cmsContent a {
  color: #93278f;
  text-decoration: underline;
}
.cmsContent a:hover {
  color: #4d2d52;
}

.uppercase {
  text-transform: uppercase;
}

.leftText {
  text-align: left;
}

.rightText {
  text-align: right;
}

.centreText {
  text-align: center;
}

.font0 {
  font-size: 0;
}

@media screen and (max-width: 767px) {
  html, body, h1, h2, h3, h4, h5, h6, .vCentre, .fontReset {
    font-size: 17px;
  }

  .bigTitle {
    font-size: 30px;
  }

  .medTitle,
  .cmsContent h2 {
    font-size: 24px;
  }

  .smallTitle,
  .cmsContent h3,
  .quote {
    font-size: 21px;
  }

  .largest {
    font-size: 21px;
  }

  .larger {
    font-size: 21px;
  }

  .large {
    font-size: 19px;
  }

  .small {
    font-size: 15px;
  }
}
/* Media */
a img {
  border: 0;
}

img,
video {
  display: block;
}
img.fullWidth,
video.fullWidth {
  height: auto;
  width: 100%;
}
img.fullHeight,
video.fullHeight {
  height: 100%;
  width: auto;
}
img.maxWidth,
video.maxWidth {
  height: auto;
  max-width: 100%;
}

.bgCover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgCoverJS {
  overflow: hidden;
  position: relative;
}
.bgCoverJS .bgMediaJS {
  left: 0;
  position: absolute;
  top: 0;
}

.videoEmbed iframe {
  display: block;
  width: 100%;
}

.awardLogo {
  display: inline-block;
  vertical-align: top;
  width: 100px;
}
.awardLogo .awardLogoImage {
  height: 100px;
  line-height: 100px;
}
.awardLogo .awardLogoImage img {
  display: inline-block;
  vertical-align: middle;
}

.cmsContent img {
  height: auto;
  margin-bottom: 1em;
}
.cmsContent img.alignnone {
  max-width: 300px;
}
.cmsContent img.alignleft {
  float: left;
  margin-right: 1em;
  max-width: 250px;
}
.cmsContent img.alignright {
  float: right;
  margin-left: 1em;
  max-width: 250px;
}

@media screen and (max-width: 599px) {
  .cmsContent img {
    float: none !important;
    margin: 0 0 1em !important;
    max-width: 300px !important;
  }
}
/* Forms */
button.button,
input.text,
textarea {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input.text,
textarea {
  background: none;
  border: 1px solid #4d2d52;
  border-radius: 0;
  color: #4d2d52;
  display: block;
  font-size: 17px;
  line-height: 24px;
  padding: 10px;
  width: 100%;
}
input.text::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #4d2d52;
}
input.text:-moz-placeholder,
textarea:-moz-placeholder {
  color: #4d2d52;
}
input.text::-moz-placeholder,
textarea::-moz-placeholder {
  color: #4d2d52;
}
input.text:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #4d2d52;
}

input.text {
  height: 46px;
}

input.narrowText {
  width: 70px;
}

textarea {
  height: 118px;
  resize: none;
}

.submitRow {
  min-height: 30px;
}

label.error {
  left: -9999em;
  position: absolute;
  visibility: hidden;
}

/* Links/Buttons */
a {
  color: #4d2d52;
  text-decoration: none;
}
a:hover {
  color: #93278f;
}
a.lightPurple {
  color: #c1a5a9;
}
a.lightPurple:hover {
  color: #FFF;
}
a.pink {
  color: #93278f;
}
a.pink:hover {
  color: #4d2d52;
}
a.yellow, .white a {
  color: #fbb03b;
}
a.yellow:hover, .white a:hover {
  color: #FFF;
}
.whiteLinks a {
  color: #FFF;
}
.whiteLinks a:hover {
  color: #93278f;
}

a,
.button {
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
a.block,
.button.block {
  display: block;
}

.button {
  background: #4d2d52;
  border: 0;
  border-radius: 0;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  height: 34px;
  line-height: 34px;
  padding: 0 25px;
  text-align: center;
}
.button.big {
  font-size: 24px;
  font-weight: 500;
  height: 60px;
  line-height: 60px;
  min-width: 200px;
  text-transform: uppercase;
}
.button.whiteBorder {
  background: none;
  border: 1px solid #FFF;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  padding: 0 15px;
  text-transform: uppercase;
}
.button.whiteBorder:hover {
  background-color: #FFF;
  color: #1d1a31;
}
.button:hover {
  background-color: #c1a5a9;
  color: #4d2d52;
}

.socialIcons a {
  background: url(images/social-icons.svg) no-repeat;
  display: inline-block;
  height: 34px;
  text-indent: -9999em;
  width: 34px;
}
.socialIcons a.twitter {
  background-position: 0 -34px;
}
.socialIcons a.youtube {
  background-position: 0 -68px;
}
.socialIcons a.vimeo {
  background-position: 0 -102px;
}

.titleLink {
  line-height: 54px;
}

.timestamp {
  bottom: 0;
  padding: 5px 10px 5px 18px;
  left: 0;
  position: absolute;
}
.timestamp:before {
  border-bottom: 4px solid transparent;
  border-left: 8px solid #FFF;
  border-top: 4px solid transparent;
  content: "";
  left: 5px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
}

.embedPopupLink,
.addthis_inline_share_toolbox {
  display: inline-block;
  vertical-align: top;
}

.embedPopupLink {
  background-image: url(images/embed-icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  height: 30px;
  margin-right: 4px;
  width: 30px;
}

.downloadLink:after {
  background: #e2e1d2 url(images/download-icon.svg) center center no-repeat;
  bottom: 0;
  content: "";
  height: 60px;
  position: absolute;
  right: 0;
  width: 60px;
}

.closePopup {
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  z-index: 6;
}
.crewPopup .closePopup, .imagePopup .closePopup {
  right: 5px;
}
.graphPopup .closePopup {
  right: 10px;
}
.closePopup:before, .closePopup:after {
  background: #FFF;
  border-radius: 2px;
  content: "";
  height: 2px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  right: 0;
  top: 50%;
}
.closePopup:before {
  transform: rotate(-45deg);
}
.closePopup:after {
  transform: rotate(45deg);
}

@media screen and (max-width: 999px) {
  .titleLink {
    line-height: 1.2em;
    text-align: left !important;
  }
}
/* Misc. */
.absBox {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.bBorderPurple {
  border-bottom: 1px solid #4d2d52;
}

.tBorderPurple {
  border-top: 1px solid #4d2d52;
}

.rounded {
  border-radius: 50%;
}

.hidden {
  display: none;
}

.relative,
.onTop {
  position: relative;
}
.relative.onTop,
.onTop.onTop {
  z-index: 5;
}

.hideOverflow {
  overflow: hidden;
}

.overflowAuto {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.vCentreParent:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.vCentreParent .vCentre {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.clearFix:after {
  clear: both;
  content: "";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
}

@media screen and (max-width: 1199px) {
  .hidden-lg {
    display: none !important;
  }

  .visible-lg {
    display: block !important;
  }
}
@media screen and (max-width: 999px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm {
    display: block !important;
  }
}
@media screen and (max-width: 599px) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }
}
/* Main */
#container {
  min-width: 320px;
}

.headerPadding {
  padding-top: 68px;
}

#banner {
  min-height: 200px;
}
#banner #newsBanner {
  left: 0;
  position: absolute;
  right: 0;
  top: 68px;
  z-index: 5;
}
#banner #bannerTitle {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 5;
}

#newsBannerText {
  display: inline-block;
  left: 100%;
  white-space: nowrap;
}
#newsBannerText p {
  display: inline;
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .headerPadding {
    padding-top: 60px;
  }

  #banner #newsBanner {
    top: 60px;
  }
}
@media screen and (max-width: 767px) {
  #bannerTitle {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
/* Header */
#header {
  left: 0;
  right: 0;
  position: fixed;
  top: 0;
  z-index: 100;
}

#logoWrapper {
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  float: left;
}

#logo {
  background: url(images/logo.svg) no-repeat;
  background-size: contain;
  height: 48px;
  text-indent: -9999em;
  width: 166px;
}

a#menuIcon {
  border: 5px solid transparent;
  height: 28px;
  margin-top: -14px;
  position: absolute;
  right: -5px;
  top: 50%;
  width: 32px;
  z-index: 10;
}
a#menuIcon span {
  background: #FFF;
  height: 2px;
  left: 0;
  position: absolute;
  transition: 0.3s;
  width: 22px;
}
a#menuIcon span.line1 {
  top: 0;
}
a#menuIcon span.line2, a#menuIcon span.line3 {
  top: 8px;
}
a#menuIcon span.line4 {
  top: 16px;
}
a#menuIcon.active span.line1, a#menuIcon.active span.line4 {
  opacity: 0;
}
a#menuIcon.active span.line2 {
  transform: rotate(45deg);
}
a#menuIcon.active span.line3 {
  transform: rotate(-45deg);
}
.no-csstransforms a#menuIcon.active span.line1, .no-csstransforms a#menuIcon.active span.line4 {
  opacity: 1;
}
.no-csstransforms a#menuIcon.active span.line2, .no-csstransforms a#menuIcon.active span.line3 {
  transform: none;
}

#navWrapper {
  padding-top: 23px;
}
#navWrapper #nav li {
  display: inline-block;
  position: relative;
}
#navWrapper #nav li:after {
  background: #FFF;
  content: "";
  height: 14px;
  position: absolute;
  right: 0;
  top: 4px;
  width: 1px;
}
#navWrapper #nav li:last-child:after {
  display: none;
}
#navWrapper #nav li a {
  color: #fbb03b;
  display: inline-block;
  font-size: 16px;
  height: 22px;
  line-height: 22px;
  padding: 0 9px 0 8px;
}
#navWrapper #nav li a:hover {
  color: #FFF;
}
#navWrapper #nav li.current_page_item > a, #navWrapper #nav li.current-menu-ancestor > a {
  color: #FFF;
}
#navWrapper #nav li.menu-item-has-children > a {
  position: relative;
}
#navWrapper #nav li.menu-item-has-children > a:after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #fbb03b;
  content: "";
  left: 50%;
  margin-left: -7px;
  position: absolute;
  top: 24px;
}
#navWrapper #nav li.menu-item-has-children.active > a {
  color: #FFF;
}
#navWrapper #nav li.menu-item-has-children ul {
  display: none;
  left: 50%;
  margin-left: -95px;
  padding-top: 23px;
  position: absolute;
  text-align: center;
  top: 22px;
  width: 190px;
}
#navWrapper #nav li.menu-item-has-children ul li {
  background: rgba(29, 26, 49, 0.9);
  display: block;
  margin-top: 1px;
  padding: 5px 0;
                        /*ul {
                            display: block;
                            margin: 0;
                            padding: 0;
                            position: static;
                            width: auto;

                            li {
                                background: none;                            
                                margin: 0;
                                padding: 0;

                                a {
                                    font-size: 14px;
                                }
                            }
                        }*/
}
#navWrapper #nav li.menu-item-has-children ul li:after {
  display: none;
}
#navWrapper #nav li.menu-item-has-children ul li a {
  font-weight: 400;
  height: auto;
  line-height: 1.2em;
  text-transform: none;
}

#headerFollow {
  height: 34px;
  margin-top: -17px;
  position: absolute;
  right: 32px;
  top: 50%;
  white-space: nowrap;
}
#headerFollow .socialIcons,
#headerFollow .button {
  display: inline-block;
  vertical-align: top;
}

#headerSearchLink {
  background: url(images/search-icon.svg) no-repeat;
  background-size: contain;
  height: 22px;
  margin-top: -11px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 22px;
}

#headerSearchDropdown {
  position: absolute;
  right: 0;
  top: 68px;
  width: 300px;
}
#headerSearchDropdown input.text {
  border: 1px solid #FFF;
  color: #FFF;
  font-weight: 300;
  height: 41px;
  line-height: 23px;
  padding: 8px;
}
#headerSearchDropdown input.text::-webkit-input-placeholder {
  color: #FFF;
}
#headerSearchDropdown input.text:-moz-placeholder {
  color: #FFF;
}
#headerSearchDropdown input.text::-moz-placeholder {
  color: #FFF;
}
#headerSearchDropdown input.text:-ms-input-placeholder {
  color: #FFF;
}

@media screen and (max-width: 1199px) {
  #logoWrapper {
    border: 0;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  #logo {
    height: 40px;
    width: 138px;
  }

  #navWrapper {
    background: #1d1a31;
    bottom: 0;
    display: none;
    left: 0;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 5;
  }
  #navWrapper #nav {
    bottom: 74px;
    left: 15px;
    overflow: auto;
    position: absolute;
    right: 15px;
    top: 60px;
    -webkit-overflow-scrolling: touch;
  }
  #navWrapper #nav li {
    display: block;
    margin: 0 0 15px;
  }
  #navWrapper #nav li:after {
    display: none;
  }
  #navWrapper #nav li a {
    height: auto;
    line-height: 1.2em;
    padding: 0;
  }
  #navWrapper #nav li.menu-item-has-children > a:after {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 6px;
    left: auto;
    margin-left: 0;
    margin-top: -3px;
    right: -15px;
    top: 50%;
  }
  #navWrapper #nav li.menu-item-has-children.active > a:after {
    border-bottom: 6px solid #fbb03b;
    border-top: 0;
  }
  #navWrapper #nav li.menu-item-has-children ul {
    margin: 0;
    padding: 5px 0 0;
    position: static;
    width: auto;
  }
  #navWrapper #nav li.menu-item-has-children ul li {
    background: none;
    margin: 0;
    padding: 4px 0;
                            /*ul {
                                padding: 0;

                                li {
                                    padding: 2px 0;
                                }
                            }*/
  }

  #headerFollow {
    bottom: 20px;
    left: 15px;
    margin: 0;
    right: 15px;
    top: auto;
  }

  #headerSearchLink {
    right: 37px;
  }

  #headerSearchDropdown {
    left: -15px;
    right: -15px;
    top: 60px;
    width: auto;
  }
  #headerSearchDropdown input.text {
    border-left: 0;
    border-right: 0;
    text-align: center;
  }
}
/* Footer */
#footer .cmsContent p {
  margin-bottom: 0;
}
#footer .cmsContent strong {
  font-weight: 500;
}

/* Carousels */
.carouselWrapper {
  padding: 0 19px;
}
.carouselWrapper .carousel {
  white-space: nowrap;
}
.carouselWrapper .carouselItem {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.carouselWrapper .carouselArrow {
  background: url(images/left-right-arrows.svg) no-repeat;
  height: 36px;
  margin-top: -18px;
  position: absolute;
  width: 24px;
  z-index: 5;
}
.carouselWrapper .carouselArrow.disabled {
  display: none;
}
.carouselWrapper .carouselArrow.prevArrow {
  left: 0;
}
.carouselWrapper .carouselArrow.nextArrow {
  background-position: 0 -36px;
  right: 0;
}

/* Homepage */
#homeWelcomeText {
  background: radial-gradient(rgba(29, 26, 49, 0.85), rgba(29, 26, 49, 0));
}
#homeWelcomeText .cmsContent p {
  margin-bottom: 0;
}
#homeWelcomeText .cmsContent strong {
  color: #fbb03b;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  #homeWelcomeText {
    background: none;
    position: static;
  }
}
/* Videos */
.catTitleWrapper {
  padding-right: 120px;
}
.catTitleWrapper .moreLink {
  line-height: 1.2em;
  margin-top: -0.6em;
  position: absolute;
  right: 0;
  top: 50%;
}

.videoExtraLinks a {
  display: inline-block;
  line-height: 1.5em;
  margin-right: 10px;
}
.videoExtraLinks a:after {
  content: "|";
  padding-left: 10px;
}
.videoExtraLinks a:last-child {
  margin-right: 0;
}
.videoExtraLinks a:last-child:after {
  display: none;
}

#embedPopup {
  bottom: 0;
  left: 0;
  padding: 50px 15px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
#embedPopup textarea {
  border-color: #FFF;
  color: #FFF;
}

@media screen and (max-width: 999px) {
  .videoExtraLinks {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .catTitleWrapper {
    padding-right: 0;
  }
  .catTitleWrapper .moreLink {
    margin-top: 5px;
    position: static;
  }

  .videoExtraLinks a.fontReset {
    font-size: 15px;
    margin-right: 5px;
  }
  .videoExtraLinks a.fontReset:after {
    padding-left: 5px;
  }
}
@media screen and (max-width: 599px) {
  #embedPopup textarea {
    font-size: 15px;
    height: 122px;
    line-height: 20px;
  }
}
/* News & Events */
.eventWrapper:before {
  border-right: 2px dotted #4d2d52;
  bottom: 30px;
  content: "";
  left: 75%;
  position: absolute;
  top: 30px;
}

@media screen and (max-width: 767px) {
  .eventWrapper:before {
    display: none;
  }

  .eventDetails {
    border-top: 2px dotted #4d2d52;
    margin-top: 20px;
    padding-top: 20px;
  }
}
/* Gallery */
.galleryLink img {
  border: 10px solid #4d2d52;
  transition: border 0.3s;
}
.galleryLink:hover img {
  border-color: #93278f;
}

.galleryItem {
  display: inline-block;
  vertical-align: top;
}
.imageGallery .galleryItem {
  width: 20%;
}
.graphGallery .galleryItem {
  width: 33.333%;
}

.galleryPopup:before {
  background: #4d2d52;
  bottom: 0;
  content: "";
  left: -9999px;
  position: absolute;
  right: -9999px;
  top: 0;
}
.galleryPopup.imagePopup, .galleryPopup.graphPopup {
  padding-top: 50px;
}
.galleryPopup .indicatorPopup {
  border-bottom: 16px solid #4d2d52;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  left: 0;
  margin-left: -20px;
  position: absolute;
  top: -16px;
  z-index: 5;
}

@media screen and (max-width: 999px) {
  .imageGallery .galleryItem {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .imageGallery .galleryItem {
    width: 33.333%;
  }
}
@media screen and (max-width: 599px) {
  .galleryItem {
    width: 50% !important;
  }

  .galleryPopup {
    padding-top: 50px;
  }
}
/* Contact */
#googleMap {
  height: 500px;
}

@media screen and (max-width: 599px) {
  #googleMap {
    height: 320px;
  }
}
