/* FIX ADD VEHICLE */
/* CHANGE TOYOTA BENNER SIZE */
/* TWITTER ICON */
.nav-item.dropdown:hover {
    a:hover {
        text-decoration-color: #d1232b;
        text-decoration: underline;
    }
}

.nav-item.dropdown:hover .dropdown-menu {
    /* background-color: #00000faf;
    margin-left: -100vw;
    padding-left: 100vw;
    padding-right: 100vw;
    padding-bottom: 100vh;
    padding-top: 0px;
    a:first-child {
        padding-top: 20px;
    } */
    -webkit-box-shadow: 0 20px 20px 0 #d8d8d8;
    box-shadow: 0 20px 20px 0 #d8d8d8;

    a {
        background-color: #ffffff;
    }

    a:hover {
        text-decoration-color: #d1232b;
        text-decoration: underline;
    }
}

@font-face {
    font-display: fallback;
    font-family: "ToyotaVIS";
    font-style: "normal";
    font-weight: 400;
    src: url("/Content/fonts/ToyotaType-Regular.woff2") format("woff2"), url("/Content/fonts/ToyotaType-Regular.woff") format("woff"), url("/Content/fonts/ToyotaType-Regular.ttf") format("truetype"), url("/Content/fonts/ToyotaType-Regular.svg#ToyotaVIS") format("svg")
}

@font-face {
    font-display: fallback;
    font-family: "ToyotaVIS";
    font-style: "normal";
    font-weight: 600;
    src: url("/Content/fonts/ToyotaType-Semibold.woff2") format("woff2"), url("/Content/fonts/ToyotaType-Semibold.woff") format("woff"), url("/Content/fonts/ToyotaType-Semibold.ttf") format("truetype"), url("/Content/fonts/ToyotaType-Semibold.svg#ToyotaVIS") format("svg")
}

@font-face {
    font-display: fallback;
    font-family: "ToyotaVIS";
    font-style: "normal";
    font-weight: 700;
    src: url("/Content/fonts/ToyotaType-Bold.woff2") format("woff2"), url("/Content/fonts/ToyotaType-Bold.woff") format("woff"), url("/Content/fonts/ToyotaType-Bold.ttf") format("truetype"), url("/Content/fonts/ToyotaType-Bold.svg#ToyotaVIS") format("svg")
}

@font-face {
    font-family: "toyota-bat-icons";
    font-style: normal;
    font-weight: normal;
    font-display: block;
    src: url("/Content/fonts/icons/toyota-bat-icons-091423.eot") format("embedded-opentype"), url("/Content/fonts/icons/toyota-bat-icons-091423.ttf") format("truetype"), url("/Content/fonts/icons/toyota-bat-icons-091423.woff") format("woff"), url("/Content/fonts/icons/toyota-bat-icons-091423.svg#toyota-bat-icons") format("svg")
}

.icon,
[class^=icon-] {
    font-family: "toyota-bat-icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    speak-as: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.header-container .toyota-logo {
    height: 40px;
}


.panel-service tbody td {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-top: 4px solid #d8d8d8;
}

.panel-service tbody tr:first-of-type td {
    border-top: none;
}

.serviceHistoryTable tbody td {
    display: table !important;
    div {
        overflow: auto;
    }
}

table.vehicles-service>tbody,
.panel-service .vehicles-service tbody {
    display: table;
    width: 100%;

    td {
        display: grid;
        /* grid-template-columns: repeat(2, 1fr); */
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 16px;
        /* adjust spacing as needed */

        .widget {
            display: block;
            border: 1px solid rgba(118, 118, 118, .5);
            background: #fff;
            border-radius: 4px;
            margin: 8px;

            .widget {
                border: none;
            }
        }
    }
}

/* HOME */
#MainContentPlaceHolder_pnlMain .vehicles-service {
    display: block;
    border: 1px solid rgba(118, 118, 118, .5);
    background: #fff;
    border-radius: 4px;
    margin: 8px;

    .widget {
        border: none;
    }
}


/* Navigation font size: 0.8125rem;

H2 font-size: 3rem;
H3 font-size: 2.25rem;
H3 font-size: 1.25rem;

P font-size: .875rem;

Footer link header font-size: 0.8125rem;
Footer link font-size: 0.75rem; */

body {
    font-family: "ToyotaVIS", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.8125rem;
    line-height: 1.15
}

table {
    font-size: .875rem;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2.25rem;
}

h4 {
    font-size: 1.25rem;
}

p {
    font-size: .875rem;
}

.footer {
    font-size: 0.8125rem;
}

.showFalse {
    display: none;
}

#site-container {
    min-height: 100%;
}

.w100p {
    width: 100%;
}

.w50p {
    width: 50%;
}

.row {
    margin: 0;
}

.container-fluid {
    padding: 0;
}

.content-container {
    /* margin: 2rem 1rem 0 1rem; */
    background-color: #f6f6f6;
    padding-bottom: 20px;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.content-container>div {
    max-width: 1500px;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
}

a,
a:hover,
a:visited,
a:focus,
a:active,
a:link {
    color: #000000;
}

hr {
    color: #d61921;
}

.logoutLink {
    color: #d61921 !important;
    /* text-transform: uppercase; */
}

/* Login Page */

.login-welcome {
    font-size: 50px;
    border-bottom: 2px #fcfcfc solid;
    padding-bottom: 5px;
    font-weight: bold;
}

.login-box {
    background: #fcfcfc;
    width: 100%;
    max-width: 550px;
    padding: 1.5rem;
    clear: both;
    border: solid 1px #eeeeee;
}

.login-bg {
    background-image: url(/Content/images/login-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 510px;
}

.login-box .FormField {
    font-size: 24px;
    display: inline-block;
    width: 100%;
    padding-right: 1.5rem;
}

.login-box .FormLabel {
    font-size: 24px;
    margin-top: .25rem;
    display: inline-block;
    width: 100%;
    max-width: 120px;
    vertical-align: middle;
}

.login-box .Button {
    float: right;
    padding: 1rem 3rem;
}

.login-box .FormField input[type^="text"],
.login-box input[type^="password"],
.login-box .FormField select,
.login-box .FormField textarea,
.login-box input {
    width: 100%;
    max-width: 370px;
    padding: .25rem;
    margin: 0;
    min-height: .5rem;
}

.login-box .save-login {
    width: 100%;
}

.login-box .save-login span input[type^="checkbox"],
span .save-login-checkbox input[type^="checkbox"] {
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    vertical-align: middle;
}

.login-box .save-login label {
    font-size: 14px;
    display: inline-block;
    margin-left: 1rem;
}

.login-box .ValidationSummary {
    font-size: 14px;
    display: inline-block;
    margin-left: 1rem;
    color: #d1232d;
    font-weight: bold;
}

.login-news {
    color: #000000;
}

.login-news-feed {
    margin: 0;
    padding: 0;
}

.login-news-content span span a::before {
    color: #d1232b;
    content: "\2022";
    font-size: 22px;
    padding-right: 1%;
    position: relative;
    top: 0;
    text-decoration-line: none !important;
}

.login-news-header {
    font-size: 50px;
    border-bottom: 3px #d1232b solid;
    padding-bottom: 5px;
    font-weight: bold;
    max-width: 900px;
}

.login-box .login-register {
    font-size: 18px;
    width: 100%;
    max-width: 380px;
}

.login-box .login-register ul {
    list-style-type: none;
    padding-left: 1rem;
    margin-bottom: 0;
}

.login-box .login-register ul li {
    list-style-type: none;
    margin-bottom: .25rem;
}

.login-box .login-register ul li::before {
    color: #d1232b;
    content: "\2022";
    font-size: 18px;
    padding-right: 3%;
    position: relative;
    top: 0;
}

@media (max-width: 768px) {

    .login-name .FormLabel,
    .login-password .FormLabel {
        text-align: left !important
    }

    .login-bg {
        height: initial;
    }

    .login-box .login-register ul {
        padding: 0;
        font-size: 14px;
    }

    .login-section-container {
        padding-left: .25rem !important;
        padding-right: .25rem !important;
    }
}


/* Bootstrap addons */

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}


/* Header */

.header-container {
    padding: .5rem 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row
        /* works with row or column */
        flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.header-container div {
    margin: auto;
}

.header-container h3 {
    /* text-transform: uppercase; */
}


/* Navigation bar */

.navbar {
    margin: 0 5%;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
    /*     text-transform: uppercase; */
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #d61921;
}

.navbar-light .navbar-nav .nav-link.red {
    color: #d61921;
    /* text-transform: uppercase; */
}

.navbar-light .navbar-nav .nav-link.red:hover {
    color: #000000;
}

.navbar-nav>li {
    padding-left: 1.0rem;
    padding-right: 1.0rem;
}

.dropdown-toggle::after {
    display: none
}

.navbar-nav>li.dropdown:hover>.dropdown-menu {
    display: block;
}


/* Nav Dropdowns  */

.navbar-nav .dropdown-menu {
    /* background: #bdbdbd; */
    font-size: 16px;
    border: none;
    border-radius: 0;
    /* text-transform: uppercase; */
    margin: 0;
    padding: 1rem 0;
    min-width: 100%;
}

.navbar-nav .dropdown-item {
    padding: .5rem 2.3rem;
}

.navbar-nav .dropdown-item.hover,
.navbar-nav .dropdown-item:hover {
    color: #d61921;
    /* background: #d4d4d4; */
}


/* Nav Mobile*/

@media (max-width: 768px) {
    .navbar {
        margin: 0;
        padding: .25rem;
    }

    .navbar-nav .dropdown-menu {
        padding: 0;
    }
}


/* Nav Tabs */

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}


/* Page shared items */

h5.PageTitle {
    /* text-transform: uppercase; */
    height: 1.5rem;
}

.middleColumn {
    /* background-color: #fcfcfc;
    border: 1px solid #eeeeee; */
}

/* widget */

.widget {
    border: 1px solid rgba(118, 118, 118, .5);
    background: #fff;
    border-radius: 4px;
    margin: 8px;

    .widget {
        border: none;
    }
}

.hideHeader .widget-header {
    display: none;
}

.widget-header {
    padding-left: 20px;
    margin: .5rem;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.5;
    min-height: 51px;
    border-bottom: 1px #cacaca solid;

    .icon-toyota,
    .icon-calendar {
        display: none !important;
    }
}

.widget-header span {
    margin: auto 0;
}

.widget-content {
    width: 100%;
}

.widget-content ul {
    padding: 0 0 0 1rem;
    width: 100%;
}

.sidebar-list li {
    list-style-type: none;
}

.dealer-link,
.dealer-link:hover,
.dealer-link:active,
.dealer-link:focus,
.dealer-link:visited,
.dealer-link:link {
    color: #d61921;
    font-size: 18px;
}

.widget-button-divider {
    border-top: 1px solid #d8d8d8;
}

.myservices-image-container img {
    width: 100%;
}

/* My Dealer */
#HomePage_DealerBox {
    margin-bottom: 30px;
}

/* Service History Table */
table.serviceHistoryTable.styled-table th {
    background: #ffffff;
    color: #ffffff;
    padding: 0px 0px 0px 0px;
    font-size: 0px;
}

table.serviceHistoryTable .serviceDate {
    text-decoration: underline;
}

table.serviceHistoryTable .serviceProvider {
    text-decoration: underline;
    float: right;
}


/* logo */

.Toyota-logo {
    max-width: 100%;
}

.widget-header {
    /* text-transform: uppercase; */
}

.header-text {
    text-align: right;
}

.buyatoyotalink {
    position: absolute;
    right: 20px;
    color: #ffffff !important;
}

.buyatoyotalink a {
    color: #ffffff !important;
}

.header-title {
    max-width: 400px;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
}


/* Disclaimer */

.disclaimer-container {
    font-size: 12px;
}


/* Colors */

.red {
    color: #d61921;
}

.bg-grey {
    /* background: #bdbdbd; */
}


/* Sidebar */

.sidebar {
    margin-top: 2rem;
}

.sidebar-item a {
    color: #ffffff;
    /* text-transform: uppercase; */
    margin: 0 auto;
    display: inline-block;
}


/* FAQ / Help */

.FaqQuestion {
    font-weight: bold;
}

.HelpHeader {
    font-weight: bold;
    margin-top: 15px;
}


/* Footer */

.footer {
    /* position: absolute; */
    bottom: 0;
    /* background-color: #fcfcfc; */
}


/* Tables */

table,
td,
tr,
th {
    font-family: "ToyotaVIS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

table.styled-table {
    width: 100%;
    border: none;
}

table.styled-table tr th {
    background: #d61921;
    color: #ffffff;
    padding: 30px 15px 15px 15px;
    /* font-size: 18px; */
}

table.styled-table tr td {
    color: #000000;
    padding: 20px 10px 10px 10px;
    /* font-size: 18px; */
    border: none;
}

table.styled-table tr {
    border: none;
    background-color: #ffffff !important;
}

.middleColumn table.styled-table tr {
    /* border:none;
    background-color: #fcfcfc !important; */
}

.col-lg-4.widget-column table.styled-table table {
    display: none;
}

/* Buttons */

input.button,
input[type^="submit"],
.btn,
.btn-primary,
.sidebar-item a,
a.btn {
    padding: 9px 19.5px;
    border-radius: 50px;
    background-color: #000;
    color: #fff;
    font-weight: 600;
    line-height: 14px;
    text-decoration: none;
}

input.button:hover,
input[type^="submit"]:hover,
.btn:hover,
.btn-primary:hover {
    background: #d61921;
    color: #ffffff;
    text-decoration: none;
}

.SpecialLink:link,
.SpecialLink:visited,
.SpecialLink:hover,
.SpecialLink:active,
.SpecialLink2:link,
.SpecialLink2:visited,
.SpecialLink2:hover,
.SpecialLink2:active {
    color: #d61921;
    text-decoration: none;
    margin-left: 20px;
}


/* Forms, Inputs, Labels */

.form-content {
    max-width: 550px;
}

.FormLabel,
.ReqFormLabel {
    font-size: 18px;
    margin: auto 0;
    display: inline-block;
}

.FormField {
    font-size: 18px;
    max-width: 500px;
}

.FormField input[type^="text"],
.FormField select,
.FormField textarea {
    width: 100%;
    max-width: 600px;
    padding: .25rem;
    margin: .25rem 0;
    min-height: .5rem;
}

iframe {
    width: 100%;
}

.profile-service-reminder input[type^="radio"],
.profile-service-promotions input[type^="radio"] {
    margin-right: .25rem;
}


/* Customer Interests */

.checkbox-list td,
.radiobutton-list td {
    margin-right: 1rem;
    min-width: 200px;
}

.checkbox-list input,
.radiobutton-list input {
    width: 20%;
    float: left;
    margin-top: .10rem;
}

.checkbox-list label,
.radiobutton-list label {
    float: left;
    width: 80%;
    vertical-align: middle;
}

.radiobutton-list {
    margin-right: .25rem;
}

.profiler-save-button {
    width: 100%;
    max-width: 650px;
}

.change-email-content {
    padding-right: 15px;
    padding-lefT: 15px;
}


/* Calendar */


.calendar td {
    padding: .25em;
}

.CalendarApp_DayView {
    border: solid 1px black;
}

.CalendarApp_DayView_AlternatingItem {
    background-color: #cccccc;
}

.CalendarApp_DayView_Header {
    color: White;
    font-weight: bold;
}

.CalendarApp_DayView_HourBlockTime {
    font-weight: bold;
    font-size: larger;
}

.CalendarApp_DayView_EventTime {
    font-weight: bold;
}

.CalendarApp_Overlib_EventTitle {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}

.CalendarApp_Overlib_EventLocation {
    margin-bottom: 10px;
}

.CalendarApp_Overlib_EventCommands {
    margin-top: 15px;
}

/* Stock Data Widget*/

#StockTickerContent1 .CompanyStocks .stockblock {
    background-color: #EBEBEB;
    margin-top: 10px;
}

#StockTickerContent1 .CompanyStocks .stockblock.first {
    margin-top: 0;
}

#StockTickerContent1 .CompanyStocks .stockblock .negative {
    color: red;
    /*background-color:#C7F9C7;*/
}

#StockTickerContent1 .CompanyStocks .positive {
    color: green;
    /*background-color:#F9C7C7;*/
}

#StockTickerContent1 .CompanyStocks .stockblock .variationLiveMinus {
    /*color:red;*/
    background-color: #F9C7C7;
}

#StockTickerContent1 .CompanyStocks .stockblock .variationLiveMaxus {
    /*color:green;*/
    background-color: #C7F9C7;
}

#StockTickerContent1 .CompanyStocks .CompanyStocksWrapper .stockblock {
    overflow: hidden;
    padding: 0.55em;
}

#StockTickerContent1 .CompanyStocks .CompanyStocksWrapper .stockblock>span {
    float: left;
}

#StockTickerContent1 .CompanyStocks .stockblock .title {
    font-size: 0.75em;
    font-weight: bold;
    width: 21%;
}

#StockTickerContent1 .CompanyStocks .CompanyStocksWrapper .stockblock .info {
    font-size: 0.75em;
    width: 35%;
    float: right;
}

#StockTickerContent1 .CompanyStocks .stockblock .CurrentValue {
    font-size: 2.15em;
    position: relative;
    width: 40%;
}

#StockTickerContent1 .CompanyStocks .stockblock .CurrentValue span.bigCypher {
    float: left;
    line-height: 0.95em;
    margin: 0 0.2em 0 0;
}

#StockTickerContent1 .CompanyStocks .stockblock .CurrentValue span.Symbol {
    display: block;
    font-size: 0.4em;
}

#StockTickerContent1 .CompanyStocks .stockblock .CurrentValue span.Variation {
    display: block;
    font-size: 0.4em;
}

#StockTickerContent1 .CompanyStocks .stockblock .info .Open {
    display: block;
}

#StockTickerContent1 .CompanyStocks .stockblock .info .dateStock {
    display: block;
}

#StockTickerContent1 .CompanyStocks .stockblock .info .Open .openLabel,
#StockTickerContent1 .CompanyStocks .stockblock .info .Open .OpenValue {
    color: #000;
    background-color: transparent !important;
}

.Variation.negative,
.Variation.positive,
.variationLiveNeutral {
    float: left;
    margin: 0 2px;
}


/* RSS Feed */

.NewsTitle,
.NewsTitle a {
    font-weight: bold;
    font-size: 22px;
}

.RssBoxTitle,
.RssBoxTitle a:link,
.RssBoxTitle a:active,
.RssBoxTitle a:visited {
    color: #cc0000;
    font-size: 22px;
}

.RssBoxTitle a:hover {
    color: #000000;
}

.rss-list ul {
    padding-left: 2rem;
}


/* Vehicle */

.vehicle-name {
    font-size: 18px;
    font-weight: bold;
}


/* Icons */

.login-icon,
.news-icon {
    padding-bottom: 10px;
}

.login-icon {
    width: 26px;
    height: 46px;
    margin-right: 12px;
    position: relative;
    bottom: -10px;
}

.icon-social {
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.icon-facebook {
    background-image: url(/images/icon-facebook.png);
}

.icon-twitter {
    background-image: url(/images/icon-twitter.png);
}

.icon-youtube {
    background-image: url(/images/icon-youtube.png);
}

.icon {
    background-image: url(../icons/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}

.icon-add {
    width: 29px;
    height: 29px;
    background-position: -5px -5px;
}

.icon-calendar {
    width: 30px;
    height: 30px;
    background-position: -44px -5px;
}

.icon-cog {
    width: 37px;
    height: 38px;
    background-position: -84px -5px;
}

.icon-edit {
    width: 29px;
    height: 29px;
    background-position: -131px -5px;
}

.icon-goto {
    width: 32px;
    height: 32px;
    background-position: -131px -44px;
}

.icon-icon-edit {
    width: 27px;
    height: 27px;
    background-position: -5px -44px;
}

.icon-links {
    width: 26px;
    height: 28px;
    background-position: -5px -86px;
}

.icon-myinfo {
    width: 29px;
    height: 35px;
    background-position: -41px -86px;
}

.icon-rssfeed {
    width: 31px;
    height: 31px;
    background-position: -80px -86px;
}

.icon-sidebarCoupons {
    width: 62px;
    height: 41px;
    background-position: -80px -127px;
}

.icon-sidebarService {
    width: 44px;
    height: 43px;
    background-position: -173px -5px;
}

.icon-stocks {
    width: 34px;
    height: 35px;
    background-position: -173px -58px;
}

.icon-toyota {
    display: none;
    width: 35px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
}

.icon-toyota.my-vehicles {
    background-image: url(/images/icon-myvehicles.png);
}

.icon-toyota.my-dealer {
    background-image: url(/images/icon-mydealer.png);
}

.icon-toyota.my-services {
    background-image: url(/images/icon-myservices.png);
}

.icon-toyota.my-servicehistory {
    background-image: url(/images/icon-service-history.png);
}

.icon-toyota.icon-wrench {
    background-image: url(/images/iconmyservices.png);
}

.icon-toyotacontests- {
    width: 58px;
    height: 58px;
    background-position: -5px -137px;
}

.icon-videos {
    width: 35px;
    height: 24px;
    background-position: -197px -103px;
}

.icon-weather {
    width: 39px;
    height: 28px;
    background-position: -152px -137px;
}

.icon-wrench {
    width: 38px;
    height: 21px;
    background-position: -152px -175px;
}

.icon[class*="icon-"],
.icon[class^="icon-"],
.icon[class*="ICON-"],
.icon[class^="ICON-"] {
    display: inline-block;
    vertical-align: middle;
    margin-right: .5rem;
}


.Checkmark {
    background-image: url(/images/GreenCheck.gif);
    width: 17px;
    height: 16px;
    border: solid 0px black;
}

.Xmark {
    background-image: url(/images/RedX.gif);
    width: 17px;
    height: 16px;
    border: solid 0px black;
}


.ErrorMessage {
    color: red;
}


.Superscript {
    font-size: 75%;
    position: relative;
    bottom: 0.5em;
}

.Copyright {
    font-size: 11px;
    line-height: 16px;
}

.Copyright a,
.Copyright a:link,
.Copyright a:visited,
.Copyright a:active {
    /* color: #276482; */
    text-decoration: none;
}

.Copyright a:hover {
    /* color: #F89B3F; */
    text-decoration: underline;
}

.articleTitle {
    color: #cc0000;
    font-family: Arial;
    font-size: 19pt;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.articleSubtitle {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
}

.articleDate {
    font-style: italic;
    margin-bottom: 10px;
}

.articlePhotoBox {
    border: solid 1px black;
    background-color: #e0e0e0;
    padding: 5px;
    margin-right: 10px;
    float: left;

}

/*------- Coupon ------ */
.Coupon_FinePrint {
    font-size: 8pt;
    vertical-align: bottom;

}

.Coupon_Title {
    font-size: 25px;
    font-variant: small-caps;
    color: Maroon;
    font-family: Arial Black, Arial, Sans-Serif;
}

.Coupon_LeftSideBG {
    width: 15px;
    background: url(/App_Themes/MyToyotaPage/images/couponSlices/coupon_Lside.gif);
    background-repeat: repeat-y;
}

.Coupon_RightSideBG {
    width: 15px;
    background: url(/App_Themes/MyToyotaPage/images/couponSlices/coupon_Rside.gif);
    background-repeat: repeat-y;
}


.Contest_Description {
    font-size: 20px;
    font-family: Arial Black, Arial, Sans-Serif;
    color: Maroon;
}

@media (max-width: 768px) {
    .Toyota-logo {
        display: none;
    }

    .Toyota-logo.small-logo {
        display: block !important;
    }

    .mw100p {
        width: 100%;
    }

    .row.content-container,
    .page-container {
        margin: .5rem 0 0 0;
        padding: 0;
    }

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-auto,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-sm-auto,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-md-auto,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-lg-auto,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl,
    .col-xl-auto {
        padding: 5px;
    }

    /* buttons */
    input.button,
    input[type^="submit"],
    .btn,
    .btn-primary {
        white-space: normal;
        border-radius: 0;
    }

    /* Calendar Mobile*/
    #StockTickerContent1 .CompanyStocks .stockblock .CurrentValue {
        font-size: 1.6em;
    }

    /* Header */

    .header-container {}

    .header-title {
        text-align: center;
    }

    .header-container .header-links a {
        margin-right: .5rem !important;
        font-size: 16px;
    }

    /* Tables */
    table.styled-table {
        width: 100%;
    }

    table.styled-table tr th {
        background: #d61921;
        color: #ffffff;
        padding: 8px 2px 2px 2px;
        font-size: 12px;
    }

    table.styled-table tr td {
        color: #000000;
        padding: 5px 2px 2px 2px;
        font-size: 11px;
    }

    #chngInterests td {
        display: block;
    }

    /* Widget */
    .widget-column {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (max-width: 1280px) and (min-width: 993px) {
    .Toyota-logo {
        display: none;
    }

    .Toyota-logo.small-logo {
        display: block !important;
    }

    .navbar {
        margin: 0;
    }

    .navbar-nav>li {
        padding: .5rem;
    }

    #StockTickerContent1 .CompanyStocks .stockblock .CurrentValue {
        font-size: 1.5em;
        padding-left: .25rem;
    }

    .col-lg-4.py-3.px-4.widget-column {
        padding-left: .5rem !important;
        padding-right: .5rem !important;
    }

    .row.widget-content.p-3 {
        padding: .5rem !important;
    }

    .row.sidebar-item a {
        padding: 1rem !important;
    }

}