@charset "UTF-8";
/**
 * Variables and Bootstrap overrides
 */
@import url("https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Lora:400,700");
body {
  background: #fff;
  font: 18px "Hind", sans-serif;
  color: #1d3950;
  font-weight: 400;
  line-height: 1.4em;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}

ul, li {
  text-align: left;
}

h1 {
  font-weight: 700;
  line-height: 1.4em;
  font-family: "Hind", sans-serif;
}

h2 {
  font-weight: 700;
  line-height: 1.4em;
  font-family: "Hind", sans-serif;
}

h3 {
  font-weight: 700;
  line-height: 1.4em;
  font-family: "Hind", sans-serif;
}

h4 {
  font-weight: 700;
  line-height: 1.4em;
  font-family: "Hind", sans-serif;
}

h5 {
  font-weight: 700;
  line-height: 1.4em;
  font-family: "Hind", sans-serif;
}

h6 {
  font-weight: 700;
  line-height: 1.4em;
  font-family: "Hind", sans-serif;
}

*:focus, *:active {
  outline: none;
}

a {
  transition: all 0.3s linear;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

@media only screen and (max-width : 45em) {
  figure.ev-thumb img {
    width: 100%;
  }
}


/** WRAPPER and For Responsive nav To work properly
===================================*/
.wrapper {
  width: 100%;
  position: relative;
}

.wrapper:before, .wrapper:after {
  content: " ";
  display: table;
}

.wrapper:after {
  clear: both;
}

.wrapper .wrapper-inner {
  transition: all 500ms cubic-bezier(0.25, 0.1, 0, 0.95);
  position: relative;
  width: 100%;
  display: block;
  margin-right: 0;
}

.wrapper .mask-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: -1;
  opacity: 0;
  transition: all 350ms ease;
}

.wrapper .wrapper-active {
  margin-right: -60%;
  float: right;
}

.wrapper .wrapper-active .mask-wrapper {
  opacity: 1;
  z-index: 11;
}

.wrapper .on-active-right .mask-wrapper {
  opacity: 1;
  z-index: 11;
}

/** SPACE
===================================*/
.space15 {
  height: 15px;
  display: block;
  width: 100%;
}

.space20 {
  height: 20px;
  display: block;
  width: 100%;
}

.space30 {
  height: 30px;
  display: block;
  width: 100%;
}

.space45 {
  height: 45px;
  display: block;
  width: 100%;
}

.space60 {
  height: 60px;
  display: block;
  width: 100%;
}

.color-box-1 {
  background-color: #53BBB4;
}

.color-box-2 {
  background-color: #5CB860;
}

.color-box-3 {
  background-color: #F9845B;
}

.color-box-4 {
  background-color: #838CC7;
}

.color-box-5 {
  background-color: #39ADD1;
}

.color-box-6 {
  background-color: #3079AB;
}

.color-box-7 {
  background-color: #E59A13;
}

/** Title
===================================*/
.title-lg-lt {
  margin: 0;
  margin-bottom: 23px;
  font-size: 34px;
  font-weight: 300;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .title-lg-lt {
    font-size: 44px;
  }
}

.title-lg-lt a {
  color: #1d3950;
}

.title-lg-lt:hover a {
  color: #2b677b;
  text-decoration: none;
}

.title-sm-lt {
  margin: 0;
  margin-bottom: 18px;
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 300;
  text-transform: uppercase;
}

@media screen and (min-width: 62em) {
  .title-sm-lt {
    font-size: 36px;
  }
}

.title-sm-lt a {
  color: #1d3950;
}

.title-sm-lt:hover a {
  color: #2b677b;
  text-decoration: none;
}

.title-md {
  margin: 0;
  margin-bottom: 18px;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 700;
}

@media screen and (min-width: 62em) {
  .title-md {
    font-size: 32px;
  }
}

.title-md a {
  color: #1d3950;
}

.title-md:hover a {
  color: #2b677b;
  text-decoration: none;
}

.title-mid {
  margin: 0;
  margin-bottom: 18px;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 700;
}

@media screen and (min-width: 62em) {
  .title-mid {
    font-size: 24px;
  }
}

.title-mid a {
  color: #1d3950;
}

.title-mid:hover a {
  color: #2b677b;
  text-decoration: none;
}

.title-sm {
  margin: 0;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}

.title-sm a {
  color: #1d3950;
}

.title-sm:hover a {
  color: #2b677b;
  text-decoration: none;
}

/** Button and link
===================================*/
.btn.btn-yellow {
  display: inline-block;
  background-color: #f9c100;
  color: #1d3950;
  line-height: 1.3em;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
  padding: 14px 30px 12px;
  text-transform: uppercase;
  transition: all .3s linear;
}

.btn.btn-yellow:hover {
  background-color: #1d3950;
  color: #f9c100;
}

.btn.btn-yellow-lg {
  display: inline-block;
  width: 100%;
  background-color: #f9c100;
  color: #1d3950;
  line-height: 1.3em;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
  padding: 28px 30px 25px;
  text-transform: none;
  transition: all .3s linear;
}

.btn.btn-yellow-lg:hover {
  background-color: #1d3950;
  color: #f9c100;
}

/** FLEXWRAP
===================================*/
.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.flex .flex-item {
  /*flex-grow: 1;
      flex-basis: 30%;*/
}

.remore-link {
  display: inline-block;
  color: #1d3950;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
}

.remore-link .fa {
  position: relative;
  margin-left: 4px;
  transition: all .5s ease;
}

.remore-link:hover {
  text-decoration: none;
}

.remore-link:hover .fa {
  left: 3px;
}

/** BOUNCE Keyframe
===================================*/
/* Safari 4.0 - 8.0 */

/* Standard syntax */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    /* IE 9 */
    /* Chrome, Safari, Opera */
    transform: translateY(0);
  }
  40% {
    /* IE 9 */
    /* Chrome, Safari, Opera */
    transform: translateY(-30px);
  }
  60% {
    /* IE 9 */
    /* Chrome, Safari, Opera */
    transform: translateY(-15px);
  }
}

@media screen and (min-width: 62em) {
  .bounce {
    animation: bounce 5s;
  }
}

/** SONAR EFFECTS
===================================*/
.sonar-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: HSL(45, 100%, 50%);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

@keyframes sonarWave {
  from {
    opacity: 0.4;
  }
  to {
    transform: scale(3);
    opacity: 0;
  }
}

.sonar-wave {
  animation: sonarWave 2s linear infinite;
}

/*====== Select dropdown ======*/
.nav-dd select {
  display: block;
}

@media screen and (min-width: 48em) {
  .nav-dd select {
    display: none;
  }
}

/** PAGINATION
===================================*/
.paginatewrap {
  text-align: right;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 42em) {
  .paginatewrap {
    text-align: center;
  }
}

.paginatewrap .pagination li a, .paginatewrap .pagination li span {
  font-weight: bold;
  font-size: 14px;
  border: none;
  background-color: transparent;
  padding: 3px 8px;
}

.paginatewrap .pagination li a:hover {
  background-color: none;
  color: #1d3950;
}

.paginatewrap .pagination li span {
  color: #a9a9a9;
}

@media screen and (max-width: 42em) {
  .paginatewrap .pagination li {
    display: none;
  }
  .paginatewrap .pagination li:nth-child(1), .paginatewrap .pagination li:nth-child(2) {
    display: inline-block;
  }
  .paginatewrap .pagination li:nth-last-child(1), .paginatewrap .pagination li:nth-last-child(2) {
    display: inline-block;
  }
}

blockquote {
  margin: 40px 0;
}

blockquote.quotedefault {
  padding: 28px 0;
  border: none;
  border-top: 3px solid #e7e8e8;
  border-bottom: 3px solid #e7e8e8;
}

.quotes, blockquote.quotes {
  position: relative;
  padding: 0;
  padding-left: 40px;
  border-left: none;
}

.quotes:before, .quotes:after, blockquote.quotes:before, blockquote.quotes:after {
  content: '';
  background: transparent url("./../img/quote.png") left top no-repeat;
  display: inline-block;
}

.quotes.qblue-icon:before, .quotes.qblue-icon:after, blockquote.quotes.qblue-icon:before, blockquote.quotes.qblue-icon:after {
  background-image: url("./../img/quote-blue.png");
}

.quotes:before, blockquote.quotes:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-size: 29px auto;
}

.quotes:after, blockquote.quotes:after {
  width: 20px;
  height: 18px;
  margin-left: 10px;
  background-size: 19px auto;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

.quotes.quote-orange, blockquote.quotes.quote-orange {
  color: #f16c23;
  font-size: 21px;
  line-height: 1.2em;
  font-family: 'Lora', serif;
  font-style: italic;
}

.quotes.quote-orange:before, .quotes.quote-orange:after, blockquote.quotes.quote-orange:before, blockquote.quotes.quote-orange:after {
  background-image: url("./../img/quote-orange.png");
}

@media screen and (min-width: 62em) {
  .quotes.quote-orange, blockquote.quotes.quote-orange {
    font-size: 26px;
  }
}

.post-quote-author {
  display: block;
  padding-left: 40px;
  font-size: 18px;
  margin-top: 25px;
  color: #f16c23;
}

.quote-author {
  padding-left: 40px;
  display: block;
}

.color-grey {
  color: #a5a6a6;
}

/** LIST STYLE
===================================*/
.list-style-orange {
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.list-style-orange li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}

.list-style-orange li:before {
  content: "• ";
  display: inline-block;
  color: #ffbd0a;
  position: absolute;
  left: 0;
  top: 1px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 15px auto 15px auto;
  text-align: center;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 28px 10px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone, .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.vid-post-wrap {
  margin: 25px auto;
}

.vid-post-wrap .centered {
  margin: 0 auto;
  max-width: 520px;
}

.vid-post-wrap iframe, .vid-post-wrap embed {
  max-width: 520px;
}

.caption-thumb {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d0d1d1;
  font-weight: 700;
  color: #a5a6a6;
  font-size: 13px;
  line-height: 1.3em;
}

/*==== CHECKBOX DAN RADIO ======*/
.checkbox, .radio {
  font-size: 13px;
}

.checkbox label, .radio label {
  padding-left: 0;
}

.checkbox input[type="checkbox"], .radio input[type="checkbox"] {
  margin-top: 7px;
}

/*
input[type="checkbox"], input[type="radio"] {
  display: none;
}
*/

/*====== CHECKBOX ======*/
input[type="checkbox"] + label span {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: -4px 7px 0 0;
  vertical-align: middle;
  background: image-url("checkbox.png") left top no-repeat;
  cursor: pointer;
}

input[type="checkbox"]:checked + label span {
  background: image-url("checkbox.png") right top no-repeat;
}

/*====== RADIO ======*/
input[type="radio"] + label span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 3px 10px 0 0;
  vertical-align: middle;
  background: image-url("radio_fill.png") 0 0 no-repeat;
  cursor: pointer;
  float: left;
  background-size: 15px auto;
  -moz-background-size: 15px auto;
  -webkit-background-size: 15px auto;
}

input[type="radio"]:checked + label span {
  background: image-url("radio_empty.png") 0 0 no-repeat;
  background-size: 15px auto;
  -moz-background-size: 15px auto;
  -webkit-background-size: 15px auto;
}

/** HEADER
===================================*/

.logo {
  text-align: center;
  margin: 35px 0;
}

@media screen and (min-width: 62em) {
  .logo {
    text-align: left;
    margin: 0;
  }
}

.woocommerce-page .logo img { max-width: none; }

.woocommerce-page .logo img,
.logo img {
  max-width: 180px;
}

.head-top {
  background-color: #1d3950;
  color: white;
  font-size: 14px;
  padding: 15px 0;
}

.social-top {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 62em) {
  .social-top {
    text-align: left;
    margin-bottom: 0;
  }
}

.social-top a {
  color: #f9c100;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  font-size: 24px;
}

.social-top a:first-child {
  margin-left: 0;
}

.social-top a img {
  width: 16px;
  height: auto;
  transition: all .2s linear;
}

.social-top a:hover, .social-top a:focus {
  text-decoration: none;
  opacity: 0.7;
}

.head-top-right ul {
  text-align: center;
}

@media screen and (min-width: 62em) {
  .head-top-right ul {
    text-align: right;
  }
}

.head-top-right ul li {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 0 18px;
  line-height: 1.3em;
  border-right: 1px solid white;
}

@media screen and (min-width: 62em) {
  .head-top-right ul li {
    text-align: left;
  }
}

@media screen and (min-width: 48em) {
  .head-top-right ul li {
    padding: 0 20px;
  }
}

.head-top-right ul li a {
  color: #f9c100;
  text-decoration: underline;
}

.head-top-right ul li a:hover {
  color: #3b8fab;
}

.head-top-right ul li:last-child {
  border: none;
}

.head-top-right ul li:first-child {
  padding-left: 0;
}

@media screen and (max-width: 62em) {
  .head-top-right ul li:first-child {
    border: none;
    width: 100%;
    margin-bottom: 15px;
  }
}

.top-subscribe:before {
  content: "\f0e0";
  display: inline-block;
  margin-right: 12px;
  font: normal normal normal 14px/1 FontAwesome;
  color: #f9c100;
}

.top-subscribe a {
  color: #f9c100;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none !important;
}

.top-subscribe a .fa {
  margin-left: 5px;
  position: relative;
  transition: all .2s linear;
}

.top-subscribe a:hover .fa {
  left: 3px;
}

/** HEADER
===================================*/
.header {
  padding-bottom: 0;
  background-color: white;
}

@media screen and (min-width: 62em) {
  .header.header-fixed {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
  }
}

.header.header-fixed .head-main {
  background-color: transparent;
}

.header .head-main {
  background-color: white;
  padding: 25px 0;
  border-bottom: 1px solid #d0d1d1;
}

@media screen and (min-width: 62em) {
  .header .head-main {
    padding: 70px 0 20px;
  }
}

/** MAIN SRC
===================================*/
.main-src {
  margin-top: 3px;
}

.main-src .form-control {
  display: none;
}

.btn-src {
  background: none;
  border: none;
  text-align: center;
  font-size: 0px;
}

.btn-src:before {
  content: "\f002";
  display: inline-block;
  margin-right: 12px;
  font: normal normal normal 14px/1 FontAwesome;
  color: #3b8fab;
}

@media screen and (max-width: 62em) {
  .btn-src {
    font-size: 22px;
    color: #3b8fab;
    text-align: left;
    width: 100%;
  }
  .btn-src:before {
    font-size: 22px;
  }
}

.src-fullscreen {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: #3b8fab;
  padding: 100px 0;
}

.src-fullscreen .container {
  position: relative;
  padding-top: 80px;
}

.src-fullscreen form {
  margin-top: 50px;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 48em) {
  .src-fullscreen form {
    width: 80%;
  }
}

.src-fullscreen form:after {
  content: "\f002";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 40px;
  color: #e6e6e6;
  top: 35%;
  left: 0;
  z-index: 1;
}

.src-fullscreen .form-control {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 55px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #7eb1c1;
  font-size: 35px;
  font-weight: 300;
  color: #e6e6e6;
  outline: none;
  box-shadow: none;
  border-radius: 0;
}

.src-fullscreen .form-control:focus {
  outline: none;
  border-bottom: 2px solid #e6e6e6;
}

.src-fullscreen .form-control::-webkit-input-placeholder {
  color: #7eb1c1;
}

.src-fullscreen .form-control:-ms-input-placeholder {
  color: #7eb1c1;
}

.src-fullscreen .form-control::placeholder {
  color: #7eb1c1;
}

.src-fullscreen .close-me {
  position: absolute;
  right: 20px;
  top: 0;
}

@media screen and (min-width: 62em) {
  .src-fullscreen .close-me {
    right: 80px;
  }
}

.close-me {
  color: white;
  font-weight: 300;
  text-align: center;
  display: inline-block;
  font-size: 14px;
}

.close-me:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  display: block;
  margin: 5px;
}

@media screen and (min-width: 48em) {
  .close-me:before {
    font-size: 40px;
  }
}

.close-me:hover, .close-me:focus {
  text-decoration: none;
  color: white;
  opacity: 0.7;
}

/*====== Search ======*/
.search-main {
  display: none;
  background-color: #3b8fab;
  padding: 15px 0;
}

.search-main form {
  max-width: 90%;
  margin: 0 auto;
}

.search-main .form-control {
  background-color: white;
  border-radius: 4px;
  box-shadow: none;
  border: none;
  height: 40px;
}

/** MAIN NAV
===================================*/
.main-nav {
  text-align: center;
  margin-top: 31px;
}

@media screen and (min-width: 50em) {
  .main-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}

.main-nav > ul {
  display: none;
}

@media screen and (min-width: 50em) {
  .main-nav > ul {
    display: block;
  }
}

.main-nav ul {
  zoom: 1;
  /*height:51px;*/
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 50em) {
  .main-nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}

.main-nav ul li {
  display: inline-block;
  padding: 8px 45px;
  position: relative;
}

.main-nav ul li a {
  font-size: 20px;
  color: #3b8fab;
  font-weight: 700;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
}

.main-nav ul li a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: auto;
  width: 0;
  height: 2px;
  background-color: #f9c100;
  transition: all .4s linear;
}

.main-nav ul li:hover > a, .main-nav ul li.active > a {
  color: #1d3950;
  text-decoration: none;
}

.main-nav ul li:hover > a:before, .main-nav ul li.active > a:before {
  width: 100%;
}

.main-nav ul li:hover ul {
  display: block;
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
  .main-nav ul li {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 48em) {
  .main-nav ul li {
    padding: 8px 28px;
  }
}

.main-nav ul li:first-child {
  padding-left: 15px;
}

.main-nav ul li ul {
  height: auto;
  border: 0;
  position: absolute;
  top: 100%;
  left: 10px;
  min-width: 250px;
  z-index: 80;
  display: none;
  margin: 0;
  padding: 0;
  background: #f3f3f3;
  box-shadow: 1px 1px 3px #dadada;
  border: 1px solid #eaeaea;
}

.main-nav ul li ul a {
  padding: 10px;
  _height: 10px;
  /*IE6 only*/
  display: block;
  float: none;
  text-transform: none;
  font-size: 0.8em;
  font-weight: normal;
  color: #717373;
}

.main-nav ul li ul a:hover {
  background-color: #3b8fab;
  color: #fff;
}

.main-nav ul li ul li:hover {
  border-color: transparent;
}

.main-nav ul li li {
  float: none;
  display: block;
  border: 0;
  border-bottom: 1px solid #d5d6d6;
  text-align: left;
  padding: 0;
}

.main-nav ul li li:last-child {
  border: none;
}

.main-nav ul li li a:before, .main-nav ul li li a:after {
  display: none !important;
}

.main-nav ul li li:last-child {
  box-shadow: none;
}

.main-nav ul li li:first-child {
  padding-left: 0;
}

/*arrow*/
.nav ul ul li:first-child > a {
  /*@include border-radius(8px 8px 0 0)*/
}

.nav ul ul li:first-child > a:after {
  content: '';
  position: absolute;
  left: 40px;
  top: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #444;
}

/*====== HUMBERBER BUTTON ======*/
.btn-rwd-sidebar {
  display: block;
  margin-top: 0;
  float: right;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #50555a;
  color: white;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 50em) {
  .btn-rwd-sidebar {
    display: none;
  }
}

/*====== RESPONSIVE MENU ======*/
.btn-mobileNav {
  display: block;
  margin-top: 0;
  float: right;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #f6bf01;
  color: white;
  position: absolute;
  z-index: 999;
  right: 0;
  top: 0;
}

@media screen and (min-width: 50em) {
  .btn-mobileNav {
    display: none;
  }
}

.mobile-nav {
  z-index: 9999;
  width: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  height: 100%;
  overflow-x: hidden;
  background-color: #3b8fab;
  color: white;
  animation-duration: 0.8s;
  transition: all .3s linear;
}

.mobile-nav.show {
  top: 0;
}

.mobile-nav ul {
  list-style: none outside none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
}

.mobile-nav ul li {
  position: relative;
}

.mobile-nav ul li .fa {
  position: absolute;
  right: 15px;
  top: 0.2em;
  font-size: 1.3em;
  color: white;
}

.mobile-nav ul li a {
	margin: 0 2em;
}
.mobile-nav ul li a, .mobile-nav ul li span {
  font-size: 25px;
  text-transform: uppercase;
  padding: 8px 15px;
  display: block;
  font-weight: 600;
  padding-left: 13px;
  color: white;
  line-height: 1.3em;
  text-align: center;
}

.mobile-nav ul li a:hover, .mobile-nav ul li a:focus {
  color: white;
  background-color: #313131;
  text-decoration: none;
}

.mobile-nav ul ul.sub-menuNav {
  margin: 0;
  display: block;
  visibility: visible;
  margin-bottom: 20px;
  margin-left: 20px;
  display: none;
}

.mobile-nav ul.sub-menuNav li {
  position: relative;
}

.mobile-nav ul.sub-menuNav li a {
  padding-left: 13px;
}

.mobile-nav .btn-hide {
  display: inline-block;
  text-align: center;
  color: white;
  font-size: 50px;
  cursor: pointer;
}

.mobile-nav .btn-hide:hover, .mobile-nav .btn-hide:focus {
  background-color: transparent;
  color: #c1c1c1;
}

.close-sidebar {
  padding: 30px 0;
  text-align: center;
}

.nav-shadow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/** HERO BANNER
===================================*/
.hero-section {
  position: relative;
}

.hero-section .item {
  min-height: 400px;
  padding: 50px 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 62em) {
  .hero-section .item {
    min-height: 870px;
    padding: 0;
    padding-top: 280px;
    padding-bottom: 50px;
    padding-right: 0px;
    padding-left: 0;
  }
}

.hero-section-half .item {
  min-height: 300px;
}

@media screen and (max-width: 42em) {
  .hero-section .item {
    min-height: 350px;
  }
  .hero-section-half .item {
    min-height: 150px;
  }
}

.hero-section .hero-desc {
  padding-top: 40px;
}

@media screen and (min-width: 62em) {
  .hero-section .hero-desc {
    padding-top: 280px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
  }
}

@media screen and (max-width: 62em) {
  .hero-article {
    margin-bottom: 30px;
  }
}

.hero-article h3 {
  font-size: 35px;
  color: #1d3950;
  margin: 0;
  margin-bottom: 15px;
  line-height: 1.3em;
}

@media screen and (min-width: 62em) {
  .hero-article h3 {
    font-size: 50px;
    line-height: 1.1em;
  }
}

.hero-article p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
}

@media screen and (min-width: 62em) {
  .hero-article p {
    font-size: 23px;
  }
}

.hero-post {
  position: relative;
}

.hero-post:before, .hero-post:after {
  content: '';
  display: table;
}

.hero-post:after {
  clear: both;
}

.hero-post .author-buble {
  overflow: hidden;
}

.hero-post .author-buble img {
  border-radius: 9999px;
}

.hero-post .box-round {
  padding: 25px;
  background-color: #f16c23;
  overflow: hidden;
  color: white;
  font-family: 'Lora', serif;
  font-size: 0.9em;
  box-shadow: 0 0 0px 10px rgba(241, 108, 35, 0.4);
}

@media screen and (min-width: 62em) {
  .hero-post .box-round {
    padding: 70px 30px;
    padding-top: 140px;
    line-height: 1.3em;
    width: 333px;
    height: 333px;
    border-radius: 9999px;
  }
}

.hero-post .box-round .quotes {
  padding-left: 40px;
}

.hero-post .box-round p {
  font-style: italic;
}

.hero-post header {
  max-width: 350px;
  overflow: hidden;
  margin: 25px auto;
  text-align: center;
}

@media screen and (min-width: 62em) {
  .hero-post header {
    margin: 0;
    position: absolute;
    left: 0;
    top: -10px;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

.hero-post header .thumb {
  width: 140px;
  margin: 0 auto 10px;
}

@media screen and (min-width: 62em) {
  .hero-post header .thumb {
    float: left;
    margin: 0;
    margin-bottom: 10px;
  }
}

.hero-post header img {
  border-radius: 9999px;
}

.hero-post header .hero-post--title {
  margin: 0;
  font-family: 'Lora', serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 20px;
  overflow: hidden;
}

.hero-post .quote-author {
  margin-top: 10px;
  padding-left: 42px;
  display: block;
}

.hero-post .remore-link {
  margin-top: 16px;
}

/** NEWBIE SECTION
===================================*/
.newbie-section {
  background-color: #f9c100;
  padding: 35px 0;
}

@media screen and (min-width: 48em) {
  .newbie-section .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.newbie-section h3 {
  margin: 0;
  color: #1d3950;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: left;
}

@media screen and (min-width: 62em) {
  .newbie-section h3 {
    font-size: 40px;
  }
}

@media screen and (min-width: 62em) {
  .newbie-section .newbie-title {
    padding-left: 38px;
  }
}

.newbie-section .newbie-desc {
  font-size: 16px;
}

@media screen and (min-width: 62em) {
  .newbie-section .newbie-desc {
    padding-right: 38px;
    padding-left: 38px;
  }
}



/** EVENTS
===================================*/
.events-home {
  padding: 90px 0 80px;
}

@media screen and (min-width: 48em) {
  .events-home {
    text-align: center;
  }
  .events-home .row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .events-home .event-home--post {
    flex: 1;
    margin-right: 1em;
  }
  .events-home .event-home--post:last-of-type {
    margin-right: 0;
  }
}
@media screen and (min-width: 62em) {
  .events-home .event-home--post {
    max-width: 33%;
  }
}
.event-home--post {
  padding: 28px 18px;
  overflow: hidden;
  min-height: 200px;
  margin-bottom: 25px;
  background-color: #1d3950;
  border-top: 3px solid #f9c100;
}



.events-home .title-lg-lt {
  text-align: center;
}

.events-home .more-events {
  text-align: center;
}

@media screen and (min-width: 48em) {
  .event-home--post {
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 100%;
  }
}

.event-home--post a {
  color: #fff;
}
.event-home--post a:hover {
  text-decoration: none;
}

.event-home--post.no-minH .inside {
  min-height: auto;
}

.event-home--post .ev-date {
  float: left;
  margin-right: 20px;
  width: 60px;
  text-align: center;
  word-wrap: break-word;
}

.event-home--post .ev-date .month {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 10px;
  display: block;
}

.event-home--post .ev-date .date {
  display: block;
  font-size: 39px;
  font-weight: 300;
  line-height: 1em;
}

.event-home--post .ev-date .spacer {
  display: block;
  font-weight: 700;
  margin: 5px 0 10px;
  text-align: center;
}

.event-home--post .ev-date .spacer strong {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  border-top: 2px solid #1d3950;
  border-bottom: 2px solid #1d3950;
}

.event-home--post .desc {
  overflow: hidden;
}

.event-home--post .ev-category {
  display: block;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.3em;
}

.event-home--post .ev-time {
  display: block;
  font-size: 14px;
}

.event-home--post .ev-title {
  margin: 10px 0;
  font-size: 18px;
  color: #3b8fab;
}

.event-home--post:hover a {
  text-decoration: none;
}

.event-home--post:hover .spacer strong {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}

.event-home--post .ev-title {
  font-size: 23px;
  line-height: 1.2em;
  color: #f9c100;
}

.event-home--post .ev-extra {
  font-family: 'Lora', serif;
  font-size: 12px;
  text-transform: uppercase;
}






.visual-home {
  min-height: 450px;
  padding: 40px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -ms-flex-align: flex-start;
  align-items: center;
}

@media screen and (min-width: 62em) {
  .visual-home {
    min-height: 580px;
  }
  .visual-home:hover .rounded-yellow {
    animation: bounce 5s;
  }
}

.visual-home article h3 {
  margin: 0;
  font-size: 33px;
  line-height: 1.2em;
  color: #1d3950;
  margin-bottom: 25px;
}

@media screen and (min-width: 62em) {
  .visual-home article h3 {
    font-size: 48px;
    line-height: 1.1em;
  }
}

.visual-home article .remore-link {
  font-size: 18px;
  text-decoration: uppercase;
}

@media screen and (min-width: 48em) {
  .visual-home article .remore-link {
    font-size: 20px;
  }
}

@media screen and (max-width: 62em) {
  .visual-home article {
    margin-bottom: 30px;
  }
}

.post-buble {
  /*  overflow: hidden;*/
}

@media screen and (min-width: 62em) {
  .post-buble {
    padding-left: 30px;
  }
}

.rounded-yellow {
  padding: 25px;
  margin: 12px;
  text-align: center;
  background-color: #f9c100;
  overflow: hidden;
  box-shadow: 0 0 0px 10px rgba(249, 193, 0, 0.4);
}

@media screen and (min-width: 48em) {
  .rounded-yellow {
    padding: 58px 30px;
    line-height: 1.3em;
    width: 315px;
    height: 315px;
    border-radius: 9999px;
  }
}

@media screen and (max-width: 62em) {
  .rounded-yellow {
    margin-right: auto;
    margin-left: auto;
  }
}

.rounded-yellow h3 {
  margin: 0;
  margin-bottom: 8px;
  font-size: 28px;
}

.rounded-yellow .mapin {
  width: 36px;
  height: 36px;
  margin: 0 auto 15px;
  background-color: #1d3950;
  color: white;
  text-align: center;
  border-radius: 9999px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

/** RESOURCES
===================================*/

.fr-item {
  overflow: hidden;
  padding: 25px 50px;
  position: relative;
  z-index: 10;
  color: white;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

@media screen and (min-width: 48em) {
  .fr-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 47em) {
  .fr-item {
    width: 100%;
  }
}

.fr-item article {
  transition: all .5s;
}

.fr-item a {
  color: white;
  text-decoration: none;
}

.fr-item .visual-category {
  display: block;
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.fr-item .visual-type {
  font-size: 12px;
  margin-bottom: 8px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.fr-item h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2em;
}

@media screen and (min-width: 48em) {
  .fr-item h3 {
    font-size: 25px;
  }
}

.fr-item:before {
  content: '';
  background-color: rgba(59, 143, 171, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.fr-item.odd:before {
  background-color: rgba(29, 57, 80, 0.8);
}

@media screen and (min-width: 48em) {
  .fr-item {
    height: 320px;
  }
}

.fr-item:hover article, .fr-item:focus article {
  transform: scale(1.1);
  z-index: 11;
}

.fr-item:hover:before, .fr-item:focus:before {
  display: block;
  background-color: #3b8fab;
}

.tweetbox-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #e7e8e8;
}

@media screen and (min-width: 48em) {
  .tweetbox-section {
    padding-top: 70px;
    padding-bottom: 0;
    min-height: 750px;
  }
}

.tweetbox-section .container {
  position: relative;
}

.tweetbox-thumbs {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 62em) {
  .tweetbox-thumbs {
    display: block;
  }
}

.tweetbox-thumbs .rounded-bubble {
  border-radius: 9999px;
  overflow: hidden;
  margin-bottom: 15px;
}

.tweetbox-thumbs .rounded-bubble img {
  border-radius: 9999px;
}

@media screen and (min-width: 62em) {
  .tweetbox-thumbs .rounded-bubble {
    margin-left: -55px;
  }
}

@media screen and (min-width: 48em) {
  .tweet-feed, .fd-funding {
    float: right;
  }
}

.tweet-feed {
  margin: 0 0 25px;
}

@media screen and (min-width: 62em) {
  .tweet-feed {
    padding-left: 65px;
  }
}

.line-tweetbox {
  border-bottom: 1px solid #d0d1d1;
  width: 100%;
  height: 1px;
  margin: 25px 0;
}

@media screen and (min-width: 62em) {
  .line-tweetbox {
    padding-bottom: 65px;
    margin-bottom: 65px;
  }
}

.fd-funding .thumb {
  display: none;
  margin-right: 40px;
  float: left;
}

@media screen and (min-width: 48em) {
  .fd-funding .thumb {
    display: block;
  }
}

.fd-funding .desc {
  overflow: hidden;
}

.fd-funding .desc h4 {
  margin: 0;
  font-size: 25px;
  margin-bottom: 18px;
}

.fd-funding .btn {
  margin-top: 28px;
}



/** EVENTS
===================================*/
.src-subpages {
  background-color: #e7e8e8;
  padding: 15px 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 5;
  /*&:after {
    left: auto;
    right: -100%;
  }
*/
}

.src-subpages:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e7e8e8;
}

.src-subpages form {
  margin: 0 auto;
  float: none;
}

.src-subpages form .form-control {
  height: 45px;
  font-size: 35px;
  font-weight: 300;
  border: none;
  box-shadow: none;
  padding-left: 45px;
  background: #e7e8e8 url("../img/search.png") left 43% no-repeat;
  background-size: 35px auto;
}

.text-showallsrc {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
}

.text-showallsrc strong {
  font-weight: 700;
}

.unbold {
  font-weight: 400;
}

.post-event {
  font-size: 16px;
}

.post-event a {
  color: #3b8fab;
}

.post-event a:hover {
  text-decoration: none;
  color: #1d3950;
}

.post-event .inside {
  border-top: 3px solid #d0d1d1;
  padding: 28px 18px;
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.post-event .ev-date {
  float: left;
  margin-right: 20px;
  width: 60px;
  text-align: center;
  word-wrap: break-word;
}

.post-event .ev-date .month {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 10px;
  display: block;
}

.post-event .ev-date .date {
  display: block;
  font-size: 39px;
  font-weight: 300;
  line-height: 1em;
}

.post-event .ev-date .spacer {
  display: block;
  font-weight: 700;
  margin: 5px 0 10px;
  text-align: center;
}

.post-event .ev-date .spacer strong {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  border-top: 2px solid #1d3950;
  border-bottom: 2px solid #1d3950;
}

.post-event .desc {
  overflow: hidden;
}

.post-event .ev-category {
  display: block;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.3em;
}

.post-event .ev-time {
  display: block;
  font-size: 14px;
}

.post-event .ev-title {
  margin: 10px 0;
  font-size: 18px;
  color: #3b8fab;
}

.post-event:hover a {
  text-decoration: none;
}

.post-event:hover .spacer strong {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}

.post-event .ev-extra {
  font-family: 'Lora', serif;
  font-size: 12px;
  text-transform: uppercase;
}

.post-event .ev-thumb {
  margin: 0 auto 20px;
}

@media screen and (min-width: 42em) {
  .post-event .ev-thumb {
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
  }
}

/** RESOURCES
===================================*/
.fr-item-resources {
  overflow: hidden;
  position: relative;
  z-index: 10;
  padding: 25px;
  color: white;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

@media screen and (min-width: 48em) {
  .fr-item-resources {
    padding: 45px 50px;
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fr-item-resources .visual-type {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 47em) {
  .fr-item-resources {
    width: 100%;
  }
}

.fr-item-resources article {
  transition: all .5s;
}

.fr-item-resources a {
  color: white;
  text-decoration: none;
}

.fr-item-resources .visual-category {
  display: block;
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.fr-item-resources .visual-type {
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.fr-item-resources h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2em;
}

@media screen and (min-width: 48em) {
  .fr-item-resources h3 {
    font-size: 25px;
  }
}

.fr-item-resources:before {
  content: '';
  background-color: rgba(59, 143, 171, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.fr-item-resources.odd:before {
  background-color: rgba(29, 57, 80, 0.8);
}




.post-item {
  font-size: 16px;
}

.post-item a {
  color: #3b8fab;
}

.post-item a:hover {
  text-decoration: none;
  color: #1d3950;
}

.post-item .inside {
  border-top: 1px solid #d0d1d1;
  padding: 28px 15px;
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.post-item:last-child {
  border-bottom: 1px solid #d0d1d1;
}

.post-item .ev-date {
  float: left;
  margin-right: 20px;
  width: 60px;
  text-align: center;
  word-wrap: break-word;
}

.post-item .ev-date .month {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 10px;
  display: block;
}

.post-item .ev-date .date {
  display: block;
  font-size: 39px;
  font-weight: 300;
  line-height: 1em;
}

.post-item .ev-date .spacer {
  display: block;
  font-weight: 700;
  margin: 5px 0 10px;
  text-align: center;
}

.post-item .ev-date .spacer strong {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  border-top: 2px solid #1d3950;
  border-bottom: 2px solid #1d3950;
}

.post-item .desc {
  overflow: hidden;
}

.post-item .ev-category {
  display: block;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.3em;
}

.post-item .ev-time {
  display: block;
  font-size: 14px;
}

.post-item .ev-title {
  margin: 10px 0;
  font-size: 18px;
  color: #3b8fab;
}

.post-item .ev-thumb {
  margin: 0 auto 20px;
  text-align: center;
}

@media screen and (min-width: 42em) {
  .post-item .ev-thumb {
    text-align: left;
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
  }
}

.show-newold-post {
  margin-bottom: 30px;
}

.show-newold-post ul {
  text-align: right;
}

.show-newold-post ul li {
  display: inline-block;
  padding: 0 10px;
  text-align: right;
}

.show-newold-post ul li a {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  color: #a5a6a6;
  text-transform: uppercase;
}

.show-newold-post ul li:hover a, .show-newold-post ul li.active a {
  color: #3b8fab;
  text-decoration: none;
}

.show-newold-post ul li:first-child {
  padding-left: 0;
}

.show-newold-post ul li:last-child {
  padding-right: 0;
}

/** COMMUNITY
===================================*/
.box-postfeature {
  background-color: #f16c23;
  padding: 25px;
  overflow: hidden;
  color: white;
  line-height: 1.3em;
}

@media screen and (min-width: 48em) {
  .box-postfeature {
    padding: 40px;
  }
}

.box-postfeature a {
  color: white;
}

.box-postfeature h3 {
  margin: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: 'Lora', serif;
  font-size: 14px;
  font-weight: 400;
  color: #1d3950;
}

.box-postfeature .thumb {
  margin: 0 auto 20px;
  text-align: center;
  border-radius: 9999px;
  max-width: 145px;
}

@media screen and (min-width: 42em) {
  .box-postfeature .thumb {
    float: left;
    text-align: left;
    margin-right: 30px;
  }
}

.box-postfeature .thumb img {
  border-radius: 9999px;
}

.box-postfeature .desc {
  overflow: hidden;
}

/** SINGLE PAGE
===================================*/
.post-detail {
  position: relative;
  z-index: 10;
  padding-top: 55px;
}

.post-detail:before {
  content: '';
  background-color: #e7e8e8;
  width: 100%;
  height: 39%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.post-detail.full-centered {
  padding-top: 0;
}

.post-detail.full-centered:before {
  display: none;
}

.post-detail.full-centered .post-dtl-header {
  margin-bottom: 40px;
  padding: 40px 0;
}

.post-detail.full-centered .post-dtl-header:before {
  content: '';
  background-color: #e7e8e8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.post-detail.full-centered .post-dtl-header .container {
  max-width: 800px;
}

.post-detail.full-centered .post-dtl-article {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}

.post-dtl-thumb {
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}

.single-post_resources .post-dtl-thumb figure,
.single-post_events .post-dtl-thumb figure, {
  margin-bottom: 28px;
}

.post-dtl-thumb .btn-yellow-lg {
  text-transform: none;
}

.post-detail-hero {
  margin-bottom: 50px;
}

@media screen and (max-width: 72em) {
  .post-detail-hero {
    padding-bottom: 50px;
  }
}

.post-dtl-header {
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}

@media screen and (min-width: 62em) {
  .post-dtl-header {
    margin-bottom: 80px;
  }
}

.post-dtl-header .post-dtl-category {
  display: block;
  font-family: 'Lora', serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media screen and (min-width: 62em) {
  .post-dtl-header .post-dtl-category {
    margin-bottom: 40px;
  }
}

.post-dtl-header .post-dtl-type {
  display: block;
  margin-bottom: 8px;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.post-dtl-title {
  margin: 0;
  font-size: 25px;
  line-height: 1.2em;
}

@media screen and (min-width: 62em) {
  .post-dtl-title {
    font-size: 30px;
  }
}

.post-datetime {
  overflow: hidden;
  border-bottom: 2px solid #d0d1d1;
  padding: 0 0 20px;
  margin-bottom: 30px;
}

.post-datetime.no-border {
  border: none;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.post-datetime .post-datesm {
  font-size: 16px;
  display: inline-block;
  padding-top: 47px;
  overflow: hidden;
}

.post-datetime .time {
  color: #a5a6a6;
  font-size: 14px;
}

.ev-date {
  float: left;
  margin-right: 20px;
  width: 60px;
  text-align: center;
  word-wrap: break-word;
}

.ev-date .month {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 2px;
  display: block;
}

.ev-date .date {
  display: block;
  font-size: 39px;
  font-weight: 300;
  line-height: 1em;
}

.ev-date .spacer {
  display: block;
  font-weight: 700;
  margin: 5px 0 10px;
  text-align: center;
}

.ev-date .spacer strong {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  border-top: 2px solid #1d3950;
  border-bottom: 2px solid #1d3950;
}

.post-dtl-article {
  overflow: hidden;
  padding: 0 15px;
}

@media screen and (min-width: 62em) {
  .post-dtl-article {
    padding-left: 70px;
  }
}

/** SINGLE NEW STYLES
===================================*/
.post-dtl-thumb {
  margin-bottom: 30px;
}

@media screen and (min-width: 62em) {
  .single-post_events .post-dtl-thumb,
  .single-post_resources .post-dtl-thumb {
    margin: 0 70px 70px 0;
    text-align: left;
    float: left;
  }
  .single-post .post-dtl-thumb {
    margin: 0 24px 24px 0;
    text-align: left;
    float: left;
  }
}

.post-detail {
  padding-top: 0;
}

.post-detail:before {
  display: none;
}

.post-detail .post-dtl-header {
  margin-bottom: 40px;
}

.post-detail.fullwidth .post-dtl-article {
  float: none;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width: 62em) {
  .post-dtl-article {
    float: right;
  }
}

.post-detail-hero {
  position: relative;
  z-index: 10;
  padding-top: 50px;
}

.post-detail-hero:before {
  content: '';
  background-color: #e7e8e8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 72em) {
  .post-detail-hero {
    padding-bottom: 0;
  }
}

.post-datetime {
  position: relative;
}

.post-datetime .post-datesm {
  padding: 0;
}

@media screen and (min-width: 62em) {
  .post-datetime .post-datesm {
    padding-top: 0;
    position: absolute;
    left: 85px;
    bottom: 20px;
  }
}

@media screen and (max-width: 62em) {
  .post-datetime .ev-date {
    width: auto;
    float: none;
    text-align: left;
  }
  .post-datetime .ev-date .month,
  .post-datetime .ev-date .date,
  .post-datetime .ev-date strong,
  .post-datetime .ev-date .date {
    display: inline-block;
    margin-right: 3px;
  }
}

/** // SINGLE NEW STYLES */
/*==========================================================================
  SIDEBAR
========================================================================== */
.sidebar {
  color: white;
  background-color: #3b8fab;
  padding: 40px;
  padding-bottom: 80px;
  position: relative;
  z-index: 10;
  font-size: 16px;
}

.sidebar:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  border-top: 8px solid #f9c100;
  background-color: #3b8fab;
}

.sidebar:after {
  content: '';
  height: 8px;
  width: 100%;
  background-color: #f9c100;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
}

.sidebar a {
  color: #1d3950;
}

@media screen and (min-width: 48em) {
  .sidebar {
    padding-top: 60px;
  }
}

.side-spacer {
  border-color: #1d3950;
}

.title-asidehead {
  margin-bottom: 38px;
}

.title-asidehead h2 {
  margin: 0;
  font-size: 27px;
  line-height: 1.1em;
}

.title-asidehead.min-marginBtm {
  margin-bottom: 28px;
}

.title-aside-sm {
  margin: 0;
  font-size: 18px;
  line-height: 1.3em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.filterside-menu {
  margin-bottom: 38px;
}

.filterside-menu ul {
  display: none;
}

@media screen and (min-width: 48em) {
  .filterside-menu ul {
    display: block;
  }
}

.filterside-menu ul li {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
}

.filterside-menu ul li a {
  display: inline-block;
  text-decoration: underline;
  color: white;
}

.filterside-menu ul li:hover a {
  color: #f9c100;
}

.filterside-select {
  margin-bottom: 38px;
}

.side-sharework h3 {
  margin: 0;
  font-size: 21px;
  margin-bottom: 6px;
}

.side-posts {
  font-size: 16px;
  line-height: 1.3em;
  margin-bottom: 40px;
}

.side-posts h4 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 8px;
}

.side-rounded {
  overflow: hidden;
  padding: 25px;
  color: #1d3950;
  line-height: 1.4em;
  background-color: #f9c100;
  margin-bottom: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 42em) {
  .side-rounded {
    padding-right: 40px;
    padding-left: 40px;
    width: 300px;
    height: 300px;
    border-radius: 999px;
  }
}

.side-rounded h3 {
  margin: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 300;
}

.side-df-menu {
  margin-bottom: 25px;
}

.side-df-menu ul li {
  display: block;
  position: relative;
  margin-bottom: 8px;
}

.side-df-menu ul li:before {
  content: "\f0da";
  display: inline-block;
  font: normal normal normal 14px/1 'FontAwesome';
  color: #f9c100;
  opacity: 0;
  left: -100%;
  position: absolute;
  left: -10px;
  top: 3px;
  z-index: 1;
  transition: all 0.8s ease;
}

.side-df-menu ul li a {
  color: #1d3950;
  font-weight: 700;
}

.side-df-menu ul li:hover, .side-df-menu ul li.active {
  color: white;
}

.side-df-menu ul li:hover a, .side-df-menu ul li.active a {
  color: white;
  text-decoration: none;
}

.side-df-menu ul li:hover:before, .side-df-menu ul li.active:before {
  opacity: 1;
  left: -10px;
}

/** FOOTER
===================================*/
.footer {
  background-color: #1d3950;
  color: white;
  font-size: 16px;
  padding: 80px 0;
}

.footer a {
  color: white;
}

.foo-logo {
  margin-bottom: 30px;
}

.foo-logo img {
  width: 260px;
}

@media screen and (min-width: 48em) and (max-width: 62em) {
  .foo-logo img {
    width: 200px;
  }
}

@media screen and (max-width: 48em) {
  .foo-logo {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

.foo-address {
  margin-bottom: 15px;
}

@media screen and (max-width: 48em) {
  .foo-address, .foo-contact {
    text-align: center;
  }
}

@media screen and (max-width: 48em) {
  .foo-contact li {
    text-align: center;
  }
}

.foo-menu {
  color: white;
  font-size: 18px;
}

.foo-menu a {
  color: white;
  display: block;
}

.foo-menu a:hover {
  color: #d9d9d9;
}

.foo-menu > ul > li {
  display: block;
  margin-bottom: 10px;
}

.foo-menu > ul > li > a {
  font-weight: 700;
}

.foo-menu ul ul > li > a {
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width: 48em) {
  .foo-menu {
    margin: 30px 0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #132635;
    border-bottom: 1px solid #132635;
  }
}

.foo-subscribe {
  font-size: 16px;
}

.foo-subscribe .remore-link {
  font-size: 16px;
}

.foo-policy {
  margin-top: 45px;
}

.foo-policy ul li {
  display: inline-block;
  border-right: 1px solid white;
  line-height: 1.2em;
  padding-right: 8px;
  margin-right: 8px;
}

.foo-policy ul li:last-child {
  border: none;
}

.foo-policy ul li:first-child {
  padding-left: 0;
}

@media screen and (min-width: 62em) {
  .foo-policy ul li {
    padding-left: 29px;
    padding-right: 29px;
  }
}

.foo-policy ul li a {
  display: inline-block;
  font-size: 14px;
  color: white;
  text-decoration: underline;
}

.foo-policy ul li a:hover {
  color: #d9d9d9;
}

@media screen and (max-width: 48em) {
  .foo-policy {
    text-align: center;
  }
  .foo-policy ul, .foo-policy li {
    text-align: center;
  }
  .foo-policy li {
    margin-bottom: 7px;
  }
}



/* Gravity Form tweak */
div.gform_body ul.gform_fields {
	margin-left: -13px !important;
}
div.gform_body ul.gform_fields li:before {
	display: none;
}

