﻿
/***********************/
/***   Master page   ***/
/***********************/

#divBg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #000000;
    z-index: 10;
    display: none;
}

#divFgBox {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 400px;
    margin-top: -200px;
    margin-left: -200px;
    background-color: #ffffff;
    z-index: 20;
    border: solid 1px #c0c0c0;
    display: none;
    color: #666666;
    text-align: left;
    padding: 10px 10px 10px 10px;
    overflow: auto;
}

.divBgg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #000000;
    z-index: 10;
    display: none;
    background: #efefed url(../img/body.jpg) 50% 0 no-repeat;
}

#divFgBoxClose {
    width: 100%;
    text-align: right;
    font-size: 9pt;
    margin-bottom: 10px;
}


/**********************/
/***   Activation   ***/
/**********************/

a.activationPrivacyPolicy
{
	float: right !important;
	padding-right: 15px !important;
}

#divActivationStatusMessage {
    padding-right: 55px;
    text-align: right;
    font-size: 1.2em;
    line-height: 1.5em;
    color: Red;
}

    #divActivationStatusMessage span.statusOK {
        color: #16407C;
    }

span.activationValidator {
    float: left;
    margin-top: 12px;
}

span.passwordAnnotation {
    font-size: 0.7em;
}


/***   Password strength   ***/
/***   see: http://plugins.jquery.com/project/password_strength   ***/

.password_strength {
    padding: 0px;
    color: #7B7B7B;
    float: left;
    width: 65px;
    margin-top: 10px;
}

.password_strength_1 {
    background-color: #fcb6b1;
}

.password_strength_2 {
    background-color: #fccab1;
}

.password_strength_3 {
    background-color: #fcfbb1;
}

.password_strength_4 {
    background-color: #dafcb1;
}

.password_strength_5 {
    background-color: #bcfcb1;
}


#divServiceBannerImage {
    width: 590px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 0px 0px 0px 3px;
    margin: 65px auto 12px auto;
    float: left;
}

#divServiceBannerText {
    width: 372px;
    height: 190px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    float: left;
    margin: 65px auto 12px auto;
}

    #divServiceBannerText .outer {
        margin-left: 3px;
        width: 360px;
        height: 180px;
        border: 1px solid #e1e2e2;
        padding: 5px;
        background-color: #fff;
    }

    #divServiceBannerText .inner {
        width: 348px;
        height: 158px;
        overflow: hidden;
        padding: 10px 5px 10px 5px;
        background: #faf9f9 url(../img/bg_inner.jpg) left bottom repeat-x;
    }

    #divServiceBannerText h3 {
        font-size: 2em;
        color: #16407c;
        width: 100%;
        padding-bottom: 10px;
        border-bottom: 1px solid #e1e2e2;
        margin-bottom: 10px;
    }

    #divServiceBannerText p.instructions {
        font-size: 1.3em;
        line-height: 1.2em;
        color: #464e57;
        margin-bottom: 10px;
    }

    #divServiceBannerText img.continue {
        margin-top: 40px;
        margin-left: 210px;
    }


/******************/
/***   SignIn   ***/
/******************/

#divLoginStatusMessage {
    float: right;
    font-size: 1.0em;
    color: Red;
    width: 100px;
}

#divReminder span.statusMessage {
    font-size: 1.2em;
    color: #004559;
}

#divSignInActivationLinks {
    padding: 5px 10px 5px 10px;
    background-color: #fff;
	z-index: 10;
    position: absolute;
    top: 62px;
    left: 340px;
    filter: alpha(opacity=70);
    opacity: 0.7;
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
	color: #7b7b7b;
}

#divSignInActivationLinks a
{
	color: #173F7D;
	text-decoration: none;
}




/************************************/
/***   Welcome - weather widget   ***/
/************************************/

#divGoogleWeatherApiWidget {
    border: solid 1px #7AA7EB;
    background-color: #315996;
    color: #ffffff;
    width: 262px;
    height: 190px;
    padding: 5px 7px 5px 7px;
    margin: 10px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 9pt;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    #divGoogleWeatherApiWidget td {
        vertical-align: middle;
    }

        #divGoogleWeatherApiWidget td.location {
            font-size: 7pt;
            padding-bottom: 20px;
        }

        #divGoogleWeatherApiWidget td.currentTemp {
            font-size: 20pt;
            padding-top: 3px;
            padding-right: 15px;
        }

        #divGoogleWeatherApiWidget td.currentIcon {
            padding-right: 15px;
        }

            #divGoogleWeatherApiWidget td.currentIcon img {
                background-color: #D5E9F0;
                border: solid 1px #8080a0;
            }

        #divGoogleWeatherApiWidget td.currentDetails {
            padding-top: 1px;
            font-family: Verdana, Arial, Helvetica, Sans-Serif;
            font-size: 7pt;
            font-weight: bold;
        }

    #divGoogleWeatherApiWidget table.forecast {
        margin-top: 10px;
        margin-bottom: 10px;
    }

        #divGoogleWeatherApiWidget table.forecast span.dayOfWeek {
        }

        #divGoogleWeatherApiWidget table.forecast span.highLow {
            font-size: 8pt;
        }

        #divGoogleWeatherApiWidget table.forecast td {
            text-align: center;
            width: 65px;
        }

            #divGoogleWeatherApiWidget table.forecast td img {
                margin-top: 3px;
                margin-bottom: 5px;
                background-color: #D5E9F0;
                border: solid 1px #8080a0;
            }

    #divGoogleWeatherApiWidget table.setLocation {
        width: 100%;
    }

        #divGoogleWeatherApiWidget table.setLocation td {
            text-align: right;
            font-size: 8pt;
            padding-right: 10px;
        }

        #divGoogleWeatherApiWidget table.setLocation a {
            color: #ffffff;
            text-decoration: none;
        }

            #divGoogleWeatherApiWidget table.setLocation a:hover {
                color: #ffff00;
                text-decoration: none;
            }

        #divGoogleWeatherApiWidget table.setLocation input[type=text] {
            width: 60px;
            color: #ffffff;
            background-color: #315996;
            font-size: 8pt;
            border: solid 1px #6AA8FB;
            padding-left: 2px;
        }

#divWeatherWidgetLogo img.logo {
    margin-left: 50px;
    margin-bottom: 10px;
}


/*******************************/
/***   Welcome - mini poll   ***/
/*******************************/

div.hideRadioButtons input[type=radio] {
    visibility: hidden;
}

/*******************************************/
/***   Welcome - Aura Customer Surveys   ***/
/*******************************************/

div.auraQuestionnaireDetails {
    margin-bottom: 20px;
    font-size: 1.3em;
    border: 1px solid #cdd5dd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    width: 550px;
}

#content #welcome #latest div.auraQuestionnaireDetails h4 {
    font-size: 14pt;
    margin-bottom: 12px;
}

div.auraQuestionnaireDetails table.auraItemsCompleted {
    margin-top: 10px;
    margin-bottom: 10px;
}

    div.auraQuestionnaireDetails table.auraItemsCompleted td {
        padding: 3px 20px 3px 1px;
    }

    div.auraQuestionnaireDetails table.auraItemsCompleted tr.header td {
        font-weight: bold;
    }

div.auraQuestionnaireDetails ul {
    list-style-position: inside;
    margin-top: 5px;
    margin-bottom: 10px;
}

    div.auraQuestionnaireDetails ul li {
        padding: 5px 2px 2px 20px;
    }

div.auraQuestionnaireDetails a {
    color: #000;
    text-decoration: none;
    padding-left: 14px;
    background: url(../img/arrow_blk.jpg) left 4px no-repeat;
}

/**********************/
/***   My Details   ***/
/**********************/

#divMyDetailsStatusMessage {
    padding-right: 55px;
    text-align: right;
    font-size: 1.2em;
    line-height: 1.5em;
    color: Red;
}

    #divMyDetailsStatusMessage span.statusOK {
        color: #16407C;
    }

span.myDetailsValidator {
    float: left;
    margin-top: 12px;
}


/***************************/
/***   Vehicle Details   ***/
/***************************/

#divVehicleDetailsStatusMessage {
    padding-right: 90px;
    text-align: right;
    font-size: 1.2em;
    line-height: 1.5em;
    color: Red;
}

    #divVehicleDetailsStatusMessage span.statusOK {
        color: #16407C;
    }

#divOwnersManualLinks {
    float: left;
    width: 902px;
    background-color: #ffffff;
    border: 1px solid #D1D1D1;
    padding-bottom: 2px;
    margin-bottom: 5px;
    display: none;
}

    #divOwnersManualLinks ul li {
        float: left;
        position: relative;
        display: inline;
        border: 0px;
        width: 100px;
        padding: 0px;
    }


/************************/
/***   My Reminders   ***/
/************************/

#divMyRemindersStatusMessage {
    padding-right: 30px;
    text-align: right;
    font-size: 1.2em;
    line-height: 1.5em;
    color: Red;
    padding-bottom: 12px;
}

    #divMyRemindersStatusMessage span.statusOK {
        color: #16407C;
    }

/******************/
/***   Offers   ***/
/******************/

#content #offers .offerdesc .offercontent a.unavailable {
    cursor: text;
    font-size: 1.1em;
    line-height: 2.5em;
    color: #464E57;
    text-decoration: none;
}

#content #offers div.offersDisclaimer {
    padding: 20px;
}

/***************************/
/***   Service History   ***/
/***************************/

a.greyButton {
    font-weight: normal;
    font-size: 10pt;
    color: #404040;
    padding: 2px 15px 3px 15px;
    background-color: #c0c0c0;
    border: 2px solid #808080;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    line-height: 2;
    text-decoration: none;
}

a.viewServiceHistory {
    margin-left: 35px;
}

#viewport #canvas #serviceHistoryHero {
    background: url(../img/hero_serviceHistory.jpg) left 3px no-repeat;
}

#content #serviceHistory div.outer div.inner {
    margin-bottom: 20px;
}

#content #serviceHistory p.intro {
    padding: 13px 0px 15px 0px;
    font-size: 1.4em;
}

#content #serviceHistory #divVehicleDetails {
    width: 828px;
    margin: 5px 0px 0px 5px;
    padding: 20px 0px 10px 100px;
    border: 1px solid #E1E2E2;
}

    #content #serviceHistory #divVehicleDetails p.dataLabel {
        display: inline-block;
        font-size: 1.4em;
        width: 100px;
    }

    #content #serviceHistory #divVehicleDetails p.dataItem {
        display: inline-block;
        font-size: 1.4em;
        width: 196px;
        min-height: 17px;
        padding: 6px 8px 6px 12px;
        border: 1px solid #d5d6d7;
        margin-right: 80px;
        margin-bottom: 10px;
        color: #898f95;
        background: #f0f0f0;
    }

#content #serviceHistory table.serviceHistory {
    border-collapse: separate;
    border-spacing: 5px;
    margin-top: 15px;
}

    #content #serviceHistory table.serviceHistory tr.header td {
        padding: 8px 4px 8px 4px;
        background-color: #92B6C7;
        color: #ffffff;
        font-size: 10pt;
        border: 1px solid #598FAA;
    }

    #content #serviceHistory table.serviceHistory tr.serviceItem td {
        padding: 5px;
        border: solid 1px #92B6C7;
        color: #505050;
        line-height: 1.3;
    }

        #content #serviceHistory table.serviceHistory tr.serviceItem td.dealerCode {
            width: 160px;
            font-weight: bold;
            text-align: center;
        }

            #content #serviceHistory table.serviceHistory tr.serviceItem td.dealerCode img {
                margin-top: 25px;
            }

        #content #serviceHistory table.serviceHistory tr.serviceItem td.dealerDetails {
            width: 190px;
        }

        #content #serviceHistory table.serviceHistory tr.serviceItem td.invoiceNumber,
        #content #serviceHistory table.serviceHistory tr.header td.invoiceNumber {
            width: 100px;
            text-align: center;
        }

        #content #serviceHistory table.serviceHistory tr.serviceItem td.serviceDate,
        #content #serviceHistory table.serviceHistory tr.header td.serviceDate {
            width: 90px;
            text-align: center;
        }

        #content #serviceHistory table.serviceHistory tr.serviceItem td.mileage,
        #content #serviceHistory table.serviceHistory tr.header td.mileage {
            width: 60px;
            text-align: center;
        }

        #content #serviceHistory table.serviceHistory tr.serviceItem td.serviceItemActions {
            width: 235px;
        }

            #content #serviceHistory table.serviceHistory tr.serviceItem td.serviceItemActions ul {
                list-style-type: disc;
                margin-left: 20px;
            }

#content #serviceHistory div.noServiceData {
    font-size: 1.4em;
    width: 100%;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 15px;
}


/*   OffersView   */

#content #offers .offerdesc .offercontent a#lnkLoginToView {
    width: 230px;
}


/***   My vehicles selector   ***/

a.cardSelectorLink {
    color: #7b7b7b;
    font-size: 11pt;
}

span.cardSelectorLinkInstruction {
    color: #7b7b7b;
    font-size: 10pt;
}

div.cardSelection {
    display: none;
    background-color: #fff;
    /*width: 300px;*/
    overflow: hidden;
    padding: 5px 10px 5px 10px;
    line-height: 2;
    position: absolute;
    margin-top: 15px;
    margin-left: 150px;
    z-index: 10;
    font-size: 10pt;
    border: solid 1px #E1E2E2;
}

    div.cardSelection a {
        text-decoration: none;
        color: #666;
        font-weight: bold;
        padding: 2px 5px 2px 5px;
    }

        div.cardSelection a:hover {
            background-color: #dddddd;
        }

        div.cardSelection a.selectedVehicle {
            background-color: #dddddd;
        }

div.myVehiclesLink {
    width: 90px;
    float: right;
    text-align: right;
    padding-right: 15px;
    padding-top: 5px;
}

    div.myVehiclesLink a {
        color: #999;
        text-transform: uppercase;
        font-weight: bold;
    }

a.archiveVehicleLink {
    margin-left: 10px;
}

a.lightGrey {
    background-color: #dddddd;
}

#divArchiveVehicle {
    display: none;
    font-size: 1.3em;
    margin: 10px 0px 20px 10px;
    padding-bottom: 20px;
}

#boxpopup {
    background-color: white;
    color: #888;
    height: 150px;
    left: 35%;
    padding: 20px;
    position: fixed;
    top: 50%;
    width: 500px;
    z-index: 201101;
    border: 5px solid #888;
    border-radius: 10px;
    -moz-border-radius: 10px;
    display: none;
}

#divbg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: white;
    z-index: 2;
    display: none;
    filter: alpha(opacity=85);
    opacity: 0.85;
}

#emailoptinpopup {
    background-color: white;
    color: #888;
    left: 35%;
    padding: 20px;
    position: fixed;
    top: 50%;
    width: 500px;
    z-index: 2;
    border: 5px solid #888;
    border-radius: 10px;
    -moz-border-radius: 10px;
    display: none;
}


#ctl00_cplMain_divGiftsPopup {
    display: inline-block;
    position: absolute;
    width: 79%;
    height: 800px;
    background-color: transparent;
    z-index: 24;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
    /*border: 2px solid;*/
    border-radius: 5px 5px 5px 5px;
    right: 0;
}

#giftContent {
    position: relative;
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.rptDivs {
    font-size: 17px;
    text-align: center;
    margin: 0;
    padding: 36px;
    border: 2px solid white;
    border-radius: 10px;
    background: -webkit-linear-gradient(top, #2D2F30 0%,#7A7A7A 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#2D2F30), to(#7A7A7A));
    background: -moz-linear-gradient(top, #2D2F30, #7A7A7A);
    background: -ms-linear-gradient(#2D2F30, #7A7A7A);
    background: -o-linear-gradient(#2D2F30, #7A7A7A);
    background: linear-gradient(#2D2F30, #7A7A7A);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2D2F30', endColorstr='#7A7A7A');
}

.rptpics {
    width: 20%;
    font-size: 17px;
    text-align: center;
    margin: 0;
    padding: 3px;
}

    .rptpics img {
        position: relative;
        /*width: 95%;
        height: 95%;*/
    }

.divGiftsDetails {
    overflow-x: hidden;
    display: inline-block;
    position: relative;
    left: 0px;
    z-index: 25;
    background-color: white;
    padding: 10px;
    height: 100%;
    right: 0px;
    width: 100%;
}

.giftconfirmationMessage {
    position: absolute;
    width: 71%;
    overflow: hidden;
    z-index: 25;
    left: 0px;
    top: 0;
    right: 0px;
    background-color: white;
    height: auto;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 2;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    color: black;
    text-align: center;
}

.divgiftpopupheader {
    text-align: center;
    margin-top: 100px;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-size: 150%;
    letter-spacing: 4px;
}

#offersum {
    width: 100%;
    background-color: white;
    border-radius: 10px;
    position: relative;
}

    #offersum tr {
        width: 100%;
        height: 135px;
    }

#offersum1 {
    width: 100%;
    background-color: white;
    border-radius: 10px;
    position: relative;
}

    #offersum1 tr {
        width: 100%;
        height: 135px;
    }

.CustomGiftDiv {
    position: absolute;
    width: 100%;
    /* overflow: hidden;*/
    max-height: 120%;
}

#divGiftContent {
    position: relative;
    display: block;
    width: 806px;
    margin: 0 auto;
    margin-top: 23px;
    color: black;
    font-size: 13px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 5px;
    line-height: 30px;
    text-align: justify;
}

.divclose {
    position: relative;
    width: 18px;
    height: 16px;
    right: 280px;
    z-index: 1;
    float: right;
    display: inline-block;
    background-color: white;
    border-radius: 50px;
    border: 1px solid;
    top: 17px;
}

.divclosea {
    text-decoration: none;
    text-transform: none;
    color: black;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 4px;
    padding-right: 3px;
    border-radius: 61px;
    display: inline-block;
}

.astyling {
    text-transform: none;
    text-decoration: none;
    position: relative;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    padding: 24px;
}

a.aNavigation:link {
    text-decoration: none;
    text-transform: none;
    background: #084C8B;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    text-transform: uppercase;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: auto;
    box-shadow: none;
    cursor: pointer;
    float: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: center;
}

/*********************/
/***   Enrolment   ***/
/*********************/

a.enrolmentPostcodeLookup
{
	float: none !important;
	padding-left: 7px !important;
	line-height: 1.4em !important;
	text-decoration: none !important;
	color: #4d4e4e !important;
	font-size: 1.1em !important;	
	background: url(../img/arrow_blue.gif) left top no-repeat !important;
	margin: 0px 0px 0px 0px !important;
	position: relative;
	top: 7px;
}

div.enrolmentStatusMessage 
{
	padding-right: 55px;
	text-align: right;
	font-size: 1.2em;
	line-height: 1.5em;
	color: Red;
}

div.enrolmentStatusMessage span.statusOK
{
	color: #16407C;	
}

span.enrolmentValidator
{
	float: left;
	margin-top: 12px;
}

div.enrolmentContactCallCentreConfirmationMessage
{
	color: #464e57;
	font-size: 1.2em;
	line-height: 1.4em;
	width: 400px;
	margin-left: 20px;
	margin-bottom: 20px;
}

div.callCentreEnrolmentLoyaltyAccountExists
{
	color: #16407c;
	background-color: #edecec;
	border: 1px solid #e97474;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0px 0px 15px 0px;
	padding: 5px 10px 5px 10px;
}

div.enrolmentDealerCustomerInvitationEmailConfirmationMessage
{
	color: #16407c;
	background-color: #DEFDFE;
	border: solid 1px #2e9494;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-left: 375px;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 5px;
	height: 24px;
	width: 510px;
}

div.enrolmentDealerCustomerInvitationEmailExistsMessage
{
	color: #16407c;
	background-color: #FEDEDF;
	border: solid 1px #942E2E;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-left: 375px;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 5px;
	height: 24px;
	width: 510px;
}

div.enrolmentDealerCustomerInvitationEmailErrorMessage
{
	color: #f00;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-left: 20px;
	margin-bottom: 20px;
	text-align: right;
	padding-right: 50px;
}

div.enrolmentDpaCheckbox input[type="checkbox"]
{
	float: none !important;
	width: 20px !important;
	margin: 0px 0px 0px 0px !important;
	vertical-align: middle !important;
	border: none !important;
}

h4
{
	font-size: 1.5em;
	color: #16407c;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #e1e2e2;
}

input.highlight 
{
    border-color: #e97474 !important;
}

@font-face {
    font-family: 'ModernhBold';
    src: url('../css/fonts/modernh-bold-webfont.eot');
    src: url('../css/fonts/modernh-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../css/fonts/modernh-bold-webfont.woff') format('woff'), url('../css/fonts/modernh-bold-webfont.ttf') format('truetype'), url('../css/fonts/modernh-bold-webfont.svg#ModernHBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ModernHEcoLight';
    src: url('../css/fonts/modernh-ecolight-webfont.eot');
    src: url('../css/fonts/modernh-ecolight-webfont.eot?#iefix') format('embedded-opentype'), url('../css/fonts/modernh-ecolight-webfont.woff') format('woff'), url('../css/fonts/modernh-ecolight-webfont.ttf') format('truetype'), url('../css/fonts/modernh-ecolight-webfont.svg#ModernHEcoLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ModernHLight';
    src: url('../css/fonts/modernh-light-webfont.eot');
    src: url('../css/fonts/modernh-light-webfont.eot?#iefix') format('embedded-opentype'), url('../css/fonts/modernh-light-webfont.woff') format('woff'), url('../css/fonts/modernh-light-webfont.ttf') format('truetype'), url('../css/fonts/modernh-light-webfont.svg#ModernHLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ModernHMedium';
    src: url('../css/fonts/modernh-medium-webfont.eot');
    src: url('../css/fonts/modernh-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../css/fonts/modernh-medium-webfont.woff') format('woff'), url('../css/fonts/modernh-medium-webfont.ttf') format('truetype'), url('../css/fonts/modernh-medium-webfont.svg#ModernHMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}