﻿@charset "UTF-8";

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #525d66
}

.footer .h1, .footer .h2, .footer .h3, .footer .h4, .footer .h5, .footer .h6, .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
    color: #fff
}

/* THA Bootstrap site side custom colors */
/* THA Color Pallet */
/*
    Primary color shades (blues)
    #e8f2ff
    #89baff
    #2672da
    #051c3b
    #2f4f7b

    secondary color shades (yellows)
    #fff9e6
    #ffe37d
    #ffcd19
    #5a4600
    #bba03d

    secondary #2 for successes and highlights (oranges)
    #fff0e6
    #ffb27d
    #ff7619
    #5a2400
    #bb703d

*/

.btn {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

    .btn label {
        cursor: pointer;
    }

.btn-primary {
    background-color: #2f4f7b;
    color: #fff;
}

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
        background-color: #2f4f7b;
        border-color: #051c3b;
    }

    .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #051c3b;
        border-color: #00333A;
    }

.btn-success {
    color: #fff !important;
    background-color: #EC8844 !important;
    border-color: #E86B16 !important;
}

    .btn-success:hover {
        background-color: #EA792D !important;
    }

.btn-info {
    color: #ffffff;
    background-color: #89baff;
    border-color: #2672da;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info.focus,
    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        color: #ffffff;
        background-color: #2672da;
        border-color: #2f4f7b;
    }


    .btn-info.disabled,
    .btn-info[disabled],
    fieldset[disabled] .btn-info,
    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled.focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-info.focus,
    .btn-info.disabled:active,
    .btn-info[disabled]:active,
    fieldset[disabled] .btn-info:active,
    .btn-info.disabled.active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info.active {
        background-color: #e8f2ff;
        border-color: #89baff;
        color: #2f4f7b;
    }

    .btn-info .badge {
        color: #89baff;
        background-color: #ffffff;
    }

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning,
.table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th .btn-default {
    background-color: #fff9e6;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger,
.table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f99;
}

.btn-default {
    background-color: #ebeff5;
}

.progress-bar {
    background-color: #2f4f7b;
}

.panel-primary {
    border-color: #2f4f7b;
}

    .panel-primary > .panel-heading {
        background-color: #2f4f7b;
        border-color: #2f4f7b;
    }


.panel-info {
    border-color: #2672da;
}

    .panel-info > .panel-heading {
        background-color: #89baff;
        border-color: #2672da;
        color: #fff;
    }

.label-info {
    background-color: #89baff;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #fff0e6;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #fff0e6;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #fbdcc7;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #89baff;
    color: #fff;
}

.panel-success {
    border-color: #ff7619;
}

    .panel-success > .panel-heading {
        color: #051c3c;
        background-color: #fbdcc7;
        border-color: #ff7619;
    }


.panel-warning {
    border-color: #ffe37d;
}

    .panel-warning > .panel-heading {
        color: #5a4600;
        background-color: #fff9e6;
        border-color: #ffe37d;
    }

.panel-danger {
    border-color: #f00;
}

    .panel-danger > .panel-heading {
        color: #990000;
        background-color: #ff9999;
        border-color: #f00;
    }

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #fbdcc7;
    color: #bb703d;
}

.alert-success {
    background-color: #fbdcc7;
    border-color: #ff7619;
    color: #5a2400;
}

    .alert-success .alert-link {
        color: #5a2400;
    }

.alert-info {
    background-color: rgba(137, 186, 255, 0.50);
    border-color: #00333a;
    color: #051c3b;
}

.alert-warning {
    background-color: #fff9e6;
    border-color: #ffe37d;
    color: #5a4600;
}

.alert-danger {
    background-color: #ff9999;
    border-color: #f00;
    color: #990000;
}

.bg-primary {
    color: #fff;
    background-color: #e8f2ff;
}

a.bg-primary:hover {
    background-color: #2f4f7b;
}

.bg-success {
    background-color: #fff0e6;
    color: #051c3c;
}

a.bg-success:hover {
    background-color: #fbdcc7;
}

.bg-info {
    background-color: #89baff;
    color: #fff;
}

a.bg-info:hover {
    background-color: #89baff;
}

.bg-warning {
    background-color: #fff9e6;
}

a.bg-warning:hover {
    background-color: #fff9e6;
}

.bg-danger {
    background-color: #ff9999;
    color: #990000;
}

a.bg-danger:hover {
    background-color: #ff9999;
}

.text-primary {
    color: #2f4f7b;
}

.label-primary {
    background-color: #2f4f7b;
}

.label-success {
    background-color: #e66b17;
}

.label-warning {
    background-color: #ffe37d;
    color: #5a4600;
}

.label-danger {
    background-color: #f00;
}

.label-default {
    background-color: #061d3b;
    opacity: 0.6;
}

.text-info {
    color: #2f4f7b;
}

.text-success {
    color: #366800;
}

.label-group-justified > .label {
    width: 15.4%;
}

.bs-callout-danger {
    border-left-color: #f00;
}

    .bs-callout-danger h4 {
        color: #f00;
    }

.bs-callout-warning {
    border-left-color: #ffe37d;
}

    .bs-callout-warning h4 {
        color: #ffe37d;
    }

.bs-callout-success {
    border-left-color: #82be41;
}

    .bs-callout-success h4 {
        color: #366800;
    }

.bs-callout-primary {
    border-left-color: #2f4f7b;
}

    .bs-callout-primary h4 {
        color: #2f4f7b;
    }

.bs-callout-info {
    border-left-color: #89baff;
}

    .bs-callout-info h4 {
        color: #051c3b;
    }

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus,
.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ffe37d;
    border-color: #ffe37d;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus,
.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #f00;
    border-color: #f00;
}

/* End THA Bootstrap custom colors */
/* commenting out because this is causing issues with stacked font-awesome icons.
    i'm guessing this was a carryover from the previous designers work and hopefully isn't causing any other unknown issues
    but if we have to add it back to fix something, try to use a more targeted selector instead of this generic one
.fa {
    line-height: inherit;
    position: relative
}*/

@-webkit-keyframes a {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fa.fa-star, .fa.fa-star-o {
    color: #ffb847 !important;

}
.post .fa.fa-star, .post .fa.fa-star-o {
    font-size: 2em;
}

.navbar {
    box-shadow: 0 0 3px 1px rgba(0,0,0,.15);
    position: relative;
    z-index: 302
}

.modal {
    z-index: 1000 !important
}

.modal-backdrop {
    z-index: 999 !important
}

.mp-l-1 {
    padding-left: 15px
}

.price-range-option.notUsed {
    opacity: 1 !important
}

.modal .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px;
    padding: 1rem;
    background: #d9534f;
    opacity: 1;
    color: #fff;
    height: 40px;
    width: 40px
}

.clear-input {
    position: absolute;
    right: 8px;
    top: 6px;
    opacity: .5;
    cursor: pointer;
    transition: all .2s ease
}

    .clear-input:hover {
        opacity: 1
    }

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff
}

.navbar-default .navbar-nav > li > a:hover {
    color: #FFF;
    background-color: #ff7619;
}

.top-nav-links {
    margin-bottom: 0
}

.top-nav-link {
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase
}

    .top-nav-link:hover {
        color: #182d3e
    }

.navbar {
    margin-bottom: 0
}

.navbar-default {
    background-color: #fff;
    border: none;
    border-radius: 0;
    color: #051c3b;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.53, #051C3B), color-stop(0.92, #091F3D));
    background-image: -o-linear-gradient(top, #051C3B 53%, #091F3D 92%);
    background-image: -moz-linear-gradient(top, #051C3B 53%, #091F3D 92%);
    background-image: -webkit-linear-gradient(top, #051C3B 53%, #091F3D 92%);
    background-image: -ms-linear-gradient(top, #051C3B 53%, #091F3D 92%);
    background-image: linear-gradient(to top, #051C3B 53%, #091F3D 92%);
}

 .title-bar {
    box-shadow: 0 0 7px 2px rgba(0,0,0,.4);
    background-color: #2f4f7b;
    height: 34px;
    border-top: 1px solid #ff7619;
    border-bottom: none;
}


    .navbar-default .navbar-nav > li > a {
        color: #a2b1bd
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        background-color: #fff;
        color: #437eac;
        font-weight: 700;
        position: relative
    }

.navbar-default .navbar-brand {
    font-family: "Black Han Sans", sans-serif;
    font-weight: 400;
    color: #FFF;
    letter-spacing: 1px;
    font-size: 24px;
}

.navbar-default .navbar-brand img {
    display: inline-block;
    height: 25px;
    margin-top: -5px;
}

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #e9edf0;
        border-color: #a2b1bd
    }

    .navbar-default .navbar-toggle {
        border-color: #dedfe0
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #a2b1bd
        }

.small-avatar {
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
    border-radius: 5rem
}

.navbar-default .notifications.navbar-nav > li > a.active {
    color: #d9534f
}

.notifications .notification-dot {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    background-color: #437eac;
    position: absolute;
    border-radius: 50rem;
    top: 0;
    right: -3px;
    border: 1px solid #fff;
    display: none
}

.navbar-default .notifications.navbar-nav > li > a.active .notification-dot {
    background: #d9534f;
    display: block
}

.notifications a .fa-star-o {
    color: #A2B1BD !important;
    transition: all 0.45s ease;
}

.notifications a:hover .fa-star-o {
    color: #FFF !important;
    transform: rotate(72deg);
}

body {
    background-color: #eff2f6;
    color: #8fa3b3
}

a, a:active, a:focus, a:hover {
    transition: .25s ease;
    text-decoration: none
}

a {
    color: #437eac
}

    a:hover {
        color: #356387
    }

label {
    font-weight: inherit;
    color: #525d66
}

hr {
    border-top: 1px solid #e9edf0
}

.list-inline {
    margin-bottom: 0
}

.page-wrapper {
    margin-top: 32px;
    margin-top: 2rem;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

::-webkit-input-placeholder {
    color: #a2b1bd !important
}

:-ms-input-placeholder {
    color: #a2b1bd !important
}

::placeholder {
    color: #a2b1bd !important
}

.mt-1 {
    margin-top: 16px;
    margin-top: 1rem
}

.mt-2 {
    margin-top: 32px;
    margin-top: 2rem
}

.mt-3 {
    margin-top: 48px;
    margin-top: 3rem
}

.mb-1 {
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.mb-2 {
    margin-bottom: 32px;
    margin-bottom: 2rem
}

body {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.card-box {
    position: relative !important
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: hsla(0,0%,100%,.75);
    z-index: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: a .2s linear;
    animation: a .2s linear
}

    .loading-overlay .fa-spinner {
        color: #3a7fb5;
        font-size: 42px;
        margin-bottom: 15px
    }

    .loading-overlay .text {
        color: #666;
        font-size: 24px
    }

@keyframes a {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.validation-summary-errors {
    margin-bottom: 15px
}

.form-control.input-validation-error {
    box-shadow: 0 0 3px 1px #d9534f
}

    .form-control.input-validation-error:focus {
        box-shadow: 0 0 3px 1px #d9534f !important
    }

.pagination-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media(max-width: 765px) {
    .pagination-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .pagination-row nav {
            width: 100%;
            -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
            order: -1
        }
}

.user-left-track {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.068)
}

.user-left-stickynav.affix {
    width: 100%
}

.user-identity-module {
    padding: 96px 32px;
    padding: 6rem 2rem;
    text-align: center
}

.user-identity-pic-100 {
    width: 160px;
    width: 10rem;
    height: 160px;
    height: 10rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #bdc8d2;
    color: #fff
}

    .user-identity-pic-100 img {
        border-radius: 50%;
        width: 160px;
        width: 10rem;
        height: 160px;
        height: 10rem
    }

.no-profile-pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .no-profile-pic:before {
        content: "\F007";
        font-family: FontAwesome;
        /*position: absolute; removing because it causes IE to not use flexbox centering and therefore has an alignment issue.  Removing this does not seem to affect chrome however because chrome must default to flexbox. */
        color: #fff;
        font-size: 48px;
        opacity: .5;
        align-self: center;
    }

.tiny-profile-pic.no-profile-pic {
    background-color: #bdc8d2;
    color: #fff
}

    .tiny-profile-pic.no-profile-pic:before {
        font-size: 12px
    }

.user-identity-name {
    font-size: 28.8px;
    font-size: 1.8rem;
    letter-spacing: -.96px;
    letter-spacing: -.06rem;
    color: #525d66;
    margin-top: 32px;
    margin-top: 2rem
}

.user-identity-affiliation {
    margin-top: 8px;
    margin-top: .5rem;
    font-size: 19.2px;
    font-size: 1.2rem
}

    .user-identity-affiliation a {
        color: #a2b1bd
    }

        .user-identity-affiliation a:hover {
            color: #437eac
        }

.notification-count {
    background-color: #437eac;
    color: #fff;
    padding: 7px 11px;
    vertical-align: middle;
    border-radius: 50rem;
    text-align: center;
    line-height: .45;
    display: none
}

.user-identity-links a.active .notification-count {
    display: inline-block
}

@media (min-width:992px) and (max-width:1199px) {
    .affix {
        position: fixed
    }

    .user-left-stickynav.affix {
        position: relative
    }
}

@media (min-width:1200px) {
    .user-left-stickynav.affix {
        width: 22.82%;
        top: 6rem;
        transition: .25s ease
    }

    .affix {
        position: fixed
    }
}


.main-track {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.068);
    padding: 32px;
    padding: 2rem;
    position: relative;
    width: 100%
}

.main-track-header {
    border-bottom: 1px solid #f2f7fa;
    display: block
}

.main-track-header, .main-track-nav {
    margin-bottom: 16px;
    margin-bottom: 1rem
}

    .main-track-nav li {
        margin-right: 16px;
        margin-right: 1rem
    }

.main-track-nav-link {
    color: #a2b1bd;
    position: relative
}

    .main-track-nav-link.active, .main-track-nav-link:focus {
        color: #437eac;
        text-decoration: none
    }

    .main-track-nav-link:hover {
        text-decoration: none
    }

.main-track-nav li.active .main-track-nav-link {
    color: #437eac;
    font-weight: 400
}

.grid-list-controls {
    margin-top: 10.4px;
    margin-top: .65rem;
    margin-bottom: 0;
    float: left
}

.grid-list-control {
    color: #a2b1bd
}

    .grid-list-control.active {
        color: #437eac
    }

        .grid-list-control.active:hover, .grid-list-control:hover {
            color: #356387
        }

.search-icon {
    position: absolute;
    top: 16px;
    top: 1rem;
    color: #cfdde8;
    z-index: 1;
    transition: color .25s ease
}

.daily-posts-filter-section {
    background-color: #fff;
    width: inherit;
    display: block
}

.posts-filter.affix {
    top: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,.18);
    z-index: 2000;
    left: 0;
    right: 0;
    padding-left: 32px;
    padding: .5rem 2rem;
    padding-right: 32px;
    background-color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    position: fixed
}

.filter-form-control.form-control {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    box-shadow: none;
    padding-left: 32px;
    padding-left: 2rem;
    border-bottom-color: transparent;
    color: #525d66
}

    .filter-form-control.form-control:focus {
        box-shadow: none;
        border-bottom-color: #437eac
    }

.filter-group {
    position: relative;
}

.filter-group input {
    padding-left: 25px;
}

.filter-group:after {
    content: "";
    height: 1px;
    position: absolute;
    width: 0;
    bottom: 0;
    background-color: #437eac
}

    .filter-group:after .filter-form-control.form-control:focus {
        width: 100%
    }

.post-filter a {
    color: #8fa3b3
}

    .post-filter a:hover {
        color: #437eac
    }

.filters-list {
    margin-top: 11.2px;
    margin-top: .7rem;
    margin-bottom: 0;
    font-size: 19.2px;
    font-size: 1.2rem
}

.clear-filter {
    font-size: 75%
}

.filter-count {
    width: 28.8px;
    width: 1.8rem;
    height: 28.8px;
    height: 1.8rem;
    background-color: #437eac;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    text-align: center
}

.post-filter-stick {
    min-height: 67.2px;
    min-height: 4.2rem;
    margin-bottom: 2rem;
}

.list-of-posts.table-list .post {
    -ms-flex-line-pack: center;
    align-content: center
}

.table-list-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .table-list-post div {
        margin-top: 8px;
        margin-top: .5rem;
        margin-bottom: 8px;
        margin-bottom: .5rem
    }

    .table-list-post .new-post-tag, .table-list-post .post-type-label {
        position: relative;
        -ms-flex-item-align: auto;
        align-self: auto
    }

    .table-list-post .new-post-tag, .table-list-post .post-type-label {
        margin-right: 32px;
        margin-right: 2rem
    }

    .table-list-post .post-type-label {
        margin-left: 32px;
        margin-left: 2rem
    }

    .table-list-post .post-price {
        margin-bottom: 0
    }

    .table-list-post .post-title-info {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2
    }

    .table-list-post .post-info {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

.my-inventory-list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.my-inventory-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.inv-link {
    display: block;
    padding: 8px;
    padding: .5rem
}

.inventory-item {
    width: 100%;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    position: relative
}

.inv-img {
    background-color: #e9edf0;
    position: relative;
    height: 464px;
    height: 29rem;
    overflow: hidden
}

    .inv-img img {
        width: 100%;
        max-width: 100%
    }

.inv-inf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #8fa3b3
}

.inv-name {
    position: absolute;
    bottom: 0;
    z-index: 11;
    text-shadow: 0 1px 4px rgba(82,93,102,.65);
    background-color: #a2b1bd;
    width: 100%
}

.inv-name, .inv-price {
    padding: 16px;
    padding: 1rem;
    color: #fff
}

.inv-price {
    background-color: #8fa3b3;
    text-shadow: 0 1px 4px rgba(0,0,0,.3);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 700;
    font-size: 32px;
    font-size: 2rem
}

.inv-age {
    padding: 16px;
    padding: 1rem;
    color: #e9edf0;
    font-weight: 300
}

.inv-archive {
    position: absolute;
    top: 16px;
    top: 1rem;
    right: 16px;
    right: 1rem;
    z-index: 20
}

.inv-archive-btn {
    background-color: #fff;
    padding: 8px 16px;
    padding: .5rem 1rem
}

    .inv-archive-btn:hover {
        color: #437eac
    }

@media (min-width:1200px) {
    .table-list-post {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .table-list-post div {
            margin-top: .5rem;
            margin-bottom: .5rem
        }

    .grid-list-controls {
        float: right
    }

    .my-inventory-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .inventory-item {
        width: 33.3334%;
        position: relative;
        transition: .25s ease
    }

        .inventory-item .inv-img:before {
            content: "";
            height: 100%;
            width: 100%;
            background-color: rgba(82,93,102,.65);
            z-index: 10;
            position: absolute;
            transition: .25s ease;
            opacity: .3;
            background-image: linear-gradient(180deg,rgba(82,93,102,0),rgba(82,93,102,.8))
        }

        .inventory-item:hover .inv-img:before {
            opacity: 1;
            transition: .25s ease
        }
}

.list-of-posts {
    display: block;
    height: 100%
}

.post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 0;
    padding-bottom: 16px;
    padding-bottom: 1rem;
    padding-top: 16px;
    padding-top: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    padding: 1rem;
    border: 1px solid rgba(239, 242, 246, 1);
    transition: all 0.35s ease-in-out;
    border-radius: 4px;
}

.posts-list > div:nth-of-type(odd) {
    background-color: rgba(242, 247, 250, 0.6);
}

.posts-list > div:nth-of-type(even) {
    background-color: rgba(222, 227, 230, 0.6);
}

.list-view-item .post {
    padding: 0;
    border-radius: 0;
    flex-direction: row;
}

    .list-view-item .post .post-content {
        font-size: 13px;
    }

    .list-view-item .post .no-image-post > * {
        margin: 0;
    }

    .list-view-item .list-view-thumbnail {
        display: flex;
        margin-top: 10px;
        flex-direction: row;
    }

@media(max-width: 480px) {
    .list-view-item .list-view-thumbnail {
        flex-direction: column;
    }
}
    
@media(min-width: 481px) {
    .list-view-item .list-view-thumbnail .fav-icon {
        margin-left: 1rem;
    }
}
    .list-view-item .post .post-price {
        font-size: 14px;
    }

    /*.list-view-item .post .inner-watermark-image {
        margin-top: 19px;
    }*/

    .list-view-item .post .post-title {
        font-size: 16px;
    }

    .post:hover {
        background-color: #eff2f6;
        transition: .35s ease;
    }

    .post:not(:last-child) {
        border-bottom: 1px solid #e9edf0
    }

    .post-imagery {
        width: 100%;
        position: relative;
        z-index: 15;
        overflow: hidden;
        min-height: 142px;
        height: 225px;
        max-width: 300px;
        align-self: center;
    }

    .list-view-item .post-imagery {
        min-height: 15px;
        width: 56px;
        max-height: 58px;
    }

        .post-imagery img {
            width: 100%
        }

    @media(max-width: 991px) {
        .post-imagery img {
            height: 100% !important;
            width: auto !important
        }
    }

    .post-imagery-wrapper {
        /*background-color: #bdc8d2; removing because was causing a border fo the image on the sides in some format device sizes */
        width: 100%;
        z-index: 4;
        text-align: center;
        overflow: hidden;
        border-radius: 3px;
    }

        .post-imagery-wrapper, .post-imagery-wrapper:before {
            height: 100%;
            position: absolute;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .post-imagery-wrapper:before {
                content: "image not found";
                font-size: 12px;
                color: #fff;
                z-index: 1
            }

            .post-imagery-wrapper > div {
                width: 100%;
                height: 100%;
                background-position: 50%;
                background-size: cover;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0
            }

            .post-imagery-wrapper > div, .post-imagery-wrapper > img {
                z-index: 10
            }

    .left-post-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .left-post-content, .post-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .post-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
        position: relative;
        z-index: 15
    }

        .post-content * div {
            margin-top: 8px;
            margin-top: .5rem;
            margin-bottom: 8px;
            margin-bottom: .5rem
        }

    .post-title {
        color: #525d66;
        font-size: 18px;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
    }

        .post-title a {
            color: #5a2400;
        }

    .post-meta-data {
        font-size: 16px;
        font-size: 1rem;
        color: #8fa3b3;
        letter-spacing: 0
    }

    .post-description {
        flex-grow: 1;
        font-family: 'Open Sans', sans-serif;
        color: #525d66;
    }

    .post-description .descriptionShort {
        max-width: 550px;
    }

    @media (min-width:992px) and (max-width:1199px) {
        .post-description .descriptionShort {
            max-width: 350px;
        }   
    }

    .post-author-name {
        font-size: 22.4px;
        font-size: 1.4rem;
        color: #525d66
    }

    .post-author-affiliate {
        font-size: 17.6px;
        font-size: 1.1rem
    }

    .fav-and-post-type {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .price-author {
        width: 170px
    }

    .post-price {
        font-weight: 700;
        color: #525d66;
        margin-bottom: 16px;
        margin-bottom: 1rem
    }

    .post-type-label {
        -ms-flex-item-align: start;
        align-self: flex-start;
        border: 1px solid #fff;
        line-height: inherit;
        vertical-align: middle;
        margin-left: 16px;
        margin-left: 1rem;
        background-color: #437eac;
        font-weight: 400
    }

    .new-post-tag, .post-type-label {
        color: #fff;
        padding: 4px 12px;
        padding: .25rem .75rem
    }

    .filter-type-labels .post-type-label:hover {
        cursor: pointer;
        background-color: #396b92;
        border-color: #356387;
    }

    .new-post-tag {
        position: absolute;
        background-color: rgba(82,93,102,.8);
        font-size: 17.6px;
        font-size: 1.1rem;
        z-index: 10
    }

    .right-post-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left;
        width: 200px;
        margin-top: 15px;
    }

    @media (max-width:991px) {
        .post-content .btn {
            padding: 10px 16px;
        }

        .right-post-content {
            align-self: center;
        }

        /* Gets the fav icon on the right for smaller format devices */
        .post-title {
            display: flex;
        }
    }

    .right-post-content .btn {
        margin-top: 32px;
        margin-top: 2rem
    }

    .checkbox {
        margin-top: 0;
        margin-bottom: 0
    }

        .checkbox label {
            padding-left: 8px;
            padding-left: .5rem
        }

    .filter-option {
        display: block;
        padding: 3px 24px;
        padding: 3px 1.5rem;
        clear: both;
        font-weight: 400;
        line-height: 1.42857;
        color: #8fa3b3;
        white-space: nowrap
    }

    .post-info-item {
        color: #a2b1bd
    }

    .post-info-value {
        color: #525d66
    }

    .checkbox-primary input[type=checkbox]:checked + label:before, .checkbox-primary input[type=radio]:checked + label:before {
        background-color: #437eac;
        border-color: #437eac
    }

    @media (min-width:992px) and (max-width:1199px) {
        .post, .post-content {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

        .post-content {
            padding-left: 2rem
        }

        .fav-and-post-type {
            -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
            order: 0
        }

        .post-imagery {
            max-width: 22rem
        }
    }

    @media (min-width:1200px) {
        .post, .post-content {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

        .post-content {
            padding-left: 2rem
        }

        .fav-and-post-type {
            -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
            order: 0
        }

        .post-imagery {
            max-width: 22rem
        }
    }

    .manage-files--default, .manage-files--delete-container {
        height: 100%;
        min-height: 125px;
        position: relative;
        margin-bottom: 15px
    }

        .manage-files--default > img {
            height: 125px;
            width: auto
        }

    .manage-files--image {
        height: 50px;
        width: 75px;
        display: inline-block;
        margin: 5px;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover
    }

    .manage-files--no-image, .manage-files--trash {
        position: absolute;
        background: #f5f5f5;
        top: 0;
        bottom: 0;
        left: 15px;
        right: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

        .manage-files--no-image > span, .manage-files--trash > span {
            position: absolute
        }

    .manage-files--default > .manage-files--image {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 15px;
        right: 15px;
        z-index: 15;
        height: auto;
        width: auto
    }

    .manage-files--delete-container > .document-file, .manage-files--delete-container > .manage-files--image {
        position: relative;
        z-index: 15
    }

    .manage-files--delete-container > .document-file {
        background: #fff;
        padding: 16px;
        padding: 1rem;
        box-shadow: 0 0 1px 1px rgba(0,0,0,.05)
    }

    .manage-files--trash {
        font-size: 22px;
        z-index: 0
    }

    .manage-files--all {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .manage-files--all > .document-file {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            display: block;
            width: 100%;
            padding: 16px 0;
            padding: 1rem 0
        }

    .manage-files--all {
        min-height: 125px;
        background: #f5f5f5;
        padding: 0
    }

    .no-image-post {
        height: 100%;
        background-color: #bdc8d2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff
    }

        .no-image-post > * {
            margin-bottom: 16px;
            margin-bottom: 1rem;
            opacity: .5
        }

    .manage-thumbnail {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .manage-thumbnail:after {
            content: "\F03D";
            font-family: FontAwesome;
            color: #fff;
            text-shadow: 2px 2px #000;
            font-size: 18px
        }

    .detail-thumbnail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .detail-thumbnail:after {
            content: "\F03D";
            font-family: FontAwesome;
            position: absolute;
            color: #fff;
            text-shadow: 2px 2px #000;
            font-size: 18px;
            z-index: 10;
            margin-top: 32px;
            margin-top: 2rem
        }

    footer {
        padding-top: 64px;
        padding-top: 4rem;
        background-color: #292e33;
        margin-top: 32px;
        margin-top: 2rem;
        color: #8fa3b3;
        position: relative;
        z-index: 200
    }

        footer a {
            color: #8fa3b3;
            text-decoration: underline
        }

            footer a:hover {
                color: #fff
            }

    footer {
        left: 0;
        right: 0
    }

    .ft-brand a {
        color: #fff;
        font-size: 32px;
        font-size: 2rem;
        text-decoration: none
    }

    .ft-comms, .ft-contact, .ft-email, .ft-links li {
        margin-top: 16px;
        margin-top: 1rem
    }

    .cw-foot {
        padding-top: 16px;
        padding-top: 1rem;
        padding-bottom: 16px;
        padding-bottom: 1rem;
        font-size: 16px;
        font-size: 1rem;
        background-color: #24292d;
        color: #525d66;
        margin-top: 64px;
        margin-top: 4rem;
        text-align: center
    }

        .cw-foot li {
            margin-left: 8px;
            margin-left: .5rem;
            margin-right: 8px;
            margin-right: .5rem
        }

    .form-control {
        border-color: #cfdde8;
        color: #525d66;
        border-radius: 0;
        border-radius: 4px
    }

        .form-control:focus {
            border-color: #acd8fa;
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(172,216,250,.6)
        }

    select.form-control {
        color: #a2b1bd
    }

    .checkbox.inline {
        display: inline-block
    }

    /* This was messing with the primary button text color... don't know why it was needed but was pulled over from the mvc site and I don't like it */
    /*input, select {
        color: #000 !important
    }*/

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        list-style: none;
        font-size: 22.4px;
        font-size: 1.4rem;
        text-align: left;
        background-color: #fff;
        border: 1px solid #cfdde8;
        border-radius: 4px;
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        background-clip: padding-box;
        -webkit-transform: translateY(2rem);
        transform: translateY(2rem);
        transition: .25s ease
    }

        .dropdown-menu.fade {
            display: block;
            opacity: 0;
            pointer-events: none
        }

    .open .dropdown-menu.fade {
        pointer-events: auto;
        opacity: 1
    }

    .open .dropdown-menu {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        transition: -webkit-transform .25s ease;
        transition: transform .25s ease;
        transition: transform .25s ease,-webkit-transform .25s ease
    }

    .dropdown-menu > li > a {
        color: #8fa3b3;
        font-weight: inherit
    }

        .dropdown-menu > .filter-option:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            background-color: #f2f7fa;
            color: #437eac;
            text-decoration: none
        }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #437eac;
        background-color: #f2f7fa
    }

    .user-identity-links a {
        display: block;
        color: #8fa3b3;
        padding: 16px 32px;
        padding: 1rem 2rem;
        border-top: 1px solid #f2f7fa
    }

        .user-identity-links a:hover {
            color: #437eac;
            background-color: #f2f7fa
        }

        .user-identity-links a.active {
            color: #437eac
        }

    .notificationFlyOut {
        color: #292e33;
        width: 688px;
        width: 43rem;
        border-radius: 0;
        padding: 0;
        max-height: 688px;
        max-height: 43rem
    }

        .notificationFlyOut:before {
            content: "";
            height: 15px;
            width: 15px;
            position: absolute;
            top: -8px;
            z-index: 3;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            right: 14px;
            border: 1px;
            border-right: 0;
            border-bottom: 0;
            border-top: 1px solid #cfdde8;
            border-left: 1px solid #cfdde8;
            background-color: #fff
        }

    .nfo-title {
        font-size: 19.2px;
        font-size: 1.2rem;
        color: #292e33;
        margin: 0;
        border-bottom: 1px solid #e9edf0
    }

    .nfo-post-container, .nfo-title {
        padding: 12px 24px;
        padding: .75rem 1.5rem
    }

    .nfo-post-container {
        font-size: 16px;
        font-size: 1rem
    }

    .nfo-post-author-avatar {
        margin-right: 12px;
        margin-right: .75rem
    }

    .nfo-post-author-name {
        font-weight: 700;
        font-size: 19.2px;
        font-size: 1.2rem
    }

    .nfo-post-content {
        display: block
    }

    .nfo-post-content-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        word-wrap: break-word;
        min-height: 80px;
        min-height: 5rem;
        max-width: 544px;
        max-width: 34rem
    }

        .nfo-post-content-container a {
            font-weight: 700;
            font-size: 19.2px;
            font-size: 1.2rem
        }

    .nfo-post {
        border-bottom: 1px solid #e9edf0
    }

    .nfo-post-timestamp {
        color: #8fa3b3;
        margin-top: 8px;
        margin-top: .5rem
    }

    .nfo-post.isnew {
        background-color: #f2f7fa
    }

        .nfo-post.isnew:hover {
            background-color: #e9edf0;
            border-bottom-color: #dedfe0
        }

    .nfo-post, .nfo-post.isnew {
        transition: .25s ease
    }

    .nfo-scrollable {
        max-height: 544px;
        max-height: 34rem;
        position: relative;
        z-index: 4
    }

    .scrollable {
        overflow: auto
    }

    .nfo-newpost-count {
        font-weight: 400;
        color: #8fa3b3
    }

        .nfo-newpost-count:before {
            content: "\2022   ";
            position: relative;
            padding-left: 4px;
            padding-left: .25rem;
            padding-right: 4px;
            padding-right: .25rem
        }

    .btn {
        /* removing because this causes a spacing/padding issue, it
            makes the text appear higher inside the button
        font-size: 20.8px;
        font-size: 1.3rem;*/
        border-radius: 2px;
        transition: all 0.35s ease-in-out;
        text-transform: uppercase;
        font-weight: 600;
    }

    .radio-btn-group input[type=radio] {
        opacity: 0;
        width: 0;
        overflow: hidden
    }

        .radio-btn-group input[type=radio]:checked + label {
            background-color: #e9edf0;
            border-color: #cfdde8;
            color: #525d66
        }

    .btn-sm {
        font-size: 12px;
        border-radius: 3px
    }

    .card-box {
        border-radius: 4px;
        background-color: #fff;
        box-shadow: 0 1px 2px rgba(0,0,0,.068);
        padding: 32px;
        padding: 2rem
    }

    @media (max-width: 480px) {
        .card-box {
            padding: .25rem;
        }
    }

    .card-box-header {
        padding-bottom: 32px;
        padding-bottom: 2rem;
        color: #525d66;
        font-size: 2rem;
        letter-spacing: -.96px;
        letter-spacing: -.06rem;
    }

    .card-box-body, .card-box-header {
        margin-bottom: 32px;
        margin-bottom: 2rem;
        border-bottom: 1px solid #f8d2b8;
    }

    .card-box-body {
        padding-bottom: 16px;
        padding-bottom: 1rem
    }

    .card-box-header-selection {
        margin-left: 32px;
        margin-left: 2rem
    }

        .card-box-header-selection a {
            color: #a2b1bd;
        }

        .card-box-header-selection .post-type-selector {
            color: #2e6da4;
            height: 34px;
            border-radius: 4px;
        }

        .card-box-header-selection.open:hover .dropdown-menu, .card-box-header-selection a:hover {
            color: #437eac
        }

    .price-range-option label {
        position: absolute;
        width: 100%
    }

    .price-values {
        color: #525d66
    }

    .price-range-option.inUse {
        opacity: 1;
        transition: .25s ease
    }

    .price-range-option.notUsed {
        opacity: .6;
        transition: .25 ease
    }

    .file-container {
        display: block
    }

        .file-container input[type=file] {
            display: none
        }

    .preview-container {
        max-height: 60px;
        margin-bottom: 16px;
        margin-bottom: 1rem;
        overflow: auto
    }

    .preview-thumbnail {
        height: 60px;
        width: auto;
        margin-right: 16px;
        margin-right: 1rem;
        margin-bottom: 16px;
        margin-bottom: 1rem
    }

    .car-detail-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .car-detail-info {
        margin-top: 32px;
        margin-top: 2rem
    }

    @media (min-width:1025px) {
        .cd-car-notes-container {
            padding-left: 66px;
        }
    }

    .cdh-left-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

        .cdh-left-content * div {
            margin-top: 8px;
            margin-top: .5rem;
            margin-bottom: 8px;
            margin-bottom: .5rem
        }

    .starfav-and-posttype {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .cdh-right-content {
        margin-top: 32px;
        margin-top: 2rem
    }

    .cd-price {
        letter-spacing: -.96px;
        letter-spacing: -.06rem
    }

    .medium-avatar {
        width: 80px;
        width: 5rem;
        height: 80px;
        height: 5rem;
        border-radius: 5rem
    }

    .post-author-avatar {
        margin-right: 32px;
        margin-right: 2rem
    }

    .cdh-left-content .card-box-title {
        margin-left: 32px;
        margin-left: 2rem
    }

    .cd-line {
        border-bottom: 0;
        padding-top: 8px;
        padding-top: .5rem;
        padding-bottom: 8px;
        padding-bottom: .5rem
    }

        .cd-line:hover {
            background-color: #f2f7fa
        }

        .cd-line:not(:last-child) {
            border-bottom: 1px solid #e9edf0
        }

    .cd-value {
        font-weight: 700;
        color: #525d66
    }

    .car-detail-pictures {
        position: relative;
        z-index: 0;
        width: auto;
    }

    .thumbnail-list-wrapper {
        overflow-x: initial;
    }

    .thumbnail-list {
        margin-top: 32px;
        margin-top: 2rem;
        margin-bottom: 32px;
        margin-bottom: 2rem;
        z-index: 4;
        overflow-y: visible
    }

        .thumbnail-list, .thumbnail-list li {
            flex: 1 1 160px;
        }

            .thumbnail-list .list-inline {
                flex-flow: row wrap;
                flex-wrap: wrap;
                justify-content: space-around;
                margin: -10px;
            }

                .thumbnail-list .list-inline a {
                    display: block;
                    overflow: hidden;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: start;
                    -ms-flex-align: start;
                    align-items: flex-start
                }

                    .thumbnail-list .list-inline a:hover {
                        -webkit-transform: scale(1.25);
                        transform: scale(1.25);
                        z-index: 5;
                        position: relative
                    }

    .cd-thumbnail {
        width: 192px;
        width: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
        transition: .25s ease;
        position: relative;
        z-index: 4;
        background-color: #bdc8d2;
        text-align: center;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 250px;
    }

        .cd-thumbnail:hover {
            -webkit-transform: scale(1.25);
            transform: scale(1.25);
            z-index: 5;
            position: relative
        }

        .cd-thumbnail:after {
            content: "image not found";
            font-size: 12px;
            color: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 100%
        }

    .modal {
        box-shadow: 0 3px 13px rgba(0,0,0,.3)
    }

    .showcase-modal {
        height: 95vh;
        width: 95vw;
        background-color: #000;
        padding-right:0 !important; /* not sure where but an inline style is getting injected on this element and can't find it, so trying to override here with important */
        margin: auto
    }

    .showcase {
        height: 100%;
        background: #000
    }

        .showcase .car-image {
            height: 100%;
            width: 100%;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: 50%;
            overflow: hidden
        }

    .carousel-inner > .item > img {
        max-width: inherit;
        width: 100%
    }

    .carousel-control .next-btn, .carousel-control .prev-btn {
        top: 50%;
        position: absolute
    }

    .leftFloor-carousel, .leftFloor-carousel-inner {
        height: 100%
    }

    .car-showcase-floor {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .leftFloor {
        width: 100%;
        height: 100%;
        background: #000
    }

    .rightFloor {
        width: 100%;
        padding: 32px;
        padding: 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-y: auto;
        background-color: #fff
    }

    .rightFloor-header {
        margin-bottom: 32px;
        margin-bottom: 2rem
    }

    .rightFloor-footer a {
        font-size: 17.6px;
        font-size: 1.1rem;
        margin-right: 0
    }

        .rightFloor-footer a:not(:last-child) {
            margin-right: 32px;
            margin-right: 2rem
        }

    .post-author-id {
        margin-left: 16px;
        margin-left: 1rem
    }

    .showcase .car-details, .showcase .car-details .cd-value {
        font-size: 17.6px;
        font-size: 1.1rem
    }

    .showcase-modal .close {
        z-index: 1000;
        position: absolute;
        /*right: 2px;
        right: 0.25rem*/
    }

    .deleteImg-control {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10
    }

        .deleteImg-control .checkbox label:before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #aaa;
            border-radius: 3px;
            background-color: transparent;
            transition: border .25s ease-in-out,color .15s ease-in-out
        }

    @media (min-width:768px) and (max-width:991px) {
        .car-detail-header {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

        .cdh-right-content {
            margin-top: 0
        }

        .cdh-left-content {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            text-align: left
        }

        .starfav-and-posttype {
            -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
            order: 0
        }
    }

    @media (min-width:992px) and (max-width:1199px) {
        .car-detail-header {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

        .cdh-right-content {
            margin-top: 0
        }

        .cdh-left-content {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            text-align: left
        }

        .starfav-and-posttype {
            -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
            order: 0
        }
    }

    @media (min-width:1200px) {
        .car-detail-header {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

        .cdh-right-content {
            margin-top: 0
        }

        .cdh-left-content {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            text-align: left
        }

        .starfav-and-posttype {
            -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
            order: 0
        }

        .leftFloor {
            width: 100%;
            height: 100%
        }

        .rightFloor {
            width: 35%
        }

        .car-showcase-floor {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

        .buyVehicleDD-modal, .sellVehidleDD-modal {
            padding-top: 4.5rem;
            padding-bottom: 4.5rem
        }
    }

    .default {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .masthead-image {
        position: relative
    }

    .masthead-headerbg {
        height: 512px;
        height: 32rem;
        overflow: hidden;
        position: relative;
        z-index: 2
    }

        .masthead-headerbg img {
            width: 100%;
            position: absolute;
            z-index: 1;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

    .dealer-masthead-avatar {
        position: absolute;
        bottom: 32px;
        bottom: 2rem;
        z-index: 20
    }

    .dealer-avatar img {
        width: 320px;
        width: 20rem;
        height: 320px;
        height: 20rem;
        border-radius: 50rem;
        border: 3px solid #fff
    }

    .subNav-container {
        background-color: #fff;
        position: relative
    }

    .dealer-nav-link:hover, .dealer-nav .active a {
        color: #437eac;
        border-bottom: 2px solid #437eac
    }

    .dealer-nav-link {
        display: block;
        padding: 32px 16px;
        padding: 2rem 1rem;
        color: #a2b1bd
    }

    .dealer-nav-contact-links {
        padding: 21.6px;
        padding: 1.35rem
    }

    .dealer-name {
        color: #525d66;
        font-size: 32px;
        font-size: 2rem;
        font-weight: 700
    }

    .dealer-address, .dealer-contact, .dealer-hours, .dealer-name {
        margin-bottom: 32px;
        margin-bottom: 2rem
    }

    .brands img {
        width: 100%
    }

    .brands li {
        margin-bottom: 16px;
        margin-bottom: 1rem
    }

    .team-members {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 32px;
        margin-top: 2rem
    }

    .tm-card-cover {
        width: 24%;
        text-align: center;
        margin-bottom: 32px;
        margin-bottom: 2rem;
        display: inline-block
    }

    .tm-card {
        border: 1px solid #e9edf0;
        transition: .25s ease
    }

        .tm-card:hover {
            box-shadow: 0 12px 15px rgba(0,0,0,.08)
        }

    .tm-pic img {
        width: 160px;
        width: 10rem;
        height: 160px;
        height: 10rem;
        border-radius: 50rem;
        margin-top: 16px;
        margin-top: 1rem;
        margin-bottom: 16px;
        margin-bottom: 1rem
    }

    .tm-card-link {
        display: block;
        padding: 32px;
        padding: 2rem
    }

    .tm-name {
        font-weight: 700;
        color: #525d66;
        font-size: 25.6px;
        font-size: 1.6rem
    }

    .tm-role {
        font-weight: 300;
        font-size: 17.6px;
        font-size: 1.1rem
    }

    .testimonial {
        border: 1px solid #e9edf0;
        padding: 64px;
        padding: 4rem;
        margin-bottom: 32px;
        margin-bottom: 2rem
    }

    .test-author-name, .test-avatar {
        display: inline-block
    }

    .test-avatar {
        margin-right: 8px;
        margin-right: .5rem
    }

    .test-words {
        font-style: italic
    }

    .test-author {
        margin-top: 64px;
        margin-top: 4rem
    }

    .dealership .user-left-track {
        padding: 32px;
        padding: 2rem
    }

    .preview-banner {
        height: 200px;
        width: 100%;
        background: #e6e6e6;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 16px;
        margin-bottom: 1rem;
        position: relative;
        overflow: hidden;
        background-position: 50%;
        background-size: cover;
    }

        .preview-banner .preview-thumbnail {
            position: absolute;
            width: 100%;
            height: auto;
            z-index: 13
        }

    .has-file.preview-banner:before {
        display: none
    }

    .dealership-members-table {
        width: 100%;
        border-collapse: collapse
    }

        .dealership-members-table th {
            font-size: 14px
        }

        .dealership-members-table td {
            font-size: 14px;
            padding: 16px;
            padding: 1rem;
            border-bottom: 1px solid #dbe1e7
        }

    .settings-menu .list-group-item {
        position: relative;
        display: block;
        padding: 10px 15px;
        margin-bottom: -1px;
        border-color: #cfdde8;
        border-radius: 0;
        background-color: #fff
    }

    .settings-menu .active .list-group-item, .settings-menu .active .list-group-item:focus, .settings-menu .active .list-group-item:hover {
        z-index: 2;
        background-color: #fff;
        color: #437eac;
        border-right-color: #cfdde8;
        border-top-color: #cfdde8;
        border-bottom-color: #cfdde8;
        border-left-color: #437eac
    }

    .settings-menu a.list-group-item, .settings-menu button.list-group-item {
        color: #a2b1bd
    }

        .settings-menu a.list-group-item:focus, .settings-menu a.list-group-item:hover, .settings-menu button.list-group-item:focus, .settings-menu button.list-group-item:hover {
            text-decoration: none;
            color: #437eac;
            background-color: #fff;
            border-left-color: #437eac
        }

    .uploaded-avatar {
        width: 160px;
        width: 10rem;
        border-radius: 50rem
    }

    .edit-profile-avatar, .upload-avatar-pic {
        margin-top: 32px;
        margin-top: 2rem
    }

    .file-upload {
        width: .1px;
        height: .1px;
        position: absolute;
        visibility: hidden;
        opacity: 0
    }

    .dealership-box {
        border: 1px solid #e9edf0;
        border-radius: 4px
    }

    .d-box-row {
        padding-top: 24px;
        padding-top: 1.5rem;
        padding-bottom: 24px;
        padding-bottom: 1.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-top: 1px solid transparent
    }

        .d-box-row:not(:first-child) {
            border-top: 1px solid #e9edf0
        }

    .profile-picture {
        height: 135px;
        width: 135px;
        background-color: #fff;
        color: #fff;
        margin-bottom: 16px;
        margin-bottom: 1rem;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .profile-picture:before {
            content: "\F007";
            font-family: FontAwesome;
            position: absolute;
            color: #333;
            font-size: 80px;
            opacity: .5
        }

    .picture, .preview-picture {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: cover;
        background-position: 50%
    }

    .preview-picture {
        z-index: 10
    }

    .user-identity-pic-100 {
        background-size: cover;
        background-position: 50%;
        border-radius: 50%
    }

    .tiny-profile {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-nav > li > a.tiny-profile {
        padding-top: 12px; /* Fix to get all the navbar buttons the same height, since the height and width on the tiny-profile-pic-container are hard set to be bigger, we need to reduce padding here to compensate... */
        padding-bottom: 13px;
    }

    .tiny-profile-pic-container {
        height: 25px;
        width: 25px;
        position: relative;
        border-radius: 50%;
        display: inline-block;
        background-color: #ccc;
        margin-right: 16px;
        margin-right: 1rem
    }

    .tiny-profile-pic {
        background-size: cover;
        background-position: 50%;
        border-radius: 50px
    }

    .navbar-no-profile-image, .tiny-profile-pic {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    .navbar-no-profile-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        background-color: #bdc8d2;
        border-radius: 50%
    }

        .navbar-no-profile-image > * {
            opacity: .7
        }

    .admin-sideNav {
        height: 100%;
        width: 100%;
        background-color: #fff;
        border-radius: 0;
        color: #525d66;
        border-bottom: 1px solid #e9edf0;
        border-right: 1px solid #e9edf0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

        .admin-sideNav li {
            position: relative
        }

            .admin-sideNav li a {
                border-radius: 0;
                color: #525d66
            }

            .admin-sideNav li.active a {
                background: #f6f9fb !important;
                color: #525d66
            }

                .admin-sideNav li.active a:focus, .admin-sideNav li.active a:hover {
                    color: #437eac
                }

                .admin-sideNav li.active a:before {
                    content: "";
                    position: absolute;
                    width: 5px;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    background: #437eac
                }

            .admin-sideNav li a {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between
            }

        .admin-sideNav.nav-pills > .active > a > .badge {
            background: #437eac;
            color: #fff
        }

    .admin-requestList {
        background: #e7f0f6;
        list-style: none !important;
        border-right: 1px solid #cde0ec;
        border-bottom: 1px solid #cde0ec;
        height: 100%;
        padding: 0;
        overflow: auto
    }

        .admin-requestList li {
            position: relative
        }

            .admin-requestList li a {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 8px 15px;
                border-bottom: 1px solid #cde0ec
            }

                .admin-requestList li a:hover {
                    background: #d8e7f0
                }

        .admin-requestList span {
            white-space: nowrap
        }

        .admin-requestList .request-data {
            padding: 0 15px;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1
        }

        .admin-requestList .request-name {
            font-weight: 700;
            display: block
        }

        .admin-requestList .request-company {
            font-size: 12px
        }

        .admin-requestList li.active a {
            background: #fff !important
        }

    .admin-card {
        background: #fff;
        margin: 15px;
        padding: 15px
    }

    .admin-card--header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 15px;
        border-bottom: 1px solid #cde0ec
    }

    .updated:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 13;
        background: #437eac;
        opacity: 0;
        -webkit-animation: b .5s linear;
        animation: b .5s linear
    }

    @-webkit-keyframes b {
        0% {
            opacity: .5
        }

        to {
            opacity: 0
        }
    }

    @keyframes b {
        0% {
            opacity: .5
        }

        to {
            opacity: 0
        }
    }

    .accounts-table {
        width: 100%
    }

        .accounts-table tr td, .accounts-table tr th {
            text-align: left;
            padding: 8px 16px;
            padding: .5rem 1rem
        }

            .accounts-table tr td:nth-child(3), .accounts-table tr th:nth-child(3) {
                text-align: left
            }

        .accounts-table tr th {
            font-size: 12px
        }

        .accounts-table tr td {
            border-bottom: 1px solid #ebf2f6
        }

    .message-list {
        height: 100%;
        background: #fff;
        border-right: 1px solid #e9edf0;
        padding-right: 0;
        transition: all .2s ease
    }

        .message-list > li, .message-list > li > a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

        .message-list > li {
            padding: 16px;
            padding: 1rem;
            border-bottom: 1px solid #e9edf0
        }

            .message-list > li > a {
                width: 100%
            }

    li.message-list-header {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        li.message-list-header .icons > a {
            padding: 16px;
            padding: 1rem
        }

    .message-list > li .user-pic {
        height: 40px;
        width: 40px;
        margin: 0 16px;
        margin: 0 1rem;
        background-position: 50%;
        background-size: cover;
        border-radius: 50%
    }

        .message-list > li .user-pic img {
            border-radius: 50%;
            height: 100%;
            width: auto
        }

    .message-name {
        font-size: 16px
    }

    .message-company {
        opacity: .8
    }

    .message-date {
        white-space: nowrap;
        text-align: right;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .message-body-wrapper {
        position: relative
    }

    .message-body {
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .messages-wrapper {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-bottom: 150px;
        overflow: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .messages-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .messages-body, .tab-content > .message-body.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .message-body-header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 16px;
        padding: 1rem;
        background: #fff;
        border-bottom: 1px solid #e9edf0
    }

        .message-body-header .user-pic {
            height: 50px;
            width: 50px;
            display: inline-block;
            position: relative;
            background-size: cover;
            background-position: 50%;
            border-radius: 50%
        }

            .message-body-header .user-pic img {
                height: 100%;
                width: 100%;
                border-radius: 50%
            }

        .message-body-header .header-data {
            display: inline-block
        }

            .message-body-header .header-data span {
                display: block;
                padding-left: 16px;
                padding-left: 1rem
            }

    .message {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #f2f7fa
    }

        .message .user-pic {
            height: 40px;
            width: 40px;
            margin: 0 32px;
            margin: 0 2rem;
            position: relative;
            background-position: 50%;
            background-size: cover;
            border-radius: 50%
        }

            .message .user-pic img {
                height: 100%;
                width: auto;
                border-radius: 50%
            }

        .message .user-pic {
            margin-left: 0
        }

        .message.self:last-child {
            padding-bottom: 16px;
            padding-bottom: 1rem
        }

    .message {
        background: #fff;
        padding: 16px;
        padding: 1rem
    }

        .message.self {
            color: #437eac;
            background: none
        }

    .message-input-wrapper {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 150px;
        background: #fff;
        width: 100%;
        border: none;
        border-top: 1px solid #e9edf0
    }

    .message-input {
        position: absolute;
        height: 100% !important;
        width: 100%;
        border: none;
        padding: 16px;
        padding: 1rem
    }

    .message-input-send {
        position: absolute;
        bottom: 16px;
        bottom: 1rem;
        right: 32px;
        right: 2rem;
        z-index: 12
    }

    .message-data span {
        display: block
    }

    .message-datetime {
        display: block;
        opacity: .75;
        font-size: 12px
    }

    .message.self .message-datetime {
        text-align: right
    }

    .message-list li.active {
        background: #437eac;
        color: #fff
    }

        .message-list li.active > * {
            color: #fff
        }

    .empty-message {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        width: 100%
    }

    .empty-message-icon {
        font-size: 42px
    }

    .empty-message-text {
        font-size: 22px;
        margin-top: 32px;
        margin-top: 2rem
    }

    .date-break {
        position: relative;
        text-align: center;
        overflow: hidden;
        padding: 8px;
        padding: .5rem
    }

        .date-break:after {
            content: "";
            position: absolute;
            height: 1px;
            width: 100%;
            background: #dae1e6;
            left: 0;
            right: 0;
            top: 50%;
            z-index: -1
        }

        .date-break > span {
            background: #f2f7fa;
            padding: 8px 16px;
            padding: .5rem 1rem;
            z-index: 10
        }

    .open-conversations-mobile-btn {
        border-radius: 50%;
        position: fixed;
        bottom: 15px;
        left: 15px;
        cursor: pointer;
        z-index: 300;
        box-shadow: 0 0 3px 1px rgba(0,0,0,.15)
    }

    .brandManager-list {
        list-style: none;
        padding: 0;
        margin: 0
    }

    .brandManager-list-item {
        padding: 8px 15px;
        border-left: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        position: relative
    }

        .brandManager-list-item:first-child {
            border-top: 1px solid #e6e6e6
        }

        .brandManager-list-item:hover {
            background: #f1f1f1
        }

    .brandManager-delete-button {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        padding: 0 15px;
        background: #d9534f;
        color: #fff;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 5
    }

        .brandManager-delete-button:after {
            content: "ï€";
            font-family: FontAwesome
        }

        .brandManager-delete-button:hover {
            background: #d43f3a
        }

    .brand-img-container {
        position: relative;
        transition: all .2s ease;
        border: 1px solid #ccc;
        margin: 8px 0
    }

        .brand-img-container:hover {
            background: #f1f1f1
        }

    .brandManager-single-delete-button {
        height: 100%;
        width: 41px;
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
        background: #d9534f;
        color: #fff;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 5;
        transition: all .2s ease
    }

        .brandManager-single-delete-button:after {
            content: "ï€";
            font-family: FontAwesome
        }

        .brandManager-single-delete-button:hover {
            background: #d43f3a
        }

    .just-added {
        -webkit-animation: c .3s linear;
        animation: c .3s linear
    }

    @-webkit-keyframes c {
        0% {
            background-color: #cfdfec
        }

        to {
            background-color: transparent
        }
    }

    @keyframes c {
        0% {
            background-color: #cfdfec
        }

        to {
            background-color: transparent
        }
    }

    .brand-img-container {
        min-height: 129px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .brand-img-container > img {
            width: 100%;
            height: auto;
            margin: 15px 0
        }

    .brandManager-checkbox-wrapper {
        position: relative
    }

    .brandManager-remove-checkbox {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0
    }

        .brandManager-remove-checkbox + label {
            border: 3px solid transparent
        }

        .brandManager-remove-checkbox:checked + label {
            border-color: #d9534f
        }

            .brandManager-remove-checkbox:checked + label:after {
                content: "ï€Œ";
                font-family: FontAwesome;
                position: absolute;
                top: 5px;
                right: 5px;
                color: #d9534f;
                font-size: 18px
            }

    .main-track-nav li.active .main-track-nav-link {
        text-decoration: underline !important
    }

    .tooltip {
        white-space: nowrap !important
    }

    .main-nav {
        position: fixed;
        width: 100%;
        z-index: 16
    }

    .admin-sideNav-container {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding-right: 16px;
        padding-right: 1rem;
        margin-top: 8px
    }

    .admin-content-area {
        overflow-y: hidden;
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-height: 90vh;
        padding-top: 16px;
        padding-top: 1rem
    }

    .flex-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .page-wrapper {
        margin-top: 57px
    }

    .show-mobile,
    .show-mobile-inline {
        display: none !important;
    }

    @media (max-width: 844px) {
        .navbar-mobile li button {
            padding: 10px 15px !important;
            display: block;
        }

        .navbar-mobile .navbar-collapse {
            box-shadow: 0 0 3px 1px rgba(0,0,0,0.25);
        }

        /*.row {
        margin-right: 0 !important;
    }*/

        .admin-content-area {
            margin-left: 15px !important;
        }

        .admin-sideNav-container {
            width: 100%;
            position: relative;
            padding-right: 15px;
        }
    }

    @media only screen (max-width: 420px) {
        .user-left-stickynav.affix {
            position: relative;
        }
    }

    /* Some custom CSS for the SHELL login panel to override some THA MVC stylings. */
    .login-container h2 {
        color: #fff !important;
    }

    .login-container .checkbox label {
        padding-left: 20px;
    }

    /* Custom CSS for registration page */
    .register-new-account .best-contact-method td {
        padding-right: 20px;
    }

        .register-new-account .best-contact-method td input {
            margin-right: 2px;
        }

    .site-outer-container {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }

    #manageFilesModal .card-box-body {
        border-bottom: none;
        margin-bottom: 0;
    }

    .user-settings .form-group.validated-field {
        margin-bottom: 0;
    }

    .label {
        text-transform: uppercase;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }

    .main-track,
    .user-left-track {
        border-radius: 4px;
        /* border: 1px solid #e86b16; */
        /* border: 2px solid #fff0e6; */
        border: 1px solid rgba(47,79,123,0.3);
    }

    .user-identity-links ul {
        margin-bottom: 0;
    }

    .user-identity-links a {
        border-top: 1px solid rgba(232,107,22,0.3);
    }

        .user-identity-links a:hover {
            background-color: rgba(232,107,22,0.1);
        }

    .main-track-header {
        border-bottom: none;
    }

    .main-track-nav li {
        margin-bottom: 5px;
        border-bottom: 2px solid transparent;
    }

        .main-track-nav li.active {
            text-decoration: none !important;
            border-bottom: 2px solid #437eac;
        }

        .main-track-nav li .main-track-nav-link {
            padding: 10px;
        }

        .main-track-nav li.active .main-track-nav-link {
            text-decoration: none !important;
        }

    .date-filter.date-block-filter label {
        padding-left: 5px;
    }

    .post-imagery {
        height: 200px;
        max-width: 300px;
        align-self: center;
    }

    .post-imagery-wrapper {
        overflow: hidden;
    }

        .post-imagery-wrapper img,
        .post-imagery-wrapper .no-image-post {
            transform: scale(1);
            transition: all 0.5s ease-out;
        }

    .post:hover .post-imagery-wrapper img,
    .post:hover .post-imagery-wrapper .no-image-post {
        transform: scale(1.2);
    }

    .post:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .left-post-content {
        justify-content: flex-start;
    }

    .right-post-content {
        justify-content: space-between;
        text-align: center;
    }

    .filters-divider {
        color: #652e0a;
        border-color: rgba(232,107,22,0.3);
    }

    .posts-filter .filters-divider {
        margin-top: 34px;
    }

    .posts-filter .search-icon {
        left: 8px;
        top: 8px
    }

    .list-group {
        margin-bottom: 0;
    }

    .main-outer-action {
        margin-top: 0;
    }

    /* Post Type watermark logos for no image */
    .post .no-image-post .watermark-text {
        font-size: 2rem;
        font-weight: bold;
    }

    /* Generic car for any post types that are not specifically set */
    .no-image-post .fa.outer-watermark-image {
        overflow: hidden;
        background: url('/Images/tha-car-icon.svg') no-repeat center center;
        background-size: contain;
        width: 100%;
        height: 100%;
    }

    .post-type-PN .no-image-post .fa.outer-watermark-image, .post-type-IN .no-image-post .fa.outer-watermark-image {
        background-image: none;
    }

        /* adds magnifying glass part needed and inventory needed post type watermark image overrides */
        .post-type-PN .no-image-post .fa.outer-watermark-image:before, .post-type-IN .no-image-post .fa.outer-watermark-image:before {
            content: "\f002";
            color: rgba(5,28,59,0.4);
        }

    /* thins out the font-stroke on the magnifying glass by hiding the outer stroke portion of it with the same color as the background 
    this doesn't work for IE, but if we end up needing the same thing for IE we can just get the font-awesome pro and use the -thin version
    or make an svg of it
*/
    .post-type-PN .no-image-post .fa.outer-watermark-image, .post-type-IN .no-image-post .fa.outer-watermark-image {
        -webkit-text-stroke: 5px #bdc8d2;
    }

    /* shifts the inner watermark image inside the magnifying glass to the center of the magnifying glass*/
    .post-type-PN .no-image-post .fa.inner-watermark-image, .post-type-IN .no-image-post .fa.inner-watermark-image {
        margin-top: -0.1em;
        margin-left: -0.21em;
        font-size: 0.65em;
    }

        .post-type-PN .no-image-post .fa.inner-watermark-image:before {
            content: "\f085";
        }

    .post-type-IN .no-image-post .fa.inner-watermark-image {
        overflow: hidden;
        background: url('/Images/tha-car-icon.svg') no-repeat center center;
        background-size: contain;
        width: 100%;
        height: 25%;
        margin-top: 1em;
    }

    .hoursTable .checkbox {
        margin-left: 30px;
    }

    .tha-text-logo {
        width: 100px; /* IE hacky fix for wrapping issue */
    }

    h1 .tha-text-logo {
        width: 125px;
        padding-bottom: 7px;
    }

    @media (max-width: 767px) {
        .btn-xs-block {
            display: block;
            width: 100%;
        }

        input[type="submit"].btn-xs-block,
        input[type="reset"].btn-xs-block,
        input[type="button"].btn-xs-block {
            width: 100%;
        }

        .btn-block + .btn-xs-block,
        .btn-xs-block + .btn-block,
        .btn-xs-block + .btn-xs-block {
            margin-top: 0.5rem;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .btn-sm-block {
            display: block;
            width: 100%;
        }

        input[type="submit"].btn-sm-block,
        input[type="reset"].btn-sm-block,
        input[type="button"].btn-sm-block {
            width: 100%;
        }

        .btn-block + .btn-sm-block,
        .btn-sm-block + .btn-block,
        .btn-sm-block + .btn-sm-block {
            margin-top: 0.5rem;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .btn-md-block {
            display: block;
            width: 100%;
        }

        input[type="submit"].btn-md-block,
        input[type="reset"].btn-md-block,
        input[type="button"].btn-md-block {
            width: 100%;
        }

        .btn-block + .btn-md-block,
        .btn-md-block + .btn-block,
        .btn-md-block + .btn-md-block {
            margin-top: 0.5rem;
        }
    }

    @media (min-width: 1200px) {
        .btn-lg-block {
            display: block;
            width: 100%;
        }

        input[type="submit"].btn-lg-block,
        input[type="reset"].btn-lg-block,
        input[type="button"].btn-lg-block {
            width: 100%;
        }

        .btn-block + .btn-lg-block,
        .btn-lg-block + .btn-block,
        .btn-lg-block + .btn-lg-block {
            margin-top: 0.5rem;
        }
    }

    .post-status-active .post-status-label {
        display: none; /* UX don't show the status label when it's active, that's the 'usual' state and this label is meant to highlight when it's something other than active */
    }

    .post-status-active .cdh-right-content .alert {
        background-color: transparent;
        border-color: rgb(248, 210, 184);
    }

    label.editable-click.editable-disabled, a.label.editable-click.editable-disabled, a.label.editable-click.editable-disabled:hover {
        color: #fff;
    }

    .highlighted-features ul {
        display: inline-block;
    }

    .subscription-transferred {
        border-left: solid 1px #ffe37d;
    }

    .tha-landing-page .logo {
        display: inline-block;
        height: 90px;
        width: 95px;
        padding-bottom: 10px;
        margin-top: -10px;
        padding-right: 15px;
    }

    /* Add Margins between form controls on mobile screens */
    @media (max-width: 1200px) {
        .form-control {
            margin-bottom: 25px;
        }
    }

    .btn[disabled] {
        cursor: pointer;
        pointer-events: auto !important;
    }


    .footer-content a {
        color: #89baff;
        display: inline-block;
    }

    .editable.editable-click.editable-empty {
        color: #aaa;
    }

    .carpost-header {
        display: block;
        border-radius: 3px;
    }

    .form-control {
        border-color: #8fa3b3;
    }


    .select2v4-container--default .select2v4-selection--multiple {
        border: 1px solid #8fa3b3;
    }

    span.control-label {
        color: #2e6da4;
    }

    select.form-control {
        color: #2e6da4;
    }

    ::-webkit-input-placeholder {
        color: #2e6da4 !important;
    }

    :-ms-input-placeholder {
        color: #2e6da4 !important;
    }

    ::-moz-placeholder {
        color: #2e6da4 !important;
        opacity: 1;
    }

    :-moz-placeholder {
        color: #2e6da4 !important;
        opacity: 1;
    }

    .primary-image-icon {
        position: absolute;
        z-index: 5;
        color: #ff7619;
        background-color: #fff;
        border: 1px solid #f8d2b8;
        padding: 1px 3px;
        display: none;
    }

    .user-can-edit-post .primary-image-icon {
        display: inline;
    }

    /* THA override styles for login*/
    .login-container {
        margin-top: 0;
    }

    @media (min-width: 992px) {
        .login-container .panel {
            margin-left: 5rem;
            margin-right: 5rem;
        }
    }

    [aria-expanded="false"] .fa-chevron-down {
        display: inline;
    }

    [aria-expanded="false"] .fa-chevron-up {
        display: none;
    }

    [aria-expanded="true"] .fa-chevron-down {
        display: none;
    }

    [aria-expanded="true"] .fa-chevron-up {
        display: inline;
    }

.select2v4-container--default .select2v4-results > .select2v4-results__options {
    max-height: 300px;
}

.panel-off{
    border-color: #adadad;
}
    .panel-off .panel-heading{
        color: #999;
        background-color: #e6e6e6;
        border-color: #adadad;
    }
    .panel-off h5 {
        color: #999;
    }

.panel-on {
    border-color: #E86B16;
}
    .panel-on .panel-heading {
        color: #fff;
        background-color: #EC8844;
        border-color: #E86B16;
    }

/* Fixes right alignment issue of post-title in small formats on the member directory specifically*/
.member-directory .post-title {
    display: block;
}

a.details-post-type-label {
    font-size: 16px;
    text-transform: capitalize;
    border-bottom: none;
}
a.details-post-type-label:hover {
        color: #fff;
    }

.list-post-type-label{
    font-size: 13px;
    text-transform: capitalize;
    border-bottom: none;
}
 div.fav-and-post-type > .list-post-status-label{
     font-size:13px;
 }
 div.post-title-row-2 > .list-post-status-label{
    font-size: 13px;
 }

@media(min-width: 992px) {
    .post-standard-details {
        background-color: #ffffff;
        border-right: 1px solid rgba(230, 110, 29, 0.5);
    }
}
@media(max-width: 992){
    .post-standard-details{
        background-color: #eeeeee;
    }
}

.details-title {
    color: #2F4F7B;
}

.more-details-section {
    border-bottom: 1px solid #f8d2b8;
}


/* Tweaks the select2 for 'makes' to match the bootstrap styling on regular form elements by just wrapping it in a form-group control*/
.form-group .selection .select2v4-selection {
    height: 34px;
}

    .form-group .selection .select2v4-selection span.select2v4-selection__rendered {
        line-height: 34px;
    }

    .form-group .selection .select2v4-selection .select2v4-selection__arrow {
        height: 34px;
    }

/* Tweak select2 for 'makes' to match the colors */
.select2v4-container--default .select2v4-selection--single {
    border-color: #8fa3b3;
    color: #2e6da4;
}

    .select2v4-container--default .select2v4-selection--single .select2v4-selection__rendered {
        color: #2e6da4;
    }

/* Star spin animation */
.star-spin {
    transform: rotate(72deg);
}

.fav-icon span.fa {
    transition: all 0.2s ease-in;
}