/*
Theme Name: Removify
Theme URI: https://removify.com
Author: the TrafficZoom team
Author URI: https://trafficzoom.com
Description: Theme for removify.com
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, 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 with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	/* outline-width: 0; */
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

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

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type='checkbox'],
[type='radio'] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

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

[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

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

/* Text meant only for screen readers. */

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	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: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer: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,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: '';
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #053247;
	font-family: 'DM Sans', 'Noto Sans', helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: normal;
	margin: 0;
	padding: 0;
	font-weight: 500;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -1px;
}

h2,
.home.blog .entry-title {
	font-size: 32px;
	font-weight: bold;
}

h3 {
	font-size: 24px;
	font-weight: bold;
}

h4 {
	font-size: 20px;
	font-weight: bold;
}

h5 {
	font-size: 16px;
	font-weight: bold;
}

h6 {
	font-size: 12px;
	font-weight: bold;
}

p {
	margin: 0 0 25px;
	padding: 0;
	line-height: 1.5;
}

p+a.button {
	margin-top: 10px !important;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 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: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: '' '';
}

q {
	quotes: '“' '”' '‘' '’';
}

blockquote:before,
blockquote:after {
	content: '';
}

:focus {
	outline: none;
}

/* Typography for Arabic Font */

html[lang='ar'] body,
html[lang='ar'] button,
html[lang='ar'] input,
html[lang='ar'] select,
html[lang='ar'] textarea,
html[lang='ary'] body,
html[lang='ary'] button,
html[lang='ary'] input,
html[lang='ary'] select,
html[lang='ary'] textarea,
html[lang='azb'] body,
html[lang='azb'] button,
html[lang='azb'] input,
html[lang='azb'] select,
html[lang='azb'] textarea,
html[lang='fa-IR'] body,
html[lang='fa-IR'] button,
html[lang='fa-IR'] input,
html[lang='fa-IR'] select,
html[lang='fa-IR'] textarea,
html[lang='haz'] body,
html[lang='haz'] button,
html[lang='haz'] input,
html[lang='haz'] select,
html[lang='haz'] textarea,
html[lang='ps'] body,
html[lang='ps'] button,
html[lang='ps'] input,
html[lang='ps'] select,
html[lang='ps'] textarea,
html[lang='ur'] body,
html[lang='ur'] button,
html[lang='ur'] input,
html[lang='ur'] select,
html[lang='ur'] textarea {
	font-family: Tahoma, Arial, sans-serif;
}

html[lang='ar'] h1,
html[lang='ar'] h2,
html[lang='ar'] h3,
html[lang='ar'] h4,
html[lang='ar'] h5,
html[lang='ar'] h6,
html[lang='ary'] h1,
html[lang='ary'] h2,
html[lang='ary'] h3,
html[lang='ary'] h4,
html[lang='ary'] h5,
html[lang='ary'] h6,
html[lang='azb'] h1,
html[lang='azb'] h2,
html[lang='azb'] h3,
html[lang='azb'] h4,
html[lang='azb'] h5,
html[lang='azb'] h6,
html[lang='fa-IR'] h1,
html[lang='fa-IR'] h2,
html[lang='fa-IR'] h3,
html[lang='fa-IR'] h4,
html[lang='fa-IR'] h5,
html[lang='fa-IR'] h6,
html[lang='haz'] h1,
html[lang='haz'] h2,
html[lang='haz'] h3,
html[lang='haz'] h4,
html[lang='haz'] h5,
html[lang='haz'] h6,
html[lang='ps'] h1,
html[lang='ps'] h2,
html[lang='ps'] h3,
html[lang='ps'] h4,
html[lang='ps'] h5,
html[lang='ps'] h6,
html[lang='ur'] h1,
html[lang='ur'] h2,
html[lang='ur'] h3,
html[lang='ur'] h4,
html[lang='ur'] h5,
html[lang='ur'] h6 {
	font-weight: 700;
}

/* Typography for Chinese Font */

html[lang^='zh-'] body,
html[lang^='zh-'] button,
html[lang^='zh-'] input,
html[lang^='zh-'] select,
html[lang^='zh-'] textarea {
	font-family: 'PingFang TC', 'Helvetica Neue', Helvetica, STHeitiTC-Light,
		Arial, sans-serif;
}

html[lang='zh-CN'] body,
html[lang='zh-CN'] button,
html[lang='zh-CN'] input,
html[lang='zh-CN'] select,
html[lang='zh-CN'] textarea {
	font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, STHeitiSC-Light,
		Arial, sans-serif;
}

html[lang^='zh-'] h1,
html[lang^='zh-'] h2,
html[lang^='zh-'] h3,
html[lang^='zh-'] h4,
html[lang^='zh-'] h5,
html[lang^='zh-'] h6 {
	font-weight: 700;
}

/* Typography for Cyrillic Font */

html[lang='bg-BG'] body,
html[lang='bg-BG'] button,
html[lang='bg-BG'] input,
html[lang='bg-BG'] select,
html[lang='bg-BG'] textarea,
html[lang='ru-RU'] body,
html[lang='ru-RU'] button,
html[lang='ru-RU'] input,
html[lang='ru-RU'] select,
html[lang='ru-RU'] textarea,
html[lang='uk'] body,
html[lang='uk'] button,
html[lang='uk'] input,
html[lang='uk'] select,
html[lang='uk'] textarea {
	font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, sans-serif;
}

html[lang='bg-BG'] h1,
html[lang='bg-BG'] h2,
html[lang='bg-BG'] h3,
html[lang='bg-BG'] h4,
html[lang='bg-BG'] h5,
html[lang='bg-BG'] h6,
html[lang='ru-RU'] h1,
html[lang='ru-RU'] h2,
html[lang='ru-RU'] h3,
html[lang='ru-RU'] h4,
html[lang='ru-RU'] h5,
html[lang='ru-RU'] h6,
html[lang='uk'] h1,
html[lang='uk'] h2,
html[lang='uk'] h3,
html[lang='uk'] h4,
html[lang='uk'] h5,
html[lang='uk'] h6 {
	font-weight: 700;
	line-height: 1.2;
}

/* Typography for Devanagari Font */

html[lang='bn-BD'] body,
html[lang='bn-BD'] button,
html[lang='bn-BD'] input,
html[lang='bn-BD'] select,
html[lang='bn-BD'] textarea,
html[lang='hi-IN'] body,
html[lang='hi-IN'] button,
html[lang='hi-IN'] input,
html[lang='hi-IN'] select,
html[lang='hi-IN'] textarea,
html[lang='mr-IN'] body,
html[lang='mr-IN'] button,
html[lang='mr-IN'] input,
html[lang='mr-IN'] select,
html[lang='mr-IN'] textarea {
	font-family: Arial, sans-serif;
}

html[lang='bn-BD'] h1,
html[lang='bn-BD'] h2,
html[lang='bn-BD'] h3,
html[lang='bn-BD'] h4,
html[lang='bn-BD'] h5,
html[lang='bn-BD'] h6,
html[lang='hi-IN'] h1,
html[lang='hi-IN'] h2,
html[lang='hi-IN'] h3,
html[lang='hi-IN'] h4,
html[lang='hi-IN'] h5,
html[lang='hi-IN'] h6,
html[lang='mr-IN'] h1,
html[lang='mr-IN'] h2,
html[lang='mr-IN'] h3,
html[lang='mr-IN'] h4,
html[lang='mr-IN'] h5,
html[lang='mr-IN'] h6 {
	font-weight: 700;
}

/* Typography for Greek Font */

html[lang='el'] body,
html[lang='el'] button,
html[lang='el'] input,
html[lang='el'] select,
html[lang='el'] textarea {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html[lang='el'] h1,
html[lang='el'] h2,
html[lang='el'] h3,
html[lang='el'] h4,
html[lang='el'] h5,
html[lang='el'] h6 {
	font-weight: 700;
	line-height: 1.3;
}

/* Typography for Gujarati Font */

html[lang='gu-IN'] body,
html[lang='gu-IN'] button,
html[lang='gu-IN'] input,
html[lang='gu-IN'] select,
html[lang='gu-IN'] textarea {
	font-family: Arial, sans-serif;
}

html[lang='gu-IN'] h1,
html[lang='gu-IN'] h2,
html[lang='gu-IN'] h3,
html[lang='gu-IN'] h4,
html[lang='gu-IN'] h5,
html[lang='gu-IN'] h6 {
	font-weight: 700;
}

/* Typography for Hebrew Font */

html[lang='he-IL'] body,
html[lang='he-IL'] button,
html[lang='he-IL'] input,
html[lang='he-IL'] select,
html[lang='he-IL'] textarea {
	font-family: 'Arial Hebrew', Arial, sans-serif;
}

html[lang='he-IL'] h1,
html[lang='he-IL'] h2,
html[lang='he-IL'] h3,
html[lang='he-IL'] h4,
html[lang='he-IL'] h5,
html[lang='he-IL'] h6 {
	font-weight: 700;
}

/* Typography for Japanese Font */

html[lang='ja'] body,
html[lang='ja'] button,
html[lang='ja'] input,
html[lang='ja'] select,
html[lang='ja'] textarea {
	font-family: 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
}

html[lang='ja'] h1,
html[lang='ja'] h2,
html[lang='ja'] h3,
html[lang='ja'] h4,
html[lang='ja'] h5,
html[lang='ja'] h6 {
	font-weight: 700;
}

/* Typography for Korean font */

html[lang='ko-KR'] body,
html[lang='ko-KR'] button,
html[lang='ko-KR'] input,
html[lang='ko-KR'] select,
html[lang='ko-KR'] textarea {
	font-family: 'Apple SD Gothic Neo', 'Malgun Gothic', 'Nanum Gothic', Dotum,
		sans-serif;
}

html[lang='ko-KR'] h1,
html[lang='ko-KR'] h2,
html[lang='ko-KR'] h3,
html[lang='ko-KR'] h4,
html[lang='ko-KR'] h5,
html[lang='ko-KR'] h6 {
	font-weight: 600;
}

/* Typography for Thai Font */

html[lang='th'] h1,
html[lang='th'] h2,
html[lang='th'] h3,
html[lang='th'] h4,
html[lang='th'] h5,
html[lang='th'] h6 {
	line-height: 1.65;
	font-family: 'Sukhumvit Set', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html[lang='th'] body,
html[lang='th'] button,
html[lang='th'] input,
html[lang='th'] select,
html[lang='th'] textarea {
	line-height: 1.8;
	font-family: 'Sukhumvit Set', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Remove letter-spacing for all non-latin alphabets */

html[lang='ar'] *,
html[lang='ary'] *,
html[lang='azb'] *,
html[lang='haz'] *,
html[lang='ps'] *,
html[lang^='zh-'] *,
html[lang='bg-BG'] *,
html[lang='ru-RU'] *,
html[lang='uk'] *,
html[lang='bn-BD'] *,
html[lang='hi-IN'] *,
html[lang='mr-IN'] *,
html[lang='el'] *,
html[lang='gu-IN'] *,
html[lang='he-IL'] *,
html[lang='ja'] *,
html[lang='ko-KR'] *,
html[lang='th'] * {
	letter-spacing: 0 !important;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

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: #4c4f54;
	background: #fff;
	border: none;
	border-radius: 4px;
	display: block;
	padding: 12px 18px;
	width: 100%;
	margin-bottom: 17px;
}

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: #222;
	border-color: #333;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type='radio']:focus,
input[type='checkbox']:focus {
	outline: thin dotted #333;
}

input[type='radio'],
input[type='checkbox'] {
	margin-right: 0.5em;
}

input[type='radio']+label,
input[type='checkbox']+label {
	font-weight: 400;
}

button,
input[type='button'],
input[type='submit'] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	padding: 17px 25px;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.3s;
}

input+button,
input+input[type='button'],
input+input[type='submit'] {
	padding: 0.75em 2em;
}

button.secondary,
input[type='reset'],
input[type='button'].secondary,
input[type='reset'].secondary,
input[type='submit'].secondary {
	background-color: #ddd;
	color: #222;
}

button.secondary:hover,
button.secondary:focus,
input[type='reset']:hover,
input[type='reset']:focus,
input[type='button'].secondary:hover,
input[type='button'].secondary:focus,
input[type='reset'].secondary:hover,
input[type='reset'].secondary:focus,
input[type='submit'].secondary:hover,
input[type='submit'].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #aeaeae;
}

:-moz-placeholder {
	color: #aeaeae;
}

::-moz-placeholder {
	color: #aeaeae;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #aeaeae;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0;
}

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

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

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

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #ff5042;
	text-decoration: none;
}

a:focus {
	/* outline: thin dotted; */
}

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

/* Fixes linked images */

.entry-content a img,
.comment-content a img,
.widget a img {
	-webkit-box-shadow: 0 0 0 8px #fff;
	box-shadow: 0 0 0 8px #fff;
}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
	color: #222;
}

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/

.post-thumbnail {
	margin-bottom: 1em;
}

.post-thumbnail a img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
	opacity: 0.7;
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/

.navigation-top {
	font-size: 16px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding: 0;
	width: 100%;
}

.navigation-top .wrap {
	max-width: 1000px;
	padding: 0;
}

.navigation-top a {
	color: #fff;
	font-weight: 600;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	letter-spacing: 0.48px;
}

.navigation-top .current-menu-item>a,
.navigation-top .current-menu-ancestor>a,
.navigation-top .current_page_item>a {
	color: #ff5042;
}

.main-navigation {
	clear: both;
	display: block;
}

.main-navigation ul {
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0 1.5em;
	text-align: left;
}

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */

.js .main-navigation ul,
.main-navigation .menu-item-has-children>a>.icon,
.main-navigation .page_item_has_children>a>.icon,
.main-navigation ul a>.icon {
	display: none;
}

.main-navigation .menu-item-has-children>a>.icon,
.main-navigation .page_item_has_children>a>.icon,
.main-navigation ul a>.icon {
	width: 8px;
	height: 6px;
}

.main-navigation>div>ul {
	border-top: 1px solid #eee;
	padding: 0.75em 1.695em;
}

.js .main-navigation.toggled-on>div>ul {
	display: block;
}

.main-navigation ul ul {
	padding: 0 0 0 1.5em;
	box-shadow: 0px 10px 60px rgba(3, 17, 44, 0.15);
}

.main-navigation ul ul.toggled-on {
	display: block;
}

.main-navigation ul ul a {
	letter-spacing: 0;
	padding: 0.4em 0;
	position: relative;
	color: #053147;
	margin: auto;
	line-height: 24px;
}

.main-navigation li {
	border-bottom: 1px solid #eee;
	position: relative;
}

.main-navigation li li,
.main-navigation li:last-child {
	border: 0;
}

.main-navigation a {
	display: block;
	padding: 0.5em 0;
	text-decoration: none;
	color: #fff;
}

.main-navigation a:hover {
	color: #f6f6f6;
}

/* Menu toggle */

.menu-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: none;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	text-shadow: none;
	width: 40px;
	height: 36px;
	position: relative;
	z-index: 1100;
}

/* Display the menu toggle when JavaScript is available. */

.js .menu-toggle {
	display: block;
}

.main-navigation.toggled-on ul.nav-menu {
	display: block;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 1100;
}

.menu-toggle:focus {
	/* outline: thin solid; */
}

.menu-toggle .icon {
	/* margin-right: 0.5em; */
	top: 0;
	width: 40px;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
	display: none;
}

.toggled-on .menu-toggle .icon-close {
	display: inline-block;
}

/* Dropdown Toggle */

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: block;
	font-size: 16px;
	right: -0.5em;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0.5em;
	position: absolute;
	text-shadow: none;
	top: 0;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background: transparent;
}

.dropdown-toggle:focus {
	/* outline: thin dotted; */
}

.dropdown-toggle.toggled-on .icon {
	-ms-transform: rotate(-180deg);
	/* IE 9 */
	-webkit-transform: rotate(-180deg);
	/* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}

/* Scroll down arrow */

.site-header .menu-scroll-down {
	display: none;
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
}

*,
*: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/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	height: 100%;
	/* Fallback for when there is no custom background color defined. */
}

#page {
	position: relative;
	word-wrap: break-word;
	/* max-width: 1440px; */
	margin: auto;
	background: #fff;
	height: 100%;
}

.wrap {
	margin-left: auto;
	margin-right: auto;
	/* max-width: 700px; */
	/* padding-left: 2em; */
	/* padding-right: 2em; */
}

.wrap:after {
	clear: both;
	content: '';
	display: block;
}

.container-700 {
	max-width: 700px !important;
}

.container-800 {
	max-width: 800px !important;
}

.container-960 {
	max-width: 960px !important;
}

.container-1000 {
	max-width: 1000px !important;
}

.container-1200 {
	max-width: 1200px !important;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/

#masthead .wrap {
	position: relative;
	max-width: 1280px;
	padding: 0 15px;
	display: table;
	width: 100%;
}

/* Site branding */

.site-branding {
	padding: 32px 0 24px;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 3;
}

.site-title {
	clear: none;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.08em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.site-title,
.site-title a {
	color: #222;
	opacity: 1;
	/* Prevent opacity from changing during selective refreshes in the customize preview */
}

body.has-header-image .site-title,
body.has-header-video .site-title,
body.has-header-image .site-title a,
body.has-header-video .site-title a {
	color: #fff;
}

.site-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	margin-bottom: 0;
}

body.has-header-image .site-description,
body.has-header-video .site-description {
	color: #fff;
	opacity: 0.8;
}

.custom-logo-link {
	display: inline-block;
	padding-right: 1em;
	vertical-align: middle;
	width: auto;
}

.custom-logo-link img {
	display: inline-block;
	max-height: 80px;
	width: auto;
}

body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
	max-height: 200px;
	max-width: 100%;
}

.custom-logo-link a:hover,
.custom-logo-link a:focus {
	opacity: 0.9;
}

body:not(.title-tagline-hidden) .site-branding-text {
	display: table-cell;
	vertical-align: middle;
	width: auto;
}

.custom-header {
	position: relative;
}

.has-header-image.twentyseventeen-front-page .custom-header,
.has-header-video.twentyseventeen-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
	display: table;
	height: 300px;
	height: 75vh;
	width: 100%;
}

.custom-header-media {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.custom-header-media:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+75 */
	background: -moz-linear-gradient(to top,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0.3) 75%,
			rgba(0, 0, 0, 0.3) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(to top,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0.3) 75%,
			rgba(0, 0, 0, 0.3) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0.3) 75%,
			rgba(0, 0, 0, 0.3) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0);
	/* IE6-9 */
	bottom: 0;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}

.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
	position: fixed;
	height: auto;
	left: 50%;
	max-width: 1000%;
	min-height: 100%;
	min-width: 100%;
	min-width: 100vw;
	/* vw prevents 1px gap on left that 100% has */
	width: auto;
	top: 50%;
	padding-bottom: 1px;
	/* Prevent header from extending beyond the footer */
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.wp-custom-header .wp-custom-header-video-button {
	/* Specificity prevents .color-dark button overrides */
	background-color: rgba(34, 34, 34, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: rgba(255, 255, 255, 0.6);
	height: 45px;
	overflow: hidden;
	padding: 0;
	position: fixed;
	right: 30px;
	top: 30px;
	-webkit-transition: background-color 0.2s ease-in-out,
		border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
		color 0.3s ease-in-out;
	width: 45px;
}

.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus {
	/* Specificity prevents .color-dark button overrides */
	border-color: rgba(255, 255, 255, 0.8);
	background-color: rgba(34, 34, 34, 0.8);
	color: #fff;
}

.admin-bar .wp-custom-header-video-button {
	top: 62px;
}

.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
	bottom: 0;
	position: absolute;
	top: auto;
	-ms-transform: translateX(-50%) translateY(0);
	-moz-transform: translateX(-50%) translateY(0);
	-webkit-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
}

/* For browsers that support 'object-fit' */

@supports (object-fit: cover) {

	.has-header-image .custom-header-media img,
	.has-header-video .custom-header-media video,
	.has-header-video .custom-header-media iframe,
	.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		top: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		width: 100%;
	}
}

/* Hides div in Customizer preview when header images or videos change. */

body:not(.has-header-image):not(.has-header-video) .custom-header-media {
	display: none;
}

.has-header-image.twentyseventeen-front-page .site-branding,
.has-header-video.twentyseventeen-front-page .site-branding,
.has-header-image.home.blog .site-branding,
.has-header-video.home.blog .site-branding {
	display: table-cell;
	height: 100%;
	vertical-align: bottom;
}

/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/

.twentyseventeen-front-page .site-content {
	padding: 0;
}

.panel-image {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.panel-image:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */
	/* FF3.6-15 */
	background: -webkit-linear-gradient(to top,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0.3) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0)),
			to(rgba(0, 0, 0, 0.3)));
	background: -webkit-linear-gradient(to top,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(to bottom,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0.3) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0);
	/* IE6-9 */
	bottom: 0;
	content: '';
	left: 0;
	right: 0;
	position: absolute;
	top: 100px;
}

.panel-content {
	position: relative;
}

.panel-content .wrap {
	padding-bottom: 0.5em;
	padding-top: 1.75em;
}

/* Panel edit link */

.twentyseventeen-panel .edit-link {
	display: block;
	margin: 0.3em 0 0;
}

.twentyseventeen-panel .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

/* Front Page - Recent Posts */

.twentyseventeen-front-page .panel-content .recent-posts article {
	border: 0;
	color: #333;
	margin-bottom: 3em;
}

.recent-posts .entry-header {
	margin-bottom: 1.2em;
}

.page .panel-content .recent-posts .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
}

.twentyseventeen-panel .recent-posts .entry-header .edit-link {
	color: #222;
	display: inline-block;
	font-size: 11px;
	font-size: 0.6875rem;
	margin-left: 1em;
}

/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/

.site-content-contain {
	background-color: #fff;
	position: relative;
}

.site-content {
	/* padding: 107px 0 0; */
}

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/

/* Post Landing Page */

.sticky {
	position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
	display: none;
}

.sticky .icon-thumb-tack {
	display: block;
	height: 18px;
	left: -1.5em;
	position: absolute;
	top: 1.65em;
	width: 20px;
}

/* .page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
	color: #053147;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
} */

.entry-header .entry-title {
	/* margin-bottom: 0.25em; */
}

.entry-title a {
	color: #333;
	text-decoration: none;
	margin-left: -2px;
}

.entry-title:not(:first-child) {
	padding-top: 0;
}

.entry-meta {
	color: #767676;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-bottom: 0.25em;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

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

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

.pagination,
.comments-pagination {
	font-size: 14px;
	font-weight: 800;
	padding: 2em 0 0;
	text-align: center;
}

.pagination .icon,
.comments-pagination .icon {
	width: 0.666666666em;
	height: 0.666666666em;
}

.comments-pagination {
	border: 0;
}

.page-numbers {
	display: none;
	font-size: 20px;
	font-weight: bold;
	padding: 9px 21px;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
	margin: 8px;
	color: #053147;
	transition: all 0.3s ease;
	background-color: #ffffff;
	border-radius: 4px;
}

.page-numbers.current {
	color: #fff;
	display: inline-block;
	/* font-size: 20px; */
	background: #006494;
}

.page-numbers.current .screen-reader-text {
	clip: auto;
	height: auto;
	overflow: auto;
	position: relative !important;
	width: auto;
}

.prev.page-numbers,
.next.page-numbers {
	background-color: #fff;
	border-radius: 0;
	display: flex;
	align-items: center;
	font-size: 20px;
	/* font-size: 1.5rem; */
	/* line-height: 1; */
	padding: 9px 17px;
	border-radius: 4px;
}

.prev.page-numbers,
.next.page-numbers {
	-webkit-transition: background-color 0.2s ease-in-out,
		border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
		color 0.3s ease-in-out;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
	background-color: #006494;
	color: #fff;
}

.prev.page-numbers {
	/*float: left;*/
}

.next.page-numbers {
	/* float: right; */
}

/* Aligned blockquotes */

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	width: 48%;
}

/* Blog landing, search, archives */

.blog .site-main>article,
.archive .site-main>article,
.search .site-main>article {
	/* padding-bottom: 2em; */
}

body:not(.twentyseventeen-front-page) .entry-header,
body:not(.twentyseventeen-front-page) .entry-content,
body:not(.twentyseventeen-front-page) #comments {
	margin-left: auto;
	margin-right: auto;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
	color: #222;
	display: inline-block;
	margin-left: 1em;
	white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
	margin-left: 0;
	white-space: nowrap;
}

.taxonomy-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
}

/* More tag */

.entry-content .more-link:before {
	content: '';
	display: block;
	margin-top: 1.5em;
}

/* Single Post */

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
	margin-left: auto;
	margin-right: auto;
	/* max-width: 740px; */
}

.single-featured-image-header {
	background-color: #fafafa;
	border-bottom: 1px solid #eee;
}

.single-featured-image-header img {
	display: block;
	margin: auto;
}

.page-links {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
}

.page-links .page-number {
	color: #767676;
	display: inline-block;
	padding: 0.5em 1em;
}

.page-links a {
	display: inline-block;
}

.page-links a .page-number {
	color: #222;
}

/* Entry footer */

.entry-footer {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-top: 2em;
	padding: 2em 0;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-left: 2.5em;
	position: relative;
	text-transform: uppercase;
}

.entry-footer .cat-links+.tags-links {
	margin-top: 1em;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
	color: #333;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
	color: #767676;
	left: 0;
	margin-right: 0.5em;
	position: absolute;
	top: 2px;
}

.entry-footer .edit-link {
	display: inline-block;
}

.entry-footer .edit-link a.post-edit-link {
	background-color: #222;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	margin-top: 2em;
	padding: 0.7em 2em;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	white-space: nowrap;
}

.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
	background-color: #767676;
}

/* Post Formats */

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.format-quote blockquote {
	color: #333;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	overflow: visible;
	position: relative;
}

.format-quote blockquote .icon {
	display: block;
	height: 20px;
	left: -1.25em;
	position: absolute;
	top: 0.4em;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	width: 20px;
}

/* Post Navigation */

.post-navigation {
	font-weight: 800;
	margin: 3em 0;
}

.post-navigation .nav-links {
	padding: 1em 0;
}

.nav-subtitle {
	background: transparent;
	color: #767676;
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.1818em;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.nav-title {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
}

.post-navigation .nav-next {
	margin-top: 1.5em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	margin-right: 0.5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	margin-left: 0.5em;
}

.breadcrumb-link {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
}

.breadcrumb-link i {
	font-size: 12px;
	margin-right: 5px;
}

/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/

.page-header {
	padding-bottom: 2em;
}

.page .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

.search .page .entry-header .edit-link {
	font-size: 11px;
	font-size: 0.6875rem;
}

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

.page:not(.home) #content {
	/* padding-bottom: 1.5em; */
}

/* 404 page */

.error404 .page-content {
	padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
	margin-bottom: 3em;
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/

#comments {
	clear: both;
	padding: 2em 0 0.5em;
}

.comments-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list li:before {
	display: none;
}

.comment-body {
	margin-left: 65px;
}

.comment-author {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}

.comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}

.comment-author .says {
	display: none;
}

.comment-meta {
	margin-bottom: 1.5em;
}

.comment-metadata {
	color: #767676;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.comment-metadata a {
	color: #767676;
}

.comment-metadata a.comment-edit-link {
	color: #222;
	margin-left: 1em;
}

.comment-body {
	color: #333;
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 4em;
}

.comment-reply-link {
	font-weight: 800;
	position: relative;
}

.comment-reply-link .icon {
	color: #222;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}

.children .comment-author .avatar {
	height: 30px;
	left: -45px;
	width: 30px;
}

.bypostauthor>.comment-body>.comment-meta>.comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
}

.comments-pagination {
	margin: 2em 0 3em;
}

.form-submit {
	text-align: right;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
}

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/

#secondary {
	padding: 1em 0 2em;
}

.widget {
	padding-bottom: 30px;
}

h2.widget-title {
	font-size: 24px;
	/* font-weight: 800; */
	/* letter-spacing: 0.1818em; */
	margin-bottom: 19px;
	/* text-transform: uppercase; */
}

.widget-title a {
	color: inherit;
}

/* widget forms */

.widget select {
	width: 100%;
}

/* widget lists */

.widget ul {
	list-style: none;
	margin: 0;
}

.widget ul li,
.widget ol li {
	/* border-bottom: 1px solid #ddd; */
	/* border-top: 1px solid #ddd; */
	/* padding: 0.5em 0; */
}

.widget:not(.widget_tag_cloud) ul li+li {
	/* margin-top: -1px; */
}

.widget ul li ul {
	margin: 0 0 -1px;
	padding: 0;
	position: relative;
}

.widget ul li li {
	border: 0;
	padding-left: 24px;
	padding-left: 1.5rem;
}

/* Widget lists of links */

.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
	bottom: 0;
}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}

.widget_rss ul li {
	padding-bottom: 1em;
	padding-top: 1em;
}

/* Widget markup */

.widget .post-date,
.widget .rss-date {
	font-size: 0.81em;
}

/* Text widget */

.widget_text {
	word-wrap: break-word;
}

.widget_text ul {
	list-style: disc;
	/* margin: 0 0 1.5em 1.5em; */
}

.widget_text ol {
	list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
	border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
	padding-bottom: 0;
}

.widget_text ul li ul {
	margin: 0 0 0 1.5em;
}

.widget_text ul li li {
	padding-left: 0;
	padding-right: 0;
}

.widget_text ol li {
	list-style-position: inside;
}

.widget_text ol li+li {
	margin-top: -1px;
}

/* RSS Widget */

.widget_rss .widget-title .rsswidget:first-child {
	float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
	background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
	display: block;
}

.widget_rss ul li {
	padding: 2.125em 0;
}

.widget_rss ul li:first-child {
	border-top: none;
	padding-top: 0;
}

.widget_rss li .rsswidget {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 300;
	line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
	color: #767676;
	display: block;
	font-size: 10px;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widget_rss .rss-date {
	margin: 0.5em 0 1.5em;
	padding: 0;
}

.widget_rss .rssSummary {
	margin-bottom: 0.5em;
}

/* Contact Info Widget */

.widget_contact_info .contact-map {
	margin-bottom: 0.5em;
}

/* Gravatar */

.widget-grofile h4 {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0;
}

/* Recent Comments */

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
	border: 0;
}

/* Recent Posts widget */

.widget_recent_entries .post-date {
	display: block;
}

/* Tag cloud widget */

.tagcloud ul li {
	float: left;
	border-top: 0;
	border-bottom: 0;
	padding: 0;
	margin: 4px 4px 0 0;
}

.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
	line-height: 1.5;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	padding: 4px 10px 5px;
	position: relative;
	-webkit-transition: background-color 0.2s ease-in-out,
		border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
		color 0.3s ease-in-out;
	width: auto;
	word-wrap: break-word;
	z-index: 0;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
	border-color: #bbb;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

/* Calendar widget */

.widget_calendar th,
.widget_calendar td {
	text-align: center;
}

.widget_calendar tfoot td {
	border: 0;
}

/* Gallery widget */

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}

.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 {
	margin-bottom: 1.5em;
	max-width: 100%;
}

/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */

p>embed:only-child,
p>iframe:only-child,
p>object:only-child {
	margin-bottom: 0;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	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;
}

/* Media Elements */

.mejs-container {
	margin-bottom: 1.5em;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}

/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
	border-color: #eee;
	color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted #eee;
	-webkit-transition: background-color 0.2s ease-in-out,
		border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
		color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #767676;
	color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}

/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
	background: #222;
	border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
	-webkit-transition: background-color 0.2s ease-in-out,
		border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
		color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #aaa;
	color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
	color: #222;
}

/* Playlist Style Overrides */

.site-content .wp-playlist {
	padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.site-content .wp-playlist-item {
	padding: 0 0.3125em;
	cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
	border-bottom: none;
}

.site-content .wp-playlist-item a {
	padding: 0.3125em 0;
	border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.site-content .wp-playlist-item-length {
	top: 5px;
}

/* SVG Icons base styles */

.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative;
	/* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:after {
	border: 2px dashed #0085ba;
	/* Matches visible edit shortcuts. */
	bottom: 1em;
	content: '';
	display: block;
	left: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 1;
}

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .panel-content {
	z-index: 2;
	/* Prevent :after from preventing interactions within the section */
}

/* Used for placeholder text */

.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .twentyseventeen-panel-title {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 3em;
	text-transform: uppercase;
	text-align: center;
}

/* Show borders on the custom page panels only when the front page sections are being edited */

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:nth-of-type(1):after {
	border: none;
}

.twentyseventeen-front-page.twentyseventeen-customizer #primary article.panel-placeholder {
	border: 0;
}

/* Add some space around the visual edit shortcut buttons. */

.twentyseventeen-panel>.customize-partial-edit-shortcut>button {
	top: 30px;
	left: 30px;
}

/* Ensure that placeholder icons are visible. */

.twentyseventeen-panel .customize-partial-edit-shortcut-hidden:before {
	visibility: visible;
}

/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
	display: none;
}

.no-svg .svg-fallback {
	display: inline-block;
}

.no-svg .dropdown-toggle {
	padding: 0.5em 0 0;
	right: 0;
	text-align: center;
	width: 2em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	-webkit-transform: rotate(180deg);
	/* Chrome, Safari, Opera */
	-ms-transform: rotate(180deg);
	/* IE 9 */
	transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
	-webkit-transform: rotate(0);
	/* Chrome, Safari, Opera */
	-ms-transform: rotate(0);
	/* IE 9 */
	transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
	content: '\005E';
}

/* Social Menu fallbacks */

.no-svg .social-navigation a {
	background: transparent;
	color: #222;
	height: auto;
	width: auto;
}

/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
	clip: auto;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	height: auto;
	position: relative !important;
	/* overrides previous !important styles */
	width: auto;
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/

/* Adjust positioning of edit shortcuts, override style in customize-preview.css */

@media screen and (min-width: 20em) {
	body.customize-partial-edit-shortcuts-shown .site-header .site-title {
		padding-left: 0;
	}
}

@media screen and (min-width: 30em) {

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 14px;
		font-size: 0.875rem;
	}

	/* Fix image alignment */
	img.alignleft {
		float: left;
		margin-right: 1.5em;
	}

	img.alignright {
		float: right;
		margin-left: 1.5em;
	}

	/* Front Page */
	.panel-content .wrap {
		padding-bottom: 2em;
		padding-top: 3.5em;
	}

	.page-one-column .panel-content .wrap {
		max-width: 1280px;
		padding: 0 15px;
	}

	.panel-content .entry-header {
		margin-bottom: 4.5em;
	}

	.panel-content .recent-posts .entry-header {
		margin-bottom: 0;
	}

	/* Blog Index, Archive, Search */
	.taxonomy-description {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.page-numbers.current {
		/* font-size: 16px; */
		/* font-size: 1rem; */
	}

	/* Gallery Columns */
	.gallery-item {
		max-width: 25%;
	}

	.gallery-columns-1 .gallery-item {
		max-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%;
	}
}

@media screen and (min-width: 48em) {

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

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 13px;
		font-size: 0.8125rem;
	}

	/* Layout */
	.wrap {
		/* max-width: 1440px; */
		padding-left: 0;
		padding-right: 0;
	}

	.has-sidebar #secondary {
		float: right;
		padding-top: 0;
		width: 36%;
	}

	.error404 #primary {
		float: none;
	}

	/* Site Branding */
	.site-branding {
		margin-bottom: 0;
		padding-bottom: 30px;
	}

	.has-header-image.twentyseventeen-front-page .site-branding,
	.has-header-video.twentyseventeen-front-page .site-branding,
	.has-header-image.home.blog .site-branding,
	.has-header-video.home.blog .site-branding {
		bottom: 0;
		display: block;
		left: 0;
		height: auto;
		padding-top: 0;
		position: absolute;
		width: 100%;
	}

	.has-header-image.twentyseventeen-front-page .custom-header,
	.has-header-video.twentyseventeen-front-page .custom-header,
	.has-header-image.home.blog .custom-header,
	.has-header-video.home.blog .custom-header {
		display: block;
		height: auto;
	}

	.custom-header-media {
		height: 165px;
		position: relative;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 0;
		position: relative;
	}

	.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media,
	.has-header-video:not(.twentyseventeen-front-page):not(.home) .custom-header-media {
		bottom: 0;
		height: auto;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

	.custom-logo-link {
		padding-right: 2em;
	}

	.custom-logo-link img,
	body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
	body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
		max-width: 350px;
	}

	.title-tagline-hidden.home.has-header-image .custom-logo-link img,
	.title-tagline-hidden.home.has-header-video .custom-logo-link img {
		max-height: 200px;
	}

	.site-title {
		font-size: 36px;
		font-size: 2.25rem;
	}

	.site-description {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Navigation */
	.navigation-top {
		font-size: 13px;
	}

	.navigation-top .wrap {
		max-width: 1000px;
		/* The font size is 14px here and we need 50px padding in ems */
		padding: 0.75em 3.4166666666667em;
	}

	.navigation-top nav {
		margin-left: -1.25em;
	}

	.site-navigation-fixed.navigation-top {
		bottom: auto;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 7;
	}

	.admin-bar .site-navigation-fixed.navigation-top {
		top: 32px;
	}

	/* Main Navigation */
	.js .menu-toggle,
	.js .dropdown-toggle {
		display: none;
	}

	.main-navigation {
		width: auto;
	}

	.site-header .main-navigation ul,
	.site-header .main-navigation ul ul,
	.site-header .main-navigation>div>ul {
		display: inline-block;
	}

	.main-navigation ul {
		background: transparent;
		padding: 0;
	}

	.main-navigation>div>ul {
		border: 0;
		margin-bottom: 0;
		padding: 0;
	}

	.main-navigation li {
		border: 0;
		display: inline-block;
	}

	.main-navigation li li {
		display: block;
	}

	.main-navigation a {
		padding: 19px 14px 14px 15px;
		letter-spacing: 0;
	}

	.main-navigation ul ul {
		background: #fff;
		left: -999em;
		padding: 10px;
		position: absolute;
		top: 100%;
		z-index: 99999;
		min-width: 255px;
		border-bottom: 8px solid #ff5042;
		border-radius: 4px;
	}

	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:before,
	.main-navigation ul li.page_item_has_children:after {
		border-style: solid;
		border-width: 0 6px 6px;
		content: '';
		display: none;
		height: 0;
		position: absolute;
		right: 1em;
		bottom: -1px;
		width: 0;
		z-index: 100000;
	}

	.main-navigation ul li.menu-item-has-children.focus:before,
	.main-navigation ul li.menu-item-has-children:hover:before,
	.main-navigation ul li.menu-item-has-children.focus:after,
	.main-navigation ul li.menu-item-has-children:hover:after,
	.main-navigation ul li.page_item_has_children.focus:before,
	.main-navigation ul li.page_item_has_children:hover:before,
	.main-navigation ul li.page_item_has_children.focus:after,
	.main-navigation ul li.page_item_has_children:hover:after {
		/* display: block; */
	}

	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.page_item_has_children:before {
		border-color: transparent transparent #bbb;
		bottom: 0;
	}

	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:after {
		border-color: transparent transparent #fff;
	}

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

	.main-navigation ul ul a {
		padding: 8px 16px;
		/* width: 16em; */
	}

	.main-navigation li li {
		-webkit-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.1s ease-in-out;
	}

	.main-navigation li li:hover,
	.main-navigation li li.focus {
		background: rgba(2, 100, 148, 0.2);
		border-radius: 4px;
	}

	.main-navigation li li a {
		-webkit-transition: color 0.1s ease-in-out;
		transition: color 0.1s ease-in-out;
	}

	.main-navigation li li.focus>a,
	.main-navigation li li:focus>a,
	.main-navigation li li:hover>a,
	.main-navigation li li a:hover,
	.main-navigation li li a:focus,
	.main-navigation li li.current_page_item a:hover,
	.main-navigation li li.current-menu-item a:hover,
	.main-navigation li li.current_page_item a:focus,
	.main-navigation li li.current-menu-item a:focus {
		color: #053147;
		background: rgba(2, 100, 148, 0.2);
		border-radius: 4px;
	}

	.main-navigation ul li:hover>ul,
	.main-navigation ul li.focus>ul {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}

	.main-navigation .menu-item-has-children>a>.icon,
	.main-navigation .page_item_has_children>a>.icon {
		display: inline;
		left: 5px;
		position: relative;
		top: -1px;
	}

	.main-navigation ul ul .menu-item-has-children>a>.icon,
	.main-navigation ul ul .page_item_has_children>a>.icon {
		margin-top: -3px;
		left: auto;
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: rotate(-90deg);
		/* Chrome, Safari, Opera */
		-ms-transform: rotate(-90deg);
		/* IE 9 */
		transform: rotate(-90deg);
	}

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

	.main-navigation ul ul li.menu-item-has-children.focus:before,
	.main-navigation ul ul li.menu-item-has-children:hover:before,
	.main-navigation ul ul li.menu-item-has-children.focus:after,
	.main-navigation ul ul li.menu-item-has-children:hover:after,
	.main-navigation ul ul li.page_item_has_children.focus:before,
	.main-navigation ul ul li.page_item_has_children:hover:before,
	.main-navigation ul ul li.page_item_has_children.focus:after,
	.main-navigation ul ul li.page_item_has_children:hover:after {
		display: none;
	}

	.site-header .site-navigation-fixed .menu-scroll-down {
		display: none;
	}

	/* Scroll down arrow */
	.site-header .menu-scroll-down {
		display: block;
		padding: 1em;
		position: absolute;
		right: 0;
	}

	.site-header .menu-scroll-down .icon {
		-webkit-transform: rotate(90deg);
		/* Chrome, Safari, Opera */
		-ms-transform: rotate(90deg);
		/* IE 9 */
		transform: rotate(90deg);
	}

	.site-header .menu-scroll-down {
		color: #fff;
		top: 2em;
	}

	.site-header .navigation-top .menu-scroll-down {
		color: #767676;
		top: 0.7em;
	}

	.menu-scroll-down:focus {
		outline: thin dotted;
	}

	.menu-scroll-down .icon {
		height: 18px;
		width: 18px;
	}

	/* Front Page */
	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		margin-bottom: 70px;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 1200px;
		height: 100vh;
		max-height: 100%;
		overflow: hidden;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media:before,
	.twentyseventeen-front-page.has-header-video .custom-header-media:before,
	.home.blog.has-header-image .custom-header-media:before,
	.home.blog.has-header-video .custom-header-media:before {
		height: 33%;
	}

	.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media,
	.admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media,
	.admin-bar.home.blog.has-header-image .custom-header-media,
	.admin-bar.home.blog.has-header-video .custom-header-media {
		height: calc(100vh - 32px);
	}

	.panel-content .wrap {
		padding-bottom: 4.5em;
		padding-top: 6em;
	}

	.panel-image {
		height: 100vh;
		max-height: 1200px;
	}

	/* With panel images 100% of the screen height, we're going to fix the background image where supported to create a parallax-like effect. */
	.background-fixed .panel-image {
		background-attachment: fixed;
	}

	.page-two-column .panel-content .entry-header {
		float: left;
		width: 36%;
	}

	.page-two-column .panel-content .entry-content {
		float: right;
		width: 58%;
	}

	/* Front Page - Recent Posts */
	.page-two-column .panel-content .recent-posts {
		clear: right;
		float: right;
		width: 58%;
	}

	.panel-content .recent-posts article {
		margin-bottom: 4em;
	}

	.panel-content .recent-posts .entry-header,
	.page-two-column #primary .panel-content .recent-posts .entry-header,
	.panel-content .recent-posts .entry-content,
	.page-two-column #primary .panel-content .recent-posts .entry-content {
		float: none;
		width: 100%;
	}

	.panel-content .recent-posts .entry-header {
		margin-bottom: 1.5em;
	}

	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	/* Posts */
	/* .site-content {
		padding: 5.5em 0 0;
	} */
	/* .single-post .entry-title,
	.page .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	} */
	.comments-pagination,
	.post-navigation {
		clear: both;
	}

	.post-navigation .nav-previous {
		float: left;
		width: 50%;
	}

	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 50%;
	}

	.nav-next,
	.post-navigation .nav-next {
		margin-top: 0;
	}

	/* Blog, archive, search */
	.sticky .icon-thumb-tack {
		height: 23px;
		left: -2.5em;
		top: 1.5em;
		width: 32px;
	}

	body:not(.has-sidebar):not(.page-one-column) .page-header,
	body.has-sidebar.error404 #primary .page-header,
	body.page-two-column:not(.archive) #primary .entry-header,
	body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
		float: left;
		width: 36%;
	}

	.blog:not(.has-sidebar) #primary article,
	.archive:not(.page-one-column):not(.has-sidebar) #primary article,
	.search:not(.has-sidebar) #primary article,
	.error404:not(.has-sidebar) #primary .page-content,
	.error404.has-sidebar #primary .page-content,
	body.page-two-column:not(.archive) #primary .entry-content,
	body.page-two-column #comments {
		float: right;
		width: 58%;
	}

	.blog .site-main>article,
	.archive .site-main>article,
	.search .site-main>article {
		/* padding-bottom: 4em; */
	}

	.navigation.pagination {
		clear: both;
		float: right;
		width: 58%;
	}

	.has-sidebar .navigation.pagination,
	.archive.page-one-column:not(.has-sidebar) .navigation.pagination {
		float: none;
		width: auto;
	}

	.entry-footer {
		display: table;
		width: 100%;
	}

	.entry-footer .cat-tags-links {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}

	.entry-footer .edit-link {
		display: table-cell;
		text-align: right;
		vertical-align: middle;
	}

	.entry-footer .edit-link a.post-edit-link {
		margin-top: 0;
		margin-left: 1em;
	}

	/* Entry content */
	/* without sidebar */
	:not(.has-sidebar) .entry-content blockquote.alignleft {
		margin-left: -17.5%;
		width: 48%;
	}

	:not(.has-sidebar) .entry-content blockquote.alignright {
		margin-right: -17.5%;
		width: 48%;
	}

	/* with sidebar */
	.has-sidebar .entry-content blockquote.alignleft {
		margin-left: 0;
		width: 34%;
	}

	.has-sidebar .entry-content blockquote.alignright {
		margin-right: 0;
		width: 34%;
	}

	.has-sidebar #primary .entry-content blockquote.alignright.below-entry-meta {
		margin-right: -72.5%;
		width: 62%;
	}

	/* blog and archive */
	.blog:not(.has-sidebar) .entry-content blockquote.alignleft,
	.twentyseventeen-front-page.page-two-column .entry-content blockquote.alignleft,
	.archive:not(.has-sidebar) .entry-content blockquote.alignleft,
	.page-two-column .entry-content blockquote.alignleft {
		margin-left: -72.5%;
		width: 62%;
	}

	.blog:not(.has-sidebar) .entry-content blockquote.alignright,
	.twentyseventeen-front-page.page-two-column .entry-content blockquote.alignright,
	.archive:not(.has-sidebar) .entry-content blockquote.alignright,
	.page-two-column .entry-content blockquote.alignright {
		margin-right: 0;
		width: 36%;
	}

	/* Post formats */
	.format-quote blockquote .icon {
		left: -1.5em;
	}

	/* Pages */
	/* .page.page-one-column .entry-header,
	.twentyseventeen-front-page.page-one-column .entry-header,
	.archive.page-one-column:not(.has-sidebar) .page-header {
		margin-bottom: 4em;
	} */
	/* .page:not(.home) #content {
		padding-bottom: 3.25em;
	} */
	/* 404 page */
	.error404 .page-content {
		padding-bottom: 9em;
	}

	/* Comments */
	#comments {
		padding-top: 5em;
	}

	.comments-title {
		margin-bottom: 2.5em;
	}

	ol.children .children {
		padding-left: 2em;
	}

	/* Posts pagination */
	.nav-links .nav-title {
		position: relative;
	}

	.nav-title-icon-wrapper {
		position: absolute;
		text-align: center;
		width: 2em;
	}

	.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
		left: -2em;
	}

	.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
		right: -2em;
	}

	/* Secondary */
	#secondary {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.6;
	}

	.social-navigation {
		clear: left;
		float: left;
		margin-bottom: 0;
		/* width: 36%; */
		margin-top: 26px;
	}

	.site-info {
		background: #091d2b;
	}

	.social-navigation+.site-info {
		margin-left: 6%;
	}

	.site-info .sep {
		margin: 0 0.5em;
		display: inline;
		visibility: visible;
		height: auto;
		width: auto;
	}

	/* Gallery Columns */
	.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%;
	}
}

@media screen and (min-width: 67em) {

	/* Layout */
	/* Navigation */
	.navigation-top .wrap {
		padding: 0.75em 2em;
	}

	.navigation-top nav {
		margin-left: 0;
	}

	/* Sticky posts */
	.sticky .icon-thumb-tack {
		font-size: 32px;
		font-size: 2rem;
		height: 22px;
		left: -1.25em;
		top: 0.75em;
		width: 32px;
	}

	/* Pagination */
	.page-numbers {
		display: inline-block;
	}

	.page-numbers.current {
		/* font-size: 20px; */
		/* font-size: 0.9375rem; */
	}

	.page-numbers.current .screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px;
	}

	/* Comments */
	.comment-body {
		margin-left: 0;
	}
}

@media screen and (min-width: 79em) {
	.has-sidebar .entry-content blockquote.alignleft {
		margin-left: -20%;
	}

	.blog:not(.has-sidebar) .entry-content blockquote.alignright,
	.archive:not(.has-sidebar) .entry-content blockquote.alignright,
	.page-two-column .entry-content blockquote.alignright,
	.twentyseventeen-front-page .entry-content blockquote.alignright {
		margin-right: -20%;
	}
}

@media screen and (max-width: 48.875em) and (min-width: 48em) {

	.admin-bar .site-navigation-fixed.navigation-top,
	.admin-bar .site-navigation-hidden.navigation-top {
		top: 46px;
	}
}

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {

	/* Hide elements */
	form,
	button,
	input,
	select,
	textarea,
	.navigation-top,
	.social-navigation,
	#secondary,
	.content-bottom-widgets,
	.header-image,
	.panel-image-prop,
	.icon-thumb-tack,
	.page-links,
	.edit-link,
	.post-navigation,
	.pagination.navigation,
	.comments-pagination,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer aside.widget-area,
	.site-info {
		display: none !important;
	}

	.entry-footer,
	#comments,
	.site-footer,
	.single-featured-image-header {
		border: 0;
	}

	/* Font sizes */
	body {
		font-size: 12pt;
	}

	h1 {
		font-size: 24pt;
	}

	h2 {
		font-size: 22pt;
	}

	h3 {
		font-size: 17pt;
	}

	h4 {
		font-size: 12pt;
	}

	h5 {
		font-size: 11pt;
	}

	h6 {
		font-size: 12pt;
	}

	.page .panel-content .entry-title,
	.page-title,
	body.page:not(.twentyseventeen-front-page) .entry-title {
		font-size: 10pt;
	}

	/* Layout */
	.wrap {
		padding-left: 5% !important;
		padding-right: 5% !important;
		max-width: none;
	}

	/* Site Branding */
	.site-header {
		background: transparent;
		padding: 0;
	}

	.custom-header-media {
		padding: 0;
	}

	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		position: relative;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em !important;
		/* override styles added by JavaScript */
	}

	.site-title {
		font-size: 25pt;
	}

	.site-description {
		font-size: 12pt;
		opacity: 1;
	}

	/* Posts */
	.single-featured-image-header {
		background: transparent;
	}

	.entry-meta {
		font-size: 9pt;
	}

	/* Colors */
	body,
	.site {
		background: none !important;
		/* Brute force since user agents all print differently. */
	}

	body,
	a,
	.site-title a,
	.twentyseventeen-front-page.has-header-image .site-title,
	.twentyseventeen-front-page.has-header-video .site-title,
	.twentyseventeen-front-page.has-header-image .site-title a,
	.twentyseventeen-front-page.has-header-video .site-title a {
		color: #222 !important;
		/* Make sure color schemes don't affect to print */
	}

	h2,
	h5,
	blockquote,
	.site-description,
	.twentyseventeen-front-page.has-header-image .site-description,
	.twentyseventeen-front-page.has-header-video .site-description,
	.entry-meta,
	.entry-meta a {
		color: #777 !important;
		/* Make sure color schemes don't affect to print */
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 11pt;
		width: 34%;
	}

	.site-footer {
		padding: 0;
	}
}

/*--------------------------------------------------------------
21.0 Header
--------------------------------------------------------------*/

.site-header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	-webkit-transition: background-color ease 0.3s;
	transition: background-color ease 0.3s;
}

.site-header.blue-background {
	/* background: #025780d6 !important; */
	background: #006494d6 !important;
	top: 0;
	/* covid-19 banner - remove to get space back */
}

.site-logo {
	display: block;
	width: 166px;
	height: 40px;
	background: url(../png/removify-logo-new-2.png) no-repeat center center,
		linear-gradient(transparent, transparent);
	background-size: 166px 40px;
	background-position: center;
}

.site-header .additional-info {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding-top: 5px;
	min-width: 280px;
}

.site-header .additional-info section {
	padding: 0;
}

.site-header .additional-info .button {
	margin-left: 11px;
	height: 33px;
	line-height: 33px;
}

.site-header .tap-to-call {
	display: none;
}

.blue-background .site-branding,
.post-type-archive-removify_faq .blue-background .site-branding {
	padding: 10px 0 10px;
}

@media all and (max-width: 1040px) {

	.site-header .additional-info .button.client-login,
	.site-header .additional-info .button.get-a-quote {
		display: none;
	}

	.site-header .additional-info {
		min-width: 0;
		width: auto;
		padding: 0;
	}
}

@media all and (max-width: 767px) {
	.site-header .tap-to-call {
		display: block;
		width: 32px;
		height: 32px;
	}

	.site-header .additional-info .button.white-outline {
		display: none;
	}

	.site-branding {
		padding: 19px 0;
	}

	#masthead .wrap {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.site-header .site-logo {
		width: 168px;
		height: 40px;
		background-size: contain;
	}

	body:not(.title-tagline-hidden) .site-branding-text {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 1100;
		position: relative;
	}

	.site-header .additional-info {
		display: flex;
		align-items: center;
		width: 40px;
		position: relative;
		z-index: 1100;
	}
}

/*--------------------------------------------------------------
21.1 Buttons
--------------------------------------------------------------*/

a.button {
	text-decoration: none;
}

.button {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	padding: 0 22px;
	border-radius: 4px;
	color: #fff;
	line-height: 16px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	text-align: center;
}

.button:hover {
	color: #ffffff;
}

.button.big {
	margin: 0;
	padding: 0 24px;
	font-size: 18px;
	height: 55px;
	line-height: 55px;
}

.button.big.red.arrow-right:after,
.button.big.red.get-a-quote:after {
	font-family: 'Font Awesome 5 Free';
	content: '\f061';
	margin-left: 10px;
}

.button.small {
	padding: 0 15px;
}

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

	.button.white-outline.mobile-button,
	.button.white-outline,
	.button.big,
	.top-cta .button.big,
	.button.big.arrow-right,
	.button.big.get-a-quote {
		display: block;
		margin: 10px auto !important;
		width: 80%;
	}
}

.button.white-outline.mobile-button {
	padding: 16px 29px;
	border-radius: 4px;
	font-size: 16px;
	width: auto;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 20px;
}

.button.white-outline.red.mobile-button {
	padding: 16px 29px;
	border-radius: 4px;
	font-size: 16px;
	width: auto;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 20px;
	border: 1px solid #ff5042;
}

.button.white-outline {
	border: 1px solid #c3c7ce;
}

.button.white-outline.text-black {
	color: #053147;
}

.button.white-outline.text-blue {
	color: #026494;
}

.button.white-outline:hover {
	background: #ffffff;
	color: #053147;
}

.button.red {
	background-color: #ff5042;
	color: #ffffff;
}

.button.red:hover {
	background-color: #f03c2f;
	color: #ffffff;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}

.button.inline {
	display: inline-block;
}

@media screen and (max-width: 768px) {
	.button.inline {
		display: block;
	}
}

.button+.button {
	margin-left: 20px;
}

/*--------------------------------------------------------------
21.2 Menu
--------------------------------------------------------------*/

li:hover>a>.icon-angle-down {
	transform: rotate(180deg);
}

.navigation-mobile {
	display: none;
}

.navigation-mobile .menu-top-navigation-container {
	position: fixed;
	left: -100%;
	top: 0;
	max-width: 425px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: #053147;
	padding-top: 121px;
	padding-bottom: 20px;
	-webkit-transition: left ease 0.3s;
	transition: left ease 0.3s;
	text-align: center;
	overflow-y: auto;
}

.navigation-mobile .toggled-on .menu-top-navigation-container {
	left: 0;
}

button.menu-toggle .bar {
	width: 40px;
	height: 4px;
	border-radius: 4px;
	display: block;
	background: #fff;
	position: absolute;
	left: 0;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

button.menu-toggle .bar.first {
	max-width: 100%;
	top: 4px;
}

button.menu-toggle .bar.second {
	max-width: 100%;
	top: 16px;
}

button.menu-toggle .bar.third {
	max-width: 100%;
	top: 28px;
}

.toggled-on button.menu-toggle .bar.first {
	transform: rotate(45deg);
	top: 16px;
}

.toggled-on button.menu-toggle .bar.third {
	transform: rotate(-45deg);
	top: 16px;
}

.toggled-on button.menu-toggle .bar.second {
	opacity: 0;
}

#mobile-menu li a {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}

#mobile-menu .menu-item-has-children>a {
	padding-left: 24px;
}

#mobile-menu li ul a {
	font-size: 16px;
	padding: 10px 0;
}

#mobile-menu li ul .current-menu-item a {
	color: #ff5042;
}

#mobile-menu .dropdown-toggle {
	color: #fff;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 7px;
	top: auto;
}

#mobile-menu .dropdown-toggle .icon {
	width: 8px;
	height: 6px;
	top: 0;
	margin: 0;
	display: block;
}

#mobile-menu .dropdown-toggle:after {
	display: none;
}

#mobile-menu ul.sub-menu {
	display: none;
}

#mobile-menu>li {
	padding: 8px 0;
}

#mobile-menu ul.sub-menu.toggled-on {
	display: block;
	margin: 0;
	padding: 12px 0 0;
}

.site-header .mobile-navigation .spacer {
	width: 315px;
	height: 1px;
	background: #fff;
	margin: 0 auto 40px;
}

@media all and (max-width: 767px) {
	.navigation-mobile {
		display: block;
		width: 40px;
		padding: 0;
		margin: 0;
	}

	.navigation-top {
		display: none;
	}

	.navigation-mobile .rollout .bottom-block {
		box-shadow: none;
	}
}

/*--------------------------------------------------------------
22.0 Homepage
--------------------------------------------------------------*/

.home .site-branding {
	background-color: transparent;
}

.home .site-header {
	background: transparent;
}

.home #page {
	max-width: 100%;
}

.home .panel-content .wrap {
	max-width: 100%;
	padding: 0;
}

.home .site-content-contain {
	background: transparent;
}

.home .top-cta .content {
	background: url(../png/we-remove-negative-online-content-2.png),
		url(../png/we-remove-negative-online-content-placeholder-2.png);
	background-size: 469px 595px;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.top-cta.service .button.big,
.home .top-cta .button.big {
	margin: 20px 20px 20px 0;
}

/* .home .hero .content-image img {
	max-width: 500px;
    margin-left: auto;
} */

.top-cta .content {
	padding: 83px 0 143px;
	max-width: 1109px;
	margin: auto;
	color: #ffffff;
}

.top-cta {
	max-width: 100%;
	width: 100%;
	padding: 107px 0 0;
	margin: auto;
	background-color: #006494;
	background-size: cover;
}

.top-cta .button.big:last-child {
	margin-right: 0;
}

.home .top-cta {
	background: url(../jpg/homepage-top-bg-2.jpg) no-repeat center top #006494;
	background-size: cover;
}

.awards {
	position: static;
}

.awards.absolute {
	position: absolute;
	bottom: 40px;
	left: 40px;
}

.award {
	display: inline-block;
	background-size: cover;
	background-position: center;
	margin-right: 10px;
	box-shadow: 0px 10px 60px rgba(3, 17, 44, 0.15);
}

.awards .award-1 {
	display: inline-block;
	background-image: url(../png/2021-bia-awards-3.png);
	background-size: 199px 50px;
	background-size: fill;
	width: 199px;
	height: 50px;
}

.awards .award-2 {
	display: inline-block;
	background-image: url(../png/2021-bia-awards-4.png);
	background-size: 196.5px 50px;
	background-size: fill;
	width: 196.5px;
	height: 50px;
}

.awards .award-3 {
	display: inline-block;
	background-image: url(../png/pause-awards-new-2.png);
	background-size: 150px 50.5px;
	background-size: fill;
	width: 150px;
	height: 50.5px;
}

.awards .award-4 {
	background-image: url(../png/deloitte-2.png);
	background-size: 175px 50px;
	background-size: fill;
	width: 175px;
	height: 50px;
}

/* Content Removals [content_removals] */

.content-removals-list {
	display: grid;
	flex-wrap: wrap;
	grid-template-columns: repeat(5, 1fr);
	gap: 40px 40px;
	max-width: 900px;
	margin: 0 auto;
}

.content-removals-icon {
	display: block;
	height: 50px;
	width: auto;
	margin: 0 auto 10px;
}

.content-removals-icon-resize-container {
	padding-left: 15px;
	padding-right: 15px;
	height: 50px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.content-removals-icon.content-removals-icon--auto-resize {
	height: auto;
	width: 100%;
	margin-bottom: 0;
	max-width: 80px;
}

.content-removals {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	color: #053247;
	height: 135px;
	box-shadow: 0px 20px 40px rgba(3, 17, 44, 0.07);
	border-radius: 6px;
	-webkit-transition: all ease 0.3s, all ease-out 0.1s;
	transition: all ease 0.3s, all ease-out 0.1s;
}

.content-removals section {
	text-align: center;
}

.content-removals:hover {
	text-decoration: none;
}

.content-removals:hover {
	transform: scale(1.1);
}

/* .content-removals span {

} */

@media screen and (max-width: 768px) {
	.content-removals-list {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px 20px;
	}
}

@media screen and (max-width: 600px) {
	.content-removals-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

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

.rollout {
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	position: relative;
}

.rollout.rolled-out {
	background-color: #053147;
	border-radius: 4px;
}

.rollout.rolled-out .top-block {
	opacity: 0;
}

.rollout .bottom-block {
	display: none;
	padding: 16px;
	background: #053147;
	border-radius: 4px;
	width: 100%;
	box-shadow: 0px 10px 60px rgba(3, 17, 44, 0.15);
	top: 16px;
}

.home .top-cta .rollout .bottom-block {
	position: absolute;
	box-shadow: none;
	background: transparent;
	top: -140px;
	z-index: 2;
}

.rollout input[type='submit'].button {
	width: 100%;
}

.rollout p {
	display: inline-block;
	margin: 0;
}

@media screen and (min-width: 541px) {
	.dropdown-wrapper {
		display: flex;
		width: 100%;
	}
}

.fake-select {
	display: inline-block;
	background: #fff;
	width: 70%;
	vertical-align: middle;
	border-radius: 4px 0 0 4px;
	user-select: none;
	cursor: pointer;
	text-align: left;
	color: #053147;
	font-size: 16px;
}

.fake-select ul.select-dropdown {
	display: none;
}

.fake-select .selected-item {
	padding: 16px 25px;
	position: relative;
	height: 56px;
}

.fake-select .selected-item::after {
	display: block;
	width: 15px;
	height: 12px;
	content: '';
	position: absolute;
	right: 24px;
	top: 22px;
	background: url(../svg/triangle.svg) no-repeat center center transparent;
	background-size: contain;
}

/* .rollout .show-full-form,
.page-free-reputation-review-audit .alt_rows .button {
    margin: 0;
    padding: 16px 29px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    font-size: 16px;
    width: auto;
    box-shadow: none;
    text-align: center;
} */

.rollout .dropdown-wrapper .show-full-form {
	border-radius: 0 4px 4px 0;
	width: 30%;
	padding: 20px;
	height: 56px;
	/* text-align: center; */
	box-shadow: none;
}

ul.select-dropdown {
	position: absolute;
	background: #fff;
	width: 378px;
	margin-top: -4px;
	border-radius: 0 0 4px 4px;
	list-style: none;
	box-shadow: 0px 10px 60px rgba(3, 17, 44, 0.15);
	overflow: hidden;
	z-index: 2;
}

ul.select-dropdown li {
	padding: 16px 25px;
	border-bottom: 1px solid #f6f6f6;
	text-transform: capitalize;
}

ul.select-dropdown li:hover {
	background: #f6f6f6;
}

.home .top-cta .client-review {
	margin-top: 64px;
	max-width: 600px;
	text-align: left;
}

.statistics-tiles.row {
	margin-top: -60px;
}

.we-remove-from-block>h2 {
	margin-bottom: 57px;
	/* line-height: 33px; */
}

.we-remove-from-block .spacer {
	display: none;
	width: 100%;
	height: 45px;
}

.dont-see-the-online-service {
	margin-top: 19px;
	font-size: 20px;
	margin-bottom: 32px;
}

.rollout.send-us-a-message.rolled-out {
	max-width: 580px;
	margin: auto;
}

section.content-block.other-services .container {
	max-width: 1100px;
}

@media screen and (max-width: 991px) {
	section.content-block.guarantee .content {
		text-align: center;
	}

	section.content-block.guarantee img {
		max-width: 150px;
		margin-bottom: 20px;
	}
}

.other-services h3 {
	margin-bottom: 27px;
}

.row.removify-will-remove-your-unwanted-content {
	max-width: 1148px;
	padding: 100px 15px;
}

.row.removify-will-remove-your-unwanted-content img {
	border-bottom: 4px solid #ff5042;
	box-shadow: 0px 10px 60px rgba(3, 17, 44, 0.15);
	margin-left: 30px;
}

.column.half.align-right {
	margin-top: 4px;
}

.row.removify-will-remove-your-unwanted-content h2 {
	margin-bottom: 28px;
}

.row.removify-will-remove-your-unwanted-content .font-20 {
	margin-bottom: 27px;
}

.row.removify-will-remove-your-unwanted-content .wpcf7 {
	margin-top: 36px;
}

.row.out-latest-removals h2 {
	margin-bottom: 117px;
}

.row.out-latest-removals h3 {
	margin-top: 10px;
	margin-bottom: 16px;
}

.row.reverse-order {
	display: flex;
	flex-direction: row-reverse;
}

.reviews-block {
	background: url(../jpg/reviews-block-bg-2.jpg) no-repeat center / cover #515c5e;
}

.had-enough-of-negative {
	background-color: #053247;
}

.home .had-enough-of-negative {
	background: #053147;
}

.row.out-latest-removals .row.product-review-removal-block {
	margin-bottom: 174px;
}

.reviews-block .content {
	max-width: 898px;
	margin: auto;
	padding: 120px 15px 122px;
}

.reviews-block .content h2 {
	font-weight: 300;
	font-style: italic;
	line-height: 48px;
	letter-spacing: 0;
	margin-bottom: 38px;
}

.reviews-block .rating {
	margin: 0 auto 46px;
}

.had-enough-of-negative {
	width: 100%;
	max-width: 100%;
	text-align: center;
}

.had-enough-of-negative .content {
	max-width: 1280px;
	margin: auto;
	padding: 140px 15px;
}

.home .had-enough-of-negative .content {
	max-width: 920px;
}

.had-enough-of-negative h2 {
	font-size: 48px;
	line-height: 63px;
	margin-bottom: 37px;
}

.had-enough-of-negative .wpcf7 {
	max-width: 590px;
	margin: auto;
}

.had-enough-of-negative .sub-header {
	margin-bottom: 34px;
}

.had-enough-of-negative .rollout {
	box-shadow: 0px 10px 60px rgba(3, 17, 44, 0.15);
}

.one-fourth {
	display: inline-block;
	vertical-align: middle;
	max-width: 25%;
	width: 100%;
	padding: 0 15px;
	margin-bottom: 45px;
}

.one-third {
	display: inline-block;
	vertical-align: top;
	max-width: calc(33.3333333333% - 15px);
	text-align: center;
	width: 100%;
	margin-bottom: 45px;
}

@media all and (max-width: 1137px) {
	.top-cta {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media all and (max-width: 1050px) {
	.top-cta .content {
		text-align: center;
		background: none !important;
		padding: 140px 0 80px;
	}

	/*    .top-cta .content .button{
        margin: 10px auto;
    }*/
	.home .top-cta .rollout.rolled-out {
		margin: auto;
	}

	.home .top-cta .client-review {
		margin: 32px auto 0;
		text-align: center;
	}

	.top-cta .rollout {
		margin: auto;
	}

	.rating.stars.five {
		margin: auto;
	}

	.home .top-cta .client-review .client-name {
		margin: 10px auto 0;
	}

	.google-maps-reviews-removal-block .google-maps-reviews-removal {
		margin: auto;
	}

	.row.reverse-order.glassdoor-removal-block .glassdoor-removal {
		margin: auto;
	}

	.row.product-review-removal-block .product-review-removal {
		margin: auto;
	}
}

@media all and (max-width: 767px) {
	.row.removify-will-remove-your-unwanted-content .align-right img {
		display: none;
	}

	.dont-see-the-online-service {
		margin-top: 40px;
	}

	.row.removify-will-remove-your-unwanted-content {
		padding-bottom: 40px;
	}

	.row.removify-will-remove-your-unwanted-content img {
		margin-bottom: 35px;
		margin-left: 0;
	}

	.row.out-latest-removals h2 {
		margin-bottom: 30px;
	}

	.row.reverse-order.glassdoor-removal-block {
		display: block;
		margin-bottom: 40px;
	}

	.row.out-latest-removals .row {
		margin-bottom: 40px;
	}

	.row.out-latest-removals .row.product-review-removal-block {
		margin-bottom: 40px;
	}

	.reviews-block .content {
		padding: 109px 15px;
	}

	.had-enough-of-negative .content {
		padding: 85px 15px 112px;
	}
}

@media all and (max-width: 540px) {
	.home .top-cta {
		background: url(../jpg/homepage-top-bg-mobile-2.jpg) no-repeat center top #006494;
		background-size: cover;
	}

	/* body.simple-banner-enabled .top-cta {
		padding-top: 147px;
	} */
	.home .had-enough-of-negative {
		background: #053147;
	}

	.reviews-block {
		background: url(../jpg/reviews-block-bg-mobile-2.jpg) no-repeat center / cover #515c5e;
	}

	.fake-select {
		width: 100%;
		border-radius: 4px;
		margin-bottom: 16px;
		box-shadow: 0px 10px 60px rgba(3, 17, 44, 0.15);
	}

	.home .top-cta .rollout {
		box-shadow: none;
	}

	.rollout .dropdown-wrapper .show-full-form {
		border-radius: 4px;
		width: 100%;
		box-shadow: 0px 10px 60px rgba(3, 17, 44, 0.15);
		height: auto;
		padding: 16px;
	}

	.had-enough-of-negative .rollout {
		box-shadow: none;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 490px),
only screen and (min-resolution: 144dpi) and (min-width: 490px) {
	.home .top-cta {
		background: url(../jpg/homepage-top-bg%402x-2.jpg) no-repeat center top #006494;
		background-size: cover;
	}

	.home .top-cta .content {
		background: url(../png/we-remove-negative-online-content%402x-2.png),
			url(../png/we-remove-negative-online-content-placeholder-2.png);
		background-size: 469px 595px;
		background-position: right bottom;
		background-repeat: no-repeat;
	}

	.home .had-enough-of-negative {
		background: #053147;
	}

	.reviews-block {
		background: url(../jpg/reviews-block-bg%402x-2.jpg) no-repeat center / cover #515c5e;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 490px),
only screen and (min-resolution: 144dpi) and (max-width: 490px) {
	.webp.home .top-cta {
		background: url(../homepage-top-bg-mobile%402x.html) no-repeat center top #006494;
		background-size: cover;
	}

	.no-webp.home .top-cta {
		background: url(../jpg/homepage-top-bg-mobile%402x-2.jpg) no-repeat center top #006494;
		background-size: cover;
	}

	/* .webp.home .had-enough-of-negative {
		background: url(assets/images/had-enough-of-negative-online-content-mobile@2x.webp)
			no-repeat center / cover #053147;
	}
	.no-webp.home .had-enough-of-negative {
		background: url(assets/images/had-enough-of-negative-online-content-mobile@2x.jpg)
			no-repeat center / cover #053147;
	} */
	.webp .reviews-block {
		background: url(../reviews-block-bg-mobile%402x.html) no-repeat center / cover #515c5e;
	}

	.no-webp .reviews-block {
		background: url(../jpg/reviews-block-bg-mobile%402x-2.jpg) no-repeat center / cover #515c5e;
	}
}

/*--------------------------------------------------------------
23.0 General styles
--------------------------------------------------------------*/

.white {
	color: #ffffff;
}

.white-background {
	background-color: #ffffff;
}

.red {
	color: #ff5042;
}

.red-background {
	background-color: #ff5042;
}

.blue {
	color: #006494;
}

.blue-background {
	background-color: #006494;
}

.dark-blue {
	color: #053147;
}

.dark-blue-background {
	background-color: #053147;
}

.light-grey {
	color: #f6f6f6;
}

.light-grey-background {
	background-color: #f6f6f6;
}

a:hover {
	color: #006494;
}

.shadow {
	box-shadow: 0px 10px 60px rgba(3, 17, 44, 0.15);
	-webkit-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
}

.shadow:hover {
	box-shadow: 0px 10px 60px rgba(3, 17, 44, 0.15);
}

.rating {
	display: block;
	height: 24px;
	width: 24px;
}

.rating.stars {
	background: url(../svg/five-stars.svg) no-repeat center center transparent;
}

.rating.stars.five {
	width: 142px;
	/* margin: auto; */
}

.wpcf7-form .ajax-loader {
	display: none !important;
}

.wpcf7-form.submitting {
	user-select: none;
	-webkit-user-select: none;
	opacity: 0.8;
}

.wpcf7-form.submitting:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}

span.wpcf7-not-valid-tip {
	display: block !important;
	line-height: 2;
	font-size: 10px;
	text-align: left;
}

.wpcf7-not-valid {
	background-color: #ffc5c4 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
	display: none !important;
}

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

.info-tile {
	display: inline-block;
	vertical-align: top;
	max-width: 259px;
	width: 100%;
	margin: 15px 14px;
	background: #fff;
	box-shadow: 0px 10px 60px rgba(3, 17, 44, 0.15);
	border-bottom: 4px solid #ff5042;
	-webkit-transition: box-shadow ease 0.3s;
	transition: box-shadow ease 0.3s;
	padding: 45px 10px 40px;
	border-radius: 4px;
}

.info-tile h1 {
	font-size: 48px;
	font-weight: 500;
	letter-spacing: 0;
}

.info-tile p {
	margin: 12px 0 0;
}

.we-remove-from-block {
	/* margin-top: 100px; */
	max-width: 1015px;
	margin: 100px auto 50px;
	/* text-align: left; */
	font-size: 0;
}

.image-tile {
	background-image: url(../png/brands-tile-2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 310px auto;
	display: inline-block;
	vertical-align: top;
}

.image-tile.google-search-results {
	width: 181px;
	height: 71px;
	background-position: 0 -454px;
	margin-top: 8px;
	/* margin: 8px 29px 0 0; */
}

.image-tile.google-maps-reviews {
	background-position: 0 -527px;
	width: 154px;
	height: 71px;
	margin-bottom: 8px;
	/* margin-left: 80px; */
	/* margin: 0 58px 8px 78px; */
}

.image-tile.facebook {
	width: 187px;
	height: 40px;
	background-position: 0 -302px;
	margin-top: 14px;
	margin-bottom: 24px;
	/* margin: 14px 60px 24px 45px; */
}

.image-tile.glassdoor {
	width: 218px;
	height: 44px;
	background-position: 0 -601px;
	margin-top: 18px;
	margin-bottom: 20px;
}

.image-tile.bing {
	width: 137px;
	height: 52px;
	background-position: 0 -195px;
}

.image-tile.ripoff-report {
	width: 218px;
	height: 40px;
	background-position: 0 -153px;
	margin-top: 9px;
	margin-bottom: 6px;
}

.image-tile.youtube {
	width: 197px;
	height: 47px;
	background-position: 0 -347px;
	margin-top: 3px;
	margin-bottom: 6px;
}

.image-tile.instagram {
	width: 219px;
	height: 56px;
	background-position: 0 -395px;
}

.image-tile.whirlpool {
	width: 115px;
	height: 99px;
	background-position: 0 -48px;
}

.image-tile.complains-board {
	width: 310px;
	height: 47px;
	background-position: 0 0;
	margin-top: 24px;
	margin-bottom: 23px;
}

.image-tile.product-review {
	width: 310px;
	height: 49px;
	background-position: 0 -247px;
	margin-top: 21px;
	margin-bottom: 18px;
}

.blue-gradient-bg {
	background-image: linear-gradient(-90deg, #006494 1%, #053147 100%);
}

.blue-gradient-bg2 {
	background-image: linear-gradient(-90deg, #053147 1%, #006494 100%);
}

.service-tile {
	display: block;
	background-color: #fff;
	min-height: 280px;
	box-shadow: 0px 10px 60px rgba(3, 17, 44, 0.15);
	padding: 30px 14px 18px;
	-webkit-transition: all 0.3s ease, all 0.1s ease-out;
	transition: all 0.3s ease, all 0.1s ease-out;
	border-radius: 4px;
	text-align: center;
}

.service-tile:hover {
	box-shadow: 0 1px 20px rgba(0, 0, 0, 0.5);
	text-decoration: none;
	transform: scale(1.1);
}

.service-tile .service-icon {
	display: block;
	margin: auto;
}

.service-tile:hover .link-with-arrow {
	color: #006494;
}

.service-tile:hover .link-with-arrow:after {
	border-color: transparent transparent transparent #006494;
}

i.service-icon.reputation-management {
	background: url(../svg/icon-like.svg) no-repeat center;
	background-size: 74px;
	width: 46px;
	height: 39px;
	margin-bottom: 27px;
}

i.service-icon.get-5-star-placeholder {
	background: url(../svg/five-stars.svg) no-repeat center;
	width: 36px;
	height: 36px;
	margin-bottom: 29px;
	background-size: auto 36px;
}

i.service-icon.monitoring {
	background: url(../svg/icon-monitoring.svg) no-repeat center;
	width: 43px;
	height: 47px;
	margin-bottom: 30px;
	background-size: auto 66px;
}

i.service-icon.revenge-porn-removal {
	background: url(../svg/icon-camera.svg) no-repeat center;
	width: 58px;
	height: 38px;
	margin-bottom: 26px;
	background-size: auto 56px;
}

.service-tile h4 {
	margin-bottom: 15px;
}

.service-tile .text {
	line-height: 20px;
	margin-bottom: 10px;
}

.service-tile.monitoring h4 {
	margin-bottom: 27px;
}

.link-with-arrow {
	font-weight: bold;
	-webkit-transition: color ease 0.3s;
	transition: color ease 0.3s;
}

a.link-with-arrow-back:hover,
a.link-with-arrow:hover {
	text-decoration: none;
}

.link-with-arrow:after {
	font-family: 'Font Awesome 5 Free';
	content: '\f061';
	margin-left: 10px;
}

a.link-with-arrow:hover:after {
	color: #006494;
}

.link-with-arrow-back {
	font-weight: bold;
	-webkit-transition: color ease 0.3s;
	transition: color ease 0.3s;
}

.link-with-arrow-back:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f060';
	margin-right: 10px;
}

a.link-with-arrow-back:hover:before {
	color: #006494;
}

.column.half {
	display: inline-block;
	vertical-align: top;
	width: 49.5%;
}

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

.align-right {
	text-align: right;
}

.font-0 {
	font-size: 0 !important;
}

.font-16 {
	font-size: 16px !important;
	line-height: normal !important;
}

.font-18 {
	font-size: 18px !important;
	line-height: 24px !important;
}

.font-20 {
	font-size: 20px !important;
	line-height: 26px !important;
}

.font-21 {
	font-size: 21px !important;
}

.column.half.font-0,
.font-0 .column.half {
	width: 50%;
}

.google-maps-reviews-removal {
	display: inline-block;
	width: 472px;
	height: 220px;
	margin-left: 29px;
	max-width: 100%;
}

.no-webp .google-maps-reviews-removal {
	background: url(../jpg/google-maps-reviews-removal%402x-2.jpg) no-repeat center transparent;
	background-size: contain;
}

.webp .google-maps-reviews-removal {
	background: url(../jpg/google-maps-reviews-removal%402x-2.jpg) no-repeat center transparent;
	background-size: contain;
}

.glassdoor-removal {
	display: inline-block;
	width: 472px;
	height: 220px;
	max-width: 100%;
}

.no-webp .glassdoor-removal {
	background: url(../jpg/glassdoor-removal%402x-2.jpg) no-repeat center transparent;
	background-size: contain;
}

.webp .glassdoor-removal {
	background: url(../jpg/glassdoor-removal%402x-2.jpg) no-repeat center transparent;
	background-size: contain;
}

.product-review-removal {
	display: inline-block;
	width: 472px;
	height: 220px;
	max-width: 100%;
}

.no-webp .product-review-removal {
	background: url(../jpg/product-reviews-removal%402x-2.jpg) no-repeat center transparent;
	background-size: contain;
}

.webp .product-review-removal {
	background: url(../jpg/product-reviews-removal%402x-2.jpg) no-repeat center transparent;
	background-size: contain;
}

.icon-location {
	width: 32px;
	height: 32px;
	background: url(../png/icon-location-2.png) no-repeat center / contain transparent;
	display: inline-block;
}

.icon-phone {
	width: 32px;
	height: 32px;
	background: url(../png/icon-phone-2.png) no-repeat center / contain transparent;
	display: inline-block;
}

.icon-email {
	width: 32px;
	height: 32px;
	background: url(../png/icon-email-2.png) no-repeat center / contain transparent;
	display: inline-block;
	min-width: 32px;
}

.icon-skype {
	width: 32px;
	height: 32px;
	background: url(../svg/icon-skype-blue.svg) no-repeat center / contain transparent;
	display: inline-block;
}

a.mobile,
.mobile {
	display: none;
}

.row-950px {
	max-width: 950px;
	width: 100%;
	margin: auto;
}

.row-1109px {
	max-width: 1109px;
	width: 100%;
	margin: auto;
}

.row-1139px {
	max-width: 1139px;
	width: 100%;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.row-1440px {
	max-width: 1440px;
	width: 100%;
	margin: auto;
}

@media all and (max-width: 767px) {

	a.mobile,
	.mobile {
		display: inline-block;
	}

	.image-tile.google-search-results {
		width: 40%;
		margin: 10px 0;
	}

	.image-tile.google-maps-reviews {
		margin: 10px 0 18px;
		width: 40%;
	}

	.image-tile.facebook {
		width: 40%;
		margin: 24px 0 34px;
	}

	.image-tile.glassdoor {
		width: 40%;
		margin: 28px 0 30px;
	}

	.we-remove-from-block .spacer {
		display: none;
	}

	.image-tile.bing {
		width: 40%;
		margin: 10px 0;
	}

	.image-tile.ripoff-report {
		width: 40%;
		margin: 19px 0 16px;
	}

	.image-tile.youtube {
		width: 40%;
		margin: 13px 0 16px;
	}

	.image-tile.instagram {
		width: 40%;
		margin: 10px 0;
	}

	.image-tile.whirlpool {
		display: none;
	}

	.image-tile.complains-board {
		width: 70%;
		margin: 10px 0;
	}

	.image-tile.product-review {
		width: 70%;
		margin: 10px 0;
	}

	.column.half {
		width: 100%;
	}

	a.whirlpool,
	.whirlpool {
		display: none;
	}

	.one-fourth {
		max-width: 50%;
	}

	.one-third {
		max-width: 100%;
	}
}

@media all and (max-width: 540px) {
	.site-branding {
		/* padding: 12px 0px; */
	}

	.top-cta h1 {
		font-size: 32px;
		letter-spacing: -0.8px;
		line-height: 41px;
		/* max-width: 323px; */
		/* margin: auto; */
	}

	.home .top-cta .rollout .bottom-block {
		position: relative;
		top: 0;
		padding: 0;
	}

	.home .top-cta .rollout.rolled-out {
		padding-bottom: 0;
		margin: 0;
	}

	.top-cta .content {
		padding: 42px 0 62px;
	}

	.home .top-cta .content .sub-header {
		margin-bottom: 34px;
	}

	.home .top-cta .client-review {
		display: none;
		margin: 45px auto 0;
	}

	.home .top-cta .client-review .client-name {
		margin: 5px auto 0;
	}

	.statistics-tiles.row {
		margin-top: -41px;
	}

	.we-remove-from-block {
		margin: 98px auto 0;
		padding: 0 15px;
	}

	.we-remove-from-block>h2 {
		margin-bottom: 33px;
	}

	.we-remove-from-block .image-tile {
		background-size: 212px auto;
	}

	.image-tile.google-search-results {
		background-position: 0 -308px;
		width: 44%;
		height: 52px;
	}

	.image-tile.google-maps-reviews {
		background-position: 30px -359px;
		height: 52px;
		margin: 11px 0 18px;
	}

	.image-tile.facebook {
		width: 44%;
		background-position: 22px -202px;
		margin: 27px 0 32px;
		height: 35px;
	}

	.image-tile.glassdoor {
		width: 53%;
		background-position: 37px -410px;
		margin-bottom: 27px;
		margin-top: 29px;
	}

	.image-tile.bing {
		background-position: 44px -133px;
		height: 36px;
	}

	.image-tile.ripoff-report {
		background-position: 50px -103px;
		width: 57%;
		height: 30px;
	}

	.image-tile.youtube {
		background-position: 7px -236px;
		width: 46%;
		height: 34px;
		margin: 24px 0 16px;
	}

	.image-tile.instagram {
		width: 48%;
		background-position: 18px -269px;
		height: 39px;
		margin: 19px 0 10px;
	}

	.image-tile.complains-board {
		background-position: 15px 0;
		height: 33px;
		margin: 27px 0 10px;
	}

	.image-tile.product-review {
		background-position: 13px -170px;
		height: 32px;
		margin: 23px 0 37px;
	}

	.image-tile.whirlpool.mobile {
		display: inline-block;
		background-position: 61px -32px;
		height: 69px;
	}

	.dont-see-the-online-service {
		margin-top: 43px;
		line-height: 26px;
	}

	.other-services h3 {
		margin-bottom: 12px;
	}

	.row.removify-will-remove-your-unwanted-content {
		text-align: center;
		padding-bottom: 58px;
	}

	.row.removify-will-remove-your-unwanted-content .align-left {
		text-align: center;
	}

	.row.removify-will-remove-your-unwanted-content h2 {
		margin-bottom: 20px;
	}

	.row.removify-will-remove-your-unwanted-content .font-20 {
		margin-bottom: 49px;
	}

	.row.out-latest-removals .column {
		text-align: center;
		padding: 0;
	}

	.row.out-latest-removals h3 {
		margin-top: 7px;
		margin-bottom: 11px;
	}

	.row.google-maps-reviews-removal-block .content p {
		margin-bottom: 17px;
	}

	.row.out-latest-removals .row {
		margin-bottom: 32px;
	}

	.row.reverse-order.glassdoor-removal-block .content {
		padding: 0;
	}

	.row.reverse-order.glassdoor-removal-block h3 {
		margin-top: 0;
	}

	.row.reverse-order.glassdoor-removal-block .content p {
		margin-bottom: 17px;
	}

	.row.product-review-removal-block .content p {
		margin-bottom: 17px;
	}

	.row.out-latest-removals .row.product-review-removal-block {
		margin-bottom: 88px;
	}

	.reviews-block .content h2 {
		line-height: 32px;
		padding: 0;
		margin-bottom: 22px;
	}

	.reviews-block .rating.stars.five {
		margin-bottom: 31px;
	}

	.had-enough-of-negative h2 {
		line-height: 32px;
		padding: 0;
		margin-bottom: 17px !important;
		font-size: 24px;
	}

	.had-enough-of-negative .content {
		padding: 60px 15px 60px;
	}

	.had-enough-of-negative .sub-header {
		margin-bottom: 24px;
	}
}

/*--------------------------------------------------------------
24.0 Footer
--------------------------------------------------------------*/

.site-footer {
	background-color: #0a2537;
}

.site-footer .container {
	max-width: 1280px;
}

.site-footer .footer-content {
	padding: 60px 0;
}

.site-footer .footer-widget-3 {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 991px) {
	.site-footer .footer-widget-3 {
		display: block;
	}
}

.site-footer h2.widget-title {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 18px;
}

.site-footer .menu li {
	margin-bottom: 16px;
}

.site-footer .menu li a {
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
}

.site-footer .email-address {
	position: relative;
	color: #fff;
	padding-left: 30px;
	margin-bottom: 18px;
}

.site-footer .email-address::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../svg/email.svg') no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
}

.site-footer .phone {
	position: relative;
	color: #fff;
	padding-left: 30px;
	margin-bottom: 18px;
}

.site-footer .phone a {
	color: #fff;
}

.site-footer .phone::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../svg/phone.svg') no-repeat;
	background-size: 18px 18px;
	width: 20px;
	height: 20px;
}

.site-footer .email-address a {
	color: #fff;
}

.address {
	position: relative;
	color: #fff;
	padding-left: 30px;
	margin-bottom: 18px;
}

.address address {
	margin-bottom: 0;
}

.address::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../svg/pin.svg') no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
}

.site-info {
	color: #fff;
	font-size: 14px;
	background: #091d2b;
	padding: 30px 0;
	opacity: 0.65;
}

.site-info .content-info {
	display: flex;
	justify-content: space-between;
}

.site-info a {
	color: #fff;
	margin-right: 30px;
}

.footer-widget-4 h2 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
}

.footer-widget-1 .widget {
	padding-bottom: 0;
}

.footer-widget-2 .widget {
	padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
	.site-info .content-info {
		display: block;
	}

	.site-info .content-info .links {
		margin-bottom: 15px;
	}

	.site-footer .awards {
		display: inline-block;
	}

	.footer-widget-2 .widget {
		padding-bottom: 30px;
	}
}

.site-footer .menu li.client-login {
	margin-top: 40px;
}

.site-footer .menu li.client-login a {
	display: block;
	max-width: 150px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #c3c7ce;
	text-decoration: none;
	padding: 0 15px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 4px;
	color: #fff;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	text-align: center;
}

.site-footer .menu li.client-login a:hover {
	background-color: #fff;
	color: #0a2537;
}

/* Social nav */

.social-navigation {
	font-size: 1rem;
	margin: 0 0 18px;
}

.social-navigation ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}

.social-navigation li {
	display: inline;
	margin: 0 6px 0 0;
}

.social-navigation a {
	color: #0a2537;
	background-color: #fff;
	-webkit-border-radius: 40px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
}

.social-navigation a:hover,
.social-navigation a:focus {
	background-color: #ff5042;
}

.social-navigation .icon {
	width: 20px;
	height: 20px;
}

/*--------------------------------------------------------------
25.0 Button with animation
--------------------------------------------------------------*/

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

.wpcf7-submit:active,
.wpcf7-submit:focus,
.main-navigation ul ul a:active,
.main-navigation ul ul a:focus {
	background-image: -webkit-gradient(linear,
			0 100%,
			100% 0,
			color-stop(0.25, rgba(255, 255, 255, 0.15)),
			color-stop(0.25, transparent),
			color-stop(0.5, transparent),
			color-stop(0.5, rgba(255, 255, 255, 0.15)),
			color-stop(0.75, rgba(255, 255, 255, 0.15)),
			color-stop(0.75, transparent),
			to(transparent)) !important;
	background-image: -webkit-linear-gradient(45deg,
			rgba(255, 255, 255, 0.15) 25%,
			transparent 25%,
			transparent 50%,
			rgba(255, 255, 255, 0.15) 50%,
			rgba(255, 255, 255, 0.15) 75%,
			transparent 75%,
			transparent) !important;
	background-image: -moz-linear-gradient(45deg,
			rgba(255, 255, 255, 0.15) 25%,
			transparent 25%,
			transparent 50%,
			rgba(255, 255, 255, 0.15) 50%,
			rgba(255, 255, 255, 0.15) 75%,
			transparent 75%,
			transparent) !important;
	background-image: -o-linear-gradient(45deg,
			rgba(255, 255, 255, 0.15) 25%,
			transparent 25%,
			transparent 50%,
			rgba(255, 255, 255, 0.15) 50%,
			rgba(255, 255, 255, 0.15) 75%,
			transparent 75%,
			transparent) !important;
	background-image: linear-gradient(45deg,
			rgba(255, 255, 255, 0.15) 25%,
			transparent 25%,
			transparent 50%,
			rgba(255, 255, 255, 0.15) 50%,
			rgba(255, 255, 255, 0.15) 75%,
			transparent 75%,
			transparent) !important;
	-webkit-background-size: 40px 40px !important;
	-moz-background-size: 40px 40px !important;
	-o-background-size: 40px 40px !important;
	background-size: 40px 40px !important;
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-moz-animation: progress-bar-stripes 2s linear infinite;
	-ms-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.page-id-14 #chat-widget-container,
.page-id-1188 #chat-widget-container,

/* Thank you page */

/*.page-id-490 #livechat-full,
.page-id-490 #livechat-compact-container,

.page-id-3240 #livechat-full,
.page-id-3240 #livechat-compact-container,*/

.page-template-page-dark-blue-header #chat-widget-container {
	display: none;
}

/*--------------------------------------------------------------
26.0 Faq page
--------------------------------------------------------------*/

.third {
	max-width: 32%;
	width: 100%;
	display: inline-block;
}

.category-list {
	display: flex;
	position: relative;
	justify-content: center;
	z-index: 1;
}

.category-item {
	font-weight: 700;
	padding: 15px 20px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.25);
	background: transparent;
	border-radius: 60px;
	cursor: pointer;
	margin: 10px;
}

.category-item.selected {
	background: #04405d;
	border: 1px solid #04405d;
}

.category-item:hover {
	color: #fff;
	background: #04405d;
	border: 1px solid #04405d;
}

.filterDiv {
	display: none;
}

.filterDiv.show {
	display: block;
}

.readMoreBtn {
	text-align: right;
	margin-top: 15px;
}

@media all and (max-width: 1151px) {
	.post-type-archive-removify_faq #main.free-third {
		max-width: 64%;
	}
}

@media all and (max-width: 767px) {

	.post-type-archive-removify_faq #main.free-third,
	.post-type-archive-removify_faq .third {
		max-width: 100%;
	}

	.post-type-archive-removify_faq #main.free-third {
		margin-left: 0;
		margin-top: 30px;
	}

	.wrap.faq-archive {
		margin-top: 120px;
	}
}

section.content-block.faq-list {
	padding-top: 80px;
}

@media (max-width: 768px) {
	section.content-block.faq-list {
		padding-top: 40px;
		padding-bottom: 60px;
	}
}

article.type-removify_faq header {
	padding: 30px 0;
	cursor: pointer;
	margin: 0;
}

article.type-removify_faq .entry-content {
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s ease;
	opacity: 0;
}

article.type-removify_faq .entry-header h5 {
	padding-right: 32px;
	position: relative;
}

article.type-removify_faq .entry-header h5:after {
	display: inline-block;
	content: '\f078';
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all ease 0.3s;
	font-size: 20px;
}

article.type-removify_faq.active .entry-header h5:after {
	-webkit-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
}

article.type-removify_faq.active .entry-content {
	max-height: 1000px;
	opacity: 1;
	padding-bottom: 24px;
}

article.type-removify_faq {
	border-bottom: 1px solid #ececec;
}

.post-type-archive-removify_faq .bottom-content {
	margin-top: 70px;
}

.post-type-archive-removify_faq .bottom-content .sub-header {
	margin-bottom: 32px;
	font-weight: 400;
}

.post-type-archive-removify_faq ol {
	list-style: decimal;
	padding-left: 30px;
}

.post-type-archive-removify_faq ol li {
	margin-bottom: 16px;
}

@media all and (max-width: 600px) {
	.category-list {
		display: block;
		margin: 20px 0;
	}

	.category-item {
		display: block;
		margin: 0 auto 15px;
		max-width: 320px;
	}
}

/*--------------------------------------------------------------
27.0 About Us page
--------------------------------------------------------------*/

.page-about-us .site-header {
	background-color: transparent;
}

.page-about-us .site-content {
	padding: 0;
}

.page-about-us .top-cta {
	background: url(../jpg/about-us-top-cta-bg-2.jpg) no-repeat center #006494;
	background-size: cover;
}

.no-webp.page-about-us .local-knowledge {
	background: url(../jpg/local-knowledge-bg-2.jpg) no-repeat center #006494;
	background-size: cover;
}

.webp.page-about-us .local-knowledge {
	background: url(../local-knowledge-bg.html) no-repeat center #006494;
	background-size: cover;
}

.no-webp .we-remove-negative-online-content-image {
	background: url(../png/we-remove-negative-online-content-2.png),
		url(../png/we-remove-negative-online-content-placeholder-2.png);
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 455px;
	height: 577px;
	display: inline-block;
	margin: auto;
	max-width: 100%;
}

.top-cta.about-us .content {
	padding: 60px 0 88px;
}

.top-cta.about-us .content .sub-header {
	line-height: 21px;
	margin-bottom: 27px;
}

.restoring-reputations .content {
	padding: 78px 15px 0;
	max-width: 564px;
}

.restoring-reputations {
	padding: 51px 0 0;
}

.restoring-reputations .column.align-right {
	padding-right: 54px;
	font-size: 0;
	padding-left: 54px;
}

.restoring-reputations .content h2 {
	margin-bottom: 22px;
}

.restoring-reputations .content .wpcf7 {
	margin-top: 44px;
}

.restoring-reputations .content .bottom-block {
	position: absolute;
}

.founders-image {
	display: flex !important;
	justify-content: center;
	align-self: flex-end;
	padding: 0 !important;
	text-align: center !important;
}

.founders-image svg {
	max-width: 597px;
}

.restoring-reputations .align-left .content {
	padding-bottom: 30px;
}

.local-knowledge {
	padding: 109px 15px 140px;
}

.local-knowledge h2 {
	margin: 44px 0 23px;
}

.photos .left.column,
.photos .right.column {
	max-width: 50%;
	display: inline-block;
	vertical-align: top;
}

.photos img {
	max-width: 50%;
	-webkit-transition: filter 0.3s ease, transform 0.3s ease;
	transition: filter 0.3s ease, transform 0.3s ease;
	backface-visibility: hidden;
	display: inline-block;
	vertical-align: top;
}

.photos img:hover {
	transform: scale(1.1);
	filter: brightness(1.1);
}

.page-reputation-management .top-cta.service .content {
	padding: 34px 0 0;
}

@media all and (max-width: 1000px) {
	.restoring-reputations .column {
		display: block;
		width: 100%;
		max-width: 700px;
		margin: auto;
	}

	.restoring-reputations .row-reverse {
		display: block;
	}

	.restoring-reputations .row.reverse-order {
		display: block;
	}

	.restoring-reputations .content {
		max-width: 100%;
		padding: 0 15px;
		margin-bottom: 30px;
	}

	.restoring-reputations .column.align-right {
		text-align: center;
		padding: 0 15px;
	}
}

@media all and (max-width: 820px) {
	.local-knowledge .column {
		width: 100%;
	}

	.photos .left.column,
	.photos .right.column {
		max-width: 100%;
		overflow-x: hidden;
	}
}

@media all and (max-width: 540px) {
	.top-cta.about-us .content {
		padding: 36px 0 119px;
	}

	.restoring-reputations {
		padding-top: 79px;
	}

	.restoring-reputations .column {
		text-align: center;
	}

	.restoring-reputations .column.align-right {
		margin-top: 57px;
	}

	.we-remove-negative-online-content-image {
		height: 424px;
	}

	.local-knowledge {
		padding: 43px 15px 68px;
	}

	.local-knowledge .column {
		text-align: center;
	}

	.local-knowledge h2 {
		padding: 0;
	}

	.page-about-us .had-enough-of-negative .content {
		padding: 101px 15px 114px;
	}

	.page-about-us had-enough-of-negative h2 {
		margin-bottom: 25px;
	}

	.page-about-us .had-enough-of-negative .sub-header {
		margin-bottom: 30px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 490px),
only screen and (min-resolution: 144dpi) and (min-width: 490px) {
	.no-webp.page-about-us .top-cta {
		background: url(../jpg/about-us-top-cta-bg%402x-2.jpg) no-repeat center #006494;
		background-size: cover;
	}

	.webp.page-about-us .top-cta {
		background: url(../about-us-top-cta-bg%402x.html) no-repeat center #006494;
		background-size: cover;
	}

	.no-webp.page-about-us .local-knowledge {
		background: url(../jpg/local-knowledge-bg%402x-2.jpg) no-repeat center #006494;
		background-size: cover;
	}

	.webp.page-about-us .local-knowledge {
		background: url(../local-knowledge-bg%402x.html) no-repeat center #006494;
		background-size: cover;
	}

	.no-webp .we-remove-negative-online-content-image {
		background: url(../png/we-remove-negative-online-content%402x-2.png),
			url(../png/we-remove-negative-online-content-placeholder-2.png);
		background-size: contain;
		background-position: center bottom;
		background-repeat: no-repeat;
	}

	.webp .we-remove-negative-online-content-image {
		background: url(../we-remove-negative-online-content%402x.html),
			url(../png/we-remove-negative-online-content-placeholder-2.png);
		background-size: contain;
		background-position: center bottom;
		background-repeat: no-repeat;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 490px),
only screen and (min-resolution: 144dpi) and (max-width: 490px) {
	.webp.page-about-us .top-cta {
		background: url(../about-us-top-cta-bg-mobile%402x.html) no-repeat center bottom #006494;
		background-size: cover;
	}

	.no-webp.page-about-us .top-cta {
		background: url(../jpg/about-us-top-cta-bg-mobile%402x-2.jpg) no-repeat center bottom #006494;
		background-size: cover;
	}

	.no-webp .we-remove-negative-online-content-image {
		background: url(../png/we-remove-negative-online-content-mobile%402x-2.png),
			url(../png/we-remove-negative-online-content-placeholder-2.png);
		background-size: contain;
		background-position: center bottom;
		background-repeat: no-repeat;
	}

	.webp .we-remove-negative-online-content-image {
		background: url(../we-remove-negative-online-content-mobile%402x.html),
			url(../png/we-remove-negative-online-content-placeholder-2.png);
		background-size: contain;
		background-position: center bottom;
		background-repeat: no-repeat;
	}
}

/*--------------------------------------------------------------
28.0 Contact page
--------------------------------------------------------------*/

.page-contact .site-header {
	background: transparent;
}

.page-contact .site-content {
	padding-top: 0;
}

.top-cta.contact {
	padding-top: 133px;
	background: url(../jpg/contact-top-cta-bg-2.jpg) no-repeat center #006494;
	background-size: cover;
	padding-bottom: 40px;
}

.top-cta.contact .content {
	padding: 0 0 72px;
}

.page-contact #content .social-navigation a {
	background-color: #e8e9ed;
}

.page-contact #content .social-navigation a:hover {
	color: #fff;
	background-color: #006494;
}

.page-contact .reach-out-on-social {
	display: flex;
	align-items: center;
}

.page-contact .fa-phone.flip {
	transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
	.page-contact .reach-out-on-social {
		flex-direction: column;
		align-items: flex-start;
	}

	.page-contact .reach-out-on-social h3 {
		margin-bottom: 10px;
	}

	.page-contact #content .social-links-menu {
		margin: 0;
	}

	.page-contact #content .social-navigation {
		margin-bottom: 0;
	}
}

.top-cta.contact .contact-form {
	max-width: 444px;
	display: inline-block;
	width: 100%;
	text-align: left;
}

.page-contact .top-cta .rollout {
	margin: 0;
}

.top-cta.contact .rollout .bottom-block {
	display: block;
	position: absolute;
}

.top-cta.contact .column.left {
	padding-top: 58px;
	font-size: 16px;
}

.top-cta.contact .rollout .bottom-block .title {
	display: block;
}

.get-in-touch {
	margin-top: 128px;
	padding: 0 15px;
	max-width: 1139px;
}

.fourth {
	max-width: 24.5%;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 44px;
}

.free-fourths {
	max-width: 75%;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.icon-email.blue {
	background: url(../png/icon-email-blue-2.png) no-repeat center / contain transparent;
}

.icon-phone.blue {
	background: url(../png/icon-phone-blue-2.png) no-repeat center / contain transparent;
}

.icon-location.blue {
	background: url(../png/icon-location-blue-2.png) no-repeat center / contain transparent;
}

.get-in-touch h3 {
	margin-bottom: 24px;
}

.get-in-touch .content {
	display: inline-block;
	padding-left: 12px;
	vertical-align: top;
}

.get-in-touch .email,
.get-in-touch .phone,
.get-in-touch .skype {
	margin-bottom: 19px;
}

.get-in-touch .address .content {
	float: left;
	padding-top: 4px;
	padding-left: 14px;
}

.get-in-touch .icon-location {
	float: left;
}

.get-in-touch .free-fourths {
	padding-left: 104px;
	margin-bottom: 44px;
}

.get-in-touch .spacer {
	width: 100%;
	height: 2px;
	background: #006494;
	margin-top: 15px;
	margin-bottom: 23px;
}

.get-in-touch .social-navigation li a {
	color: #fff;
	background-color: #006494;
	font-size: 12px;
}

.get-in-touch .social-navigation {
	margin-top: 8px;
}

.get-in-touch .social-navigation li {
	margin-right: 14px;
}

.google-maps {
	width: 100%;
	height: 330px;
	border-radius: 4px;
}

.page-contact .had-enough-of-negative .content {
	padding: 122px 15px 127px;
}

.page-contact .had-enough-of-negative .wpcf7 {
	max-width: 540px;
}

@media all and (max-width: 920px) {
	.get-in-touch .free-fourths {
		padding-left: 0;
		max-width: 100%;
	}

	.page-contact .fourth {
		max-width: 100%;
	}
}

.page-contact .contact-info {
	display: flex;
	margin-bottom: 20px;
}

.page-contact .contact-info .email-address,
.page-contact .contact-info .phone {
	display: flex;
	align-items: center;
	margin-right: 20px;
}

@media screen and (max-width: 767px) {
	.page-contact .contact-info {
		margin-top: 20px;
		flex-direction: column;
	}

	.page-contact .contact-info .email-address,
	.page-contact .contact-info .phone {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 991px) {
	.worldwide-offices .address {
		margin-bottom: 60px;
	}

	section.content-block.worldwide-offices {
		padding-bottom: 50px;
	}
}

@media all and (max-width: 767px) {
	.entry-main.column.free-fourths {
		max-width: 100%;
	}

	.top-cta.contact {
		padding-top: 129px;
		padding-bottom: 0;
	}

	.top-cta.contact .column.left {
		width: 100%;
		padding-top: 0;
	}

	.top-cta.contact .column.align-right {
		width: 100%;
		text-align: center;
		margin-top: 38px;
	}

	.get-in-touch {
		margin-top: 398px;
	}

	.page-contact .top-cta .rollout {
		margin: 0 0 -40px;
	}
}

@media all and (max-width: 540px) {
	.get-in-touch h3 {
		font-size: 24px;
		margin-bottom: 18px;
	}

	.page-contact .fourth {
		padding: 0 15px;
		margin-bottom: 28px;
	}

	.get-in-touch .free-fourths {
		padding: 0 15px;
	}

	.get-in-touch .social-navigation {
		margin-top: 30px;
	}

	.google-maps {
		margin-top: 20px;
		margin-bottom: 61px;
	}

	.page-contact .had-enough-of-negative .content {
		padding: 101px 15px 112px;
	}

	.page-contact .had-enough-of-negative .sub-header {
		margin: 28px 0 28px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 490px),
only screen and (min-resolution: 144dpi) and (min-width: 490px) {
	.no-webp .top-cta.contact {
		background: url(../jpg/contact-top-cta-bg%402x-2.jpg) no-repeat center #006494;
		background-size: cover;
	}

	.webp .top-cta.contact {
		background: url(../contact-top-cta-bg%402x.html) no-repeat center #006494;
		background-size: cover;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 490px),
only screen and (min-resolution: 144dpi) and (max-width: 490px) {
	.webp .top-cta.contact {
		background: url(../contact-top-cta-bg-mobile%402x.html) no-repeat center bottom #006494;
		background-size: cover;
	}

	.no-webp .top-cta.contact {
		background: url(../jpg/contact-top-cta-bg-mobile%402x-2.jpg) no-repeat center bottom #006494;
		background-size: cover;
	}
}

/*--------------------------------------------------------------
29.0 Popup
--------------------------------------------------------------*/

.popup-holder {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #052738e3;
	display: none;
	z-index: 9999999;
}

.popup-wrapper {
	max-width: 586px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}

.popup-wrapper .wpcf7 {
	background: #fff;
	border-radius: 6px;
	box-shadow: 1px 0 10px 0 rgba(0, 0, 0, 0.35);
}

.popup-wrapper .wpcf7 textarea,
.popup-wrapper .wpcf7 input[type='email'],
.popup-wrapper .wpcf7 input[type='url'],
.popup-wrapper .wpcf7 input[type='tel'],
.popup-wrapper .wpcf7 input[type='text'] {
	border: 1px solid #bdbdbd;
}

.static-wrapper .wpcf7 textarea,
.static-wrapper .wpcf7 input[type='email'],
.static-wrapper .wpcf7 input[type='url'],
.static-wrapper .wpcf7 input[type='tel'],
.static-wrapper .wpcf7 input[type='text'] {
	border: 1px solid #bdbdbd;
}

.popup-wrapper span.wpcf7-form-control-wrap.submit-btn {
	display: block;
	margin: 15px 0;
	text-align: left;
}

.static-wrapper .wpcf7 .submit-btn {
	display: block;
	margin: 15px 0;
	text-align: left;
}

.static-wrapper .wpcf7-spinner,
.popup-wrapper .wpcf7-spinner {
	display: none;
}

.static-wrapper .wpcf7 form .wpcf7-response-output,
.popup-wrapper .wpcf7 form .wpcf7-response-output {
	margin: 0 20px;
	padding: 10px;
	color: #ff5042;
	border: 0;
}

.popup-wrapper .close-button-holder {
	width: 100%;
	text-align: right;
}

.popup-wrapper header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background-color: rgb(5, 49, 71);
	padding: 20px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.popup-wrapper section {
	padding: 20px;
}

.popup-wrapper header h2 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 0;
}

.get-proposal-popup h3 {
	margin-bottom: 16px;
}

.get-proposal-popup a.close-button {
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
}

.get-proposal-popup a.close-button .bar {
	width: 16px;
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	left: 0;
	top: 6px;
	font-size: 0;
}

.static-wrapper a.close-button {
	display: none;
}

.get-proposal-popup a.close-button .bar.first {
	transform: rotate(-45deg);
}

a.close-button .bar.second {
	transform: rotate(45deg);
}

.two-columns span.wpcf7-form-control-wrap.your-name,
.two-columns span.wpcf7-form-control-wrap.your-email,
.two-columns span.wpcf7-form-control-wrap.your-phone,
.two-columns span.wpcf7-form-control-wrap.company-name,
.two-columns span.wpcf7-form-control-wrap.website-name {
	display: inline-block;
	vertical-align: top;
	max-width: 50%;
	padding: 10px 15px;
	width: 100%;
}

/* Some wizardry shit - just don't remove it */
.two-columns {
	font-size: 0;
}

.two-columns span.wpcf7-form-control-wrap.time-preference,
.two-columns span.wpcf7-form-control-wrap.your-issue {
	padding: 12px 15px;
	display: inline-block;
	width: 100%;
}

.two-columns span.wpcf7-form-control-wrap.submit-btn {
	display: inline-block;
	padding: 12px 15px 30px;
	margin: 0;
	width: 100%;
}

.two-columns input,
.two-columns textarea {
	margin: 0;
}

.two-columns input.wpcf7-form-control.wpcf7-submit {
	width: 100%;
}

.two-columns span.wpcf7-not-valid-tip {
	margin: 0;
}

.two-columns span.wpcf7-form-control-wrap.your-name,
.two-columns span.wpcf7-form-control-wrap.your-phone {
	padding-right: 10px;
}

.two-columns span.wpcf7-form-control-wrap.your-email,
.two-columns span.wpcf7-form-control-wrap.company-name {
	padding-left: 10px;
}

.two-columns .wpcf7 form .wpcf7-response-output {
	font-size: 16px;
	padding: 10px;
	margin: 0;
	color: #ff5042;
	border: 0;
}

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

	.two-columns .wpcf7 span.wpcf7-form-control-wrap.your-name,
	.two-columns .wpcf7 span.wpcf7-form-control-wrap.your-email,
	.two-columns .wpcf7 span.wpcf7-form-control-wrap.your-phone,
	.two-columns .wpcf7 span.wpcf7-form-control-wrap.company-name,
	.two-columns .wpcf7 span.wpcf7-form-control-wrap.website-name,
	.two-columns .wpcf7 span.wpcf7-form-control-wrap.submit-btn {
		max-width: 100%;
		padding: 10px 0 !important;
	}

	.top-cta .content {
		padding: 10px 0 110px;
	}

	.home .top-cta .rollout .bottom-block {
		position: static;
	}

	.top-cta [style*='opacity: 0'] {
		display: none;
	}

	input.wpcf7-form-control.wpcf7-submit {
		width: 100%;
	}
}

/*--------------------------------------------------------------
30.0 Service page
--------------------------------------------------------------*/

.top-cta.service .content {
	padding: 65px 0 0;
}

.top-cta.service .column.half.align-right img {
	max-width: 540px;
	width: 100%;
}

.top-cta.service .rollout.rolled-out {
	max-width: 530px;
}

.top-cta.service .content .column.left h1 {
	margin-top: 26px;
	margin-bottom: 26px;
}

.service-statistics {
	margin-top: -56px;
	padding-top: 133px;
	padding-bottom: 140px;
	margin-bottom: 113px;
}

.service-fact {
	display: inline-block;
	max-width: 33.3%;
	width: 100%;
	vertical-align: top;
	padding-top: 17px;
	font-size: 16px;
}

.top-cta.service .content .column.left {
	padding-right: 24px;
}

.service-fact h1 {
	font-size: 64px;
	font-weight: 600;
	margin-bottom: 24px;
}

.service-fact .divider {
	display: block;
	max-width: 66px;
	height: 4px;
	background: #ff5042;
	width: 100%;
	margin: 0 auto 16px;
}

.service-fact p {
	max-width: 220px;
	margin: auto;
}

.service-information {
	max-width: 1280px;
}

.service-information .content h2,
.service-information .content h3 {
	margin-bottom: 23px;
}

.service-information .content ul {
	text-align: left;
}

.service-information .button.big {
	margin-right: 0;
}

.service-information .title img:not(.badge-guarantee) {
	max-width: 483px;
	width: 100%;
}

img.badge-guarantee {
	display: block;
	margin: 0 auto;
	width: 400px;
}

.service-information .row {
	display: flex;
	align-items: center;
	padding: 100px 15px;
	margin: 0;
	/* override bootstrap */
}

.service-information .row .column {
	vertical-align: middle;
}

.service-information .row .content {
	padding-right: 15px;
}

.service-information .row.reverse-order .content {
	padding-left: 15px;
	padding-right: 0;
}

.had-enough-of-negative.service .content {
	padding: 120px 15px 129px;
}

.had-enough-of-negative.service .wpcf7 {
	max-width: 540px;
}

.margin-0 {
	margin: 0 !important;
}

.margin-bottom-13 {
	margin-bottom: 13px;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.page-reputation-management .top-cta.service .column.half.align-right img {
	max-width: 482px;
}

@media all and (max-width: 890px) {
	.had-enough-of-negative.service .wpcf7 {
		max-width: 540px;
	}

	.top-cta.service .content .column.left {
		width: 100%;
		padding: 0;
		margin-bottom: 44px;
	}

	.top-cta.service .column.half.align-right {
		width: 100%;
		text-align: center;
	}

	.top-cta.service .content {
		padding-top: 0;
	}

	.top-cta.service .content .column.left h1 {
		margin-top: 19px;
	}
}

@media all and (max-width: 767px) {
	.service-fact {
		max-width: 280px;
		margin-bottom: 56px;
	}

	.service-statistics {
		margin-top: -38px;
		padding-top: 84px;
		padding-bottom: 28px;
		margin-bottom: 46px;
	}

	/* .service-information .row.reverse-order {
		display: block;
	} */

	.service-information .row .column {
		width: 100%;
		text-align: center;
		padding: 0;
	}

	.service-information .row.reverse-order .content {
		padding: 0;
	}

	/* Too many hacky styles - let's just !important the sh!t out of it */
	.service-information .row img {
		display: block;
		max-width: 300px !important;
		margin: 0 auto 40px !important;
	}

	.service-information .row img.badge-guarantee {
		max-width: 200px !important;
	}

	.service-information .row .column.title {
		padding: 0 15px;
	}

	.top-cta .content .sub-header {
		margin-top: 30px;
		margin-bottom: 29px;
	}

	.service-fact p {
		max-width: 260px;
	}

	.service-information .row {
		flex-direction: column-reverse;
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

/*--------------------------------------------------------------
31.0 Blog
--------------------------------------------------------------*/

/* .category .site-header,
.search .site-header,
.blog .site-header,
.single-post .site-header {
	background: #053147;
} */

.archive .site-main {
	max-width: 1280px;
	padding: 0 15px;
	margin: auto;
}

.category .page-header,
.single .page-header,
.search .page-header {
	margin: 107px auto 0;
	padding: 82px 15px 78px;
	text-align: center;
}

.page-numbers:hover {
	background: #006494;
	color: #fff;
}

.pagination .next .icon.icon-angle-down {
	transform: rotate(-90deg);
}

.pagination .prev .icon {
	transform: rotate(90deg);
}

/* 
.category-blog .site-content-contain,
.blog.single .site-content-contain {
	background-color: #f6f6f6;
} */

@media all and (max-width: 1080px) {
	.category article.category-blog {
		display: block;
	}

	.category article.category-blog .entry-header {
		display: block;
		width: 100%;
		height: auto;
	}

	.category article.category-blog .entry-header .post-thumbnail {
		display: block;
	}
}

@media all and (max-width: 540px) {
	.category .page-header {
		margin: 78px 0 0;
		padding: 43px 15px 30px;
	}

	/* .category-blog h1.page-title {
		font-size: 32px;
	} */
	.category article.category-blog .entry-content {
		padding: 26px 15px 26px;
		text-align: center;
	}

	.category article.category-blog h3.entry-title {
		font-size: 32px;
		line-height: 40px;
	}

	article.category-blog .author-info {
		display: inline-block;
		margin: 15px auto 16px;
	}

	article.category-blog .author-image {
		display: block;
		padding: 0 0 8px;
		text-align: center;
	}

	article.category-blog .post-content {
		margin-bottom: 17px;
	}

	.prev.page-numbers,
	.next.page-numbers {
		padding: 3px 13px;
	}

	.page-numbers.current {
		font-size: 18px;
		padding: 6px 13px;
	}

	/* .category-blog h1.page-title,
	.search h1.page-title {
		font-size: 24px;
	} */
	.category-blog h2.entry-title,
	.search h2.entry-title {
		font-size: 22px;
	}

	.category .page-header,
	.single .page-header,
	.search .page-header {
		margin: 78px auto 0;
		padding: 42px 15px 36px;
	}
}

/*--------------------------------------------------------------
32.0 Blog Single
--------------------------------------------------------------*/

.blog.single .container-800,
.single-vacancies .container-800 {
	max-width: 800px;
	margin: auto;
	display: block;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

@media screen and (max-width: 800px) {
	.single-vacancies .container-800 {
		max-width: 540px;
	}

	.breadcrumb-link {
		/* position: static !important; */
		margin-bottom: 40px;
	}
}

/* body.simple-banner-enabled.blog.single .site-content-contain {
	padding-top: calc(114px + 38px);
} */

.blog.single .site-content-contain {
	padding-top: 114px;
}

.blog.single h1.entry-title {
	font-size: 48px;
	font-weight: 700;
	line-height: 62.5px;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.blog.single h1.entry-title {
		font-size: 36px;
		line-height: 40px;
	}
}

.blog.single .author-name {
	color: #053247;
	border-right: 1px solid #f5f5f5;
	padding-right: 10px;
	margin-right: 10px;
}

.blog.single .avatar {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #f5f5f5;
	border-radius: 50%;
	margin-right: 15px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.blog.single .recommended-blogs .author-name {
	border-right: 0;
}

/* quick blog format fix */
.blog.single section.content-block h2,
.blog.single section.content-block h3,
.blog.single section.content-block h4 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
}

.blog.single section.content-block ol+h3,
.blog.single section.content-block ol+h4,
.blog.single section.content-block ul+h3,
.blog.single section.content-block ul+h4,
.blog.single section.content-block figure+h3,
.blog.single section.content-block figure+h4,
.blog.single section.content-block p+h2,
.blog.single section.content-block p+h3,
.blog.single section.content-block p+h4 {
	margin-top: 40px;
}

.blog-item {
	padding: 15px;
	margin: 0;
}

.blog-item:hover {
	cursor: pointer;
	opacity: 0.9;
}

.blog-item .avatar {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #f5f5f5;
	border-radius: 50%;
	margin-right: 15px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.blog.single section.content-block .share-panel h3,
.share-panel h3 {
	font-size: 20px;
}

/*--------------------------------------------------------------
32.0 Regular text page
--------------------------------------------------------------*/

.page-template-page-regular .site-header,
.error404 .site-header {
	background: #053147;
}

.page-template-page-regular .site-main,
.error404 .site-main {
	max-width: 1280px;
	padding: 0 15px;
	margin: auto;
}

.page-template-page-regular .site-content-contain {
	background-color: #f6f6f6;
}

.page-template-page-regular .page-header,
.error404 .page-header {
	margin: 113px auto 0;
	padding: 42px 15px 37px;
	text-align: center;
}

.page-template-page-regular h1.page-title,
.error404 h1.page-title {
	font-size: 26px;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 0;
	line-height: 32px;
}

.page-template-page-regular article {
	padding: 30px;
	box-shadow: 0px 10px 60px rgba(3, 17, 44, 0.15);
	margin-bottom: 96px;
	background-color: #ffffff;
}

@media all and (max-width: 540px) {
	.page-template-page-regular .page-header {
		margin: 78px 0 0;
		padding: 43px 15px 30px;
	}

	.page-template-page-regular h1.page-title {
		font-size: 32px;
	}

	.page-template-page-regular article {
		padding: 15px;
	}
}

.error404 .site-main,
.search .site-main {
	min-height: 45vh;
}

.error404 #primary header.page-header {
	float: none !important;
	width: 100% !important;
}

.error404 #primary .page-content {
	float: none !important;
	width: 100% !important;
	max-width: 730px;
	margin: auto;
	padding-bottom: 96px;
}

.error404 .site-content-contain,
.search .site-content-contain {
	background-color: #f6f6f6;
}

.search-form .search-submit {
	background-color: #ff5042;
}

/*--------------------------------------------------------------
33.0 Thank You
--------------------------------------------------------------*/

.top-cta.contact.thank-you .content {
	padding-bottom: 0;
}

@media all and (min-width: 768px) {
	.top-cta.contact.thank-you {
		padding-bottom: 0;
		padding-top: 130px;
	}

	.top-cta.contact.thank-you .column.left {
		padding-bottom: 85px;
	}

	.top-cta.contact.thank-you p {
		padding: 15px 0 45px;
	}

	.top-cta.contact.thank-you .column.align-right {
		vertical-align: bottom;
	}
}

@media all and (max-width: 767px) {
	.page-thank-you .get-in-touch {
		margin-top: 40px;
	}

	.page-thank-you .fourth {
		max-width: 100%;
	}
}

.meta-details {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.meta-details>div,
.meta-details>nav {
	width: 50%;
	margin: 0 0 20px !important;
}

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

	.meta-details>div,
	.meta-details>nav {
		width: 100%;
	}

	.meta-details .spacer {
		display: none;
	}

	.meta-details>nav {
		order: 3;
	}
}

/*--------------------------------------------------------------
34.0 Search Results
--------------------------------------------------------------*/

.search article {
	max-width: 1109px;
	margin: 0 auto 20px;
	padding: 15px 15px 20px;
	border-bottom: 1px solid #f6f6f6;
	text-align: left;
	background: #ffffff;
	box-shadow: 1px 0 10px 0 rgba(0, 0, 0, 0.35);
}

.search #main {
	max-width: 1280px;
	margin: auto;
	padding: 30px 15px;
	text-align: center;
}

.search .search-form {
	max-width: 730px;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
35.0 Vacancies
--------------------------------------------------------------*/

.archive.post-type-archive-vacancies .site-header {
	background-color: transparent;
}

.post-type-archive-vacancies .page-header {
	margin: 107px auto 0;
	padding: 82px 15px 78px;
	text-align: center;
	max-width: 950px;
}

.post-type-archive-vacancies .site-content-contain {
	background-color: #f6f6f6;
}

.post-type-archive-vacancies article.type-vacancies {
	margin-bottom: 40px;
}

.post-type-archive-vacancies #main {
	font-size: 0;
}

.post-type-archive-vacancies article.type-vacancies .entry-content {
	position: relative;
	display: block;
	box-shadow: 0px 10px 60px rgba(3, 17, 44, 0.15);
	border-bottom: 8px solid #ff5042;
	background-color: #ffffff;
	font-size: 16px;
	min-height: 280px;
	padding: 25px;
	border-radius: 4px;
}

.post-type-archive-vacancies article.type-vacancies .entry-content a {
	position: absolute;
	bottom: 20px;
	left: 25px;
	font-weight: bold;
}

.post-type-archive-vacancies article.type-vacancies .entry-content a:nth-child(2) {
	right: 25px;
	left: initial;
}

.post-type-archive-vacancies article.type-vacancies h3.entry-title {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 20px;
}

.post-type-archive-vacancies article.type-vacancies .post-content {
	margin-bottom: 20px;
}

.post-type-archive-vacancies .photos,
.single-vacancies .photos {
	margin-top: 97px;
}

.single-vacancies .site-header {
	background-color: transparent;
}

.breadcrumb-link {
	position: absolute;
	top: 20px;
}

.single-vacancies #primary .bottom-panel {
	margin-top: 36px;
}

.single-vacancies #primary .rollout .bottom-block .title {
	display: block;
}

.post-type-archive-vacancies .entry-content ul,
.single-vacancies .entry-content ul {
	padding-left: 15px;
	text-align: left;
}

@media all and (max-width: 767px) {
	.post-type-archive-vacancies article.type-vacancies .entry-content {
		margin: 0;
	}

	.post-type-archive-vacancies .photos,
	.single-vacancies .photos {
		margin-top: 23px;
	}

	.post-type-archive-vacancies .page-header {
		margin-top: 78px;
		padding-top: 54px;
		padding-bottom: 46px;
	}

	.post-type-archive-vacancies h1.page-title {
		margin-bottom: 42px;
		font-size: 32px;
	}
}

@media all and (max-width: 540px) {
	.single-vacancies #primary .half {
		max-width: 100%;
		text-align: center;
	}

	.single-vacancies #primary .share-panel {
		margin-top: 52px;
	}
}

div.wpcf7-mail-sent-ok {
	display: none !important;
}

/*--------------------------------------------------------------
36.0 Page with dark blue header
--------------------------------------------------------------*/

.page-template-page-dark-blue-header .site-header:not(.blue-background) {
	/* background-color: #053147; */
	background-color: #006494;
}

.page-template-page-dark-blue-header .site-content {
	padding-top: 112px;
}

.page-template-page-dark-blue-header .header-block {
	padding: 74px 15px 25px;
}

.page-template-page-dark-blue-header .divider {
	display: block;
	margin: auto;
	max-width: 1010px;
	width: 100%;
	height: 1px;
	background: #f6f6f6;
}

.page-template-page-dark-blue-header .header-block h1 {
	margin-bottom: 62px;
}

.page-template-page-dark-blue-header .header-block .divider {
	margin-top: 43px;
}

.header-block h3,
.header-block h4 {
	margin: 1.2em 0 0.4em;
}

.page-template-page-dark-blue-header .one-third {
	max-width: 33%;
	width: 100%;
	/* float: left; */
	margin: 18px auto;
	padding: 0 15px;
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	text-align: center;
}

.page-template-page-dark-blue-header .one-third h3 {
	margin-bottom: 19px;
}

.page-template-page-dark-blue-header .one-third p {
	margin-bottom: 20px;
}

.page-template-page-dark-blue-header .bottom-column {
	margin-top: 40px;
	margin-bottom: 124px;
}

.page-template-page-dark-blue-header .bottom-column .divider {
	margin-bottom: 59px;
}

@media all and (max-width: 767px) {
	.page-template-page-dark-blue-header .one-third {
		max-width: 100%;
	}
}

@media all and (max-width: 768px) {
	.page-template-page-dark-blue-header .site-content {
		padding-top: 78px;
	}

	.page-template-page-dark-blue-header .header-block h1 {
		font-size: 32px;
		line-height: 43px;
		margin-bottom: 32px;
	}

	.page-template-page-dark-blue-header .header-block {
		padding: 54px 15px 25px;
	}

	.page-template-page-dark-blue-header .bottom-column {
		margin-top: 25px;
		margin-bottom: 46px;
	}
}

/*--------------------------------------------------------------
37.0 Removify services pages
--------------------------------------------------------------*/

.alt_rows {
	max-width: none;
	padding: 0;
}

.alt_rows .row {
	max-width: 1280px;
	margin: auto;
}

@media screen and (max-width: 767px) {
	.alt_rows .row .column img {
		width: 50vw;
		max-width: 440px;
		min-width: 200px;
		margin-top: 20px;
	}
}

img.shadow_box {
	box-shadow: 0px 10px 60px rgba(3, 17, 44, 0.15);
}

img.featured {
	border-radius: 24px;
}

img.featured-mini {
	border-radius: 4px;
}

/*--------------------------------------------------------------
38.0 Services form changes 24/05/19
--------------------------------------------------------------*/

.page-tripadvisor .top-cta.service .content .column.left {
	padding: 0;
}

.page-tripadvisor .top-cta.service .content {
	padding-top: 30px;
}

.page-tripadvisor .top-cta.service .content .column.left h1 {
	margin-top: 60px;
}

.page-tripadvisor .top-cta.service .column.half.align-right img {
	width: auto;
	max-width: 100%;
}

.get-a-quote-rollout_v2.rollout {
	display: block;
	padding: 10px 0 30px;
}

.get-a-quote-rollout_v2.rollout .bottom-block,
.get-a-quote-rollout_v2.rollout.rolled-out {
	background: transparent;
	box-shadow: none;
}

.get-a-quote-rollout_v2.rollout .top-block .wpcf7-form-control-wrap {
	padding: 0;
}

.get-a-quote-rollout_v2.rollout .top-block input,
.get-a-quote-rollout_v2.rollout .show-full-form {
	height: 63px;
}

.get-a-quote-rollout_v2.rollout .show-full-form {
	height: 63px;
	line-height: 23px;
	padding: 20px 29px;
}

@media screen and (min-width: 768px) {
	.get-a-quote-rollout_v2.rollout .top-block {
		position: relative;
	}

	.get-a-quote-rollout_v2.rollout .top-block .wpcf7-form-control-wrap {
		max-width: none;
	}

	.get-a-quote-rollout_v2.rollout .show-full-form {
		position: absolute;
		right: 0;
		top: 0;
		border-radius: 0 4px 4px 0;
		box-shadow: none;
	}

	.get-a-quote-rollout_v2 .bottom-block .wpcf7-form-control-wrap.your-phone {
		padding-left: 10px;
		padding-right: 15px;
	}

	.get-a-quote-rollout_v2 .bottom-block .wpcf7-form-control-wrap.your-email {
		max-width: none;
		padding-left: 15px;
		padding-right: 15px;
	}

	.page-tripadvisor .top-cta.service .column.half.align-right img {
		padding-left: 24px;
	}
}

.half-bg {
	position: relative;
}

.half-bg:before {
	content: '';
	background-size: cover !important;
	position: absolute;
	left: 0;
	top: 0;
	width: calc(50% - 30px);
	height: 100%;
}

.page-tripadvisor .half-bg.fight-back:before {
	background: url('../jpg/bg-fight_back-2.jpg') no-repeat 90% 50%;
}

.page-tripadvisor .half-bg.win-market:before {
	background: url('../jpg/bg-win-2.jpg') no-repeat 40% 50%;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
	.page-tripadvisor .half-bg.fight-back:before {
		background-position: 60% 50%;
	}

	.page-tripadvisor .service-statistics {
		padding: 80px 0 90px;
	}
}

@media screen and (max-width: 767px) {
	.page-tripadvisor .top-cta.service .content .column.left {
		margin-bottom: 20px;
	}

	.page-tripadvisor .top-cta.service .content {
		padding-top: 0;
	}

	.page-tripadvisor .top-cta.service .content .column.left h1 {
		padding: 0 30px;
		margin-top: 0;
	}

	.get-a-quote-rollout_v2.rollout .show-full-form {
		width: calc(100% - 30px);
		margin-top: 6px;
	}

	.get-a-quote-rollout_v2.rollout {
		margin-top: 20px;
	}

	.half-bg:before {
		opacity: 0.12;
		width: 100%;
	}

	.half-bg.fight-back:before {
		background: none;
	}

	.alt_rows .row .column img {
		width: inherit;
		max-width: none;
	}
}

/*--------------------------------------------------------------
39.0 Reputation Audit Page
--------------------------------------------------------------*/

.page-free-reputation-review-audit .top-cta .column.left {
	max-width: 659px;
	width: 60%;
}

.page-free-reputation-review-audit .top-cta .column.align-right {
	width: 40%;
}

.page-free-reputation-review-audit .top-cta p {
	margin-top: 15px;
}

.page-free-reputation-review-audit .half-bg.why-rep-important:before {
	background: url('../jpg/img-rep_importance-2.jpg') no-repeat 80% 50%;
}

.page-free-reputation-review-audit .logos {
	background: #f6f6f6;
	padding: 50px 40px 60px;
	text-align: center;
}

.page-free-reputation-review-audit .logos img {
	padding: 50px 0;
}

img.mobile-toggle+img.mobile-toggle {
	display: none;
}

@media screen and (orientation: portrait) {
	img.mobile-toggle {
		display: none;
	}

	img.mobile-toggle+img.mobile-toggle {
		display: initial;
	}
}

@media screen and (max-width: 890px) {
	.page-free-reputation-review-audit #content .top-cta .column.left {
		margin-bottom: 0;
	}

	.page-free-reputation-review-audit #content .top-cta .column.align-right {
		margin-top: -30px;
	}

	.page-free-reputation-review-audit .logos {
		padding: 90px 0 20px;
		margin-top: -60px;
	}

	.page-free-reputation-review-audit h2 {
		padding: 0 40px;
	}

	.page-free-reputation-review-audit .site-content ul {
		margin-left: 30px;
		text-align: left;
	}

	iframe {
		margin: 0 !important;
	}
}

/*================================
 * Add by Josh Zhu 05/06/2019
 * ================================*/

.page-get-online-reviews .half-bg.what-they-think:before {
	background: url('../jpg/img-what_they_think%402x-2.jpg') no-repeat 40% 50%;
}

.page-get-online-reviews .half-bg.build-better-brand:before {
	background: url('../jpg/img-build_better_brand%40x2-2.jpg') no-repeat 40% 50%;
}

.service-tile {
	color: #222 !important;
}

/*================================
 * Add by Josh Zhu 28/06/2019
 * ================================*/

.page-google-image-removal .half-bg.take-ownership:before {
	background: url('../jpg/img-google_take_ownership%402x-2.jpg') no-repeat 40% 50%;
}

.google-image-review-form .wpcf7-form-control-wrap.submit-btn {
	width: 50% !important;
	padding-left: 10px !important;
}

.google-image-review-form .wpcf7-form-control-wrap.your-phone {
	padding: 11px 10px 10px 15px !important;
}

.google-image-review-form .wpcf7-form-control-wrap.your-phone input {
	height: 50px !important;
}

@media screen and (max-width: 768px) {
	.google-image-review-form .wpcf7-form-control-wrap.submit-btn {
		width: 100% !important;
		padding-left: 15px !important;
	}

	.google-image-review-form .wpcf7-form-control-wrap.your-phone {
		padding: 10px 15px 10px 15px !important;
	}
}

.featured-in {
	position: relative;
	height: 160px;
	box-sizing: border-box;
	overflow: hidden;
	border-bottom: 1px solid #e8e9ed;
}

.featured-in .featured-splide {
	display: none;
}

.featured-in .featured-splide.is-active {
	display: block;
}

.featured-in .title {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
	margin-top: 20px;
}

.featured-in::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 0.3s ease-in-out;
}

@media (min-width: 768px) {
	.featured-in {
		height: 120px;
	}

	.featured-in .title {
		position: absolute;
		font-size: 20px;
		margin: 0;
		top: 0;
		bottom: 0;
		left: 0;
		background-color: #e8e9ed;
		height: 100%;
		width: 190px;
		z-index: 1;
		box-shadow: 27px 4px 30px #ffffff;
	}
}

.featured-in-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.featured-in-logo img {
	background-color: #fff;
}

section.content-block.out-latest-removals .container {
	max-width: 1130px;
}

/*================================
 * Add by Josh Zhu 18/07/2019
 * ================================*/

div[id^='wpcf7-f1379'] span.wpcf7-form-control-wrap {
	padding: 10px 15px 10px 0 !important;
}

div[id^='wpcf7-f1383'] span.wpcf7-form-control-wrap {
	padding: 10px 15px 10px 0 !important;
}

div[id^='wpcf7-f923'] span.wpcf7-form-control-wrap {
	padding: 10px 15px 10px 0 !important;
}

div[id^='wpcf7-f1383'] span.your-email {
	max-width: 100% !important;
}

.page-reputation-management h1.white {
	font-size: 33px;
	line-height: 1.4;
}

.button.red.show-full-form.with-dropdown {
	width: 40%;
}

@media (max-width: 550px) {
	.button.red.show-full-form.with-dropdown {
		width: 50%;
	}
}

@media (max-width: 540px) {
	.button.red.show-full-form.with-dropdown {
		width: 100%;
	}
}

/*================================
 * Add by Josh Zhu 22/07/2019
 * ================================*/

.page-wikipedia-page-creation h1.white {
	font-size: 39px;
}

.page-wikipedia-page-creation .wikipedia-shapes-reputations {
	background: white !important;
}

/* .page-wikipedia-page-creation .wiki-image {
	margin-top: -55px !important;
} */

@media (max-width: 1050px) {
	.page-wikipedia-page-creation h1.white {
		font-size: 32px;
	}
}

@media (max-width: 950px) {
	.page-wikipedia-page-creation .wiki-image {
		margin-top: -15px !important;
	}
}

@media (max-width: 540px) {
	.page-wikipedia-page-creation .wiki-image {
		margin-top: 4px !important;
	}
}

.google-review-star.grey-above {
	margin-top: 83px;
}

.google-review-star img {
	margin-top: 20px;
	padding-bottom: 114px;
	margin-left: auto;
	margin-right: auto;
}

.google-review-star .mobile {
	display: none;
}

@media screen and (max-width: 768px) {
	.google-review-star .mobile {
		display: block;
	}

	.google-review-star .wide {
		display: none;
	}
}

.page-reputation-management .service-statistics,
.page-fake-reviews .service-statistics,
.page-reputation-review-monitoring .service-statistics {
	padding: 70px 0;
	margin-top: 0;
}

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

	.page-fake-reviews .top-cta .content,
	.page-reputation-management .top-cta .content,
	.page-reputation-review-monitoring .top-cta .content {
		padding-top: 25px;
	}

	.page-fake-reviews .top-cta .column.left,
	.page-reputation-management .top-cta .column.left,
	.page-reputation-review-monitoring .top-cta .column.left {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.page-fake-reviews .top-cta .column.align-right,
	.page-reputation-management .top-cta .column.align-right,
	.page-reputation-review-monitoring .top-cta .column.align-right {
		margin-top: 0;
		vertical-align: bottom;
	}
}

/*--------------------------------------------------------------
39.0 Watchdog page
https://removify.com.au/reputation-review-monitoring/
--------------------------------------------------------------*/

.page-reputation-review-monitoring #content .top-cta .column.align-right img {
	max-width: 493px;
}

#content ol,
#content ul {
	margin-left: 1.5em;
}

/* .page-reputation-review-monitoring #content li {
	margin-bottom: 1em;
} */

.section-watchdog_logos {
	background: #f6f6f6;
	padding: 80px;
	text-align: center;
}

.section-watchdog_logos h2 {
	margin-bottom: 70px;
}

@media screen and (min-width: 768px) {
	.rep-quote .row {
		display: flex;
		align-items: flex-end;
	}

	.rep-quote .column.align-left {
		padding-bottom: 60px;
	}
}

p.price {
	margin-top: 1em;
	font-size: 2.1334em;
	line-height: 1.1;
	font-weight: bold;
}

p.price span {
	font-size: 1.6em;
}

/*================================
 * Add by Josh Zhu 17/09/2019 for New About Us Page
 * ================================*/

.about-us-template .clickable {
	cursor: pointer;
}

.about-us-template .column.two-fifth,
.about-us-template .column.three-fifth,
.about-us-template .column.left,
.about-us-template .column.right {
	display: inline-block;
	vertical-align: top;
}

.about-us-template .column.two-fifth {
	width: 50vw;
	min-height: 720px;
}

.about-us-template .column.three-fifth {
	width: 60%;
}

.about-us-template .column.left {
	width: 570px;
	margin-left: calc(50vw - 570px);
}

.about-us-template .column.right {
	width: 47%;
	text-align: left;
}

.about-us-template .about-us .column.two-fifth {
	background: linear-gradient(270deg, rgba(5, 49, 71, 0.9) 0%, #006494 70%);
	padding: 107px 0 0;
}

/* body.simple-banner-enabled .about-us-template .about-us .column.two-fifth {
	padding-top: 147px;
} */

.about-us-template .about-us.top-cover {
	margin-right: 10%;
	background: url(../jpg/removify-about-us-12.jpg) no-repeat right top #006494;
	background-size: auto 720px;
	background-position: right top;
	max-width: 100%;
	width: 100%;
	margin: auto;
}

.about-us-template .about-us.vacancies.top-cover {
	margin-right: 10%;
	background: url(../jpg/removify-vacancy-listing-banner-2.jpg) no-repeat right top #006494;
	background-size: auto 720px;
	background-position: right top;
	max-width: 100%;
	width: 100%;
	margin: auto;
}

.about-us-template .about-us .top-content {
	margin-left: calc(50vw - 640px);
	padding: 80px 70px 80px 15px;
}

.about-us-template .restoring-reputations .content {
	padding-bottom: 100px !important;
}

.about-us-template .about-us .sub-header {
	margin-top: 30px;
	margin-bottom: 30px;
}

.about-us-template .hire-best {
	background: #006494;
	padding: 150px 15px 325px;
}

.about-us-template .hire-best p {
	margin-top: 30px;
	margin-bottom: 30px;
}

.about-us-template .hire-best .image-team,
.about-us-template .hire-best .image-team-small {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -250px;
}

.about-us-template .image-team-small {
	display: none;
}

.about-us-template .hire-best {
	position: relative;
}

.about-us-template .smh-quote .content {
	margin: 0 auto;
	padding: 96px 0px 96px 0px;
	max-width: 790px;
}

.about-us-template .smh-quote .content p {
	color: #053147;
	font-size: 30px;
	line-height: 40px;
	font-family: 'Playfair Display', serif;
}

.about-us-template .smh-quote .image-smh {
	margin-top: 80px;
}

.about-us-template .meet-the-team .mtt-div {
	width: 33%;
	display: inline-block;
	margin-top: 80px;
	text-align: center;
	vertical-align: top;
}

.about-us-template .meet-the-team .mtt-div-2 {
	width: 49%;
	display: inline-block;
	margin-top: 80px;
	text-align: center;
	vertical-align: top;
}

.about-us-template .meet-the-team .mtt-div-2.left {
	padding-left: 186px;
}

.about-us-template .meet-the-team .mtt-div-2.right {
	padding-right: 186px;
	display: block;
	padding: 0;
	margin: auto;
}

.about-us-template .meet-the-team h2 {
	text-align: center;
	padding: 80px 0px 40px 0px;
}

.about-us-template .meet-the-team h1 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 27px;
	letter-spacing: normal;
}

.about-us-template .meet-the-team p {
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}

.about-us-template .blue-circle {
	width: 372px;
	height: 372px;
	background: #006494;
	border-radius: 50%;
	margin: 0 auto 34px auto;
}

.about-us-template .meet-the-team .image-mtt {
	width: 372px;
}

.about-us-template .bottom-block {
	z-index: 1;
}

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

	.about-us-template .about-us.vacancies.top-cover,
	.about-us-template .about-us.top-cover {
		background-position: center top;
	}
}

@media (max-width: 768px) {
	.about-us-template .about-us.top-cover {
		background-size: cover;
	}
}

@media (max-width: 2100px) {

	/* .about-us-template .about-us.top-cover {
		background-position: right top;
		background-size: contain;
	} */
	.about-us-template .hire-best {
		padding: 150px 15px 275px;
	}

	.about-us-template .hire-best .image-team,
	.about-us-template .hire-best .image-team-small {
		bottom: -200px;
	}
}

@media (max-width: 1700px) {

	/* .about-us-template .about-us.top-cover {
		background-size: contain;
	} */
	.about-us-template .hire-best {
		padding: 150px 15px 245px;
	}

	.about-us-template .hire-best .image-team,
	.about-us-template .hire-best .image-team-small {
		bottom: -170px;
	}
}

@media (max-width: 1400px) {
	.about-us-template .hire-best {
		padding: 150px 15px 225px;
	}

	.about-us-template .hire-best .image-team,
	.about-us-template .hire-best .image-team-small {
		bottom: -150px;
	}
}

@media (max-width: 1280px) {
	.about-us-template .column.two-fifth {
		width: 60%;
		min-height: 600px;
	}

	.about-us-template .column.left {
		width: 50%;
		margin-left: 0px;
	}

	.about-us-template .about-us .top-content {
		margin-left: 0;
		text-align: center;
		padding: 20px 15px 80px 15px;
	}

	/* body.simple-banner-enabled .about-us-template .about-us .top-content {
		margin-left: 0;
		text-align: center;
		padding: 50px 15px 60px 15px;
	} */
	.about-us-template .blue-circle {
		width: 207px;
		height: 207px;
	}

	.about-us-template .meet-the-team .image-mtt {
		width: 207px;
	}

	.about-us-template .meet-the-team .mtt-div-2.left {
		padding-left: 18vw;
	}

	.about-us-template .meet-the-team .mtt-div-2.right {
		padding-right: 18vw;
		display: block;
		padding: 0;
		margin: auto;
	}

	.about-us-template .hire-best {
		padding: 90px 15px 195px;
	}

	.about-us-template .hire-best .image-team,
	.about-us-template .hire-best .image-team-small {
		bottom: -120px;
	}
}

@media (max-width: 1000px) {

	.about-us-template .column.left,
	.about-us-template .column.right {
		width: 100%;
	}

	.about-us-template .hire-best p,
	.about-us-template .hire-best h2 {
		text-align: center;
	}

	.about-us-template .column.right {
		text-align: center;
	}
}

@media (max-width: 767px) {
	.about-us-template .meet-the-team {
		padding: 50px 0 !important;
	}

	.about-us-template .meet-the-team h2 {
		padding: 0 !important;
	}

	.about-us-template .meet-the-team .display-none-mobile {
		display: none;
	}

	.about-us-template .meet-the-team .mtt-div {
		width: 49%;
	}

	.about-us-template .column.two-fifth {
		width: 100%;
		min-height: auto;
	}

	.about-us-template .image-team-small {
		display: block;
	}

	.about-us-template .image-team {
		display: none;
	}

	.about-us-template .blue-circle {
		width: 157px;
		height: 157px;
	}

	.about-us-template .meet-the-team .image-mtt {
		width: 157px;
	}

	.about-us-template .meet-the-team .mtt-div-2.left {
		padding-left: 0;
	}

	.about-us-template .meet-the-team .mtt-div-2.right {
		padding-right: 0;
	}

	.about-us-template .smh-quote .content {
		padding: 150px 15px 80px 15px;
	}

	.about-us-template .smh-quote .content p {
		font-size: 18px;
		line-height: 24px;
	}

	.about-us-template .smh-quote .image-smh {
		margin-top: 40px;
		width: 55%;
	}

	.about-us-template .meet-the-team .mtt-div-2.right {
		margin: 0;
		width: 49%;
		display: inline-block;
		margin-top: 80px;
		text-align: center;
		vertical-align: top;
	}
}

@media (max-width: 540px) {
	.about-us-template .hire-best {
		padding: 90px 15px 175px;
	}

	.about-us-template .hire-best .image-team,
	.about-us-template .hire-best .image-team-small {
		bottom: -100px;
	}

	.about-us-template .about-us .top-content h1 {
		font-size: 36px;
		line-height: 40px;
	}
}

@media (max-width: 400px) {
	.about-us-template .hire-best {
		padding: 90px 15px 145px;
	}

	.about-us-template .hire-best .image-team,
	.about-us-template .hire-best .image-team-small {
		bottom: -70px;
	}
}

/* Search */
.search-box-form {
	float: right;
}

@media screen and (max-width: 991px) {
	.search-box-form {
		float: none;
	}
}

.search-form {
	position: relative;
	width: 400px;
	margin: 0 auto;
}

.search-form .search-submit {
	bottom: 3px;
	padding: 0.5em 1em;
	position: absolute;
	right: 3px;
	top: 3px;
}

.search-form .search-submit .icon {
	height: 24px;
	top: -2px;
	width: 24px;
}

.search-box {
	box-sizing: border-box;
	height: 40px;
	border: 1px solid #bbbbbb;
	border-radius: 4px;
	margin-bottom: 20px;
	width: 250px;
}

@media screen and (max-width: 768px) {
	.search-box {
		width: 100%;
	}
}

.search-box * {
	display: inline-block;
	vertical-align: top;
}

.search-box input {
	background: transparent;
	border: none;
	height: 100%;
	margin-left: 10px;
	color: rgba(76, 79, 84, 0.5);
	font-size: 16px;
	width: calc(100% - 45px);
}

.search-box input::placeholder {
	color: rgba(76, 79, 84, 0.5);
	font-size: 16px;
}

.search-box .material-icons {
	color: #006494;
	font-size: 20px;
	font-weight: 900;
	line-height: 40px;
	cursor: pointer;
}

.archive-free-audit,
.archive-quote-sidebar {
	width: 100%;
	border-radius: 13px;
	background-color: #006494;
	padding: 23px 34px;
}

.archive-free-audit h1 {
	color: #ffffff;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 17px;
}

.archive-free-audit p {
	color: #ffffff;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 36px;
	text-align: center;
}

.archive-free-audit a {
	text-align: center;
	padding: 16px 14px;
	font-size: 16px;
	margin-bottom: 15px;
}

.archive-free-audit .get-a-quote-toggle {
	width: 100%;
}

.category #secondary .wrapper,
.blog #secondary .wrapper {
	border-radius: 13px;
	margin-bottom: 20px;
}

.archive-quote-sidebar {
	padding-top: 89px;
	position: relative;
}

.archive-quote-sidebar p {
	color: #f6f6f6;
	font-size: 16px;
	font-weight: bold;
	line-height: 27px;
	font-style: italic;
}

.archive-quote-sidebar p.name {
	font-style: normal;
}

.archive-quote-sidebar .left-quote {
	position: absolute;
	left: 30px;
	top: 30px;
}

.archive-quote-sidebar .right-quote {
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.category .like-div,
.tag .like-div {
	height: 160px;
	width: 88px;
	position: absolute;
	top: 10px;
	left: 0;
	text-align: center;
	z-index: 5;
	border-right: 1px solid #bbb;
}

.category .like-div h1,
.tag .like-div h1 {
	padding-top: 13px;
	color: #053147;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}

.category .like-div h2,
.tag .like-div h2 {
	padding-top: 3px;
	color: #053147;
	font-size: 28px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}

.category .like-div p,
.tag .like-div p {
	color: #053147;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #bbb;
}

.category .like-div p.image,
.tag .like-div p.image {
	cursor: pointer;
	line-height: 20px;
	margin: 0;
	font-weight: 200;
	padding-top: 10px;
	padding-bottom: 0;
	border-bottom: none;
}

.category .like-div .heart,
.tag .like-div .heart {
	margin: auto;
	width: 17px;
	height: 15px;
}

.category .site-content-contain,
.tag .site-content-contain {
	background-color: #ffffff;
}

.search .site-header,
.blog.single .site-header:not(.blue-background) {
	background: linear-gradient(126.85deg, #053247 -36.13%, #026494 98.05%);
}

#respond {
	background: #006494;
	padding: 20px 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

#comments .comment-author,
#comments .comment-author a,
#comments .comment-metadata a,
#comments .comment-content p,
#comments .comment-awaiting-moderation {
	color: rgb(5, 49, 71);
}

#comments .comments-title {
	margin: 0;
}

#comments .comment-author,
#comments .comment-author a {
	font-size: 20px;
}

#comments .comment-body {
	margin-left: 0;
}

#respond .comment-notes,
#respond label {
	display: none;
}

#reply-title {
	color: #ffffff;
	margin-bottom: 33px;
}

#respond input::placeholder,
#respond textarea::placeholder {
	color: rgba(76, 79, 84, 0.5);
	font-size: 16px;
	line-height: 22px;
}

#respond input[type='submit'] {
	width: 100%;
	background: #ff5042;
	box-shadow: 0px 10px 60px rgba(3, 17, 44, 0.15);
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}

@media (max-width: 768px) {
	.blog.single .site-content-contain {
		margin-top: 0px;
		padding-top: 78px;
	}
}

@media (max-width: 890px) {

	.category #primary,
	.category #secondary,
	.tag #primary,
	.tag #secondary,
	.blog.single #primary,
	.blog.single #secondary {
		width: 100%;
	}

	.blog.single #secondary,
	.category #secondary,
	.tag #secondary {
		margin-top: 20px;
	}

	.blog.single .wrap.link-to-all-posts {
		margin-bottom: 40px;
	}

	.blog-like-feature {
		position: absolute;
		top: 80px;
		left: 0;
	}

	.blog.single .had-enough-of-negative,
	.category .had-enough-of-negative,
	.tag .had-enough-of-negative {
		display: none;
	}

	/* .category #search-form,
	.tag #search-form {
		position: absolute;
        top: 140px;
        left: 0;
        width: 100%;
        padding: 0 30px;
		display: none;
	} */
	.category #primary,
	.tag #primary {
		margin-top: 120px;
	}

	.category .pagination,
	.tag .pagination,
	.comments-pagination {
		padding: 0;
	}
}

#pwbox-2164 {
	border: 1px solid black;
}

.category .post-date,
.tag .post-date {
	display: none;
}

.single-blog-author .author-hero-image {
	border-radius: 50%;
	overflow: hidden;
	width: 120px;
	height: 120px;
	margin: 0 auto 10px;
}

.single-blog-author .author-hero-image img {
	width: 120px;
	height: 120px;
	object-fit: cover;
}

.single-blog-author .hero .social-navigation {
	float: none;
	text-align: center;
}

@media (max-width: 517px) {
	.blog.single #primary .share-panel h6 {
		display: none;
	}

	.category .like-div,
	.tag .like-div {
		display: none;
	}

	.category article.category-blog,
	.tag article.category-blog {
		padding-left: 0;
	}

	.category .post-date,
	.tag .post-date {
		display: block;
	}

	.blog.single .author-image img {
		width: 30px;
		height: auto;
	}

	.blog.single .half.align-right {
		display: none !important;
	}
}

@media (max-width: 406px) {
	.blog.single #primary .half {
		max-width: 100%;
		text-align: left;
		margin-bottom: 10px;
	}
}

.category .filter-result-div,
.tag .filter-result-div {
	margin-bottom: 20px;
	color: grey;
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
}

.category .no-results-found,
.tag .no-results-found {
	margin-bottom: 10px;
}

/*
    Remove RateMDS Page
 */

.service-information .title.ratemds img {
	max-width: 267px;
	width: 100%;
}

.page-ratemds .half-bg.fight-back:before {
	background: url('../jpg/proven-content-removal-strategies%402x-2.jpg') no-repeat 90% 50%;
}

.page-ratemds .half-bg.win-market .row:before {
	content: '';
	background-size: cover !important;
	position: absolute;
	left: 0;
	top: 0;
	width: calc(50% - 30px);
	height: 100%;
}

.page-ratemds .half-bg.win-market .row:before {
	background: url('../png/dont-succeed-dont-pay%402x1b26.png') no-repeat 40% 50%;
	background-size: 408px 405px !important;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
	.page-ratemds .half-bg.fight-back:before {
		background: url('../jpg/proven-content-removal-strategies-2.jpg') no-repeat 90% 50%;
	}
}

@media screen and (max-width: 860px) {
	.page-ratemds .half-bg.win-market .row:before {
		opacity: 0.12;
		width: 100%;
		background-position: center;
	}
}

/* Anchor / Anchor Filters */

.anchor {
	border-top: 1px solid #eee;
	height: 71px;
	margin-top: 70px;
}

ul.anchor-filter {
	text-align: center;
	margin-bottom: 40px;
}

ul.anchor-filter li {
	display: inline-block;
	margin: 0 15px;
}

ul.anchor-filter li a {
	font-size: 14px;
	color: #053147;
	font-weight: 700;
	line-height: 16px;
	text-align: left;
	color: #ff5042;
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	ul.anchor-filter {
		text-align: left;
	}

	ul.anchor-filter li {
		display: block;
		margin-bottom: 10px;
	}
}

/* Ordered and Unordered List */

ul.unordered-list {
	list-style: none;
}

ul.unordered-list,
ol.ordered-list {
	margin-left: 40px;
}

ul.unordered-list li,
ol.ordered-list li {
	margin-bottom: 16px;
}

.back-to-top {
	display: block;
	margin-top: 70px;
}

/* New career page */

.about-us-template .career .column.two-fifth {
	background: linear-gradient(270deg, rgba(5, 49, 71, 0.9) 0%, #006494 70%);
	padding: 107px 0 0;
}

.about-us-template .career.top-cover {
	margin-right: 10%;
	background: url(../jpg/img-hero_careers%402x-2.jpg) no-repeat right top #006494;
	background-size: contain;
	max-width: 100%;
	width: 100%;
	margin: auto;
}

.about-us-template .career .top-content {
	margin-left: calc(50vw - 570px);
	padding: 80px 30px 80px 15px;
}

.about-us-template .career .sub-header {
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: normal;
}

.about-us-template .what-work-for-removify {
	background: url('../jpg/bg-whitewall-2.jpg') no-repeat;
	background-size: cover;
	overflow: hidden;
	padding: 80px 15px 0 15px;
}

.about-us-template .what-work-for-removify .column.right {
	width: 30%;
	text-align: left;
}

.about-us-template .what-work-for-removify .column.left {
	width: 675px;
}

.about-us-template .what-work-for-removify .column.right img {
	margin-bottom: -10px;
}

.about-us-template .what-work-for-removify .column.right {
	vertical-align: bottom;
}

.about-us-template .what-work-for-removify .sarah-heading {
	color: #053147;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -0.89px;
	line-height: 64px;
	margin-bottom: 50px;
}

.about-us-template .what-work-for-removify p {
	color: #053147;
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 40px;
}

.about-us-template .what-work-for-removify .sarah-p1 {
	font-weight: bold;
	text-indent: 50px;
}

.about-us-template .what-work-for-removify .sarah-name {
	font-weight: bold;
	margin-bottom: 0;
}

.about-us-template .what-work-for-removify .sarah-p1,
.about-us-template .what-work-for-removify .sarah-p3 {
	position: relative;
}

.about-us-template .what-work-for-removify .quote1 {
	position: absolute;
	left: 0;
	top: -20px;
}

.about-us-template .what-work-for-removify .quote2 {
	position: absolute;
	right: 0;
	bottom: -20px;
}

.about-us-template .post-type-archive-vacancies {
	padding: 115px 15px;
}

.about-us-template .meet-the-team {
	padding-top: 80px;
	padding-bottom: 140px;
}

.about-us-template .rollout.rolled-out {
	background: none;
}

@media (max-width: 1700px) {
	.about-us-template .career.top-cover {
		background-size: cover;
	}
}

@media (max-width: 1280px) {
	.about-us-template .career .top-content {
		margin-left: 0;
		text-align: center;
		padding: 20px 15px 80px 15px;
	}
}

@media (max-width: 1010px) {

	.about-us-template .what-work-for-removify .column.left,
	.about-us-template .what-work-for-removify .column.right {
		margin: 0 auto;
		display: block;
	}
}

@media (max-width: 720px) {

	.about-us-template .what-work-for-removify .column.left,
	.about-us-template .what-work-for-removify .column.right {
		width: 100%;
	}
}

.owl-carousel .mtt-div {
	width: 100% !important;
}

.owl-carousel .mtt-div img {
	margin: 0 auto;
}

.owl-nav button span {
	font-size: 120px;
	color: #053147;
}

.owl-carousel {
	position: relative;
}

.owl-prev {
	position: absolute;
	top: 240px;
	left: -50px;
}

.owl-next {
	position: absolute;
	top: 240px;
	right: -50px;
}

.dots {
	text-align: center;
	display: none;
}

.owl-dot {
	margin-right: 16px;
	border-width: 0;
	padding: 0;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: #d8d8d8;
}

.owl-dot.active {
	width: 24px;
	height: 8px;
	border-radius: 4px;
	background-color: #053147;
}

@media (max-width: 1600px) {
	.dots {
		display: block;
	}

	.owl-nav {
		display: none;
	}
}

/*
    Negative content removal page
 */

.two-thirds {
	display: inline-block;
	vertical-align: middle;
	max-width: 63%;
	text-align: center;
	width: 100%;
	padding: 0 15px;
}

.negative-content-removal .header-block h1 {
	margin-bottom: 28px;
}

.negative-content-removal {
	background: #f6f6f6;
}

.negative-content-removal .block-0 .column {
	vertical-align: middle;
}

.text-uppercase {
	text-transform: uppercase;
}

.negative-content-removal .block-1 {
	max-width: 445px;
	display: inline-block;
	margin: auto;
	padding: 50px;
	text-align: left;
	border-radius: 4px;
}

.negative-content-removal .block-1 ul {
	margin-top: 24px;
	margin-bottom: 0;
	margin-left: 16px;
}

.negative-content-removal .block-1 ul li {
	padding-left: 10px;
	margin-bottom: 8px;
}

.negative-content-removal .block-2 {
	margin-top: 69px;
	margin-bottom: 127px;
	padding-bottom: 40px;
	border-radius: 4px;
}

.negative-content-removal .block-2 .one-third {
	margin-top: 56px;
}

.negative-content-removal .content-removal-card {
	margin-top: 30px;
}

.negative-content-removal .content-removal-card p {
	margin: 20px auto;
}

.negative-content-removal .image-block {
	height: 69px;
	line-height: 69px;
}

.negative-content-removal .image-block img {
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}

.negative-content-removal .block-3 {
	padding-bottom: 100px;
}

.negative-content-removal .block-3 h3,
.negative-content-removal .block-4 h3 {
	margin-bottom: 20px;
}

.negative-content-removal .block-4 {
	padding-bottom: 100px;
}

.negative-content-removal .block-3 .column {
	vertical-align: middle;
}

.negative-content-removal .block-4 {
	align-items: center;
}

.negative-content-removal .block-4 .column.content {
	width: 66%;
}

.negative-content-removal .block-4 .column.title {
	width: 33%;
	text-align: left;
	padding-right: 15px;
}

@media all and (min-width: 1139px) {
	.negative-content-removal .block-0 {
		padding: 0;
	}
}

@media all and (max-width: 890px) {
	.negative-content-removal .block-0 .column {
		width: 100%;
	}

	.negative-content-removal .block-1 {
		max-width: 100%;
		width: 100%;
		background: transparent;
		box-shadow: none;
		padding: 0;
		margin-top: 20px;
	}

	.negative-content-removal .block-2 {
		margin-top: 40px;
		margin-bottom: 60px;
	}
}

@media all and (max-width: 767px) {
	.negative-content-removal .column.half {
		width: 100%;
	}

	.negative-content-removal .block-3 .column {
		width: 100%;
	}

	.negative-content-removal .block-4 .column.title {
		width: 100%;
		padding: 0;
		text-align: center;
	}

	.negative-content-removal .block-4 {
		display: block;
		text-align: center;
	}

	.negative-content-removal .block-4 .column.content {
		width: 100%;
		margin-bottom: 20px;
	}
}

/*
 * Display helper for inline content
 */

.inline-desktop {
	display: none !important;
}

@media screen and (min-width: 768px) {
	.inline-desktop {
		display: inline-block !important;
	}

	.display-flex {
		display: flex;
	}
}

.inline-mobile {
	display: none !important;
}

@media screen and (max-width: 767px) {
	.inline-mobile {
		display: inline-block !important;
	}
}

.align-items-center {
	align-items: center;
}

@media screen and (min-width: 768px) {
	.padding-top-40 {
		padding-top: 40px;
	}

	.padding-top-80 {
		padding-top: 80px;
	}
}

.grecaptcha-badge {
	visibility: collapse !important;
}

.margin-auto {
	margin: 0 auto !important;
}

.position-relative {
	position: relative;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.mt-5 {
	margin-bottom: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.my-5 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.my-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.my-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.my-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.my-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

.my-50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

.my-60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}

.my-70 {
	margin-top: 70px !important;
	margin-bottom: 70px !important;
}

.my-80 {
	margin-top: 80px !important;
	margin-bottom: 80px !important;
}

.my-100 {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}

.mx-5 {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.mx-10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.mx-20 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.mx-30 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}

.mx-40 {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.mr-5 {
	margin-right: 5px !important;
}

.mr-10 {
	margin-right: 10px !important;
}

.mr-20 {
	margin-right: 20px !important;
}

.mr-30 {
	margin-right: 30px !important;
}

.mr-40 {
	margin-right: 40px !important;
}

.ml-5 {
	margin-left: 5px !important;
}

.ml-10 {
	margin-left: 10px !important;
}

.ml-20 {
	margin-left: 20px !important;
}

.ml-30 {
	margin-left: 30px !important;
}

.ml-40 {
	margin-left: 40px !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pb-5 {
	padding-bottom: 5px !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pb-100 {
	padding-bottom: 100px !important;
}

.pb-120 {
	padding-bottom: 120px !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pt-5 {
	padding-top: 5px !important;
}

.pt-10 {
	padding-top: 10px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pt-100 {
	padding-top: 100px !important;
}

.pt-120 {
	padding-top: 120px !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.py-5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.py-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.py-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.py-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.py-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.py-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.px-5 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.px-10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.px-20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.px-30 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.px-40 {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.px-50 {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.pr-5 {
	padding-right: 5px !important;
}

.pr-10 {
	padding-right: 10px !important;
}

.pr-20 {
	padding-right: 20px !important;
}

.pr-30 {
	padding-right: 30px !important;
}

.pr-40 {
	padding-right: 40px !important;
}

.pl-5 {
	padding-left: 5px !important;
}

.pl-10 {
	padding-left: 10px !important;
}

.pl-20 {
	padding-left: 20px !important;
}

.pl-30 {
	padding-left: 30px !important;
}

.pl-40 {
	padding-left: 40px !important;
}

.bg-default {
	background-color: #053247 !important;
}

.bg-gray {
	background-color: #f7f7f8 !important;
}

.bg-blue {
	background-color: #026494 !important;
}

.text-default {
	color: #053247 !important;
}

.text-gray {
	color: #f7f7f8 !important;
}

.text-blue {
	color: #026494 !important;
}

.bg-gradient {
	background: linear-gradient(126.85deg, #052c47 -36.13%, #026494 98.05%);
}

/**
 * Content Block
 */
section.content-block {
	position: relative;
	background-color: #f7f7f8;
	padding-top: 100px;
	padding-bottom: 100px;
}

section.content-block .container {
	max-width: 1280px;
}

section.content-block h2 {
	font-size: 36px;
	margin-bottom: 35px;
}

section.content-block h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

section.content-block h2.subtitle {
	font-size: 32px;
	margin-bottom: 30px;
}

section.content-block .content .buttons {
	margin-top: 30px;
}

@media screen and (max-width: 991px) {
	section.content-block h2 {
		font-size: 24px;
	}
}

section.content-block h3,
section.content-block h4 {
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	section.content-block {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

/* Tabs */
.features-tab {
	background-color: #f7f7f8;
	padding-top: 100px;
}

.features-tab>h2 {
	text-align: center;
}

.features-tab .features--nav {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 2.8125em auto 2.125em;
	text-align: center;
	width: 100%;
}

.features-tab .features--nav::after {
	content: '';
	height: 4px;
	background-color: #484d4f;
	opacity: 0.1;
	border-radius: 200px;
	width: 100%;
	position: absolute;
	bottom: 0;
}

/* Custom container */
.services.features-tab .features--nav {
	max-width: 420px;
}

.case-studies.features-tab .features--nav {
	max-width: 500px;
}

.case-studies.features-tab .content-removals-icon {
	height: 40px;
}

.features-tab .features--nav .features--nav-item {
	background-position: top;
	background-repeat: no-repeat;
	border-bottom: 4px solid transparent;
	color: #7d99a5;
	display: table;
	font-size: 18px;
	padding-bottom: 0.9em;
	text-decoration: none;
	z-index: 10;
	user-select: none;
	-webkit-user-select: none;
	cursor: pointer;
}

.features-tab .features--nav .features--nav-item li {
	font-size: 16px;
}

.features-tab .features--nav .features--nav-item.active {
	border-bottom: 4px solid #ff5042;
	color: #053247;
}

.features-tab .features--nav .features--nav-item span {
	display: table-cell;
	padding: 0 5px;
	vertical-align: bottom;
	white-space: nowrap;
}

.features-tab .features--tab.active {
	display: block;
}

.features-tab .features--tab {
	display: none;
	margin: 0 auto;
}

.features-tab .features--tab>p {
	color: #484d4f;
	line-height: 1.3333333333em;
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
}

.features-tab .features--tab>img {
	border-radius: 0.5em;
	max-width: 840px !important;
}

/* Feature Vertical Mode */

.features-tab.vertical .features--nav {
	display: block;
	text-align: left;
	margin: 0;
}

.features-tab.vertical .features--nav .features--nav-item {
	padding: 20px;
	color: #053247;
	border: 0;
}

.features-tab.vertical .features--nav .features--nav-item.active {
	position: relative;
	z-index: 1;
	background-color: #fff;
	border-radius: 10px;
	border: 0;
}

.features-tab.vertical .features--nav .features--nav-item h2.title {
	display: flex;
	align-items: center;
	font-size: 20px;
	margin-bottom: 5px;
}

.features-tab.vertical .features--nav .features--nav-item .title-icon {
	width: 35px;
	height: 35px;
	margin-right: 10px;
}

.features-tab.vertical .features--nav .features--nav-item.active {
	box-shadow: 0px 10px 60px rgba(3, 17, 44, 0.15);
}

.features-tab.vertical .features--nav .features--nav-item .mobile-only {
	display: none;
}

.features-tab.vertical .features--nav .features--nav-item .content p {
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 0;
}

.features-tab.vertical .features--nav .features--nav-item.active .content {
	display: block;
}

.features-tab.vertical .features--nav::after {
	display: none;
}

.features-tab.vertical .features--tab>img {
	max-width: 100% !important;
}

@media (max-width: 993px) {
	.features-tab .features--tab>img {
		max-width: 100% !important;
	}
}

@media (max-width: 1030px) {
	.features-tab .features--nav .features--nav-item {
		background-size: 3.5em;
	}
}

@media (max-width: 768px) {
	.features-tab .features--tab {
		margin: 0 0 30px;
		padding: 0;
	}

	.features-tab .features--nav .features--nav-item {
		font-size: 14px;
	}

	.features-tab .features--nav .features--nav-item span {
		white-space: normal;
	}

	.case-studies.features-tab .features--tab {
		max-width: 500px;
		min-height: 570px;
		margin-bottom: 0;
	}

	.features-tab .features--tab>p {
		font-size: 18px;
		letter-spacing: -0.24px;
		margin-bottom: 32px;
	}

	.features-tab .features--nav {
		gap: 0 0.9375em;
		margin-left: auto;
		margin-right: auto;
	}

	.features-tab.vertical .features--nav .features--nav-item .content p .features-tab.vertical .features--nav .features--nav-item .mobile-only {
		display: none;
	}

	.features-tab.vertical .features--nav .features--nav-item.active .content p,
	.features-tab.vertical .features--nav .features--nav-item.active .mobile-only {
		display: block;
	}

	/* .features-tab .features--nav > a {
		font-size: 13px;
	} */
}

.simpay-checkout-form.simpay-checkout-form--embedded {
	margin: 0 auto;
}

.simpay-checkout-form.simpay-checkout-form--embedded .simpay-form-control select {
	padding: 7px 0;
}

.simpay-checkout-form.simpay-checkout-form--embedded .simpay-form-control .simpay-card-wrap.StripeElement,
.simpay-checkout-form.simpay-checkout-form--embedded .simpay-form-control input[type='date'],
.simpay-checkout-form.simpay-checkout-form--embedded .simpay-form-control input[type='datetime-local'],
.simpay-checkout-form.simpay-checkout-form--embedded .simpay-form-control input[type='email'],
.simpay-checkout-form.simpay-checkout-form--embedded .simpay-form-control input[type='month'],
.simpay-checkout-form.simpay-checkout-form--embedded .simpay-form-control input[type='number'],
.simpay-checkout-form.simpay-checkout-form--embedded .simpay-form-control input[type='password'],
.simpay-checkout-form.simpay-checkout-form--embedded .simpay-form-control input[type='search'],
.simpay-checkout-form.simpay-checkout-form--embedded .simpay-form-control input[type='tel'],
.simpay-checkout-form.simpay-checkout-form--embedded .simpay-form-control input[type='text'],
.simpay-checkout-form.simpay-checkout-form--embedded .simpay-form-control input[type='time'],
.simpay-checkout-form.simpay-checkout-form--embedded .simpay-form-control input[type='url'],
.simpay-checkout-form.simpay-checkout-form--embedded .simpay-form-control input[type='week'],
.simpay-checkout-form.simpay-checkout-form--embedded .simpay-form-control select,
.simpay-checkout-form.simpay-checkout-form--embedded .simpay-form-control textarea,
.simpay-checkout-form.simpay-checkout-form--overlay .simpay-form-control .simpay-card-wrap.StripeElement,
.simpay-checkout-form.simpay-checkout-form--overlay .simpay-form-control input[type='date'],
.simpay-checkout-form.simpay-checkout-form--overlay .simpay-form-control input[type='datetime-local'],
.simpay-checkout-form.simpay-checkout-form--overlay .simpay-form-control input[type='email'],
.simpay-checkout-form.simpay-checkout-form--overlay .simpay-form-control input[type='month'],
.simpay-checkout-form.simpay-checkout-form--overlay .simpay-form-control input[type='number'],
.simpay-checkout-form.simpay-checkout-form--overlay .simpay-form-control input[type='password'],
.simpay-checkout-form.simpay-checkout-form--overlay .simpay-form-control input[type='search'],
.simpay-checkout-form.simpay-checkout-form--overlay .simpay-form-control input[type='tel'],
.simpay-checkout-form.simpay-checkout-form--overlay .simpay-form-control input[type='text'],
.simpay-checkout-form.simpay-checkout-form--overlay .simpay-form-control input[type='time'],
.simpay-checkout-form.simpay-checkout-form--overlay .simpay-form-control input[type='url'],
.simpay-checkout-form.simpay-checkout-form--overlay .simpay-form-control input[type='week'],
.simpay-checkout-form.simpay-checkout-form--overlay .simpay-form-control select,
.simpay-checkout-form.simpay-checkout-form--overlay .simpay-form-control textarea {
	min-height: 50px;
	padding-left: 20px;
	border-color: #053147;
}

.simpay-checkout-form.simpay-checkout-form--embedded input::placeholder {
	color: #444 !important;
	opacity: 1 !important;
}

.simpay-checkout-form.simpay-checkout-form--embedded .simpay-form-control .simpay-checkout-btn {
	background-color: #006494;
	min-height: 50px;
}

.simpay-form-control .simpay-currency-symbol {
	line-height: 48px;
}

.business-testimonial-card {
	background: #fff;
	background-size: cover;
	border-radius: 4px;
	box-shadow: 0px 10px 60px rgba(3, 17, 44, 0.15);
	padding: 20px;
	height: 250px;
	cursor: grab;
	border-radius: 14px;
}

.business-testimonial-bottom {
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
}

.business-testimonial-comment {
	position: relative;
	background: #f7f7f8;
	box-shadow: 0px 12px 40px rgba(3, 17, 44, 0.1);
	border-radius: 4px;
	padding: 10px;
}

.business-testimonial-rating {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -20px;
	right: 0;
	background: #fff;
	width: 78px;
	height: 35px;
	border-radius: 200px;
	box-shadow: 0px 12px 40px rgba(3, 17, 44, 0.1);
	padding: 5px;
}

.business-testimonial-rating span.rating-number {
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	padding-left: 20px;
}

.business-testimonial-rating span.publisher-icon {
	position: absolute;
	top: 5px;
	left: 5px;
	bottom: 5px;
}

.business-testimonial-rating span.icon-google-my-business {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: url('../svg/google-my-business.svg') #e3e7f2 no-repeat center;
	background-size: auto 15px;
}

.business-testimonial-rating span.icon-google-maps {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: url('../svg/google-maps-2.svg') #e3e7f2 no-repeat center;
	background-size: auto 15px;
}

.business-testimonial-comment p {
	font-size: 11px;
	margin-bottom: 0;
}

.business-testimonial-comment h2.name {
	font-size: 11px;
	margin-bottom: 5px;
}

.testimonial {
	background: linear-gradient(126.85deg, #052c47 -36.13%, #026494 98.05%);
	overflow: hidden;
	padding-bottom: 70px;
}

.home .testimonial .wrap,
.testimonial .wrap {
	max-width: 100%;
	overflow: hidden;
}

.testimonial-heading {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 0;
}

.testimonial-heading h2 {
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
}

.testimonial-heading .divider {
	width: 2px;
	height: 32px;
	background-color: #c4c4c4;
	margin: 0 25px;
}

.testimonial-card {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 10px 60px rgba(3, 17, 44, 0.15);
	padding: 20px;
	height: 100%;
	cursor: grab;
}

.testimonial-card-static {
	height: 200px;
}

.testimonial-card .avatar {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #f5f5f5;
	border-radius: 50%;
	margin-right: 15px;
	background-size: cover;
	background-position: center;
}

.testimonial-card .title {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #053247;
	font-weight: 700;
	line-height: 20px;
}

.testimonial-card p {
	color: #053247;
	font-size: 14px;
	margin-bottom: 0;
}

.testimonial-what-we-did {
	font-size: 14px;
	padding: 20px;
	margin-bottom: 30px;
	font-style: italic;
}

@media (max-width: 768px) {
	.testimonial-heading .divider {
		display: none;
	}

	.testimonial-heading {
		display: block;
		text-align: center;
	}

	.testimonial-heading .rating-box {
		justify-content: center;
		margin-bottom: 20px;
	}
}

.rating-box {
	display: flex;
	align-items: center;
}

.rating-box .gmb-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url('../png/google-maps-business-2.png');
	background-size: 40px 40px;
	margin: 0 5px;
}

.rating-box .total-rating {
	font-size: 24px;
	line-height: normal;
	font-weight: 700;
	color: #fff;
	margin: 0 10px 0 5px;
}

.rating-box .star {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url('../svg/star-rating.svg');
	background-size: 25px 25px;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 1px;
}

.rating-box .star:first-child,
.rating-box .star.small:first-child {
	margin-left: 0;
}

.rating-box .star:last-child,
.rating-box .star.small:last-child {
	margin-right: 0;
}

.rating-box .star.small {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url('../svg/star-rating.svg');
	background-size: 12px 12px;
}

/**
 * Hero Banner
 */

/* body.simple-banner-enabled .hero {
	padding-top: 115px;
	margin-top: 38px;
}

body.simple-banner-enabled .hero.hero-bg {
	padding-top: 0;
	margin-top: 38px;
} */

.hero {
	position: relative;
	overflow: hidden;
	padding: 107px 0 0;
	background-repeat: no-repeat;
	background: linear-gradient(126.85deg, #052c47 -36.13%, #026494 98.05%);
	background-size: contain;
	max-width: 100%;
	width: 100%;
	margin: auto;
	/* min-height: 700px; */
}

.hero-bg {
	margin-right: 10%;
	background: no-repeat;
	background-color: #006494;
	background-position: top center;
	background-size: cover;
	max-width: 100%;
	width: 100%;
	margin: auto;
	padding-top: 0;
}

.hero-bg .top-content {
	display: flex;
	align-items: center;
	margin-left: calc(50vw - 640px);
	padding: 0 70px 0 15px;
	height: 100%;
}

.hero-bg .column {
	width: 50vw;
	background: linear-gradient(270deg, rgba(5, 49, 71, 0.9) 0%, #006494 70%);
}

.hero::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 451px;
	left: 50%;
	bottom: -90px;
	transform: translateX(-50%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 2342px auto;
	background-image: url('../svg/bottom-1.svg');
	opacity: 0.5;
}

.hero.no-hero-image::after {
	bottom: -250px;
}

.hero.hero-bg::after {
	display: none;
}

.hero .container {
	max-width: 1280px;
}

.hero .container-500 {
	max-width: 500px;
}

.hero .container-700 {
	max-width: 700px;
}

.hero .container-800 {
	max-width: 800px;
}

.hero .container-960 {
	max-width: 960px;
}

.hero .container-1000 {
	max-width: 1000px;
}

.hero .bottom-content {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 10;
}

.hero p {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}

.hero p:last-child {
	margin-bottom: 0;
}

.hero h1 {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	line-height: 62.5px;
	margin-bottom: 30px;
}

.hero .awards {
	padding-top: 100px !important;
}

.hero .subheading+.awards,
.hero .two-columns+.awards {
	padding-top: 20px !important;
}

h1.white {
	text-transform: capitalize;
}

.font-48 {
	font-size: 48px !important;
}

.hero a {
	text-decoration: none;
}

.hero section.content {
	padding: 80px 0 80px 0;
	margin: 0;
	position: relative;
	z-index: 2;
}

.hero section.content-image {
	display: flex;
	align-items: flex-end;
	height: 100%;
	position: relative;
	z-index: 2;
}

@media screen and (min-width: 1600px) {
	.hero-bg {
		/* background-position: right calc(50% - 100px) top; */
		background-position: top center;
		background-size: 1500px auto;
	}
}

@media screen and (max-width: 1280px) {
	.hero-bg {
		height: 100% !important;
	}

	.hero-bg .column {
		width: 60%;
	}

	.hero-bg .top-content {
		margin-left: 0;
		height: 100% !important;
	}
}

@media screen and (max-width: 991px) {
	.hero-bg .column {
		width: 100%;
	}

	.hero-bg .top-content {
		padding: 0 15px 0 15px;
	}
}

@media (max-width: 768px) {
	.hero h1 {
		font-size: 36px;
		line-height: 40px;
	}

	.amplify-hero.hero h1 {
		font-size: 36px;
		line-height: 50px;
	}

	.hero:not(.hero-bg) {
		padding: 78px 0 0;
		min-height: auto !important;
	}

	.hero section.content {
		padding: 40px 0 60px 0;
	}
}

@media (max-width: 540px) {
	/* body.simple-banner-enabled .hero {
		padding-top: 117px;
	} */

	.hero section.content {
		padding: 60px 0 60px 0;
		text-align: center;
	}
}

.hero .subheading {
	margin-top: 30px;
	margin-bottom: 40px;
}

/* Custom hero */

.hero .has-free-audit-form .subheading {
	margin-bottom: 0;
}

.hero .reviewmgr-lookup iframe {
	height: 180px;
	margin-top: 10px;
	margin-bottom: 0;
}

.hero .in-the-media h1 {
	margin-bottom: 10px;
}

/* Careers / Teams */

.team-feature img {
	border-radius: 10px;
	cursor: grab;
}

.careers-icon {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: center;
	margin-right: 10px;
}

.careers-icon.support {
	background-image: url('../svg/support.svg');
}

.careers-icon.experience {
	background-image: url('../svg/experience.svg');
}

.careers-icon.fulfilment {
	background-image: url('../svg/fulfilment.svg');
}

.careers-icon.growth {
	background-image: url('../svg/growth.svg');
}

.careers-icon.value {
	background-image: url('../svg/value.svg');
}

.careers-icon.recognition {
	background-image: url('../svg/recognition.svg');
}

.careers-icon.checkmark {
	background-image: url('../svg/checkmark.svg');
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	margin-right: 15px;
}

.sound-like-you section.content {
	padding: 20px 30px;
}

@media screen and (max-width: 991px) {
	.sound-like-you section.content {
		padding: 0;
		margin-top: 30px;
	}
}

/**
 * Team Testimonial
 */
.team-testimonial section.content {
	position: relative;
	padding: 40px 50px 0 0px;
}

@media screen and (max-width: 991px) {
	.team-testimonial section.content {
		padding: 40px 0 0 0px;
	}
}

.team-testimonial section.content::before {
	content: '“';
	position: absolute;
	left: -20px;
	top: -30px;
	color: #e8e9ed;
	opacity: 0.5;
	font-size: 280px;
	line-height: 1;
	z-index: -1;
}

/**
 * Team Testimonial Splide JS
 */

.team-testimonial .splide__pagination__page.is-active {
	background-color: #053247 !important;
	transform: none !important;
}

.team-testimonial .splide__pagination {
	bottom: 180px !important;
}

.team-testimonial .splide__pagination__page {
	width: 10px !important;
	height: 10px !important;
}

.team-testimonial .splide__arrows {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
}

.team-testimonial .splide__slide {
	padding-bottom: 100px;
}

.team-testimonial .splide__arrow {
	position: static !important;
	width: auto !important;
	height: auto !important;
	background: none !important;
	font-size: 18px !important;
	color: #ff5042;
	opacity: 1 !important;
	margin: 0 20px;
}

.team-testimonial .splide__arrow:disabled {
	color: #ccc !important;
}

.splide__pagination {
	margin: 0 !important;
}

@media (max-width: 768px) {
	.team-testimonial .splide__arrows {
		bottom: 50px;
	}

	.team-testimonial .splide__pagination {
		bottom: 100px !important;
	}
}

/**
 * Business Testimonial
 */
.business-testimonial-splide .splide__slide {
	cursor: all-scroll;
}

.stats {
	display: flex;
	margin: 50px -25px 0;
	width: 100%;
}

.stats>div {
	position: relative;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	padding: 0 20px 0 60px;
	margin: 0 25px;
}

.stats>div::after {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #e0e0e0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -20px;
}

.stats>div:last-child:after {
	display: none;
}

.stats>div span {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	margin-top: 5px;
}

.stats>div::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
}

.stats-rating::before {
	background: url(../svg/yellow-star-icon.svg) no-repeat;
}

.stats-increase::before {
	background: url(../svg/green-increase-icon.svg) no-repeat;
}

.stats-removed::before {
	background: url(../svg/red-removed-icon.svg) no-repeat;
}

.stats-time::before {
	background: url(../svg/yellow-time-icon.svg) no-repeat;
}

/* @media screen and (min-width: 601px) and (max-width: 991px) {
	section.content {
		text-align: center;
	}
} */

@media screen and (max-width: 600px) {
	.stats {
		display: block;
		margin: 30px -25px;
	}

	.stats>div {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.stats>div::after {
		display: none;
	}
}

/* Fake Progress bar */

.auto-progress {
	height: 4px;
	position: relative;
	background: #f5f5f5;
	overflow: hidden;
	border-radius: 200px;
	margin: 30px 0;
}

.auto-progress span {
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
	border-radius: 200px;
}

.auto-progress-bar {
	background-color: #ff5042;
	animation: progressBar 7s ease-in-out;
	animation-fill-mode: both;
}

/* disable/pause animation */
.features-tab.disable-autoplay .auto-progress-bar {
	animation-play-state: paused;
	background-color: #f5f5f5;
	opacity: 0.5;
}

@keyframes progressBar {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

/* Card */
.card {
	border: none;
	border-bottom: 8px solid #ff5042;
	border-radius: 4px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	overflow: hidden;
}

.card-title {
	min-height: 100px;
}

@media screen and (max-width: 600px) {
	.card-title {
		min-height: auto;
	}
}

a.card {
	color: #053147;
	text-decoration: none;
}

.display_image,
.attachment-display_image,
.size-display_image {
	height: 200px;
	width: 100%;
	object-fit: cover;
}

/* Add To Any plugin */
.addtoany-panel a {
	margin: 0 10px;
}

.addtoany-panel .a2a_svg {
	border-radius: 50% !important;
	background-color: #f7f7f8;
	padding: 5px;
}

/* Simple Banner - quick hack */
body.simple-banner-enabled .site-header:not(.blue-background) {
	padding-top: 39px;
}

body.simple-banner-enabled .simple-banner.simple-banner-scrolling {
	display: none;
}

body.simple-banner-enabled .site {
	padding-top: 39px;
}

/*======================================================
  Amplify - Landing page - v2 
======================================================*/

/* --------- HERO --------- */
.amplify-hero {
	height: 833px;
	background: var(--Brand-Gradient, linear-gradient(127deg, #052C47 -5.55%, #026494 98.05%));
}

.amplify-hero h1 {
	font-size: 64px;
}

.amplify-hero .container {
	margin-top: 60px;
}

.amplify-hero .hero-header {
	margin-top: 60px;
	margin-bottom: 20px;
}

.amplify-hero .buttons {
	margin-top: 60px;
}

@media all and (max-width: 767px) {
	.amplify-hero {
		height: 590px;
	}

	.amplify-hero h1 {
		font-size: 44px;
	}

	.amplify-hero .container {
		margin-top: 20px;
	}

	.amplify-hero .button.big {
		width: 100%;
	}

	.amplify-hero .hero-header,
	.amplify-hero .buttons,
	.amplify-hero .logo {
		margin-top: 40px;
	}
}

.amplify-hero.hero::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 190px;
	left: 50%;
	bottom: -90px;
	transform: translateX(-50%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 2342px auto;
	background-image: url('../svg/white-wave.svg');
	opacity: revert;
}

.amplify-hero.hero .container::before {
	content: '';
	position: absolute;
	width: 90%;
	height: 100%;
	bottom: auto;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('../svg/hero-background.svg');
}

@media all and (max-width: 767px) {
	.amplify-hero.hero .container::before {
		background-image: none;
	}
}

.amplify-hero .buttons {
	z-index: 1;
}

.amplify-hero .logo {
	display: flex;
	align-items: center;
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.2px;
}

.review-progress {
	z-index: 1;
	display: flex;
	padding: 10px 20px 10px 15px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 200px;
	background: #FFF;
	color: #484D4F;
}

.review-progress .divider {
	color: #484D4F;
	width: 1px;
	height: 38px;
	background-color: #c4c4c4;
	margin: 0 2px;
}

.review-progress .g-icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url('../svg/google-icon.svg');
	background-size: 32px 32px;
	margin: 0 5px;
}

.review-progress .rating-box {
	color: #484D4F;
}

.review-progress .rating-box .total-rating {
	color: #484D4F;
	margin: 0px;
	font-size: 28px;
	line-height: 24px;
}

.review-progress .rating-box .total-reviews {
	font-size: 13px;
	text-wrap: nowrap;
	line-height: 1;
}

.rating-box .totals {
	margin-left: 10px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: start;
}

.rating-box .icon {
	display: inline-block;
	width: 38px;
	height: 38px;
	background-image: url('../svg/full.svg');
	background-size: 38px 38px;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 1px;
}

.rating-box .icon.full-star {
	background-image: url('../svg/full.svg');
}

.rating-box .icon.half-star {
	background-image: url('../svg/half.svg');
}

.rating-box .icon.empty-star {
	background-image: url('../svg/empty.svg');
}

.review-progress .arrow-icon {
	display: inline-block;
	width: 21px;
	height: 21px;
	background-image: url('../svg/arrow-icon.svg');
	background-size: 21px 21px;
	margin: 0 5px;
}

.review-progress .mobile-only {
	display: none;
}

.review-progress .desktop-only {
	display: block
}

@media all and (max-width: 767px) {
	.review-progress {
		padding: 6px 21px;
		gap: 5px;
	}

	.review-progress .divider {
		margin: 0px;
	}

	.review-progress .g-icon {
		width: 20px;
		height: 20px;
		background-size: 20px 20px;
		margin: 0 2px;
	}

	.rating-box .icon {
		width: 40px;
		height: 40px;
		background-size: 30px 30px;
		margin: 0 1px;
	}

	.review-progress .arrow-icon {
		transform: scale(90%);
	}

	.rating-box .totals {
		margin-left: 5px;
	}

	.rating-box .totals {
		margin-left: 5px;
	}

	.review-progress .rating-box .total-rating {
		font-size: 20px;
	}


	.review-progress .rating-box .total-reviews {
		/* display: none; */
		font-size: 12px;
	}

	.review-progress .mobile-only {
		display: block;
	}

	.review-progress .desktop-only {
		display: none;
	}
}

.amplify-hero .awards {
	padding-top: 60px !important;
}

/* --------- INTRO --------- */
.amplify-intro {
	padding-top: 50px;
}

.amplify-intro .key {
	max-width: 700px;
	font-size: 24px !important;
	align-self: center;
}

@media all and (max-width: 767px) {
	.amplify-intro .key {
		padding: 0 15px;
	}
}

/* --------- KEY HIGHLIGHTS --------- */
.amplify-keys p {
	color: #053247;
}

.amplify-keys .highlight-single img {
	width: 277px;
	height: 277px;
}

@media all and (max-width: 767px) {
	.amplify-keys .highlight-single {
		text-align: center;
	}
}

/* --------- SINGLE TESTIMONIAL  --------- */
.amplify-single-testimonial {
	margin-top: 60px;
	margin-bottom: 25px;
	display: flex;
	justify-content: center;
}

.amplify-single-testimonial .box {
	display: inline-flex;
	padding: 30px 40px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 12px 40px 0px rgba(3, 17, 44, 0.10);
	max-width: 734px;
}

.amplify-single-testimonial .company-logo {
	width: 31px;
	height: 20px;
	flex-shrink: 0;
	margin-right: 4px;
}

.amplify-single-testimonial .review-progress {
	padding: 0px;
}

@media all and (max-width: 767px) {
	.amplify-single-testimonial {
		margin: 60px 15px 25px 15px;
	}

	.amplify-single-testimonial .box {
		padding: 10px 10px;
	}

	.amplify-single-testimonial .company-logo {
		align-self: center;
	}
}

/* --------- STATS --------- */
.amplify-stats {
	margin-top: 60px;
	background-color: #053247;
	color: #fff;
	padding-bottom: 20px;
}

/* --------- REPUTATION --------- */
.amplify-reputation {
	padding-top: 80px;
	background: #fcfcfd;
}

.amplify-reputation .amplify-container .row {
	align-items: baseline;
}

.amplify-reputation .reputation-item p {
	color: #053247;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.amplify-reputation .title {
	max-width: 820px;
}

.amplify-reputation .reputation-item .company-title {
	display: flex;
	align-items: center;
	padding: 10px 0px;
	gap: 10px;
}

.amplify-reputation .reputation-item .company-text {
	text-align: left;
}

.amplify-reputation .feature-icon {
	display: inline-block;
	width: 23px;
	height: 22px;
	margin: 0px;
}



@media all and (max-width: 767px) {
	.amplify-reputation .reputation-item {
		justify-content: center;
	}

	.amplify-reputation .reputation-item {
		text-align: center;
	}
}

/* --------- TESTIMONIALS SLIDER  --------- */
.amplify-testimonial .testimonial {
	background: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}

.amplify-testimonial .testimonial .wrap {
	box-shadow: 0px 20px 60px 0px rgba(3, 17, 44, 0.15);
}

.amplify-testimonial .testimonial .splide__slide {
	background: #fcfcfd;
}

.amplify-testimonial .testimonial-card {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 10px 60px 0px rgba(3, 17, 44, 0.15);
	padding: 20px;
	height: 100%;
	cursor: grab;
}

.amp-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url('../svg/amp-icon.svg');
	background-size: 40px 40px;
	margin: 0 5px;
}

/*================================
  AMPLIFY CONTAINER - PADDING
================================ */
.amplify-container .row {
	display: flex;
	align-items: center;
	padding: 80px 15px;
	margin: 0;
	/* override bootstrap */
}

.amplify-container h2 {
	font-size: 36px;
}

.amplify-container .row .column {
	vertical-align: middle;
}

.amplify-container .row .content {
	padding-right: 82px;
}

.amplify-container .row.reverse-order .content {
	padding-left: 82px;
	padding-right: 0;
}

.amplify-container {
	max-width: 1280px;
}

.amplify-container .content h2,
.amplify-container .content h3 {
	font-size: 36px;
	padding-bottom: 20px;
}

.amplify-container .content ul {
	text-align: left;
}

.amplify-container .button.big {
	margin-right: 0;
}

.amplify-container .title img:not(.badge-guarantee) {
	max-width: 600px;
	width: 100%;
}

@media all and (max-width: 767px) {
	.amplify-container .row .column {
		width: 100%;
		text-align: center;
		padding: 0;
	}

	.amplify-container .row.reverse-order .content {
		padding: 0;
	}

	.amplify-container .row img {
		display: block;
		margin: 0 auto 40px;
	}

	.amplify-reputation .amplify-container .row img {
		max-width: 20px !important;
		margin: 0 5px;
	}

	.amplify-container .row img.badge-guarantee {
		max-width: 200px !important;
	}

	.amplify-container .row .column.title {
		padding: 0 15px;
	}

	.amplify-container .row {
		flex-direction: column-reverse;
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

/* Contact form with consent - Dialpad */
.wpcf7-form-control-wrap.dial-consent label {
	display: flex;
	margin-left: -10px;
	font-weight: normal;
	align-items: start;
	font-size: 0.8em;
}

.wpcf7-form-control-wrap.dial-consent input {
	margin-top: 3px;
}

input[type="submit"].wpcf7-form-control.button.big.red:disabled {
	background-color: #ccc;
}

/* Fix validation error pushed down by input field */
.wpcf7-form-control.wpcf7-validates-as-required.wpcf7-not-valid+span.wpcf7-not-valid-tip {
	margin-top: -17px;
	margin-bottom: 12px;
}