@charset "UTF-8";
/* CSS document */

/* Fonts */
@font-face {
  font-family: HeadingPro;
  src: url(fonts/headingpro-regular.otf);
  font-weight: normal;
}

@font-face {
  font-family: HeadingPro;
  src: url(fonts/headingpro-bold.otf);
  font-weight: bold;
}

@font-face {
  font-family: HeadingPro;
  src: url(fonts/headingpro-italic.otf);
  font-style: italic;
}

@font-face {
  font-family: HeadingPro;
  src: url(fonts/headingpro-bolditalic.otf);
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: HeadingProLight;
  src: url(fonts/headingpro-light.otf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Encorpada Classic';
  src: url(fonts/encorpadaclassic-regular.otf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Trump Gothic West';
  src: url(fonts/trumpgothicwest-bold.otf);
  font-weight: bold;
}

body {
  font-family: HeadingPro;
  padding-bottom: 50px;
}

p {
  font-family: HeadingProLight;
  font-size: 20px;
}

p.strong {
  font-family: HeadingPro;
  font-weight: bold;
}

h1 {
  display: block;
  border-bottom: solid 2px;
  font-weight: bold;
  font-size: 20px;
  padding: 0 0 5px 0;
}

h3 {
  font-size: 32px;
  font-weight: bold;
  font-family: HeadingPro;
}

img {
  width: 100%;
  max-width: 100%;
}

.non-bold {
  font-weight: normal !important;
  font-family: HeadingProLight;
}

.bold {
  font-weight: bold !important;
  font-family: HeadingPro;
}

.big {
  font-size: 24px;
  font-family: HeadingProLight;
}

.container {
  max-width: 1366px;
}

video {
  width: 100%;
}

.list ul li {
  list-style-type: none;
  font-family: HeadingProLight;
  margin-left: 3em;
  text-indent: -3em;
}

li {
  font-family: HeadingProLight;
  font-size: 20px;
}

/* Header */
.header {
  margin-bottom: 20px;
}

.header .nav-item.slogan {
  color: #008BCC;
  font-weight: bold;
  font-size: 28px;
}

.header .btn.cta {
  font-size: 20px;
  background-color: #C8102E;
  border-radius: 0;
  border: 2px solid #C8102E;
  color: #fff;
  font-weight: bold;
  line-height: 20px;
  padding: 16px 12px;
}

.header .btn.cta:hover {
  color: #C8102E;
  background-color: #fff;
}

@media only screen and (max-width: 980px) {

  .sidebar,
  .content {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Side Bar */
.sidebar {
  padding-right: 15px;
  padding-left: 15px;
  max-width: 225px;
  width: 100%;
}

.sidebar a {
  color: #000;
  padding-left: 0;
  font-size: 18px;
  font-family: HeadingProLight;
  margin-bottom: 10px;
}

.sidebar a.active {
  font-weight: bold;
  font-family: HeadingPro;
}

.sidebar a.pdf {
  text-decoration: underline;
}

.sidebar li {
  margin-left: 0 !important;
  text-indent: 0 !important;
}

/* Content */
.main {
  padding-top: 100px;
}

.content {
  padding-right: 15px;
  padding-left: 15px;
  width: calc(100% - 225px);
}

.content-img {
  position: relative;
  margin-bottom: 25px;
}

.content-img .title {
  font-family: HeadingPro;
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  z-index: 100;
  position: absolute;
  right: 40px;
  top: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: right;
}

.content-img .inner-content {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 38px;
}

.content-img .inner-content p {
  font-size: 20px;
  font-weight: normal;
}

.content-img .inner-content p:last-child {
  margin-bottom: 0;
}

.img-slides {
  max-width: none;
}

.img-lower-left-50 .inner-content {
  position: absolute;
  bottom: 50px;
  left: 50px;
  max-width: 380px;
  width: 100%;
}

.img-lower-right-50 .inner-content {
  position: absolute;
  bottom: 50px;
  right: 50px;
  max-width: 380px;
  width: 100%;
}

.img-lower-full .inner-content {
  position: absolute;
  bottom: 50px;
  left: 50px;
  right: 50px;
  width: calc(100% - 100px);
  max-width: 100%;
}

.img-lower-full-no-pad .inner-content {
  position: absolute;
  bottom: 50px;
  left: 0px;
  right: 0px;
  width: calc(100%);
  max-width: 100%;
}

.img-lower-full-no-pad h3 {
  border-bottom: 1px solid #000;
  display: block;
  padding-bottom: 8px;
}

.big-blue {
  font-size: 34px;
  color: #008BCC;
  font-family: 'Encorpada Classic';
}

.regular {
  font-family: HeadingPro;
}

.light {
  font-family: HeadingProLight;
}

.card {
  border: 0;
}

.bg-blue {
  background-color: #008BCC;
  padding: 40px;
  margin-bottom: 25px;
}

.bg-blue.big-text p {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 0;
}

.bg-blue h3 {
  color: #fff;
}

.bg-blue p {
  font-size: 20px;
  color: #fff;
}

.bg-blue li {
  color: #fff;
}

.bg-blue h2 {
  font-family: HeadingPro;
  font-weight: bold;
  font-size: 32px;
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.bg-blue.width-80 {
  width: calc(60% - 25px);
  float: left;
  margin-right: 25px;
}

.bg-blue.width-40 {
  width: 40%;
  float: left;
}

.signatures {
  padding: 25px 0;
}

.blue-ribbin {
  background-color: #008BCC;
  margin-left: 15px;
  margin-bottom: 50px;
}

.blue-ribbin p {
  color: #fff;
  font-size: 30px;
  padding: 8px 0 0 25px;
  font-weight: bold;
  margin-bottom: 5px;
}

.call-to-action {
  background-color: #008BCC;
  margin-bottom: 50px;
  padding: 25px;
}

.call-to-action p {
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
}

.footer {
  background-color: #C8102E;
  margin-bottom: 50px;
  padding: 25px;
}

.footer p {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}

.footer a {
  color: white;
  font-weight: bold;
}

.call-to-action h3 {
  color: #fff;
  text-align: center;
}

.bg-white h2 {
  color: #C8102E;
  font-size: 32px;
  font-weight: bold;
}

.bg-white p {
  color: #000;
}

.blue-bg-left-side-title {
  background-color: #008BCC;
  padding: 40px;
  margin-bottom: 25px;
  position: relative;
}

.blue-bg-left-side-title .title {
  font-family: HeadingPro;
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  z-index: 1;
  position: absolute;
  left: -288px;
  top: 40px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: right;
}

.blue-bg-left-side-title .inner-content {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 38px;
}

.img-upper-left-50 .inner-content {
  position: absolute;
  top: 50px;
  left: 50px;
  max-width: 380px;
  width: 100%;
}

.inner-content-gallery {
  z-index: 100;
  right: 600px !important;
}

.img-upper-left-60 .inner-content {
  position: absolute;
  top: 50px;
  left: 50px;
  max-width: 475px;
  width: 100%;
}

p.quote {
  font-size: 28px;
}

p.quote-name {
  font-size: 20px;
}

table {
  border: 2px solid #C8102E;
  width: 100%;
  text-align: center;
}

tr {
  border-bottom: 2px solid #C8102E;
}

th:first-child,
td:first-child {
  border-right: 2px solid #C8102E;
}

th {
  font-size: 32px;
  font-weight: bold;
  color: #C8102E;
}

td {
  font-size: 26px;
  color: #008BCC;
  font-family: HeadingProLight;
}

/* Slider */

#slides {
  position: relative;
  margin-bottom: 25px;
}

ul.slidesjs-pagination {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
  display: none !important;
}

ul.slidesjs-pagination li {
  display: inline-block;
  margin-right: 8px !important;
  text-indent: 0 !important;
  margin-left: 0 !important;
}

ul.slidesjs-pagination li:last-child {
  margin-right: 0;
}

ul.slidesjs-pagination li a {
  font-size: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  display: block;
  border-radius: 50%;
}

ul.slidesjs-pagination li a.active,
ul.slidesjs-pagination li a:hover {
  background-color: #fff;
}

a.slidesjs-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  color: #fff;
  font-size: 45px;
  left: 75px;
}

a.slidesjs-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  color: #fff;
  font-size: 45px;
  right: 75px;
}

.save-the-date {
  border: 3px solid #C8102E;
  padding: 20px 40px;
  text-align: center;
}

.e-title {
  color: #C8102E;
  font-size: 32px;
  font-weight: bold;
  font-family: HeadingPro;
  margin-bottom: 40px;
}

.gala-logo {
  text-align: center;
  margin: 50px 0;
}

.gala-title {
  color: #2B2E34;
  font-weight: normal;
  font-size: 43px;
  font-family: HeadingPro;
  margin-bottom: 0;
  line-height: 43px;
}

.chicago {
  color: #00A3DD;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Trump Gothic West';
  margin-bottom: 40px;
}

.chicago img {
  width: 8px;
  margin-right: 5px;
}

.save-the-date .date {
  font-weight: bold;
  font-size: 22px;
  font-family: HeadingPro;
}

.expand-menu {
  display: none;
}

.donors p {
  line-height: 25px;
}

@media only screen and (max-width: 980px) {
  .inner-content {
    position: relative !important;
    left: inherit !important;
    right: initial !important;
    bottom: initial !important;
    top: initial !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  h1 {
    font-size: 28px;
  }

  .expand-menu {
    display: block;
    border-bottom: 2px solid #000;
    font-size: 28px;
    cursor: pointer;
    padding-bottom: 3px;
  }

  ul.nav {
    display: none;
  }

  span.micon {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 44px;
    vertical-align: middle;
    margin-left: 15px;
  }

  .micon span.line {
    width: 25px;
    height: 3px;
    background-color: #000;
    display: block;
  }

  .micon span.line {
    position: absolute;
  }

  .micon span.line:nth-of-type(3n+1) {
    top: 0;
  }

  .micon span.line:nth-of-type(3n+2) {
    top: 50%;
    margin-top: -2px;
  }

  .micon span.line:nth-of-type(3n+3) {
    bottom: 0;
  }

  img.menu-icon {
    display: inline-block;
    max-width: 14px;
    vertical-align: middle;
    margin-left: 4px;
  }

  .blue-bg-left-side-title .title {
    color: #fff !important;
  }

  .blue-bg-left-side-title .title,
  .content-img .title {
    position: relative;
    left: 0px;
    top: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: initial;
    color: #000;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {

  .bg-blue.width-80,
  .bg-blue.width-40 {
    margin-right: 0;
    float: none !important;
    width: 100% !important;
  }

  .slogan {
    font-size: 125% !important;
  }
  .btn.cta {
    margin-left: 5%;
    max-width: 100% !important;
    font-size: 100% !important;
  }

  a.navbar-brand img {
    max-width: 90px;
    display: block;
    margin: 0 auto 15px;
  }

  ul.navbar-nav.m-auto {
    text-align: center;
  }


}

.normal-link,
.normal-link:hover {
  color: #fff;
  text-decoration: none;
}

/* MISC */

.clear {
  clear: both;
}