/* ------------------ GENERAL ------------------ */

body #skip-link {
    background: #fff;
}

body #skip-link a {
    color: #365B78 !important;
    font-size: 16px;
    line-height: 2.1;
    padding: 5px;
}

body #skip-link a:focus,
body #skip-link a:hover {
    color: #365B78 !important;
}

body.front {
    background-color: #F5F5F5 !important;
}

body.front .row {
    margin: 0 !important;
}

body,
p {
    font-size: 16px;
    line-height: 1.4em;
}

body.front,
body.not-front {
    max-width: 100% !important;
}

.logo h1 {
    margin-top: 12px;
}

.logo img {
    max-width: 256px !important;
    padding-top: 18px !important;
    width: 100%;
}

body.front #main-container .main-container {
    margin-top: 0 !important;
}

body.front .main_content.home > .container {
    padding: 0 !important;
}

body.front .content-row > .col-md-12 {
    padding: 0 !important;
}

@media only screen and (max-width: 800px) {
    body.front .content-row {
        overflow: hidden;
        width: 100%;
        margin: 0 !important;
    }
}

a:focus {
outline: 5px auto -webkit-focus-ring-color !important;
}


/* ------------------ TEMPLATE ------------------ */

.subpage-container {
    margin: 0 auto;
    overflow: hidden;
    max-width: 1280px;
    width: 100%;
}

.header_area {
    margin-bottom: 20px;
}

.header_area .views-field-field-standard-opener-image img {
    float: left;
    height: auto;
    margin-top: 0px;
    position: relative;
    width: 100%;
    z-index: -100;
}

.title-opener {
    background-color: #fff !important;
    margin-top: 11px !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
}

body.not-front {
    background: #fff;
    max-width: 100% !important;
}

body.not-front #main-container {
    margin-top: 0;
}

body.not-front .navmenu-fixed-left {
    padding-top: 20px;
}

#news-menu-left ul.nav li.dropdown:hover {
    background-color: #fff !important;
}

body.not-front .news-menu a.toggle-menu-news span.menuicon {
    padding: 10px 10px 7px 10px;
}

@media only screen and (max-width: 1099px) {
    body.not-front #main-container {
        padding: 0 15px;
    }
    body.not-front footer .field-name-field-main-supporting-body {
        padding: 0 15px;
    }
}


/* ------------------ TEXT ------------------ */

.heading-home {
    color: #502d0e;
    font-family: 'Merriweather', Georgia, Palatino, serif;
    font-size: 4.1em;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.1em;
    text-transform: capitalize;
    margin-bottom: 0px;
    padding-top: 10px;
}

.heading-home a {color: #502d0e !important;}

.heading-home a:hover {text-decoration: underline; color: #502d0e !important;}

.subheading-home {
    color: #383838;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    font-style: normal;
    font-weight: 400;
    padding: 15px 0 0 0;
    text-align: center;
    margin: 0 20%;
}

.header_wrap {
    position: static !important;
}

@media only screen and (min-width: 1200px) {
    .brown_bg .container,
    .yellow_bg .container {
        width: 1200px;
    }
}

@media only screen and (max-width: 800px) {
    .heading-home,
    #block-views-undeniably-lehigh-block h2.block-title {
        font-size: 3em;
    }
    .subheading-home {
        font-size: 1.1em;
        margin: 0 10%;
    }
}

@media only screen and (max-width: 541px) {
    .subheading-home {
        margin: 0 9%;
    }
}


/* ------------------ PAGE ELEMENTS ------------------ */

body.front .btn {
    background-color: none;
    border-radius: 0 !important;
    border: 1px solid #DBDBDB !important;
    color: #404041;
    font-size: .9em;
    height: 36px;
    transition: all .2s ease-in-out;
    padding: 10px 12px;
}

body.front .btn a {
    color: #404041;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

body.front .btn:hover {
    background-color: rgb(255, 217, 74);
    transform: scale(1.02);
    border: 0px solid #fff;
}

body.front .btn:hover a {
    color: #404041;
    font-weight: 600;
    text-decoration: none;
}

.flag {
    background-image: url(/sites/all/themes/lehigh/images/flag-bg.png);
    background-repeat: no-repeat;
    background-position: right top;
    margin: 20px 135px 0 0;
}

.flag h2,
.flag h3 {
    background: #502d0e;
    color: #fff;
    font-size: 1em;
    font-style: oblique;
    font-weight: 600;
    margin: 20px 14px 0 0;
    padding: 6px 20px 6px 30px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

#cta li {
    background-size: 50px;
    list-style-type: none;
    padding: 25px 0 25px 60px;
}

#cta li a {
    color: #ffffff;
    font-size: 1.5625em;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#cta .apply {
    background-image: url(/sites/default/files/Lehigh_Website_Admissions_Apply_brown.png);
    background-repeat: no-repeat;
    background-position: left center;
}

#cta .browse {
    background-image: url(../images/browsemajors_icon_footer_lehighuniversity.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

#cta .plan {
    background-image: url(/sites/default/files/Lehigh_Website_Admissions_Visit_brown.png);
    background-repeat: no-repeat;
    background-position: left center;
}

@media only screen and (min-width: 541px) and (max-width: 800px) {
    .flag {
        margin: 20px 460px 0 0;
    }
}

.page-node-51532 .header_area,
.page-node-51533 .header_area,
.page-node-51534 .header_area, 
.page-node-51535 .header_area, 
.page-node-51536 .header_area,
.page-node-51537 .header_area,
.page-node-51538 .header_area,
.page-node-51539 .header_area,
.page-node-51540 .header_area,
.page-node-51541 .header_area,
.page-node-51542 .header_area,
.page-node-516334 .header_area
{
    min-height: 200px;
    margin-bottom: 20px;
    margin-top: -144px;
    position: relative;
    z-index: -100;
}



.page-node-51532 .header_area img.img-responsive,
.page-node-51533 .header_area img.img-responsive,
.page-node-51534 .header_area img.img-responsive, 
.page-node-51535 .header_area img.img-responsive, 
.page-node-51536 .header_area img.img-responsive,
.page-node-51537 .header_area img.img-responsive,
.page-node-51538 .header_area img.img-responsive,
.page-node-51539 .header_area img.img-responsive,
.page-node-51540 .header_area img.img-responsive,
.page-node-51541 .header_area img.img-responsive,
.page-node-51542 .header_area img.img-responsive
{
    max-width: none !important;
    width: 100%;
}

.node-type-news-article .header_area .views-field-field-featured-media-description {
    position: absolute;
    right: 85px;
    top: 50%;
}

.node-type-news-article .header_area .views-field-field-featured-media-description .chapter-details {
    text-align: center;
    width: 300px;
}

.node-type-news-article .header_area .views-field-field-featured-media-description .chapter-details h1 {
    color: #fff;
    font-family: 'Merriweather', Georgia, Palatino, serif;
    text-transform: uppercase;
    border-top: #fff solid 6px;
    font-weight: bold;
    font-size: 24px;
    display: inline-block;
    padding-top: 7px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 6px;
}

.node-type-news-article .header_area .views-field-field-featured-media-description .chapter-details h2 {
    color: #fff;
    font-family: 'Merriweather', Georgia, Palatino, serif;
    letter-spacing: 0.1px;
    font-weight: bold;
    background: none;
    padding: 0;
    margin-top: 40px;
    font-size: 36px;
}

.news .field-name-field-news-body .lehigh-duke-content blockquote, .news .field-name-field-news-body .lehigh-duke-content p {
    width: 750px;
}

.news .field-name-field-news-body .lehigh-duke-content blockquote {
    border-left: 0px solid #fff;
    font-weight: normal;
    font-family: 'Merriweather', Georgia, Palatino, serif;
    color: #67686b;
    line-height: 24px;
    padding-left: 0;
    font-size: 16px;
}

.news .field-name-field-news-body .lehigh-duke-content span.name {
    font-weight: bold;
    text-transform: uppercase;
}

.news .field-name-field-news-body .header_area {
    margin-top: 0;
}


.lehigh-duke-content {
    padding: 7px 0 0 45px;
}

.lehigh-duke-content .roster p.player-name {
    background-color: #502d0e;
    color: #fff;
    margin-top: 5px;
    padding: 3px 10px;
    width: auto;
}

.lehigh-duke-content .roster p.player-name strong {
    text-transform: uppercase;
}

.lehigh-duke-content .roster, .lehigh-beat-duke .cj-big-image, .lehigh-beat-duke .knutson-big-image {
    margin-bottom: 40px;
}

.lehigh-duke-content .caption {
    float: right;
    width: 200px;
}

.lehigh-duke-content .caption p {
    color: #6d6e71;
    font-size: 14px !important;
    width: auto !important;
}

.lehigh-duke-content.opening h1, .lehigh-duke-content.where-were-you h1 {
    color: #502D0e;
    font-size: 60px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 40px 0;
    width: 750px;
    font-style: italic;
    margin-bottom: 25px;
    font-weight: bold;
    letter-spacing: 1.2px;
}

.lehigh-duke-content.where-were-you h1 {
    border-bottom: 0px solid #fff;
    border-top: 0px solid #fff;
}

.node-type-news-article #main-container .lehigh-duke-content.opening p {
    width: auto;
}

.node-type-news-article #main-container .lehigh-duke-content .col-md-8 p {
    font-size: 26px;
    line-height: 40px;
    color: #502d0e;
    font-family: 'Merriweather', Georgia, Palatino, serif;
    width: 600px;
    font-style: italic;
    margin-bottom: 50px;
}

.lehigh-duke-content.prologue p.first:first-letter {
  color: #000;
  float: left;
  font-family: 'Merriweather', Georgia, Palatino, serif;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 15px;
  padding-left: 3px;
}

.node-type-news-article #main-container .lehigh-duke-content .byline {
    border-bottom: 1px solid #ccc;
    font-family: 'Merriweather', Georgia, Palatino, serif;
    color: #502D0e;
    font-weight: bold;
    padding-top: 17px;
    width: 125px;
}

.node-type-news-article #main-container .field-name-field-news-body ul.slides {
    margin-left: 0 !important;
}

.node-type-news-article #main-container .lehigh-duke-content .byline .byline-header {
    color: #9a9a9a;
    font-size: 13px;
}

.node-type-news-article #main-container .lehigh-duke-content .byline p {
    font-weight: bold;
}

.node-type-news-article #main-container .lehigh-duke-content .byline:first-child {
    padding-top: 0;
}

.node-type-news-article #main-container .lehigh-duke-content .byline:last-child {
    border-bottom: 0px solid #f1f1f1;
}
#block-menu-menu-when-lehigh-beat-duke-menu ul.menu li.first {
    padding-left: 10px;
}

#block-menu-menu-when-lehigh-beat-duke-menu ul.menu li.first a, #block-menu-menu-when-lehigh-beat-duke-menu ul.menu li.where-were-you a {
    font-family: 'Merriweather', Georgia, Palatino, serif;
    font-size: 17px;
    text-transform: capitalize;
}

#block-menu-menu-when-lehigh-beat-duke-menu ul.menu li.news-center-link {
    border-top: 1px solid #f1f1f1;
    padding-top: 20px;
}

.region-left-nav-menu #block-sharethis-sharethis-block--2 .sharethis-wrapper {
    text-align: right;
    padding-right: 0.6em;
    padding-top: 5px;
}

#block-sharethis-sharethis-block--2 h2 {
color: #000;
    font-size: 0.9em;
    font-weight: 600;
    text-align: right;
    margin-bottom: 5px;
    padding: 0;
    text-transform: uppercase;
    font-family: 'proxima-nova';
    background: none;
    padding-right: 0.9em;
    margin-top: 0;
}
.region-left-nav-menu #block-sharethis-sharethis-block--2 .st_sharethis_custom {
    display: none;
}

.region-left-nav-menu #block-sharethis-sharethis-block--2 .st_facebook_custom,
.region-left-nav-menu #block-sharethis-sharethis-block--2 .st_twitter_custom,
.region-left-nav-menu #block-sharethis-sharethis-block--2 .st_tumblr_custom,
.region-left-nav-menu #block-sharethis-sharethis-block--2 .st_linkedin_custom,
.region-left-nav-menu #block-sharethis-sharethis-block--2 .st_email_custom
 {
    width: 30px;
    height: 30px;
}

.lehigh-duke-content .next-page:hover p.next-chapter-title {
    text-decoration: underline;
}

.lehigh-duke-content .audio .fa-play:hover, .lehigh-duke-content .audio .fa-stop:hover {
    cursor: pointer;
}

.lehigh-duke-content.where-were-you div.story {
    border-top: 1px solid #ccc;
    width: 750px;
    padding: 30px 0 17px 0;
}

@media (max-width: 541px) {
    .lehigh-duke-content.opening h1, .lehigh-duke-content.where-were-you h1 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .node-type-news-article #main-container .lehigh-duke-content .col-md-8 p {
        margin-bottom: 30px;
    }
    .node-type-news-article #main-container .lehigh-duke-content .byline:last-child {
        margin-bottom: 40px;
    }
}

@media (max-width: 992px) {
  .lehigh-duke-content .pull-right {
    float: none !important;
  }
  .news .field-name-field-news-body .lehigh-duke-content blockquote, .news .field-name-field-news-body .lehigh-duke-content p, .lehigh-duke-content.where-were-you div.story {
    width: auto;
  }
  .lehigh-duke-content .seven-cols .col-md-1 {
    width:50%;
    padding: 0 !important;
  }
  .lehigh-duke-content .roster {
    margin-bottom: 5px;
}
  .lehigh-duke-content .caption {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
}
.lehigh-duke-content .seven-cols p.player-name {
    padding-left: 20px;
}
.page-node-51532 .header_area,
.page-node-51533 .header_area,
.page-node-51534 .header_area, 
.page-node-51535 .header_area, 
.page-node-51536 .header_area,
.page-node-51537 .header_area,
.page-node-51538 .header_area,
.page-node-51539 .header_area,
.page-node-51540 .header_area,
.page-node-51541 .header_area,
.page-node-51542 .header_area {
    display: none !important;
}
.news .field-name-field-news-body .header_area {
    display: block !important;
}
.lehigh-duke-content .caption {
    overflow: hidden;
}
.audio {
    width: 210px;
}
}

@media (min-width: 992px) {
  .lehigh-duke-content .seven-cols .col-md-1,
  .lehigh-duke-content .seven-cols .col-sm-1,
  .lehigh-duke-content .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    padding: 0 !important;
  }
  .lehigh-duke-content.prologue img, .lehigh-duke-content .side-image img {
    width: 420px;
    padding: 20px 0 30px 30px;
  }
  .lehigh-duke-content .side-image img.no-padding-bottom {
    padding-bottom: 0;
  }
  .news .field-name-field-news-body .header_area {
    display: none;
}
}

@media (max-width: 1099px) {
    .lehigh-duke-content.opening h1, .lehigh-duke-content.where-were-you h1 {
        width: auto;
    }
    .node-type-news-article #main-container .lehigh-duke-content .col-md-8 p {
        width: auto;
    }
    .lehigh-duke-content.opening .row {
        margin: 0;
    }
}

/* ------------------ SLIDERS ------------------ */

.flexslider {
    border: none;
    box-shadow: none;
}


/* ------------------ VIDEO ------------------ */

#hero .video-controls {
    position: absolute;
    z-index: 100;
    right: 28px;
    bottom: 12px;
}

#hero .video-controls i {
    color: rgba(255,255,255,0.7);
    font-size: 1.5em;
}

.media-youtube-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px;
    overflow: hidden;
}
.media-youtube-video iframe,
.media-youtube-video object,
.media-youtube-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-device-width: 1024px) {
     #hero video {
        display: none !important;
    }
    #hero {
        background-image: url(/sites/default/files/background-video-placeholder.jpg);
        background-repeat: no-repeat;
        background-position: top center !important;
        height: auto;
        background-size: contain;
    }
    #hero .video-controls {
        display: none;
    }
    .hero_text .hero_heading {
        font-size: 4em !important;
        margin-left: 40px;
        margin-right: 40px;
    }   
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
        .main_content {
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 991px) {
#hero {
    background-size: cover;
    position: relative;
    height: 92vh;
}
}

@media only screen and (max-width: 1024px)  {

    #hero video {
        display: none !important;
    }
    #hero {
        background-image: url(/sites/default/files/background-video-placeholder.jpg);
        background-repeat: no-repeat;
        background-position: top center !important;
        height: auto;
    }
    #hero .video-controls {
        display: none;
    }
    .hero_text .hero_heading {
        font-size: 4em !important;
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media only screen and (max-width: 541px) {
    .hero_text .hero_heading {
        font-size: 3em !important;
        margin: 0 35px;
    }
    .hero_text .hero_sub-heading-home {
        font-size: 2.5em !important;
    }
}

@media only screen and (max-width: 363px) {
    .hero_text .hero_heading {
        margin: 0 0;
    }
}


/* ----------------- UNDENIABLY LEHIGH TABS --------------- */

#block-views-undeniably-lehigh-block h2.block-title {
    text-align: center;
    color: #502d0e;
    font-family: 'Merriweather', Georgia, Palatino, serif;
    font-size: 4.1em;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.1em;
    text-transform: capitalize;
    padding-top: 46px;
    margin-bottom: 0px;
}

.resp-tab-content .col-sm-3 {
    padding: 0 50px 0 50px;
    border-right: #dbdbdb solid 1px;
    margin-top: 15px;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.resp-tab-content .views-row-last .col-sm-3 {
    border-right: 0px;
}

.resp-tabs-list li:last-child {
    border-right: none;
}

.home_fact_highlight {
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-weight: 800;
    font-size: 3.125em;
    text-align: center;
    color: #502d0e;
}

.home_fact_body {
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.125em;
    text-align: center;
    line-height: 1.3em;
}

#block-views-undeniably-lehigh-block {
    background-color: #fff;
}

.undeniably_facts_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 62px;
}

.view-undeniably-lehigh {
    /*
    background: 
    url(/sites/default/files/background_UndeniablyLehigh_lehighuniversity.png);
    background-repeat: no-repeat;*/
}

ul.resp-tabs-list,
p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 500;
    font-size: 1em;
    display: inline-block;
    padding: 13px 0 11px 0;
    list-style: none;
    cursor: pointer;
    float: left;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #383838;
    width: 16.66%;
    text-align: center;
    opacity: .9;
    border-right: 1px solid #fff;
    letter-spacing: .1em;
}

.resp-tabs-list li:hover {
    background-color: rgb(240, 240, 240) !important;
    font-weight: 700;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

li.resp-tab-active {
    color: #000;
    opacity: 1 !important;
}

.resp-tab-active {
    border-bottom: none;
    margin-bottom: -1px !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active,
.resp-accordion-active {
    display: block;
    overflow: hidden;
    height: auto;
}

h2.resp-accordion {
    font-size: 13px;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    background-color: rgb(255, 217, 74) !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {}


/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    float: left;
    width: 68%;
    min-height: 250px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
    margin-bottom: 4px !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    margin-right: 50px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}


/*-----------Accordion styles-----------*/

h2.resp-tab-active {
    background: #DBDBDB;
    /* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;
    /* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
    overflow: hidden;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;
    /* !important;*/
}


/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .resp-tabs-list li {
        width: 16.42% !important;
    }
}

@media only screen and (max-width: 768px) {
    #block-views-undeniably-lehigh-block h2.block-title {
        font-size: 3.5em;
    }
    ul.resp-tabs-list {
        display: none;
    }
    h2.resp-accordion {
        display: block;
        font-size: 1em;
        font-family: 'proxima-nova';
        text-transform: uppercase;
        color: #383838;
        letter-spacing: .1em;
        margin: 0 0 0 0 !important;
        padding: 15px !important;
    }
    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }
    .resp-accordion-closed {
        display: none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
    .resp-tab-content .col-sm-3 {
        margin-top: 15px;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
        padding-left: 10px;
        padding-right: 10px;
        border-right: 0px solid #fff;
    }
    .home_fact_highlight {
        font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
        font-weight: 800;
        font-size: 2.5em;
        text-align: center;
        color: #502d0e;
    }
}


/* ------------------ NEWS ----------------------------------- */

#block-views-dd5087fb90a7f91e0edce92ee38e9424,
#block-views-home-page-research-news-block,
#block-bean-home-news-cta {
    background-color: #f1f1f1;
    background-image: url(/sites/all/themes/lehigh/images/pattern.png);
    background-position: 0 -9px;
}

#block-bean-home-news-cta {
    background-position: 0 -25px;
    padding-bottom: 30px;
    text-align: center;
}

#block-bean-home-news-cta h2 {
    color: #502d0e;
    text-transform: uppercase;
    font-size: 24px;
}

#block-bean-home-news-cta .col-md-4 {
    border-right: solid #666 1px;
    padding-bottom: 20px;
}

#block-bean-home-news-cta .col-md-4:last-child {
    border-right: none;
}

#block-bean-home-news-cta .btn {
    background-color: #fff;
}

#block-bean-home-news-cta .btn:hover {
    background-color: rgb(255, 217, 74);
}

.view-home-page-featured-news {
    background-color: rgba(255, 255, 255, .95);
    border-top: 10px #FFD94A solid;
}

.story-content {
    background-color: rgba(255, 255, 255, .95);
    margin: 0 0 0 0;
    position: absolute;
    width: 370px;
}

.story-content h3 {
    color: #502d0e;
    margin: 20px 30px 10px;
    font-family: "Merriweather";
    font-weight: 500;
    font-style: italic;
    font-size: 1.7em;
}

.story-content p {
    margin: 0 30px 20px;
}

.view-home-page-featured-news div.btn {
    margin: 0 30px 27px;
}

.view-home-page-featured-news img {
    height: auto;
    min-height: 303px;
    min-width: 1011px;
    width: 100%;
}

.view-home-page-latest-news-stories {
    clear: both;
    margin-bottom: 45px !important;
    margin-top: -45px !important;
    overflow: hidden;
}

.view-home-page-latest-news-stories .story-content {
    position: static;
    width: 100%;
}

.view-home-page-latest-news-stories .story-content .col-md-12 {
    padding: 0 !important;
}

.view-home-page-latest-news-stories .views-row-1 .news-col {
    padding-left: 0;
    padding-right: 30px;
}

.view-home-page-latest-news-stories .views-row-2 .news-col {
    padding-left: 15px;
    padding-right: 15px;
}

.view-home-page-latest-news-stories .views-row-3 .news-col {
    padding-right: 0;
    padding-left: 30px;
}

.view-home-page-latest-news-stories img {
    height: auto;
    transition: all .2s ease-in-out;
    width: 100%;
}

.view-home-page-latest-news-stories img:hover {
    transform: scale(1.05);
}

.view-home-page-latest-news-stories a {
    display: block;
}

.view-home-page-latest-news-stories .story-content {
    background-color: #fff;
    border-top: 10px #FFD94A solid;
    min-height: 471px;
    overflow: hidden;
}

.view-home-page-latest-news-stories .story-content .col-md-12 {
    position: static;
}

.view-home-page-latest-news-stories .story-content h3 {
    font-size: 1.4em;
    line-height: 1.3em;
}

.view-home-page-latest-news-stories .story-content h3,
.view-home-page-latest-news-stories .story-content p,
.view-home-page-latest-news-stories .story-content div.btn,
.view-home-page-research-news .story-content h3,
.view-home-page-research-news .story-content p,
.view-home-page-research-news .story-content .btn {
    margin-left: 30px;
    margin-right: 30px;
}

.view-home-page-latest-news-stories .story-content p {
    padding-bottom: 20px;
}


.view-home-page-latest-news-stories .story-content div.btn {
    bottom: 20px;
    position: absolute;
}

.view-home-page-research-news {
    background-color: #fff;
    margin-bottom: 40px !important;
}

.view-home-page-research-news .col-md-8 {
    overflow: hidden;
}

.view-home-page-research-news img {
    height: auto;
    width: 100%;
    transition: all .2s ease-in-out;
    padding-left: 0;
}

.view-home-page-research-news img:hover {
    transform: scale(1.05);
}

.view-home-page-research-news .flag:after {
    border-right: 14px solid #ffffff;
    /* Tweak this to increase triangles height */
}

.view-home-page-research-news .story-content {
    background: none;
    margin-left: 0;
    padding: 20px 20px 40px 0;
    width: auto;
}

.view-home-page-research-news .story-content h3 {
    margin-top: 0;
}

.view-home-page-research-news .story-content p {
    padding-bottom: 20px;
}

#block-bean-lehigh-news-calls-to-action-0 {
    background-color: #f1f1f1;
    background-image: url(/sites/all/themes/lehigh/images/pattern.png);
    background-position: 0 -2px;
    padding-bottom: 65px;
}

#block-bean-lehigh-news-calls-to-action-0 .btn {
    background-color: #fff;
    font-size: 1em;
    margin: 0 40px;
    padding: 8px 12px;
}

#block-bean-lehigh-news-calls-to-action-0 .btn:hover {
    background-color: rgb(255, 217, 74);
}

@media only screen and (max-width: 991px) {
    #block-bean-lehigh-news-calls-to-action-0 {
        padding-top: 35px;
        padding-bottom: 0;
    }
    #block-bean-lehigh-news-calls-to-action-0 .btn {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 1220px) {
    .view-home-page-latest-news-stories {
        margin-top: 40px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .flag {
        margin: 20px 130px 0 0 !important;
    }
    .view-home-page-research-news .story-content p {
        padding-bottom: 0px !important;
        margin-right: 18px !important;
    }
}

@media only screen and (max-width: 991px) {
    .story-content {
        position: static;
    }
    .view-home-page-featured-news {
        background: #fff;
    }
    .view-home-page-latest-news-stories .story-content {
        margin-bottom: 20px;
        min-height: 0;
    }
    .view-home-page-latest-news-stories .story-content div.btn {
        bottom: auto;
        position: static;
    }
    .news-col {
        padding: 0 !important;
    }
    .view-home-page-research-news img {
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 900px) {
    .view-home-page-featured-news img {
        margin-left: -100px;
    }
}

@media only screen and (max-width: 800px) {
    #block-views-dd5087fb90a7f91e0edce92ee38e9424,
    #block-views-home-page-research-news-block {
        background-color: #fff;
        background-image: none;
    }
    #block-views-home-page-research-news-block {
        border-top: 10px #FFD94A solid;
        border-bottom: 10px #FFD94A solid;
        padding-top: 15px;    
    }
    .view-home-page-featured-news img {
        margin-left: auto;
        min-height: 0px;
        min-width: 0px;
    }
    .view-home-page-featured-news .story-content {
        width: auto;
    }
    .view-home-page-latest-news-stories {
        margin-bottom: 20px;
    }
    .view-home-page-latest-news-stories .story-content p {
        padding-bottom: 0;
    }
    .view-home-page-latest-news-stories .story-content div.btn {
        bottom: auto;
        margin-bottom: 30px;
        position: static;
    }
    .view-home-page-research-news {
        margin-bottom: 90px !important;
    }
}

@media only screen and (max-width: 541px) {
    #block-bean-home-news-cta {
        padding-top: 30px;
    }

    #block-bean-home-news-cta .col-md-4 {
        border-right: none;
        padding-bottom: 20px;
    }
}

/*------------------- COVID -------------------------------*/

#block-views-advisory-message-block {
    background-color: #fff;
    padding-bottom: 62px;
    text-align: center;
    
}

#block-views-advisory-message-block .views-field-title h2 {
    font-family: "Merriweather";
    font-weight: 500;
    font-style: italic;
    font-size: 1.7em;
}

#block-views-advisory-message-block .view-content {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding: 30px 0 30px 0;
}

#block-views-advisory-message-block .view-advisory-message {background-color: #FCF3C5;}

#block-views-advisory-message-block .views-field-field-news-teaser  {
    margin: 0 20%;
} 

/* ------------------ LEADERS WITH PURPOSE ------------------ */

.profile-content {
    background-color: rgba(255, 255, 255, .95);
    margin: 0 0 0 0;
    padding-bottom: 30px;
    position: absolute;
    width: 370px;
}

.profile-content h4 {
    color: #502d0e;
    margin: 20px 30px 10px;
    font-family: "Merriweather";
    font-weight: 500;
    font-style: italic;
    font-size: 1.7em;
}

.profile-content p {
    margin: 0 30px 0 !important;
}

.profile-content .btn {
    margin: 15px 0 0 30px;
}

#block-views-leaders-with-purpose-block,
#block-views-5f5a2d85b3a313b40cbe2c6882138bd5 {
    background-color: #fff;
    padding-bottom: 40px;
}

.view-leaders-with-purpose,
.view-activate-talent-financial-aid-profiles,
.view-graduates-with-purpose-profiles {
    position: relative;
}

.view-leaders-with-purpose .view-header,
.view-activate-talent-financial-aid-profiles .view-header,
.view-graduates-with-purpose-profiles .view-header {
    background-color: #fff;
    padding: 36px 0;
    text-align: center;
}

.view-leaders-with-purpose a.next-leader,
.view-activate-talent-financial-aid-profiles a.next-financialaid-profile {
    font-weight: 700;
}

.view-leaders-with-purpose a.next-leader span,
.view-activate-talent-financial-aid-profiles a.next-financialaid-profile span {
    font-size: 0.7em;
    top: 0px;
}

.view-leaders-with-purpose .field-name-field-secondary-media-image img,
.view-activate-talent-financial-aid-profiles .field-name-field-secondary-media-image img,
.view-graduates-with-purpose-profiles .field-name-field-secondary-media-image img {
    height: auto;
    width: 100%;
}

.view-leaders-with-purpose .view-content #flexslider-1,
.view-activate-talent-financial-aid-profiles .view-content #flexslider-1,
.view-graduates-with-purpose-profiles .view-content #flexslider-1 

 {
    margin-bottom: 0;
    padding: 0;
}

.view-leaders-with-purpose .views-field-field-profile-body,
.view-activate-talent-financial-aid-profiles .views-field-field-profile-body,

  {
    margin: 0 auto;
    width: 1200px;
}

.view-leaders-with-purpose .view-footer,
.view-activate-talent-financial-aid-profiles .view-footer  {
    padding: 15px 0 0 0;
}

.view-leaders-with-purpose .view-footer .flex-control-nav.flex-control-paging li a,
.view-activate-talent-financial-aid-profiles .view-footer .flex-control-nav.flex-control-paging li a  {
    background: none;
    border: #ffffff solid 1px;
    height: 15px;
    width: 15px;
}

.view-leaders-with-purpose .view-footer .flex-control-nav.flex-control-paging li a.flex-active,
.view-leaders-with-purpose .view-footer .flex-control-nav.flex-control-paging li a:hover,
.view-activate-talent-financial-aid-profiles .view-footer .flex-control-nav.flex-control-paging li a.flex-active,
.view-activate-talent-financial-aid-profiles .view-footer .flex-control-nav.flex-control-paging li a:hover  {
    background: rgb(255, 255, 255);
    border: #ffffff solid 1px;
}

.view-leaders-with-purpose .view-footer .flex-control-nav,
.view-activate-talent-financial-aid-profiles .view-footer .flex-control-nav  {
    position: absolute;
    bottom: 25px;
}

.view-leaders-with-purpose .view-footer .flex-direction-nav,
.view-activate-talent-financial-aid-profiles .view-footer .flex-direction-nav  {
    position: absolute;
    bottom: 200px;
    width: 100%;
}

.view-leaders-with-purpose .view-footer .flex-direction-nav li,
.view-activate-talent-financial-aid-profiles .view-footer .flex-direction-nav li  {
    display: inline-block;
}

.view-leaders-with-purpose .view-footer .flex-direction-nav li:first-child,
.view-activate-talent-financial-aid-profiles .view-footer .flex-direction-nav li:first-child  {
    float: left;
}

.view-leaders-with-purpose .view-footer .flex-direction-nav li:last-child,
.view-activate-talent-financial-aid-profiles .view-footer .flex-direction-nav li:last-child  {
    float: right;
}

.view-leaders-with-purpose .view-footer .flex-direction-nav a,
.view-activate-talent-financial-aid-profiles .view-footer .flex-direction-nav a  {
    color: #fff;
    opacity: 1;
    top: auto;
    position: static;
    height: auto;
    width: auto;
    margin: 0 0 0 0;
    padding: 10px;
}

.view-leaders-with-purpose .view-footer .flex-direction-nav a:hover,
.view-activate-talent-financial-aid-profiles .view-footer .flex-direction-nav a:hover  {
    background-color: #FFD94A;
    color: #383838;
}

.view-leaders-with-purpose .view-footer .flex-direction-nav a:before,
.view-activate-talent-financial-aid-profiles .view-footer .flex-direction-nav a:before  {
    font-size: 60px;
}

.view-leaders-with-purpose .view-footer .flex-direction-nav a.flex-prev,
.view-activate-talent-financial-aid-profiles .view-footer .flex-direction-nav a.flex-prev  {
    left: auto;
}

.view-leaders-with-purpose .view-footer .flex-direction-nav a.flex-next,
.view-activate-talent-financial-aid-profiles .view-footer .flex-direction-nav a.flex-next  {
    right: auto;
}

@media (max-width: 800px) {
    #block-views-leaders-with-purpose-block,
    #block-views-5f5a2d85b3a313b40cbe2c6882138bd5 {
        padding-bottom: 0px;
    }
    .view-leaders-with-purpose .views-field-field-profile-body,
    .view-activate-talent-financial-aid-profiles .views-field-field-profile-body  {
        width: 100%;
    }
    .view-leaders-with-purpose .profile-content,
    .view-activate-talent-financial-aid-profiles .profile-content  {
        position: static;
        width: 100% !important;
    }
    .view-leaders-with-purpose .profile-content h4,
    .view-activate-talent-financial-aid-profiles .profile-content h4  {
        margin: 20px 30px !important;
    }
    .view-leaders-with-purpose .profile-content p,
    .view-activate-talent-financial-aid-profiles .profile-content p  {
        margin: 20px 30px !important;
    }
    .view-leaders-with-purpose .view-footer,
    .view-activate-talent-financial-aid-profiles .view-footer  {
        padding: 30px 0;
    }
    .view-leaders-with-purpose .view-footer .flex-control-nav,
    .view-leaders-with-purpose .view-footer .flex-direction-nav,
    .view-activate-talent-financial-aid-profiles .view-footer .flex-control-nav ,
    .view-activate-talent-financial-aid-profiles .view-footer .flex-direction-nav  {
        bottom: 0;
    }
    .view-leaders-with-purpose .view-footer .flex-control-nav.flex-control-paging,
    .view-activate-talent-financial-aid-profiles .view-footer .flex-control-nav.flex-control-paging  {
        display: none;
    }
}


/* ------------------ SCENES FROM SOUTH MOUNTAIN ------------------- */

.view-scenes-from-south-mountain {
    background-color: #fff;
    overflow: hidden;
}

.view-scenes-from-south-mountain .flag {
    width: 350px;
}

.view-scenes-from-south-mountain .view-header {
    position: relative;
    top: 75px;
    z-index: 1;
}

.view-scenes-from-south-mountain img {
    height: auto;
    width: 100%;
}

.view-scenes-from-south-mountain .views-field-field-gallery-item-description {
    background-color: #F3807C;
    color: #000;
    opacity: 0;
    padding: 20%;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 1.3em;
    text-align: left;
        display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s;
}

.view-scenes-from-south-mountain .views-row:hover .views-field-field-gallery-item-description {
    opacity: 0.9;
}

.view-scenes-from-south-mountain .views-field-field-gallery-item-description p {
    font-size: 1em;
    font-family: "proxima-nova";
}

.view-scenes-from-south-mountain .views-row-7 .views-field-field-gallery-item-description,
.view-scenes-from-south-mountain .views-row-8 .views-field-field-gallery-item-description,
.view-scenes-from-south-mountain .views-row-9 .views-field-field-gallery-item-description,
.view-scenes-from-south-mountain .views-row-10 .views-field-field-gallery-item-description,
.view-scenes-from-south-mountain .views-row-17 .views-field-field-gallery-item-description,
.view-scenes-from-south-mountain .views-row-18 .views-field-field-gallery-item-description,
.view-scenes-from-south-mountain .views-row-19 .views-field-field-gallery-item-description,
.view-scenes-from-south-mountain .views-row-20 .views-field-field-gallery-item-description {
    padding: 15%;
}

.view-scenes-from-south-mountain .views-row-3 .views-field-field-gallery-item-description,
.view-scenes-from-south-mountain .views-row-4 .views-field-field-gallery-item-description,
.view-scenes-from-south-mountain .views-row-5 .views-field-field-gallery-item-description,
.view-scenes-from-south-mountain .views-row-6 .views-field-field-gallery-item-description,
.view-scenes-from-south-mountain .views-row-13 .views-field-field-gallery-item-description,
.view-scenes-from-south-mountain .views-row-14 .views-field-field-gallery-item-description,
.view-scenes-from-south-mountain .views-row-15 .views-field-field-gallery-item-description,
.view-scenes-from-south-mountain .views-row-16 .views-field-field-gallery-item-description {
    padding: 0 15% 0 15%;
    font-size: 1em;
}

.view-scenes-from-south-mountain .views-row-7, .view-scenes-from-south-mountain .views-row-17 {
    clear: both;
}

.view-scenes-from-south-mountain .views-field-field-gallery-item-description h3 {
    color: #000;
    font-family: "proxima-nova";
    font-size: 1.3em;
    text-transform: uppercase;
    letter-spacing: .1em;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

.view-scenes-from-south-mountain .views-row:hover .views-field-field-gallery-item-description,
.view-scenes-from-south-mountain .views-row:hover .views-field-field-gallery-item-description {
    z-index: 1;
}

.view-scenes-from-south-mountain .more {
    position: absolute;
    bottom: 0;
    right: 8px;
    background: #FFD94A;
    z-index: 2;
    color: #000;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: bold;
}

.view-scenes-from-south-mountain .second-row {
    display: none;
}

@media only screen and (max-width: 800px) {
    .view-scenes-from-south-mountain .views-field-field-gallery-item-description {
        padding: 20% !important;
        font-size: 1.3em !important;
    }
}

@media only screen and (max-width: 767px) {
    .view-scenes-from-south-mountain .mobile-hide {
        display: none;
    }
}

@media only screen and (max-width: 541px) {
    .view-scenes-from-south-mountain .views-field-field-gallery-item-description {
        font-size: 1.2em !important;
    }
}

@media only screen and (min-width: 1200px) {
    .view-scenes-from-south-mountain .views-row-3 .views-field-field-gallery-item-description,
    .view-scenes-from-south-mountain .views-row-4 .views-field-field-gallery-item-description,
    .view-scenes-from-south-mountain .views-row-5 .views-field-field-gallery-item-description,
    .view-scenes-from-south-mountain .views-row-6 .views-field-field-gallery-item-description,
    .view-scenes-from-south-mountain .views-row-13 .views-field-field-gallery-item-description,
    .view-scenes-from-south-mountain .views-row-14 .views-field-field-gallery-item-description,
    .view-scenes-from-south-mountain .views-row-15 .views-field-field-gallery-item-description,
    .view-scenes-from-south-mountain .views-row-16 .views-field-field-gallery-item-description {
        padding: 16%;
        font-size: 1em;
    }
}


/* ------------------ PRE-FOOTER ------------------ */

#pre-footer {
    background-color: #88C6BC;
    background-image: url(/sites/default/files/illustration_footer_lehighuniversity.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    border-bottom: #FFD94A 10px solid;
    overflow: hidden;
    padding: 50px 0 160px 50px;
    max-width: 100%;
    height: auto;
}

#pre-footer .heading-home {
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    color: #502D0E;
    font-size: 3em;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.1em;
    text-transform: uppercase;
}

#pre-footer .subheading-home {
    color: #502D0E;
    font-family: 'Merriweather', Georgia, Palatino, serif;
    font-size: 1.4em;
    font-style: oblique;
    font-weight: 500;
    padding: 15px 0 0 0;
    text-align: left;
    margin-left: 0;
}

footer #pre-footer ul.cta {
    margin-left: 30px;
}

footer #pre-footer ul.cta li {
    list-style-type: none;
    margin-bottom: 30px;
}

footer #pre-footer .join-us a,
footer #pre-footer ul.cta li a,
footer #pre-footer ul.cta li a:hover,
footer #pre-footer ul.cta li a:focus,
footer #pre-footer ul.cta li a:visited {
    color: #502D0E !important;
}

footer #pre-footer ul.cta .cta-apply {
    background: url(/sites/default/files/Lehigh_Website_Admissions_Apply_brown.png) no-repeat top left;
    height: 60px;
    line-height: 60px;
    padding-left: 70px;
}

footer #pre-footer ul.cta .cta-majors {
    background: url(/sites/default/files/Lehigh_Website_Admissions_RequestInfo_brown.png) no-repeat top left;
    height: 62px;
    line-height: 62px;
    padding-left: 70px;
}

footer #pre-footer ul.cta .cta-plan {
    background: url(/sites/default/files/Lehigh_Website_Admissions_Visit_brown.png) no-repeat top left;
    height: 69px;
    line-height: 69px;
    padding-left: 70px;
}

footer #pre-footer ul.cta a {
    color: #fff;
    font-family: "proxima-nova";
    font-size: 1.3em;
    padding-left: 10px;
    text-transform: uppercase;
}

footer #pre-footer .col-md-4 {
    border-right: none;
}

@media only screen and (max-width: 991px) {
    footer #pre-footer ul.cta {
        margin-top: 30px;
    }
    footer #pre-footer ul.cta li {
        margin-bottom: 0;
    }
}

@media (max-width: 800px) {
    #pre-footer .heading-home,
    #pre-footer .subheading-home {
        padding: 20px;
        margin: 0;
    }
    footer #pre-footer ul.cta {
        margin-left: 30px;
    }
    footer #pre-footer ul.cta .cta-majors,
    footer #pre-footer ul.cta .cta-plan {
        padding-left: 70px;
        margin-left: 20px;
    }
    footer #pre-footer ul.cta .cta-apply {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    footer #pre-footer ul.cta {
        margin-top: 10px;
        margin-left: 36px;
    }
    footer #pre-footer ul.cta li {
        margin-bottom: 15px;
    }
}

@media (min-width: 544px) and (max-width: 800px) {
    footer #pre-footer ul.cta .cta-majors,
    footer #pre-footer ul.cta .cta-plan {
        padding-left: 60px;
    }
}


/* ------------------ FOOTER ------------------ */

footer {
    background-color: #502d0e;
    overflow: hidden;
    padding: 50px;
}

body.front footer > .row > .col-md-12 {
    padding: 0 !important;
}

body.front footer.container {
    padding: 0 !important;
}

footer .content-container {
    padding: 50px 0 10px 0;
}

footer a,
footer a:hover,
footer a:visited,
footer a:focus {
    color: #FBDD40 !important;
    font-weight: bold !important;
    text-transform: uppercase;
}

footer .col-md-4 {
    border-right: 1px solid #c3c3c3;
    padding: 0 40px;
}

footer p.email {
    clear: both;
    display: block;
    padding-top: 10px;
}

footer .col-md-8 {
    padding: 0 70px;
}

footer .footer-logo {
    text-align: center;
}

footer .footer-logo img {
    width: 100%;
    margin: 10px auto 20px;
    max-width: 387px;
}

footer .footer-links {
    padding-bottom: 20px;
    margin: 0 0 20px 0;
    list-style-type: none;
}

footer .footer-links .key {
    margin-left: 5px;
    margin-top: -3px;
}

footer .footer-links li {
    line-height: 1.3em;
    margin: 0 0 10px 0;
}

footer .footer-contact-info {
    overflow: hidden;
    padding-bottom: 10px;
    color: #fff;
}

footer .footer-contact-info img {
    margin-bottom: 20px;
    width: 98%;
}

footer .footer-contact-info .addr {
    float: left;
    width: 55%;
    font-size: 1em;
}

footer .footer-contact-info .tel {
    float: right;
    width: 45%;
    font-size: 1em;
}

footer .footer-quote {
    font-family: "Merriweather";
    font-size: 2.1em;
    color: #fff;
    padding-bottom: 14px;
    font-style: italic;
    font-weight: 400;
    margin: 0 0 30px 0;
    padding: 0 0 20px 0;
}

footer .footer-quote-attr {
    display: block;
    color: #fff;
    font-family: "proxima-nova";
    font-size: 0.75em;
    font-style: normal;
    text-align: right;
    padding-top: 20px;
}

footer .footer-social {
    border-top: 1px solid #c3c3c3;
    font-size: 1.2em;
    letter-spacing: .05em;
    margin: 0;
    padding: 40px 0;
}

footer .footer-social ul li {
    list-style-type: none;
    display: inline;
    margin: 0 20px;
}

footer .footer-social ul li:first-child {
    margin-left: 0;
}

footer .footer-social ul li:last-child {
    margin-right: 0;
}

footer .footer-social ul li a i {
    color: #fff;
    font-size: 3em;
}

footer .footer-social ul li a i:hover {
    color: #FBDD40;
}

footer .footer-social p {
    padding: 0 0 30px 0px;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #fff;
}

footer p.copyright a {
    color: #fff !important;
    font-size: 0.9em;
    padding: 0 20px;
}

@media (max-width: 800px) {
    #pre-footer {
        padding: 20px 0 50px 20px;
        background-size: contain;
    }
    footer .col-md-8 {
        padding: 0 40px;
    }
    footer .footer-links {
        padding: 0 15px;
    }
    footer .footer-links-first {
        border-top: 1px solid #ffffff;
    }
    footer .footer-links li {
        margin: 10px;
    }
    footer .footer-quote {
        padding: 0 30px 10px 30px;
    }
    footer .logo,
    footer .footer-contact-info {
        padding: 10px 30px;
        text-align: center;
    }
    footer .footer-quote-attr {
        padding-right: 10px;
    }
    footer .footer-contact-info .addr {
        float: none;
        width: 100%;
    }
    footer .footer-contact-info .tel {
        float: none;
        width: 100%;
    }
    footer .footer-logo img {
        margin: 20px auto;
        width: 90%;
    }
    footer .footer-social {
        margin: 20px;
    }
    footer .footer-social p {
        padding: 0px;
    }
    footer .footer-social ul {
        column-count: 2;
        column-gap: 20px;
        margin: 20px;
        padding: 0;
    }
    footer .footer-social ul li {
        list-style-type: none;
        display: inline-block;
        column-count: 2;
    }
}

@media (min-width: 544px) and (max-width: 800px) {
    footer #pre-footer ul.cta {
        min-height: 150px;
    }
    footer #pre-footer ul.cta li {
        display: inline-block;
    }
    footer .footer-social ul {
        column-count: 6;
        column-gap: 20px;
        margin: 20px auto;
        padding: 0;
        width: 100%;
    }
    footer .footer-social ul li {
        list-style-type: none;
        display: inline-block;
        column-count: 3;
        margin: 0 0 20px 0;
    }
}

@media (max-width: 544px) {
    .header_area {
        display: none !important;
    }
    footer .footer-social ul {
        column-count: 2;
        column-gap: 20px;
        margin: 0px;
        padding: 0;
    }
    footer .footer-social ul li {
        list-style-type: none;
        display: inline-block;
        column-count: 2;
        padding: 10px;
    }
    footer .footer-social ul li:first-child {
        margin-left: 30px;
    }
}

@media only screen and (min-width: 992px) {
    body.not-front footer {
        margin-top: 20px;
    }
}

/* ----------------- 2017 RESEARCH REVIEW ------------------ */

.page-news-publications-research-review-vol-2-2017  .brown_bg {
    z-index: 100;
}

.page-news-publications-research-review-vol-2-2017 #main-container.main_content {
    width: 100% !important;
}

.page-news-publications-research-review-vol-2-2017 .header_area {
    margin-top: -155px;
    width: 100%;
}
#block-bean-lehigh-research-review-2017-head .field-name-field-main-supporting-body {
    background-image: url(/sites/default/files/Lehigh_Univeristy_Research_Review_2017_CoverHero-2.jpg);
    background-size: cover;
    min-height: 500px;
    padding-top: 225px;
    position: relative;
}
#block-bean-lehigh-research-review-2017-head .field-name-field-main-supporting-body h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 48px;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}
.page-news-publications-research-review-vol-2-2017 .row.buttons {
    text-align: center;
}
.page-news-publications-research-review-vol-2-2017 .row.buttons .btn {
    border: 1px solid #DBDBDB;
    background: rgba(0,0,0,0.5);
    border-radius: 0;
    transition: all .2s ease-in-out;
    padding: 0 !important;
}
.page-news-publications-research-review-vol-2-2017 .row.buttons .btn a {
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 6px 12px;
}
.page-news-publications-research-review-vol-2-2017 .row.buttons .btn a:hover {
    text-decoration: none !important;
}

.research-review-2017 .download {
    background: none !important;
    border-top: 0px solid #ffffff !important;
    padding: 0 !important;
}

.research-review-2017 .download .pane-content {
    padding-right: 50px;
}

.research-review-2017 .download .pane-content p {
    margin-top: 0;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif !important;
    text-transform: uppercase;
}

.research-review-2017 .download .pane-content p:first-child a {
    color: #000 !important;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 15px;
    display: block;
    font-style: normal;
}

.page-news-publications-research-review .research-review-2017 .download img {
    margin: 0 auto;
    text-align: center;
    display: block;
    box-shadow: none;
}

.research-review-2017 .story-block {
    border-top: 10px solid #00adef;
}

.research-review-2017 .story-block.with-articles {
    background-color: #f1f0ef;
}

.research-review-2017 .pane-content footer {
    display: none;
}

.research-review-2017 .title-only .pane-content p, .research-review-2017 .title-only .pane-node h2 {
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif !important; 
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0,0,0,0.8);
    font-size: 18px;
    color: #fff;
    text-transform: none;
}

.research-review-2017 .title-only .pane-content p:before, .research-review-2017 .title-only .pane-node h2:before {
    color: #00adef;
    font-family: "Glyphicons Halflings";
    content: "\e131";
    margin-top: 0px;
    display: block;
    float: left;
    margin-right: 10px;
    font-size: 18px;

}

.research-review-2017 .title-only .pane-content p a, .research-review-2017 .title-only .pane-node h2 a {
    color: #fff !important;
    text-transform: none !important;
}

.research-review-2017 .title-only .panel-pane {
    overflow: hidden;
}

.research-review-2017 .pane-title:hover {
    text-decoration: underline;
}


.research-review-2017 .title-teaser, .page-news-publications-research-review .research-review-2017 .title-teaser h2 a, .research-review-2017 .title-teaser .pane-content p {
    color: #fff !important;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif !important;
}

.research-review-2017 .title-teaser .pane-content {
    padding: 20px;
}

.research-review-2017 .article-list .panel-pane {
    margin-bottom: 18px;
}

.research-review-2017 .article-list p:before, .research-review-2017 .article-list .pane-node h2:before {
    color: #00adef;
    margin-bottom: 5px;
    font-family: "Glyphicons Halflings";
    content: "\e131";
    margin-top: 2px;
    display: block;
    float: left;
    margin-right: 10px;
}

.research-review-2017 .article-list p, .research-review-2017 .article-list .pane-node h2 {
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif !important;
    font-weight: bold;
    font-size: 18px !important;
    margin-bottom: 15px !important;
}

.research-review-2017 .article-list p a, .research-review-2017 .article-list .pane-node h2 a {
    text-transform: none;
    display: block;
    padding-top: 2px;
    font-size: 18px !important;
}

.research-review-2017 .article-list {
    background: none;
}

.research-review-2017 .pres-message {
    background: none;
    border-top: none;
    padding: 0 90px !important;
    height: 336px;
}

.research-review-2017 .pres-message .pane-content p:first-child {
    margin-top: 0;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif !important;
    text-transform: uppercase;
}

.research-review-2017 .pres-message .pane-content p:first-child:before, .research-review-2017 .download .pane-content p:first-child:before {
color: #00adef;
    font-family: "Glyphicons Halflings";
    content: "\e131";
    margin-top: 5px;
    display: block;
    float: left !important;
    margin-right: 10px;
    font-size: 30px;
    margin-bottom: 10px;
}

.research-review-2017 .pres-message p a {
    color: #000 !important;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 15px;
    display: block;
    font-style: normal;
    line-height: 40px;
}

.research-review-2017 p.quote {
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif !important;
    border-left: none;
    color: #00adef !important;
    font-size: 50px !important;
    font-weight: bold;
    margin: 0 !important;
    padding: 0;
    font-style: italic;
}

.page-news-publications-research-review .research-review-2017 .article-list .view-mode-title_only {
    margin: 0 15px;
}

.field-name-related-research-review-art2017 {
    margin-bottom: 30px;
}

.page-news-publications-research-review .research-review-2017 .article-list .pane-1 h2 {
    font-size: 42px !important;
    margin-bottom: 30px !important;
}

.research-review-2017 .story5 .title-only .pane-content p, .research-review-2017 .story5 .title-only .pane-node h2 {
    bottom: 55% !important;
}

.page-news-publications-research-review .research-review-2017 .article-list h2 {
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif !important;
    color: #00adef;
    padding: 0 15px;
    text-transform: none;
}

.page-news-publications-research-review .research-review-2017 .article-list .panel-pane.pane-node {
    margin-left: 15px;
    margin-right: 15px;
}

.research-review-2017 .circles {
    margin-bottom: 50px !important;
    margin-top: 20px !important;
}

.research-review-2017 .circles .field-name-title p, .research-review-2017 .circles h2.pane-title {
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif !important;
    color: #000;
    text-align: center;
    font-size: 17.3px;
    margin-top: 12px !important;
    text-transform: none !important;
}

.research-review-2017 .circles .field-name-title p a, .research-review-2017 .circles h2.pane-title a {
    color: #000;
}

.research-review-2017 .circles .field-name-title p:before, .research-review-2017 .circles h2.pane-title:before {
    color: #00adef;
    font-family: "Glyphicons Halflings";
    content: "\e131";
    margin-top: 5px;
    display: inline-block;
    float: none;
    margin-right: 5px;
    font-size: 18px;
    vertical-align: bottom;
}

.page-news-publications-research-review-vol-2-2017 .healthy-partnership {
    background-image: url(/sites/default/files/research_review_test/research_review_test/Lehigh_Univeristy_Research_Review_2017_AHealthyPartnership.jpg);
    height: 466px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 0 15px;
    margin-top: 20px;
}

.page-news-publications-research-review-vol-2-2017 .healthy-partnership .text {
    width: 360px;
    color: #fff;
    background: rgba(0, 173, 239, 0.7);
    padding: 20px 20px 0 20px;
    height: 100%;
    float: right;
    margin-right: 400px;
}

.page-news-publications-research-review-vol-2-2017 .title-teaser h2 {
    font-size: 22px !important;
}

.page-news-publications-research-review-vol-2-2017 .healthy-partnership .text h2 {
    font-size: 40px !important;
}


.page-news-publications-research-review-vol-2-2017 .healthy-partnership .text h2:before, .page-news-publications-research-review-vol-2-2017 .title-teaser h2:before {
        color: #fff;
    font-family: "Glyphicons Halflings";
    content: "\e134";
    margin-top: 5px;
    display: block;
    float: none;
    margin-right: 5px;
    font-size: 30px;
    margin-bottom: 10px;
}

.page-news-publications-research-review-vol-2-2017 .healthy-partnership .text h2 {
    color: #fff !important;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif !important;
}

.page-news-publications-research-review-vol-2-2017 .healthy-partnership .text h2 a {
    color: #fff !important;
}

.page-news-publications-research-review .research-review-2017 .circle-photo {
    margin-bottom: 5px;
}

.research-review-2017 .circle-photo {
    height: 250px;
    width: 250px;
}
.research-review-2017 .circle-photo img {
    height: 250px;
    width: 250px;
}

.page-news-publications-research-review-vol-2-2017 footer {
    margin-top: 0 !important;
}

.research-review-2017 .story5 .pane-content {
    background-image: url(/sites/default/files/research_review_test/research_review_test/Lehigh_Univeristy_Research_Review_2017_PromotingPeace.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -35px;
    height: 200px;
}
.research-review-2017 .story6 .pane-content {
    background-image: url(/sites/default/files/research_review_test/research_review_test/Lehigh_Univeristy_Research_Review_2017_TrustGap.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 250px;
}
.research-review-2017 .story7 .pane-content {
    background-image: url(/sites/default/files/research_review_test/research_review_test/Lehigh_Univeristy_Research_Review_2017_PassiveRadar.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 450px;
}
.research-review-2017 .story8 .pane-content {
    background-image: url(/sites/default/files/research_review_test/research_review_test/Lehigh_Univeristy_Research_Review_2017_BrillantDiscovery.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 300px;
}
.research-review-2017 .story9 .pane-content {
    background-image: url(/sites/default/files/research_review_test/research_review_test/Lehigh_Univeristy_Research_Review_2017_BioInspiredFuture.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 300px;
}

.research-review-2017 .story14 .pane-content {
    background-image: url(/sites/default/files/research_review_test/research_review_test/Lehigh_Univeristy_Research_Review_2017_EmpoweringParents.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 300px;
}

.research-review-2017 .story15 .pane-content {
    background-image: url(/sites/default/files/research_review_test/research_review_test/Lehigh_Univeristy_Research_Review_2017_ExpressingDepression.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 300px;
}

.research-review-2017 .story16 .pane-content {
    background-image: url(/sites/default/files/research_review_test/research_review_test/Lehigh_Univeristy_Research_Review_2017_NetworkEffect.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 300px;
}

.research-review-2017 .story17 .pane-content {
    background-image: url(/sites/default/files/research_review_test/research_review_test/Lehigh_Univeristy_Research_Review_2017_HealingFasterBone.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 300px;
}

.research-review-2017 .story18 .pane-content {
    background-image: url(/sites/default/files/research_review_test/research_review_test/Lehigh_Univeristy_Research_Review_2017_ExhaustedbyEmail.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 600px;
}

#block-views-19cfe32d1a7a9cbdf9d1fb43a49e08cf .view-related-research-review-articles {
  background: #fff !important;
}
#block-views-19cfe32d1a7a9cbdf9d1fb43a49e08cf .view-related-research-review-articles .circle-photo {
  text-align: center;
  border: none;
  height: 230px;
  width: 230px;
  display: block;
  border-radius: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
#block-views-19cfe32d1a7a9cbdf9d1fb43a49e08cf .view-related-research-review-articles .circle-photo img {
  border-radius: 50%;
  width: 230px;
  height: 230px;
}
.more-research-review h3 {
  color: #00adef;
  font-size: 34px;
  margin-left: 0 !important;
  text-align: center;
}
.more-research-review .view-related-research-review-articles p:before {
    color: #00adef; 
}
.more-research-review .view-related-research-review-articles a { margin: 0 !important; font-family: 'proxima-nova', Helvetica, Arial, sans-serif !important; text-transform: none; }
.field-name-related-research-review-art2017 .view-related-research-review-articles {
    background: #f1f0ef;
}
.field-name-related-research-review-art2017 .view-related-research-review-articles p:before {
    color: #00adef;   
}
.field-name-related-research-review-art2017 .view-related-research-review-articles p {
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif !important; text-transform: none;
}
.page-news-publications-research-review-vol-2-2017 .row.buttons .btn:hover {
    background-color: rgb(255, 217, 74);
    transform: scale(1.02);
}
.page-news-publications-research-review-vol-2-2017 .row.buttons .btn:hover a {
    color: #000;
}
@media only screen and (max-width: 991px) {
    .page-news-publications-research-review-vol-2-2017 .healthy-partnership .text {
    float: none;
    margin-right: 0px;
}
.research-review-2017 .pres-message {
    padding: 0 30px !important;
}
.research-review-2017 p.quote {
    font-size: 30px !important;
}
.page-news-publications-research-review-vol-2-2017 .header_area {
    display: none !important;
}
.research-review-2017 .mobile-title h1 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    color: #502d0e;
}
.page-news-publications-research-review-vol-2-2017 .row.buttons .btn {
    border: 1px solid #DBDBDB;
    border-radius: 0;
    margin-bottom: 20px;
}
.page-news-publications-research-review-vol-2-2017 .row.buttons .btn a {
    color: #000;
    text-transform: uppercase;
}
}

@media only screen and (max-width: 767px) {
    .research-review-2017 .download {
        border-right: none !important;
    }
    .research-review-2017 .pres-message {
        height: auto;
        margin-top: 50px;
        margin-bottom: 30px;
    }
.research-review-2017 .story5 .pane-content {
    height: 320px;
    margin-bottom: 20px;
}
.research-review-2017 .story6 .pane-content {
    height: 320px;
    margin-bottom: 20px;
}
.research-review-2017 .story7 .pane-content {
    height: 320px;
    margin-bottom: 20px;
}
.research-review-2017 .story8 .pane-content {
    height: 320px;
    margin-bottom: 20px;
}
.research-review-2017 .story9 .pane-content {
    height: 320px;
}

.research-review-2017 .story14 .pane-content {
    height: 320px;
    margin-bottom: 20px;
}

.research-review-2017 .story15 .pane-content {
    height: 320px;
    margin-bottom: 20px;
}

.research-review-2017 .story16 .pane-content {
    height: 320px;
    margin-bottom: 20px;
}

.research-review-2017 .story17 .pane-content {
    height: 320px;
    margin-bottom: 20px;
}

.research-review-2017 .story18 .pane-content {
    height: 320px;
    margin-bottom: 20px;
}
.research-review-2017 .article-list {
   border-top: 20px solid #fff;
}
}

@media only screen and (max-width: 541px) {
    .research-review-2017 .pres-message p a {
        line-height: 18px;
    }
}

.research-promo {
    background-image: url(/sites/default/files/research_review_test/research_review_test/research-at-lehigh-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    overflow: hidden;
}

.research-promo .story-content {
    position: static;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
    float: right;
    margin-right: 250px;
}
.research-promo .story-content .flag {
    margin: 20px 50px 0 0;
}
.research-promo .story-content .flag h2 {
    padding: 6px 20px 4px 30px;
}
.research-promo .btn {
    background-color: none;
    border-radius: 0 !important;
    border: 1px solid #DBDBDB !important;
    color: #404041;
    font-size: .9em;
    height: 36px;
    margin-left: 30px;
    transition: all .2s ease-in-out;
    padding: 10px 12px;
}
.research-promo .btn a {
    color: #404041;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.research-promo .btn:hover {
    background-color: rgb(255, 217, 74);
    transform: scale(1.02);
    border: 0px solid #fff;
}

.research-promo .btn:hover a {
    color: #404041;
    font-weight: 600;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .research-promo .story-content {
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1100px) {
    #block-bean-lehigh-research-review-2017-head .field-name-field-main-supporting-body {
        min-height: 600px;
        padding-top: 275px;
    }
}


/* ----------------- TEMPORARY --------------- */

footer .logo {
    display: block !important;
}

body.front .main-container {
    padding: 0;
    width: 100%;
}

.content-container {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

@media only screen and (max-width: 800px) {
    body.front #main-container .main-container {
        padding: 0 !important;
    }
    body.front .content-row .col-md-12:first-child {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) {
    body.front .container {
        padding: 0 7.5px !important;
    }
}
