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

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Base */
/* Underscores */
/* ***************************************** */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

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

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

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

a:visited {
  color: #800080;
}

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

a:focus {
  outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
.form-group input.btn.btn-primary {
    border: 2px solid;
    border-radius: 20px;
    color: #6E1D19;
    padding: 6px 30px;
}
.form-group input.btn.btn-primary:hover {
    border: 2px solid;
    background: #6E1D19;
    color: white;
}



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

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

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

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

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

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

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

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

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

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

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

.main-navigation li {
  position: relative;
}

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

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

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

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

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

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

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

.post,
.page {
  margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/* General */
/* ***************************************** */
/* Fonts */
body {
  font-size: 16px;
}

/* Hover Transition */
a, input[type="submit"] {
  transition: 0.5s ease all;
}

/* Reset Underscores Theme: Removing Padding, Margin, Outline, and Text Decoration */
a, a:hover {
  text-decoration: none;
}

a:active, a:focus, input:active, input:focus, textarea:active, textarea:focus, button:active, button:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

.page, .post {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

.widget {
  margin: 0;
}

.site-footer ul {
  list-style-type: none;
}

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

/* Common Classes */
.clear-right {
  clear: right;
}

/* YouTube Embed Line */
.ytrp_wrapper {
  display: none;
}

/* Components */
/* Header */
/* ***************************************** */
.super-header {
  background-color: #fff;
  padding: 17px 0;
  text-align: center;
  color: #6E1D19;
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  font-family: freight-sans-pro, sans-serif;
}
.super-header a {
  color: #6E1D19;
  text-decoration: underline;
  font-weight: 600;
}

.menu-mobile-menu-container {
  display: none;
}

.site-header {
  background-color: #6E1D19;
  position: relative;
  /* remove navigation bootstrap spacing */
  /* hide arrow on desktop */
}
.site-header .row > div:nth-child(2) {
  padding-left: 0;
  padding-right: 0;
}
.site-header .menu-item-has-children .down-arrow {
  display: none;
}
.site-header .sub-menu {
  flex-direction: column;
  background-color: #6E1D19;
}
.site-header .sub-menu li:first-child {
  border-top: 1px solid #333;
}
.site-header .sub-menu a {
  width: 232px;
  padding: 5px 10px;
}
.site-header .sub-menu .sub-menu {
  left: 100%;
  top: -1px;
  display: none;
}
.site-header .sub-menu .menu-item-has-children:hover .sub-menu {
  display: flex;
}

.site-branding a {
  margin-top: 15px;
}

.main-navigation {
  margin-top: 3px;
}
.main-navigation ul {
  justify-content: flex-end;
}
.main-navigation a {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: freight-sans-pro, sans-serif;
  padding: 25px 11px;
}
.main-navigation a:hover {
  color: #E1BF66;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a {
  color: #E1BF66;
}
.main-navigation .btn {
  text-align: center;
  margin-top: 17px;
}
.main-navigation .btn a {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  padding: 3px 30px;
  border: 2px solid #fff;
  border-radius: 20px;
}
.main-navigation .btn a:hover {
  border-color: #E1BF66;
  background-color: #E1BF66;
  color: #fff;
}
.main-navigation .btn.one {
  margin-right: 10px;
}

.sub-header {
  background-color: #343030;
  padding: 7px 0;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: freight-sans-pro, sans-serif;
  text-align: center;
}
.sub-header span {
  color: #E1BF66;
}
.sub-header a {
  color: #fff;
}
.sub-header a:hover {
  color: #E1BF66;
}

/* Desktop - 992px */
/* ***************************************** */
@media (max-width: 1199px) {
  /*.main-navigation {
  	margin-top: 25px;
  	a {
  		font-size: 17px;
  		padding: 25px 5px;
  	}
  	.current_page_item {
  		> a {
  			color: #1E73BE;
  		}
  	}
  }*/
  .main-navigation a {
    font-size: 15px;
  }
  .main-navigation .btn a {
    padding: 3px 25px;
  }
}
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .menu-mobile-menu-container {
    display: block;
  }

  .site-header {
    /*position: relative;*/
    /* Navigation */
    /*.menu-main-menu-container {
    	position: absolute;
        left: 0;
        top: 3px;
        z-index: 3;
        background-color: #343030;
        width: 100%;
    }*/
    /*#primary-menu*/
    /* Submenu Arrow */
  }
  .site-header .site-branding a {
    margin: 30px 0;
  }
  .site-header #primary-menu {
    display: none;
    /*position: relative;*/
  }
  .site-header #mobile-menu {
    display: none;
    position: relative;
  }
  .site-header .menu-toggle {
    display: block;
  }
  .site-header .hamburger {
    border: 0;
    background: none;
    display: block;
    outline: 0;
    position: absolute;
    right: 15px;
    /*top: -74px;*/
    top: -70px;
  }
  .site-header .hamburger:hover {
    cursor: pointer;
  }
  .site-header .hamburger-box {
    /*width: 40px;*/
    width: 30px;
    /*height: 24px;*/
    height: 18px;
    display: inline-block;
    position: relative;
  }
  .site-header .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }
  .site-header .hamburger-inner, .site-header .hamburger-inner::before, .site-header .hamburger-inner::after {
    /*width: 40px;*/
    width: 30px;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
  }
  .site-header .hamburger-inner::before, .site-header .hamburger-inner::after {
    content: "";
    display: block;
  }
  .site-header .hamburger-inner::before {
    top: -7px;
  }
  .site-header .hamburger-inner::after {
    bottom: -7px;
  }
  .site-header .menu-mobile-menu-container {
    position: absolute;
    left: 0;
    top: 3px;
    z-index: 3;
    background-color: #343030;
    width: 100%;
  }
  .site-header .main-navigation {
    margin-top: 0;
  }
  .site-header .main-navigation li {
    float: none;
    display: block;
  }
  .site-header .main-navigation a {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    padding: 15px 0 15px 38px;
  }
  .site-header .main-navigation .btn {
    margin-top: 0;
  }
  .site-header .main-navigation .btn a {
    padding: 15px 38px;
    border-radius: 0;
    border: 0;
    text-align: left;
  }
  .site-header .main-navigation .btn a br {
    display: none;
  }
  .site-header #mobile-menu > li {
    border-bottom: 1px solid #333;
  }
  .site-header #mobile-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #mobile-menu > li .sub-menu {
    display: none;
    float: none;
    position: relative;
    left: 0;
    box-shadow: none;
  }
  .site-header #mobile-menu > li .sub-menu li {
    border-bottom: 1px solid #333;
  }
  .site-header #mobile-menu > li .sub-menu li:first-child {
    border-top: 1px solid #333;
  }
  .site-header #mobile-menu > li .sub-menu li:last-child {
    border-bottom: 0;
  }
  .site-header #mobile-menu > li .sub-menu a {
    padding: 15px 0 15px 55px;
    width: 100%;
  }
  .site-header #mobile-menu > li .sub-menu .sub-menu {
    display: none !important;
  }
  .site-header .menu-item-has-children .down-arrow {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    padding: 20px 38px 20px 20px;
    z-index: 33333;
    cursor: pointer;
  }
  .site-header .menu-item-has-children .down-arrow:hover {
    color: #222;
  }
  .site-header .toggled #primary-menu {
    display: none;
  }

  /*.site-header {
  	.toggled {
  		#primary-menu {
  			display: none;
  		}
  	}
  }*/
  .sub-header {
    display: none;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
/* Portrait Phone - 320px */
/* ***************************************** */
/* Footer */
/* ***************************************** */
.contact-section {
  padding: 100px 0;
  background-color: #EDEDED;
  position: relative;
}
.contact-section .left-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #E1BF66;
}
.contact-section .locations .header {
  border-left: 2px solid #6E1D19;
  padding-left: 20px;
}
.contact-section .locations h2 {
  color: #343030;
  font-size: 63px;
  line-height: 86px;
  font-weight: 700;
  font-family: adriane, sans-serif;
  margin-bottom: 38px;
}
.contact-section .locations .location {
  font-family: freight-sans-pro, sans-serif;
  padding-left: 20px;
  margin-bottom: 15px;
}
.contact-section .locations img {
  margin-bottom: 10px;
}
.contact-section .locations .btn a {
  color: #6E1D19;
  font-size: 16px;
  line-height: 34px;
  font-weight: 600;
  padding: 2px 24px;
  border: 2px solid #6E1D19;
  border-radius: 13px;
}
.contact-section .locations .btn a:hover {
  background-color: #6E1D19;
  color: #fff;
}
.contact-section .location h3 {
  color: #6E1D19;
  font-size: 23px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 12px;
}
.contact-section .location p {
  color: #343030;
  font-size: 20px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact-section .tel {
  margin-bottom: 0;
}
.contact-section .tel a {
  color: #343030;
}
.contact-section .tel a:hover {
  color: #6E1D19;
}
.contact-section .social-media {
  margin-top: 70px;
}
.contact-section .social-media a {
  margin-right: 30px;
}
.contact-section .social-media a:last-child {
  margin-right: 0;
}
.contact-section .form .header {
  border-left: 2px solid #E1BF66;
  padding-left: 20px;
}
.contact-section .form h2 {
  color: #6E1D19;
  font-size: 63px;
  line-height: 86px;
  font-weight: 700;
  font-family: adriane, sans-serif;
  margin-bottom: 38px;
}
.contact-section .wpcf7 {
  font-size: 23px;
  line-height: 32px;
  font-weight: 700;
  padding-left: 20px;
}
.contact-section .wpcf7 p {
  font-family: freight-sans-pro, sans-serif;
}
.contact-section .wpcf7 input {
  font-size: 23px;
  line-height: 34px;
  font-weight: 500;
  font-family: freight-sans-pro, sans-serif;
  padding: 9px 22px;
  border: 1px solid #707070;
  border-radius: 5px;
  margin-bottom: 12px;
  width: 100%;
}
.contact-section .wpcf7 input[type="submit"] {
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  padding: 12px 75px;
  background-color: #6E1D19;
  border-radius: 30px;
  display: block;
  margin: 90px auto 0 auto;
  border: none;
  width: auto;
  border: 3px solid #6E1D19;
}
.contact-section .wpcf7 input[type="submit"]:hover {
  cursor: pointer;
  background-color: transparent;
  color: #6E1D19;
}

.site-footer .focus-area {
  padding: 45px 0 35px 0;
  background-color: #6E1D19;
  border-bottom: 7px solid #E1BF66;
}
.site-footer .focus-area .location {
  /*height: 100%;
  position: relative;*/
}
.site-footer .focus-area .location a {
  display: inline-block;
  margin-top: 10px;
}
.site-footer .focus-area h4 {
  color: #E1BF66;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  font-family: adriane, sans-serif;
  margin-bottom: 10px;
}
.site-footer .focus-area p, .site-footer .focus-area a {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  font-family: freight-sans-pro, sans-serif;
}
.site-footer .focus-area p:hover, .site-footer .focus-area a:hover {
  color: #E1BF66;
}
.site-footer .focus-area a {
  /*position: absolute;
  left: 0;
  bottom: 0;*/
}
.site-footer .links h4 {
  line-height: 24px;
}
.site-footer .links a {
  display: inline-block;
  margin-bottom: 10px;
}
.site-footer .site-info {
  padding: 20px 0;
  background-color: #343030;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  font-family: adriane, sans-serif;
}

/* Desktop - 992px */
/* ***************************************** */
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .site-footer .focus-area {
    display: none;
  }
  .site-footer .site-info {
    border-top: 7px solid #E1BF66;
  }

  .contact-section .left-background {
    display: none;
  }
  .contact-section .wrapper {
    height: 946px;
  }
  .contact-section .social-media {
    margin: 0;
    padding: 70px 0 105px 0;
    text-align: center;
  }
  .contact-section .mobile-background {
    height: 1046px;
    width: 100%;
    background-color: #E1BF66;
    position: absolute;
    left: 0;
    top: 0;
  }
  .contact-section .form {
    padding-top: 100px;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  .contact-section .locations h2 {
    font-size: 55px;
  }
}
/* Portrait Phone - 320px */
/* ***************************************** */
@media (max-width: 575px) {
  .contact-section .mobile-background {
    height: 1602px;
  }
  .contact-section .wrapper {
    height: 1502px;
  }
  .contact-section p.tel {
    margin-bottom: 32px;
  }
  .contact-section img {
    display: block;
    margin: 0 auto 20px auto;
  }
  .contact-section .btn {
    text-align: center;
  }
  .contact-section .social-media {
    width: 175px;
    margin: auto;
  }
  .contact-section .social-media img {
    display: inline-block;
    margin: 0;
  }
  .contact-section .social-media a {
    display: inline-block;
  }
  .contact-section .social-media a:first-child {
    margin-bottom: 30px;
  }
  .contact-section .social-media a:nth-child(even) {
    margin-right: 0;
  }
  .contact-section .form h2 {
    font-size: 51px;
    line-height: 70px;
    margin-bottom: 46px;
  }
}
/* Subpage: Our Mission and Services Page; */
/* ***************************************** */
.page .hero-section {
  width: 100%;
  height: 383px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page .hero-section h1 {
  text-align: center;
  color: #fff;
  font-size: 63px;
  line-height: 63px;
  font-weight: 700;
  font-family: adriane, sans-serif;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.page .hero-section h1 span {
  color: #E1BF66;
}
.page .summary-section {
  padding: 135px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page .summary-section .header {
  border-left: 2px solid #6E1D19;
  padding-left: 20px;
}
.page .summary-section h1, .page .summary-section h2 {
  color: #343030;
  font-size: 63px;
  line-height: 63px;
  font-weight: 700;
  font-family: adriane, sans-serif;
  margin-bottom: 35px;
}
.page .summary-section p {
  color: #343030;
  font-size: 23px;
  line-height: 34px;
  font-weight: 500;
  font-family: freight-sans-pro, sans-serif;
  padding-left: 20px;
}
.page .summary-image-section {
  /*padding: 75px 0;*/
  padding-top: 75px;
}
.page .summary-image-section p {
  color: #343030;
  font-size: 37px;
  line-height: 48px;
  font-weight: 500;
  font-family: freight-sans-pro, sans-serif;
  text-align: center;
}
.page .summary-image-section img {
  display: block;
  margin: auto;
  position: relative;
  top: 75px;
}
.page .item-section {
  padding: 75px 0;
}
.page .item-section .header {
  text-align: center;
  margin-bottom: 75px;
}
.page .item-section .item {
  position: relative;
  /*margin-bottom: 60px;*/
}
.page .item-section .item .icon-container {
  display: inline-block;
  width: 90px;
}
.page .item-section .item .icon {
  height: 105px;
  display: inline-block;
  vertical-align: top;
  padding-right: 12px;
  border-right: 2px solid #E1BF66;
  margin-right: 7px;
  float: right;
}
.page .item-section .item .text {
  height: 105px;
  display: inline-block;
  vertical-align: top;
}
.page .item-section .item img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.page .item-section .item h3 {
  color: #484751;
  /*font-size: 27px;*/
  font-size: 25px;
  line-height: 33px;
  font-weight: 400;
  font-family: adriane, sans-serif;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.page .item-section .item h3 a {
  color: #484751;
}
.page .item-section .item h3 a:hover {
  color: #6E1D19;
}
.page .item-section .btn {
  text-align: center;
}
.page .item-section .btn a {
  color: #484751;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  font-family: freight-sans-pro, sans-serif;
  padding: 12px 75px;
  border: 3px solid #484751;
  border-radius: 30px;
  display: inline-block;
  margin-top: 100px;
}
.page .item-section .line {
  background-color: #DEDEDE;
  height: 2px;
  width: 100%;
  margin: 33px 0;
}
.page .tax-advisory-financial-group-section {
  background-color: #E5E5E5;
}
.page .investment-services-section {
  background-color: #E1BF66;
}
.page .investment-services-section .item .icon {
  border-color: #6E1D19;
}
.page .investment-services-section .line {
  background-color: #D5AC43;
}
.page .investment-services-section .btn a {
  color: #6E1D19;
  border-color: #6E1D19;
}
.page .philanthropic-efforts-section {
  background-color: #E5E5E5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-id-14 .page .tax-advisory-financial-group-section {
  padding-top: 150px;
}

/* Desktop - 992px */
/* ***************************************** */
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .page .summary-image-section p {
    text-align: center;
  }
  .page .item-section {
    padding: 75px 0 10px 0;
    /*.row {
    	> div {
    		&:nth-last-child(2) {
    			.item {
    				margin-bottom: 0;
    			}
    		}
    	}
    }*/
  }
  .page .item-section .line {
    display: none;
  }
  .page .item-section .item {
    width: 347px;
    margin: 0 auto 65px auto;
  }
  .page .item-section .item h3 {
    font-size: 33px;
    line-height: 40px;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  .page .item-section .item {
    width: 290px;
  }
  .page .item-section .item h3 {
    font-size: 25px;
    line-height: 37px;
  }
  .page .hero-section h1 {
    line-height: 77px;
  }
  .page .summary-section h1, .page .summary-section h2 {
    font-size: 44px;
    line-height: 65px;
    margin-bottom: 45px;
  }
  .page .summary-section p {
    padding-left: 0;
  }
}
/* Portrait Phone - 320px */
/* ***************************************** */
@media (max-width: 575px) {
  .page .summary-image-section img {
    top: 35px;
  }

  .page-id-14 .page .tax-advisory-financial-group-section {
    padding-top: 125px;
  }
}
/* Pages */
/* Homepage */
/* ***************************************** */
.home #slider-1-slide-4-layer-19 {
  font-family: adriane, sans-serif !important;
}
.home #slider-1-slide-1-layer-5 {
  font-family: adriane, sans-serif !important;
}
.home #slider-1-slide-3-layer-5, .home #slider-1-slide-3-layer-6, .home #slider-1-slide-3-layer-7, .home #slider-1-slide-3-layer-3 {
  font-family: adriane, sans-serif !important;
}
.home #slider-1-slide-1-layer-2, .home #slider-1-slide-1-layer-20 {
  font-family: adriane, sans-serif !important;
}
.home #slider-1-slide-1-layer-3, .home #slider-1-slide-1-layer-4 {
  font-family: freight-sans-pro, sans-serif !important;
}
.home .welcome-section {
  padding: 40px 0 168px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home .welcome-section .header {
  border-left: 2px solid #E1BF66;
  padding-left: 20px;
}
.home .welcome-section h2 {
  color: #6E1D19;
  font-size: 77px;
  line-height: 103px;
  font-weight: 700;
  font-family: adriane, sans-serif;
  margin-bottom: 20px;
}
.home .welcome-section p {
  color: #000;
  font-size: 23px;
  line-height: 34px;
  font-weight: 300;
  font-family: freight-sans-pro, sans-serif;
  padding-left: 20px;
}
.home .welcome-section .btn {
  text-align: center;
}
.home .welcome-section a {
  color: #6E1D19;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  font-family: freight-sans-pro, sans-serif;
  display: inline-block;
  padding: 15px 75px;
  border: 4px solid #6E1D19;
  border-radius: 30px;
  margin: 80px 0;
}
.home .welcome-section a:hover {
  background-color: #6E1D19;
  color: #fff;
}
.home .welcome-section iframe {
  display: block;
  margin: auto;
}
.home .our-mission-section {
  padding: 75px 0 55px 0;
  background-color: #E1BF66;
  color: #343030;
  position: relative;
}
.home .our-mission-section .header {
  border-left: 2px solid #343030;
  padding-left: 20px;
}
.home .our-mission-section h2 {
  font-size: 63px;
  line-height: 89px;
  font-weight: 700;
  font-family: adriane, sans-serif;
  margin-bottom: 35px;
  color: #343030;
}
.home .our-mission-section p {
  font-size: 23px;
  line-height: 34px;
  font-weight: 500;
  font-family: freight-sans-pro, sans-serif;
  padding-left: 20px;
  color: #343030;
}
.home .our-mission-section .btn {
  text-align: center;
}
.home .our-mission-section a {
  color: #6E1D19;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  font-family: freight-sans-pro, sans-serif;
  padding: 12px 75px;
  border: 3px solid #6E1D19;
  border-radius: 30px;
  display: inline-block;
  margin-top: 105px;
}
.home .our-mission-section a:hover {
  background-color: #343030;
  border-color: #343030;
  color: #fff;
}
.home .our-mission-section .featured-image {
  position: absolute;
  top: -60px;
  right: 0;
  width: 50%;
  height: 85%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home .get-maggi-plan-section {
  padding: 105px 0 178px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home .get-maggi-plan-section h2 {
  color: #EDEDED;
  font-size: 63px;
  line-height: 63px;
  font-weight: 700;
  font-family: adriane, sans-serif;
  margin-bottom: 35px;
}
.home .get-maggi-plan-section h2 span {
  color: #E1BF66;
}
.home .get-maggi-plan-section p {
  color: #EDEDED;
  font-size: 23px;
  line-height: 34px;
  font-weight: 300px;
  font-family: freight-sans-pro, sans-serif;
}
.home .get-maggi-plan-section .btn {
  text-align: center;
}
.home .get-maggi-plan-section a {
  color: #E1BF66;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  font-family: freight-sans-pro, sans-serif;
  padding: 12px 70px;
  border: 3px solid #E1BF66;
  border-radius: 30px;
  display: inline-block;
  margin-top: 55px;
}
.home .get-maggi-plan-section a:hover {
  background-color: #E1BF66;
  color: #fff;
}
.home .rollover-mistakes-section {
  padding: 75px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.home .rollover-mistakes-section .header {
  border-left: 2px solid #E1BF66;
  padding-left: 20px;
}
.home .rollover-mistakes-section h2 {
  color: #6E1D19;
  font-size: 48px;
  line-height: 67px;
  font-weight: 700;
  font-family: adriane, sans-serif;
  margin-bottom: 50px;
}
.home .rollover-mistakes-section h3, .home .rollover-mistakes-section p {
  padding-left: 20px;
}
.home .rollover-mistakes-section h3 {
  color: #000;
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  font-family: freight-sans-pro, sans-serif;
  margin-bottom: 40px;
}
.home .rollover-mistakes-section p {
  color: #000;
  font-size: 23px;
  line-height: 34px;
  font-weight: 300;
  font-family: freight-sans-pro, sans-serif;
  margin-bottom: 20px;
}
.home .rollover-mistakes-section p:last-of-type {
  margin-bottom: 0;
}
.home .rollover-mistakes-section .btn {
  text-align: center;
}
.home .rollover-mistakes-section a {
  color: #6E1D19;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  font-family: freight-sans-pro, sans-serif;
  padding: 12px 75px;
  border: 3px solid #6E1D19;
  border-radius: 30px;
  display: inline-block;
  margin-top: 50px;
}
.home .rollover-mistakes-section a:hover {
  background-color: #6E1D19;
  color: #fff;
}
.home .rollover-mistakes-section .featured-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home .federal-educators-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 75px 0;
}
.home .federal-educators-section .header {
  border-left: 2px solid #6E1D19;
  padding-left: 20px;
}
.home .federal-educators-section h2 {
  color: #E1BF66;
  font-size: 48px;
  line-height: 67px;
  font-weight: 700;
  font-family: adriane, sans-serif;
  margin-bottom: 50px;
}
.home .federal-educators-section h3, .home .federal-educators-section p {
  padding-left: 20px;
}
.home .federal-educators-section h3 {
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  font-family: freight-sans-pro, sans-serif;
  margin-bottom: 40px;
}
.home .federal-educators-section p {
  color: #fff;
  font-size: 23px;
  line-height: 34px;
  font-weight: 300;
  font-family: freight-sans-pro, sans-serif;
  margin-bottom: 20px;
}
.home .federal-educators-section .btn {
  text-align: center;
}
.home .federal-educators-section a {
  color: #E1BF66;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  font-family: freight-sans-pro, sans-serif;
  padding: 12px 75px;
  border: 3px solid #E1BF66;
  border-radius: 30px;
  display: inline-block;
  margin-top: 20px;
}
.home .federal-educators-section a:hover {
  background-color: #E1BF66;
  color: #fff;
}
.home .federal-educators-section img {
  display: block;
  margin: auto;
}
.home .media-section {
  background-color: #6E1D19;
  /*padding: 95px 0;*/
  padding: 60px 0;
  position: relative;
}
.home .media-section .header {
  border-left: 2px solid #E1BF66;
  padding-left: 20px;
}
.home .media-section h2 {
  color: #fff;
  font-size: 63px;
  line-height: 87px;
  font-weight: 700;
  font-family: adriane, sans-serif;
  margin-bottom: 35px;
}
.home .media-section p, .home .media-section .btn {
  padding-left: 20px;
}
.home .media-section p {
  color: #fff;
  font-size: 23px;
  line-height: 34px;
  font-weight: 500;
  font-family: freight-sans-pro, sans-serif;
}
.home .media-section .videos {
  padding: 50px 0 50px 20px;
}
.home .media-section .videos img {
  display: block;
  margin: 0 auto 25px 0;
}
.home .media-section .btn {
  text-align: center;
}
.home .media-section .btn a {
  color: #E1BF66;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  font-family: freight-sans-pro, sans-serif;
  padding: 12px 75px;
  border: 3px solid #E1BF66;
  display: inline-block;
  border-radius: 30px;
}
.home .media-section .btn a:hover {
  background-color: #E1BF66;
  color: #fff;
}
.home .media-section .featured-image {
  position: absolute;
  /*top: 170px;*/
  top: 60px;
  left: 0;
  width: 50%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home .webinars-section {
  padding: 85px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  /*.text-container {
  	position: relative;
  }*/
  /*.one {
  	font-family: $font-body;
  }
  .two {
  	font-family: $font-header;
  }*/
}
.home .webinars-section .text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.home .webinars-section h2 {
  color: #6E1D19;
  font-size: 63px;
  line-height: 63px;
  font-weight: 700;
  font-family: adriane, sans-serif;
  margin-bottom: 12px;
}
.home .webinars-section p {
  color: #343030;
  /*font-size: 33px;
  line-height: 37px;
  font-weight: 700;*/
  font-size: 23px;
  line-height: 34px;
  font-weight: 300;
  font-family: freight-sans-pro, sans-serif;
}
.home .webinars-section a {
  color: #6E1D19;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  font-family: freight-sans-pro, sans-serif;
  padding: 16px 38px;
  background-color: transparent;
  border: 3px solid #6E1D19;
  border-radius: 30px;
  display: inline-block;
  margin-top: 45px;
}
.home .webinars-section a:hover {
  background-color: #6E1D19;
  color: #fff;
}

/* Desktop - 992px */
/* ***************************************** */
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .home .our-mission-section {
    padding: 0 0 55px 0;
  }
  .home .our-mission-section .featured-image {
    position: relative;
    height: 452px;
    width: 85%;
    margin: auto;
  }
  .home .our-mission-section h2 {
    margin-top: 13px;
  }
  .home .get-maggi-plan-section img {
    display: block;
    margin: 0 auto 105px auto;
  }
  .home .rollover-mistakes-section {
    padding: 0 0 70px 0;
  }
  .home .rollover-mistakes-section .featured-image {
    position: static;
    height: 528px;
    width: 100%;
    margin-bottom: 78px;
  }
  .home .rollover-mistakes-section h2 {
    margin-top: 13px;
  }
  .home .federal-educators-section img {
    margin-bottom: 105px;
  }
  .home .media-section {
    padding: 93px 0 0 0;
  }
  .home .media-section .featured-image {
    position: relative;
    top: 65px;
    height: 714px;
    width: 85%;
    margin: auto;
  }
  .home .webinars-section {
    padding: 231px 0 123px 0;
  }
  .home .webinars-section h2 {
    margin-top: 86px;
  }
  .home .webinars-section .one {
    margin-bottom: 15px;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  .home .welcome-section h2 {
    font-size: 60px;
    line-height: 78px;
  }
  .home .welcome-section a {
    width: 290px;
    padding: 8px 21px;
  }
  .home .our-mission-section h2 {
    font-size: 45px;
    line-height: 63px;
  }
  .home .get-maggi-plan-section h2 {
    font-size: 54px;
    line-height: 70px;
  }
  .home .rollover-mistakes-section h2 {
    font-size: 33px;
    line-height: 33px;
  }
  .home .rollover-mistakes-section h3 {
    font-size: 27px;
  }
  .home .federal-educators-section h2 {
    font-size: 35px;
    line-height: 42px;
  }
  .home .media-section .videos {
    padding: 50px 0 65px 0;
  }
  .home .media-section .videos img {
    width: 100%;
    margin: 0 0 25px 0;
  }
  .home .webinars-section img {
    width: 100%;
    margin-bottom: 25px;
  }
  .home .webinars-section h2 {
    margin-top: 61px;
  }
  .home .webinars-section a {
    width: 290px;
    padding: 11px 17px;
  }
}
/* Portrait Phone - 320px */
/* ***************************************** */
/* About Us */
/* ***************************************** */
.page-id-522 .about-us-section {
  padding: 137px 0;
  background-color: #EDEDED;
}
.page-id-522 .about-us-section .header {
  border-left: 2px solid #6E1D19;
  padding-left: 20px;
}
.page-id-522 .about-us-section h1 {
  color: #343030;
  font-size: 63px;
  line-height: 63px;
  font-weight: 700;
  font-family: adriane, sans-serif;
  margin-bottom: 35px;
}
.page-id-522 .about-us-section .person {
  margin-bottom: 137px;
}
.page-id-522 .about-us-section .person:last-child {
  margin-bottom: 0;
}
.page-id-522 .about-us-section .person img {
  /*margin-top: 50px;*/
}
.page-id-522 .about-us-section .person h3 {
  color: #343030;
  font-size: 47px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 17px;
  font-family: adriane, sans-serif;
}
.page-id-522 .about-us-section .person h4 {
  color: #6E1D19;
  font-size: 39px;
  line-height: 43px;
  font-weight: 700;
  margin-bottom: 28px;
  font-family: adriane, sans-serif;
}
.page-id-522 .about-us-section .person p {
  color: #343030;
  font-size: 23px;
  line-height: 34px;
  font-weight: 500;
  font-family: freight-sans-pro, sans-serif;
}

/* Desktop - 992px */
/* ***************************************** */
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .page-id-522 .about-us-section .person {
    margin-bottom: 65px;
  }
  .page-id-522 .about-us-section .person img {
    display: block;
    margin: 0 auto 50px auto;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  .page-id-522 .about-us-section h1 {
    font-size: 44px;
    line-height: 65px;
    margin-bottom: 45px;
  }
}
/* Portrait Phone - 320px */
/* ***************************************** */
/* Media Page */
/* ***************************************** */
.page-id-16 .media-summary-section {
  padding: 60px 0 100px 0;
  background-color: #6E1D19;
  position: relative;
}
.page-id-16 .media-summary-section .header {
  border-left: 2px solid #E1BF66;
  padding-left: 20px;
}
.page-id-16 .media-summary-section h1 {
  color: #fff;
  font-size: 63px;
  line-height: 87px;
  font-weight: 700;
  font-family: adriane, sans-serif;
  margin-bottom: 35px;
}
.page-id-16 .media-summary-section p {
  color: #fff;
  font-size: 23px;
  line-height: 34px;
  font-weight: 500;
  font-family: freight-sans-pro, sans-serif;
  padding-left: 20px;
}
.page-id-16 .media-summary-section .featured-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 612px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-id-16 .videos-section {
  padding: 118px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-id-16 .videos-section .header {
  border-left: 2px solid #6E1D19;
  padding-left: 20px;
}
.page-id-16 .videos-section h2 {
  color: #484751;
  font-size: 63px;
  line-height: 87px;
  font-weight: 700;
  font-family: adriane, sans-serif;
  margin-bottom: 118px;
}
.page-id-16 .videos-section h3 {
  color: #000;
  font-size: 54px;
  line-height: 34px;
  font-weight: 500;
  font-family: freight-sans-pro, sans-serif;
  margin-bottom: 95px;
}
.page-id-16 .videos-section .video-placeholder {
  width: 100%;
  height: 235px;
  background-color: #3B90A9;
}
.page-id-16 .videos-section .btn {
  text-align: center;
}
.page-id-16 .videos-section .btn a {
  color: #6E1D19;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  font-family: freight-sans-pro, sans-serif;
  padding: 12px 75px;
  border: 3px solid #6E1D19;
  border-radius: 30px;
  display: inline-block;
  margin-top: 80px;
}
.page-id-16 .maggi-tax-financial-show-section {
  padding: 105px 0;
  background-color: #EDEDED;
}
.page-id-16 .maggi-tax-financial-show-section .summary {
  margin-bottom: 100px;
}
.page-id-16 .maggi-tax-financial-show-section .summary h2 {
  color: #6E1D19;
  font-size: 54px;
  line-height: 81px;
  font-weight: 600;
  font-family: freight-sans-pro, sans-serif;
  margin-bottom: 10px;
}
.page-id-16 .maggi-tax-financial-show-section .summary p {
  color: #000;
  font-size: 25px;
  line-height: 34px;
  font-weight: 400;
  font-family: freight-sans-pro, sans-serif;
  margin-bottom: 10px;
}
.page-id-16 .maggi-tax-financial-show-section .summary p:last-child {
  margin-bottom: 0;
}
.page-id-16 .maggi-tax-financial-show-section .schedule {
  color: #000;
  font-family: freight-sans-pro, sans-serif;
}
.page-id-16 .maggi-tax-financial-show-section .schedule .headline {
  font-size: 31px;
  line-height: 34px;
  font-weight: 500;
}
.page-id-16 .maggi-tax-financial-show-section .schedule .time {
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
}
.page-id-16 .maggi-tax-financial-show-section .video {
  margin: 30px 0 93px 0;
}
.page-id-16 .maggi-tax-financial-show-section .video p {
  color: #000;
  font-size: 33px;
  line-height: 34px;
  font-weight: 350;
  font-family: freight-sans-pro, sans-serif;
}
.page-id-16 .maggi-tax-financial-show-section .video-placeholder {
  width: 100%;
  height: 659px;
  background-color: #810809;
  margin-bottom: 30px;
}
.page-id-16 .maggi-tax-financial-show-section .video-btn {
  padding: 40px 26px;
  background-color: #6E1D19;
  border-radius: 32px;
  display: flex;
}
.page-id-16 .maggi-tax-financial-show-section .video-btn .text {
  color: #fff;
  /*font-size: 18px;*/
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  font-family: freight-sans-pro, sans-serif;
}
.page-id-16 .maggi-tax-financial-show-section .video-btn img {
  margin-left: 20px;
}
.page-id-16 .maggi-tax-financial-show-section .btn {
  text-align: center;
}
.page-id-16 .maggi-tax-financial-show-section .btn a {
  color: #6E1D19;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  font-family: freight-sans-pro, sans-serif;
  padding: 12px 75px;
  border: 3px solid #6E1D19;
  border-radius: 30px;
  display: inline-block;
  margin-top: 80px;
}
.page-id-16 .radio-show-banner-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 455px;
  width: 100%;
}
.page-id-16 .radio-show-section {
  padding: 50px 0 105px 0;
}
.page-id-16 .radio-show-section h2 {
  color: #000;
  font-size: 54px;
  line-height: 60px;
  font-weight: 500;
  font-family: freight-sans-pro, sans-serif;
  margin-bottom: 30px;
}
.page-id-16 .radio-show-section p {
  color: #000;
  font-size: 33px;
  line-height: 41px;
  font-weight: 350;
  font-family: freight-sans-pro, sans-serif;
  margin-bottom: 85px;
}
.page-id-16 .radio-show-section .radio-placeholder {
  width: 100%;
  height: 100px;
  background-color: #484751;
  margin-bottom: 50px;
}
.page-id-16 .radio-show-section .btn {
  text-align: center;
}
.page-id-16 .radio-show-section .btn a {
  color: #6E1D19;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  font-family: freight-sans-pro, sans-serif;
  padding: 12px 75px;
  border: 3px solid #6E1D19;
  border-radius: 30px;
  display: inline-block;
  /*margin-top: 80px;*/
  margin-top: 30px;
}
.page-id-16 .radio-show-section .btn a:hover {
  background-color: #6E1D19;
  color: #fff;
}
.page-id-16 .our-book-section {
  padding: 75px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-id-16 .our-book-section .header {
  border-left: 2px solid #E1BF66;
  padding-left: 20px;
}
.page-id-16 .our-book-section h2 {
  color: #fff;
  font-size: 48px;
  line-height: 67px;
  font-weight: 700;
  font-family: adriane, sans-serif;
  margin-bottom: 78px;
}
.page-id-16 .our-book-section p {
  color: #fff;
  font-size: 34px;
  line-height: 49px;
  font-weight: 500;
  font-family: freight-sans-pro, sans-serif;
}
.page-id-16 .our-book-section p a {
  color: #E1BF66;
  text-decoration: underline;
}
.page-id-16 .our-book-section .btns .btn {
  float: left;
}
.page-id-16 .our-book-section .btns .btn:first-child {
  margin-right: 25px;
}
.page-id-16 .our-book-section .btn {
  /*text-align: center;*/
}
.page-id-16 .our-book-section .btn a {
  color: #E1BF66;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  font-family: freight-sans-pro, sans-serif;
  padding: 12px 75px;
  border: 3px solid #E1BF66;
  border-radius: 30px;
  display: inline-block;
  margin-top: 63px;
}
.page-id-16 .our-book-section .btn a:hover {
  background-color: #E1BF66;
  color: #fff;
}
.page-id-16 .our-book-section .featured-image {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* Desktop - 992px */
/* ***************************************** */
@media (max-width: 1199px) {
  .page-id-16 .our-book-section .btn a {
    padding: 12px 25px;
  }
}
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .page-id-16 .media-summary-section {
    padding: 60px 0 0 0;
  }
  .page-id-16 .media-summary-section .featured-image {
    position: static;
    width: 100%;
    margin: 53px auto 0 auto;
  }
  .page-id-16 .videos-section .video-placeholder {
    margin-bottom: 115px;
  }
  .page-id-16 .videos-section .btn a {
    margin-top: 0;
  }
  .page-id-16 .maggi-tax-financial-show-section .video-placeholder {
    height: 395px;
  }
  .page-id-16 .maggi-tax-financial-show-section .video-btn {
    position: relative;
    margin-bottom: 83px;
  }
  .page-id-16 .maggi-tax-financial-show-section .video-btn .text {
    font-size: 18px;
  }
  .page-id-16 .maggi-tax-financial-show-section .video-btn img {
    margin: 0;
    position: absolute;
    right: 26px;
  }
  .page-id-16 .maggi-tax-financial-show-section .btn a {
    margin-top: 0;
  }
  .page-id-16 .our-book-section .btn a {
    margin-top: 130px;
    font-size: 16px;
  }
  .page-id-16 .our-book-section .featured-image {
    position: static;
    transform: none;
    margin-top: 130px;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  .page-id-16 .media-summary-section .featured-image {
    height: 353px;
  }
  .page-id-16 .videos-section .video-placeholder {
    height: 185px;
    margin-bottom: 88px;
  }
  .page-id-16 .maggi-tax-financial-show-section .video-placeholder {
    height: 163px;
  }
  .page-id-16 .radio-show-banner-image {
    height: 330px;
  }
  .page-id-16 .our-book-section .btns .btn {
    float: none;
    text-align: center;
  }
  .page-id-16 .our-book-section .btns .btn:first-child {
    margin-right: 0;
  }
  .page-id-16 .our-book-section .btn a {
    margin-top: 50px;
  }
  .page-id-16 .our-book-section .featured-image {
    margin-top: 80px;
  }
}
/* Portrait Phone - 320px */
/* ***************************************** */
@media (max-width: 575px) {
  .page-id-16 .maggi-tax-financial-show-section .video-btn {
    padding: 40px 10px;
  }
  .page-id-16 .maggi-tax-financial-show-section .video-btn .text {
    font-size: 16px;
  }
  .page-id-16 .maggi-tax-financial-show-section .video-btn img {
    right: 10px;
  }
}
/* Seminars Page */
/* ***************************************** */
.page-id-102 .webinars-header .header {
  border-left: 2px solid #E1BF66;
  padding-left: 20px;
}
.page-id-102 .webinars-header h1 {
  color: #6E1D19;
  font-size: 63px;
  line-height: 87px;
  font-weight: 700;
  font-family: adriane, sans-serif;
  margin: 53px 0 60px 0;
}
.page-id-102 .webinars-iframe iframe {
  display: block;
  width: 100%;
  height: 1460px;
  margin-bottom: 150px;
}

/* Desktop - 992px */
/* ***************************************** */
@media (max-width: 1199px) {
  .page-id-102 .webinars-iframe iframe {
    height: 1435px;
  }
}
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .page-id-102 .webinars-iframe iframe {
    height: 2560px;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  .page-id-102 .webinars-header h1 {
    font-size: 58px;
    line-height: 78px;
  }
  .page-id-102 .webinars-iframe iframe {
    height: 2680px;
  }
}
/* Portrait Phone - 320px */
/* ***************************************** */
@media (max-width: 575px) {
  .page-id-102 .webinars-iframe iframe {
    height: 3230px;
  }
}
/* Blog */
/* ***************************************** */
.blog .blog-header {
  padding: 148px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*height: 405px;*/
  /*height: 383px;*/
  /*position: relative;*/
}
.blog .blog-header .header {
  border-left: 2px solid #E1BF66;
  padding-left: 20px;
  /*position: absolute;
  top: 50%;
  transform: translateY(-50%);*/
}
.blog .blog-header h1 {
  color: #E1BF66;
  font-size: 63px;
  line-height: 87px;
  font-weight: 700;
  font-family: adriane, sans-serif;
}
.blog .blog-subtitle .header {
  border-left: 2px solid #E1BF66;
  padding-left: 20px;
}
.blog .blog-subtitle h3 {
  color: #6E1D19;
  font-size: 77px;
  line-height: 83px;
  font-weight: 700;
  font-family: freight-sans-pro, sans-serif;
  margin-bottom: 50px;
}
.blog .blog-posts {
  padding: 75px 0 65px 0;
}
.blog .blog-posts .post {
  height: 100%;
  margin-bottom: 60px;
  /*margin-bottom: 0;*/
  position: relative;
}
.blog .blog-posts img {
  margin-bottom: 40px;
}
.blog .blog-posts .entry-title {
  margin-bottom: 10px;
}
.blog .blog-posts .entry-title a {
  color: #6E1D19;
  font-size: 23px;
  line-height: 27px;
  font-weight: 600;
  font-family: freight-sans-pro, sans-serif;
}
.blog .blog-posts .entry-title a:hover {
  color: #6E1D19;
}
.blog .blog-posts .entry-meta {
  margin-bottom: 23px;
}
.blog .blog-posts .entry-meta .author a {
  color: #000;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  font-family: freight-sans-pro, sans-serif;
}
.blog .blog-posts .entry-content {
  /*margin-bottom: 50px;*/
}
.blog .blog-posts .entry-content p {
  color: #222;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  font-family: freight-sans-pro, sans-serif;
  margin-bottom: 15px;
}
.blog .blog-posts .entry-content .btn {
  position: relative;
  height: 48px;
  text-align: right;
  margin-bottom: 0;
}
.blog .blog-posts .entry-content .btn a {
  color: #6E1D19;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  font-family: freight-sans-pro, sans-serif;
  padding: 13px 75px;
  background-color: #fff;
  border: 3px solid #6E1D19;
  border-radius: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
.blog .blog-posts .entry-content .btn a:hover {
  background-color: #6E1D19;
  color: #fff;
}
.blog .blog-pagination {
  text-align: center;
  margin-bottom: 90px;
}
.blog .blog-pagination li {
  display: inline;
  margin: 0 4px;
}
.blog .blog-pagination a {
  color: #6E1D19;
  font-size: 42px;
  line-height: 51px;
  font-weight: 700;
  font-family: freight-sans-pro, sans-serif;
  text-decoration: underline;
}
.blog .blog-pagination a:hover {
  color: #343030;
}
.blog .blog-pagination li {
  color: #004375;
  font-size: 42px;
  line-height: 51px;
  font-weight: 700;
}
.blog .blog-pagination .active a {
  color: #343030;
}

.single-post {
  font-size: 20px;
  line-height: 30px;
  font-weight: 350;
  font-family: freight-sans-pro, sans-serif;
}
.single-post .entry-header {
  /*padding: 157px 0;*/
  padding: 120px 0;
  background-color: #222;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: linear-gradient(rgba(0, 67, 116, 0.6), rgba(0, 67, 116, 0.6));
}
.single-post .entry-header h1 {
  color: #E1BF66;
  /*font-size: 93px;*/
  font-size: 50px;
  /*line-height: 86px;*/
  line-height: 65px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: adriane, sans-serif;
}
.single-post .entry-content {
  padding: 50px 0;
}
.single-post .entry-content p {
  margin-bottom: 15px;
}
.single-post .entry-content ul {
  margin: 0 0 15px 20px;
}
.single-post .entry-meta {
  margin-bottom: 15px;
}
.single-post .byline {
  display: block;
}

/* Desktop - 992px */
/* ***************************************** */
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .blog .blog-subtitle h3 {
    font-size: 42px;
    line-height: 51px;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  /*.single-post {
  	.entry-header {
  		h1 {
  			font-size: 72px;
  			line-height: 72px;
  		}
  	}
  }*/
}
/* Portrait Phone - 320px */
/* ***************************************** */
@media (max-width: 575px) {
  .blog .blog-header {
    padding: 75px 0;
  }
  .blog .blog-posts {
    padding: 75px 0 25px 0;
  }
  .blog .blog-posts .post {
    margin-bottom: 75px;
  }
  .blog .blog-posts .entry-content .btn {
    text-align: center;
    position: static;
    height: auto;
    margin-top: 30px;
  }
  .blog .blog-posts .entry-content .btn a {
    position: static;
  }
  .blog .blog-pagination a {
    font-size: 30px;
  }

  .single-post .entry-header {
    padding: 75px 0;
  }
  .single-post .entry-header h1 {
    font-size: 40px;
    line-height: 52px;
  }
}
/* Contact Us */
/* ***************************************** */
.page-id-21 .contact-form-section {
  padding: 100px 0;
  background-color: #EDEDED;
}
.page-id-21 .contact-form-section .header {
  border-left: 2px solid #E1BF66;
  padding-left: 20px;
}
.page-id-21 .contact-form-section h1 {
  color: #6E1D19;
  font-size: 63px;
  line-height: 88px;
  font-weight: 700;
  font-family: adriane, sans-serif;
  margin-bottom: 65px;
}
.page-id-21 .wpcf7 label {
  color: #343030;
  font-size: 23px;
  line-height: 34px;
  font-weight: 700;
  font-family: freight-sans-pro, sans-serif;
}
.page-id-21 .wpcf7 input {
  width: 100%;
  color: #343030;
  font-size: 23px;
  line-height: 34px;
  font-weight: 500;
  font-family: freight-sans-pro, sans-serif;
  padding: 15px 22px;
  border: 1px solid #707070;
  border-radius: 5px;
  background-color: #F4F4F4;
  margin: 10px 0 65px 0;
}
.page-id-21 .wpcf7 .btn {
  text-align: center;
}
.page-id-21 .wpcf7 input[type="submit"] {
  color: #fff;
  font-weight: 20px;
  line-height: 27px;
  font-weight: 700;
  padding: 12px 75px;
  border: none;
  background-color: #6E1D19;
  border: 3px solid #6E1D19;
  border-radius: 30px;
  display: inline-block;
  width: auto;
  margin: 52px 0 0 0;
}
.page-id-21 .wpcf7 input[type="submit"]:hover {
  cursor: pointer;
  background-color: transparent;
  color: #6E1D19;
}
.page-id-21 .locations-section {
  padding: 100px 0;
  background-color: #E1BF66;
}
.page-id-21 .locations-section .header {
  border-left: 2px solid #6E1D19;
  padding-left: 20px;
}
.page-id-21 .locations-section h2 {
  color: #343030;
  font-size: 63px;
  line-height: 88px;
  font-weight: 700;
  font-family: adriane, sans-serif;
  margin-bottom: 107px;
}
.page-id-21 .locations-section .location {
  text-align: center;
  font-family: freight-sans-pro, sans-serif;
}
.page-id-21 .locations-section .location h3 {
  color: #6E1D19;
  font-size: 23px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 12px;
}
.page-id-21 .locations-section .location p {
  color: #343030;
  font-size: 20px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 12px;
}
.page-id-21 .locations-section .location a {
  color: #343030;
  font-size: 23px;
  line-height: 34px;
  font-weight: 500;
}
.page-id-21 .locations-section .location a:hover {
  color: #6E1D19;
}
.page-id-21 .locations-section .location img {
  margin: 37px 0;
}
.page-id-21 .locations-section .location .btn a {
  color: #6E1D19;
  font-size: 16px;
  line-height: 34px;
  font-weight: 600;
  padding: 5px 40px;
  border: 2px solid #6E1D19;
  border-radius: 13px;
  /*display: inline-block;*/
}
.page-id-21 .locations-section .location .btn a:hover {
  background-color: #6E1D19;
  color: #fff;
}
.page-id-21 .locations-section .social-media {
  margin-top: 122px;
  text-align: center;
}
.page-id-21 .locations-section .social-media img {
  display: inline-block;
}
.page-id-21 .locations-section .social-media a {
  margin-right: 30px;
}
.page-id-21 .locations-section .social-media a:last-child {
  margin-right: 0;
}

/* Desktop - 992px */
/* ***************************************** */
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .page-id-21 .wpcf7 input {
    margin: 10px 0 12px 0;
  }
  .page-id-21 .wpcf7 input[type="submit"] {
    margin: 78px 0 0 0;
  }
  .page-id-21 .locations-section .location {
    text-align: left;
    margin-bottom: 17px;
    /*.text {
    	position: relative;
    	top: 50%;
    	transform: translateY(-50%);
    }*/
  }
  .page-id-21 .locations-section .location img {
    margin: 0 0 17px 0;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  .page-id-21 .contact-form-section h1 {
    font-size: 51px;
    line-height: 70px;
  }
  .page-id-21 .locations-section h2 {
    font-size: 56px;
    line-height: 86px;
    margin-bottom: 37px;
  }
}
/* Portrait Phone - 320px */
/* ***************************************** */
@media (max-width: 575px) {
  .page-id-21 .locations-section .location {
    padding: 0 25px;
    margin-bottom: 50px;
  }
  .page-id-21 .locations-section .location .btn {
    text-align: center;
  }
  .page-id-21 .locations-section .social-media {
    width: 175px;
    margin: 25px auto 0 auto;
  }
  .page-id-21 .locations-section .social-media img {
    margin: 0;
  }
  .page-id-21 .locations-section .social-media a {
    display: inline-block;
  }
  .page-id-21 .locations-section .social-media a:first-child {
    margin-bottom: 30px;
  }
  .page-id-21 .locations-section .social-media a:nth-child(even) {
    margin-right: 0;
  }
}
/* Services Category */
/* ***************************************** */
.service-category .summary-service-section {
  background-color: #EDEDED;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 72px 0;
  height: 490px;
}
.service-category .summary-service-section > .container {
  height: 100%;
}
.service-category .summary-service-section > .container > .row {
  height: 100%;
}
.service-category .summary-service-section .text {
  color: #484751;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  font-family: freight-sans-pro, sans-serif;
}
.service-category .summary-service-section .text img {
  /*margin-bottom: 50px;*/
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.service-category .summary-service-section .featured-image {
  width: 100%;
  /*height: 733px;*/
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
.service-category .summary-service-section .featured-image img {
  /*display: block;
  margin: auto;
  position: relative;*/
  /* 72px for padding, 114px for negative */
  /*bottom: -186px;*/
}
.service-category .services-section {
  padding: 143px 0 133px 0;
}
.service-category .services-section .header .icon-container {
  display: inline-block;
  width: 90px;
}
.service-category .services-section .header .icon {
  height: 105px;
  display: inline-block;
  vertical-align: top;
  padding-right: 12px;
  border-right: 2px solid #E1BF66;
  margin-right: 7px;
  float: right;
}
.service-category .services-section .header .text {
  height: 105px;
  display: inline-block;
  vertical-align: top;
}
.service-category .services-section .header img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.service-category .services-section .header h2 {
  color: #484751;
  font-size: 33px;
  line-height: 40px;
  font-weight: 400;
  font-family: adriane, sans-serif;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.service-category .services-section .header h2 a {
  color: #484751;
}
.service-category .services-section .header h2 a:hover {
  color: #6E1D19;
}
.service-category .services-section .content {
  margin: 40px 0;
}
.service-category .services-section .content p {
  color: #484751;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  font-family: freight-sans-pro, sans-serif;
  margin-bottom: 10px;
}

.page-id-79 .summary-service-section {
  background-color: #E1BF66;
}
.page-id-79 .services-section .header .icon {
  border-color: #6E1D19;
}

/*.page-id-6440 {

}

.page-id-51 {

}*/
/* Desktop - 992px */
/* ***************************************** */
@media (max-width: 1199px) {
  .service-category .summary-service-section {
    height: 430px;
  }
  .service-category .summary-service-section .featured-image {
    height: 450px;
  }
}
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .service-category .summary-service-section {
    height: auto;
    padding-bottom: 190px;
  }
  .service-category .summary-service-section .text img {
    display: block;
    margin: 0 auto;
    position: static;
    transform: none;
    /*margin: 0 auto 50px auto;*/
  }
  .service-category .summary-service-section .featured-image {
    /*position: static;*/
    width: 90%;
    height: 733px;
    margin: 65px auto 0 auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .service-category .services-section {
    padding-top: 650px;
  }
  .service-category .services-section .content {
    margin: 40px 0 58px 0;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  .service-category .summary-service-section .featured-image {
    width: 420px;
    height: 397px;
  }
  .service-category .services-section {
    padding-top: 320px;
  }
  .service-category .services-section .header h2 {
    font-size: 25px;
    /*line-height: 36px;*/
  }
}
/* Portrait Phone - 320px */
/* ***************************************** */
@media (max-width: 575px) {
  .service-category .summary-service-section .featured-image {
    width: 290px;
  }
}
/* Services Single */
/* ***************************************** */
.service-single .resources-header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 75px 0;
}
.service-single .resources-header .item {
  position: relative;
  text-align: center;
}
.service-single .resources-header .item .icon-container {
  display: inline-block;
}
.service-single .resources-header .item .icon {
  height: 250px;
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
  border-right: 4px solid #E1BF66;
  margin-right: 18px;
  float: right;
}
.service-single .resources-header .item .text {
  height: 250px;
  display: inline-block;
  vertical-align: top;
}
.service-single .resources-header .item img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.service-single .resources-header .item h1 {
  color: #484751;
  font-size: 60px;
  line-height: 72px;
  font-weight: 400;
  font-family: adriane, sans-serif;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.service-single .video-section {
  /*padding-bottom: 150px;*/
  margin-bottom: 120px;
}
.service-single .video-section .banner {
  padding-top: 30px;
  width: 100%;
  height: 480px;
  background-color: #E1BF66;
  /*position: absolute;*/
}
.service-single .video-section .banner .inner {
  /*width: 85%;*/
  width: 100%;
  height: 460px;
  margin: auto;
  background-color: #EDEDED;
  position: relative;
  bottom: -70px;
}
.service-single .video-section .video {
  /*margin-top: 120px;*/
  padding-top: 65px;
}
.service-single .video-section .video iframe {
  width: 80%;
  height: 465px;
  display: block;
  margin: auto;
  /*background-color: #000;*/
}
.service-single .description-section {
  padding: 100px  0 150px 0;
}
.service-single .description-section .content {
  /*margin-top: 150px;*/
  /*margin-top: 120px;*/
}
.service-single .description-section .text {
  color: #343030;
  font-size: 23px;
  line-height: 34px;
  font-weight: 500;
  /*margin-top: 100px;*/
}
.service-single .description-section .text h2 {
  margin: 20px 0 10px 0;
  line-height: 1.3;
}
.service-single .description-section .text p {
  margin-bottom: 10px;
}
.service-single .description-section .text p:last-child {
  margin-bottom: 0;
}
.service-single .description-section .text ul {
  margin: 0 0 10px 50px;
}
.service-single .description-section .text a {
  color: #6E1D19;
  text-decoration: underline;
}
.service-single .description-section .text a:hover {
  color: #E1BF66;
}
.service-single .description-section .btn {
  margin-top: 20px;
  text-align: center;
}
.service-single .description-section .btn a {
  color: #6E1D19;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  font-family: freight-sans-pro, sans-serif;
  padding: 15px 75px;
  border: 4px solid #6E1D19;
  border-radius: 30px;
  width: 325px;
  display: inline-block;
  text-decoration: none;
}
.service-single .description-section .btn a:hover {
  background-color: #6E1D19;
  color: #fff;
}

/* Desktop - 992px */
/* ***************************************** */
@media (max-width: 1199px) {
  .service-single .resources-header .item h1 {
    font-size: 50px;
    line-height: 2;
  }
}
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .service-single .resources-header .item h1 {
    font-size: 35px;
    line-height: 2;
  }
  .service-single .video-section {
    margin-bottom: 125px;
  }
  .service-single .video-section .banner {
    height: 330px;
  }
  .service-single .video-section .banner .inner {
    height: 310px;
  }
  .service-single .video-section .video iframe {
    height: 320px;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  .service-single .resources-header {
    padding: 30px 0;
  }
  .service-single .resources-header .item .icon {
    height: 105px;
  }
  .service-single .resources-header .item .text {
    height: 105px;
  }
  .service-single .resources-header .item img {
    width: 80%;
  }
  .service-single .resources-header .item h1 {
    font-size: 22px;
    line-height: 2;
  }
  .service-single .video-section {
    margin-bottom: 165px;
  }
  .service-single .video-section .banner {
    height: 148px;
  }
  .service-single .video-section .banner .inner {
    height: 210px;
    bottom: -10px;
  }
  .service-single .video-section .video iframe {
    height: 210px;
  }
  .service-single .description-section {
    padding: 90px 0;
  }
}
/* Portrait Phone - 320px */
/* ***************************************** */
@media (max-width: 575px) {
  .service-single .resources-header .item .icon {
    margin-right: 5px;
    padding-right: 5px;
    width: 80px;
  }
  .service-single .resources-header .item img {
    width: 80%;
  }
  .service-single .resources-header .item h1 {
    font-size: 13px;
    line-height: 2;
  }
  .service-single .video-section {
    margin-bottom: 70px;
  }
  .service-single .video-section .banner .inner {
    height: 145px;
  }
  .service-single .video-section .video {
    padding-top: 30px;
  }
  .service-single .video-section .video iframe {
    height: 147px;
  }
  .service-single .description-section {
    padding: 50px 0 90px 0;
  }
}
