/* Styles for anything that is spit out on the site via a view */

/* ********** */
/* Table of Contents */
/* ********** */
/* Global Styles */
/* Content Types */
/* Taxonomies */
/* ********** */


/* **************************************** */
/* Global Styles */
/* **************************************** */


/* ********** */
/* Hide field label on view block */
/* ********** */

.hide-label .field--label {
  display: none !important;
}
}

/* ********** */
/* Bootstrap Grid */
/* ********** */

.grid-wrap .row {
  display: -webkit-flex;
  flex-wrap: wrap;
}

.grid-wrap .col-md-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  max-width: 22%;
  background-color: #fff;
  box-shadow: 0px 0px 5px 1px #eee;
  border: 1px solid #eee;
  min-height: 350px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
  margin: 15px;
}

@media (max-width: 990) {
  .grid-wrap .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 5px 1px #eee;
    border: 1px solid #eee;
    min-height: 350px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    margin: 15px;
  }
}

.grid-wrap .col-md-3 .views-field {
  padding-left: 15px;
  padding-right: 15px;
}

.grid-wrap .col-md-3 .views-field:first-of-type {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.grid-wrap .col-md-3 h3,
.grid-wrap .col-md-3 h3 a {
  font-size: 1.7rem;
  line-height: 2rem;
  color: #000;
  padding-bottom: 10px;
  padding-top: 10px;
  font-family: acumin-pro-extra-condensed, sans-serif;
}


/* bordered styles for grid via views - 3 column */
.grid-wrap-border .row,
.grid-wrap-border-dark .row {
  display: -webkit-flex;
  flex-wrap: wrap;
}

.grid-wrap-border .col-md-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  background-color: #fff;
  box-shadow: 0px 0px 5px 1px #eee;
  border: 1px solid #eee;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
  margin: 15px;
}

.grid-wrap-border-dark .col-md-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  background-color: #fff;
  box-shadow: 0px 0px 40px 1px #000;
  border: 1px solid #000;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
  margin: 15px;
}

.grid-wrap-border .col-md-4 .views-field,
.grid-wrap-border-dark .col-md-4 .views-field {
  padding-left: 15px;
  padding-right: 15px;
}

.grid-wrap-border .col-md-4 .views-field:first-of-type,
.grid-wrap-border-dark .col-md-4 .views-field:first-of-type {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.grid-wrap-border .views-field-field-featured-image,
.grid-wrap-border-dark .views-field-field-featured-image {
  padding-bottom: 15px;
}

.grid-wrap-border h3,
.grid-wrap-border h4,
.grid-wrap-border-dark h3,
.grid-wrap-border-dark h4 {
  padding-bottom: 0px !important;
  line-height: 1.7rem;
}

.grid-wrap-border .views-field-title h3,
.grid-wrap-border .views-field-title h4,
.grid-wrap-border .views-field-title h3 a,
.grid-wrap-border .views-field-title h4 a,
.grid-wrap-border .views-field-name h3,
.grid-wrap-border .views-field-name h4,
.grid-wrap-border .views-field-name h3 a,
.grid-wrap-border .views-field-name h4 a,
.grid-wrap-border-dark .views-field-title h3,
.grid-wrap-border-dark .views-field-title h4,
.grid-wrap-border-dark .views-field-title h3 a,
.grid-wrap-border-dark .views-field-title h4 a,
.grid-wrap-border-dark .views-field-name h3,
.grid-wrap-border-dark .views-field-name h4,
.grid-wrap-border-dark .views-field-name h3 a,
.grid-wrap-border-dark .views-field-name h4 a {
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 0px !important;
  letter-spacing: 0.7px;
}



/* **************************************** */
/* Content Types */
/* **************************************** */

/* ********** */
/* Article CT */
/* ********** */

/* Article page layout - Style block title h2 */
.page-node-type-article .views-element-container h2 {
  text-transform: uppercase;
  font-family: inherit;
  font-weight: 700;
  font-size: 1.1rem;
  padding-bottom: 0px !important;
}

/* Article page layout - author, date and tags */

.page-node-type-article .author-info {
  color: #666;
  font-size: 0.9rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}


/* Article page layout - In this article */

.page-node-type-article .in-this-article {
  display: flow-root;
}

.page-node-type-article .block-views-blockarticle-layout-block-2 {
  padding: 20px 0 0px;
  border-top: 1px solid #eee;
  margin-top: 10px;
}

.page-node-type-article .in-this-article .views-row {
  float: left;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
  padding: 10px;
  width: 21%;
}

.page-node-type-article .in-this-article .views-row {
  margin-left: 20px;
  margin-top: 20px;
}

.page-node-type-article .in-this-article .views-row .views-field-user-picture {
  width: 35px;
}

.page-node-type-article .in-this-article .views-row .views-field-user-picture img {
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

.page-node-type-article .in-this-article .views-row .views-field-field-user-reference {
  font-size: 0.9rem;
}

.page-node-type-article .in-this-article .views-row .views-field-field-user-reference a,
.page-node-type-article .in-this-article .views-row .views-field-field-user-reference a:link,
.page-node-type-article .in-this-article .views-row .views-field-field-user-reference a:hover {
  color: #000;
}


.page-node-type-article .in-this-article .views-row .views-field-field-job-title {
  font-size: 0.7rem;
  margin-top: -2px;
}

.page-node-type-article .in-this-article .views-row .views-field-field-job-title a,
.page-node-type-article .in-this-article .views-row .views-field-field-job-title a:link,
.page-node-type-article .in-this-article .views-row .views-field-field-job-title a:hover {
  color: #666;
}

/* Article page layout - Related News */

.page-node-type-article .block-views-blockarticle-layout-block-3 {
  padding-top: 30px;
}

.page-node-type-article .related-news {
  padding-top: 20px;
}

.page-node-type-article .related-news .views-field-field-featured-image {
  padding-bottom: 10px;
}

.page-node-type-article .related-news .views-field-title a,
.page-node-type-article .related-news .views-field-title a:link,
.page-node-type-article .related-news .views-field-title a:hover {
  color: #000;
  font-weight: 600;
}


/* ********** */
/* Directory CT */
/* ********** */


/* Directory section title */

.views-element-container caption {
  caption-side: top;
  font-size: 1.5rem;
  padding-bottom: 20px;
  font-weight: 700;
  font-family: 'Acumin Pro Condensed';
  font-weight: 500;
  font-style: normal;
}

/* Directory responsive table headings */

.views-element-container .table-responsive th {
  padding: 13px 0px 0px 13px;
}


/* Directory photo mode layout */


.page-node-type-directory .grid-wrap-border .col-md-4 {
  padding-bottom: 0px !important;
}

.page-node-type-directory .block-views-blockdirectory-block-3 h3 {
  padding-top: 20px;
}


.page-node-type-directory .views-field-user-picture {
  float: left;
  margin-right: 20px;
}

.page-node-type-directory .views-field-user-picture img {
  width: 125px;
  height: 125px;
}

.block-views-blockdirectory-block-3 .views-field-realname h3 {
  font-size: 1.7rem;
  line-height: 2rem;
  color: #000;
  padding-bottom: 5px;
  padding-top: 10px;
  font-family: acumin-pro-extra-condensed, sans-serif;
}

.block-views-blockdirectory-block-3 .views-field-field-job-title {
  font-style: italic;
}

.block-views-blockdirectory-block-3 .views-field-mail {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 0px !important;
  font-size: 0.9rem;
}

/* ********** */
/* Alumni and Ambassador Profile CTs */
/* ********** */


/* Simple Quote */
.simple-quote {
  outline: 3px solid #cfb991;
  outline-offset: 15px;
  background: black;
  margin: 15px;
  padding: 80px 80px 100px 100px;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}

.simple-quote:before {
  content: "“";
  position: absolute;
  text-align: left;
  font-weight: 900;
  font-size: 300px;
  line-height: 1.1933333333;
  letter-spacing: 0;
  color: #555960;
  font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
  -webkit-text-stroke: 1px #cfb991;
  -webkit-text-fill-color: transparent;
  opacity: .75;
  left: 33px;
  z-index: 1;
  top: 36px;
}

.simple-quote p {
  font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
  text-align: left;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.1875;
  position: relative;
  z-index: 2;
}

.simple-quote .quote-author {
  float: right;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 800;
  font-size: 2rem;
  text-transform: uppercase;
  padding-top: 20px;
}

.simple-quote .views-field-field-profile-degree {
  float: right;
  clear: both;
  text-transform: capitalize;
  color: #fff;
}


/* Photo Quote */

.photo-quote img {
  width: 20%;
  float: left;
}

.photo-quote .carousel-caption {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  padding-top: 0;
  text-align: left;
  float: left;
  width: 70%;
  padding-left: 40px;
}

.photo-quote h3 {
  color: #fff !important;
}

.photo-quote .carousel-indicators {
  position: absolute;
  bottom: 15px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
  margin-bottom: -80px;
}

.photo-quote p {
  color: #cfb991;
  font-size: 2rem;
  text-align: right;
}

/* Hide site section on mobile */
@media screen and (max-width: 600px) {
  .photo-quote img {
    display: none;
  }

  .photo-quote .carousel-caption {
    width: 100%;
  }

  .photo-quote .carousel-indicators {
    display: none;
  }
}


/* **************************************** */
/* Taxonomies */
/* **************************************** */

/* ********** */
/* Department/School Taxonomy */
/* ********** */

/* In the News View */

.path-taxonomy .department-news h2 {
  font-size: 3rem;
  line-height: 2rem;
  color: #000;
  padding-bottom: 20px;
  font-family: acumin-pro-extra-condensed, sans-serif;
}

.path-taxonomy .department-news a,
.path-taxonomy .department-news a:link,
.path-taxonomy .department-news a:hover {
  color: #000;
  font-weight: 600;
}


.path-taxonomy .faculty h2 {
  font-size: 3rem;
  line-height: 2rem;
  color: #000;
  padding-bottom: 20px;
  font-family: acumin-pro-extra-condensed, sans-serif;
}
