/**
 * importer.less
 *
 * By default, new Sails projects are configured to compile this file
 * from LESS to CSS.  Unlike CSS files, LESS files are not compiled and
 * included automatically unless they are imported below.
 *
 * The LESS files imported below are compiled and included in the order
 * they are listed.  Mixins, variables, etc. should be imported first
 * so that they can be accessed by subsequent LESS stylesheets.
 *
 * (Just like the rest of the asset pipeline bundled in Sails, you can
 * always omit, customize, or replace this behavior with SASS, SCSS,
 * or any other Grunt tasks you like.)
 */
@import '/styles/helpers/animate.css';
html,
body {
  margin: 0;
}
ul {
  list-style: none;
  padding: 0;
}
.nav-top-first {
  background-color: #FFF200;
  font-family: Helvetica;
}
.nav-top-first .nav-ul-left li > a {
  color: #000;
  text-decoration: underline;
}
.nav-top-first .nav-ul-left .top-nav-callout {
  background-color: #EA2378;
  border-left: 1px solid #FFF;
  float: right;
  margin: 0;
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  transform: skewX(-30deg);
  /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .nav-top-first .nav-ul-left .top-nav-callout {
    transform: perspective(1px) skewX(-30deg);
  }
}
.nav-top-first .nav-ul-left .top-nav-callout > a {
  color: #fff;
  display: block;
  -webkit-transform: skewX(30deg);
  -moz-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  -o-transform: skewX(30deg);
  transform: skewX(30deg);
  /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .nav-top-first .nav-ul-left .top-nav-callout > a {
    transform: perspective(1px) skewX(30deg);
  }
}
.nav-top-first .nav-ul-left .top-nav-callout > a img.plus {
  display: inline-block;
  height: 32px;
  width: auto;
  padding-right: 10px;
  position: relative;
  top: -10px;
}
.nav-top-first .nav-ul-left .top-nav-callout > a .member-benefits {
  display: inline-block;
}
.nav-top-first .nav-ul-left .top-nav-callout.top-nav-callout-left {
  padding-left: 50px;
  margin-left: -50px;
  padding-right: 50px;
  border-left: none;
}
.nav-top-first .nav-ul-left .top-nav-callout .big-icon {
  color: #FFF200;
}
.nav-top-first .nav-ul-left .top-nav-callout:hover a {
  color: #FFF200;
  text-decoration: none;
  opacity: 1;
}
.nav-top-first .nav-ul-left .top-nav-callout:hover a:hover {
  opacity: 1;
}
.nav-top-first .nav-ul-left .login,
.nav-top-first .nav-ul-left .logout {
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  transform: skewX(-30deg);
  /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
  background-color: #3D3B39;
  border-left: 1px solid #3D3B39;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .nav-top-first .nav-ul-left .login,
  .nav-top-first .nav-ul-left .logout {
    transform: perspective(1px) skewX(-30deg);
  }
}
.nav-top-first .nav-ul-left .login > a,
.nav-top-first .nav-ul-left .logout > a {
  -webkit-transform: skewX(30deg);
  -moz-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  -o-transform: skewX(30deg);
  transform: skewX(30deg);
  /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
  font-family: 'proxima-nova', sans-serif;
  color: #fff;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .nav-top-first .nav-ul-left .login > a,
  .nav-top-first .nav-ul-left .logout > a {
    transform: perspective(1px) skewX(30deg);
  }
}
.nav-top-first .nav-ul-left .login > a:hover,
.nav-top-first .nav-ul-left .logout > a:hover,
.nav-top-first .nav-ul-left .login > a:active,
.nav-top-first .nav-ul-left .logout > a:active,
.nav-top-first .nav-ul-left .login > a:focus,
.nav-top-first .nav-ul-left .logout > a:focus {
  color: #FFF200;
}
.nav-top-first .nav-ul-left .login > a .fa,
.nav-top-first .nav-ul-left .logout > a .fa {
  font-size: 30px;
  float: left;
  line-height: inherit;
}
.nav-top-first .nav-ul-left .toolkit-link {
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  transform: skewX(-30deg);
  /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
  background-color: #EA2378;
  padding-left: 50px;
  padding-right: 20px;
  margin-left: -50px;
  margin-right: -10px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .nav-top-first .nav-ul-left .toolkit-link {
    transform: perspective(1px) skewX(-30deg);
  }
}
.nav-top-first .nav-ul-left .toolkit-link > a {
  -webkit-transform: skewX(30deg);
  -moz-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  -o-transform: skewX(30deg);
  transform: skewX(30deg);
  /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
  font-family: 'proxima-nova', sans-serif;
  color: #fff;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .nav-top-first .nav-ul-left .toolkit-link > a {
    transform: perspective(1px) skewX(30deg);
  }
}
.nav-top-first .nav-ul-left .toolkit-link > a:hover,
.nav-top-first .nav-ul-left .toolkit-link > a:active,
.nav-top-first .nav-ul-left .toolkit-link > a:focus {
  color: #FFF200;
}
.nav-top-first .nav-ul-left .toolkit-link > a .fa {
  font-size: 30px;
  float: left;
  line-height: inherit;
  padding-right: 10px;
}
.nav-top-first .nav-ul-right {
  padding-right: 15px;
}
.nav-top-first .nav-ul-right li > a {
  color: #EA2378;
  font-weight: bold;
  cursor: pointer;
}
.nav-top-first .nav-ul-right li > a > img {
  height: 24px;
  width: 24px;
  margin-top: -7px;
}
.nav-top-first .nav-ul-right .nav-ctrl-size-small {
  font-size: 12px;
}
.nav-top-first .nav-ul-right .nav-ctrl-size-normal {
  font-size: 18px;
}
.nav-top-first .nav-ul-right .nav-ctrl-size-large {
  font-size: 24px;
}
.nav-top-first #highContrast {
  position: relative;
  bottom: -6px;
  color: #3D3B39;
}
.nav-top-first #highContrast:hover {
  cursor: pointer;
}
.nav-top-first .search button {
  border: none;
  background: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  top: -1px;
}
.nav-top-first .search .input-group-addon {
  color: #FFF;
  background-color: #EA2378;
  border-radius: 0;
}
.nav-top-first .search .search-input {
  color: #55585D;
  background-color: #F2F2F2;
  border: 2px solid #EA2378;
  border-radius: 0;
  box-shadow: none;
  height: 32px;
  background-color: #fff;
  margin-left: -4px;
}
.nav-top-first .big-icon {
  float: left;
  height: 40px;
  padding-right: 10px;
  padding-top: 5px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .nav-top-first .nav-ul-left {
    margin: 0 -15px;
  }
  .nav-top-first .nav-ul-left .top-nav-callout {
    -webkit-transform: skewY(0) !important;
    -moz-transform: skewY(0) !important;
    -ms-transform: skewY(0) !important;
    -o-transform: skewY(0) !important;
    transform: skewY(0) !important;
    /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
  }
  .nav-top-first .nav-ul-left .top-nav-callout > a {
    -webkit-transform: skewY(0) !important;
    -moz-transform: skewY(0) !important;
    -ms-transform: skewY(0) !important;
    -o-transform: skewY(0) !important;
    transform: skewY(0) !important;
    /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
  }
}
@media (max-width: 767px) and screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .nav-top-first .nav-ul-left .top-nav-callout {
    transform: perspective(1px) skewY(0);
  }
}
@media (max-width: 767px) and screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .nav-top-first .nav-ul-left .top-nav-callout > a {
    transform: perspective(1px) skewY(0);
  }
}
.nav-top-second {
  background-color: #FFF;
  font-family: 'proxima-nova', sans-serif;
}
.nav-top-second .dropdown > a {
  color: #3D3B39 !important;
  font-size: 16px;
}
.nav-top-second .dropdown-menu {
  top: 100px;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  overflow: hidden;
  padding: 0 0 100px;
  font-weight: 400;
  font-size: 12px;
}
.nav-top-second .dropdown-menu .dropdown-content-wrapper-outer {
  overflow: hidden;
  padding-top: 100px;
  margin-top: -100px;
  border-radius: 0;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.4);
}
.nav-top-second .dropdown-menu .dropdown-content-wrapper-outer .dropdown-content-wrapper-inner {
  position: relative;
  top: -100px;
  margin-bottom: -500px;
  padding: 100px 0 500px;
  background-color: #fff;
}
.nav-top-second .dropdown-menu .dropdown-content-wrapper-outer .dropdown-content-wrapper-inner .yamm-content {
  padding: 20px 5px 0;
  border-top: 2px solid #EA2378;
}
.nav-top-second .dropdown-menu .dropdown-content-wrapper-outer .dropdown-content-wrapper-inner .yamm-content .row {
  margin: 0 -5px;
}
.nav-top-second .dropdown-menu a:hover,
.nav-top-second .dropdown-menu a:focus {
  text-decoration: none;
}
.nav-top-second .dropdown-menu .col-md-2 {
  padding-left: 5px;
  padding-right: 5px;
}
.nav-top-second .dropdown-menu .welcome-message {
  color: #EA2378;
  font-weight: 400;
  font-size: 14px;
}
.nav-top-second .dropdown-menu .separator {
  display: none;
}
.nav-top-second .dropdown-menu .welcome-header,
.nav-top-second .dropdown-menu .top-header,
.nav-top-second .dropdown-menu .sector-title {
  background-color: #EA2378;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  padding-left: 5px;
  margin-left: -5px;
  text-transform: uppercase;
}
.nav-top-second .dropdown-menu .welcome-header a,
.nav-top-second .dropdown-menu .top-header a,
.nav-top-second .dropdown-menu .sector-title a {
  color: inherit;
}
.nav-top-second .dropdown-menu .menu-link {
  background-color: none;
  display: block;
  color: #3D3B39;
  font-size: 14px;
  margin-bottom: 5px;
}
.nav-top-second .dropdown-menu .menu-link:hover {
  color: #EA2378;
  text-decoration: none;
  cursor: pointer;
}
.nav-top-second .dropdown-menu .sponsor-logo {
  width: 100%;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}
.nav-top-second .dropdown-menu .badge {
  float: right;
  background-color: transparent;
  color: #3D3B39;
}
.nav-top-second .navbar-brand {
  font-size: 21px;
  font-family: 'tk-proxima-nova-n7';
  padding-top: 0;
  padding-bottom: 0;
}
.nav-top-second .navbar-brand .logo-text {
  color: #EB008B;
}
.nav-top-second .navbar-brand .big-pink {
  font-weight: bold;
  text-shadow: 0 0 1px #E59CC4;
}
.nav-top-second .navbar-brand .small-pink {
  font-weight: lighter;
}
.nav-top-second .navbar-brand-sm .gwd-logo {
  height: 50px;
}
.nav-top-second .navbar-brand-lg {
  height: 100px;
}
.nav-top-second .navbar-brand-lg .gwd-logo {
  max-width: none;
  height: 80px;
  margin-top: -10px;
}
.nav-top-second .navbar-brand-lg .logo-subtitle {
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 100%;
  font-size: 9px;
  line-height: 20px;
  color: #3D3B39;
}
.nav-top-second .section-active {
  color: #EA2378;
  background-color: #FFF200;
}
.nav-top-second .glyphicon {
  top: 0;
}
.nav-top-second .sponsored-by {
  width: 391px;
  margin: 0 auto;
  padding-top: 0;
  margin-bottom: 10px;
  background: #fff;
}
.nav-top-second .sponsored-by:hover {
  background: #fff;
}
.nav-top-second .sponsored-by span {
  position: relative;
  bottom: -2px;
  font-size: 12px;
}
.nav-top-second .sponsored-by .sponsored-logos {
  display: inline-block;
}
.nav-top-second .sponsored-by .sponsored-logos img {
  max-height: 35px;
  margin-top: 0px;
  margin-right: 10px;
}
.nav-top-second .sponsored-by .sponsored-logos .barclays {
  max-height: 30px;
  padding-top: 5px;
}
.nav-top-second .search .input-group-addon {
  color: #FFF;
  background-color: #EA2378;
  border-radius: 0;
}
.nav-top-second .search .search-input {
  color: #55585D;
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
  border-radius: 0;
  box-shadow: none;
}
@media screen and (min-width: 991px) and (max-width: 1226px) {
  ul.dropdown-menu {
    width: 100%;
  }
  ul.dropdown-menu .yamm-content {
    width: 960px;
    margin: 0 auto;
  }
  ul.dropdown-menu .yamm-content::before {
    height: 500px;
    width: 220px;
    background-image: url('/images/menu-left.png');
  }
  .nav-top-second .dropdown > a {
    font-size: 14px;
    padding: 15px 7px;
  }
}
@media screen and (min-width: 991px) {
  ul.dropdown-menu .yamm-content {
    position: relative;
    width: 960px;
    margin: 0 auto;
  }
  ul.dropdown-menu .yamm-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: -220px;
    height: 1000px;
    width: 220px;
    background-image: url('/images/menu-left.png');
  }
  ul.dropdown-menu .yamm-content::after {
    content: '';
    position: absolute;
    top: 0;
    right: -220px;
    height: 1000px;
    width: 220px;
    background-image: url('/images/menu-right.png');
  }
}
@media screen and (min-width: 1227px) {
  ul.dropdown-menu {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .nav-top-second .navbar-header,
  .nav-top-second .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
  .nav-top-second .navbar-toggle {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .nav-top-second .navbar-nav {
    margin: 0px 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .nav-top-second .logo-item {
    margin-bottom: 40px;
    margin-left: 10px;
  }
  .nav-top-second .nav-top-second-container {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .nav-top-second .nav,
  .nav-top-second .nav > li {
    display: inline-block;
    vertical-align: top;
  }
  .nav-top-second .nav > li.dropdown {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .nav-top-second .nav > li.dropdown.has-menu:hover::after {
    background-image: url('/images/arrow-up-pink.png');
    content: '';
    position: absolute;
    height: 40px;
    width: 40px;
    background-size: cover;
    margin-left: -20px;
    top: 60px;
  }
  .nav-top-second .navbar-collapse {
    text-align: center;
  }
  .nav-top-second .navbar-brand-lg {
    display: block;
  }
  .nav-top-second .navbar-brand-sm {
    display: none;
  }
  .nav-top-second-container {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .nav-top-second .navbar-brand-lg {
    display: none !important;
  }
  .nav-top-second .navbar-brand-sm {
    display: block;
  }
  .nav-top-second .navbar-form {
    margin: 0;
    border: 0;
  }
  .nav-top-second .accessible-label {
    display: none !important;
  }
}
/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.navbar {
  margin-bottom: 0;
}
.navbar .navbar-collapse {
  border-color: #3D3B39;
}
.navbar .navbar-text {
  margin: 0;
  font-family: inherit;
  font-size: 14px;
}
.navbar-default .navbar-toggle {
  border-color: #3D3B39;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #3D3B39;
}
.navbar-default {
  border: 0;
  z-index: 20;
}
.navbar-default .navbar-toggle:hover {
  background-color: #3D3B39;
}
.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #FFF;
}
.navbar-default .navbar-toggle:focus {
  background-color: #3D3B39;
}
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
@media screen and (max-width: 830px) and (min-width: 768px) {
  .dropdown a {
    font-size: 10px !important;
  }
}
@media screen and (max-width: 830px) and (min-width: 768px) {
  .dropdown a {
    font-size: 10px !important;
  }
}
@media screen and (max-width: 910px) and (min-width: 830px) {
  .dropdown a {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 992px) and (min-width: 910px) {
  .dropdown a {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .nav-top-second .logo-item {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .navbar .navbar-collapse {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .nav-top-second .sponsored-by span {
    display: inline-block;
    width: 100%;
    padding: 0 20px;
  }
  .nav-top-second .sponsored-by .sponsored-logos {
    padding: 0 20px;
  }
  .nav-top-second .sponsored-by .sponsored-logos img {
    margin-right: 5px;
  }
}
.search {
  display: inline-block;
  padding: 8px;
}
.footer-posts {
  padding: 20px 50px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  z-index: 20;
  background: url('/images/background-pink.png'), #EA2378;
}
.footer-posts .title {
  color: #fff;
  font-size: 20px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  margin-right: 3%;
  margin-bottom: 15px;
}
.footer-posts .footer-list .item {
  float: left;
}
.footer-posts .footer-list .featured-image {
  width: 100%;
  height: 200px;
  display: block;
  background-size: cover;
  border-radius: 0px;
}
.footer-posts .footer-list .caption {
  background: #3D3B39;
  padding: 3px 5px;
  color: #fff;
  min-height: 60px;
  font-size: 15px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
}
.footer-posts .footer-list .caption strong {
  width: 100%;
}
.footer-posts .footer-list .item:hover .caption {
  background-color: #FFF200;
  color: #3D3B39;
}
.footer-posts .footer-list .read-more {
  float: right;
  padding: 3px 7px;
  color: #3D3B39;
  font-weight: 700;
  text-decoration: none;
  font-size: 13px;
  position: relative;
  top: -12px;
  left: -40px;
  background: #fff;
  background-image: url('/images/arrow-body-horizontal-white.png');
  background-size: 100% 100%;
}
.footer-posts .footer-list .read-more::after {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  right: -20px;
  height: 40px;
  width: 22px;
  background-image: url('/images/arrowhead-right-white.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.footer-posts .footer-list .read-more:hover {
  opacity: 1;
}
.footer-posts .footer-news-list .item {
  width: 47%;
  margin: 0 3% 0 0;
}
.footer-posts .footer-organisations-list .featured-image {
  background-position: center center;
  background-size: initial;
  background-repeat: no-repeat;
  background-color: #fff;
}
.social-links {
  text-align: right;
}
.bottom-links {
  padding: 125px 0 75px;
  margin-left: 0;
  margin-right: 0;
  top: -100px;
  position: relative;
  z-index: 10;
  background: #FFF;
  -webkit-transform: skewY(-6deg);
  -moz-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  -o-transform: skewY(-6deg);
  transform: skewY(-6deg);
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .bottom-links {
    transform: perspective(1px) skewY(-6deg);
  }
}
.bottom-links .inside {
  max-width: 960px;
  margin: 0 auto;
  -webkit-transform: skewY(6deg);
  -moz-transform: skewY(6deg);
  -ms-transform: skewY(6deg);
  -o-transform: skewY(6deg);
  transform: skewY(6deg);
  /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .bottom-links .inside {
    transform: perspective(1px) skewY(6deg);
  }
}
.page footer .join-us {
  -webkit-transform: skewY(0) !important;
  -moz-transform: skewY(0) !important;
  -ms-transform: skewY(0) !important;
  -o-transform: skewY(0) !important;
  transform: skewY(0) !important;
  /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
  top: 0;
  margin-top: -220px;
  padding: 80px 0 40px;
  background: #EA2378;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .page footer .join-us {
    transform: perspective(1px) skewY(0);
  }
}
.page footer .join-us .row {
  -webkit-transform: skewY(0) !important;
  -moz-transform: skewY(0) !important;
  -ms-transform: skewY(0) !important;
  -o-transform: skewY(0) !important;
  transform: skewY(0) !important;
  /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
  top: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .page footer .join-us .row {
    transform: perspective(1px) skewY(0);
  }
}
.page footer .join-us img.plus {
  float: left;
  height: 80px;
  width: auto;
  padding: 0 20px;
}
.page footer .join-us .title {
  position: relative;
  top: 20px;
  padding: 4px 20px 3px 10px;
  background: #fff;
  background-image: url('/images/arrow-body-horizontal-white.png');
  background-size: 100% 100%;
  color: #3D3B39;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 35px;
  font-family: 'proxima-nova', sans-serif;
}
.page footer .join-us .title::after {
  content: '';
  display: block;
  position: absolute;
  top: -15px;
  right: -40px;
  height: 80px;
  width: 44px;
  background-image: url('/images/arrowhead-right-white.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media (min-width: 1200px) {
  .col-lg-offset-1 {
    margin-left: 12.4999995%;
  }
}
@media (max-width: 991px) {
  .bottom-links {
    padding: 125px 0 45px;
  }
  .footer-posts {
    padding: 20px 0px;
  }
  .footer-posts .footer-news-list .item {
    width: 100%;
    margin: 0 0 40px;
  }
  .social-links {
    margin-top: 20px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer-list .col-sm-6 + .col-sm-6 .item {
    margin-top: 10px;
  }
}
.sidetab {
  display: block;
  position: fixed;
  z-index: 1000;
  transform: rotate(-90deg);
  transform-origin: 0 0;
  background: #EA2378;
  color: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.4);
  font-family: 'proxima-nova', sans-serif;
  font-size: 20px;
  padding: 10px 25px;
}
.sidetab.sidetab-left {
  left: 0;
  top: 50%;
}
.sidetab:hover {
  color: #FFF200;
}
.sidetab:active,
.sidetab:focus {
  color: #fff;
}
.sidetab:active,
.sidetab:hover,
.sidetab:focus {
  text-decoration: none;
  opacity: 1;
}
.sidetab-modal .modal-dialog {
  width: 400px;
}
.sidetab-modal .modal-content {
  border-radius: 0;
  border: none;
  background-color: #EA2378;
  font-family: 'proxima-nova', sans-serif;
  color: #fff;
}
.sidetab-modal .modal-content a {
  color: #fff;
  text-decoration: underline;
}
.sidetab-modal .modal-content a:hover {
  text-decoration: none;
  opacity: 1;
  color: #FFF200;
}
.sidetab-modal .modal-content #st_login_form input {
  color: #3D3B39;
}
.sidetab-modal .modal-content #st_login_form .btn {
  background-color: #fff;
  color: #EA2378;
  border: none;
  font-size: 16px;
  margin-bottom: 10px;
}
.sidetab-modal .modal-content #st_login_form .btn:hover {
  background-color: #FFF200;
}
.sidetab-modal.sidetab-modal-left.modal.fade:not(.in) .modal-dialog {
  transform: translate3d(-400px, 0, 0);
}
.sidetab-modal.sidetab-modal-left .modal-dialog {
  position: fixed;
  left: 0;
  top: 30%;
}
@media (max-width: 991px) {
  .sidetab {
    display: none;
  }
}
.main-body {
  background-image: url("../img/global/main-background.gif");
}
.main-body .main-body-inner {
  background-color: #FFF;
}
.main-body .top-breadcrumb {
  background-color: #FFF;
  margin-bottom: 0;
}
.main-body .top-breadcrumb a {
  color: #3D3B39;
}
.main-body .big-pink {
  color: #EA2378;
  font-weight: bold;
  text-shadow: 0 0 1px #E59CC4;
}
.main-body .title-recruit {
  font-family: 'proxima-nova', sans-serif;
  border-top: 1px solid #3D3B39;
  padding: 10px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 20px 10px 20px;
  background: url('../img/generic/GwD_section_icon_recruitment.jpg') right no-repeat !important;
  background-size: contain !important;
}
.main-body .title-manage {
  font-family: 'proxima-nova', sans-serif;
  border-top: 1px solid #3D3B39;
  padding: 10px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 20px 10px 20px;
  background: url('../img/generic/GwD_section_icon_disability.jpg') right no-repeat !important;
  background-size: contain !important;
}
.main-body .title-useful {
  font-family: 'proxima-nova', sans-serif;
  border-top: 1px solid #3D3B39;
  padding: 10px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 20px 10px 20px;
  background: url('../img/generic/GwD_section_icon_resource.jpg') right no-repeat !important;
  background-size: contain !important;
}
.main-body .title-casestudies {
  font-family: 'proxima-nova', sans-serif;
  border-top: 1px solid #3D3B39;
  padding: 10px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 20px 10px 20px;
  background: url('../img/generic/GwD_section_icon_case_study.jpg') right no-repeat !important;
  background-size: contain !important;
}
.main-body .title-casestudies.no-top-border {
  border-top: none;
}
.main-body .accordion > a {
  text-decoration: none;
  word-break: normal;
}
.main-body .accordion .panel {
  border-radius: 0;
  border: none;
}
.main-body .accordion .panel-heading {
  background-color: #FFF200;
  padding: 15px;
  border-radius: 0;
}
.main-body .accordion .panel-heading:hover {
  background-color: #fff766;
}
.main-body .accordion .panel-body {
  background-color: #F2F2F2;
}
.main-body .accordion .accordion-tip-right {
  font-family: Verdana;
  font-weight: lighter;
  font-size: 18px;
  background-color: #FFF200;
  padding: 10px;
}
.main-body .right-sidebar .jumbotron {
  padding: 8px;
}
.main-body .main-body-inner .right-sidebar .jumbotron .related-site-content .featured-header {
  padding: 4px;
  font-size: 16px;
  margin-bottom: 5px;
}
.main-body .main-body-inner .right-sidebar .jumbotron .related-site-content .opportunity {
  padding: 10px 10px 10px;
  margin-bottom: 5px;
}
.main-body .main-body-inner .right-sidebar .jumbotron .related-site-content .opportunity .title {
  font-size: 16px;
}
.main-body .main-body-inner .right-sidebar .jumbotron .related-site-content .opportunity .read-more {
  font-size: 13px;
}
.main-body .register-to-continue {
  color: #EA2378;
}
.main-body .register-to-continue a {
  font-weight: 500;
}
.main-body .main-body-inner {
  padding: 0;
  padding-bottom: 30px;
  max-width: 1400px;
}
.main-body .main-body-inner a {
  color: #3D3B39;
  text-decoration: underline;
  cursor: pointer;
}
.main-body .main-body-inner h4 {
  color: #EA2378;
}
.full-width .main-body .main-body-inner {
  padding-bottom: 0px;
}
.toolkit .main-body .main-body-inner {
  max-width: inherit;
}
@media screen and (max-width: 991px) {
  body .main-body .main-body-inner .right-sidebar .jumbotron {
    min-height: inherit;
  }
}
@media screen and (min-width: 960px) {
  .main-body .main-body-inner {
    width: 960px !important;
  }
  .full-width .main-body .main-body-inner {
    width: 100% !important;
  }
}
@media screen and (max-width: 959px) {
  .main-body .main-body-inner {
    width: 100%;
  }
  .toolkit .main-body .toolkit-body {
    padding: 0 2%;
    width: 98%;
  }
  body.pagetype-home .carousel .caption {
    left: 0;
    right: 0;
    top: 50px;
    bottom: -50px;
    padding: 10px 20px 20px;
    -webkit-transform: skewY(0) !important;
    -moz-transform: skewY(0) !important;
    -ms-transform: skewY(0) !important;
    -o-transform: skewY(0) !important;
    transform: skewY(0) !important;
    /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
  }
  body.pagetype-home .carousel .caption .inside {
    -webkit-transform: skewY(0) !important;
    -moz-transform: skewY(0) !important;
    -ms-transform: skewY(0) !important;
    -o-transform: skewY(0) !important;
    transform: skewY(0) !important;
    /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
  }
  body.pagetype-home .carousel .caption .title {
    font-size: 16px;
  }
  body.pagetype-home .carousel .image-wrapper {
    -webkit-transform: skewY(0) !important;
    -moz-transform: skewY(0) !important;
    -ms-transform: skewY(0) !important;
    -o-transform: skewY(0) !important;
    transform: skewY(0) !important;
    /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
    overflow: visible;
    padding-top: 0;
    margin-top: 0;
  }
  body.pagetype-home .carousel .image-wrapper-inside {
    -webkit-transform: skewY(0) !important;
    -moz-transform: skewY(0) !important;
    -ms-transform: skewY(0) !important;
    -o-transform: skewY(0) !important;
    transform: skewY(0) !important;
    /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
  }
}
@media screen and (max-width: 959px) and screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  body.pagetype-home .carousel .caption {
    transform: perspective(1px) skewY(0);
  }
}
@media screen and (max-width: 959px) and screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  body.pagetype-home .carousel .caption .inside {
    transform: perspective(1px) skewY(0);
  }
}
@media screen and (max-width: 959px) and screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  body.pagetype-home .carousel .image-wrapper {
    transform: perspective(1px) skewY(0);
  }
}
@media screen and (max-width: 959px) and screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  body.pagetype-home .carousel .image-wrapper-inside {
    transform: perspective(1px) skewY(0);
  }
}
.pagetype-home .carousel {
  margin: 0 auto -250px;
  width: 100%;
  z-index: 10;
  top: -50px;
}
.pagetype-home .carousel .carousel-inner {
  position: relative;
  width: 100%;
  padding-bottom: 100px;
}
.pagetype-home .carousel .image-wrapper {
  position: relative;
  top: 50px;
  -webkit-transform: skewY(-4deg);
  -moz-transform: skewY(-4deg);
  -ms-transform: skewY(-4deg);
  -o-transform: skewY(-4deg);
  transform: skewY(-4deg);
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
  display: block;
  overflow: hidden;
  padding-top: 50px;
  margin-top: -50px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pagetype-home .carousel .image-wrapper {
    transform: perspective(1px) skewY(-4deg);
  }
}
.pagetype-home .carousel .image-wrapper:hover {
  opacity: 1;
}
.pagetype-home .carousel .image-wrapper-inside {
  -webkit-transform: skewY(4deg);
  -moz-transform: skewY(4deg);
  -ms-transform: skewY(4deg);
  -o-transform: skewY(4deg);
  transform: skewY(4deg);
  /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
  z-index: 15;
  margin-bottom: -50px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pagetype-home .carousel .image-wrapper-inside {
    transform: perspective(1px) skewY(4deg);
  }
}
.pagetype-home .carousel .carousel-indicators {
  bottom: 70px;
  left: 0;
  margin-left: 0;
  text-align: left;
  padding-left: 15px;
}
.pagetype-home .carousel img {
  width: 100%;
}
.pagetype-home .carousel .brand-logo {
  width: auto;
}
.pagetype-home .carousel .caption {
  position: absolute;
  bottom: -20px;
  left: -50px;
  z-index: 100;
  background: #EA2378;
  padding: 30px 50px 30px 15%;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -webkit-box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pagetype-home .carousel .caption {
    transform: perspective(1px) skewX(-20deg);
  }
}
.pagetype-home .carousel .caption .inside {
  max-width: 400px;
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  transform: skewX(20deg);
  /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pagetype-home .carousel .caption .inside {
    transform: perspective(1px) skewX(20deg);
  }
}
.pagetype-home .carousel .caption .title {
  font-size: 30px;
  font-weight: 300;
  color: #FFF200;
  text-transform: uppercase;
  border-bottom: 2px solid white;
  padding-bottom: 3px;
}
.pagetype-home .carousel .caption p {
  color: #fff;
  font-family: 'proxima-nova', sans-serif;
}
.pagetype-home .carousel .caption .read-more {
  color: #3D3B39;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  padding: 3px 3px;
  position: relative;
  background: #fff;
  background-image: url('/images/arrow-body-horizontal-white.png');
  background-size: 100% 100%;
}
.pagetype-home .carousel .caption .read-more::after {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  right: -20px;
  height: 40px;
  width: 22px;
  background-image: url('/images/arrowhead-right-white.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.pagetype-home .carousel .second-slide {
  width: 100%;
}
.pagetype-home .carousel .carousel-control {
  height: 80%;
  top: 10%;
  background: none;
  opacity: 0;
}
.pagetype-home .carousel .carousel-control:hover {
  opacity: 1;
}
.pagetype-home .join-us {
  z-index: 5;
  padding: 150px 0 50px;
  margin-bottom: -150px;
  background: #3D3B39;
  position: relative;
  top: -50px;
  -webkit-transform: skewY(6deg);
  -moz-transform: skewY(6deg);
  -ms-transform: skewY(6deg);
  -o-transform: skewY(6deg);
  transform: skewY(6deg);
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
}
.pagetype-home .join-us img.plus {
  float: left;
  height: 80px;
  width: auto;
  padding: 0 20px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pagetype-home .join-us {
    transform: perspective(1px) skewY(6deg);
  }
}
.pagetype-home .join-us .row {
  position: relative;
  top: 50px;
  -webkit-transform: skewY(-6deg);
  -moz-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  -o-transform: skewY(-6deg);
  transform: skewY(-6deg);
  /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pagetype-home .join-us .row {
    transform: perspective(1px) skewY(-6deg);
  }
}
.pagetype-home .join-us .title {
  position: relative;
  top: 20px;
  padding: 4px 20px 3px 10px;
  background: #fff;
  background-image: url('/images/arrow-body-horizontal-white.png');
  background-size: 100% 100%;
  color: #3D3B39;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 35px;
  font-family: 'proxima-nova', sans-serif;
}
.pagetype-home .join-us .title::after {
  content: '';
  display: block;
  position: absolute;
  top: -15px;
  right: -40px;
  height: 80px;
  width: 44px;
  background-image: url('/images/arrowhead-right-white.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.pagetype-home .featured-quote {
  background: url('/images/background-yellow.png'), #FFF200;
  padding: 125px 0 35px;
  position: relative;
  top: -50px;
  -webkit-transform: skewY(-4deg);
  -moz-transform: skewY(-4deg);
  -ms-transform: skewY(-4deg);
  -o-transform: skewY(-4deg);
  transform: skewY(-4deg);
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pagetype-home .featured-quote {
    transform: perspective(1px) skewY(-4deg);
  }
}
.pagetype-home .featured-quote .row {
  top: 50px;
  -webkit-transform: skewY(4deg);
  -moz-transform: skewY(4deg);
  -ms-transform: skewY(4deg);
  -o-transform: skewY(4deg);
  transform: skewY(4deg);
  /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pagetype-home .featured-quote .row {
    transform: perspective(1px) skewY(4deg);
  }
}
.pagetype-home .featured-quote .framed-photo {
  border: 12px solid #fff;
  max-width: 250px;
  width: 100%;
  margin-top: 50px;
  margin-right: 30%;
  -ms-transform: rotate(-6deg);
  /* IE 9 */
  -webkit-transform: rotate(-6deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-6deg);
  -webkit-box-shadow: 5px 6px 21px -10px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 5px 6px 21px -10px rgba(0, 0, 0, 0.43);
  box-shadow: 5px 6px 21px -10px rgba(0, 0, 0, 0.43);
}
.pagetype-home .featured-quote .quote {
  margin-top: 150px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
  color: #3D3B39;
  font-size: 28px;
  max-width: 70%;
  line-height: 1.3em;
}
.pagetype-home .featured-quote .quote::before {
  content: "“";
  position: absolute;
  left: 0.15em;
}
.pagetype-home .featured-quote .quote::after {
  content: "”";
}
.pagetype-home .featured-quote .read-more {
  float: left;
  clear: both;
  color: #3D3B39;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  font-size: 13px;
  font-weight: 800;
  margin-top: 20px;
  text-decoration: none;
  padding: 3px 6px;
  letter-spacing: 0;
  position: relative;
  background: #fff;
  background-image: url('/images/arrow-body-horizontal-white.png');
  background-size: 100% 100%;
}
.pagetype-home .featured-quote .read-more::after {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  right: -20px;
  height: 40px;
  width: 22px;
  background-image: url('/images/arrowhead-right-white.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.pagetype-home .featured-organisations h4 {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-align: right;
  border-bottom: 1px solid #EA2378;
  width: 80%;
  margin: 0 auto 40px;
  font-size: 25px;
}
.pagetype-home .featured-organisations .organisations-logos {
  text-align: center;
  margin-bottom: 20px;
}
.pagetype-home .featured-organisations .item {
  display: inline-block;
  width: 20%;
}
.pagetype-home .featured-organisations .item img {
  width: 100%;
  max-height: 100%;
  height: auto;
  max-width: 150px;
  margin: 0 10px;
}
.pagetype-home .block-holder {
  background-color: #F2F2F2;
  margin: 0 auto;
  width: auto;
  padding: 10px;
  min-height: inherit;
}
.pagetype-home .block-holder .block {
  float: left;
  width: 288px;
  height: 170px;
  background-color: #FFF200;
  margin: 5px;
}
.pagetype-home .stats {
  text-align: center;
}
.pagetype-home .stats-header {
  font-weight: bold;
  font-size: 52px;
}
.pagetype-home .stats-title {
  font-weight: bold;
  font-size: 20px;
}
.pagetype-home .features-row .featured-header {
  width: 100%;
  padding: 10px;
  font-size: 1.3em;
  text-align: left;
}
.pagetype-home .features-row .feat-op {
  width: 100%;
  padding: 10px;
  font-size: 1.3em;
  text-align: left;
  color: #FFF;
  background-color: #EA2378;
}
.pagetype-home .features-row .feat-org {
  width: 100%;
  padding: 10px;
  font-size: 1.3em;
  text-align: left;
  color: #FFF;
  background-color: #3D3B39;
}
.pagetype-home .features-row .feat-pro {
  width: 100%;
  padding: 10px;
  font-size: 1.3em;
  text-align: left;
  color: #EA2378;
  background-color: #FFF200;
}
.pagetype-home .features-row .feat-ev {
  width: 100%;
  padding: 10px;
  font-size: 1.3em;
  text-align: left;
  color: #EA2378;
  margin-top: 5px;
  margin-bottom: 0;
  border-top: 1px solid #d9d9d9;
}
.pagetype-home .features-row .feat-op-list {
  padding: 5px;
  list-style: none;
}
.pagetype-home .features-row .feat-op-list li {
  padding: 10px;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}
.pagetype-home .features-row .feat-op-list li:nth-child(odd) {
  background-color: #F2F2F2;
}
.pagetype-home .features-row .feat-op-list .feat-op-item-title-pink {
  color: #EA2378;
  font-size: 1.4em;
}
.pagetype-home .features-row .feat-org-list {
  padding: 5px;
  list-style: none;
}
.pagetype-home .features-row .feat-org-list li {
  padding: 5px;
  border-bottom: 1px solid #d9d9d9;
}
.pagetype-home .features-row .feat-org-list li img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.pagetype-home .features-row .feat-pro-jumbo {
  padding: 0;
  margin-bottom: 5px;
}
.pagetype-home .features-row .feat-pro-jumbo > img {
  height: 144px;
  width: 144px;
}
.pagetype-home .features-row .feat-pro-jumbo .feat-pro-jumbo-right {
  width: 50%;
  height: 100%;
  float: right;
  padding: 10px;
}
.pagetype-home .features-row .feat-pro-jumbo .feat-pro-jumbo-right .feat-pro-jumbo-header {
  color: #EA2378;
  font-size: 16px;
  font-weight: bold;
}
.pagetype-home .features-row .feat-pro-jumbo .feat-pro-jumbo-right .feat-pro-jumbo-desc {
  font-size: 15px;
  display: inline-block;
  width: 100%;
}
.pagetype-home .features-row .feat-pro-jumbo .feat-pro-jumbo-right .feat-pro-jumbo-link {
  display: inline-block;
  width: 100%;
}
.pagetype-home .features-row .feat-ev-list {
  list-style: none;
  padding: 5px;
  border-top: 1px solid #d9d9d9;
  margin-top: 5px;
}
.pagetype-home .features-row .feat-ev-list li {
  padding: 15px 5px;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
}
.pagetype-home .features-row .feat-ev-list li p {
  font-weight: bold;
  font-size: 16px;
}
.pagetype-home .features-row .featured-profile {
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .pagetype-home .carousel {
    margin: 0 auto -170px;
    width: 100%;
  }
  .pagetype-home .feat-op-item {
    max-width: 400px;
    margin: 0 auto;
  }
  .pagetype-home .feat-pro-jumbo {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .pagetype-home .block-holder .img-responsive {
    height: auto;
    margin: 15px auto;
  }
  .pagetype-home .stats-header {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .pagetype-home .join-us {
    padding: 120px 0 60px;
  }
  .pagetype-home .featured-quote .framed-photo {
    margin-right: 10%;
  }
  .pagetype-home .featured-quote .quote {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  body.pagetype-home .carousel {
    margin: 0 auto -190px;
    top: 0;
  }
  body.pagetype-home .carousel .carousel-inner {
    top: 0;
    background-color: #3D3B39;
    padding-bottom: 70px;
  }
  body.pagetype-home .carousel img {
    padding-bottom: 0 !important;
  }
  body.pagetype-home .carousel .caption {
    float: left;
    position: static;
  }
  body.pagetype-home .carousel .second-slide {
    position: relative;
    top: -50px;
  }
  body.pagetype-home .featured-quote .quote {
    width: 100%;
    text-align: center;
    max-width: 100%;
    margin-bottom: 20px;
  }
  body.pagetype-home .featured-quote .read-more {
    float: none;
    margin: 20px auto 0;
    width: 300px;
    text-align: center;
    display: block;
  }
  body.pagetype-home .featured-quote .framed-photo {
    float: none !important;
    margin: 80px auto 0;
    display: inherit;
  }
  body.pagetype-home .featured-organisations .item {
    width: 100%;
  }
  body.pagetype-home .join-us {
    padding: 180px 0 90px;
  }
  body.pagetype-home .join-us .join-us-right {
    margin-left: 20px;
  }
  body.pagetype-home .join-us .fa {
    padding-left: 20px;
  }
}
.pagetype-home .join-us-floating-link {
  display: none;
}
@media (min-width: 992px) {
  .pagetype-home .join-us-floating-link {
    display: block;
    width: 50%;
    height: 100px;
    position: absolute;
    right: 0px;
    bottom: -50px;
    font-size: 0;
  }
}
.pagetype-signup .page-title {
  z-index: 5;
  padding: 140px 50px 70px;
  margin-bottom: -200px;
  background: #3D3B39;
  position: relative;
  top: -220px;
  -webkit-transform: skewY(-6deg);
  -moz-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  -o-transform: skewY(-6deg);
  transform: skewY(-6deg);
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
}
.pagetype-signup .page-title .fa {
  float: left;
  color: #FFF200;
  font-size: 60px;
  padding-top: 30px;
  padding-right: 20px;
  margin-left: -20px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pagetype-signup .page-title {
    transform: perspective(1px) skewY(-6deg);
  }
}
.pagetype-signup .page-title .skewback {
  position: relative;
  top: 70px;
  -webkit-transform: skewY(6deg);
  -moz-transform: skewY(6deg);
  -ms-transform: skewY(6deg);
  -o-transform: skewY(6deg);
  transform: skewY(6deg);
  /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pagetype-signup .page-title .skewback {
    transform: perspective(1px) skewY(6deg);
  }
}
.pagetype-signup .page-title .title-text {
  float: left;
}
.pagetype-signup .page-title .title-text .title {
  color: #FFF200;
  border-bottom: 1px dotted #FFF200;
  width: 100%;
  font-size: 34px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
  padding-right: 0.5em;
  text-transform: uppercase;
  padding-top: 20px;
}
.pagetype-signup .featured-quote {
  background: #FFF200;
  z-index: 4;
  padding: 225px 50px 35px;
  margin-bottom: -200px;
  position: relative;
  top: -250px;
  -webkit-transform: skewY(4deg);
  -moz-transform: skewY(4deg);
  -ms-transform: skewY(4deg);
  -o-transform: skewY(4deg);
  transform: skewY(4deg);
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pagetype-signup .featured-quote {
    transform: perspective(1px) skewY(4deg);
  }
}
.pagetype-signup .featured-quote .skewback {
  top: 250px;
  -webkit-transform: skewY(-4deg);
  -moz-transform: skewY(-4deg);
  -ms-transform: skewY(-4deg);
  -o-transform: skewY(-4deg);
  transform: skewY(-4deg);
  /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pagetype-signup .featured-quote .skewback {
    transform: perspective(1px) skewY(-4deg);
  }
}
.pagetype-signup .featured-quote .framed-photo {
  border: 12px solid #fff;
  max-width: 250px;
  width: 100%;
  margin-top: 50px;
  -ms-transform: rotate(-6deg);
  /* IE 9 */
  -webkit-transform: rotate(-6deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-6deg);
  -webkit-box-shadow: 5px 6px 21px -10px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 5px 6px 21px -10px rgba(0, 0, 0, 0.43);
  box-shadow: 5px 6px 21px -10px rgba(0, 0, 0, 0.43);
}
.pagetype-signup .featured-quote .quote {
  margin-top: 120px;
  margin-bottom: 50px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  color: #EA2378;
  font-size: 34pt;
  line-height: 35pt;
}
.pagetype-signup .signup-features {
  background: #ffffff;
  z-index: 3;
  padding: 325px 50px 35px;
  margin-bottom: -350px;
  position: relative;
  top: -350px;
  -webkit-transform: skewY(-4deg);
  -moz-transform: skewY(-4deg);
  -ms-transform: skewY(-4deg);
  -o-transform: skewY(-4deg);
  transform: skewY(-4deg);
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pagetype-signup .signup-features {
    transform: perspective(1px) skewY(-4deg);
  }
}
.pagetype-signup .signup-features .skewback {
  top: 350px;
  -webkit-transform: skewY(4deg);
  -moz-transform: skewY(4deg);
  -ms-transform: skewY(4deg);
  -o-transform: skewY(4deg);
  transform: skewY(4deg);
  /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pagetype-signup .signup-features .skewback {
    transform: perspective(1px) skewY(4deg);
  }
}
.pagetype-signup .signup-features h4 {
  color: #EA2378;
  font-size: 26pt;
  line-height: 33pt;
  text-transform: uppercase;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
  border-bottom: 1px dotted #EA2378;
}
.pagetype-signup .signup-features .features-list {
  color: #3D3B39;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
}
.pagetype-signup .signup-features .features-list .fa {
  color: #EA2378;
  font-size: 60px;
  padding-top: 30px;
  padding-right: 20px;
}
.pagetype-signup .signup-features .features-list .feature-title {
  font-size: 26pt;
  line-height: 35pt;
  width: 100%;
  border-bottom: 1px solid #3D3B39;
}
.pagetype-signup .signup-features .features-list .feature-body {
  font-size: 14pt;
  line-height: 16pt;
}
.pagetype-signup .signup-blurb-form-container {
  background: #3D3B39;
  z-index: 2;
  padding: 275px 50px 135px;
  margin-bottom: -300px;
  position: relative;
  top: -230px;
  -webkit-transform: skewY(4deg);
  -moz-transform: skewY(4deg);
  -ms-transform: skewY(4deg);
  -o-transform: skewY(4deg);
  transform: skewY(4deg);
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
  /* Border between blurb and form only if our screen is
		 * wide enough to columnise */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pagetype-signup .signup-blurb-form-container {
    transform: perspective(1px) skewY(4deg);
  }
}
.pagetype-signup .signup-blurb-form-container .skewback {
  top: 230px;
  -webkit-transform: skewY(-4deg);
  -moz-transform: skewY(-4deg);
  -ms-transform: skewY(-4deg);
  -o-transform: skewY(-4deg);
  transform: skewY(-4deg);
  /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pagetype-signup .signup-blurb-form-container .skewback {
    transform: perspective(1px) skewY(-4deg);
  }
}
.pagetype-signup .signup-blurb-form-container .signup-blurb {
  color: #ffffff;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  font-size: 15pt;
  line-height: 24pt;
}
@media (min-width: 992px) {
  .pagetype-signup .signup-blurb-form-container .form-container {
    border-left: 1px solid #ffffff;
  }
}
.pagetype-signup .signup-blurb-form-container h4 {
  color: #FFF200;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px dotted #FFF200;
  font-size: 26pt;
  line-height: 33pt;
}
@media (max-width: 767px) {
  .pagetype-signup .page-title {
    padding: 140px 20px 70px !important;
  }
  .pagetype-signup .page-title .fa {
    margin-left: 0;
  }
  .pagetype-signup .page-title .title-text .title {
    padding-top: 0px;
    margin-bottom: 40px;
  }
  .pagetype-signup .featured-quote {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pagetype-signup .featured-quote .quote {
    margin-top: 60px;
    margin-bottom: -20px;
    font-size: 28px;
    line-height: 1.3em;
  }
  .pagetype-signup .signup-features {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pagetype-signup .signup-blurb-form-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#register_form {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  color: #3D3B39;
  font-size: 15pt;
  line-height: 19pt;
}
#register_form .navbar {
  border: none;
}
#register_form ul.nav > li a {
  font-size: 16pt;
  line-height: 26pt;
  text-decoration: none;
  padding: 2px 10px 10px;
  background-color: #EA2378;
  color: #ffffff;
  border-radius: 0;
  border-color: #EA2378;
  border-width: 1px;
  margin-right: 0px;
  border-style: solid;
}
#register_form ul.nav > li.active > a {
  background-color: #ffffff;
  color: #EA2378;
  border-color: #ffffff;
}
#register_form label {
  font-weight: 900;
  text-transform: uppercase;
}
#register_form input,
#register_form select,
#register_form textarea {
  border-color: #EA2378;
  border-width: 1px;
  border-radius: 0;
  margin-bottom: 10px;
  width: 70%;
}
#register_form input[type="checkbox"] {
  width: 10px;
  margin-bottom: 0;
}
#register_form .pw_match,
#register_form .no_pw_match {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  font-size: 15pt;
}
#register_form .btn {
  border-width: 0;
  border-radius: 0;
  background-color: #EA2378;
  color: #ffffff;
  text-decoration: none;
  padding: 2px 0.5em;
}
#register_form .tab-pane {
  background-color: #ffffff;
  padding: 10px;
  border-style: none;
}
#register_form .hide-away {
  opacity: 0;
  text-indent: -20000em;
}
#register_form .error-message {
  color: #f00;
  font-size: 14px;
  margin: 15px 0;
}
#register_form .step-selector {
  margin-bottom: -1px;
}
#register_form .step-selector li {
  list-style: none;
  padding: 0;
  text-indent: inherit;
}
#register_form .step-selector li:before {
  content: none;
}
#register_form .step-selector li a {
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #eee;
}
#register_form .step-selector li.active a {
  background: #aaa;
}
.pagetype-default .top-breadcrumb {
  background-color: #FFF;
  margin-bottom: 0;
}
.pagetype-default .top-breadcrumb a {
  color: #3D3B39;
}
.pagetype-default .big-pink {
  color: #EA2378;
  font-weight: bold;
  text-shadow: 0 0 1px #E59CC4;
}
.pagetype-default .title {
  border-top: 1px solid #F2F2F2;
  padding: 10px;
  width: 100%;
  margin-top: 0;
}
.pagetype-default .big-tip {
  margin-top: 0;
  padding-bottom: 20px;
  border-bottom: 4px solid #FFF200;
}
.pagetype-default .list {
  list-style: none;
  padding: 0;
  border-top: 1px solid #F2F2F2;
}
.pagetype-default .right-sidebar .jumbotron img {
  margin-bottom: 10px;
}
.pagetype-default .right-sidebar .jumbotron hr {
  padding: 0;
  margin: 0;
}
.pagetype-default .right-sidebar .jumbotron .big-pink {
  padding-bottom: 0;
  margin-bottom: 0;
}
.pagetype-default .right-sidebar .jumbotron .sections-list li a {
  text-decoration: none;
}
.pagetype-default .right-sidebar .jumbotron .sections-list li a:hover {
  text-decoration: underline;
}
.pagetype-default .right-sidebar .jumbotron .sections-list .row:hover > .col-md-2 > span {
  color: #EA2378;
}
.pagetype-default .right-sidebar .jumbotron .sections-list .col-md-2 {
  padding: 5px;
  font-size: 20px;
  color: white;
}
.pagetype-default .brand-image {
  width: 284px;
  height: 160px;
}
.pagetype-default .toolkit-header {
  background: #3D3B39 url("/images/background-slate-edited.gif") top left;
  color: #ffea11;
  position: relative;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
  top: -50px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pagetype-default .toolkit-header {
    transform: perspective(1px) skewY(-2deg);
  }
}
.pagetype-default .toolkit-header .toolkit-header-inside {
  padding: 30px 0 75px 35px;
  top: 50px;
  -webkit-transform: skewY(2deg);
  -moz-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  -o-transform: skewY(2deg);
  transform: skewY(2deg);
  /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pagetype-default .toolkit-header .toolkit-header-inside {
    transform: perspective(1px) skewY(2deg);
  }
}
.pagetype-default .toolkit-header .fa {
  display: inline-block;
  float: left;
  padding-top: 15px;
}
.pagetype-default .toolkit-header h1 {
  display: inline-block;
  font-family: 'proxima-nova', sans-serif;
  border-top: none;
  border-bottom: none;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffea11;
  width: auto;
  padding-right: 100px;
  margin-left: 15px;
  padding-left: 0;
  position: relative;
  top: 7px;
}
.pagetype-default .toolkit-sidebar {
  float: right;
  margin: 20px 20px 20px 0;
}
.pagetype-default .toolkit-sidebar li {
  padding-bottom: 5px;
  background: url("/images/toolkit-lines.gif") bottom left no-repeat;
  background-size: 100%;
  border-bottom: none;
}
.pagetype-default .toolkit-sidebar li a {
  padding: 3px 5px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #3D3B39;
  background: none;
  text-decoration: none;
}
.pagetype-default .toolkit-sidebar li a:hover {
  color: #EA2378;
}
.pagetype-default .toolkit-sidebar li:last-child {
  border-bottom: none;
  background: none;
}
.pagetype-default .toolkit-public {
  padding-bottom: 50px;
}
.pagetype-default .toolkit-public h3 {
  color: #fff;
  background: #EA2378;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 500;
  padding: 3px 5px;
  font-size: 20px;
  display: inline-block;
}
.pagetype-default .toolkit-public .toolkit-list a {
  display: inline-block;
  color: #3D3B39;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  border-bottom: 2px dotted #bbb;
  font-size: 16px;
  text-decoration: none;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.pagetype-default .toolkit-public .toolkit-list a .fa {
  color: #EA2378;
}
@media (max-width: 768px) {
  .pagetype-default .toolkit-sidebar {
    width: 100%;
    margin: 0;
  }
  .pagetype-default .toolkit-sidebar li {
    background-size: 20%;
    text-align: center;
    background-position: bottom center;
  }
}
.pagetype-tabbed ul.image-left {
  position: relative;
  left: 15px;
}
.pagetype-tabbed .page-header {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  color: #EA2378;
  margin-top: 20px;
}
.pagetype-tabbed .nav-tabs li a {
  text-decoration: none;
  font-size: 16px;
  color: #EA2378;
  border-radius: 0;
  margin: 0;
}
.pagetype-tabbed .nav-tabs li a:hover {
  background-color: #FFF200;
}
.pagetype-tabbed .tab-content {
  padding: 15px 0;
}
.pagetype-tabbed .tab-content p {
  font-size: 16px;
}
.pagetype-tabbed .tab-content h4 {
  color: #EA2378;
}
.pagetype-tabbed .tab-content .headshot {
  padding: 8px;
  border: 1px solid #F2F2F2;
  float: right;
  width: 90px;
}
.pagetype-tabbed .tab-content .accordion > a {
  text-decoration: none;
}
.pagetype-tabbed .tab-content .featured-profile img {
  margin: 0 0 20px;
}
.pagetype-tabbed .tab-content .brand-image {
  padding: 5px;
}
.pagetype-single .right-sidebar .jumbotron img {
  margin-bottom: 10px;
  height: 160px;
  width: 284px;
}
.pagetype-single .right-sidebar .jumbotron hr {
  padding: 0;
  margin: 0;
}
.pagetype-single .right-sidebar .jumbotron .big-pink {
  padding-bottom: 0;
  margin-bottom: 0;
}
.pagetype-single .right-sidebar .jumbotron .sections-list {
  list-style: none;
  padding: 0;
}
.pagetype-single .right-sidebar .jumbotron .sections-list li a {
  text-decoration: none;
}
.pagetype-single .right-sidebar .jumbotron .sections-list li a:hover {
  text-decoration: underline;
}
.pagetype-single .right-sidebar .jumbotron .sections-list .row:hover > .col-md-2 > span {
  color: #EA2378;
}
.pagetype-single .right-sidebar .jumbotron .sections-list .col-md-2 {
  padding: 5px;
  font-size: 20px;
  color: white;
}
.pagetype-single .main-header {
  color: #3D3B39;
  font-size: 45px;
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 10px;
}
.pagetype-single .separator {
  height: 5px;
  background-color: #FFF200;
  margin-bottom: 5px;
}
.pagetype-single .inner-right-sidebar .inner-right-sidebar-headshot {
  max-width: 100%;
}
.pagetype-single .inner-right-sidebar .sidebar-header {
  border-bottom: 1px solid #F2F2F2;
}
.pagetype-single .inner-left {
  padding-left: 20px;
}
.pagetype-single .commentsContainer {
  width: 100%;
  border-top: 1px solid #eeeeee;
  margin-top: 40px;
  margin-bottom: 25px;
  display: inline-block;
}
.pagetype-single .commentsContainer .postCommentForm {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.pagetype-single .commentsContainer .postCommentForm textarea {
  border: 2px solid #FFF200;
  border-radius: 5px;
}
.pagetype-single .commentsContainer .postCommentForm .submit input {
  background-color: #EA2378;
  border-color: #EA2378;
}
.pagetype-single .commentsContainer .postCommentForm .characterCountWrapper {
  font-size: 13px;
  color: #666;
  padding-left: 2px;
}
.pagetype-single .commentsContainer .postCommentForm .characterCountWrapper .text-invalid {
  color: #f00;
}
.pagetype-single .commentsContainer .comment {
  border: 2px solid #EA2378;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.4);
}
.pagetype-single .commentsContainer .commentsToggle {
  text-align: right;
  margin-bottom: 10px;
}
.pagetype-single .commentsContainer .commentsToggle button {
  float: right;
}
.pagetype-single .commentsContainer .dropdown-menu {
  border: 2px solid #EA2378;
  border-radius: 5px;
  max-width: 200px;
  left: inherit;
  right: 0;
}
.pagetype-single .commentsContainer .dropdown-menu a {
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}
.pagetype-single .commentsContainer .username {
  display: inline;
  padding-right: 10px;
}
.pagetype-single .commentsContainer .content {
  margin: 0;
  padding: 5px 0px;
}
.pagetype-single .commentsContainer .editControls,
.pagetype-single .commentsContainer .voteControls {
  display: inline;
  float: right;
  font-size: 16px;
}
.pagetype-single .commentsContainer .upvotes {
  font-size: 11px;
}
.pagetype-list .right-sidebar .jumbotron {
  padding: 5px;
}
.pagetype-list .right-sidebar .jumbotron img {
  margin-bottom: 10px;
  height: 160px;
  width: 284px;
}
.pagetype-list .right-sidebar .jumbotron hr {
  padding: 0;
  margin: 0;
}
.pagetype-list .right-sidebar .jumbotron .big-pink {
  padding-bottom: 0;
  margin-bottom: 0;
}
.pagetype-list .right-sidebar .jumbotron .sections-list {
  list-style: none;
  padding: 0;
}
.pagetype-list .right-sidebar .jumbotron .sections-list li a {
  text-decoration: none;
}
.pagetype-list .right-sidebar .jumbotron .sections-list li a:hover {
  text-decoration: underline;
}
.pagetype-list .right-sidebar .jumbotron .sections-list .row:hover > .col-md-2 > span {
  color: #EA2378;
}
.pagetype-list .right-sidebar .jumbotron .sections-list .col-md-2 {
  padding: 5px;
  font-size: 20px;
  color: white;
}
.pagetype-list .main-body .main-body-inner .feat-pro-jumbo > a > img {
  max-width: 200px;
  display: block;
  margin: 10px auto 0;
}
.pagetype-list .featured-profile {
  width: 220px;
  margin: auto;
}
.pagetype-list .feat-pro-jumbo {
  width: 50%;
  padding: 0;
  margin-bottom: 5px;
  margin: auto;
  float: none;
}
.pagetype-list .feat-pro-jumbo > img {
  height: 144px;
  width: 144px;
}
.pagetype-list .feat-pro-jumbo .feat-pro-jumbo-right {
  width: 50%;
  height: 100%;
  float: right;
  padding: 10px;
}
.pagetype-list .feat-pro-jumbo .feat-pro-jumbo-right .feat-pro-jumbo-header {
  color: #EA2378;
  font-size: 16px;
  font-weight: bold;
}
.pagetype-list .feat-pro-jumbo .feat-pro-jumbo-right .feat-pro-jumbo-desc {
  font-size: 15px;
}
.pagetype-list .news-list .feat-pro-jumbo .feat-pro-jumbo-right {
  width: 100%;
}
.pagetype-list .well {
  width: 220px;
  display: inline-block;
}
.pagetype-list .well .fa-chevron-circle-right {
  padding-right: 7px;
}
.pagetype-opportunities-search .featured-job a {
  text-decoration: none !important;
  color: black !important;
}
.pagetype-opportunities-search .featured-org a {
  width: 100%;
}
.pagetype-opportunities-search .featured-org a img {
  width: 100%;
}
.pagetype-opportunities-search .main-body-inner > .row {
  padding: 15px;
}
.pagetype-opportunities-search .sidebar-yellow {
  padding: 10px;
  height: 100%;
  width: 100%;
  background-color: #FFF200;
}
.pagetype-opportunities-search .sidebar-yellow .sidebar-header {
  color: #EA2378;
}
.pagetype-opportunities-search .search-button {
  margin-top: 10px;
  background-color: #EA2378;
  color: #FFF;
  padding: 10px 20px;
  border: 0;
  font-family: 'proxima-nova', sans-serif;
}
.pagetype-opportunities-search .op-num-row {
  text-align: center;
}
.pagetype-opportunities-search .op-num-row p {
  margin: 0;
  width: 100%;
  height: 100%;
}
.pagetype-opportunities-search .op-num-row .col-md-4 {
  font-family: 'proxima-nova', sans-serif;
}
.pagetype-opportunities-search .op-num-row .col-md-4 .op-num-top {
  background-color: #000;
  color: #FFF;
  font-size: 15px;
  padding: 2px;
}
.pagetype-opportunities-search .op-num-row .col-md-4 .op-num-bottom {
  background-color: #F2F2F2;
  color: #3D3B39;
  font-size: 21px;
}
.pagetype-opportunities-search .sub-heading {
  color: #EA2378;
  font-family: 'proxima-nova', sans-serif;
}
.pagetype-opportunities-search .sector-grid {
  text-align: center;
}
.pagetype-opportunities-search .sector-grid .sg-item {
  border-bottom: 1px solid #E6E6E6;
}
.pagetype-opportunities-search .sector-grid .sg-item p {
  margin: 7px 0;
}
.pagetype-opportunities-search .sector-grid .badge {
  float: right;
  background-color: transparent;
  color: #AAAAAA;
  font-family: 'proxima-nova', sans-serif;
}
.pagetype-opportunities-search .sector-grid a {
  text-decoration: none;
}
.pagetype-opportunities-search .sector-grid a:hover {
  text-decoration: underline;
}
.pagetype-opportunities-search .feat-box {
  border-top: 1px solid #AAAAAA;
}
.pagetype-opportunities-search .featured-job {
  background-color: #F2F2F2;
  padding: 5px;
}
.pagetype-opportunities-search .featured-job a:hover {
  background-color: #FFF200;
}
.pagetype-opportunities-search .recent-job-item .col-md-8,
.pagetype-opportunities-search .recent-job-item .col-md-4 {
  padding: 0;
  margin: 0;
}
.pagetype-opportunities-search .recent-job-item .recent-job-item-header-yellow {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  background-color: #FFF200;
  color: #3D3B39;
}
.pagetype-opportunities-search .recent-job-item .recent-job-item-header-pink {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  background-color: #EA2378;
  color: #FFF;
}
.pagetype-opportunities-search .recent-job-item .recent-job-item-link {
  font-size: 22px;
  color: #EA2378;
  text-decoration: none;
}
.pagetype-opportunities-search .recent-job-item .recent-job-item-link:hover {
  text-decoration: underline;
}
.pagetype-opportunities-search .opportunity {
  padding: 20px;
}
.pagetype-opportunities-search .opportunity .opportunity-bar {
  font: 1em "Arial", Arial, Helvetica, Verdana, sans-serif;
}
.pagetype-opportunities-search .opportunity .opportunity-bar .opportunity-type {
  width: 60%;
  float: left;
  display: inline-block;
  min-height: 19px;
  background-color: #FFF200;
  color: #3D3B39;
  padding: 8px;
}
.pagetype-opportunities-search .opportunity .opportunity-bar .opportunity-status {
  width: 40%;
  float: right;
  display: inline-block;
  min-height: 19px;
  background-color: #3D3B39;
  color: white;
  padding: 8px;
}
.pagetype-opportunities-search .opportunity .opportunity-body {
  background-color: #f8f8f9;
  height: 150px;
}
.pagetype-opportunities-search .opportunity .opportunity-body span {
  height: 12px;
  font-size: 0.75em;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: #666666;
  padding: 4px 8px;
  margin-bottom: 12px;
}
.pagetype-opportunities-search .opportunity .opportunity-body span.opportunity-organisation {
  border: none;
}
.pagetype-opportunities-search .opportunity .opportunity-body a {
  color: #ec008c;
  text-decoration: none;
  text-align: left;
}
.pagetype-opportunities-search .opportunity .opportunity-body .opportunity-details {
  float: left;
  width: 60%;
  min-height: 19px;
}
.pagetype-opportunities-search .opportunity .opportunity-body .opportunity-logo {
  float: right;
  width: 40%;
  min-height: 19px;
  padding: 20px !important;
}
.pagetype-opportunities-search .opportunity .opportunity-body .opportunity-logo img {
  max-width: 100%;
}
.pagetype-opportunities-search .pagination {
  float: right;
}
.pagetype-opportunities-search .pagination li a {
  font-family: 'proxima-nova', sans-serif;
  line-height: 18px;
  float: left;
  position: relative;
  padding: 12px;
  margin-right: 8px;
  margin-top: 0px;
  border: none;
  background-color: #f2f2f2;
  text-decoration: none;
}
.pagetype-opportunities-search .sponsored-by-inline {
  font-family: 'proxima-nova', sans-serif;
  font-size: 13px;
}
.pagetype-opportunities-search .sponsored-by-inline img {
  width: 190px;
  margin-top: 10px;
}
.pagetype-featured-org .banner {
  margin: 0 auto -150px;
  z-index: 10;
  position: relative;
  top: -50px;
  width: 100%;
  padding-bottom: 100px;
  overflow: hidden;
}
.pagetype-featured-org .banner .image-wrapper {
  position: relative;
  top: 50px;
  -webkit-transform: skewY(-4deg);
  -moz-transform: skewY(-4deg);
  -ms-transform: skewY(-4deg);
  -o-transform: skewY(-4deg);
  transform: skewY(-4deg);
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
  overflow: hidden;
  padding-top: 50px;
  margin-top: -50px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pagetype-featured-org .banner .image-wrapper {
    transform: perspective(1px) skewY(-4deg);
  }
}
.pagetype-featured-org .banner .image-wrapper-inside {
  -webkit-transform: skewY(4deg);
  -moz-transform: skewY(4deg);
  -ms-transform: skewY(4deg);
  -o-transform: skewY(4deg);
  transform: skewY(4deg);
  /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
  z-index: 15;
  margin-bottom: -50px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pagetype-featured-org .banner .image-wrapper-inside {
    transform: perspective(1px) skewY(4deg);
  }
}
.pagetype-featured-org .banner .image-wrapper-inside img {
  width: 100%;
}
.pagetype-featured-org .banner .caption {
  position: absolute;
  bottom: 70px;
  left: -50px;
  z-index: 20;
  background: #ffffff;
  padding: 30px 50px 30px 15%;
  color: #EA2378;
  font-size: 22px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -webkit-box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pagetype-featured-org .banner .caption {
    transform: perspective(1px) skewX(-20deg);
  }
}
.pagetype-featured-org .banner .caption .inside {
  max-width: 400px;
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  transform: skewX(20deg);
  /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pagetype-featured-org .banner .caption .inside {
    transform: perspective(1px) skewX(20deg);
  }
}
.pagetype-featured-org .banner .caption .logo {
  width: 100%;
  margin: 10px 0;
}
.pagetype-featured-org .banner .caption p {
  width: 90%;
  margin-left: 5%;
}
.pagetype-featured-org .banner .featured-plus {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 18;
  text-transform: uppercase;
  color: #EA2378;
  font-size: 22px;
  font-family: 'proxima-nova', sans-serif;
}
.pagetype-featured-org .content {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 100px;
  margin-bottom: 100px;
  padding-bottom: 30px;
}
.pagetype-featured-org ul.image-left {
  position: relative;
  left: 15px;
}
.pagetype-featured-org .page-header {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  color: #EA2378;
  margin-top: 20px;
}
.pagetype-featured-org .nav-tabs {
  border: none;
  width: 100%;
  margin-bottom: 30px;
  background-color: #FFF200;
}
@media (max-width: 767px) {
  .pagetype-featured-org .nav-tabs {
    margin-bottom: none;
  }
}
.pagetype-featured-org .nav-tabs:hover {
  border: none;
}
.pagetype-featured-org .nav-tabs li {
  margin-bottom: 0;
  text-align: center;
}
.pagetype-featured-org .nav-tabs li a {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  color: #3D3B39;
  background-color: #FFF200;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0.4em 10px;
}
.pagetype-featured-org .nav-tabs li a:hover {
  background-color: #EA2378;
  color: #ffffff;
  border: none;
}
.pagetype-featured-org .nav-tabs li a:active,
.pagetype-featured-org .nav-tabs li a:focus {
  border: none;
}
@media (max-width: 767px) {
  .pagetype-featured-org .nav-tabs li a {
    font-size: 13px;
  }
}
.pagetype-featured-org .nav-tabs li.active a {
  background-color: #EA2378;
  color: #ffffff;
}
.pagetype-featured-org .nav-tabs li.active a:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  margin-left: -15px;
  top: 100%;
  background-image: url('/images/arrow-down-pink.png');
  background-size: cover;
}
.pagetype-featured-org .main-body {
  overflow: hidden;
}
.pagetype-featured-org .opportunities {
  margin-left: 20px;
}
.pagetype-featured-org .feat-op {
  text-transform: uppercase;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #FFF200;
  background-color: #3D3B39;
  padding: 10px 1000px 10px 20px;
  margin-left: -20px;
  margin-right: -1000px;
  -webkit-box-shadow: -10px 10px 10px -3px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: -10px 10px 10px -3px rgba(0, 0, 0, 0.43);
  box-shadow: -10px 10px 10px -3px rgba(0, 0, 0, 0.43);
}
.pagetype-featured-org .opportunity {
  font-family: 'proxima-nova', sans-serif;
}
.pagetype-featured-org .opportunity a {
  text-decoration: none;
}
.pagetype-featured-org .opportunity .title {
  font-size: 22px;
  color: #EA2378;
}
.pagetype-featured-org .opportunity .type {
  font-size: 18px;
  color: #EA2378;
}
.pagetype-featured-org .opportunity .location {
  font-size: 16px;
  color: #EA2378;
}
.pagetype-featured-org .opportunity .description {
  font-size: 14px;
  color: #3D3B39;
}
.pagetype-featured-org .opportunity .readmore {
  font-size: 16px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 0 5px;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  background: #EA2378;
  background-image: url('/images/arrow-body-horizontal-pink.png');
  background-size: 100% 100%;
}
.pagetype-featured-org .opportunity .readmore:hover {
  text-decoration: none;
}
.pagetype-featured-org .opportunity .readmore::after {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  right: -20px;
  height: 40px;
  width: 22px;
  background-image: url('/images/arrowhead-right-pink.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.pagetype-featured-org .tab-content {
  padding: 15px 0;
}
.pagetype-featured-org .tab-content p {
  font-size: 16px;
}
.pagetype-featured-org .tab-content h4 {
  color: #EA2378;
}
.pagetype-featured-org .tab-content .headshot {
  padding: 8px;
  border: 1px solid #F2F2F2;
  float: right;
  width: 90px;
}
.pagetype-featured-org .tab-content .accordion > a {
  text-decoration: none;
}
.pagetype-featured-org .tab-content .featured-profile img {
  margin: 0 0 20px;
}
.pagetype-featured-org .tab-content .brand-image {
  padding: 5px;
}
.pagetype-featured-org .contact-container {
  margin-left: 20px;
}
.pagetype-featured-org .contact-header {
  text-transform: uppercase;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #ffffff;
  background-color: #EA2378;
  padding: 10px 1000px 10px 20px;
  margin-left: -20px;
  margin-right: -1000px;
  -webkit-box-shadow: -10px 10px 10px -3px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: -10px 10px 10px -3px rgba(0, 0, 0, 0.43);
  box-shadow: -10px 10px 10px -3px rgba(0, 0, 0, 0.43);
}
.pagetype-featured-org .contact-lead {
  text-transform: uppercase;
  font-family: 'proxima-nova', sans-serif;
  font-size: 14px;
  color: #3D3B39;
}
.pagetype-featured-org .contact {
  font-family: 'proxima-nova', sans-serif;
  font-size: 20px;
  line-height: 34px;
  color: #EA2378;
  margin-bottom: 40px;
}
.pagetype-featured-org .contact a {
  text-decoration: none;
}
.pagetype-featured-org .contact a:hover {
  text-decoration: underline;
}
.pagetype-featured-org .contact .contact-phone,
.pagetype-featured-org .contact .contact-email {
  color: #3D3B39;
  font-size: 18px;
}
.pagetype-featured-org .contact .fa.circled {
  color: #ffffff;
  font-size: 20px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #EA2378;
  line-height: 30px;
  text-align: center;
}
.pagetype-featured-org .contact .contact-photo-wrapper {
  width: 100%;
}
.pagetype-featured-org .contact .contact-photo {
  width: 50%;
  height: auto;
  max-width: 145px;
}
.pagetype-featured-org .contact .contact-email-wrapper {
  position: relative;
}
.pagetype-featured-org .contact .contact-email-wrapper .fa.circled {
  display: block;
  position: absolute;
}
.pagetype-featured-org .contact .contact-email-wrapper .contact-email {
  display: block;
  width: 100%;
  padding-left: 36px;
  margin-top: -30px;
  line-height: 24px;
}
.pagetype-featured-org .contact-login-call {
  font-family: 'proxima-nova', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  background: #EA2378;
  color: #ffffff;
  padding: 5px 10px;
  position: relative;
  margin-bottom: 30px;
}
.pagetype-featured-org .contact-login-call a {
  color: #ffffff !important;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
}
.pagetype-featured-org .contact-login-call::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 40px;
  width: 30px;
  height: 30px;
  background-image: url('/images/arrow-down-pink.png');
  background-size: cover;
}
.pagetype-featured-org img.contact-blurred {
  margin-bottom: 10px;
  width: 100%;
  max-width: 294px;
  height: auto;
}
@media (max-width: 690px) {
  .pagetype-featured-org .banner {
    padding-bottom: 50px;
  }
  .pagetype-featured-org .banner .caption {
    background: none;
    position: static;
    margin-top: 75px;
    box-shadow: none;
    padding: 0;
  }
  .pagetype-featured-org .banner .image-wrapper {
    -webkit-transform: skewY(0) !important;
    -moz-transform: skewY(0) !important;
    -ms-transform: skewY(0) !important;
    -o-transform: skewY(0) !important;
    transform: skewY(0) !important;
    /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
    box-shadow: none;
    padding: 10px 0;
  }
  .pagetype-featured-org .banner .image-wrapper-inside {
    -webkit-transform: skewY(0) !important;
    -moz-transform: skewY(0) !important;
    -ms-transform: skewY(0) !important;
    -o-transform: skewY(0) !important;
    transform: skewY(0) !important;
    /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
  }
  .pagetype-featured-org .nav-tabs li {
    width: 100%;
  }
  .pagetype-featured-org .nav-tabs li.active a:after {
    display: none;
  }
}
@media (max-width: 690px) and screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pagetype-featured-org .banner .image-wrapper {
    transform: perspective(1px) skewY(0);
  }
}
@media (max-width: 690px) and screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pagetype-featured-org .banner .image-wrapper-inside {
    transform: perspective(1px) skewY(0);
  }
}
.pagetype-org-list .page-title {
  z-index: 5;
  padding: 40px 50px 0px;
  margin-bottom: 20px;
  background: #3D3B39;
  position: relative;
  top: -40px;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.43);
  /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
}
.pagetype-org-list .page-title .fa {
  float: left;
  color: #FFF200;
  font-size: 60px;
  padding-top: 30px;
  padding-right: 20px;
  margin-left: -20px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pagetype-org-list .page-title {
    transform: perspective(1px) skewY(-2deg);
  }
}
.pagetype-org-list .page-title .skewback {
  -webkit-transform: skewY(2deg);
  -moz-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  -o-transform: skewY(2deg);
  transform: skewY(2deg);
  /* Browser hack: Chrome (>= 29) and Opera (>= 16) */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pagetype-org-list .page-title .skewback {
    transform: perspective(1px) skewY(2deg);
  }
}
.pagetype-org-list .page-title .title-text {
  float: left;
  padding-bottom: 20px;
}
.pagetype-org-list .page-title .title-text .title {
  color: #FFF200;
  border-bottom: 1px dotted #FFF200;
  width: 100%;
  font-size: 34px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
  padding-right: 0.5em;
  text-transform: uppercase;
  padding-top: 20px;
}
.pagetype-org-list .list-container {
  clear: both;
  margin-left: 0;
  margin-right: 0;
}
.pagetype-org-list .list-container h2 {
  text-transform: uppercase;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
  font-size: 34px;
  color: #3D3B39;
  border-bottom: 1px dotted #3D3B39;
}
.pagetype-org-list .featured-org-list li {
  margin-top: 5px;
}
.pagetype-org-list .featured-org-list li a {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  color: #3D3B39;
  text-decoration: none;
  font-size: 26px;
}
.pagetype-org-list .featured-org-list li a img {
  height: 42px;
}
.pagetype-org-list .featured-org-list li a .underline {
  padding-bottom: 8px;
  padding-left: 0;
  border-bottom: 2px dotted #3D3B39;
}
.pagetype-org-list .org-list li {
  margin-bottom: 10px;
}
.pagetype-org-list .org-list li .org-logo {
  height: 42px;
}
.pagetype-org-list .org-list li a {
  color: #3D3B39;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  text-decoration: none;
  font-size: 24px;
}
.pagetype-org-list .org-list li img {
  max-width: 100%;
  max-height: 42px;
}
.restricted-wrapper {
  background-image: url(/images/blurred-text.png);
  background-size: contain;
  min-height: 983px;
  margin-left: -5px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .restricted-wrapper {
    background: none;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.restricted-wrapper .restricted-float {
  background: #EA2378;
  padding: 5px 10px;
  margin-top: 25px;
  margin-bottom: 50px;
  -webkit-box-shadow: 12px 12px 8px -3px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 12px 12px 8px -3px rgba(0, 0, 0, 0.43);
  box-shadow: 12px 12px 8px -3px rgba(0, 0, 0, 0.43);
  color: #fff;
}
@media (max-width: 991px) {
  .restricted-wrapper .restricted-float {
    margin-left: 15px;
    margin-right: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.restricted-wrapper .restricted-float a.accordion-btn {
  color: #fff;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  text-decoration: underline;
}
.restricted-wrapper .restricted-float .tab-head {
  padding-left: 15px;
}
.restricted-wrapper #register_form {
  margin-top: 15px;
  margin-bottom: 15px;
}
.restricted-wrapper #register_form .step-selector {
  min-height: 0;
  margin-bottom: 0;
}
.restricted-wrapper #register_form ul.nav > li {
  margin-bottom: 0;
}
.restricted-wrapper #register_form ul.nav > li + li {
  margin-left: 5px;
}
.restricted-wrapper #register_form ul.nav > li a {
  background-color: #3D3B39;
  color: #fff;
  border: none;
  padding: 2px 15px 5px;
}
.restricted-wrapper #register_form ul.nav > li.active a {
  background-color: #fff;
  color: #EA2378;
}
.restricted-wrapper #register_form .tab-pane {
  padding: 15px 15px 0px;
}
.restricted-wrapper #login_form {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px 15px 5px;
  background-color: #fff;
}
.restricted-wrapper #login_form h3 {
  color: #EA2378;
  margin-top: 5px;
  margin-bottom: 20px;
}
.restricted-wrapper #login_form input {
  border-color: #EA2378;
  border-width: 1px;
  border-radius: 0;
  margin-bottom: 10px;
  width: 70%;
}
.restricted-wrapper #login_form .btn {
  border-width: 0;
  border-radius: 0;
  background-color: #EA2378;
  color: #ffffff;
  text-decoration: none;
  padding: 2px 0.5em;
}
.restricted-wrapper .account-benefits {
  font-size: 14px;
  line-height: 18px;
}
.restricted-wrapper .account-benefits h4 {
  color: #FFF200;
  text-transform: uppercase;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 6px;
}
.col-md-8 .restricted-wrapper #register_form ul.nav > li a {
  font-size: 16px;
}
.col-md-8 .restricted-wrapper #register_form label,
.col-md-8 .restricted-wrapper #register_form .help-block {
  font-size: 14px;
}
.col-md-8 .restricted-wrapper #register_form .form-group.col-sm-6 {
  width: 100%;
}
.breadcrumb {
  display: none !important;
}
body,
html {
  -webkit-font-smoothing: antialiased;
}
a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #EA2378;
}
a:hover {
  opacity: 0.8;
  color: #EA2378;
}
.well {
  min-height: 240px;
}
div.obliqueImage {
  overflow: hidden;
}
div.obliqueImage img {
  margin: -10px 10px 3px 0px !important;
  transform: skewY(176deg);
}
div.bannerImage {
  width: 100%;
  height: 280px;
  transform: skewY(175deg);
  margin-top: -100px;
  overflow: hidden;
  margin-bottom: 35px;
}
.dropdown-menu .top-header a {
  color: #EA2378;
}
.nav .nav-link {
  color: #EA2378 !important;
  text-decoration: none !important;
}
.nav .nav-link:hover {
  color: #333 !important;
}
.nav > li > a {
  padding: 15px 10px;
}
.nav.nav-ul-right {
  border: none;
}
.nav .toolkit {
  height: 50px;
  line-height: 50px;
  margin-right: 20px;
}
.nav .toolkit .big-icon {
  padding-top: 10px;
}
.nav .find-out-more {
  line-height: 20px;
  padding-top: 5px;
  text-align: left;
  height: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-top-second .navbar-header {
    width: 100%;
  }
  .navbar-default .navbar-brand {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .nav .find-out-more {
    width: 100%;
    margin: 0;
    padding-left: 10px !important;
  }
}
.nav-top-second-container {
  padding: 0;
}
.nav-top-second-container .nav-collapse-bottom {
  padding: 0;
}
.nav-top-second .nav a {
  font-family: 'proxima-nova', sans-serif;
}
.nav-top-second b,
.nav-top-second strong {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
}
.main-body .main-body-inner a {
  color: #EA2378;
  /*word-break: break-all;*/
}
.main-body .main-body-inner .main-header {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
}
.main-body .main-body-inner .stats-header {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  color: #444;
}
.main-body .main-body-inner .stats-title {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  color: #444;
}
.main-body .main-body-inner .feat-pro-jumbo > a > img {
  max-width: 144px;
  width: 100%;
  height: auto;
}
.main-body .main-body-inner .feat-pro-jumbo .feat-pro-jumbo-right .feat-pro-jumbo-header a {
  color: #EA2378;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.main-body .main-body-inner .feat-pro-jumbo .feat-pro-jumbo-right .feat-pro-jumbo-header a:hover {
  text-decoration: underline;
}
.main-body .main-body-inner .block-holder {
  border: 1px solid #f2f2f2;
  border-radius: 1px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.main-body .main-body-inner .featured-profile {
  margin-bottom: 20px;
}
.main-body .main-body-inner .right-sidebar .jumbotron {
  min-height: 800px;
  background: white;
}
.main-body .main-body-inner .right-sidebar .jumbotron .opportunity {
  background: #fff;
  padding: 10px 10px 20px;
  margin-bottom: 15px;
}
.main-body .main-body-inner .right-sidebar .jumbotron .opportunity a:any-link {
  text-decoration: none !important;
}
.main-body .main-body-inner .right-sidebar .jumbotron .opportunity img {
  max-width: 60%;
}
.main-body .main-body-inner .right-sidebar .jumbotron .opportunity .title {
  margin: 10px 0px 5px;
  color: #333;
  font-size: 22px;
  font-family: 'proxima-nova', sans-serif;
  text-decoration: none !important;
}
.main-body .main-body-inner .right-sidebar .jumbotron .opportunity .type {
  font-size: 16px;
  margin: 0;
  text-decoration: none !important;
}
.main-body .main-body-inner .right-sidebar .jumbotron .opportunity .location {
  margin-top: 20px;
  font-size: 16px;
}
.main-body .main-body-inner .right-sidebar .jumbotron .contact-wrapper {
  background: #fff;
  padding: 10px 10px 20px;
  margin-bottom: 15px;
}
.main-body .main-body-inner .right-sidebar .jumbotron .contact-lead {
  text-transform: uppercase;
  font-family: 'proxima-nova', sans-serif;
  font-size: 14px;
  color: #3D3B39;
}
.main-body .main-body-inner .right-sidebar .jumbotron .contact {
  font-family: 'proxima-nova', sans-serif;
  font-size: 20px;
  line-height: 32px;
  color: #EA2378;
}
.main-body .main-body-inner .right-sidebar .jumbotron .contact a {
  text-decoration: none;
}
.main-body .main-body-inner .right-sidebar .jumbotron .contact a:hover {
  text-decoration: underline;
}
.main-body .main-body-inner .right-sidebar .jumbotron .contact .contact-phone,
.main-body .main-body-inner .right-sidebar .jumbotron .contact .contact-email {
  color: #3D3B39;
  font-size: 18px;
}
.main-body .main-body-inner .right-sidebar .jumbotron .contact .fa.circled {
  color: #ffffff;
  font-size: 20px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #EA2378;
  line-height: 30px;
  text-align: center;
}
.main-body .main-body-inner .right-sidebar .jumbotron .contact .contact-photo-wrapper {
  width: 100%;
}
.main-body .main-body-inner .right-sidebar .jumbotron .contact .contact-photo {
  width: 50%;
  height: auto;
  max-width: 145px;
}
.main-body .main-body-inner .right-sidebar .jumbotron .contact .contact-email-wrapper {
  position: relative;
}
.main-body .main-body-inner .right-sidebar .jumbotron .contact .contact-email-wrapper .fa.circled {
  display: block;
  position: absolute;
}
.main-body .main-body-inner .right-sidebar .jumbotron .contact .contact-email-wrapper .contact-email {
  display: block;
  width: 100%;
  padding-left: 36px;
  margin-top: -30px;
  line-height: 24px;
}
.main-body .main-body-inner .right-sidebar .jumbotron .contact-login-call {
  font-family: 'proxima-nova', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  background: #EA2378;
  color: #ffffff;
  padding: 5px 10px;
  position: relative;
  margin-bottom: 18px;
}
.main-body .main-body-inner .right-sidebar .jumbotron .contact-login-call a {
  color: #ffffff !important;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
}
.main-body .main-body-inner .right-sidebar .jumbotron .contact-login-call:after {
  content: '';
  border-top: 18px solid #EA2378;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 0px solid transparent;
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 40px;
}
.main-body .main-body-inner .right-sidebar .jumbotron img.contact-blurred {
  margin-bottom: 10px;
  width: 100%;
  max-width: 294px;
  height: auto;
}
.main-body .main-body-inner .right-sidebar .jumbotron .brand-image {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.main-body .main-body-inner .right-sidebar .jumbotron .big-pink {
  padding-left: 7px;
  margin-bottom: 5px;
  margin-top: 5px;
  border-bottom: 1px dashed #EA2378;
  font-size: 20px;
  font-weight: 300;
}
.main-body .main-body-inner .right-sidebar .jumbotron .sections-list {
  margin-top: 10px;
}
.main-body .main-body-inner .right-sidebar .jumbotron .sections-list li {
  margin-bottom: 15px;
}
.main-body .main-body-inner .right-sidebar .jumbotron .sections-list li a {
  display: inline-block;
  width: 100%;
  line-height: 1em;
  font-size: 16px;
  color: #333;
  font-family: 'proxima-nova', sans-serif;
  padding-left: 7px;
}
.main-body .main-body-inner .right-sidebar .jumbotron .sections-list li a:hover {
  color: #EA2378;
}
.main-body .main-body-inner .right-sidebar .jumbotron .sections-list .col-md-2 {
  padding: 0px;
}
.main-body .main-body-inner .right-sidebar .jumbotron .sections-list .col-md-2 .glyphicon {
  color: #666;
}
.main-body .main-body-inner .right-sidebar .featured-header {
  width: 100%;
  padding: 10px;
  font-size: 1.3em;
  text-align: left;
  color: #FFF;
  background-color: #EA2378;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  margin-top: 15px;
  text-align: center !important;
}
.main-body .main-body-inner .features-row .featured-header {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  margin-top: 15px;
  text-align: center !important;
}
.main-body .main-body-inner .features-row .feat-op-item-img {
  margin-bottom: 10px;
}
.main-body .main-body-inner .features-row .feat-op-item-title {
  color: #000000;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
}
.main-body .main-body-inner .features-row .feat-op-item-title a {
  color: #000000;
  text-decoration: none;
}
.main-body .main-body-inner .features-row .feat-op-item-title a:hover {
  text-decoration: underline;
}
.main-body .main-body-inner .features-row .feat-op-item-link {
  color: #000000;
}
.main-body .main-body-inner .features-row .feat-ev-item img {
  max-width: 240px;
}
.main-body .main-body-inner .features-row .jumbotron.feat-pro-jumbo {
  min-height: 175px;
}
.main-body .main-body-inner .features-row .jumbotron.feat-pro-jumbo > img {
  height: auto;
}
.main-body .partners-wrapper {
  text-align: center;
  margin-top: 9px;
}
.main-body .partners-wrapper img {
  margin: 0 7px;
}
.main-body .top-tips * {
  color: #EA2378;
  font-size: 18px;
}
.main-body .organisation-wrapper .sector-title {
  margin-top: 10px;
  margin-bottom: 5px;
}
.main-body .organisation-wrapper .find-out-more a {
  display: inline-block;
  color: #EA2378;
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 20px;
}
.main-body .organisation-wrapper .find-out-more a:hover {
  text-decoration: none;
}
.latest-news-wrapper .img-cropped {
  width: 288px;
  height: 170px;
  overflow: hidden;
  position: relative;
}
.latest-news-wrapper img {
  position: relative;
  width: 100%;
}
.latest-news-wrapper h2 {
  position: absolute;
  width: 100%;
  text-align: center;
  background: #FFF200;
  background: rgba(255, 235, 0, 0.96);
  bottom: 0;
  margin-bottom: 0;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
}
.tab-content,
.page-content,
.content-wrapper {
  font-family: 'proxima-nova', sans-serif;
  font-size: 16px;
}
.tab-content .tab-pane a,
.page-content .tab-pane a,
.content-wrapper .tab-pane a {
  word-break: break-all;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
}
.tab-content p,
.page-content p,
.content-wrapper p {
  margin-bottom: 15px;
  font-family: 'proxima-nova', sans-serif;
}
.tab-content h2,
.page-content h2,
.content-wrapper h2 {
  color: #EA2378;
  font-family: 'proxima-nova', sans-serif;
}
.tab-content h3,
.page-content h3,
.content-wrapper h3 {
  color: #666;
}
.tab-content h4,
.page-content h4,
.content-wrapper h4,
.tab-content h5,
.page-content h5,
.content-wrapper h5,
.tab-content h6,
.page-content h6,
.content-wrapper h6 {
  color: #EA2378;
  font-size: 18px;
  margin-top: 10px;
}
.tab-content img,
.page-content img,
.content-wrapper img {
  max-width: 100%;
  height: auto;
}
.tab-content strong,
.page-content strong,
.content-wrapper strong,
.tab-content b,
.page-content b,
.content-wrapper b {
  color: #EA2378;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
}
.tab-content blockquote,
.page-content blockquote,
.content-wrapper blockquote {
  float: left;
  width: 90%;
  background: #f9f9f9;
  border-left: 10px solid #888;
  margin: 20px 0 20px 5%;
  padding: 0.5em 10px;
  quotes: "\201C" "\201D" "\2018" "\2019";
  box-sizing: border-box;
}
.tab-content li,
.page-content li,
.content-wrapper li {
  list-style: none;
  margin-left: 0px;
  padding-left: 1.5em;
  text-indent: -0.7em;
  margin-bottom: 5px;
}
.tab-content li:before,
.page-content li:before,
.content-wrapper li:before {
  content: "• ";
  color: #EA2378;
  margin-left: -4px;
  margin-right: 4px;
}
.tab-content table,
.page-content table,
.content-wrapper table {
  margin-bottom: 20px;
}
.tab-content table td,
.page-content table td,
.content-wrapper table td,
.tab-content table th,
.page-content table th,
.content-wrapper table th {
  padding: 5px 10px;
  border: 1px solid #999;
}
.page-list h4 {
  margin: 20px 0;
}
.page-list .well {
  min-height: 250px;
  margin-bottom: 20px;
  height: 100%;
  float: left;
  width: 100%;
}
.page-list .feat-pro-jumbo > a > img {
  margin: 7px 0px 0 7px;
}
.page-list .feat-pro-jumbo .feat-pro-jumbo-right {
  width: 47%;
}
#login .nav-tabs {
  margin-top: 20px;
}
#tab_register .retina-ready {
  margin-left: -20px;
}
#tab_register .progress-bar-success {
  background-color: #EA2378;
}
#tab_register .step-selector li {
  list-style: none;
  margin: 0 15px 15px 0;
  padding: 0;
  text-indent: inherit;
}
#tab_register .step-selector li:before {
  content: none;
}
#tab_register .step-selector li a {
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #eee;
}
#tab_register .step-selector li.active a {
  background: #aaa;
}
#tab_register .form-control {
  margin-bottom: 10px;
}
#tab_register label {
  color: #EA2378;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 0;
}
#tab_register .well {
  border: 1px solid #EA2378;
  background: #efefef;
  margin: 0;
}
#tab_register .next {
  margin-top: 20px;
  text-decoration: none;
  background: #FFF200;
  color: #333;
}
#tab_register .bg-danger,
#tab_register .bg-success {
  padding: 5px 10px;
}
#tab_register .text-danger,
#tab_register .text-success {
  font-size: 15px;
}
#tab_register hr {
  border-color: #EA2378;
}
#login_form .retina-ready {
  margin-left: -20px;
}
#login_form .btn {
  background-color: #EA2378;
  border-color: #EA2378;
  margin-bottom: 20px;
}
#login_form .btn:hover {
  background-color: #fff;
  color: #EA2378;
}
#login_form input {
  max-width: 350px;
}
.social_links li {
  float: left;
  margin: 10px;
}
.social_links li:before {
  content: ' ' !important;
}
.social_links ul {
  list-style-type: none;
  height: 50px;
}
.partner {
  width: 100%;
  height: 100%;
  margin-bottom: 18px;
  padding: 12px 12px 12px 12px;
  background-color: #f2f2f2;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-color: #FFF200;
}
.results {
  font-weight: bold;
}
.results .row {
  padding: 10px 0px;
  background-color: #FFF200;
  border: 1px solid #efd900;
}
.results .row.result {
  border: 1px solid #d2d2d2;
  border-top: none;
  background-color: #f2f2f2;
}
.results .row.result .type:first-letter {
  text-transform: uppercase;
}
h3 span.query {
  color: #EA2378;
}
.accordion .panel-body .side,
.accordion .panel .side,
.accordion .panel-body .col-md-4,
.accordion .panel .col-md-4 {
  background-color: #FFF200;
  font-family: 'proxima-nova', sans-serif;
  font-size: 1.3em;
  font-weight: normal;
  line-height: 1.3em;
  padding: 0;
  margin-bottom: 0px;
  color: #EA2378;
  padding: 8px;
}
.big-tip {
  margin-top: 0;
  padding-bottom: 20px;
  border-bottom: 4px solid #FFF200;
}
.top-tips .tip {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #e6e6e6;
}
.top-tips .tip p {
  padding: 8px 4px 8px 4px;
  margin-bottom: 0px;
  color: black;
  font-size: 14;
}
.featured-case-study {
  position: relative;
  background: #FEE834;
  padding: 20px;
  margin: 10px 0 20px;
}
.featured-case-study .featured-image {
  text-align: center;
}
.featured-case-study .featured-image img {
  max-width: 200px;
}
.featured-case-study .fa-quote-left,
.featured-case-study .fa-quote-right {
  font-size: 30px;
}
.featured-case-study .featured-case-study-inside {
  padding: 0;
}
.featured-case-study .big-quote {
  margin-top: 10px;
  display: inline-block;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  color: #EA2378;
  font-size: 28px;
}
.featured-case-study .read-more {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  margin-top: 20px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
}
.featured-case-study .read-more .fa {
  padding-right: 7px;
}
.featured-case-study .organisation-logo {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: #fff;
  padding: 5px;
}
.organisation-table > tbody > tr > td {
  vertical-align: middle;
}
.organisation-table a img {
  max-width: 100px;
}
.save-in-toolkit {
  color: #EA2378;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
}
.save-in-toolkit:hover {
  cursor: pointer;
}
.save-in-toolkit .fa {
  font-size: 24px;
}
.save-in-toolkit span {
  position: relative;
  top: -4px;
  cursor: pointer;
}
.main-body .full-width-news-list .row {
  width: 100%;
}
.main-body .full-width-news-list .articleIndex {
  padding-bottom: 20px;
}
.main-body .full-width-news-list .articleIndex .big-quote {
  margin-top: 0px;
}
.main-body .full-width-news-list .big-quote {
  margin-top: 15px;
  display: inline-block;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
  color: #EA2378;
  font-size: 24px;
  margin-bottom: 10px;
}
.main-body .full-width-news-list .fa-quote-left,
.main-body .full-width-news-list .fa-quote-right {
  font-size: 18px;
}
.main-body .full-width-news-list .title {
  margin-bottom: 30px;
}
.main-body .full-width-news-list .row {
  margin-bottom: 20px;
  border-bottom: 2px #EA2378 solid;
}
.main-body .full-width-news-list a {
  text-decoration: none;
}
.main-body .full-width-news-list a:hover {
  text-decoration: underline;
}
.main-body .full-width-news-list .article-index-container {
  width: 150px;
  height: 150px;
  overflow: hidden;
}
.main-body .full-width-news-list .article-index-container img {
  width: 100%;
}
.main-body .full-width-news-list .read-more {
  font-size: 16px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 0 5px;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  background: #EA2378;
  background-image: url('/images/arrow-body-horizontal-pink.png');
  background-size: 100% 100%;
}
.main-body .full-width-news-list .read-more:hover {
  text-decoration: none;
}
.main-body .full-width-news-list .read-more::after {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  right: -20px;
  height: 40px;
  width: 22px;
  background-image: url('/images/arrowhead-right-pink.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.register-to-continue {
  font-size: 16px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  margin: 20px 0;
}
@media (min-width: 480px) and (max-width: 767px) {
  .main-body .full-width-news-list p,
  .main-body .full-width-news-list span,
  .main-body .full-width-news-list a,
  .main-body .full-width-news-list h4 {
    text-align: center;
  }
  .main-body .full-width-news-list .read-more {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
  }
  .main-body .full-width-news-list img {
    margin: 0 auto;
  }
}
.social-links a {
  padding: 0 5px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .bottom-links {
    text-align: center;
  }
  .social-links {
    margin: 20px 0;
    text-align: center;
  }
}
.post-list-hover {
  width: 100%;
  margin: 0;
  /* ============================================================
	  EFFECT 1 - SLIDE IN BOTTOM
	============================================================ */
}
.post-list-hover .list-item {
  position: relative;
  float: left;
  margin: 0 5px 20px;
  width: 100%;
  line-height: 1.2em;
}
.post-list-hover .list-item img {
  margin: 0 auto;
}
.post-list-hover .list-item .organisation-logo {
  background: #fff;
  padding: 0 0 5px;
}
.post-list-hover .list-item h4 {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}
.post-list-hover .list-item h4 a {
  text-decoration: none;
}
.post-list-hover .list-item h4 a:hover {
  text-decoration: underline;
}
.post-list-hover .list-item .read-more {
  display: inline-block;
}
.post-list-hover .list-item .read-more .fa {
  padding-right: 5px;
}
.post-list-hover .bottom {
  text-align: left;
}
.post-list-hover .overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: #EA2378;
  background: rgba(240, 64, 168, 0.9);
  overflow: hidden;
  transition: all 0.5s;
  padding: 10px;
}
.post-list-hover .overlay p {
  color: #FFF200;
}
.post-list-hover .overlay a {
  color: #FFF200;
}
.post-list-hover .overlay h4 {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  margin-top: 0;
}
.post-list-hover .overlay h4 a {
  text-decoration: none;
}
.post-list-hover .overlay h4 a:hover {
  text-decoration: underline;
}
.post-list-hover .overlay .read-more {
  margin-top: 10px;
  display: inline-block;
}
.post-list-hover .overlay .read-more .fa {
  padding-right: 5px;
}
.post-list-hover a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
.post-list-hover a.close-overlay.hidden {
  display: none;
}
.post-list-hover a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  border-radius: 30px;
}
.post-list-hover .overlay {
  bottom: -20px;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
}
.post-list-hover .overlay a.expand {
  left: 0;
  right: 0;
  bottom: 50%;
  top: 0;
  margin: 0 auto -30px auto;
}
.post-list-hover .list-item.hover .overlay {
  height: 100%;
  bottom: 0;
}
.video-modal {
  text-align: center;
}
.video-modal h2 {
  color: #EA2378;
}
.accessible-label {
  font-size: 0 !important;
  height: 1px !important;
  overflow: hidden !important;
  display: inline-block !important;
}
@media (min-width: 480px) and (max-width: 767px) {
  .accessible-label {
    display: none !important;
  }
}
