/* Variables */
body {
  margin: 0;
  padding: 0;
  background: white;
  color: #000000;
  font-family: "Roboto Condensed", sans-serif; }

/* ---------------------------------------
	TYPE
--------------------------------------- */
h2 {
  font-size: 2.15rem;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700; }

a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  a:hover {
    text-decoration: none; }

p {
  font-family: "Roboto Condensed", sans-serif; }

p a {
  color: #50B7C8;
  font-weight: 700;
  border-bottom: 1px solid #50B7C8; }
  p a:hover {
    color: #000000;
    border-bottom: 1px solid #000000; }

.yea, .nay {
  display: none; }

/*-----------------------------------------------------------------*/
/* Global Elements
/*-----------------------------------------------------------------*/
.top {
  position: fixed;
  height: 50px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #555555;
  color: #FFFFFF;
  padding: 2px 0 0;
  text-align: center;
  font-weight: 400;
  font-size: .9rem;
  z-index: 10000;
  /*position: relative;*/ }
  @media (min-width: 768px) {
    .top {
      font-size: 1.25rem;
      padding: 10px 0; } }
  .top p {
    position: relative;
    z-index: 2; }
    .top p a {
      color: #FFFFFF;
      font-weight: 700;
      display: block;
      border-bottom: 0; }
      @media (min-width: 768px) {
        .top p a {
          display: inline-block; } }
      .top p a:hover {
        color: #50B7C8; }
  .top .copy {
    position: relative;
    z-index: 2; }
  .top .meter {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #A1545C;
    height: 100%; }
    .top .meter:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
      z-index: 1;
      background-size: 50px 50px;
      animation: move 2s linear infinite;
      overflow: hidden; }

@keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 50px 50px; } }

.share {
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0; }
  .share li {
    display: inline-block;
    padding: 0 10px 0 0; }
    .share li a {
      display: block;
      text-align: center;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      line-height: 40px;
      color: black;
      font-size: 22px; }
      .share li a.facebook {
        background: #4C66A4; }
      .share li a.twitter {
        background: #77C7F7; }
      .share li a.google {
        background: #DA4835; }
      .share li a.tumblr {
        background: #36465d; }
      .share li a.reddit {
        background: #FF4501; }
      .share li a:hover {
        background: #FFFFFF; }

.globalheader {
  background: #50B7C8;
  padding: 65px 0 15px; }
  .globalheader .main-menu {
    margin: 15px 0 0 0; }
    @media (min-width: 768px) {
      .globalheader .main-menu {
        margin: 0 0 0 0; } }
    .globalheader .main-menu ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .globalheader .main-menu ul li {
        display: inline; }
        .globalheader .main-menu ul li a {
          text-transform: uppercase;
          font-size: 1.15rem;
          line-height: 125%;
          font-weight: 700;
          color: black; }
          @media (min-width: 768px) {
            .globalheader .main-menu ul li a {
              font-size: 1.25rem; } }
          .globalheader .main-menu ul li a:hover {
            color: #FFFFFF; }
        .globalheader .main-menu ul li::after {
          content: " / ";
          font-size: 1.15rem;
          padding: 0 0 0 5px; }
          @media (min-width: 768px) {
            .globalheader .main-menu ul li::after {
              font-size: 1.5rem; } }
        .globalheader .main-menu ul li:last-child:after {
          content: ""; }
  .globalheader .header-share {
    display: none; }
  @media (min-width: 768px) {
    .globalheader .header-share {
      display: block; } }
  .globalheader .share li a {
    background: #000000;
    color: #50B7C8; }
    .globalheader .share li a.facebook:hover {
      background: #4C66A4; }
    .globalheader .share li a.twitter:hover {
      background: #77C7F7; }
    .globalheader .share li a.google:hover {
      background: #DA4835; }
  .globalheader .sep {
    margin-top: 10px; }
  .globalheader h1.page-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2rem;
    padding: 10px 0 0; }
  .globalheader h2 {
    font-size: 2rem; }

section {
  padding: 3em 0;
  position: relative; }
  section.teal {
    color: #000000;
    background: #50B7C8; }
  section.dteal {
    color: white;
    background: #1C4C55; }
  section.black {
    color: #FFFFFF;
    background: #000000; }
  section.gray {
    color: #000000;
    background: #E5E5E5; }
  section.dgray {
    color: #000000;
    background: #D9D9D9; }

.row {
  /*padding: 0 28% 0 0;
	margin: 0;*/ }

.sep {
  width: 100%;
  height: 3px;
  margin: 15px auto; }
  .sep.white {
    background: #FFFFFF; }
  .sep.black {
    background: #000000; }

@media (min-width: 768px) {
  .vertical-align {
    display: flex;
    flex-direction: row; }
  .vertical-align > [class^="col-"],
  .vertical-align > [class*=" col-"] {
    display: flex;
    align-items: center;
    justify-content: center; } }

/* ---------------------------------------
	HOME PAGE
--------------------------------------- */
.hero {
  overflow: hidden;
  padding: 80px 0 90px 0;
  background: #50B7C8 url("../images/pattern-fists2.png") repeat-x center bottom;
  /*padding: 0;
	background: $teal;*/
  /*#pledge {
		background: #FFFFFF;
		padding: 1em;
		margin: 0 auto 135px;
		@media (min-width: 768px) { margin: 0 auto; }
		
		.pledge-form {
			font-size: 1rem;
			color: $black;
		
			h4 {
				font-family: $condensed;
			    font-size: 1.5rem;
			    font-weight: 700;
			    text-transform: uppercase;
			}
			
			ul, li {
				list-style-type: none;
				margin: 0; padding: 0;
			}
			
			label {
				display: block;
				font-size: 14px;
				font-family: $condensed;
				font-weight: 700;
				
				&.checkbox {
					font-weight: 400;
					line-height: 125%;
				}
			}
			
			input {
				width: 100%;
				padding: 5px;
				font-size: 14px;
				color: black;
				margin: 0 0 10px 0;
				border: 0;
				background: rgba(80, 183, 200,.1);
				
				&[type="checkbox"] {
					width: 13px;
					height: 13px;
					padding: 0;
					margin:0;
					vertical-align: center;
					position: relative;
					top: -1px;
					*overflow: hidden;
				}
			}
			
			textarea {
				width: 100%;
				border: none;
				resize: none;
				padding: 5px;
				background: white;
				font-size: 1rem;
				color: black;
				margin: 0 0 10px 0;
			}
			
			a {
				font-weight: 700;
				color: black;
				&:hover {
					color: white;	
				}
			}
			
			.international_link-wrap { display: block;}
			.country_drop_wrap { 
				display: block;
				width: 100%;
				@media (min-width: 768px) { width: 80%;}
				overflow: hidden;
				margin-bottom: 10px;
				background: url("../images/select-down-arrow.png") right center no-repeat;
				
				.block {
					display: inline-block;
					background: rgba(80, 183, 200,.1);
					font-size: 14px;
				}
			}
			
			input[type="submit"] {
				font-weight: 700;
				font-family: $condensed;
				background-color: black;
				margin: 15px auto;
				padding: 15px 0;
				font-size: 1.5rem;
				@media (min-width: 768px) { font-size: 2rem; }
				color: white;
				text-transform: uppercase;
				cursor: pointer;
				-webkit-transition: all 0.25s ease;
				-moz-transition: all 0.25s ease;
				-o-transition: all 0.25s ease;
				transition: all 0.25s ease;
				
				&:hover {
					background: $teal;
					color: white;
				}
			}
			
			#d_sharing label,
			#action_info {
				font-weight: 400;
			}
			
			#action_info {
				a {
					font-size: .9rem;
					@media (min-width: 768px) { font-size: 1rem;}
				}
				a:before {
					content: 'Created by ';
				}
				strong {
					display: none;
				}
				a:hover {
					color: $red;
				}
			}
			
			#can_embed_form h2, 
			#logo_wrap,
			.ajax-loading {
				display: none;
			}	
		}
	}*/ }
  .hero .content {
    max-width: 800px;
    margin: 0 auto 0;
    position: relative;
    text-align: center;
    transition: translateY(-10%);
    /*.date {
			display: table;
			width: 100%;
			margin: 0 auto 15px;
			padding: 15px 0;
			
			@media (min-width: 768px) { width: auto; }
			border-top: 3px solid $black;
			border-bottom: 3px solid $black;
			text-align: left;
			
			
			h1 {
				font-family: $condensed;
				font-weight: 400;
				font-size: 2.5rem;
				@media (min-width: 768px) { font-size: 3.50rem; }
				line-height: 100%;
				text-transform: uppercase;
				white-space: nowrap;
				padding: 0 15px 0 0;
				display: block; width: 100%; text-align: center;
				@media (min-width: 768px) { display: table-cell; width: auto; text-align: left;}
			}
			
			p {
				vertical-align: top;
				margin: 0; padding: 0;
				font-size: 1.1rem;
				@media (min-width: 768px) { font-size: 1.25rem; }
				display: block; width: 100%; text-align: center;
				@media (min-width: 768px) { display: table-cell; width: auto; text-align: left;}
			}
		}
		
		.call {
			font-size: 1.1rem;
			@media (min-width: 768px) {font-size: 20px;}
			span {
				font-weight: bold;
			}
		}*/ }
    @media (min-width: 768px) {
      .hero .content {
        margin: 0 auto 130px; } }
    .hero .content #logo {
      width: 90%;
      display: block;
      margin: 0px auto 25px; }
      @media (min-width: 768px) {
        .hero .content #logo {
          margin: 0 auto 25px;
          width: 100%; } }
    .hero .content p {
      text-align: center;
      font-size: 1.25rem;
      margin-bottom: 0; }
      .hero .content p a {
        color: #000000;
        border-bottom: 1px solid #000000; }
        .hero .content p a:hover {
          color: #A1545C;
          border-bottom: 1px solid #A1545C; }
  @media (min-width: 768px) {
    .hero .strikers {
      position: absolute;
      bottom: 0;
      background-repeat: no-repeat; }
      .hero .strikers.left {
        left: 0;
        background-image: url("../images/bg_strikers-l.svg");
        background-position: center bottom;
        width: 25%;
        height: 50%; }
      .hero .strikers.right {
        right: -5px;
        background-image: url("../images/bg_strikers-r.svg");
        background-position: right bottom;
        width: 25%;
        height: 50%; } }

.about {
  width: 100%;
  text-align: left; }
  .about.center {
    text-align: center; }
  .about h2 {
    font-size: 1.5rem; }
    @media (min-width: 768px) {
      .about h2 {
        font-size: 2rem; } }
  .about p {
    margin: 0;
    padding: 0;
    font-size: 1.15rem; }
    @media (min-width: 768px) {
      .about p {
        font-size: 1.4rem; } }
  .about .details p {
    font-size: 1.3rem; }

section.action {
  padding: 0; }
  section.action h2 {
    color: #50B7C8; }
  section.action p {
    font-size: 1.25rem;
    color: #FFFFFF; }
  section.action a:hover {
    color: #A1545C; }
  section.action .details {
    text-align: left;
    padding: 1rem 0 0.5rem 0; }
    @media (min-width: 768px) {
      section.action .details {
        padding: 3rem 2rem 3rem 0; } }
    section.action .details ul {
      list-style-type: none;
      margin: 0 0 30px 0;
      padding: 0; }
      section.action .details ul li {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 400;
        font-size: 1.25rem; }
      section.action .details ul.from li {
        display: inline-block;
        padding: 0 3px 0 0; }
        section.action .details ul.from li::after {
          content: " / ";
          padding: 0 0 0 3px; }
        section.action .details ul.from li:last-child:after {
          content: ""; }
      section.action .details ul.for li {
        padding: 3px 0;
        border-bottom: 1px solid #000000; }

.description .invite {
  background: #1C4C55;
  color: #FFFFFF;
  padding: 20px;
  font-size: 1rem;
  font-weight: 400; }

.because {
  text-align: center; }
  .because .testimonial-wrap {
    margin-top: 2%;
    text-align: left; }
    .because .testimonial-wrap .testimonial {
      margin-bottom: 2%; }
      .because .testimonial-wrap .testimonial .content {
        padding: 25px;
        background: #FFFFFF;
        border: 1px solid #D7D7D7; }
        .because .testimonial-wrap .testimonial .content p {
          margin: 0;
          padding: 0;
          line-height: 130%; }
          .because .testimonial-wrap .testimonial .content p span {
            font-weight: 700;
            display: block; }
  .because a {
    color: #000000;
    border-bottom: 1px solid #000000;
    font-weight: 700;
    font-size: 1.25rem;
    padding-top: 25px; }

@media (min-width: 768px) {
  section.action #background {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #50B7C8; } }

/* ---------------------------------------
	SECONDARY PAGES
--------------------------------------- */
.secondary .wrap {
  margin-right: 0; }
  .secondary .wrap img {
    width: 100%;
    height: auto; }

.secondary dl dt {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 125%;
  letter-spacing: normal;
  padding: 8px 0 15px 0; }

.secondary dl dd p {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  padding: 0 5% 0 0; }

.statements .callout {
  text-align: center;
  font-weight: bold;
  font-size: 18px; }

.statements .testimonial-wrap .testimonial {
  margin-bottom: 2%; }
  .statements .testimonial-wrap .testimonial .content {
    padding: 25px;
    background: #FFFFFF;
    border: 1px solid #D7D7D7; }
    .statements .testimonial-wrap .testimonial .content p {
      margin: 0;
      padding: 0;
      line-height: 130%; }
      .statements .testimonial-wrap .testimonial .content p span {
        font-weight: 700;
        display: block; }

.resources .gutter-10.row {
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 10px; }

.resources .gutter-10 > [class^="col-"], .resources .gutter-10 > [class^=" col-"] {
  padding-right: 5px;
  padding-left: 5px; }

.resources .poster a span {
  display: block;
  text-align: center;
  color: #000000;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  margin-top: 5px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.resources .poster a:hover span {
  color: #50B7C8; }

.resources .memes .meme {
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px; }
  .resources .memes .meme img {
    padding-bottom: 5px; }
  .resources .memes .meme a {
    color: #000000; }
    .resources .memes .meme a span {
      display: block;
      line-height: 120%;
      margin: 5px 0 0; }
    .resources .memes .meme a:hover {
      color: #50B7C8;
      text-decoration: none; }

.thanks {
  background: #50B7C8;
  text-align: center; }
  .thanks .top {
    display: none; }
  .thanks #logo {
    width: 50%; }
  .thanks .message {
    width: 70%;
    margin: 15px auto 0;
    padding: 15px 0 0;
    border-top: 2px solid #000000; }
    .thanks .message h1 {
      text-transform: uppercase;
      margin: 10px 0 15px; }
    .thanks .message p {
      margin: 0;
      padding: 0; }
      .thanks .message p a {
        color: #000000 !important; }
      .thanks .message p a:hover {
        color: #1C4C55; }
  .thanks .share.ongray {
    margin-top: 20px; }
    .thanks .share.ongray li a {
      color: #E5E5E5;
      width: 60px;
      height: 60px;
      line-height: 60px;
      font-size: 32px; }
      .thanks .share.ongray li a:hover {
        background: #50B7C8; }
  .thanks .button {
    display: inline-block;
    font-size: 2rem;
    text-transform: uppercase;
    background: #50B7C8;
    color: #FFFFFF;
    padding: 15px 20px;
    margin-top: 15px; }
    .thanks .button:hover {
      background: #FFFFFF;
      color: #50B7C8; }

.press h3 {
  margin: 10px 0 15px; }

.press h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 30px; }

.press .sidebar h3 {
  margin: 20px 0 10px 0; }
  .press .sidebar h3:first-child {
    margin-top: 0; }

.press .sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .press .sidebar ul li {
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #000000; }
    .press .sidebar ul li:last-child {
      border-bottom: none; }
    .press .sidebar ul li a {
      color: #50B7C8;
      font-weight: bold; }
      .press .sidebar ul li a:hover {
        color: #1C4C55; }

.press .press-images {
  margin-top: 20px; }
  .press .press-images .gutter-10.row {
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 10px; }
  .press .press-images .gutter-10 > [class^="col-"], .press .press-images .gutter-10 > [class^=" col-"] {
    padding-right: 5px;
    padding-left: 5px; }
  .press .press-images img {
    display: block;
    -moz-opacity: 1.0;
    opacity: 1.0;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .press .press-images img:hover {
      -moz-opacity: 0.8;
      opacity: 0.8;
      filter: alpha(opacity=80); }

.events {
  /*.map-wrap {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
        
        iframe {
	        position: absolute;
	        top: 0;
	        left: 0;
	        width: 100% !important;
	        height: 100% !important;
	    }
    }*/ }
  .events p {
    margin-bottom: .5rem; }
  .events h3 {
    margin: 30px 0 15px; }
    .events h3:first-child {
      margin-top: 0; }

/*-----------------------------------------------------------------*/
/* Global Footer
/*-----------------------------------------------------------------*/
.instagramfeed {
  text-align: center; }
  .instagramfeed #instafeed {
    margin: 30px auto 40px; }
  .instagramfeed img {
    width: 100%;
    height: auto;
    -moz-opacity: 1.0;
    opacity: 1.0;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .instagramfeed img:hover {
      -moz-opacity: 0.6;
      opacity: 0.6;
      filter: alpha(opacity=60); }
  .instagramfeed .button {
    display: inline-block;
    text-transform: uppercase;
    background: #50B7C8;
    color: #FFFFFF;
    padding: 15px 20px; }
    .instagramfeed .button:hover {
      background: #FFFFFF;
      color: #50B7C8; }

footer {
  background: #000000;
  color: #FFFFFF;
  padding: 3rem 0;
  text-align: left; }
  footer h2 {
    font-size: 1.25rem; }
    footer h2.nwl a {
      padding: 0 0 0 5px; }
      footer h2.nwl a.facebook {
        color: #4C66A4; }
      footer h2.nwl a.twitter {
        color: #77C7F7; }
      footer h2.nwl a.tumblr {
        color: #36465D; }
      footer h2.nwl a.instagram {
        color: #50B7C8; }
      footer h2.nwl a:hover {
        color: #FFFFFF; }
  footer a {
    color: #FFFFFF;
    font-weight: 700;
    letter-spacing: .01em; }
    footer a:hover {
      color: #50B7C8; }
  footer .menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    footer .menu ul li a {
      text-transform: uppercase;
      font-size: 1.25rem;
      font-weight: 700;
      letter-spacing: normal; }
  footer .share a {
    color: #000000 !important; }

.survey .pledge-form {
  font-size: 1rem;
  color: #000000;
  /*h4 {
			font-family: $condensed;
		    font-size: 1.5rem;
		    font-weight: 700;
		    text-transform: uppercase;
		}*/ }
  .survey .pledge-form #can_main_col,
  .survey .pledge-form h4 {
    display: none; }
  .survey .pledge-form ul, .survey .pledge-form li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .survey .pledge-form li {
    margin-bottom: .25em; }
  .survey .pledge-form label {
    display: block;
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    margin-bottom: .05em; }
    .survey .pledge-form label.checkbox {
      font-weight: 400;
      line-height: 125%; }
    .survey .pledge-form label.radio {
      display: inline-block;
      margin: 0 6px 0 0; }
  .survey .pledge-form input {
    width: 100%;
    padding: 5px;
    font-size: 14px;
    color: black;
    margin: 0 0 10px 0;
    border: 0;
    background: rgba(255, 255, 255, 0.7); }
    .survey .pledge-form input[type="checkbox"] {
      width: 13px;
      height: 13px;
      padding: 0;
      margin: 0;
      vertical-align: center;
      position: relative;
      top: -1px;
      *overflow: hidden; }
    .survey .pledge-form input[type="radio"] {
      width: 13px;
      height: 13px;
      padding: 0;
      margin: 0;
      vertical-align: center;
      position: relative;
      top: -1px;
      *overflow: hidden; }
  .survey .pledge-form textarea {
    width: 100%;
    min-height: 100px;
    border: none;
    resize: none;
    padding: 5px;
    background: white;
    font-size: 1rem;
    color: black;
    margin: 0 0 10px 0;
    resize: vertical; }
  .survey .pledge-form a {
    font-weight: 700;
    color: black; }
    .survey .pledge-form a:hover {
      color: white; }
  .survey .pledge-form .international_link-wrap {
    display: block; }
  .survey .pledge-form .country_drop_wrap {
    display: block;
    width: 100%;
    max-width: 289px;
    overflow: hidden;
    margin-bottom: 10px;
    background: url("../images/select-down-arrow.png") right center no-repeat; }
    @media (min-width: 768px) {
      .survey .pledge-form .country_drop_wrap {
        width: 80%; } }
    .survey .pledge-form .country_drop_wrap .block {
      display: inline-block;
      background: rgba(255, 255, 255, 0.7);
      font-size: 14px; }
  .survey .pledge-form input[type="submit"] {
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    background-color: black;
    margin: 15px auto;
    padding: 15px 0;
    font-size: 1.5rem;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    @media (min-width: 768px) {
      .survey .pledge-form input[type="submit"] {
        font-size: 2rem; } }
    .survey .pledge-form input[type="submit"]:hover {
      background: #50B7C8;
      color: white; }
  .survey .pledge-form #d_sharing label,
  .survey .pledge-form #action_info {
    font-weight: 400; }
  .survey .pledge-form #action_info a {
    font-size: .9rem; }
    @media (min-width: 768px) {
      .survey .pledge-form #action_info a {
        font-size: 1rem; } }
  .survey .pledge-form #action_info a:before {
    content: 'Created by '; }
  .survey .pledge-form #action_info strong {
    display: none; }
  .survey .pledge-form #action_info a:hover {
    color: #A1545C; }
  .survey .pledge-form #can_embed_form h2,
  .survey .pledge-form #logo_wrap,
  .survey .pledge-form .ajax-loading {
    display: none; }
