/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections ========================================================================== */
/** * Remove the margin in all browsers. */
body {
  margin: 0;
}

/** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content ========================================================================== */
/** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics ========================================================================== */
/** * Remove the gray background on active links in IE 10. */
a {
  background-color: transparent;
}

/** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/** * Add the correct font weight in Chrome, Edge, and Safari. */
b, strong {
  font-weight: bolder;
}

/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/** * Add the correct font size in all browsers. */
small {
  font-size: 80%;
}

/** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content ========================================================================== */
/** * Remove the border on images inside links in IE 10. */
img {
  border-style: none;
}

/* Forms ========================================================================== */
/** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/** * Show the overflow in IE. * 1. Show the overflow in Edge. */
button, input {
  /* 1 */
  overflow: visible;
}

/** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */
button, select {
  /* 1 */
  text-transform: none;
}

/** * Correct the inability to style clickable types in iOS and Safari. */
button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

/** * Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/** * Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/** * Correct the padding in Firefox. */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out *    `fieldset` elements in all browsers. */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  vertical-align: baseline;
}

/** * Remove the default vertical scrollbar in IE 10+. */
textarea {
  overflow: auto;
}

/** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/** * Correct the cursor style of increment and decrement buttons in Chrome. */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/** * Remove the inner padding in Chrome and Safari on macOS. */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive ========================================================================== */
/* * Add the correct display in Edge, IE 10+, and Firefox. */
details {
  display: block;
}

/* * Add the correct display in all browsers. */
summary {
  display: list-item;
}

/* Misc ========================================================================== */
/** * Add the correct display in IE 10+. */
template {
  display: none;
}

/** * Add the correct display in IE 10. */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

html {
  display: flex;
}

body {
  background: white;
  display: flex;
  flex-direction: column;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  min-height: 100vh;
  width: 100%;
}

body.no-scroll {
  overflow: hidden;
}

main {
  flex-grow: 1;
}

.header, .footer {
  flex-shrink: 0;
}

header, section, main, footer, .row, .clear {
  clear: both;
}

header:after, section:after, main:after, footer:after, .row:after, .clear:after {
  clear: both;
  content: "";
  display: table;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #a91d2d;
  text-decoration: none;
}

main a:visited {
  color: #a91d2d;
}

a:hover {
  text-decoration: underline;
}

button {
  background: #bf2133;
  border: none;
  color: #FFF;
  cursor: pointer;
  font-size: 1.125em;
  padding: 0.5em 0.75em;
  text-transform: uppercase;
  transition: 0.25s ease all;
}

button:hover {
  background: #a91d2d;
}

button a {
  color: #FFF;
  display: block;
  height: 100%;
  width: 100%;
}

button a:visited {
  color: #FFF;
}

button a:hover {
  text-decoration: none;
}

.hide, .mob {
  display: none !important;
}

.row {
  display: flex;
}

.col-1 {
  width: 8.3333%;
}

.col-2 {
  width: 16.6666%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333%;
}

.col-5 {
  width: 41.6666%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333%;
}

.col-8 {
  width: 66.6666%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333%;
}

.col-11 {
  width: 91.6666%;
}

.col-12 {
  width: 100%;
}

[class*=col-] {
  float: left;
}

[class*=col-]:last-child {
  margin-right: 0;
}

.row [class*=col-] {
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.row [class*=col-]:first-child {
  margin-left: 0;
  margin-right: 3%;
}

.row [class*=col-]:last-child {
  margin-left: 3%;
  margin-right: 0;
}

.row.mushed div {
  margin: 0 !important;
}

.pri {
  background: #bf2133;
}

.sec {
  background: #a89879;
}

.ter {
  background: #2f286b;
}

.black {
  background: #323334;
}

.white {
  background: #FFF;
}

.gray {
  background: #f5f5f5;
}

.pri-text {
  color: #bf2133;
}

.sec-text {
  color: #a89879;
}

.ter-text {
  color: #2f286b;
}

.black-text {
  color: #323334;
}

.gray-text {
  color: #f5f5f5;
}

.white-text {
  color: #FFF;
}

.wrap {
  padding-left: 15%;
  padding-right: 15%;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.fixed {
  position: fixed;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.shadow {
  box-shadow: 1px 1px 3px #CCC;
}

.full {
  width: 100%;
}

.tall {
  height: 100%;
}

.fit {
  -o-object-fit: cover;
     object-fit: cover;
}

.caps {
  text-transform: uppercase;
}

.bold {
  font-weight: 700;
}

.semibold {
  font-weight: 600;
}

.reg {
  font-weight: 400;
}

.light {
  font-weight: 300;
}

.superlight {
  font-weight: 100;
}

.block {
  display: block;
}

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

.no-mar-y {
  margin-bottom: 0;
  margin-top: 0;
}

.no-pad {
  padding: 0;
}

.no-pad-y {
  padding-bottom: 0;
  padding-top: 0;
}

.flex {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.flex-column {
  flex-direction: column;
}

.align-left {
  align-items: start;
}

.just-center {
  justify-content: center;
}

.grow > :last-child {
  margin-left: auto;
}

.overlay {
  background: rgba(255, 255, 255, 0.85);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.on-top {
  z-index: 2;
}

.on-topper {
  z-index: 3;
}

.on-toppest {
  z-index: 4;
}

@media (max-width: 960px) {
  .mob {
    display: block !important;
  }

  .mob-flex {
    display: flex !important;
  }

  .desk {
    display: none;
  }

  [class*=col-] {
    clear: both;
    float: none;
    margin-right: 0;
    padding-bottom: 1.5em;
    width: 100%;
  }

  [class*=col-]:last-child {
    padding-bottom: 0;
  }

  [class*=col-]:after {
    clear: both;
    content: "";
    display: table;
  }

  .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .row {
    display: block;
  }

  .mob-row {
    display: flex;
  }
}
section {
  padding-bottom: 3em;
  padding-top: 3em;
}

.nav ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #bf2133;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  margin-bottom: 1em;
}

h1 {
  font-size: 1.75em;
}

h2 {
  font-size: 1.25em;
}

p {
  color: #323334;
  font-size: 1.125em;
  line-height: 1.625em;
  margin-bottom: 1em;
}

button, button a {
  font-weight: 400;
}

.strong {
  display: block;
  font-size: 1.5em;
  margin-bottom: 1em;
}

h1.underline {
  color: #323334;
  display: inline-block;
  margin-bottom: 1.5em;
  position: relative;
}

h1.underline:after {
  border-bottom: 1px solid #bf2133;
  bottom: -12px;
  content: "";
  left: calc(50% - 50px);
  position: absolute;
  width: 100px;
  z-index: -1;
}

h1.gold-underline:after {
  border-bottom: 1px solid #a89879;
}

.header {
  position: relative;
  z-index: 4;
}

.header-top {
  height: 2.5em;
}

.social li {
  float: left;
  list-style: none;
}

.social img {
  height: 1.125em;
  margin-right: 1.25em;
}

.member-login {
  color: #FFF;
}

.member-login img {
  height: 1em;
  margin-right: 0.5em;
}

.header-bottom {
  background: rgba(47, 40, 107, 0.35);
  height: 6em;
}

.logo {
  height: 4.5em;
}

.nav {
  justify-content: flex-end;
}

.nav li {
  float: left;
}

.nav li a {
  color: #FFF;
  font-size: 1.05em;
  font-weight: bold;
  padding: 0 1em;
  text-transform: uppercase;
}

.nav li:first-child a {
  padding-left: 0;
}

.nav li:last-child a {
  align-items: center;
  display: flex;
  padding-left: 1.5em;
  padding-right: 0;
  text-transform: initial;
}

.nav li:last-child a:hover {
  text-decoration: none;
}

.nav li:last-child a img {
  height: 1.375em;
  margin-right: 0.5em;
}

.nav li:last-child a span {
  display: block;
  font-size: 0.75em;
}

.home-sliders {
  height: 60vh;
  margin-top: -6em;
}

.home-sliders .overlay {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.25) 0%, rgba(50, 51, 52, 0.75) 20%, rgba(255, 255, 255, 0) 100%);
}

.home-slider {
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
}

.home-slider img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 0%;
     object-position: 0% 0%;
  width: 100%;
}

.home-slider div {
  padding-right: 0;
  padding-top: 5.75em;
  position: absolute;
  width: 50%;
  z-index: 3;
}

.home-slider h1 {
  color: #FFF;
  font-size: 3em;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.home-slider h1 span {
  color: #bf2133;
  display: block;
  font-size: 0.5em;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 0.25em;
}

.home-slider p {
  color: #FFF;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

.home-action {
  padding-bottom: 2em;
  padding-top: 2em;
}

.home-action strong {
  color: #FFF;
  font-size: 1.375em;
}

.home-action button {
  background: #323334;
}

.home-action button:hover {
  background: #3f4041;
}

.home-welcome {
  padding-bottom: 10em;
  padding-top: 6em;
}

.home-welcome h1 {
  font-size: 2em;
  margin-top: 0.5em;
}

.home-boxes {
  margin-top: -6em;
}

.home-box {
  border-radius: 30px;
  float: left;
  margin-right: 1.3333%;
  position: relative;
  width: 24%;
}

.home-box:last-child {
  margin-right: 0;
}

.home-box a:hover > div {
  height: 100%;
  padding-top: 1.5em;
}

.home-box a:hover > div h1 {
  line-height: initial;
}

.home-box a:hover > div h1 img {
  margin-top: 0;
}

.home-box div {
  background: rgba(191, 33, 51, 0.9);
  bottom: 0;
  height: 3rem;
  overflow: hidden;
  padding: 0 2em 1.5em;
  position: absolute;
  transition: 0.25s ease all;
  z-index: 2;
}

.home-box img {
  height: 16em;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.home-box h1 {
  color: #FFF;
  display: flex;
  font-size: 1em;
  line-height: 3rem;
  margin: 0;
}

.home-box h1 img {
  height: 1.2rem;
  margin-right: 1em;
  margin-top: 1rem;
}

.home-box p {
  color: #FFF;
  font-size: 0.875em;
  line-height: 1.25em;
  margin-top: 0.5em;
}

.home-officers {
  padding-bottom: 6em;
  padding-top: 6em;
}

.carousel-outside {
  align-items: center;
  display: flex;
}

.carousel-inside {
  overflow: hidden;
  position: relative;
}

.home-officers ul {
  left: 0%;
  position: relative;
  top: 0;
  width: 140%;
}

.home-officers li {
  float: left;
  list-style: none;
  margin-right: 0%;
  width: 14.26%;
}

.home-officers li:last-child {
  margin-right: 0;
}

.home-officers li img {
  border-radius: 5px;
  height: 15em;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
  width: 100%;
}

.home-officers li strong {
  display: block;
  margin: 0.75em 0 0.25em;
}

.carousel-button {
  cursor: pointer;
  left: calc(15% - 40px);
  margin-top: -1.25em;
  position: absolute;
}

.carousel-right {
  left: initial;
  right: calc(15% - 40px);
  transform: rotate(180deg);
}

.home-president {
  background-image: url(/images/hands.jpg);
  background-position: 50% 50%;
  background-size: cover;
  padding-bottom: 6em;
  padding-top: 5em;
}

.home-president-info {
  top: 0;
  z-index: 4;
}

.home-president-info > div {
  background: rgba(50, 51, 52, 0.75);
  border-radius: 5px;
  margin: 0 15%;
  padding: 2em 3em;
}

.home-president-image {
  margin-bottom: 1em;
}

.home-president-text {
  padding-left: 2em;
}

.home-president-name {
  color: #FFF;
  font-size: 2em;
  font-weight: 700;
}

.home-president-name span {
  display: block;
  font-size: 0.625em;
  margin: 0.5em 0 1em;
}

.home-president-firm {
  font-size: 1.375em;
}

.home-president-info p {
  color: #FFF;
  font-size: 0.95em;
}

.home-president-info a {
  color: #FFF;
}

.home-president-info a.home-vcard {
  color: #999;
}

.home-president-info button {
  border-radius: 4px;
  right: 0;
  text-transform: initial;
  top: 0;
}

.home-president-info button:hover {
  background: #3f4041;
}

.home-president .overlay {
  background: rgba(255, 255, 255, 0.75);
}

.home-news-item {
  background: #f5f5f5;
  padding: 0;
  position: relative;
  text-align: left;
  transition: 0.25s ease all;
}

.home-news-item:hover {
  background: #e8e8e8;
}

.home-news-item img {
  height: 18em;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.home-news-item-info {
  padding: 1.5em 1.75em;
}

.home-news-item time {
  background: #bf2133;
  color: #FFF;
  display: block;
  font-size: 2.25em;
  font-weight: 700;
  left: 0.375em;
  position: absolute;
  text-align: center;
  top: 0.375em;
}

.home-news-item span {
  background: #941927;
  display: block;
  font-size: 0.375em;
  font-weight: 400;
  padding: 0.25em 1em;
  text-transform: uppercase;
}

.home-news-item h2 {
  color: #323334;
  font-size: 1.375em;
}

.home-news-item p {
  font-size: 0.95em;
  margin-bottom: 0;
}

.home-news-item a:hover {
  text-decoration: none;
}

.footer-main {
  padding-bottom: 4em;
  padding-top: 4em;
}

.footer .logo {
  height: auto;
  margin-bottom: 0.5em;
  width: 66.6666%;
}

.footer p {
  color: #FFF;
  font-size: 0.875em;
  line-height: 1.375em;
  margin-bottom: 2em;
}

.footer li {
  color: #FFF;
  list-style: none;
  margin-top: 1em;
}

.footer li img {
  height: 1em;
  margin-right: 0.5em;
}

.footer li a {
  color: #FFF;
}

.footer strong {
  color: #bf2133;
  display: block;
  font-size: 1.125em;
  margin-bottom: 1em;
}

.footer-nav li:before {
  content: "-";
  margin-right: 0.25em;
}

.footer form div {
  display: flex;
}

.footer input[type=text] {
  border: none;
  outline: none;
  padding: 0.5em;
  width: 80%;
}

.footer form button {
  background: #a89879;
  font-size: 2em;
  margin-left: -1px;
  padding: 0;
  width: 20%;
}

.footer form p {
  font-size: 0.75em;
  font-style: italic;
  margin-top: 1em;
}

.footer-social {
  float: right;
}

.footer-social li {
  float: left;
  margin-left: 1em;
}

.footer-bottom {
  background: #bf2133;
}

.footer-bottom p {
  color: #FFF;
  margin: 0;
  padding: 0.75em 0;
}

@media (max-width: 9999px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 2400px) {
  body {
    font-size: 16.5px;
  }
}
@media (max-width: 2000px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 1800px) {
  body {
    font-size: 13.5px;
  }
}
@media (max-width: 1600px) {
  body {
    font-size: 12.6px;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 11.4px;
  }
}
@media (max-width: 1000px) {
  body {
    font-size: 10.5px;
  }
}
@media (max-width: 800px) {
  body {
    font-size: 9.75px;
  }
}
@media (max-width: 960px) {
  .nav ul {
    align-items: center;
    background: rgba(191, 33, 51, 0.98);
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
  }

  .nav li {
    border: none;
    margin: 0 0 1.5em 0;
  }

  .nav li a {
    color: #FFF;
    font-size: 2em;
    padding: 0;
  }

  .hamburger {
    box-sizing: initial;
    cursor: pointer;
    height: 25px;
    position: absolute;
    top: calc(50% - 12px);
    right: 5%;
    width: 35px;
    z-index: 10;
  }

  .hamburger span {
    border-radius: 1px;
    background: #FFF;
    display: none;
    height: 5px;
    position: absolute;
    top: 10px;
    width: 100%;
  }

  .hamburger span:first-child {
    display: block;
    transform: rotate(45deg);
  }

  .hamburger span:last-child {
    bottom: 20px;
    display: block;
    transform: rotate(135deg);
  }

  .hamburger.nav-closed span {
    background: #323334;
    display: block;
    transform: none;
  }

  .hamburger.nav-closed span:first-child {
    top: 0;
  }

  .hamburger.nav-closed span:last-child {
    bottom: 0;
    top: initial;
  }

  .home-numbers-box {
    padding: 1em 0;
  }

  .home-numbers .row div {
    padding: 0 10px;
  }

  .home-numbers span {
    font-size: 3em;
    letter-spacing: 0px;
  }

  .home-numbers p {
    font-size: 0.9em;
    letter-spacing: 0;
  }

  .home-about {
    padding-bottom: 3em;
    padding-top: 3em;
  }

  .home-locations div {
    margin-left: 0 !important;
  }

  .home-programs div {
    padding-bottom: 3em;
  }

  .home-programs p {
    font-size: 1.125em;
    padding: 0 20%;
  }

  .home-friendships-text {
    padding: 2em 5%;
  }

  .home-friendships-image {
    clear: initial;
    float: left;
    padding-bottom: 0;
    width: 50%;
  }

  .home-volunteer-info {
    padding: 5em 0;
  }

  .footer div {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center;
  }

  strong.footer-header, .footer p, .footer li a {
    font-size: 1.25em;
  }

  .footer .logo {
    max-width: 50%;
  }

  .footer-links {
    margin-left: 0% !important;
  }

  .footer-united div:first-child {
    margin-right: 1.5% !important;
  }

  .footer-united div:last-child {
    margin-left: 1.5% !important;
  }

  .footer-united img {
    width: 75%;
  }

  .footer-social li {
    margin-right: 12%;
    width: 16%;
  }

  .footer-social img {
    border-radius: 1.5em;
  }
}
