/*!
Theme Name: Magnolias - Reliant Residential
Theme URI: https://www.magnoliasconsulting.com/
Author: Magnolias Consulting : Danielle Bindon
Author URI: https://www.magnoliasconsulting.com/
Description: Theme used for website development at Magnolias Consulting.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: magnolias
Tags: custom-logo, custom-menu, featured-images, translation-ready, advanced-custom-fields
GitHub Theme URI: danibindon/reliant-residential

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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus ## Footer
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Media
	## Captions
	## Galleries
# Custom Fields ## Home Page Fields ## Interior Fields ## Menu Page
# Utility Classes ## Sizing ## Spacing

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize - sass/normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ }

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

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

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

/** 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; /* 1 */ font-size: 1em; /* 2 */ }

/* 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; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ }

/** 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; /* 1 */ font-size: 1em; /* 2 */ }

/** 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; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }

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

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ 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; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** 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; /* 1 */ padding: 0; /* 2 */ }

/** 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; /* 1 */ outline-offset: -2px; /* 2 */ }

/** 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; /* 1 */ font: inherit; /* 2 */ }

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

/*--------------------------------------------------------------
# Elements - sass/elements/elements
--------------------------------------------------------------*/
html { box-sizing: border-box; font-size: 62.5%; /* Sets up the Base 10 stuff */ background-color: #1c1c1c; }

*, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ box-sizing: inherit; }

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

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

dd { margin: 0 1.5em 1.5em; }

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

figure { margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */ }

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

/*--------------------------------------------------------------
# Typography - sass/typography/typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea { color: #404040; font-family: "Roboto", sans-serif; font-size: 19px; font-size: 1.9rem; line-height: 1.5; }

h1, h2, h3, h4, h5, h6 { clear: both; margin: 15px 0; }

h1 { font-family: "Roboto", sans-serif; font-size: 35px; font-size: 3.5rem; }

h2 { font-family: "Roboto", sans-serif; font-size: 31px; font-size: 3.1rem; }

h3 { font-family: "Roboto", sans-serif; font-size: 26px; font-size: 2.6rem; margin: 0 0 5px 0; }

h4 { font-family: "Roboto", sans-serif; font-size: 20px; font-size: 2rem; margin: 0 0 5px 0; }

h5 { font-size: 10px; font-size: 1rem; }

h6 { font-size: 10px; font-size: 1rem; }

p { margin: 0 0 15px 0; }
p:empty { display: none; }

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; font-size: 9.375px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; }

code, kbd, tt, var { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 9.375px; font-size: 0.9375rem; }

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

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

big { font-size: 125%; }

/*--------------------------------------------------------------
# Forms - sass/forms/forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] { border: 1px solid; border-color: #ccc #ccc #bbb; background-color: #322460; color: #fff; font-size: 15px; font-size: 1.5rem; line-height: 1; padding: 15px 20px; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; text-transform: uppercase; }
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { border-color: #ccc #bbb #aaa; background-color: #000; }
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; }

select { /* Add in SVG animation to this for arrow */ -webkit-appearance: none; -moz-appearance: none; color: #666; background-color: #f1f1f1; border: 1px solid #eee; border-radius: 0; padding: 5px 10px; }
select:focus { outline: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) { select { padding-right: 18px; } }
label { position: relative; display: inline; padding-top: 10px; }

.icon::after { display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; }

/* Step 2: Reference Individual Icons */
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 #eee; background-color: #f4f4f4; padding: 15px; width: 100%; }
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; background-color: #f0f0f0; outline: none; }

.wpcf7 select { -webkit-appearance: none; -moz-appearance: none; color: #666; background-color: #fff; border: 1px solid #eee; width: 100%; border-radius: 0; padding: 15px; }
.wpcf7 select:focus { outline: none; }

textarea { width: 100%; }

/* Autofill styles for Chrome */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus { -webkit-text-fill-color: #322460; -webkit-box-shadow: 0 0 0px 1000px #fff inset; transition: background-color 5000s ease-in-out 0s; }

/* OneHub Form Styles */
#form-signin-35c91f5ebd3d281a5a3252297af4a63c fieldset { padding: 0; }
#form-signin-35c91f5ebd3d281a5a3252297af4a63c ol { list-style: none; margin-left: 0; padding-left: 0; }
#form-signin-35c91f5ebd3d281a5a3252297af4a63c ol li:first-child { margin-bottom: 15px; }
#form-signin-35c91f5ebd3d281a5a3252297af4a63c .buttons button { margin-right: 15px; }

/*--------------------------------------------------------------
# Navigation - sass/navigation/navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a { color: #322460; transition: all 0.3s ease; text-decoration: none; }
a:visited { color: none; }
a:hover, a:focus, a:active { color: inherit; box-shadow: none; }
a:focus { outline: none; text-decoration: none; }
a:hover, a:active { outline: 0; text-decoration: none; }

.btn-wrap { position: relative; }
.btn-wrap .btn-primary { font-family: "Roboto", sans-serif; font-size: 18px; font-size: 1.8rem; text-align: center; display: inline-block; min-width: 180px; line-height: 1em; position: relative; display: inline-block; padding: 16px; text-decoration: none; background-color: inherit; border-color: inherit; /* ACF Button group allows user to select button colour*/ }
.btn-wrap .btn-primary:focus, .btn-wrap .btn-primary:active { box-shadow: none !important; }
.btn-wrap .btn-primary.btn-1 { color: #fff; background-color: #322460; }
.btn-wrap .btn-primary.btn-1:active { background-color: #322460; }
.btn-wrap .btn-primary.btn-1:hover { background-color: #E23A2C; }
.btn-wrap .btn-primary.btn-2 { color: #fff; background-color: #E23A2C; }
.btn-wrap .btn-primary.btn-2:active { background-color: #E23A2C; }
.btn-wrap .btn-primary.btn-2:hover { background-color: #322460; }
.btn-wrap .btn-primary.btn-3 { color: #fff; background-color: #322460; }
.btn-wrap .btn-primary.btn-3:active { background-color: #322460; }
.btn-wrap .btn-primary.btn-3:hover { background-color: #000; }
.btn-wrap .btn-primary.btn-4 { color: #fff; background-color: #000; }
.btn-wrap .btn-primary.btn-4:active { background-color: #000; }
.btn-wrap .btn-primary.btn-4:hover { background-color: #E23A2C; }

.btn-404 { padding: 20px 30px; color: #fff; background-color: #322460; border-radius: 5px; }
.btn-404:hover { color: #fff; background-color: #000; }

.location-btn { font-size: 10px; border: none; border-radius: 5px; }
.location-btn:focus { outline: none; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header { -webkit-box-shadow: 0px 1px 3px #ededed; -moz-box-shadow: 0px 1px 3px #ededed; box-shadow: 0px 1px 3px #ededed; }

.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a { border-bottom: 3px solid #322460; }
.main-navigation li.current_page_item { border-bottom: 3px solid #322460; }

.site-branding { width: 180px; }
@media (min-width: 992px) { .site-branding { width: 200px; } }
.site-branding img, .site-branding svg { max-width: 100%; height: auto; max-height: 90px; }
@media (min-width: 1200px) { .site-branding.navbar-brand { margin-right: 15rem; } }

.dropdown:hover > .dropdown-menu { display: block; }

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin: 0 0 1.5em; overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; }

.navbar .custom-toggler .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
.navbar .navbar-toggler { z-index: 99; border: none; }
.navbar .navbar-toggler:hover { background-color: inherit; }
.navbar .navbar-toggler:focus { outline: none; }
.navbar .navbar-toggler-icon { padding: 20px !important; }
.navbar .navbar-toggler-icon:focus { outline: none !important; }

@media (max-width: 991.98px) { .site-header .container { padding-right: 0; padding-left: 0; max-width: 100%; }
  .site-header .container .navbar { padding: 0; }
  .site-branding { margin-top: 10px; margin-bottom: 10px; margin-left: 15px; }
  .navbar-toggler { margin-top: 10px; margin-bottom: 10px; margin-right: 15px; }
  .navbar #navbarNav #menu-primary-menu > li > a { color: white; }
  .navbar #navbarNav .dropdown-menu { border: none; padding-bottom: 0; border-radius: 0; background-clip: border-box; }
  .navbar #navbarNav .dropdown-menu li { border-bottom: 1px solid #000; }
  .navbar #navbarNav .dropdown-menu li:last-child { border-bottom: none; }
  .navbar #navbarNav .dropdown-menu > li h4 { text-transform: capitalize; }
  .navbar #navbarNav > ul > li { background-color: #000; color: #fff !important; border-bottom: 2px solid #fff; }
  .navbar #navbarNav > ul > li a { padding: 15px 0; }
  .navbar #navbarNav > ul > li.nav-highlight { display: inline-block; background-color: #322460; color: #fff !important; }
  .navbar #navbarNav > ul > li ul { color: #000; background-color: #fff; } }
@media (min-width: 992px) { .nav-highlight a { display: inline-block; background-color: #322460; margin: 0 5px; border-radius: 10px; color: #fff !important; }
  .nav-highlight a:hover { background-color: #000; }
  .nav-highlight a.nav-link { padding-right: 20px !important; padding-left: 20px !important; }
  li.current-menu-parent, #menu-primary-menu > li.current_page_item { border-bottom: 4px solid #E23A2C; }
  .navbar { height: 115px; }
  .navbar #navbarNav { height: inherit; }
  .navbar ul#menu-primary-menu { height: inherit; }
  .navbar ul#menu-primary-menu > li { height: inherit; padding: 40px 0; }
  .nav-highlight a:hover { background-color: #000; }
  .nav-highlight a.nav-link { padding-right: 20px !important; padding-left: 20px !important; } }
@media (max-width: 991.98px) { .pt-special-dropdown .overlay-wrap img { display: none; }
  .dropdown-menu .dropdown-item:active { background-color: inherit; color: inherit; } }
@media (min-width: 992px) { .pt-special-dropdown { position: inherit; }
  .pt-special-dropdown .dropdown-menu { padding: 0; margin: 0; border: none; } }
@media (min-width: 992px) and (min-width: 992px) { .pt-special-dropdown .dropdown-menu { left: 9%; } }
@media (min-width: 992px) { .pt-special-dropdown .dropdown-menu > li { display: inline-block; float: left; }
  .pt-special-dropdown .dropdown-menu > li .overlay-wrap { position: relative; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
  .pt-special-dropdown .dropdown-menu > li .overlay-wrap:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(50, 36, 96, 0.5); z-index: 1; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
  .pt-special-dropdown .dropdown-menu > li .overlay-wrap:hover:after { background-color: transparent; border-bottom: 10px solid #322460; }
  .pt-special-dropdown .dropdown-menu > li .overlay-wrap:hover { color: #fff; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }
  .pt-special-dropdown .dropdown-menu > li .overlay-wrap h4 { position: absolute; z-index: 10; }
  .pt-special-dropdown .dropdown-menu .dropdown-item { padding: 0; } }
@media (min-width: 992px) and (min-width: 992px) { .pt-special-dropdown .sub-menu { display: flex; justify-content: center; text-align: center; background-color: #322460; left: 0; right: 0; z-index: -1; } }
@media (min-width: 992px) and (min-width: 992px) { .pt-special-dropdown .sub-menu a { min-width: auto; border-bottom: 0; padding: 26px 35px; } }
@media (min-width: 992px) and (min-width: 992px) { .pt-special-dropdown .sub-menu .menu-item:not(:last-of-type) { border-right: 1px solid #402e7a; } }
@media (min-width: 992px) and (min-width: 768px) { .pt-special-dropdown .sub-menu .menu-item:first-of-type > a { padding-top: 25px; } }
@media (min-width: 992px) and (min-width: 768px) { .pt-special-dropdown .sub-menu .menu-item:last-of-type > a { padding-bottom: 25px; } }
@media (min-width: 992px) and (min-width: 992px) { .pt-special-dropdown .sub-menu .menu-item:last-of-type > a { border-radius: 0; } }
@media (min-width: 992px) { .pt-special-dropdown .sub-menu .sub-menu { display: none; }
  .pt-special-dropdown img { width: 50px; height: 50px; } }
@media (min-width: 992px) and (min-width: 992px) { .pt-special-dropdown img { width: 250px; height: auto; } }
@media (min-width: 992px) and (min-width: 1200px) { .pt-special-dropdown img { display: block; width: 180px; height: auto; margin: 0 auto; } }
@media (min-width: 992px) and (min-width: 992px) { .pt-special-dropdown.contact-item .dropdown-menu { left: 60%; } }
@media (min-width: 992px) and (min-width: 992px) { .pt-special-dropdown ul.dropdown-menu.show { display: flex !important; }
  .pt-special-dropdown:hover > .dropdown-menu { display: flex !important; } }

/*--------------------------------------------------------------
## Megamenu Navwalker
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer { background-color: #000; color: #fff; }
.site-footer .svg-logo { text-align: center; }
.site-footer .svg-logo svg { width: 100%; height: auto; }
@media (max-width: 991.98px) { .site-footer .svg-logo svg { width: 70%; text-align: center; } }
.site-footer .svg-logo svg polygon, .site-footer .svg-logo svg path, .site-footer .svg-logo svg rect { fill: #fff; }
.site-footer h4 { margin-bottom: 1.5rem; display: block; font-weight: bold; }
.site-footer h4:after { content: ""; position: relative; top: -6px; height: 3px; width: 100%; margin-left: 30px; background-color: red; z-index: 1; }
.site-footer p { margin-bottom: 0.8rem; }

#footer_nav { clear: both; display: block; float: left; width: 100%; }
#footer_nav .footer_nav_wrap { padding: 100px 0; }
@media (max-width: 991.98px) { #footer_nav .footer_nav_wrap .wrap { padding-bottom: 20px; } }
@media (max-width: 991.98px) and (max-width: 575.98px) { #footer_nav .footer_nav_wrap { padding-left: 20px; padding-right: 20px; } }

#footer_nav ul { font-size: 16px; font-size: 1.6rem; display: none; list-style: none; margin: 0; padding-left: 0; padding-top: 10px; display: inline-block; }
@media (max-width: 575.98px) { #footer_nav ul { font-size: 18px; font-size: 1.8rem; } }
#footer_nav li { position: relative; color: #fff; }
@media (max-width: 991.98px) { #footer_nav li a { margin-bottom: 6px; } }
#footer_nav a { display: block; text-decoration: none; color: #fff; }
#footer_nav a:hover { color: inherit; }
@media (max-width: 991.98px) { #footer_nav .wrap { margin-bottom: 20px; } }

.footer-description { margin-top: 10px; color: #fff; }

.footer-icon { font-size: 1.3vw; color: black; transition: all 0.2s ease; }
.footer-icon:hover { color: gray; }

.icons-wrap a { padding-right: 10px; }
@media (max-width: 1199.98px) { .icons-wrap a { padding: 5px; } }

.social-icons img, .social-icons svg { -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; border-radius: 50%; width: 100%; max-width: 80px; fill: #322460; }
.social-icons img:hover, .social-icons svg:hover { fill: #E23A2C; }
@media (min-width: 768px) { .social-icons img, .social-icons svg { max-width: 60px; } }

.app-icons img, .app-icons svg { -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.app-icons img:hover, .app-icons svg:hover { fill: #E23A2C; }

.copyright-wrap { margin-top: 15px; padding: 10px 0 5px 0; color: #fff; background-color: #322460; }
.copyright-wrap p, .copyright-wrap li { padding-top: 10px; font-size: 13px; font-size: 1.3rem; }

.footer-menu-3 { float: right; }
.footer-menu-3 ul li { float: left; padding: 0 10px; }
@media (max-width: 575.98px) { .footer-menu-3 ul li { padding: 0 10px 0 0; } }
@media (max-width: 575.98px) { .footer-menu-3 { float: left; } }

.contact-cta { color: #fff; background-color: #322460; background-image: url("images/reliant-opacity-small.png"); background-repeat: no-repeat; background-position: left bottom; }
.contact-cta .row { min-height: 150px; }
.contact-cta .btn-wrap { margin-top: 5px; }

/*--------------------------------------------------------------
# Accessibility - sass/modules/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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
.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: 8.75px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ }

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

/*--------------------------------------------------------------
# Alignments - sass/modules/alignments
--------------------------------------------------------------*/
.alignleft { display: inline; float: left; margin-right: 1.5em; }

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

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

/*--------------------------------------------------------------
# Clearings - sass/modules/clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; table-layout: fixed; }

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; }

/*--------------------------------------------------------------
# Widgets - sass/site/secondary/widgets
--------------------------------------------------------------*/
.widget { margin: 0 0 1.5em; /* Make sure select elements fit in widgets. */ }
.widget select { max-width: 100%; }

/*--------------------------------------------------------------
# Content - sass/site/site
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#body-content-wrapper { padding-left: 225px; /* Pushes the page content over so it does not overlap with the menu. Disable on mobile. */ overflow: hidden; }
@media (max-width: 991.98px) { #body-content-wrapper { padding-left: 0; margin-top: 80px; } }

.content-area { overflow: hidden; }

.container-wrap { width: 100%; }

@media (min-width: 1441px) { .container { max-width: 1400px; } }
.no-padding { padding-left: 0; padding-right: 0; }

.my-auto-iefix { height: 100%; /* Fix for IE. Bootstrap my-auto won't center content if a height isn't declared. */ }

.sticky { display: block; }

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

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

.entry-content .posts-video .wrap { position: relative; width: 100%; height: 0; padding-bottom: 600px; }
.entry-content .posts-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

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

.posts-page .btn-primary { min-width: 185px; padding: 12px; }
.posts-page .btn-primary:after { right: -335px; }
.posts-page .testborder { border: 3px solid black; background-size: cover; background-position: top; background-repeat: no-repeat; }
.posts-page .testborder-2 { border-top: 3px solid black; border-bottom: 3px solid black; }

.posts-divider { background-image: url(images/Red-Jersey-Background.jpg); background-size: cover; background-position: top; background-repeat: no-repeat; background-color: #322460; text-align: center; color: #fff; }

.featured-post { border-top: 6px solid black; }
.featured-post img { width: 100%; height: 100%; max-height: 500px; object-fit: cover; }

.single-content-wrap h2, .single-content-wrap h3, .single-content-wrap h4, .single-content-wrap h5, .single-content-wrap h6, .single-content-wrap p { padding: 0 30px; }

.overlay-wrap { position: relative; }
.overlay-wrap .overlay { position: absolute; bottom: 0; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.7); color: #fff; overflow: hidden; width: 100%; height: 0; transition: .5s ease; z-index: 999; }
.overlay-wrap .overlay p { padding: 15px; }
.overlay-wrap .hover-overlay:hover .overlay { height: 50%; }
.overlay-wrap .text { padding: 10px; }

.posts-pagination a, .posts-pagination span.current { background-color: #322460; padding: 10px 15px; margin: 0 3px; }
.posts-pagination span.current { font-weight: bold; }
.posts-pagination a { color: #fff; }
.posts-pagination .posts-prev:before { content: "\2190 "; }
.posts-pagination .posts-next:after { content: " \2192"; }

.post-navigation { font-weight: bold; }
.post-navigation .post-prev:before { content: "\2190\00a0"; }
.post-navigation .post-next:after { content: "\00a0\2192"; }

.return-link { margin-bottom: 15px; }
.return-link .return-button { background-color: #322460; color: #fff; padding: 10px 20px; }
.return-link .return-button:before { content: "\2190\00a0"; }
.return-link .return-button:hover { background-color: #000; }

.posts-section { margin-top: 60px; }
.posts-section img { width: 100%; height: 300px; object-fit: cover; }
.posts-section .posts-wrap { margin-bottom: 60px; }
.posts-section .posts-wrap h2 { text-align: center; }
.posts-section .posts-wrap .feat-star img { position: absolute; width: 30px; height: auto; top: 60px; right: 30px; }
.posts-section .date { font-size: 13px; font-size: 1.3rem; }
.posts-section .category-wrap { float: left; margin: 15px 10px 10px 0; }
.posts-section .category-wrap .category-link { background-color: #322460; color: #fff; padding: 5px 10px; font-size: 12px; font-size: 1.2rem; }
.posts-section .category-wrap .category-link:hover { background-color: #000; }
.posts-section .btn-primary { min-width: 185px; padding: 12px; }
.posts-section .btn-primary:after { right: -335px; }

.category-wrap { float: left; margin: 15px 10px 10px 0; }
.category-wrap .category-link { background-color: #322460; color: #fff; padding: 5px 10px; font-size: 12px; font-size: 1.2rem; }
.category-wrap .category-link:hover { background-color: #000; }

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

.bypostauthor { display: block; }

/*--------------------------------------------------------------
# Media - sass/media/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 embeds and iframes fit their containers. */
embed, iframe, object { max-width: 100%; }

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

.gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; }
.gallery-columns-2 .gallery-item { max-width: 50%; }
.gallery-columns-3 .gallery-item { max-width: 33.33%; }
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%; }
.gallery-columns-7 .gallery-item { max-width: 14.28%; }
.gallery-columns-8 .gallery-item { max-width: 12.5%; }
.gallery-columns-9 .gallery-item { max-width: 11.11%; }

.gallery-caption { display: block; }

/*--------------------------------------------------------------
# Custom Fields - sass/media/media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Home Page Fields
--------------------------------------------------------------*/
/* Featured Banner */
.primary-banner { background-size: cover; background-position: center; background-repeat: no-repeat; background-color: black; height: 600px; position: relative; }
.primary-banner .btn-primary { margin: 20px; }
.primary-banner .banner-wrapper { text-align: center; position: absolute; bottom: 10%; }
.primary-banner .button-wrap { width: 100%; }

.primary-banner-video { height: 600px; overflow: hidden; position: relative; }
.primary-banner-video video { left: 50%; min-height: 100%; min-width: 101%; overflow: hidden; position: absolute; top: 50%; transform: translate(-50%, -50%); }
.primary-banner-video .btn-primary { margin: 20px; }
.primary-banner-video .banner-wrapper { text-align: center; position: absolute; bottom: 10%; }
.primary-banner-video .button-wrap { width: 100%; }

/* Two Column Feature */
.two-col-feature .left-col, .two-col-feature .right-col { height: 600px; display: flex; }
.two-col-feature .top-left img { position: absolute; top: 5px; left: 5px; }
.two-col-feature .top-right img { position: absolute; top: 5px; right: 5px; }
.two-col-feature .bottom-left img { position: absolute; bottom: 5px; left: 5px; }
.two-col-feature .bottom-right img { position: absolute; bottom: 5px; left: 5px; }
.two-col-feature .bkg-img { background-size: cover; background-position: center; background-repeat: no-repeat; }
.two-col-feature img { display: block; width: 75%; max-height: 100%; }
.two-col-feature .button-wrap { position: absolute; overflow: hidden; bottom: 7%; }
.two-col-feature .button-wrap .btn-wrap { position: relative; }
@media (max-width: 575.98px) { .two-col-feature img { width: 95%; } }

/* Banner Feature */
.banner-feature { height: 550px; background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; }
.banner-feature .banner-wrapper { text-align: center; position: absolute; bottom: 10%; }
.banner-feature .button-wrap { width: 100%; }

.banner-feature-video { height: 600px; overflow: hidden; position: relative; }
.banner-feature-video video { left: 50%; min-height: 100%; min-width: 100%; position: absolute; top: 50%; transform: translate(-50%, -50%); }
.banner-feature-video .banner-wrapper { text-align: center; position: absolute; bottom: 10%; }
.banner-feature-video .button-wrap { width: 100%; }

.services_banner { background-size: cover; background-position: right; background-color: #000; padding: 165px 0; }
@media (max-width: 767.98px) { .services_banner { padding: 80px 0; } }
.services_banner h1 { color: #fff; }
.services_banner img { border-radius: 10px; background-color: #322460; width: 100%; }
.services_banner .wrap { display: block; position: relative; text-align: center; }
.services_banner a { cursor: pointer; }
.services_banner h4 { font-size: 12px; font-size: 1.2rem; position: absolute; display: block; left: 0; bottom: 5px; right: 0; color: #fff; white-space: nowrap; padding: 0 10px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; }
@media (max-width: 1199.98px) { .services_banner h4 { font-size: 17px; font-size: 1.7rem; bottom: 15px; } }

/*--------------------------------------------------------------
## Interior Fields
--------------------------------------------------------------*/
/* See magnolias.js */
.hide { display: none; }

/* Banner Layouts */
.banner-1 { background-image: url(images/reliant-opacity-small.png); background-position: bottom right; background-repeat: no-repeat; background-color: #322460; }
.banner-1 h1 { padding: 30px 0; color: #fff; }

/* Video Banner */
.video-section .wrap { position: relative; width: 100%; height: 0; padding-bottom: 600px; }
.video-section iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Video Banner 2 */
.video-banner-2 { background-size: cover; background-position: center; background-repeat: no-repeat; background-color: black; border-bottom: 6px solid #000; height: 500px; position: relative; }
.video-banner-2 .btn-primary { margin: 20px; }
.video-banner-2 .banner-wrapper { text-align: center; position: absolute; bottom: 10%; }
.video-banner-2 .button-wrap { width: 100%; }

.video-banner-video { height: 500px; overflow: hidden; position: relative; }
.video-banner-video video { left: 50%; min-height: 100%; min-width: 101%; overflow: hidden; position: absolute; top: 50%; transform: translate(-50%, -50%); }
.video-banner-video .btn-primary { margin: 20px; }
.video-banner-video .banner-wrapper { text-align: center; position: absolute; bottom: 10%; }
.video-banner-video .button-wrap { width: 100%; }

/* Image Banner */
.img-banner { background-size: cover; background-position: center; background-repeat: no-repeat; }

/* Category Selector */
.category-selector select { margin-bottom: 10px; }

#menu-legend ul { float: right; padding-left: 0; margin-left: 0; }
@media (max-width: 767.98px) { #menu-legend ul { float: inherit; } }
#menu-legend img { max-width: 100%; max-height: 25px; padding-right: 10px; }

/* Image-Text Feature*/
.img-text-feature, .text-img-feature { background-color: #f1f1f1; }
.img-text-feature .menu-feature-image, .text-img-feature .menu-feature-image { background-size: cover; background-position: center; background-repeat: no-repeat; min-height: 400px; }
.img-text-feature .menu-content-wrap, .text-img-feature .menu-content-wrap { margin: 45px auto; padding: 0 15px; }
.img-text-feature .img-wrap img, .text-img-feature .img-wrap img { height: 25px; margin-bottom: 10px; padding-right: 10px; }
.img-text-feature .add-ons, .text-img-feature .add-ons { font-style: italic; }

/* Menu Section */
.menu-section { margin: 30px auto; }
.menu-section .cat-description { margin-top: -5px; margin-bottom: 30px; }
.menu-section .menu-content-wrap { padding: 0 0 45px 0; height: 100%; }
.menu-section .card { border: none; }
.menu-section .add-ons { background-color: #322460; color: #fff; font-style: italic; display: block; text-align: center; padding: 5px; font-size: 13px; font-size: 1.3rem; margin-bottom: 0; margin-top: auto; }
.menu-section .img-wrap img { height: 25px; margin-bottom: 10px; padding-right: 10px; }

.title-divider { background-image: url(images/reliant-opacity-small.png); background-size: cover; background-position: center bottom; background-repeat: no-repeat; background-color: #322460; color: #fff; }

.box { color: #fff; padding: 20px; display: none; margin-top: 20px; }

/* Contact Accordion */
.contact-accordion .img-border { border-style: solid; border-color: #000; border-width: 6px 3px 6px 3px; background-position: center; background-size: cover; }
@media (max-width: 991.98px) { .contact-accordion .img-border { border-width: 6px 0 6px 0; } }
.contact-accordion .btn-wrap { position: absolute; overflow: hidden; bottom: 7%; }
.contact-accordion .img-wrap { display: flex; }
.contact-accordion .img-wrap h2 { font-size: 35px; font-size: 3.5rem; position: absolute; top: 25%; color: #fff; text-shadow: 3px 3px #000; }

.contact-accordion-content .wrap { margin: 60px auto; }

/* 4 Column Image Repeater */
.col-4-img-repeater { margin: 30px auto; }
.col-4-img-repeater .images { margin: 15px 0; }
.col-4-img-repeater .images img { width: 100%; }
.col-4-img-repeater .file-url { margin: 30px auto; text-align: center; }

/* Content Block - wysiwyg editor */
.content-block .wrap { margin-top: 30px; margin-bottom: 30px; }

/* Image - Text Repeater */
.img-text-repeater { background-size: cover; background-position: center; background-repeat: no-repeat; background-color: #322460; color: #fff; }
.img-text-repeater .container { padding: 30px 0; }
.img-text-repeater .wrap { margin: 15px auto; }

/* FAQ Accordion */
.faq-accordion { margin: 30px auto; }
.faq-accordion .header-wrap { text-align: center; }
.faq-accordion .card-header { background-color: #322460; }
.faq-accordion .card-header a { color: #fff; display: block; }
.faq-accordion .card-header a:hover { color: #fff; }

/* Single Accordion - Button to open */
.single-accordion { margin: 45px auto; }
.single-accordion .btn-wrap { text-align: center; }
.single-accordion .card-body { margin-top: 30px; border: none; }

/* Image - Text Section */
.img-text-section h2 { text-align: center; }
@media (max-width: 767.98px) { .img-text-section .text-wrap { padding-top: 30px; } }

/* Text - Image Section */
.text-img-section h2 { text-align: center; }
@media (max-width: 767.98px) { .text-img-section .text-wrap { padding-bottom: 15px; } }

.img-text-section h2:empty, .text-img-section h2:empty { display: none; }

.acf-map { width: 100%; height: 600px; }

/* fixes potential theme css conflict */
.acf-map img { max-width: inherit !important; }

.locations { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.locations *:nth-of-type(1) { -ms-flex-preferred-size: 69%; flex-basis: 69%; }

.locations *:nth-of-type(2) { -ms-flex-preferred-size: 29%; flex-basis: 29%; }

#newdiv { display: none; }

#listdata { overflow: scroll; height: 600px; }

.linkage { cursor: pointer; border-bottom: 1px dashed; margin: 40px 40px 0 20px; }

.linkage:nth-last-of-type(1) { border: none; }

.fa-map-marker { color: #fdcf41; }

.fa-phone { color: #34bb00; }

@media only screen and (max-width: 1024px) { .locations *:nth-of-type(1), .locations *:nth-of-type(2) { -ms-flex-preferred-size: 100%; flex-basis: 100%; }
  #listdata { height: auto; overflow: visible; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  #listdata * { -ms-flex-preferred-size: 49%; flex-basis: 49%; }
  .linkage { margin: 0; padding: 40px 40px 0 20px; }
  .linkage:nth-last-of-type(2) { border-bottom: none; } }
@media only screen and (max-width: 640px) { #listdata * { -ms-flex-preferred-size: 100%; flex-basis: 100%; }
  .linkage:nth-last-of-type(2) { border-bottom: 1px dashed; } }
/* Google Map Section */
.acf-map { width: 100%; height: 550px; border: #ccc solid 1px; margin: 0; }

/* fixes potential theme css conflict */
.acf-map img { max-width: inherit !important; }

.map-scroll.sidebar-wrap { background-color: #322460; color: #fff; height: 550px; overflow: scroll; top: 50px; left: 50px; }
.map-scroll.sidebar-wrap .wrap { border-bottom: 1px solid #000; padding-top: 20px; padding-bottom: 20px; }
.map-scroll.sidebar-wrap .map-btn { text-align: right; padding: 5px 10px; color: #fff; background-color: #000; }
.map-scroll.sidebar-wrap .map-btn:hover { color: #000; background-color: #fff; }
@media (max-width: 991.98px) { .map-scroll { position: inherit; } }

/* Locations List */
.locations-list p { margin-bottom: 5px; }
.locations-list .wrap { margin-bottom: 20px; }

/* Timeline Section */
.new-timeline-section { /* All the item trees fade in the same direction on mobile */ }
.new-timeline-section .bkg-img { background-position: bottom; background-size: cover; }
.new-timeline-section .item-trees { margin-bottom: 50px; }
.new-timeline-section .animate-left { opacity: 0; transform: translateX(-500px); transition: 1.5s; }
.new-timeline-section .animate-right { opacity: 0; transform: translateX(500px); transition: 1.5s; }
.new-timeline-section .animate { opacity: 1; transform: translate(0); }
@media (max-width: 991.98px) { .new-timeline-section .animate-left { opacity: 0; transform: translateX(500px); transition: 1.5s; }
  .new-timeline-section .animate { opacity: 1; transform: translate(0); } }
.new-timeline-section .rounded-circle { position: absolute; top: 0; right: 50%; border: 3px solid #322460; background: #fff; -webkit-transform: translateX(50%); -ms-transform: translateX(50%); transform: translateX(50%); width: 30px; height: 30px; }

/* Vertical Line */
.vl { border-left: 4px solid #322460; left: 50%; margin-left: -2px; top: 0; }

@media (max-width: 991.98px) { .vl { margin-left: 0; } }
.services-sidebar { background-color: #322460; color: #fff; padding: 20px; }
.services-sidebar .wrap > ul { margin-left: 0; margin-bottom: 0; }
@media (min-width: 992px) { .services-sidebar { padding: 45px; } }
@media (max-width: 767.98px) { .services-sidebar { margin-top: 30px; } }

.btn-contact { overflow: hidden; display: inline-block; position: relative; transition: 0.5s; }

.btn-contact:after { content: "\00a0\2192"; position: absolute; opacity: 0; top: 14px; right: -20px; transition: 0.5s; }

.btn-contact:hover { padding-right: 24px; padding-left: 8px; }

.btn-contact:hover:after { opacity: 1; right: 10px; }

.offset-feature-banner { background-size: cover; background-position: center; background-repeat: no-repeat; padding: 180px 0 200px 0; }
@media (max-width: 767.98px) { .offset-feature-banner { padding: 80px 0; } }
.offset-feature-banner .text-background { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)); color: #fff; }
@media (max-width: 767.98px) { .offset-feature-banner .text-background { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)); } }
.offset-feature-banner .wrap { padding: 50px 20px; }

.contact-page-section { margin-top: 60px; margin-bottom: 60px; }
.contact-page-section .wrap { padding-bottom: 30px; }
.contact-page-section .wrap p { margin-bottom: 0; }
.contact-page-section .wrap:last-child { padding-bottom: 40px; }
.contact-page-section h3 { font-size: 19px; font-size: 1.9rem; }
.contact-page-section h3:last-child { margin-bottom: 0; }
.contact-page-section h3 a:hover { color: #322460; text-decoration: underline; }
.contact-page-section p:last-child { margin-bottom: 0; }
.contact-page-section .form-shortcode input, .contact-page-section .form-shortcode textarea { margin-bottom: 20px; }
.contact-page-section .svg-wrap svg { width: 40px; border-radius: 15%; }
.contact-page-section .svg-wrap svg:hover { fill: #322460; }

.acf-gallery img { width: 100%; height: auto; }

.img-text-cta .l-img, .img-text-cta .l-text, .img-text-repeat .l-img, .img-text-repeat .l-text { opacity: 0; transform: translateX(-50px); -moz-transition: all 1.25s ease; -ms-transition: all 1.25s ease; -o-transition: all 1.25s ease; -webkit-transition: all 1.25s ease; transition: all 1.25s ease; }
@media (max-width: 767.98px) { .img-text-cta .l-img, .img-text-cta .l-text, .img-text-repeat .l-img, .img-text-repeat .l-text { transform: translateX(50px); } }
.img-text-cta .r-img, .img-text-cta .r-text, .img-text-repeat .r-img, .img-text-repeat .r-text { opacity: 0; transform: translateX(50px); -moz-transition: all 1.25s ease; -ms-transition: all 1.25s ease; -o-transition: all 1.25s ease; -webkit-transition: all 1.25s ease; transition: all 1.25s ease; }
.img-text-cta .fade-in, .img-text-repeat .fade-in { opacity: 1; transform: translateX(0); }
.img-text-cta .fade-scene .l-img, .img-text-cta .fade-scene .l-text, .img-text-cta .fade-scene .r-img, .img-text-cta .fade-scene .r-text, .img-text-repeat .fade-scene .l-img, .img-text-repeat .fade-scene .l-text, .img-text-repeat .fade-scene .r-img, .img-text-repeat .fade-scene .r-text { opacity: 1; transform: translateX(0); }

.item-trees .l-text { opacity: 0; transform: translateX(-50px); -moz-transition: all 1.25s ease; -ms-transition: all 1.25s ease; -o-transition: all 1.25s ease; -webkit-transition: all 1.25s ease; transition: all 1.25s ease; }
@media (max-width: 767.98px) { .item-trees .l-text { transform: translateX(50px); } }
.item-trees .r-img { opacity: 0; transform: translateX(50px); -moz-transition: all 1.25s ease; -ms-transition: all 1.25s ease; -o-transition: all 1.25s ease; -webkit-transition: all 1.25s ease; transition: all 1.25s ease; }
.item-trees.animate .l-text, .item-trees.animate .r-img { opacity: 1; transform: translateX(0); }

.pdf-preview .pdf__hover { position: relative; }
@media (max-width: 767.98px) { .pdf-preview .pdf__hover:first-child { margin-bottom: 50px; } }
.pdf-preview .pdf__hover .image { opacity: 1; display: block; width: 100%; height: auto; transition: .5s ease; backface-visibility: hidden; padding: 0 50px; }
.pdf-preview .pdf__hover .overlay { transition: .5s ease; opacity: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); text-align: center; }
.pdf-preview .pdf__hover:hover .image { opacity: 0.3; }
.pdf-preview .pdf__hover:hover .overlay { opacity: 1; }
.pdf-preview .pdf__hover .text { background-color: #322460; color: #fff; padding: 50px; font-size: 30px; font-size: 3rem; font-weight: bold; }

/*--------------------------------------------------------------
# Utility - sass/utility/utility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Text Colours
--------------------------------------------------------------*/
.black { color: #000; }

.white { color: #fff; }

.grey { color: #f1f1f1; }

/*--------------------------------------------------------------
## Sizing
--------------------------------------------------------------*/
/* Height */
.h-50px { height: 50px !important; }

.h-100px { height: 100px !important; }

.h-150px { height: 150px !important; }

.h-175px { height: 175px !important; }

.h-200px { height: 200px !important; }

.h-250px { height: 250px !important; }

.h-300px { height: 300px !important; }

.h-350px { height: 350px !important; }

.h-400px { height: 400px !important; }

.h-450px { height: 450px !important; }

.h-500px { height: 500px !important; }

.h-550px { height: 550px !important; }

.h-600px { height: 600px !important; }

/* Width */
.w-50px { width: 50px !important; }

.w-100px { width: 100px !important; }

.w-150px { width: 150px !important; }

.w-175px { width: 175px !important; }

.w-200px { width: 200px !important; }

.w-250px { width: 250px !important; }

.w-300px { width: 300px !important; }

.w-350px { width: 350px !important; }

.w-400px { width: 400px !important; }

.w-450px { width: 450px !important; }

.w-500px { width: 500px !important; }

.w-550px { width: 550px !important; }

.w-600px { width: 600px !important; }

/*--------------------------------------------------------------
## Spacing
--------------------------------------------------------------*/
/* Padding - all */
.p-5px { padding: 5px !important; }

.p-10px { padding: 10px !important; }

.p-15px { padding: 15px !important; }

.p-20px { padding: 20px !important; }

.p-25px { padding: 25px !important; }

.p-30px { padding: 30px !important; }

.p-35px { padding: 35px !important; }

.p-40px { padding: 40px !important; }

.p-45px { padding: 45px !important; }

.p-50px { padding: 50px !important; }

.p-55px { padding: 55px !important; }

.p-60px { padding: 60px !important; }

.p-65px { padding: 65px !important; }

.p-70px { padding: 70px !important; }

/* Padding - Top */
.pt-5px { padding-top: 5px !important; }

.pt-10px { padding-top: 10px !important; }

.pt-15px { padding-top: 15px !important; }

.pt-20px { padding-top: 20px !important; }

.pt-25px { padding-top: 25px !important; }

.pt-30px { padding-top: 30px !important; }

.pt-35px { padding-top: 35px !important; }

.pt-40px { padding-top: 40px !important; }

.pt-45px { padding-top: 45px !important; }

.pt-50px { padding-top: 50px !important; }

.pt-55px { padding-top: 55px !important; }

.pt-60px { padding-top: 60px !important; }

.pt-65px { padding-top: 65px !important; }

.pt-70px { padding-top: 70px !important; }

/* Padding - Bottom */
.pb-5px { padding-bottom: 5px !important; }

.pb-10px { padding-bottom: 10px !important; }

.pb-15px { padding-bottom: 15px !important; }

.pb-20px { padding-bottom: 20px !important; }

.pb-25px { padding-bottom: 25px !important; }

.pb-30px { padding-bottom: 30px !important; }

.pb-35px { padding-bottom: 35px !important; }

.pb-40px { padding-bottom: 40px !important; }

.pb-45px { padding-bottom: 45px !important; }

.pb-50px { padding-bottom: 50px !important; }

.pb-55px { padding-bottom: 55px !important; }

.pb-60px { padding-bottom: 60px !important; }

.pb-65px { padding-bottom: 65px !important; }

.pb-70px { padding-bottom: 70px !important; }

/* Padding - left */
.pl-5px { padding-left: 5px !important; }

.pl-10px { padding-left: 10px !important; }

.pl-15px { padding-left: 15px !important; }

.pl-20px { padding-left: 20px !important; }

.pl-25px { padding-left: 25px !important; }

/* Padding - right */
.pr-5px { padding-right: 5px !important; }

.pr-10px { padding-right: 10px !important; }

.pr-15px { padding-right: 15px !important; }

.pr-20px { padding-right: 20px !important; }

.pr-25px { padding-right: 25px !important; }

/* Margin - All */
.mt-5px { margin-top: 5px !important; }

.mt-10px { margin-top: 10px !important; }

.mt-15px { margin-top: 15px !important; }

.mt-20px { margin-top: 20px !important; }

.mt-25px { margin-top: 25px !important; }

.mt-30px { margin-top: 30px !important; }

.mt-35px { margin-top: 35px !important; }

.mt-40px { margin-top: 40px !important; }

.mt-45px { margin-top: 45px !important; }

.mt-50px { margin-top: 50px !important; }

.mt-55px { margin-top: 55px !important; }

.mt-60px { margin-top: 60px !important; }

.mt-65px { margin-top: 65px !important; }

.mt-70px { margin-top: 70px !important; }

/* Margin - Top */
.mb-5px { margin-bottom: 5px !important; }

.mb-10px { margin-bottom: 10px !important; }

.mb-15px { margin-bottom: 15px !important; }

.mb-20px { margin-bottom: 20px !important; }

.mb-25px { margin-bottom: 25px !important; }

.mb-30px { margin-bottom: 30px !important; }

.mb-35px { margin-bottom: 35px !important; }

.mb-40px { margin-bottom: 40px !important; }

.mb-45px { margin-bottom: 45px !important; }

.mb-50px { margin-bottom: 50px !important; }

.mb-55px { margin-bottom: 55px !important; }

.mb-60px { margin-bottom: 60px !important; }

.mb-65px { margin-bottom: 65px !important; }

.mb-70px { margin-bottom: 70px !important; }

/* Margin - Bottom */
.m-5px { margin: 5px !important; }

.m-10px { margin: 10px !important; }

.m-15px { margin: 15px !important; }

.m-20px { margin: 20px !important; }

.m-25px { margin: 25px !important; }

.m-30px { margin: 30px !important; }

.m-35px { margin: 35px !important; }

.m-40px { margin: 40px !important; }

.m-45px { margin: 45px !important; }

.m-50px { margin: 50px !important; }

.m-55px { margin: 55px !important; }

.m-60px { margin: 60px !important; }

.m-65px { margin: 65px !important; }

.m-70px { margin: 70px !important; }

/* Margin - left */
.ml-5px { margin-left: 5px !important; }

.ml-10px { margin-left: 10px !important; }

.ml-15px { margin-left: 15px !important; }

.ml-20px { margin-left: 20px !important; }

.ml-25px { margin-left: 25px !important; }

/* Margin - right */
.mr-5px { margin-right: 5px !important; }

.mr-10px { margin-right: 10px !important; }

.mr-15px { margin-right: 15px !important; }

.mr-20px { margin-right: 20px !important; }

.mr-25px { margin-right: 25px !important; }
