/*!
Theme Name:  Get Consent
Version:     1.0
Author:      Edelman Digital Montreal
Author URI:  http://digital.edelman.ca
Theme URI:   http://digital.edelman.ca
*/

@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);
body {
  font-family: 'PT Sans', sans-serif;
  font-size: 22px;
  margin: 0;
  padding: 0 0 20px 0;
}
@media (max-width: 568px) {
  body {
    font-size: 14px;
  }
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

.status.error, label.error {
  color: #ef4d5e;
}

.align-right {
  float: right;
}

.align-left {
  float: left;
}

.hidden-titles {
  display: block;
  text-indent: -999em;
  background-repeat: no-repeat;
  min-height: 34px;
}
@media (max-width: 568px) {
  .hidden-titles {
    background-size: contain;
  }
}

.clr {
  clear: both;
}

.half-col {
  width: 50%;
  float: left;
}

#main-ctn {
  width: 100%;
  position: relative;
  max-width: 982px;
  margin: 0 auto;
}

header {
  overflow: hidden;
}
header .logo h1 {
  background: url(../img/cwf-logo.png) 0 0 no-repeat;
  text-indent: -999em;
  width: 172px;
  height: 115px;
}
header .navi {
  margin-top: 29.48px;
  height: 125px;
  position: relative;
}
@media (max-width: 568px) {
  header .navi {
    margin-top: 23px;
    height: 60px;
  }
}
header .navi .get-consent-logo {
  position: absolute;
  right: 10px;
  bottom: 0;
}
@media (max-width: 568px) {
  header {
    margin-left: 8px;
    margin-right: 8px;
  }
  header .logo {
    width: 25%;
  }
  header .logo h1 {
    width: 80px;
    height: 73px;
    background-size: contain;
    margin: 23px 0 0;
  }
  header .navi {
    width: 75%;
  }
  header .navi ul {
    margin: 0;
    padding: 0;
  }
  header .get-consent-logo {
    width: 85%;
  }
}
@media (max-width: 568px) and (orientation: landscape) {
  header .logo, header .navi {
    width: 50%;
  }
}

nav {
  display: none;
}
@media (min-width: 768px) {
  nav {
    display: block;
  }
}
nav ul {
  overflow: hidden;
  float: right;
  margin: 0;
  padding: 0;
}
nav li.cta, nav li.cta-update {
  float: left;
  list-style: none;
  text-indent: -999em;
  margin-left: 6px;
  margin-right: 6px;
}
nav li.cta a, nav li.cta-update a {
  display: block;
}
nav li.cta-update {
  background-color: #f9c9ce;
  padding: 0 4px;
  cursor: pointer;
}
nav li.cta-update span {
  text-indent: 0;
  background-color: #f04e5e;
  font-size: 14px;
  color: #fff;
  padding: 4px;
  display: block;
}
@media screen and (max-width: 568px) {
  nav li {
    margin-left: 1px;
    margin-right: 1px;
  }
  nav li.cta-update span {
    font-size: 11px;
  }
}

.cta {
  background: url(../img/social-icons.png) 0 0 no-repeat;
  width: 26px;
  height: 26px;
}
.cta.fb {
  background-position: -36px 0px;
}
.cta.ln {
  background-position: -71px 0px;
}
.cta.yt {
  background-position: -106px 0px;
}

article {
  overflow: hidden;
}

.nav-ctn {
  max-width: 981px;
  margin: 0 auto;
  overflow: hidden;
}
.nav-ctn img {
  width: inherit;
}
@media screen and (max-width: 981px) {
  .nav-ctn img {
    width: 100%;
  }
}

.ctn {
  max-width: 941px;
  margin: 0 15px;
  background-color: #fff;
  padding: 25px;
  overflow: hidden;
}
.ctn p {
  line-height: 32px;
}
.ctn.purple {
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 981px) {
  .ctn {
    margin: 0 auto;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .ctn {
    margin: 0 12px;
  }
}
@media (max-width: 568px) {
  .ctn {
    padding: 10px;
    margin: 0 8px;
  }
  .ctn p {
    line-height: 17px;
  }
}
@media (min-width: 569px) and (max-width: 667px) and (orientation: landscape) {
  .ctn {
    margin-left: 13px;
    margin-right: 13px;
  }
}

.pink {
  background-color: #ef4d5e;
  border-bottom: 14px solid #912743;
  color: #fff;
}

.purple {
  background-color: #9b80b5;
}
.purple .white-ctn {
  padding: 15px 50px;
  background-color: #fff;
  color: #485059;
  overflow: hidden;
}
.purple .white-ctn .col-3-hor .col {
  padding: 0 40px;
  width: 44%;
  text-align: center;
  padding-top: 94px;
}
.purple .white-ctn .col-3-hor .col.positive {
  background: url(../img/positive.png) center top no-repeat;
  padding-top: 189px;
}
.purple .white-ctn .col-3-hor .col.ongoing {
  background: url(../img/ongoing.png) center top no-repeat;
  padding-top: 189px;
}
.purple .white-ctn .col-3-hor .col.plus-sign {
  padding-left: 0;
  padding-right: 0;
  width: 10.5%;
}
.purple .white-ctn .col-3-hor .col.plus-sign img {
  width: auto;
}
@media screen and (max-width: 480px) {
  .purple .white-ctn .col-3-hor .col.plus-sign {
    padding: 0;
    margin: 20px 0;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .purple .white-ctn .col-3-hor .col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 20px 0;
  }
}
.purple .white-ctn .col-3-ver {
  width: 100%;
  max-width: 612px;
  margin: 84px auto;
}
.purple .white-ctn .col-3-ver .col {
  background-image: url(../img/percentage.png);
  background-repeat: no-repeat;
  list-style: none;
  margin: 28px 0;
  padding: 28px 0 28px 220px;
}
.purple .white-ctn .col-3-ver .col:first-child {
  margin-top: 0;
  padding-top: 0;
}
.purple .white-ctn .col-3-ver .col.number1 {
  background-position: 0 9px;
}
.purple .white-ctn .col-3-ver .col.number2 {
  background-position: 0px -155px;
}
.purple .white-ctn .col-3-ver .col.number3 {
  background-position: 0px -347px;
}
@media screen and (max-width: 568px) {
  .purple .white-ctn .col-3-ver {
    margin: 27px auto;
    padding: 0;
  }
  :first-child .purple .white-ctn .col-3-ver .col {
    padding: 98px 0 10px 0;
    text-align: center;
    margin: 10px 0;
  }
  .purple .white-ctn .col-3-ver .col.number1 {
    background-position: center 9px;
  }
  .purple .white-ctn .col-3-ver .col.number2 {
    background-position: center -175px;
  }
  .purple .white-ctn .col-3-ver .col.number3 {
    background-position: center -367px;
  }
}
@media screen and (max-width: 568px) {
  .purple .white-ctn {
    padding: 5px 30px;
    margin: 20px auto 0;
  }
}

.social-share {
  text-align: center;
}
.social-share span {
  cursor: pointer;
  width: 47px;
  height: 47px;
  display: inline-block;
  background-size: contain;
  margin: 0 15px;
}
.social-share span.FB-logo {
  background-image: url(../img/fb-share.png);
}
.social-share span.Twitter-logo {
  background-image: url(../img/twitter-share.png);
}
.social-share span.Email-logo {
  background-image: url(../img/email-share.png);
}

.do-you-get-consent {
  background-image: url(../img/do-youget-consent.png);
  background-size: contain;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 568px) {
  .do-you-get-consent {
    margin-bottom: 0;
    margin-top: 20px;
  }
}

.share-title {
  background-image: url(../img/share-title-text.png);
  background-size: contain;
  height: 287px;
  background-position: center center;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .share-title {
    background-image: url(../img/share-title-text_m.png);
    height: 112px;
    background-size: contain;
  }
}

.what-sex-content {
  background-image: url(../img/what-is-sexual-consent.png);
  background-size: contain;
  margin: 15px 0 40px 19px;
}
@media screen and (max-width: 568px) {
  .what-sex-content {
    margin: 20px 0 20px 5px;
  }
}

.lack-of-understanding {
  background-image: url(../img/lack-of-understanding.png);
  background-size: contain;
  height: 188px;
  background-position: center center;
  margin: 0;
}
@media screen and (max-width: 568px) {
  .lack-of-understanding {
    background-image: url(../img/lack-of-understanding_m.png);
    margin: 0 0 -20px 0;
    /*-20 is to compensate for white-ctn margins*/
    height: 116px;
    background-size: contain;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer {
  position: relative;
}
footer h2 {
  width: 150px;
  background-color: #fff;
  margin: 0 auto;
}
@media (max-width: 568px) {
  footer h2 {
    width: 105px;
  }
}
footer .sign-up h2 {
  color: #68CAD7;
}
footer .donate h2 {
  color: #85B249;
}
footer.ctn {
  padding: 0;
}
footer .color {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -7px;
  background-color: #21472c;
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 568px) {
  footer .color {
    display: none;
  }
}
footer > .donate, footer > .sign-up {
  width: 50%;
  text-align: center;
  padding: 25px;
  color: #fff;
}
@media screen and (max-width: 568px) {
  footer > .donate, footer > .sign-up {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  footer > .donate, footer > .sign-up {
    padding: 15px;
  }
}
footer .sign-up {
  background-color: #68cad7;
  border-top: 14px solid #3f6599;
  border-right: 7px solid #368d3e;
  padding: 25px 80px;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  footer .sign-up {
    padding: 15px 40px;
  }
}
@media screen and (max-width: 568px) {
  footer .sign-up {
    border-right: 0 none;
    border-top: 7px solid #3f6599;
  }
}
footer .donate {
  background-color: #85b249;
  border-top: 14px solid #515934;
  border-left: 7px solid #368d3e;
  cursor: pointer;
}
footer .donate a {
  color: #fff;
}
@media screen and (max-width: 568px) {
  footer .donate {
    border-left: 0 none;
    border-top: 7px solid #515934;
  }
}
footer #footer-logos {
  clear: both;
}
footer #footer-logos p {
  text-align: center;
  color: #485059;
  padding: 40px 0 15px;
  margin: 0;
}
@media (min-width: 768px) {
  footer #footer-logos p br {
    display: none;
  }
}
footer #footer-logos ul {
  padding: 0;
  width: 90%;
  margin: 0 auto;
  list-style: none;
}
footer #footer-logos li {
  float: left;
  width: 50%;
  padding: 0 10px;
  text-align: center;
}
@media (min-width: 768px) {
  footer #footer-logos li {
    width: 25%;
  }
}
footer #footer-logos li img {
  width: auto;
  max-height: 50px;
}
@media (min-width: 768px) {
  footer #footer-logos li img {
    max-height: 65px;
  }
}

.bg-form-opac {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

#sign-up-form {
  background: url(../img/sign-up-header.png) 0 0 no-repeat;
  max-width: 573px;
  padding-top: 64px;
  color: #485059;
  padding: 64px 20px 20px;
  /*new*/
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  /*end*/
}
#sign-up-form .form-ctn {
  background-color: #fff;
  padding: 20px;
}
#sign-up-form .form-ctn p {
  font-size: 26px;
  text-align: center;
}
#sign-up-form form {
  width: 85%;
  margin: 0 auto;
}
#sign-up-form form .mc-field-group {
  border: 0 none;
  text-align: center;
  padding:8px 16px 14px;
}
#sign-up-form form .mc-field-group label {
  display: none;
}
#sign-up-form form .mc-field-group input {
  border: 1px solid #dfe0e1;
  font-family: 'PT Sans', italic;
}
#sign-up-form form .mc-field-group input[type="text"] {
  padding: 10px;
  width: 100%;
}
#sign-up-form form .mc-field-group input[type="email"], #sign-up-form form .mc-field-group input [type="checkbox"] {
  padding: 10px;
  width: 100%;
}


/*new*/
#sign-up-form form .mc-field-group.input-group label {
    display: inline;
    font-size: 13px;
}
#sign-up-form form .clear{
  text-align:center;
  margin: 20px 0;
}
/* end */


#sign-up-form form input[type="submit"] {
  font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;
  background-color: #ef4d5e;
  border: 0 none;
  padding: 5px 15px;
  font-size: 22px;
  color: #fff;
}

@media (max-width: 320px) and (orientation: portrait) {
  #sign-up-form {
    margin-left: 0;
    background-size: contain;
    padding-top: 36px;
  }
  #sign-up-form .form-ctn {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
  }
}


/*new*/
@media (max-width: 767px) {
  #sign-up-form {
    right:10px;
    transform:translate(0, -50%);
    left:10px;
  }
}
.modal-bg{
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  text-align: center;
  background-color:rgba(43, 46, 56, 0.9);
}
/* end*/




/* Modal overrides */
.remodal-close {
  left: auto !important;
  right: 0;
  color: #fff !important;
}

/*Nav */
.get-involve-strip.fixed {
  background-size: contain;
  margin: 0 auto;
  position: fixed;
  top: 0;
  z-index: 9999;
}


/*validation*/
#sign-up-form #mc_embed_signup div.mce_inline_error {
    margin: 0;
    padding: 5px 10px;
    background-color: white;
    font-weight: bold;
    z-index: 1;
    color: #6B0505;
    font-size: 15px;
    text-align: left;
}
/*end*/
