/**************/
/*** Search ***/
/**************/

.petpagespro-details .social .copy-button,
.petpagespro-details .social .share-api-button {
    cursor: pointer;
}

/* Ensure that filters are always visible above phone size */
@media(min-width: 481px) {
    .filters, .options-filters {
        display: block !important;
    }
}

/* Hide filters by default at phone size */
@media(max-width: 480px) {
    .filters, .options-filters {
        display: none;
    }
}

/* Adjust min height of box for longer pet names */
.details {
    min-height: 130px;
}

.petpagespro-details .social img {
    width: 45px;
    height: 45px;
}

.petpagespro-search-container input[type="checkbox"].filter + label {
    padding-left: 33px;
}

.petpagespro-search-container .options-filters-placement .filter-container {
    margin-left: 20px;
}

.petpagespro-search-container .main-filters label {
    font-family: Archivo, Helvetica, Arial, sans-serif;
    font-variation-settings: "wdth" 100, "wght" 700;
    font-size: 30px;
    color: #fff;
}

.petpagespro-search-container .options-filters label {
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    font-family: source-sans-pro, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
}

.petpagespro-search-container label.select-label {
    margin-left: 1px;
}

.petpagespro-search-container [type=checkbox]:checked+label:after,
.petpagespro-search-container [type=checkbox]:not(:checked)+label:after {
    background: #4c2f93 !important;
}

.petpagespro-search-container .filters {
    padding-bottom: 16px;
    margin: 1%;
}

.options-filters {
    background-color: #dadada;
    padding: 20px;
    margin-top: 12px;
}

.main-filters .filter-container {
    width: 19%;
    padding: 0 16px 0 0;
}

.petpagespro-search-container select.filter {
    background-color: #fff;
    border: none;
    width: 100%;
    height: 56px;
    padding: 9px !important;
    line-height: inherit;
    font-family: source-sans-pro, Helvetica, Arial, sans-serif;
    font-style: italic;
}

.sorter-container select.sorter {
    background-color: #fff;
    border: none;
    height: 56px;
    padding: 9px !important;
    line-height: inherit;
    font-family: source-sans-pro, Helvetica, Arial, sans-serif;
    font-style: italic;
}

.sorter-container {
    padding: 20px 0 8px 0;
}

.sorter-container label {
    padding-right: 15px;
}

.petpagespro-search-container .filters .filter-container label {
    display: block;
}

.petpagespro-search-container .page-indicator-container,
.petpagespro-search-container .powered-by {
    clear: left;
}

.petpagespro-search-container .results {
    clear: both;
}

.petpagespro-search-container .result {
    float: left;
    width: 18%;
    background-color: white;
    margin: 1%;
    cursor: pointer;
}

.petpagespro-search-container .result img.wp-post-image {
    width: 100%;
    object-fit: cover;
    height: 214px;
}

.petpagespro-search-container .result .details {
    padding: 15px;
}

.petpagespro-search-container .result:nth-child(5n-4) .details {
    background-color: #1286c0;
}

.petpagespro-search-container .result:nth-child(5n-3) .details {
    background-color: #86bf41;
}

.petpagespro-search-container .result:nth-child(5n-2) .details {
    background-color: #e48c24;
}

.petpagespro-search-container .result:nth-child(5n-1) .details {
    background-color: #b72056;
}

.petpagespro-search-container .result:nth-child(5n) .details {
    background-color: #4c2f93;
}

.petpagespro-search-container .result .name {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 5px;
}

.petpagespro-search-container .result .other-details {
    color: #fff;
    font-size: 14px;
}

.petpagespro-search-container li.page-indicator {
    float: left;
    list-style: none;
    padding: 16px;
    color: #231f20;
    background: white;
    margin: 1%;
    cursor: pointer;
}

.petpagespro-search-container ul.page-indicators {
    padding-left: 0 !important;
}

.petpagespro-search-container li.page-indicator.active {
    background-color: #e4e4e4;
}

.petpagespro-search-container li.page-indicator:hover {
    background-color: #dedede;
}

.petpagespro-search-container .page-indicators {
    display: block;
    clear: both;
}

.petpagespro-search-container .no-results {
    font-weight: bold;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
}

@media (min-width: 481px) {
    .clear-filters {
        text-align: right;
        padding: 10px 0;
        width: 100px;
        float: right;
        color: #fff;
    }
}

.petpagespro-search-container .filters .foster-options {
    display: none;
}

.petpagespro-search-container .filters .filter-container,
.petpagespro-search-container .filters .options-filters-placement,
.petpagespro-search-container .filters .options-filters-available-for-foster {
    display: inline-block;
}

@media(min-width: 481px) {
    .petpagespro-search-container .filters-header,
    .petpagespro-search-container .filters .close-filters,
    .petpagespro-search-container h2.options-header {
        display: none;
    }

    .petpagespro-search-container .filters .options-filters .options-header,
    .petpagespro-search-container .filters .options-filters .foster-options-header {
        display: inline-block;
    }
}

/* iPad */

@media(min-width: 481px) and (max-width: 1024px) {
    .petpagespro-search-container .result {
        width: 31%;
    }
    .petpagespro-search-container .result .name {
        font-size: 16px;    
    }
    .details {
        min-height: 0;
    }
    .single-petpoint_adoptable .petpagespro-details img.photo {
        width: 100%;
        max-height: 600px;
    }
}

@media(max-width: 480px) {
    .petpagespro-search-container .filter {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5%;
    }

    .petpagespro-search-container .filters .filter-container {
        width: 100%;
    }

    .petpagespro-search-container select#sorter {
        width: 100%;
    }

    .petpagespro-search-container .result img.wp-post-image {
        height: 325px;
    }

    .petpagespro-search-container .result {
        float: none;
        width: 95%;
        background-color: white;
        margin: 0 auto 5%;
        cursor: pointer;
    }

    span.name {
        font-size: 30px;
    }

    .id {
        text-align: left !important;
    }
}

/**************/
/*** Modal ***/
/*************/

.jquery-modal.blocker {
    z-index: 999;
    padding: 60px;
}

.petpagespro-search-container .modals .details-modal {
    max-width: 900px !important;
}

.details-modal {
    max-width: 900px !important;
    background-color: #e7e4e4;
}

@media(max-width: 480px) {
    .petpagespro-search-container .modals .details-modal {
        margin-top: 65px;
    }
}

body .details-modal a.close-modal {
    top: -35px;
    right: 0;
    background-image: url('/wp-content/uploads/2021/12/petpagespro-close.png');
}

.result.has-video::before {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 45px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    content: url(/wp-content/uploads/2022/01/petpagespro-play.png);
}

.petpagespro-search-container .filter-buttons .clear-filters, .petpagespro-search-container .filter-buttons .close-filters { 
    cursor: pointer;
    text-decoration: underline;
}

/****************/
/*** Details ***/
/***************/

.petpagespro-details {
    padding: 24px;
}

.petpagespro-details .row.container-row {
    padding: 20px 0;
}

.row.modal-header {
    padding-bottom: 20px;
}

.modal-header span {
    font-family: source-sans-pro, Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 16px;
}

.petpagespro-details .id {
    display: block;
    text-align: right;
    font-family: source-sans-pro, Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 22px;
}

span.label {
    font-family: source-sans-pro, Helvetica, Arial, sans-serif;
}

.petpagespro-details img.photo {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.single-petpoint_adoptable .petpagespro-details img.photo {
    max-height: 600px;
}

.details.col-md-6 {
    padding-left: 20px;
}

.details-group {
    padding-bottom: 22px;
}

.details span.value {
    font-family: Archivo, Helvetica, Arial, sans-serif;
    font-variation-settings: "wdth" 100, "wght" 700;
    font-size: 26px;
}

.description h2,
.social h2,
.ideal-home h2 {
    font-family: source-sans-pro, Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 20px;
    display: block;
}

.ideal-home h2 {
    text-align: center;
}

.social h2,
.description h2 {
    padding-bottom: 20px;
}

.social h2 {
    font-style: italic;
}

.social img {
    display: inline;
}

.petpagespro-details p {
    margin-bottom: 5px;
}

.petpagespro-details .button {
    background-color: #4c2f93;
    width: 265px;
    padding: 10px 20px;
    margin: 0 auto 20px;
}

.petpagespro-details .buttons a, .petpagespro-details .social button {
    width: 100%;
    font-size: 18px;
    color: #fff;
    max-width: 300px;
    text-align: left;
}

/*** Buttons at bottom of modal ***/

.petpagespro-details .buttons.footer-buttons a {
    font-size: 18px;
    color: #fff;
    max-width: 300px;
    text-align: left;
}

.petpagespro-details .footer-buttons .button {
    background-color: #4c2f93;
    width: 30%;
    padding: 10px 20px;
    margin: 1%;
    display: inline-grid;
    column-gap: 0;
}

a.button.donate-button {
    background-color: #221f1f !important;
}

@media (max-width: 1024px) {
    .petpagespro-details .footer-buttons .button {
        display: grid;
        width: 100%;
        padding: 10px 20px;
        margin: 0 auto 10px;
    }

    .petpagespro-details .buttons.footer-buttons a {
        font-size: 15px;
    }
}

.ideal-home-details ul {
    padding: 0px;
    margin: 0px;
}

.ideal-home-details li {
    font-size: 26px;
    font-family: Archivo, Helvetica, Arial, sans-serif;
    font-variation-settings: "wdth" 100, "wght" 700;
    list-style: none !important;
    padding-bottom: 16px;
}

.ideal-home-details li {
    text-align: center;
}

.description h3 {
    font-size: 26px;
    font-family: Archivo, Helvetica, Arial, sans-serif;
    font-variation-settings: "wdth" 100, "wght" 700;
    padding-bottom: 20px;
}

@media(min-width: 481px) and (max-width: 1024px) {

    .petpagespro-details p {
        margin-bottom: 5px;
    }
}

@media(max-width: 480px) {
    .petpagespro-details .details {
        padding: 20px 0;
    }

    .petpagespro-details .details p,
    .petpagespro-details .description p {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .petpagespro-details img.photo {
        padding-bottom: 8px;
    }

    .petpagespro-details .button {
        width: 220px;
    }

    .ideal-home-details p {
        font-size: 24px;
    }

    .options-filters .filter-container {
        padding-bottom: 10px;
    }

    .options-filters {
        padding-bottom: 20px;
    }

    .details,
    .social,
    .buttons {
        padding-bottom: 20px;
    }

    .petpagespro-details {
        padding: 0;
    }
}

@media(max-width: 1024px) {

    .social.col-sm-12 {
        text-align: center;
    }

    .details.col-sm-12,
    .col-sm-12 .ideal-home,
    .buttons.col-sm-12 {
        padding-top: 25px;
    }
}

/* Smartphone Adjustments */

@media(max-width: 480px) {

    .jquery-modal.blocker {
        padding: 60px 20px 20px;
    }

    /* Fix columns not perfectly centering on mobile */
    .petpagespro-details .row {
        display: block !important;
        display: block !important;
        -ms-flex-wrap: unset !important;
        flex-wrap: unset !important;
    }

    .details {
        min-height: 0;
    }

    /* Styling for mobile filters */

    .petpagespro-search-container .filters-header, .petpagespro-search-container .options-header { 
        cursor: pointer; 
    }

    .petpagespro-search-container h2.filters-header, h2.options-header {
        padding-left: 30px;
    }

    .petpagespro-search-container h2.filters-header:before {
        position: absolute;
        top: 0px;
        left: 0px;
        display: block;
        width: 25px;
        height: 25px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        content: url(/wp-content/uploads/2022/01/ui-filter-icn.svg);
    }

    .petpagespro-search-container h2.options-header:before {
        position: absolute;
        left: 0px;
        display: block;
        width: 25px;
        height: 25px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        content: url(/wp-content/uploads/2022/01/ui-filter-icn.svg);
    }

    .petpagespro-search-container h2.filters-header:after {
        float: right;
        display: block;
        width: 25px;
        height: 25px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        content: url(/wp-content/uploads/2022/01/ui-arrow-down.svg);
    }

    .petpagespro-search-container h2.options-header:after {
        float: right;
        display: block;
        width: 25px;
        height: 25px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        content: url(/wp-content/uploads/2022/01/ui-arrow-down.svg);
    }

    .petpagespro-search-container h2.filters-header.open:after {
        float: right;
        display: block;
        width: 25px;
        height: 25px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        content: url(/wp-content/uploads/2022/01/ui-arrow-up.svg);
    }

    .petpagespro-search-container h2.options-header.open:after {
        float:  right;
        display: block;
        width: 25px;
        height: 25px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        content: url(/wp-content/uploads/2022/01/ui-arrow-up.svg);
    }

    .petpagespro-search-container .filter-buttons {
        color: #fff;
        margin: 20px 0 20px 0;
    }

    .petpagespro-search-container .filter-buttons div {
        width: 49%;
        display: inline-block;
    }

    .petpagespro-search-container .close-filters {
        text-align: right;
    }

    .petpagespro-search-container .main-filters .filter-container {
        padding: 0;
    }

    .petpagespro-search-container .main-filters {
        margin-bottom: 20px;
    }

    .petpagespro-search-container .id {
        font-size: 16px;
    }
}

/* Sizing */

.petpagespro-details h1 {
    font-size: 48px;
}

/* Responsive video */

.petpagespro-video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.petpagespro-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/***** Featured Pets Content Modules *****/

.featured-pets .results {
    clear: both;
}

.featured-pets .result {
    float: left;
    width: 30%;
    background-color: white;
    margin: 1%;
    cursor: pointer;
}

.featured-pets .result img.wp-post-image {
    width: 100%;
    object-fit: cover;
    height: 345px;
}

.featured-pets .result .details {
    padding: 15px;
    min-height:220px;
}

.featured-pets .result:nth-child(5n-4) .details {
    background-color: #1286c0;
}

.featured-pets .result:nth-child(5n-3) .details {
    background-color: #86bf41;
}

.featured-pets .result:nth-child(5n-2) .details {
    background-color: #e48c24;
}

.featured-pets .result:nth-child(5n-1) .details {
    background-color: #b72056;
}

.featured-pets .result:nth-child(5n) .details {
    background-color: #4c2f93;
}

.featured-pets .featured-pets-header {
    color: #231f20;
    font-family: Source Code Pro,monospace;
    font-variation-settings: "wght" 400;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 8px;
    font-weight: 600;
}

.featured-pets .result .name {
	word-break: break-word;
    color: #fff;
    font-family: Archivo,Helvetica,Arial,sans-serif;
    font-variation-settings: "wdth" 100,"wght" 700;
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -.02em;
    margin-bottom: 8px;
}

.featured-pets .result .other-details {
	font-size: 14px;
    line-height: 1.231;
    color: #f2f2f2;
    font-family: source-serif-pro,serif;
    font-weight: 400;
}

.featured-pets .result:after {
    content: "";
    position: relative;
    margin-right: 0;
    flex-shrink: 0;
    z-index: 2;
    position: absolute;
    right: 16px;
    bottom: 16px;
    transition: transform .3s cubic-bezier(.215,.61,.355,1);
    width: 47px;
    height: 61px;
    background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2247%22%20height%3D%2261%22%20viewBox%3D%220%200%2047%2061%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M46.6121%2030.5213L16.0654%20-0.0253906L0.0142611%2016.0258L30.561%2046.5725L46.6121%2030.5213Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M30.5643%2014.4264L0.0175781%2044.9731L16.0687%2061.0243L46.6155%2030.4776L30.5643%2014.4264Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E);
}

.featured-pets .result.has-video::before {
    top: 245px;
}

@media(min-width: 481px) and (max-width: 1069px) {
    .featured-pets .result {
        width: 48%;
    }
}

@media(max-width: 480px) {
    .featured-pets .filter {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5%;
    }

    .featured-pets .filters .filter-container {
        width: 100%;
    }

    .featured-pets .result img.wp-post-image {
        height: 325px;
    }

    .featured-pets .result {
        float: none;
        width: 95%;
        background-color: white;
        margin: 0 auto 5%;
        cursor: pointer;
    }
}

/***** Featured Pet (1) Content Modules *****/

.featured-pet .results {
    clear: both;
}

.featured-pet .result {
    background-color: white;
    cursor: pointer;
}

.featured-pet .result img.wp-post-image {
    width: 100%;
    object-fit: cover;
    height: 345px;
}

.featured-pet .result .details {
    padding: 15px;
}

.featured-pet .result:nth-child(5n-4) .details {
    background-color: #1286c0;
}

.featured-pet .result:nth-child(5n-3) .details {
    background-color: #86bf41;
}

.featured-pet .result:nth-child(5n-2) .details {
    background-color: #e48c24;
}

.featured-pet .result:nth-child(5n-1) .details {
    background-color: #b72056;
}

.featured-pet .result:nth-child(5n) .details {
    background-color: #4c2f93;
}

.featured-pet .featured-pet-header {
    color: #231f20;
    font-family: Source Code Pro,monospace;
    font-variation-settings: "wght" 400;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 8px;
    font-weight: 600;
}

.featured-pet .result .name {
	word-break: break-word;
    color: #fff;
    font-family: Archivo,Helvetica,Arial,sans-serif;
    font-variation-settings: "wdth" 100,"wght" 700;
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -.02em;
    margin-bottom: 8px;
}

.featured-pet .result .other-details {
	font-size: 14px;
    line-height: 1.231;
    color: #f2f2f2;
    font-family: source-serif-pro,serif;
    font-weight: 400;
}

.featured-pet .result:after {
    content: "";
    position: relative;
    margin-right: 0;
    flex-shrink: 0;
    z-index: 2;
    position: absolute;
    right: 16px;
    bottom: 16px;
    transition: transform .3s cubic-bezier(.215,.61,.355,1);
    width: 47px;
    height: 61px;
    background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2247%22%20height%3D%2261%22%20viewBox%3D%220%200%2047%2061%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M46.6121%2030.5213L16.0654%20-0.0253906L0.0142611%2016.0258L30.561%2046.5725L46.6121%2030.5213Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M30.5643%2014.4264L0.0175781%2044.9731L16.0687%2061.0243L46.6155%2030.4776L30.5643%2014.4264Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E);
}

.featured-pet .result.has-video::before {
    top: 245px;
}

@media(max-width: 480px) {
    .featured-pet .filter {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5%;
    }

    .featured-pet .filters .filter-container {
        width: 100%;
    }

    .featured-pet .result img.wp-post-image {
        height: 325px;
    }

    .featured-pet .result {
        float: none;
        width: 95%;
        background-color: white;
        margin: 0 auto 5%;
        cursor: pointer;
    }
}


/***** Adoptable Single Page *****/

.single-petpoint_adoptable .petpagespro-details {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 5% 10% 5%;
}

@media (max-width: 480px) {
    .single-petpoint_adoptable .petpagespro-breadcrumbs {
        margin-top: 0px;
    }
}

@media (min-width: 1075px) {
    .single-petpoint_adoptable .petpagespro-breadcrumbs {
        margin-top: 165px;
    }
}

@media (min-width: 1600px) {
    .single-petpoint_adoptable .petpagespro-breadcrumbs {
        margin-top: 180px;
    }
}

.powered-by p {
    font-size: 14px;
}

/*** Client request 9/11/23 - hide checkboxes ***/

.options-filters {
    display: none !important;
}

/***** Breadcrumbs *****/

.petpagespro-breadcrumbs {
    padding: 20px;
    border-bottom: 1px solid grey;
    margin: 0 auto 50px;
    width: 100%;
    max-width: 1400px;
}

/****************/
/*** Bootstrap ***/
/***************/


/* Adjustments */

.details-modal .col-sm-6 {
    padding-right: 10px;
}

/* Rows */

.petpagespro-details .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-bottom: 20px;
}

/* Boostrap columns */

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media(min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media(min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media(min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}

/* Hide loading animation due to issue 2-29-24 */
.loadingoverlay {
    display: none !important;
}