﻿@media (max-width: 768px) {
    body {
        font-size: 1.2em !important;
    }

    .masthead {
        height: auto !important;
        padding-bottom: 10px;
    }

    .top-nav {
        margin-left: 0 !important;
    }

    .other-sites {
        margin-left: 0 !important;
    }

    .headerLinks img {
        margin: 5px;
    }

    .areaSites {
        display: none;
        top: 10px;
    }

    .site-name {
        text-align: center !important;
        font-size: 140% !important;
        margin-top: -20px !important;
        padding-top: 0 !important;
    }

    .site-logo {
        float: none !important;
        margin-bottom: 0 !important;
    }

    .site-logo img {
        width: 90px !important;
        display: block;
        position: relative;
        margin: 0 auto;
    }

    .smallfooter div {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
  .container {
      <-- max-width: 960px !important; !-->
  }
}

html, body {
   
    font-family: "Lato",sans-serif !important;
    background-color: #afafaf;
    font-size: 100% !important;
    line-height: 125% !important;
}

#coffee {list-style-image: url(/Images/coffeeMug.jpg);}

/*media all*/
a:hover {
    text-decoration: none;
    color: #428bca;
}

.page {
    background-color: #FFF;
    display: block;  

}


.banner .border {
    height: 1px;
    padding: 2px;
    margin: 0 8px;
    border-top: solid 1px #EBEBEB;
}

.ribbon {
    height: 100px;
}

.top-nav {
    height: 50px;
    padding: 15px;
    margin-left: 20px;
}

.navbar {
    background-color: #fff !important;
    min-height: 50px !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    border-width: 0 !important;
}

.top-nav-item {
    text-transform: uppercase;
}

.other-sites {
    margin-left: 20px;
    float: left;
}

.other-sites > span {
    display: inline-block;
    padding: 0 10px;
    border-right: solid 1px #ccc;
}

.login-links {
    float: right;
}

.login-links > span {
    display: inline-block;
    padding: 0 10px;
    border-right: solid 1px #ccc;
}

.masthead {
    height: 92px;
}

.headerLinks {
    width: 190px;
    height: 42px;
    display: inline-block;
}

.headerLinks .areaSites {
    background-position: left center;
    background-image: url(/Images/cbmc-ribbon-logo.png);
    background-repeat: no-repeat;
    margin-top: 6px;
    margin-left: 19px;
    width: 190px;
    display: inline-block;
    padding-left: 95px;
    padding-top: 5px;
}

.headerLinks .areaSites a {
    padding-left: 8px;
    margin-top: 6px;    
    font-size: 90%;
    border-left: solid 1px #c7c7c7;
}

.loginLinks {
    float: right;
    display: inline-block;
    text-align: right;
    margin: 10px 20px 5px 0;
    line-height: 25px;
}

.loginLinks a, .loginLinksSmall a {
    font-size: 90%;
    border-right: solid 1px #c7c7c7;
    padding-right: 8px;
    padding-left: 8px;
}

.loginLinksSmall {
    text-align: center;
    height: 30px;
}

.noBorder {
    border-width: 0 !important;
}

.site-logo {
    float: left;
    margin: 11px 13px 10px 9px;
    top: 0;
    width: auto;
}

.site-logo img {
    width: 106px;
}

.site-name {
    font-family: Lato, 'san-serif';
    font-size: 175%;
    font-weight: 100;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    line-height: 110%;
    padding-top: 12px;
}

.site-name a {
    color: #163556 !important;
}

.ma-logo {
    font-size: 60%;
}

.body {
    min-height: 300px;
    background-color: #FFFFFF;
}

.footer {
    background-color: #828282;
}

.footer a {
    color: #fff;
}

.footer .copywrite {
    padding: 10px 10px;
    float: left;
}

.footer .contactInfo {
    float: right;
    padding: 10px 10px;
}

.footer-mainmenu {
    margin: 15px;
    text-transform: uppercase;
    list-style: none;
}

.footer-storefronts {
    list-style-type: none;
    margin: 5px 0 5px 5px;
    padding: 0;
    font-weight: 100;
}

.footer-sm > div {
    padding: 10px 0;
}

.footer-sm a {
    margin: 5px;
    float: left;
}

.smallfooter {
    padding: 5px 0;
    background-color: #fff;
}

.smallfooter a {
    color: #428bca;
}

/* Bootstrap Overrides */
/* ReSharper disable CssBrowserCompatibility */
.breadcrumb {
    border-radius: 0 !important;   
}

.panel {
    border-radius: 0 !important;
}

.nav-pills > li > a {
    border-radius: 0 !important;
}

.well {
    border-radius: 0 !important;
}

.well-large {
    border-radius: 0 !important;
}

.panel-heading {
    border-radius: 0 !important;
}

/* ReSharper restore CssBrowserCompatibility */

.required {
    color: maroon !important;
}

.option {
    margin-bottom: 15px !important;
}

.option-description > blockquote {
    padding-bottom: 0 !important;
}