/*===========================================================================
	Normalize
===========================================================================*/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif; 
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%; 
}
body {
  margin: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display: block;
}
audio,canvas,progress,video {
  display: inline-block; 
  vertical-align: baseline; 
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,kbd,pre,samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,input,optgroup,select,textarea {
  color: inherit; 
  font: inherit; 
  margin: 0; 
}
button {
  overflow: visible;
}
button,select {
  text-transform: none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; 
  /* -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; 
  box-sizing: content-box; */
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; 
  padding: 0; 
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,th {
  padding: 0;
}

/*===========================================================================
	General
===========================================================================*/

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 150%;
	color: #363636;
}
body .inverse {
	color: #fff;
}

/* Grid */
.col-2 {
	float: left;
	width: 48%;
	margin-left: 4%;
}
.col-2:first-child {
	margin-left: 0;
}

.col-3 {
	float: left;
	width: 30.6666667%;
	margin-left: 4%;
}
.col-3:first-child {
	margin-left: 0;
}
.col-3.span2 {
	width: 61.333333%;
}

.col-4 {
	float: left;
	width: 22%;
	margin-left: 4%;
}
.col-4:first-child {
	margin-left: 0;
}

.col-5 {
	float: left;
	width: 16.8%;
	margin-left: 4%;
}
.col-5:first-child {
	margin-left: 0;
}


/* Typography */
p, ul, ol {
	margin: 20px 0 0 0;
}
p:first-child, ol:first-child, ul:first-child {
	margin-top: 0;
}

.main-content ul, .main-content ol, .home-content ul {
	padding-left: 40px;
}
.main-content ul li {
	margin-bottom: 10px;
}

hr {
	width: 100%;
	height: 1px;
	margin: 40px auto;
	border: 0;
	background-color: #b7b7b7;
}

.main-content h2 + p, .main-content h3 + p, .main-content h4 + p,
.blog-section h2 + p, .blog-section h3 + p, .blog-section h4 + p {
    margin-top: 0;
}

blockquote {
	margin: 0;
	padding: 20px;
	background-color: #f2f2f2;
	border-left: 1px solid #7ac142;
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	font-size: 1.125rem;
	color: #666;
}

.highlight-item {
	padding-left: 20px;
	background: url(../img/pledge/elem/bullet-green.png) 0 10px no-repeat;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 150%;
	font-family: 'Roboto Slab', serif;
	color: #43880c;
}

.highlight-text {
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 130%;
  color: #464648;
}

.highlight-text a.button {
	font-size: 14px;
  font-size: 0.875rem;
  line-height: 140%;
}

.callout-text {
	display: block;
	padding-left: 20px;
	background-image: url(../img/pledge/elem/arrow-right-gray.png);
	background-position: 0 5px;
	background-repeat: no-repeat;
}

/* Lists */
.main-content ul, .main-content ol {
	padding-left: 40px;
}
.main-content ul ul, .main-content ol ol,  .main-content ol ul, .main-content ul ol {
	margin: 5px 0;
}
.main-content ul li, .main-content ol li {
	margin-bottom: 10px;
}
.main-content ul ul li, .main-content ol ol li,  .main-content ol ul li, .main-content ul ol li {
	margin-bottom: 5px;
}

ul.highlight-list {
	list-style: none;
	padding: 0;
	font-size: 16px;
	font-size: 1rem;
	line-height: 150%;
	font-family: 'Roboto Slab', serif;
	color: #43880c;
}
.highlight-list li {
	padding-left: 20px;
	background: url(../img/pledge/elem/bullet-green.png) 0 8px no-repeat;
}

ul.twocol-list,
ul.is-style-twocol-list {
	list-style: none;
	margin: 0 20px 20px 20px;
	padding-left: 0;
}
ul.twocol-list:before,
ul.twocol-list:after,
ul.is-style-twocol-list:before,
ul.is-style-twocol-list:after {
  content: " ";
  display: table;
}
ul.twocol-list:after,
ul.is-style-twocol-list:after {
  clear: both;
}
ul.twocol-list,
ul.is-style-twocol-list {
  *zoom: 1;
}
ul.twocol-list li,
ul.is-style-twocol-list li {
	box-sizing: border-box;
    float: left;
    width: 50%;
    margin: 20px 0 0 0;
    padding: 0 40px 0 0;
}
ul.twocol-list li:nth-child(even),
ul.is-style-twocol-list:nth-child(even) {
    padding-right: 0;
}
ul.twocol-list li:nth-child(odd),
ul.is-style-twocol-list:nth-child(odd) {
    clear: both;
}

/* Tables */
table {
	border: 1px solid #ccc;
}
table td {
	vertical-align: top;
	padding: 10px;
}

/* Images */
img {
	max-width: 100%;
	height: auto;
}

a:hover img {
	opacity: 0.9;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin: 20px 0;
	color: #db1a5b;
	font-weight: 500;
}
.inverse h1, .inverse h2, .inverse h3, .inverse h4 {
	color: #fff;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
}

h1 strong, h2 strong, h3 strong, h4 strong {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
}
h1 em, h2 em, h3 em, h4 em {
	font-size: 32px;
	font-size: 2rem;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-style: italic;
	color: #7ac142;
	text-transform: none;
}
.main-content h1 strong:first-child, .main-content h2 strong:first-child {
	display: inline-block;
	margin-right: 10px;
	font-size: 32px;
	font-size: 2rem;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	color: #db1a5b;
	text-transform: uppercase;
}

h1 {
	font-size: 40px;
  font-size: 2.5rem;
	line-height: 130%;
	color: #424244;
}
	.page-title h1 {
		text-transform: uppercase;
	}
	.main-content h1 {
    margin-top: 0;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 130%;
		text-transform: uppercase;
	}
	.footer h1 {
		margin: 0 0 1em 0;
		color: #db1a5b;
		font-size: 0.875em;
		font-weight: 700;
		text-transform: uppercase;	
	}
h2 {
  font-size: 30px;
  font-size: 1.875rem;
	line-height: 130%;
  font-weight: 600;
}
	.feature-content h2 {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 130%;
	}
	.main-content h2 {
		margin-top: 20px;
		margin-bottom: 10px;
		color: #00a8e9;
	}
  .main-content h2:first-child {
    margin-top: 0;
  }
  .home-content h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Roboto Slab', 'Roboto', sans-serif;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 120%;
    color: #db1a5b;
    text-transform: none;
    font-weight: 700;
  }
  .content-panel .blog h2 {
    font-family: 'Roboto Slab', serif;
  }
h3 {
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 130%;
}
	h3:first-child {
		margin-top: 0;
	}
	.page-cta h3 {
		margin-bottom: 30px;
		font-size: 24px;
		font-size: 1.5rem;
		font-weight: 400;
		color: #9f1f63;
	}
	.main-content h3, .blog-section h3 {
		margin-top: 40px;
		margin-bottom: 5px;
		color: #00A8E9;
	}
	.main-content h3:first-child, .blog-section h3:first-child {
		margin-top: 0;
	}
h4 {
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 130%;
}
	h4:first-child {
		margin-top: 0;
	}
h5 {
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 130%;
}
	h5:first-child {
		margin-top: 0;
	}
h6 {
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 130%;
	font-weight: 400;
}
	h6:first-child {
		margin-top: 0;
	}

h1 .subtitle, h2 .subtitle, h3 .subtitle {
  color: #000;
}
h4.newsTitle {
  font-size: 0.8125em;
  margin-bottom: 5px; 
}

/* Links */
a, a:visited {
	color: #d91b5c;
	text-decoration: none;
}
.main-content a, .main-content a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #2796BA;
}
.inverse a {
	color: #fff;
}

/* Buttons */
.button {
	display: inline-block;
	padding: 15px 30px;
  line-height: 100%;
	background: #d91b5c;
	border: 0;
	outline: none;
	border-radius: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
a.button {
	color: #fff;
}
.button:hover, .button:active,
a.button:hover, a.button:active,
button:hover, button:active {
	background: #9f1f63;
	text-decoration: none;
}
.main-content a.button {
  text-decoration: none;
}

.inverse .button, .inverse a.button {
	background-color: #fff;
	color: #d91b5c;
}
.inverse a.button:hover {
  background: #eee;
}

.button + .button {
  margin-left: 10px;
}

.button.cta-button {
  position: relative;
  padding: 15px 60px 15px 30px;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 100%;
}
.button.cta-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  width: 16px;
  height: 26px;
  margin-top: -13px;
  background-image: url(../img/pledge/elem/arrow-right-pink.svg);
  background-repeat: no-repeat;
  background-position: 98% 50%;
}
  .no-svg .button.cta-button {
    background-image: url(../img/pledge/elem/arrow-right-pink.png);
  }

.feature-cta a.button, .page-cta a.button {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 100%;
}

/* Jump button */
a.jump-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  border-radius: 50%;
  background: #db1a5b url(../img/pledge/elem/arrow-down-white.png) 50% 50% no-repeat;
  color: #fff;
}
a.jump-btn:hover {
  background-color: #9f1f63;
}
.feature-content a.jump-btn, .main-content a.jump-btn {
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -25px;
}

/* Forms */
.fields-wrap {
	margin-top: 40px;
}
.fields-wrap:before,
.fields-wrap:after {
  content: " ";
  display: table;
}
.fields-wrap:after {
  clear: both;
}
.fields-wrap {
  *zoom: 1;
}

.form-item-container-left {
	float: left;
	width: 48%;
	margin-right: 4%;
}
.form-item-container-right {
	float: left;
	width: 48%;
}

.form label {
	display: block;
	padding: 0;
	margin: 0 0 5px 0;
}
.form .required > label:after {
  content: ' *';
  color: #c50c4b;
}

.form fieldset .status {
	display: none;
}

fieldset {
  margin: 20px 0;
  padding: 0;
  border: 0;
}
.form fieldset {
	clear: both;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: left;
}
.form fieldset.focus {
	background: none;
}

.form fieldset.field-city {
    float: left;
	clear: none;
    display: block;
    width: 70%;
    margin-right: 2%;
}
.form fieldset.field-zip {
    float: left;
	clear: none;
    display: block;
    width: 26%;
    margin-left: 2%;
}

.form fieldset.error input {
	border-color: #c50c4b !important;
}
.error-message {
	font-size: 13px;
	color: #c50c4b;
}

input[type="text"], input[type="date"], input[type="email"], input[type="url"], input[type="tel"],
select, textarea {
	box-sizing: border-box;
	float: none;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 15px;
	background: none;
	border: 1px solid #4D8422;
	outline: none;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 100%;
	color: #2d560c;
	font-weight: 300;
}
.pledge-form .form input[type="text"]:focus, .pledge-form .form input[type="date"]:focus,
.pledge-form .form input[type="email"]:focus, .pledge-form .form input[type="url"]:focus,
.pledge-form .form input[type="tel"]:focus, .pledge-form .form textarea:focus {
	border-color: #fff;
	color: #fff;
}
.pledge-form .form select:focus {
	border-color: #fff;
}

.form .signup-field input {
    float: left;
    display: inline-block;
    max-width: 8%;
    margin-top: 6px;
}
.form .signup-field label {
    float: right;
    width: 90%;
}

input[type="submit"] {
  padding: 15px 40px;
  border-radius: 30px;
  border: 0;
  outline: none;
  background-color: #7ac142;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.pledge-form .form input[type="submit"] {
	background-color: #fff;
	color: #7ac142;
}
.form input[type="submit"]:hover {
	background-color: #d91b5c;
	color: #fff;
}

/*#SubmitButtonsDiv {
    text-align: center;
}*/

.form .submit-btn {
	margin: 20px 0 0 0;
}

.form .captcha-image {
  clear: both;
  /* margin-left: 33.27171903881701%; */
  padding-top: 15px;
  position: relative;
}

.form ul {
  padding: 10px 0;
  float: right;
  margin: 0 40px 0 0;
  width: 59.1164%;
}
.form ul li {
  list-style-type: none;
  font-size: 0.875em;
  padding: 0 0 1%;
}

.form ul.inputs-list {
  float: none;
  width: auto;
  margin: 20px 0 0 0;
  padding: 0;
}
.form ul.inputs-list li {
	padding: 0;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.3;
}
.form ul.inputs-list label {
	display: inline-block;
}
.form ul.inputs-list li input {
	margin-right: 5px;
}

.form .list {
  float: left;
  margin: 0 0 0 2%;
  width: 58%;
}
.form .list input {
  clear: left;
  float: left;
  margin-left: 0;
  margin-top: 12px;
}

.form .list label {
  width: 90%;
  line-height: 1.35em;
  margin-top: 6px;
}

#pFormMessage1 {
	display: none;
}

.main-content fieldset {
	clear: none;
	width: inherit;
}
.main-content input[type="text"], footer input[type="text"], .main-content input[type="password"],
.main-content select, .main-content textarea {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
/*.main-content input[type="submit"], footer input[type="submit"] {
  padding: 10px 20px;
  background: #dedede;
  background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e7e7e7));
  background: -webkit-linear-gradient(top, #ededed 0%,#dedede 100%);
  background: -o-linear-gradient(top, #ededed 0%,#dedede 100%);
  background: -ms-linear-gradient(top, #ededed 0%,#dedede 100%);
  background: linear-gradient(to bottom, #ededed 0%,#dedede 100%);
  border-radius: 5px;
  border: 1px solid #ccc;
  cursor: pointer;
}*/

/* Videos */
.video-wrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
	margin: 20px 0;
}

.video-wrap iframe {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
}

/* Helpers */
.left {
	float: left;
	max-width: 50%;
	margin: 20px 30px 20px 0;
}
.right {
	float: right;
	max-width: 50%;
	margin: 20px 0 20px 30px;
}

.center {
	text-align: center
}

.hide {
	display: none !important;
}

.caption {
	font-size: 13px;
	line-height: 1.3;
	color: #999;
}
.caption img {
	margin-bottom: 5px;
}

/* Clearfix */
.cf:before, .row:before, .wrap:before, ul.main:before, .subscribe:before, .staff-member:before, .nav-wrap:before,
.cf:after, .row:after, .wrap:after, ul.main:after, .subscribe:after, .staff-member:after, .nav-wrap:after {
    content: " ";
    display: table;
}
.cf:after, .row:after, .wrap:after, ul.main:after, .subscribe:after, .staff-member:after, .nav-wrap:after {
    clear: both;
}
.cf, .row, .wrap, ul.main, .subscribe, .staff-member, .nav-wrap {
    *zoom: 1;
}

/*===========================================================================
	Structure
===========================================================================*/

/* General */
.container {
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 0;
}
.page-wrap .container {
	max-width: 880px;
	/* min-height: 400px; */
}
.page-wrap.no-nav .container {
  min-height: inherit;
}
.page-wrap.full .container {
  padding-bottom: 60px;
}
.wrap {
	position: relative;
	clear: both;
}
.main-content p + .wrap {
	margin-top: 20px
}

.container:before, .wrap:before,
.container:after, .wrap:after {
  content: " ";
  display: table;
}
.container:after, .wrap:after {
  clear: both;
}
.container, .wrap {
  *zoom: 1;
}

/* Header */
#page-header {
  position: absolute;
  left: 0;
  z-index: 100000;
  width: 100%;
  margin-top: 20px;
}
#page-header:before {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 22%;
  height: 92px;
  background-color: #E6E6E6;
}
#page-header:after {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 66%;
  width: calc(66% + 1px);
  height: 92px;
  background-color: #85CE4C;
}

.header-inner {
  position: relative;
  height: 92px;
}
.header-inner:before {
  content: '';
  position: absolute;
  z-index: 100;
  top: 0;
  left: 22%;
  width: 12%;
  height: 92px;
  background-image: url(../img/elem/twist.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 92px;
}

.logo {
  position: relative;
  z-index: 1000000;
  box-sizing: border-box;
  width: 24%;
  padding-top: 7px;
  text-align: right;
}
.logo img {
  max-height: 78px;
  display: block;
  margin: 0 0 0 auto;
}

.nav-wrap {
  position: absolute;
  z-index: 1000000;
  top: 20px;
  right: 0;
  width: 66%;
}

.header-info {
  display: inline-block;
  vertical-align: middle;
}

a.button.login {
  width: 105px;
  line-height: 30px;
  float: right;
  padding: 0 20px 0 45px;
  background: #3fc6f2 url(../img/icon/icon-lock.png) 20px 50% no-repeat;
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;
}
a.button.login:hover, a.button.login:active {
  background-color: #d91b5c;
  text-decoration: none;
}

a.social-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 7px;
}
.header-info a.social-icon {
  margin-left: 2px;
}
a.social-icon:first-child {
  margin-left: 0;
}
a.social-icon:hover {
  background: #3fc6f2;
  border-radius: 20px;
}
.social-icon img {
  display: block;
}

.nav-img.full a.social-icon {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 0;
}
.nav-img.full a.social-icon img {
  margin: 0;
}

.search-toggle {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 2px;
  padding: 7px;
  border-radius: 20px;
  background: url(../img/icon/icon-search.png) 50% 50% no-repeat;
  text-indent: -9999px;
  cursor: pointer;
}
.search-toggle:hover {
  background-color: #3fc6f2;
}

.header-info .searchForm {
  box-sizing: border-box;
	display: none;
	position: fixed;
	z-index: 10000;
	top: 0;
  left: 0;
	width: 100%;
  height: 100%;
  margin-left: 0;
	padding: 20px 5%;
	background-color: #3FC6F2;
  background-color: rgba(63,198,242,0.95);
}
.header-info .searchForm form {
  position: relative;
  top: 50%;
  margin: -30px 0 0 0;
  padding: 0 60px 0 0;
}
.header-info .searchForm input[type="search"] {
  border: 0;

  /* box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 20px 0 0 20px;
  background-color: #fff;
  text-indent: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 40px; */
}
.header-info .searchForm input[type="search"]:focus {
  outline: none;
}
.header-info .searchForm button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;

  /* display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  background: #d91b5c url(../img/icon/icon-search.png) 50% 50% no-repeat;
  border: 0;
  border-radius: 0 20px 20px 0;
  color: #fff;
  text-indent: -99999px;
  -webkit-appearance: none;
  cursor: pointer; */
}
.header-info .searchForm .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  border: 0;
  outline: 0;
  background-color: #25A4CE;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  cursor: pointer;
}
.header-info .searchForm .close:hover {
  background-color: #d91b5c;
}

/* Footer */
.footer {
  width: 100%;
  background: #ececec;
  padding-top: 40px;
}

.footer h4 {
  margin-bottom: 20px;
  font-family: 'Roboto Slab', serif;
  font-size: 1.875em;
  color: #464648;
}

.featured-news {
  background: url(../img/elem/woman-muscle.png) 0 100% no-repeat;
  min-height: 448px;
  padding-left: 32%;
  padding-bottom: 40px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 140%;
}
.featured-news .featured-news-img {
  display: none;
}
.featured-news-item {
  margin-bottom: 30px;
  color: #464648;
}
.featured-news-date {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
}
h5.featured-news-title, .news-highlight h5 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.125em;
  color: #464648;
  font-weight: 500;
}
.featured-news-item a,
h5.featured-news-title a,
.news-highlight h5 a {
  color: #464648;
}
.inverse h5.featured-news-title a, .inverse .news-highlight h5 a {
  color: #fff;
}
a.featured-news-more, .news-highlight a {
  color: #464648;
}

.secondary-news .more-link {
  font-size: 0.9375em;
  font-weight: 500;
  text-transform: uppercase;
}

.subscribe-panel {
  padding: 40px 0 80px 0;
  text-align: center;
}
.subscribe-panel .subscribe h4 {
  display: block;
  margin: 0 0 20px 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 400;
}
.subscribe-panel .subscribe h4 b, .subscribe-panel .subscribe h4 strong {
  font-family: 'Roboto Slab', Arial, sans-serif;
  font-weight: 600;
}

#page-footer {
  padding: 20px 0;
  background-color: #9f1f63;
  font-size: 11px;
  font-size: 0.6875rem;
}
#page-footer .container {
  padding: 0;
}
.credit,
.credit a {
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  font-size: 0.6875rem;
}
.credit a:hover {
  color: #3fc6f2;
}
.credit .icon-mark {
  display: inline-block;
  background: url(../img/icon/tbh.png) no-repeat;
  height: 24px;
  width: 24px;
  margin: 2px 0 0;
  vertical-align: middle;
}
.credit a:hover .icon-mark {
  background-position: 0 100%;
}
.credit a:hover span {
  color: #fff;
}

.credit .footer-links {
  display: block;
  float: left;
  width: 48%;
}

.footer-links a.button.login {
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.footer-links .social {
  display: inline-block;
  vertical-align: middle;
}
.footer-links .social a.social-icon {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  background: #d91b5c;
  border-radius: 20px;
}
.footer-links .social a.social-icon:first-child {
  margin-left: 0;
}
.footer-links a.social-icon:hover {
  background: #3fc6f2;
  border-radius: 20px;
}

.footer-links .sitemap-link {
  margin-left: 10px;
  margin-right: 10px;
}

.credit .site-author {
  display: block;
  float: right;
  width: 48%;
  text-align: right;
}
.site-author img,
.site-author svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
}

/*===========================================================================
  Home page
===========================================================================*/

.banner-wrap {
	position: relative;
	width: 100%;
	top: 0;
	z-index: 1;
	background: #ececec;
}
.banner {
	margin: 0;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner:after {
	content: '';
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 134px;
	background-image: url(../img/bg/shade.png);
	background-repeat: repeat-x;
}

.banner-content {
  position: relative;
  padding: 260px 25% 140px 25%;
  background-image: url(../img/bg/content-shadow.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
	font-size: 1.5em;
	text-align: center;
	color: #fff;
}
.banner-content h1 {
	margin: 0 0 15px 0;
	font-family: 'Roboto Slab', serif;
  font-size: 40px;
  font-size: 2.5rem;
	line-height: 120%;
	font-weight: 700;
	color: #fff;
}
.banner-content p {
	margin: 0;
	font-size: 1em;
	line-height: 120%;
}

.banner-wrap a.jump-btn {
	position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -25px;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	border-radius: 50%;
	background: #7ac142 url(../img/elem/arrow-down-white.png) 50% 50% no-repeat;
	color: #fff;
}
a.jump-btn:hover {
	background-color: #db1a5b;
}

.home-content {
	position: relative;
	width: 100%;
	background: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 140%;
}
.home-content .highlight-text {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
}
.home-content .highlight-text strong {
  color: #7ac142;
}
.home-content .col-2 {
  box-sizing: border-box;
  padding-left: 150px;
}
.home-content .col-2:first-child {
  padding-right: 164px;
  padding-left: 0;
}
.home-content .col-2:first-child:after {
  content: '';
  position: absolute;
  top: 60px;
  left: 48%;
  width: 288px;
  height: 438px;
  margin-left: -144px;
  background-image: url(../img/content/jumping-girl-circle.png);
  background-repeat: no-repeat;
}
.home-content .container {
  min-height: 438px;
  padding-bottom: 40px;
}

/* News panel */
.news-panel-title {
  text-align: center;
  background-color: #33c8ea;
}

.news-panel-title .container {
  padding-bottom: 140px;
}

.news-panel-title h2 {
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 130%;
}

.news-panel {
  margin-top: -120px;
}

.news-panel .container {
  padding-top: 0;
}

.news-panel h3 {
  margin-top: 10px;
  color: #00a9ef;
}
.news-panel h3 + p {
  margin-top: 10px;
}

/* Blog feed */
.content-panel .blog ul {
  margin: 40px 0;
}
.content-panel .blog ul li {
  margin-top: 15px;
}
.content-panel .blog ul li:first-child {
  margin-top: 0;
}
.content-panel .blog ul a {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  color: #363636;
}
.content-panel .blog ul a:hover {
  color: #2796BA;
}

.content-panel .blog a.more-link {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

/* Subscribe */
.subscribe {
  max-width: 431px;
  margin: 0 0 0 auto;
}
.subscribe .content-callout h3 {
  margin-bottom: 20px;
  padding: 0 15px;
}

.subscribe label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 100%;
}
.subscribe select {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 56px;
  margin-bottom: 15px;
  padding: 15px;
  background: none;
  border: 1px solid #4D8422;
  border-radius: 5px;
  outline: none;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 130%;
  color: #4D8422;
  font-weight: 300;
}
.subscribe select.error {
  border-color: #9F1F63;
}
.subscribe input[type="text"],
.subscribe input[type="email"] {
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  background: none;
  border: 1px solid #4D8422;
  border-radius: 5px;
  outline: none;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 100%;
  color: #4D8422;
  font-weight: 300;
}
.subscribe input[type="text"].error,
.subscribe input[type="email"].error {
  border-color: #9F1F63;
}
.subscribe select:focus,
.subscribe input[type="text"]:focus,
.subscribe input[type="email"]:focus {
  border-color: #fff;
}

.subscribe :-moz-placeholder {
  color: #4D8422;
}
.subscribe ::-moz-placeholder {
  color: #4D8422;
}
.subscribe :-ms-input-placeholder {
  color: #4D8422;
}
.subscribe ::-webkit-input-placeholder {
  color: #4D8422;
}
.subscribe ::placeholder {
  color: #4D8422;
}

.subscribe .hs-form-required {
  display: none;
}
ul.hs-error-msgs {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #9F1F63;
}
.subscribe ul.hs-error-msgs {
  display: none !important;
  margin: 5px 0 0 0;
}

.subscribe .button,
.subscribe a.button,
.subscribe input[type="submit"] {
  margin-top: 20px;
  padding: 15px 30px;
  background-color: #fff;
  color: #7ac142;
  border: 0;
  border-radius: 30px;
  outline: 0;
  text-transform: uppercase;
  cursor: pointer;
}
.subscribe .button:hover,
.subscribe a.button:hover,
.subscribe input[type="submit"]:hover {
  background-color: #eee;
}


/*===========================================================================
  Interior pages
===========================================================================*/

.page-wrap {
	position: relative;
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
	background: #fff;
	padding-top: 112px;
}

.main-content-intro {
  margin-bottom: 20px;
}

.sidebar {
	position: relative;
	z-index: 100000;
	float: right;
	max-width: 40%;
	margin: 0 0 30px 40px;
	padding: 0;
}
.sidebar.news-sidebar {
	box-sizing: border-box;
	width: 40%;
	margin-left: 0;
	padding-left: 40px;
}

.main-content {
	padding: 0 0 40px 0;
}
.main-content.news-content {
	width: 60%;
}

/* Page title */
.page-title-wrap,
.pledge-title-wrap {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
  text-align: center;
  border-bottom: 1px solid #b7b7b7;
}
.page-title-wrap img,
.pledge-title-wrap img {
  display: block;
  max-width: 100px;
  margin: 0 auto;
}
.page-title-wrap .page-title,
.pledge-title-wrap .pledge-title {
  position: relative;
  bottom: -18px;
  display: inline-block;
  max-width: 70%;
  margin: 0;
  padding: 0 40px;
  background-color: #fff;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 36px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Blockquote */
.main-content blockquote {
	clear: both;
	margin: 40px 0;
}
.main-content blockquote ul {
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 10px 0;
	border-top: 1px solid #d91b5c;
	border-bottom: 1px solid #d91b5c;
	font-size: 1em;
	line-height: 1.25em;
}
.main-content blockquote ul li {
	margin-top: 20px;
}
.main-content blockquote ul li:first-child {
	margin-top: 0;
}

/* Staff */
.staff-member img {
	float: left;
	margin: 0 20px 20px 0;
}

/* News */
#ctl00_ctl00_SiteBodyPlaceHolder_news_lstCategory, .newsCategories, #ctl00_ctl00_SiteBodyPlaceHolder_news_pnlSearch {
	display: none;
}
h4.newsTitle {
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 1.125em;
	color: #464648;
	font-weight: 500;
}
h4.newsTitle + p {
	margin-top: 5px;
}
.newsDate, .newsByline {
	font-weight: bold;
}
.newsByline {
	color: #db1a5b;
}

/* Site map */
.navTree table tr td {
	padding: 2px;
}

/* Content panels */
.panel-green {
  background-color: #7ac142;
}
.panel-dkgreen {
  background-color: #489533;
}
.callout-panel {
  padding: 0 20%;
  text-align: center;
	background-color: #39c7ee;
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 150%;
  background-image: url(../img/bg/chart-lines.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* Callouts */
.content-callout-wrap {
  float: right;
  width: 45%;
  margin-left: 40px;
  margin-bottom: 40px;
}

.content-callout {
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding-top: 100%;
  border-radius: 50%;
  background-color: #00a8e9;
  color: #fff;
}
.subscribe .content-callout {
  margin-top: 0;
  background-color: #7ac142;
}
.content-callout:after {
  content: '';
  position: absolute;
  top: -22px;
  right: 10px;
  width: 98px;
  height: 98px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.content-callout.content-callout-pledge:after {
  background-image: url(../img/pledge/icon/pledge-hand.png);
}
.content-callout.content-callout-blog:after {
  background-image: url(../img/elem/callout-icon-blog.png);
}
.content-callout h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 130%;
  color: #fff;
}
.content-callout hr {
  width: 100%;
  max-width: 140px;
  height: 1px;
  margin: 20px auto;
  border: 0;
  background-color: #3ac8ff;
}
.content-callout .highlight-text {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 130%;
  font-family: 'Roboto Slab', serif;
  color: #fff;
}
.content-callout a {
    color: #fff;
    text-decoration: underline;
}
.content-callout a.button {
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
}
.content-callout-inner {
  box-sizing: border-box;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  margin: 0 auto;
  padding: 20% 15%;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 130%;
}

/* Secondary content */
.secondary-content {
	margin-top: 40px;
}

/* Healthy Places infographic */
.circle-audiences {
	min-height: 390px;
	margin: 20px auto 40px auto;
	background-image: url(../img/elem/pledge-audiences-arrows.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}
	.no-svg .circle-audiences:before {
		background-image: url(../img/elem/pledge-audiences-arrows.png);
	}
.circle-audiences-content {
    box-sizing: border-box;
    width: 342px;
    height: 342px;
    margin: 0 auto;
    padding: 64px 60px 50px 60px;
    text-align: center;
    border-radius: 50%;
    background-color: #00A8E9;
    color: #fff;
}
.circle-audiences-content ul {
    list-style: none;
    margin: 25px 0 0 0;
    padding: 0;
}
.circle-audiences-content ul li {
	margin: 10px 0 0 0;
    padding: 0;
    letter-spacing: 0.05em;
}
.circle-audiences-content h2 {
	font-family: 'Roboto Slab', serif;
    font-size: 24px;
	font-size: 1.5rem;
    line-height: 1;
    color: #fff;
}
.circle-audiences-content h2 .subtitle {
    display: block;
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

/*===========================================================================
  Pledge content
===========================================================================*/

/* Feature content */
.feature-content {
	position: relative;
	z-index: 100;
	padding-top: 122px;
	background: #fff;
	text-align: center;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 130%;
}
.feature-content .container {
	padding: 120px 0 80px 0;
	max-width: 350px;
	min-height: 260px;
}

.feature-content .callout {
  position: absolute;
  top: 60px;
  left: -347px;
}
.feature-content .callout img {
  display: block;
}

.feature-content .feature-img {
  position: absolute;
  top: -20px;
  right: -400px;
}
.feature-content .feature-img img {
  display: block;
}

.feature-content .callout p, .feature-content .feature-img p {
  margin: 0;
}

.pledge {
  padding: 60px 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 130%;
  text-align: center;
}
.pledge.interior {
  padding: 0;
}

.pledge.interior .container {
  max-width: 1200px;
}
.pledge.audiences .container {
  min-height: 350px;
  padding-top: 0;
}

.pledge h1, .pledge h2 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 130%;
}
.pledge.audiences h2 {
  font-size: 30px;
  color: #434345;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}

.pledge h2 img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.pledge-icons {
  margin-top: 20px;
}

.pledge-icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 160px;
  margin: 20px;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 100%;
}
  .pledge.interior .pledge-icon {
    width: 120px;
    margin: 10px;
  }
  .pledge.audiences .pledge-icon {
    width: 140px;
    margin: 10px 5px;
  }
.pledge-icon a {
  color: #fff;
}
  .pledge.audiences .pledge-icon a {
    color: #434345;
    font-weight: 700;
  }
.pledge-icon a:hover {
  text-decoration: none;
}
.pledge-icon .toggle {
	display: none;
}
.pledge-icon .badge {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 160px;
  height: 160px;
  margin: 0 auto 20px auto;
  border-radius: 50%;
  background-color: #fff;
  border: 5px solid #fff;
  box-shadow: inset 0 0 0 2px transparent;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-backface-visibility: hidden;
}
  .pledge.audiences .pledge-icon .badge {
    box-shadow: 0 0 0 1px #7ac142;
    border: 0;
  }
  .pledge.interior .pledge-icon .badge {
    width: 120px;
    height: 120px;
  }
.pledge-icon .badge .badge-img {
  display: table-cell;
  vertical-align: middle;
}
.pledge-icon .badge img {
  display: block;
  max-width: 88px;
  margin: 0 auto;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-backface-visibility: hidden;

}
  .pledge.interior .pledge-icon .badge img {
    max-height: 60px;
  }
.pledge-icon .badge:hover {
  box-shadow: inset 0 0 0 2px #3abcee;
  transform: scale(1.1);
}
  .pledge.audiences .pledge-icon .badge:hover {
    box-shadow: 0 0 0 2px #3abcee;
  }
.pledge-icon .badge:hover img {
  transform: scale(1.1) translateZ(0);
}

.pledge.audiences .pledge-icon ul {
  display: none;
  box-sizing: border-box;
  list-style: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  width: 100%;
  margin: 0;
  padding: 5px 2px;
  text-align: center;
  background-color: #fff;
}
.pledge.audiences .pledge-icon:hover ul {
  display: block;
}
.pledge.audiences .pledge-icon ul li {
  margin: 5px 0;
  padding: 0;
}
.pledge.audiences .pledge-icon ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 400;
  text-transform: none;
}
.pledge.audiences .pledge-icon ul li a:hover {
  color: #3abcee;
}

/* Social */
.social {
  text-align: center;
}
.social a.social-link {
  color: #fff;
}
.social .social-link img {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

/* Feature CTA */
.feature-cta {
  position: relative;
  background-image: url(../img/pledge/bg/kids-running.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 130%;
}

.feature-cta .container {
  padding-top: 200px;
  padding-bottom: 150px;
}

.feature-cta-logo {
  position: absolute;
  bottom: 80px;
  right: 0;
}

.feature-cta h2 {
  max-width: 580px;
  margin: 0 auto;
  font-size: 40px;
  line-height: 100%;
  text-transform: none;
  font-weight: normal;
}

.feature-cta p {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

/* Page CTA */
.page-cta {
  padding: 20px 0;
  background-color: #ececec;
  text-align: center;
}

.page-cta #mc_embed_signup {
  max-width: 800px;
  margin: 0 auto;
}

.page-cta label {
  display: block;
  margin-bottom: 5px;
  text-align: left;
}
.page-cta select {
  height: 58px;
}
.page-cta input[type="submit"] {
	margin-top: 20px;
}

/* Content CTA */
.content-cta,
.is-style-content-cta {
  clear: both;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #b7b7b7;
  font-size: 16px;
  font-size: 1rem;
  line-height: 130%;
}
.main-content h2 + p.is-style-content-cta,
.main-content h3 + p.is-style-content-cta {
  margin-top: 60px;
}
.content-cta strong,
.is-style-content-cta strong {
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 130%;
  color: #00a8e9;
}
.content-cta a,
.is-style-content-cta a,
.main-content .content-cta a,
.main-content .is-style-content-cta a {
  text-decoration: none;
}

/* Download the pledge */
.download-wrap {
  position: relative;
  margin: 0 60px 70px 40px;
}

.download {
  position: absolute;
  bottom: -70px;
  right: -70px;
  max-width: 140px;
  margin: 20px 10px 20px 40px;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 130%;
  color: #666666;
  text-align: center;
}

.download a {
  color: #666666;
}
.main-content .download a {
  text-decoration: none;
}
.download a:hover {
  text-decoration: underline;
  color: #666;
}

.download .download-btn {
  display: table;
  table-layout: fixed;
  width: 140px;
  height: 140px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: #00a8e9;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.download .download-btn:hover {
  background: #d91b5c;
}
.download .download-btn a {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 10px 0 10px;
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  line-height: 130%;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.download .download-btn a em {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
}

/* Pledge embed badge */
textarea.pledge-embed {
  display: block;
  width: 90%;
  padding: 5%;
  min-height: 150px;
  border: 0;
  background-color: #eee;
  font-size: 14px;
  line-height: 130%;
}
textarea.pledge-embed:focus {
  outline: none;
  box-shadow: inset 0 0 20px #ccc;
}

/* Pledge steps */
#pledge-steps {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b7b7b7;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 130%;
  font-weight: 400;
}

.pledge-step a, .main-content .pledge-step a {
  color: #464648;
  text-decoration: none;
}
.pledge-step:hover a, .pledge-step.active a {
  color: #db1a5b;
}

.pledge-step-img {
    background-size: 100%;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    display: block;
    width: 130px;
    height: 130px;
    margin: 0 auto 10px auto;
}
.pledge-step:hover .pledge-step-img, .pledge-step.active a .pledge-step-img {
  background-position: 50% 0;
}

.step-1 .pledge-step-img {
    background-image: url(../img/pledge/elem/step-1.png);
}
.step-2 .pledge-step-img {
    background-image: url(../img/pledge/elem/step-2.png);
}
.step-3 .pledge-step-img {
    background-image: url(../img/pledge/elem/step-3.png);
}
.step-4 .pledge-step-img {
    background-image: url(../img/pledge/elem/step-4.png);
}
.step-5 .pledge-step-img {
    background-image: url(../img/pledge/elem/step-5.png);
}

/* Pledge steps list */
.step-list, .main-content ul.step-list {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.main-content ul.step-list li {
  margin-bottom: 5px;
}
.step-list strong {
  display: inline-block;
  margin-right: 5px;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  font-weight: 700;
}

/* Resources panel */
.feature-resources {
  text-align: center;
  background-color: #ececec;
}
.feature-resources.panel-green {
  background-color: #7ac142;
}
.feature-resources h2 {
  margin-bottom: 0;
  font-family: 'Roboto Slab', serif;
}
.feature-resources h2 + p {
  margin-top: 10px;
}
.feature-resources .featured-news-img img {
  border-radius: 50%;
}

.resources-panel {
  margin-top: 40px;
  text-align: center;
}
.resources-panel .resource {
  display: inline-block;
  vertical-align: top;
  max-width: 28%;
  margin: 0 2%;
}
.resources-panel .resource img {
  max-width: 180px;
}

.resources-panel .featured-news-item {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  padding: 0 20px;
}
.resources-panel .featured-news-description,
.resources-panel .featured-news-date {
  display: none;
}
a.featured-news-img:hover img {
  opacity: 0.9;
}
.resources-panel .featured-news-item p,
.resources-panel h5.featured-news-title {
  margin-top: 5px;
}
.resources-panel .featured-news-item p:first-child {
  margin-top: 0;
}

.more-btn {
  position: relative;
  display: block;
  text-indent: -9999px;
  width: 180px;
  height: 0;
  padding-top: 100%;
  border-radius: 50%;
  background-color: #fff;
}
.more-btn:hover {
  background-color: #00a8e9;
}
.more-btn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 26px;
  margin: -13px 0 0 -8px;
  text-indent: 0;
  background-image: url(../img/pledge/elem/arrow-right-pink.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
  .no-svg .more-btn:after {
    background-image: url(../img/pledge/elem/arrow-right-pink.png);
  }

.col-3 h2 a {
  color: #00A8E9;
  text-decoration: none;
}
.col-3 h2 a:hover {
  color: #db1a5b;
}

/* Pledge form */
.pledge-form {
  padding: 20px 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 130%;
  text-align: center;
}

.pledge-modal {
  display: none;
}
/* .pledge-modal .form {
  display: none;
} */
.pledge-modal-bg {
  position: fixed;
  z-index: 1042000;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(122,193,64,0.98);
}
.pledge-modal .mfp-wrap {
	overflow-y: auto;
}
.pledge-modal button.close {
  position: fixed;
  top: 20px;
  right: 20px;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 104600;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.pledge-form-overlay {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
}

.pledge-form-overlay .form {
  margin-top: 30px;
}
.pledge-form-overlay .hs-form fieldset {
  max-width: inherit;
}
.pledge-form-overlay .form input[type="text"],
.pledge-form-overlay .form input[type="email"],
.pledge-form-overlay .form input[type="tel"],
.pledge-form-overlay .form textarea,
.pledge-form-overlay .form select {
  box-sizing: border-box;
  width: 100%;
}
.pledge-form-overlay .form input[type="text"].error,
.pledge-form-overlay .form input[type="email"].error,
.pledge-form-overlay .form input[type="tel"].error,
.pledge-form-overlay .form textarea.error,
.pledge-form-overlay .form select.error{ 
  border-color: #9F1F63;
}
.pledge-form-overlay .form input[type="submit"] {
  margin-top: 20px;
  padding: 15px 40px;
  border-radius: 30px;
  border: 0;
  outline: none;
  background-color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  color: #7ac142;
  text-transform: uppercase;
  cursor: pointer;
}
.pledge-form-overlay .form input[type="submit"]:hover {
  background-color: #eee;
}
.pledge-form-overlay ul.hs-error-msgs {
  display: block;
  float: none;
  width: auto;
  margin: 0 0 10px 0;
}
.submitted-message {
  margin-top: 40px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  color: #333;
}

/*===========================================================================
  Pledge Resources
===========================================================================*/
.page-wrap.resources-wrap .container {
  max-width: 1000px;
}

.resources {
  text-align: center;
}

.resources .resource {
  display: inline-block;
  vertical-align: top;
  max-width: 28%;
  margin: 30px 2% 0 2%;
}
.categories .resource a {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 120%;
  color: #00a8e9;
  font-weight: 500;
  text-decoration: none;
}
.categories .resource a:hover {
  color: #d91b5c;
}
.resource a:hover img {
  opacity: 0.8;
}

/* Search */
.search-panel {
  margin: 20px 0 0 0;
  padding: 40px;
  background-color: #7ac142;
  text-align: center;
}

.search-panel h2 {
  position: relative;
  margin: 0 0 20px 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 100%;
  font-family: 'Roboto Slab', serif;
  color: #fff;
}

.help-info {
  /*position: absolute;
  top: 8px;*/
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
  padding-left: 18px;
  background-image: url(../img/icon/info-small.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  font-family: 'Roboto', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}
.help-info:hover {
  color: #2796BA;
}
.help-info-content {
  display: none;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #6dad3a;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  color: #fff;
  text-align: left;
}

.resource-search {
  text-align: left;
}
.resource-search:before,
.resource-search:after {
  content: " ";
  display: table;
}
.resource-search:after {
  clear: both;
}

.resource-search .search-fields {
  float: left;
  width: 86%;
}
.resource-search .search-fields:before,
.resource-search .search-fields:after {
  content: " ";
  display: table;
}
.resource-search .search-fields:after {
  clear: both;
}

.resource-search .search-submit {
  float: right;
  width: 13%;
  text-align: right;
}

.resource-search select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 24.25%;
  height: 56px;
  margin-right: 1%;
  padding: 10px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 130%;
  color: #4A7D22;
}

.resource-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 24.25%;
  height: 56px;
  padding: 10px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 34px;
  color: #4A7D22;
}

.resource-search input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 56px;
  height: 56px;
  background: #fff;
  border: 0;
  outline: 0;
  border-radius: 50%;
  text-indent: -9999px;
  background-image: url(../img/pledge/icon/search.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 28px 28px;
}
.no-svg .resource-search input[type="submit"] {
  background-image: url(../img/pledge/icon/search.png);
}
.resource-search input[type="submit"]:hover {
  background-color: #eee;
}

.search-clear {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  text-align: right;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 100%;
}
.search-clear a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.search-clear a:hover {
  text-decoration: underline;
}

/* Listing */
.resources-list {
  margin-top: 5px;
  text-align: left;
}

.resource-item {
  position: relative;
  background-color: #e8e8e8;
  cursor: pointer;
}
.resource-item:nth-child(even) {
  background-color: #fafafa;
}
.resource-item:hover, .resource-item:nth-child(even):hover {
  background-color: #fff;
}

.resource-item:before,
.resource-item:after {
  content: " ";
  display: table;
}
.resource-item:after {
  clear: both;
}

.resource-item .resource-item-category,
.resource-item .resource-item-content {
  box-sizing: border-box;
  float: left;
}
.resource-item .resource-item-category {
  width: 10%;
  padding: 30px 0 20px 20px;
}
.resource-item .resource-item-content {
  width: 60%;
  padding: 30px 20px 30px 10px;
}

.resource-item .resource-item-link {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  padding: 30px 20px;
  background-color: #ececec;
  border-left: 1px solid #fff;
}
.resource-item:nth-child(even) .resource-item-link {
  background-color: #fafafa;
}
.resource-item:hover .resource-item-link, .resource-item:nth-child(even):hover .resource-item-link {
  background-color: #fff;
}

.resource-item .resource-item-link a {
  display: inline-block;
  padding-right: 20px;
  background-image: url(../img/pledge/elem/arrow-right-gray.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  color: #424244;
  text-decoration: none;
}

.resource-item h3 {
  margin: 0;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-size: 1rem;
  color: #43880c;
}
.resource-item h3 .subtitle {
  font-size: 14px;
  font-size: 0.875rem;
  color: #424244;
  font-weight: 300;
  text-transform: uppercase;
}
.resource-item p {
  margin-top: 5px;
}

.resource-item .resource-item-category img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 10px;
}

.paging {
  position: relative;
  padding: 20px;
  background-color: #8e8e90;
  text-align: center;
  color: #fff;
  line-height: 30px;
}
.paging .current-page {
  position: absolute;
  max-width: 20%;
  top: 20px;
  left: 20px;
  text-align: left;
}
.paging .paging-nav {
  padding: 0 22%;
}
.paging .paging-nav .pages {
  display: inline-block;
  vertical-align: middle;
  max-width: 84%;
}
.paging .paging-nav .pages a {
  display: inline-block;
  width: 30px;
  margin: 0 2px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.paging .paging-nav .pages a:hover,
.paging .paging-nav .pages a.active {
  background-color: #fff;
  border-radius: 50%;
  color: #db1a5b;
}
.paging .paging-nav .previous, .paging .paging-nav .next {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
}
.paging .paging-nav .previous:after, .paging .paging-nav .next:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 15px;
  margin: -7.5px 0 0 -4.5px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.paging .paging-nav .previous:hover, .paging .paging-nav .next:hover {
  background-color: #db1a5b;
  border-radius: 50%;
}
.paging .paging-nav .previous:after {
  background-image: url(../img/pledge/elem/arrow-left-white.svg);
}
  .no-svg .paging .paging-nav .previous:after {
    background-image: url(../img/pledge/elem/arrow-left-white.png);
  }
.paging .paging-nav .next:after {
  background-image: url(../img/pledge/elem/arrow-right-white.svg);
}
  .no-svg .paging .paging-nav .next:after {
    background-image: url(../img/pledge/elem/arrow-right-white.png);
  }

/* Detail */
.resource-category-list h3 {
  color: #363636;
}
.resource-category-list ul {
    margin-top: 0;
}
.resource-category-list img {
  margin: 0 10px 10px 0;
}

.resource-related {
  margin-top: 20px;
}
.resource-related .resource-category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.resource-related .resource-category-list li {
  margin: 10px 0;
  padding: 0;
}
.resource-related .resource-category-list li a {
  text-decoration: none;
  color: #555;
  font-weight: bold;
}
.resource-related .resource-category-list li a:hover {
  text-decoration: underline;
  color: #d91b5c;
}
.resource-related .resource-category-list li img {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.resource-details h2 {
  margin-bottom: 5px;
}

.resource-description {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 130%;
}

.resource-date {
  font-size: 90%;
  line-height: 130%;
  font-style: italic;
}

.resource-back-link {
	clear: both;
  margin-top: 40px;
  padding-top: 10px;
  border-top: 1px solid #eee;
  text-align: center;
}

.resource-back-link a {
  padding-left: 20px;
  background-image: url(../img/pledge/elem/arrow-left-gray.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 130%;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
  color: #555;
}
.resource-back-link a:hover {
  text-decoration: underline;
}

/*===========================================================================
  Blog
===========================================================================*/
.page-wrap.blog-wrap .container {
	max-width: 1000px;
}

/*===========================================================================
  Search
===========================================================================*/
/*----------------------------------------
  Search panel
------------------------------------------*/
.search-form {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
.search-form:first-child {
  margin-top: 0;
}
.search-form:last-child {
  margin-bottom: 0;
}

.search-form__field {
  box-sizing: border-box;
  flex-grow: 1;
  display: block;
  width: 100%;
  min-height: 60px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 20px 0 0 20px;
  background-color: #fff;
  text-indent: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 40px;
}

.search-form__submit {
  box-sizing: border-box;
  flex-shrink: 0;  
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  background: #d91b5c url(../img/icon/icon-search.png) 50% 50% no-repeat;
  border: 0;
  border-radius: 0 20px 20px 0;
  color: #fff;
  text-indent: -99999px;
  -webkit-appearance: none;
  cursor: pointer;
}

@media (max-width: 480px) {
  .search-panel__form {
    display: block;
  }
  
  .search-form__field {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

/*----------------------------------------
  Search results
------------------------------------------*/
.site-search {
  margin-top: 15px;
}

.site-search__label {
  margin-bottom: 30px;
  font-style: italic;
}

.site-search__result {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}

.site-search__title {
  margin: 0 0 5px 0;
  font-weight: 600;
}

/*===========================================================================
  WordPress
===========================================================================*/
/*------------------------------------
  Pagination
--------------------------------------*/
.nav-links {
  margin-top: 40px;
  text-align: left;
}

.nav-links .page-numbers {
  display: inline-block;
  vertical-align: middle;
  min-width: 20px;
  margin: 0 5px 0 0;
  padding: 10px;
  text-align: center;
  border: 1px solid #d91b5c;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  color: #d91b5c;
}
.nav-links .page-numbers[disabled],
.nav-links .page-numbers.current {
  pointer-events: none;
  border-color: transparent;
  color: #d91b5c;
}
.nav-links .page-numbers .prev {
  margin-right: 10px;
}
.nav-links .page-numbers .next {
  margin-left: 10px;
}

.nav-links a {
  transition: all 0.2s ease-in-out;
}
.nav-links a:hover {
  border-color: #d91b5c;
  background-color: #d91b5c;
  color: #fff;
}

/*----------------------------------------
  Images
------------------------------------------*/
.wp-block-image,
.wp-caption {
  width: auto;
  margin: 30px 0;
}

.wp-block-image a,
.wp-caption a {
  display: inline-block;
}

.wp-block-image img,
.wp-caption img {
  display: block;
  margin: 0;
}

.wp-caption {
  width: auto !important;
}

.wp-element-caption,
.wp-block-image figcaption {
  display: block;
  width: 100%;
  margin: 15px 0 0 0;
}

.wp-caption-text {
  margin-top: 15px;
}

/* Alignment */
.aligncenter,
.alignleft,
.alignright {
  display: block;
  width: auto;
  margin: 30px auto;
}

.aligncenter img {
  margin: 0 auto;
}

img.aligncenter {
  max-width: 100%;
}

.alignleft,
.alignright {
  max-width: 40%;
}

.alignleft {
  clear: left;
  float: left;
  margin-right: 40px;
}

.alignright {
  clear: right;
  float: right;
  margin-left: 40px;
}

@media (max-width: 480px) {
  .alignleft,
  .alignright {
    float: none;
    margin: 30px 0;
  }
}

/* Accessibility */
.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

/*----------------------------------------
  Videos
------------------------------------------*/
.wp-block-embed {
  // max-width: 800px;
  margin: 30px 0;
  @include first-last-margin;
  padding: 0;
}

.video-wrap,
.wp-block-embed__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 56.25%; // 16:9 Aspect Ratio

  .wp-embed-aspect-9-16 & {
    padding-bottom: 177%; // 9:16 Aspect Ratio
  }

  & iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto;
  }
}

/*===========================================================================
  Components
===========================================================================*/

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042000;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043000;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 98%;
  margin: 0 auto;
  text-align: left;
  z-index: 1045000; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044000; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046000;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media (max-width: 800px) and (orientation: landscape), (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


/* ANIMATIONS */
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}


/*===========================================================================
  Media Queries
===========================================================================*/

@media (min-width: 1801px) {
  .page-wrap {
    width: 98%;
  } 
}

@media (min-width:1400px) {
  .page-wrap.resources-wrap .container,
  .page-wrap.blog-wrap .container {
    max-width: 1200px;
  }
  .resource-search .search-fields {
    width: 89%;
  }
  .resource-search .search-submit {
    width: 10%;
  }
}

@media (min-width: 1600px) {
  #page-header:before {
    width: 26%;
  }
  .logo {
    width: 28%;
  }
  .header-inner:before {
    width: 8%;
    left: 26%;
  }
}

@media (max-width: 1400px) {
	.banner-content {
		padding-left: 15%;
		padding-right: 15%;
	}
}

@media (max-width:1280px) {
  #page-header:before {
    width: 20%;
  }
  .header-inner:before {
    left: 20%;
  }
  .logo {
    width: 22%;
  }
  #page-header:after,
  .nav-wrap {
    width: 68%;
  }
  #page-header:after {
    width: calc(68% + 1px);
  }

  .page-wrap .container {
    max-width: 660px;
  }
  .pledge-form .container {
    max-width: 880px;
  }
  .page-wrap .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .page-wrap .container .main-content {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .sidebar {
    float: none;
    width: 100%;
    max-width: inherit;
    margin: 20px 0;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .page-wrap .container .content-callout-wrap {
    float: none;
    width: 100%;
    max-width: 400px;
    margin: 60px auto 20px auto;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .pledge-step-img {
    width: 100px;
    height: 100px;
  }

  .page-wrap .container .right.download-wrap {
    max-width: 40%;
  }

  .resource-item .resource-item-category {
    width: 14%;
  }
  .resource-item .resource-item-content {
    width: 56%;
  }

}

@media (max-width:1160px) {
  .feature-content .callout {
    left: -324px;
  }
  .feature-content .feature-img {
      top: -20px;
      right: -328px;
  }
  .feature-content .feature-img img {
      max-width: 400px;
  }
}

@media (max-width: 1120px) {
	.pledge-cta-img {
    top: 4px;
    max-width: 250px;
	}
  
  .header-info .social-icon {
    display: none;
  }

	.callout p {
		font-size: 1em;
	}

  .home-content .container {
    min-height: 404px;
  }
  .home-content .col-2:first-child {
    padding-right: 120px;
  }
  .home-content .col-2 {
    padding-left: 120px;
  }
  .home-content .col-2:first-child:after {
    left: 49%;
    width: 240px;
    height: 364px;
    margin-left: -120px;
    background-size: cover;
  }
  .home-content .highlight-text {
    font-size: 16px;
    font-size: 1rem;
  }
  .home-content h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 1024px) {
	.button {
	  padding: 15px 20px;
	}

  .container {
    padding: 40px 0;
  }

  .header-info {
    position: absolute;
    bottom: -87px;
    right: 120px;
  }
  .nav-wrap {
    position: relative;
    top: 0;
    width: 100%;
  }

	.nav-img {
		right: 1%;
	}

	.banner-content {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 180px;
    padding-bottom: 60px;
		background-position: 50% 70px;
		background-size: cover;
	}

	.featured-news {
		background: none;
		padding-left: 0;
	}

	.pledge-cta-img {
		top: 20px;
		max-width: 220px;
	}

  .feature-content .callout {
    top: 80px;
    left: -250px;
      max-width: 260px;
  }
  .feature-content .feature-img {
      top: 40px;
      right: -228px;
  }
  .feature-content .feature-img img {
      max-width: 300px;
  }

  .feature-cta .container {
    padding: 40px 0;
  }
  .feature-cta-logo {
    position: relative;
    bottom: inherit;
    right: inherit;
    margin-bottom: 20px;
  }
  .feature-cta-logo img {
    max-height: 160px;
  }

  .sidebar img {
    display: block;
    margin: 0 auto;
  }

  .page-cta {
    padding: 0;
  }
  .resources-panel .featured-news-item {  
    font-size: 16px;
    font-size: 1rem;
    line-height: 130%;
  }

  .resource-search .search-fields {
    width: 82%;
  }
  .resource-search .search-submit {
    width: 18%;
  }

  .callout-panel {
    padding: 0;
  }

  .pledge.audiences .container {
    padding-bottom: 60px;
  }
  .pledge.audiences .pledge-icon {
    margin: 10px;
  }
  .pledge.audiences .pledge-icon:hover ul {
    display: none;
  }
  .pledge.audiences .pledge-icon.open ul {
    position: relative;
    display: block;
    border: 1px solid #eee;
    border-top: 0;
  }
  .pledge.audiences .pledge-icon ul li {
    margin: 15px 0;
  }

  .pledge.audiences .pledge-icon {
    position: relative;
    width: 200px;
    margin-bottom: 20px;
  }
  .pledge.audiences .pledge-icon > a {
    display: block;
    background-color: #eee;
    padding: 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
  }
  .pledge.audiences .pledge-icon > a.badge {
    display: table;
    margin-bottom: 10px;
    background-color: transparent;
  }
  .pledge.audiences .pledge-icon > a:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 8px;
    margin-left: 5px;
    margin-bottom: 2px;
    background-image: url(../img/elem/arrow-down-pink.svg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
  }
  .pledge.audiences .pledge-icon > a.badge:after {
    display: none;
  }
  .pledge.audiences .pledge-icon .toggle {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 939px) {
  #page-header:before {
    width: 24%;
  }
  .logo {
    width: 26%;
  }
  #page-header:after {
    width: 62%;
    width: calc(62% + 1px);
  }
  .header-inner:before {
    left: 24%;
    width: 14%;
  }

	.col-2, .col-2:first-child, .home-content .col-2 {
		float: none;
		width: 100%;
		margin: 40px 0 0 0;
	}
	.col-2:first-child {
		margin-top: 0;
	}

  .home-content .col-2 {
    margin: 40px 0 0 0;
    padding: 0 300px 0 0;
  }
  .home-content .col-2:first-child {
    margin-top: 0;
    padding: 0 300px 0 0;
  }
  .home-content .col-2:first-child:after {
    top: 80px;
    left: inherit;
    right: 0;
    width: 288px;
    height: 438px;
    margin-left: -144px;
  }

  .subscribe {
    margin: 0 auto;
  }

	.credit .footer-links, .credit .site-author {
		float: none;
		width: 100%;
		text-align: center;
	}
	.credit .footer-links {
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
	/*img {
		display: block;
		margin: 0 auto;
	}*/

	h1 {
		font-size: 1.125em;
	}

	.wrap {
		width: 100%;
	}
	.credit .wrap {
		width: 90%;
	}
	.col-3, .col-3.span2, .col-3:first-child {
		float: none;
		width: 90%;
		margin: 0 5% 20px 5%;
	}

	a.button.login, .footer-links a.button.login {
		width: 22px;
		height: 22px;
		padding: 5px;
		background-position: 50% 50%;
	}
	a.button.login .button-text {
		display: none;
	}

  .news-panel {
    text-align: center;
  }
  .news-panel .col-3, .news-panel .col-3:first-child {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .banner-content {
    font-size: 16px;
    font-size: 1rem;
  }
  .banner-content h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }

	.breadcrumbs {
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
	}
	.breadcrumbs ul {
		margin: 0;
	}

	.sidebar, .sidebar.news-sidebar, .main-content, .main-content.news-content {
		float: none;
		width: 100%;
		max-width: inherit;
		padding: 0;
		margin: 20px 0;
	}
  .main-content.full {
    margin-bottom: 0;
  }
	.page-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		justify-content: flex-end;
	}
  .page-wrap.full .container {
    padding-bottom: 40px;
  }
	.page-content .main-content {
	    -webkit-order: 1;
	    -ms-flex-order: 1;
	    order: 1;
	}
	.page-wrap .sidebar, .page-wrap .sidebar.news-sidebar {
	    -webkit-order: 2;
	    -ms-flex-order: 2;
	    order: 2;
	}

	.sidebar img {
		margin: 20px auto;
	}

	.featured-news {
		padding-left: 5%;
		padding-right: 5%;
	}
	.footer .col-3, .col-3.span2, .footer .col-3.span2, .col-3:first-child, .footer .col-3:first-child {
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
	}
}

@media (max-width: 767px) {
	ul.twocol-list li,
  ul.is-style-twocol-list li {
    float: none;
    width: inherit;
    padding: 0;
  }

  #page-header:before {
    width: 28%;
  }
  .logo {
    width: 26%;
    margin-left: 2%;
    padding-top: 17px;
  }
  .logo img {
    max-height: 58px;
  }
  #page-header:after {
    width: 48%;
    width: calc(48% + 1px);
  }
  .header-inner:before {
    left: 28%;
    width: 24%;
  }

  .col-3, .col-4 {
    float: none;
    width: 100%;
    margin: 20px 0;
  }

  .resources .categories .col-3 {
    float: left;
    width: 30.6666667%;
    margin-left: 4%;
  }
  .resources .categories .col-3:first-child {
    margin-left: 0;
  }

  .hide-sm {
    display: none !important;
  }

  .home-content .col-2,
  .home-content .col-2:first-child {
    padding: 0;
  }
  .home-content .col-2:first-child:after {
    display: none;
  }

  .feature-content {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 150%;
    font-family: 'Roboto Slab', serif;
  }
  .feature-content .container {
    max-width: inherit;
    min-height: inherit;
    padding: 20px 0 40px 0;
  }
  .feature-content .feature-img {
    display: none;
  }
  .feature-content .callout {
    display: none;
    position: relative;
    top: inherit;
    left: inherit;
    margin-top: 20px;
    max-width: inherit;
  }
  .feature-content .callout img {
    margin: 0 auto;
  }
  .feature-content a.jump-btn {
    display: none;
  }

  .feature-resources {
    padding: 0;
  }

  .pledge {
    padding: 0;
  }

  .pledge h1, .pledge h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 130%;
  }
  .pledge.audiences h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }

  .pledge-icon {
    width: 130px;
  }
  .pledge-icon .badge {
    width: 130px;
    height: 130px;
  }

  #pledge-steps {
    display: none;
  }

  .pledge-form h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 130%;
  }

  .feature-cta h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 130%;
  }

  .form-item-container-left, .form-item-container-right {
    float: none;
    width: 100%;
  }

  .resources-panel .featured-news-item {
    width: 32%;
    margin: 20px 0;
  }
  .resources-panel .featured-news-item.more {
    display: block;
    width: 100%;
  }
  .resources-panel .featured-news-item.more a.more-btn {
    display: none;
  }
  .resources-panel .featured-news-item.more a {
    display: inline-block;
    padding: 15px 40px;
    background: #d91b5c;
    border: 0;
    outline: none;
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
  }

  .search-panel {
    padding: 20px;
  }
  .resource-search .search-fields {
    width: 84%;
  }
  .resource-search .search-submit {
    width: 15%;
    text-align: center;
  }
  .search-clear {
    margin: 0;
  }
  .resource-search select, .resource-search input[type="text"] {
    width: 48%;
    margin: 0 1% 2% 1%;
  }

  .resources-panel .resource {
  	max-width: 44%;
  }

  .paging .current-page {
    position: relative;
    top: inherit;
    left: inherit;
    display: block;
    max-width: inherit;
    margin-bottom: 10px;
    text-align: center;
  }
  .paging .paging-nav {
    padding: 0;
  }

  .content-panel .blog ul {
    margin: 20px 0;
  }
  .content-panel .blog ul li {
    margin-top: 10px;
  }

  .page-cta .hs_hs_persona, .page-cta .hs_email {
  	float: none;
  	width: 100%;
  }
  .page-cta .hs_hs_persona {
    margin-bottom: 20px;
  }

  .circle-audiences {
  	min-height: 342px;
  }
}

@media (max-width: 600px) {
  .right, .left {
    display: block;
    float: none;
    max-width: inherit;
    margin: 20px auto;
  }

	.header-info a.social-icon {
		display: none;
	}

  .page-wrap .container .right.download-wrap {
    float: right;
    margin: 0 0 20px 20px;
  }
  .download-wrap img {
    display: none;
  }
  .download {
    position: relative;
    bottom: inherit;
    right: inherit;
    margin: 0;
  }

  .pledge-icon {
    width: 120px;
    margin: 10px;
  }
  .pledge-icon .badge {
    width: 120px;
    height: 120px;
  }
  .pledge-icon .badge img {
    max-width: 60px;
  }

  .pledge h2 img {
    display: block;
    margin: 0 auto 20px auto;
  }

  .circle-audiences {
  	background-image: none;
  }
}

@media (max-width:580px) {
  .page-title-wrap,
  .pledge-title-wrap {
    padding: 0;
    margin-bottom: 0;
    padding: 0 0 10px 0;
  }
  .page-title-wrap .page-title,
  .pledge-title-wrap .pledge-title {
  	max-width: inherit;
    bottom: 0;
    vertical-align: middle;
    padding: 0;
    font-size: 26px;
    font-size: 1.625rem;
  }
  .page-title-wrap img,
  .pledge-title-wrap img {
    display: inline-block;
    vertical-align: middle;
	  max-width: 40px;
	  margin-right: 5px;
  }
}

@media (max-width: 480px) {
  h2, .home-content h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 130%;
  }
  h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 130%;
  }

  #page-header:before {
    width: 40%;
  }
  .logo {
    width: 38%;
    margin-left: 2%;
    padding-top: 17px;
  }
  .logo img {
    max-height: 58px;
  }
  #page-header:after {
    width: 32%;
    width: calc(32% + 1px);
  }
  .header-inner:before {
    left: 40%;
    width: 28%;
  }

  .header-info {
    right: 60px;
  }

	.sitemap-link {
		display: block;
		margin-top: 20px;
	}

	.pledge-cta {
		padding-right: 0;
	}
	.pledge-cta-img {
		display: none;
	}

  .feature-content, .callout-panel {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 130%;
  }

  .callout-panel .button {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .download, .download .download-btn a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 130%;
  }
  .download .download-btn {
    width: 110px;
    height: 110px;
    margin: 0 auto 10px auto;
  }

  .content-callout-wrap {
    margin-top: 80px;
  }
  .content-callout {
    padding: 0;
    border-radius: 20px;
  }
  .content-callout-inner {
    position: relative;
    padding: 60px 30px 30px 30px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  .content-callout.content-callout-pledge:after,
  .content-callout.content-callout-blog:after {
    top: -49px;
    right: inherit;
    left: 50%;
    margin-left: -49px;
  }

  .news-panel {
    text-align: left;
  }

  .subscribe {
    margin-top: 80px;
  }

  .resources-panel.wrap {
    margin-top: 20px;
  }
  .resources-panel .featured-news-item {
    clear: both;
    display: block;
    width: 100%;
    margin: 20px 0;
    text-align: left;
  }
  .resources-panel .featured-news-item:before,
  .resources-panel .featured-news-item:after {
    content: " ";
    display: table;
  }
  .resources-panel .featured-news-item:after {
    clear: both;
  }
  .resources-panel .featured-news-item p {
    margin-top: 10px;
  }
  .resources-panel .featured-news-item p:first-child {
    margin-top: 0;
  }
  .resources-panel .featured-news-item.more {
    padding: 0;
    margin-bottom: 0;
    text-align: center;
  }
  .resources-panel .featured-news-item.more p {
    margin: 20px 0 0 0;
  }
  .resources-panel .featured-news-item img {
    position: relative;
    float: right;
    max-width: 30%;
    margin-left: 20px;
  }

  .search-panel h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 130%;
  }
  .resource-search .search-fields, .resource-search .search-submit {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  .resource-search .search-submit {
    margin-top: 10px;
      text-align: center;
  }
  .search-clear {
    display: block;
    margin-top: 10px;
    text-align: center;
  }

  .resources .resource {
    max-width: 45%;
  }

  .resources-panel .resource {
  	max-width: 100%;
  }

  .resources-panel .resource a {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 120%;
  }

  .resource-item {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 130%;
  }
  .resource-item .resource-item-category {
    float: none;
    width: 100%;
    padding: 20px 20px 0 20px;
  }
  .resource-item .resource-item-content {
    width: 100%;
    padding: 5px 20px 10px 20px;
  }
  .resource-item .resource-item-link {
    position: relative;
    top: inherit;
    right: inherit;
    float: left;
    width: 100%;
    height: inherit;
    padding: 0 20px 20px 20px;
    background: none;
    border: 0;
  }

  .pledge-form-overlay {
  	padding: 60px 10px;
  }

  .circle-audiences {
  	min-height: inherit;
  }
  .circle-audiences-content {
  	width: 100%;
  	height: auto;
  	padding: 30px;
  	border-radius: 20px;
  }
}

@media (max-width:340px) {
  .resource-search select, .resource-search input[type="text"] {
    width: 100%;
    margin: 0 0 10px 0;
  }
}