﻿a:link, a:visited, a:active {
    color: #000000;
}
a:hover {
    color: #868887;
}

a:link, a:visited, a:active {
    transition: text-decoration 400ms ease-in,-webkit-text-decoration 400ms ease-in;
    -webkit-text-decoration: transparent underline solid;
    text-decoration: transparent underline solid;
}


.marginRight20{
    margin-right: 20px !important;
}

.marginBottom20{
    margin-bottom: 20px !important;
}

.BigChkBoxClass input {
    width: 18px;
    height: 18px;
}

.ChkBoxClass input {
    width: 16px;
    height: 16px;
}

.ChkBoxClass label {
    margin-left: 5px !important;
}

.myAlert-primary {
    color: #084298;
    background-color: #E6F1F8;
    border-color: #E6F1F8;
}

.onlineReceipt {
    /*max-width: 330px !important;*/
    max-width: 100% !important;
    height: auto
}

.storeReceipt {
    /*max-width: 330px !important;*/
    max-width: 100% !important;
    height: auto
}

zoom-image {
    transition: all 0.3s ease;
}

.zoom-image:hover {
    transform: scale(1.3);
}

    .radioBig input[type="radio"] {
        margin-right: 10px;
        width: 16px;
        height: 16px;
        vertical-align: middle !important;
        margin-bottom: 4px !important;
    }

.radioBig label {
    display: block;
    font-size: 16px !important;
    font-weight: normal !important;
    padding-top: 0px !important;
    padding-left: 5px;
    margin-top: -24px;
    margin-left: 20px;
}

.radioBig td {
    margin-bottom: 5px !important;
    display: table-cell !important;
    display: inline-block !important;
    margin-right: 20px !important;
}

.myAlert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    /*border-radius: .25rem;*/
}

.QuestionLink {
    color: #0176BF !important;
}

.QuestionLink:hover {
    color: #000 !important;
}

.colBorder {
    margin-right: 3px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border-style: solid;
    border-width: 1px;
    border-color: #aaaaaa; /* #d3d3d3; */
}

/*
body{
    min-height: 400px;
    margin: 0 auto 120px auto !important;
    clear: both;
}
    */

body {
    min-height: 400px;
    margin: 0 auto 120px auto !important;
    clear: both;
    /*font-family: Arial, Helvetica, sans-serif !important;*/
    font-family: monogramRegular, monogramMedium, monogramBold, Arial, Helvetica, sans-serif !important;*/
    /*background-color: #fff !important;*/
}

body, .rgMasterTable {
    /*font-family: Arial, Helvetica, sans-serif !important;*/
    font-family: monogramRegular, monogramMedium, monogramBold, Arial, Helvetica, sans-serif !important;*/
}



/*
#hamburgerRow{
    position: absolute;
    top:15px;
    right: 15px;
    color: #fff;
    background-color: #000000 !important;
}
    */


#hamburgerRow {
    position: absolute;
    top: 25px;
    right: 15px;
    color: #FFF;
}

.RadMenu .rmRootToggle {
    font-size: 2em;
    width: 1.7em !important;
    line-height: 1.42857143;
    border-radius: 0px !important;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    display: block;
    text-align: center;
    background-color: #000 !important;  /* hamburger button color*/
}

.inner-wrap {
    margin: 0px 0 10px 0;
    padding-bottom: 0px;

  /*  margin: 15px 0 80px 0;
    padding-bottom: 80px;*/
}

.hero-image {
    background: url('images/Horsepower_KeyVisual1660588595924.png');
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.radioAD input[type="radio"] {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    vertical-align: middle !important;
    margin-bottom: 4px !important;
}

.radioAD label {
    display: block;
    font-size: 20px !important;
    font-weight: normal !important;
    padding-top: 0px !important;
    padding-left: 5px;
    margin-top: -29px;
    margin-left: 20px;
}

.radioAD td {
    margin-bottom: 5px !important;
    display: table-cell !important;
    display: inline-block !important;
}


.formLabel {
    font-weight: bold;
    padding: 2px 0 0 2px;
}

.formValueLabel {
    margin: 2px 0 0 7px;
}

.text-danger {
    font-weight: bold;
    color: #ff0000;
}

.formControl {
    padding: 2px;
}

.formBottom, .form-top {
    height: 15px;
    display: block;
}

hr {
    margin: 15px 0 0 0;
}

.straightBold {
    font-weight: bold;
}

.doubleSpace {
    margin: 0 0 20px 0;
}

.excelButton {
    background: url("/App_Themes/images/excel.jpg");
    width: 20px;
    height: 20px;
    display: block;
    margin: 2px;
    float: left;
}

.csvButton {
    background: url("/App_Themes/images/csv.png");
    width: 20px;
    height: 20px;
    display: block;
    margin: 2px;
    float: left;
}

.buttonContainer {
    float: left;
}

.contractList {
    max-height: 300px;
    overflow-x: auto;
    margin: 0 0 0 10px;
}

.summaryViewList {
    max-height: 150px;
    overflow-x: auto;
}

.bumpRight {
    margin: 0 0 0 10px;
}

.bumpDown {
    margin: 0 0 10px 0;
}

.contractList ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

td label {
    margin: 0 6px 0 6px;
}

.detailRow, .altDetailRow, .submitDetailRow, .submitAltDetailRow {
    border: 1px solid #C6C6C6;
    background-color: #FEFEFE;
    font-size: 70%;
    margin: 7px 0;
    padding: 0 4px;
}

.submitDetailRow, .submitAltDetailRow {
    border: 1px solid #C6C6C6;
    background-color: #FEFEFE;
    margin: 0 6px;
}

.altDetailRow, .submitAltDetailRow {
    background-color: #e6ffe6;
}

.submitDetailRow, .submitAltDetailRow {
    font-size: 100%;
}

.MyGridClass .rgDataDiv {
    height: auto !important;
    width: auto !important;
}

.divShadow {
    height: 100%;
    background-color: #F0F0F0;
    padding: 20px;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.buttonRowUnder {
    margin: 10px 0 0 0;
}

.exportLabel {
    padding: 5px 0 0 0;
}

.textLabelSmall {
    font-size: 90%;
}

.cart-panel {
    margin-top: 15px;
    font-size: 95%;
}

.cart-icon {
    margin: 6px 0 0 0;
}

.font-weight-bold {
    font-weight: bold;
}

.gauge-container {
    width: 268px;
    height: 268px;
    padding-top: 22px;
    background: url("/app_themes/horsepower/images/gauge-container.png") no-repeat 50% 50%;
}


.processingIndicatorLight {
    background-color: #FFFFFF;
    
    filter: alpha(opacity=70);
    opacity: 0.7 !important;
    
    margin-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
}

.processingIndicator {
    background-color: #FFFFFF;
    filter: alpha(opacity=70);
    opacity: 0.7;
    margin-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
}

.processingMessage {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.selectedItemsBlock {
    font-size: 90%;
}

    .selectedItemsBlock ul {
        padding: 0 0 2px 4px;
        margin: 0;
        list-style: none;
        background: #F9F9F9;
        border: 1px solid #DEDEDE;
        height: 83px;
        overflow-x: hidden;
        overflow-y: auto;
    }

        .selectedItemsBlock ul li {
            margin: 3px;
            font-size: 90%;
        }

.hero-wrap {
    position: relative;
    min-height: 488px;
    margin: 15px 0 0 0;
}


.specialty-vertical-point-cta-outer {
    margin: 0;
}

.cta-organization-name {
    font-size: 16px;
}

.cta-points-label {
    font-size: 14px;
}


/* xs is 0 to 575  sm is 576 to 767p  med is 768 to 991  large is 992 to 1199  xl is 1200 and up */

/* but the below seems to be the breaking point for the screen to show the small or big header image */
@media screen and (min-width: 0px) and (max-width: 1139px)
{
    .headerImageToDisplay {
        display: block;
    }
}

@media screen and (min-width: 1140px) and (max-width: 6000px) {
    .headerImageToDisplay {
        display: none;
    }
}


@media screen and (min-width: 0px) and (max-width: 1139px) {
    .loginMarginBottom {
        margin-bottom: 0px !important;
    }
}

@media screen and (min-width: 1140px) and (max-width: 6000px) {
    .loginMarginBottomy {
        margin-bottom: 0px !important;
    }
}


/*

@media (max-width:767px) {
    .headerImageToDisplay {
        display: block;
    }
}

@media (max-width:767px) {
    .headerImageToDisplay {
        display: block;
    }
}
    */





.headerLogoStyle {
    /*max-width: 160px !important;*/
}

.headerLogoStyle2 {
    margin-top: 0px;
    /*max-width: 160px !important;*/
}

.header-logo {
    margin-top: 0px;
    margin: 15px 15px 15px 0;
    max-width: 140px !important;
    min-width: 140px !important;
   
}
.header {
    height: 130px;
}
.logo-right {
    position: absolute;
    right: 0;
    width: 226px;
}

.rmToggle{
    background:#fff !important;
}
.logo-right {
    display: none;
}

.center-logo {
    padding: 60px 0 40px 0;
    margin: 0 auto;
}

.language-button {
    color: #FFF;
}

    .language-button a:link, .language-button a:visited, .language-button a:active {
        color: #f04124;
    }

@media only screen and (max-width: 537px) {
    #footer {
        margin-top: 30px;
    }
}

.premier-level-box {
    background: #f4f4f4;
    height: 100%;
    padding: 0 0 0 15px;
}

.premier-level-container {
    font-size: 18px;
}

.premier-level-title {
    font-size: 54px;
    font-weight: bold;
    margin-bottom: 25px;
}

.premier-level-premier {
    color: #f04124;
}

.premier-level-body-text {
    font-size: 16px;
    font-weight: bold;
    margin-top: 55px;
}

.print-logo {
    display: none;
}




@media print {
    .print-logo {
        background: #000;
    }

    .logo-right {
        display: block;
    }

    .header-logo-div {
        display: none;
    }

    .print-logo {
        display: block;
    }
}
.plt-vertical-point-cta-outer {
    background: url(/app_themes/Horsepower/images/PLT_Icon.png) no-repeat #f04124;
    background-position: 10px;
    background-size: 110px;
}
.specialty-vertical-point-cta-outer {
    background: url(/app_themes/Horsepower/images/Specialty_Icon.png) no-repeat #f04124;
    background-position: 10px;
    background-size: 110px;
}
.commercialvehicletire-vertical-point-cta-outer, .plt-vertical-point-cta-outer, .specialty-vertical-point-cta-outer {
    color: #000;
    padding: 17px 0 11px 0;
    margin: 0 0 15px 0;
}
.commercialvehicletire-vertical-point-cta-outer {
    background: url(/app_themes/Horsepower/images/TruckTire_Icon.png) no-repeat #f04124;
    background-position: 10px;
    background-size: 170px;
}
.my-ol > ol > li:before {
    display: inline-block;
    width: 1.5em;
    padding-right: 0.5em;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
}
.cta-button-text {
    margin: 10px 0;
    border: 4px solid #C6C6C6;
    padding: 8px 0;
    color: #000;
    width: 100%;
    transition: all 0.3s;
}
    .cta-button-text:hover {
        background: #C6C6C6;
        border: 4px solid #FFF;
        text-decoration: none !important;
    }
.middle-row-button {
    font-size: 18px;
    background: #eceded;
    padding: 8px 24px;
    transition: all 0.3s;
}
    .middle-row-button:hover, .middle-row-button:focus {
        background-color: #333;
        color: #FFF;
        text-decoration: none;
    }

.conti-orange {
    color: #f04124 !important;
}


.k-scrollview-nav-wrap {
    margin: 0 0 20px 0;
}

.carousel-main-page {
    margin: 15px 0 0 0;
    height: 590px;
    max-width: 1128px;
}

.carousel-image {
    min-width: 100%;
    max-width: 100%;
}


.k-block, .k-widget, .k-input, .k-textbox, .k-group, .k-content, .k-header, .k-filter-row > th, .k-editable-area, .k-separator, .k-textbox > input, .k-autocomplete, .k-dropdown-wrap, .k-group-footer td, .k-grid-footer, .k-footer-template td, .k-state-default, .k-state-default .k-select, .k-state-disabled, .k-grid-header, .k-grid-header-wrap, .k-grid-header-locked, .k-grid-footer-locked, .k-grid-content-locked, .k-grid td, .k-grid td.k-state-selected, .k-grid-footer-wrap, .k-pager-wrap, .k-pager-wrap .k-link, .k-pager-refresh, .k-grouping-header, .k-grouping-header .k-group-indicator, .k-panelbar > .k-item > .k-link, .k-panel > .k-item > .k-link, .k-panelbar .k-panel, .k-panelbar .k-content, .k-treemap-tile, .k-slider-track, .k-splitbar, .k-dropzone-active, .k-tiles, .k-tooltip, .k-upload-files, .k-popup.k-align .k-list .k-item:last-child {
    border: none !important;
}
.k-primary {
    color: #ffffff;
    border-color: #f04124 !important;
    background-color: #f04124 !important;
}
@media only screen and (max-width: 1000px) {
    .carousel-main-page {
        height: 500px;
    }
}
@media only screen and (max-width: 900px) {
    .carousel-main-page {
        height: 400px;
    }
}
@media only screen and (max-width: 800px) {
    .carousel-main-page {
        height: 350px;
    }
}
@media only screen and (max-width: 700px) {
    .carousel-main-page {
        height: 300px;
    }
}
@media only screen and (max-width: 600px) {
    .carousel-main-page {
        height: 250px;
    }
}
.carousel-container {
    position: relative;
}

.announcements-div {
    position: absolute;
    background: #f04124;
    opacity: 85%;
    bottom: 65px;
    padding: 6px 0;
    text-align: center;
    font-weight: bold;
}
.available-to-spend-link {
    display: none;
}
.lead-points-link, .lead-points-points-link {
    font-weight: bold;
    font-size: 18px;
}
    .lead-points-link:link, .lead-points-link:visited, .lead-points-link:active,
    .lead-points-points-link:link, .lead-points-points-link:visited, .lead-points-points-link:active {
        color: #000 !important;
    }
.cart-icon:link, .cart-icon:visited, .cart-icon:active {
    color: #f04124;
}


.promo-code-panel {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 360px;
}
@media only screen and (max-height: 865px) {
    .change-password-panel {
        position: inherit;
        left: 15px;
        top: 165px;
        transform: none;
    }
}

@media only screen and (max-height: 745px) {
    .change-password-panel, .profile-panel {
        position: inherit;
        left: 15px;
        top: 125px;
        width: auto;
        transform: none;
    }
}

.promo-code-container {
    background: url(/app_themes/default/images/HomePageBackGround.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 100vh;
}
.promo-code-label {
    font-size: 32px;
    color: #FFF;
    margin: 0 auto 15px auto;
}
.promo-code-required-label {
    font-size: 30px;
    color: #FFF;
    margin: 20px auto 0 auto;
}
.middle-me{
    margin: 0 auto;
}

.solidBackground {
    /* background-image: linear-gradient(135deg,#521791 0,#AB58C6 100%);*/ /*background-color: #FFFFFF;*/ /*background-image: linear-gradient(135deg,#FFFFFF 0,#FFFFF9 100%) !important;*/
    background: rgb(204, 204, 204); /* Fallback for older browsers without RGBA-support */ /*background: rgba(204, 204, 204, 0.8);*/
    background: rgba(0,0,0,0.8);
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 26px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px; /*box-shadow: 0 2px 2px rgba(0,0,0,.5);*/ /*box-shadow: inset 0 0 0 1px #0072BC, 0.2em 0.2em 0.5em rgba(0,0,0,.5);*/
    z-index: 99999;
}


@media only screen and (max-width: 1428px) {
    .promo-code-label {
        font-size: 30px;
    }

    .promo-code-required-label {
        font-size: 28px;
    }
}
@media only screen and (max-width: 1350px) {
    .promo-code-label {
        font-size: 28px;
    }

    .promo-code-required-label {
        font-size: 26px;
    }
}
@media only screen and (max-width: 1260px) {
    .promo-code-label {
        font-size: 26px;
    }

    .promo-code-required-label {
        font-size: 24px;
    }
}
@media only screen and (max-width: 1160px) {
    .promo-code-label {
        font-size: 24px;
    }

    .promo-code-required-label {
        font-size: 22px;
    }
}
@media only screen and (max-width: 1070px) {
    .promo-code-label {
        font-weight: bold;
        font-size: 18px;
    }

    .promo-code-required-label {
        font-weight: bold;
        font-size: 18px;
    }
}


/*#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
}*/


#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 15px;
    margin-top: 5px;
    /*background: rgba(0, 0, 0, 0.85);*/
    background: #1B1D1C;
    width: 100%;
}


.footer-menu-button {
    color: #fff;
}

    .footer-menu-button a:link, .footer-menu-button a:visited, .footer-menu-button a:active {
        color: #fff;
    }

    .footer-menu-button a:hover {
        color: #868887;
        /*color: #868887;*/
    }

.loginPage {
    background: url(/app_themes/default/images/BackgroundImage1.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    /*height: 100vh;*/
}


.customlogin-background {
    background: url(/app_themes/default/images/BackgroundImage1.jpg) no-repeat;
    /* background-position-y: 100px !important;*/
    /*background-position-x: 100px;*/
    background-position: center center;
    background-attachment: fixed;
    max-width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    /*background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 100vh;*/
}


.login-background, .other-background, .password-background {
    background: url(/app_themes/default/images/BackgroundImage1.jpg) no-repeat;
    /* background-position-y: 100px !important;*/
    /*background-position-x: 100px;*/
    background-position: center center;
    background-attachment: fixed;
    max-width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    /*background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 100vh;*/
}
.other-background {
    background: url(/app_themes/default/images/BackgroundImage2.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 100vh;
}
.password-background {
    background: url(/app_themes/default/images/BackgroundImage2.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 100vh;
}
.login-panel {
    background: rgba(0, 0, 0, 0.6);
   /* background-color: #fff !important;*/
    color: #fff;
    padding: 0 25px 25px 25px;
    border-radius: 16px;
    max-width: 470px;
    margin: 60px auto 120px auto;
}

.white-login-panel {
    /*background: rgba(250, 249, 246, .91);*/
    /*background: rgba(219, 79, 66, 1);*/
    background-color: #FFFFFF;
    opacity: .95;
    padding: 0 25px 25px 25px;
    border-radius: 16px;
    min-width: 320px !important;
    box-shadow: 0 20px 36px -23px #000000a6;
    max-width: 470px;
}

.white-contactus-panel {
    /* background: rgba(250, 249, 246, .91);*/
    /*background: rgba(219, 79, 66, 1);*/
    background-color: #FFFFFF;
    opacity: .95;
    padding: 0 25px 25px 25px;
    border-radius: 16px;
    min-width: 360px !important;
    box-shadow: 0 20px 36px -23px #000000a6;
    max-width: 560px;
    margin: 60px auto 120px auto;
}

.white-register-panel {
    /* background: rgba(250, 249, 246, .91);*/
    /*background: rgba(219, 79, 66, 1);*/
    background-color: #FFFFFF;
    opacity: .95;
    padding: 0 25px 25px 25px;
    border-radius: 16px;
    min-width: 360px !important;
    box-shadow: 0 20px 36px -23px #000000a6;
    max-width: 560px;
    margin: 20px auto 120px auto;
}

.white-submitclaim-panel {
    /* background: rgba(250, 249, 246, .91);*/
    /*background: rgba(219, 79, 66, 1);*/
    background-color: #FFFFFF;
    opacity: .95;
    padding: 0 25px 15px 25px;
    border-radius: 16px;
    min-width: 360px !important;
    box-shadow: 0 20px 36px -23px #000000a6;
    max-width: 550px;
    margin: 60px auto 120px auto;
}

.header-background {
    background: url(/app_themes/default/images/HeaderBackgroundImage.png) no-repeat;
   /* background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: center center;
    background-attachment: fixed;*/
    /*height: 100vh;*/
    /*background-color: #1B1D1C !important;*/
}
.MyGridClass .rgDataDiv {
    height: auto !important;
    width: auto !important;
}

/* the Telerik Pager control for NextPrevNumericAndAdvanced*/

.RadGrid_Metro .rgNumPart a {
    border: 1px solid #fff;
    line-height: 20px;
    color: #333 !important;
    background-color: #fff !important;
}

.RadGrid_Metro .rgPager .rgPagerButton {
    border-color: #0082C3 !important;
    background: #0082C3 !important;
    color: #fff;
    font: 12px "segoe ui",arial,sans-serif;
}

.RadGrid .rgNumPart a {
    float: left;
    line-height: 22px;
    margin: 0;
    padding: 0 5px 0 0;
    text-decoration: none;
}

.RadGrid .rgPager .RadInput {
    margin: 0 4px 0 0;
    vertical-align: top;
    display: inline-block;
    width: 5% !important;
}

.NextPrevNumericAndAdvanced .rgAdvPart {
    float: none !important;
    text-align: left !important;
    /*width: 30% !important;*/
}

.RadGrid .rgInfoPart {
    float: right !important;
    /*margin-right: 50% !important;*/
}


/* On a text box focus the placeholder will disappear */
::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
/* Chrome <=56, Safari < 10 */
:-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
}
/* FF 4-18 */
::-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
}
/* FF 19-51 */
:-ms-input-placeholder {
    opacity: 1;
    -ms-transition: opacity .5s;
    transition: opacity .5s;
}
/* IE 10+ */
::placeholder {
    opacity: 1;
    transition: opacity .5s;
}
/* Modern Browsers */

*:focus::-webkit-input-placeholder {
    opacity: 0;
}
/* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder {
    opacity: 0;
}
/* FF 4-18 */
*:focus::-moz-placeholder {
    opacity: 0;
}
/* FF 19-50 */
*:focus:-ms-input-placeholder {
    opacity: 0;
}
/* IE 10+ */
*:focus::placeholder {
    opacity: 0;
}
/* Modern Browsers */

@font-face {
    font-family: monogramRegular;
    font-weight: normal;
       src: url("/Fonts/JosefinSans-Regular.ttf") format("truetype");
}


@font-face {
    font-family: monogramMedium;
    font-weight: normal;
       src: url("/Fonts/JosefinSans-Medium.ttf") format("truetype");
}

@font-face {
    font-family: monogramBold;
    font-weight: normal;
    src: url("/Fonts/JosefinSans-Bold.ttf") format("truetype");
}

/*
@font-face {
    font-family: 'ClientWebFont';
    src: url('webfont.eot'); /* IE9 Compat Modes */
    src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('webfont.woff') format('woff'), /* Modern Browsers */
    url('webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}
*/

.announcement {
    animation-name: blinkingText;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
}