/*
Theme Name: CAN Capital V2.0
Theme URI: https://cancapital.com/theme
Author: Core Website Team
Author URI: https://www.cancapital.com
Description: This is the official css template of CAN Capital
Version: 1.0.0
Text Domain: cancapital
Tags: custom-background
*/

@import url("assets/css/font-style.css");

.text-font-base {
    font-family: 'Fort-Light';
}

.text-font-base-book {
    font-family: 'Fort-Book';
}

.text-font-base-extra {
    font-family: 'Fort-Extrabold';
}

.text-color-primary {
    color: #6B1E74 !important;
}

.text-color-secondary {
    color: #00AEEF !important;
}

.text-black {
    color: black !important;
}

.bg-color-primary {
    background-color: #6B1E74 !important;
}

.bg-color-secondary {
    background-color: #00AEEF !important;
}

.bg-color-clear {
    background-color: #F8F9FA !important;
}

.bg-black-25 {
    background-color: rgba(0, 0, 0, 0.25);
}

.bg-black-50 {
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-white-25 {
    background-color: rgba(255, 255, 255, 0.3);
    transition: 1s;
}

.bg-white-60 {
    background-color: rgba(255, 255, 255, 0.6);
    transition: 1s;
}

.bg-white-70 {
    background-color: rgba(255, 255, 255, 0.7);
    transition: 1s;
}

/******** HEADER **********/
header .navbar-nav {
    display: none !important;
}

header .navbar-nav {
    font-weight: 400;
    font-style: normal;
}

header .navbar-nav .nav-link {
    color: black;
    padding: 0.6rem;
}

header .navbar-nav .nav-link:hover {
    color: #00AEEF;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #00AEEF !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #e9ecef;
}

.toggle-menu {
    display: flex !important;
    text-decoration: none !important;
}

.cursor-pointer {
    cursor: pointer;
}

/*********** Footer ************/
.hr-div {
    border-top: 2px solid black;
}

.hr-div-secondary {
    border-top: 2px solid #00AEEC;
}

.col-footer-SocialLinks,
.col-footer-logo {
    text-align: center;
}

/* .footer-SocialLinks {
    display: inline-flex;
} */

.SocialLinks {
    color: white;
    background-color: #00AEEC;
    border: 2px solid #00AEEC !important;
    width: 2.75rem;
    height: 2.75rem;
    padding: 8px 6px;
    text-align: center;
}

.SocialLinks:hover {
    color: #00AEEC;
    background-color: white;
    border-color: #00AEEC;
}

.footer-title {
    color: #6b1e74;
    font-family: 'Fort-Extrabold';
    font-weight: 800;
    letter-spacing: 0;
    line-height: 26px;
    min-height: 33px;
    min-width: 144px;
    white-space: nowrap;
}

footer .nav-link {
    color: black !important;
    padding: 0.5rem 1rem;
}

.footer-menu {
    text-align: center !important;
}

.div-bb {
    text-align: center;
}

.bb-icon {
    height: 65px;
}

.tp-icon {
    height: 6rem;
}

.bb-category {
    background-color: #00AEEC;
    border-radius: 10px;
    color: white;
    display: inline-block;
    padding: 0.5rem 1rem;
}

.footer-legend {
    text-align: center;
    font-size: 15px;
}

/*********** Buttons ************/
.btn-outline-main {
    font-family: 'Fort-Book';
    background-color: #00AEEF;
    border-radius: 15px;
    padding: .5rem 1rem;
    color: white;
    line-height: 1;
}

.btn-outline-main:hover {
    background-color: white;
    border-color: #00AEEF;
    padding: .5rem 1rem;
    color: #00AEEF;
}

.btn-outline-main-filled-white {
    font-family: 'Fort-Book';
    background-color: white;
    border-color: #00AEEF;
    border-radius: 15px;
    padding: .5rem 1rem;
    color: #00AEEF;
    line-height: 1;
}

.btn-outline-main-filled-white:hover {
    background-color: #00AEEF;
    color: white;
}

.btn-outline-secondary {
    font-family: 'Fort-Book';
    background-color: #6b1e74;
    border-radius: 10px;
    padding: .5rem 1rem;
    color: white;
    line-height: 1;
}

.btn-outline-secondary:hover {
    background-color: white;
    border-color: #6b1e74;
    color: #6b1e74;
}

.btn-can-primary {
    font-family: 'Fort-Book';
    background-color: #6B1E74;
    border-radius: 10px;
    padding: .5rem 1rem;
    color: white;
    border-color: #6b1e74;
    line-height: 1;
}

.btn-can-primary:hover {
    background-color: white;
    border-color: #6b1e74;
    color: #6b1e74;
}

.btn-can-filled-secondary {
    font-family: 'Fort-Book';
    background-color: #00AEEF;
    border-radius: 10px;
    padding: .5rem 1rem;
    color: white;
    border-color: #00AEEF;
    line-height: 1;
}

.btn-can-filled-secondary:hover {
    background-color: white;
    border-color: #00AEEF;
    color: #00AEEF;
}


.btn-can-secondary {
    font-family: 'Fort-Book';
    background-color: transparent;
    border-radius: 10px;
    padding: .5rem 1rem;
    color: #6B1E74;
    border-color: #6b1e74;
    line-height: 1;
}

.btn-can-secondary:hover {
    background-color: #6B1E74;
    color: white;
}

.btn-outline-can-primary {
    color: #00AEEF;
    border-color: #00AEEF;
}

.btn-outline-can-primary:hover {
    color: #fff;
    background-color: #00AEEF;
    border-color: #00AEEF;
}

.btn-outline-help {
    color: white;
    border: 3px solid white;
    border-radius: 20px;
    padding: 0.375rem 2rem !important;
}

.btn-outline-help:hover {
    color: #6B1E74;
    background-color: white;
}

/******* Sections **********/
.loading-screen-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
}

.loading-screen-icon {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.capchatmodal {
    z-index: 2000;
}

.modal-dialog {
    width: 600px !important;
    max-width: 90% !important;
}

.modal-content-resource {
    background: url('./assets/images/card_background.webp') no-repeat center;
    background-size: cover;
}

.wp-block-embed {
    margin: 0 !important;
    max-height: 100% !important;
    height: 280px !important;
}

.section-img {
    margin: 0;
    width: 100%;
    background: url('./assets/images/hero_woman.webp') no-repeat center;
    background-size: cover;
}

.section-img .jumbotron {
    background-color: transparent;
}

.section-img h1 {
    font-family: 'Fort-Extrabold';
    color: white;
    font-weight: 800 !important;
    line-height: 55px;
    /* font-size: 3rem; */
}

.section-img .btn-outline-main {
    font-size: 1.5rem;
    padding: 0.75rem 2rem;
    border-radius: 40px;
}

.section-2 h5 {
    line-height: 40px;
    max-width: 100%;
}

.section-3 ol li::marker {
    font-size: 1.5rem;
    font-family: 'Fort-Extrabold';
}

.section-4 h1 {
    line-height: 35px;
}

.hr-subTitle {
    border-top: 2px solid #00AEEF;
    width: 350px;
    max-width: 80%;
    margin-top: 0.25rem;
}

.tag {
    background: white;
    border: 1.5px solid #6B1E74;
    border-radius: 8px;
    padding: 0.25rem 1rem;
    font-size: 0.85rem;
}

.tag-hover:hover {
    background-color: #F8F9FA;
    transition: 0.5s;
}

.section-5 {
    width: 1300px;
}

.section-5 .newspress p,
.section-5 .mainnewpress p {
    font-size: 0.85rem;
}

/* .section-5 .mainnewpress p {
    font-size: 1.25rem;
} */

.section-5 .mainnewpress:hover {
    text-decoration: none !important;
}

.section-5 .mainnewpress {
    width: 550px;
    height: 350px;
    background-image: url('./assets/images/project-v2-2.webp');
    background-size: cover !important;
    position: relative;
    display: flex;
    align-items: flex-end;
    border-radius: .5rem !important;
}

.section-5 .detail {
    background: rgba(0, 0, 0, 0.5);
    border-bottom-right-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
    transition-duration: 1s;
}

.section-5 .detail:hover {
    background: rgba(0, 0, 0, 0.8);
    transition-duration: 1s;
}

.zoom125x {
    transition: transform 0.5s;
}

.zoom125x:hover {
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari 3-8 */
    transform: scale(1.1);
    z-index: 1
}

.section-form-subheading {
    font-family: 'Fort-Book';
}

.section-form ::placeholder {
    color: black;
}

.section-form input,
select {
    border-radius: 0.5rem !important;
}

.section-form input.form-control {
    height: calc(1.5em + 1rem + 2px);
}


.section-form input:focus~.form-floating-label {
    top: -15px;
    bottom: 10px;
    left: 15px;
    font-size: 14px;
}

.section-form textarea:focus~.form-floating-label {
    top: -15px;
    bottom: 10px;
    left: 15px;
    font-size: 14px;
}

.section-form input:required:valid~.form-floating-label {
    top: -15px;
    bottom: 10px;
    left: 15px;
    font-size: 14px;
}

.section-form textarea:required:valid~.form-floating-label {
    top: -15px;
    bottom: 10px;
    left: 15px;
    font-size: 14px;
}

.section-form input:focus~.form-floating-label-hidden {
    top: -15px;
    bottom: 10px;
    left: 15px;
    font-size: 14px;
    visibility: visible;
}


.section-form select:focus~.form-floating-label-hidden {
    top: -15px;
    bottom: 10px;
    left: 15px;
    font-size: 14px;
    visibility: visible;
}

.section-form .form-group {
    margin-top: 0.5rem !important;
}

.section-form input::placeholder {
    color: transparent;
}

#street::placeholder,
#Street__c::placeholder {
    color: black
}

#street:not(:focus):not(:placeholder-shown)~.form-floating-label-hidden,
#Street__c:not(:focus):not(:placeholder-shown)~.form-floating-label-hidden {
    top: -15px;
    bottom: 10px;
    left: 15px;
    font-size: 14px;
    visibility: visible;
    transition: 0.2s ease all;
}

#street:not(:focus):placeholder-shown~.form-floating-label-hidden,
#Street__c:not(:focus):placeholder-shown~.form-floating-label-hidden {
    visibility: none !important;
    transition: 0.2s ease all;
}

.section-form input:optional:not(:placeholder-shown)~.form-floating-label {
    top: -15px;
    bottom: 10px;
    left: 15px;
    font-size: 14px;
}

.form-floating-label-fixed {
    top: -15px;
    bottom: 10px;
    left: 15px;
    font-size: 14px;
    position: absolute;
    pointer-events: none;
}

.form-floating-label {
    position: absolute;
    pointer-events: none;
    left: 30px;
    top: 19px;
    transition: 0.2s ease all;
}

.form-floating-label-hidden {
    position: absolute;
    pointer-events: none;
    left: 30px;
    top: 15px;
    transition: 0.2s ease all;
    visibility: hidden;
}

.can-form .error {
    color: red;
    font-size: 14px;
}

.section-ApplyNow h1 {
    font-size: calc(1.25em + 1vw);
}

.section-ApplyNow p {
    font-size: calc(0.75em + 1vw);
}

.section-ApplyNow table {
    margin: 0 auto !important;
}

.section-ApplyNow img {
    width: 450px;
}

.section-ApplyNow .table-ApplyNow {
    display: none;
}

.section-ApplyNow .contact-ApplyNow {
    display: block;
}

.responsive-right-center-header,
.responsive-left-center-header {
    text-align: center;
}

.section-whoweare .responsive-left-center-header {
    line-height: 25px;
}

.can-video {
    height: 240px;
    width: 420px;
}

/* Products */
/* .product-content .wp-block-column {
    padding: 1.5rem !important;
} */

.product-content h2 {
    font-family: 'Fort-Extrabold';
    margin: 2rem;
}

.product-content h3 {
    font-family: 'Fort-Extrabold';
}

.product-content ul {
    padding-left: 0;
    font-size: 1.25rem;
    margin: 2rem 0rem;
}

.product-content ol {
    padding-left: 0;
    font-size: 1.25rem;
    margin: 1rem;
}

.product-content ul li {
    margin: 0;
    padding: 0 0 1.5rem 2.5rem;
    list-style: none;
    background-image: url('./assets/images/arrow-bullet.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 1.75rem;
}


.product-content ol {
    counter-reset: li;
    /* Initiate a counter */
}

.product-content ol>li {
    position: relative;
    /* Create a positioning context */
    margin: 0 0 6px 2em;
    /* Give each list item a left margin to make room for the numbers */
    padding: 4px 8px;
    /* Add some spacing around the content */
    list-style: none;
    /* Disable the normal item numbering */
    font-size: larger;
    font-family: 'Fort-Extrabold';
}

.product-content ol>li:before {
    content: counter(li);
    /* Use the counter as content */
    counter-increment: li;
    /* Increment the counter by 1 */
    /* Position and style the number */
    position: absolute;
    top: -2px;
    left: -2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 2em;
    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right: 8px;
    padding: 4px;
    color: #fff;
    background: #00AEEF;
    font-weight: bold;
    font-family: Fort-Extrabold;
    text-align: center;
    border-radius: 50%;
}

.product-content li ol,
li ul {
    margin-top: 6px;
}

ol ol li:last-child {
    margin-bottom: 0;
}

.product-content ol li>ul {
    margin: 0;
}

.product-content ol li>ul li {
    list-style: none;
    background-image: none;
    padding: 0;
    font-family: 'Fort-Light';
}

/* New & Press Releases */
.section-newpress-1 input::placeholder {
    color: black;
    font-family: 'Fort-Light';
}

.section-newpress-2 .detail {
    border-left: 0.35rem solid #00AEEC;
    padding: 0.5rem;

}

.section-newpress-2 .detail:hover {
    box-shadow: 5px 5px 5px 3px rgb(230, 230, 233);
    transition: 0.5s;
}

.section-newpress-2 a {
    cursor: pointer;
}

.section-newpress-2 p {
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
}

.txt-truncate {
    -webkit-line-clamp: 8;
    display: -webkit-box !important;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.header-truncate-1 {
    -webkit-line-clamp: 1;
    display: -webkit-box !important;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.header-truncate-2 {
    -webkit-line-clamp: 2;
    display: -webkit-box !important;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.header-truncate-3 {
    -webkit-line-clamp: 3;
    display: -webkit-box !important;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.header-truncate-4 {
    -webkit-line-clamp: 4;
    display: -webkit-box !important;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.section-newpress-2 .subtitle {
    font-size: 1.15rem;
    margin-bottom: 0.75rem;
    display: block;
}

.section-blog-2 .img-blog {
    position: relative;
    background-size: cover;
    display: inline-grid;
    border-radius: 10px;
}

.section-blog-2 .img-blog>* {
    z-index: 100;
}

.blog-header {
    display: block;
}

.table-blog-header {
    display: none;
}

.table-blog-header table,
.table-blog-header th,
.table-blog-header td {
    border: 15px solid #F8F9FA;
}

.tb-main-blog {
    width: 65%;
    background-size: cover;
    border-radius: 30px;
}

.tb-main-blog p {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.tb-sec-blog {
    background-size: cover;
    border-radius: 30px;
}

.table-blog-header .bg-white-25:hover,
.img-blog .bg-white-25:hover {
    transition: 1s;
    background-color: rgba(255, 255, 255, 0.6);
}

.card-product {
    margin-right: clamp(1rem, 25vw, 1rem) !important;
    margin-left: clamp(1rem, 25vw, 1rem) !important;
}

.blog-card {
    box-shadow: 5px 5px 0px #F8F9FA;
    transition: 0.5s;
}

.blog-card:hover {
    box-shadow: 5px 5px 0px #a0a0a8;
    transform: scale(1.04);
    transition: 0.5s;
}

.blog-card .card-header {
    background-size: cover;
    height: 45vw;
}

.blog-card h6 {
    line-height: 25px;
    margin-bottom: 1rem;
}

.blog-card p {
    font-size: 0.9rem;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.card-sm-p {
    font-size: 0.75rem;
}

.section-testimonials-img {
    margin: 0;
    width: 100%;
    background: url('./assets/images/Older_gentleman_mobile.webp') no-repeat center;
    background-size: cover;
    padding: 2rem !important;
}

.section-testimonials-img .jumbotron {
    background-color: transparent;
}

.section-testimonials-img h1 {
    font-family: 'Fort-Extrabold';
    color: white;
    font-weight: 800 !important;
    line-height: 55px;
    font-size: 3rem;
}

.section-testimonials-1 p {
    line-height: 50px;
    font-size: 1.75rem;
}

.section-resources-img {
    margin: 0;
    width: 100%;
    background: url('./assets/images/resource_header_image.webp') no-repeat center;
    background-size: cover;
    padding: 2rem !important;
}

.section-resources-img .jumbotron {
    background-color: transparent;
}

.section-resources-img h1 {
    font-family: 'Fort-Extrabold';
    color: white;
    font-weight: 800 !important;
    line-height: 55px;
    font-size: 3rem;
}

h2.background {
    position: relative;
    z-index: 1;
    font-size: 2.5rem;
}

h2.background:before {
    border-top: 2px solid #00AEEC;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

h2.background span {
    background: #fff;
    padding: 0 15px;
}

.div-table-testimonial {
    display: none;
}

.tb-testimonial-video {
    width: 50%;
}

.tb-testimonial table,
.tb-testimonial th,
.tb-testimonial td {
    border: 15px solid transparent;
}

.table-ApplyNow table,
.table-ApplyNow th,
.table-ApplyNow td {
    border: none;
}

.author {
    font-style: italic;
    font-family: 'Fort-Book';
    color: #6B1E74;
}

.section-faqs-img {
    margin: 0;
    width: 100%;
    background: url('./assets/images/FAQs_mobile.webp') no-repeat center;
    background-size: cover;
    padding: 2rem !important;
}

.section-faqs-img .jumbotron {
    background-color: transparent;
}

.section-faqs-img h1 {
    font-family: 'Fort-Extrabold';
    color: white;
    font-weight: 800 !important;
    line-height: 55px;
    font-size: 3rem;
}

.hr-div-faqs {
    border-top: 5px solid #00AEEC;
    width: 150px;
    margin-left: 0;
}

.section-faqs-1 .card-header {
    padding: 0.5rem 1rem !important;
}

.accordion .card-header {
    background-color: white;
}

.accordion .card-header:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f068";
    float: right;
    color: white;
}

.accordion .card {
    border: 1px solid white;
}

.accordion .card-body {
    border: 1px solid rgba(0, 0, 0, .125);
}

.accordion .card-header {
    background-color: #6B1E74;
}

.accordion .card-header.collapsed {
    background-color: white;
}

.accordion .card-header.collapsed:after {
    content: "\f067";
    color: #6B1E74;
}

.accordion .card-header a {
    color: white !important;
}

.accordion .card-header.collapsed a {
    color: #6B1E74 !important;
}

.section-contactus-img {
    margin: 0;
    width: 100%;
    background: url('./assets/images/contactus_mobile.webp') no-repeat center;
    background-size: cover;
    padding: 2rem !important;
}

.section-contactus-img .jumbotron {
    background-color: transparent;
}

.section-contactus-img h1 {
    font-family: 'Fort-Extrabold';
    color: white;
    font-weight: 800 !important;
    line-height: 55px;
    font-size: 3rem;
}

.section-our-offices p {
    font-size: 15px
}

.section-our-offices .info {
    padding-left: 2rem;
    padding-right: 2rem;
}

.section-our-offices .info h5 {
    border-left: 0.35rem solid #00AEEC;
    padding-left: 0.5rem;
}

.kennesaw {
    background-image: url('./assets/images/Kennesaw.jpg');
    background-size: cover;
}

.costa-rica {
    background-image: url('./assets/images/Costa-Rica.jpg');
    background-size: cover;
}

.section-our-offices iframe {
    width: 100% !important;
    height: 100% !important;
}

.nofilter {
    filter: none !important;
}

.gray-scale {
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
}

.icon-bar {
    margin-bottom: 1rem;
}

.icon-bar a {
    text-align: center;
    color: #00AEEC;
}

.bar-icon {
    width: 2rem !important;
    height: 2rem !important;
    font-size: 1.25em;
    padding: 6px;
    margin: 2px 0;
}

.bar-icon:hover {
    background-color: #00AEEC !important;
    color: white;
}

.blogdetails-img {
    background-size: cover;
}

.breadcrumb {
    background-color: transparent !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">" !important;
    color: white;
    font-family: 'Fort-Light';
}

.blog-body {
    margin-top: -65px;
}

.blog-list {
    list-style-type: disclosure-closed;
    padding-left: 1.5rem;
    color: #00AEEC;
}

/******* Timeline **********/
.container-timeline {
    padding: 2rem 0;
}

.timeline-vertical {
    display: block;
}

.timeline-vertical li {
    list-style: none;
    padding-bottom: 1rem;
    border-left: 1px solid #00AEEC;
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
}

.timeline-vertical li::before {
    content: "";
    width: 15px;
    height: 15px;
    background: #6B1E74;
    border: 1px solid #6B1E74;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    top: 0px;
}

.timeline-horizontal {
    display: none;
}

.timeline {
    height: 20px;
    list-style: none;
    text-align: justify;
    margin: 80px auto;
    padding: 0 7em;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(45%, rgba(255, 255, 255, 0)), color-stop(51%, rgba(0, 174, 239, 1)), color-stop(57%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(0, 174, 239, 1) 51%, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 100%);
}

.timeline:after {
    display: inline-block;
    content: "";
    width: 100%;
}


.timeline::after {
    display: inline-block;
    content: "";
    width: 100%;
}

.timeline li {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #6B1E74;
    text-align: center;
    line-height: 1.2;
    position: relative;
    border-radius: 50%;
}

.timeline li::before {
    display: inline-block;
    content: attr(data-year);
    font-size: 18px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    border-radius: 8px;
    padding: 0.25rem 0.5rem;
    border: 1px solid #6B1E74;
}

.timeline li:nth-child(odd):before {
    top: -45px;
}

.timeline li:nth-child(even):before {
    bottom: -45px;
}

.timeline li:after {
    display: inline-block;
    content: attr(data-text);
    font-size: 16px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    line-height: 25px;
    width: 200px;
}

.timeline li:nth-child(odd):after {
    bottom: 0;
    margin-bottom: -10px;
    transform: translate(-50%, 100%);
}

.timeline li:nth-child(even):after {
    top: 0;
    margin-top: -10px;
    transform: translate(-50%, -100%);
}

/******* Policy Pages **********/

#policyContent h1 {
    color: #6B1E74 !important;
    font-family: 'Fort-book';
    margin-bottom: 0 !important;
}

/******* Careers Pages **********/
.tb-careers-autohide {
    display: none;
}

.tb-careers-autoshow {
    display: table-row;
}

/******* Carousel **********/
.carousel-homepage {
    width: 95%;
    margin: auto;
}

.carousel-homepage p {
    line-height: 30px;
    text-align: left;
    color: black;
    font-size: 1em;
}

.wp-block-image img {
    margin-right: 0;
    margin-top: 0;
}

/******** HOVER BEHAVIORS *************/
.box-shadow-hover:hover {
    box-shadow: 5px 5px 5px 3px rgb(143, 143, 143);
}

.box-shadow-hover {
    transition: box-shadow 0.5s;
    /* out Effect */
}

/* Print Style Sheet */
@media print {
    body {
        background: white;
        color: black;
        margin: 0;
    }

    #header {
        display: block;
    }

    #content {
        display: block;
    }

    #comments {
        display: none;
    }

    #sidebar {
        display: none;
    }

    #footer {
        display: block;
    }
}

/******* Sizes **********/
.fa-175x {
    font-size: 1.75em;
}

.fa-15x {
    font-size: 1.5em;
}

.fa-125x {
    font-size: 1.25em;
}

/******* Width & Height **********/
.lh-1 {
    line-height: 1 !important;
}

.myv-1 {
    margin-top: 1vw !important;
    margin-bottom: 1vw !important;
}

.myv-2 {
    margin-top: 2vw !important;
    margin-bottom: 2vw !important;
}

.myv-3 {
    margin-top: 3vw !important;
    margin-bottom: 3vw !important;
}

.myv-4 {
    margin-top: 4vw !important;
    margin-bottom: 4vw !important;
}

.myv-5 {
    margin-top: 5vw !important;
    margin-bottom: 5vw !important;
}

.mw-10 {
    max-width: 10% !important;
}

.mw-20 {
    max-width: 20% !important;
}

.mw-30 {
    max-width: 30% !important;
}

.mw-40 {
    max-width: 40% !important;
}

.mw-50 {
    max-width: 50% !important;
}

.mw-60 {
    max-width: 60% !important;
}

.mw-70 {
    max-width: 70% !important;
}

.mw-80 {
    max-width: 80% !important;
}

.mw-90 {
    max-width: 90% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

.h-10 {
    height: 10% !important;
}

.h-20 {
    height: 20% !important;
}

.h-30 {
    height: 30% !important;
}

.h-40 {
    height: 40% !important;
}

.h-60 {
    height: 60% !important;
}

.h-70 {
    height: 70% !important;
}

.h-80 {
    height: 80% !important;
}

.h-90 {
    height: 90% !important;
}

.mh-10 {
    max-height: 10vh !important;
}

.mh-20 {
    max-height: 20vh !important;
}

.mh-30 {
    max-height: 30vh !important;
}

.mh-40 {
    max-height: 40vh !important;
}

.mh-50 {
    max-height: 50vh !important;
}

.mh-60 {
    max-height: 60vh !important;
}

.mh-70 {
    max-height: 70vh !important;
}

.mh-80 {
    max-height: 80vh !important;
}

.mh-90 {
    max-height: 90vh !important;
}

.mh-100 {
    max-height: 100vh !important;
}