/* THEME OPTIONS ************************** */
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro);
/** VPTL Theme */
/* a final before subsite config */
/* ADMINISTRATION ************************ */
/* ----- Admin ----------------------- */
/* ----- User Block ------------------ */
/* GLOBAL ********************************* */
/* ----- Header Region --------------- */
/* site header */

.header {
    margin: 30px 0 30px;
    background: #2e2d29;
    margin-top: -1px;
}
#global-header  /*redline */{
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif !important;
  padding: 0;
  font-size: 15px !important;
  background-color: #8c1515;
  -webkit-box-shadow: inset 0px -4px 8px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px -4px 8px -2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px -4px 8px -2px rgba(0, 0, 0, 0.2);
}
#global-header .container {
  padding: 8px 0 0 0; /* width of redline */
  height: 26px;
}
#global-header img {
    display: block;
}
/* start header buttons */
#name-and-slogan {
    display:none !important;
    float:left;
}
/* ----- Header Region --------------- */
/* header block */
.vptl-logos{
    padding-top: 32px;
    padding-bottom: 25px;
    margin-left: -183px;
}
#logo {
   display: none;
}
/* stanford university top logo block */
#top-logo{
    margin-top: 0px;
    height: 22px;
    width: 155px;
    margin-left: 5px;
    background-repeat: no-repeat;
}
#block-bean-vptl-name{
  display:none !important;
/* removes the vice provost for teachine and learning block title in the header */
}
/* ----- Search Box ------------------ */
#block-search-form .search-query {
   margin-top: -25px;
}
#block-search-form .btn-search {
   margin-top: -14px !important;
}
/* ----- Logo ------------------------ */
/* ----- Site Title and Slogan ------- */
/* ----- Text ------------------------ */
.summary {
   margin-top: 40px;
   font-family: "Source Sans Pro", Arial, Helvetica, sans-serif !important;
   font-weight: 100 !important;
   font-size: 18px !important;
}
/* ----- Links ----------------------- */
/* front page teal links */
/* more link on other non-caption pages */
a.more-link, .page-search .node-readmore a {
  font-size: 11px !important;
  font-weight: normal !important;
}
.pager li>a, .pager li>span {
    display: inline-block;
    background-color: #fff;
    border: none !important;
    border-radius: none !important;
    font-weight: bold;
}
.dropdown-toggle {
    border-bottom: 2px solid #8c1515;
}

.menu ul {
    margin-left: 20px !important;
}
a.active-trail.dropdown-toggle.active {
    color: #8c1515 !important;
}

.site-main-menu ul.menu li {
    margin: 0;
    padding: 2px 0px;
}
.sidebar .block-menu-block .menu-block-wrapper > .menu.nav > li li a {
    display: block;
    padding: 0.25em 0;
}
.sidebar .block-menu .content > .menu > li li a, .sidebar .block-menu-block .menu-block-wrapper > .menu > li li a {
    padding: 0.25em 0;
    color: blue;
}

.sidebar .block-menu .content > .menu > li > a.active,
 .sidebar .block-menu-block .menu-block-wrapper > .menu > li > a.active,
 .sidebar .block-menu .content > .menu > li > a:hover,
 .sidebar .block-menu-block .menu-block-wrapper > .menu > li > a:hover,
 .sidebar .block-menu .content > .menu > li > a:focus,
 .sidebar .block-menu-block .menu-block-wrapper > .menu > li > a:focus,
 .sidebar .block-menu-block .menu-block-wrapper > .menu > li li a.active-trail,
 .sidebar .block-menu-block .menu-block-wrapper > .menu > li li a:focus {
    color: #8c1515 !important;
}
/* ----- Lists ----------------------- */
ul, ul li,li{
    list-style-image:url('../images/content-bullet.png');
}
ul.menu li {
    margin:0 !important;
}
 ul li.leaf{
    list-style-type: none !important;
    list-style-image: none !important;
    background: none !important;
}
/* Video Library Menu */
li.first.expanded li li a:hover {
   color: #8c1515 !important;
}

li.first.expanded li li li a {
   color: #888 !important;
}
/* Private Pages Menu */
li.expanded.active-trail ul.menu.nav a {
    color: rgb(76, 78, 82) !important;
}
li.expanded.active-trail ul.menu.nav a:hover,
li.expanded.active-trail ul.menu.nav a:focus {
    color: #8c1515 !important;
}
/* ----- Tables ---------------------- */
 th, td {
    border: none !important;
 }

/* Resilience Project and Year of Learning */

/* adjust front page banner */
.full-width-banner .banner-overlay {
    margin-top: 0px;
    background: transparent;
}
.full-width-banner .banner-overlay >div {
    width: 65%;
    bottom: 80px;
    left: 40px;
}
.banner-overlay  {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif !important;
    margin-top: -170px;
    margin-bottom: 40px;
    margin-left: 25px;
    max-width: 32%;
    padding: 10px 0 20px 30px;
    background: rgba(0,0,0,0.7) none repeat scroll 0 0;
    position:relative;
    left: 480px;
    top: 20px;
    z-index: 99999;
}
.banner-overlay h2 {
    color: #fff;
}
.banner-overlay a {
    font-weight: 200;
    font-size: 10px;
    text-transform: uppercase;
    color: #c6af6f !important;
}
.banner-overlay p {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}
 .vid-library,
 .res-library {
    width: 25%;
    border: none !important;
 }
 .vid-library h2,
 .res-library h2 {
     line-height: .08em;
     font-size: 12px;
     height: 25px;
 }
 .vid-library img,
 .res-library img {
     margin: 15px 0 5px 0;
 }
 .vid-library img:hover,
 .res-library img:hover {
     opacity: 0.8;
 }
/* ----- Forms ----------------------- */
.btn p,
.btn a, .btn a:hover,
.btn span,
.page-node .content-body .field a.btn {
   color: #fff !important;
   font-weight: normal;
   text-shadow: none;
   text-decoration: none !important;
}

.btn:hover, .btn:focus,
.btn a:hover {
   color: none;
}
a.btn {
    color: #fff !important;
    background: #8c1515;
    background-image: -webkit-linear-gradient(top, #8c1515, #600e0e);
    background-image: -moz-linear-gradient(top, #8c1515, #600e0e);
    background-image: -ms-linear-gradient(top, #8c1515, #600e0e);
    background-image: -o-linear-gradient(top, #8c1515, #600e0e);
    background-image: linear-gradient(to bottom, #8c1515, #9a1717);
}

/* ----- Video Carousel -------------- */
/* front page slide-show width */
.region.region-fullwidth-top.clearfix {
    width: 100%;
}
.region.region-fullwidth-top.clearfix img {
    width: 100%;
}
#fullwidth-top {
    margin-bottom: -30px;
    position: relative;
}
.view-content.carousel-inner {
    position: relative;
    /*background: blue;*/
}
/*.full-width-banner .banner-overlay > div {*/
.view.carousel .carousel-block .carousel-caption.carousel-position-left{
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0,0,0,0.7) none repeat scroll 0 0;
    bottom: 68px;
    color: white;
    padding: 30px 40px;
    position: absolute;
    left: 22% !important;
    top: auto;
    width: 22%;
}
.view.carousel .carousel-block .carousel-caption.carousel-position-right {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 68px;
    color: white;
    padding: 30px 40px;
    position: absolute;
    right: 18% !important;
    top: auto;
    width: 22%;
}
.view.carousel .carousel-caption.carousel-dark .slide-caption a {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif !important;
   font-weight: normal;
   color: #e9e6df  !important;
   padding-top: 10px;
   line-height: 1.0em;
   font-size: 14px;
}
.view.carousel .carousel-caption.carousel-dark h2 a {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif !important;
   color: #e9e6df  !important;
   font-size: 28px;
   font-weight: normal;
}
.view.carousel .carousel-caption.carousel-dark a.more-link, .view.carousel .carousel-caption.carousel-dark .more-link a {
display:none;
}
.carousel-caption a {
    font-size: 18px;
    padding-top: 42px;
}
.carousel-caption h2 {

    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif !important;
    font-size: 22px;
    color: #fff !important;
}
.carousel-controls .carousel-control.left,
.carousel-controls .carousel-control.right {
   display:none;
}
.carousel-indicators {
    display:none;
    z-index: 9999;
}
/* IMAGES ******************************** */
.field-item a img:hover {
    opacity: 0.8 !important;
}
.main .border-simple img {
     background: none !important;
     border: none;
}
.main .border-shadow img {
   -webkit-box-shadow:  none !important;
    -moz-box-shadow:  none !important;
     box-shadow: none !important;
}
/* CONTENT ******************************** */
.content h3 { /* calendar and event links */
    margin-top: 0 !important;
}
.content h3>a { /* calendar and event links */
    color: #8c1515;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1em;
}
h2 {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif !important;
    font-size: 20px;
    font-weight: 400;
    color: #8c1515;

}
h2>a {
   font-size: 16px;
   line-height: 1em !important;
    margin: 0px 0 80px 0;
}
h3 {
   line-height: 1em !important;
   font-size: 18px;
}
h4 {
   line-height: 1em !important;
    font-size: 14px;
}
#main {
   margin-top: 2em;
}
.content {
     font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
     color:#4d4f53;
     font-size: 14px;
}
a, .content a {
    color: #006CB8;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.content>a {
    color: #8c5151;
}
a:hover{
    text-decoration:underline !important;
    color: #4d4f53;
}
i {
    color: rgb(77, 79, 83);
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.main .block {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
span {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
 }
#page-title{
    color: #4d4f53;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif !important;
    font-size: 28px;
    font-weight: lighter;
}
.page-node .content-body .field h2 a {
      font-size: 18px !important;
}
.page-node .content-body .field a {
      font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
/* CONTAINERS ***************************** */
/* ----- Blocks ---------------------- */

#block-menu-menu-menu-private-pages--2 {
      width: 100%;
      margin-left: 20px;
 }
#block-bean-resilience-project-intro-text {
    background: none;
    width: 90%;
    border: none;
}
 /* line up page information blocks - margin 3% wraps*/
 .node-stanford-landing-page.large-landscape .field-name-field-landing-page-item > .field-items > .field-item, .node-stanford-landing-page.stanford-4-col-header .field-name-field-landing-page-item > .field-items > .field-item {
      margin-right:2%;
 }
#block-views-stanford-events-views-block {
    float: right;
    padding-left: 40px;
}
#block-views-stanford-events-views-block h2,
#block-block-7 h2 {
    text-transform: uppercase;
    border-bottom: 2px solid #e9e6df;
    padding-bottom: 5px;
}
 /* front page calendar */
.date-stacked {
    background: #e9e6df;
        min-width: 30px;
    padding: 8px 10px 10px;
    text-align: center;
    margin-right: 10px;
}
.date-month{
       font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 12px;
    text-transform: uppercase;
}
.date-day {
    font-size: 25px;
    font-weight: 300;
    line-height: 18px;
    color: #8c1515;
}
.calendar-calendar td.mini a, .calendar-calendar td.mini .mini-day-off {
    color: #000000;
    display: block;
    font-weight: 600;
    padding: 4px 4px 8px 10px !important;
    text-align: right;
    text-decoration: none;
}
.view .date-nav-wrapper .date-next a {
    margin-right: 10px !important;
}
/* front page bean block */
div#block-bean-front-page-about-vptl-block {
    margin-left: 0;
}
div#block-bean-front-page-about-vptl-block h2,
div#block-bean-front-page-featured-video h2{
   font-family: "Source Sans Pro", Arial, Helvetica, sans-serif !important;
   text-transform: uppercase;
    border-bottom: 2px solid #e9e6df;
    padding-bottom: 5px;
}
div#block-bean-front-page-about-vptl-block p,
div#block-bean-front-page-featured-video p,
div#block-menu-menu-related-links p {
   font-family: "Source Sans Pro", Arial, Helvetica, sans-serif !important;
   color: #4d4f53;
   margin-top: 5px !important;
   margin-bottom: 0 !important;
}
div#block-bean-front-page-about-vptl-block a,
div#block-bean-front-page-featured-video a {
   font-family: "Source Sans Pro", Arial, Helvetica, sans-serif !important;
   color: #006CB8 !important;
   font-size: 12px;
   font-weight: normal;
}
div#block-menu-menu-related-links a {
   font-family: "Source Sans Pro", Arial, Helvetica, sans-serif !important;
   color: #4d4f53;
   background: none;
}
/* conflicts with vptl field-item_collection style on front page block of images */
/* These are front page information blocks */
.ds-1col {
   float: left;
   margin-right: 2px;
   max-width: 100%;
   padding: 0 10px;
}
/* POSTCARD LAYOUTS ********************** */
.postcard, .postcard-content{
   font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
   color: #4d4f53 !important;
   font-size: 14px;
   margin-right: 32px;
}
/* ----- Wells ----------------------- */
/* ----- Callouts and Blockquotes ---- */
/* ----- Pullquote Text -------------- */
/* NAVIGATION ***************************** */
/* ----- Main Navigation ------------- */
#main-menu{
    background-color: #e9e6df !important;
    height: 36px;
    margin-top: -36px !important;
 /*   margin-bottom: 8px;*/
    color: #2e2d29;

}
a.active-trail.dropdown-toggle.active{
    border-bottom: 2px solid #8c1515;
}
.sidebar a.active-trail.dropdown-toggle.active:last-child{
    border-bottom: 1px solid #8c1515;
}
/* Navigation and drop down menu nav navigation */
/* take dropdown menus out*/
span.caret {
    display: none;
}
.open>.dropdown-menu {
    display: none;
}
.navbar-inner{
    border: 0px;
    margin-left: -20px;/*moved menu left ak */
    border-radius: none !important;
    box-shadow: none !important;
    background: none !important;
}
.navbar a.active-trail.active {
    border-bottom: 2px solid #8c1515;
}
.navbar .nav, .nav a, .nav a:active, .nav a:focus, .nav a:hover{
    font-size: 14px;
    font-weight: 500;
}
.navbar .nav>li>a{
    font-size: 14px;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #2e2d29 !important;
    text-shadow: none;
    /*padding: 8px 12px 6px; */
    padding: 8px 12px 4px 6px;
    margin-right: 10px;
    font-weight: 500;
    text-decoration: none !important;
}
.navbar .nav>li>a:visited{
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border-bottom: 2px solid #8c1515;
    margin-bottom: -2px;
}
.navbar .nav>li>a:hover{
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-shadow: none;
    background: rgba(255,255,255, .5) !important;
    border-bottom: 2px solid #5f574f;
    margin-bottom: -2px;
}
.navbar .nav>li>a:active, .navbar .nav>li>a:focus{
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-shadow: none !important;
}
.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow:none;
    background:none !important;
}
.nav a.active-trail {
    border-bottom: 2px solid #8c1515;
}
.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle{
    background-color: #e9e6df;
    background: rgba(255,255,255, .5) !important;
    border-bottom: 2px solid #8c1515 !important;
}
/* ----- Breadcrumbs ----------------- */
/* SIDEBARS ******************************* */
.sidebar .nav {
    margin-left: .65em;
}
.sidebar .nav li, .sidebar .nav a, .sidebar .nav a:hover {
    color: rgb(76, 78, 82) !important;
    font-size: 14px;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.8em; /* changed from 1.5 em */
    list-style: none !important;
}
.sidebar .nav a:active{
    color: #8c1515;
}
.sidebar .nav a:hover{
    background: none;
}
.sidebar .nav .active-trail a {
    color: #8c1515 !important;
    font-style: bold !important;
}
/* sidebar menu child items */
.sidebar .block-menu-block .menu-block-wrapper > .menu.nav li li a {
  /*  padding: 0 0 0 20px;*/
    color: rgb(76, 78, 82)!important;
}
.sidebar .block-menu-block .menu-block-wrapper > .menu.nav li li a.dropdown-toggle {
    color: #8c1515 !important;
    border: none;
}
.sidebar .block-menu-block .menu-block-wrapper > .menu.nav li li a.active-trail.active,
.sidebar .block-menu-block .menu-block-wrapper > .menu.nav li li a.active-trail.visited,
.sidebar .block-menu-block .menu-block-wrapper > .menu.nav li li li a.active-trail.active {
    color: #8c1515 !important;
    border: none;
}
.sidebar .block-menu-block .menu-block-wrapper > .menu.nav li li li a {
    padding: 0 0 0 0px;
    color: rgb(76, 78, 82)!important;
}
.sidebar a.active-trail.active {
   color: #8c1515;
}
.sidebar h2{
    color: rgb(76, 78, 82) !important;
    line-height: 1.5em;
    border-bottom: 1px solid #888;
    margin-left: .6em;
    max-width: 250px;
}
.sidebar h2 a {
     color: #2e2d2f !important;
     text-decoration: none !important;
}
#sidebar-first {
     display: none;
}
#sidebar-second ul li:before {
    list-style-type:none;
}
/* ----- Accordions ------------------ */
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #006CB8;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
}
.ui-accordion .ui-accordion-content {
    font-size:14px;
    width: 100%;
    height: auto;
}
.ui-accordion .ui-accordion-content a:hover{
    text-decoration:underline;
}
.ui-widget, .ui-widget li {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif !important;
}
/* removed gray rounded default box style from accordion headers */
.ui-accordion .ui-accordion-header,
.ui-accordion .ui-accordion-header a{
    background-color: none !important;
    background: none !important;
    color: #006CBB !important;
    padding: .02em .2em .2em .2em !important;
    border: none !important;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif !important;
}
.ui-accordion .ui-accordion-header a:hover{
    text-decoration:none;
}
/* plus icon for accordion */
.ui-icon.ui-icon-triangle-1-e{
    background-image:none;
}
.ui-state-default .ui-icon {
    background-image:url(../images/plus2.gif);
    background-repeat: no-repeat;
    background-position: left center;
}
.ui-state-active .ui-icon{
    background-image:url(../images/minus2.gif);
    background-repeat: no-repeat;
    background-position: left center;
}
.ui-accordion .ui-accordion-header .ui-icon {
    padding-top: .3em;
}
/* ----- Text ------------------------ */
/* Spotlight page styles */
.bottom a {
   font-size: 14px;
}
.terms {
   padding-top: 10px;
}
/* GENERAL OVERRIDES ********************* */
/* ----- Bootstrap & Open Framework Overrides --------- */
/* for vptl site */
.main .border-simple-nowidth img, .main .border-simple img {
    background: none !important;
}
/* ----- Field Collection Overrides -- */
/* ----- Field Label Overrides ------- */
/*logo adjustments*/
.field.field-name-field-logo-image.field-type-image.field-label-hidden {
    margin-left: -180px;
    padding: 25px 0;
}
/* Some of the bottom links - contacts, staff, location */
.field.field-name-field-s-contact-link.field-type-link-field.field-label-hidden a,
.field.field-name-field-s-postcard-body.field-type-text-with-summary.field-label-hidden a{
      font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
      color: #4d4f53 !important;
      font-size: 14px;
}
/* FOOTER ********************************* */
.site-footer{
    background-color: #e9e6df !important;
    margin-top:4px;
    margin-bottom: 142px;
}
.site-footer h2{
    padding-top:5px;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif !important;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1em;
    font-size: 15px;
    color: #8c1515 !important;
}
.site-footer .menu li a,
.region.region-footer.clearfix{
    /* vptl related links */
    color: rgb(77, 79, 83) !important;
    list-style-type: none !important;
}

/* ----- Fat Footer ------------------ */
/* from vptl stanford-framework stylesheet */
/* vptl bean-footer social css */
.bean-stanford-social-media-connect .field-name-field-s-smc-facebook a {
    background-image: url(/sites/default/modules/stanford/stanford_bean_types/images/facebook.png);
    opacity: 1;
}
.bean-stanford-social-media-connect .field-name-field-s-smc-twitter a {
    background-image: url(/sites/default/modules/stanford/stanford_bean_types/images/twitter.png);
    opacity: 1;
}
.bean-stanford-social-media-connect .field-name-field-s-smc-youtube a {
    background-image: url(/sites/default/modules/stanford/stanford_bean_types/images/youtube.png);
    opacity: 1;
}
.entity.entity-bean.bean-stanford-social-media-connect.clearfix {
    width: 165px;
    margin-right: 50px;
}
/* little social icons */
a.social-share-facebook {
    background: transparent url(/sites/default/files/facebook_0.png);
    background-size: 16px 16px;
}
a.social-share-googleplus {
    background: transparent url(/sites/default/files/gplus.png);
    background-size: 16px 16px;
}
a.social-share-linkedin {
    background: transparent url(/sites/default/files/linkedin.png);
    background-size: 16px 16px;
}
a.social-share-twitter {
    background: transparent url(/sites/default/files/twitter_0.png);
    background-size: 16px 16px;
}
#contact-buttons {
    display: none;
}
/* MEDIA QUERIES ************************* */
/* ----- Responsive ------------------ */
/* Media - media Queries ------------- */

@media (max-width: 1199px) { /* override bootstrap */
   #fullwidth-top {
       margin-bottom: -60px;
   }
   .navbar .nav>li>a {
       font-size: 14px;
       margin-right: 6px;
   }
/*
   div#bottom-menu {
    display: inline-block;
    height: 70px;
    width: auto;
   }
*/
   .banner-overlay  {
       margin-top: -124px;
       top: -20px;
       left: 320px;
    }
   .banner-overlay p {
       font-size: 15px;
   }
   .summary {
        margin-top: 10px;
   }
   .view.carousel .carousel-indicators {
       display: none;
   }
   .view-carousel .carousel-caption h2 {
       font-size: 80%
   }
   .view.carousel .carousel-block .carousel-caption.carousel-position-left,
.view.carousel .carousel-block .carousel-caption.carousel-position-right {
       bottom: 22px;
       width: 30%;
   }
   .main .border-simple img {
       width: 90%;
   }
   .field.field-name-body.field-type-text-with-summary.field-label-hidden {
       /* main page text-only  without affecting front page image size */
       width: 97%;
       margin-left: 10px;
   }
   .postcard-left {
       width: 95%;
   }
   .sidebar .nav a {
       font-size: 14px;
       line-height: 1.8em;
   }
   .ds-1col p{
       width: 100%;
    }
   .footer-copyright {
       margin-left: 3px;
   }
}
@media (max-width: 979px){
   @-ms-viewport {
       width: 320px;
   }
   #fullwidth-top {
       margin-bottom: -50px;
   }
   .full-width-banner .banner-overlay {
       width: 224px;
       left: 40px;
       top: 40px;
   }
   .full-width-banner .banner-overlay >div {
       width: 100%;
   }
   .banner-overlay  {
       padding: .5em 1.3em;
       top: 0;
       left: 0;
       margin-left: 6px;
       margin-top: -31px;
       max-width: 80.5%;
    }
   #block-search-form .search-query {
       margin-top: 0px !important;
   }
   #block-search-form .btn-search {
       margin-top: 1px !important;
   }
   #main-content{
       display: -webkit-box;
       display: -moz-box;
       display: -ms-flexbox;
       display: -webkit-flex;
       display: flex;
   }
   .content {
       width: 100%;
       margin-right: 2px;
    }
   /* right sidebar flex items */
   #block-menu-menu-menu-private-pages--2 {
      width: 100%
    }
   #block-menu-block-1 {
    width: 100%;
   }
   #name-and-slogan{
       margin-top: 15px;
       padding: 10px 0 20px 5px;
   }
   .navbar .nav, .nav a, .nav a:active, .nav a:focus, .nav a:hover {
	font-size: 12px;
   }
   .navbar-inner {
       margin-left: -2px;
   }
   .navbar .nav>li>a {
       font-size: 12px;
   /*    padding: 8px 6px 8px;*/
   }
   .sidebar .nav a {
       font-size: 14px;
   }
   .site-name a, .site-name a:hover {
       font-size: .75em;
       font-weight: 400;
   }
   .vid-library {
       width: 100%;
       border: none !important;
       float: left;
   }
    .view.view-stanford-events-calendar {
       margin-bottom: 50px;
       width: 200px;
     }
   .view.carousel .carousel-indicators {
       display:none;
       margin: 0 auto;
       bottom: -250px;
       z-index: 99;
   }
   .carousel-indicators,
   .carousel-controls .carousel-control.left,
   .carousel-controls .carousel-control.right {
       display: none !important;
   }
   .carousel-inner {
       background: black;
       position: inherit;
       width: 100%;
       overflow: hidden;
       padding-bottom: 99px;
    }
    .view.carousel .carousel-block .carousel-caption.carousel-position-right,
    .view.carousel .carousel-block .carousel-caption.carousel-position-left {
        background: rgba(45,46,41,.95);
        width: 100%;
        max-width: 100%;
        height: 85% !important;
        top: 100%;
        left: 0 !important;
        padding: 10px 10px 10px 25px !important;
        position: absolute !important;
    }

   .view.carousel .carousel-caption.carousel-light h2,
   .view.carousel .carousel-caption.carousel-dark h2{
       font-size: 80%;
   }
   .header {
       box-shadow: none;
   }
   .main .border-simple img {
       width: 90%;
   }
   .field.field-name-body.field-type-text-with-summary.field-label-hidden {
       /*width: 80%;*/
   }
   /* shrink video player for spotlight pages in responsive */
   .views-field.views-field-field-media-description {
       width: 70%;
   }
   #block-menu-menu-vptl-video-library {
       width: 220px;
   }
   #sidebar-second{
       width: 35%;
       padding-right: 10px;
   }
   .sidebar .nav a {
       width: 100%;
   }
   .sidebar .nav a {
       font-size: 14px;
       line-height: 1.8em;
   }
   .ds-1col {
       padding: 0px;
       margin-top: 0px;
       margin-left: -18px;
       width: 99%;
   }
   .ds-1col p{
       width: 99%;
   }
   /* Spotlight page styles */
   .terms {
       padding-top: 29px;
   }
  #block-menu-menu-related-links a {
       font-size: 14px !important;
   }
   .footer-copyright {
       margin-top: -14px;
       margin-left: 22px;
   }
}
@media (max-width: 767px){
   #main-content{
       display: block;
   }
   .content {
       width: 100%;
       margin-right: 0px;
    }
   .banner-overlay {
       margin-top: -31px;
       margin-left: 6px;
       max-width: 95.5%;
       padding: 10px 0 10px 5px;
   }
   .banner-overlay p {
       font-size: 15px;
   }
   #name-and-slogan{
       margin-top: 2px;
       padding: 10px 0 20px 10px;
   }
   .vptl-logos{
       margin-left: 0px;
   }
   #fullwidth-top {
       margin-bottom: -40px;
       margin-top: -11px;
   }
   .full-width-banner img {
       margin-bottom: 80px;
   }
   .full-width-banner .banner-overlay > div {
       background: #252320;
       position: absolute !important;
       bottom: 15px;
       left: 0;
   }
   .field.field-name-field-logo-image.field-type-image.field-label-hidden {
       margin-left: 0px;
       padding: 25px 0;
       width: 60%;
   }
   #block-search-form .search-query {
    margin-top: 17px !important;
   }
  #block-search-form .btn-search {
    margin-top: 17px !important;
   }
   .row {
       margin-left: 5px;
   }
   .ui-accordion .ui-accordion-content {
      width: 90%;
   }
   .mc-content {
      margin-left: 0;
      width: 99%;
   }
   .btn.btn-navbar {
       margin-top: 8px;
   }
   span.caret {
       display: inline-block;
       width: 2px;
   }
   .open>.dropdown-menu {
       display: block;
   }
   .navbar-inner {
       margin-left: 0px;
   }
   .navbar .nav>li>a {
       font-size: 12px;
       padding: 10px 12px 10px;
   }
   .btn.btn-navbar {
       float: left;
       margin-bottom: 10px;
       border-color: #8c1515;
       background: #8c1515;
       box-shadow:none;
       padding: 11px 18px;
   }
   /* container for caption - override bootstrap */

    .view.carousel .carousel-caption.carousel-dark .slide-caption a {
        font-size:10px;
        line-height: .8em;
   }
   .view.carousel .carousel-caption.carousel-dark h2 a {
        font-size:14px;
   }
   .main .border-simple img {
       width: 98%;
   }
   #sidebar-first {
       display: block;
   }
   .view.view-stanford-events-calendar {
       margin-top:  20px;
       margin-left: 20px !important;
       width: 100%;
   }
   .field.field-name-body.field-type-text-with-summary.field-label-hidden {
       width: 100%;
    }
   article#node-179 {
       width: 100%
   }
    .region.region-sidebar-second.clearfix {
         margin-left: 0px;
    }
   .res-library {
       width: 100%;
       border: none !important;
       float: left;
   }
   .ds-1col {
       margin-left: 0;
   }
   html, body {
      padding: 0px !important;
   /*   overflow-x: hidden !important;*/
   }
   body, .container{
      padding: none !important;
      margin-left: 1px;
      font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
      color: #4d4f53 !important;
      font-size: 14px;
   }
   /* do not remove */
   #main-menu{
       background-color: #f5f5f5;
       margin-bottom: 12px;
       height: 50%;
       z-index: 99;
   }
/* add dropdown menus back in */
   .open>.dropdown-menu {
       display: block;
   }
   .nav-collapse .nav>li>a, .nav li, .nav li a, .nav-collapse .dropdown-menu a{
       color: #000;
       background: none !important;
       font-size: 12px;
   }
   .dropdown-menu>li>a{
       font-size:12px;  /*First submenu leaf */
   } /* end - do not remove */

   .nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus,
   .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus{
       color: #000;
       font-size: 12px;
   }
   #sidebar-second{
       display: none;
   }
   body{
       padding: 0;
   }
   .container {
       margin: 0px 10px;
   }
   /* Spotlight page styles */
   .bottom a {
       font-size: 15px;
   }
   .terms {
       padding-top: 0px;
   }
   .ds-footer {
       clear: left;
       width: 80%;
       margin-left: 0px;
   }
   
   .region.region-footer.clearfix {
      float: center;
      margin-left: 20px;
   }
   #footer-content .block {
    width: 40% !important;
    height: 200px !important;
   }
   p.copyright.vcard {
    color: #e3dfd5;
   }
} 
/* end Medi Query 767px*/

/* Override Open Framework */
@media (max-width: 680px) {
      .site-name a, .site-name a:hover {
         font-size: .68em;
      }
   .footer-content .block {
       width: 100%;
   }
   #global-footer {
       height: 180px;
   }
}
/* end Media Query 680px */


@media (max-width: 480px){
   .header #logo {
       display:none;
   }
   #name-and-slogan{
       margin-top: 15px;
       padding:  0 0 0 0;
   }
   .btn.btn-navbar {
       margin-top: 4px;
   }
   .site-name a, .site-name a:hover {
       font-weight: bold;
       font-size: .49em;
       float: left;
   }
   #site-slogan {
       font-size: 14px;
       margin-top: 22px;
       text-align: left;
   }
   .navbar-inner {
       margin-left: 0;
   }
   #block-views-stanford-events-views-block {
       padding-left: 0px;
   }
   .view.view-stanford-events-calendar {
       margin-left: 0;
       width: 80%;
   }
   .carousel-inner {
       padding-bottom: 80px;
    }
   .banner-overlay {
       max-width: 93.5%;
   }
   .full-width-banner img {
       margin-bottom: 99px;
   }
    .view.carousel .carousel-block .carousel-caption.carousel-position-right,
    .view.carousel .carousel-block .carousel-caption.carousel-position-left {
       height: 100%;
    }
   .view.carousel .carousel-caption.carousel-light h2,
   .view.carousel .carousel-caption.carousel-dark h2{
       font-size: 70%;
   }
   #contact-buttons .call-button {
       margin-left: 37px;
   }
   #contact-buttons .email-button {
       margin-left: 172px;
   }
   #bottom-logo img {
       margin-bottom: 0;
   }
   #bottom-menu ul {
       margin: 20px 0 0 20px;
   }
   #global-footer{
	height: auto !important;
   }
}
/* end Media Query 480px*/

@media (max-width: 360px){

   .view.carousel .carousel-caption.carousel-light,
   .view.carousel .carousel-caption.carousel-dark{
       display: none;
   }
   #contact-buttons .call-button {
       margin-left: 7px;
   }
   #contact-buttons .email-button {
       margin-left: 127px;
   }
   .footer-copyright p{
       margin-left: -70px;
       line-height: .2em;
   }
 }
@media (max-width: 280px){
   .site-name a, .site-name a:hover {
       font-size: 12px;
       font-weight: 400;
   }
   #site-slogan {
       font-size: 8px;
   }
   .btn.btn-navbar {
       margin-top: 33px;
   }
   .footer-copyright p{
       margin-left: -70px;
   }
}
/* ----- Sitewide ----------------------- */
/** VPTL Theme */
h1, h2, h3, h4, h5 {
     font-weight: 400 !important;
}

