@charset "UTF-8";
/* ===================== */
/* GENERAL --- */
/* ===================== */
html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65em;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
}

html, body {
  width: auto !important;
  overflow-x: hidden !important;
}

body {
  background-color: #fff;
  overflow-y: hidden !important;
  -webkit-font-smoothing: subpixel-antialiased !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", sans-serif;
  margin: 0.25em 0 0.56em;
  line-height: 1.25em;
  color: #27221f;
  font-optical-sizing: auto;
  position: relative;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-size: 1rem;
}

h1 {
  font-size: 2.65vmax;
  font-weight: 800;
  line-height: 1.16em;
  margin: 0;
}

.BGprime h1 {
  text-shadow: 3px 6px 3px rgba(0, 0, 0, 0.1);
  -webkit-text-shadow: 3px 6px 3px rgba(0, 0, 0, 0.1);
}

h2 {
  font-size: 2.35rem;
  font-weight: 900;
}
h2 small {
  color: #8699ae;
}

h2.vw {
  font-size: 2.35vmax;
  line-height: 1.35em;
}

h3 {
  font-size: 1.86rem;
  font-weight: 800;
  line-height: 1.56em;
}

h3.vw, .sidebar-widget h3 {
  font-size: 1.86vmax;
  line-height: 1.35em;
}

h4 {
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1.56em;
}

h5 {
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.35em;
}

h6 {
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.65em;
}

.white {
  color: #fff !important;
}

a {
  text-decoration: none;
}

a:hover, a:focus, a:visited {
  text-decoration: none;
}

:focus, :active {
  outline: none !important;
}

p {
  margin: 0.3em 0 1.5em;
  color: #27221f;
  font-weight: normal !important;
}

p.vw {
  font-size: 1.15vmax;
}

input[type=text], input[type=email], input[type=tel], input[type=number], input[type=datetime], textarea, .textarea, body .gform_wrapper .top_label input, .fl-form-field input, .fl-form-field input[type=text], .fl-form-field input[type=email], select {
  display: block;
  background-color: #fff;
  padding: 0.36em 1.25em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.65em;
  height: 3.36em;
  font-size: 1em;
  box-shadow: none;
}

textarea {
  min-height: 6em;
}

input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus, input[type=number]:focus, input[type=datetime]:focus, .form-control:focus {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.no-border {
  border: none !important;
  border-style: none !important;
}

.clearfix {
  clear: both;
}

.btn, input[type=submit], button[type=submit] {
  padding: 0.86em 1.25em;
  font-size: 1em;
  font-weight: 800;
  -webkit-border-radius: 6em;
  -moz-border-radius: 6em;
  -ms-border-radius: 6em;
  border-radius: 6em;
  text-transform: uppercase;
  border: 3px solid #fff;
}

.btn-sm {
  font-size: 0.85em;
  padding: 0.46em 1.15em;
}

.btn-lg {
  font-size: 1.15em;
  padding: 0.85em 1.65em;
}

.btn-round {
  -webkit-border-radius: 0.65em;
  -moz-border-radius: 0.65em;
  -ms-border-radius: 0.65em;
  border-radius: 0.65em;
}

.btn-capsule {
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  -ms-border-radius: 10em;
  border-radius: 10em;
}

.btn-light {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.btn-opaque {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 0.55em 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0.55em 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.55em 0 rgba(0, 0, 0, 0.1);
}

.btn-link {
  text-decoration: none !important;
}

.btn i {
  margin-right: 0.55em;
}

blockquote, .big {
  font-size: 1.25em;
}

.overflowH {
  overflow: hidden;
}

.overflowV {
  overflow: visible;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.tl {
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
}

.tr {
  top: 0 !important;
  left: auto !important;
  right: 0 !important;
  bottom: auto !important;
}

.br {
  top: auto !important;
  left: auto !important;
  right: 0 !important;
  bottom: 0 !important;
}

.bl {
  top: auto !important;
  left: 0 !important;
  right: auto !important;
  bottom: 0 !important;
}

.mAuto {
  display: block;
  margin: 1.25em auto;
}

ul.list-default {
  list-style-type: disc;
  padding: 0;
  margin: 1.5em 0;
  list-style-position: inside;
}
ul.list-default li {
  padding: 0.15em 0.35em;
  position: relative;
}

ul.list-default li, ol.list-default li {
  padding: 0.56em 0 0.56em 1.65em;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

ul.list-default li:hover, ol.list-default li:hover {
  background-color: #fbfbfb;
}

ul.list-default li:first-child, ol.list-default li:first-child {
  border: none;
}

ul.list-default li::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 0.65em;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.8em;
}

ul.list-default.check li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 0.65em;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.8em;
}

ul.list-default li:hover:before {
  left: 0.85em;
}

ul.list-default li ul li {
  list-style-type: none;
}

a.top {
  display: none;
  color: #fff !important;
  width: 2.25em;
  height: 2.25em;
  line-height: 2.25em;
  font-size: 1.25em;
  text-align: center;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  -ms-border-radius: 0.2em;
  border-radius: 0.2em;
  position: fixed;
  right: 1em;
  bottom: 1em;
  opacity: 0.8;
  z-index: 999;
}

a.top:hover {
  opacity: 1;
}

.m0 {
  margin: 0 !important;
}

.mTBhalf {
  margin-top: 0.55em !important;
  margin-bottom: 0.55em !important;
}

.mTB0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mTB1 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.mTB2 {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

.mTB3 {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}

.mTB4 {
  margin-top: 4em !important;
  margin-bottom: 4em !important;
}

.mTB5 {
  margin-top: 5em !important;
  margin-bottom: 5em !important;
}

.mTB6 {
  margin-top: 6em !important;
  margin-bottom: 6em !important;
}

.mTB7 {
  margin-top: 7em !important;
  margin-bottom: 7em !important;
}

.mTB8 {
  margin-top: 8em !important;
  margin-bottom: 8em !important;
}

.mTB9 {
  margin-top: 9em !important;
  margin-bottom: 9em !important;
}

.mTB10 {
  margin-top: 10em !important;
  margin-bottom: 10em !important;
}

.mThalf {
  margin-top: 0.55em !important;
}

.mT0 {
  margin-top: 0 !important;
}

.mT1 {
  margin-top: 1em !important;
}

.mT2 {
  margin-top: 2em !important;
}

.mT3 {
  margin-top: 3em !important;
}

.mT4 {
  margin-top: 4em !important;
}

.mT5 {
  margin-top: 5em !important;
}

.mT6 {
  margin-top: 6em !important;
}

.mT7 {
  margin-top: 7em !important;
}

.mT8 {
  margin-top: 8em !important;
}

.mT9 {
  margin-top: 9em !important;
}

.mT10 {
  margin-top: 10em !important;
}

.mBhalf {
  margin-bottom: 0.55em !important;
}

.mB0 {
  margin-bottom: 0 !important;
}

.mB1 {
  margin-bottom: 1em !important;
}

.mB2 {
  margin-bottom: 2em !important;
}

.mB3 {
  margin-bottom: 3em !important;
}

.mB4 {
  margin-bottom: 4em !important;
}

.mB5 {
  margin-bottom: 5em !important;
}

.mB6 {
  margin-bottom: 6em !important;
}

.mB7 {
  margin-bottom: 7em !important;
}

.mB8 {
  margin-bottom: 8em !important;
}

.mB9 {
  margin-bottom: 9em !important;
}

.mB10 {
  margin-bottom: 10em !important;
}

.mLRhalf {
  margin-left: 0.55em !important;
  margin-right: 0.55em !important;
}

.mLR0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mLR1 {
  margin-left: 1em !important;
  margin-right: 1em !important;
}

.mLR2 {
  margin-left: 2em !important;
  margin-right: 2em !important;
}

.mLR3 {
  margin-left: 3em !important;
  margin-right: 3em !important;
}

.mLR4 {
  margin-left: 4em !important;
  margin-right: 4em !important;
}

.mLR5 {
  margin-left: 5em !important;
  margin-right: 5em !important;
}

.mLR6 {
  margin-left: 6em !important;
  margin-right: 6em !important;
}

.mLhalf {
  margin-left: 0.55em !important;
}

.mL0 {
  margin-left: 0 !important;
}

.mL1 {
  margin-left: 1em !important;
}

.mL2 {
  margin-left: 2em !important;
}

.mL3 {
  margin-left: 3em !important;
}

.mL4 {
  margin-left: 4em !important;
}

.mL5 {
  margin-left: 5em !important;
}

.mL6 {
  margin-left: 6em !important;
}

.mRhalf {
  margin-right: 0.55em !important;
}

.mR0 {
  margin-right: 0 !important;
}

.mR1 {
  margin-right: 1em !important;
}

.mR2 {
  margin-right: 2em !important;
}

.mR3 {
  margin-right: 3em !important;
}

.mR4 {
  margin-right: 4em !important;
}

.mR5 {
  margin-right: 5em !important;
}

.mR6 {
  margin-right: 6em !important;
}

.p0 {
  padding: 0 !important;
}

.pTBhalf {
  padding-top: 0.55em !important;
  padding-bottom: 0.55em !important;
}

.pTB0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pTB1 {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.pTB2 {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}

.pTB3 {
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}

.pTB4 {
  padding-top: 4em !important;
  padding-bottom: 4em !important;
}

.pTB5 {
  padding-top: 5em !important;
  padding-bottom: 5em !important;
}

.pTB6 {
  padding-top: 6em !important;
  padding-bottom: 6em !important;
}

.pTB7 {
  padding-top: 7em !important;
  padding-bottom: 7em !important;
}

.pTB8 {
  padding-top: 8em !important;
  padding-bottom: 8em !important;
}

.pTB9 {
  padding-top: 9em !important;
  padding-bottom: 9em !important;
}

.pTB10 {
  padding-top: 10em !important;
  padding-bottom: 10em !important;
}

.pThalf {
  padding-top: 0.55em !important;
}

.pT0 {
  padding-top: 0 !important;
}

.pT1 {
  padding-top: 1em !important;
}

.pT2 {
  padding-top: 2em !important;
}

.pT3 {
  padding-top: 3em !important;
}

.pT4 {
  padding-top: 4em !important;
}

.pT5 {
  padding-top: 5em !important;
}

.pT6 {
  padding-top: 6em !important;
}

.pT7 {
  padding-top: 7em !important;
}

.pT8 {
  padding-top: 8em !important;
}

.pT9 {
  padding-top: 9em !important;
}

.pT10 {
  padding-top: 10em !important;
}

.pBhalf {
  padding-bottom: 0.55em !important;
}

.pB0 {
  padding-bottom: 0 !important;
}

.pB1 {
  padding-bottom: 1em !important;
}

.pB2 {
  padding-bottom: 2em !important;
}

.pB3 {
  padding-bottom: 3em !important;
}

.pB4 {
  padding-bottom: 4em !important;
}

.pB5 {
  padding-bottom: 5em !important;
}

.pB6 {
  padding-bottom: 6em !important;
}

.pB7 {
  padding-bottom: 7em !important;
}

.pB8 {
  padding-bottom: 8em !important;
}

.pB9 {
  padding-bottom: 9em !important;
}

.pB10 {
  padding-bottom: 10em !important;
}

.pLRhalf {
  padding-left: 0.55em !important;
  padding-right: 0.55em !important;
}

.pLR0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pLR1 {
  padding-left: 1em !important;
  padding-right: 1em !important;
}

.pLR2 {
  padding-left: 2em !important;
  padding-right: 2em !important;
}

.pLR3 {
  padding-left: 3em !important;
  padding-right: 3em !important;
}

.pLR4 {
  padding-left: 4em !important;
  padding-right: 4em !important;
}

.pLR5 {
  padding-left: 5em !important;
  padding-right: 5em !important;
}

.pLR6 {
  padding-left: 6em !important;
  padding-right: 6em !important;
}

.pLhalf {
  padding-left: 0.55em !important;
}

.pL0 {
  padding-left: 0 !important;
}

.pL1 {
  padding-left: 1em !important;
}

.pL2 {
  padding-left: 2em !important;
}

.pL3 {
  padding-left: 3em !important;
}

.pL4 {
  padding-left: 4em !important;
}

.pL5 {
  padding-left: 5em !important;
}

.pL6 {
  padding-left: 6em !important;
}

.pRhalf {
  padding-right: 0.55em !important;
}

.pR0 {
  padding-right: 0 !important;
}

.pR1 {
  padding-right: 1em !important;
}

.pR2 {
  padding-right: 2em !important;
}

.pR3 {
  padding-right: 3em !important;
}

.pR4 {
  padding-right: 4em !important;
}

.pR5 {
  padding-right: 5em !important;
}

.pR6 {
  padding-right: 6em !important;
}

ul.social {
  list-style-type: none;
  position: relative;
  padding: 0;
  margin: 0;
}

ul.social li {
  display: inline-block;
}

ul.social li a {
  display: block;
  font-size: 1em;
  margin: 0.25em 0.36em;
}

ul.social li:hover a {
  opacity: 1;
}

ul.social.round li a {
  line-height: 2.25em;
  text-align: center;
  width: 2.25em;
  height: 2.25em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 0.06em;
}

.container-fluid {
  padding: 0;
}

strong {
  font-weight: 600;
}

.container {
  position: relative;
}

img.mAuto {
  height: auto;
}

.owl-carousel .owl-item {
  position: relative;
  background-color: transparent;
  cursor: url(../img/cursor.png), move;
}

.owl-carousel .owl-item img {
  width: 100%;
  height: auto;
}

.owl-carousel .owl-nav {
  text-align: center;
}

.owl-carousel .owl-nav button {
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 1.35em;
  line-height: 1.15em;
  padding: 0.55em;
  margin: 0.65em 0.25em 0;
  width: 2.65em;
  height: 2.65em;
  opacity: 0.6;
}

.owl-carousel .owl-nav button .svg {
  max-width: 0.65em;
  height: auto;
  vertical-align: middle;
}

.owl-carousel .owl-nav button:hover {
  opacity: 1;
}

.highlightBox {
  display: block;
  padding: 2.25em 2.25em 1.65em;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
  margin: 1.25em;
}

ul.list-default.text-center li::before {
  display: none;
}

ul.list-default.text-center li {
  border-color: rgba(255, 255, 255, 0.06);
}

/* ul li::before {
	position: absolute;
	top: 0.65em;
	left: 0;
	width: 1.35em;
	height: 1.35em;
	line-height: 1.35em;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.06);
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-size: 0.65em;
	opacity: 0.65;
	font-weight:900; 
}
*/
footer ul li::before, header .logo ul li::before {
  display: none;
}

a, .btn, button, input[type=submit], button[type=submit] {
  cursor: pointer;
}

.social-links .fb a, header .social a.fb {
  background-color: #3b5999 !important;
}

.social-links .tw a, header .social a.tw {
  background-color: #55acee !important;
}

.social-links .inst a, header .social a.in {
  background-color: #e4405f !important;
}

.social-links .yt a, header .social a.yt {
  background-color: #cd201f !important;
}

p.dropCap:first-letter {
  float: left;
  font-size: 6em;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

.lead {
  font-size: 1.15rem;
}

.lead em, .lead i {
  font-weight: normal;
}

ul li {
  position: relative;
}

.spacer-xs {
  display: block;
  width: 100%;
  height: 15px;
}

.spacer-sm {
  display: block;
  width: 100%;
  height: 25px;
}

.spacer-md {
  display: block;
  width: 100%;
  height: 50px;
}

.spacer-lg {
  display: block;
  width: 100%;
  height: 100px;
}

.small-text {
  font-size: 0.75em !important;
}

.bold {
  font-weight: bold !important;
}

.opaque {
  opacity: 0.6;
}

blockquote .lead, blockquote p {
  font-size: 1.06em;
}

blockquote .lead small, blockquote p small {
  font-size: 1em;
}

blockquote {
  display: block;
  padding: 1.36em 1.36em 1.36em 2.06em;
  margin: 1.65em 0;
  line-height: 1.56em;
}

blockquote h2 {
  opacity: 0.75;
}

blockquote > p {
  font-size: 1.16em;
  line-height: 1.56em;
  opacity: 0.75;
  margin: 0.15em 0;
}

.round {
  -webkit-border-radius: 1.65em;
  border-radius: 1.65em;
}

.single article p:first-child::first-letter {
  padding: 0 0.3rem;
  margin: 0 0.3rem 0 0;
  font-size: 4rem;
  float: left;
  line-height: 1;
}

/* ===================== */
/* HEADER --- */
/* ===================== */
#header {
  display: block;
  width: 100%;
  margin: 0;
  background-image: url("../img/bg-head.jpg"), url("../img/bg-head-right.jpg");
  background-position: left top, right top;
  background-repeat: repeat-y, repeat-y;
}
#header .container {
  /* -webkit-box-shadow: 3px 6px 3px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 3px 6px 3px 0 rgba(0,0,0,0.1);
  box-shadow: 3px 6px 3px 0 rgba(0,0,0,0.1); */
  animation-iteration-count: 1;
  z-index: 66;
  -webkit-border-radius: 0 0 0 3em;
  -moz-border-radius: 0 0 0 3em;
  -ms-border-radius: 0 0 0 3em;
  border-radius: 0 0 0 3em;
}
#header .container::before {
  display: block;
  position: absolute;
  width: 1500px;
  height: 100%;
  background: #fff;
  content: "";
  left: 100%;
  top: 0;
}

.logo > a {
  display: inline-block !important;
}
.logo > a img {
  display: block;
  margin: -0.7em 0 0.15em;
  image-rendering: -webkit-optimize-contrast;
  height: auto;
  -webkit-transition: max-height 0.25s ease-in-out;
  -moz-transition: max-height 0.25s ease-in-out;
  -ms-transition: max-height 0.25s ease-in-out;
  -o-transition: max-height 0.25s ease-in-out;
  transition: max-height 0.25s ease-in-out;
  width: 225px;
}

#navigation {
  display: block;
  position: relative;
}

#menu {
  display: block;
  position: static;
  padding: 0;
  list-style: none;
}

#menu ul > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#menu ul > li::before {
  content: "";
  background-color: transparent;
}

#menu li a {
  display: block;
  position: relative;
  font-size: 1em;
  font-weight: 800;
  line-height: 1.65em;
  padding: 2.25em 1.25em;
  letter-spacing: 0;
}

#menu li.menu-item-has-children > a:after {
  position: absolute;
  left: 50%;
  top: 56%;
  margin-left: -0.3em;
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-size: 0.85em;
  font-weight: 900;
  text-align: center;
}

#menu li.menu-item-has-children li.menu-item-has-children > a:after {
  position: absolute;
  top: 1.06em;
  right: 1em;
  left: auto;
  content: "\f0d8";
  font-size: 0.85em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  opacity: 0.8;
  text-aling: right;
}

#menu li.menu-item-has-children:hover > a:after {
  content: "\f0d8";
}

#menu .sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  top: 1.25em;
  right: 1.5em;
}

#menu > li.menu-item-has-children > a {
  padding-right: 1.65em;
}

#menu li:hover > .sub-menu,
#menu li:hover > .mega-menu-wrapper {
  display: block;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  border-radius: 0;
  border: 0;
}

#menu li:hover > .sub-menu::before {
  display: block;
  position: absolute;
  top: -0.25em;
  left: 3em;
  width: 3em;
  height: 3em;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

#menu li .sub-menu li {
  position: relative;
  display: block;
}

#menu li .sub-menu li:first-child {
  border: none;
}

#menu li .sub-menu li a {
  display: block;
  padding: 0.56em 0.85em 0.56em 1.65em;
  font-weight: 400;
}

#menu li .sub-menu li a:hover {
  border-color: rgba(0, 0, 0, 0.1);
}

#menu li .sub-menu > li:first-child > a {
  border: none;
}

#menu li .sub-menu li a i {
  opacity: 0.5;
}

#menu li .sub-menu > li > a > img {
  display: none;
}

#menu li .sub-menu > li > a > .megamenu-item-info > strong {
  font-weight: normal;
}

/** ====== MEGA MENU ======= **/
.has-mega-menu-leftimage {
  position: static !important;
}
.has-mega-menu-leftimage .megamenu-leftimage-image img {
  width: 100%;
  height: auto;
}
.has-mega-menu-leftimage a {
  display: block;
}
.has-mega-menu-leftimage .col-lg-6 ul.mega-menu-posts-column {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.has-mega-menu-leftimage .col-lg-6 ul.mega-menu-posts-column > li {
  width: 48%;
  margin: 1%;
  box-sizing: border-box;
  display: inline-block !important;
  position: relative;
  -webkit-border-radius: 0.35rem;
  -moz-border-radius: 0.35rem;
  -ms-border-radius: 0.35rem;
  border-radius: 0.35rem;
  overflow: hidden;
}
.has-mega-menu-leftimage .col-lg-6 ul.mega-menu-posts-column > li a {
  display: block;
  position: relative;
  padding: 15px 15px 8px 80px !important;
  line-height: 16px !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 62px;
  z-index: 6;
}
.has-mega-menu-leftimage .col-lg-6 ul.mega-menu-posts-column > li img {
  margin-right: 0.35rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.has-mega-menu-leftimage .col-lg-6 ul.mega-menu-posts-column > li:nth-child(even) {
  margin-right: 0;
}
.has-mega-menu-leftimage .col-lg-6 ul.mega-menu-posts-column > li:nth-child(odd) {
  margin-left: 0;
}
.has-mega-menu-leftimage .col-lg-6 ul.mega-menu-posts-column > li a:hover img {
  -moz-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -o-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
  opacity: 0.86;
  z-index: 0;
}

#menu li:hover > .mega-menu-leftimage-wrapper {
  display: block;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  border-radius: 0;
  border: 0;
}

.logo {
  position: relative;
}
.logo .social-links {
  display: block;
  position: absolute;
  left: 0;
  top: 65%;
  right: 0;
  text-align: center;
  visibility: hidden;
  opacity: 0;
}
.logo .social-links a {
  font-size: 0.86em;
}
.logo:hover .social-links {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.mega-menu-leftimage-wrapper {
  border-width: 6px 0 0 0 !important;
  border-style: solid !important;
  border-radius: 0 0 1.65rem 1.65rem !important;
  -webkit-border-radius: 0 0 1.65rem 1.65rem !important;
}
.mega-menu-leftimage-wrapper ul, .mega-menu-leftimage-wrapper .sidebar-posts-column {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mega-menu-leftimage-wrapper ul li, .mega-menu-leftimage-wrapper .sidebar-posts-column li {
  vertical-align: top;
}
.mega-menu-leftimage-wrapper h5 {
  margin: 0.35rem;
}
.mega-menu-leftimage-wrapper .megamenu-leftimage-image {
  padding: 0 !important;
}
.mega-menu-leftimage-wrapper .megamenu-leftimage-image img {
  border-radius: 0.35rem 1.65rem 0.35rem 1.25rem !important;
  -webkit-border-radius: 0.35rem 1.65rem 0.35rem 1.25rem !important;
  overflow: hidden;
}

#menu ul > li .mega-menu-leftimage-wrapper .bzl-menu-item-img {
  max-width: 100%;
}

.tc-search {
  position: relative;
}
.tc-search label, .tc-search .search-field {
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.tc-search label::after, .tc-search .search-field::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.86rem;
  width: 1.65em;
  height: 1.65em;
  line-height: 1.65em;
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.08rem;
  color: #333;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.tc-search .search-field {
  height: auto !important;
  -webkit-border-radius: 1.65em;
  -moz-border-radius: 1.65em;
  -ms-border-radius: 1.65em;
  border-radius: 1.65em;
  margin: 0 !important;
  padding: 0.15em 0.86em !important;
}
.tc-search .search-submit {
  display: block;
  position: absolute;
  left: auto;
  top: 0;
  right: 0.7rem;
  bottom: 0;
  width: 2.65rem;
  height: 2.65rem;
  line-height: 2.65rem;
  border: none;
  background-color: transparent;
  text-indent: -700px;
  overflow: hidden;
}
.tc-search .search-submit:hover {
  background-color: transparent !important;
}

.bzl-megamenu-leftimage-center-content li {
  display: block;
  padding: 0 !important;
}
.bzl-megamenu-leftimage-center-content li::before {
  top: 1.35em !important;
}
.bzl-megamenu-leftimage-center-content li a {
  display: block;
  padding: 0.65rem 1.25rem 0.65rem 1.65rem !important;
}

/* ===================== */
/* CONTENT --- */
/* ===================== */
.leafBL {
  display: block;
  position: relative;
}
.leafBL::before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../img/bg-leaf.png);
  background-position: -18px -328px;
  background-repeat: no-repeat;
  width: 365px;
  height: 270px;
  content: "";
  background-size: 170%;
  z-index: 0;
}
.leafBL > * {
  z-index: 6;
}

.leafTR {
  display: block;
  position: relative;
}
.leafTR::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/bg-leaf.png);
  background-position: -227px 0;
  background-repeat: no-repeat;
  width: 196px;
  height: 746px;
  content: "";
  background-size: 250%;
  z-index: 0;
}
.leafTR > * {
  z-index: 6;
}

#highlight {
  z-index: 6;
  background-image: url("../img/bg-head.jpg"), url("../img/bg-head-right.jpg");
  background-position: left top, right top;
  background-repeat: repeat-y, repeat-y;
}
#highlight.leafTR::after {
  top: -7em;
}

.home-post-wrapper h2 {
  text-transform: uppercase;
  line-height: 1em;
}
.home-post-wrapper h2 small {
  font-size: 18px;
  display: block;
  text-transform: initial;
  font-weight: 600;
}
.home-post-wrapper article {
  display: block;
  margin: 1.25em 0;
}
.home-post-wrapper article .post-img {
  display: block;
}
.home-post-wrapper article .post-img img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 1.65em;
  -moz-border-radius: 1.65em;
  -ms-border-radius: 1.65em;
  border-radius: 1.65em;
}
.home-post-wrapper .mega-post-item article {
  text-align: center;
}
.home-post-wrapper .mega-post-item .btn {
  border: 0.35em solid #fff;
  margin-top: -1.47em;
}
.home-post-wrapper .other-post-items article {
  margin: 3em 0;
  z-index: 66;
}
.home-post-wrapper .other-post-items > article:first-child {
  margin-top: 1.25em;
}
.home-post-wrapper .other-post-items .post-img {
  max-width: 195px;
}

#environment {
  /* .other-post-items {
  	padding-left: 30vw;
  } */
}
#environment .section-img {
  display: block;
  position: absolute;
  left: 5em;
  top: 0;
  max-width: 35%;
  height: auto;
  z-index: 66;
  -moz-transform: translateY(-19%);
  -webkit-transform: translateY(-19%);
  -o-transform: translateY(-19%);
  -ms-transform: translateY(-19%);
  transform: translateY(-19%);
}
#environment .other-post-items {
  position: relative;
}
#environment .container .other-post-items::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c3ecf1+0,ffffff+100 */
  background: linear-gradient(to right, rgb(195, 236, 241) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: -7;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  border-radius: 3em;
}

#publicHealth .section-img {
  display: block;
  position: absolute;
  right: 5em;
  top: 0;
  max-width: 35%;
  height: auto;
  z-index: 66;
  -moz-transform: translateY(-19%);
  -webkit-transform: translateY(-19%);
  -o-transform: translateY(-19%);
  -ms-transform: translateY(-19%);
  transform: translateY(-19%);
}
#publicHealth .other-post-items {
  position: relative;
}
#publicHealth .container .other-post-items::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c3ecf1+0,ffffff+100 */
  background: linear-gradient(to right, rgb(195, 236, 241) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: -7;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  border-radius: 3em;
}
#publicHealth .container .other-post-items::before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,c2fbdd+100 */
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(194, 251, 221) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  right: 25vw;
}

.svg {
  position: relative;
  padding-left: 86px;
}
.svg svg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: auto;
}

.mound {
  position: relative;
}
.mound::after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  content: "";
  width: 100%;
  height: 6em;
  background: url(../img/mound.svg) center bottom no-repeat;
  z-index: 66;
  background-size: 100%;
}

.mound.wh::after {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.mound.top::after {
  bottom: -1.5px;
}

.mound.dark::after {
  filter: invert(7%) sepia(2%) saturate(3881%) hue-rotate(335deg) brightness(110%) contrast(89%);
}

.left-content .post-view {
  padding-right: 2em;
}

.left-content .post-view ul {
  list-style-type: none;
  padding: 0;
  margin: 1em 0;
}

.left-content .post-view ul li:first-child,
.left-content .post-view ol li:first-child {
  border: none;
}

.left-content .post-view ul li, .left-content .post-view ol li {
  padding: 0.56em 0 0.56em 1.65em;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.left-content .post-view ul li:before,
#menu-footer-navigation li::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-size: 0.95em;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.6em;
}

.post-meta {
  display: block;
  padding: 1em 1em 1em 1.75em !important;
  background-color: #e2e8ed;
  -webkit-border-radius: 0.5em;
  border-radius: 0 0 0 25px;
  margin: 0em -4em 1.5em -0.5em;
  position: relative;
  font-size: 13px;
}

.post-meta::after {
  content: "";
  position: absolute;
  width: 65px;
  height: 46px;
  right: 13px;
  bottom: -46px;
  -webkit-border-radius: 0 25px 0 0;
  border-radius: 0 25px 0 0;
  background-color: #fff;
  box-shadow: 0 -25px 0 0 #e2e8ed;
  z-index: -7;
}

.post-meta .meta-separator {
  opacity: 0.5;
  margin: 0 0.5em;
}

.post-meta strong .fas {
  opacity: 0.4;
  margin-right: 12px;
}

header + .container-fluid.BGsec {
  position: relative;
}

header + .container-fluid.BGsec::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0px;
  top: -50px;
  border-bottom-left-radius: 25px;
  background-color: #03b2b2;
  box-shadow: -25px 0 0 0 #003940;
}

header + .container-fluid.BGsec::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 40px;
  right: -2px;
  bottom: -40px;
  border-top-right-radius: 25px;
  background-color: #e2e8ed;
  box-shadow: 0 -25px 0 0 #003940;
  z-index: 999;
}

blockquote {
  position: relative;
}

blockquote::before {
  content: "\f10d";
  font: normal normal normal 25px/1 FontAwesome;
  position: absolute;
  left: 40px;
  top: -25px;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  /*  font-size: 50px;*/
  line-height: 1;
  color: #14a8ba;
  background-color: rgb(216, 245, 250);
  padding: 10px;
  -webkit-border-radius: 10px;
}

input.wp-block-search__input {
  border: 0 !important;
  border-radius: 35px;
  padding-right: 25px;
  margin-right: -10px;
  padding-left: 25px !important;
}

button.wp-block-search__button {
  position: relative;
}

button.wp-block-search__button::before {
  content: "";
  width: 40px;
  height: 48px;
  background-color: #e2e8ed;
  position: absolute;
  left: -40px;
  top: 0;
  border-radius: 35px 0 0 35px;
}

/* ===================== */
/* FOOTER --- */
/* ===================== */
footer {
  display: block;
  position: relative;
}
footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2.35em 0;
  margin-top: 2.35em;
}
footer .copyright p {
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
footer ul.list-default {
  color: #fff;
}

footer p {
  margin: 0;
}

.social-links {
  position: relative;
  margin: 0;
  padding: 0;
}
.social-links li {
  display: inline-block;
}
.social-links li a {
  display: block;
  width: 2.35em;
  height: 2.35em;
  line-height: 2.35em;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  margin: 0.35em 0.15em;
}
.social-links li a:hover {
  color: #fff;
}

input[type=submit], button[type=submit], #menu-footer-navigation li::before {
  color: #fff;
}

/* ===================== */
/* BLOG --- */
/* ===================== */
/* Blog */
.blog article.post {
  margin-bottom: 3em;
}

.single-post .article-wrap img, .blog .post-thumb img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.tc-post-meta .tc-meta-cat a {
  padding: 0.25em 0.65em 0.35em;
  font-size: 0.86em;
  -webkit-border-radius: 1.35em;
  -moz-border-radius: 1.35em;
  -ms-border-radius: 1.35em;
  border-radius: 1.35em;
  cursor: pointer;
  -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.sidebar .blog-sidebar-widget {
  margin-bottom: 3em;
}

.sidebar .blog-sidebar-widget .search-form .search-field {
  margin-bottom: 0;
}

.sidebar .blog-sidebar-widget h4 {
  font-size: 1.56em;
  margin-bottom: 0.36em;
}

.sidebar .blog-sidebar-widget ul {
  margin-top: 0.65em;
}

.article-wrap.container-fluid {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.col-12 > .article-wrap.container-fluid:first-child {
  border: none;
  padding-top: 0 !important;
}

.article-wrap .article-img a {
  display: block;
  position: relative;
}

.article-wrap .article-img a img {
  width: 100%;
  height: auto;
}

.blog .article-wrap h4 {
  margin-top: 0;
}

.article-wrap h4 a:hover {
  color: #333 !important;
}

.blog .article-wrap p {
  margin-bottom: 0.86em;
}

.sidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar ul li {
  padding: 0.56em 0 0.56em 1.65em;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.sidebar ul li:hove {
  background-color: #fbfbfb;
}

.sidebar ul li:first-child {
  border: none;
}

.sidebar ul li:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 0.65em;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.8em;
}

.sidebar ul li:hover:before {
  left: 0.85em;
}

.sidebar ul li ul li {
  list-style-type: none;
}

.sidebar .mf-sidebar-widget {
  margin: 1.65em 0;
}

/*.wp-caption::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  content: '';
  z-index: -1;
}

.wp-caption:hover::before {
  width: 100%;
}*/
.wp-caption {
  font-size: 1.15em;
  padding: 0 0 0.85em;
  margin: 1.35em 0;
  border-style: none none solid none;
  background-color: transparent;
  position: relative;
  z-index: 6;
}

.wp-caption img {
  margin: 0;
  border: 0;
}

.wp-caption h6 {
  position: relative;
  padding-left: 1.5em;
}

.wp-caption-text {
  position: relative;
  text-align: left;
  /*font-weight: 600;*/
  font-style: italic;
  line-height: 1.55em;
}

.sidebar-widget {
  padding: 1.25em 0 0;
}

.sidebar-widget img {
  display: block;
  width: 100%;
  height: auto;
}

h3, .sidebar-widget h3 {
  display: block;
  padding-bottom: 0.65em;
  margin-bottom: 0.65em;
  position: relative;
}

.sidebar ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0.8em 0;
}

.sidebar ul li {
  padding: 0 0 0 1.85em;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
  margin: 0;
  -webkit-box-shadow: inset 0 1px 0 0 #fff;
  box-shadow: inset 0 1px 0 0 #fff;
}
.sidebar ul li a {
  padding: 0.15em 0 0.15em 0;
  display: block;
}

.sidebar ul li:hover {
  background-color: #fff;
  padding-left: 1.85em;
}

.sidebar ul li:first-child {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sidebar ul li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  font-size: 0.7em;
  top: 0.65em;
  opacity: 0.65;
  font-weight: 900;
}

.sidebar ul li:hover:before {
  opacity: 1;
}

.sidebar ul ul {
  margin: 0;
}

/*.wp-caption-text:before {
  content: '\f0a1';
  font-family: FontAwesome;
  position: absolute;
  left: 0.36em;
  right: 100%;
  font-size: 0.85em;
  font-weight: normal;
  top: 1.08em
}*/
.mf-sidebar-widget ul li a:hover {
  color: #333;
}

.Bzl-cats-listing.row.justify-content-center {
  padding-top: 3em !important;
}

.buzz-cats-shortcode a.Bzl-afl {
  top: -1em !important;
}

.pre-header {
  margin-top: -8px;
}

#wp-admin-bar-enable-jquery-migrate-helper {
  display: none !important;
}

/* verbiage */
#gform_93 .gsection_description {
  font-size: 18px !important;
  line-height: 28px !important;
  background-color: rgba(255, 200, 0, 0.231372549);
  padding: 1em;
  border: 1px dotted #ffc800;
}

.noWide, .single-post .article-wrap img.noWide {
  width: auto !important;
}

.sidebar .wp-block-search .wp-block-search__button {
  border: none !important;
}
.sidebar .wp-block-search .wp-block-search__inside-wrapper {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

ul.sidebar-posts-column {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.sidebar-posts-column > li {
  width: 48%;
  margin: 1%;
  box-sizing: border-box;
  display: inline-block !important;
  position: relative;
  -webkit-border-radius: 0.35rem;
  -moz-border-radius: 0.35rem;
  -ms-border-radius: 0.35rem;
  border-radius: 0.35rem;
  overflow: hidden;
  padding: 0 !important;
  vertical-align: top;
}
ul.sidebar-posts-column > li::before {
  display: none;
}
ul.sidebar-posts-column > li a {
  display: block;
  position: relative;
  padding: 8px 15px 8px 80px !important;
  line-height: 16px !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 62px;
  z-index: 6;
}
ul.sidebar-posts-column > li a small {
  font-size: 11px;
  opacity: 0.86;
}
ul.sidebar-posts-column > li img {
  margin-right: 0.35rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
ul.sidebar-posts-column > li:nth-child(even) {
  margin-right: 0;
}
ul.sidebar-posts-column > li:nth-child(odd) {
  margin-left: 0;
}
ul.sidebar-posts-column > li a:hover img {
  -moz-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -o-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
  opacity: 0.86;
  z-index: 0;
}

.subscribeBox {
  display: block;
  padding: 1.85em 2.06em 2.06em;
  margin-top: 0.65em;
}

.subscribeBox label {
  display: block;
}

.subscribeBox input.es_txt_email {
  border: none !important;
  margin-bottom: 0 !important;
  width: 100%;
}

.subscribeBox .es_submit_button {
  padding: 0.65em 1.36em !important;
  border: none !important;
}

.subscribeBox h3::before {
  background-color: rgba(255, 255, 255, 0.3);
}

.tc-single-body {
  display: block;
  background-color: #fff;
  padding: 2.5em 0 0;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  position: relative;
  z-index: 8;
  margin-top: -1.3em;
  -webkit-box-shadow: 15px 30px 60px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 15px 30px 60px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 15px 30px 60px 0 rgba(0, 0, 0, 0.3);
}
.tc-single-body .tc-post-content {
  /*

  h1,h2,h3,h4,h5,h6 {
      padding-left: 86px;

      &::before {
          display: block;
          position: absolute;
          left: 50px;
          top: 0.65em;
          content: '';
          width: 15px;
          height: 15px;
          @include border-radius(50%);
      }

  }

  */
}
.tc-single-body .tc-post-content p, .tc-single-body .tc-post-content h2, .tc-single-body .tc-post-content h3, .tc-single-body .tc-post-content h4, .tc-single-body .tc-post-content h5, .tc-single-body .tc-post-content h6, .tc-single-body .tc-post-content ul, .tc-single-body .tc-post-content ol {
  padding: 15px 50px 15px;
  position: relative;
  box-sizing: border-box;
}
.tc-single-body .tc-post-content blockquote, .tc-single-body .tc-post-content .history,
.tc-single-body .tc-post-content .jumbotron {
  margin: 30px 50px;
}
.tc-single-body .tc-post-content blockquote p, .tc-single-body .tc-post-content blockquote h2, .tc-single-body .tc-post-content blockquote h3, .tc-single-body .tc-post-content blockquote h4, .tc-single-body .tc-post-content blockquote h5, .tc-single-body .tc-post-content blockquote h6, .tc-single-body .tc-post-content .history p, .tc-single-body .tc-post-content .history h2, .tc-single-body .tc-post-content .history h3, .tc-single-body .tc-post-content .history h4, .tc-single-body .tc-post-content .history h5, .tc-single-body .tc-post-content .history h6,
.tc-single-body .tc-post-content .jumbotron p,
.tc-single-body .tc-post-content .jumbotron h2,
.tc-single-body .tc-post-content .jumbotron h3,
.tc-single-body .tc-post-content .jumbotron h4,
.tc-single-body .tc-post-content .jumbotron h5,
.tc-single-body .tc-post-content .jumbotron h6 {
  padding: 0;
}
.tc-single-body .tc-post-content ul, .tc-single-body .tc-post-content ol {
  list-style-type: none;
}
.tc-single-body .tc-post-content ul li, .tc-single-body .tc-post-content ol li {
  position: relative;
  padding-left: 1.65em;
}
.tc-single-body .tc-post-content .history ul,
.tc-single-body .tc-post-content .jumbotron ul {
  list-style-type: none;
  padding: 0;
}
.tc-single-body .tc-post-content .history ul li,
.tc-single-body .tc-post-content .jumbotron ul li {
  padding-left: 1.65em;
}
.tc-single-body .tc-post-content .history ul li::before,
.tc-single-body .tc-post-content .jumbotron ul li::before {
  top: 1.35em;
}
.tc-single-body .tc-post-content .history h4 span,
.tc-single-body .tc-post-content .jumbotron h4 span {
  font-size: 1.35em;
  vertical-align: middle;
  margin-right: 0.35em;
}
.tc-single-body .tc-post-content a {
  font-weight: 600;
}
.tc-single-body .tc-post-content p, .tc-single-body .tc-post-content li, .tc-single-body .tc-post-content p a {
  font-size: 1.25rem;
}
.tc-single-body .tc-post-content h3::before, .tc-single-body .tc-post-content h3::after {
  left: 50px;
  right: 50px;
  max-width: 100%;
}
.tc-single-body .tc-post-content .wp-caption {
  position: relative;
  overflow: hidden;
  border: none;
}
.tc-single-body .tc-post-content .wp-caption::before, .tc-single-body .tc-post-content .wp-caption::after {
  display: block;
  width: 100%;
  height: 3.65rem;
  background-color: #fff;
  -webkit-border-radius: 0 0 1.65em 1.65em;
  -moz-border-radius: 0 0 1.65em 1.65em;
  -ms-border-radius: 0 0 1.65em 1.65em;
  border-radius: 0 0 1.65em 1.65em;
  position: absolute;
  left: 0;
  top: -1.37em;
  right: 0;
  bottom: auto;
  content: "";
}
.tc-single-body .tc-post-content .wp-caption::after {
  top: auto;
  bottom: -0.7em;
  -webkit-border-radius: 1.65em 1.65em 0 0;
  -moz-border-radius: 1.65em 1.65em 0 0;
  -ms-border-radius: 1.65em 1.65em 0 0;
  border-radius: 1.65em 1.65em 0 0;
  z-index: 8;
}
.tc-single-body .tc-post-content .wp-caption .wp-caption-text {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  font-size: 1.25vmax;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.35+100 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  padding: 30px 50px 70px;
  color: #fff;
  margin: 0;
  border: none;
  font-weight: 600;
  -moz-transform: translateY(170px);
  -webkit-transform: translateY(170px);
  -o-transform: translateY(170px);
  -ms-transform: translateY(170px);
  transform: translateY(170px);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.tc-single-body .tc-post-content .wp-caption:hover .wp-caption-text {
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.addtoany_content {
  padding: 1.35rem 0;
  text-align: center;
}

.tc-single-body a.watchVideo {
  display: block;
  position: relative;
  padding: 0.86em 1.36em 0.86em 3.26em;
  font-size: 1.26em;
  margin: 1.65em 0;
  z-index: 6;
  text-align: center;
}

.tc-single-body a.watchVideo.small {
  font-size: 1.06em;
  padding: 0.65em 1.36em 0.65em 2.65em;
}

.tc-single-body a.watchVideo.small i {
  font-size: 0.86em;
  left: 0.26em;
}

.credit {
  float: right;
  font-size: 12px;
  opacity: 0.8;
}

.imgAnchor img {
  max-width: 100%;
  height: auto;
}

/* comment */
.search-form input[type=search],
#commentform input[type=url] {
  display: block;
  background-color: #fff;
  padding: 0.36em 1.25em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.65em;
  height: 3.06em;
  font-size: 1em;
  box-shadow: none;
}

#commentform input[type=submit] {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 1em;
  border: none;
  -webkit-border-radius: 1.65em;
  -moz-border-radius: 1.65em;
  -ms-border-radius: 1.65em;
  border-radius: 1.65em;
  text-align: center;
  padding: 0.65em 1.5em;
  margin: 0.56em 0;
  overflow: hidden;
  z-index: 99;
  text-decoration: none !important;
  height: auto;
  background-color: #8758bb;
  color: #fff;
}

.search-form input[type=submit]:hover,
#commentform input[type=submit]:hover {
  background-color: #333;
}

.comments-area {
  padding-top: 3em;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 3em;
  margin-bottom: 10em;
}

.commentlist {
  margin-top: 3em;
  counter-reset: comment-id;
  padding: 0;
}

.commentlist, .commentlist ol, .commentlist ul {
  list-style: none;
}

.commentlist li {
  position: relative;
  padding-left: 0;
}
.commentlist li::before {
  display: none;
}

.commentlist li article {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5em;
  padding: 0 !important;
}

.commentlist li article header {
  padding: 0.65em 1em 1em;
  background: #f7f7f7;
  border-bottom: #f0f0f0 1px solid;
  -webkit-box-shadow: inset 0 1px 0 0 #fff;
  box-shadow: inset 0 1px 0 0 #fff;
}

.commentlist li .bypostauthor header {
  margin: -0.4em -1.2em 0 -1.2em !important;
  background: #fdf7e3;
}

.commentlist li article header figure {
  margin: 0.25em 1.15em 0 0;
}

.commentlist li article header:before {
  counter-increment: comment-id;
  content: counter(comment-id);
  position: absolute;
  top: 0.6em;
  right: 0.8em;
  color: #000;
  opacity: 0.1;
  font-size: 2.4em;
}

.commentlist li article header h5 {
  margin-top: 0.65em;
}

.commentlist li article header h5, .commentlist li article header p {
  margin-bottom: 0;
  padding: 0;
  line-height: 0.4em !important;
}

.commentlist li article.bypostauthor header h5 {
  margin-top: 0;
}

.commentlist li article header h5 a {
  font-size: 0.85em;
  font-weight: 700;
  color: #565656;
}

.commentlist li article header h5 .admin {
  display: inline-block;
  font-size: 11px;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 1em;
  margin: 0 0.4em 0 0;
  color: #fff;
  line-height: 1.9em;
  text-align: center;
}

.commentlist li article header .comment-meta * {
  font-size: 0.6em;
  margin: 0;
}

.commentlist li article header .comment-meta a.comment-reply-link, #cancel-comment-reply-link {
  display: inline-block;
  background: #f0f0f0;
  padding: 0 1em;
  line-height: 2em;
  text-align: center;
}

.commentlist li article header .comment-meta a.comment-reply-link:hover, #cancel-comment-reply-link:hover {
  color: #fff;
}

#cancel-comment-reply-link {
  margin-left: 0.5em;
  font-size: 0.65em;
}

.commentlist li article.comment-body {
  padding: 1.25em !important;
  -webkit-border-radius: 1.25em;
  -moz-border-radius: 1.25em;
  -ms-border-radius: 1.25em;
  border-radius: 1.25em;
}

.commentlist li .bypostauthor article.comment-body {
  padding: 0.65em 0.06em 0.56em;
  -webkit-box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.3);
}
.commentlist li .bypostauthor article.comment-body p {
  margin: 0;
}

.commentlist li article.comment-body .alert {
  padding: 0.2em 0.5em;
  font-size: 0.9em;
  margin: 0.5em;
  text-align: center;
}

#respond {
  background-color: #f8f6f3;
  -webkit-border-radius: 1.65em;
  -moz-border-radius: 1.65em;
  -ms-border-radius: 1.65em;
  border-radius: 1.65em;
}

#respond form p {
  margin: 0;
}

.bypostauthor {
  text-align: left !important;
  border-radius: 0 !important;
  display: block !important;
}

.commentlist ol, .commentlist ul {
  padding-left: 3em;
  position: relative;
}

.commentlist ol:before, .commentlist ul:before {
  content: "\f148";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 3em;
  color: rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0.78) rotate(90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  transform: scale(0.78) rotate(90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}

.comments-nav-section {
  margin: 1em 0;
}

.comment-respond {
  display: block;
  background: #fff;
  padding: 2em;
}

.comment-respond h3 {
  margin-top: 0;
}

#commentform {
  display: block;
  margin-top: 1.5em;
}

#commentform input[type=text], #commentform input[type=email], #commentform textarea, #commentform input[type=url] {
  width: 100%;
  margin-bottom: 0.5em;
  -webkit-border-radius: 0.65em;
  -moz-border-radius: 0.65em;
  -ms-border-radius: 0.65em;
  border-radius: 0.65em;
}

#commentform textarea {
  margin-top: 1em;
}

#comments .container {
  width: 100%;
}
#comments .container i, #comments .container a {
  color: #fff;
}
#comments .container a {
  opacity: 0.6;
  display: inline-block;
  padding: 0 0.65rem;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 0.15rem;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-size: 12px;
}
#comments .container a:hover {
  opacity: 1;
}

.tagcloud a {
  margin: 6px;
}

#snippet-box {
  position: absolute;
  left: 300%;
}

.fa.fa-youtube-play::before {
  display: block;
  font-family: "Font Awesome 5 Brands";
  content: "\f167";
}

.sidebar-ad a {
  display: block;
  cursor: pointer;
}

/* ===================== */
/* REALTED ARTICLE --- */
/* ===================== */
/* Related article */
.related .owl-item {
  padding: 6em 0;
}

.homePopularNew {
  -webkit-box-shadow: inset 0 3px 1.56em 0 rgba(0, 0, 0, 0.06) !important;
  -moz-box-shadow: inset 0 3px 1.56em 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: inset 0 3px 1.56em 0 rgba(0, 0, 0, 0.06) !important;
}

.related .card, .homePopularNew .card {
  border: none;
  margin-bottom: 1.65em;
  -webkit-border-radius: 1.65em;
  -moz-border-radius: 1.65em;
  -ms-border-radius: 1.65em;
  border-radius: 1.65em;
  background-color: #fff;
  -webkit-box-shadow: 2px 3px 0.35em 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 3px 0.35em 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 3px 0.35em 0 rgba(0, 0, 0, 0.1);
}
.related .card a.post-thumbnail, .homePopularNew .card a.post-thumbnail {
  -webkit-border-radius: 1.65em 1.65em 0 0;
  -moz-border-radius: 1.65em 1.65em 0 0;
  -ms-border-radius: 1.65em 1.65em 0 0;
  border-radius: 1.65em 1.65em 0 0;
  overflow: hidden;
}
.related .card:hover, .homePopularNew .card:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0.65em 1.65em 3em 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0.65em 1.65em 3em 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0.65em 1.65em 3em 0 rgba(0, 0, 0, 0.3);
}

.related .card .card-body, .homePopularNew .card .card-body {
  padding: 1.55em 1.85em 2.65em;
}

.related .card .card-body h5, .homePopularNew .card .card-body h5 {
  position: relative;
  padding-bottom: 1em;
  min-height: 3.65em;
  line-height: 1.15em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.related .card .card-body h5 a, .homePopularNew .card .card-body h5 a {
  line-height: 1.15em;
  font-size: 18px !important;
  font-weight: 600;
}
.related .card .card-body h5 a small, .homePopularNew .card .card-body h5 a small {
  font-weight: normal;
  margin-top: 0.65em;
}

/*.related .card .card-body h5 a {
  font-weight: 600
}*/
.related .card .card-body h5::before, .related .card .card-body h5::after, .homePopularNew .card .card-body h5::before, .homePopularNew .card .card-body h5::after {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
  width: 100%;
  height: 2px;
  z-index: 9;
}

.related .card .card-body h5::after, .homePopularNew .card .card-body h5::after {
  width: 30px;
  left: 50%;
  margin: 0 0 0 -15px;
}

.related .card:hover .card-body h5::after, .homePopularNew .card:hover .card-body h5::after {
  width: 100%;
  left: 0;
  margin: 0;
}

.related .card .card-body h5 a small, .homePopularNew .card .card-body h5 a small {
  display: block;
  opacity: 0.6;
  font-size: 14px;
  line-height: 1.25em;
  margin-top: 0.15em;
}

.related .card .card-body small i, .homePopularNew .card .card-body small i {
  font-size: 12pxem;
  vertical-align: middle;
  margin-right: 0.35em;
}

.related .card .card-body small *, .related .card .card-body small a, .homePopularNew .card .card-body small *, .homePopularNew .card .card-body small a {
  font-size: 0.85em;
}

.related .card .card-body small a:hover {
  text-decoration: underline;
}

.related .card .card-body .btn, .homePopularNew .card .card-body .btn {
  position: absolute;
  left: 50%;
  bottom: -1.36em;
  margin: 0 0 0 -5.06em;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
  text-transform: uppercase;
  -webkit-border-radius: 1.86em;
  -moz-border-radius: 1.86em;
  -ms-border-radius: 1.86em;
  border-radius: 1.86em;
  font-size: 12px !important;
  padding: 0.65em 1.25em !important;
  border: none !important;
  font-weight: 600 !important;
}

.related .card .card-body .meta a, .homePopularNew .card .card-body .meta a {
  font-size: 14px;
}

.related .post-thumbnail .count, .homePopularNew .post-thumbnail .count {
  display: block;
  position: absolute;
  top: 0.65em;
  right: 0.65em;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0.06em 0.65em;
  font-size: 14px;
}

.related .post-thumbnail .count i, .homePopularNew .post-thumbnail .count i {
  margin-right: 0.15em;
  font-size: 1.15em;
}

.related .post-thumbnail .count .icon-preview-2::before, .homePopularNew .post-thumbnail .count .icon-preview-2::before {
  vertical-align: -3px;
}

.related .card .post-thumbnail > i {
  display: block;
  position: absolute;
  top: 6%;
  left: 50%;
  bottom: auto;
  right: auto;
  font-size: 16px;
  line-height: 3em;
  text-align: center;
  width: 3em;
  height: 3em;
  z-index: 99;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  margin: 0 !important;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.related .card .post-thumbnail {
  position: relative;
  overflow: hidden;
  background: #a93fc5;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTkzZmM1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhOTAzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: linear-gradient(135deg, #a93fc5 0%, #ea903d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a93fc5", endColorstr="#ea903d", GradientType=1 );
}

.related .card .post-thumbnail {
  overflow: hidden;
}

.related .card .post-thumbnail:hover img {
  -webkit-filter: grayscale(1) blur(1px);
  filter: grayscale(1) blur(1px);
  -moz-transform: scale(1.126);
  -webkit-transform: scale(1.126);
  -o-transform: scale(1.126);
  -ms-transform: scale(1.126);
  transform: scale(1.126);
}

.related .card .post-thumbnail:hover i {
  visibility: visible;
  top: 50%;
  opacity: 1;
}

/* ===================== */
/* BROWSER HACK --- */
/* ===================== */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  header .logo img {
    display: inline-block;
    image-rendering: optimizeSpeed;
  }
}
/* ===================== */
/* TRANSITION CSS --- */
/* ===================== */
a, :after, i, li, ::before, aside.sidebar, img, h3::after, .btn, input[type=submit], button[type=submit] {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.class {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.logo .social-links i {
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

@keyframes glow {
  from {
    -webkit-box-shadow: 1px 2px 3px 0 rgba(255, 0, 0, 0.35);
    -moz-box-shadow: 1px 2px 3px 0 rgba(255, 0, 0, 0.35);
    box-shadow: 1px 2px 3px 0 rgba(255, 0, 0, 0.35);
    -moz-transform: scale(0.86);
    -webkit-transform: scale(0.86);
    -o-transform: scale(0.86);
    -ms-transform: scale(0.86);
    transform: scale(0.86);
  }
  to {
    -webkit-box-shadow: 1px 2px 15px 0 rgba(255, 0, 0, 0.65);
    -moz-box-shadow: 1px 2px 15px 0 rgba(255, 0, 0, 0.65);
    box-shadow: 1px 2px 15px 0 rgba(255, 0, 0, 0.65);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes glowsidebar {
  from {
    -webkit-box-shadow: 1px 2px 3px 0 rgba(255, 0, 0, 0.35);
    -moz-box-shadow: 1px 2px 3px 0 rgba(255, 0, 0, 0.35);
    box-shadow: 1px 2px 3px 0 rgba(255, 0, 0, 0.35);
    -moz-transform: scale(1) translateY(-50%);
    -webkit-transform: scale(1) translateY(-50%);
    -o-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
  }
  to {
    -webkit-box-shadow: 1px 2px 15px 0 rgba(255, 0, 0, 0.65);
    -moz-box-shadow: 1px 2px 15px 0 rgba(255, 0, 0, 0.65);
    box-shadow: 1px 2px 15px 0 rgba(255, 0, 0, 0.65);
    -moz-transform: scale(1.25) translateY(-50%);
    -webkit-transform: scale(1.25) translateY(-50%);
    -o-transform: scale(1.25) translateY(-50%);
    -ms-transform: scale(1.25) translateY(-50%);
    transform: scale(1.25) translateY(-50%);
  }
}
/* ===================== */
/* RESPONSIVE CSS --- */
/* ===================== */
@media only screen and (min-width: 1702px) {
  .container {
    width: 90%;
    max-width: 1400px;
  }
  h1 {
    font-size: 2.65em;
  }
  h2.vw {
    font-size: 2.35em;
  }
}
@media only screen and (min-width: 1401px) and (max-width: 1701px) {
  .container {
    max-width: 90%;
  }
}
@media only screen and (max-width: 1400px) {
  html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
    font-size: 14px;
  }
  .container {
    width: 1400px;
    max-width: 96%;
  }
  #top.sidebar-active aside.sidebar {
    width: 60vw;
    max-width: 60%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .tc-post-item figcaption h5 {
    font-size: 18px !important;
    line-height: 21px;
  }
  .tc-post-item figcaption small {
    font-size: 12px;
  }
  #top.sidebar-active aside.sidebar {
    width: 70vw;
    max-width: 70%;
  }
}
@media only screen and (min-width: 1250px) and (max-width: 1500px) {
  .container {
    max-width: 1280px;
  }
  .lead {
    font-size: 1.15rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and (orientation: landscape) {
  .container {
    max-width: 96%;
  }
}
@media only screen and (min-width: 1025px) {
  .burgerMenu {
    display: none;
  }
  #navigation {
    display: flex;
  }
  #menu-top-menu > li > .sub-menu,
  .mega-menu-wrapper,
  .has-mega-menu-leftimage .mega-menu-leftimage-wrapper {
    display: block;
    background-color: #fff;
    visibility: hidden;
    width: 300px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0;
    text-align: left;
    list-style-type: none;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    z-index: 99;
    -webkit-box-shadow: 1.65em 1.36em 3em 0 rgba(0, 0, 0, 0.35);
    box-shadow: 1.65em 1.36em 3em 0 rgba(0, 0, 0, 0.35);
  }
  .mega-menu-leftimage-wrapper {
    width: auto !important;
  }
  #menu ul > li .mega-menu-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 1.65em !important;
    height: auto;
    overflow: scroll;
  }
  #menu ul > li .mega-menu-wrapper .bzl-megamenu-center-content {
    padding: 0;
  }
  #menu ul > li .mega-menu-wrapper .bzl-megamenu-center-content li a {
    display: block;
    position: relative;
    padding: 0 0 8em;
    height: 100%;
  }
  #menu ul > li .mega-menu-wrapper .bzl-megamenu-center-content li a img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #menu ul > li .mega-menu-wrapper .bzl-megamenu-center-content li a .megamenu-item-info {
    display: block;
    position: absolute;
    left: 0;
    top: 65%;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 1.65em;
    line-height: 1.56em !important;
    font-size: 12px !important;
    -webkit-transition: top 0.25s ease;
    -moz-transition: top 0.25s ease;
    -ms-transition: top 0.25s ease;
    -o-transition: top 0.25s ease;
    transition: top 0.25s ease;
    text-transform: none !important;
  }
  #menu ul > li .mega-menu-wrapper .bzl-megamenu-center-content li a .megamenu-item-info strong {
    display: block;
    text-transform: capitalize !important;
    line-height: 1.16em !important;
    margin-bottom: 0.65em;
    font-size: 1.28em !important;
  }
  #menu ul > li .mega-menu-wrapper .col-12 div, #menu ul > li .mega-menu-wrapper .col-12 p, #menu ul > li .mega-menu-wrapper .col-12 a {
    font-size: 14px !important;
  }
  #menu ul > li .mega-menu-wrapper .col-12 img {
    width: 100%;
    max-width: 100%;
  }
  #menu ul > li .mega-menu-wrapper .bzl-megamenu-center-content li a:hover .megamenu-item-info {
    top: 0 !important;
    height: 100% !important;
  }
  #menu ul > li .mega-menu-wrapper .bzl-megamenu-center-content li a:hover .megamenu-item-info::after {
    display: block;
    position: absolute;
    left: 1.65em;
    bottom: 1.65em;
    content: "LEARN MORE →";
    color: #fff;
  }
  #menu ul > li:hover .mega-menu-wrapper {
    border-width: 3px;
    border-style: solid none none none !important;
    border-color: rgba(255, 255, 255, 0.6);
  }
  #menu li .sub-menu li .sub-menu {
    display: none;
    position: absolute;
    top: 0;
    right: auto;
    left: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: none;
  }
  #menu li .sub-menu > li:hover .sub-menu {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: 0;
    padding-left: 1.35em;
    border-radius: 0;
    display: block;
  }
  #menu li .sub-menu li .sub-menu a {
    display: block;
  }
  .tc-shots-list .tc-article i {
    background-color: transparent !important;
  }
}
@media only screen and (max-width: 1024px) {
  .lead {
    font-size: 1.15rem;
  }
  .container {
    max-width: 96%;
  }
  #navigation .col-auto {
    padding: 0;
  }
  #navigation .btn {
    margin-left: 1.25em;
  }
  a.nav-expander {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transition: left 0.3s ease-in-out 0;
    -webkit-transition: left 0.3s ease-in-out 0;
    -moz-transition: left 0.3s ease-in-out 0;
    -o-transition: left 0.3s ease-in-out 0;
    z-index: 99999;
    text-align: center;
    width: 3.35em;
    height: 3.35em;
    padding: 0;
    cursor: pointer;
  }
  a.nav-expander .line1, a.nav-expander .line2, a.nav-expander .line3 {
    display: block;
    background-color: #fff;
    position: absolute;
    height: 2px;
    width: 35%;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  a.nav-expander .line1 {
    top: 35%;
  }
  a.nav-expander .line2 {
    top: 47%;
  }
  a.nav-expander .line3 {
    top: 59%;
  }
  a.nav-expander.fixed {
    position: fixed;
  }
  .nav-expanded a.nav-expander.fixed .line3 {
    display: none;
  }
  .nav-expanded a.nav-expander.fixed .line1, .nav-expanded a.nav-expander.fixed .line2 {
    top: 50%;
  }
  .nav-expanded a.nav-expander.fixed .line1 {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-expanded a.nav-expander.fixed .line2 {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav-expanded a.nav-expander.fixed {
    left: 90vw;
  }
  .nav {
    display: block;
    height: 100%;
    overflow: auto;
    position: fixed;
    left: -90vw;
    font-size: 15px;
    top: 0;
    bottom: 0;
    right: auto;
    width: 90vw;
    z-index: 9;
    transition: left 0.3s ease-in-out 0;
    -webkit-transition: left 0.3s ease-in-out 0;
    -moz-transition: left 0.3s ease-in-out 0;
    -o-transition: left 0.3s ease-in-out 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #fff;
    margin: 0;
    padding: 0;
    border: 0;
  }
  .nav-expanded .nav {
    left: 0;
    -webkit-box-shadow: 3px 0 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 3px 0 6px 0 rgba(0, 0, 0, 0.1);
    transition: left 0.3s ease-in-out 0;
    -webkit-transition: left 0.3s ease-in-out 0;
    -moz-transition: left 0.3s ease-in-out 0;
    -o-transition: left 0.3s ease-in-out 0;
  }
  #menu li {
    display: block;
    text-align: left;
    width: 100%;
  }
  #menu li a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.85em 1.65em !important;
  }
  body.nav-expanded {
    margin-right: 0;
    transition: left 0.4s ease-in-out 0;
    -webkit-transition: left 0.4s ease-in-out 0;
    -moz-transition: left 0.4s ease-in-out 0;
    -o-transition: left 0.4s ease-in-out 0;
  }
  #nav-close {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 300;
    font-size: 24px;
    padding-right: 10px;
  }
  #menu {
    width: 100% !important;
  }
  #menu li .sub-menu,
  .mega-menu-wrapper {
    display: none;
    height: 0;
  }
  #menu li .sub-menu li::before {
    display: none;
  }
  #menu li:hover > .sub-menu,
  #menu li:hover > .mega-menu-wrapper {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    box-shadow: none;
    border: none;
    float: none;
    background-color: rgba(0, 0, 0, 0.025);
    margin: 0;
    padding: 0;
    height: auto;
    border-radius: 0;
  }
  body #menu ul > li .mega-menu-wrapper {
    width: 100%;
    max-width: 100%;
  }
  body #menu ul > li .mega-menu-wrapper .bzl-megamenu-center-content {
    padding-left: 0;
    margin: 0 !important;
  }
  body #menu ul > li .mega-menu-wrapper .bzl-megamenu-center-content li {
    display: block;
    width: 100%;
    padding: 0;
  }
  body #menu ul > li .mega-menu-wrapper .bzl-megamenu-center-content li a {
    text-transform: capitalize;
    font-weight: normal;
    position: relative;
    padding: 0;
  }
  body #menu ul > li .mega-menu-wrapper .bzl-megamenu-center-content li a .megamenu-item-info {
    padding: 1.65em 1.65em 4.65em;
    height: auto !important;
  }
  body #menu ul > li .mega-menu-wrapper .bzl-megamenu-center-content li a .megamenu-item-info strong {
    display: block;
    font-size: 1.3em;
    margin-bottom: 0.65em;
  }
  body #menu ul > li .mega-menu-wrapper .col-12 div, body #menu ul > li .mega-menu-wrapper .col-12 p, body #menu ul > li .mega-menu-wrapper .col-12 a {
    font-size: 12px !important;
  }
  body #menu ul > li .mega-menu-wrapper h3 {
    font-size: 1.16em !important;
    margin: 1.06em;
  }
  body #menu ul > li .mega-menu-wrapper .col-12 h5 {
    font-size: 1.06em !important;
  }
  body #menu ul > li .mega-menu-wrapper .col-12 img {
    width: 100%;
    max-width: 100%;
  }
  #menu li:hover > .sub-menu li {
    margin: 0;
    padding: 0;
  }
  #menu > li > .sub-menu li {
    border: 0;
  }
  #menu li .sub-menu li a {
    border: none;
  }
  #menu li.menu-item-has-children > a::after {
    left: auto;
    top: 26%;
    right: 1.65em;
    margin-left: 0;
  }
  body #menu ul > li:hover .mega-menu-wrapper {
    border-width: 3px;
    border-style: solid none none;
  }
  #header {
    position: relative;
    padding-left: 3em;
  }
  #tc-content {
    margin-top: 0 !important;
  }
  .tc-search {
    margin: 0.35em 0;
  }
  #lang_choice_1 {
    margin: 0.35em 0;
  }
  #tc-highlight {
    text-align: center;
  }
  #tc-highlight .container .pTB5 {
    padding: 1.65em 0 !important;
  }
  #home-slide-travelposts {
    -webkit-border-radius: 1.25em;
    -moz-border-radius: 1.25em;
    -ms-border-radius: 1.25em;
    border-radius: 1.25em;
  }
  .tc-shots-list {
    padding: 0.65em !important;
  }
  .tcs-video .btn {
    width: auto;
    text-indent: -8000px;
    overflow: visible;
    min-width: 2.35em;
    padding: 0;
    vertical-align: middle;
    background-color: transparent;
    line-height: 0;
  }
  .tcs-video .btn i {
    text-indent: 0;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    margin: 0;
  }
  .tcs-video .btn.tc-article i {
    display: block;
    width: 3.35em;
    height: 3.35em;
    line-height: 3.35em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
  .tc-shots-list .tcshot-item .tcs-head {
    padding: 0.58em 0.86em 0.15em;
  }
  .tc-shots-list .tcshot-item .tcs-head .tcs-title h5 {
    font-size: 18px !important;
    line-height: 23px !important;
  }
  .tc-shots-list .tcshot-item .tcs-head .tcs-photographer img {
    width: 51px;
    height: auto;
  }
  .tc-shots-list .tcshot-item .tcs-head .tcs-photographer::before {
    right: -7px !important;
  }
  .tc-shots-list .tcshot-item .tcs-meta {
    padding: 0.7em;
  }
  .tc-shots-list .tcshot-item .tcs-meta label {
    width: 32.33% !important;
    box-sizing: border-box;
    text-align: center;
  }
  .tc-shots-list .tcshot-item .tcs-meta .tcs-share {
    width: 100% !important;
    max-width: 100%;
    padding-top: 0.7em;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .tc-shots-list .tcshot-item {
    margin-bottom: 26px;
  }
  #tc-highlight p.vw {
    font-size: 15px !important;
  }
  .mega-menu-leftimage-wrapper .col-12 {
    width: 100%;
  }
  .has-mega-menu-leftimage .col-lg-6 ul.mega-menu-posts-column > li {
    margin: 0.15em 0 !important;
  }
  .mega-menu-leftimage-wrapper h5 {
    margin-top: 0.86em;
  }
  .has-mega-menu-leftimage .col-lg-6 ul.mega-menu-posts-column > li a {
    padding: 8px 15px 8px 80px !important;
  }
  .mega-menu-leftimage-wrapper {
    background-color: rgba(229, 247, 249, 0.6);
  }
  #tc-highlight, #tc-highlight > div {
    background-size: 18vw auto !important;
  }
  #top.sidebar-active aside.sidebar {
    width: 86vw;
    max-width: 86%;
  }
  .tc-shots-list .tcshot-item .tcs-head .tcs-video .tc-yt {
    background-color: transparent !important;
  }
  #header .container.mB2 {
    margin-bottom: 0 !important;
  }
  .logo > a img {
    margin: 0.65em 0;
  }
  .mound::after {
    background-size: 150%;
  }
  #environment .section-img {
    left: 3em;
  }
  #publicHealth .section-img {
    right: 3em;
  }
  .home-post-wrapper h2 small {
    line-height: 1.15em;
  }
  #environment h2.svg, #publicHealth h2.svg {
    padding-bottom: 0.7em;
  }
}
@media only screen and (min-width: 1025px) {
  #tc-post-body .tc-single-header .tc-featured-img {
    height: 80vh;
    max-height: 80vh;
  }
  #tc-post-body .tc-single-header .tc-featured-img img {
    margin-top: -28vh;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  body #menu ul > li .mega-menu-wrapper .bzl-megamenu-center-content .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tc-post-item figcaption h5 {
    font-size: 16px !important;
    line-height: 18px !important;
  }
  .tc-post-item figcaption small {
    font-size: 11px;
  }
}
@media only screen and (max-width: 991px) {
  footer .row div {
    padding: 1.35em inherit;
  }
  #top.sidebar-active aside.sidebar {
    overflow: scroll;
  }
  #top.sidebar-active aside.sidebar .col-md-9 {
    overflow: auto;
    max-height: none;
  }
  .sidebar-active aside.sidebar i.sidebar-opener {
    left: -7px;
  }
  #tc-post-body .tc-single-header h4 {
    margin-bottom: 1.65em;
    margin-top: 0;
  }
  #tc-post-body .tc-single-meta {
    margin: -5em -17px -1.7em -17px;
    padding: 1.05em !important;
  }
  .tc-shots-list .tcshot-item .tcs-head .tcs-title {
    padding-left: 15px !important;
  }
  .tcs-shot-img {
    position: relative;
    margin-top: 1.25em;
  }
  .tcs-shot-img .tcs-video {
    position: absolute;
    left: 0;
    top: -1.17em;
    right: 0;
    text-align: center;
  }
  .tcs-shot-img .tcs-video .btn {
    border: 0;
    box-shadow: none;
    background-color: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .Bzl-header {
    position: relative;
  }
  #lang_choice_1 {
    position: absolute;
    right: 11px;
    top: 8px;
  }
  ul.sidebar-posts-column > li {
    width: 100%;
    margin-left: 0 !important;
  }
  #tc-post-body {
    max-width: 100%;
    padding: 0;
  }
  .tc-post-meta .col-12 {
    padding: 0.35em 1.05em !important;
  }
  .tc-single-body .tc-post-content p, .tc-single-body .tc-post-content h2, .tc-single-body .tc-post-content h3, .tc-single-body .tc-post-content h4, .tc-single-body .tc-post-content h5, .tc-single-body .tc-post-content h6, .tc-single-body .tc-post-content ul, .tc-single-body .tc-post-content ol {
    padding: 15px 50px 15px 30px;
  }
  .tc-single-body .tc-post-content h3::before, .tc-single-body .tc-post-content h3::after {
    left: 30px;
  }
  .tc-single-body .tc-post-content blockquote {
    margin-left: 30px;
  }
  .tc-single-body .tc-post-content .history, .tc-single-body .tc-post-content .jumbotron {
    margin-left: 0;
    margin-right: 6px;
  }
  .related .owl-item {
    padding: 6em 1.65em 6em 1.25em;
  }
  footer .col-lg-3 {
    margin: 3em 0;
  }
  .tc-single-body .tc-post-content .wp-caption::before {
    -webkit-border-radius: 0 0 0.86em 0.86em;
    -moz-border-radius: 0 0 0.86em 0.86em;
    -ms-border-radius: 0 0 0.86em 0.86em;
    border-radius: 0 0 0.86em 0.86em;
  }
  .tc-single-body .tc-post-content .wp-caption::after {
    -webkit-border-radius: 0.86em 0.86em 0 0;
    -moz-border-radius: 0.86em 0.86em 0 0;
    -ms-border-radius: 0.86em 0.86em 0 0;
    border-radius: 0.86em 0.86em 0 0;
  }
  .tc-single-header h1 {
    font-size: 3vmax;
  }
  #environment .section-img, #publicHealth .section-img {
    position: relative;
    top: auto;
    left: auto;
    max-width: 100%;
    width: 100%;
    height: auto;
    transform: none;
    right: auto;
  }
  #programs .pL2, #environment .pL2, #publicHealth .pL2 {
    padding-left: 1em !important;
  }
  #programs .container, #environment .container, #publicHealth .container {
    width: 100%;
    padding: 0 1.65em;
  }
  #environment .container .other-post-items::before {
    left: -1.65em;
  }
  #publicHealth .container .other-post-items::before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,c2fbdd+100 */
    background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgb(194, 251, 221) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    left: -1.65em;
  }
}
@media only screen and (max-width: 575px) {
  .tc-single-meta .page-meta {
    padding: 0.86em 0.65em 0.86em 5.56em;
  }
  .mound::after {
    background-size: 250%;
  }
}
/* ===================== */
/* COLOR CSS --- */
/* ===================== */
/* ====== */
/* PRIME */
/* ====== */
.prime, .history h4 span {
  color: #13a8ba;
}

.BGprime, h3::after, .btn-prime {
  background-color: #13a8ba;
}

blockquote {
  -webkit-box-shadow: inset 5px 0 0 0 #13a8ba, 2px 5px 10px 0 rgba(61, 142, 152, 0.19) !important;
  -moz-box-shadow: inset 5px 0 0 0 #13a8ba, 2px 5px 10px 0 rgba(61, 142, 152, 0.19) !important;
  box-shadow: inset 5px 0 0 0 #13a8ba, 2px 5px 10px 0 rgba(61, 142, 152, 0.19) !important;
}

/* ====== */
/* SEC */
/* ====== */
.sec {
  color: #003940;
}

.BGsec {
  background-color: #003940;
}

/* ====== */
/* LIGHT */
/* ====== */
.light {
  color: #e5f7f9;
}

.BGlight .btn-light {
  background-color: #e5f7f9;
}

.BGlight.opaque, .jumbotron, blockquote {
  background-color: rgba(229, 247, 249, 0.6);
}

body a.top {
  border-color: #e5f7f9 !important;
}

/* ====== */
/* DARK */
/* ====== */
.dark, #menu ul li a {
  color: #27221f !important;
}

.BGdark, .btn-link:hover, input[type=submit]:hover, button[type=submit]:hover {
  background-color: #27221f;
}

/* ====== */
/* LINK */
/* ====== */
.link, #menu ul li a:hover, footer #menu-footer-menu li a:hover, a, .sidebar-widget li a:hover, .tagcloud a:hover {
  color: #0b8594;
}

.BGlink, .btn-link, #menu ul li a:hover, input[type=submit], button[type=submit], a.nav-expander.fixed {
  background-color: #0b8594;
}

.mega-menu-leftimage-wrapper {
  border-color: #0b8594 !important;
}

aside.sidebar {
  -webkit-box-shadow: inset 1.05em 0 0 0 #0b8594;
  box-shadow: inset 1.05em 0 0 0 #0b8594;
  padding-bottom: 10em;
}

/* ====== */
/* GREEN */
/* ====== */
.green {
  color: #b0d32e;
}

.BGgreen {
  background-color: #b0d32e;
}

/* ====== */
/* WHITE */
/* ====== */
.white, .BGprime h1, .btn, #menu ul li a:hover, footer p {
  color: #fff !important;
}

.BGwhite, .btn-white, #header .container {
  background-color: #fff;
}
