/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(c5cd7f5300576ab4c88202b42f6ded62.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(ced611daf7709cc778da928fec876475.eot);
    src: url(ced611daf7709cc778da928fec876475.eot?#iefix) format('embedded-opentype'), url(b7c9e1e479de3b53f1e4e30ebac2403a.woff) format('woff'), url(d41f55a78e6f49a5512878df1737e58a.ttf) format('truetype'), url(f97e3bbf73254b0112091d0192f17aec.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

html.with-featherlight {
	/* disable global scrolling when featherlights are visible */
	overflow: hidden;
}

.featherlight {
	display: none;

	/* dimensions: spanning the background from edge to edge */
	position:fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 2147483647; /* z-index needs to be >= elements on the site. */

	/* position: centering content */
	text-align: center;

	/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
	white-space: nowrap;

	/* styling */
	cursor: pointer;
	background: #333;
	/* IE8 "hack" for nested featherlights */
	background: rgba(0, 0, 0, 0);
}

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
	background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
	/* position: trick to center content vertically */
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.featherlight .featherlight-content {
	/* make content container for positioned elements (close button) */
	position: relative;

	/* position: centering vertical and horizontal */
	text-align: left;
	vertical-align: middle;
	display: inline-block;

	/* dimensions: cut off images */
	overflow: auto;
	padding: 25px 25px 0;
	border-bottom: 25px solid transparent;

	/* dimensions: handling large content */
	margin-left: 5%;
	margin-right: 5%;
	max-height: 95%;

	/* styling */
	background: #fff;
	cursor: auto;

	/* reset white-space wrapping */
	white-space: normal;
}

/* contains the content */
.featherlight .featherlight-inner {
	/* make sure its visible */
	display: block;
}

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
	display: none;
}

.featherlight .featherlight-close-icon {
	/* position: centering vertical and horizontal */
	position: absolute;
	z-index: 9999;
	top: 0;
	right: 0;

	/* dimensions: 25px x 25px */
	line-height: 25px;
	width: 25px;

	/* styling */
	cursor: pointer;
	text-align: center;
	font-family: Arial, sans-serif;
	background: #fff; /* Set the background in case it overlaps the content */
	background: rgba(255, 255, 255, 0.3);
	color: #000;
	border: none;
	padding: 0;
}

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.featherlight .featherlight-image {
	/* styling */
	width: 100%;
}


.featherlight-iframe .featherlight-content {
	/* removed the border for image croping since iframe is edge to edge */
	border-bottom: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
}

.featherlight iframe {
	/* styling */
	border: none;
}

.featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 0;
		margin-right: 0;
		max-height: 98%;

		padding: 10px 10px 0;
		border-bottom: 10px solid transparent;
	}
}

/* hide non featherlight items when printing */
@media print {
	html.with-featherlight > * > :not(.featherlight) {
		display: none;
	}
}
/*-------------------------------------------------------------------------------------------*/
/* BOOTSTRAP */
/*-------------------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------------------
* base-variables.php
* Use this file to override bootstrap variables
* ----------------------------------------------------------------------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*-------------------------------------------------------------------------------------------*/
/* PLUGINS */
/*-------------------------------------------------------------------------------------------*/
#site-main .vc_row h2 {
  font-size: 30px;
}
.vc_row .wpb_content_element {
  margin-bottom: 5px;
}
.vc_row .wpb_text_column,
.vc_row .vc_tta-container {
  max-width: 800px;
}
.vc_row .wpb_single_image .vc_figure {
  width: 100%;
  margin-bottom: 25px;
}
.vc_row .wpb_single_image .vc_figure .vc_single_image-wrapper {
  max-width: 100%;
}
.vc_row .wpb_single_image img {
  max-width: 100%;
}
.vc_row em {
  color: #353535;
}
.vc_row ul {
  padding-left: 20px;
  font-size: 18px;
  margin: 20px 0;
}
.vc_row blockquote {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 15px 0;
}
.vc_row blockquote p {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  font-family: 'Barlow Semi Condensed';
  color: #ee7203;
}
/*-------------------------------------------------------------------------------------------*/
/* MIXINS AND BASE STYLES */
/*-------------------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------------------
* mixins.php
* This file contains LESS functions
* ----------------------------------------------------------------------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icons";
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.black-button {
  padding: 10px 11px 9px;
  display: inline-block;
  background: #4b4b4b;
  text-transform: uppercase;
  line-height: 1;
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: background;
  -o-transition: background;
  transition: background;
  -webkit-transition: background ease-in-out 0.2s;
  -moz-transition: background ease-in-out 0.2s;
  -ms-transition: background ease-in-out 0.2s;
  -o-transition: background ease-in-out 0.2s;
  transition: background ease-in-out 0.2s;
}
.black-button:hover,
.black-button:focus {
  background: #ee7203;
  color: #fff;
}
.orange-button {
  padding: 10px 11px 9px;
  display: inline-block;
  background: #4b4b4b;
  text-transform: uppercase;
  line-height: 1;
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-weight: 600;
  -webkit-transition: background;
  -o-transition: background;
  transition: background;
  -webkit-transition: background ease-in-out 0.2s;
  -moz-transition: background ease-in-out 0.2s;
  -ms-transition: background ease-in-out 0.2s;
  -o-transition: background ease-in-out 0.2s;
  transition: background ease-in-out 0.2s;
  background: #ee7203;
  color: #fff;
}
.orange-button:hover,
.orange-button:focus {
  background: #ee7203;
  color: #fff;
}
.orange-button:hover,
.orange-button:focus {
  background: #f3953f;
}
/* ------------------------------------------------------------------------------------------
* base-styles.php
* These are styles that should not need to be changed
* ----------------------------------------------------------------------------------------- */
@font-face {
  font-family: 'icons';
  src: url(d5353837b7a4b27832c8781144312648.eot);
  src: url(d5353837b7a4b27832c8781144312648.eot#iefix) format('embedded-opentype'), url(f07614be2ec3198c92f24db1fe3635b3.woff) format('woff'), url(6f034e957c0cf26958075c4f06477153.ttf) format('truetype'), url(3e77857e082099c73311dc511baaeeff.svg#icons) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow Condensed Light';
  src: url(bcf76e0b36fcb8b2b554c8afbcd07055.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow Condensed Semi Bold';
  src: url(8f0569001f7ff3a84e877b5b01d96c88.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
body {
  background: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #353535;
  font-weight: 400;
  letter-spacing: 0.025em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #353535;
  line-height: 1.1em;
}
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
  color: #fff;
}
h1 {
  font-size: 32px;
  font-weight: 600;
  font-family: 'Barlow Condensed', sans-serif;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
@media (max-width: 480px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
h3.block-title {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  color: #3f3f3f;
}
h3.block-title a {
  color: inherit;
}
p {
  line-height: 1.5;
}
p,
ul,
ol {
  margin-bottom: 20px;
}
ul,
ol {
  list-style-position: outside;
  padding-left: 20px;
}
ul {
  list-style: disc;
  margin: 0;
  padding: 0;
}
ol {
  list-style: decimal;
}
em,
i {
  font-style: italic;
  color: #FFF;
}
b,
strong {
  font-weight: bold;
  color: #222;
}
hr {
  border: 0;
  height: 1px;
  border-top: 1px solid #ccc;
  margin: 20px 0;
}
a {
  color: #f3953f;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ee7203;
  text-decoration: none;
  outline: none;
}
a:active {
  color: #ee7203;
  outline: none;
}
label {
  font-weight: 300;
  font-size: 14px;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.row div[class^="col-"] {
  margin-bottom: 30px;
}
.row div[class^="col-"]:last-of-type {
  margin-bottom: 0;
}
.logotype img + .site-name,
.logotype .site-description {
  display: none;
}
img {
  max-width: 100%;
}
.img-responsive {
  max-width: 100% !important;
  height: auto !important;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
.post-thumbnail img {
  max-width: 100%;
  height: auto;
}
.slider {
  display: none;
}
.slider .slick-prev:before,
.slider .slick-next:before {
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
#mobile-nav-trigger {
  z-index: 999;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}
#mobile-nav-trigger span {
  transition: 0.25s ease-in-out;
}
#mobile-nav-trigger .line {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #353535;
  opacity: 1;
  left: 50%;
  transform: rotate(0deg) translateX(-50%);
}
#mobile-nav-trigger .line:nth-child(1) {
  top: 0px;
}
#mobile-nav-trigger .line:nth-child(2),
#mobile-nav-trigger .line:nth-child(3) {
  top: 8px;
}
#mobile-nav-trigger .line:nth-child(4) {
  top: 16px;
}
#mobile-nav-trigger.open .line {
  left: 0;
}
#mobile-nav-trigger.open .line:nth-child(1),
#mobile-nav-trigger.open .line:nth-child(4) {
  opacity: 0;
  margin-left: 0%;
  transform: translateX(0%);
}
#mobile-nav-trigger.open .line:nth-child(2) {
  transform: rotate(45deg);
}
#mobile-nav-trigger.open .line:nth-child(3) {
  transform: rotate(-45deg);
}
#main-navigation-content .search-form .search-submit {
  width: 32px;
  height: 32px;
  padding: 6px 8px;
  float: left;
  background: none;
  border: 0;
  color: #fff;
  font-size: 18px;
  -webkit-transition: color;
  -o-transition: color;
  transition: color;
  -webkit-transition: color ease-in-out 0.2s;
  -moz-transition: color ease-in-out 0.2s;
  -ms-transition: color ease-in-out 0.2s;
  -o-transition: color ease-in-out 0.2s;
  transition: color ease-in-out 0.2s;
}
#main-navigation-content .search-form .search-submit:hover {
  color: #f3953f;
}
#main-navigation-content .search-form label {
  max-width: 0;
  width: calc(100% - 32px);
  overflow: hidden;
  float: left;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
#main-navigation-content .search-form label .search-field {
  width: 80%;
  padding: 6px 4px;
  color: #fff;
}
#main-navigation-content .search-form.open label {
  max-width: 400px;
}
#main-navigation-content .search-form .search-field {
  border: 0;
  background: none;
  border-bottom: 2px solid #f3953f;
}
#main-navigation-content .search-form:after {
  content: "";
  display: table;
  clear: both;
}
.social-links a {
  display: inline-block;
  font-size: 50px;
  color: #fff;
  position: relative;
  -webkit-transition: color;
  -o-transition: color;
  transition: color;
  -webkit-transition: color ease-in-out 0.2s;
  -moz-transition: color ease-in-out 0.2s;
  -ms-transition: color ease-in-out 0.2s;
  -o-transition: color ease-in-out 0.2s;
  transition: color ease-in-out 0.2s;
  margin-right: 20px;
}
.social-links a:nth-last-child(1) {
  margin-right: 0;
}
.social-links a.icon-youtube {
  top: 5px;
}
.social-links a:hover {
  color: #007637 !important;
}
.map-container {
  position: relative;
}
.map-container .map-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
/*-------------------------------------------------------------------------------------------*/
/* TYPOGRAPHY & COLORS */
/*-------------------------------------------------------------------------------------------*/
.preable {
  font-size: 18px;
}
/*-------------------------------------------------------------------------------------------*/
/* MAIN CSS */
/*-------------------------------------------------------------------------------------------*/
@media (max-width: 782px) {
  .logged-in-wordpress {
    margin-top: 46px !important;
  }
}
#page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.flex-container {
  display: flex;
}
.flex-center {
  display: flex;
  justify-content: center;
}
#site-main {
  flex: 1;
  padding-top: 60px;
  background-color: #f7f7f7;
}
#site-main h2 {
  font-size: 32px;
  font-weight: 600;
  font-family: 'Barlow Condensed', sans-serif;
}
#site-main .entry-content-single {
  max-width: 800px;
}
#site-main .entry-content p {
  max-width: 800px;
}
#site-main.front {
  padding-top: 0;
}
#site-main .sidebar-column {
  padding-right: 25px;
}
#site-main .main-column {
  padding-left: 25px;
  border-left: 1px solid #c8c8c8;
}
#site-main .site-content .search-category-title {
  margin-bottom: 30px;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #4b4b4b;
  text-transform: uppercase;
}
#site-main .site-content .content-header .page-title {
  margin-bottom: 30px;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #4b4b4b;
  text-transform: uppercase;
}
#site-main .site-content #business-tools .business-tool {
  border: none;
}
#site-main .site-content .post {
  margin-bottom: 30px;
  padding-bottom: 20px;
}
#site-main .site-content .type-post,
#site-main .site-content .type-publication,
#site-main .site-content .type-business-tool,
#site-main .site-content .post,
#site-main .site-content .publication,
#site-main .site-content .business-tool,
#site-main .site-content .page {
  border-bottom: 1px solid #d2d2d2;
}
#site-main .site-content .type-post .post-thumbnail img,
#site-main .site-content .type-publication .post-thumbnail img,
#site-main .site-content .type-business-tool .post-thumbnail img,
#site-main .site-content .post .post-thumbnail img,
#site-main .site-content .publication .post-thumbnail img,
#site-main .site-content .business-tool .post-thumbnail img,
#site-main .site-content .page .post-thumbnail img {
  width: 100%;
}
#site-main .site-content .type-post .entry-title,
#site-main .site-content .type-publication .entry-title,
#site-main .site-content .type-business-tool .entry-title,
#site-main .site-content .post .entry-title,
#site-main .site-content .publication .entry-title,
#site-main .site-content .business-tool .entry-title,
#site-main .site-content .page .entry-title {
  font-size: 28px;
  font-weight: 600;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1.2;
}
#site-main .site-content .type-post.page,
#site-main .site-content .type-publication.page,
#site-main .site-content .type-business-tool.page,
#site-main .site-content .post.page,
#site-main .site-content .publication.page,
#site-main .site-content .business-tool.page,
#site-main .site-content .page.page {
  border: none;
}
#site-main .site-content .type-post.single,
#site-main .site-content .type-publication.single,
#site-main .site-content .type-business-tool.single,
#site-main .site-content .post.single,
#site-main .site-content .publication.single,
#site-main .site-content .business-tool.single,
#site-main .site-content .page.single {
  border: none;
  margin: 0;
  padding: 0;
}
#site-main .site-content .type-post.single .entry-header .entry-image,
#site-main .site-content .type-publication.single .entry-header .entry-image,
#site-main .site-content .type-business-tool.single .entry-header .entry-image,
#site-main .site-content .post.single .entry-header .entry-image,
#site-main .site-content .publication.single .entry-header .entry-image,
#site-main .site-content .business-tool.single .entry-header .entry-image,
#site-main .site-content .page.single .entry-header .entry-image {
  margin-bottom: 15px;
}
#site-main .site-content .type-post.single .entry-header .entry-image img,
#site-main .site-content .type-publication.single .entry-header .entry-image img,
#site-main .site-content .type-business-tool.single .entry-header .entry-image img,
#site-main .site-content .post.single .entry-header .entry-image img,
#site-main .site-content .publication.single .entry-header .entry-image img,
#site-main .site-content .business-tool.single .entry-header .entry-image img,
#site-main .site-content .page.single .entry-header .entry-image img {
  width: 800px;
  height: auto;
}
#site-main .site-content .type-post.single .entry-header .page-title,
#site-main .site-content .type-publication.single .entry-header .page-title,
#site-main .site-content .type-business-tool.single .entry-header .page-title,
#site-main .site-content .post.single .entry-header .page-title,
#site-main .site-content .publication.single .entry-header .page-title,
#site-main .site-content .business-tool.single .entry-header .page-title,
#site-main .site-content .page.single .entry-header .page-title {
  margin-bottom: 7px;
  font-size: 12px;
  color: #4b4b4b;
  font-weight: 600;
  text-transform: uppercase;
}
#site-main .site-content .type-post.single .entry-header .entry-date,
#site-main .site-content .type-publication.single .entry-header .entry-date,
#site-main .site-content .type-business-tool.single .entry-header .entry-date,
#site-main .site-content .post.single .entry-header .entry-date,
#site-main .site-content .publication.single .entry-header .entry-date,
#site-main .site-content .business-tool.single .entry-header .entry-date,
#site-main .site-content .page.single .entry-header .entry-date {
  text-transform: uppercase;
  color: #888888;
  font-size: 16px;
  font-weight: 700;
}
#site-main .site-content .type-post.single .entry-header .entry-title,
#site-main .site-content .type-publication.single .entry-header .entry-title,
#site-main .site-content .type-business-tool.single .entry-header .entry-title,
#site-main .site-content .post.single .entry-header .entry-title,
#site-main .site-content .publication.single .entry-header .entry-title,
#site-main .site-content .business-tool.single .entry-header .entry-title,
#site-main .site-content .page.single .entry-header .entry-title {
  margin: 7px 0 7px;
  font-size: 26px;
  font-weight: 300;
}
#site-main .site-content .type-post.single .entry-footer .tags,
#site-main .site-content .type-publication.single .entry-footer .tags,
#site-main .site-content .type-business-tool.single .entry-footer .tags,
#site-main .site-content .post.single .entry-footer .tags,
#site-main .site-content .publication.single .entry-footer .tags,
#site-main .site-content .business-tool.single .entry-footer .tags,
#site-main .site-content .page.single .entry-footer .tags {
  white-space: normal;
  overflow: visible;
  text-overflow: initial;
}
#site-main .site-content .type-post.single .entry-footer .tags h4,
#site-main .site-content .type-publication.single .entry-footer .tags h4,
#site-main .site-content .type-business-tool.single .entry-footer .tags h4,
#site-main .site-content .post.single .entry-footer .tags h4,
#site-main .site-content .publication.single .entry-footer .tags h4,
#site-main .site-content .business-tool.single .entry-footer .tags h4,
#site-main .site-content .page.single .entry-footer .tags h4 {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #4b4b4b;
}
#site-main .site-content .type-post.single .entry-footer .tags .tag,
#site-main .site-content .type-publication.single .entry-footer .tags .tag,
#site-main .site-content .type-business-tool.single .entry-footer .tags .tag,
#site-main .site-content .post.single .entry-footer .tags .tag,
#site-main .site-content .publication.single .entry-footer .tags .tag,
#site-main .site-content .business-tool.single .entry-footer .tags .tag,
#site-main .site-content .page.single .entry-footer .tags .tag {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #f3953f;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
#site-main .site-content .type-post.single .entry-footer .tags .tag:hover,
#site-main .site-content .type-publication.single .entry-footer .tags .tag:hover,
#site-main .site-content .type-business-tool.single .entry-footer .tags .tag:hover,
#site-main .site-content .post.single .entry-footer .tags .tag:hover,
#site-main .site-content .publication.single .entry-footer .tags .tag:hover,
#site-main .site-content .business-tool.single .entry-footer .tags .tag:hover,
#site-main .site-content .page.single .entry-footer .tags .tag:hover {
  background: #434343;
  color: #fff;
}
#site-main .site-content .type-post .entry-header .entry-date,
#site-main .site-content .type-publication .entry-header .entry-date,
#site-main .site-content .type-business-tool .entry-header .entry-date,
#site-main .site-content .post .entry-header .entry-date,
#site-main .site-content .publication .entry-header .entry-date,
#site-main .site-content .business-tool .entry-header .entry-date,
#site-main .site-content .page .entry-header .entry-date {
  display: inline-block;
  font-size: 12px;
  color: #4b4b4b;
  font-weight: 300;
  margin-bottom: 10px;
}
#site-main .site-content .type-post .entry-header .entry-title,
#site-main .site-content .type-publication .entry-header .entry-title,
#site-main .site-content .type-business-tool .entry-header .entry-title,
#site-main .site-content .post .entry-header .entry-title,
#site-main .site-content .publication .entry-header .entry-title,
#site-main .site-content .business-tool .entry-header .entry-title,
#site-main .site-content .page .entry-header .entry-title {
  margin-bottom: 7px;
}
#site-main .site-content .type-post .entry-footer,
#site-main .site-content .type-publication .entry-footer,
#site-main .site-content .type-business-tool .entry-footer,
#site-main .site-content .post .entry-footer,
#site-main .site-content .publication .entry-footer,
#site-main .site-content .business-tool .entry-footer,
#site-main .site-content .page .entry-footer {
  margin-top: 30px;
}
#site-main .site-content .type-post .entry-footer .tags,
#site-main .site-content .type-publication .entry-footer .tags,
#site-main .site-content .type-business-tool .entry-footer .tags,
#site-main .site-content .post .entry-footer .tags,
#site-main .site-content .publication .entry-footer .tags,
#site-main .site-content .business-tool .entry-footer .tags,
#site-main .site-content .page .entry-footer .tags {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #B2BABF;
}
#site-main .site-content .type-post .entry-footer .tags,
#site-main .site-content .type-publication .entry-footer .tags,
#site-main .site-content .type-business-tool .entry-footer .tags,
#site-main .site-content .post .entry-footer .tags,
#site-main .site-content .publication .entry-footer .tags,
#site-main .site-content .business-tool .entry-footer .tags,
#site-main .site-content .page .entry-footer .tags,
#site-main .site-content .type-post .entry-footer .tags .tag,
#site-main .site-content .type-publication .entry-footer .tags .tag,
#site-main .site-content .type-business-tool .entry-footer .tags .tag,
#site-main .site-content .post .entry-footer .tags .tag,
#site-main .site-content .publication .entry-footer .tags .tag,
#site-main .site-content .business-tool .entry-footer .tags .tag,
#site-main .site-content .page .entry-footer .tags .tag,
#site-main .site-content .type-post .entry-footer .tags h4,
#site-main .site-content .type-publication .entry-footer .tags h4,
#site-main .site-content .type-business-tool .entry-footer .tags h4,
#site-main .site-content .post .entry-footer .tags h4,
#site-main .site-content .publication .entry-footer .tags h4,
#site-main .site-content .business-tool .entry-footer .tags h4,
#site-main .site-content .page .entry-footer .tags h4 {
  font-size: 11px;
  color: #B2BABF;
}
#site-main .site-content .type-post .entry-footer .tags .tag,
#site-main .site-content .type-publication .entry-footer .tags .tag,
#site-main .site-content .type-business-tool .entry-footer .tags .tag,
#site-main .site-content .post .entry-footer .tags .tag,
#site-main .site-content .publication .entry-footer .tags .tag,
#site-main .site-content .business-tool .entry-footer .tags .tag,
#site-main .site-content .page .entry-footer .tags .tag,
#site-main .site-content .type-post .entry-footer .tags h4,
#site-main .site-content .type-publication .entry-footer .tags h4,
#site-main .site-content .type-business-tool .entry-footer .tags h4,
#site-main .site-content .post .entry-footer .tags h4,
#site-main .site-content .publication .entry-footer .tags h4,
#site-main .site-content .business-tool .entry-footer .tags h4,
#site-main .site-content .page .entry-footer .tags h4 {
  display: inline;
}
#site-main .site-content .type-post .entry-footer .tags .tag,
#site-main .site-content .type-publication .entry-footer .tags .tag,
#site-main .site-content .type-business-tool .entry-footer .tags .tag,
#site-main .site-content .post .entry-footer .tags .tag,
#site-main .site-content .publication .entry-footer .tags .tag,
#site-main .site-content .business-tool .entry-footer .tags .tag,
#site-main .site-content .page .entry-footer .tags .tag {
  -webkit-transition: color;
  -o-transition: color;
  transition: color;
  -webkit-transition: color ease-in-out 0.2s;
  -moz-transition: color ease-in-out 0.2s;
  -ms-transition: color ease-in-out 0.2s;
  -o-transition: color ease-in-out 0.2s;
  transition: color ease-in-out 0.2s;
}
#site-main .site-content .type-post .entry-footer .tags .tag:hover,
#site-main .site-content .type-publication .entry-footer .tags .tag:hover,
#site-main .site-content .type-business-tool .entry-footer .tags .tag:hover,
#site-main .site-content .post .entry-footer .tags .tag:hover,
#site-main .site-content .publication .entry-footer .tags .tag:hover,
#site-main .site-content .business-tool .entry-footer .tags .tag:hover,
#site-main .site-content .page .entry-footer .tags .tag:hover {
  color: #60666B;
}
#site-main .site-content .type-post .entry-footer .tags:hover,
#site-main .site-content .type-publication .entry-footer .tags:hover,
#site-main .site-content .type-business-tool .entry-footer .tags:hover,
#site-main .site-content .post .entry-footer .tags:hover,
#site-main .site-content .publication .entry-footer .tags:hover,
#site-main .site-content .business-tool .entry-footer .tags:hover,
#site-main .site-content .page .entry-footer .tags:hover {
  white-space: normal;
}
#site-main .site-content .type-post .read-more,
#site-main .site-content .type-publication .read-more,
#site-main .site-content .type-business-tool .read-more,
#site-main .site-content .post .read-more,
#site-main .site-content .publication .read-more,
#site-main .site-content .business-tool .read-more,
#site-main .site-content .page .read-more {
  margin-top: 10px;
  float: right;
}
#site-main .site-content .type-post:after,
#site-main .site-content .type-publication:after,
#site-main .site-content .type-business-tool:after,
#site-main .site-content .post:after,
#site-main .site-content .publication:after,
#site-main .site-content .business-tool:after,
#site-main .site-content .page:after {
  content: " ";
  display: table;
  clear: both;
}
@media (max-width: 991px) {
  #site-main .site-content .type-post,
  #site-main .site-content .type-publication,
  #site-main .site-content .type-business-tool,
  #site-main .site-content .post,
  #site-main .site-content .publication,
  #site-main .site-content .business-tool,
  #site-main .site-content .page {
    margin-bottom: 30px;
    padding-bottom: 25px;
  }
}
#site-main .site-content .entry-files {
  margin: 30px 0;
}
#site-main .site-content .entry-files ul,
#site-main .site-content .entry-files li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#site-main .site-content .entry-files a {
  padding: 5px 0;
  display: inline-block;
  font-size: 12.5px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
#site-main .site-content .content-footer {
  margin-top: 30px;
}
#site-main .site-content .content-footer .navigation {
  text-align: center;
  display: block;
}
#site-main .site-content .content-footer .navigation .page-numbers {
  margin: 0 1px;
  padding: 10px 15px;
  display: inline-block;
  color: #fff;
  background: #434343;
}
#site-main .site-content .content-footer .navigation .page-numbers.current {
  color: #f3953f;
}
#site-main .site-content .content-footer .navigation a.page-numbers:hover,
#site-main .site-content .content-footer .navigation a.page-numbers:focus {
  color: #f3953f;
}
#site-main .site-content #publications > .row:first-child .publication {
  border-bottom: 1px solid #eeeeee;
}
#site-main .site-content #publications #all-publications .publication .col-xs-12 {
  width: 100%;
  float: none;
}
#site-main .site-content #publications #all-publications .post-thumbnail img {
  margin-bottom: 11px;
}
#site-main .site-content .groups {
  margin: 40px 0;
}
#site-main .site-content .groups .group {
  border-bottom: 1px solid #eeeeee;
}
#site-main .site-content .groups .persons {
  width: 100%;
}
#site-main .site-content .groups .persons td,
#site-main .site-content .groups .persons th {
  padding-right: 20px;
  vertical-align: top;
}
#site-main .site-content .groups .persons th {
  padding-bottom: 5px;
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  color: #9f9f9f;
}
#site-main .site-content .groups .persons td {
  width: 100%;
  padding-bottom: 5px;
}
#site-main .site-content .groups .persons td.td-image {
  width: auto;
  max-width: 150px;
}
#site-main .site-content .groups .persons td img {
  max-width: 150px;
}
#site-main .site-content .groups .persons td a {
  display: inline-block;
}
#site-main .site-content .groups .persons p {
  margin-top: 0;
  margin-bottom: 5px;
}
#site-main .site-content .groups .persons .persons-title {
  padding-bottom: 5px;
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  color: #9f9f9f;
}
#site-main .site-content .groups .group-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #4b4b4b;
  text-transform: uppercase;
}
#site-main .site-content .groups .group-subtitle {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}
#site-main .site-content .map {
  height: 280px;
}
#site-main #business-tools .business-tool {
  width: 100%;
  height: 300px;
  padding: 20px 20px 60px;
  float: left;
  position: relative;
  background: #efefef;
  display: flex;
  flex-direction: column;
}
#site-main #business-tools .business-tool .post-thumbnail img {
  margin-bottom: 20px;
}
#site-main #business-tools .business-tool .entry-header .entry-title {
  margin-bottom: 5px;
  font-size: 18px;
  color: #4b4b4b;
}
#site-main #business-tools .business-tool .entry-content {
  overflow: hidden;
}
#site-main #business-tools .business-tool .entry-content p {
  margin: 0;
}
#site-main #business-tools .business-tool .entry-footer {
  margin: 0;
}
#site-main #business-tools .business-tool .entry-footer .read-more,
#site-main #business-tools .business-tool .entry-footer .tool-link {
  margin: 0;
  position: absolute;
  bottom: 20px;
}
#site-main #business-tools .business-tool .entry-footer .tool-link {
  left: 20px;
}
#site-main #business-tools .business-tool .entry-footer .read-more {
  right: 20px;
}
#site-main #business-tools .business-tool:after {
  content: " ";
  display: table;
  clear: both;
}
@media (max-width: 991px) {
  #site-main .site-sidebar {
    margin-bottom: 30px;
  }
}
#site-main .site-sidebar div.news-link {
  padding: 20px 0;
  font-size: 14px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  position: relative;
}
#site-main .site-sidebar div.news-link a {
  position: relative;
  display: block;
}
#site-main .site-sidebar div.news-link a:after {
  content: ">";
  position: absolute;
  right: 0;
  top: 0;
  color: #f39a4c;
}
#site-main .site-sidebar .back-link {
  padding: 10px 11px 9px;
  background: #4b4b4b;
  text-transform: uppercase;
  line-height: 1;
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-weight: 600;
  -webkit-transition: background;
  -o-transition: background;
  transition: background;
  -webkit-transition: background ease-in-out 0.2s;
  -moz-transition: background ease-in-out 0.2s;
  -ms-transition: background ease-in-out 0.2s;
  -o-transition: background ease-in-out 0.2s;
  transition: background ease-in-out 0.2s;
  background: #ee7203;
  color: #fff;
  display: inline-block;
  margin-top: 15px;
}
#site-main .site-sidebar .back-link:hover,
#site-main .site-sidebar .back-link:focus {
  background: #ee7203;
  color: #fff;
}
#site-main .site-sidebar .back-link:hover,
#site-main .site-sidebar .back-link:focus {
  background: #f3953f;
}
#site-main .site-sidebar .content-header .page-title {
  margin-bottom: 10px;
  margin-top: 40px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #4b4b4b;
  text-transform: uppercase;
}
#site-main .site-sidebar .content-header .page-title a {
  color: #4b4b4b;
}
#site-main .site-sidebar .archive ul.main-menu li,
#site-main .site-sidebar .sidebar-menu ul.main-menu li {
  display: none;
}
#site-main .site-sidebar .archive ul.main-menu li.current-menu-item,
#site-main .site-sidebar .sidebar-menu ul.main-menu li.current-menu-item,
#site-main .site-sidebar .archive ul.main-menu li.current-menu-item > .sub-menu > li,
#site-main .site-sidebar .sidebar-menu ul.main-menu li.current-menu-item > .sub-menu > li,
#site-main .site-sidebar .archive ul.main-menu li.current-menu-ancestor,
#site-main .site-sidebar .sidebar-menu ul.main-menu li.current-menu-ancestor,
#site-main .site-sidebar .archive ul.main-menu li.current-menu-ancestor > ul > li,
#site-main .site-sidebar .sidebar-menu ul.main-menu li.current-menu-ancestor > ul > li {
  display: block;
}
#site-main .site-sidebar .archive ul,
#site-main .site-sidebar .sidebar-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#site-main .site-sidebar .archive .year,
#site-main .site-sidebar .sidebar-menu .year,
#site-main .site-sidebar .archive .month,
#site-main .site-sidebar .sidebar-menu .month,
#site-main .site-sidebar .archive .page_item,
#site-main .site-sidebar .sidebar-menu .page_item,
#site-main .site-sidebar .archive .cat-item,
#site-main .site-sidebar .sidebar-menu .cat-item,
#site-main .site-sidebar .archive .menu-item,
#site-main .site-sidebar .sidebar-menu .menu-item {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 600;
}
#site-main .site-sidebar .archive .year a,
#site-main .site-sidebar .sidebar-menu .year a,
#site-main .site-sidebar .archive .month a,
#site-main .site-sidebar .sidebar-menu .month a,
#site-main .site-sidebar .archive .page_item a,
#site-main .site-sidebar .sidebar-menu .page_item a,
#site-main .site-sidebar .archive .cat-item a,
#site-main .site-sidebar .sidebar-menu .cat-item a,
#site-main .site-sidebar .archive .menu-item a,
#site-main .site-sidebar .sidebar-menu .menu-item a {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #353535;
  font-family: "Open Sans", sans-serif;
}
#site-main .site-sidebar .archive .year.current_menu-item > a,
#site-main .site-sidebar .sidebar-menu .year.current_menu-item > a,
#site-main .site-sidebar .archive .month.current_menu-item > a,
#site-main .site-sidebar .sidebar-menu .month.current_menu-item > a,
#site-main .site-sidebar .archive .page_item.current_menu-item > a,
#site-main .site-sidebar .sidebar-menu .page_item.current_menu-item > a,
#site-main .site-sidebar .archive .cat-item.current_menu-item > a,
#site-main .site-sidebar .sidebar-menu .cat-item.current_menu-item > a,
#site-main .site-sidebar .archive .menu-item.current_menu-item > a,
#site-main .site-sidebar .sidebar-menu .menu-item.current_menu-item > a,
#site-main .site-sidebar .archive .year.current_page_item > a,
#site-main .site-sidebar .sidebar-menu .year.current_page_item > a,
#site-main .site-sidebar .archive .month.current_page_item > a,
#site-main .site-sidebar .sidebar-menu .month.current_page_item > a,
#site-main .site-sidebar .archive .page_item.current_page_item > a,
#site-main .site-sidebar .sidebar-menu .page_item.current_page_item > a,
#site-main .site-sidebar .archive .cat-item.current_page_item > a,
#site-main .site-sidebar .sidebar-menu .cat-item.current_page_item > a,
#site-main .site-sidebar .archive .menu-item.current_page_item > a,
#site-main .site-sidebar .sidebar-menu .menu-item.current_page_item > a,
#site-main .site-sidebar .archive .year.current_archive_item > a,
#site-main .site-sidebar .sidebar-menu .year.current_archive_item > a,
#site-main .site-sidebar .archive .month.current_archive_item > a,
#site-main .site-sidebar .sidebar-menu .month.current_archive_item > a,
#site-main .site-sidebar .archive .page_item.current_archive_item > a,
#site-main .site-sidebar .sidebar-menu .page_item.current_archive_item > a,
#site-main .site-sidebar .archive .cat-item.current_archive_item > a,
#site-main .site-sidebar .sidebar-menu .cat-item.current_archive_item > a,
#site-main .site-sidebar .archive .menu-item.current_archive_item > a,
#site-main .site-sidebar .sidebar-menu .menu-item.current_archive_item > a,
#site-main .site-sidebar .archive .year a:hover,
#site-main .site-sidebar .sidebar-menu .year a:hover,
#site-main .site-sidebar .archive .month a:hover,
#site-main .site-sidebar .sidebar-menu .month a:hover,
#site-main .site-sidebar .archive .page_item a:hover,
#site-main .site-sidebar .sidebar-menu .page_item a:hover,
#site-main .site-sidebar .archive .cat-item a:hover,
#site-main .site-sidebar .sidebar-menu .cat-item a:hover,
#site-main .site-sidebar .archive .menu-item a:hover,
#site-main .site-sidebar .sidebar-menu .menu-item a:hover,
#site-main .site-sidebar .archive .year a:focus,
#site-main .site-sidebar .sidebar-menu .year a:focus,
#site-main .site-sidebar .archive .month a:focus,
#site-main .site-sidebar .sidebar-menu .month a:focus,
#site-main .site-sidebar .archive .page_item a:focus,
#site-main .site-sidebar .sidebar-menu .page_item a:focus,
#site-main .site-sidebar .archive .cat-item a:focus,
#site-main .site-sidebar .sidebar-menu .cat-item a:focus,
#site-main .site-sidebar .archive .menu-item a:focus,
#site-main .site-sidebar .sidebar-menu .menu-item a:focus {
  color: #ee7202;
}
#site-main .site-sidebar .archive .year.current-menu-ancestor .children,
#site-main .site-sidebar .sidebar-menu .year.current-menu-ancestor .children,
#site-main .site-sidebar .archive .month.current-menu-ancestor .children,
#site-main .site-sidebar .sidebar-menu .month.current-menu-ancestor .children,
#site-main .site-sidebar .archive .page_item.current-menu-ancestor .children,
#site-main .site-sidebar .sidebar-menu .page_item.current-menu-ancestor .children,
#site-main .site-sidebar .archive .cat-item.current-menu-ancestor .children,
#site-main .site-sidebar .sidebar-menu .cat-item.current-menu-ancestor .children,
#site-main .site-sidebar .archive .menu-item.current-menu-ancestor .children,
#site-main .site-sidebar .sidebar-menu .menu-item.current-menu-ancestor .children,
#site-main .site-sidebar .archive .year.current_page_ancestor .children,
#site-main .site-sidebar .sidebar-menu .year.current_page_ancestor .children,
#site-main .site-sidebar .archive .month.current_page_ancestor .children,
#site-main .site-sidebar .sidebar-menu .month.current_page_ancestor .children,
#site-main .site-sidebar .archive .page_item.current_page_ancestor .children,
#site-main .site-sidebar .sidebar-menu .page_item.current_page_ancestor .children,
#site-main .site-sidebar .archive .cat-item.current_page_ancestor .children,
#site-main .site-sidebar .sidebar-menu .cat-item.current_page_ancestor .children,
#site-main .site-sidebar .archive .menu-item.current_page_ancestor .children,
#site-main .site-sidebar .sidebar-menu .menu-item.current_page_ancestor .children,
#site-main .site-sidebar .archive .year.current_page_item .children,
#site-main .site-sidebar .sidebar-menu .year.current_page_item .children,
#site-main .site-sidebar .archive .month.current_page_item .children,
#site-main .site-sidebar .sidebar-menu .month.current_page_item .children,
#site-main .site-sidebar .archive .page_item.current_page_item .children,
#site-main .site-sidebar .sidebar-menu .page_item.current_page_item .children,
#site-main .site-sidebar .archive .cat-item.current_page_item .children,
#site-main .site-sidebar .sidebar-menu .cat-item.current_page_item .children,
#site-main .site-sidebar .archive .menu-item.current_page_item .children,
#site-main .site-sidebar .sidebar-menu .menu-item.current_page_item .children,
#site-main .site-sidebar .archive .year.current_archive_item .children,
#site-main .site-sidebar .sidebar-menu .year.current_archive_item .children,
#site-main .site-sidebar .archive .month.current_archive_item .children,
#site-main .site-sidebar .sidebar-menu .month.current_archive_item .children,
#site-main .site-sidebar .archive .page_item.current_archive_item .children,
#site-main .site-sidebar .sidebar-menu .page_item.current_archive_item .children,
#site-main .site-sidebar .archive .cat-item.current_archive_item .children,
#site-main .site-sidebar .sidebar-menu .cat-item.current_archive_item .children,
#site-main .site-sidebar .archive .menu-item.current_archive_item .children,
#site-main .site-sidebar .sidebar-menu .menu-item.current_archive_item .children,
#site-main .site-sidebar .archive .year.current-menu-ancestor .sub-menu,
#site-main .site-sidebar .sidebar-menu .year.current-menu-ancestor .sub-menu,
#site-main .site-sidebar .archive .month.current-menu-ancestor .sub-menu,
#site-main .site-sidebar .sidebar-menu .month.current-menu-ancestor .sub-menu,
#site-main .site-sidebar .archive .page_item.current-menu-ancestor .sub-menu,
#site-main .site-sidebar .sidebar-menu .page_item.current-menu-ancestor .sub-menu,
#site-main .site-sidebar .archive .cat-item.current-menu-ancestor .sub-menu,
#site-main .site-sidebar .sidebar-menu .cat-item.current-menu-ancestor .sub-menu,
#site-main .site-sidebar .archive .menu-item.current-menu-ancestor .sub-menu,
#site-main .site-sidebar .sidebar-menu .menu-item.current-menu-ancestor .sub-menu,
#site-main .site-sidebar .archive .year.current_page_ancestor .sub-menu,
#site-main .site-sidebar .sidebar-menu .year.current_page_ancestor .sub-menu,
#site-main .site-sidebar .archive .month.current_page_ancestor .sub-menu,
#site-main .site-sidebar .sidebar-menu .month.current_page_ancestor .sub-menu,
#site-main .site-sidebar .archive .page_item.current_page_ancestor .sub-menu,
#site-main .site-sidebar .sidebar-menu .page_item.current_page_ancestor .sub-menu,
#site-main .site-sidebar .archive .cat-item.current_page_ancestor .sub-menu,
#site-main .site-sidebar .sidebar-menu .cat-item.current_page_ancestor .sub-menu,
#site-main .site-sidebar .archive .menu-item.current_page_ancestor .sub-menu,
#site-main .site-sidebar .sidebar-menu .menu-item.current_page_ancestor .sub-menu,
#site-main .site-sidebar .archive .year.current_page_item .sub-menu,
#site-main .site-sidebar .sidebar-menu .year.current_page_item .sub-menu,
#site-main .site-sidebar .archive .month.current_page_item .sub-menu,
#site-main .site-sidebar .sidebar-menu .month.current_page_item .sub-menu,
#site-main .site-sidebar .archive .page_item.current_page_item .sub-menu,
#site-main .site-sidebar .sidebar-menu .page_item.current_page_item .sub-menu,
#site-main .site-sidebar .archive .cat-item.current_page_item .sub-menu,
#site-main .site-sidebar .sidebar-menu .cat-item.current_page_item .sub-menu,
#site-main .site-sidebar .archive .menu-item.current_page_item .sub-menu,
#site-main .site-sidebar .sidebar-menu .menu-item.current_page_item .sub-menu,
#site-main .site-sidebar .archive .year.current_archive_item .sub-menu,
#site-main .site-sidebar .sidebar-menu .year.current_archive_item .sub-menu,
#site-main .site-sidebar .archive .month.current_archive_item .sub-menu,
#site-main .site-sidebar .sidebar-menu .month.current_archive_item .sub-menu,
#site-main .site-sidebar .archive .page_item.current_archive_item .sub-menu,
#site-main .site-sidebar .sidebar-menu .page_item.current_archive_item .sub-menu,
#site-main .site-sidebar .archive .cat-item.current_archive_item .sub-menu,
#site-main .site-sidebar .sidebar-menu .cat-item.current_archive_item .sub-menu,
#site-main .site-sidebar .archive .menu-item.current_archive_item .sub-menu,
#site-main .site-sidebar .sidebar-menu .menu-item.current_archive_item .sub-menu {
  display: block;
}
#site-main .site-sidebar .archive .children,
#site-main .site-sidebar .sidebar-menu .children,
#site-main .site-sidebar .archive .sub-menu,
#site-main .site-sidebar .sidebar-menu .sub-menu {
  display: none;
}
#site-main .site-sidebar .archive .year,
#site-main .site-sidebar .sidebar-menu .year,
#site-main .site-sidebar .archive > ul > .page_item,
#site-main .site-sidebar .sidebar-menu > ul > .page_item,
#site-main .site-sidebar .archive .cat-item,
#site-main .site-sidebar .sidebar-menu .cat-item,
#site-main .site-sidebar .archive > ul > .menu-item,
#site-main .site-sidebar .sidebar-menu > ul > .menu-item {
  padding: 20px 0;
  border-bottom: 1px solid #c8c8c8;
}
#site-main .site-sidebar .archive .year .months,
#site-main .site-sidebar .sidebar-menu .year .months,
#site-main .site-sidebar .archive > ul > .page_item .months,
#site-main .site-sidebar .sidebar-menu > ul > .page_item .months,
#site-main .site-sidebar .archive .cat-item .months,
#site-main .site-sidebar .sidebar-menu .cat-item .months,
#site-main .site-sidebar .archive > ul > .menu-item .months,
#site-main .site-sidebar .sidebar-menu > ul > .menu-item .months,
#site-main .site-sidebar .archive .year .children,
#site-main .site-sidebar .sidebar-menu .year .children,
#site-main .site-sidebar .archive > ul > .page_item .children,
#site-main .site-sidebar .sidebar-menu > ul > .page_item .children,
#site-main .site-sidebar .archive .cat-item .children,
#site-main .site-sidebar .sidebar-menu .cat-item .children,
#site-main .site-sidebar .archive > ul > .menu-item .children,
#site-main .site-sidebar .sidebar-menu > ul > .menu-item .children,
#site-main .site-sidebar .archive .year .sub-menu,
#site-main .site-sidebar .sidebar-menu .year .sub-menu,
#site-main .site-sidebar .archive > ul > .page_item .sub-menu,
#site-main .site-sidebar .sidebar-menu > ul > .page_item .sub-menu,
#site-main .site-sidebar .archive .cat-item .sub-menu,
#site-main .site-sidebar .sidebar-menu .cat-item .sub-menu,
#site-main .site-sidebar .archive > ul > .menu-item .sub-menu,
#site-main .site-sidebar .sidebar-menu > ul > .menu-item .sub-menu {
  padding-left: 20px;
}
#site-main .site-sidebar .archive .year .months .month,
#site-main .site-sidebar .sidebar-menu .year .months .month,
#site-main .site-sidebar .archive > ul > .page_item .months .month,
#site-main .site-sidebar .sidebar-menu > ul > .page_item .months .month,
#site-main .site-sidebar .archive .cat-item .months .month,
#site-main .site-sidebar .sidebar-menu .cat-item .months .month,
#site-main .site-sidebar .archive > ul > .menu-item .months .month,
#site-main .site-sidebar .sidebar-menu > ul > .menu-item .months .month,
#site-main .site-sidebar .archive .year .children .month,
#site-main .site-sidebar .sidebar-menu .year .children .month,
#site-main .site-sidebar .archive > ul > .page_item .children .month,
#site-main .site-sidebar .sidebar-menu > ul > .page_item .children .month,
#site-main .site-sidebar .archive .cat-item .children .month,
#site-main .site-sidebar .sidebar-menu .cat-item .children .month,
#site-main .site-sidebar .archive > ul > .menu-item .children .month,
#site-main .site-sidebar .sidebar-menu > ul > .menu-item .children .month,
#site-main .site-sidebar .archive .year .sub-menu .month,
#site-main .site-sidebar .sidebar-menu .year .sub-menu .month,
#site-main .site-sidebar .archive > ul > .page_item .sub-menu .month,
#site-main .site-sidebar .sidebar-menu > ul > .page_item .sub-menu .month,
#site-main .site-sidebar .archive .cat-item .sub-menu .month,
#site-main .site-sidebar .sidebar-menu .cat-item .sub-menu .month,
#site-main .site-sidebar .archive > ul > .menu-item .sub-menu .month,
#site-main .site-sidebar .sidebar-menu > ul > .menu-item .sub-menu .month,
#site-main .site-sidebar .archive .year .months .page_item,
#site-main .site-sidebar .sidebar-menu .year .months .page_item,
#site-main .site-sidebar .archive > ul > .page_item .months .page_item,
#site-main .site-sidebar .sidebar-menu > ul > .page_item .months .page_item,
#site-main .site-sidebar .archive .cat-item .months .page_item,
#site-main .site-sidebar .sidebar-menu .cat-item .months .page_item,
#site-main .site-sidebar .archive > ul > .menu-item .months .page_item,
#site-main .site-sidebar .sidebar-menu > ul > .menu-item .months .page_item,
#site-main .site-sidebar .archive .year .children .page_item,
#site-main .site-sidebar .sidebar-menu .year .children .page_item,
#site-main .site-sidebar .archive > ul > .page_item .children .page_item,
#site-main .site-sidebar .sidebar-menu > ul > .page_item .children .page_item,
#site-main .site-sidebar .archive .cat-item .children .page_item,
#site-main .site-sidebar .sidebar-menu .cat-item .children .page_item,
#site-main .site-sidebar .archive > ul > .menu-item .children .page_item,
#site-main .site-sidebar .sidebar-menu > ul > .menu-item .children .page_item,
#site-main .site-sidebar .archive .year .sub-menu .page_item,
#site-main .site-sidebar .sidebar-menu .year .sub-menu .page_item,
#site-main .site-sidebar .archive > ul > .page_item .sub-menu .page_item,
#site-main .site-sidebar .sidebar-menu > ul > .page_item .sub-menu .page_item,
#site-main .site-sidebar .archive .cat-item .sub-menu .page_item,
#site-main .site-sidebar .sidebar-menu .cat-item .sub-menu .page_item,
#site-main .site-sidebar .archive > ul > .menu-item .sub-menu .page_item,
#site-main .site-sidebar .sidebar-menu > ul > .menu-item .sub-menu .page_item,
#site-main .site-sidebar .archive .year .months .menu-item,
#site-main .site-sidebar .sidebar-menu .year .months .menu-item,
#site-main .site-sidebar .archive > ul > .page_item .months .menu-item,
#site-main .site-sidebar .sidebar-menu > ul > .page_item .months .menu-item,
#site-main .site-sidebar .archive .cat-item .months .menu-item,
#site-main .site-sidebar .sidebar-menu .cat-item .months .menu-item,
#site-main .site-sidebar .archive > ul > .menu-item .months .menu-item,
#site-main .site-sidebar .sidebar-menu > ul > .menu-item .months .menu-item,
#site-main .site-sidebar .archive .year .children .menu-item,
#site-main .site-sidebar .sidebar-menu .year .children .menu-item,
#site-main .site-sidebar .archive > ul > .page_item .children .menu-item,
#site-main .site-sidebar .sidebar-menu > ul > .page_item .children .menu-item,
#site-main .site-sidebar .archive .cat-item .children .menu-item,
#site-main .site-sidebar .sidebar-menu .cat-item .children .menu-item,
#site-main .site-sidebar .archive > ul > .menu-item .children .menu-item,
#site-main .site-sidebar .sidebar-menu > ul > .menu-item .children .menu-item,
#site-main .site-sidebar .archive .year .sub-menu .menu-item,
#site-main .site-sidebar .sidebar-menu .year .sub-menu .menu-item,
#site-main .site-sidebar .archive > ul > .page_item .sub-menu .menu-item,
#site-main .site-sidebar .sidebar-menu > ul > .page_item .sub-menu .menu-item,
#site-main .site-sidebar .archive .cat-item .sub-menu .menu-item,
#site-main .site-sidebar .sidebar-menu .cat-item .sub-menu .menu-item,
#site-main .site-sidebar .archive > ul > .menu-item .sub-menu .menu-item,
#site-main .site-sidebar .sidebar-menu > ul > .menu-item .sub-menu .menu-item {
  margin: 20px 0;
}
#site-main .site-sidebar .archive .year .months .month a,
#site-main .site-sidebar .sidebar-menu .year .months .month a,
#site-main .site-sidebar .archive > ul > .page_item .months .month a,
#site-main .site-sidebar .sidebar-menu > ul > .page_item .months .month a,
#site-main .site-sidebar .archive .cat-item .months .month a,
#site-main .site-sidebar .sidebar-menu .cat-item .months .month a,
#site-main .site-sidebar .archive > ul > .menu-item .months .month a,
#site-main .site-sidebar .sidebar-menu > ul > .menu-item .months .month a,
#site-main .site-sidebar .archive .year .children .month a,
#site-main .site-sidebar .sidebar-menu .year .children .month a,
#site-main .site-sidebar .archive > ul > .page_item .children .month a,
#site-main .site-sidebar .sidebar-menu > ul > .page_item .children .month a,
#site-main .site-sidebar .archive .cat-item .children .month a,
#site-main .site-sidebar .sidebar-menu .cat-item .children .month a,
#site-main .site-sidebar .archive > ul > .menu-item .children .month a,
#site-main .site-sidebar .sidebar-menu > ul > .menu-item .children .month a,
#site-main .site-sidebar .archive .year .sub-menu .month a,
#site-main .site-sidebar .sidebar-menu .year .sub-menu .month a,
#site-main .site-sidebar .archive > ul > .page_item .sub-menu .month a,
#site-main .site-sidebar .sidebar-menu > ul > .page_item .sub-menu .month a,
#site-main .site-sidebar .archive .cat-item .sub-menu .month a,
#site-main .site-sidebar .sidebar-menu .cat-item .sub-menu .month a,
#site-main .site-sidebar .archive > ul > .menu-item .sub-menu .month a,
#site-main .site-sidebar .sidebar-menu > ul > .menu-item .sub-menu .month a,
#site-main .site-sidebar .archive .year .months .page_item a,
#site-main .site-sidebar .sidebar-menu .year .months .page_item a,
#site-main .site-sidebar .archive > ul > .page_item .months .page_item a,
#site-main .site-sidebar .sidebar-menu > ul > .page_item .months .page_item a,
#site-main .site-sidebar .archive .cat-item .months .page_item a,
#site-main .site-sidebar .sidebar-menu .cat-item .months .page_item a,
#site-main .site-sidebar .archive > ul > .menu-item .months .page_item a,
#site-main .site-sidebar .sidebar-menu > ul > .menu-item .months .page_item a,
#site-main .site-sidebar .archive .year .children .page_item a,
#site-main .site-sidebar .sidebar-menu .year .children .page_item a,
#site-main .site-sidebar .archive > ul > .page_item .children .page_item a,
#site-main .site-sidebar .sidebar-menu > ul > .page_item .children .page_item a,
#site-main .site-sidebar .archive .cat-item .children .page_item a,
#site-main .site-sidebar .sidebar-menu .cat-item .children .page_item a,
#site-main .site-sidebar .archive > ul > .menu-item .children .page_item a,
#site-main .site-sidebar .sidebar-menu > ul > .menu-item .children .page_item a,
#site-main .site-sidebar .archive .year .sub-menu .page_item a,
#site-main .site-sidebar .sidebar-menu .year .sub-menu .page_item a,
#site-main .site-sidebar .archive > ul > .page_item .sub-menu .page_item a,
#site-main .site-sidebar .sidebar-menu > ul > .page_item .sub-menu .page_item a,
#site-main .site-sidebar .archive .cat-item .sub-menu .page_item a,
#site-main .site-sidebar .sidebar-menu .cat-item .sub-menu .page_item a,
#site-main .site-sidebar .archive > ul > .menu-item .sub-menu .page_item a,
#site-main .site-sidebar .sidebar-menu > ul > .menu-item .sub-menu .page_item a,
#site-main .site-sidebar .archive .year .months .menu-item a,
#site-main .site-sidebar .sidebar-menu .year .months .menu-item a,
#site-main .site-sidebar .archive > ul > .page_item .months .menu-item a,
#site-main .site-sidebar .sidebar-menu > ul > .page_item .months .menu-item a,
#site-main .site-sidebar .archive .cat-item .months .menu-item a,
#site-main .site-sidebar .sidebar-menu .cat-item .months .menu-item a,
#site-main .site-sidebar .archive > ul > .menu-item .months .menu-item a,
#site-main .site-sidebar .sidebar-menu > ul > .menu-item .months .menu-item a,
#site-main .site-sidebar .archive .year .children .menu-item a,
#site-main .site-sidebar .sidebar-menu .year .children .menu-item a,
#site-main .site-sidebar .archive > ul > .page_item .children .menu-item a,
#site-main .site-sidebar .sidebar-menu > ul > .page_item .children .menu-item a,
#site-main .site-sidebar .archive .cat-item .children .menu-item a,
#site-main .site-sidebar .sidebar-menu .cat-item .children .menu-item a,
#site-main .site-sidebar .archive > ul > .menu-item .children .menu-item a,
#site-main .site-sidebar .sidebar-menu > ul > .menu-item .children .menu-item a,
#site-main .site-sidebar .archive .year .sub-menu .menu-item a,
#site-main .site-sidebar .sidebar-menu .year .sub-menu .menu-item a,
#site-main .site-sidebar .archive > ul > .page_item .sub-menu .menu-item a,
#site-main .site-sidebar .sidebar-menu > ul > .page_item .sub-menu .menu-item a,
#site-main .site-sidebar .archive .cat-item .sub-menu .menu-item a,
#site-main .site-sidebar .sidebar-menu .cat-item .sub-menu .menu-item a,
#site-main .site-sidebar .archive > ul > .menu-item .sub-menu .menu-item a,
#site-main .site-sidebar .sidebar-menu > ul > .menu-item .sub-menu .menu-item a {
  font-weight: 600 !important;
}
#site-main .site-sidebar .archive .year .months .month:last-child,
#site-main .site-sidebar .sidebar-menu .year .months .month:last-child,
#site-main .site-sidebar .archive > ul > .page_item .months .month:last-child,
#site-main .site-sidebar .sidebar-menu > ul > .page_item .months .month:last-child,
#site-main .site-sidebar .archive .cat-item .months .month:last-child,
#site-main .site-sidebar .sidebar-menu .cat-item .months .month:last-child,
#site-main .site-sidebar .archive > ul > .menu-item .months .month:last-child,
#site-main .site-sidebar .sidebar-menu > ul > .menu-item .months .month:last-child,
#site-main .site-sidebar .archive .year .children .month:last-child,
#site-main .site-sidebar .sidebar-menu .year .children .month:last-child,
#site-main .site-sidebar .archive > ul > .page_item .children .month:last-child,
#site-main .site-sidebar .sidebar-menu > ul > .page_item .children .month:last-child,
#site-main .site-sidebar .archive .cat-item .children .month:last-child,
#site-main .site-sidebar .sidebar-menu .cat-item .children .month:last-child,
#site-main .site-sidebar .archive > ul > .menu-item .children .month:last-child,
#site-main .site-sidebar .sidebar-menu > ul > .menu-item .children .month:last-child,
#site-main .site-sidebar .archive .year .sub-menu .month:last-child,
#site-main .site-sidebar .sidebar-menu .year .sub-menu .month:last-child,
#site-main .site-sidebar .archive > ul > .page_item .sub-menu .month:last-child,
#site-main .site-sidebar .sidebar-menu > ul > .page_item .sub-menu .month:last-child,
#site-main .site-sidebar .archive .cat-item .sub-menu .month:last-child,
#site-main .site-sidebar .sidebar-menu .cat-item .sub-menu .month:last-child,
#site-main .site-sidebar .archive > ul > .menu-item .sub-menu .month:last-child,
#site-main .site-sidebar .sidebar-menu > ul > .menu-item .sub-menu .month:last-child,
#site-main .site-sidebar .archive .year .months .page_item:last-child,
#site-main .site-sidebar .sidebar-menu .year .months .page_item:last-child,
#site-main .site-sidebar .archive > ul > .page_item .months .page_item:last-child,
#site-main .site-sidebar .sidebar-menu > ul > .page_item .months .page_item:last-child,
#site-main .site-sidebar .archive .cat-item .months .page_item:last-child,
#site-main .site-sidebar .sidebar-menu .cat-item .months .page_item:last-child,
#site-main .site-sidebar .archive > ul > .menu-item .months .page_item:last-child,
#site-main .site-sidebar .sidebar-menu > ul > .menu-item .months .page_item:last-child,
#site-main .site-sidebar .archive .year .children .page_item:last-child,
#site-main .site-sidebar .sidebar-menu .year .children .page_item:last-child,
#site-main .site-sidebar .archive > ul > .page_item .children .page_item:last-child,
#site-main .site-sidebar .sidebar-menu > ul > .page_item .children .page_item:last-child,
#site-main .site-sidebar .archive .cat-item .children .page_item:last-child,
#site-main .site-sidebar .sidebar-menu .cat-item .children .page_item:last-child,
#site-main .site-sidebar .archive > ul > .menu-item .children .page_item:last-child,
#site-main .site-sidebar .sidebar-menu > ul > .menu-item .children .page_item:last-child,
#site-main .site-sidebar .archive .year .sub-menu .page_item:last-child,
#site-main .site-sidebar .sidebar-menu .year .sub-menu .page_item:last-child,
#site-main .site-sidebar .archive > ul > .page_item .sub-menu .page_item:last-child,
#site-main .site-sidebar .sidebar-menu > ul > .page_item .sub-menu .page_item:last-child,
#site-main .site-sidebar .archive .cat-item .sub-menu .page_item:last-child,
#site-main .site-sidebar .sidebar-menu .cat-item .sub-menu .page_item:last-child,
#site-main .site-sidebar .archive > ul > .menu-item .sub-menu .page_item:last-child,
#site-main .site-sidebar .sidebar-menu > ul > .menu-item .sub-menu .page_item:last-child,
#site-main .site-sidebar .archive .year .months .menu-item:last-child,
#site-main .site-sidebar .sidebar-menu .year .months .menu-item:last-child,
#site-main .site-sidebar .archive > ul > .page_item .months .menu-item:last-child,
#site-main .site-sidebar .sidebar-menu > ul > .page_item .months .menu-item:last-child,
#site-main .site-sidebar .archive .cat-item .months .menu-item:last-child,
#site-main .site-sidebar .sidebar-menu .cat-item .months .menu-item:last-child,
#site-main .site-sidebar .archive > ul > .menu-item .months .menu-item:last-child,
#site-main .site-sidebar .sidebar-menu > ul > .menu-item .months .menu-item:last-child,
#site-main .site-sidebar .archive .year .children .menu-item:last-child,
#site-main .site-sidebar .sidebar-menu .year .children .menu-item:last-child,
#site-main .site-sidebar .archive > ul > .page_item .children .menu-item:last-child,
#site-main .site-sidebar .sidebar-menu > ul > .page_item .children .menu-item:last-child,
#site-main .site-sidebar .archive .cat-item .children .menu-item:last-child,
#site-main .site-sidebar .sidebar-menu .cat-item .children .menu-item:last-child,
#site-main .site-sidebar .archive > ul > .menu-item .children .menu-item:last-child,
#site-main .site-sidebar .sidebar-menu > ul > .menu-item .children .menu-item:last-child,
#site-main .site-sidebar .archive .year .sub-menu .menu-item:last-child,
#site-main .site-sidebar .sidebar-menu .year .sub-menu .menu-item:last-child,
#site-main .site-sidebar .archive > ul > .page_item .sub-menu .menu-item:last-child,
#site-main .site-sidebar .sidebar-menu > ul > .page_item .sub-menu .menu-item:last-child,
#site-main .site-sidebar .archive .cat-item .sub-menu .menu-item:last-child,
#site-main .site-sidebar .sidebar-menu .cat-item .sub-menu .menu-item:last-child,
#site-main .site-sidebar .archive > ul > .menu-item .sub-menu .menu-item:last-child,
#site-main .site-sidebar .sidebar-menu > ul > .menu-item .sub-menu .menu-item:last-child {
  margin-bottom: 0;
}
#site-main .site-sidebar .archive .year:first-child,
#site-main .site-sidebar .sidebar-menu .year:first-child,
#site-main .site-sidebar .archive > ul > .page_item:first-child,
#site-main .site-sidebar .sidebar-menu > ul > .page_item:first-child,
#site-main .site-sidebar .archive .cat-item:first-child,
#site-main .site-sidebar .sidebar-menu .cat-item:first-child,
#site-main .site-sidebar .archive > ul > .menu-item:first-child,
#site-main .site-sidebar .sidebar-menu > ul > .menu-item:first-child {
  border-top: 1px solid #c8c8c8;
}
#site-main .site-sidebar .archive > ul.news-menu > .menu-item:first-child,
#site-main .site-sidebar .sidebar-menu > ul.news-menu > .menu-item:first-child {
  border-top: 0;
}
#site-main .site-sidebar .tags .tag {
  margin: 0 0 5px 5px;
  padding: 6px 10px;
  display: inline-block;
  color: #fff;
  background: #B2BABF;
  font-size: 13px;
}
#site-main .site-sidebar .tags .tag.selected {
  background: #f3953f;
}
#site-main .site-sidebar .tags .tag:focus,
#site-main .site-sidebar .tags .tag:hover {
  background: #4B4B4B;
}
.single-post #site-main,
.blog #site-main {
  background-color: #f7f7f7;
}
#site-footer {
  padding: 40px 0;
  font-size: 13px;
  color: #fff;
  background-color: #191919;
  letter-spacing: 0.35px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  font-style: normal;
}
#site-footer h4 {
  margin: 10px 0 3px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  line-height: 17.6px;
}
#site-footer p {
  margin: 0;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 16px;
  text-rendering: optimizelegibility;
  font-style: normal;
  color: #c0c0c0;
}
#site-footer p.uppercase {
  font-weight: 700;
  margin: 10px 0 5px;
  text-transform: uppercase;
  color: #fff;
}
#site-footer a {
  color: #fff;
}
#site-footer span {
  margin-right: 16px;
}
#site-footer #footer-contact {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 17.6px;
}
#site-footer #footer-contact table {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
}
#site-footer #footer-contact table tr > td:first-child {
  width: 63px;
}
#site-footer #footer-contact table a {
  color: #fff;
  font-weight: 500;
}
#site-footer #footer-contact table a:hover,
#site-footer #footer-contact table a:focus {
  color: #f3953f;
}
#site-footer .social-links {
  text-align: right;
}
@media (max-width: 991px) {
  #site-footer .social-links {
    float: left;
    margin-top: 25px;
  }
}
#site-footer address {
  margin-bottom: 30px;
  font-style: normal;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
}
@media (max-width: 991px) {
  #site-footer address {
    margin: 30px 0;
  }
}
#site-footer .tweets .tweet {
  background: #353535;
  font-size: 13px;
  margin-bottom: 15px;
  padding: 15px;
  position: relative;
  line-height: 1.5;
}
#site-footer .tweets .tweet:after {
  content: "";
  position: absolute;
  display: block;
  border-left: solid 10px transparent;
  border-top: solid 10px transparent;
  width: 0px !important;
  height: 0px !important;
  border-bottom: solid 10px transparent;
  border-right: solid 10px #353535;
  box-sizing: border-box;
  border-radius: 0 !important;
  transform: rotate(45deg);
  bottom: -10px;
  left: 20px;
}
.flex-box {
  display: flex;
}
.flex-box.header-logo {
  flex: 1;
}
.flex-box.center {
  align-items: center;
}
@media (max-width: 991px) {
  .flex-box.wrap-sm {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .flex-box.wrap-xs {
    flex-wrap: wrap;
  }
}
@media (min-width: 1480px) {
  .container {
    width: 1440px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 470px) {
  .no-scroll {
    overflow: hidden;
    position: fixed;
  }
}
.no-glutter [class*='col-']:first-child {
  padding: 0;
}
.no-glutter [class*='col-']:last-child {
  padding: 0;
}
.reset-col-vertical-padding {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
/*-------------------------------------------------------------------------------------------*/
/* PAGE SPECIFIC STYLES */
/*-------------------------------------------------------------------------------------------*/
.button {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 15px;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: 3px solid #10b45c;
  color: #fff;
  background-color: #007637;
}
.button:hover,
.button:focus {
  color: #eee;
}
.button.plain {
  border: none;
  background-color: #10b45c;
}
.button.inverted {
  background-color: #fff;
  color: #10b45c;
  border-color: #ebebeb;
}
.button.inverted:hover,
.button.inverted:focus {
  color: #007637;
}
.chemsec-button {
  margin: 5px;
  padding: 15px 12px;
  display: inline-block;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  background-color: #ee7203;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.chemsec-button:hover,
.chemsec-button:focus {
  color: #fff;
  background-color: #f3953f;
}
.home #site-main .news-block {
  position: relative;
}
.home #site-main .news-block .post {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.home #site-main .news-block .post .entry-content p {
  margin-bottom: 0;
}
.home #site-main .news-block .post:last-child {
  border: none;
}
.home #site-main .news-archive-block .col-xs-4 {
  margin: 0;
}
.home #site-main .news-archive-block .col-xs-8 {
  padding-left: 0;
  margin-top: -5px;
}
.home #site-main .news-archive-block .post,
.home #site-main .news-archive-block .publication {
  min-height: 140px;
  margin: 0;
  padding: 25px 15px;
  position: relative;
  background: #efefef;
  border-bottom: 1px solid #dadada;
}
.home #site-main .news-archive-block .post:last-of-type,
.home #site-main .news-archive-block .publication:last-of-type {
  border: none;
}
.home #site-main .news-archive-block .post .entry-image img,
.home #site-main .news-archive-block .publication .entry-image img {
  width: 100%;
  height: auto;
}
.home #site-main .news-archive-block .post .entry-header .entry-title,
.home #site-main .news-archive-block .publication .entry-header .entry-title {
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #3f3f3f;
}
.home #site-main .news-archive-block .post .entry-header .entry-title a,
.home #site-main .news-archive-block .publication .entry-header .entry-title a {
  font-size: 12px;
  color: #3f3f3f;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}
.home #site-main .news-archive-block .post .entry-header .entry-date,
.home #site-main .news-archive-block .publication .entry-header .entry-date {
  font-size: 12px;
  font-weight: 300;
  color: #3f3f3f;
}
.home #site-main .news-archive-block .post .entry-content p,
.home #site-main .news-archive-block .publication .entry-content p {
  margin: 0;
  font-size: 13px;
}
.home #site-main .news-archive-block .post .read-more,
.home #site-main .news-archive-block .publication .read-more {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  background: #ee7b14;
  opacity: 0;
  -webkit-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  -webkit-transition: opacity ease-in-out 0.2s;
  -moz-transition: opacity ease-in-out 0.2s;
  -ms-transition: opacity ease-in-out 0.2s;
  -o-transition: opacity ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s;
}
.home #site-main .news-archive-block .post:hover .read-more,
.home #site-main .news-archive-block .publication:hover .read-more {
  opacity: 1;
}
.home #site-main .news-archive-block .more-posts {
  margin-top: 30px;
}
.home #site-main #business-tools {
  background: #efefef;
  max-height: 372px;
}
.home #site-main #business-tools .business-tool {
  height: 245px;
  max-height: 245px;
  margin: 5px 0;
  padding: 20px 20px 60px;
  background: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.06);
  opacity: 0;
  -webkit-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  -webkit-transition: opacity ease-in-out 0.2s;
  -moz-transition: opacity ease-in-out 0.2s;
  -ms-transition: opacity ease-in-out 0.2s;
  -o-transition: opacity ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s;
}
.home #site-main #business-tools .business-tool .post-thumbnail img {
  margin-bottom: 20px;
}
.home #site-main #business-tools .business-tool .entry-content p {
  margin: 0;
}
.home #site-main #business-tools .business-tool .read-more {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.home #site-main #business-tools .business-tool:after {
  content: " ";
  display: table;
  clear: both;
}
.home #site-main #business-tools .slick-slide .business-tool {
  opacity: 1;
}
.home .block {
  padding: 40px 0;
}
.home #business-group .slick-prev:before,
.home #business-group .slick-next:before {
  color: #efefef;
}
.home #counters {
  background: #ee7203;
}
.home #counters .counter {
  text-align: center;
}
.home #counters .counter .counter-value {
  margin-bottom: 20px;
  font-size: 80px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
.home #counters .counter p {
  margin: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  line-height: 1;
}
.page-template.page-template-templatescategory-landing-php #site-main {
  padding-top: 0;
  letter-spacing: 0;
}
.page-template.page-template-templatescategory-landing-php #site-main .gradient {
  position: absolute;
  display: flex;
  height: 615px;
  width: 100%;
  background: linear-gradient(to right, #ededed 34%, rgba(237, 237, 237, 0) 75%);
}
@media (max-width: 768px) {
  .page-template.page-template-templatescategory-landing-php #site-main .gradient {
    background: linear-gradient(to bottom, #ededed 18%, rgba(237, 237, 237, 0) 88%);
  }
}
@media (max-width: 991px) {
  .page-template.page-template-templatescategory-landing-php #site-main .gradient {
    height: 363px;
  }
}
.page-template.page-template-templatescategory-landing-php #site-main .button {
  font-size: 22px;
  color: #f6f6f6;
  border-top-width: 6px;
}
@media (max-width: 991px) {
  .page-template.page-template-templatescategory-landing-php #site-main .button {
    font-size: 16px;
    border-top-width: 4px;
  }
}
.page-template.page-template-templatescategory-landing-php #site-main .hero-module {
  padding: 150px 0;
  background-size: cover !important;
  height: 615px;
}
@media (max-width: 991px) {
  .page-template.page-template-templatescategory-landing-php #site-main .hero-module {
    height: 363px;
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  .page-template.page-template-templatescategory-landing-php #site-main .hero-module {
    height: 363px;
  }
}
.page-template.page-template-templatescategory-landing-php #site-main .hero-module #content.site-content {
  color: #353535;
}
.page-template.page-template-templatescategory-landing-php #site-main .hero-module #content.site-content .bold-title-fragment {
  font-weight: 700 !important;
}
.page-template.page-template-templatescategory-landing-php #site-main .hero-module .landing-header-title {
  font-size: 40px;
  width: 450px;
  font-weight: 400 !important;
}
@media (max-width: 991px) {
  .page-template.page-template-templatescategory-landing-php #site-main .hero-module .landing-header-title {
    font-size: 26px;
    width: 299px;
    margin-bottom: 15px;
  }
}
.page-template.page-template-templatescategory-landing-php #site-main .hero-module .landing-header-title,
.page-template.page-template-templatescategory-landing-php #site-main .hero-module .body-text {
  color: #353535;
}
.page-template.page-template-templatescategory-landing-php #site-main .hero-module .body-text {
  width: 560px;
  font-size: 18px;
}
@media (max-width: 991px) {
  .page-template.page-template-templatescategory-landing-php #site-main .hero-module .body-text {
    font-size: 15px;
    width: 304px;
  }
}
.page-template.page-template-templatescategory-landing-php #site-main .content-wrapper {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .page-template.page-template-templatescategory-landing-php #site-main .content-wrapper {
    padding-top: 0px;
  }
}
.page-template.page-template-templatescategory-landing-php #site-main .content-wrapper .why-container,
.page-template.page-template-templatescategory-landing-php #site-main .content-wrapper .works-container {
  margin: 51px 0px;
}
.page-template.page-template-templatescategory-landing-php #site-main .content-wrapper .why-container {
  width: 100%;
  height: 229px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 991px) {
  .page-template.page-template-templatescategory-landing-php #site-main .content-wrapper .why-container {
    margin: 35px 0px;
    height: 229px;
  }
}
@media (max-width: 768px) {
  .page-template.page-template-templatescategory-landing-php #site-main .content-wrapper .why-container {
    height: 283px;
  }
}
.page-template.page-template-templatescategory-landing-php #site-main .content-wrapper .why-container .certificate-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .page-template.page-template-templatescategory-landing-php #site-main .content-wrapper .why-container .certificate-wrapper {
    width: 76%;
    align-items: baseline;
    margin-bottom: 5px;
  }
}
.page-template.page-template-templatescategory-landing-php #site-main .content-wrapper .why-container .certificate-wrapper img {
  width: 14px;
  height: 11px;
  margin-right: 7px;
}
@media (max-width: 991px) {
  .page-template.page-template-templatescategory-landing-php #site-main .content-wrapper .why-container .certificate-wrapper img {
    margin-left: auto;
    margin-right: 2px;
    margin-top: 5px;
  }
}
.page-template.page-template-templatescategory-landing-php #site-main .content-wrapper .why-container * {
  margin: 0;
}
.page-template.page-template-templatescategory-landing-php #site-main .content-wrapper .why-container p {
  font-size: 18px;
}
@media (max-width: 991px) {
  .page-template.page-template-templatescategory-landing-php #site-main .content-wrapper .why-container p {
    font-size: 15px;
    width: 496px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .page-template.page-template-templatescategory-landing-php #site-main .content-wrapper .why-container p {
    width: 271px;
  }
}
.page-template.page-template-templatescategory-landing-php #site-main .content-wrapper .why-container .bold {
  margin: 14px 0 3px 0;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .page-template.page-template-templatescategory-landing-php #site-main .content-wrapper .why-container .bold {
    width: 455px;
    text-align: center;
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .page-template.page-template-templatescategory-landing-php #site-main .content-wrapper .why-container .bold {
    width: 260px;
  }
}
.page-template.page-template-templatescategory-landing-php #site-main .content-wrapper .works-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 991px) {
  .page-template.page-template-templatescategory-landing-php #site-main .content-wrapper .works-container {
    margin: 10px 0px;
  }
}
.page-template.page-template-templatescategory-landing-php #site-main .content-wrapper .actions-flow {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 47px;
}
@media (max-width: 768px) {
  .page-template.page-template-templatescategory-landing-php #site-main .content-wrapper .actions-flow {
    flex-direction: column;
    align-items: center;
  }
}
.page-template.page-template-templatescategory-landing-php #site-main .content-wrapper .actions-flow .action {
  width: 361px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .page-template.page-template-templatescategory-landing-php #site-main .content-wrapper .actions-flow .action {
    margin-bottom: 8px;
  }
}
@media (max-width: 1082px) {
  .page-template.page-template-templatescategory-landing-php #site-main .content-wrapper .actions-flow .action {
    width: 325px;
  }
}
.page-template.page-template-templatescategory-landing-php #site-main .content-wrapper .actions-flow .action .action-icon {
  width: 193px;
  height: 221px;
  margin: 20px 0px;
  text-align: center;
}
@media (max-width: 991px) {
  .page-template.page-template-templatescategory-landing-php #site-main .content-wrapper .actions-flow .action .action-icon {
    width: 154px;
    height: 176px;
  }
}
.page-template.page-template-templatescategory-landing-php #site-main .content-wrapper .actions-flow h3.action {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
@media (max-width: 991px) {
  .page-template.page-template-templatescategory-landing-php #site-main .content-wrapper .actions-flow h3.action {
    width: 248px;
    font-size: 18px;
  }
}
.page-template.page-template-templatescategory-landing-php #site-main .content-wrapper .actions-flow .action-description {
  width: 263px;
  text-align: left;
}
@media (max-width: 991px) {
  .page-template.page-template-templatescategory-landing-php #site-main .content-wrapper .actions-flow .action-description {
    font-size: 15px;
    width: unset;
  }
}
.page-template.page-template-templatescategory-landing-php #site-main .content-wrapper .actions-flow .action-description p {
  margin: 0;
  font-size: 18px;
  text-align: left;
}
@media (max-width: 991px) {
  .page-template.page-template-templatescategory-landing-php #site-main .content-wrapper .actions-flow .action-description p {
    font-size: 15px;
    width: 224px;
  }
}
@media (max-width: 768px) {
  .page-template.page-template-templatescategory-landing-php #site-main .content-wrapper .actions-flow .action-description p {
    width: 298px;
  }
}
.page-template.page-template-templatescategory-landing-php #site-main .alternatives-wrapper {
  margin-top: 55px;
  width: 100%;
  padding: 42px 0;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .page-template.page-template-templatescategory-landing-php #site-main .alternatives-wrapper {
    margin-top: 45px;
    padding: 0;
  }
}
.page-template.page-template-templatescategory-landing-php #site-main .alternatives-wrapper .discover-alternatives,
.page-template.page-template-templatescategory-landing-php #site-main .alternatives-wrapper .random-alternatives {
  width: 81%;
}
@media (max-width: 991px) {
  .page-template.page-template-templatescategory-landing-php #site-main .alternatives-wrapper .discover-alternatives,
  .page-template.page-template-templatescategory-landing-php #site-main .alternatives-wrapper .random-alternatives {
    width: 88%;
  }
}
.page-template.page-template-templatescategory-landing-php #site-main .alternatives-wrapper .discover-alternatives {
  height: 27px;
  margin-top: -7px;
  margin-bottom: 30px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 20px;
}
@media (max-width: 991px) {
  .page-template.page-template-templatescategory-landing-php #site-main .alternatives-wrapper .discover-alternatives {
    font-size: 18px;
    margin: 28px 0 43px 0;
  }
}
.page-template.page-template-templatescategory-landing-php #site-main .alternatives-wrapper .random-alternatives {
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .page-template.page-template-templatescategory-landing-php #site-main .alternatives-wrapper .random-alternatives {
    height: auto;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
}
.page-template.page-template-templatescategory-landing-php #site-main .alternatives-wrapper .random-alternatives .random-alternative-item {
  width: 23.5%;
  display: block;
  flex-direction: column;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .page-template.page-template-templatescategory-landing-php #site-main .alternatives-wrapper .random-alternatives .random-alternative-item {
    width: 314px;
    padding-bottom: 22px;
    margin-right: 0;
  }
}
.page-template.page-template-templatescategory-landing-php #site-main .alternatives-wrapper .random-alternatives .random-alternative-item .random-alternative-image {
  width: 100%;
  height: 186px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #f7f7f7;
}
.page-template.page-template-templatescategory-landing-php #site-main .alternatives-wrapper .random-alternatives .random-alternative-item .random-alternative-title {
  min-height: 43px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  word-wrap: break-word;
}
.page-template.page-template-templatescategory-landing-php #site-main .alternatives-wrapper .random-alternatives .random-alternative-item .random-alternative-title p {
  margin: 0;
  padding: 10px;
  color: #10b45c;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
}
.page-template.page-template-templatescategory-landing-php #site-main .landing-header-title {
  font-size: 40px;
}
.page-template.page-template-templatescategory-landing-php #site-main .body-text {
  font-size: 18px;
}
.page-template.page-template-templatescategory-landing-php #site-main .heading {
  font-size: 42px;
  color: #10b45c;
}
@media (max-width: 991px) {
  .page-template.page-template-templatescategory-landing-php #site-main .heading {
    font-size: 30px;
  }
}
.separator-stripe {
  width: 100%;
  height: 5px;
  background-color: #10b45c;
}
.widget_mc4wp_widget,
.wpcf7-form {
  padding: 30px;
  background: #f3953f;
}
.widget_mc4wp_widget .mc4wp-form,
.wpcf7-form .mc4wp-form {
  margin: 0;
}
.widget_mc4wp_widget p,
.wpcf7-form p {
  margin: 15px 0;
}
.widget_mc4wp_widget p:last-of-type,
.wpcf7-form p:last-of-type {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
}
.widget_mc4wp_widget .form-title,
.wpcf7-form .form-title,
.widget_mc4wp_widget .widget-title,
.wpcf7-form .widget-title {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}
.widget_mc4wp_widget input,
.wpcf7-form input,
.widget_mc4wp_widget textarea,
.wpcf7-form textarea {
  width: 100%;
  padding: 5px;
  border: none;
  border-bottom: 1px solid #f8c493;
  background: none;
  color: #fff;
}
.widget_mc4wp_widget input::placeholder,
.wpcf7-form input::placeholder,
.widget_mc4wp_widget textarea::placeholder,
.wpcf7-form textarea::placeholder {
  color: #fff;
  font-weight: 300;
  font-size: 12px;
}
.widget_mc4wp_widget input.wpcf7-submit,
.wpcf7-form input.wpcf7-submit,
.widget_mc4wp_widget textarea.wpcf7-submit,
.wpcf7-form textarea.wpcf7-submit,
.widget_mc4wp_widget input[type="submit"],
.wpcf7-form input[type="submit"],
.widget_mc4wp_widget textarea[type="submit"],
.wpcf7-form textarea[type="submit"] {
  padding: 10px 11px 9px;
  display: inline-block;
  background: #4b4b4b;
  text-transform: uppercase;
  line-height: 1;
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-weight: 600;
  -webkit-transition: background;
  -o-transition: background;
  transition: background;
  -webkit-transition: background ease-in-out 0.2s;
  -moz-transition: background ease-in-out 0.2s;
  -ms-transition: background ease-in-out 0.2s;
  -o-transition: background ease-in-out 0.2s;
  transition: background ease-in-out 0.2s;
  background: #ee7203;
  color: #fff;
  width: auto;
  border: none;
  font-size: 14px;
  order: 2;
}
.widget_mc4wp_widget input.wpcf7-submit:hover,
.wpcf7-form input.wpcf7-submit:hover,
.widget_mc4wp_widget textarea.wpcf7-submit:hover,
.wpcf7-form textarea.wpcf7-submit:hover,
.widget_mc4wp_widget input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:hover,
.widget_mc4wp_widget textarea[type="submit"]:hover,
.wpcf7-form textarea[type="submit"]:hover,
.widget_mc4wp_widget input.wpcf7-submit:focus,
.wpcf7-form input.wpcf7-submit:focus,
.widget_mc4wp_widget textarea.wpcf7-submit:focus,
.wpcf7-form textarea.wpcf7-submit:focus,
.widget_mc4wp_widget input[type="submit"]:focus,
.wpcf7-form input[type="submit"]:focus,
.widget_mc4wp_widget textarea[type="submit"]:focus,
.wpcf7-form textarea[type="submit"]:focus {
  background: #ee7203;
  color: #fff;
}
.widget_mc4wp_widget input.wpcf7-submit:hover,
.wpcf7-form input.wpcf7-submit:hover,
.widget_mc4wp_widget textarea.wpcf7-submit:hover,
.wpcf7-form textarea.wpcf7-submit:hover,
.widget_mc4wp_widget input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:hover,
.widget_mc4wp_widget textarea[type="submit"]:hover,
.wpcf7-form textarea[type="submit"]:hover,
.widget_mc4wp_widget input.wpcf7-submit:focus,
.wpcf7-form input.wpcf7-submit:focus,
.widget_mc4wp_widget textarea.wpcf7-submit:focus,
.wpcf7-form textarea.wpcf7-submit:focus,
.widget_mc4wp_widget input[type="submit"]:focus,
.wpcf7-form input[type="submit"]:focus,
.widget_mc4wp_widget textarea[type="submit"]:focus,
.wpcf7-form textarea[type="submit"]:focus {
  background: #f3953f;
}
.widget_mc4wp_widget input.wpcf7-submit:hover,
.wpcf7-form input.wpcf7-submit:hover,
.widget_mc4wp_widget textarea.wpcf7-submit:hover,
.wpcf7-form textarea.wpcf7-submit:hover,
.widget_mc4wp_widget input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:hover,
.widget_mc4wp_widget textarea[type="submit"]:hover,
.wpcf7-form textarea[type="submit"]:hover,
.widget_mc4wp_widget input.wpcf7-submit:focus,
.wpcf7-form input.wpcf7-submit:focus,
.widget_mc4wp_widget textarea.wpcf7-submit:focus,
.wpcf7-form textarea.wpcf7-submit:focus,
.widget_mc4wp_widget input[type="submit"]:focus,
.wpcf7-form input[type="submit"]:focus,
.widget_mc4wp_widget textarea[type="submit"]:focus,
.wpcf7-form textarea[type="submit"]:focus {
  background: #434343;
}
.widget_mc4wp_widget input.wpcf7-submit:after,
.wpcf7-form input.wpcf7-submit:after,
.widget_mc4wp_widget textarea.wpcf7-submit:after,
.wpcf7-form textarea.wpcf7-submit:after,
.widget_mc4wp_widget input[type="submit"]:after,
.wpcf7-form input[type="submit"]:after,
.widget_mc4wp_widget textarea[type="submit"]:after,
.wpcf7-form textarea[type="submit"]:after {
  clear: both;
  display: table;
}
.widget_mc4wp_widget textarea,
.wpcf7-form textarea {
  height: 30px;
  overflow: hidden;
  -webkit-transition: height;
  -o-transition: height;
  transition: height;
  -webkit-transition: height ease-in-out 0.2s;
  -moz-transition: height ease-in-out 0.2s;
  -ms-transition: height ease-in-out 0.2s;
  -o-transition: height ease-in-out 0.2s;
  transition: height ease-in-out 0.2s;
}
.widget_mc4wp_widget textarea:focus,
.wpcf7-form textarea:focus,
.widget_mc4wp_widget textarea.not-empty,
.wpcf7-form textarea.not-empty {
  height: 200px;
}
.widget_mc4wp_widget textarea.not-empty,
.wpcf7-form textarea.not-empty {
  transition: none;
}
.widget_mc4wp_widget .ajax-loader,
.wpcf7-form .ajax-loader {
  height: 16px;
  margin-top: 8px;
  margin-right: 8px;
  order: 1;
}
.widget_mc4wp_widget .wpcf7-not-valid-tip,
.wpcf7-form .wpcf7-not-valid-tip {
  padding: 5px;
  color: #9E5F25;
}
.widget_mc4wp_widget .wpcf7-mail-sent-ok,
.wpcf7-form .wpcf7-mail-sent-ok {
  width: 60%;
  margin: 30px auto 0;
  padding: 0;
  border: none;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.widget_mc4wp_widget .wpcf7-validation-errors,
.wpcf7-form .wpcf7-validation-errors {
  margin: 30px 0 0 0;
  padding: 15px;
  border: 1px solid #D2741E;
  text-align: center;
  color: #fff;
}
#site-main .search-form table {
  width: 100%;
}
#site-main .search-form .search-field-column {
  background: #fff;
}
#site-main .search-form .search-button-column {
  background: #91999E;
}
#site-main .search-form .search-field-column {
  width: 100%;
  position: relative;
}
#site-main .search-form label:after {
  display: inline-block;
  background-image: url(fb81ec8f024d21bbd6669b9f1547bae6.png);
  position: absolute;
  background-repeat: no-repeat;
  content: ' ';
  height: 26px;
  width: 34px;
  right: 10px;
  top: 10px;
}
#site-main .search-form label .search-field {
  width: 100%;
  padding: 10px 10px 10px 15px;
  border: none;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  color: #b9b9b9;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #d2d2d2;
}
#site-main .search-form label .search-field::placeholder {
  color: #b9b9b9;
  -webkit-transition: color;
  -o-transition: color;
  transition: color;
  -webkit-transition: color ease-in-out 0.2s;
  -moz-transition: color ease-in-out 0.2s;
  -ms-transition: color ease-in-out 0.2s;
  -o-transition: color ease-in-out 0.2s;
  transition: color ease-in-out 0.2s;
}
#site-main .search-form label .search-field:hover::placeholder,
#site-main .search-form label .search-field:focus::placeholder {
  color: #b9b9b9;
}
#site-main .search-form .search-submit {
  padding: 10px 15px;
  border: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #b9b9b9;
  background: #91999E;
  -webkit-transition: background-color;
  -o-transition: background-color;
  transition: background-color;
  -webkit-transition: background-color ease-in-out 0.2s;
  -moz-transition: background-color ease-in-out 0.2s;
  -ms-transition: background-color ease-in-out 0.2s;
  -o-transition: background-color ease-in-out 0.2s;
  transition: background-color ease-in-out 0.2s;
}
#site-main .search-form .search-submit:hover,
#site-main .search-form .search-submit:focus {
  background: #787F84;
}
#site-main .search-form.open label {
  max-width: 400px;
}
#site-main .search-form .search-field {
  border: 0;
  background: #fff;
  color: #b9b9b9;
}
#site-main .search-form:after {
  content: "";
  display: table;
  clear: both;
}
.post-password-form label input[type="password"] {
  width: 100%;
  padding: 9px 10px 9px 15px;
  border: 1px solid rgba(178, 186, 191, 0.5);
  font-size: 11.5px;
  font-weight: 300;
  font-style: italic;
  color: rgba(178, 186, 191, 0.5);
}
.post-password-form label input[type="password"]::placeholder {
  color: #b2babf;
  -webkit-transition: color;
  -o-transition: color;
  transition: color;
  -webkit-transition: color ease-in-out 0.2s;
  -moz-transition: color ease-in-out 0.2s;
  -ms-transition: color ease-in-out 0.2s;
  -o-transition: color ease-in-out 0.2s;
  transition: color ease-in-out 0.2s;
}
.post-password-form label input[type="password"]:hover::placeholder,
.post-password-form label input[type="password"]:focus::placeholder {
  color: rgba(178, 186, 191, 0.5);
}
.post-password-form input[type="submit"] {
  padding: 9px 15px;
  border: 1px solid #91999E;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background: #91999E;
  -webkit-transition: background-color;
  -o-transition: background-color;
  transition: background-color;
  -webkit-transition: background-color ease-in-out 0.2s;
  -moz-transition: background-color ease-in-out 0.2s;
  -ms-transition: background-color ease-in-out 0.2s;
  -o-transition: background-color ease-in-out 0.2s;
  transition: background-color ease-in-out 0.2s;
}
.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
  background: #787F84;
}
.widget-area {
  margin: 30px 0;
}
.widget-area .widget {
  margin: 30px 0;
}
.widget-area .widget .widget-title {
  font-size: 16px;
  color: #f3953f;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}
.widget-area .widget ul,
.widget-area .widget ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-area .widget li {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.widget-area .widget li a {
  padding: 10px 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #4e4e4e;
}
.widget-area .widget li a:hover {
  color: #f3953f;
}
.widget-area .widget.widget_calendar {
  padding: 30px;
}
.widget-area .widget.widget_calendar table {
  width: 100%;
}
.widget-area .widget.widget_calendar table caption {
  padding: 5px;
  text-transform: uppercase;
}
.widget-area .widget.widget_calendar table td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  color: #4e4e4e;
}
.widget-area .widget.widget_calendar table td a {
  font-size: 16px;
  color: #f3953f;
  font-weight: bold;
}
.widget-area .widget.widget_calendar table td a:hover {
  color: #4b4b4b;
}
.widget-area .widget.widget_mc4wp_widget .widget-title {
  color: #fff;
}
.widget-area .widget.widget_bllt_donate {
  padding: 30px;
  background-color: #f1f1f1;
}
.widget-area .widget.widget_bllt_donate .donate-button {
  float: right;
  font-size: 14px;
}
.widget-area .widget.widget_bllt_donate .donate-buttons {
  display: none;
}
.widget-area .widget.widget_bllt_donate:after {
  content: "";
  clear: both;
  display: table;
}
.featherlight .featherlight-content {
  min-width: 0;
}
.featherlight .featherlight-content .widget_mc4wp_widget {
  max-width: 289px;
}
.featherlight .featherlight-content .donate-buttons {
  max-width: 500px;
}
.featherlight .featherlight-content .donate-buttons .donate-title {
  margin-bottom: 10px;
}
.featherlight .featherlight-content .donate-buttons .swish {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.featherlight .featherlight-content .donate-buttons .swish .code {
  padding: 15px;
  text-align: center;
  font-weight: bold;
  background: #F1F1F1;
  font-size: 18px;
}
.featherlight .featherlight-content .donate-buttons .paypal form {
  text-align: center;
}
.featherlight .featherlight-content .donate-buttons .paypal form input[type="submit"] {
  padding: 10px 107px 10px 15px;
  border: none;
  background-image: url(abc52079de1759975709f1f5f0062590.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #ee7203;
  font-family: Raleway, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}
.page-template-contact .main {
  margin: 40px 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}
.spotlight-module {
  padding: 47px 0;
  background-image: url(9d63137611f79584d793e6e4161aa5aa.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#selected-pages * {
  box-sizing: border-box;
}
#selected-pages {
  font-size: 0;
  margin: auto;
}
.selected-pages-row {
  display: flex;
  flex-wrap: wrap;
}
.selected-page-column {
  display: inline-block;
  font-size: 0px;
  width: 32%;
  margin-bottom: 25px;
  vertical-align: top;
  background-color: #fff;
}
.selected-page-column:first-child {
  width: 100%;
}
#selected-pages .selected-page {
  border-top: 5px solid #10b45c;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
}
.selected-page-content {
  padding: 20px 27px;
  font-size: 16px;
}
.selected-page-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.selected-page-image-wrapper {
  position: relative;
}
.selected-page-image-wrapper::before {
  content: "";
  padding-bottom: 69%;
  display: block;
}
.selected-page h2 {
  font-size: 18px;
}
@media (max-width: 480px) {
  .selected-page h2 {
    font-size: 24px;
    line-height: 1.3;
  }
}
.selected-page-column:first-child .selected-page .selected-page-image-wrapper {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
}
.selected-page-column:first-child h2 {
  font-weight: 300;
  font-size: 34px;
  line-height: 44px;
}
.selected-page-column:first-child {
  margin-left: 0;
}
.selected-page-column {
  margin-left: 2%;
  position: relative;
}
.selected-page-column .selected-page > a::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: background-color 0.7s;
}
.selected-page-column:hover .selected-page > a::before {
  background-color: rgba(255, 255, 255, 0);
}
.selected-page-column:nth-child(3n+2) {
  margin-left: 0;
}
.selected-page-column:first-child .selected-page > a {
  display: flex;
}
.selected-page-column:first-child .selected-page-content {
  padding: 35px 45px;
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
  align-self: flex-end;
}
.selected-page a.page-link {
  color: inherit;
  text-decoration: inherit;
  display: block;
}
@media (max-width: 800px) {
  .selected-page-column {
    width: 48%;
  }
  .selected-page-column:nth-child(2n+3) {
    margin-left: 4%;
  }
  .selected-page-column:nth-child(2n+2) {
    margin-left: 0;
  }
}
@media (max-width: 550px) {
  .selected-page-column {
    width: 100%;
    margin-left: 0 !important;
  }
  .selected-page-column:first-child .selected-page > a {
    display: block;
  }
  .selected-page-column:first-child .selected-page .selected-page-image-wrapper,
  .selected-page-column:first-child .selected-page-content {
    width: 100%;
  }
}
.hero-module {
  padding: 50px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  border-top: solid 5px #10b45c;
}
.hero-module h1,
.hero-module h2 {
  color: #fff;
}
.hero-module h1 {
  font-size: 44px !important;
  font-weight: 700 !important;
  line-height: 47px !important;
  margin-bottom: 0px !important;
  font-family: 'Barlow Condensed', sans-serif !important;
}
.hero-module h2 {
  font-size: 44px !important;
  font-weight: 300 !important;
  line-height: 47px !important;
  font-family: 'Barlow Condensed Light', 'Barlow Condensed' !important;
}
.hero-module .body-text {
  margin-bottom: 30px;
  font-size: 19px;
  color: #ffffff;
  font-family: "Open Sans";
}
.hero-module h2 {
  margin-bottom: 20px;
}
.alternatives-module {
  background-color: #fff;
  padding: 30px 0 45px 0;
}
.alternatives-module h3 {
  text-align: center;
  margin-bottom: 30px;
}
.alternatives-module .slick-slider {
  margin-bottom: 15px;
}
.alternatives-module .slider .alternative {
  margin-right: 25px;
  width: 286px;
  max-height: 320px;
  height: auto;
  opacity: 0.5;
}
.alternatives-module .slider .alternative.slick-active {
  opacity: 1;
}
.alternatives-module .slick-next,
.alternatives-module .slick-prev {
  width: 50px;
  height: 50px;
}
.alternatives-module .slick-next:before,
.alternatives-module .slick-prev:before {
  content: ' ';
  background-image: url(7baa5a2345fa7b48586d27bfffc922b9.svg);
  display: inline-block;
  width: 50px;
  height: 50px;
}
.alternatives-module .slick-prev {
  left: 55px!important;
}
.alternatives-module .slick-prev:before {
  transform: rotate(180deg);
}
.alternatives-module .slick-next {
  right: 55px!important;
}
.alternative {
  color: #10b45c;
}
.alternative h4 {
  color: #10b45c;
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.2;
}
.alternative .image {
  height: 205px;
  margin-bottom: 18px;
  background-size: contain;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.alternative img {
  width: 100%;
}
.alternative .type {
  color: #fff;
  font-size: 11px;
  padding: 1px 2px;
  font-weight: 700;
  letter-spacing: 0.51px;
  text-transform: uppercase;
  background-color: #10b45c;
  font-family: "Open Sans", sans-serif;
}
.alternative .type.orange {
  background-color: #ee7203;
}
.alternative .type.turquoise {
  background-color: #41ccba;
}
.requests-module {
  padding: 55px 0;
  background-color: #10b45c;
}
.requests-module .container {
  position: relative;
}
.requests-module .requests-icon {
  background-image: url(19112daab2b28e72983d9ca4033987f7.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 180px;
  height: 205px;
  bottom: 0;
  left: -18%;
}
.requests-module .requests {
  margin-bottom: 20px;
}
.requests-module .button {
  margin-right: 15px;
}
.requests-module .request {
  margin-bottom: 10px;
  padding: 10px 15px;
  background-color: #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.13);
}
.requests-module .request-link {
  color: #353535;
  font-size: 20px;
  display: flex;
  align-items: center;
  padding: 0 38px;
}
.requests-module .request-link:before,
.requests-module .request-link:after {
  display: inline-block;
  position: absolute;
  content: '';
  background-repeat: no-repeat;
}
.requests-module .request-link:before {
  background-image: url(dc9f818c0d7466c1bc994c9a32ff645b.svg);
  height: 21px;
  width: 24px;
  left: 30px;
}
.requests-module .request-link:after {
  background-image: url(dd0c161da5dbd2f5ef73630a9858aa66.svg);
  height: 19px;
  width: 13px;
  right: 30px;
}
.requests-module .request-link img {
  margin-right: 15px;
}
.requests-module .signatories {
  padding: 35px;
  background-color: #007637;
}
.requests-module .signatories h3 {
  color: #fff;
}
.requests-module .signatories p {
  color: #fff;
}
.requests-module .signatories ul {
  padding-left: 0;
  margin-bottom: 25px;
}
.requests-module .signatories ul li {
  list-style-type: none;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
}
.additional-resources {
  padding: 30px 0 50px 0;
  background-color: #ebebeb;
}
.additional-resources .resources-container {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .additional-resources .resources-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .additional-resources .resources-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .additional-resources .resources-container {
    width: 970px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .additional-resources .resources-container {
    width: 1060px;
  }
}
@media (min-width: 1300px) {
  .additional-resources .resources-container {
    width: 1160px;
  }
}
@media (min-width: 1460px) {
  .additional-resources .resources-container {
    width: 1330px;
  }
}
@media (min-width: 1610px) {
  .additional-resources .resources-container {
    width: 1440px;
  }
}
.additional-resources .slider {
  margin: 0 -1rem;
}
.additional-resources .resource {
  position: relative;
  padding: 1rem;
  height: auto !important;
}
@media only screen and (max-width: 1024px) {
  .additional-resources .resource {
    padding: 0.5rem;
  }
}
@media (max-width: 480px) {
  .additional-resources .resource {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.additional-resources .resource .inner-content {
  background: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.06);
  padding: 1rem;
  height: 270px;
}
.additional-resources .resource .inner-content img {
  margin-bottom: 1rem;
  height: 65px;
  width: auto;
  max-width: 100%;
}
.additional-resources .resource .inner-content p {
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  .additional-resources .resource .inner-content p {
    font-size: 12px;
  }
}
.additional-resources .resource .inner-content .read-more {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .additional-resources .resource .inner-content .read-more {
    right: 30px;
    bottom: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .additional-resources .resource .inner-content .read-more {
    right: 40px;
    bottom: 40px;
  }
}
@media (max-width: 480px) {
  .additional-resources .resource .inner-content .read-more {
    right: 27px;
  }
}
.additional-resources .slick-next,
.additional-resources .slick-prev {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  margin-top: 0;
  outline: 0 none;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 70px;
  margin-top: -30px;
}
.additional-resources .slick-next::before,
.additional-resources .slick-prev::before {
  color: #fff;
  font-size: 70px;
  line-height: 1;
  opacity: 0.75;
}
.additional-resources .slick-next {
  right: -75px;
}
@media (max-width: 1500px) {
  .additional-resources .slick-next {
    right: -60px;
  }
}
.additional-resources .slick-prev {
  left: -75px;
}
@media (max-width: 1500px) {
  .additional-resources .slick-prev {
    left: -60px;
  }
}
.categories-module {
  padding: 30px 0 0 0;
  background-color: #f7f7f7;
}
.categories-module h3 {
  text-align: center;
  font-family: 'Barlow Condensed Semi Bold', 'Barlow Condensed';
}
.categories-module .flex-box {
  justify-content: center;
}
.categories-module .category {
  padding: 20px 0 30px;
}
@media (max-width: 480px) {
  .categories-module .category {
    padding-bottom: 0;
  }
}
.categories-module .category-icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 165px;
}
.categories-module .category-title {
  font-size: 18px;
  font-weight: 700;
  color: #353535;
  text-align: center;
  margin-top: 20px;
}
#main-navigation {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(49, 49, 49, 0.9);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  overflow-y: auto;
}
#main-navigation.open {
  opacity: 1;
  pointer-events: all;
  z-index: 1000;
}
#main-navigation #main-navigation-content {
  max-width: 320px;
  padding: 0;
  float: right;
  position: relative;
}
@media (max-width: 991px) {
  #main-navigation #main-navigation-content {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  #main-navigation #main-navigation-content {
    margin-top: 5px;
  }
}
#main-navigation #main-navigation-content #menu-close {
  width: 32px;
  height: 32px;
  padding: 4px 8px;
  display: block;
  position: absolute;
  line-height: 34.5px;
  top: 0;
  right: 0;
  font-size: 23px;
  color: #fff;
  -webkit-transition: color;
  -o-transition: color;
  transition: color;
  -webkit-transition: color ease-in-out 0.2s;
  -moz-transition: color ease-in-out 0.2s;
  -ms-transition: color ease-in-out 0.2s;
  -o-transition: color ease-in-out 0.2s;
  transition: color ease-in-out 0.2s;
  width: 40px;
  height: 40px;
  right: -4px;
  top: 20px;
}
#main-navigation #main-navigation-content #menu-close:hover,
#main-navigation #main-navigation-content #menu-close:focus {
  color: #10b45c;
}
@media (max-width: 991px) {
  #main-navigation #main-navigation-content #menu-close {
    right: 0;
    top: 10px;
  }
}
#main-navigation #main-navigation-content #menu-close img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
#main-navigation #main-navigation-content .main-menu {
  margin: 40px 0;
  padding: 0;
  padding-top: 40px;
  list-style: none;
}
#main-navigation #main-navigation-content .main-menu .menu-item {
  text-align: right;
}
#main-navigation #main-navigation-content .main-menu .menu-item.divider {
  border-bottom: 1px solid #727272;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
#main-navigation #main-navigation-content .main-menu .menu-item a {
  display: block;
  padding: 10px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  -webkit-transition: color;
  -o-transition: color;
  transition: color;
  -webkit-transition: color ease-in-out 0.2s;
  -moz-transition: color ease-in-out 0.2s;
  -ms-transition: color ease-in-out 0.2s;
  -o-transition: color ease-in-out 0.2s;
  transition: color ease-in-out 0.2s;
  -webkit-font-smoothing: antialiased;
}
#main-navigation #main-navigation-content .main-menu .menu-item a:hover,
#main-navigation #main-navigation-content .main-menu .menu-item a:focus {
  color: #10b45c;
}
#main-navigation #main-navigation-content .main-menu .menu-item a:before {
  display: inline-block;
  background-repeat: no-repeat;
  content: ' ';
  height: 29px;
  width: 35px;
  position: relative;
  right: 5px;
  top: 5px;
}
#main-navigation #main-navigation-content .main-menu .menu-item.add a:before {
  background-image: url(2495da5133e23e13964e5e9ec856f92c.png);
}
#main-navigation #main-navigation-content .main-menu .menu-item.submit a:before {
  background-image: url(1f8666d59fe466c9b6897f56daddcdeb.png);
}
#main-navigation #main-navigation-content .main-menu .menu-item.search a:before {
  right: 0;
  top: 9px;
  background-image: url(fb81ec8f024d21bbd6669b9f1547bae6.png);
}
#main-navigation #main-navigation-content .main-menu .menu-item.current_page_item > a,
#main-navigation #main-navigation-content .main-menu .menu-item.current-menu-item > a {
  color: #10b45c;
}
#main-navigation #main-navigation-content .main-menu .menu-item .sub-menu {
  margin: 7px 0;
  padding: 0;
  list-style: none;
}
#main-navigation #main-navigation-content .main-menu .menu-item .sub-menu .menu-item a {
  padding: 10px 0;
  font-size: 13px;
  text-transform: none;
  font-weight: normal;
}
.single-container {
  padding-bottom: 55px;
}
.entry-content-single h1 {
  font-size: 36px;
  margin-bottom: 15px;
  font-family: "Barlow Condensed", sans-serif;
}
.entry-content-single p {
  font-size: 18px;
}
.entry-content-single img {
  height: auto;
}
.entry-content-single em {
  color: #353535;
}
#sidebar .alternatives {
  margin-bottom: 50px;
}
#sidebar .alternatives.alternatives-page {
  margin-top: 30px;
}
#sidebar .alternatives .title {
  margin-bottom: 20px;
  font-weight: 700;
}
#sidebar .alternatives .alternative {
  display: block;
  background-color: #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
}
#sidebar .alternatives .alternative .image {
  background-color: #ebebeb;
}
#sidebar .alternatives .alternative h4 {
  color: #10b45c;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
}
#sidebar .alternatives .alternative .image {
  height: 180px;
  background-position: 50% 50%;
  background-size: contain;
}
.related-posts-module {
  padding: 55px 0;
  background-color: #ebebeb;
}
.related-posts-module .rpbt_shortcode h3 {
  font-size: 20px;
}
.related-posts-module .related-post a {
  display: block;
}
.related-posts-module .related-post img {
  width: 100%;
}
.related-posts-module .related-post .title {
  color: #ee7203;
  font-weight: 700;
  font-size: 22px;
  font-family: "Barlow Semi Condensed";
  margin-top: 10px;
}
.popup-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(24, 24, 24, 0.74);
  z-index: 9;
  display: none;
}
.newsletter-popup {
  padding: 40px;
  border-top: 6px solid #10b45c;
  background-color: #efefef;
  position: fixed;
  width: 610px;
  left: 50%;
  margin-left: -305px;
  top: 15%;
  z-index: 999;
  background-image: url(5b7ba15193dec3884c6e8ba2ad616a4b.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 100% 100%;
  display: none;
}
@media (max-width: 767px) {
  .newsletter-popup {
    width: 400px;
    margin-left: -200px;
  }
}
@media (max-width: 470px) {
  .newsletter-popup {
    width: 350px;
    margin-left: -175px;
    top: 10px;
    overflow-y: scroll;
    max-height: 100%;
  }
}
@media (max-width: 350px) {
  .newsletter-popup {
    width: 330px;
    margin-left: -165px;
  }
}
.newsletter-popup .popup-close {
  background-image: url(55d8e96126661c14ee407c3341848e8a.png);
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
}
.newsletter-popup .content {
  width: 60%;
}
@media (max-width: 767px) {
  .newsletter-popup .content {
    width: 100%;
  }
}
.newsletter-popup .content .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  color: #10b45c;
  font-family: 'Barlow Semi Condensed';
}
.newsletter-popup .content .text {
  margin: 20px 0;
}
.newsletter-popup .content .text h3 {
  font-size: 20px;
  font-family: 'Barlow Semi Condensed';
  font-weight: 600;
}
.newsletter-popup .content .text ul {
  list-style-type: none;
  padding: 0;
}
.newsletter-popup .content .text ul li {
  display: flex;
  font-size: 16px;
  color: #4a4a4a;
  margin-bottom: 10px;
  font-weight: 600;
}
.newsletter-popup .content .text ul li span {
  color: #10b45c;
  margin-right: 5px;
}
.newsletter-popup .content .form {
  margin-bottom: 0;
}
.newsletter-popup .content .form input {
  width: 100%;
  border: 1px solid #d5d5d5;
  padding: 15px;
  font-size: 16px;
  color: #353535;
}
.newsletter-popup .content .form input.validation-error {
  border: 1px solid #ff4444;
}
.newsletter-popup .content .form input::placeholder {
  color: #959595;
}
.newsletter-popup .content .form .button {
  margin-top: 20px;
}
.newsletter-popup .content .form .validation-error {
  color: #ff4444;
}
.newsletter-popup .response-message {
  display: none;
  padding: 10px 0;
  width: 60%;
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 600;
}
#site-header {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  line-height: 1.5;
  font-size: 14px;
  letter-spacing: 0.35px;
}
#site-header .row {
  margin-left: 0;
  margin-right: 0;
}
#site-header img {
  display: inline-block;
  vertical-align: middle;
}
#site-header .search-form {
  margin: 0;
  display: inherit;
}
@media (max-width: 991px) {
  #site-header .search-form {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #site-header .search-form .search-button {
    margin-right: 0;
  }
}
#site-header input.search-bar::placeholder {
  font-style: italic;
  color: #b9b9b9;
}
#site-header .search-bar {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  border: none;
  padding: 0 15px;
  width: 294px;
}
@media (max-width: 991px) {
  #site-header .search-bar {
    width: 100%;
  }
}
#site-header .button {
  margin-right: 30px;
}
#site-header .button.button-login {
  padding: 6.5px 15px;
}
@media (max-width: 480px) {
  #site-header .button.button-login {
    display: block;
    margin-right: 0;
  }
}
#site-header .button.search-button {
  border-bottom: none;
  border-left: none;
  border-right: none;
  background-image: url(15322412d80aada80de1d890145538ad.png);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
}
#site-header .button img {
  width: 20px;
  margin-right: 10px;
}
#site-header .dropdown-menu {
  list-style-type: none;
  background-color: #fff;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  position: absolute;
  width: 150px;
  margin-top: 3px;
  z-index: 9;
}
@media (max-width: 480px) {
  #site-header .dropdown-menu {
    width: 100%;
    position: initial;
  }
}
#site-header .dropdown-menu li.divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
#site-header .dropdown-menu li a {
  color: #10b45c;
}
#site-header #header {
  position: relative;
  width: 100%;
  background-color: #ebebeb;
  padding: 15px 0;
}
@media (max-width: 991px) {
  #site-header #header .header-logo {
    order: 1;
  }
}
#site-header #header .header-logo a.flexbox-chemsec-logo {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  #site-header #header .header-search {
    order: 3;
    margin-top: 25px;
    width: 100vw;
  }
}
@media (max-width: 480px) {
  #site-header #header .header-search {
    order: 3;
    margin-top: 15px;
    width: 100vw;
  }
}
#site-header #header .header-login .button {
  text-align: center;
}
@media (max-width: 991px) {
  #site-header #header .header-login {
    order: 2;
    margin-top: -9px;
  }
}
@media (max-width: 480px) {
  #site-header #header .header-login {
    width: 100vw;
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  #site-header #header .header-login div {
    width: 100%;
  }
}
#site-header #header .top-container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 610px) {
  #site-header #header .top-container {
    margin-bottom: 66px;
  }
}
#site-header #header .top-container .col-xs-6 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
#site-header #header div[class^=col-] {
  margin: 0;
}
#site-header #header img.market-place-logo {
  width: 245px;
}
@media (max-width: 940px) {
  #site-header #header img.market-place-logo {
    display: block;
    height: auto;
    top: -15px;
  }
}
@media (max-width: 768px) {
  #site-header #header img.market-place-logo {
    margin-bottom: 10px;
  }
}
#site-header #header .logo-column {
  font-weight: 400;
}
#site-header #header .logo-text {
  color: #343434;
  font-family: Open Sans;
  font-size: 18px;
  font-style: italic;
  font-stretch: normal;
  font-weight: 400;
  text-align: left;
  display: inline-block;
  margin-left: 8px;
  margin-right: 7px;
  position: relative;
  top: 9px;
}
@media (max-width: 940px) {
  #site-header #header .logo-text {
    margin-left: 0;
    position: relative;
    top: -5px;
  }
}
#site-header #header img.chemsec-logo {
  position: relative;
  top: -7px;
  width: 110px;
  font-weight: 400;
}
@media (max-width: 940px) {
  #site-header #header img.chemsec-logo {
    height: 25px;
  }
}
#site-header #header span.menu-link-zone {
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 1112px) {
  #site-header #header span.menu-link-zone {
    clear: both;
    margin-top: 15px;
  }
}
#site-header #header a.menu-link {
  margin-right: 30px;
  color: #343434;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
}
@media (max-width: 1112px) {
  #site-header #header a.menu-link {
    margin-right: 10px;
  }
}
#site-header #header .m-button {
  background: #007536;
  color: #fff;
  padding: 19px 24px 16px 18px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9rem;
  position: relative;
  overflow: hidden;
  line-height: 18px;
}
#site-header #header .user-greater-zone button.m-button {
  position: relative;
  top: -32px;
  margin-bottom: -32px;
  text-transform: none;
  padding-top: 19px;
  margin-right: 15px;
  margin-left: 10px;
  border: 0;
  border-top: 8px solid #10b45c;
  color: #f3f3f3;
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
  height: 66px;
  padding-left: 18px;
}
@media (max-width: 637px) {
  #site-header #header .user-greater-zone button.m-button {
    width: 100%;
    margin: 0;
  }
}
#site-header #header .user-greater-zone button.m-button img {
  width: 20px;
  height: 20px;
  position: relative;
  top: -3px;
}
@media (max-width: 610px) {
}
#site-header #header .site-title {
  margin: 0;
}
#site-header #header .site-title img {
  width: auto;
  height: 45px;
}
#site-header #header #mobile-nav-trigger {
  display: block;
  z-index: 999;
}
@media (max-width: 480px) {
  #site-header #header #mobile-nav-trigger {
    position: absolute;
    right: 25px;
    top: 20px;
  }
}
#site-header #header #mobile-nav-trigger .line-wrapper {
  height: 21px;
  margin-top: 14.5px;
  display: block;
  position: relative;
}
#site-header #header #mobile-nav-trigger .line {
  width: 32px;
  right: 0;
  left: auto;
  transform: rotate(0deg) translateX(0);
}
#site-header #header #mobile-nav-trigger .title {
  display: block;
  left: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  color: #4b4b4b;
  text-transform: uppercase;
  font-weight: 600;
  background: none;
  height: 21px;
  line-height: 24px;
  width: auto;
}
#site-header #header #mobile-nav-trigger.open .line:nth-child(2) {
  transform: rotate(45deg);
}
#site-header #header #mobile-nav-trigger.open .line:nth-child(3) {
  transform: rotate(-45deg);
}
#site-header #header #mobile-nav-trigger:hover .line,
#site-header #header #mobile-nav-trigger:focus .line {
  background: #8A8A8A;
}
#site-header #header #mobile-nav-trigger:hover .title,
#site-header #header #mobile-nav-trigger:focus .title {
  color: #8A8A8A;
}
#site-header #header-banner {
  width: 100%;
  height: 700px;
  position: relative;
}
#site-header #header-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#site-header #header-banner #header-banner-content-wrapper {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
#site-header #header-banner #header-banner-content-wrapper #header-banner-content {
  text-align: center;
}
#site-header #header-banner #header-banner-content-wrapper #header-banner-content p {
  margin: 0;
  margin-bottom: 40px;
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -3px;
}
.quick-links {
  padding: 28px 0;
  overflow: hidden;
  background: #171717;
}
@media (max-width: 768px) {
  .quick-links {
    display: none;
  }
}
.quick-links .container {
  display: block;
}
.quick-links p {
  float: left;
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  color: #10b45c;
  margin-right: 42px;
}
.quick-links a {
  color: #f7f7f7;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 300;
}
.quick-links ul {
  padding: 0;
  max-width: 100%;
  margin: 0;
  float: left;
}
@media (min-width: 768px) {
  .quick-links ul {
    max-width: calc(100% - 150px);
  }
}
.quick-links ul li {
  display: inline-block;
  margin-right: 23px;
}
.video {
  background-color: #10b45c;
  background-image: url(e0439d14eeb1e2068a7d39476d12882c.png);
  background-size: cover;
  position: relative;
  padding: 45px 0 50px 0;
}
.video .flex {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.video .video-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
  font-family: 'Barlow Condensed Semi Bold', 'Barlow Condensed';
}
.video video {
  width: 100%;
}
.video .control {
  opacity: 0;
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 50%;
  margin-left: -45px;
  margin-top: -45px;
  width: 90px;
  height: 90px;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 0.6s;
  cursor: pointer;
  background-size: 40px;
  background-repeat: no-repeat;
}
@media (max-width: 1000px) {
  .video .control {
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 800px) {
  .video .control {
    display: none;
  }
}
.video .control.play {
  opacity: 1;
  background-image: url(ca22b64478e0aeb800a4a1f4b42180ec.svg);
  background-position: 55% 50%;
}
@media (max-width: 1000px) {
  .video .control.play {
    background-image: url(3780a0ea77461f4bbe36a1d40959d54e.svg);
    background-size: auto;
  }
}
.video .control.pause {
  background-image: url(a49399c25e2f6e3d0eb2b362b96ad0b8.svg);
  background-position: 50% 50%;
}
@media (max-width: 1000px) {
  .video .control.pause {
    background-image: url(341c9aecc166292fce3ea9e8fc51d040.svg);
    background-size: auto;
  }
}
.video .video-wrapper:hover .control,
.video .video-wrapper:focus .control {
  opacity: 1;
}
.video .video-share {
  display: flex;
  margin-top: 35px;
  flex-direction: row;
  justify-content: center;
}
.video .video-share p {
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin-right: 5px;
  letter-spacing: 0.47px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.video .video-share img {
  width: 14px;
  margin-right: 5px;
}
.video .video-share a img {
  width: 24px;
}
.marketplace-supporters {
  display: block;
  padding: 45px 0;
  text-align: center;
  background-color: #ebf0f3;
}
.marketplace-supporters h3 {
  font-size: 32px;
  font-weight: 600;
  color: #353535;
  margin-bottom: 43px;
  font-family: 'Barlow Condensed Semi Bold', 'Barlow Condensed';
}
.marketplace-supporters .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.marketplace-supporters .flex .item {
  padding: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: center;
  flex: 0 0 16.66666667%;
}
.marketplace-supporters .flex .item img {
  max-width: 140px;
  max-height: 65px;
}
/*-------------------------------------------------------------------------------------------*/
/* RESPONSIVE */
/*-------------------------------------------------------------------------------------------*/
.lt-ie10 #header-banner-content-wrapper {
  display: table;
}
.lt-ie10 #header-banner-content-wrapper #header-banner-content {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 1130px) and (min-width: 992px) {
  #business-tools .slick-slider,
  #business-group .slick-slider {
    padding: 0 75px;
  }
  #business-tools .slick-slider .slick-prev,
  #business-group .slick-slider .slick-prev {
    left: 0;
  }
  #business-tools .slick-slider .slick-next,
  #business-group .slick-slider .slick-next {
    right: 0;
  }
}
@media (max-width: 991px) {
  #site-header #header-banner {
    height: 460px;
  }
  #site-header #header-banner #header-banner-content-wrapper #header-banner-content {
    margin-top: 60px;
  }
  #site-header #header-banner #header-banner-content-wrapper #header-banner-content p {
    font-size: 75px;
  }
  #site-main .site-content .main + .groups .persons {
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
            Label the data
            */
  }
  #site-main .site-content .main + .groups .persons table,
  #site-main .site-content .main + .groups .persons thead,
  #site-main .site-content .main + .groups .persons tbody,
  #site-main .site-content .main + .groups .persons th,
  #site-main .site-content .main + .groups .persons td,
  #site-main .site-content .main + .groups .persons tr {
    display: block;
  }
  #site-main .site-content .main + .groups .persons thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #site-main .site-content .main + .groups .persons tr {
    margin-bottom: 15px;
  }
  #site-main .site-content .main + .groups .persons td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 60px;
  }
  #site-main .site-content .main + .groups .persons td.td-image {
    padding-left: 0;
  }
  #site-main .site-content .main + .groups .persons td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 4px;
    left: 0;
    width: 60px;
    white-space: nowrap;
    font-weight: 400;
    font-size: 12px;
    color: #9f9f9f;
  }
  #site-main .site-content .main + .groups .persons td:nth-of-type(2):before {
    content: "Name";
  }
  #site-main .site-content .main + .groups .persons td:nth-of-type(3):before {
    content: "Phone";
  }
  #site-main .site-content .main + .groups .persons td:nth-of-type(4):before {
    content: "Email";
  }
  #site-main .site-content .content-footer {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  #site-main address {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .map-container .map-overlay {
    pointer-events: auto;
  }
  #site-main .sidebar-column {
    padding-right: 15px;
    border: none;
    margin-top: 30px;
  }
  #site-main .main-column {
    padding-left: 15px;
    margin: 0;
    border: none;
  }
}
@media (max-width: 650px) {
  #site-header #header-banner #header-banner-content-wrapper #header-banner-content p {
    font-size: 55px;
  }
}
@media (max-width: 470px) {
  #site-header #header-banner #header-banner-content-wrapper #header-banner-content p {
    font-size: 45px;
  }
}
@media (max-width: 400px) {
  #site-header #header-banner #header-banner-content-wrapper #header-banner-content p {
    font-size: 45px;
  }
  #site-header #header-banner .chemsec-button {
    padding: 12px 12px;
  }
}
/*-------------------------------------------------------------------------------------------*/
/* PRINT */
/*-------------------------------------------------------------------------------------------*/
