@charset "UTF-8";
/* VARIABLES */
/* SIZES */
/* BASE */
* {
  box-sizing: border-box; }

html, body {
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  color: #3d3c3c; }

a, a:focus, a:hover {
  color: #ff1034;
  text-decoration: none; }

a.plus, a.plus:focus, a.plus:hover {
  float: right;
  color: #ffffff; }

a.plus::after {
  padding-left: 0.5rem;
  font-size: 2rem;
  line-height: 1rem;
  vertical-align: middle;
  content: "+"; }

a.more {
  font-size: 0.8333rem;
  font-weight: 700;
  text-transform: uppercase; }

a.fancy, a.fancy:focus, a.fancy:hover {
  font-size: 0.7778rem;
  text-transform: uppercase;
  color: #3d3c3c; }
  a.fancy span, a.fancy:focus span, a.fancy:hover span {
    color: #ff1034; }

a.view {
  float: right;
  display: inline-block;
  font-size: 0.6666rem;
  line-height: 1.6666rem;
  font-weight: 700; }

a.view::after {
  content: " →"; }

form {
  margin-bottom: 0; }

button, button:focus, button:hover,
.button, .button:focus, .button:hover,
input[type="button"], input[type="button"]:focus, input[type="button"]:hover,
input[type="submit"], input[type="submit"]:focus, input[type="submit"]:hover {
  min-width: 12rem;
  height: 1.7778rem;
  margin-bottom: 0.5rem;
  padding: 0 15px;
  border: 0;
  border-radius: 3px;
  background-color: #ff1034;
  font-size: 0.7222rem;
  color: #ffffff;
  line-height: 1.8889rem;
  text-align: center;
  letter-spacing: 0;
  vertical-align: middle; }

button.social, button.social:focus, button.social:hover,
.button.social, .button.social:focus, .button.social:hover {
  min-width: 6.5rem;
  height: 1.4444rem;
  margin-left: 12px;
  padding: 0 8px 0 4px;
  font-size: 0.6666rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4444rem; }
  button.social i, button.social:focus i, button.social:hover i,
  .button.social i, .button.social:focus i, .button.social:hover i {
    display: inline-block;
    float: left;
    width: 1.7778rem;
    margin: 7px 6px 0 0;
    border-color: #ffffff;
    border-style: solid;
    border-width: 0;
    border-right-width: 1px;
    line-height: 0.6666rem; }

button.social:first-child, button.social:first-child:focus, button.social:first-child:hover,
.button.social:first-child, .button.social:first-child:focus, .button.social:first-child:hover {
  margin-left: 0; }

button.social.facebook, button.social.facebook:focus, button.social.facebook:hover,
.button.social.facebook, .button.social.facebook:focus, .button.social.facebook:hover {
  background-color: #698ac5; }

button.social.twitter, button.social.twitter:focus, button.social.twitter:hover,
.button.social.twitter, .button.social.twitter:focus, .button.social.twitter:hover {
  background-color: #67a7de; }

button.social.moderators i, button.social.moderators:focus i, button.social.moderators:hover i,
.button.social.moderators i, .button.social.moderators:focus i, .button.social.moderators:hover i {
  width: 1.7778rem;
  height: 0.6666rem;
  background-image: url("../img/moderators.svg");
  background-repeat: no-repeat;
  background-size: 0.8888rem 0.8888rem;
  background-position: 50% 50%;
  content: ""; }

button.social.comment i, button.social.comment:focus i, button.social.comment:hover i,
.button.social.comment i, .button.social.comment:focus i, .button.social.comment:hover i {
  width: 1.7778rem;
  height: 0.6666rem;
  margin: 7px 2px 0 4px;
  border: 0;
  background-image: url("../img/comment-white.svg");
  background-size: 15px 13px;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  content: ""; }

input[type="tel"], input[type="url"], input[type="password"], input[type="email"], input[type="number"], input[type="search"], input[type="text"], select, textarea,
input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, select:focus, textarea:focus {
  height: 2.4444rem;
  margin-bottom: 0.5rem;
  padding: 6px 10px 4px 10px;
  border-width: 2px;
  font-size: 0.8888rem;
  font-weight: 700; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  margin-left: -20px;
  position: absolute; }

.radio label, .checkbox label {
  font-size: 0.5555rem;
  text-transform: uppercase;
  cursor: pointer; }

.radio label::before, .checkbox label::before {
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
  border-radius: 1px;
  background-color: rgba(255, 255, 255, 0.3); }

.checkbox label::after {
  height: 0.5555rem;
  font-size: 0.5rem; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  letter-spacing: 0; }

h1 {
  font-size: 1.1111rem; }

h2 {
  font-size: 1.5555rem; }

h3 {
  font-size: 1.3888rem;
  font-weight: 700; }

h4 {
  font-size: 1.2222rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 0.8888rem; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-color: #f1f1f1; }

p {
  margin-bottom: 1rem; }

.submenu-section {
  padding: 2.5rem 0 3rem 0; }
  .submenu-section h5 {
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1rem; }
  .submenu-section ul {
    display: inline-block;
    margin-bottom: 0;
    font-size: 0; }
    .submenu-section ul li {
      display: inline-block;
      list-style-type: none;
      margin-bottom: 0; }
      .submenu-section ul li a, .submenu-section ul li a:focus, .submenu-section ul li a:hover {
        padding: 0 0.5rem;
        font-size: 0.7778rem;
        font-weight: 500;
        color: #3d3c3c;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 0;
        line-height: 3rem; }
        .submenu-section ul li a span, .submenu-section ul li a:focus span, .submenu-section ul li a:hover span {
          font-weight: 700;
          text-transform: normal; }
    .submenu-section ul li.active a, .submenu-section ul li.active a:focus, .submenu-section ul li.active a:hover {
      color: #369ff4; }
    .submenu-section ul li:first-child a, .submenu-section ul li:first-child a:focus, .submenu-section ul li:first-child a:hover {
      padding-left: 0; }
  .submenu-section .ten.columns {
    text-align: right; }

div.partners h5 {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  color: #3d3c3c; }
div.partners a {
  font-size: 0.6666rem;
  font-weight: 700;
  text-transform: uppercase; }
div.partners .jcarousel-wrapper {
  position: relative;
  margin: auto;
  margin-bottom: 1rem;
  width: 138px;
  height: 78px; }
  div.partners .jcarousel-wrapper .jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%; }
    div.partners .jcarousel-wrapper .jcarousel ul {
      position: relative;
      width: 20000em;
      height: 100%;
      margin-bottom: 0;
      list-style: none; }
      div.partners .jcarousel-wrapper .jcarousel ul li {
        position: relative;
        float: left;
        height: 100%;
        margin-bottom: 0; }
        div.partners .jcarousel-wrapper .jcarousel ul li img {
          display: block;
          position: absolute;
          max-width: 100%;
          height: auto !important; }
  div.partners .jcarousel-wrapper .jcarousel-control-prev, div.partners .jcarousel-wrapper .jcarousel-control-next {
    position: absolute;
    top: 25%;
    font-size: 0;
    width: 11px;
    height: 33px; }
  div.partners .jcarousel-wrapper .jcarousel-control-prev {
    left: -1.5rem; }
  div.partners .jcarousel-wrapper .jcarousel-control-next {
    right: -1.5rem; }
  div.partners .jcarousel-wrapper .jcarousel-control-prev::before, div.partners .jcarousel-wrapper .jcarousel-control-next::before {
    margin-top: 11px;
    border-color: #ff1034;
    border-style: solid;
    border-width: 4px 4px 0 0;
    content: "";
    display: inline-block;
    height: 11px;
    position: relative;
    vertical-align: top;
    width: 11px;
    opacity: 0.9;
    transform-origin: 50% 50%;
    transition: all 0.2s; }
  div.partners .jcarousel-wrapper .jcarousel-control-prev::before {
    transform: rotate(-135deg) skew(20deg, 20deg); }
  div.partners .jcarousel-wrapper .jcarousel-control-next::before {
    transform: rotate(45deg) skew(20deg, 20deg); }

.reveal-modal {
  width: 100%;
  padding: 0;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  border-radius: 0; }

.reveal-modal > .row:first-of-type {
  padding: 0 25px;
  background-color: #369ff4;
  z-index: 15; }
  .reveal-modal > .row:first-of-type .close-reveal-modal {
    position: relative;
    float: right;
    max-height: 2rem;
    right: auto;
    top: auto;
    font-size: 2.7777rem;
    font-weight: 300;
    color: #ffffff;
    line-height: 2rem; }

.reveal-modal-bg {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0; }

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0; }

.row.form-group p.error {
  display: none;
  margin-bottom: 0.3;
  font-size: 0.6666rem;
  color: #ff1034; }

.row.form-group.error p.error {
  display: block; }

.container {
  width: 100%;
  max-width: 1020px; }

.u-text-upper,
-u-text-uppercase {
  text-transform: uppercase; }

.u-text-left {
  text-align: left; }

@media (min-width: 400px) {
  button, button:focus, button:hover,
  .button, .button:focus, .button:hover,
  input[type="button"], input[type="button"]:focus, input[type="button"]:hover,
  input[type="submit"], input[type="submit"]:focus, input[type="submit"]:hover {
    font-size: 0.7778rem; }

  .container {
    width: 90%; } }
@media (min-width: 550px) {
  button, button:focus, button:hover,
  .button, .button:focus, .button:hover,
  input[type="button"], input[type="button"]:focus, input[type="button"]:hover,
  input[type="submit"], input[type="submit"]:focus, input[type="submit"]:hover {
    padding: 0 20px;
    font-size: 1rem; }

  h1 {
    font-size: 1.8333rem; } }
@media (min-width: 750px) {
  .reveal-modal {
    width: 90%;
    max-width: 1020px;
    left: 0;
    margin-left: 5%;
    margin-right: 5%; } }
@media (min-width: 1133px) {
  .reveal-modal {
    width: 1020px;
    left: 50%;
    margin-left: -510px;
    margin-right: auto; } }
/* HEADER */
header {
  padding-bottom: 0.3rem; }
  header a.menu, header a.menu:focus, header a.menu:hover {
    display: block;
    float: left;
    width: 2.4rem;
    margin-top: 0.6rem;
    padding: 6px 0;
    border: 0;
    border-style: solid;
    border-color: #3d3c3c;
    border-top-width: 5px;
    border-bottom-width: 5px;
    font-size: 0.6111rem;
    color: #3d3c3c;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 0.8888rem;
    vertical-align: baseline; }
  header nav {
    display: none; }
  header nav.mobile {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 20px 2.5rem 20px;
    background-color: #3d3c3c;
    z-index: 15; }
    header nav.mobile a.close, header nav.mobile a.close:focus, header nav.mobile a.close:hover {
      font-size: 2rem;
      color: #ffffff; }
    header nav.mobile ul {
      display: block; }
      header nav.mobile ul li {
        display: block; }
        header nav.mobile ul li a, header nav.mobile ul li a:focus, header nav.mobile ul li a:hover {
          display: block;
          width: 100%;
          min-width: 200px;
          height: 2.5rem;
          padding: 0;
          font-size: 0.6666rem;
          color: #ffffff;
          line-height: 2.5rem; }
        header nav.mobile ul li a.group, header nav.mobile ul li a.group:focus, header nav.mobile ul li a.group:hover {
          font-size: 0.7778rem; }
    header nav.mobile ul.login li a, header nav.mobile ul.login li a:focus, header nav.mobile ul.login li a:hover {
      color: #369ff4; }
  header ul {
    display: inline-block;
    margin-bottom: 0;
    font-size: 0; }
    header ul li {
      display: inline-block;
      list-style-type: none;
      margin-bottom: 0; }
      header ul li a, header ul li a:focus, header ul li a:hover {
        padding: 0 0.5rem;
        font-size: 0.6111rem;
        font-weight: 500;
        color: #3d3c3c;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 0;
        line-height: 3rem; }
        header ul li a span, header ul li a:focus span, header ul li a:hover span {
          font-weight: 700;
          text-transform: normal; }
    header ul li.active a, header ul li.active a:focus, header ul li.active a:hover {
      color: #ff1034; }
    header ul li:first-child a, header ul li:first-child a:focus, header ul li:first-child a:hover {
      padding-left: 0; }
  header ul.login {
    float: right; }
    header ul.login li a, header ul.login li a:focus, header ul.login li a:hover {
      color: #369ff4; }
  header ul.language li a, header ul.language li a:focus, header ul.language li a:hover, header ul.login li a, header ul.login li a:focus, header ul.login li a:hover {
    border-color: #3d3c3c;
    border-style: solid;
    border-width: 0;
    border-left-width: 1px; }
  header ul.language li:first-child a, header ul.language li:first-child a:focus, header ul.language li:first-child a:hover, header ul.login li:first-child a, header ul.login li:first-child a:focus, header ul.login li:first-child a:hover {
    border: 0; }
  header a.coe {
    display: inline-block;
    width: 48px;
    height: 40px;
    background-image: url("../img/coe.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 48px 40px;
    content: "";
    vertical-align: middle; }
  header .two.columns {
    width: auto;
    float: right; }

header.fr_FR ul li a, header.fr_FR ul li a:focus, header.fr_FR ul li a:hover {
  padding: 0 0.3rem;
  letter-spacing: -0.7px; }
header.fr_FR ul li:first-child a, header.fr_FR ul li:first-child a:focus, header.fr_FR ul li:first-child a:hover {
  padding-left: 0; }

@media (min-width: 1000px) {
  header {
    padding: 0; }
    header a.menu {
      display: none; }
    header nav {
      display: inline-block;
      padding-left: 60px; }
      header nav ul {
        display: inline-block; }
        header nav ul li {
          display: inline-block; }
      header nav img.nohate {
        display: block;
        width: 44px;
        height: 40px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -20px;
        margin-left: 0; }
    header .row {
      background-color: #f1f1f1; } }
/* FOOTER */
footer {
  padding: 2.5rem 0 1rem;
  background-color: #3d3c3c;
  background-image: url("../img/pattern_grey.svg");
  background-size: 1000px 457px;
  background-position: 50% 50%;
  font-size: 0.7222rem;
  color: #ffffff; }
  footer a, footer a:focus, footer a:hover {
    color: #ffffff;
    font-style: italic; }
  footer a.youth, footer a.coe {
    margin-left: 16px; }
  footer a.coe {
    display: inline-block;
    width: 48px;
    height: 40px;
    background-image: url("../img/coe.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 48px 40px;
    content: ""; }
  footer a.lattecreative {
    display: block;
    width: 107px;
    height: 1.3333rem;
    margin: 1rem auto 0 auto;
    background-image: url("../img/sign_latte_light.png");
    background-size: 107px 23px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    line-height: 1.3333rem;
    content: ""; }
  footer .button, footer .button:focus, footer .button:hover {
    font-style: normal; }
  footer .button.social:first-of-type, footer .button.social:first-of-type:focus, footer .button.social:first-of-type:hover {
    margin-left: 0; }
  footer .four.columns {
    text-align: center;
    vertical-align: middle; }
  footer .row:first-of-type {
    margin-bottom: 1rem; }

/** TAKE ACTION MODAL */
#take-action-modal {
  background: #ffffff; }
  #take-action-modal .container {
    height: 500px;
    padding: 2rem 0 2.5rem 0; }
    #take-action-modal .container iframe {
      width: 100%;
      height: 100%; }

/** LOGIN MODAL */
#login-modal {
  position: absolute;
  top: 3.5rem;
  left: 60%;
  width: 25%;
  min-width: 17rem;
  font-size: 0.8333rem;
  color: #ffffff;
  background: transparent;
  line-height: 1.4444rem;
  visibility: hidden;
  z-index: 101; }
  #login-modal .row {
    background: transparent;
    padding: 0; }
  #login-modal .login-wrapper {
    width: 100%;
    padding: 1rem 0 0.8rem 0;
    background-color: #ff1034; }
    #login-modal .login-wrapper a, #login-modal .login-wrapper a:focus, #login-modal .login-wrapper a:hover {
      font-size: 0.5555rem;
      color: #ffffff;
      text-transform: uppercase;
      line-height: 1rem;
      vertical-align: top; }
    #login-modal .login-wrapper button, #login-modal .login-wrapper button:focus, #login-modal .login-wrapper button:hover,
    #login-modal .login-wrapper .button, #login-modal .login-wrapper .button:focus, #login-modal .login-wrapper .button:hover {
      font-size: 0.6111rem; }
    #login-modal .login-wrapper .button.connect.facebook, #login-modal .login-wrapper .button.connect.facebook:focus, #login-modal .login-wrapper .button.connect.facebook:hover {
      height: 1.4444rem;
      padding-left: 0;
      background-color: #698ac5;
      line-height: 1.4444rem; }
      #login-modal .login-wrapper .button.connect.facebook i, #login-modal .login-wrapper .button.connect.facebook:focus i, #login-modal .login-wrapper .button.connect.facebook:hover i {
        display: inline-block;
        float: left;
        width: 1.7778rem;
        margin: 7px 6px 0 0;
        border-color: #ffffff;
        border-style: solid;
        border-width: 0;
        border-right-width: 1px;
        line-height: 0.6666rem; }
    #login-modal .login-wrapper hr {
      margin: 0.75rem 0 1.25rem 0;
      border-color: rgba(255, 255, 255, 0.6); }
    #login-modal .login-wrapper input[type="submit"] {
      height: 1.4444rem;
      background-color: #ffffff;
      font-size: 0.6111rem;
      font-weight: 700;
      color: #ff1034;
      line-height: 1.4444rem; }
    #login-modal .login-wrapper input[type="text"], #login-modal .login-wrapper input[type="password"] {
      height: 1.4444rem;
      padding: 4px 10px 4px;
      border-color: #ffffff;
      background-color: rgba(255, 255, 255, 0.1);
      font-size: 0.6111rem;
      color: #ffffff;
      line-height: 1.4444rem;
      text-transform: uppercase; }
    #login-modal .login-wrapper *::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.9);
      text-transform: uppercase; }
    #login-modal .login-wrapper *:-moz-placeholder {
      color: rgba(255, 255, 255, 0.9);
      text-transform: uppercase; }
    #login-modal .login-wrapper *::-moz-placeholder {
      color: rgba(255, 255, 255, 0.9);
      text-transform: uppercase; }
    #login-modal .login-wrapper *:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.9);
      text-transform: uppercase; }
    #login-modal .login-wrapper .radio label, #login-modal .login-wrapper .checkbox label {
      font-size: 0.5555rem;
      line-height: 0.8888rem; }
    #login-modal .login-wrapper .radio label::before, #login-modal .login-wrapper .checkbox label::before {
      border-color: #ffffff; }
    #login-modal .login-wrapper .six.columns {
      margin-top: 0.2rem; }
    #login-modal .login-wrapper .six.columns:nth-of-type(2) {
      text-align: right; }
    #login-modal .login-wrapper .or {
      position: absolute;
      display: block;
      width: 2rem;
      left: 50%;
      margin: -2rem auto 0 -1rem;
      padding: 0 0.5rem;
      background-color: #ff1034;
      font-size: 0.6111rem;
      text-transform: uppercase;
      color: #ffffff; }
  #login-modal .login-wrapper::before {
    position: absolute;
    left: 15%;
    top: -15px;
    width: 0;
    height: 0;
    border-color: transparent #ff1034 #ff1034 transparent;
    border-style: solid;
    border-width: 0 0 30px 30px;
    transform: rotate(-135deg);
    content: ""; }

/* SIDEBAR */
.sidebar-section h5 {
  font-size: 1em;
  font-weight: 300;
  color: #ffffff;
  line-height: 1rem; }
.sidebar-section h6 {
  line-height: 1rem; }
.sidebar-section .row.partners {
  margin-bottom: 1rem; }
  .sidebar-section .row.partners h5 {
    color: #3d3c3c; }
.sidebar-section .row.newsletter {
  margin-bottom: 1.5rem;
  padding: 0.5rem 0.8rem 0 0.8rem;
  background-color: #48be96; }
  .sidebar-section .row.newsletter a, .sidebar-section .row.newsletter a:hover, .sidebar-section .row.newsletter a:focus {
    color: #ffffff;
    font-weight: 700; }
  .sidebar-section .row.newsletter h5 {
    font-weight: 700; }
  .sidebar-section .row.newsletter h5:after {
    content: "↓";
    float: right; }
  .sidebar-section .row.newsletter input[type="tel"], .sidebar-section .row.newsletter input[type="url"], .sidebar-section .row.newsletter input[type="password"], .sidebar-section .row.newsletter input[type="email"], .sidebar-section .row.newsletter input[type="number"], .sidebar-section .row.newsletter input[type="search"], .sidebar-section .row.newsletter input[type="text"], .sidebar-section .row.newsletter select, .sidebar-section .row.newsletter textarea,
  .sidebar-section .row.newsletter input[type="tel"]:focus, .sidebar-section .row.newsletter input[type="url"]:focus, .sidebar-section .row.newsletter input[type="password"]:focus, .sidebar-section .row.newsletter input[type="email"]:focus, .sidebar-section .row.newsletter input[type="number"]:focus, .sidebar-section .row.newsletter input[type="search"]:focus, .sidebar-section .row.newsletter input[type="text"]:focus, .sidebar-section .row.newsletter select:focus, .sidebar-section .row.newsletter textarea:focus {
    border-style: solid;
    border-color: #ffffff;
    border-width: 2px;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 0.7778rem;
    color: #ffffff;
    font-weight: normal; }
  .sidebar-section .row.newsletter button, .sidebar-section .row.newsletter button:focus, .sidebar-section .row.newsletter button:hover,
  .sidebar-section .row.newsletter .button, .sidebar-section .row.newsletter .button:focus, .sidebar-section .row.newsletter .button:hover {
    min-width: 100%;
    background-color: #3b9273; }
  .sidebar-section .row.newsletter .form-wrapper {
    margin: 0.5rem 0;
    display: none; }
  .sidebar-section .row.newsletter .form-group:last-of-type {
    margin-bottom: 1.5rem; }
  .sidebar-section .row.newsletter *::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase; }
  .sidebar-section .row.newsletter *:-moz-placeholder {
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase; }
  .sidebar-section .row.newsletter *::-moz-placeholder {
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase; }
  .sidebar-section .row.newsletter *:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase; }
  .sidebar-section .row.newsletter .radio label, .sidebar-section .row.newsletter .checkbox label {
    font-size: 0.5555rem; }
  .sidebar-section .row.newsletter .radio label::before, .sidebar-section .row.newsletter .checkbox label::before {
    margin-top: 0;
    border-color: #ffffff; }
  .sidebar-section .row.newsletter .checkbox input[type="checkbox"]:checked + label::after, .sidebar-section .row.newsletter .checkbox input[type="radio"]:checked + label::after {
    margin-top: 0; }
  .sidebar-section .row.newsletter .form-group.error input[type="tel"], .sidebar-section .row.newsletter .form-group.error input[type="url"], .sidebar-section .row.newsletter .form-group.error input[type="password"], .sidebar-section .row.newsletter .form-group.error input[type="email"], .sidebar-section .row.newsletter .form-group.error input[type="number"], .sidebar-section .row.newsletter .form-group.error input[type="search"], .sidebar-section .row.newsletter .form-group.error input[type="text"], .sidebar-section .row.newsletter .form-group.error select, .sidebar-section .row.newsletter .form-group.error textarea,
  .sidebar-section .row.newsletter .form-group.error input[type="tel"]:focus, .sidebar-section .row.newsletter .form-group.error input[type="url"]:focus, .sidebar-section .row.newsletter .form-group.error input[type="password"]:focus, .sidebar-section .row.newsletter .form-group.error input[type="email"]:focus, .sidebar-section .row.newsletter .form-group.error input[type="number"]:focus, .sidebar-section .row.newsletter .form-group.error input[type="search"]:focus, .sidebar-section .row.newsletter .form-group.error input[type="text"]:focus, .sidebar-section .row.newsletter .form-group.error select:focus, .sidebar-section .row.newsletter .form-group.error textarea:focus {
    margin-bottom: 0.3rem;
    border-color: rgba(255, 16, 52, 0.9); }
  .sidebar-section .row.newsletter .form-group.error p.error {
    margin-bottom: 0.5rem;
    color: rgba(255, 16, 52, 0.9); }
  .sidebar-section .row.newsletter .form-group.error *::-webkit-input-placeholder {
    color: rgba(255, 16, 52, 0.9); }
  .sidebar-section .row.newsletter .form-group.error *:-moz-placeholder {
    color: rgba(255, 16, 52, 0.9); }
  .sidebar-section .row.newsletter .form-group.error *::-moz-placeholder {
    color: rgba(255, 16, 52, 0.9); }
  .sidebar-section .row.newsletter .form-group.error *:-ms-input-placeholder {
    color: rgba(255, 16, 52, 0.9); }
  .sidebar-section .row.newsletter .form-group.error.radio label::before, .sidebar-section .row.newsletter .form-group.error.checkbox label::before {
    border-color: rgba(255, 16, 52, 0.9); }
.sidebar-section .row.newsletter.open h5:after {
  content: "↑"; }
.sidebar-section .row.ncc {
  margin-bottom: 1.5rem; }
  .sidebar-section .row.ncc a {
    display: block;
    width: 100%;
    height: 225px;
    min-height: 225px;
    padding: 0.5rem 0.8rem 0 0.5rem;
    background-image: url("../img/map_banner.png");
    background-size: 300px 225px;
    background-position: 0 0;
    transition: background-position 0.3s ease-in 0.05s; }
  .sidebar-section .row.ncc a:hover {
    background-position: -25px 0; }
  .sidebar-section .row.ncc h5 {
    color: #3d3c3c; }
.sidebar-section .row.report {
  margin-bottom: 1.5rem; }
  .sidebar-section .row.report a:first-of-type {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
    padding: 0.5rem 0.8rem 1rem 0.5rem;
    background-color: #676867; }
    .sidebar-section .row.report a:first-of-type h5 {
      line-height: 1rem; }
      .sidebar-section .row.report a:first-of-type h5 strong {
        font-weight: 800; }
    .sidebar-section .row.report a:first-of-type h5:after {
      display: block;
      margin-top: 2rem;
      font-size: 2.7777rem;
      font-weight: 700;
      content: "+"; }
.sidebar-section .row.meme {
  margin-bottom: 1.5rem; }
  .sidebar-section .row.meme a {
    display: block;
    width: 100%;
    height: 225px;
    min-height: 225px;
    padding: 0.5rem 0.8rem 0 0.5rem;
    background-color: #f1f1f1;
    background-image: url("../img/meme_banner.png");
    background-size: 232px 70px;
    background-position: 0 125px;
    background-repeat: repeat-x; }
  .sidebar-section .row.meme h5 {
    color: #676867; }
.sidebar-section .row.twitter,
.sidebar-section .row.facebook {
  padding: 0.5rem;
  border-color: #f1f1f1;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px; }
  .sidebar-section .row.twitter .button.social,
  .sidebar-section .row.facebook .button.social {
    margin-left: 0; }
  .sidebar-section .row.twitter h5,
  .sidebar-section .row.facebook h5 {
    color: #3d3c3c; }
.sidebar-section .row.facebook .facebook-wrapper {
  margin-bottom: 1rem; }
