/*
Theme Name: PPP Dental Theme by Eric
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 3.4.5.1

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later'
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
  - Baseline Normalize
  - Box Sizing
  - Float Clearing
- Defaults
  - Typographical Elements
  - Headings
  - Objects
  - Gallery
  - Forms
  - Tables
  - Screen Reader Text
- Structure and Layout
  - Site Container
  - Site Inner
- Common Classes
  - Avatar
  - Genesis
  - Search Form
  - Titles
  - WordPress
- Widgets
  - Featured Content
- Plugins
  - Genesis eNews Extended
  - Genesis Simple FAQ
  - WPForms
- Skip Links
- Site Header
  - Title Area
- Site Navigation
  - Responsive Menu
  - Header Menu
  - Footer Menu
- Content Area
  - Entry Content
  - Entry Meta
  - Pagination
  - Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
  - Min-width: 960px
    - Site Header
    - Genesis Menu
    - Responsive Menu
    - Header Menu
    - Site Inner
    - Content
    - Sidebar
    - Author Box
    - After Entry
    - Column Classes
    - Entry Misc.
    - Footer Widgets
- Print Styles
*/

@import url("https://use.typekit.net/mnv5vfd.css");

/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 106.3%;
  font-size: 106.3%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2rem;
  margin: 0.67rem 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
  box-sizing: border-box;
  font-family: "proxima-nova", sans-serif;
}

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

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table;
}

/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Proxima-Nova", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.75;
  margin: 0;
  overflow-x: hidden;
  display: flex;
  flex-direction:column;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out;
}

a {
  color: #0073e5;
  text-decoration: underline;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

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

p {
  margin: 0 0 28px;
  margin-bottom: 1rem;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid currentColor;
  clear: both;
  color: #eee;
  margin: 1.65em auto;
}

b,
strong {
  font-weight: 700;
}

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

mark {
  background: #ddd;
  color: #333;
}

blockquote {
  margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: "Proxima-Nova", sans-serif;
  font-weight: 500;
  margin:0;
}

h1 {
  font-size: 3.517rem;
  font-weight: 400;
}

h2 {
  font-size: 2.157rem;
}

h3 {
  font-size: 1.953rem;
}

h4 {
  font-size: 1.563rem;
}

.entry-content h3,
.entry-content h4 {
  font-weight: 600;
}

.entry-content h4 {
  margin-top: 40px;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 0.8rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
  color:var(--oxfordBlue);
}

/* Gallery
--------------------------------------------- */

.gallery {
  overflow: hidden;
}

.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
  border: 1px solid #999;
  outline: none;
}

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

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

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n + 1),
.gallery-columns-3 .gallery-item:nth-child(3n + 1),
.gallery-columns-4 .gallery-item:nth-child(4n + 1),
.gallery-columns-5 .gallery-item:nth-child(5n + 1),
.gallery-columns-6 .gallery-item:nth-child(6n + 1),
.gallery-columns-7 .gallery-item:nth-child(7n + 1),
.gallery-columns-8 .gallery-item:nth-child(8n + 1),
.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
  clear: left;
}

.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  padding: 15px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

::placeholder {
  color: #333;
  opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
  background-color: #333;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container
  div.wpforms-container-full
  .wpforms-form
  input[type="submit"]:focus,
.site-container
  div.wpforms-container-full
  .wpforms-form
  input[type="submit"]:hover,
.site-container
  div.wpforms-container-full
  .wpforms-form
  button[type="submit"]:focus,
.site-container
  div.wpforms-container-full
  .wpforms-form
  button[type="submit"]:hover,
.button:focus,
.button:hover {
  background-color: #0073e5;
  border-width: 0;
  color: #fff;
}

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

.button {
  display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

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

/* Tables
--------------------------------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  width: 100%;
}

tbody {
  border-bottom: 1px solid #eee;
}

td,
th {
  line-height: 2;
  text-align: left;
  vertical-align: top;
}

td {
  padding: 0.5em;
}

tr {
  border-top: 1px solid #eee;
}

th {
  font-weight: 600;
  padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
  animation: fadein 1s;
  display:flex;
  flex-direction:column;

}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Site Inner
--------------------------------------------- */

.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 0px 0px;
  display: grid;
}

/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
  border-radius: 50%;
  float: left;
}

.author-box .avatar,
.alignleft .avatar {
  margin-right: 20px;
}

.alignright .avatar {
  margin-left: 20px;
}

.comment .avatar {
  margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
  margin-bottom: 40px;
}

.after-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}

.after-entry .widget:last-of-type {
  margin-bottom: 0;
}

.breadcrumb {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
  margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
  overflow: hidden;
}

.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%;
  padding:85px 0px;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px;
}

.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.entry-title {
  font-size: 30px;
  margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
  color: #333;
  text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
  color: #0073e5;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
  padding-top: 0;
}

/* WordPress
--------------------------------------------- */

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

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
  display: block;
  margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
  margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 30px;
  padding-right: 10px;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
  margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0;
}

.widget ul > li {
  margin-bottom: 10px;
}

.widget ul > li:last-of-type {
  padding-bottom: 0;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.featured-content .entry-title {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
}

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

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
  text-align: center;
  padding: 10px;
}

.sidebar .enews {
  background-color: #f5f5f5;
  padding: 30px;
}

.enews-widget input {
  font-size: 16px;
  margin-bottom: 10px;
}

.after-entry .enews-widget input {
  text-align: center;
}

.enews-widget input[type="submit"] {
  margin: 0;
  width: 100%;
}

.enews form + p {
  margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
  background: transparent;
  border-bottom: 1px solid #eee;
  color: #333;
  padding-left: 0;
  padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
  background: transparent;
  color: #0073e5;
}

.gs-faq__question::after {
  content: "\f132";
  font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  float: right;
}

.gs-faq__question.gs-faq--expanded::after {
  content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
  margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
  clear: both;
  margin: 20px 0;
  overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
  border-radius: 0;
  height: auto;
  padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
  font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
  font-size: 14px;
  font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
  display: none !important;
  left: -9000px !important;
  position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
  padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
  height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
  height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
  height: 300px;
}

/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px;
}

/* Site Header
---------------------------------------------------------------------------- */

.site-header {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 0 30px;
}

/* Title Area
--------------------------------------------- */

.title-area {
  float: left;
  padding-bottom: 25px;
  padding-top: 25px;
}

.wp-custom-logo .title-area {
  max-width: 350px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100%;
}

.wp-custom-logo .custom-logo-link {
  display: block;
}

.wp-custom-logo .title-area img {
  width: auto;
}

.site-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #333;
  text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
  clear: both;
  width: 100%;
}

.genesis-nav-menu .menu-item {
  display: flex;
flex: 1 1 auto ;
flex-wrap: nowrap;
flex-direction:column;
}

.genesis-nav-menu a {
  color: #333;
  display: block;
  font-size: 16px;
  font-weight: 600;
  outline-offset: -1px;
  padding-bottom: 12px;
  padding-top: 12px;
  text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #0073e5;
  text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
  width: 100%;
}

.genesis-nav-menu .sub-menu {
  clear: both;
  display: none;
  left: -9999px;
  margin: 0;
  opacity: 1;
  padding-left: 15px;
  position: static;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  font-size: 14px;
  position: relative;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  opacity: 1;
}

.js .nav-primary {
  display: none;
  position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
}

.menu-toggle,
.sub-menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: #333;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  color: #0073e5;
}

.menu-toggle {
  float: right;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 15px 0;
  position: relative;
  z-index: 1000;
}

.menu-toggle.activated::before {
  content: "\f335";
}

.site-header .dashicons-before::before {
  transition: none;
}

.site-header .menu-toggle::before {
  float: left;
  margin-right: 5px;
  position: relative;
  text-rendering: auto;
  top: 1px;
}

.sub-menu-toggle {
  float: right;
  padding: 9px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

.sub-menu .sub-menu-toggle {
  padding: 12px 10px;
}

.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  transform: rotate(0);
  transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
  transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
  clear: left;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
  margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
  line-height: 1.5;
}

.nav-secondary .menu-item {
  display: inline-block;
}

.nav-secondary a {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}

/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
  margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  padding-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
  list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content code {
  background-color: #f5f5f5;
}

.content .sticky {
  background-color: #f5f5f5;
  padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
  font-size: 16px;
  margin-bottom: 0;
}

.entry-header .entry-meta {
  margin-bottom: 20px;
}

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
  clear: both;
  margin: 60px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #f5f5f5;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #333;
  color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px;
}

.comment-list li {
  padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
  padding-left: 0;
}

.comment-header {
  margin-bottom: 30px;
}

.comment-content {
  clear: both;
}

.comment-content ul > li {
  list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.comment-header p {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
  font-size: 16px;
  line-height: 1.5;
}

.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar p {
  margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
  border-top: 1px solid #eee;
  background-color: #fff;
  clear: both;
  padding: 60px 0;
}

.footer-widgets .wrap {
  margin-left: auto;
  margin-right: auto;
}

.footer-widget-area {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}

/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
  background-color: #fff;
  border-top: 1px solid #eee;
  font-size: 15px;
  line-height: 1.5;
  padding: 30px;
  text-align: center;
}

.site-footer p {
  margin-bottom: 0;
}

/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {
  table {
    table-layout: auto;
    word-break: normal;
  }
}

@media only screen and (min-width: 960px) {
  /* Site Header
  --------------------------------------------- */

  .topnav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index:9999;
  }

  .admin-bar .site-header {
    top: 32px;
  }

  /* Genesis Menu
  --------------------------------------------- */

  .genesis-nav-menu .menu-item {
    display: flex;
  }

  

  .genesis-nav-menu > .menu-bold > a {
    font-weight: 700;
  }

  .genesis-nav-menu > .menu-highlight > a {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .genesis-nav-menu > .menu-highlight > a:focus,
  .genesis-nav-menu > .menu-highlight > a:hover {
    background-color: #0073e5;
  }

  .genesis-nav-menu .sub-menu,
  .genesis-nav-menu .sub-menu a {
    width: 180px;
  }

  .genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out;
  }

  .genesis-nav-menu .sub-menu a {
    border: 1px solid #eee;
    border-top: 0;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 179px;
  }

  /* Responsive Menu
  --------------------------------------------- */

  .js .nav-primary {
    display: block;
    padding-top: 15px;
  }

  .menu-toggle,
  .sub-menu-toggle {
    display: none;
    visibility: hidden;
  }

  /* Header Menu
  --------------------------------------------- */

  .nav-primary {
    clear: none;
    float: right;
    width: auto;
  }

  .nav-primary .genesis-nav-menu a {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Site-Inner
  --------------------------------------------- */

  .site-inner {
    width: 100%;
  }

  /* Content
  --------------------------------------------- */

  .content {
    float: left;
    width: 65%;
  }

  .sidebar-content .content {
    float: right;
  }

  .full-width-content .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* Sidebar
  --------------------------------------------- */

  .sidebar {
    float: right;
    width: 30%;
  }

  .sidebar-content .sidebar {
    float: left;
  }

  /* Author Box
  --------------------------------------------- */

  .author-box {
    background-color: #f5f5f5;
    padding: 30px;
  }

  /* After Entry
  --------------------------------------------- */

  .after-entry {
    padding: 40px 60px;
  }

  .after-entry .enews {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* Column Classes
  --------------------------------------------- */

  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
  }

  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.717948717948715%;
  }

  .one-third,
  .two-sixths {
    width: 31.623931623931625%;
  }

  .four-sixths,
  .two-thirds {
    width: 65.81196581196582%;
  }

  .one-fourth {
    width: 23.076923076923077%;
  }

  .three-fourths {
    width: 74.35897435897436%;
  }

  .one-sixth {
    width: 14.52991452991453%;
  }

  .five-sixths {
    width: 82.90598290598291%;
  }

  .first {
    clear: both;
    margin-left: 0;
  }

  /* Entry Misc.
  --------------------------------------------- */

  .after-entry,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings {
    margin-bottom: 60px;
  }

  /* Footer Widgets
  --------------------------------------------- */

  .footer-widgets .wrap {
    max-width: 1140px;
  }

  .footer-widget-area {
    float: left;
    margin-bottom: 0;
    width: calc(100% / 3);
  }
}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title > a::after {
    content: "";
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  .content,
  .content-sidebar {
    width: 100%;
  }

  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }

  .title-area {
    text-align: center;
    width: 100%;
  }

  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }

  .site-inner {
    padding-top: 0;
    position: relative;
  }

  .author-box {
    margin-bottom: 0;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }

  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }

  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
}

/**** -start-  CSS VARIABLES   ****/
:root {
  /*** start color palette from brand tear cheet ***/

  /*** OXFORD BLUE ***/
  --oxfordBlue: #17253b;
  /*** MOON BLUE ***/
  --moonBlue: #2e4b74;
  /*** MAXIMUM BLUE GREEN ***/
  --maxBlueGreen: #43c2c9;
  /*** TUMBLEWEED ***/
  --tumbleweed: #c7a291;
  /*** RED SALSA ***/
  --redSalsa: #ff595d;
  /*** BEAU BLUE ***/
  --beauBlue: #cbdddf;
  /*** PLATINUM ***/
  --platinum: #efe9e7;

  /*** end color palette from brand tear cheet ***/
}
/**** -end-  CSS VARIABLES   ****/

/**** -start-  MENU AND GLOBAL STRUCTURE/STYLES SECTION   ****/

	.topBar {
            display:flex;
            flex-direction:row;
            max-width:1300px;
            padding:0px 30px;
            flex-wrap:nowrap;
            max-height:75px;
            flex:1 0 100%;
            align-self:center;

	}
	.tbLogo {
            flex:0 1 25%;
            display:flex;
        }

        .tbLogo > a {
            display: flex;
            flex-direction: column;
            flex: 0 1 100%;
            margin: 20px 10px 20px 0px;
            align-self:center;
        }
	.topBar img {
         }
         #tbMid {
             flex:1 0;
             display:flex;
            justify-content: end;
         }
        .iconG {
            display:flex;
            flex-direction: row;
            flex-basis: 40%;
            justify-content: space-between;
            align-items: center;
            padding-right:15px;
        }

        .iconG i {
		color:#000;
            font-size:20px;
        }

        .iconGMobile {
            display:none;
        }
        #searchBarIcon {
            cursor:pointer;
            margin-top: -5px;
        }
        #searchBar {
            display:none;
            display: flex;
            flex-direction: column;
            flex: 1 0;
        }
        .search-form {
            align-self: end;
            display: flex;
            justify-content: center;
            flex-direction: column;
            flex:1 0;
        }

        .search-form-submit {
            display:none;
        }
        #searchform-2 {
            width:300px;
            border-top:none;
            border-right:none;
            border-left:none;
            border-bottom:1px solid #999;
            margin-right:30px;
            
        }

        #menu-main-menu {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        flex-direction: row;
        flex: 1 0 auto;
        max-width: 1300px;

        }

        #menu-main-menu li:first-child {
            align-self:start;
            flex:1 1 auto;
        }

        /* Add a black background color to the top navigation */
        .topnav {
            display: flex;
            flex-direction:row;
            justify-content: center;
            background-color: var(--oxfordBlue);
            padding:10px 0px;
        }

        /* Hide the link that should open and close the topnav on small screens */
        .burgerIcon {
            display:none;
        }
	


.ppp-menu {
  background-color: var(--oxfordBlue);
  padding:20px 20px;
  display:flex;
  justify-content:center;
flex: 1 0 auto;
flex-wrap: wrap;
max-width:1300px;
}

.ppp-menu ul {
  text-align:center;
  display:flex;
  flex-direction:column;
  flex:1 0 auto;
  flex-wrap:wrap;
}

.ppp-menu ul li {
    font-weight:600;
}


.genesis-nav-menu .sub-menu, .genesis-nav-menu:hover .sub-menu a {
    color: var(--oxfordBlue);
}
.genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
    color: var(--oxfordBlue);
}
.genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a:hover {
    background-color: var(--moonBlue);
    color:#fff;
    z-index:9999;
    
}

li#menu-item-256 {
    margin-right:0px !important;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    justify-content: center;
    padding:0px 20px;
}
li#menu-item-256 a {
    font-weight:500 !important;
}

.quoteBtn a {
  background-color: var(--beauBlue);
  border-radius: 50px;
  padding: 5px 30px;
  color: var(--oxfordBlue) !important;
  text-align: center;
  text-decoration: none;
  transition: .1s ease-in-out;
}

.quoteBtn a:hover {
	transform: scale(1.1);
}

.ppp-menu .menu-item a {
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  text-align:left;
}
 
.ppp-menu .sub-menu a {
  font-size: 18px !important;
  padding:10px 20px ;
}


.menu-item-has-children > a::after { 
    font-family: FontAwesome; 
    content: '\f078'; 
    color:#fff;
    display:inline;
    font-size:12px;
    margin-left:5px;
}



@media screen and (max-width:580px) {

    .three-icon-section {
        grid-auto-flow:row dense;
        max-width: 60%;
        justify-content:center;
        margin:0 auto;
        grid-gap:10px;
    }
}


@media screen and (min-width:581px) {
    .three-icon-section {
        z-index: 333;
        max-width: 1300px;
        margin: 0 auto;
        width: 100%;
        padding: 0px 10%;
        display: grid;
        grid-template-column: auto;
        grid-auto-flow:column dense;
        justify-content: space-evenly;
        grid-gap:10px;

    }
}


.three-icon-section h2 {
  margin: 50px 0px;

}

.heroLeftButton {
    margin-right 7px;
}
  
.heroRightButton {
    margin-left 7px;
}


a.threeColBtn {
  background-color: var(--oxfordBlue);
  text-decoration: none;
  border-radius: 50px;
  color: #fff;
  padding: 10px 60px;
  transition:.3s ease-in-out;
  text-align:center;
  margin:30 20px;
  display:block;
  font-size:28px;
  
}

a.threeColBtn:hover {
  color: var(--maxBlueGreen);
  transform: scale(1.2);
}






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

    .drop-arrow { display:none !important;}

    .genesis-nav-menu .menu-item > .sub-menu {
        position:absolute;
        left:0;
        flex-direction: row;
        flex: 0 1 auto;
        justify-content: center;
        align-content: center;
        top:60px;
        align-self:center;
    }
    .genesis-nav-menu .menu-item:focus,
    .genesis-nav-menu .menu-item:hover {
        position: relative;
    }

    .genesis-nav-menu .menu-item:hover > .sub-menu {
        left: auto;
        opacity: 1;
        position: absolute;
        top:60px;
        left:0px;
        display:block;
    }


}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 1200px) {
    .tbLogo {
        flex: 0 1 25%;
        align-self: center;
        max-height:75px;
        min-width:225px;
        display:flex;
    }
    .tbLogo > a {
        display: flex;
        flex-direction: column;
        flex: 0 1 100%;
        margin: 10px 0px;
    }

    #myTopNav  {display: none; 
        flex-direction:column;
        justify-content:center;
        align-content:center;
        align-items:center;
        padding:10px 0px 25px 0px;
        margin:0px 20px;
        position: absolute;
        z-index: 999;
        top: 105px;
        align-self:center;
    }

    #make-payment-button { display:none;}
    #applications-button { display:none;}
    .menu-item a:hover {
        color: var(--maxBlueGreen);
    }
    .genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
        color:#fff !important;
    }
    .genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a:hover {
        background-color: var(--moonBlue);
        color: var(--maxBlueGreen) !important;
    }

    .ppp-menu .menu-item a {
        font-size:20px;
    }
    .menu-item-has-children { 
        text-align: center;
        flex-basis: 100%;
        align-self: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
        display:flex;
    }

    .menu-item-has-children a::after { 
        display:none;
    }
    .drop-arrow { 
        font-family: FontAwesome; 
        content: '\f078'; 
        color:#fff;
        display:inline;
        font-size:12px;
        text-align: left;
        position: absolute;
        right: 35px;
        padding:25px 15px 5px 15px;
        cursor:pointer;
    }


    a.threeColBtn {

        padding:10px 30px;
        font-size:22px;
        margin-top:10px;
    }

    #menu-main-menu {
        display: flex;
        justify-content:center;
        flex-wrap:wrap;
        flex-direction:row;
        flex:2 0 auto;
        max-width:100%;
    }
    #menu-main-menu li {
        flex:1 0 100%;
        padding:0px 10px;
        align-self: center;
        text-align: center;
        flex-basis: 100%;
        align-self: center;
        display: flex;
        justify-content: start;
        border-bottom: 1px solid #e3e3e316;
    }
    li#menu-item-256  {
        flex-direction:row;
        justify-content:center;
        margin-top:25px;
        border-bottom:none;
    }

    li#menu-item-256 a {
        width:auto;
    }


    .genesis-nav-menu .menu-item > .sub-menu {
        position:relative!important;
        left:0;
        display:flex;
        flex-direction: row;
        flex: 0 1 auto;
        justify-content: start;
        align-content: start;
        top:0px;
        align-self:start;
    }
    .genesis-nav-menu .menu-item > .sub-menu {
        display:none;
    }

    .menu-item-has-children li, .sub-menu { 
        background-color: var(--oxfordBlue) !important;
    }
    .sub-menu  {
        opacity:1 !important;
        border-top:0px !important;
    }
    .sub-menu  a {
        border:none !important;
    }
    .sub-menu  a:hover {
        color: var(--maxBlueGreen);
    }
        color:#fff !important;
    .menu-item-has-children li { 
        background-color: var(--oxfordBlue) !important;
    }
    .menu-item-has-children a { 
        width:100%;
        text-align:center;
        background-color: var(--oxfordBlue) !important;
    }


    .dLogo {display:none;}
    .dLogoMobile {display:flex;}
    #gNav { 
        padding: 20px 50px 0px 50px;
        max-width:100%;
    }
    .iconG {justify-content:end; padding-right:0;}
    .iconG i { font-size:32px; }
    .iconGMobile {
        align-items:center;
        display:flex;
        flex-direction:row;
        padding-right:0;
        flex:1 0 65px;
        justify-content:center;
        align-content:center;
        margin-bottom:-10px;
	flex-wrap:wrap;
    }
    .iconGMobile i, .iconGMobile a {
        color:#fff;
        display:flex;
        flex:1 0 50px;
        text-decoration:none;
        justify-content:center;
        font-size:22px;
	margin-bottom:10px;
    }
    .iconGMobile i:hover, .iconGMobile a:hover {
        color: var(--maxBlueGreen);
    }
    #searchBarMobile {
        margin-bottom:20px;
    }

    #searchBarIcon {display:none;}
    a.burgerIcon {
        display: flex;
        color:#fff;
        font-size:32px;
        padding:20px;
        color: var(--oxfordBlue);
        text-decoration:none;
        padding-right:0;
    }
    #burgerIconClick i {
        color: var(--oxfordBlue);
        text-decoration:none;
    }

    .topBar {
    }

    .topBar img {
       width: :100%;

    }
    .topnav {
        flex-direction:column;
        align-items:center;
        padding:0px 20px;
    }
    .topnav.responsive {position: relative;}
    a.burgerIcon {
        align-self:center;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: center;
    }

}//end max-width 1200px






 
  .accordion {
  background-color: var(--platinum);
  color: #333;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-bottom: 10px;
  border: none;
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.active, .accordion:hover,
button:focus {
  background-color: var(--beauBlue);
  background: var(--beauBlue);
  border: none;
  color:#333;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
  transition:  opacity 1s linear;


}
.boxHidden {

  opacity:0;
}

.accordion:after {

  font-family: FontAwesome; 
  content: '\f067'; /* Unicode character for "plus" sign (+) */
  font-size: 15px;
  color: #333;
  float: right;
  margin-left: 5px;
}

button.active:after {
  content: "\f068"; /* Unicode character for "minus" sign (-) */
}




/**** -end-  MENU AND GLOBAL STRUCTURE/STYLES SECTION   ****/

/**** -start-  HOMEPAGE HERO VIDEO SECTION   ****/

.hero-section {
  height: 600px;
  color: #fff;
  display:flex;
  flex-direction:column;
  flex-basis:100%; 
}



.heroRow h1 {
  text-align:center;
  margin-top:10%;
  margin-bottom:2%;
  font-size:3.5rem;
  line-height:1em;
  font-weight: 400 !important;
}



.heroVideo {
  object-fit: cover;
   height: 600px;
  filter: brightness(0.5);
}

.heroRow {
    display: flex;
    flex: 1 0 100%;
flex-direction: column;
position:absolute;
align-self:center;
margin-top:10vh;
padding:0px 20px;
}



.breathe-easy-section {
  padding: 1rem 0 4rem 0;
}


/**** -end-  HOMEPAGE HERO VIDEO SECTION   ****/

/**** -start-  HOMEPAGE 3-BUTTON SECTION   ****/

/**** -end-  HOMEPAGE 3-BUTTON SECTION   ****/


/**** -start-  HOMEPAGE VIDEO SECTION   ****/
.home-video-section {
  width: 100%;
  background-color: var(--beauBlue);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 0px 85px 0px;
}

.hvsTwoCol {
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
}
.hvsTwoCol figcaption {
  text-align: left;
  margin: 30px;
}
.hvsOneCol {
  display: grid;
  grid-template-columns: 1fr 7fr;
  margin-top: -65px;
}

.hvsOneCol img {
  height: 90%;
}

.hvsOneCol h2 {
  margin: 70px 0px 0px 0px;
}

div#videoText figcaption, div#videoText blockquote {
  text-align:left;
}

/**** -end-  HOMEPAGE VIDEO SECTION   ****/

/**** -start-  HOMEPAGE CTA SECTION   ****/
.home-cta-section {
  width: 100%;
  background-color: var(--oxfordBlue);
  padding: 50px 0px;
  display: grid;
  justify-content: center;
}

.home-cta-section > div {
  display: grid;
  grid-template-columns: 7fr 1fr;
  max-width: 1200px;
  justify-content: center;
  align-items: center;
}

.home-cta-section div h2 {
  color: #fff;
}

.whtBtn {
  background-color: var(--beauBlue);
  border-radius: 50px;
  padding: 10px 30px;
  color: var(--oxfordBlue);
  text-align: center;
  text-decoration: none;
  transition:.3s ease-in-out;
  display: block;
  float:right;
}

.whtBtn:hover {
  background-color: var(--platinum);
  transform: scale(1.2);
}
/**** -end-  HOMEPAGE CTA SECTION   ****/

/**** -start-  Risk Management SECTION   ****/
.rm-hero-section { 
    background-image: url("/wp-content/uploads/2022/09/home-bg-test.png"); 
    min-height:500px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    text-align:center;
  }

.rm-hero-section::after {
 content: "";
  position: absolute;
  background-color: rgba(18, 69, 221, 0.3);
   top: 0;
 left: 0;
  width: 100%;
  height: 500px;
}


.rm-hero-section {
 z-index:777;
 position:absolute;

}


  .rm-cards {
    margin-top: 125px !important;
  }
/**** -end-  Risk Management  SECTION   ****/

/**** -start-  Who We Serve Hero SECTION   ****/
.wws-hero-section { 
    background-color:var(--oxfordBlue); 
    min-height:500px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    text-align:center;
  }
  .wws-hero-section h1 { 
    color:var(--platinum);
  }
  .centered {
  }

  div.wws-hero-section > .centered { 
    margin:0 auto;
  }
  
  div.wws-hero-section .card {
    color:var(--oxfordBlue);
  }



  div.bgImgBox {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-blend-mode: darken;
    filter:hue-rotate(90);
    display: flex;
    border:none;
    flex-direction: column-reverse;
    justify-content: end;
    padding: 0px !important;
    min-height: 18rem;
  }

  div.bgImgBox h4 {
    background-color: rgba(23, 37, 59, 0.7);
    color: #fff;
    font-size: 1.2rem;
    padding: .5rem 0;
    -- transition: padding 0.5s .8 ease-in,
    --             opacity 0.5s .8 ease-in,
    --              all 0.5s  ease-in ;
  }



  div.bgImgBox:hover > h4 {
    height: 0px;
    opacity: 0;
    padding: 0px;
    /* display: none; */
    --  animation-name: shrinkH;
    -- animation-duration: 0.5s;
  }

  a.wwsHeroBox {
    text-decoration: none;
    color: #fff;
    display: flex;
    justify-content:center;
    align-items:center;
    font-size: 1.8rem;
    opacity: 0;
    -- transition: width 0.5s ease-in,
    --             background-color 0.5s ease-in,
    --             opacity 0.5s ease-in,
    --             height 0.5s ease-in;
  }

  div.bgImgBox:hover > a.wwsHeroBox {
    /* padding: 10px 5px; */
    /* margin: -150px 20px 100px 20px; */
    background-color: rgba(23, 37, 59, 0.7);
    width: 100%;
    height: 100%;
    opacity: 1;
    animation-name: growA;
    animation-duration: 0.5s;
  }

  .pageHeaderWrapper {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
  }

/**** -end-  Who We Serve Hero SECTION   ****/

/**** -start-  Flexbox Rows and Columns Global   ****/
  section {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
  }

  .cards {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin: 0 !important;
  }

  .card {
    flex: 0 1 calc(33% - 1em);
    border:1px solid #555;
    box-shadow: 2px -1px 4px 2px rgba(0,0,0, 0.5);
    padding:30px 25px 75px 25px;
    text-align:center;
    margin-bottom:30px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  }
  
  .rm-cards .card:hover {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  animation-name: example;
  animation-duration: 0.25s;
  border-radius:10px;
  border-left: 8px solid var(--oxfordBlue);
  border-right: 8px solid var(--oxfordBlue);
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  cursor:default;
  }

  .middleCard {
    margin-top:-40px;
    margin-bottom:40px;
    background-color: var(--oxfordBlue);
    color:#fff;
    border: 1px solid white;
  }

.middleCard:hover {
  border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  animation-name: example;
  animation-duration: 0.25s;
  border-left: 8px solid white !important;
  border-right: 8px solid white !important;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  cursor:default;
  }
  .cols {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    padding:0px 0px 85px 0px;
    background-color: var(--beauBlue);
  }
  .col {

    flex: 1 1 49%;
    max-width:600px;
    text-align:left;
    color:#fff;
    background-color: var(--beauBlue);
    margin-bottom:30px;
  }

  /* Use this to setup container for each */
  .container {
    max-width: 1300px;
    margin: 0 auto;
  }

  #breatheWrapper {
    position: relative;
  }

  #breatheWrapper:after {
    background: url(/wp-content/uploads/2022/11/wave.svg);
    background-repeat:no-repeat;   
    content:"";
    position: absolute;
    top:-5vh;
    right: -18vw;
    width: 1000px;
    height: 1000px;
    z-index: -2;
    opacity: .6;
  }

  .breathePPP {
      padding:85px 0px 135px 0px;
  }
  .vRow {
    background-color: var(--beauBlue);
    padding:30px;
  }
  .vRowCols {
    max-width:1200px;
    margin:0 auto;
  }

  .bEasy {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    width:100%;
    background-color: var(--beauBlue);
    justify-content:center;
    padding:0px 30px;
  }
  .quote-orange {
      height:30%;
  }
  
  #testimonialWrapper {
      display:flex;
      justify-content:start;
      flex: 1 auto;
      max-width:1300px;
  }
  .qtLine {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:start;
    margin-top: -5em;
  }
  .qtLine img {
      height:10em;
  }
  .qtLine2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 15px 0px 30px 30px;
  }

  .qtLine2 h2 {
  }
  .ctaWrapper {
    background-color: var(--oxfordBlue);
    padding:0px 30px;
  }

  .ctaCentered {
    max-width: 1200px;
    margin:0 auto;
    padding:50px 0px;
    display: block;
  }


  .ctaCentered h3 {
      color:#fff;
      display: inline-block;
  }

/*
.rightCTA h4 {
  line-height: 4em;
}
*/

.contact-hero-section { 
    background-size:cover;
    background-color:#fff;
    min-height:300px;
    display:flex;
    padding-top:50px;
    flex-direction:column;
    justify-content:center;
    text-align:center;
    position:relative;
  }

  .contact-hero-section .gform_body {
    text-align: left;
  }


.contact-hero-section::after { 
    content:"";

}

.contact-hero-section .gform_title {
  text-align: left;
  color: var(--oxfordBlue);
  padding-bottom: 1rem;
}

#contactHeader {
    background: url(/wp-content/uploads/2022/12/contcBG.jpg);
    width: 100%;
    min-height: 692px;
    top: 0px;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

#addressContainer {
    flex-direction:row;
    max-width:1300px;
    flex:1 1 auto;
    flex-wrap:wrap;
    padding:0px 30px;
    z-index:777;
}

#addressContainer a {
        color: var(--maxBlueGreen);

}


#addressContainer div {
    display:flex;
    flex-direction:column;
    background-color:#041442;
        flex:1 0 31%;
        padding:35px 0px 40px 0px;
        justify-content:start;
        margin:10px;
}

#addressContainer h1   {
    color:#17253b;
    font-size: 4rem !important;
    font-weight: 900;
}
#addressContainer p,  #addressContainer h4 {
    margin:0;
    line-height:2.2em;
}

.cardForm {
    max-width:1300px;
    box-shadow:1px -1px 15px rgba(0,0,0, 0.3);
    padding: 0px;
    background-color:#fff;
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    margin-top:40px;
}

.gform-body {
   width:70%; 
   padding:30px;
}

.gform-body h2.gform_title {
  font-style: italic;
  padding-bottom: 2rem;
}

.gform-body input[type=text], .gform-body textarea {
  border:             1px solid #DDDDDD;
  margin:             5px 1px 3px 0px;
  outline:            none;
  padding:            15px 0px 15px 3px;
  -webkit-transition: all 0.30s ease-in-out;
     -moz-transition: all 0.30s ease-in-out;
      -ms-transition: all 0.30s ease-in-out;
       -o-transition: all 0.30s ease-in-out;
}

.gform-body input[type=text]:focus, textarea:focus {
  border:             1px solid rgb(6, 201, 255);
  box-shadow:         0 0 5px rgb(6, 201, 255);
  margin:             5px 1px 3px 0px;
  padding:            15px 0px 15px 3px;
}

.gform-body .gform_heading {
  position: relative;
}

.gform-body .gform_heading:after {
  content: "\f003";
  font-family: "FontAwesome";
  color: rgba(0, 0, 0, 0.2);
  font-style: normal !important;
  font-size: 7rem;
  position: absolute !important;
  top: -63px;
  right: 2px;
}



.msgBox {

}

#input_1_4 { 
  height:150px;
}


#rightForm {

   padding:50px 50px 20px 50px;
    text-align:left;
    background-color: var(--oxfordBlue);
    color:#fff;
    width:30%;
}

#rightForm h4 {
  margin-bottom: 3rem;
}


#rightForm .fa.fa-map-marker {
  font-size: 2rem;
}

#rightForm .fa.fa-phone {
  font-size: 1.8rem;
}

#rightForm .fa.fa-envelope-open {
  font-size: 1.4rem;
}

#rightForm .contact-right-row.map {
  display: flex;
  gap: 10px;
  margin-bottom: 2.5rem;
}

#rightForm .contact-right-row.phone {
  display: flex;
  gap: 8px;
  margin-bottom: 2.5rem;
}

#rightForm .contact-right-row.mail {
  display: flex;
  gap: 10px;
  margin-bottom: 2.5rem;
}

#rightForm .contact-right-row a {
  color: inherit;
  text-decoration: none;
  transition: .3s ease;
}

#rightForm .contact-right-row a:hover {
  text-decoration: underline;
}


.gform_heading {
text-align:center;
}

#make-payment-button {
	text-decoration:none;
	color:#000;
	font-weight:600;
  float:right;
  font-size: 1.1rem;
  text-decoration: underline;
}

#applications-button {
  text-align: center;
  float:right;
  color: #000;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: underline;

}



#gform_submit_button_1 {
    border-radius:40px;
    width:80%;
    margin: 0 auto;
    padding:20px;
            background-color: var(--oxfordBlue);
}


#gform_submit_button_1:hover {
  background-color: var(--moonBlue);
  transition: .1s ease-in-out;
  transform: scale(1.1);
}

/**** -end-  Flexbox Rows and Columns Global   ****/


#label_1_5_1 {
  margin-left: 10px;
}

.entry-content {
	max-width:1100px;
	margin:0 auto;
}
hr.wp-block-separator {
  color: var(--moonBlue) !important;
  max-width:250px !important;
  border-bottom: 5px solid currentColor !important;
  margin-bottom:2em;
}



/* Removed from Customizer below
---------------------------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

html,
body,
* {
  font-family: "Proxima-nova", sans-serif;
}

.search .content-sidebar-wrap .entry-content {
  display: flex;
  flex-direction: column;
}

.content-sidebar-wrap .entry-title a:hover {
  color: var(--moonBlue);
}

#asl-storelocator.asl-cont.asl-template-list
  .select7-container--default
  .select7-selection--single
  .select7-selection__arrow {
  display: block !important;
}

#asl-storelocator.asl-cont.asl-template-list
  .select7-container--default
  .select7-selection--single
  .select7-selection__arrow
  b {
  display: none;
}

.select-wrapper {
  position: relative;
  padding-left: 15px;
}

.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select-wrapper::after {
  position: relative;
  top: 20px;
  right: 20px;
  width: 13px;
  height: 13px;
  font-size: 13px;
  line-height: 1;
  font-family: FontAwesome;
  content: "\f078";
  color: #495057;
}

a.burgerIcon:hover {
  text-decoration: none;
}

#container-async .select-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}

#container-async select#state {
  max-width: 557px;
  border: 1px solid black !important;
  padding: 19px 15px;
  font-size: 1.1rem;
  line-height: 16px;
}

select {
  font-family: "Proxima-nova", sans-serif !important;
}

.site-container {
  overflow: hidden;
}

.page-id-281 .site-container {
  overflow: visible;
}

#asl-storelocator.asl-cont.asl-template-list
  .select7-container--default
  .select7-selection--single
  .select7-selection__arrow {
  height: 26px;
  position: absolute;
  top: 20px !important;
  right: 20px !important;
  width: 20px;
}

#asl-storelocator.asl-cont.asl-template-list
  .select7-container
  .select7-selection--single
  .select7-selection__rendered {
  font-size: 16px;
  color: #495057;
  padding: 0 12px;
  width: 100% !important;
  display: flex;
  height: 56px !important;
  align-items: center;
  line-height: 43px;
  font-family: inherit !important;
  display: flex !important;
}
.page-id-281
  #asl-storelocator.asl-cont.asl-template-list
  .select7-container--default
  .select7-results__option--highlighted.select7-results__option--selectable,
.page-id-281
  #asl-storelocator.asl-cont.asl-template-list
  .select7-container--default
  .select7-results__option--selected {
  background-color: #e0e0e6;
  color: #000;
}
.page-id-281
  #asl-storelocator.asl-cont.asl-template-list
  .select7-results__option {
  border: none;
}

.page-id-281
  #asl-storelocator.asl-cont.asl-template-list
  .select7-container
  .select7-selection--single
  .select7-selection__rendered,
.page-id-281
  #asl-storelocator.asl-cont.asl-template-list
  .select7-results__option {
  font-family: "Proxima-nova", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: #000;
}

.download-row {
  max-width: 100% !important;
}

span.img-row {
  text-align: right;
}

.card.bgImgBox:hover h4 {
  display: unset !important;
  opacity: 0;
  margin: 0;
}

body {
  overflow-x: hidden !important;
}

.page-id-210043 h2.gform_title,
.page-id-210043 .gform_description {
  display: none;
}

.gform-body {
  width: 100%;
}

.blog .entry-image-link img {
}
.page-id-95 .content-sidebar-wrap {
  display: none;
}

#asl-storelocator.asl-cont.asl-template-list .preferred-label {
  font-size: 1rem !important;
  text-align: center;
}

#asl-storelocator.asl-cont.asl-template-list .preferred-label a {
  color: inherit;
  margin-top: 0.25rem;
  text-decoration: underline;
  font-size: 0.9rem;
}

.select7-selection__rendered {
  text-align: left;
}

.select7-selection__placeholder {
  font-size: 1.1rem !important;
}

div.bgImgBox {
  background-size: cover !important;
}
.home .content-sidebar-wrap {
  display: none !important;
}

.ppp-menu .menu-item a {
  font-size: 1.1rem;
}

.heroRow h1 {
  max-width: 900px;
}

.topnav {
  padding: 0;
}
.cardForm {
  justify-content: space-between;
  padding: 0rem 0 0 1rem;
  margin-bottom: 4rem;
}

.cardForm .gform-body {
  width: 100%;
}

#leftForm {
  padding-top: 1rem;
}

.ppp-menu {
  align-items: center;
}

#menu-main-menu {
  margin: 0;
}

#breatheWrapper ul li {
  margin-left: 1rem;
  margin-bottom: 0.3rem;
  list-style: inside;
}
#asl-storelocator.asl-cont ul li {
  list-style-type: none;
}

#asl-storelocator.asl-cont .aslitem-title {
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 0.5rem;
}

#asl-storelocator.asl-cont .link-agent a {
  font-size: 1.1rem;
}

#asl-storelocator .addr-loc .contact-name a {
  font-size: 1.1rem;
  font-weight: bold;
}

#asl-storelocator .addr-loc .contact-name a:hover {
  text-decoration: underline;
}

#asl-storelocator li.sl-item {
  position: relative;
}

#asl-storelocator .preferred-label {
  position: absolute;
  top: -30px;
  right: 0px;
  background-color: var(--beauBlue);
  padding: 1rem 1.5rem;
  border-radius: 50px;
  color: var(--oxfordBlue);
  font-size: 0.9rem !important;
}

#asl-storelocator .asl-item-box h2 {
  margin-top: 1rem;
}

#asl-storelocator .sl-item {
  margin-bottom: 3rem !important;
}

.bg-beauBlue {
  background-color: var(--beauBlue);
}

.page-id-290 ul.pagination {
  display: none;
}

#asl-storelocator .select7-selection__placeholder::after {
  content: none;
}

#genesis-content #asl-panel a.asl-search-btn {
  display: none !important;
}

#genesis-content #asl-panel .asl-title {
  color: inherit;
}

.asl-title {
  margin-left: 0 !important;
}

#genesis-content #asl-panel .asl-title {
  font-size: 1.2rem !important;
}

#asl-storelocator.asl-cont.asl-template-list
  .asl-search-cont
  .asl-search-inner
  .asl-search-group
  .form-group.asl-cat-filed {
  width: 100% !important;
}

#asl-storelocator.asl-cont.asl-template-list
  .asl-search-cont
  .asl-search-inner
  .asl-search-group {
  justify-content: center;
}

#asl-storelocator.asl-cont.asl-template-list
  .asl-search-cont
  .asl-search-inner
  .asl-search-group
  .form-group.asl-cat-filed {
  width: 40%;
  flex: unset !important;
}

#asl-storelocator.asl-cont h2 {
  margin-bottom: 1rem;
}

#asl-storelocator .contact-name {
  font-size: 1.3rem !important;
  margin-bottom: 1.2rem;
}

#asl-storelocator .address-span {
  font-size: 1rem !important;
  margin-bottom: 1rem;
}

#asl-storelocator .phone-agent,
#asl-storelocator .fax-agent,
#asl-storelocator .tollfree-agent,
#asl-storelocator .email-agent {
  display: flex;
  gap: 5px;
  margin-bottom: 0.4rem;
}

#asl-storelocator .phone-agent span,
#asl-storelocator .phone-agent a {
  font-size: 1rem;
}

#asl-storelocator .fax-agent span,
#asl-storelocator .fax-agent a {
  font-size: 1rem;
}
#asl-storelocator .tollfree-agent span,
#asl-storelocator .tollfree-agent a {
  font-size: 1rem;
}
#asl-storelocator .email-agent span,
#asl-storelocator .email-agent a {
  font-size: 1rem;
}
#asl-storelocator .email-agent > .agent-email {
  word-break: break-all;
}

#asl-storelocator.asl-cont h2 a {
  margin: 0 0 0 0;
}

#asl-storelocator button.select7-selection__clear {
  display: none;
}

#asl-storelocator .addr-loc .referral-link {
  color: inherit;
  text-decoration: underline;
}

#asl-storelocator .addr-loc a {
  color: inherit;
}

.bottom-footer-wrapper {
  background-color: var(--oxfordBlue);
  padding: 1.5rem 0;
}

.bottom-footer-wrapper a {
  color: #fff;
}

.footer-wrapper li.first {
  font-size: 1.4rem;
  color: var(--maxBlueGreen);
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 1rem;
}

.footer-wrapper a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-wrapper a.footer-ctaBtn {
  color: var(--maxBlueGreen);
  border: 2px solid var(--maxBlueGreen);
  border-radius: 50px;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 0.75rem 2rem;
  font-weight: 600;
}

.footer-wrapper .row li {
  margin-bottom: 0.75rem;
}

.footer-inner {
  max-width: 1200px;
  margin: 80px auto 0px auto;
  display: flex;
  padding: 50px 0px;
  border-top: 1px solid white;
  justify-content: space-evenly;
}

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

.left-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.left-footer img {
  width: 300px;
  margin: 20px 0px 0px 0px;
}

#footerSocialIcons {
  font-size: 21px;
}

#copyR {
  margin: 0px 0px 0px 0px;
  color: #fff;
  font-size: 0.9rem;
}

.right-footer div {
  margin: 20px 0px 0px 0px;
}

.right-footer-top {
  font-size: 110%;
}

.right-footer-top a {
  font-weight: 600;
}

.footer-wrapper {
  background-color: var(--moonBlue);
}

.footer-wrapper a {
  color: #fff;
}

.footer-wrapper {
  padding: 4rem 0 4rem 1rem;
}

.footer-wrapper .right-footer-bottom {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 600px;
}

.footer-wrapper .container {
  max-width: 1200px;
}

.footer-wrapper img {
  max-width: 290px;
}

.footer-wrapper li a {
  font-size: 1.1rem;
}

.footer-wrapper #copyR {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.4rem;
}

#footerSocialIcons {
  display: flex;
  justify-content: flex-end;
}

#footerSocialIcons a {
  color: #fff;
  background-color: var(--redSalsa);
  border-radius: 20px;
  margin-right: 15px;
  width: 36px;
  height: 36px;
  text-align: center;
}

.findAgentBtn a {
  background-color: var(--beauBlue);
  border-radius: 50px;
  padding: 5px 30px;
  color: var(--oxfordBlue) !important;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease;
  position: relative;
}

.findAgentBtn a:hover {
  transform: scale(1.1);
}

.endorsement-list {
  column-count: 2;
}

.endorsement-list a {
  font-weight: bold;
  font-size: 1.1rem;
}

.endorsement-list li {
  margin-bottom: 0.3rem;
}

.bbins-container {
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}

.bbins-container ul {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.bbins-container ul li a {
  font-size: 0.85rem;
}

a {
  color: var(--moonBlue);
  transition: 0.3s ease;
}

a:hover {
  text-decoration: underline;
  color: var(--oxfordBlue);
}

.entry strong a{
  font-weight: bold;
}


.landing-hero ~ .post-body .entry-content {
  padding-top: 0 !important;
}

input[type="text"]:focus,
textarea:focus {
  border: 1px solid rgb(6, 201, 255);
  box-shadow: 0 0 5px rgb(6, 201, 255);
  margin: 5px 1px 3px 0px;
  padding: 15px 0px 15px 3px;
}
.row.readMore-row {
  display: none;
}

.search header.entry-header {
  display: block;
}

#addressContainer h1 {
  color: #fff !important;
}

#contactHeader {
  background-image: url("/wp-content/uploads/2023/04/contact-bg.jpg") !important;
  position: relative;
  background-repeat: no-repeat !important;
}

#contactHeader:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}

.cardForm {
  position: relative;
}

#agent-login-button {
  text-align: center;
  float: right;
  color: #000;
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: underline;
}

#wws-hero div.bgImgBox {
  background-size: cover !important;
  background-position: 50% 50%;
}

#wws-hero h1 {
  margin: 0;
}

#wws-hero .pageHeaderWrapper {
  padding: 60px 0;
}

#wws-hero section {
  padding: 0;
}

.ppp-menu .menu-item a {
  text-align: center;
}

.card.bgImgBox {
  background-position: 50% 50%;
}

.landing-body .entry-content {
  padding-top: 1rem !important;
}

.landing-body p a {
  background-color: var(--beauBlue);
  color: var(--oxfordBlue);
  font-weight: 500;
  font-size: 22px;
  border-radius: 50px;
  padding: 5px 30px;
  text-decoration: none;
  transition: 0.3s ease;
  cursor: pointer;
  max-width: 500px;
}

.landing-body p a:hover {
  transform: scale(1.04) !important;
}

.content-sidebar-wrap {
  display: flex;
  margin: 30px auto;
  max-width: 1140px;
  gap: 15px;
}
.blog article header.entry-header {
  display: block !important;
}

.blog main.content {
  display: flex;
  flex-wrap: wrap;
}

.blog h2 {
  font-size: 1.6rem;
}

.blog .entry-meta {
  display: none;
}

.blog .entry-content {
  padding: 1rem 0 1rem 0 !important;
  display: flex;
  flex-direction: column;
}

.blog .content-sidebar-wrap {
  display: flex;
  margin: 0 auto;
  max-width: 1140px;
  padding: 60px 0;
  gap: 15px;
}

.blog article {
  padding: 0 1rem;
}

.article_title a {
  font-size: 1.1rem;
}

.article_list {
  column-count: 2;
}

.article_main_title h2,
.qa_main_title h2 {
  position: relative;
}

.article_main_title h2:before,
.qa_main_title h2:before {
  position: absolute;
  content: "";
  color: var(--moonBlue);
  width: 5px;
  height: 40px;
  top: 0;
  left: -15px;
  background: var(--redSalsa);
}

.download-row {
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 1rem;
  background-color: #eae7e5;
  align-items: center;
  margin: 1rem auto 0 auto;
  max-width: 90%;
}
.entry-content {
  max-width: 1200px;
  margin: 0 auto;
}
.content {
  width: 100%;
}
.download-row a {
  color: #555;
  font-weight: 600;
  text-decoration: none;
  padding: 7px;
}
.download-img {
  width: 26px;
  height: 26px;
  max-width: none;
  margin: 7px 0;
}

header,
footer {
  display: none;
}

.single-post article.entry-header {
  display: none;
}

.single-post article {
  margin-top: -60px;
}

.landing-hero {
  position: relative;
  min-height: 20vh;
  background: center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.landing-hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 37, 59, 0.8);
}

.landing-hero h1 {
  color: #fff;
  position: relative;
}
#quoteModal .modal-content {
  background: var(--beauBlue);
}

#quoteModal .modal-header h5 {
  margin-left: 0.8rem;
}

#quoteModal select.large.gfield_select {
  padding: 10px;
  border: 1px solid var(--moonBlue);
}

#quoteModal .gform_wrapper.gravity-theme .gfield input.large {
  border: 1px solid var(--moonBlue);
}

#quoteModal .modal-header {
  border-bottom: none;
}

#quoteModal .gform_heading {
  display: none;
}

#quoteModal .gform_button.button {
  border-radius: 40px;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background-color: var(--oxfordBlue);
  transition: 0.3s ease;
  color: #fff;
}

.association-logos {
  position: relative;
}

.association-logos:after {
  background: url('/wp-content/uploads/2022/11/wave.svg');
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: -5vh;
  right: -18vw;
  width: 1000px;
  height: 1000px;
  z-index: -2;
  opacity: 0.6;
}

#quoteModal .gform_button.button:hover {
  transform: scale(1.025);
  background-color: var(--moonBlue);
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99999 !important;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: var(--redSalsa);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

#wws-hero {
  background-color: var(--moonBlue);
}

.card.bgImgBox a {
  text-decoration: inherit;
  font-weight: bold;
  font-size: 2.1rem;
}

.card.bgImgBox a:hover {
  color: #fff;
  background-color: rgba(255, 89, 93, 0.9) !important;
}

.card.bgImgBox:hover h4 {
  display: none;
}

a.primary-button,
a.secondary-button {
  font-weight: 500;
  font-size: 22px;
  border-radius: 50px;
  padding: 5px 30px;
  text-decoration: none;
  transition: 0.3s ease;
  cursor: pointer;
  text-align: center;
  max-width: 500px;
}

a.primary-button {
  background-color: var(--beauBlue);
  color: var(--oxfordBlue);
}

a.secondary-button {
  background-color: none;
  color: var(--oxfordBlue);
  border: 1px solid var(--oxfordBlue);
}

a.primary-button:hover,
a.secondary-button:hover,
.wp-block-button > .wp-block-button__link.wp-element-button:hover {
  transform: scale(1.04);
}

.button-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#asl-storelocator .web-btn.threeColBtn {
  transition: 0.3s ease;
}

section {
  padding: 60px 0;
}

hr.title-separator {
  margin: 1.65em auto;
  color: var(--moonBlue);
  max-width: 250px;
  border-bottom: 5px solid var(--moonBlue);
}

ul.nav.nav-pills {
  justify-content: space-between;
}

button.active:after {
  content: none;
}

.nav-pills button.nav-link.active {
  background-color: var(--moonBlue) !important;
  color: #fff;
  border-radius: 0;
  font-size: 1.5rem;
}

.nav-pills {
  background: #e3e3e3;
}

.nav-pills .nav-link.active {
  color: #fff;
  background: var(--moonBlue);
  transition: 0.3s ease;
  border-radius: 0;
}

.nav-pills .nav-link {
  font-size: 1.5rem;
  color: #000;
}

.nav-pills .nav-link:not(.active):hover {
  color: var(--moonBlue);
  background: #dcdcdc;
}

.featurette-divider {
  margin: 5rem 0;
}

.learn-more-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-wrap: wrap;
}

a.learn-more-link {
  color: var(--moonBlue);
  font-size: 1.3rem;
  font-weight: bold;
}

a.learn-more-link:hover {
  text-decoration: underline;
}

a.learn-more-link:after {
  display: inline-block;
  padding-left: 8px;
  position: relative;
  top: 2px;
  font-size: 1.2rem;
  content: "\f061";
  font-family: "FontAwesome";
  color: var(--moonBlue);
  transition: transform 0.3s ease-out;
}

a.learn-more-link:hover:after {
  transform: translateX(4px);
}

ul.features {
  list-style-type: none !important;
  background: transparent;
  margin-left: 15px;
}

ul.features li {
  line-height: 1.3;
  margin-bottom: 1.1rem;
  position: relative;
  margin-left: 1.5rem;
  background: transparent;
  color: #000;
  list-style-type: none !important;
}

ul.features li:before {
  content: "\f00c";
  color: var(--moonBlue);
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: -2rem;
  font-size: 1.5rem;
}

ul.features.second-level li:before {
  content: "\f111" !important;
  font-size: 0.8rem;
}

h3.small-header {
  font-weight: bold;
  font-size: 1.45rem;
}

.class-disclaimer {
  font-size: 0.9rem;
  font-style: italic;
  margin-top: 1rem;
}

ul.second-level {
  margin-left: 1.8rem;
  margin-top: 1rem;
}

.card {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #d2d2dc;
  border-radius: 0;
}

.card .card-title {
  color: #000000;
  margin-bottom: 0.625rem;
  text-transform: capitalize;
  font-size: 0.875rem;
  font-weight: 500;
}

.card .card-description {
  margin-bottom: 0.875rem;
  font-weight: 400;
  color: #76838f;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card {
  margin-bottom: 0.75rem;
  box-shadow: 0px 1px 15px 1px rgba(230, 234, 236, 0.35);
  border-radius: 0.25rem;
  border: none;
  padding: 0.5rem 0.5rem;
}

.accordion .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0.35rem;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.accordion .card .card-header * {
  font-weight: 400;
  font-size: 1rem;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.accordion .card .card-header a {
  display: block;
  color: inherit;
  text-decoration: none;
  font-size: 1.2rem;
  position: relative;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  padding-right: 1.5rem;
  text-align: left;
}

.accordion .card .card-header * {
  font-weight: 400;
  font-size: 1rem;
}

.accordion .card .card-header a[aria-expanded="false"]:before {
  content: "\f067";
}

.accordion .card .card-header a[aria-expanded="true"]:before {
  content: "\f068";
}

.accordion .card .card-header a:before {
  position: absolute;
  right: 7px;
  top: 0;
  font-size: 18px;
  display: block;
  font-family: FontAwesome;

  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-size: 0.756em;
  color: var(--redSalsa);
}

.accordion:hover {
  background: transparent;
}

.accordion:hover .card {
  border: none !important;
}

.accordion .card {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  margin-bottom: 1.4rem;
}

.accordion:after {
  content: none !important;
}

.col {
  background: transparent;
}

.bios-row img {
  max-width: 225px;
}

.bio-overlay-link {
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bio-overlay-link:hover {
  text-decoration: none;
  color: inherit;
}

.bio-overlay {
  background: rgba(46, 75, 116, 0.9);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.bio-overlay-link:hover .bio-overlay {
  opacity: 1;
}

.bio-job-title {
  font-weight: bold;
  font-style: italic;
  max-width: 350px;
  margin: 0 auto;
}

.bio-overlay-link img {
  max-width: 400px;
  margin: 0 auto;
}

.bio-content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  color: #fff;
  font-size: 2.1rem;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.bio-overlay-link:hover .bio-content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.bio-overlay-link:hover .bio-name {
  opacity: 0;
}

.fadeIn-bottom {
  top: 80%;
}

.fadeIn-top {
  top: 20%;
}

.fadeIn-left {
  left: 20%;
}

.fadeIn-right {
  left: 80%;
}

.left-img-blue {
  background: url("/wp-content/uploads/2023/04/financial-strength-1100w.jpeg")
    center center no-repeat;
  background-size: cover;
  min-height: 450px;
  background-position: 50% 50%;
}

.moonBlue-bg {
  background-color: #2e4b74;
}

.moonBlue-bg p,
.moonBlue-bg h3 {
  color: #fff;
}

.right-container {
  max-width: 550px;
}

.right-container h3 {
  font-size: 2.3rem;
}

a.redSalsaBtn {
  background: var(--redSalsa);
  color: white;
  font-size: 25px;
  transition: 0.3s ease !important;
  padding: 5px 30px;
  border-radius: 50px;
}

a.redSalsaBtn:hover {
  background: #f64449;
  text-decoration: none;
}

.readMore-row {
  margin-top: -20px;
}

.modal-header h5 {
  font-size: 1.8rem;
}

.modal-footer button {
  background: var(--redSalsa);
  border: none;
  border-radius: 50px;
  padding: 5px 30px;
  transition: 0.3s ease;
}

.modal-footer button:hover {
  background: #f64449;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 10));
  }
}
.slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 4500px;
}
.slider::before,
.slider::after {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  animation: scroll 30s linear infinite;
  display: flex;
  width: calc(250px * 18);
}
.slider .slide {
  height: 100px;
  width: 250px;
}
.vRowCols {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  align-items: center;
}

.vRow {
  padding: 80px 0;
  position: relative;
}

.vRow:before {
  content: "\f10d";
  position: absolute;
  top: -70px;
  left: 25px;
  font-family: FontAwesome;
  color: #fff;
  background: var(--redSalsa);
  border-radius: 50%;
  padding: 2rem;
  font-size: 4rem;
  width: 150px;
  height: 150px;
  text-align: center;
  line-height: 1.2;
}

.videoText figure p {
  line-height: 2;
  font-size: 1.2rem;
}

.videoText figcaption {
  font-size: 1.2rem;
}

.one-half.first {
  flex: 1 1 0;
}

#documents-cta-header {
  min-height: 350px;
}

.et_pb_text_1 h2 {
  font-family: "Proxima Nova", Arial, serif;
  font-size: 37px;
  line-height: 1.3em;
  text-align: center;
}

.et_pb_divider_0:before {
  border-top-color: #7a939c !important;
  border-top-width: 5px !important;
}

.et_pb_divider:before {
  content: "";
  width: 100%;
  height: 1px;
  border-top-color: #eee;
  border-top-color: rgba(0, 0, 0, 0.1);
  border-top-width: 1px;
  border-top-style: solid;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.et_pb_divider_0.et_pb_module {
  margin-left: auto !important;
  margin-right: auto !important;
}

.et_pb_divider_0 {
  margin-bottom: 10px !important;
  max-width: 250px;
}

.et_pb_divider {
  margin: 0 0 30px;
  position: relative;
}

.et_pb_space {
  box-sizing: content-box;
  height: 23px;
}

.alex-line {
  font-size: 16px;
  line-height: 1.8em;
  text-align: left;
  word-wrap: break-word;
  padding-bottom: 1rem;
}


.footer-wrapper ul li > #ot-sdk-btn{
	font-weight: 500;
	font-size: 1.1rem;
	line-height: 1.5;
	padding: 0;
}
.footer-wrapper ul li > #ot-sdk-btn:hover{
	color: #fff !important;
	text-decoration: underline;
	opacity: 1;
}
#onetrust-consent-sdk #onetrust-banner-sdk *:focus, #onetrust-consent-sdk #onetrust-banner-sdk:focus{
	outline-color: #0e2d52 !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk{
	border-color: #0e2d52;
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn),
#onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container
button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn), #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn
,#onetrust-consent-sdk .ot-sdk-container #onetrust-accept-btn-handler,
#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-container #onetrust-reject-all-handler{
	background-color: #0e2d52;
	border-color: #0e2d52;
	border-radius: 0;
}
#onetrust-consent-sdk .ot-sdk-container  #onetrust-pc-btn-handler,
#onetrust-consent-sdk .ot-sdk-container  #onetrust-pc-btn-handler.cookie-setting-link {
	color: #0e2d52;
	border-color: #0e2d52;
	border-radius: 0;
}
#onetrust-consent-sdk #onetrust-pc-sdk h3, #onetrust-consent-sdk #onetrust-pc-sdk h4, #onetrust-consent-sdk #onetrust-pc-sdk h5, #onetrust-consent-sdk #onetrust-pc-sdk h6, #onetrust-consent-sdk #onetrust-pc-sdk p, #onetrust-consent-sdk #onetrust-pc-sdk #ot-ven-lst .ot-ven-opts p, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title, #onetrust-consent-sdk #onetrust-pc-sdk .ot-li-title, #onetrust-consent-sdk #onetrust-pc-sdk .ot-sel-all-hdr span, #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info, #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #modal-header, #onetrust-consent-sdk #onetrust-pc-sdk .ot-checkbox label span, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-sel-blk p, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-lst-title h3, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst .back-btn-handler p, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst .ot-ven-name, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-ven-lst .consent-category, #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-inactive-leg-btn, #onetrust-consent-sdk #onetrust-pc-sdk .ot-label-status, #onetrust-consent-sdk #onetrust-pc-sdk .ot-chkbox label span, #onetrust-consent-sdk #onetrust-pc-sdk #clear-filters-handler, #onetrust-consent-sdk #onetrust-pc-sdk .ot-optout-signal,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text{
	color: #212529;
}
#onetrust-banner-sdk .ot-sdk-container #onetrust-accept-btn-handler:hover, #onetrust-banner-sdk .ot-sdk-container #onetrust-reject-all-handler:hover, #onetrust-banner-sdk .ot-sdk-container #onetrust-pc-btn-handler:hover, #onetrust-pc-sdk #ot-pc-content > #accept-recommended-btn-handler:hover, #onetrust-pc-sdk .ot-pc-refuse-all-handler:hover, #onetrust-pc-sdk .save-preference-btn-handler:hover, #onetrust-pc-sdk .onetrust-close-btn-handler:hover{
	background-color: #fff !important;
	border-color: #0e2d52 !important;
	color: #0e2d52 !important;
}

#onetrust-consent-sdk #onetrust-banner-sdk.otFlat{
	z-index: 2147483647;
}


@media (min-width: 1200px) {
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 1199px) {
  #agent-login-button {
    display: none;
  }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (max-width: 991px) {
  #myTopNav {
    top: 72px;
  }
  .findAgentBtn a {
    margin-top: 1rem;
  }
  ul.nav.nav-pills {
    flex-direction: column;
  }
  a#agent-login-button {
    display: none;
  }

  a#make-payment-button-mobile {
    margin-bottom: 3rem;
  }

  #leftForm {
    width: 100%;
  }

  #rightForm {
    width: 100%;
  }

  .cardForm {
    flex-direction: column;
  }
  .vRow:before {
    content: "\f10d";
    position: absolute;
    top: -58px;
    left: 50%;
    font-family: FontAwesome;
    color: #fff;
    background: var(--redSalsa);
    border-radius: 50%;
    padding: 0.8rem;
    font-size: 3rem;
    width: 85px;
    height: 85px;
    text-align: center;
    transform: translateX(-50%);
    line-height: 1.2;
  }
  .row.moonBlue-bg h3 {
    padding: 1rem 0;
  }

  .blog .content-sidebar-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* Small devices (landscape phones, 544px and up) */
@media (max-width: 767px) {
  .three-icon-section {
    max-width: 100% !important;
  }

  .videoText {
    padding: 2rem;
  }

  .endorsement-list {
    column-count: 1;
  }
  .footer-inner {
    max-width: 1200px;
    margin: 80px auto 0px auto;
    display: flex;
    padding: 50px 0px;
    border-top: 1px solid white;
    justify-content: space-evenly;
  }

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

  .left-footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .left-footer img {
    width: 300px;
    margin: 20px 0px 0px 0px;
  }

  .asl-panel-inner.pol-12 {
    padding: 0 !important;
  }

  #asl-storelocator.asl-cont.asl-template-list
    .asl-search-cont
    .asl-search-inner
    .form-group {
    margin-bottom: 4rem !important;
  }

  #asl-storelocator .preferred-label {
    position: absolute;
    top: -64px;
    left: 50%;
    /* right: 0px; */
    background-color: var(--beauBlue);
    padding: 1rem 1.5rem;
    border-radius: 50px;
    color: var(--oxfordBlue);
    font-size: 0.9rem !important;
    max-width: 240px;
    transform: translateX(-50%);
    width: 100%;
  }
  .entry-content {
    padding: 0;
  }

  #asl-storelocator .sli-item {
    padding: 0 !important;
  }

  #copyR {
    margin: 20px 0px 0px 0px;
    color: #fff;
  }

  .right-footer div {
    margin: 20px 0px 0px 0px;
  }

  .right-footer-top {
    font-size: 110%;
  }

  .right-footer-top a {
    font-weight: 600;
  }

  .footer-wrapper {
    background-color: var(--moonBlue);
  }

  .footer-wrapper a {
    color: #fff;
  }

  .footer-wrapper ul li.first {
    margin-top: 2rem;
  }

  .footer-wrapper .right-footer-bottom {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    gap: 5px;
  }

  .bbins-container ul {
    gap: 5px;
    flex-direction: column;
  }

  .centered .cards {
    flex-direction: column;
  }
}

/* Extra small devices (portrait phones, less than 544px) */
@media (max-width: 543px) {
  .page-id-281 .content-sidebar-wrap {
    gap: 0;
    margin: 0;
  }
}

[data-target="#brandonBownmanModal"] img {
	height: 265px;
	width: auto;
}


.fa-twitter::before, .fa-twitter-square::before {
  content: "\1d54f" !important;
}

.home .three-icon-section {
  justify-content: center;
}
.home .heroRightButton.hidden {
	display: none;
}

body.page-template-default.page.page-id-281 a.referral-link {
	display: none !important;
}