
/*////Editor Overrides////*/
.module-edit-overlay.slideshow-edit-overlay {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal .modal-header .close {
  color: #fff;
  margin-top: 6px;
  margin: 0;
  padding: .3em;
}
.module-wrapper {
  position: relative;
  min-height: 415px;
}
.fade.in {
    opacity: 1;
}
/*////END Editor Overrides////*/
/* Basics */
body{
  font-family: 'Lato', sans-serif;
  /*font-family: 'Montserrat', sans-serif;*/
  font-size:1.0625em;
}
p {line-height:1.6em;}
h1,h2,h3,h4,h5,h6{font-family: 'Montserrat', sans-serif;}
h1, h2{font-weight:300}
h2 {line-height: 1.6;}
.text-center h1, .text-center h2, .text-center h3 {width: 100%;}
a, li.noLink li a{cursor:pointer, font-weight:700}
li.noLink>a{cursor:default!important}
.p-t-1{
  padding-top:1rem;
}
.p-t-2{
  padding-top:2rem;
}
.p-t-3{
  padding-top:3rem;
}
.p-t-4{
  padding-top:4rem;
}
.p-t-5{
  padding-top:5rem;
}
.p-t-6{
  padding-top:6rem;
}
.p-t-7{
  padding-top:7rem;
}
.p-b-1{
  padding-bottom:1rem;
}
.p-b-2{
  padding-bottom:2rem;
}
.p-b-3{
  padding-bottom:3rem;
}
.p-b-4{
  padding-bottom:4rem;
}
.p-b-5{
  padding-bottom:5rem;
}
.p-b-6{
  padding-bottom:6rem;
}
.p-b-7{
  padding-bottom:7rem;
}
.p-r-1{
  padding-right:1rem;
}
.p-r-2{
  padding-right:2rem;
}
.p-r-3{
  padding-right:3rem;
}
.p-r-4{
  padding-right:4rem;
}
.p-r-5{
  padding-right:5rem;
}
.p-r-6{
  padding-right:6rem;
}
.p-r-7{
  padding-right:7rem;
}
.p-l-1{
  padding-left:1rem;
}
.p-l-2{
  padding-left:2rem;
}
.p-l-3{
  padding-left:3rem;
}
.p-l-4{
  padding-left:4rem;
}
.p-l-5{
  padding-left:5rem;
}
.p-l-6{
  padding-left:6rem;
}
.p-l-7{
  padding-left:7rem;
}
.m-t-1{
  margin-top:1rem;
}
.m-t-2{
  margin-top:2rem;
}
.m-t-3{
  margin-top:3rem;
}
.m-t-4{
  margin-top:4rem;
}
.m-t-5{
  margin-top:5rem;
}
.m-t-6{
  margin-top:6rem;
}
.m-t-7{
  margin-top:7rem;
}
.m-b-1{
  margin-bottom:1rem;
}
.m-b-2{
  margin-bottom:2rem;
}
.m-b-3{
  margin-bottom:3rem;
}
.m-b-4{
  margin-bottom:4rem;
}
.m-b-5{
  margin-bottom:5rem;
}
.m-b-6{
  margin-bottom:6rem;
}
.m-b-7{
  margin-bottom:7rem;
}
@media(max-width:465px){
  section.content.p-t-7.p-b-5, section.content.p-b-5, section.content.p-t-5 {
    padding: 2rem;
}
}
.no-gutters div[id*="_image"] p, .no-gutters img {
  padding: 0;
  margin: 0;
}
.hidden {display:none; visibility:hidden}
a {
  color: #B82025;
  text-decoration: none;
  background-color: transparent;
  position: relative;
}
a:hover {
  color:#000;
  text-decoration: none;
  transition:color .3s ease-in-out
}
a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 1px solid #000;
  transition: 0.4s;
}
a:hover:after {
  width: 100%;
}
a.btn.contentCTABtn:hover {
    background: #B82025;
    color: #fff;
    text-decoration: none;
    border: 1px solid #B82025;
}
.btn.btn-custom,.post-content .btn-custom {
    background: #B82025;
    color: #fff;
    padding: .4rem 2rem;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    margin-left: 30px;
    border: 2px solid #B82025;
    transition: all .3s ease-in-out;
}
.btn.btn-custom:hover,.post-content .btn-custom:hover{
    color: #fff;
    transition: all .3s ease-in-out;
    background:#000;
    border:2px solid #000
}
img.img-responsive {
    max-width: 100%;
    margin: 0 auto;
}
.darkGrayBg .btn.btn-custom,.redBg .btn.btn-custom{
  border-radius: 25px;
  line-height: 30px;
  font-size: 1.2em;
  padding: 10px 20px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: .1em;
  font-family: 'Montserrat', sans-serif;
  background:#fff;
  color:#B82025;
  border:2px solid #fff;
  transition:all .3s ease-in-out;
  margin:0;
}
.darkGrayBg .btn.btn-custom:hover,.redBg .btn.btn-custom:hover{
  background:transparent;
  color:#fff;
  border:2px solid #fff;
  transition:all .3s ease-in-out;
}
.content ol li{
  list-style-position: outside;
}
.content ol li h3, .content ol li p{
  margin-left:20px
}
.content ol li, .content ol li h3{color:#B82025}
.content ol li p{color:#000}
.white {color: #fff;}
.redText{color:#B82025; font-weight:bold}
.blueBg {
  background: #245376;
}
.grayBg {
  background: #f0f0f0;
}
.ltgrayBg{
  background: #f5f5f5;
}
.darkGrayBg {
  background: #414042;
}
.bg-light {
  background: #E6E7E8!important;
}
.sectionHeader {
  text-align: center;
  width:100%
}
.sectionTitle {
  display: block;
  text-align: center;
  width: 100%;
}
a.cta-btn {
  border: 2px solid #fff;
  border-radius: 35px;
  padding: .5em 2rem;
  font-size: 18px;
  color: #fff;
  margin-top: 40px;
  display: inline-block;
  text-decoration:none;
  transition:all .3s ease-in-out
}
a.cta-btn:hover {
  border: 2px solid #fff;
  color: #B82025;
  background:#fff;
  transition:all .3s ease-in-out
}
.videoFrame {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 50.5%;
    max-width: 768px;
}
.videoFrame iframe {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
figure,img, .img, figure img, .figure-img{margin-bottom:0px}
a.dropdown-toggle:hover:after,a.dropdown-toggle::after, a.button:after,footer a:after, a.navbar-brand:after,a.navbar-brand:hover,a.navbar-brand:hover:after, a.btn:after,a.btn:hover:after, .demo-btn a,.demo-btn a:after,.demo-btn a:hover,.demo-btn a:hover:after, .ctaBtn a:after, a.cta-btn:after, .ctaBtn a:hover:after, a.playBtn:after{border-bottom:0px none!important;}
a.dropdown-toggle:hover:after,a.dropdown-toggle::after {width:0%}
.iframeDiv{position:relative; width:100%}
.iframeDiv iframe{position:relative; width:100%}
/*Nav classes*/
.fixed-top-2 { position: fixed; top: 0; right: 0; left: 0; z-index: 1029; margin-top: 40px;}
nav.navbar.util-nav { padding: 0;z-index:1030}
nav.navbar.util-nav li a {color: #414042; font-weight: 300;}
nav.navbar.util-nav li.login-btn a {color: #414042; font-weight: 600;}
nav.navbar.util-nav li a:hover {color: #000;}
nav.navbar.util-nav .dropdown-menu {
  background: #E6E7E8;
  border: 0px;
  padding: .75rem .25rem;
}
nav a.navbar-brand, a.footer-brand {
  background: url(https://clubessential.s3.us-east-1.amazonaws.com/sites/clubready/assets/CE-Logo-DarkGray.svg) no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -9000px;
  min-width: 230px;
}
nav.navbar.main-nav {padding: 1.75rem 1rem; transition:padding .3s ease-in-out}
li.demo-btn a {
  background: #B82025;
  color: #fff;
  padding: .4rem 2rem;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 600;
  margin-left:30px;
  border: 2px solid #B82025;
  transition:all .3s ease-in-out
}
li.demo-btn:hover a {color: #fff; background: #000; border: 2px solid #000;transition:all .3s ease-in-out}
.main-nav li.nav-item {padding: 0 1rem;margin: 0 .5rem;}
.navbar-nav a {color:#414042;font-weight:300;padding:.5rem 0rem;text-decoration: none;transition:all .3s ease-in-out;  display:block}
.navbar-nav a:hover {color:#000;transition:all .3s ease-in-out; }
.navbar-white .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.util-nav li.nav-item.dropdown:hover ul.dropdown-menu {
  display: block;
}
.dropdown-item.active, .dropdown-item:active {color: #fff!important; text-decoration: none; background-color: #000;}
@media (max-width: 992px){
  .navbar-white .navbar-toggler-icon {transition: background-image .3s ease-in-out;}
  .navbar-toggler[aria-expanded="true"] span.navbar-toggler-icon{background-image: url(https://clubessential.s3.us-east-1.amazonaws.com/sites/clubready/assets/toggleX.svg)!important;background-size: 55%;transition: background-image .3s ease-in-out;}
  div#navbarsDefault ul {
    padding: 1rem;
  }
  div#navbarsDefault ul li {
    padding: 1rem;
  }
  div#navbarsDefault ul li.demo-btn a {
    display:block;
    width:100%;
    margin: 0;
    text-align: center;
  }
}
@media(max-width:320px){
    a.navbar-brand {
    min-width: 180px!important;
    max-width: 200px!important;
}
}
@media(min-width:1024px){
  .util-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top:0px
  }
  /*.main-nav li.nav-item.dropdown a.dropdown-toggle {
    display: none;
  }*/
  .navbar-nav li.nav-item.dropdown:hover ul.dropdown-menu{
    display: block!important;
    border: 0px;
    margin: 0;
    padding: 1rem 1rem;
    min-width: 200px;
  }
  .main-nav .dropdown-menu li.nav-item {
    padding: .5rem;
    margin: 0rem;
  }
  .main-nav.navbar-nav li.nav-item.dropdown ul.dropdown-menu {
    max-height: 0;
    transition: all 0.15s ease-out;
    overflow: hidden;
  }
  .main-nav.navbar-nav li.nav-item.dropdown:hover ul.dropdown-menu {
    max-height: 600px;
    transition: all 0.25s ease-in;
  }
}
@media(max-width:1280px){
    nav.navbar.navbar-expand-xl.main-nav.navbar-lower ul.navbar-nav li a{font-size:.8em!important}
}
.sticky-top.top-nav-collapse {padding:.5rem 1rem!important; transition:padding .3s ease-in-out!important}
.sticky-top.navbar-lower { top: 40px;}

@media(max-width:600px){
  .navbar-custom li.nav-item {
    display: block;
    padding: 1rem 0!important;
    margin: 0!important;
  }
  .navbar-custom li.nav-item a.dropdown-toggle {
    display: inline-block;
    max-width: 48px;
    width: 10%;
    float: right;
    padding: .5rem 0rem;
    text-align: right;
    min-height: 20px;
  }
  .navbar-custom li.nav-item a.nav-anchor {
    display: inline-block;
    max-width: 90%;
    margin-left: 0%;
  }
  a.dropdown-toggle::after {
    border-top: .45em solid;
    border-right: 0.45em solid transparent;
    border-bottom: 0;
    border-left: .45em solid transparent;
    transition:all .3s ease-in-out
  }
  a.dropdown-toggle[aria-expanded="true"]::after {
    border-top: 0;
    border-right: 0.45em solid transparent;
    border-bottom: .45em solid!important;
    border-left: .45em solid transparent;
    transition:all .3s ease-in-out;
  }
}

/* ************ Banner ************** */

.banner {
  margin-top: 135px;
  max-height: 55vh;
}
.content-banner {
  margin-top: 0px;
  max-height: 55vh;
}
.banner-inner {width:100%}
.banner div.page-region-slideshow {
  height:100%;
  position: relative;
}
.banner .carousel-inner .item {
  max-height: 55vh;
  width:100%;
  overflow:hidden;
  display: flex;
  align-items:flex-end
}
.banner .carousel-inner .item:before {
  position: absolute;
  background: rgba(0,0,0,.1);
  width: 100%;
  height: 100%;
  display:block;
  content:"";
}
.banner ol.carousel-indicators {
  display: none;
}
.banner .carousel-caption {
  bottom: inherit;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width:768px;
  margin:0 auto;
  left:50%;
  right:initial
}
.banner .carousel h1, .banner .carousel h2 {
  font-size: 3.25rem;
  line-height: 1.4;
}
@media(min-width:1200px){
  .banner .carousel .item img {
    width: 100%;
  }
}
@media(max-width:600px){
  .banner .carousel h1, .banner .carousel h2 {
    font-size: 2rem;
  }
  .banner .carousel-caption {
    width: 80vw;
  }
}
@media(max-width:992px){
.content-banner {
  margin-top: 0px;
  max-height: 30vh;
}
.banner-inner {width:100%}
.banner div.page-region-slideshow {
  height:100%;
  position: relative;
}
.banner .carousel-inner .item {
  max-height: 30vh;
  width:100%;
  overflow:hidden;
  display: flex;
  align-items:flex-end
}
}

.formWrapper {
  min-height: 1100px;
  position: relative;
}

.footer-cta {
  background: url(/assets/clubreadysite/Media/footer_cta_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 475px;
  position:relative;
  overflow:hidden
}
.footer-cta .cta-body {
  margin: 10% auto;
  text-align: center;
  color: #fff;
}
.footer-cta a.cta-btn {
  border: 2px solid #fff;
  border-radius: 35px;
  padding: .5em 2rem;
  font-size: 18px;
  color: #fff;
  margin-top: 40px;
  display: inline-block;
  text-decoration:none;
  transition:all .3s ease-in-out
}
.footer-cta a.cta-btn:hover {
  border: 2px solid #fff;
  color: #B82025;
  background:#fff;
  transition:all .3s ease-in-out
}
.footer-cta .cta-body h3 {
  font-weight: 300;
}
.footer-cta .cta-body h2 {
  font-weight: 500;
  letter-spacing: .03em;
  font-size: 2.2rem;
}

.footer-cta .footer-cta-line {
  display: block;
  height: auto;
  overflow-x: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 15%;
}


footer {
  background: #f0f0f0;
}
footer div.foot-nav {
  display: block!important;
  background: transparent!important;
}
footer .row {
  margin: 0;
}
footer div.foot-nav ul {
  display: flex;
  background: transparent!important;
  flex-flow: column wrap;
  margin: 0;
  flex:1;
  list-style-type: none;
  max-height: 280px;
  flex-direction:column 
}
footer div.foot-nav ul li{
  box-sizing: border-box;
  margin: 0!important;
  line-height: 25px;
  flex-direction:column 
}
footer div.foot-nav ul li.nav-title > a {
    color:#000;
    font-weight: 700;
}
footer div.foot-nav ul li.nav-title > ul li a {
    color:#000;
    font-weight: 500;
}
footer div.foot-nav ul li a {
  background: transparent!important;
  color: #333!important;
  border-radius: 0px!important;
  padding: 8px 10px;
}
a.footer-brand {
  min-height: 60px;
}
span.network-name {
  display: none;
}
.btn-round {
  border-radius: 50%!important;
}
ul.social-buttons {
  margin: 0;
  margin-bottom: 0;
  line-height: 86px;
  width: 240px;
  text-align: center;
}
ul.social-buttons li {
  margin: 0 .3em;
}
ul.social-buttons li a {
  background: #b3b3b3;
  padding: .5rem;
  color: #fff;
  line-height: 1.25;
}

@media(max-width:992px){
  .footer-cta .cta-body {
    min-height: 490px;
  }
  footer div.foot-nav ul {
    flex-flow: column;
    margin: 0 auto;
    padding: 0 1rem;
    clear: both;
    float: none;
    max-height:inherit
  }
  footer .footer-brand-social {
    align-items: center!important;
    text-align: center;
    padding-bottom: 2rem;
    float: none;
  }
  footer div.foot-nav {
    padding-bottom: 2rem;
  }
  footer .container-fluid .row .col-md-9 {
    float: none;
  }
  footer div.foot-nav {
    float: none;
    clear: both;
  }
}
@media(max-width:465px){
.sectionHeader.p-t-4.p-b-4 {padding: 0em 0em 2em;}
.footer-cta {min-height:340px}
.footer-cta .cta-body {min-height:240px; padding:0 .5rem}
.footer-cta .cta-body h2{font-size:1.5em}
.footer-cta .cta-body h3{font-size:1.2em}
.footer-cta-line {display: none!important;}
}

.login-modal {
  display: none !important;
}
@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0)
  }
  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
  }
  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal
  }
  .featherlight .featherlight-inner {
    display: block
  }
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, .3);
    color: #000
  }
  .featherlight .featherlight-image {
    width: 100%
  }
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0
  }
  .featherlight iframe {
    border: 0
  }
  .featherlight * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }
  .featherlight input {border:0px none}
  .featherlight-content {
    box-shadow: -5px 5px 10px rgba(100,100,100, .5);
    background: #f0f0f0!important;
  }
  .featherlight:last-of-type {
    background: rgba(255,255,255,0.3);
  }
  .featherlight-content .input-group-btn .btn {
    background: #B82025;
    border-radius: 20px;
    margin-left: 10px;
    color: #fff;
    font-size: 14px;
  }
}
@media only screen and (max-width:1024px) {
  .featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent
  }
}
@media (min-width:992px){
  .featherlight-content {
    max-width: 40vw!important;
  }
}

.blog-post-paging {
  clear: both;
  float: none;
  display: block;
  width: 100%;
}
.post-footer {
  display: none;
}
.blog-body footer.footer__wrap {}
.blog-posts.clearfix {
  position: relative;
  z-index: 1;
  max-width: 1170px;
  margin: 10rem auto 5rem;
  min-height: 70vh
}
.blog-post.clearfix {
  margin-bottom: 40px;
  padding-bottom: 30px;
}
.blog-sidebar {
  top: 3rem;
}
.blog-sidebar h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin: 0 0 0.75rem;
}
.blog-sidebar .search-group {
  margin-bottom: 3rem;
  max-width: 13rem;
  position: relative;
}
.blog__sidebar .search-group .blog-search {
  background: transparent;
  border: none;
  border-bottom: 1px solid #dce1e8;
  color: #414042;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  padding: 0.875rem 0 0.875rem 2rem;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s;
}
.blog__sidebar .search-group .blog-search:active, .blog__sidebar .search-group .blog-search:focus {
  border-bottom: 2px solid #f0f0f0;
}
.blog__sidebar .search-group .nc-icon-outline {
  font-size: 1rem;
  color: #f0f0f0;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.blog-sidebar ul {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}
.blog-sidebar ul li {
  display: block;
}
.blog-sidebar ul li.active a {
  color: #f0f0f0;
  font-weight: 500;
}
.blog-sidebar ul li a {
  display: block;
  color: #B82025;
  font-size: 0.875rem;
  padding: 0.2rem 0 !important;
  text-decoration: none!important;
}
.blog-sidebar ul li a:hover {
  color: #414042;
}
.post-content ul li {
  line-height: 1.7em;
  color: #555;
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 400;
}
/* ----------------------------- /*
/* feed
/* ----------------------------- */
.blog__feed {
  padding: 3rem 0 5rem;
  position: relative;
  z-index: 2750;
}
ul.blog__feed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}
ul.blog__feed.thirds li {
  flex: 1 0 calc(100% / 3);
  margin: 0 0 3rem;
  max-width: 31%;
  text-align: left;
  transition: all 0.3s;
}
ul.blog__feed li {
  flex: 1 0 calc(100% / 2);
  margin: 0 0 3rem;
  max-width: 47.5%;
  text-align: left;
  transition: all 0.3s;
}
@media (max-width:768px) {
  ul.blog__feed.thirds li {
    flex: 1 0 calc(100%);
    margin: 0 0 3rem;
    max-width: 97.5%;
    text-align: left;
    transition: all 0.3s;
  }
}
ul.blog__feed li a {
  background: #FFF;
  box-shadow: 0 1rem 1.5rem rgba(67, 74, 89, 0.1);
  border-radius: 5px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  min-height: 30rem;
  max-height: 30rem;
}
ul.blog__feed li a:hover {
  box-shadow: 0 1.5rem 2rem rgba(67, 74, 89, 0.19);
  transform: translateY(-1rem);
}
ul.blog__feed li a:hover .card-footer .card-footer-wrapper .card-cta {
  opacity: 1;
  transform: translateY(0rem);
}
ul.blog__feed li a:hover .card-footer .card-footer-wrapper div {
  opacity: 0;
  transform: translateY(-1rem);
}
ul.blog__feed li a:hover .card-body h3 {
  color: #60BF70 !important;
}
ul.blog__feed li a:hover .full-height .card-image {
  opacity: 0.33 !important;
}
ul.blog__feed li a .card-hero {
  overflow: hidden;
  width: 100%;
  padding: 2rem;
}
ul.blog__feed li a .card-hero.full-width {
  padding: 0;
}
ul.blog__feed li a .card-hero.full-height {
  background: #2B2D33;
  padding: 0;
  height: 30rem;
}
ul.blog__feed li a .card-hero.full-height .card-image {
  height: 30rem;
  opacity: 0.75;
  transition: all 0.3s;
}
ul.blog__feed li a .card-hero.full-height .card-body {
  position: absolute;
  bottom: 4rem;
  left: 0;
  z-index: 25;
}
ul.blog__feed li a .card-hero.full-height .card-body h3, ul.blog__feed li a .card-hero.full-height .card-body p {
  color: #FFF;
}
ul.blog__feed li a .card-hero .card-image {
  width: 100%;
  height: 14rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
ul.blog__feed li a .card-body {
  padding: 2rem;
}
ul.blog__feed li a .card-body img.avatar {
  border-radius: 50rem;
  max-width: 2.5rem;
  margin-bottom: 1.5rem;
}
ul.blog__feed li a .card-body h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  transition: color 0.3s;
}
ul.blog__feed li a .card-body p {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
ul.blog__feed li a .card-footer {
  line-height: 1;
  letter-spacing: 0.05rem;
  font-size: 0.688rem;
  padding: 0 0;
}
ul.blog__feed li a .card-footer .card-footer-wrapper {
  border-top: 1px solid #edeff2;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  padding: 1.5rem 2rem;
  position: relative;
  text-transform: uppercase;
}
ul.blog__feed li a .card-footer .card-footer-wrapper .card-cta {
  background: #FFF;
  border: none;
  color: #414042;
  position: absolute;
  top: 0;
  left: 2rem;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 0.688rem;
  text-align: left;
  opacity: 0;
  text-transform: uppercase;
  transition: all 0.4s;
  transform: translateY(1.5rem);
}
ul.blog__feed li a .card-footer .card-footer-wrapper .card-category {
  color: #6d7280;
  margin-right: 1.5rem;
  transition: all 0.3s;
}
ul.blog__feed li a .card-footer .card-footer-wrapper .card-sub {
  color: #ACB2BF;
  transition: all 0.3s;
}
/* ----------------------------- /*
/* blog posts
/* ----------------------------- */
.blog-posts-container {
  padding: 0 15px 0;
}
.blog-posts .button {
  box-shadow: none;
  border: none;
  background: #B82025;
  color: #FFF;
  border-radius: 4px;
  font-size: 0.938rem;
  line-height: 1;
  padding: 0.875rem 1.25rem;
  margin-right: 0;
}
.blog-posts-container .blog-post-header {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 34vh;
}
.blog-posts-container h1 {
  font-size: 3.75rem;
  font-weight: 500;
  max-width: 70vw;
}
.blog-post h4 {
  font-size: 16px;
  padding: 10px 0;
  margin: 0
}
.blog-post h4 span {}
.blog-post .publish-date {
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.blog-post h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.813rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
  margin-bottom: .25rem;
  text-transform: uppercase;
}
.blog-posts-container .article-wrap {
  position: relative;
  padding: 3rem 0 4rem;
  z-index: 15;
  max-width: 52rem;
  margin: -10% auto 6rem;
  z-index: 25;
}
.blog-posts-container .article-wrap::before {
  content: "";
  background: #FFF;
  width: 90vw;
  height: 22rem;
  transform: skew(0, 6deg) translateX(-50%);
  position: absolute;
  top: 2rem;
  left: 50%;
  z-index: -1;
}
.blog-post-container .article-wrap .article-author {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 3rem;
  text-align: center;
}
.blog-post-container .article-wrap .article-author img {
  margin: 0 auto 1.125rem;
  max-width: 3rem;
  border-radius: 50rem;
}
.blog-post-content .article-wrap .article-author p {
  color: #60BF70;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
}
.blog-post-container .article-wrap .article-inner {
  margin: 0 auto;
}
.blog-post-content .article-wrap .article-inner hr {
  background: #60BF70;
  height: 2px;
  width: 10rem;
  margin: 4rem auto;
}
.blog-post-container .article-wrap .article-inner h2 {
  font-size: 1.625rem;
  font-weight: 500;
  text-align: left;
  margin: 0 0 1.5rem;
}
.blog-post-container .article-wrap .article-inner p {
  font-size: 1.125rem;
  text-align: left;
  margin-bottom: 2rem;
}
.blog-post-container .article-wrap .article-inner p a {
  color: #60BF70;
  font-weight: 500;
}
.blog-post-container .article-wrap .article-inner p a:hover {
  color: #92D485;
}
.blog-post-container .article-wrap .article-inner p.opening {
  color: #414042;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.blog-post-container .article-wrap .article-inner ol {
  margin: 0 0 2rem;
  padding: 0 1rem;
  list-style: alpha outside none;
}
.blog-post-content .article-wrap .article-inner ol li {
  color: #B82025;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 0 1.25rem;
  padding: 0;
}
.blog-post-container .article-wrap .article-inner figure {
  margin: 5rem auto;
}
.blog-post-container .article-wrap .article-inner figure img {
  margin: 0 auto 2rem;
}
.blog-post-container .article-wrap .article-inner figure figcaption {
  color: #B82025;
  font-size: 0.813rem;
  line-height: 1.4;
  text-align: center;
}
.blog-footer {
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0 2rem 2rem rgba(67, 74, 89, 0.1);
  display: flex;
  align-items: center;
  padding: 4rem;
  position: relative;
  z-index: 2750;
  top: -8rem;
}
.blog-footer img {
  border-radius: 100rem;
  margin-right: 4rem;
  width: 8rem;
  height: 8rem;
}
.blog-footer .blog-author-desc h5 {
  color: #B82025;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
.blog-footer .blog-author-desc h5 span {
  color: #414042;
}
.blog-blog-index-body .blog-posts-container {
  float: none !important;
  width: auto !important;
}
.blog-blog-index-body .blog-sidebar, .blog-blog-index-body .blog-post h4, .blog-blog-index-body .blog-post .post-publish-info {
  display: none !important;
}
.blog-blog-index-body .blog-post h1, .blog-blog-index-body .blog-post h2 {
  font-size: 24px !important;
  letter-spacing: -0.25px !important;
  text-transform: none !important;
  font-weight: 500 !important;
  line-height: 1.3;
  padding: 10px 0;
}

.blog-blog-index-body .blog-post h1 a, .blog-blog-index-body .blog-post h2  a {
  color: #414042;
  font-weight: 200;
  font-size:1.4rem;
  letter-spacing:.02em
}

.blog-post .post-content strong {
  font-weight: 600;
}

.blog-post .post-content p {
  line-height: 1.6em;
  color: #414042;
  font-size:1rem;
}

.blog-posts .page-center {
  text-align: center;
  margin-bottom: 80px;
}
.blog-sidebar .sidebar-widget h3 {
  text-align: left !important;
}
.blog-posts .page-center h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 3rem auto 1rem;
  text-align: center;
  max-width: 75%;
}
.blog-blog-index-body .blog-img {
  float: none;
  display: block;
  width: 100%;
}
.blog-blog-index-body .blog-img img.post-image {
  float: none;
  width: 100%;
  max-width: none;
  padding: 0;
  border-radius: 4px;
}
@media (max-width:991px) {
  .blog-blog-index-body .blog-post.clearfix {
    padding: 0 8px 3rem;
    width: 100%;
    height: 100%;
    clear: none;
    border-bottom: 0px none;
  }
}
@media (min-width:992px) {
  .blog-blog-index-body .blog-post.clearfix {
    padding: 0 8px 3rem;
    width: 32.5%;
    height: 100%;
    clear: none;
    border-bottom: 0px none;
  }
}
.blog-blog-index-body .blog-posts-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.blog-blog-index-body .post-content.clearfix p:first-child {
  margin: 0 0 2em 0;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-blog-index-body .blog-post p a.button.button-small {
  box-shadow: none;
  border: none;
  background: transparent;
  color: #B82025;
  border-radius: 0;
  font-size: 1.125rem;
  line-height: 1;
  padding: 0;
  margin-right: 0;
  text-transform: none;
  letter-spacing: -0.25px;
  font-weight: 500;
}
.blog-post h3 {
  font-size: 1.5rem;
}
.blog-post.clearfix.featured {
  width: 100%;
  float: none;
  margin: 0;
  margin-bottom: 40px;
  position: relative;
}
.blog-blog-index-body .blog-post p a.button.button-small {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1em;
  border-radius: 25px;
  color: #B82025;
  border:2px solid #B82025;
  background: #fff;
  transition:all .3s ease-in-out
}
.blog-blog-index-body .blog-post p a.button.button-small:hover {
  color: #fff;
  border:2px solid #B82025;
  background: #B82025;
  transition:all .3s ease-in-out
}
.blog-img a img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.blog-img a {
  display: block;
}

@media (min-width: 992px){
  .blog-sidebar {
    float: left!important;
    width: 26%!important;
    top: 0rem!important;
  }
  .blog-posts-container {
    float: right!important;
    width: 72%!important;
  }
}

footer.footer__wrap{
  position:relative
}
footer.footer__wrap .alert {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    min-height: 70px;
    background: #B82025 ;
    margin-bottom: 0;
    border-color: #B82025 ;
    color:#222;
    text-align: center;

}
footer.footer__wrap .alert button {
    color: white;
    position: relative;
    top: 0px;
    opacity: .8;
    padding: .25rem;
}
footer.footer__wrap .alert a{
    color:#e5e5e5
}
footer.footer__wrap h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media(max-width:768px){
  footer.footer__wrap .alert {
	position: absolute;
}
}



li.dropdown, li.dropdown a.dropdown-item {
    position: relative;
}
.dropdown-item::after {
    position: absolute;
    right: -10px;
    float: none;
    display: inline-block;
    left: inherit;
    bottom: inherit;
    top: 50%;
}

nav.navbar.util-nav li.dropdown .dropdown-menu .dropdown-item:after {
left: 0;
  top: 100%;
}
.navbar-custom  li.nav-item > a.dropdown-toggle {
    display: block;
    position: absolute;
    right: 0;
    height: 25px;
}
@media (max-width: 767px){
.navbar-custom li.nav-item a.dropdown-toggle {
    display: inline-block;
    max-width: initial;
    width: 10%;
    float: none;
    padding: .5rem 0rem;
    text-align: right;
    min-height:initial;
    text-align: left;
}
}

.preHeader {
  display: block;
  position: relative
}
.preHeader .alert {
  position: relative;
  width: 100%;
  z-index: 99999;
  min-height: 70px;
  background: #B82025;
  margin-bottom: 0;
  border-color: #B82025;
  color: #fff;
  text-align: center;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row
}
.preHeader .alert h5, .preHeader .alert h5 a {
  color: #fff;
  padding: 0;
  margin: 0
}
.preHeader .alert h5 a:hover {
  color: #fff;
  text-decoration:none
}
.preHeader .alert h5 a:hover:after {
  display:none;
  text-decoration:none
}
.alert-dismissible .close, .preHeader .alert-dismissable .close {
  position: absolute;
  top: 50%;
  right: 20px;
  color: inherit;
  transform: translateY(-30px)
}
.preHeader .alert h5 button {
  padding: 8px 15px;
  color: #fff;
  background: 0 0;
  border: 1px solid #222;
  border-radius: 4px;
  margin-left: 25px;
  transition: all .3s ease-in-out;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1em
}
.preHeader .alert h5 button:focus, .preHeader .alert h5 button:hover {
  color: #fff;
  background: #222;
  border: 1px solid #222;
  transition: all .3s ease-in-out
}

@media (max-width:768px){
  img.img-responsive {
    width:100%;
    margin:1rem auto
  }
}
@media (max-width:767px){
  div.solution-btns.d-flex > div[class*="col-"] {
	margin-left: auto;
    margin-right: auto;
    max-width: 330px;
  }
}