/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Page box feature
   ========================================================================== */

#ct_box {
	padding: 10px 10px 20px 20px;
	float: right;
	width: 360px;
	box-sizing: border-box;
	margin-left: 45px;
	font-size: 19px;
	line-height: 26px;
	background: none;
}

#vid_box {
	padding: 10px 10px 20px 20px;
	float: right;
	width: 600px;
	box-sizing: border-box;
	margin-left: 45px;
	font-size: 19px;
	line-height: 26px;
	background: none;
}

#box_callout {
	padding: 30px 155px 45px 40px;
	float: right;
	width: 460px;
	box-sizing: border-box;
	margin-left: 45px;
	font-size: 19px;
	line-height: 26px;
	background: #e9e9e9 url('https://www.kidneyfund.org/assets/images/anemia/anemia-quiz-2.png') no-repeat scroll center right;
}
#box_callout_button {
	margin-top: 30px;
}
#box_callout_button a {
	padding: 18px 30px;
	text-decoration: none;
	color: #ffffff;
	background: #634ea0;
}
#box_callout_button a:hover {
	text-decoration: underline;
	cursor: pointer;
}

#nd_box_callout {
	padding: 30px 155px 45px 40px;
	float: right;
	width: 460px;
	box-sizing: border-box;
	margin-left: 45px;
	font-size: 19px;
	line-height: 26px;
	background: #e9e9e9 url('https://www.kidneyfund.org/assets/images/new-to-dialysis/first-30-checklist-download.png') no-repeat scroll center right;
}
#nd_box_callout_button {
	margin-top: 30px;
}
#nd_box_callout_button a {
	padding: 18px 30px;
	text-decoration: none;
	color: #ffffff;
	background: #b7c828;
}
#nd_box_callout_button a:hover {
	text-decoration: underline;
	cursor: pointer;
}

#adv_box_callout {
	padding: 30px 155px 45px 40px;
	float: right;
	width: 460px;
	box-sizing: border-box;
	margin-left: 45px;
	font-size: 19px;
	line-height: 26px;
	background: #F0F0E1 url('https://www.kidneyfund.org/assets/images/advocacy-images/us-capitol.gif') no-repeat scroll center right;
}
#adv_box_callout_button {
	margin-top: 30px;
}
#adv_box_callout_button a {
	padding: 18px 30px;
	text-decoration: none;
	color: #fff;
	background: #01a24a;
}
#adv_box_callout_button a:hover {
	text-decoration: none;
	cursor: pointer;
}

.adv_white {
	color: #fff;
	font-size: 16px;
}

.adv_black {
	color: #000;
	font-size: 16px;
}

#gen_box_callout {
	padding: 30px 155px 45px 40px;
	float: right;
	width: 460px;
	box-sizing: border-box;
	margin-left: 45px;
	font-size: 19px;
	line-height: 26px;
	background: #e9e9e9 url('https://www.kidneyfund.org/assets/images/financial-assistance/disaster-relief-for-dialysis.jpg') no-repeat scroll center right;
}
#gen_box_callout_button {
	margin-top: 30px;
	margin-bottom: 30px;
}
#gen_box_callout_button a {
	padding: 18px 30px;
	text-decoration: none;
	color: #ffffff;
	background: #0065a4;
}
#gen_box_callout_button a:hover {
	text-decoration: underline;
	cursor: pointer;
}

#hepc_box_callout {
	padding: 30px 155px 45px 40px;
	float: right;
	width: 460px;
	box-sizing: border-box;
	margin-left: 45px;
	font-size: 19px;
	line-height: 26px;
	background: #82cac9 url('https://www.kidneyfund.org/assets/images/kidney-disease-images/hepc-quiz.png') no-repeat scroll center right;
}
#hepc_box_callout_button {
	margin-top: 30px;
}
#hepc_box_callout_button a {
	padding: 18px 30px;
	text-decoration: none;
	color: #ffffff;
	background: #0065a4;
}
#hepc_box_callout_button a:hover {
	text-decoration: underline;
	cursor: pointer;
}

#kn_callout {
	padding: 20px;
	float:left;
	width: 100%;
	box-sizing: border-box;
	margin-left: 5px;
	background: none;
}

#webinar_box {
	padding: 30px 155px 45px 40px;
	float: right;
	width: 460px;
	box-sizing: border-box;
	margin-left: 45px;
	font-size: 19px;
	line-height: 26px;
	background: #f3f3f5 url('https://www.kidneyfund.org/assets/images/training-images/free-webinar-2.gif') no-repeat scroll center right;
}
#webinar_box_button {
	margin-top: 30px;
}
#webinar_box_button a {
	padding: 18px 30px;
	text-decoration: none;
	color: #fff;
	background: #0065a5;
}
#webinar_box_button a:hover {
	text-decoration: none;
	cursor: pointer;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

#main-nav ul,
.banner .social,
#footer .social-networks,
.box-logos ul,
.footer-nav ul,s
.footer-box .menu,
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.center-holder:after,
#header:after,
#header .box-hold:after,
.top-panel:after,
#main-nav ul:after,
#main-nav .drop-wrap-1 ul:after,
.drop-wrap .twocolumns:after,
.drop-wrap-1 .col2:after,
.section-mission:after,
.block-mission:after,
#footer .holder:after,
.box-logos:after,
.menu .nav:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #4d4d4f;
	background: #fff;
	font: 21px/1.6 "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.center-holder {
	max-width: 1290px;
	padding: 0 15px;
	margin: 0 auto;
}
.center-holder .block-holder.main-content {
	margin: 30px 0;
}
.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 36px;
	line-height: 1.3;
	font-weight: 500;
	margin: 0 0 25px;
}

h2,
.h2 {
	font-size: 32px;
	line-height: 1.3;
	font-weight: 500;
}

h2.advocacy {
	font-size: 32px;
	line-height: 1.3;
	font-weight: 500;
	color: #01a24a;
}

h2.white {
	font-size: 32px;
	line-height: 1.3;
	font-weight: 500;
	color: #fff;
}

h2.blue {
	font-size: 32px;
	line-height: 1.3;
	font-weight: 500;
	color: #0065a4;
}

h2.chipotle {
	font-size: 50px;
	line-height: 1.3;
	font-weight: 500;
	color: #643929;
}

h3,
.h3 {
	font-size: 28px;
	line-height: 1.3;
	font-weight: 500;
	margin: 1em 0 1em;
}

h3.anemia {
	font-size: 28px;
	line-height: 1.3;
	font-weight: 500;
	margin: 0 0 1em;
	color: #684394;
}

h3.anemia2 {
	font-size: 28px;
	line-height: 1.3;
	font-weight: 500;
	margin: 0 0 1em;
	color: #B9348B;
}

.h3blue {
	font-size: 28px;
	color: #0065a4;
	line-height: 1.3;
	font-weight: 500;
	margin: 0 0 1em;
}


h4,
.h4 {
	font-size: 25px;
	font-weight: 500;
}

h4.anemia {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
	margin: 0 0 1em;
	color: #684394;
}

h4.nd {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
	margin: 0 0 1em;
	color: #b7c828;
}

h4.alert {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
	margin: 0 0 1em;
	color: #d42625;
}

h5,
.h5 {
	font-size: 23px;
}

h6,
.h6 {
	font-size: 21px;
}

p {
	margin: 0 0 1.2em;
}

.pink {
	   color: #B9348B;
}

.yellow {
	   color: #fdc314;
}

.advgreen {
	   color: #01a24a;
}

.ndgreen {
	   color: #b7c828;
}

a {
	color: #1c7dbd;
	text-decoration: none;
	-webkit-transition: color .3s, background .3s, opacity .3s ease;
	transition: color .3s, background .3s, opacity .3s ease;
}
ul, ol {
	margin: 0 0 5px 40px;
}
a:hover {
	color: #013252;
}

a:focus {
	outline: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #dcddde;
	padding: 14px 10px 15px;
	background: #dcddde;
	outline: none;
	color: #404040;
	font-size: 12px;
	line-height: 14px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #dcddde;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #404040;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #404040;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #404040;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #404040;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #404040;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	background: #0065a4;
	color: #fff;
	padding: 13px 13px 14px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
}

@media (max-width: 818px) {
    .printcontainer {
        display: none;
    }
}
.printcontainer {
    position: relative;
    top: -40px;
    padding: 5px 5px 15px;
}

.print-page {
    position: absolute;
    top: 8px;
    right: 16px;
    font-size: 18px;
}

img.align-left {
    float: left;
    margin: 10px 20px 10px 0;
    max-width: 50%;
    width: auto;
}

img.align-right {
    float: right;
    margin: 10px 0 10px 20px;
    max-width: 50%;
    width: auto;
}

@font-face {
	font-family: "icomoon";
	src: url(/assets/fonts/icomoon.eot?-mu6de0);
	src: url(/assets/fonts/icomoon.eot?#iefix-mu6de0) format("embedded-opentype"),
	url(/assets/fonts/icomoon.ttf?-mu6de0) format("truetype"),
	url(/assets/fonts/icomoon.woff?-mu6de0) format("woff"),
	url(/assets/fonts/icomoon.svg?-mu6de0#icomoon) format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
	content: "\e600";
}

.icon-twitter2:before {
	content: "\e601";
}

.icon-youtube:before {
	content: "\e602";
}

.icon-arrow:before {
	content: "\e603";
}

.icon-arrow-top:before {
	content: "\e604";
}

.icon-email:before {
	content: "\e606";
}

.icon-facebook2:before {
	content: "\e607";
}

.icon-google-plus:before {
	content: "\e609";
}

.icon-home:before {
	content: "\e60a";
}

.icon-facebook:before {
	content: "\e605";
}

.icon-twitter:before {
	content: "\e60c";
}

.icon-plus:before {
	content: "\e60d";
}

.icon-print:before {
	content: "\e60b";
}

.icon-envelope:before {
	content: "\e608";
}
#header {
	width: 100%;
	position: relative;
	background: #fff;
	height: 144px;
	z-index: 10;
}

#header .box-hold {
	width: 70%;
	float: right;
	background: #fff;
	position:relative;
	z-index: 10;
}

.box-hold .btn-box-link {
	position: absolute;
	right: 0px;
	z-index: 50;
	width: 56px;
	text-align: center;
	margin-top:55px;
	line-height: 16px;
}

/*---- CONTENT SEPERATOR */


.cont-seperator {
    width: 95%;
    margin: 0 auto;
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
}

.section-break {
    width: 100%;
    background: url(/assets/images/background-sponsor-block.png) repeat-x scroll left center;
    min-height: 60px;
    position:relative;
    display: block;
    float: left;
    margin: 25px 0;
}

/*---- BACKGROUND BOX */

.background-box{
background: #c4c0b8; width: 100%;
padding: 47px 0 42px;
overflow: hidden;
}

.background-box h3{
color:#000000;
padding-right: 75px;
}

.background-box p{
font-size: 16px; color:#373737 ;
}

/*---- RESPONSIVE VIDEO */

.videoWrapper {
  position: relative;
  padding-bottom: 50%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*---- RKD DONATE NOW BUTTON */
.btn-box-link.link1 {
	right: 55px;
	border-right: #4d4d4d solid 1px;
	width: 58px;
	height: 33px;
}


.box-donate-rkd{
	float: left;
	width: 100%;
	margin-left: -5px;
	display: none;
	background-color: #fff;
	padding: 15px 0px;
	z-index: 5;
}

#header .box-hold .btn {
	float: right;
	width: 117px;
	height: 106px;
	padding: 20px 5px 5px;
	text-align: center;
	font-weight: 500;
	font-size: 25px;
	line-height: 30px;
	text-transform: none;
	position: relative;
	z-index: 10;
	margin: 0 0 0 17px;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

#header .box-hold .btn:after {
	content: "";
	position: absolute;
	bottom: -31px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 31px 59.5px 0 59.5px;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	opacity: 1;
	border-color: #dea134 transparent transparent transparent;
}

#header .box-hold .btn:hover {
	background: #c98d22 none repeat scroll 0 0;
    color: #f3b13c;
    opacity: 1;
}
#header .box-hold .btn:hover:after {
	border-color: #c98d22 transparent transparent transparent;
}
.slideOutUp #header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	-webkit-transition: left .3s ease;
	transition: left .3s ease;
}

.slideOutUp #header .box-hold .btn:after {
	opacity: 0;
}

.top-panel {
	width: 100%;
	background: #0065a4;
}

.top-panel .icon-search {
	float: right;
	width: 27px;
	height: 38px;
	text-align: center;
	padding: 10px 0 0;
	font-size: 19px;
	color: #fff;
	text-decoration: none;
	margin: 0 0 0 14px;
}

.top-panel .icon-search:hover {
	opacity: .7;
}

.top-panel .icon-email {
	float: right;
	width: 125px;
	height: 38px;
	color: #fff;
	text-align: left;
	padding: 8px 0 0;
	font-size: 19px;
	text-decoration: none;
	margin: 0 0 0 19px;
}

.top-panel .icon-email span {
    display: inline-block;
    font-family: 'Roboto','Helvetica Neue','Helvetica',sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 20px;
    margin-left: 5px;
    text-transform: uppercase;
}

.top-panel .icon-email:hover {
	opacity: .7;
}

.btn-login {
	float: right;
	padding: 10px 20px 4px 9px;
	height: 38px;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	background: #b7c828;
	text-decoration: none;
	position: relative;
}

.top-panel a.mobile-email  {
    color: #4e4d50;
    font-family: 'Roboto','Helvetica Neue','Helvetica',sans-serif;
    display: none;
    float: left;
    padding: 27px 34px 29px;
    text-transform: none;
    width: 100%;
    font-size: 17px;
    line-height: 19px;
    font-weight: 500;
    margin-left: 5px;
    border-bottom: 1px solid #c6c6c7;
}

.top-panel a.mobile-email span.icon-email {
	text-align: left;
	padding: 0;
	font-size: 17px;
	color: #4e4d50;
	text-decoration: none;
	margin: 0;
}

.top-panel .mobile-language {
	display:  none;
}
.btn-login:after {
	content: "";
	position: absolute;
	top: 50%;
	margin: -6px 0 0;
	width: 0;
	right: 10px;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent  #fff;
}

.btn-login:hover {
	opacity: .7;
	color: #daed39;
}
.btn-login:hover:after {
	border-color: transparent transparent transparent #daed39;
}

.open-close-1 {
	position: relative;
	float: right;
	z-index: 11;
}

.open-close-1 .slide {
	position: absolute;
	top: 100%;
	right: 0;
}

.open-close-1 .form-search {
	width: 320px;
	overflow: hidden;
	background: #1c79b2;
	padding: 5px;
	position: relative;
}

.open-close-1 input[type="text"] {
	width: 100%;
	font-size: 18px;
	line-height: 18px;
	text-transform: none;
	padding: 5px 30px 4px 5px;
	color: #fff;
	font-weight: 500;
	background: #1c79b2;
    border-color: #1c79b2;
    border:1px solid #4890bc;
}

.open-close-1 input[type="text"]::-webkit-input-placeholder {
	color: #fff;
	text-transform: uppercase;
}

.open-close-1 input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: #fff;
	text-transform: uppercase;
}

.open-close-1 input[type="text"]:-moz-placeholder {
	color: #fff;
	text-transform: uppercase;
}

.open-close-1 input[type="text"]:-ms-input-placeholder {
	color: #fff;
	text-transform: uppercase;
}

.open-close-1 input[type="text"].placeholder {
	color: #fff;
	text-transform: uppercase;
}

.open-close-1 button {
	border: none;
	background: none;
	position: absolute;
	top: 5px;
	right: 10px;
	width: 20px;
	height: 20px;
	text-align: center;
}

.open-close-1 button:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 40%;
	left: 10px;
	margin: -3px 0 0;
	border-style: solid;
	border-width: 9.5px 0 9.5px 10px;
	border-color: transparent transparent transparent #fff;
}


.open-close-1 button:hover {
	opacity: .7;
}

.open-close-1.active .icon-search {
	background: #1c79b2;
}

.open-close-1 .form-email {
	width: 320px;
	overflow: hidden;
	background: #1c79b2;
	padding: 5px;
	position: relative;
}

.open-close-1 .form-email input[type="text"] {
	text-transform: none;
	padding: 5px 5px 4px;
	border: 1px solid #4890bc;
}

.open-close-1 .form-email button {
	border: none;
	background: #005993;
	position: relative;
	top: auto;
	right: auto;
	width: auto;
	height: auto;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 16px;
    margin-top: 5px;
}

.open-close-1 .form-email button:after {
	display: none;
}

.open-close-1 .form-email button:hover {
	opacity: .7;
}
.open-close-1 .form-email a.close {
	color: #ffffff;
    float: right;
    font-size: 14px;
    line-height: 14px;
    padding-top: 16px;
}
.open-close-1 .form-email a.close:hover {
    opacity: 0.7;
}
.open-close-1 .form-email label.captcha-label {
    color: #fff;
    font-size: 13px;
    padding: 0 5px;
}
.open-close-1 .form-email input.captcha-text {
    width: 50%;
    float: left;
    margin-top: 7px;
}
.open-close-1 .form-email img {
    width: 48%;
    float: right;
    height: 42px;
}
.open-close-1 .form-email a.captcha-change {
    width: 100%;
    display: block;
    font-size: 13px;
    text-align: right;
    float: right;
    color: #fff;
}
.open-close-1 .form-email a.captcha-change:hover {
   opacity: 0.7;
}
.logo {
	float: left;
	width: 25.56%;
	margin: 22px 0 0;
}

.logo a {
	display: block;
}

#main-nav {
	width: 83%;
	float: right;
	padding: 23px 0 0;
	font-size: 18px;
	line-height: 21px;
	font-weight: 500;
}

#main-nav ul {
	width: 100%;
	display: table;
}

#main-nav li {
	display: table-cell;
	vertical-align: middle;
	height: 64px;
	text-align: center;
	padding: 0;
	margin: 0;
}

#main-nav li.sub-hover .drop-wrap {
	overflow: auto;
}

#main-nav li:first-child .wrap:after {
	display: none;
}

#main-nav li.blue:hover .wrap > a {
	border-color: #62a0d6;
	color: #4a7aa3;
}

#main-nav li.blue a:hover {
	border-color: #62a0d6;
	color: #62a0d6;
}

#main-nav li.blue.active a {
	border-color: #62a0d6;
}

#main-nav li.blue .drop-wrap ul li.hover > a {
	background: #62a0d6;
	color: #fff;
}

#main-nav li.blue .drop-wrap ul li.hover ul li.hover a {
	color: #fff;
}

#main-nav li.blue .drop-wrap ul li.hover ul a {
	color: #4d4c4e;
}

#main-nav li.blue .drop-wrap ul li.hover ul a:hover {
	background: #62a0d6;
	color: #fff;
}

#main-nav li.blue .drop-wrap ul a {
	color: #4a7aa3;
}

#main-nav li.blue .drop-wrap ul a:hover {
	background: #4a7aa3;
	color: #fff;
}

#main-nav li.blue .drop-wrap .twocolumns p a {
	color: #4a7aa3 !important;
}

#main-nav li.blue .drop-wrap .twocolumns h2 {
	color: #4a7aa3;
}

#main-nav li.green:hover .wrap > a {
	border-color: #b7c828;
	color: #7e8f1a;
}

#main-nav li.green a:hover {
	border-color: #b7c828;
	color: #7e8f1a;
}

#main-nav li.green.active a {
	border-color: #b7c828;
}

#main-nav li.green .drop-wrap ul li.hover > a {
	background: #b7c828;
	color: #fff;
}

#main-nav li.green .drop-wrap ul li.hover ul li.hover a {
	color: #fff;
}

#main-nav li.green .drop-wrap ul li.hover ul a {
	color: #4d4c4e;
}

#main-nav li.green .drop-wrap ul li.hover ul a:hover {
	background: #b7c828;
	color: #7e8f1a;
}

#main-nav li.green .drop-wrap ul a {
	color: #7e8f1a;
}

#main-nav li.green .drop-wrap ul a:hover {
	background: #b7c828;
	color: #fff;
}

#main-nav li.green .drop-wrap .twocolumns p a {
	color: #7e8f1a !important;
}

#main-nav li.green .drop-wrap .twocolumns h2 {
	color: #7e8f1a;
}

#main-nav li.dark-green:hover .wrap > a {
	border-color: #74cbc8;
	color: #569a98;
}

#main-nav li.dark-green a:hover  {
	border-color: #74cbc8;
	color: #569a98;
}

#main-nav li.dark-green.active a {
	border-color: #74cbc8;
}

#main-nav li.dark-green .drop-wrap ul li.hover > a {
	background: #74cbc8;
	color: #fff;
}

#main-nav li.dark-green .drop-wrap ul li.hover ul li.hover a {
	color: #fff;
}

#main-nav li.dark-green .drop-wrap ul li.hover ul a {
	color: #4d4c4e;
}

#main-nav li.dark-green .drop-wrap ul li.hover ul a:hover {
	background: #74cbc8;
	color: #fff;
}

#main-nav li.dark-green .drop-wrap ul a {
	color: #569a98;
}

#main-nav li.dark-green .drop-wrap ul a:hover {
	background: #74cbc8;
	color: #fff;
}

#main-nav li.dark-green .drop-wrap .twocolumns p a {
	color: #569a98 !important;
}

#main-nav li.dark-green .drop-wrap .twocolumns h2 {
	color: #569a98;
}

#main-nav li.dark-blue:hover .wrap > a {
	border-color: #0065a4;
	color: #004474;
}

#main-nav li.dark-blue:hover .drop-wrap {
	left: auto;
	right: 0;
}

#main-nav li.dark-blue a:hover {
	border-color: #0065a4;
	color: #004474;
}

#main-nav li.dark-blue.active a {
	border-color: #0065a4;
}

#main-nav li.dark-blue .drop-wrap ul li.hover > a {
	background: #0065a4;
	color: #fff;
}

#main-nav li.dark-blue .drop-wrap ul li.hover ul li.hover a {
	color: #fff;
}

#main-nav li.dark-blue .drop-wrap ul li.hover ul a {
	color: #4d4c4e;
}

#main-nav li.dark-blue .drop-wrap ul li.hover ul a:hover {
	background: #0065a4;
	color: #fff;
}

#main-nav li.dark-blue .drop-wrap ul a {
	color: #004474;
}

#main-nav li.dark-blue .drop-wrap ul a:hover {
	background: #0065a4;
	color: #fff;
}

#main-nav li.dark-blue .drop-wrap .twocolumns p a {
	color: #004474 !important;
}

#main-nav li.dark-blue .drop-wrap .twocolumns h2 {
	color: #004474;
}

#main-nav li.dark-green-2:hover .wrap > a {
	border-color: #00a248;
	color: #00843a;
}

#main-nav li.dark-green-2:hover .drop-wrap {
	left: auto;
	right: 0;
}

#main-nav li.dark-green-2 a:hover {
	border-color: #00a248;
	color: #00843a;
}

#main-nav li.dark-green-2.active a {
	border-color: #00a248;
}
#main-nav li.dark-green-2 .drop-wrap ul li.hover > a {
	background: #00a248;
	color: #fff;
}

#main-nav li.dark-green-2 .drop-wrap ul li.hover ul li.hover a {
	color: #fff;
}

#main-nav li.dark-green-2 .drop-wrap ul li.hover ul a {
	color: #4d4c4e;
}

#main-nav li.dark-green-2 .drop-wrap ul li.hover ul a:hover {
	background: #00a248;
	color: #fff;
}

#main-nav li.dark-green-2 .drop-wrap ul a {
	color: #00843a;
}

#main-nav li.dark-green-2 .drop-wrap ul a:hover {
	background: #00a248;
	color: #fff;
}

#main-nav li.dark-green-2 .drop-wrap .twocolumns p a {
	color: #00843a !important;
}

#main-nav li.dark-green-2 .drop-wrap .twocolumns h2 {
	color: #00843a;
}

#main-nav li.purple:hover .wrap > a {
	border-color: #634da0;
	color: #4b3679;
}

#main-nav li.purple:hover .drop-wrap {
	left: auto;
	right: 0;
}

#main-nav li.purple a:hover {
	border-color: #634da0;
	color: #4b3679;
}

#main-nav li.purple.active a {
	border-color: #634da0;
}

#main-nav li.purple .drop-wrap ul li.hover > a {
	background: #634da0;
	color: #fff;
}

#main-nav li.purple .drop-wrap ul li.hover ul li.hover a {
	color: #fff;
}

#main-nav li.purple .drop-wrap ul li.hover ul a {
	color: #4d4c4e;
}

#main-nav li.purple .drop-wrap ul li.hover ul a:hover {
	background: #634da0;
	color: #fff;
}

#main-nav li.purple .drop-wrap ul a {
	color: #4b3679;
}

#main-nav li.purple .drop-wrap ul a:hover {
	background: #634da0;
	color: #fff;
}

#main-nav li.purple .drop-wrap .twocolumns p a {
	color: #4b3679 !important;
}

#main-nav li.purple .drop-wrap .twocolumns h2 {
	color: #4b3679;
}

#main-nav li.purple .drop-wrap-1 ul {
	margin: 0 0 26px;
}

#main-nav li.purple .drop-wrap-1 .list {
	margin: 0;
}

#main-nav li.purple .drop-wrap-1 .list span {
	padding: 5px 18px;
	display: block;
}

#main-nav li.purple .drop-wrap-1 .list li ul li a {
	padding: 5px 22px;
}

#main-nav li.purple .drop-wrap-1 .list li.hover ul li a {
	color: #4d4c4e !important;
}

#main-nav li.purple .drop-wrap-1 .list li.hover ul li a:hover {
	color: #fff !important;
}

#main-nav li.purple .drop-wrap-1 .list ul {
	font-weight: 400;
	color: #4d4c4e;
	margin: 0;
}

#main-nav li:hover .wrap > a {
	background: #f1f2f2;
}

#main-nav li:hover .wrap > a:after {
	background: #f1f2f2;
	opacity: 1;
}

#main-nav li:hover .drop-wrap {
	left: 0;
	top: 100%;
}

#main-nav a {
	display: table-cell;
	vertical-align: middle;
	border-top: 5px solid #fff;
	padding: 0 18px;
	text-decoration: none;
	padding: 12px 18px 8px;
	position: relative;
	height: 64px;
	color: #4d4c4e;
}

#main-nav a:after {
	content: "";
	position: absolute;
	height: 19px;
	left: 0;
	width: 100%;
	background: #f1f2f2;
	bottom: -19px;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

#main-nav a:hover {
	background: #f1f2f2;
}

#main-nav a:hover:after {
	opacity: 1;
}

#main-nav .wrap {
	position: relative;
	min-height: 67px;
}

#main-nav .wrap:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 64px;
	background: #a1a1a2;
	width: 1px;
}

#main-nav .drop-wrap ul {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	position: relative
}

#main-nav .drop-wrap ul > li {
	display: block;
	height: auto;
	vertical-align: top;
	padding: 0 0 7px;
	text-align: left;
}

#main-nav .drop-wrap ul > li.hover .drop-wrap-1 {
	left: 100%;
	top: 0;
}

#main-nav .drop-wrap ul a {
	display: block;
	height: auto;
	padding: 5px 18px;
	vertical-align: top;
	border-top: 0;
}

#main-nav .drop-wrap ul a:after {
	display: none;
}

#main-nav .drop-wrap ul a:hover {
	color: #fff;
}

#main-nav .drop-wrap .twocolumns p a {
	display: inline-block;
	vertical-align: top;
	height: auto;
	border-top: 0;
	padding: 0;
}

#main-nav .drop-wrap .twocolumns p a:after {
	display: none;
}

#main-nav .drop-wrap .twocolumns p a:hover {
	background: none;
}

#main-nav .drop-wrap-1 ul {
	width: 100%;
	font-size: 12px;
	line-height: 14px;
}

#main-nav .drop-wrap-1 ul li {
	padding: 0 0 1px;
}

#main-nav .drop-wrap-1 ul li.hover .drop-wrap-2 {
	display: block;
}

#main-nav .drop-wrap ul li.hover .drop-wrap-3 {
	display: block;
}

#main-nav .drop-wrap-1 ul a {
	margin: 0 2px 0 0;
	color: #4d4c4e;
}

.drop-wrap {
	position: absolute;
	width: 585px;
	left: -9999px;
	top: -9999px;
	margin-top: 16px;
	z-index: 0;
	overflow: hidden;
	background: #e6e7e8;
}

.drop-wrap .twocolumns {
	width: 100%;
	padding: 23px 18px 20px 0;
	text-align: left;
	font-size: 12px;
	line-height: 23px;
	font-weight: 400;
	color: #4d4c4e;
}
.drop-wrap-1 .twocolumns {
    padding: 0 1px 0 18px;
}
.drop-wrap .twocolumns .col {
	float: left;
	width: 67.4%;
	position: relative;
	padding: 0 1px 0 18px;
}

.drop-wrap .twocolumns .col:after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #8c8c8e;
}

.drop-wrap .twocolumns .col:first-child {
	width: 32.59%;
	padding: 0;
}

.drop-wrap .twocolumns .col:last-child:after {
	display: none;
}

.drop-wrap .twocolumns h2 {
	font-size: 18px;
	line-height: 23px;
	font-weight: 700;
	margin: 0 0 8px;
}

.drop-wrap .twocolumns p {
	margin: 0 0 10px;
}

.drop-wrap .twocolumns p a:hover {
	opacity: .7;
}

.drop-wrap .img-hold {
	width: 100%;
	overflow: hidden;
	margin: 0 0 15px;
}

.drop-wrap-1 {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 399px;
	top: 0;
	background: #e6e7e8;
	z-index: 5;
	padding: 0 0 18px;
}

.drop-wrap-1:before {
	content: "";
	left: 0;
	right: 0;
	position: absolute;
	bottom: 100%;
	background: #e6e7e8;
	height: 9999px;
}

.drop-wrap-1 .col2 {
	width: 185px;
	position: relative;
}

.drop-wrap-1 .col2:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1px;
	width: 1px;
	background: #8c8c8e;
}

.drop-wrap-1 .col2:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1px;
	width: 1px;
	background: #8c8c8e;
}

.drop-wrap-2, .drop-wrap-3 {
	position: absolute;
	top: 0;
	left: 100%;
	width: 214px;
	background: #e6e7e8;
	padding: 0 18px 0 15px;
	font-weight: 400;
	line-height: 22px;
	height: 100%;
}

.drop-wrap-2 {
	z-index: 6;
	display: none;
}

.drop-wrap-3 {
	z-index: 5;
	display: block;
}
.drop-wrap-3 p {
	font-size: 12px;
}
.drop-wrap-2 p a, .drop-wrap-3 p a {
	background: none !important;
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#wrapper.slideOutUp {
	padding: 144px 0 0;
}

#main {
	overflow: hidden;
	width: 100%;
}

.banner, .banner-int {
	position: relative;
	text-align: center;
	background: #f3f3f5;
}

.banner-int {
	min-height: 105px;
}

.title-int-banner {
	width: 100%;
	max-width: 1170px;
	position: absolute;
}
.banner img {
	max-width: 100%;
	width: auto;
}

.banner-int img {
	max-width: 1460px;
	width: 100%;
}

.banner img.img-mobile {
	display: none;
}

.text-banner {
	position: absolute;
	right: 0;
	width: 100%;
	top: 60%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 400;
	color: #fff;
	font-size: 50px;
	line-height: 58px;
	text-align: left;
}

.text-banner h2 {
	margin: 0 0 30px;
	font-size: 50px;
	line-height: 58px;
	font-weight: 400;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
}
.text-banner h2 a {
	color: #fff;
}
.text-banner .text-hold {
	max-width: 490px;
	margin: 0 45px;
}
.text-banner .text-hold.right {
	float: right;
	text-align: right;
}
.text-int-banner .text-hold {
	margin: 0 45px;
}
.btn-1 {
	border: 2px solid #fff;
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	line-height: 27px;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 10px 12px 10px 21px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	-webkit-transition: border-color .3s ease;
	transition: border-color .3s ease;
}
.btn-1.all-stories {
    font-size: 18px;
    margin-top: 25px;
}

.btn-1:hover {
	color: #b7c828;
	border-color: #b7c828;
}

.btn-1 > span {
	display: inline-block;
	vertical-align: middle;
	font-size: 27px;
	color: #b7c828;
}

.section-mission {
	width: 100%;
}

.section-mission .box-text {
	background: #4d4d4f;
	width: 100%;
	padding: 22px 0 24px;
	border-bottom: 7px solid #fff;
	font-size: 32px;
	line-height: 34px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	position: relative;
}

.section-mission .box-text:after,
.section-mission .box-text:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index: 5;
}

.section-mission .box-text:after {
	border-color: #4d4d4f transparent transparent transparent;
	border-width: 24px 35px 0 35px;
	margin-left: -34px;
}

.section-mission .box-text:before {
	border-color: #fff transparent transparent transparent;
	border-width: 33px 47px 0 46px;
	margin-left: -45px;
}

.section-mission a {
	color: #fff;
	text-decoration: none;
}

.section-mission a .mark {
	color: #b5c729;
}

.section-mission a:hover {
	opacity: .5;
}

.section-mission p {
	margin: 0 45px;
}

.block-mission {
	position: relative;
}

.block-mission:after {
	content: "";
	position: absolute;
	top: 0;
	right: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	width: 7px;
	background: #fff;
	height: 100%;
}

.block-mission.block-active .block {
	opacity: .2;
}

.block-mission.block-active .block.hover {
	opacity: 1;
}

.block-mission .center-holder {
	padding: 0;
}

.block-mission .block {
	width: 50%;
	float: left;
	text-decoration: none;
	font-weight: 500;
	font-size: 24px;
	line-height: 26px;
	color: #4d4c4e;
}

.block-mission .block .block-txt {
	background: #f1f2f2;
	border-bottom: 5px solid;
	margin: 0 0 0 -9999px;
	padding: 0 0 0 9999px;
	text-align: center;
	-webkit-transition: border-bottom-color .3s, background .3s ease;
	transition: border-bottom-color .3s, background .3s ease;
}

.block-mission .block .box {
	overflow: hidden;
	padding: 28px 111px 28px 10px;
	position: relative;
}

.block-mission .block:nth-child(2n) .block-txt {
	margin: 0 -9999px 0 0;
	padding: 0 9999px 0 0;
}

.block-mission .block:nth-child(2n) .box {
	padding: 28px 65px 28px 10px;
}

.block-mission .block:nth-child(2n) .icon-arrow {
	left: auto;
	right: 13px;
}

.block-mission .block.purple .block-txt {
	border-bottom-color: #634da0;
}

.block-mission .block.purple .icon-arrow {
	background: #634da0;
}

.block-mission .block.purple.hover .block-txt {
	background: #634da0;
	border-bottom-color: #4c387c;
}

.block-mission .block.purple.hover .icon-arrow {
	background: #4c387c;
}

.block-mission .block.blue .block-txt {
	border-bottom-color: #62a0d6;
}

.block-mission .block.blue .icon-arrow {
	background: #62a0d6;
}

.block-mission .block.blue.hover .block-txt {
	background: #62a0d6;
	border-bottom-color: #467197;
}

.block-mission .block.blue.hover .icon-arrow {
	background: #467197;
}

.block-mission .block.green .block-txt {
	/* border-bottom-color: #b7c828;  */
	/* update 03-13-2017 JAB */
	border-bottom-color: #0065a4;
}

.block-mission .block.green .icon-arrow {
	/*background: #b7c828;*/
	/* update 03-13-2017 JAB */
	background: #0065a4;
}

.block-mission .block.green.hover .block-txt {
	/*ackground: #b7c828;
	border-bottom-color: #7e8f1a;*/
	/* update 03-13-2017 JAB */
	background: #0065a4;
	border-bottom-color: #0065a4;
}

.block-mission .block.green.hover .icon-arrow {
	/*background: #7e8f1a; */
	/* update 03-13-2017 JAB */
	background: #0065a4;
}

.block-mission .block.orange .block-txt {
	border-bottom-color: #dea134;
}

.block-mission .block.orange .icon-arrow {
	background: #dea134;
}

.block-mission .block.orange.hover .block-txt {
	background: #dea134;
	border-bottom-color: #c58f2e;
}

.block-mission .block.orange.hover .icon-arrow {
	background: #c58f2e;
}

.block-mission .block .txt {
	position: relative;
	top: 50%;
	display: inline-block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.block-mission .block .icon-arrow {
	position: absolute;
	top: 50%;
	display: inline-block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	color: #fff;
	right: 52px;
	border-radius: 50%;
	font-size: 32px;
	padding: 10px 0 0 3px;
	text-align: center;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.block-mission .block.hover {
	opacity: 1;
	color: #fff;
}

.section-events, .section-related {
	width: 100%;
	overflow: hidden;
	padding: 50px 0 83px;
}

.section-events h1 {
	text-align: center;
}

.section-events .block-holder, .section-related .block-holder {
	overflow: hidden;
	padding: 0 45px;
}

.section-events .row {
	width: 100%;
	overflow: hidden;
	margin: 0 0 30px;
}

.section-events .row .col {
	float: right;
	position: relative;
}

/*REMOVE OLD HP HOVER STYLES FOR RECENT NEWS SECTION 
.section-events .row .col:hover .img-hold:after {
	opacity: 1;
}

.section-events .row .col:hover .btn-hold {
	opacity: 1;
}*/
/*NEW HP HOVER STYLES FOR RECENT NEWS SECTION*/
.section-events .row .col:hover .img-hold:after {
	opacity: 1;
}

.section-events .row .col:hover .btn-hold {
	opacity: 1;
}

.section-events .row.row1 .col {
	width: 41.62%;
}
.section-events .row.row1 .col:first-child {
	width: 55.81%;
	float: left;
}
.section-events .row.row2 .col {
	width: 32.74%;
}
.section-events .row.row2 .col:first-child {
	width: 64.96%;
	float: left;
}
.section-events .row.row3 .col {
	width: 58.97%;
}
.section-events .row.row3 .col:first-child {
	width: 38.46%;
	float: left;
}

.section-events .row .col.blog .heading,
.section-events .row .col.news .heading {
	background: #0065a5;
}
.section-events .row .col.prevent .heading{
	background: #75cbc8;
}
.section-events .row .col.disease .heading{
	background: #b5c729;
}
.section-events .row .col.get-involved .heading,
.section-events .row .col.events .heading {
	background: #634ea0;
}
.section-events .row .col.support .heading {
	background: #dea134;
}
.section-events .row .col.other .heading {
	background: #62a0d6;
}
.section-events .row .col.advocacy .heading {
	background: #01a24a;
}

.section-events .row .col.blog,
.section-events .row .col.news {
	border-bottom: 5px solid #0065a5;
}
.section-events .row .col.advocacy {
	border-bottom: 5px solid #01a24a;
}
.section-events .row .col.prevent {
	border-bottom: 5px solid #75cbc8;
}
.section-events .row .col.disease {
	border-bottom: 5px solid #b5c729;
}
.section-events .row .col.get-involved,
.section-events .row .col.events {
	border-bottom: 5px solid #634ea0;
}
.section-events .row .col.support {
	border-bottom: 5px solid #dea134;
}
.section-events .row .col.other  {
	border-bottom: 5px solid #62a0d6;
}


.section-events .row .col.blog .img-hold:after,
.section-events .row .col.news .img-hold:after {
	background: rgba(0, 101, 165, .85);
}
.section-events .row .col.prevent .img-hold:after {
	background: rgba(117, 203, 200, .85);
}
.section-events .row .col.advocacy .img-hold:after {
	background: rgba(1, 162, 74, .85);
}
.section-events .row .col.disease .img-hold:after {
	background: rgba(181, 199, 41, .85);
}
.section-events .row .col.get-involved .img-hold:after,
.section-events .row .col.events .img-hold:after  {
	background: rgba(99, 78, 160, .85);
}
.section-events .row .col.support .img-hold:after {
	background: rgba(222, 161, 52, .85);
}
.section-events .row .col.other .img-hold:after {
	background: rgba(98, 160, 214, .85);
}

.section-events .row .heading {
	position: absolute;
	top: 56px;
	left: 0;
	padding: 6px 16px 6px 17px;
	font-size: 21px;
	line-height: 23px;
	color: #fff;
	text-transform: uppercase;
}

.section-events .text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .95);
	padding: 0 17px;
	white-space: nowrap;
	min-height: 66px;
	z-index: 5;
}

.section-events .text:after {
	content: "";
	display: inline-block;
	height: 66px;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.section-events h2 {
	margin: 5px 0;
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	font-size: 24px;
	line-height: 26px;
	font-weight: 400;
}

.section-events .img-hold {
	position: relative;
}

.section-events .img-hold:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	opacity: 0;
	z-index: 3;
  pointer-events: none;
}

.section-events .img-hold img {
	width: 100%;
}

.section-events .btn-hold {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	z-index: 4;
  pointer-events: none;
}

.section-events .btn-1 {
	font-size: 21px;
	line-height: 23px;
	font-weight: 700;
	padding: 17px 24px;
	margin: 0 0 65px;
}

.section-events .btn-1 span {
	display: inline-block;
	font-size: 25px;
	color: #fff;
	margin: -6px 0 0;
}

.section-events .blog .btn-1:hover,
.section-events .news .btn-1:hover  {
    border-color: #1a90d9;
    color: #1a90d9;
}
.section-events .blog .btn-1:hover span,
.section-events .news .btn-1:hover span {
    color: #1a90d9;
}
.section-events .get-involved .btn-1:hover,
.section-events .events .btn-1:hover {
    border-color: #8569d7;
    color: #8569d7;
}
.section-events .get-involved .btn-1:hover span,
.section-events .events .btn-1:hover span {
    color: #8569d7;
}
.section-events .prevent .btn-1:hover  {
    border-color: #8cf0ed;
    color: #8cf0ed;
}
.section-events .prevent .btn-1:hover span {
    color: #8cf0ed;
}
.section-events .advocacy .btn-1:hover  {
    border-color: #1dda73;
    color: #1dda73;
}
.section-events .advocacy .btn-1:hover span {
    color: #1dda73;
}
.section-events .disease .btn-1:hover  {
    border-color: #d9e85a;
    color: #d9e85a;
}
.section-events .disease .btn-1:hover span {
    color: #d9e85a;
}
.section-events .support .btn-1:hover  {
    border-color: #f3b13c;
    color: #f3b13c;
}
.section-events .support .btn-1:hover span {
    color: #f3b13c;
}
.section-events .other .btn-1:hover  {
    border-color: #7dbef6;
    color: #7dbef6;
}
.section-events .other .btn-1:hover span {
    color: #7dbef6;
}

#footer {
	background: #005993;
	width: 100%;
	overflow: hidden;
}

#footer .holder {
	padding: 0 3.5%;
}

#footer .social-networks {
	overflow: hidden;
	margin-bottom: 8px;
}

#footer .social-networks li {
	float: left;
	margin: 0 11px 0 0;
	background: #fff;
}

#footer .social-networks a {
	display: block;
	width: 47px;
	height: 47px;
	font-size: 47px;
	line-height: 1;
	text-decoration: none;
}

#footer .social-networks a.icon-facebook2 {
	color: #4f77b4;
}

#footer .social-networks a.icon-twitter2 {
	color: #4d9dd5;
}

#footer .social-networks a.icon-youtube {
	color: #cb312c;
}

#footer .social-networks a.icon-google-plus {
	color: #db4a35;
}
#footer .social-networks a.icon-google-photos {
	background: url(/assets/images/google-photos-icon-lg.png) no-repeat;
}
#footer .social-networks a.icon-instagram {
	background: url(/assets/images/instagram-icon-lg.png) no-repeat;
}

#footer .social-networks a:hover {
	opacity: .7;
}

.donate-bar {
	width: 100%;
	background: #4d4d4f;
	font-weight: 500;
	color: #fff;
}

.donate-bar .center-holder {
	text-align: center;
	letter-spacing: -4px;
	font-size: 0;
	line-height: 0;
}

.donate-bar span {
	letter-spacing: normal;
	font-size: 28px;
	line-height: 30px;
	display: inline-block;
	margin: 0 33px 0 0;
}

.btn {
	display: inline-block;
	color: #fff;
	font-size: 29px;
	line-height: 32px;
	text-transform: uppercase;
	background: #dea134;
	padding: 16px 30px;
	text-decoration: none;
	letter-spacing: normal;
}

.donate-bar .btn:hover {
	background: #c98d22;
	color: #f3b13c;
}

.btn:hover {
	opacity: .7;
}

.footer-info {
	width: 100%;
	overflow: hidden;
	background: #f1f2f2;
	padding: 54px 0 55px;
}

.footer-info form.form-email .row {
    width: 100%;
    float: left;
    display: block;
}

.footer-info .box-social {
	width: 21.8%;
	float: left;
	padding: 0 10px 0 0;
}

.footer-info .box-social .title {
	display: block;
	margin: 0 0 8px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
}

.form-email {
	width: 38.46%;
	float: left;
	padding: 0 10px 0 0;
}

.form-email label {
	overflow: hidden;
	padding: 0 0 10px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	display: block;
}

.form-email .text {
	width: 44.32%;
	float: left;
	margin: 0 3.1% 10px 0;
}

.form-email .code {
	float: left;
	width: 24.09%;
	margin: 0 2.7% 0 0;
}

.form-email button {
	float: left;
	width: 17.27%;
	border: none;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.form-email button:hover {
	opacity: .7;
}

.box-logos {
	float: left;
	width: 39.74%;
	padding: 6px 0 0;
}

.box-logos img {
	max-width: 100%;
	width: auto;
}

.box-logos ul {
	overflow: hidden;
}

.box-logos ul li {
	float: left;
	width: 20%;
	text-align: center;
}

.footer-nav {
	width: 100%;
	background: #0065a4;
	padding: 46px 0 104px;
}

.footer-nav .box {
	width: 14.2%;
	float: left;
	padding: 0 20px 0 0;
	color: #fff;
}

.footer-nav h3 {
	font-size: 17px;
	line-height: 19px;
	font-weight: 500;
	margin: 0 0 11px;
}

.footer-nav h3 a {
	color: #fff;
}

.footer-nav ul {
	overflow: hidden;
	line-height: 17px;
	font-weight: 500;
}

.footer-nav ul li {
	overflow: hidden;
	padding: 0 0 16px;
}

.footer-nav ul a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

.footer-nav ul a:hover, .footer-nav h3 a:hover {
	opacity: .7;
}

.footer-box {
	overflow: hidden;
	width: 100%;
	padding: 24px 0;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
}

.footer-box a {
	text-decoration: none;
	color: #fff;
}

.footer-box a:hover {
	opacity: .7;
}

.footer-box .copy {
	float: right;
	width: 50%;
	text-align: right;
}

.footer-box .copy p {
	margin: 0;
}

.footer-box .menu {
	float: left;
	width: 50%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-box .menu li {
	float: left;
	position: relative;
	padding: 0 8px;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
}

.footer-box .menu li:after {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 1px;
	background: #fff;
	height: 11px;
}

.footer-box .menu li:first-child {
	padding: 0 8px 0 0;
}

.footer-box .menu li:first-child:after {
	display: none;
}

.footer-box .holder {
	margin: 0 -10px;
}

.box-back {
	display: none;
	background: #0065a4;
	padding: 22px 15px;
	text-align: center;
	width: 100%;
}

.back-to-top {
	color: #fff;
	display: inline-block;
	font-size: 20px;
	line-height: 22px;
	font-weight: 500;
	text-decoration: none;
}

.back-to-top i {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	font-size: 30px;
}

.back-to-top span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.back-to-top:hover {
	opacity: .7;
}

.wrap2 {
	overflow: hidden;
}

.menu {
	float: right;
	font-size: 14px;
	line-height: 16px;
	padding: 4px 0 0 152px;
}

.menu .opener {
	display: none;
}

.menu .drop {
	float: left;
}

.menu ul {
	float: left;
	padding: 9px 0 0 3px;
}

.menu ul li {
	position: relative;
	float: left;
	margin: 0 0 0 23px;
	font-weight: 500;
	font-size: 13px;
	text-transform: uppercase;
}

.menu ul a {
	text-decoration: none;
	color: #fff;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.btn-home a {
	color: #ffffff;
    display: block;
    font-size: 21px;
    margin-top: 4px;
}

.menu ul a:hover, .btn-home a:hover  {
	opacity: .7;
}

.menu .nav {
	display: none;
	padding: 0;
	font-size: 20px;
	line-height: 22px;
	font-weight: 500;
}

.menu .nav li.blue.hover > a {
	background: #62a0d6;
}

.menu .nav li.blue a:hover {
	background: #62a0d6;
}

.menu .nav li.blue .drop-nav ul li {
	border-top-color: #62a0d6;
}

.menu .nav li.blue .drop-nav ul a {
	color: #4a7aa3;
}

.menu .nav li.blue .drop-nav ul a:hover {
	color: #fff;
}

.menu .nav li.green.hover > a {
	background: #b7c828;
}

.menu .nav li.green a:hover {
	background: #b7c828;
}

.menu .nav li.green .drop-nav ul li {
	border-top-color: #b7c828;
}

.menu .nav li.green .drop-nav ul a {
	color: #7e8f1a;
}

.menu .nav li.green .drop-nav ul a:hover {
	color: #fff;
}

.menu .nav li.dark-green.hover > a {
	background: #74cbc8;
}

.menu .nav li.dark-green a:hover {
	background: #74cbc8;
}

.menu .nav li.dark-green .drop-nav ul li {
	border-top-color: #74cbc8;
}

.menu .nav li.dark-green .drop-nav ul a {
	color: #569a98;
}

.menu .nav li.dark-green .drop-nav ul a:hover {
	color: #fff;
}

.menu .nav li.dark-blue.hover > a {
	background: #0065a4;
}

.menu .nav li.dark-blue a:hover {
	background: #0065a4;
}

.menu .nav li.dark-blue .drop-nav ul li {
	border-top-color: #0065a4;
}

.menu .nav li.dark-blue .drop-nav ul a {
	color: #004474;
}

.menu .nav li.dark-blue .drop-nav ul a:hover {
	color: #fff;
}

.menu .nav li.dark-green-2.hover > a {
	background: #00a248;
}

.menu .nav li.dark-green-2 a:hover {
	background: #00a248;
}

.menu .nav li.dark-green-2 .drop-nav ul li {
	border-top-color: #00a248;
}

.menu .nav li.dark-green-2 .drop-nav ul a {
	color: #00843a;
}

.menu .nav li.dark-green-2 .drop-nav ul a:hover {
	color: #fff;
}

.menu .nav li.purple.hover > a {
	background: #634da0;
}

.menu .nav li.purple a:hover {
	background: #634da0;
}

.menu .nav li.purple .drop-nav ul li {
	border-top-color: #634da0;
}

.menu .nav li.purple .drop-nav ul a {
	color: #4b3679;
}

.menu .nav li.purple .drop-nav ul a:hover {
	color: #fff;
}

.menu .nav li.hover > a {
	color: #fff;
}

.menu .nav li.hover > a:after {
	display: none;
}

.menu .nav li.hover .drop-nav ul {
	margin: 0;
}

.menu .nav a {
	position: relative;
	padding: 30px 60px 28px 34px;
}

.menu .nav a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 37px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 7.5px 0 7.5px;
	border-color: #4d4d4f transparent transparent transparent;
}

.menu .nav a:hover {
	color: #fff;
	opacity: 1;
}

.menu .nav a:hover:after {
	display: none;
}

.menu .drop-nav {
	position: relative;
	top: 100%;
	left: 0;
	width: 100%;
	overflow: hidden;
}

.menu .drop-nav ul {
	background: #fff;
	margin: -800px 0 0;
	-webkit-transition: margin .5s ease;
	transition: margin .5s ease;
	font-size: 18px;
	line-height: 20px;
	padding: 0;
	font-weight: 400;
}

.menu .drop-nav ul li {
	border-top: 1px solid;
	margin: 0 0 0 55px;
}

.menu .drop-nav ul li:first-child {
	border-top: none;
}

.menu .drop-nav ul a {
	padding: 26px 15px 26px 55px;
	margin: 0 0 0 -55px;
}

.menu .drop-nav ul a:after {
	display: none;
}

.opener {
	float: left;
	width: 128px;
	height: 34px;
	font-size: 26px;
	line-height: 34px;
	position: relative;
	overflow: hidden;
	margin: 18px 0 17px 5px;
	text-align: right;
	color:#ffffff;
}
.btn-home a.icon-home:before, .btn-home a.icon-home:after {
    width: auto;
}
.opener:hover {
	color: #fff;
}

.opener:before,
.opener:after,
.opener span {
	background: #fff;
	border-radius: 3px;
	position: absolute;
	width: 45px;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.opener:before,
.opener:after {
	content: "";
	top: 15px;
}

.opener:after {
	top: 30px;
}

.opener:hover {
	opacity: .7;
}

.opener.close-btn {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	color: #fff;
	position: relative;
	text-indent: 0;
	border-radius: 0;
	margin: 4px 0 0;
}

.opener.close-btn:before {
	content: "\e60a";
	font-family: "icomoon";
	left: 0;
	right: auto;
	height: auto;
	margin: 0;
	border-radius: 0;
	font-size: 20px;
	line-height: 1;
	top: 0;
	background: none;
	color: #fff;
}

.opener.close-btn:after {
	display: none;
}

.btn-home {
	float: left;
}

.drop-hold {
	overflow: hidden;
}

.resize-active .hold,
.resize-active .drop,
.resize-active .drop > ul {
	-webkit-transition: none !important;
	transition: none !important;
}
/* Landing Page */
.text-int-banner {
	position: absolute;
	right: 0;
	width: 100%;
	bottom: 0;
	text-align: left;
}
.text-int-banner h1 {
	display: inline-block;
	background: #0065a5;
	padding: 14px 30px;
	margin: 0;
	font-weight: 400;
	color: #fff;
	font-size: 36px;
	line-height: 40px;
}
body #green .text-int-banner h1 {
	background: #b7c828;
}
body #blue .text-int-banner h1 {
	background: #62a0d5;
}
body #dark-green .text-int-banner h1 {
	background: #75cbc8;
}
body #dark-green-2 .text-int-banner h1 {
	background: #01a24a;
}
body #dark-blue .text-int-banner h1 {
	background: #0065a5;
}
body #purple .text-int-banner h1 {
	background: #634ea0;
}
.section-landing {
	width: 100%;
	overflow: hidden;
	padding: 0 0 40px;
}
.section-landing .breadcrumb-row {
	background: #e2e6f1;
	width: 100%;
	padding: 5px 0;
	margin-bottom: 45px;
}
body #green .section-landing .breadcrumb-row {
	background: #f3f6e5;
}
body #dark-green .section-landing .breadcrumb-row {
	background: #eff8f6;
}
body #dark-green-2 .section-landing .breadcrumb-row {
	background: #e7f0e5;
}
body #blue .section-landing .breadcrumb-row {
	background: #ebf0f9;
}
body #dark-blue .section-landing .breadcrumb-row {
	background: #e2e6f1;
}
body #purple .section-landing .breadcrumb-row {
	background: #e7e4f2;
}
.breadcrumb-row .breadcrumbs {
	width: 100%;
	max-width: 1170px;
	display: block;
	float:none;
	margin: 0 auto;
	font-size: 14px;
}
.breadcrumb-row .breadcrumbs .breadcrumb {
	color: #134574;
	font-weight: 400;
}

body #green .section-landing .breadcrumbs,body #green .section-landing .breadcrumb {
	color: #7e8f1a;
}
body #dark-green .section-landing .breadcrumbs,body #dark-green .section-landing .breadcrumb {
	color: #569a98;
}
body #dark-green-2 .section-landing .breadcrumbs, body #dark-green-2 .section-landing .breadcrumb {
	color: #058442;
}
body #blue .section-landing .breadcrumbs, body #blue .section-landing .breadcrumb {
	color: #4a7aa3;
}
body #dark-blue .section-landing .breadcrumbs, body #dark-blue .section-landing .breadcrumb {
	color: #134574;
}
body #purple .section-landing .breadcrumbs, body #purple .section-landing .breadcrumb {
	color: #4b367a;
}
.breadcrumb-row .breadcrumbs .breadcrumb:last-child {
	font-weight: 700;
}
.breadcrumbseparator {
	padding: 0 2px;
}
.breadcrumbs .lang-toggle {
    display: inline-block;
    float: right;
    margin-left: 15px;
    font-weight: bold;
}
body #green .breadcrumbs .lang-toggle a {
	color: #7e8f1a;
}
body #dark-green .breadcrumbs .lang-toggle a {
	color: #569a98;
}
body #dark-green-2 .breadcrumbs .lang-toggle a {
	color: #058442;
}
body #blue .breadcrumbs .lang-toggle a {
	color: #4a7aa3;
}
body #dark-blue .breadcrumbs .lang-toggle a {
	color: #134574;
}
body #purple .breadcrumbs .lang-toggle a {
	color: #4b367a;
}
.section-landing .center-holder {
	padding: 0 60px;
}
.accordion-container {
	background: #f1f2f2;
	width: 100%;
	margin: 0 0 20px;
	clear: both;
}
.accordion-container:last-child {
	margin: 0;
}
.accordion-toggle, .accordion-toggle:hover {
	position: relative;
	display: block;
	padding: 20px 80px 20px 30px;
	font-size: 28px;
	font-weight: 500;
	color: #4d4d4f;
	text-decoration: none;
	border-bottom: 5px solid #0065a5;
}
body #green .accordion-toggle,
body #green .accordion-toggle:hover
 {
	border-bottom: 5px solid #b7c828;
}
body #blue .accordion-toggle,
body #blue .accordion-toggle:hover
 {
	border-bottom: 5px solid #62a0d5;
}
body #dark-green .accordion-toggle,
body #dark-green .accordion-toggle:hover {
	border-bottom: 5px solid #75cbc8;
}
body #dark-green-2 .accordion-toggle,
body #dark-green-2 .accordion-toggle:hover {
	border-bottom: 5px solid #01a24a;
}
body #dark-blue .accordion-toggle,
body #dark-blue .accordion-toggle:hover {
	border-bottom: 5px solid #0065a5;
}
body #purple .accordion-toggle,
body #purple .accordion-toggle:hover {
	border-bottom: 5px solid #634ea0;
}
.accordion-toggle .plus-open {
	background: url(/assets/images/plus-large-dark-blue.png) no-repeat;
	background-size: 100% 100%;
	float: right;
	height: 50px;
	width: 50px;
	margin-right: -60px;
}
#green .accordion-toggle .plus-open {
	background: url(/assets/images/plus-large.png) no-repeat;
	background-size: 100% 100%;
}
#green .accordion-toggle.open {
	background: #b7c828;
	color: #fff;
}
#green .accordion-toggle.open .plus-open {
	background: url(/assets/images/minus-large.png) no-repeat;
	background-size: 100% 100%;
}
#blue .accordion-toggle .plus-open {
	background: url(/assets/images/plus-large-blue.png) no-repeat;
	background-size: 100% 100%;
}
#blue .accordion-toggle.open {
	background: #62a0d5;
	color: #fff;
}
#blue .accordion-toggle.open .plus-open {
	background: url(/assets/images/minus-large-blue.png) no-repeat;
	background-size: 100% 100%;
}
#dark-green .accordion-toggle .plus-open {
	background: url(/assets/images/plus-large-dark-green.png) no-repeat;
	background-size: 100% 100%;
}
#dark-green .accordion-toggle.open {
	background: #75cbc8;
	color: #fff;
}
#dark-green .accordion-toggle.open .plus-open {
	background: url(/assets/images/minus-large-dark-green.png) no-repeat;
	background-size: 100% 100%;
}
#dark-green-2 .accordion-toggle .plus-open {
	background: url(/assets/images/plus-large-dark-green-2.png) no-repeat;
	background-size: 100% 100%;
}
#dark-green-2 .accordion-toggle.open {
	background: #01a24a;
	color: #fff;
}
#dark-green-2 .accordion-toggle.open .plus-open {
	background: url(/assets/images/minus-large-dark-green-2.png) no-repeat;
	background-size: 100% 100%;
}
#dark-blue .accordion-toggle .plus-open, .accordion-toggle .plus-open {
	background: url(/assets/images/plus-large-dark-blue.png) no-repeat;
	background-size: 100% 100%;
}
#dark-blue .accordion-toggle.open, .accordion-toggle.open {
	background: #0065a5;
	color: #fff;
}
#dark-blue .accordion-toggle.open .plus-open,
.accordion-toggle.open .plus-open  {
	background: url(/assets/images/minus-large-dark-blue.png) no-repeat;
	background-size: 100% 100%;
}
#purple .accordion-toggle .plus-open {
	background: url(/assets/images/plus-large-purple.png) no-repeat;
	background-size: 100% 100%;
}
#purple .accordion-toggle.open {
	background: #634ea0;
	color: #fff;
}
#purple .accordion-toggle.open .plus-open {
	background: url(/assets/images/minus-large-purple.png) no-repeat;
	background-size: 100% 100%;
}
.accordion-content {
	display: none;
	padding: 20px 30px 0;
	overflow: auto;
}
.section-related .row {
	display: table;
	width: 100%
}
.section-related .col {
	width: 47.436%;
	display: table;
	min-height: 85px;
	border-bottom: 1px solid #4d4d4f;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.section-related .row:last-child .col {
	border-bottom: 0;
}
.section-related .related-left {
	float: left;
}
.section-related .related-right {
	float: right;
}
.section-related h3 {
	font-size: 24px;
	vertical-align: middle;
	font-weight: 500px;
	display: table-cell;
	padding-left: 15px;
	width: 100%;
}
.section-related h3 a {
	color: #4d4d4f;
}
.section-related h3 a:hover {
	color: #62a0d6;
}
.section-related .dot-holder {
	width: 86px;
	height: 86px;
}
.section-related .label {
	display: table;
	vertical-align: middle;
	border-radius: 43px;
	width: 86px;
	height: 86px;
	background: #62a0d6;
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	overflow: hidden;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
}
.section-related .label span {
	display: table-cell;
	vertical-align: middle;
}
.section-related .label.events,
.section-related .label.get-involved  {
	background: #634ea0;
}
.section-related .label.other {
	background: #62a0d6;
}
.section-related .label.support {
	background: #dea134;
}
.section-related .label.advocacy {
	background: #01a24a;
}
.section-related .label.blog,
.section-related .label.news  {
	background: #0065a5;
}
.section-related .label.disease {
	background: #b5c729;
}
.section-related .label.prevent {
	background: #75cbc8;
}
/*GET INVOLVED STYLES */
.section-involved-top {
    width: 100%;
    overflow: hidden;
    padding: 0;
}

.section-involved-top .block-holder, .section-involved-main .block-holder {
    overflow: hidden;
    padding: 0 45px;
}

.section-involved-top  .row {
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px;
}

.section-involved-top .row .col {
    float: right;
    position: relative;
}
.section-involved-top .img-hold img {
	width: 100%;
}
.section-involved-top .row .col.hover .img-hold:after {
    opacity: 1;
}

.section-involved-top .row .col.hover .btn-hold {
    opacity: 1;
}

.section-involved-top .row.row1 .col {
    width: 57.26%;
}

.section-involved-top .row.row1 .col:first-child {
    width: 41.03%;
    float: left;
}

.section-involved-top .row.row2 .col {
    width: 40%;
}

.section-involved-top .row.row2 .col:first-child {
    width: 58.29%;
    float: left;
}

.section-involved-top .row.row1 .col .img-hold:after {
    background: rgba(98, 160, 214, 0.85);
}
.section-involved-top .row.row1 .col:first-child .img-hold:after {
    background: rgba(222, 161, 52, .85);
}
.section-involved-top .row.row2 .col .img-hold:after {
    background: rgba(99, 77, 160, .85);
}
.section-involved-top .row.row2 .col:first-child .img-hold:after {
    background: rgba(183, 200, 40, .85);
}
.section-involved-top .text {
    position: relative;
    padding: 0 165px 0 17px;
    white-space: nowrap;
    min-height: 66px;
    z-index: 5;
}
.section-involved-top .row.row1 .col .text {
    background: #62a0d6;
}
.section-involved-top .row.row1 .col:first-child .text {
    background: #e9a837;
}
.section-involved-top .row.row2 .col .text  {
    background: #624da0;
}
.section-involved-top .row.row2 .col:first-child .text   {
    background: #b5c828;
}

.section-involved-top .text:after {
    content: "";
    display: inline-block;
    height: 66px;
    width: 1px;
    overflow: hidden;
    margin: 0 0 0 -5px;
    vertical-align: middle;
}

.section-involved-top h2 {
    margin: 5px 0;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffff;
}

.section-involved-top .text div.more {
    position: absolute;
    left: auto;
    right: 62px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    font: 18px/18px "Roboto","Helvetica Neue","Helvetica",sans-serif;
    font-weight: bold;
    color: #ffffff;
}
.section-involved-top .text div.more a {
	color: #ffffff;
}
.section-involved-top .text .icon-arrow {
    position: absolute;
    top: 50%;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    color: #fff;
    right: 10px;
    border-radius: 50%;
    font-size: 22px;
    padding: 10px 0 0 3px;
    text-align: center;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.section-involved-top .row.row1 .col .text .icon-arrow {
    background: #467197;
}
.section-involved-top .row.row1 .col:first-child .text .icon-arrow {
    background: #c58f2e;
}
.section-involved-top .row.row2 .col .text .icon-arrow {
    background: #4c387c;
}
.section-involved-top .row.row2 .col:first-child .text .icon-arrow  {
    background: #7e8f1a;
}

.section-involved-top .img-hold {
    position: relative;
}

.section-involved-top .img-hold:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 0;
    z-index: 3;
}

.section-involved-top .btn-hold {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    z-index: 4;
}

.section-involved-top .btn-1 {
    font-size: 21px;
    line-height: 23px;
    font-weight: 700;
    padding: 17px 24px;
    /*margin: 0 0 65px;*/
}

.section-involved-top .btn-1 span {
    display: inline-block;
    font-size: 25px;
    color: #fff;
    margin: -6px 0 0;
}

.section-involved-top .btn-1:hover {
    color: #fff;
    border-color: #4d4d4f;
}

.section-involved-main {
    overflow: hidden;
    padding: 45px 0 0;
    width: 100%;
}

.section-involved-main h1 {
    font-weight: 300;
    border-bottom: 8px solid #62a0d6;
    padding-bottom: 15px;
	margin-bottom: 15px;
}
.section-involved-main p.intro {
    font-size: 28px;
}
.section-involved-main .breadcrumb-row {
    font-size: 14px;
    color: #5181ac;
    font-weight: 700;
    margin-bottom: 25px;
}
.section-involved-main .breadcrumb-row .breadcrumb {
    font-size: 14px;
    color: #5181ac;
    font-weight: 400;
}
.section-involved-main .breadcrumb-row .breadcrumb:last-child {
    font-weight: 700;
}
.section-involved-main .row {
    width: 100%;
    margin-bottom: 60px;
    overflow: hidden;
}
.section-involved-main .row .item-title {
     width: 100%;
    min-height: 60px;
    padding: 0 165px 0 17px;
    position: relative;
    white-space: nowrap;
}

.section-involved-main .row .item-title::after {
    content: "";
    display: inline-block;
    height: 60px;
    margin: 0 0 0 -5px;
    overflow: hidden;
    vertical-align: middle;
    width: 1px;
}


.section-involved-main .row .item-title h2 {
    color: #ffffff;
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
    margin: 5px 0;
    vertical-align: middle;
    white-space: normal;
}
.section-involved-main .row .item-title a {
    color: #ffffff;
}
.section-involved-main .row .item-title a span.item-link {
    position: absolute;
    left: auto;
    right: 62px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    font: 18px/18px "Roboto","Helvetica Neue","Helvetica",sans-serif;
    font-weight: bold;
    color: #ffffff;
}

.section-involved-main .row .item-title .icon-arrow {
    position: absolute;
    top: 50%;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    color: #fff;
    right: 10px;
    border-radius: 50%;
    font-size: 22px;
    padding: 10px 0 0 3px;
    text-align: center;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}
.section-involved-main .row.odd .item-title {
   background: #62a0d6;
}
.section-involved-main .row.even .item-title {
   background: #58595b;
}
.section-involved-main .row.odd .item-title .icon-arrow {
    background: #467197;
}
.section-involved-main .row.even .item-title .icon-arrow {
    background: #414042;
}
.section-involved-main .row .item-body {
    background: #f1f2f2;
    width: 100%;
    min-height: 285px;
    padding: 0;
    position: relative;
}
.section-involved-main .row.odd .item-body .text {
    width: 54.53%;
    float: right;
}
.section-involved-main .row.odd .item-body img {
    float: left;
    max-width: 532px;
    width: 45.47%;
}
.section-involved-main .row.even .item-body .text {
    width: 54.53%;
    float: left;
}
.section-involved-main .row.even .item-body img {
    float: right;
    max-width: 532px;
    width: 100%;
}
.section-involved-main .row .item-body.wide {
	min-height: auto;
}
.section-involved-main .row .item-body.wide .text {
    width: 100%;
    float: left;
	background: #f1f2f2;
}
.section-involved-main .row .item-body p {
    font-size: 21px;
    padding: 35px 45px 0;
}
.section-involved-main .row .col {
    width: 100%;
    margin-top: 70px;
    display: block;
    float: left;
}
.section-involved-main .row .col h3 {
    display: block;
    padding: 0;
    width: 100%;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    max-width: 460px;
}
.section-involved-main .row .col h3 a {
    color: #ffffff;
    display: block;
    padding: 42px 50px;
}
.section-involved-main .row .col h3.orange {
    background:  #dea134;
    float: none;
    margin: 0 auto 35px;
}
.section-involved-main .row .col h3.green {
    background: #b7c828;
    float: left;
    margin-left: 35px;
}
.section-involved-main .row .col h3 .icon-arrow {
    display: inline-block;
    width: 42px;
    height: 42px;
    color: #fff;
    margin-left: 10px;
    border-radius: 50%;
    font-size: 22px;
    padding: 10px 0 0 3px;
    text-align: center;
}
.section-involved-main .row .col h3:hover.orange {
    background:  #c58f2e;
}
.section-involved-main .row .col h3:hover.green {
    background: #7e8f1a;
}
.section-involved-main .row .col h3.orange .icon-arrow {
    background: #c58f2e;
}
.section-involved-main .row .col h3.green .icon-arrow {
    background: #7e8f1a;
}
#green h2.section-head, h2.section-head {
	padding-bottom: 10px;
	border-bottom: 5px solid #b7c828
}
a.anchor-link {
	display: inline-block;
	float: left;
	margin-top: -144px;
}
ul.anchors {
    padding: 0;
    list-style: none;
    margin: 0 0 40px;
}
ul.anchors li {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-size: 25px;
}
#green ul.anchors li a {
    padding: 0 0 0 25px;
    color: #7e8f1a;
}
#green ul.anchors li:before, ul.anchors li:before {
    content: "";
    border-color: transparent #7e8f1a;
    border-style: solid;
    border-width: 7px 0 7px 13px;
    display: block;
    height: 0;
    width: 0;
    left: 0;
    top: 22px;
    position: relative;
}
#dark-green h2.section-head {
	padding-bottom: 10px;
	border-bottom: 5px solid #75cbc8;
}
#dark-green ul.anchors li a {
    color: #569a98;
}
#dark-green ul.anchors li:before {
    border-color: transparent #569a98;
}
#dark-green-2 h2.section-head {
	padding-bottom: 10px;
	border-bottom: 5px solid #01a24a
}
#dark-green-2 ul.anchors li a {
    color: #058442;
}
#dark-green-2 ul.anchors li:before {
    border-color: transparent #058442;
}
#blue h2.section-head {
	border-bottom: 5px solid #62a0d5;
}
#blue ul.anchors li a {
    color: #4a7aa3;
}
#blue ul.anchors li:before {
    border-color: transparent #4a7aa3;
}

#dark-blue h2.section-head, h2.section-head {
	border-bottom: 5px solid #0065a5;
}
#dark-blue ul.anchors li a, ul.anchors li a {
    color: #134574;
    padding: 0 0 0 25px;
}
#dark-blue ul.anchors li:before, ul.anchors li:before {
    border-color: transparent #134574;
}
#purple h2.section-head {
	border-bottom: 5px solid #634ea0;
}
#purple ul.anchors li a {
    color: #4b367a;
}
#purple ul.anchors li:before {
    border-color: transparent #4b367a;
}

/*responsive image styles*/
.responsive.left {
    float: left;
    margin: 15px 25px 15px 0;
    width: 56%;
}
.responsive.right {
    float: right;
    margin: 15px 0 15px 25px;
    width: 56%;
}
.responsive.right img, .responsive.left img {
    margin: 0;
    width: 100%;
}
.responsive {
    float: none;
    margin: 15px auto;
    width: 100%;
}
.responsive img {
    float: none;
    margin: 0 auto;
    width: 100%;
}
p.caption {
    font-style: italic;
    margin: 10px 0 10px;
    font-size: 16px;
    line-height: 1.3;
}
.story-row {
	width: 100%;
	float: left;
	border-bottom: 2px solid #f1f2f2;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.story-row h4 {
	margin-bottom: 10px;
}
.story-row:last-child  {
	border-bottom: 0;
}
.story-row img {
	float: left;
	display: block;
	width: 150px;
	margin: 5px 15px 15px 0;
}
.adv-blog-row {
	width: 100%;
	float: left;
	border-bottom: 2px solid #f1f2f2;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.adv-blog-row h4 {
	margin-bottom: 10px;
}
.adv-blog-row:last-child  {
	border-bottom: 0;
}
.adv-blog-row img {
	display: block;
	width: 500px;
	margin: 5px 15px 15px 0;
}
/*PAGE SPONSOR STYLES*/
.section-sponsor .block-holder {
    overflow: hidden;
    padding: 0 45px;
}
.sponsor-background {
    width: 100%;
    background: url(/assets/images/background-sponsor-block.png) repeat-x scroll left center;
    min-height: 180px;
    position:relative;
    display: block;
    float: left;
    margin: 25px 0;
}
.section-sponsor .sponsor-inner {
    display: table;
    min-height: 180px;
    margin: 0 auto;
    background: #fff;
    width: auto;
}
.sponsor-inner .sponsor-text, .sponsor-inner .sponsor-logo {
    display: table-cell;
    vertical-align: middle;
    height: 180px;
}
.sponsor-inner .sponsor-text {
    width: 220px;
    padding: 0 15px;
    height: 180px;
}
.text-below-sponsor {
  font-size:14px;
  text-align:center;
}
.sponsor-inner .sponsor-text p {
    margin-bottom: 0;
    font-size: 14px;
}
.sponsor-inner .sponsor-logo a {
	display: inline-block;
}
.sponsor-inner .sponsor-logo img {
    display: inline-block;
    vertical-align:middle;
    padding: 0 15px;
}

.box-hold .btn-box-link a {
	text-decoration: none;
	color: #493511;
	font-size: 12px;
	font-weight: bold;
}
/*Update 03-13-2017  Donate buttons*/
.box-hold > a:nth-child(3){
  background-color: #b7c828;
}
.btn-login{
	background-color: #62a0d6;
}
.section-mission a .mark{
	color: #62a0d6!important;
}

.section-mission  .center-holder a{
	color: #62a0d6;
}

#header .box-hold .btn:after {
  border-color: #b7c828 transparent transparent transparent;
}

.box-hold .btn-box-link a{
  color: #fff !important;
}

.btn-box-link.link1{
  border-right: #9fad25 solid 1px;
}

#header .box-hold .btn:hover{
  color: #fff !important;
}
#header .box-hold .btn:hover {
	background: #b7c828 none repeat scroll 0 0;
}
#header .box-hold .btn:hover:after {
	border-color: #b7c828 transparent transparent transparent;
}
/*End Update 03-13-2017  */

/* FF UPDATE FOOTER SIGNUP/SOCIAL/SPONSORS WITH CAPTCAH 8.24.17*/

.footer-info .wrapable.captcha-label {
    width: 100%;
}
.footer-info .captcha-text, .footer-info img.captcha-img {
    width: 34.335%;
    float: left;
    margin-right: 2.7%;
}
.footer-info img.captcha-img {
    height: 44px;
}
.footer-info .captcha-change {
    font-size: 12px;
    width: 100%;
    float: left;
    margin-top: -5px;
}
/* REMOVED FF UPDATE SIGN-UP CAPTCHA 6-18-2020 */
/* .form-email .code {
    width: 44.32%;
}*/ 
/* END FF UPDATE FOOTER SIGNUP/SOCIAL/SPONSORS WITH CAPTCAH 8.24.17*/

/* RESPONSIVE VIDEO CSS 4.19.18 */
.video-wrapper {
    width: 100%;
    padding: 30px 0;
    max-width: 850px;
    margin: 0 auto;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* END RESPONSIVE VIDEO CSS 4.19.18 */

/* NEW PAGE AUTHOR STYLES 5.5.20*/
#author-row {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}
#author-block {
    width: 100%;
    max-width: 390px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-width: 1px;
    border-style: solid;
    border-color: #c3c3c3;
    padding: 8px;
}
#author-block img {
   width: 65px;
   max-width: 65px;
   height: 65px;
   margin-right: 10px;
   border-radius: 50%;
   display: block;
}
#author-block span {
    font-size: 15px;
    line-height: 1.3;
    width: 305px;
}
#author-block span.multiple-authors {
    width: 100%;
}
/* END NEW PAGE AUTHOR STYLES */
@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (max-width: 1399px) {
	#main-nav {
		font-size: 15px;
		line-height: 18px;
		width: 76%;
		float: left;
	}

	.drop-wrap {
		width: 500px;
		margin-top: 16px;
	}

	.drop-wrap-1 {
		width: 343px;
	}

	.drop-wrap-1 .col2 {
		width: 160px;
	}

	.drop-wrap-2, .drop-wrap-3 {
		width: 182px;
	}
	.text-banner {
		top: 50%;
	}
	.text-banner h2 {
		margin: 0 0 20px;
		font-size: 43px;
		line-height: 49px;
		font-weight: 400;
		font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
	}
	.text-banner .text-hold {
		max-width: 45%;
	}
}

@media (max-width: 1259px) {
	#header .box-hold {
		width: 77.6%;
	}

	.logo {
		width: 21.8%;
	}

	.section-events .text {
		font-size: 20px;
		line-height: 22px;
	}

	.section-events h2 {
		font-size: 20px;
		line-height: 22px;
	}

	.section-events .btn-1 {
		font-size: 18px;
		line-height: 20px;
		padding: 17px 20px;
	}

	#footer .holder {
		padding: 0;
	}

	.footer-info .box-social {
		width: 240px;
		float: right;
		margin: 0 -19px 0 0;
		padding: 0;
	}

	.form-email {
		width: 60%;
	}

	.box-logos {
		float: none;
		width: 100%;
		text-align: center;
		padding: 54px 0 30px;
		clear: both;
	}

	.box-logos ul {
		max-width: 353px;
		margin: 0 auto;
	}
    
    /* FF UPDATE FOOTER SIGNUP/SOCIAL/SPONSORS WITH CAPTCAH 8.24.17*/
    .footer-info .form-email {
        width: 45%;
        margin-right: 10%;
    }
    .footer-info .box-social {
        width: 45%;
        float: left;
        padding: 0 10px 0 0;
    }
    .box-logos {
        float: left;
        width: 39.74%;
        padding: 6px 0 0;
        margin-top: 20px;
    }
    #footer .social-networks {
        overflow: hidden;
        margin-bottom: 18px;
        display: inline-block;
        float: left;
    }
    .box-logos {
        float: left;
        padding: 6px 0 0;
        margin-top: 20px;
        width: 35%;
        clear: none;
    }
    .box-logos ul {
        margin: 0;
    }
    /* END FF UPDATE FOOTER SIGNUP/SOCIAL/SPONSORS WITH CAPTCAH 8.24.17*/
}

/* FF UPDATE FOOTER SIGNUP/SOCIAL/SPONSORS WITH CAPTCAH 8.24.17*/
@media (max-width: 1025px) {
    .footer-info .form-email {
        width: 100%;
        margin-right: 0;
        max-width: 600px;
        margin: 0 auto;
        display: block;
        float: none;
    }
    .footer-info .box-social {
        width: 100%;
        padding: 0 0 0 0;
        margin: 20px auto;
        display: block;
        float: none;
        max-width: 342px;
    }
    .box-logos {
        width: 100%;
        margin: 0 0 15px;
        float: left;
    }
    .box-logos ul {
        margin: 0 auto 15px;
    }
    #cons_first_name, #cons_email, #cons_last_name, #cons_zip_code {
        width: 48.65%;
    }
    #cons_last_name, #cons_zip_code {
        margin-right: 0;
    }
    #cons_first_name, #cons_email {
        margin-right: 2.7%;
    }
    .footer-info .form-email {
        max-width: 500px;
        margin: 0 auto;
        display: block;
        float: none;
    }
    .form-email button {
        width: 25.27%;
    }
    .footer-info .captcha-text, .footer-info img.captcha-img {
        width: 34.665%;
        margin-right: 2.7%;
    }
}
/* END FF UPDATE FOOTER SIGNUP/SOCIAL/SPONSORS WITH CAPTCAH 8.24.17*/

@media (max-width: 1024px) {
	.banner .social {
		display: none;
	}
}

@media (max-width: 1023px) {
	h1,
	.h1 {
		font-size: 22px;
		line-height: 24px;
		margin: 0 0 15px;
	}

	.drop .green.donate{
		background-color: #b7c828 !important; color: #ffffff;
	}

	.drop .green.donate a{
		color: #ffffff
	}

	#header {
		height: 162px;
	}

	#header .box-hold {
		width: 102px;
	}

	.box-hold .btn-box-link {
		text-align: center;
		margin: 0px;
		margin-top:50px;
		width: 52px;
	}

	.btn-box-link.link2 {
		right: 1px;
	}
	.btn-box-link.link1 {
		right: 53px;
	}

	.box-hold .btn-box-link a {
		font-size: 12px;
	}

	#header .box-hold .btn {
		height: 93px;
		font-size: 22px;
		line-height: 27px;
		padding: 15px 5px 5px;
		margin: 0 5px 0 0;
		width: 102px;
	}

	#header .box-hold .btn:after {
		border-width: 27px 51px 0 51px;
		bottom: -27px;
	}

	.slideOutUp .wrap2.active #header {
		left: 537px;
	}

	.top-panel .icon-search {
		width: 43px;
		height: 43px;
		margin: 10px 5px 0 0;
		font-size: 26px;
		background: #4d94bf;
	}

	.top-panel .icon-email {
		display: none;
	}

	.side-push.active .opener:before,
	.side-push.active .opener:after {
	    display: none;
	}
	.side-push.active .opener span {
	    background: url(https://akf2015.pub30.convio.net/assets/images/arrow-back-menu.png) no-repeat;
	    height: 34px;
	    width: 25px;
	}
	.side-push.active .opener {
		width: 108px;
	}

	.top-panel a.mobile-email, .top-panel .mobile-language {
		display: block;
	}
	.top-panel a.mobile-email span.icon-email {
		display: block;
		width: 25px;
		float: left;
		height: 20px;
	}
	.btn-login {
		display: none;
	}

	.open-close-1 .slide {
		right: 5px;
	}

	.logo {
		width: 327px;
		margin: 24px 0 0 5px;
	}

	#main-nav {
		display: none;
	}

	#wrapper.slideOutUp {
		padding: 162px 0 0;
	}
	.text-banner h2 {
		font-size: 32px;
		line-height: 38px;
	}
	.text-int-banner h1 {
	    font-size: 32px;
	    line-height: 36px;
	    padding: 10px 30px;
	}

	.btn-1 {
		padding: 10px 12px 10px 18px;
	}

	.btn-1.all-stories {
		padding: 10px 12px 10px 18px;
	    margin-top: 8px;
	}
	.section-mission .box-text {
		font-size: 21px;
		line-height: 23px;
		padding: 17px 0 16px;
		border-bottom: 4px solid #fff;
	}

	.section-mission .box-text:after {
		border-width: 17px 25px 0 25px;
		margin-left: -25px;
	}

	.section-mission .box-text:before {
		border-width: 23px 34px 0 34px;
		margin-left: -34px;
	}

	.section-mission p {
		margin: 0 10px;
	}

	.block-mission .block {
		font-size: 15px;
		line-height: 18px;
	}

	.block-mission .block .box {
		padding: 21px 60px 22px 10px;
	}

	.block-mission .block:nth-child(2n) .box {
		padding: 20px 55px 22px 15px;
	}

	.block-mission .block:nth-child(2n) .icon-arrow {
		right: 27px;
	}

	.block-mission .block .icon-arrow {
		width: 27px;
		height: 27px;
		font-size: 17px;
		padding: 5px 0 0 3px;
		right: 24px;
	}

	.section-events {
		padding: 50px 0 55px;
	}

	.section-events .block-holder {
		padding: 0 20px;
	}

	.section-events .row {
		margin: 0 0 17px;
	}

	.section-events .row .heading {
		font-size: 16px;
		line-height: 20px;
		padding: 2px 10px;
		top: 34px;
	}

	.section-events .text {
		font-size: 16px;
		line-height: 18px;
		min-height: 38px;
		padding: 0 11px;
	}

	.section-events .text:after {
		height: 38px;
	}

	.section-events h2 {
		font-size: 16px;
		line-height: 18px;
	}

	.section-events .btn-1 {
		font-size: 16px;
		line-height: 18px;
		padding: 8px 15px;
		margin: 0 0 35px;
	}

	.section-events .btn-1 span {
		font-size: 22px;
		margin: -5px 0 0;
	}

	#footer .holder {
		padding: 0 5px;
	}

	#footer .social-networks a {
		width: 46px;
		height: 46px;
		font-size: 46px;
	}

	.donate-bar span {
		font-size: 25px;
		line-height: 28px;
	}

	.donate-bar .btn {
		font-size: 25px;
		line-height: 28px;
		padding: 14px 28px;
	}

	.footer-info {
		padding: 30px 0 0;
	}

	.box-social {
		width: 32.55%;
		padding: 0;
	}

	.footer-info .box-social .title {
		font-size: 14px;
		line-height: 16px;
		margin: 0 0 10px;
	}

	.form-email {
		padding: 0 10px 0 18px;
		width: 67.3%;
	}

	.form-email label {
		font-size: 14px;
		line-height: 16px;
	}

	.form-email .text {
		font-size: 14px;
		line-height: 16px;
		width: 196px;
		margin: 0 13px 10px 0;
	}

	.form-email .code {
		font-size: 14px;
		line-height: 16px;
		width: 107px;
		margin: 0 13px 0 0;
	}

	.form-email button {
		font-size: 14px;
		line-height: 16px;
		width: 77px;
		padding: 16px 5px 14px;
	}

	.box-logos {
		padding: 54px 0 16px;
	}

	.box-logos .hold {
		background: #fff;
		padding: 33px 9999px 30px;
		margin: 0 -9999px;
	}
    .footer-info form.form-email .row {
        max-width: 500px;
    }

	.footer-nav {
		display: none;
	}

	.footer-box {
		background: #f1f2f2;
		padding: 0 0 17px;
	}

	.footer-box a {
		color: #005993;
	}

	.footer-box .copy {
		float: none;
		width: 100%;
		text-align: center;
		color: #005993;
		font-size: 11px;
		line-height: 14px;
	}

	.footer-box .menu {
		float: none;
		width: 100%;
		text-align: center;
		overflow: hidden;
		letter-spacing: -4px;
		font-size: 0;
		line-height: 0;
		padding: 0 0 8px;
	}

	.footer-box .menu li {
		float: none;
		display: inline-block;
		letter-spacing: normal;
		font-size: 12px;
		line-height: 14px;
		text-transform: uppercase;
	}

	.footer-box .menu li:after {
		background: #005993;
	}

	.box-back {
		display: block;
	}

	.menu {
		float: left;
		padding: 0;
	}

	.menu .opener {
		display: block;
	}

	.menu ul {
		float: none;
		width: 100%;
		overflow: hidden;
		font-size: 17px;
		line-height: 19px;
		padding-top: 0;
	}

	.menu ul li {
		float: none;
		margin: 0;
		border-bottom: 1px solid #c6c6c7;
	}

	.menu ul li ul li {
		border-bottom: 0;
	}

	.menu ul a {
		color: #4e4d50;
		display: block;
		padding: 27px 34px 29px;
	}

	.menu .nav {
		display: block;
	}

	.opener.close-btn {
		float: none;
		overflow: hidden;
		width: 39px;
		height: 39px;
		color: #0065a4;
		margin: 0;
	}

	.opener.close-btn:before {
		color: #0065a4;
		font-size: 39px;
	}

	.btn-home {
		float: none;
		width: 100%;
		overflow: hidden;
		background: #fff;
		padding: 13px 34px 15px;
	}

	.btn-home a {
		color: #0065a4;
		font-size: 39px;
	}

	.wrap2.side-push {
		overflow: hidden;
		position: relative;
	}

	.wrap2.side-push .drop {
		position: fixed;
		top: 0;
		left: -537px;
		width: 537px;
		bottom: 0;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		background: #f2f2f2;
		border-right: 12px solid #e7e7e7;
		z-index: 999;
		float: none;
	}

	.wrap2.side-push .container {
		-webkit-transition: all .3s linear;
		transition: all .3s linear;
        padding: 0;
	}

	.wrap2.side-push.active .container {
		margin-right: -537px;
		margin-left: 537px;
	}

	.wrap2.side-push.active .drop {
		left: 0;
	}

	.drop-hold {
		height: 100%;
		overflow-y: auto;
		min-height: 200px;
	}
	#box_callout {
		margin: 0 auto 15px;
		float: none;
		width: 100%;
		max-width: 550px;
	}
	#ct_box {
		margin: 0 auto 15px;
		float: none;
		width: 100%;
		max-width: 100%;
    }
	#vid_box {
		margin: 0 auto 15px;
		float: none;
		width: 100%;
		max-width: 100%;
    }
	#nd_box_callout {
		margin: 0 auto 15px;
		float: none;
		width: 100%;
		max-width: 550px;
	}
	#adv_box_callout {
		margin: 0 auto 15px;
		float: none;
		width: 100%;
		max-width: 550px;
	}
	#gen_box_callout {
		margin: 0 auto 15px;
		float: none;
		width: 100%;
		max-width: 550px;
	}
	#hepc_box_callout {
		margin: 0 auto 15px;
		float: none;
		width: 100%;
		max-width: 550px;
	}
	#webinar_box {
		margin: 0 auto 15px;
		float: none;
		width: 100%;
		max-width: 550px;
	}
}
@media (max-width: 910px) {

	h2.chipotle {
	font-size: 50px;
	line-height: 1.3;
	font-weight: 500;
}
	.section-involved-top .text div.more {
		right: 46px;
	}
	.section-involved-top .text .icon-arrow {
	    border-radius: 50%;
	    color: #ffffff;
	    display: inline-block;
	    font-size: 22px;
	    height: 42px;
	    padding: 10px 0 0 3px;
	    position: absolute;
	    right: 10px;
	    text-align: center;
	    top: 50%;
	    transform: translateY(-50%);
	    transition: background 0.3s ease 0s;
	    width: 42px;
	}
	.section-involved-top .text .icon-arrow {
	    font-size: 18px;
	    height: 32px;
	    padding: 7px 0 0 3px;
	    width: 32px;
	}
	.section-involved-top .text {
	    padding: 0 148px 0 14px;
	}
	.section-involved-top h2 {
	    font-size: 21px;
	    font-weight: 400;
	    line-height: 24px;
	}
	.section-involved-top .text div.more {
	    font: 500 16px/16px "Roboto","Helvetica Neue","Helvetica",sans-serif;
	}
	.text-banner .text-hold {
		margin: 0 10px 0 0;
	}
	.text-banner h2 {
	    font-size: 30px;
	    line-height: 36px;
	    margin-bottom: 12px;
	}
	.sponsor-background {
	    width: 100%;
	    background: none;
	    height: auto;
	}
	.section-sponsor .block-holder {
		padding: 0;
	}
}

@media (max-width: 767px) {
	h1,
	.h1 {
		font-size: 26px;
		line-height: 30px;
		margin: 0 0 10px;
	}
	h2.chipotle {
	font-size: 40px;
	line-height: 1.3;
	font-weight: 500;
}
	.drop .green.donate{
		background-color: #b7c828 !important; color: #ffffff;
	}

	.drop .green.donate a{
		color: #ffffff
	}
	#header {
		height: 100px;
	}

	#header .box-hold {
		width: 64px;
	}

	#header .box-hold .btn {
		height: 57px;
		width: 64px;
		font-size: 14px;
		line-height: 17px;
		margin: 0;
		padding: 15px 5px 5px;
	}

	.box-hold .btn-box-link {
		display: none;
	}

	.box-hold{
		display: none;
	}

	.box-donate-rkd{
		display: block;
		min-width: 285px;
		position: relative;
	}

	.rkd-donate-button{
		width: 100%;
		float: left;
		/*background-color: #dea134;*/
		/* update 03-13-2017 JAB */
		background-color:#b7c828 !important;
		color: #fff;
		font-weight: bold;
		padding: 6px;
		text-align: center;
		font-size: 30px;
	}

	a.rkd-donate-button:hover,a.rkd-donate-button:active, a.rkd-donate-button:visited{
		color: #fff;
	}

	.rkd-dropdown-button{
		float: right;
		padding-top: 26px;
		width: 42px;
		height: 60px;
		margin-right: -6px;
		margin-bottom: -14px;
		margin-top: -6px;
		/*background-color: #c18c2d;*/
		/* update 03-13-2017 JAB */
		background-color:#9fad25 !important;
	}


	.give-links{
		float: none;
		display: none;
		position: absolute;
		top:74px;
		text-align: center;
		width: 100%;
		margin-top: 0px;
		background-color: #c18c2d;
	}

	#header > div.center-holder > div.box-donate-rkd > div > p:nth-child(1) > a{
		border-bottom: 1px solid #dea134 ;
	}


	.give-links p{
		margin:0px;
		padding: 0px;
	}

	.give-links p a{
		color: #fff;
		font-size: 24px;
		font-weight: bold;
		float: left;
		padding: 15px;
		width: 100%;
	}

    /* update 03-13-2017 */
     #header > div.center-holder > div.box-donate-rkd > div > p:nth-child(1) > a, .give-links{
	    background-color:#b7c828 !important;
	  }
	  #header > div.center-holder > div.box-donate-rkd > div > p:nth-child(1) > a{
	    border-bottom: 1px solid #9fad25 !important;
	  }
    /* end */

	.btn-box-link.link2 {
		margin-top: 70px;
	}
	.btn-box-link.link1 {
		margin-top: 50px;
	}

	#header .box-hold .btn:after {
		border-width: 17px 32px 0 32px;
		bottom: -17px;
	}

	.slideOutUp .wrap2.active #header {
		left: 252px;
	}

	.side-push.active .opener {
		width: 70px;
	}

	.side-push.active .opener span {
	    background: url(https://akf2015.pub30.convio.net/assets/images/arrow-close-menu-small.png) no-repeat;
	    height: 19px;
	    width: 15px;
	}

	.top-panel a.mobile-email  {
	    padding: 13px 15px;
	    text-transform: none;
	    font-size: 12px;
	    line-height: 14px;
	    font-weight: 500;
	    margin-left: 5px;
	}

	.top-panel a.mobile-email span.icon-email {
		font-size: 12px;
		height: 14px;
		width: 15px;
	}

	.top-panel .icon-search {
		margin: 6px 0 0 0;
		width: 25px;
		height: 25px;
		font-size: 16px;
		padding: 4px 0 0;
	}

	.open-close-1 .slide {
		right: 0;
	}

	.open-close-1 .form-search {
		width: 290px;
	}

	.logo {
		width: 201px;
		margin: 16px 0 0;
	}

	#wrapper.slideOutUp {
		padding: 94px 0 0;
	}

	.banner > img {
		max-width: none;
		width: 100%;
	}

	.banner img.img-mobile {
		display: block;
	}

	.banner img.img-desktop {
		display: none;
	}

	.text-banner h2 {
		font-size: 28px;
		line-height: 32px;
		margin: 15px 0 16px;
		font-weight: 500;
	}

	.btn-1.all-stories {
	    display: none;
	}

	.text-banner .text-hold {
		margin: 0;
		max-width: 290px;
		width: 40%;
	}

	.banner .btn-1 {
		/*background: rgba(0,0,0,.2);*/
		width: auto;
		max-width: 100%;
		text-align: left;
		font-size: 15px;
		line-height: 19px;
		padding: 6px 8px 6px 9px;
	}

	.banner .btn-1 > span {
		font-weight: bold;
		font-size: 12px;
	}

	.section-mission .box-text {
		font-size: 18px;
		line-height: 24px;
		padding: 11px 0;
		border: none;
	}

	.section-mission .box-text:after {
		border-width: 14px 18px 0 18px;
		margin-left: -18px;
	}

	.section-mission .box-text:before {
		display: none;
	}

	.section-mission p {
		margin: 0;
	}

	.block-mission:after {
		display: none;
	}

	.block-mission .block {
		width: 100%;
		float: none;
		font-size: 18px;
		line-height: 21px;
		display: block;
	}

	.block-mission .block .box {
		padding: 18px 45px 19px 5px;
	}

	.block-mission .block:nth-child(2n) .box {
		padding: 18px 45px 19px 5px;
	}

	.block-mission .block:nth-child(2n) .icon-arrow {
		right: 15px;
	}

	.block-mission .block .icon-arrow {
		width: 26px;
		height: 26px;
		right: 15px;
		padding: 5px 0 0 3px;
	}
	.section-related .col {
		width: 100%;
		max-width: 500px;
		float:none;
		margin: 0 auto;
		padding-top: 30px;
	}
	.section-related .row:last-child .col {
		border-bottom: 1px solid #4d4d4f;
	}

	.section-events {
		padding: 42px 0 50px;
	}

	.section-events .center-holder {
		padding: 0;
	}

	.section-events h1 {
		padding: 0 15px;
	}

	.section-events .block-holder {
		padding: 0;
	}

	.section-events .row {
		margin: 0;
	}

	.section-events .row .col {
		float: none;
		margin: 0 auto;
		max-width: 500px;
	}

	.section-events .row.row1 .col {
		width: 100%;
	}

	.section-events .row.row1 .col:first-child {
		width: 100%;
		float: none;
	}

	.section-events .row.row2 .col {
		width: 100%;
	}

	.section-events .row.row2 .col:first-child {
		width: 100%;
		float: none;
	}

	.section-events .row.row3 .col {
		width: 100%;
	}

	.section-events .row.row3 .col:first-child {
		width: 100%;
		float: none;
	}



	.section-events .row .heading {
		top: 28px;
		padding: 3px 14px;
	}

	.section-events .text {
		font-size: 18px;
		line-height: 21px;
		min-height: 31px;
		padding: 0 15px;
	}

	.section-events .text:after {
		height: 31px;
	}

	.section-events h2 {
		font-size: 18px;
		line-height: 20px;
	}

	.section-events .btn-1 {
		margin: 0 0 25px;
		font-size: 14px;
		line-height: 16px;
	}

	.section-events .btn-1 span {
		font-size: 20px;
		margin: -6px 0 0;
	}

	.section-involved-top .row {
		margin: 0;
	}

	.section-involved-top .row.row1 .col,
	.section-involved-top .row.row1 .col:first-child,
	.section-involved-top .row.row2 .col,
	.section-involved-top .row.row2 .col:first-child {
	    width: 100%;
	    float: none;
	    margin: 0 auto;
		max-width: 500px;
		margin-bottom: 2em;
	}
	.section-involved-top .block-holder, .section-involved-main .block-holder {
	    overflow: hidden;
	    padding: 0;
	}


	.section-events .row .col {
		margin-bottom: 2.6em;
	}
	/*interior banner updates 1.14*/
	.text-int-banner {
	    position: relative;
	}
	.banner-int {
		min-height: auto;
	}
	#green .text-int-banner .center-holder {
	    background: #b7c828;
	}
	#blue .text-int-banner .center-holder {
	    background: #62a0d5;
	}
	#dark-green .text-int-banner .center-holder {
	    background: #75cbc8;
	}
	#dark-green-2 .text-int-banner .center-holder {
	    background: #01a24a;
	}
	.text-int-banner .center-holder,
	#dark-blue .text-int-banner .center-holder {
	    background: #0065a5;
	}
	#purple .text-int-banner .center-holder {
	    background: #634ea0;
	}
	.text-int-banner h1 {
	    font-size: 28px;
	    line-height: 32px;
	    padding: 10px 0;
	}

	#footer .holder {
		padding: 0;
	}

	#footer .social-networks {
		width: 100%;
	}

	#footer .social-networks li {
		float: none;
		text-align: center;
		letter-spacing: normal;
		margin: 0 13px;
		display: inline-block;
		vertical-align: top;
	}

	#footer .social-networks a {
		width: 39px;
		height: 39px;
		font-size: 39px;
	}

	#footer .social-networks a.icon-google-photos {
		background: url(/assets/images/google-photos-icon-small.png) no-repeat;
	}
	#footer .social-networks a.icon-instagram {
		background: url(/assets/images/instagram-icon-small.png) no-repeat;
	}


	.donate-bar span {
		font-size: 15px;
		line-height: 18px;
		margin: 0 24px 0 0;
	}

	.donate-bar .btn {
		font-size: 16px;
		line-height: 18px;
		padding: 10px 17px;
	}

	.footer-info {
		padding: 24px 0 0;
	}

	.footer-info .box-social {
		float: none;
		text-align: center;
		/*letter-spacing: -4px;*/
		font-size: 0;
		line-height: 0;
		width: 100%;
	}


	.form-email {
		width: 290px;
		float: none;
		overflow: hidden;
		margin: 0 auto 27px;
		padding: 0;
	}

	.form-email label {
		font-size: 12px;
		line-height: 14px;
		padding: 0 0 7px;
	}

	.form-email .text {
		width: 100%;
		margin: 0 0 11px 0;
		font-size: 12px;
		line-height: 14px;
		padding: 8px 7px 9px;
	}

	.form-email .code {
		width: 140px;
		margin: 0 10px 0 0;
		font-size: 12px;
		line-height: 14px;
		padding: 8px 7px 9px;
	}

	.form-email button {
		width: 140px;
		font-size: 12px;
		line-height: 14px;
		padding: 9px 5px 10px;
	}

	.box-logos {
		padding: 27px 0 12px;
	}

	.box-logos .hold {
		padding: 9px 9999px 12px;
	}

	.box-logos ul {
		width: 224px;
	}

	.footer-box {
		padding: 0 0 11px;
	}

	.footer-box .copy {
		font-size: 9px;
		line-height: 11px;
	}

	.footer-box .menu li {
		font-size: 9px;
		line-height: 11px;
		padding: 0 5px;
	}

	.footer-box .menu li:after {
		top: 0;
	}

	.footer-box .menu li:first-child {
		padding: 0 5px 0 0;
	}

	.box-back {
		padding: 16px 15px;
	}

	.back-to-top {
		font-size: 14px;
		line-height: 16px;
	}

	.back-to-top i {
		width: 22px;
		height: 22px;
		font-size: 22px;
		line-height: 24px;
	}

	.back-to-top span {
		margin: 0 8px 0 0;
	}

	.menu ul {
		font-size: 12px;
		line-height: 14px;
	}

	.menu ul a {
		padding: 13px 15px;
	}

	.menu .nav {
		font-size: 14px;
		line-height: 16px;
	}

	.menu .nav a {
		padding: 19px 30px 19px 15px;
	}

	.menu .nav a:after {
		border-width: 5px 5px 0 5px;
		right: 10px;
	}

	.menu .drop-nav ul {
		font-size: 12px;
		line-height: 14px;
	}

	.menu .drop-nav ul li {
		margin: 0 0 0 40px;
	}

	.menu .drop-nav ul a {
		padding: 14px 10px 14px 40px;
		margin: 0 0 0 -40px;
	}

	.opener {
		width: 85px;
		height: 19px;
		margin: 9px 0;
		font-size: 18px;
		line-height: 20px;
		border-radius: 0;
	}

	.opener:before,
	.opener:after,
	.opener span {
		height: 2px;
		width: 25px;
	}

	.opener:before,
	.opener:after {
		top: 8px;
	}

	.opener:after {
		top: 17px;
	}

	.opener.close-btn {
		width: 26px;
		height: 26px;
	}

	.opener.close-btn:before {
		font-size: 26px;
	}

	.btn-home a {
		font-size: 26px;
	}

	.btn-home {
		padding: 5px 15px 6px;
	}
    .banner-int {
        margin-top: 0;
    }
	.wrap2.side-push .drop {
		left: -252px;
		width: 252px;
	}

	.wrap2.side-push.active .container {
		margin-right: -252px;
		margin-left: 252px;
	}
	.section-landing .center-holder {
		padding: 0 20px;
	}
	.accordion-content {
    		padding: 10px 30px;
    		overflow: inherit;
    }

    #green .accordion-toggle .plus-open{
        background: url(/assets/images/plus-large.png) no-repeat;
        background-size: 100% 100%;
		float: right;
		height: 30px;
		margin-right:-40px;
		width: 30px;
    }
    #dark-green .accordion-toggle .plus-open {
        background: url(/assets/images/plus-large-dark-green.png) no-repeat;
        background-size: 100% 100%;
		float: right;
		height: 30px;
		margin-right:-40px;
		width: 30px;
    }
    #dark-green-2 .accordion-toggle .plus-open {
        background: url(/assets/images/plus-large-dark-green-2.png) no-repeat;
        background-size: 100% 100%;
		float: right;
		height: 30px;
		margin-right:-40px;
		width: 30px;
    }
    .accordion-toggle .plus-open,
    #dark-blue .accordion-toggle .plus-open{
        background: url(/assets/images/plus-large-dark-blue.png) no-repeat;
        background-size: 100% 100%;
		float: right;
		height: 30px;
		margin-right:-40px;
		width: 30px;
    }
    #blue .accordion-toggle .plus-open {
        background: url(/assets/images/plus-large-blue.png) no-repeat;
        background-size: 100% 100%;
		float: right;
		height: 30px;
		margin-right:-40px;
		width: 30px;
    }
    #purple .accordion-toggle .plus-open {
		background: url(/assets/images/plus-large-purple.png) no-repeat;
        background-size: 100% 100%;
		float: right;
		height: 30px;
		margin-right:-40px;
		width: 30px;
	}
	.accordion-toggle.open .plus-open {
		background: url(/assets/images/minus-large-dark-blue.png)no-repeat;
		background-size: 100% 100%;
		height: 30px;
		width: 30px;
	}
	.accordion-toggle, .accordion-toggle:hover {
		padding: 24px 60px 20px 30px;
		font-size: 21px;
	}
    .text-int-banner .text-hold {
        margin: 0;
    }
    .section-sponsor .sponsor-inner {
	    border-top: 5px solid #e7e8ea;
	    border-bottom: 5px solid #e7e8ea;
	    display: block;
	    height: auto;
	    margin: 0 auto;
	    max-width: 400px;
	    padding: 25px 0;
	    width: 100%;
	}
	.sponsor-inner .sponsor-text, .sponsor-inner .sponsor-logo {
	    display: block;
	    height: 100%;
	    margin: 20px auto;
	}
	.sponsor-inner .sponsor-text {
	    text-align: center;
	}
	.sponsor-inner .sponsor-logo a {
		display: block;
	}
	.sponsor-inner .sponsor-logo img {
	    display: block;
	    padding: 0 15px;
	    margin: 0 auto;
	}
	#box_callout {
		padding: 20px 30px 40px;
		background-image: none;
		text-align: center;
	}

	#nd_box_callout {
		padding: 20px 30px 40px;
		background-image: none;
		text-align: center;
	}
	#adv_box_callout {
		padding: 20px 30px 40px;
		background-image: none;
		text-align: center;
	}
	#gen_box_callout {
		padding: 20px 30px 40px;
		background-image: none;
		text-align: center;
	}
	#hepc_box_callout {
		padding: 20px 30px 40px;
		background-image: none;
		text-align: center;
	}
	#webinar_box {
		padding: 20px 30px 40px;
		background-image: none;
		text-align: center;
	}
    
    /* FF UPDATE FOOTER SIGNUP/SOCIAL/SPONSORS WITH CAPTCAH 8.24.17*/
    .footer-info .form-email {
        width: 100%;
        margin-right: 0;
        max-width: 600px;
        margin: 0 auto;
        display: block;
        float: none;
    }
    .footer-info .box-social {
        width: 100%;
        padding: 0 0 0 0;
        margin: 20px auto;
        display: block;
        float: none;
        max-width: 342px;
    }
    .box-logos {
        width: 100%;
        margin: 0 auto 15px;
        float: left;
    }
    #cons_first_name, #cons_email, #cons_last_name, #cons_zip_code {
        width: 48.65%;
        font-size: 14px;
        line-height: 16px;
        padding: 14px 10px 15px;
    }
    #cons_last_name, #cons_zip_code {
        margin-right: 0;
    }
    #cons_first_name, #cons_email {
        margin-right: 2.7%;
    }
    .footer-info .form-email {
        max-width: 500px;
        margin: 0 auto;
        display: block;
        float: none;
    }
    .form-email button {
        width: 25.27%;
        font-size: 14px;
        line-height: 16px;
        padding: 14px 10px 15px;
    }
    .footer-info .captcha-text, .footer-info img.captcha-img {
        width: 34.665%;
        margin-right: 2.7%;
    }/* END FF UPDATE FOOTER SIGNUP/SOCIAL/SPONSORS WITH CAPTCAH 8.24.17*/
}
@media screen and (max-width: 580px) {
	h2.chipotle {
	font-size: 30px;
	line-height: 1.3;
	font-weight: 500;
}
	.responsive.right, .responsive.left {
		width: 100%;
		float: none;
	    margin: 25px auto;
	}
	.section-related .block-holder {
		padding: 0;
	}
}
@media screen and (max-width: 520px) {
	h2.chipotle {
	font-size: 30px;
	line-height: 1.3;
	font-weight: 500;
}
	.text-banner h2 {
	    font-size: 20px;
	    line-height: 24px;
	}
	.text-banner .text-hold {
	    width: 50%;
	}
	.banner .btn-1 {
		/*background: rgba(0,0,0,.2);*/
		font-weight: 700;
		font-size: 12px;
		line-height: 16px;
	}

	.banner .btn-1 > span {
		font-weight: bold;
		font-size: 12px;
		color: #fff;
	}
}
@media (max-width: 460px) {
	h2.chipotle {
	font-size: 30px;
	line-height: 1.3;
	font-weight: 500;
}
	.section-events h2 {
    	font-size: 16px;
    	line-height: 19px;
	}
	.text-banner h2 {
		margin-bottom: 8px;
	}

}
/*FEATURE ITEM PROMO BLOCK CSS (FF - 8.15.18)*/
.feature-item {
    float: right;
    width: 400px;
    max-width: 46%;
    display: block;
    background: #ededed;
    border: 4px solid #0065a4;
    margin: 10px 0 20px 20px;
    box-sizing: border-box;
    padding: 20px 25px;
}
.feature-item.mobile {
   display: none;
}
.feature-item.align-center {
   text-align: center;
}
.feature-item.align-left {
   text-align: left;
}
.feature-item h2 a {
    font-size: 34px;
    color: #0065a4;
}
.feature-item p {
    margin-bottom: 1em;
}
.feature-item.align-center img {
   float: none;
   display: block;
   margin: 0 auto 25px;
}
.feature-item.align-left  img {
   display: block;
   float: right;
   margin: 10px 0 0 20px;
   max-width: 35%;
}
.feature-item a.feature-btn {
   text-align: center;
   display: inline-block;
   background: #0065a4;
   padding: 12px 30px;
   color: #fff;
   font-size: 22px;
   line-height: 1;
   font-weight: 500px;
}
.feature-item fieldset input {
   width: 100%;
   margin-bottom: 12px;
   background: #fff;
   border: 0;
   font-size: 14px;
}
.feature-item fieldset,
.feature-item form  {
   width: 100%;
}
.feature-item form fieldset button {
   width: 100%;
   font-size: 22px;
   text-transform: uppercase;
}
.feature-item form span {
   font-size: 14px;
}
.feature-item h2.survey-title {
    font-size: 31px;
    color: #0065a4;
    text-align: center;
}
@media (max-width: 960px) {
  .feature-item {
     padding: 20px;
  }
  .feature-item h2 {
     font-size: 30px;
  }
}
@media (max-width: 900px) {
  .feature-item.desktop {
    display: none;
  }
  .feature-item.mobile {
     display: block;
     margin: 0 auto 25px;
     float: none;
     max-width: 100%;
  }
}
@media (max-width: 600px) {
  .feature-item.mobile {
     padding: 20px 15px;
  }
  .feature-item h2 {
      font-size: 30px;
   }

}
@media (max-width: 500px) {
  .feature-item.align-left  img {
     display: none;
  }
  .feature-item.align-left {
     text-align: center;
  }
}
/*END FEATURE ITEM PROMO BLOCK CSS (FF - 8.15.18)*/

/*EXPANDING CONTENT BLOCK CSS (FF - 8.05.19)*/
#complications .full-width-cta-section {
    margin: 24px auto;
    display: flex;
    width: 100%;
    color: #fff;
    background-color: #e9a837;
    padding: 24px 18px;
    align-items: center;
    flex-direction: column;
}
#complications .full-width-cta-section p {
    margin-bottom: 0;
}
#complications .full-width-cta-section--icon i {
    font-size: 48px;
}
#complications .full-width-cta-section {
    max-width: 90%;
    flex-direction: row;
}
/*END EXPANDING CONTENT BLOCK CSS (FF - 8.05.19)*/

/* RESPONSVE TABLE CSS (FF - 8.05.19)*/
.js-table-data {
    margin: 40px;
}
.js-table-data thead tr {
    background: #f1f2f2;
    border-bottom: 5px solid #dea134;
}
.js-table-data thead th {
    text-align: left;
	  padding: 10px;
	  border: 1px solid #acacac;
	  line-height: 1.3;
}
.js-table-data td {
    padding: 10px;
    border: 1px solid #acacac;
	  line-height: 1.3
}
@media screen and (max-width: 1000px) {
    .js-table-data {
        margin: 0;
    }
}
@media screen and (max-width: 767px) {
    .js-table-data {
        margin: 40px 0;
    }
    .js-table-data thead {
        display: none;
    }
    .js-table-data tr {
        display: block;
        position: relative;
        padding: .5em 0;
    }
    .js-table-data tr:first-of-type {
        border-top: 0;
    }
    .js-table-data td {
        display: table-row;
    }
    .js-table-data td:before {
        content: attr(data-label);
        display: table-cell;
        font-weight: bold;
        padding: 5px 8px 5px 5px;
        text-align: right;
    }
    .js-table-data td:last-child:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom: 0;
    }
}
/* END RESPONSVE TABLE CSS (FF - 8.05.19)*/
