/*!
Theme Name: Inquicker
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: inquicker
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Inquicker is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation 773
	- Alert Banner
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* =Reset default browser CSS.
-------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,
	ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: none;
}

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */


/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	margin:0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
	height: auto;
	max-width: 100%;
	}
img.max {
	max-width:800px!important
}
@media all and (max-width: 736px) {
	img.max {
		max-width:100%;
	}
}
/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*----------HUBSPOT OVERRIDES----------*/

form.hs-form div.input {
	margin-right: 30px!important;
}
form.hs-form fieldset {
	margin-top: 10px!important;
}
form.hs-form div.input input {
	width: 100%!important;
	height: 28px;
	border: 1px solid #c8c8c8;
}
form.hs-form textarea {
	width: 100%!important;
	height: 150px;
	resize: none;
	border: 1px solid rgb(200, 200, 200);
	margin-bottom: 10px;
}
.hs-form fieldset {
	max-width: 100%!important;
}
div.row-fluid #hs_cos_wrapper_module_14533107189881018, div.row-fluid #hs_cos_wrapper_module_1453319324305826, div.row-fluid #hs_cos_wrapper_module_1453242920520713 {
	margin-left: auto!important;
	margin-right: auto!important;
	margin-top: 0!important;
}
.row-fluid-wrapper.row-number-1, .row-fluid-wrapper.row-number-3 {
	max-width: 1100px!important;
	margin: 0 auto;
}
.row-fluid {
	max-width: 100%!important;
}
.span12.widget-span.widget-type-form {
	max-width: 500px!important;
	margin: 0 auto;
	float: none;
}
.widget-type-form input[type="submit"] {
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	background-color: #57b6b2;
	text-transform: uppercase;
	padding: 13px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;	
    border: none;
    float: right;
	margin-right: 25px;
}
.widget-type-form input[type="submit"]:hover {
	color: #fff;
	background-color: #22c99d;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;		
}
.widget-type-form #hs_cos_wrapper_module_14533107189881018 input[type="submit"], .widget-type-form #hs_cos_wrapper_module_1453319324305826 input[type="submit"] {
	margin-top: 20px!important;
}

.hs_recaptcha .input div div {
	width: 100%!important;
	margin-bottom: 20px;
}
.hs_recaptcha iframe {
	float: right;
	margin-right: -6px;
}
.hs-form fieldset.form-columns-1 select.hs-input {
	width: 100%;
	height: 40px;
}

@media screen and (max-width: 1200px) {
	.row-fluid-wrapper.row-number-1, .row-fluid-wrapper.row-number-3 {
		max-width: 1000px!important;
		width: 80%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1000px) {
	.header-container-wrapper .row-fluid-wrapper.row-number-1, .header-container-wrapper .row-fluid-wrapper.row-number-3 {
		width: 100%!important;
		margin: 0 auto;
	}
	.header-container .row-fluid {
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.vc_col-sm-4 {
		margin-bottom: 30px;
		padding: 0;
	}
	.span12.widget-span.widget-type-form {
		width: 80%;
	}
}
/*----------END HUBSPOT OVERRIDES----------*/

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

.flex {
	display:flex;
}
.space-between {
	justify-content:space-between
}
.space-around {
	justify-content:space-around
}
.space-evenly {
	justify-content:space-evenly
}
@media screen and (max-width: 768px) {
	.flex, .footer-inner {
	display:block!important;
	}
}
body{
    font-family: 'Istok Web', 'Helvetica Neue', sans-serif;
	font-size: 18px;
	line-height: 145%;
	color: #333;
	font-weight: 400;
	margin:0;
	overflow-y: scroll;
	overflow-x: hidden !important;
	-webkit-font-smoothing: antialiased;

}
header {
	width: 100%;
	justify-content:space-between;
	align-items:center;
	padding:20px 45px 0;
    vertical-align: middle;
	position: relative;
	z-index: 110;
	-webkit-backface-visibility:hidden;
}
.site-branding {
	flex:0 0 300px;
}
.site-branding img {
	width:250px;
	max-width:250px;
	height:auto;
}
.inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding:0 20px;
}
@media screen and (max-width: 768px) {
	header {
		padding:20px;
	}
	.site-branding img {
		width:150px;
		max-width:150px;
	}
}

/* Typography
--------------------------------------------- */
button,
input,
select,
optgroup,
textarea {
	color: #333;
	font-family: 'Istok Web', 'Helvetica Neue', sans-serif;
	font-size: 18px;
	line-height: 1.5;
}

  h1 {
	font-size: 30px;
	line-height: 1.25em;
	color: #333;
  }
  h2 {
	color: #333;
	font-size: 24px;
	line-height: 145%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600
  }
  h3 {
	font-size: 17px;
	line-height: 145%;
	color:#333;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600
  }
  h4 {
	font-size: 19px;
	line-height: 1.375em;
	color:#333;
	font-weight: 400
  }
  h5 {
	font-size: 15px;
	line-height: 145%;
	color:#333;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600
  }
  h6 {
	font-size: 13px;
	line-height: 145%;
	color:#333;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600
  }
  p {
	font-size: 18px;
	line-height: 145%;
	color:#333;
	letter-spacing: 1px;
	font-weight: 400;
	margin-bottom:30px;
  }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a{
	color: #238DC1;
	font-weight:600
  }
  a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, p a:hover {
	color: ##333;
	text-decoration: none;
	curson:pointer;
  }

dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	font-size: 18px;
	line-height: 145%;
	color: #333;
	font-weight: 400;
    position: relative;
	padding: 0 24px!important;
	margin: 40px 0 0 0!important;
	}
p.attribution {
	text-align:right;
	padding:0!important;
	margin:0!important;
	font-size:18px;
}
blockquote h5 {
    color: #333;
	line-height: 145%;
    text-transform: none;
    font-size: 21px;
    letter-spacing: normal;
    font-weight: 400;
    margin: 0 !important;
}
blockquote.with_quote_icon h5 {
    padding: 0 0 0 30px;
}
blockquote i.pull-left {
    font-size: 22px;
    color: #c1c0c0;
    margin: 3px 0 0 !important;
}
@media all and (max-width: 768px) {
	blockquote {
		padding: 0!important;
		margin: 20px 0 0 0!important;
		}
	p.attribution {
		font-size:13px;
		text-align:left;
		margin:10px 0 0 0!important
	}
}
address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	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;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */


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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
a img {
	border: none;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #d31c5b;
}

a:visited {
	color: #989898 ;
}

a:hover,
a:focus,
a:active {
	color: #d31c5b;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Fixed header styles
   ========================================================================== */
   header.fixed,
   header.fixed_hiding,
   header.fixed_top_header .top_header{
	   -webkit-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	   -moz-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	   -o-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	   -ms-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	   transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	   width: 100%;
	   position: fixed;
	   z-index: 110;
	   top:0px;
	   left: 0px;
	   background:rgba(255,255,255,.9);
   }
   
   header.fixed.scrolled .header_bottom,
   header.fixed_hiding.scrolled .header_bottom{
	   -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
	   box-shadow: 0 1px 3px rgba(0,0,0,0.11);
	   background-color: #fff;
   }

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	display:block;
	padding:20px 0;
	background-color: #fff;
	border-top:2px solid #D31C5B;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}
.main-navigation ul ul a {
	width: 200px;
	padding: 0 10px;
	color:#d31c5b !important;
	font-weight:400;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
	color:#9d9d9d!important;
}
.main-navigation li {
	position: relative;
	display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-position: right;
}
.main-navigation li a {
	position: relative;
    padding: 0 5px;
    color: #d31c5b;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
}
.main-navigation li a:hover {
	color:#fff!important;
	background-color: #d31c5b;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color:#d31c5b!important
}
.main-navigation ul > li.phone-number > a{
	color: #852065!important;
    font-weight: 700!important;
}
.main-navigation ul > li.phone-number > a:hover {
	color: #fff!important;
}
.main-navigation ul > li.sub > a {
	margin-left:20px;
}

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

@media screen and (min-width: 768px) {

	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
		justify-content: flex-end;
	}
}
	@media screen and (max-width: 1100px) {
		.main-navigation {
			display: none;
		}
	}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

section.use-cases {
	margin:0 0 50px 0;
}
section.different {
	margin:0 0 50px 0;
}
.different-items {
	justify-content: space-between
}
.different-items > div {
	flex:0 0 24%;
}
section.blue {
	padding:40px 0!important;
	background:#d31c5b!important;
	margin:0 0 30px 0!important
}
section.blue h2 {
    text-transform: uppercase!important;
    text-align: center!important;
    color: #fff!important;
    font-weight: 600!important;
    font-size: 24px!important;
    margin-bottom: 10px!important;
	padding:0!important;
	background-color:transparent!important;
}
.stats > div {
	flex:0 0 24%;
}
.stats h3 {
	color: #ffffff;
    font-size: 60px;
    font-weight: 400;
	text-align:center
}
.stats p {
	color: #ffffff;
    font-size: 14px;
    font-weight: 400;
	text-align:center;
	text-transform:uppercase;
}
.stats hr {
	color:#fff;
	width:30px;
}
section.client-logos {
	padding:50px 0;
}
.client-logos .flex {
	justify-content: space-evenly;
}
.client-logos .flex > div {
	flex:0 0 15%;
	text-align:center;
}
.client-logos img {
	width:auto;
	max-width:100%;
	height:50px;
}
.wp-block-cover, .wp-block-cover-image {
	min-height: 400px!important;
  }
  .wp-block-cover .has-background-dim {
    background-color: transparent!important;
}
.wp-block-cover.is-light .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container {
    color: #000;
    text-align: center;
}
section.solutions {
	padding:30px 20px;
}
section.solutions p {
	font-size:18px!important;
	padding:40px 0!important;
}
.home-icons .flex {
	justify-content:space-around;	
}
.home-icons .flex > div {
	text-align:center;
	flex:0 0 23%
}
section.home-icons {
	width:100%;
	max-width:1100px;
	margin:40px auto;
}
.home-icons img {
	width:50px;
}
.logo {
	margin:0 30px 30px;
}
.logo img {
	width:150px;
}
.entry-content .headline h2,.entry-content .home-icons h2    {
	text-transform: uppercase!important;
	text-align: center!important;
	color: #d31c5b!important;
	font-weight: 300!important;
	font-size: 24px!important;
	margin-bottom: 10px!important;
	background-color:transparent!important;
}
.entry-content .different h2 {
	text-transform: uppercase!important;
	text-align: center!important;
	color: #d31c5b!important;
	font-weight: 400!important;
	font-size: 42px!important;
	margin-bottom: 0!important;
	background-color:transparent!important;
}
.entry-content h1 {
    font-size: 48px;
    letter-spacing: 2px;
    color: #fff!important;
    text-transform: uppercase;
    padding: 15px 0.5em 10px;
	margin:50px 0 20px 0;
	background-color: rgba(211,28,91,.8);
	text-align:center;
	display:inline-block;
}
.entry-content h2 {
	font-size: 18px;
    letter-spacing: 2px;
    color: #fff!important;
    text-transform: uppercase;
    padding: 15px 0.5em 10px;
	background-color: rgba(211,28,91,.8);
	text-align:center;
}
.entry-content a {
    color: #fff!important;
	text-decoration:none!important;
}
.entry-content a:hover {
    color: #333!important;
}
@media all and (max-width: 768px) {
	.wp-block-cover, .wp-block-cover-image {
		min-height: 325px!important;
	  }
	.entry-content h1 {
		font-size: 30px;
		letter-spacing: 1px;
	}
	.entry-content h2 {
		font-size: 15px;
		letter-spacing: 1px;
	  }
	  .headline h2 {
		font-size: 18px !important;
	  }
}
.career-search {
	padding:20px 40px;
	background:#ededed
}
/* Alert Banner
--------------------------------------------- */

div.alert-banner {
	background-color:#57b6b2;
	text-align: center;
	margin:100px auto 0;
	padding: 0 20px 10px;
	position:relative;
	width:100%;
}
.alert-banner h2 {
	color: #fff!important;
	font-size: 24px!important;
	line-height: 145% !important;;
	font-weight: bold!important;
}
.alert-banner .button {
	display: inline-block!important;
	margin: 20px auto 0!important;
	padding: 5px!important;
	background: #1c355e!important;
	border-radius: 3px!important;
}
.alert-banner a,.alert-banner .button a {
	color:#ffff!important;
	font-size:18px!important;
	text-decoration:none!important
}
.alert-banner a:hover,.alert-banner .button a:hover {
	color:#333!important;
}
@media all and (max-width: 768px) {
	div.alert-banner {

		margin:100px auto 0;
		padding: 10px 20px;
	}
	.alert-banner .button {
		display: block!important;
		margin: 20px auto 0!important;
	}
}
div.career-banner {
	background: #1c355e!important;
	text-align: center;
	margin:20px auto 0;
	padding: 10px 20px;
	position:relative;
	width:100%;
}
.entry-content .career-banner h2 {
	color: #fff!important;
	font-size: 16px!important;
	line-height: 145% !important;;
	font-weight: bold!important;
	background-color:transparent!important;
	padding:0!important;
}
.career-banner .button {
	display: inline-block!important;
	margin: 0 auto!important;
	padding: 5px!important;
	background-color:#57b6b2;
	border-radius: 3px!important;
}
.career-banner a,.alert-banner .button a {
	color:#ffff!important;
	font-size:18px!important;
	text-decoration:none!important
}
.emergency-sidebar {
padding: 30px !important;
background-color: #fbfbfc;
margin: 0 0 20px 30px;
}
.emergency-sidebar h3 {
color: #333;
font-weight: 700;
}
.emergency-sidebar p {
	color: #333;
	font-weight: 700;
	font-size:18px;
	margin: 30px 0 0 0;
	clear:both;
	}

	@media screen and (max-width: 768px) {
		.emergency-sidebar {
			padding: 30px !important;
			background-color: rgba(87,182,178,0.1);
			margin: 0 0 20px 0;
			}
	}
.why h3 {
		margin:20px 0 10px 0;
		font-weight:600;
	}
/* Posts and pages
--------------------------------------------- */
/*----------FONTS----------*/

@font-face {
    font-family: 'icomoon';
    src:    url('https://inquicker.com/fonts/icomoon.eot?3kkcxu');
    src:    url('https://inquicker.com/fonts/icomoon.eot?3kkcxu#iefix') format('embedded-opentype'),
        url('https://inquicker.com/fonts/icomoon.ttf?3kkcxu') format('truetype'),
        url('https://inquicker.com/fonts/icomoon.woff?3kkcxu') format('woff'),
        url('https://inquicker.com/fonts/icomoon.svg?3kkcxu#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*="icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-coordination:before {
    content: "\e91e";
}
.icon-01 .path1:before {
    content: "\e93f";
    color: rgb(0, 147, 108);
}
.icon-01 .path2:before {
    content: "\e940";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-01 .path3:before {
    content: "\e941";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-02 .path1:before {
    content: "\e942";
    color: rgb(0, 147, 108);
}
.icon-02 .path2:before {
    content: "\e943";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-02 .path3:before {
    content: "\e944";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-03 .path1:before {
    content: "\e945";
    color: rgb(0, 147, 108);
}
.icon-03 .path2:before {
    content: "\e946";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-03 .path3:before {
    content: "\e947";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-04 .path1:before {
    content: "\e948";
    color: rgb(0, 147, 108);
}
.icon-04 .path2:before {
    content: "\e949";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-04 .path3:before {
    content: "\e94a";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-05 .path1:before {
    content: "\e94b";
    color: rgb(0, 147, 108);
}
.icon-05 .path2:before {
    content: "\e94c";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-05 .path3:before {
    content: "\e94d";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-06 .path1:before {
    content: "\e94e";
    color: rgb(0, 147, 108);
}
.icon-06 .path2:before {
    content: "\e94f";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-06 .path3:before {
    content: "\e950";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-07 .path1:before {
    content: "\e951";
    color: rgb(0, 147, 108);
}
.icon-07 .path2:before {
    content: "\e952";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-07 .path3:before {
    content: "\e953";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-08 .path1:before {
    content: "\e954";
    color: rgb(0, 147, 108);
}
.icon-08 .path2:before {
    content: "\e955";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-08 .path3:before {
    content: "\e956";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-09 .path1:before {
    content: "\e957";
    color: rgb(0, 147, 108);
}
.icon-09 .path2:before {
    content: "\e958";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-09 .path3:before {
    content: "\e959";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-10 .path1:before {
    content: "\e95a";
    color: rgb(0, 147, 108);
}
.icon-10 .path2:before {
    content: "\e95b";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-10 .path3:before {
    content: "\e95c";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-11 .path1:before {
    content: "\e95d";
    color: rgb(0, 147, 108);
}
.icon-11 .path2:before {
    content: "\e95e";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-11 .path3:before {
    content: "\e95f";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-12 .path1:before {
    content: "\e960";
    color: rgb(0, 147, 108);
}
.icon-12 .path2:before {
    content: "\e961";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-12 .path3:before {
    content: "\e962";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-operationalize-2:before {
    content: "\e922";
	color:#fff;
}
.icon-analytics:before {
    content: "\e936";
	color:#fff;
}
.icon-different:before {
    content: "\e937";
	color:#fff;
}
.icon-events:before {
    content: "\e938";
}
.icon-integrated:before {
    content: "\e939";
	color:#fff;
}
.icon-marketing:before {
    content: "\e93a";
	color:#fff;
}
.icon-news:before {
    content: "\e93b";
}
.icon-non-integrated:before {
    content: "\e93c";
}
.icon-publications:before {
    content: "\e93d";
}
.icon-rss:before {
    content: "\e93e";
}
.icon-acquisition .path1:before {
    content: "\e900";
    color: #1c355e;
}
.icon-acquisition .path2:before {
    content: "\e901";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-acquisition .path3:before {
    content: "\e902";
    margin-left: -1em;
    color: rgb(203, 203, 203);
}
.icon-acquisition .path4:before {
    content: "\e903";
    margin-left: -1em;
    color: #1c355e;
}
.icon-balance:before {
    content: "\e904";
}
.icon-cloud .path1:before {
    content: "\e905";
    color: rgb(203, 203, 203);
}
.icon-cloud .path2:before {
    content: "\e906";
    margin-left: -1em;
    color: rgb(203, 203, 203);
}
.icon-cloud .path3:before {
    content: "\e907";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-cloud .path4:before {
    content: "\e908";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-cloud .path5:before {
    content: "\e909";
    margin-left: -1em;
    color: rgb(203, 203, 203);
}
.icon-cloud .path6:before {
    content: "\e90a";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-cloud .path7:before {
    content: "\e90b";
    margin-left: -1em;
    color: rgb(203, 203, 203);
}
.icon-cloud .path8:before {
    content: "\e90c";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-cloud .path9:before {
    content: "\e90d";
    margin-left: -1em;
    color: rgb(203, 203, 203);
}
.icon-cloud .path10:before {
    content: "\e90e";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-cloud .path11:before {
    content: "\e90f";
    margin-left: -1em;
    color: rgb(203, 203, 203);
}
.icon-cloud .path12:before {
    content: "\e910";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-cloud .path13:before {
    content: "\e911";
    margin-left: -1em;
    color: rgb(203, 203, 203);
}
.icon-cloud .path14:before {
    content: "\e912";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-cloud .path15:before {
    content: "\e913";
    margin-left: -1em;
    color: rgb(203, 203, 203);
}
.icon-cloud .path16:before {
    content: "\e914";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-cloud .path17:before {
    content: "\e915";
    margin-left: -1em;
    color: rgb(203, 203, 203);
}
.icon-cloud .path18:before {
    content: "\e916";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-cloud .path19:before {
    content: "\e917";
    margin-left: -1em;
    color: rgb(203, 203, 203);
}
.icon-cloud .path20:before {
    content: "\e918";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-cloud .path21:before {
    content: "\e919";
    margin-left: -1em;
    color: rgb(203, 203, 203);
}
.icon-cloud .path22:before {
    content: "\e91a";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-cloud .path23:before {
    content: "\e91b";
    margin-left: -1em;
    color: rgb(203, 203, 203);
}
.icon-cloud .path24:before {
    content: "\e91c";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-cloud .path25:before {
    content: "\e91d";
    margin-left: -1em;
    color: rgb(203, 203, 203);
}
.icon-emergency:before {
    content: "\e920";
}
.icon-enterprise:before {
    content: "\e921";
}
.icon-operationalize:before {
    content: "\e922";
}
.icon-powered:before {
    content: "\e923";
}
.icon-provider:before {
    content: "\e924";
}
.icon-reporting:before {
    content: "\e925";
}
.icon-satisfaction .path1:before {
    content: "\e926";
    color: r#57b6b2;
}
.icon-satisfaction .path2:before {
    content: "\e927";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-satisfaction .path3:before {
    content: "\e928";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-satisfaction .path4:before {
    content: "\e929";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-satisfaction .path5:before {
    content: "\e92a";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-satisfaction .path6:before {
    content: "\e92b";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-service:before {
    content: "\e92c";
}
.icon-turnkey:before {
    content: "\e92d";
}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

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

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

/*********************BENEFITS*********************/

.headline.darkBg {
	color: #fff;
}
.icon-acquisition, .icon-satisfaction, .icon-coordination, .icon-balance {
	font-size: 165px;
	color: #1c355e;
}
.icon-coordination {
	font-size: 115px;
	color: #1c355e;
}
.topIcons h4 {
	font-weight: 700;
	font-size: 17px;
	color: #333;
	text-align: center;
	width: 80%;
	margin: 0 10%;
}
/*********************STATS*********************/
.q_counter_holder span.counter::after {
	content: "%";
}
/*********************COLORED BLOCKS*********************/
#cBlocks {
	padding: 114px 0 0;
}
.differentIcons {
	padding: 0 15px;
	box-sizing: border-box;
	float: left;
	text-align: center;
}
.icon-cloud, .icon-operationalize,.icon-operationalize-2, .icon-powered, .icon-turnkey, .icon-reporting, .icon-different, .icon-analytics, .icon-marketing {
	font-size: 165px!important;
	color: #A41F67!important;
}
.differentIcons h4 {
	font-weight: 700;
	font-size: 17px;
	color: #333;
	text-transform: uppercase;
	width: 80%;
	margin: 0 10%;
	padding-bottom: 15px;
}
.differentIcons h5 {
	font-weight: 400;
	font-size: 14px;
	color: #333;
	text-transform: none;
}
.differentIcons:hover .icon-cloud .path1::before, .differentIcons:hover .icon-cloud .path2::before, .differentIcons:hover .icon-operationalize::before, .differentIcons:hover .icon-powered::before, .differentIcons:hover .icon-turnkey::before, .differentIcons:hover .icon-reporting::before {
	color: #333!important;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;	
}
/* ==========================================================================
   Icon with text shortcode start styles
   ========================================================================== */
   .q_icon_with_title{
	display: block;
	position: relative;
}

.q_icon_with_title .icon_holder {
	display: inline-block;
	position: relative;
	z-index: 2;
}

.q_icon_with_title:not(.right) .icon_holder {
    float: left;
}

.q_icon_with_title.right .icon_holder {
    float: right;
}

.q_icon_with_title .icon_text_holder .icon_title {
    display: block;
    margin: 0 0 1.08em;
    font-weight: 600;
}

.q_icon_with_title.large .icon_text_holder .icon_title {
    margin-bottom: 0.35em;
}

.q_icon_with_title .icon_with_title_link {
    display: inline-block;
    margin: 13px 0 0;
    color: #1abc9c;
}

.q_icon_with_title .icon_with_title_link:hover {
    color: #333;
}

.q_icon_with_title .icon_holder.q_icon_animation,
.box_holder_icon_inner.q_icon_animation{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden;
}

.q_icon_with_title .icon_holder.q_icon_animation.q_show_animation,
.box_holder_icon_inner.q_icon_animation.q_show_animation{
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}

.q_icon_with_title .icon_holder .fa-stack,
.box_holder_icon_inner .fa-stack,
.q_font_awsome_icon_square,
.q_font_awsome_icon_stack i.fa-stack-base {
    border: 2px solid #c0c0c0;

    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;

    -webkit-backface-visibility: hidden;
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial;
}
.q_font_awsome_icon_stack i.fa-stack-base{
	border:none;
}
.q_icon_with_title .icon_text_holder{
    position: relative;
}

.q_icon_with_title span.fa-stack .qode_iwt_icon_element,
.q_box_holder.with_icon span.fa-stack .qode_iwt_icon_element {
    font-size: 0.7em;
    color: #c0c0c0;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s ease-in-out;
}

.q_icon_with_title.circle span.fa-stack .qode_iwt_icon_element {
    font-size: 0.9em;
}

.q_icon_with_title span.fa-stack.custom-font .qode_iwt_icon_element {
    font-size: 0.7em;
}

.q_icon_with_title .icon_text_inner{
    padding: 0 0 18px;
}

.q_icon_with_title .icon_title_holder {
    display: table;
    width: 100%;
    height: 100%;
    margin:0 0 12px;
}

.q_icon_with_title .icon_title_holder .icon_holder{
    display: table-cell;
    text-align: center;
    height: 100%;
    vertical-align: middle;
    float:none;
    padding:0 15px 0 0;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;

}

.q_icon_with_title .icon_title_holder .icon_holder > span {
    position: relative;
    top: 2px;
}

.q_icon_with_title  .icon_text_holder .icon_title_holder .icon_title {
    display: table-cell;
    margin: 0 0 0;
    vertical-align: middle;
    width: 100%;
}

.q_font_awsome_icon_square .qode_icon_element {
    color: #fff;
}

.q_font_awsome_icon_stack .qode_icon_element {
    color: #fff;
}

.qode_icon_shortcode.fa-stack a {
	display: block;
	width: 100%;
	height: 100%;
}

.qode_icon_shortcode.fa-stack .qode_icon_element {
    display: block;
    line-height: inherit;
}

.touch .no_animation_on_touch .q_icon_animation{
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}

/* Icon center styles
   ========================================================================== */
/**
 * Styles when icon is in center. Can be in a box or not
 */

.q_icon_with_title.center{
     text-align: center;
 }

.q_icon_with_title.center.center .icon_holder{
	float: none;
	display: block;
	margin: 0 0 20px;
}

.q_icon_with_title.custom_icon_image.center .icon_holder{
	margin: 0 0 13px;
}

.q_icon_with_title.center .icon_holder{
    width: 100% !important;
}

.q_icon_with_title.center .icon_holder .font_awsome_icon i {
    color: #7b7b7b;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}


.q_icon_with_title.center .icon_holder .font_awsome_icon i:hover {
    color: #1abc9c;
}

/* End of icon center styles
   ========================================================================== */

/* Generic icon styles
   ========================================================================== */

.q_icon_with_title.boxed .icon_holder .fa-stack,
.q_font_awsome_icon_square {
	background-color: #1abc9c;
	border-radius: 4px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.q_box_holder.with_icon .box_holder_icon_inner .fa-stack i.fa-stack-base{
	color: #1abc9c;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
}

.q_icon_with_title.square .icon_holder .fa-stack,
.box_holder_icon_inner.square .fa-stack
{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.q_font_awsome_icon_square{
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.q_icon_with_title.square .icon_holder .fa-stack:hover,
.box_holder_icon_inner.square .fa-stack:hover,
.box_holder_icon_inner.circle .fa-stack:hover,
.circle .icon_holder .fa-stack:hover{
	background-color: #1abc9c;
    border-color: transparent !important;
}

.q_font_awsome_icon_stack .fa-circle,
.q_icon_with_title.boxed .icon_holder .fa-stack {
    color: #1abc9c;
    -webkit-transition: color 0.4s ease-in-out;
	-moz-transition: color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out;
}

.q_icon_with_title.circle .icon_holder .fa-stack:hover i.fa-circle,
.q_font_awsome_icon_stack:hover .fa-circle,
.q_box_holder.with_icon .box_holder_icon_inner .fa-stack:hover i.fa-stack-base {
    color: #f3f3f3 !important;
}

.q_icon_with_title.boxed .icon_holder .fa-stack {
    -webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.q_icon_with_title.circle .icon_holder .fa-stack:hover .qode_iwt_icon_element,
.q_icon_with_title.square .icon_holder .fa-stack:hover .qode_iwt_icon_element,
.q_font_awsome_icon_stack:hover i:last-child,
.q_icon_with_title.boxed .icon_holder .fa-stack:hover i,
.q_box_holder.with_icon span.fa-stack:hover i:last-child,
.q_icon_with_title.square .icon_holder .fa-stack:hover i,
.box_holder_icon_inner.square:hover i,
.q_font_awsome_icon_square:hover i {
    color: #fff;
}

.q_box_holder.with_icon .tiny span.fa-stack i:last-child {
    top: 1px;
}


.q_icon_with_title.with_border_line .icon_text_inner{
	border-bottom: 1px solid #fbfbfb;
}

.q_icon_with_title.tiny .icon_text_holder {
    padding: 0 0 0 44px;
}

.q_icon_with_title.small .icon_text_holder{
	padding: 0 0 0 46px;
}

.q_icon_with_title.left_from_title .icon_text_holder{
	padding: 0;
}

.q_icon_with_title.medium .icon_holder,
.q_icon_with_title.tiny.square .icon_holder,
.q_icon_with_title.small.square .icon_holder{
	text-align: center;
}

.q_icon_with_title.tiny.square .icon_text_holder,
.q_icon_with_title.medium .icon_text_holder {
	padding: 0 0 0 56px;
}

.q_icon_with_title.large .icon_text_holder{
	padding: 0 0 0 65px;
}

.q_icon_with_title.large .icon_holder{
	text-align: center;
}

.q_icon_with_title.very_large .icon_text_holder{
	padding: 0 0 0 84px;
}

.q_icon_with_title.tiny.boxed .icon_text_holder,
.q_icon_with_title.tiny.circle .icon_text_holder,
.q_icon_with_title.tiny.custom_icon_image .icon_text_holder{
	padding: 0 0 0 55px;
}

.q_icon_with_title.small.square .icon_text_holder,
.q_icon_with_title.small.boxed .icon_text_holder,
.q_icon_with_title.small.circle .icon_text_holder,
.q_icon_with_title.small.custom_icon_image .icon_text_holder{
	padding: 0 0 0 72px;
}

.q_icon_with_title.medium.circle .icon_text_holder {
    padding: 0 0 0 119px;
}

.q_icon_with_title.medium.boxed .icon_text_holder,
.q_icon_with_title.medium.custom_icon_image .icon_text_holder,
.q_icon_with_title.medium.square .icon_text_holder{
	padding: 0 0 0 95px;
}

.q_icon_with_title.large.boxed .icon_text_holder,
.q_icon_with_title.large.circle .icon_text_holder,
.q_icon_with_title.large.custom_icon_image .icon_text_holder,
.q_icon_with_title.large.square .icon_text_holder{
	padding: 0 0 0 122px;
}

.q_icon_with_title.very_large.boxed .icon_text_holder,
.q_icon_with_title.very_large.circle .icon_text_holder,
.q_icon_with_title.very_large.custom_icon_image .icon_text_holder,
.q_icon_with_title.very_large.square .icon_text_holder{
	padding: 0 0 0 150px;
}

.q_icon_with_title.left_from_title .icon_text_holder{
	padding: 0 0 0 0px !important;
}

.q_icon_with_title.right .icon_text_holder {
    padding-left: 0 !important;
    text-align: right;
}

.q_icon_with_title.tiny.circle.right .icon_text_holder,
.q_icon_with_title.tiny.custom_icon_image.right .icon_text_holder{
    padding: 0 55px 0 0;
}

.q_icon_with_title.small.square.right .icon_text_holder,
.q_icon_with_title.small.circle.right .icon_text_holder,
.q_icon_with_title.small.custom_icon_image.right .icon_text_holder {
    padding: 0 72px 0 0;
}

.q_icon_with_title.medium.circle.right .icon_text_holder {
    padding: 0 119px 0 0;
}

.q_icon_with_title.medium.custom_icon_image.right .icon_text_holder,
.q_icon_with_title.medium.square.right .icon_text_holder{
    padding: 0 95px 0 0;
}

.q_icon_with_title.large.circle.right .icon_text_holder,
.q_icon_with_title.large.custom_icon_image.right .icon_text_holder,
.q_icon_with_title.large.square.right .icon_text_holder{
    padding: 0 122px 0 0;
}

.q_icon_with_title.very_large.circle.right .icon_text_holder,
.q_icon_with_title.very_large.custom_icon_image.right .icon_text_holder,
.q_icon_with_title.very_large.square.right .icon_text_holder{
    padding: 0 150px 0 0;
}

.q_icon_with_title.tiny.square.right .icon_text_holder {
    padding: 0 56px 0 0;
}

.q_icon_with_title.left_from_title .icon_text_holder .icon_holder{
    width: auto !important;
}

.q_icon_with_title.left_from_title.custom_icon_image.tiny .icon_text_holder .icon_holder{
    width: 35px !important;
}

.q_icon_with_title.left_from_title.custom_icon_image.small .icon_text_holder .icon_holder{
    width: 52px !important;
}

.q_icon_with_title.left_from_title.custom_icon_image.medium .icon_text_holder .icon_holder{
    width: 78px !important;
}

.q_icon_with_title.left_from_title.custom_icon_image.large .icon_text_holder .icon_holder{
    width: 104px !important;
}

.q_icon_with_title.left_from_title.custom_icon_image.very_large .icon_text_holder .icon_holder{
    width: 130px !important;
}

.q_icon_with_title.tiny.center .icon_text_holder,
.q_icon_with_title.small.center .icon_text_holder,
.q_icon_with_title.medium.center .icon_text_holder,
.q_icon_with_title.large.center .icon_text_holder,
.q_icon_with_title.very_large.center .icon_text_holder,
.q_icon_with_title.tiny.boxed.center .icon_text_holder,
.q_icon_with_title.tiny.circle.center .icon_text_holder,
.q_icon_with_title.small.boxed.center .icon_text_holder,
.q_icon_with_title.small.circle.center .icon_text_holder,
.q_icon_with_title.medium.boxed.center .icon_text_holder,
.q_icon_with_title.medium.circle.center .icon_text_holder,
.q_icon_with_title.large.boxed.center .icon_text_holder,
.q_icon_with_title.large.circle.center .icon_text_holder,
.q_icon_with_title.very_large.boxed.center .icon_text_holder,
.q_icon_with_title.very_large.circle.center .icon_text_holder,
.q_icon_with_title.tiny.custom_icon_image.center .icon_text_holder,
.q_icon_with_title.small.custom_icon_image.center .icon_text_holder,
.q_icon_with_title.medium.custom_icon_image.center .icon_text_holder,
.q_icon_with_title.large.custom_icon_image.center .icon_text_holder,
.q_icon_with_title.very_large.custom_icon_image.center .icon_text_holder{
	padding: 0;
}

.q_icon_with_title.left_from_title .icon_holder{
	display: block;
}

.q_icon_with_title.tiny .icon_holder img,
.q_icon_with_title.left_from_title.tiny .icon_holder,
.q_icon_with_title.left_from_title.small.normal_icon .icon_holder{
	width: 35px;
}

.q_icon_with_title.small .icon_holder img,
.q_icon_with_title.left_from_title.small .icon_holder,
.q_icon_with_title.left_from_title.large.normal_icon .icon_holder{
	width: 52px;
}

.q_icon_with_title.medium .icon_holder img,
.q_icon_with_title.left_from_title.medium .icon_holder,
.q_icon_with_title.left_from_title.very_large.normal_icon .icon_holder{
	width: 78px;
}

.q_icon_with_title.large .icon_holder img,
.q_icon_with_title.left_from_title.large .icon_holder{
	width: 104px;
}

.q_icon_with_title.very_large .icon_holder img,
.q_icon_with_title.left_from_title.very_large .icon_holder{
	width: 130px;
}

.q_icon_with_title.left_from_title.tiny.normal_icon .icon_holder{
	width: 25px;
}

.q_icon_with_title.left_from_title.medium.normal_icon .icon_holder{
	width: 45px;
}

/* End of generic icon center styles
   ========================================================================== */

.q_icon_with_title.circle .qode_iwt_icon_holder .qode_iwt_icon_element,
.q_icon_with_title.square .qode_iwt_icon_holder .qode_iwt_icon_element {
    display: block;
    height: 100%;
    line-height: inherit;
    text-align: center;
}

/* ==========================================================================
   End if icon with text shortcode styles
   ========================================================================== */

/* ==========================================================================
   Icon start shortcode
   ========================================================================== */

.q_font_awsome_icon {
	display: inline-block;
	float:left;
	margin-right:20px
}

.q_font_awsome_icon i,
.q_font_awsome_icon span {
	color: #333;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.q_font_awsome_icon i:hover,
.q_font_awsome_icon span:hover {
    color: #989898;
}

.q_font_awsome_icon.pull-center{
	display: block;
	text-align: center;
}

.q_font_awsome_icon_square.pull-center,
.q_font_awsome_icon_stack.pull-center{
	display: block;
	margin: 0 auto !important;
}

.q_font_awsome_icon.q_icon_animation,
.q_font_awsome_icon_square.q_icon_animation,
.q_font_awsome_icon_stack.q_icon_animation{
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform 0.4s ease;
	-moz-transition: -moz-transform 0.4s ease;
	-o-transition: -o-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	transition: transform 0.4s ease;
	-webkit-backface-visibility: hidden;
}

.q_font_awsome_icon.q_icon_animation.q_show_animation,
.q_font_awsome_icon_square.q_icon_animation.q_show_animation,
.q_font_awsome_icon_stack.q_icon_animation.q_show_animation{
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}

#back_to_top span,
.q_social_icon_holder .fa-stack,
.q_icon_with_title.square .icon_holder .fa-stack,
.box_holder_icon_inner.square .fa-stack {
	text-align: center;
}

/* ==========================================================================
   Icon end shortcode
   ========================================================================== */


.q_image_with_text_over .shader {
    background-color:#1c355e!important;
}
.items {
margin:0 20px 30px;
}
.items > div {
	flex:0 0 50%;
}
.item {
	clear:both;
	margin:0 0 20px 0;
}
.item-number {
	background:#852065!important;
	border-radius:50%;
	color:#fff;
	padding:4px 0 0 0;
	width:25px;
	height:25px;
	text-align:center;
	line-height:1.2em;
	font-size:15px;
	display:inline-block;
	font-weight:400;
	margin:0 10px 10px 0;
	float:left;
  }
  .item-number > div {
	  display:inline-block;
  }
  .item span {
	line-height:135%;
	font-size:16px;
	color: #333!important;
	padding:0;
	margin:0 0 0 40px;
	display:block;
}
.sidebar {
	background-color: #fff;
	padding: 0 0 0 20px;
	border-left:#852065 solid 1pt;
}
.entry-content h2.subhead, .entry-content h1.subhead {
	font-size: 21px!important;
	line-height:135%;
	margin:50px 0 20px!important;
	font-weight:400!important;
	text-align:left!important;
	color:#333!important;
	text-transform: none!important;
	letter-spacing: .5px!important;
	padding: 0 !important;
	display: block !important;
	background-color: #fff!important;
}
.entry-content h3.subhead {
	font-size: 18px!important;
	line-height:135%;
	margin:0 0 20px!important;
	font-weight:600!important;
	text-align:left!important;
	color:#333!important;
	text-transform: none!important;
	letter-spacing: .5px!important;
	padding: 0 !important;
	display: block !important;
	background-color: #fff!important;
}
@media all and (max-width: 768px) {
	.entry-content h2.subhead, .entry-content h1.subhead {
		font-size: 18px!important;
		line-height:135%!important;
		margin:30px 0 20px!important;
	}
	.sidebar {
		padding: 0;
		border-left:none;
	}
}
section.careers {
	margin:50px 0 0 0;
}
section.careers h2 {
	font-size: 24px!important;
	margin:0 0 20px!important;
	font-weight:600!important;
	text-align:left!important;
	color:#1C355E !important;
	text-transform: none!important;
	letter-spacing: .5px!important;
	padding: 0 !important;
	display: block !important;
	background-color: transparent!important;
}
section.careers h3 {
	font-size: 24px!important;
	margin:50px 0 20px!important;
	font-weight:600!important;
	text-align:left!important;
	color:#1C355E !important;
	text-transform: none!important;
	letter-spacing: .5px!important;
	padding: 0 !important;
	display: block !important;
	background-color: transparent!important;
}
section.careers a {
	color:#238DC1!important;
	font-weight:600;
}
.careers a:hover,.careers a:focus  {
	color:#333important;
}
footer {
    display: block;
	background-color: #333!important;
	padding:40px;
    width: 100%;
    margin: 0 auto;
    z-index: 100;
    position: relative;
}
footer a {
	color:#fff!important;
	display:block!important;
	text-decoration:none!important;
	font-size:13px!important;
	line-height:135%!important;
	font-weight 400px!important;
	margin:0;
	padding:0;
}
footer span {
	font-weight:700;
}
footer span.path2, footer span .icon-twitter, footer span .icon-linkedin {
	font-size:40px!important;
}
footer a.button, .qbutton {
	font-size: 16px!important;
	font-weight:700!important;
	cursor: pointer!important;
	color: #fff!important;
	background-color: #D31C5B!important;
	border-radius: 40px!important;
	border-style: solid!important;
	  border-width: 1px!important;
	  border-color: #D31C5B!important;
	position: relative!important;
	display: block!important;
	padding: 5px 10px!important;
	margin:20px 0 0 0!important;
	text-align: center!important;
	text-transform: uppercase!important;
	text-decoration: none!important;
	-webkit-transition: color .25s ease-in-out!important;
	transition: color .25s ease-in-out!important;
}
.qbutton {
	display:inline-block!important;
	padding:10px 20px!important;
}
footer a.button:hover,footer a.button:focus,.qbutton:hover,.qbutton:focus {
	color:#d31c5b!important;
	background:#fff!important;
}
.footer-inner {
	display:flex;
	justify-content:space-between;
	max-width:1100px;
	margin:0 auto;
}
.footer-inner > div {
	flex:0 0 auto;
}
@media screen and (max-width: 768px) {
	footer {
		padding:10px;
	}
	.footer-inner {
	display:block!important;
		text-align:center!important;
	}
	footer a.button {
		display:inline-block!important;
	}
	.mobile-hide {
		display:none!important;
	}
}
input.qbutton {
    line-height: 36px;
}

.qbutton:hover {
    background-color: #1C355E ;
    border-color: #1C355E ;
    color: #fff;
    text-decoration: none;
}
.easyPieChart {
	position: relative;
}

.easyPieChart canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.q_pie_chart_holder,
.q_pie_chart_with_icon_holder{
	display: block;
	margin: 0 0 30px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity .3s ease 0s;
	-moz-transition: opacity .3s ease 0s;
	-o-transition: opacity .3s ease 0s;
}
.q_percentage {
	font-size: 35px;
    font-weight: 500;
	color: #333;
	text-align: center;
	margin: 0 auto;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity .3s ease 0s;
	-moz-transition: opacity .3s ease 0s;
	-o-transition: opacity .3s ease 0s;
}

.q_percentage_with_icon{
	color: #1abc9c;
	text-align: center;
	margin: 0 auto;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity .3s ease 0s;
	-moz-transition: opacity .3s ease 0s;
	-o-transition: opacity .3s ease 0s;
	-webkit-backface-visibility: hidden;
}

.q_pie_chart_holder .tocounter{
	float: none;
	margin: 0;
}

.q_percentage_with_icon i{
	float: none;
	margin: 0;
	vertical-align: middle !important;
    color: #b9b9b9;
}

.q_pie_chart_holder .pie_chart_text,
.q_pie_chart_with_icon_holder .pie_chart_text{
	text-align: center;
	margin: 28px 0 0;
}

.q_pie_chart_holder .pie_chart_text .pie_title,
.q_pie_chart_with_icon_holder .pie_chart_text .pie_title{
	margin: 0 0 0.35em;
}
.q_pie_chart_holder .separator.small {
	background-color: #eaeaea;
	margin: 10px auto 12px auto;
}
/* ==========================================================================
   Unordered list shortcode styles
   ========================================================================== */

   .q_list ul li a {
	color:#d31c5b!important;
   }
   .q_list.normal ul > li {
    font-weight: 400 !important;
}

.q_list.light ul > li {
    font-weight: 300 !important;
}

.q_list.bold  ul > li {
    font-weight: 600 !important;
}

.q_list.circle ul,
.q_list.number ul{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.q_list.number ul{
	counter-reset: li;
}
.q_list.number.circle_number li {
    padding-left: 43px;
    margin-bottom: 22px;
}
.q_list.circle ul>li,
.q_list.number ul>li{
	position: relative;
	font-weight: 400;
	margin: 0 0 22px;
	padding: 0 0 0 22px;
    color: #333;
}
.q_list.number ul > li ul > li:first-child, .q_list.number ul > li ul > li:last-child {
	margin: 30px 0;
}
.q_list.number.circle_number ul > li ul > li::before {
	background-color: #E87722!important;
}
.q_list.number ul > li ul > li:first-child, .q_list.number ul > li ul > li:last-child {
	margin: 30px 0;
}
.q_list.circle ul>li:before {
    position: absolute;
    left: 0;
    width: 7px;
    height: 7px;
    top: 9px;
    background-color: #852065;
    display: block;
    content: '';
    border-radius: 25px;
}
.q_list.number ul>li:before{
	height: 20px;
	width: 20px;
	line-height: 20px;
	display: inline-block;
	position: absolute;
	left: 0;
    top: 1px;
	padding: 0;
	color: #1abc9c;
	text-align: center;
	content: counter(li, decimal);
	counter-increment: li;
    font-weight: 500;
}
.q_list.number.circle_number ul>li:before {
    font-size:13px;
	color: #fff;
    background-color: #852065;
    border-radius: 2em;
    height: 31px;
    width: 31px;
    line-height: 31px;
    top: -3px;
}
.q_list.circle.animate_list ul li,
.q_list.number.animate_list ul li{
	opacity: 0;
	filter: alpha(opacity = 0);
	top: -40px;
}

.touch .no_animation_on_touch .q_list.circle.animate_list ul li,
.touch .no_animation_on_touch .q_list.number.animate_list ul li{
	opacity: 1;
	filter: alpha(opacity = 100);
	top: 0px;
}
/*********************INTERACTIVE BANNERS*********************/

.boxes {
	justify-content:space-between
}
.box {
	background: #852065;
    padding: 20px;
    width: 24%;
	text-align:center
}
.box h6 {
	font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    color: #fff;
}
.box p {
	font-size: 14px;
    line-height: 1.5em;
    text-align: center;
    color: #fff;
	padding: 5px 0 0!important;
}
.box a:hover {
	color:#57b6b2!important
}
.grey {
	background:#333!important;
}
.grey a {
	color:#fff!important;
	text-transform:uppercase!important;
	display:block!important;
	text-decoration: none!important;
}
span.icon-enterprise, span.icon-emergency,span.icon-service,span.icon-provider,span.icon-integrated,span.icon-non-integrated {
	font-family: 'icomoon' !important;
	font-size:6em;
	color:#fff;
    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;
}
.fa-lg {
    font-size: 2.5em!important;
    line-height: 150%!important;
	color:#fff!important;
}
.fa-500px, .fa-adjust, .fa-adn, .fa-align-center {
	color:fff;
}
.fa-500px::before {
	content: "\e921"!important;
	display: block;
	font-family: 'icomoon';
	font-size: 100px;
	margin-bottom: 40px;
	font-weight: 400;
}
.fa-adjust::before {
	content: "\e920"!important;
	display: block;
	font-family: 'icomoon';
	font-size: 100px;
	margin-bottom: 40px;
	font-weight: 400;
}
.fa-adn::before {
	content: "\e92c"!important;
	display: block;
	font-family: 'icomoon';
	font-size: 100px;
	margin-bottom: 40px;
	font-weight: 400;
}
.fa-align-center::before {
	content: "\e924"!important;
	display: block;
	font-family: 'icomoon';
	font-size: 100px;
	margin-bottom: 40px;
	font-weight: 400;
}
@media screen and (max-width: 768px) {
	.box {
		width:100%;
		margin:0 0 10px 0;
	}
}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
