/*
 Theme Name:   Redpoint
 Theme URI:    https://515.media
 Description:  A professional WordPress framework based on TwentyNineteen.
 Author:       Eric Black of 515 Media
 Author URI:   https://515.media
 Template:     twentynineteen
 Version:      1.2.0
*/
@import url("./reset.css");
.trans,
a,
a > svg,
.main-menu > li > .sub-wrapper {
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.trans-alt {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.no-underline {
  border-bottom: 0;
}

.site-logo {
  text-align: center;
}

/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* General */
h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.625rem;
}

h3 {
  font-size: 2.25rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.75rem;
}

h6 {
  font-size: 1.5rem;
}

body {
  font-size: 1.25rem;
}

a {
  border-bottom: 0.125rem solid;
  text-decoration: none;
}

a:hover {
  border-bottom-color: transparent;
}

.left,
.alignleft {
  float: left;
  margin-right: 1.25rem;
}

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

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

svg {
  fill: currentColor;
}

nav li {
  display: inline-block;
  margin-right: 1.25rem;
}

nav li.menu-item-has-children {
  margin-right: 0.25rem;
}

nav li:last-child {
  margin-right: 0;
}

.main-menu > li > .sub-wrapper {
  z-index: 2;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  display: block;
}

@media only screen and (min-width: 71.25rem) {
  .main-menu-more {
    display: none;
  }
}

.submenu-expand {
  border: 0;
  outline: 0;
  background: transparent;
}

.submenu-expand svg {
  vertical-align: sub;
}

nav li.menu-item-has-children:hover > .sub-wrapper {
  max-height: 31.25rem;
}

.input-icon {
  left: 1.25rem;
  top: 1.5rem;
  position: absolute;
}

/* Blocks */
.wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wp-block-columns {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.wp-block-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 1em;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

.wp-block-column {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.wp-block-column:nth-child(odd) {
  margin-right: 1.25rem;
}

.wp-block-column:nth-child(even) {
  margin-left: 1.25rem;
}

.wp-block-column:not(:first-child) {
  margin-left: 1.25rem;
}

.wp-block-column:not(:last-child) {
  margin-right: 1.25rem;
}

.wp-block-button.aligncenter {
  text-align: center;
}

.aligncenter {
  text-align: center;
}

.wp-block-mkl-section-block,
.entry-content > section.wp-block-mkl-section-block {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-mkl-section-block.alignfull,
.entry-content > section.wp-block-mkl-section-block.alignfull {
  max-width: 100vw;
}

@media only screen and (max-width: 70.25rem) {
  .left,
  .right,
  .alignleft,
  .alignright,
  .wp-block-image .alignleft,
  .wp-block-image .alignright {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  img {
    max-width: 100%;
  }
  .wp-block-columns {
    display: block;
  }
  .wp-block-column,
  .wp-block-column:not(:last-child),
  .wp-block-column:not(:first-child) {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Header */
.site-logo .custom-logo-link {
  width: unset;
  height: unset;
  border-radius: 0;
  display: inline-block;
  border-bottom: 0;
}

.site-logo .custom-logo {
  max-height: 12.5rem;
  width: auto;
}

.site-logo.below {
  position: absolute;
  left: 0;
  right: 0;
  top: 5rem;
  text-align: center;
}

.site-logo.below + .featured-page.top > article {
  padding-top: 15rem;
}

.main-navigation {
  display: inline-block;
  line-height: 3.75rem;
}

.main-navigation a {
  text-decoration: none;
  border-bottom: 0;
}

.main-navigation .mobile-parent-nav-menu-item,
.main-navigation .menu-item-link-return {
  display: none;
}

.main-navigation li.mega > .sub-wrapper {
  width: 100%;
  left: 0;
}

.main-navigation li.mega > .sub-wrapper > .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.main-navigation
  li.mega
  > .sub-wrapper
  > .sub-menu
  > li:not(.mobile-parent-nav-menu-item) {
  display: inline-block;
  text-transform: uppercase;
  margin-right: 0;
}

.main-navigation
  li.mega
  > .sub-wrapper
  > .sub-menu
  > li:not(.mobile-parent-nav-menu-item)
  li {
  font-size: 0.875rem;
  display: block;
}

.main-navigation
  li.mega.columns1
  > .sub-wrapper
  > .sub-menu
  > li:not(.mobile-parent-nav-menu-item) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.main-navigation
  li.mega.columns2
  > .sub-wrapper
  > .sub-menu
  > li:not(.mobile-parent-nav-menu-item) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.main-navigation
  li.mega.columns3
  > .sub-wrapper
  > .sub-menu
  > li:not(.mobile-parent-nav-menu-item) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
}

.main-navigation
  li.mega.columns4
  > .sub-wrapper
  > .sub-menu
  > li:not(.mobile-parent-nav-menu-item) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.main-navigation
  li.mega.columns5
  > .sub-wrapper
  > .sub-menu
  > li:not(.mobile-parent-nav-menu-item) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.main-navigation li.mega > .sub-menu {
  position: relative;
}

.main-navigation li.mega li {
  text-align: left;
}

.social-navigation {
  margin: 0;
  line-height: 3.75rem;
}

.social-navigation.beside {
  float: right;
}

.social-navigation a {
  border-bottom: 0;
}

.navigation-container {
  overflow: auto;
}

.site-branding-container .social-navigation li {
  font-size: 0;
  vertical-align: top;
}

.site-branding-container .social-navigation svg {
  width: 2.5rem;
  height: 2.5rem;
  vertical-align: middle;
}

.site-header {
  padding-top: 0;
}

.site-logo .custom-logo-link:hover,
.site-logo .custom-logo-link:active,
.site-logo .custom-logo-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sub-menu {
  display: block;
  text-align: center;
}

.sub-menu li {
  display: block;
  line-height: inherit;
  margin-right: 0;
}

/* Hamburger menu */
.site-branding .menu-icon,
.site-branding .menu-btn {
  display: none;
}

@media only screen and (max-width: 70.25rem) {
  .main-navigation {
    display: block;
    text-align: center;
  }
  .social-navigation {
    text-align: center;
    display: block;
  }
  .social-navigation.beside {
    float: none;
  }
}

/* Featured Callout */
.featured-page {
  clear: both;
}

.featured-page .entry-header {
  display: none;
}

.featured-page > article {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  overflow: hidden;
}

/* Homepage */
.home .entry-content > p:first-child {
  margin-top: 0;
}

/* Interior page callout */
/* Body */
.post-thumbnail img {
  width: 100%;
}

.site-content {
  position: relative;
  overflow: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-block-button__link,
input[type="submit"],
button:not(.submenu-expand) {
  display: inline-block;
  border-radius: 0;
  padding: 1.25rem 2.5rem;
  text-decoration: none;
  cursor: pointer;
}

.wp-block-columns.aligncenter > .wp-block-column {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 70.25rem) {
  .entry-content section > .section-bg {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Quotes */
.wp-block-pullquote.is-style-solid-color blockquote {
  text-align: center;
  padding-left: 0;
}

/* Interior Pages */
/* Sidebar */
.sidebar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Testimonials */
/* Contact */
/* Footer */
.associations {
  padding: 40px 0;
}

.association-links-menu {
  font-size: 0;
  list-style-type: none;
  text-align: center;
}

.association-links-menu li {
  margin: 0 40px;
  display: inline-block;
}

.site-footer .site-logo {
  -webkit-filter: grayscale(100%) brightness(1000%);
  filter: grayscale(100%) brightness(1000%);
}

.footer-menu {
  list-style-type: none;
}

.footer-menu ul {
  margin: 0;
}

.footer-menu li {
  text-transform: uppercase;
  display: inline-block;
}

.footer-menu li:not(:last-child):after {
  content: "|";
  margin-left: 1.25rem;
}

.copyright-info {
  text-align: right;
  float: right;
}

@media only screen and (max-width: 70.25rem) {
  .site-info {
    text-align: center;
  }
  .site-info .site-logo {
    display: block;
  }
  .site-info .copyright-info {
    text-align: center;
    float: none;
  }
}

/* CUSTOMIZER PREVIEW */
body.customize-partial-edit-shortcuts-shown
  .customize-partial-edit-shortcut
  button {
  height: auto;
  width: auto;
  padding: 0;
}

@media only screen and (min-width: 71.25rem) {
  body:not(.page-template-default):not(.page-template-page-full-width)
    .site-main
    > *,
  li.mega > .sub-wrapper .sub-menu,
  .body-width,
  .entry-header,
  .entry-content > *:not(.alignfull),
  .entry-summary > *:not(.alignfull),
  article > .post-thumbail,
  .entry .entry-footer,
  .navigation-container,
  .site-logo.below,
  #colophon .site-info,
  .entry .entry-content > *.alignwide,
  .entry .entry-summary > *.alignwide,
  .entry-content section > * {
    max-width: 71.25rem;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* With sidebar */
  .sidebar.left
    + #primary
    body:not(.page-template-default):not(.page-template-page-full-width)
    .site-main
    > *,
  .sidebar.left + #primary li.mega > .sub-wrapper .sub-menu,
  .sidebar.left + #primary .body-width,
  .sidebar.left + #primary .entry-header,
  .sidebar.left + #primary .entry-content > *:not(.alignfull),
  .sidebar.left + #primary .entry-summary > *:not(.alignfull),
  .sidebar.left + #primary article > .post-thumbail {
    padding-left: 18.75rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sidebar.left + #primary .entry .entry-content > *.alignwide,
  .sidebar.left + #primary .entry .entry-summary > *.alignwide,
  .sidebar.left + #primary .entry-content section > * {
    padding-left: 0;
  }
  .sidebar.right
    + #primary
    body:not(.page-template-default):not(.page-template-page-full-width)
    .site-main
    > *,
  .sidebar.right + #primary li.mega > .sub-wrapper .sub-menu,
  .sidebar.right + #primary .body-width,
  .sidebar.right + #primary .entry-header,
  .sidebar.right + #primary .entry-content > *:not(.alignfull),
  .sidebar.right + #primary .entry-summary > *:not(.alignfull),
  .sidebar.right + #primary article > .post-thumbail {
    padding-right: 18.75rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sidebar.right + #primary .entry .entry-content > *.alignwide,
  .sidebar.right + #primary .entry .entry-summary > *.alignwide,
  .sidebar.right + #primary .entry-content section > * {
    padding-right: 0;
  }
  .sidebar {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    width: 15.625rem;
    margin: auto;
  }
  .sidebar.left {
    right: 52.5rem;
  }
  .sidebar.right {
    left: 52.5rem;
  }
}

@media only screen and (max-width: 70.25rem) {
  #secondary,
  body:not(.page-template-default):not(.page-template-page-full-width)
    .site-main
    > *,
  li.mega > .sub-wrapper .sub-menu,
  .body-width,
  .entry-header,
  .entry-content > *:not(.alignfull),
  .entry-summary > *:not(.alignfull),
  article > .post-thumbail,
  .entry .entry-footer,
  .navigation-container,
  .site-logo.below,
  #colophon .site-info,
  .entry .entry-content > *.alignwide,
  .entry .entry-summary > *.alignwide,
  .entry-content section > * {
    max-width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media only screen and (max-width: 1080px) {
  .site-logo.below {
    position: relative;
    height: 0;
    top: 0;
  }
  .site-logo.below + .featured-page.top {
    padding-top: 0;
  }
  .site-branding {
    text-align: center;
  }
  .site-branding .navigation-container {
    max-width: 100%;
    margin: 0;
    overflow-x: hidden;
  }
  .site-branding .menu-btn:checked ~ .main-navigation {
    max-height: 100vh;
    overflow-y: scroll;
    width: 100vw;
  }
  .site-branding .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }
  .site-branding .menu-btn:checked ~ .menu-icon .navicon:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .site-branding .menu-btn:checked ~ .menu-icon .navicon:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .site-branding .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .site-branding .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }
  .site-branding .menu-icon {
    cursor: pointer;
    display: inline-block;
    padding: 8px 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .site-branding .menu-icon .navicon {
    display: block;
    height: 0.125rem;
    position: relative;
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    width: 32px;
  }
  .site-branding .menu-icon .navicon:before,
  .site-branding .menu-icon .navicon:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 100%;
  }
  .site-branding .menu-icon .navicon:before {
    top: 5px;
  }
  .site-branding .menu-icon .navicon:after {
    top: -5px;
  }
  .site-branding .main-navigation {
    clear: both;
    max-height: 0;
    -webkit-transition: max-height 0.25s ease-out;
    transition: max-height 0.25s ease-out;
    overflow: hidden;
  }
  .site-branding .main-navigation li {
    display: block;
    margin-right: 0;
  }
}

/* Survey Post Type */
#survey-listings {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#survey-summary {
  flex-basis: 30%;
  width: 346px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}

/* Bubble Items */
.bubble-items a {
	border: none
}

/* Log In Menu Item style 8.24.20*/

#post-80 .entry-content {
	display: flex;
}

#post-80 .entry-content .login_btn {
	margin-right: 2px;
}
#post-80 .entry-content .login_btn_link {
	width: 90px !important;
	min-width: 90px !important;
	background-color: #2695e6;
}

#post-80 .entry-content .login_btn_link:hover {
	background-color: #e0e5f1;
	color: #2d3749;
}

/* fix navbar spacing issue GM */
.navigation-container .main-navigation li.menu-item-has-children {
  margin-right: -1.375rem !important;
}