/*
Theme Name: OPS
Theme URI: http://www.onlineprintsolution.co.uk/
Author: Flex4
Author URI: http://www.flex4.co.uk/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ops
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.

OPS is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## 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;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1em;
}

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 3em;
}

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. */
}

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: 0px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

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;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# 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: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: right;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a:link,.main-navigation a:visited {
	display: block;
	text-decoration: none;
	border-bottom: 1px transparent solid;
	padding-bottom: 3px;
	color: #442B4B;
}
.main-navigation a:hover {
	color:white;
}
.main-navigation ul ul {
	box-shadow: 0px 3px 10px 3px rgba(0,0,0,0.1);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	
}

.main-navigation ul ul li {
	width: 100%;
	white-space: nowrap;
	padding:1em;
}


.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

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


.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	padding-top: 1.5em;
	overflow: hidden;
	border-top: #f0f0f0 1px solid;
}

.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;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 0px;
	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. */
}

/*--------------------------------------------------------------
# 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;
}

.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%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

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

.hentry {
	/*margin: 0 0 1.5em;*/
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## 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: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## 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.css */

@font-face {
  font-family: 'webflow-icons';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('woff');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  font-family: 'webflow-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  color: #555555;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  height: auto;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
a:focus {
  outline: 0;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
html[w-dynpage] [w-cloak] {
  color: transparent !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p {
}
blockquote {
  margin: 0;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 10px;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999999;
}
.w-input:focus,
.w-select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select[multiple] {
  height: auto;
}
.w-button {
  display: inline-block;
  padding: 12px;
  background-color: black;
  color: white;
  border: 0;
  line-height: inherit;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-checkbox,
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-checkbox:before,
.w-radio:before,
.w-checkbox:after,
.w-radio:after {
  content: " ";
  display: table;
}
.w-checkbox:after,
.w-radio:after {
  clear: both;
}
.w-checkbox-input,
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.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-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.w-col .w-col:first-child {
  padding-left: 0;
}
.w-col .w-col:last-child {  
}
.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: 1280px) {
  	.w-slide-text {
		padding-left:60px;
	}
}
@media screen and (max-width: 1180px) {
  	.w-container {
		max-width: 1060px;
	}
}
@media screen and (max-width: 1100px) {
	body{
		font-size: 15px;
	}  	
  	.w-container {
		max-width: 960px;
	}
}
@media screen and (max-width: 991px) {
	body{
		font-size: 15px;
	}
	.w-container {
		max-width: 960px;
		padding:0 20px;
	}
	.w-slide-text {
		padding-left:0;
	}  
  .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%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  width: 90% !important;
  height: auto !important;
  top: 7px !important;
  left: 6% !important;
  display: inline;
  text-align: center;
  overflow: hidden;
}
.w-widget-map .gm-style-iw + div {
  display: none;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-gplus {
  overflow: hidden;
}
.w-slider {
  position: relative;
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  height: 414px;
  /*background: rgba(153, 153, 153, 0.5);*/
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  white-space: normal;
  text-align: left;
  padding:2em 0 1em;
  font-size: 16px;
  min-height: 390px;
}
.w-slide .w-row{
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
  -moz-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  -webkit-transition: background-color 100ms, color 100ms;
  -moz-transition: background-color 100ms, color 100ms;
  -o-transition: background-color 100ms, color 100ms;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #f2f2f2;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
}
.w-dropdown-link.w--current {
  color: #339ce1;
}
.w-nav[data-collapse="all"] .w-dropdown,
.w-nav[data-collapse="all"] .w-dropdown-toggle {
  display: block;
}
.w-nav[data-collapse="all"] .w-dropdown-list {
  position: static;
}

/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
.w-lightbox-image {
  display: block;
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: .3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5;
  }
  .w-lightbox-close {
    opacity: .8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-nav {
  position: relative;
  background: #BBB;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #222222;
}
.w-nav-brand:hover {
  text-decoration: none;
  color: #222222;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link:hover {
  text-decoration: none;
  color: #222222;
}
.w-nav-link.w--current {
  color: #339ce1;
}
.w-nav-menu {
  position: relative;
}
.w--nav-menu-open {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #999;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay .w--nav-menu-open {
  top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] .w--nav-menu-open {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] .w--nav-menu-open {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-nav-button.w--open {
  background-color: #999;
  color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
} 


@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 8px 30px;
  text-align: left;
  cursor: pointer;
  background-color: #E8E8E8;
}
.w-tab-link.w--current {
  background-color: #BCD3F3;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-loading {
  display: block;
  padding: 10px;
}
.w-dyn-items {
  display: none;
}
.w-dyn-items.visible {
  display: block;
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-error {
  display: none;
  padding: 10px;
  background-color: #ffdede;
}


/* OPS STYLES */

body {
    font-family: 'pt-sans', sans-serif;
    line-height: 1.5;
    font-weight: 300;
    color: #555555;
    font-size: 18px;
}
header#masthead {
  background: #fff;
}
h1 {
  font-size: 2.2rem;
  font-family: 'century-gothic','Century Gothic','pt-sans',Tahoma, Geneva, sans-serif;
  color: #691f99;
  margin: 0 0 1rem;
  font-weight: normal;
  line-height: 1em;
}
h2 {
  font-size: 2rem;
  font-family: 'century-gothic','Century Gothic','pt-sans',Tahoma, Geneva, sans-serif;
  color: #691f99;
  margin: 1rem 0;
  font-weight: normal;
  line-height: 1.3em;
}
h3 {
  font-size: 1.3rem;
  font-family: Tahoma, Geneva, sans-serif;
  margin: 1rem 0;
  font-weight: normal;
  line-height: 1.3em;
  color: inherit;
}
h4 {
  font-size: 1.1rem;
  font-family: Tahoma, Geneva, sans-serif;
  margin: 1rem 0;
  font-weight: normal;
  line-height: 1.3em;
  color: inherit;
}
a, a:visited {
  color: #231F20;
  text-decoration: underline;	
}
a:hover {
  color: #691F99;	
}
#page {
}
/*.entry-header { margin-top: 1em;}*/
.entry-title a {
  color: #691F99;	
  text-decoration: none;
}
.entry-footer {
	margin: 1.5em 0 0.5em 0;
}
.entry-footer a {
  text-decoration: none;
}

/* HEADER sTYLES */
header#masthead {
  text-align: left;
  padding: 0.5rem 10px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  line-height: 1;
  background-color: white;
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-transition: 0.75s;
  -o-transition: 0.75s;
  -webkit-transition: 0.75s;
  transition: 0.75s;
}
@media only screen and (min-width: 992px) {
  header#masthead {
    padding: 1rem 20px;
  }
}

header#masthead.mini-header {
  background-color: white;
  padding: 0.5rem 10px;
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 992px) {
  header#masthead.mini-header {
    padding: 0.5rem 20px;
  }
}
header#masthead .site-title {
	display: inline-block;
	margin: 0;
	height: 4rem;
}
a.site-branding {
  display: inline-block;
  height: 4rem;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 992px) {
	header .site-title {
		height: 5rem;
	}
  a.site-branding {
    height: 5rem; 
    max-width: 300px;
  }
}
header#masthead.mini-header .site-title {
	height: 3rem;
}
header#masthead.mini-header a.site-branding {
  height: 3rem;
}

img.main_logo {
	height: 100%;
	image-rendering: crisp-edges;
	image-rendering: -webkit-optimize-contrast;

}
/*=====================================================
NAV
=====================================================*/
#site-navigation, #mobile-navigation {
  background-color: #691f99;
  position: fixed;
  top: 7px;
  right: 10px;
  width: 48px;
  height: 48px;
  overflow: hidden;
  z-index: 9999;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
@media only screen and (min-width: 992px) {
  #site-navigation {
    position: relative;
    float: right;
    background-color: transparent;
    top: 0rem;
    right: auto;
    width: auto;
    height: auto;
    overflow: initial;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

#primary-menu {
  opacity: 0;
  position: relative;
  top: 0;
  left: 0;
  margin: 0px;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  #primary-menu {
    position: relative;
    opacity: 1;
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
  }
}

#mobile-menu li {
	position: relative;
	display: block;
	-moz-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	-webkit-transition: ease 0.5s;
	transition: ease 0.5s;
    width: 92%;
    margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  #primary-menu li {
    display: inline-block;
    position:relative;
  }
}

@media only screen and (min-width: 992px) {
  #primary-menu li.menu-item-has-children:hover, .megamenu-a.visible {
    background-color: white;
  }
}
@media only screen and (min-width: 992px) {
  #primary-menu .megamenu-a.visible a {
    color: #FFF;
    /*background-color:#0055d1; */
  }
  #primary-menu .megamenu-a.visible a:visited {
    color: #FFF;
  }
  #primary-menu .megamenu-a.visible a:focus {
    color: #FFF;
  }
  #primary-menu .megamenu-a.visible a:hover {
    color: #FFF;
  }
  #primary-menu .megamenu-a.visible a:active {
    color: #FFF;
  }
}

#mobile-menu li a, #primary-menu li a {
  font-weight: bold;
  display: block;
  font-size: 1.25rem;
  color: white;
  padding: 1rem 0;
  text-decoration:none;
  width: 100%;
}
#primary-menu li a:visited {
  color: white;
}
#primary-menu li a:focus {
  color: white;
}
#primary-menu li a:hover {
  color: #BDBDBD;
}
#primary-menu li a:active {
  color: white;
}
@media only screen and (min-width: 992px) {
  #primary-menu li a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 1rem;
    color: #442B4B;
    padding: 2.2rem 0.5rem 2rem;
  }
  #primary-menu li a:visited {
    color: #442B4B;
  }
  #primary-menu li a:focus {
    color: #442B4B;
  }
  #primary-menu li a:hover {
    color: #0055d1;
  }
  #primary-menu li a:active {
    color: #442B4B;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1105px) {
  li#menu-item-118 {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1050px) {
  #primary-menu li a {
    padding: 2.2rem 0.3rem 2rem;
    font-size: 1rem;
  }
}

#primary-menu li ul {
  max-height: 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  position: absolute;
  top: 100%;
  display: block;
  margin: 0;
  padding: 0;
  left:0;
}

@media only screen and (min-width: 992px) {
  #primary-menu li:hover ul {
    max-height: 600px;
  }
}

#primary-menu li ul li {
  display: block;
  width: auto;
}

#primary-menu li ul li a, #primary-menu li ul li a:visited {
  display: inline-block;
  background-color: white;
  color: #888;
  padding: 0.5rem 10px;
}
#primary-menu li ul li a:focus {
  color: #BDBDBD;
}
#primary-menu li ul li a:hover {
  color: #442B4B;
}
#primary-menu li ul li a:active {
  color: #BDBDBD;
}


#primary-menu > li:first-child a, #primary-menu > li:first-child a:visited {
  background-color: #894ecc;
  color: white;
  padding: 0.5rem 10px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#primary-menu li.menu-button a:hover, #primary-menu li.menu-button a:visited:hover {
  background-color: #9a3e40;
}

/*-----------MOBILE MENU---------------*/
.mobile_button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 12px;
  color: white;
  font-size: 28px !important;
  opacity: 1;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 992px) {
  .mobile_button {
    display: none !important;
  }
}
.mobile_button.fa-close {
  opacity: 0;
}

#mobile-navigation.active .mobile_button {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#mobile-navigation.active .mobile_button.fa-close {
  opacity: 1;
}
#mobile-navigation.active .mobile_button.fa-bars {
  opacity: 0;
}

#mobile-navigation.active {
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 20px 0;
}

#mobile-navigation.active ul {
  opacity: 1;
  -moz-transition: ease 0.5s 0.3s;
  -o-transition: ease 0.5s 0.3s;
  -webkit-transition: ease 0.5s;
  -webkit-transition-delay: 0.3s;
  transition: ease 0.5s 0.3s;
  text-align:  center;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .cta.loginbutton {
    background-color: #442B4B;
    opacity: 0;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}

@media only screen and (max-width: 991px) {
  #mobile-navigation.active .cta.loginbutton {
    opacity: 1;
    -moz-transition: opacity 1s ease 0.5s;
    -o-transition: opacity 1s ease 0.5s;
    -webkit-transition: opacity 1s ease;
    -webkit-transition-delay: 0.5s;
    transition: opacity 1s ease 0.5s;
  }
}


/*-----------MINI HEADER-------------*/
/*header#masthead.mini-header #site-navigation {
  top: 0.5rem;
}*/

@media only screen and (min-width: 992px) {
  header#masthead.mini-header #primary-menu li a {
    color: #442B4B;
  }
  header#masthead.mini-header #primary-menu li a:visited {
    color: #442B4B;
  }
  header#masthead.mini-header #primary-menu li a:focus {
    color: #442B4B;
  }
  header#masthead.mini-header #primary-menu li a:hover {
    color: #0055d1;
  }
  header#masthead.mini-header #primary-menu li a:active {
    color: #442B4B;
  }
  header#masthead.mini-header #primary-menu > li:first-child a {
  	color:white;
  }
}

header#masthead.mini-header #primary-menu li.menu-button a, header#masthead.mini-header #primary-menu li.menu-button a:visited {
  background-color: #0055d1;
  color: white;
  padding: 0.5rem 10px;
}

@media only screen and (min-width: 992px) {
  header#masthead.mini-header #primary-menu li a {
    padding: 0.5rem 10px 1.5rem;
  }
  header#masthead.mini-header #primary-menu > li:first-child a, header#masthead.mini-header #primary-menu > li:first-child a:visited {
    padding: 0.5rem 10px;
		}
}

@media only screen and (min-width: 992px) {
  header#masthead.mini-header #primary-menu li ul a {
    padding: 0.5rem 10px;
  }
}

@media only screen and (min-width: 992px) {
  header#masthead.mini-header #primary-menu li:hover ul {
    -moz-box-shadow: 0px 6px 5px 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 6px 5px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 6px 5px 3px rgba(0, 0, 0, 0.15);
  }
}

@media only screen and (min-width: 992px) {
  header#masthead.mini-header .mega_menu_container.visible .mega_menu {
    -moz-box-shadow: 0px 6px 5px 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 6px 5px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 6px 5px 3px rgba(0, 0, 0, 0.15);
  }
}

header#masthead.mini-header .mega_menu_container {
  margin-top: 0;
}

/* SLICK SLIDER */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
      border-bottom: 1px solid #efefef;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('webfonts/slick.eot');
    src: url('webfonts/slick.eot?#iefix') format('embedded-opentype'), url('webfonts/slick.woff') format('woff'), url('webfonts/slick.ttf') format('truetype'), url('webfonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 40px;
    height: 40px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    outline: none;
    box-shadow:none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
	box-shadow:none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
    color:#691F99;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;

    opacity: .6;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 10px;
}
[dir='rtl'] .slick-prev
{
    right: -45px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 10px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 35px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    /*margin-bottom: 30px;*/
}

.slick-dots
{

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
#home_hero .slick-dots {
	
    position: absolute;
    bottom: -45px;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    box-shadow: none;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/* SLIDER OLD WEBSITE - removed May 2017 and now in template part 'slider-old.php' */
.w-slide-text { padding-right: 40px; }
.fitText { 
	width: 96%;
	line-height: 1em;
	font-size:40px;
	white-space:nowrap;
}
/* CONTENT */

div.w-col > :first-child {
	margin-top:0;
}
/*div.w-col > :last-child {
	margin-bottom:0;
}
#content {
  background: #fff;
}
.mid {
  min-height: 710px;
}
#main ul, #secondary ul {
  padding: 0px;
  margin: 0px 0px 10px 0px;	
}
#main .entry-content ul { margin-bottom: 1.5em;}
#main ul li, #secondary ul li {
	position: relative;
  padding: 0px 0px 0px 20px;
  /*background: url('images/bullet_inkdrop.gif') no-repeat 0px 4px;*/
  list-style-type: none;
  line-height: 1.6em;
  margin-bottom: 0.2em;
}
#main ul li:before, #secondary ul li:before {
	content: "\f043";
	font-family: "Font Awesome 6 Free";
	position: absolute;
	top:1px;
	left:0;
	line-height: inherit;
	color: #691F99;
}
.entry-content > :first-child { margin-top: 0 !important; }
.entry-content > :last-child { margin-bottom: 0 !important; }
#secondary {
  padding: 1.5em;
  padding-left: 3.5em;
}
#secondary a {
	text-decoration: none;
}
#secondary a:hover {}
#secondary ul {
	padding: 0;
	margin: 20px;
}
#secondary input {
}
h1.widget-title{
	font-size:1.5em;
	margin: 1em 0;
}
.full-grey {
	background-color: #f0f0f0;
	padding:2em 0;
	margin-bottom: 2em;
}

.page-id-691 .full-grey {
	margin:0;
}

.bottom-grey {
	background-color: #f0f0f0;
	padding:2em 0;
}

.full-white{
	background-color: #ffffff;
	padding:2em 0;
}

.full-offwhite{
	background-color: #f5f5f5;
	padding:2em 0;
}

/*----------Slider------------*/
#home_hero {

/*Shattered*/
background-image: url(https://www.onlineprintsolution.co.uk/wp-content/uploads/2022/05/shattered.png);
background-color: #6a1999;

  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 100;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}
/*#home_hero.hidden {
  top: -150%;
}   */
@media only screen and (min-width: 780px) {
  #home_hero {
    -moz-transition: 0.75s;
    -o-transition: 0.75s;
    -webkit-transition: 0.75s;
    transition: 0.75s;
    opacity: 1;
    /*position: fixed; */
    width: 100%;
    height: 80vh;
    min-height: 890px;
    padding-top: 7rem;
  }
}

#home_hero .slick-slider {
  height: 100%;
  margin-bottom: 0;
}

#home_hero .slick-list, #home_hero .slick-track {
  height: 100%;
}

.slide {
  position: relative;
  outline: none;
  color: #FFF;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.slide h2 {
  font-size: 2.5rem;
  color: #FFF;
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
  max-width: 800px;
  margin: auto;
  /*margin-bottom: 0.25rem;*/
  -moz-transition: ease 1s 0s;
  -o-transition: ease 1s 0s;
  -webkit-transition: ease 1s;
  -webkit-transition-delay: 0s;
  transition: ease 1s 0s;
}
@media only screen and (min-width: 992px) {
  .slide h2 {
    font-size: 3rem;
  }
}

.slide .message {
  font-size: 1.5rem;
  max-width: 800px;
  margin: auto;
  margin-bottom: 1rem;
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
  -moz-transition: ease 1s 0.3s;
  -o-transition: ease 1s 0.3s;
  -webkit-transition: ease 1s;
  -webkit-transition-delay: 0.3s;
  transition: ease 1s 0.3s;
}

.slide .cta {
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
  -moz-transition: ease 0.5s 0.2s;
  -o-transition: ease 0.5s 0.2s;
  -webkit-transition: ease 0.5s;
  -webkit-transition-delay: 0.2s;
  transition: ease 0.5s 0.2s;
}
@media only screen and (max-width: 1024px) {
	.slide .cta { margin-top:0.5rem; }
}

.slide .slide_image {
  display: none;
}
@media only screen and (min-width: 992px) {
  .slide .slide_image {
    display: block;
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
    -moz-transition: ease 1s 0.5s;
    -o-transition: ease 1s 0.5s;
    -webkit-transition: ease 1s;
    -webkit-transition-delay: 0.5s;
    transition: ease 1s 0.5s;
    height: 100%;
    width: auto;
    margin: auto;
    /*margin-top: 4rem;*/
    padding-top: 3rem;
  }
}

.slide_content {
  position: relative;
  display: block;
  text-align: left;
  padding: 6rem 20px 6rem;
}
@media only screen and (min-width: 992px) {
  .slide_content {
    position: relative;
    top: 0;
    /* width: 100%; */
    padding: 20px;
    text-align: center;
    /*margin-top: 4rem;*/
    line-height:2rem;
  }
}
.slide_content p:first-child {
	margin-top:1rem;
}
@media only screen and (max-width: 1024px) {
	.slide_content p:first-child {
		margin-top:0.5rem;
	}
}
.slide_image_container {
  position: relative;
  min-height: 200px;
  max-height: 500px;
  width: auto;
  vertical-align:  middle;
  text-align:  center;
}
@media only screen and (max-width: 991px) {
	.slide .slide_image{
		display: block;
	}
}
@media only screen and (max-width: 780px) {
  .slide_image_container, .slide .slide_image {
    display: none;
  }

}

.slick-active .message, .slick-active h2, .slick-active .cta {
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.slick-active .slide_image {
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.loaded .slick-active .slide_image {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
}

#home_hero .slick-dots {
  bottom: 1rem;
  width: 100%;
  text-align: right;
  z-index: 9999;
  padding: 0 20px 1rem 0;
  margin: 0;
}

.slick-dots li button:before {
  font-family: "Font Awesome 6 Free";
  content: "\f10c";
  color: white;
  opacity: 1;
  font-size: 1rem;
}

.slick-dots li.slick-active button:before {
  content: "\f111";
  color: white;
}

.grid_section {
  background-color: #f5f5f5;
  background-image: url('../../img/grid.png?1465460364');
  background-attachment: fixed;
}
@media only screen and (min-width: 992px) {
  .grid_section {
    padding-top: 12rem;
  }
}

/*----Alt Slider Layout------*/
@media only screen and (min-width: 992px) {
  .relative #home_hero {
    position: relative;
    min-height: initial;
    height: auto;
    padding: 9.5rem 0 4rem;
  }
}
@media only screen and (min-width: 992px) {
  .relative .slide_content {
    position: relative;
    top: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .relative .slide_image_container {
    position: relative;
    top: 0;
    height: 200px;
  }
}
@media only screen and (min-width: 1370px) {
  .relative .slide_image_container {
    height: 250px;
  }
}
@media only screen and (min-width: 992px) {
  .relative .slide h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1370px) {
  .relative .slide h2 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 992px) {
  .relative .slide .slide_image {
    display: block;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .relative .slick-dots {
    bottom: -3rem;
  }
}
@media only screen and (min-width: 992px) {
  .relative .grid_section {
    padding-top: 4rem;
  }
}
.relative #imactop {
  margin-top: 0;
}

#main_title {
  outline: none !important;
}
@media only screen and (min-width: 992px) {
  #main_title {
    padding-top: 0rem;
    margin-top: 1rem;
  }
}

a.scrolldown {
  position: absolute;
  display: block;
  width: 100px;
  text-align: center;
  left: 50%;
  margin-left: -50px;
  bottom: 20px;
  cursor: pointer;
  z-index: 9999;
}

a.scrolldown i {
  font-size: 3rem;
  opacity: 0.8;
  color: white;
  -webkit-animation: scroller 1.5s linear infinite;
  /* Safari 4+ */
  -moz-animation: scroller 1.5s linear infinite;
  /* Fx 5+ */
  -o-animation: scroller 1.5s linear infinite;
  /* Opera 12+ */
  animation: scroller 1.5s linear infinite;
  /* IE 10+, Fx 29+ */
}

@keyframes scroller {
  75% {
    transform: translateY(-10px);
  }
}
.imac_section {
  padding-top: 0;
  padding-bottom: 0;
}

.imac_accompany {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .imac_accompany {
    padding-bottom: 4rem;
    padding-top: 25%;
  }
}
.imac_accompany h2 {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}

#imactop {
  margin-top: 5rem;
  max-width: 500px;
  width: 100%;
}

.service_logo {
  height: 4rem;
  margin-bottom: 1rem;
}

.popup_container {
  display: block;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none !important;
}
.popup_container:hover {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media only screen and (min-width: 992px) {
  #intro {
    padding-top: 10.5rem;
  }
}

/* BENEFITS */

.benefit-section {
	text-align: center;
	padding: 0 2em;
}
.benefit-section h2{
  margin: 0;
}
.benefit-section .fa {
	font-size: 50px;
	margin-bottom: 0.5em;
	opacity: 0.9;
}
.benefit-section > :last-child { margin-bottom: 0 !important; }

.benefit-button{
	background-color:#691F99;
	color: #FFF;
	text-decoration: none;
	padding:10px 20px;
	border:2px solid transparent;
	display: inline-block;
}

.benefit-button:hover{
	color:#691F99;
	border: 2px solid #691F99;
	background-color: transparent;
}

a.benefit-button:visited{
	color:#FFF;
}

.benefit-button:visited:hover{
	color:#691F99;
}

@media (max-width: 480px) {
	.benefit-section{
		margin-bottom: 2rem;
	}
}


/* FAQ  STYLES */

#post-101 #accordions-191 .responsive-accordion-head {
	font-size: 16px;
	color: #3f4f84;
}
.responsive-accordion-default.responsive-accordion li .responsive-accordion-head{
	padding: 0.5em 2em 0.5em 0;
}
.responsive-accordion li:before {
	display: none;
}
.responsive-accordion-default.responsive-accordion li .responsive-accordion-panel{
	padding: 0 4em 1em 2em;
}
/* SIDEBAR */
.widget a {
  color:#000;
}
.textwidget {
  width: 268px;
}
.text-white {
  color: #fff;
}
.web-to-print {
  color: #FFF;
  padding: 10px 15px;
  text-align: left;
  right: 22px;
  background: #5E4D7E;
  line-height: 1.3em;
}
.web-to-print a {
  color: #fff !important;
}
.web-to-print a:hover {
  opacity: 0.7 !important;
}
.who-are-we-box {
  font-size: 17px;
  color: #FFF;
  padding: 10px 15px;
  background: #5E4D7E;
  line-height: 1.3em;
}
.w-col.widget-area .case-study-link{
	padding: 0;
}

.case-study-link a.cta { border-top-left-radius: 0; border-top-right-radius: 0; display: block; text-align: center; margin: 0;}

.case-study-link {
	background-color: #f0f0f0;
	margin-bottom: 2em;
	text-align: center;
	
}
.case-study-link h3{
	margin-top:1em;
	font-family: 'century-gothic','Century Gothic', sans-serif;
	color:#691f99;
	font-size: 1.5em;
	padding: 10px 10px 0 10px;
}
.case-study-link p{
	padding: 0 10px;
}

.testimonial {
	position: relative;
	padding: 20px 20px 20px 80px;
	background-color: #f0f0f0;
	margin-bottom: 3em !important;
}

.whitesection .testimonial{
	background-color: #f7f7f7;
	border:1px solid #ddd;
}
.greysection .testimonial{
	background-color: #FFF;
	border:1px solid #ddd;
}
.whitesection .testimonial:after{
	border-color: #f7f7f7 transparent transparent #f7f7f7;
}
.greysection .testimonial:after{
	border-color: #fFF transparent transparent #fFF;
}

.testimonial .fa {
	font-size: 40px;
	opacity: 1;
}
.testimonial .fa:first-child{
	position: absolute;
	top:10px;
	left:10px;
}
.testimonial-quote {
	margin-top: 0;
}
.testimonial-quote p:first-child {
	margin-top: 0;
}
.testimonial-credit{
	font-size: 18px;
  	font-family: 'century-gothic','Century Gothic','pt-sans',Tahoma, Geneva, sans-serif;
  	color: #691F99;
  	margin-bottom: 0;
}
.testimonial:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 30px;
	bottom: -28px;
	border: 15px solid;
	border-color: #f0f0f0 transparent transparent #f0f0f0;
	filter: drop-shadow(-1px 3px 0 #ddd);

}
.spacer{ margin-bottom: 2em;}

.test-centered.slick{
	border: none;
}

.testimonial-slide{
	padding: 0 10px;
}
.test-centered.slick .slick-dots li.slick-active button:before,
.test-centered.slick .slick-dots li button:before{
	color: #894ecc;
}



/* Call to action */

.cta-buttons {

}
a.cta, input.wpcf7-submit {
	border: #0055d1 2px solid;
	background-color: #0055d1;
	color:#fff;
	font-size: 18px;
	padding:0.6em 20px;
	display: inline-block;
	font-family: inherit;
	text-decoration: none;
	margin: 20px 8px 0.5em 0;
	box-shadow: none;
	text-shadow:none;
	text-align: center;
}
.entry-content a.cta, .entry-footer a.cta{
	margin-right:0.5em;
	margin-top: 2em;
}
a.cta:hover, input.wpcf7-submit:hover {
	background-color: #fff;
	color: #0055d1;
	box-shadow: none;
	text-shadow:none;
}
input.wpcf7-submit:hover {
border-color: #0055d1;
}
footer a.cta, #secondary a.cta, .case-study a.cta {
	width: 100%;
}
a.cta-blue {
	border-color: #3f4f84;
	background-color: #3f4f84;
	color:#fff;
}
a.cta-blue:hover{
	background-color: #fff;
	color: #3f4f84;
}
a.cta-green {
	border-color: #691f99;
	background-color: #691f99;
	color:#fff;
}
a.cta-green:hover{
	background-color: #fff;
	color: #691f99;
}
a.cta-purple {
	border-color: #691f99;
	background-color: #691f99;
	color:#fff;
}
a.cta-purple:hover{
	background-color: #fff;
	color: #691F99;
}
a.cta-small {
	font-size: 18px;
	padding:0.3em 10px;
}
#secondary .cta:last-child {
	padding:0.6em 24px;
	margin-right: 0;
}
.header-red { padding: 2em 0;}
.header-red header { margin: 0; }
.header-red, .header-red h1{
	background-color:#0055d1;
	color: #fff;
	margin: 0;
}
.red, .red:link, .red:visited {
	color:#691f99;
	opacity: 1;
	text-decoration: none;
}
#parent-red ul li:before{
	color:#0055d1;
}
.header-blue { padding: 2em 0;}
.header-blue header { margin: 0; }
.header-blue, .header-blue h1{
	background-color:#3f4f84;
	color: #fff;
	margin: 0;
}
.blue, .blue:link, .blue:visited {
	color:#3f4f84;
	opacity: 1;
	text-decoration: none;
}
#parent-blue ul li:before{
	color:#3f4f84;
}
.header-green { padding: 2em 0;}
.header-green header { margin: 0; }
.header-green, .header-green h1{
	background-color:#691f99;
	color: #fff;
	margin: 0;
}
.green, .green:link, .green:visited {
	color:#691f99;
	opacity: 1;
	text-decoration: none;
}
#parent-green ul li:before{
	color:#691f99;
}
.header-purple { padding: 2em 0;}
.header-purple header { margin: 0; }
.header-purple {
	/*background-color:#691F99;*/
	background-color: #442B4B; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAKklEQVQYV2NcUXf8PwMUPLzAysAIEwBx5A1+QwRgHJBCxk6/M/9BMjAAAPy4FGvXBtFiAAAAAElFTkSuQmCC) repeat;
}
.header-purple, .header-purple h1{
    color: white;
	color: #fff;
	margin: 0;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.purple, .purple:link, .purple:visited {
	color:#691F99;
	opacity: 1;
	text-decoration: none;
}
#parent-purple ul li:before{
	color:#691F99;
}
.header-red h1 a,.header-blue h1 a,.header-green h1 a,.header-purple h1 a { color:#fff;}

/* SOLUTIONS */

.solutions-section {
	margin-top: 2em;
	padding-bottom: 3em;
	border-bottom: 1px solid #f0f0f0;
}
.solutions-section:first-child{
	margin-top:     0;
}
.solutions-section .w-col.w-col-12 { padding-left: 10px;}
.solutions-section h2 { margin-top: 0; }
.solutions-teaser {margin-bottom: 2em;}
#solution-features {}
.solution-feature {
    text-align: center;
    padding: 0 2em;
}
.solution-feature h3 {
	font-size: 1.4em
}
.solution-feature .fa {
	font-size: 50px;
	opacity: 0.6;
}

.solution-row{
	margin-bottom: 3em;
	padding-bottom: 2em;
	border-bottom: 1px solid #f0f0f0;

}

/*=====================================================
FOOTER
=====================================================*/
footer#colophon {
  font-size: 0.875rem;
  text-align: left;
  background-color: #004a93;
  color: white;
  position: relative;
}

footer#colophon ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.upper_footer {
  padding: 2rem 0 1rem;
}
.getintouch {margin-bottom:1rem;}
.site-info {
  padding: 0.5rem 20px;
  text-align: right;
}

#colophon ul a {
  color: white;
  text-decoration:none;
}
#colophon ul a:visited {
  color: white white;
}
#colophon ul a:hover {
  color: #a195a5;
}
#colophon ul a:active {
  color: white;
}

.footerbanner {
  background-size: cover;
  color: white;
  padding: 1rem 0;
}
.footerbanner h3 {
  color: white;
}
.footerbanner h4 {
  color: white;
  margin:0 0 0.5rem;
  font-size:1.1rem;
}
.footerbanner p {
  margin:0;
}
.footerbanner a.cta {
  margin-top:0.2rem;
  display: inline-block;
  width: auto;
  margin-top: 1rem;
}

a.social_link,
a.social_link:visited {
  color: white;
  display: inline-block;
  margin-right: 20px;
  font-size: 2rem;
}
a.social_link:hover {
  color: #a195a5;
}
a.social_link:active {
  color: white;
}

#colophon .w-col .w-col {
  margin-bottom: 1rem;
}
#colophon .w-col .w-col.extended {
  margin-bottom: 0;
}

/* CASE STUDY PAGE */

.case-study-img img {
  border: 1px solid #691F99;
  margin-bottom: 2em;
}
.case-study {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
.case-study:first-child {
  border-top: 1px solid #f0f0f0;
  margin-top: 2em;
  padding-top: 2em;
}
.case-study h2 {
  margin: 0;	
}
.case-study-cont {
  padding-right: 2.5em !important;
  padding-left: 0;
}


/* ACCORDION */
#accordions-191 {
  padding: 0;
}
#accordions-191 ul li {
 background:none;
 padding: 0;
}
.accordions-flat ul.responsive-accordion li .responsive-accordion-panel {
  border: 0;
}
#accordions-191 .responsive-accordion-head {
  border-bottom: none !important;	
}
.responsive-accordion-head:hover {
  opacity: 0.7;
}
/* CONTACT FORM */
.wpcf7 .w-col,#insightly-form .w-col {
	min-height: 2.5em;
	line-height: 2.5em;
}
input.wpcf7-text { width: 100%;}
input.wpcf7-captchar { width: 50%;}
input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel {
  
  color: #666;
  border: 1px solid #ccc;
  padding: 3px;
}

input[type="checkbox"] {
  cursor: pointer;
}
.wpcf7-form-control-wrap, .wpcf7-checkbox, span.wpcf7-list-item {
	display:block;

}
span.wpcf7-list-item {
	margin-left:0;
	line-height: 1rem;
}
.wpcf7-list-item input[type=checkbox] {
	float:left;
	margin-right:1rem;
}
.wpcf7-list-item-label{ float:left; }
.wpcf7-checkbox {margin-top:0.8rem;}
.wpcf7-submit {
	margin: 0.2rem 2em 0 0;
}
span.wpcf7-not-valid-tip {
	line-height: 1.1rem;
	margin-bottom: 12px;
}
.wpcf7-response-output{clear:both;}
/* INSIGHTLY FORM */

#insightly-form label {
	font-weight:normal;
}
#insightly-form textarea {
	min-height:125px;
}
#insightly-form h2 {
	font-size:1.5rem;
}

/* */
#comments {
  display: block !important;
}

/* BLOG */
.blog {}
.blog article,
.archive article,
.category article {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 1em;
	margin-bottom: 2em;
}
.blog article .entry-meta, 
.archive article .entry-meta, 
.category article .entry-meta, 
.single article .entry-meta {
	margin-top:1em;
}
.blog article .entry-header,
.archive article .entry-header,
.category article .entry-header {
	margin:1em 0;
}
.blog article .entry-header h1,
.archive article .entry-header h1,
.category article .entry-header h1 {
	font-size: 1.8em;
	line-height: 1.4em;
}
.blog article .entry-content p,
.archive article .entry-content p,
.category article .entry-content p {
	margin:0;
}
.blog article .entry-content:after,
.archive article .entry-content:after,
.category article .entry-content:after,
.single article .entry-content:after {
	clear:none;
}
.blog a.cta-small,
.archive a.cta-small,
.category a.cta-small,
.single a.cta-small { 
	float: right;
	margin-top: 0.5em;
}
.blog-img{width: 100%}

/* PORTFOLIO */
ul#portfolio_filter {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5em 0;
}
ul#portfolio_filter li {
    display: inline-block;
    margin-right: 25px;
    text-align: center;
    margin-top: 0.5rem;
    cursor: pointer;
}
ul#portfolio_filter li span {
    color: #808080;
    vertical-align: middle;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
ul#portfolio_filter li:before{
	content: '';
}
ul#portfolio_filter li.active span, ul#portfolio_filter li:hover span {
    color: #1abc9c;
}
ul#portfolio_filter li i {
    padding-right: 10px;
    color: #757575;
    vertical-align: middle;
    font-size: 1em;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
ul#portfolio_filter li.active i, ul#portfolio_filter li:hover i {
    color: #1abc9c;
}
.portfolio-item.w-col {
    line-height: 1;
    overflow: hidden;
    padding: 0 10px;
    margin-bottom: 20px;
    cursor: pointer;
    height:280px;
}

@media screen and (max-width: 1180px) {
	.portfolio-item.w-col { height:230px; }
}
@media screen and (max-width: 767px) {
	.portfolio-item.w-col { height:210px; }

}
@media screen and (max-width: 600px) {
	.portfolio-item.w-col { height:190px; }
}
@media screen and (max-width: 479px) {

}

.underlay_container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    padding:10px;
    background:#f0f0f0;
}

.project-underlay  {
    padding: 3em 0;
    line-height: 1;
    background:  rgba(92, 78, 166, 0.7);
    color:  white;
    font-weight:  bold;
    text-align:  center;
    position:  absolute;
    top:  -100%;
    left:  0px;
    right:  0px;
    transition:  all .3s ease-in-out;
    -moz-transition:  all .3s ease-in-out;
    -webkit-transition:  all .3s ease-in-out;
    height:  100%;
    width: 100%;
}

.portfolio-item:hover .project-underlay  {
    top:  0px;
 }

.portfolio-item .project-underlay h3  {
    color:  #fff;
     font-size:  1.4em;
     margin-bottom:  1em;
 }
.portfolio-item .browser-shot{
	height: 260px;
    overflow: hidden;
}
@media screen and (max-width: 1180px) {
	.portfolio-item .browser-shot { height:210px; }
}
@media screen and (max-width: 767px) {
	.portfolio-item .browser-shot { height:190px; }
}
@media screen and (max-width: 600px) {
	.portfolio-item .browser-shot { height:170px; }
}
@media screen and (max-width: 479px) {
}
.single-project {
	background-color: #fff;
}
/*.article-project {
	margin-bottom: 2em;
}*/
#project-image-body{
	width:90%;
	margin-top: 1.5em;
}
#project-image-body .browser-shot {
    position: relative;
}
#project-image-body .browser-shot img.desktopmac {
    position: relative;
}
#project-image-body .browser-shot img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}
#project-image-body .browser-shot span {
    width: 94.3%;
    height: 65.6%;
    background-color: #f0f0f0;
    position: absolute;
    top: 4%;
    left: 3%;
    overflow: hidden;
    z-index:99999;
}
#solutions-provided .fa { background: #691F99;padding:0.5em; color: #fff; font-size: 1.2em;position: relative; }
#solutions-provided i[title]:after  {
     left: -10px;
     transition:  all .25s ease-in-out;
     -moz-transition:  all .25s ease-in-out;
     -webkit-transition:  all .25s ease-in-out;
     opacity:  0;
     content:  attr(title);
      padding:  0.5em 1em;
     color:  #fff;
     position:  absolute;
     top:  100%;

     font-size:  1em;
     white-space:  nowrap;
     background:  rgba(0, 0, 0, 0.8);
     margin:  5px 0 0 ;
     font-family: Tahoma, Geneva, sans-serif;
 }
#solutions-provided i.fa:hover {
	background-color:#A566E2;
}
#solutions-provided i[title]:hover:after  {
     opacity: 1;
     left:  0px;
 }
#website-link, #solutions-provided {margin-bottom: 0.5rem;}
#website-link a {text-decoration: none;}
.article-project .testimonial { width: 90%;}
.addthis_sharing_toolbox{ margin: 0.5em 0 1.5em;}
#image-list .w-col .w-col:first-child { padding-left: 10px; }
#project_side p:last-of-type {
    margin-bottom: 0;
}
.project-testimonial p:last-of-type {
    margin: 0;
}
.project-testimonial {
  position: relative;
  padding: 20px 30px 20px 60px;
  background-color: #f0f0f0;
  margin-bottom: 3em !important;
  margin-top: 2rem;
  font-size:1rem;
  width: 90%;
}

.project-testimonial.fa {
  font-size: 40px;
  opacity: 1;
}

.project-testimonial .fa:first-child {
  position: absolute;
  top: 20px;
  left: 20px;
}

.project-testimonial-quote {
  margin-top: 0;
}

.project-testimonial-quote p:first-child {
  margin-top: 0;
}

.project-testimonial-credit {
  font-size: 18px;
  font-family: 'century-gothic','Century Gothic',Tahoma,Geneva,sans-serif;
  color: #691F99;
  margin-bottom: 0;
}

.project-testimonial:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  bottom: -28px;
  border: 15px solid;
  border-color: #f0f0f0 transparent transparent #f0f0f0;
}
@media screen and (max-width: 991px) {
	#project-image-body{
	  width: 100%;
	}
	.project-testimonial {
	  padding: 10px;
	  font-size:0.9rem;
	  width: 100%;
	}
	.project-testimonial .fa {
	  display: none;
	}
}
/* MEDIA QUERIES */

@media screen and (max-width: 1280px) {
	.w-slider { height: 340px;}
	.w-slide{
	}
}
@media screen and (max-width: 1024px) {
	.w-slide{
		min-height: 340px;
	}
	.nav {
	    padding-top: 62px;
	}
	.header-purple, .header-red,.header-green, .header-blue {
		padding: 1.5em 0;
	}
	/*.main-navigation li {
		padding: 0 0.8em;
	}*/
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-dropdown,
  .w-nav[data-collapse="medium"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="medium"] .w-dropdown-list {
    position: static;
  }
	.w-slide{
		min-height: 340px;
	} 
	/*.nav {
	    padding-top: 5px;
	}
	.main-navigation ul {
		float:left;
	}
	.main-navigation li {
		padding: 0 0.5em;
	}	*/
	.benefit-section{
		padding: 0 1em;
	}
	.benefit-section h2{
		font-size: 1.3em;
	}
	#secondary {
		padding-left: 0;
	}
	div.cta-buttons a.cta {
		font-size: 16px;
		width:100%;
		padding:0.5em 8px;
	}	
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-dropdown,
  .w-nav[data-collapse="small"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="small"] .w-dropdown-list {
    position: static;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
  .logoblock { width:100%; }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-dropdown,
  .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="tiny"] .w-dropdown-list {
    position: static;
  }
}

/* Media Screen max 991px */
@media (max-width: 990px) {
	.case-study-img {
		margin-top: 2em;
	}	
}

	/* FOOTER */
	#footer-menu li {
	  padding:0 0.5em;	
	}

div.wpcf7-response-output {
clear:both;
}

.flex{
	text-align: center;
}

.flex4logo{
	height:100px;
	width: auto;
	/*margin-left: 100px;*/
}

.screen{
	height:350px;
	width: auto;
	padding-top: -20px;
	padding-left: 100px;
}
.ops-circle{
	margin-left: auto;
	margin-right: auto;
}
.ops-solution-circle {
	height:350px;
	width:auto;
	padding-left: 100px;
}

@media (max-width: 991px) {
.screen{
	display: none;
}
.flex4logo{
	display: none;
}
}
@media (max-width: 480px) {
.solimg{
	display: none;
}
}
div.link-text {
    display: none;
}

/* OPS Packages section */
/*
.whitesection{
	background-color: #FFF;
}

.whitesection h3 {
  color: #69556f;
}

.greysection {
  background-color: #f5f5f5;
}
.greysection h3 {
  color: #442B4B;
}

.packages {
  text-align: center;
}
*/

/* SECTIONS */

section {
  position: relative;
  padding: 2.5rem 0;
/*  background-color: white;*/
}
	.page-template-flexible section:first-child {
	  padding-top: 6rem;
	  padding-bottom: 0.5rem;
	}
	.page-template-default .header-purple, .page-template-solutions .header-purple, .page-template-project-page .header-purple, .article-project .header-purple,
	.page-template-default .header-blue, .page-template-solutions .header-blue, .page-template-project-page .header-blue, .article-project .header-blue,
	.page-template-default .header-green, .page-template-solutions .header-green, .page-template-project-page .header-green, .article-project .header-green,
	.page-template-default .header-red, .page-template-solutions .header-red, .page-template-project-page .header-red, .article-project .header-red, 
	.blog .header-purple, .archive .header-purple, .single .header-purple {
	  padding-top: 6.5rem;
	}
@media only screen and (min-width: 992px) {

	.page-template-flexible section:first-child {
		padding-top: 8.5rem;
		padding-bottom: 0.5rem;
	}
	.page-template-default .header-purple, .page-template-solutions .header-purple, .page-template-project-page .header-purple, .article-project .header-purple,
	.page-template-default .header-blue, .page-template-solutions .header-blue, .page-template-project-page .header-blue, .article-project .header-blue,
	.page-template-default .header-green, .page-template-solutions .header-green, .page-template-project-page .header-green, .article-project .header-green,
	.page-template-default .header-red, .page-template-solutions .header-red, .page-template-project-page .header-red, .article-project .header-red, 
	.blog .header-purple, .archive .header-purple, .single .header-purple {
	  padding-top: 9rem;
	}
}
.page-id-825 section:first-child {
  padding-top: 2.5rem;
}
.home section:first-child {
  padding-top: 0rem;
}
@media only screen and (min-width: 992px) {
  .home.page-template-flexible section.intro {
    padding-top: 2.5rem;
  }
}
/*@media only screen and (min-width: 768px) {
  section:first-child {    padding: 5.5rem 0 4rem;  }
}*/
/*section.listsection {  padding: 4rem 0 3rem;}*/

.w-row.overflow, .w-container.overflow {  overflow: visible !important;}

/*=====================================================
			---FLEXIBLE CONTENT STYLES--
=====================================================*/

.whitesection {  background-color: white;}
.whitesection h3 {  color: #555; font-size: 1.8rem;}

.greysection h3 {  color: #555;}


.purplesection h1, .purplesection h2, .purplesection h3 {  color: white;}
.purplesection p { text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2); }

.centered {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: auto;
  text-align: center !important;
}
.centered h1, .centered h2, .centered h3 {
  margin: inherit auto;
  text-align: center;
}
#feat-icon .centered h1, #feat-icon .centered h2 {
	margin-bottom:2rem;
}
/*=====================================================
Single Column
=====================================================*/
.banner {
	margin:auto;
	display:inline-block;
	font-size: 1.1rem;
	/*padding-top: 1rem;*/
/*	background-color: rgba(0, 0, 0, 0.4);*/
	color:#FFF;
}
.banner img {
	margin-bottom:1rem;
}
.banner h1{
	margin-top: 0rem;
	line-height: 3.5rem;
	color:#FFF;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.banner h1 .subheading{ font-weight: normal; color:#FFF;}
.banner h2, .pf_title h2{
	margin: 0rem 0 0.5rem;
	padding: 0 0 0.5rem;
	line-height: 3.5rem;
	font-size:2.2rem;
}
.banner h2 {
	color:#FFF;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.banner h2 .subheading, .pf_title h2 .subheading{ font-weight: normal; line-height:1em;}

@media screen and (max-width: 640px) {
.banner{padding:0;font-size: 1.0rem;}
}

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

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

.benefit {
	/* padding-top: 3rem;*/
	text-align: center;
	margin-bottom: 1.5rem;
}

.benefit-12 {
  padding-left: 100px;
}

.benefit i {
  font-size: 2.5rem;
  width: 60px;
  top: 3rem;
}

.benefit-12 i {
  top: 3.5rem;
  font-size: 3.5rem;
}

.benefit h3 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

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

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

.ticks ul{
  list-style-type: none;
}
.ticks ul li:before {    
  font-family: "Font Awesome 6 Free";
  content: '\f00c';
  margin:0 10px 0 -15px;
  color: #894ecc;
} 

/*=====================================================
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;}

.photo-gallery .slick-slide img{
	display: inline-block;
}
.photo-gallery a.grid_page_box {
    line-height: 250px;
}
.gallery .slick-slider{
	border-bottom:0;
}
.gallery .slick-dots{
	margin-bottom: 0;
	margin-left:0;
}
.gallery .slick-dots li button:before, #gallery .slick-dots li.slick-active button:before{
	color:#a87ec7;
	text-shadow: none;
}


.gallery .slick-dots li button:before {    
	font-family: "Font Awesome 6 Free";
    content: "\f10c";
    color: #a87ec7;
    opacity: 1;
    font-size: 1rem;}
.gallery .slick-dots li.slick-active button:before{content: "\f111";
    color: #a87ec7;}


/*=====================================================
Text With Sidebar
=====================================================*/
a.sidebar_box {
	display: block;
	margin-bottom: 1rem;
	text-decoration: none;
	text-align: center;
	padding:20px;
	border-radius: 10px;
	transition: 0.2s ease-in-out;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

a.sidebar_box:hover{
	-webkit-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.7);
	box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.7);
}

.whitesection a.sidebar_box{
	background-color: #f7f7f7;
}
.greysection a.sidebar_box{
	background-color: #FFFFFF;
}


a.sidebar_box img{
}
a.sidebar_box:last-child {  margin-bottom: 0;}

a.sidebar_box h3 {
	width: 100%;
	background-color: #894ecc;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAKklEQVQYV2NcUXf8PwMUPLzAysAIEwBx5A1+QwRgHJBCxk6/M/9BMjAAAPy4FGvXBtFiAAAAAElFTkSuQmCC) repeat;
	color: white;
	font-family: 'century-gothic', 'Century Gothic', sans-serif;
	padding: 0.5rem 0rem;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-bottom: 0;
	margin-top: 1rem;
	font-size: 1.3rem;
	text-align: center;
}

.sidebar_box_content {
	padding: 1rem 0;
	text-align: center;
}

.whitesection .sidebar_box_content {
}
.greysection .sidebar_box_content {
	background-color:#FFFFFF;
}

/*=====================================================
Tabs
=====================================================*/
.responsiveTabs {
  display: block;
  margin-top: 1rem;
}

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: #46cfd4;}

div.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  background-color: #46cfd4;
  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: #46cfd4; color:#FFF ;}
div.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {  color: #555;}

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

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

.features li:before {
  font-family: "Font Awesome 6 Free";
  content: '\f00c';
  position: absolute;
  left: 0;
  top: 0;
  color: #46cfd4;
}

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

.pf_title{text-align: center;}
.examples {  padding-top: 1.5rem;}
.examples.slick-slider {  border:none;}
.example_container {  padding: 0 10px;}

.examples .slick-dots {
  /*bottom: -3rem;*/
  text-align: center;
  margin: 0;
  /*padding: 0 20px 0 0;*/
}
.examples .slick-dots li button:before {    
	font-family: "Font Awesome 6 Free";
    content: "\f192";
    color: #004a93;
    opacity: 1;
    font-size: 1rem;}
.examples .slick-dots li.slick-active button:before{content: "\f111";
    color: #004a93;}


/*=====================================================
Grid Section
=====================================================*/
.grid_single {
  display: block;
  margin-bottom: 1rem;
  text-align: center;
}
.grid_single:hover {  opacity: 0.8;}
.grid_single img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}
/*=====================================================
Testimonials
=====================================================*/
.testimonial{  padding: 0.5rem 3rem 1rem; text-align: center;}

.clientname {
  display: block;
  font-weight: bold;
  color: #a77ad9;
  margin-top: -0.75rem;
}

.org {  color: #555;}

.single_resource {
  padding: 1rem 0;
  border-bottom: 1px solid #E3E3E3;
}

.w-row:last-child .single_resource {
  border-bottom: 0;
  padding-bottom: 0;
}
h3.resource_title {  margin-bottom: -0.5rem;}

@media only screen and (max-width: 1400px) {
	.testimonial{padding:0.5rem 3rem 1rem;}
}

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

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

.single_resource {  padding: 1rem 0;  border-bottom: 1px solid #E3E3E3;}
.w-row:last-child .single_resource {  border-bottom: 0;  padding-bottom: 0;}
h3.resource_title {  margin-bottom: -0.5rem;}

.cta, input[type="submit"], header .cta_container a {
  display: block;
  background-color:#691f99;
  border:1px solid #691f99;
  color: white;
  padding: 0.75rem 20px;
  border: none;
  text-align: center;
  transition: 0.3s;
}
.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:hover, input[type="submit"]:hover, header .cta_container a:hover {
	background-color: #fff;
	color: #691f99;
	border: 2px solid #691f99;
}
@media only screen and (min-width: 768px) {  .cta, input[type="submit"], header .cta_container a {    display: inline-block;  }}


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

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

a.solution {
  display: block;
  height: 15rem;
  position: relative;
  background-color: #442B4B;
  overflow: hidden;
  margin-bottom: 1rem;
  border: 1px solid #ddd;
}
a.blogimg.solution {
  display: block;
  height: 129px;
  position: relative;
  background-color: #442B4B;
  overflow: hidden;
  margin-bottom: 0;
}


.solution_container .solution {  margin-bottom: 0;}
.solution h3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  background-color: #307674;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAALklEQVQYV2Nk8Jr8nwEZcNsxMKIIctsxMHw9hCQIFQBpgqhEEoAIhl78D9KCDACJORGbsM9+OAAAAABJRU5ErkJggg==") repeat;
  padding: 0.5rem 20px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0;
  font-size: 1.25rem;
}
h3.blogsolution {
  width: 100%;
  color: white;
  background-color: #307674;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAALklEQVQYV2Nk8Jr8nwEZcNsxMKIIctsxMHw9hCQIFQBpgqhEEoAIhl78D9KCDACJORGbsM9+OAAAAABJRU5ErkJggg==") repeat;
  padding: 0.5rem 20px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0;
  font-size: 1.25rem;
  margin-top:0;
}

.solution img {
  min-width: 100%;
  min-height: 100%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transform-origin: 50% 0%;
  /*opacity: 0.5;*/
}

.solution:hover h3 {
  -moz-transform: translateY(5rem);
  -ms-transform: translateY(5rem);
  -webkit-transform: translateY(5rem);
  transform: translateY(5rem);
}

.solution:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}

.readmore {
  display: block;
  font-size: 0.875rem;
  margin-top: -0.5rem;
}

.single_sol_img {
  display: block;
  width: 80%;
  max-width: 250px;
  margin: auto;
}

h3.single_sol_h3 {
  margin-bottom: 0;
  margin-top: 0.25rem;
  font-weight: normal;
  font-size: 1.6rem;
}

.single_solution p {  margin-top: 0;}

@media screen and (max-width: 860px){
	.single_solution {  font-size: 1.05rem;}
	h3.single_sol_h3 {  font-size: 1.4rem;}
}
@media screen and (max-width: 767px){
	.single_solution {  padding-bottom: 1rem;margin-bottom: 0.5rem; text-align: left; border-bottom: 1px solid #f0f0f0;}
	.single_sol_img {float:left;}
	h3.single_sol_h3 {clear: none;margin-top: 0.5rem;}
	.single_solution .cta {padding: 0.3em 10px;font-size:1rem;margin: 0.75rem 8px 0.5em 0;}
	.single_solution:before,
	.single_solution:after {
	  content: " ";
	  display: table;
	}
	.single_solution:after {
	  clear: both;
	}
}
@media screen and (max-width: 550px){
	.single_sol_img { max-width: 150px; padding-bottom:50px; }
}

/*=====================================================
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: #691f99;
  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;}
@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 {
    margin: 0 auto;
  }
}

.slider-for .slick-prev, .slider-for .slick-next {  z-index: 300;}
.slider-for .slick-prev:before, .slider-for .slick-next:before {  color: #691f99;  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;}
}
/*=====================================================
Call To Action
=====================================================*/

.cta-box{
	padding:30px;
	color:#FFF;
	text-align: center;
}
.cta-box h2{
	color:#FFF;
}
.cta-box img{
	display: block;
	margin:0 auto;
}

.cta-box a{
	padding:10px 20px;
	background-color: #FFF;
	color:#0055d1;
	text-decoration: none;
	display: inline-block;
}

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

div.matrix {
  width: 100%;
  overflow-x: scroll;
  padding-left: 31%;
  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 {
  font-family: 'century-gothic','Century Gothic','pt-sans',Tahoma, Geneva, sans-serif;
  color: white;
  padding: 1rem 10px;
  font-size: 1.25rem;
  background-color:#894ecc;
}
div.matrix th.purple {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAKklEQVQYV2PcGRT0nwEKXqxbx8AIEwBxJIKCIAIwDkgh40IGhv8gGRgAALmqEbk2+8QDAAAAAElFTkSuQmCC);
  border: 1px solid #b95252;
}
div.matrix th.red {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAKklEQVQYV2PUz9jznwEKLt5/zsAIEwBx9BUlIQIwDkghI4P74v8gGRgAAMScEeTI3dxfAAAAAElFTkSuQmCC);
	border: 1px solid #2f68bc;
}
div.matrix th.green {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAKklEQVQYV2M0mj3jPwMUnHv2nYERJgDiGElxQgRgHJBCRobG/v8gGRgAANWxEkBiwzXLAAAAAElFTkSuQmCC);
  border: 1px solid #329b98;
}

div.matrix td.purple {
  background-color: #fff0f0;
  border: 1px solid #ffc2c2;
}
div.matrix td.red {
  background-color: #f7f6fb;
  border: 1px solid #cbcdff;
}
div.matrix td.green {
  background-color: #f1fffd;
  border: 1px solid #bee1e1;
}

div.matrix th.four{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAKklEQVQYV2NcUXf8PwMUPLzAysAIEwBx5A1+QwRgHJBCxk6/M/9BMjAAAPy4FGvXBtFiAAAAAElFTkSuQmCC) repeat;
  border: 1px solid #a87ec7;
}

div.matrix td.four{
	background-color: #f6f4f8;
  border: 1px solid #dfcbed;
}


div.matrix .headcol {
  font-family: 'century-gothic','Century Gothic','pt-sans',Tahoma, Geneva, sans-serif;
  position: absolute;
  width: 31%;
  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) td {  background-color: #f5f5f5;}
div.matrix tr:last-child .headcol { background-color:#fff; height: 83px; }
div.matrix .fa-times {  color: #b7b7b7;}
div.matrix .fa-check {  color: #389d6c;}
div.matrix tr.headrow td.headcol, div.matrix tr.headrow td {
	background-color: #888;
	color:#fff;
}
@media only screen and (max-width: 680px) {	.headcol{display: inline-block;}}

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

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

.slider-section{padding:0;}
.gen_slider.slick-slide{
	height:500px;
	padding:0;
}

.gen_slider .centered{margin-top: 6rem;}
.gen_slider h1{color:white; margin-bottom:2rem;font-weight: bold; text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);}
.gen_slider h2{color:white; margin:0; font-weight: normal; font-size: 2rem; text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);}

.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;
    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; text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);}


/*=====================================================
I dont know why this is here but ok
=====================================================*/

/*body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.8rem;
  font-weight: 300;
  color: #888;
  font-size: 16px;
}*/

p:last-child {  margin-bottom: 0;}
/*a {  text-decoration: none;  color: #333;}
a:visited {  color:  #333;}
a:focus {  color:  #333;}
a:hover {  color: #000;}
a:active {  color:  #333;}*/

/*h1, h2, h3, h4, h5, h6 {
  display: block;
  line-height: 1.25;
  font-family: 'Work Sans', sans-serif;
  margin-bottom: 2rem;
  font-weight: normal;
  margin-top: 1.5em;
}*/

h1:first-child, h2:first-child, h3:first-child {  margin-top: 0;}

/*h1 {
  color: #888;
  font-size: 2.25rem;
  line-height: 1;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  h1 {    font-size: 3.5rem;  }
}*/

/*h2 {
  color: #555;
  font-size: 1.75rem;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  h2 {    font-size: 2.5rem;  }
}

h3 {  font-size: 1.5rem;  color: #000;}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 1.5rem;
  }
}*/
.subheading {
  display: block;
  font-size: 1.5rem;
  line-height: 1.4em;
  padding: 0.2rem 0 0.5rem 0;
}
.whitesection .subheading, .greysection .subheading{color:#555; margin-top: 0;}
strong {  font-weight: bold !important;}
em {  font-style: italic;}

/* FORM */

form p{margin:0; color:#888;}

/* BLOG LISTING PAGE */

.blog-box{	background-color: #FFF;}
h2.entry-title{font-size: 1.5rem; margin-bottom: 1rem;}
.entry-meta{margin-bottom: 1em;}
a.blog-link{
	background-color: #46cfd4;
	padding:10px 15px;
	color:white;
	margin-top: 1rem;
}
a.blog-link:hover{
	background-color: #29b2b7;
}
.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.3);
}

#mc_embed_signup {
	padding:0;
}

.footerbanner{
	padding:0;
}
.footerbanner h4{
	background-color: #1169bf;
	padding:20px;
	padding-bottom: 10px
}

.footerbanner img{
	padding-bottom: 0.5em; 
}
.footerbanner a.cta-small{
	float:none;
	background-color: transparent;
	border-color: #FFF
}

.footerbanner a:hover.cta-small{
	float:none;
	background-color: white;
	border-color: #442B4B;
	color:#442B4B;
}
.small_text {font-size:0.65rem;line-height:0.9rem;}
/* Blog Footer */

.blog-footer{
	padding:20px;
	border:1px solid #691f99;
	margin-bottom: 2em;
}

.blog-footer img{
	margin-bottom: 0.5em;
}
.blog-footer a.cta{
	margin:0.5em 0;
}

.affiliate img{
	text-align: right;
	height: 70px;
}


/* Print Ecommerce */

.page-id-1745 .sideimage img,
.page-id-1785 .sideimage img{
	height: 300px;
}


@media only screen and (max-width: 991px){
	.page-id-1745 section:first-child, .page-id-1785 section:first-child{
		padding-top: 6.5rem;
	}
}


/* OPS Packages Content Block*/

.whitesection .package{
	background-color: #eee;
	border: 1px solid #ddd;
	margin-bottom: 1rem;
}

.greysection .package{
	background-color: #FFF;
	border: 1px solid #ddd;
	margin-bottom: 1rem;
}

.package h3{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAKklEQVQYV2NcUXf8PwMUPLzAysAIEwBx5A1+QwRgHJBCxk6/M/9BMjAAAPy4FGvXBtFiAAAAAElFTkSuQmCC) repeat;
    color:#FFF;
    padding: 15px 30px;
    text-align: center;
    margin: 0;
}


.package .top, .package .bottom{
	padding: 1rem 1.5rem;
}

.package .bottom{
	border-top:1px solid #dcdcdc;
	text-align: center;
}
.package h4{
	text-align: center;
	font-size: 2.3rem;
	font-family: 'century-gothic', 'Century Gothic', sans-serif;
	margin: 0;
}

.package p{
	text-align: center;
	margin:0;
}

.package ul{
	padding: 0;
	margin:0;
	list-style: none;
	text-align: left;
}

.package ul li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color:#389d6c;
}

.package ul li.more-info i {
  content: "\f05a"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  color: #691e98;
  background-color:transparent;
}


.more-info a{
	color: #691e98;
	text-decoration: none;
	font-weight: bold;
}
.more-info a:hover{
	text-decoration: underline;
}

.package a.cta{
	border:#691e98;
	background-color: #691e98;
	border:1px solid #691e98;
}
.package a.cta:hover{
	border: 1px solid #691e98;
	color:#691e98;
	background-color:#FFF;
}

/* Removes top padding when */

section.removepadding{
  padding-top: 0;
}

/*-----------MEGA MENU-------------*/
.mega_menu_container {
  top: 0;
  margin-top: 1rem;
  top: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}

.mega_menu_container.visible, #primary-menu li:hover ul{
	display: inline-block;
    -moz-box-shadow: 0px 6px 5px 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 6px 5px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 6px 5px 3px rgba(0, 0, 0, 0.15);
}

.mega_menu {
  position: relative;
  top: 0;
  background-color: white;
  max-height: 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  width: 100%;
}

.mega_menu_container.visible .mega_menu {
  max-height: 600px;
}

ul#menu-megamenu {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
/*  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;*/
  list-style: none;
  background-color: white;
  padding: 1.5rem 20px;
}

ul#menu-megamenu > li {
  width: 25%;
  float: left;
}

ul#menu-megamenu > li > a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-family:  'Century Gothic', sans-serif;
}

ul#menu-megamenu li a:hover{
	text-decoration: underline;
	color:#691f99;
} 



ul#menu-megamenu > li.servicesli:before {
  content: "\f013";
  color: #69556f;
}

ul#menu-megamenu > li.solutionsli:before {
  content: "\f1b3";
  color: #C14E51;
}

ul#menu-megamenu > li > a {
  font-size: 1.2rem;
  color: #691f99;
}
ul#menu-megamenu > li > a:visited {
  color: #691f99;
}
ul#menu-megamenu > li > a:focus {
  color: #C14E51;
}
ul#menu-megamenu > li > a:hover {
  color: #442B4B;
}
ul#menu-megamenu > li > a:active {
  color: #C14E51;
}

ul#menu-megamenu > li.solutionsli > a {
  color: #C14E51;
}
ul#menu-megamenu > li.solutionsli > a:visited {
  color: #C14E51;
}
ul#menu-megamenu > li.solutionsli > a:focus {
  color: #C14E51;
}
ul#menu-megamenu > li.solutionsli > a:hover {
  color: #442B4B;
}
ul#menu-megamenu > li.solutionsli > a:active {
  color: #C14E51;
}

ul#menu-megamenu > li.servicesli > a {
  color: #69556f;
}
ul#menu-megamenu > li.servicesli > a:visited {
  color: #69556f;
}
ul#menu-megamenu > li.servicesli > a:focus {
  color: #69556f;
}
ul#menu-megamenu > li.servicesli > a:hover {
  color: #442B4B;
}
ul#menu-megamenu > li.servicesli > a:active {
  color: #69556f;
}

ul#menu-megamenu > li > ul {
  padding: 0.5rem 0 0 1.6rem;
  margin: 0;
  list-style: none;
}

ul#menu-megamenu > li > ul > li {
  padding-left: 1em;
  text-indent: -.7em;
}

ul#menu-megamenu > li i {
  font-size: 0.9em;
}

ul#menu-megamenu > li.servicesli > ul > li:before {
  color: #69556f;
}

ul#menu-megamenu > li.solutionsli > ul > li:before {
  color: #C14E51;
}

ul#menu-megamenu > li > ul > li > a {
  display: inline-block;
  padding: 0.25rem 0;
  color: #666;
  text-decoration: none;
}
ul#menu-megamenu > li > ul > li > a:visited {
  color: #666;
}
ul#menu-megamenu > li > ul > li > a:focus {
  color: #666;
}
ul#menu-megamenu > li > ul > li > a:hover {
  color: #691f99;
}
ul#menu-megamenu > li > ul > li > a:active {
  color: #666;
}


a.header_banner {
  float: left;
  width: 25%;
  padding: 1.5rem 20px;
  display: block;
  color: #888;
  border-left: 1px solid #f5f5f5;
}

a.header_banner:hover {
  background-color: #f5f5f5;
  color: #888;
}

.header_banner_image {
  margin-bottom: 0.5rem;
  display: block;
  width: 100%;
}

.header_banner h3 {
  color: #442B4B;
  margin-bottom: -0.75rem;
}

.mega_menu_footer {
  border-top: 1px solid #f5f5f5;
  padding: 1rem 20px;
}

h4.mega_menu_footer_heading {
  margin: 0 20px 0 0;
  padding-right: 20px;
  border-right: 1px solid #f5f5f5;
  font-weight: bold;
  display: inline-block;
}
h4.mega_menu_footer_heading i {
  margin-right: 10px;
  font-weight: normal;
}

#menu-options {
  margin: 0;
  padding: 0;
  display: inline-block;
}

#menu-options li {
  margin: 0 20px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}


/* Responsive Work */

#mobile-navigation{
	display: none;
}

@media only screen and (max-width: 992px) {
	.page-template-flexible section:first-child{
		padding-bottom: 2rem;

	}
	#primary-menu > li:last-child a, #primary-menu > li:last-child a:visited{
		background-color: transparent;
		padding:0.5rem 0;
	}
	#site-navigation{
		display: none;
	}
	#mobile-navigation{
		display: block;
		padding-top: 50px;
	}

	.home section:first-child{
		padding:2.5rem 0;
	}


	/* SubMenu responsive*/

	#mobile-menu li.menu-item-has-children{
		position: relative;
		transition: 0.2s;
		width: 100%;
	}
	#mobile-menu li.menu-item-has-children:after{
	    content: '\f107';
       font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
		position: absolute;
		right: 10px;
		top: 10px;
		padding: 10px 10px 10px 20px;
		cursor: pointer;
		transition: 0.3s;
		color: #FFF;
		font-size: 1rem;
		display: block;
		z-index:999999;
	}
	#mobile-menu li.active-parent:after{
		transform: translateX(10px) rotate(180deg);
		-webkit-transform: translateX(10px) rotate(180deg) ;
		-ms-transform: translateX(10px) rotate(180deg) ;
		-moz-transform: translateX(10px) rotate(180deg);
		-o-transform: translateX(10px) rotate(180deg) ;
		color:#FFF;
	}
	#mobile-menu li.active-parent{
	width: 100%;
	}
	#mobile-menu li.active-parent a{
		color:#fFF;
	}

	#mobile-menu ul.sub-menu{
		padding: 0;
	}
	#mobile-menu ul.sub-menu.active {
    margin: 0;
}
	#mobile-menu ul.sub-menu li{
		overflow: hidden;
		display: none;
		transition: 0.3s;
		background-color: transparent;
	}
	#mobile-menu ul.sub-menu li a{
		color:#FFF;
		padding:5px;
	}
	#mobile-menu ul.sub-menu.active li{
		display: block;
		padding: 0.5rem 0;
		background-color: #9348c3;
		border-bottom: 1px solid #a95bdc;
		width: 100%;
	}
}


@media only screen and (max-width: 1190px) {

}

.page-id-2766 .graphiclinks .divider{
	height:2px;
	max-width: 30%;
	margin:0 auto;
	margin-top:3rem;
	margin-bottom: 1rem;
	background-color: #d4d4d4;
	position: relative;
}

.page-id-2766 .graphiclinks .divider span.left,
.page-id-2766 .graphiclinks .divider span.right{
	width:20px;
	height:20px;
	border: 2px solid #894ecc;
	border-radius: 50%;
	background-color: #FFF;
    position: absolute;
}

.page-id-2766 .graphiclinks .divider span.left{
	left:0;
	top:-9px;
}
.page-id-2766 .graphiclinks .divider span.right{
	right:0;
	top:-9px;
}

.page-id-2766 .graphiclinks:last-child .divider{
	display: none;
}

/*tooltip*/
.tool-tip{
	cursor: pointer;
    display: inline;
    position: relative;
    float: right;
}

.tool-tip:after{
	content:'';
	opacity: 0;
	transition-delay: 0.2s;
	transition: 0.2s ease-in-out;
	position: absolute;
	bottom: 1.5rem;
    left: 0px;
    background: rgba(0,0,0,0.7);
    border-radius: 0;
    color: #fff;
    z-index: 98;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    padding:0;
}
.tool-tip:hover:after{
    opacity: 1;
    content: attr(title);
    padding: 10px 15px;
}
/* Showcase Override */

#three-screens .single_sol_img{
	max-width:none;
	width:auto;
}
#three-screens .w-col:first-child img,
#three-screens .w-col:last-child img{
	max-height: 331px;
}

#primary-menu li ul{
	overflow:visible;
	display:none;
}

#primary-menu li:hover > ul{
	display:block;
}

#primary-menu > li > ul:before{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent #FFF transparent;
	position:absolute;
	top:-15px;
	left:30%;
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.15));
}

#primary-menu li ul li{
	position:relative;
    	min-width: 200px;
}

#primary-menu li ul li a:hover{
	background-color:#f7f7f7;
}

#primary-menu li ul li a,
#primary-menu li ul li a:visited{
	font-weight:normal;
	padding:10px 20px;
}

.submenu li:hover .submenu{
	display:block;
}

#primary-menu ul.sub-menu ul.sub-menu{
	display:none;
	left:0;
	transition:0.3s;
}

#primary-menu ul.sub-menu li:hover ul.sub-menu{
	display: block;
    position: absolute;
    left: 200px;
    top: 0;
    z-index: -1;
    min-width: 200px;
}


#primary-menu ul.sub-menu li.menu-item-has-children > a:after{
	content: '\f105';
    font-family: "Font Awesome 6 Free";
    position: absolute;
    right: 20px;
    line-height: 1;
}

ul#menu-megamenu > li#menu-item-3063{

	width:50%;
}

ul#menu-megamenu > li#menu-item-3063 .sub-menu{
	column-count : 2;
	column-gap: 10px;
}


ul#menu-megamenu > li#menu-item-3063 > ul > li:first-child a,
ul#menu-megamenu > li#menu-item-3063 > ul > li:first-child a:visited,
ul#menu-megamenu > li#menu-item-3063 > ul > li#menu-item-2458 a,
ul#menu-megamenu > li#menu-item-3063 > ul > li#menu-item-2458 a:visited{
	color: #442B4B;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    text-decoration: underline;
}
ul#menu-megamenu > li#menu-item-3063 > ul > li:first-child a:hover,
ul#menu-megamenu > li#menu-item-3063 > ul > li:first-child a:visited:hover,
ul#menu-megamenu > li#menu-item-3063 > ul > li#menu-item-2458 a:hover,
ul#menu-megamenu > li#menu-item-3063 > ul > li#menu-item-2458 a:visited:hover{
	color:#0055d1;
}

.single_solution{
	margin-bottom:1.5rem;
}
#primary-menu li.menu-item-has-children > a,
#primary-menu li.megamenu-a > a{
	position:relative;
}
#primary-menu li.menu-item-has-children > a:after,
#primary-menu li.megamenu-a > a:after{
	content:'\f107';
	font-family:"Font Awesome 6 Free";
	margin-left:5px;
}

.purplesection .testimonial{
	background-color: rgba(0,0,0,0.3);
	padding: 20px;
	margin: 0 auto;
}
.purplesection .testimonial:after{
	border-color: rgba(0,0,0,0.3) transparent transparent rgba(0,0,0,0.3);
	filter: none;
	bottom: -30px;
}

.purplesection .clientname{
	color: #FFF;
	font-size: 1.5rem;
	text-align: center;
}

.graph-container{
	background-color: #f7f7f7;
	padding: 20px;
	margin-bottom: 1rem;
}

.graph-container .caption{
	margin-top: 1rem;
	font-style: italic;
}

/* custom opsdemo code */

.page-template-flexible.page-id-3799 #content,
.page-template-flexible.page-id-2230 #content{
	padding-top: 7.2rem;
}

.page-template-flexible.page-id-3799 section:first-child,
.page-template-flexible.page-id-2230 section:first-child{
	padding-top: 0;	
}

.page-id-3799 .singl-col,
.page-id-3799 .singl-col .w-container,
.page-id-2230 .singl-col,
.page-id-2230 .singl-col .w-container{
	min-height: 300px;
}

.page-id-3799 .singl-col .w-container,
.page-id-2230 .singl-col .w-container{
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-id-3799 .banner h1,
.page-id-3799 .banner h2,
.page-id-2230 .banner h1,
.page-id-2230 .banner h2{
	font-size: 4rem;
	line-height: 1.4;
	font-weight: bold;
	text-shadow: none;
}

.page-id-3799 .banner h1 .subheading,
.page-id-3799 .banner h2 .subheading,
.page-id-2230 .banner h1 .subheading,
.page-id-2230 .banner h2 .subheading{
	font-size: 2rem;
	text-shadow: none;
	margin-top: 0;
}

.page-id-3799 .singl-col a.cta{
	background-color: transparent;
	border: 3px solid #FFF;
	color: #FFF;
	font-size: 1.1rem;
	font-weight: bold;
}

.page-id-3799 .singl-col a.cta:hover{
	background-color: #FFF;
	color: #894ecc;
}

.page-id-3799 .package{
	    max-width: 50%;
    margin: 0 auto;
}
.page-id-3799 #modules .package{
	    max-width: none;
    margin: 0 auto;
}

.page-id-3799 .package .bottom{
	display: flex;
  flex-direction: column;
  align-items: center;
}
.page-id-3799 .package h3{
	background: none;
	background-color: #442B4B!important;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAKklEQVQYV2NcUXf8PwMUPLzAysAIEwBx5A1+QwRgHJBCxk6/M/9BMjAAAPy4FGvXBtFiAAAAAElFTkSuQmCC) repeat!important;
  color: white;
}

.page-id-3799 .package a.cta{
	border: #0055d1 2px solid;
	background-color: #0055d1;
}
.page-id-3799 .package a.cta:hover{
	background-color:#FFF;
	color:#0055d1;
}
.page-id-2230 .feat-icon.greysection .benefit,
.page-id-3799 .feat-icon.greysection .benefit{
	padding:20px;
	border-radius:3px;
	background-color:#FFF;
	margin-bottom:1rem;
	box-shadow: 0px 12px 24px -12px rgba(86, 49, 143, 0.31);
	-webkit-box-shadow: 0px 12px 24px -12px rgba(86, 49, 143, 0.31);
}

.page-id-3799 #section-5 h2{
	font-size:1.5rem;
}

.page-id-3799 #section-5 .centered{
	max-width:none;
}

.feature_themes .feature_slide{
	text-align: center;
	padding-bottom: 0;
	padding-left:10px;
	padding-right:10px;
}

.feature_themes .feature_slide img{
	width: auto;
	box-shadow: 0px 12px 13px -12px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0px 12px 13px -12px rgba(0, 0, 0, 0.5);
}

.slider_nav_link_internal{
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	box-shadow: 0px 6px 15px -12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 6px 15px -12px rgb(0 0 0 / 50%);
}

.feature_themes .slick-current .slider_nav_link_internal{
	background-color: #FFF;
	color: #333;
}

.feature_themes .slick-slider{
	border: none;
}

.img-w-txt-full{
	padding: 0;
}

.img-w-txt-full .sidetext{
	padding: 3rem;
	    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    padding-left:15%;
}

.sidetext-content{
	text-align: left;
}

.sidetext-content ul{
	margin: 0;
}

.sidetext ul{
	margin:0;
}

.page-id-3799 .sideimage img{
	max-width:450px;
}

.page-id-3799 #section-8 .sideimage img{
	max-width:350px;
	width:100%;
}

.row-flex{
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.page-id-3799 #section-2 .row-flex{
	align-items:flex-start;
}

@media screen and (max-width: 1536px) {
	.main_logo{
		transform:scale(0.8);
	}
}
@media screen and (max-width: 480px) {
	.page-id-2230 .banner h1{
		font-size:3.5rem;
	}
	.page-template-flexible.page-id-3799 #content,
	.page-template-flexible.page-id-2230 #content{
		padding-top: 5rem;
	}
	.page-id-2230 h2,
	.page-id-3799 h2{
		font-size: 1.5rem;
	}
	.page-id-2230 .subheading,
	.page-id-3799 .subheading{
		font-size: 1.2rem;
	}
	.page-id-3799 .banner h1, .page-id-3799 .banner h2,
	.page-id-3799 .banner h1 .subheading, .page-id-3799 .banner h2 .subheading{
		line-height: 1;
	}
	.page-id-3799 .banner h1 .subheading, .page-id-3799 .banner h2 .subheading{
		font-size:1.5rem;
		margin-top:1rem;
	}
	.centered{
		max-width: none;
	}
	.page-id-3799 a.cta{
		width:100%;
	}
	.page-id-3799 .graphiclinks .single_solution{
		display: flex;
		    flex-direction: column;
		    justify-content: center;
		    align-items: center;
	}
	.page-id-3799 .graphiclinks .single_solution img{
		padding-bottom:1rem;
	}
	.row-flex{
		flex-direction:column;
	}
	.page-id-2230 .wpcf7{
		width:100%;
	}
}

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

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

.table-container table td{
	border: 1px solid #ddd;
	padding: 5px;
	text-align: center;
	font-size: 0.9rem;
}
.greysection .table-container table tr{
	background-color: #FFF;
}

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

.whitesection .table-container table tr:nth-child(odd){
	background-color: #FFF;
}

.table-container i{
	font-size: 1.4rem;
	vertical-align: middle;
}

.table-container i.fa-check{
	color: #60d23f;
}
.table-container i.fa-times{
	color: #dc5b39;
}

.offer-box{
	background-color: #894ecc;
	color: #FFF;
	margin-bottom: 0.5rem;
	padding: 20px;
	border-radius: 10px;
	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);
max-width: 200px;
margin: 0 auto;
margin-top:1rem;
}

.offer-box h3{
	font-size: 2rem;
	margin: 0;
	color: #FFF;
	font-family: 'century-gothic', 'Century Gothic', tahoma;
	font-weight: bold;
	line-height: 1;
}

.offer-box p{
	font-family: 'century-gothic', 'Century Gothic', tahoma;
	margin-top: 0.5rem;
	font-size:0.9rem;
}

p.terms{
	font-size: 12px;
	color: #aaa;
	line-height: 1.3;
}

#content ul{
	margin:0;
}
.fab {
    font-family: "Font Awesome 6 Brands"!important;
}
.page-id-2230  #section-6 h2{
	text-align:center;
}

.page-id-2230 .wpcf7{
	display: inline-block;
    width: 80%;
    margin: 0 auto;
    background-color: #F7F7F7;
    border:1px solid #ddd;
    border-radius:3px;
    padding: 20px;
    box-shadow:0px 12px 24px -12px rgb(86 49 143 / 31%);
    text-align:left;
}

#hidetitle h1, #hidetitle h2, #homepackages h1, #homepackages h2 {display: none!important;}

rs-bullets.tp-bullets.hesperiden.horizontal.nav-pos-hor-center.nav-pos-ver-bottom.nav-dir-horizontal.noSwipe {
    display: none;
}     
section#services {
    background: #f5f5f5;
    padding: 4rem 0 4rem 0; 
    margin-bottom: 0rem;
}

section#services .txtblockcontainer, section#servicestwo .txtblockcontainer  {
    background: #fff;
    padding: 1rem;  
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}         
#services h2 {
    text-align: center;
    color: #fff;
}   

section#services h2 span { display: block; text-align: center; font-size: 1.1rem;}  
#services h2 {
    color: #691f99;
    font-size: 1.8rem;
    letter-spacing: 0.05rem;
    text-align: left;
}       

/*section#services .textcontent, section#servicestwo .textcontent{
    min-height: 263px;
} */
.txtblockcontainer a {
    text-align: center;
    display: block;
    padding: 1rem;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #6441a5;
    background-image: linear-gradient(160deg, #6441a5 0%, #0055d1 100%);
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}   
.txtblockcontainer a:hover {
box-shadow: rgb(0, 0, 0, 0.5) 5px 5px 10px 0px inset;
background-color: #6441a5;
background-image: linear-gradient(348deg, #6441a5 0%, #0055d1 100%);

}
.txtblockcontainer img {
    height: 370px;
    object-fit: cover;
}

.textcontent {
    min-height: 200px;
}   


#services  .w-col-6 ul, #reimagined ul {
    margin: 0;
    padding: 0;  
        margin-bottom: 0rem;
}

#services  .w-col-6 li, #reimagined li {
    display: inline-block;
    margin: 0;
    width: 100%;   
}  
#services .r-tabs-panel {min-height: 600px!important; }  
#services  div.r-tabs {
  position: relative;
  background: transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0;
} 
#services .r-tabs .r-tabs-nav .r-tabs-anchor {
  display: inline-block;
  padding: 0.8rem 2rem;
  text-decoration: none;
  text-shadow: none;
  font-size: 1.2rem;
  font-weight: bold; 
 

}
#services .r-tabs-nav {
  text-align: center;
  margin-bottom: 0rem !important;
}

#services div.r-tabs .r-tabs-nav .r-tabs-tab {
  background-color: rgb(183, 143, 234);
   margin: 0 0.4rem;
}
#services .w-col-6 li i, #reimagined li i, .modules i  {
    margin-right: 10px;
    max-width: 30px;
    width: 30px;
    text-align: center;
    background-color: #6441a5;
    background-image: linear-gradient(348deg, #6441a5 0%, #0055d1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.2em;
}        

#services .col001:before { z-index: 2; content: "BASE"; color: #fff; Position: absolute; font-size: 0.8em; font-weight: 600; opacity: 1; background: rgb(137, 78, 204); border-radius: 50%; width: 80px; height: 80px; line-height: 80px; text-align: center; top: -30px; left: 0px; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;}  
#services .col002:before {z-index: 2;  content: "UPGRADE"; color: #fff; Position: absolute;  font-size: 0.8em; font-weight: 600; opacity: 1; background: rgb(137, 78, 204); border-radius: 50%; width: 80px; height: 80px; line-height: 80px; text-align: center; top: -30px; left: 0px; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;}
#services .col003:before { z-index: 2;  content: "ADD"; color: #fff; Position: absolute; font-size: 0.8em; font-weight: 600; opacity: 1; background: rgb(137, 78, 204); border-radius: 50%; width: 80px; height: 80px; line-height: 80px; text-align: center; top: -30px; left: 0px; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;}   
  .modules .opsmodule {display: inline-block; width: 100%; }  
    .modules .opsmodule i {
    float: left;
    margin-top: 10px;
    margin-right: 0;
}        

.page-id-4246 #services .col001:before {display: none!important }
.page-id-4246 #services .col002:before {display: none!important }
.page-id-4246 #services .col003:before  {display: none!important }
    .modules .opsmodule { height: 25px; line-height: 25px; }
    .moduleblock { margin-bottom: 1em; }
    
    .moduleblock .wpcf7-checkbox {
    margin-top: 0;
}
.moduleblock {
    margin-bottom: 1em;
    display: inline-block;
    width: 100%;
}
.moduleblock p {
    margin: 0;
    color: #555555!important;
}  
.moduleblock .wpcf7-list-item-label {
    float: left;
    margin-right: 1rem;
}    
.moduleblock span.wpcf7-list-item {
    margin-left: 0;
    line-height: 1rem;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 8px;
    margin: 3px 3px 0 3px;
}              

.slick-slide img {
    display: inline-block!important;
}   

#tab-1 {
  z-index: 999;
  position: relative;
}

#tab-2 {
  z-index: 9999;
  position: relative;
}

#tab-3 {
  z-index: 99999;
  position: relative;
}     
#rev_slider_37_4 {
  width: 600px!important;
}            

.adjustmargin {
  position: relative;
  border-radius: 50%;
  background: #4C3F92;
  background: -webkit-radial-gradient(center, #4C3F92, #8973B2);
  background: -moz-radial-gradient(center, #4C3F92, #8973B2);
  background: radial-gradient(ellipse at center, #4C3F92, #8973B2);
}  
.page-id-4109 .textadjust {
  margin-top: 60px !important;
}

.page-id-4109 .subheading, .page-id-4368 .subheading, .page-id-4371 .subheading {
  display: block;
  font-size: 1rem;
  line-height: 1.4em;
  padding: 1rem 0 0.5rem 0;
}      

.page-id-4109 section.removepadding, .page-id-4368 section.removepadding, .page-id-4368 section.removepadding  {
  padding-top: 2.5rem;
}   

.page-id-4109 .whitesection h3, .page-id-4368 .whitesection h3, .page-id-4368 .whitesection h3, .page-id-4371 .whitesection h3 {
  color: #555;
  font-size: 1.3rem;
}            
.mini-header .main_logo {
  width: 170px;
  height: auto;
}         
     
.testimonials .w-col.w-col-6.slick-slide {
  max-width: 49.5%!important;
}      
.affiliate img {
    text-align: right;
    height: 70px;
	width: auto;
}
.affiliate .printshow-logo{
	margin-top:1rem;
}
.affiliate .printshow-logo img{
	height:auto;
} 

#services #tabcolumn { margin-top: 2rem;}
#post-4246 .portfolio  { padding-top: 2rem;
}    
#testimonialctp   { padding: 2rem 0!important; }  
#testimonialctp h2 { display: none; height: 0; font-size: 0; }
@media (min-width:480px) and (max-width:1024px) {
  .testimonials .w-col.w-col-6.slick-slide {
  max-width: 100%!important; 
      width: 100%!important;
}  
}     
 /*
.page-id-4889 #masthead {
    background: transparent;
    box-shadow: none;
}

.page-id-4889 #masthead {
    background: transparent;
}     

.page-id-4889 #primary-menu li a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 1rem;
    color: #fff;
    padding: 1rem 0.75rem;
}            
.page-id-4889 #primary-menu li.menu-item-has-children:hover, .megamenu-a.visible {
    background-color: transparent;
}   
.page-id-4889 #primary-menu li a:hover {
    color: #894ecc!important;
}          
.page-id-4889 nav#site-navigation {
    margin-top: 1rem;
}
*/  
 
/*
.page-id-4889 img.main_logo { display: none; max-height: 0; max-width: 0; } 
.page-id-4889 img.main_logo.light { display: inline-block; max-width: 228px; max-height: 50px;}
.page-id-4889 .mini-header img.main_logo.light { display: none; height: 0; width: 0;  }

.page-id-4889 img.main_logo.dark  { display: none ; height: 0; width: 0; }
.page-id-4889 .mini-header img.main_logo.dark {
    display: inline-block;
    max-width: 228px;
    max-height: 50px;
    width: 170px;
    height: auto;
    position: relative;
    top: -0.5rem;
} 

.page-id-4889 header#masthead .site-title {
    display: inline-flex;
    margin: 1rem 0 0;
    height: 0rem;
}   
*/
.page-id-4889 section:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
}           


.solution h3, h3.blogsolution {

    background-color: #0055d1;
    background-image: none!important;
    -moz-transition: 0.3s;
  
}  

 .whitesection .testimonial {
    background-color: #691f99;
    border: 1px solid #691f99;
    color: #fff;
    min-height: 200px;
} 
.whitesection .testimonial:after {
    border-color: #691f99 transparent transparent #691f99;
}
 .org {
    color: #fff;
}
  
.printshow, .printshow img {
    text-align: left;
    height: auto!important;
    width: 100%!important;
}          
section#centered h2 {
    text-align: center;
}
  /*
.page-id-4889 #primary-menu li ul li a, .page-id-4889 #primary-menu li ul li a:visited { color: #333; } 


.page-id-4889 .visible.mega_menu_container {
    top: 0;
    margin-top: 1rem;
    top: 48px!important;
    left: 0;
    position: absolute;
    width: 100%;
    border-top: 5px solid #894ecc; 
    display: none;
}       

.page-id-4889 .mega_menu_container {
    top: 48px!important;
    border-top: 5px solid transparent;
    display: none!important;
}

.page-id-4889 #primary-menu li.megamenu-a a:hover {
    color: #fff!important;
}

.menu-item-1076 .sub-menu  {display: none!important;}
.page-id-4889 .menu-item-1076 .visible .sub-menu  {display: block!important;} 
.menu-item-1076 .sub-menu:before  {display: none!important;}       
.page-id-4889 .mega_menu_container  { top: 48px!important; border-top: 5px solid transparent;}  
.page-id-4889  #primary-menu .visible ul.sub-menu {
    display: block!important;
}
 
.page-id-4889 .menu-item-1076 .sub-menu a:hover  {background-color: #691f99!important;  color: #fff!important;}    
.page-id-4889 .menu-item-1076 .sub-menu a  { color: #fff!important;}      

*/
img { image-rendering: unset!important; }  

 

#introslider { 
	padding-top: 7.2rem;
        padding-bottom: 0rem;
}   

#nopadding { padding: 0!important; }
.page-id-4985 .solution h3  { background-image: none!important; background-color: rgb(0, 85, 209)!important; }      
.page-id-4985 .ops-packages .w-col:nth-child(1) .package h3 {  background-image: none!important; background-color: rgb(0, 85, 209)!important; }   

.page-id-4985 .ops-packages .w-col:nth-child(2) .package h3 {  background-image: none!important; background-color: #b95252!important; }

.page-id-4985 .ops-packages .w-col:nth-child(3) .package h3 {  background-image: none!important; background-color: #329b98!important; }   
ul#menu-megamenu > li {
    width: unset;
    float: none;
    display: flex;
    flex-direction: column; 
    text-align: left;
}       
.mega_menu_container { margin: 0!important;}
ul#menu-megamenu {
    width: unset;
    float: none;
    display: flex;
    flex-direction: row;
    flex-basis: fit-content;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;  
    padding: 1rem 0 2rem;
}


ul#menu-megamenu > li > ul {
    padding: 0;
    margin: 1rem 0 0 0;
    list-style: none;
    text-align: left;
    line-height: 1.3rem;
    line-break: normal;
}  

ul#menu-megamenu > li > ul > li {
    padding-left: 0;
    text-indent: 0;
}    
ul#menu-megamenu > li > ul > li > a {
    display: inline-block;
    padding: 0.25rem 0;
    color: #666;
    text-decoration: none;
    font-size: 16px;
}    
ul#menu-megamenu > li > a {
    font-size: 1.2rem;
    color: #691f99;
    width: 100%;
    border-bottom: 2px solid #691f99;
    padding-bottom: 0.5rem;
}
ul#menu-megamenu > li > a:hover {
    color: #442B4B;
    text-decoration: none;
    border-bottom: 2px solid #442B4B;
}     
@media screen and (max-width: 991px) {
#introslider {
    padding-top: 5rem;
    padding-bottom: 0rem;
}
 }
#smaller-img .sideimage img {
  max-width: 500px;
} 
#smaller-img { padding-top: 2rem!important;}             

 .greysection {
    background-color: #f5f5f5;
     background-image: none;
    background-repeat: repeat;
    }
 .purplesection {
    background-color: #691F99;
     background-image: none;
    background-repeat: repeat;    
     color: white;
}    
.buildblock {
  background: #f5f5f5;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.buildblock hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 0.5rem;
}     
.buildblock br {
  display: none;
}    

.buildblock .wpcf7-form-control.wpcf7-text {
  margin-left: 3px;
  HEIGHT: 35PX;
  line-height: 35px;
  color: #333;
  max-width: 400px;
  Padding: 5px 10px;
}
#opscoreintro .twotextrightcol br { display: none; }                                
#opscoreintro .twotextrightcol p { margin: 0!important; }     
#opscoreintro .solutiongraphic span {
    color: #1169BF;
    border: 3px solid #B78EEA;
    border-radius: 20px;
    padding: 5px 8px;
    text-transform: uppercase;  
    font-size: 12px;  
    line-height: 50px;
}  
#opscoreintro .solutiongraphic , #opscoreintro .solutiongraphic strong{ line-height: 50px;} 
#opscoreintro .solutiongraphic strong { background: #0055d1; color:#fff; padding: 5px 8px; border-radius: 20px; text-align: center; margin: 0 auto; }
.w-col.w-col-6.twotextleftcol{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.w-col.w-col-6.twotextleftcol .w-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}        
section#opscoreintro {
    padding-top: 2rem;
    padding-bottom: 2rem;
}     
.package ul li:before { display: none; } 
.package ul li i { background: #389d6c; border-radius: 50%; padding: 5px; color: #fff; }  
.package ul li {  margin-bottom: 5px;}  
.package ul li:last-child {  margin-botom: 0px}           
#services .r-tabs-nav {
  text-align: left;
  margin-bottom: 0rem !important;
  margin-left: 0;
}                   
#services ul.r-tabs-nav li:first-child {
    margin-left: 0!important;
}


/* Mini-cta */
div.w-col .mini-cta{
	background-color: #FFF ;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1.5rem;
	padding: 10px 40px;
	border: 1px solid #ddd;
}
.greysection div.w-col .mini-cta{
	background-color:#F7f7f7;
}

.mini-cta h3{
	margin: 0;
	display: flex;
	align-items: center;
	column-gap: 10px;
	font-size:1rem;
	font-family: 'century-gothic', sans-serif;
}

.mini-cta h3 i{
	font-size: 1.5rem;
}

.mini-cta a.cta{
	margin: 0;
	font-size:1rem;
}