  /*=======================================
   Global
  =======================================*/

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
  line-height:  1.5;
}

.page * {
  -webkit-transition: all .4s;
  transition: all .4s;
}

/*=======================================
   Elements
  =======================================*/

/* Inputs: Sarafi Issue */

input {  border-radius: none;  }

/* Main: IE issue */
main, aside, footer {
  display: block;
}

/* Links */
a {
  color: #b33330;
  text-decoration: none;
}

a:hover {
   opacity: .7; 
}

.no-fade a:hover {  opacity: 1;  }

/* Images */
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  border: 0;
}

/* Headers */
h2, h3, h4 {
  margin: 1em 0 .5em;
}

h1 {
  font: 300 4.5em/1.2 'Open Sans', sans-serif;
  margin: 0;
}

h2 {
  font: 800 2.5em/1.2 'Open Sans', sans-serif;
  color: #333;
}

h3 {
  font: 600 1.3em 'Open Sans', sans-serif;
}

.weight-light {  font-weight: 400;  } /* FP Headers */

.weight-medium {  font-weight: 600;  } /* FP Headers */

/* Figure */
figure {
  margin: 0;
}

/* Lists */
ol {
  list-style-position: inside;
}


/*----------------------------
   Shorthand clases
  ----------------------------*/

/* Button */
.buttons a {
  padding: .7em 1em;
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border: 2px solid #9c9999;
  color: #9c9999;
  font-size: .95em;
  font-weight:  bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.buttons a:hover {
  background-color: #9c9999;
  color: #181818;
}

.button-margin-right {
  margin-right: 1em;
}

/* Align */
.align-left {  float: left;  }

.align-right {  float: right;  }

/* Menu */
ul.inline {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.inline li {  display: inline-block;  }

ul.inline a {  color: inherit;  }

/* Clearfix */
.clearfix:after {
  content: '';
  clear: both;
  display: table;
  visibility: hidden;
}

/*=======================================
   Layout
  =======================================*/

.container {
  max-width: 77em;
  margin: 0 auto;
  padding: 0 1em;
}

.container .container {
  padding: 0;
  max-width: none;
}

.container.with-margin {
  padding: 4em 2em;
}

/*----------------------------
   Leaderboard
  ----------------------------*/
.leaderboard {
  background: #000;
  color: #ccc;
  text-align: center;
}

.top-text {
  padding: .1em 0;
}

/*----------------------------
   Header
  ----------------------------*/
.site-logo-link,
.site-branding__text {
  display: inline-block;
  vertical-align: middle;
}

.header {
  padding: 1.5em 0;
  background: #faf9f4;
  text-align: center;
}

/* Logo */
.site-logo-link {
  margin-right: 2em;
}

/* Site Name */
.site-name a {
  font-size: 5em;
  line-height: 1;
  color: #48260d;
  font-weight: 800;
  text-transform: uppercase;
  opacity:  1;
  letter-spacing: -2px;
}

/* Slogan */
.site-slogan span {
  display: block;
  text-align: left;
  font-size: 1.4em;
  color: #8a7a6a;
  font-weight: 600;
  line-height: 1.3;
}

.site-slogan span:first-child {
  text-indent: .5em;
}

.site-slogan span:last-child {
  text-indent: 1em;
}


/*----------------------------
   Subheader
  ----------------------------*/

.subheader {
  padding: 4em 0;
  text-align:  center;
  position: relative;
  overflow: hidden;
}

/* Backgrounds
----------------*/

.subheader:after,
.subheader:before {
  content: '';
  position: absolute;
  top: 0;
  left: -1%;
  height: 100%;
  width: 102%;
  display: block;
  z-index: -1;
}

.subheader:after {
  background: #333;
  opacity: .7;
}

.subheader:before {
  background: url(/themes/custom/modern/assets/css/images/header-bk-right-margin.jpg) center repeat;
  background-size: 112.6em;
  left: -.8em;
}

/* Search
----------------*/
.search-form {
  display: inline-block;
  margin: 2em 0 2em;
  position: relative;
}

.search-form form > div {
  height: 4em;
  margin: 0;
}

.search-form input {
  border-radius: 0;
  border: none;
  height: 100%;
}

/* Search input */
.search-text {
  width: 100%;
  font-size: 1.3em;
  padding: .7em 1em;
  padding-right: 4.7em;
  color: #333;
}

.search-text::-webkit-input-placeholder {  color: #e4b17f  }
.search-text:-ms-input-placeholder {  color: #e4b17f  }
.search-text::placeholder {  color: #e4b17f  }
.search-text:placeholder {  color: #e4b17f  }
.search-text::-ms-placeholder {  color: #e4b17f  }

/* Submit Button */
.search-form .form-actions {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

.search-submit {
  padding: 1.3em;
  background: #da6e01 url(/sites/default/files/search.svg) center no-repeat;
  background-size: 2.3em;
  color: transparent;
}

/* Menu
----------------*/

.menu-name--main {
  color: #fff;
}

.menu-name--main a {
  margin: 0 1em;
  font-size: 1.2em;
}

.menu-name--main li:after {
  content: '/';
  font-family: 'Arial', sans-serif;
}

.menu-name--main li:last-child:after {  display: none;  }


/*----------------------------
   Main Content
  ----------------------------*/
.content {
  padding: 1.5em 0 3em;
}

/* Content Suffix
----------------*/
#block-modern-page-title {
  margin: 0 0 3em;
}

/* Content
----------------*/
.layout-main-content {
  float: left;
  max-width: 56em;
  width: 72.5%;
}
/* 
.header-view .subtitle { Front only ?
  margin: 1.2em 0 1.3em;
  font-size: 1.7em;
  font-weight: 300;
  text-transform: uppercase;
  color: #9c9999;
} */

    /* Contact Us */
    .node--id-43749 td {display float: left; vertical-align: top; padding: 0 1em; min-width: 250px;}

/* Sidebar
----------------*/
.layout-sidebar {
  float: right;
  width: 25%;
  max-width: 18.75em;
  opacity: .9;
}

/* Classes
----------------*/

/* Background Image */
.bk-img-wrapper {
  position: relative;
}

.bk-img img {
  width: 100%;
  pointer-events: none;
  display:  block;
}

.bk-img-wrapper:before,
.bk-img-content {
  position: absolute;
  top: 0;
  left: 0;
}

.bk-img-wrapper:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  pointer-events: none;
  -webkit-transition: background .6s;
  transition: background .6s;
}

.bk-img-content.v-centered {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .6s;
  transition: all .6s;
}

/* View Columns (currently 4) */

.view-columns .views-row {
  float: left;
  width: 25%;
  padding: .3%;
}

@media screen and (max-width: 73em) {
  .view-columns .views-row {
    width: 33.3%;
    padding: 1% 3%;
  }
}

@media screen and (max-width: 65em) {
  .view-columns .views-row {  padding: 1%;  }
}

@media screen and (max-width: 57em) {
  .view-columns .views-row {
    width: 50%;
    padding: 1% 7%;
  }
  
}
@media screen and (max-width: 50em) {
  .view-columns .views-row {  padding: 1% 3%;  }
}

@media screen and (max-width: 45em) {
  .view-columns .views-row {  padding: 1%; }
}

@media screen and (max-width: 40em) {
  .view-columns .views-row {
    float: none;
    max-width: 18.75em;
    width: 100%;
    margin: 2% auto;
  }
}

/* AddtoAny */
.addtoany_list {
  margin: 3em 0 0;
  display:  inline-block;
}

/*----------------------------
   Subfooter
  ----------------------------*/
.subfooter {
  padding: 1em 2em;
  background: #f0f0f0;
}

/* Social */
.social svg {
  width: 2em;
  fill: #999;
  opacity: .9;
}

.social .facebook:hover svg {  fill: #3b5998;  }

.social .twitter:hover svg {  fill: #00aced;  }

.social .instagram:hover svg {  fill: #517fa4;  }

/*----------------------------
   Footer
  ----------------------------*/
.footer {
  padding: 3em 1em;
  background: #000;
  color: #999;
}
.footer a {	 color: #999;  }

/*=======================================
   News Article Listings
  =======================================*/

.news-articles {
  font: 1em/1.4 'Open Sans', Arial, sans-serif;
  text-align: left;
  max-width: 60em;
  margin: 0 auto;
}

/* Author */
.news-author {
  color: #999;
  font-weight: bold;
  font-size: .9em;
  text-transform: uppercase;
}

.news-author li a {
  color: #c86e13;
}

.news-author li:after {
  content: '\2022';
  margin: .5em;
}

.news-author li:last-child:after {  display: none;  }

/* Body */
.news-articles .views-field-body {
  margin: 1.5em 0 1em;
}

.news-articles .views-field-body p {  margin: .5em 0;  }

/* Origin Display */
.term-display .views-field-field-image {
  float: left;
  margin: 0 2em 1em 0;
}

.term-display .views-field-description__value {
  font-weight: 600;
  font-size: 1.1em;
  padding: 1em 0;
}

/*=======================================
   Gallery
  =======================================*/

/*----------------------------
   View
  ----------------------------*/

/* Layout */
.path-photos .layout-main-content {
  max-width: 75em;
  width: auto;
}

/* Styling */

.gallery .pager {  padding: 2em 0 0;  }
.gallery .views-row {
  overflow: hidden;
  position:  relative;
  text-align: center;
}

.album-wrap:hover:before,
.album-wrap.hovered:before{
  background: #fff;
  opacity: .75;
}

/* Content */
.album-wrap .bk-img-content {
  pointer-events:  none;
  padding: 1.5em;
  width: 100%;
  opacity: 0;
  top: 100%;
}

.album-wrap:hover .bk-img-content,
.album-wrap.hovered .bk-img-content {
  top: 50%;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gallery .bk-img-content {  display: inline-block;  }

.album-wrap h3 a {  color: #000;  }

.album-wrap h3 a:hover {  color: #b33330;  }

.album-wrap h3:after {
  content: '';
  width: 2.5em;
  height: .15rem;
  display: block;
  margin: .5em auto;
  background-color: #da6e01;
}

.album-wrap .photos-num {
  font-weight: bold;
  font-size: .9em;
}

/*=======================================
   Nodes
  =======================================*/

article {
  font-family: 'Open Sans', Arial, sans-serif;
}

article .field-label-above {
  display: inline-block;
  margin: 1.5em;
  margin-left: 0;
}

article p {  margin: 1em 0;  }

/*----------------------------
   Gallery
  ----------------------------*/

/* Field: Tags */
.field-node--field-tags {  margin: 1.25em -.2em 0;  }

.field-node--field-tags .field__item {
  display: inline-block;
  margin: .3em;
}

.field-node--field-tags .field__item:after {
  content: ', ';
  display: inline-block;
}

.field-node--field-tags .field__item:last-child:after {  display: none;  }

/*=======================================
   Blocks
  =======================================*/

/*----------------------------
   Advertisement
  ----------------------------*/

#block-leaderboardad {
  text-align: center;
  margin: 0 0 2em;
}

.tisement-wrap img,
.tisement-wrap > div {
  height: auto !important;
  margin: 0 0 2em;
}

/*=======================================
   Responsive
  =======================================*/

@media only screen and (max-width: 65em) {

  /*----------------------------
     Headers
    ----------------------------*/
  h2 {  font-size: 2em;  }

  /*----------------------------
     Regions
    ----------------------------*/
  .leaderboard,
  .header,
  .footer {
    font-size: .85em;
  }

  /* Header */
  .site-logo {  height: 9em;  }

  .site-name {  font-weight: bold;  }

  /* Subheader */
  .subheader {
    padding: 2.5em 0 3.5em;
    font-size: .9em;
  }

  /* Content */
  .content {  padding: 1.5em 0;  }

  #block-modern-page-title {
    margin: 0 0 1.5em;
    font-size: .7em;
  }

  /* Footer */
  .footer {  padding: 2em 1em;  }

  /*----------------------------
     Advertisement
    ----------------------------*/
  .layout-main-content,
  .layout-sidebar {
    float: none;
    width: 100%;
    max-width: none;
  }
  
  .layout-sidebar .tisement-wrap {
    margin-top: 3em;
    text-align: center;
  }

  .layout-sidebar .tisement {
    width: 33.3%;
    min-width: 250px;
    padding: 1%;
    display: inline-block;
    margin: 0 -4px -3px 0;
  }
  
  .layout-sidebar .tisement-wrap:after {
    content: '';
    display: inline-block;
  }

}


@media only screen and (max-width: 45em) {

  /*----------------------------
     Elements
    ----------------------------*/
  
  .table-cell-break td {  display: table;  }

  /*----------------------------
     Regions
    ----------------------------*/

  /* Leaderboard*/
  .leaderboard {  display: none;  }

  /* Header */
  .header {  font-size: .65em;  }

  .site-logo {  height: 8em;  }

  /* Subheader */
  .subheader {  padding: 2em 0 3em;  }

  ul li.menu__item-title--publications {  display: none;  } /* Hide Publications menu link */

  /* Content */
  #block-modern-page-title h1 {  line-height: 1.1;  }

}

@media only screen and (max-width: 30em) {

  /*----------------------------
     Regions
    ----------------------------*/

  /* Header */  
  .site-slogan {  display: none;  }

  /* Subheader */
  
  ul.menu-name--main {
    margin: 0 -.3em;
  }

  .menu-name--main a {
    margin: 0 .5em;
    vertical-align: bottom;
  }
  
  

}

@media only screen and (max-width: 25em) {

  /*----------------------------
     Regions
    ----------------------------*/

  /* Header */
  .site-name a {  font-size: 4em;  }

  .site-logo {  height: 7em;  }

  /* Subheader */

  .menu-name--main a {
    font-size: 1em;
  }

}




















/*=======================================
   Paragraphs
  =======================================*/

/*----------------------------
   Misc Fields
  ----------------------------*/
.paragraph .field-name-field-body {
  width: 80%;
  margin: 0 auto;
}

/*----------------------------
   3 Items
  ----------------------------*/
.paragraph--type-item-display h2 {
  margin: 0 0 1em;
}

.field-paragraph--field-items {
  -webkit-columns: 3 1em;
  columns: 3 1em;
  margin: 2em 0 0;
}
  
/* Image Item
----------------*/
.paragraph--type-image-item img {
  margin: 1em 0;
}

.paragraph--type-image-item .field-name-field-text {
  font-weight: bolder;
  font-size: 1.2em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/*----------------------------
   Body
  ----------------------------*/
.paragraph--type-body {  text-align: left;  }

.paragraph--type-body a { position: relative;  }

.paragraph--type-body a:after {
  border-bottom: 2px solid;
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}

.paragraph--type-body a:visited:after {  border-bottom-color: #bbb;  }

.paragraph--type-body a:hover:after {
  width: 0;
  -webkit-transition: width .4s;
  transition: width .4s;
}

/*----------------------------
   Headline
  ----------------------------*/

.paragraph--type-headline {
  position: relative;
}

.paragraph--type-headline img {
  width: 100%;
}

.paragraph--type-headline .field-name-field-text {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(32,26,22,.7);
}

.paragraph--type-headline .field-name-field-text .field__item {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
  margin: 0 5%;
  font-size: 4.5em;
  color: #fff;
}