﻿
@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('../Content/fonts/SourceSansPro-Regular.ttf') format('truetype'), url('../Content/fonts/SourceSansPro-Regular.woff') format('woff'), url('../Content/fonts/SourceSansPro-Regular.woff2') format('woff2'),url('../Content/fonts/SourceSansPro-Regular.eot') format('embedded-opentype');
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('../Content/fonts/SourceSansPro-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'SourceSansPro-SemiBold';
    src: url('../Content/fonts/SourceSansPro-SemiBold.ttf') format('truetype');
}
body {
    margin: 0;
    background: url(../../../../apc/images/topGradient.png) repeat-x, url(../../../../apc/images/bgTile.png) repeat;
}

@font-face {
    font-family: 'sourcesanspro-regular';
    src: url('fonts/sourcesanspro-regular.ttf') format('truetype');
}

.alertify .ajs-dialog {
    max-width: 565px !important;
    min-height: 76px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
   
}

.mdol-button {
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: baseline;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 100%;
    *font-size: 90%;
    *overflow: visible;
    padding: 0.34em 1.5em 0.34em;
    color: #444;
    color: rgba(0, 0, 0, .8);
    *color: #444;
    border: 1px solid #999;
    border: 0 rgba(0, 0, 0, 0);
    background-color: #E6E6E6;
    text-decoration: none;
    border-radius: 2px;
    -webkit-transition: .1s linear -webkit-box-shadow;
    -moz-transition: .1s linear -moz-box-shadow;
    -ms-transition: .1s linear box-shadow;
    -o-transition: .1s linear box-shadow;
    transition: .1s linear box-shadow;
}

    .mdol-button-hover, .mdol-button:focus, .mdol-button:hover {
         background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .1)));
        background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
        background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .05) 0, rgba(0, 0, 0, .1));
        background-image: -ms-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
        background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
        background-image: linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));

        color: #4871aa !important;
        text-decoration: none !important;
    }

a:hover {
    color: #06e;
    text-decoration: none !important;
}

    .mdol-button:focus {
        outline: 0
    }

    .mdol-button-active, .mdol-button:active {
        box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 0 6px rgba(0, 0, 0, .2) inset
    }

.mdol-button-ability {
    background: #003D79;
    font-weight: bold;
    color: white;
}
body, html {
    font-family: sourcesanspro-regular !important;
}


#loggedOut .loginBox .passwordicon {
    padding-left: 25px !important;
    background-image: url(imgs/passwordIcon.png) !important;
    background-repeat: no-repeat;
    background-position: left center;
}

#loggedOut .loginBox .usernameicon {
    padding-left: 25px !important;
    background-image: url(imgs/usernameIcon.png) !important;
    background-repeat: no-repeat;
    background-position: left center;
}

#loggedOut .logo {
    padding: 30px 0px 0px 20px;
    text-align: center;
}
#container1 {
    width: 1108px;
    margin: 0 auto;
    margin-left: -23px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 19px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 19px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 19px rgba(50, 50, 50, 0.75);
}

#container {
    width: 1062px !important;
    background: #fff;
    margin: 0 auto;
    z-index: 0;
    behavior: url(../PIE/PIE.htc);
}

.mainContainer {
    width: 1108px !important;
    max-width: none !important;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
    box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 2px 0 15px -4px rgba(0, 0, 0, 0.6), -1px 0 11px -4px rgba(0, 0, 0, 0.6);
}
.container {
    width: 1108px !important;
    max-width: none !important;
    background-color: white;
}

.cobrand {
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
    text-align: center;
    color: #006699;
}

    .cobrand img {
        margin-top: 30px;
        width: auto;
        height: auto;
        max-width: 290px;
    }

.loginBox {
    margin-bottom: 10px;
    text-align: right;
}


.logo {
    vertical-align: top;
}

.menu {
    width: 1108px;
    margin: 0 auto;
}

.above_signin .above_signup_divider {
    padding-right: 9px;
    padding-left: 9px;
}

.above_signin a {
    text-decoration: none;
}

    .above_signin a:hover {
        text-decoration: underline;
    }

.above_signin p span {
    padding-left: 5px;
}

.above_signin_p {
    padding-top: 10px;
    padding-bottom: 17px;
    font-weight: bold;
}

.ie7 .logo {
    float: left;
}

#clear {
    clear: both;
}

.social {
    font-size: 22px;
    color: #b2b7bb;
}

.above_signin_p .social {
    font-size: 22px;
    color: #b2b7bb;
}

#loggedOut .loginBox .passwordicon {
    padding-left: 25px !important;
    background-image: url(~/images/passwordIcon.png) !important;
    background-repeat: no-repeat;
    background-position: left center;
}

#loggedOut .loginBox .usernameicon {
    padding-left: 25px !important;
    background-image: url(~/images/usernameIcon.png) !important;
    background-repeat: no-repeat;
    background-position: left center;
}

#loggedOut .logo {
    padding: 30px 0px 0px 20px;
    text-align: center;
}

#content {
    margin-bottom: 25px;
}

#coBrandLogo {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 20px;
    font-size: 25px;
    height: 70px;
    /*margin-bottom:15px;*/
    vertical-align: middle;
}

    #coBrandLogo a {
        float: right;
    }

        #coBrandLogo a:visited {
            color: white;
        }

    #coBrandLogo img {
        border: none;
    }

#headPromotion {
    font-family: sourcesanspro-regular !important;
    font-size: 30px;
    font-weight: normal;
    padding-left: 2px;
    padding-right: 100px;
    color: #003D79;
    margin-bottom: 25px;
}

.sponosrLogo
{
    margin-left:-82px;
}
.standard_P {
    color: #333333;
    font-weight: normal;
    font-size: 14px;
    padding-left: 52px;
    padding-right: 100px;
    margin-bottom: 15px;
}

.standard_P_Text {
    color: #333333;
    font-weight: normal;
    font-size: 14px;
}

.bold_head {
    font-weight: bold;
    color: #000000;
    padding-left: 54px !important;
    padding-right: 100px;
    font-size: 16px;
}

.bold_head_normal {
    font-weight: bold;
    color: #424242;
    font-size: 16px;
}

li
{
margin-left:-4px !important;
}

.italic_head {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #103970;
    padding-left: 52px;
    padding-right: 100px;
    margin-top: 25px;
}

.asterix_P {
    font-size: 11px;
    padding-left: 100px;
    padding-right: 100px;
    font-weight: normal;
    color: #333333;
}

.pageHeading hgroup h2 {
    width: 405px;
}

.pageHeading hgroup {
    color: #003D79;
    font-family:sourcesanspro-regular , Calibri, Verdana, Geneva, sans-serif;
    margin: 0px;
    padding: 0px;
    text-shadow: 1px 1px #fff;
    float: right;
    text-align: right;
    margin-right: 115px;
    margin-top: 60px;
    behavior: url(../PIE/PIE.htc);
}

#container .HeadingChange {
    color: #60605B !important;
    font-family: sourcesanspro-regular !important;
    font-weight: bold !important;
    font-size: 30px !important;
}

.sponsorSolutionsLink a {
    padding: 2px 8px;
    border-right: 1px dotted #cccccc;
}

.ul {
    list-style-type: none;
    padding: 0px;
    margin-right: 113px;
    margin-left: 96px;
}

.li {
    list-style-type: disc;
    margin-top: 10px;
    padding-left: 5px;
}
.pageHeading {
    height: 147px;
    margin: 0 auto;
    background: url('../../../../apc/images/header_BG.png');
    background-repeat: no-repeat;
    width: 1143px;
    margin-left: -65px;
    position: relative;
    box-shadow: 0px 27px 10px -15px #DEDEDE;
    -webkit-box-shadow: 0px 27px 10px -15px #DEDEDE;
    -moz-box-shadow: 0px 27px 10px -15px #DEDEDE;
    behavior: url(../PIE/PIE.htc);
    margin-top: -1px;
}

.pageHeading h1 {
    font-weight: bold;
    font-size: 34px;
    line-height: 34px;
}

.pageHeading h2 {
    font-weight: bold;
    font-size: 25px;
    line-height: 24px;
}
.mdol-form input[type=color], .mdol-form input[type=date], .mdol-form input[type=datetime-local], .mdol-form input[type=datetime], .mdol-form input[type=email], .mdol-form input[type=month], .mdol-form input[type=number], .mdol-form input[type=password], .mdol-form input[type=search], .mdol-form input[type=tel], .mdol-form input[type=text], .mdol-form input[type=time], .mdol-form input[type=url], .mdol-form input[type=week], .mdol-form select, .mdol-form textarea {
    padding: .5em .6em;
    display: inline-block;
    border: 1px solid #ccc;
    font-size: .8em;
    color: #707070;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    -webkit-transition: .3s linear border;
    -moz-transition: .3s linear border;
    -ms-transition: .3s linear border;
    -o-transition: .3s linear border;
    transition: .3s linear border;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #F4F4F3;
}
.ie8 #sponsorlinks .noborder

{
    padding-right: 0;
    border: none;
}

#smIconContainer img {
    padding-left: 6px;
}
.footerTitle {
    font-size: 15px !important;
    padding-bottom: 10px;
    font-weight: bold;
}

.socialIcons {
    font-size: 20px;
    margin-top: 10px;
}

    .socialIcons span {
        margin-left: 10px;
    }

.row {
     margin-right: -15px !important; 
     margin-left: -15px !important; 
}

@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('../Content/fonts/SourceSansPro-Regular.ttf') format('truetype'), url('../Content/fonts/SourceSansPro-Regular.woff') format('woff'), url('../Content/fonts/SourceSansPro-Regular.woff2') format('woff2'),url('../Content/fonts/SourceSansPro-Regular.eot') format('embedded-opentype');
    font-style: normal;
}

.footerContainer p {
    margin: 0
}

.footerContainer a {
    color: #404040
}

.topText {
    color: #1F1F1F !important;
    font-size: 16px;
}

.above_signin .above_signup_divider {
    padding-right: 9px;
    padding-left: 9px;
}


.mdol-button-ability {
    background: #003D79;
    font-weight: bold;
    color: white;
}

.mdol-form input[readonly], .mdol-form select[readonly], .mdol-form textarea[readonly] {
    background: #eee;
    color: #777;
    border-color: #ccc;
}


.formContainer {
    width: 100%;
    -webkit-box-shadow: 0px 1px 10px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 10px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 10px rgba(50, 50, 50, 0.75);
    font-size: 13px;
}

.ie8 .formContainer {
    width: 100%;
    -webkit-box-shadow: 0px 1px 10px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 10px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 10px rgba(50, 50, 50, 0.75);
    font-size: 13px;
    behavior: url(PIE/PIE.htc);
}


.globalBtn {
    font-size: 12px;
    font-weight: bold;
    width: 114px;
    height: 28px;
    color: #fff;
    position: relative;
    top: -2px;
    left: 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #003D79;
}

.globalInput {
    font-family: calibri, Verdana, Geneva, sans-serif;
    font-size: 12px;
    text-align: left;
    background-color: #f4f4f3;
    height: 25px;
    width: 145px;
    border-top: 3px solid #aaa;
    border-left: 3px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding-left: 5px;
}

#submitbutton {
    background-color: #003D79;
    color: #FFFFFF;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary {
    text-align: center !important;
}

.ajs-input {
    height: 30px !important;
    width: 500px !important;
    padding: 0.5em 0.6em;
    /*    display: inline-block;*/
    border: 1px solid #ccc;
    font-size: 14px;
    color: #707070;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #F4F4F3;
}
.alertify-notifier .ajs-message.ajs-success {
    font-family: sourcesanspro-regular !important;
    background: #4E84C4 !important;
}

.alertify-notifier .ajs-message.ajs-error {
    font-family: sourcesanspro-regular !important;
    background: #E34234 !important;
}