/*!
Theme Name: NWUK Brand Theme
Theme URI: http://underscores.me/
Author: Richie Hiney
Author URI: https://richiehiney.com
Description: Description
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nwuk-brand-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

NWUK Brand Theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

/* -------------------------------- 

Primary style

-------------------------------- */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: 'Kanit', sans-serif;
  color: #1a1a1a;
  background-color: white;   
}
body.overflow-hidden {
  /* when primary navigation is visible, the content in the background won't scroll */
  overflow: hidden;
}

p,
.fiec-main-content p {
  font-family: 'Kanit', sans-serif;
  font-size: 1.1rem;    
  line-height: 1.3rem;
}

@media only screen and (min-width: 1170px) {
  .fiec-main-content p {
  font-family: 'Kanit', sans-serif;  
  font-size: 1.1rem;    
  line-height: 1.3rem;
  }
}

a,
.row a {
  color: #DFFA03;
  text-decoration: none;
  opacity:1;
}

a:hover,
.row a:hover {
  color: #DFFA03;
  text-decoration: none;
  opacity:.8;
}

.row h1 {
    font-size:40px;
    line-height:35px;
    font-family: 'Kanit', sans-serif;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
}

.row h2 {
    font-size:32px;
    line-height: 30px;
    font-family: 'Kanit', sans-serif;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;    
}

.row h3 {
    font-size:30px;
    font-family: 'Kanit', sans-serif;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;    
}

h4,
.row h4 {
    font-size:20px;
    font-family: 'Kanit', sans-serif;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;    
}

h5,
.row h5 {
  font-size: 1.1rem;    
  line-height: 1.3rem;
    font-family: 'Kanit', sans-serif;
    font-weight: 100;
    font-style: italic;
    text-transform: uppercase;    
}

.display-3 {
    font-size:38px;
    font-family: 'Kanit', sans-serif;
    font-weight: 800;
    font-style: italic;
    color: #DFFA03;
    text-transform: uppercase;
    margin-top:50vh;
    text-align: center;
}

.display-4 {
    margin-top:-30px;
    font-size:60px;
    font-family: 'Kanit', sans-serif;
    font-weight: 800;
    font-style: italic;
    color: #DFFA03;
    text-transform: uppercase;
    text-align: center;
}

@media only screen and (max-width: 450px) {
.row h2 {
    font-size: 26px;
    font-family: 'Kanit', sans-serif;
    font-weight: 800;
    font-style: italic;
} 
.row h5 {
  font-size: 1.1rem;    
  line-height: 1.3rem;
    font-family: 'Kanit', sans-serif;
    font-weight: 100;
    font-style: italic;
    text-transform: none;    
}  
.display-3 {
    font-size:30px;
    margin-top:50vh;
} 
.display-4 {
    font-size:50px;
    margin-top:-24px;
}    
}

@media only screen and (max-width: 320px) {
.row h1 {
    font-size:30px;
}    
}    


    
.blue {
    color: #064274!important;    
}

.red {
    color: #bf002b;    
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */

.fiec-container {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top:100px;    
}

.fiec-container-fluid {
  width: 100%;
  margin: 0 auto;
  padding:0px;
  overflow: hidden;    
}

@media only screen and (max-width: 450px) {
.fiec-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top:40px;    
}
}
.fiec-container:after {
  content: "";
  display: table;
  clear: both;
}

.space {
    margin: 100px 0;
}

.space-btm {
    margin-bottom: 100px;
}

.space-top {
    margin-top: 100px;    
}

.space-both {
    padding: 100px 0 100px 0;
}

.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.iframe-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

/* -------------------------------- 

Main components 

-------------------------------- */
html, body {
  height: 100%;
}

img {
    width:100%;
}

.fiec-header {
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  z-index: 5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;   
  background-color:#ffffff;  
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.6);
          box-shadow: 0 1px 20px rgba(0, 0, 0, 0.6);  
}
@media only screen and (min-width: 768px) {
  .fiec-header {
    height: 80px;
    background-color: #ffffff;  
    background-size: cover;  
    background-position: bottom;  
    -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.6);
            box-shadow: 0 1px 20px rgba(0, 0, 0, 0.6); 
  }
}
@media only screen and (min-width: 1170px) {
  .fiec-header {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .fiec-header.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -80px;

    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .fiec-header.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .fiec-header.menu-is-open {
    /* add a background color to the header when the navigation is open */

  }
}

.fiec-logo {
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: .875em;
  z-index: 333;    
}
.fiec-logo img {
  display: block;
  height:60px;   
  width:auto; 
}
@media only screen and (min-width: 768px) {
  .fiec-logo {
    left: 2.6em; 
    top:50%;  
  }
}

.fiec-secondary-nav {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5em;
}
.fiec-secondary-nav li {
  display: inline-block;
  margin-left: 1em;
}
.fiec-secondary-nav a {
  display: inline-block;
  color: #E1FC04;
  background-color: ;    
  text-transform: uppercase;
  font-family: 'Kanit', sans-serif;   
  font-size:24px;    
  font-weight: 800;
  font-style:italic;        
}

/* arrow */
.fiec-secondary-nav:after {
    content: "";
    position: absolute;
    background-image: url("/wp-content/themes/nwuk-brand-theme/img/btn-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width:20px;
    height:20px;
    margin:8px 0 0 8px;     
}

.fiec-secondary-nav a:hover {
    color:#E1FC04;
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .fiec-secondary-nav {
    display: block;
    right: 7em;  
    top: 44%;      
  }
}

@media only screen and (max-width: 450px) {
.fiec-secondary-nav {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 4em;
}    
.fiec-secondary-nav li {
    margin-left: 0em;
} 
.fiec-secondary-nav a {
    font-size:20px;
    max-width:100px;
    line-height: 16px;
    text-align: right;
}
.fiec-secondary-nav:after {
    height:10px;
    margin:6px 0 0 4px;
}
}

.fiec-primary-nav-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
}
.fiec-primary-nav-trigger .fiec-menu-text {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  /* hide the text on small devices */
  display: none;
}
.fiec-primary-nav-trigger .fiec-menu-icon {
  /* this span is the central line of the menu icon */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 22px;
  height: 3px;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /* these are the upper and lower lines in the menu icon */
}
.fiec-primary-nav-trigger .fiec-menu-icon::before, .fiec-primary-nav-trigger .fiec-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #ffffff;
  right: 0;
  -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
  -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s;
}
.fiec-primary-nav-trigger .fiec-menu-icon::before {
  top: -7px;
}
.fiec-primary-nav-trigger .fiec-menu-icon::after {
  top: 7px;
}
.fiec-primary-nav-trigger .fiec-menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0);
}
.fiec-primary-nav-trigger .fiec-menu-icon.is-clicked::before, .fiec-primary-nav-trigger .fiec-menu-icon.is-clicked::after {
  background-color: #E1FC04;
}
.fiec-primary-nav-trigger .fiec-menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.fiec-primary-nav-trigger .fiec-menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media only screen and (min-width: 768px) {
  .fiec-primary-nav-trigger {
    width: 60px;
    padding-left: 1em;
    background-color: transparent;
    height: 30px;
    line-height: 30px;
    right: 2.2em;
    top: 44%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .fiec-primary-nav-trigger .fiec-menu-text {
    display: inline-block;
  }
  .fiec-primary-nav-trigger .fiec-menu-icon {
    left: auto;
    right: 1em;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
}

.fiec-primary-nav {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url("/wp-content/themes/nwuk-brand-theme/img/001/nwuk-footer-bkgd.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 4;
  text-align: center;
  padding: 80px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.fiec-primary-nav li {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 800;
  font-style: italic;    
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: .2em 0;
  text-transform: capitalize;
}
.fiec-primary-nav a {
  display: inline-block;
  padding: .4em 1em;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s; 
  color:#ffffff!important;
  text-transform:uppercase;
}
.no-touch .fiec-primary-nav a:hover {
  background-color: #DFFA03;
  color:#07077F!important;
  opacity:1;
  text-decoration: none;    
}
.fiec-primary-nav .fiec-label {
  color: #cccccc;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 2.4em 0 .8em;     
}
.fiec-primary-nav .fiec-social {
  display: inline-block;
  margin: 0 .4em;
}
.fiec-primary-nav .fiec-social a {
  width: 44px;
  height: 44px;
  padding: 0;
  background-image: url("/wp-content/themes/nwuk-brand-theme/img/fiec-socials.svg");
  background-repeat: no-repeat;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.fiec-primary-nav .fiec-facebook a {
  background-position: 0 0;
}
.fiec-primary-nav .fiec-instagram a {
  background-position: -44px 0;
}
.fiec-primary-nav .fiec-dribbble a {
  background-position: -88px 0;
}
.fiec-primary-nav .fiec-twitter a {
  background-position: -132px 0;
}
.fiec-primary-nav.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 768px) {
  .fiec-primary-nav {
    padding: 140px 0;
  }
}
@media only screen and (min-width: 768px) {
  .fiec-primary-nav li {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 800;
    font-style: italic;     
  }
  .fiec-primary-nav .fiec-label {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* Split Nav */

.nav-text li {
    color:#ffffff;
    text-transform: uppercase;
    font-size:30px;
}

@media only screen and (max-width: 450px) {
.nav-text li {
    color:#ffffff;
    text-transform: uppercase;
    font-size:18px;
}    
}





.fiec-intro {
  position: relative;
  margin-top:50px;    
  height: auto;
  /*background: url("../img/temp-hero.jpg") no-repeat center center;*/
  background-size: cover;
  z-index: 1;
  overflow: hidden;    
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fiec-intro:after {
  content: "";
  display: table;
  clear: both;
  background-color:#ff0000;    
}

.fiec-intro2 {
  position: relative;
  margin-top:50px;    
  height: 400px;
  background: url("/wp-content/themes/nwuk-brand-theme/img/nwuk-merch.png") no-repeat center center;
  background-size: cover;
  z-index: 1;
  overflow: hidden;    
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fiec-intro2:after {
  content: "";
  display: table;
  clear: both;
  width:100%;
  height:100%;
  background: rgba(6, 66, 116, 0.7);    
}

.intro2-img1 {
  background: url("/wp-content/themes/nwuk-brand-theme/img/stoke-party-rm.png") no-repeat bottom center;    
}

.fiec-intro3 {
  position: relative;
  margin-top:50px;    
  height: 400px;
  background: url("/wp-content/themes/nwuk-brand-theme/img/nwuk-media.png") no-repeat center center;
  background-size: cover;
  z-index: 1;
  overflow: hidden;    
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fiec-intro3:after {
  content: "";
  display: table;
  clear: both;
  width:100%;
  height:100%;
  background: rgba(6, 66, 116, 0.7);    
}

.fiec-april-fool {
  position: relative;
  margin-top:50px;    
  height: 400px;
  background: url("/wp-content/themes/nwuk-brand-theme/img/April-Fool-Cat1.jpg") no-repeat center center;
  background-size: cover;
  z-index: 1;
  overflow: hidden;    
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.carousel-frame {
  position: relative;
  margin-top:50px;    
  height: 400px;
  z-index: 1;
  overflow: hidden;    
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 450px) {
.carousel-frame {    
  height: 250px;    
}
}

#hero-carousel .carousel-item {
  max-height:400px;    
}

.carousel-item img {
  height:100%!important;    
}
    
.carousel-frame h1,
.fiec-intro h1,
.fiec-intro2 h1,
.fiec-intro3 h1 {
  position: absolute;
  width: 80%;
  max-width: 1170px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: white;
  font-family: 'Kanit', sans-serif;    
  font-size: 30px;
  font-weight: 800;
  font-style:italic;
  text-align: center;
  text-transform: uppercase;
  z-index:1;    
}

@media only screen and (min-width: 768px) {
  .fiec-intro h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .fiec-intro {
    height: 90vh;
    margin-top:50px;  
    overflow: hidden;
  }
}

.fiec-main-content {
  position: relative;
  z-index: 1;     
  background-color:#ffffff; 
  padding-bottom: 100px;   
    -webkit-box-shadow: 0 1px 50px rgba(0, 0, 0, 0.8);
          box-shadow: 0 1px 50px rgba(0, 0, 0, 0.8);
}

.footer-container {
  position:relative;
  width: 100%;    
  height:700px;
  z-index:-1;    
}

.footer {
    width:100%;
    position:fixed;
    bottom:0;
    padding-top:160px;
    height:800px;
    color:#ffffff;
    background-color:#1a1a1a;
    z-index:-1;
}

.footer p {
    font-size: 12px;
    margin:10px;
}

.footer a {
    color:#ffffff;
}

.footer a:hover {
    color:#E1FC04;
}

.nopadding {
    padding:0!important;
}

.skewble {
    margin-top:0;
    padding:2px 2px 1px 0!important;
}

.skew-btn,
.skew-btn a {
  display: inline-block;
  color: #E1FC04;    
  text-transform: uppercase;
  font-family: 'Kanit', sans-serif;
  font-size:24px;
  line-height: 35px;    
  font-weight: 800;
  font-style:italic;    
}

.skew-btn:hover {
  color: #E1FC04!important;
  text-decoration: none!important;    
}

.skew-btn:after {
    content: "";
    position: absolute;
    background-image: url("/wp-content/themes/nwuk-brand-theme/img/btn-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width:20px;
    height:20px;
    margin:8px 0 0 8px;     
}

.cfs-hyperlink:hover {
    color:inherit;
    text-decoration: none;
}

.skew-btn-white,
.skew-btn-white a {
  display: inline-block;
  color: #ffffff!important;    
  text-transform: uppercase;
  font-family: 'Kanit', sans-serif;
  font-size:20px;    
  font-weight: 800;
  font-style:italic;    
}

.skew-btn-white:hover {
  color: #ffffff!important;
  text-decoration: none!important;    
}

.skew-btn-white:after {
    content: "";
    position: absolute;
    background-image: url("/wp-content/themes/nwuk-brand-theme/img/btn-arrow-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width:20px;
    height:16px;
    margin:8px 0 0 8px;     
}


.location-tab {
    position: absolute;
    z-index:3;
    top:54px;
    left:0;
    padding:10px 10px 0 10px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#064274+0,7db9e8+54,e5e5e5+100&1+0,0+97 */
background: -moz-linear-gradient(-45deg,  rgba(18,98,165,1) 0%, rgba(125,185,232,0.44) 54%, rgba(222,226,229,0) 97%, rgba(229,229,229,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(18,98,165,1) 0%,rgba(125,185,232,0.44) 54%,rgba(222,226,229,0) 97%,rgba(229,229,229,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(18,98,165,1) 0%,rgba(125,185,232,0.44) 54%,rgba(222,226,229,0) 97%,rgba(229,229,229,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#064274', endColorstr='#00e5e5e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
   
.hover:hover {
  opacity: .8;
  transition: opacity .50s ease-in-out;
  -moz-transition: opacity .50s ease-in-out;
  -webkit-transition: opacity .50s ease-in-out; 
  text-decoration:none;    
}

.party-list {
  color: #212529;    
  list-style:disc;
  font-family: 'Kanit', sans-serif; 
  padding-left:20px;    
}



.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/* MODAL THEME */

.modal-backdrop {
    background-color:#064274!important;
    opacity:.9!important;
}

.modal-content {
    background-color: #fff!important;
    border:0!important;
    padding:10px;
}

.modal-header {
    border-bottom: 0!important;
    font-size:16px;
    font-family: 'Kanit', sans-serif;
    font-weight: 100;
    font-style: italic;
    color: #575756;
    text-transform: uppercase;
}

.modal-footer {
    border-top: 0!important;
    justify-content:flex-start;
}

.close {
    color:#1a1a1a!important;
    text-shadow: 0!important;
    margin-bottom:10px;
    opacity:1!important;
    font-size:30px;
}

.redirect {
    padding:90px!important;
}
@media only screen and (max-width: 450px) {
.redirect {
    padding:40px!important;
}
}

#page_container {
  margin-top: 15px;
  margin-bottom: 15px;
}

#accordion_search_bar_container {
  position: relative;
}
#accordion_search_bar_container:after {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#accordion_search_bar_container #accordion_search_bar {
  display: block;
  margin: 10px auto;
  width: 100%;
  padding: 20px;
  border: 1px solid #cacaca;
  border-radius: 2px;
  outline: 0;
}

.panel-title a {
  display: block;
  color: #bf002b;
  padding:20px;
  border:1px solid #e6e6e6; 
  border-radius: 2px; 
  background-color:#f5f5f5;     
}

.panel-title a:hover {
  color: #DFFA03;    
  background-color:#fff; 
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;    
}

.wpcf7-textarea,
.wpcf7-submit,
.wpcf7-number,
.wpcf7-date,
.wpcf7-text {
  width: 100%;
  padding: 10px;
  border: 1px solid #cacaca;
  border-radius: 4px;   
}

.wpcf7 p {
    font-size:14px;
    font-family: 'Kanit', sans-serif;
    font-weight: 800;
    font-style: italic;   
    color: #064274;
    text-transform: uppercase;   
    text-align:left;
}

#wpadminbar {
    top:auto;
    bottom:0;
}

.splash-logo {
    position: relative;
    width:180px;
    margin:-40px auto 0 auto;
    z-index:3;
}

@media only screen and (max-width: 450px) {
.splash-logo {
    width:180px;
    margin:-40px auto 0 auto;
    z-index:3;
}
}

/*HERO VIDEO*/

.hero-video {
  position: relative;
  background-color: #ffffff;
  height: 90vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.hero-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.hero-video .container {
  position: relative;
  z-index: 1;
}

.hero-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
background: 000000;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 1) 85%);
  z-index: 1;
}

@media (pointer: coarse) and (hover: none),
@media only screen and (max-width: 450px) {
  .hero-video {
    background: url('/wp-content/themes/nwuk-brand-theme/vid/nwuk-brand-hero.mp4') black no-repeat center center;
    backgound-size:auto 50%;  
  }
  .hero-video video {
    display: ;
  }
}

/* COVID-19 ALERT */
.fiec-main-alert {
  position: relative;
  z-index: 1;     
  background-color:#ffe114;
  color:#1a1a1a; 
  padding:20px 20px 20px 120px;  
  background-image: url("/wp-content/themes/nwuk-brand-theme/img/green-chevs.png"); 
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;     
}

@media only screen and (max-width: 450px) {
.fiec-main-alert {
  position: relative;
  z-index: 1;     
  background-color:#ffe114;
  color:#1a1a1a; 
  padding:10px 10px 10px 90px;  
  background-image: url("/wp-content/themes/nwuk-brand-theme/img/green-chevs.png");
  background-repeat: no-repeat;
  background-position: -80px;
  background-size: contain;     
}    
}

.fiec-main-alert p {
    margin:0;
}

.long {
display:block;    
}

.short {
display:none;    
}

@media only screen and (max-width: 480px) {
.long {
display:none;    
}

.short {
display:block;    
} 
}

.rounds {
  border-radius: .375rem;
}

/* Snowy */
.snow {
  overflow-x: hidden;
  min-height: 100vh;
  /* If you want to change the site height you can remove overflow-y */
  /* pureSnow will automatically detect height of body tag */
  overflow-x: hidden;
  color: white;
}
.snowflake {
  position: absolute;
  width: 10px;
  height: 10px;
  background: linear-gradient(white, white);
  /* Workaround for Chromium's selective color inversion */
  border-radius: 50%;
  filter: drop-shadow(0 0 10px white);
  z-index:999999;
}

.tilted {
  transform: skewY(5deg);
  margin-top:-80px;
}

.untilted {
  transform: skewY(-5deg);
}

.primary-content-bkgd {
  background-image:url("/wp-content/themes/nwuk-brand-theme/img/001/nwuk-primary-content-bkgd.jpg");  
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  color:#ffffff;
}

.footer-content-bkgd {
  background-image:url("/wp-content/themes/nwuk-brand-theme/img/001/nwuk-footer-bkgd.png");  
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  color:#ffffff;
}




