@import 'reset.css';
@import 'variables.css';
@import 'grid.css';
@import 'fonts.css';
@import 'mobile-menu.css';

* {
  box-sizing: border-box;
}

.cf::after,
.officers-list li::after {
  content: "";
  clear: both;
  display: table;
}

.ds {
  display: block !important;
}

< !-- a {
  color: #000;
}

-->body {
  font-size: 1rem;
  font-family: "Nunito Sans", sans-serif;
  height: 100%;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Halant", serif;
}

h1 {
  font-size: 6rem;
  font-weight: bold;
}

h2 {
  font-size: 5rem;
  font-weight: bold;
}

h3 {
  font-size: 3.375rem;
  font-weight: bold;
  color: #792B43;
}

h4 {
  font-size: 2rem;
  font-weight: bold;
  color: #792B43;
  padding-bottom: 10px;
}

h5 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFCD00;
}

h6 {
  font-size: 1rem;
  font-weight: bold;
}

p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

b {
  font-weight: bold important
}

ul {
  padding-top: 5px;
  padding-bottom: 20px;
}

li {
  line-height: 1.25rem;
  padding-left: 15px;
}

.h1-primary {
  color: var(--csu-burgundy);
  font-size: 1.65rem;
  font-family: "Halant", serif;
}

.h1-secondary {
  color: #000;
  font-size: 1.65rem;
  font-family: "Halant", serif;
  font-weight: 700;
}

.subheader {
  color: #939393;
  font-size: 1rem;
  margin: 1rem 0;
}

.body {
  background-image: url(../images/body_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.button-primary {
  border-radius: 5px;
  background-color: var(--csu-burgundy);
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  margin-top: 2rem;
  padding: 1rem;
  text-align: center;
  text-decoration: none !important;
  width: 100%;
}

.button-primary:hover {
  background-color: #000;
  transition: ease-in-out 0.25s;
}

.content {
  background-color: #fff;
  box-shadow: 0 2px 42px 0 rgba(0, 0, 0, 0.15);
  float: left;
  margin: 1rem auto;
  padding: 2rem 3rem;
  width: 100%;
}

.one-column {
  float: left;
  margin: 0 0 1rem 6rem;
  padding: 2rem 3rem;
  width: calc(90% - 3rem);
}

.two-column {
  float: left;
  margin: 0 0 1rem 6rem;
  padding: 2rem 3rem;
  width: calc(60% - 3rem);
}

.content-sidebar {
  float: left;
  margin: 3rem 6rem 3rem 3rem;
  min-height: 50px;
  width: calc(40% - 12rem);
}

.content-color-block {
  background-color: #fff;
  margin: 0 0 3rem 0;
  min-height: 50px;
  padding: 1rem;
  width: 100%;
}

.content-color-block.primary {
  background-color: var(--theme-primary-accent-light);
  border-left: 10px solid var(--theme-primary-accent);
}

.content-color-block.secondary {
  background-color: var(--csu-burgundy-light);
  border-left: 10px solid var(--csu-burgundy);
}

.content-wrap {
  max-width: 1440px;
  margin: 0 auto;
  min-width: 1200px;
}

footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding-top: 1rem;
}

.footer-wrap {
  width: 100%;
}

.footer-social {
  background-color: #4267B2;
  border-radius: 100%;
  height: 40px;
  margin: 0 auto;
  padding-top: 0.5rem;
  width: 40px;
}

.footer-social>a>img {
  height: 25px;
}

.footer-text {
  padding: 1rem;
}

.header {
  background-image: linear-gradient(229deg, #d6b458 0%, #792B43 71%);
}

.header.about-us {
  background-image: url(../images/header_about-usx450.png);
  background-size: cover;
  background-position: center;
}

.header.chapter-officers {
  background-image: url(../images/header_chapter-officersx450.png);
  background-size: cover;
  background-position: center;
}

.header.home {
  background-image: url(../images/home_HDx300.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.header-img_mobile {
  display: none;
  grid-column: auto/span 2;
}

.header-logo {
  color: #fff;
  position: relative;
}

.header-logo-title {
  font-size: 1.25rem;
}

.header-logo-subtitle {
  font-size: 0.85rem;
  margin-top: 0.5rem;
}

.header-nav {
  background-color: rgba(0, 0, 0, 0.15);
}

.header-nav nav {
  float: right;
  padding-right: 20px;
}

.header-nav nav ul {
  height: 80px;
}

.header-nav nav li {
  display: inline-block;
  height: 80px;
}

.header-nav nav li>a {
  display: table-cell;
  color: #fff;
  text-decoration: none;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.25);
  height: 80px;
  vertical-align: middle;
  padding: 0 10px 0 10px;
}

.header-nav nav li>a:hover {
  transition: ease-in-out 0.25s;
  background-color: rgba(0, 0, 0, 0.5);
}

.header-nav_mobile {
  position: absolute;
  background-color: #792B43;
  top: 0;
  left: 0;
}

.header-nav_mobile nav {
  height: 100%;
  width: 300px;
}

.header-nav_mobile nav ul {
  height: 3rem;
}

.header-nav_mobile nav li {
  height: 3rem;
}

.header-nav_mobile nav li>a {
  display: table-cell;
  color: #fff;
  text-decoration: none;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.25);
  vertical-align: middle;
  padding: 1rem 2.5rem 1rem 2.5rem;
  width: 300px;
}

.header-nav_mobile nav li>a:hover {
  transition: ease-in-out 0.25s;
  background-color: rgba(0, 0, 0, 0.5);
}

.header-nav_mobile,
.header-nav_mobile-icon {
  display: none;
}

.header-nav_mobile-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 15px;
  left: 20px;
}

.header-nav_mobile-icon:hover {
  cursor: pointer;
  transition: ease-in-out 0.25s;
}

.header-slider {
  grid-column: auto/span 2;
  margin: 3rem auto;
  padding: 0 10rem;
  height: calc(100% - 6rem);
  position: relative;
  width: 1400px;
  min-width: 1200px;
}

.header-slider-title {
  background-color: var(--csu-burgundy);
  border-radius: 20px;
  box-shadow: 0 2px 28px 12px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-family: "Halant", serif;
  font-size: 36px;
  height: 100px;
  line-height: 6rem;
  margin-top: 1rem;
  position: absolute;
  text-align: center;
  width: 530px;
}

.header-slider-controls {
  top: 9rem;
  left: 23%;
  position: absolute;
}

.header-slider-controls>div {
  display: inline-block;
}

.header-slider-images {
  float: right;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 20px 20px 0px rgba(0, 0, 0, 0.3);
  width: 665px;
  height: 350px;
}

.header-title {
  color: #fff;
  font-size: 90px;
  font-weight: 700;
  font-family: "Halant", serif;
  grid-column: auto/span 2;
  padding: 6rem 2rem;
  text-align: center;
}

.header-title>div {
  margin: 0 auto;
  width: 100%;
}

.meeting-notes-main ul {
  padding-left: 10px;
  list-style-type: circle;
}

.meeting-notes-sub li {
  margin-left: 40px;
  list-style-type: square;
  font-size: 16px;
  line-height: 28px;
}

.csu_checks li {
  padding-left: 28px;
  margin-bottom: 0px;
  background: url(/images/checkmark.jpg) left 3px no-repeat;
  background-size: 14px 14px;
  font-size: 16px;
  line-height: 24px;
}

.slide-1 {
  background-image: url(../images/slider/slide-1.jpg);
  background-size: cover;
}

.slide-2 {
  background-image: url(../images/slider/slide-2.jpg);
  background-size: cover;
}

.slide-3 {
  background-image: url(../images/slider/slide-3.jpg);
  background-size: cover;
}

.slide-4 {
  background-image: url(../images/slider/slide-4.jpg);
  background-size: cover;
}

.slider-previous,
.slider-next {
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  height: 35px;
  text-align: center;
  width: 35px;
  padding: 10px;
}

.slider-previous:hover,
.slider-next:hover {
  cursor: pointer;
  background-color: #000;
  transition: ease-in-out 0.25s;
}

.slider-counter {
  color: #fff;
  font-size: 24px;
  margin: 0 2rem;
}

.link-list {
  margin-left: 1.5rem;
}

.link-list li {
  list-style: disc;
  margin-bottom: 1rem;
}

.officers-list {
  width: 100%;
}

.officers-list li {
  display: block;
}

.officers-list li:not(:first-child) {
  margin-top: 3rem;
}

.officer-photo {
  border-radius: 100%;
  border: 5px solid var(--csu-burgundy);
  background-color: #f5f5f5;
  background-image: url(../images/profile_no-photo.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  height: 240px;
  width: 240px;
}

.photo-tina {
  background-image: url(../images/profile-tina.png);
}

.photo-1 {
  background-image: url(../images/profile_geoffrey.png);
}

.photo-hope {
  background-image: url(../images/hope_norris.png);
}

.photo-3 {
  background-image: url(../images/kelly-yeatman.jpg);
}

.photo-4 {
  background-image: url(../images/profile_no-photo.png);
}

.meetgreet {
  border-radius: 100%;
  background-color: #f5f5f5;
  background-image: url(../images/meet-greet.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  height: 240px;
  width: 240px;
}

.splish-splash {
  border-radius: 100%;
  background-color: #f5f5f5;
  background-image: url(../images/splish-splash.jpeg);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  height: 240px;
  width: 240px;
}

.student-send-off {
  border-radius: 100%;
  background-color: #f5f5f5;
  background-image: url(../images/student-sendoff-2024.jpg);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  height: 240px;
  width: 240px;
}

.collegeFair {
  border-radius: 100%;
  background-color: #f5f5f5;
  background-image: url(../images/cap-diploma.jpg);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  height: 140px;
  width: 140px;
}

.soiree {
  border-radius: 100%;
  background-color: #f5f5f5;
  background-image: url(../images/soiree.jpg);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  height: 240px;
  width: 240px;
}

.picnic {
  border-radius: 100%;
  background-color: #f5f5f5;
  background-image: url(../images/fish-fry-flyer.jpg);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  height: 240px;
  width: 240px;
}

.holiday {
  border-radius: 100%;
  background-color: #f5f5f5;
  background-image: url(../images/ugly_sweater_christmas_party.jpg);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  height: 240px;
  width: 240px;
}

.hc {
  border-radius: 100%;
  background-color: #f5f5f5;
  background-image: url(../images/hc.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  height: 240px;
  width: 240px;
}

.chapMtg {
  border-radius: 100%;
  background-color: #f5f5f5;
  background-image: url(../images/logo-var3.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  height: 140px;
  width: 140px;
}

.event1 {
  border-radius: 100%;
  background-color: #f5f5f5;
  background-image: url(../images/friday-karaoke-flyer-square.jpg);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  height: 140px;
  width: 140px;
}

.event2 {
  border-radius: 100%;
  background-color: #f5f5f5;
  background-image: url(../images/galaInvitation.jpg);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  height: 140px;
  width: 140px;
}

.bowling {
  border-radius: 100%;
  background-color: #f5f5f5;
  background-image: url(../images/bowling_flyer_2024.jpg);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  height: 140px;
  width: 140px;
}

.colClassic {
  border-radius: 100%;
  background-color: #f5f5f5;
  background-image: url(../images/ClassicForColumbus.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  height: 240px;
  width: 240px;
}

.officer-desc {
  float: left;
  padding: 0 0 0 4rem;
  width: calc(100% - 240px);
}

.officer-desc .officer-title {
  color: var(--csu-burgundy);
  font-family: "Halant", serif;
  font-size: 24px;
}

.officer-desc .officer-name {
  color: #000;
  font-size: 24px;
  margin-top: 1rem;
}

.payment-methods-title {
  font-weight: 700;
  margin-top: 1rem;
}

.payment-methods-list {
  margin-top: 2rem;
  text-align: center;
  width: 100%;
}

.payment-methods-list-sep {
  background-color: var(--theme-primary-accent);
  height: 4px;
  width: 100px;
  margin: 2rem auto;
}

@media screen and (max-width: 1250px) {
  .content-wrap {
    width: 100%;
    max-width: auto;
    min-width: auto;
  }

  .content.two-column {
    margin: 3rem 0 3rem 2rem;
    width: 60%;
  }

  .content-sidebar {
    margin: 3rem 2rem 3rem 3rem;
    width: calc(40% - 7rem);
  }
}

@media screen and (max-width: 1150px) {
  .content-wrap {
    max-width: auto;
    width: 100%;
  }

  .content.two-column {
    display: block;
    margin: 2rem;
    width: calc(100% - 4rem);
  }

  .content-sidebar {
    display: block;
    margin: 2rem;
    width: calc(100% - 4rem);
  }

  .grid-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 0px 0px;
    grid-template-areas: "header" "body" "footer";
  }

  .header {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px 0px;
    grid-template-areas: "header-logo header-logo" "header-nav header-nav";
    grid-area: header;
  }

  .header.home {
    background: linear-gradient(229deg, #d6b458 0%, #792B43 71%) !important;
  }

  .header-img_mobile,
  .header-nav_mobile-icon {
    display: block;
  }

  .header-logo-title,
  .header-logo-subtitle {
    text-align: center;
    width: 100%;
  }

  .header-nav {
    display: none;
  }
}

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) {
  body {
    font-size: 2rem;
  }

  p {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }

  .subheader {
    font-size: 2rem;
  }

  .h1-primary,
  .h1-secondary {
    font-size: 4rem;
  }

  .button-primary {
    font-size: 3rem;
    margin-top: 3rem;
    padding: 2rem;
  }

  .content.two-column {
    padding: 3rem 5rem;
  }

  .content-color-block {
    padding: 3rem 5rem;
  }

  footer {
    padding: 3rem;
  }

  .footer-social {
    width: 5rem;
    height: 5rem;
  }

  .footer-social>a>img {
    height: 3.5rem;
  }

  .footer-text {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .footer-copyright>p {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .header {
    grid-template-rows: 10rem;
  }

  .header-logo {
    padding: 2rem;
  }

  .header-logo-title {
    font-size: 1rem;
  }

  .header-logo-subtitle {
    font-size: 1rem;
  }

  .header.home {
    background: linear-gradient(229deg, #d6b458 0%, #792B43 71%) !important;
  }

  .header-nav_mobile-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 2rem;
    left: 2rem;
  }

  .header-nav_mobile {
    position: absolute;
    background-color: #792B43;
    top: 0;
    left: 0;
  }

  .header-nav_mobile nav {
    height: 100%;
  }

  .header-nav_mobile nav ul {
    height: 6.5rem;
  }

  .header-nav_mobile nav li {
    height: 6.5rem;
  }

  .header-nav_mobile nav li>a {
    font-size: 2rem;
    height: 6.5rem;
  }

  .header-nav_mobile nav li>a:hover {
    transition: ease-in-out 0.25s;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .meeting-notes-main ul {
    padding-left: 10px;
    list-style-type: cirlce;
  }

  .meeting-notes-sub li {
    margin-left: 60px;
    list-style-type: circle;
    font-size: 12px;
    line-height: 16px;
  }

  .csu_checks li {
    padding-left: 28px;
    margin-bottom: 0px;
    background: url(/images/checkmark.jpg) left 3px no-repeat;
    background-size: 20px 20px;
    font-size: 14px;
    line-height: 18px;
  }

}

@media only screen and (min-device-width: 200px) and (max-device-width: 375px) and (-webkit-min-device-pixel-ratio: 2) {
  .meeting-notes-sub li {
    margin-left: 60px;
    list-style-type: circle;
    font-size: 12px;
    line-height: 16px;
  }

  .csu_checks li {
    padding-left: 28px;
    margin-bottom: 0px;
    background: url(/images/checkmark.jpg) left 3px no-repeat;
    background-size: 20px 20px;
    font-size: 14px;
    line-height: 18px;
  }
}

/*# sourceMappingURL=main.css.map */
/* Image Stacker Component */
.image-stacker {
  max-width: 1565px;
  margin: 30px auto 0 auto;
}

.container-fluid-970 .col-md-12 .image-stacker {
  padding: 5px 0 0 0;
}

.container-fluid-970 .col-md-9 .image-stacker {
  padding: 5px 0 0 0;
}

.container-fluid-970 .col-md-10 .image-stacker {
  padding: 5px 0 0 0;
}

.container-fluid-970 .col-md-11 .image-stacker {
  padding: 5px 0 0 0;
}

.container-fluid-970 .col-md-1 .image-stacker {
  margin: 30px 0 0 0;
}

@media (min-width: 768px) {
  .container-fluid-970 .col-md-1 .image-stacker {
    margin: 30px 0 0 0 !important;
  }
}

.container-fluid-970 .col-md-2 .image-stacker {
  margin: 30px 0 0 0;
}

@media (min-width: 768px) {
  .container-fluid-970 .col-md-2 .image-stacker {
    margin: 30px 0 0 0 !important;
  }
}

.container-fluid-970 .col-md-3 .image-stacker {
  margin: 30px 0 0 0;
}

@media (min-width: 768px) {
  .container-fluid-970 .col-md-3 .image-stacker {
    margin: 30px 0 0 0 !important;
  }
}

.container-fluid-970 .col-md-4 .image-stacker {
  margin: 30px 0 0 0;
}

@media (min-width: 768px) {
  .container-fluid-970 .col-md-4 .image-stacker {
    margin: 30px 0 0 0 !important;
  }
}

.container-fluid-970 .col-md-5 .image-stacker {
  margin: 30px 0 0 0;
}

@media (min-width: 768px) {
  .container-fluid-970 .col-md-5 .image-stacker {
    margin: 30px 0 0 0 !important;
  }
}

.container-fluid-970 .col-md-6 .image-stacker {
  margin: 30px 0 0 0;
}

@media (min-width: 768px) {
  .container-fluid-970 .col-md-6 .image-stacker {
    margin: 30px 0 0 0 !important;
  }
}

.container-fluid-970 .col-md-7 .image-stacker {
  margin: 30px 0 0 0;
}

@media (min-width: 768px) {
  .container-fluid-970 .col-md-7 .image-stacker {
    margin: 30px 0 0 0 !important;
  }
}

.container-fluid-970 .col-md-8 .image-stacker {
  margin: 30px 0 0 0;
}

@media (min-width: 768px) {
  .container-fluid-970 .col-md-8 .image-stacker {
    margin: 30px 0 0 0 !important;
  }
}

@media (min-width: 768px) {
  .image-stacker {
    margin-top: 45px !important;
  }
}

@media (min-width: 1200px) {
  .image-stacker {
    margin-top: 65px !important;
  }
}

.image-stacker .image-stacker-title {
  font-family: "OpenSans-Light", "Open Sans", sans-serif;
  font-size: 48px;
  text-align: center;
  color: #333e48;
  margin: 0;
}

.image-stacker .image-stacker-title h1,
.image-stacker .image-stacker-title h2,
.image-stacker .image-stacker-title h3,
.image-stacker .image-stacker-title h4,
.image-stacker .image-stacker-title h5 {
  font-size: 48px;
}

@media (max-width: 767.98px) {
  .image-stacker .image-stacker-title {
    font-size: 28px;
  }

  .image-stacker .image-stacker-title h1,
  .image-stacker .image-stacker-title h2,
  .image-stacker .image-stacker-title h3,
  .image-stacker .image-stacker-title h4,
  .image-stacker .image-stacker-title h5 {
    font-size: 28px;
  }
}

.container-fluid-970 .col-md-1 .image-stacker .image-stacker-title,
.container-fluid-970 .col-md-2 .image-stacker .image-stacker-title,
.container-fluid-970 .col-md-3 .image-stacker .image-stacker-title,
.container-fluid-970 .col-md-4 .image-stacker .image-stacker-title,
.container-fluid-970 .col-md-5 .image-stacker .image-stacker-title,
.container-fluid-970 .col-md-6 .image-stacker .image-stacker-title,
.container-fluid-970 .col-md-7 .image-stacker .image-stacker-title,
.container-fluid-970 .col-md-8 .image-stacker .image-stacker-title,
.container-fluid-970 .col-md-9 .image-stacker .image-stacker-title {
  font-size: 28px;
}

.container-fluid-970 .col-md-1 .image-stacker .image-stacker-title h1,
.container-fluid-970 .col-md-1 .image-stacker .image-stacker-title h2,
.container-fluid-970 .col-md-1 .image-stacker .image-stacker-title h3,
.container-fluid-970 .col-md-1 .image-stacker .image-stacker-title h4,
.container-fluid-970 .col-md-1 .image-stacker .image-stacker-title h5,
.container-fluid-970 .col-md-2 .image-stacker .image-stacker-title h1,
.container-fluid-970 .col-md-2 .image-stacker .image-stacker-title h2,
.container-fluid-970 .col-md-2 .image-stacker .image-stacker-title h3,
.container-fluid-970 .col-md-2 .image-stacker .image-stacker-title h4,
.container-fluid-970 .col-md-2 .image-stacker .image-stacker-title h5,
.container-fluid-970 .col-md-3 .image-stacker .image-stacker-title h1,
.container-fluid-970 .col-md-3 .image-stacker .image-stacker-title h2,
.container-fluid-970 .col-md-3 .image-stacker .image-stacker-title h3,
.container-fluid-970 .col-md-3 .image-stacker .image-stacker-title h4,
.container-fluid-970 .col-md-3 .image-stacker .image-stacker-title h5,
.container-fluid-970 .col-md-4 .image-stacker .image-stacker-title h1,
.container-fluid-970 .col-md-4 .image-stacker .image-stacker-title h2,
.container-fluid-970 .col-md-4 .image-stacker .image-stacker-title h3,
.container-fluid-970 .col-md-4 .image-stacker .image-stacker-title h4,
.container-fluid-970 .col-md-4 .image-stacker .image-stacker-title h5,
.container-fluid-970 .col-md-5 .image-stacker .image-stacker-title h1,
.container-fluid-970 .col-md-5 .image-stacker .image-stacker-title h2,
.container-fluid-970 .col-md-5 .image-stacker .image-stacker-title h3,
.container-fluid-970 .col-md-5 .image-stacker .image-stacker-title h4,
.container-fluid-970 .col-md-5 .image-stacker .image-stacker-title h5,
.container-fluid-970 .col-md-6 .image-stacker .image-stacker-title h1,
.container-fluid-970 .col-md-6 .image-stacker .image-stacker-title h2,
.container-fluid-970 .col-md-6 .image-stacker .image-stacker-title h3,
.container-fluid-970 .col-md-6 .image-stacker .image-stacker-title h4,
.container-fluid-970 .col-md-6 .image-stacker .image-stacker-title h5,
.container-fluid-970 .col-md-7 .image-stacker .image-stacker-title h1,
.container-fluid-970 .col-md-7 .image-stacker .image-stacker-title h2,
.container-fluid-970 .col-md-7 .image-stacker .image-stacker-title h3,
.container-fluid-970 .col-md-7 .image-stacker .image-stacker-title h4,
.container-fluid-970 .col-md-7 .image-stacker .image-stacker-title h5,
.container-fluid-970 .col-md-8 .image-stacker .image-stacker-title h1,
.container-fluid-970 .col-md-8 .image-stacker .image-stacker-title h2,
.container-fluid-970 .col-md-8 .image-stacker .image-stacker-title h3,
.container-fluid-970 .col-md-8 .image-stacker .image-stacker-title h4,
.container-fluid-970 .col-md-8 .image-stacker .image-stacker-title h5,
.container-fluid-970 .col-md-9 .image-stacker .image-stacker-title h1,
.container-fluid-970 .col-md-9 .image-stacker .image-stacker-title h2,
.container-fluid-970 .col-md-9 .image-stacker .image-stacker-title h3,
.container-fluid-970 .col-md-9 .image-stacker .image-stacker-title h4,
.container-fluid-970 .col-md-9 .image-stacker .image-stacker-title h5 {
  font-size: 28px;
}

@media (min-width: 768px) {
  .image-stacker .image-stacker-title {
    font-size: 35px;
  }

  .image-stacker .image-stacker-title h1,
  .image-stacker .image-stacker-title h2,
  .image-stacker .image-stacker-title h3,
  .image-stacker .image-stacker-title h4,
  .image-stacker .image-stacker-title h5 {
    font-size: 35px;
  }
}

.container-fluid-970 .col-md-10 .image-stacker .image-stacker-title,
.container-fluid-970 .col-md-11 .image-stacker .image-stacker-title {
  font-size: 35px;
}

.container-fluid-970 .col-md-10 .image-stacker .image-stacker-title h1,
.container-fluid-970 .col-md-10 .image-stacker .image-stacker-title h2,
.container-fluid-970 .col-md-10 .image-stacker .image-stacker-title h3,
.container-fluid-970 .col-md-10 .image-stacker .image-stacker-title h4,
.container-fluid-970 .col-md-10 .image-stacker .image-stacker-title h5,
.container-fluid-970 .col-md-11 .image-stacker .image-stacker-title h1,
.container-fluid-970 .col-md-11 .image-stacker .image-stacker-title h2,
.container-fluid-970 .col-md-11 .image-stacker .image-stacker-title h3,
.container-fluid-970 .col-md-11 .image-stacker .image-stacker-title h4,
.container-fluid-970 .col-md-11 .image-stacker .image-stacker-title h5 {
  font-size: 35px;
}

@media (max-width: 768px) {

  .container-fluid-970 .col-md-10 .image-stacker .image-stacker-title,
  .container-fluid-970 .col-md-11 .image-stacker .image-stacker-title {
    font-size: 28px;
  }

  .container-fluid-970 .col-md-10 .image-stacker .image-stacker-title h1,
  .container-fluid-970 .col-md-10 .image-stacker .image-stacker-title h2,
  .container-fluid-970 .col-md-10 .image-stacker .image-stacker-title h3,
  .container-fluid-970 .col-md-10 .image-stacker .image-stacker-title h4,
  .container-fluid-970 .col-md-10 .image-stacker .image-stacker-title h5,
  .container-fluid-970 .col-md-11 .image-stacker .image-stacker-title h1,
  .container-fluid-970 .col-md-11 .image-stacker .image-stacker-title h2,
  .container-fluid-970 .col-md-11 .image-stacker .image-stacker-title h3,
  .container-fluid-970 .col-md-11 .image-stacker .image-stacker-title h4,
  .container-fluid-970 .col-md-11 .image-stacker .image-stacker-title h5 {
    font-size: 28px;
  }
}

@media (min-width: 768px) {

  .container-fluid-970 .col-md-10 .image-stacker .image-stacker-title,
  .container-fluid-970 .col-md-11 .image-stacker .image-stacker-title {
    font-size: 35px !important;
  }

  .container-fluid-970 .col-md-10 .image-stacker .image-stacker-title h1,
  .container-fluid-970 .col-md-10 .image-stacker .image-stacker-title h2,
  .container-fluid-970 .col-md-10 .image-stacker .image-stacker-title h3,
  .container-fluid-970 .col-md-10 .image-stacker .image-stacker-title h4,
  .container-fluid-970 .col-md-10 .image-stacker .image-stacker-title h5,
  .container-fluid-970 .col-md-11 .image-stacker .image-stacker-title h1,
  .container-fluid-970 .col-md-11 .image-stacker .image-stacker-title h2,
  .container-fluid-970 .col-md-11 .image-stacker .image-stacker-title h3,
  .container-fluid-970 .col-md-11 .image-stacker .image-stacker-title h4,
  .container-fluid-970 .col-md-11 .image-stacker .image-stacker-title h5 {
    font-size: 28px !important;
  }
}

@media (min-width: 992px) {
  .image-stacker .image-stacker-title {
    font-size: 48px;
  }

  .image-stacker .image-stacker-title h1,
  .image-stacker .image-stacker-title h2,
  .image-stacker .image-stacker-title h3,
  .image-stacker .image-stacker-title h4,
  .image-stacker .image-stacker-title h5 {
    font-size: 48px;
  }
}

.image-stacker .image-stacker-filter-description {
  font-family: "OpenSans-Light", "Open Sans", sans-serif;
  color: #333e48;
  font-size: 18px;
  padding: 20px 0 0 0;
  text-align: center;
  display: none;
}

.container-fluid-970 .col-md-1 .image-stacker .image-stacker-filter-description,
.container-fluid-970 .col-md-2 .image-stacker .image-stacker-filter-description,
.container-fluid-970 .col-md-3 .image-stacker .image-stacker-filter-description,
.container-fluid-970 .col-md-4 .image-stacker .image-stacker-filter-description,
.container-fluid-970 .col-md-5 .image-stacker .image-stacker-filter-description,
.container-fluid-970 .col-md-6 .image-stacker .image-stacker-filter-description,
.container-fluid-970 .col-md-7 .image-stacker .image-stacker-filter-description,
.container-fluid-970 .col-md-8 .image-stacker .image-stacker-filter-description,
.container-fluid-970 .col-md-9 .image-stacker .image-stacker-filter-description {
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .image-stacker .image-stacker-filter-description {
    margin-bottom: 20px;
  }
}

.image-stacker .image-stacker-filter-dropdown {
  width: 300px;
  margin: 10px auto 0 auto;
  text-align: center;
  font-size: 16px;
  color: #0093c9;
  position: relative;
}

.image-stacker .image-stacker-filter-dropdown:hover {
  cursor: pointer;
  color: #04729a;
}

.image-stacker .image-stacker-filter-dropdown .glyphicon {
  font-size: .7em;
}

.image-stacker .image-stacker-filter-dropdown .dropdown-menu {
  background: #0093c9;
  color: #ffffff;
  border: none;
  font-size: 16px;
  font-family: "OpenSans-Light", "Open Sans", sans-serif;
  transition-property: all;
  transition-duration: .8s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.image-stacker .image-stacker-filter-dropdown .dropdown-menu li {
  padding: 15px 30px 15px 30px;
  margin: 0 0 0 0;
  border: none;
}

.image-stacker .image-stacker-filter-dropdown .dropdown-menu li:hover {
  background: #04729a;
}

.image-stacker .image-stacker-filter-dropdown .dropdown-menu li:first-child {
  margin-top: 10px;
}

.image-stacker .image-stacker-filter-dropdown .dropdown-menu li.image-stacker-filter-dropdown-reset {
  padding: 10px 0;
  font-size: 18px;
  color: #ffffff;
  margin: 15px 0 0 0;
  text-align: center;
  border-top: 1px solid #62c9f2 !important;
}

.image-stacker .image-stacker-filter-dropdown .dropdown-menu li.image-stacker-filter-dropdown-reset:hover {
  background-color: none;
}

.image-stacker .image-stacker-filter-dropdown .dropdown-toggle[role='button'] {
  cursor: pointer;
}

.image-stacker .image-stacker-filter-dropdown .dropdown a,
.image-stacker .image-stacker-filter-dropdown .dropdown a:link {
  color: #0093c9;
  font-size: 16px;
  font-family: "OpenSans-Light", "Open Sans", sans-serif;
}

.image-stacker .image-stacker-filter-dropdown .dropdown a:hover,
.image-stacker .image-stacker-filter-dropdown .dropdown a:link:hover {
  color: #04729a;
}

.image-stacker .image-stacker-filter-dropdown .dropdown .dropdown-menu {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  max-height: 0;
  display: block;
  opacity: 0;
}

.image-stacker .image-stacker-filter-dropdown .dropdown.open .dropdown-menu {
  max-height: 9700px;
  opacity: 1;
}

.image-stacker .image-stacker-panel-wrapper {
  max-width: 1252px;
  margin: 0 auto;
  padding: 25px 0 0 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.container-fluid-970 .col-md-1 .image-stacker .image-stacker-panel-wrapper {
  padding: 20px 0;
}

.container-fluid-970 .col-md-2 .image-stacker .image-stacker-panel-wrapper {
  padding: 20px 0;
}

.container-fluid-970 .col-md-3 .image-stacker .image-stacker-panel-wrapper {
  padding: 20px 0;
}

.container-fluid-970 .col-md-4 .image-stacker .image-stacker-panel-wrapper {
  padding: 20px 0;
}

.container-fluid-970 .col-md-5 .image-stacker .image-stacker-panel-wrapper {
  padding: 20px 0;
}

.container-fluid-970 .col-md-6 .image-stacker .image-stacker-panel-wrapper {
  padding: 20px 0;
}

.container-fluid-970 .col-md-7 .image-stacker .image-stacker-panel-wrapper {
  padding: 20px 0;
}

.container-fluid-970 .col-md-8 .image-stacker .image-stacker-panel-wrapper {
  padding: 20px 0;
}

@media (min-width: 768px) {
  .image-stacker .image-stacker-panel-wrapper {
    padding: 25px 0;
  }
}

.container-fluid-970 .col-md-9 .image-stacker .image-stacker-panel-wrapper {
  padding: 20px 0;
}

.container-fluid-970 .col-md-10 .image-stacker .image-stacker-panel-wrapper {
  padding: 20px 0;
}

.container-fluid-970 .col-md-11 .image-stacker .image-stacker-panel-wrapper {
  padding: 20px 0;
}

@media (min-width: 1600px) {
  .image-stacker .image-stacker-panel-wrapper {
    max-width: 100%;
  }
}

.image-stacker .image-stacker-panel_clickable:hover {
  background-color: #eeeeee;
  cursor: pointer;
}

.image-stacker .image-stacker-panel {
  width: 313px;
  min-width: 313px;
  border: none;
  padding: 20px 0;
  margin: 0 !important;
  box-shadow: none;
  background: none;
}

@media (max-width: 767.98px) {
  .image-stacker .image-stacker-panel {
    padding-bottom: 0;
    margin: 0 !important;
  }
}

.container-fluid-970 .col-md-1 .image-stacker .image-stacker-panel,
.container-fluid-970 .col-md-2 .image-stacker .image-stacker-panel,
.container-fluid-970 .col-md-3 .image-stacker .image-stacker-panel,
.container-fluid-970 .col-md-4 .image-stacker .image-stacker-panel,
.container-fluid-970 .col-md-5 .image-stacker .image-stacker-panel,
.container-fluid-970 .col-md-6 .image-stacker .image-stacker-panel,
.container-fluid-970 .col-md-7 .image-stacker .image-stacker-panel,
.container-fluid-970 .col-md-8 .image-stacker .image-stacker-panel,
.container-fluid-970 .col-md-9 .image-stacker .image-stacker-panel {
  padding-bottom: 0;
  margin: 0 !important;
}

.image-stacker .image-stacker-panel .image-stacker-panel-image-wrapper {
  width: 313px;
  height: 280px;
  overflow: hidden;
}

.image-stacker .image-stacker-panel .image-stacker-panel-image-wrapper img {
  padding: 0;
  width: 100%;
  height: auto;
}

.image-stacker .image-stacker-panel .image-stacker-panel-image-wrapper.img-circle {
  width: 90% !important;
  margin: 0 auto;
}

.image-stacker .image-stacker-panel .image-stacker-panel-image-wrapper.img-circle img {
  transform: scale(1.11);
  transform-origin: top;
}

@media (max-width: 767.98px) {
  .image-stacker .image-stacker-panel {
    margin: 0 0 17px 0 !important;
  }
}

.container-fluid-970 .col-md-1 .image-stacker .image-stacker-panel,
.container-fluid-970 .col-md-2 .image-stacker .image-stacker-panel,
.container-fluid-970 .col-md-3 .image-stacker .image-stacker-panel,
.container-fluid-970 .col-md-4 .image-stacker .image-stacker-panel,
.container-fluid-970 .col-md-5 .image-stacker .image-stacker-panel,
.container-fluid-970 .col-md-6 .image-stacker .image-stacker-panel,
.container-fluid-970 .col-md-7 .image-stacker .image-stacker-panel,
.container-fluid-970 .col-md-8 .image-stacker .image-stacker-panel,
.container-fluid-970 .col-md-9 .image-stacker .image-stacker-panel {
  margin: 0 0 17px 0 !important;
}

.image-stacker .image-stacker-panel-bio {
  padding: 20px;
}

.image-stacker .image-stacker-panel-bio h3 {
  color: #792b43;
  font-family: "OpenSans-Light", "Open Sans", sans-serif;
}

.image-stacker .image-stacker-panel-bio p {
  color: #333e48;
  font-family: "OpenSans-Regular", "Open Sans", sans-serif;
  font-size: 18px;
}

@media (max-width: 767.98px) {
  .image-stacker .image-stacker-panel-bio p {
    margin: 0 !important;
  }
}

.container-fluid-970 .col-md-1 .image-stacker .image-stacker-panel-bio p,
.container-fluid-970 .col-md-2 .image-stacker .image-stacker-panel-bio p,
.container-fluid-970 .col-md-3 .image-stacker .image-stacker-panel-bio p,
.container-fluid-970 .col-md-4 .image-stacker .image-stacker-panel-bio p,
.container-fluid-970 .col-md-5 .image-stacker .image-stacker-panel-bio p,
.container-fluid-970 .col-md-6 .image-stacker .image-stacker-panel-bio p,
.container-fluid-970 .col-md-7 .image-stacker .image-stacker-panel-bio p,
.container-fluid-970 .col-md-8 .image-stacker .image-stacker-panel-bio p,
.container-fluid-970 .col-md-9 .image-stacker .image-stacker-panel-bio p {
  margin: 0 !important;
}

.image-stacker .image-stacker-panel-bio p em {
  font-size: inherit;
}

.image-stacker .image-stacker-panel-bio ul,
.image-stacker .image-stacker-panel-bio ol {
  display: inline-block;
  margin: 0 auto 5px auto;
  padding: 0 0 0 20px;
  font-size: 18px;
}

.image-stacker .image-stacker-panel-bio ul li,
.image-stacker .image-stacker-panel-bio ol li {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  list-style: inherit;
  line-height: inherit;
  padding-bottom: inherit;
  text-indent: inherit;
  text-align: left;
}

.image-stacker .image-stacker-panel-bio ul li:before,
.image-stacker .image-stacker-panel-bio ol li:before {
  display: none;
}

.image-stacker .no-stacking-results {
  text-align: center;
  display: none;
}

/* Image Stacker Component - End*/