/*
Grid Spacing
=============================================== */
#content-primary p,
#content-primary li,
#content-primary ul {
  list-style-type:none;
}

body.page-id-9358.li,
body.page-id-9358.ol {
  list-style-type:decimal !important;
}

/* TODO: Cleanup 1 (see style.css) */
/*#content-primary,*/
#home-content-primary .carousel-caption {
  /*text-shadow:0 1px 1px rgba(0,0,0,0.9);*/
  text-shadow: 0 1px 1px rgba(0,0,0,0.6), 0 0 2px rgba(0,0,0,0.5), 0 0 2px rgba(0,0,0,0.4);
}
#home-content-primary .carousel-caption p {
  color: #fff;
}
.carousel-caption p {
  line-height:1.25;
}
.carousel-caption p>a{
  color:#fff;
}

.carousel-caption p>a:hover {
  /*color:#fff;*/
  text-decoration:underline;
}
/*#content-primary p,
#content-primary li,
#content-primary ul {
  color: #333;
}
.carousel-caption p {
  color: #fff;
}
#content-primary,
#home-content-primary {
  color:#333 !important;
}*/

/* END TODO: Cleanup 1 */


/* TODO: Cleanup 2 (see style.css) */
/*
Search Box
================================================ */
#utility {
  z-index: 2;
  position: absolute;
  right: 0;
}
#utility .navbar-form {
/*  padding-right:0 !important;*/
}
#utility .btn-primary{
  color: #fff;
  background-color: #c6bdaf;
  border-color: #c6bdaf;
}

#utility #menu-utility-navigation li {
  margin-left:13px;
}
#utility #menu-utility-navigation li a {
  font-weight:bold;
}
#utility #menu-utility-navigation li a i.fa {
  font-weight:normal !important;
  font-size:18px;
  /*line-height:18px;*/
  vertical-align:middle;
  margin-top:-2px;
}

body .navbar-form .input-group>.form-control {
  -webkit-transition: width .7s;
  -moz-transition: width .7s;
  transition: width .7s;
  display: inline-block;
  float: right
}
#header .btn-search {
  padding-bottom: 5px;
  padding-top: 5px;
}

.searchhide{
  display:none;
}

/* END TODO: Cleanup 2 */


/*
Home carousel to behave like slideshow
=============================================== */
.carousel-control .glyphicon-circle-arrow-left,
.carousel-control .glyphicon-circle-arrow-right {
  position: absolute;
  top: 7% !important;
  z-index: 5;
  display: inline-block;
}


/*
Intenal Navigation styling
================================================ */
.nav-menu ul {
  margin-top: 8px;
}

/*
Footer
================================================ */
#footer h4 {
  padding-bottom: 7px ;
}

#footer section.widget table tr td {
  vertical-align:top;
  padding-bottom:5px;
}

#footer section.widget-museum-admission p {
  line-height:1.33;
}
#footer section.widget-museum-admission table {
  display:block;
  margin-bottom:5px;
}

#footer section.widget-museum-admission table td .note {
  display:inline-block;
  padding-right:10px;
  font-size:0.85em;
  line-height:1.2;
  margin-top:-3px;
}

#footer section.accessibility-link {
  padding-top:15px;
  border-top:solid 1px #C6BDB0;
  margin-top:20px;
  text-align:right;
}


/*
Custom content styling
================================================ */
/* Expanding text New */
.collapseomatic_excerpt,
.collapseomatic_content {
  color: #333;
}


/*
YouTube Gallery
=============================================== */
li.ytg-list-item {
  height: 157px;
}


/*----- Search Results -----*/
body.search-results #content-primary article {
  margin-bottom:30px;
}

body.search-results #content-primary .timely {
  margin-top:3px;
  margin-bottom:5px;
}

body.search-results #content-primary .timely .ai1ec-time strong:before {
  font-family: 'FontAwesome';
  font-weight:normal;
  content: "\f073";
  margin-right:3px;
}

body.search-results #content-primary .page-header {
  padding-bottom:15px;
  border-bottom:solid 1px #e9e9e9;
  margin-bottom:25px;
}
body.search-results .query-match {
  font-weight:700;
  background-color:#ffffa6;
}


/*
Break point specifics
=============================================== */
@media (max-width:410px) {
    .fontResizer {
      right: 1% !important;
      top: 9% !important;
    }
}

/* XS - Landscape phones and down */
@media (max-width: 767px) {


  #footer section.accessibility-link {
    text-align: left;
  }

  /*
  main slideshow caption
  ================================================ */
  #media .carousel-caption p {
    /*margin: 0 20px 20px 0;*/
    margin: 0 20px 0 20px;
  }

  .carousel-control.left, .carousel-control.right {
    display:none;
  }

  .carousel-caption p>a {
    position: relative;
    color: #9d968c;
    text-shadow: none;
    padding: 0px;
  }
  .home #home-content-primary .carousel-caption p>a {
    color: #9d968c;
  }

    .fontResizer {
      right: 1% !important;
      top: 9% !important;
    }

    .searchhide {
      display:block;
    }

}

/* SM - Landscape phone to portrait tablet */
@media (min-width: 768px) and (max-width: 991px) {

  #footer section.accessibility-link {
    text-align: left;
  }

  /*
  Search Box
  ================================================ */
  body .navbar-form .input-group>.form-control {
    width: 100% !important;
  }
  body .navbar-form .input-group>.form-control:focus {
    width: 100% !important;
  }
  /*
  main slideshow caption
  ================================================ */
  #media .carousel-caption p>a {
      color:#9d968c;
  }
  #home-content-primary .carousel-caption p>a {
    color:#FFF;
  }


  /*
  Top Nav
  ================================================ */
  #utility {
    width: 184px !important;
    /*width:450px;*/
    right:2px !important;
  }

    ul#menu-utility-navigation {
      width: 342px !important;
      margin-left: -158px !important
    }

    form#searchform {
      /* width: 200px !important;
      padding-top: 28px !important;*/
      padding-left: 0;
    }

    nav#utility {
      padding-right: 16px;
    }


    .fontResizer {
      right: 0% !important;
      top: 9% !important;
    }
    .fontResizer img {
      height: 20px !important;
      width: 20px !important;
    }

}

/* MD - Portrait tablet to landscape and desktop */
@media (min-width: 992px) and (max-width: 1199px) {

  /*
  main slideshow caption
  ================================================ */
  #media .carousel-caption {
    display:none;
  }
  #media .carousel-caption p>a {
    color:#9d968c;
  }

  #home-content-primary .carousel-caption p>a {
      color:#FFF;
  }


  /*
  Top Nav
  ================================================ */
  #utility {
    /* width: 230px; */
    /*width:450px;*/
    right:2px !important;
  }

    ul#menu-utility-navigation {
         width: 340px !important;
         margin-left: -40px !important;
    }

     form#searchform {
         /*width: 350px !important;
         margin-left: 36px !important;
         padding-top: 28px !important;*/
     }


     nav#utility {
         width: 300px !important;
     }

    .fontResizer {
      right: 1% !important;
      top: 9% !important;
    }

    .ai1ec-single-event .ai1ec-time .dt-duration,
    .ai1ec-single-event .ai1ec-location .p-location {
      padding-left:0 !important;
    }

}

/* LG - Large desktop */
@media (min-width: 1200px) {

  /*
  main slideshow caption
  ================================================ */
  #media .carousel-caption p {
    display:none;
    float: right;
    max-width: 800px;
    padding-right: 20px;
  }
  #media .carousel-caption p>a{
      color:#fff;
  }
  #media .carousel-caption p>a:hover{
      color:#fff;
    text-decoration:underline;
  }

  /*
  Top Nav
  ================================================ */
  #utility {
    /* width: 290px; */
    /*width:450px;*/
    right:2px !important;
  }
    ul#menu-utility-navigation {
         width: 350px !important;
         margin-left: 0 !important;
    }
    form#searchform {
         /*margin-left: -9px !important;*/
         /*padding-top: 28px !important;*/
    }

    nav#utility {
      width: 350px !important;
    }

    .fontResizer {
      right: 1% !important;
      top: 9% !important;
    }

    .ai1ec-single-event .ai1ec-time .dt-duration {
      padding-left:0 !important;
    }
    .ai1ec-single-event .ai1ec-location .p-location {
      padding-left:0 !important;
      margin-left:-5px !important;
    }

}

/* custom additions=======================*/
.logo  {
  width: 30% !important;
  margin: 0 20px 0 0 !important;
}

.dashicons, .dashicons-before:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  -webkit-transition: color .1s ease-in 0;
  transition: color .1s ease-in 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dropdown-menu {
  min-width: 290px !important;
}

.navbar-brand {
  float: left;
  padding: 15px 15px 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

#teaser-description {
  text-align: left;
  max-width: 800px;
  margin: 0 auto 30px;
}

button, input, optgroup, select, textarea {
  color: #333;
}

.carousel-control {
  /*opacity: 0;*/
}

#ytg-external-link_908 {
  float: left;
  top: 0;
  position: absolute;
  right: 15px;
}

.wysija-input {
  width:100%;
}

.single-exhibit {
  min-height: 385px !important;
}

.thumbnail {
  display: block;
  /*padding: 4px;*/
  margin-bottom: 10px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 0;
  border-radius: 0px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}


ul.pager li a,
ul.pager li a:focus{
  border-radius:0;
  background-color:#C6BDB0;
  color:#FFF;
  font-weight:bold;
  font-size:13px;
  border:none;
}
ul.pager li a:hover {
  background-color:#f26649;
  color:#FFF;
}


/* TIMELY  EDITS------------------------------------------------*/
.ai1ec-calendar-toolbar,
.ai1ec-categories,
.ai1ec-tags {
  display:none;
}

.ai1ec-btn-toolbar .ai1ec-btn-group {
  margin-left:0;
}

body.single-ai1ec_event .ai1ec-btn-group-vertical {
  display:inline-block !important;
  clear:none !important;
}

.ai1ec-main-container {
  padding-top:20px;
  /*border-top:solid 1px #C6BDB0;*/
  border-top:solid 1px #EEE;
}

.ai1ec-agenda-widget-view .ai1ec-date,
.ai1ec-agenda-view .ai1ec-date {
  border-top: 1px solid #e5e5e5;
  background: #ffffff !important;
  background: -webkit-gradient(#FFFfff)!important;
  background: -webkit-linear-gradient(#fff,#fff 1em,#fff)!important;
  background: -moz-linear-gradient(top,#fff,#fff 1em,#fff)!important;
  background: -ms-linear-gradient(#fff,#fff 1em,#fff)!important;
  background: -o-linear-gradient(#fff,#fff 1em,#fff)!important;
  background: linear-gradient(#fff,#fff 1em,#fff)!important;
  background-repeat: no-repeat;
  padding: 1em 0;
}

.ai1ec-agenda-widget-view .ai1ec-event > a {
  color: #b3176d;
  display: block;
  background: #fff;
  border: 0 ;
  border-radius: 0.4em;
  padding: 0;
}

.ai1ec-agenda-widget-view .ai1ec-date-title,
.ai1ec-agenda-view .ai1ec-date-title {
  border: 0;
  border-top: none;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.08);
  box-shadow: 0 2px 2px rgba(0,0,0,0.08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #525252;
  float: none;
  font-weight: bold !important;
  background-image: -webkit-linear-gradient(#fff,#fff 1em,#e7e7e7);
  background-image: linear-gradient(#fff,#fff 1em,#e7e7e7);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: none \9;
  line-height: 1.2em;
  margin: 6.5px 0.75em;
  overflow: hidden;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  width: 4em;
}

.ai1ec-agenda-widget-view .ai1ec-month,
.ai1ec-agenda-view .ai1ec-month,
.ai1ec-agenda-widget-view .ai1ec-day,
.ai1ec-agenda-view .ai1ec-day,
.ai1ec-agenda-widget-view .ai1ec-weekday,
.ai1ec-agenda-view .ai1ec-weekday{
  background: #fff;
  border-radius: 0;
  color: #beb6a8;
  font-size: 1.1em;
  letter-spacing: 0.2em;
  padding: 0 .7em 0 0;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 rgba(0,0,0,0);
  float:left;
}

.ai1ec-agenda-widget-view .ai1ec-weekday,
.ai1ec-agenda-view .ai1ec-weekday{
  float:right;
}

.ai1ec-agenda-widget-view .ai1ec-event {
  clear: right;
  margin: 0;
  padding: 0;
  position: relative;
}

.ai1ec-agenda-view .ai1ec-event {
  background: #fff;
  border: 0;
  border-radius: 0.5em;
  clear: right;
  margin: 6.5px 0;
  overflow: hidden;
  position: relative;
  /* padding: 0.6em; */
  padding:0 0.6em 0.6em 0;
  -webkit-transition: border-color 0.1s;
  transition: border-color 0.1s;
}

.ai1ec-agenda-view .ai1ec-event.ai1ec-expanded {
  box-shadow:none;
  padding-bottom:2em;
}

.ai1ec-agenda-view .ai1ec-event .ai1ec-event-title {
  color: #f26649;
  font-weight: bold;
  font-size: 10.5pt;
  margin: 0 0 0.4em;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}

.ai1ec-agenda-view .ai1ec-event-description {
  font-size:13px;
}

.ai1ec-event-details {
  font-family:'Lato', Arial,Helvetica,sans-serif;
  font-weight:700;
}

.ai1ec-field-label.ai1ec-col-sm-3 {
  width:auto;
}

.ai1ec-month-view th.ai1ec-weekday {
  font-size:11px;
  letter-spacing:0.05em;
  font-weight:400;
  text-transform:uppercase;
}

.ai1ec-month-view .ai1ec-event {
  padding-top:3px !important;
  padding-bottom:4px !important;
  /* font-size:12px; */
  margin-bottom:0 !important;
  border-bottom:none !important;
  border-top-color: rgb(221, 221, 221);
  border-top-style: dotted;
  border-top-width: 1px;
  border-collapse: collapse;
}
.ai1ec-month-view .ai1ec-event-time {
  white-space: nowrap;
  font-weight:700;
}

.ai1ec-month-view .ai1ec-date {
  margin-bottom:0;
  height:16px;
  padding-top:2px;
}

.ai1ec-month-view td.ai1ec-today {
  background-color:#f2f9fa !important;
}

.ai1ec-month-view .ai1ec-allday {
  padding-left:0;
  width:100%;
}
.ai1ec-month-view .ai1ec-allday .ai1ec-event {
  border-radius:0;
  background-color:#f2f1ed;
  color:#f26649;
  text-shadow:none;
}
.ai1ec-month-view .ai1ec-allday .ai1ec-event .ai1ec-event-title {
  padding-left:1px;
}

.ai1ec-single-event .ai1ec-actions {
  margin-left:20px;
  margin-top:-8px;
}

.ai1ec-single-event .ai1ec-actions .ai1ec-subscribe + ul.ai1ec-dropdown-menu li:first-of-type,
.ai1ec-subscribe-container .ai1ec-dropdown-menu li:first-of-type {
  display:none;
}

body.single-ai1ec_event figure.thumbnail {
  margin-left:20px !important;
  margin-bottom:15px !important;
}

body.calendar .ai1ec-multiday {
  top:16px !important;
  left:0 !important!;
  height:20px !important;
}

.ai1ec-multiday-arrow1, .ai1ec-multiday-arrow2 {
  display:none !important;
}

.exhibition-events .ai1ec-subscribe-container {
  display:none;
}

.ai1ec-single-event .ai1ec-event-avatar {
    float: left;
    margin-right: 20px;
}

.ai1ec-single-event .ai1ec-cost {
  display:none;
}

/*--------------------------------------------------------*/

#poststuff .secondary_content_postbox .inside .wp-editor-wrap {
  position: relative;
  /* top: -30px; */
}

.with_frm_style .frm_message, .frm_success_style {
  border: 0 !important;
  background-color: 0 !important;
}

#recaptcha_image { width:auto !important; max-width: 100%;}
#recaptcha_image img { width:100% ;}
#recaptcha_response_field { width: 100% !important; max-width: 302px; }

.recaptchatable a, .recaptchatable a:hover {
  cursor: pointer;
  outline: none;
  border: 0!important;
  padding: 0!important;
  text-decoration: none;
  color: #f26649 !important;
  background: none!important;
  font-weight: normal;
}

.info-cont h3{
  margin-bottom:1em;
}


/*----- Sidebar nav hacks for Custom Post Type -----*/
body.single-exhibitions aside ul.nav-menu li.menu-exhibitions,
body.single-exhibitions aside ul.nav-menu li.menu-exhibitions ul li,
body.single-objectstories aside ul.nav-menu li.menu-exhibitions,
body.post-type-archive-objectstories aside ul.nav-menu li.menu-exhibitions,
body.single-objectstories aside ul.nav-menu li.menu-exhibitions ul li,
body.post-type-archive-objectstories aside ul.nav-menu li.menu-exhibitions ul li {
  display:block;
}

body.single-ai1ec_event aside ul.nav-menu li.menu-events,
body.single-ai1ec_event aside ul.nav-menu li.menu-events ul li {
  display:block;
}


/* ================================================================
    News
================================================================ */
section.widget.news-widget {
  margin-top:20px;
}
section.widget.news-widget h3 {
  font-family:'Lato', Arial,Helvetica,sans-serif;
  font-weight:400;
  font-size:15px;
  text-transform:uppercase;
  color:#beb6a8;
  display: block;
  margin-bottom:0.5em;
}
section.widget.news-widget ul {
  margin:0;
  padding:0;
}
section.widget.news-widget ul li {
  list-style-type:none;
  line-height:1.3;
  margin:0 0 1em 0;
  padding:0;
}
section.widget.news-widget ul li .post-date {
  font-size:12px;
  display:block;
  color:#696969;
}
section.widget.news-index-link {
  line-height:16px;
}
section.widget.news-index-link i.fa {
  margin-right:4px;
  font-size:16px;
  vertical-align:middle;
  margin-top:-1px;
  /*font-size:15px;*/
}
body.blog section.widget.news-index-link {
  display:none;
}

body.blog article.post {
  margin-top:1.5em;
}
body.blog article.post header h2.entry-title {
  margin:0 0 0.35em 0;
}
/*body.blog article.post .entry-summary h2 {
  display:none;
}*/

article.post header .post-date,
#content-primary article.post header .post-date {
  font-size:12px;
  line-height:1;
  margin:0 0 0.3em 0;
  padding:0;
  color:#696969;
}
body.single-post article.post header .post-date {
  margin-bottom:1em !important;
  font-size:13px;
}


.home-news-container h2.home-news {
  margin-bottom:10px !important;
}
.home-news-container h2.home-news a {
  color:#f26649;
}
.home-news-container h2.home-news a:hover {
 color:#2a6496;
}
.home-news-container article header h2 {
  margin-top:0;
  margin-bottom:3px;
}
.home-news-container article p {
  line-height:18px;
  margin-bottom:6px;
}

.home-news-container article p a i.fa-external-link {
  font-size:11px;

}


/*----- Custom Bootstrap styles -----*/
/*- Buttons -*/
.btn-pam {
  background-color:#C6BDB0 !important;
  color:#FFF !important;
  border-color:#FFF !important;
  border-radius:0 !important;
  font-size:13px !important;
  text-decoration:none !important;
}
.btn-pam:hover {
  background-color:#f26649 !important;
  color:#FFF !important;
  text-decoration:none !important;
}
.btn-pam i.fa {
  margin-right:3px;
}

/* Button (blue) */
.btn-pam.btn-blue, .btn-pam.btn-green,
article.ai1ec_event .btn-pam {
  background-color:#00afdc !important;
}
.btn-pam.btn-blue:hover, .btn-pam.btn-green:hover,
article.ai1ec_event .btn-pam:hover {
  background-color:#07bfef !important;
}
/*
.btn-pam.btn-green,
article.ai1ec_event .btn-pam {
  background-color:#9aa31c !important;
}
.btn-pam.btn-green:hover,
article.ai1ec_event .btn-pam:hover {
  background-color:#aeb81b !important;
}*/

/*- Ticket dropdowns -*/
.btn-group ul.dropdown-menu ul {
  padding:0 1.5em 0.5em 1.5em;
}
.btn-group ul.dropdown-menu ul li {
  white-space:nowrap;
}

/*- Tabs -*/
ul.pam-tabs {
  margin-top:15px;
  margin-bottom:5px;
}
ul.pam-tabs li a {
  background-color:#BAB1A5;
  font-weight:700;
  color:#FFF;
  padding:7px 12px;
}
ul.pam-tabs li a:hover,
ul.pam-tabs li a:active {
  background-color:#F26649;
}
ul.pam-tabs li.active a {
  background-color:#F26649;
  color:#FFF;
}
ul.pam-tabs li.active a:hover {
  background-color:#F26649;
  color:#FFF;
}



/*----- Film -----*/
body.film .page-header {
  padding-bottom:10px;
}
body.film .page-header h1 {
  text-indent:-9999px;
  width:250px;
  height:153px;
  background:url(/wp-content/uploads/2016/01/logo-NWFC-250.png) no-repeat 0 0;
}

body.film aside#content-secondary .widget-nav-menu {
  display:none;
}



/*----- To implement as global defaults -----*/

a:hover,
a:active,
a:focus {
  text-decoration:none;
  outline:none;
}

.nowrap {
  white-space:nowrap;
}

.center,
.center img {
  text-align:center !important;
}

ul.no-padding {
  margin-left:0;
  padding-left:0;
}

ol.bulleted,
ul.bulleted,
#content-primary ol.bulleted,
#content-primary ul.bulleted,
body.page-template-template-interior-membership-listings-php #content-primary ul {
  margin-left:0.3em;
  padding-left:1.3em;
}
ol.bulleted li,
ul.bulleted li,
#content-primary ol.bulleted li,
#content-primary ul.bulleted li,
body.page-template-template-interior-membership-listings-php #content-primary ul li {
  list-style-type:disc;
  line-height:1.4;
  margin-bottom:0.5em;
  padding-left:0;
  margin-left:0;
}
ol.bulleted li {
  list-style-type:decimal !important;
}

#content-primary ul.link-list {
  margin-left:0;
  margin-bottom:0;
  padding-left:0;
}
#content-primary ul.link-list li {
  color:#5c5c5c;
}

/* Gallery List */
ul.gallery-list,
ul.gallery-list li,
ol.gallery-list,
ol.gallery-list li{
  list-style: none outside none;
  margin: 0 0 12px 0;
  line-height:1.225;
}


/* Trustee list */
/* Trustee List */
ul.trustee-list,
ul.trustee-list li,
ol.trustee-list,
ol.trustee-list li{
  list-style: none outside none;
  margin: 0 0 12px 0;
  line-height:1.225;
}

ul.trustee-list li strong,
ol.trustee-list li strong {
  font-size:14px;
}

ul.trustee-list.w-logos li,
ol.trustee-list.w-logos li {
  margin-top:15px;
}

/*#content-primary p + h2,
#content-primary p + div.row {
  margin-top:20px !important;
}*/

body.page-template-template-interior-membership-listings-php #content-primary blockquote ul {
  margin-left:0;
  padding-left:0;
}
body.page-template-template-interior-membership-listings-php #content-primary blockquote ul li {
  list-style-type:none;
  line-height:22px;
  margin-bottom:0;
  width:auto;
  min-width:15%;
}
body.page-template-template-interior-membership-listings-php #content-primary blockquote ul li a {
  padding:3px 6px;
}

p.lead {
  font-size:1.1em;
  line-height:1.47;
  font-weight:normal;
  margin-bottom:10px;
}

.feature-callout div {
  font-size:12px;
  padding:0.75em 1em !important;
  background-color:#EEE;
  line-height:1.3;
}
@media (min-width: 991px) {
  .feature-callout {
    margin-top:-8px;
  }
}

img.thumb-90 {
  width:90px;
  height:90px;
}

img.non-responsive,
img.img-responsive.non-responsive,
.entry-content img.non-responsive {
  display:inline-block;
  width:auto !important;
  height:auto !important;
}
.entry-content img.pull-right {
  margin:0 0 20px 20px !important;
}
.entry-content img.pull-left {
  margin:0 20px 20px 0 !important;
}

.welcome-widget h3 {
  margin-bottom:12px;
}

figcaption,
.thumbnail .caption {
  font-size:0.875em;
  /* background-color:#F8F7F4; */
}

/*#content-primary .caption {font-style:italic;}*/
/*#content-primary .thumbnail {border:none; border-radius:0;}*/
#content-primary .sectionB figure {width:100% !important;}


/*----- Events -----*/
.events-container {
  padding-top:15px;
}

.events-container h3 {
  margin-top:12px;
  font-size:15px;
  margin-bottom:0.2em;
}
.events-container h3:first-of-type {
  margin-top:8px;
}


/*----- FAQs -----*/
.panel-group.faqs h2 {
  padding-top:15px;
}
.panel-group.faqs div {
  border-radius:0;
}
.panel-group.faqs .panel-heading {
  padding:0;
}
.panel-group.faqs h4.panel-title {
  font-size:1em;
  line-height:1;
  font-weight:700;
}
.panel-group.faqs h4.panel-title a {
  display:block;
  padding:10px 15px;
}
.panel-group.faqs h4.panel-title a::before {
    /* question mark */
    font-family: 'FontAwesome';
    content: "\f059";
    float: left;
    color:#F26649;
    font-size:18px;
    margin-top:-2px;
    margin-right:5px;
}
.panel-group.faqs h4.panel-title a.collapsed::before {
  color: #BAB1A5;
}
.panel-group.faqs h4.panel-title a::after {
    /* symbol for "expanded" panels */
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
    color:#F26649;
}
.panel-group.faqs h4.panel-title a.collapsed::after {
    /* symbol for "collapsed" panels */
    content: "\f054";
    color: #BAB1A5;
}


/*----- Admission Access Programs -----*/
ul li.supporter {
  line-height:1.3;
  margin-bottom:12px;
}


/*----- Single Exhibition page -----*/
.exhibition-sponsors,
.exhibition-events {
  padding-top:10px;
}
.exhibition-sponsors h2 {
  margin-bottom:0.3em;
}
.exhibition-sponsors i i, .exhibition-sponsors em em {
/*   font-style:normal; */
}

ul.exhibition-links {
  /*margin:0 0 15px 0;
  padding:0 0 0 15px;
  list-style-type:none;*/
}
ul.exhibition-links li {
  /*margin:0 0 5px 0;
  padding:0;*/
  margin-bottom:9px;
  line-height:1.2;
}
ul.exhibition-links li i.fa-li {
  top:0 !important;
}


/*----- Exhibition & Press Kit current & upcoming -----*/
.exhibition-title p.subtitle {
  font-size:13px;
  line-height:1.2;
  margin:4px 0 0 0;
  padding:0;
}

.loans-on-view div {
  line-height:1.35;
  font-size:0.9em;
  padding-top:20px;
}


.no-itals {
  font-style: normal;
}
.no-itals em, .no-itals i {
  font-style:italic;
}


/*----- Collections -----*/
.collection-details {
  padding:1px 0 5px 0;
  border-bottom:solid 1px #E8E4DF;
  margin-bottom:10px;
}
.collection-details h3 {
  margin-top:0;
  font-size:12px;
  margin-bottom:0;
  line-height:1;
}

.collection-details p {
  margin:0 0 8px 0;
  padding:0;
  line-height:1.4;
  font-size:12px;
}

.explore-link {
  font-size:12px;
}
.explore-link i {
  margin-top:-1px;
  margin-right:4px;
}


/*----- Twitter Widget -----*/
.env-narrow .var-chromeless .tweet {
  padding-top:5px !important;
}


/*----- Conservation Stories ----*/
@media (min-width: 991px) {
  .conservation-story-content {
    margin-top:8px;
  }
}
.conservation-story-content p {
  line-height:1.35;
}
.conservation-story-content .collapseomatic {
  font-size:12px;
}
.conservation-story-content .collapseomatic_content {
  margin-top:10px !important;
}
.twentytwenty-overlay {
  display:none;
}
.twentytwenty-handle {
  border-color:rgba(255,255,255,0.0) !important;
  background-color:rgba(242,102,73,1.0) !important;

}
.twentytwenty-horizontal .twentytwenty-handle::before,
.twentytwenty-horizontal .twentytwenty-handle::after {
  background-color:rgba(255,255,255,1) !important;
  width:2px !important;
  margin-left:-1px !important;
}
.twentytwenty-horizontal .twentytwenty-handle::before {
  margin-bottom:25px !important;
}
.twentytwenty-horizontal .twentytwenty-handle::after {
  margin-top:25px !important;
}
.twentytwenty-handle:hover {
  -moz-grab; cursor: -webkit-grab; cursor: grab;
}
.twentytwenty-handle:active {
  -moz-grabbing; cursor: -webkit-grabbing; cursor: grabbing;
}


/*----- Learn: Poster Project -----*/
.row.poster-thumbs.first-row {
  margin-top:20px;
}

.poster-thumbs p {
  line-height:1.4;
}

.poster-thumbs p img {
  width:100%;
}

.poster-details {
  padding-bottom:15px;
  border-bottom:solid 1px #EEE;
  line-height:1.4;
  margin-bottom:10px;
}

/*----- Management -----*/
body.management ul.no-padding {
  margin-bottom:20px;
}


/*----- Notice Callout -----*/
.notice-container {
  color:#333;
  padding:13px 15px 10px 15px;
  background-color:#FEFBCC;
  margin-bottom:10px;
  font-size:13px;
  line-height:1.3;
  border-radius:0.5em;
  box-shadow:0 1px 2px rgba(0,0,0,0.15);
}
.notice-container i {
  vertical-align:middle;
  margin-top:4px;
  margin-right:8px;
}
.notice-container i.fa-2x {
  margin-top:0;
}

#footer .widget .notice-container {
  font-size:12px;
  line-height:1.2;
  padding:10px 12px;
}
#footer .widget .notice-container i {
  color:#000;
  margin:-1px 0 0 0;
}


/*----- Wordstock -----*/
body.wordstock #content-primary .page-header h1 {
  display:none;
}

body.wordstock ul.bulleted {
  margin:0;
  padding:0;
}

.note {
  font-size:0.85em;
  color:#666;
}

/*-------MailPoet---------*/
body.single-wysijap .post-date {
  display:none !important;
}


/*------- Twitter Hack ------*/
@media (max-width:410px) {
    iframe.twitter-timeline {
      max-width: 305px !important;
    }
}

#content-primary p.caption {
  margin:0;
  padding:10px;
  font-size:0.85em;
  color:#666;
  line-height:1.15;
}

ul.fa-ul li a i.fa-li {
  top: .4em;
}

.tab-pane {
  padding-top:5px;
}


/*------- New Press Page ------*/
#press-access-tout {
  margin-top:-30px;
  line-height:1.4;
}
#press-access-tout #press-access-button-container {
  text-align:center;
  margin-bottom:15px;
}
#press-access-tout #press-access-button {
  font-size:16px;
}

#press-access-tout .well p:last-of-type {
  margin:0;
}

.press-exhibitions h1 {
  font-size:22px;
  line-height:1;
  margin-bottom:15px;
}

.press-exhibition-item {
  margin-bottom:15px;
}
.press-exhibition-item .press-thumb {
  padding-right:0;
}
.press-exhibition-item h2 {
  line-height:1.25;
  font-size:14px;
  margin:0 0 7px 0;
}
.press-exhibition-item h2 .subtitle {
  display:block;
  font-size:13px;
  font-weight:normal;
  text-transform:none;
  color:#555;
}
.press-exhibition-item p {
  line-height:1.1;
  margin:0 0 7px 0;
}
.press-exhibition-item p.dates {
  font-size:12.5px;
  line-height:1;
  color:#000;
  font-weight:bold;
}
.press-exhibition-item .resources-container {
}
.press-exhibition-item .resources-container ul {
  margin:0;
  padding:0;
  line-height:1;
}
.press-exhibition-item .resources-container ul li {
  display:inline-block;
  margin:0 10px 3px 0;
  padding:0;
  list-style-type:none;
  line-height:1;
}
.press-exhibition-item .resources-container ul li:last-of-type {
  margin-right:0;
}

.press-contact-container {
  display:inline-block;
  margin:10px 0 15px 0;
  padding:5px 15px;
  border:solid 1px #C6BDB0;
}
.press-contact-container h3 {
 margin-bottom:8px;
 line-height:1;
 text-transform:uppercase;
}
.press-contact-container p {
  margin-bottom:7px;
  line-height:1.2;
}

.resources-container li a.unlock-press {
  color:#777;
}

#press-access-form {
  padding:10px 30px !important;
}

@media (max-width:768px) {
  #press-access-tout {
    margin-top:15px;
  }
  .press-exhibition-item {
    padding-bottom:15px;
    border-bottom:solid 1px #DDD;
  }
}
