  /* Wordpress Block Styles */
.featured-content-item-left {
    padding: 50px 0px;
    color: #fff;
    text-align: left;
    min-height: 500px;
    background-size: cover !important;
    background-position: center !important;
    margin-top: 40px;
    position: relative;
}
.featured-content-item-right {
    padding: 50px 0px;
    color: #fff;
    text-align: right;
    min-height: 500px;
    background-size: cover !important;
    background-position: center !important;
    margin-top: 40px;
    position: relative;
}
.featured-content-item-left a, .featured-content-item-right a, .featured-content-item-left p a, .featured-content-item-right p a {
    color: #fff !important;
    text-decoration: underline !important;
    font-weight: bold !important;
}
.featured-content-item-left a:hover, .featured-content-item-right a:hover, .featured-content-item-left p a:hover, .featured-content-item-right p a:hover {
    color: #fff !important;
    text-decoration: underline !important;
    font-weight: bold !important;
    cursor: pointer !important;
}
.featured-content-item-left a:active, .featured-content-item-right a:active, .featured-content-item-left a:visted, .featured-content-item-right a:visted, .featured-content-item-left a:focus, .featured-content-item-right a:focus, .featured-content-item-left p a:active, .featured-content-item-right p a:active, .featured-content-item-left p a:visted, .featured-content-item-right p a:visted, .featured-content-item-left p a:focus, .featured-content-item-right p a:focus{
    color: #fff !important;
    text-decoration: underline !important;
    font-weight: bold !important;
    cursor: pointer !important;
}
.featured-content-item-left.last, .featured-content-item-right.last {
    margin-bottom: -101px;
}
.featured-content-item-right.diagonal {
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
}
.featured-content-item-left.diagonal {
    clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0 100%);
}
.featured-content-item-right .inner, .featured-content-item-left .inner {
    position: relative;
}
.featured-content-item-right:before, .featured-content-item-left:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .6; 
}
.featured-item-title {
    font-size: 60px;
    line-height: 60px;
    width: 600px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff !important;
}
.featured-content-item-right p, .featured-content-item-left p {
    color: #fff;
}
.featured-content-item-right button, .featured-content-item-left button {
    background: #1751A0;
    color: #fff;
    border-radius: 5px;
    padding: 15px;
    box-shadow: none;
    border: none;
}
.featured-content-item-right .featured-item-title {
    text-align: right;
    float: right;
    margin-left: 200px;
    width: 100%;
    padding-left: 150px;
}
.featured-content-item-right button {
    float: right;
}
.featured-content-button {
    -webkit-transition: background 1s; /* For Safari 3.0 to 6.0 */
    transition: background 1s; /* For modern browsers */
}
.featured-content-button:hover {
    background: #042558;
}
.link-box-left, .link-box-right {
    width: 100%;
    height: 250px;
    background-size: cover !important;
    box-sizing: border-box;
    padding: 20px;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
}
.link-box-title {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    font-family: Roboto;
}

.link-box-link {
    text-decoration: none;
}

.animated-link-box {
    width: 100%;
    height: 250px;
    background-size: cover !important;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    margin-top: 20px;
}
.animated-link-box:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    transition: 0.4s;
}
.animated-link-box:hover:before {
    opacity: 0.5;
}
.animated-link-box-title, .animated-link-box-content {
    color: #fff !important;
    position: relative;
}
.animated-link-box-content {
    margin-top: -20px;
    right: -120%;
    top: 135px;
    transition: 0.4s;
    position: absolute;
}
.animated-link-box-title:after {
  content: '';
  margin-left: 12px;
  margin-right: 10px;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 2px solid #fff;
  transition: 0.4s;
  position: absolute;
}
.animated-link-box-title {
  padding-bottom: 10px;
}
.animated-link-box:hover .animated-link-box-content {
    right: -10px;
    margin-top: -20px;
    font-size: 1.5em;
    padding-right: 40px;
    float: right;
}
.animated-link-box:hover .animated-link-box-title:after {
  width: 80%;
}
.wp-block-columns:last-of-type .animated-link-box:last-of-type {
    margin-bottom: 50px;
}

.sub-page-link-container {
    padding-bottom: 30px;
    margin-top: 30px;
    border-bottom: 1px solid #efefef;
}
.sub-page-link-container:first-of-type {
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: 30px;
}
.sub-page-link-container:last-of-type {
    margin-bottom: 80px;
    border-bottom: 0px;
}
.sub-page-link-title {
    margin-top: -5px !important;
}
.sub-page-link-image {
    width: 100%;
    height: 250px;
    background-size: cover !important;
    background-position: center !important;
}
.sub-page-link {
    font-family: 'Roboto Slab';
    text-transform: uppercase;
    color: #1751A0;
    padding-bottom: 10px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
}
.sub-page-link:after {
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    background: #042558;
    transition: width .3s;
}
.sub-page-link:hover:after {
    width: 100%;
}
/* Membership Type Box */
.membership-type-box {
    display: block;
    box-sizing: border-box;
    padding: 20px;
    border: 3px solid #1751A0;
    min-height: 300px;
}
.membership-payment-button {
    padding: 10px;
    color: #fff;
    font: 'Roboto';
    width: 100px;
    border-style: none;
    background: #1751A0;
}
.dashboard-box-image {
    background-size: cover !important;
    background-position: center !important;
}
.back-to-dashboard {
    background: #1751A0;
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 30px;
    width: 220px;
    color: #fff;
    font-family: 'Roboto Slab';
    -webkit-transition: background 1s; /* For Safari 3.0 to 6.0 */
    transition: background 1s; /* For modern browsers */
}
.membership-dashboard-box .action-link {
        display: none;
    }
.back-to-dashboard:hover {
    background: #042558;
    
}
#crm-profile-block, .crm-profile-view {
    box-sizing: border-box;
    padding: 20px;
}
#crm-profile-block input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 10px;
}

.membership-dashboard-box {
    display: block;
    border: 5px solid #1751A0;
    margin-bottom: 70px;
    min-height: 500px;
}
.membership-dashboard-link-box {
    display: block;
    border: 5px solid #042F71;
    margin-bottom: 30px;
}
.dashboard-box-image {
    height: 100%;
    width: 100%;
    display: block;
    background-size: cover;
    min-height: 500px;
}
.membership-dashboard-link-box {
    overflow: hidden;
    height: 400px;
    position:relative;
}
.info-box-icon .fa-solid {
    font-size: 100px;
    margin: 10px;
}
.info-box p {
    font-size: 18px;
    line-height: 30px;
}
.info-box {
    position:relative;
    bottom:-400px;;
    height:400px;
    width:100%;
    left:0;
    top: 350px;
    background: #1751A0;
    padding: 0px;
    padding-top: 0px;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    -webkit-transition: top 0.5s; /* For Safari 3.1 to 6.0 */
    transition: top 0.5s;
}
.info-box-inner {
    padding: 50px;
    box-sizing: border-box;
}
.dashboard-box-inner {
    padding: 20px;
    box-sizing: border-box;
}
.dashboard-link-box-image:hover > .info-box {
    top: 0px;
}
.membership-dashboard-link-box:hover {
    cursor: pointer;
}
.dashboard-link-box-button {
    background: #042F71;
    color: #fff;
    padding: 10px;
    width: 100%;
    border: 0px;
}
.dashboard-link-box-image {
    height: 400px;
    width: 100%;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
}

/* Blue Content Box */
.blue-content-box {
    padding: 20px;
    color: #fff;
    background: #1751A0;
}
.blue-content-box a, .blue-content-box a:visited, .blue-content-box a:active, .blue-content-box a:focus, .blue-content-box a:hover {
    color: #fff !important;
}
.blue-content-box h2 {
    color: #fff !important;
}

/* Swiper Slides */
.swiper-wrapper, .swiper-slide {
    min-height: 450px;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    position: absolute;
    bottom: 20px !important;
    margin-right: 75px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fff;
}
.swiper-inner-content {
    padding: 25px;
    background: #fff;
    width: 550px;
    height: 300px;
    overflow: hidden;
    margin-top: 10px;
    box-sizing: border-box;
    animation: fadeIn 1s;
    animation-delay: 0.5s;
    animation-fill-mode: backwards;
}
.swiper-inner-content h2 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.swiper-container {
    position: relative;
}
