/*
Theme Name: Base
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

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

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 0;
}

@font-face {
	font-family: "jellee-roman";
	src: url("assets/fonts/jellee-roman.woff") format("woff"), url("assets/fonts/jellee-roman.ttf") format("truetype"), url("assets/fonts/jellee-roman.eot") format("eot"), url("assets/fonts/jellee-roman.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "FuturaPT";
	src: url("assets/fonts/FuturaPT-LightObl.woff") format("woff"), url("assets/fonts/FuturaPT-LightObl.ttf") format("truetype"), url("assets/fonts/FuturaPT-LightObl.eot") format("eot"), url("assets/fonts/FuturaPT-LightObl.svg") format("svg");
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: "FuturaPT";
	src: url("assets/fonts/FuturaPTCond-BookObl.woff") format("woff"), url("assets/fonts/FuturaPTCond-BookObl.ttf") format("truetype"), url("assets/fonts/FuturaPTCond-BookObl.eot") format("eot"), url("assets/fonts/FuturaPTCond-BookObl.svg") format("svg");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "FuturaPT";
	src: url("assets/fonts/FuturaPT-Heavy.woff") format("woff"), url("assets/fonts/FuturaPT-Heavy.ttf") format("truetype"), url("assets/fonts/FuturaPT-Heavy.eot") format("eot"), url("assets/fonts/FuturaPT-Heavy.svg") format("svg");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "FuturaPT";
	src: url("assets/fonts/FuturaPT-BookObl.woff") format("woff"), url("assets/fonts/FuturaPT-BookObl.ttf") format("truetype"), url("assets/fonts/FuturaPT-BookObl.eot") format("eot"), url("assets/fonts/FuturaPT-BookObl.svg") format("svg");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "FuturaPT";
	src: url("assets/fonts/FuturaPT-Medium.woff") format("woff"), url("assets/fonts/FuturaPT-Medium.ttf") format("truetype"), url("assets/fonts/FuturaPT-Medium.eot") format("eot"), url("assets/fonts/FuturaPT-Medium.svg") format("svg");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "FuturaPT";
	src: url("assets/fonts/FuturaPT-Book.woff") format("woff"), url("assets/fonts/FuturaPT-Book.ttf") format("truetype"), url("assets/fonts/FuturaPT-Book.eot") format("eot"), url("assets/fonts/FuturaPT-Book.svg") format("svg");
	font-weight: 400;
	font-style: normal;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

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

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

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

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

body.fancybox-active {
	overflow: hidden;
}

body.fancybox-iosfix {
	position: fixed;
	left: 0;
	right: 0;
}

.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99992;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .25s, visibility 0s linear .25s;
	transition: opacity .25s, visibility 0s linear .25s;
	box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .25s, visibility 0s;
	transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
	top: 0;
	left: 0;
	font-size: 13px;
	padding: 0 10px;
	height: 44px;
	min-width: 44px;
	line-height: 44px;
	color: #ccc;
	text-align: center;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
	mix-blend-mode: exclusion;
}

.fancybox-toolbar {
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translate3d(0, 0, 0);
}

.fancybox-is-closing .fancybox-stage {
	overflow: visible;
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	-webkit-transition-property: -webkit-transform, opacity, -webkit-transform;
	transition-property: transform, opacity, -webkit-transform;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: visible;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
	background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
	background: #e5e3df;
}

.fancybox-slide--next {
	z-index: 99995;
}

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
	display: none;
}

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	-webkit-transition-property: -webkit-transform, opacity, -webkit-transform;
	transition-property: transform, opacity, -webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
	cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff;
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.fancybox-error {
	margin: 0;
	padding: 40px;
	width: 100%;
	max-width: 380px;
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 16px;
	line-height: 20px;
}

/* Buttons */

.fancybox-button {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 0;
	background: rgba(30, 30, 30, .6);
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	cursor: pointer;
	outline: none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
	color: #fff;
}

.fancybox-button[disabled] {
	color: #ccc;
	cursor: default;
	opacity: .6;
}

.fancybox-button svg {
	display: block;
	position: relative;
	overflow: visible;
	shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3;
}

.fancybox-button--share svg path {
	stroke-width: 1;
}

.fancybox-button--play svg path:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
	display: none;
}

.fancybox-button--zoom svg path {
	fill: transparent;
}

/* Navigation arrows */

.fancybox-navigation {
	display: none;
}

.fancybox-show-nav .fancybox-navigation {
	display: block;
}

.fancybox-navigation button {
	position: absolute;
	top: 50%;
	margin: -50px 0 0 0;
	z-index: 99997;
	background: transparent;
	width: 60px;
	height: 100px;
	padding: 17px;
}

.fancybox-navigation button:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: rgba(30, 30, 30, .6);
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 0;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	z-index: 10;
	cursor: pointer;
}

.fancybox-close-small:after {
	content: "×";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background-color: transparent;
	-webkit-transition: background-color .25s;
	transition: background-color .25s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus {
	outline: none;
}

.fancybox-close-small:focus:after {
	outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
	top: 0;
	right: -40px;
}

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
	font-size: 35px;
	color: #aaa;
}

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
	color: #fff;
	background: transparent;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none;
}

/* Caption */

.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 2vw 0 2vw;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	pointer-events: none;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
	pointer-events: all;
	position: relative; /* Fix IE11 */
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-slide > .fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Share */

.fancybox-share {
	padding: 30px;
	border-radius: 3px;
	background: #f4f4f4;
	max-width: 90%;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	margin: 0 0 20px 0;
	font-size: 35px;
	font-weight: 700;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

p.fancybox-share__links {
	margin-right: -10px;
}

.fancybox-share__button {
	display: inline-block;
	text-decoration: none;
	margin: 0 10px 10px 0;
	padding: 0 15px;
	min-width: 130px;
	border: 0;
	border-radius: 3px;
	background: #fff;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	position: relative;
	top: -1px;
	width: 25px;
	height: 25px;
	margin-right: 7px;
	vertical-align: middle;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 10px 15px;
	background: transparent;
	color: #5d5b5b;
	font-size: 14px;
	outline: none;
	border: 0;
	border-bottom: 2px solid #d7d7d7;
}

/* Thumbs */

.fancybox-thumbs {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 212px;
	margin: 0;
	padding: 2px 2px 4px 2px;
	background: #fff;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	box-sizing: border-box;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-y: hidden;
	overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs > ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
	white-space: nowrap;
}

.fancybox-thumbs-x > ul {
	overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 2px;
	width: 100px;
	height: 75px;
	max-width: calc(50% - 4px);
	max-height: calc(100% - 8px);
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1);
}

.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-thumbs > ul > li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	margin: 0 5px 5px 0;
	height: 22px;
	width: 22px;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
}

.jcf-checkbox.jcf-checked {
	box-shadow: none;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	background-color: #f0574b;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

:root .jcf-checkbox span {
	margin: -4px 0 0 -5px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #f00 !important;
}

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}

@font-face {
	font-family: "icomoon";
	src: url("assets/fonts/icomoon.eot?6f0bbz");
	src: url("assets/fonts/icomoon.eot?6f0bbz#iefix") format("embedded-opentype"), url("assets/fonts/icomoon.ttf?6f0bbz") format("truetype"), url("assets/fonts/icomoon.woff?6f0bbz") format("woff"), url("assets/fonts/icomoon.svg?6f0bbz#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

i {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-help-01:before {
	content: "";
}

.icon-help-02:before {
	content: "";
}

.icon-help-03:before {
	content: "";
}

.icon-mobile-nav-01:before {
	content: "";
}

.icon-mobile-nav-02:before {
	content: "";
}

.icon-mobile-nav-03:before {
	content: "";
}

.icon-mobile-nav-04:before {
	content: "";
}

.icon-checkbox:before {
	content: "";
}

.icon-close:before {
	content: "";
}

.icon-arrow-left:before {
	content: "";
}

.icon-arrow-right:before {
	content: "";
}

.icon-categories:before {
	content: "";
}

.icon-down:before {
	content: "";
}

.icon-up:before {
	content: "";
}

.icon-minus:before {
	content: "";
}

.icon-plus:before {
	content: "";
}

.icon-search:before {
	content: "";
}

.icon-facebook:before {
	content: "";
}

.icon-twitter:before {
	content: "";
}

.icon-youtube:before {
	content: "";
}

.icon-pinterest:before {
	content: "";
}

.nav-drop,
.nav-drop .drop,
.nav-drop .slide,
.mobile-bottom-nav ul,
.instructions-section .holder ul,
.intro-section ul,
.footer-nav,
.footer-nav > li > ul,
.social-networks,
.alphebetical-list,
.categories-list,
.alphebetical-blocks,
.alphebetical-blocks .slide,
.help-block ul,
.basics-section ul,
.youtube-section.tab-section .tabset,
.free-resources ul,
.work-for-us ul,
.dealing-section ul,
.subpages-holder .tabset,
.our-values-block ul,
.why-block ul,
.hero-blog .numbers-list,
.posts-list,
.contact-section ul,
.add-contact-section ul,
.sidebar-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.post-password-form:after,
#search_block:after,
.search-form p:after,
#search_block p:after,
.navigation-single:after,
.commentlist .comment-author:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #01203b;
	background: #fff;
	font: 18px/1.2 "FuturaPT", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.2em;
}

blockquote {
	border-left: 4px solid #4e4e4e;
	padding-left: .5em;
	margin-left: 1.2em;
}

th,
td {
	border: 1px solid #4e4e4e;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="date"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #4e4e4e;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #4e4e4e;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #4e4e4e;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #4e4e4e;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #4e4e4e;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="url"].placeholder,
input[type="date"].placeholder,
textarea.placeholder {
	color: #4e4e4e;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.widget {
	margin-bottom: 1.2em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: inherit;
	width: 100%;
}

/* Calendar */

#wp-calendar {
	width: 95%;
	margin-bottom: 15px;
	clear: both;
	padding: 0;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th,
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td {
	background: transparent;
}

/* Typography */

ul ul,
ul ol {
	margin: 0;
}

ul > ul > li {
	list-style-type: circle;
}

ol ol,
ol ul {
	margin: 0;
}

ol > ol > li {
	list-style-type: lower-alpha;
}

textarea {
	width: 100%;
	min-height: 150px;
	max-height: 300px;
	resize: vertical;
	vertical-align: top;
}

.comment-form p {
	overflow: hidden;
	padding: 0 0 10px;
	margin: 0;
}

.comment-form label {
	display: block;
	padding: 0 0 5px;
}

.comment-form textarea,
.comment-form input:not([type="submit"]) {
	margin: 0 4px 0 0;
	width: 300px;
}

.comment-form textarea {
	width: 100%;
	margin: 0;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.search-form input {
	float: left;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form button,
.comment-form input[type="submit"],
.post-password-form button,
.post-password-form input[type="submit"],
.search-form button,
.search-form input[type="submit"],
#search_block button,
#search_block input[type="submit"] {
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	padding: 0 10px;
	background: #db1328;
	color: #fff;
	border: 0;
	height: 40px;
}

.comment-form button:hover,
.comment-form input[type="submit"]:hover,
.post-password-form button:hover,
.post-password-form input[type="submit"]:hover,
.search-form button:hover,
.search-form input[type="submit"]:hover,
#search_block button:hover,
#search_block input[type="submit"]:hover {
	opacity: .8;
}

.search-form,
.post-password-form,
#search_block {
	margin-bottom: 15px;
}

.search-form input,
.post-password-form input,
#search_block input {
	float: left;
	height: 40px;
}

.search-form input[type="search"],
.search-form input[type="text"],
.post-password-form input[type="search"],
.post-password-form input[type="text"],
#search_block input[type="search"],
#search_block input[type="text"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.search-form input[type="password"],
.post-password-form input[type="password"],
#search_block input[type="password"] {
	width: 150px;
}

.search-form input[type="submit"],
.search-form button,
.post-password-form input[type="submit"],
.post-password-form button,
#search_block input[type="submit"],
#search_block button {
	height: 40px;
	background: #db1328;
	color: #fff;
	border: 0;
}

.button {
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	background: #db1328;
	color: #fff;
	border: 0;
	height: 40px;
}

.button:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.2em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.2em;
}

.widget_calendar #prev {
	padding-left: 5px;
	text-align: left;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}

.navigation,
.navigation-comments,
.pagination {
	position: relative;
	vertical-align: middle;
	padding: 10px 0 20px 0;
	width: 100%;
	overflow: hidden;
	text-transform: uppercase;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text,
.pagination .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .current,
.navigation-comments .current,
.pagination .current {
	color: #ccc;
}

.navigation .page-numbers,
.navigation-comments .page-numbers,
.pagination .page-numbers {
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 9px;
}

.navigation .page-numbers:hover,
.navigation-comments .page-numbers:hover,
.pagination .page-numbers:hover {
	color: #ec5954;
}

.navigation .next,
.navigation .prev,
.navigation .al,
.navigation .ar,
.navigation-comments .next,
.navigation-comments .prev,
.navigation-comments .al,
.navigation-comments .ar,
.pagination .next,
.pagination .prev,
.pagination .al,
.pagination .ar {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #db1328;
	color: #fff;
	text-decoration: none;
}

.navigation .next.disabled,
.navigation .prev.disabled,
.navigation .al.disabled,
.navigation .ar.disabled,
.navigation-comments .next.disabled,
.navigation-comments .prev.disabled,
.navigation-comments .al.disabled,
.navigation-comments .ar.disabled,
.pagination .next.disabled,
.pagination .prev.disabled,
.pagination .al.disabled,
.pagination .ar.disabled {
	background: #b3b3b3;
	border-color: #b3b3b3;
	pointer-events: none;
}

.navigation .next a,
.navigation .prev a,
.navigation .al a,
.navigation .ar a,
.navigation-comments .next a,
.navigation-comments .prev a,
.navigation-comments .al a,
.navigation-comments .ar a,
.pagination .next a,
.pagination .prev a,
.pagination .al a,
.pagination .ar a {
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	display: inline-block;
	vertical-align: top;
	padding: 10px 15px;
	color: #fff;
}

.navigation .next a:hover,
.navigation .prev a:hover,
.navigation .al a:hover,
.navigation .ar a:hover,
.navigation-comments .next a:hover,
.navigation-comments .prev a:hover,
.navigation-comments .al a:hover,
.navigation-comments .ar a:hover,
.pagination .next a:hover,
.pagination .prev a:hover,
.pagination .al a:hover,
.pagination .ar a:hover {
	opacity: .8;
}

.navigation a,
.navigation-comments a,
.pagination a {
	color: inherit;
}

.navigation-single {
	margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: #db1328;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: 5px;
	display: block;
}

.navigation-single .next {
	float: right;
}

/* Begin Images */

img.border {
	padding: 5px;
	border: 1px solid #ccc;
}

.wp-caption {
	clear: both;
	border: 1px solid #4e4e4e;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 0 20px 0;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	width: auto;
	max-width: 98.5%;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter,
figure.aligncenter {
	margin: 0 auto 1.2em;
	text-align: center;
}

img.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

.aligncenter {
	margin: 5px auto 20px auto;
}

.alignleft {
	float: left;
	margin: 0 1.2em 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 1.2em;
}

.alignnone {
	margin: 0;
}

img.wp-smiley {
	padding: 0;
	border: none;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* can use for responsive iframe*/

.fluid-iframe {
	display: block;
	position: relative;
	padding-bottom: 60%;
}

.fluid-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

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

.wp-caption .wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 5px 0 0;
	text-align: center;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

.al,
.navigation .next {
	float: left;
}

.ar,
.navigation .prev {
	float: right;
}

.posts-list .entry p {
	margin: 0;
}

.posts-list .post {
	margin: 0 0 30px;
}

.title {
	margin-bottom: 1.2em;
	text-transform: uppercase;
}

.title h1 {
	margin: 0;
}

.post .title {
	margin-bottom: 10px;
}

.post .postmetadata {
	margin-bottom: 10px;
}

.textwidget p {
	padding: 0 0 10px 0;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

code br {
	display: none;
}

pre,
code {
	font-family: mono-space, monospace;
	border: 1px solid #eee;
	padding: 20px;
	display: block;
	margin: 0 0 20px 0;
	overflow: auto;
	white-space: pre;
	font-size: 12px;
	line-height: 20px;
}

code {
	padding: 1px 20px 0 20px;
	background: #f6f6f6;
	border-top: 0;
	border-bottom: 0;
}

/* Various Tags & Classes */

acronym,
abbr,
span.caps {
	cursor: help;
}

acronym,
abbr {
	border-bottom: 1px dashed #dfcfba;
}

blockquote {
	margin: 0 0 1.2em;
}

blockquote cite {
	display: block;
	padding-top: 5px;
}

sup {
	position: relative;
	top: -5px;
}

sub {
	position: relative;
	top: 5px;
}

.last {
	margin-right: 0 !important;
	clear: right;
}

.clear {
	clear: both;
	line-height: 0;
}

.page-link {
	padding: 0 0 15px;
}

/* Respond */

.comments {
	clear: both;
}

#respond {
	margin: 20px 0 20px 0;
	overflow: hidden;
}

.commentlist #respond {
	margin: 0 0 20px 0;
}

#respond .comment-reply-title small {
	font-size: 12px;
	font-weight: normal;
}

/* Comments*/

#comments,
#reply-title {
	margin: 0 0 15px 0;
	line-height: 1.6em;
}

.commentlist {
	margin-left: -2em;
	padding: 0;
	text-align: justify;
	line-height: 1.6em;
}

.commentlist .comment {
	padding: 0 0 0 2em;
}

.commentlist .comment,
.commentlist + .comment {
	padding-top: 1.2em;
}

.commentlist .commentlist {
	padding: 0;
}

.commentlist .comment-author {
	margin-bottom: .5em;
}

.commentlist .comment-metadata {
	margin-bottom: .5em;
}

.commentlist .comment-author img {
	float: left;
	margin: 0 1.2em 4px 0;
}

.comment .comment-respond {
	margin-left: 20px;
}

.comment-body {
	margin: 0 0 20px;
}

.comment-body .reply {
	padding-bottom: 15px;
}

.parent.comment .comment {
	margin-left: 30px;
}

.comment-author.vcard {
	margin-bottom: 10px;
}

.breadcrumb {
	padding-bottom: 20px;
}

.post .title h3 {
	margin-bottom: 1em;
}

.divider {
	height: 80px;
}

.wpcf7-not-valid-tip {
	display: block;
	padding-top: 5px;
}

.wpcf7-response-output {
	text-align: center;
}

.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
	color: #d93c3c;
}

.error input:not([type="submit"]) {
	border-color: red !important;
}

/* Galleries */

.widget .gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.gallery-item {
	max-width: 50%;
	margin: 0;
	padding: 0 10px 1.5em;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	box-shadow: none;
	background: none;
}

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

.gallery-item img {
	-webkit-transition: filter .2s ease-in;
	transition: filter .2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

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

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

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

.wp-test .wp-test-container {
	padding: 0 50px 120px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

#content {
	width: 100%;
	padding: 120px 60px 0 0;
}

#sidebar {
	width: 300px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 120px 0 0 0;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pagination-full {
	max-width: 342px;
	margin: 0 auto;
	font-weight: 800;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #999;
}

.pagination-full a {
	text-decoration: none;
}

.pagination-full .next,
.pagination-full .prev {
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	z-index: 1;
	text-decoration: none;
	width: 42px;
	height: 42px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 5px 5px 1px rgba(0, 0, 0, .05);
	position: relative;
	color: #ec5954;
}

.pagination-full .next:hover,
.pagination-full .prev:hover {
	opacity: .8;
}

.pagination-full .next i,
.pagination-full .prev i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pagination-full .prev {
	margin-right: 20px;
}

.pagination-full .next {
	margin-left: 20px;
}

.pagination-full .current {
	color: #ec5954;
	font-size: 28px;
	letter-spacing: 1.4px;
}

.pagination-full span.page-numbers:hover {
	color: #ec5954;
}

body.admin-bar .sticky-wrap-row-holder.fixed-position .row-holder {
	position: relative;
	top: 32px !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "jellee-roman", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #01203b;
}

h1,
.h1 {
	font-size: 80px;
}

h2,
.h2 {
	font-size: 56px;
}

h3,
.h3 {
	font-size: 42px;
}

h4,
.h4 {
	font-size: 32px;
}

h5,
.h5 {
	font-size: 22px;
}

h6,
.h6 {
	font-size: 18px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #db1328;
}

a:hover,
a:focus {
	text-decoration: none;
}

html {
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
}

#wrapper {
	display: table-cell;
	margin: 0 auto 0;
	position: relative;
	overflow: hidden;
	width: 100%;
}

main {
	width: 100%;
}

h3,
h4,
h5,
h6 {
	font-family: "FuturaPT", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
}

.bg-stretch {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

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

.btn {
	-webkit-transition: background-color .2s ease-in-out, box-shadow .2s ease-in-out;
	transition: background-color .2s ease-in-out, box-shadow .2s ease-in-out;
	background-color: #db1328;
	color: #fff;
	text-decoration: none;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 900;
	padding: 15px 30px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.btn:hover {
	background-color: #ac0f1f;
	box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .2);
}

.link {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
}

.container {
	max-width: 1440px;
	padding: 0 50px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.header {
	position: relative;
	z-index: 20;
}

.header .row-holder {
	z-index: 10;
}

.header .fixed-position .row-holder {
	box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .05);
}

.header .top-row {
	background-color: #db1328;
	color: #fff;
	font-size: 14px;
	letter-spacing: 2.1px;
	text-transform: uppercase;
	font-weight: 900;
	text-align: center;
	padding: 16px 0 14px 0;
}

.header .top-row a {
	color: #fff;
	text-decoration: none;
}

.header .top-row a:hover {
	text-decoration: underline;
}

.header .top-row .btn {
	display: none;
}

.header .open-close .opener {
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	position: absolute;
	top: 0;
	right: 0;
	width: 31px;
	height: 31px;
	padding: 0;
}

.header .open-close .opener:after {
	content: "";
	position: absolute;
	top: 12px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	border: 5px solid transparent;
	border-top: 5px solid #01203b;
}

.header .open-close.active .opener:after {
	top: 14px;
}

.header .bottom-row {
	-webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	background-color: #fff;
	opacity: 1;
	visibility: visible;
	z-index: 11;
	position: relative;
}

.header .bottom-row .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 18px 0;
	position: relative;
}

.header .bottom-row .inner-holder {
	-webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1);
	transition: all 1s cubic-bezier(.19, 1, .22, 1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header .bottom-row.nav-up {
	opacity: 0;
	visibility: hidden;
}

.nav-active .header .bottom-row .holder:after {
	opacity: 1;
	visibility: visible;
}

.header .nav-holder-responsive {
	opacity: 0;
	visibility: hidden;
	display: none;
	padding: 0 53px;
	-webkit-transition: right 1s cubic-bezier(.19, 1, .22, 1);
	transition: right 1s cubic-bezier(.19, 1, .22, 1);
	background-color: #f7f7f7;
	z-index: 10;
	display: block;
	position: relative;
	height: 0;
	top: 0;
	bottom: 0;
	right: -100%;
	width: 100%;
}

.header .nav-holder-responsive .opener:after {
	top: 16px;
}

.header .nav-holder-responsive .open-close.active .opener:after {
	top: 11px;
}

.header .nav-holder-responsive .popup {
	width: auto;
}

.header .nav-holder-responsive .nav-drop-holder {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header .nav-holder-responsive .search-block {
	margin: 0 0 25px 0;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	width: 100%;
}

.header .nav-holder-responsive .search-block form {
	width: 100%;
}

.header .nav-holder-responsive .search-block input {
	padding: 33px 47px 21px 0;
	background-color: transparent;
	border-bottom: 1px solid #ccc;
}

.header .nav-holder-responsive .search-block button[type="submit"] {
	position: absolute;
	top: 50%;
	right: 5px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border: 0;
	width: 40px;
	height: 40px;
	background-color: transparent;
}

.header .nav-holder-responsive .nav-drop {
	padding: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 16px;
	margin: 0 0 45px 0;
}

.header .nav-holder-responsive .nav-drop li {
	margin: 0;
	padding: 0;
}

.header .nav-holder-responsive .nav-drop li.hover .drop {
	position: relative;
}

.header .nav-holder-responsive .nav-drop a {
	padding: 10px 0;
	display: block;
}

.header .nav-holder-responsive .nav-drop .drop {
	background-color: transparent;
	border: none;
}

.header .nav-holder-responsive .social-networks {
	font-size: 16px;
	margin: 0 -10px 50px -10px;
}

.header .nav-holder-responsive .social-networks li {
	margin: 0 10px 10px 10px;
}

.header .nav-holder-responsive .social-networks i {
	color: #01203b;
}

.sticky-wrap-row-holder {
	z-index: 3;
}

.logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 260px;
	margin: 12px 30px 0 45px;
}

.logo img {
	width: 100%;
}

.nav-drop-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.nav-drop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	padding: 0 15px;
}

.nav-drop > li {
	position: relative;
	margin: 0 22px;
	padding: 7px 0;
}

.nav-drop > li.hover > a {
	color: #024986;
}

.nav-drop > li.hover .drop {
	opacity: 1;
	visibility: visible;
}

.nav-drop > li:first-child .drop {
	left: 0;
}

.nav-drop > li.current-menu-item > a {
	color: #024986;
}

.nav-drop a {
	text-decoration: none;
	color: #01203b;
	font-weight: 900;
}

.nav-drop a:hover {
	color: #024986;
}

.nav-drop .drop {
	-webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	position: absolute;
	right: 0;
	top: 100%;
	min-width: 140px;
	opacity: 0;
	visibility: hidden;
	padding: 5px 0;
	font-size: 16px;
	background-color: #dde7e8;
	border: 1px solid #db1328;
}

.nav-drop .drop li {
	position: relative;
}

.nav-drop .drop a {
	display: block;
	padding: 5px 31px 5px 10px;
}

.nav-drop .drop a:hover {
	color: #024986;
}

.nav-drop .slide a {
	display: block;
	padding: 5px 15px;
	color: #01203b;
	font-size: 14px;
}

.nav-drop .slide a:hover {
	color: #024986;
}

.nav-drop .open-close.active .open-link {
	color: #024986;
}

.nav-drop .open-close.active .opener {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nav-opener {
	display: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background: #01203b;
	border-radius: 4px;
	position: absolute;
	top: 16px;
	left: 25%;
	right: 25%;
	height: 3px;
	margin-top: -2px;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 10px;
}

.nav-opener:after {
	top: 22px;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 16px;
	left: 15%;
	right: 15%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mobile-bottom-nav {
	position: fixed;
	bottom: 0;
	z-index: 20;
	width: 100%;
	display: none;
	background-color: #f7f7f7;
}

.mobile-bottom-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mobile-bottom-nav li {
	width: 20%;
	position: relative;
}

.mobile-bottom-nav li:not(:last-child):after {
	content: "";
	position: absolute;
	right: 0;
	top: 10px;
	bottom: 10px;
	width: 1px;
	background-color: #ccc;
}

.mobile-bottom-nav a {
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	text-align: center;
	color: #01203b;
	text-decoration: none;
	display: block;
	position: relative;
	padding: 14px;
}

.mobile-bottom-nav a:hover {
	opacity: .8;
}

.mobile-bottom-nav i {
	font-size: 23px;
}

.mobile-bottom-nav .nav-opener {
	margin: 0 auto;
	right: auto;
}

.nav-opener-mobile-bottom-nav {
	position: relative;
	margin: 0 auto;
	display: block;
	width: 38px;
	height: 31px;
	text-indent: -9999px;
	overflow: hidden;
	border-radius: 3px;
	right: 0;
}

.nav-opener-mobile-bottom-nav:before,
.nav-opener-mobile-bottom-nav:after,
.nav-opener-mobile-bottom-nav span {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background: #01203b;
	border-radius: 4px;
	position: absolute;
	top: 16px;
	left: 25%;
	right: 25%;
	height: 3px;
	margin-top: -2px;
}

.nav-opener-mobile-bottom-nav:before,
.nav-opener-mobile-bottom-nav:after {
	content: "";
	top: 10px;
}

.nav-opener-mobile-bottom-nav:after {
	top: 22px;
}

.search-block {
	margin-left: 92px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.search-block .input-holder {
	position: relative;
}

.search-block input {
	background-color: #fff;
	border: none;
	width: 100%;
	height: auto;
	padding: 14px 47px 14px 51px;
	font-size: 16px;
	color: #2e4152;
	letter-spacing: .4px;
	bottom: 0;
	outline: 0;
	font-weight: normal;
}

.search-block input::-webkit-input-placeholder {
	letter-spacing: 0;
}

.search-block input:-ms-input-placeholder {
	letter-spacing: 0;
}

.search-block input::placeholder {
	letter-spacing: 0;
}

.search-block .open {
	z-index: 1;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	width: 49px;
	height: 49px;
}

.search-block .icon-search-svg,
.search-block .icon-close-svg {
	-webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.search-block .icon-search-svg {
	opacity: 1;
	visibility: visible;
}

.search-block .icon-close-svg {
	opacity: 0;
	visibility: hidden;
}

.search-block.popup-active {
	margin: 0;
	border-left: 1px solid #999;
}

.search-block.popup-active .icon-search-svg {
	opacity: 0;
	visibility: hidden;
}

.search-block.popup-active .icon-close-svg {
	opacity: 1;
	visibility: visible;
}

.search-block.popup-active ~ .inner-holder {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	width: 140%;
	margin-left: -40%;
}

.popup {
	-webkit-transition: width 1s cubic-bezier(.19, 1, .22, 1);
	transition: width 1s cubic-bezier(.19, 1, .22, 1);
	position: relative;
	width: 0;
	overflow: hidden;
}

.hero-section-holder {
	position: relative;
}

.hero-section .container {
	background-color: #dde7e8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 115px 0 0 0;
	max-width: 1340px;
}

.hero-section .text-block {
	padding: 0 0 105px 78px;
	letter-spacing: .9px;
	width: 48%;
	color: #01203b;
}

.hero-section .img-block {
	width: 52%;
	margin-bottom: -10px;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.hero-section .img-block img {
	position: relative;
	bottom: -16px;
}

.hero-section .preheader {
	font-weight: 900;
	text-transform: uppercase;
	display: block;
	margin-bottom: 22px;
}

.hero-section h1 {
	line-height: 1;
	letter-spacing: 2px;
	margin: 0 0 .2em 0;
}

.hero-section h2 {
	margin: 0 0 .4em 0;
}

.hero-section .phone-link {
	letter-spacing: 5.6px;
	text-decoration: none;
}

.hero-section .phone-link:hover {
	text-decoration: underline;
}

.hero-section .bottom-info {
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .1px;
}

.instructions-section .btn-holder {
	text-align: center;
}

.instructions-section .btn {
	display: inline-block;
	vertical-align: top;
	border-radius: 0;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
	padding: 18px 20px;
}

.instructions-section .btn:hover .icon-plus {
	color: #ac0f1f;
}

.instructions-section .icon-plus,
.instructions-section .icon-minus {
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 78%);
	-ms-transform: translate(-50%, 78%);
	transform: translate(-50%, 78%);
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 5px 5px 1px rgba(0, 0, 0, .05);
	color: #db1328;
}

.instructions-section .icon-plus:before,
.instructions-section .icon-minus:before {
	-webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.instructions-section .icon-minus {
	background-color: transparent;
	box-shadow: none;
}

.instructions-section .icon-minus:before {
	opacity: 0;
	visibility: hidden;
}

.instructions-section .open-close.active {
	background-color: #f7f7f7;
}

.instructions-section .open-close.active .btn-holder {
	display: none;
}

.instructions-section .open-close.active .icon-minus:before {
	opacity: 1;
	visibility: visible;
}

.instructions-section .open-close.active .icon-plus:before {
	opacity: 0;
	visibility: hidden;
}

.instructions-section .holder {
	max-width: 914px;
	margin: 64px auto 0 auto;
	padding: 51px 69px 35px 69px;
	background-color: #fff;
	font-size: 22px;
	color: #01203b;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 34px;
}

.instructions-section .holder ul {
	margin: 55px 0 0 0;
}

.instructions-section .holder li {
	position: relative;
	margin: 0 0 29px 0;
	padding: 0 0 0 46px;
}

.instructions-section .holder li:before {
	content: "\e90a";
	position: absolute;
	left: 0;
	top: 0;
	font-family: "icomoon" !important;
	display: inline-block;
	vertical-align: top;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #db1328;
	font-size: 27px;
}

.instructions-section h2 {
	text-align: center;
}

.instructions-section h5 {
	text-align: center;
}

.instructions-section .slide {
	padding: 114px 35px 93px 35px;
}

.instructions-section .detailed-instructions {
	font-size: 22px;
	font-weight: 500;
	color: #01203b;
	text-align: center;
	margin: 0;
}

.instructions-section .detailed-instructions a {
	font-weight: 900;
	text-decoration: none;
}

.instructions-section .detailed-instructions a:hover {
	text-decoration: underline;
}

.instructions-section .opener-active i {
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	background-color: #db1328;
	color: #fff;
}

.intro-section {
	color: #01203b;
	padding: 120px 0 122px 0;
}

.intro-section .container {
	max-width: 1130px;
}

.intro-section h3 {
	text-align: center;
	font-size: 36px;
	line-height: 1.5;
}

.intro-section h4 {
	margin: 0 0 .6em 0;
}

.intro-section ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: center;
	margin: 127px auto 0 auto;
	letter-spacing: .45px;
}

.intro-section ul p {
	line-height: 1.5555555;
}

.intro-section li {
	position: relative;
	padding: 0 95px;
	width: 50%;
}

.intro-section li:first-child:after {
	content: "";
	position: absolute;
	width: 2px;
	background-color: rgba(153, 153, 153, .5);
	top: 36px;
	bottom: 25px;
	right: 0;
}

.how-it-works {
	position: relative;
	padding: 218px 0 100px 0;
}

.how-it-works .holder {
	background-color: #f6f6f6;
	padding: 0 0 100px 0;
}

.how-it-works .container {
	z-index: 1;
	padding: 0 75px;
}

.how-it-works .img-block {
	text-align: center;
	margin: 0 0 65px 0;
}

.how-it-works .img-block img {
	margin: -17% 0 0 0;
}

.how-it-works h3 {
	text-align: center;
}

.how-it-works h4 {
	line-height: 1.1;
	margin: 0 0 1em 0;
}

.how-it-works ol {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 53px 0 0 0;
	position: relative;
}

.how-it-works ol:after {
	content: "";
	position: absolute;
	display: block;
	top: 28px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 67%;
	height: 1px;
	background-color: rgba(153, 153, 153, .4);
}

.how-it-works li {
	position: relative;
	counter-increment: customlistcounter;
	width: 33.33%;
	text-align: center;
	padding: 0 70px;
	color: #01203b;
}

.how-it-works li:before {
	content: counter(customlistcounter) " ";
	color: #db1328;
	font-size: 24px;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-shadow: 0 3px 7px 3px rgba(0, 0, 0, .1);
	font-weight: 900;
	margin: 0 auto 43px auto;
	background-color: #fff;
	position: relative;
	z-index: 1;
}

.parallax-holder {
	position: absolute;
	left: 0;
	right: 0;
	width: 2000px;
	background-attachment: initial !important;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.parallax-img-1 {
	bottom: 0;
	height: 110vh;
	background-size: 178px 207px !important;
	background-position-x: 226px !important;
}

.parallax-img-2 {
	bottom: 0;
	height: 85vh;
	background-size: 497px 487px !important;
	background-position-x: 100% !important;
}

.red-text {
	color: #db1328;
}

.youtube-section {
	margin: 0 0 192px 0;
}

.youtube-section .container {
	max-width: 1232px;
}

.youtube-section .holder {
	position: relative;
	padding: 219px 68px 137px 68px;
	margin: 0 0 100px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.youtube-section .text-holder {
	max-width: 920px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding: 100px 0 60px 0;
}

.youtube-section .text-holder:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 126px;
	height: 11px;
	background-color: #db1328;
}

.youtube-section .heading {
	max-width: 955px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.youtube-section h2 {
	line-height: 1.1;
	margin: 0 0 1.7em 0;
}

.youtube-section h3 {
	font-family: "jellee-roman", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 48px;
	line-height: 78px;
	letter-spacing: 2.4px;
}

.youtube-section h5 {
	margin: .7em 0 1em 0;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 20px;
}

.youtube-section blockquote {
	margin: 0;
	padding: 0;
	border-left: 0;
}

.youtube-section cite {
	font-style: normal;
}

.youtube-section p {
	line-height: 1.35;
	margin: 0 0 1.1em 0;
}

.slick-slider-testimonials {
	padding: 46px 50px 46px 50px;
	max-width: 555px;
	position: relative;
	z-index: 1;
	background-color: rgba(255, 255, 255, .95);
	color: #01203b;
	border-bottom: 14px solid #db1328;
	display: none;
}

.slick-slider-testimonials.slick-initialized {
	display: block;
}

.slick-slider-testimonials .slick-track {
	width: auto !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slick-slider-testimonials .slick-slide {
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	float: none;
}

.slick-slider-testimonials.slick-slider-testimonials-responsive {
	display: none;
}

.quotes-img {
	width: 33px;
}

.quotes-img img {
	width: 100%;
}

.slick-arrow {
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	z-index: 1;
	position: absolute;
	top: 50%;
	display: block;
	text-decoration: none;
	width: 42px;
	height: 42px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 5px 5px 1px rgba(0, 0, 0, .05);
}

.slick-arrow:hover {
	opacity: .8;
}

.slick-arrow i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-46%, -50%);
	-ms-transform: translate(-46%, -50%);
	transform: translate(-46%, -50%);
}

.slick-prev {
	left: -15px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.slick-next {
	right: -15px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.youtube-btn {
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	position: relative;
	z-index: 1;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-ms-flex-item-align: end;
	align-self: flex-end;
	color: #fff;
	text-decoration: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 1;
}

.youtube-btn:hover {
	opacity: .8;
}

.youtube-btn:focus {
	outline: 0;
}

.youtube-btn p {
	margin: 0;
}

.youtube-btn strong {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 16px;
}

.guide-section {
	padding: 148px 0 153px 0;
}

.guide-section .container {
	padding: 0;
}

.guide-section .heading {
	text-align: center;
	margin: 0 auto;
	max-width: 740px;
	margin-bottom: 142px;
	padding: 0 35px;
}

.guide-section h3 {
	line-height: 1.4;
}

.guide-section .btn-holder {
	padding: 0 35px;
}

.guide-section .btn {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 900;
	padding: 13px 44px;
}

.slider-section {
	padding: 60px 0 0 0;
}

.slider-section .container {
	padding: 0;
}

.slider-section .heading {
	max-width: 762px;
	text-align: center;
	margin: 0 auto 132px auto;
	color: #01203b;
}

.slider-section .heading p {
	line-height: 1.33333;
}

.slider-section h2 {
	font-weight: 500;
	margin: 0 0 .85em 0;
}

.slider-section h3 {
	line-height: 1.4;
}

.slider-section .btn {
	text-transform: uppercase;
	font-size: 14px;
	padding: 14px 44px;
}

.slider-section.slider-section-2 {
	padding: 105px 0 0 0;
	margin: 0 0 100px 0;
	background-color: #f6f6f6;
}

.slider-section.slider-section-2 .heading {
	text-align: left;
	max-width: 1095px;
	margin: 0 auto 126px auto;
	padding: 0 35px;
}

.slider-section.slider-section-2 .heading .text {
	max-width: 900px;
	padding: 0 0 0 8px;
}

.slider-section.slider-section-2 h2 {
	line-height: 1.1;
	margin: 0 0 .9em 0;
}

.slider-section.slider-section-2 .btn-holder {
	background-color: #fff;
}

.slick-slider-guide {
	display: none;
	margin: 0 -18px;
}

.slick-slider-guide.slick-initialized {
	display: block;
}

.slick-slider-guide .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slick-slider-guide .slick-slide {
	height: auto;
	width: 33.33%;
	padding: 0 18px;
}

.slick-slider-guide .slick-slide:focus {
	outline: none;
}

.slick-slider-guide .slick-slide.slick-center .img-block {
	background-color: #01203b;
	cursor: default;
	position: relative;
}

.slick-slider-guide .slick-slide.slick-center .img-block:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 12px;
	background-color: #db1328;
}

.slick-slider-guide .slick-slide.slick-center .text-block {
	display: block;
}

.slick-slider-guide .img-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f5f5f5;
	cursor: pointer;
}

.slick-slider-guide .text-holder {
	border: 23px solid #01203b;
	padding: 80px 60px 60px 60px;
	line-height: 1.4;
	height: 100%;
}

.slick-slider-guide .text-holder h6 {
	color: #db1328;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: .9px;
	margin: 0 0 .8em 0;
}

.slick-slider-guide .text-holder span {
	display: block;
	font-size: 42px;
	font-weight: 500;
	color: #01203b;
}

.slick-slider-guide.slick-slider-text {
	margin: 0 -24px;
}

.slick-slider-guide.slick-slider-text .slick-slide {
	padding: 0 24px;
}

.slick-slider-guide.slick-slider-text .slick-slide .text-holder {
	border: 23px solid #f6f6f6;
	background-color: #fff;
	padding: 80px 55px 60px 55px;
}

.slick-slider-guide.slick-slider-text .slick-slide.slick-current .text-holder {
	border: 23px solid #01203b;
}

.slick-slider-guide .slick-prev-add,
.slick-slider-guide .slick-next-add {
	width: 33.3%;
	top: 0;
	bottom: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	border-radius: 0;
	height: 100%;
	background-color: transparent;
	box-shadow: none;
}

.slick-slider-guide .slick-prev-add {
	left: 0;
}

.slick-slider-guide .slick-next-add {
	right: 0;
}

.slick-slider-guide-add {
	color: #01203b;
	font-weight: 500;
	font-size: 20px;
	margin: 0 0 25px 0;
	display: none;
}

.slick-slider-guide-add.slick-initialized {
	display: block;
}

.slick-slider-guide-add .slick-slide:focus {
	outline: none;
}

.slick-slider-guide-add .slick-slide.slick-center .text-block {
	opacity: 1;
	visibility: visible;
}

.slick-slider-guide-add .text-block {
	opacity: 0;
	visibility: hidden;
	padding: 52px 89px;
}

.slick-slider-guide-add .slick-prev {
	left: 28%;
	top: 55px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.slick-slider-guide-add .slick-next {
	right: 28%;
	top: 55px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.slick-slider-guide-add h6 {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 20px;
}

.slick-slider-guide-add p {
	margin: 0 0 .7em 0;
}

.slick-slider-guide-add.guide-add-text {
	background-color: #fff;
	padding: 0 0 11px 0;
	margin: 0;
}

.slick-slider-guide-add.guide-add-text p {
	margin: 0 0 .9em 0;
}

.slick-slider-guide-add.guide-add-text h6 {
	text-transform: none;
}

.slick-slider-guide-add.guide-add-text .slick-slide.slick-center .text-block {
	padding: 39px 89px;
}

.slick-slider-guide-add.guide-add-text .link {
	font-size: 18px;
	text-decoration: none;
}

.slick-slider-guide-add.guide-add-text .link:hover {
	text-decoration: underline;
}

.guide-add-text-holder {
	margin: 0 -9999px;
	padding: 0 9999px;
	background-color: #fff;
}

.the-latest {
	padding: 100px 0;
}

.the-latest .container {
	max-width: 1350px;
	padding: 0;
}

.the-latest .title {
	font-weight: 500;
	margin: 0 0 1.25em 161px;
}

.the-latest h2 {
	text-transform: none;
}

.the-latest .slick-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.the-latest .slick-next {
	right: 29px;
}

.the-latest .slick-prev {
	left: 29px;
}

.the-latest .img-block,
.the-latest .text-block {
	width: 50%;
}

.the-latest .img-block {
	position: relative;
}

.the-latest .text-block {
	border: 21px solid #f5f5f5;
	text-align: center;
	color: #01203b;
	padding: 62px 30px;
}

.the-latest .preheader {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	display: block;
	margin: 0 0 20px 0;
}

.the-latest.the-latest-2 {
	padding: 0 0 100px 0;
}

.slick-slider-latest {
	padding: 0 108px;
	display: none;
}

.slick-slider-latest.slick-initialized {
	display: block;
}

.slick-slider-latest h2 {
	font-family: "FuturaPT", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 1.03571428;
}

.newsletter-section {
	padding: 68px 0 46px 0;
	background-color: #dde7e8;
	text-align: center;
}

.newsletter-section h3 {
	margin: 0 0 1.1em 0;
}

.newsletter-block {
	max-width: 190px;
	margin: 0 auto;
}

.newsletter-block form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.newsletter-block input:focus,
.newsletter-block button:focus {
	outline: none;
}

.newsletter-block input[type="email"] {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #01203b;
	font-size: 20px;
	width: 100%;
	padding: 5px 3px;
}

.newsletter-block input[type="email"]::-webkit-input-placeholder {
	font-weight: 500;
	color: #999;
}

.newsletter-block input[type="email"]:-ms-input-placeholder {
	font-weight: 500;
	color: #999;
}

.newsletter-block input[type="email"]::placeholder {
	font-weight: 500;
	color: #999;
}

.newsletter-block button[type="submit"] {
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border: none;
	position: relative;
	display: block;
	width: 34px;
	height: 37px;
	background-color: transparent;
}

.newsletter-block button[type="submit"]:hover {
	opacity: .8;
}

.newsletter-block button[type="submit"] i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #db1328;
}

.footer {
	overflow: hidden;
	display: table-footer-group;
	height: 1%;
	background-color: #01203b;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer .container {
	max-width: 1350px;
}

.footer .top-row {
	padding: 57px 0 37px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer h6 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 1.6em 0;
}

.footer h6:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	height: 2px;
	background-color: #db1328;
}

.footer .bottom-row {
	text-align: center;
	color: #fff;
	font-size: 16px;
	letter-spacing: .3px;
	font-weight: 500;
	padding: 0 0 65px 0;
}

.footer-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin: 0 -15px;
}

.footer-nav > li {
	margin: 0 15px;
}

.footer-nav > li > ul > li {
	letter-spacing: .3px;
	margin: 0 0 11px 0;
}

.footer-nav .tel {
	color: #db1328;
}

.footer-nav .newsletter-block {
	color: #fff;
}

.footer-nav .newsletter-block input[type="email"] {
	border-bottom: 2px solid #fffb5;
}

.footer-nav .btn-field {
	display: none;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	margin: 0 0 40px 0;
}

.footer-nav .btn-field .btn {
	font-size: 14px;
	padding: 11px 22px;
}

.footer-nav .btn-field .btn:hover {
	text-decoration: none;
}

.social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.social-networks li {
	margin: 0 10px 10px 10px;
	letter-spacing: 0;
}

.social-networks a {
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.social-networks a:hover {
	opacity: .8;
	text-decoration: none;
}

.footer-logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 9px 162px 0 17px;
	width: 146px;
}

.footer-logo img {
	width: 100%;
}

.hero-section-holder.poison-hero-section-holder .container {
	background-color: #dfefeb;
	display: block;
	padding: 0;
}

.hero-section-holder.poison-hero-section-holder .hero-section {
	text-align: center;
}

.hero-section-holder.poison-hero-section-holder .hero-section form {
	position: relative;
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 0 0 30px;
	margin: 0 0 48px 0;
}

.hero-section-holder.poison-hero-section-holder .hero-section form input:focus,
.hero-section-holder.poison-hero-section-holder .hero-section form button:focus {
	outline: none;
}

.hero-section-holder.poison-hero-section-holder .hero-section form input[type="search"] {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #01203b;
	width: 100%;
	padding: 8px 55px 8px 0;
	font-size: 24px;
}

.hero-section-holder.poison-hero-section-holder .hero-section form input[type="search"]::-webkit-input-placeholder {
	font-weight: 300;
	font-style: italic;
	color: #999;
}

.hero-section-holder.poison-hero-section-holder .hero-section form input[type="search"]:-ms-input-placeholder {
	font-weight: 300;
	font-style: italic;
	color: #999;
}

.hero-section-holder.poison-hero-section-holder .hero-section form input[type="search"]::placeholder {
	font-weight: 300;
	font-style: italic;
	color: #999;
}

.hero-section-holder.poison-hero-section-holder .hero-section form .icon-search {
	font-size: 19px;
	position: absolute;
	right: 55px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #999;
}

.hero-section-holder.poison-hero-section-holder .hero-section form button[type="submit"] {
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border: none;
	position: relative;
	display: block;
	width: 28px;
	height: 48px;
	background-color: transparent;
}

.hero-section-holder.poison-hero-section-holder .hero-section form button[type="submit"]:hover {
	opacity: .8;
}

.hero-section-holder.poison-hero-section-holder .hero-section form button[type="submit"] i {
	position: absolute;
	top: 17px;
	right: 0;
	color: #db1328;
}

.hero-section-holder.poison-hero-section-holder .holder {
	position: relative;
	padding: 85px 0 56px 0;
	overflow: hidden;
}

.hero-section-holder.poison-hero-section-holder .text-block {
	margin: 0 auto;
	max-width: 580px;
	width: 100%;
	padding: 0;
}

.hero-section-holder.poison-hero-section-holder .preheader {
	color: #db1328;
	margin-bottom: 27px;
}

.hero-section-holder.poison-hero-section-holder h1 {
	line-height: 1.1;
	letter-spacing: 0;
	margin: 0 0 .6em 0;
}

.hero-section-holder.poison-hero-section-holder .hero-img {
	position: absolute;
}

.hero-section-holder.poison-hero-section-holder .hero-img.img-1 {
	top: 0;
	left: 0;
	width: 19.6%;
	-webkit-transform: translate(58%, -55%);
	-ms-transform: translate(58%, -55%);
	transform: translate(58%, -55%);
}

.hero-section-holder.poison-hero-section-holder .hero-img.img-2 {
	right: 0;
	bottom: 0;
	width: 21.4%;
	-webkit-transform: translate(0, 5%);
	-ms-transform: translate(0, 5%);
	transform: translate(0, 5%);
}

.hero-section-holder.poison-hero-section-holder .hero-img.img-3 {
	left: 0;
	bottom: 0;
	width: 27.5%;
	-webkit-transform: translate(-32%, 28%);
	-ms-transform: translate(-32%, 28%);
	transform: translate(-32%, 28%);
}

.hero-section-holder.poison-hero-section-holder .hero-img img {
	width: 100%;
}

.hero-section-holder.poison-hero-section-holder .call-now {
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: 900;
	text-transform: uppercase;
}

.hero-section-holder.poison-hero-section-holder .call-now a {
	text-decoration: none;
}

.hero-section-holder.poison-hero-section-holder .call-now a:hover {
	text-decoration: underline;
}

.alphebetical-section {
	z-index: 1;
	position: relative;
	margin: 77px 0 0 0;
}

.alphebetical-section:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 65px;
	bottom: 0;
	background-color: #f7f7f7;
}

.alphebetical-section .container {
	max-width: 1195px;
	padding: 0 35px;
}

.alphebetical-section .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.alphebetical-section .open-close,
.alphebetical-section .open-close-heading {
	position: relative;
}

.alphebetical-section .alphebetical-slide,
.alphebetical-section .categories-slide {
	font-weight: 900;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #f7f7f7;
	box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .1);
	text-transform: none;
}

.alphebetical-section .jcf-checkbox {
	margin: 0 62px 0 0;
}

.sort {
	position: relative;
	background-color: #01203b;
	width: 100%;
}

.sort .slide {
	padding: 44px 34px 38px 38px;
	z-index: 11;
}

.sort .opener {
	padding: 24px 25px 20px 60px;
	color: #fff;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 900;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.sort i {
	font-size: 15px;
	margin: 2px 0 0 19px;
}

.sort .icon-up {
	display: none;
}

.sort.active .icon-down {
	display: none;
}

.sort.active .icon-up {
	display: inline-block;
	vertical-align: top;
}

.categories {
	background-color: #db1328;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.categories .slide {
	padding: 3px 24px 3px 24px;
	z-index: 11;
	max-height: 446px;
	overflow-y: scroll;
}

.categories .slide::-webkit-scrollbar {
	display: none;
}

.categories .opener {
	color: #fff;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 900;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	padding: 24px 60px 20px 25px;
}

.categories .opener i {
	margin: 0 0 0 158px;
}

.categories .opener .icon-close {
	display: none;
}

.categories.active .icon-close {
	display: inline-block;
	vertical-align: top;
}

.categories.active .icon-categories {
	display: none;
}

.alphebetical-list {
	counter-reset: listStyle;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: 900;
}

.alphebetical-list > li {
	-webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
	transition: background-color .2s ease-in-out, color .2s ease-in-out;
	position: relative;
	width: 58px;
	height: 37px;
	counter-increment: listStyle;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 27px;
	color: #01203b;
}

.alphebetical-list > li:before {
	content: counter(listStyle, upper-alpha);
}

.alphebetical-list > li:hover {
	background-color: #fff;
	color: #db1328;
}

.alphebetical-list > li > a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.categories-list li {
	padding: 20px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.categories-list li:not(:last-child) {
	border-bottom: 1px solid #e6e6e6;
}

.alphebetical-blocks {
	counter-reset: listStyle;
	padding: 28px 58px;
	background-color: #fff;
	max-height: 777px;
	overflow: scroll;
}

.alphebetical-blocks::-webkit-scrollbar {
	display: none;
}

.alphebetical-blocks > li {
	counter-increment: listStyle;
	padding: 36px 0;
}

.alphebetical-blocks > li:not(:last-child) {
	border-bottom: 1px solid #e6e6e6;
}

.alphebetical-blocks a {
	text-decoration: none;
}

.alphebetical-blocks i {
	color: #db1328;
}

.alphebetical-blocks .opener-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 4px;
}

.alphebetical-blocks .opener-block:before {
	content: counter(listStyle, upper-alpha) ":";
	font-weight: 900;
	font-size: 44px;
	color: #01203b;
}

.alphebetical-blocks .open-close {
	padding: 0 152px 0 129px;
}

.alphebetical-blocks .opener {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .1);
}

.alphebetical-blocks .icon-minus {
	display: none;
}

.alphebetical-blocks .open-close.active .icon-minus {
	display: inline-block;
	vertical-align: top;
}

.alphebetical-blocks .open-close.active .icon-plus {
	display: none;
}

.alphebetical-blocks .open-close.active .opener {
	background-color: #db1328;
}

.alphebetical-blocks .open-close.active i {
	color: #fff;
}

.alphebetical-blocks .slide {
	font-weight: 900;
	color: #01203b;
	padding: 14px 0 18px 0;
}

.alphebetical-blocks .slide li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 21px 0;
}

.alphebetical-blocks .slide li:not(:last-child) {
	border-bottom: 1px solid #e6e6e6;
}

.alphebetical-blocks .slide span {
	display: inline-block;
	vertical-align: top;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.alphebetical-blocks .slide span:first-child {
	margin-right: 30px;
}

.alphebetical-blocks .slide span:last-child {
	font-style: italic;
	font-weight: 400;
	color: #999;
}

.hero-section.hero-for-owners .container,
.hero-section.hero-for-vets .container,
.hero-blog .container,
.hero-contact .container {
	padding: 136px 0 161px 0;
}

.hero-section.hero-for-owners .text-block,
.hero-section.hero-for-vets .text-block,
.hero-blog .text-block,
.hero-contact .text-block {
	z-index: 1;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	max-width: 630px;
	width: 100%;
}

.hero-section.hero-for-owners .preheader,
.hero-section.hero-for-vets .preheader,
.hero-blog .preheader,
.hero-contact .preheader {
	color: #db1328;
}

.hero-section.hero-for-owners h1,
.hero-section.hero-for-vets h1,
.hero-blog h1,
.hero-contact h1 {
	color: #fff;
	font-size: 96px;
	letter-spacing: 0;
}

.intro-section.for-owners-intro,
.intro-section.for-vets-intro {
	padding: 0;
	position: relative;
}

.intro-section.for-owners-intro .container,
.intro-section.for-vets-intro .container {
	max-width: 1210px;
	padding: 100px 50px 287px 50px;
}

.intro-section.for-owners-intro .intro-img,
.intro-section.for-vets-intro .intro-img {
	position: absolute;
	right: -174px;
	bottom: 0;
	z-index: -1;
}

.intro-section.for-owners-intro h3,
.intro-section.for-vets-intro h3 {
	font-size: 42px;
	line-height: 1.4;
}

.help-block {
	color: #01203b;
	background-color: #f7f7f7;
	padding: 67px 0 93px 0;
}

.help-block ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 62px 0 0 0;
	max-width: 1070px;
	margin: 62px auto 0 auto;
}

.help-block li {
	width: 33.33%;
	text-align: center;
	padding: 0 58px;
}

.help-block h4 {
	font-size: 24px;
	letter-spacing: 1.2px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
}

.help-block h5 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 900;
	margin: 0 0 1.1em 0;
}

.help-block i {
	margin-bottom: 28px;
	display: inline-block;
	vertical-align: top;
}

.help-block .icon-help-01 {
	font-size: 46px;
}

.help-block .icon-help-02,
.help-block .icon-help-03 {
	font-size: 48px;
}

.youtube-section.our-difference {
	margin: 0 0 42px 0;
}

.youtube-section.our-difference .heading {
	z-index: 1;
	position: relative;
}

.youtube-section.our-difference h2 {
	font-weight: 500;
	margin: 0 0 1.7em 0;
}

.youtube-section.our-difference .holder {
	padding: 217px 0 134px 0;
	margin: 0;
	position: relative;
}

.youtube-section.our-difference .inner-holder {
	color: #01203b;
	position: relative;
	z-index: 1;
	position: relative;
	background-color: rgba(255, 255, 255, .95);
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 518px;
	padding: 46px 46px 56px 46px;
	border-bottom: 14px solid #db1e28;
}

.youtube-section.our-difference p {
	margin: 0 0 1.1em 0;
}

.youtube-section.our-difference .youtube-btn {
	margin: 0 67px 0 0;
	bottom: -14px;
}

.youtube-section.our-difference .action-text {
	margin: 0 0 0 16px;
}

.youtube-section.our-difference .action-text p {
	margin: 0;
}

.paws {
	padding: 100px 0 0 0;
	margin: 0 0 120px 0;
}

.paws .holder {
	padding: 227px 0 137px 0;
}

.paws .inner-holder {
	color: #01203b;
	position: relative;
	z-index: 1;
	position: relative;
	background-color: rgba(255, 255, 255, .95);
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 518px;
	padding: 46px 46px 56px 46px;
	border-bottom: 14px solid #db1e28;
}

.paws .inner-holder p {
	margin: 0 0 1.3em 0;
}

.paws .youtube-btn {
	position: absolute;
	right: -29px;
	top: 27px;
}

.paws .youtube-btn:hover {
	opacity: 1;
}

.paws .img-block-responsive {
	display: none;
}

.paws .img-block-responsive img {
	width: 100%;
}

.basics-section {
	padding: 100px 0 0 0;
	position: relative;
}

.basics-section:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 19%;
	background-color: #f7f7f7;
}

.basics-section .container {
	max-width: 1225px;
}

.basics-section h2 {
	text-align: center;
	margin: 0 0 1.5em 0;
}

.basics-section h3 {
	margin: 0 0 .7em 0;
	text-align: center;
}

.basics-section ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.basics-section li {
	padding: 68px 50px 0 50px;
	border: 24px solid #01203b;
	width: 45%;
	background-color: #fff;
	text-align: center;
	font-size: 32px;
	font-weight: 500;
	color: #01203b;
}

.basics-section li img {
	margin: 0 0 23px 0;
}

.basics-section .text {
	padding: 0 60px;
}

.basics-section .btn {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-top: 73px;
	margin: 73px 0 64px 0;
	padding: 15px 55px;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.basics-section .youtube-btn {
	position: absolute;
	right: -47px;
	top: 25px;
}

.basics-section .youtube-btn:hover {
	opacity: 1;
}

.poison-lists {
	padding: 100px 0 0 0;
	margin: 0 0 100px 0;
}

.poison-lists .heading {
	margin: 0 auto 100px auto;
	max-width: 720px;
}

.youtube-section.tab-section {
	background-color: #f7f7f7;
	padding: 110px 0 0 0;
	margin: 0;
}

.youtube-section.tab-section .holder {
	padding: 211px 68px 164px 68px;
	margin: 0;
}

.youtube-section.tab-section h3 {
	font-size: 42px;
	font-family: "FuturaPT", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0;
}

.youtube-section.tab-section .heading {
	max-width: 670px;
	margin: 0 0 94px 83px;
}

.youtube-section.tab-section .tab {
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	position: relative;
	padding: 0 0 67px 0;
	opacity: 0;
}

.youtube-section.tab-section .tab.active {
	opacity: 1;
}

.youtube-section.tab-section .tabset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	margin: 0 -31px 43px -31px;
}

.youtube-section.tab-section .tabset li {
	margin: 0 31px 10px 31px;
}

.youtube-section.tab-section .tabset a {
	position: relative;
	color: #999;
	cursor: pointer;
	font-weight: 500;
	font-size: 24px;
	letter-spacing: .6px;
	padding: 9px 0;
}

.youtube-section.tab-section .tabset a:after {
	-webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	background-color: #db1328;
	opacity: 0;
	visibility: hidden;
}

.youtube-section.tab-section .tabset a:hover {
	color: #db1328;
}

.youtube-section.tab-section .tabset a:hover:after {
	opacity: 1;
	visibility: visible;
}

.youtube-section.tab-section .tab-link.active {
	color: #db1328;
}

.youtube-section.tab-section .tab-link.active:after {
	opacity: 1;
	visibility: visible;
}

.youtube-section.tab-section .parallax-holder {
	z-index: -1;
}

.youtube-section.tab-section .parallax-img-1 {
	bottom: 0;
	height: 58vh;
	background-size: 441px 579px !important;
	background-position-x: 212px !important;
}

.youtube-section.tab-section .parallax-img-2 {
	bottom: 0;
	height: 94vh;
	background-size: 309px 310px !important;
	background-position-x: 86% !important;
}

.youtube-section.tab-section .slick-slider-testimonials {
	padding: 46px 50px 58px 50px;
	max-width: 520px;
}

.js-tab-hidden {
	display: block !important;
	position: absolute !important;
	height: 0;
	overflow: hidden;
}

.pet-support {
	padding: 100px 0;
	color: #01203b;
}

.pet-support .container {
	max-width: 1218px;
	padding: 0 50px 0 132px;
}

.pet-support .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 100px 0;
}

.pet-support .img-block {
	position: relative;
}

.pet-support .text-holder {
	position: relative;
	z-index: 1;
	max-width: 308px;
	background-color: rgba(255, 255, 255, .95);
	border-bottom: 14px solid #db1328;
	padding: 29px 25px 23px 44px;
}

.pet-support .col-1 {
	width: 46%;
	padding: 0 96px 0 0;
}

.pet-support .col-1 .img-block {
	margin: 240px 0 0 0;
	padding: 52% 0 9% 0;
}

.pet-support .col-2 {
	width: 54%;
}

.pet-support .col-2 .img-block {
	padding: 67% 0 11% 0;
}

.pet-support .btn {
	text-transform: uppercase;
	font-weight: 500;
}

.pet-support h2 {
	margin: 0 0 .9em 0;
}

.pet-support h5 {
	font-size: 20px;
	font-weight: 900;
	margin: 0 0 .6em 0;
}

.pet-support p {
	line-height: 1.3333333;
}

.pet-support .btn-holder {
	padding: 0 90px 0 0;
}

.intro-section.for-vets-intro .container {
	max-width: 1245px;
	padding: 100px 50px;
}

.intro-section.for-vets-intro h3 a {
	text-decoration: none;
}

.intro-section.for-vets-intro h3 a:hover {
	text-decoration: underline;
}

.free-resources {
	color: #fff;
}

.free-resources .container {
	background-color: #01203b;
	max-width: 1320px;
	padding: 100px 212px 10px 147px;
}

.free-resources h6,
.free-resources h2 {
	color: #fff;
}

.free-resources h2 {
	font-weight: 500;
	line-height: 1;
	margin: 0 0 .9em 0;
}

.free-resources h6 {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .9px;
	margin: 0 0 1em 0;
}

.free-resources a {
	text-decoration: none;
}

.free-resources a:hover {
	text-decoration: underline;
}

.free-resources ul {
	margin: 105px 0 0 0;
}

.free-resources li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 57px 0;
}

.free-resources p {
	line-height: 1.4;
	margin: 0 0 1.2em 0;
}

.free-resources p a {
	font-weight: 900;
}

.free-resources .text-block {
	margin: 0 0 30px 0;
}

.free-resources .icon-block {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 7px 0 0 172px;
}

.free-resources .link {
	text-decoration: underline;
}

.free-resources .link:hover {
	text-decoration: none;
}

.toxicology-block {
	color: #01203b;
	padding: 100px 0 100px 0;
}

.toxicology-block .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 1160px;
}

.toxicology-block .text-block {
	padding: 0 145px 0 17px;
}

.toxicology-block .img-block {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 64px 0 0 0;
}

.toxicology-block h2 {
	font-weight: 500;
}

.toxicology-block p {
	line-height: 1.35;
}

.toxicology-block .btn {
	text-transform: uppercase;
	font-weight: 400;
	margin: 27px 0 0 0;
	padding: 14px 57px;
	font-size: 14px;
	font-weight: 900;
}

.toxicology-block .img-responsive {
	display: none;
}

.work-for-us {
	background-color: #fafafa;
	padding: 100px 0 40px 0;
}

.work-for-us .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 1344px;
}

.work-for-us h2 {
	margin: 0 0 1em 0;
	font-weight: 500;
}

.work-for-us h3 {
	margin: 0 0 .8em 0;
}

.work-for-us p {
	line-height: 1.3;
	margin: 0 0 1.5em 0;
}

.work-for-us strong {
	font-weight: 500;
}

.work-for-us li {
	margin: 0 0 71px 0;
}

.work-for-us a {
	text-decoration: none;
	font-weight: 500;
}

.work-for-us a:hover {
	text-decoration: underline;
}

.work-for-us .btn {
	margin: 53px 0 0 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 900;
	min-width: 206px;
	padding: 14px 12px;
	letter-spacing: 0;
}

.work-for-us .btn:hover {
	text-decoration: none;
}

.work-for-us .text-block {
	padding: 0 70px 0 110px;
}

.work-for-us .text-block strong {
	display: block;
}

.work-for-us .img-block {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 123px 0 0 0;
	width: 436px;
}

.work-for-us .img-block img {
	width: 100%;
}

.work-for-us .helpline-link {
	display: block;
	margin: 0 0 5px 0;
}

.dealing-section {
	padding: 100px 0 60px 0;
}

.dealing-section .container {
	max-width: 1125px;
}

.dealing-section h2 {
	text-align: center;
	margin: 0 0 1.4em 0;
}

.dealing-section h3 {
	line-height: 1.3;
	margin: 0 0 1.3em 0;
}

.dealing-section ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -50px;
}

.dealing-section li {
	width: 50%;
	margin: 0 0 50px 0;
	padding: 0 50px;
}

.dealing-section p {
	line-height: 1.3;
}

.dealing-section .btn {
	min-width: 206px;
	margin: 32px 0 0 0;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0;
	padding: 14px 12px;
}

.subpages-holder {
	margin: 0;
}

.subpages-holder .holder {
	padding: 211px 68px 164px 68px;
	margin: 0;
}

.subpages-holder .tab {
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	position: relative;
	padding: 0 0 67px 0;
	opacity: 0;
}

.subpages-holder .tab.active {
	opacity: 1;
}

.subpages-holder .tabset {
	padding: 28px 0 16px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	background-color: #f7f7f7;
	max-width: 1340px;
	margin: 0 auto;
}

.subpages-holder .tabset li {
	margin: 0 31px 10px 31px;
}

.subpages-holder .tabset a {
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	position: relative;
	color: #999;
	cursor: pointer;
	font-weight: 500;
	font-size: 24px;
	letter-spacing: .6px;
	padding: 9px 0;
}

.subpages-holder .tabset a:hover {
	color: #db1328;
}

.subpages-holder .tab-link.active {
	color: #db1328;
}

.subpages-holder .tab-link.active:after {
	opacity: 1;
	visibility: visible;
}

.overview-block {
	font-size: 36px;
	font-weight: 500;
	text-align: center;
	color: #01203b;
	padding: 100px 85px 0 85px;
}

.overview-block p {
	line-height: 1.5;
}

.our-purpose-block {
	padding: 80px 150px 0 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.our-purpose-block .text-block {
	color: #01203b;
	font-weight: 500;
	padding: 158px 160px 0 38px;
	letter-spacing: .45px;
	line-height: 1.5555555;
}

.our-purpose-block .img-block {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	width: 446px;
}

.our-purpose-block .img-block img {
	width: 100%;
}

.our-purpose-block h4 {
	margin: 0 0 .8em 0;
	letter-spacing: 0;
}

.our-purpose-block .parallax-holder {
	z-index: -1;
}

.our-purpose-block .parallax-img-1 {
	bottom: 0;
	width: 153%;
	height: 100%;
	background-size: 200px 194px !important;
	background-position-x: 100% !important;
}

.our-purpose-block .parallax-img-2 {
	bottom: -23px;
	width: 140%;
	height: 80%;
	background-size: 170px 181px !important;
	background-position-x: 0 !important;
}

.our-values-block {
	padding: 100px 100px 0 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.our-values-block .img-block {
	width: 50%;
	padding: 0 77px 0 0;
}

.our-values-block .text-block {
	width: 50%;
	padding: 70px 90px 0 90px;
	font-weight: 500;
	color: #01203b;
	letter-spacing: .5px;
}

.our-values-block ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.our-values-block li {
	margin: 0 10px 20px 10px;
}

.our-values-block h4 {
	margin: 0 0 1em 0;
	letter-spacing: 0;
}

.our-values-block p {
	line-height: 1.6;
}

.mission-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 100px 37px 0 0;
	margin: 0 0 100px 0;
}

.mission-block .text-holder {
	width: 50%;
	padding: 0 34px 64px 113px;
	position: relative;
}

.mission-block .text-holder img {
	position: absolute;
	left: 0;
	bottom: 0;
}

.mission-block .text-block {
	text-align: center;
	border: 24px solid #01203b;
	padding: 98px 70px 76px 70px;
}

.mission-block .pretitle {
	font-size: 18px;
	color: #db1328;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: .9px;
	display: block;
	margin: 0 0 2.2em 0;
}

.mission-block .img-block {
	width: 50%;
	padding: 220px 0 0 61px;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.mission-block h3 {
	line-height: 1.4;
}

.why-block {
	background-color: #01203b;
	color: #fff;
	font-size: 24px;
	margin: 0 -9999px;
	padding: 100px 9999px 25px 9999px;
}

.why-block .why-holder {
	max-width: 900px;
	margin: 0 auto;
}

.why-block ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -53px;
}

.why-block li {
	width: 50%;
	padding: 0 53px;
	margin: 0 0 75px 0;
}

.why-block .open-close-why {
	position: relative;
	text-align: center;
}

.why-block .opener {
	border: 5px solid #fff;
	padding: 38px 20px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.why-block a {
	color: #fff;
	text-decoration: none;
}

.why-block h3 {
	color: #fff;
	text-align: center;
	margin: 0 0 1.8em 0;
}

.why-block .slide {
	font-size: 18px;
	background-color: #fff;
	color: #01203b;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	font-weight: 500;
	padding: 42px 48px 133px 48px;
	text-align: left;
	overflow: auto;
	z-index: 1;
	max-height: 492px;
	overflow: auto;
}

.why-block .slide p {
	line-height: 1.6;
	letter-spacing: .45px;
}

.why-block h5 {
	font-size: 24px;
	margin: 0 0 1.1em 0;
	text-align: center;
}

.safety-call-block {
	padding: 100px 92px 35px 92px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.safety-call-block .call-logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 65px 97px 0 27px;
}

.safety-call-block p {
	line-height: 1.722222222;
	font-weight: 500;
	letter-spacing: -.2px;
}

.hero-blog .container {
	padding: 124px 0 116px 0;
}

.hero-blog .text-block {
	max-width: 520px;
}

.hero-blog h1 {
	font-size: 80px;
	margin: 0 0 .4em 0;
}

.hero-blog .text {
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 900;
	letter-spacing: 0;
}

.hero-blog .inner-holder {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.hero-blog .social-networks {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0;
	font-size: 16px;
	margin: 0 0 33px 34px;
}

.hero-blog .social-networks a {
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	color: #fff;
}

.hero-blog .social-networks a:hover {
	color: #db1328;
}

.hero-blog .social-networks li {
	margin: 10px 0;
}

.hero-blog .numbers-list {
	font-weight: 900;
	color: rgba(255, 255, 255, .4);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 320px;
	margin: 0 0 22px 100px;
	letter-spacing: 1.35px;
}

.hero-blog .numbers-list li {
	margin: 20px 10px 0 0;
}

.hero-blog .numbers-list li:first-child {
	margin: 0 3px 0 0;
	font-size: 61px;
	color: #fff;
	letter-spacing: 4.5px;
}

.filtering-block {
	padding: 48px 0 100px 98px;
}

.filtering-block .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.filtering-block .open-close-heading {
	padding: 0 0 21px 0;
}

.filtering-block .categories-filter {
	margin: 0 42px 0 0;
}

.filtering-block .tags-filter {
	padding: 0 0 21px 34px;
}

.filtering-block a {
	text-decoration: none;
	color: #999;
}

.filtering-block i {
	color: #db1328;
	font-size: 16px;
	margin: 0 0 0 8px;
}

.filtering-block .opener {
	letter-spacing: .9px;
	font-weight: 900;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.filtering-block .icon-up {
	display: none;
}

.filtering-block .open-close-heading {
	position: relative;
}

.filtering-block .open-close-heading.active .icon-up {
	display: inline-block;
	vertical-align: top;
}

.filtering-block .open-close-heading.active .icon-down {
	display: none;
}

.filtering-block .slide {
	font-weight: 900;
	position: absolute;
	top: 100%;
	left: 0;
	width: 377px;
	background-color: #f7f7f7;
	box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .1);
	text-transform: none;
	padding: 3px 24px 3px 24px;
	z-index: 11;
	max-height: 446px;
	overflow-y: scroll;
}

.filtering-block .slide::-webkit-scrollbar {
	display: none;
}

.filtering-block .jcf-checkbox {
	margin: 0 62px 0 0;
}

.latest-posts {
	background-color: #f5f5f5;
	padding: 100px 0;
}

.latest-posts .container {
	max-width: 1192px;
}

.latest-posts .heading {
	text-align: center;
	margin: 0 0 80px 0;
}

.latest-posts h3 {
	font-weight: 900;
	font-size: 24px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 2;
}

.latest-posts h3:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	background-color: #db1328;
}

.posts-list {
	margin: 0 0 100px 0;
}

.posts-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.posts-list li:not(:last-child) {
	padding: 0 0 62px 0;
	margin: 0 0 75px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.posts-list .img-block {
	position: relative;
	width: 39%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	overflow: hidden;
}

.posts-list .img-block:hover .bg-stretch {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.posts-list .img-block .bg-stretch {
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
}

.posts-list .text-block {
	width: 61%;
	padding: 94px 35px 86px 73px;
	background-color: #fff;
}

.posts-list .pretitle {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	color: #01203b;
	display: block;
	margin-bottom: 12px;
}

.posts-list h4 {
	font-size: 28px;
	font-weight: 900;
}

.posts-list p {
	line-height: 1.3;
	margin: 0 0 1.3em 0;
}

.hero-contact .container {
	padding: 100px 35px 90px 130px;
}

.hero-contact .text-block {
	text-align: left;
	margin: 0;
	font-weight: 900;
	font-size: 20px;
	line-height: 1.4;
	max-width: 525px;
}

.hero-contact a {
	text-decoration: none;
}

.hero-contact a:hover {
	text-decoration: underline;
}

.hero-contact .preheader {
	font-size: 18px;
	letter-spacing: .9px;
	margin: 0 0 1.6em 0;
}

.hero-contact .heading {
	max-width: 435px;
}

.hero-contact h1 {
	color: #01203b;
	font-size: 80px;
	margin: 0 0 .5em 0;
}

.hero-contact p {
	letter-spacing: 0;
}

.paws-block {
	position: absolute;
	right: 47px;
	top: 0;
	z-index: 2;
	width: 333px;
}

.paws-block .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 1346px;
}

.paws-block .dog-img {
	margin: 119px 0 0 0;
	width: 100%;
}

.paws-block .paws-images {
	width: 185px;
	height: 300px;
	position: relative;
	margin: 60px 0 0 0;
}

.paws-block .paw-img {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

.paws-block .paw-01 {
	-webkit-animation: paw-1 2s infinite;
	animation: paw-1 2s infinite;
	-webkit-animation-delay: 0;
	animation-delay: 0;
	bottom: 0;
	left: 41px;
}

.paws-block .paw-02 {
	-webkit-animation: paw-2 2s infinite;
	animation: paw-2 2s infinite;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	bottom: 56px;
	right: 0;
}

.paws-block .paw-03 {
	-webkit-animation: paw-3 2s infinite;
	animation: paw-3 2s infinite;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	top: 42px;
	left: 0;
}

.paws-block .paw-04 {
	-webkit-animation: paw-4 2s infinite;
	animation: paw-4 2s infinite;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
	top: 0;
	right: 23px;
}

.contact-section {
	padding: 80px 240px 1px 125px;
	font-weight: 500;
	color: #01203b;
	font-size: 20px;
	z-index: 1;
	position: relative;
}

.contact-section .container {
	max-width: 1190px;
}

.contact-section li {
	margin: 0 0 40px 0;
}

.contact-section .heading {
	margin: 0 0 50px 0;
	font-size: 18px;
}

.contact-section .heading h5 {
	text-transform: uppercase;
	margin: 0 0 .4em 0;
}

.contact-section .heading p {
	font-weight: 400;
	font-style: italic;
}

.contact-section h5 {
	font-weight: 900;
	margin: 0 0 .2em 0;
}

.contact-section address {
	font-style: normal;
	line-height: 1.4;
	margin: 0;
}

.contact-section a {
	text-decoration: none;
}

.contact-section a:hover {
	text-decoration: underline;
}

.contact-section p {
	line-height: 1.4;
}

.add-contact-section {
	padding: 92px 0 81px 0;
	color: #01203b;
}

.add-contact-section .container {
	background-color: #f6f6f6;
	max-width: 1348px;
	padding: 63px 135px 96px 135px;
}

.add-contact-section ul {
	max-width: 722px;
}

.add-contact-section li {
	padding: 36px 0;
}

.add-contact-section li:not(:last-child) {
	border-bottom: 1px solid #e6e6e6;
}

.add-contact-section .opener-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.add-contact-section .opener-block h5 {
	margin: 0;
	font-weight: 900;
	font-size: 20px;
}

.add-contact-section .opener {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .1);
	margin: 0 0 0 30px;
}

.add-contact-section a {
	text-decoration: none;
}

.add-contact-section .icon-minus {
	display: none;
}

.add-contact-section .open-close.active .opener {
	background-color: #db1328;
}

.add-contact-section .open-close.active .icon-minus {
	display: inline-block;
	vertical-align: top;
}

.add-contact-section .open-close.active .icon-plus {
	display: none;
}

.add-contact-section .open-close.active i {
	color: #fff;
}

.add-contact-section .slide {
	line-height: 1.55555555;
	padding: 27px 0 7px 0;
}

.add-contact-section .slide a:hover {
	text-decoration: underline;
}

.add-contact-section .slide .tel-link {
	color: #01203b;
}

.logo-accordion {
	text-align: center;
	margin: 30px 0 0 0;
}

.page-default-content {
	padding-top: 100px;
	padding-bottom: 60px;
}

.page-default-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sidebar {
	width: 300px;
	font-size: 16px;
	margin: 0 30px 0 0;
}

.sidebar-nav a {
	text-decoration: none;
	line-height: 1;
}

.sidebar-nav a:hover {
	color: #ac0f1f;
}

.sidebar-nav li {
	list-style: none;
	padding: 4px 0 5px;
	border-top: 1px solid #ccc;
}

.sidebar-nav li:first-child {
	border: none;
}

.pf-content {
	width: 71.5%;
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}

@media (min-width: 1024px) {
	/* 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.333%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
}

@media (min-width: 1200px) {
	/* 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 (max-width: 1439px) {
	h1 {
		font-size: 64px;
	}

	h2 {
		font-size: 50px;
	}

	.btn {
		padding: 12px 20px;
		font-size: 14px;
	}

	.container {
		padding: 0 25px;
	}

	.header .open-close.active .opener:after {
		top: 15px;
	}

	.header .bottom-row .holder {
		padding: 18px 0;
	}

	.logo {
		margin: 12px 25px 0 0;
		width: 260px;
	}

	.nav-drop {
		font-size: 14px;
	}

	.nav-drop > li {
		margin: 0 18px;
	}

	.nav-drop .drop {
		font-size: 14px;
	}

	.search-block {
		margin-left: 65px;
	}

	.hero-section .text-block {
		max-width: 582px;
	}

	.how-it-works li {
		padding: 0 35px;
	}

	.parallax-img-1 {
		background-position-x: 340px !important;
	}

	.parallax-img-2 {
		background-position-x: 98% !important;
	}

	.footer-logo {
		margin: 9px 100px 0 0;
	}

	.hero-section-holder.poison-hero-section-holder .holder {
		padding: 115px 0 56px 0;
	}

	.hero-section-holder.poison-hero-section-holder .text-block {
		max-width: 555px;
	}

	.youtube-section.tab-section .container {
		padding: 0 50px;
	}

	.subpages-holder .container {
		padding: 0 50px;
	}

	.subpages-holder .tabset a {
		font-size: 22px;
	}

	.our-purpose-block {
		padding: 150px 70px 0 70px;
	}

	.our-purpose-block .parallax-img-1 {
		background-position-x: 0 !important;
	}

	.our-purpose-block .parallax-img-2 {
		background-position-x: 98% !important;
	}

	.our-values-block {
		padding: 100px 30px 0 30px;
	}

	.our-values-block .img-block {
		padding: 0 30px 0 0;
	}

	.our-values-block .text-block {
		padding: 70px 60px 0 60px;
	}

	.mission-block .text-holder {
		width: 60%;
	}

	.mission-block .img-block {
		width: 40%;
	}
}

@media (max-width: 1199px) {
	h1 {
		font-size: 52px;
	}

	h2 {
		font-size: 40px;
	}

	.container {
		padding: 0 20px;
	}

	.logo {
		width: 190px;
	}

	.search-block input {
		padding: 14px 47px 14px 30px;
	}

	.search-block.popup-active .popup {
		width: 250px !important;
	}

	.hero-section .container {
		padding: 80px 0 0 0;
	}

	.hero-section .text-block {
		max-width: 492px;
	}

	.how-it-works {
		padding: 100px 0;
	}

	.how-it-works .container {
		padding: 0 50px;
	}

	.parallax-img-1 {
		display: none;
	}

	.parallax-img-2 {
		display: none;
	}

	.guide-section {
		padding: 80px 0;
	}

	.guide-section .heading {
		margin-bottom: 80px;
	}

	.slider-section.slider-section-2 {
		margin: 0 0 120px 0;
	}

	.slick-slider-guide .text-holder {
		padding: 60px 40px 40px 40px;
		border: 20px solid #01203b;
	}

	.slick-slider-guide .text-holder span {
		font-size: 32px;
	}

	.slick-slider-guide.slick-slider-text {
		margin: 0 -15px;
	}

	.slick-slider-guide.slick-slider-text .slick-slide {
		padding: 0 15px;
	}

	.slick-slider-guide.slick-slider-text .slick-slide .text-holder {
		padding: 60px 35px 40px 35px;
		border: 20px solid #f6f6f6;
	}

	.slick-slider-guide.slick-slider-text .slick-slide.slick-current .text-holder {
		padding: 60px 35px 40px 35px;
		border: 20px solid #01203b;
	}

	.slick-slider-guide-add.guide-add-text .slick-slide.slick-center .text-block {
		padding: 39px 50px;
	}

	.footer-logo {
		margin: 9px 60px 0 0;
	}

	.hero-section-holder.poison-hero-section-holder .text-block {
		max-width: 444px;
	}

	.hero-section.hero-for-owners .text-block,
	.hero-section.hero-for-vets .text-block,
	.hero-blog .text-block,
	.hero-contact .text-block {
		max-width: 450px;
	}

	.hero-section.hero-for-owners h1,
	.hero-section.hero-for-vets h1,
	.hero-blog h1,
	.hero-contact h1 {
		font-size: 52px;
	}

	.intro-section.for-owners-intro h3,
	.intro-section.for-vets-intro h3 {
		font-size: 36px;
	}

	.basics-section li {
		width: 48%;
		font-size: 28px;
	}

	.youtube-section.tab-section .tabset {
		margin: 0 -25px 43px -25px;
	}

	.youtube-section.tab-section .tabset li {
		margin: 0 25px 15px 25px;
	}

	.youtube-section.tab-section .tabset a {
		font-size: 20px;
	}

	.pet-support .container {
		padding: 0 50px;
	}

	.free-resources .container {
		padding: 100px;
	}

	.toxicology-block {
		padding: 90px 0;
	}

	.toxicology-block .img-block {
		padding: 40px 0 0 0;
	}

	.work-for-us .text-block {
		padding: 0 40px;
	}

	.dealing-section {
		padding: 90px 0 60px 0;
	}

	.dealing-section .container {
		padding: 0 35px;
	}

	.subpages-holder .tabset li {
		margin: 0 25px 15px 25px;
	}

	.subpages-holder .tabset a {
		font-size: 20px;
	}

	.overview-block {
		padding: 90px 85px 0 85px;
		font-size: 32px;
	}

	.our-purpose-block {
		padding: 100px 30px 0 30px;
	}

	.our-purpose-block .text-block {
		padding: 120px 100px 0 38px;
	}

	.our-purpose-block .img-block {
		width: 400px;
	}

	.our-purpose-block .parallax-img-1 {
		display: none;
	}

	.our-purpose-block .parallax-img-2 {
		display: none;
	}

	.our-values-block {
		padding: 100px 0 0 0;
	}

	.our-values-block .img-block {
		width: 60%;
	}

	.our-values-block .text-block {
		padding: 70px 30px 0 30px;
		width: 40%;
	}

	.mission-block .text-holder {
		padding: 0 34px 64px 70px;
	}

	.mission-block .text-holder img {
		width: 180px;
	}

	.mission-block .text-block {
		padding: 60px 50px;
	}

	.mission-block .img-block {
		padding: 200px 0 0 30px;
	}

	.mission-block h3 {
		font-size: 36px;
	}

	.safety-call-block {
		padding: 100px 60px 35px 60px;
	}

	.hero-blog h1 {
		font-size: 52px;
	}

	.hero-blog .numbers-list {
		margin: 0 0 25px 50px;
	}

	.hero-blog .numbers-list li:first-child {
		font-size: 41px;
	}

	.hero-contact .container {
		padding: 90px 35px 90px 60px;
	}

	.hero-contact .heading {
		max-width: 288px;
	}

	.hero-contact h1 {
		font-size: 52px;
	}

	.contact-section {
		padding: 80px 385px 1px 0;
	}

	.add-contact-section {
		padding: 60px 0;
	}

	.add-contact-section .container {
		padding: 63px 80px 60px 80px;
	}
}

@media (max-width: 1023px) {
	.navigation,
	.navigation-comments,
	.pagination {
		font-size: 14px;
	}

	img.alignleft,
	img.alignright {
		max-width: 50%;
	}

	.divider {
		height: 40px;
	}

	#wpadminbar,
	#wpadminbar * {
		font-size: 10px !important;
	}

	.wp-test .wp-test-container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 35px 60px 35px;
	}

	#content {
		padding: 60px 0 0 0;
		margin-bottom: 20px;
	}

	#sidebar {
		padding: 60px 0 0 0;
		width: 100%;
		padding: 0;
	}

	#wpadminbar {
		display: none;
	}

	body.admin-bar .sticky-wrap-row-holder.fixed-position .row-holder {
		top: 0 !important;
	}

	body {
		font-size: 16px;
	}

	.nav-active #wrapper {
		display: block;
		height: 100%;
	}

	main {
		position: relative;
		-webkit-transition: left 1s cubic-bezier(.19, 1, .22, 1);
		transition: left 1s cubic-bezier(.19, 1, .22, 1);
		left: 0;
	}

	.nav-active main {
		left: -100%;
		height: 0;
	}

	h1 {
		font-size: 44px;
	}

	h2 {
		font-size: 30px;
	}

	h4 {
		font-size: 24px;
	}

	h5 {
		font-size: 18px;
	}

	.btn {
		font-size: 15px;
	}

	.header .top-row {
		font-weight: 500;
		padding: 11px 0 14px 0;
	}

	.header .top-row span {
		display: block;
		margin: 0 0 9px 0;
		letter-spacing: 1.4px;
	}

	.header .top-row .btn {
		letter-spacing: 0;
		display: inline-block;
		vertical-align: top;
		background-color: #fff;
		color: #db1328;
		padding: 9px 48px;
	}

	.header .top-row .btn:hover {
		background-color: #fff;
		text-decoration: none;
	}

	.header .top-row .tel {
		display: none;
	}

	.header .bottom-row .holder:after {
		-webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
		transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
		content: "";
		position: absolute;
		right: -20px;
		top: 0;
		bottom: 0;
		width: 64px;
		background-color: #f7f7f7;
		z-index: -1;
		opacity: 0;
		visibility: hidden;
	}

	.header .bottom-row .holder {
		padding: 15px 49px 15px 0;
	}

	.header .bottom-row.nav-up {
		opacity: 1 !important;
		visibility: visible !important;
	}

	.nav-active .header {
		height: 100%;
	}

	.header .nav-holder-responsive {
		padding: 0 46px;
	}

	.nav-active .header .nav-holder-responsive {
		opacity: 1;
		visibility: visible;
		right: 0;
		height: 100%;
	}

	.header .nav-holder-responsive .search-block button[type="submit"] {
		right: -2px;
		-webkit-transform: translate(0, -42%);
		-ms-transform: translate(0, -42%);
		transform: translate(0, -42%);
	}

	.header .nav-holder-responsive .btn {
		display: none;
	}

	.nav-holder {
		display: none;
	}

	.logo {
		margin: 5px auto 0 auto;
	}

	.nav-opener {
		display: block;
		width: 38px;
		height: 31px;
		position: absolute;
		text-indent: -9999px;
		overflow: hidden;
		border-radius: 3px;
		right: -5px;
	}

	.nav-active .nav-opener {
		width: 32px;
	}

	.search-block .icon-search-svg,
	.search-block .icon-close-svg {
		width: 27px;
	}

	.nav-active .hero-section-holder {
		height: 100%;
	}

	.hero-section {
		position: relative;
		-webkit-transition: left 1s cubic-bezier(.19, 1, .22, 1);
		transition: left 1s cubic-bezier(.19, 1, .22, 1);
		left: 0;
	}

	.hero-section .text-block {
		padding: 0 0 80px 30px;
		max-width: 370px;
	}

	.hero-section .img-block {
		margin-bottom: 0;
	}

	.hero-section .preheader {
		font-size: 16px;
	}

	.nav-active .hero-section {
		left: -100%;
		height: 0;
	}

	.instructions-section .holder {
		padding: 51px 30px 35px 30px;
		font-size: 20px;
	}

	.instructions-section .holder li:before {
		font-size: 25px;
	}

	.instructions-section .slide {
		padding: 74px 15px 63px 15px;
	}

	.instructions-section .slide {
		padding: 74px 15px 43px 15px;
	}

	.instructions-section .detailed-instructions {
		font-size: 18px;
	}

	.instructions-section .container {
		padding: 0;
	}

	.intro-section {
		padding: 80px 0 122px 0;
	}

	.intro-section ul {
		letter-spacing: 0;
	}

	.intro-section li {
		padding: 0 60px;
	}

	.how-it-works {
		padding: 100px 0 63px 0;
	}

	.how-it-works .holder {
		padding: 0 0 60px 0;
	}

	.how-it-works .container {
		padding: 0 25px;
	}

	.how-it-works p {
		line-height: 1.4;
	}

	.how-it-works li {
		padding: 0 30px;
	}

	.youtube-section {
		margin: 0 0 136px 0;
	}

	.youtube-section .container {
		padding: 0;
	}

	.youtube-section .holder {
		padding: 32% 68px 12% 68px;
		margin: 0;
	}

	.youtube-section .text-holder {
		padding: 80px 40px 27px 40px;
	}

	.youtube-section .text-holder:after {
		height: 6px;
		width: 64px;
	}

	.youtube-section .heading {
		padding: 0 40px;
		margin: 0;
	}

	.youtube-section h3 {
		font-size: 24px;
		line-height: 1.66666666;
		font-weight: 500;
		letter-spacing: 1.2px;
	}

	.youtube-section h5 {
		font-size: 18px;
		margin: 1em 0 1.2em 0;
	}

	.youtube-section p {
		line-height: 1.4;
		margin: 0 0 1.4em 0;
	}

	.slick-slider-testimonials {
		opacity: 0;
		visibility: hidden;
		z-index: -10;
		position: absolute;
	}

	.slick-slider-testimonials.slick-slider-testimonials-responsive {
		margin: 0 auto;
		max-width: 100%;
		z-index: 1;
		opacity: 1;
		visibility: visible;
		position: relative;
		padding: 46px 40px 110px 40px;
		border-bottom: 10px solid #db1328;
	}

	.slick-slider-testimonials.slick-slider-testimonials-responsive.slick-initialized {
		display: block;
	}

	.slick-slider-testimonials.slick-slider-testimonials-responsive .slick-arrow {
		top: auto;
		bottom: 26px;
		width: 34px;
		height: 34px;
		font-size: 15px;
	}

	.slick-slider-testimonials.slick-slider-testimonials-responsive .slick-prev {
		position: absolute;
		left: 50%;
		-webkit-transform: translate(-150%, 0);
		-ms-transform: translate(-150%, 0);
		transform: translate(-150%, 0);
	}

	.slick-slider-testimonials.slick-slider-testimonials-responsive .slick-next {
		position: absolute;
		left: 50%;
		-webkit-transform: translate(50%, 0);
		-ms-transform: translate(50%, 0);
		transform: translate(50%, 0);
	}

	.quotes-img {
		width: 26px;
		margin: 0 0 0 5px;
	}

	.slick-arrow {
		width: 34px;
		height: 34px;
	}

	.slick-arrow i {
		font-size: 14px;
	}

	.youtube-btn {
		margin: 0 auto;
	}

	.youtube-btn img {
		width: 74px;
		margin: 0 12px 0 0;
	}

	.youtube-btn strong {
		font-size: 13px;
		font-weight: 500;
	}

	.action-text {
		font-size: 13px;
	}

	.guide-section {
		padding: 60px 0;
	}

	.guide-section .heading {
		margin-bottom: 60px;
	}

	.slider-section .heading {
		padding: 0 40px;
		margin: 0 auto 71px auto;
	}

	.slider-section .heading p {
		line-height: 1.4;
	}

	.slider-section h2 {
		letter-spacing: 3px;
		margin: 0 0 1.3em 0;
	}

	.slider-section.slider-section-2 {
		padding: 80px 0 0 0;
		margin: 0 0 90px 0;
	}

	.slider-section.slider-section-2 .heading {
		padding: 0 35px;
		margin: 0 0 40px 0;
	}

	.slider-section.slider-section-2 .btn-holder {
		padding-top: 90px;
		margin-top: 44px;
	}

	.slick-slider-guide {
		padding: 0 32px;
	}

	.slick-slider-guide .text-holder {
		padding: 50px 30px 30px 30px;
		border: 17px solid #01203b;
	}

	.slick-slider-guide.slick-slider-text {
		margin: 0;
	}

	.slick-slider-guide.slick-slider-text .slick-slide {
		padding: 0;
	}

	.slick-slider-guide.slick-slider-text .slick-slide .text-holder {
		padding: 50px 30px 30px 30px;
		border: 17px solid #f6f6f6;
	}

	.slick-slider-guide.slick-slider-text .slick-slide.slick-current .text-holder {
		padding: 50px 30px 30px 30px;
		border: 17px solid #01203b;
	}

	.slick-slider-guide .slick-prev-add,
	.slick-slider-guide .slick-next-add {
		display: none !important;
	}

	.slick-slider-guide-add {
		padding: 0 0 42px 0;
		margin: 0 0 44px 0;
	}

	.slick-slider-guide-add .text-block {
		text-align: center;
	}

	.slick-slider-guide-add .slick-prev {
		bottom: 36px;
		top: auto;
		left: 36%;
	}

	.slick-slider-guide-add .slick-next {
		bottom: 36px;
		top: auto;
		right: 36%;
	}

	.slick-slider-guide-add.guide-add-text {
		padding: 0 0 54px 0;
	}

	.slick-slider-guide-add.guide-add-text .slick-slide.slick-center .text-block {
		padding: 52px 89px;
	}

	.the-latest .title {
		margin: 0;
		margin: 0 0 1.4em 32px;
		letter-spacing: 3px;
	}

	.slick-slider-latest {
		padding: 0 60px;
	}

	.slick-slider-latest .slick-prev {
		left: 13px;
	}

	.slick-slider-latest .slick-next {
		right: 13px;
	}

	.footer {
		position: relative;
		-webkit-transition: left 1s cubic-bezier(.19, 1, .22, 1);
		transition: left 1s cubic-bezier(.19, 1, .22, 1);
		left: 0;
	}

	.nav-active .footer {
		display: block;
		left: -100%;
		height: 0;
	}

	.footer .top-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 57px 0 5px 0;
	}

	.footer h6 {
		display: none;
	}

	.footer .bottom-row {
		font-size: 12px;
		font-weight: 300;
		padding: 0 0 55px 0;
	}

	.footer .contact-field {
		-webkit-box-ordinal-group: -1;
		-ms-flex-order: -2;
		order: -2;
	}

	.footer .social-networks {
		margin: 58px 0 0 0;
	}

	.footer-nav {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		margin: 0;
		font-size: 13px;
		font-weight: 400;
	}

	.footer-nav > li {
		margin: 0 0 10px 0;
	}

	.footer-nav > li > ul > li {
		margin: 0 0 20px 0;
	}

	.footer-nav .tel {
		color: #fff;
	}

	.footer-nav .btn-field {
		display: block;
	}

	.footer-nav .email-field {
		display: none;
	}

	.social-networks {
		font-size: 16px;
	}

	.social-networks li {
		margin: 0 20px 10px 20px;
	}

	.footer-logo {
		margin: 0 auto 53px auto;
		width: 126px;
		-webkit-box-ordinal-group: -2;
		-ms-flex-order: -3;
		order: -3;
	}

	.hero-section-holder.poison-hero-section-holder .hero-section form {
		padding: 0;
	}

	.hero-section-holder.poison-hero-section-holder .hero-section form input[type="search"] {
		font-size: 20px;
	}

	.hero-section-holder.poison-hero-section-holder .text-block {
		max-width: 380px;
	}

	.hero-section-holder.poison-hero-section-holder .hero-img.img-2 {
		width: 19%;
	}

	.hero-section-holder.poison-hero-section-holder .call-now {
		font-size: 18px;
	}

	.alphebetical-section .jcf-checkbox {
		margin: 0 42px 0 0;
	}

	.sort .slide {
		padding: 34px 24px 28px 28px;
	}

	.categories .opener i {
		margin: 0 0 0 120px;
	}

	.alphebetical-blocks > li {
		padding: 25px 0;
	}

	.alphebetical-blocks .opener-block:before {
		font-size: 34px;
	}

	.alphebetical-blocks .open-close {
		padding: 0 30px;
	}

	.alphebetical-blocks .opener {
		width: 40px;
		height: 40px;
	}

	.intro-section.for-owners-intro .container,
	.intro-section.for-vets-intro .container {
		padding: 80px 50px 320px 50px;
	}

	.help-block {
		padding: 60px 0;
	}

	.help-block li {
		padding: 0 40px;
	}

	.youtube-section.our-difference .holder {
		padding: 32% 0 11% 0;
	}

	.youtube-section.our-difference p {
		margin: 0 0 1.6em 0;
	}

	.youtube-section.our-difference .youtube-btn {
		margin: 0 auto;
		bottom: 0;
	}

	.youtube-section.our-difference .action-text {
		margin: 0;
	}

	.paws {
		margin: 0 0 80px 0;
	}

	.paws .holder {
		padding: 100px 0;
	}

	.basics-section {
		padding: 60px 0 0 0;
	}

	.basics-section li {
		width: 100%;
		margin: 0 0 30px 0;
	}

	.poison-lists {
		padding: 60px 0 0 0;
		margin: 0 0 60px 0;
	}

	.poison-lists .heading {
		margin: 0 auto 60px auto;
	}

	.youtube-section.tab-section {
		padding: 60px 0 0 0;
	}

	.youtube-section.tab-section .container {
		padding: 0 35px;
	}

	.youtube-section.tab-section .holder {
		padding: 62% 0 0 0;
	}

	.youtube-section.tab-section .heading {
		margin: 0 0 60px 0;
	}

	.youtube-section.tab-section .tabset {
		margin: 0 -20px 43px -20px;
	}

	.youtube-section.tab-section .tabset li {
		margin: 0 20px 15px 20px;
	}

	.youtube-section.tab-section .tabset a {
		font-size: 18px;
	}

	.youtube-section.tab-section .slick-slider-testimonials {
		max-width: 100%;
	}

	.pet-support {
		padding: 60px 0;
	}

	.pet-support .container {
		padding: 0 35px;
	}

	.pet-support .holder {
		margin: 0 0 80px 0;
	}

	.pet-support .text-holder {
		padding: 29px 25px 23px 35px;
	}

	.pet-support .col-1 {
		padding: 0 35px 0 0;
		width: 50%;
	}

	.pet-support .col-1 .img-block {
		margin: 120px 0 0 0;
	}

	.pet-support .col-2 {
		width: 50%;
	}

	.pet-support .btn-holder {
		padding: 0;
	}

	.intro-section.for-vets-intro .container {
		padding: 100px 50px 320px 50px;
	}

	.intro-section.for-vets-intro .container {
		padding: 60px 35px 40px 35px;
	}

	.free-resources .container {
		padding: 100px 60px;
	}

	.free-resources .icon-block {
		margin: 7px 0 0 100px;
	}

	.toxicology-block {
		padding: 90px 0 70px 0;
	}

	.toxicology-block .text-block {
		padding: 0 100px 0 17px;
	}

	.work-for-us {
		padding: 90px 0 40px 0;
	}

	.work-for-us .text-block {
		padding: 0 20px;
	}

	.work-for-us .img-block {
		width: 350px;
		padding: 70px 0 0 0;
	}

	.dealing-section h3 {
		font-size: 32px;
		line-height: 1.1;
		margin: 0 0 1em 0;
	}

	.dealing-section ul {
		margin: 0 -25px;
	}

	.dealing-section li {
		padding: 0 25px;
	}

	.subpages-holder .container {
		padding: 0 35px;
	}

	.subpages-holder .holder {
		padding: 62% 0 0 0;
	}

	.subpages-holder .tabset li {
		margin: 0 20px 15px 20px;
	}

	.subpages-holder .tabset a {
		font-size: 18px;
	}

	.overview-block {
		padding: 70px 60px 0 60px;
		font-size: 30px;
	}

	.our-purpose-block {
		padding: 80px 30px 0 30px;
	}

	.our-purpose-block .text-block {
		padding: 80px 60px 0 0;
	}

	.our-purpose-block .img-block {
		width: 300px;
	}

	.our-values-block {
		padding: 80px 0 0 0;
	}

	.our-values-block .img-block {
		width: 50%;
	}

	.our-values-block .text-block {
		padding: 70px 20px 0 20px;
		width: 50%;
	}

	.mission-block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 80px 0 0 0;
		margin: 0 0 80px;
	}

	.mission-block .text-holder {
		width: 100%;
		padding: 0;
		margin: 0 0 50px 0;
	}

	.mission-block .text-holder img {
		display: none;
	}

	.mission-block .text-block {
		padding: 60px 40px;
		border: 18px solid #01203b;
	}

	.mission-block .pretitle {
		font-size: 16px;
		margin: 0 0 1.6em 0;
	}

	.mission-block .img-block {
		width: 100%;
		padding: 0;
		text-align: center;
	}

	.mission-block h3 {
		font-size: 32px;
	}

	.why-block {
		font-size: 20px;
		padding: 100px 9999px 25px 9999px;
	}

	.why-block ul {
		margin: 0 -30px;
	}

	.why-block li {
		margin: 0 0 50px 0;
		padding: 0 30px;
	}

	.why-block .opener {
		padding: 30px 20px;
	}

	.why-block .slide {
		padding: 42px 48px 40px 48px;
		max-height: 382px;
	}

	.safety-call-block {
		padding: 80px 40px 20px 40px;
	}

	.hero-blog h1 {
		font-size: 44px;
	}

	.filtering-block {
		padding: 40px 0 60px 60px;
	}

	.filtering-block .jcf-checkbox {
		margin: 0 42px 0 0;
	}

	.latest-posts {
		padding: 80px 0;
	}

	.latest-posts .heading {
		margin: 0 0 60px 0;
	}

	.posts-list {
		margin: 0 0 80px 0;
	}

	.posts-list .text-block {
		padding: 64px 25px 66px 43px;
	}

	.hero-contact .container {
		padding: 60px 35px;
	}

	.hero-contact .heading {
		max-width: 240px;
	}

	.hero-contact h1 {
		font-size: 44px;
	}

	.paws-block {
		width: 180px;
		right: 0;
	}

	.paws-block .dog-img {
		margin: 150px 0 0 0;
	}

	.paws-block .paws-images {
		width: 140px;
	}

	.contact-section {
		padding: 80px 192px 1px 0;
	}

	.page-default-content {
		padding-top: 70px;
		padding-bottom: 40px;
	}
}

@media all and (max-width: 800px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs > ul > li {
		max-width: calc(100% - 10px);
	}
}

@media (max-width: 767px) {
	.navigation,
	.navigation-comments,
	.pagination {
		font-size: 11px;
	}

	.navigation .page-numbers,
	.navigation-comments .page-numbers,
	.pagination .page-numbers {
		padding: 10px 8px;
	}

	.navigation .page-numbers,
	.navigation-comments .page-numbers,
	.pagination .page-numbers {
		padding: 8px;
	}

	.navigation .next a,
	.navigation .prev a,
	.navigation .al a,
	.navigation .ar a,
	.navigation-comments .next a,
	.navigation-comments .prev a,
	.navigation-comments .al a,
	.navigation-comments .ar a,
	.pagination .next a,
	.pagination .prev a,
	.pagination .al a,
	.pagination .ar a {
		padding: 10px;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.posts-list .post {
		margin: 0 0 20px;
	}

	.commentlist {
		margin-left: 0;
	}

	.commentlist .comment {
		padding: 0;
	}

	.divider {
		display: none;
	}

	.wp-test .wp-test-container {
		padding: 0 15px 60px 15px;
	}

	.pagination-full .prev {
		margin-right: 13px;
	}

	.pagination-full .next {
		margin-left: 13px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 20px;
	}

	h6 {
		font-size: 13px;
	}
	.link {
		font-size: 11px;
	}

	.hero-section .container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 52px 0 0 0;
	}

	.hero-section .text-block {
		max-width: 100%;
		width: 100%;
		padding: 0 34px 15px 34px;
	}

	.hero-section .img-block {
		width: 100%;
		padding: 0 0 6px 0;
	}

	.hero-section .img-block img {
		bottom: 0;
	}

	.hero-section .preheader {
		font-size: 14px;
		letter-spacing: .7px;
		margin-bottom: 16px;
	}

	.hero-section h1 {
		letter-spacing: 1.1px;
		margin: 0 0 .3em 0;
	}

	.hero-section .phone-link {
		letter-spacing: 3px;
	}

	.hero-section .bottom-info {
		font-size: 12px;
	}

	.instructions-section .btn {
		font-size: 14px;
		padding: 15px 20px;
	}

	.instructions-section .icon-plus,
	.instructions-section .icon-minus {
		width: 41px;
		height: 41px;
	}

	.instructions-section .holder {
		font-size: 18px;
		padding: 51px 15px 35px 15px;
	}

	.instructions-section .holder li:before {
		font-size: 23px;
	}

	.intro-section {
		font-size: 16px;
		padding: 80px 0 98px 0;
	}

	.intro-section .container {
		padding: 0 45px;
	}

	.intro-section h3 {
		font-size: 24px;
		line-height: 1.41666666;
	}

	.intro-section h4 {
		margin: 0 0 .8em 0;
	}

	.intro-section ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 51px auto 0 auto;
	}

	.intro-section ul p {
		line-height: 1.45;
	}

	.intro-section li {
		width: 100%;
		padding: 36px 0 0 0;
	}

	.intro-section li:first-child {
		padding: 36px 0 42px 0;
	}

	.intro-section li:first-child:after {
		position: absolute;
		bottom: 0;
		top: auto;
		height: 1px;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		width: 97px;
	}

	.how-it-works .holder {
		padding: 0 0 15px 0;
	}

	.how-it-works .img-block {
		margin: 0 0 56px 0;
	}

	.how-it-works .img-block img {
		margin: -23% 0 0 0;
	}

	.how-it-works ol {
		margin: 57px 0 0 0;
	}

	.how-it-works ol:after {
		display: none;
	}

	.how-it-works li {
		width: 100%;
		margin: 0 0 55px 0;
	}

	.how-it-works li:before {
		width: 41px;
		height: 41px;
		margin: 0 auto 23px auto;
	}

	.youtube-section .text-holder {
		padding: 60px 40px 27px 40px;
	}

	.youtube-section .heading {
		padding: 0 20px 0 45px;
	}

	.youtube-section h2 {
		line-height: 1.2;
		letter-spacing: 3px;
		margin: 0 0 1.3em 0;
	}

	.slider-section .btn {
		padding: 11px 30px;
	}

	.slider-section.slider-section-2 {
		padding: 60px 0 0 0;
		margin: 0 0 60px 0;
	}

	.slider-section.slider-section-2 .heading .text {
		padding: 0;
	}

	.slider-section.slider-section-2 .btn-holder {
		padding-top: 60px;
	}

	.slick-slider-guide .text-holder {
		padding: 30px 20px 20px 20px;
		border: 14px solid #01203b;
	}

	.slick-slider-guide.slick-slider-text .slick-slide .text-holder {
		padding: 30px 20px 20px 20px;
		border: 14px solid #f6f6f6;
	}

	.slick-slider-guide.slick-slider-text .slick-slide.slick-current .text-holder {
		padding: 30px 20px 20px 20px;
		border: 14px solid #01203b;
	}

	.slick-slider-guide-add .text-block {
		font-size: 13px;
		padding: 34px 35px;
	}

	.slick-slider-guide-add .slick-prev {
		bottom: 30px;
	}

	.slick-slider-guide-add .slick-next {
		bottom: 30px;
	}

	.slick-slider-guide-add h6 {
		font-size: 13px;
		margin: 0 0 .7em 0;
	}

	.slick-slider-guide-add.guide-add-text .slick-slide.slick-center .text-block {
		padding: 39px 40px;
	}

	.the-latest {
		padding: 80px 0 40px 0;
	}

	.the-latest .title {
		margin: 0 0 1.4em 46px;
	}

	.the-latest .slick-slide {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.the-latest .img-block,
	.the-latest .text-block {
		width: 100%;
	}

	.the-latest .img-block {
		padding-top: 85%;
	}

	.the-latest .text-block {
		border: 15px solid #f5f5f5;
		padding: 40px 30px;
	}

	.the-latest .preheader {
		font-size: 14px;
		margin: 0 0 13px 0;
	}

	.the-latest.the-latest-2 {
		padding: 0 0 35px 0;
	}

	.slick-slider-latest {
		padding: 0 23px 95px 23px;
	}

	.slick-slider-latest h2 {
		font-size: 24px;
		line-height: 1.1;
		margin: 0 0 1em 0;
	}

	.slick-slider-latest .link {
		font-size: 14px;
	}

	.slick-slider-latest .slick-arrow {
		top: auto;
		bottom: 0;
	}

	.slick-slider-latest .slick-prev {
		left: 36%;
	}

	.slick-slider-latest .slick-next {
		right: 36%;
	}

	.newsletter-section {
		padding: 43px 0 35px 0;
	}

	.newsletter-section .container {
		padding: 0 70px;
	}

	.newsletter-section h3 {
		margin: 0 0 1.6em 0;
	}

	.newsletter-block {
		max-width: 167px;
	}

	.newsletter-block input[type="email"] {
		font-size: 16px;
		padding: 5px 14px;
	}

	.newsletter-block button[type="submit"] {
		width: 23px;
	}

	.newsletter-block button[type="submit"] i {
		bottom: 6px;
	}

	.footer .bottom-row {
		padding: 0 0 95px 0;
	}

	.hero-section-holder.poison-hero-section-holder .container {
		padding: 0 34px;
	}

	.hero-section-holder.poison-hero-section-holder .hero-section form button[type="submit"] {
		width: 23px;
	}

	.hero-section-holder.poison-hero-section-holder .hero-section form button[type="submit"] i {
		bottom: 6px;
	}

	.hero-section-holder.poison-hero-section-holder .holder {
		padding: 60px 0 45px 0;
	}

	.hero-section-holder.poison-hero-section-holder .text-block {
		max-width: 100%;
	}

	.hero-section-holder.poison-hero-section-holder .hero-img {
		display: none;
	}

	.alphebetical-section:before {
		top: 118px;
	}

	.alphebetical-section .heading {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.sort .slide {
		padding: 20px;
	}

	.sort .opener {
		padding: 20px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.categories {
		width: 100%;
	}

	.categories .opener {
		padding: 20px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.categories .opener i {
		margin: 0 0 0 15px;
	}

	.alphebetical-list > li {
		margin-bottom: 10px;
	}

	.alphebetical-blocks {
		padding: 20px;
	}

	.alphebetical-blocks > li {
		padding: 20px 0;
	}

	.alphebetical-blocks .opener-block:before {
		font-size: 28px;
	}

	.alphebetical-blocks .open-close {
		padding: 0 10px;
	}

	.alphebetical-blocks .opener {
		width: 36px;
		height: 36px;
	}

	.alphebetical-blocks .slide {
		padding: 14px 0 0 0;
	}

	.alphebetical-blocks .slide li {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.alphebetical-blocks .slide span {
		width: 100%;
	}

	.alphebetical-blocks .slide span:first-child {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.hero-section.hero-for-owners .container,
	.hero-section.hero-for-vets .container,
	.hero-blog .container,
	.hero-contact .container {
		padding: 80px 35px 80px 35px;
	}

	.hero-section.hero-for-owners h1,
	.hero-section.hero-for-vets h1,
	.hero-blog h1,
	.hero-contact h1 {
		font-size: 42px;
	}

	.intro-section.for-owners-intro .container,
	.intro-section.for-vets-intro .container {
		padding: 50px 35px 30px 35px;
	}

	.intro-section.for-owners-intro .intro-img,
	.intro-section.for-vets-intro .intro-img {
		position: relative;
		right: auto;
		margin: 30px auto 0 auto;
	}

	.intro-section.for-owners-intro h3,
	.intro-section.for-vets-intro h3 {
		font-size: 26px;
	}

	.help-block {
		padding: 60px 0 30px 0;
	}

	.help-block li {
		width: 100%;
		margin: 0 0 30px 0;
	}

	.youtube-section.our-difference h2 {
		margin: 0 0 1.3em 0;
	}

	.paws {
		padding: 60px 0 0 0;
	}

	.paws .holder {
		padding: 0;
	}

	.paws .inner-holder {
		padding: 30px 30px 40px 30px;
		max-width: 100%;
	}

	.paws .youtube-btn {
		display: none;
	}

	.paws .bg-stretch {
		display: none;
	}

	.paws .img-block-responsive {
		display: block;
	}

	.basics-section li {
		padding: 68px 25px 0 25px;
		font-size: 28px;
	}

	.basics-section .text {
		padding: 0;
	}

	.basics-section .btn {
		padding: 15px 25px;
	}

	.poison-lists {
		padding: 40px 0 0 0;
	}

	.youtube-section.tab-section .container {
		padding: 0 20px;
	}

	.youtube-section.tab-section h3 {
		font-size: 32px;
	}

	.youtube-section.tab-section .heading {
		padding: 0;
	}

	.youtube-section.tab-section .slick-slider-testimonials {
		padding: 35px 35px 88px 35px;
	}

	.pet-support .holder {
		margin: 0;
	}

	.pet-support .col {
		margin-bottom: 60px;
	}

	.pet-support .col-1 {
		padding: 0;
		width: 100%;
	}

	.pet-support .col-1 .img-block {
		margin: 60px 0 0 0;
	}

	.pet-support .col-2 {
		width: 100%;
	}

	.free-resources .container {
		padding: 70px 35px 10px 35px;
	}

	.free-resources .heading {
		text-align: center;
	}

	.free-resources ul {
		margin: 70px 0 0 0;
	}

	.free-resources li {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 0 50px 0;
	}

	.free-resources .text-block {
		text-align: center;
		width: 100%;
	}

	.free-resources .icon-block {
		margin: 0 auto 40px auto;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.toxicology-block {
		padding: 70px 0 50px 0;
	}

	.toxicology-block .text-block {
		padding: 0;
		text-align: center;
	}

	.toxicology-block .img-block {
		padding: 0;
		display: none;
	}

	.toxicology-block .img-responsive {
		display: block;
		margin: 40px auto 50px auto;
	}

	.work-for-us {
		padding: 60px 0 0 0;
	}

	.work-for-us .container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.work-for-us .img-block {
		display: none;
	}

	.dealing-section {
		padding: 60px 0 30px 0;
	}

	.dealing-section h2 {
		margin: 0 0 1.2em 0;
	}

	.dealing-section ul {
		margin: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.dealing-section li {
		padding: 0;
		width: 100%;
		text-align: center;
	}

	.subpages-holder .container {
		padding: 0 20px;
	}

	.subpages-holder .tab {
		padding: 0 0 50px 0;
	}

	.overview-block {
		padding: 60px 30px 0 30px;
		font-size: 28px;
	}

	.our-purpose-block {
		padding: 60px 30px 0 30px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.our-purpose-block .text-block {
		padding: 0;
		margin-bottom: 30px;
	}

	.our-purpose-block .img-block {
		width: 100%;
	}

	.our-values-block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.our-values-block .img-block {
		width: 100%;
		padding: 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.our-values-block .text-block {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}

	.our-values-block ul {
		max-width: 510px;
		margin: 0 auto;
	}

	.our-values-block li:first-child {
		width: 42%;
	}

	.our-values-block li:nth-child(2) {
		width: 42%;
	}

	.our-values-block li:last-child {
		width: 69%;
	}

	.our-values-block li img {
		width: 100%;
	}

	.mission-block {
		padding: 50px 0 0 0;
	}

	.mission-block .text-block {
		padding: 50px 30px;
	}

	.mission-block h3 {
		font-size: 28px;
	}

	.why-block {
		padding: 60px 9999px 50px 9999px;
	}

	.why-block li {
		width: 100%;
	}

	.safety-call-block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 60px 20px 20px 20px;
	}

	.safety-call-block .call-logo {
		margin: 0 0 40px 0;
	}

	.hero-blog .container {
		padding: 100px 35px 180px 35px;
	}

	.filtering-block {
		padding: 40px 23px 20px 23px;
	}

	.filtering-block .container {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0;
	}

	.filtering-block .tags-filter .slide {
		left: auto;
		right: 0;
	}

	.latest-posts {
		padding: 60px 0 50px 0;
	}

	.posts-list {
		margin: 0 0 60px 0;
	}

	.posts-list li {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.posts-list li:not(:last-child) {
		padding: 0 0 55px 0;
		margin: 0 0 55px 0;
	}

	.posts-list .img-block {
		width: 100%;
		padding-top: 55%;
	}

	.posts-list .text-block {
		width: 100%;
		padding: 44px 25px 46px 25px;
	}

	.paws-block {
		display: none;
	}

	.contact-section {
		padding: 60px 0 1px 0;
	}

	.add-contact-section {
		padding: 30px 0 60px 0;
	}

	.add-contact-section .container {
		padding: 30px 35px 30px 35px;
	}

	.page-default-content {
		padding-top: 40px;
	}

	.page-default-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.sidebar {
		width: 100%;
		margin: 0 0 40px;
	}

	.pf-content {
		width: 100%;
	}
}

@media (max-width: 479px) {
	#wp-calendar {
		width: 100%;
	}

	.comment-form textarea,
	.comment-form input:not([type="submit"]) {
		width: 100%;
	}

	.parent.comment .comment {
		margin-left: 5%;
	}

	h1 {
		font-size: 38px;
	}
	.header .top-row {
		font-size: 12px;
	}
	.instructions-section .detailed-instructions .phone-link {
		display: block;
	}

	.how-it-works .container {
		padding: 0 10px;
	}

	.slick-slider-guide .text-holder span {
		font-size: 26px;
	}

	.slick-slider-guide-add .text-block {
		margin: 0 auto;
		max-width: 263px;
	}

	.hero-section-holder.poison-hero-section-holder .call-now a {
		display: block;
	}

	.pet-support .text-holder {
		max-width: 100%;
	}

	.overview-block {
		padding: 60px 0 0 0;
		font-size: 26px;
	}

	.our-purpose-block {
		padding: 40px 0 0 0;
	}

	.our-values-block {
		padding: 60px 0 0 0;
	}

	.safety-call-block {
		padding: 60px 0 20px 0;
	}

	.filtering-block .slide {
		max-width: 274px;
		padding: 3px 18px 3px 18px;
	}
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-webkit-keyframes paw-1 {
	0 {
		opacity: 0;
		visibility: hiddeb;
	}

	75% {
		opacity: 1;
		visibility: visible;
	}

	100% {
		opacity: 0;
		visibility: hidden;
	}
}

@keyframes paw-1 {
	0 {
		opacity: 0;
		visibility: hiddeb;
	}

	75% {
		opacity: 1;
		visibility: visible;
	}

	100% {
		opacity: 0;
		visibility: hidden;
	}
}

@-webkit-keyframes paw-2 {
	0% {
		opacity: 0;
		visibility: hidden;
	}

	50% {
		opacity: 1;
		visibility: visible;
	}

	100% {
		opacity: 0;
		visibility: hidden;
	}
}

@keyframes paw-2 {
	0% {
		opacity: 0;
		visibility: hidden;
	}

	50% {
		opacity: 1;
		visibility: visible;
	}

	100% {
		opacity: 0;
		visibility: hidden;
	}
}

@-webkit-keyframes paw-3 {
	0% {
		opacity: 0;
		visibility: hidden;
	}

	25% {
		opacity: 1;
		visibility: visible;
	}

	100% {
		opacity: 0;
		visibility: hidden;
	}
}

@keyframes paw-3 {
	0% {
		opacity: 0;
		visibility: hidden;
	}

	25% {
		opacity: 1;
		visibility: visible;
	}

	100% {
		opacity: 0;
		visibility: hidden;
	}
}

@-webkit-keyframes paw-4 {
	0% {
		opacity: 1;
		visibility: visible;
	}

	100% {
		opacity: 0;
		visibility: hidden;
	}
}

@keyframes paw-4 {
	0% {
		opacity: 1;
		visibility: visible;
	}

	100% {
		opacity: 0;
		visibility: hidden;
	}
}
