.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.nowrap {
  white-space: nowrap; }

.col-no-padding {
  padding-left: 0;
  padding-right: 0; }

.no-overflow {
  overflow: hidden; }

body {
  background-color: #000; }
  body.no-overflow {
    position: relative;
    height: 100%; }

html.hidden {
  display: block !important; }

@media screen and (min-width: 768px) {
  .pull-right-sm {
    float: right !important; } }

@media screen and (min-width: 768px) {
  .pull-left-sm {
    float: left !important; } }

.overlay, .dark-overlay, .black-card {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.overlay {
  background-color: rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 767px) {
    .overlay {
      background-color: rgba(0, 0, 0, 0.25); } }
  .overlay.video-is-hidden {
    background-color: rgba(0, 0, 0, 0.45);
    display: block; }

.dark-overlay {
  background-color: rgba(0, 0, 0, 0.9); }

.video-is-hidden {
  transition: 300ms ease;
  display: none; }

img[src$=".gif"], img[src$=".png"] {
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */ }

* {
  box-sizing: border-box; }

html, body, .container, .container-fluid {
  height: 100%; }

li {
  list-style: none; }

a {
  color: inherit; }
  a:visited {
    color: inherit; }
  a:hover, a:focus {
    text-decoration: none;
    color: inherit; }
  a:focus {
    color: inherit;
    outline: none; }

.thumbnail {
  padding: 0;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  line-height: 0; }

hr {
  background-color: #FFF; }

/* Typography */
html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  font-family: "proxima-nova", sans-serif; }

h1 {
  margin: 0; }

h2 {
  font-size: 3rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.3;
  font-weight: 700; }
  @media screen and (min-width: 600px) {
    h2 {
      font-size: 3.6rem; } }
  @media screen and (max-width: 767px) {
    h2 span {
      display: block; } }

h3, .thumb-title {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase; }
  @media screen and (max-height: 480px) and (max-width: 767px) {
    h3, .thumb-title {
      font-size: 2.4rem !important; } }
  @media screen and (min-width: 600px) {
    h3, .thumb-title {
      font-size: 3.2rem; } }

h4 {
  font-size: 2.4rem; }

p {
  line-height: 1.6;
  max-width: 60rem;
  font-weight: 200; }
  @media screen and (min-width: 500px) {
    p {
      font-size: 1.8rem; } }

.btn {
  border-radius: 0;
  text-transform: uppercase;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: normal;
  transition: 300ms ease;
  display: inline-block;
  width: auto;
  letter-spacing: 2px;
  background-color: transparent; }
  @media screen and (max-width: 499px) {
    .btn {
      padding: 10px 20px; } }
  .btn span:focus {
    outline: none; }
  @media screen and (max-width: 499px) {
    .btn span {
      font-size: 12px; } }
  @media screen and (max-width: 549px) {
    .btn + .btn {
      margin-top: 20px;
      display: table;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-height: 480px) and (max-width: 549px) {
    .btn + .btn {
      margin-top: 10px; } }
  @media screen and (min-width: 550px) {
    .btn + .btn {
      margin-left: 20px; } }
  .btn:hover, .btn:focus {
    color: inherit;
    outline: none; }
  .btn.btn-ghost {
    border: 1px solid #fff; }
  .btn.btn-to-black:hover {
    transition: 800ms ease;
    background-color: #000;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.5); }
  .btn.btn-to-white:hover {
    transition: 800ms ease;
    background-color: #fff;
    color: #000;
    border: 1px solid #fff; }
  .btn i {
    display: inline-block;
    font-size: 16px;
    position: relative; }
    @media screen and (max-width: 499px) {
      .btn i {
        font-size: 14px; } }
    .btn i + span {
      margin-left: 10px; }

.cta {
  margin-top: 2.5rem; }

.link {
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
  font-size: 1.6rem; }
  @media screen and (min-width: 500px) {
    .link {
      font-size: 1.8rem; } }

/* #play-intro-video {
	@media screen {}
} */
#homepage-hero {
  height: 100%;
  color: #fff; }
  @media screen and (max-height: 480px) and (max-width: 767px) {
    #homepage-hero .hero-content {
      margin-top: 70px !important; } }
  @media screen and (max-width: 599px) {
    #homepage-hero .hero-content {
      margin-top: 100px; } }
  #homepage-hero .hero-content h2 {
    margin-top: 0; }
  @media screen and (max-width: 550px) {
    #homepage-hero .hero-content a.btn {
      width: 70%; } }
  @media screen and (max-height: 480px) and (max-width: 767px) {
    #homepage-hero .hero-body {
      display: none !important; } }
  @media screen and (max-width: 599px) {
    #homepage-hero .hero-body {
      display: none !important; } }

.hero-content h2, .hero-content h3, .hero-content .thumb-title, .hero-content p, .hero-content img, .hero-content .link, .hero-content .sub, .hero-content .cta {
  opacity: 0; }

.black-card {
  background-color: black;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .black-card {
      display: none; } }

@media screen and (min-width: 767px) {
  .cta .btn + .cta .btn {
    margin-top: 20px; } }

@media screen and (min-width: 767px) {
  .cta .btn + .cta .btn {
    margin-left: 20px; } }

.tagline {
  margin-left: auto;
  margin-right: auto; }

.has-fullpage {
  height: 100%; }

.hero {
  height: 100%;
  height: 100vh;
  width: 100%;
  color: #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  background-position: center center;
  text-shadow: 0px 1px 2px #000; }
  .hero img {
    width: 100%; }
  .hero .overlay.raise-card {
    z-index: 4; }
  @media screen and (max-width: 767px) {
    .hero .overlay {
      background-color: rgba(0, 0, 0, 0.5); } }
  .hero#standards-page p {
    margin-left: auto;
    margin-right: auto; }
  .hero#contact-page {
    background-color: #000; }
  .hero#portfolio-page .overlay {
    background-color: rgba(0, 0, 0, 0.2); }
  .hero.image-with-description {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

#fullpage-standards .overlay {
  background-color: rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 768px) {
    #fullpage-standards .overlay {
      opacity: 0; } }

.hero-content {
  width: 100%;
  text-align: center; }
  .hero-content.raise-card {
    z-index: 5; }
  @media screen and (max-height: 480px) and (max-width: 767px) {
    .hero-content {
      margin-top: 100px !important;
      position: relative !important;
      top: 0 !important;
      -webkit-transform: translateY(0) !important;
          -ms-transform: translateY(0) !important;
              transform: translateY(0) !important; } }
  @media screen and (max-width: 599px) {
    .hero-content {
      margin-top: 150px;
      position: relative; } }
  @media screen and (min-width: 600px) {
    .hero-content {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); } }
  .js .hero-content .container-fluid > * {
    opacity: 0; }
  .hero-content img {
    max-width: 220px;
    margin-bottom: 10px; }
    @media screen and (max-height: 480px) and (max-width: 549px) {
      .hero-content img {
        margin-bottom: 5px; } }
    @media screen and (min-width: 768px) {
      .hero-content img {
        max-width: 300px; } }
  .hero-content .hero-body {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4rem;
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (max-height: 480px) and (max-width: 767px) {
      .hero-content .hero-body {
        top: 20px !important; } }
    @media screen and (max-width: 599px) {
      .hero-content .hero-body {
        margin-top: 20px; } }
    @media screen and (min-width: 600px) {
      .hero-content .hero-body {
        position: relative;
        top: 100px;
        font-size: 1.6rem; } }
    @media screen and (max-width: 768px) {
      .hero-content .hero-body .nowrap {
        white-space: normal; } }
    .js .hero-content .hero-body {
      opacity: 0; }
  .hero-content .sub {
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 300;
    line-height: 1.6; }
    @media screen and (max-height: 480px) {
      .hero-content .sub {
        margin-top: 1.4px;
        line-height: 1.3; } }
    @media screen and (min-width: 600px) {
      .hero-content .sub {
        font-size: 1.8rem; } }
    @media screen and (min-width: 768px) {
      .hero-content .sub {
        font-size: 2.4rem; } }
    @media screen and (min-width: 768px) {
      .hero-content .sub {
        font-size: 2.8rem; } }
  .hero-content hr {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 0;
    border: 1.5px solid white; }
    @media screen and (max-height: 480px) {
      .hero-content hr {
        margin-top: 15px;
        margin-bottom: 15px; } }
    .hero-content hr.animate {
      -webkit-animation-name: animateHR;
              animation-name: animateHR;
      -webkit-animation-duration: 500ms;
              animation-duration: 500ms;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1;
      -webkit-animation-timing-function: ease;
              animation-timing-function: ease;
      -webkit-animation-delay: 800ms;
              animation-delay: 800ms; }

.scroll-down {
  position: absolute;
  bottom: 10px;
  left: 48.5%;
  z-index: 500;
  transition: 500ms ease;
  cursor: pointer;
  display: block;
  opacity: 0; }
  @media screen and (max-width: 767px) {
    .scroll-down {
      display: none !important; } }
  .scroll-down.animate {
    -webkit-animation-name: bouncing;
            animation-name: bouncing;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
  .scroll-down .action {
    position: absolute;
    text-transform: uppercase;
    font-size: 1.3rem;
    width: 100%;
    left: 0;
    letter-spacing: 2px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0 !important;
    transition: 150ms linear;
    text-align: center; }
  .scroll-down .arrow-down-icon {
    width: 24px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    -webkit-transform: rotateZ(90deg);
        -ms-transform: rotate(90deg);
            transform: rotateZ(90deg); }
    .scroll-down .arrow-down-icon span {
      transition: all 500ms ease;
      display: block;
      width: 80%;
      border-bottom: 2px solid #fff;
      margin-bottom: 6px; }
      .scroll-down .arrow-down-icon span:first-child {
        -webkit-transform: rotateZ(45deg);
            -ms-transform: rotate(45deg);
                transform: rotateZ(45deg); }
      .scroll-down .arrow-down-icon span:last-child {
        -webkit-transform: rotateZ(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotateZ(-45deg);
        margin-top: 11px; }
  .scroll-down:hover {
    -webkit-animation-play-state: paused;
            animation-play-state: paused; }
    .scroll-down:hover .action {
      opacity: 1 !important;
      -webkit-transform: translate(-50%, -20px);
          -ms-transform: translate(-50%, -20px);
              transform: translate(-50%, -20px);
      transition: 150ms; }

.tagline {
  margin-top: 25px;
  margin-bottom: 12px;
  display: block; }

.sections-nav {
  display: none;
  position: fixed;
  top: 23%;
  right: 3%;
  color: white;
  z-index: 1000; }
  .js .sections-nav {
    opacity: 0; }
  @media screen and (max-width: 767px) {
    .sections-nav {
      display: none !important; } }
  @media screen and (min-width: 768px) {
    .sections-nav {
      right: 4%; } }
  @media screen and (min-width: 992px) {
    .sections-nav {
      right: 3.5%; } }
  .sections-nav a {
    display: block;
    margin-bottom: 25px;
    text-align: right;
    cursor: pointer;
    opacity: 0.65; }
    .sections-nav a:last-child {
      margin-bottom: 0; }
    .sections-nav a span {
      text-transform: uppercase;
      transition: 600ms ease; }
      .sections-nav a span.section-title {
        letter-spacing: 2px;
        line-height: 3rem;
        opacity: 0;
        margin-top: -30px;
        display: block;
        height: 3rem; }
      .sections-nav a span.section-number {
        display: inline-block;
        font-size: 1.8rem;
        width: 3rem;
        height: 3rem;
        line-height: 3rem;
        text-align: center;
        border-radius: 9999px;
        margin-right: -1rem; }
    @media screen and (min-width: 900px) {
      .sections-nav a:hover .section-number {
        opacity: 0;
        transition: 600ms ease; }
      .sections-nav a:hover .section-title {
        opacity: 1;
        transition: 600ms ease; } }
    .sections-nav a.active {
      font-weight: 600;
      opacity: 1; }
      .sections-nav a.active span.section-number {
        background: rgba(0, 0, 0, 0.3); }

.copy-wrapper {
  position: absolute; }
  @media screen and (max-width: 767px) {
    .copy-wrapper {
      width: 100%;
      bottom: 0; } }
  @media screen and (min-width: 768px) {
    .copy-wrapper {
      width: 30%;
      height: 100%;
      top: 0; } }
  .copy-wrapper .overlay {
    background-color: rgba(0, 0, 0, 0.7); }
    @media screen and (min-width: 768px) {
      .copy-wrapper .overlay {
        opacity: 0; } }
  .copy-wrapper .copy {
    color: #fff;
    position: relative;
    text-align: center;
    padding: 40px; }
    @media screen and (max-width: 767px) {
      .copy-wrapper .copy {
        display: inline-block; } }
    @media screen and (min-width: 768px) {
      .copy-wrapper .copy {
        text-align: left;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        opacity: 0; } }
    .copy-wrapper .copy p + p {
      margin-top: 40px; }

@media screen and (min-width: 768px) {
  .copy-wrapper-right {
    right: 0; } }

@media screen and (min-width: 768px) {
  .copy-wrapper-left {
    left: 0; } }

#intro-video {
  min-width: 100%;
  min-height: 100%;
  height: 100%; }

.close-item {
  width: 30px;
  cursor: pointer;
  position: absolute;
  z-index: 3000;
  display: inline-block;
  text-align: center; }

.close-icon {
  position: relative;
  display: inline-block;
  width: 100%; }
  .close-icon span {
    transition: all 500ms ease;
    display: block;
    width: 80%;
    border-bottom: 2px solid #fff;
    margin-bottom: 6px; }
    .close-icon span:first-child {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      bottom: -5px;
      position: relative;
      top: 8px; }
      @media screen and (min-width: 1900px) and (min-height: 1060px) {
        .close-icon span:first-child {
          top: 15px; } }
    .close-icon span:last-child {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: 0;
      position: relative; }

.video-fullscreen {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #000;
  opacity: 0;
  transition: z-index 1.2s;
  z-index: -100; }
  .video-fullscreen.fadeIn {
    z-index: 1000; }
  .video-fullscreen .close-item {
    top: 45px;
    right: 35px; }

#bgv-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  @media screen and (max-width: 992px) {
    #bgv-wrapper {
      display: none; } }

.background-video {
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 768px) {
    .background-video {
      display: none; } }
  .background-video.raise-card {
    position: relative;
    z-index: 4; }

@-webkit-keyframes animateHR {
  from {
    width: 0;
    opacity: 0; }
  to {
    width: 60px;
    opacity: 1; } }

@keyframes animateHR {
  from {
    width: 0;
    opacity: 0; }
  to {
    width: 60px;
    opacity: 1; } }

@-webkit-keyframes bouncing {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); } }

@keyframes bouncing {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); } }

@-webkit-keyframes preloading-circle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes preloading-circle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

#gallery-grid [class^="col-"] {
  padding-right: 0;
  padding-left: 0;
  cursor: pointer;
  overflow: hidden; }
  #gallery-grid [class^="col-"] a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden; }
    #gallery-grid [class^="col-"] a:before {
      content: "";
      display: block;
      padding-top: 100%; }
    #gallery-grid [class^="col-"] a.narrow:before {
      padding-top: 50%; }
    #gallery-grid [class^="col-"] a.large-padding:before {
      padding-top: 100%; }
  #gallery-grid [class^="col-"]:hover img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    transition: 300ms ease; }
  #gallery-grid [class^="col-"]:hover .overlay {
    opacity: 1;
    transition: 500ms ease; }
    #gallery-grid [class^="col-"]:hover .overlay .overlay-content p {
      -webkit-animation: fadeInText 500ms ease;
              animation: fadeInText 500ms ease;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    #gallery-grid [class^="col-"]:hover .overlay .overlay-content hr {
      width: 100%;
      transition: 500ms ease; }

#gallery-grid .container-fluid {
  padding-right: 0;
  padding-left: 0; }

#gallery-grid .row {
  margin-left: 0;
  margin-right: 0; }

#gallery-grid .overlay {
  color: #fff;
  transition: 500ms ease;
  opacity: 0;
  cursor: pointer; }
  #gallery-grid .overlay .overlay-content {
    position: absolute;
    width: 100%;
    padding: 5px 15px;
    left: 0;
    bottom: 0; }
    #gallery-grid .overlay .overlay-content p {
      -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
              transform: translateY(100%);
      opacity: 0;
      transition: 500ms ease; }

@-webkit-keyframes fadeInText {
  0% {
    opacity: 0; }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.3; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes fadeInText {
  0% {
    opacity: 0; }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.3; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }
    #gallery-grid .overlay .overlay-content hr {
      margin-top: 0;
      margin-bottom: 15px;
      width: 0;
      transition: 500ms ease; }

.menu {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  opacity: 0;
  transition: all 1s;
  display: block;
  overflow: auto; }
  .menu.open {
    opacity: 1; }
  .menu .contents {
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .menu nav {
    color: #fff;
    height: 100%;
    vertical-align: middle;
    font-size: 2rem;
    /* @media screen and (max-width:767px){
			font-size: 2rem;
		} */ }
    @media screen and (max-height: 480px) and (max-width: 767px) {
      .menu nav {
        font-size: 1.6rem; } }
    .menu nav .nav-wrapper {
      padding-left: 0;
      display: inline-block; }
    .menu nav hr {
      width: 100px;
      display: inline-block;
      margin: 0;
      transition: 300ms ease; }
    .menu nav a.active + hr {
      width: 100%;
      border: 1.9px solid white; }
    .menu nav a:hover + hr {
      opacity: 1; }
    .menu nav #large-logo {
      padding-top: 20px;
      padding-bottom: 20px; }
      .menu nav #large-logo img {
        max-width: 160px; }
        @media screen and (max-width: 767px) {
          .menu nav #large-logo img {
            display: none; } }
        @media screen and (min-width: 768px) {
          .menu nav #large-logo img {
            max-width: 200px; } }
    .menu nav a {
      opacity: 0;
      padding: 10px 0 0;
      display: block;
      text-transform: uppercase; }
      @media screen and (max-height: 480px) and (max-width: 767px) {
        .menu nav a {
          padding: 5px 0 0; } }
      @media screen and (min-width: 768px) {
        .menu nav a {
          padding: 20px 0 0; } }
      .menu nav a:not(#active):hover + hr {
        width: 80%;
        transition: 400ms ease; }
      .menu nav a .page-name {
        font-weight: 600; }
      .menu nav a .flavor-text {
        font-size: 0.8em;
        vertical-align: baseline;
        font-weight: 300;
        font-style: italic; }
        @media screen and (max-width: 767px) {
          .menu nav a .flavor-text {
            display: none; } }
      .menu nav a .titles-divider {
        font-size: 0.8em; }
        @media screen and (max-width: 767px) {
          .menu nav a .titles-divider {
            display: none; } }

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10; }

.menu-labels {
  top: 1px;
  right: 58px;
  display: inline-block;
  position: relative;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px; }
  @media screen and (max-width: 348px) {
    .menu-labels {
      top: 24px;
      right: 101px;
      position: absolute; } }
  @media screen and (min-width: 768px) {
    .menu-labels {
      top: 8px;
      right: 75px; } }
  .menu-labels #close {
    opacity: 0;
    position: absolute; }
  .menu-labels #open {
    position: absolute; }

#menu-icon {
  cursor: pointer; }

.hamburger-menu {
  width: 24px;
  position: relative;
  display: inline-block;
  z-index: 500;
  top: 18px; }
  .js .hamburger-menu {
    opacity: 0; }
  @media screen and (max-width: 767px) {
    .hamburger-menu {
      right: 8px; } }
  @media screen and (max-height: 480px) and (max-width: 767px) {
    .hamburger-menu {
      margin-top: 5px; } }
  @media screen and (min-width: 768px) {
    .hamburger-menu {
      top: 25px;
      right: 25px; } }
  .hamburger-menu span {
    transition: all 500ms ease;
    display: block;
    width: 100%;
    border-bottom: 2px solid #fff;
    margin-bottom: 6px; }
    .hamburger-menu span:first-child {
      transition: 300ms ease; }
    .hamburger-menu span:last-child {
      margin-bottom: 0;
      transition: 400ms ease; }
    .hamburger-menu span:nth-child(2) {
      transition: 300ms ease; }
  @media screen and (min-width: 1900px) and (min-height: 1060px) {
    .hamburger-menu {
      width: 34px; }
      .hamburger-menu span {
        border-bottom-width: 4px;
        margin-bottom: 8px; } }
  .hamburger-menu.is-open span:nth-child(2) {
    opacity: 0;
    transition: 300ms linear; }
  .hamburger-menu.is-open span:first-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: -5px;
    position: relative;
    top: 8px;
    transition: 300ms ease; }
    @media screen and (min-width: 1900px) and (min-height: 1060px) {
      .hamburger-menu.is-open span:first-child {
        top: 15px; } }
  .hamburger-menu.is-open span:last-child {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: -8px;
    position: relative;
    transition: 300ms ease; }

.mobile-row {
  padding-top: 20px;
  padding-bottom: 10px;
  transition: 300ms ease; }
  @media screen and (max-height: 480px) {
    .mobile-row {
      padding-top: 5px; } }
  .mobile-row.is-fixed {
    position: fixed;
    top: 0;
    transition: 300ms ease; }

.mobile-logo {
  height: 4.5rem;
  width: 2.1rem;
  position: relative;
  z-index: 500;
  left: 8px; }
  @media screen and (max-height: 480px) and (max-width: 767px) {
    .mobile-logo {
      height: 4.5rem;
      width: 2.1rem;
      margin-top: 5px; } }
  @media screen and (min-width: 768px) {
    .mobile-logo {
      height: 6rem;
      width: 2.8rem; } }
  @media screen and (min-width: 768px) {
    .mobile-logo {
      left: 25px; } }
  @media screen and (min-width: 1900px) and (min-height: 1060px) {
    .mobile-logo {
      height: 10rem;
      width: 4.7rem; } }
  .js .mobile-logo {
    opacity: 0; }

#gallery-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

@media screen and (min-width: 850px) {
  .info-grid .copy-wrapper {
    width: 33.3%;
    float: left;
    position: relative; } }

.info-grid .copy-wrapper .copy hr {
  width: 80%;
  margin-left: 0; }

@media screen and (max-width: 767px) {
  #staff {
    overflow: auto;
    height: auto; } }

.stag-overlay-hover {
  background: linear-gradient(black, black), url("../assets/images/about/stag-bg.jpg") no-repeat center top;
  background-size: cover;
  transition: 500ms ease; }
  @media screen and (min-width: 768px) {
    .stag-overlay-hover:hover, .stag-overlay-hover:active {
      background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("../assets/images/about/stag-bg.jpg") no-repeat center top;
      transition: 500ms ease; } }

@media screen and (max-width: 849px) {
  .staff-info-block {
    display: none !important; } }

.stag-bg {
  background: url("../assets/images/about/stag-bg.jpg") no-repeat 70% top;
  background-size: cover; }

.subject {
  display: block;
  position: relative;
  color: white;
  width: 100%;
  transition: 300ms ease;
  background-color: black;
  height: 400px;
  text-shadow: 0px 1px 2px #000; }
  .subject img {
    width: 100%; }
  .subject .overlay {
    cursor: pointer;
    transition: 300ms ease; }
  .subject:hover:not(.message) {
    transition: 300ms ease; }
    .subject:hover:not(.message) .overlay {
      background-color: transparent;
      transition: 300ms ease; }

.thumb-title {
  margin-left: auto;
  margin-right: auto; }

.subject-info {
  position: relative;
  background-color: #000;
  padding-top: 2rem;
  padding-bottom: 2rem; }

.thumb-link {
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 2px 7px;
  border: 1px solid #fff;
  display: inline-block;
  margin: 1rem auto 0;
  transition: all 0.15s;
  text-shadow: 0px 1px 1px #000; }

.subject:hover .thumb-link {
  background: #fff;
  color: #000;
  text-shadow: none;
  transition: all 0.15s; }

.subject-bio {
  position: relative; }
  .subject-bio h4 {
    margin-top: 0; }
  .subject-bio p {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: left; }

.message {
  background-color: #000;
  width: 100%;
  position: relative; }
  .message:before {
    content: "";
    display: block;
    padding-top: 100%; }

.thumb-text-pos {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%); }

.thumb-text-border {
  border: 1px solid #fff;
  margin-bottom: 20px !important; }
  @media screen and (max-width: 499px) {
    .thumb-text-border {
      padding: 8px 5px;
      width: 250px; } }
  @media screen and (min-width: 500px) {
    .thumb-text-border {
      padding: 8px;
      width: 300px; } }

.thumb-text {
  opacity: 0;
  text-align: center; }
  .thumb-text hr {
    width: 40px;
    margin-top: 15px;
    margin-bottom: 15px; }

.thumb-title {
  font-size: 2.0rem;
  margin-top: 0;
  margin-bottom: 0; }

.thumb-sub {
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1.5; }

footer {
  position: relative;
  background: url("/assets/images/global/footer-bg.jpg") center top no-repeat;
  background-size: cover; }
  footer .cta {
    margin-top: 5rem; }
    @media screen and (max-height: 480px) and (max-width: 767px) {
      footer .cta {
        margin-top: 2.5rem !important; } }
    @media screen and (max-height: 400px) and (max-width: 767px) {
      footer .cta {
        margin-bottom: 30px; } }
  @media screen and (max-height: 400px) and (max-width: 767px) {
    footer .hero-content {
      margin-top: 80px !important; } }

.footer-copy {
  font-size: 2.4rem;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto; }
  .footer-copy span {
    display: block; }
    @media screen and (max-height: 480px) and (max-width: 767px) {
      .footer-copy span {
        display: inline !important; } }
  @media screen and (max-width: 549px) {
    .footer-copy {
      font-size: 1.8rem; } }
  @media screen and (min-width: 550px) {
    .footer-copy {
      font-size: 2.4rem; } }
  @media screen and (min-width: 992px) {
    .footer-copy {
      font-size: 3.2rem;
      max-width: 70%; } }

.sub-footer {
  position: absolute;
  bottom: 20px;
  left: 50%;
  border-top: 2px solid #fff;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 10px;
  padding-bottom: 10px;
  width: 95%;
  font-size: 1.4rem; }
  @media screen and (max-width: 767px) {
    .sub-footer {
      bottom: 10px; } }
  @media screen and (max-height: 480px) and (max-width: 767px) {
    .sub-footer {
      padding-bottom: 0 !important;
      padding-top: 15px !important; } }
  @media screen and (max-height: 400px) and (max-width: 767px) {
    .sub-footer {
      position: static;
      bottom: none;
      left: none;
      margin-left: auto;
      margin-right: auto;
      -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
              transform: translateX(0%); } }

@media screen and (min-width: 768px) {
  .footer-signage {
    position: absolute;
    left: 0; } }

@media screen and (max-width: 767px) {
  .footer-signage {
    display: block;
    margin-bottom: 5px; } }

@media screen and (min-width: 768px) {
  .footer-address {
    position: absolute;
    right: 0; } }

@media screen and (max-width: 767px) {
  .footer-address {
    display: block; } }

@media screen and (max-width: 767px) {
  .footer-address * {
    display: block; } }

@media screen and (min-width: 768px) {
  .footer-address .email:after, .footer-address .phone-no:after {
    content: " |"; } }

@media screen and (min-width: 768px) {
  .footer-address .line1:after {
    content: ", "; } }

#contact-page .contacts-animate {
  opacity: 0; }

#contact-page .copy-wrapper {
  background-color: black; }
  @media screen and (max-width: 767px) {
    #contact-page .copy-wrapper {
      width: 100%;
      height: 100%; } }
  @media screen and (min-width: 768px) and (max-width: 960px) {
    #contact-page .copy-wrapper {
      width: 40%; } }
  #contact-page .copy-wrapper .copy {
    opacity: 1; }

#contact-page .studious-logo {
  width: 220px; }
  @media screen and (max-width: 767px) {
    #contact-page .studious-logo {
      display: none; } }
  @media screen and (max-width: 767px) and (max-height: 480px) {
    #contact-page .studious-logo {
      display: none; } }

#contact-page .info-maps-window {
  color: black; }
  #contact-page .info-maps-window span {
    display: block;
    text-transform: capitalize; }

#contact-page .copy {
  top: 40px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  text-align: center; }
  @media screen and (max-width: 767px) and (max-height: 480px) {
    #contact-page .copy {
      padding-top: 20px !important; } }

#contact-page .contact-details {
  margin-top: 40px; }
  @media screen and (max-width: 767px) and (max-height: 480px) {
    #contact-page .contact-details {
      margin-top: 0 !important; } }
  #contact-page .contact-details i {
    margin-bottom: 10px;
    display: block; }
  #contact-page .contact-details .telephone, #contact-page .contact-details .email {
    margin-bottom: 20px; }
  #contact-page .contact-details .address span {
    display: block;
    font-weight: 300; }

@media screen and (max-width: 767px) {
  #contact-page .book-now-signage {
    margin-top: 20px; } }

@media screen and (min-width: 768px) {
  #contact-page .book-now-signage {
    bottom: 50px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }

#contact-page .book-now-signage a {
  display: block; }

#contact-page .book-now-signage .collegiate-logo {
  width: 90px;
  margin: 15px auto 0; }

#contact-page .map-wrapper {
  display: none;
  height: 100%; }
  @media screen and (min-width: 768px) {
    #contact-page .map-wrapper {
      display: block;
      width: 60%;
      float: left; } }
  @media screen and (min-width: 961px) {
    #contact-page .map-wrapper {
      width: 70%; } }
  #contact-page .map-wrapper #map {
    width: 100%;
    height: 100%;
    background-color: grey; }

.pg-loading-logo-header img {
  width: 220px; }
  @media screen and (min-width: 768px) {
    .pg-loading-logo-header img {
      width: 300px; } }

.pg-loading-screen .pg-loading-html {
  margin-top: 60px; }

.pg-loading-screen .pg-loading-center-outer {
  display: block !important; }

.pg-loading-screen .pg-loading-center-middle {
  display: block !important;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 377px; }

.loading-outline {
  display: inline-block;
  margin-left: auto;
  margin-right: auto; }

.loading-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #ffffff;
  -webkit-animation: preloading-circle 700ms infinite linear;
          animation: preloading-circle 700ms infinite linear; }

.modal-content {
  border-radius: 0;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
  border: none;
  background-size: cover; }
  .modal-content .close-item {
    top: 25px;
    right: 10px; }
  .modal-content.animated {
    -webkit-animation-duration: 500ms;
            animation-duration: 500ms; }

.modal-header {
  border-bottom: 1px solid #fff;
  min-height: 60px; }

.modal-footer {
  border-top: none; }

/*# sourceMappingURL=styles.css.map */
