body {
  background-color: black;
  font-family:'Open Sans', sans-serif;
  color: black;
  font-size: 16px;
  line-height: 20px;
}
h1 {
  position: static;
  left: 0px;
  top: 0px;
  display: block;
  width: 460px;
  margin: 215px auto 10px;
  padding: 36px 24px;
  border: 10px solid white;
  color: white;
  font-size: 72px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
h2 {
  margin-bottom: 10px;
  padding-bottom: 40px;
  color: #e4b962;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}
h3 {
  margin-bottom: 0px;
  color: #e4b962;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}
h4 {
  display: inline;
  height: 100%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  color: #e4b962;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
}
h5 {
  margin-bottom: 20px;
  color: black;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}
h6 {
  margin-bottom: 10px;
  color: #e4b962;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}
p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family:'Open Sans', sans-serif;
  color: #666;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: none;
  list-style-type: none;
}
.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #69b9ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: white;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover {
  background-color: #2e9dff;
}
.button.w--current {
  background-color: #2e80b6;
}
.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 0px;
  background-color: #e4b962;
}
.navigation-bar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: rgba(229, 234, 234, 0);
  color: white;
}
.navigation-bar.e-nav {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.18);
}
.navigation-bar.p-nav {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.68);
}
.brand-text {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  border-style: none;
  background-image: url('../images/logo.png');
  background-position: 51px 15px;
  background-size: 60px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-family:'Open Sans', sans-serif;
  color: #eda14a;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.brand-link {
  padding-top: 0px;
  padding-bottom: 0px;
}
.section {
  position: relative;
  padding: 80px 10px;
  background-color: transparent;
  text-align: center;
}
.section.accent {
  background-color: #e5eaea;
}
.section.c-about {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.section.e-about {
  height: 100vh;
}
.white-box {
  padding: 15px;
  border: 0px solid #dcebf7;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
}
.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}
.hero-section.centered {
  height: 100vh;
  padding-top: 104px;
  padding-bottom: 104px;
  background-image: url('../images/Ian_Spotlight.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
}
.hero-section.centered.p-hero {
  height: auto;
  padding-top: 152px;
  padding-bottom: 152px;
  background-image: url('../images/hero-bg.jpg');
  background-size: cover;
}
.hero-section.centered.e-hero {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.hero-section.centered.c-hero {
  height: auto;
  padding-top: 276px;
  padding-bottom: 276px;
  border-bottom-width: 0px;
  background-image: url('../images/csun_tom_bonner_04.jpg');
  background-position: 50% 84%;
  background-size: cover;
}
.hero-heading {
  position: relative;
  display: inline-block;
  margin: 37px 0px;
  color: white;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid white;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: white;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}
.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}
.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}
.section-heading.centered {
  color: #e4b962;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.section-heading.centered.white {
  color: #e4b962;
  font-size: 18px;
}
.section-heading.centered.white.p-about-head {
  padding-bottom: 6px;
}
.section-subheading.center {
  color: #8e8e9c;
  font-size: 24px;
  line-height: 38px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}
.section-title-group {
  margin-bottom: 60px;
}
.form-field {
  display: inline-block;
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid black;
  border-radius: 0px;
  box-shadow: rgba(64, 64, 71, 0.29) 0px 0px 0px 1px;
}
.form-field.text-area {
  height: 110px;
  border-width: 2px;
  border-color: #e4b962;
  border-radius: 0px;
  background-color: #292929;
}
.form-field.text-area:hover {
  background-color: #292929;
}
.form-field.text-area:focus {
  background-color: #1c1c1c;
}
.form-field.text-area.w-form {
  background-color: white;
}
.form-field.small {
  display: inline-block;
  width: 50%;
  border-width: 2px;
  border-color: #e4b962;
  background-color: #292929;
}
.form-field.small:focus {
  background-color: #1c1c1c;
}
.form-field.small.w-form {
  width: 49%;
  float: left;
  background-color: white;
}
.form-field.small.w-form.floatright {
  float: right;
}
.footer {
  padding-top: 35px;
  padding-bottom: 35px;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.4), rgba(211, 211, 227, 0.56));
  background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(211, 211, 227, 0.56));
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
}
.footer.center {
  border-top: 1px solid #dbdbdb;
  background-color: #383838;
  text-align: center;
}
.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #9e9e9e;
  font-size: 16px;
}
.info-icon {
  float: left;
}
.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}
.footer-link:hover {
  color: rgba(0, 140, 255, 0.84);
}
.footer-link.with-icon {
  margin-left: 30px;
}
.form {
  margin-top: 40px;
}
.landing {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  background-image: url('../images/main-img.jpg');
  background-position: 50% 50%;
  background-size: 30vw;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.content {
  display: block;
  width: 50%;
  margin: 45vh auto 11px;
  text-align: center;
}
.landing-links {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-right-width: 4px;
  color: white;
  font-size: 20px;
  text-decoration: none;
}
.landing-title {
  width: 520px;
}
.landing-ul {
  color: white;
}
.landing-li {
  display: inline-block;
  margin-right: 30px;
  text-align: center;
}
.p-nav-wrap {
  display: inline-block;
  height: 100%;
  padding-top: 38px;
  padding-bottom: 39px;
  float: right;
  clear: none;
}
.p-nav-li {
  display: inline-block;
  margin-right: 20px;
  float: right;
}
.p-nav-a {
  padding: 10px 10px;
  float: right;
  color: #666;
  text-decoration: none;
}
.p-nav-a:hover {
  color: #b39456;
}
.p-nav-a.e-nav {
  color: white;
}
.p-nav-a.c-nav-a {
  margin-right: 40px;
}
.p-intro-image {
  display: block;
  width: 300px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-image: url('../images/avatar.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-pontact {
  padding-top: 100px;
  padding-bottom: 100px;
  list-style-type: none;
}
.gallery {
  padding-top: 50px;
  padding-bottom: 99px;
  background-color: white;
}
.faq {
  padding-top: 95px;
  padding-bottom: 50px;
  background-color: #e5eaea;
}
.space {
  padding-top: 43px;
  padding-bottom: 43px;
}
.p-faq-text {
  margin-bottom: 112px;
  padding: 75px 100px 50px;
  border-bottom: 1px none rgba(240, 240, 240, 0.09);
}
.p-faq-text.border {
  border-bottom-style: solid;
}
.p-faq-text.e-about {
  margin: 10% 0px 0px;
  padding-right: 0px;
  padding-left: 0px;
}
.p-faq-text-li {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 1px;
  list-style-type: disc;
}
.p-faq-text-ul {
  margin-bottom: 10px;
  padding-left: 40px;
  color: #666;
  list-style-type: decimal;
}
.p-map {
  height: 300px;
}
.p-footer-p {
  color: black;
}
.p-contact-address {
  padding-top: 30px;
}
.p-slider {
  height: 600px;
  padding-bottom: 0px;
}
.p-body {
  background-color: white;
}
.e-hero-slider {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100vh;
  margin-top: 0px;
  padding-top: 0px;
}
.e-hero-slider-container {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
.e-slide1 {
  background-image: url('../images/Ian_Spotlight.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.e-slide2 {
  background-image: url('../images/eimg_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.e-p {
  margin-bottom: 30px;
  padding-bottom: 0px;
  font-family:'Open Sans', sans-serif;
  color: #999;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}
.e-faq {
  padding-top: 0px;
  padding-bottom: 100px;
  border-top: 1px none #e4b962;
  background-color: #f0f0f0;
}
.e-faq.c-faq {
  background-color: black;
}
.e-contact {
  padding-top: 100px;
  padding-bottom: 200px;
  background-color: #292929;
  color: white;
}
.e-line {
  padding-top: 100px;
  border-top: 1px none rgba(228, 185, 98, 0.38);
}
.c-body {
  background-color: #f0f0f0;
}
.c-bio-image {
  display: block;
  width: 300px;
  height: 0px;
  margin-top: 44px;
  padding-bottom: 300px;
  border-radius: 50%;
  background-image: url('../images/event-face.jpg');
  background-position: 0% 32%;
  background-size: cover;
}
.video-tabs {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 0px;
  border-bottom: 2px solid #face6a;
  text-align: center;
}
.video-tabs-link {
  margin-right: 32px;
  color: #4d4d4d;
}
.video-tabs-link.w--current {
  margin-right: 32px;
  background-color: #face6a;
  color: black;
}
.her-down {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 200px;
  color: rgba(255, 255, 255, 0.54);
  text-align: center;
  text-decoration: none;
}
.subheading {
  display: none;
  margin-top: -22px;
  margin-bottom: 0px;
  padding-top: 0px;
  color: white;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.e-video {
  padding-bottom: 0px;
}
.slider-caption {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  padding-bottom: 26px;
  padding-left: 41px;
  background-color: rgba(255, 255, 255, 0.85);
}
.pslide1 {
  background-image: url('../images/img_5.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.pslide2 {
  background-image: url('../images/img_4.jpg');
  background-size: cover;
}
.pslide3 {
  background-image: url('../images/img_3.jpg');
  background-size: cover;
}
.pslide4 {
  background-image: url('../images/img_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.pslide5 {
  background-image: url('../images/img_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.whitebg {
  width: 40%;
}
.p-nav-sub {
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 50%;
  margin-top: -68px;
  padding-top: 0px;
  float: right;
}
.p-navbar {
  display: none;
}
html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}
html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}
html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}
html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}
html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}
html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01);
  -ms-transform: scale(0.01);
  transform: scale(0.01);
}
html.w-mod-js *[data-ix="pulse"] {
  opacity: 1;
}
@media (max-width: 991px) {
  .navigation-bar {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .navigation-bar.p-nav {
    background-color: rgba(255, 255, 255, 0);
  }
  .hamburger-button.w--open {
    background-color: #3b99d9;
  }
  .brand-text {
    display: block;
    margin-left: 0px;
    float: none;
    clear: both;
  }
  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .footer {
    display: none;
  }
  .landing {
    background-size: 50vw;
  }
  .content.conetnt-landing {
    width: 100%;
  }
  .p-nav-wrap {
    display: none;
    margin-right: auto;
    margin-left: 136px;
    float: left;
  }
  .p-nav-a {
    display: block;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #333;
  }
  .whitebg {
    display: none;
  }
  .mobile-button {
    margin-top: 19px;
    color: #4f4f4f;
  }
  .mobile-button.w--open {
    background-color: rgba(255, 255, 255, 0.21);
    color: #383838;
  }
  .p-nav-sub {
    position: absolute;
    width: 100%;
    margin-top: 0px;
    margin-left: auto;
    background-color: rgba(255, 255, 255, 0.65);
  }
  .p-navbar {
    display: block;
    background-color: rgba(255, 255, 255, 0.65);
  }
}
@media (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }
  .brand-text {
    display: block;
    margin-left: 0px;
  }
  .brand-link {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .white-box {
    margin-bottom: 30px;
  }
  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }
  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }
  .form-field.text-area {
    display: block;
  }
  .footer {
    display: none;
  }
  .spc {
    margin-bottom: 30px;
  }
  .p-pontact {
    padding-right: 25px;
    padding-left: 25px;
  }
  .gallery {
    padding-bottom: 0px;
  }
  .p-slider {
    height: 400px;
  }
  .whitebg {
    display: none;
  }
  .mobile-button {
    display: inline-block;
  }
  .p-navbar {
    display: block;
  }
  .hide {
    display: none;
  }
}
@media (max-width: 479px) {
  .button {
    position: relative;
    display: inline-block;
    margin-right: 11px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px 6px;
    float: right;
  }
  .navigation-bar.p-nav {
    background-color: rgba(255, 255, 255, 0);
  }
  .brand-text {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 22px 0px 22px 55px;
    background-position: 26px 8px;
    background-size: 40px;
    font-size: 19px;
  }
  .brand-link {
    display: block;
    width: 80%;
    padding-left: 0px;
    float: left;
  }
  .section {
    padding-right: 14px;
    padding-left: 14px;
  }
  .white-box {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hero-heading {
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 30px;
    font-weight: 400;
  }
  .section-subheading.center {
    font-size: 18px;
    line-height: 30px;
  }
  .footer {
    display: none;
  }
  .content.conetnt-landing {
    margin-top: 0vh;
  }
  .landing-links {
    display: block;
    margin-bottom: 20px;
    margin-left: -18px;
  }
  .landing-links.seperator {
    display: none;
  }
  .landing-title {
    width: 80%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 30px;
  }
  .landing-li {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .p-nav-wrap {
    display: none;
    margin-top: 0px;
    margin-left: auto;
    padding-right: 80px;
    padding-left: 80px;
    -webkit-transform: translate(0px, -5px);
    -ms-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
  }
  .p-nav-li {
    display: block;
    float: none;
  }
  .p-nav-a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.65);
    color: #3b3b3b;
  }
  .p-intro-image {
    width: 75%;
    height: 0px;
    padding-top: 75%;
  }
  .p-pontact {
    padding-right: 14px;
    padding-left: 14px;
  }
  .gallery {
    padding-bottom: 0px;
  }
  .p-faq-text {
    padding-right: 14px;
    padding-left: 14px;
  }
  .p-slider {
    height: 200px;
  }
  .whitebg {
    display: none;
    background-color: rgba(255, 255, 255, 0.63);
  }
  .mobile-button {
    left: 0px;
    top: 0px;
    display: inline-block;
    margin-top: 5px;
    color: #575757;
  }
  .mobile-button.w--open {
    background-color: rgba(255, 255, 255, 0);
    color: #575757;
  }
  .p-nav-sub {
    background-color: rgba(255, 255, 255, 0);
  }
  .p-navbar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    background-color: rgba(255, 255, 255, 0.65);
  }
  .hide {
    display: none;
  }
}
