/*
Theme Name:			Nevada Indian Commission | 2020
Author:				D4
Author URI:			http://www.d4webdesign.com/
Theme URI:			https://github.com/d4advancedmedia/D4skivvy
GitHub Theme URI:	https://github.com/d4advancedmedia/D4skivvy
GitHub Branch:    	master
Version:			07JUL24
License:			The GNU General Public License (GPL-2.0)
*/
/* ---- CONTENT ---- */
* {background:none no-repeat scroll center center transparent;}
html {background-color:#fff;color:#000;font:15px/1.75em 'Lato', sans-serif; margin-top:0 !important;}
body {overflow-x: hidden; color: #464646;}
h1, h2 {font-family: garage-gothic, sans-serif; font-weight: 400; text-transform: uppercase;}
h2 {
    font-size:40px; 
    font-weight: 500; 
    color: #0D6686;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}
h2::after{
    position: absolute;
    content: '';
    background: url(img/underline-brown.svg) no-repeat;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 10px;
    width: 71px;
    background-size: contain;
}
h2.underline {position: relative; margin-bottom: 20px;}
h2.underline::after{
    position: absolute;
    content: '';
    background: url(img/underline.svg) no-repeat;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 10px;
    width: 71px;
    background-size: contain;
}
h3, h4, h5, h6 {font-family: garage-gothic, sans-serif;   }
h4 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 3px;
    color: #20728f;
}
.subpage h3 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 5px;
    color: #0d6686;
    line-height: 1.2;
}
p::empty {display: none; margin: 0;}
ul, ol {padding: 0 0 0 40px;}
blockquote { border-left:1px solid #696969; padding-left:10px;margin: 1em 40px; }
button,input,select,textarea {padding:5px;margin:5px 0; outline: none;}
a, a:link, a:visited {color: #ab380b;/*color: #464646;*/font-weight: 600;}
#content a i {margin-right: 8px;}
#content a:hover, #content a:focus, #content a:active {text-decoration: underline;}
#content a.button:hover, #content a.button:focus, #content a.button:active {text-decoration: none;}
button, a.button, .button, html input[type="button"], input[type="reset"], input[type="submit"] {
    display:inline-block;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 27px;
    font-family: 'garage-gothic', sans-serif;
    letter-spacing: 0.5px;
    color: #0D6686;
    border: 2px solid #0D6686;
    font-weight: 400;
    padding: 5px 35px;
    cursor: pointer;
    line-height: 1;
    position: relative;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    overflow: hidden;
}
button::before, a.button::before, .button::before, html input[type="button"]::before, input[type="reset"]::before, input[type="submit"]::before {
    position: absolute;
    content: '';
    width: 100%;
    background: #0D6686;
    height: 100%;
    top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
    transition: top ease-in-out 0.25s;
    -webkit-transition: top ease-in-out 0.25s;
    -moz-transition: top ease-in-out 0.25s;
    z-index: -1;
}
button:hover::before, a.button:hover::before, .button:hover::before, html input[type="button"]:hover::before, input[type="reset"]:hover::before, input[type="submit"]:hover::before {
    top: 0;
}
button:hover, a.button:hover, .button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    color: #fff;
}
a.overlay {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 999;
}
.white {
    border-color: #fff !important;
    color: #fff !important;
    position: relative;
}
button.white::before, a.white::before {background-color: #fff !important;}
button.white:hover, a.white:hover {color: #ab380b !important;}

.button:empty {opacity:0.5;cursor:default;  }
.page-wrapper {width:calc(100% - 20px);min-width:320px;max-width:1280px;margin:0 auto;padding:20px;position:relative;}
#content {
    min-height: 90vh;
    margin-top: 100px; 
    position: relative; 
    margin-bottom: 360px;
    background: #fff;
    z-index: 10;
    box-shadow: 0 0 7px #777777;
    padding-bottom: 50px;
}
.single-d4events #content {margin-top: 0;}
.page-title {}
.page-content {}
.post-content {margin-top:10px;padding-top:10px;border-top:1px solid #bbb;}
.post-content.first {margin:0;padding:0;border:0;}
.post-title {}
.post-snippet {}
.post-navigation {}
.page-meta, .post-meta {font-size:0.75em;color:#555;}
.post-next, .post-prev {height: 38px;width: 75px;position:relative;}
.post-next a, .post-prev a {display:block;top:0;bottom:0;right:0;left:0;}
.skivdiv-content {padding:10px;}
.fullwidth > .skivdiv-content {padding:0;}
.subpage #content .page-wrapper {max-width:980px;}
.page-template-template_fullwidth #content > .page-wrapper {max-width: none;width: 100%;padding:0;}
.page-template-template_fullwidth #content .page-title {max-width:880px;margin:0 auto;}
.page-template-template_fullwidth #content .fullwidth > .skivdiv-content {padding: 0 10%;}

.one_full .one_half {padding: 0 20px; position: relative;}
.one_full .one_third {position: relative; padding: 5px;}

/* ------ LOAD SCREEN ------------*/
.home::after {
    transition: opacity ease-in-out 0.25s;
    -moz-transition: opacity ease-in-out 0.25s;
    -webkit-transition: opacity ease-in-out 0.25s;
}
.load-screen .home::after {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: url(img/logo.png);
    background-repeat: no-repeat;
    background-size: 350px;
    background-position: center;
    font-weight: 900;
    font-size: 15px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.97);
    z-index: 10000;
    overflow: hidden;
    text-align: center;
    padding: 38vh 0;
    opacity: 1;
}
.load-screen .subpage .lds-ripple {
  display: block;
  top: 0;
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100vh;
  background-color: rgba(255,255,255,0.95);
}
.load-screen .subpage .lds-ripple div {
  position: absolute;
  border: 4px solid #464646;
  opacity: 1;
  border-radius: 50%;
      left: 0;
    right: 0;
    margin: 50vh auto;
  animation: lds-ripple 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.load-screen .subpage .lds-ripple div:nth-child(2) {
  animation-delay: -0.75s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

/* ------------------- HEADER ------------------ */
#header { 
    background: #fff;
    z-index: 9999;
    position: fixed;
    width: 100%;
    top: 0;
    padding-bottom: 5px;
    height: auto;
}
#header::before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 9999;
    box-shadow: 0px 0px 6px #bdbdbd;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; 
}
#header .page-wrapper {
    max-width: 100%;
    width: 98%;
    padding: 9px 0 5px 0;
    display: block;
    height: 100px;
}
.banner {
    position: relative;
    display: flex;
    padding: 20px 40px;
    align-items: center;
    background: #0D6686;
    z-index: 11111;   
    gap: 24px;
    color: #fff;
    align-items: center;

    @media all and (max-width: 1024px) {
        flex-direction: column;
        align-items: flex-start;
    }
}

.banner .banner-read-more {
    display: flex;
    margin-left: auto;

    @media all and (max-width: 1200px) {
        margin-left: inherit;
    }
}

.banner .banner-read-more a {
    display: block;
    font-size: 27px;
    color: #fff;
    font-family: 'garage-gothic', sans-serif;
    font-weight: 400;
    border: 2px solid #fff;
    text-align: center;
    padding: 6px 20px;
    letter-spacing: 0.64px;
}

.banner .banner-title {
    margin: 0;
    color: #FFF;
    font-family: 'garage-gothic', sans-serif;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.64px;

    @media all and (max-width: 1200px) {
        font-size: 28px;
    }
}

#logo {
    width: 250px;
    z-index: 9999;
    position: absolute;
    left: 0;
    right: 0;
}

.logo-text {
    color: #AB380B;
    margin-bottom: 20px;   
    margin-top: 0;

    @media all and (max-width: 768px) {
        margin-bottom: 0;
        margin-top: 10px;
        font-size: 28px;
    }
}

.logo-text:after {
    content: none;
}

#masthead-toggle {position: relative;}
#masthead-toggle::before {
    position: absolute;
    content: '';
    border-left: 1px solid #ececec;
    top: -19px;
    height: 100px;
    left: -10px;
    background: transparent; 
}
.hamburger {
    position: relative;
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 10px 0 0 0;
    padding: 15px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    outline: none;
    z-index: 9999;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
    margin-top: 8px;
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}
span.hamburger-text {
    text-transform: uppercase;
    font-weight: bold;
    top: 5px !important;
    position: absolute;
    top: 0;
    margin-right: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #909090;
}
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    right: 3px;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: .13s;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #909090;
}
.hamburger--collapse .hamburger-inner:before {
    transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
}
.hamburger-inner:before {
    top: -9px;
    width: 30px;
    right: 0px;
}
.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: "";
}
.hamburger--collapse .hamburger-inner:after {
    top: -19px;
    transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear;
}
.hamburger-inner:after {
    bottom: -10px;
}
.hamburger--collapse.is-active .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
    opacity: 0;
}
.hamburger--collapse.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
    transform: rotate(-90deg);
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #d4d4d4;
    width: 30px;
}
.hamburger--collapse.is-active .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: translate3d(0,-10px,0) rotate(-45deg);
}

#header nav {
    position: relative;
    width: 110%;
    height: 600px;
    background: rgba(255,255,255,1);
    left: -5%;
    top: 0;
    margin-top: 90px;
    bottom: 0;
    opacity: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    box-shadow: 0px 4px 5px #a5a5a552;
    z-index: 11111111;
}
#header nav::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('img/pattern-light.png') no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0; 
}
#header nav.is-active {
    opacity: 1;
}
#main-menu {
    width: 60%;
    padding: 0;
    display: flex;
    position: relative;
    justify-content: space-between;
    font-family: 'Lato', sans-serif;
    overflow: hidden;
    min-height: 400px;
    float: left;
    left: 10%;
}
#main-menu li {
    display: inline-flex; 
    position: relative;
    width: 100%;
    line-height: 1.4;
    padding: 0 11px;
}
#main-menu li a {font-weight: 400; position: relative; white-space: pre-line;}

#main-menu li a.open-tab {padding-left: 15px !important;}
#main-menu li a.open-tab::before {
    position: absolute;
    content: '';
    background: url('img/external.svg') no-repeat;
    width: 10px;
    height: 10px;
    left: 0;
    top: 11px;
    background-size: contain;
    background-position: center;
}

#main-menu li.menu-item-has-children a, #menu-item-2976 a, #menu-item-3018 a {
    font-size: 1.3em;
    position: relative;
    padding: 0;
    font-family: 'garage-gothic', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    color: #ab380b;
}
#main-menu li .sub-menu {
    display: block;
    position: absolute;
    visibility: visible;
    z-index: 1;
    opacity: 1;
}
#main-menu li .sub-menu a {padding:3px 5px;color:#565656;}
#main-menu li a:hover {}
#main-menu li.current_page_item > a {}
#main-menu .sub-menu {
    position: absolute;
    padding: 0;
    left: 0;
    top: 3em;
}
#main-menu .sub-menu li {}
#main-menu .sub-menu li a {
    text-align: left; 
    padding: 5px 0; 
    font-size: 1em;
    font-family: 'Lato', sans-serif;
    text-transform: initial;
}

#main-menu .sub-menu li a::after {
    position: absolute;
    content: '';
    width: 0;
    bottom: 2px;
    border-bottom: 1px solid #cecece;
    left: 0;
    transition: all ease-in-out 0.25s;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
}
#main-menu .sub-menu li a:hover::after {
    width: 100%;
}
li#menu-item-2974, #menu-item-2976 {
    margin-top: 25px;
}
#menu-item-2974 a::after {display: none;}
#menu-item-2974 .sub-menu a::after {display: block;}
#menu-item-3018,#menu-item-3037 {margin-top: 10px;}
#main-menu #menu-item-2975 li#menu-item-3037 a, #main-menu #menu-item-2973 li#menu-item-2974 a, #main-menu #menu-item-2975 .sub-menu #menu-item-2976 a, #main-menu #menu-item-2975 .sub-menu #menu-item-3018 a {
    text-transform: uppercase;
    position: relative;
    padding: 0;
    font-family: 'garage-gothic', sans-serif;
    font-size: 30px;
    color: #ab380b;
}
#main-menu #menu-item-2973 li#menu-item-2974 .sub-menu li a {
    text-transform: capitalize;
    text-align: left; 
    padding: 5px 0; 
    font-size: 1em;
    font-family: 'Lato', sans-serif;
    text-transform: initial;
    color: #565656;
}
#mobile-nav li {list-style-type: none;}
#mobile-nav li a {
    text-transform: uppercase;
    font-family: 'garage-gothic', sans-serif;
    line-height: 1.5;
    color:#565656;
}
#mobile-nav li.menu-item-has-children a {
    font-size: 35px; 
    position: relative;
}
#mobile-nav li.menu-item-has-children a::before,
#mobile-nav li.menu-item-has-children a::after{
    content: "";
    position: absolute;
    background-color: #e6e6e6;
    transition: transform 0.25s ease-out;
}
/* Vertical line */
#mobile-nav li.menu-item-has-children a::before {
    top: 12px;
    right: -32px;
    width: 3px;
    height: 15px;
    margin-left: -1px;
}
/* horizontal line */
#mobile-nav li.menu-item-has-children a::after {
    top: 52%;
    right: -38px;
    width: 15px;
    height: 3px;
    margin-top: -2px;
}
    
#mobile-nav li.menu-item-has-children.is-open a::after{
    cursor: pointer;
    transform: rotate(180deg); 
}
#mobile-nav li.menu-item-has-children.is-open a::before {
    transform: rotate(90deg); 
}
#mobile-nav li.menu-item-has-children .sub-menu a::before, #mobile-nav li.menu-item-has-children .sub-menu a::after {
    display: none;
}
#mobile-nav li.menu-item-has-children {
    border-bottom: 1px solid #e6e6e6;
    padding: 5px;
}
#mobile-nav .sub-menu {
    padding: 0;
}
#mobile-nav .sub-menu li a {
    font-family: 'Oxygen', sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 2.2;
}
div#search {
    margin: 10px 0 0 0;
    padding: 15px;
    font-family: garage-gothic, sans-serif;   
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    visibility: hidden;
    z-index: 9999;
}
#search::before {
    position: absolute;
    content: '';
    background: url(img/search.png) no-repeat;
    width: 22px;
    height: 22px;
    padding: 30px;
    background-size: 25px;
    visibility: visible;
    top: -10px;
    left: -12px;
    background-position: center;
}
#search::after {
    position: absolute;
    content: '';
    border-left: 1px solid #ececec;
    top: -19px;
    height: 100px;
    left: -20px;
    visibility: visible;
}
i.fas.fa-search {
    margin-left: 5px;
    color: #dda946;
}

#header #contact {
    position: absolute;
    color: #000;
    width: 120px;
    z-index: 10000;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #bdbdbd;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    top: 25px;
}
#contact::after {
    position: absolute;
    content: '';
    border-left: 1px solid #ececec;
    top: -25px;
    height: 100px;
    right: -20px;
    visibility: visible;
}
#header #contact a {color: #909090;}
#header form.search-form.slide-right {
    border-right: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
    position: relative;
    overflow: hidden;
    width: 0;
}
#header form.search-form.slide-left{
    width: 265px;
    position: absolute;
    border: 1px solid #e6e6e6;
    z-index: 9999;
    top: 100px;
    right: 88px;
    background: #fff;
}

input.search-field {
    border: none;
    margin-top: 10px;
    outline:none;
    padding-left: 15px;
}
input.search-field::placeholder {
    font-style: italic;
    color: #464646;
    font-family: 'Open Sans', sans-serif;
}
#header input.search-submit {
    outline: none;
    border: unset;
    padding: 0 20px 0 0;
    color: transparent;
    position: absolute;
    margin-top: 0;
    z-index: 99999;
}
#header .search-form i.fas.fa-search {
    position: absolute;
    right: 22px;
    bottom: 13px;
    color: #e6e6e6;
    font-size: 18px;
}
.message {
    float: right;
    width: 27%;
    right: 5%;
    position: relative;
    padding: 10px;
    text-align: justify;
    line-height: 1.4;
}
.message a.button {
    display: block;
    margin: 20px auto 0;
    width: 170px;
    position: relative;
    z-index: 0;
}
.message p {padding-top: 20px;}
div#social-media {
    position: absolute;
    top: 10px;
    background: #fdfdfd;
    right: 3.5%;
    z-index: 10039;
    display: block;
    overflow: visible;
    box-shadow: 1px 1px 2px #0000001a;
    display: flex;
}
#social-media a.social {
    font-size: 25px;
    padding: 6px 11px;
    display: inline-block;
}

div#social-media a.social svg {
    height: 25px;
    width: auto;
}
li#menu-item-2945, li#menu-item-2946 {
    border: none;
    display: inline-block;
    width: 50px;
    margin: 0 auto;
    font-size: 40px;
}
li#menu-item-2945 a, li#menu-item-2946 a {border-bottom: none !important;}
li#menu-item-2945 a i, li#menu-item-2946 a i {
    font-size: 32px !important;
}
li#menu-item-2946 {
    margin-right: 15px;
}
/* ------------------- HOMEPAGE ------------------- */
.cycle-slideshow {z-index: 0; height: 500px; box-shadow: 0 0 3px #848484;}
.cycle-slide::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    z-index: 100;
    background: rgb(75,75,75);
background: -moz-linear-gradient(180deg, rgba(75,75,75,0) 0%, rgba(29,29,29,0.85) 100%);
background: -webkit-linear-gradient(180deg, rgba(75,75,75,0) 0%, rgba(29,29,29,0.85) 100%);
background: linear-gradient(180deg, rgba(75,75,75,0) 0%, rgba(29,29,29,0.85) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4b4b4b",endColorstr="#1d1d1d",GradientType=1);
}
.cycle-slide {width: 100%; top:0; bottom: 0; left: 0; right: 0; background-position: center; background-size: cover;}
.cycle-slide .page-wrapper {max-width: 90%;}
.cycle-slide h1 {
    font-size: 50px;
    text-transform: capitalize;
    color: #fff;
    text-shadow: 5px 2px 5px black;
    margin-bottom: 5px;
}
.cycle-slide h2 {
    font-size: 24px;
    text-transform: initial;
    color: #fff;
    font-family: 'Lato', sans-serif;
    text-shadow: 5px 2px 5px black;
    margin-bottom: 5px;
    text-align: left;
}
.cycle-slide p {text-shadow: 5px 2px 5px black; color: #fff;}
.cycle-slide h2::after {display: none;}
.cycle-slide .slide-content {
    width: 530px;
    float: right;
    top: 300px;
    position: relative;
    z-index: 1000;
    display: block;
}
.cycle-slide-active {}
.cycle-pagerelement {cursor:pointer;}
.cycle-next {}
.cycle-pause {}
.cycle-prev {}
#per-slide-template {
    font-size: 25px;
    position: absolute;
    bottom: 10px;
    z-index: 9999;
    margin: 0 auto;
    display: flex;
    left: 0;
    width: 100px;
    right: 0;
    justify-content: space-around;
}
#per-slide-template span { cursor:pointer; color:rgba(255,255,255,0.75); }
#per-slide-template span.cycle-pager-active { color:#fff; }


/* ----- BUCKETS ------*/
div#buckets {
    height: 150px;
    display: block;
    overflow: hidden;
}
#buckets .one_sixth {
    padding-top: 20px;
    border-right: 1px solid #e6e6e6;
    height: 150px;
    background: #fff;
    position: relative;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    z-index: 0;
}
#buckets .one_sixth:hover {
    background: #0D6686;
    color: #fff;
    cursor: pointer;
    border-color: #0D6686;
}
#buckets .one_sixth:hover::before{
    position: absolute;
    content: '';
    background: url('img/bg-bucket.png') no-repeat;
    background-size: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;  
    z-index: -1;
    background-position: center;
}
#buckets h3 {
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 25px;
    letter-spacing: 0.5px;
    color: #464646;
    padding-top: 50px;
    font-weight: 400;
    position: relative;
     transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
}
#buckets .one_sixth:hover h3 {color: #fff;}
#buckets h3::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 40px;
    background-size: contain !important;
    background-position: center !important;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
}
#buckets #about h3::before {background: url('img/icon-info.svg') no-repeat;}
#buckets #liaisons h3::before {background: url('img/icon-hands.svg') no-repeat;}
#buckets #committee h3::before {background: url('img/icon-group.svg') no-repeat;}
#buckets #directory h3::before {background: url('img/icon-tribal.svg') no-repeat; width: 70px;}
#buckets #school h3::before {background: url('img/icon-brave.svg') no-repeat;}
#buckets #resources h3::before {background: url('img/icon-zoom.svg') no-repeat;}

#buckets #about:hover h3::before {background: url('img/icon-info-white.svg') no-repeat;}
#buckets #liaisons:hover h3::before {background: url('img/icon-hands-white.svg') no-repeat;}
#buckets #committee:hover h3::before {background: url('img/icon-group-white.svg') no-repeat;}
#buckets #directory:hover h3::before {background: url('img/icon-tribal-wt.svg') no-repeat;}
#buckets #school:hover h3::before {background: url('img/icon-brave-white.svg') no-repeat;}
#buckets #resources:hover h3::before {background: url('img/icon-zoom-white.svg') no-repeat;}
/*--------- MISSION --------*/

#mission {
    background: #C47454;
    position: relative;
    text-align: center;
    color: #fff;
    z-index: 0;
    padding: 30px 0;
}
#mission::before {
    position: absolute;
    content: '';
    background: url('img/bg-mission.png') no-repeat;
    background-size: cover;
    background-position: center; 
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
#mission p {
    font-size: 17px;
    width: 90%;
    line-height: 1.4;
    margin: 30px auto 0;
    position: relative;
    display: block;
}
#mission p::before {
    position: absolute;
    content: '';
    left: -20px;
    top: -20px;
    background: url(img/left-quotes.svg) no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    opacity: 0.3;
}
#mission p::after {
    position: absolute;
    content: '';
    right: -10px;
    bottom: -10px;
    background: url(img/right-quotes.svg) no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    opacity: 0.3;
}
#mission h3 {
    margin-top: 30px;
    font-size: 25px;
    font-weight: 400;
    text-align: right;
    padding-right: 5%;
    letter-spacing: 1px;
}

/*-------- LATEST NEWS & UPCOMING EVENTS ------*/
div#news {
    padding: 50px 0;
}
#news #latest {position: relative; padding: 0 4%;}
/*#news #latest::after {
    border-right: 1px solid #e6e6e6;
    position: absolute;
    content: '';
    height: 500px;
    right: 0;
    top: 100px;
}*/
/*
#news #latest .getpost-post .getpost-wrapper:nth-of-type(1) .post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
#news #latest .getpost-post .getpost-wrapper:nth-of-type(1) .post-thumb {
    margin-top: 60px;
    display: block;
    float: none;
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
}
#news #latest .getpost-post .getpost-wrapper:nth-of-type(1) .getpost-textwrap,
#news #latest .getpost-post .getpost-wrapper:nth-of-type(1) .getpost-title {
    width: 100%;
    float: none;
}
*/
#news #latest .getpost-post .getpost-wrapper {margin-bottom: 15px; padding: 0 20px 20px; border-bottom: 1px solid #e6e6e6;}
#news #latest .getpost-post .getpost-wrapper:nth-of-type(3) {border-bottom: 0;}
#news #latest .getpost-post .getpost-wrapper .getpost-textwrap,
#news #latest .getpost-post .getpost-wrapper .getpost-title {
    width: 73%; 
    float: right;
}
#news #latest .getpost-post .getpost-wrapper .getpost-title {
    font-size: 28px;
    color: #464646;
    text-transform: capitalize;
    margin: 10px 0 0;
}
#news #latest .getpost-post .getpost-wrapper .post-thumb {
    width: 22%;
    height: 150px;
    margin-right: 2%;
    float: left;
}
#news #latest .getpost-post .getpost-wrapper .post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
h3.getpost-title {
    font-size: 28px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 5px;
}
.getpost-wrapper .getpost-textwrap {line-height: 1.4;}
a.get-all.button, #events a.button {
    display: block;
    margin: 0 auto;
    width: 150px;
    font-size: 27px;
    padding: 5px 8px;
    border-width: 2px;
    clear: both;
}
#events {padding: 0 2%;}
#events a.button {margin-top: 20px;}
.events-style_calendar h2 {color: #464646;}
.events-style_calendar h2::after {display: none;}
h5.cal-event-title span {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #464646;
    font-weight: 400;
}
h5.cal-event-title a:hover {text-decoration-style: dotted !important; color: #464646 !important;}
.home .cal-change-button {
    display: none;
}

/*------------------------------ SUBPAGES -----------------------*/
.subpage .masthead, .single-d4events .page-title {
    position: relative;  
    z-index: 0;  
    background: #ececec;
    background-size: cover;
    margin-bottom: 30px;
    z-index: 0;
}
.single-d4events .page-title {
    margin: 100px 0 0 0;
    z-index: 999 !important;
    font-size: 4em !important; 
}
.subpage .masthead::before, .single-d4events .page-title::before {
    position: absolute;
    content: '';
    background: url('img/pattern-light.png') no-repeat;
    background-position: center;
    background-size: 120%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; 
    z-index: -1;
}
.subpage .masthead .overlay {z-index: 0 !important; visibility: hidden;}
.subpage .page-title {
    text-align: center;
    font-size: 5em;
    padding: 100px 0 50px;
    width: 100%;
    max-width: 100% !important;
    color: #464646;
    position: relative;
    z-index: 2;
/*    text-shadow: 2px 2px 10px #373737;*/
    /*background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 60%, rgb(16, 16, 16) 110%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 60%, rgb(16, 16, 16) 110%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 60%, rgb(16, 16, 16) 110%);*/
}
.subpage .page-title::after {display: none;}

.single-post .bpdf_wrapper iframe {
	margin: 0px auto !important;
	display: block;
}


.single-post .bpdf_wrapper a {
	display: none;
}

.row {
    width: 100%;
    position: relative;
    clear: both;
    float: none;
    display: block;
}
.row .page-wrapper {border-bottom: 1px solid #e6e6e6;}
.row .post-thumb {
    position: relative;
    display: block;
    float: left;
    margin-right: 20px;
}
.row .staff-bio h2 {
    text-align: left;
    margin-bottom: 10px;
}
.row .staff-bio h2::after {display: none;}
.staff-bio h3 {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    color: #20728f;
}
.section-contact-us #content #address {
    text-align: center;
}
.section-contact-us #content .one_half input, 
.section-contact-us #content .one_half textarea {border: 1px solid #dedede;outline: none; margin-top: 0; margin-bottom: 0;}

.section-contact-us #content input#gform_submit_button_2 {
    margin: 0 auto;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 22px;
    font-family: 'garage-gothic', sans-serif;
    letter-spacing: 0.5px;
    color: #0D6686;
    border: 2px solid #0D6686;
    font-weight: 400;
    padding: 5px 35px;
    cursor: pointer;
    line-height: 1;
}
#content .gform_footer.top_label {
    margin: 0;
    padding: 0;
}

/*---- ACCORDIONS ----*/
.accordion-container {
    width: 80%;
    margin: 0 auto;
    display: block;
    padding: 0 20px;
    position: relative;
}
h3.accordion-title {
    width: 100%;
    text-transform: capitalize;
    padding: 10px 10px 10px 40px;
    color: #0d6686;
    font-size: 31px;
    font-family: 'garage-gothic', sans-serif;
    cursor: pointer;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 400;
}
h3.accordion-title span {
    position: relative;
}
h3.accordion-title span::before,
h3.accordion-title span::after{
    content: "";
    position: absolute;
    background-color: #0d6686;
    transition: transform 0.25s ease-out;
}
/* Vertical line */
h3.accordion-title span::before {
    top: 10px;
    left: -32px;
    width: 3px;
    height: 15px;
    margin-left: -1px;
}
/* horizontal line */
h3.accordion-title span::after {
    top: 18px;
    left: -39px;
    width: 15px;
    height: 3px;
    margin-top: -2px;
}
.accordion-open h3.accordion-title span::after{
    cursor: pointer;
    transform: rotate(180deg); 
}
.accordion-open h3.accordion-title span::before {
    transform: rotate(90deg); 
}
.accordion-content {
    padding: 10px 40px;
    text-align: left;
}

/* INDIAN EDUCATION ADVISORY COMMITTEE */
a.d4events-loadmore {
    display: none;
}
#d4events_custom-table th {
    text-align: center;
    border: 1px solid #ccc;
    font-weight: bold;
    color: #0d6686;
}
#d4events_custom-table {
    width: 100%;
    min-width: 500px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
#d4events_custom-table tr:nth-of-type(2n) {
    background: #f9f9f9d1;
}
#d4events_custom-table .d4events_table-meeting-title {
    width: 28%;
}
#d4events_custom-table td {
    width: 18%;
    border: 1px solid #ccc;
}
th, td {
    padding: 8px;
    line-height: 1.4;
    font-size: 14px;
}
td a.events_files {
    margin: 10px 0;
    line-height: 1.2;
    font-size: 13px; 
    position: relative; 
    padding-left: 20px;
}
td a.events_files::before {
    position: absolute;
    content: '';
    background: url('img/file.svg') no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    left: 0;
}
/* ----------------------- RESOURCES --------------------*/
/*#resources-content .one_third {
    position: relative;
    display: block;
    overflow: hidden;
}*/
#resources-content .one_third br {display: none;}
/*#resources-content .one_third img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}
#resources-content .one_third h3 {text-align: center;}
*/
#resources-content h2 {margin-top: 30px;}
#resources-content .getpost-wrapper {position: relative; border-bottom: unset; padding: 15px; cursor: pointer;}
#resources-content .getpost-wrapper a.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    display: block;
}
#resources-content .getpost-wrapper:nth-child(3n+1) {clear: left;}
#resources-content .getpost-wrapper .post-thumb {
    position: relative;
    width: 100%;
    clear: both;
    height: 200px;
}
#resources-content .getpost-wrapper .post-thumb img { width: 100%; height: 100%; object-fit: contain; }
#resources-content .getpost-wrapper h2.getpost-title {
    text-align: center;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    width: 100%;
    margin-top: 5px;
    font-weight: 600;
    line-height: 1.3;
}
#resources-content .getpost-wrapper .getpost-textwrap {width: 100%;}
.single-resources #content .page-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.single-resources #content .post-meta {display: none;}
.single-resources #content p {width: 65%; margin: 0 auto; display: block; text-align: center;}
.single-resources #content ul.post-navigation {display: none;}
/*----------------------- PARENT PAGE WITH LIST OF CHILD PAGES -----------------*/
#page-cats .one_third, #page-cats .one_fourth {
    min-height: 370px;
    padding: 30px 15px;
    position: relative;
}
#page-cats div a.overlay {
    color: transparent;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    top:0;
    bottom: 0;
}
#page-cats .one_third .skivdiv-content {
    padding: 30px 20px 20px;
    box-shadow: 1px 1px 3px #cacaca;
    min-height: 300px;
    transition: transform ease-in-out 0.25s;
    -webkit-transition: transform ease-in-out 0.25s;
    -moz-transition: transform ease-in-out 0.25s;
}
#page-cats .one_fourth .skivdiv-content {
    padding: 30px 20px 20px;
    box-shadow: 1px 1px 3px #cacaca;
    min-height: 290px;
    transition: transform ease-in-out 0.25s;
    -webkit-transition: transform ease-in-out 0.25s;
    -moz-transition: transform ease-in-out 0.25s;
}
#page-cats .one_third:hover .skivdiv-content, #page-cats .one_fourth:hover .skivdiv-content  {
    transform: scale(1.02);
}
div#page-cats .one_third i.fa-file-pdf, div#page-cats .one_fourth i.fa-file-pdf {
    font-size: 60px;
    text-align: center;
    margin: 20px auto;
    width: 100%;
    color: #c1c1c1;
}
div#page-cats .one_third i.fa-external-link-alt, div#page-cats .one_fourth i.fa-external-link-alt {
    font-size: 10px;
    color: #c1c1c1;
}
div#page-cats div h3 {text-align: center;}
div#page-cats div br {display: none;}
div#page-cats div img {
    height: 100px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}
div#page-cats div.one_fourth img {
    height: 150px;
    width: 100%;
    object-fit: contain;
     margin-bottom: 10px; 
}
p#intro {
    margin-top: 50px;
}
#page-2674 #content a.button {
    margin: 20px auto;
    width: 250px;
    display: block;
}
#page-2676 #page-cats .one_third img {
    height: 180px;
    object-fit: contain;
}
/*-------------------------------- UPCOMING EVENTS ----------------------*/
.section-upcoming-events #content .events_list-single {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #cdcdcd;
    border-left: unset;
    border-right: unset;
    border-top: unset;
    border-radius: 0;
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0;
}
.section-upcoming-events #content .events-style_list h5 {background: transparent;}
.section-upcoming-events #content .events-style_list h5 a:hover {text-decoration:none;}
.section-upcoming-events #content .events-style_list h5 a span {
    background: #fff none repeat scroll 0 0;
    color: #0d6686 !important;
    font-size: 21px;
    margin-bottom: 0;
    font-size:30px;
    padding-bottom: 15px;
    font-family: 'garage-gothic', sans-serif;
    display: block;
}
.section-upcoming-events #content span.events_list-datetime {
    padding: 0;
}
.section-upcoming-events #content a.events_list-readmore {
    float: left;
    background: transparent;
    border-radius: 0;
    margin: 0;
    color: #ab380b;
    text-align: left;
}
/*---------------------------------- BLOG -----------------------------*/
.blog #content .page-wrapper {
    max-width: 100%;
    padding: 0;
    margin: 0;
    width: 100%;
}
.blog #content .page-wrapper article {
    width: 50%;
    margin: 30px auto 10px;
    display: block;
    padding-top: 30px;
    position: relative;
    min-height: 180px;
}
.blog #content .page-wrapper article:nth-child(even) .post-thumb {
    float: left;
    margin-right: 20px;
}
.blog #content .page-wrapper article:nth-child(odd) .post-thumb {
    float: right;
    margin-left: 20px;
}
ul.post-navigation {
    width: 80%;
    margin: 40px auto 10px;
}
ul li.post-next.button, ul li.post-prev.button {
    border: unset;
    padding: 0;
    width: 150px;
    display: block;
    position: relative;
}
ul li.post-next.button a, ul li.post-prev.button a {
    font-size: 20px;
    font-weight: 600;
    color: #464646;
}
ul li.post-next.button a i, ul li.post-prev.button a i {display: block; color: #ab380b;}
ul li.post-next.button a i {
    float: left;
}

/*------------------------------------ GETPOST -------------------------------*/
.getpost-wrapper {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    margin-bottom: 20px;
}
.getpost-wrapper .overlay {display: none;}
#latest .getpost-wrapper .overlay {display: block;}
.getpost-wrapper .post-thumb {
    width: 25%;
    height: 250px;
    float: left;
    margin-right: 2%;
}
.getpost-wrapper .post-thumb img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.getpost-wrapper h2.getpost-title {
    width: 73%;
    float: right;
    text-align: left;
    margin-bottom: 5px;
}
.getpost-wrapper h2.getpost-title::after {display: none;}
.getpost-wrapper .getpost-textwrap {width: 73%; float: right;}
.getpost-wrapper .getpost-textwrap h3 {margin-bottom: 15px;}
.getpost-wrapper .getpost-textwrap h4 {font-size: 15px; font-family: 'Lato', sans-serif; font-weight: 600;}


/*---------------------- TRIBAL DIRECTORY ----------------*/
.gv-list-view-title .gv-field-label {display: none;}
.gv-list-view .gv-list-view-title {
    cursor: pointer; 
    position: relative; 
    padding: 15px 0 15px 40px;
}
.gv-list-view .gv-list-view-title h3 {
    margin-bottom: 0;
    width: 100%;
    text-transform: capitalize;
    color: #0d6686;
    font-size: 31px;
    font-family: 'garage-gothic', sans-serif;
    cursor: pointer;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 400;
}
.gv-list-view .gv-list-view-title::before,
.gv-list-view .gv-list-view-title::after{
    content: "";
    position: absolute;
    background-color: #0d6686;
    transition: transform 0.25s ease-out;
}
.gv-list-view .gv-list-view-title::before {
    top: 26px;
    left: 20px;
    width: 3px;
    height: 15px;
    margin-left: -1px;
}
/* horizontal line */
.gv-list-view .gv-list-view-title::after {
    top: 50%;
    left: 13px;
    width: 15px;
    height: 3px;
    margin-top: -2px;
}
.gv-list-view.gv-open .gv-list-view-title::after{
    cursor: pointer;
    transform: rotate(180deg); 
}
.gv-list-view.gv-open .gv-list-view-title::before {
    transform: rotate(90deg); 
}
.gv-search-box.gv-search-box-submit br {
    display: none;
}
.gv-search-box.gv-search-box-submit input {opacity: 1; cursor: pointer; margin-top: 15px;}
.gv-search-box.gv-search-box-submit input:hover {background: #0D6686;}
input[name="gv_search"] {
    width: 98%;
    padding: 9px;
    margin-top: 0;
}
form.gv-widget-search.gv-search-horizontal {
    margin-bottom: 30px;
}

.section-tribal-directory #content h2 {margin-bottom: 40px;}
div#reno-sparks .gv-list-container .gv-list-view {
    display: none;
}
/*div#reno-sparks .gv-list-container .gv-list-view#gv_list_67 {display: block;}*/

div#te-moak, #washoe, #yerington, #other {
    margin-top: 50px;
}
div#te-moak .gv-list-container .gv-list-view {display: none;}
div#te-moak .gv-list-container .gv-list-view#gv_list_2, div#te-moak .gv-list-container .gv-list-view#gv_list_6, div#te-moak .gv-list-container .gv-list-view#gv_list_16, div#te-moak .gv-list-container .gv-list-view#gv_list_23 {display: block;}

div#yerington .gv-list-container .gv-list-view {display: none;}
div#yerington .gv-list-container .gv-list-view#gv_list_56 {display: block;}

div#washoe .gv-list-container .gv-list-view {display: none;}
div#washoe .gv-list-container .gv-list-view#gv_list_1, div#washoe .gv-list-container .gv-list-view#gv_list_3, div#washoe .gv-list-container .gv-list-view#gv_list_17, div#washoe .gv-list-container .gv-list-view#gv_list_25 {display: block;}

div#other .gv-list-container .gv-list-view {display: none;}
div#other .gv-list-container .gv-list-view#gv_list_10, div#other .gv-list-container .gv-list-view#gv_list_4, div#other .gv-list-container .gv-list-view#gv_list_5, div#other .gv-list-container .gv-list-view#gv_list_21,
div#other .gv-list-container .gv-list-view#gv_list_7, div#other .gv-list-container .gv-list-view#gv_list_8, div#other .gv-list-container .gv-list-view#gv_list_9,
 div#other .gv-list-container .gv-list-view#gv_list_11, div#other .gv-list-container .gv-list-view#gv_list_12, div#other .gv-list-container .gv-list-view#gv_list_13,
 div#other .gv-list-container .gv-list-view#gv_list_14, div#other .gv-list-container .gv-list-view#gv_list_15, div#other .gv-list-container .gv-list-view#gv_list_18,
 div#other .gv-list-container .gv-list-view#gv_list_20, div#other .gv-list-container .gv-list-view#gv_list_24, div#other .gv-list-container .gv-list-view#gv_list_26, div#other .gv-list-container .gv-list-view#gv_list_27 {display: block;} {display: block;}
/*---------------------- ERROR 404 ------------------*/
.error404 #content .page-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: center;
}
.error404 #content .page-wrapper .masthead {
    margin-bottom: 100px;
}


/*--------------------------- SINGLE POST -----------------------------*/
.single-post #content .page-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.single-post #content .post-meta, .single-post #content p, .single-post #content figcaption, .single-post #content figure {
    width: 100%;
    margin: 0 auto 10px;
    display: block;
    max-width: 1000px;
}
.single-post #content .post-meta {text-align: center; margin-bottom: 20px;}
.single-post #content i.fas.fa-caret-right {
    float: right;
}
.single-post #content .post-navigation li:hover::before {
    display: none;
}
.subpage.single-post #content h1.page-title {
    font-size: 46px;
    max-width: 1000px !important;
    display: block;
    margin: 0 auto;
    width: 90%;
}

#dpsp-content-top {
    margin-bottom: 1.2em;
    position: fixed;
    float: right;
    right: 0;
    z-index: 99999;
}
.single-post #content ul.dpsp-networks-btns-wrapper {
    width: 50px;
    margin: 0 auto !important;
}
.single-post #content ul.dpsp-networks-btns-wrapper li.print-button{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #ab380b;
    cursor: pointer;
}
.print-button a {
    width: 40px;
    height: 40px;
    display: block;
}
.print-button i {
    color: #fff;
    padding: 12px;
}
/*---------------------------- SEARCH RESULTS PAGE -----------------------*/
.section-search #content .page-title::before {
    position: absolute;
    content: '';
    background: url(img/pattern-light.png) no-repeat;
    background-position: center;
    background-size: 120%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.section-search #content .page-title {
    position: relative;
    z-index: 0;
    background: #ececec;
    background-size: cover;
    margin-bottom: 30px;
    z-index: 0;
}
.section-search #content .search-box {
    display: block;
    margin: 0 auto 40px;
    box-shadow: 2px 2px 6px #e2e2e2;
}
.section-search #content form.search-form {
    padding-left: 20px;
}
.section-search #content span.screen-reader-text {
    padding-right: 10px;
    border-right: 1px solid #e6e6e6;
}
.section-search #content .navigation h2 {display: none;}
.section-search #content .search-result a { color: #464646; font-weight: 400; }

/*------------------------- TRIBAL NEWS -----------------*/
#tribal-news a.get-all.button {
    width: 230px;
}
#tribal-news h2.getpost-title {
    font-size: 28px;
    color: #464646;
    text-transform: capitalize;
    margin: 10px 0 0;
}
div#tribal-news {
    margin-top: 30px;
}
#tribal-news .getpost-wrapper .overlay {display: block;}
/* ---------------------- TABS ------------------*/
ul.tabs {
    display: block;
    width: 100%;
    margin: 20px auto 30px;
    padding-left: 0;
}
ul.tabs li {
    list-style-type: none;
    display: inline-block;
    width: 48.8%;
}
ul.tabs li a {
    color: #fff !important;
    text-align: center;
    background: #adadad;
    padding: 8px;
    text-transform: uppercase;
    font-size: 17px;
    width: 100%;
    display: block;
    transition: all ease-in-out 0.25s;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
}
ul.tabs li a:hover {text-decoration: none !important;}
ul.tabs li a.active, ul.tabs li a:hover {
   background: #0d6686;
   text-decoration: none !important;
   /*background: #dda946;*/
}

input#gform_submit_button_2 {
    opacity: 1;
}

/* ------------------------------------ FOOTER ------------------------------- */
#footer {
    padding: 30px 0 10px;
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #fff;
    z-index: 1;
}
#footer::before {
    position: absolute;
    content: '';
    background: url('img/pattern-light.png') no-repeat center;
    background-size: 110%; 
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#footer ul {
    text-align: center;
    padding: 0;
}

#footer ul.--has-social li:last-of-type > p {
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer ul.--has-social li:last-of-type a.social svg {
    width: auto;
    height: 28px;
    display: flex;
}

#footer ul.--has-social li:last-of-type a.social:hover svg path {
    fill: rgba(13, 102, 134, .8);
}

#footer .one_third li {
    list-style-type: none;
    font-size: 16px; 
}
#footer ul li a {
    color: #464646;
    font-weight: 400;
}
#footer ul li a:hover {text-decoration: underline;}
#footer a.social {
    font-size: 28px;
    margin: 5px 10px;
    display: inline-block;
}
#footer a.social i {
    color: #0d6686;
}
#footer a.social:hover i {
    opacity: 0.8;
}
#footer img {
    width: 230px;
    margin: 0 auto;
}
#footer-copyright {font-size:1em; color: #464646;}
#footer-copyright a,#footer-copyright a:link, #footer-copyright a:hover {font-weight:400;color:#464646; text-decoration:underline;}

/* ----------------- Responsive ------------------- */

@media all and (max-width: 1400px) {
    #main-menu {padding-right: 30px; }
    #news .skivdiv-content {padding: 0 !important;}

}

@media all and (max-width: 1200px) {
    #header nav {padding-top: 40px; height: 600px;}
    #main-menu {width: 90%; left: 5%; min-height: 330px;}
    .message {float: none;width: 70%;right: unset;display: block;text-align: left;margin: 0 auto;overflow: hidden;}

    #events {width: 60%;}
    #latest {width: 40%;}
    .cycle-slide .slide-content {top: 250px;}
}

@media all and (max-width: 1024px) {
	.two_third, .three_fourth, .five_sixth, .two_fifth, .three_fifth, .four_fifth {margin:0 auto;float:none;clear: both;width:100%;}

    #header .message {display: none;}
    #main-menu {min-height: 400px;}
    #header nav {height: 470px;}
    #mission p {width: 100%;}
    #news #latest {width: 100%;margin-bottom: 50px;}
    #news #events {width: 100%;}

    div#buckets {height: 300px;}
    #buckets .one_sixth { border-bottom: 1px solid #e6e6e6; width: 33.33%;}
    #header nav, #header nav.is-active {opacity: 0 !important;display: none !important;}

    .cycle-slideshow {height: 450px;}
    .accordion-container {width: 100%;}
    .subpage #content .page-wrapper {padding: 0;}
    .skivdiv-content {padding: 0;}

    #page-cats .one_third {min-height: 360px;padding: 30px 5px 10px;}
    .one_full .one_third {padding: 5px 10px;}
}

@media all and (min-width: 769px)  {#mobile-nav,#mobile-toggle {display:none !important;}}
@media all and (max-width: 768px)  {
	#main-menu {display: none;}
	#mobile-nav,#mobile-toggle {display: block;}
	.fullwidth .one_fourth:nth-child(3), .fullwidth .one_fifth:nth-child(4), .fullwidth .one_sixth:nth-child(4) {clear: left;}
	.one_half, .one_third.last {margin:0 auto;float:none;clear: both;}
	.one_half {width:100%;}
	.one_third, .one_fourth {width:50%;}
	.one_fifth, .one_sixth {width:33.33%;}

    .page-template-template_fullwidth #content .fullwidth > .skivdiv-content {padding: 0 2%;}

    .cycle-slideshow {height: 350px;}
    .cycle-slide .slide-content {top: 190px;width: 100%;float: left;}
    .cycle-slide h1 {font-size: 35px;}
    .cycle-slide h2 {font-size: 20px;}
    .cycle-slide p {line-height: 1.1;}

    .footsidebar-2 {display: none;}
    #footer-copyright {font-size: 0.9em;}


    #logo {width: 200px;  top: 15px;}

    .getpost-wrapper .post-thumb {    margin-right: 0;margin-bottom: 20px;width: 100%;height: 300px;}
    .getpost-wrapper .post-thumb img {width: 250px;height: 100%;object-position: center;object-fit: cover; float: left;display: block;}
    .getpost-wrapper h2.getpost-title {width: 100%;float: none;text-align: left;margin-bottom: 10px;}
    .getpost-wrapper .getpost-textwrap {width: 100%;float: none;}

    #page-cats .one_third .skivdiv-content {min-height: 300px;}
    #page-cats .one_third {min-height: 290px;}

    #resources-content .getpost-wrapper:nth-child(3n+1) {clear: none;}

    #tribal-news .getpost-wrapper .post-thumb img {width: 85%; display: block; margin: 0 auto; clear: both; float: none;}
}

@media all and (max-width: 640px)  {
	.fullwidth .one_fifth:nth-child(4) {clear:none;}
	.fullwidth .one_fifth:nth-child(3) {clear: left;}
	.one_third, .one_fifth.last {float: none;clear: both;margin:0 auto;}
	.one_third {width:100%;}
	.one_fifth {width:50%}
    
    #header div#contact {display: none;}
    #logo {width: 200px;top: 15px;float: left;right: unset;left: 20px;}

    .footsidebar-1 {display: none;}
    #footer::before {background-size: 130%;}

    #page-cats .one_third .skivdiv-content, #page-cats .one_third {min-height: unset;}
    .accordion-content {padding: 10px;}
    .table-wrap {overflow: scroll; position: relative;}
    #page-45 #content h2, #page-2663 #content h2, #page-54 #content h2, #page-56 #content h2 {position: relative; margin-bottom: 50px;}

    #page-45 #content h2::before, #page-2663 #content h2::before, #page-54 #content h2::before, #page-56 #content h2::before {position: absolute;content: 'Please swipe left & right to view the content of the table.';width: 100%;bottom: -60px;font-family: 'Lato', sans-serif;font-size: 14px;text-transform: initial;left: 0;color: #ac3a0e;font-weight: 600;}

    .subpage h1.page-title {font-size: 4em;padding: 60px 0 50px;}

    #resources-content .one_third {border-bottom: 1px solid #f6f6f6; padding-top: 20px;}
}

@media all and (max-width: 480px)  {
	.fullwidth .one_fifth:nth-child(3) {clear:none;}
	.fullwidth .one_fifth:nth-child(3) {clear: left;}
	.one_fourth {float: none;clear: both;margin:0 auto;}
	.one_fourth {width:100%;}
	.one_sixth {width:50%;}
	.fullwidth .one_sixth:nth-child(2n+1) {clear: left;}
    .fullwidth#buckets .one_sixth:nth-child(2n+1) {clear: none;}

    .cycle-slideshow {height: 280px;}
    .cycle-slide .slide-content {top: 150px;width: 100%;float: left;}
    .cycle-slide h1 {font-size: 28px;}
    .cycle-slide h2 {font-size: 15px;}
    .cycle-slide p {line-height: 1.1;}
    .cycle-slide .page-wrapper {max-width: 100%;}
    .page-wrapper {padding: 0;}
    #search {display: none;}
    #per-slide-template {width: 150px; font-size: 35px;}
    #content {margin-bottom: 340px;}
    #buckets .one_sixth {width: 50%;float: left;clear: none;}
    div#buckets {height: 450px;}

    .subpage h1.page-title {font-size: 3.5em;padding: 40px 0 40px;}
}

@media all and (max-width: 360px) {
	.one_fifth, .one_sixth {float: none;clear: both;margin:0 auto;}
	.one_fifth, .one_sixth {width:100%;}
}
