/*
Theme Name: MintCake Flexible
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.14
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mintcake-flexible
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

MintCake Flexible is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
---------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {	font-family: sans-serif;	-webkit-text-size-adjust: 100%;	-ms-text-size-adjust:     100%;}
body {	margin: 0;}
article,aside,
details,figcaption,
figure,footer,
header,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 {	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; 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-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;}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,button,
input,select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,h2,
h3,h4,
h5,h6 {	clear: both;}
p {	margin-bottom: 1.5em;}
dfn,cite,
em,i {	font-style: italic;}
blockquote {	margin: 0 1.5em;}
address {	margin: 0 0 1.5em;}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,kbd,tt,var {	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;	font-size: 15px;	font-size: 0.9375rem;}

abbr,acronym {	border-bottom: 1px dotted #666;	cursor: help;}
mark,ins {	background: #fff9c0;	text-decoration: none;}
big {	font-size: 125%;}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {	box-sizing: border-box;}
*,*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {	background: #fff; /* Fallback for when there is no custom background color defined. */}
blockquote:before,
blockquote:after,
q:before,
q:after {	content: "";}
blockquote,
q {	quotes: "" "";}
hr {	background-color: #ccc;	border: 0;	height: 1px;	margin-bottom: 1.5em;}
ul,
ol {	margin: 0 0 1.5em 2em;}
ul {	list-style: disc;}
ol {	list-style: decimal;}
li > ul,
li > ol {	margin-bottom: 0;	margin-left: 1.5em;}
dt {	font-weight: bold;}
dd {	margin: 0 1.5em 1.5em;}
img {height: auto; /* Make sure images are scaled correctly. */max-width: 100%; /* Adhere to container width. */display: block;}
figure {	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */}
table {	margin: 0 0 1.5em;	width: 100%;}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,input[type="button"],
input[type="reset"],input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	/*line-height: 0;*/
	padding: .6em 1em .4em;
}

button:hover,input[type="button"]:hover,
input[type="reset"]:hover,input[type="submit"]:hover {	border-color: #ccc #bbb #aaa;}
button:focus,input[type="button"]:focus,
input[type="reset"]:focus,input[type="submit"]:focus,
button:active,input[type="button"]:active,
input[type="reset"]:active,input[type="submit"]:active {	border-color: #aaa #bbb #bbb;}
input[type="text"],input[type="email"],
input[type="url"],input[type="password"],
input[type="search"],input[type="number"],
input[type="tel"],input[type="range"],
input[type="date"],input[type="month"],
input[type="week"],input[type="time"],
input[type="datetime"],input[type="datetime-local"],
input[type="color"],textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	width:100%;
}

select {	border: 1px solid #ccc;}

input[type="text"]:focus,input[type="email"]:focus,
input[type="url"]:focus,input[type="password"]:focus,
input[type="search"]:focus,input[type="number"]:focus,
input[type="tel"]:focus,input[type="range"]:focus,
input[type="date"]:focus,input[type="month"]:focus,
input[type="week"]:focus,input[type="time"]:focus,
input[type="datetime"]:focus,input[type="datetime-local"]:focus,
input[type="color"]:focus,textarea:focus {
	color: #111;
}
textarea {	width: 100%; height:100px;}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {	color: royalblue;}
a:visited {	color: purple;}
a:hover,a:focus,a:active {	color: midnightblue;}
a:focus {	outline: thin dotted;}
a:hover,a:active {	outline: 0;}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {clear: both;display: flex;width: 100%;justify-content: flex-end;margin-top: 10px;margin-right: 20px;}

.main-navigation ul {display: none;list-style: none;margin: 0;padding-left: 0;/* margin-bottom: 10px; */}
.main-navigation li {	float: left;	position: relative;}
.main-navigation a {color: #FFF;display: block;text-decoration: none;padding: 10px 10px;padding-bottom: 10px;font-size: 1.2rem;font-weight: bold;}
.main-navigation a:hover{
  color:#FFF;
}
.main-navigation #primary-menu li > a:before{
  content:'';
  height:4px;
  width:0%;
  background-color: #FFF;
  display:inline-block;
  position: absolute;
  bottom:0;
  left:0;
  border-radius: 3px;
  transition:0.4s;
}
.main-navigation #primary-menu li > a:hover:before{
  content:'';
  width:100%;;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 3em;
	left: -999em;
	z-index: 99999;
	width: auto;
}

.main-navigation a:visited {color: #FFF;}
.main-navigation ul ul ul {	left: -999em;	top: 0;}
.main-navigation ul ul a {	width: 200px;}
.main-navigation ul ul li {
    background-color: #FFF;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {	left: auto;}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {	left: 100%;}

/* Small menu. */
.menu-toggle,.main-navigation.toggled ul {	display: block;}

@media screen and (min-width: 37.5em) {
	.menu-toggle {		display: none;	}
	.main-navigation ul {display: flex;justify-content: flex-end;width: 100%;align-items: center;}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {	margin: 0 0 1.5em;	overflow: hidden;}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {	float: left;	width: 50%;}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {	float: right;	text-align: right;	width: 50%;}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {	outline: 0;}

/*--------------------------------------------------------------
# Alignments
-------------------------------------------------------------*/
.alignleft {	display: inline;	float: left;	margin-right: 1.5em;}
.alignright {	display: inline;	float: right;	margin-left: 1.5em;}
.aligncenter {	clear: both;	display: block;	margin-left: auto;	margin-right: auto;}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,.clear:after,
.entry-content:before,.entry-content:after,
.comment-content:before,.comment-content:after,
.site-header:before,.site-header:after,
.site-content:before,.site-content:after,
.site-footer:before,.site-footer:after {	content: "";	display: table;	table-layout: fixed;}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {	clear: both;}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {	margin: 0 0 1.5em;}
/* Make sure select elements fit in widgets. */
.widget select {	max-width: 100%;}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {	display: block;}

.byline,.updated:not(.published) {	display: none;}
.single .byline,
.group-blog .byline {	display: inline;}
.page-content,.entry-content,.entry-summary {	margin: 1.5em 0 0;}
.page-links {	clear: both;	margin: 0 0 1.5em;}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {	word-wrap: break-word;}
.bypostauthor {	display: block;}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */	display: none;}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {	display: block;}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley {	border: none;	margin-bottom: 0;	margin-top: 0;	padding: 0;}
/* Make sure embeds and iframes fit their containers. */
embed,iframe,object {	max-width: 100%;}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {	margin-bottom: 1.5em;	max-width: 100%;}
.wp-caption img[class*="wp-image-"] {	display: block;	margin-left: auto;	margin-right: auto;}
.wp-caption .wp-caption-text {	margin: 0.8075em 0;}
.wp-caption-text {	text-align: center;}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {	margin-bottom: 1.5em;}
.gallery-item {	display: inline-block;	text-align: center;	vertical-align: top;	width: 100%;}
.gallery-columns-2 .gallery-item {	max-width: 50%;}
.gallery-columns-3 .gallery-item {	max-width: 33.33%;}
.gallery-columns-4 .gallery-item {	max-width: 25%;}
.gallery-columns-5 .gallery-item {	max-width: 20%;}
.gallery-columns-6 .gallery-item {	max-width: 16.66%;}
.gallery-columns-7 .gallery-item {	max-width: 14.28%;}
.gallery-columns-8 .gallery-item {	max-width: 12.5%;}
.gallery-columns-9 .gallery-item {	max-width: 11.11%;}
.gallery-caption {	display: block;}

/*=======================
	WEBFLOW RESPONSIVE
======================*/

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding:0px 20px;
}
.w-container:before,.w-container:after {  content: " ";  display: table;}
.w-container:after {  clear: both;}
.w-container .w-row {  margin-left: -10px;  margin-right: -10px;}
.w-row:before,.w-row:after {  content: " ";  display: table;}
.w-row:after { clear: both;}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.w-col-1 {  width: 8.33333333%;}
.w-col-2 {  width: 16.66666667%;}
.w-col-3 {  width: 25%;}
.w-col-4 {width: 33.33333333%;}
.w-col-5 {  width: 41.66666667%;}
.w-col-6 {  width: 50%;}
.w-col-7 {  width: 58.33333333%;}
.w-col-8 {  width: 66.66666667%;}
.w-col-9 {  width: 75%;}
.w-col-10 {  width: 83.33333333%;}
.w-col-11 {  width: 91.66666667%;}
.w-col-12 {  width: 100%;}
.w-col-push-1 {  left: 8.33333333%;}
.w-col-push-2 {  left: 16.66666667%;}
.w-col-push-3 {  left: 25%;}
.w-col-push-4 {  left: 33.33333333%;}
.w-col-push-5 {  left: 41.66666667%;}
.w-col-push-6 {  left: 50%;}
.w-col-push-7 {  left: 58.33333333%;}
.w-col-push-8 {  left: 66.66666667%;}
.w-col-push-9 {  left: 75%;}
.w-col-push-10 {  left: 83.33333333%;}
.w-col-push-11 {  left: 91.66666667%;}
.w-col-pull-1 {  right: 8.33333333%;}
.w-col-pull-2 {  right: 16.66666667%;}
.w-col-pull-3 {  right: 25%;}
.w-col-pull-4 {  right: 33.33333333%;}
.w-col-pull-5 {  right: 41.66666667%;}
.w-col-pull-6 {  right: 50%;}
.w-col-pull-7 {  right: 58.33333333%;}
.w-col-pull-8 {  right: 66.66666667%;}
.w-col-pull-9 {  right: 75%;}
.w-col-pull-10 {  right: 83.33333333%;}
.w-col-pull-11 {  right: 91.66666667%;}
.w-col-offset-1 {  margin-left: 8.33333333%;}
.w-col-offset-2 {  margin-left: 16.66666667%;}
.w-col-offset-3 {  margin-left: 25%;}
.w-col-offset-4 {  margin-left: 33.33333333%;}
.w-col-offset-5 {  margin-left: 41.66666667%;}
.w-col-offset-6 {  margin-left: 50%;}
.w-col-offset-7 {  margin-left: 58.33333333%;}
.w-col-offset-8 {  margin-left: 66.66666667%;}
.w-col-offset-9 {  margin-left: 75%;}
.w-col-offset-10 {  margin-left: 83.33333333%;}
.w-col-offset-11 {  margin-left: 91.66666667%;}
.w-hidden-main {  display: none !important;}
@media screen and (max-width: 991px) {
  .w-container {    max-width: 728px;  }
  .w-hidden-main {    display: inherit !important;  }
  .w-hidden-medium {    display: none !important;  }
  .w-col-medium-1 {    width: 8.33333333%;  }
  .w-col-medium-2 {    width: 16.66666667%;  }
  .w-col-medium-3 {    width: 25%;  }
  .w-col-medium-4 {    width: 33.33333333%;  }
  .w-col-medium-5 {    width: 41.66666667%;  }
  .w-col-medium-6 {    width: 50%;  }
  .w-col-medium-7 {    width: 58.33333333%;  }
  .w-col-medium-8 {    width: 66.66666667%;  }
  .w-col-medium-9 {    width: 75%;  }
  .w-col-medium-10 {    width: 83.33333333%;  }
  .w-col-medium-11 {    width: 91.66666667%;  }
  .w-col-medium-12 {    width: 100%;  }
  .w-col-medium-push-1 {    left: 8.33333333%;  }
  .w-col-medium-push-2 {    left: 16.66666667%;  }
  .w-col-medium-push-3 {    left: 25%;  }
  .w-col-medium-push-4 {    left: 33.33333333%;  }
  .w-col-medium-push-5 {    left: 41.66666667%;  }
  .w-col-medium-push-6 {    left: 50%;  }
  .w-col-medium-push-7 {    left: 58.33333333%;  }
  .w-col-medium-push-8 {    left: 66.66666667%;  }
  .w-col-medium-push-9 {    left: 75%;  }
  .w-col-medium-push-10 {    left: 83.33333333%;  }
  .w-col-medium-push-11 {    left: 91.66666667%;  }
  .w-col-medium-pull-1 {    right: 8.33333333%;  }
  .w-col-medium-pull-2 {    right: 16.66666667%;  }
  .w-col-medium-pull-3 {    right: 25%;  }
  .w-col-medium-pull-4 {    right: 33.33333333%;  }
  .w-col-medium-pull-5 {    right: 41.66666667%;  }
  .w-col-medium-pull-6 {    right: 50%;  }
  .w-col-medium-pull-7 {    right: 58.33333333%;  }
  .w-col-medium-pull-8 {    right: 66.66666667%;  }
  .w-col-medium-pull-9 {    right: 75%;  }
    .w-col-medium-pull-10 {    right: 83.33333333%;  }
  .w-col-medium-pull-11 {    right: 91.66666667%;  }
  .w-col-medium-offset-1 {    margin-left: 8.33333333%;  }
  .w-col-medium-offset-2 {    margin-left: 16.66666667%;  }
  .w-col-medium-offset-3 {    margin-left: 25%;  }
  .w-col-medium-offset-4 {    margin-left: 33.33333333%;  }
  .w-col-medium-offset-5 {    margin-left: 41.66666667%;  }
  .w-col-medium-offset-6 {    margin-left: 50%;  }
  .w-col-medium-offset-7 {    margin-left: 58.33333333%;  }
  .w-col-medium-offset-8 {    margin-left: 66.66666667%;  }
  .w-col-medium-offset-9 {    margin-left: 75%;  }
  .w-col-medium-offset-10 {    margin-left: 83.33333333%;  }
  .w-col-medium-offset-11 {    margin-left: 91.66666667%;  }
  .w-col-stack {      width: 100%;    left: auto;    right: auto;  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {    display: inherit !important;  }
  .w-hidden-medium {    display: inherit !important;  }
  .w-hidden-small {    display: none !important;  }
  .w-row,  .w-container .w-row {    margin-left: 0;    margin-right: 0;  }
  .w-col {    width: 100%;    left: auto;    right: auto;  }
  .w-col-small-1 {    width: 8.33333333%;  }
  .w-col-small-2 {    width: 16.66666667%;  }
  .w-col-small-3 {    width: 25%;  }
  .w-col-small-4 {    width: 33.33333333%;  }
  .w-col-small-5 {    width: 41.66666667%;  }
  .w-col-small-6 {    width: 50%;  }
  .w-col-small-7 {    width: 58.33333333%;  }
  .w-col-small-8 {    width: 66.66666667%;  }
  .w-col-small-9 {    width: 75%;  }
  .w-col-small-10 {    width: 83.33333333%;  }
  .w-col-small-11 {    width: 91.66666667%;  }
  .w-col-small-12 {    width: 100%;  }
  .w-col-small-push-1 {    left: 8.33333333%;  }
  .w-col-small-push-2 {    left: 16.66666667%;  }
  .w-col-small-push-3 {    left: 25%;  }
  .w-col-small-push-4 {    left: 33.33333333%;  }
  .w-col-small-push-5 {    left: 41.66666667%;  }
  .w-col-small-push-6 {    left: 50%;  }
  .w-col-small-push-7 {    left: 58.33333333%;  }
  .w-col-small-push-8 {    left: 66.66666667%;  }
  .w-col-small-push-9 {    left: 75%;  }
  .w-col-small-push-10 {    left: 83.33333333%;  }
  .w-col-small-push-11 {    left: 91.66666667%;  }
  .w-col-small-pull-1 {    right: 8.33333333%;  }
  .w-col-small-pull-2 {    right: 16.66666667%;  }
  .w-col-small-pull-3 {    right: 25%;  }
  .w-col-small-pull-4 {    right: 33.33333333%;  }
  .w-col-small-pull-5 {    right: 41.66666667%;  }
  .w-col-small-pull-6 {    right: 50%;  }
  .w-col-small-pull-7 {    right: 58.33333333%;  }
  .w-col-small-pull-8 {    right: 66.66666667%;  }
  .w-col-small-pull-9 {    right: 75%;  }
  .w-col-small-pull-10 {    right: 83.33333333%;  }
  .w-col-small-pull-11 {    right: 91.66666667%;  }
  .w-col-small-offset-1 {    margin-left: 8.33333333%;  }
  .w-col-small-offset-2 {    margin-left: 16.66666667%;  }
  .w-col-small-offset-3 {    margin-left: 25%;  }
  .w-col-small-offset-4 {    margin-left: 33.33333333%;  }
  .w-col-small-offset-5 {    margin-left: 41.66666667%;  }
  .w-col-small-offset-6 {    margin-left: 50%;  }
  .w-col-small-offset-7 {    margin-left: 58.33333333%;  }
  .w-col-small-offset-8 {    margin-left: 66.66666667%;  }
  .w-col-small-offset-9 {    margin-left: 75%;  }
  .w-col-small-offset-10 {    margin-left: 83.33333333%;  }
  .w-col-small-offset-11 {    margin-left: 91.66666667%;  }
}
@media screen and (max-width: 479px) {
  .w-container {    max-width: none;  }
  .w-hidden-main {    display: inherit !important;  }
  .w-hidden-medium {    display: inherit !important;  }
  .w-hidden-small {    display: inherit !important;  }
  .w-hidden-tiny {    display: none !important;  }
  .w-col {    width: 100%;  }
  .w-col-tiny-1 {    width: 8.33333333%;  }
  .w-col-tiny-2 {    width: 16.66666667%;  }
  .w-col-tiny-3 {    width: 25%;  }
  .w-col-tiny-4 {    width: 33.33333333%;  }
  .w-col-tiny-5 {    width: 41.66666667%;  }
  .w-col-tiny-6 {    width: 50%;  }
  .w-col-tiny-7 {    width: 58.33333333%;  }
  .w-col-tiny-8 {    width: 66.66666667%;  }
  .w-col-tiny-9 {    width: 75%;  }
  .w-col-tiny-10 {    width: 83.33333333%;  }
  .w-col-tiny-11 {    width: 91.66666667%;  }
  .w-col-tiny-12 {    width: 100%;  }
  .w-col-tiny-push-1 {    left: 8.33333333%;  }
  .w-col-tiny-push-2 {    left: 16.66666667%;  }
  .w-col-tiny-push-3 {    left: 25%;  }
  .w-col-tiny-push-4 {    left: 33.33333333%;  }
  .w-col-tiny-push-5 {    left: 41.66666667%;  }
  .w-col-tiny-push-6 {    left: 50%;  }
  .w-col-tiny-push-7 {    left: 58.33333333%;  }
  .w-col-tiny-push-8 {    left: 66.66666667%;  }
  .w-col-tiny-push-9 {    left: 75%;  }
  .w-col-tiny-push-10 {    left: 83.33333333%;  }
  .w-col-tiny-push-11 {    left: 91.66666667%;  }
  .w-col-tiny-pull-1 {    right: 8.33333333%;  }
  .w-col-tiny-pull-2 {    right: 16.66666667%;  }
  .w-col-tiny-pull-3 {    right: 25%;  }
  .w-col-tiny-pull-4 {    right: 33.33333333%;  }
  .w-col-tiny-pull-5 {    right: 41.66666667%;  }
  .w-col-tiny-pull-6 {    right: 50%;  }
  .w-col-tiny-pull-7 {    right: 58.33333333%;  }
  .w-col-tiny-pull-8 {    right: 66.66666667%;  }
  .w-col-tiny-pull-9 {    right: 75%;  }
  .w-col-tiny-pull-10 {    right: 83.33333333%;  }
  .w-col-tiny-pull-11 {    right: 91.66666667%;  }
  .w-col-tiny-offset-1 {    margin-left: 8.33333333%;  }
  .w-col-tiny-offset-2 {    margin-left: 16.66666667%;  }
  .w-col-tiny-offset-3 {    margin-left: 25%;  }
  .w-col-tiny-offset-4 {    margin-left: 33.33333333%;  }
  .w-col-tiny-offset-5 {    margin-left: 41.66666667%;  }
  .w-col-tiny-offset-6 {    margin-left: 50%;  }
  .w-col-tiny-offset-7 {    margin-left: 58.33333333%;  }
  .w-col-tiny-offset-8 {    margin-left: 66.66666667%;  }
  .w-col-tiny-offset-9 {    margin-left: 75%;  }
  .w-col-tiny-offset-10 {    margin-left: 83.33333333%;  }
  .w-col-tiny-offset-11 {    margin-left: 91.66666667%;  }
}

/*=====================================================
MAIN CUSTOM STYLES
=====================================================*/

body {
	font-family: "effra", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	font-weight: 300;
	color: #000;
	font-size: 16px;
}

p:last-child {  margin-bottom: 0;}
a {  text-decoration: none;  color: #442B4B;}
a:visited {  color: #442B4B;}
a:focus {  color: #442B4B;}
a:hover {color: #a80a29;
cursor:pointer;}
a:active {color: #e5c5b6;}

h1, h2, h3, h4, h5, h6 {
  display: block;
  line-height: 1.25;
  font-family: "effra", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h1:first-child, h2:first-child, h3:first-child {  margin-top: 0;}
h1 {  color: #5c4db2;  font-size: 3rem;  line-height: 1;}
@media only screen and (max-width: 768px) {  h1 {    font-size: 2.5rem;  }}
h2 {color: #a80a29;font-size: 3rem;line-height: 1;margin: 0 0 1.2rem;}
h2 span {color:#888;}
@media only screen and (max-width: 768px) {  h2 {font-size: 2.5rem;}}
h3{
color: #a80a29;
  font-size: 1.6rem;
  margin: 0 0 1rem;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {  h3 {    font-size: 1.25rem;  }}

strong {  font-weight: bold !important;}
em {  font-style: italic;}


/*FONT*/
p{line-height: 1.5rem;}
p:first-child{
	margin-top: 0;
}

/*=====================================================
GENERAL
=====================================================*/

/* HEADER */
header {
    position: fixed;
    z-index: 999;
    width: 100%;
    transition: 0.3s;
    /* padding: 20px 20px; */
    /* padding-bottom: 0; */
}
.logo {display:block;text-align: left;position: relative;width: 275px;}
a.w-inline-block.logo{color: #000;}
#main-header{float:right;display: inline;}
.navbar li{padding: 0;}


/* NAV BAR */
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #FFF;
}

/* FOOTER */

footer{
	padding: 2rem 0;
	padding-top: 3rem;
	background-color: #a80a29;
	color:#FFF;
}

footer h3{
	color:#FFF;
	font-size: 1.2rem;
	margin-bottom: 1.5rem;
}

footer a{color:#FFF;}
footer a:hover{
	color:#FFF;
	text-decoration:underline;
}
footer a:visited{color:#FFF;}
footer section:first-child{padding:0; background-color: transparent;}
footer ul{
	margin:0;
	padding:0;
	list-style-type: none;
}

footer .cta, input[type="submit"], header .cta_container a { background-color:#1abc9c;  }
footer .social_icons a{
	font-size: 2rem;
    padding: 5px;
}
footer .social_icons a:hover{
	color:#ccc;
}


/* BODY */

html {  height: 100%;  min-height: 100%;}
body, body * {  box-sizing: border-box;}
h3.events-subheading {
    color: #a80a29;
    font-weight: bold;
    font-size: 2rem;
    line-height: normal;
}
body {
  position: relative;
  text-align: left;
  margin-bottom: 0;
  overflow-x: hidden;
  background-color: white;
  height: 100%;
  min-height: 100%;
  margin: 0;
  width: 100%;
}
/*=====================================================
			---FLEXIBLE CONTENT STYLES--
=====================================================*/

.whitesection {  background-color: white;}

.greysection {background-color: #ffe7dc;}
/*.greysection h3 {  color: #442B4B;}*/

.colorsection {
	background-image: linear-gradient(to right, #860038, #ef4135);
	color: white;
}
.colorsection h1, .colorsection h2, .colorsection h3, .colorsection p, .colorsection a{  color: white;}

.centered {
  display: block;
  width: 100%;
  max-width: 75%;
  margin: auto;
  text-align: center !important;
}
.centered h1, .centered h2, .centered h3 {
  text-align: center;
  margin-bottom: 0.5rem;
}
section.txt h2{margin: 0;}

/*=====================================================
Single Column
=====================================================*/
.banner {
	color:#FFF;
}
.banner h2{
	font-size: 4rem;
	color:#FFF;
	font-weight: bold;
}
.banner h3.subheading{
	font-size: 1.8rem;
	font-weight: normal;
	color:#FFF;
	margin:0;
}

.banner-content{
	margin:1rem 0;
	color: #FFF;
	font-size: 1rem;
}

@media screen and (max-width: 640px) {
.banner{padding:1rem 3rem;}
}
@media screen and (max-width: 640px) {
.banner{padding:1rem 3rem;}
.banner h2{line-height: 2.5rem;}
}

/*=====================================================
Graphic Links
=====================================================*/

@media only screen and (max-width: 768px) {
	.single_solution{
		margin-bottom: 2rem;
	}	
}

/*=====================================================
Feature Icons
=====================================================*/

.benefit { text-align: center;}
.benefit-12 {  padding-left: 100px;}
.benefit i {  font-size: 2.5rem;  width: 60px;  top: 3rem; text-align: center; transition: 0.3s ease-in-out;}
.benefit-12 i {  top: 3.5rem;  font-size: 3.5rem;}
.benefit h3 {  margin-top: 0.5rem;  margin-bottom: 0.5rem;}



@media only screen and (max-width: 768px) {
	.benefit{
		margin-bottom: 2rem;
	}	
}

/*=====================================================
Image with text block
=====================================================*/
.sideimage {  margin-top: 1rem;}
@media only screen and (min-width: 992px) {  .sideimage {    margin-top: 0;  }}

/*=====================================================
Text Only
=====================================================*/

.ticks ul{
  list-style-type: none;
}
.ticks li:before {    
  font-family: "Font Awesome 5 Free";
  content: '\f00c';
  font-weight: 600;
  margin:0 1rem 0 0;
  color: #c80019;
} 

@media only screen and (max-width: 768px) {
	.txt .w-col-4{
		margin-bottom: 2rem;
	}	
}

/*=====================================================
Photo Gallery
=====================================================*/

.gallery-header{margin-bottom: 1rem;}
.photo-tile img {padding:0px 10px;}
.photo-gallery button.slick-next.slick-arrow{top:10rem;right:-0.8rem; z-index:-999; }
.photo-gallery button.slick-prev.slick-arrow{top:10rem; left:-0.8rem; z-index:-999; }
.photo-gallery .slick-dots{bottom:-50px;}

/*=====================================================
Text With Sidebar
=====================================================*/
a.sidebar_box {display: block;margin-bottom: 1rem;box-shadow: 0px 12px 24px -12px rgb(45 64 74 / 34%);-webkit-box-shadow: 0px 12px 24px -12px rgb(45 64 74 / 34%);border-radius: 5px;overflow: hidden;}
a.sidebar_box:last-child {  margin-bottom: 0;}

a.sidebar_box h3 {
  width: 100%;
  color: white;
  background-color:#5c4db2;
  padding: 0.5rem 20px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0;
}

.sidebar_box_content {
	padding: 20px;
}

.greysection .sidebar_box_content{
	background-color: #FFF;
}

/*=====================================================
Tabs
=====================================================*/
.responsiveTabs {  display: block;  margin-top: 1rem;}
div.r-tabs .r-tabs-nav .r-tabs-anchor {
	padding:10px 30px;
}
div.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {  border-top-right-radius: 0px;  border-top-left-radius: 0px;}

div.r-tabs {
  position: relative;
  background: #f5f5f5;
  border-top: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  border-radius: 0px;
}

div.r-tabs .r-tabs-panel {
  background-color: white;
  border-bottom: 4px solid white;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

div.r-tabs .r-tabs-nav .r-tabs-tab {  background-color: #5c4db2;}

div.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  background-color: #5c4db2;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom: 1px solid #f0f0f0;
}

div.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor { background-color: #5c4db2; color:#FFF ;}
div.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {  color: #5c4db2;}

/*=====================================================
Feature List
=====================================================*/
.features {
  text-align: left;
  margin: 0;
  list-style: none;
  padding-left: 0;
}

.features li {  position: relative;  padding-left: 2rem; line-height:2rem;}

.features li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f058';
  position: absolute;
  left: 0;
  top: 0;
  color: #a80a29;
	font-weight:bold;
	font-size:1.2rem;
	line-height:1.7;
}

/*=====================================================
Portfolio
=====================================================*/

.pf_title{text-align: center;}
.examples {  padding-top: 1.5rem;}
.example_container {padding: 0 10px;}
.examples .slick-dots {  bottom: -2rem;  text-align: center;  padding: 0 20px 0 0;}
.examples .slick-dots li button:before {color: #000;opacity: 1;font-size: 1rem;}
.examples .slick-dots li.slick-active button:before {/*  content: "\f111";*/color: #000;}


/*=====================================================
Grid Section
=====================================================*/
.grid_single {
  display: flex;
  /* margin-bottom: 1rem; */
  text-align: center;
  font-size: 1rem;
}
.grid_single:hover {  opacity: 0.8;}
.grid-section{
  display:flex;
  align-items:flex-end;
  column-gap:10px;
}
.grid_page_box{
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  /*flex-grow: 1;*/
}
.grid-section .grid_single{
  width:20%;
}
.gridtitle{
  margin:0.5rem 0;
  font-size:1.2rem;
  display:inline-block;
  font-weight:bold;
}

/*=====================================================
Testimonials
=====================================================*/
.testimonial{
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.2;
    max-width: 80%;
    margin: 0 auto;
}

.testimonial p{
	margin: 0;
	margin-bottom: 1rem;
	line-height: 1.5;
	font-size: 1.6rem;
	font-weight: bold;
	max-width: 80%;
	margin: 0 auto;
}

.clientname {
  display: inline-block;
  color: #a80a29;
  margin-top: 0;
  text-align: center;
  width: 100%;
  font-size: 1.2rem;
}

.org {  color: #4a4a4a;}

@media only screen and (max-width: 640px) {	.testimonial{padding:0px 10px;}}

/*=====================================================
Resources
=====================================================*/

.single_resource{
	padding: 20px;
	box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 12px 24px -12px rgb(72 95 104 / 20%);
}
.whitesection .single_resource{
	background-color: #f2fbff;
	border: 1px solid #ddd;
}

.greysection .single_resource,
.colorsection .single_resource{
	background-color: #FFF;
}

.cta, input[type="submit"], header .cta_container a {
  display: block;
  background-color: #a80a29;
  color: white;
  padding: 0.5rem 20px;
  border: none;
  text-align: center;
  border-radius: 5px;
  transition: 0.5s;
  /*font-weight: bold;*/
  font-size: 1.0rem;
  position: relative;
  display: inline-block;
}
.cta:visited, input[type="submit"]:visited, header .cta_container a:visited {  color: white;}
.cta:focus, input[type="submit"]:focus, header .cta_container a:focus {  color: white;}
.cta:hover, input[type="submit"]:hover, header .cta_container a:hover {  color: white;}
.cta:active, input[type="submit"]:active, header .cta_container a:active {  color: white;}

.cta:after,
input[type="submit"]:after,
header .cta_container a:after{
  content:'';
  position: absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background-color: #ef4135;
  transition:ease-in-out;
  border-radius: 5px;
  transition: 0.1s;
  z-index: -1;
  visibility:hidden;
}
#section-8 > div.w-row > div > div > div:nth-child(2) > a:nth-child(5) {
display: none;
}
.cta:hover:after,
input[type="submit"]:hover:after,
header .cta_container a:hover:after{
  top: 5px;
  left: 5px;
  visibility:visible;
}

.colorsection .cta{
  background-color:#FFF;
  color: #a80a29;
}

/*=====================================================
Blog
=====================================================*/

.solutions {  text-align: center;}
.solution_container {  margin-bottom: 1rem;}

#outputdata .grid_page_box .single_sol_img img {
  max-width: 50%;
}

#outputdata .grid_page_box .single_sol_img {
  display: flex;
  justify-content: center;
}

.single_sol_img {
  display: block;
  margin: auto;
}

h3.single_sol_h3 {
  margin:1rem 0;
  font-weight: bold;
  font-size: 1.25rem;
  color: #000;
}

.single_solution p {
margin-top: 0;
margin-bottom:0;
}

/*=====================================================
Feature Tabs
=====================================================*/
.slider-nav {  display: none;}
@media only screen and (min-width: 768px) {
  .slider-nav {
    display: block;
    z-index: 100;
  }
}

.slider-nav-link {  padding: 10px;  outline: none !important;  cursor: pointer;}

.slider_nav_link_internal {
  text-align: center;
  background-color: #e1e1e1;
  padding: 20px;
}

.slick-current .slider_nav_link_internal {  background-color: #5c4db2;  color: white;}
.slider-nav-link i {  display: block;  font-size: 1.5rem;}
.slider-for {  background-color: white;}
@media only screen and (min-width: 768px) {
  .slider-for {    margin-top: -3rem;  }
}

.feature_slide {  padding: 3rem 20px;}
.slideimage {  width: 60%;  display: block;  margin: 1rem auto 0;}


.slider-for .slick-prev, .slider-for .slick-next {  z-index: 300;}
.slider-for .slick-prev:before, .slider-for .slick-next:before {  color: #5c4db2;  font-size: 2rem;}
.slider-for .slick-prev {  left: -15px;}.slider-for .slick-next {  right: -5px;}
@media only screen and (min-width: 768px) {
  .feature_slide {    padding: 5rem 20px 3rem;  }
}

.slideimage {
  width: 60%;
  display: block;
  margin: 1rem auto 0;
}
@media only screen and (min-width: 768px) {
  .slideimage {
    width: 100%;
    margin: 0;
  }
}

.slider-for .slick-prev, .slider-for .slick-next {  z-index: 300;}
.slider-for .slick-prev:before, .slider-for .slick-next:before {  color: #5c4db2;  font-size: 2rem;}
.slider-for .slick-prev {  left: -15px;}.slider-for .slick-next {  right: -5px;}

@media only screen and (max-width: 680px) {
	.feature_title{display: none;}
}

/*=====================================================
Pricing/Features Table
=====================================================*/
div.matrixwrapper {  position: relative;}

div.matrix {
  width: 100%;
  overflow-x: scroll;
  padding-left: 200px;
  overflow-y: visible;
  padding-bottom: 1px;
  padding-top: 1rem;
}
@media only screen and (min-width: 768px) {
  div.matrix {
    overflow: auto;
  }
}

div.matrix table {
  border-collapse: collapse;
  width: 100%;
  min-width: 650px;
}

div.matrix td, div.matrix th {
  margin: 0;
  border: 1px solid #e1e1e1;
  white-space: nowrap;
  padding: 5px 10px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1rem;
}

div.matrix th {
  color: white;
  padding: 1rem 10px;
  font-size: 1.25rem;
}
div.matrix th.purple {
  background-color: #555;
  border: 1px solid #555;
}
div.matrix th.red {
  background-color: #5c4db2;
  border: 1px solid #5c4db2;
}
div.matrix th.green {
  background-color: #1abc9c;
  border: 1px solid #1abc9c;
}

div.matrix td.purple {
  background-color: #f5f4f6;
  border: 1px solid #d9d4db;
}
div.matrix td.red {
  background-color: #f8f6fb;
  border: 1px solid #e7dbf2;
}
div.matrix td.green {
  background-color: #f4f8f8;
  border: 1px solid #d5e3e3;
}

div.matrix .headcol {
  position: absolute;
  width: 200px;
  left: 0;
  top: auto;
  background-color: white;
  z-index: 10;
  text-align: left;
  font-size: 1rem;
}
div.matrix .headcol.empty {
  border-top: 1px solid white;
  border-left: 1px solid white;
}

div.matrix tr:nth-child(even) .headcol {  background-color: #f5f5f5;}
div.matrix .fa-times {  color: #b7b7b7;}
div.matrix .fa-check {  color: #59918f;}

@media only screen and (max-width: 680px) {
	.headcol{display: inline-block;}
}
/*=====================================================
MAP
=====================================================*/
section.googlemap{
padding:0;
}
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
 }

/*=====================================================
SAMPLE PACK
=====================================================*/

.sample-pack{
	background-image: linear-gradient(to right, #860038, #ef4135);
	overflow: hidden;
  border-radius: 10px;
  display:flex;
}
.sample-content h2{
	color:#FFF;
	margin-bottom:1rem;
}
.sample-content{
	color:#FFF;
	padding:30px 40px;
}
.sample-image{
	position: relative;
	display: block;
}

.sample-content a.cta{
	background-color:#FFF;
	color:#a80a29;
}



/*=====================================================
General Slider
=====================================================*/

a.anchor .fa{
	color: white;
	font-size: 2em;
	margin-top: 2em;
	cursor: pointer;
}

.slider-section{padding:0;}
.gen_slider.slider{
	height:500px;
	padding:5rem 0;
}

.gen_slider .centered{margin-top: 9rem;}
.gen_slider h1{color:white; margin-bottom:2rem;font-weight: bold; }
.gen_slider h2{color:white; margin:0; font-weight: normal; font-size: 2rem; }

.slider-section ul.slick-dots{bottom:0;}
.slider-section .slick-dots li button:before,
.slider-section .slick-dots li.slick-active button:before{color:white;}
.slider-section .slick-dotted.slick-slider{margin-bottom: 0;}
.slider-section button.slick-next.slick-arrow{right:25px;}
.slider-section button.slick-prev.slick-arrow {left:25px; z-index: 50;}

.slide_link{
	background-color: #46cfd4;
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 5px;
    transition: 0.5s;
    color:white;
    font-size:1.1rem;
}
.slide_link:hover{
	color:white;
	background-color: #29b2b7;
}
.slide_link:visited{color:#fff;}

.slider-content{margin-bottom: 1rem; color:white}
.slider-content p{margin-top:1rem;}

.slider-section .slide{
  height: 850px;
}

.slide_content h2{
  color:#FFF;
  font-size: 4rem;
  margin:0;
  line-height: 1;
}

img.slide_image{
  margin:0 auto;
}

.slick-prev, .slick-next{
  z-index: 1;
}

@media only screen and (max-width: 768px) {
	.slide_content{
		margin-right: 1rem;
	}
}

/*=====================================================
TABLES
=====================================================*/

.table-container table th{
	border: 1px solid #a80a29;
	padding:10px;
	text-align: center;
	background-color: #a80a29;
	color:#FFF;
}

.table-container table td{
	border: 1px solid #a80a29;
	padding:10px;
	text-align: center;
}
.greysection .table-container table tr{
	background-color: #FFF;
}

.table-container table tr:nth-child(even),
.greysectoin .table-container table tr:nth-child(even){
	background-color: #f5f0ee;
}


/*=====================================================
FAQ
=====================================================*/
.faq-question {
	margin-bottom: 1rem;
}
.faq-question .entry-content{
	display: none;
	margin:0;
	background-color:#FFF;
	padding:20px;
	padding-top:0;
}

.faq-question h3{
	background-color:#FFF;
	margin:0;
	padding:20px;
	position: relative;
	cursor: pointer;
}

.whitesection .faq-question h3,
.whitesection .faq-question .entry-content{
	background-color:#f7f7f7;
}

.faq-question h3:after{
	content:'\f055';
	font-family: "Font Awesome 5 Free";
	 font-weight: 600;
	 position:absolute;
	 right:20px;
}

.faq-question h3.open:after{
	content:'\f056';
	font-family: "Font Awesome 5 Free";
	 font-weight: 600;
}

/*=====================================================
CONTACT FORM
=====================================================*/
/* White/Grey Background*/
.whitesection#contact input, .whitesection#contact textarea, .greysection#contact input, .greysection#contact textarea{
	background-color: transparent;
	border:2px solid #888;
	color:#888;
	padding:0.5rem;
	font-family: inherit;
	border-radius: 0px;
}
.whitesection#contact form p, .greysection#contact form p{margin:1rem 0;}
.whitesection#contact textarea, .greysection#contact textarea{margin-bottom: 0;}
.whitesection#contact input.wpcf7-submit, .greysection#contact input.wpcf7-submit{padding:1rem 2rem; background-color: #5c4db2; color:#FFF; font-size: 1.2rem;     border:none}
.whitesection#contact input.wpcf7-submit:hover, .greysection#contact input.wpcf7-submit:hover{background-color: #302956; color:#FFF;}
.whitesection#contact span.wpcf7-form-control-wrap, .greysection#contact span.wpcf7-form-control-wrap {color:#888;}

/*Colour Background*/
#contact input, #contact textarea{
	background-color: transparent;
	border:2px solid #FFF;
	color:white;
	padding:0.5rem;
	font-family: inherit;
	border-radius: 0px;
}
#contact form p{margin:1rem 0;}
#contact textarea{margin-bottom: 0;}
#contact input.wpcf7-submit{padding:1rem 2rem; background-color: #FFF; color:#5c4db2; font-size: 1.2rem;}
#contact input.wpcf7-submit:hover{background-color: transparent; color:#FFF;}
#contact span.wpcf7-form-control-wrap {color:#FFF;}
/*Placeholder Txt Image*/
#contact span input::-webkit-input-placeholder,#contact span input::-moz-placeholder,
#contact span input:-moz-placeholder,#contact span input:-ms-input-placeholder,
#contact span input:placeholder-shown{color:#FFF;}

#contact textarea::-webkit-input-placeholder,#contact textarea::-moz-placeholder,
#contact textarea:-ms-input-placeholder,#contact textarea:-moz-placeholder,
#contact textarea:placeholder-shown{color:#FFF;}
@media only screen and (min-width: 768px) {
  body {    text-align: left;  }
}

/* SECTIONS */

section {
  position: relative;
  padding: 3rem 0;
}
section.listsection {  padding: 4rem 0 3rem;}

.w-row.overflow, .w-container.overflow {  overflow: visible !important;}
/*=====================================================
MOBILE MENU
=====================================================*/


@media only screen and (max-width: 1024px) {
	.main-navigation{display: none;}
}

.mobile_button {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px 12px;
  color: #FFF;
  font-size: 50px;
  opacity: 1;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 2.5rem;
}
@media only screen and (min-width: 1024px) {  .mobile_button {    display: none;  }}

.mobile_button.fa-close {
  color: #000;
  top: 0;
  font-size:2rem;
  cursor: pointer;
}

#mobile_nav {  display: none;}
#masthead i.fa-close, #masthead i.fa-bars {  display: none;}

@media screen and (max-width:1024px) {
  #mobile_nav {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    z-index: 20;
    /*width: 100%;*/
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    z-index: 9999999;
    background-color: #a80a29;
    padding-top: 4rem;
    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.5);
  }

  #mobile_nav.notvisible {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
  }
  div#cart-head {
    display: inline-block;
    background-color: #f5f5f5;
  }

  .mobile_icons {
    padding-left: 10px;
    padding-top: 3rem;
    display: block;
    background-color: #f5f5f5;
  }

  .mobile_icons i {
    font-size: 1.25rem;
    padding: 10px;
    cursor: pointer;
  }

  .mobile_icons, .searchicon {    color: #00A0DF;  }
  #mobile_nav .search_form {
    display: block;
    padding: 0.5rem 20px;
    background-color: #f5f5f5;
    margin-right: 0;
    position: relative;
    height: auto;
    display: none;
  }

  #mobile_nav .search_form .search_field {    width: 100%;  }
  #mobile_nav form input.searchicon {
    margin-right: 15px;
    margin-top: 0.25rem;
  }

  #mobile_nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.125rem;
    padding-bottom: 0.5rem;
  }

  #mobile_nav ul li a {
    color: #FFF;
    padding: 5px 40px;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
  }
 

#menu-item-4372 > a {
  color: #A80A29;
}
  #mobile_nav #mobile_products_links {
  	position: absolute;
  	top:3.5rem;
    padding-top: 0.5rem;
    font-size: 1rem;
    opacity: 0.85;
    padding-bottom: 3rem;
      }
  #mobile_nav #mobile_products_links li a {    color: white;  }
	#masthead i.fa-bars {
    display: block;
    padding: 20px;
    cursor: pointer;
    font-size: 28px;
    color: white;

    position: relative;
    top: auto;
    right: auto;
  }

  #masthead i.fa-bars {color: #FFF!important;}

  /* SubMenu responsive*/
	#mobile-menu li a, #mobile_nav #menu-primary li a{
		padding:10px 15px;
		line-height: 2rem;
	}
	#mobile-menu li.menu-item-has-children, #mobile_nav #menu-primary li.menu-item-has-children{
		position: relative;
		transition: 0.2s;
	}
	#mobile-menu li.menu-item-has-children:after, #mobile_nav #menu-primary li.menu-item-has-children:after{
		font-family: "Font Awesome 5 Free";
		font-weight: 600;
		content: '\f107';
		display: block;
		position: absolute;
		right: 10px;
		top: -1px;
		padding: 10px 10px 10px 40px;
		cursor: pointer;
		transition: 0.3s;
		color: #FFF;
		font-size: 1.2rem;
		display: block;
		z-index:999999;
	}
	#mobile-menu li.active-parent:after,
  #mobile_nav #menu-primary li.active-parent:after{
    content:'\f077';
		color:#FFF;
	}
	#mobile-menu li.active-parent,
	#mobile_nav #menu-primary li.active-parent{
		background-color: #d61a23;
	}
	#mobile-menu li.active-parent a,
	#mobile_nav #menu-primary li.active-parent a{
		color:#fFF;
	}

	#menu-mobile-menu ul.sub-menu,
	#mobile_nav #menu-primary ul.sub-menu{
		background-color: #292929;
		padding: 0;
	}
	#mobile-menu ul.sub-menu li,
	#mobile_nav #menu-primary ul.sub-menu li{
		overflow: hidden;
		display: none;
		transition: 0.3s;
		background-color: transparent;
	}
	#mobile-menu ul.sub-menu li a,
	#mobile_nav #menu-primary ul.sub-menu li a{
		color:#FFF;
		font-size: 1rem;
		padding: 5px 15px;
	}
	#mobile-menu ul.sub-menu.active li,
	#mobile_nav #menu-primary ul.sub-menu.active li{
		display: block;
	}
	
}

/* BLOG LISTING PAGE */

.blog-box{	background-color: #f7f7f7; border-radius: 10px;}
h2.entry-title{font-size: 1.5rem; margin-bottom: 1rem;}
.entry-meta{margin-bottom: 1em;}
a.blog-link{background-color: #a80a29; padding:10px 15px; color:white; border-radius: 5px; margin-top: 1rem;}
a.blog-link:hover{background-color: #a80a29;}
.blog-teaser{padding:20px; margin-bottom: 22px;}
#categories-2 ul{margin-left:1rem; padding:0; list-style-type:none;}
#archives-3 ul{margin-left:1rem; padding:0; list-style-type:none;}
.widget-area section{padding-bottom:2rem;}
.post-sidebar{margin-top: 5rem;}
.blog-header h1{
	display: block;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    margin-top:1.5rem;
    text-align: center !important;
    color: #FFF;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.9);
}

/* Blog SideBar */

.widget ul {list-style: none;margin-left: 0;/* padding-left: 1rem; */}

section.widget{
padding:1rem; 
padding-top: 0;
padding-bottom: 0;
}

/* SECTION OVERRIDES
Add these classes to the 'Section Class Override ID' to see the effects!
This is good for duplicate content blocks with the same colour background to reduce spacing.
*/

section.removepadding{
  padding-top: 0;
}

header.mini-header{
  background-color: #a80a29;
  padding: 0;
  box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.5);
}
header .main-logo{
  display:block;
}

header.mini-header .main-logo{
	opacity: 1;
	position: relative;
	padding:10px;
}
header.mini-header .main-logo img{
	height:70px;
}
.mini-header .mini-logo,
header.mini-header .mini-logo{
	opacity: 1;
	position: relative;
	left: 45px;
}

.slide{
	 background-image: linear-gradient(to right, #860038, #ef4135);
	 position: relative;
}

.slide .w-container{
	display: flex;
	align-items: center;
	height: 900px;
	position:relative;
	z-index: 9;
	max-width: 91%;
}
.swoosh{
  position: absolute;
  bottom: -8px;
  left:0;
  width: 100%;
  display: inline-block;
  z-index: 1;
}
#coresys .single_solution .grid_page_box .single_sol_img {
  display: flex;
  justify-content: center;
}
#coresys .single_solution .grid_page_box .single_sol_img img {
  max-width: 50%;
  
}


.graphiclinks .w-row{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.graphiclinks .w-col,
.single_solution,
a.grid_page_box{
	display:flex;
	justify-content: center;
}

.single_sol_content{
	display:flex;
	flex-direction:column;
	align-items:center;
	flex-grow:1;
	justify-content: space-between;
		margin-top:0rem;
		gap:1rem;
}



.single_solution{
  background-color: #f7f7f7;
  border-radius: 10px;
  border:1px solid #f0f0f0;
  padding:20px;
  margin-bottom:20px;
  display:flex;
  flex-direction:column;
  gap:1rem;
}

.links-slide{
  margin:0 10px;
}
.links-slider .slick-prev,
.links-slider .slick-next{
  width:30px;
  height:30px;
  border-radius: 50px;
  background-color: #a80a29;
  margin: 0;
}
@media screen and (min-width: 280px) and (max-width: 1250px) {
  .slick-prev {
    left: -15px!important;
  }
  .slick-next {
    right: -15px!important;
}
  }
.links-slider .slick-prev:hover,
.links-slider .slick-next:hover,
.links-slider .slick-prev:focus,
.links-slider .slick-next:focus
.links-slider .slick-prev:active,
.links-slider .slick-next:active{
  background-color: #ef4135;

}
.links-slider .slick-prev:before,
.links-slider .slick-next:before{
  text-shadow: none;
  opacity:1;
}
.links-slider .slick-prev:before{
  content:'\f104';
  font-family:'FontAwesome';
}
.links-slider .slick-next:before{
  content:'\f105';
  font-family:'FontAwesome';
}

.graphiclinks .w-col-1{
  width:20%;
}

#container-header{
  display:flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: 0.2s;
  
}
.menu-primary-container{
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.header-left{
  /* width: 45%; */
  padding-top: 20px;
  padding-left: 40px;
}

.mini-header .header-left{
  padding-top:0;
}
.mini-header #container-header{
  align-items: center;
}
.mini-header .main-navigation{
  margin-top:0;
}
.message{
  color:#FFF;
  font-size:1rem;
  line-height:1.2;
  margin:1.5rem 0;
  max-width: 89%;
}
.image-flex{
  display:flex;
  justify-content: space-between;
  align-items: center;
  column-gap:40px;
}
#careers-job-detail .image-flex {
    align-items: start;
}
.img-align-left .sideimage{
  width:45%;
  display: flex;
  justify-content: flex-end;
}
.img-w-txt .w-container .img-align-left .sideimage {
    justify-content: center;
}
.img-align-right .sideimage{
  width:45%;
  display: flex;
  justify-content: flex-start;
}
.sidetext{
  width:60%;
}

.img-align-left .sidetext{
  padding-left:10%;
  max-width: 900px;
}
.img-align-right .sidetext{
  padding-right:10%;
  max-width: 900px;
}
.w-container .sidetext{
  padding-left:0;
  max-width: none;
}
#logos .photo-tile a{
  display:flex;
  align-items: center;
  justify-content:center;
  min-height: 100px;
}

#logos .photo-tile img{
  width: auto;
  max-height: 100px;
  margin: 0 auto;
  padding: 0 20px;
}

.menu-item-has-children > a:after{
  content:'\f107';
  font-weight: 900;
  font-family:'FontAwesome';
  margin-left:5px;
  font-size:1rem;
}
#text-3{
  margin-right:20px;
}

.site-info{
  padding:5px 0;
  font-size:12px;
  text-align: center;
  background-color: #860038;
  color:#FFF;
}

.site-info a{
  color:#FFF;
}

.slide a.cta{
  background-color: #fFF;
  color: #a80a29;
  font-weight: bold;
}
.main-navigation li:hover ul.sub-menu{
  display:block;
}

.main-navigation li ul.sub-menu li a{
  padding:10px 20px;
  color:#000;
  font-size:1rem;
}
.main-navigation li ul.sub-menu li a:hover{
  background-color: #e5c5b6;
}

.menu-accent a,
.menu-accent a:visited, 
#mobile-menu .menu-accent a,
#mobile-menu .menu-accent a:visited{
	color:#a80a29;
	padding: 5px 20px;
	font-size: 1rem;
	overflow:hidden;
	position: relative;
	z-index: 1;
	transition:0.2s;
}
.menu-accent{
  border-radius: 5px;
  background-color: #FFF;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
.menu-accent:after{
  content:'';
  position: absolute;
  top:0;
  left:0;
  width:0;
  height:100%;
  transition: 0.3s;
  background-color: #a80a29;
  border-radius: 5px;
  z-index: 0;
}
.menu-accent:hover:after{
  content:'';
  position: absolute;
  top:0;
  left:0;
  width:100%;
}
.menu-accent:hover a{
  color:#FFF;
}
.menu-accent a:before,
.main-navigation #primary-menu li.menu-accent a:hover:before{
  display:none;
}
.menu-accent a:after{
	content:'\f095';
	font-family: 'FontAwesome';
	margin-left: 5px;
	font-size:0.9rem;
}
.mini-header .menu-accent:after{
  background-color:#ef4135;
}


.login-btn a:after{
	content:'\f023';
	font-family: 'FontAwesome';
	margin-left: 5px;
	font-size:0.9rem;
}

.cta i{
  font-size: 0.9rem;
}

.singl-col{
	background-image:linear-gradient(to right, #860038, #ef4135);
	min-height:500px;
	padding-top: 100px;
	padding: 0;
	padding-top: 4rem;
}
.singl-col .w-container{
	min-height: 500px;
	display:flex;
	align-items: center;
}

.graphiclinks .centered, .feat-icon .centered{
  margin-bottom:3rem;
}
select{
  border-radius: 5px;
  font-family: inherit;
  padding:5px;
  border:none;
  cursor:pointer;
}
.language-selector{
  display:flex;
  column-gap: 10px;
}
.language-selector input[type="submit"]{
  background-color: #000;
  border-radius: 5px;
  font-family: inherit;
  transition:0.2s;
  
}
.language-selector input[type="submit"]:hover{
	background-color:#333;
}
.language-selector  select{
  min-width: 150px;
  font-size: 1.1rem;
}
.top-header #languageTitle {
  display: none;
}
#masthead > div.top-header > form > select {
  font-size: 0.9rem;
}
#masthead > div.top-header > form {
  font-size: 0.9rem;
  height:1.7rem;
}

footer a.social_link{
  font-size:1.5rem;
  padding: 0 10px;
  background-color: rgba(0,0,0,0.5);
  margin-right:10px;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
}
footer a.social_link i{
  transform:scale(1);
  transition:0.2s ease-in-out;
}
footer a.social_link:hover i{
  transform:scale(1.2);
  transition: 0.2s ease-in-out;
}
.menu-footer #languageTitle {
  margin-bottom: 0.4rem;
}
.main-navigation ul#primary-menu ul li a:hover:before{
  display:none;
}

.single-flex{
  display:flex;
  justify-content: flex-start;
  width: 100%;
  min-height: 500px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.single-content{
  width:50%;
  padding-right: 50px;
  margin: 100px 0;
}

.single-graphic{
  width: 50%;
    display: flex;
    justify-content: center;
  
}
@media screen and (max-width: 768px) {
.single-content{
  margin: 0 0 120px;
  padding-right: 0;
}
.single-graphic{
  margin: 60px 0 20px;
  width: 100%;
}
.single-graphic img {
max-height: 35vh;
}
.single-flex {
align-items: flex-start;
flex-direction: column-reverse;
}
}
.single-flex h1,
.single-flex h2{
  color:#FFF;
  margin-bottom: 0.5rem;
  font-size: 3.5rem;
}
.single-flex h3{
  color:#FFF;
  font-size:2rem;
  margin:0;
  font-weight: normal;
}
.linkctasection .w-row {
    display: flex;
}

.greysection .benefit{
  background-color: rgba(255,255,255,0.8);
  padding:20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

#solution div.w-row {
    display: flex;
    justify-content: center;
}

.examples{
  display:flex;
  column-gap: 13px;
  row-gap: 20px;
  flex-wrap: wrap;
}
.example_container{
  width: 32.1%;
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 10px;
  display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.example_container h3{
	margin-bottom:0;
}
.example_container p{
  flex-grow: 1;
}

.single-content a.cta{
  background-color:#FFF;
  color: #a80a29;
}
.single-content a.cta:after{
  background-color:red;
}

.animated{
  -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
}

.cta.animated{
  animation-fill-mode:backwards;
}
.slider-section a.cta:after{
  background-color:#ef4135;
}
.sample-image,
.sample-content{
  flex-grow:1;
  width:50%;
}

.menu-footer{
  position: absolute;
  bottom:0;
  padding:10px;
  background-color: #860038;
  color: #FFF;
  width: 100%;
}
.menu-footer .textwidget{
  display:flex;
  flex-wrap:wrap;
  column-gap:20px;
  width:100%;
  margin:0;
  align-items: flex-start;
}
.menu-footer .textwidget p{
  margin:0;
}
.menu-footer .widget-title{
  display:none;
}
.menu-footer{
  padding:20px;
  display: flex;
  align-items: center;
  margin-top: 3.1rem;
  column-gap: 10px;
  flex-direction: column;
}
.menu-footer h3{
  margin:0;
  color:#FFF;
  font-size: 1rem;
}

#mobile_nav .menu-item-has-children > a:after{
  display: none;
}
.w-icon-nav-menu{
  padding:10px;
}
.w-icon-nav-menu{
  font-family: 'webflow-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding:10px;
}
.top-header{
  background-color: #860038;
  padding: 0 20px;
  display: flex;
  column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
}
.top-header ul{
  margin:0;
  padding:0;
  display: flex;
  justify-content: flex-end;
  width:100%;
  list-style: none;
}

.top-header ul li a{
  color:#FFF;
  padding:5px 10px;
  display:inline-block;
  transition: text-decoration-color 300ms;
}
.top-header ul li a:hover{
	text-decoration: underline;
	
}
.mini-header .top-header{
  display:none;
}

#swoosh{
  padding-top: 10rem;
}
#swoosh:after{
  content:'';
  background-image: url(images/swoosh.svg);
  background-size: cover;
  background-position: bottom;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 435px;
  background-repeat: no-repeat;
}

#swoosh .w-container{
  z-index: 2;
  position: relative;
}

.colorsection .wpcf7{
  background-color: #FFF;
  border-radius: 20px;
  padding:20px;
  box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.5);
}

.wpcf7 label{
	margin-bottom:0.5rem;
	display:inline-block;
	width:100%;
	min-height:65px;
	line-height: 30px;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select{
	border-radius: 5px;
	font-family: inherit;
	padding:5px;
	border:1px solid #ccc;
	font-size:1.2rem;
	width:100%;
	background-color:#FFF;
}

.wpcf7 input[type="submit"]{
	padding:10px 40px;
	background-color: #a80a29;
	    width: auto;
	    margin: 0 auto;
	    border: none;
	    min-width:100%;
}

input[type="submit"]:hover{
background-color: #ef4135;
}
.wpcf7-form > p{
	display:inline-block;
}
.wpcf7-response-output{
	    display: inline-block;
    margin: 0;
    color: #000;
}

/* Callback Shelf */
#callback-shelf{
		height:100vh;
		position: fixed;
		right: -420px;
		background-color: #a80a29;
		width:400px;
		z-index: 999999;
		padding: 40px;
		color: #FFF;
		box-shadow: -11px 1px 24px -12px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: -11px 1px 24px -12px rgba(0, 0, 0, 0.5);
		transition: 0.3s;
	}
	#callback-shelf h2{
		color:#FFF;
		font-size:2rem;
	}
	.full-overlay{
		position: fixed;
		width:100%;
		height:100%;
		background-color: rgba(0,0,0,0.4);
		z-index: 0;
		opacity: 0;
		cursor:pointer;
		transition:0.2s;
	}
	.full-overlay.show{
		z-index: 99999;
		opacity:1;
	}
	#callback-shelf.open{
		right:0;
	}
	.close{
		cursor:pointer;
		text-align: right;
		font-size: 2rem;
	}
	#callback-shelf input[type="submit"]{
		width:100%;
		text-align:center;
		background-color:#000;
	}

/* Callback Shelf */
.feat-icon .feat-content h3 {
font-size: 1.125rem;
margin: 1.2rem 0 0;
    color: #000;
    /*font-weight: bold;*/
}
/* Colour section feature icons styling */
.colorsection.feat-icon{
  padding:2rem 0;
}
.colorsection .benefit h3{
  font-size:2rem;
  line-height:1;
  color: #fff;
  font-weight: bold;
}
.colorsection .benefit{
  display:flex;
  align-items: center;
  justify-content: flex-start;
  column-gap:15px;
  
}
.colorsection .benefit i{
  font-size:3rem;
}
.colorsection .feat-content{
  text-align:left;
}
.colorsection .benefit div{
  margin:0;
}
.feat-icon .w-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
}

.linkctasection .w-row{
  display:flex;
}
.linkctasection .w-col{
  display:flex;
  flex-grow:1;
  justify-content: center;
}

/* Colour section feature icons styling END*/

/* Links CTA */
.single_solution_cta{
  padding:20px;
  border-radius: 10px;
  text-align:left;
  flex-direction:column;
}
.single_solution_cta ul{
  list-style:none;
  padding:0;
  margin:0;
  width:100%;
}
.single_solution_cta ul li{
  margin-bottom:0.5rem;
}
.single_solution_cta ul li a,.single_solution_cta ul li a:visited{
  padding: 5px 10px;
  background-color: #a80a29;
  width: 100%;
  border-radius: 5px;
  font-weight:bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.single_solution_cta ul li a i{
  margin-right:10px;
  transition:0.2s;
}
.single_solution_cta ul li a:hover i{
  margin-right:0px;
}
.single_solution_cta h3{
	font-size:1.25rem;
	margin-bottom:0.5rem;
}

/* Links CTA END*/

/* Graphic links layout for 2 columns*/

.graphiclinks .w-col-6 .single_solution,
.graphiclinks .w-col-12 .single_solution{
  display: flex;
  flex-direction:row;
  column-gap:20px;
  justify-content: space-between;
}
.graphiclinks .w-col-6 .single_solution .single_sol_content,
.graphiclinks .w-col-6 .single_solution .single_sol_content h3,
.graphiclinks .w-col-12 .single_solution .single_sol_content,
.graphiclinks .w-col-12 .single_solution .single_sol_content h3{
  text-align:left;
  width:70%;
  align-items:flex-start;
}

 .linkctasection .w-col-6 .single_solution{
	flex-direction:column;
}

.graphiclinks h3 {
margin-bottom:0;
}
/* Graphic links layout for 2 columns END */
#module-summary{
	padding:1.5rem 0;
	margin-top:1rem;
}
#module-summary p{
	max-width: 980px;
    margin: 0 auto;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 1.5;
}




#section-1.colorsection{
	padding-top:250px;
}

.colorsection .wpcf7 label{
	color:#000;
}

.single_sol_content p a,
.single_sol_content p a:visited{
	color white;
}

#post-1931 .colorsection .wpcf7{
	max-width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
#post-1931 .colorsection .wpcf7{
	max-width: 100%;
}
}

/* Contact Card */
.region-heading{
  display:flex;
  justify-content:center;
  align-items:center;
  margin-bottom:20px;
}
.region{
  width:40px;
  height:40px;
  margin-right:10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
}
.region.uk{
  background-image:url('images/flag-icon/uk.svg');
}
.region.spain{
  background-image:url('images/flag-icon/spain.svg');
}
.region.germany{
  background-image:url('images/flag-icon/germany.svg');
}
.region.italy{
  background-image:url('images/flag-icon/italy.svg');
}
.region.australia{
  background-image:url('images/flag-icon/australia.svg');
}
.region.nederlands{
  background-image:url('images/flag-icon/nederlands.svg');
}
.region.slovakia{
  background-image:url('images/flag-icon/nederlands.svg');
}
.region.poland{
  background-image:url('images/flag-icon/poland.svg');
}
.region.france{
  background-image:url('images/flag-icon/france.svg');
}
.region.africa{
  background-image:url('images/flag-icon/s-africa.svg');
}
.region.estonia{
  background-image:url('images/flag-icon/estonia.svg');
}
.address{
  margin-bottom:1rem;
}
.region-heading h3,
.contactcard .single_solution strong{
	color: #a80a29;
}

.contactcard .single_solution a{
	color: #a80a29;
	font-weight:bold;
}
.contactcard .single_solution a:hover{
	color: #ef4135;
	font-weight:bold;
	text-decoration:underline;
}

/* Contact Card END*/

/* Move dash logo to be inline with top of heading*/
#post-2253 #section-2 .image-flex{
	align-items: flex-start;
}
#post-2253 #section-2 .sideimage img{
	margin-top:2rem;
}

#post-2009 #section-4 .centered h2{
	margin-bottom:0;
}

#post-1915 .single_sol_img img{
	height:138px;
	max-height:138px;
	width:auto;
}
#post-1915 .grid_page_box{
	max-height:138px;
}

.list-flex{
	display:flex;
	justify-content:center;
	column-gap:50px;
}


@media screen and (max-width: 1536px) {
  body{
    font-size: 16px;
  }
  .w-container{
    max-width: 1400px;
  }
  .logo{
    width: 200px;
  }
  .slide_content h2{
    font-size:3rem;
  }
  .slider-section .slide,
  .slide .w-container{
    height: 700px;
  }
  img.slide_image{
    max-width: 500px;
  }
  .main-navigation ul ul{
    top: 3rem;
  }

}
@media screen and (max-width: 1300px) {
	.main-navigation a{
		font-size:1rem;
	}
	 .main-navigation ul ul{
    top: 2.8rem;
  }
	.menu-accent a{
		padding:5px 10px;
	}
}
@media screen and (max-width: 1176px) {
	.home .header-left{
		padding-left:1rem;
		padding-top: 10px;
	}
	.logo{
		width: 170px;
	}
}
@media screen and (max-width: 1095px) {
	.main-navigation a{
		padding: 5px 6px;
	}
		 .main-navigation ul ul{
    		top: 2.2rem;
  	}
	.graphiclinks .w-col-6 .single_solution, .graphiclinks .w-col-12 .single_solution {
	display: flex;
	column-gap: 20px;
	justify-content: space-between;
	flex-direction: column;
	}
}
@media screen and (max-width: 1024px) {
  .logo{
    width: 150px;
  }
  .home .header-left{
    padding-left:20px;
  }
  .main-navigation a{
    font-size:1rem;
    padding: 10px 8px;
  }
  .slide_content h2{
    font-size: 2.6rem;
  }
  .message{
    font-size:1rem;
  }
  .slider-section .slide,
  .slide .w-container{
    height: 550px;
  }
	img.slide_image{
		width: 360px;
	}
	  .graphiclinks .w-col-1{
    width:50%;
  }
  .graphiclinks .w-col-1:nth-child(3),
  .graphiclinks .w-col-1:nth-child(4),
  .graphiclinks .w-col-1:nth-child(5){
    width:33.3%;
  }
  .top-header{
	display:none;
  }
}
@media screen and (max-width: 767px) {
  body{
    font-size:16px;
  }
  .slide .w-container{
    flex-direction: column-reverse;
    max-width: none;
    height: 660px;
  }
  .slide_content h2{
    font-size: 2rem;
  }
  .home .header-left{
    padding-left:20px;
  }
  .mini-header .header-left{
	padding:0;
  }
  .logo{
    width:auto;
  }
  .main-logo img{
    height:80px;
  }
  .message{
    max-width: none;
	font-size:1rem;
  }
  img.slide_image{
	max-height: 380px;
	}
  .slide .w-col{
	padding:0;
  }
  .slider-section .slide{
	height:750px;
  }
  .image-flex{
	flex-flow: column;
  }
  .img-align-left .sidetext {
    padding-right: 10%;
  }
  .sideimage, .sidetext{
	width:100%;
  }
  footer .w-col{
    margin-bottom:2rem;
  }
  .centered{
    max-width: none;
    text-align:left;
  }
  h3.single_sol_h3,
  .single_solution p{
    text-align:left;
  }
  #logos .photo-tile img{
    max-height: none;
    min-height: auto;
  }
  .sample-pack{
    flex-direction:column;
  }
  .sample-image, .sample-content{
    width:100%;
  }
  .testimonial p{
    font-size: 1.3rem;
    max-width: none;
  }
  .example_container,
  .single-content{
    width:100%;
  }
  .single_solution{
	display: flex;
        align-items: center;
        column-gap: 20px;
        flex-direction: column;
  }
  .single_sol_content{
	text-align:left;
	width:90%;
  }
  
  .w-col-1 .single_solution{
  	flex-direction:column;
  }
  .w-col-1 .single_sol_content,
  .w-col-1 a.grid_page_box{
  	width:100%;
  }
  .slide_image img{
  	max-width: 70%;
    	margin: 0 auto;
	margin-bottom:1.5rem;
  }
  .w-container,
  .slide .w-container{
  	max-width:90%;
  }

}

@media screen and (min-width: 480px) and (max-width: 767px) {
.single_sol_content{
  text-align: left;
  width: 90%;
  display: flex;
  align-items: flex-end;
  }
}

@media screen and (max-width: 600px) {
	.single_sol_content,
	  a.grid_page_box{
		width:100%;
	  }
	  img.slide_image{
		max-width: 300px;
	  }
}
@media screen and (max-width: 500px) {
	.single_solution{
		flex-direction: column;
	}
	.single_sol_content,
	  a.grid_page_box{
		width:100%;
	}
  .graphiclinks .w-col-1{
    width:100%!important;
  }
  .w-container, .slide .w-container{
  	max-width:none;
  }
#module-summary p {
    font-size: 1.0rem;
}
  .linkctasection .w-row,
  .linkctasection .w-col-9, .linkctasection .w-col-3{
  	flex-wrap:wrap;
  }
  

}
#int-paper {
display: flex;
}
/* FW 10-05-2024: DO Not overwrite this */
#longevity h3.subheading {
font-weight: 500;
font-size:1rem;
color:#000;
line-height: 1.5rem;
}
#casestdy > div.w-container > div > div > h2 {
display: none;
}
.pims_search h1, .pims_search h2 {
font-size: 2rem; 
margin-bottom: 3rem;
margin-top: 3rem;
}
.pims_search h1, .pims_search h3 {
margin-bottom: 3rem;
margin-top: 3rem;
}
#click-challenge-container {
    padding: 30px;   
    background-color: #fff;  
    border-radius: 10px;
}

#click-challenge-container .center {
    margin: 0 auto;
    text-align: center;
    background-color: white;
    padding: 50px;
    border-radius: 10px;
}
#click-challenge-container img {
    display: block;
}
div.container.bordered {
    color: #222021;
    padding: 0 20px 10px 20px;
    margin: 0 -7px;
    behavior: url(sites/all/themes/optimus_default/script/pie.htc);
    position: relative;
}
div.container.bg {
    position: relative;
    text-align: left;
}

#click-challenge-container span.topspan, #click-challenge-container span.bottomspan {
    font-size: 27px;
    margin: 20px 0;
    display: block;
    color: #8A181A;
    font-weight: bold;
    text-align: left;
}
#cc-after {
    display: none;
    margin: 20px -7px 0 -7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 0 15px 0;
    background-image: -moz-linear-gradient(center bottom , #060201 0%, #7F1719 100%);
    background-image: -webkit-linear-gradient(bottom, #7F1719 100%, #060201 0%);
    background-image: -ms-linear-gradient(bottom, #7F1719 100%, #060201 0%);
    background: linear-gradient(#7F1719, #060201);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(1, #7F1719), color-stop(0, #060201) );
    behavior: url(sites/all/themes/optimus_default/script/pie.htc);
    text-align: left;
}
#click-challenge-container span.bottomspan {
    color: #fff;
}
#click-challenge-container span.topspan, #click-challenge-container span.bottomspan {
    font-size: 27px;
    margin: 20px 0;
    display: block;
    color: #8A181A;
    font-weight: bold;
    text-align: left;
}
div.container.bordered {
	display: flex;
    flex-direction: row-reverse;

    /*border: 1px solid #8b171a;*/
    color: #222021;
    padding: 10px 20px 10px 20px;
    margin: 0 -7px;
    position: relative;
    justify-content: space-between;
}
div.container.bordered .inputs {
    float: right;
    margin: 0;
}
#cc-holder > div:nth-child(1) > div.container.labels {
display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
#cc-holder > div:nth-child(1) > div.container.inputs {
display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#cc-holder > div:nth-child(1) > div.container.labels > label:nth-child(1) {
text-align: left;
}
.label-text {
color: black;
}
#mobile-menu > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-2400 > a {
color: white;
}
#mobile-menu > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-3872 > a {
color: white;
}
#mobile-menu > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-1927 > a {
color: white;
}
#mobile-menu > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-1925 > a {
color: white;
}
#mobile-menu > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-1926 > a {
color: white;
}

.portfolio .examples .example_container h3 {
font-size: 1.125rem;
margin: 1.2rem 0 0;
    color: #000;
    font-weight: bold;
}
.blog .solution h3 {
font-size: 1.125rem;
}
.faq .faq-question h3 {
font-size: 1.125rem;
}
section.img-w-txt .img-flex .sidetext h3 {
font-size: 2rem;
}
@media screen and (min-width: 480x) and (max-width: 767px) {
.linkctasection .w-col-9  {
flex-wrap: wrap;
  }
  .single_solution {
  flex-direction: row;
}
#industry-sector .single_solution {
  flex-direction: column;
}
#core-graphic-links .single_solution {
  display: flex;
  flex-direction: column;
}
}


click-challange-stats {
background-color: #ffe7dc;
    padding-top: 10px;
    padding-bottom: 10px;
}
#cc-staff {
width: 50%;
}
#cc-quotes {
width: 50%;
}
#cc-value {
width: 50%;
}

label.challangelabel {
min-height: 0px;
}
.challangerow {
    margin-bottom: 1rem;
}

.even_posts {
display: flex;
flex-wrap: wrap;
}
#categories-2 > ul {
margin-left: 0;
}
#archives-2 > ul {
padding-left: 0;
}

h2.widget-title {
color: #a80a29;
    font-size: 2rem;
    font-weight: normal;
}

#search-2  {
padding-top: 0;
}

#search-2 > form > input {
margin-top: 19.2px;
}
.blog-content section:nth-child(1) {
display: none;
}

div.blog-content h2 a:visited {
color: #a80a29;
}

div.blog-content h2 a:hover {
color: #a80a29;
text-decoration: underline;
}
#masthead > div.top-header > form > input[type=submit] {
line-height: 1px;
}
div.tagcloud a {
display: block;
}
#element div {
display:flex;
justify-content: center;
}

.cta-list-tablet {
  display: none;
}

#dashMIS h2 {
text-align: center;
}

#dashMIS .text-only-container {
display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; 
}

#dashMIS .text-only-container p {
    text-align: center; 
}
.cta-list-tablet {
  display: none!important;
}

.cta-list-tablet {
  display: block!important; 
}

/* Visibility settings for different screen sizes */
@media (min-width: 880px) {
  .cta-list-tablet {
    display: none !important; /* Hide tablet version on larger screens */
  }
}

@media (max-width: 880px) {
  .cta-list-desktop {
    display: none !important; /* Hide desktop version on smaller screens */
  }
}

/* Base image styles */
#solutions-graphic-img .single_sol_img {
  width: 40%; /* Default width */
}

/* Styles for tablet screens */
@media (min-width: 769px) and (max-width: 991px) {
  #section-1 > div.w-container > div > div.single-graphic {
   /* transform: scale(1.5); */ /* Scale graphic */
  }
  #solutions-graphic-img .single_sol_img {
    width: 30%; /* Width for tablet sizes */
  }
}

/* Styles for mobile screens */
@media (max-width: 767px) {
  #solutions-graphic-img .single_sol_img {
    width: 80%; /* Width for mobile sizes */
  }
}

/* Styles for mobile screens */
@media (max-width: 766px) {
  #solutions-graphic-img .single_sol_img {
    width: 60%; /* Width for mobile sizes */
  }
}

/* Styles for very small screens */
@media (max-width: 480px) {
  #solutions-graphic-img .single_sol_img {
    width: 35%; /* Width for very small screens */
  }
  h3.subheading {
    font-size: 1.5rem;
  }
  .single-content h1 {
    font-size: 2.5rem;
  }
  div.banner-content {
    font-size: 1.1rem;
  }
}

#dashMIS div.w-container div.w-row:nth-of-type(2) {
  margin-top: 1rem;
}

#core-graphic-links img.single_sol_img {
  width: 60%;
}

/* Styles for small to medium screens */
@media screen and (min-width: 480px) and (max-width: 787px) {
  #core-graphic-links img.single_sol_img {
    width: 50%;
    transform: scale(1.0);
  }
  #dash-graphic-links img.single_sol_img {
    width: 60%;
  }
}

#links-solutions-graphic-img img.single_sol_img {
  width: 35%;
}

/* Styles for larger screens */
#dash-graphic-links img.single_sol_img {
  width: 40%;
}

/* Media query for medium to large screens */
@media (min-width: 769px) and (max-width: 1095px) {
  #dash-graphic-links img.single_sol_img {
    width: 30%;
  }
  #dash-graphic-links .single_sol_content {
  width: 100%;
}
}

/* Media query for tablet screens */
@media (min-width: 600px) and (max-width: 768px) {
  #dash-graphic-links img.single_sol_img {
    width: 40%;
  }
}
.cta-portfolio-de {
  display: flex;
  justify-content: space-between;
}

.cta-portfolio-de .cta:first-child {
  margin-right: 10px;
}

#links-solutions-graphic-img div.w-row div.w-col.w-col-12 {
  margin-bottom: 3rem;
}

.cta-languages {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

/* Posts Page Search Results */ 

article.post header.entry-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index:99;
}

body.search.search-results header#masthead { 
position: sticky;
top: 0;
right: 0;
}

body.search.search-results header.page-header {
position: sticky;
top: 0;
left: 0;
z-index:99;
}
body.search.search-results header#masthead #container-header{ 
background-color: #a80a29;
display: flex;
justify-content: space-between;
align-items: center;
z-index: 99999;
}

article.post footer.entry-footer {
background-color: white;
display:none;
}

article.post footer.entry-footer span a, article.post footer.entry-footer span {
color: black;
}
body.search.search-results article.post {
margin-bottom:1rem;
}
body.search.search-results h1.page-title {
color:#a80a29; 
}