@charset "UTF-8";
html {
  background-color: #51195D;
}

#page, .page {
  background-color: white;
  background-color: #3C1E3E;
}

.color-purple-2020 {
  color: #51195D !important;
}

.color-blue-2020 {
  color: #00C0F3 !important;
}

.background-purple-2020 {
  background-color: #51195D !important;
  color: white !important;
}

.color-blue-2020 {
  color: #00C0F3 !important;
}

.color-red {
  color: #E8405A !important;
}

.color-orange {
  color: #E86340 !important;
}

.color-mauve {
  color: #EEAEFF;
}

.color-blizzard {
  color: #B1EAFB;
}

/*
 * @file
 * global.base
 *
 * - normalize with small modifications for Drupal and AT: http://necolas.github.com/normalize.css/
 * - Gutter widths, see $gutter-width in _custom.scss
 * - Default container alignment.
 * - Flexible images and media declarations.
 * - Copies of the SCSS mixins for reference, which includes an improved
 *   element-invisible and focusable styles.
 */
/* =============================================================================
    HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}

/* =============================================================================
    Base
   ========================================================================== */
/*
 * If you are using the themes Responsive JS feature (media_queries.js) do not
 * set a font-family on the html element, use body.
 *
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  height: 100%;
  overflow-y: scroll;
}

/*
 * 1 . Addresses margins handled incorrectly in IE6/7
 */
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility\9 ;
  /* Only IE, can mess with Android */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/* =============================================================================
    Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}

/* =============================================================================
    Typography
   ========================================================================== */
/*
 * Headings
 *
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
 */
b,
strong {
  font-weight: 700;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 0 0 1.5em;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
    Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* =============================================================================
    Embedded content
   ========================================================================== */
/*
 * 1. Remove border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  /* border: 0; */
  /* Drupal core already does this, uncomment if you need it */
  -ms-interpolation-mode: bicubic;
}

/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
    Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}

/* =============================================================================
    Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
 *    Known issue: excess padding remains in IE6
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* =============================================================================
    Tables
   ========================================================================== */
/*
 * 1. Remove most spacing between table cells
 */
table {
  border: 1px solid;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: inherit;
  font: 100%;
}

/* =============================================================================
    Gutters
   ========================================================================== */
/*
 * If gutters are set in theme settings they will override these values,
 * see Extensions > Modify Output > Design
 * $gutter-width is set in _base.scss
 */
#main-content,
.block-inner,
.pane-inner,
.menu-wrapper,
.branding-elements,
.breadcrumb-wrapper,
.attribution,
.at-panel .rounded-corner,
.block-panels-mini > .block-title,
.rendered-by-ds .panel-display .region-inner,
div.messages {
  /*margin-left: 10px;
  margin-right: 10px;*/
  margin-left: 20px;
  margin-right: 20px;
  /*margin-left: 40px;
  margin-right: 40px;*/
}

@media only screen and (min-width: 1051px) {
  #main-content,
  .block-inner,
  .pane-inner,
  .menu-wrapper,
  .branding-elements,
  .breadcrumb-wrapper,
  .attribution,
  .at-panel .rounded-corner,
  .block-panels-mini > .block-title,
  .rendered-by-ds .panel-display .region-inner,
  div.messages {
    /*margin-left: 10px;
    margin-right: 10px;
    margin-left: 20px;
    margin-right: 20px;*/
    margin-left: 40px;
    margin-right: 40px;
  }
}
.at-panel .block-inner {
  margin-left: 0; /* Custom */
  margin-right: 0; /* Custom */
}

/*
 * Panel pages need negative margin equal to the gutter width applied to #content,
 * this is taken care of in theme settings as per above for normal gutters
 */
#content .panel-display,
#content .panel-flexible {
  margin-left: -10px;
  margin-right: -10px;
  margin-left: 0px; /* Custom */
  margin-right: 0px; /* Custom */
}

/* =============================================================================
    Flexible Media and Cross browser improvements
   ========================================================================== */
/*
 * - This can cause issues in table cells where no width is set on the column,
 *   only in some versions of webkit and IE 7/8.
 * - declaring the width attribute on image elements and using max-width causes
 *   the "dissappering images" bug in IE8.
 * - Mapping services such as Google Maps may break also, see below for fixes.
 */
img {
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/* Ethan Marcotte - http://front.ie/l8rJaA */
img,
embed,
object,
video {
  max-width: 100%;
}

/* Disable flexiblity for IE8 and below */
.lt-ie9 img,
.lt-ie9 object,
.lt-ie9 embed,
.lt-ie9 video {
  max-width: none;
}

/* Override max-width 100% for map displays */
#map img,
.gmap img,
.view-gmap img,
.openlayers-map img,
#getlocations_map_canvas img,
#locationmap_map img,
.geofieldMap img,
.views_horizontal_slider img,
.geolocation-map img,
.geolocation-views-map img {
  max-width: none !important;
}

/* =============================================================================
    Misc helpers, Accessibility classes etc
   ========================================================================== */
/* Prevent overflowing content */
header[role=banner],
.content-inner,
.nav,
.region-sidebar-first,
.region-sidebar-second,
.region-secondary-content,
.region-tertiary-content,
.region-footer {
  overflow: visible;
  word-wrap: break-word;
}

/**
 * General classes for hiding content. These are all included as SASS mixins.
 * @SEE: sass/_custom.scss
 */
/**
 * Image replacement
 * Kellum Method: http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement
 * Additional helpers from http://html5boilerplate.com/docs/css/
 */
.ir {
  /* Kellum Method */
  display: block !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  /* Remove the default border from elements like button */
  border: 0;
  /* Crush the text down to take up no space */
  font: 0/0 a;
  /* Remove any text shadows */
  text-shadow: none;
  /* Hide any residual text in Safari 4 and any mobile devices that may need it */
  color: transparent;
  /* Hide the default background color on elements like button */
  background-color: transparent;
}

/* More robust element-invisible and element-focuable classes */
.element-invisible {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  width: auto;
}

/* Shift content offscreen, can be usefull when you reall need to do this */
.offscreen {
  position: absolute;
  top: -99999em;
  width: 1px;
  height: 1px;
  overflow: hidden;
  outline: 0;
}

/* Hide content from all users */
.element-hidden {
  display: none;
}

/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */
/* =============================================================================
 *   Base
 * ========================================================================== */
/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */
html {
  color: #626262;
  /*color:#FFF;
   background: #fff;
  color:#333;*/
}

body {
  width: 100%;
  /*overflow-x:hidden;*/
}

/*
#content{
	border:1px solid red;
}

#block-system-main{
	border:1px solid blue;

}

#block-system-main .region{
	border:1px solid green;
}

#block-system-main .block-inner{

}
.at-panel{
	border:1px solid red;
}*/
#content-container {
  background: #fff;
  color: #333;
  color: #78707d;
  padding-top: 2em;
  padding-bottom: 2em;
}

@media only screen and (min-width: 650px) {
  #content-container {
    padding-top: 4em;
    /*padding-bottom:4em;*/
  }
}
.container {
  margin: 0 auto;
  /*border:1px solid red;
  padding:0 20px;*/
}

.side-gutters {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 1051px) {
  .side-gutters {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.block.collapse-block {
  margin: 0;
  padding: 0;
}

.block.collapse-block .block-inner {
  margin: 0;
  padding: 0;
}

.region-pre-content .block-inner {
  margin-left: 0;
  margin-right: 0;
}

.region-sidebar-second .block-inner {
  /*margin-left:0; margin-right:0;*/
}

/* MOVED TO TYPE.CSS */
/* =============================================================================
 *   Wrappers
 * ========================================================================== */
/*
 * Outer wrappers:
 * - #page-wrapper: body > #page-wrapper
 * - #page: body > #page-wrapper > #page
 * - .container: body > #page-wrapper > #page.container
 *
 * The .container class holds the page width value from theme settings.
 */
/*
 * Wraps all header elements - branding and .region-header
 */
/*
 * Wraps the sidebars the content column
 */
/*
 * Main content column wrapper
 */
/*
 * Wraps the main-content-header, the content region and feed-icons. Use this
 * wrapper to style the entire main content column
 */
/*
 * Wraps the content region, avoid applying styles to this wrapper, its used
 * mainly for position and invisible gutters and can be problematic to style
 */
/*
 * Footer wrapper
 */
#footer {
  color: #AAAAA8;
}

/*
 * Panels may need additional margin wrangling when in the $content region
 */
/*
 * Full Width Wrappers
 * These are used in the optional page--full-width-wrappers.tpl.php template.
 * All have internal .container classes. In the full width wrapper template the
 * .container classes set the width or max-width - you can style this but never
 * add any width/margin/padding/borders etc to .container
 */
/*
 * Wraps the leaderboard
 */
/*
 * Wraps the header
 */
#header-wrapper {
  /* Debug styles, is this working */
  /*background: rgba(255, 192, 203, 0.5);*/
  /*background:#603A60;*/
}

/*
 * Wraps the nav elements
 */
/*
 * Wraps breadcrumb
 */
/*
 * Wraps messages and help
 */
/*
 * Wraps the secondary content/preface region
 */
/*
 * Wraps the main content column
 */
/*
 * Wraps the tertiary content/postfix region
 */
#tertiary-content-wrapper {
  background: #fff;
}

/*
 * Footer wrapper
 */
#footer-wrapper {
  /* Debug styles, is this working? */
  /*background: rgba(255, 192, 203, 0.5);*/
}

/* =============================================================================
 *   Branding
 * ========================================================================== */
/*
 * Wraps all the branding elements, logo, name and slogan
 */
/*
 * Wrapper for the site name and slogan
 */
/*
 * Site name (h1)
 */
#site-name {
  margin: 0;
}

#site-name a:link,
#site-name a:visited {
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

/*
 * Site slogan (h2)
 */
#site-slogan {
  margin: 0;
}

/* =============================================================================
 *   Page content header
 * ========================================================================== */
/*
 * Main content header wraps the page title, tabs and actions links
 */
/*
 * The main page title (h1)
 */
#page-title {
  margin: 0;
}

/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */
/*
 * Feed icons
 */
/*
 * Aggregator feed source
 */
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0;
}

/*
 * Generic styles for the more link
 */
/*
 * Generic styles for links. See the ul.links declaration in node and comment
 * stylesheets
 */
ul.links {
  margin: 0;
  padding: 0;
}

ul.links.inline {
  display: block;
}

ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Search results are an ordered list so reset the margin
 */
.search-results {
  margin: 0;
  padding: 0;
}

/*
 * Attribution message and link
 */
.attribution {
  display: block;
  opacity: 0.65;
  padding: 1em 0;
  text-align: center;
}

.attribution a {
  text-decoration: none;
  color: inherit;
}

.attribution a:hover,
.attribution a:focus {
  text-decoration: underline;
}

/* =============================================================================
 *   Regions
 * ========================================================================== */
/*
 * Standard region wrapper, don't add width to any regions, you will bork the
 * layout - no margin, padding or borders etc
 */
/*
 * Regions have an inner div - perfect for adding margin, padding or borders
 */
/*
 * Regions can be nested, such as when using Panels
 */
/*
 * Header region, embedded in the #header
 */
/*
 * Generally used to output Drupals help block, if the help module is enabled
 */
/*
 * Secondary content
 */
/*
 * Sits above the main content header, like a content-top region
 */
/*
 * Sits below the main content, like a content-bottom region
 */
/*
 * Sidebars - targets both
 */
/*
 * First sidebar
 */
/*
 * Second sidebar
 */
/*
 * Tertiary content
 */
/*
 * Footer region
 */
/* =============================================================================
 *   Links
 * ========================================================================== */
a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */
.nav {
  clear: both;
  margin: 10px 0;
}

.nav ul,
.nav ul.menu {
  margin: 0;
  padding: 0;
}

.nav li,
.nav ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav li a,
.nav ul.menu li a {
  display: block;
  /*white-space: nowrap;*/
  padding: 0 10px;
}

.nav .block {
  margin-bottom: 0;
}

/* =============================================================================
 *   Superfish
 * ========================================================================== */
ul.sf-menu {
  margin-bottom: 0;
}

ul.sf-menu a {
  border-left: 0;
  border-top: 0;
  padding: 0 10px;
  text-decoration: none;
  height: 2.5em;
  line-height: 2.5em;
}

ul.sf-menu li:hover,
ul.sf-menu li.sfHover {
  outline: 0;
}

ul.sf-menu a:focus,
ul.sf-menu a:hover,
ul.sf-menu a:active {
  outline: 0;
}

/*
 * Superfish blocks
 */
.block-superfish ul {
  margin: 0 !important;
  padding: 0 !important;
}

.block-superfish li {
  margin: 0 !important;
  padding: 0 !important;
}

/*
 * Vertical style
 */
.sf-vertical {
  width: 100%;
}

.sf-vertical li {
  width: 100%;
}

.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}

.sf-vertical li a {
  padding: 0 10px;
}

/*
 * Navbar style
 */
.sf-navbar {
  padding-bottom: 0 !important;
}

/*
 * Sensible padding for the default style
 */
.sf-menu.sf-style-default a {
  padding: 0 10px;
}

/* =============================================================================
 *   Menu Toggles
 * ========================================================================== */
.at-mt .at-menu-toggle,
.at-mt .at-menu-toggle ul,
.at-mt .at-menu-toggle ul.menu {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.at-mt .at-menu-toggle-button {
  margin: 0;
}

.at-mt .at-menu-toggle ul a {
  padding: 0 10px;
  white-space: nowrap;
}

/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */
ul.menu {
  padding-left: 15px;
}

ul.menu ul {
  padding-left: 15px;
}

ul.menu li {
  margin: 0;
}

/* If li.content exists it's a problem, so reset the padding */
.block .menu li.content {
  padding: 0;
}

/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */
.book-navigation .page-up {
  /* Prevent text wrapping to a new line, assumes the string is two chars */
  min-width: 2em;
  white-space: nowrap;
}

.book-navigation .menu {
  margin-left: 0;
}

/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */
#breadcrumb {
  margin: 10px 0;
}

/* If the label is set to show in theme settings the label class is added */
#breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}

#breadcrumb .breadcrumb-label:after {
  content: ":";
}

#breadcrumb ol {
  margin: 0;
  padding: 0;
}

#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}

#breadcrumb li {
  list-style: none;
  display: inline;
}

/* =============================================================================
 *   Pagers
 * ========================================================================== */
ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}

.item-list ul.pager li {
  margin: 0;
}

ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: 0.5em;
}

ul.pager li.pager-current {
  font-weight: 700;
}

.block ul.pager li {
  margin: 0;
}

/*
 * Theme the various states of pager links
 */
/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */
#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}

#skip-link a {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:hover,
#skip-link a:focus,
#skip-link a:active {
  outline: 0;
}

/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */
#tasks {
  margin-bottom: 15px;
}

ul.primary {
  border-bottom-color: #ccc;
  margin: 20px 0;
  padding: 0 0 0 5px;
}

ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}

ul.primary li a {
  background-color: #f5f5f5;
  border-color: #ccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}

ul.primary li a:hover,
ul.primary li a:focus {
  background-color: #eee;
  border-color: #ccc;
}

ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: #fff;
  border-bottom-color: #fff;
}

ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 0.3em 1em;
}

ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}

ul.secondary li a:hover,
ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}

/* =============================================================================
 *   Action links
 * ========================================================================== */
ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

/* =============================================================================
 *  Field Styling
 * ========================================================================== */
/*
 * Wrapper for any field
 */
/*
 * Above and inline classes are on the field wrapper
 */
/*
 * When labels are set to inline in field display settings the clearfix class is
 * automatically added
 */
.field-label-inline .field-label {
  margin: 0;
}

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted
 * ineritance issues
 */
.field-label {
  font-size: 1em;
  font-weight: 700;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

/*
 * Field types (Core)
 */
/*
 * Image fields use the <figure> and <figcaption> elements from HTML5
 */
/*
 * Taxonomy
 */
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em;
}

.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}

.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Text
 */
/*
 * Long text
 */
/*
 * Text with summary
 */
/*
 * File
 */
/*
 * Number/Integer
 */
/*
 * Decimal
 */
/*
 * Number float
 */
/*
 * List
 */
/*
 * List boolean
 */
/*
 * List integer
 */
/*
 * List float
 */
/*
 * Field types (Contrib)
 */
/*
 * Named fields
 */
/*
 * Underscores in field name are replaced with dashes
 */
/*
 * Image Alignment Theme Settings - included here so you can easily override
 */
/*
 * Float none setting
 */
/*
 * Float left setting
 */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
 * Float right setting
 */
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}

/* =============================================================================
 *   Block Styling
 * ========================================================================== */
/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
.block {
  margin-bottom: 20px;
}

/*
 * Inner wrapper for most blocks, good for margin, padding and borders,
 * block_system_main does not have it
 */
/*
 * The first block in the region
 */
/*
 * The last block in the region
 */
/*
 * Zebra striping for each block in the region
 */
/*
 * Zebra striping for each block in the region
 */
/*
 * Block title
 */
.block-title {
  /*margin: 0;*/
}

/*
 * Block content wrapper
 */
/*
 * Match item list and block menu margin and padding
 */
.block-content ul,
.block-content ol {
  padding: 0 0 0 15px;
}

.block-content li {
  margin: 0;
  padding: 0;
}

/*
 * Block for the latest news items in the first category
 */
/*
 * Block for the latest news items in the first feed
 */
/*
 * First block created with "Add block" link
 */
/*
 * "Recent blog posts" block
 */
/*
 * "Book navigation" block for the current book's table of contents
 */
/*
 * "Recent comments" block
 */
/*
 * "Active forum topics" block
 */
/*
 * "New forum topics" block
 */
/*
 * Language switcher block
 */
/*
 * Custom menu block
 */
/*
 * "Recent content" block
 */
/*
 * "Syndicate" block for primary RSS feed; see also page.css's .feed-icon
 */
/*
 * "Most recent poll" block
 */
/*
 * "Author information" block for the profile of the page's author
 */
/*
 * "Search form" block
 */
/*
 * "Shortcuts" block
 */
/*
 * "Popular content" block
 */
/*
 * "Main menu" block
 */
/*
 * "Management" block for Drupal management menu
 */
/*
 * "Navigation" block for Drupal navigation menu
 */
/*
 * "User menu" block for Drupal user menu
 */
/*
 * "System help" block
 */
/*
 * "Main page content" block
 */
/*
 * "Powered by Drupal" block
 */
/*
 * "User login form" block
 */
/*
 * "Who's new" block for a list of the newest users
 */
/*
 * "Who's online" block for a list of the online users
 */
/* =============================================================================
 *   Node Styling
 * ========================================================================== */
.node {
  margin-bottom: 20px;
}

.node .node-title {
  margin: 0;
}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */
/*
 * Wrapper for the list of comments and its titles
 */
#comments {
  margin: 1.5em 0;
}

#comments h2.comment-title {
  margin: 0;
}

#comments h2.comment-form {
  margin: 0;
}

/*
 * Wrapper for a single comment
 */
.comment {
  margin-bottom: 20px;
}

/*
 * Comment title
 */
.comment-title {
  margin: 0;
}

/*
 * Comment states
 */
/*
 * Preview of the comment before submitting new or updated comment
 */
/*
 * "New" marker for comments that are new for the current user
 */
.new {
  color: #c00;
}

/*
 * Nested comments are indented
 */
.indented {
  margin-left: 40px;
}

/* =============================================================================
 *   Forms
 * ========================================================================== */
/*
 * Wrapper for a form element (or group of form elements) and its label
 */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

.form-item label {
  font-weight: 700;
}

/*
 * Highlight marks and form required mark
 */
.marker,
.form-required {
  color: #c00;
}

.form-item .description {
  font-size: 0.85em;
}

/*
 * The submit button
 */
.container-inline div,
.container-inline label {
  display: inline;
}

/*
 * Define consistent borders
 */
fieldset {
  border: 1px solid #ccc;
}

/*
 * Tips for Drupal's input formats
 */
/*
 * Buttons used by contrib modules like Media
 */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* =============================================================================
 *   Tables
 * ========================================================================== */
table {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}

table.sticky-header {
  z-index: 10;
}

table,
thead,
tbody,
tr,
th,
td {
  border-color: #ccc;
}

table,
td,
th {
  vertical-align: middle;
}

caption,
th,
td {
  text-align: left;
}

thead tr {
  font-weight: 700;
  background-color: #e5e5e5;
}

td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px;
}

tbody tr {
  border-top: 1px solid #ccc;
}

tr.odd {
  background: #fff;
}

tr.info,
tr.even,
tr:nth-child(2n+2) {
  border-bottom: 0;
  background-color: #f5f5f5;
}

tr.odd td.active {
  background-color: #eee;
}

tr.even td.active {
  background-color: #ebebeb;
}

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
#forum td.created,
#forum td.posts,
#forum td.topics,
#forum td.last-reply,
#forum td.replies,
#forum td.pager {
  white-space: normal;
}

/* =============================================================================
 *   Messages
 * ========================================================================== */
/* Left and right margin are set by the global gutter width */
div.messages {
  margin-bottom: 10px;
  margin-top: 10px;
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

/*
 * Unpublished nodes
 */
.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-size: 75px;
  font-weight: bold;
  height: 0;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}

/*
 * Otherwise these elements will appear below the "Unpublished" text
 */
.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative;
}

/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */
.maintenance-page .container {
  padding: 40px 0;
}

.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}

.db-offline div.messages {
  margin: 20px 0 0;
}

.db-offline #content {
  padding: 20px 0;
}

/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */
/*
 * Admin menu overrides
 */
#admin-menu {
  margin: 0;
  padding: 0;
}

/*
 * Devel Module
 */
.dev-query {
  background: #eee;
  padding: 30px;
}

/*
 * Styleguide module tweaks
 */
#styleguide-header {
  padding: 0 10px;
}

#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}

.carousel {
  position: relative;
  background: #fff;
}

.carousel a.btn {
  /*background:#58bcf6;	*/
}

.carousel .controls {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  /*pointer-events: none;*/
}

.carousel .controls .container {
  position: relative;
  /*height:100%;*/
}

.carousel .arrow-left, .carousel .arrow-right {
  color: rgba(255, 255, 255, 0.5);
  font-size: 2em;
  font-size: 3em;
  position: absolute;
  /*top:50px;*/
  display: none;
  outline: none;
}

.carousel .arrow-left:hover, .carousel .arrow-right:hover {
  color: rgba(255, 255, 255, 0.8);
}

.carousel .arrow-left {
  left: 10px;
}

.carousel .arrow-right {
  right: 10px;
}

.carousel .controls .paging {
  display: none;
}

.carousel .slide {
  display: none;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.carousel .slide:first-child {
  display: block;
}

.carousel .slide img {
  width: 100%;
}

.carousel .slide span.heading {
  display: block;
  font-size: 2.25em;
  /*line-height:normal; line-height:1em;*/
  line-height: 1.2em;
  line-height: normal;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 0.25em;
  opacity: 0.9;
  /*border-left:0.2em solid #666;*/
}

.carousel .slide span.heading span.blocker {
  display: inline;
  background: #666;
  padding: 0;
  margin: 0;
  position: relative;
  /*background:#e73467;*/
  color: #fff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 10px;
}

.carousel .slide span.heading span.blocker > span {
  position: relative;
  left: -0.1em;
}

.carousel .slide span.subheading {
  font-size: 1.125em;
  /*line-height:normal;*/
  line-height: 1.2em;
  line-height: normal;
  display: block;
  opacity: 0.9;
  margin-bottom: 0.75em;
  /*border-left:0.4em solid #666;*/
}

.carousel .slide span.subheading span.blocker {
  display: inline;
  background: #333;
  /*background:#691e33;*/
  color: #fff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 10px;
}

.carousel .slide span.subheading span.blocker > span {
  position: relative;
  left: -0.2em;
}

.carousel .slide .text {
  /*position:absolute;
  bottom:-3em;*/
  margin-top: -6em;
  padding: 1em;
}

.carousel img.more {
  display: none;
}

@media only screen and (min-width: 650px) {
  .carousel .arrow-left {
    display: block;
    /*top:47%;*/
  }
  .carousel .arrow-right {
    display: block;
    /*top:47%;*/
  }
  .carousel .controls .paging {
    display: block;
    position: absolute;
    left: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    opacity: 0.9;
  }
  .carousel .controls .paging a {
    color: #fff;
    margin: 0 4px;
    outline: 0;
  }
  .carousel .slide {
    padding-top: 59.36%;
    height: 0;
  }
  .carousel .slide img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .carousel .slide .text {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 20%;
    top: 50%;
    /*-webkit-transform: translateY(-50%);
    		-ms-transform: translateY(-50%);
    		transform: translateY(-50%);
    -webkit-transform-style: preserve-3d;
      	-moz-transform-style: preserve-3d;
      	transform-style: preserve-3d;*/
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .carousel .slide .text .container {
    /*border:1px solid white;*/
    padding-left: 50px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .carousel .slide span.heading {
    font-size: 2.6em;
    /*width:48%; 
    width:60%;*/
    max-width: 500px;
    /*margin-left:50px;*/
  }
  .carousel .slide span.subheading {
    /*width:48%; width:50%;*/
    max-width: 500px;
    /*margin-left:50px;*/
  }
  .carousel img.more {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -54px;
  }
}
@media only screen and (min-width: 900px) {
  .carousel .slide span.heading {
    font-size: 3.8em;
    /*width:55%;*/
    max-width: 600px;
  }
}
@media only screen and (min-width: 1250px) {
  .carousel .slide .text .container {
    padding-left: 20px !important;
    padding-left: 40px !important;
  }
  .carousel .arrow-left {
    left: -15px;
  }
  .carousel .arrow-right {
    right: -15px;
  }
  .carousel .slide .text .container {
    padding-left: 0;
  }
  .carousel .slide span.heading {
    font-size: 5em;
    font-size: 4.5em;
    max-width: 650px;
  }
}
@media only screen and (min-width: 1400px) {
  .carousel .arrow-left {
    left: -80px;
  }
  .carousel .arrow-right {
    right: -80px;
  }
}
/* ITEM GRIDS */
/* Shared Grid Properties */
.grid-two .item, .grid-three .item, .grid-four .item, .grid-five .item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*border:1px solid #eee;*/
  margin-bottom: 2em;
  padding: 0.5em 0;
}

.grid-two .view-footer, .grid-three .view-footer, .grid-four .view-footer, .grid-five .view-footer {
  clear: both;
}

.grid-two .item img, .grid-three .item img, .grid-four .item img, .grid-five .item img {
  /*max-width:100%;*/
  width: 100%;
}

@media only screen and (min-width: 500px) {
  .grid-wrapper {
    margin: 0 -0.75em;
  }
}
/* Basic Grid Two - 1 to 2 items per row */
@media only screen and (min-width: 500px) {
  .grid-two .view-content {
    margin: 0 -0.75em;
  }
  .grid-two .item {
    width: 50%;
    float: left;
    padding: 0.5em 0.75em;
  }
  .grid-two .item:nth-child(2n+1) {
    clear: both;
  }
}
/* Basic Grid Three - 1 to 3 items per row */
@media only screen and (min-width: 500px) {
  .grid-three .view-content {
    margin: 0 -0.75em;
  }
  .grid-three .item {
    width: 50%;
    float: left;
    padding: 0.5em 0.75em;
  }
  .grid-three .item:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 700px) {
  .grid-three .item {
    width: 33.3333%;
  }
  .grid-three.even-only .item {
    width: 50%;
  }
  .grid-three .item:nth-child(2n+1) {
    clear: none;
  }
  .grid-three.even-only .item:nth-child(2n+1) {
    clear: both;
  }
  .grid-three .item:nth-child(3n+1) {
    clear: both;
  }
  .grid-three.even-only .item:nth-child(3n+1) {
    clear: none;
  }
}
/* Basic Grid Four - 1 to 4 items per row */
@media only screen and (min-width: 500px) {
  .grid-four .view-content {
    margin: 0 -0.75em;
  }
  .grid-four .item {
    width: 50%;
    float: left;
    padding: 0.5em 0.75em;
  }
  .grid-four .item:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 700px) {
  .grid-four .item {
    width: 33.3333%;
  }
  .grid-four.even-only .item {
    width: 50%;
  }
  .grid-four .item:nth-child(2n+1) {
    clear: none;
  }
  .grid-four.even-only .item:nth-child(2n+1) {
    clear: both;
  }
  .grid-four .item:nth-child(3n+1) {
    clear: both;
  }
  .grid-four.even-only .item:nth-child(3n+1) {
    clear: none;
  }
}
@media only screen and (min-width: 1000px) {
  .grid-four .item {
    width: 25%;
    float: left;
  }
  .grid-four.even-only .item {
    width: 25%;
  }
  .grid-four .item:nth-child(2n+1) {
    clear: none;
  }
  .grid-four.even-only .item:nth-child(2n+1) {
    clear: none;
  }
  .grid-four .item:nth-child(3n+1) {
    clear: none;
  }
  .grid-four .item:nth-child(4n+1) {
    clear: both;
  }
}
/* Basic Grid Five - 1 to 5 items per row */
@media only screen and (min-width: 300px) {
  .grid-five .view-content {
    margin: 0 -0.75em;
  }
  .grid-five .item {
    width: 50%;
    float: left;
    padding: 0.5em 0.75em;
  }
  .grid-five .item:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 700px) {
  .grid-five .item {
    width: 33.3333%;
  }
  .grid-five .item:nth-child(2n+1) {
    clear: none;
  }
  .grid-five .item:nth-child(3n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 900px) {
  .grid-five .item {
    width: 25%;
    float: left;
  }
  .grid-five .item:nth-child(2n+1) {
    clear: none;
  }
  .grid-five .item:nth-child(3n+1) {
    clear: none;
  }
  .grid-five .item:nth-child(4n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 1100px) {
  .grid-five .item {
    width: 20%;
    float: left;
  }
  .grid-five .item:nth-child(2n+1) {
    clear: none;
  }
  .grid-five .item:nth-child(3n+1) {
    clear: none;
  }
  .grid-five .item:nth-child(4n+1) {
    clear: none;
  }
  .grid-five .item:nth-child(5n+1) {
    clear: both;
  }
}
/*
	TEXT ONLY 1 Column Grid (Example: News list)
*/
.text-list .item {
  margin-bottom: 2em;
}

.text-list .item .date {
  color: #b0a5b4;
}

.text-list .item h3 {
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

/* STATIC GRIDS */
div.cols {
  margin: 0 -0.75em;
  margin: 0 -1em;
}

div.cols .col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.75em;
  padding: 0 1em;
  margin-bottom: 2em;
  width: 100%;
}

div.cols.flush .col {
  margin-bottom: 0;
}

@media only screen and (min-width: 800px) {
  div.cols .col {
    float: left;
  }
  div.cols.reversed .col {
    float: right;
  }
  div.cols .col.one-quarter {
    width: 25%;
  }
  div.cols .col.three-quarters {
    width: 75%;
  }
  div.cols .col.three {
    width: 25%;
  }
  div.cols .col.four {
    width: 33.33333%;
  }
  div.cols .col.five {
    width: 41.66666%;
  }
  div.cols .col.six {
    width: 50%;
  }
  div.cols .col.seven {
    width: 58.33333%;
  }
  div.cols .col.eight {
    width: 66.66666%;
  }
  div.cols .col.nine {
    width: 75%;
  }
  /* Spacers */
  div.cols .col.left-one {
    margin-left: 8.33333%;
  }
  div.cols .col.left-two {
    margin-left: 16.66666%;
  }
  div.cols .col.half {
    width: 50%;
  }
}
/*div.col.bumped-up{
	position: relative;
	top:-8em;
}*/
/* STATIC GRID UL */
ul.grid-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 -0.75em;
  vertical-align: top;
  display: grid;
}

ul.grid-list li {
  list-style: none;
  margin: 0;
  padding: 0;
  /*display:inline-block;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.75em;
  vertical-align: top;
  /*border:1px solid #eee;*/
  width: 100%;
}

@media only screen and (min-width: 450px) {
  ul.grid-list-four {
    /*width:50%;*/
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 600px) {
  ul.grid-list-five {
    /*width:20%;*/
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 800px) {
  ul.grid-list-three {
    /*width:33.3333%;*/
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 900px) {
  ul.grid-list-four {
    /*width:25%;*/
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
/*
	THUMBS GRID OVERRIDE
*/
.thumbs-grid .item {
  padding-left: 10.5em;
}

.thumbs-grid .item img {
  width: auto;
  float: left;
  margin: 0;
  width: 8.75em;
  height: 8.75em;
  margin-left: -9.75em;
}

/*
	SEARCH RESULTS
*/
.page-search-search-by-page #block-system-main #search-form {
  display: none;
}

/* NEWS DETAIL PAGE */
/*Related Links Sidebar */
.news-detail-related ul {
  list-style: none;
  padding-left: 0;
}

.news-detail-related ul li {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

/*
	CHILD RESOURCES
*/
.child-resources #tertiary-content-wrapper .block {
  margin-bottom: 0;
  padding-top: 3em;
}

.child-resources #tertiary-content-wrapper .block a {
  color: inherit;
}

.child-resources .block.featured {
  -webkit-box-shadow: inset 0px -7px 7px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: inset 0px -7px 7px 0px rgba(0, 0, 0, 0.27);
  box-shadow: inset 0px -7px 7px 0px rgba(0, 0, 0, 0.27);
}

.child-resources .block.more-resources {
  -webkit-box-shadow: inset 0px -7px 7px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: inset 0px -7px 7px 0px rgba(0, 0, 0, 0.27);
  box-shadow: inset 0px -7px 7px 0px rgba(0, 0, 0, 0.27);
  display: none;
  width: 100%;
}

.about-childhood-tb {
  background-color: #4cc07d;
  color: #fff;
}

.about-childhood-tb.featured {
  background-image: url("/images/children/resources/childresource-about.jpg");
  background-size: cover;
  background-position: center;
}

.child-friendly-tb {
  background-color: #34afe7;
  color: #fff;
}

.child-friendly-tb.featured {
  background-image: url("/images/children/resources/childresource-friendly.jpg");
  background-size: cover;
  background-position: center;
}

.rd-for-children {
  background-color: #894c87;
  color: #fff;
}

.rd-for-children.featured {
  background-image: url("/images/children/resources/childresource-RD.jpg");
  background-size: cover;
  background-position: center;
}

.advocates-corner {
  background-color: #ff812c;
  color: #fff;
}

.advocates-corner.featured {
  background-image: url("/images/children/resources/childresource-advocates.jpg");
  background-size: cover;
  background-position: center;
}

.child-resources .featured-resource img {
  float: left;
  margin-right: 2.5em;
  width: 120px;
}

.child-resources .featured-resource span.eyebrow {
  margin-bottom: 1.5em;
}

.child-resources .featured-resource .view-footer a.more {
  line-height: 2em;
  outline: none;
}

.child-resources .featured-resource .view-footer a.more .fa {
  font-size: 2em;
  vertical-align: middle;
  margin-right: 0.25em;
}

@media only screen and (min-width: 700px) {
  .child-resources .featured-resource .view-header {
    width: 33.3333%;
    width: 27%;
    float: left;
  }
  .child-resources .featured-resource .view-content {
    width: 58.3333%;
    float: right;
  }
  .child-resources .featured-resource .view-footer {
    clear: both;
    padding-top: 2em;
    width: 58.3333%;
    margin-left: 41.666666%;
    text-align: left;
  }
}
.downloads-grid .fa {
  font-size: 2em;
  float: left;
  margin-right: 0.5em;
}

.region-tertiary-content .block-inner {
  /*border:1px solid green;
  margin:0;*/
}

.region-tertiary-content .block-inner .container {
  /*padding-left:20px; padding-right:20px;*/
}

/*
	HOMEPAGE FEATURED
*/
.homepage-features-block {
  text-align: center;
  color: #78707d;
}

.homepage-features-block h3 {
  color: #65576a;
  color: #633763;
}

.homepage-features-block span.eyebrow {
  color: #559dc5;
}

.homepage-features-block a.btn {
  background: #58bcf6;
}

/*
	LATEST NEWS
*/
.latest-news-block {
  padding: 2em 0;
}

.latest-news-block .container {
  padding: 0 1em;
}

.latest-news-block h2 {
  color: #65576a;
  color: #633763;
}

.front .latest-news-block h2 {
  text-align: center;
}

.latest-news-block h3 a {
  /*color:#65576a !important;*/
  color: #633763 !important;
}

.latest-news-block .post-meta {
  /*color:#56455c;*/
  opacity: 0.75;
  font-size: 0.85em;
  text-transform: uppercase;
}

.latest-news-block .post-meta .post-date {
  float: left;
}

.latest-news-block .post-meta .post-date i {
  margin-right: 3px;
  display: none;
}

.latest-news-block .post-meta .post-category {
  float: right;
}

.latest-news-block .view-footer {
  clear: both;
}

/*
	OUR PIPELINE
*/
.our-pipeline-block {
  color: #fff;
  text-align: center;
  padding: 2em 0em;
  margin: 0;
  background-image: url("/images/shared/blocks/portfolio.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 900px) {
  .our-pipeline-block {
    text-align: left;
  }
  .our-pipeline-block .text {
    float: left;
  }
  .our-pipeline-block .btn {
    float: right;
    margin-right: 10%;
    margin-top: 2em;
  }
}
/*.front*/
.our-pipeline-block .text {
  float: none;
}

/*.front*/
.our-pipeline-block {
  text-align: center !important;
}

/*.front*/
.our-pipeline-block .btn {
  float: none !important;
  margin: 0;
}

/*
	TB FACTS
*/
.tb-facts-block {
  color: #fff;
  background: #71376f;
  text-align: center;
  padding: 3em 0em;
  margin: 0;
  background-image: url("/sites/default/files/static/images/home/facts-full-opt.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.tb-facts-block h3 {
  color: #fff;
}

.tb-facts-block ul, .tb-facts-block ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 2em;
}

.tb-facts-block p {
  color: #d3bbd2;
}

.tb-facts-block .btn.clear {
  color: #96d8ff !important;
  border-color: #96d8ff;
}

@media only screen and (min-width: 650px) {
  .tb-facts-block ul {
    vertical-align: top;
  }
  .tb-facts-block ul li {
    vertical-align: top;
    display: inline-block;
    width: 50%;
    padding: 0 1em;
  }
}
@media only screen and (min-width: 900px) {
  .tb-facts-block ul li {
    width: 33.3333%;
  }
}
/*
	PAGE TITLE BAR
*/
.page-title-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.section-about .page-title-block {
  background-image: url("../images/blocks/title-bar-about.jpg");
}

.section-news .page-title-block {
  background-image: url("../images/blocks/title-bar-news.jpg");
}

.section-voices .page-title-block {
  background-image: url("../images/blocks/title-bar-voices.jpg");
}

.page-title-block h2 {
  margin: 0;
  /*margin-left:20px;*/
  color: #fff;
  font-size: 3em;
}

.page-title-block .container {
  padding-top: 2em;
  padding-bottom: 2em;
}

@media only screen and (min-width: 951px) {
  .page-title-block .container {
    padding-top: 9em !important;
    padding-bottom: 4em !important;
  }
}
/*
	MAILING SIGNUP
*/
.block-mailing {
  background: #EFEAF1;
  color: #56455c;
  margin: 0 !important;
  padding: 1.25em 0;
  /*font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;*/
}

.block-mailing .text {
  opacity: 0.8;
}

@media only screen and (min-width: 900px) {
  .block-mailing .text {
    float: left;
    padding-top: 0.4em;
  }
  .block-mailing #mc_embed_signup {
    float: right;
    width: 40%;
    /*border:1px solid #999;*/
  }
}
@media only screen and (min-width: 1150px) {
  .block-mailing .text {
    padding-top: 0.15em;
    font-size: 1.31em;
  }
}
/* hide weird filter description text */
.view-filters .description {
  display: none;
}

/*
	Exposed Filter Checkboxes to Buttons
*/
div.form-type-bef-checkbox {
  display: inline-block;
  /*border:1px solid #999;*/
  overflow: hidden;
  position: relative;
  background-color: #f0ecf2;
  color: #65576a !important;
  padding: 0.3em 0.5em;
  font-weight: normal !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 1px;
  cursor: pointer;
}

div.form-type-bef-checkbox:hover {
  background: #58bcf6;
  color: #fff !important;
}

div.form-type-bef-checkbox.active {
  /*border:1px solid red;*/
  background-color: #65576a;
  color: #efe6f0 !important;
}

div.form-type-bef-checkbox input {
  position: absolute;
  left: -5em;
}

div.form-type-bef-checkbox label {
  font-weight: normal !important;
  font-size: 0.9375em !important;
}

/*
	Research Paper Filters
*/
.view-research-papers-all .view-filters {
  margin-bottom: 2em;
}

.view-research-papers-all .view-filters .views-exposed-widget {
  display: block;
  float: none;
}

.toggle-filters .view-filters {
  /*display:none;*/
}

/*
	Exposed Filter text field
*/
.views-exposed-widget .form-type-textfield input {
  background-color: #fcfafc;
  border: 1px solid #dcd7de;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/*
	TABBED MENU (Same style as filter tabs)
*/
.tabbed-nav ul.menu {
  /*border:1px solid red;*/
  text-align: center;
}

.tabbed-nav ul.menu li {
  display: inline-block;
  background: white;
  margin: 0 2px;
  margin-bottom: 0.25em;
}

.tabbed-nav ul.menu li a {
  color: #65576a !important;
  display: inline-block;
  font-size: 0.75em;
  padding: 0.5em 1em;
  background-color: #efe6f0;
  border: 1px solid #efe6f0;
  opacity: 0.5;
  outline: none;
}

.tabbed-nav ul.menu li a.active {
  background-color: #fff;
  border: 1px solid #efe6f0;
  opacity: 1;
  font-weight: bold;
}

@media only screen and (min-width: 575px) {
  .tabbed-nav ul.menu {
    border-bottom: 1px solid #efe6f0;
    text-align: left;
  }
  .tabbed-nav ul.menu li {
    margin-bottom: 0;
  }
  .tabbed-nav ul.menu li a.active {
    border-top: 0.25em solid #7d3c99;
    /*padding-top:0.25em !important;*/
    border-bottom: 1px solid #fff;
    position: relative;
    bottom: -1px;
    font-weight: normal;
  }
}
@media only screen and (min-width: 750px) {
  .tabbed-nav ul.menu li a {
    font-size: 1em;
  }
}
@media only screen and (min-width: 1100px) {
  .tabbed-nav ul.menu li a {
    padding: 0.5em 2em;
  }
}
/*
	FILTER TABS
*/
.view-advisory-boards-list .views-exposed-widget {
  float: none;
  padding: 0;
}

.filters-as-tabs .bef-select-as-links {
  /*border:1px solid #eee;*/
  display: block !important;
  width: 100%;
  margin-bottom: 2em;
  text-align: center;
}

.filters-as-tabs .bef-select-as-links > div div {
  display: inline;
}

.filters-as-tabs .bef-select-as-links a {
  color: #65576a !important;
  display: inline-block;
  font-size: 0.75em;
  padding: 0.5em 1em;
  background-color: #efe6f0;
  border: 1px solid #efe6f0;
  opacity: 0.5;
  margin-bottom: 0.25em;
  outline: none;
}

.filters-as-tabs .bef-select-as-links a.active {
  background-color: #fff;
  border: 1px solid #efe6f0;
  opacity: 1;
  font-weight: bold;
}

@media only screen and (min-width: 575px) {
  .filters-as-tabs .bef-select-as-links {
    text-align: left;
  }
  .filters-as-tabs .bef-select-as-links > div {
    /*display:inline-block;*/
    border-bottom: 1px solid #efe6f0;
  }
  .filters-as-tabs .bef-select-as-links a {
    margin-bottom: 0;
  }
  .filters-as-tabs .bef-select-as-links a:hover {
    opacity: 0.7;
  }
  .filters-as-tabs .bef-select-as-links a.active {
    /*border-top:2px solid #7d3c99;*/
    border-top: 4px solid #7d3c99;
    border-bottom: 1px solid #fff;
    position: relative;
    bottom: -1px;
    font-weight: normal;
  }
}
@media only screen and (min-width: 750px) {
  .filters-as-tabs .bef-select-as-links a {
    font-size: 1em;
  }
}
@media only screen and (min-width: 1100px) {
  .filters-as-tabs .bef-select-as-links a {
    padding: 0.5em 2em;
  }
}
/*
	VIDEO OVERLAY
*/
div.dark-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  color: #fff;
  overflow-y: auto;
}

div.content-sizer {
  width: 100%;
  margin: 2em auto;
  margin-top: 100px;
  text-align: center;
}

div.content-sizer a.close {
  position: absolute;
  top: 0.75em;
  right: 0.75em;
  display: block;
  width: 24px;
  height: 0;
  overflow: hidden;
  padding-top: 24px;
  background-image: url("../images/icons/close-x.png");
}

div.video-wrapper {
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

div.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 800px) {
  div.content-sizer {
    width: 70%;
    position: relative;
  }
  div.content-sizer a.close {
    top: 0;
    right: -40px;
  }
}
/* Enlarge Image overlay */
div.enlarge-image-wrapper {
  text-align: center;
}

a.enlarge-image {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

a.enlarge-image img {
  margin: 0;
  padding: 0;
  display: inline;
}

a.enlarge-image img.enlarge-icon {
  position: absolute;
  top: -24px;
  right: -24px;
}

/*
	DOWNLOAD WIDGET


.downloads{ }
.downloads .item{
	border-top:1px solid #F4F5F6;
	border-bottom:1px solid #F4F5F6;
	padding:1em 0;
	padding-left:4em;
	padding-right:2em;
	position:relative;
	color:#78707d;
	font-weight:bold;
}

.downloads .item a{
	color:#78707d !important;
}

.downloads .item .icon{
	position:absolute;
	left:1em;

}
.downloads .item i{
	font-size:2.5em;
	color:#c1bbc4;
	font-weight:normal;
}
*/
a.block-icon-link {
  display: block;
  border-top: 1px solid #F4F5F6;
  border-bottom: 1px solid #F4F5F6;
  padding: 1em 0;
  padding-left: 4em;
  padding-right: 2em;
  position: relative;
  color: #78707d !important;
  font-weight: bold;
}

a.block-icon-link .icon {
  position: absolute;
  left: 1em;
}

a.block-icon-link i {
  font-size: 2.5em;
  color: #c1bbc4;
  font-weight: normal;
}

/*
	PAGER
*/
.item-list-pager ul.pager {
  text-align: left;
}

.item-list-pager ul.pager li {
  background: #f7f2f7;
  color: #34afe7;
  border-left: 1px solid white;
  border-right: 1px solid white;
}

.item-list-pager ul.pager li a {
  color: #34afe7 !important;
}

/*
	AJAX PAGER
*/
.item-list-pager ul.pager.pager-load-more {
  width: 100%;
}

.item-list-pager ul.pager.pager-load-more li {
  background: none;
  padding: 0;
  text-align: center;
  display: block;
  width: 100%;
  border: none !important;
}

.item-list-pager ul.pager.pager-load-more li a {
  background: #f0edf0;
  padding: 1em 2em;
  color: #5d5263 !important;
  font-size: 1.125em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #5d5263;
}

/*
	Throbber
*/
/* these apply to auto-completing form fields */
html.js input.form-autocomplete {
  background-image: url(../images/throbber.gif); /* tweak this according to your gif */
  background-position: 100% 0px; /* tweak this according to your gif */
  background-repeat: no-repeat;
}

html.js input.throbbing {
  background-position: 100% -20px; /* tweak this according to your gif */
}

/* these apply to all ajax progresses */
.ajax-progress {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: fixed;
  bottom: 15px;
  left: 15px;
}

.ajax-progress .throbber {
  background: transparent url(../images/throbber.gif) no-repeat 0px 0px; /* tweak this according to your gif */
  float: left;
  height: 64px; /* tweak this according to your gif */
  width: 64px; /* tweak this according to your gif */
  margin: 2px;
  display: none;
}

/* MailChimp Form Embed Code - Classic - 08/17/2011 */
#mc_embed_signup {
  margin: 1em 0;
  max-width: 500px;
}

#mc_embed_signup form {
  display: block;
  position: relative;
  text-align: left;
  padding: 10px 0 10px 3%;
  padding: 0;
}

#mc_embed_signup h2 {
  font-weight: bold;
  padding: 0;
  margin: 15px 0;
  font-size: 1.4em;
}

#mc_embed_signup input { /*border:1px solid #999;*/
  border: 0;
  -webkit-appearance: none;
  border-radius: 4px;
  font-size: 1.125em; /* 18px */
  outline-color: transparent;
  outline-style: none;
}

#mc_embed_signup input[type=checkbox] {
  -webkit-appearance: checkbox;
}

#mc_embed_signup input[type=radio] {
  -webkit-appearance: radio;
}

#mc_embed_signup input:focus {
  border-color: #333;
}

#mc_embed_signup .button {
  clear: both;
  background-color: #58bcf6;
  border: 0 none;
  border-radius: 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block; /*font-size:15px;*/
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
  padding: 0 22px;
  /*height: 32px; 
  line-height: 32px; */
  line-height: 2.2em;
}

#mc_embed_signup .button:hover {
  background-color: #777;
}

#mc_embed_signup .small-meta {
  font-size: 11px;
}

#mc_embed_signup .nowrap {
  white-space: nowrap;
}

#mc_embed_signup .mc-field-group {
  clear: left;
  position: relative; /*width:96%; padding-bottom:3%; min-height:50px;*/
  margin: 1em 0;
}

#mc_embed_signup .size1of2 {
  clear: none;
  float: left;
  display: inline-block;
  width: 46%;
  margin-right: 4%;
}

* html #mc_embed_signup .size1of2 {
  margin-right: 2%; /* Fix for IE6 double margins. */
}

#mc_embed_signup .mc-field-group label {
  display: block;
  margin-bottom: 3px;
}

#mc_embed_signup .mc-field-group input {
  display: block;
  width: 100%;
  padding: 0.5em 0;
  text-indent: 2%;
}

#mc_embed_signup .mc-field-group select {
  display: inline-block;
  width: 99%;
  padding: 5px 0;
  margin-bottom: 2px;
}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us {
  padding: 5px 0;
}

#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input {
  display: inline;
  width: 60px;
  margin: 0 2px;
  letter-spacing: 1px;
  text-align: center;
  padding: 5px 0 2px 0;
}

#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input {
  width: 40px;
}

#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input {
  width: 30px;
}

#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label {
  display: none;
}

#mc_embed_signup .indicates-required {
  text-align: right;
  font-size: 11px;
  margin-right: 4%;
}

#mc_embed_signup .asterisk {
  color: #c60;
  font-size: 200%;
}

#mc_embed_signup .mc-field-group .asterisk {
  position: absolute;
  top: 25px;
  right: 10px;
}

#mc_embed_signup .clear {
  clear: both;
}

#mc_embed_signup .mc-field-group.input-group ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}

#mc_embed_signup .mc-field-group.input-group ul li {
  display: block;
  padding: 3px 0;
  margin: 0;
}

#mc_embed_signup .mc-field-group.input-group label {
  display: inline;
}

#mc_embed_signup .mc-field-group.input-group input {
  display: inline;
  width: auto;
  border: none;
}

#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em 0.5em 0em 0.5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both;
}

#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em 0.5em 0.5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%;
}

#mc_embed_signup #mce-error-response {
  display: none;
}

#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none;
}

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: 0.5em 0;
}

#mc-embedded-subscribe {
  clear: both;
  width: auto;
  display: block;
  margin: 1em 0 1em 5%;
}

#mc_embed_signup #num-subscribers {
  font-size: 1.1em;
}

#mc_embed_signup #num-subscribers span {
  padding: 0.5em;
  border: 1px solid #ccc;
  margin-right: 0.5em;
  font-weight: bold;
}

@media only screen and (min-width: 450px) {
  #mc_embed_signup .mc-field-group {
    margin: 0;
    width: 79%;
    float: left;
  }
  #mc_embed_signup input {
    -webkit-border-radius: 0px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius: 0px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-radius: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  #mc_embed_signup .button {
    width: 21%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius: 4px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
@media only screen and (min-width: 900px) {
  #mc_embed_signup {
    margin: 0;
    max-width: none;
  }
}
.page-panels #content-wrapper {
  /*border:1px solid red !important;	*/
}

.page-panels #content-wrapper > .container {
  /*border:1px solid blue !important;	
  max-width:none;*/
}

.panel-gutter-wrap {
  /*margin:0 -0.75em;*/
}

/*
	THREE
*/
.three-3x33 .region {
  /*border:1px solid #eee;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.75em;
}

/* 
	FIVE
*/
.five-5x20 .region {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.75em;
}

/* Experimental Panel stuff */
.at-panel {
  margin: 0 -0.75em !important;
  margin: 0 -1.5em !important;
}

.at-panel .region {
  /*background-color:#ECE5EB;*/
  padding: 0 0.75em;
  padding: 0 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* 
	NEW DETAIL HEADER
*/
.news-detail-header img {
  width: 100%;
}

/*
	LATEST VOICES - NEWS PAGE 
*/
.block-voices-latest {
  background: #5ab461;
  color: #fff;
  padding: 4em 0;
  margin-bottom: 4em;
}

.block-voices-latest .container {
  position: relative;
}

.block-voices-latest .view-header {
  margin-bottom: 3em;
}

.block-voices-latest h2 {
  display: inline-block;
  margin-right: 1.5em;
  margin-bottom: 0;
}

.block-voices-latest .view-header span {
  display: inline-block;
}

.block-voices-latest h3 {
  color: #fff;
}

.block-voices-latest a {
  color: #fff !important;
}

.block-voices-latest .video-thumbnail {
  margin-bottom: 1.5em;
}

/*.block-voices-latest a.btn{
	background:#429648;
	color:#fff;	

}*/
@media only screen and (min-width: 900px) {
  .block-voices-latest a.btn {
    position: absolute;
    top: 0;
    right: 20px;
    right: 40px;
  }
}
/*
	NEWS GRID STYLES
*/
.news-grid img {
  display: block;
  margin-bottom: 0.75em;
}

.news-grid .post-meta {
  margin-bottom: 0.5em;
}

/*
	RESEARCH PAPERS
*/
.view-research-papers .view-content {
  margin-bottom: 2em;
  margin-top: -1em;
}

.view-research-papers a {
  color: #78707d !important;
}

.view-research-papers div.paper {
  padding: 1em 0;
  padding-left: 4em;
  border-top: 1px solid #F4F5F6;
  min-height: 2.5em;
  position: relative;
}

.view-research-papers div.paper:first-child {
  border-top: 0;
  /*padding-top:0;*/
}

.view-research-papers div.paper .icon {
  /*float:left;
  margin-left:-3em;*/
  position: absolute;
  left: 1em;
  top: 50%;
  margin-top: -1.25em;
}

.view-research-papers div.paper .icon i {
  color: #abadd2;
  font-size: 2.5em;
}

/*
	Research Papers List Page (New)
*/
.view.research-papers-new .view-header {
  font-size: 0.9em;
  margin-bottom: 2.5em;
}

.view.research-papers-new .view-content .item {
  /*border-bottom:1px solid #eee;	
  padding-bottom:1.5em;*/
  padding-left: 4em;
  margin-bottom: 3em;
}

.view.research-papers-new .view-content .item .fa {
  font-size: 3em;
  float: left;
  margin-left: -1.3333em;
  color: #abadd2;
}

.view.research-papers-new .view-content .item p {
  margin-bottom: 0em;
  font-size: 0.8em;
}

.view.research-papers-new .view-content .item p.publication,
.view.research-papers-new .view-content .item p.authors {
  font-style: italic;
}

.view.research-papers-new .view-content .item p.tags {
  margin-top: 0.5em;
}

.view.research-papers-new .view-filters .views-exposed-widget {
  margin-bottom: 1.5em;
}

@media only screen and (min-width: 900px) {
  .view.research-papers-new .view-header {
    width: 62%;
    float: left;
  }
  .view.research-papers-new .view-content {
    width: 62%;
    float: left;
  }
  .view.research-papers-new .view-filters {
    width: 33%;
    float: right;
  }
}
/*
	NEWS ARCHIVE PAGE
*/
.block-news-topics {
  /*background:#f7f5f7;*/
  padding: 1em 0;
}

.block-news-topics a {
  color: #34afe7 !important;
}

/*
	VOICES
*/
.video-thumbnail {
  position: relative;
  padding: 0;
  margin-bottom: 1em;
}

.video-thumbnail img {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
}

.video-thumbnail-lg img.play-icon {
  position: absolute;
  margin: 0;
  display: block;
  top: 50%;
  left: 50%;
  width: auto;
  width: 88px;
  margin-top: -44px;
  margin-left: -44px;
}

.video-thumbnail-sm img.play-icon {
  position: absolute;
  margin: 0;
  display: block;
  bottom: 10px;
  left: 10px;
  width: 44px;
  /*margin-top:-22px;
  margin-left:-22px;*/
}

/*
	VOICES FILTERS
*/
.category-filters {
  color: #c0b3c9;
}

.category-filters a {
  color: #5d5263 !important;
}

.category-filters a.active {
  color: #19ae58 !important;
}

.category-filters div.active {
  color: #19ae58 !important;
}

.category-filters .filter-item {
  margin-bottom: 1em;
}

/*
	PUBLICATIONS
*/
.publications #tertiary-content-wrapper .block {
  margin-bottom: 0;
  padding-top: 2em;
}

.publication-downloads {
  font-size: 0.9em;
  margin-bottom: 1.5em;
}

.publication-downloads .view-content {
  margin: 0 !important;
}

.publication-downloads ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.publication-downloads ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0.3em;
}

/*
	NEW
*/
.portfolio-nav {
  background-image: url("../images/blocks/portfolio-full.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-nav .container {
  position: relative;
  padding-bottom: 0em !important;
}

.portfolio-nav ul, .portfolio-nav ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.portfolio-nav ul.menu {
  border-bottom: none !important;
  margin-top: 2em;
}

.portfolio-nav h2 {
  margin-left: 0;
}

@media only screen and (min-width: 951px) {
  .page-title-block.portfolio-nav .container {
    padding-top: 7em !important;
    padding-bottom: 2em !important;
  }
  .portfolio-nav ul.menu {
    margin-top: 0;
    position: absolute;
    right: 20px;
    bottom: 0;
  }
}
@media only screen and (min-width: 1025px) {
  /* Grid Adjustment to join Phase 2*/
  #phase-2-early {
    /*margin-right:-0.75em;*/
  }
  #phase-2-advanced {
    /*margin-left:-0.75em;*/
  }
  #phase-2-advanced h3 {
    /*padding-left:1em !important;*/
  }
}
.section-portfolio .at-panel {
  margin: 0 -0.75em !important;
}

.section-portfolio .at-panel .region {
  padding: 0 0.75em;
}

/*
	LEGACY
*/
#portfolio_toggle {
  padding-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  text-align: right;
}

#portfolio_toggle a {
  text-decoration: none;
}

#portfolio_toggle a.right {
  display: block;
  float: right; /*padding-right:25px; background-repeat:no-repeat; background-position:right center; background-image:url(../img/nav/arrow-right.png);*/
}

#portfolio_toggle a.left {
  display: block;
  float: left; /*padding-left:25px; background-repeat:no-repeat; background-position:left center; background-image:url(../img/nav/arrow-left.png);*/
}

/*h2{ font-weight:normal; font-family: 'DINCondensed'; color:#029BEB; color:#571B57;
font-size:48px; line-height:48px; margin-top:0px;}


.portfolio{ padding-bottom:30px;}*/
.section-portfolio a {
  text-decoration: none;
}

.section-portfolio ul li a:hover {
  text-decoration: none;
}

.section-portfolio .panel-display h3, .section-portfolio .view-portfolio-products h3 {
  margin: 0px;
  font-weight: normal;
  color: #5F4960; /*border-bottom:5px solid #3EC3FB;*/
  padding-bottom: 0.75em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1em;
}

.section-portfolio .portfolio-tiles ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section-portfolio .portfolio-tiles ul li {
  padding: 0;
  margin: 0;
  margin-bottom: 6px;
}

.section-portfolio .portfolio-tiles ul li div.Compound {
  display: block; /*padding:10px;*/ /*height:64px;*/
  position: relative; /*font-size:13px;*/
  text-decoration: none;
  background-color: #EDEDED;
  padding: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.section-portfolio .portfolio-tiles ul li div.Compound a .name {
  color: #371A38;
  color: #65576a !important;
  display: block;
  margin-bottom: 20px;
}

.section-portfolio .portfolio-tiles ul li div.Compound .funder {
  color: #009AE7;
  font-size: 11px;
  font-weight: bold;
  display: block; /*position:absolute; bottom:10px;*/
}

.section-portfolio .portfolio-tiles ul li div.trial_component_Portfolio {
  background: none !important;
  padding: 0;
}

.section-portfolio .portfolio-tiles ul li div.Trial {
  display: block;
  padding: 8px; /*height:64px;*/
  position: relative;
  font-size: 13px;
  text-decoration: none;
  background-color: #D8F0FC;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* New Trial block colors */
/*.section-portfolio .panel-display .region-five-first ul li div.Trial{ background-color:#edf8fd;}
.section-portfolio .panel-display .region-five-second ul li div.Trial{ background-color:#daf0fb;}
.section-portfolio .panel-display .region-five-third ul li div.Trial{ background-color:#c8e9f9;}
.section-portfolio .panel-display .region-five-fourth ul li div.Trial{ background-color:#c8e9fa;}
.section-portfolio .panel-display .region-five-fifth ul li div.Trial{ background-color:#b4e3fa;}*/
.section-portfolio .panel-display .region-four-first ul li div.Trial {
  background-color: #edf8fd;
}

.section-portfolio .panel-display .region-four-second ul li div.Trial {
  background-color: #daf0fb;
}

.section-portfolio .panel-display .region-four-third ul li div.Trial {
  background-color: #c8e9f9;
}

.section-portfolio .panel-display .region-four-fourth ul li div.Trial {
  background-color: #c8e9fa;
}

.section-portfolio .panel-display .region-four-fifth ul li div.Trial {
  background-color: #b4e3fa;
}

.section-portfolio .portfolio-tiles ul li div.Trial a .name {
  font-size: 1em;
  color: #009AEA;
  color: 1597d2 !important;
  font-weight: bold;
  display: block; /*text-align:center;*/
  margin-bottom: 10px;
}

.section-portfolio .portfolio-tiles ul li div.Trial .name span {
  display: inline-block; /*padding-left:20px; background-image:url(../img/icons/trial-box-icon.png); background-position:left center; background-repeat:no-repeat;*/
}

.section-portfolio .portfolio-tiles ul li div.Trial ul {
  margin: 0px;
  padding: 0px;
}

.section-portfolio .portfolio-tiles ul li div.Trial li {
  margin: 0px;
  padding: 0px;
  background-color: #FFF;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 6px;
}

.section-portfolio .portfolio-tiles ul li div.Trial li a {
  color: #65576a !important;
}

.section-portfolio .portfolio-tiles ul li div.Trial li .title {
  font-weight: inherit;
}

.section-portfolio .portfolio-tiles ul li div.Trial .funder {
  color: #009AE7;
  font-size: 11px;
  font-weight: bold;
  display: block;
  display: none;
}

.trial_component_Portfolio.Regimen .title { /*color:#666;*/ }

.trial_component_Portfolio.Regimen .title:before {
  content: "(";
}

.trial_component_Portfolio.Regimen .title:after {
  content: ")";
}

.section-portfolio .node-template {
  font-size: 13px;
  color: #363636;
}

.section-portfolio .node-template h2 { /*padding-left:50px;*/
  background-repeat: no-repeat;
  background-position: left center;
}

.section-portfolio .node-template h2.nopad {
  padding-left: 0px;
}

.section-portfolio .node-template h2.compound { /*background-image:url(../img/icons/pages-large.png); background-position:left 5px; padding-left:40px;*/ }

.section-portfolio .node-template h2.regimen { /*background-image:url(../img/icons/folder-large.png); */ }

.section-portfolio .node-template h2.trial { /*background-image:url(../img/icons/stripes-large.png); */ }

.section-portfolio .node-template h3 {
  font-weight: normal;
  color: #4C2551;
  font-size: 18px;
  margin: 0px;
  margin-bottom: 20px;
}

.section-portfolio .node-template .body h3 {
  margin-top: 20px;
}

.section-portfolio .node-template p {
  margin: 0px;
  margin-bottom: 20px;
  line-height: 22px;
}

.section-portfolio .node-template p.blurb-regimen {
  margin-top: -20px;
}

.section-portfolio .node-template p.blurb-trial {
  margin: 20px 0px;
}

.section-portfolio .node-template .trial-partners {
  margin-top: -20px;
  margin-bottom: 20px;
}

.section-portfolio .node-template .block-label {
  font-weight: bold;
  display: block;
  margin: 15px 0px;
  font-size: 14px;
  color: #953c21;
  padding-bottom: 10px;
  border-bottom: 1px solid #953c21;
}

.section-portfolio .node-template ul, .section-portfolio .node-template ol {
  margin-left: 25px;
  margin-bottom: 10px;
}

.section-portfolio .node-template ul li, .section-portfolio .node-template ol li {
  margin-bottom: 8px;
}

.section-portfolio .node-template .classification {
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  color: #541a54;
}

.section-portfolio .node-template .classification .views-label { /*color:#019AE8;color:#953c21;*/
  font-weight: bold;
}

div.stage {
  background-color: #EDEDED;
  border: 1px solid #D9D4DA;
  padding: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  color: #381939;
  margin-bottom: 10px;
}

div.stage span {
  display: block;
  border-bottom: 5px solid #46C5FC;
  padding-bottom: 10px;
}

div.stage span.stage_0, h3.stage_0 {
  border-bottom: 7px solid #EAE8EB;
}

div.stage span.stage_1, h3.stage_1 {
  border-bottom: 7px solid #D2EFFF;
}

div.stage span.stage_2, h3.stage_2 {
  border-bottom: 7px solid #A8E1FE;
}

div.stage span.stage_3, h3.stage_3 {
  border-bottom: 7px solid #72D1FD;
}

div.stage span.stage_4, h3.stage_4 {
  border-bottom: 7px solid #41C2FB;
}

div.stage span.stage_5, h3.stage_5 {
  border-bottom: 5px solid #00A0F6;
  border-bottom: 7px solid #bbe7fb;
}

div.stage span.stage_6, h3.stage_6 {
  border-bottom: 5px solid #0086D8;
  border-bottom: 7px solid #45abe0;
}

div.stage span.stage_7, h3.stage_7 {
  border-bottom: 5px solid #2467B6;
  border-bottom: 7px solid #45abe0;
}

div.stage span.stage_8, h3.stage_8 {
  border-bottom: 5px solid #4B4793;
  border-bottom: 7px solid #3d81f1;
}

div.stage span.stage_9, h3.stage_9 {
  border-bottom: 5px solid #652D74;
  border-bottom: 7px solid #443ce9;
}

div.stage span.stage_10, h3.stage_10 {
  border-bottom: 7px solid #18724D;
}

div.stage span.stage_0, h3.stage_0 {
  border-bottom: 7px solid #EAE8EB;
}

div.stage span.stage_1, h3.stage_1 {
  border-bottom: 7px solid #D2EFFF;
}

div.stage span.stage_2, h3.stage_2 {
  border-bottom: 7px solid #A8E1FE;
}

div.stage span.stage_3, h3.stage_3 {
  border-bottom: 7px solid #72D1FD;
}

div.stage span.stage_4, h3.stage_4 {
  border-bottom: 7px solid #41C2FB;
}

div.stage span.stage_57, h3.stage_5 {
  border-bottom: 5px solid #00A0F6;
  border-bottom: 7px solid #bbe7fb;
}

div.stage span.stage_50, h3.stage_6 {
  border-bottom: 5px solid #0086D8;
  border-bottom: 7px solid #45abe0;
}

div.stage span.stage_51, h3.stage_7 {
  border-bottom: 5px solid #2467B6;
  border-bottom: 7px solid #45abe0;
}

div.stage span.stage_52, h3.stage_8 {
  border-bottom: 5px solid #4B4793;
  border-bottom: 7px solid #3d81f1;
}

div.stage span.stage_56, h3.stage_9 {
  border-bottom: 5px solid #652D74;
  border-bottom: 7px solid #443ce9;
}

div.stage span.stage_10, h3.stage_10 {
  border-bottom: 7px solid #18724D;
}

div.associations, .view-compound-detail-sidebar .views-field-field-partners {
  background-color: #F2F2F2;
  padding: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

div.associations a {
  color: #00A6EA;
  text-decoration: none;
}

div.associations ul, div.associations li, .view-compound-detail-sidebar .views-field-field-partners ul, .view-compound-detail-sidebar .views-field-field-partners li {
  list-style: none;
  padding: 0;
  margin: 0;
}

div.associations ul {
  margin-bottom: 10px;
}

div.associations ul li a {
  padding-top: 2px;
  padding-bottom: 2px;
}

ul.compounds, ul.compounds li {
  list-style: none;
  margin: 0px;
  margin-bottom: 10px;
}

ul.compounds li .partners {
  font-size: 12px;
  color: #999;
  color: #666;
  padding-left: 20px;
}

ul.trials, ul.trials li {
  list-style: none;
  margin: 0px;
  margin-bottom: 10px;
}

ul.regimens, ul.regimens li {
  list-style: none;
  margin: 0px;
  margin-bottom: 10px;
}

ul.partners, ul.partners li {
  list-style: none;
  margin: 0px;
}

ul.trials li a {
  display: block; /*padding-left:20px; background-image:url(../img/icons/stripes-small.png); background-repeat:no-repeat; background-position:left center;*/
}

ul.compounds li a {
  display: block; /*padding-left:20px; background-image:url(../img/icons/pages-small.png); background-repeat:no-repeat; background-position:left center;*/
}

ul.regimens li a {
  display: block; /*padding-left:20px; background-image:url(../img/icons/folder-small.png); background-repeat:no-repeat; background-position:left center;*/
}

/*
	PRODUCTS
*/
.portfolio-products-header {
  background-image: url("../images/blocks/portfolio-products-banner.jpg");
  background-size: cover;
  color: #fff;
  padding: 2em 0;
  margin-bottom: 2em;
}

.view-portfolio-products {
  padding: 2em 0;
  margin-bottom: 2em;
}

.section-portfolio .view-portfolio-products ul li div.Trial {
  background-color: #8f769c;
  color: #efeaf1;
  padding: 15px;
  padding-left: 50px;
  font-size: 16px;
}

.section-portfolio .view-portfolio-products ul li div.Trial img {
  float: left;
  margin-left: -35px;
  margin-top: 10px;
}

.section-portfolio .view-portfolio-products ul li div.Trial .funder {
  display: block;
  color: #e0d0e8;
  border-top: 1px solid #a991b5;
  padding-top: 5px;
  font-size: 16px;
  font-weight: normal !important;
}

.section-portfolio .view-portfolio-products ul li div.Trial a .name {
  color: #746679;
  color: #fff;
}

.view-portfolio-products > .view-content {
  margin: 0 -1.5em;
  margin: 0 -0.75em;
}

.view-portfolio-products > .view-content > ul > li {
  width: 100%;
  padding: 0 1.5em;
  padding: 0 0.75em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h3.stage_products {
  border-bottom: 7px solid #5F4960;
  margin-bottom: 20px !important;
}

.view-portfolio-product-detail-sidebar div.stage span {
  display: block;
  border-bottom: 7px solid #8f769c;
  padding-bottom: 10px;
}

@media only screen and (min-width: 580px) {
  .view-portfolio-products > .view-content > ul > li {
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 1025px) {
  .view-portfolio-products > .view-content > ul > li {
    width: 20%;
  }
}
.view-regimen-detail-body .views-label,
.view-compound-detail-body .views-label,
.view-trial-detail-body .views-label {
  font-weight: bold;
  font-size: 1.1em;
  color: #633763;
}

.view-compound-detail-sidebar .views-label {
  font-size: 18px;
  font-weight: bold;
  color: #381939;
}

.views-field-field-chemical-class {
  margin-bottom: 1rem;
}

.views-field-field-clinicaltrials-gov-url {
  margin: 1rem 0;
}

.views-field-field-chemical-structure {
  margin: 1rem 0;
}

.view-trial-detail-sidebar .views-field-field-logo {
  margin: 1rem auto;
  max-width: 300px;
  max-height: 300px;
}

.view-id-regimens h3 {
  margin-top: 2rem;
  /*font-weight: 600;*/
}

.full-width-page #content-wrapper > .container {
  max-width: none !important;
}

.full-width-page #main-content {
  margin: 0 !important;
}

.full-width-page #content-container {
  padding: 0 !important;
}

.full-width-page #block-system-main {
  margin: 0 !important;
}

.full-width-page article.node {
  margin: 0 !important;
}

.content-module {
  padding: 2em 0;
  background-size: cover !important;
  background-position: center !important;
}

@media only screen and (min-width: 650px) {
  .content-module {
    padding: 4em 0;
  }
}
.content-module a:hover {
  text-decoration: underline !important;
}

.content-module a.btn:hover {
  text-decoration: none !important;
}

.content-module img {
  display: block;
  margin: 1em auto;
  /*margin:1em 0;	*/
}

.content-module img.full {
  width: 100%;
}

.no-padding {
  padding: 0 !important;
}

.no-bottom-padding {
  padding-bottom: 0 !important;
}

.no-top-padding {
  padding-top: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-vertical-margin {
  margin: 0 auto !important;
}

.one-bottom-margin {
  margin-bottom: 1em;
}

@media only screen and (min-width: 650px) {
  .content-module.chubby {
    padding: 6em 0;
  }
  .content-module.fatty {
    padding: 8em 0;
  }
  .content-module.fat-bottomed {
    padding-bottom: 8em;
  }
}
/* Background colors */
.content-module.light-grey {
  background: #f9f7fa;
}

.content-module.medium-blue {
  background: #61c1ec;
  color: #fff;
}

.content-module.dark-purple {
  background: #854e85;
  color: #fff;
}

.content-module.pink {
  background: #fd5f5a;
  color: #fff;
}

.background-dark-purple {
  background-color: #854e85;
  color: #fff;
}

.background-dark-purple a {
  color: #96d8ff;
}

.background-dark-purple a:hover {
  color: #fff;
}

.background-green {
  background-color: #5ab461;
}

.background-pink {
  background-color: #fd5f5a;
}

.background-salmon {
  background-color: #fd5f5a;
  color: #fff;
}

.background-blue {
  background-color: #58bcf6;
  color: #fff;
}

.background-blue a {
  color: #206b9f;
}

.background-blue a:hover {
  color: #104d8b;
}

.background-red {
  background-color: #fd5f5a;
  color: #fff;
}

.background-light-grey {
  background: #f9f7fa;
}

.background-dark {
  background: #333;
  color: #fff;
}

/* Module Types */
/* Photo Banner */
.content-module.photo-banner {
  padding: 4em 0;
}

.content-module.photo-banner p {
  margin: 0;
}

/* Video Embed */
.video-embed {
  width: 100%;
  width: 90%;
  margin: 1em auto;
  display: block;
}

.video-embed .video-thumbnail {
  width: 100%;
  display: block;
  margin: 0;
  margin-bottom: 1em;
}

.video-embed h4 {
  color: inherit;
}

/* Slideshow Embed */
.slideshow-embed {
  width: 100%;
  width: 90%;
  margin: 1em auto;
  display: block;
}

.slideshow-embed .slideshow-thumbnail {
  width: 100%;
  display: block;
  margin: 0;
  margin-bottom: 1em;
  position: relative;
}

.slideshow-embed .view-slideshow-icon {
  position: absolute;
  margin: 0;
  display: block;
  top: 50%;
  left: 50%;
  width: auto;
  margin-top: -27px;
  margin-left: -102px;
}

.slideshow-embed h4 {
  color: inherit;
}

/* Number Circle */
span.number-circle {
  font-weight: bold;
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.7em;
  width: 1.7em;
  text-align: center;
  -webkit-border-radius: 0.85em;
  -moz-border-radius: 0.85em;
  border-radius: 0.85em;
}

/* Numbered List */
ol.numbered-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

ol.numbered-list li {
  padding-left: 4.5em;
}

ol.numbered-list li span.number-circle {
  float: left;
  margin-left: -2.5em;
}

/* Large FA Icon List */
ul.fa-icon-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.fa-icon-link-list li {
  margin: 1.5em 0;
  padding-left: 2.6em;
}

ul.fa-icon-link-list.large li {
  margin: 2.5em 0;
}

ul.fa-icon-link-list i.fa {
  float: left;
  margin-left: -1.5em;
  font-size: 1.5em;
  vertical-align: middle;
  margin-right: 0.35em;
}

ul.fa-icon-link-list i.fa.large {
  margin-left: -1em;
  margin-top: -0.1em;
  font-size: 2.5em;
  vertical-align: middle;
  margin-right: 0.25em;
}

ul.fa-icon-link-list a {
  color: #6bd1ff !important;
}

ul.fa-icon-link-list a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

ul.fa-icon-link-list a span {
  font-size: 1.125em;
  font-weight: bold;
  vertical-align: middle;
}

/* Large Dyanmic Header Image (SHA) */
.full-image {
  position: relative;
}

.full-image img.bg {
  margin: 0;
  display: block;
  width: 100%;
}

.full-image a {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -102px;
  margin-top: -27px;
}

/* Stat cube - used on Pandemic page */
span.stat-cube {
  background: #666;
  display: inline-block;
  padding: 0.25em 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 3em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 0.9em;
  text-align: center;
  color: #fff;
  width: 2.2em;
  height: 1.4em;
  letter-spacing: -2px;
  margin-bottom: 0.25em;
}

span.stat-cube.one-line {
  line-height: 1.5em;
}

span.stat-cube span {
  font-size: 0.5em;
  display: block;
  line-height: 1em;
  letter-spacing: normal;
}

/* Stat Cube Colors */
span.stat-cube.cube-red {
  background: #ec4a44;
}

span.stat-cube.cube-red-medium {
  background: #fd5f5a;
}

span.stat-cube.cube-red-light {
  background: #fe9491;
}

span.stat-cube.cube-purple-light {
  background: #d296d4;
}

span.stat-cube.cube-purple {
  background: #a876aa;
}

/* Staff Members */
.staff {
  position: relative;
}

.staff .item a {
  display: block;
}

.staff .item img {
  border: 5px solid #fff;
  position: relative;
  left: -5px;
}

.staff .item.active img {
  border: 5px solid #00B3EA;
}

.staff .bio {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-top: 40px;
  border-top: 5px solid #34afe7;
  background: #f9f7fa;
  padding: 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.staff .bio a.close {
  position: absolute;
  top: 0.75em;
  right: 1.25em;
  font-size: 2em;
}

.staff .bio .fa-caret-up {
  color: #34afe7;
  font-size: 2.25em;
  position: absolute;
  top: -0.8em;
  left: 0;
}

/*
	CALLOUT QUOTES
*/
blockquote.callout, blockquote.callout-partial {
  color: #6B70B0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.875em;
  line-height: 1.2em;
  text-align: left;
  margin: 1em 0;
  padding: 1em 2em;
  border-top: 2px solid #EEEBF2;
  border-bottom: 2px solid #EEEBF2;
}

@media only screen and (min-width: 700px) {
  blockquote.callout-partial {
    width: 40%;
  }
}
/*
	SOCIAL CALLOUT (FB BOX)
*/
.social-callout {
  background: #f4f2f5;
  padding: 1em;
  margin: 0 2em;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.social-callout > span {
  font-size: 1.375em;
  line-height: 1.3em;
  color: #673167;
}

.social-callout .btn {
  background: #3b5998 !important;
}

/*
	PACKAGE OF DOWNLOADS
*/
.download-package ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  padding-bottom: 1em;
  border-bottom: 1px solid #E4E5E7;
  margin-bottom: 1em;
}

.download-package ul li {
  padding-left: 2em;
  margin-bottom: 0.35em;
}

.download-package .fa {
  font-size: 1.5em;
  float: left;
  margin-left: -1.25em;
}

.download-package a.complete {
  color: #78707d;
  display: block;
  padding-left: 2em;
}

/*
	DOWNLOAD THUMBS
*/
.download-thumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  font-weight: bold;
}

.download-thumbs li {
  border-top: 1px solid #E4E5E7;
  margin: 0;
  padding: 1em 0;
}

.download-thumbs li:first-child {
  border-top: 0;
  padding-top: 0;
}

.download-thumbs img {
  float: left;
  margin: 0 !important;
  margin-right: 1em !important;
}

.download-thumbs a {
  color: #78707d;
}

/* 
	DONATION FORM
*/
.donation-box {
  padding: 1.25em;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  max-width: 365px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.donation-field {
  background-color: white;
  color: #6d5f72;
  border: 1px solid #666;
  border-radius: 3px;
  font-size: 2.5em;
  margin-bottom: 0.5em;
  position: relative;
}

.donation-field input {
  -webkit-appearance: none;
  width: 100%;
  padding: 0.3em;
  padding-left: 1.1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: inherit;
}

.donation-field input::-webkit-outer-spin-button,
.donation-field input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.donation-field span {
  position: absolute;
  font-size: 0.75em;
}

.donation-field span.symbol {
  left: 0.5em;
  top: 0.45em;
}

.donation-field span.currency {
  right: 0.5em;
  top: 0.45em;
}

#donation_amount {
  background-color: transparent;
  border: 0;
}

.donation-box .parsley-errors-list {
  font-size: 12px;
  list-style: none;
  padding: 0;
  margin: 0.5em 0;
}

.formerror ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.formerror ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.daf-box {
  border-radius: 10px;
  padding: 1.25em;
  background-color: white;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.block.block-menu-ar-2017, .block.block-menu-ar-2018, .block.block-menu-ar-2019, .block.block-menu-ar-2020, .block.block-menu-ar-2021 {
  background-color: #1f7fb5;
  margin: 0;
  border-top: 3px solid white;
  text-align: center;
  padding-left: 1em !important;
  padding-right: 1em;
}

.block-menu-ar-2017 .block-content, .block-menu-ar-2018 .block-content {
  display: inline;
}

.block-menu-ar-2017 h3, .block-menu-ar-2018 h3 {
  color: white;
  font-size: 0.9em;
  font-family: inherit;
  display: block;
  font-weight: bold;
  margin: 0;
  margin-right: 0.5em;
  margin-top: 0.5em;
}

@media only screen and (min-width: 900px) {
  .block-menu-ar-2017 h3, .block-menu-ar-2018 h3 {
    display: inline-block;
    font-size: 1em;
    margin-top: 0;
  }
}
.block-menu-ar-2017 ul, .block-menu-ar-2017 ul li, .block-menu-ar-2018 ul, .block-menu-ar-2018 ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.block-menu-ar-2017 ul.menu, .block-menu-ar-2018 ul.menu {
  text-align: center;
  display: inline;
}

.block-menu-ar-2017 ul.menu li, .block-menu-ar-2018 ul.menu li {
  display: inline-block;
}

@media only screen and (min-width: 900px) {
  .block-menu-ar-2017 ul.menu li, .block-menu-ar-2018 ul.menu li {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
  }
}
.block-menu-ar-2017 ul.menu li:first-child {
  /*border-left:none;*/
}

.block-menu-ar-2017 a, .block-menu-ar-2018 a {
  color: white;
  display: block;
  padding: 0.15em 0.5em;
}

@media only screen and (min-width: 900px) {
  .block-menu-ar-2017 a, .block-menu-ar-2018 a {
    padding: 0.75em;
  }
}
.block-menu-ar-2017 a.active, .block-menu-ar-2018 a.active {
  color: white !important;
  font-weight: bold;
}

#ar-paging {
  background-color: #1f7fb5;
  text-align: center;
  color: white;
  background-color: white;
  color: #1f7fb5;
  font-size: 1.25em;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  box-shadow: 5px 0 5px 2px rgba(0, 0, 0, 0.09);
}

#ar-paging span {
  display: none;
  padding: 0.75em;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 800px) {
  #ar-paging span {
    display: inline-block;
  }
}
#ar-paging a {
  color: white;
  color: #1f7fb5;
  display: block;
  padding: 0.25em 0.75em;
  overflow: hidden;
}
#ar-paging a .fa {
  font-size: 2em;
  line-height: 0.8em;
  vertical-align: middle;
  position: relative;
  top: -0.25em;
}

#ar-paging a.previous {
  float: left;
}
#ar-paging a.previous .fa {
  margin-right: 0.15em;
}
#ar-paging a.previous:before {
  content: "Previous";
  display: block;
  font-size: 12px;
  text-align: left;
  margin-left: 2.25em;
  position: relative;
  top: 0.5em;
  text-transform: uppercase;
  color: #666;
}

#ar-paging a.next {
  float: right;
}
#ar-paging a.next .fa {
  margin-left: 0.15em;
}
#ar-paging a.next:before {
  content: "Up Next";
  display: block;
  font-size: 12px;
  text-align: right;
  margin-right: 2.25em;
  position: relative;
  top: 0.5em;
  text-transform: uppercase;
  color: #666;
}

.signatures .column {
  width: 50%;
  float: left;
  padding: 0 1em;
  box-sizing: border-box;
}

@media only screen and (min-width: 600px) {
  .signatures .column {
    width: 30%;
    float: left;
    padding: 0 1em;
    box-sizing: border-box;
  }
  .signatures .column:first-child {
    margin-left: 20%;
  }
}
@media only screen and (min-width: 800px) {
  .signatures .column {
    width: 25%;
    float: left;
    padding: 0 1em;
    box-sizing: border-box;
  }
  .signatures .column:first-child {
    margin-left: 25%;
  }
}
.content-module.center-gradient {
  position: relative;
}

.content-module.center-gradient .shader {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 15%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.2) 85%);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content-module.center-gradient .container {
  position: relative;
  z-index: 2;
}

.ar-2017 .carousel .slide .subheading {
  font-size: 1.5em;
}

@media only screen and (min-width: 650px) {
  .ar-2017 .carousel .slide .text {
    top: 25% !important;
  }
}
/* New 2018 Stuff */
.placard {
  background: #FFFFFF;
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  max-width: 555px;
  margin: 0 auto;
  padding: 1.5em;
}

@media (min-width: 600px) {
  .placard.half-upward {
    transform: translateY(-30%);
  }
}
@media (min-width: 900px) {
  .placard.half-upward {
    transform: translateY(-60%);
  }
}

.ar-hero h1 {
  font-size: 1.75em;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .ar-hero h1 {
    font-size: 2.5em;
  }
}
@media (min-width: 900px) {
  .ar-hero h1 {
    font-size: 3.875em;
  }
}

img.rounded {
  border-radius: 10px;
}

.block.block-menu-ar-2018 {
  background-color: white;
  color: #65576A;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  -webkit-box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, 0.08);
}
.block.block-menu-ar-2018 h3 {
  color: #854E85;
}
.block.block-menu-ar-2018 a {
  color: #65576A;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.block.block-menu-ar-2018 a.active {
  color: #45A7F7 !important;
  border-bottom: 4px solid #45A7F7;
}

body.ar-2018 .menu-item-1340,
body.ar-2018 .menu-item-1189,
body.ar-2018 .menu-item-1329,
body.ar-2018 .menu-item-502,
body.ar-2018 .menu-item-939 {
  display: none !important;
}
body.ar-2018 .menu-item-857 {
  padding-bottom: 1.5em !important;
}
body.ar-2018 .menu-toggle {
  display: none;
}
body.ar-2018 #upper-footer-wrapper {
  display: none;
}
body.ar-2018 .video-and-buttons {
  padding-bottom: 4em;
}
@media (min-width: 800px) {
  body.ar-2018 .video-and-buttons {
    margin-top: 4em;
    padding-bottom: 0;
  }
}
@media (min-width: 800px) {
  body.ar-2018 .video-and-buttons .video-column {
    position: relative;
    top: -8em;
  }
}
body.page-node-11995 #content-container {
  background-color: #F9F7FA !important;
}

.pretomanid-timeline {
  position: relative;
}
.pretomanid-timeline:after {
  content: "";
  display: table;
  clear: both;
}
.pretomanid-timeline ul, .pretomanid-timeline li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pretomanid-timeline ul {
  padding-top: 4em;
}
.pretomanid-timeline li {
  margin-bottom: 2em;
  width: 38%;
  box-sizing: border-box;
  max-width: 360px;
  clear: both;
  font-size: 0.75em;
}
@media (min-width: 900px) {
  .pretomanid-timeline li {
    width: 35%;
  }
}
@media (min-width: 900px) {
  .pretomanid-timeline li {
    font-size: 1em;
  }
}
.pretomanid-timeline li img {
  display: inline-block;
  margin-bottom: 0.5em;
  max-width: 100% !important;
}
.pretomanid-timeline li.left {
  float: left;
  text-align: right;
}
@media (min-width: 900px) {
  .pretomanid-timeline li.left {
    margin-left: 10%;
  }
}
.pretomanid-timeline li.right {
  float: right;
  text-align: left;
}
@media (min-width: 900px) {
  .pretomanid-timeline li.right {
    margin-right: 10%;
  }
}
.pretomanid-timeline .dot {
  position: absolute;
  top: -31px;
  left: calc(50% - 31px);
  z-index: 2;
}
.pretomanid-timeline .dot-bottom {
  position: absolute;
  bottom: -31px;
  left: calc(50% - 31px);
  z-index: 2;
}
.pretomanid-timeline .line {
  position: absolute;
  top: 0;
  left: calc(50% - 2px);
  width: 4px;
  height: 100%;
  background-color: #45A7F7;
}
.pretomanid-timeline span.year {
  color: #65576A;
  font-size: 20px;
  background-color: white;
  background-color: #F9F7FA;
  padding: 0.25em;
  font-weight: bold;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.pretomanid-timeline h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 1.25em;
  color: #854E85;
}
.pretomanid-timeline h2 .fa {
  font-size: 0.8em;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}

.block.isi {
  padding: 1.5rem 0;
  margin-bottom: 0;
  background-color: #f9f7fa;
  box-sizing: border-box;
  border-top: 1px solid #d6c8dd;
}
.block.isi .learn-more {
  display: none;
}
.block.isi.sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1080;
  height: 120px;
  box-shadow: 0 -4px 9px 0 rgba(0, 0, 0, 0.09);
}
.block.isi.sticky .block-inner {
  position: relative;
}
.block.isi.sticky .block-inner .learn-more {
  display: block;
  position: absolute;
  top: -0.5rem;
  right: 0;
}
@media (min-width: 700px) {
  .block.isi .block-content {
    display: flex;
  }
  .block.isi .block-content .indications {
    width: 35%;
    margin-right: 5%;
  }
  .block.isi .block-content .safety {
    width: 60%;
  }
}

.view-pretomanid-partners {
  padding-top: 2rem;
}
.view-pretomanid-partners:after {
  content: "";
  display: table;
  clear: both;
}
.view-pretomanid-partners .views-row {
  box-sizing: border-box;
}
.view-pretomanid-partners .views-row {
  width: 100%;
  float: none;
  padding: 0.5rem;
  margin-bottom: 2rem;
  border: 3px solid rgba(99, 55, 99, 0.35);
  background-color: white;
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.07);
}
@media (min-width: 700px) {
  .view-pretomanid-partners .views-row {
    padding: 1.5rem;
    /*margin:-1.5rem;*/
  }
}
.view-pretomanid-partners .views-row:after {
  content: "";
  display: table;
  clear: both;
}
.view-pretomanid-partners .views-row .views-field-field-logo img {
  width: 100%;
  display: block;
  margin: 0;
}
.view-pretomanid-partners .views-row h3 {
  color: #633763;
}
@media (min-width: 700px) {
  .view-pretomanid-partners .views-row .views-field-field-logo {
    width: 50%;
    float: left;
    padding-right: 2.5rem;
    box-sizing: border-box;
    clear: left;
  }
  .view-pretomanid-partners .views-row h3 {
    font-size: 2em;
    padding-right: 2.5rem;
    width: 50%;
    box-sizing: border-box;
    float: left;
    clear: left;
  }
}
.view-pretomanid-partners .views-row.views-row-even {
  border: 3px solid rgba(85, 157, 197, 0.35);
}
@media (min-width: 700px) {
  .view-pretomanid-partners .views-row.views-row-even .views-field-field-logo {
    float: right;
    clear: right;
    padding-right: 0;
    padding-left: 2.5rem;
  }
  .view-pretomanid-partners .views-row.views-row-even h3 {
    float: right;
    clear: right;
    padding-right: 0;
    padding-left: 2.5rem;
  }
}
.view-pretomanid-partners .views-row .field-content {
  font-size: 1.25em;
  overflow: hidden;
}
.view-pretomanid-partners .views-row .field-content p:last-child {
  margin-bottom: 0;
}

/* smaller, dark, rounded square */
.flickity-button {
  background: #333;
}

.flickity-button:hover {
  background: #F90;
}

.flickity-prev-next-button {
  width: 30px;
  height: 30px;
  border-radius: 5px;
}

/* icon color */
.flickity-button-icon {
  fill: white;
}

/* position outside */
.flickity-prev-next-button.previous {
  left: -40px;
}

.flickity-prev-next-button.next {
  right: -40px;
}

.flickity-viewport {
  transition: height 0.2s;
}

.page-node-12656 #content-container {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #51195D;
}
.page-node-12656 #content-container h2 {
  font-weight: 600;
  color: #2D2A35;
}
.page-node-12656 #content-container p {
  font-size: 1.4em;
  line-height: 1.3;
}
.page-node-12656 .pill-scrolly {
  color: #2D2A35;
  margin-bottom: 100vh;
}
.page-node-12656 .pill-scrolly > section {
  margin: 0;
  min-height: 150vh;
  padding-top: 50vh;
  padding-bottom: 50vh;
  box-sizing: border-box;
  position: relative;
  /*
  display:flex; 
  align-items:center;
  */
}
.page-node-12656 .pill-scrolly .video-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: all 0.2s ease-out;
  background-color: #DCE4E8;
}
.page-node-12656 .pill-scrolly .video-container video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-node-12656 .pill-scrolly .video-container.visible {
  opacity: 1;
}
.page-node-12656 .pill-scrolly .content {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 100vh;
  left: 0;
  font-size: 1.4vmax;
}
.page-node-12656 .pill-scrolly .content p {
  margin-bottom: 0;
  font-size: 1.2em;
}
.page-node-12656 .pill-scrolly .content .color-block {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1em;
  max-width: 500px;
}
@media (max-width: 800px) {
  .page-node-12656 .pill-scrolly .content .color-block {
    background-color: rgba(255, 255, 255, 0.75);
  }
}
@media (max-width: 800px) {
  .page-node-12656 video.pill-calendar-animation {
    object-position: 75% center;
  }
}
@media (max-width: 800px) {
  .page-node-12656 video.pills-animation {
    object-position: left center;
  }
}
.page-node-12656 video.pills-59-pie-animation {
  object-position: right center;
}
@media (max-width: 800px) {
  .page-node-12656 video.pills-59-pie-animation {
    object-position: 85% center;
  }
}
.page-node-12656 video.pills-750-animation {
  object-position: left center;
}
.page-node-12656 video.pills-90-pie-animation {
  object-position: right center;
}
@media (max-width: 800px) {
  .page-node-12656 video.pills-90-pie-animation {
    object-position: 85% center;
  }
}

body {
  font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #2D2A35;
  /*font-size: 87.5%;*/
}

/* =============================================================================
 *   HTML Elements
 * ========================================================================== */
.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

a {
  /*color:#8AD0FF; color:#34afe7;*/
  transition: all 0.2s;
  text-decoration: none !important;
}

a.active {
  color: #E86340 !important;
}

a:hover {
  color: #1f7fb5;
}

#content-container a { /*color:#4A6FB0;*/ }

a.btn {
  display: inline-block;
  line-height: 1em;
  font-size: 0.9em;
  padding: 0.4em 0.75em;
  color: #fff !important;
  background: #58bcf6;
  background: #45A7F7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -ms-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

a.btn.block {
  display: block !important;
}

a.btn:hover {
  color: #fff !important;
  background: #34a5e6;
  text-decoration: none !important;
}

a.btn i {
  margin-left: 0.2em;
}

a.btn-medium {
  font-size: 1.125em;
  padding: 0.8em 1em;
  font-weight: 600;
}

a.btn-large {
  font-size: 1.125em;
  padding: 0.6em 0.9em;
  padding: 0.8em 0.9em;
  padding: 1em 2em;
}

a.btn-xlarge {
  font-size: 1.5em;
  padding: 0.6em 0.9em;
  padding: 0.6em 0.9em;
  padding: 1em 2em;
}

a.btn.clear {
  color: inherit;
  background: none;
  border: 1px solid #fff;
}

a.btn.clear:hover {
  color: #34afe7 !important;
  background: #fff;
}

a.btn.large-icon-clear {
  color: inherit;
  background: none;
  border: 1px solid #fff;
  font-size: 1.375em;
  text-transform: none;
  margin: 0.5em 1.75em;
  padding-right: 3em;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

a.btn.large-icon-clear i {
  font-size: 2em;
  position: absolute;
  right: 0.3em;
  top: 50%;
  margin-top: -0.5em;
}

a.btn.lower {
  text-transform: none;
}

a.btn.light {
  background: #f0edf0;
  color: #746879 !important;
}

a.btn.light:hover {
  background: #DEDCE0;
}

a.btn.green {
  background: #429648;
  color: #fff;
}

a.btn.green:hover {
  background: #39843F;
}

a.btn.light i {
  color: #000;
}

a.btn.dark {
  /*background:#f0edf0;
  color:#746879 !important;*/
}

a.btn.blue {
  background: #58bcf6;
}

a.btn.dark-blue {
  background: #1f7fb5;
}

a.btn.dark-blue:hover {
  background: #16618C;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 3em; /* 48px */
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2.5em; /* 40px */
  line-height: normal;
  margin-top: 0;
  margin-bottom: 0.5em;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  /*font-size:1.875em;  30px */
  margin: 0.5em 0;
  margin-bottom: 1em;
  /*color:#65576a;*/
}

h3 a {
  color: inherit !important;
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0.5em 0;
  margin-bottom: 1em;
  color: #65576a;
}

h1, h2, h3, h4 {
  font-size: 1.2em;
  line-height: 1.3em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  /*color:#000;
  color:#65576a;*/
  margin-top: 0;
  margin-bottom: 0.5em;
  margin-bottom: 0.75em;
}

p {
  line-height: 1.7em;
}

li {
  margin-bottom: 1em;
}

/* HEADING CLASSES */
.feature-title {
  font-size: 1.375em;
} /* used on homepage */
/* .section-title, h1#page-title{ font-size:2.5em; color:inherit; margin-bottom:1em;} /* used on homepage */
h1#page-title {
  color: #65576a;
  color: #633763;
}

.section-title-sm {
  font-size: 1.25em;
  color: inherit;
} /* used on news */
@media only screen and (min-width: 650px) {
  .section-title-sm {
    font-size: 2.25em;
    color: inherit;
  } /* used on news */
}
.sub-section-title {
  font-size: 1.875em;
  color: inherit;
  margin-bottom: 1em;
} /* used on homepage */
/*.news-grid-title{ font-size:1.125em;} /* used on homepage */
.voices-grid-title-lg {
  font-size: 1.5em;
} /* used on news */
.secondary-section-title {
  font-size: 1.5em;
} /* used on news */
.voices-grid-title {
  font-size: 1em;
  color: #5d5263;
}

.embedded-video-title {
  font-size: 1.5em;
  font-size: 1.125em;
}

.block-section-title {
  font-size: 1.875em;
  background-color: #666;
  color: #fff;
  text-align: center;
  padding: 0.75em 0.5em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: nowrap;
}

.proper-name {
  font-size: 1em;
  line-height: 1.2em;
  display: block;
  margin-bottom: 0.25em;
}

.subtext {
  font-size: 0.85em;
  line-height: 1.2em;
  display: block;
}

.voting {
  display: block;
  margin-top: 0.5em;
  font-style: italic;
}

.mini-download-link {
  font-size: 0.85em;
  line-height: 1.2em;
  display: block;
  margin-top: 0.25em;
}

.lead-text-xlarge {
  font-size: 1.875em;
  line-height: 1.3em;
}

.lead-text-large {
  font-size: 1.5em;
  font-size: 1.4em;
  line-height: 1.3em;
} /* used on building blocks */
.lead-text-medium {
  font-size: 1.3125em;
  line-height: 1.3em;
}

.lead-text-small {
  font-size: 1.125em;
  line-height: 1.5em;
} /* used on Our Commitment */
.feature-title-caps {
  font-size: 1.125em;
  text-transform: uppercase; /*color:#fd5f5a;*/
} /* used on building blocks */
.small-title-caps {
  font-size: 1em;
  text-transform: uppercase;
  color: #8f679d;
} /* used on Voices Landing */
.stat-text-only {
  font-size: 3.75em;
  font-size: 3.5em;
  margin-bottom: 0em;
  font-weight: bold;
  white-space: nowrap;
}

.quote-container {
  width: 85%;
  margin: 0 auto;
}

.quote-lg {
  font-size: 2.5em;
  font-size: 2.125em;
  font-size: 1.75em;
  margin: 0;
  padding: 0;
}

.text-centered {
  text-align: center;
}

.text-left {
  text-align: left;
}

.half-bottom-margin {
  margin-bottom: 0.5em;
}

.quarter-bottom-margin {
  margin-bottom: 0.25em;
}

.no-bottom-margin {
  margin-bottom: 0em;
}

.double-bottom-margin {
  margin-bottom: 2em;
}

.boxy-heading {
  padding: 0.5em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

i.icon-large {
  font-size: 6em;
  margin-bottom: 0.2em;
  color: #ff417f;
}

.text-double-size {
  font-size: 2em;
}

/* END HEADING CLASSES */
/* TEXT COLORS */
.purple {
  color: #5d5263;
}

.text-blue {
  color: #58bcf6;
  color: #45A7F7;
}

.text-sky-blue {
  color: #bbe4f7;
}

.text-red {
  color: #fd5f5a;
}

.text-white {
  color: #fff;
}

.text-yellow {
  color: #e8d8af;
}

.text-dark-purple-grey {
  color: #3e2f43;
}

.text-dark-purple {
  color: #46324d;
}

.text-mid-purple {
  color: #854E85;
}

.dark-heading {
  color: #65576a;
  color: #633763;
}

.sha-event-title {
  color: #559dc5;
  font-weight: bold;
  font-size: 1.1em;
}

/* END TEXT COLORS */
/* Introducing Products Colors */
.accent-blue {
  color: #34afe7;
}

.accent-green {
  color: #19ae58;
}

.accent-orange {
  color: #ff812c;
}

.accent-purple {
  color: #6b70b0;
}

.accent-blue-background {
  background: #34afe7;
  color: #fff;
}

.accent-green-background {
  background: #19ae58;
  color: #fff;
}

.accent-orange-background {
  background: #ff812c;
  color: #fff;
}

.accent-purple-background {
  background: #6b70b0;
  color: #fff;
}

/* End Introducing Products Colors */
.blocker-white {
  background: #fff;
  padding: 0.25em;
}

span.eyebrow {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.9375em; /*15px*/
  margin-bottom: 0.25em;
}

span.eyebrow.bold {
  font-weight: 600;
}

span.eyebrow.underlined {
  border-bottom: 4px solid currentColor;
  display: inline-block;
  margin-bottom: 0.75em;
}

.view-career-detail-footer .view-header {
  text-align: center;
  margin: 1.5em 0;
}

p.lead {
  font-size: 1.5em;
  /*text-align:center;*/
  color: #65576a;
  color: #633763;
}

.front p.lead {
  text-align: center;
}

pre,
code,
tt,
samp,
kbd,
var {
  font-family: Consolas, Monaco, "Courier New", Courier, monospace, sans-serif;
}

body.legacy {
  /**/
  /* Donate button */
  /*
  	Sidebar Navigation
  */
}
@media (max-width: 1049px) {
  body.legacy body {
    overflow-x: hidden;
  }
}
body.legacy #site-container {
  position: relative;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*width:100%; overflow-x:hidden;*/
}
body.legacy #header {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
  color: #fff;
}
body.legacy #header a {
  color: #fff;
}
body.legacy #header a:hover {
  color: #4A6FB0;
}
body.legacy #logo {
  padding: 10px 0;
}
body.legacy #logo img {
  vertical-align: bottom;
}
body.legacy img.logo {
  height: 2em;
  height: 1.5em;
  margin-top: 0.25em;
  margin-top: 0.5em;
}
body.legacy .menu-wrapper {
  margin: 0;
}
body.legacy #header-group-wrapper #header-wrapper {
  background: #571b57;
  /*border:1px solid red;*/
  position: relative;
}
body.legacy #block-system-main-menu {
  /*text-transform:uppercase;*/
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 0.9em;
  font-size: 0.95em;
  letter-spacing: 0.5px;
}
body.legacy #main-nav-holder > ul.menu > li > a {
  text-transform: uppercase;
}
body.legacy #block-system-main-menu a i.fa {
  font-weight: normal;
  text-transform: none;
  font-size: 0.7em;
  margin-top: -0.5em;
  vertical-align: middle;
  color: #DDD8DF;
}
body.legacy .header-extras {
  position: absolute;
  top: 1.2em;
  top: 1.3;
  left: 20px; /*left:40px;*/
  vertical-align: middle;
}
body.legacy .header-extras a.btn {
  vertical-align: middle;
  margin-right: 1em;
  margin-left: 1em;
}
body.legacy a.search-icon {
  /**/
  color: #fff;
  opacity: 0.8;
  outline: none;
  font-size: 2em;
  line-height: 1em;
  vertical-align: middle;
  /*border:1px solid #fff;*/
}
body.legacy a.search-icon:hover {
  color: #fd5f5a !important;
}
body.legacy .region-header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: rgb(87, 27, 87);
  display: block;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.legacy #search-block-form {
  padding: 0;
  margin: 0;
  padding: 1.3em 0;
  padding-bottom: 0;
  width: 100%;
  position: relative;
  /*border:1px solid #fff;*/
}
body.legacy #search-block-form .fa-search {
  color: #fff;
  opacity: 0.8;
  font-size: 1.6em;
  font-size: 2em;
  position: absolute;
  top: 0.6em;
  left: 0em;
  /*border:1px solid #fff;*/
}
body.legacy #search-block-form a.close {
  color: #a35fa1;
  font-size: 1.6em;
  position: absolute;
  top: 0.75em;
  right: 0.1em;
  outline: none;
}
body.legacy #search-block-form a.close:hover {
  color: #fff;
}
body.legacy #search-block-form div {
  width: 100% !important;
}
body.legacy #search-block-form input {
  border: 0;
  width: 72% !important;
  margin-left: 8.5%;
  margin-left: 13%;
  background-color: transparent;
  color: #fff;
  font-size: 1.31em;
  padding-bottom: 0.3em;
  outline-color: transparent;
  outline-style: none;
  -webkit-appearance: none;
  outline-color: transparent;
  outline-style: none;
  border-bottom: 1px solid #a35fa1;
}
body.legacy #search-block-form ::-webkit-input-placeholder {
  color: #a35fa1;
}
body.legacy #search-block-form :-moz-placeholder { /* Firefox 18- */
  color: #a35fa1;
}
body.legacy #search-block-form ::-moz-placeholder { /* Firefox 19+ */
  color: #a35fa1;
}
body.legacy #search-block-form :-ms-input-placeholder {
  color: #a35fa1;
}
body.legacy #search-block-form .form-actions {
  display: none;
}
@media only screen and (min-width: 1050px) {
  body.legacy #search-block-form .fa-search {
    font-size: 1.6em;
    top: 0.75em;
    left: 0.75em;
  }
  body.legacy #search-block-form a.close {
    font-size: 1.6em;
    top: 0.75em;
    right: 0.1em;
  }
  body.legacy #search-block-form input {
    width: 75% !important;
    margin-left: 8.5%;
  }
}
body.legacy .region-header-page .block {
  margin: 0 !important;
  padding: 0 !important;
}
body.legacy .region-header-page .block .block-inner {
  margin: 0 !important;
  padding: 0 !important;
}
body.legacy div.menu-toggle {
  display: inline;
  /*outline:none;*/
  position: absolute;
  top: 1em;
  top: 0.7em;
  /*left:20px;*/
  right: 20px;
  /*color:#fff;*/
  z-index: 500;
}
body.legacy #main-nav-holder > ul.menu > li.donate-link {
  margin-left: 0.8em !important;
}
body.legacy #main-nav-holder li.donate-link > a {
  background: #58bcf6 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-left: 1em !important;
  padding-right: 1em !important;
}
body.legacy #main-nav-holder > ul.menu > li.donate-link:hover a:hover {
  /*color:#333 !important;*/
  background: #4A6FB0 !important;
  color: #fff !important;
}
@media only screen and (max-width: 1050px) {
  body.legacy body.menu-active {
    overflow-x: hidden;
    overflow-y: hidden;
  }
  body.legacy #menu-bar {
    /*border:3px solid #4A6FB0;*/
    padding: 0.7em;
    background-color: #5d265d;
    color: #333;
    position: absolute;
    margin: 0;
    top: 0;
    /*left:-16em;*/
    right: -16em;
    width: 16em;
    /*min-height:100%;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.legacy #site-container.menu-active {
    /*left:16em;*/
    left: auto;
    right: 16em;
  }
  body.legacy #main-nav-holder > ul.menu > li {
    display: block;
    float: none;
    clear: both;
    border-bottom: 1px solid #6b356b;
    padding: 0.5em 0;
  }
  body.legacy #main-nav-holder > ul.menu > li li {
    display: block;
    float: none;
    /*padding-left:1em;*/
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-transform: none;
    margin: 0.35em 0;
  }
  body.legacy #main-nav-holder li.donate-link {
    border: 0 !important;
    padding-top: 1em !important;
  }
  body.legacy #main-nav-holder li.donate-link > a {
    padding: 8px 16px;
    display: inline-block;
  }
}
@media only screen and (min-width: 500px) {
  body.legacy img.logo {
    height: 2em;
    margin-top: 0.25em;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1050px) {
  body.legacy #site-container.menu-active {
    right: 29em;
  }
  body.legacy #menu-bar {
    right: -29em;
    width: 29em;
  }
  body.legacy #main-nav-holder > ul.menu > li li {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1051px) {
  body.legacy {
    /*#header-group-wrapper.overlay #header-wrapper{*/
  }
  body.legacy div.menu-toggle.hidden {
    display: none;
  }
  body.legacy div.menu-toggle {
    right: 8px;
    right: 28px;
  }
  body.legacy #header {
    padding-top: 1.15em;
    padding-bottom: 1.15em;
  }
  body.legacy #header-group-wrapper.overlay {
    position: relative;
  }
  body.front body.legacy #header-group-wrapper #header-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: rgba(87, 27, 87, 0.9);
    background: rgba(87, 27, 87, 0.87);
  }
  body.legacy #header {
    /*padding-top:4em;	*/
    text-align: left;
    padding-left: 20px;
    padding-left: 40px;
  }
  body.legacy .header-extras {
    left: auto;
    right: 20px;
    right: 40px;
    top: 1.6em;
  }
  body.legacy a.search-icon {
    font-size: 1.5em;
    fon-size: 1.7em;
    /*line-height:1.45em; line-height:1.75em;*/
  }
  body.legacy #menu-bar {
    margin: 0 !important;
    position: absolute;
    /*top:1.2em; top:1.45em;*/
    right: 3.5em;
    right: 3.8em;
    right: 4.8em;
    right: 5em;
    bottom: 0;
  }
  body.legacy #main-nav-holder {
    /*border:1px solid #fff;*/
  }
  body.legacy #main-nav-holder > ul.menu > li {
    position: relative;
    margin-left: 0.4em;
  }
  body.legacy #main-nav-holder > ul.menu ul {
    /*background:rgba(72,41,73,0.9);*/
    position: absolute;
    z-index: 9999;
    /*padding-top:1.6em;*/
    display: none;
  }
  body.legacy #main-nav-holder > ul.menu > li:hover ul {
    display: block;
  }
  body.legacy #main-nav-holder > ul.menu > li ul li {
    display: block;
    padding: 0;
    width: 100%;
    margin: 0;
    /*border:1px solid #fff;*/
  }
  body.legacy #main-nav-holder > ul.menu {
    width: 100%;
    /*border:1px solid #fff;*/
  }
  body.legacy #main-nav-holder > ul.menu > li {
    /*padding-bottom:1.6em;*/
  }
  body.legacy #main-nav-holder > ul.menu > li > a {
    display: block;
    line-height: normal;
    padding: 0.5em 0.75em;
    padding-bottom: 2.1em;
    color: #fff;
  }
  body.legacy #main-nav-holder li.donate-link > a {
    padding: 0.5em 0.75em !important;
    padding-bottom: 0.4em;
    display: inline-block;
  }
  body.legacy #main-nav-holder > ul.menu > li li > a {
    padding: 0.5em 0.8em;
    color: #F0CCF3 !important;
    background: #713070;
    white-space: nowrap;
  }
  body.legacy #main-nav-holder > ul.menu > li li > a:hover {
    color: #FFF5FF !important;
    background: #864685;
  }
  body.legacy #main-nav-holder > ul.menu > li:hover > a {
    /*background:#319ED6;
    background:rgba(72,41,73,0.9);
    background:#713070;*/
    background-image: url("../images/nav/arrow.png");
    background-repeat: no-repeat;
    background-position: 1em bottom;
  }
  body.legacy #main-nav-holder > ul.menu > li:hover > a {
    color: #fd5f5a !important;
  }
  body.legacy #main-nav-holder > ul.menu > li:hover > a > i {
    color: #fd5f5a !important;
  }
  body.legacy #main-nav-holder > ul.menu > li.active-trail {
    border-top: 0.3em solid #fd5f5a;
    margin-top: -1.6em;
    padding-top: 1.3em;
  }
  body.legacy #main-nav-holder > ul.menu > li.active-trail > a.active {
    /*background:none;
    color:#fff !important;*/
  }
  body.legacy #main-nav-holder > ul.menu > li > a.active {
    /**/
  }
}
body.legacy .sidebar-nav h3 {
  margin-bottom: 1em;
  color: #65576a;
}
body.legacy .sidebar-nav ul, body.legacy .sidebar-nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.legacy .sidebar-nav ul {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 0.95em;
  letter-spacing: 0.5px;
}
body.legacy .sidebar-nav ul li {
  margin-bottom: 0.5em;
}
body.legacy .sidebar-nav ul li a {
  color: #65576a !important;
}
body.legacy .sidebar-nav ul li a.active, body.legacy .sidebar-nav ul li a.active-trail {
  color: #fd5f5a !important;
}

@media only screen and (min-width: 1051px) {
  /*#header-group-wrapper.overlay #header-wrapper{*/
  body.front.legacy #header-group-wrapper #header-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: rgba(87, 27, 87, 0.9);
    background: rgba(87, 27, 87, 0.87);
  }
}
/*
	BASIC UL NAV
*/
.ul-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ul-nav li {
  margin-bottom: 1em;
}

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  /*border:1px solid red;*/
  background-color: transparent;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 44px;
  top: 22px;
  left: 18px;
  left: 9px;
  right: 18px;
  right: 9px;
  height: 8px;
  height: 4px;
  background: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 8px;
  height: 4px;
  background-color: #fff;
  content: "";
}

.c-hamburger span::before {
  top: -20px;
  top: -10px;
}

.c-hamburger span::after {
  bottom: -20px;
  bottom: -10px;
}

.c-hamburger--htx {
  /*background-color: #fff;*/
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  /*background-color: #cb0032;*/
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

body.legacy #footer-wrapper {
  background: #482949;
}
body.legacy #footer {
  padding-top: 2.5em;
  font-size: 0.9em;
  line-height: 2em;
  color: #beaebf;
}
body.legacy #footer p {
  line-height: 2em;
}
body.legacy #footer a {
  color: #8dd0ff;
}
body.legacy #footer a:hover {
  color: #fff;
}
body.legacy #footer h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9em;
  margin-bottom: 1.5em;
}
body.legacy #footer h5 {
  color: #fff;
  margin: 0;
}
body.legacy #footer ul, body.legacy #footer ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.legacy #upper-footer-wrapper .block-inner {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.legacy #sub-footer-wrapper {
  padding: 1.5em 0;
  color: #766577;
  font-size: 0.9375em;
}
body.legacy #sub-footer-wrapper a {
  color: #B2A4B3;
}
body.legacy .social-networks {
  /*float:right;	*/
  display: block;
  line-height: 1em;
  margin-top: -0.25em;
}
body.legacy .social-networks {
  font-size: 2em;
  display: inline;
  display: block;
  margin-bottom: 0.5em;
  vertical-align: middle;
}
body.legacy .site-credit {
  display: block;
}
body.legacy .social-networks a .fa-facebook-square {
  color: #3B5998;
}
body.legacy .social-networks a .fa-twitter-square {
  color: #4099FF;
}
body.legacy .social-networks a .fa-linkedin-square {
  color: #007bb6;
}
body.legacy .block.headlines-block .view-content > div {
  margin-bottom: 0.5em;
  line-height: 1.4em;
}
body.legacy .offices-block {
  clear: both;
  width: 100% !important;
  line-height: 1.4em;
  padding-top: 2em;
}
body.legacy .offices-block h3 {
  display: inline-block;
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 500px) {
  body.legacy #footer .block {
    width: 50%;
    float: left;
  }
  body.legacy #footer .block:nth-child(2n+1) {
    clear: both;
  }
  body.legacy .social-networks {
    float: right;
  }
}
@media only screen and (min-width: 1000px) {
  body.legacy #footer {
    padding-left: 30px;
    padding-right: 30px;
  }
  body.legacy #footer .block {
    width: 25%;
    float: left;
  }
  body.legacy #footer .block-inner {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.legacy #footer .block:nth-child(2n+1) {
    clear: none;
  }
  body.legacy #footer .block.mission-block {
    width: 30%;
    width: 24%;
    width: 25%;
  }
  body.legacy #footer .block.nav-block {
    width: 15%;
    width: 16.66666%;
  }
  body.legacy #footer .block.headlines-block {
    width: 30%;
    width: 32%;
    width: 33.3333%;
  }
  body.legacy #footer .block.contact-block {
    width: 25%;
    width: 28%;
    width: 25%;
  }
  body.legacy .site-credit {
    display: inline;
    margin-left: 0.5em;
  }
  body.legacy .concern {
    display: none;
  }
}

.ar-2017 #footer-wrapper, .ar-2017 #sub-footer-wrapper {
  display: none;
}

@media (max-width: 1049px) {
  body {
    overflow-x: hidden;
  }
}
#site-container {
  position: relative;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*width:100%; overflow-x:hidden;*/
}

.node-type-homepage #content-wrapper > .container {
  max-width: none !important;
}

.node-type-homepage #main-content {
  margin: 0 !important;
}

.node-type-homepage #content-container {
  padding: 0 !important;
}

.region-header-page .block .block-inner {
  margin: 0 !important;
  padding: 0 !important;
}

.region-header-page .block {
  margin: 0 !important;
  padding: 0 !important;
}

#header .logo-new {
  display: none;
}

body.refresh-2021 #header-group-wrapper #header-wrapper {
  background: white;
  position: relative;
}
body.refresh-2021 #header-group-wrapper #header-wrapper .container {
  max-width: 1500px;
}
body.refresh-2021 #block-system-main-menu {
  font-family: Montserrat, sans-serif !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
}
body.refresh-2021 #header {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
  /*#logo {
    padding: 10px 0;
  }

  #logo img {
    vertical-align: bottom;
  }*/
}
body.refresh-2021 #header .logo-original {
  display: none;
}
body.refresh-2021 #header .logo-new {
  display: block;
}
body.refresh-2021 #header img.logo {
  height: 1.5em;
  margin-top: 0.25em;
  margin-top: 0.5em;
}
@media (min-width: 700px) {
  body.refresh-2021 #header img.logo {
    height: auto;
    margin-top: 0.25em;
  }
}
@media (min-width: 1050px) {
  body.refresh-2021 #header {
    text-align: left;
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
}
body.refresh-2021 #header a {
  color: #51195D !important;
  text-transform: none !important;
}
/*body.refresh-2021.node-type-homepage{
    #header{
        @media (min-width: $large) {
            &:before{
                content:"";
                position: absolute;
                bottom: 0;
                left: 40px;
                width: calc(100% - 80px);
                height: 2px;
                background-color:  $tba-blue;
                z-index: 999;
            }
        }
    }
}*/
body.refresh-2021 {
  /* Donate button */
}
body.refresh-2021 .header-extras {
  position: absolute;
  top: 1.2em;
  top: 1.3;
  left: 20px; /*left:40px;*/
  vertical-align: middle;
}
body.refresh-2021 .header-extras a.btn {
  vertical-align: middle;
  margin-right: 1em;
  margin-left: 1em;
}
body.refresh-2021 .fa-search {
  color: #51195D;
  font-size: 2em;
}
body.refresh-2021 .region-header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  padding-top: 1rem !important;
  display: block;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1050px) {
  body.refresh-2021 .region-header {
    padding-top: 0rem !important;
  }
}
body.refresh-2021 div.menu-toggle {
  display: inline;
  /*outline:none;*/
  position: absolute;
  top: 0.7em;
  /*left:20px;*/
  right: 20px;
  /*color:#fff;*/
  z-index: 500;
}
body.refresh-2021 #main-nav-holder > ul.menu > li.donate-link {
  margin-left: 0.8em !important;
}
body.refresh-2021 #main-nav-holder li.donate-link > a {
  background: #00C0F3 !important;
  color: black;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 14px;
  padding-left: 1.75em !important;
  padding-right: 1.75em !important;
}
body.refresh-2021 #main-nav-holder > ul.menu > li.donate-link:hover a:hover {
  /*color:#333 !important;*/
}
body.refresh-2021 #main-nav-holder > ul.menu > li > a {
  color: black !important;
}
body.refresh-2021 #block-system-main-menu {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 1050px) {
  body.refresh-2021 {
    /*
    body.menu-active{
    	overflow-x: hidden;
    	overflow-y: hidden;
    }
    */
    /*#block-system-main-menu{
    	margin-left: 0;
    	margin-right: 0;
    }*/
  }
  body.refresh-2021 #menu-bar {
    padding: 0.7em;
    background-color: white;
    color: #333;
    position: absolute;
    margin: 0;
    top: 0;
    right: -16em;
    width: 16em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.refresh-2021 #site-container.menu-active {
    /*left:16em;*/
    left: auto;
    right: 16em;
  }
  body.refresh-2021 #main-nav-holder > ul.menu > li {
    display: block;
    float: none;
    clear: both;
    border-bottom: 1px solid #6b356b;
    padding: 0.5em 0;
  }
  body.refresh-2021 #main-nav-holder > ul.menu > li li {
    display: block;
    float: none;
    /*padding-left:1em;*/
    text-transform: none;
    margin: 0.35em 0;
  }
  body.refresh-2021 #main-nav-holder li.donate-link {
    border: 0 !important;
    padding-top: 1em !important;
  }
  body.refresh-2021 #main-nav-holder li.donate-link > a {
    padding: 8px 16px;
    display: inline-block;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1050px) {
  body.refresh-2021 #site-container.menu-active {
    right: 29em;
  }
  body.refresh-2021 #menu-bar {
    right: -29em;
    width: 29em;
  }
  body.refresh-2021 #main-nav-holder > ul.menu > li li {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1051px) {
  body.refresh-2021 {
    /*#header-group-wrapper.overlay #header-wrapper{*/
  }
  body.refresh-2021 div.menu-toggle.hidden {
    display: none;
  }
  body.refresh-2021 div.menu-toggle {
    right: 8px;
    right: 28px;
    top: 2em;
  }
  body.refresh-2021 #header {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  body.refresh-2021 #header-group-wrapper.overlay {
    position: relative;
  }
  body.refresh-2021 body.front #header-group-wrapper #header-wrapper {
    /*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;*/
  }
  body.refresh-2021 #header {
    /*padding-top:4em;	*/
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
  }
  body.refresh-2021 .header-extras {
    left: auto;
    right: 20px;
    right: 40px;
    top: 2.95em;
  }
  body.refresh-2021 a.search-icon {
    /*line-height:1.45em; line-height:1.75em;*/
  }
  body.refresh-2021 #menu-bar {
    margin: 0 !important;
    position: absolute;
    z-index: 49;
    /*top:1.2em; top:1.45em;*/
    /*right: 3.5em; right: 3.8em;
    right: 4.8em; 
    right: 5em;*/
    right: 5.5em;
    top: 55%;
    transform: translateY(-50%);
  }
  body.refresh-2021 #main-nav-holder {
    /*border:1px solid #fff;*/
  }
  body.refresh-2021 #main-nav-holder > ul.menu > li {
    position: relative;
    margin-left: 0.4em;
    white-space: nowrap;
  }
  body.refresh-2021 #main-nav-holder > ul.menu ul {
    /*background:rgba(72,41,73,0.9);*/
    background-color: white;
    position: absolute;
    z-index: 9999;
    /*padding-top:1.6em;*/
    display: none;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.08);
  }
  body.refresh-2021 #main-nav-holder > ul.menu ul > li:first-child {
    margin-top: 0.5rem;
  }
  body.refresh-2021 #main-nav-holder > ul.menu ul > li:last-child {
    margin-bottom: 0.5rem;
  }
  body.refresh-2021 #main-nav-holder > ul.menu > li:hover ul {
    display: block;
  }
  body.refresh-2021 #main-nav-holder > ul.menu > li ul li {
    display: block;
    padding: 0;
    width: 100%;
    margin: 0;
    /*border:1px solid #fff;*/
  }
  body.refresh-2021 #main-nav-holder > ul.menu {
    width: 100%;
    /*border:1px solid #fff;*/
  }
  body.refresh-2021 #main-nav-holder > ul.menu > li {
    /*padding-bottom:1.6em;*/
  }
  body.refresh-2021 #main-nav-holder > ul.menu > li > a {
    display: block;
    line-height: normal;
    padding: 0.5em 0.75em;
    padding-bottom: 1em;
    color: #51195D;
  }
  body.refresh-2021 #main-nav-holder > ul.menu > li > a:hover {
    color: #E86340;
  }
  body.refresh-2021 #main-nav-holder > ul.menu > li:hover > a {
    color: #E86340;
  }
  body.refresh-2021 #main-nav-holder li.donate-link > a {
    padding: 0.5em 0.75em !important;
    padding-bottom: 0.4em;
    display: inline-block;
    color: black !important;
  }
  body.refresh-2021 #main-nav-holder > ul.menu > li li > a {
    padding: 0.25em 0.8em;
    background: white;
  }
  body.refresh-2021 #main-nav-holder > ul.menu > li li > a:hover {
    color: #E86340 !important;
    background: white;
  }
  body.refresh-2021 #main-nav-holder > ul.menu > li:hover > a {
    /*background:#319ED6;
    background:rgba(72,41,73,0.9);
    background:#713070;*/
    bacgkround-color: white;
    /*background-image: url('../images/nav/arrow.png');
    background-repeat: no-repeat;
    background-position: 1em bottom;*/
  }
  body.refresh-2021 #main-nav-holder > ul.menu > li.active-trail > a.active {
    /*background:none;
    color:#fff !important;*/
  }
  body.refresh-2021 #main-nav-holder > ul.menu > li > a.active {
    /**/
  }
}
body.refresh-2021 .c-hamburger span {
  background: #51195D;
}
body.refresh-2021 .c-hamburger span::before,
body.refresh-2021 .c-hamburger span::after {
  background-color: #51195D;
}

.c-hamburger--htx.is-active span {
  background: none !important;
}

@media only screen and (max-width: 1050px) {
  body.menu-active {
    overflow-x: hidden;
    overflow-y: hidden;
  }
}
#search-block-form {
  padding: 0;
  margin: 0;
  padding: 1.3em 0;
  padding-bottom: 0;
  width: 100%;
  position: relative;
  /*border:1px solid #fff;*/
}

#search-block-form .fa-search {
  color: #fff;
  opacity: 0.8;
  font-size: 1.6em;
  font-size: 2em;
  position: absolute;
  top: 0.6em;
  left: 0em;
  /*border:1px solid #fff;*/
}

#search-block-form a.close {
  color: #a35fa1;
  font-size: 1.6em;
  position: absolute;
  top: 0.75em;
  right: 0.1em;
  outline: none;
}

#search-block-form a.close:hover {
  color: #fff;
}

#search-block-form div {
  width: 100% !important;
}

#search-block-form input {
  border: 0;
  width: 72% !important;
  margin-left: 8.5%;
  margin-left: 13%;
  background-color: transparent;
  color: #fff;
  font-size: 1.31em;
  padding-bottom: 0.3em;
  outline-color: transparent;
  outline-style: none;
  -webkit-appearance: none;
  outline-color: transparent;
  outline-style: none;
  border-bottom: 1px solid #a35fa1;
}

#search-block-form ::-webkit-input-placeholder {
  color: #a35fa1;
}

#search-block-form :-moz-placeholder { /* Firefox 18- */
  color: #a35fa1;
}

#search-block-form ::-moz-placeholder { /* Firefox 19+ */
  color: #a35fa1;
}

#search-block-form :-ms-input-placeholder {
  color: #a35fa1;
}

#search-block-form .form-actions {
  display: none;
}

@media only screen and (min-width: 1050px) {
  #search-block-form .fa-search {
    font-size: 1.6em;
    top: 0.75em;
    left: 0.75em;
  }
  #search-block-form a.close {
    font-size: 1.6em;
    top: 0.75em;
    right: 0.1em;
  }
  #search-block-form input {
    width: 75% !important;
    margin-left: 8.5%;
  }
}
body.refresh-2021 #search-block-form .fa-search {
  color: #51195D;
}
body.refresh-2021 .region-header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  display: block;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.refresh-2021 #search-block-form input {
  color: black;
}

/*div.page{
	overflow: hidden;
}*/
#content-container {
  overflow: hidden;
}

.row {
  margin-right: auto;
  margin-left: auto;
  margin-right: -1rem;
  margin-left: -1rem;
  /*&.wide-gutter{
    margin-right: -$column-gutter*3;
    margin-left: -$column-gutter*3;
  }*/
  margin-bottom: 3em;
}
.row .row {
  margin-bottom: 1em;
}
.row:last-child {
  margin-bottom: 0;
}
.row.collapse {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.row.wide-gutter {
  margin-right: -2.5rem;
  margin-left: -2.5rem;
}
.row.narrow-gutter {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.row.flex {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}
.row.flex-center {
  align-items: center;
}
.row.flex-stretch {
  align-items: stretch;
}

.row::before, .row::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

.row::after {
  clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.row .row {
  margin-right: -1rem;
  margin-left: -1rem;
}
.row .row.wide-gutter {
  margin-right: -2.5rem;
  margin-left: -2.5rem;
}
.row .row.narrow-gutter {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

@media print, screen and (min-width: 700px) {
  .row .row {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .row .row.wide-gutter {
    margin-right: -2.5rem;
    margin-left: -2.5rem;
  }
  .row .row.narrow-gutter {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
}
@media print, screen and (min-width: 1050px) {
  .row .row {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .row .row.wide-gutter {
    margin-right: -2.5rem;
    margin-left: -2.5rem;
  }
  .row .row.narrow-gutter {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

.column, .columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-bottom: 2.5em;
  margin-bottom: 2em;
  /*.row.wide-gutter &{
    padding-right: $column-gutter*5;
    padding-left: $column-gutter*5;
  }*/
}
.column.stat, .columns.stat {
  margin-bottom: 1em;
}
@media (max-width: 499px) {
  .column:last-child, .columns:last-child {
    margin-bottom: 0;
  }
}
.row.column-collapse .column, .row.column-collapse .columns {
  margin-bottom: 0;
}
.row.flex .column, .row.flex .columns {
  float: none;
}
@media (max-width: 699px) {
  .column.medium-bleed-sides, .columns.medium-bleed-sides {
    padding: 0;
  }
}
.column.bleed, .column.bleed-image-right, .columns.bleed, .columns.bleed-image-right {
  padding: 0;
}
.column.bleed img, .column.bleed-image-right img, .columns.bleed img, .columns.bleed-image-right img {
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .column.bleed, .column.bleed-image-right, .columns.bleed, .columns.bleed-image-right {
    width: 50%;
    min-height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
  }
  .column.bleed img, .column.bleed-image-right img, .columns.bleed img, .columns.bleed-image-right img {
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.column.bleed-image-left, .columns.bleed-image-left {
  padding: 0;
}
.column.bleed-image-left img, .columns.bleed-image-left img {
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .column.bleed-image-left, .columns.bleed-image-left {
    width: 50%;
    min-height: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    overflow: hidden;
  }
  .column.bleed-image-left img, .columns.bleed-image-left img {
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.row.wide-gutter .column, .row.wide-gutter .columns {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
.row.narrow-gutter .column, .row.narrow-gutter .columns {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
@media (min-width: 1050px) {
  .row.extra-wide-gutter .column, .row.extra-wide-gutter .columns {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1050px) {
  .row.dividers .column, .row.dividers .columns {
    border-left: 1px solid rgba(216, 216, 216, 0.3);
    border-right: 1px solid rgba(216, 216, 216, 0.3);
  }
  .row.dividers .column:first-child, .row.dividers .columns:first-child {
    border-left: 0;
  }
  .row.dividers .column:last-child, .row.dividers .columns:last-child {
    border-right: 0;
  }
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  position: relative;
  left: 16.66667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  position: relative;
  left: 41.66667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  position: relative;
  left: 66.66667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  position: relative;
  left: 91.66667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 1rem;
  padding-left: 1rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}

.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 700px) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 1050px) {
  .column, .columns {
    margin-bottom: 0;
  }
  .row.vertical-spaced .column, .row.vertical-spaced .columns {
    margin-bottom: 2.5em;
  }
  .large-1 {
    width: 8.33333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
.column-block {
  margin-bottom: 1.875rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

.v2020-section {
  padding: 2rem 0;
  margin: 2rem 0;
}
@media (min-width: 700px) {
  .v2020-section {
    padding: 4rem 0;
    margin: 4rem 0;
  }
}
.v2020-section.slim-margin {
  margin: 2rem 0;
}
.v2020-section.top-margin {
  margin-top: 7rem;
}
.v2020-section.tall {
  padding: 4rem 0;
}
@media (min-width: 700px) {
  .v2020-section.tall {
    padding: 7rem 0;
  }
}
.collapse-bottom-padding {
  padding-bottom: 0;
}

.align-center {
  text-align: center;
}

.view-access-countries .view-filters {
  margin-bottom: 2rem;
}
.view-access-countries .view-filters select {
  padding: 0.75rem;
}
.view-access-countries .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
}
.view-access-countries .view-content .country {
  width: 20%;
  max-width: 250px;
  margin: 0.75rem;
  color: #51195D;
  border: 1px solid #51195D;
  border-bottom-width: 3px;
  border-radius: 3px;
  padding: 1rem 1rem;
}
.view-access-countries .view-content .country a {
  display: block;
  width: 100%;
  font-size: 1.2rem;
}
.view-access-countries .view-content .country .region {
  margin-bottom: 1rem;
}
.view-access-countries .view-content .country .region, .view-access-countries .view-content .country .stages {
  display: block;
  font-size: 13px;
  color: #666;
}
.view-access-countries .view-content .country .region ul, .view-access-countries .view-content .country .stages ul {
  list-style: none;
  margin: 0 -2px;
  padding: 0;
}
.view-access-countries .view-content .country .region ul li, .view-access-countries .view-content .country .stages ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #333;
  background-color: #EFEFEF;
  padding: 5px 8px;
  margin: 2px;
  border-radius: 4px;
}

.container--small {
  max-width: 675px !important;
  margin: 0 auto;
}
.container--medium {
  max-width: 950px !important;
  margin: 0 auto;
}

.view-2021-homepage-featured-content {
  max-width: 1140px;
  padding: 0 40px;
  margin: 0 auto;
}
.view-2021-homepage-featured-content .view-content {
  width: 90%;
}
.view-2021-homepage-featured-content img {
  display: block;
  border-radius: 20px;
  margin-bottom: 1rem;
}

.photo-pill-text {
  position: relative;
  margin: 2rem 0;
  padding: 2rem 0;
  color: #2D2A35;
}
@media (min-width: 700px) {
  .photo-pill-text {
    margin: 8rem 0 4rem 0;
    padding: 8rem 0 4rem 0;
  }
}
.photo-pill-text .container {
  position: relative;
}
.photo-pill-text__graphic {
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
  right: -20px;
}
@media (min-width: 700px) {
  .photo-pill-text__graphic {
    width: 50vw;
    margin-bottom: 0;
    position: absolute;
    z-index: 1;
    top: 30%;
    transform: translateY(-50%);
    max-height: 110%;
  }
}
@media (min-width: 1220px) {
  .photo-pill-text__graphic {
    right: calc(-50vw + 610px);
  }
}
.photo-pill-text__graphic .pill {
  display: block;
  margin: 0;
  margin-left: auto;
  width: 100%;
  height: auto;
}
.photo-pill-text__graphic .photo {
  position: absolute;
  display: block;
  max-height: 100%;
  margin: 0;
  bottom: 0;
  right: 0;
  right: 50%;
  transform: translateX(50%);
}
@media (min-width: 700px) {
  .photo-pill-text__graphic .photo {
    max-height: 105%;
  }
}
.photo-pill-text__text {
  position: relative;
  z-index: 2;
}
@media (min-width: 700px) {
  .photo-pill-text__text {
    width: 53%;
  }
}
.photo-pill-text__text h3, .photo-pill-text__text p {
  max-width: 470px;
}
.photo-pill-text__text img {
  display: block;
  margin-bottom: 1.5rem;
  width: 75%;
}
.photo-pill-text__text p {
  margin-bottom: 3em;
}
.photo-pill-text--reverse .photo-pill-text__graphic {
  right: auto;
  left: -20px;
}
@media (min-width: 1220px) {
  .photo-pill-text--reverse .photo-pill-text__graphic {
    left: calc(-50vw + 610px);
  }
}
.photo-pill-text--reverse .photo-pill-text__graphic .photo {
  right: auto;
  left: 0;
  transform: none;
}
@media (min-width: 700px) {
  .photo-pill-text--reverse .photo-pill-text__text {
    margin-left: 55%;
    width: 45%;
  }
}
@media (min-width: 700px) {
  .photo-pill-text--reverse .photo-pill-text__text .v2020-eyebrow {
    float: right;
    margin-right: 10%;
  }
}
.photo-pill-text .deeper-view {
  margin-top: 2rem;
}
@media (min-width: 700px) {
  .photo-pill-text .deeper-view {
    margin-top: 4rem;
    z-index: 3;
    left: 55%;
    transform: translateX(-50%);
    position: relative;
  }
}

.deeper-view {
  background: #FFFFFF;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.08);
  padding: 2.5rem 2rem 2.5rem 4rem;
  max-width: 470px;
  box-sizing: border-box;
  position: relative;
}
.deeper-view:before {
  content: "";
  border-left: 5px solid #51195D;
  position: absolute;
  left: 2rem;
  height: calc(100% - 5rem);
}
.deeper-view ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.deeper-view ul li {
  margin-bottom: 0.75rem;
}
.deeper-view ul li:last-child {
  margin-bottom: 0;
}
.deeper-view a {
  font-weight: bold;
  font-size: 1rem;
  display: block;
  position: relative;
  padding-right: 2rem;
}
.deeper-view a::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f061";
  position: absolute;
  right: 0;
  top: 30%;
  transform: translateY(-50%);
}

.toggle-modal {
  position: fixed;
  z-index: 500;
  bottom: 2rem;
  right: 1.5rem;
  max-width: 360px;
  margin: 0;
  padding: 1rem;
  box-shadow: 8px 8px 23px 0 rgba(0, 0, 0, 0.5);
  background-color: white;
  color: #2D2A35;
}
.toggle-modal p {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}
.toggle-modal a.btn {
  text-transform: none !important;
  font-size: 0.9rem !important;
}
.toggle-modal .block-inner {
  margin: 0;
  padding: 0;
}

.huge-stat__number {
  font-size: 100px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  display: block;
  line-height: 0.85;
}
@media (min-width: 700px) {
  .huge-stat__number {
    font-size: 120px;
  }
}
@media (min-width: 1050px) {
  .huge-stat__number {
    font-size: 140px;
  }
}
.huge-stat__caption {
  font-size: 1.5rem;
  color: #2D2A35;
}

.stat-bracket {
  display: none !important;
}
@media (min-width: 1050px) {
  .stat-bracket {
    display: block !important;
  }
}

#countries-cycle .country-word-wrapper {
  margin: 0.25em 0 0.25em 0px;
}
@media (min-width: 1050px) {
  #countries-cycle .country-word-wrapper {
    margin: 0.25em 0 0.25em 80px;
  }
}
@media (min-width: 1050px) {
  #countries-cycle .trailing-words {
    margin-left: 160px;
  }
}

.cycle-list span {
  display: none;
}
.cycle-list span:first-child {
  display: inline;
}

#pill-map {
  background-image: url("https://tballiance.nyc3.digitaloceanspaces.com/annualreport2021/home/Pill-Map.png");
  background-repeat: no-repeat;
  background-size: 110% auto;
  background-position: center center;
  padding-bottom: 0 !important;
}
#pill-map .row {
  margin-top: 3rem;
}
#pill-map .huge-stat__caption {
  font-size: 2.5rem;
}
#pill-map .column:last-child {
  text-align: right;
}
@media (min-width: 1050px) {
  #pill-map .column:last-child {
    text-align: inherit;
  }
}

@media (min-width: 1050px) {
  .impact-arrow-animation {
    position: relative;
    margin-top: -150px;
  }
}

.map-stats-arrow {
  margin: 0 !important;
  position: absolute;
  left: 2.5rem;
  bottom: -2.5rem;
  display: none !important;
}
@media (min-width: 1050px) {
  .map-stats-arrow {
    display: block !important;
  }
}

#science-section .blocked-word {
  margin: 0.25em 0;
}
@media (min-width: 1050px) {
  #science-section .blocked-word {
    margin-left: 80px;
  }
}
@media (min-width: 1050px) {
  #science-section .secondary-text {
    margin-left: 80px;
  }
}

#community {
  padding-top: 1rem !important;
}

@media (min-width: 1050px) {
  .ar-offset-photo {
    position: absolute;
    right: 0;
  }
}

@media (min-width: 700px) {
  .page-thumbnails {
    display: flex;
    margin: 0 -0.5rem;
  }
}

.responsive-timeline__desktop {
  display: none;
}
@media (min-width: 700px) {
  .responsive-timeline__desktop {
    display: block;
  }
}
.responsive-timeline__mobile {
  display: block;
}
@media (min-width: 700px) {
  .responsive-timeline__mobile {
    display: none;
  }
}

.ar22-page-wrapper h1,
.ar22-page-wrapper .h1 {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  color: #51195D;
  margin-bottom: 0;
}
.ar22-page-wrapper h2,
.ar22-page-wrapper .h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #51195D;
}
.ar22-page-wrapper .ar22-story {
  padding: 3rem 2rem;
  color: #222;
}
.ar22-page-wrapper .ar22-story:nth-child(odd) {
  background-color: #efefef;
}
.ar22-page-wrapper .ar22-story__container {
  max-width: 1400px;
  margin: 0 auto;
}
.ar22-page-wrapper .ar22-story__container-md {
  max-width: 900px;
  margin: 0 auto;
}
.ar22-page-wrapper .twitter-tweet-rendered {
  margin-left: auto;
  margin-right: auto;
}

body.page-node-12851 .block.block-menu-ar-2018 {
  background-color: transparent;
  border-top: 0;
}
body.page-node-12851 .block.block-menu-ar-2018 h3 {
  color: #C352DB;
}
body.page-node-12851 .block.block-menu-ar-2018 a {
  color: white;
}
body.page-node-12851 .block.block-menu-ar-2018 a.active {
  color: #16C1F3 !important;
  border-bottom: 4px solid #16C1F3;
}
body.page-node-12851 .flickity-button {
  display: none !important;
}
body.page-node-12851 #main-nav-holder > ul.menu > li > a {
  color: white !important;
}
body.page-node-12851 #page {
  background-color: #180E1B !important;
}
body.page-node-12851 #header-group-wrapper #header-wrapper {
  background-color: transparent !important;
}
body.page-node-12851 #content-container {
  background-color: #180E1B !important;
  color: #CBBACE;
}
body.page-node-12851 #content-container #content {
  padding-bottom: 100px;
}
body.page-node-12851 #content-container section {
  padding: 1.5rem 1rem;
  opacity: 0.1;
  transition: opacity 2.5s;
}
body.page-node-12851 #content-container section.visible {
  opacity: 1;
}
@media (min-width: 700px) {
  body.page-node-12851 #content-container section {
    padding: 3rem 2rem;
  }
}
body.page-node-12851 #content-container .c-container {
  max-width: 1206px;
  margin: 0 auto;
}
body.page-node-12851 #content-container .c-container--md {
  max-width: 1000px;
}
body.page-node-12851 #content-container p {
  font-size: 1.5rem;
}
body.page-node-12851 #content-container .p--lg {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 700px) {
  body.page-node-12851 #content-container .p--lg {
    font-size: 40px;
  }
}
@media (min-width: 1050px) {
  body.page-node-12851 #content-container .p--lg {
    font-size: 48px;
  }
}
body.page-node-12851 #content-container .p--ml {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 700px) {
  body.page-node-12851 #content-container .p--ml {
    font-size: 32px;
  }
}
@media (min-width: 1050px) {
  body.page-node-12851 #content-container .p--ml {
    font-size: 40px;
  }
}
body.page-node-12851 #content-container .p--md {
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 700px) {
  body.page-node-12851 #content-container .p--md {
    font-size: 24px;
  }
}
@media (min-width: 1050px) {
  body.page-node-12851 #content-container .p--md {
    font-size: 32px;
  }
}
body.page-node-12851 #content-container h1 {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 300;
  color: #C352DB;
}
body.page-node-12851 #content-container h1 strong {
  font-weight: 700;
  color: white;
}
@media (min-width: 1050px) {
  body.page-node-12851 #content-container h1 {
    font-size: 84px;
  }
}
body.page-node-12851 #content-container h3 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #16C1F3;
}
body.page-node-12851 #content-container .c-eyebrow {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  letter-spacing: 1.75px;
  font-size: 21px;
  text-align: center;
  display: block;
  margin: 1.5rem 0;
}
body.page-node-12851 #content-container .c-stat {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: block;
  line-height: 1;
}
body.page-node-12851 #content-container .c-stat--md {
  font-size: 48px;
}
@media (min-width: 700px) {
  body.page-node-12851 #content-container .c-stat--md {
    font-size: 72px;
  }
}
@media (min-width: 1050px) {
  body.page-node-12851 #content-container .c-stat--md {
    font-size: 96px;
  }
}
body.page-node-12851 #content-container .c-stat--lg {
  font-size: 56px;
}
@media (min-width: 700px) {
  body.page-node-12851 #content-container .c-stat--lg {
    font-size: 80px;
  }
}
@media (min-width: 1050px) {
  body.page-node-12851 #content-container .c-stat--lg {
    font-size: 112px;
  }
}
body.page-node-12851 #content-container .c-stat--xl {
  font-size: 56px;
}
@media (min-width: 700px) {
  body.page-node-12851 #content-container .c-stat--xl {
    font-size: 96px;
  }
}
@media (min-width: 1050px) {
  body.page-node-12851 #content-container .c-stat--xl {
    font-size: 120px;
  }
}
body.page-node-12851 #content-container .c-box {
  border-radius: 40px;
  padding: 1.5rem;
  background-color: #9052A2;
  color: #180E1B;
}
@media (min-width: 1050px) {
  body.page-node-12851 #content-container .c-box {
    padding: 3rem;
  }
}
body.page-node-12851 #content-container .c-box p:last-child {
  margin-bottom: 0;
}
body.page-node-12851 #content-container .c-box strong {
  background-color: white;
  border-radius: 10px;
  display: inline-block;
  padding: 0 0.5rem;
}
body.page-node-12851 #content-container .m-hero .c-container {
  padding: 2rem 0 16rem 0;
  position: relative;
}
@media (min-width: 1050px) {
  body.page-node-12851 #content-container .m-hero .c-container {
    padding: 8rem 0 10rem 0;
  }
}
body.page-node-12851 #content-container .m-hero h1 {
  max-width: 670px;
  position: relative;
  z-index: 2;
}
body.page-node-12851 #content-container .m-hero svg,
body.page-node-12851 #content-container .m-hero lottie-player {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 60%;
  width: auto;
}
@media (min-width: 1050px) {
  body.page-node-12851 #content-container .m-hero svg,
  body.page-node-12851 #content-container .m-hero lottie-player {
    height: 100%;
    top: 0;
    bottom: auto;
  }
}
body.page-node-12851 .ar-science-facts {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  grid-gap: 5rem;
}
body.page-node-12851 .ar-science-facts > div {
  max-width: 400px;
}
body.page-node-12851 .ar-science-facts > div:nth-child(1) {
  grid-row: 1/span 1;
  grid-column: 1/span 1;
  justify-self: end;
}
body.page-node-12851 .ar-science-facts > div:nth-child(2) {
  grid-row: 2/span 1;
  grid-column: 1/span 1;
  text-align: right;
  justify-self: end;
}
body.page-node-12851 .ar-science-facts > div:nth-child(3) {
  grid-row: 1/span 2;
  grid-column: 2/span 1;
  align-self: center;
}

body.page-node-12851 .u-red,
.ar22-page-wrapper .u-red {
  color: #E8405A;
}
body.page-node-12851 .u-orange,
.ar22-page-wrapper .u-orange {
  color: #E86340;
}
body.page-node-12851 .u-purple-dark,
.ar22-page-wrapper .u-purple-dark {
  color: #51195D;
}
body.page-node-12851 .u-bg-purple-medium,
.ar22-page-wrapper .u-bg-purple-medium {
  background-color: #9052A2;
}
body.page-node-12851 .u-blue,
.ar22-page-wrapper .u-blue {
  color: #0696C1;
}
body.page-node-12851 .u-blue-light,
.ar22-page-wrapper .u-blue-light {
  color: #16C1F3;
}
body.page-node-12851 .c-grid,
.ar22-page-wrapper .c-grid {
  display: grid;
  margin: 2rem 0;
  gap: 2rem;
  grid-template-rows: 1fr;
}
@media (min-width: 700px) {
  body.page-node-12851 .c-grid--2up,
  .ar22-page-wrapper .c-grid--2up {
    grid-template-columns: 1fr 1fr;
  }
  body.page-node-12851 .c-grid--2up.c-grid--reverse > div:nth-child(1),
  .ar22-page-wrapper .c-grid--2up.c-grid--reverse > div:nth-child(1) {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
  }
  body.page-node-12851 .c-grid--2up.c-grid--reverse > div:nth-child(2),
  .ar22-page-wrapper .c-grid--2up.c-grid--reverse > div:nth-child(2) {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
  }
  body.page-node-12851 .c-grid--3up,
  .ar22-page-wrapper .c-grid--3up {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
body.page-node-12851 .c-quote,
.ar22-page-wrapper .c-quote {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}
@media (min-width: 1050px) {
  body.page-node-12851 .c-quote,
  .ar22-page-wrapper .c-quote {
    grid-template-columns: 4fr 5fr;
  }
  body.page-node-12851 .c-quote.c-quote--nopic,
  .ar22-page-wrapper .c-quote.c-quote--nopic {
    grid-template-columns: 1fr;
  }
}
body.page-node-12851 .c-quote--reverse,
.ar22-page-wrapper .c-quote--reverse {
  grid-template-columns: 1fr;
}
@media (min-width: 1050px) {
  body.page-node-12851 .c-quote--reverse,
  .ar22-page-wrapper .c-quote--reverse {
    grid-template-columns: 5fr 4fr;
  }
  body.page-node-12851 .c-quote--reverse img,
  .ar22-page-wrapper .c-quote--reverse img {
    grid-column: 2/span 1;
    grid-row: 1;
    justify-self: right;
  }
  body.page-node-12851 .c-quote--reverse div,
  .ar22-page-wrapper .c-quote--reverse div {
    grid-column: 1/span 1;
    grid-row: 1;
  }
}
body.page-node-12851 .c-quote div,
.ar22-page-wrapper .c-quote div {
  align-self: center;
}
body.page-node-12851 .c-quote div blockquote,
.ar22-page-wrapper .c-quote div blockquote {
  font-size: 18px;
  color: #CBBACE;
  padding: 0;
  margin: 0;
}
@media (min-width: 700px) {
  body.page-node-12851 .c-quote div blockquote,
  .ar22-page-wrapper .c-quote div blockquote {
    font-size: 24px;
  }
}
@media (min-width: 1050px) {
  body.page-node-12851 .c-quote div blockquote,
  .ar22-page-wrapper .c-quote div blockquote {
    font-size: 32px;
  }
}
body.page-node-12851 .c-quote div blockquote:after,
.ar22-page-wrapper .c-quote div blockquote:after {
  content: "”";
}
body.page-node-12851 .c-quote div blockquote svg,
body.page-node-12851 .c-quote div blockquote img,
.ar22-page-wrapper .c-quote div blockquote svg,
.ar22-page-wrapper .c-quote div blockquote img {
  display: block;
  margin-bottom: 0.5rem;
}
body.page-node-12851 .c-quote div figcaption,
.ar22-page-wrapper .c-quote div figcaption {
  margin-top: 0.75rem;
  font-size: 16px;
  color: #855E8E;
}
body.page-node-12851 .c-quote div figcaption svg,
body.page-node-12851 .c-quote div figcaption img,
.ar22-page-wrapper .c-quote div figcaption svg,
.ar22-page-wrapper .c-quote div figcaption img {
  display: block;
  margin-top: 0.75rem;
}

.ar22-page-wrapper .c-quote div blockquote {
  font-size: 18px;
  color: #51195D;
  padding: 0;
  margin: 0;
}
@media (min-width: 700px) {
  .ar22-page-wrapper .c-quote div blockquote {
    font-size: 20px;
  }
}
.ar-photo-gallery img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1.5;
}

.ar22-page-intro {
  margin-bottom: 3rem !important;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr 3fr;
}
.ar22-page-intro p {
  align-self: center;
  margin: 0;
}

.view-market-access-research .view-content > h3 {
  clear: both;
  margin-left: 0.75rem;
  font-size: 24px;
}

.view-market .view-header > h3 {
  clear: both;
  font-size: 24px;
}

.wwa-hero {
  margin-bottom: 0;
  padding-bottom: 0;
}
.wwa-hero p {
  font-size: 18px;
  line-height: 1.15;
  font-weight: bold;
  color: #2D2A35;
  max-width: 1120px;
}
@media (min-width: 700px) {
  .wwa-hero p {
    font-size: 22px;
  }
}
@media (min-width: 1050px) {
  .wwa-hero p {
    font-size: 29px;
  }
}
.wwa-hero p a {
  position: relative;
  text-decoration: underline !important;
  color: inherit;
  text-decoration-color: #16C1F3 !important;
  /*
  &:after {
  	content: '';
  	position: absolute;
  	left: 0;
  	bottom: 0;
  	width: 100%;
  	height: 4px;
  	background-color: #16C1F3;

  }*/
}
.wwa-hero p a:hover {
  color: #16C1F3;
}

.wwa-working-toward {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1050px) {
  .wwa-working-toward {
    display: grid;
    grid-template-columns: 1fr minmax(100px, 600px) minmax(100px, 600px) 1fr;
    grid-template-rows: auto 100px auto auto 100px;
    row-gap: 56px;
    column-gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }
}
.wwa-working-toward__mel {
  grid-row: 1/span 2;
  grid-column: 2/span 2;
  width: 100%;
  z-index: 2;
  margin-bottom: 1.5rem;
}
.wwa-working-toward__end-tb {
  grid-row: 3/span 1;
  grid-column: 2/span 1;
  z-index: 2;
}
.wwa-working-toward__arrow {
  grid-row: 3/span 1;
  grid-column: 3/span 1;
  z-index: 2;
  justify-self: start;
  align-self: end;
}
.wwa-working-toward__maria {
  grid-row: 4/span 2;
  grid-column: 1/span 2;
  z-index: 2;
}
.wwa-working-toward__quote {
  grid-row: 4/span 1;
  grid-column: 3/span 1;
  z-index: 2;
  text-align: right;
  margin-bottom: 2rem;
}
.wwa-working-toward__quote p {
  font-size: 1.25rem;
  line-height: 1.15;
  margin: 0;
  margin-bottom: 0.5rem;
}
@media (min-width: 700px) {
  .wwa-working-toward__quote p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1050px) {
  .wwa-working-toward__quote p {
    font-size: 2rem;
  }
}
.wwa-working-toward__quote cite {
  font-weight: bold;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.1;
}
@media (min-width: 700px) {
  .wwa-working-toward__quote cite {
    font-size: 1.25rem;
  }
}
@media (min-width: 1050px) {
  .wwa-working-toward__quote cite {
    font-size: 1.5rem;
  }
}
.wwa-working-toward__color {
  background-color: #F7F5F7;
  grid-column: 1/span 4;
  grid-row: 2/span 3;
  justify-self: stretch;
  align-self: stretch;
  z-index: 1;
}

.wwa-team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 16px;
  row-gap: 32px;
}
.wwa-team-grid img {
  width: 100%;
}

.wwa-working {
  position: relative;
  padding-bottom: 56px;
  padding-top: 464px;
}
.wwa-working > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.wwa-working .container {
  position: relative;
  z-index: 2;
}
.wwa-working .content {
  background-color: white;
  border-radius: 20px;
  padding: 2rem 1.5rem;
  max-width: 680px;
}
.wwa-working .content p:last-child {
  margin-bottom: 0;
}

.page-node-12882 svg {
  margin-bottom: 1rem;
  max-width: 100%;
}
.page-node-12882 img {
  max-width: 100%;
}
.page-node-12882 section > .container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  box-sizing: border-box;
}

.wwa-stat-p {
  font-size: 2rem;
  color: #1E1E1E;
  line-height: 1.2;
}
.wwa-stat-p .figure {
  display: block;
  font-size: 6.5rem;
  font-weight: bold;
}

.page-node-12883 svg {
  margin-bottom: 1rem;
  max-width: 100%;
}
.page-node-12883 img {
  max-width: 100%;
}
.page-node-12883 section > .container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  box-sizing: border-box;
}

.op-map-nav {
  display: flex;
  justify-content: center;
  margin: 3rem auto;
}
.op-map-nav ul {
  display: flex;
  background-color: white;
  filter: drop-shadow(0px 10px 25px rgba(0, 0, 0, 0.2));
  margin: 0;
  padding: 0;
  border-radius: 9999px;
  overflow: hidden;
}
.op-map-nav ul li {
  margin: 0;
  padding: 0;
}
.op-map-nav ul li:first-child {
  border-right: 1px solid #E1E1E1;
}
.op-map-nav ul li:last-child {
  border-left: 1px solid #E1E1E1;
}
.op-map-nav a {
  display: block;
  padding: 1rem 1.5rem;
  color: #042731;
  font-weight: bold;
}
.op-map-nav a.current {
  background-color: #EAEAEB;
}

.map-public,
.map-private {
  display: none;
}

.partners-fader img {
  opacity: 0 !important;
  transition: opacity 1.5s;
}
.partners-fader img:not(.is-selected) {
  opacity: 0;
}
.partners-fader img.is-selected {
  z-index: 99;
  opacity: 1 !important;
}

body.refresh-2021 #block-views-news-latest-block-1 .view-footer {
  text-align: center;
}
body.refresh-2021 #block-views-news-latest-block-1 .btn {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  border-radius: 1.3em;
}
body.refresh-2021 #block-views-news-latest-block-1 .btn i {
  display: none;
}

.v2020-heading-large, .v2020-heading-medium, .v2020-heading-small, .v2020-heading-sub, .v2020-standard-caps, .v2020-eyebrow {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 0.5em;
}
.v2020-heading-large.light, .v2020-heading-medium.light, .v2020-heading-small.light, .v2020-heading-sub.light, .v2020-standard-caps.light, .v2020-eyebrow.light {
  font-weight: 300;
}
.v2020-heading-large .light, .v2020-heading-medium .light, .v2020-heading-small .light, .v2020-heading-sub .light, .v2020-standard-caps .light, .v2020-eyebrow .light {
  font-weight: 300;
}
.v2020-heading-large .heavy, .v2020-heading-medium .heavy, .v2020-heading-small .heavy, .v2020-heading-sub .heavy, .v2020-standard-caps .heavy, .v2020-eyebrow .heavy {
  font-weight: 700;
}
.v2020-heading--reg {
  font-weight: 400;
}
.v2020-heading-large {
  font-size: 2.25rem;
  margin-bottom: 0.25em;
  color: #2D2A35;
  clear: both;
}
@media (min-width: 700px) {
  .v2020-heading-large {
    font-size: 3.5rem;
  }
}
@media (min-width: 1050px) {
  .v2020-heading-large {
    font-size: 4.25rem;
  }
}
@media (min-width: 1220px) {
  .v2020-heading-large {
    font-size: 5.25rem;
  }
}
.v2020-heading-medium {
  font-size: 2.25rem;
  color: #2D2A35;
}
@media (min-width: 700px) {
  .v2020-heading-medium {
    font-size: 2.5rem;
  }
}
@media (min-width: 1050px) {
  .v2020-heading-medium {
    font-size: 3rem;
  }
}
.v2020-heading-small {
  font-size: 2.25rem;
  line-height: 1.2;
}
.v2020-heading-lead {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #51195D;
}
@media (min-width: 700px) {
  .v2020-heading-lead {
    font-size: 1.875rem;
    max-width: 90%;
  }
}
.v2020-heading-lead a {
  color: #51195D;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  transition: all 0.3s;
}
.v2020-heading-lead a span {
  position: relative;
  z-index: 1;
}
.v2020-heading-lead a:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: -1%;
  bottom: 0.1em;
  width: 102%;
  height: 3px;
  background-color: #00C0F3;
  transition: all 0.15s;
}
.v2020-heading-lead a:hover {
  color: white;
}
.v2020-heading-lead a:hover:after {
  height: 90%;
}
.v2020-heading-sub {
  text-transform: uppercase;
  color: #E86340;
  font-size: 1.31rem;
  line-height: 1.6;
  margin-bottom: 1.5em;
  letter-spacing: normal;
}
.v2020-standard-caps {
  text-transform: uppercase;
  margin-bottom: 1em;
  letter-spacing: -0.5px;
}
.v2020-mini-caps {
  text-transform: uppercase;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 0.9rem;
  letter-spacing: -0.5px;
}
.v2020-eyebrow {
  text-transform: uppercase;
  letter-spacing: normal;
  display: inline-block;
  border-bottom: 2px solid currentcolor;
  margin-bottom: 1.5em;
  font-size: 1.125rem;
}

.section-title,
h1#page-title {
  font-size: 2.5em;
  margin-bottom: 1em;
}

body.refresh-2021 {
  /* LEGACY TEXT STYLES WITH UPDATES */
  /* used on homepage */
}
body.refresh-2021 .news-grid-title {
  font-size: 1.125em;
  font-weight: 700;
}
body.refresh-2021 .news-grid-title a {
  color: #00A0CB !important;
}
body.refresh-2021 .news-grid-title--small {
  font-size: 1rem;
}
body.refresh-2021 .section-title,
body.refresh-2021 h1#page-title {
  font-weight: 700;
  margin-bottom: 1em;
}
body.refresh-2021 .latest-news-block h2 {
  color: #2D2A35;
}

/*
	Sidebar Navigation
*/
.sidebar-nav h3 {
  margin-bottom: 1em;
  color: #65576a;
}

.sidebar-nav ul, .sidebar-nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav ul {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 0.95em;
  letter-spacing: 0.5px;
}

.sidebar-nav ul li {
  margin-bottom: 0.5em;
}

.sidebar-nav ul li a {
  color: #65576a !important;
}

.sidebar-nav ul li a.active, .sidebar-nav ul li a.active-trail {
  color: #fd5f5a !important;
}

/*
	BASIC UL NAV
*/
.ul-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ul-nav li {
  margin-bottom: 1em;
}

a {
  color: #00A0CB;
}

.button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  color: black;
  background-color: #00C0F3;
  line-height: 1;
  display: inline-block;
  padding: 0.9em 1.65em;
  border-radius: 1.3em;
  font-size: 1.125rem;
}
.button:hover {
  color: black;
  background-color: rgba(0, 192, 243, 0.9);
}

body.refresh-2021 #footer-wrapper {
  background-color: #51195D;
  color: #BDA8C3;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  padding: 1rem 0;
  /*.mission-block, .headlines-block{
  	display: none !important;
  }*/
}
body.refresh-2021 #footer-wrapper #footer {
  color: #BDA8C3;
}
body.refresh-2021 #footer-wrapper a {
  color: #00C0F3;
}
body.refresh-2021 #footer-wrapper h5 {
  margin: 0;
  font-size: inherit;
  margin-bottom: 0.75em;
  color: #B88EC3;
}
body.refresh-2021 #footer-wrapper .block {
  font-size: 0.9375rem;
  margin: 1.5rem 0;
}
@media (min-width: 700px) {
  body.refresh-2021 #footer-wrapper .block {
    margin: 3rem 0;
  }
}
body.refresh-2021 #footer-wrapper .nav-block .block-title, body.refresh-2021 #footer-wrapper .contact-block .block-title {
  display: none !important;
}
body.refresh-2021 #footer-wrapper .social-networks {
  font-size: 0.5rem;
  margin: 0 -0.5em;
}
body.refresh-2021 #footer-wrapper .fa-circle {
  color: #BDA8C3;
}
body.refresh-2021 #footer-wrapper .fab {
  color: #51195D !important;
}
body.refresh-2021 #footer-wrapper .nav-block ul {
  list-style: none;
  margin: 0 -0.5rem;
  padding: 0;
}
body.refresh-2021 #footer-wrapper .nav-block ul li {
  list-style: none;
  margin-bottom: 0.5rem;
  padding: 0;
}
@media (min-width: 700px) {
  body.refresh-2021 #footer-wrapper .nav-block ul li {
    display: inline-block;
    margin: 0 0.25rem;
  }
}
body.refresh-2021 #footer-wrapper .nav-block ul li a {
  color: #BDA8C3;
  display: block;
  padding: 0.4rem 1rem;
}
body.refresh-2021 #footer-wrapper .nav-block .donate-link {
  max-width: 130px;
  margin-left: 0.5rem;
}
body.refresh-2021 #footer-wrapper .nav-block .donate-link a {
  background-color: #00C0F3;
  color: black;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 14px;
}
body.refresh-2021 #footer-wrapper .offices-block {
  font-size: 0.875rem;
}
body.refresh-2021 #footer-wrapper .offices-block a img {
  vertical-align: middle;
  margin-right: 0.5rem;
}
@media (min-width: 700px) {
  body.refresh-2021 #footer-wrapper .region-inner {
    display: flex;
    flex-wrap: wrap;
  }
  body.refresh-2021 #footer-wrapper .region-inner > * {
    box-sizing: border-box;
  }
  body.refresh-2021 #footer-wrapper .region-inner .social-block {
    width: 25%;
  }
  body.refresh-2021 #footer-wrapper .region-inner .nav-block {
    width: 75%;
    text-align: right;
    font-weight: 600;
  }
  body.refresh-2021 #footer-wrapper .region-inner .nav-block ul {
    text-align: right;
  }
  body.refresh-2021 #footer-wrapper .region-inner .nav-block:after {
    content: "";
    position: relative;
    bottom: -3rem;
    border-bottom: 2px solid #6B3B77;
    opacity: 0.75;
    display: block;
    width: calc(133.333% - 80px);
    left: calc(-33.333% + 40px);
  }
  body.refresh-2021 #footer-wrapper .region-inner .offices-block {
    width: 30%;
  }
  body.refresh-2021 #footer-wrapper .region-inner .contact-block {
    width: 25%;
  }
  body.refresh-2021 #footer-wrapper .region-inner .contact-block .block-inner {
    margin-left: 20px;
    margin-right: 20px;
  }
  body.refresh-2021 #footer-wrapper .region-inner .jobs-block {
    width: 20%;
  }
  body.refresh-2021 #footer-wrapper .region-inner .jobs-block .block-inner {
    margin-left: 20px;
    margin-right: 20px;
  }
  body.refresh-2021 #footer-wrapper .region-inner .signup-block {
    width: 25%;
  }
}
body.refresh-2021 #sub-footer-wrapper {
  background-color: #51195D;
  color: #BDA8C3;
  font-size: 0.875rem;
  padding: 0 0 3rem 0;
}
body.refresh-2021 #sub-footer-wrapper .social-networks {
  display: none !important;
}
body.refresh-2021 #sub-footer-wrapper .site-credit {
  margin-right: 2rem;
}
body.refresh-2021 #sub-footer-wrapper .site-credit a {
  color: #BDA8C3;
}

body.refresh-2021 {
  /* MailChimp Form Embed Code - Classic - 08/17/2011 */
}
body.refresh-2021 #mc_embed_signup {
  margin: 1em 0;
  max-width: 500px;
}
body.refresh-2021 #mc_embed_signup form {
  display: block;
  position: relative;
  text-align: left;
  padding: 10px 0 10px 3%;
  padding: 0;
}
body.refresh-2021 #mc_embed_signup h2 {
  font-weight: bold;
  padding: 0;
  margin: 15px 0;
  font-size: 1.4em;
}
body.refresh-2021 #mc_embed_signup input { /*border:1px solid #999;*/
  border: 0;
  -webkit-appearance: none;
  border-radius: 4px;
  font-size: 1.125em; /* 18px */
  outline-color: transparent;
  outline-style: none;
  font-size: 0.875rem;
  background-color: #6B3B77;
}
body.refresh-2021 #mc_embed_signup input[type=checkbox] {
  -webkit-appearance: checkbox;
}
body.refresh-2021 #mc_embed_signup input[type=radio] {
  -webkit-appearance: radio;
}
body.refresh-2021 #mc_embed_signup input:focus {
  border-color: #333;
}
body.refresh-2021 #mc_embed_signup .email {
  color: #BDA8C3;
}
body.refresh-2021 #mc_embed_signup .email::placeholder {
  color: #BDA8C3 !important;
}
body.refresh-2021 #mc_embed_signup .button {
  clear: both;
  background-color: #00C0F3;
  border: 0 none;
  border-radius: 12px;
  color: black;
  cursor: pointer;
  display: inline-block; /*font-size:15px;*/
  margin: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
  padding: 0 5px;
  /*height: 32px; 
  line-height: 32px; */
  line-height: 2.645em;
}
body.refresh-2021 #mc_embed_signup .button:hover {
  background-color: #777;
}
body.refresh-2021 #mc_embed_signup .small-meta {
  font-size: 11px;
}
body.refresh-2021 #mc_embed_signup .nowrap {
  white-space: nowrap;
}
body.refresh-2021 #mc_embed_signup .mc-field-group {
  clear: left;
  position: relative; /*width:96%; padding-bottom:3%; min-height:50px;*/
  margin: 1em 0;
}
body.refresh-2021 #mc_embed_signup .size1of2 {
  clear: none;
  float: left;
  display: inline-block;
  width: 46%;
  margin-right: 4%;
}
body.refresh-2021 * html #mc_embed_signup .size1of2 {
  margin-right: 2%; /* Fix for IE6 double margins. */
}
body.refresh-2021 #mc_embed_signup .mc-field-group label {
  display: block;
  margin-bottom: 3px;
}
body.refresh-2021 #mc_embed_signup .mc-field-group input {
  display: block;
  width: 100%;
  padding: 0.75em 0.7em;
  box-sizing: border-box;
  text-indent: 2%;
}
body.refresh-2021 #mc_embed_signup .mc-field-group select {
  display: inline-block;
  width: 99%;
  padding: 5px 0;
  margin-bottom: 2px;
}
body.refresh-2021 #mc_embed_signup .datefield, body.refresh-2021 #mc_embed_signup .phonefield-us {
  padding: 5px 0;
}
body.refresh-2021 #mc_embed_signup .datefield input, body.refresh-2021 #mc_embed_signup .phonefield-us input {
  display: inline;
  width: 60px;
  margin: 0 2px;
  letter-spacing: 1px;
  text-align: center;
  padding: 5px 0 2px 0;
}
body.refresh-2021 #mc_embed_signup .phonefield-us .phonearea input, body.refresh-2021 #mc_embed_signup .phonefield-us .phonedetail1 input {
  width: 40px;
}
body.refresh-2021 #mc_embed_signup .datefield .monthfield input, body.refresh-2021 #mc_embed_signup .datefield .dayfield input {
  width: 30px;
}
body.refresh-2021 #mc_embed_signup .datefield label, body.refresh-2021 #mc_embed_signup .phonefield-us label {
  display: none;
}
body.refresh-2021 #mc_embed_signup .indicates-required {
  text-align: right;
  font-size: 11px;
  margin-right: 4%;
}
body.refresh-2021 #mc_embed_signup .asterisk {
  color: #c60;
  font-size: 200%;
}
body.refresh-2021 #mc_embed_signup .mc-field-group .asterisk {
  position: absolute;
  top: 25px;
  right: 10px;
}
body.refresh-2021 #mc_embed_signup .clear {
  clear: both;
}
body.refresh-2021 #mc_embed_signup .mc-field-group.input-group ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}
body.refresh-2021 #mc_embed_signup .mc-field-group.input-group ul li {
  display: block;
  padding: 3px 0;
  margin: 0;
}
body.refresh-2021 #mc_embed_signup .mc-field-group.input-group label {
  display: inline;
}
body.refresh-2021 #mc_embed_signup .mc-field-group.input-group input {
  display: inline;
  width: auto;
  border: none;
}
body.refresh-2021 #mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em 0.5em 0em 0.5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both;
}
body.refresh-2021 #mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em 0.5em 0.5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%;
}
body.refresh-2021 #mc_embed_signup #mce-error-response {
  display: none;
}
body.refresh-2021 #mc_embed_signup #mce-success-response {
  color: #529214;
  display: none;
}
body.refresh-2021 #mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: 0.5em 0;
}
body.refresh-2021 #mc-embedded-subscribe {
  clear: both;
  width: auto;
  display: block;
  margin: 1em 0 1em 5%;
}
body.refresh-2021 #mc_embed_signup #num-subscribers {
  font-size: 1.1em;
}
body.refresh-2021 #mc_embed_signup #num-subscribers span {
  padding: 0.5em;
  border: 1px solid #ccc;
  margin-right: 0.5em;
  font-weight: bold;
}
@media only screen and (min-width: 450px) {
  body.refresh-2021 #mc_embed_signup .mc-field-group {
    margin: 0;
    width: 79%;
    float: left;
  }
  body.refresh-2021 #mc_embed_signup input {
    border-radius: 0px;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
  }
  body.refresh-2021 #mc_embed_signup .button {
    width: 21%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 13px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
@media only screen and (min-width: 900px) {
  body.refresh-2021 #mc_embed_signup {
    margin: 0;
    max-width: none;
  }
}
