html {
	height: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	position: relative;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	color: #1f1f1f;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
html.js fieldset.collapsed {
	height: auto !important;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
	color: #1e1e1e;
}
h3, h4, h5, h6 {
	font-size: 1.1em;
	color: #1e1e1e;
	font-weight: bold;
}
a, a:link, li a.active {
	color: #1e1e1e;
	text-decoration: none;
}
a:visited {
	color: #1e1e1e;
}
a:hover {
	color: #000;
	text-decoration: none;
}
:hover {
	-webkit-transition: all 0.75s ease-in;
	-moz-transition: all 0.75s ease-in;
	-ms-transition: all 0.75s ease-in;
	-o-transition: all 0.75s ease-in;
	transition: all 0.75s ease-in;
}
hr, .hr {
	clear: both;
	margin: 1.2em auto;
	border: none;
	border-top: 1px solid #cecece;
	background-color: #fff;
	height: 1px;
}
fieldset {
	border: 1px solid #ccc;
	padding: 0.5em;
	margin-bottom: 2em;
}
table {
	background-color: #fff;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	margin: 0.5em 0;
}
th, td {
	padding: 0.25em;
	vertical-align: middle;
	background-color: #fff;
	border-left: 1px solid #cecece;
	border-top: 1px solid #cecece;
}
thead th, thead th a {
	color: #0086e3;
}
dt {
	margin: 0.5em 0;
	border-bottom: 1px solid #0086e3;
	padding: 0.5em;
}
dd {
	font-size: 0.9em;
}
ol li, ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}
blockquote {
	background: #ECF6F5;
	border-left: 5px solid #2FC2E3;
	padding: 20px 30px 5px 50px;
	font-size: 16px;
	line-height: 28px;
	position: relative;
	margin: 10px 0;
}
strong {
	color: #000;
	font-weight: bold;
}
em {
	font-style: italic;
}
.links {
	clear: both;
	margin-bottom: 0;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.tabs {
	font-weight: bold;
}
.tabs li a {
	background-color: #f1f1f1 !important;
}
ul.links li.first {
	border: none;
}
li.leaf, li.collapsed, li.expanded, ul li.leaf {
	list-style-image: none;
	list-style-type: none;
	list-style: none;
}
ul.inline, ul.links.inline {
	display: inherit;
	padding-left: 0;
}
.breadcrumb {
	padding: 0;
	margin: 0 0 1em 0;
	list-style: none;
	overflow: hidden;
	font-size: 0.8em;
	text-transform: uppercase;
}
.title {
	color: #222;
}
.form-submit {
	padding: 5px 10px;
	line-height: 1.4em;
	font-size: 0.8em;
	border: 1px solid #fff;
	background-color: #1e1e1e;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
}
.form-submit:hover {
	border: 1px solid #1e1e1e;
	background-color: #1e1e1e;
	color: #fff;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
input, textarea, select {
	padding: 5px;
	line-height: 1em;
	border: 1px solid #717171;
	background-color: #fff;
	margin: 0;
}
select {
	min-width: 5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}
input[type=checkbox] {
	zoom: 2;
	padding: 5px;
	margin-right: 0.5em;
}
input[type=radio] {
	zoom: 1.5;
	padding: 5px;
	margin: 0 0.5em;
}
header {
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 100;
	border-bottom: 1px solid #ECEDE7;
}
header .form-item {
	margin: 0;
}
#headtopbg {
	padding: 12px;
	border-bottom: 1px solid #ECEDE7;
}
#headtop .region-headtop {
	display: flex;
	justify-content: space-between;
}
#block-superfish-1 #superfish-1 {
	display: flex;
	justify-content: flex-end;
}
#superfish-1 li a {
	font-size: 0.9em;
	line-height: 20px;
	text-transform: uppercase;
	color: #2f2f33;
	font-weight: 600;
}
#superfish-1 li a:hover {
	color: #2FC2E3;
}
#block-block-1 .fa {
	color: #7d7d7d;
	font-size: 14px;
	margin-right: 12px;
}
#head {
	padding: 0;
	position: relative;
}
#head .region-head {
	display: inline-block;
	float: right;
}
#head .logo {
	width: auto;
	height: 40px;
	display: block;
	float: left;
	margin: 10px 0;
}
#head .logo:hover {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
#head ul, #head ul li {
	padding: 0;
	margin: 0;
}
#block-search-form {
	float: right;
	margin: 0;
	padding: 0.3em;
	background-color: #f1f1f1;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}
#block-search-form .form-submit {
	border: none !important;
	background: none !important;
	color: none;
	text-transform: none;
	cursor: pointer;
	min-width: inherit;
	height: 1.5em;
	width: auto;
	padding: 0;
	float: right;
	margin: 0 !important;
}
#block-search-form .form-text {
	line-height: 1em;
	height: 1em;
	border: none;
	padding: 0.3em;
	max-width: 12.5em;
	margin: 0 0.7em 0 0;
	float: left;
	background-color: #fff;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	color: #1f1f1f !important;
}
#block-superfish-1 .bcontent ul li {
	float: left;
}
#block-superfish-1 .bcontent ul li a.sf-depth-1 {
	display: block;
	margin: 0;
	line-height: 18px;
	text-transform: uppercase;
	padding: 20px;
	letter-spacing: 1px;
}
.region-headtop #block-system-main-menu .menu {
	display: flex;
}
.region-headtop #block-system-main-menu .menu li {
	margin-left: 0;
}
.region-headtop #block-system-main-menu .menu li a {
	color: #63636a;
	font-size: 14px;
	text-transform: uppercase;
}
#block-superfish-1 .bcontent ul li a.sf-depth-1:hover, .article-content a:hover {
	color: #2FC2E3;
	text-decoration: none;
}
#block-superfish-1 .bcontent ul li.menuparent ul {
	font-size: 0.9em;
	top: 4em;
	min-width: 16em;
	background: #2FC2E3;
}
#block-superfish-1 .bcontent ul li a.sf-depth-2 {
	display: block;
	padding: 0.75em 1em;
	margin: 0;
	line-height: 1em;
	text-transform: uppercase;
	color: #fff;
}
#block-superfish-1 .bcontent ul li a.sf-depth-2:hover {
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}
#block-superfish-1 .bcontent ul li.menuparent ul ul {
	top: 0;
	font-size: inherit;
	left: 16em;
}
#block-superfish-1 .bcontent ul li a.sf-with-ul {
	padding-right: 1.2em;
}
#block-superfish-1 .sf-sub-indicator {
	right: 0.25em;
}
#featuredbg {
	background: rgb(248, 248, 248);
}
#featured {
	border: none;
	padding: 0;
	margin: 2em auto;
}
.region-featured {
	display: flex;
	justify-content: space-between;
}
.region-featured .block {
	width: 49.5%;
}
#block-views-front-boxes-block .view-front-boxes .view-content {
	display: flex;
	flex-direction: column;
}
#block-views-front-boxes-block .views-row-first {
	margin-bottom: 10px;
}
.article {
	position: relative;
}
.article .art-img img {
	width: 100%;
	height: auto;
	filter: brightness(65%);
}
.article-content {
	position: absolute;
	display: block;
	bottom: 40px;
	left: 30px;
	color: #fff;
	padding-right: 30px;
}
.article-content a {
	color: #fff;
}
.article-content .post-cat {
	margin-bottom: 15px;
}
.article-content .post-cat a, .article-image .post-cat a, .field_category .field-item a {
	border-radius: 12px 0;
	background: #2FC2E3;
	padding: 7px 15px 5px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	margin-right: 7px;
}
.article-content .entry-title {
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 20px;
}
.article-content .entry-content {
	padding-bottom: 10px;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
}
.article-content .article-meta {
	font-size: 14px;
	position: relative;
	padding-left: 20px;
}
.article-content .article-meta:before {
	content: "\f017";
	position: absolute;
	display: block;
	font-family: "FontAwesome";
	left: 0;
}
#content_top {
	padding: 0;
	margin: 0;
}
.owl-carousel h4 {
	font-weight: normal;
	line-height: 1em;
	font-size: 0.9em;
	height: 2em;
	margin-bottom: 0.5em;
	text-align: center;
}
.cleft {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}
#main {
	margin: 0 auto;
	padding: 1em 0;
	line-height: 1.6;
	position: relative;
	background: #fff;
	width: 68%;
}
#main hr {
	margin: 2em 0;
}
#main h1.title {
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 0.5em;
	color: #222;
}
#main .articleimg {
	width: 100%;
	height: auto;
}
#main .main-entity {
	background: #f5f5f5;
	padding: 15px;
	font-size: 1.1em;
	margin: 20px auto;
}
#main .authinfo {
	font-size: 0.8em;
	text-transform: uppercase;
}
#main .logo {
	clear: both;
	display: block;
	height: 30px;
	width: auto;
}
#main .content .body a, #main .content .main-entity a {
	text-decoration: underline;
}
.view-popular-posts-small .post-item, .view-sidebar-posts .post-item {
	display: flex;
	justify-content: space-between;
}
.view-popular-posts-small .side-item-text, .view-sidebar-posts .side-item-text {
	color: #222;
	position: relative;
	bottom: 0;
	left: 0;
	width: 61%;
	padding-right: 0;
}
.view-popular-posts-small .views-row:not(.views-row-first) .post-img {
	width: 37%;
}
.view-popular-posts-small .article-content .entry-title, .view-sidebar-posts .article-content .entry-title {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 3px;
}
.side-item-text .entry-title a {
	color: #222;
}
#block-views-popular-posts-small-block .title, #block-views-latest-news-block-1 .title, #block-views-sidebar-posts-block h2 {
	border-bottom: 1px solid #f2f2f2;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}
#block-views-popular-posts-small-block .title:after, #block-views-latest-news-block-1 .title:after, #block-views-sidebar-posts-block h2:after, .region-footer h2:after {
	content: "";
	position: absolute;
	left: 0;
	width: 50px;
	height: 2px;
	background: #2FC2E3;
	top: 38px;
}
#block-views-popular-posts-small-block .views-row:first-child {
	width: 55%;
	display: inline;
}
#block-views-popular-posts-small-block .views-row:first-child .post-item {
	display: block;
}
#block-views-popular-posts-small-block .views-row:first-child .entry-title {
	font-size: 18px;
	margin: 10px 0;
}
#block-views-popular-posts-small-block .views-row:first-child .article-meta {
	margin-bottom: 25px;
}
#block-views-popular-posts-small-block .views-row:first-child img {
	width: 100%;
	height: auto;
	max-width: 400px;
	filter: brightness(100%);
}
#block-views-popular-posts-small-block .views-row {
	width: 45%;
	float: left;
	margin-bottom: 8px;
}
#block-views-popular-posts-small-block .views-row img {
	width: 100%;
	height: auto;
	max-width: 150px;
}
#block-views-popular-posts-small-block .views-row .article-content {
	position: relative;
}
#block-views-popular-posts-small-block .views-row:not(.views-row-first) .btn-read, #block-views-sidebar-posts-block .btn-read {
	position: absolute;
	bottom: 10px;
}
#block-views-popular-posts-small-block .views-row .btn-read a, #block-views-sidebar-posts-block .btn-read a {
	font-size: 10px;
	text-transform: uppercase;
	color: #222;
	border: 1px solid #eee;
	padding: 3px 7px;
}
.post-item .entry-title {
	font-size: 18px;
	margin-bottom: 3px;
}
.post-item .article-meta {
	font-size: 12px;
	color: #8e8e95;
	margin-bottom: 3px;
	padding-left: 15px;
}
#block-views-popular-posts-small-block .views-row:first-child .post-item .btn-read a, #block-views-latest-post-small-block .read-btn a, .view-taxonomy-term .read-btn a {
	background: transparent;
	border: 1px solid #eaeaf1;
	display: inline-block;
	padding: 10px 20px 9px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #2f2f33;
	text-transform: uppercase;
}
#block-views-popular-posts-small-block .views-row:first-child .post-item .btn-read a:hover, #block-views-popular-posts-small-block .views-row .btn-read a:hover, #block-views-latest-post-small-block .read-btn a:hover, .view-taxonomy-term .read-btn a:hover, #block-views-sidebar-posts-block .btn-read a:hover {
	background: #2FC2E3;
	color: #ffffff;
	border: 1px solid #2FC2E3;
}
#block-views-latest-news-block-1 {
	display: block;
	width: 100%;
	margin: 50px 0 20px 0;
}
#block-views-latest-news-block-1 .article-image {
	position: relative;
}
#block-views-latest-news-block-1 img {
	filter: brightness(65%);
}
#block-views-latest-news-block-1 .title, #block-views-latest-post-small-block {
	width: 100%;
}
#block-views-latest-post-small-block .view-latest-post-small .article-image, .view-taxonomy-term .article-image {
	width: 47%;
	position: relative;
}
#block-views-latest-post-small-block .article-image .post-cat, .view-taxonomy-term .article-image .post-cat {
	position: absolute;
	top: 4px;
	left: 4px;
}
#block-views-latest-post-small-block .view-latest-post-small .article-image img, .view-taxonomy-term .article-image img {
	width: 100%;
	height: auto;
}
#block-views-latest-post-small-block .view-latest-post-small .article-content, .view-taxonomy-term .article-content {
	width: 52%;
	position: relative;
	bottom: 0;
	left: 0;
	color: #222;
	padding-right: 0;
	padding-left: 30px;
}
#block-views-latest-post-small-block .entry-header a, #block-views-latest-post-small-block .entry-content, .view-taxonomy-term .entry-header a {
	color: #222;
}
#block-views-latest-post-small-block .entry-content, .view-taxonomy-term .entry-content {
	padding: 20px 0;
	color: #8e8e95;
	font-size: 15px;
	line-height: 22px;
}
#block-views-latest-post-small-block .post-item, .view-taxonomy-term .post-item {
	display: flex;
	margin-bottom: 20px;
}
#sidebar {
	width: 27%;
	display: block;
	background: #fff;
	padding: 1em 0;
}
#block-views-sidebar-posts-block h2 {
	width: 100%;
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 10px;
	line-height: 28px;
}
#block-views-sidebar-posts-block .views-row {
	margin-bottom: 20px;
}
.view-sidebar-posts .side-item-text, .view-sidebar-posts .post-img {
	width: 49%;
}
.view-sidebar-posts .post-img img {
	height: auto;
	max-height: 150px;
}
.node .body {
	clear: both;
	margin-bottom: 1em;
	line-height: 1.5;
}
.node .body ul li {
	list-style: url(images/bullet.png);
}
.node .body ol, .node .body ul {
	padding: 0 0 10px 1.5em;
}
.node .body ol li, .node .body ul li {
	padding-left: 0.3em;
}
.node .body ol li {
	list-style-type: decimal;
}
.node .body p {
	margin: 0 0 1em 0;
}
.node .body a {
	text-decoration: underline;
}
.node .body img {
	padding: 0.2em;
	margin: 0.5em;
	max-width: 750px;
	height: auto;
}
.node .body fieldset {
	margin-bottom: 1em;
}
.node .body fieldset.collapsible {
	padding: 0;
	border: none;
	border-bottom: 1px solid #1e1e1e;
	box-shadow: #bebebe 0 2px 5px;
}
.node .body fieldset img {
	margin: 0 1em 1em 0.5em;
}
.node-type-articles #sidebar {
	margin-top: 20px;
}
.node-type-articles .node-articles .fluid {
	width: 100%;
	height: auto;
	max-width:1100px;
}
.node-type-articles .body p {
	color: #63636a;
	font-size: 16px;
	line-height: 24px;
}
.node-type-articles .field_category {
	display: flex;
}
.node-type-articles .field_category .field-item {
	margin-bottom: 10px;
}
#media, #product {
	display: inline-block;
	vertical-align: top;
}
#media {
	width: 46%;
	padding: 0 0 1em 0;
	margin-right: 4%;
}
#media {
	display: inline-block;
	width: 46%;
	padding: 0 0 1em 0;
	margin-right: 3%;
}
#media .galleryformatter {
	padding: 0.5em;
	border: 1px solid #dadada;
	background-color: #f1f1f1;
	margin: 0 0 1em 0;
}
#media .gallery-frame {
	width: 100%;
}
#media .galleryformatter ul, #media .galleryformatter ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#media .galleryformatter .gallery-slides {
	margin-bottom: 1em;
	background-color: #f1f1f1;
}
#media .galleryformatter ul li.gallery-slide img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
#media .galleryformatter .slide-button {
	text-decoration: none;
	background-color: #f1f1f1;
	color: #000;
	padding: 0.05em 0.25em;
	font-size: 1.5em;
}
#media .galleryformatter .slide-button:hover {
	opacity: 1;
}
#media .galleryformatter .gallery-thumbs {
	background-color: #f1f1f1;
}
#media .galleryformatter .gallery-thumbs .arrow {
	font-size: 1em;
	padding: 0.15em 0.25em;
	background-color: #fff;
	color: #555;
	text-decoration: none;
}
#media .galleryformatter .gallery-thumbs .arrow:hover {
	color: #000;
}
#media .galleryformatter .panel-overlay {
	text-align: center;
}
#block-rrssb-rrssb {
	max-width: 170px;
	margin: 0 auto;
}
.node-news .body {
	clear: none;
}
.node-news .field_image img {
	padding: 3px;
	display: block;
	margin: 0 auto 1em auto;
	background-color: #f7f7f7;
	border: 1px solid #dadada;
}
.fb-like {
	margin-bottom: 0.5em;
}
.view-news .views-row {
	padding: 7px 0;
	margin-bottom: 1em;
	border-top: 1px dashed #777;
	border-bottom: 1px dashed #777;
}
.view-news .newstitle a {
	color: #0086e3;
	text-transform: uppercase;
	margin-bottom: 1em;
}
.view-news .newsdate {
	font-size: 0.8em;
	color: #777777;
}
.view-news .newsimg img {
	float: left;
	padding: 0.2em;
	background-color: #f1f1f1;
	border: 1px solid #dadada;
	margin: 0 20px 10px 0;
}
.view-news .newsbody {
	font-size: 0.8em;
}
.view-news .views-row:after {
	display: block;
	content: "";
	clear: both;
}
.taxon .views-row {
	position: relative;
	display: inline-block;
	margin: 0 0 1em 0;
	padding: 0.5em 0.5%;
}
.taxon .views-row:nth-child(3n+2) {
	margin: 0 1.75% 2em 1.75%;
}
.taxon h3 {
	font-size: 1.4em;
	vertical-align: top;
}
.taxon .views-row .views-field-title, .taxon .views-row h4 {
	font-size: 1em;
	height: 2.2em;
	line-height: 1em;
	overflow: hidden;
	margin-bottom: 0.5em;
	font-weight: normal;
}
.taxon .views-field-title a:hover, .taxon .views-row h4 a:hover {
	text-decoration: underline;
}
.taxon .views-row .field-name-field-gallery {
	overflow: hidden;
}
.taxon .views-row .field-name-field-gallery img {
	width: 100%;
	height: auto;
	margin: 0 auto 1em auto;
}
.taxon .views-row .field-name-field-gallery img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
.taxon .form-submit {
	font-size: 0.9em;
}
.views-exposed-form .views-exposed-widget {
	display: inline-block;
	margin: 0 0.25em;
	text-transform: lowercase;
}
.taxon .views-exposed-form .views-exposed-widget .form-submit, .taxon .views-exposed-form .views-exposed-widget .form-select {
	padding: 0.25em 0.75em;
}
.taxon .node-readmore {
	font-size: 0.9em;
	text-transform: lowercase;
}
.taxon .view-footer .views-row {
	position: relative;
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
	text-align: left;
	box-shadow: none;
}
.taxon .view-footer .views-row:hover {
	box-shadow: none;
}
.views-exposed-form .views-exposed-widget label {
	display: inline-block;
	margin: 0 0.25em;
}
.views-exposed-form .views-exposed-widget .form-item-sort-order label {
	display: none;
}
.node-webform .body {
	clear: inherit;
}
.webform-client-form {
	width: 42%;
	margin-left: 3%;
}
.webform-client-form .form-item, .webform-client-form .form-actions {
	margin: 0.5em 0 1em 0;
}
.webform-client-form .form-text, .webform-client-form .form-text {
	display: block;
	width: 100%;
	padding: 0.35em 0;
	text-indent: 3px;
	line-height: 1.2em;
}
.toboggan-unified .form-item, .toboggan-unified .login-forgot, .toboggan-unified .form-submit, .hybridauth-widget-wrapper {
	width: 100%;
	max-width: 480px;
	display: block;
	text-align: center;
	margin: 0 auto 1em auto;
}
.toboggan-unified .form-text {
	text-align: center;
}
.toboggan-unified #login-message, .toboggan-unified #login-links {
	font-size: 1.2em;
	margin-bottom: 1em;
	text-align: center;
}
.toboggan-unified .form-item, .toboggan-unified .form-text, .toboggan-unified .password-strength {
	float: none;
	width: 100%;
	max-width: 480px;
	display: block;
	padding: 0.25em 0;
	margin: 0 auto 1em auto;
}
.toboggan-unified .form-type-password label {
	text-align: center;
}
.toboggan-unified div.password-confirm {
	display: none;
}
.hybridauth-widget-wrapper h3 {
	text-transform: uppercase;
	font-size: 1.2em;
}
.social_login iframe {
	height: 100px !important;
	overflow: hidden;
}
.fivestar-widget {
	margin-bottom: 10px;
}
#table-of-contents-links .item-list{
	border-left:1px solid #dedede;
	position:relative;
	background: #f5f5f5;
    padding: 10px 0;

}
#table-of-contents-links .item-list:before{
	content:"";
	position:absolute;
	height:50px;
	width:2px;
	top:0;
	left:-1px;
	background:#2FC2E3;
}
footer {
	padding: 1em 0 0 0;
	color: #fff;
	background: #302F34;
	margin: auto auto 0 auto;
	width: 100%;
}
#footer {
	margin: 0 auto;
	line-height: 1.2em;
}
#footer ul li {
	padding: 0;
	margin: 0 0 0.5em 0;
	display: block;
}
#footer a {
	color: #ededed;
}
#footer .menu {
	margin: 2.5em 0;
}
#footer h2 {
	color: #fff;
	position: relative;
}
.region-footer {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}
.region-footer .block {
	width: 33%;
}
.region-footer h2 {
	margin: 10px 0 20px 0;
}
.region-footer h2:after {
	top: 27px;
}
#block-block-3 .bcontent {
	font-size: 16px;
	color: #a2a2a2;
	padding-right: 60px;
}
#block-block-3 .bcontent p {
	margin-bottom: 10px;
}
#block-block-3 img {
	padding: 20px 0;
	width: auto;
}
#block-menu-block-1 #block-system-main-menu {
	width: 25%;
}
.view-footer-posts .post-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.view-footer-posts .article-content {
	position: relative;
	bottom: 0;
	left: 0;
	width: 55%;
	padding-right: 0;
}
.view-footer-posts .entry-title {
	font-size: 16px;
}
#site-name {
	text-align: center;
}
#site-name a {
	font-size: 1.4em;
	margin: 0.5em 0;
	display: block;
	color: #fff;
}
.design, .copyright {
	font-size: 0.8em;
	padding: 10px 0 30px 0;
	text-align: center;
	background: #242328;
	line-height: 1.5em;
	color: #a2a2a2;
}
.copyright a {
	color: #ededed;
}
#sliding-popup .popup-content #popup-text p, #sliding-popup .popup-content #popup-text .find-more-button {
	font-size: 16px;
	font-weight: normal;
}
#sliding-popup .popup-content #popup-text {
	margin: 15px 0 0;
}
#likebox-wrapper * {
	width: 100% !important;
}
.ajax-progress, .ajax-progress-throbber {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	vertical-align: middle;
	text-align: center;
}
.ajax-progress .throbber {
	position: absolute;
	top: 45%;
	left: 45%;
	width: 50px; /* dimensions of the ajax-loader.gif */
	height: 15px;
	margin: auto;
	background: url(images/loadnow.gif) no-repeat;
	color: #000;
	z-index: 1001;
}
