
/*@media all and (min-width: 960px) {*/
  body.expres-text-full .full-width-wrapper {
    max-width: 95%;
  }
  body.expres-clean #branding,
  body.expres-header-clean #branding,
  body.expres-header-minimal #branding {
    width: 100% !important;
    margin-top: 0.5em;
    max-width: none !important;
  }

  body.expres-clean #mobile-menu-button,
  body.expres-menu-off #mobile-menu-button {
    display: none !important;
  }
  body.expres-menu-on #navigation-bar {
    /*display: block;*/
  }
  body.expres-clean #mobile-search-button,
  body.expres-header-clean #mobile-search-button,
  body.expres-header-minimal #mobile-search-button {
    display: none !important;
  }
  .exit-link {
    float: right !important;
  }
  body.expres-clean #main-wrapper.content-full-width {
    width: 99%;
  }
  
  /* Sheet of paper effect for clean style. */
  body.expres-clean .exit-link{
    text-align: right;
  }
  body.expres-clean .exit-link a,
  body.expres-clean .exit-link a:visited{
    margin-right: 4px;
    color: #c0c0c0;
    font-size: 11px;
  }
  body.expres-clean #page {
    margin: 20px auto !important;
    max-width: 1024px !important;
  }
  body.expres-clean .full-width-wrapper,
  body.expres-clean .message-wrapper ,
  body.expres-clean #main-content {
    padding-left: 3%!important;
    padding-right: 3%!important;
  }
  body.expres-clean #main-and-sidebar-wrap .full-width-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.expres-clean .breadcrumb {
    padding: 5px 3%;
  }
  body.expres-clean .title-border-fix {
    padding-left: 3% !important;
  }
  body.expres-clean .title-border-fix .title-wrap {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    padding: 30px 3%;
  }
  body.expres-clean #site-header {
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:  0px 0px 5px rgba(0, 0, 0, 0.15);
    box-shadow:     0px 0px 5px rgba(0, 0, 0, 0.15);
    
    background: #fff !important;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
  
    -moz-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
  }
  body.expres-clean #site-header .proudsugar-header-top {
    padding-top: 20px;
  }
  body.expres-clean #page-title {
    margin-bottom: 0;
  }
  body.expres-clean #sidebar-last {
    margin-top: 18px;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  body.expres-clean #main-and-sidebar-wrap {
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:  0px 5px 5px rgba(0, 0, 0, 0.15);
    box-shadow:     0px 5px 5px rgba(0, 0, 0, 0.15);
    
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
  
    -moz-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  body.expres-clean,
  body.expres-clean a,
  body.expres-clean span,
  body.expres-clean #site-menu ul li a,
  body.expres-clean #secondary-menu ul li a,
  body.expres-clean .qtip-proudsugar-sub-menu ul li a,
  body.expres-clean #block-menu-primary-links ul.menu li a,
  body.expres-clean #edit-search-block-form-1-wrapper input,
  body.expres-clean .field.field-type-text.field-field-page-lead.lead p,
  body.expres-clean h3.sub-title,
  body.expres-clean #link-generator-div-bottom .link-box,
  body.expres-clean #link-generator-block-div .link-box,
  body.expres-clean #link-generator-div .link-box,
  body.expres-clean #main-content .news-grid li.views-fluid-grid-inline .views-field-field-link-url a,
  body.expres-clean .lead a,
  body.expres-clean .btn {
    font-family: 'Open Sans', sans-serif;
  }
  body.expres-clean .cookbook-link-path a {
    color: #383939;
    font-weight: bold;
  }
  body.expres-clean h1,
  body.expres-clean h2,
  body.expres-clean h3,
  body.expres-clean h4,
  body.expres-clean h5,
  body.expres-clean h6 {
    font-family: Georgia, serif;
  }
  body.expres-clean h2 {
    font-family: 'Open Sans', sans-serif;
  }
  body.expres-clean .node .btn {
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    border-radius: 5px !important;
  }
  body.expres-clean .node .btn {
    cursor: pointer !important;
    display: inline-block;
    background-color: #e6e6e6 !important;
    background-repeat: no-repeat !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6)) !important;
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6) !important;
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6) !important;
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6) !important;
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6) !important;
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6) !important;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);*/
    padding: 5px 14px 6px !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) !important;
    color: #333 !important;
    font-size: 13px !important;
    line-height: normal !important;
    border: 1px solid #ccc !important;
    border-bottom-color: #bbb !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    -webkit-transition: 0.1s linear all !important;
    -moz-transition: 0.1s linear all !important;
    -ms-transition: 0.1s linear all !important;
    -o-transition: 0.1s linear all !important;
    transition: 0.1s linear all !important;
  }
  body.expres-clean .node .btn.primary {
    color: #ffffff !important;
    background-color: #0064cd !important;
    background-repeat: repeat-x !important;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd)) !important;
    background-image: -moz-linear-gradient(top, #049cdb, #0064cd) !important;
    background-image: -ms-linear-gradient(top, #049cdb, #0064cd) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd)) !important;
    background-image: -webkit-linear-gradient(top, #049cdb, #0064cd) !important;
    background-image: -o-linear-gradient(top, #049cdb, #0064cd) !important;
    background-image: linear-gradient(top, #049cdb, #0064cd) !important;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);*/
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    border-color: #0064cd #0064cd #003f81 !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
  }
  body.expres-clean .node .btn:hover {
    text-decoration: none;
  }
  body.expres-clean .node .btn.progress {
    background: url(/misc/throbber.gif) #efefef no-repeat 4px -13px !important;
    font-weight: normal !important;
    padding-left: 20px !important;
    text-shadow: none;
  }
  body.expres-clean #content-top {
    margin-bottom: 0;
  }
  body.expres-clean .block-cookbook {
    margin: 15px 15px 0;
  }
  body.expres-clean #sidebar-last .block {
    padding-top: 0;
  }
  
  /* Normal (ECCS) style */
  body.expres-header-minimal #site-header {
    background: #fff;
  }
  body.expres-normal .exit-link a,
  body.expres-normal .exit-link a:visited {
    color: #C0C0C0;
    font-size: 0.8em;
  }
  body.expres-normal #bcrumb {
    position: relative;
    /*top: -10px;*/
  }
  body.expres-footer-minimal,
  body.expres-footer-none {
    background: #fff;
  }
  body.expres-footer-minimal #footer-wrapper {
    /*background: #fff;*/
    /*margin-bottom: 0 !important;*/
    /*padding-bottom: 2em !important;*/
  }
  #bottom-wrap .bottom-links.expres_powered_by {
    margin-top: 1em;
    text-align: center;
    width: 100%;
  }
/*}*/

@media all and (max-width: 1090px) {
  body.expres-clean #page {
    margin-top: 0 !important;
  }
}

@media all and (max-width: 960px) {
  /*.exit-link {
    display: none;
  }*/
}

@media all and (max-width: 768px) {
  body.expres-clean #sidebar-last {
    float: left
  }
}
