@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600); 

.row {
  padding: 0 !important;
}

#container {
  font-family: 'Open Sans', sans-serif;
  width: 1200px;
  margin: 2em auto 0 auto;
  font-size: 16px;
  max-width: 100%;
  letter-spacing: 1px;
  overflow-x: hidden;
}

#container input {
  padding: 0.75em;
  font-family: 'Open Sans';
  margin: 0.5em;
  max-width: 100%;
}

#basicinfo {
  width: 60%;
  margin: auto;
}

#basicinfo input {
  border: 1px solid lightgrey;
}

.image:hover {
  border-bottom: none;
}

h1 {
  text-transform: none;
  text-align: center;
  font-family: 'Open Sans';
  font-weight: 600;
  margin: 1.25em 0;
  font-size: 26px;
  padding: 0;
  line-height: 1.6em;
}

h1.title {
  margin: 32px 16px;
}

p {
  line-height: 2em;
  margin: 2em;
}

p.medium {
  width: 59%;
  margin: auto;
}

a.image {
  border: 0;
  width: 70px;
  margin: auto;
  display: block;
}

a.image img {
  width: 100%;
  height: auto;
}

.errorText {
  font-size: 0.8em;
  padding: 0;
  text-transform: uppercase;
  color: #ff4820;
}

a, a:visited {
  color: #000; 
  border-bottom: 1px dotted #000;
}

a:hover {
  color: #000;
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.col-md-6, .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

.firstColumn {
  padding-right: 8px;
}

.secondColumn {
  padding-left: 8px;
}

#group-18297 {
  display: block !important;
}

#group-18297 li {
  list-style: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" version="1"><path d="M4 8L0 4h8z"/></svg>');
  padding: .5em;
  padding-right: 1.5em
}

select#group {
  background-color: #fff;
  height: 46px;
  width: 100%;
  padding: 12px;
  border: 1px solid lightgrey;
  border-radius: 0px;
  color: #757575;
}

select#group:hover {
  cursor: pointer;
}

ul.mc-field-group, ul.the-checkboxes {
  list-style: none;
  padding: 0;
  margin: 2em 0;
  width: 100%;
}

ul.the-checkboxes { 
  max-width: 100% !important;
  width: 960px;
  margin: 0 13% !important;
}

ul.the-checkboxes input {
  margin: 0 !important;
  padding: 0 !important;
}

.col-md-3, .col-md-4{
  padding: 0.5em;
}

ul.mc-field-group li input {
  width: 100%;
  padding: 0.5em;
  font-size: 1em;
}

ul.the-checkboxes li {
  position: relative;
}

ul.the-checkboxes li label span {
  font-weight: 600;
  text-transform: none;
}

ul.the-checkboxes li label p {
  font-weight: 300;
  font-size: 0.9em;
  margin: 0.5em 0;
}

/* checkbox (hidden) */
ul.the-checkboxes input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance:none;
  height: 45px;
  width: 130px;
  position: absolute;
  top: 150px;
  left: 30px;
  opacity: 0;
  -moz-opacity: 0;
  z-index: 999;
  cursor: pointer;
}

/* Subscribe */
ul.the-checkboxes input[type="checkbox"] + div.checkbox-style:after  {
  height: 45px;
  width: 130px !important;
  position: absolute;
  display: block;
  float: none !important;
  top: 150px;
  left: 30px;
  padding-top: 1rem;
  background-color: rgba(255,255,255,1) !important;
  content:"Subscribe";
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1em;
  color: #000;
  border: 1px solid #000 !important;
}

/* Unsubscribe */
ul.the-checkboxes input[type=checkbox]:checked + div.checkbox-style:after {
  width: 70%;
  height: 45px;
  position: absolute;
  display: block;
  top: 150px;
  left: 30px;
  background: rgba(0,0,0,1) !important;
  content: "Unsubscribe";
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1em;
  text-align: center;
  color: #fff;
  border: 1px solid #000 !important;
}

.checkbox-style {
  z-index: -1;
}

ul.the-checkboxes input[type="checkbox"] + div.checkbox-style {
  height: 200px;
}

.button {
  padding: 20px;
  margin: 16px 3.5% 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  text-align: center;
  line-height: 1.2em;
  background-color: #000;
  color: #fff;
  border: none;
}

.button:hover {
  background-color: #ff4820;
  transition: .25s ease-in-out;
}

.update-row {
  max-width: 1200px;
  margin: auto;
}

.update-row .col-md-offset-5 {
  margin-left: 39.5%;
}

.center {
  text-align: center;
}

.mc-field-group.dropdown {
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
}

.mc-field-group.dropdown select {
  width: 131px;
  margin-left: 12%;
  background-color: #fff;
  font-size: 0.9em;
  border: 1px solid #000;
  letter-spacing: 1px;
}

label.preferences {
  position: relative;
  height: auto;
  margin: 0.5em auto;
  top: auto;
  left: auto;
  width: auto;
  color: #eee;
}

label.preferences span {
  position: absolute;
  top: 20%;
  margin-top: -1em;
  left: 10%;
  width: 80%;
  text-align: left;
  color: #000;
}

.list {
  display: none;
}

.col-md-3 label span:after, .col-md-4 label span:after {
  content: "";
  display: block;
  font-weight: 300;
  text-transform: none;
  font-size: 0.9em;
  letter-spacing: 0;
  margin-top: 0.5em;
}

/*weekly*/ /*label[for="group_131072"] span:after {
  content: "Every Friday, receive updates on screenings and events at TIFF Bell Lightbox.";
}*/

/* The 'unsubscribe' group is a list of users that are to be unsubscribed from the corresponding comm's */
/* Therefore, this code is reversing the subsribe and unsubscribe button UI */
/* Note: This reverse logic is just for unsubscribe groups and advancement donation campaigns */

/* checked = 'Subscribe' button */
ul.unsubscribe-group input[type=checkbox]:checked + div.checkbox-style:after {      
  height: 45px;
  width: 130px !important;
  position: absolute;
  display: block;
  float: none !important;
  top: 150px;
  left: 30px;
  padding-top: 1rem;
  background-color: rgba(255,255,255,1) !important;
  content:"Subscribe";
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1em;
  color: #000;
  border: 1px solid #000 !important;
}

/* unchecked = 'Unsubscribe' button */
ul.unsubscribe-group input[type="checkbox"] + div.checkbox-style:after {
  width: 70%;
  height: 45px;
  position: absolute;
  display: block;
  top: 150px;
  left: 30px;
  background: rgba(0,0,0,1) !important;
  content: "Unsubscribe";
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1em;
  text-align: center;
  color: #fff;
  border: 1px solid #000 !important;
}


#occupation {
  display: inline-block;
  list-style: none;
}

li.interestgroup_row select {
  margin: 8px !important;
}

@media (max-width: 1200px) and (min-width: 1023px) {
  #container .the-checkboxes {
    max-width:  80% !important;
  }
}

@media (max-width: 1022px) {
  #basicinfo {
    max-width: 700px;
    width: 80%;
    margin: 0 auto;
  }

  #container input {
    margin: 0.2em 0;
  }

  .firstColumn {
    padding-right: 0;
  }

  .secondColumn {
    padding-left: 0;
  }

  li.interestgroup_row select {
    margin: 2px 0 !important;
  }

  ul.the-checkboxes {
    max-width: 70% !important;
    width: 960px;
    margin: 0 auto !important;
  }

  ul.the-checkboxes input[type="checkbox"] + div.checkbox-style:after,
  ul.the-checkboxes input[type=checkbox]:checked + div.checkbox-style:after,
  ul.the-checkboxes input[type="checkbox"] {
    left: 5rem;
  }

  .button {
    margin: 0 1.5rem 0 0;
  }
}

@media (max-width: 420px) {
  #basicinfo {
    width: 90%;
    margin: 0 auto;
  }

  .update-row .col-md-offset-5 {
    margin-left: 23%;
  }
}


/* Signup thank you page */
.subscribe-thank-you-page h1 {
  text-transform: none;
  margin: 1.25em 0;
  font-size: 1.4em;
  padding: 0;
  letter-spacing: inherit;
}

.subscribe-thank-you-page #the-review-link {
  border: none;
}

.subscribe-thank-you-page .button {
  text-transform: none;
  color: #333;
  border-color: #333;
}

.subscribe-thank-you-page .image:hover {
  border-bottom: none;
}


/* Confirmation thank you page */
.confirmation-thank-you-page {
  background-color: #fff;
}

.confirmation-thank-you-page .container-fluid {
  margin: 10rem auto;
  max-width: 40rem;
  font-family: 'Open Sans', sans-serif;
  padding: 0;
}

.confirmation-thank-you-page h1 {
  padding: 0;
  margin: 0 0 1rem 0;
  text-transform: none;
  text-align: left !important;
  font-size: 1.7em;
  line-height: 1.4;
  font-weight: 550;
  letter-spacing: 0;
}

.confirmation-thank-you-page p {
  padding: 0;
  margin: 0;
  font-size: 1.2em;
  letter-spacing: 0;
  line-height: 1.7;
}

#tiff-logo a {
  margin: 5rem 0;
}

#tiff-logo a:hover {
  border: none;
}

.confirmation-thank-you-page a.image {
  width: 9rem;
}

#facebook-button a {
  width: 23rem;
  margin: 1rem 0;
}

.confirmation-thank-you-page .button {
  text-transform: none;
}

@media only screen and (max-width: 500px) {
  .confirmation-thank-you-page .container-fluid {
    padding: 1rem 2rem;
    margin: 0 auto;
  }
}


/* Update profile thank you page */
.update-profile-thank-you .image:hover {
  border-bottom: none;
}

.update-profile-thank-you h1 {
  text-transform: none;
  letter-spacing: inherit;
  padding: 0;
}

.update-profile-thank-you p .button:hover {
  border-color: #333;
  color: #333;
}


/* Unsubscribe page */
.unsubscribe-page input {
  margin: 0.5rem 0;
}

.unsubscribe-page h1 {
  text-transform: none;
  padding: 0;
  letter-spacing: inherit;
}

#unsubscribe-field {
  margin: 2rem 0 0.5rem 0;
}

#unsubscribe-button {
  padding: 0.75rem !important;
  text-transform: none;
}

.unsubscribe-page .image:hover {
  border-bottom: none;
}


/* Unsubscribed confirmation page */
.unsubscribed-confirmation-page h1 {
  text-transform: none;
  padding: 0;
  letter-spacing: inherit;
}

.unsubscribed-confirmation-page .image:hover {
  border-bottom: none;
}

.unsubscribed-confirmation-page p .button:hover {
  color: inherit;
  border-color: inherit;
}

.unsubscribed-confirmation-page .button {
  text-transform: none;
}