/* ------------------------------------------
  FONT VARIABLES
--------------------------------------------- */
/* ------------------------------------------
  COLOUR VARIABLES
--------------------------------------------- */
/* ------------------------------------------
  BASE FONT STYLES
--------------------------------------------- */
/* ------------------------------------------
  COMPASS PLUGINS
--------------------------------------------- */
@import url(//fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);
/* line 5, ../../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ------------------------------------------
  PARTIAL SCSS
--------------------------------------------- */
/*************** Common instructions ****************/
/* -----------------------------------------------
  MEDIA QUERIES
-------------------------------------------------- */
/* ------------------------------------------
  Functions & Mixins
--------------------------------------------- */
/* ------------------------------------------
  Custom Functions & Mixins
--------------------------------------------- */
/* ------------------------------------------
                  BUTTONS
--------------------------------------------- */
/* line 4, ../sass/partials/_buttons.scss */
a {
  color: #16A4C5;
}
/* line 7, ../sass/partials/_buttons.scss */
a:hover {
  color: #FF4611;
}

/* line 12, ../sass/partials/_buttons.scss */
a,
button {
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 16, ../sass/partials/_buttons.scss */
a, a:hover, a:focus,
button,
button:hover,
button:focus {
  text-decoration: none;
  outline: 0;
}

/* line 24, ../sass/partials/_buttons.scss */
.button, .header-sign-up .subscribe-submit,
.header-navigation .subscribe-submit,
.front .hero-section .hero-btn-holder,
.donate-btn-holder,
.subscribe .subscribe-submit,
.take-action-btn,
.sidebar-left .sharethis-wrapper [class*="st_"],
.share-page-block-mobile .sharethis-wrapper [class*="st_"],
.action-detail-sidebar .btn-holder,
.connect .footer-icons li,
.common-button-holder {
  position: relative;
  z-index: 0;
  float: left;
  background: transparent;
  border-radius: 29px / 40px;
  overflow: hidden;
}
/* line 32, ../sass/partials/_buttons.scss */
.button:before, .header-sign-up .subscribe-submit:before,
.header-navigation .subscribe-submit:before,
.front .hero-section .hero-btn-holder:before,
.donate-btn-holder:before,
.subscribe .subscribe-submit:before,
.take-action-btn:before,
.sidebar-left .sharethis-wrapper [class*="st_"]:before,
.share-page-block-mobile .sharethis-wrapper [class*="st_"]:before,
.action-detail-sidebar .btn-holder:before,
.connect .footer-icons li:before,
.common-button-holder:before {
  content: "";
  position: absolute;
  width: 105%;
  height: 38px;
  z-index: 0;
  top: 0;
  right: -99%;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* line 50, ../sass/partials/_buttons.scss */
.button, .header-sign-up .subscribe-submit,
.header-navigation .subscribe-submit,
.front .hero-section .hero-btn-holder,
.donate-btn-holder,
.subscribe .subscribe-submit,
.take-action-btn,
.sidebar-left .sharethis-wrapper [class*="st_"],
.share-page-block-mobile .sharethis-wrapper [class*="st_"],
.action-detail-sidebar .btn-holder,
.connect .footer-icons li,
.common-button-holder,
input[type="submit"] {
  font-size: 1rem;
  border: none;
  color: #FFFFFF;
  line-height: normal;
  text-transform: uppercase;
  font-family: "BwStretchMedium";
}

/* line 76, ../sass/partials/_buttons.scss */
.sidebar-left .sharethis-wrapper [class*="st_"]:before,
.connect .footer-icons li:before {
  width: 110%;
}

/* line 83, ../sass/partials/_buttons.scss */
.header-sign-up .subscribe-submit,
.header-navigation .subscribe-submit {
  max-width: 78px;
  float: right;
  margin-right: 1.5rem;
}
@media (min-width: 992px) {
  /* line 83, ../sass/partials/_buttons.scss */
  .header-sign-up .subscribe-submit,
  .header-navigation .subscribe-submit {
    margin-right: 0;
  }
}
/* line 94, ../sass/partials/_buttons.scss */
.header-sign-up .subscribe-submit:hover input.form-submit,
.header-navigation .subscribe-submit:hover input.form-submit {
  color: #FFFFFF;
}
/* line 98, ../sass/partials/_buttons.scss */
.header-sign-up .subscribe-submit:hover:before,
.header-navigation .subscribe-submit:hover:before {
  right: 0;
  background: #9BC5C8;
}
/* line 105, ../sass/partials/_buttons.scss */
.header-sign-up input.form-submit,
.header-navigation input.form-submit {
  font-size: 0.85rem;
  line-height: 0.5rem;
  letter-spacing: 1px;
  color: #9BC5C8;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  border: 0;
  width: 100%;
  background: transparent;
  padding: 0;
  margin: 0;
  font-family: "AlegreyaSans";
  text-transform: none;
  letter-spacing: 0;
}
/* line 113, ../sass/partials/_buttons.scss */
.header-sign-up .subscribe-submit,
.header-sign-up input.form-submit,
.header-sign-up svg,
.header-sign-up .subscribe-submit:before,
.header-navigation .subscribe-submit,
.header-navigation input.form-submit,
.header-navigation svg,
.header-navigation .subscribe-submit:before {
  height: 28px;
}
/* line 120, ../sass/partials/_buttons.scss */
.header-sign-up .subscribe-submit,
.header-sign-up input.form-submit,
.header-sign-up svg,
.header-navigation .subscribe-submit,
.header-navigation input.form-submit,
.header-navigation svg {
  width: 78px;
}
/* line 126, ../sass/partials/_buttons.scss */
.header-sign-up svg,
.header-navigation svg {
  fill: #FFFFFF;
  stroke: #9BC5C8;
  stroke-width: 3.5;
}

/* line 135, ../sass/partials/_buttons.scss */
.header-navigation .donate-btn-holder svg {
  stroke: none;
}

/* line 143, ../sass/partials/_buttons.scss */
.front .hero-section .hero-btn-holder {
  max-width: 137px;
  border-radius: 30px / 37px;
}
/* line 147, ../sass/partials/_buttons.scss */
.front .hero-section .hero-btn-holder a.hero-button {
  font-size: 1.35rem;
  line-height: 2.25rem;
  letter-spacing: 1px;
  color: #FFFFFF;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  border: 0;
  width: 100%;
  background: transparent;
  padding: 0;
  margin: 0;
}
/* line 151, ../sass/partials/_buttons.scss */
.front .hero-section .hero-btn-holder,
.front .hero-section .hero-btn-holder a.hero-button,
.front .hero-section .hero-btn-holder svg, .front .hero-section .hero-btn-holder:before {
  height: 36px;
}
/* line 158, ../sass/partials/_buttons.scss */
.front .hero-section .hero-btn-holder:hover:before {
  right: 0;
  background: #D3380C;
}
/* line 163, ../sass/partials/_buttons.scss */
.front .hero-section .hero-btn-holder a.hero-button,
.front .hero-section .hero-btn-holder svg {
  width: 137px;
}
/* line 168, ../sass/partials/_buttons.scss */
.front .hero-section .hero-btn-holder svg {
  fill: #FF4611;
}

/* line 175, ../sass/partials/_buttons.scss */
.signup-btn {
  background: #FF4611;
  font-size: 1.2rem;
}

/* line 180, ../sass/partials/_buttons.scss */
.donate-btn-holder,
.common-button-holder {
  max-width: 113px;
}
@media (min-width: 992px) {
  /* line 180, ../sass/partials/_buttons.scss */
  .donate-btn-holder,
  .common-button-holder {
    margin-right: 0.6rem;
  }
}
/* line 189, ../sass/partials/_buttons.scss */
.donate-btn-holder,
.donate-btn-holder a,
.donate-btn-holder svg, .donate-btn-holder:before,
.common-button-holder,
.common-button-holder a,
.common-button-holder svg,
.common-button-holder:before {
  height: 36px;
}
/* line 196, ../sass/partials/_buttons.scss */
.donate-btn-holder:hover:before,
.common-button-holder:hover:before {
  right: 0;
  background: #B00053;
}
/* line 201, ../sass/partials/_buttons.scss */
.donate-btn-holder svg,
.common-button-holder svg {
  fill: #D40164;
}
/* line 205, ../sass/partials/_buttons.scss */
.donate-btn-holder a,
.donate-btn-holder svg,
.common-button-holder a,
.common-button-holder svg {
  width: 113px;
}
/* line 210, ../sass/partials/_buttons.scss */
.donate-btn-holder .donate-btn,
.donate-btn-holder .common-button,
.common-button-holder .donate-btn,
.common-button-holder .common-button {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 1px;
  color: #FFFFFF;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  border: 0;
  width: 100%;
  background: transparent;
  padding: 0;
  margin: 0;
}

/* line 218, ../sass/partials/_buttons.scss */
.header-navigation .donate-btn-holder {
  display: none;
}
@media (min-width: 768px) {
  /* line 218, ../sass/partials/_buttons.scss */
  .header-navigation .donate-btn-holder {
    display: block;
  }
}

/* line 227, ../sass/partials/_buttons.scss */
.donate-btn-holder.mobile-only {
  max-width: 100%;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 70px;
  background: #D40164;
  border-radius: 0;
  height: 70px;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 239, ../sass/partials/_buttons.scss */
.donate-btn-holder.mobile-only:before {
  content: none;
}
/* line 243, ../sass/partials/_buttons.scss */
.donate-btn-holder.mobile-only, .donate-btn-holder.mobile-only a {
  width: 100%;
}
/* line 247, ../sass/partials/_buttons.scss */
.donate-btn-holder.mobile-only a {
  line-height: 4.5rem;
  height: 100%;
}
/* line 252, ../sass/partials/_buttons.scss */
.donate-btn-holder.mobile-only:hover {
  background: #B00053;
}
/* line 256, ../sass/partials/_buttons.scss */
.donate-btn-holder.mobile-only svg {
  display: none;
}
@media (min-width: 768px) {
  /* line 227, ../sass/partials/_buttons.scss */
  .donate-btn-holder.mobile-only {
    display: none;
  }
}

@media (min-width: 768px) {
  /* line 267, ../sass/partials/_buttons.scss */
  .bt-content .donate-btn-holder {
    display: none;
  }
}
/* line 273, ../sass/partials/_buttons.scss */
.common-button-holder {
  float: none;
  margin-bottom: 0.6rem;
}
/* line 277, ../sass/partials/_buttons.scss */
.common-button-holder p {
  margin-bottom: 0 !important;
}
/* line 280, ../sass/partials/_buttons.scss */
.common-button-holder p a {
  font-family: "BwStretchMedium" !important;
}
/* line 283, ../sass/partials/_buttons.scss */
.common-button-holder p a:hover {
  color: #FFFFFF !important;
}
/* line 290, ../sass/partials/_buttons.scss */
.common-button-holder.orange:hover:before {
  right: 0;
  background: #B92C03;
}
/* line 295, ../sass/partials/_buttons.scss */
.common-button-holder.orange svg {
  fill: #FF4611;
}
/* line 300, ../sass/partials/_buttons.scss */
.common-button-holder.white {
  color: #FF4611 !important;
}
/* line 303, ../sass/partials/_buttons.scss */
.common-button-holder.white:hover:before {
  right: 0;
  background: #f5f4f2;
}
/* line 308, ../sass/partials/_buttons.scss */
.common-button-holder.white svg {
  fill: #FFFFFF;
}
/* line 312, ../sass/partials/_buttons.scss */
.common-button-holder.white .common-button {
  color: #FF4611;
}

/* line 319, ../sass/partials/_buttons.scss */
.subscribe .subscribe-submit {
  max-width: 139px;
  border-radius: 18px / 30px;
}
/* line 323, ../sass/partials/_buttons.scss */
.subscribe .subscribe-submit:hover:before {
  right: 0;
  background: #FAF5EF;
}
/* line 328, ../sass/partials/_buttons.scss */
.subscribe .subscribe-submit,
.subscribe .subscribe-submit input,
.subscribe .subscribe-submit svg, .subscribe .subscribe-submit:before {
  height: 45px;
}
/* line 335, ../sass/partials/_buttons.scss */
.subscribe .subscribe-submit svg {
  fill: #FFFFFF;
}
/* line 339, ../sass/partials/_buttons.scss */
.subscribe .subscribe-submit input,
.subscribe .subscribe-submit svg {
  width: 139px;
}
/* line 344, ../sass/partials/_buttons.scss */
.subscribe .subscribe-submit input {
  font-size: 1.65rem;
  line-height: 3rem;
  letter-spacing: 1px;
  color: #D40164;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  border: 0;
  width: 100%;
  background: transparent;
  padding: 0;
  margin: 0;
}

/* line 350, ../sass/partials/_buttons.scss */
.take-action-btn {
  max-width: 153px;
  margin: 0.79787rem 0;
  text-align: center;
}
/* line 355, ../sass/partials/_buttons.scss */
.take-action-btn,
.take-action-btn a,
.take-action-btn svg, .take-action-btn:before {
  height: 45px;
}
/* line 362, ../sass/partials/_buttons.scss */
.take-action-btn:hover:before {
  right: 0;
  background: #D3380C;
}
/* line 367, ../sass/partials/_buttons.scss */
.take-action-btn svg {
  fill: #FFFFFF;
}
/* line 371, ../sass/partials/_buttons.scss */
.take-action-btn a,
.take-action-btn svg {
  width: 153px;
}
/* line 376, ../sass/partials/_buttons.scss */
.take-action-btn a {
  font-size: 1.65rem;
  line-height: 3rem;
  letter-spacing: 1px;
  color: #FF4611;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  border: 0;
  width: 100%;
  background: transparent;
  padding: 0;
  margin: 0;
}

/* line 383, ../sass/partials/_buttons.scss */
.issues-alerts-wrapper .take-action-btn,
.take-action-grid .take-action-btn {
  max-width: 124px;
  border-radius: 29px / 36px;
}
/* line 387, ../sass/partials/_buttons.scss */
.issues-alerts-wrapper .take-action-btn svg,
.take-action-grid .take-action-btn svg {
  width: 124px;
}
/* line 391, ../sass/partials/_buttons.scss */
.issues-alerts-wrapper .take-action-btn,
.issues-alerts-wrapper .take-action-btn a,
.issues-alerts-wrapper .take-action-btn svg, .issues-alerts-wrapper .take-action-btn:before,
.take-action-grid .take-action-btn,
.take-action-grid .take-action-btn a,
.take-action-grid .take-action-btn svg,
.take-action-grid .take-action-btn:before {
  height: 33px;
}
/* line 398, ../sass/partials/_buttons.scss */
.issues-alerts-wrapper .take-action-btn svg,
.take-action-grid .take-action-btn svg {
  fill: #FF4611;
}
/* line 402, ../sass/partials/_buttons.scss */
.issues-alerts-wrapper .take-action-btn a,
.take-action-grid .take-action-btn a {
  font-size: 1.25rem;
  line-height: 2.25rem;
  letter-spacing: 1px;
  color: #FFFFFF;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  border: 0;
  width: 100%;
  background: transparent;
  padding: 0;
  margin: 0;
}

/* line 410, ../sass/partials/_buttons.scss */
.sidebar-left .sharethis-wrapper [class*="st_"] {
  position: relative;
  float: none;
  max-width: 35px;
  border-radius: 9px / 13px;
  margin-bottom: 8.5px;
}
/* line 417, ../sass/partials/_buttons.scss */
.sidebar-left .sharethis-wrapper [class*="st_"]:hover:before {
  right: 0;
  background: #16A3C4;
}
/* line 422, ../sass/partials/_buttons.scss */
.sidebar-left .sharethis-wrapper [class*="st_"] svg {
  width: 35px;
  fill: #131D2C;
}
/* line 427, ../sass/partials/_buttons.scss */
.sidebar-left .sharethis-wrapper [class*="st_"],
.sidebar-left .sharethis-wrapper [class*="st_"] a,
.sidebar-left .sharethis-wrapper [class*="st_"] svg, .sidebar-left .sharethis-wrapper [class*="st_"]:before {
  height: 28px;
}
/* line 434, ../sass/partials/_buttons.scss */
.sidebar-left .sharethis-wrapper [class*="st_"] span.stButton {
  font-size: 0;
  line-height: normal;
  letter-spacing: 1px;
  color: #FFFFFF;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  border: 0;
  width: 100%;
  background: transparent;
  padding: 0;
  margin: 0;
  left: 0;
}
/* line 439, ../sass/partials/_buttons.scss */
.sidebar-left .sharethis-wrapper [class*="st_"] span.stButton span {
  display: none;
}
/* line 443, ../sass/partials/_buttons.scss */
.sidebar-left .sharethis-wrapper [class*="st_"] span.stButton svg {
  fill: #FFFFFF;
}
/* line 450, ../sass/partials/_buttons.scss */
.sidebar-left .sharethis-wrapper [class*="st_"].st_facebook_large .stButton svg {
  width: 8px;
  height: 16px;
  margin: 6px 7px 7px 8px;
}
/* line 460, ../sass/partials/_buttons.scss */
.sidebar-left .sharethis-wrapper [class*="st_"].st_twitter_large .stButton svg {
  width: 16px;
  height: 13px;
  margin: 8px 10px 8px 11px;
}
/* line 470, ../sass/partials/_buttons.scss */
.sidebar-left .sharethis-wrapper [class*="st_"].st_linkedin_large .stButton svg {
  width: 14px;
  height: 14px;
  margin: 7px 11px;
}
/* line 480, ../sass/partials/_buttons.scss */
.sidebar-left .sharethis-wrapper [class*="st_"].st_email_large .stButton svg {
  width: 15px;
  height: 11px;
  margin: 9px 10.5px 9px 11px;
}

/* line 491, ../sass/partials/_buttons.scss */
.share-page-block-mobile {
  float: left;
  width: 100%;
  text-align: center;
  z-index: 0;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  /* line 491, ../sass/partials/_buttons.scss */
  .share-page-block-mobile {
    float: none !important;
    text-align: center;
    z-index: 1;
  }
}
/* line 505, ../sass/partials/_buttons.scss */
.share-page-block-mobile .sharethis-wrapper {
  display: inline-block;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 1.5rem !important;
}
/* line 513, ../sass/partials/_buttons.scss */
.share-page-block-mobile .sharethis-wrapper [class*="st_"] {
  float: left;
  margin-right: 0.66667rem;
  margin-bottom: 0;
  max-width: 55px;
}
/* line 519, ../sass/partials/_buttons.scss */
.share-page-block-mobile .sharethis-wrapper [class*="st_"]:hover:before {
  right: 0;
  background: #16A3C4;
}
/* line 524, ../sass/partials/_buttons.scss */
.share-page-block-mobile .sharethis-wrapper [class*="st_"] svg {
  width: 55px;
  fill: #131D2C;
}
/* line 529, ../sass/partials/_buttons.scss */
.share-page-block-mobile .sharethis-wrapper [class*="st_"] span.stButton {
  font-size: 0;
  line-height: normal;
  letter-spacing: 1px;
  color: #FFFFFF;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  border: 0;
  width: 100%;
  background: transparent;
  padding: 0;
  margin: 0;
  left: 0;
}
/* line 534, ../sass/partials/_buttons.scss */
.share-page-block-mobile .sharethis-wrapper [class*="st_"] span.stButton span {
  display: none;
}
/* line 538, ../sass/partials/_buttons.scss */
.share-page-block-mobile .sharethis-wrapper [class*="st_"] span.stButton svg {
  fill: #FFFFFF;
}
/* line 543, ../sass/partials/_buttons.scss */
.share-page-block-mobile .sharethis-wrapper [class*="st_"],
.share-page-block-mobile .sharethis-wrapper [class*="st_"] a,
.share-page-block-mobile .sharethis-wrapper [class*="st_"] svg, .share-page-block-mobile .sharethis-wrapper [class*="st_"]:before {
  height: 40px;
}
/* line 550, ../sass/partials/_buttons.scss */
.share-page-block-mobile .sharethis-wrapper [class*="st_"]:last-child {
  margin-right: 0;
}
/* line 556, ../sass/partials/_buttons.scss */
.share-page-block-mobile .sharethis-wrapper [class*="st_"].st_facebook_large .stButton svg {
  width: 10px;
}
/* line 564, ../sass/partials/_buttons.scss */
.share-page-block-mobile .sharethis-wrapper [class*="st_"].st_twitter_large .stButton svg {
  width: 24px;
}
/* line 572, ../sass/partials/_buttons.scss */
.share-page-block-mobile .sharethis-wrapper [class*="st_"].st_linkedin_large .stButton svg {
  width: 22px;
}
/* line 580, ../sass/partials/_buttons.scss */
.share-page-block-mobile .sharethis-wrapper [class*="st_"].st_email_large .stButton svg {
  width: 22px;
}

/* line 590, ../sass/partials/_buttons.scss */
.action-detail-sidebar .btn-holder {
  max-width: 203px;
}
@media (min-width: 992px) {
  /* line 590, ../sass/partials/_buttons.scss */
  .action-detail-sidebar .btn-holder {
    margin-right: 0.6rem;
  }
}
/* line 598, ../sass/partials/_buttons.scss */
.action-detail-sidebar .btn-holder,
.action-detail-sidebar .btn-holder a,
.action-detail-sidebar .btn-holder svg, .action-detail-sidebar .btn-holder:before {
  height: 45px;
}
/* line 605, ../sass/partials/_buttons.scss */
.action-detail-sidebar .btn-holder:hover:before {
  right: 0;
  background: #B92C03;
}
/* line 610, ../sass/partials/_buttons.scss */
.action-detail-sidebar .btn-holder svg {
  fill: #FF4611;
}
/* line 614, ../sass/partials/_buttons.scss */
.action-detail-sidebar .btn-holder a,
.action-detail-sidebar .btn-holder svg {
  width: 203px;
}
/* line 619, ../sass/partials/_buttons.scss */
.action-detail-sidebar .btn-holder .form-submit {
  font-size: 1.65rem;
  line-height: 3rem;
  letter-spacing: 1px;
  color: #FFFFFF;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  border: 0;
  width: 100%;
  background: transparent;
  padding: 0;
  margin: 0;
}
/* line 624, ../sass/partials/_buttons.scss */
.action-detail-sidebar .form-submit {
  max-width: 203px;
  float: right;
  border-radius: 27px / 36px;
}
/* line 629, ../sass/partials/_buttons.scss */
.action-detail-sidebar .form-submit:hover:before {
  right: 0;
  background: #B92C03;
}
/* line 635, ../sass/partials/_buttons.scss */
.action-detail-sidebar input.form-submit {
  font-size: 1.65rem;
  line-height: 1.65rem;
  letter-spacing: 1px;
  color: #FFFFFF;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  border: 0;
  width: 100%;
  background: transparent;
  padding: 0;
  margin: 0;
  font-family: "BwStretchMedium";
}
/* line 641, ../sass/partials/_buttons.scss */
.action-detail-sidebar .form-actions,
.action-detail-sidebar input.form-submit,
.action-detail-sidebar svg,
.action-detail-sidebar .form-actions:before {
  height: 45px;
}
/* line 648, ../sass/partials/_buttons.scss */
.action-detail-sidebar .form-actions,
.action-detail-sidebar input.form-submit,
.action-detail-sidebar svg {
  width: 203px;
}
/* line 654, ../sass/partials/_buttons.scss */
.action-detail-sidebar svg {
  fill: #FF4611;
}

/* line 661, ../sass/partials/_buttons.scss */
.connect .footer-icons li {
  position: relative;
  float: left;
  margin-bottom: 0.69767rem;
  max-width: 55px;
}
@media (min-width: 768px) {
  /* line 661, ../sass/partials/_buttons.scss */
  .connect .footer-icons li {
    max-width: 35px;
    border-radius: 9px / 13px;
  }
}
/* line 673, ../sass/partials/_buttons.scss */
.connect .footer-icons li:hover:before {
  right: 0;
  background: #D40164;
}
/* line 678, ../sass/partials/_buttons.scss */
.connect .footer-icons li svg {
  width: 55px;
  fill: #FFFFFF;
}
@media (min-width: 768px) {
  /* line 678, ../sass/partials/_buttons.scss */
  .connect .footer-icons li svg {
    width: 35px;
  }
}
/* line 687, ../sass/partials/_buttons.scss */
.connect .footer-icons li,
.connect .footer-icons li a,
.connect .footer-icons li svg, .connect .footer-icons li:before {
  height: 40px;
}
@media (min-width: 768px) {
  /* line 687, ../sass/partials/_buttons.scss */
  .connect .footer-icons li,
  .connect .footer-icons li a,
  .connect .footer-icons li svg, .connect .footer-icons li:before {
    height: 28px;
  }
}
/* line 698, ../sass/partials/_buttons.scss */
.connect .footer-icons li a {
  font-size: 0;
  line-height: normal;
  letter-spacing: 1px;
  color: #FFFFFF;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  border: 0;
  width: 100%;
  background: transparent;
  padding: 0;
  margin: 0;
}
/* line 701, ../sass/partials/_buttons.scss */
.connect .footer-icons li a svg {
  fill: #16A4C5;
}
/* line 706, ../sass/partials/_buttons.scss */
.connect .footer-icons li a.fb-icon svg {
  width: 12px;
}
@media (min-width: 768px) {
  /* line 706, ../sass/partials/_buttons.scss */
  .connect .footer-icons li a.fb-icon svg {
    width: 8px;
    height: 16px;
    margin: 6px 7px 7px 8px;
  }
}
/* line 718, ../sass/partials/_buttons.scss */
.connect .footer-icons li a.tw-icon svg {
  width: 28px;
}
@media (min-width: 768px) {
  /* line 718, ../sass/partials/_buttons.scss */
  .connect .footer-icons li a.tw-icon svg {
    width: 16px;
    height: 13px;
    margin: 8px 10px 8px 11px;
  }
}
/* line 730, ../sass/partials/_buttons.scss */
.connect .footer-icons li a.li-icon svg {
  width: 24px;
}
@media (min-width: 768px) {
  /* line 730, ../sass/partials/_buttons.scss */
  .connect .footer-icons li a.li-icon svg {
    width: 14px;
    height: 14px;
    margin: 7px 11px;
  }
}
/* line 742, ../sass/partials/_buttons.scss */
.connect .footer-icons li a.mail-icon svg {
  width: 30px;
  height: 11px;
}
@media (min-width: 768px) {
  /* line 742, ../sass/partials/_buttons.scss */
  .connect .footer-icons li a.mail-icon svg {
    width: 15px;
    height: 11px;
    margin: 9px 10.5px 9px 11px;
  }
}
/* line 755, ../sass/partials/_buttons.scss */
.connect .footer-icons li a.pinterest-icon svg {
  width: 26px;
}
@media (min-width: 768px) {
  /* line 755, ../sass/partials/_buttons.scss */
  .connect .footer-icons li a.pinterest-icon svg {
    width: 18px;
  }
}
/* line 765, ../sass/partials/_buttons.scss */
.connect .footer-icons li a.youtube-icon svg {
  width: 22px;
}
@media (min-width: 768px) {
  /* line 765, ../sass/partials/_buttons.scss */
  .connect .footer-icons li a.youtube-icon svg {
    width: 13px;
    margin: 0px 7px 0px 10px;
  }
}
/* line 776, ../sass/partials/_buttons.scss */
.connect .footer-icons li a.instagram-icon svg {
  width: 26px;
}
@media (min-width: 768px) {
  /* line 776, ../sass/partials/_buttons.scss */
  .connect .footer-icons li a.instagram-icon svg {
    width: 17px;
    margin: 0px 8px 0px 10px;
  }
}

/* Custom Radio Button [Staff] */
/* ------------------------------------------ */
/* line 793, ../sass/partials/_buttons.scss */
.custom-filter .description {
  display: none;
}
/* line 799, ../sass/partials/_buttons.scss */
.custom-filter .form-type-radios .form-radios .form-item {
  display: inline-block;
  margin-right: 1.25rem;
}
/* line 803, ../sass/partials/_buttons.scss */
.custom-filter .form-type-radios .form-radios .form-item:first-child {
  display: none;
}
/* line 807, ../sass/partials/_buttons.scss */
.custom-filter .form-type-radios .form-radios .form-item:last-child {
  margin-right: 0;
}
/* line 811, ../sass/partials/_buttons.scss */
.custom-filter .form-type-radios .form-radios .form-item input[type="radio"] {
  display: none;
}
/* line 814, ../sass/partials/_buttons.scss */
.custom-filter .form-type-radios .form-radios .form-item input[type="radio"] + label {
  position: relative;
  font-family: "BwStretchBook";
  font-size: 4.15rem;
  line-height: 4.15rem;
  font-weight: normal;
  text-transform: uppercase;
  color: #16A4C5;
  cursor: pointer;
  display: inline-block;
  padding-bottom: 0.75rem;
}
/* line 827, ../sass/partials/_buttons.scss */
.custom-filter .form-type-radios .form-radios .form-item input[type="radio"]:checked + label {
  color: #12355B;
  border-bottom: 2px solid #12355B;
}
/* line 831, ../sass/partials/_buttons.scss */
.custom-filter .form-type-radios .form-radios .form-item input[type="radio"]:checked + label:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -6.5px;
  width: 13px;
  height: 13px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAABGdBTUEAALGPC/xhBQAAAMBJREFUKBVjYMACRMzjjYVNo3crOCQIYJFmYEIXBGn49+/vnv8MDC6fv/3eg00jI7ImmAYGhv9wGxgZGc7ycrG6PDiw4ANMLVwTNg1wRWgawZrwacCmkZEYDegamTmldBYBBbVgEgRoqd9//r9j4uVmDQV5loBisDQjI+P01ycX94D9BApWUPD+/89gjEszSMObk4uzgfR/eOjh04isAWQoXBOIg00jugYMTegasWkAqcEKQDaKmMWU/v+PcD6yQgC/CGzwseBLFQAAAABJRU5ErkJggg==");
}

/* ---------------------------------------
            Custom Button Sizes
------------------------------------------ */
/* line 856, ../sass/partials/_buttons.scss */
[class*="-submit"].small,
[class*="-submit"].small a,
[class*="-submit"].small input,
[class*="-submit"].small svg, [class*="-submit"].small:before,
[class*="-holder"].small,
[class*="-holder"].small a,
[class*="-holder"].small input,
[class*="-holder"].small svg,
[class*="-holder"].small:before,
.front .hero-section [class*="-holder"].small,
.front .hero-section [class*="-holder"].small a,
.front .hero-section [class*="-holder"].small input,
.front .hero-section [class*="-holder"].small svg,
.front .hero-section [class*="-holder"].small:before,
.take-action-btn.small,
.take-action-btn.small a,
.take-action-btn.small input,
.take-action-btn.small svg,
.take-action-btn.small:before {
  height: 28px;
}
/* line 864, ../sass/partials/_buttons.scss */
[class*="-submit"].small a,
[class*="-submit"].small input,
[class*="-holder"].small a,
[class*="-holder"].small input,
.front .hero-section [class*="-holder"].small a,
.front .hero-section [class*="-holder"].small input,
.take-action-btn.small a,
.take-action-btn.small input {
  font-size: 1.2rem;
  line-height: 1.87rem;
}
/* line 870, ../sass/partials/_buttons.scss */
[class*="-submit"].small,
[class*="-submit"].small a,
[class*="-submit"].small input,
[class*="-submit"].small svg,
[class*="-holder"].small,
[class*="-holder"].small a,
[class*="-holder"].small input,
[class*="-holder"].small svg,
.front .hero-section [class*="-holder"].small,
.front .hero-section [class*="-holder"].small a,
.front .hero-section [class*="-holder"].small input,
.front .hero-section [class*="-holder"].small svg,
.take-action-btn.small,
.take-action-btn.small a,
.take-action-btn.small input,
.take-action-btn.small svg {
  width: 80px;
  max-width: 80px;
}
/* line 880, ../sass/partials/_buttons.scss */
[class*="-submit"].medium,
[class*="-submit"].medium a,
[class*="-submit"].medium input,
[class*="-submit"].medium svg, [class*="-submit"].medium:before,
[class*="-holder"].medium,
[class*="-holder"].medium a,
[class*="-holder"].medium input,
[class*="-holder"].medium svg,
[class*="-holder"].medium:before,
.front .hero-section [class*="-holder"].medium,
.front .hero-section [class*="-holder"].medium a,
.front .hero-section [class*="-holder"].medium input,
.front .hero-section [class*="-holder"].medium svg,
.front .hero-section [class*="-holder"].medium:before,
.take-action-btn.medium,
.take-action-btn.medium a,
.take-action-btn.medium input,
.take-action-btn.medium svg,
.take-action-btn.medium:before {
  height: 33px;
}
/* line 888, ../sass/partials/_buttons.scss */
[class*="-submit"].medium a,
[class*="-submit"].medium input,
[class*="-holder"].medium a,
[class*="-holder"].medium input,
.front .hero-section [class*="-holder"].medium a,
.front .hero-section [class*="-holder"].medium input,
.take-action-btn.medium a,
.take-action-btn.medium input {
  line-height: 2.2rem;
}
/* line 893, ../sass/partials/_buttons.scss */
[class*="-submit"].medium,
[class*="-submit"].medium a,
[class*="-submit"].medium input,
[class*="-submit"].medium svg,
[class*="-holder"].medium,
[class*="-holder"].medium a,
[class*="-holder"].medium input,
[class*="-holder"].medium svg,
.front .hero-section [class*="-holder"].medium,
.front .hero-section [class*="-holder"].medium a,
.front .hero-section [class*="-holder"].medium input,
.front .hero-section [class*="-holder"].medium svg,
.take-action-btn.medium,
.take-action-btn.medium a,
.take-action-btn.medium input,
.take-action-btn.medium svg {
  width: 125px;
  max-width: 125px;
}
/* line 903, ../sass/partials/_buttons.scss */
[class*="-submit"].large,
[class*="-submit"].large a,
[class*="-submit"].large input,
[class*="-submit"].large svg, [class*="-submit"].large:before,
[class*="-holder"].large,
[class*="-holder"].large a,
[class*="-holder"].large input,
[class*="-holder"].large svg,
[class*="-holder"].large:before,
.front .hero-section [class*="-holder"].large,
.front .hero-section [class*="-holder"].large a,
.front .hero-section [class*="-holder"].large input,
.front .hero-section [class*="-holder"].large svg,
.front .hero-section [class*="-holder"].large:before,
.take-action-btn.large,
.take-action-btn.large a,
.take-action-btn.large input,
.take-action-btn.large svg,
.take-action-btn.large:before {
  height: 40px;
}
/* line 911, ../sass/partials/_buttons.scss */
[class*="-submit"].large a,
[class*="-submit"].large input,
[class*="-holder"].large a,
[class*="-holder"].large input,
.front .hero-section [class*="-holder"].large a,
.front .hero-section [class*="-holder"].large input,
.take-action-btn.large a,
.take-action-btn.large input {
  line-height: 2.65rem;
}
/* line 916, ../sass/partials/_buttons.scss */
[class*="-submit"].large,
[class*="-submit"].large a,
[class*="-submit"].large input,
[class*="-submit"].large svg,
[class*="-holder"].large,
[class*="-holder"].large a,
[class*="-holder"].large input,
[class*="-holder"].large svg,
.front .hero-section [class*="-holder"].large,
.front .hero-section [class*="-holder"].large a,
.front .hero-section [class*="-holder"].large input,
.front .hero-section [class*="-holder"].large svg,
.take-action-btn.large,
.take-action-btn.large a,
.take-action-btn.large input,
.take-action-btn.large svg {
  width: 200px;
  max-width: 200px;
}

/* ------------------------------------------
  COMMON FORM STYLES
--------------------------------------------- */
/* line 4, ../sass/partials/_forms.scss */
input, select, textarea, button {
  font-family: "AlegreyaSans";
  font-size: 1rem;
  outline: none;
}

/* line 10, ../sass/partials/_forms.scss */
input,
select,
textarea {
  margin-bottom: 0.75rem;
  padding: 0 0.85714rem;
}

/* line 17, ../sass/partials/_forms.scss */
label {
  color: #FFFFFF;
}

/* line 21, ../sass/partials/_forms.scss */
input,
select {
  height: 38px;
  line-height: 38px;
  color: #12355B;
}

/* line 28, ../sass/partials/_forms.scss */
input {
  width: 100%;
  border: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 35, ../sass/partials/_forms.scss */
input:hover, input:focus {
  outline: none;
}
/* line 40, ../sass/partials/_forms.scss */
input[type="submit"] {
  color: #FFFFFF;
}
/* line 44, ../sass/partials/_forms.scss */
input[type="submit"] {
  background: #D40164;
  cursor: pointer;
  margin-top: 1.5rem;
  color: #FFFFFF;
}
/* line 6, ../sass/partials/_mixins.scss */
input.placeholder {
  color: #12355B;
}
/* line 10, ../sass/partials/_mixins.scss */
input:-moz-placeholder {
  color: #12355B;
}
/* line 14, ../sass/partials/_mixins.scss */
input::-moz-placeholder {
  color: #12355B;
}
/* line 18, ../sass/partials/_mixins.scss */
input:-ms-input-placeholder {
  color: #12355B;
}
/* line 22, ../sass/partials/_mixins.scss */
input::-webkit-input-placeholder {
  color: #12355B;
}

/* line 56, ../sass/partials/_forms.scss */
select {
  float: left;
  width: 100%;
  border-radius: 0;
  border: none;
  background: #FFFFFF;
}

/* line 66, ../sass/partials/_forms.scss */
.header-sign-up input,
.header-navigation input {
  width: 100%;
  border: 1px solid #9BC5C8;
  color: #9BC5C8;
  height: 28px;
  font-size: 0.85rem;
  padding: 0 0.5rem;
  line-height: normal;
  display: inline-block;
}
/* line 6, ../sass/partials/_mixins.scss */
.header-sign-up input.placeholder,
.header-navigation input.placeholder {
  color: #9BC5C8;
}
/* line 10, ../sass/partials/_mixins.scss */
.header-sign-up input:-moz-placeholder,
.header-navigation input:-moz-placeholder {
  color: #9BC5C8;
}
/* line 14, ../sass/partials/_mixins.scss */
.header-sign-up input::-moz-placeholder,
.header-navigation input::-moz-placeholder {
  color: #9BC5C8;
}
/* line 18, ../sass/partials/_mixins.scss */
.header-sign-up input:-ms-input-placeholder,
.header-navigation input:-ms-input-placeholder {
  color: #9BC5C8;
}
/* line 22, ../sass/partials/_mixins.scss */
.header-sign-up input::-webkit-input-placeholder,
.header-navigation input::-webkit-input-placeholder {
  color: #9BC5C8;
}
/* line 83, ../sass/partials/_forms.scss */
.header-sign-up input.form-text,
.header-navigation input.form-text {
  line-height: 0.95rem;
}

/* line 90, ../sass/partials/_forms.scss */
.header-navigation input {
  width: calc(100% - 145px);
  margin: 0 1rem 0 1.5rem;
}

/* line 96, ../sass/partials/_forms.scss */
.header-sign-up {
  width: 30.50847%;
  float: right;
  margin-right: 0;
  max-width: 285px;
  margin-right: 1.5rem;
}
/* line 102, ../sass/partials/_forms.scss */
.header-sign-up .form-item {
  width: 70.33898%;
  float: left;
  margin-right: 1.69492%;
}

/* ------------------------------------------
  SUBSCRIBE FORM
--------------------------------------------- */
/* line 110, ../sass/partials/_forms.scss */
.subscribe {
  float: left;
  width: auto;
  position: relative;
  margin: -315px 1.5rem 0;
  top: 162px;
}
@media (min-width: 768px) {
  /* line 110, ../sass/partials/_forms.scss */
  .subscribe {
    z-index: 1;
    margin: -273px 1.5rem 0;
  }
}
@media (min-width: 992px) {
  /* line 110, ../sass/partials/_forms.scss */
  .subscribe {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: -65px;
    top: 32.5px;
  }
}
/* line 133, ../sass/partials/_forms.scss */
.subscribe .container {
  background: #D40164;
  padding: 0;
  max-width: 1190px;
}
/* line 139, ../sass/partials/_forms.scss */
.subscribe .sub-container {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
@media (min-width: 992px) {
  /* line 139, ../sass/partials/_forms.scss */
  .subscribe .sub-container {
    width: 85.59322%;
    float: left;
    margin-right: 1.69492%;
    min-height: 65px;
    float: none;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  /* line 139, ../sass/partials/_forms.scss */
  .subscribe .sub-container {
    float: none;
    margin: 0 auto;
  }
}
/* line 161, ../sass/partials/_forms.scss */
.subscribe .sub-container .subscribe-text {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 1.76471rem 2rem;
}
@media (min-width: 992px) {
  /* line 161, ../sass/partials/_forms.scss */
  .subscribe .sub-container .subscribe-text {
    padding: 0;
  }
}
/* line 171, ../sass/partials/_forms.scss */
.subscribe .sub-container .subscribe-text p {
  color: #FFFFFF;
  font-family: "BwStretchBook";
  font-size: 1.8rem;
  line-height: 2rem;
}
@media (min-width: 992px) {
  /* line 171, ../sass/partials/_forms.scss */
  .subscribe .sub-container .subscribe-text p {
    font-size: 1.6rem;
    text-align: right;
    line-height: 65px;
  }
}
@media (min-width: 992px) {
  /* line 161, ../sass/partials/_forms.scss */
  .subscribe .sub-container .subscribe-text {
    width: 44.91525%;
    float: left;
    margin-right: 1.69492%;
    padding-right: 0.375rem;
  }
}
/* line 191, ../sass/partials/_forms.scss */
.subscribe .sub-container .subscribe-form {
  background: url("../images/diagonal-lines-fuchsia.svg") top left;
  padding: 1.5rem;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 195, ../sass/partials/_forms.scss */
.subscribe .sub-container .subscribe-form input[type="text"],
.subscribe .sub-container .subscribe-form input[type="email"] {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  height: 45px;
  line-height: 2rem;
  margin-bottom: 1.5rem;
}
/* line 6, ../sass/partials/_mixins.scss */
.subscribe .sub-container .subscribe-form input[type="text"].placeholder,
.subscribe .sub-container .subscribe-form input[type="email"].placeholder {
  color: #FFFFFF;
}
/* line 10, ../sass/partials/_mixins.scss */
.subscribe .sub-container .subscribe-form input[type="text"]:-moz-placeholder,
.subscribe .sub-container .subscribe-form input[type="email"]:-moz-placeholder {
  color: #FFFFFF;
}
/* line 14, ../sass/partials/_mixins.scss */
.subscribe .sub-container .subscribe-form input[type="text"]::-moz-placeholder,
.subscribe .sub-container .subscribe-form input[type="email"]::-moz-placeholder {
  color: #FFFFFF;
}
/* line 18, ../sass/partials/_mixins.scss */
.subscribe .sub-container .subscribe-form input[type="text"]:-ms-input-placeholder,
.subscribe .sub-container .subscribe-form input[type="email"]:-ms-input-placeholder {
  color: #FFFFFF;
}
/* line 22, ../sass/partials/_mixins.scss */
.subscribe .sub-container .subscribe-form input[type="text"]::-webkit-input-placeholder,
.subscribe .sub-container .subscribe-form input[type="email"]::-webkit-input-placeholder {
  color: #FFFFFF;
}
@media (min-width: 992px) {
  /* line 195, ../sass/partials/_forms.scss */
  .subscribe .sub-container .subscribe-form input[type="text"],
  .subscribe .sub-container .subscribe-form input[type="email"] {
    margin-bottom: 0;
  }
}
/* line 220, ../sass/partials/_forms.scss */
.subscribe .sub-container .subscribe-form .subscribe-submit {
  float: none;
  margin: 0 auto;
}
@media (min-width: 992px) {
  /* line 220, ../sass/partials/_forms.scss */
  .subscribe .sub-container .subscribe-form .subscribe-submit {
    float: left;
  }
}
@media (min-width: 992px) {
  /* line 191, ../sass/partials/_forms.scss */
  .subscribe .sub-container .subscribe-form {
    padding: 10px 0.5rem;
    width: 53.38983%;
    float: right;
    margin-right: 0;
  }
  /* line 236, ../sass/partials/_forms.scss */
  .subscribe .sub-container .subscribe-form .subscribe-email {
    width: 65.67797%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 239, ../sass/partials/_forms.scss */
  .subscribe .sub-container .subscribe-form .subscribe-email input {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 255, ../sass/partials/_forms.scss */
.node-type-list-page.section-fact-sheets .body-top, .node-type-list-page.section-publications .body-top, .node-type-list-page.section-videos .body-top, .node-type-list-page.section-press-clips .body-top {
  z-index: 1;
}
/* line 259, ../sass/partials/_forms.scss */
.node-type-list-page.section-fact-sheets .subscribe,
.node-type-list-page.section-fact-sheets .language-switcher, .node-type-list-page.section-publications .subscribe,
.node-type-list-page.section-publications .language-switcher, .node-type-list-page.section-videos .subscribe,
.node-type-list-page.section-videos .language-switcher, .node-type-list-page.section-press-clips .subscribe,
.node-type-list-page.section-press-clips .language-switcher {
  z-index: 0;
}
@media (min-width: 768px) {
  /* line 259, ../sass/partials/_forms.scss */
  .node-type-list-page.section-fact-sheets .subscribe,
  .node-type-list-page.section-fact-sheets .language-switcher, .node-type-list-page.section-publications .subscribe,
  .node-type-list-page.section-publications .language-switcher, .node-type-list-page.section-videos .subscribe,
  .node-type-list-page.section-videos .language-switcher, .node-type-list-page.section-press-clips .subscribe,
  .node-type-list-page.section-press-clips .language-switcher {
    z-index: 1;
  }
}

/* ------------------------------------------
  FILTER FORM
--------------------------------------------- */
/* line 273, ../sass/partials/_forms.scss */
.form-type-select,
.shs-wrapper-processed {
  position: relative;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
/* line 281, ../sass/partials/_forms.scss */
.form-type-select:after,
.shs-wrapper-processed:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 7px;
  top: 50%;
  right: 1rem;
  margin-top: -3.5px;
  background: url("../images/select-arrow-bg.png") no-repeat;
  background-size: contain;
  z-index: 2;
  /* This hack make the select behind the arrow clickable in some browsers */
  pointer-events: none;
}
/* line 297, ../sass/partials/_forms.scss */
.form-type-select .form-select,
.shs-wrapper-processed .form-select {
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #16A3C4;
  color: #FFFFFF;
  border: none;
  border-radius: 0;
  padding: 0 2.27273rem 0 0.75rem;
  height: 36px;
  line-height: 36px;
  width: 100%;
  outline: none;
  margin-bottom: 0;
  /* Remove select styling */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* line 318, ../sass/partials/_forms.scss */
.form-type-select .form-select::-ms-expand,
.shs-wrapper-processed .form-select::-ms-expand {
  display: none;
}
/* line 323, ../sass/partials/_forms.scss */
.form-type-select .shs-select-level-2,
.shs-wrapper-processed .shs-select-level-2 {
  margin-top: 0.75rem;
}

/* ------------------------------------------
  ACTION DETAIL SIDEBAR FORM
--------------------------------------------- */
/* line 333, ../sass/partials/_forms.scss */
.action-detail-sidebar form input[type="text"],
.action-detail-sidebar form input[type="email"],
.action-detail-sidebar form select {
  color: #5D5247;
}
/* line 339, ../sass/partials/_forms.scss */
.action-detail-sidebar form input[type="text"],
.action-detail-sidebar form input[type="email"] {
  background: #FBFAF0;
}
/* line 6, ../sass/partials/_mixins.scss */
.action-detail-sidebar form input[type="text"].placeholder,
.action-detail-sidebar form input[type="email"].placeholder {
  color: #5D5247;
}
/* line 10, ../sass/partials/_mixins.scss */
.action-detail-sidebar form input[type="text"]:-moz-placeholder,
.action-detail-sidebar form input[type="email"]:-moz-placeholder {
  color: #5D5247;
}
/* line 14, ../sass/partials/_mixins.scss */
.action-detail-sidebar form input[type="text"]::-moz-placeholder,
.action-detail-sidebar form input[type="email"]::-moz-placeholder {
  color: #5D5247;
}
/* line 18, ../sass/partials/_mixins.scss */
.action-detail-sidebar form input[type="text"]:-ms-input-placeholder,
.action-detail-sidebar form input[type="email"]:-ms-input-placeholder {
  color: #5D5247;
}
/* line 22, ../sass/partials/_mixins.scss */
.action-detail-sidebar form input[type="text"]::-webkit-input-placeholder,
.action-detail-sidebar form input[type="email"]::-webkit-input-placeholder {
  color: #5D5247;
}
/* line 348, ../sass/partials/_forms.scss */
.action-detail-sidebar form select {
  background: #FBFAF0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin-bottom: 0;
}
/* line 356, ../sass/partials/_forms.scss */
.action-detail-sidebar form .form-actions {
  margin-top: 0.75rem;
}
/* line 360, ../sass/partials/_forms.scss */
.action-detail-sidebar form .webform-component--country {
  position: relative;
  margin-bottom: 0.75rem;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
/* line 368, ../sass/partials/_forms.scss */
.action-detail-sidebar form .webform-component--country:after {
  content: "";
  width: 12px;
  height: 7px;
  right: 1rem;
  background: url("../images/select-arrow-bg-small-brown.png") no-repeat;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

/* ------------------------------------------
  DONATE FORM
--------------------------------------------- */
/* line 387, ../sass/partials/_forms.scss */
.donate {
  background: url("../img/main-bg.png") top center #02151A no-repeat;
  background-size: cover;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  /* line 392, ../sass/partials/_forms.scss */
  .donate .donate-form {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
  }
}
/* line 398, ../sass/partials/_forms.scss */
.donate button,
.donate input,
.donate .custom-radio,
.donate select,
.donate .jcf-select,
.donate .jcf-select .jcf-select-text,
.donate .transparent-bg-wrapper,
.donate .donation-amount .custom-radio-label {
  border-radius: 0.25rem;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 414, ../sass/partials/_forms.scss */
.donate form input,
.donate form select,
.donate form .jcf-select,
.donate form label,
.donate form legend {
  width: 100%;
}
/* line 422, ../sass/partials/_forms.scss */
.donate form .jcf-select {
  min-width: 100%;
}
/* line 426, ../sass/partials/_forms.scss */
.donate form input,
.donate form select,
.donate form .jcf-select,
.donate form .jcf-select .jcf-select-text {
  height: 2.85rem;
  line-height: 2.85rem;
  color: #000000;
}
/* line 436, ../sass/partials/_forms.scss */
.donate form .donation-amount .jcf-radio {
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  visibility: hidden;
}
/* line 444, ../sass/partials/_forms.scss */
.donate form .donation-amount .custom-radio-label {
  position: relative;
  height: 70px;
  line-height: 35px;
  text-align: center;
  padding: 1rem 1rem;
  margin-bottom: 0.6rem;
  background-color: #777;
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
}
@media (min-width: 768px) {
  /* line 444, ../sass/partials/_forms.scss */
  .donate form .donation-amount .custom-radio-label {
    padding: 1rem 1.5rem;
  }
}
/* line 460, ../sass/partials/_forms.scss */
.donate form .donation-amount .custom-radio-label:nth-child(3n + 3) {
  margin-right: 0;
}
@media (min-width: 768px) {
  /* line 444, ../sass/partials/_forms.scss */
  .donate form .donation-amount .custom-radio-label {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 467, ../sass/partials/_forms.scss */
  .donate form .donation-amount .custom-radio-label:nth-child(4n + 4) {
    margin-right: 0;
  }
}
/* line 473, ../sass/partials/_forms.scss */
.donate form .donation-amount .custom-radio-label:last-child {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  /* line 473, ../sass/partials/_forms.scss */
  .donate form .donation-amount .custom-radio-label:last-child {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
}
/* line 481, ../sass/partials/_forms.scss */
.donate form .donation-amount .custom-radio-label:last-child span {
  line-height: 2rem;
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
}
@media (min-width: 768px) {
  /* line 481, ../sass/partials/_forms.scss */
  .donate form .donation-amount .custom-radio-label:last-child span {
    line-height: normal;
  }
}
/* line 492, ../sass/partials/_forms.scss */
.donate form .donation-amount .custom-radio-label:last-child input {
  height: 2.25rem;
  line-height: 2.25rem;
  width: 57.62712%;
  float: right;
  margin-right: 0;
}
@media (min-width: 768px) {
  /* line 492, ../sass/partials/_forms.scss */
  .donate form .donation-amount .custom-radio-label:last-child input {
    width: 66.10169%;
    float: right;
    margin-right: 0;
  }
}
/* line 504, ../sass/partials/_forms.scss */
.donate form .donation-amount .custom-radio-label:hover, .donate form .donation-amount .custom-radio-label.jcf-label-active {
  background-color: #b00;
}
/* line 511, ../sass/partials/_forms.scss */
.donate form fieldset {
  margin-bottom: 1.5rem;
}
/* line 515, ../sass/partials/_forms.scss */
.donate form fieldset .form-group:last-child {
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  /* line 521, ../sass/partials/_forms.scss */
  .donate form fieldset:nth-child(2) .form-group {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}
/* line 529, ../sass/partials/_forms.scss */
.donate form fieldset:nth-child(3) input {
  margin-bottom: 0.6rem;
}
@media (min-width: 768px) {
  /* line 536, ../sass/partials/_forms.scss */
  .donate form fieldset:nth-child(4) .form-group:first-child {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}
@media (min-width: 768px) {
  /* line 542, ../sass/partials/_forms.scss */
  .donate form fieldset:nth-child(4) .form-group:nth-child(2), .donate form fieldset:nth-child(4) .form-group:last-child {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
}
@media (min-width: 768px) {
  /* line 553, ../sass/partials/_forms.scss */
  .donate form fieldset:nth-child(6) .form-group:first-child {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}
@media (min-width: 768px) {
  /* line 559, ../sass/partials/_forms.scss */
  .donate form fieldset:nth-child(6) .form-group:last-child {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
}
/* line 569, ../sass/partials/_forms.scss */
.donate form fieldset:nth-child(9) .form-group:first-child {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  /* line 569, ../sass/partials/_forms.scss */
  .donate form fieldset:nth-child(9) .form-group:first-child {
    width: 40.67797%;
    float: left;
    margin-right: 1.69492%;
  }
}
/* line 577, ../sass/partials/_forms.scss */
.donate form fieldset:nth-child(9) .form-group:nth-child(2), .donate form fieldset:nth-child(9) .form-group:nth-child(3) {
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%;
}
@media (min-width: 768px) {
  /* line 577, ../sass/partials/_forms.scss */
  .donate form fieldset:nth-child(9) .form-group:nth-child(2), .donate form fieldset:nth-child(9) .form-group:nth-child(3) {
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%;
  }
}
/* line 586, ../sass/partials/_forms.scss */
.donate form fieldset:nth-child(9) .form-group:last-child {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
}
@media (min-width: 768px) {
  /* line 586, ../sass/partials/_forms.scss */
  .donate form fieldset:nth-child(9) .form-group:last-child {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
}
/* line 598, ../sass/partials/_forms.scss */
.donate .transparent-bg-wrapper {
  background: rgba(8, 30, 29, 0.7);
  padding: 1rem;
}

/* ------------------------------------------
  LOGIN FORM
--------------------------------------------- */
/* line 609, ../sass/partials/_forms.scss */
.page-user form#user-login, .page-user form#user-pass, .page-user form#user-register-form {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  float: none;
  clear: both;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  /* line 609, ../sass/partials/_forms.scss */
  .page-user form#user-login, .page-user form#user-pass, .page-user form#user-register-form {
    max-width: 450px;
    float: none;
    margin-top: 1.875rem;
  }
}
/* line 625, ../sass/partials/_forms.scss */
.page-user form#user-login .description, .page-user form#user-pass .description, .page-user form#user-register-form .description {
  margin-bottom: 1rem;
}
/* line 632, ../sass/partials/_forms.scss */
.page-user form#user-login .form-item-name input,
.page-user form#user-login .form-item-pass input,
.page-user form#user-login .form-item-mail input, .page-user form#user-pass .form-item-name input,
.page-user form#user-pass .form-item-pass input,
.page-user form#user-pass .form-item-mail input, .page-user form#user-register-form .form-item-name input,
.page-user form#user-register-form .form-item-pass input,
.page-user form#user-register-form .form-item-mail input {
  height: 50px;
  line-height: 50px;
}
/* line 637, ../sass/partials/_forms.scss */
.page-user form#user-login .form-item-name label,
.page-user form#user-login .form-item-pass label,
.page-user form#user-login .form-item-mail label, .page-user form#user-pass .form-item-name label,
.page-user form#user-pass .form-item-pass label,
.page-user form#user-pass .form-item-mail label, .page-user form#user-register-form .form-item-name label,
.page-user form#user-register-form .form-item-pass label,
.page-user form#user-register-form .form-item-mail label {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 48px;
  line-height: 3rem;
}

/* ------------------------------------------
  CONTACT US FORM
--------------------------------------------- */
/* line 649, ../sass/partials/_forms.scss */
.section-contact-us .contact-us-form {
  margin-bottom: 3em;
}
@media (min-width: 768px) {
  /* line 649, ../sass/partials/_forms.scss */
  .section-contact-us .contact-us-form {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}
/* line 657, ../sass/partials/_forms.scss */
.section-contact-us .contact-us-form .form-item {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 661, ../sass/partials/_forms.scss */
.section-contact-us .contact-us-form .form-select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* line 667, ../sass/partials/_forms.scss */
.section-contact-us .contact-us-form .common-button-holder {
  float: left;
  margin-top: 1rem;
}
/* line 673, ../sass/partials/_forms.scss */
.section-contact-us .contact-details {
  padding-bottom: 11.53846rem;
}
@media (min-width: 768px) {
  /* line 673, ../sass/partials/_forms.scss */
  .section-contact-us .contact-details {
    width: 49.15254%;
    float: right;
    margin-right: 0;
    padding-left: 1.5rem;
    padding-bottom: 8.82353rem;
  }
}
@media (min-width: 992px) {
  /* line 673, ../sass/partials/_forms.scss */
  .section-contact-us .contact-details {
    padding-bottom: 4.28571rem;
  }
}
/* line 689, ../sass/partials/_forms.scss */
.section-contact-us .contact-details h3 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  font-family: "BwStretchRegular";
  font-size: 2rem;
  line-height: 2rem;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 1.5rem 0 0.81081rem;
}
/* line 700, ../sass/partials/_forms.scss */
.section-contact-us .contact-details ul {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 703, ../sass/partials/_forms.scss */
.section-contact-us .contact-details ul li {
  color: #FFFFFF;
  margin-bottom: 0.5rem;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 713, ../sass/partials/_forms.scss */
.section-contact-us .contact-details ul li span {
  display: block;
  color: #16A4C5;
}

/* line 725, ../sass/partials/_forms.scss */
.form-item-field-law-type-tid .form-select,
.form-item-field-law-country-tid-1 .form-select {
  padding: 0 2.50em 0 0.75rem;
}

/* line 734, ../sass/partials/_forms.scss */
.file-search-page .view-filters input.form-text {
  color: #FFFFFF;
  background: #16A4C5;
}

/* ------------------------------------------
  OLD IE STYLES FOR NAVIGATION
--------------------------------------------- */
/* line 5, ../sass/partials/_ie.scss */
.js .nav-collapse {
  position: relative;
}

/* line 9, ../sass/partials/_ie.scss */
.nav-toggle {
  display: none;
}

/* line 13, ../sass/partials/_ie.scss */
.nav-collapse {
  float: right;
  width: auto;
}
/* line 17, ../sass/partials/_ie.scss */
.nav-collapse li {
  width: auto;
}
/* line 21, ../sass/partials/_ie.scss */
.nav-collapse a {
  border-left: 1px solid white;
  padding: 1.02em 2em;
  text-align: center;
  border-top: 0;
  float: left;
  width: auto;
  margin: 0;
}
/* line 31, ../sass/partials/_ie.scss */
.nav-collapse .active a {
  background: transparent;
}

/* ------------------------------------------
  HEADER
--------------------------------------------- */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */
@media (min-width: 768px) {
  /* line 27, ../sass/partials/_header.scss */
  .header-wrapper {
    max-width: 1260px;
    margin: 0 auto;
  }
}

/* line 34, ../sass/partials/_header.scss */
header {
  position: fixed;
  background-color: #FFFFFF;
  z-index: 3;
  width: 100%;
  top: inherit;
  padding: 1rem 0 0 0;
}
/* line 43, ../sass/partials/_header.scss */
header .language-select-container {
  display: none;
}
/* line 46, ../sass/partials/_header.scss */
header .language-select-container .form-type-select {
  position: relative;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
/* line 53, ../sass/partials/_header.scss */
header .language-select-container .form-type-select:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 5px;
  top: 50%;
  right: 0.5rem;
  margin-top: -2px;
  background: url("../images/select-arrow-bg-small.png") no-repeat;
  background-size: contain;
  z-index: 2;
  /* This hack make the select behind the arrow clickable in some browsers */
  pointer-events: none;
}
/* line 69, ../sass/partials/_header.scss */
header .language-select-container .form-type-select .form-select {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  border-radius: 0;
  max-width: 72px;
  height: 28px;
  line-height: 1.1rem;
  outline: none;
  padding: 0 0.4rem;
  background-color: transparent;
  border: 1px solid #9BC5C8;
  color: #9BC5C8;
  /* Remove select styling */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
@media (min-width: 768px) {
  /* line 43, ../sass/partials/_header.scss */
  header .language-select-container {
    display: block;
    float: right;
  }
}
/* line 98, ../sass/partials/_header.scss */
header p {
  font-size: inherit;
  line-height: inherit;
}
/* line 103, ../sass/partials/_header.scss */
header .region-header {
  padding: 1rem 0;
}
@media (min-width: 992px) {
  /* line 103, ../sass/partials/_header.scss */
  header .region-header {
    height: 115px;
    padding: 19.5px 0;
  }
}
/* line 112, ../sass/partials/_header.scss */
header a#logo {
  float: left;
  margin: 15px 0 15px 55px;
  background-image: url("/sites/all/themes/equalityd7/images/logo.png");
  background-repeat: no-repeat;
  width: 302px;
  height: 76px;
}
/* line 120, ../sass/partials/_header.scss */
header a#logo img {
  display: none;
}
/* line 125, ../sass/partials/_header.scss */
header input#edit-submitted-email-address {
  float: left;
}
/* line 129, ../sass/partials/_header.scss */
header input#edit-submitted-email-address:focus::-webkit-input-placeholder {
  color: transparent;
}
/* line 133, ../sass/partials/_header.scss */
header input#edit-submitted-email-address:focus:-moz-placeholder {
  color: transparent;
}
/* line 139, ../sass/partials/_header.scss */
header #name-and-slogan {
  display: none;
}
/* line 143, ../sass/partials/_header.scss */
header #secondary-menu {
  display: none;
}
/* line 147, ../sass/partials/_header.scss */
header h2.block-title {
  display: none;
}
/* line 151, ../sass/partials/_header.scss */
header #block-locale-language {
  float: right;
  margin: 0 55px 0 40px;
}
@media (min-width: 992px) {
  /* line 156, ../sass/partials/_header.scss */
  header .header-sign-up,
  header .language-select-container {
    margin-top: -7px;
  }
}

/* line 164, ../sass/partials/_header.scss */
.fixfixed .header,
.fixfixed .donate-btn-holder.mobile-only {
  position: absolute !important;
}

/* line 172, ../sass/partials/_header.scss */
.i18n-fr .header.sticky .en-menu-block .logo-on-scroll {
  background: url("../images/small-logo-fr.png") 0 5px no-repeat;
  background-size: contain;
}
/* line 176, ../sass/partials/_header.scss */
.i18n-fr .header.sticky .en-menu-block .logo-on-scroll a {
  padding-left: 205px;
}

/* line 185, ../sass/partials/_header.scss */
.i18n-es .header.sticky .en-menu-block .logo-on-scroll {
  background: url("../images/small-logo-es.png") 0 5px no-repeat;
  background-size: contain;
}

/* line 193, ../sass/partials/_header.scss */
nav#main-menu {
  display: none;
}

/* ------------------------------------------
  NAV STYLES
--------------------------------------------- */
/* line 200, ../sass/partials/_header.scss */
.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

/* line 207, ../sass/partials/_header.scss */
.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 214, ../sass/partials/_header.scss */
.header {
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  top: 0;
}
/* line 219, ../sass/partials/_header.scss */
.header .main-logo {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
}
/* line 222, ../sass/partials/_header.scss */
.header .main-logo span {
  -moz-transition: max-width 0.3s ease;
  -o-transition: max-width 0.3s ease;
  -webkit-transition: max-width 0.3s ease;
  transition: max-width 0.3s ease;
  background-repeat: no-repeat;
  width: 214px;
  height: 38px;
  display: block;
}
/* line 230, ../sass/partials/_header.scss */
.header .main-logo span img {
  display: none;
}
/* line 236, ../sass/partials/_header.scss */
.header .main-logo.english-logo span {
  background-image: url('../images/small-logo.png?1517226064');
  background-size: cover;
}
/* line 247, ../sass/partials/_header.scss */
.header .main-logo.french-logo span {
  background-image: url('../images/small-logo-fr.png?1517226064');
  background-size: cover;
}
/* line 258, ../sass/partials/_header.scss */
.header .main-logo.spanish-logo span {
  background-image: url('../images/small-logo-es.png?1517226063');
  background-size: cover;
}
@media (min-width: 992px) {
  /* line 219, ../sass/partials/_header.scss */
  .header .main-logo {
    width: auto;
  }
  /* line 271, ../sass/partials/_header.scss */
  .header .main-logo span {
    width: 419px;
    height: 76px;
  }
  /* line 277, ../sass/partials/_header.scss */
  .header .main-logo.english-logo span {
    background-image: url('../images/logo.png?1517226063');
    width: 419px;
    height: 76px;
    background-position: center;
  }
  /* line 286, ../sass/partials/_header.scss */
  .header .main-logo.french-logo span {
    background-image: url('../images/logo-fr.png?1517226063');
    width: 419px;
    height: 76px;
    background-position: center;
  }
  /* line 295, ../sass/partials/_header.scss */
  .header .main-logo.spanish-logo span {
    background-image: url('../images/logo-es.png?1517226062');
    width: 375px;
    height: 76px;
    background-position: center;
  }
  /* line 304, ../sass/partials/_header.scss */
  .header .main-logo.arabic-logo span {
    background-image: url('../images/logo-ar.png?1517225353');
    width: 292px;
    height: 76px;
    background-position: center;
  }
}
@media (min-width: 1366px) {
  /* line 219, ../sass/partials/_header.scss */
  .header .main-logo {
    position: relative;
    left: -67px;
  }
}
/* line 320, ../sass/partials/_header.scss */
.header .nav-toggle {
  float: right;
}
/* line 324, ../sass/partials/_header.scss */
.header .nav-right {
  float: left;
  width: 100%;
  padding: 0 1.76471rem;
  margin: 1rem 1.07143rem 1.76471rem 0;
}
@media (min-width: 992px) {
  /* line 324, ../sass/partials/_header.scss */
  .header .nav-right {
    float: right;
    width: auto;
    padding: 8px 0 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 15px;
  }
}
/* line 341, ../sass/partials/_header.scss */
.header .nav-right .content div {
  float: left;
}
/* line 344, ../sass/partials/_header.scss */
.header .nav-right .content div .search-button {
  display: none;
}
@media (min-width: 992px) {
  /* line 344, ../sass/partials/_header.scss */
  .header .nav-right .content div .search-button {
    display: inline-block;
    padding-top: 0.6rem;
  }
}
/* line 356, ../sass/partials/_header.scss */
.header .header-navigation {
  border-top: 1px solid #F3E6D6;
  display: block;
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 1.2rem;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 992px) {
  /* line 356, ../sass/partials/_header.scss */
  .header .header-navigation {
    display: block !important;
    overflow-y: hidden;
    padding-bottom: 0;
  }
}
/* line 376, ../sass/partials/_header.scss */
.header .header-navigation .container {
  padding: 0;
}
@media (min-width: 992px) {
  /* line 376, ../sass/partials/_header.scss */
  .header .header-navigation .container {
    padding: inherit;
  }
}
/* line 384, ../sass/partials/_header.scss */
.header .header-navigation .en-menu-block {
  float: left;
  width: 100%;
  position: inherit;
  background: #FFFFFF;
  min-height: 49px;
  line-height: 49px;
}
@media (min-width: 992px) {
  /* line 384, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block {
    width: auto;
    padding-left: 1rem;
    height: 49px;
  }
}
/* line 402, ../sass/partials/_header.scss */
.header .header-navigation .en-menu-block .main-menu-1 > li > span,
.header .header-navigation .en-menu-block .main-menu-1 > li > a {
  text-transform: uppercase;
}
@media (min-width: 992px) {
  /* line 411, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block .main-menu-1 li:hover ul {
    display: block;
  }
}
@media (max-width: 991px) {
  /* line 419, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block .main-menu-1 li > ul {
    display: none;
  }
  /* line 422, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block .main-menu-1 li > ul > li > ul {
    display: block;
  }
}
@media (min-width: 992px) {
  /* line 431, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block .main-menu-1 li > ul > li > ul {
    display: none;
  }
}
/* line 438, ../sass/partials/_header.scss */
.header .header-navigation .en-menu-block li {
  float: left;
  width: 100%;
  font-size: 1.5rem;
}
/* line 445, ../sass/partials/_header.scss */
.header .header-navigation .en-menu-block li:nth-child(2) .main-menu-2 ul {
  display: block !important;
}
/* line 451, ../sass/partials/_header.scss */
.header .header-navigation .en-menu-block li > a,
.header .header-navigation .en-menu-block li > span {
  -webkit-tap-highlight-color: transparent;
  border-left: none;
  text-decoration: none;
  padding: 0 1.76471rem;
  cursor: pointer;
  color: #12355B;
  letter-spacing: 1px;
  font-family: "BwStretchMedium";
}
@media (min-width: 992px) {
  /* line 451, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block li > a,
  .header .header-navigation .en-menu-block li > span {
    padding: 0 16.5px;
  }
}
/* line 468, ../sass/partials/_header.scss */
.header .header-navigation .en-menu-block li.menu-item > span,
.header .header-navigation .en-menu-block li.menu-item > a {
  display: block;
  -moz-transition: background 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out;
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
  background: url("../images/arrow-down-blue.png") center right 30px no-repeat;
}
@media (min-width: 992px) {
  /* line 468, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block li.menu-item > span,
  .header .header-navigation .en-menu-block li.menu-item > a {
    background: none;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
}
/* line 484, ../sass/partials/_header.scss */
.header .header-navigation .en-menu-block li.logo-on-scroll,
.header .header-navigation .en-menu-block li .main-menu-2 .left-a {
  display: none;
}
/* line 490, ../sass/partials/_header.scss */
.header .header-navigation .en-menu-block li.active > span,
.header .header-navigation .en-menu-block li.active > a {
  color: #FFFFFF;
  background: url("../images/arrow-up-white.png") #000F1D center right 30px no-repeat;
}
@media (min-width: 992px) {
  /* line 490, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block li.active > span,
  .header .header-navigation .en-menu-block li.active > a {
    background: none;
    color: inherit;
  }
}
/* line 502, ../sass/partials/_header.scss */
.header .header-navigation .en-menu-block li .main-menu-2 {
  float: left;
  width: 100%;
  background-color: #131D2C;
}
@media (min-width: 992px) {
  /* line 507, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block li .main-menu-2 li {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
}
/* line 514, ../sass/partials/_header.scss */
.header .header-navigation .en-menu-block li .main-menu-2 li a {
  color: #FFFFFF;
  font-family: "AlegreyaSans";
  font-size: 21px;
}
/* line 519, ../sass/partials/_header.scss */
.header .header-navigation .en-menu-block li .main-menu-2 li a.our-programs {
  text-transform: uppercase;
  font-family: "BwStretchMedium";
  color: #16A3C4;
}
@media (min-width: 992px) {
  /* line 519, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block li .main-menu-2 li a.our-programs {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  /* line 438, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block li {
    position: static;
    border-left: 1px solid #F3E6D6;
    width: auto;
    font-size: 17px;
  }
  /* line 539, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block li:last-child {
    border-right: 1px solid #F3E6D6;
  }
  /* line 545, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block li:nth-child(2) .main-menu-2 ul {
    display: block;
  }
  /* line 549, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block li:nth-child(2) .main-menu-2 li {
    line-height: 2.5rem;
  }
  /* line 555, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block li.menu-item {
    float: left;
  }
  /* line 558, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block li.menu-item > a.active,
  .header .header-navigation .en-menu-block li.menu-item > span.active {
    color: #16A4C5;
  }
  /* line 563, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block li.menu-item > span,
  .header .header-navigation .en-menu-block li.menu-item > a {
    text-transform: uppercase;
  }
  /* line 569, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block li.menu-item ul li {
    border-left: none;
  }
  /* line 576, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block li.menu-item ul li:last-child {
    border-right: none;
  }
  /* line 581, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block li.menu-item ul ul {
    opacity: 1;
    visibility: visible;
  }
  /* line 588, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block li.menu-item.sub-menu-item a {
    font-family: "AlegreyaSans";
  }
  /* line 593, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block li.menu-item .main-menu-2 {
    position: absolute;
    background-color: #131D2C;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    padding: 2rem 0;
    opacity: 0;
    visibility: hidden;
  }
  /* line 604, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block li.menu-item .main-menu-2:before {
    content: '';
    position: absolute;
    top: -165px;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    height: 165px;
    background: #FFFFFF;
  }
  /* line 616, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block li.menu-item .main-menu-2 .submenu-wrapper {
    position: relative;
    top: -196px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1220px;
    max-width: 76.25rem;
    padding: 0 1rem;
  }
  /* line 38, ../../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .header .header-navigation .en-menu-block li.menu-item .main-menu-2 .submenu-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 12, ../../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/susy-2.2.6/sass/susy/output/support/_clearfix.scss */
  .header .header-navigation .en-menu-block li.menu-item .main-menu-2 .submenu-wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
  /* line 632, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block li.menu-item .main-menu-2 .submenu-wrapper li.gde-left .left {
    padding-right: 1.76471rem;
  }
  /* line 636, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block li.menu-item .main-menu-2 .submenu-wrapper li.gde-right {
    padding-left: 1.76471rem;
  }
  /* line 642, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block li.menu-item .main-menu-2 a:hover {
    color: #16A3C4;
  }
  /* line 646, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block li.menu-item .main-menu-2 .left-a {
    display: none;
  }
  /* line 651, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block li.menu-item:hover {
    background-color: #131D2C;
  }
  /* line 654, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block li.menu-item:hover a,
  .header .header-navigation .en-menu-block li.menu-item:hover span {
    color: #FFFFFF;
  }
  /* line 658, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block li.menu-item:hover a.our-programs,
  .header .header-navigation .en-menu-block li.menu-item:hover span.our-programs {
    text-transform: uppercase;
    font-family: "BwStretchMedium";
    color: #16A3C4;
  }
  /* line 665, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block li.menu-item:hover .main-menu-2 {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  /* line 670, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block li.menu-item:hover .main-menu-2 .submenu-wrapper {
    top: 0;
  }
}
/* line 679, ../sass/partials/_header.scss */
.header .header-navigation .en-menu-block .left {
  display: block;
  margin: 0 1.5rem 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #000000;
}
@media (min-width: 992px) {
  /* line 679, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block .left {
    border-right: 1px solid #000000;
    width: auto;
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
/* line 694, ../sass/partials/_header.scss */
.header .header-navigation .en-menu-block .left li {
  display: block !important;
  float: none;
}
/* line 700, ../sass/partials/_header.scss */
.header .header-navigation .en-menu-block .left li a {
  padding: 0;
}
@media (min-width: 992px) {
  /* line 700, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block .left li a {
    padding: 0;
  }
}
@media (min-width: 992px) {
  /* line 710, ../sass/partials/_header.scss */
  .header .header-navigation .en-menu-block .right {
    -moz-columns: auto 2;
    -webkit-columns: auto 2;
    columns: auto 2;
  }
}
/* line 716, ../sass/partials/_header.scss */
.header .header-navigation .en-menu-block .right li.is-leaf.first.leaf.sub-menu-item {
  margin: 0;
}
/* line 720, ../sass/partials/_header.scss */
.header .header-navigation .en-menu-block .right .sub-menu-item {
  float: none;
  display: block !important;
  white-space: nowrap;
}
/* line 726, ../sass/partials/_header.scss */
.header .header-navigation .en-menu-block .right .sub-menu-item.title {
  font-family: "BwStretchMedium";
  color: #16A3C4;
  text-transform: uppercase;
  height: 35px;
  -webkit-column-span: all;
  /* Chrome, Safari, Opera */
  column-span: all;
}
/* line 736, ../sass/partials/_header.scss */
.header .header-navigation .en-menu-block .right .sub-menu-item.title a {
  color: #16A3C4;
  padding: 0 2rem;
}
/* line 740, ../sass/partials/_header.scss */
.header .header-navigation .en-menu-block .right .sub-menu-item.title a:hover {
  color: #FFFFFF;
}
/* line 750, ../sass/partials/_header.scss */
.header .header-sign-up,
.header .language-select-container {
  display: none;
}
@media (min-width: 992px) {
  /* line 214, ../sass/partials/_header.scss */
  .header {
    height: 165px;
  }
  /* line 758, ../sass/partials/_header.scss */
  .header li.en-logo-container-li {
    display: none;
  }
  /* line 762, ../sass/partials/_header.scss */
  .header .header-sign-up,
  .header .language-select-container {
    display: block;
  }
  /* line 767, ../sass/partials/_header.scss */
  .header .header-sign-up-mobile {
    display: block;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  /* line 767, ../sass/partials/_header.scss */
  .header .header-sign-up-mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  /* line 775, ../sass/partials/_header.scss */
  .header .logo-on-scroll {
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: transparent !important;
    padding-left: 0;
  }
  /* line 782, ../sass/partials/_header.scss */
  .header.scrolling, .header.sticky {
    top: -165px;
    border-bottom: 1px solid #F3E6D6;
  }
  /* line 788, ../sass/partials/_header.scss */
  .header.sticky {
    top: -115px;
  }
  /* line 791, ../sass/partials/_header.scss */
  .header.sticky .header-navigation {
    border-top: 0;
  }
  /* line 795, ../sass/partials/_header.scss */
  .header.sticky .container {
    padding: 0 0 0 1rem;
  }
  /* line 799, ../sass/partials/_header.scss */
  .header.sticky .region-header {
    padding: 0.70755rem 0;
  }
  /* line 803, ../sass/partials/_header.scss */
  .header.sticky .en-menu-block {
    padding-left: 0;
  }
  /* line 806, ../sass/partials/_header.scss */
  .header.sticky .en-menu-block .logo-on-scroll {
    display: block !important;
    background: url("../images/small-logo.png") 0 5px no-repeat;
    border-left: 0;
    background-size: contain;
  }
  /* line 812, ../sass/partials/_header.scss */
  .header.sticky .en-menu-block .logo-on-scroll a {
    display: block !important;
    color: transparent;
    padding: 0 0 0 165px;
    color: transparent !important;
  }
  /* line 819, ../sass/partials/_header.scss */
  .header.sticky .en-menu-block .logo-on-scroll:hover {
    background-color: transparent;
  }
  /* line 825, ../sass/partials/_header.scss */
  .header.sticky .en-menu-block li .submenu {
    width: 150%;
    left: -42.8%;
  }
  /* line 830, ../sass/partials/_header.scss */
  .header.sticky .en-menu-block li a {
    padding: 0 1rem;
  }
  /* line 835, ../sass/partials/_header.scss */
  .header.sticky .en-menu-block .container {
    padding: 0;
  }
}

/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */
/* line 847, ../sass/partials/_header.scss */
.nav-toggle-section .nav-toggle {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  margin-top: 0.75rem;
  position: relative;
  overflow: hidden;
  float: right;
}
@media (min-width: 768px) {
  /* line 847, ../sass/partials/_header.scss */
  .nav-toggle-section .nav-toggle {
    margin-right: 0.5rem;
  }
}
/* line 870, ../sass/partials/_header.scss */
.nav-toggle-section .nav-toggle span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 1px;
  margin-left: 20px;
  margin-bottom: 6px;
  background: #5D5247;
  height: 2px;
  width: 28px;
  display: block;
}
/* line 886, ../sass/partials/_header.scss */
.nav-toggle-section .nav-toggle.active span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 1px;
  margin-left: 20px;
  margin-bottom: 6px;
  background: #5D5247;
  height: 2px;
  width: 28px;
}
/* line 899, ../sass/partials/_header.scss */
.nav-toggle-section .nav-toggle.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate3d(3px, 8px, 0);
  transform: rotate(45deg) translate3d(3px, 8px, 0);
}
/* line 904, ../sass/partials/_header.scss */
.nav-toggle-section .nav-toggle.active span:nth-child(2) {
  opacity: 0;
}
/* line 908, ../sass/partials/_header.scss */
.nav-toggle-section .nav-toggle.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate3d(3px, -8px, 0);
  transform: rotate(-45deg) translate3d(3px, -8px, 0);
}
@media (min-width: 992px) {
  /* line 847, ../sass/partials/_header.scss */
  .nav-toggle-section .nav-toggle {
    display: none;
  }
}

/* ------------------------------------------
  FOOTER
--------------------------------------------- */
/* line 4, ../sass/partials/_footer.scss */
footer {
  float: left;
  width: 100%;
  font-size: 20px;
  color: #FFFFFF;
  background: #131D2C;
}
@media (min-width: 768px) {
  /* line 12, ../sass/partials/_footer.scss */
  footer .container {
    display: flex;
  }
}
/* line 18, ../sass/partials/_footer.scss */
footer p {
  font-size: inherit;
  line-height: inherit;
}
/* line 23, ../sass/partials/_footer.scss */
footer.region-footer {
  clear: both;
  width: 100%;
  display: block;
  height: auto;
  padding-top: 12.71186rem;
}
@media (min-width: 480px) {
  /* line 23, ../sass/partials/_footer.scss */
  footer.region-footer {
    padding-top: 11.53846rem;
  }
}
@media (min-width: 768px) {
  /* line 23, ../sass/partials/_footer.scss */
  footer.region-footer {
    padding-top: 10.71429rem;
  }
}
@media (min-width: 992px) {
  /* line 23, ../sass/partials/_footer.scss */
  footer.region-footer {
    padding-top: 4.75rem;
  }
}
/* line 46, ../sass/partials/_footer.scss */
footer.region-footer .footer-icons li {
  float: left;
  margin: 0 1rem 1rem 0;
}
@media (min-width: 768px) {
  /* line 52, ../sass/partials/_footer.scss */
  footer.region-footer .footer-icons li {
    float: left;
  }
}
/* line 58, ../sass/partials/_footer.scss */
footer.region-footer .footer-box {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #000000;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  /* line 58, ../sass/partials/_footer.scss */
  footer.region-footer .footer-box {
    border-right: 1px solid #000000;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 4.75rem;
  }
  /* line 72, ../sass/partials/_footer.scss */
  footer.region-footer .footer-box:last-child {
    border-right: none;
  }
}
/* line 78, ../sass/partials/_footer.scss */
footer.region-footer .footer-box:last-child {
  border-bottom: none;
}
/* line 83, ../sass/partials/_footer.scss */
footer.region-footer .footer-menu {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 84, ../sass/partials/_footer.scss */
footer.region-footer .footer-menu .block-title {
  display: none;
}
/* line 89, ../sass/partials/_footer.scss */
footer.region-footer .footer-menu ul li {
  margin-bottom: 0.66rem;
}
/* line 92, ../sass/partials/_footer.scss */
footer.region-footer .footer-menu ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  /* line 83, ../sass/partials/_footer.scss */
  footer.region-footer .footer-menu {
    width: 13.13559%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 104, ../sass/partials/_footer.scss */
  footer.region-footer .footer-menu ul li {
    margin-bottom: 0.66rem;
  }
}
/* line 111, ../sass/partials/_footer.scss */
footer.region-footer .contact-us {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  /* line 111, ../sass/partials/_footer.scss */
  footer.region-footer .contact-us {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
}
/* line 119, ../sass/partials/_footer.scss */
footer.region-footer .contact-us li {
  line-height: 1.15rem;
}
/* line 123, ../sass/partials/_footer.scss */
footer.region-footer .contact-us .contact-main {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}
@media (min-width: 480px) {
  /* line 123, ../sass/partials/_footer.scss */
  footer.region-footer .contact-us .contact-main {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 131, ../sass/partials/_footer.scss */
  footer.region-footer .contact-us .contact-main:last-child {
    margin-right: 0;
  }
}
/* line 137, ../sass/partials/_footer.scss */
footer.region-footer .contact-us .contact-main span {
  display: none;
}
/* line 141, ../sass/partials/_footer.scss */
footer.region-footer .contact-us .contact-main .city {
  margin: 0 0 1rem 0;
}
@media (min-width: 480px) {
  /* line 145, ../sass/partials/_footer.scss */
  footer.region-footer .contact-us .contact-main .city:last-child {
    margin-bottom: 0;
  }
}
/* line 151, ../sass/partials/_footer.scss */
footer.region-footer .contact-us .contact-main .city a {
  color: #16A3C4;
}
@media (min-width: 768px) {
  /* line 158, ../sass/partials/_footer.scss */
  footer.region-footer .contact-us .contact-main {
    float: left;
  }
  /* line 162, ../sass/partials/_footer.scss */
  footer.region-footer .contact-us .contact-main span {
    display: none;
  }
  /* line 166, ../sass/partials/_footer.scss */
  footer.region-footer .contact-us .contact-main .city {
    margin-top: 0.16667rem;
  }
  /* line 167, ../sass/partials/_footer.scss */
  footer.region-footer .contact-us .contact-main .city a {
    color: #16A3C4;
  }
  /* line 173, ../sass/partials/_footer.scss */
  footer.region-footer .contact-us .contact-main .city.top {
    margin-bottom: 1.36364rem;
  }
}
/* line 181, ../sass/partials/_footer.scss */
footer.region-footer .get-involved {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 182, ../sass/partials/_footer.scss */
footer.region-footer .get-involved li {
  line-height: 1.4rem;
  margin-bottom: 0.66rem;
}
@media (min-width: 768px) {
  /* line 181, ../sass/partials/_footer.scss */
  footer.region-footer .get-involved {
    width: 13.13559%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 192, ../sass/partials/_footer.scss */
  footer.region-footer .get-involved li {
    margin-bottom: 0.66rem;
  }
}
/* line 198, ../sass/partials/_footer.scss */
footer.region-footer .connect {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  /* line 198, ../sass/partials/_footer.scss */
  footer.region-footer .connect {
    width: 19.49153%;
    float: left;
    margin-right: 1.69492%;
  }
}
/* line 206, ../sass/partials/_footer.scss */
footer.region-footer .logos {
  display: flex;
}
/* line 209, ../sass/partials/_footer.scss */
footer.region-footer .logos .logos-left,
footer.region-footer .logos .logos-right {
  display: inline-block;
}
/* line 213, ../sass/partials/_footer.scss */
footer.region-footer .logos .logos-left a,
footer.region-footer .logos .logos-right a {
  display: inline-block;
  padding: 0.3rem 0.6rem 0.3rem 0;
}
@media (min-width: 768px) {
  /* line 213, ../sass/partials/_footer.scss */
  footer.region-footer .logos .logos-left a,
  footer.region-footer .logos .logos-right a {
    padding: 0 0 1rem;
  }
}
/* line 222, ../sass/partials/_footer.scss */
footer.region-footer .logos .logos-left img,
footer.region-footer .logos .logos-right img {
  float: left;
  width: 100%;
}
/* line 228, ../sass/partials/_footer.scss */
footer.region-footer .logos .logos-left {
  text-align: center;
}
@media (min-width: 768px) {
  /* line 206, ../sass/partials/_footer.scss */
  footer.region-footer .logos {
    width: 15.25424%;
    float: right;
    margin-right: 0;
  }
  /* line 235, ../sass/partials/_footer.scss */
  footer.region-footer .logos .logos-left,
  footer.region-footer .logos .logos-right {
    width: 44.44444%;
    float: left;
    margin-right: 11.11111%;
  }
  /* line 240, ../sass/partials/_footer.scss */
  footer.region-footer .logos .logos-right {
    float: right;
    margin-right: 0;
  }
}
/* line 247, ../sass/partials/_footer.scss */
footer.region-footer ul li {
  font-size: 1rem;
}
/* line 250, ../sass/partials/_footer.scss */
footer.region-footer ul li a {
  color: #FFFFFF;
  display: inline-block;
  line-height: 1.4em;
}
/* line 256, ../sass/partials/_footer.scss */
footer.region-footer ul li a span,
footer.region-footer ul li span {
  color: #16A3C4;
}
/* line 263, ../sass/partials/_footer.scss */
footer.region-footer h2 {
  color: #16A3C4;
  text-transform: uppercase;
  line-height: normal;
  font-family: "BwStretchMedium";
  font-size: 17px;
  margin-bottom: 1.30435rem;
  letter-spacing: 1.2px;
  text-align: left;
}
@media (min-width: 768px) {
  /* line 275, ../sass/partials/_footer.scss */
  footer .footer-wrapper {
    max-width: 1260px;
    margin: 0 auto;
  }
}
/* line 282, ../sass/partials/_footer.scss */
footer .footer-flex {
  padding: 0;
}
@media (min-width: 768px) {
  /* line 282, ../sass/partials/_footer.scss */
  footer .footer-flex {
    display: flex;
  }
}

@font-face {
  font-family: "BwStretchThin";
  src: url('../fonts/bwstretchthin-webfont.woff?1487154380') format('woff'), url('../fonts/bwstretchthin-webfont.woff2?1487154380') format('woff2'), url('../fonts/bwstretchthin-webfont.ttf?1487154380') format('truetype'), url('../fonts/bwstretchthin-webfont.svg?1487154380') format('svg'), url('../fonts/bwstretchthin-webfont.eot?1487154380') format('embedded-opentype');
}
@font-face {
  font-family: "BwStretchRegular";
  src: url('../fonts/bwstretchregular-webfont.woff?1487154380') format('woff'), url('../fonts/bwstretchregular-webfont.woff2?1487154380') format('woff2'), url('../fonts/bwstretchregular-webfont.ttf?1487154380') format('truetype'), url('../fonts/bwstretchregular-webfont.svg?1487154380') format('svg'), url('../fonts/bwstretchregular-webfont.eot?1487154380') format('embedded-opentype');
}
@font-face {
  font-family: "BwStretchMedium";
  src: url('../fonts/bwstretchmedium-webfont.woff?1487154380') format('woff'), url('../fonts/bwstretchmedium-webfont.woff2?1487154380') format('woff2'), url('../fonts/bwstretchmedium-webfont.ttf?1487154380') format('truetype'), url('../fonts/bwstretchmedium-webfont.svg?1487154380') format('svg'), url('../fonts/bwstretchmedium-webfont.eot?1487154380') format('embedded-opentype');
}
@font-face {
  font-family: "BwStretchBold";
  src: url('../fonts/bwstretchbold-webfont.woff?1487154380') format('woff'), url('../fonts/bwstretchbold-webfont.woff2?1487154380') format('woff2'), url('../fonts/bwstretchbold-webfont.ttf?1487154380') format('truetype'), url('../fonts/bwstretchbold-webfont.svg?1487154380') format('svg'), url('../fonts/bwstretchbold-webfont.eot?1487154380') format('embedded-opentype');
}
@font-face {
  font-family: "BwStretchBook";
  src: url('../fonts/bwstretchbook-webfont.woff?1487154380') format('woff'), url('../fonts/bwstretchbook-webfont.woff2?1487154380') format('woff2'), url('../fonts/bwstretchbook-webfont.ttf?1487154380') format('truetype'), url('../fonts/bwstretchbook-webfont.svg?1487154380') format('svg'), url('../fonts/bwstretchbook-webfont.eot?1487154380') format('embedded-opentype');
}
@font-face {
  font-family: "BwStretchBlack";
  src: url('../fonts/bwstretchblack-webfont.woff?1487154380') format('woff'), url('../fonts/bwstretchblack-webfont.woff2?1487154380') format('woff2'), url('../fonts/bwstretchblack-webfont.ttf?1487154380') format('truetype'), url('../fonts/bwstretchblack-webfont.svg?1487154380') format('svg'), url('../fonts/bwstretchblack-webfont.eot?1487154380') format('embedded-opentype');
}
@font-face {
  font-family: "AlegreyaSans";
  src: url('../fonts/alegreyasans-regular-webfont.woff?1487154380') format('woff'), url('../fonts/alegreyasans-regular-webfont.woff2?1487154380') format('woff2'), url('../fonts/alegreyasans-regular-webfont.ttf?1487154380') format('truetype'), url('../fonts/alegreyasans-regular-webfont.svg?1487154380') format('svg'), url('../fonts/alegreyasans-regular-webfont.eot?1487154380') format('embedded-opentype');
}
@font-face {
  font-family: "AlegreyaSansItalic";
  src: url('../fonts/alegreyasans-italic-webfont.woff?1487154380') format('woff'), url('../fonts/alegreyasans-italic-webfont.woff2?1487154380') format('woff2'), url('../fonts/alegreyasans-italic-webfont.ttf?1487154380') format('truetype'), url('../fonts/alegreyasans-italic-webfont.svg?1487154380') format('svg'), url('../fonts/alegreyasans-italic-webfont.eot?1487154380') format('embedded-opentype');
}
@font-face {
  font-family: "AlegreyaSansThin";
  src: url('../fonts/alegreyasans-thin-webfont.woff?1487154380') format('woff'), url('../fonts/alegreyasans-thin-webfont.woff2?1487154380') format('woff2'), url('../fonts/alegreyasans-thin-webfont.ttf?1487154380') format('truetype'), url('../fonts/alegreyasans-thin-webfont.svg?1487154380') format('svg'), url('../fonts/alegreyasans-thin-webfont.eot?1487154380') format('embedded-opentype');
}
@font-face {
  font-family: "AlegreyaSansThinItalic";
  src: url('../fonts/alegreyasans-thinitalic-webfont.woff?1487154380') format('woff'), url('../fonts/alegreyasans-thinitalic-webfont.woff2?1487154380') format('woff2'), url('../fonts/alegreyasans-thinitalic-webfont.ttf?1487154380') format('truetype'), url('../fonts/alegreyasans-thinitalic-webfont.svg?1487154380') format('svg'), url('../fonts/alegreyasans-thinitalic-webfont.eot?1487154380') format('embedded-opentype');
}
@font-face {
  font-family: "AlegreyaSansLight";
  src: url('../fonts/alegreyasans-light-webfont.woff?1487154380') format('woff'), url('../fonts/alegreyasans-light-webfont.woff2?1487154380') format('woff2'), url('../fonts/alegreyasans-light-webfont.ttf?1487154380') format('truetype'), url('../fonts/alegreyasans-light-webfont.svg?1487154380') format('svg'), url('../fonts/alegreyasans-light-webfont.eot?1487154380') format('embedded-opentype');
}
@font-face {
  font-family: "AlegreyaSansLightItalic";
  src: url('../fonts/alegreyasans-lightitalic-webfont.woff?1487154380') format('woff'), url('../fonts/alegreyasans-lightitalic-webfont.woff2?1487154380') format('woff2'), url('../fonts/alegreyasans-lightitalic-webfont.ttf?1487154380') format('truetype'), url('../fonts/alegreyasans-lightitalic-webfont.svg?1487154380') format('svg'), url('../fonts/alegreyasans-lightitalic-webfont.eot?1487154380') format('embedded-opentype');
}
@font-face {
  font-family: "AlegreyaSansMedium";
  src: url('../fonts/alegreyasans-medium-webfont.woff?1487154380') format('woff'), url('../fonts/alegreyasans-medium-webfont.woff2?1487154380') format('woff2'), url('../fonts/alegreyasans-medium-webfont.ttf?1487154380') format('truetype'), url('../fonts/alegreyasans-medium-webfont.svg?1487154380') format('svg'), url('../fonts/alegreyasans-medium-webfont.eot?1487154380') format('embedded-opentype');
}
@font-face {
  font-family: "AlegreyaSansBold";
  src: url('../fonts/alegreyasans-bold-webfont.woff?1487154380') format('woff'), url('../fonts/alegreyasans-bold-webfont.woff2?1487154380') format('woff2'), url('../fonts/alegreyasans-bold-webfont.ttf?1487154380') format('truetype'), url('../fonts/alegreyasans-bold-webfont.svg?1487154380') format('svg'), url('../fonts/alegreyasans-bold-webfont.eot?1487154380') format('embedded-opentype');
}
@font-face {
  font-family: "AlegreyaSansBoldItalic";
  src: url('../fonts/alegreyasans-bolditalic-webfont.woff?1487154380') format('woff'), url('../fonts/alegreyasans-bolditalic-webfont.woff2?1487154380') format('woff2'), url('../fonts/alegreyasans-bolditalic-webfont.ttf?1487154380') format('truetype'), url('../fonts/alegreyasans-bolditalic-webfont.svg?1487154380') format('svg'), url('../fonts/alegreyasans-bolditalic-webfont.eot?1487154380') format('embedded-opentype');
}
@font-face {
  font-family: "AlegreyaSansExtraBold";
  src: url('../fonts/alegreyasans-extrabold-webfont.woff?1487154380') format('woff'), url('../fonts/alegreyasans-extrabold-webfont.woff2?1487154380') format('woff2'), url('../fonts/alegreyasans-extrabold-webfont.ttf?1487154380') format('truetype'), url('../fonts/alegreyasans-extrabold-webfont.svg?1487154380') format('svg'), url('../fonts/alegreyasans-extrabold-webfont.eot?1487154380') format('embedded-opentype');
}
@font-face {
  font-family: "AlegreyaSansExtraBoldItalic";
  src: url('../fonts/alegreyasans-extrabolditalic-webfont.woff?1487154380') format('woff'), url('../fonts/alegreyasans-extrabolditalic-webfont.woff2?1487154380') format('woff2'), url('../fonts/alegreyasans-extrabolditalic-webfont.ttf?1487154380') format('truetype'), url('../fonts/alegreyasans-extrabolditalic-webfont.svg?1487154380') format('svg'), url('../fonts/alegreyasans-extrabolditalic-webfont.eot?1487154380') format('embedded-opentype');
}
@font-face {
  font-family: "AlegreyaSansBlack";
  src: url('../fonts/alegreyasans-black-webfont.woff?1487154380') format('woff'), url('../fonts/alegreyasans-black-webfont.woff2?1487154380') format('woff2'), url('../fonts/alegreyasans-black-webfont.ttf?1487154380') format('truetype'), url('../fonts/alegreyasans-black-webfont.svg?1487154380') format('svg'), url('../fonts/alegreyasans-black-webfont.eot?1487154380') format('embedded-opentype');
}
@font-face {
  font-family: "AlegreyaSansBlackItalic";
  src: url('../fonts/alegreyasans-blackitalic-webfont.woff?1487154380') format('woff'), url('../fonts/alegreyasans-blackitalic-webfont.woff2?1487154380') format('woff2'), url('../fonts/alegreyasans-blackitalic-webfont.ttf?1487154380') format('truetype'), url('../fonts/alegreyasans-blackitalic-webfont.svg?1487154380') format('svg'), url('../fonts/alegreyasans-blackitalic-webfont.eot?1487154380') format('embedded-opentype');
}
@font-face {
  font-family: "NotoNaskhArabicRegular";
  src: url('../fonts/notonaskharabic-regular-webfont.woff?1487154382') format('woff'), url('../fonts/notonaskharabic-regular-webfont.woff2?1487154382') format('woff2'), url('../fonts/notonaskharabic-regular-webfont.ttf?1487154382') format('truetype'), url('../fonts/notonaskharabic-regular-webfont.svg?1487154382') format('svg'), url('../fonts/notonaskharabic-regular-webfont.eot?1487154382') format('embedded-opentype');
}
@font-face {
  font-family: "NotoNaskhArabicBold";
  src: url('../fonts/notonaskharabic-bold-webfont.woff?1487154382') format('woff'), url('../fonts/notonaskharabic-bold-webfont.woff2?1487154382') format('woff2'), url('../fonts/notonaskharabic-bold-webfont.ttf?1487154382') format('truetype'), url('../fonts/notonaskharabic-bold-webfont.svg?1487154382') format('svg'), url('../fonts/notonaskharabic-bold-webfont.eot?1487154382') format('embedded-opentype');
}
/* line 9, ../sass/partials/_typography.scss */
h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 48px;
  line-height: 3rem;
}

/* line 13, ../sass/partials/_typography.scss */
h2 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 48px;
  line-height: 3rem;
  margin-bottom: 1rem;
}

/* line 19, ../sass/partials/_typography.scss */
h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 48px;
  line-height: 3rem;
  margin-bottom: 1rem;
}

/* line 25, ../sass/partials/_typography.scss */
h4 {
  font-size: 21px;
  font-size: 1.3rem;
  line-height: 48px;
  line-height: 3rem;
}

/* line 29, ../sass/partials/_typography.scss */
h5 {
  font-size: 21px;
  font-size: 1.3rem;
  line-height: 48px;
  line-height: 3rem;
}

/* line 33, ../sass/partials/_typography.scss */
h6 {
  font-size: 21px;
  font-size: 1.3rem;
  line-height: 48px;
  line-height: 3rem;
}

/* line 37, ../sass/partials/_typography.scss */
p {
  font-size: 21px;
  font-size: 1.3rem;
  line-height: 48px;
  line-height: 3rem;
}

/* line 41, ../sass/partials/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #12355B;
}
/* line 49, ../sass/partials/_typography.scss */
h1.pink,
h2.pink,
h3.pink,
h4.pink,
h5.pink,
h6.pink {
  color: #D40164;
}
/* line 53, ../sass/partials/_typography.scss */
h1.blue,
h2.blue,
h3.blue,
h4.blue,
h5.blue,
h6.blue {
  color: #16A3C4;
}

/* line 58, ../sass/partials/_typography.scss */
h1,
h2 {
  font-family: "BwStretchBlack";
}

/* line 63, ../sass/partials/_typography.scss */
h3,
h4,
h5,
h6 {
  font-family: "BwStretchMedium";
  line-height: normal;
}

/* line 71, ../sass/partials/_typography.scss */
label,
p {
  font-size: 1.3rem;
  line-height: 1.9rem;
  color: #5D5247;
}
/* line 77, ../sass/partials/_typography.scss */
label strong,
p strong {
  font-family: "AlegreyaSansBold";
}

/* line 82, ../sass/partials/_typography.scss */
p {
  margin-bottom: 1rem;
}

/* line 86, ../sass/partials/_typography.scss */
em {
  font-style: italic;
}

/* line 90, ../sass/partials/_typography.scss */
sub {
  vertical-align: sub;
  font-size: smaller;
}

/* line 95, ../sass/partials/_typography.scss */
sup {
  vertical-align: super;
  font-size: 0.83em;
}

/* line 102, ../sass/partials/_typography.scss */
.bt-content li,
.bt-content p,
.general-content li,
.general-content p {
  font-size: 1.3rem;
  line-height: 1.9rem;
  color: #5D5247;
  margin-bottom: 1rem;
  word-wrap: break-word;
}
/* line 112, ../sass/partials/_typography.scss */
.bt-content.white-text p,
.bt-content.white-text li,
.bt-content.white-text h1,
.bt-content.white-text h2,
.bt-content.white-text h3,
.bt-content.white-text h4,
.bt-content.white-text h5,
.bt-content.white-text h6,
.general-content.white-text p,
.general-content.white-text li,
.general-content.white-text h1,
.general-content.white-text h2,
.general-content.white-text h3,
.general-content.white-text h4,
.general-content.white-text h5,
.general-content.white-text h6 {
  color: #FFFFFF;
}
/* line 125, ../sass/partials/_typography.scss */
.bt-content h2.prof-title,
.general-content h2.prof-title {
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 0;
}
/* line 133, ../sass/partials/_typography.scss */
.bt-content h3.prof-designation,
.general-content h3.prof-designation {
  font-family: "BwStretchMedium";
  text-transform: uppercase;
  color: #B00053;
  font-size: 2.25rem;
}
/* line 140, ../sass/partials/_typography.scss */
.bt-content h3.prof-date-title,
.general-content h3.prof-date-title {
  font-family: "BwStretchMedium";
  text-transform: uppercase;
  color: #B00053;
  font-size: 1.625rem;
}

/* line 151, ../sass/partials/_typography.scss */
.list-items ul li {
  font-size: 1.3rem;
  line-height: 1.9rem;
}
/* line 155, ../sass/partials/_typography.scss */
.list-items ul li:last-child {
  margin-bottom: 1.5rem;
}

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* apply a natural box layout model to all elements, but allowing components to change */
/* line 20, ../sass/partials/_interactive-timeline.scss */
html {
  box-sizing: border-box;
}

/* line 24, ../sass/partials/_interactive-timeline.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 36, ../sass/partials/_interactive-timeline.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 41, ../sass/partials/_interactive-timeline.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
/*
 * Remove default fieldset styles.
 */
/*
 * Allow only vertical resizing of textareas.
 */
/* line 92, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline {
  margin-bottom: 1rem;
  /* ==========================================================================
     Browser Upgrade Prompt
     ========================================================================== */
  /* ==========================================================================
     Author's custom styles
     ========================================================================== */
  /*  SECTIONS  */
  /*  COLUMN SETUP  */
  /*  GROUPING  */
  /*  GRID OF FOUR  */
  /**
   * BxSlider v4.1.2 - Fully loaded, responsive content slider
   * http://bxslider.com
   *
   * Written by: Steven Wanderski, 2014
   * http://stevenwanderski.com
   * (while drinking Belgian ales and listening to jazz)
   *
   * CEO and founder of bxCreative, LTD
   * http://bxcreative.com
   */
  /** RESET AND LAYOUT
  ===================================*/
  /** THEME
  ===================================*/
  /*Descending Breakpoints*/
  /*Width Media Queries*/
  /* ==========================================================================
     Helper classes
     ========================================================================== */
  /*
   * Hide visually and from screen readers
   */
  /*
   * Hide only visually, but have it available for screen readers:
   * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
   */
  /*
   * Extends the .visuallyhidden class to allow the element
   * to be focusable when navigated to via the keyboard:
   * https://www.drupal.org/node/897638
   */
  /*
   * Hide visually and from screen readers, but maintain layout
   */
  /*
   * Clearfix: contain floats
   *
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    `contenteditable` attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that receive the `clearfix` class.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */
  /* ==========================================================================
     EXAMPLE Media Queries for Responsive Design.
     These examples override the primary ('mobile first') styles.
     Modify as content requires.
     ========================================================================== */
  /* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request:
     http://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */
}
@media (min-width: 768px) {
  /* line 92, ../sass/partials/_interactive-timeline.scss */
  .interactive-timeline {
    margin-bottom: 4.28571rem;
  }
}
/* line 104, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* line 116, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .container-slides {
  clear: both;
  padding: 0px;
  margin: 0px;
  background-color: #12355B;
  /*Color for the background */
  color: #FFFFFF;
  /*Color Text Slider*/
}
/* line 128, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .controls {
  /*Color for the background */
  color: #FFFFFF;
  /*Color Text Slider*/
  height: 70px;
  position: relative;
  bottom: 0;
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  /* line 128, ../sass/partials/_interactive-timeline.scss */
  .interactive-timeline .controls {
    position: absolute;
    bottom: 0px;
    margin-bottom: 0;
  }
}
/* line 146, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .row {
  display: block;
  float: left;
}
/* line 151, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .row:first-child {
  margin-left: 0;
  background: #12355B;
}
/* line 157, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .group:before,
.interactive-timeline .group:after {
  content: "";
  display: table;
}
/* line 163, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .group:after {
  clear: both;
}
/* line 167, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .group {
  zoom: 1;
  /* For IE 6/7 */
}
/* line 174, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .col4 {
  width: 100%;
}
/* line 178, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .col3 {
  width: 75%;
}
/* line 182, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .col2 {
  width: 50%;
}
/* line 186, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .col1 {
  width: 25%;
}
/* line 190, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline a {
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 1px solid #FF4611;
}
/* line 197, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline h1,
.interactive-timeline h2,
.interactive-timeline h3,
.interactive-timeline h4,
.interactive-timeline h5,
.interactive-timeline h6 {
  color: #FFFFFF;
}
/* line 206, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .timeline-header {
  /* border-bottom: 1px solid $white; */
  /* background: #12355B; */
}
/* line 209, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .timeline-header h1 {
  font-size: 1.25rem;
  line-height: 3rem;
  padding: 0.6rem 1rem;
  color: #FFFFFF;
  /* border-bottom: 1px solid #f04319; */
}
/* line 219, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .header-left {
  border-bottom: 1px solid #FFFFFF;
}
/* line 223, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .right-border {
  border-right: 1px solid #FFFFFF;
}
/* line 227, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .body-slide {
  padding: 20px;
  margin-bottom: 20px;
}
/* line 231, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .body-slide p {
  color: #FFFFFF;
  font-size: 1.1rem;
  line-height: 1.4rem;
}
@media (min-width: 1200px) {
  /* line 227, ../sass/partials/_interactive-timeline.scss */
  .interactive-timeline .body-slide {
    height: 509px;
    margin-bottom: 0px;
  }
}
/* line 243, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .texture-btn {
  height: 15px;
  width: 100%;
  background-image: url("../images/interactive-timeline/texture.jpg");
  background-repeat: repeat-x;
}
/* line 250, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .title-slideshow {
  font-family: "BwStretchRegular";
  color: #12355B;
  font-size: 3.75rem;
  line-height: 4.5rem;
  padding-left: 0.75rem;
  padding-bottom: 0.75rem;
}
/* line 259, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .body-slide-img img {
  width: 100%;
}
/* line 263, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .left-border {
  border-left: 1px solid #FFFFFF;
  position: relative;
}
/* line 268, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .controls-cont {
  margin-left: 25px;
}
/* line 272, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .left,
.interactive-timeline .rigth {
  position: relative;
  z-index: 1000;
  cursor: pointer;
  width: 17px;
  height: 29px;
  float: left;
}
/* line 282, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .left {
  background: url("../images/timeline-arrow-left.png") left center no-repeat;
}
/* line 286, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .rigth {
  margin-left: 1.5rem;
  background: url("../images/timeline-arrow-right.png") right center no-repeat;
}
/* line 291, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .pagination {
  display: inline-block;
  text-align: left;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  margin-right: 20px;
}
/* line 298, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .pagination .cslide {
  text-align: center;
  margin-right: 0.5rem;
}
/* line 303, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .pagination .eslide {
  text-align: center;
  margin-left: 0.5rem;
}
/* line 308, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .pagination p,
.interactive-timeline .pagination .cslide,
.interactive-timeline .pagination .eslide {
  color: #FFFFFF;
  float: left;
}
/* line 316, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .arrows {
  display: inline-block;
  border: 1px solid #FFFFFF;
  padding: 0.85714rem 1.5rem;
  margin-top: -16px;
  margin-left: 20px;
}
@media (min-width: 1200px) {
  /* line 316, ../sass/partials/_interactive-timeline.scss */
  .interactive-timeline .arrows {
    margin-top: 0px;
    margin-left: 0px;
  }
}
/* line 331, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .thumbslide {
  display: table;
  height: 68px;
  padding: 6px 8px;
  background-color: #FFFFFF;
  color: #0f2749;
  position: relative;
  border-right: 1px solid #f3e6d6;
  border-top: 1px solid #f3e6d6;
  color: #12355B;
  cursor: pointer;
}
/* line 343, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .thumbslide:hover {
  background-color: #12355B;
  color: #FFFFFF;
}
/* line 349, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .year {
  font-family: "BwStretchRegular";
  font-size: 2.25rem;
  line-height: 2.25rem;
  z-index: 10;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}
/* line 363, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .year-title {
  font-size: 1rem;
  line-height: 1.1rem;
  position: relative;
  z-index: 2;
  display: table-cell;
  vertical-align: middle;
}
/* line 374, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .active {
  display: table !important;
}
/* line 377, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .active .year {
  font-size: 2.75rem;
  line-height: 3.15rem;
}
/* line 384, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .active .year-title {
  font-size: 1.2rem;
  line-height: 1.3rem;
}
/* line 397, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline #restart {
  float: right;
  text-align: right;
  cursor: pointer;
  position: relative;
  z-index: 5;
}
/* line 405, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .title-head li {
  display: none;
  width: auto;
  height: 68px;
  padding: 8px;
}
@media (min-width: 1200px) {
  /* line 412, ../sass/partials/_interactive-timeline.scss */
  .interactive-timeline .slider {
    float: right;
  }
  /* line 416, ../sass/partials/_interactive-timeline.scss */
  .interactive-timeline .slider .body-slide-img {
    height: 510px;
  }
}
/* line 422, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
/* line 428, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline ul#thumb-cont {
  height: 68px;
}
/* line 448, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .bx-wrapper {
  position: relative;
  background: #12355B;
  margin: 0 auto 0;
  padding: 0;
  *
    zoom: 1;
  border-top: 1px solid #FFFFFF;
  /* border-bottom: 1px solid $white; */
}
/* line 458, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .bx-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* line 468, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .bx-wrapper {
  /* LOADER */
  /* PAGER */
  /* DIRECTION CONTROLS (NEXT / PREV) */
  /* AUTO CONTROLS (START / STOP) */
  /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
  /* IMAGE CAPTIONS */
}
/* line 469, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .bx-wrapper .bx-viewport {
  left: -5px;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
/* line 480, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .bx-wrapper .bx-pager,
.interactive-timeline .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* line 488, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../images/bx_loader.gif") center center no-repeat #FFFFFF;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* line 500, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
/* line 509, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .bx-wrapper .bx-pager .bx-pager-item,
.interactive-timeline .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
/* line 516, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 529, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .bx-wrapper .bx-pager.bx-default-pager a:hover,
.interactive-timeline .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* line 535, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .bx-wrapper .bx-prev {
  left: 10px;
  background: url(../img/controls.png) no-repeat 0 -32px;
}
/* line 540, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .bx-wrapper .bx-next {
  right: 10px;
  background: url(../img/controls.png) no-repeat -43px -32px;
}
/* line 545, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
/* line 549, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
/* line 553, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
/* line 564, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* line 569, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .bx-wrapper .bx-controls-auto {
  text-align: center;
}
/* line 572, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
/* line 582, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .bx-wrapper .bx-controls-auto .bx-start:hover,
.interactive-timeline .bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
/* line 587, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
/* line 597, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .bx-wrapper .bx-controls-auto .bx-stop:hover,
.interactive-timeline .bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* line 604, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
/* line 609, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* line 615, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
/* line 624, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .bx-wrapper .bx-caption span {
  color: #FFFFFF;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/* line 638, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .transparency {
  width: 100%;
  z-index: 1;
  top: 0;
  opacity: 0.8;
  height: 100%;
  position: absolute;
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,12355b+100 */
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(left, white 0%, #12355b 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, white 0%, #12355b 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #12355b 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#12355b',GradientType=1 ) !important;
  /* IE6-9 */
}
@media all and (max-width: 1199px) {
  /* line 92, ../sass/partials/_interactive-timeline.scss */
  .interactive-timeline {
    /*Tablet Breakpoint*/
  }
  /* line 671, ../sass/partials/_interactive-timeline.scss */
  .interactive-timeline .transparency {
    display: none;
  }
  /* line 675, ../sass/partials/_interactive-timeline.scss */
  .interactive-timeline .body-slide {
    padding: 20px;
  }
  /* line 679, ../sass/partials/_interactive-timeline.scss */
  .interactive-timeline .thumbslide {
    display: none;
  }
  /* line 683, ../sass/partials/_interactive-timeline.scss */
  .interactive-timeline .left-border {
    border-left: 0px;
  }
  /* line 687, ../sass/partials/_interactive-timeline.scss */
  .interactive-timeline #thumb-cont {
    display: none;
  }
  /* line 691, ../sass/partials/_interactive-timeline.scss */
  .interactive-timeline .col {
    margin: 1% 0 1% 0%;
  }
  /* line 695, ../sass/partials/_interactive-timeline.scss */
  .interactive-timeline .col1, .interactive-timeline .col2, .interactive-timeline .col3, .interactive-timeline .col4 {
    width: 100%;
  }
}
/* line 708, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .hidden {
  display: none !important;
}
/* line 717, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 734, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .visuallyhidden.focusable:active,
.interactive-timeline .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* line 748, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .invisible {
  visibility: hidden;
}
/* line 764, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .clearfix:before,
.interactive-timeline .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 774, ../sass/partials/_interactive-timeline.scss */
.interactive-timeline .clearfix:after {
  clear: both;
}
@media only screen and (min-width: 35em) {
  /* line 92, ../sass/partials/_interactive-timeline.scss */
  .interactive-timeline {
    /* Style adjustments for viewports that meet the condition */
  }
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* line 92, ../sass/partials/_interactive-timeline.scss */
  .interactive-timeline {
    /* Style adjustments for high resolution devices */
  }
}
@media print {
  /* line 92, ../sass/partials/_interactive-timeline.scss */
  .interactive-timeline {
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  }
  /* line 799, ../sass/partials/_interactive-timeline.scss */
  .interactive-timeline *,
  .interactive-timeline *:before,
  .interactive-timeline *:after,
  .interactive-timeline *:first-letter,
  .interactive-timeline *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 813, ../sass/partials/_interactive-timeline.scss */
  .interactive-timeline a,
  .interactive-timeline a:visited {
    text-decoration: underline;
  }
  /* line 818, ../sass/partials/_interactive-timeline.scss */
  .interactive-timeline a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 822, ../sass/partials/_interactive-timeline.scss */
  .interactive-timeline abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 831, ../sass/partials/_interactive-timeline.scss */
  .interactive-timeline a[href^="#"]:after,
  .interactive-timeline a[href^="javascript:"]:after {
    content: "";
  }
  /* line 836, ../sass/partials/_interactive-timeline.scss */
  .interactive-timeline pre,
  .interactive-timeline blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 847, ../sass/partials/_interactive-timeline.scss */
  .interactive-timeline thead {
    display: table-header-group;
  }
  /* line 851, ../sass/partials/_interactive-timeline.scss */
  .interactive-timeline tr,
  .interactive-timeline img {
    page-break-inside: avoid;
  }
  /* line 856, ../sass/partials/_interactive-timeline.scss */
  .interactive-timeline img {
    max-width: 100% !important;
  }
  /* line 860, ../sass/partials/_interactive-timeline.scss */
  .interactive-timeline p,
  .interactive-timeline h2,
  .interactive-timeline h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 867, ../sass/partials/_interactive-timeline.scss */
  .interactive-timeline h2,
  .interactive-timeline h3 {
    page-break-after: avoid;
  }
}

/* line 874, ../sass/partials/_interactive-timeline.scss */
.timeline-ellipsis {
  font-size: 1.1rem;
  line-height: 1.4rem;
}

@media (min-width: 1200px) {
  /* line 879, ../sass/partials/_interactive-timeline.scss */
  .bx-viewport {
    height: 508px !important;
  }
}

@media print {
  /* line 2, ../sass/partials/_print.scss */
  .header {
    display: none;
  }

  /* line 7, ../sass/partials/_print.scss */
  #main {
    padding-top: 0px !important;
    background: #FFFFFF !important;
  }

  /* line 12, ../sass/partials/_print.scss */
  .owl-carousel .owl-item {
    float: none;
    display: inline-block;
  }
}
/*******************************************************************
  SPLASH SCREEN STYLES
 *******************************************************************/
/* Body overflow hidden when popup is opened */
/* line 5, ../sass/partials/_splash.scss */
.modal-overlay {
  overflow: hidden;
}
/* line 8, ../sass/partials/_splash.scss */
.modal-overlay:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 998;
}

/* line 22, ../sass/partials/_splash.scss */
.splash-block {
  /* Below code is changed to !important to override the postion
  which get added by drupal as position: relative;*/
  position: absolute !important;
  top: 0;
  width: 70%;
  z-index: 1000;
  background: white;
  border: 10px solid #FFF;
  border-radius: 0px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  overflow: hidden;
}

@media (max-width: 767px) {
  /* line 38, ../sass/partials/_splash.scss */
  .splash-block {
    width: 90%;
    max-height: 400px;
  }

  /* line 43, ../sass/partials/_splash.scss */
  .btn {
    margin-top: 0em;
    /*padding: 0.5em 1.25em;*/
  }

  /* line 49, ../sass/partials/_splash.scss */
  .content-container-inner {
    width: 70%;
  }

  /* line 53, ../sass/partials/_splash.scss */
  .modal-box .btn a {
    padding: 0.5em 1em;
  }
}
/* line 58, ../sass/partials/_splash.scss */
.splash-block h2.title,
.splash-block .content .meta {
  display: none;
}

/* line 63, ../sass/partials/_splash.scss */
a.close-btn {
  line-height: 1;
  z-index: 1;
  font-size: 1.5em;
  position: absolute;
  top: 10px;
  right: 10px;
  text-decoration: none;
  color: #FFF;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

/* line 77, ../sass/partials/_splash.scss */
a.close-btn:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* -------------------------------
  Font Styles
---------------------------------- */
/* line 84, ../sass/partials/_splash.scss */
.modal-box h1, .modal-box p, .modal-box .btn {
  color: #FFFFFF;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}

/* line 89, ../sass/partials/_splash.scss */
.modal-box h1, .modal-box .btn {
  font-weight: 600;
}

/* line 93, ../sass/partials/_splash.scss */
.modal-box h1 {
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 0.25em;
  line-height: normal;
  color: #FFF;
}

/* line 101, ../sass/partials/_splash.scss */
.modal-box p {
  font-weight: 400;
  margin-bottom: 0.75em;
}

/* -------------------------------
  Modal Body
---------------------------------- */
/* line 109, ../sass/partials/_splash.scss */
.modal-box,
.modal-body {
  box-sizing: border-box;
  height: 100%;
}

/* line 115, ../sass/partials/_splash.scss */
.modal-box .modal-body {
  color: #FFF;
  background-size: cover;
  background-position: center center;
}

/* -------------------------------
  Contents
---------------------------------- */
/* line 124, ../sass/partials/_splash.scss */
.modal-box .modal-body .content-wrapper {
  position: relative;
}

/* This is added so that the image takes the full size of the div */
/* line 129, ../sass/partials/_splash.scss */
.content-wrapper img {
  width: 100%;
}

/* line 133, ../sass/partials/_splash.scss */
.content-wrapper p {
  line-height: 1;
  margin: 0;
}

/* Added to control the positioning of the content in the splash-page */
/* line 139, ../sass/partials/_splash.scss */
.content-container {
  padding: 3em 0 0 3em;
  line-height: 1.5em;
  font-size: 1.25em;
}

/* line 145, ../sass/partials/_splash.scss */
.content-container p {
  line-height: 1.429em;
  margin: 0 0 1em;
}

/* line 150, ../sass/partials/_splash.scss */
.content-container-inner {
  width: 60%;
}

/* -------------------------------
  Close Button
---------------------------------- */
/* line 157, ../sass/partials/_splash.scss */
.modal-box a.close {
  line-height: 1;
  font-size: 2em;
  position: absolute;
  top: 3%;
  right: 2%;
  text-decoration: none;
  color: #FFF;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

/* line 170, ../sass/partials/_splash.scss */
.modal-box a.close:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* -------------------------------
  Button
---------------------------------- */
/* line 177, ../sass/partials/_splash.scss */
.modal-box .btn {
  font-size: 2em;
  cursor: pointer;
  text-transform: uppercase;
  background-color: orange;
  border: none;
  color: #FFF;
  text-decoration: none;
  display: inline;
  border-radius: 4px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  margin: 0.5em 0 1.5em 1.5em;
  padding: 0;
}

/* line 194, ../sass/partials/_splash.scss */
.modal-box .btn:hover {
  background-color: #FFF;
  color: orange;
}

/* Button link styles */
/* line 201, ../sass/partials/_splash.scss */
button.btn a {
  color: White;
  padding: 0.75em 1.5em;
  float: left;
}

/* line 207, ../sass/partials/_splash.scss */
button.btn a:hover {
  color: orange !important;
  text-decoration: none;
}

/* -------------------------------
  Logo
---------------------------------- */
/* line 216, ../sass/partials/_splash.scss */
.splash-logo {
  position: absolute;
  bottom: 3%;
  right: 2%;
  width: 20%;
}

/* -------------------------------
  Responsive Fixes - Splash Screen
---------------------------------- */
/*Important is used to overide the thickbox js styles*/
@media (max-width: 480px) {
  /* line 228, ../sass/partials/_splash.scss */
  .modal-box h1 {
    font-size: 1.5em;
  }

  /* line 232, ../sass/partials/_splash.scss */
  .modal-box .btn {
    font-size: 1em;
    margin: 0.75em 0 1.5em 3em;
  }

  /* line 237, ../sass/partials/_splash.scss */
  .modal-box .btn a {
    padding: 1em 1.75em;
  }

  /* line 241, ../sass/partials/_splash.scss */
  .content-container-inner {
    font-size: 0.8em;
  }

  /* line 245, ../sass/partials/_splash.scss */
  .content-container {
    padding: 1em 2.5em;
  }

  /* line 249, ../sass/partials/_splash.scss */
  .content-container-inner {
    width: 70%;
  }
}
@media (max-width: 360px) {
  /* line 255, ../sass/partials/_splash.scss */
  .content-container-inner {
    width: 100%;
  }
}
@media (min-width: 480px) {
  /* line 261, ../sass/partials/_splash.scss */
  .content-container {
    padding: 1em 0 0 2.5em;
  }
}
@media (min-width: 768px) {
  /* line 267, ../sass/partials/_splash.scss */
  .content-container {
    padding: 2em 0 0 2.5em;
  }

  /* line 271, ../sass/partials/_splash.scss */
  .content-container-inner {
    width: 55%;
  }
}
@media (min-width: 1200px) {
  /* line 277, ../sass/partials/_splash.scss */
  .content-container {
    padding: 3em 0 0 2.5em;
  }
}
/* ------------------------------------------
  SUSY SETTINGS
--------------------------------------------- */
/* line 106, ../../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 100%;
  line-height: 1.5em;
}

/* line 21, ../../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/susy-2.2.6/sass/susy/language/susy/_box-sizing.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ------------------------------------------
  GENERAL
--------------------------------------------- */
/* line 6, ../sass/styles.scss */
article,
aside,
blockquote,
button,
dd,
div,
dl,
dt,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hgroup,
hr,
label,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
summary,
td,
th,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

/* line 47, ../sass/styles.scss */
body {
  font: 16px/24px "AlegreyaSans", "sans-serif";
  background-color: #FFFFFF;
  color: #5D5247;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 56, ../sass/styles.scss */
ul,
ul li {
  list-style: none;
}

/* line 61, ../sass/styles.scss */
select {
  border: 0;
  outline: 0;
}

/* line 66, ../sass/styles.scss */
ol {
  float: left;
  list-style-type: decimal;
  padding-left: 0.85714rem;
}
/* line 71, ../sass/styles.scss */
ol li {
  margin-bottom: 1rem;
}

/* line 76, ../sass/styles.scss */
iframe,
img {
  max-width: 100%;
}

/* line 81, ../sass/styles.scss */
table {
  float: left;
  width: 100%;
  margin-top: 1.5rem;
}

/* line 87, ../sass/styles.scss */
sub {
  vertical-align: sub;
  font-size: smaller;
}

/* line 92, ../sass/styles.scss */
.image-div {
  background-size: cover !important;
}

/* line 96, ../sass/styles.scss */
.region-content {
  position: relative;
}

/* line 102, ../sass/styles.scss */
.center .button:focus, .center .header-sign-up .subscribe-submit:focus, .header-sign-up .center .subscribe-submit:focus,
.center .header-navigation .subscribe-submit:focus,
.header-navigation .center .subscribe-submit:focus,
.center .front .hero-section .hero-btn-holder:focus,
.front .hero-section .center .hero-btn-holder:focus,
.center .donate-btn-holder:focus,
.center .subscribe .subscribe-submit:focus,
.subscribe .center .subscribe-submit:focus,
.center .take-action-btn:focus,
.center .sidebar-left .sharethis-wrapper [class*="st_"]:focus,
.sidebar-left .sharethis-wrapper .center [class*="st_"]:focus,
.center .share-page-block-mobile .sharethis-wrapper [class*="st_"]:focus,
.share-page-block-mobile .sharethis-wrapper .center [class*="st_"]:focus,
.center .action-detail-sidebar .btn-holder:focus,
.action-detail-sidebar .center .btn-holder:focus,
.center .connect .footer-icons li:focus,
.connect .footer-icons .center li:focus,
.center .common-button-holder:focus, .center .button:hover, .center .header-sign-up .subscribe-submit:hover, .header-sign-up .center .subscribe-submit:hover,
.center .header-navigation .subscribe-submit:hover,
.header-navigation .center .subscribe-submit:hover,
.center .front .hero-section .hero-btn-holder:hover,
.front .hero-section .center .hero-btn-holder:hover,
.center .donate-btn-holder:hover,
.center .subscribe .subscribe-submit:hover,
.subscribe .center .subscribe-submit:hover,
.center .take-action-btn:hover,
.center .sidebar-left .sharethis-wrapper [class*="st_"]:hover,
.sidebar-left .sharethis-wrapper .center [class*="st_"]:hover,
.center .share-page-block-mobile .sharethis-wrapper [class*="st_"]:hover,
.share-page-block-mobile .sharethis-wrapper .center [class*="st_"]:hover,
.center .action-detail-sidebar .btn-holder:hover,
.action-detail-sidebar .center .btn-holder:hover,
.center .connect .footer-icons li:hover,
.connect .footer-icons .center li:hover,
.center .common-button-holder:hover {
  color: #FFFFFF;
}

/* line 109, ../sass/styles.scss */
.container {
  max-width: 1220px;
  max-width: 76.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5rem;
}
/* line 12, ../../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/susy-2.2.6/sass/susy/output/support/_clearfix.scss */
.container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 768px) {
  /* line 109, ../sass/styles.scss */
  .container {
    padding: 0 1rem;
  }
}

/************ HERO SECTION [HOME] *************/
@media (min-width: 768px) {
  /* line 126, ../sass/styles.scss */
  .front.node-type-basic-page-with-hero .view-panel-block-view:last-child .views-row .stripe {
    display: none;
  }
}
/* line 135, ../sass/styles.scss */
.front .sidebar-right-mobile {
  display: none;
}
/* line 139, ../sass/styles.scss */
.front .hero-section {
  padding: 5rem 0 3rem 0;
  line-height: normal;
}
@media (min-width: 768px) {
  /* line 139, ../sass/styles.scss */
  .front .hero-section {
    max-width: 57.83133%;
  }
}
/* line 148, ../sass/styles.scss */
.front .hero-section h1.hero-title {
  color: #FFFFFF;
  font-family: "BwStretchBook";
  text-transform: none;
  letter-spacing: -1px;
  font-size: 3.5rem;
  line-height: 3.5rem;
}
@media (min-width: 768px) {
  /* line 148, ../sass/styles.scss */
  .front .hero-section h1.hero-title {
    font-size: 4.65rem;
    line-height: 4.65rem;
  }
}
/* line 162, ../sass/styles.scss */
.front .hero-section .slash-bar {
  width: 100%;
  height: 6px;
  max-width: 305px;
  -moz-transform: skew(-45deg, 0deg);
  -o-transform: skew(-45deg, 0deg);
  -ms-transform: skew(-45deg, 0deg);
  -webkit-transform: skew(-45deg, 0deg);
  transform: skew(-45deg, 0deg);
  margin: 1rem 0;
  background-color: #16A3C4;
}
@media (min-width: 768px) {
  /* line 162, ../sass/styles.scss */
  .front .hero-section .slash-bar {
    width: 100%;
    max-width: 410px;
  }
}
/* line 180, ../sass/styles.scss */
.front .hero-section h2 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 2rem;
  font-family: "BwStretchMedium";
  letter-spacing: 1px;
  margin-bottom: 1rem;
  line-height: normal;
}
/* line 189, ../sass/styles.scss */
.front .hero-section h2.photo-caption {
  font-size: 1.35rem;
}

/* ------------------------------------------
              COMMON COMPONENTS
--------------------------------------------- */
/****************** Ajax pager timer ***********/
/* line 202, ../sass/styles.scss */
.custom-filter .views-exposed-form {
  position: relative;
}
/* line 205, ../sass/styles.scss */
.custom-filter .views-exposed-form .views-submit-button {
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
}
/* line 214, ../sass/styles.scss */
.custom-filter.list .views-submit-button {
  bottom: 0px;
  top: 50px;
}

/****************** Hero photo credits ***********/
/* line 223, ../sass/styles.scss */
.hero-photo-credits .image-caption {
  position: relative;
  right: 0;
  margin-top: -35px;
  font-family: "AlegreyaSansLight";
  font-weight: bold;
  margin-bottom: 3rem;
  display: inline-block;
}
/* line 232, ../sass/styles.scss */
.hero-photo-credits .image-caption strong {
  font-family: "AlegreyaSansLight";
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.8em;
}

/* line 244, ../sass/styles.scss */
.front .hero-photo-credits .image-caption {
  padding: 0.25rem;
  background-color: grey;
}
@media (min-width: 768px) {
  /* line 244, ../sass/styles.scss */
  .front .hero-photo-credits .image-caption {
    padding: 0;
    background-color: transparent;
  }
}

/****************** Hiding breadcrumbs ***********/
/* line 258, ../sass/styles.scss */
.page-node-edit .breadcrumb {
  display: none;
}

/**************** Margin bottom *****************/
/* line 264, ../sass/styles.scss */
.margin-bottom {
  margin-bottom: 1rem;
}

/* line 268, ../sass/styles.scss */
.margin-bottom-2 {
  margin-bottom: 2rem;
}

/* line 272, ../sass/styles.scss */
.margin-bottom-3 {
  margin-bottom: 4rem;
}

/* line 277, ../sass/styles.scss */
.press-grid.margin-bottom {
  margin-bottom: 2rem;
}

/****************** Admin module ****************/
/*Fix admin menu's z-index issue*/
/* line 284, ../sass/styles.scss */
div#admin-toolbar {
  z-index: 11000;
}

/* line 288, ../sass/styles.scss */
div#admin-toolbar.vertical div.admin-tab {
  width: auto;
  min-height: 25px;
}

/* line 293, ../sass/styles.scss */
#admin-toolbar ul.menu li a {
  height: auto;
}

/****************** MORE LINKS ****************/
/* line 298, ../sass/styles.scss */
.more-link {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  margin-top: 25px;
}
/* line 305, ../sass/styles.scss */
.more-link:hover .right-arrow {
  -moz-transform: translate(10px, 0);
  -o-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  -webkit-transform: translate(10px, 0);
  transform: translate(10px, 0);
}
/* line 310, ../sass/styles.scss */
.more-link a {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: normal;
  color: #FFFFFF;
}

/*********** WHITE STRIPE PATTERN ************/
/* line 319, ../sass/styles.scss */
.stripe {
  position: absolute;
  bottom: 0;
  height: 30px;
  width: 100%;
  z-index: 1;
  background-image: url("../images/black-stripe.png");
}
/* line 327, ../sass/styles.scss */
.stripe.white {
  background-image: url("../images/light-stripe.png");
  top: -1px;
  bottom: auto;
  height: 38px;
}
/* line 334, ../sass/styles.scss */
.stripe.blue {
  background: url("../images/blue-stripe.png") top left repeat-x;
  z-index: 0;
}
/* line 339, ../sass/styles.scss */
.stripe.bottom {
  bottom: -19px;
  top: auto;
}
@media (min-width: 1200px) {
  /* line 339, ../sass/styles.scss */
  .stripe.bottom {
    bottom: -1px;
  }
}

/************ RIGHT ARROW FOR LINKS ***********/
/* line 350, ../sass/styles.scss */
.right-arrow {
  width: 20px;
  height: 20px;
  margin: -3px 0 0 0.75rem;
  display: inline-block;
  vertical-align: middle;
  background: url("../images/recommended-arrow-right.png") no-repeat;
  background-size: contain;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 359, ../sass/styles.scss */
.right-arrow.blue {
  background: url("../images/arrow-right-blue.png") no-repeat;
}
/* line 365, ../sass/styles.scss */
.right-arrow:hover {
  -moz-transform: translate(10px, 0);
  -o-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  -webkit-transform: translate(10px, 0);
  transform: translate(10px, 0);
}

/************* LANGUAGE SWITCHER *************/
/* line 371, ../sass/styles.scss */
.language-switcher {
  display: inline-flex;
  display: -ms-inline-flexbox;
  width: calc(100% - 3rem);
  margin: 0 1.5rem 10rem;
  padding: 1.5rem 0;
  text-align: center;
  max-width: 1190px;
  border-top: 2px solid #E7D6BF;
}
@media (min-width: 768px) {
  /* line 371, ../sass/styles.scss */
  .language-switcher {
    float: none;
    display: block;
    margin: 3.94737rem auto 6.81818rem;
  }
}
@media (min-width: 992px) {
  /* line 371, ../sass/styles.scss */
  .language-switcher {
    margin-bottom: 2.30769rem;
  }
}
/* line 395, ../sass/styles.scss */
.language-switcher.remove-margin {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 395, ../sass/styles.scss */
  .language-switcher.remove-margin {
    margin-top: 3.94737rem;
  }
}
@media (min-width: 992px) {
  /* line 395, ../sass/styles.scss */
  .language-switcher.remove-margin {
    margin-top: 2.88462rem;
  }
}
/* line 409, ../sass/styles.scss */
.language-switcher a,
.language-switcher span {
  color: #16A4C5;
  font-weight: normal;
  font-size: 1.15rem;
  font-family: "AlegreyaSans";
  padding: 0 0.54545rem;
}
/* line 418, ../sass/styles.scss */
.language-switcher a.locale-untranslated,
.language-switcher span.locale-untranslated {
  text-decoration: none;
}
/* line 423, ../sass/styles.scss */
.language-switcher ul {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 426, ../sass/styles.scss */
.language-switcher ul li {
  display: inline-block;
}
/* line 429, ../sass/styles.scss */
.language-switcher ul li:after {
  position: relative;
  top: 3px;
  content: "\00b7";
  color: #E7D6BF;
  font-size: 2.15rem;
  line-height: 1rem;
}
/* line 439, ../sass/styles.scss */
.language-switcher ul li:last-child:after {
  content: none;
}

/* line 450, ../sass/styles.scss */
.front.node-type-basic-page-with-hero.i18n-fr .language-switcher,
.front.node-type-basic-page-with-hero.i18n-ar .language-switcher,
.front.node-type-basic-page-with-hero.i18n-es .language-switcher {
  margin-top: 0;
}

/* line 456, ../sass/styles.scss */
.front .language-switcher {
  border: 0;
}

/***************** DIAMOND ICON ****************/
/* line 462, ../sass/styles.scss */
.icon-diamond {
  position: relative;
  top: 8px;
  left: 3px;
  width: 9px;
  height: 9px;
  display: inline-block;
  background-color: #FFFFFF;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 473, ../sass/styles.scss */
.icon-diamond.brown {
  background-color: #5D5247;
}

/************ BULLET POINTS **************/
/* line 479, ../sass/styles.scss */
.list-items {
  margin-bottom: 1.76471rem;
}
/* line 483, ../sass/styles.scss */
.list-items ul li {
  list-style-type: disc;
  margin-left: 2rem;
}

/***************** PRIMARY TABS ***************/
/* line 493, ../sass/styles.scss */
#content .primary-tabs,
#content .primary-tabs ul {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  z-index: 1;
}
/* line 501, ../sass/styles.scss */
#content .primary-tabs ul {
  margin-bottom: 1.5rem;
}
/* line 504, ../sass/styles.scss */
#content .primary-tabs ul > li {
  position: relative;
  display: block;
  float: left;
}
/* line 509, ../sass/styles.scss */
#content .primary-tabs ul > li.active > a, #content .primary-tabs ul > li.active > a:focus, #content .primary-tabs ul > li.active > a:hover {
  background-color: #16A3C4;
  color: #FFFFFF;
  cursor: default;
}
/* line 517, ../sass/styles.scss */
#content .primary-tabs ul > li > a {
  position: relative;
  display: block;
  color: #333333;
  background-color: #E9E9E9;
  padding: 0.5rem 1rem;
  margin-right: 0.3rem;
  border-radius: 4px 4px 0 0;
}
/* line 526, ../sass/styles.scss */
#content .primary-tabs ul > li > a:focus, #content .primary-tabs ul > li > a:hover {
  background-color: #16A3C4;
  color: #FFFFFF;
}

/*************** TABLE STYLES ****************/
/* line 539, ../sass/styles.scss */
#content table {
  border-collapse: collapse;
}
/* line 543, ../sass/styles.scss */
#content table,
#content td,
#content th {
  border: 1px solid #CCCCCC;
}
/* line 549, ../sass/styles.scss */
#content td,
#content th {
  padding: 0.96774rem;
  text-align: left;
}

/************ PAGE SCROLL TO TOP *************/
/* line 557, ../sass/styles.scss */
.front .scroll-top-arrow {
  display: none !important;
}

/* line 561, ../sass/styles.scss */
.scroll-top-arrow,
.scroll-top-arrow-mobile {
  cursor: pointer;
  max-width: 50px;
  max-height: 50px;
  vertical-align: middle;
  text-align: center;
  border: 2px solid #E7D6BF;
  padding: 0.71429rem 0.73171rem;
}

/* line 572, ../sass/styles.scss */
.scroll-top-arrow {
  display: none;
}
@media (min-width: 768px) {
  /* line 572, ../sass/styles.scss */
  .scroll-top-arrow {
    left: auto;
    position: fixed;
    z-index: 1;
    right: 16px;
    bottom: 150px;
    margin: 1.2rem 0;
  }
}
@media (min-width: 992px) {
  /* line 572, ../sass/styles.scss */
  .scroll-top-arrow {
    margin: 3rem 8.82353rem 1.5rem 0;
    right: -12px;
  }
  /* line 590, ../sass/styles.scss */
  .scroll-top-arrow img {
    height: auto;
    width: 23px;
  }
}

/* line 597, ../sass/styles.scss */
.scroll-top-arrow-mobile {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  position: relative;
  margin: 1.11111rem 0 2.14286rem;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  /* line 597, ../sass/styles.scss */
  .scroll-top-arrow-mobile {
    display: none;
  }
}

/************** PHOTO CREDIT ***************/
/* line 613, ../sass/styles.scss */
.photo-credit {
  margin-top: 0.85714rem;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-family: "AlegreyaSansLight";
}
/* line 621, ../sass/styles.scss */
.photo-credit span {
  font-family: "AlegreyaSansMedium";
  border-bottom: 1px solid #FF4611;
}

/************** VIEWS PAGER **************/
/* line 628, ../sass/styles.scss */
.en-pager-wrapper {
  text-align: center;
  clear: both;
}
/* line 632, ../sass/styles.scss */
.en-pager-wrapper .en-pager {
  display: inline-block;
  color: #131D2C;
  margin: 3rem auto 0;
}
/* line 637, ../sass/styles.scss */
.en-pager-wrapper .en-pager .pg-no {
  margin: 0 0.31579rem;
}
/* line 640, ../sass/styles.scss */
.en-pager-wrapper .en-pager .pg-no.current {
  margin-top: -0.375rem;
  border: 2px solid #E7D6BF;
  padding: 0.27273rem 0.75rem 0.21429rem;
}
/* line 647, ../sass/styles.scss */
.en-pager-wrapper .en-pager a,
.en-pager-wrapper .en-pager span {
  float: left;
  font-size: 1.35rem;
  color: #12355B;
  font-family: "BwStretchBlack";
  vertical-align: middle;
}
/* line 656, ../sass/styles.scss */
.en-pager-wrapper .en-pager a {
  width: 11px;
  height: 16px;
  color: transparent;
}
/* line 663, ../sass/styles.scss */
.en-pager-wrapper .en-pager span.next-btn, .en-pager-wrapper .en-pager span.prev-btn {
  margin-top: 0.25rem;
}
/* line 668, ../sass/styles.scss */
.en-pager-wrapper .en-pager span.prev-btn {
  background: url("../images/arrow-left-blue-2.png") center center no-repeat;
  margin-right: 1.2rem;
}
/* line 673, ../sass/styles.scss */
.en-pager-wrapper .en-pager span.next-btn {
  background: url("../images/arrow-right-blue-2.png") center center no-repeat;
  margin-left: 1.2rem;
}

/***************** SEARCH FORM  ***************/
/* line 2, ../sass/partials/_search.scss */
.page-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(22, 163, 196, 0.95);
  z-index: 4;
}
/* line 12, ../sass/partials/_search.scss */
.page-overlay .close-btn {
  position: relative;
  float: right;
  width: 50px;
  height: 50px;
  z-index: 10;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
/* line 21, ../sass/partials/_search.scss */
.page-overlay .close-btn:hover {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 25, ../sass/partials/_search.scss */
.page-overlay .close-btn:after, .page-overlay .close-btn:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #FFFFFF;
}
/* line 37, ../sass/partials/_search.scss */
.page-overlay .close-btn:before {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 41, ../sass/partials/_search.scss */
.page-overlay .close-btn:after {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 46, ../sass/partials/_search.scss */
.page-overlay .container {
  position: relative;
}

/* line 51, ../sass/partials/_search.scss */
.search-form-wrapper {
  position: relative;
  z-index: 5;
  margin-top: 7.5rem;
}
/* line 57, ../sass/partials/_search.scss */
.search-form-wrapper input.form-text {
  background: transparent;
  font-size: 6rem;
  line-height: 6rem;
  height: 90px;
  color: #FFFFFF;
  padding: 0;
  font-family: "BwStretchRegular";
  text-transform: uppercase;
}
@media (min-width: 768px) {
  /* line 57, ../sass/partials/_search.scss */
  .search-form-wrapper input.form-text {
    font-size: 10rem;
    line-height: 11rem;
    height: 160px;
  }
}
/* line 6, ../sass/partials/_mixins.scss */
.search-form-wrapper input.placeholder {
  color: #FFFFFF;
}
/* line 10, ../sass/partials/_mixins.scss */
.search-form-wrapper input:-moz-placeholder {
  color: #FFFFFF;
}
/* line 14, ../sass/partials/_mixins.scss */
.search-form-wrapper input::-moz-placeholder {
  color: #FFFFFF;
}
/* line 18, ../sass/partials/_mixins.scss */
.search-form-wrapper input:-ms-input-placeholder {
  color: #FFFFFF;
}
/* line 22, ../sass/partials/_mixins.scss */
.search-form-wrapper input::-webkit-input-placeholder {
  color: #FFFFFF;
}
/* line 79, ../sass/partials/_search.scss */
.search-form-wrapper input[type="submit"] {
  display: none;
}
/* line 85, ../sass/partials/_search.scss */
.search-form-wrapper label[for="edit-keys"] {
  display: none;
}
/* line 90, ../sass/partials/_search.scss */
.search-form-wrapper h3 {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.55rem;
  font-family: "BwStretchRegular";
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  /* line 90, ../sass/partials/_search.scss */
  .search-form-wrapper h3 {
    font-size: 1.75rem;
    line-height: 1.8rem;
  }
}

/* line 108, ../sass/partials/_search.scss */
.search-bar-mobile {
  float: left;
  margin-bottom: 1.2rem;
}
/* line 112, ../sass/partials/_search.scss */
.search-bar-mobile,
.search-bar-mobile .page-overlay {
  display: block;
  position: relative;
  width: 100%;
  background: none;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
/* line 123, ../sass/partials/_search.scss */
.search-bar-mobile .container,
.search-bar-mobile .page-overlay .container {
  padding: 0;
}
/* line 128, ../sass/partials/_search.scss */
.search-bar-mobile .close-btn,
.search-bar-mobile .search-form-wrapper h3 {
  display: none;
}
/* line 133, ../sass/partials/_search.scss */
.search-bar-mobile .search-form-wrapper {
  margin-top: 0;
}
/* line 136, ../sass/partials/_search.scss */
.search-bar-mobile .search-form-wrapper,
.search-bar-mobile .search-form-wrapper input {
  float: left;
  width: calc(100% - 25px);
  width: 93.5%;
}
/* line 143, ../sass/partials/_search.scss */
.search-bar-mobile .search-form-wrapper input {
  height: 28px;
  line-height: 28px;
  background: url("../images/search-icon-mobile.png") right 8px center no-repeat;
  background-size: 18px 18px;
  color: #9BC5C8;
}
@media (max-width: 991px) {
  /* line 143, ../sass/partials/_search.scss */
  .search-bar-mobile .search-form-wrapper input {
    font-size: inherit;
    line-height: 1rem;
    padding: 0 2rem 0 0.6rem;
    font-family: "AlegreyaSans";
  }
  /* line 6, ../sass/partials/_mixins.scss */
  .search-bar-mobile .search-form-wrapper input.placeholder {
    color: #9BC5C8;
  }
  /* line 10, ../sass/partials/_mixins.scss */
  .search-bar-mobile .search-form-wrapper input:-moz-placeholder {
    color: #9BC5C8;
  }
  /* line 14, ../sass/partials/_mixins.scss */
  .search-bar-mobile .search-form-wrapper input::-moz-placeholder {
    color: #9BC5C8;
  }
  /* line 18, ../sass/partials/_mixins.scss */
  .search-bar-mobile .search-form-wrapper input:-ms-input-placeholder {
    color: #9BC5C8;
  }
  /* line 22, ../sass/partials/_mixins.scss */
  .search-bar-mobile .search-form-wrapper input::-webkit-input-placeholder {
    color: #9BC5C8;
  }
}
@media (min-width: 992px) {
  /* line 108, ../sass/partials/_search.scss */
  .search-bar-mobile {
    display: none;
  }
}

/************** SEARCH RESULTS PAGE ***********/
/* line 171, ../sass/partials/_search.scss */
.page-search #main .search-results {
  padding-left: 0;
  float: left;
  width: 100%;
}
/* line 176, ../sass/partials/_search.scss */
.page-search #main .search-results li {
  margin-bottom: 0;
}
/* line 182, ../sass/partials/_search.scss */
.page-search #main .banner-carousel .banner-image {
  background: url("../images/events-hero-bg.jpg") center center no-repeat;
}
/* line 188, ../sass/partials/_search.scss */
.page-search #main .region-content .title {
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-family: "AlegreyaSansBold";
}
/* line 193, ../sass/partials/_search.scss */
.page-search #main .region-content .title a {
  color: #12355B;
}
/* line 199, ../sass/partials/_search.scss */
.page-search #main .search-snippet-info {
  padding-left: 0;
}
/* line 202, ../sass/partials/_search.scss */
.page-search #main .search-snippet-info p {
  color: #5D5247;
  font-size: 0.75rem;
  line-height: normal;
}
/* line 211, ../sass/partials/_search.scss */
.page-search label[for="edit-keys"] {
  display: none;
}
/* line 217, ../sass/partials/_search.scss */
.page-search .region-content h2 {
  color: #5D5247;
  font-family: "BwStretchBlack";
  text-transform: uppercase;
  font-size: 1.65rem;
  line-height: 1.65rem;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  padding-top: 1rem;
}
/* line 229, ../sass/partials/_search.scss */
.page-search .search-form {
  margin-bottom: 1.5rem;
}
/* line 232, ../sass/partials/_search.scss */
.page-search .search-form label {
  color: #5D5247;
}
/* line 236, ../sass/partials/_search.scss */
.page-search .search-form .form-item-keys,
.page-search .search-form .form-submit {
  width: 49.39759%;
  float: left;
  margin-right: 1.20482%;
}
/* line 241, ../sass/partials/_search.scss */
.page-search .search-form .form-text {
  border: 2px solid #E7D6BF;
}
/* line 245, ../sass/partials/_search.scss */
.page-search .search-form .form-submit {
  float: right;
  margin-right: 0;
  margin-top: 0;
}
/* line 252, ../sass/partials/_search.scss */
.page-search .search-form .search-advanced a.fieldset-title {
  display: inline-block;
  margin-top: 1rem;
}
/* line 257, ../sass/partials/_search.scss */
.page-search .search-form .search-advanced .criterion {
  margin-bottom: 1rem;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 262, ../sass/partials/_search.scss */
.page-search .search-form .search-advanced .criterion .form-type-textfield {
  width: 32.53012%;
  float: left;
  margin-right: 1.20482%;
}
/* line 265, ../sass/partials/_search.scss */
.page-search .search-form .search-advanced .criterion .form-type-textfield:last-child {
  float: right;
  margin-right: 0;
}
/* line 271, ../sass/partials/_search.scss */
.page-search .search-form .search-advanced .criterion .form-type-checkboxes .form-item {
  line-height: 2rem;
  margin-right: 0.75rem;
}
/* line 275, ../sass/partials/_search.scss */
.page-search .search-form .search-advanced .criterion .form-type-checkboxes .form-item,
.page-search .search-form .search-advanced .criterion .form-type-checkboxes .form-item input,
.page-search .search-form .search-advanced .criterion .form-type-checkboxes .form-item label {
  float: left;
  width: auto;
}
/* line 282, ../sass/partials/_search.scss */
.page-search .search-form .search-advanced .criterion .form-type-checkboxes .form-item input[type="checkbox"] {
  height: 2rem;
  line-height: 2rem;
}
/* line 291, ../sass/partials/_search.scss */
.page-search .search-form .search-advanced .action .form-submit {
  float: left;
  width: auto;
}
/* line 299, ../sass/partials/_search.scss */
.page-search .search-result {
  border-top: 2px solid #E7D6BF;
  padding: 1rem 0;
}
/* line 303, ../sass/partials/_search.scss */
.page-search .search-result:last-child {
  border-bottom: 2px solid #E7D6BF;
}

/* line 310, ../sass/partials/_search.scss */
.form-item-type-anouncement,
.form-item-type-action-page,
.form-item-type-article,
.form-item-type-page,
.form-item-type-basic-page-with-hero,
.form-item-type-panel-block,
.form-item-type-webform,
.form-item-type-share-quote,
.form-item-type-resources,
.form-item-type-recomended,
.form-item-type-list-item,
.form-item-type-interactive-timeline,
.form-item-type-image-and-quote,
.form-item-type-grid-blocks,
.form-item-type-blog-page {
  display: none;
}

/***************** PROGRESS BAR  ***************/
/* line 684, ../sass/styles.scss */
.en-progress-bar {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 687, ../sass/styles.scss */
.en-progress-bar .container {
  padding: 0;
}
/* line 691, ../sass/styles.scss */
.en-progress-bar .percentage-text {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1px;
}
/* line 697, ../sass/styles.scss */
.en-progress-bar .percentage-text img {
  padding: 0 0 0 0.75em;
}
/* line 701, ../sass/styles.scss */
.en-progress-bar .percentage-text .percentage-text-image {
  background-image: url("../images/email-icon.png");
  background-repeat: no-repeat;
  width: 27px;
  height: 10px;
  margin-left: 0.23077rem;
  display: inline-block;
  vertical-align: middle;
}
/* line 712, ../sass/styles.scss */
.en-progress-bar .progress,
.en-progress-bar .progress-2 {
  width: 100%;
  height: 6px;
  -webkit-clip-path: polygon(0% 100%, 98% 100%, 100% 0%, 2% 0%);
}
/* line 719, ../sass/styles.scss */
.en-progress-bar .progress-wrap,
.en-progress-bar .progress-wrap-2 {
  background: #94D8E7;
  margin: 5px 0;
  overflow: hidden;
  position: relative;
}
/* line 726, ../sass/styles.scss */
.en-progress-bar .progress-wrap .progress-bar,
.en-progress-bar .progress-wrap .progress-bar-2,
.en-progress-bar .progress-wrap-2 .progress-bar,
.en-progress-bar .progress-wrap-2 .progress-bar-2 {
  background: #ddd;
  left: 0;
  position: absolute;
  top: 0;
}
/* line 735, ../sass/styles.scss */
.en-progress-bar .percentage-number {
  font-family: "BwStretchMedium";
  font-size: 1.5rem;
}

/************ RECOMMENDED SECTION *************/
/* line 742, ../sass/styles.scss */
.recommended {
  background: url("../images/recommend-background.png") top center no-repeat;
  background-size: cover;
  padding: 7.5rem 0 13.63636rem;
  position: relative;
  z-index: -1;
  min-height: 685px;
  text-align: center;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  /* line 754, ../sass/styles.scss */
  .recommended:before {
    content: '';
    position: absolute;
    background: url("../images/light-stripe.png") repeat-x;
    top: -19px;
    bottom: auto;
    height: 38px;
    left: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  /* line 742, ../sass/styles.scss */
  .recommended {
    padding: 7.5rem 0 3.75rem;
  }
}
/* line 772, ../sass/styles.scss */
.recommended h2 {
  display: inline-block;
  font-family: "BwStretchBook";
  font-size: 3.5rem;
  line-height: 3.5rem;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 1.07143rem;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 480px) {
  /* line 772, ../sass/styles.scss */
  .recommended h2 {
    font-size: 5.4rem;
    line-height: 5rem;
  }
}
@media (min-width: 768px) {
  /* line 772, ../sass/styles.scss */
  .recommended h2 {
    margin-bottom: 2.14286rem;
  }
}

/* line 795, ../sass/styles.scss */
.owl-theme {
  max-width: 1220px;
  max-width: 76.25rem;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/susy-2.2.6/sass/susy/output/support/_clearfix.scss */
.owl-theme:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 799, ../sass/styles.scss */
.owl-theme .owl-item [class*="item-"] {
  background-color: #FFFFFF;
  margin: 0 0.33333rem;
  width: 98%;
  width: calc(100% - 0.66rem);
  float: left;
  text-align: left;
}
/* line 807, ../sass/styles.scss */
.owl-theme .owl-item [class*="item-"]:hover {
  background-color: #141D2C;
}
/* line 811, ../sass/styles.scss */
.owl-theme .owl-item [class*="item-"]:hover .views-field-title-1 a {
  color: #FFFFFF;
}
/* line 818, ../sass/styles.scss */
.owl-theme .owl-item .views-field-nothing-1 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 821, ../sass/styles.scss */
.owl-theme .owl-item .views-field-nothing-1 .image-div {
  width: 100%;
  height: 180px;
  margin-bottom: 1rem;
}
/* line 827, ../sass/styles.scss */
.owl-theme .owl-item .views-field-nothing-1 .image-div.Video {
  background-size: 100% 135% !important;
}
/* line 833, ../sass/styles.scss */
.owl-theme .owl-item .views-field-field-recommended-image,
.owl-theme .owl-item .views-field-title-1,
.owl-theme .owl-item [class*="recommended-"] {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0 1.5rem;
}
/* line 840, ../sass/styles.scss */
.owl-theme .owl-item .views-field-field-recommended-image a,
.owl-theme .owl-item .views-field-title-1 a,
.owl-theme .owl-item [class*="recommended-"] a {
  display: inline-block;
}
/* line 845, ../sass/styles.scss */
.owl-theme .owl-item [class*="recommended-"] {
  font-family: "BwStretchMedium";
  color: #94D8E7;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.2rem;
}
/* line 852, ../sass/styles.scss */
.owl-theme .owl-item [class*="recommended-"] a {
  color: #94D8E7;
  padding-left: 1.5rem;
}
/* line 859, ../sass/styles.scss */
.owl-theme .owl-item .views-field-field-recommended-image,
.owl-theme .owl-item .views-field-field-recommended-image a {
  padding: 0;
}
/* line 865, ../sass/styles.scss */
.owl-theme .owl-item .recommended-Video,
.owl-theme .owl-item .recommended-Press {
  background: url("../images/video-icon.png") top 3px left no-repeat;
  padding-left: 1.5rem;
}
/* line 871, ../sass/styles.scss */
.owl-theme .owl-item .recommended-Blog {
  background: url("../images/blog-icon.png") top 3px left no-repeat;
  padding-left: 1.5rem;
}
/* line 876, ../sass/styles.scss */
.owl-theme .owl-item .recommended-Actions {
  background: url("../images/publication-icon.png") top 3px left no-repeat;
  margin-bottom: 0.6rem;
}
/* line 881, ../sass/styles.scss */
.owl-theme .owl-item .recommended-Campaign {
  background: url("../images/campaign-icon.png") top 3px left no-repeat;
  padding-left: 1.5rem;
}
/* line 886, ../sass/styles.scss */
.owl-theme .owl-item .views-field-title-1 {
  font-family: "AlegreyaSansBold";
  padding-bottom: 3.37079rem;
  min-height: 138px;
}
/* line 891, ../sass/styles.scss */
.owl-theme .owl-item .views-field-title-1 a {
  color: #5D5247;
  font-size: 1.55rem;
  line-height: 1.6rem;
}
/* line 900, ../sass/styles.scss */
.owl-theme .owl-controls .owl-pagination {
  display: none;
}
/* line 904, ../sass/styles.scss */
.owl-theme .owl-controls .owl-nav {
  float: left;
  margin: 1.5rem 0;
}
@media (min-width: 1400px) {
  /* line 904, ../sass/styles.scss */
  .owl-theme .owl-controls .owl-nav {
    margin: 0;
  }
}
/* line 913, ../sass/styles.scss */
.owl-theme .owl-controls .owl-nav div {
  position: absolute;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
  background: url("../images/recommended-arrow-left.png") no-repeat;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 1400px) {
  /* line 913, ../sass/styles.scss */
  .owl-theme .owl-controls .owl-nav div {
    top: 50%;
    margin-top: -12px;
  }
}
/* line 930, ../sass/styles.scss */
.owl-theme .owl-controls .owl-nav .owl-prev {
  left: 10px;
}
@media (min-width: 1400px) {
  /* line 930, ../sass/styles.scss */
  .owl-theme .owl-controls .owl-nav .owl-prev {
    left: -8%;
  }
}
/* line 938, ../sass/styles.scss */
.owl-theme .owl-controls .owl-nav .owl-prev:hover {
  -moz-transform: translate(-10px, 0);
  -o-transform: translate(-10px, 0);
  -ms-transform: translate(-10px, 0);
  -webkit-transform: translate(-10px, 0);
  transform: translate(-10px, 0);
}
/* line 943, ../sass/styles.scss */
.owl-theme .owl-controls .owl-nav .owl-next {
  right: 10px;
  background: url("../images/recommended-arrow-right.png") no-repeat;
}
@media (min-width: 1400px) {
  /* line 943, ../sass/styles.scss */
  .owl-theme .owl-controls .owl-nav .owl-next {
    right: -8%;
  }
}
/* line 953, ../sass/styles.scss */
.owl-theme .owl-controls .owl-nav .owl-next:hover {
  -moz-transform: translate(10px, 0);
  -o-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  -webkit-transform: translate(10px, 0);
  transform: translate(10px, 0);
}

/********** ACTIONS & ALERTS [HOME AND BLOG] ***********/
/* line 962, ../sass/styles.scss */
.action-and-alerts,
.blog-alerts {
  position: relative;
  text-align: center;
  background: url("../images/action-and-alert-background.jpg") center center repeat-x;
  background-size: cover !important;
}
/* line 969, ../sass/styles.scss */
.action-and-alerts .container,
.blog-alerts .container {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  /* line 969, ../sass/styles.scss */
  .action-and-alerts .container,
  .blog-alerts .container {
    width: 70.48193%;
  }
}
@media (min-width: 768px) {
  /* line 978, ../sass/styles.scss */
  .action-and-alerts .view-content,
  .blog-alerts .view-content {
    display: flex;
    display: -ms-flexbox;
  }
}
/* line 985, ../sass/styles.scss */
.action-and-alerts .views-row,
.blog-alerts .views-row {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 4px solid #B92C03;
}
/* line 992, ../sass/styles.scss */
.action-and-alerts .views-row:last-child,
.blog-alerts .views-row:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  /* line 985, ../sass/styles.scss */
  .action-and-alerts .views-row,
  .blog-alerts .views-row {
    width: 33.33333%;
    float: left;
    padding: 1.2rem;
    border-bottom: none;
  }
  /* line 1006, ../sass/styles.scss */
  .action-and-alerts .views-row:first-child,
  .blog-alerts .views-row:first-child {
    border-right: 1px solid #B92C03;
    padding-left: 0;
  }
  /* line 1011, ../sass/styles.scss */
  .action-and-alerts .views-row:last-child,
  .blog-alerts .views-row:last-child {
    float: right;
    margin-right: 0;
    border-left: 1px solid #B92C03;
    padding-right: 0;
  }
}
/* line 1020, ../sass/styles.scss */
.action-and-alerts .location-icon,
.blog-alerts .location-icon {
  display: inline-block;
  background-image: url("../images/location-icon.png");
  height: 14px;
  width: 9px;
  background-repeat: no-repeat;
  padding-right: 1rem;
}
/* line 1029, ../sass/styles.scss */
.action-and-alerts .country,
.blog-alerts .country {
  display: inline-block;
}
/* line 1032, ../sass/styles.scss */
.action-and-alerts .country a,
.blog-alerts .country a {
  text-transform: uppercase;
  font-size: 1.083rem;
}
@media (min-width: 1200px) {
  /* line 1032, ../sass/styles.scss */
  .action-and-alerts .country a,
  .blog-alerts .country a {
    font-size: 0.8rem;
  }
}
/* line 1044, ../sass/styles.scss */
.action-and-alerts .more-link span.right-arrow,
.action-and-alerts .views-field-title span.right-arrow,
.blog-alerts .more-link span.right-arrow,
.blog-alerts .views-field-title span.right-arrow {
  background: url("../images/small-arrow-right.png") no-repeat;
  width: 8px;
  height: 12px;
  display: inline-block;
  margin-left: 0.6rem;
}
/* line 1053, ../sass/styles.scss */
.action-and-alerts .more-link:hover .right-arrow,
.action-and-alerts .views-field-title:hover .right-arrow,
.blog-alerts .more-link:hover .right-arrow,
.blog-alerts .views-field-title:hover .right-arrow {
  -moz-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -webkit-transform: translate(5px, 0);
  transform: translate(5px, 0);
}
/* line 1061, ../sass/styles.scss */
.action-and-alerts .more-link a,
.blog-alerts .more-link a {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
/* line 1066, ../sass/styles.scss */
.action-and-alerts .more-link a:hover .right-arrow,
.blog-alerts .more-link a:hover .right-arrow {
  -moz-transform: translate(10px, 0);
  -o-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  -webkit-transform: translate(10px, 0);
  transform: translate(10px, 0);
}
@media (min-width: 992px) {
  /* line 1059, ../sass/styles.scss */
  .action-and-alerts .more-link,
  .blog-alerts .more-link {
    display: block;
    width: auto;
    position: absolute;
    text-align: left;
    right: 3%;
    top: 54.5%;
  }
}
@media (min-width: 1200px) {
  /* line 1059, ../sass/styles.scss */
  .action-and-alerts .more-link,
  .blog-alerts .more-link {
    right: 4%;
  }
}
@media (min-width: 1400px) {
  /* line 1059, ../sass/styles.scss */
  .action-and-alerts .more-link,
  .blog-alerts .more-link {
    right: 5%;
  }
}
/* line 1092, ../sass/styles.scss */
.action-and-alerts h2,
.blog-alerts h2 {
  text-align: center;
  text-transform: uppercase;
  font-family: "BwStretchRegular";
  letter-spacing: 1.5px;
  line-height: 16px;
  padding: 0.42857rem 0.6rem;
  background-color: #D3380C;
  display: inline-block;
  font-size: 1.15em;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
@media (min-width: 767px) {
  /* line 1092, ../sass/styles.scss */
  .action-and-alerts h2,
  .blog-alerts h2 {
    padding: 0.4rem;
  }
}
@media (min-width: 1200px) {
  /* line 1092, ../sass/styles.scss */
  .action-and-alerts h2,
  .blog-alerts h2 {
    margin-bottom: 0;
  }
}
/* line 1115, ../sass/styles.scss */
.action-and-alerts a,
.blog-alerts a {
  color: #FFFFFF;
  text-align: center;
  font-family: "AlegreyaSansMedium";
  font-size: 1.3rem;
  line-height: 1.25rem;
  font-weight: 500;
}

/* line 1126, ../sass/styles.scss */
.blog-alerts {
  background: url("../images/blog-alerts-background.jpg") center center no-repeat;
}
/* line 1129, ../sass/styles.scss */
.blog-alerts h2 {
  background: #12355B;
}
/* line 1133, ../sass/styles.scss */
.blog-alerts .container {
  width: 100%;
  padding-left: 2.30769rem;
}
@media (min-width: 768px) {
  /* line 1138, ../sass/styles.scss */
  .blog-alerts .views-row {
    width: 20%;
    float: left;
    padding: 0.75rem;
  }
}
/* line 1149, ../sass/styles.scss */
.blog-alerts .views-row:first-child, .blog-alerts .views-row:last-child {
  border: none;
}

/****** CAMPAIGNS VIEW [HOMEPAGE] ******/
/* line 1157, ../sass/styles.scss */
.campaigns,
.performances {
  background-color: #FFFFFF;
  position: relative;
  font-size: 1.2rem;
  padding: 3rem 0 3rem;
  background-image: url("../images/campaigns-background.png");
  background-size: cover;
}
@media (min-width: 768px) {
  /* line 1157, ../sass/styles.scss */
  .campaigns,
  .performances {
    z-index: 2;
    padding: 8.33333rem 0 6rem;
  }
}
/* line 1172, ../sass/styles.scss */
.campaigns .image-div,
.performances .image-div {
  background-position: center top !important;
}
/* line 1177, ../sass/styles.scss */
.campaigns h2.block-title,
.performances h2.block-title {
  display: none;
}
/* line 1182, ../sass/styles.scss */
.campaigns .campaign-box-wrapper,
.performances .campaign-box-wrapper {
  position: relative;
  min-height: 360px;
  max-height: 360px;
  overflow: hidden;
  z-index: 0;
  padding: 1.2rem;
  margin-bottom: 1.5rem;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 1191, ../sass/styles.scss */
.campaigns .campaign-box-wrapper:last-child,
.performances .campaign-box-wrapper:last-child {
  margin-bottom: 2.30769rem;
}
@media (min-width: 768px) {
  /* line 1182, ../sass/styles.scss */
  .campaigns .campaign-box-wrapper,
  .performances .campaign-box-wrapper {
    min-height: 320px;
    max-height: 320px;
    margin-bottom: 3.84615rem;
    width: 49.61832%;
    float: left;
    margin-right: 0.76336%;
  }
  /* line 1209, ../sass/styles.scss */
  .campaigns .campaign-box-wrapper:nth-child(2n),
  .performances .campaign-box-wrapper:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
  /* line 1213, ../sass/styles.scss */
  .campaigns .campaign-box-wrapper:last-child,
  .performances .campaign-box-wrapper:last-child {
    margin-bottom: inherit;
  }
}
/* line 1219, ../sass/styles.scss */
.campaigns .campaign-box-wrapper .campaign-text,
.performances .campaign-box-wrapper .campaign-text {
  position: absolute;
  top: 20px;
  padding-right: 1.2rem;
}
@media (min-width: 768px) {
  /* line 1219, ../sass/styles.scss */
  .campaigns .campaign-box-wrapper .campaign-text,
  .performances .campaign-box-wrapper .campaign-text {
    top: 40px;
  }
}
/* line 1229, ../sass/styles.scss */
.campaigns .campaign-box-wrapper .campaign-text .campaign-icon,
.performances .campaign-box-wrapper .campaign-text .campaign-icon {
  background-image: url("../images/campaign-icon.png");
  height: 17px;
  width: 17px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 0.27273rem;
}
/* line 1238, ../sass/styles.scss */
.campaigns .campaign-box-wrapper .campaign-text h3,
.performances .campaign-box-wrapper .campaign-text h3 {
  color: #94D8E7;
  text-align: left;
  text-transform: uppercase;
  font-family: "BwStretchMedium";
  letter-spacing: 1px;
  line-height: 1.2rem;
  font-size: 1.2rem;
  margin-bottom: 0.42857rem;
}
/* line 1249, ../sass/styles.scss */
.campaigns .campaign-box-wrapper .campaign-text h2,
.performances .campaign-box-wrapper .campaign-text h2 {
  line-height: 2rem;
  padding-bottom: 0.7rem;
  text-align: left;
  color: #FFFFFF;
  font-family: "AlegreyaSansBold";
  font-size: 2rem;
}
/* line 1257, ../sass/styles.scss */
.campaigns .campaign-box-wrapper .campaign-text h2 a,
.performances .campaign-box-wrapper .campaign-text h2 a {
  text-align: left;
  color: #FFFFFF;
  font-family: "AlegreyaSansBold";
  font-size: 2rem;
}
/* line 1265, ../sass/styles.scss */
.campaigns .campaign-box-wrapper .campaign-text p,
.performances .campaign-box-wrapper .campaign-text p {
  display: inline-block;
  color: white;
  opacity: 0;
  line-height: normal;
  font-size: 1.2rem;
  min-height: 67px;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 1277, ../sass/styles.scss */
.campaigns .campaign-box-wrapper .image-div,
.performances .campaign-box-wrapper .image-div {
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 175, ../sass/partials/_mixins.scss */
.campaigns .campaign-box-wrapper .image-div:before,
.performances .campaign-box-wrapper .image-div:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 1282, ../sass/styles.scss */
.campaigns .campaign-box-wrapper .image-div:before,
.performances .campaign-box-wrapper .image-div:before {
  background: rgba(0, 0, 0, 0.5);
}
/* line 1287, ../sass/styles.scss */
.campaigns .campaign-box-wrapper:hover,
.performances .campaign-box-wrapper:hover {
  cursor: pointer;
}
/* line 1290, ../sass/styles.scss */
.campaigns .campaign-box-wrapper:hover .image-div,
.performances .campaign-box-wrapper:hover .image-div {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 1293, ../sass/styles.scss */
.campaigns .campaign-box-wrapper:hover .image-div:before,
.performances .campaign-box-wrapper:hover .image-div:before {
  background: rgba(0, 0, 0, 0.65);
}
/* line 1299, ../sass/styles.scss */
.campaigns .campaign-box-wrapper:hover .campaign-text p,
.performances .campaign-box-wrapper:hover .campaign-text p {
  opacity: 1;
}
/* line 1306, ../sass/styles.scss */
.campaigns .campaign-link,
.performances .campaign-link {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  margin: 30px auto 0;
  text-align: center;
  color: #12355B;
  clear: left;
  width: 100%;
  display: inline-block;
}
/* line 1317, ../sass/styles.scss */
.campaigns .campaign-link a,
.performances .campaign-link a {
  color: #12355B;
}
/* line 1322, ../sass/styles.scss */
.campaigns .right-arrow,
.performances .right-arrow {
  background-image: url("../images/arrow-right-blue.png");
}
/* line 1327, ../sass/styles.scss */
.campaigns .more-link a,
.performances .more-link a {
  font-family: "AlegreyaSansMedium";
  color: #12355B;
}

/* line 1334, ../sass/styles.scss */
.performances {
  padding: 3rem 0 3rem;
  background-image: url("../images/EqualityNow_weave_pattern_white.svg");
}
/* line 1339, ../sass/styles.scss */
.performances .view-header > h1, .performances .view-header > h2, .performances .view-header > h3, .performances .view-header > h4 {
  margin-bottom: 3rem;
  text-transform: uppercase;
}
/* line 1348, ../sass/styles.scss */
.performances .more-link {
  position: initial;
}
/* line 1351, ../sass/styles.scss */
.performances .more-link:before {
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-bottom: 38px solid #FF4611;
  border-left: 38px solid transparent;
}
/* line 1361, ../sass/styles.scss */
.performances .more-link:before,
.performances .more-link a {
  position: absolute;
}
/* line 1366, ../sass/styles.scss */
.performances .more-link:hover .right-arrow,
.performances .more-link a .right-arrow:hover {
  -moz-transform: translate(3px, 0);
  -o-transform: translate(3px, 0);
  -ms-transform: translate(3px, 0);
  -webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
}
/* line 1371, ../sass/styles.scss */
.performances .more-link a {
  bottom: 2px;
  right: 3px;
}
/* line 1375, ../sass/styles.scss */
.performances .more-link a .right-arrow {
  background: url("../images/recommended-arrow-right.png") no-repeat;
  width: 14px;
  height: 14px;
  background-size: contain;
}
/* line 1386, ../sass/styles.scss */
.performances .campaign-box-wrapper .image-div:before {
  content: none;
}
/* line 1391, ../sass/styles.scss */
.performances .campaign-box-wrapper:hover {
  transform: none;
  transition: none;
}
/* line 1395, ../sass/styles.scss */
.performances .campaign-box-wrapper:hover .image-div {
  transform: none;
  transition: none;
}
/* line 1404, ../sass/styles.scss */
.performances .center-image .campaign-box-wrapper {
  float: none;
  margin: 0 auto;
}

/****** COLOURFUL PANEL [GRADIENT BLOCK] ******/
/* line 1412, ../sass/styles.scss */
.colourful-panel {
  position: relative;
  text-align: center;
  margin-top: -1px;
  background: url("../images/legal-advocacy-bg.jpg") no-repeat;
  background-position: center center !important;
  background-size: cover !important;
  color: #FFFFFF;
  padding: 3rem 0;
}
@media (min-width: 768px) {
  /* line 1412, ../sass/styles.scss */
  .colourful-panel {
    padding: 6rem 0;
    background-position: center center !important;
  }
}
/* line 1428, ../sass/styles.scss */
.colourful-panel.gender-equality {
  background: url("../images/gender-equality-bg.jpg") center center no-repeat;
}
/* line 1434, ../sass/styles.scss */
.colourful-panel .panel-wrapper {
  margin: 0 auto 1.76471rem;
}
@media (min-width: 768px) {
  /* line 1434, ../sass/styles.scss */
  .colourful-panel .panel-wrapper {
    width: 59.93976%;
    margin: 0 auto 3rem;
  }
}
/* line 1444, ../sass/styles.scss */
.colourful-panel .panel-wrapper p:last-child {
  margin-bottom: 0;
}
/* line 1450, ../sass/styles.scss */
.colourful-panel .icon-diamond {
  display: block;
  margin: 1rem auto 2rem;
}
/* line 1455, ../sass/styles.scss */
.colourful-panel h2 {
  color: #FFFFFF;
  display: inline-block;
  text-transform: uppercase;
  font-style: normal;
  font-family: "BwStretchBlack";
  font-size: 2rem;
  line-height: 2.25rem;
  font-weight: normal;
  letter-spacing: normal;
}
@media (min-width: 992px) {
  /* line 1455, ../sass/styles.scss */
  .colourful-panel h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
/* line 1472, ../sass/styles.scss */
.colourful-panel p {
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-family: "AlegreyaSansLightItalic";
  color: #FFFFFF;
  margin-bottom: 1.36364rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1472, ../sass/styles.scss */
  .colourful-panel p {
    font-size: 2.5rem;
    line-height: 2.85rem;
  }
}
@media (min-width: 992px) {
  /* line 1472, ../sass/styles.scss */
  .colourful-panel p {
    font-size: 2.75rem;
    line-height: 3.1rem;
  }
}
/* line 1491, ../sass/styles.scss */
.colourful-panel a {
  font-family: "AlegreyaSansMedium";
  font-size: 1.3rem;
  font-weight: normal;
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  /* line 1491, ../sass/styles.scss */
  .colourful-panel a {
    font-size: 1.5rem;
  }
}
/* line 1503, ../sass/styles.scss */
.colourful-panel a:hover .right-arrow {
  -moz-transform: translate(10px, 0);
  -o-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  -webkit-transform: translate(10px, 0);
  transform: translate(10px, 0);
}

/************* PROGRESS COUNTER ***************/
/* line 1512, ../sass/styles.scss */
.progress-counter:before {
  content: none;
}
@media (min-width: 768px) {
  /* line 1516, ../sass/styles.scss */
  .progress-counter > p {
    max-width: 57.83133%;
    margin-right: auto;
    margin-left: auto;
  }
}
/* line 1524, ../sass/styles.scss */
.progress-counter .counter-container {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  /* line 1524, ../sass/styles.scss */
  .progress-counter .counter-container {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1524, ../sass/styles.scss */
  .progress-counter .counter-container {
    width: 91.56627%;
  }
}
@media (min-width: 992px) {
  /* line 1524, ../sass/styles.scss */
  .progress-counter .counter-container {
    width: 74.6988%;
  }
}
/* line 1543, ../sass/styles.scss */
.progress-counter .counter-container .counter {
  margin: 2rem 0;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  line-height: normal;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 1543, ../sass/styles.scss */
  .progress-counter .counter-container .counter {
    margin: 2.5rem 0 2.5rem;
    width: 30.43478%;
    float: left;
    margin-right: 4.34783%;
  }
}
/* line 1561, ../sass/styles.scss */
.progress-counter .counter-container .counter.counter-3 {
  margin-right: 0;
}
/* line 1565, ../sass/styles.scss */
.progress-counter .counter-container .counter .number {
  font-size: 160px;
  font-family: "BwStretchBook";
  letter-spacing: -10px;
  text-align: center;
  line-height: 130px;
}
@media (min-width: 768px) {
  /* line 1565, ../sass/styles.scss */
  .progress-counter .counter-container .counter .number {
    font-size: 125px;
  }
}
@media (min-width: 1200px) {
  /* line 1565, ../sass/styles.scss */
  .progress-counter .counter-container .counter .number {
    font-size: 160px;
  }
}
/* line 1582, ../sass/styles.scss */
.progress-counter .counter-container .counter .bar {
  width: 95%;
  height: 6px;
  -moz-transform: skew(-45deg, 0deg);
  -o-transform: skew(-45deg, 0deg);
  -ms-transform: skew(-45deg, 0deg);
  -webkit-transform: skew(-45deg, 0deg);
  transform: skew(-45deg, 0deg);
  background-color: #FF4611;
  margin: 1rem auto;
}
/* line 1592, ../sass/styles.scss */
.progress-counter .counter-container .counter .descriptor {
  font-size: 160px;
  font-family: "BwStretchMedium";
  font-size: 26px;
  text-transform: uppercase;
  font-weight: lighter;
  text-align: center;
}

/* Hide image links show for the parent divs background */
/* line 1605, ../sass/styles.scss */
.image-link {
  display: none;
}

/***************** LIST VIEW *****************/
/* line 1611, ../sass/styles.scss */
.list-view .views-row {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 0;
  border-top: 2px solid #E7D6BF;
}
/* line 1617, ../sass/styles.scss */
.list-view .views-row:last-child {
  border-bottom: 2px solid #E7D6BF;
}
/* line 1621, ../sass/styles.scss */
.list-view .views-row h2.block-title {
  display: inline-block;
}
/* line 1625, ../sass/styles.scss */
.list-view .views-row .views-field-field-event-image,
.list-view .views-row .views-field-field-press-image {
  float: left;
  max-width: 128px;
  max-height: 128px;
}
@media (min-width: 992px) {
  /* line 1625, ../sass/styles.scss */
  .list-view .views-row .views-field-field-event-image,
  .list-view .views-row .views-field-field-press-image {
    max-width: 75px;
    max-height: 75px;
  }
}
/* line 1637, ../sass/styles.scss */
.list-view .views-row .views-field-field-event-image img,
.list-view .views-row .views-field-field-press-image img {
  width: 128px;
  height: 128px;
  border: 1px solid #E7D6BF;
  float: left;
}
@media (min-width: 992px) {
  /* line 1637, ../sass/styles.scss */
  .list-view .views-row .views-field-field-event-image img,
  .list-view .views-row .views-field-field-press-image img {
    width: 75px;
    height: 75px;
  }
}
/* line 1650, ../sass/styles.scss */
.list-view .views-row .views-field-nothing {
  float: left;
  padding-left: 1.11111rem;
  width: 68%;
  width: calc(100% - 128px);
}
@media (min-width: 992px) {
  /* line 1650, ../sass/styles.scss */
  .list-view .views-row .views-field-nothing {
    width: 91%;
    width: calc(100% - 75px);
  }
}
/* line 1664, ../sass/styles.scss */
.list-view .views-row .list-title a,
.list-view .views-row .views-field-title a {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  color: #12355B;
  font-family: "AlegreyaSansBold";
  font-size: 1.25rem;
  margin-bottom: 0.35294rem;
}
/* line 1674, ../sass/styles.scss */
.list-view .views-row .date-display-single,
.list-view .views-row .list-content,
.list-view .views-row .list-content .date-display-range,
.list-view .views-row .list-content .date-display-range span,
.list-view .views-row .list-content a,
.list-view .views-row .views-field-field-event-date,
.list-view .views-row .views-field-field-event-location a {
  float: left;
  color: #5D5247;
  font-size: 0.75rem;
  line-height: normal;
}
/* line 1687, ../sass/styles.scss */
.list-view .views-row .date-display-range,
.list-view .views-row .date-display-single,
.list-view .views-row .list-content .date-display-range {
  margin-right: 0.75rem;
  padding-right: 0.75rem;
  border-right: 1px solid #5D5247;
}
/* line 1694, ../sass/styles.scss */
.list-view .views-row .date-display-range span,
.list-view .views-row .date-display-single span,
.list-view .views-row .list-content .date-display-range span {
  float: none;
}
/* line 1697, ../sass/styles.scss */
.list-view .views-row .date-display-range span:first-line,
.list-view .views-row .date-display-single span:first-line,
.list-view .views-row .list-content .date-display-range span:first-line {
  font-weight: bold;
}
/* line 1701, ../sass/styles.scss */
.list-view .views-row .date-display-range span:first-word,
.list-view .views-row .date-display-single span:first-word,
.list-view .views-row .list-content .date-display-range span:first-word {
  font-size: 5rem;
  text-transform: uppercase;
}
/* line 1708, ../sass/styles.scss */
.list-view .views-row .list-content a,
.list-view .views-row .views-field-field-event-location {
  text-transform: uppercase;
}

/* ------------------------------------------
                    HOME
--------------------------------------------- */
/* BANNER SECTION */
/* line 1719, ../sass/styles.scss */
#main {
  position: relative;
  padding-top: 140px;
  z-index: 0;
}
@media (min-width: 768px) {
  /* line 1719, ../sass/styles.scss */
  #main {
    padding-top: 70px;
  }
}
@media (min-width: 992px) {
  /* line 1719, ../sass/styles.scss */
  #main {
    padding-top: 165px;
  }
}
/* line 1745, ../sass/styles.scss */
#main .banner-image {
  min-height: 225px;
  max-height: 225px;
}
@media (min-width: 768px) {
  /* line 1745, ../sass/styles.scss */
  #main .banner-image {
    min-height: 315px;
    max-height: 315px;
  }
}
/* line 1755, ../sass/styles.scss */
#main .banner-image.large {
  min-height: 315px;
  max-height: 315px;
}
@media (min-width: 992px) {
  /* line 1755, ../sass/styles.scss */
  #main .banner-image.large {
    min-height: 515px;
    max-height: 515px;
  }
}
/* line 1766, ../sass/styles.scss */
#main .banner-carousel {
  position: relative;
}
@media (min-width: 768px) {
  /* line 1766, ../sass/styles.scss */
  #main .banner-carousel {
    margin-top: 0;
  }
}
/* line 1784, ../sass/styles.scss */
#main .banner-carousel .banner-image {
  height: 100%;
  background-size: cover !important;
  background: #FFFFFF;
}
/* line 1792, ../sass/styles.scss */
#main .banner-carousel .title-section {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  padding-top: 0;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 1792, ../sass/styles.scss */
  #main .banner-carousel .title-section {
    bottom: 10px;
    max-width: 100%;
    margin: 0;
  }
}
/* line 1810, ../sass/styles.scss */
#main .title-section {
  text-align: center;
}
/* line 1814, ../sass/styles.scss */
#main .title {
  color: #FFFFFF;
  margin-bottom: 1rem;
  font-family: "BwStretchBook";
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 4rem;
}
@media (min-width: 480px) {
  /* line 1814, ../sass/styles.scss */
  #main .title {
    font-size: 4.25rem;
    line-height: 5rem;
  }
}
@media (min-width: 768px) {
  /* line 1814, ../sass/styles.scss */
  #main .title {
    font-size: 7.5rem;
    line-height: 8rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  /* line 1814, ../sass/styles.scss */
  #main .title {
    font-size: 9rem;
    line-height: 9rem;
    margin-bottom: 0;
  }
}
/* line 1842, ../sass/styles.scss */
#main .title.default {
  color: #5D5247;
}

/* line 1851, ../sass/styles.scss */
.front #main .banner-carousel:after {
  content: "";
  position: absolute;
  height: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/black-stripe.png") left bottom repeat-x;
}

/* line 1867, ../sass/styles.scss */
.front.node-type-basic-page-with-hero #main .banner-image {
  min-height: 660px;
  max-height: 660px;
}
@media (min-width: 768px) {
  /* line 1867, ../sass/styles.scss */
  .front.node-type-basic-page-with-hero #main .banner-image {
    min-height: 515px;
    max-height: 515px;
  }
}

/* line 1881, ../sass/styles.scss */
.not-front.node-type-basic-page-with-hero.section-take-action #main .banner-image {
  min-height: 310px;
  max-height: 310px;
}
@media (min-width: 768px) {
  /* line 1881, ../sass/styles.scss */
  .not-front.node-type-basic-page-with-hero.section-take-action #main .banner-image {
    min-height: 515px;
    max-height: 515px;
  }
}

/* line 1893, ../sass/styles.scss */
.share-bar {
  float: left;
}
/* line 1896, ../sass/styles.scss */
.share-bar a,
.share-bar li {
  color: #FFFFFF;
}
/* line 1901, ../sass/styles.scss */
.share-bar li {
  float: left;
  padding: 0 0.25rem;
  font-size: 0.8rem;
}
/* line 1906, ../sass/styles.scss */
.share-bar li a {
  background: #131D2C;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
}

/* ------------------------------------------
          PAGE SHARE BLOCK [MOBILE ONLY]
--------------------------------------------- */
@media (min-width: 992px) {
  /* line 1917, ../sass/styles.scss */
  .share-page-block-mobile {
    display: none;
  }
}

/* line 1927, ../sass/styles.scss */
.node-type-content-detail-page .sharethis-wrapper,
.node-type-issues-page .sharethis-wrapper,
.node-type-list-page .sharethis-wrapper {
  margin-bottom: 0.75rem;
}

/* ------------------------------------------
            FILTER FORM STRUCTURE
--------------------------------------------- */
/* line 1939, ../sass/styles.scss */
.card-layout.take-action-grid .views-exposed-form,
.node-type-blog-page .views-exposed-form,
.node-type-list-page .views-exposed-form {
  margin-bottom: 1.30435rem;
}
/* line 1942, ../sass/styles.scss */
.card-layout.take-action-grid .views-exposed-form .views-exposed-widget,
.node-type-blog-page .views-exposed-form .views-exposed-widget,
.node-type-list-page .views-exposed-form .views-exposed-widget {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  /* line 1942, ../sass/styles.scss */
  .card-layout.take-action-grid .views-exposed-form .views-exposed-widget,
  .node-type-blog-page .views-exposed-form .views-exposed-widget,
  .node-type-list-page .views-exposed-form .views-exposed-widget {
    width: 33.33333%;
    float: left;
    padding: 0 0.1875rem 0 0;
  }
  /* line 1953, ../sass/styles.scss */
  .card-layout.take-action-grid .views-exposed-form .views-exposed-widget.views-widget-sort-order,
  .node-type-blog-page .views-exposed-form .views-exposed-widget.views-widget-sort-order,
  .node-type-list-page .views-exposed-form .views-exposed-widget.views-widget-sort-order {
    float: right;
    margin-right: 0;
    padding-right: 0;
  }
}
/* line 1963, ../sass/styles.scss */
.card-layout.take-action-grid .views-exposed-form .views-exposed-widget label,
.node-type-blog-page .views-exposed-form .views-exposed-widget label,
.node-type-list-page .views-exposed-form .views-exposed-widget label {
  display: none;
}
/* line 1967, ../sass/styles.scss */
.card-layout.take-action-grid .views-exposed-form .views-exposed-widget input,
.node-type-blog-page .views-exposed-form .views-exposed-widget input,
.node-type-list-page .views-exposed-form .views-exposed-widget input {
  margin: 0;
  background: #16A3C4;
  border-radius: 0;
  max-height: 36px;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 1977, ../sass/styles.scss */
.card-layout.take-action-grid .views-exposed-form .views-widget-sort-by,
.node-type-blog-page .views-exposed-form .views-widget-sort-by,
.node-type-list-page .views-exposed-form .views-widget-sort-by {
  display: none;
}
/* line 1982, ../sass/styles.scss */
.card-layout.take-action-grid .description,
.node-type-blog-page .description,
.node-type-list-page .description {
  display: none;
}

/* ----------------------------------------------------------------------
***************************** INSIDE PAGES ******************************
------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
                              TAKE ACTION
------------------------------------------------------------------------- */
/* Hiding the actual node and rendering it via tpl file */
/* !important because it has to be overridden in other languages.*/
/* line 1995, ../sass/styles.scss */
article {
  display: none;
}

/* line 2001, ../sass/styles.scss */
.default-page article header {
  position: relative;
}
/* line 2006, ../sass/styles.scss */
.default-page article section #comments {
  display: none;
}

/* This class will the have the styles for a basic class */
/* line 2014, ../sass/styles.scss */
.card-layout {
  margin-bottom: 15px;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  /* This class will have only styles related to urgent alert */
  /* ------------------------------------------
                TAKE ACTION VIEW 2
  --------------------------------------------- */
}
/* line 2027, ../sass/styles.scss */
.card-layout .views-field-created .location-date {
  border-left: 1px solid #FFBFAC;
  color: #FFBFAC;
}
/* line 2031, ../sass/styles.scss */
.card-layout .views-field-created .location-date,
.card-layout .views-field-created .location-date > span {
  padding-left: 0.81081rem;
}
/* line 2035, ../sass/styles.scss */
.card-layout .views-field-created .location-date:hover,
.card-layout .views-field-created .location-date > span:hover {
  color: #FFBFAC;
}
/* line 2041, ../sass/styles.scss */
.card-layout .location-date {
  float: left;
  color: #FFFFFF;
  line-height: 1rem;
  font-size: 0.8rem;
  padding-right: 0.81081rem;
  text-transform: uppercase;
}
/* line 2049, ../sass/styles.scss */
.card-layout .location-date a {
  background: url("../images/location-icon.png") center left no-repeat;
  padding-left: 1.11111rem;
  color: #FFFFFF;
  text-transform: uppercase;
}
/* line 2057, ../sass/styles.scss */
.card-layout .box-heading {
  clear: both;
}
/* line 2060, ../sass/styles.scss */
.card-layout .box-heading a {
  color: #FFFFFF;
}
/* line 2065, ../sass/styles.scss */
.card-layout .tags {
  margin-top: 0.375rem;
}
/* line 2068, ../sass/styles.scss */
.card-layout .tags a {
  color: #FFFFFF;
  font-size: 0.8rem;
  text-transform: uppercase;
}
/* line 2076, ../sass/styles.scss */
.card-layout.urgent-alert {
  background-color: #FF4611;
  padding-bottom: 1rem;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  /* line 2076, ../sass/styles.scss */
  .card-layout.urgent-alert {
    width: 49.39759%;
    float: left;
    margin-right: 1.20482%;
    min-height: 340px;
  }
  /* line 2087, ../sass/styles.scss */
  .card-layout.urgent-alert:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}
/* line 2093, ../sass/styles.scss */
.card-layout.urgent-alert .percentage-bar {
  width: 87.3494%;
  float: left;
  margin-right: 1.20482%;
  padding-top: 2px;
  line-height: 0.75rem;
}
/* line 2099, ../sass/styles.scss */
.card-layout.urgent-alert .percentage-bar img {
  width: 100%;
}
/* line 2104, ../sass/styles.scss */
.card-layout.urgent-alert .percentage-number {
  width: 11.44578%;
  float: right;
  margin-right: 0;
  font-family: "BwStretchMedium";
  font-size: 1.5rem;
  color: #FFFFFF;
  text-align: right;
  margin-top: -7.5px;
}
/* line 2114, ../sass/styles.scss */
.card-layout.urgent-alert .box-title {
  background-color: #D3380C;
}
/* line 2117, ../sass/styles.scss */
.card-layout.urgent-alert .box-title a {
  color: white;
}
/* line 2123, ../sass/styles.scss */
.card-layout .box-heading {
  font-family: "AlegreyaSansBold";
  font-size: 1.6rem;
  line-height: 1.6rem;
  padding-top: 0.31579rem;
  margin-bottom: 0.42857rem;
  min-height: 90px;
}
@media (min-width: 992px) {
  /* line 2123, ../sass/styles.scss */
  .card-layout .box-heading {
    font-size: 2rem;
    line-height: 2.1rem;
  }
}
/* line 2137, ../sass/styles.scss */
.card-layout .box-title {
  background-color: #D3380C;
  min-height: 50px;
  color: #FFFFFF !important;
  font-family: "BwStretchMedium";
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 1.2px;
  padding: 1.03448rem 1rem 0.90909rem;
  margin-bottom: 1rem;
}
/* line 2153, ../sass/styles.scss */
.card-layout.take-action-grid {
  /* Grid Styles */
}
/* line 2155, ../sass/styles.scss */
.card-layout.take-action-grid .views-row {
  overflow: hidden;
}
/* line 2158, ../sass/styles.scss */
.card-layout.take-action-grid .views-row .image-div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -moz-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  -webkit-transition: all 0.8s linear;
  transition: all 0.8s linear;
}
/* line 2167, ../sass/styles.scss */
.card-layout.take-action-grid .views-row .image-div:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: rgba(3, 8, 14, 0.8);
}
/* line 2174, ../sass/styles.scss */
.card-layout.take-action-grid .views-row:nth-child(1), .card-layout.take-action-grid .views-row:nth-child(8) {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  /* line 2178, ../sass/styles.scss */
  .card-layout.take-action-grid .views-row:nth-child(1) .box-heading, .card-layout.take-action-grid .views-row:nth-child(8) .box-heading {
    font-size: 2.05rem;
    line-height: 2.1rem;
    max-width: 66.26506%;
  }
}
/* line 2186, ../sass/styles.scss */
.card-layout.take-action-grid .views-row:nth-child(1) .take-action-btn, .card-layout.take-action-grid .views-row:nth-child(8) .take-action-btn {
  margin-top: 1.66667rem;
}
@media (min-width: 768px) {
  /* line 2186, ../sass/styles.scss */
  .card-layout.take-action-grid .views-row:nth-child(1) .take-action-btn, .card-layout.take-action-grid .views-row:nth-child(8) .take-action-btn {
    margin-top: 2.5rem;
  }
}
/* line 2195, ../sass/styles.scss */
.card-layout.take-action-grid .views-row:nth-child(2), .card-layout.take-action-grid .views-row:nth-child(3), .card-layout.take-action-grid .views-row:nth-child(4), .card-layout.take-action-grid .views-row:nth-child(5), .card-layout.take-action-grid .views-row:nth-child(6), .card-layout.take-action-grid .views-row:nth-child(7) {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  /* line 2195, ../sass/styles.scss */
  .card-layout.take-action-grid .views-row:nth-child(2), .card-layout.take-action-grid .views-row:nth-child(3), .card-layout.take-action-grid .views-row:nth-child(4), .card-layout.take-action-grid .views-row:nth-child(5), .card-layout.take-action-grid .views-row:nth-child(6), .card-layout.take-action-grid .views-row:nth-child(7) {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
  }
}
/* line 2210, ../sass/styles.scss */
.card-layout.take-action-grid .views-row:nth-child(2):hover .image-div:before, .card-layout.take-action-grid .views-row:nth-child(3):hover .image-div:before, .card-layout.take-action-grid .views-row:nth-child(4):hover .image-div:before, .card-layout.take-action-grid .views-row:nth-child(5):hover .image-div:before, .card-layout.take-action-grid .views-row:nth-child(6):hover .image-div:before, .card-layout.take-action-grid .views-row:nth-child(7):hover .image-div:before {
  content: "";
  background: #FF4611 !important;
}
@media (min-width: 768px) {
  /* line 2218, ../sass/styles.scss */
  .card-layout.take-action-grid .views-row:nth-child(4), .card-layout.take-action-grid .views-row:nth-child(7) {
    float: right;
    margin-right: 0;
  }
}
/* line 2228, ../sass/styles.scss */
.card-layout.take-action-grid .views-row:nth-child(1):hover .image-div, .card-layout.take-action-grid .views-row:nth-child(8):hover .image-div {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 2231, ../sass/styles.scss */
.card-layout.take-action-grid .views-row:nth-child(1):hover .image-div:before, .card-layout.take-action-grid .views-row:nth-child(8):hover .image-div:before {
  background: rgba(0, 0, 0, 0.5) !important;
}
/* line 2237, ../sass/styles.scss */
.card-layout.take-action-grid .views-row:nth-child(1) .little-box, .card-layout.take-action-grid .views-row:nth-child(8) .little-box {
  margin-top: 0;
}
/* line 2243, ../sass/styles.scss */
.card-layout.take-action-grid .views-row:nth-child(8) .little-box {
  margin-top: 1em;
}
/* line 2249, ../sass/styles.scss */
.card-layout.take-action-grid .little-box {
  margin-top: 1em;
  margin-bottom: 0;
  background-color: #131D2C;
  color: #FFFFFF;
  height: 260px;
  padding: 1.03448rem;
  position: relative;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 2260, ../sass/styles.scss */
.card-layout.take-action-grid .little-box .location-date,
.card-layout.take-action-grid .little-box .views-field-created,
.card-layout.take-action-grid .little-box .views-field-field-country,
.card-layout.take-action-grid .little-box .views-field-field-take-action-link,
.card-layout.take-action-grid .little-box .views-field-title {
  position: relative;
}
/* line 2268, ../sass/styles.scss */
.card-layout.take-action-grid .little-box .views-field-field-tag- .tags {
  position: absolute;
  width: 100%;
  margin: 0;
  bottom: 10px;
  line-height: 1rem;
}
/* line 2275, ../sass/styles.scss */
.card-layout.take-action-grid .little-box .views-field-field-tag- .tags a {
  color: #FFFFFF;
}
/* line 2280, ../sass/styles.scss */
.card-layout.take-action-grid .little-box .take-action-btn {
  margin-top: 1.66667rem;
}
/* line 2283, ../sass/styles.scss */
.card-layout.take-action-grid .little-box .take-action-btn:hover:before {
  content: none;
}
/* line 2288, ../sass/styles.scss */
.card-layout.take-action-grid .little-box:hover {
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
/* line 2291, ../sass/styles.scss */
.card-layout.take-action-grid .little-box:hover:before {
  content: none;
}
/* line 2300, ../sass/styles.scss */
.card-layout.take-action-grid .little-box:hover .take-action-btn svg {
  fill: #FAF5EF;
}
/* line 2304, ../sass/styles.scss */
.card-layout.take-action-grid .little-box:hover .take-action-btn a {
  color: #FF4611;
}
/* line 2309, ../sass/styles.scss */
.card-layout.take-action-grid .little-box:hover .location-date {
  color: #FFBFAC;
}
/* line 2314, ../sass/styles.scss */
.card-layout.take-action-grid .little-box .take-action-btn {
  margin-left: 0;
  margin-bottom: 0;
}
/* line 2319, ../sass/styles.scss */
.card-layout.take-action-grid .little-box .box-heading,
.card-layout.take-action-grid .little-box .location-date,
.card-layout.take-action-grid .little-box .tags {
  padding-left: 0;
}
/* line 2325, ../sass/styles.scss */
.card-layout.take-action-grid .little-box .box-heading {
  font-size: 1.6rem;
  line-height: 1.75rem;
  min-height: 90px;
  max-height: 100px;
}
/* line 2332, ../sass/styles.scss */
.card-layout.take-action-grid .little-box .location-date {
  float: left;
  color: #94D8E7;
  border-color: #94D8E7;
}
/* line 2337, ../sass/styles.scss */
.card-layout.take-action-grid .little-box .location-date a {
  background: url("../images/location-icon.png") center left no-repeat;
  color: #FFFFFF;
  text-transform: uppercase;
}

/* line 2347, ../sass/styles.scss */
.hero-text {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin: 3rem auto;
}
/* line 2354, ../sass/styles.scss */
.hero-text p {
  color: #FFFFFF;
  font-size: 1.3rem;
  line-height: 1.76471rem;
}
@media (min-width: 768px) {
  /* line 2347, ../sass/styles.scss */
  .hero-text {
    max-width: 588px;
  }
}

/* ------------------------------------------
                CONTENT DETAIL
--------------------------------------------- */
/* line 2374, ../sass/styles.scss */
.body-top {
  padding-top: 2.72727rem;
}

/* line 2380, ../sass/styles.scss */
.front #content-bottom {
  padding: 0;
}

/* line 2384, ../sass/styles.scss */
#content-bottom {
  background: #FFFFFF;
  position: relative;
  z-index: 0;
}

/* line 2390, ../sass/styles.scss */
.sidebar-left {
  display: none;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  /* line 2390, ../sass/styles.scss */
  .sidebar-left {
    width: 11.44578%;
    float: left;
    margin-right: 1.20482%;
    display: block;
  }
}
@media (min-width: 1200px) {
  /* line 2390, ../sass/styles.scss */
  .sidebar-left {
    padding-right: 8.43373%;
  }
}
/* line 2406, ../sass/styles.scss */
.sidebar-left h2 {
  margin-left: 0;
}

/* line 2414, ../sass/styles.scss */
.connect h2,
.share-page-block-mobile h2,
.sidebar-left h2 {
  color: #131D2C;
  margin-bottom: 0.66667rem;
  text-align: center;
  display: block;
  font-size: 0.95rem;
  line-height: normal;
  text-transform: uppercase;
  font-family: "BwStretchMedium";
  letter-spacing: 1.07px;
}
@media (min-width: 768px) {
  /* line 2414, ../sass/styles.scss */
  .connect h2,
  .share-page-block-mobile h2,
  .sidebar-left h2 {
    text-align: left;
  }
}
/* line 2430, ../sass/styles.scss */
.connect .sharethis-wrapper,
.share-page-block-mobile .sharethis-wrapper,
.sidebar-left .sharethis-wrapper {
  text-align: center;
}
@media (min-width: 768px) {
  /* line 2430, ../sass/styles.scss */
  .connect .sharethis-wrapper,
  .share-page-block-mobile .sharethis-wrapper,
  .sidebar-left .sharethis-wrapper {
    text-align: left;
    margin-left: -2px;
  }
  /* line 2437, ../sass/styles.scss */
  .connect .sharethis-wrapper span,
  .share-page-block-mobile .sharethis-wrapper span,
  .sidebar-left .sharethis-wrapper span {
    display: block;
  }
}
/* line 2443, ../sass/styles.scss */
.connect .sharethis-wrapper .stButton,
.share-page-block-mobile .sharethis-wrapper .stButton,
.sidebar-left .sharethis-wrapper .stButton {
  margin: 0;
}
/* line 2446, ../sass/styles.scss */
.connect .sharethis-wrapper .stButton .stLarge,
.share-page-block-mobile .sharethis-wrapper .stButton .stLarge,
.sidebar-left .sharethis-wrapper .stButton .stLarge {
  width: 35px;
  height: 28px;
}
/* line 2454, ../sass/styles.scss */
.connect .sharethis-wrapper .st_facebook_large .stButton span,
.share-page-block-mobile .sharethis-wrapper .st_facebook_large .stButton span,
.sidebar-left .sharethis-wrapper .st_facebook_large .stButton span {
  background: url("../images/facebook-blue.png") !important;
}
/* line 2462, ../sass/styles.scss */
.connect .sharethis-wrapper .st_twitter_large .stButton span,
.share-page-block-mobile .sharethis-wrapper .st_twitter_large .stButton span,
.sidebar-left .sharethis-wrapper .st_twitter_large .stButton span {
  background: url("../images/twitter-blue.png") !important;
}
/* line 2470, ../sass/styles.scss */
.connect .sharethis-wrapper .st_linkedin_large .stButton span,
.share-page-block-mobile .sharethis-wrapper .st_linkedin_large .stButton span,
.sidebar-left .sharethis-wrapper .st_linkedin_large .stButton span {
  background: url("../images/linkedin-blue.png") !important;
}
/* line 2478, ../sass/styles.scss */
.connect .sharethis-wrapper .st_email_large .stButton span,
.share-page-block-mobile .sharethis-wrapper .st_email_large .stButton span,
.sidebar-left .sharethis-wrapper .st_email_large .stButton span {
  background: url("../images/email-blue.png") !important;
}

/* line 2489, ../sass/styles.scss */
.bt-content p a,
.general-content p a {
  display: inline;
  font-family: "AlegreyaSansBold";
  text-decoration: none;
  color: #5D5247;
  border-bottom: 1px solid #FF4611;
}
/* line 2496, ../sass/styles.scss */
.bt-content p a.cta,
.general-content p a.cta {
  font-family: "BwStretchBlack";
  color: #FF4611;
}
/* line 2501, ../sass/styles.scss */
.bt-content p a:hover,
.general-content p a:hover {
  color: #12355B;
}
/* line 2507, ../sass/styles.scss */
.bt-content .region-content,
.general-content .region-content {
  *zoom: 1;
}
/* line 38, ../../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.bt-content .region-content:after,
.general-content .region-content:after {
  content: "";
  display: table;
  clear: both;
}
/* line 2511, ../sass/styles.scss */
.bt-content h1, .bt-content h2, .bt-content h3, .bt-content h4, .bt-content h5, .bt-content h6, .bt-content p,
.general-content h1,
.general-content h2,
.general-content h3,
.general-content h4,
.general-content h5,
.general-content h6,
.general-content p {
  margin-bottom: 1rem;
}

/* line 2522, ../sass/styles.scss */
.action-detail-sidebar h2,
.bt-content h2,
.general-content h2,
.resources-sidebar h2,
.resources-sidebar-mobile h2,
.sidebar-menu-mobile h2 {
  font-size: 1.65rem;
  font-family: "BwStretchBlack";
  color: #12355B;
  text-transform: uppercase;
  line-height: 1.65rem;
  letter-spacing: 1px;
  line-height: 32px;
  margin-bottom: 13px;
  letter-spacing: 1.5px;
}

/* line 2536, ../sass/styles.scss */
.general-content h2 {
  margin: 1.2rem 0;
}

@media (min-width: 992px) {
  /* line 2541, ../sass/styles.scss */
  .bt-content,
  .content-bottom-body {
    padding-right: 3rem;
  }
}

/* line 2548, ../sass/styles.scss */
.bt-content {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  /* line 2548, ../sass/styles.scss */
  .bt-content {
    width: 53.61446%;
    float: left;
    margin-right: 1.20482%;
    padding-right: 4.21687%;
  }
}
/* line 2558, ../sass/styles.scss */
.bt-content .cont-title {
  margin-bottom: 1.5rem;
}
/* line 2562, ../sass/styles.scss */
.bt-content .highlighted-text {
  margin: -0.25rem 0 1rem;
}
/* line 2565, ../sass/styles.scss */
.bt-content .highlighted-text a,
.bt-content .highlighted-text p {
  color: #12355B;
}
/* line 2570, ../sass/styles.scss */
.bt-content .highlighted-text p {
  font-size: 1.65rem;
  font-family: "BwStretchMedium";
  text-transform: uppercase;
  line-height: 2.32rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 2570, ../sass/styles.scss */
  .bt-content .highlighted-text p {
    /* IE10+ specific styles go here */
    line-height: 2.5rem;
  }
}
/* line 2582, ../sass/styles.scss */
.bt-content .highlighted-text a {
  display: inline;
  font-family: "BwStretchBlack";
  text-decoration: none;
  border-bottom: 1px solid #FF4611;
}

@media (min-width: 992px) {
  /* line 2592, ../sass/styles.scss */
  .full-width .bt-content {
    width: 83.13253%;
    float: left;
    margin-right: 1.20482%;
    padding-right: 4.21687%;
  }
}

/* line 2609, ../sass/styles.scss */
html:lang(en) .bt-content .highlighted-text p:first-child:first-letter, html:lang(es) .bt-content .highlighted-text p:first-child:first-letter, html:lang(fr) .bt-content .highlighted-text p:first-child:first-letter {
  float: left;
  color: #FF4611;
  line-height: 1em;
  font-size: 4.65rem;
  padding-right: 5px;
}

/* line 2623, ../sass/styles.scss */
.action-detail-sidebar,
.action-detail-sidebar,
.resources-sidebar,
.resources-sidebar-mobile,
.sidebar-right,
.sidebar-right-mobile,
.sidebar-menu-mobile {
  background: url("../images/weave-pattern-light-blue.svg") no-repeat center center;
  background-size: cover;
  position: relative;
  color: #FFFFFF;
  padding: 1.2rem 0;
  margin-bottom: 2rem;
}
/* line 2637, ../sass/styles.scss */
.action-detail-sidebar:after,
.action-detail-sidebar:after,
.resources-sidebar:after,
.resources-sidebar-mobile:after,
.sidebar-right:after,
.sidebar-right-mobile:after,
.sidebar-menu-mobile:after {
  content: '';
  position: absolute;
  top: 8px;
  right: -8px;
  left: 8px;
  bottom: -8px;
  border: 2px solid #E7D6BF;
  z-index: -1;
}
/* line 2648, ../sass/styles.scss */
.action-detail-sidebar .field-label,
.action-detail-sidebar img.file-icon,
.action-detail-sidebar .field-label,
.action-detail-sidebar img.file-icon,
.resources-sidebar .field-label,
.resources-sidebar img.file-icon,
.resources-sidebar-mobile .field-label,
.resources-sidebar-mobile img.file-icon,
.sidebar-right .field-label,
.sidebar-right img.file-icon,
.sidebar-right-mobile .field-label,
.sidebar-right-mobile img.file-icon,
.sidebar-menu-mobile .field-label,
.sidebar-menu-mobile img.file-icon {
  display: none;
}

/* line 2657, ../sass/styles.scss */
.resources-sidebar.menu,
.sidebar-menu-mobile.menu {
  background: #FF4611;
}
/* line 2660, ../sass/styles.scss */
.resources-sidebar.menu h2,
.sidebar-menu-mobile.menu h2 {
  background: #B92C03;
}
/* line 2665, ../sass/styles.scss */
.resources-sidebar.menu ul > li,
.sidebar-menu-mobile.menu ul > li {
  list-style-position: outside;
  margin-left: 1.2rem;
  padding-right: 1rem;
}
/* line 2670, ../sass/styles.scss */
.resources-sidebar.menu ul > li > ul > li,
.sidebar-menu-mobile.menu ul > li > ul > li {
  list-style-type: disc;
  margin-left: 2rem;
}
/* line 2675, ../sass/styles.scss */
.resources-sidebar.menu ul > li a,
.sidebar-menu-mobile.menu ul > li a {
  color: #FFFFFF;
}
/* line 2678, ../sass/styles.scss */
.resources-sidebar.menu ul > li a:hover,
.sidebar-menu-mobile.menu ul > li a:hover {
  color: #B92C03;
}
/* line 2686, ../sass/styles.scss */
.resources-sidebar.join-us, .resources-sidebar.sidebar-block,
.sidebar-menu-mobile.join-us,
.sidebar-menu-mobile.sidebar-block {
  background: #B00053;
}
/* line 2690, ../sass/styles.scss */
.resources-sidebar.join-us h2, .resources-sidebar.sidebar-block h2,
.sidebar-menu-mobile.join-us h2,
.sidebar-menu-mobile.sidebar-block h2 {
  background: #D40164;
}
/* line 2694, ../sass/styles.scss */
.resources-sidebar.join-us p, .resources-sidebar.sidebar-block p,
.sidebar-menu-mobile.join-us p,
.sidebar-menu-mobile.sidebar-block p {
  line-height: 1.3rem;
  font-size: 1rem;
  color: white;
  margin-bottom: 1rem;
}
/* line 2703, ../sass/styles.scss */
.resources-sidebar.join-us .common-button-holder:hover:before, .resources-sidebar.sidebar-block .common-button-holder:hover:before,
.sidebar-menu-mobile.join-us .common-button-holder:hover:before,
.sidebar-menu-mobile.sidebar-block .common-button-holder:hover:before {
  background: #D40164;
}
/* line 2707, ../sass/styles.scss */
.resources-sidebar.join-us .common-button-holder:hover a, .resources-sidebar.sidebar-block .common-button-holder:hover a,
.sidebar-menu-mobile.join-us .common-button-holder:hover a,
.sidebar-menu-mobile.sidebar-block .common-button-holder:hover a {
  color: #FFFFFF;
}
/* line 2712, ../sass/styles.scss */
.resources-sidebar.join-us .common-button-holder a, .resources-sidebar.sidebar-block .common-button-holder a,
.sidebar-menu-mobile.join-us .common-button-holder a,
.sidebar-menu-mobile.sidebar-block .common-button-holder a {
  color: #D40164;
}
/* line 2717, ../sass/styles.scss */
.resources-sidebar.join-us.blue, .resources-sidebar.sidebar-block.blue,
.sidebar-menu-mobile.join-us.blue,
.sidebar-menu-mobile.sidebar-block.blue {
  background: url('../images/weave-pattern-light-blue.svg?1487154383') no-repeat center center;
  background-size: cover;
}
/* line 2721, ../sass/styles.scss */
.resources-sidebar.join-us.blue h2, .resources-sidebar.sidebar-block.blue h2,
.sidebar-menu-mobile.join-us.blue h2,
.sidebar-menu-mobile.sidebar-block.blue h2 {
  background: #12355B;
}
/* line 2727, ../sass/styles.scss */
.resources-sidebar.join-us.blue .common-button-holder:hover:before, .resources-sidebar.sidebar-block.blue .common-button-holder:hover:before,
.sidebar-menu-mobile.join-us.blue .common-button-holder:hover:before,
.sidebar-menu-mobile.sidebar-block.blue .common-button-holder:hover:before {
  background: #94D8E7;
}
/* line 2731, ../sass/styles.scss */
.resources-sidebar.join-us.blue .common-button-holder:hover a, .resources-sidebar.sidebar-block.blue .common-button-holder:hover a,
.sidebar-menu-mobile.join-us.blue .common-button-holder:hover a,
.sidebar-menu-mobile.sidebar-block.blue .common-button-holder:hover a {
  color: #FFFFFF;
}
/* line 2736, ../sass/styles.scss */
.resources-sidebar.join-us.blue .common-button-holder a, .resources-sidebar.sidebar-block.blue .common-button-holder a,
.sidebar-menu-mobile.join-us.blue .common-button-holder a,
.sidebar-menu-mobile.sidebar-block.blue .common-button-holder a {
  color: #94D8E7;
}
/* line 2742, ../sass/styles.scss */
.resources-sidebar.join-us.orange, .resources-sidebar.sidebar-block.orange,
.sidebar-menu-mobile.join-us.orange,
.sidebar-menu-mobile.sidebar-block.orange {
  background: #FF4611;
}
/* line 2745, ../sass/styles.scss */
.resources-sidebar.join-us.orange h2, .resources-sidebar.sidebar-block.orange h2,
.sidebar-menu-mobile.join-us.orange h2,
.sidebar-menu-mobile.sidebar-block.orange h2 {
  background: #D3380C;
}
/* line 2751, ../sass/styles.scss */
.resources-sidebar.join-us.orange .common-button-holder:hover:before, .resources-sidebar.sidebar-block.orange .common-button-holder:hover:before,
.sidebar-menu-mobile.join-us.orange .common-button-holder:hover:before,
.sidebar-menu-mobile.sidebar-block.orange .common-button-holder:hover:before {
  background: #D3380C;
}
/* line 2755, ../sass/styles.scss */
.resources-sidebar.join-us.orange .common-button-holder:hover a, .resources-sidebar.sidebar-block.orange .common-button-holder:hover a,
.sidebar-menu-mobile.join-us.orange .common-button-holder:hover a,
.sidebar-menu-mobile.sidebar-block.orange .common-button-holder:hover a {
  color: #FFFFFF;
}
/* line 2760, ../sass/styles.scss */
.resources-sidebar.join-us.orange .common-button-holder a, .resources-sidebar.sidebar-block.orange .common-button-holder a,
.sidebar-menu-mobile.join-us.orange .common-button-holder a,
.sidebar-menu-mobile.sidebar-block.orange .common-button-holder a {
  color: #FF4611;
}

/* line 2768, ../sass/styles.scss */
.sidebar-right,
.sidebar-right-mobile {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 1.2rem;
  min-width: 240px;
  font-size: 1rem;
  line-height: 1.15rem;
  font-family: "AlegreyaSansMedium";
}
@media (min-width: 992px) {
  /* line 2768, ../sass/styles.scss */
  .sidebar-right,
  .sidebar-right-mobile {
    width: 28.31325%;
    float: left;
    max-width: 240px;
  }
}
/* line 2785, ../sass/styles.scss */
.sidebar-right a,
.sidebar-right-mobile a {
  padding: 0.75rem;
}
/* line 2786, ../sass/styles.scss */
.sidebar-right a.facebook-footer, .sidebar-right a.twitter-footer,
.sidebar-right-mobile a.facebook-footer,
.sidebar-right-mobile a.twitter-footer {
  display: inline-block;
}
/* line 2791, ../sass/styles.scss */
.sidebar-right a.facebook-footer,
.sidebar-right-mobile a.facebook-footer {
  background: url("../images/facebook-white-icon.png") center center no-repeat !important;
  margin: 1rem 0.6rem 0 0;
}
/* line 2796, ../sass/styles.scss */
.sidebar-right a.twitter-footer,
.sidebar-right-mobile a.twitter-footer {
  background: url("../images/twitter-white-icon.png") center center no-repeat !important;
  margin: 1rem 0 0 0;
}
/* line 2804, ../sass/styles.scss */
.sidebar-right .sharethis-wrapper,
.sidebar-right-mobile .sharethis-wrapper {
  margin: 0.75rem 0 0;
}
/* line 2807, ../sass/styles.scss */
.sidebar-right .sharethis-wrapper .stButton,
.sidebar-right-mobile .sharethis-wrapper .stButton {
  margin: 0;
}
/* line 2810, ../sass/styles.scss */
.sidebar-right .sharethis-wrapper .stButton .stLarge,
.sidebar-right-mobile .sharethis-wrapper .stButton .stLarge {
  width: 20px;
  height: 20px;
}
/* line 2817, ../sass/styles.scss */
.sidebar-right .sharethis-wrapper .st_facebook_large .stButton,
.sidebar-right-mobile .sharethis-wrapper .st_facebook_large .stButton {
  padding-right: 0.6rem;
}
/* line 2818, ../sass/styles.scss */
.sidebar-right .sharethis-wrapper .st_facebook_large .stButton span,
.sidebar-right-mobile .sharethis-wrapper .st_facebook_large .stButton span {
  background: url("../images/facebook-white-icon.png") center center no-repeat !important;
}
/* line 2828, ../sass/styles.scss */
.sidebar-right .sharethis-wrapper .st_twitter_large .stButton span,
.sidebar-right-mobile .sharethis-wrapper .st_twitter_large .stButton span {
  background: url("../images/twitter-white-icon.png") center center no-repeat !important;
}
/* line 2834, ../sass/styles.scss */
.sidebar-right .sharethis-wrapper .st_email_large,
.sidebar-right .sharethis-wrapper .st_linkedin_large,
.sidebar-right .sharethis-wrapper .st_facebook_large,
.sidebar-right-mobile .sharethis-wrapper .st_email_large,
.sidebar-right-mobile .sharethis-wrapper .st_linkedin_large,
.sidebar-right-mobile .sharethis-wrapper .st_facebook_large {
  display: none;
}

@media (min-width: 992px) {
  /* line 2842, ../sass/styles.scss */
  .general-content {
    margin-left: 12.6506%;
    width: 53.61446%;
    float: left;
    margin-right: 1.20482%;
    padding-right: 4.21687%;
  }
}

/* line 2852, ../sass/styles.scss */
.action-detail-sidebar,
.resources-sidebar,
.resources-sidebar-mobile,
.sidebar-menu-mobile {
  padding-top: 0;
  margin-top: 0.5rem;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  min-width: 240px;
}
@media (min-width: 992px) {
  /* line 2852, ../sass/styles.scss */
  .action-detail-sidebar,
  .resources-sidebar,
  .resources-sidebar-mobile,
  .sidebar-menu-mobile {
    width: 19.87952%;
    float: left;
    margin-right: 1.20482%;
    max-width: 240px;
  }
}
/* line 2870, ../sass/styles.scss */
.action-detail-sidebar h2,
.resources-sidebar h2,
.resources-sidebar-mobile h2,
.sidebar-menu-mobile h2 {
  padding: 1rem;
  background: #12355B;
  color: #FFFFFF;
  margin-bottom: 1.2rem;
}
/* line 2877, ../sass/styles.scss */
.action-detail-sidebar .views-row,
.resources-sidebar .views-row,
.resources-sidebar-mobile .views-row,
.sidebar-menu-mobile .views-row {
  padding: 0 1.2rem;
  margin-bottom: 0;
  font-family: "AlegreyaSansMedium";
  font-weight: normal;
  line-height: 20px;
}
/* line 2884, ../sass/styles.scss */
.action-detail-sidebar .views-row .entity,
.resources-sidebar .views-row .entity,
.resources-sidebar-mobile .views-row .entity,
.sidebar-menu-mobile .views-row .entity {
  margin-bottom: 0.69767rem;
}
/* line 2887, ../sass/styles.scss */
.action-detail-sidebar .views-row .entity:last-child,
.resources-sidebar .views-row .entity:last-child,
.resources-sidebar-mobile .views-row .entity:last-child,
.sidebar-menu-mobile .views-row .entity:last-child {
  margin-bottom: 0;
}
/* line 2892, ../sass/styles.scss */
.action-detail-sidebar .views-row .field-name-field-resource-author .field-item,
.resources-sidebar .views-row .field-name-field-resource-author .field-item,
.resources-sidebar-mobile .views-row .field-name-field-resource-author .field-item,
.sidebar-menu-mobile .views-row .field-name-field-resource-author .field-item {
  font-size: 0.8rem;
  line-height: normal;
  text-transform: uppercase;
}
/* line 2900, ../sass/styles.scss */
.action-detail-sidebar .views-row .field-name-field-resource a,
.action-detail-sidebar .views-row .field-name-field-web-resources a,
.resources-sidebar .views-row .field-name-field-resource a,
.resources-sidebar .views-row .field-name-field-web-resources a,
.resources-sidebar-mobile .views-row .field-name-field-resource a,
.resources-sidebar-mobile .views-row .field-name-field-web-resources a,
.sidebar-menu-mobile .views-row .field-name-field-resource a,
.sidebar-menu-mobile .views-row .field-name-field-web-resources a {
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-transform: none;
}
/* line 2907, ../sass/styles.scss */
.action-detail-sidebar .views-row .field-name-field-resource a:hover,
.action-detail-sidebar .views-row .field-name-field-web-resources a:hover,
.resources-sidebar .views-row .field-name-field-resource a:hover,
.resources-sidebar .views-row .field-name-field-web-resources a:hover,
.resources-sidebar-mobile .views-row .field-name-field-resource a:hover,
.resources-sidebar-mobile .views-row .field-name-field-web-resources a:hover,
.sidebar-menu-mobile .views-row .field-name-field-resource a:hover,
.sidebar-menu-mobile .views-row .field-name-field-web-resources a:hover {
  color: #12355B;
}

/* line 2915, ../sass/styles.scss */
.resources-sidebar,
.sidebar-right {
  display: none;
}
@media (min-width: 992px) {
  /* line 2915, ../sass/styles.scss */
  .resources-sidebar,
  .sidebar-right {
    display: block;
  }
}

/* line 2924, ../sass/styles.scss */
.resources-sidebar-mobile,
.sidebar-right-mobile,
.sidebar-menu-mobile,
.sidebar-right-plain-block-mobile {
  display: inline-block;
  width: 92%;
  width: calc(100% - 60px);
  margin: 0 1.5rem 1.875rem;
  margin-bottom: calc(1.5rem + 8px);
}
@media (min-width: 992px) {
  /* line 2924, ../sass/styles.scss */
  .resources-sidebar-mobile,
  .sidebar-right-mobile,
  .sidebar-menu-mobile,
  .sidebar-right-plain-block-mobile {
    display: none;
  }
}
/* line 2939, ../sass/styles.scss */
.resources-sidebar-mobile .resource-side-bar,
.sidebar-right-mobile .resource-side-bar,
.sidebar-menu-mobile .resource-side-bar,
.sidebar-right-plain-block-mobile .resource-side-bar {
  padding-right: 0;
}

/* line 2944, ../sass/styles.scss */
.action-detail-sidebar {
  background: #12355B;
  margin-top: 0;
  padding: 1rem;
}
/* line 2949, ../sass/styles.scss */
.action-detail-sidebar p {
  color: #FFFFFF;
}
/* line 2953, ../sass/styles.scss */
.action-detail-sidebar h2 {
  margin: 0 0 1rem;
  padding: 0;
  margin-bottom: 13px;
}
/* line 2959, ../sass/styles.scss */
.action-detail-sidebar ul {
  float: left;
}
/* line 2962, ../sass/styles.scss */
.action-detail-sidebar ul li {
  list-style: initial;
  list-style-position: outside;
  margin: 0 0 1rem 1rem;
}
/* line 2969, ../sass/styles.scss */
.action-detail-sidebar ol {
  float: left;
  list-style-type: decimal;
  padding-left: 0.85714rem;
}
/* line 2974, ../sass/styles.scss */
.action-detail-sidebar ol li {
  margin-bottom: 1rem;
  font-family: "AlegreyaSansMedium";
  line-height: 1rem;
}
/* line 2981, ../sass/styles.scss */
.action-detail-sidebar .en-progress-bar {
  float: none;
  background: url("../images/sidebar-blue-bg.jpg") no-repeat;
  background-size: cover;
  width: auto;
  padding: 1rem;
  margin: 0 -1rem 1rem;
}
/* line 2989, ../sass/styles.scss */
.action-detail-sidebar .en-progress-bar .percentage-number {
  font-family: "BwStretchBook";
  font-size: 5rem;
  line-height: 5.25rem;
}
/* line 2995, ../sass/styles.scss */
.action-detail-sidebar .en-progress-bar .percentage-text {
  *zoom: 1;
  font-size: 1rem;
}
/* line 38, ../../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.action-detail-sidebar .en-progress-bar .percentage-text:after {
  content: "";
  display: table;
  clear: both;
}
/* line 3000, ../sass/styles.scss */
.action-detail-sidebar .en-progress-bar .percentage-text span {
  float: left;
}
/* line 3005, ../sass/styles.scss */
.action-detail-sidebar .en-progress-bar .percentage-text-image {
  float: right;
  margin-top: 0.1rem;
}

/* line 1, ../sass/partials/_wysiwyg.scss */
.pull-quote {
  position: relative;
  padding-left: 2rem;
  max-width: 420px;
  line-height: normal;
  margin: 2.30769rem 2rem 2.30769rem 0;
}
@media (min-width: 768px) {
  /* line 1, ../sass/partials/_wysiwyg.scss */
  .pull-quote {
    float: left;
  }
}
@media (min-width: 992px) {
  /* line 1, ../sass/partials/_wysiwyg.scss */
  .pull-quote {
    margin: 3rem;
    margin-left: -9.375rem;
  }
}
/* line 19, ../sass/partials/_wysiwyg.scss */
.pull-quote:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #D40164;
  transform: skewY(-25deg);
}
/* line 30, ../sass/partials/_wysiwyg.scss */
.pull-quote p {
  font-family: "AlegreyaSansLightItalic";
  font-size: 2rem;
  line-height: 2.25rem;
  color: #D40164;
}
/* line 37, ../sass/partials/_wysiwyg.scss */
.pull-quote p em {
  display: block;
  font-family: "BwStretchBlack";
  font-size: 1.05rem;
  line-height: 1.5rem;
  margin-top: 1.25rem;
  text-transform: uppercase;
}
/* line 48, ../sass/partials/_wysiwyg.scss */
.pull-quote.orange p {
  color: #FF4611;
}
/* line 52, ../sass/partials/_wysiwyg.scss */
.pull-quote.orange:before {
  background: #FF4611;
}
/* line 58, ../sass/partials/_wysiwyg.scss */
.pull-quote.blue p {
  color: #12355B;
}
/* line 62, ../sass/partials/_wysiwyg.scss */
.pull-quote.blue:before {
  background: #12355B;
}

/* line 68, ../sass/partials/_wysiwyg.scss */
.box-frame {
  padding: 1.5rem;
  background: #EEEEEE;
  border: 1px solid #CCCCCC;
}
/* line 73, ../sass/partials/_wysiwyg.scss */
.box-frame h3 {
  margin: 1.03448rem 0 1.5rem 0;
}
/* line 77, ../sass/partials/_wysiwyg.scss */
.box-frame p {
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}

/* line 3014, ../sass/styles.scss */
.large-image-block {
  margin: 0.66667rem 0 0.85714rem;
}
@media (min-width: 992px) {
  /* line 3014, ../sass/styles.scss */
  .large-image-block {
    margin: 3rem 0 6.81818rem;
  }
}
/* line 3022, ../sass/styles.scss */
.large-image-block img {
  max-width: 100%;
  float: left;
}
/* line 3027, ../sass/styles.scss */
.large-image-block .large-image {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 0;
  background: url("../images/large-img-triangle-full.jpg") top left no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  /* line 3027, ../sass/styles.scss */
  .large-image-block .large-image {
    padding: 3rem;
  }
}
/* line 3040, ../sass/styles.scss */
.large-image-block .content-holder {
  position: relative;
  bottom: 1.76471rem;
  display: inline-block;
  padding: 0.5rem 0.75rem 0;
}
/* line 3046, ../sass/styles.scss */
.large-image-block .content-holder .content {
  position: relative;
  z-index: 1;
  padding: 1.5rem;
  background: white;
}
/* line 3053, ../sass/styles.scss */
.large-image-block .content-holder .content .copy p {
  margin-bottom: 0.5rem;
}
/* line 3056, ../sass/styles.scss */
.large-image-block .content-holder .content .copy p:last-of-type {
  display: inline;
}
@media (min-width: 992px) {
  /* line 3040, ../sass/styles.scss */
  .large-image-block .content-holder {
    position: absolute;
    bottom: -0.40161%;
    max-width: 49.39759%;
    bottom: -5%;
    margin: 0 0 0 13.38688%;
    padding: 0;
    display: block;
  }
}
/* line 3074, ../sass/styles.scss */
.large-image-block .content-holder:after {
  content: "";
  z-index: -1;
  position: absolute;
  background: url("../images/large-image-stripe-bg.png") top left;
  top: -8px;
  bottom: -8px;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  /* line 3074, ../sass/styles.scss */
  .large-image-block .content-holder:after {
    left: -8px;
    right: -8px;
  }
}
/* line 3090, ../sass/styles.scss */
.large-image-block .content-holder .icon-diamond {
  display: inline-block;
}
/* line 3094, ../sass/styles.scss */
.large-image-block .content-holder p {
  color: #5D5247;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 3099, ../sass/styles.scss */
.large-image-block .content-holder p.photo-credit {
  margin-top: 0.85714rem;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-family: "AlegreyaSansLight";
}
/* line 3107, ../sass/styles.scss */
.large-image-block .content-holder p.photo-credit span {
  font-family: "AlegreyaSansMedium";
  border-bottom: 1px solid #FF4611;
}

/* line 3116, ../sass/styles.scss */
.issues-alerts-wrapper {
  padding: 4.28571rem 0 3.75rem;
  margin: 1.66667rem 0 3rem;
  position: relative;
  background: url("../images/issue-action-bg.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 0;
  overflow-y: hidden;
  z-index: 0;
}
/* line 3127, ../sass/styles.scss */
.issues-alerts-wrapper .stripe.white {
  background-image: url('../images/light-stripe.png?1487154383');
}
@media (min-width: 1200px) {
  /* line 3132, ../sass/styles.scss */
  .issues-alerts-wrapper .container {
    max-width: 895px;
  }
}
/* line 3138, ../sass/styles.scss */
.issues-alerts-wrapper .more-link {
  margin-top: 1.5rem;
}
/* line 3142, ../sass/styles.scss */
.issues-alerts-wrapper div.block-title {
  position: relative;
  margin: -4.83871rem auto 0;
  width: 159px;
  height: 159px;
  color: #000000;
  text-align: center;
  z-index: -1;
}
@media (min-width: 768px) {
  /* line 3142, ../sass/styles.scss */
  .issues-alerts-wrapper div.block-title {
    max-width: 189px;
    max-height: 189px;
  }
}
/* line 3157, ../sass/styles.scss */
.issues-alerts-wrapper div.block-title:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #FFFFFF;
  z-index: -1;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 3172, ../sass/styles.scss */
.issues-alerts-wrapper h2.block-title, .issues-alerts-wrapper h2.title-sub {
  text-transform: uppercase;
}
/* line 3177, ../sass/styles.scss */
.issues-alerts-wrapper h2.block-title {
  font-family: "BwStretchBlack";
  font-size: 2rem;
  line-height: 2rem;
  color: #2B323A;
  text-align: center;
  padding-top: 3rem;
  letter-spacing: 2px;
  max-width: 140px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  /* line 3177, ../sass/styles.scss */
  .issues-alerts-wrapper h2.block-title {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
}
/* line 3194, ../sass/styles.scss */
.issues-alerts-wrapper h2.title-sub {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  font-family: "BwStretchBook";
  font-size: 3.5rem;
  line-height: 3.5rem;
  margin: 3rem 0 3.125rem;
  color: #FFFFFF;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 3194, ../sass/styles.scss */
  .issues-alerts-wrapper h2.title-sub {
    font-size: 4.5rem;
    line-height: 5rem;
  }
}
/* line 3211, ../sass/styles.scss */
.issues-alerts-wrapper .card-layout {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  /* line 3211, ../sass/styles.scss */
  .issues-alerts-wrapper .card-layout {
    padding: 0 2.14286rem 0 0;
  }
  /* line 3217, ../sass/styles.scss */
  .issues-alerts-wrapper .card-layout:nth-child(2n) {
    padding-right: 0;
    padding-left: 2.14286rem;
  }
}
/* line 3224, ../sass/styles.scss */
.issues-alerts-wrapper .card-layout .box-heading,
.issues-alerts-wrapper .card-layout .en-progress-bar,
.issues-alerts-wrapper .card-layout .location-date,
.issues-alerts-wrapper .card-layout .tags {
  padding: 0 0.36145rem;
}
/* line 3231, ../sass/styles.scss */
.issues-alerts-wrapper .card-layout .location-date {
  padding-bottom: 0.42857rem;
  min-height: 23px;
}
/* line 3236, ../sass/styles.scss */
.issues-alerts-wrapper .card-layout.urgent-alert {
  background: none;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  /* line 3236, ../sass/styles.scss */
  .issues-alerts-wrapper .card-layout.urgent-alert {
    min-height: 285px;
  }
}
/* line 3246, ../sass/styles.scss */
.issues-alerts-wrapper .card-layout .en-progress-bar .container {
  padding: 0;
}
/* line 3250, ../sass/styles.scss */
.issues-alerts-wrapper .card-layout .en-progress-bar .percentage-bar {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 3254, ../sass/styles.scss */
.issues-alerts-wrapper .card-layout .en-progress-bar .percentage-text {
  width: 87.3494%;
  float: left;
  margin-right: 1.20482%;
  font-size: 1rem;
}
/* line 3260, ../sass/styles.scss */
.issues-alerts-wrapper .card-layout .en-progress-bar .percentage-text-image {
  background: url("../images/email-icon-1.5x.png") center center no-repeat;
  width: 32px;
  height: 10px;
}
/* line 3266, ../sass/styles.scss */
.issues-alerts-wrapper .card-layout .en-progress-bar .percentage-number {
  width: 11.44578%;
  float: right;
  margin-right: 0;
  font-size: 1.65rem;
  text-align: right;
  color: #FF4611;
}
/* line 3275, ../sass/styles.scss */
.issues-alerts-wrapper .card-layout .take-action-btn {
  margin-left: 0.375rem;
}
/* line 3279, ../sass/styles.scss */
.issues-alerts-wrapper .card-layout .box-heading {
  font-size: 1.35rem;
  line-height: 1.45rem;
}
@media (min-width: 768px) {
  /* line 3279, ../sass/styles.scss */
  .issues-alerts-wrapper .card-layout .box-heading {
    font-size: 1.75rem;
    line-height: 1.85rem;
  }
}

/* line 3294, ../sass/styles.scss */
.i18n-fr .issues-alerts-wrapper h2.block-title {
  padding-top: 4.15rem;
}

/* line 3303, ../sass/styles.scss */
.node-type-issues-page #content-bottom .cb-top {
  padding-bottom: 3.75rem;
}

/* ------------------------------------------
          LIST, BLOG & TAXONOMY PAGES
--------------------------------------------- */
/* line 8, ../sass/partials/_lists.scss */
.node-type-blog-page .bt-content, .node-type-blog-page .content-bottom-body,
.node-type-list-page .bt-content,
.node-type-list-page .content-bottom-body,
.node-type-press-clip .bt-content,
.node-type-press-clip .content-bottom-body,
.page-taxonomy-term .bt-content,
.page-taxonomy-term .content-bottom-body {
  padding-right: 0;
}
/* line 12, ../sass/partials/_lists.scss */
.node-type-blog-page .highlighted-text-wrapper,
.node-type-list-page .highlighted-text-wrapper,
.node-type-press-clip .highlighted-text-wrapper,
.page-taxonomy-term .highlighted-text-wrapper {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  margin-bottom: 2.72727rem;
}
/* line 19, ../sass/partials/_lists.scss */
.node-type-blog-page .highlighted-text,
.node-type-list-page .highlighted-text,
.node-type-press-clip .highlighted-text,
.page-taxonomy-term .highlighted-text {
  display: inline-block;
}
@media (min-width: 768px) {
  /* line 19, ../sass/partials/_lists.scss */
  .node-type-blog-page .highlighted-text,
  .node-type-list-page .highlighted-text,
  .node-type-press-clip .highlighted-text,
  .page-taxonomy-term .highlighted-text {
    width: 53.61446%;
    margin: 0 auto;
  }
}
/* line 28, ../sass/partials/_lists.scss */
.node-type-blog-page .highlighted-text p,
.node-type-list-page .highlighted-text p,
.node-type-press-clip .highlighted-text p,
.page-taxonomy-term .highlighted-text p {
  color: #5D5247;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
/* line 35, ../sass/partials/_lists.scss */
.node-type-blog-page .sidebar-left,
.node-type-list-page .sidebar-left,
.node-type-press-clip .sidebar-left,
.page-taxonomy-term .sidebar-left {
  display: none;
  margin-top: 0;
}
@media (min-width: 992px) {
  /* line 35, ../sass/partials/_lists.scss */
  .node-type-blog-page .sidebar-left,
  .node-type-list-page .sidebar-left,
  .node-type-press-clip .sidebar-left,
  .page-taxonomy-term .sidebar-left {
    display: block;
  }
}
/* line 46, ../sass/partials/_lists.scss */
.node-type-blog-page .bt-content,
.node-type-list-page .bt-content,
.node-type-press-clip .bt-content,
.page-taxonomy-term .bt-content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  /* line 46, ../sass/partials/_lists.scss */
  .node-type-blog-page .bt-content,
  .node-type-list-page .bt-content,
  .node-type-press-clip .bt-content,
  .page-taxonomy-term .bt-content {
    width: 74.6988%;
    float: left;
    margin-right: 1.20482%;
  }
}
/* line 54, ../sass/partials/_lists.scss */
.node-type-blog-page .bt-content .block-views,
.node-type-list-page .bt-content .block-views,
.node-type-press-clip .bt-content .block-views,
.page-taxonomy-term .bt-content .block-views {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 57, ../sass/partials/_lists.scss */
.node-type-blog-page .bt-content .block-views:first-child,
.node-type-list-page .bt-content .block-views:first-child,
.node-type-press-clip .bt-content .block-views:first-child,
.page-taxonomy-term .bt-content .block-views:first-child {
  margin-bottom: 6.81818rem;
}
/* line 62, ../sass/partials/_lists.scss */
.node-type-blog-page .bt-content .view-header,
.node-type-list-page .bt-content .view-header,
.node-type-press-clip .bt-content .view-header,
.page-taxonomy-term .bt-content .view-header {
  color: #5D5247;
  margin: 0.5rem 0 1.5rem;
}
@media (min-width: 992px) {
  /* line 62, ../sass/partials/_lists.scss */
  .node-type-blog-page .bt-content .view-header,
  .node-type-list-page .bt-content .view-header,
  .node-type-press-clip .bt-content .view-header,
  .page-taxonomy-term .bt-content .view-header {
    max-width: 66.26506%;
  }
}
/* line 71, ../sass/partials/_lists.scss */
.node-type-blog-page .bt-content .views-row,
.node-type-list-page .bt-content .views-row,
.node-type-press-clip .bt-content .views-row,
.page-taxonomy-term .bt-content .views-row {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 0;
  border-top: 2px solid #E7D6BF;
}
/* line 77, ../sass/partials/_lists.scss */
.node-type-blog-page .bt-content .views-row:last-child,
.node-type-list-page .bt-content .views-row:last-child,
.node-type-press-clip .bt-content .views-row:last-child,
.page-taxonomy-term .bt-content .views-row:last-child {
  border-bottom: 2px solid #E7D6BF;
  margin-bottom: 0 !important;
}
/* line 82, ../sass/partials/_lists.scss */
.node-type-blog-page .bt-content .views-row h2.block-title,
.node-type-list-page .bt-content .views-row h2.block-title,
.node-type-press-clip .bt-content .views-row h2.block-title,
.page-taxonomy-term .bt-content .views-row h2.block-title {
  display: inline-block;
}
/* line 86, ../sass/partials/_lists.scss */
.node-type-blog-page .bt-content .views-row .views-field-field-event-image,
.node-type-blog-page .bt-content .views-row .views-field-field-press-image,
.node-type-list-page .bt-content .views-row .views-field-field-event-image,
.node-type-list-page .bt-content .views-row .views-field-field-press-image,
.node-type-press-clip .bt-content .views-row .views-field-field-event-image,
.node-type-press-clip .bt-content .views-row .views-field-field-press-image,
.page-taxonomy-term .bt-content .views-row .views-field-field-event-image,
.page-taxonomy-term .bt-content .views-row .views-field-field-press-image {
  float: left;
  max-width: 128px;
  max-height: 128px;
}
@media (min-width: 992px) {
  /* line 86, ../sass/partials/_lists.scss */
  .node-type-blog-page .bt-content .views-row .views-field-field-event-image,
  .node-type-blog-page .bt-content .views-row .views-field-field-press-image,
  .node-type-list-page .bt-content .views-row .views-field-field-event-image,
  .node-type-list-page .bt-content .views-row .views-field-field-press-image,
  .node-type-press-clip .bt-content .views-row .views-field-field-event-image,
  .node-type-press-clip .bt-content .views-row .views-field-field-press-image,
  .page-taxonomy-term .bt-content .views-row .views-field-field-event-image,
  .page-taxonomy-term .bt-content .views-row .views-field-field-press-image {
    max-width: 75px;
    max-height: 75px;
  }
}
/* line 98, ../sass/partials/_lists.scss */
.node-type-blog-page .bt-content .views-row .views-field-field-event-image img,
.node-type-blog-page .bt-content .views-row .views-field-field-press-image img,
.node-type-list-page .bt-content .views-row .views-field-field-event-image img,
.node-type-list-page .bt-content .views-row .views-field-field-press-image img,
.node-type-press-clip .bt-content .views-row .views-field-field-event-image img,
.node-type-press-clip .bt-content .views-row .views-field-field-press-image img,
.page-taxonomy-term .bt-content .views-row .views-field-field-event-image img,
.page-taxonomy-term .bt-content .views-row .views-field-field-press-image img {
  width: 128px;
  height: 128px;
  border: 1px solid #E7D6BF;
  float: left;
}
@media (min-width: 992px) {
  /* line 98, ../sass/partials/_lists.scss */
  .node-type-blog-page .bt-content .views-row .views-field-field-event-image img,
  .node-type-blog-page .bt-content .views-row .views-field-field-press-image img,
  .node-type-list-page .bt-content .views-row .views-field-field-event-image img,
  .node-type-list-page .bt-content .views-row .views-field-field-press-image img,
  .node-type-press-clip .bt-content .views-row .views-field-field-event-image img,
  .node-type-press-clip .bt-content .views-row .views-field-field-press-image img,
  .page-taxonomy-term .bt-content .views-row .views-field-field-event-image img,
  .page-taxonomy-term .bt-content .views-row .views-field-field-press-image img {
    width: 75px;
    height: 75px;
  }
}
/* line 111, ../sass/partials/_lists.scss */
.node-type-blog-page .bt-content .views-row .views-field-field-press-image,
.node-type-list-page .bt-content .views-row .views-field-field-press-image,
.node-type-press-clip .bt-content .views-row .views-field-field-press-image,
.page-taxonomy-term .bt-content .views-row .views-field-field-press-image {
  display: none;
}
@media (min-width: 768px) {
  /* line 111, ../sass/partials/_lists.scss */
  .node-type-blog-page .bt-content .views-row .views-field-field-press-image,
  .node-type-list-page .bt-content .views-row .views-field-field-press-image,
  .node-type-press-clip .bt-content .views-row .views-field-field-press-image,
  .page-taxonomy-term .bt-content .views-row .views-field-field-press-image {
    display: block;
  }
}
/* line 119, ../sass/partials/_lists.scss */
.node-type-blog-page .bt-content .views-row .views-field-nothing,
.node-type-list-page .bt-content .views-row .views-field-nothing,
.node-type-press-clip .bt-content .views-row .views-field-nothing,
.page-taxonomy-term .bt-content .views-row .views-field-nothing {
  float: left;
  padding-left: 1.11111rem;
  width: 68%;
  width: calc(100% - 128px);
}
@media (min-width: 992px) {
  /* line 119, ../sass/partials/_lists.scss */
  .node-type-blog-page .bt-content .views-row .views-field-nothing,
  .node-type-list-page .bt-content .views-row .views-field-nothing,
  .node-type-press-clip .bt-content .views-row .views-field-nothing,
  .page-taxonomy-term .bt-content .views-row .views-field-nothing {
    width: 91%;
    width: calc(100% - 75px);
  }
}
/* line 133, ../sass/partials/_lists.scss */
.node-type-blog-page .bt-content .views-row .list-title a,
.node-type-blog-page .bt-content .views-row .views-field-title a,
.node-type-list-page .bt-content .views-row .list-title a,
.node-type-list-page .bt-content .views-row .views-field-title a,
.node-type-press-clip .bt-content .views-row .list-title a,
.node-type-press-clip .bt-content .views-row .views-field-title a,
.page-taxonomy-term .bt-content .views-row .list-title a,
.page-taxonomy-term .bt-content .views-row .views-field-title a {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  color: #12355B;
  font-family: "AlegreyaSansBold";
  font-size: 1.25rem;
  margin-bottom: 0.35294rem;
}
/* line 143, ../sass/partials/_lists.scss */
.node-type-blog-page .bt-content .views-row .date-display-single,
.node-type-blog-page .bt-content .views-row .list-content,
.node-type-blog-page .bt-content .views-row .list-content .date-display-range,
.node-type-blog-page .bt-content .views-row .list-content .date-display-range span,
.node-type-blog-page .bt-content .views-row .list-content .custom-list-item,
.node-type-blog-page .bt-content .views-row .list-content .custom-list-item span,
.node-type-blog-page .bt-content .views-row .views-field-field-event-date,
.node-type-blog-page .bt-content .views-row .views-field-field-event-location a,
.node-type-list-page .bt-content .views-row .date-display-single,
.node-type-list-page .bt-content .views-row .list-content,
.node-type-list-page .bt-content .views-row .list-content .date-display-range,
.node-type-list-page .bt-content .views-row .list-content .date-display-range span,
.node-type-list-page .bt-content .views-row .list-content .custom-list-item,
.node-type-list-page .bt-content .views-row .list-content .custom-list-item span,
.node-type-list-page .bt-content .views-row .views-field-field-event-date,
.node-type-list-page .bt-content .views-row .views-field-field-event-location a,
.node-type-press-clip .bt-content .views-row .date-display-single,
.node-type-press-clip .bt-content .views-row .list-content,
.node-type-press-clip .bt-content .views-row .list-content .date-display-range,
.node-type-press-clip .bt-content .views-row .list-content .date-display-range span,
.node-type-press-clip .bt-content .views-row .list-content .custom-list-item,
.node-type-press-clip .bt-content .views-row .list-content .custom-list-item span,
.node-type-press-clip .bt-content .views-row .views-field-field-event-date,
.node-type-press-clip .bt-content .views-row .views-field-field-event-location a,
.page-taxonomy-term .bt-content .views-row .date-display-single,
.page-taxonomy-term .bt-content .views-row .list-content,
.page-taxonomy-term .bt-content .views-row .list-content .date-display-range,
.page-taxonomy-term .bt-content .views-row .list-content .date-display-range span,
.page-taxonomy-term .bt-content .views-row .list-content .custom-list-item,
.page-taxonomy-term .bt-content .views-row .list-content .custom-list-item span,
.page-taxonomy-term .bt-content .views-row .views-field-field-event-date,
.page-taxonomy-term .bt-content .views-row .views-field-field-event-location a {
  float: left;
  color: #5D5247;
  font-size: 0.75rem;
  line-height: normal;
}
/* line 157, ../sass/partials/_lists.scss */
.node-type-blog-page .bt-content .views-row .list-content a,
.node-type-list-page .bt-content .views-row .list-content a,
.node-type-press-clip .bt-content .views-row .list-content a,
.page-taxonomy-term .bt-content .views-row .list-content a {
  color: #5D5247;
  font-size: 0.75rem;
  line-height: normal;
}
/* line 163, ../sass/partials/_lists.scss */
.node-type-blog-page .bt-content .views-row .date-display-range,
.node-type-blog-page .bt-content .views-row .date-display-single,
.node-type-blog-page .bt-content .views-row .list-content .date-display-range,
.node-type-list-page .bt-content .views-row .date-display-range,
.node-type-list-page .bt-content .views-row .date-display-single,
.node-type-list-page .bt-content .views-row .list-content .date-display-range,
.node-type-press-clip .bt-content .views-row .date-display-range,
.node-type-press-clip .bt-content .views-row .date-display-single,
.node-type-press-clip .bt-content .views-row .list-content .date-display-range,
.page-taxonomy-term .bt-content .views-row .date-display-range,
.page-taxonomy-term .bt-content .views-row .date-display-single,
.page-taxonomy-term .bt-content .views-row .list-content .date-display-range {
  margin-right: 0.75rem;
  padding-right: 0.75rem;
  border-right: 1px solid #5D5247;
}
/* line 170, ../sass/partials/_lists.scss */
.node-type-blog-page .bt-content .views-row .date-display-range span,
.node-type-blog-page .bt-content .views-row .date-display-single span,
.node-type-blog-page .bt-content .views-row .list-content .date-display-range span,
.node-type-list-page .bt-content .views-row .date-display-range span,
.node-type-list-page .bt-content .views-row .date-display-single span,
.node-type-list-page .bt-content .views-row .list-content .date-display-range span,
.node-type-press-clip .bt-content .views-row .date-display-range span,
.node-type-press-clip .bt-content .views-row .date-display-single span,
.node-type-press-clip .bt-content .views-row .list-content .date-display-range span,
.page-taxonomy-term .bt-content .views-row .date-display-range span,
.page-taxonomy-term .bt-content .views-row .date-display-single span,
.page-taxonomy-term .bt-content .views-row .list-content .date-display-range span {
  float: none;
}
/* line 173, ../sass/partials/_lists.scss */
.node-type-blog-page .bt-content .views-row .date-display-range span:first-line,
.node-type-blog-page .bt-content .views-row .date-display-single span:first-line,
.node-type-blog-page .bt-content .views-row .list-content .date-display-range span:first-line,
.node-type-list-page .bt-content .views-row .date-display-range span:first-line,
.node-type-list-page .bt-content .views-row .date-display-single span:first-line,
.node-type-list-page .bt-content .views-row .list-content .date-display-range span:first-line,
.node-type-press-clip .bt-content .views-row .date-display-range span:first-line,
.node-type-press-clip .bt-content .views-row .date-display-single span:first-line,
.node-type-press-clip .bt-content .views-row .list-content .date-display-range span:first-line,
.page-taxonomy-term .bt-content .views-row .date-display-range span:first-line,
.page-taxonomy-term .bt-content .views-row .date-display-single span:first-line,
.page-taxonomy-term .bt-content .views-row .list-content .date-display-range span:first-line {
  font-weight: bold;
}
/* line 177, ../sass/partials/_lists.scss */
.node-type-blog-page .bt-content .views-row .date-display-range span:first-word,
.node-type-blog-page .bt-content .views-row .date-display-single span:first-word,
.node-type-blog-page .bt-content .views-row .list-content .date-display-range span:first-word,
.node-type-list-page .bt-content .views-row .date-display-range span:first-word,
.node-type-list-page .bt-content .views-row .date-display-single span:first-word,
.node-type-list-page .bt-content .views-row .list-content .date-display-range span:first-word,
.node-type-press-clip .bt-content .views-row .date-display-range span:first-word,
.node-type-press-clip .bt-content .views-row .date-display-single span:first-word,
.node-type-press-clip .bt-content .views-row .list-content .date-display-range span:first-word,
.page-taxonomy-term .bt-content .views-row .date-display-range span:first-word,
.page-taxonomy-term .bt-content .views-row .date-display-single span:first-word,
.page-taxonomy-term .bt-content .views-row .list-content .date-display-range span:first-word {
  font-size: 5rem;
  text-transform: uppercase;
}
/* line 185, ../sass/partials/_lists.scss */
.node-type-blog-page .bt-content .views-row .list-content .custom-list-item,
.node-type-list-page .bt-content .views-row .list-content .custom-list-item,
.node-type-press-clip .bt-content .views-row .list-content .custom-list-item,
.page-taxonomy-term .bt-content .views-row .list-content .custom-list-item {
  margin-left: 0.75rem;
  padding-left: 0.75rem;
  border-left: 1px solid #5D5247;
}
/* line 190, ../sass/partials/_lists.scss */
.node-type-blog-page .bt-content .views-row .list-content .custom-list-item:first-child,
.node-type-list-page .bt-content .views-row .list-content .custom-list-item:first-child,
.node-type-press-clip .bt-content .views-row .list-content .custom-list-item:first-child,
.page-taxonomy-term .bt-content .views-row .list-content .custom-list-item:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
/* line 198, ../sass/partials/_lists.scss */
.node-type-blog-page .bt-content .views-row .list-content a,
.node-type-blog-page .bt-content .views-row .views-field-field-event-location,
.node-type-list-page .bt-content .views-row .list-content a,
.node-type-list-page .bt-content .views-row .views-field-field-event-location,
.node-type-press-clip .bt-content .views-row .list-content a,
.node-type-press-clip .bt-content .views-row .views-field-field-event-location,
.page-taxonomy-term .bt-content .views-row .list-content a,
.page-taxonomy-term .bt-content .views-row .views-field-field-event-location {
  text-transform: uppercase;
}
/* line 207, ../sass/partials/_lists.scss */
.node-type-blog-page .events-grid .more-link,
.node-type-list-page .events-grid .more-link,
.node-type-press-clip .events-grid .more-link,
.page-taxonomy-term .events-grid .more-link {
  color: #12355B;
  margin-top: 1rem;
  text-align: left;
}
/* line 212, ../sass/partials/_lists.scss */
.node-type-blog-page .events-grid .more-link a,
.node-type-list-page .events-grid .more-link a,
.node-type-press-clip .events-grid .more-link a,
.page-taxonomy-term .events-grid .more-link a {
  color: #12355B;
  font-size: 1.25rem;
  font-family: "AlegreyaSansBold";
}
/* line 218, ../sass/partials/_lists.scss */
.node-type-blog-page .events-grid .more-link .right-arrow,
.node-type-list-page .events-grid .more-link .right-arrow,
.node-type-press-clip .events-grid .more-link .right-arrow,
.page-taxonomy-term .events-grid .more-link .right-arrow {
  background-image: url("../images/arrow-right-blue.png");
  width: 15px;
  height: 16px;
  margin-left: 0.3rem;
}

/* line 231, ../sass/partials/_lists.scss */
.node-type-list-page .bt-content .block-views:first-child {
  margin-bottom: 0;
}

/* line 239, ../sass/partials/_lists.scss */
.node-type-list-page.section-media-clips .bt-content .filtered-list-view .views-row .views-field-nothing {
  padding-left: 0;
}
@media (min-width: 768px) {
  /* line 239, ../sass/partials/_lists.scss */
  .node-type-list-page.section-media-clips .bt-content .filtered-list-view .views-row .views-field-nothing {
    padding-left: 1.11111rem;
  }
}

/* line 251, ../sass/partials/_lists.scss */
.node-type-list-page.section-events .bt-content #block-views-events-block-1,
.node-type-list-page.section-events .bt-content #block-views-events-block-3 {
  margin-bottom: 2.30769rem;
}
@media (min-width: 768px) {
  /* line 251, ../sass/partials/_lists.scss */
  .node-type-list-page.section-events .bt-content #block-views-events-block-1,
  .node-type-list-page.section-events .bt-content #block-views-events-block-3 {
    margin-bottom: 6.52174rem;
  }
}
/* line 260, ../sass/partials/_lists.scss */
.node-type-list-page.section-events .bt-content .past-grid {
  margin-bottom: 2rem;
}

/* line 268, ../sass/partials/_lists.scss */
.node-type-list-page.side-menu .bt-content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  /* line 268, ../sass/partials/_lists.scss */
  .node-type-list-page.side-menu .bt-content {
    width: 57.83133%;
    float: left;
    margin-right: 1.20482%;
    padding-right: 4.21687%;
  }
}
/* line 280, ../sass/partials/_lists.scss */
.node-type-list-page.side-menu .bt-content .highlighted-text {
  margin: -0.25rem 0 1rem;
}
/* line 283, ../sass/partials/_lists.scss */
.node-type-list-page.side-menu .bt-content .highlighted-text a,
.node-type-list-page.side-menu .bt-content .highlighted-text p {
  color: #12355B;
}
/* line 288, ../sass/partials/_lists.scss */
.node-type-list-page.side-menu .bt-content .highlighted-text p {
  font-size: 1.65rem;
  font-family: "BwStretchMedium";
  text-transform: uppercase;
  line-height: 2.32rem;
}
/* line 295, ../sass/partials/_lists.scss */
.node-type-list-page.side-menu .bt-content .highlighted-text p:first-child:first-letter {
  float: left;
  color: #FF4611;
  line-height: 1em;
  font-size: 4.65rem;
  padding-right: 5px;
}
/* line 305, ../sass/partials/_lists.scss */
.node-type-list-page.side-menu .bt-content .highlighted-text a {
  display: inline;
  font-family: "BwStretchBlack";
  text-decoration: none;
  border-bottom: 1px solid #FF4611;
}

/* line 317, ../sass/partials/_lists.scss */
.page-taxonomy-term .banner-image {
  background: url("../images/events-hero-bg.jpg") center center no-repeat;
}

/* line 325, ../sass/partials/_lists.scss */
.node-type-list-page.section-faq .bt-content .views-row {
  border: none;
}
/* line 328, ../sass/partials/_lists.scss */
.node-type-list-page.section-faq .bt-content .views-row .views-field-nothing {
  width: 100%;
}

/* line 339, ../sass/partials/_lists.scss */
.node-type-list-page.section-press-clips .not-first .bt-content .press-grid {
  display: none;
}

/* ------------------------------------------
            ACTION DETAIL PAGE
--------------------------------------------- */
/* line 3318, ../sass/styles.scss */
.node-type-action-page #main .banner-carousel .title-section,
.node-type-urgent-alert #main .banner-carousel .title-section {
  bottom: auto;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media (min-width: 992px) {
  /* line 3318, ../sass/styles.scss */
  .node-type-action-page #main .banner-carousel .title-section,
  .node-type-urgent-alert #main .banner-carousel .title-section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /* line 3326, ../sass/styles.scss */
  .node-type-action-page #main .banner-carousel .title-section .container,
  .node-type-urgent-alert #main .banner-carousel .title-section .container {
    padding: 0;
  }
}
/* line 3332, ../sass/styles.scss */
.node-type-action-page #main .banner-carousel .title-section .container,
.node-type-urgent-alert #main .banner-carousel .title-section .container {
  max-width: 100%;
}
@media (min-width: 992px) {
  /* line 3332, ../sass/styles.scss */
  .node-type-action-page #main .banner-carousel .title-section .container,
  .node-type-urgent-alert #main .banner-carousel .title-section .container {
    max-width: inherit;
  }
}
/* line 3340, ../sass/styles.scss */
.node-type-action-page #main .banner-carousel .title-section .sub-title,
.node-type-action-page #main .banner-carousel .title-section .title,
.node-type-urgent-alert #main .banner-carousel .title-section .sub-title,
.node-type-urgent-alert #main .banner-carousel .title-section .title {
  margin: 0 auto;
}
/* line 3345, ../sass/styles.scss */
.node-type-action-page #main .banner-carousel .title-section .title,
.node-type-urgent-alert #main .banner-carousel .title-section .title {
  max-width: 920px;
  font-family: "BwStretchBook";
  font-size: 3.15rem;
  line-height: 3.35rem;
  text-transform: none;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  /* line 3345, ../sass/styles.scss */
  .node-type-action-page #main .banner-carousel .title-section .title,
  .node-type-urgent-alert #main .banner-carousel .title-section .title {
    font-size: 4.15rem;
    line-height: 4.35rem;
  }
}
/* line 3359, ../sass/styles.scss */
.node-type-action-page #main .banner-carousel .title-section .sub-title,
.node-type-urgent-alert #main .banner-carousel .title-section .sub-title {
  font-family: "AlegreyaSansLightItalic";
  font-size: 1.5rem;
  line-height: 1.6rem;
  color: #FFFFFF;
  max-width: 815px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (min-width: 992px) {
  /* line 3359, ../sass/styles.scss */
  .node-type-action-page #main .banner-carousel .title-section .sub-title,
  .node-type-urgent-alert #main .banner-carousel .title-section .sub-title {
    font-size: 2rem;
    line-height: 2.1rem;
  }
}
/* line 3378, ../sass/styles.scss */
.node-type-action-page #main .banner-carousel .stripe,
.node-type-urgent-alert #main .banner-carousel .stripe {
  background: url('../images/orange-stripe.png?1487154383');
}
/* line 3383, ../sass/styles.scss */
.node-type-action-page #main .details-photo-credits,
.node-type-urgent-alert #main .details-photo-credits {
  max-width: 892px;
  margin-bottom: 1.76471rem;
}
@media (min-width: 768px) {
  /* line 3383, ../sass/styles.scss */
  .node-type-action-page #main .details-photo-credits,
  .node-type-urgent-alert #main .details-photo-credits {
    padding-left: 12.87952%;
    padding-right: 12.5rem;
  }
}
/* line 3393, ../sass/styles.scss */
.node-type-action-page #main .details-photo-credits p,
.node-type-urgent-alert #main .details-photo-credits p {
  font-size: 0.95rem;
  line-height: 1rem;
  font-family: "AlegreyaSansMedium";
}
/* line 3398, ../sass/styles.scss */
.node-type-action-page #main .details-photo-credits p em,
.node-type-urgent-alert #main .details-photo-credits p em {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-family: "AlegreyaSansLight";
  font-style: normal;
}
/* line 3405, ../sass/styles.scss */
.node-type-action-page #main .details-photo-credits p em strong,
.node-type-urgent-alert #main .details-photo-credits p em strong {
  font-family: "AlegreyaSansMedium";
}
/* line 3413, ../sass/styles.scss */
.node-type-action-page #main .bt-content .details-photo-credits,
.node-type-urgent-alert #main .bt-content .details-photo-credits {
  padding: 0;
}
/* line 3418, ../sass/styles.scss */
.node-type-action-page #main .sidebar-left,
.node-type-urgent-alert #main .sidebar-left {
  margin-top: 0;
}
/* line 3423, ../sass/styles.scss */
.node-type-action-page #main .bt-content h2,
.node-type-urgent-alert #main .bt-content h2 {
  margin-bottom: 0.81081rem;
}
/* line 3429, ../sass/styles.scss */
.node-type-action-page .body-top,
.node-type-urgent-alert .body-top {
  padding-top: 65px;
}
@media (min-width: 992px) {
  /* line 3434, ../sass/styles.scss */
  .node-type-action-page .language-switcher,
  .node-type-urgent-alert .language-switcher {
    margin-bottom: 0;
    border-top: 2px solid #E7D6BF;
    padding: 1rem 0;
  }
  /* line 3440, ../sass/styles.scss */
  .node-type-action-page .subscribe,
  .node-type-urgent-alert .subscribe {
    margin-top: -31px;
    top: 32px;
  }
}

/* line 3448, ../sass/styles.scss */
#main .bt-content .expander h2 {
  margin-bottom: 0;
}

/* line 3453, ../sass/styles.scss */
.cb-bottom .expander:last-child {
  margin-top: 1.5rem;
}

/* line 3458, ../sass/styles.scss */
.expander {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 3461, ../sass/styles.scss */
.expander .view-header {
  display: none;
}
/* line 3465, ../sass/styles.scss */
.expander .expander-sub {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.375rem;
  cursor: pointer;
}
/* line 3473, ../sass/styles.scss */
.expander .expander-sub:hover .expanded-icon:before {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 3479, ../sass/styles.scss */
.expander .expander-sub .expanded-icon,
.expander .expander-sub p {
  float: left;
}
/* line 3484, ../sass/styles.scss */
.expander .expander-sub p {
  font-family: "AlegreyaSansBold";
  font-size: 1.15rem;
  line-height: 1.15rem;
  color: #12355B;
}
/* line 3491, ../sass/styles.scss */
.expander .expander-sub .expanded-icon {
  margin: 0.23077rem 0 0 0.5rem;
  width: 12px;
  height: 12px;
}
/* line 3496, ../sass/styles.scss */
.expander .expander-sub .expanded-icon:after, .expander .expander-sub .expanded-icon:before {
  background: #12355B;
}
/* line 3506, ../sass/styles.scss */
.expander .content-summary.active .expanded-icon:before {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 3513, ../sass/styles.scss */
.expander .expanded-icon {
  position: relative;
  float: right;
  width: 22px;
  height: 22px;
  z-index: 10;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
/* line 3523, ../sass/styles.scss */
.expander .expanded-icon:hover:before {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 3528, ../sass/styles.scss */
.expander .expanded-icon:after, .expander .expanded-icon:before {
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  background: #12355B;
}
/* line 3541, ../sass/styles.scss */
.expander .expanded-icon:before {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 3545, ../sass/styles.scss */
.expander .expanded-icon:after {
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
/* line 3550, ../sass/styles.scss */
.expander .accordion-title {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  padding: 1.31579rem 0;
  border-top: 2px solid #E7D6BF;
  border-bottom: 2px solid #E7D6BF;
}
/* line 3561, ../sass/styles.scss */
.expander .accordion-title.active .expanded-icon:before, .expander .accordion-title:hover .expanded-icon:before {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 3567, ../sass/styles.scss */
.expander .accordion-title h2 {
  float: left;
  font-size: 1.65rem;
  line-height: 1.65rem;
  font-family: "BwStretchBlack";
  color: #12355B;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 3576, ../sass/styles.scss */
.expander .accordion-title h2 .icon {
  display: inline-block;
  margin-left: 0.5rem;
  width: 20px;
  height: 21px;
  vertical-align: baseline;
}
/* line 3583, ../sass/styles.scss */
.expander .accordion-title h2 .icon.icon-updates {
  background: url("../images/updates-icon.png") center center no-repeat;
}
/* line 3587, ../sass/styles.scss */
.expander .accordion-title h2 .icon.icon-resources {
  background: url("../images/resources-icon.png") center center no-repeat;
}
/* line 3594, ../sass/styles.scss */
.expander .accordion-content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  display: none;
  padding: 1.31579rem 0;
}
/* line 3600, ../sass/styles.scss */
.expander .accordion-content .content-summary {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 1.4rem 0;
  border-top: 2px solid #E7D6BF;
}
/* line 3606, ../sass/styles.scss */
.expander .accordion-content .content-summary:first-child {
  border-top: none;
  padding-top: 0;
}
/* line 3611, ../sass/styles.scss */
.expander .accordion-content .content-summary:last-child {
  border-bottom: 2px solid #E7D6BF;
}
/* line 3618, ../sass/styles.scss */
.expander .accordion-content .entity:first-child {
  border-top: none;
}
/* line 3622, ../sass/styles.scss */
.expander .accordion-content .entity .field {
  line-height: normal;
}
/* line 3625, ../sass/styles.scss */
.expander .accordion-content .entity .field .field-label {
  display: none;
}
/* line 3629, ../sass/styles.scss */
.expander .accordion-content .entity .field,
.expander .accordion-content .entity .field .field-items,
.expander .accordion-content .entity .field .field-label {
  float: left;
  font-size: 0.8rem;
}
/* line 3635, ../sass/styles.scss */
.expander .accordion-content .entity .field p,
.expander .accordion-content .entity .field .field-items p,
.expander .accordion-content .entity .field .field-label p {
  font-size: 1.15rem;
  line-height: 1.4rem;
}
/* line 3641, ../sass/styles.scss */
.expander .accordion-content .entity .field:first-child {
  border-right: 1px solid #5D5247;
  margin-right: 0.6rem;
  padding-right: 0.6rem;
}
/* line 3647, ../sass/styles.scss */
.expander .accordion-content .entity .field.field-name-field-updates-author {
  text-transform: uppercase;
}
/* line 3652, ../sass/styles.scss */
.expander .accordion-content .entity .field.field-name-field-updates-description .field-item {
  height: 65px;
  overflow: hidden;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
/* line 3662, ../sass/styles.scss */
.expander .accordion-content .views-label-field-related-resources {
  display: none;
}
/* line 3667, ../sass/styles.scss */
.expander.even {
  margin-top: 0;
}
/* line 3671, ../sass/styles.scss */
.expander:last-child {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
/* line 3675, ../sass/styles.scss */
.expander:last-child .field-collection-view {
  margin: 0;
  padding: 0;
}
/* line 3680, ../sass/styles.scss */
.expander:last-child .field-name-field-resource-title {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 3683, ../sass/styles.scss */
.expander:last-child .field-name-field-resource-title,
.expander:last-child .field-name-field-resource-title a {
  font-family: "AlegreyaSansBold";
  font-size: 1.3rem;
  color: #12355B;
}
/* line 3691, ../sass/styles.scss */
.expander:last-child .field-name-field-resource-date {
  border-right: 1px solid #5D5247;
  margin-right: 0.6rem;
  padding-right: 0.6rem;
}

/*************** LETTER BODY ****************/
/* line 3700, ../sass/styles.scss */
.letter-body {
  margin-top: 2rem;
  padding: 1.5rem;
  border: 2px solid #E7D6BF;
  margin-bottom: 2rem;
}
/* line 3706, ../sass/styles.scss */
.letter-body p {
  font-size: 1.1rem;
  line-height: 1.45rem;
}
/* line 3713, ../sass/styles.scss */
.letter-body .list-items ul li {
  font-size: 1.1rem;
  line-height: 1.45rem;
}

/* ------------------------------------------
        STYLES FOR INDIVIDUAL PAGES
--------------------------------------------- */
/* line 5, ../sass/partials/_pages.scss */
.not-front.node-type-basic-page-with-hero.section-take-action {
  background-image: url("../images/background.png");
  background-repeat: no-repeat;
  background-size: 100% 45%;
}
@media (min-width: 768px) {
  /* line 5, ../sass/partials/_pages.scss */
  .not-front.node-type-basic-page-with-hero.section-take-action {
    background-size: 100% 60%;
  }
}
@media (min-width: 1200px) {
  /* line 5, ../sass/partials/_pages.scss */
  .not-front.node-type-basic-page-with-hero.section-take-action {
    background-size: 100% auto;
  }
}
/* line 22, ../sass/partials/_pages.scss */
.not-front.node-type-basic-page-with-hero.section-take-action #main .banner-carousel:after {
  background: url("../images/blue-stripe.png") left bottom repeat-x;
}
/* line 26, ../sass/partials/_pages.scss */
.not-front.node-type-basic-page-with-hero.section-take-action #main .banner-carousel .title-section {
  bottom: 30px;
  z-index: 0;
}
@media (min-width: 768px) {
  /* line 26, ../sass/partials/_pages.scss */
  .not-front.node-type-basic-page-with-hero.section-take-action #main .banner-carousel .title-section {
    bottom: 45px;
  }
}
/* line 35, ../sass/partials/_pages.scss */
.not-front.node-type-basic-page-with-hero.section-take-action #main .banner-carousel .title-section .title {
  margin-bottom: 3.313rem;
  letter-spacing: -4px;
}
/* line 44, ../sass/partials/_pages.scss */
.not-front.node-type-basic-page-with-hero.section-take-action .sidebar-left h2 {
  color: #FFFFFF;
}
/* line 50, ../sass/partials/_pages.scss */
.not-front.node-type-basic-page-with-hero.section-take-action .sidebar-left .sharethis-wrapper [class*="st_"] svg {
  fill: #FFFFFF;
}
/* line 56, ../sass/partials/_pages.scss */
.not-front.node-type-basic-page-with-hero.section-take-action .sidebar-left .sharethis-wrapper .stButton svg {
  fill: #12355B;
}
/* line 63, ../sass/partials/_pages.scss */
.not-front.node-type-basic-page-with-hero.section-take-action #content-bottom,
.not-front.node-type-basic-page-with-hero.section-take-action .body-top {
  padding: 0;
  background: none;
}
/* line 69, ../sass/partials/_pages.scss */
.not-front.node-type-basic-page-with-hero.section-take-action .alerts-wrapper {
  max-width: 916px;
}
/* line 73, ../sass/partials/_pages.scss */
.not-front.node-type-basic-page-with-hero.section-take-action .cb-bottom {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  /* line 73, ../sass/partials/_pages.scss */
  .not-front.node-type-basic-page-with-hero.section-take-action .cb-bottom {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  /* line 73, ../sass/partials/_pages.scss */
  .not-front.node-type-basic-page-with-hero.section-take-action .cb-bottom {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    max-width: 892px;
  }
}
@media (min-width: 1200px) {
  /* line 73, ../sass/partials/_pages.scss */
  .not-front.node-type-basic-page-with-hero.section-take-action .cb-bottom {
    width: 85.24096%;
    float: left;
    margin-right: 1.20482%;
    margin-right: 0;
  }
}
/* line 98, ../sass/partials/_pages.scss */
.not-front.node-type-basic-page-with-hero.section-take-action .card-layout.urgent-alert {
  position: relative;
}
@media (min-width: 768px) {
  /* line 98, ../sass/partials/_pages.scss */
  .not-front.node-type-basic-page-with-hero.section-take-action .card-layout.urgent-alert {
    margin-top: -101px !important;
    margin-bottom: 0 !important;
  }
}
/* line 116, ../sass/partials/_pages.scss */
.not-front.node-type-basic-page-with-hero.section-take-action .card-layout.urgent-alert:first-child {
  margin-top: -78px;
}
@media (min-width: 1200px) {
  /* line 116, ../sass/partials/_pages.scss */
  .not-front.node-type-basic-page-with-hero.section-take-action .card-layout.urgent-alert:first-child {
    margin-top: -101px !important;
  }
}
/* line 125, ../sass/partials/_pages.scss */
.not-front.node-type-basic-page-with-hero.section-take-action .card-layout.urgent-alert .action-tag a {
  color: #FFFFFF;
  line-height: 1rem;
  font-size: 0.8rem;
  text-transform: uppercase;
}
/* line 133, ../sass/partials/_pages.scss */
.not-front.node-type-basic-page-with-hero.section-take-action .card-layout.urgent-alert:hover {
  background: #FFFFFF !important;
  color: #5D5247 !important;
}
/* line 138, ../sass/partials/_pages.scss */
.not-front.node-type-basic-page-with-hero.section-take-action .card-layout.urgent-alert:hover .en-progress-bar .percentage-text {
  color: #5D5247;
}
/* line 141, ../sass/partials/_pages.scss */
.not-front.node-type-basic-page-with-hero.section-take-action .card-layout.urgent-alert:hover .en-progress-bar .percentage-text .percentage-text-image {
  background-image: url("../images/email-icon-dark.png");
  background-repeat: no-repeat;
  height: 10px;
  width: 27px;
  display: inline-block;
}
/* line 150, ../sass/partials/_pages.scss */
.not-front.node-type-basic-page-with-hero.section-take-action .card-layout.urgent-alert:hover .en-progress-bar .percentage-number {
  color: #5D5247;
}
/* line 155, ../sass/partials/_pages.scss */
.not-front.node-type-basic-page-with-hero.section-take-action .card-layout.urgent-alert:hover .action-tag a {
  color: #5D5247;
}
/* line 159, ../sass/partials/_pages.scss */
.not-front.node-type-basic-page-with-hero.section-take-action .card-layout.urgent-alert:hover .box-title {
  background-color: #FAF5EF;
  color: #5D5247 !important;
}
/* line 163, ../sass/partials/_pages.scss */
.not-front.node-type-basic-page-with-hero.section-take-action .card-layout.urgent-alert:hover .box-title a {
  color: #5D5247;
}
/* line 169, ../sass/partials/_pages.scss */
.not-front.node-type-basic-page-with-hero.section-take-action .card-layout.urgent-alert:hover .take-action-btn svg {
  fill: #FF4611;
}
/* line 173, ../sass/partials/_pages.scss */
.not-front.node-type-basic-page-with-hero.section-take-action .card-layout.urgent-alert:hover .take-action-btn a {
  color: #FFFFFF;
}
/* line 177, ../sass/partials/_pages.scss */
.not-front.node-type-basic-page-with-hero.section-take-action .card-layout.urgent-alert:hover .take-action-btn:before {
  right: 0;
  background: #D3380C;
}
/* line 183, ../sass/partials/_pages.scss */
.not-front.node-type-basic-page-with-hero.section-take-action .card-layout.urgent-alert:hover .location-date {
  color: #5D5247;
}
/* line 186, ../sass/partials/_pages.scss */
.not-front.node-type-basic-page-with-hero.section-take-action .card-layout.urgent-alert:hover .location-date span {
  color: #5D5247;
}
/* line 190, ../sass/partials/_pages.scss */
.not-front.node-type-basic-page-with-hero.section-take-action .card-layout.urgent-alert:hover .location-date a {
  color: #5D5247;
  background: url("../images/location-icon-dark.png") center left no-repeat;
}
/* line 195, ../sass/partials/_pages.scss */
.not-front.node-type-basic-page-with-hero.section-take-action .card-layout.urgent-alert:hover .location-date.pipe::before {
  color: #5D5247;
}
/* line 201, ../sass/partials/_pages.scss */
.not-front.node-type-basic-page-with-hero.section-take-action .card-layout.urgent-alert:hover .box-heading a {
  color: #5D5247;
}
/* line 207, ../sass/partials/_pages.scss */
.not-front.node-type-basic-page-with-hero.section-take-action .card-layout.urgent-alert:hover .tags a {
  color: #5D5247;
}

/* line 221, ../sass/partials/_pages.scss */
.node-type-action-page #main,
.node-type-content-detail-page #main,
.node-type-list-page #main,
.section-our-approach #main {
  background: url("../images/large-img-triangle-bg.png") top left #FFFFFF no-repeat;
}

/* line 236, ../sass/partials/_pages.scss */
.node-type-content-detail-page .colourful-panel {
  margin: 3rem 0 3rem;
}

/* line 245, ../sass/partials/_pages.scss */
.node-type-blog-item.section-blog #main .banner-carousel .stripe,
.node-type-blog-item.section-blog #main .banner-image .stripe {
  background-image: url("../images/blue-stripe.png");
}

/* line 262, ../sass/partials/_pages.scss */
.node-type-content-detail-page.section-node #main .banner-carousel .stripe,
.node-type-content-detail-page.section-node #main .banner-image .stripe,
.node-type-content-detail-page.section-our-impact #main .banner-carousel .stripe,
.node-type-content-detail-page.section-our-impact #main .banner-image .stripe,
.node-type-content-detail-page.section-partners #main .banner-carousel .stripe,
.node-type-content-detail-page.section-partners #main .banner-image .stripe,
.node-type-issues-page #main .banner-carousel .stripe,
.node-type-issues-page #main .banner-image .stripe,
.node-type-list-page.section-get-involved #main .banner-carousel .stripe,
.node-type-list-page.section-get-involved #main .banner-image .stripe,
.section-sexual-violence #main .banner-carousel .stripe,
.section-sexual-violence #main .banner-image .stripe {
  background-image: url("../images/brown-stripe.png");
}
/* line 266, ../sass/partials/_pages.scss */
.node-type-content-detail-page.section-node #main .banner-carousel:after,
.node-type-content-detail-page.section-node #main .banner-image:after,
.node-type-content-detail-page.section-our-impact #main .banner-carousel:after,
.node-type-content-detail-page.section-our-impact #main .banner-image:after,
.node-type-content-detail-page.section-partners #main .banner-carousel:after,
.node-type-content-detail-page.section-partners #main .banner-image:after,
.node-type-issues-page #main .banner-carousel:after,
.node-type-issues-page #main .banner-image:after,
.node-type-list-page.section-get-involved #main .banner-carousel:after,
.node-type-list-page.section-get-involved #main .banner-image:after,
.section-sexual-violence #main .banner-carousel:after,
.section-sexual-violence #main .banner-image:after {
  background: none;
}
/* line 286, ../sass/partials/_pages.scss */
.node-type-content-detail-page.section-node .large-image-block .large-image,
.node-type-content-detail-page.section-our-impact .large-image-block .large-image,
.node-type-content-detail-page.section-partners .large-image-block .large-image,
.node-type-issues-page .large-image-block .large-image,
.node-type-list-page.section-get-involved .large-image-block .large-image,
.section-sexual-violence .large-image-block .large-image {
  background: url("../images/large-img-triangle-full.jpg") top left no-repeat;
  background-size: cover;
  padding-left: 0;
  padding-right: 0;
}
/* line 292, ../sass/partials/_pages.scss */
.node-type-content-detail-page.section-node .large-image-block .large-image img,
.node-type-content-detail-page.section-our-impact .large-image-block .large-image img,
.node-type-content-detail-page.section-partners .large-image-block .large-image img,
.node-type-issues-page .large-image-block .large-image img,
.node-type-list-page.section-get-involved .large-image-block .large-image img,
.section-sexual-violence .large-image-block .large-image img {
  width: 100%;
}
/* line 298, ../sass/partials/_pages.scss */
.node-type-content-detail-page.section-node .card-layout .en-progress-bar,
.node-type-content-detail-page.section-our-impact .card-layout .en-progress-bar,
.node-type-content-detail-page.section-partners .card-layout .en-progress-bar,
.node-type-issues-page .card-layout .en-progress-bar,
.node-type-list-page.section-get-involved .card-layout .en-progress-bar,
.section-sexual-violence .card-layout .en-progress-bar {
  margin-top: 1.2rem;
}
/* line 302, ../sass/partials/_pages.scss */
.node-type-content-detail-page.section-node .card-layout .take-action-btn,
.node-type-content-detail-page.section-our-impact .card-layout .take-action-btn,
.node-type-content-detail-page.section-partners .card-layout .take-action-btn,
.node-type-issues-page .card-layout .take-action-btn,
.node-type-list-page.section-get-involved .card-layout .take-action-btn,
.section-sexual-violence .card-layout .take-action-btn {
  margin-top: 1.36364rem;
}

/* line 309, ../sass/partials/_pages.scss */
.node-type-content-detail-page.section-our-impact .scroll-top-arrow-mobile {
  margin-top: 1.5rem;
}

/* line 315, ../sass/partials/_pages.scss */
.node-type-list-page.section-campaigns {
  background: #F5F4F2;
}
/* line 319, ../sass/partials/_pages.scss */
.node-type-list-page.section-campaigns .block-views:last-child {
  margin-top: 0;
}
/* line 324, ../sass/partials/_pages.scss */
.node-type-list-page.section-campaigns .block-views .views-row,
.node-type-list-page.section-campaigns .block-views .views-row .views-field-nothing {
  padding: 0;
}

/* line 336, ../sass/partials/_pages.scss */
.node-type-blog-page .events-grid .views-row,
.node-type-blog-page .grid-main .views-row,
.node-type-list-page .bt-content .events-grid .views-row,
.node-type-list-page .bt-content .grid-main .views-row {
  position: relative;
  z-index: 0;
  background: #FFFFFF;
  border: none;
  margin-bottom: 0.6rem;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 347, ../sass/partials/_pages.scss */
.node-type-blog-page .events-grid .views-row,
.node-type-blog-page .events-grid .views-row .views-field-nothing,
.node-type-blog-page .grid-main .views-row,
.node-type-blog-page .grid-main .views-row .views-field-nothing,
.node-type-list-page .bt-content .events-grid .views-row,
.node-type-list-page .bt-content .events-grid .views-row .views-field-nothing,
.node-type-list-page .bt-content .grid-main .views-row,
.node-type-list-page .bt-content .grid-main .views-row .views-field-nothing {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  min-height: 260px;
  max-height: 260px;
  overflow: hidden;
}
/* line 356, ../sass/partials/_pages.scss */
.node-type-blog-page .events-grid .views-row,
.node-type-blog-page .events-grid .views-row .grid-content,
.node-type-blog-page .events-grid .views-row .views-field-nothing,
.node-type-blog-page .grid-main .views-row,
.node-type-blog-page .grid-main .views-row .grid-content,
.node-type-blog-page .grid-main .views-row .views-field-nothing,
.node-type-list-page .bt-content .events-grid .views-row,
.node-type-list-page .bt-content .events-grid .views-row .grid-content,
.node-type-list-page .bt-content .events-grid .views-row .views-field-nothing,
.node-type-list-page .bt-content .grid-main .views-row,
.node-type-list-page .bt-content .grid-main .views-row .grid-content,
.node-type-list-page .bt-content .grid-main .views-row .views-field-nothing {
  min-height: 260px;
  max-height: 260px;
  overflow: hidden;
}
/* line 364, ../sass/partials/_pages.scss */
.node-type-blog-page .events-grid .views-row .image-div,
.node-type-blog-page .grid-main .views-row .image-div,
.node-type-list-page .bt-content .events-grid .views-row .image-div,
.node-type-list-page .bt-content .grid-main .views-row .image-div {
  -moz-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  -webkit-transition: all 0.8s linear;
  transition: all 0.8s linear;
}
/* line 368, ../sass/partials/_pages.scss */
.node-type-blog-page .events-grid .views-row .more-link,
.node-type-blog-page .grid-main .views-row .more-link,
.node-type-list-page .bt-content .events-grid .views-row .more-link,
.node-type-list-page .bt-content .grid-main .views-row .more-link {
  position: relative;
}
/* line 371, ../sass/partials/_pages.scss */
.node-type-blog-page .events-grid .views-row .more-link:before,
.node-type-blog-page .grid-main .views-row .more-link:before,
.node-type-list-page .bt-content .events-grid .views-row .more-link:before,
.node-type-list-page .bt-content .grid-main .views-row .more-link:before {
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-bottom: 38px solid #FF4611;
  border-left: 38px solid transparent;
}
/* line 381, ../sass/partials/_pages.scss */
.node-type-blog-page .events-grid .views-row .more-link:before,
.node-type-blog-page .events-grid .views-row .more-link a,
.node-type-blog-page .grid-main .views-row .more-link:before,
.node-type-blog-page .grid-main .views-row .more-link a,
.node-type-list-page .bt-content .events-grid .views-row .more-link:before,
.node-type-list-page .bt-content .events-grid .views-row .more-link a,
.node-type-list-page .bt-content .grid-main .views-row .more-link:before,
.node-type-list-page .bt-content .grid-main .views-row .more-link a {
  position: absolute;
}
/* line 386, ../sass/partials/_pages.scss */
.node-type-blog-page .events-grid .views-row .more-link:hover .right-arrow,
.node-type-blog-page .events-grid .views-row .more-link a .right-arrow:hover,
.node-type-blog-page .grid-main .views-row .more-link:hover .right-arrow,
.node-type-blog-page .grid-main .views-row .more-link a .right-arrow:hover,
.node-type-list-page .bt-content .events-grid .views-row .more-link:hover .right-arrow,
.node-type-list-page .bt-content .events-grid .views-row .more-link a .right-arrow:hover,
.node-type-list-page .bt-content .grid-main .views-row .more-link:hover .right-arrow,
.node-type-list-page .bt-content .grid-main .views-row .more-link a .right-arrow:hover {
  -moz-transform: translate(3px, 0);
  -o-transform: translate(3px, 0);
  -ms-transform: translate(3px, 0);
  -webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
}
/* line 391, ../sass/partials/_pages.scss */
.node-type-blog-page .events-grid .views-row .more-link a,
.node-type-blog-page .grid-main .views-row .more-link a,
.node-type-list-page .bt-content .events-grid .views-row .more-link a,
.node-type-list-page .bt-content .grid-main .views-row .more-link a {
  bottom: 2px;
  right: 3px;
}
/* line 395, ../sass/partials/_pages.scss */
.node-type-blog-page .events-grid .views-row .more-link a .right-arrow,
.node-type-blog-page .grid-main .views-row .more-link a .right-arrow,
.node-type-list-page .bt-content .events-grid .views-row .more-link a .right-arrow,
.node-type-list-page .bt-content .grid-main .views-row .more-link a .right-arrow {
  width: 14px;
  height: 14px;
}
/* line 402, ../sass/partials/_pages.scss */
.node-type-blog-page .events-grid .views-row .grid-content,
.node-type-blog-page .grid-main .views-row .grid-content,
.node-type-list-page .bt-content .events-grid .views-row .grid-content,
.node-type-list-page .bt-content .grid-main .views-row .grid-content {
  position: relative;
  padding: 1.5rem 1.2rem;
}
/* line 407, ../sass/partials/_pages.scss */
.node-type-blog-page .events-grid .views-row .grid-content .grid-title a,
.node-type-blog-page .grid-main .views-row .grid-content .grid-title a,
.node-type-list-page .bt-content .events-grid .views-row .grid-content .grid-title a,
.node-type-list-page .bt-content .grid-main .views-row .grid-content .grid-title a {
  display: inline-block;
  font-family: "AlegreyaSansBold";
  font-size: 1.55rem;
  color: #5D5247;
  line-height: 1.55rem;
  margin-bottom: 1.2rem;
  width: 100%;
}
/* line 413, ../sass/partials/_pages.scss */
.node-type-blog-page .events-grid .views-row .grid-content .grid-body p,
.node-type-blog-page .grid-main .views-row .grid-content .grid-body p,
.node-type-list-page .bt-content .events-grid .views-row .grid-content .grid-body p,
.node-type-list-page .bt-content .grid-main .views-row .grid-content .grid-body p {
  font-family: "AlegreyaSans";
  font-size: 1.125rem;
  color: #5D5247;
  line-height: 1.4rem;
}
/* line 420, ../sass/partials/_pages.scss */
.node-type-blog-page .events-grid a,
.node-type-blog-page .events-grid button,
.node-type-blog-page .events-grid p,
.node-type-blog-page .grid-main a,
.node-type-blog-page .grid-main button,
.node-type-blog-page .grid-main p,
.node-type-list-page .bt-content .events-grid a,
.node-type-list-page .bt-content .events-grid button,
.node-type-list-page .bt-content .events-grid p,
.node-type-list-page .bt-content .grid-main a,
.node-type-list-page .bt-content .grid-main button,
.node-type-list-page .bt-content .grid-main p {
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 425, ../sass/partials/_pages.scss */
.node-type-blog-page .events-grid a, .node-type-blog-page .events-grid a:hover, .node-type-blog-page .events-grid a:focus,
.node-type-blog-page .events-grid button,
.node-type-blog-page .events-grid button:hover,
.node-type-blog-page .events-grid button:focus,
.node-type-blog-page .events-grid p,
.node-type-blog-page .events-grid p:hover,
.node-type-blog-page .events-grid p:focus,
.node-type-blog-page .grid-main a,
.node-type-blog-page .grid-main a:hover,
.node-type-blog-page .grid-main a:focus,
.node-type-blog-page .grid-main button,
.node-type-blog-page .grid-main button:hover,
.node-type-blog-page .grid-main button:focus,
.node-type-blog-page .grid-main p,
.node-type-blog-page .grid-main p:hover,
.node-type-blog-page .grid-main p:focus,
.node-type-list-page .bt-content .events-grid a,
.node-type-list-page .bt-content .events-grid a:hover,
.node-type-list-page .bt-content .events-grid a:focus,
.node-type-list-page .bt-content .events-grid button,
.node-type-list-page .bt-content .events-grid button:hover,
.node-type-list-page .bt-content .events-grid button:focus,
.node-type-list-page .bt-content .events-grid p,
.node-type-list-page .bt-content .events-grid p:hover,
.node-type-list-page .bt-content .events-grid p:focus,
.node-type-list-page .bt-content .grid-main a,
.node-type-list-page .bt-content .grid-main a:hover,
.node-type-list-page .bt-content .grid-main a:focus,
.node-type-list-page .bt-content .grid-main button,
.node-type-list-page .bt-content .grid-main button:hover,
.node-type-list-page .bt-content .grid-main button:focus,
.node-type-list-page .bt-content .grid-main p,
.node-type-list-page .bt-content .grid-main p:hover,
.node-type-list-page .bt-content .grid-main p:focus {
  text-decoration: none;
  outline: 0;
}

/* line 440, ../sass/partials/_pages.scss */
.node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(1), .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(2),
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(1),
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(2) {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 317, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(1) .image-div, .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(2) .image-div,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(1) .image-div,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(2) .image-div {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 175, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(1) .image-div:before, .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(2) .image-div:before,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(1) .image-div:before,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(2) .image-div:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 322, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(1):hover .image-div, .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(2):hover .image-div,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(1):hover .image-div,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(2):hover .image-div {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 325, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(1):hover .image-div:before, .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(2):hover .image-div:before,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(1):hover .image-div:before,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(2):hover .image-div:before {
  background: rgba(0, 0, 0, 0.3);
}
/* line 331, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(1) .grid-content, .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(2) .grid-content,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(1) .grid-content,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(2) .grid-content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 335, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(1) .grid-content .grid-title a, .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(2) .grid-content .grid-title a,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(1) .grid-content .grid-title a,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(2) .grid-content .grid-title a {
  display: inline-block;
  font-family: "AlegreyaSansBold";
  font-size: 2.05rem;
  color: #FFFFFF;
  line-height: 2.05rem;
  margin-bottom: 1.2rem;
  width: 100%;
}
/* line 341, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(1) .grid-content .grid-body p, .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(2) .grid-content .grid-body p,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(1) .grid-content .grid-body p,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(2) .grid-content .grid-body p {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  /* line 445, ../sass/partials/_pages.scss */
  .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(3), .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(6), .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(8),
  .node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(3),
  .node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(6),
  .node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(8) {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
  }
}
/* line 207, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(3):hover, .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(6):hover, .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(8):hover,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(3):hover,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(6):hover,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(8):hover {
  background: #16A4C5;
}
/* line 211, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(3):hover .grid-content .grid-title a,
.node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(3):hover .grid-content .grid-body p, .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(6):hover .grid-content .grid-title a,
.node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(6):hover .grid-content .grid-body p, .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(8):hover .grid-content .grid-title a,
.node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(8):hover .grid-content .grid-body p,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(3):hover .grid-content .grid-title a,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(3):hover .grid-content .grid-body p,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(6):hover .grid-content .grid-title a,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(6):hover .grid-content .grid-body p,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(8):hover .grid-content .grid-title a,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(8):hover .grid-content .grid-body p {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  /* line 451, ../sass/partials/_pages.scss */
  .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(4), .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(5), .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(7),
  .node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(4),
  .node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(5),
  .node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(7) {
    width: 66.26506%;
    float: left;
    margin-right: 1.20482%;
  }
}
/* line 258, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(4):hover, .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(5):hover, .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(7):hover,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(4):hover,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(5):hover,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(7):hover {
  background: #16A4C5;
}
/* line 262, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(4):hover .grid-content .grid-title a,
.node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(4):hover .grid-content .grid-body p, .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(5):hover .grid-content .grid-title a,
.node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(5):hover .grid-content .grid-body p, .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(7):hover .grid-content .grid-title a,
.node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(7):hover .grid-content .grid-body p,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(4):hover .grid-content .grid-title a,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(4):hover .grid-content .grid-body p,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(5):hover .grid-content .grid-title a,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(5):hover .grid-content .grid-body p,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(7):hover .grid-content .grid-title a,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(7):hover .grid-content .grid-body p {
  color: #FFFFFF;
}
/* line 269, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(4) .image-div, .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(5) .image-div, .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(7) .image-div,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(4) .image-div,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(5) .image-div,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(7) .image-div {
  display: none;
}
@media (min-width: 768px) {
  /* line 269, ../sass/partials/_mixins.scss */
  .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(4) .image-div, .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(5) .image-div, .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(7) .image-div,
  .node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(4) .image-div,
  .node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(5) .image-div,
  .node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(7) .image-div {
    display: block;
  }
}
/* line 277, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(4) .image-div,
.node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(4) .grid-content, .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(5) .image-div,
.node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(5) .grid-content, .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(7) .image-div,
.node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(7) .grid-content,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(4) .image-div,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(4) .grid-content,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(5) .image-div,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(5) .grid-content,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(7) .image-div,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(7) .grid-content {
  position: relative;
  width: auto;
  height: 260px;
}
@media (min-width: 768px) {
  /* line 277, ../sass/partials/_mixins.scss */
  .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(4) .image-div,
  .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(4) .grid-content, .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(5) .image-div,
  .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(5) .grid-content, .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(7) .image-div,
  .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(7) .grid-content,
  .node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(4) .image-div,
  .node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(4) .grid-content,
  .node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(5) .image-div,
  .node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(5) .grid-content,
  .node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(7) .image-div,
  .node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(7) .grid-content {
    width: 50%;
    float: left;
  }
}
/* line 288, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(4) .grid-content, .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(5) .grid-content, .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(7) .grid-content,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(4) .grid-content,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(5) .grid-content,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(7) .grid-content {
  float: right;
  margin-right: 0;
}
/* line 291, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(4) .grid-content .grid-title,
.node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(4) .grid-content .grid-body, .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(5) .grid-content .grid-title,
.node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(5) .grid-content .grid-body, .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(7) .grid-content .grid-title,
.node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(7) .grid-content .grid-body,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(4) .grid-content .grid-title,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(4) .grid-content .grid-body,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(5) .grid-content .grid-title,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(5) .grid-content .grid-body,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(7) .grid-content .grid-title,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(7) .grid-content .grid-body {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 297, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(4) .grid-content .grid-title a, .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(5) .grid-content .grid-title a, .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(7) .grid-content .grid-title a,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(4) .grid-content .grid-title a,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(5) .grid-content .grid-title a,
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(7) .grid-content .grid-title a {
  display: inline-block;
  font-family: "AlegreyaSansBold";
  font-size: 1.55rem;
  color: #5D5247;
  line-height: 1.55rem;
  margin-bottom: 1.2rem;
  width: 100%;
}
/* line 457, ../sass/partials/_pages.scss */
.node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(4), .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(6), .node-type-list-page .bt-content .events-grid.pattern-1 .views-row:nth-child(8),
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(4),
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(6),
.node-type-list-page .bt-content .grid-main.pattern-1 .views-row:nth-child(8) {
  float: right;
  margin-right: 0;
}
/* line 467, ../sass/partials/_pages.scss */
.node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(1), .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(4), .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(7),
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(1),
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(4),
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(7) {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 317, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(1) .image-div, .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(4) .image-div, .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(7) .image-div,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(1) .image-div,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(4) .image-div,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(7) .image-div {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 175, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(1) .image-div:before, .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(4) .image-div:before, .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(7) .image-div:before,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(1) .image-div:before,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(4) .image-div:before,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(7) .image-div:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 322, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(1):hover .image-div, .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(4):hover .image-div, .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(7):hover .image-div,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(1):hover .image-div,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(4):hover .image-div,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(7):hover .image-div {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 325, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(1):hover .image-div:before, .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(4):hover .image-div:before, .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(7):hover .image-div:before,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(1):hover .image-div:before,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(4):hover .image-div:before,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(7):hover .image-div:before {
  background: rgba(0, 0, 0, 0.3);
}
/* line 331, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(1) .grid-content, .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(4) .grid-content, .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(7) .grid-content,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(1) .grid-content,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(4) .grid-content,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(7) .grid-content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 335, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(1) .grid-content .grid-title a, .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(4) .grid-content .grid-title a, .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(7) .grid-content .grid-title a,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(1) .grid-content .grid-title a,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(4) .grid-content .grid-title a,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(7) .grid-content .grid-title a {
  display: inline-block;
  font-family: "AlegreyaSansBold";
  font-size: 2.05rem;
  color: #FFFFFF;
  line-height: 2.05rem;
  margin-bottom: 1.2rem;
  width: 100%;
}
/* line 341, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(1) .grid-content .grid-body p, .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(4) .grid-content .grid-body p, .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(7) .grid-content .grid-body p,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(1) .grid-content .grid-body p,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(4) .grid-content .grid-body p,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(7) .grid-content .grid-body p {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  /* line 473, ../sass/partials/_pages.scss */
  .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(2), .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(5), .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(8),
  .node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(2),
  .node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(5),
  .node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(8) {
    width: 66.26506%;
    float: left;
    margin-right: 1.20482%;
  }
}
/* line 258, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(2):hover, .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(5):hover, .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(8):hover,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(2):hover,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(5):hover,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(8):hover {
  background: #16A4C5;
}
/* line 262, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(2):hover .grid-content .grid-title a,
.node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(2):hover .grid-content .grid-body p, .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(5):hover .grid-content .grid-title a,
.node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(5):hover .grid-content .grid-body p, .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(8):hover .grid-content .grid-title a,
.node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(8):hover .grid-content .grid-body p,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(2):hover .grid-content .grid-title a,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(2):hover .grid-content .grid-body p,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(5):hover .grid-content .grid-title a,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(5):hover .grid-content .grid-body p,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(8):hover .grid-content .grid-title a,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(8):hover .grid-content .grid-body p {
  color: #FFFFFF;
}
/* line 269, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(2) .image-div, .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(5) .image-div, .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(8) .image-div,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(2) .image-div,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(5) .image-div,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(8) .image-div {
  display: none;
}
@media (min-width: 768px) {
  /* line 269, ../sass/partials/_mixins.scss */
  .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(2) .image-div, .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(5) .image-div, .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(8) .image-div,
  .node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(2) .image-div,
  .node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(5) .image-div,
  .node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(8) .image-div {
    display: block;
  }
}
/* line 277, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(2) .image-div,
.node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(2) .grid-content, .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(5) .image-div,
.node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(5) .grid-content, .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(8) .image-div,
.node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(8) .grid-content,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(2) .image-div,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(2) .grid-content,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(5) .image-div,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(5) .grid-content,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(8) .image-div,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(8) .grid-content {
  position: relative;
  width: auto;
  height: 260px;
}
@media (min-width: 768px) {
  /* line 277, ../sass/partials/_mixins.scss */
  .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(2) .image-div,
  .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(2) .grid-content, .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(5) .image-div,
  .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(5) .grid-content, .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(8) .image-div,
  .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(8) .grid-content,
  .node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(2) .image-div,
  .node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(2) .grid-content,
  .node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(5) .image-div,
  .node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(5) .grid-content,
  .node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(8) .image-div,
  .node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(8) .grid-content {
    width: 50%;
    float: left;
  }
}
/* line 288, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(2) .grid-content, .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(5) .grid-content, .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(8) .grid-content,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(2) .grid-content,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(5) .grid-content,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(8) .grid-content {
  float: right;
  margin-right: 0;
}
/* line 291, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(2) .grid-content .grid-title,
.node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(2) .grid-content .grid-body, .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(5) .grid-content .grid-title,
.node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(5) .grid-content .grid-body, .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(8) .grid-content .grid-title,
.node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(8) .grid-content .grid-body,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(2) .grid-content .grid-title,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(2) .grid-content .grid-body,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(5) .grid-content .grid-title,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(5) .grid-content .grid-body,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(8) .grid-content .grid-title,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(8) .grid-content .grid-body {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 297, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(2) .grid-content .grid-title a, .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(5) .grid-content .grid-title a, .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(8) .grid-content .grid-title a,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(2) .grid-content .grid-title a,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(5) .grid-content .grid-title a,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(8) .grid-content .grid-title a {
  display: inline-block;
  font-family: "AlegreyaSansBold";
  font-size: 1.55rem;
  color: #5D5247;
  line-height: 1.55rem;
  margin-bottom: 1.2rem;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 479, ../sass/partials/_pages.scss */
  .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(3),
  .node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(3) {
    width: 32.53012%;
    float: right;
    margin-right: 0;
  }
}
/* line 228, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(3):hover,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(3):hover {
  background: #16A4C5;
}
/* line 232, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(3):hover .grid-content .grid-title a,
.node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(3):hover .grid-content .grid-body p,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(3):hover .grid-content .grid-title a,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(3):hover .grid-content .grid-body p {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  /* line 483, ../sass/partials/_pages.scss */
  .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(6),
  .node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(6) {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
  }
}
/* line 207, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(6):hover,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(6):hover {
  background: #16A4C5;
}
/* line 211, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(6):hover .grid-content .grid-title a,
.node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(6):hover .grid-content .grid-body p,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(6):hover .grid-content .grid-title a,
.node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(6):hover .grid-content .grid-body p {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  /* line 487, ../sass/partials/_pages.scss */
  .node-type-list-page .bt-content .events-grid.pattern-2 .views-row:nth-child(5),
  .node-type-list-page .bt-content .grid-main.pattern-2 .views-row:nth-child(5) {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  /* line 497, ../sass/partials/_pages.scss */
  .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(1), .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(7),
  .node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(1),
  .node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(7) {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
  }
}
/* line 207, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(1):hover, .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(7):hover,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(1):hover,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(7):hover {
  background: #16A4C5;
}
/* line 211, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(1):hover .grid-content .grid-title a,
.node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(1):hover .grid-content .grid-body p, .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(7):hover .grid-content .grid-title a,
.node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(7):hover .grid-content .grid-body p,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(1):hover .grid-content .grid-title a,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(1):hover .grid-content .grid-body p,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(7):hover .grid-content .grid-title a,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(7):hover .grid-content .grid-body p {
  color: #FFFFFF;
}
/* line 502, ../sass/partials/_pages.scss */
.node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(3), .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(4),
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(3),
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(4) {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 317, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(3) .image-div, .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(4) .image-div,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(3) .image-div,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(4) .image-div {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 175, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(3) .image-div:before, .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(4) .image-div:before,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(3) .image-div:before,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(4) .image-div:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 322, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(3):hover .image-div, .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(4):hover .image-div,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(3):hover .image-div,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(4):hover .image-div {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 325, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(3):hover .image-div:before, .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(4):hover .image-div:before,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(3):hover .image-div:before,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(4):hover .image-div:before {
  background: rgba(0, 0, 0, 0.3);
}
/* line 331, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(3) .grid-content, .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(4) .grid-content,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(3) .grid-content,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(4) .grid-content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 335, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(3) .grid-content .grid-title a, .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(4) .grid-content .grid-title a,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(3) .grid-content .grid-title a,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(4) .grid-content .grid-title a {
  display: inline-block;
  font-family: "AlegreyaSansBold";
  font-size: 2.05rem;
  color: #FFFFFF;
  line-height: 2.05rem;
  margin-bottom: 1.2rem;
  width: 100%;
}
/* line 341, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(3) .grid-content .grid-body p, .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(4) .grid-content .grid-body p,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(3) .grid-content .grid-body p,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(4) .grid-content .grid-body p {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  /* line 507, ../sass/partials/_pages.scss */
  .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(6),
  .node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(6) {
    width: 32.53012%;
    float: right;
    margin-right: 0;
  }
}
/* line 228, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(6):hover,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(6):hover {
  background: #16A4C5;
}
/* line 232, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(6):hover .grid-content .grid-title a,
.node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(6):hover .grid-content .grid-body p,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(6):hover .grid-content .grid-title a,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(6):hover .grid-content .grid-body p {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  /* line 511, ../sass/partials/_pages.scss */
  .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(2), .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(5), .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(8),
  .node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(2),
  .node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(5),
  .node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(8) {
    width: 66.26506%;
    float: left;
    margin-right: 1.20482%;
  }
}
/* line 258, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(2):hover, .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(5):hover, .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(8):hover,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(2):hover,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(5):hover,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(8):hover {
  background: #16A4C5;
}
/* line 262, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(2):hover .grid-content .grid-title a,
.node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(2):hover .grid-content .grid-body p, .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(5):hover .grid-content .grid-title a,
.node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(5):hover .grid-content .grid-body p, .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(8):hover .grid-content .grid-title a,
.node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(8):hover .grid-content .grid-body p,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(2):hover .grid-content .grid-title a,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(2):hover .grid-content .grid-body p,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(5):hover .grid-content .grid-title a,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(5):hover .grid-content .grid-body p,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(8):hover .grid-content .grid-title a,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(8):hover .grid-content .grid-body p {
  color: #FFFFFF;
}
/* line 269, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(2) .image-div, .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(5) .image-div, .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(8) .image-div,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(2) .image-div,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(5) .image-div,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(8) .image-div {
  display: none;
}
@media (min-width: 768px) {
  /* line 269, ../sass/partials/_mixins.scss */
  .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(2) .image-div, .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(5) .image-div, .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(8) .image-div,
  .node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(2) .image-div,
  .node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(5) .image-div,
  .node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(8) .image-div {
    display: block;
  }
}
/* line 277, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(2) .image-div,
.node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(2) .grid-content, .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(5) .image-div,
.node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(5) .grid-content, .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(8) .image-div,
.node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(8) .grid-content,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(2) .image-div,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(2) .grid-content,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(5) .image-div,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(5) .grid-content,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(8) .image-div,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(8) .grid-content {
  position: relative;
  width: auto;
  height: 260px;
}
@media (min-width: 768px) {
  /* line 277, ../sass/partials/_mixins.scss */
  .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(2) .image-div,
  .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(2) .grid-content, .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(5) .image-div,
  .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(5) .grid-content, .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(8) .image-div,
  .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(8) .grid-content,
  .node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(2) .image-div,
  .node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(2) .grid-content,
  .node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(5) .image-div,
  .node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(5) .grid-content,
  .node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(8) .image-div,
  .node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(8) .grid-content {
    width: 50%;
    float: left;
  }
}
/* line 288, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(2) .grid-content, .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(5) .grid-content, .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(8) .grid-content,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(2) .grid-content,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(5) .grid-content,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(8) .grid-content {
  float: right;
  margin-right: 0;
}
/* line 291, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(2) .grid-content .grid-title,
.node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(2) .grid-content .grid-body, .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(5) .grid-content .grid-title,
.node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(5) .grid-content .grid-body, .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(8) .grid-content .grid-title,
.node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(8) .grid-content .grid-body,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(2) .grid-content .grid-title,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(2) .grid-content .grid-body,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(5) .grid-content .grid-title,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(5) .grid-content .grid-body,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(8) .grid-content .grid-title,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(8) .grid-content .grid-body {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 297, ../sass/partials/_mixins.scss */
.node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(2) .grid-content .grid-title a, .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(5) .grid-content .grid-title a, .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(8) .grid-content .grid-title a,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(2) .grid-content .grid-title a,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(5) .grid-content .grid-title a,
.node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(8) .grid-content .grid-title a {
  display: inline-block;
  font-family: "AlegreyaSansBold";
  font-size: 1.55rem;
  color: #5D5247;
  line-height: 1.55rem;
  margin-bottom: 1.2rem;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 517, ../sass/partials/_pages.scss */
  .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(2), .node-type-list-page .bt-content .events-grid.pattern-3 .views-row:nth-child(8),
  .node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(2),
  .node-type-list-page .bt-content .grid-main.pattern-3 .views-row:nth-child(8) {
    width: 66.26506%;
    float: right;
    margin-right: 0;
  }
}

/* line 531, ../sass/partials/_pages.scss */
.node-type-list-page.section-press-clips .events-grid .image-div, .node-type-list-page.section-videos .events-grid .image-div {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 175, ../sass/partials/_mixins.scss */
.node-type-list-page.section-press-clips .events-grid .image-div:before, .node-type-list-page.section-videos .events-grid .image-div:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 536, ../sass/partials/_pages.scss */
.node-type-list-page.section-press-clips .events-grid .views-row,
.node-type-list-page.section-press-clips .events-grid .views-row .views-field-nothing, .node-type-list-page.section-videos .events-grid .views-row,
.node-type-list-page.section-videos .events-grid .views-row .views-field-nothing {
  padding: 0;
}
/* line 547, ../sass/partials/_pages.scss */
.node-type-list-page.section-press-clips .events-grid .views-row .grid-content,
.node-type-list-page.section-press-clips .events-grid .views-row .grid-content a,
.node-type-list-page.section-press-clips .events-grid .views-row .grid-content p,
.node-type-list-page.section-press-clips .events-grid .views-row .grid-content span,
.node-type-list-page.section-press-clips .events-grid .views-row .grid-content .date-display-range,
.node-type-list-page.section-press-clips .events-grid .views-row .grid-content .date-display-range a,
.node-type-list-page.section-press-clips .events-grid .views-row .grid-content .date-display-range p,
.node-type-list-page.section-press-clips .events-grid .views-row .grid-content .date-display-range span,
.node-type-list-page.section-press-clips .events-grid .views-row .grid-content .date-display-single,
.node-type-list-page.section-press-clips .events-grid .views-row .grid-content .date-display-single a,
.node-type-list-page.section-press-clips .events-grid .views-row .grid-content .date-display-single p,
.node-type-list-page.section-press-clips .events-grid .views-row .grid-content .date-display-single span,
.node-type-list-page.section-press-clips .events-grid .views-row .grid-content .grid-body,
.node-type-list-page.section-press-clips .events-grid .views-row .grid-content .grid-body a,
.node-type-list-page.section-press-clips .events-grid .views-row .grid-content .grid-body p,
.node-type-list-page.section-press-clips .events-grid .views-row .grid-content .grid-body span,
.node-type-list-page.section-press-clips .events-grid .views-row .grid-content .grid-title,
.node-type-list-page.section-press-clips .events-grid .views-row .grid-content .grid-title a,
.node-type-list-page.section-press-clips .events-grid .views-row .grid-content .grid-title p,
.node-type-list-page.section-press-clips .events-grid .views-row .grid-content .grid-title span, .node-type-list-page.section-videos .events-grid .views-row .grid-content,
.node-type-list-page.section-videos .events-grid .views-row .grid-content a,
.node-type-list-page.section-videos .events-grid .views-row .grid-content p,
.node-type-list-page.section-videos .events-grid .views-row .grid-content span,
.node-type-list-page.section-videos .events-grid .views-row .grid-content .date-display-range,
.node-type-list-page.section-videos .events-grid .views-row .grid-content .date-display-range a,
.node-type-list-page.section-videos .events-grid .views-row .grid-content .date-display-range p,
.node-type-list-page.section-videos .events-grid .views-row .grid-content .date-display-range span,
.node-type-list-page.section-videos .events-grid .views-row .grid-content .date-display-single,
.node-type-list-page.section-videos .events-grid .views-row .grid-content .date-display-single a,
.node-type-list-page.section-videos .events-grid .views-row .grid-content .date-display-single p,
.node-type-list-page.section-videos .events-grid .views-row .grid-content .date-display-single span,
.node-type-list-page.section-videos .events-grid .views-row .grid-content .grid-body,
.node-type-list-page.section-videos .events-grid .views-row .grid-content .grid-body a,
.node-type-list-page.section-videos .events-grid .views-row .grid-content .grid-body p,
.node-type-list-page.section-videos .events-grid .views-row .grid-content .grid-body span,
.node-type-list-page.section-videos .events-grid .views-row .grid-content .grid-title,
.node-type-list-page.section-videos .events-grid .views-row .grid-content .grid-title a,
.node-type-list-page.section-videos .events-grid .views-row .grid-content .grid-title p,
.node-type-list-page.section-videos .events-grid .views-row .grid-content .grid-title span {
  color: #FFFFFF;
}
/* line 555, ../sass/partials/_pages.scss */
.node-type-list-page.section-press-clips .events-grid .views-row .grid-content .date-display-range,
.node-type-list-page.section-press-clips .events-grid .views-row .grid-content .date-display-single, .node-type-list-page.section-videos .events-grid .views-row .grid-content .date-display-range,
.node-type-list-page.section-videos .events-grid .views-row .grid-content .date-display-single {
  float: left;
  border-right: 1px solid #FFFFFF;
}
/* line 562, ../sass/partials/_pages.scss */
.node-type-list-page.section-press-clips .events-grid .views-row .grid-content .grid-body .date-display-range,
.node-type-list-page.section-press-clips .events-grid .views-row .grid-content .grid-body .date-display-single,
.node-type-list-page.section-press-clips .events-grid .views-row .grid-content .grid-body a, .node-type-list-page.section-videos .events-grid .views-row .grid-content .grid-body .date-display-range,
.node-type-list-page.section-videos .events-grid .views-row .grid-content .grid-body .date-display-single,
.node-type-list-page.section-videos .events-grid .views-row .grid-content .grid-body a {
  float: left;
  font-size: 0.8rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 535, ../sass/partials/_pages.scss */
  .node-type-list-page.section-press-clips .events-grid .views-row, .node-type-list-page.section-videos .events-grid .views-row {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
  }
}
@media (min-width: 768px) {
  /* line 207, ../sass/partials/_mixins.scss */
  .node-type-list-page.section-press-clips .events-grid .views-row:hover, .node-type-list-page.section-videos .events-grid .views-row:hover {
    background: #16A4C5;
  }
  /* line 211, ../sass/partials/_mixins.scss */
  .node-type-list-page.section-press-clips .events-grid .views-row:hover .grid-content .grid-title a,
  .node-type-list-page.section-press-clips .events-grid .views-row:hover .grid-content .grid-body p, .node-type-list-page.section-videos .events-grid .views-row:hover .grid-content .grid-title a,
  .node-type-list-page.section-videos .events-grid .views-row:hover .grid-content .grid-body p {
    color: #FFFFFF;
  }
  /* line 575, ../sass/partials/_pages.scss */
  .node-type-list-page.section-press-clips .events-grid .views-row:nth-child(3n), .node-type-list-page.section-videos .events-grid .views-row:nth-child(3n) {
    float: right;
    margin-right: 0;
  }
}
/* line 582, ../sass/partials/_pages.scss */
.node-type-list-page.section-press-clips .events-grid .views-row:hover .image-div, .node-type-list-page.section-videos .events-grid .views-row:hover .image-div {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 585, ../sass/partials/_pages.scss */
.node-type-list-page.section-press-clips .events-grid .views-row:hover .image-div:before, .node-type-list-page.section-videos .events-grid .views-row:hover .image-div:before {
  background: rgba(0, 0, 0, 0.65);
}

/* line 599, ../sass/partials/_pages.scss */
.node-type-list-page.section-videos .grid-content .grid-title {
  position: absolute;
  bottom: 25px;
}
/* line 603, ../sass/partials/_pages.scss */
.node-type-list-page.section-videos .grid-content .grid-title a {
  min-height: 48px;
}

/* line 620, ../sass/partials/_pages.scss */
.node-type-list-page.section-events .events-grid .image-div {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 175, ../sass/partials/_mixins.scss */
.node-type-list-page.section-events .events-grid .image-div:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 625, ../sass/partials/_pages.scss */
.node-type-list-page.section-events .events-grid .views-row,
.node-type-list-page.section-events .events-grid .views-row .views-field-nothing {
  padding: 0;
}
@media (min-width: 768px) {
  /* line 624, ../sass/partials/_pages.scss */
  .node-type-list-page.section-events .events-grid .views-row {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
  }
}
/* line 207, ../sass/partials/_mixins.scss */
.node-type-list-page.section-events .events-grid .views-row:hover {
  background: #16A4C5;
}
/* line 211, ../sass/partials/_mixins.scss */
.node-type-list-page.section-events .events-grid .views-row:hover .grid-content .grid-title a,
.node-type-list-page.section-events .events-grid .views-row:hover .grid-content .grid-body p {
  color: #FFFFFF;
}
/* line 632, ../sass/partials/_pages.scss */
.node-type-list-page.section-events .events-grid .views-row:nth-child(1), .node-type-list-page.section-events .events-grid .views-row:nth-child(2) {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 317, ../sass/partials/_mixins.scss */
.node-type-list-page.section-events .events-grid .views-row:nth-child(1) .image-div, .node-type-list-page.section-events .events-grid .views-row:nth-child(2) .image-div {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 175, ../sass/partials/_mixins.scss */
.node-type-list-page.section-events .events-grid .views-row:nth-child(1) .image-div:before, .node-type-list-page.section-events .events-grid .views-row:nth-child(2) .image-div:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 322, ../sass/partials/_mixins.scss */
.node-type-list-page.section-events .events-grid .views-row:nth-child(1):hover .image-div, .node-type-list-page.section-events .events-grid .views-row:nth-child(2):hover .image-div {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 325, ../sass/partials/_mixins.scss */
.node-type-list-page.section-events .events-grid .views-row:nth-child(1):hover .image-div:before, .node-type-list-page.section-events .events-grid .views-row:nth-child(2):hover .image-div:before {
  background: rgba(0, 0, 0, 0.3);
}
/* line 331, ../sass/partials/_mixins.scss */
.node-type-list-page.section-events .events-grid .views-row:nth-child(1) .grid-content, .node-type-list-page.section-events .events-grid .views-row:nth-child(2) .grid-content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 335, ../sass/partials/_mixins.scss */
.node-type-list-page.section-events .events-grid .views-row:nth-child(1) .grid-content .grid-title a, .node-type-list-page.section-events .events-grid .views-row:nth-child(2) .grid-content .grid-title a {
  display: inline-block;
  font-family: "AlegreyaSansBold";
  font-size: 2.05rem;
  color: #FFFFFF;
  line-height: 2.05rem;
  margin-bottom: 1.2rem;
  width: 100%;
}
/* line 341, ../sass/partials/_mixins.scss */
.node-type-list-page.section-events .events-grid .views-row:nth-child(1) .grid-content .grid-body p, .node-type-list-page.section-events .events-grid .views-row:nth-child(2) .grid-content .grid-body p {
  color: #FFFFFF;
}
/* line 642, ../sass/partials/_pages.scss */
.node-type-list-page.section-events .events-grid .views-row:nth-child(1) .grid-content,
.node-type-list-page.section-events .events-grid .views-row:nth-child(1) .grid-content a,
.node-type-list-page.section-events .events-grid .views-row:nth-child(1) .grid-content p,
.node-type-list-page.section-events .events-grid .views-row:nth-child(1) .grid-content span,
.node-type-list-page.section-events .events-grid .views-row:nth-child(1) .grid-content .date-display-range,
.node-type-list-page.section-events .events-grid .views-row:nth-child(1) .grid-content .date-display-range a,
.node-type-list-page.section-events .events-grid .views-row:nth-child(1) .grid-content .date-display-range p,
.node-type-list-page.section-events .events-grid .views-row:nth-child(1) .grid-content .date-display-range span,
.node-type-list-page.section-events .events-grid .views-row:nth-child(1) .grid-content .date-display-single,
.node-type-list-page.section-events .events-grid .views-row:nth-child(1) .grid-content .date-display-single a,
.node-type-list-page.section-events .events-grid .views-row:nth-child(1) .grid-content .date-display-single p,
.node-type-list-page.section-events .events-grid .views-row:nth-child(1) .grid-content .date-display-single span,
.node-type-list-page.section-events .events-grid .views-row:nth-child(1) .grid-content .grid-body,
.node-type-list-page.section-events .events-grid .views-row:nth-child(1) .grid-content .grid-body a,
.node-type-list-page.section-events .events-grid .views-row:nth-child(1) .grid-content .grid-body p,
.node-type-list-page.section-events .events-grid .views-row:nth-child(1) .grid-content .grid-body span,
.node-type-list-page.section-events .events-grid .views-row:nth-child(1) .grid-content .grid-title,
.node-type-list-page.section-events .events-grid .views-row:nth-child(1) .grid-content .grid-title a,
.node-type-list-page.section-events .events-grid .views-row:nth-child(1) .grid-content .grid-title p,
.node-type-list-page.section-events .events-grid .views-row:nth-child(1) .grid-content .grid-title span, .node-type-list-page.section-events .events-grid .views-row:nth-child(2) .grid-content,
.node-type-list-page.section-events .events-grid .views-row:nth-child(2) .grid-content a,
.node-type-list-page.section-events .events-grid .views-row:nth-child(2) .grid-content p,
.node-type-list-page.section-events .events-grid .views-row:nth-child(2) .grid-content span,
.node-type-list-page.section-events .events-grid .views-row:nth-child(2) .grid-content .date-display-range,
.node-type-list-page.section-events .events-grid .views-row:nth-child(2) .grid-content .date-display-range a,
.node-type-list-page.section-events .events-grid .views-row:nth-child(2) .grid-content .date-display-range p,
.node-type-list-page.section-events .events-grid .views-row:nth-child(2) .grid-content .date-display-range span,
.node-type-list-page.section-events .events-grid .views-row:nth-child(2) .grid-content .date-display-single,
.node-type-list-page.section-events .events-grid .views-row:nth-child(2) .grid-content .date-display-single a,
.node-type-list-page.section-events .events-grid .views-row:nth-child(2) .grid-content .date-display-single p,
.node-type-list-page.section-events .events-grid .views-row:nth-child(2) .grid-content .date-display-single span,
.node-type-list-page.section-events .events-grid .views-row:nth-child(2) .grid-content .grid-body,
.node-type-list-page.section-events .events-grid .views-row:nth-child(2) .grid-content .grid-body a,
.node-type-list-page.section-events .events-grid .views-row:nth-child(2) .grid-content .grid-body p,
.node-type-list-page.section-events .events-grid .views-row:nth-child(2) .grid-content .grid-body span,
.node-type-list-page.section-events .events-grid .views-row:nth-child(2) .grid-content .grid-title,
.node-type-list-page.section-events .events-grid .views-row:nth-child(2) .grid-content .grid-title a,
.node-type-list-page.section-events .events-grid .views-row:nth-child(2) .grid-content .grid-title p,
.node-type-list-page.section-events .events-grid .views-row:nth-child(2) .grid-content .grid-title span {
  color: #FFFFFF;
}
/* line 651, ../sass/partials/_pages.scss */
.node-type-list-page.section-events .events-grid .views-row:nth-child(1) .grid-content .grid-body .date-display-range,
.node-type-list-page.section-events .events-grid .views-row:nth-child(1) .grid-content .grid-body .date-display-single, .node-type-list-page.section-events .events-grid .views-row:nth-child(2) .grid-content .grid-body .date-display-range,
.node-type-list-page.section-events .events-grid .views-row:nth-child(2) .grid-content .grid-body .date-display-single {
  float: left;
  border-right: 1px solid #FFFFFF;
}
/* line 660, ../sass/partials/_pages.scss */
.node-type-list-page.section-events .events-grid .views-row:nth-child(4), .node-type-list-page.section-events .events-grid .views-row:nth-child(n+5):nth-child(3n) {
  float: right;
  margin-right: 0;
}
/* line 671, ../sass/partials/_pages.scss */
.node-type-list-page.section-events .events-grid .views-row .grid-content,
.node-type-list-page.section-events .events-grid .views-row .grid-content a,
.node-type-list-page.section-events .events-grid .views-row .grid-content p,
.node-type-list-page.section-events .events-grid .views-row .grid-content span,
.node-type-list-page.section-events .events-grid .views-row .grid-content .date-display-range,
.node-type-list-page.section-events .events-grid .views-row .grid-content .date-display-range a,
.node-type-list-page.section-events .events-grid .views-row .grid-content .date-display-range p,
.node-type-list-page.section-events .events-grid .views-row .grid-content .date-display-range span,
.node-type-list-page.section-events .events-grid .views-row .grid-content .date-display-single,
.node-type-list-page.section-events .events-grid .views-row .grid-content .date-display-single a,
.node-type-list-page.section-events .events-grid .views-row .grid-content .date-display-single p,
.node-type-list-page.section-events .events-grid .views-row .grid-content .date-display-single span,
.node-type-list-page.section-events .events-grid .views-row .grid-content .grid-body,
.node-type-list-page.section-events .events-grid .views-row .grid-content .grid-body a,
.node-type-list-page.section-events .events-grid .views-row .grid-content .grid-body p,
.node-type-list-page.section-events .events-grid .views-row .grid-content .grid-body span,
.node-type-list-page.section-events .events-grid .views-row .grid-content .grid-title,
.node-type-list-page.section-events .events-grid .views-row .grid-content .grid-title a,
.node-type-list-page.section-events .events-grid .views-row .grid-content .grid-title p,
.node-type-list-page.section-events .events-grid .views-row .grid-content .grid-title span {
  color: #FFFFFF;
}
/* line 679, ../sass/partials/_pages.scss */
.node-type-list-page.section-events .events-grid .views-row .grid-content .date-display-range,
.node-type-list-page.section-events .events-grid .views-row .grid-content .date-display-single {
  float: left;
  border-right: 1px solid #FFFFFF;
}
/* line 686, ../sass/partials/_pages.scss */
.node-type-list-page.section-events .events-grid .views-row .grid-content .grid-body .date-display-range,
.node-type-list-page.section-events .events-grid .views-row .grid-content .grid-body .date-display-single,
.node-type-list-page.section-events .events-grid .views-row .grid-content .grid-body a {
  float: left;
  font-size: 0.8rem;
  line-height: 1.25rem;
}
/* line 697, ../sass/partials/_pages.scss */
.node-type-list-page.section-events .events-grid .views-row:hover .image-div {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 700, ../sass/partials/_pages.scss */
.node-type-list-page.section-events .events-grid .views-row:hover .image-div:before {
  background: rgba(0, 0, 0, 0.65);
}

/* -----------------------------------------------
  BACKGROUND FOR BLOG, CAMPAIGN AND STAFF & BOARD
-------------------------------------------------- */
/* line 722, ../sass/partials/_pages.scss */
.node-type-blog-page,
.node-type-list-page.section-events,
.node-type-list-page.section-campaigns,
.node-type-list-page.section-staff-board {
  background: url("../images/large-img-triangle-half-bottom.png") #F5F4F2 bottom right no-repeat;
  background-size: contain;
}
/* line 729, ../sass/partials/_pages.scss */
.node-type-blog-page #main,
.node-type-list-page.section-events #main,
.node-type-list-page.section-campaigns #main,
.node-type-list-page.section-staff-board #main {
  background: url("../images/background-1.png") top left no-repeat;
  background-size: contain;
}

/* ------------------------------------------
                  BLOG PAGE
--------------------------------------------- */
/* line 741, ../sass/partials/_pages.scss */
.node-type-blog-page #main .hero-section {
  position: absolute;
  bottom: 50px;
  left: 15px;
  right: 15px;
  color: #FFFFFF;
  z-index: 1;
  text-align: center;
}
/* line 750, ../sass/partials/_pages.scss */
.node-type-blog-page #main .hero-section .title {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 1rem;
  position: relative;
}
/* line 756, ../sass/partials/_pages.scss */
.node-type-blog-page #main .hero-section .title:before {
  content: '';
  position: absolute;
  width: 90px;
  bottom: 0;
  left: auto;
  right: auto;
  height: 6px;
  background: #FF4611;
  -moz-transform: skew(-45deg, 0deg);
  -o-transform: skew(-45deg, 0deg);
  -ms-transform: skew(-45deg, 0deg);
  -webkit-transform: skew(-45deg, 0deg);
  transform: skew(-45deg, 0deg);
}
@media (min-width: 480px) {
  /* line 756, ../sass/partials/_pages.scss */
  .node-type-blog-page #main .hero-section .title:before {
    width: 125px;
  }
}
@media (min-width: 768px) {
  /* line 774, ../sass/partials/_pages.scss */
  .node-type-blog-page #main .hero-section .blog-type,
  .node-type-blog-page #main .hero-section .sub-title,
  .node-type-blog-page #main .hero-section .title {
    display: inline-block;
  }
}
/* line 782, ../sass/partials/_pages.scss */
.node-type-blog-page #main .hero-section .blog-type {
  font-family: "BwStretchRegular";
  font-size: 1.15rem;
  text-transform: uppercase;
  margin-bottom: 0.85714rem;
  color: #FFFFFF;
}
/* line 790, ../sass/partials/_pages.scss */
.node-type-blog-page #main .hero-section .sub-title {
  font-family: "BwStretchBook";
  font-size: 2.25rem;
  line-height: 2.25rem;
}
/* line 791, ../sass/partials/_pages.scss */
.node-type-blog-page #main .hero-section .sub-title a {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  /* line 741, ../sass/partials/_pages.scss */
  .node-type-blog-page #main .hero-section {
    text-align: left;
    left: 2%;
    right: auto;
    width: 100%;
  }
  /* line 806, ../sass/partials/_pages.scss */
  .node-type-blog-page #main .hero-section .title {
    float: left;
    width: auto;
    line-height: 10rem;
  }
  /* line 811, ../sass/partials/_pages.scss */
  .node-type-blog-page #main .hero-section .title:before {
    content: none;
  }
  /* line 816, ../sass/partials/_pages.scss */
  .node-type-blog-page #main .hero-section .caption-holder {
    position: relative;
    width: 62.04819%;
    float: left;
    margin-right: 1.20482%;
    margin-right: 0;
    margin-left: 1.5rem;
    padding-left: 1.76471rem;
  }
  /* line 825, ../sass/partials/_pages.scss */
  .node-type-blog-page #main .hero-section .caption-holder:before {
    content: '';
    position: absolute;
    width: 6px;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 145px;
    background: #FF4611;
    -moz-transform: skew(0deg, -45deg);
    -o-transform: skew(0deg, -45deg);
    -ms-transform: skew(0deg, -45deg);
    -webkit-transform: skew(0deg, -45deg);
    transform: skew(0deg, -45deg);
  }
  /* line 838, ../sass/partials/_pages.scss */
  .node-type-blog-page #main .hero-section .caption-holder a {
    color: #FFFFFF;
  }
  /* line 842, ../sass/partials/_pages.scss */
  .node-type-blog-page #main .hero-section .caption-holder .sub-title {
    display: block;
    font-size: 3.25rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 992px) {
  /* line 741, ../sass/partials/_pages.scss */
  .node-type-blog-page #main .hero-section {
    left: 15%;
    width: 74.6988%;
  }
}
@media (min-width: 1200px) {
  /* line 741, ../sass/partials/_pages.scss */
  .node-type-blog-page #main .hero-section {
    left: 15%;
    width: 70.48193%;
  }
  /* line 861, ../sass/partials/_pages.scss */
  .node-type-blog-page #main .hero-section .caption-holder {
    width: 66.26506%;
    float: left;
    margin-right: 1.20482%;
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  /* line 741, ../sass/partials/_pages.scss */
  .node-type-blog-page #main .hero-section {
    left: 25%;
    width: 55.72289%;
  }
  /* line 873, ../sass/partials/_pages.scss */
  .node-type-blog-page #main .hero-section .caption-holder {
    width: 66.26506%;
    float: left;
    margin-right: 1.20482%;
    margin-right: 0;
  }
}
/* line 882, ../sass/partials/_pages.scss */
.node-type-blog-page #main .banner-image {
  min-height: 515px;
}
/* line 886, ../sass/partials/_pages.scss */
.node-type-blog-page #content-bottom {
  background: none;
  padding-top: 0;
}
/* line 892, ../sass/partials/_pages.scss */
.node-type-blog-page .blog-alerts .views-row {
  border-bottom: 4px solid #3082A3;
}
/* line 895, ../sass/partials/_pages.scss */
.node-type-blog-page .blog-alerts .views-row:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  /* line 892, ../sass/partials/_pages.scss */
  .node-type-blog-page .blog-alerts .views-row {
    border: none;
  }
}
/* line 905, ../sass/partials/_pages.scss */
.node-type-blog-page .content-bottom-body {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 905, ../sass/partials/_pages.scss */
  .node-type-blog-page .content-bottom-body {
    width: 81.19277%;
    float: left;
    margin-right: 1.20482%;
  }
}
@media (min-width: 1200px) {
  /* line 905, ../sass/partials/_pages.scss */
  .node-type-blog-page .content-bottom-body {
    width: 75.12048%;
    float: left;
    margin-right: 1.20482%;
  }
}
/* line 920, ../sass/partials/_pages.scss */
.node-type-blog-page .grid-main .views-row,
.node-type-blog-page .grid-main .views-row .views-field-nothing {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  max-height: 410px;
  overflow: hidden;
}
/* line 931, ../sass/partials/_pages.scss */
.node-type-blog-page .grid-main .views-row .grid-content .category p,
.node-type-blog-page .grid-main .views-row .grid-content .grid-body p {
  float: left;
  padding: 0 0.5rem;
  line-height: 1rem;
}
/* line 936, ../sass/partials/_pages.scss */
.node-type-blog-page .grid-main .views-row .grid-content .category p:first-child,
.node-type-blog-page .grid-main .views-row .grid-content .grid-body p:first-child {
  padding-left: 0;
  border-left: 0;
}
/* line 941, ../sass/partials/_pages.scss */
.node-type-blog-page .grid-main .views-row .grid-content .category p:last-child,
.node-type-blog-page .grid-main .views-row .grid-content .grid-body p:last-child {
  border-left: 1px solid #5D5247;
  text-transform: uppercase;
}
/* line 947, ../sass/partials/_pages.scss */
.node-type-blog-page .grid-main .views-row .grid-content .category,
.node-type-blog-page .grid-main .views-row .grid-content .category a,
.node-type-blog-page .grid-main .views-row .grid-content .category p,
.node-type-blog-page .grid-main .views-row .grid-content .grid-body,
.node-type-blog-page .grid-main .views-row .grid-content .grid-body a,
.node-type-blog-page .grid-main .views-row .grid-content .grid-body p {
  color: #5D5247;
  font-size: 0.8rem;
}
/* line 955, ../sass/partials/_pages.scss */
.node-type-blog-page .grid-main .views-row .grid-content .category {
  position: absolute;
  bottom: 10px;
  text-transform: uppercase;
}
/* line 962, ../sass/partials/_pages.scss */
.node-type-blog-page .grid-main .views-row:hover {
  background: #16A4C5;
}
/* line 969, ../sass/partials/_pages.scss */
.node-type-blog-page .grid-main .views-row:hover .grid-content .category a,
.node-type-blog-page .grid-main .views-row:hover .grid-content .category p,
.node-type-blog-page .grid-main .views-row:hover .grid-content .grid-body a,
.node-type-blog-page .grid-main .views-row:hover .grid-content .grid-body p,
.node-type-blog-page .grid-main .views-row:hover .grid-content .grid-title a,
.node-type-blog-page .grid-main .views-row:hover .grid-content .grid-title p {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
/* line 981, ../sass/partials/_pages.scss */
.node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(1), .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(2), .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(3) {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 317, ../sass/partials/_mixins.scss */
.node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(1) .image-div, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(2) .image-div, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(3) .image-div {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 175, ../sass/partials/_mixins.scss */
.node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(1) .image-div:before, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(2) .image-div:before, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(3) .image-div:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 322, ../sass/partials/_mixins.scss */
.node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(1):hover .image-div, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(2):hover .image-div, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(3):hover .image-div {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 325, ../sass/partials/_mixins.scss */
.node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(1):hover .image-div:before, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(2):hover .image-div:before, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(3):hover .image-div:before {
  background: rgba(0, 0, 0, 0.3);
}
/* line 331, ../sass/partials/_mixins.scss */
.node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(1) .grid-content, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(2) .grid-content, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(3) .grid-content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 335, ../sass/partials/_mixins.scss */
.node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(1) .grid-content .grid-title a, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(2) .grid-content .grid-title a, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(3) .grid-content .grid-title a {
  display: inline-block;
  font-family: "AlegreyaSansBold";
  font-size: 2.05rem;
  color: #FFFFFF;
  line-height: 2.05rem;
  margin-bottom: 1.2rem;
  width: 100%;
}
/* line 341, ../sass/partials/_mixins.scss */
.node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(1) .grid-content .grid-body p, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(2) .grid-content .grid-body p, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(3) .grid-content .grid-body p {
  color: #FFFFFF;
}
/* line 988, ../sass/partials/_pages.scss */
.node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(1) .category,
.node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(1) .category a,
.node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(1) .category p,
.node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(1) .grid-body,
.node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(1) .grid-body a,
.node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(1) .grid-body p, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(2) .category,
.node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(2) .category a,
.node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(2) .category p,
.node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(2) .grid-body,
.node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(2) .grid-body a,
.node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(2) .grid-body p, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(3) .category,
.node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(3) .category a,
.node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(3) .category p,
.node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(3) .grid-body,
.node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(3) .grid-body a,
.node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(3) .grid-body p {
  color: #FFFFFF;
  font-size: 0.8rem;
}
/* line 995, ../sass/partials/_pages.scss */
.node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(1) .category p:last-child,
.node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(1) .grid-body p:last-child, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(2) .category p:last-child,
.node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(2) .grid-body p:last-child, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(3) .category p:last-child,
.node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(3) .grid-body p:last-child {
  border-left: 0;
}
/* line 1007, ../sass/partials/_pages.scss */
.node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(4) .grid-content, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(5) .grid-content, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(6) .grid-content, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(7) .grid-content, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(8) .grid-content, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(9) .grid-content {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  /* line 1001, ../sass/partials/_pages.scss */
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(4), .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(5), .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(6), .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(7), .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(8), .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(9) {
    min-height: 410px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 1001, ../sass/partials/_pages.scss */
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(4), .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(5), .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(6), .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(7), .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(8), .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(9) {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
  }
}
@media (min-width: 768px) {
  /* line 360, ../sass/partials/_mixins.scss */
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(4):hover, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(5):hover, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(6):hover, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(7):hover, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(8):hover, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(9):hover {
    background: #16A4C5;
  }
  /* line 367, ../sass/partials/_mixins.scss */
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(4):hover .grid-content .grid-title p, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(4):hover .grid-content .grid-title a,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(4):hover .grid-content .grid-body p,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(4):hover .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(4):hover .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(4):hover .grid-content .category a, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(5):hover .grid-content .grid-title p, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(5):hover .grid-content .grid-title a,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(5):hover .grid-content .grid-body p,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(5):hover .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(5):hover .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(5):hover .grid-content .category a, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(6):hover .grid-content .grid-title p, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(6):hover .grid-content .grid-title a,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(6):hover .grid-content .grid-body p,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(6):hover .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(6):hover .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(6):hover .grid-content .category a, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(7):hover .grid-content .grid-title p, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(7):hover .grid-content .grid-title a,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(7):hover .grid-content .grid-body p,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(7):hover .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(7):hover .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(7):hover .grid-content .category a, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(8):hover .grid-content .grid-title p, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(8):hover .grid-content .grid-title a,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(8):hover .grid-content .grid-body p,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(8):hover .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(8):hover .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(8):hover .grid-content .category a, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(9):hover .grid-content .grid-title p, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(9):hover .grid-content .grid-title a,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(9):hover .grid-content .grid-body p,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(9):hover .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(9):hover .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(9):hover .grid-content .category a {
    color: #FFFFFF;
    border-color: #FFFFFF;
  }
  /* line 375, ../sass/partials/_mixins.scss */
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(4) .image-div,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(4) .grid-content, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(5) .image-div,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(5) .grid-content, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(6) .image-div,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(6) .grid-content, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(7) .image-div,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(7) .grid-content, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(8) .image-div,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(8) .grid-content, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(9) .image-div,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(9) .grid-content {
    position: relative;
    width: 100%;
    height: 205px;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 382, ../sass/partials/_mixins.scss */
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(4) .grid-content,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(4) .more-link, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(5) .grid-content,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(5) .more-link, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(6) .grid-content,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(6) .more-link, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(7) .grid-content,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(7) .more-link, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(8) .grid-content,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(8) .more-link, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(9) .grid-content,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(9) .more-link {
    position: static;
  }
  /* line 387, ../sass/partials/_mixins.scss */
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(4) .grid-content, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(5) .grid-content, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(6) .grid-content, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(7) .grid-content, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(8) .grid-content, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(9) .grid-content {
    min-height: 205px;
    float: right;
    margin-right: 0;
  }
  /* line 392, ../sass/partials/_mixins.scss */
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(4) .grid-content .grid-title,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(4) .grid-content .grid-body, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(5) .grid-content .grid-title,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(5) .grid-content .grid-body, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(6) .grid-content .grid-title,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(6) .grid-content .grid-body, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(7) .grid-content .grid-title,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(7) .grid-content .grid-body, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(8) .grid-content .grid-title,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(8) .grid-content .grid-body, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(9) .grid-content .grid-title,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(9) .grid-content .grid-body {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 398, ../sass/partials/_mixins.scss */
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(4) .grid-content .grid-title a, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(5) .grid-content .grid-title a, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(6) .grid-content .grid-title a, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(7) .grid-content .grid-title a, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(8) .grid-content .grid-title a, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(9) .grid-content .grid-title a {
    display: inline-block;
    font-family: "AlegreyaSansBold";
    font-size: 1.55rem;
    color: #5D5247;
    line-height: 1.55rem;
    margin-bottom: 1.2rem;
    width: 100%;
  }
  /* line 405, ../sass/partials/_mixins.scss */
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(4) .grid-content .grid-body p, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(4) .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(4) .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(4) .grid-content .category a, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(5) .grid-content .grid-body p, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(5) .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(5) .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(5) .grid-content .category a, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(6) .grid-content .grid-body p, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(6) .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(6) .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(6) .grid-content .category a, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(7) .grid-content .grid-body p, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(7) .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(7) .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(7) .grid-content .category a, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(8) .grid-content .grid-body p, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(8) .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(8) .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(8) .grid-content .category a, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(9) .grid-content .grid-body p, .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(9) .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(9) .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(9) .grid-content .category a {
    font-family: "AlegreyaSans";
    font-size: 0.8rem;
    color: #5D5247;
    line-height: 1rem;
  }
}
@media (min-width: 768px) {
  /* line 1018, ../sass/partials/_pages.scss */
  .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(6), .node-type-blog-page .grid-main.pattern-1 .views-row:nth-child(9) {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  /* line 1029, ../sass/partials/_pages.scss */
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(1), .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(2), .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(3), .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(7), .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(8), .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(9) {
    min-height: 410px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 1029, ../sass/partials/_pages.scss */
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(1), .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(2), .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(3), .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(7), .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(8), .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(9) {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
  }
}
@media (min-width: 768px) {
  /* line 360, ../sass/partials/_mixins.scss */
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(1):hover, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(2):hover, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(3):hover, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(7):hover, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(8):hover, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(9):hover {
    background: #16A4C5;
  }
  /* line 367, ../sass/partials/_mixins.scss */
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(1):hover .grid-content .grid-title p, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(1):hover .grid-content .grid-title a,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(1):hover .grid-content .grid-body p,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(1):hover .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(1):hover .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(1):hover .grid-content .category a, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(2):hover .grid-content .grid-title p, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(2):hover .grid-content .grid-title a,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(2):hover .grid-content .grid-body p,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(2):hover .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(2):hover .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(2):hover .grid-content .category a, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(3):hover .grid-content .grid-title p, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(3):hover .grid-content .grid-title a,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(3):hover .grid-content .grid-body p,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(3):hover .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(3):hover .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(3):hover .grid-content .category a, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(7):hover .grid-content .grid-title p, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(7):hover .grid-content .grid-title a,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(7):hover .grid-content .grid-body p,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(7):hover .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(7):hover .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(7):hover .grid-content .category a, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(8):hover .grid-content .grid-title p, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(8):hover .grid-content .grid-title a,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(8):hover .grid-content .grid-body p,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(8):hover .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(8):hover .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(8):hover .grid-content .category a, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(9):hover .grid-content .grid-title p, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(9):hover .grid-content .grid-title a,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(9):hover .grid-content .grid-body p,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(9):hover .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(9):hover .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(9):hover .grid-content .category a {
    color: #FFFFFF;
    border-color: #FFFFFF;
  }
  /* line 375, ../sass/partials/_mixins.scss */
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(1) .image-div,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(1) .grid-content, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(2) .image-div,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(2) .grid-content, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(3) .image-div,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(3) .grid-content, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(7) .image-div,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(7) .grid-content, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(8) .image-div,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(8) .grid-content, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(9) .image-div,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(9) .grid-content {
    position: relative;
    width: 100%;
    height: 205px;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 382, ../sass/partials/_mixins.scss */
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(1) .grid-content,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(1) .more-link, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(2) .grid-content,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(2) .more-link, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(3) .grid-content,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(3) .more-link, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(7) .grid-content,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(7) .more-link, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(8) .grid-content,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(8) .more-link, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(9) .grid-content,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(9) .more-link {
    position: static;
  }
  /* line 387, ../sass/partials/_mixins.scss */
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(1) .grid-content, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(2) .grid-content, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(3) .grid-content, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(7) .grid-content, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(8) .grid-content, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(9) .grid-content {
    min-height: 205px;
    float: right;
    margin-right: 0;
  }
  /* line 392, ../sass/partials/_mixins.scss */
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(1) .grid-content .grid-title,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(1) .grid-content .grid-body, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(2) .grid-content .grid-title,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(2) .grid-content .grid-body, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(3) .grid-content .grid-title,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(3) .grid-content .grid-body, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(7) .grid-content .grid-title,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(7) .grid-content .grid-body, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(8) .grid-content .grid-title,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(8) .grid-content .grid-body, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(9) .grid-content .grid-title,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(9) .grid-content .grid-body {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 398, ../sass/partials/_mixins.scss */
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(1) .grid-content .grid-title a, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(2) .grid-content .grid-title a, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(3) .grid-content .grid-title a, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(7) .grid-content .grid-title a, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(8) .grid-content .grid-title a, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(9) .grid-content .grid-title a {
    display: inline-block;
    font-family: "AlegreyaSansBold";
    font-size: 1.55rem;
    color: #5D5247;
    line-height: 1.55rem;
    margin-bottom: 1.2rem;
    width: 100%;
  }
  /* line 405, ../sass/partials/_mixins.scss */
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(1) .grid-content .grid-body p, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(1) .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(1) .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(1) .grid-content .category a, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(2) .grid-content .grid-body p, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(2) .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(2) .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(2) .grid-content .category a, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(3) .grid-content .grid-body p, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(3) .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(3) .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(3) .grid-content .category a, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(7) .grid-content .grid-body p, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(7) .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(7) .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(7) .grid-content .category a, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(8) .grid-content .grid-body p, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(8) .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(8) .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(8) .grid-content .category a, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(9) .grid-content .grid-body p, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(9) .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(9) .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(9) .grid-content .category a {
    font-family: "AlegreyaSans";
    font-size: 0.8rem;
    color: #5D5247;
    line-height: 1rem;
  }
}
@media (min-width: 768px) {
  /* line 1040, ../sass/partials/_pages.scss */
  .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(3), .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(9) {
    float: right;
    margin-right: 0;
  }
}
/* line 1047, ../sass/partials/_pages.scss */
.node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(4), .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(5), .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(6) {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 317, ../sass/partials/_mixins.scss */
.node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(4) .image-div, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(5) .image-div, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(6) .image-div {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 175, ../sass/partials/_mixins.scss */
.node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(4) .image-div:before, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(5) .image-div:before, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(6) .image-div:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 322, ../sass/partials/_mixins.scss */
.node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(4):hover .image-div, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(5):hover .image-div, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(6):hover .image-div {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 325, ../sass/partials/_mixins.scss */
.node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(4):hover .image-div:before, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(5):hover .image-div:before, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(6):hover .image-div:before {
  background: rgba(0, 0, 0, 0.3);
}
/* line 331, ../sass/partials/_mixins.scss */
.node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(4) .grid-content, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(5) .grid-content, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(6) .grid-content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 335, ../sass/partials/_mixins.scss */
.node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(4) .grid-content .grid-title a, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(5) .grid-content .grid-title a, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(6) .grid-content .grid-title a {
  display: inline-block;
  font-family: "AlegreyaSansBold";
  font-size: 2.05rem;
  color: #FFFFFF;
  line-height: 2.05rem;
  margin-bottom: 1.2rem;
  width: 100%;
}
/* line 341, ../sass/partials/_mixins.scss */
.node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(4) .grid-content .grid-body p, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(5) .grid-content .grid-body p, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(6) .grid-content .grid-body p {
  color: #FFFFFF;
}
/* line 1054, ../sass/partials/_pages.scss */
.node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(4) .category,
.node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(4) .category a,
.node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(4) .category p,
.node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(4) .grid-body,
.node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(4) .grid-body a,
.node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(4) .grid-body p, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(5) .category,
.node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(5) .category a,
.node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(5) .category p,
.node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(5) .grid-body,
.node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(5) .grid-body a,
.node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(5) .grid-body p, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(6) .category,
.node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(6) .category a,
.node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(6) .category p,
.node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(6) .grid-body,
.node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(6) .grid-body a,
.node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(6) .grid-body p {
  color: #FFFFFF;
  font-size: 0.8rem;
}
/* line 1061, ../sass/partials/_pages.scss */
.node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(4) .category p:last-child,
.node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(4) .grid-body p:last-child, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(5) .category p:last-child,
.node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(5) .grid-body p:last-child, .node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(6) .category p:last-child,
.node-type-blog-page .grid-main.pattern-2 .views-row:nth-child(6) .grid-body p:last-child {
  border-left: 1px solid #FFFFFF;
}
@media (min-width: 768px) {
  /* line 1071, ../sass/partials/_pages.scss */
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(1), .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(2), .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(3), .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(5), .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(6), .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(7) {
    min-height: 410px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 1071, ../sass/partials/_pages.scss */
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(1), .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(2), .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(3), .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(5), .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(6), .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(7) {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
  }
}
@media (min-width: 768px) {
  /* line 360, ../sass/partials/_mixins.scss */
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(1):hover, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(2):hover, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(3):hover, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(5):hover, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(6):hover, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(7):hover {
    background: #16A4C5;
  }
  /* line 367, ../sass/partials/_mixins.scss */
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(1):hover .grid-content .grid-title p, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(1):hover .grid-content .grid-title a,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(1):hover .grid-content .grid-body p,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(1):hover .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(1):hover .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(1):hover .grid-content .category a, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(2):hover .grid-content .grid-title p, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(2):hover .grid-content .grid-title a,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(2):hover .grid-content .grid-body p,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(2):hover .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(2):hover .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(2):hover .grid-content .category a, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(3):hover .grid-content .grid-title p, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(3):hover .grid-content .grid-title a,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(3):hover .grid-content .grid-body p,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(3):hover .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(3):hover .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(3):hover .grid-content .category a, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(5):hover .grid-content .grid-title p, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(5):hover .grid-content .grid-title a,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(5):hover .grid-content .grid-body p,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(5):hover .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(5):hover .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(5):hover .grid-content .category a, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(6):hover .grid-content .grid-title p, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(6):hover .grid-content .grid-title a,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(6):hover .grid-content .grid-body p,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(6):hover .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(6):hover .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(6):hover .grid-content .category a, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(7):hover .grid-content .grid-title p, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(7):hover .grid-content .grid-title a,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(7):hover .grid-content .grid-body p,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(7):hover .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(7):hover .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(7):hover .grid-content .category a {
    color: #FFFFFF;
    border-color: #FFFFFF;
  }
  /* line 375, ../sass/partials/_mixins.scss */
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(1) .image-div,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(1) .grid-content, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(2) .image-div,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(2) .grid-content, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(3) .image-div,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(3) .grid-content, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(5) .image-div,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(5) .grid-content, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(6) .image-div,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(6) .grid-content, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(7) .image-div,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(7) .grid-content {
    position: relative;
    width: 100%;
    height: 205px;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 382, ../sass/partials/_mixins.scss */
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(1) .grid-content,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(1) .more-link, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(2) .grid-content,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(2) .more-link, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(3) .grid-content,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(3) .more-link, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(5) .grid-content,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(5) .more-link, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(6) .grid-content,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(6) .more-link, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(7) .grid-content,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(7) .more-link {
    position: static;
  }
  /* line 387, ../sass/partials/_mixins.scss */
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(1) .grid-content, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(2) .grid-content, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(3) .grid-content, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(5) .grid-content, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(6) .grid-content, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(7) .grid-content {
    min-height: 205px;
    float: right;
    margin-right: 0;
  }
  /* line 392, ../sass/partials/_mixins.scss */
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(1) .grid-content .grid-title,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(1) .grid-content .grid-body, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(2) .grid-content .grid-title,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(2) .grid-content .grid-body, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(3) .grid-content .grid-title,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(3) .grid-content .grid-body, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(5) .grid-content .grid-title,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(5) .grid-content .grid-body, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(6) .grid-content .grid-title,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(6) .grid-content .grid-body, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(7) .grid-content .grid-title,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(7) .grid-content .grid-body {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 398, ../sass/partials/_mixins.scss */
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(1) .grid-content .grid-title a, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(2) .grid-content .grid-title a, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(3) .grid-content .grid-title a, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(5) .grid-content .grid-title a, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(6) .grid-content .grid-title a, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(7) .grid-content .grid-title a {
    display: inline-block;
    font-family: "AlegreyaSansBold";
    font-size: 1.55rem;
    color: #5D5247;
    line-height: 1.55rem;
    margin-bottom: 1.2rem;
    width: 100%;
  }
  /* line 405, ../sass/partials/_mixins.scss */
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(1) .grid-content .grid-body p, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(1) .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(1) .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(1) .grid-content .category a, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(2) .grid-content .grid-body p, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(2) .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(2) .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(2) .grid-content .category a, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(3) .grid-content .grid-body p, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(3) .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(3) .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(3) .grid-content .category a, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(5) .grid-content .grid-body p, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(5) .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(5) .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(5) .grid-content .category a, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(6) .grid-content .grid-body p, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(6) .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(6) .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(6) .grid-content .category a, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(7) .grid-content .grid-body p, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(7) .grid-content .grid-body a,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(7) .grid-content .category p,
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(7) .grid-content .category a {
    font-family: "AlegreyaSans";
    font-size: 0.8rem;
    color: #5D5247;
    line-height: 1rem;
  }
}
/* line 1082, ../sass/partials/_pages.scss */
.node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(4), .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(8), .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(9) {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 317, ../sass/partials/_mixins.scss */
.node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(4) .image-div, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(8) .image-div, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(9) .image-div {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 175, ../sass/partials/_mixins.scss */
.node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(4) .image-div:before, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(8) .image-div:before, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(9) .image-div:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 322, ../sass/partials/_mixins.scss */
.node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(4):hover .image-div, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(8):hover .image-div, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(9):hover .image-div {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 325, ../sass/partials/_mixins.scss */
.node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(4):hover .image-div:before, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(8):hover .image-div:before, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(9):hover .image-div:before {
  background: rgba(0, 0, 0, 0.3);
}
/* line 331, ../sass/partials/_mixins.scss */
.node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(4) .grid-content, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(8) .grid-content, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(9) .grid-content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 335, ../sass/partials/_mixins.scss */
.node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(4) .grid-content .grid-title a, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(8) .grid-content .grid-title a, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(9) .grid-content .grid-title a {
  display: inline-block;
  font-family: "AlegreyaSansBold";
  font-size: 2.05rem;
  color: #FFFFFF;
  line-height: 2.05rem;
  margin-bottom: 1.2rem;
  width: 100%;
}
/* line 341, ../sass/partials/_mixins.scss */
.node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(4) .grid-content .grid-body p, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(8) .grid-content .grid-body p, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(9) .grid-content .grid-body p {
  color: #FFFFFF;
}
/* line 1089, ../sass/partials/_pages.scss */
.node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(4) .category,
.node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(4) .category a,
.node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(4) .category p,
.node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(4) .grid-body,
.node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(4) .grid-body a,
.node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(4) .grid-body p, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(8) .category,
.node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(8) .category a,
.node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(8) .category p,
.node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(8) .grid-body,
.node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(8) .grid-body a,
.node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(8) .grid-body p, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(9) .category,
.node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(9) .category a,
.node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(9) .category p,
.node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(9) .grid-body,
.node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(9) .grid-body a,
.node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(9) .grid-body p {
  color: #FFFFFF;
  font-size: 0.8rem;
}
/* line 1096, ../sass/partials/_pages.scss */
.node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(4) .category p:last-child,
.node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(4) .grid-body p:last-child, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(8) .category p:last-child,
.node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(8) .grid-body p:last-child, .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(9) .category p:last-child,
.node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(9) .grid-body p:last-child {
  border-left: 1px solid #FFFFFF;
}
@media (min-width: 768px) {
  /* line 1102, ../sass/partials/_pages.scss */
  .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(3), .node-type-blog-page .grid-main.pattern-3 .views-row:nth-child(7) {
    float: right;
    margin-right: 0;
  }
}

/* ------------------------------------------
              STAFF & BOARD PAGE
--------------------------------------------- */
/* line 1123, ../sass/partials/_pages.scss */
.node-type-list-page.section-staff-board #main .banner-carousel:after,
.node-type-list-page.section-events #main .banner-carousel:after,
.node-type-person #main .banner-carousel:after,
.node-type-content-detail-page.section-contact-us #main .banner-carousel:after,
.node-type-list-page.section-publications #main .banner-carousel:after {
  background: none;
}
/* line 1127, ../sass/partials/_pages.scss */
.node-type-list-page.section-staff-board #main .banner-carousel .stripe,
.node-type-list-page.section-events #main .banner-carousel .stripe,
.node-type-person #main .banner-carousel .stripe,
.node-type-content-detail-page.section-contact-us #main .banner-carousel .stripe,
.node-type-list-page.section-publications #main .banner-carousel .stripe {
  background: url("../images/blue-stripe.png") top left repeat-x;
}

/* line 1136, ../sass/partials/_pages.scss */
.node-type-list-page.section-staff-board .body-top .sidebar-left {
  margin-top: 7.97872rem;
}
/* line 1141, ../sass/partials/_pages.scss */
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.28571rem;
}
/* line 1146, ../sass/partials/_pages.scss */
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list h3 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 1149, ../sass/partials/_pages.scss */
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list h3,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list h3 a {
  font-size: 1.65rem;
  font-weight: normal;
  font-family: "BwStretchBlack";
  color: #12355B;
  text-transform: uppercase;
  line-height: 1.65rem;
}
/* line 1160, ../sass/partials/_pages.scss */
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 2px solid #E7D6BF;
  padding: 30px 0 17px 0;
}
/* line 1168, ../sass/partials/_pages.scss */
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper:first-child {
  border-top: 2px solid #E7D6BF;
}
/* line 1172, ../sass/partials/_pages.scss */
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper:last-child {
  border-bottom: none;
}
/* line 1176, ../sass/partials/_pages.scss */
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper h3 {
  margin-bottom: 30px;
}
/* line 1180, ../sass/partials/_pages.scss */
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper .person-type-wrapper {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 1183, ../sass/partials/_pages.scss */
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper .person-type-wrapper > .views-row {
  border: none;
  padding: 0;
  background: #FFFFFF;
  margin-bottom: 0.75rem;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 1189, ../sass/partials/_pages.scss */
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper .person-type-wrapper > .views-row:last-child {
  margin-bottom: 0.75rem !important;
}
@media (min-width: 768px) {
  /* line 1183, ../sass/partials/_pages.scss */
  .node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper .person-type-wrapper > .views-row {
    width: 49.39759%;
    float: left;
    margin-right: 1.20482%;
  }
  /* line 1200, ../sass/partials/_pages.scss */
  .node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper .person-type-wrapper > .views-row:nth-child(2n) {
    margin-right: 0;
  }
}
/* line 1206, ../sass/partials/_pages.scss */
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper .person-type-wrapper > .views-row .profile-info {
  padding: 0.85714rem 0 0 1rem;
  width: 65%;
  width: calc(100% - 110px);
}
/* line 1211, ../sass/partials/_pages.scss */
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper .person-type-wrapper > .views-row .profile-info h4 {
  font-family: "AlegreyaSans";
  font-size: 1.3rem;
  line-height: 1.3rem;
  margin-bottom: 0.61224rem;
}
/* line 1217, ../sass/partials/_pages.scss */
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper .person-type-wrapper > .views-row .profile-info h4 a {
  font-family: "AlegreyaSansBold";
  color: #5D5247;
}
/* line 1223, ../sass/partials/_pages.scss */
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper .person-type-wrapper > .views-row .profile-info p {
  font-size: 0.85rem;
  line-height: 1rem;
}
/* line 1228, ../sass/partials/_pages.scss */
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper .person-type-wrapper > .views-row .profile-info .person-tag {
  color: #FFFFFF;
  display: inline-block;
}
/* line 1232, ../sass/partials/_pages.scss */
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper .person-type-wrapper > .views-row .profile-info .person-tag a,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper .person-type-wrapper > .views-row .profile-info .person-tag p {
  color: #FFFFFF;
  padding: 0 0.25rem;
  background: #16A3C4;
  font-size: 0.75em;
  line-height: 1.25rem;
  float: left;
  margin-right: 0.6rem;
  margin-bottom: 0;
}
/* line 1246, ../sass/partials/_pages.scss */
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper .person-type-wrapper > .views-row:hover {
  background: #16A4C5;
}
/* line 1250, ../sass/partials/_pages.scss */
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper .person-type-wrapper > .views-row:hover .profile-info h4,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper .person-type-wrapper > .views-row:hover .profile-info h4 a,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper .person-type-wrapper > .views-row:hover .profile-info p {
  color: #FFFFFF;
}
/* line 1257, ../sass/partials/_pages.scss */
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper .person-type-wrapper > .views-row:hover .profile-info .person-tag a,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper .person-type-wrapper > .views-row:hover .profile-info .person-tag p {
  color: #16A3C4;
  background: #FFFFFF;
}
/* line 1266, ../sass/partials/_pages.scss */
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper .person-type-wrapper > .views-row .views-field {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}
/* line 1271, ../sass/partials/_pages.scss */
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper .person-type-wrapper > .views-row .views-field.views-field-title {
  padding-top: 0.85714rem;
}
/* line 1276, ../sass/partials/_pages.scss */
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper .person-type-wrapper > .views-row .profile-img,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper .person-type-wrapper > .views-row .profile-info {
  float: left;
}
/* line 1281, ../sass/partials/_pages.scss */
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper .person-type-wrapper > .views-row img {
  float: left;
  max-width: 110px;
  max-height: 110px;
}
/* line 1291, ../sass/partials/_pages.scss */
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list [class*="main-wrapper-adolescent-girls'-legal-defense-fund-advisory-board"],
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-advisory-board,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-development-and-communications,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-finance-and-administration,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-programs,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-list {
  padding: 30px 0 10px 0;
}
/* line 1300, ../sass/partials/_pages.scss */
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list [class*="main-wrapper-adolescent-girls'-legal-defense-fund-advisory-board"] .person-type-wrapper > .views-row,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-advisory-board .person-type-wrapper > .views-row,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-development-and-communications .person-type-wrapper > .views-row,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-finance-and-administration .person-type-wrapper > .views-row,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-programs .person-type-wrapper > .views-row,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-list .person-type-wrapper > .views-row {
  background: none;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 1300, ../sass/partials/_pages.scss */
  .node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list [class*="main-wrapper-adolescent-girls'-legal-defense-fund-advisory-board"] .person-type-wrapper > .views-row,
  .node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-advisory-board .person-type-wrapper > .views-row,
  .node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-development-and-communications .person-type-wrapper > .views-row,
  .node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-finance-and-administration .person-type-wrapper > .views-row,
  .node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-programs .person-type-wrapper > .views-row,
  .node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-list .person-type-wrapper > .views-row {
    width: 49.39759%;
    float: left;
    margin-right: 1.20482%;
  }
  /* line 1308, ../sass/partials/_pages.scss */
  .node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list [class*="main-wrapper-adolescent-girls'-legal-defense-fund-advisory-board"] .person-type-wrapper > .views-row:nth-child(2n),
  .node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-advisory-board .person-type-wrapper > .views-row:nth-child(2n),
  .node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-development-and-communications .person-type-wrapper > .views-row:nth-child(2n),
  .node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-finance-and-administration .person-type-wrapper > .views-row:nth-child(2n),
  .node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-programs .person-type-wrapper > .views-row:nth-child(2n),
  .node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-list .person-type-wrapper > .views-row:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  /* line 1300, ../sass/partials/_pages.scss */
  .node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list [class*="main-wrapper-adolescent-girls'-legal-defense-fund-advisory-board"] .person-type-wrapper > .views-row,
  .node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-advisory-board .person-type-wrapper > .views-row,
  .node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-development-and-communications .person-type-wrapper > .views-row,
  .node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-finance-and-administration .person-type-wrapper > .views-row,
  .node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-programs .person-type-wrapper > .views-row,
  .node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-list .person-type-wrapper > .views-row {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
  }
  /* line 1317, ../sass/partials/_pages.scss */
  .node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list [class*="main-wrapper-adolescent-girls'-legal-defense-fund-advisory-board"] .person-type-wrapper > .views-row:nth-child(2n),
  .node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-advisory-board .person-type-wrapper > .views-row:nth-child(2n),
  .node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-development-and-communications .person-type-wrapper > .views-row:nth-child(2n),
  .node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-finance-and-administration .person-type-wrapper > .views-row:nth-child(2n),
  .node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-programs .person-type-wrapper > .views-row:nth-child(2n),
  .node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-list .person-type-wrapper > .views-row:nth-child(2n) {
    margin-right: 1.20482%;
  }
  /* line 1321, ../sass/partials/_pages.scss */
  .node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list [class*="main-wrapper-adolescent-girls'-legal-defense-fund-advisory-board"] .person-type-wrapper > .views-row:nth-child(3n),
  .node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-advisory-board .person-type-wrapper > .views-row:nth-child(3n),
  .node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-development-and-communications .person-type-wrapper > .views-row:nth-child(3n),
  .node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-finance-and-administration .person-type-wrapper > .views-row:nth-child(3n),
  .node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-programs .person-type-wrapper > .views-row:nth-child(3n),
  .node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-list .person-type-wrapper > .views-row:nth-child(3n) {
    margin-right: 0;
  }
}
/* line 1328, ../sass/partials/_pages.scss */
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list [class*="main-wrapper-adolescent-girls'-legal-defense-fund-advisory-board"] .person-type-wrapper > .views-row:hover .profile-info h4,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-advisory-board .person-type-wrapper > .views-row:hover .profile-info h4,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-development-and-communications .person-type-wrapper > .views-row:hover .profile-info h4,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-finance-and-administration .person-type-wrapper > .views-row:hover .profile-info h4,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-programs .person-type-wrapper > .views-row:hover .profile-info h4,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-list .person-type-wrapper > .views-row:hover .profile-info h4 {
  color: #5D5247;
}
/* line 1333, ../sass/partials/_pages.scss */
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list [class*="main-wrapper-adolescent-girls'-legal-defense-fund-advisory-board"] .person-type-wrapper > .views-row .profile-img,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list [class*="main-wrapper-adolescent-girls'-legal-defense-fund-advisory-board"] .person-type-wrapper > .views-row .profile-info p,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list [class*="main-wrapper-adolescent-girls'-legal-defense-fund-advisory-board"] .person-type-wrapper > .views-row .profile-info span,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-advisory-board .person-type-wrapper > .views-row .profile-img,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-advisory-board .person-type-wrapper > .views-row .profile-info p,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-advisory-board .person-type-wrapper > .views-row .profile-info span,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-development-and-communications .person-type-wrapper > .views-row .profile-img,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-development-and-communications .person-type-wrapper > .views-row .profile-info p,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-development-and-communications .person-type-wrapper > .views-row .profile-info span,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-finance-and-administration .person-type-wrapper > .views-row .profile-img,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-finance-and-administration .person-type-wrapper > .views-row .profile-info p,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-finance-and-administration .person-type-wrapper > .views-row .profile-info span,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-programs .person-type-wrapper > .views-row .profile-img,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-programs .person-type-wrapper > .views-row .profile-info p,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-programs .person-type-wrapper > .views-row .profile-info span,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-list .person-type-wrapper > .views-row .profile-img,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-list .person-type-wrapper > .views-row .profile-info p,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-list .person-type-wrapper > .views-row .profile-info span {
  display: none;
}
/* line 1339, ../sass/partials/_pages.scss */
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list [class*="main-wrapper-adolescent-girls'-legal-defense-fund-advisory-board"] .person-type-wrapper > .views-row .profile-info,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-advisory-board .person-type-wrapper > .views-row .profile-info,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-development-and-communications .person-type-wrapper > .views-row .profile-info,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-finance-and-administration .person-type-wrapper > .views-row .profile-info,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-programs .person-type-wrapper > .views-row .profile-info,
.node-type-list-page.section-staff-board .body-top .bt-content .view-staff-list .main-wrapper-list .person-type-wrapper > .views-row .profile-info {
  padding: 0;
  width: 100%;
}
/* line 1350, ../sass/partials/_pages.scss */
.node-type-list-page.section-staff-board .body-top .custom-filter .views-exposed-form,
.node-type-list-page.section-staff-board .body-top .custom-filter .views-exposed-widget {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}

/* line 1365, ../sass/partials/_pages.scss */
.node-type-event .bt-content,
.node-type-person .bt-content,
.node-type-press-clip .bt-content,
.node-type-external-person .bt-content {
  padding-bottom: 7.5rem;
}
/* line 1369, ../sass/partials/_pages.scss */
.node-type-event .profile-img,
.node-type-event .profile-info,
.node-type-person .profile-img,
.node-type-person .profile-info,
.node-type-press-clip .profile-img,
.node-type-press-clip .profile-info,
.node-type-external-person .profile-img,
.node-type-external-person .profile-info {
  float: left;
  margin-bottom: 1rem;
}
/* line 1375, ../sass/partials/_pages.scss */
.node-type-event .profile-img,
.node-type-person .profile-img,
.node-type-press-clip .profile-img,
.node-type-external-person .profile-img {
  margin-right: 1rem;
}
/* line 1378, ../sass/partials/_pages.scss */
.node-type-event .profile-img .image-div,
.node-type-person .profile-img .image-div,
.node-type-press-clip .profile-img .image-div,
.node-type-external-person .profile-img .image-div {
  width: 180px;
  height: 180px;
}
@media (min-width: 480px) {
  /* line 1384, ../sass/partials/_pages.scss */
  .node-type-event .profile-info,
  .node-type-person .profile-info,
  .node-type-press-clip .profile-info,
  .node-type-external-person .profile-info {
    width: 63%;
    width: calc(100% - 200px);
  }
}
/* line 1391, ../sass/partials/_pages.scss */
.node-type-event .profile-info .prof-designation,
.node-type-event .profile-info .prof-title,
.node-type-person .profile-info .prof-designation,
.node-type-person .profile-info .prof-title,
.node-type-press-clip .profile-info .prof-designation,
.node-type-press-clip .profile-info .prof-title,
.node-type-external-person .profile-info .prof-designation,
.node-type-external-person .profile-info .prof-title {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 1396, ../sass/partials/_pages.scss */
.node-type-event .profile-info .prof-tag,
.node-type-person .profile-info .prof-tag,
.node-type-press-clip .profile-info .prof-tag,
.node-type-external-person .profile-info .prof-tag {
  background: #16A4C5;
  color: #FFFFFF;
  padding: 0.25rem 0.375rem;
  font-size: 1rem;
  line-height: 1rem;
}
/* line 1403, ../sass/partials/_pages.scss */
.node-type-event .profile-info .prof-tag:hover,
.node-type-person .profile-info .prof-tag:hover,
.node-type-press-clip .profile-info .prof-tag:hover,
.node-type-external-person .profile-info .prof-tag:hover {
  color: #16A4C5;
  background: #FFFFFF;
}
/* line 1410, ../sass/partials/_pages.scss */
.node-type-event .profile-description,
.node-type-person .profile-description,
.node-type-press-clip .profile-description,
.node-type-external-person .profile-description {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 1418, ../sass/partials/_pages.scss */
.node-type-press-clip .bt-content .profile-img {
  display: none;
}
/* line 1424, ../sass/partials/_pages.scss */
.node-type-press-clip .bt-content .profile-description .list-items ul {
  margin-left: 2rem;
}
/* line 1427, ../sass/partials/_pages.scss */
.node-type-press-clip .bt-content .profile-description .list-items ul li {
  margin-bottom: 1rem;
}
/* line 1433, ../sass/partials/_pages.scss */
.node-type-press-clip .bt-content .profile-description .press-box {
  font-size: 1rem;
  border: 1px solid #F3E6D6;
  padding: 1rem;
  margin-bottom: 1rem;
}
/* line 1439, ../sass/partials/_pages.scss */
.node-type-press-clip .bt-content .profile-description .press-box p {
  font-size: 1rem;
  line-height: normal;
}
/* line 1443, ../sass/partials/_pages.scss */
.node-type-press-clip .bt-content .profile-description .press-box p:last-child {
  margin-bottom: 0;
}

/* line 1454, ../sass/partials/_pages.scss */
.node-type-event .bt-content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* ------------------------------------------
              BANNER OVERLAY
--------------------------------------------- */
/* line 1464, ../sass/partials/_pages.scss */
.banner-overlay-parent .banner-image:before,
.banner-overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.9)));
  /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  /* Opera 11.10-11.50 */
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  /* IE10 preview */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000',GradientType=0);
}

/* ------------------------------------------
         LOGIN & CONTACT US PAGE
--------------------------------------------- */
/* line 1497, ../sass/partials/_pages.scss */
.page-user {
  background: #12355B;
}
/* line 1500, ../sass/partials/_pages.scss */
.page-user a,
.page-user div,
.page-user label,
.page-user p {
  color: #FFFFFF;
}
/* line 1507, ../sass/partials/_pages.scss */
.page-user li.tabs-primary__tab {
  float: left;
  margin-right: 2rem;
}
/* line 1512, ../sass/partials/_pages.scss */
.page-user .breadcrumb {
  display: none;
}
/* line 1518, ../sass/partials/_pages.scss */
.page-user #main a.tabs-primary__tab-link {
  text-decoration: underline !important;
}
/* line 1523, ../sass/partials/_pages.scss */
.page-user #main .title {
  margin-bottom: 0;
}

/* line 1531, ../sass/partials/_pages.scss */
.node-type-content-detail-page.section-contact-us {
  background: #12355B;
}
/* line 1534, ../sass/partials/_pages.scss */
.node-type-content-detail-page.section-contact-us #main {
  background: #12355B;
}
/* line 1538, ../sass/partials/_pages.scss */
.node-type-content-detail-page.section-contact-us .bt-content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 1541, ../sass/partials/_pages.scss */
.node-type-content-detail-page.section-contact-us .bt-content p a {
  color: #16A4C5;
}
/* line 1544, ../sass/partials/_pages.scss */
.node-type-content-detail-page.section-contact-us .bt-content p a:hover {
  color: #FF4611;
}
/* line 1550, ../sass/partials/_pages.scss */
.node-type-content-detail-page.section-contact-us .description,
.node-type-content-detail-page.section-contact-us label {
  color: #FFFFFF;
}
/* line 1555, ../sass/partials/_pages.scss */
.node-type-content-detail-page.section-contact-us .grippie {
  margin-bottom: 0.75rem;
}

/* line 1561, ../sass/partials/_pages.scss */
.resource-side-bar--author {
  margin-bottom: 1em;
  padding: 0;
}

/* line 1566, ../sass/partials/_pages.scss */
.resource-side-bar {
  margin-left: -1em;
  padding: 0;
}

/* line 1571, ../sass/partials/_pages.scss */
a.resource-side-bar--resource {
  color: white;
}

/* line 1575, ../sass/partials/_pages.scss */
.resource-side-bar--resource a {
  color: white;
}

/* line 1579, ../sass/partials/_pages.scss */
.resource-side-bar--resource a:hover {
  color: #12355B;
}

/* line 1583, ../sass/partials/_pages.scss */
.resource-side-bar--resource {
  text-transform: uppercase;
}

/* -----------------------------------------
            GET INVOLVED PAGE
------------------------------------------- */
/* line 1593, ../sass/partials/_pages.scss */
.grid-block-large .views-row {
  position: relative;
  z-index: 0;
  background: #FFFFFF;
  border: none;
  margin-bottom: 0.6rem;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 1604, ../sass/partials/_pages.scss */
.grid-block-large .views-row,
.grid-block-large .views-row .views-field-nothing {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  min-height: 260px;
  max-height: 260px;
  overflow: hidden;
}
/* line 1613, ../sass/partials/_pages.scss */
.grid-block-large .views-row,
.grid-block-large .views-row .grid-content,
.grid-block-large .views-row .views-field-nothing {
  min-height: 260px;
  max-height: 260px;
  overflow: hidden;
}
/* line 1621, ../sass/partials/_pages.scss */
.grid-block-large .views-row .image-div {
  -moz-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  -webkit-transition: all 0.8s linear;
  transition: all 0.8s linear;
}
/* line 1625, ../sass/partials/_pages.scss */
.grid-block-large .views-row .grid-content {
  position: relative;
  padding: 1.2rem;
  cursor: pointer;
}
/* line 1631, ../sass/partials/_pages.scss */
.grid-block-large .views-row .grid-content .grid-title a {
  display: inline-block;
  font-family: "AlegreyaSansBold";
  font-size: 1.55rem;
  color: #5D5247;
  line-height: 1.55rem;
  margin-bottom: 1.2rem;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 1637, ../sass/partials/_pages.scss */
  .grid-block-large .views-row .grid-content .grid-title.large-title a {
    display: inline-block;
    font-family: "AlegreyaSansBold";
    font-size: 3rem;
    color: #FFFFFF;
    line-height: 3rem;
    margin-bottom: 1.2rem;
    width: 100%;
  }
}
/* line 1645, ../sass/partials/_pages.scss */
.grid-block-large .views-row .grid-content .grid-body p {
  font-family: "AlegreyaSans";
  font-size: 1.125rem;
  color: #5D5247;
  line-height: 1.4rem;
}
/* line 317, ../sass/partials/_mixins.scss */
.grid-block-large .views-row .image-div {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 175, ../sass/partials/_mixins.scss */
.grid-block-large .views-row .image-div:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 322, ../sass/partials/_mixins.scss */
.grid-block-large .views-row:hover .image-div {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 325, ../sass/partials/_mixins.scss */
.grid-block-large .views-row:hover .image-div:before {
  background: rgba(0, 0, 0, 0.3);
}
/* line 331, ../sass/partials/_mixins.scss */
.grid-block-large .views-row .grid-content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 335, ../sass/partials/_mixins.scss */
.grid-block-large .views-row .grid-content .grid-title a {
  display: inline-block;
  font-family: "AlegreyaSansBold";
  font-size: 2.05rem;
  color: #FFFFFF;
  line-height: 2.05rem;
  margin-bottom: 1.2rem;
  width: 100%;
}
/* line 341, ../sass/partials/_mixins.scss */
.grid-block-large .views-row .grid-content .grid-body p {
  color: #FFFFFF;
}
/* line 1657, ../sass/partials/_pages.scss */
.grid-block-large.three-column-grid .views-row .grid-content {
  padding: 1.2rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  /* line 1656, ../sass/partials/_pages.scss */
  .grid-block-large.three-column-grid .views-row {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
  }
}
/* line 207, ../sass/partials/_mixins.scss */
.grid-block-large.three-column-grid .views-row:hover {
  background: #16A4C5;
}
/* line 211, ../sass/partials/_mixins.scss */
.grid-block-large.three-column-grid .views-row:hover .grid-content .grid-title a,
.grid-block-large.three-column-grid .views-row:hover .grid-content .grid-body p {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  /* line 1664, ../sass/partials/_pages.scss */
  .grid-block-large.three-column-grid .views-row:nth-child(3) {
    width: 32.53012%;
    float: right;
    margin-right: 0;
  }
}
/* line 228, ../sass/partials/_mixins.scss */
.grid-block-large.three-column-grid .views-row:nth-child(3):hover {
  background: #16A4C5;
}
/* line 232, ../sass/partials/_mixins.scss */
.grid-block-large.three-column-grid .views-row:nth-child(3):hover .grid-content .grid-title a,
.grid-block-large.three-column-grid .views-row:nth-child(3):hover .grid-content .grid-body p {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  /* line 1672, ../sass/partials/_pages.scss */
  .grid-block-large.three-column-grid-std .views-row {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
  }
}
/* line 207, ../sass/partials/_mixins.scss */
.grid-block-large.three-column-grid-std .views-row:hover {
  background: #16A4C5;
}
/* line 211, ../sass/partials/_mixins.scss */
.grid-block-large.three-column-grid-std .views-row:hover .grid-content .grid-title a,
.grid-block-large.three-column-grid-std .views-row:hover .grid-content .grid-body p {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  /* line 1675, ../sass/partials/_pages.scss */
  .grid-block-large.three-column-grid-std .views-row:nth-child(3n) {
    width: 32.53012%;
    float: right;
    margin-right: 0;
  }
}
/* line 228, ../sass/partials/_mixins.scss */
.grid-block-large.three-column-grid-std .views-row:nth-child(3n):hover {
  background: #16A4C5;
}
/* line 232, ../sass/partials/_mixins.scss */
.grid-block-large.three-column-grid-std .views-row:nth-child(3n):hover .grid-content .grid-title a,
.grid-block-large.three-column-grid-std .views-row:nth-child(3n):hover .grid-content .grid-body p {
  color: #FFFFFF;
}
/* line 1681, ../sass/partials/_pages.scss */
.grid-block-large.celebrities {
  margin-top: 1rem;
}
/* line 1686, ../sass/partials/_pages.scss */
.grid-block-large.celebrities .views-row .image-div:before {
  content: none;
}
/* line 1692, ../sass/partials/_pages.scss */
.grid-block-large.celebrities .views-row:hover .image-div {
  transform: none;
  transition: none;
}
/* line 1696, ../sass/partials/_pages.scss */
.grid-block-large.celebrities .views-row:hover .image-div:before {
  content: none;
}
/* line 1702, ../sass/partials/_pages.scss */
.grid-block-large.celebrities .views-row .grid-content {
  padding: 0;
}
/* line 1705, ../sass/partials/_pages.scss */
.grid-block-large.celebrities .views-row .grid-content .grid-title {
  background-color: #D40164;
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* line 1711, ../sass/partials/_pages.scss */
.grid-block-large.celebrities .views-row .grid-content .grid-title a,
.grid-block-large.celebrities .views-row .grid-content .grid-title p {
  text-align: center;
  margin: 0.75rem 0;
  display: inline-block;
  font-family: "AlegreyaSansBold";
  font-size: 1.5rem;
  color: #FFFFFF;
  line-height: 1.55rem;
  margin-bottom: 1.2rem;
  width: 100%;
  font-family: "BwStretchRegular";
  padding: 0 1.5rem;
}
@media (min-width: 480px) {
  /* line 1711, ../sass/partials/_pages.scss */
  .grid-block-large.celebrities .views-row .grid-content .grid-title a,
  .grid-block-large.celebrities .views-row .grid-content .grid-title p {
    padding: 0 0.75rem;
  }
}

/* -----------------------------------------
              FINANCIALS PAGE
------------------------------------------- */
/* line 1737, ../sass/partials/_pages.scss */
.node-type-list-page.section-financials .bt-content .three-column-grid .views-row {
  padding: 0;
  text-align: center;
  border: none;
  margin-bottom: 1rem;
  width: 49.39759%;
  float: left;
  margin-right: 1.20482%;
}
/* line 1743, ../sass/partials/_pages.scss */
.node-type-list-page.section-financials .bt-content .three-column-grid .views-row:hover {
  background: none;
}
/* line 1750, ../sass/partials/_pages.scss */
.node-type-list-page.section-financials .bt-content .three-column-grid .views-row .image-div img {
  height: auto;
}
@media (max-width: 479px) {
  /* line 1756, ../sass/partials/_pages.scss */
  .node-type-list-page.section-financials .bt-content .three-column-grid .views-row:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 1737, ../sass/partials/_pages.scss */
  .node-type-list-page.section-financials .bt-content .three-column-grid .views-row {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
  }
  /* line 1765, ../sass/partials/_pages.scss */
  .node-type-list-page.section-financials .bt-content .three-column-grid .views-row:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 1737, ../sass/partials/_pages.scss */
  .node-type-list-page.section-financials .bt-content .three-column-grid .views-row {
    width: 24.09639%;
    float: left;
    margin-right: 1.20482%;
  }
}
@media (min-width: 768px) {
  /* line 1774, ../sass/partials/_pages.scss */
  .node-type-list-page.section-financials .bt-content .three-column-grid .views-row:nth-child(4n) {
    margin-right: 0;
  }
}

/* -----------------------------------------
              SURVIVOR STORIES PAGE
------------------------------------------- */
/* line 1787, ../sass/partials/_pages.scss */
.node-type-survivor-stories .language-switcher {
  display: none;
}

/* staff bord page hover effect overide*/
/* line 1799, ../sass/partials/_pages.scss */
.main-wrapper-adolescent-girls-legal-defense-fund-advisory-board .person-type-wrapper > .views-row:hover .profile-info h4,
.main-wrapper-advisory-board .person-type-wrapper > .views-row:hover .profile-info h4,
.main-wrapper-in-memoriam .person-type-wrapper > .views-row:hover .profile-info h4 {
  color: #12355B !important;
}

/* line 1809, ../sass/partials/_pages.scss */
.node-type-special-event #page .container {
  max-width: 960px;
  max-width: 61.25rem;
}
/* line 1815, ../sass/partials/_pages.scss */
.node-type-special-event #main {
  background: #f5f4f2;
}
/* line 1819, ../sass/partials/_pages.scss */
.node-type-special-event .sidebar-left {
  padding-right: 0;
}
/* line 1823, ../sass/partials/_pages.scss */
.node-type-special-event .share-page-block-mobile {
  margin-bottom: 0;
  padding-bottom: 9.75293rem;
  background: #16A3C4;
}

/* line 1832, ../sass/partials/_pages.scss */
.celebrities.grid-link .view-footer {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  border: 3px solid transparent;
  height: 100%;
  min-height: 260px;
  max-height: 260px;
  position: relative;
}
@media (min-width: 767px) {
  /* line 1832, ../sass/partials/_pages.scss */
  .celebrities.grid-link .view-footer {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
  }
}
/* line 1847, ../sass/partials/_pages.scss */
.celebrities.grid-link .view-footer .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
/* line 1856, ../sass/partials/_pages.scss */
.celebrities.grid-link .views-row-2 {
  float: right;
  margin-right: 0;
}
/* line 1861, ../sass/partials/_pages.scss */
.celebrities.grid-link a {
  color: #D40164;
}
/* line 1864, ../sass/partials/_pages.scss */
.celebrities.grid-link a :hover {
  color: #D40164;
}

/* line 1871, ../sass/partials/_pages.scss */
.sponsorship-section {
  background: #D40164;
  padding: 3rem 0;
  z-index: 3;
  position: relative;
}
/* line 1877, ../sass/partials/_pages.scss */
.sponsorship-section h1 {
  color: white;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
/* line 1885, ../sass/partials/_pages.scss */
.sponsorship-section > .container > .sp-wrapper {
  display: block;
}
@media (min-width: 768px) {
  /* line 1885, ../sass/partials/_pages.scss */
  .sponsorship-section > .container > .sp-wrapper {
    display: flex;
  }
}
/* line 1895, ../sass/partials/_pages.scss */
.sponsorship-section > .container > .sp-wrapper > .sp-box {
  display: table-cell;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #f5f4f2;
  color: #D40164;
  text-align: center;
  padding: 3rem 0.8982rem;
}
/* line 1900, ../sass/partials/_pages.scss */
.sponsorship-section > .container > .sp-wrapper > .sp-box.last {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  /* line 1895, ../sass/partials/_pages.scss */
  .sponsorship-section > .container > .sp-wrapper > .sp-box {
    margin-right: 2%;
  }
  /* line 1908, ../sass/partials/_pages.scss */
  .sponsorship-section > .container > .sp-wrapper > .sp-box.last {
    margin-right: 0;
    margin-top: 0;
  }
}
/* line 1915, ../sass/partials/_pages.scss */
.sponsorship-section > .container > .sp-wrapper > .sp-box strong {
  color: #D40164;
  font-family: "BwStretchBlack";
  font-size: 2.5rem;
  text-transform: uppercase;
}
/* line 1923, ../sass/partials/_pages.scss */
.sponsorship-section > .container > .sp-wrapper > .sp-box > ul
> li:first-child
> ul {
  border-bottom: 2px solid #D40164;
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
}
/* line 1936, ../sass/partials/_pages.scss */
.sponsorship-section > .container > .sp-wrapper > .sp-box > ul > li > ul {
  width: 75%;
  margin: 1.5rem auto;
  min-height: 230px;
}
@media (min-width: 768px) {
  /* line 1936, ../sass/partials/_pages.scss */
  .sponsorship-section > .container > .sp-wrapper > .sp-box > ul > li > ul {
    width: 50%;
    position: relative;
    min-height: 230px;
  }
}
/* line 1951, ../sass/partials/_pages.scss */
.sponsorship-section > .container > .sp-wrapper > .sp-box ul li ul {
  position: relative;
}
/* line 1954, ../sass/partials/_pages.scss */
.sponsorship-section > .container > .sp-wrapper > .sp-box ul li ul li {
  font-family: "BwStretchMedium";
  font-size: 1.4rem;
  line-height: 2rem;
  color: #000000;
  text-align: left;
  list-style: disc;
}
/* line 1968, ../sass/partials/_pages.scss */
.sponsorship-section > .container > .sp-wrapper > .sp-box ul > li > ul > li:last-child a {
  color: #D40164;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 1978, ../sass/partials/_pages.scss */
.sponsorship-section > .container > .sp-wrapper > .sp-box ul > li > ul > li:last-child a:hover {
  color: #920040;
}
@media (min-width: 768px) {
  /* line 1895, ../sass/partials/_pages.scss */
  .sponsorship-section > .container > .sp-wrapper > .sp-box {
    padding: 3rem 0;
  }
}
/* line 2007, ../sass/partials/_pages.scss */
.sponsorship-section > .container > div:last-child .sp-box {
  float: right;
  margin-right: 0;
}
/* line 2012, ../sass/partials/_pages.scss */
.sponsorship-section .reserve-link {
  position: relative;
  margin: -1.5rem auto 0;
  width: 180px;
  height: 180px;
  color: #FFFFFF;
  text-align: center;
  z-index: 0;
  left: 0;
  right: 0;
  clear: both;
}
/* line 2024, ../sass/partials/_pages.scss */
.sponsorship-section .reserve-link h2 {
  margin: 4rem 2.5rem;
  float: left;
}
@media (min-width: 768px) {
  /* line 2012, ../sass/partials/_pages.scss */
  .sponsorship-section .reserve-link {
    max-width: 180px;
    max-height: 180px;
  }
}
/* line 2035, ../sass/partials/_pages.scss */
.sponsorship-section .reserve-link a {
  color: #FFFFFF;
  font-family: "BwStretchBlack";
  font-size: 2.5rem;
  text-transform: uppercase;
}
/* line 2042, ../sass/partials/_pages.scss */
.sponsorship-section .reserve-link:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #D40164;
  z-index: -1;
  border: 20px solid #f5f4f2;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 2060, ../sass/partials/_pages.scss */
.sponsor-list li {
  text-align: center;
  color: #000000;
  font-family: "BwStretchMedium";
  font-size: 1.5rem;
  line-height: 1.25;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  /* line 2070, ../sass/partials/_pages.scss */
  .sponsor-list li:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  /* line 2060, ../sass/partials/_pages.scss */
  .sponsor-list li {
    width: 49.39759%;
    float: left;
    margin-right: 1.20482%;
  }
}
@media (min-width: 992px) {
  /* line 2060, ../sass/partials/_pages.scss */
  .sponsor-list li {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
  }
  /* line 2084, ../sass/partials/_pages.scss */
  .sponsor-list li:nth-child(3n) {
    float: right;
    margin-right: 0;
  }
}

/* line 2091, ../sass/partials/_pages.scss */
.committee {
  padding-bottom: 3rem;
  clear: both;
  overflow: hidden;
}
/* line 2096, ../sass/partials/_pages.scss */
.committee .diamond {
  position: relative;
  margin: -1.76471rem auto 3rem;
  width: 180px;
  height: 180px;
  color: #FFFFFF;
  text-align: center;
  z-index: -1;
}
@media (min-width: 768px) {
  /* line 2096, ../sass/partials/_pages.scss */
  .committee .diamond {
    max-width: 189px;
    max-height: 189px;
  }
}
/* line 2111, ../sass/partials/_pages.scss */
.committee .diamond h2,
.committee .diamond h3 {
  color: #FFFFFF;
  font-family: "BwStretchBlack";
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 2rem;
  padding: 3rem 2rem;
}
/* line 2121, ../sass/partials/_pages.scss */
.committee .diamond:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #D40164;
  z-index: -1;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 2135, ../sass/partials/_pages.scss */
.committee .views-row {
  text-align: center;
  line-height: 1.25;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 2139, ../sass/partials/_pages.scss */
.committee .views-row a,
.committee .views-row p,
.committee .views-row span {
  color: #000000;
  font-family: "BwStretchMedium";
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  /* line 2150, ../sass/partials/_pages.scss */
  .committee .views-row:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  /* line 2135, ../sass/partials/_pages.scss */
  .committee .views-row {
    width: 49.39759%;
    float: left;
    margin-right: 1.20482%;
  }
}
@media (min-width: 992px) {
  /* line 2135, ../sass/partials/_pages.scss */
  .committee .views-row {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
  }
  /* line 2164, ../sass/partials/_pages.scss */
  .committee .views-row:nth-child(3n) {
    float: right;
    margin-right: 0;
  }
}
/* line 2170, ../sass/partials/_pages.scss */
.committee.honorary-committee {
  position: relative;
  background: #FFFFFF;
  z-index: 2;
}
/* line 2176, ../sass/partials/_pages.scss */
.committee.event-committee {
  background-image: url("../images/EqualityNow_weave_pattern_white.svg");
  background-size: cover;
  z-index: 0;
  position: relative;
}

/* line 2184, ../sass/partials/_pages.scss */
.highlights-section {
  background: #16A3C4;
  text-align: center;
}
/* line 2188, ../sass/partials/_pages.scss */
.highlights-section h2 {
  color: #FFFFFF;
  font-family: "BwStretchBlack";
  text-transform: uppercase;
  font-size: 2.6rem;
  line-height: 4rem;
  padding: 1.5rem 0;
}
/* line 2197, ../sass/partials/_pages.scss */
.highlights-section .highlights-grid {
  background-image: url("../images/weave-pattern-light-blue.svg");
  padding-bottom: 3rem;
}
/* line 2201, ../sass/partials/_pages.scss */
.highlights-section .highlights-grid img {
  width: auto;
  height: auto;
}
/* line 2208, ../sass/partials/_pages.scss */
.highlights-section .field-content .file {
  margin-bottom: 1rem;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  /* line 2214, ../sass/partials/_pages.scss */
  .highlights-section .field-content .file:nth-child(1) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 2217, ../sass/partials/_pages.scss */
  .highlights-section .field-content .file:nth-child(1) iframe {
    width: 100%;
    height: 600px;
  }
  /* line 2223, ../sass/partials/_pages.scss */
  .highlights-section .field-content .file:nth-child(2), .highlights-section .field-content .file:nth-child(3) {
    width: 48.55422%;
    float: left;
    margin-right: 1.20482%;
  }
  /* line 2228, ../sass/partials/_pages.scss */
  .highlights-section .field-content .file:nth-child(3) {
    float: right;
    margin-right: 0;
  }
  /* line 2232, ../sass/partials/_pages.scss */
  .highlights-section .field-content .file:nth-child(4) {
    width: 65.42169%;
    float: left;
    margin-right: 1.20482%;
  }
  /* line 2236, ../sass/partials/_pages.scss */
  .highlights-section .field-content .file:nth-child(5) {
    width: 31.68675%;
    float: left;
    margin-right: 1.20482%;
  }
  /* line 2240, ../sass/partials/_pages.scss */
  .highlights-section .field-content .file:last-child {
    float: right;
    margin-right: 0;
  }
}

/* line 2248, ../sass/partials/_pages.scss */
.footer-cta {
  text-align: center;
}
/* line 2251, ../sass/partials/_pages.scss */
.footer-cta a {
  padding: 1rem 0;
  display: block;
  color: #FFFFFF;
  background: #D40164;
}

/* line 2260, ../sass/partials/_pages.scss */
.blue .highlights-section {
  background: #12355B;
  background-image: url("../images/weave-pattern-dark-blue.png");
}
/* line 2264, ../sass/partials/_pages.scss */
.blue .highlights-section .highlights-grid {
  background: none;
}
/* line 2269, ../sass/partials/_pages.scss */
.blue .highlights-section .highlights-images li {
  float: left;
}
/* line 2272, ../sass/partials/_pages.scss */
.blue .highlights-section .highlights-images li:nth-child(2n-1) {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
/* line 2280, ../sass/partials/_pages.scss */
.blue .highlights-section .field-content .file {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  /* line 2297, ../sass/partials/_pages.scss */
  .blue .highlights-section .field-content .file:nth-child(1) iframe {
    width: 60%;
    height: 350px;
  }
}
/* line 2307, ../sass/partials/_pages.scss */
.blue .top-seperator-pink {
  border-top: 10px solid #D40164;
  float: left;
  width: 100%;
}

@media (min-width: 992px) {
  /* line 2314, ../sass/partials/_pages.scss */
  .gala-body {
    width: 85.24096%;
    margin-right: 0;
  }
}

/* line 2321, ../sass/partials/_pages.scss */
.sponsors-logos {
  border-top: 10px solid #12355B;
  padding: 2rem 0;
  clear: both;
}
/* line 2326, ../sass/partials/_pages.scss */
.sponsors-logos h2 {
  cursor: pointer;
  position: relative;
  display: block;
}
/* line 2331, ../sass/partials/_pages.scss */
.sponsors-logos h2:after {
  content: '';
  background-image: url(../images/arrow-down-blue.png);
  background-size: contain;
  position: absolute;
  right: 0;
  top: 20px;
  height: 15px;
  width: 25px;
  background-repeat: no-repeat;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 480px) {
  /* line 2331, ../sass/partials/_pages.scss */
  .sponsors-logos h2:after {
    right: 30px;
  }
}
@media (min-width: 768px) {
  /* line 2331, ../sass/partials/_pages.scss */
  .sponsors-logos h2:after {
    right: 200px;
  }
}
@media (min-width: 992px) {
  /* line 2331, ../sass/partials/_pages.scss */
  .sponsors-logos h2:after {
    right: 290px;
  }
}
/* line 2364, ../sass/partials/_pages.scss */
.sponsors-logos h2.collapsed:after {
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
/* line 2371, ../sass/partials/_pages.scss */
.sponsors-logos .media img {
  max-height: 95px;
  width: auto;
}
/* line 2394, ../sass/partials/_pages.scss */
.sponsors-logos .section {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
}
/* line 2400, ../sass/partials/_pages.scss */
.sponsors-logos .section .media-element-container {
  float: left;
  margin-right: 2rem;
}
/* line 2405, ../sass/partials/_pages.scss */
.sponsors-logos .section .image-wrapper {
  display: inline-block;
}
/* line 2409, ../sass/partials/_pages.scss */
.sponsors-logos .section .media-element-container,
.sponsors-logos .section ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
/* line 2415, ../sass/partials/_pages.scss */
.sponsors-logos .section ul {
  float: left;
  width: 100%;
}
/* line 2421, ../sass/partials/_pages.scss */
.sponsors-logos .section.centerer .media-element-container {
  float: none;
  margin: 3rem auto;
}

/* line 2430, ../sass/partials/_pages.scss */
.performances-list {
  background-image: url("../images/weave-pattern-dark-blue.png");
  padding: 4rem 2rem;
}
/* line 2434, ../sass/partials/_pages.scss */
.performances-list h1,
.performances-list ul, .performances-list {
  float: left;
  width: 100%;
  color: #FFFFFF;
}
/* line 2442, ../sass/partials/_pages.scss */
.performances-list li {
  text-align: center;
  color: #FFFFFF;
  font-family: "BwStretchMedium";
  font-size: 1.5rem;
  line-height: 1.25;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  /* line 2452, ../sass/partials/_pages.scss */
  .performances-list li:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  /* line 2442, ../sass/partials/_pages.scss */
  .performances-list li {
    width: 49.39759%;
    float: left;
    margin-right: 1.20482%;
  }
}
@media (min-width: 992px) {
  /* line 2442, ../sass/partials/_pages.scss */
  .performances-list li {
    width: 49.39759%;
    float: left;
    margin-right: 1.20482%;
  }
  /* line 2466, ../sass/partials/_pages.scss */
  .performances-list li:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}
/* line 2472, ../sass/partials/_pages.scss */
.performances-list li:nth-child(2n-1) {
  text-align: right;
  padding-right: 2em;
}
/* line 2477, ../sass/partials/_pages.scss */
.performances-list li:nth-child(2n) {
  text-align: left;
  padding-left: 2em;
}

/* line 2487, ../sass/partials/_pages.scss */
.performances-simple .view {
  padding: 2.40964% 0;
}
/* line 2490, ../sass/partials/_pages.scss */
.performances-simple .view.blue {
  background: #12355B;
}
/* line 2494, ../sass/partials/_pages.scss */
.performances-simple .view.pink {
  background: #D40164;
}
/* line 2498, ../sass/partials/_pages.scss */
.performances-simple .view.blue-texture {
  background-image: url("../images/weave-pattern-dark-blue.png");
}
/* line 2505, ../sass/partials/_pages.scss */
.performances-simple .view.blue h1,
.performances-simple .view.blue h2,
.performances-simple .view.blue p, .performances-simple .view.pink h1,
.performances-simple .view.pink h2,
.performances-simple .view.pink p, .performances-simple .view.blue-texture h1,
.performances-simple .view.blue-texture h2,
.performances-simple .view.blue-texture p {
  color: #FFFFFF;
}

/* line 2514, ../sass/partials/_pages.scss */
.committee.center-title h2 {
  padding-top: 4rem;
}

/* -----------------------------------------
                  404 PAGE
------------------------------------------- */
/* line 4, ../sass/partials/_extra.scss */
.section-404 {
  /* Chrome, Safari, Opera */
  /* Standard syntax */
}
/* line 5, ../sass/partials/_extra.scss */
.section-404 #main {
  min-height: 600px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  overflow: hidden;
}
/* line 13, ../sass/partials/_extra.scss */
.section-404 #main,
.section-404 #content {
  position: relative;
}
/* line 18, ../sass/partials/_extra.scss */
.section-404 .main-content {
  position: relative;
  display: inline-block;
  top: 0;
  transform: translateY(0);
}
@media (min-height: 800px) and (min-width: 768px) {
  /* line 18, ../sass/partials/_extra.scss */
  .section-404 .main-content {
    top: 50%;
    transform: translateY(50%);
  }
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}
/* line 52, ../sass/partials/_extra.scss */
.section-404 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: url('../images/404-bg.jpg?1487154382') no-repeat top 70px center;
  background-size: cover;
  -webkit-animation: zoom 90s;
  /* Chrome, Safari, Opera */
  animation: zoom 90s;
}
@media (min-width: 992px) {
  /* line 52, ../sass/partials/_extra.scss */
  .section-404 .bg {
    background-position: top 165px center;
  }
}
/* line 71, ../sass/partials/_extra.scss */
.section-404 .bg:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 86, ../sass/partials/_extra.scss */
.section-404 #main .title {
  font-family: "BwStretchBlack";
  font-size: 8.5rem;
  line-height: 8.5rem;
}
/* line 92, ../sass/partials/_extra.scss */
.section-404 #main .sub-title {
  font-size: 6.5rem;
  line-height: 6.5rem;
  color: #FF4611;
}
/* line 98, ../sass/partials/_extra.scss */
.section-404 #main .sub-title,
.section-404 #main .right {
  float: left;
}
@media (min-width: 768px) {
  /* line 103, ../sass/partials/_extra.scss */
  .section-404 #main .right {
    margin-left: 1.5rem;
  }
}
/* line 109, ../sass/partials/_extra.scss */
.section-404 #main p {
  font-size: 1.75rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
  color: #FFFFFF;
}
/* line 115, ../sass/partials/_extra.scss */
.section-404 #main p:first-child {
  margin-top: 0.75rem;
}

/* line 3726, ../sass/styles.scss */
.bt-content #block-views-grid-blocks-block-2 h2 {
  padding-bottom: 15px;
}

/* line 3736, ../sass/styles.scss */
.node-type-list-page .bt-content .grid-main .views-row .more-link {
  position: initial;
}

/* line 3746, ../sass/styles.scss */
.section-contact-us .contact-details p {
  color: #FFFFFF;
  margin-bottom: 1.60428rem;
  line-height: 1.45rem;
}
/* line 3753, ../sass/styles.scss */
.section-contact-us .share-page-block-mobile {
  display: none;
}
/* line 3757, ../sass/styles.scss */
.section-contact-us .region-content {
  float: left;
}
/* line 3761, ../sass/styles.scss */
.section-contact-us .contact-us-form {
  *zoom: 1;
}
/* line 38, ../../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.section-contact-us .contact-us-form:after {
  content: "";
  display: table;
  clear: both;
}

/* line 3769, ../sass/styles.scss */
.take-action-grid .form-type-select .form-select option {
  background: #FFFFFF;
  color: #16A3C4;
}
/* line 3773, ../sass/styles.scss */
.take-action-grid .form-type-select .form-select option:hover {
  background-color: #EBF8FA;
}

/* temporary fix  */
/* line 3785, ../sass/styles.scss */
.grid-block-large .views-row .grid-content,
.three-column-grid .views-row .grid-content {
  padding: 1.2rem;
  cursor: pointer;
}

/* line 3792, ../sass/styles.scss */
table.photo {
  border: 1px solid #FFFFFF !important;
  width: 60% !important;
  float: left;
  margin-right: 1rem;
}
/* line 3798, ../sass/styles.scss */
table.photo td {
  border: 1px solid #FFFFFF !important;
  padding: 0 !important;
  font-weight: bold;
  font-size: 1.0em;
  font-family: "AlegreyaSansLight";
}
/* line 3805, ../sass/styles.scss */
table.photo td strong {
  font-family: "AlegreyaSansLight";
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.8em;
}

/* line 3814, ../sass/styles.scss */
table.photo-full {
  border: 1px solid #FFFFFF !important;
  width: 100% !important;
  float: left;
  margin-right: 1rem;
}
/* line 3820, ../sass/styles.scss */
table.photo-full td {
  border: 1px solid #FFFFFF !important;
  padding: 0 !important;
  font-weight: bold;
  font-size: 1.0em;
  font-family: "AlegreyaSansLight";
}
/* line 3827, ../sass/styles.scss */
table.photo-full td strong {
  font-family: "AlegreyaSansLight";
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.8em;
}

/* line 3836, ../sass/styles.scss */
table.photo-inline {
  border: 1px solid #FFFFFF !important;
  width: 48% !important;
  margin-right: 2%;
}
/* line 3841, ../sass/styles.scss */
table.photo-inline td {
  border: 1px solid #FFFFFF !important;
  padding: 0 !important;
  font-weight: bold;
  font-size: 1.0em;
  font-family: "AlegreyaSansLight";
}
/* line 3848, ../sass/styles.scss */
table.photo-inline td img {
  width: 100%;
  height: auto;
}
/* line 3853, ../sass/styles.scss */
table.photo-inline td strong {
  font-family: "AlegreyaSansLight";
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.8em;
}

/* line 3863, ../sass/styles.scss */
#block-views-banner-view-block .more-link {
  margin-top: 0;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  /* line 3863, ../sass/styles.scss */
  #block-views-banner-view-block .more-link {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 3874, ../sass/styles.scss */
  .share-page-block-mobile h2 {
    display: block;
    text-align: center !important;
  }
}

/* line 3883, ../sass/styles.scss */
.action-and-alerts .views-field-field-country {
  margin-bottom: 0.3rem;
}
@media (min-width: 1200px) {
  /* line 3883, ../sass/styles.scss */
  .action-and-alerts .views-field-field-country {
    margin-bottom: 0;
  }
}

/* line 3892, ../sass/styles.scss */
.left-align {
  margin: 0 2em 0 0;
  height: auto;
  float: left;
}
/* line 3897, ../sass/styles.scss */
.left-align .caption {
  line-height: 1.25em;
  font-size: 1.0em;
  font-family: "AlegreyaSansLight";
  margin: 0 1em 0 0;
  position: relative;
  font-weight: bold;
  width: 100%;
}
/* line 3906, ../sass/styles.scss */
.left-align .caption p {
  font-size: 1.0em;
  font-family: "AlegreyaSansLight";
  font-weight: bold;
}
/* line 3912, ../sass/styles.scss */
.left-align .caption strong {
  font-family: "AlegreyaSansLight";
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.8em;
}

/* line 3921, ../sass/styles.scss */
.right-align {
  margin: 0 0 0 2em;
  height: auto;
  float: right;
}
/* line 3926, ../sass/styles.scss */
.right-align .caption {
  line-height: 1.25em;
  font-size: 1.0em;
  font-family: "AlegreyaSansLight";
  margin: 0 1em 0 0;
  position: relative;
  font-weight: bold;
  width: 100%;
}
/* line 3935, ../sass/styles.scss */
.right-align .caption p {
  font-size: 1.0em;
  font-family: "AlegreyaSansLight";
  font-weight: bold;
}
/* line 3941, ../sass/styles.scss */
.right-align .caption strong {
  font-family: "AlegreyaSansLight";
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.8em;
}

/* line 3950, ../sass/styles.scss */
.full-width {
  width: 100%;
  height: auto;
  float: right;
}
/* line 3955, ../sass/styles.scss */
.full-width img {
  width: 100%;
  height: auto;
}
/* line 3960, ../sass/styles.scss */
.full-width .caption {
  line-height: 1.25em;
  font-size: 1.0em;
  font-family: "AlegreyaSansLight";
  margin: 0 1em 0 0;
  position: relative;
  font-weight: bold;
  width: 100%;
}
/* line 3969, ../sass/styles.scss */
.full-width .caption p {
  font-size: 1.0em;
  font-family: "AlegreyaSansLight";
  font-weight: bold;
}
/* line 3975, ../sass/styles.scss */
.full-width .caption strong {
  font-family: "AlegreyaSansLight";
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.8em;
}

/* line 3986, ../sass/styles.scss */
.media-element-container img {
  height: auto;
}

/* line 3993, ../sass/styles.scss */
.node-type-law h1 {
  margin-bottom: 1rem;
}
/* line 3999, ../sass/styles.scss */
.node-type-law #main .banner-carousel .stripe {
  background: url('../images/orange-stripe.png?1487154383');
}
/* line 4005, ../sass/styles.scss */
.node-type-law .body-top {
  margin-bottom: 32.5px;
}
/* line 4009, ../sass/styles.scss */
.node-type-law .bt-content {
  font-size: 1.3rem;
  line-height: 1.9rem;
}
/* line 4010, ../sass/styles.scss */
.node-type-law .bt-content strong {
  font-family: "AlegreyaSansBold";
}
/* line 4017, ../sass/styles.scss */
.node-type-law .bt-content .country-tag-flag {
  margin-bottom: 1rem;
  *zoom: 1;
}
/* line 38, ../../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.node-type-law .bt-content .country-tag-flag:after {
  content: "";
  display: table;
  clear: both;
}
/* line 4022, ../sass/styles.scss */
.node-type-law .bt-content .country-tag-flag ul {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 4022, ../sass/styles.scss */
  .node-type-law .bt-content .country-tag-flag ul {
    width: 50%;
  }
}
/* line 4031, ../sass/styles.scss */
.node-type-law .bt-content .country-tag-flag .country-flag {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 4031, ../sass/styles.scss */
  .node-type-law .bt-content .country-tag-flag .country-flag {
    width: 50%;
  }
}
/* line 4041, ../sass/styles.scss */
.node-type-law .bt-content h2 {
  font-size: 1.5rem;
  font-family: "BwStretchMedium";
  color: #12355B;
  text-transform: none;
  line-height: normal;
  margin-bottom: 1rem;
  letter-spacing: normal;
}
/* line 4051, ../sass/styles.scss */
.node-type-law .bt-content .common-button-holder {
  margin-bottom: 1rem;
}
/* line 4052, ../sass/styles.scss */
.node-type-law .bt-content .common-button-holder svg {
  fill: #FF4611;
}
/* line 4056, ../sass/styles.scss */
.node-type-law .bt-content .common-button-holder:hover:before {
  background: #B92C03;
}

/* line 4067, ../sass/styles.scss */
.node-type-list-page.i18n-ar #block-views-grids-page-view-block .more-link {
  margin-top: 0px;
  bottom: 0px;
  position: absolute !important;
  left: 0px;
}

/* line 4077, ../sass/styles.scss */
.long-quote {
  position: relative;
  width: 100%;
  line-height: normal;
  padding: 0 3rem 0 0;
  margin: 1rem 0 3rem;
}
@media (min-width: 768px) {
  /* line 4077, ../sass/styles.scss */
  .long-quote {
    text-align: justify;
  }
}
/* line 4089, ../sass/styles.scss */
.long-quote p {
  font-family: "AlegreyaSansLightItalic";
  font-size: 2rem;
  line-height: 2.25rem;
  color: #12355B;
}
/* line 4096, ../sass/styles.scss */
.long-quote em {
  display: block;
  font-family: "BwStretchBlack";
  font-size: 1.05rem;
  line-height: 1.5rem;
  margin-top: 1.25rem;
  text-transform: uppercase;
}

/* line 4109, ../sass/styles.scss */
.campaigns-featured-grid .region-content .container {
  max-width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 4109, ../sass/styles.scss */
  .campaigns-featured-grid .region-content .container {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  /* line 4109, ../sass/styles.scss */
  .campaigns-featured-grid .region-content .container {
    max-width: 915px;
  }
}

/* line 4125, ../sass/styles.scss */
.spread-photo {
  width: 100%;
  float: left;
  clear: left;
}
@media (min-width: 768px) {
  /* line 4125, ../sass/styles.scss */
  .spread-photo {
    width: calc(50% - 0.75rem);
    margin-right: 1.5rem;
  }
}

/* line 4136, ../sass/styles.scss */
.spread-text {
  width: 100%;
  float: left;
  clear: right;
}
@media (min-width: 768px) {
  /* line 4136, ../sass/styles.scss */
  .spread-text {
    width: calc(50% - 0.75rem);
  }
}

/* line 4146, ../sass/styles.scss */
.spread-word {
  margin-bottom: 1rem;
  *zoom: 1;
}
/* line 38, ../../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.spread-word:after {
  content: "";
  display: table;
  clear: both;
}

/* line 4154, ../sass/styles.scss */
.beijing-pages .banner-image .stripe {
  background: url('../images/orange-stripe.png?1487154383');
}
@media (max-width: 768px) {
  /* line 4160, ../sass/styles.scss */
  .beijing-pages #content table {
    border: 0;
  }
  /* line 4164, ../sass/styles.scss */
  .beijing-pages #content td {
    padding: 3rem 1rem 2rem;
  }
  /* line 4168, ../sass/styles.scss */
  .beijing-pages table,
  .beijing-pages tbody,
  .beijing-pages td,
  .beijing-pages th,
  .beijing-pages thead,
  .beijing-pages tr {
    display: block;
  }
  /* line 4177, ../sass/styles.scss */
  .beijing-pages #content td {
    padding: 3rem 1rem 2rem;
  }
  /* line 4181, ../sass/styles.scss */
  .beijing-pages table,
  .beijing-pages tbody,
  .beijing-pages td,
  .beijing-pages th,
  .beijing-pages thead,
  .beijing-pages tr {
    display: block;
  }
  /* line 4190, ../sass/styles.scss */
  .beijing-pages thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 4196, ../sass/styles.scss */
  .beijing-pages tr {
    border: 1px solid #ccc;
    margin-bottom: 2rem;
  }
  /* line 4201, ../sass/styles.scss */
  .beijing-pages td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  /* line 4208, ../sass/styles.scss */
  .beijing-pages td:before {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
}
/* line 4219, ../sass/styles.scss */
.beijing-pages .banner-logo {
  position: absolute;
  z-index: 1;
  width: 270px;
  height: 130px;
  margin-left: -135px;
  left: 50%;
  top: 20px;
  background: url("../images/beijing+20-logo.png") top left no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  /* line 4219, ../sass/styles.scss */
  .beijing-pages .banner-logo {
    top: auto;
    bottom: 75px;
    left: 4%;
    width: 305px;
    height: 145px;
    margin-left: 0;
  }
}
@media (min-width: 1400px) {
  /* line 4219, ../sass/styles.scss */
  .beijing-pages .banner-logo {
    left: 18%;
  }
}

@media (max-width: 768px) {
  /* line 4248, ../sass/styles.scss */
  .section-explore-laws-and-take-action td:nth-of-type(1):before {
    content: "Country";
  }
  /* line 4252, ../sass/styles.scss */
  .section-explore-laws-and-take-action td:nth-of-type(2):before {
    content: "Title";
  }
  /* line 4256, ../sass/styles.scss */
  .section-explore-laws-and-take-action td:nth-of-type(3):before {
    content: "Law Status";
  }
  /* line 4260, ../sass/styles.scss */
  .section-explore-laws-and-take-action td:nth-of-type(4):before {
    content: "Law Type";
  }
  /* line 4264, ../sass/styles.scss */
  .section-explore-laws-and-take-action td:nth-of-type(5):before {
    content: "Action Link";
  }
}

/* line 4272, ../sass/styles.scss */
.section-giving-uk .donate-btn-holder {
  display: none;
}
/* line 4276, ../sass/styles.scss */
.section-giving-uk #main {
  background: none;
}
/* line 4280, ../sass/styles.scss */
.section-giving-uk .body-top {
  padding-top: 0;
}
/* line 4284, ../sass/styles.scss */
.section-giving-uk .sidebar-left {
  display: none;
}
@media (min-width: 992px) {
  /* line 4289, ../sass/styles.scss */
  .section-giving-uk .large-image-block .content-holder {
    margin: 0 0 0 20%;
  }
}
/* line 4295, ../sass/styles.scss */
.section-giving-uk .large-image-block .content-holder .icon-diamond {
  display: none;
}

/* line 4303, ../sass/styles.scss */
.staff-detail {
  margin-bottom: 9rem;
  clear: both;
}

/* line 4310, ../sass/styles.scss */
#block-views-staff-list-block .main-wrapper:first-child .person-type-wrapper {
  padding: 0 0 0;
}

/* line 4317, ../sass/styles.scss */
.element-invisible {
  width: 1px;
}

@media (min-width: 767px) {
  /* line 4323, ../sass/styles.scss */
  .front.node-type-basic-page-with-hero .stripe.bottom {
    bottom: -19px;
  }
}

/* line 4332, ../sass/styles.scss */
.sidebar-right h2.share-title, .sidebar-right-mobile h2.share-title {
  padding: 1rem;
  background: #12355B;
  color: #FFFFFF;
  margin: -1.2rem -1.2rem 1.2rem;
  font-size: 1.65rem;
  font-family: "BwStretchBlack";
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 32px;
}

/* line 4347, ../sass/styles.scss */
.not-front.node-type-blog-item.section-blog h1 {
  font-size: 3rem;
  line-height: 3rem;
  text-transform: uppercase;
}
/* line 4353, ../sass/styles.scss */
.not-front.node-type-blog-item.section-blog .highlighted-text {
  margin-top: 2rem;
}

/* line 4359, ../sass/styles.scss */
.not-front.node-type-list-page.section-events .share-page-block-mobile {
  margin-top: 2rem;
}

/* line 4368, ../sass/styles.scss */
.node-type-list-page.section-publications .bt-content .view-content h3,
.node-type-list-page.section-fact-sheets .bt-content .view-content h3 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: block;
}
/* line 4373, ../sass/styles.scss */
.node-type-list-page.section-publications .bt-content .view-content h3,
.node-type-list-page.section-publications .bt-content .view-content h3 a,
.node-type-list-page.section-fact-sheets .bt-content .view-content h3,
.node-type-list-page.section-fact-sheets .bt-content .view-content h3 a {
  font-size: 1.65rem;
  font-weight: normal;
  font-family: "BwStretchBlack";
  color: #12355B;
  text-transform: uppercase;
  line-height: 1.65rem;
}
/* line 4384, ../sass/styles.scss */
.node-type-list-page.section-publications .bt-content .view-content .views-row.views-row-last,
.node-type-list-page.section-fact-sheets .bt-content .view-content .views-row.views-row-last {
  margin-bottom: 2.5rem;
  border-bottom: 2px solid #E7D6BF;
}

/* line 4393, ../sass/styles.scss */
.node-type-list-page.section-videos #block-locale-language {
  display: none;
}
/* line 4397, ../sass/styles.scss */
.node-type-list-page.section-videos .share-page-block-mobile {
  margin-bottom: 157.5px;
  padding: 1.5rem 0;
}

/* line 4403, ../sass/styles.scss */
.node-type-campaign.beijing-pages .share-page-block-mobile {
  margin-bottom: 0;
}

/* line 4408, ../sass/styles.scss */
.not-front.node-type-list-page.section-videos .bt-content {
  margin-bottom: 4.28571rem;
}

/* line 4413, ../sass/styles.scss */
.slide-photo-credits {
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin-bottom: 0;
}
/* line 4420, ../sass/styles.scss */
.slide-photo-credits .image-caption {
  float: right;
  color: #FFFFFF;
}

/* line 4426, ../sass/styles.scss */
.action-photo-credits {
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  /* line 4426, ../sass/styles.scss */
  .action-photo-credits {
    bottom: 77px;
    position: absolute;
    left: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  /* line 4438, ../sass/styles.scss */
  .action-photo-credits .image-caption {
    float: right;
    margin-bottom: 0rem;
  }
}

/* line 4446, ../sass/styles.scss */
html.js fieldset.collapsed .fieldset-legend {
  background-image: none;
}

/* line 4451, ../sass/styles.scss */
.i18n-ar .timeline-ellipsis {
  font-size: 1.0rem !important;
}
/* line 4455, ../sass/styles.scss */
.i18n-ar .interactive-timeline .body-slide p {
  font-size: 1.0rem !important;
}
/* line 4459, ../sass/styles.scss */
.i18n-ar .interactive-timeline .controls {
  margin-bottom: 1.5rem !important;
}

/* line 4465, ../sass/styles.scss */
.i18n-ar .timeline-ellipsis {
  font-size: 1.0rem !important;
}

/* line 4470, ../sass/styles.scss */
.image-margin-left {
  margin-left: 0 !important;
  margin-right: 18px !important;
}

/* line 4475, ../sass/styles.scss */
.image-margin-right {
  margin-right: 0 !important;
  margin-left: 18px !important;
}

/* line 4480, ../sass/styles.scss */
.share-quote-wrapper {
  line-height: 20px;
}

/* line 4484, ../sass/styles.scss */
#contact-us-spacer {
  display: none;
}

/* line 4489, ../sass/styles.scss */
#edit-term-node-tid-depth-i18n-2 option {
  display: none;
}

/* line 4496, ../sass/styles.scss */
.section-contact-us.message-helen #main {
  background: #12355B;
  background: -webkit-linear-gradient(top, #D40164, #12355B);
  background: -o-linear-gradient(top, #D40164, #12355B);
  background: -moz-linear-gradient(top, #D40164, #12355B);
  background: linear-gradient(to top, #d40164, #12355b);
}
/* line 4504, ../sass/styles.scss */
.section-contact-us.message-helen #main .banner-carousel .stripe {
  background: url("../images/light-stripe.png") top left repeat-x;
}
@media (min-width: 768px) {
  /* line 4508, ../sass/styles.scss */
  .section-contact-us.message-helen #main .banner-carousel .banner-image {
    padding-top: 36%;
  }
}
/* line 4516, ../sass/styles.scss */
.section-contact-us.message-helen .col-right,
.section-contact-us.message-helen .col-left {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  /* line 4516, ../sass/styles.scss */
  .section-contact-us.message-helen .col-right,
  .section-contact-us.message-helen .col-left {
    width: 49.39759%;
    float: left;
    margin-right: 1.20482%;
  }
}
/* line 4526, ../sass/styles.scss */
.section-contact-us.message-helen .col-right .page-title > *,
.section-contact-us.message-helen .col-left .page-title > * {
  font-size: 2.2rem;
  line-height: 1.2;
}
/* line 4534, ../sass/styles.scss */
.section-contact-us.message-helen .col-right {
  margin-right: 0;
}
@media (min-width: 992px) {
  /* line 4534, ../sass/styles.scss */
  .section-contact-us.message-helen .col-right {
    padding-left: 2rem;
  }
}
/* line 4543, ../sass/styles.scss */
.section-contact-us.message-helen .col-right input[type="submit"] {
  font-size: 1.5rem;
}
