/*!
Theme Name: Monroe Partners
Theme URI: https://hoppstudio.com/
Author: Underscores.me
Author URI: https://hoppstudio.com/
Description: Monroe Partners is the theme built for the Monroe Partners site.
Version: 1.0.0
Tested up to: 6.0.1
Requires PHP: 7.0
License: GNU General Public License v3
License URI: LICENSE
Text Domain: monroe-partners
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Monroe Partners is the theme built for the Monroe Partners site.

Normalising 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:
----------------------------------------------------------------
Normalise (N)
Fonts (F)
Global (GL)
	GL - Multi-Selector Styling
		GL_MU - Multiple Categories
			GL_MU_M - Responsive
	GL - Typography
		GL_T - Responsive
	GL - Blocks
	GL - Elements
	GL - Links
		GL_L - Block Style
	GL - Forms
	GL - Accessibility
	GL - Comments
	GL - Pagination
	GL - Modal
		GL_MO - Typography
		GL_MO - Blocks
			GL_MO_B - Alternative Scroll
		GL_MO - Links (incl. Buttons)
		GL_MO - Mobile Nav
	GL - Animations
Header (HE)
	HE - Navigation
Footer (FO)
	FO - Responsive
404 Page (404)
	404 - Responsive
Modules (MO)
	MO - Core
		MO_C - Image
		MO_C - Cover
		MO_C - Group
			MO_C_G - Block Styles
		MO_C - Paragraph
			MO_C_P - Block Styles
				MO_C_P_BS - Responsive
		MO_C - Social Media Icons
	MO - Hopp
		MO_H - Image (REM)
			MO_H_I - Block Styles
		MO_H - Partners Map
	MO - Plugins
		MO_P - Semantic Wrapper
			MO_P_S - Block Styles
		MO_P - Responsive Spacer
		MO_P - Columns Block
Plugins (PL)
	PL - Jetpack
Utilities (U)
	U - Accessibility
Bootstrap (B)
	B - Responsive Container Max Widths
	B - Text Alignment
	B - Width

--------------------------------------------------------------*/
/*--------------------------------------------------------------
Normalise (N)
--------------------------------------------------------------*/
/**
 * 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%;
}

/**
 * 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;
}

/**
 * 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;
}

/**
 * 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;
}

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/**
 * 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;
}

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
Fonts (F)
--------------------------------------------------------------*/
/* Eiko - Medium */
@font-face {
	font-family: 'Eiko';
	font-style: normal;
	font-weight: 500;
	src: url('assets/fonts/eiko/PPEiko-Medium.eot'); /* IE9 Compat Modes */
	src: local(''),
		url('assets/fonts/eiko/PPEiko-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('assets/fonts/eiko/PPEiko-Medium.woff2') format('woff2'), /* Super Modern Browsers */
		url('assets/fonts/eiko/PPEiko-Medium.woff') format('woff'), /* Modern Browsers */
		url('assets/fonts/eiko/PPEiko-Medium.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* Strawford - Regular */
@font-face {
	font-family: 'Strawford';
	font-style: normal;
	font-weight: 500;
	src: url('assets/fonts/strawford/strawford-regular-webfont.eot'); /* IE9 Compat Modes */
	src: local(''),
		url('assets/fonts/strawford/strawford-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('assets/fonts/strawford/strawford-regular-webfont.woff2') format('woff2'), /* Super Modern Browsers */
		url('assets/fonts/strawford/strawford-regular-webfont.woff') format('woff'), /* Modern Browsers */
		url('assets/fonts/strawford/strawford-regular-webfont.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* Strawford - Regular Italic */
@font-face {
	font-family: 'Strawford';
	font-style: italic;
	font-weight: 500;
	src: url('assets/fonts/strawford/strawford-regularitalic-webfont.eot'); /* IE9 Compat Modes */
	src: local(''),
		url('assets/fonts/strawford/strawford-regularitalic-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('assets/fonts/strawford/strawford-regularitalic-webfont.woff2') format('woff2'), /* Super Modern Browsers */
		url('assets/fonts/strawford/strawford-regularitalic-webfont.woff') format('woff'), /* Modern Browsers */
		url('assets/fonts/strawford/strawford-regularitalic-webfont.ttf') format('truetype'); /* Safari, Android, iOS */
}

/*--------------------------------------------------------------
Global (GL)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
GL - Multi-Selector Styling
--------------------------------------------------------------*/
/*--------------------------------------------------------------
GL_MU - Multiple Categories
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Strawford', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
}

/*--------------------------------------------------------------
GL_MU_M - Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 2rem;
	}
}

/*--------------------------------------------------------------
GL - Typography
--------------------------------------------------------------*/
/* :not(div) needed to trick edit screen styles as 62.5% in Gutenberg is reeking havoc. */
html:not(div) {
	font-size: 62.5%; /* 62.5% of 16px is 10px. Which makes 1rem = 10px. */
}

h1,
.is-style-h1,
h2,
.is-style-h2,
h3,
.is-style-h3,
h4,
.is-style-h4,
h5,
.is-style-h5,
h6,
.is-style-h6,
.main-navigation {
	font-family: 'Eiko', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 500;
	clear: both;
	margin: 0 0 1.5rem;
}

h1,
.is-style-h1 {
	font-size: 3rem;
}

h2,
.is-style-h2 {
	font-size: 2.5rem;
}

p {
	margin: 0 0 1.5rem;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5rem;
}

address {
	margin: 0 0 1.5rem;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6rem;
	max-width: 100%;
	overflow: auto;
	padding: 1.6rem;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: .1rem dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
GL_T - Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	h1,
	.is-style-h1 {
		font-size: 6rem;
	}

	h2,
	.is-style-h2 {
		font-size: 4rem;
	}
}

@media only screen and (min-width: 768px) and (max-width: 900px)  {
	html:not(div) {
		font-size: 44.5%; 
	}
}

@media only screen and (min-width: 901px) and (max-width: 1055px)  {
	html:not(div) {
		font-size: .74vw; 
	}
}

@media only screen and (min-width: 1056px) and (max-width: 1500px)  {
	html:not(div) {
		font-size: 48.5%; 
	}
}

@media only screen and (min-width: 1500px)  {
	html:not(div) {
		font-size: .53vw; 
	}
}

/*--------------------------------------------------------------
GL - Blocks
--------------------------------------------------------------*/
/* 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;
}

body {
	background: #fff;
	position: relative;
}

/* body #page {
	transition: transform .3s;
}

body.monr-part-popup-modal #page {
	transform: translate3d(-100vw,100vh,0);
	transition: transform .3s;
} */

/*--------------------------------------------------------------
GL - Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: .1rem;
	margin-bottom: 1.5rem;
}

ul,
ol {
	margin: 0 0 1.5rem 3rem;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5rem;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5rem 1.5rem;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1rem 0;
}

table {
	margin: 0 0 1.5rem;
	width: 100%;
}

/*--------------------------------------------------------------
GL - Links (L)
--------------------------------------------------------------*/
p a {
	color: #fff;
	text-decoration: none;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #fff), color-stop(75%, #fff));
    background-image: -o-linear-gradient(top, #fff 75%, #fff 75%);
    background-image: linear-gradient(to bottom, #fff 75%, #fff 75%);
    background-repeat: repeat-x;
    background-size: 1px 1px;
    background-position: 0 87%;
}

/* a:visited {
	color: #800080;
} */

a:hover,
a:focus,
a:active {
	color: #005C8F;
}

p a:hover,
p a:focus,
p a:active {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #005C8F), color-stop(75%, #005C8F));
    background-image: -o-linear-gradient(top, #005C8F 75%, #005C8F 75%);
    background-image: linear-gradient(to bottom, #005C8F 75%, #005C8F 75%);
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
	fill: #fff;
}

.wp-block-social-links.is-style-logos-only .wp-social-link a:hover svg,
.wp-block-social-links.is-style-logos-only .wp-social-link a:active svg,
.wp-block-social-links.is-style-logos-only .wp-social-link a:focus svg {
	fill: #005C8F;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.wp-block-social-links .wp-block-social-link:hover {
	transform: none;
}

/*--------------------------------------------------------------
GL_L - Block Style
--------------------------------------------------------------*/
p.is-style-alt-link a {
	color: #005C8F;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #005C8F), color-stop(75%, #005C8F));
    background-image: -o-linear-gradient(top, #005C8F 75%, #005C8F 75%);
    background-image: linear-gradient(to bottom, #005C8F 75%, #005C8F 75%);
}

p.is-style-alt-link a:hover,
p.is-style-alt-link a:active,
p.is-style-alt-link a:focus {
	color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #fff), color-stop(75%, #fff));
    background-image: -o-linear-gradient(top, #fff 75%, #fff 75%);
    background-image: linear-gradient(to bottom, #fff 75%, #fff 75%);
}

/*--------------------------------------------------------------
GL - Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: .1rem solid;
	border-color: #ccc #ccc #bbb;
	border-radius: .3rem;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: .6rem .1rem .4rem;
	cursor: pointer;
}

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: .1 solid #ccc;
	border-radius: .3rem;
	padding: .3rem;
}

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: .1rem solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
GL - Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(.1rem, .1rem, .1rem, .1rem);
	clip-path: inset(50%);
	height: .1rem;
	margin: -.1rem;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: .1rem;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: .3rem;
	box-shadow: 0 0 .2rem .2rem 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: .5rem;
	line-height: normal;
	padding: 1.5rem 2.3rem 1.4rem;
	text-decoration: none;
	top: .5rem;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
GL - Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
GL - Pagination
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5rem;
}

.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%;
}
/*--------------------------------------------------------------
GL - Modal
--------------------------------------------------------------*/
body.no-scroll .site-header {
	background: rgba(255, 255, 255, 0);
}

body.no-scroll .site-header .custom-logo-link {
	opacity: 0;
}
/*--------------------------------------------------------------
GL_MO - Typography
--------------------------------------------------------------*/
/* title visibly hidden */
.monr-part-popup-modal-title {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*--------------------------------------------------------------
GL_MO - Blocks
--------------------------------------------------------------*/
/* used for modal - needed for old browsers */
dialog {
	display: block;
}

/* used for modal - removes scroll when modal is opened */
.no-scroll {
	overflow: hidden;
}

.js-modal-hidden {
	display: none;
}

#js-modal-content {
	padding-top: 16rem;
	height: 100%;
}

#js-modal-content .container,
#js-modal-content .row {
	height: 100%;
}

/* modal - overlay covers everything */
.monr-part-popup-modal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgb(255 255 255 / 70%);
	z-index: 1;
	overflow: hidden;
	animation: monr-part-fade-in .2s ease-out 0s;
	animation-fill-mode: forwards;
	text-indent: -99999px;
}

.monr-part-popup-modal--reverse + .monr-part-popup-modal-overlay {
	animation-name: monr-part-fade-out;
}

/* modal */
#js-modal {
	position: fixed;
	left: 0;
	right: 0;
	background: none;
	border: 0;
	z-index: 9999999;
	margin: auto;
	padding: 0;
	max-height: 80%;
	height: 100%;
	animation-duration: .2s;
}

#js-modal .monr-part-popup-modal__wrapper {
	position: relative;
	height: 100%;
	animation: .5s forwards monr-part-modal-enter;
}

#js-modal.monr-part-popup-modal--reverse .monr-part-popup-modal__wrapper {
	animation-name: monr-part-modal-exit;
}

.monr-part-popup-modal__content {
	height: 100%;
}

.monr-part-popup-modal__content.scroll-content {
	overflow-x: hidden !important;
	box-sizing: border-box !important;
}

.monr-part-modal-wrap > * {
	position: relative;
}

/* Combined with dashicon classes this offers a really nice way to have a background icon effect */
.monr-part-modal-icon {
	top: 13rem;
	right: 0;
	color: #eee;
	font-size: 35rem;
	width: 26.5rem;
	height: 16.2rem;
	line-height: 1rem;
	position: absolute;
}

.monr-part-modal__bg {
	box-shadow: 0px 3px 10px #0000001A;
	border-radius: 2.5rem;
	padding: 3rem;
}

.monr-part-popup-modal__content .site-footer {
	background: none;
}

.monr-part-popup-modal__content .site-footer .container {
	border-color: #fff;
}

.monr-part-popup-modal__content .site-footer li * {
	color: #fff;
}
/*--------------------------------------------------------------
GL_MO_B - Alternative Scroll
--------------------------------------------------------------*/
#js-modal {
	position: fixed;
	margin: auto;
	height: 100%;
	width: 100%;
	max-height: 100%;
	max-width: 100%;
	transform: none;
	top: 0;
}

#js-modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#js-modal .monr-part-popup-modal__wrapper {
	vertical-align: middle;
	height: auto;
	width: 100%;
	padding: 40px 0;
}

/*--------------------------------------------------------------
GL_MO - Links (incl. Buttons)
--------------------------------------------------------------*/
#js-modal-close,
#js-modal-close-hidden {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -500px;
	text-align: left;
	background: none;
	border: none;
	/* z-index: 1; */
	border-radius: 0;
	padding: 0;
	-webkit-appearance: none;
}

.monr-part-modal-close {
	position: sticky;
	top: 0;
	background: none;
	border: 0;
	padding: 0;
	border-radius: 999px;
	width: 4.5rem;
	height: 4.5rem;
	cursor: pointer;
	text-indent: -999px;
	overflow: hidden;
	z-index: 99;
	opacity: .5;
	margin: -1.5rem 0 0 -1rem;
}

.monr-part-modal-close:hover,
.monr-part-modal-close:active,
.monr-part-modal-close:focus {
	opacity: 1;
}

.monr-part-modal-close:before,
.monr-part-modal-close:after {
	content: '';
	position: absolute;
	left: 2rem;
	top: .7rem;
	height: 3rem;
	width: .2rem;
	background-color: #333;
}

.monr-part-modal-close:before {
	transform: rotate(45deg);
}

.monr-part-modal-close:after {
	transform: rotate(-45deg);
}

/*--------------------------------------------------------------
GL_MO - Mobile Nav
--------------------------------------------------------------*/
#js-modal.monr-part-popup--header:before {
	content: none;
}

#js-modal.monr-part-popup--header .monr-part-popup-modal__wrapper {
	height: 100%;
	padding: 0;
}

#js-modal.monr-part-popup--header.monr-part-popup-modal--reverse .monr-part-popup-modal__wrapper {
	animation-name: monr-part-modal-exit;
	position: relative;
}

#js-modal-overlay {
	animation: .5s forwards monr-part-modal-enter;
	background: #02204B;
}

.monr-part-popup-modal--reverse + #js-modal-overlay {
	animation-name: monr-part-modal-exit;
}

#mob-nav-bg {
	position: absolute;
	top: 0;
	height: 0;
	z-index: 999;
	overflow-y: hidden;
	max-height: none;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	width: 100%;
	background:#fff;
	-webkit-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
			transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

.monr-part-popup--header #mob-nav-bg {
	height: 100% !important;
	background: #02204B;
}

/*If mobile nav has the class d-none then add this css for overlaying header on content*/
#mob-nav-bg.d-none ~ #page #masthead { 
	position: absolute;
	width:100%;
}

/*Changes colour of social icons in the footer if simple toggle is on*/
#mob-nav-bg.d-none ~ #page .wp-block-social-links .wp-block-social-link-anchor { 
	background: #02204B;
	border-radius: inherit;
}

.mob-menu {
	width: 3rem;
	height: 2rem;
	position: relative;
	border: 0;
	background: none;
	padding: 0;
	display: block;
	float: right;
	top: 3rem;
}

.mob-menu__inner,
.mob-menu__inner:before,
.mob-menu__inner:after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: .3rem;
	top: 0;
	transition-timing-function: ease;
	transition-duration: .45s;
	transition-property: transform, background-color;
	/* border-radius: .4rem; */
	background-color: rgb(2, 32, 75);
}

body.modal-open .mob-menu__inner,
body.modal-open .mob-menu__inner:before,
body.modal-open .mob-menu__inner:after {
	background-color: rgb(255, 255, 255);
}

.mob-menu__inner:before {
	top: .9rem;
	transition-timing-function: ease;
	transition-duration: .45s;
	transition-property: transform, opacity, background-color;
}

.mob-menu__inner:after {
	top: 1.8rem;
}

body.modal-open .mob-menu__inner {
	transform: translate3d(0,1rem,0) rotate(45deg);
}

body.modal-open .mob-menu__inner:before {
	transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
	opacity: 0;
}

body.modal-open .mob-menu__inner:after {
	transform: translate3d(0,-1.8rem,0) rotate(-90deg);
}

#primary-menu-mob,
#supplementary-menu-mob {
	list-style: none;
	padding: 0;
	margin: 1.5rem 0 0;
}

#supplementary-menu-mob {
	position: relative;
	padding-bottom: 2.5rem;
	padding-top: 1rem;
}

#primary-menu-mob li,
#supplementary-menu-mob li {
	padding: 1rem 0 1rem 0;
}

#supplementary-menu-mob:after {
	content: "";
	position: absolute;
	width: 80%;
	height: 0.2rem;
	background-color: #ffffff;
	bottom: 0;
	left: 0;
}

#primary-menu-mob {
	padding-top: 1rem;
}

#primary-menu-mob a,
#supplementary-menu-mob a {
	color: #fff;
	font-family: inherit;
	font-size: inherit;
	font-weight: 700;
}

#primary-menu-mob a:hover,
#primary-menu-mob a:active,
#primary-menu-mob a:focus,
#supplementary-menu-mob a:hover,
#supplementary-menu-mob a:active,
#supplementary-menu-mob a:focus {
	color: #17b54b;
}

/*--------------------------------------------------------------
GL - Animations
--------------------------------------------------------------*/
/* Animation for the modal enter */
@keyframes monr-part-modal-enter {
	0% {
		transform: translate3d(5vw, -5vh, 0);
		opacity: 0;
	}
	100% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

/* Animation for the modal exit */
@keyframes monr-part-modal-exit {
	0% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
	100% {
		transform: translate3d(5vw, -5vh, 0);
		opacity: 0;
	}
}

/*--------------------------------------------------------------
Header (HE)
--------------------------------------------------------------*/
.site-header {
	background: rgba(255, 255, 255, 0);
	position: fixed;
	z-index: 999;
	width: 100%;
	transition: all .2s ease;
}

.site-header.scrolled {
	background: rgba(255, 255, 255, 1);
}

.custom-logo-link {
	display: none;
	position: absolute;
	top: calc(50% - 2rem);
	left: 3rem;
	z-index: 999;
	width: 12.2rem;
	height: 4rem;
	opacity: 0;
	transition: all .2s ease;
}

.custom-logo-link img {
	max-height: 100%;
}

.site-header.scrolled .custom-logo-link {
	opacity: 1;
}

.site-header .container {
	position: relative;
}

.entry-header {
	display: none;
}

/*--------------------------------------------------------------
HE - Navigation
--------------------------------------------------------------*/
.site-header .main-navigation .menu {
	display: none;
}

.main-navigation {
	width: fit-content;
	padding: 3rem 0;
	margin: 0;
}

.no-menu .main-navigation,
.no-menu .js-modal {
	visibility: hidden;
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 .3rem .3rem rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999rem;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999rem;
	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: 20rem;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	margin-right: 3rem;
	margin-bottom: 5rem;
}

.main-navigation ul li:last-child {
	margin: 0;
} 

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.main-navigation li a {
	font-size: 2.5rem;
	color: #fff;
	transition: color .2s ease;
	display: inline-block;
}

.site-header.scrolled .main-navigation li a {
	color: #02204B;
}

.site-header.scrolled .main-navigation li a:hover,
.site-header.scrolled .main-navigation li a:active,
.site-header.scrolled .main-navigation li a:focus,
.main-navigation li a:hover,
.main-navigation li a:active,
.main-navigation li a:focus,
body:not(.scrolling) .main-navigation li a.active,
body:not(.scrolling) .site-header.scrolled .main-navigation li a.active,
.main-navigation li a.scrolling,
.site-header.scrolled .main-navigation li a.scrolling {
	color: #005C8F;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #005C8F), color-stop(75%, #005C8F));
    background-image: -o-linear-gradient(top, #005C8F 75%, #005C8F 75%);
    background-image: linear-gradient(to bottom, #005C8F 75%, #005C8F 75%);
    background-repeat: repeat-x;
    background-size: 1px 1px;
    background-position: 0 87%;
}

@media screen and (min-width: 768px) {
	.main-navigation ul {
		display: flex;
		list-style: none;
	}

	.site-header .main-navigation .menu {
		display: flex;
	}

	.site-header .main-navigation {
		margin: auto;
	}

	.main-navigation li {
		margin-right: 7.5rem;
		margin-bottom: 0;
	}
}

/*--------------------------------------------------------------
Footer (FO)
--------------------------------------------------------------*/
.site-footer {
	background-color: #C9D3D3;
}

.site-footer .container {
	border-top: #707070 0.1rem solid;
}

.site-footer ul {
	margin: 0;
	list-style-type: none;
	padding: 0 0 1.5rem;
}

.site-footer .footer-menu ul {
	padding: 3rem 0;
}

.site-footer link {
	margin-right: 5rem;
}

.site-footer li {
	margin-bottom: 1.5rem;
}

.site-footer li:last-child {
	margin: 0;
}

.site-footer li * {
	color: #02204B;
	margin: 0;
}

.site-footer li a {
	text-decoration: none;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #02204B), color-stop(75%, #02204B));
    background-image: -o-linear-gradient(top, #02204B 75%, #02204B 75%);
    background-image: linear-gradient(to bottom, #02204B 75%, #02204B 75%);
    background-repeat: repeat-x;
    background-size: 1px 1px;
    background-position: 0 87%;
}

.site-footer li a:hover,
.site-footer li a:active,
.site-footer li a:focus {
	color: #005C8F;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #005C8F), color-stop(75%, #005C8F));
    background-image: -o-linear-gradient(top, #005C8F 75%, #005C8F 75%);
    background-image: linear-gradient(to bottom, #005C8F 75%, #005C8F 75%);
}

/*--------------------------------------------------------------
FO - Responsive
--------------------------------------------------------------*/
@media (min-width: 768px) {
	.site-footer li {
		display: inline;
		margin-right: 3rem;
	}

	.site-footer .footer-menu ul,
	.site-footer ul {
		padding: 1.5rem 0;
	}
}

/*--------------------------------------------------------------
404 Page (404)
--------------------------------------------------------------*/
.page-404 {
	color: #fff;
}

.page-404 .wp-block-button__link {
	width: 100%;
	background: none;
	text-transform: uppercase;
	border: #fff 0.1rem solid;
	border-radius: 0;
	font-size: 2rem;
}

/*--------------------------------------------------------------
404 - Responsive
--------------------------------------------------------------*/
@media (min-width: 768px) {
	.page-404 .wp-block-button__link {
		text-decoration: underline;
		text-transform: none;
		border: none;
		width: auto;
	}
}

/*--------------------------------------------------------------
MO - Core
--------------------------------------------------------------*/
/*--------------------------------------------------------------
MO_C - Image
--------------------------------------------------------------*/
.wp-block-image img {
	width: 100%;
}

/*--------------------------------------------------------------
MO_C - Cover
--------------------------------------------------------------*/
.wp-block-cover,
.wp-block-cover-image {
	padding: 0;
	min-height: 100vh !important;
}

.wp-block-cover .is-style-client-logo {
	transition: opacity .5s ease-in-out;
}

.site-header.scrolled + * .wp-block-cover .is-style-client-logo {
	opacity: 0;
}

/*--------------------------------------------------------------
MO_C - Group
--------------------------------------------------------------*/
.wp-block-group {
	min-height: 100vh;
}

#services .wp-block-group__inner-container::before {
	content: '';
	display: block;
	height: 8rem;
	margin-top: -8rem;
	visibility: hidden;
  }

/*--------------------------------------------------------------
MO_C_G - Block Styles
--------------------------------------------------------------*/
.is-style-align-content-center {
	display: flex;
	align-items: center;
}

.is-style-align-content-center > * {
	width: 100%;
}

/*--------------------------------------------------------------
MO_C - Paragraph
--------------------------------------------------------------*/
/*--------------------------------------------------------------
MO_C_P - Block Styles
--------------------------------------------------------------*/
.is-style-team-role {
	font-size: 2rem;
	font-style: italic;
	color: #ADC7DA; 
}

/*--------------------------------------------------------------
MO_C_P_BS - Responsive
--------------------------------------------------------------*/
@media (min-width: 768px) {
	.is-style-team-role {
		font-size: 2.5rem;
	}
}

/*--------------------------------------------------------------
MO_C - Social Media Icons
--------------------------------------------------------------*/
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
	width: 2.4rem;
	height: 2.4rem;
}

/*--------------------------------------------------------------
MO - Hopp
--------------------------------------------------------------*/
/*--------------------------------------------------------------
MO_H - Image (REM)
--------------------------------------------------------------*/
.hopp-img-rem__img {
	display: block;
	margin: auto;
}

.is-style-client-logo {
	max-width: 200rem;
}

/*--------------------------------------------------------------
MO_H_I - Block Styles
--------------------------------------------------------------*/
@media only screen and (min-width: 300px) and (max-width: 400px)  {
	.is-style-client-logo .hopp-img-rem__img {
		max-width: 23rem;
	}
}

@media only screen and (min-width: 401px) and (max-width: 575px)  {
	.is-style-client-logo .hopp-img-rem__img {
		max-width: 31rem;
	}
}

/*--------------------------------------------------------------
MO_H - Partners Map
--------------------------------------------------------------*/
.gb-partners-map {
	overflow: hidden;
}

.acf-map {
	width: 100%;
	height: 50rem;
}

.gb-partners-map > .map-container > .wrap {
	max-width: 100%;
	margin: 0;
}

.gm-style .gm-style-iw-c {
	width: 18rem !important;
}

.gm-ui-hover-effect {
	top: 0 !important;
	right: 0 !important;
}

.acf-map h2 {
	padding-right: 12px;
	font-size: 1rem;
	line-height: 1.3rem !important;
	margin: 0 !important;
}

#content .acf-map p {
	margin: 3px 0 0 0;
	font-size: 1.4rem;
}

#content .acf-map p.email {
	margin-top: 1rem;
}

.acf-map img {
	max-width: inherit !important;
}

/*--------------------------------------------------------------
MO - Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
MO_P - Semantic Wrapper
--------------------------------------------------------------*/
/*--------------------------------------------------------------
MO_P_S - Block Styles
--------------------------------------------------------------*/
.is-style-hopp-sticky,
.is-style-hopp-sticky-box-s {
	position: -webkit-sticky;
	position: sticky;
	top: -1px;
	z-index: 998;
}

.is-style-hopp-sticky-box-s {
	box-shadow: 0 1rem 1rem rgb(0 0 0 / 19%);
}

/*--------------------------------------------------------------
MO_P - Responsive Spacer
--------------------------------------------------------------*/
.pb-6 {
	padding-bottom: 4rem !important;
}

.pb-7 {
	padding-bottom: 5rem !important;
}

.pb-8 {
	padding-bottom: 6rem !important;
}

.pb-9 {
	padding-bottom: 7rem !important;
}

.pb-10 {
	padding-bottom: 8rem !important;
}

.pb-11 {
	padding-bottom: 9rem !important;
}

.pb-12 {
	padding-bottom: 10rem !important;
}

.pb-13 {
	padding-bottom: 11rem !important;
}

.pb-14 {
	padding-bottom: 12rem !important;
}

.pb-15 {
	padding-bottom: 13rem !important;
}

.pb-16 {
	padding-bottom: 14rem !important;
}

.pb-17 {
	padding-bottom: 15rem !important;
}

.pb-18 {
	padding-bottom: 16rem !important;
}

.pb-19 {
	padding-bottom: 17rem !important;
}

.pb-20 {
	padding-bottom: 18rem !important;
}

@media (min-width: 576px) {
	.pb-sm-6 {
		padding-bottom: 4rem !important;
	}
	
	.pb-sm-7 {
		padding-bottom: 5rem !important;
	}
	
	.pb-sm-8 {
		padding-bottom: 6rem !important;
	}
	
	.pb-sm-9 {
		padding-bottom: 7rem !important;
	}
	
	.pb-sm-10 {
		padding-bottom: 8rem !important;
	}
	
	.pb-sm-11 {
		padding-bottom: 9rem !important;
	}
	
	.pb-sm-12 {
		padding-bottom: 10rem !important;
	}
	
	.pb-sm-13 {
		padding-bottom: 11rem !important;
	}
	
	.pb-sm-14 {
		padding-bottom: 12rem !important;
	}
	
	.pb-sm-15 {
		padding-bottom: 13rem !important;
	}
	
	.pb-sm-16 {
		padding-bottom: 14rem !important;
	}
	
	.pb-sm-17 {
		padding-bottom: 15rem !important;
	}
	
	.pb-sm-18 {
		padding-bottom: 16rem !important;
	}
	
	.pb-sm-19 {
		padding-bottom: 17rem !important;
	}
	
	.pb-sm-20 {
		padding-bottom: 18rem !important;
	}
}

@media (min-width: 768px) {
	.pb-md-6 {
		padding-bottom: 4rem !important;
	}
	
	.pb-md-7 {
		padding-bottom: 5rem !important;
	}
	
	.pb-md-8 {
		padding-bottom: 6rem !important;
	}
	
	.pb-md-9 {
		padding-bottom: 7rem !important;
	}
	
	.pb-md-10 {
		padding-bottom: 8rem !important;
	}
	
	.pb-md-11 {
		padding-bottom: 9rem !important;
	}
	
	.pb-md-12 {
		padding-bottom: 10rem !important;
	}
	
	.pb-md-13 {
		padding-bottom: 11rem !important;
	}
	
	.pb-md-14 {
		padding-bottom: 12rem !important;
	}
	
	.pb-md-15 {
		padding-bottom: 13rem !important;
	}
	
	.pb-md-16 {
		padding-bottom: 14rem !important;
	}
	
	.pb-md-17 {
		padding-bottom: 15rem !important;
	}
	
	.pb-md-18 {
		padding-bottom: 16rem !important;
	}
	
	.pb-md-19 {
		padding-bottom: 17rem !important;
	}
	
	.pb-md-20 {
		padding-bottom: 18rem !important;
	}
}

@media (min-width: 992px) {
	.pb-lg-6 {
		padding-bottom: 4rem !important;
	}
	
	.pb-lg-7 {
		padding-bottom: 5rem !important;
	}
	
	.pb-lg-8 {
		padding-bottom: 6rem !important;
	}
	
	.pb-lg-9 {
		padding-bottom: 7rem !important;
	}
	
	.pb-lg-10 {
		padding-bottom: 8rem !important;
	}
	
	.pb-lg-11 {
		padding-bottom: 9rem !important;
	}
	
	.pb-lg-12 {
		padding-bottom: 10rem !important;
	}
	
	.pb-lg-13 {
		padding-bottom: 11rem !important;
	}
	
	.pb-lg-14 {
		padding-bottom: 12rem !important;
	}
	
	.pb-lg-15 {
		padding-bottom: 13rem !important;
	}
	
	.pb-lg-16 {
		padding-bottom: 14rem !important;
	}
	
	.pb-lg-17 {
		padding-bottom: 15rem !important;
	}
	
	.pb-lg-18 {
		padding-bottom: 16rem !important;
	}
	
	.pb-lg-19 {
		padding-bottom: 17rem !important;
	}
	
	.pb-lg-20 {
		padding-bottom: 18rem !important;
	}
}

@media (min-width: 1200px) {
	.pb-xl-6 {
		padding-bottom: 4rem !important;
	}
	
	.pb-xl-7 {
		padding-bottom: 5rem !important;
	}
	
	.pb-xl-8 {
		padding-bottom: 6rem !important;
	}
	
	.pb-xl-9 {
		padding-bottom: 7rem !important;
	}
	
	.pb-xl-10 {
		padding-bottom: 8rem !important;
	}
	
	.pb-xl-11 {
		padding-bottom: 9rem !important;
	}
	
	.pb-xl-12 {
		padding-bottom: 10rem !important;
	}
	
	.pb-xl-13 {
		padding-bottom: 11rem !important;
	}
	
	.pb-xl-14 {
		padding-bottom: 12rem !important;
	}
	
	.pb-xl-15 {
		padding-bottom: 13rem !important;
	}
	
	.pb-xl-16 {
		padding-bottom: 14rem !important;
	}
	
	.pb-xl-17 {
		padding-bottom: 15rem !important;
	}
	
	.pb-xl-18 {
		padding-bottom: 16rem !important;
	}
	
	.pb-xl-19 {
		padding-bottom: 17rem !important;
	}
	
	.pb-xl-20 {
		padding-bottom: 18rem !important;
	}
}

/*--------------------------------------------------------------
MO_P - Columns Block
--------------------------------------------------------------*/
.wp-block-gbold-grid-column {
	position: relative;
	width: 100%;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

/*--------------------------------------------------------------
Plugins (PL)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
PL - Jetpack
--------------------------------------------------------------*/
/* 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 (U)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
U - Accessibility
--------------------------------------------------------------*/
.sr-only {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	overflow-wrap: normal!important;
	word-wrap: normal!important;
	padding: 0;
	position: absolute!important;
	width: 1px;
}

/*--------------------------------------------------------------
Bootstrap (B)
--------------------------------------------------------------*/
.row {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}

@media (max-width) {
	.row {
		margin-left: -3rem;
		margin-right: -3rem;
	}
}
/*--------------------------------------------------------------
B - Responsive Container Max Widths
--------------------------------------------------------------*/
@media (max-width: 867px) {
	.container,
	.container-sm,
	.container-md {
		padding-right: 3rem;
		padding-left: 3rem;
	}
}

@media (min-width: 576px) {
	.container,
	.container-sm {
		max-width: 640px;
	}
}

@media (min-width: 768px) {
	.container,
	.container-sm,
	.container-md {
		max-width: 738px;
	}
}

@media (min-width: 868px) {
	.container,
	.container-sm,
	.container-md {
		max-width: 838px;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (min-width: 992px) {
	.container,
	.container-sm,
	.container-md,
	.container-lg {
		max-width: 962px;
	}
}

@media (min-width: 1000px) {
	.container,
	.container-sm,
	.container-md,
	.container-lg {
		max-width: 970px;
	}
}

@media (min-width: 1100px) {
	.container,
	.container-sm,
	.container-md,
	.container-lg {
		max-width: 1080px;
	}
}

@media (min-width: 1200px) {
	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		max-width: 1140px;
	}
}

/*--------------------------------------------------------------
B - Text Alignment
--------------------------------------------------------------*/
.text-left {
	text-align: left !important;
}
  
.text-right {
	text-align: right !important;
}
  
.text-center {
	text-align: center !important;
}
  
@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important;
	}
	.text-sm-right {
		text-align: right !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important;
	}
	.text-md-right {
		text-align: right !important;
	}
	.text-md-center {
		text-align: center !important;
	}
}
  
@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important;
	}
	.text-lg-right {
		text-align: right !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}
  
@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important;
	}
	.text-xl-right {
		text-align: right !important;
	}
	.text-xl-center {
		text-align: center !important;
	}
}

/*--------------------------------------------------------------
B - Width
--------------------------------------------------------------*/
.w-auto {
	width: auto !important;
}

/**
 *
 * XXL Screen Sizes
 *
 */
 @media screen and (min-width: 1200px) {
	.container {
		max-width: 90% !important;
	}

	/* There shouldn't be nested containers, but just incase... */
	.container .container {
		max-width: 100% !important;
	}
}

@media screen and (min-width: 1921px) {
	html:not(div) {
		font-size: .51vw;
	}
}

/**
 *
 * XXL Screen Sizes - END
 *
 */