/*------------------------------------*\
    
    Posts CSS
    
    Posts.................Post content for loop on blog homepage, category, search page, archives, etc.
    Sidebar...............Sidebar elements.

\*------------------------------------*/

.blog-listing-container > .container {
    padding: 0;
}

.blog-post__item {
    display: flex;
    flex-direction: column;
    margin: 0 auto 50px auto;
    border: 1px solid #ddd;
    overflow: hidden;
    height: calc(100% - 50px);
    max-width: 420px;
    transition: all 0.3s ease-in-out;
}

.blog-post__item.blog-post__featured {
    display: block;
    max-width: 100%;
}

.blog-post__img-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* for 16:9 aspect ratio */
    overflow: hidden;
}

.blog-post__img-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 !important;
}

.blog-post__title {
    margin-bottom: 15px;
    font-size: 20px;
    color: #585d61;
    line-height: 1.3;
    font-weight: normal;
}

@media (min-width: 768px) {
    .blog-post__title {
        font-size: 25px;
    }
}

.blog-post__title a {
    display: block;
    text-decoration: none;
    color: #585d61;
    font-size: inherit;
}

.blog-post__link,
.blog-post__item .btn,
.blog-post__item .btn-primary {
    margin-top: 10px;
}

.search-result__link,
.blog-post__link {
    padding: 15px 20px;
    background-color: #5971f0;
    width: fit-content;
    text-decoration: none;
    color: #FFFFFF;
    border-radius: 5px;
}


.blog-post__link:hover {
    color: #FFFFFF;
}

.blog-post__meta {
    font-size: .8em;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-post__tag {
    /*padding: 5px;*/
    /*margin-right: 5px;*/
    /*background-color: #f0f0f0;*/
    /*border-radius: 5px;*/
    margin-bottom: 5px;
    text-decoration: none;
    color: #0a58ca;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
}

.blog-post__bottom__date,
.blog-post__featured_label {
    padding-bottom: 5px;
}

.blog-post__excerpt {
    flex-grow: 1;
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 20px;
    text-decoration: none;
    line-height: 1.5;
    margin-bottom: 1em;
    color: #585d61;
    letter-spacing: 0.1em;
}

@media (min-width: 768px) {
    .blog-post__excerpt {
        font-size: 16px;
    }
}

.blog-post__featured .blog-post__excerpt {
    padding-bottom: 60px;
}

.blog-post__featured .blog-post__img-container,
.blog-post__featured .show {
    height: 100%;
}

.blog-post__featured .blog-post__meta {
    position: relative;
}

.blog-post__featured .blog-post__bottom {
    position: relative;
    width: 100%;
}

.blog-post__bottom {
    display: flex;
    justify-content: space-between;
    border-top: solid 1px #ddd;
    padding-top: 20px;
    text-decoration: none;
    color: #585d61;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

/* Author Box */

.blog-post__author {
    padding-bottom: 20px;
}

.blog-single__author {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
	gap: 20px;
    padding: 32px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
    border: 1px solid #ddd;
    background: #ffffff;
}

.blog-single__author__avatar,
.blog-single-meta__author__avatar {
    margin-right: 10px;
}

.blog-single__author__avatar img,
.blog-single-meta__author__avatar img {
    border-radius: 50%;
}

.blog-single__author__info {
    flex: 1;
}

.blog-single__author__name {
    margin: 0;
    font-size: 24px;
    color: #333;
}

.blog-single__author__position {
    font-size: 14px;
    font-weight: 400px;
    padding-bottom: 0;
}

.blog-single__author__email {
	display: flex;
    align-items: center;
    font-size: 12px;
    margin-bottom: 10px;
}

.blog-single__author__email a {
	display: flex;
    margin-right: 10px;
    align-items: center;
}


.blog-single__author__bio {
    font-size: 16px;
	font-weight: 400;
    color: #555;
}

.blog-single__author__name,
.blog-single__author__bio {
    padding-bottom: 10px;
}

.blog-single__author__bio:last-child {
    padding-bottom: 0;
}

.blog-single-meta__info {
    display: flex;
    align-items: center;
}

.blog-single__author__email__icon {
    margin-right: 5px;
}

.blog-single__author__email__link {
    text-decoration: none;
}

.blog-single__author__social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.blog-single__author__social__icon {
    width: 20px;
    height: 20px;
}

@media (min-width: 768px) {
    .blog-single__author {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
    
    
}


/* Author Box */

.blog-post__author {
    padding-bottom: 20px;
}

.blog-single__author {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
	gap: 20px;
    padding: 32px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
    border: 1px solid #ddd;
    background: #ffffff;
}

.blog-single__author__avatar,
.blog-single-meta__author__avatar {
    margin-right: 10px;
}

.blog-single__author__avatar img,
.blog-single-meta__author__avatar img {
    border-radius: 50%;
}

.blog-single__author__info {
    flex: 1;
}

.blog-single__author__name {
    margin: 0;
    font-size: 24px;
    color: #333;
}

.blog-single__author__position {
    font-size: 14px;
    font-weight: 400px;
    padding-bottom: 0;
}

.blog-single__author__email {
	display: flex;
    align-items: center;
    font-size: 12px;
    margin-bottom: 10px;
}

.blog-single__author__email a {
	display: flex;
    margin-right: 10px;
    align-items: center;
}


.blog-single__author__bio {
    font-size: 16px;
	font-weight: 400;
    color: #555;
}

.blog-single__author__name,
.blog-single__author__bio {
    padding-bottom: 10px;
}

.blog-single__author__bio:last-child {
    padding-bottom: 0;
}

.blog-single-meta__info {
    display: flex;
    align-items: center;
}

.blog-single__author__email__icon {
    margin-right: 5px;
}

.blog-single__author__email__link {
    text-decoration: none;
}

.blog-single__author__social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.blog-single__author__social__icon {
    width: 20px;
    height: 20px;
}

@media (min-width: 768px) {
    .blog-single__author {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
    
    
}


/* Author Box */

.blog-post__author {
    padding-bottom: 20px;
}

.blog-single__author {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
	gap: 20px;
    padding: 32px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
    border: 1px solid #ddd;
    background: #ffffff;
}

.blog-single__author__avatar,
.blog-single-meta__author__avatar {
    margin-right: 10px;
}

.blog-single__author__avatar img,
.blog-single-meta__author__avatar img {
    border-radius: 50%;
}

.blog-single__author__info {
    flex: 1;
}

.blog-single__author__name {
    margin: 0;
    font-size: 24px;
    color: #333;
}

.blog-single__author__position {
    font-size: 14px;
    font-weight: 400px;
    padding-bottom: 0;
}

.blog-single__author__email {
	display: flex;
    align-items: center;
    font-size: 12px;
    margin-bottom: 10px;
}

.blog-single__author__email a {
	display: flex;
    margin-right: 10px;
    align-items: center;
}


.blog-single__author__bio {
    font-size: 16px;
	font-weight: 400;
    color: #555;
}

.blog-single__author__name,
.blog-single__author__bio {
    padding-bottom: 10px;
}

.blog-single__author__bio:last-child {
    padding-bottom: 0;
}

.blog-single-meta__info {
    display: flex;
    align-items: center;
}

.blog-single__author__email__icon {
    margin-right: 5px;
}

.blog-single__author__email__link {
    text-decoration: none;
}

.blog-single__author__social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.blog-single__author__social__icon {
    width: 20px;
    height: 20px;
}

@media (min-width: 768px) {
    .blog-single__author {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
    
    
}


@media (min-width: 1025px) {
    .blog-post__featured .blog-post__meta {
        padding: 20px 20px 20px 0;
    }
}


@media (min-width: 1200px) {
    .dummy-link:hover {
        color: #000000;
    }

    .blog-post__tag:hover {
        color: #000000;
    }

    .blog-post__item:hover {
        box-shadow: 5px 5px 60px rgb(235, 235, 235), -5px -5px 60px rgb(237, 237, 237);
        transition: all .5s;
        transform : translateY(-10px);
    }
}


        /**
         * Sidebar
         */

/* Blog Sidebar */

.blog .page-sidebar .widget {
    margin-bottom: 50px;
}



/**
* FX Load More
*/

/* Load More Progress Bar */
.load-more {
    text-align: center;
}

.load-more__progress {
    margin-top: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 10px;
    border: 0;
    border-radius: 0;
    min-width: 250px;
}

progress::-webkit-progress-bar,
progress::-webkit-progress-value,
progress::-moz-progress-bar {
    height: 10px;
    border: 0;
    border-radius: 0;
}

progress::-webkit-progress-bar {
    background-color: #ddd;
}

progress::-webkit-progress-value {
    background-color: #4a4a4a;
    /* TODO: Please add a branded background color for progress bar value */
}

/* Loading Indicator */
.is-loading:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 50px;
    height: 50px;
    border: 5px solid;
    border-color: #E3E3E3 #E3E3E3 transparent;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: simpleSpin 1.5s linear infinite;
    animation: simpleSpin 1.5s linear infinite;
}

/* Load More Button */
.load-more__btn {
    border: 0;
    display: block;
    margin: 20px auto;
    padding: 10px;
    background-color: #1f7dea;
    color: #fff;
    border-radius: 5px;
}

.load-more__btn.is-loading {
    position: relative;
    opacity: 0.6;
    cursor: not-allowed;
}

.load-more__btn.is-loading:before {
    width: 20px;
    height: 20px;
}

.load-more__btn.is-disabled {
    cursor: not-allowed;
    background-color: #f0f0f0;
}

/* Placeholder Space */
.placeholder-block {
    position: relative;
    display: flex;
}

.placeholder-block__inner {
    flex-grow: 1;
    background-color: #fafafa;
}

.placeholder-block.is-loading:before {
    width: 50px;
    height: 50px;
}

@-webkit-keyframes simpleSpin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotateZ(0deg);
        transform: translate(-50%, -50%) rotateZ(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@keyframes simpleSpin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotateZ(0deg);
        transform: translate(-50%, -50%) rotateZ(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

/* Single Post Pagination */
.post-pagination {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.btn-post-pagination {
    background: #dadada;
    font-size: 15px;
    padding: 10px 20px;
    color: #747474;
    position: relative;
}

.post-pagination-text {
    display: none;
}

.btn-post-pagination:hover {
    background: #ebebeb;
}

.btn-post-pagination strong {
    display: block;
    font-size: 12px;
}

.btn-previous-post,
.btn-next-post {
    max-width: 48%;
    flex: 0 0 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    text-decoration: none;
}

.btn-previous-post {
    padding-left: 40px;
}

.btn-next-post {
    padding-right: 40px;
}

.mobile-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #747474;
}

.mobile-arrow {
    position: absolute;
}

.btn-previous-post .mobile-arrow {
    left: 19px;
}

.btn-next-post .mobile-arrow {
    right: 19px;
}

.btn-previous-post .mobile-arrow:after {
    transform: rotate(180deg);
}

@media (min-width: 768px) {
    .post-pagination-text {
        display: block;
    }

    .btn-previous-post,
    .btn-next-post {
        text-align: inherit;
    }
}

/* Search Results */
.search-results {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.search-result {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 0 0 10px 0;
}

.search-result__title {
    margin-bottom: 16px;
    color: #000000;
}

.search-result__excerpt {
    margin-bottom: 20px;
    color: #000000;
}

.search-result__img-container img {
    max-width: 280px;
    max-height: 280px;
    object-fit: contain;
}

.search_bar,
.blog_title_bar {
    padding: 40px 0 20px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.blog_title_bar {
    margin-bottom: 20px;
}

.blog_title_bar input,
.blog_title_bar select,
.search_bar input,
.search_bar select {
    height: 35px;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 5px;
    padding-left: 10px;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .search-result {
        flex-direction: column-reverse;
    }
}

.blog_title_bar select {
    width: 100%;
    margin-bottom: 5px;
}

.blog_title_bar input.search_bar_input {
    position: initial;
    width: 100%;
    margin-bottom: 5px;
}

.blog_title_bar input.search_bar_submit,
.search_bar input.search_bar_submit {
    position: initial;
    width: 100%;
    background-color: #1f7dea;
    color: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    border-radius: 5px;
}

.search_bar input.search_bar_input,
.search_form input.search_bar_input {
    height: 50px;
    max-width: 265px;
}

.search_bar input.search_bar_submit,
.search_form input.search_bar_submit {
    height: 50px;
    border: solid 1px #1f7dea;
}

.search_bar .choices__inner,
.blog_title_bar .choices__inner {
    height: 50px;
    background: #fff;
}

.search_bar .choices__inner .choices__list,
.blog_title_bar .choices__inner .choices__list {
    height: 40px;
    line-height: 22px;
}

.search_bar .choices,
.blog_title_bar .choices {
    width: 363px;
    max-width: 363px;
}

.right-title-bar {
    display: flex;
    justify-content: flex-end;
}

.right-title-bar input.search_bar_submit {
    height: 50px;
    border: solid 1px #1f7dea;
}

.right-title-bar .choices,
.right-title-bar .search_form {
    width: 50%;
}

.right-title-bar .search_form form {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.toc-container {
    margin: 20px 0;
}

@media (min-width: 600px) {
    .blog_title_bar input.search_bar_input,
    .search_bar input.search_bar_input {
        position: relative;
        top: 1px;
        left: 10px;
    }

    .right-title-bar input.search_bar_input {
        top: 1px;
    }

    .search_bar input.search_bar_input,
    .blog_title_bar input.search_bar_input {
        /*width: 60%;*/
    }

    .blog_title_bar input.search_bar_submit,
    .search_bar input.search_bar_submit {
        position: relative;
        background-color: #1f7dea;
        color: #FFFFFF;
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
        border-radius: 0 5px 5px 0;
    }
}

.popular-posts h2 {
    text-align: center;
    padding-bottom: 20px;
}

.blog-single-container {
    padding-bottom: 50px;
}

.blog-single-container .blog-post__img-container {
    margin-bottom: 20px;
}

.blog-single-meta {
    padding-bottom: 20px;
}

.blog-single-meta .social-share-row {
    padding: 0 !important;
    text-align: right;
    height: 100%;
    justify-content: flex-start !important;
}

.blog-listing__pagination {
    padding-top: 20px;
}

@media (min-width: 600px) {
    .blog-single-meta .social-share-row {
        justify-content: flex-end !important;
    }
}

/*------------------------------------*\
    Bootstrap
\*------------------------------------*/
/**
  * Wrappers
**/
.container,
.container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x, 21px);
    /* TODO: Update "21px" if a custom grid is specified in the 'Design Notes' of your build specs. Screenshot: https://webpagefx.mangoapps.com/msc/NzQxNjEzXzkxMTc3MTc */
    padding-left: var(--bs-gutter-x, 21px);
    /* TODO: Update "21px" if a custom grid is specified in the 'Design Notes' of your build specs. Screenshot: https://webpagefx.mangoapps.com/msc/NzQxNjEzXzkxMTc3MTc */
    margin-right: auto;
    margin-left: auto;
}

.container {
    max-width: var(--container-max-width);
}

.container-fluid {
    max-width: var(--fluid-container-max-width);
}

@media (min-width: 768px) {

    .container,
    .container-fluid {
        padding-right: var(--bs-gutter-x, 52px);
        padding-left: var(--bs-gutter-x, 52px);
    }
}

@media (min-width: 1025px) {

    .container,
    .container-fluid {
        padding-right: var(--bs-gutter-x, 63px);
        padding-left: var(--bs-gutter-x, 63px);
    }
}

@media (min-width: 1367px) {

    .container,
    .container-fluid {
        padding-right: var(--bs-gutter-x, 21px);
        padding-left: var(--bs-gutter-x, 21px);
    }
}


/**
   * Rows & Columns
  */

.row {
    --bs-gutter-x: 19px;
    /* TODO: Update "19px" if a custom grid is specified in the 'Design Notes' of your build specs. Screenshot: https://webpagefx.mangoapps.com/msc/NzQxNjEzXzkxMTc3MTc */
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.col {
    flex: 1 0 0%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-xxs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-xxs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-xxs-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-xxs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-xxs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-xxs-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-xxs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-xxs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-xxs-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-xxs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-xxs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-xxs-12 {
    flex: 0 0 auto;
    width: 100%;
}

.col-xxs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xxs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xxs-offset-3 {
    margin-left: 25%;
}

.col-xxs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xxs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xxs-offset-6 {
    margin-left: 50%;
}

.col-xxs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xxs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xxs-offset-9 {
    margin-left: 75%;
}

.col-xxs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xxs-offset-11 {
    margin-left: 91.66666667%;
}


/* XS devices (phones, 600px and up) */
@media (min-width: 600px) {
    .col-xs-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xs-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xs-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xs-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xs-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xs-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xs-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xs-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xs-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xs-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xs-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xs-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xs-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .col-xs-offset-0 {
        margin-left: 0;
    }

    .col-xs-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xs-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xs-offset-3 {
        margin-left: 25%;
    }

    .col-xs-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xs-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xs-offset-6 {
        margin-left: 50%;
    }

    .col-xs-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xs-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xs-offset-9 {
        margin-left: 75%;
    }

    .col-xs-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xs-offset-11 {
        margin-left: 91.66666667%;
    }
}

/* Small devices (tablets, 768px and up) */


@media (min-width: 768px) {
    .row {
        --bs-gutter-x: 32px;
        /* TODO: Update "32px" if a custom grid is specified in the 'Design Notes' of your build specs. Screenshot: https://webpagefx.mangoapps.com/msc/NzQxNjEzXzkxMTc3MTc */
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
}

/* Medium devices (desktops, 1025px and up) */
@media (min-width: 1025px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
}

/* XL devices (large desktops, 1366px and up) */
@media (min-width: 1366px) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }
}