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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	font-family: "Open Sans", sans-serif;
	color: #000;
}

a {
	color: #0000a9;
	text-decoration: none;
}

a:hover {
	color: #0000dc;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}

#preloader::before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #0000a9;
	border-top-color: #9090ff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {

	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: #050e38;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
}

.back-to-top i {
	font-size: 28px;
	color: #fff;
	line-height: 0;
}

.back-to-top:hover {
	background: #0000d2;
	color: #fff;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {

	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}

/*--------------------------------------------------------------
# Header nav button
--------------------------------------------------------------*/
.sub-scenario {
	margin: 0 20px;
	background-color: #0000a9;
	padding: 32px 20px;
}

.sub-scenario a {
	color: #fff !important;
}

.sub-scenario a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -6px;
	left: 0;
	background-color: #fff;
	visibility: hidden;
	width: 0;
	transition: all 0.3s ease-in-out 0s;
}

.sub-scenario a:hover::before {
	visibility: visible;
	width: 100%;
}

#header.fixed-top .sub-scenario {
	padding: 24px 20px;
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
.arg-icon {
	display: inline-block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 15px;
}

.arg-icon.broker-icon {
	width: 42px;
	height: 42px;
}

.arg-icon.loan-icon {
	border-radius: 5px;
	box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
}

.arg-icon.ndis {
	background-image: url("/wp-content/themes/allstate/assets/img/icons/ndis.png");
}

.arg-icon.alt-doc {
	background-image: url("/wp-content/themes/allstate/assets/img/icons/001-paperwork.png");
}

.arg-icon.full-doc {
	background-image: url("/wp-content/themes/allstate/assets/img/icons/002-briefcase.png");
}

.arg-icon.construction {
	background-image: url("/wp-content/themes/allstate/assets/img/icons/003-plan.png");
}

.arg-icon.vacant-land {
	background-image: url("/wp-content/themes/allstate/assets/img/icons/006-land.png");
}

.arg-icon.relocation {
	background-image: url("/wp-content/themes/allstate/assets/img/icons/004-moving.png");
}

.arg-icon.smsf {
	background-image: url("/wp-content/themes/allstate/assets/img/icons/005-bank.png");
}

.arg-icon.lease-doc {
	background-image: url("/wp-content/themes/allstate/assets/img/icons/007-report.png");
}

.arg-icon.xpats {
	background-image: url("/wp-content/themes/allstate/assets/img/icons/airplane.png");
}

.arg-icon.calculator {
	background-image: url("/wp-content/themes/allstate/assets/img/icons/011-calculator.png");
}

.arg-icon.discharge {
	background-image: url("/wp-content/themes/allstate/assets/img/icons/015-approval.png");
}

.arg-icon.fact-sheet {
	background-image: url("/wp-content/themes/allstate/assets/img/icons/013-validation.png");
}

.arg-icon.forms {
	background-image: url("/wp-content/themes/allstate/assets/img/icons/012-checklist.png");
}

.arg-icon.rates-fees {
	background-image: url("/wp-content/themes/allstate/assets/img/icons/014-tax-office.png");
}

.arg-icon.covid {
	background-image: url("/wp-content/themes/allstate/assets/img/icons/018-secure-shield.png");
}

.arg-icon.information {
	background-image: url("/wp-content/themes/allstate/assets/img/icons/016-promotion.png");
}

.arg-icon.loanapp {
	background-image: url("/wp-content/themes/allstate/assets/img/icons/021-loan-app.png");
}

.arg-icon.promotions {
	background-image: url("/wp-content/themes/allstate/assets/img/icons/017-discount.png");
}

.arg-icon.service-levels {
	background-image: url("/wp-content/themes/allstate/assets/img/icons/019-hourglass.png");
}

.arg-icon.target-market {
	background-image: url("/wp-content/themes/allstate/assets/img/icons/020-network.png");
}

.arg-icon.matrices {
	background-image: url("/wp-content/themes/allstate/assets/img/icons/excel.png");
}

.arg-icon.library {
	background-image: url("/wp-content/themes/allstate/assets/img/icons/book.png");
}

.arg-icon.cabernet {
	background-color: maroon;
}

.arg-icon.gold {
	background-color: #ffd700;
}

.arg-icon.green {
	background-color: #04570c;
}

.arg-icon.ocean {
	background-color: #1080f0;
}

.arg-icon.orange {
	background-color: #d56801;
}

.arg-icon.platinum {
	background-color: #e5e4e2;
}

.arg-icon.purple {
	background-color: #5b00d7;
}

.arg-icon.redzed {
	background-color: #b42f13;
}

.arg-icon.zoomz {
	background-color: #0dbcab;
}

.arg-icon.navy {
	background-color: #1b0281;
}

/*--------------------------------------------------------------
# Default Page
--------------------------------------------------------------*/
body.page-template-default main {
	padding-bottom: 40px;
}

body.page-template-default main article {
	margin-top: 40px;
}

body.page-template-default main article .entry-header h1 {
	margin-top: 20px;
	font-size: 32px;
	font-weight: 300;
}

body.page-template-default main article .entry-content > p {
	padding: 0;
	font-size: 20px;
	text-align: left;
	font-weight: 100;
}

body.page-template-default main article .entry-content strong {
	font-weight: 700;
}

body.page-template-default main article .entry-content hr.wp-block-separator {
	border-bottom: none;
}

/*--------------------------------------------------------------
# Gravity Forms
--------------------------------------------------------------*/
.gform_wrapper {
	padding: 10px;
	background-color: #eee;
	margin-bottom: 50px;
}

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

	.gform_wrapper {
		padding: 20px;
	}
}

.gform_wrapper .gform_heading h2.gform_title {
	font-weight: 200;
	margin: 20px 0;
}

.gform_wrapper .gform_heading .gform_required_legend {
	display: none;
}

.gform_wrapper .gform_body .gfield.gsection h3 {
	margin: 30px 0 10px 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
}

.gform_wrapper .gform_body .gfield > label {
	font-weight: 100;
}

.gform_wrapper .gform_footer input[type=submit] {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 5px;
	text-transform: uppercase;
	background-color: #0000a9;
	border-color: #0000a9;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}

.gform_confirmation_wrapper {
	padding: 50px 20px;
	text-align: center;
	background-color: #9090ff;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 200;
	margin-bottom: 40vw;
}

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

	.gform_confirmation_wrapper {
		font-size: 25px;
	}
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
	background: #050e38;
	height: 40px;
	font-size: 14px;
	transition: all 0.5s;
	color: #fff;
	padding: 0;
}

#topbar .contact-info i {
	font-style: normal;
	color: #fff;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
	padding-left: 5px;
	color: #fff;
}

#topbar .contact-info i a {
	line-height: 0;
	transition: 0.3s;
	transition: 0.3s;
}

#topbar .contact-info i a:hover {
	color: #fff;
	text-decoration: underline;
}

#topbar .social-links a {
	color: rgba(255, 255, 255, 0.7);
	line-height: 0;
	transition: 0.3s;
	margin-left: 20px;
}

#topbar .social-links a:hover {
	color: white;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	background: #fff;
	transition: all 0.5s;
	z-index: 997;
	height: 86px;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

#header.fixed-top {
	height: 70px;
}

#header .logo {
	font-size: 30px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0.8px;
	font-family: "Poppins", sans-serif;
}

#header .logo a {
	color: #222;
}

#header .logo a span {
	color: #0000a9;
}

#header .logo img {
	max-height: 40px;
}

.scrolled-offset {
	margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/**
* Desktop Navigation
*/
.navbar {
	padding: 0;
}

.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}

.navbar li {
	position: relative;
}

.navbar > ul > li {
	white-space: nowrap;
	padding: 10px 0 10px 28px;
}

.navbar a,
.navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 3px;
	font-size: 15px;
	font-weight: 600;
	color: #222;
	white-space: nowrap;
	transition: 0.3s;
	position: relative;
}

.navbar a i,
.navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}

.navbar > ul > li > a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -6px;
	left: 0;
	background-color: #0000a9;
	visibility: hidden;
	width: 0;
	transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover::before,
.navbar li:hover > a::before,
.navbar .active::before {
	visibility: visible;
	width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
	color: #0000a9;
}

.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 28px;
	top: calc(100% + 30px);
	margin: 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
}

.navbar .dropdown ul li {
	min-width: 200px;
}

.navbar .dropdown ul a {
	padding: 10px 20px;
	font-weight: 400;
}

.navbar .dropdown ul a i {
	font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
	color: #0000a9;
}

.navbar .dropdown:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}

@media (max-width: 1366px) {

	.navbar .dropdown .dropdown ul {
		left: -90%;
	}

	.navbar .dropdown .dropdown:hover > ul {
		left: -100%;
	}
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
	color: #222;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
	color: #fff;
}

@media (max-width: 991px) {

	.mobile-nav-toggle {
		display: block;
	}

	.navbar ul {
		display: none;
	}
}

.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #050e38;
	color: #fff;
	transition: 0.3s;
	z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
}

.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	background: #050e38;
	color: #fff;
	overflow-y: auto;
	transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
	padding: 10px 20px;
	font-size: 15px;
	color: #fff;
}

.navbar-mobile > ul > li {
	padding: 0;
}

.navbar-mobile a:hover::before,
.navbar-mobile li:hover > a::before,
.navbar-mobile .active::before {
	visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
	color: #fff;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
	margin: 15px;
}

.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
	min-width: 200px;
}

.navbar-mobile .dropdown ul a {
	padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
	font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
	color: #0000a9;
}

.navbar-mobile .dropdown > .dropdown-active {
	display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
	width: 100%;
	padding: 0;
}

#hero .carousel-item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 10vw 0 0 0;

	/*
    &:nth-child(1){
      background-image:linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 45%, rgba(255,255,255,0.1) 55%, rgba(255,255,255,0.1) 100%), url('/wp-content/themes/allstate/assets/img/hero-image-2.jpg');

      @media (min-width: 768px) {
        background-image:linear-gradient(90deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 45%, rgba(255,255,255,0.1) 100%), url('/wp-content/themes/allstate/assets/img/hero-image-2.jpg');
      }
    }

    &:nth-child(1){
      background-image:linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.4) 45%, rgba(0,0,0,0.1) 55%, rgba(0,0,0,0.1) 100%), url('/wp-content/themes/allstate/assets/img/hero-image-2.jpg');

      @media (min-width: 768px) {
        background-image:linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.4) 45%, rgba(0,0,0,0.1) 100%), url('/wp-content/themes/allstate/assets/img/hero-image-2.jpg');
      }
    }

    &:nth-child(2){
      background-image:linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 45%, rgba(255,255,255,0.1) 55%, rgba(255,255,255,0.1) 100%), url('/wp-content/themes/allstate/assets/img/hero-image-1.jpg');

      @media (min-width: 768px) {
        background-image:linear-gradient(90deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 45%, rgba(255,255,255,0.1) 100%), url('/wp-content/themes/allstate/assets/img/hero-image-1.jpg');
      }
    }

    &:nth-child(2){
      background-image:linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.4) 45%, rgba(0,0,0,0.1) 55%, rgba(0,0,0,0.1) 100%), url('/wp-content/themes/allstate/assets/img/hero-image-1.jpg');

      @media (min-width: 768px) {
        background-image:linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.4) 45%, rgba(0,0,0,0.1) 100%), url('/wp-content/themes/allstate/assets/img/hero-image-1.jpg');
      }
    }


    &:nth-child(3){
      background-image:linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 45%, rgba(255,255,255,0.1) 55%, rgba(255,255,255,0.1) 100%), url('/wp-content/themes/allstate/assets/img/hero-image-3.jpg');

      @media (min-width: 768px) {
        background-image:linear-gradient(90deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 45%, rgba(255,255,255,0.1) 100%), url('/wp-content/themes/allstate/assets/img/hero-image-3.jpg');
      }
    }

    &:nth-child(3){
      background-image:linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.4) 45%, rgba(0,0,0,0.1) 55%, rgba(0,0,0,0.1) 100%), url('/wp-content/themes/allstate/assets/img/hero-image-3.jpg');

      @media (min-width: 768px) {
        background-image:linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.4) 45%, rgba(0,0,0,0.1) 100%), url('/wp-content/themes/allstate/assets/img/hero-image-3.jpg');
      }
    }
*/
}

@media (min-width: 768px) {

	#hero .carousel-item {
		padding: 10vw 0;
	}
}

@media (min-width: 992px) {

	#hero .carousel-item {
		padding: 200px 0;
	}
}

#hero .container {
	position: relative;
}

#hero .container .hero-info-box {

	/*
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      */
	border-radius: 15px;
	margin-top: 350px;
	margin-bottom: 50px;
	padding: 30px 0;
}

@media (min-width: 768px) {

	#hero .container .hero-info-box {
		background-color: transparent;
		margin-bottom: 0;
		margin-top: 0;
	}
}

@media (min-width: 992px) {

	#hero .container .hero-info-box {
		padding: 80px 0;
	}
}

#hero h1 {
	margin: 0;
	font-size: 45px;
	font-weight: 100;
	color: #fff;
	font-family: "Poppins", sans-serif;
}

@media (min-width: 576px) {

	#hero h1 {
		font-size: 55px;
	}
}

@media (min-width: 768px) {

	#hero h1 {
		font-size: 65px;
	}
}

@media (min-width: 992px) {

	#hero h1 {
		font-size: 75px;
	}
}

#hero h1 span {
	color: #fff;
	font-weight: 700;
}

#hero h2 {
	color: #fff;
	margin: 24px 0 30px 0;
	font-size: 16px;
	line-height: 24px;
	font-family: "Poppins";
	font-weight: 400;
	max-width: 900px;
	width: 100%;
}

@media (min-width: 768px) {

	#hero h2 {
		font-size: 20px;
		line-height: 34px;
	}
}

#hero h2.leader {
	font-size: 20px;
	font-weight: 300;
}

@media (min-width: 768px) {

	#hero h2.leader {
		font-size: 24px;
	}
}

#hero .btn-get-started {
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 28px;
	border-radius: 4px;
	transition: 0.5s;
	color: #fff;
	background: #0000a9;
}

#hero .btn-get-started:hover {
	background: #0000c3;
}

#hero .btn-watch-video {
	font-size: 16px;
	transition: 0.5s;
	margin-left: 25px;
	color: #222;
	font-weight: 600;
	display: flex;
	align-items: center;
}

#hero .btn-watch-video i {
	color: #0000a9;
	font-size: 32px;
	transition: 0.3s;
	line-height: 0;
	margin-right: 8px;
}

#hero .btn-watch-video:hover {
	color: #0000a9;
}

#hero .btn-watch-video:hover i {
	color: #0000dc;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
	padding: 60px 0;
	overflow: hidden;
}

.section-bg {
	background-color: #f6f6ff;
}

.section-title {
	text-align: center;
	padding-bottom: 30px;
}

.section-title h2 {
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 200;
	padding: 8px 20px;
	margin: 0;
	background: #f6f6ff;
	color: #0000a9;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 50px;
}

.section-title h3 {
	margin: 15px 0 0 0;
	font-size: 32px;
	font-weight: 300;
}

.section-title h3 span {
	color: #0000a9;
}

.section-title p {
	margin: 15px auto 0 auto;
	font-weight: 100;
}

@media (min-width: 1024px) {

	.section-title p {
		width: 50%;
	}
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	padding: 20px 0;
	background-color: #f6f6ff;
	min-height: 40px;
}

.breadcrumbs h2 {
	font-size: 24px;
	font-weight: 300;
	margin: 0;
}

@media (max-width: 992px) {

	.breadcrumbs h2 {
		margin: 0 0 10px 0;
	}
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

.breadcrumbs ol li + li {
	padding-left: 10px;
}

.breadcrumbs ol li + li::before {
	display: inline-block;
	padding-right: 10px;
	color: #6c757d;
	content: "/";
}

@media (max-width: 768px) {

	.breadcrumbs .d-flex {
		display: block !important;
	}

	.breadcrumbs ol {
		display: block;
	}

	.breadcrumbs ol li {
		display: inline-block;
	}
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
	padding: 30px;
	position: relative;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
	transition: all 0.3s ease-in-out;
	border-radius: 8px;
	z-index: 1;
}

.featured-services .icon-box::before {
	content: "";
	position: absolute;
	background: #7676ff;
	right: 0;
	left: 0;
	bottom: 0;
	top: 100%;
	transition: all 0.3s;
	z-index: -1;
}

.featured-services .icon-box:hover::before {
	background: #0000a9;
	top: 0;
	border-radius: 0;
}

.featured-services .icon {
	margin-bottom: 15px;
}

.featured-services .icon i {
	font-size: 48px;
	line-height: 1;
	color: #0000a9;
	transition: all 0.3s ease-in-out;
}

.featured-services .title {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
}

.featured-services .title a {
	color: #111;
}

.featured-services .description {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 0;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
	color: #fff;
}

.featured-services .icon-box:hover .icon i {
	color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
	font-weight: 600;
	font-size: 26px;
}

.about .content ul {
	list-style: none;
	padding: 0;
	margin-left: 20px;
}

.about .content ul li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 35px;
}

.about .content ul li:first-child {
	margin-top: 35px;
}

.about .content ul li > div {
	padding-left: 20px;
}

.about .content ul li > div:first-child {
	flex: 0 0 100px;
	padding: 0 10px;
}

.about .content ul li .icon {
	display: none;
}

.about .content ul li .icon img {
	width: 100%;
}

.about .content ul i {
	background: #fff;
	box-shadow: 0 6px 15px rgba(0, 0, 169, 0.12);
	font-size: 34px;
	padding: 18px 18px 18px 20px;
	margin-right: 15px;
	color: #0000a9;
	border-radius: 50px;
}

.about .content ul h5 {
	font-size: 24px;
	color: #000;
}

.about .content ul p {
	font-size: 15px;
}

.about .content p:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
	height: 60px;
	display: block;
	background: none;
	border-radius: 0;
}

.skills .progress .skill {
	padding: 0;
	margin: 0 0 6px 0;
	text-transform: uppercase;
	display: block;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	color: #222;
}

.skills .progress .skill .val {
	float: right;
	font-style: normal;
}

.skills .progress-bar-wrap {
	background: #9090ff;
	height: 10px;
}

.skills .progress-bar {
	width: 1px;
	height: 10px;
	transition: 0.9s;
	background-color: #0000a9;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
	padding: 70px 0 60px;
}

.counts .count-box {
	padding: 30px 30px 25px 30px;
	width: 100%;
	position: relative;
	text-align: center;
	background: #f6f6ff;
}

.counts .count-box i {
	position: absolute;
	top: -28px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 24px;
	background: #0000a9;
	color: #fff;
	width: 56px;
	height: 56px;
	line-height: 0;
	border-radius: 50px;
	border: 5px solid #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.counts .count-box span {
	font-size: 36px;
	display: block;
	font-weight: 600;
	color: #000010;
}

.counts .count-box p {
	padding: 0;
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
	padding: 60px 0;
	text-align: center;
}

.clients .client-items > div img {
	padding: 10px;
}

@media (min-width: 768px) {

	.clients .client-items > div img {
		padding: 15px;
	}
}

@media (min-width: 1200px) {

	.clients .client-items > div img {
		padding: 25px;
	}
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .service-items {
	display: flex;
}

.services .service-items .service-item {
	flex: 0 0 100%;
}

@media (min-width: 768px) {

	.services .service-items .service-item {
		flex: 0 0 50%;
	}
}

.services .service-items .service-item .icon-box {
	display: flex;
	text-align: left;
	padding: 20px;
	transition: all ease-in-out 0.3s;
	background: #fff;
}

.services .service-items .service-item .icon-box .icon {
	margin: 0 20px 0 0;
	padding: 0 10px;
	width: 84px;
	height: 84px;
	flex: 0 0 84px;
	transition: ease-in-out 0.3s;
}

.services .service-items .service-item .icon-box .icon i {
	color: #0000dc;
	font-size: 48px;
	transition: ease-in-out 0.3s;
}

.services .service-items .service-item .icon-box h4 {
	font-weight: 700;
	margin-bottom: 0;
	font-size: 24px;
}

.services .service-items .service-item .icon-box h4 a {
	color: #222;
	transition: ease-in-out 0.3s;
}

.services .service-items .service-item .icon-box p {
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
}

.services .service-items .service-item .icon-box:hover {
	border-color: #fff;
	box-shadow: 0 0 25px 0 rgba(0, 0, 169, 0.1);
}

.services .service-items .service-item .icon-box:hover h4 a,
.services .service-items .service-item .icon-box:hover .icon i {
	color: #0000a9;
}

.services .service-items .service-item .icon-box:hover .icon {
	border-color: #0000a9;
}

.services .service-contact {
	padding-top: 30px;
	text-align: center;
}

.services .service-contact hr {
	background-color: #ddd;
	width: 100px;
	margin: 20px auto;
	opacity: 1;
}

.services .service-contact div {
	display: inline-block;
	padding: 20px 30px;
	border-radius: 10px;
	width: auto;
	border: 2px solid #0000a9;
}

.services .service-contact div p {
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}

.services .service-contact div p.languages {
	margin-top: 10px;
	font-weight: 300;
	text-transform: none;
}

.services .service-contact div p select {
	margin-left: 5px;
	padding: 5px 10px;
}

.services .service-contact div p span {
	font-weight: 300;
	font-size: 30px;
	font-weight: 200;
	color: #0000a9;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
	padding: 80px 0;
	background: url("/wp-content/themes/allstate/assets/img/testimonials-bg.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.testimonials::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
}

.testimonials .section-header {
	margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
	overflow: hidden;
}

.testimonials .testimonial-item {
	text-align: center;
	color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
	width: 100px;
	border-radius: 50%;
	border: 6px solid rgba(255, 255, 255, 0.15);
	margin: 0 auto;
}

.testimonials .testimonial-item h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: #fff;
}

.testimonials .testimonial-item h4 {
	font-size: 14px;
	color: #ddd;
	margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
	color: rgba(255, 255, 255, 0.4);
	font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
	display: inline-block;
	left: -5px;
	position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
	display: inline-block;
	right: -5px;
	position: relative;
	top: 10px;
}

.testimonials .testimonial-item p {
	font-style: italic;
	margin: 0 auto 15px auto;
	color: #eee;
}

.testimonials .swiper-pagination {
	margin-top: 20px;
	position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: rgba(255, 255, 255, 0.5);
	opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #0000a9;
}

@media (min-width: 992px) {

	.testimonials .testimonial-item p {
		width: 80%;
	}
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
	padding: 0;
	margin: 0 auto 15px auto;
	list-style: none;
	text-align: center;
	border-radius: 50px;
	padding: 2px 15px;
}

.portfolio #portfolio-flters li {
	cursor: pointer;
	display: inline-block;
	padding: 10px 15px 8px 15px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
	color: #0000a9;
}

.portfolio #portfolio-flters li:last-child {
	margin-right: 0;
}

.portfolio .portfolio-item {
	margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
	opacity: 0;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 0;
	z-index: 3;
	transition: all ease-in-out 0.3s;
	background: rgba(255, 255, 255, 0.9);
	padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	color: #222;
}

.portfolio .portfolio-item .portfolio-info p {
	color: #555;
	font-size: 14px;
	margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
	position: absolute;
	right: 40px;
	font-size: 24px;
	top: calc(50% - 18px);
	color: #3c3c3c;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
	color: #0000a9;
}

.portfolio .portfolio-item .portfolio-info .details-link {
	right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
	opacity: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 3;
	position: absolute;
	transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
	color: #fff;
	margin: 0 2px;
	font-size: 28px;
	display: inline-block;
	transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
	color: #1010ff;
}

.portfolio .portfolio-item:hover .portfolio-info {
	opacity: 1;
	bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
	padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
	width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
	margin-top: 20px;
	position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #0000a9;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #0000a9;
}

.portfolio-details .portfolio-info {
	padding: 30px;
	box-shadow: 0 0 30px rgba(34, 34, 34, 0.08);
}

.portfolio-details .portfolio-info h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
	margin-top: 10px;
}

.portfolio-details .portfolio-description {
	padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
	padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
	padding: 60px 0;
}

.team .member {
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 2px 15px rgba(0, 0, 169, 0.15);
}

.team .member .member-img {
	position: relative;
	overflow: hidden;
}

.team .member .social {
	position: absolute;
	left: 0;
	bottom: 30px;
	right: 0;
	opacity: 0;
	transition: ease-in-out 0.3s;
	text-align: center;
}

.team .member .social a {
	transition: color 0.3s;
	color: #222;
	margin: 0 3px;
	padding-top: 7px;
	border-radius: 4px;
	width: 36px;
	height: 36px;
	background: rgba(0, 0, 169, 0.8);
	display: inline-block;
	transition: ease-in-out 0.3s;
	color: #fff;
}

.team .member .social a:hover {
	background: #0000dc;
}

.team .member .social i {
	font-size: 18px;
}

.team .member .member-info {
	padding: 25px 15px;
}

.team .member .member-info h4 {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 18px;
	color: #222;
}

.team .member .member-info span {
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: #666;
}

.team .member .member-info p {
	font-style: italic;
	font-size: 14px;
	line-height: 26px;
	color: #333;
}

.team .member:hover .social {
	opacity: 1;
	bottom: 15px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
	padding: 20px;
	background: #fff;
	text-align: center;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.pricing .box h3 {
	font-weight: 400;
	margin: -20px -20px 20px -20px;
	padding: 20px 15px;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	background: #f8f8f8;
}

.pricing .box h4 {
	font-size: 36px;
	color: #0000a9;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	margin-bottom: 20px;
}

.pricing .box h4 sup {
	font-size: 20px;
	top: -15px;
	left: -3px;
}

.pricing .box h4 span {
	color: #bababa;
	font-size: 16px;
	font-weight: 300;
}

.pricing .box ul {
	padding: 0;
	list-style: none;
	color: #000;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
}

.pricing .box ul li {
	padding-bottom: 16px;
}

.pricing .box ul i {
	color: #0000a9;
	font-size: 18px;
	padding-right: 4px;
}

.pricing .box ul .na {
	color: #ccc;
	text-decoration: line-through;
}

.pricing .btn-wrap {
	margin: 20px -20px -20px -20px;
	padding: 20px 15px;
	background: #f8f8f8;
	text-align: center;
}

.pricing .btn-buy {
	background: #0000a9;
	display: inline-block;
	padding: 8px 35px 10px 35px;
	border-radius: 4px;
	color: #fff;
	transition: none;
	font-size: 14px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	transition: 0.3s;
}

.pricing .btn-buy:hover {
	background: #0000dc;
}

.pricing .featured h3 {
	color: #fff;
	background: #0000a9;
}

.pricing .advanced {
	width: 200px;
	position: absolute;
	top: 18px;
	right: -68px;
	transform: rotate(45deg);
	z-index: 1;
	font-size: 14px;
	padding: 1px 0 3px 0;
	background: #0000a9;
	color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
	padding: 60px 0;
}

.faq .faq-list {
	padding: 0;
	list-style: none;
}

.faq .faq-list li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.faq .faq-list .question {
	display: block;
	position: relative;
	font-family: #0000a9;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	padding-left: 25px;
	cursor: pointer;
	color: #000076;
	transition: 0.3s;
}

.faq .faq-list i {
	font-size: 16px;
	position: absolute;
	left: 0;
	top: -2px;
}

.faq .faq-list p {
	margin-bottom: 0;
	padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
	display: none;
}

.faq .faq-list .collapsed {
	color: black;
}

.faq .faq-list .collapsed:hover {
	color: #0000a9;
}

.faq .faq-list .collapsed .icon-show {
	display: inline-block;
	transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
	display: none;
	transition: 0.6s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
	color: #000;
	text-align: center;
	padding: 20px 0 30px 0;
}

.contact .info-box i {
	font-size: 32px;
	color: #0000a9;
	border-radius: 50%;
	padding: 8px;
	border: 2px dotted #5d5dff;
}

.contact .info-box h3 {
	font-size: 20px;
	color: #333;
	font-weight: 700;
	margin: 10px 0;
}

.contact .info-box p {
	padding: 0;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
}

.contact .php-email-form {
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
	padding: 30px;
}

.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .error-message br + br {
	margin-top: 25px;
}

.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}

.contact .php-email-form .loading::before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
	margin-bottom: 20px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
	border-color: #0000a9;
}

.contact .php-email-form input {
	padding: 10px 15px;
}

.contact .php-email-form textarea {
	padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
	background: #0000a9;
	border: 0;
	padding: 10px 30px;
	color: #fff;
	transition: 0.4s;
	border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
	background: #0000dc;
}

@keyframes animate-loading {

	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	background: #050e38;
	padding: 0 0 30px 0;
	color: #fff;
	font-size: 14px;
}

#footer .footer-newsletter {
	padding: 50px 0;
	background: #9f9fff;
	text-align: center;
	font-size: 15px;
}

#footer .footer-newsletter h4 {
	font-size: 24px;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1;
	font-weight: 600;
}

#footer .footer-newsletter form {
	margin-top: 30px;
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border-radius: 4px;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
	text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
	border: 0;
	padding: 4px 8px;
	width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 20px;
	background: #0000a9;
	color: #fff;
	transition: 0.3s;
	border-radius: 0 4px 4px 0;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
	background: #000076;
}

#footer .footer-top {
	padding: 60px 0 30px 0;
	background: #eee;
}

#footer .footer-top .footer-contact {
	margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
	font-size: 24px;
	margin: 0 0 15px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
	color: #0000a9;
}

#footer .footer-top .footer-contact h3 img {
	width: 80%;
	max-width: 250px;
}

#footer .footer-top .footer-contact p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: "Poppins", sans-serif;
	color: #333;
}

#footer .footer-top h4 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	position: relative;
	padding-bottom: 12px;
}

#footer .footer-top .footer-links {
	margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: #0000a9;
	font-size: 18px;
	line-height: 1;
}

#footer .footer-top .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}

#footer .footer-top .footer-links ul a {
	color: #333;
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
	text-decoration: none;
	color: #0000a9;
}

#footer .footer-top .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #0000a9;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 4px;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
	background: #0000dc;
	color: #fff;
	text-decoration: none;
}

#footer .copyright {
	text-align: center;
	float: left;
}

#footer .credits {
	float: right;
	text-align: center;
	font-size: 13px;
	color: #000;
}

@media (max-width: 768px) {

	#footer .copyright,
	#footer .credits {
		float: none;
		text-align: center;
		padding: 2px 0;
	}
}

/*--------------------------------------------------------------
# Broker Page
--------------------------------------------------------------*/
body.page-template-template-brokers-page main {
	padding-bottom: 40px;
}

body.page-template-template-brokers-page main .broker-hero h1 {
	margin-top: 60px;
	text-align: center;
	font-size: 32px;
	font-weight: 300;
}

body.page-template-template-brokers-page main .broker-hero h1 span {
	color: #0000a9;
}

body.page-template-template-brokers-page main .broker-hero .hero-body {
	padding: 0;
	font-size: 20px;
	text-align: center;
	font-weight: 100;
}

body.page-template-template-brokers-page main .broker-hero .hero-body > p {
	max-width: 700px;
	margin: 20px auto 40px auto;
}

body.page-template-template-brokers-page main .broker-hero .hero-body .wp-block-columns {
	max-width: 800px;
	margin: 0 auto;
}

body.page-template-template-brokers-page main .broker-hero .hero-body .wp-block-columns .wp-block-column {
	background-color: #f6f6ff;
	padding: 30px 20px;
}

body.page-template-template-brokers-page main .broker-hero .hero-body .wp-block-columns .wp-block-column h2 {
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
}

body.page-template-template-brokers-page main .broker-hero .hero-body .wp-block-columns .wp-block-column p {
	font-size: 16px;
	font-weight: 100;
}

body.page-template-template-brokers-page main .broker-hero .hero-body .wp-block-columns .wp-block-column a {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 5px;
	text-transform: uppercase;
	background-color: #0000a9;
	border-color: #0000a9;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}

body.page-template-template-brokers-page main hr {
	background-color: #ddd;
	width: 100px;
	margin: 40px auto;
	opacity: 1;
}

body.page-template-template-brokers-page main .broker-section {
	margin-bottom: 40px;
}

body.page-template-template-brokers-page main .broker-section h2 {
	margin-bottom: 0;
	padding: 15px;
	background-color: #d6dcfd;
	font-weight: 400;
}

body.page-template-template-brokers-page main .broker-section .item-group {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
	padding: 15px 15px;
}

body.page-template-template-brokers-page main .broker-section .item-group > div {
	flex-basis: 100%;
}

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

	body.page-template-template-brokers-page main .broker-section .item-group > div {
		flex-basis: auto;
	}
}

body.page-template-template-brokers-page main .broker-section .item-group i.arg-icon {
	margin-right: 12px;
}

body.page-template-template-brokers-page main .broker-section .item-group p {
	display: inline-block;
	margin-bottom: 0;
	line-height: 50px;
	font-size: 18px;
	font-weight: 500;
	vertical-align: middle;
}

body.page-template-template-brokers-page main .broker-section .item-group .item-actions {
	display: flex;
	align-items: center;
}

body.page-template-template-brokers-page main .broker-section .item-group .item-actions div.noaction a {
	opacity: 0.3;
	pointer-events: none;
}

body.page-template-template-brokers-page main .broker-section .item-group .item-actions a {
	display: inline-block;
	margin: 5px;
	padding: 5px 10px;
	text-align: center;
	border: 1px dashed #999;
	border-bottom-color: #666;
	border-right-color: #666;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 12px;
	color: #000;
}

body.page-template-template-brokers-page main .broker-section .item-group .item-actions a:hover {
	color: #000;
}

/*--------------------------------------------------------------
# Broker Page
--------------------------------------------------------------*/
body.page-template-template-slas-page main {
	padding-bottom: 40px;
}

body.page-template-template-slas-page main .broker-hero h1 {
	margin-top: 60px;
	text-align: center;
	font-size: 32px;
	font-weight: 300;
}

body.page-template-template-slas-page main .broker-hero h1 span {
	color: #0000a9;
}

body.page-template-template-slas-page main .broker-hero .hero-body {
	padding: 0;
	font-size: 20px;
	text-align: center;
	font-weight: 100;
}

body.page-template-template-slas-page main .broker-hero .hero-body > p {
	max-width: 700px;
	margin: 20px auto 40px auto;
}

body.page-template-template-slas-page main hr {
	background-color: #ddd;
	width: 100px;
	margin: 40px auto;
	opacity: 1;
}

body.page-template-template-slas-page main .sla-section {
	margin-bottom: 40px;
	width: 100%;
	overflow-x: scroll;
}

body.page-template-template-slas-page main .sla-section table {
	min-width: 800px;
	font-size: 15px;
}

body.page-template-template-slas-page main .sla-section table thead tr {
	border-top: 1px solid #ddd;
}

body.page-template-template-slas-page main .sla-section table thead tr th {
	font-weight: 700;
	text-align: center;
	padding: 10px 10px;
	background-color: #f6f6ff;
}

body.page-template-template-slas-page main .sla-section table thead tr th:first-child {
	width: 250px;
	text-align: left;
}

body.page-template-template-slas-page main .sla-section table tbody tr {
	border-top: 1px solid #ddd;
}

body.page-template-template-slas-page main .sla-section table tbody tr.notes-row {
	border-top: none;
}

body.page-template-template-slas-page main .sla-section table tbody tr:last-child {
	border-bottom: 1px solid #ddd;
}

body.page-template-template-slas-page main .sla-section table tbody tr td {
	padding: 10px 10px;
	text-align: center;
}

body.page-template-template-slas-page main .sla-section table tbody tr td:first-child {
	width: 250px;
	text-align: left;
}

body.page-template-template-slas-page main .sla-section table tbody tr td.highlight {
	font-weight: 700;
	background-color: #f6f6ff;
}

body.page-template-template-slas-page main .sla-section table tbody tr td strong {
	font-size: 14px;
}

/*--------------------------------------------------------------
# FAQs Page
--------------------------------------------------------------*/
body.page-template-template-faqs main {
	padding-bottom: 40px;
}

body.page-template-template-faqs main .broker-hero h1 {
	margin-top: 60px;
	text-align: center;
	font-size: 32px;
	font-weight: 300;
}

body.page-template-template-faqs main .broker-hero h1 span {
	color: #0000a9;
}

body.page-template-template-faqs main .broker-hero .hero-body {
	padding: 0;
	font-size: 20px;
	text-align: center;
	font-weight: 100;
}

body.page-template-template-faqs main .broker-hero .hero-body > p {
	max-width: 700px;
	margin: 20px auto 40px auto;
}

body.page-template-template-faqs main hr {
	background-color: #ddd;
	width: 100px;
	margin: 40px auto;
	opacity: 1;
}

body.page-template-template-faqs main section ul.faq-list {
	margin-left: 0;
}

/*--------------------------------------------------------------
# Compliance Page
--------------------------------------------------------------*/
body.page-template-template-compliance-page main {
	margin-top: 40px;
	padding-bottom: 40px;
}

body.page-template-template-compliance-page main h4 {
	margin-top: 60px;
	margin-bottom: 0;
	color: #0000a9;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

body.page-template-template-compliance-page main .broker-hero h1 {
	font-size: 32px;
	font-weight: 300;
}

body.page-template-template-compliance-page main .broker-hero h1 span {
	color: #0000a9;
}

body.page-template-template-compliance-page main .broker-hero .hero-body {
	padding: 0;
	font-size: 20px;
	text-align: center;
	font-weight: 100;
}

body.page-template-template-compliance-page main .broker-hero .hero-body > p {
	max-width: 700px;
	margin: 20px auto 40px auto;
}

body.page-template-template-compliance-page main hr {
	background-color: #ddd;
	width: 100px;
	margin: 40px auto;
	opacity: 1;
}

body.page-template-template-compliance-page .resource-section {
	margin-bottom: 40px;
}

body.page-template-template-compliance-page .resource-section section {
	padding: 30px 0;
}

body.page-template-template-compliance-page .resource-section h2 {
	margin-bottom: 0;
	padding: 15px;
	background-color: #f6f6ff;
	font-weight: 200;
}

body.page-template-template-compliance-page .resource-section h4 {
	margin-top: 0;
	text-align: left;
}

body.page-template-template-compliance-page .resource-section h4.related {
	margin-top: 55px;
}

body.page-template-template-compliance-page .resource-section p.related-items {
	font-weight: 200;
	font-size: 16px;
	padding-top: 15px;
	margin-bottom: 0;
}

body.page-template-template-compliance-page .resource-section p.related-items a {
	color: #000;
}

body.page-template-template-compliance-page .resource-section p.related-items a.active {
	border-bottom: 1px solid #ddd;
}

body.page-template-template-compliance-page .resource-section p.related-items a:hover {
	color: #000;
}

/*--------------------------------------------------------------
# Product Page
--------------------------------------------------------------*/
body.page-template-template-product-page main {
	padding-bottom: 40px;
}

body.page-template-template-product-page main h4 {
	margin-top: 60px;
	margin-bottom: 0;
	text-align: center;
	color: #0000a9;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

body.page-template-template-product-page main .product-hero h1 {
	margin-top: 20px;
	text-align: center;
	font-size: 32px;
	font-weight: 300;
}

body.page-template-template-product-page main .product-hero .hero-body {
	padding: 0;
	font-size: 20px;
	text-align: center;
	font-weight: 100;
}

body.page-template-template-product-page main .product-hero .hero-body > p {
	max-width: 700px;
	margin: 20px auto 40px auto;
}

body.page-template-template-product-page main hr {
	background-color: #ddd;
	width: 100px;
	margin: 40px auto;
	opacity: 1;
}

body.page-template-template-product-page main .resource-section {
	margin-bottom: 40px;
}

body.page-template-template-product-page main .resource-section section {
	padding: 30px 0;
}

body.page-template-template-product-page main .resource-section h2 {
	margin-bottom: 0;
	padding: 15px;
	background-color: #d6dcfd;
	font-weight: 400;
}

body.page-template-template-product-page main .resource-section h4 {
	margin-top: 30px;
	text-align: left;
}

body.page-template-template-product-page main .resource-section p.related-items {
	font-weight: 200;
	font-size: 20px;
	padding-top: 15px;
	margin-bottom: 0;
}

body.page-template-template-product-page main .resource-section p.related-items a {
	color: #000;
}

body.page-template-template-product-page main .resource-section p.related-items a:hover {
	color: #000;
}

body.page-template-template-product-page main .resource-section .resource-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #eee;
	padding: 10px 20px;
}

body.page-template-template-product-page main .resource-section .resource-wrapper p {
	margin-bottom: 0;
	padding: 0;
	line-height: 28px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	vertical-align: middle;
}

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

	body.page-template-template-product-page main .resource-section .resource-wrapper p {
		line-height: 60px;
	}
}

body.page-template-template-product-page main .resource-section .resource-wrapper img {
	max-width: 40px;
}

/*--------------------------------------------------------------
# Broker Page
--------------------------------------------------------------*/
body.page-template-template-loan-page main {
	padding-bottom: 40px;
}

body.page-template-template-loan-page main h4 {
	margin-top: 60px;
	margin-bottom: 0;
	color: #0000a9;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

body.page-template-template-loan-page main .product-hero h1 {
	margin-top: 20px;
	font-size: 32px;
	font-weight: 300;
}

body.page-template-template-loan-page main .product-hero .hero-body {
	padding: 0;
	font-size: 20px;
	text-align: left;
	font-weight: 100;
}

body.page-template-template-loan-page main .product-hero .hero-body > p {
	max-width: 700px;
	margin: 20px 0 40px 0;
}

body.page-template-template-loan-page main .product-hero .hero-body ul {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

body.page-template-template-loan-page main .product-hero .hero-body ul li {
	flex: 0 0 100%;
	padding: 5px 0 5px 45px;
	background-image: url("/wp-content/themes/allstate/assets/img/check2-square.svg");
	background-repeat: no-repeat;
	background-size: 32px;
	background-position: left 5px;
	text-align: left;
}

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

	body.page-template-template-loan-page main .product-hero .hero-body ul li {
		flex: 0 0 50%;
	}
}

body.page-template-template-loan-page main hr {
	background-color: #ddd;
	width: 100px;
	margin: 40px auto;
	opacity: 1;
}

body.page-template-template-loan-page main .resource-section {
	margin-bottom: 40px;
}

body.page-template-template-loan-page main .resource-section section {
	padding: 30px 0;
}

body.page-template-template-loan-page main .resource-section h2 {
	margin-bottom: 0;
	padding: 15px;
	background-color: #d6dcfd;
	font-weight: 400;
}

body.page-template-template-loan-page main .resource-section h4 {
	margin-top: 30px;
	text-align: left;
}

body.page-template-template-loan-page main .resource-section p.related-items {
	font-weight: 200;
	font-size: 20px;
	padding-top: 15px;
	margin-bottom: 0;
}

body.page-template-template-loan-page main .resource-section p.related-items a {
	color: #000;
}

body.page-template-template-loan-page main .resource-section p.related-items a:hover {
	color: #000;
}

body.page-template-template-loan-page main .resource-section .resource-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #eee;
	padding: 10px 20px;
}

body.page-template-template-loan-page main .resource-section .resource-wrapper p {
	margin-bottom: 0;
	padding: 0;
	line-height: 28px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	vertical-align: middle;
}

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

	body.page-template-template-loan-page main .resource-section .resource-wrapper p {
		line-height: 60px;
	}
}

body.page-template-template-loan-page main .resource-section .resource-wrapper img {
	max-width: 40px;
}

/*--------------------------------------------------------------
# Resource Page
--------------------------------------------------------------*/
body.page-template-template-resource-type-page main {
	padding-bottom: 40px;
}

body.page-template-template-resource-type-page main h4 {
	margin-top: 60px;
	margin-bottom: 0;
	text-align: center;
	color: #0000a9;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

body.page-template-template-resource-type-page main .product-hero h1 {
	margin-top: 20px;
	text-align: center;
	font-size: 32px;
	font-weight: 300;
}

body.page-template-template-resource-type-page main .product-hero .hero-body {
	padding: 0;
	font-size: 20px;
	text-align: center;
	font-weight: 100;
}

body.page-template-template-resource-type-page main .product-hero .hero-body > p {
	max-width: 700px;
	margin: 20px auto 40px auto;
}

body.page-template-template-resource-type-page main hr {
	background-color: #ddd;
	width: 100px;
	margin: 40px auto;
	opacity: 1;
}

body.page-template-template-resource-type-page main .resource-section {
	margin-bottom: 40px;
}

body.page-template-template-resource-type-page main .resource-section section {
	padding: 30px 0;
}

body.page-template-template-resource-type-page main .resource-section h2 {
	margin-bottom: 0;
	padding: 15px;
	background-color: #d6dcfd;
	font-weight: 400;
}

body.page-template-template-resource-type-page main .resource-section h4 {
	margin-top: 30px;
	text-align: left;
}

body.page-template-template-resource-type-page main .resource-section p.related-items {
	font-weight: 200;
	font-size: 20px;
	padding-top: 15px;
	margin-bottom: 0;
}

body.page-template-template-resource-type-page main .resource-section p.related-items a {
	color: #000;
}

body.page-template-template-resource-type-page main .resource-section p.related-items a:hover {
	color: #000;
}

body.page-template-template-resource-type-page main .resource-section .loan-title {
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: -20px;
}

body.page-template-template-resource-type-page main .resource-section .resource-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #eee;
	padding: 10px 20px;
}

body.page-template-template-resource-type-page main .resource-section .resource-wrapper p {
	margin-bottom: 0;
	padding: 0;
	line-height: 28px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	vertical-align: middle;
}

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

	body.page-template-template-resource-type-page main .resource-section .resource-wrapper p {
		line-height: 60px;
	}
}

body.page-template-template-resource-type-page main .resource-section .resource-wrapper img {
	max-width: 40px;
}

/*--------------------------------------------------------------
# Customer Page
--------------------------------------------------------------*/
body.page-template-template-customers-page main {
	padding-bottom: 40px;
}

body.page-template-template-customers-page main .customer-hero h1 {
	margin-top: 60px;
	text-align: center;
	font-size: 32px;
	font-weight: 300;
}

body.page-template-template-customers-page main .customer-hero h1 span {
	color: #0000a9;
}

body.page-template-template-customers-page main .customer-hero .hero-body {
	padding: 0;
	font-size: 20px;
	text-align: center;
	font-weight: 100;
}

body.page-template-template-customers-page main .customer-hero .hero-body > p {
	max-width: 700px;
	margin: 20px auto 40px auto;
}

body.page-template-template-customers-page main hr {
	background-color: #ddd;
	width: 100px;
	margin: 40px auto;
	opacity: 1;
}

body.page-template-template-customers-page main .access-links-section {
	margin-top: 30px;
	margin-bottom: 30px;
}

body.page-template-template-customers-page main .access-links-section ul {
	margin-left: 0;
	padding-left: 0;
}

body.page-template-template-customers-page main .access-links-section ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #eee;
	padding: 10px 20px;
}

body.page-template-template-customers-page main .access-links-section ul li p {
	margin-bottom: 10px;
	flex-basis: 100%;
}

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

	body.page-template-template-customers-page main .access-links-section ul li p {
		margin-bottom: 0;
		flex-basis: 50%;
	}
}

body.page-template-template-customers-page main .access-links-section ul li a {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 5px;
	text-transform: uppercase;
	background-color: #0000a9;
	border-color: #0000a9;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}

body.page-template-template-customers-page main .resource-section-wrapper {
	margin-top: 30px;
}

body.page-template-template-customers-page main .resource-section-wrapper .resource-section {
	padding: 30px 0;
}

body.page-template-template-customers-page main .resource-section-wrapper .resource-section h2 {
	margin-bottom: 0;
	padding: 15px;
	background-color: #f6f6ff;
	font-weight: 200;
}

body.page-template-template-customers-page main .resource-section-wrapper .resource-section .resource-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #eee;
	padding: 10px 20px;
}

body.page-template-template-customers-page main .resource-section-wrapper .resource-section .resource-wrapper p {
	margin-bottom: 0;
	padding: 0;
	line-height: 28px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	vertical-align: middle;
}

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

	body.page-template-template-customers-page main .resource-section-wrapper .resource-section .resource-wrapper p {
		line-height: 60px;
	}
}

body.page-template-template-customers-page main .resource-section-wrapper .resource-section .resource-wrapper img {
	max-width: 40px;
}

/*--------------------------------------------------------------
# ZoomZ Page
--------------------------------------------------------------*/
body.page-template-template-zoomz-page main {
	padding-bottom: 40px;
}

body.page-template-template-zoomz-page main h4 {
	margin-top: 60px;
	margin-bottom: 0;
	text-align: center;
	color: #0000a9;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

body.page-template-template-zoomz-page main .product-hero h1 {
	margin-top: 20px;
	text-align: center;
	font-size: 32px;
	font-weight: 300;
}

body.page-template-template-zoomz-page main .product-hero .hero-body {
	padding: 0;
	font-size: 20px;
	text-align: center;
	font-weight: 100;
}

body.page-template-template-zoomz-page main .product-hero .hero-body > p {
	max-width: 700px;
	margin: 20px auto 40px auto;
}

body.page-template-template-zoomz-page main hr {
	background-color: #ddd;
	width: 100px;
	margin: 40px auto;
	opacity: 1;
}

body.page-template-template-zoomz-page main .resource-section {
	margin-bottom: 40px;
}

body.page-template-template-zoomz-page main .resource-section section {
	padding: 30px 0;
}

body.page-template-template-zoomz-page main .resource-section h2 {
	margin-bottom: 0;
	padding: 15px;
	background-color: #d6dcfd;
	font-weight: 400;
}

body.page-template-template-zoomz-page main .resource-section h4 {
	margin-top: 30px;
	text-align: left;
}

body.page-template-template-zoomz-page main .resource-section p.related-items {
	font-weight: 200;
	font-size: 20px;
	padding-top: 15px;
	margin-bottom: 0;
}

body.page-template-template-zoomz-page main .resource-section p.related-items a {
	color: #000;
}

body.page-template-template-zoomz-page main .resource-section p.related-items a:hover {
	color: #000;
}

body.page-template-template-zoomz-page main .resource-section .loan-title {
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: -20px;
}

body.page-template-template-zoomz-page main .resource-section .resource-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #eee;
	padding: 10px 20px;
}

body.page-template-template-zoomz-page main .resource-section .resource-wrapper.zip-archive {
	border-bottom: none;
}

body.page-template-template-zoomz-page main .resource-section .resource-wrapper.zip-archive a {
	text-transform: uppercase;
}

body.page-template-template-zoomz-page main .resource-section .resource-wrapper p {
	margin-bottom: 0;
	padding: 0;
	line-height: 28px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	vertical-align: middle;
}

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

	body.page-template-template-zoomz-page main .resource-section .resource-wrapper p {
		line-height: 60px;
	}
}

body.page-template-template-zoomz-page main .resource-section .resource-wrapper img {
	max-width: 40px;
}

/*--------------------------------------------------------------
# Rate Watch templates
--------------------------------------------------------------*/
main.rate-watch {
	padding-bottom: 40px;
}

@media (min-width: 576px) {

	main.rate-watch .container.max-view {
		max-width: 95%;
	}
}

@media (min-width: 768px) {

	main.rate-watch .container.max-view {
		max-width: 95%;
	}
}

@media (min-width: 992px) {

	main.rate-watch .container.max-view {
		max-width: 95%;
	}
}

@media (min-width: 1200px) {

	main.rate-watch .container.max-view {
		max-width: 95%;
	}
}

@media (min-width: 1400px) {

	main.rate-watch .container.max-view {
		max-width: 95%;
	}
}

main.rate-watch h3 {
	border-bottom: 2px solid #0000a9;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

main.rate-watch h5 {
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 10px;
}

main.rate-watch .rate-select-options {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

main.rate-watch .rate-select-options > div {
	margin-bottom: 20px;
	flex: 0 0 100%;
}

@media (min-width: 576px) {

	main.rate-watch .rate-select-options > div {
		flex: 0 0 50%;
	}
}

@media (min-width: 768px) {

	main.rate-watch .rate-select-options > div {
		flex: 0 1 100px;
		margin-right: 20px;
	}
}

main.rate-watch .rate-select-options p {
	font-size: 18px;
	font-weight: 100;
	margin-bottom: 10px;
}

main.rate-watch .rate-select-options select {
	padding: 10px;
}

main.rate-watch .table-scroller {
	width: 100%;
	overflow-x: scroll;
}

main.rate-watch .rate-watch-table th {
	font-size: 12px;
	padding: 5px;
	background-color: #ddd;
	padding: 5px 10px;
	border: 1px solid #999;
	border-bottom: 1px solid #ddd;
}

main.rate-watch .rate-watch-table th.fix-cell {
	position: sticky;
	background-color: #555;
	color: #fff;
}

main.rate-watch .rate-watch-table th.fix-cell.fix-type {
	left: 0;
}

main.rate-watch .rate-watch-table th.fix-cell.fix-name {
	left: 0;
}

@media (min-width: 576px) {

	main.rate-watch .rate-watch-table th.fix-cell.fix-name {
		left: 120px;
	}
}

main.rate-watch .rate-watch-table th.rate-col {
	text-align: center;
	min-width: 76px;
}

main.rate-watch .rate-watch-table th.req-col {
	text-align: center;
	white-space: nowrap;
}

main.rate-watch .rate-watch-table th.req-col.notes {
	min-width: 250px;
	width: 250px;
}

main.rate-watch .rate-watch-table th.req-col.notes a {
	color: blue;
}

main.rate-watch .rate-watch-table th.req-col-loan {
	text-align: center;
	white-space: nowrap;
	width: 120px;
	min-width: 80px;
}

@media (min-width: 576px) {

	main.rate-watch .rate-watch-table th.req-col-loan {
		min-width: 120px;
	}
}

main.rate-watch .rate-watch-table td {
	font-size: 12px;
	padding: 5px;
	border: 1px solid #ddd;
}

main.rate-watch .rate-watch-table td a {
	color: #fff;
	text-decoration: underline;
}

main.rate-watch .rate-watch-table td i {
	color: #777;
}

main.rate-watch .rate-watch-table td.fix-cell {
	position: sticky;
	background-color: #555;
	color: #fff;
}

main.rate-watch .rate-watch-table td.fix-cell.fix-type {
	left: 0;
}

main.rate-watch .rate-watch-table td.fix-cell.fix-name {
	left: 0;
}

@media (min-width: 576px) {

	main.rate-watch .rate-watch-table td.fix-cell.fix-name {
		left: 120px;
	}
}

main.rate-watch .rate-watch-table td.fix-cell.fix-name.highlighted {
	font-weight: 700;
}

main.rate-watch .rate-watch-table td.invoo-split {
	background-color: #999;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}

main.rate-watch .rate-watch-table td.invoo-split.initial {
	border-right: 1px solid #999;
}

main.rate-watch .rate-watch-table td.rate-col {
	text-align: center;
	font-size: 12px;
	padding: 5px 7px;
	background-color: #f6f6f6;
	min-width: 76px;
}

main.rate-watch .rate-watch-table td.rate-col.highlighted {
	font-weight: 700;
}

main.rate-watch .rate-watch-table td.req-col {
	text-align: center;
}

main.rate-watch .rate-watch-table td.req-col.notes {
	font-size: 12px;
	text-align: left;
}

main.rate-watch .rate-watch-table td.req-col.notes a {
	color: blue;
}

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

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

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

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

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

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

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

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

.post,
.page {
	margin: 0;
}

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

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

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

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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