/*!
Theme Name: CriterionB
Theme URI: https://criterionb.com
Author: Team CriterionB
Author URI: https://criterionb.com
Description: Gutenberg Compatible Starter Theme for CriterionB projects
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: criterionb

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

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

* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: ff-tisa-web-pro, serif;
  font-weight: 400;
    background-color: #fffef6;
}
body.wp-admin {
  background: #f1f1f1;
  color: #444;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 13px;
  line-height: 1.4em;
  min-width: 600px;
}
body.wp-admin.block-editor-page {
  background: #fff;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #1368a9;
  outline: none;
}
.container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  padding: 0 15px;
  margin: 0 auto;
}
.clearfix:after {
  display: table;
  content: " ";
  clear: both;
  width: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: brothers, sans-serif;
}

.content-block.block-padding-small {
  padding: 50px 0;
}
.content-block.block-padding-medium {
  padding: 100px 0;
  overflow: hidden;
}
.content-block.block-padding-large {
  padding: 150px 0;
}

.mobile-menu-wrapper {
  display: none;
}
img.alignleft {
    float: left;
    padding-right: 15px;
    height: auto;
}
/* .promo-area {
  padding: 0;
  transition: all 0.5s ease 0s;
  height: 0;
  overflow: hidden;
}
.promo-area.active {
  padding: 5px 0;
}
.promo-close {
  position: absolute;
  right: 15px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  z-index: 99;
}
.promo-area p {
  margin: 2px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
} */
.page-id-59 .inside-wrap {
  margin: 0 auto;
  max-width: 960px;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 99;
}
body.admin-bar header {
  top: 32px;
}
.header {
/*  background: #ebe2cf;*/
  transition: all 0.5s ease 0s;
}
.header-menu {
  float: right;
  padding-right: 0;
}
.block-slider .flexslider {
  border-radius: 0;
}

.Header-right {
  float: right;
}
.logo {
  float: left;
  position: relative;
    margin: 6px 0;
}
.logo img {
  display: block;
  width: auto;
  height: auto;
  margin-top: 0;
  transition: all 0.5s ease 0s;
  margin-bottom: 5px;
  max-width: 250px;
}

ul#menu-mainmenu {
  padding: 0;
  list-style-type: none;
  font-size: 0;
}
ul#menu-mainmenu > li {
  font-size: 14px;
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
a.top-logo {
  transition: all 0.5s ease 0s;
  opacity: 1;
  display: inline-block;
}
ul#menu-mainmenu > li a {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  display: block;
  padding: 25px 0;
  letter-spacing: 2px;
  transition: all 0.5s ease 0s;
  font-family: "azo-sans-web";
  font-weight: 700;
  margin-top: 10px;
  position: relative;
  color: #010101;
}
ul#menu-mainmenu > li ul.sub-menu{
  background-color: #fff;
    padding: 10px 0;
    transition: all 0.5s ease;
    height: auto;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    left: 0px;
    overflow: visible;
    min-width: 300px;
}
ul#menu-mainmenu > li ul.sub-menu li{
  text-align: left;
  padding: 0 10px;
  display: block;
  transition: all 0.5s ease;
}
ul#menu-mainmenu > li ul.sub-menu li a{
  display: block;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #888888;
}
ul#menu-mainmenu > li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
header i.fa:before {
  color: #b73e26;
  font-size: 24px;
}
header .header i.fa:before {
  color: #000000;
}

a.top-logo {
  opacity: 0;
}
.sticky-header a.sticky-logo {
  opacity: 1;
}
a.sticky-logo {
  position: absolute;
  top: 5px;
  left: 0;
  opacity: 1;
  transition: all 0.5s ease 0s;
  display: block;
}

ul#menu-main-menu {
  padding: 0;
  list-style-type: none;
  font-size: 0;
}
ul#menu-main-menu > li {
  font-size: 14px;
  display: inline-block;
  padding: 0 20px;
  position: relative;
}

ul#menu-main-menu > li a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  display: block;
  padding: 25px 0;
  letter-spacing: 0.5px;
  transition: all 0.5s ease 0s;
  font-family: "Open Sans", sans-serif;
  margin-top: 30px;
  position: relative;
}
ul#menu-main-menu li.current_page_parent > a:before,
ul#menu-main-menu > li.current_page_item > a:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 22px;
}
ul#menu-main-menu ul.sub-menu > li.current_page_item > a:before {
  bottom: 0;
}
.sticky-header ul#menu-main-menu > li a,
.sticky-header ul#menu-top-menu li a {
  color: #fff;
}
ul#menu-main-menu li.current_page_parent a,
ul#menu-main-menu li.current_page_item a,
ul#menu-main-menu > li a:hover {
  color: #201751;
}

ul.sub-menu {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

ul.sub-menu {
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  padding: 10px 20px;
  width: 200px;
  transition: all 0.5s ease 0s;
  list-style-type: none;
}

ul#menu-main-menu > li:hover ul.sub-menu {
  opacity: 1;
  /*    height: auto;*/
  background: rgba(255, 255, 255, 0.95);
}

ul#menu-main-menu ul.sub-menu > li > a {
  padding: 7px 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  text-transform: none;
  display: block;
  color: #201751;
  margin: 0;
}

ul#menu-main-menu ul.sub-menu > li > a:hover {
  font-weight: 600;
  padding-left: 15px;
  position: relative;
}
ul#menu-main-menu ul.sub-menu > li > a:after {
  width: 0;
  height: 2px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transition: all 0.5s ease 0s;
}

ul#menu-main-menu ul.sub-menu > li > a:hover::after {
  width: 10px;
}

body .header a.btn {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid;
  display: inline-block;
  vertical-align: middle;
  padding: 15px 40px;
  line-height: 1;
  /*margin-left: 30px;*/
    margin-left: 10px;
  margin-top: 12px;
  transition: all 0.5s ease 0s;
  font-family: "Open Sans", sans-serif;
}

.Header-right .search-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: 15px;
  margin-left: 20px;
  cursor: pointer;
  font-size: 20px;
}

ul#menu-top-menu {
  padding: 0 0 0 48px;
  margin: 10px 0 0 0;
  list-style-type: none;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
ul#menu-top-menu li {
  display: inline-block;
  padding: 0 15px;
  border-right: 2px solid #1368a9;
}
.sticky-header ul#menu-top-menu li {
  border-color: #fff;
}
ul#menu-top-menu li a {
  line-height: 1.5;
  display: block;
}
ul#menu-top-menu li:last-child {
  border: none;
}

.sticky-header ul#menu-main-menu > li a,
.sticky-header ul#menu-top-menu li a {
  color: #fff;
}
.search-community-widget a {
  color: #fff;
  margin-top: 15px;
}

/*============== Common Styles ===============*/

.content-block {
  background-size: cover;
  background-position: center center;
  position: relative;
  background-attachment: inherit !important;
        overflow: hidden;
}

.mobile-menu {
  display: none !important;
}
ul.footer-social i.fa:before {
  font-size: 22px;
}
ul.footer-social li a {
  width: 25px;
}
.footer-address p,
.footer-address a {
  display: inline;
}
h2.block-title {
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 35px;
  padding-top: 5px;
  position: relative;
  line-height: 1.4;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-color-light h2.block-title {
  color: #fff;
}
.text-color-light h2.block-title:after {
  background-color: #fff;
}
.text-align-center h2.block-title:after {
  left: 50%;
}
.block-paragraphs {
  max-width: 1120px;
}
.block-paragraphs p,
.block-paragraphs ul li,
.block-paragraphs ol li,
.description p,
.search-result-container p {
  font-family: "azo-sans-web";
  font-weight: 400;
  font-size: 17px;
  color: #4c4d4e;
  line-height: 2.2;
}

.special-para-margin .block-paragraphs {
  margin: 70px 0;
}
.text-color-light .block-paragraphs p {
  color: #fff;
}
a.btn {
  display: inline-block;
  color: #b73e26;
  font-size: 18px;
  transition: all 0.5s ease-in 0s;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "azo-sans-web";
  border: 1px solid #b73e26 !important;
  letter-spacing: 2px;
  height: 60px;
  line-height: 60px;
  width: 210px;
  text-align: center;
}
a.btn.btn-cta-1:hover {
  background: #b73e26;
  color: #ffffff;
}

.reveal {
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.reveal.animated {
  opacity: 1;
}
.text-block.text-align-center {
  text-align: center;
}
section#primary {
  transition: all 0.5s ease 0s;
}
body.page-template-page-top-level .header a.btn {
  margin-top: 26px;
}

.card-inner-wrap div:last-child {
  border-right: none;
}
.card-inner-wrap {
  height: 100%;
  position: relative;
  transition: all 0.5s ease 0s;
  display: flex;
  flex-flow: wrap;
}
ul.footer-social i.fa {
  color: #000000 !important;
}

.footer {
  padding: 60px 0 20px;
    position: relative;
/*
  background: #f9f8f8;
  background-image: url(./assets/images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: 85%;
  background-position: calc(95%) calc(99%);
*/
}
.footer:before {
    position: absolute;
    background-image: url(./assets/images/ol-footer-ghost-1.png);
    background-repeat: no-repeat;
    content: "";
    height: 38px;
    width: 550px;
    top: 50%;
    margin-top: -19px;
    left: 3%;
    background-size: 100% auto;
    background-position: center center;
}
.footer:after {
    position: absolute;
    background-image: url(./assets/images/ol-footer-ghost-2.png);
    background-repeat: no-repeat;
    content: "";
    height: 90%;
    width: 360px;
    bottom: 0;
    right: 0;
    background-size: 100% auto;
    background-position: right bottom;
}
.footer-menu li.menu-item-227 {
  display: none !important;
}
.footer-address p {
  color: #fff !important;
}
.copyright {
  width: 30%;
  float: left;
}
.copyright p {
  color: #a2a2a1;
}
.footer-content {
  text-align: center;
  width: 100%;
}
.footer-menu ul#menu-mainmenu-1 {
  padding: 0;
  margin-bottom: 55px;
}
.footer-menu ul#menu-mainmenu-1 li {
  display: inline;
  margin: 0 35px;
}

.footer-menu ul#menu-mainmenu-1 li a {
  color: #000;
  font-family: "azo-sans-web";
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}
.footer > .container {
  display: flex;
  flex-flow: wrap;
    z-index: 9;
}
.footer-address {
  font-family: brothers, sans-serif;
  margin: 15px 0 0;
  width: 70%;
  float: left;
    text-transform: lowercase !important;
}
.footer-address h5 {
  font-size: 14px;
  margin: 0;
}
.footer-address p {
  font-size: 14px;
  margin: 0;
  color: #fff;
}
.last-footer ul li {
  display: inline-block;
  vertical-align: middle;
}

.last-footer ul {
  text-align: center;
}
.last-footer ul {
  padding: 0;
  margin: 0;
}
.last-footer p {
  font-family: brothers, sans-serif;
  font-size: 14px;
    text-transform: lowercase !important;
}
.last-footer {
  margin: 15px 0;
}
.last-footer li img {
  margin: 0px 10px;
}
.footer-address a {
  font-weight: 700;
  color: #ffffff;
}
.footer-left {
  width: 22%;
  padding-right: 30px;
  border-right: 1px solid;
}
.footer-middle {
  width: 53%;
  padding: 0 30px;
}
.footer-middle .footer-sidebar-widget {
  width: 100%;
  float: none;
}
.footer-right {
  width: 25%;
}
.footer-middle h2 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.footer-right a.btn {
  font-size: 14px;
  font-weight: 600;
}
.footer-middle ul.menu {
  padding: 0;
  list-style-type: none;
  font-size: 14px;
  color: #1368a9;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.5;
}
.footer-middle ul.menu > li {
  margin-bottom: 10px;
  display: inline-block;
  width: 24.4%;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  vertical-align: top;
}
.footer-middle ul.menu ul.sub-menu {
  opacity: 1;
  height: auto;
  padding: 0;
  margin: 15px 0;
  width: 100%;
  position: relative;
}
.footer-middle ul.menu ul.sub-menu li a {
  font-weight: 600;
  text-transform: none;
  margin-bottom: 10px;
  display: block;
}
.footer.menu-count-5 .footer-right {
  width: 20%;
}
.footer.menu-count-5 .footer-middle {
  width: 58%;
}
.footer.menu-count-5 .footer-middle ul.menu > li {
  width: 19.6%;
}
.footer-bottom {
  background: #000;
}
.footer-bottom .container {
  padding: 10px 0;
}

.copyright {
  font-size: 12px;
  font-family: azo-sans-web, sans-serif;
  font-weight: 400;
  text-align: left;
  margin-top: 5px;
  color: #a2a2a1;
}
.footer-badges {
  float: right;
}
img.single-badge {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  max-height: 35px;
}
a.btn.btn-link {
  background: transparent !important;
  font-weight: 700;
  padding: 0;
  margin: -35px 0 35px;
  display: block;
  line-height: 1.5;
  box-shadow: none;
}
.special-resources-nav h2.block-title {
  font-size: 20px;
  margin: 0 25px 0 0;
  padding: 0;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
    line-height: 1.4;
}
img.alignright {
  float: right;
    padding-left: 15px;
    height: auto;
}
h2:empty {
    display: none;
}
.special-resources-nav .block-paragraphs {
  display: none;
}
.special-resources-nav .buttons-wrapper {
  display: inline-block;
  padding: 15px;
  margin: 0;
}
.special-resources-nav .buttons-wrapper a.btn {
  border: 1px solid;
  background: transparent;
  font-weight: 600;
  padding: 10px 50px;
  margin: 0 15px;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 14px;
}

.special-resources-nav .buttons-wrapper a.btn:hover {
  color: #fff;
}
.special-resources-nav h2.block-title:after {
  display: none;
}
h6.o-card__title {
  font-size: 18px;
  margin: 0;
}
.o-card {
  margin-bottom: 20px;
}
.block-paragraphs .subtitle-wrapper p {
  margin: 0;
  font-size: 16px;
}
.personal-stories-resources .tiles-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.personal-stories-resources .single-tile,
.rl-tiles .single-tile {
  min-height: 500px;
}
.content-block.small-logo-bg {
  background-image: url(/wp-content/uploads/2019/04/small-logos.png);
  background-size: auto 500px;
  background-repeat: no-repeat;
  background-position: left top;
}
.post-items a.readmore:after {
  width: 0;
  height: 2px;
  content: "";
  background: #b73e26;
  position: absolute;
  left: 0;
  bottom: 10px;
  transition: all 0.5s ease 0s;
}
.post-items a.readmore:hover::after {
  width: 100%;
}

.footer-right span.find-communities:hover {
  color: #fff;
  background: #043561;
}
.search-community-widget {
  width: 300px;
  color: #fff;
  padding: 30px;
  position: absolute;
  right: 71px;
  top: 100%;
  overflow: hidden;
  height: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s ease 0s;
  visibility: hidden;
}
input.widget-address {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 45px;
  padding: 0 15px;
  border: none;
  border-radius: 10px;
}
span.find-communities {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  padding: 15px 40px;
  line-height: 1;
  margin-top: 12px;
  transition: all 0.5s ease 0s;
  background: #1368a9;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  display: block;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}
span.find-communities:hover {
  background: #fff;
  color: #1368a9;
}
.search-community-widget a {
  text-decoration: underline;
  text-align: center;
  display: block;
}
.search-community-widget.active {
  opacity: 1;
  height: 160px;
  z-index: 9;
  visibility: visible;
}
.tab-wrap {
  display: none;
}
.header li#menu-item-227 a,
ul#menu-mainmenu > li.top-phone a {
    color: #fff;
    font-size: 16px;
    /*pointer-events: none;*/
}
.tab-wrap h2.block-title {
  display: none;
}
#tab-btns h2.block-title {
  display: n