/*

NOTE: Ported from NPDC - they did not use less so i've just dumped all the CSS
    into this file.

*/
/* =============================================================================
    1. INIT

    2. BASIC ELEMENTS

    3. LAYOUT
        - General Layout
        - Vertical Spacing
        - Vertical Padding
        - Vertical Positoning

    4. COMPONENTS        
        - Alphabet Section Nav
        - Blog
        - Button
        - Content Block
        - Content Block - alphabet-section-nav
        - Feartured Link
        - Footer
        - GO To Top
        - Heading
        - Hero Text
        - Icon
        - Pagination    
        - Post
        - Navigation
        - Rich Text Editor
      
    5. 3RD PARTY
        - Bootstrap
	
    6. STATE & UTILITES
        - Scrolled - Navigation + Main Layout

============================================================================= */
/* =============================================================================
/* 1. INIT
/* ============================================================================= */
/* =============================================================================
/* 2. BASIC ELEMENTS
/* ============================================================================= */
html {
  color: #FFF;
  font-size: 62.5%;
}
body {
  background-color: #ebebeb;
  font: 400 1.4rem/1.45 'Roboto', sans-serif;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 1.25rem;
  padding-top: 1.5rem;
  font-family: 'Signika', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1rem;
}
h1,
.h1 {
  font-size: 3.2rem;
}
h2,
.h2 {
  font-size: 2.4rem;
}
h3,
.h3 {
  font-size: 2rem;
}
h4,
.h4 {
  font-size: 1.6rem;
}
h5,
.h5 {
  font-size: 1rem;
}
h6,
.h6 {
  font-size: 0.8rem;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}
p,
p {
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}
q {
  font-size: 1.2rem;
}
ul,
ol {
  margin-left: 25px;
  margin-bottom: 1.8rem;
}
li {
  margin-bottom: 0.7rem;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea {
  padding: 0 7px;
  width: 100%;
  height: 35px;
  line-height: 35px;
  border: 1px solid #928ca9;
  font-size: 1.6rem;
  font-family: 'Signika', sans-serif;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
input:focus,
textarea:focus {
  box-shadow: none !important;
}
textarea {
  resize: none;
  height: 200px;
}
strong {
  font-weight: 700;
}
/* =============================================================================
    3. LAYOUT
============================================================================= */
/* General Layout
/* ---------------------------------------- */
.l-header {
  display: block;
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #f9de09;
  z-index: 100;
  transition: all 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .l-header {
    height: 110px;
  }
}
.l-main {
  border-top: 70px solid #ebebeb;
  min-height: 550px;
}
@media only screen and (min-width: 992px) {
  .l-main {
    border-top: 110px solid #ebebeb;
  }
}
.s-home .l-main {
  border-color: #f9de09;
}
.l-featured-link {
  margin-bottom: 30px;
}
.l-footer {
  padding: 30px 0 20px;
  border-top: 1px solid #000;
}
.l-hero {
  width: 100%;
  text-align: center;
  background-color: #f9de09;
}
@media only screen and (min-width: 768px) {
  .l-hero {
    text-align: initial;
  }
}
.l-hero--wrapper {
  position: relative;
  width: 100%;
  padding-top: 220px;
  background-image: url(../content/images/bg/home-pattern-v2.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto 70%;
}
@media only screen and (min-width: 768px) {
  .l-hero--wrapper {
    padding-top: 140px;
    background-size: auto 100%;
  }
}
@media only screen and (min-width: 992px) {
  .l-hero--wrapper {
    padding-top: 210px;
    background-size: auto 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .l-hero--wrapper {
    padding-top: 250px;
  }
}
.l-parallax {
  width: 100%;
  padding: 50px 0;
  text-align: center;
  background-image: url(../content/images/bg/Parralax-Pattern.png);
  min-height: 200px;
  background-attachment: fixed;
  background-position-x: 0;
  background-position-y: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f9de09;
}
.l-parallax a {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 1.25rem;
  padding-top: 1.5rem;
  font-family: 'Signika', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1rem;
}
.l-parallax a:hover {
  color: #fff;
}
.l-intro .container {
  max-width: 400px;
}
@media only screen and (min-width: 576px) {
  .l-intro .container {
    max-width: 530px;
  }
}
@media only screen and (min-width: 992px) {
  .l-intro .container {
    max-width: 640px;
    /*max-width: 680px;*/
  }
}
@media only screen and (min-width: 1200px) {
  .l-intro .container {
    max-width: 660px;
    /*max-width: 827px;*/
  }
}
.l-featured-link .container {
  max-width: 400px;
}
@media only screen and (min-width: 768px) {
  .l-featured-link .container {
    max-width: 570px;
  }
}
@media only screen and (min-width: 992px) {
  .l-featured-link .container {
    max-width: 680px;
  }
}
@media only screen and (min-width: 1200px) {
  .l-featured-link .container {
    max-width: 827px;
  }
}
/* Vertial Spacing
/* ---------------------------------------- */
.l-v-spacing {
  margin-bottom: 30px;
}
.l-v-spacing-tight-1 {
  margin-bottom: 15px;
}
.l-v-spacing-tight-2 {
  margin-bottom: 20px;
}
.l-v-spacing-wide-1 {
  margin-bottom: 50px;
}
/*.l-btn-spacing{
    margin-top: 20px;
}

.l-section-padding{
    padding-top: 30px;
    padding-bottom: 30px;
}*/
/* Vertial Padding
/* ---------------------------------------- */
.l-v-padding {
  padding-top: 15px;
}
.l-v-padding-wide-1 {
  padding-top: 30px;
}
/* =============================================================================
    4. COMPONENTS
============================================================================= */
/* Alphabet Section Nav
/* ---------------------------------------- */
.alphabet-section-nav {
  display: block;
  padding: 5px 0;
}
@media only screen and (min-width: 576px) {
  .alphabet-section-nav {
    max-width: 510px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .alphabet-section-nav {
    display: flex;
    max-width: none;
  }
}
.alphabet-section-nav a {
  font-size: 1.7rem;
  font-family: "Signika", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.alphabet-section-nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #000;
  list-style: none;
}
.alphabet-section-nav-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.alphabet-section-nav--segment:not(:first-child) {
  display: none;
}
@media only screen and (min-width: 768px) {
  .alphabet-section-nav--segment:not(:first-child) {
    display: flex;
  }
}
.alphabet-section-nav-item--dots {
  font-size: 1.4rem;
  font-weight: 800;
}
@media only screen and (min-width: 768px) {
  .alphabet-section-nav-item--dots {
    display: none;
  }
}
.alphabet-section-nav-item a {
  padding: 0.1rem 0.5rem;
}
.alphabet-section-nav-item a:hover,
.alphabet-section-nav-item a:active {
  color: black;
  background-color: #f9de09;
}
@media only screen and (min-width: 768px) {
  .alphabet-section-nav-item a {
    padding: 0 5px;
  }
}
.alphabet-section-nav--button {
  padding: 0 0.5rem;
  font-size: 1.4rem;
  background: 0;
  border: 0;
  text-shadow: none;
  cursor: pointer;
}
.alphabet-section-nav--button:active,
.alphabet-section-nav--button:focus {
  border: 0;
  text-shadow: none;
  outline: none;
  background-color: #f9de09;
}
@media only screen and (min-width: 768px) {
  .alphabet-section-nav--button {
    display: none;
  }
}
.alphabet-section-nav-s-fixed {
  position: fixed;
  max-width: 540px;
  width: calc(100% - 30px);
  padding: 20px 0 0 0;
  margin: 0 15px;
  top: 50px;
  left: 0;
  right: 0;
  background-color: #ebebeb;
}
@media only screen and (min-width: 576px) {
  .alphabet-section-nav-s-fixed {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .alphabet-section-nav-s-fixed {
    max-width: 720px;
    top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .alphabet-section-nav-s-fixed {
    max-width: 860px;
  }
}
/* Blog
/* ---------------------------------------- */
.blog .btn {
  margin: 10px 0 14px 0;
}
.blog .btn-m-empty {
  padding: 0;
  margin: 0;
}
.blog-content--video {
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-content--video-item {
  margin-bottom: 15px;
}
.blog-content--video-item iframe {
  width: 100%;
  height: 250px;
}
/*.blog-content--social{
    height: 40px;
}*/
.blog-content--social img {
  height: 30px;
  width: 30px;
  align-content: center;
}
.blog-content--social-list {
  display: flex;
  align-content: center;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-content--social-list li {
  margin-right: 15px;
  line-height: 2.1;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
}
/* Button
/* ---------------------------------------- */
.btn {
  padding: 10px 20px;
  max-width: 100%;
  background: none;
  border: none;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  background-color: #f9de09;
}
.btn:hover,
.btn:focus {
  color: #fff;
  outline: none;
  box-shadow: none;
}
.btn-m-flex {
  white-space: normal;
}
.btn-m-alt {
  background-color: #000;
  color: #FFF;
}
.btn-m-alt:hover {
  color: #f9de09;
}
.btn-m-empty {
  background: transparent;
  border: none;
}
/* Content Block
/* ---------------------------------------- */
.content-block--intro-title {
  font-size: 2.6rem;
  margin-bottom: 30px;
}
.content-block--section-nav p {
  margin-bottom: 0;
}
.content-block--section-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.content-block--section-nav-item {
  display: inline-block;
  padding-right: 15px;
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
  list-style: none;
  text-decoration: underline;
}
.content-block--section-nav-item:hover {
  text-decoration: none;
}
.content-block--section-nav-item::after {
  visibility: hidden;
  height: 1px;
  width: 17px;
  background: black;
  position: absolute;
  margin: auto;
  transform: rotate(-70deg);
  content: "";
  margin-top: 10px;
  margin-left: 2px;
  margin-right: 2px;
}
@media only screen and (min-width: 351px) {
  .content-block--section-nav-item::after {
    visibility: visible;
  }
}
.content-block--section-nav-item:last-child:after {
  display: none;
}
.content-block--comingsoon {
  display: flex;
  flex-direction: column;
  height: 300px;
  align-items: center;
  justify-content: center;
}
.content-block--comingsoon--text {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.content-block--comingsoon--main {
  font-size: 3.5rem;
}
/* Dictionary Section
/* ---------------------------------------- */
.dic-section--child {
  margin-bottom: 15px;
}
.dic-section--child-title {
  margin-bottom: 1rem;
}
/* Feartured Link
/* ---------------------------------------- */
.featured-link {
  display: block;
  position: relative;
  height: 130px;
  width: 130px;
  margin: 10px auto;
  border: 1px solid #000;
  border-radius: 100%;
  font-size: 1.3rem;
  text-align: center;
}
.featured-link--text {
  display: inline-block;
  padding-top: 80px;
  font: 'Signika', sans-serif;
  font-weight: 600;
  line-height: 1.3;
}
.featured-link--text:before {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  min-width: 50px;
  width: auto;
  height: 50px;
  content: ' ';
  background: transparent url(../content/images/icon/Icons-Home.png) no-repeat center;
  background-size: auto 100%;
}
.featured-link-m-home .featured-link--text:before {
  background-image: url(../content/images/icon/Icons-Home.png);
}
.featured-link-m-farm .featured-link--text:before {
  background-image: url(../content/images/icon/Icons-Farm.png);
}
.featured-link-m-business .featured-link--text:before {
  background-image: url(../content/images/icon/Icons-Business.png);
}
.featured-link-m-school .featured-link--text:before {
  background-image: url(../content/images/icon/Icons-School.png);
}
.featured-link-m-ticket .featured-link--text:before {
  background-image: url(../content/images/icon/Icons-Ticket.png);
  height: 55px;
}
/* Footer
/* ---------------------------------------- */
.footer .rte p {
  font-size: 1.1rem;
}
/*
    @media only screen and (min-width: 768px) {
        .footer .rte p {
            font-size: 1rem;
        }
    }
	*/
.footer-logo {
  margin: 0 auto;
  max-width: 165px;
  padding: 15px 0px 10px 0px;
}
@media only screen and (min-width: 768px) {
  .footer-logo {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-logo {
    max-width: 195px;
    padding: 0;
  }
}
.footer-logo-m-npdc {
  max-width: 180px;
  padding: 10px 0;
}
@media only screen and (min-width: 576px) {
  .footer-logo-m-npdc {
    width: 100%;
    align-content: center;
  }
}
.footer-copyright {
  padding-top: 20px;
}
.footer-copyright p {
  font-size: 1.1rem;
}
/* Go To Top
/* ---------------------------------------- */
.go-to-top {
  position: fixed;
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 60px;
  color: #000;
  cursor: pointer;
  z-index: 101;
  bottom: 0;
  right: 50px;
  background-color: #cbcbc5;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
}
@media only screen and (min-width: 768px) {
  .go-to-top {
    width: 60px;
    height: 60px;
    font-size: 1.4rem;
    line-height: 77px;
    bottom: 60px;
    right: 50px;
  }
}
.go-to-top:before {
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -8px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 12px 8px;
  border-color: transparent transparent #000000 transparent;
}
@media only screen and (min-width: 768px) {
  .go-to-top:before {
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -8px;
  }
}
.go-to-top:hover {
  background-color: #FFF;
}
.go-to-top:hover .go-to-top:before {
  border-color: transparent transparent #FFF transparent;
}
/*Scroll event*/
.s-scrolled .go-to-top {
  right: 15px;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .s-scrolled .go-to-top {
    right: 40px;
  }
}
/* Heading
/* ---------------------------------------- */
.hd-main {
  font-size: 2.2rem;
}
@media only screen and (min-width: 768px) {
  .hd-main {
    font-size: 3.2rem;
  }
}
/* Hero Text
/* ---------------------------------------- */
.hero-text {
  position: relative;
  top: calc(-220px + 25px);
  margin: 0 auto;
  padding: 0;
  width: 260px;
  height: 120px;
  background: transparent url(../content/images/bg/hero-text-mobile.png) no-repeat center;
  background-size: auto 100%;
  text-indent: -9999px;
}
@media only screen and (min-width: 576px) {
  .hero-text {
    margin: 0;
    margin-left: calc(100% - 500px);
    width: 400px;
    height: 119px;
    background-image: url(../content/images/bg/hero-text.png);
  }
}
@media only screen and (min-width: 768px) {
  .hero-text {
    top: -60px;
    margin-left: calc(100% - 700px);
    width: 280px;
    height: 130px;
    background-image: url(../content/images/bg/hero-text-mobile.png);
  }
}
@media only screen and (min-width: 992px) {
  .hero-text {
    top: -170px;
    margin-left: calc(100% - 875px);
    width: 380px;
    height: 113px;
    background-image: url(../content/images/bg/hero-text.png);
  }
}
@media only screen and (min-width: 1200px) {
  .hero-text {
    top: -200px;
    margin-left: calc(100% - 1060px);
    width: 475px;
    height: 141px;
  }
}
/* Icon
/* ---------------------------------------- */
.i-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.active .i-position {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i-arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 6px;
}
@media screen and (min-width: 576px) {
  .i-arrow {
    border-width: 0 4px 4px 0;
    padding: 8px;
  }
}
.i-arrow-state {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.active .i-arrow-state {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.btn-m-i {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 0;
  background-color: #fff;
}
@media screen and (min-width: 576px) {
  .btn-m-i {
    width: 40px;
    height: 40px;
  }
}
.active .btn-m-i {
  background-color: #f9de09;
}
.btn-m-i:hover {
  background-color: #f9de09;
}
.btn-m-i:focus {
  outline: 0;
}
/* Tab & Accordion
/* ---------------------------------------- */
.tab-title {
  padding-top: 6px;
  padding-bottom: 5px;
  margin-left: 43px;
  font-family: 'Signika', sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
}
@media screen and (min-width: 576px) {
  .tab-title {
    padding-top: 10px;
    margin-left: 55px;
  }
}
.accordion-block-wrapper {
  padding: 15px 0;
}
@media screen and (min-width: 576px) {
  .accordion-block-wrapper {
    padding: 40px 0;
  }
}
.accordion-block {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.accordion-content {
  position: relative;
  display: none;
  margin: 0;
  /*margin: 0 20px;*/
}
@media screen and (min-width: 576px) {
  .accordion-content {
    display: none;
    /*margin: 0;*/
    /*margin-left: 55px;*/
  }
}
/*.accordion-content--item-separator {
    position:absolute;
    border-bottom: 2px solid #8e8e8e;
    padding: 20px 0 10px 0;
}

    .accordion-content--item-separator:last-child {
        border-bottom: initial;
        padding: 15px 0;
    }*/
.accordion-content--item {
  position: relative;
  margin-left: 43px;
  /*border-bottom: 2px solid #8e8e8e;*/
  padding: 0;
}
@media screen and (min-width: 576px) {
  .accordion-content--item {
    position: relative;
    margin-left: 55px;
    /*border-bottom: 2px solid #8e8e8e;*/
    padding: 20px 0 10px 0;
  }
}
.accordion-content > hr {
  border-top: 1px solid #8e8e8e;
  margin: 2rem 0;
}
@media screen and (min-width: 768px) {
  .accordion-content > hr {
    margin-left: 55px;
    border-top: 1px solid #8e8e8e;
  }
}
.accordion-content--item:last-child {
  /*border-bottom: initial;*/
  padding: 15px 0;
}
.accordion-content--item p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.accordion-content--item-img {
  margin-bottom: 15px;
  padding-right: 57px;
}
@media screen and (min-width: 768px) {
  .accordion-content--item-img {
    margin-bottom: 15px;
    padding-right: 0;
  }
}
.accordion-content--item-video {
  margin-bottom: 15px;
  padding-right: 57px;
}
@media screen and (min-width: 768px) {
  .accordion-content--item-video {
    margin-bottom: 15px;
    padding-right: 0;
  }
}
.accordion-content--item-video iframe {
  margin-bottom: 10px;
  width: 100%;
  height: 126px;
}
@media screen and (min-width: 576px) {
  .accordion-content--item-video iframe {
    height: 265px;
  }
}
@media screen and (min-width: 768px) {
  .accordion-content--item-video iframe {
    height: 127px;
  }
}
@media screen and (min-width: 992px) {
  .accordion-content--item-video iframe {
    height: 158px;
  }
}
.accordion-content--item-title {
  padding: 0;
  font-size: 1.8rem;
  font-family: 'Signika', sans-serif;
  font-weight: 600;
}
/*content page*/
.accordion-toggle {
  right: 0;
}
.content .tab-title {
  margin-left: 0;
  margin-right: 32px;
}
.content .tab-description {
  margin-right: 55px;
}
.content .accordion-block {
  margin-bottom: 30px;
}
.content .accordion-content--item {
  margin-left: 0;
  padding: 30px 0;
  border-bottom: 1px solid #8e8e8e;
}
.content .accordion-content--item:last-child {
  margin-left: 0;
  border-bottom: 0;
}
/* Pagination
/* ---------------------------------------- */
.pagination {
  height: 30px;
}
.pagination ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.pagination ul li {
  margin: 0;
}
.pagination a {
  background-color: #d3d3d3;
}
.pagination a:hover,
.pagination a:focus {
  background-color: #ffe000;
}
.pagination-link {
  padding: 5px 10px;
  margin-right: 10px;
}
.pagination-arrow-prev,
.pagination-arrow-next {
  padding: 5px 8px;
}
.pagination-arrow-prev {
  margin-right: 15px;
}
.pagination-arrow-next {
  margin-left: 5px;
}
.pagination .s-active {
  background-color: #ffe000;
}
/* Post
/* ---------------------------------------- */
@media only screen and (min-width: 768px) {
  .posts-block .row {
    margin: 0 -5px;
  }
  .posts-block .col {
    padding: 0 5px;
  }
}
.post-category h3 {
  padding-top: 0;
}
.post-category--list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.post-category--list-item {
  display: inline-block;
  padding: 0;
  padding-right: 5px;
  margin: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .post-category--list-item {
    display: block;
  }
}
.post-category--list-item a {
  font-size: 1.4rem;
  text-decoration: underline;
}
.post {
  margin-bottom: 30px;
}
.post-title {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .post-title {
    padding-top: 0;
  }
}
.post-info {
  margin: 0.3rem 0;
  color: gray;
}
.post-desc {
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
  white-space: normal;
  /*overflow: hidden;
        text-overflow: ellipsis;*/
}
@media only screen and (min-width: 768px) {
  .post-desc {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .post-desc {
    font-size: 1.4rem;
  }
}
.post .btn {
  padding: 5px 15px;
  margin-top: 8px;
}
@media only screen and (min-width: 992px) {
  .post .btn {
    position: absolute;
    bottom: 0;
  }
}
/* Navigation
/* ---------------------------------------- */
/*header Logo*/
.main-logo-link {
  display: inline;
  position: relative;
  float: left;
  text-decoration: none;
  z-index: 101;
}
.main-logo {
  display: block;
  width: 80px;
  margin: 10px;
  -webkit-transition: width 0.25s ease-in-out;
  -moz-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out;
}
@media screen and (min-width: 768px) {
  .main-logo {
    display: block;
    width: 85px;
    /*width: 95px;*/
    margin: 10px 20px;
  }
}
@media screen and (min-width: 992px) {
  .main-logo {
    width: 147px;
  }
}
/*header Toogle - mobile*/
.nav-toggle {
  float: right;
  font-size: 30px;
  margin: 20px;
}
@media screen and (min-width: 768px) {
  .nav-toggle {
    display: none;
  }
}
/*Main navigation*/
.main-nav {
  position: absolute;
  display: none;
  width: 100%;
  top: 70px;
  left: 0;
  background-color: #000;
  font-family: "Signika", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .main-nav {
    display: inline !important;
    margin-right: 20px;
    height: auto;
    width: auto;
    top: 50%;
    left: auto;
    right: 0;
    transform: translate(0, -50%);
    background-color: transparent;
  }
}
.main-nav--menu {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  background-color: #000;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .main-nav--menu {
    background-color: transparent;
  }
}
.main-nav--link {
  display: block;
  margin: 0;
  width: 100%;
  font-size: 1.6rem;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .main-nav--link {
    display: inline;
    /*padding: 10px 20px 10px 0;*/
    border: 0;
  }
}
.main-nav--link:last-child {
  border: 0;
}
/*Sub Menu*/
.main-nav--submenu {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .main-nav--submenu {
    position: absolute;
    min-width: 160px;
    background-color: black;
    margin-top: 10px;
  }
}
.main-nav--sub-link {
  display: block;
  margin: 0;
  font-size: 1.6rem;
  color: #f9de09;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .main-nav--sub-link {
    width: 150px;
  }
}
.main-nav--link a,
.main-nav--sub-link a {
  display: block;
  padding: 12px 0;
  color: #f9de09;
  border-bottom: 1px solid #f9de09;
}
.main-nav--link:last-child a {
  border: 0;
}
.main-nav--link a {
  padding-left: 20px;
}
.main-nav--sub-link a {
  margin-left: 30px;
}
@media screen and (min-width: 768px) {
  .main-nav--link a {
    display: inline;
    color: #000;
  }
  .main-nav--sub-link a {
    display: block;
    margin: 0;
    color: #f9de09;
    border: 0;
  }
}
.main-nav--link a:hover,
.main-nav--sub-link a:hover {
  color: #fff;
}
.btn-m-nav-link {
  display: block;
  width: 100%;
  padding: 12px 0;
  padding-left: 20px;
  border-bottom: 1px solid #f9de09;
  color: #f9de09;
  font-size: 1.6rem;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .btn-m-nav-link {
    display: inline;
    padding: 0;
    border: 0;
    width: auto;
    color: #000;
  }
}
.btn-m-nav-link:hover {
  color: #fff;
}
/* Rich Text Editor
/* ---------------------------------------- */
.rte a {
  text-decoration: underline;
  color: inherit;
}
.rte a:hover {
  text-decoration: none;
}
.rte .btn {
  text-decoration: none;
}
.rte ul {
  padding: 0;
  margin: 0;
  padding-left: 15px;
}
/* =============================================================================
    6. 3RD PARTY
============================================================================= */
/* Boostrap
/* ---------------------------------------- */
@media only screen and (min-width: 992px) {
  .container {
    max-width: 860px;
  }
}
/*Hamburgers

/*---------------------------------------- */
.hamburger {
  padding: 20px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
@media only screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger:focus {
  outline: none;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
       * Collapse
       */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* =============================================================================
    6. STATE & UTILITES
============================================================================= */
/* General Layout
/* ---------------------------------------- */
.s-hidden {
  display: none !important;
}
.s-show {
  display: block !important;
}
.bg-1 {
  background-color: #d3d3d3;
  padding-bottom: 20px;
}
/*s-scrolled*/
.s-scrolled .l-header {
  height: 50px;
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
}
.s-scrolled .l-main {
  margin-top: 50px;
}
.s-scrolled .main-logo {
  width: 40px;
  margin-left: 25px;
}
.s-scrolled .main-nav {
  top: 50px;
}
.s-scrolled .hamburger {
  padding: 15px 10px;
}
.s-scrolled .hamburger-inner,
.s-scrolled .hamburger-inner::before,
.s-scrolled .hamburger-inner::after {
  width: 35px;
}
@media only screen and (min-width: 768px) {
  .s-scrolled .l-header {
    height: 60px;
  }
  .s-scrolled .l-main {
    margin-top: 60px;
  }
  .s-scrolled .main-logo {
    width: 50px;
  }
  .s-scrolled .main-nav {
    top: 50%;
  }
}

