body,
html {
  font-family: 'Raleway', sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #777;
  font-weight: 300;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
}
h2 {
  margin: 0 0 20px 0;
  font-weight: 500;
  font-size: 34px;
  color: #333;
  text-transform: uppercase;
}
h3 {
  font-size: 22px;
  font-weight: 500;
  color: #333;
}
h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  color: #333;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
p {
  font-size: 16px;
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
a {
  color: #0033cc;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #006;
}
ul,
ol {
  list-style: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
ul,
ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #8eb640;
  margin: 0;
  margin-bottom: 40px;
  border: 0;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}
/* Navigation */
#menu {
  padding: 70px 0;
  transition: all 0.8s;
}
#menu a.navbar-brand {
  padding: 5px 10px;
  /*opacity:0;*/
  display: none;
}
#menu.navbar-default {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  text-align: center;
  max-width: 100%;
}
#menu.navbar-default .navbar-collapse {
  background-color: white;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
}
#menu.navbar-default .navbar-nav {
  display: inline-block;
  float: none;
  width: 100%;
  /* border:1px solid red; */
}
#menu.navbar-default .navbar-nav > li {
  padding-left: 0;
  padding-right: 0;
}
#menu.navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
  color: #94222A;
  font-weight: bold;
  font-size: 10.5pt;
  text-align: left;
  padding: 7px;
  border: 2px solid transparent;
  letter-spacing: 0.5px;
  margin: 0;
}
#menu.navbar-default .navbar-nav > li > a:hover {
  color: #000;
  background-color: rgba(226, 188, 85, 0.2);
}
#menu.navbar-default .navbar-nav > li > a:active,
#menu.navbar-default .navbar-nav > li > a:focus,
#menu.navbar-default .navbar-nav > li > a:visited {
  background-color: rgba(226, 188, 85, 0.2);
}
#menu.navbar-default .navbar-nav > .active > a,
#menu.navbar-default .navbar-default .navbar-nav > .active > a:hover,
#menu.navbar-default .navbar-default .navbar-nav > .active > a:focus {
  color: #8eb640 !important;
  background-color: transparent;
}
#menu.navbar-default .navbar-nav > .open > a {
  background-color: rgba(226, 188, 85, 0.2);
}
#menu.navbar-default .navbar-nav ul.dropdown-menu {
  right: auto;
  left: auto;
}
#menu.navbar-default .navbar-nav ul.dropdown-menu li {
  padding: 0 10px;
  text-align: left;
}
#menu.navbar-default .navbar-nav ul.dropdown-menu li > a {
  padding: 7px;
  border-bottom: 1px solid #EBD08B;
  white-space: normal;
  color: #94222A;
}
#menu.navbar-default .navbar-nav ul.dropdown-menu li > a:hover,
#menu.navbar-default .navbar-nav ul.dropdown-menu li > a:focus,
#menu.navbar-default .navbar-nav ul.dropdown-menu li > a:active {
  color: #5F161C;
  background-color: rgba(226, 188, 85, 0.2);
}
#menu.navbar-default .navbar-nav ul.dropdown-menu li:last-child > a {
  border-bottom: 0;
}
.on {
  background-color: rgba(255, 255, 255, 0.95) !important;
  padding: 0 !important;
  padding: 10px 0 10px 0 !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.on a.navbar-brand {
  opacity: 1!important;
  display: inline-block !important;
}
.navbar-toggle {
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: rgba(148, 34, 42, 0.85);
  border-color: #ffffff;
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #FFF;
}
/* --------------------------------------------------- */
/* dropdown single- and multi-column panels */
.dropdown-menu {
  min-width: 200px;
}
.dropdown-menu.columns-2 {
  min-width: 400px;
}
.dropdown-menu.columns-3 {
  min-width: 600px;
}
.multi-column-dropdown {
  list-style: none;
  margin: 5px 5px 0 5px;
  padding: 0;
}
.multi-column-dropdown li a {
  display: block;
  font-size: 11pt;
  line-height: 1.428571429;
  color: #94222A;
  white-space: normal;
  padding: 7px !important;
  border-bottom: 1px solid #EBD08B;
}
.multi-column-dropdown li a:hover {
  text-decoration: none;
  color: #5F161C;
  background-color: rgba(0, 0, 0, 0.15);
}
.dropdown .group-hd,
.dropdown .group-hd * {
  font-size: 1em!important;
  font-weight: bold!important;
}
.dropdown .group-hd > div {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  #menu {
    padding: 50px 0;
  }
}
@media (min-width: 768px) {
  #menu.navbar-default .navbar-collapse {
    background-color: transparent;
    width: 100%;
    box-shadow: none;
  }
  #menu.navbar-default .navbar-nav {
    /* border:1px solid red; */
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
  }
  #menu.navbar-default .navbar-nav > li {
    border-bottom: 0;
  }
  #menu.navbar-default .navbar-nav > li > a {
    font-weight: bold;
    font-size: 9pt;
  }
  #menu.navbar-default .navbar-nav > li > a:hover,
  #menu.navbar-default .navbar-nav > li > a:active,
  #menu.navbar-default .navbar-nav > li > a:focus {
    color: #000;
    background-color: rgba(148, 34, 42, 0.1);
  }
  #menu.navbar-default .navbar-nav > .active > a,
  #menu.navbar-default .navbar-default .navbar-nav > .active > a:hover,
  #menu.navbar-default .navbar-default .navbar-nav > .active > a:focus {
    color: #94232B !important;
    background-color: transparent;
  }
  #menu.navbar-default .navbar-nav ul.dropdown-menu li {
    padding: 0 10px;
    text-align: left;
    min-width: 280px;
  }
  .dropdown-menu .multi-column {
    min-width: 240px !important;
    overflow-x: hidden;
    padding: 15px;
  }
  .dropdown-menu {
    border-color: #EBD08B;
  }
  .dropdown-menu > .row {
    margin-right: 0!important;
    margin-left: 0!important;
    padding-bottom: 10px;
  }
  .multi-column-dropdown {
    padding: 0;
  }
  .multi-column-dropdown li a {
    padding: 5px !important;
  }
  .multi-column.columns-2 .row .col-sm-4,
  .multi-column.columns-3 .row .col-sm-4,
  .multi-column.columns-2 .row .col-sm-6,
  .multi-column.columns-3 .row .col-sm-6 {
    padding: 5px;
  }
  .multi-column.columns-2 .row .col-sm-4:first-child,
  .multi-column.columns-3 .row .col-sm-4:first-child,
  .multi-column.columns-2 .row .col-sm-6:first-child,
  .multi-column.columns-3 .row .col-sm-6:first-child {
    padding-left: 10px;
  }
  .multi-column.columns-2 .row .col-sm-4:last-child,
  .multi-column.columns-3 .row .col-sm-4:last-child,
  .multi-column.columns-2 .row .col-sm-6:last-child,
  .multi-column.columns-3 .row .col-sm-6:last-child {
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  #menu.navbar-default .navbar-collapse {
    background-color: transparent;
    width: 100%;
    box-shadow: none;
  }
  #menu.navbar-default .navbar-nav {
    /* border:1px solid red; */
    margin-top: 10px;
  }
  #menu.navbar-default .navbar-nav > li > a {
    font-size: 10.5pt;
  }
  #menu.navbar-default .navbar-nav ul.dropdown-menu li {
    padding: 0 10px;
    text-align: left;
    min-width: 300px;
  }
}
.section-title {
  /* margin-bottom: 70px; */
}
.section-title h2 {
  color: #94222A;
}
.page-scroll-arrow {
  position: absolute;
  bottom: 0;
  right: -10px;
  width: 40px;
  height: 30px;
  border-radius: 3px;
  background-color: #94222A;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  text-align: left;
}
.page-scroll-arrow span {
  display: inline-block;
  margin: 7px;
  width: 20px;
  height: 20px;
  color: white!important;
  border: 0;
}
@media (min-width: 480px) {
  .page-scroll-arrow {
    bottom: 30px;
  }
}
/* Header Section */
.countdown-search-bar {
  position: relative;
  z-index: 10000;
  padding: 10px;
  background: #94222a;
  width: 100%;
  margin: 0;
  text-align: center;
}
.countdown-search-bar #countdown-shell {
  font-size: 11pt;
  font-weight: bold;
  color: White;
  text-align: center;
}
.countdown-search-bar #countdown-shell div {
  display: inline-block;
  padding: 0 3px;
  margin: 0;
  vertical-align: bottom;
}
.countdown-search-bar #countdown-shell .sm {
  font-size: .4em;
  padding-left: 0 !important;
  margin-bottom: 3px;
}
.countdown-search-bar #countdown-shell #countdown_days {
  font-size: 1.2em;
  width: 35px;
}
.countdown-search-bar #countdown-shell #countdown_hours,
.countdown-search-bar #countdown-shell #countdown_minutes,
.countdown-search-bar #countdown-shell #countdown_seconds {
  font-size: 1.2em;
  width: 25px;
}
.countdown-search-bar #search-shell {
  display: none;
}
@media (min-width: 768px) {
  .countdown-search-bar #countdown-shell {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .countdown-search-bar #search-shell {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    position: relative;
    padding: 3px;
  }
  .countdown-search-bar #search-shell input[type=text] {
    width: 180px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid white;
    border-radius: 3px;
    font-size: 10pt;
    color: white;
    padding: 4px;
    padding-right: 25px;
  }
  .countdown-search-bar #search-shell input[type=text]:focus {
    border-color: White;
  }
  .countdown-search-bar #search-shell span {
    color: White;
    display: block;
    position: absolute;
    top: 10px;
    left: 162px;
  }
}
.intro {
  position: relative;
  display: table;
  width: 100%;
  padding: 0;
  background: url(/inc/hm-parallax/img/gpe-start-bg.jpg) no-repeat center center;
  background-color: #e5e5e5;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .overlay {
  background: rgba(0, 0, 0, 0);
}
.intro h1 {
  font-family: 'Dancing Script', cursive;
  color: #fff;
  font-size: 10em;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
.intro span {
  color: #a7c44c;
  font-weight: 600;
}
.intro p {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 40px;
}
header .intro-text {
  padding-top: 250px;
  padding-bottom: 200px;
  text-align: center;
}
/* Social Media Icon Set */
.soc-media {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: top;
  background-image: url(/inc/hm-parallax/img/social-media-all.png);
  background-repeat: no-repeat;
  background-position: left top;
  margin-top: 10px;
  margin-right: 5px;
  opacity: .8;
}
.soc-media:hover,
.soc-media:active {
  opacity: 1;
}
.facebook-icon {
  background-position: 0px 0px;
}
.twitter-icon {
  background-position: -32px 0px;
}
.youtube-icon {
  background-position: -64px 0px;
}
.instagram-icon {
  background-position: -96px 0px;
}
.blog-icon {
  background-position: -128px 0px;
}
@media (min-width: 767px) {
  #header,
  #about,
  #experience,
  #learn,
  #accomplish,
  #premiere {
    border-bottom: 2px dotted rgba(148, 34, 42, 0.4);
  }
}
/* HOME PANEL */
header .intro-text {
  padding-top: 0;
  padding-bottom: 0;
  height: 400px;
}
header .intro-text div.hm-main {
  position: relative;
  width: 100%;
  height: 400px;
  min-width: 300px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(/inc/hm-parallax/img/gpe-allunderoneroof.png);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 90% auto;
}
header .intro-text div.hm-main > div.logo-dates {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 200px;
  height: 200px;
  background-image: url(/inc/hm-parallax/img/logo-gpe.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 80% auto;
}
header .intro-text div.hm-main > div.logo-dates > div {
  position: absolute;
  top: 55px;
  left: 60px;
  font-size: 14pt;
  line-height: 115%;
  font-weight: bold;
  color: black;
  text-align: left;
  white-space: nowrap;
}
header .intro-text div.hm-main > div.buttons-socmedia {
  display: none;
}
#buttons_sm .col-xs-6 {
  padding: 1px;
}
#buttons_sm .col-xs-6:last-child {
  padding-left: 0;
}
#buttons_sm .col-xs-12 {
  padding-left: 0!important;
  padding-right: 0!important;
}
#buttons_sm .btn-hm {
  width: 100%;
  margin: 0;
  background-color: rgba(202, 156, 34, 0.9);
  border-radius: 0;
  font-family: 'ralewayregular', sans-serif;
  font-size: 16pt;
  color: white;
  text-transform: uppercase;
}
#buttons_sm .btn-hm:hover,
#buttons_sm .btn-hm:focus,
#buttons_sm .btn-hm:active {
  background-color: #ca9c22;
}
@media (min-width: 768px) {
  #buttons_sm {
    display: none;
  }
  header .intro-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 480px;
  }
  header .intro-text div.hm-main {
    height: 480px;
    width: 100%;
    min-width: none;
    max-width: none;
    background-size: 100% auto;
    background-position: 30% bottom;
    background-size: auto 80%;
  }
  header .intro-text div.hm-main > div.logo-dates {
    top: 18%;
    left: -20px;
  }
  header .intro-text div.hm-main > div.logo-dates > div {
    font-size: 14pt;
  }
  header .intro-text div.hm-main > div.buttons-socmedia {
    display: block;
    position: absolute;
    top: 200px;
    right: 10px;
    text-align: left;
  }
  header .intro-text div.hm-main > div.buttons-socmedia .btn-hm {
    width: 190px;
    margin-top: 0;
    margin-bottom: 8px;
    font-family: 'ralewayregular', sans-serif;
    font-size: 16pt;
    color: white;
    text-transform: uppercase;
    text-align: center;
    background-color: rgba(202, 156, 34, 0.9);
    border-radius: 5px;
    box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.5);
  }
  header .intro-text div.hm-main > div.buttons-socmedia .btn-hm:hover,
  header .intro-text div.hm-main > div.buttons-socmedia .btn-hm:active {
    background-color: #ca9c22;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.85);
  }
}
@media (min-width: 992px) {
  header .intro-text {
    width: 80%;
    height: 550px;
  }
  header .intro-text div.hm-main {
    height: 550px;
    background-position: 35% bottom;
    background-size: auto 86%;
  }
  header .intro-text div.hm-main > div.logo-dates {
    top: 16%;
    left: 0;
    width: 280px;
    background-size: 90% auto;
  }
  header .intro-text div.hm-main > div.logo-dates > div {
    top: 80px;
    left: 92px;
    font-size: 16pt;
  }
  header .intro-text div.hm-main > div.buttons-socmedia {
    top: 250px;
    right: -10px;
  }
  header .intro-text div.hm-main > div.buttons-socmedia .btn-hm {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  header .intro-text {
    width: 68%;
  }
  header .intro-text div.hm-main {
    background-position: 40% bottom;
    background-size: auto 86%;
  }
  header .intro-text div.hm-main > div.logo-dates {
    top: 15%;
    left: 0;
    width: 300px;
    background-size: 90% auto;
  }
  header .intro-text div.hm-main > div.logo-dates > div {
    top: 85px;
    left: 105px;
    font-size: 16pt;
  }
}
/* ABOUT SECTION */
#about {
  position: relative;
}
#about .section-title {
  background: #444 url(/inc/hm-parallax/img/gpe-exhibit-hall-above.jpg) center center no-repeat fixed;
  background-size: cover;
}
#about .section-title .exh-att-alerts {
  background-color: white;
  width: 100%;
  margin: 0 0;
  padding: 50px 0;
}
#about .section-title .exh-att-alerts .row {
  margin: 0 20px;
}
#about .section-title .exh-att-alerts .alert-hd {
  background-color: #94222A;
  border-radius: 5px;
  padding: 5px;
  font-weight: normal;
  color: White;
  text-align: center;
}
#about .section-title .exh-att-alerts ul.alert-list {
  list-style-type: disc;
  margin: 10px 20px;
  padding: 0;
}
#about .section-title .exh-att-alerts ul.alert-list > li {
  padding: 5px;
  margin-left: 15px;
  font-size: 14pt;
  font-weight: bold;
  color: black;
  text-align: left;
}
#about .section-title .stat-box-shell {
  padding-top: 150px;
  padding-bottom: 30px;
}
#about .section-title .stat-box-shell > div {
  padding-left: 15px;
  padding-right: 15px;
}
#about .section-title .stat-box-shell > div > div > div {
  background-color: white;
  border-radius: 5px;
  padding: 10px;
  margin: 5px 0;
  font-size: 14pt;
  font-weight: bold;
  line-height: 115%;
  color: #94222A;
  text-align: center;
}
@media (min-width: 767px) {
  #about .section-title .exh-att-alerts .row {
    margin: 0 40px;
  }
  #about .section-title .stat-box-shell {
    padding-top: 200px;
    padding-bottom: 50px;
  }
  #about .section-title .stat-box-shell > div {
    padding-left: 15px;
    padding-right: 15px;
  }
  #about .section-title .stat-box-shell > div > div > div {
    height: 100px;
    white-space: nowrap;
  }
  #about .section-title .stat-box-shell > div > div > div span {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
  }
  #about .section-title .stat-box-shell > div > div > div span:first-child {
    height: 100%;
  }
}
@media (min-width: 992px) {
  #about .section-title .stat-box-shell {
    padding-top: 350px;
  }
  #about .section-title .stat-box-shell > div > div > div {
    font-size: 16pt;
  }
}
/* EXPERIENCE SECTION */
#experience {
  position: relative;
  padding-top: 50px;
}
#experience .section-title .promo-video-shell {
  margin: 0 auto;
}
#experience .section-title .promo-video-shell .video-js,
#experience .section-title .promo-video-shell .vjs-poster {
  margin: 0 auto;
  background-color: transparent!important;
}
#experience .section-title .promo-video-shell .video-js .vjs-big-play-button {
  position: relative;
  top: 40%;
  margin: 0 auto;
}
#experience .section-title .experience-content {
  padding-top: 20px;
}
#experience .section-title .experience-content > div > div div:first-child {
  position: relative;
  text-align: center;
}
#experience .section-title .experience-content > div > div div:first-child img {
  width: 100%;
}
#experience .section-title .experience-content > div > div div:last-child {
  padding: 15px 0;
}
#experience .section-title .experience-content > div > div div a {
  display: inline-block;
  width: 100%;
  white-space: normal;
  font-weight: bold;
  color: #94222A;
  background-color: #E2BC55;
  opacity: .9;
  border: 0;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.4);
}
#experience .section-title .experience-content > div > div div a:hover,
#experience .section-title .experience-content > div > div div a:focus {
  color: #94222A;
  background-color: #E2BC55;
  opacity: 1;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
@media (min-width: 480px) {
  #experience .section-title .experience-content > div > div:nth-child(1) div img {
    width: 170px;
  }
  #experience .section-title .experience-content > div > div:nth-child(2) div img {
    width: 200px;
  }
  #experience .section-title .experience-content > div > div:nth-child(3) div img {
    width: 200px;
  }
}
@media (min-width: 768px) {
  #experience {
    padding-top: 100px;
  }
  #experience .section-title .experience-content > div > div > div:first-child {
    height: 200px;
    white-space: nowrap;
  }
  #experience .section-title .experience-content > div > div > div:first-child span {
    display: inline-block;
    vertical-align: bottom;
  }
  #experience .section-title .experience-content > div > div > div:first-child span:first-child {
    width: 1px;
    height: 100%;
  }
  #experience .section-title .experience-content > div > div:nth-child(1) > div:first-child img {
    width: 140px;
  }
  #experience .section-title .experience-content > div > div:nth-child(2) > div:first-child img {
    width: 200px;
  }
  #experience .section-title .experience-content > div > div:nth-child(3) > div:first-child img {
    width: 200px;
  }
}
@media (min-width: 992px) {
  #experience .section-title .experience-content > div div > div:first-child {
    position: relative;
    height: 380px;
    overflow: hidden;
  }
  #experience .section-title .experience-content > div > div > div:first-child {
    height: 250px;
    white-space: nowrap;
  }
  #experience .section-title .experience-content > div > div > div:first-child span {
    display: inline-block;
    vertical-align: bottom;
  }
  #experience .section-title .experience-content > div > div > div:first-child span:first-child {
    width: 1px;
    height: 100%;
  }
  #experience .section-title .experience-content > div > div:nth-child(1) > div:first-child img {
    width: 180px;
  }
  #experience .section-title .experience-content > div > div:nth-child(2) > div:first-child img {
    width: 270px;
  }
  #experience .section-title .experience-content > div > div:nth-child(3) > div:first-child img {
    width: 270px;
  }
}
/* LEARN SECTION */
#learn {
  position: relative;
  padding-top: 50px;
}
#learn .section-title {
  background: #444 url(/inc/hm-parallax/img/gpe-marketing-session.jpg) center center no-repeat fixed;
  background-size: cover;
  min-height: 400px;
}
#learn .section-title .section-hd-overlay {
  background-color: rgba(148, 35, 43, 0.8);
  padding: 10px;
  text-align: center;
}
#learn .section-title .section-hd-overlay h2 {
  margin: 20px;
  color: white;
}
#learn .section-title .learn-content {
  padding-top: 200px;
  padding-bottom: 50px;
}
#learn .section-title .learn-content > div > div > div {
  margin-bottom: 2px;
  background-color: white;
  border-radius: 5px;
  padding: 10px;
  font-size: 14pt;
  font-weight: Bold;
  color: black;
  text-align: center;
}
@media (min-width: 768px) {
  #learn {
    position: relative;
    padding-top: 100px;
  }
  #learn .section-title {
    min-height: 500px;
  }
  #learn .section-title .learn-content {
    padding-top: 250px;
  }
  #learn .section-title .learn-content > div > div > div {
    height: 100px;
    white-space: nowrap;
  }
  #learn .section-title .learn-content > div > div > div span {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
  }
  #learn .section-title .learn-content > div > div > div span:first-child {
    height: 100%;
  }
}
/* ACCOMPLISH SECTION */
#accomplish {
  position: relative;
  padding-top: 50px;
}
#accomplish .section-title .section-hd-overlay {
  background-color: rgba(148, 35, 43, 0.8);
  padding: 10px;
  text-align: center;
}
#accomplish .section-title .section-hd-overlay h2 {
  margin: 20px;
  color: white;
}
#accomplish .accomplish-content {
  padding-bottom: 50px;
}
#accomplish .accomplish-content > div > div > div {
  text-align: center;
}
#accomplish .accomplish-content > div > div > div h3 {
  color: #94222A;
}
@media (min-width: 768px) {
  #accomplish {
    padding-top: 100px;
  }
  #accomplish .section-title .section-hd-overlay {
    background-color: rgba(148, 35, 43, 0.8);
    padding: 10px;
    text-align: center;
  }
  #accomplish .section-title .section-hd-overlay h2 {
    margin: 20px;
    color: white;
  }
  #accomplish .accomplish-content {
    padding-bottom: 50px;
  }
  #accomplish .accomplish-content > div > div > div {
    text-align: center;
  }
  #accomplish .accomplish-content > div > div > div h3 {
    color: #94222A;
  }
}
/* PREMIERE SECTION */
#premiere {
  position: relative;
  padding-top: 50px;
}
#premiere .section-title {
  background: #444 url(/inc/hm-parallax/img/gpe-exhibit-hall-signage.jpg) center top no-repeat fixed;
  background-size: cover;
}
#premiere .section-title .section-hd-overlay {
  background-color: rgba(148, 35, 43, 0.8);
  padding: 10px;
  text-align: center;
}
#premiere .section-title .section-hd-overlay h2 {
  margin: 20px;
  color: white;
}
#premiere .section-title .premiere-content {
  margin-top: 200px;
  background: white;
  padding: 20px;
}
@media (min-width: 768px) {
  #premiere {
    padding-top: 100px;
  }
  #premiere .section-title .premiere-content {
    margin-top: 250px;
    background: white;
    height: 100px;
  }
}
/* FOOTER SECTION */
#footer .footer-linkset {
  background-color: #e2bc55;
  padding: 15px;
}
#footer .footer-linkset ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .footer-linkset ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
}
#footer .footer-linkset ul li a {
  display: block;
  width: 100%;
  font-size: 12pt;
  font-weight: normal;
  text-transform: uppercase;
  color: #94232b;
  text-align: left;
  padding: 8px;
}
#footer .footer-linkset ul li a:hover,
#footer .footer-linkset ul li a:focus {
  color: black;
  background-color: rgba(0, 0, 0, 0.1);
}
#footer .footer-linkset ul li:last-child {
  border-bottom: 0;
}
#footer .footer-content {
  background-color: rgba(226, 188, 85, 0.15);
  padding: 15px;
}
#footer .footer-content div,
#footer .footer-content p {
  font-size: 10pt;
  color: black;
}
#footer .footer-content > div > div {
  padding-bottom: 15px!important;
}
#footer .footer-content > div > div > img {
  margin-bottom: 10px;
}
#footer .footer-content > div > div > div {
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  #footer .footer-linkset ul {
    width: 630px;
    margin: 0 auto;
  }
  #footer .footer-linkset ul li {
    border-bottom: 0;
    display: inline-block;
  }
  #footer .footer-linkset ul li a {
    display: inline-block;
    width: auto;
    font-size: 10pt;
  }
  #footer .footer-content {
    background-color: rgba(226, 188, 85, 0.15);
    padding: 15px;
  }
  #footer .footer-content div,
  #footer .footer-content p {
    font-size: 10pt;
    color: black;
  }
  #footer .footer-content > div > div {
    padding-bottom: 15px!important;
  }
  #footer .footer-content > div > div > img {
    margin-bottom: 10px;
  }
  #footer .footer-content > div > div > div {
    padding-bottom: 5px;
  }
}

/*# sourceMappingURL=style.css.map */