@charset "UTF-8";
/*
                         _
 ___  ___  __ _ _ __ ___| |__
/ __|/ _ \/ _` | '__/ __| '_ \
\__ \  __/ (_| | | | (__| | | |
|___/\___|\__,_|_|  \___|_| |_|


*/
/* Breakpoints */
/* when using touch media queries exist. */
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
.front a:hover {
  color: #FFF2AA;
}

.front .cc-text a:hover {
  color: #4169f9;
}

/* Biographies homepage */
.featured-rotator {
  height: 336px;
  position: relative;
  margin-bottom: 1em;
}

.featured-rotator .featured-fragment {
  display: none;
  position: absolute;
}

.featured-rotator .img_link {
  float: right;
  display: block;
  width: 607px;
}

.featured-fragment .fragment-details {
  color: #FFFFFF;
  font-family: "Helvetica Neue",Arial,sans-serif;
  font-size: 16px;
  font-weight: bold;
  left: 15px;
  line-height: 1.25em;
  margin: 2em 1.66em 0 0.75em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  width: 300px;
  float: left;
}

.featured-fragment .fragment-details h3 {
  padding: 0 0 3px 0;
}

.featured-fragment .fragment-details h3 a {
  color: #FFF2AA;
  font-size: 18px;
  text-decoration: none;
}

.featured-fragment .fragment-details h4 {
  font-size: 14px;
  line-height: 19px;
  margin: 0;
}

.featured-fragment .fragment-details p {
  padding: 6px 0 0;
  text-shadow: none;
  color: #FFF;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-size: 0.85em;
}

.featured-fragment .fragment-details a.find-out-more:after {
  background: none;
  border: 0;
}

#bottom-break {
  border-top: 1px solid #444;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #777;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 322px;
  position: absolute;
  left: 15px;
  top: 90%;
  display: block;
  height: 0;
}

a#featured-rss {
  left: 25px;
  top: 76%;
}

.featured-tabs {
  left: 50px;
  top: 79%;
  position: absolute;
  z-index: 1;
}

.featured-tabs a {
  padding: 0px 9px;
  position: relative;
  display: block;
  text-indent: -9999em;
  float: left;
  background: url("/sites/all/themes/teara2/images/sprites-common.png") -738px -146px no-repeat transparent;
}

.featured-tabs a.current {
  background: url("/sites/all/themes/teara2/images/sprites-common.png") -597px -146px no-repeat transparent;
}

a#featured-rss:hover {
  background: url("/sites/all/themes/teara2/images/sprites-common.png") -156px -401px no-repeat transparent;
}

a#featured-rss {
  left: 25px;
  top: 76%;
}

a#featured-rss {
  left: 10px;
  position: absolute;
  top: 64%;
  z-index: 1;
  background: url("/sites/all/themes/teara2/images/sprites-common.png") -28px -401px no-repeat transparent;
  height: 31px;
  width: 70px;
  text-indent: -9999em;
}

.featured-fragment a.button {
  left: 150px;
  top: 75%;
  position: absolute;
  z-index: 1;
  height: 31px;
  width: 150px;
  padding: 0.25em;
  font-size: 0.8em;
}

#content-home, #content-advanced-search, #content-gallery, #content-newsletter, #content-occupation, .view-dnzb-search {
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  padding: 0 0 2em 0;
  clear: both;
}

.view-dnzb-search #edit-taxonomy-vocabulary-15-tid-wrapper {
  min-width: 500px;
}

.view-dnzb-search .shs-select {
  min-height: 400px;
}

.page-biography-search article h1 {
  padding: 1em;
}

section#content-home {
  background-color: #f9f7f4;
  display: flex;
  flex-flow: row wrap;
  border-radius: 2px;
}

section#content-home .section-container {
  background-color: transparent;
}

.view-dnzb-search {
  padding: 0 2em;
}

.l-content .view-dnzb-search p {
  margin-bottom: 0.75em;
}

.view-dnzb-search ul li {
  margin: 0 0 2em;
}

.view-dnzb-search .view-data-node-data-field-thumbnail-image-field-thumbnail-image-fid {
  float: left;
  padding-right: 1.5em;
}

#content-home h3 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25em;
  margin-bottom: 1em;
  font-weight: bold;
  color: #444;
  text-shadow: none;
}

#content-home .view-portrait-gallery-featured .views-row-1 {
  height: 315px;
}

/***************** LETTERS *******************/
.letterbox {
  max-width: 965px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid #E0E0e0;
}

.letterbox div.letter a {
  background-color: transparent;
  background-image: none;
  color: #555;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 1.35em;
  font-weight: bold;
  line-height: 1em;
  text-decoration: none;
  border: 0;
  padding: 0.6em;
  display: block;
}

.letterbox div.letter {
  background-color: #fff;
  border-right: 1px solid #E0E0E0;
  border-top: 1px solid #E0E0E0;
  padding: 0;
  text-align: center;
  margin: -1px 0 0 0;
  height: 3em;
  width: 3em;
  border-bottom: 1px solid #e0e0e0;
}

.letterbox div.letter:hover {
  background-color: #455280;
}

.letterbox .letter:hover a {
  color: #fff;
}

.letterbox div.letter {
  transition: all 0.35s ease-out;
}

/***************** FEATURED SLIDESHOW *******************/
#featured {
  height: 336px;
  position: relative;
}

.l-content h2 {
  font-size: 1.625em;
  color: #ddd;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 1em 0;
}

.page-biographies .l-content h2 {
  margin: 0 0 0.5em;
}

.page-biographies section {
  width: 100%;
}

/***************** ADVANCED SEARCH *******************/
#dnzb-adv-search-link {
  line-height: 1.2em;
  margin-bottom: 0;
}

#content-advanced-search p {
  margin-bottom: 0;
}

#dnzb-adv-search-link a {
  text-decoration: none;
  color: #455280;
  font-weight: bold;
}

#dnzb-adv-search-link a:hover {
  text-decoration: underline;
}

/***************** PORTRAIT GALLERY *******************/
#content-gallery h3 {
  width: 450px;
}

#content-gallery #gallery-left {
  display: inline-block;
  float: left;
  width: 481px;
  height: 315px;
}

#content-gallery #gallery-right .views-field-field-portrait-gallery-hero {
  position: absolute;
}

#content-gallery #gallery-left .views-field-title {
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 0.8em;
}

#content-gallery p {
  color: #333;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 14px;
  display: inline;
  float: left;
  width: 450px;
  padding: 0 0 0.9em 0;
  line-height: 18px;
}

#content-gallery div.gallery-thumbs {
  clear: left;
}

#content-gallery p a {
  width: auto;
  color: #455280;
  font-weight: bold;
}

#content-gallery a {
  display: inline-block;
  padding: 0;
  text-decoration: none;
  width: 96px;
}

#content-gallery .resource-img {
  height: 68px;
  padding: 0 6px 5px 0;
  width: 90px;
}

/***************** BORN ON YOUR BIRTHDAY *******************/
#teara-dnzb-form, #teara-dnzb-form div, #teara-dnzb-form input {
  display: inline;
}

#teara-dnzb-form select#edit-month, #teara-dnzb-form select#edit-day {
  height: 2em;
  color: #666;
}

#content-botd {
  text-align: left;
  background: white;
  color: #333;
}

#content-botd h2 {
  font-weight: bold;
  padding: 0.5em 0;
  width: 100%;
  color: #cacaca;
}

#content-botd .bio_thumb {
  float: left;
  font-weight: bold;
  padding: 10px 30px 10px 40px;
  clear: left;
}

#content-botd .bio_details {
  font-size: 14px;
  line-height: 1.2em;
  padding: 15px 60px 20px 0;
}

#content-botd .bio_details h3 {
  display: block;
  font-weight: bold;
  padding: 0 0 0 40px;
}

#content-botd .bio_details p {
  font-size: 14px;
  padding: 5px 40px 0;
  text-shadow: none;
  line-height: 19px;
}

#content-botd .bio_details p.occupations, #content-botd .bio_details p.dob {
  font-weight: bold;
}

#content-botd .bio_details a {
  color: #455280;
  font-weight: bold;
  text-decoration: none;
}

#content-botd .bio_details a:hover {
  color: #4169F9;
  text-decoration: none;
}

/***************** NEWSLETTER *******************/
#content-newsletter {
  margin-bottom: 2em;
}

#content-newsletter div#newsletter-inner {
  padding: 0.75em 0 0 135px;
  width: auto;
}

#content-newsletter div#newsletter-inner form {
  display: block;
}

#content-newsletter input {
  margin: 3px 0 0 5px;
}

#content-newsletter input.field-box {
  border: 1px solid #CCCCCC;
  -moz-border-radius: 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
  color: #999999;
  float: left;
  font-family: "Helvetica Neue",Arial,sans-serif;
  font-size: 12px;
  font-weight: normal;
  height: 26px;
  margin: 0 0 1em;
  padding: 0 6px 0;
  width: 350px;
}

#content-newsletter input.search-button-en, #content-newsletter input.search-button-mi {
  background: url("/sites/all/themes/teara2/images/sprites-homepage.png") -74px -274px no-repeat transparent;
  height: 30px;
  width: 107px;
  text-indent: -9999em;
  display: inline-block;
  margin: 0 0 0 10px;
  border: none;
  cursor: pointer;
  /*line-height: 999px;*/
}

#content-newsletter input.search-button-mi {
  background: url("/sites/all/themes/teara2/images/mi-sprites-homepage.png") -74px -274px no-repeat transparent;
}

/***************** OCCUPATIONS ***************/
#content-occupation {
  color: #fff;
  margin: 0 auto;
  padding: 0em 0 2em;
  background: transparent;
}

#content-occupation h3 {
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-bottom: 1px solid transparent;
  border-bottom: 1px solid rgba(26, 26, 26, 0.15);
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

#content-occupation ul li.scroll-tabs {
  float: right;
  font-family: Helvetica Neue;
  font-size: 13px;
  height: 16px;
  margin: 1px 0 0;
  padding: 15px 5px 15px 7px;
  text-align: center;
  width: auto;
}

#content-occupation ul li h3.bios-filter {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  font-size: 1em;
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-align: center;
}

#content-occupation ul li.tab8 h3.bios-filter {
  color: #935bbd;
}

#content-occupation ul {
  background-color: #454547;
  background-color: rgba(0, 0, 0, 0.1);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  -webkit-flex-flow: row wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  flex-wrap: wrap;
}

#content-occupation ul li.tab {
  border-collapse: separate;
  border-bottom: 1px solid transparent;
  border-bottom: 1px solid rgba(26, 26, 26, 0.15);
  border-right: 1px solid rgba(26, 26, 26, 0.15);
  text-align: center;
  padding: 0.75em 0.5em;
  background-color: rgba(0, 0, 0, 0.05);
  width: 25%;
}

#content-occupation ul li.tab:last-child {
  border-right: 0;
}

#content-occupation ul li:hover {
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

#content-occupation ul li.selected {
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.4);
}

#content-occupation ul li.selected h3 {
  font-weight: normal;
}

nav#st-box {
  width: calc(100% + 1px);
}

#content-occupation .page {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-flow: row wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  flex-wrap: wrap;
  background-color: #454547;
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid transparent;
  border-bottom: 1px solid rgba(26, 26, 26, 0.15);
  padding: 10px 0 10px 9px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  margin: 0 1px 1px 0;
  width: calc(33.33% - 1px);
}

#content-occupation .page:hover {
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.4);
}

#tab1, #tab2, #tab3, #tab4, #tab5, #tab6, #tab7, #tab8, #tab9, #tab10, #tab11, #tab12, #tab13, #tab14, #tab15 {
  display: none;
}

#tab1.selected, #tab2.selected, #tab3.selected, #tab4.selected, #tab5.selected, #tab6.selected, #tab7.selected, #tab8.selected, #tab9.selected, #tab10.selected, #tab11.selected, #tab12.selected, #tab13.selected, #tab14.selected, #tab15.selected {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  flex-wrap: wrap;
}

#content-occupation a, #content-occupation a:hover {
  text-decoration: none;
}

#content-occupation .page img {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  display: inline;
  float: left;
  margin-right: 10px;
  vertical-align: middle;
  width: 60px;
}

#content-occupation .page h4 {
  color: #FFF;
  display: table-cell;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 45px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: middle;
  width: 230px;
}

#born-on-birthday .form-submit {
  background: url("/sites/all/themes/teara2/images/go-button-dnzb-en.png") no-repeat;
  width: 39px;
}

#born-on-birthday label {
  display: none;
}

#born-on-birthday .form-item {
  margin: 0;
  float: left;
}

/* ----- homepage box section ---- */
#homepage-box {
  padding: 10px 0;
  width: 880px;
  margin: 0 auto;
}

/* ----- Born on This Day section ---- */
#homepage-box #born-this-day {
  display: inline;
  float: left;
  background: url("/sites/all/themes/teara2/images/bg-born-this-day.gif") repeat-y 0 0;
  padding: 8px 14px 5px 14px;
  margin-top: 10px;
  width: 235px;
}

#homepage-box #born-this-day h3 {
  background: url("/sites/all/themes/teara2/images/hdr-born-this-day.gif") no-repeat 0 0;
  width: 86px;
  height: 95px;
  float: left;
  display: block;
  border-bottom: none;
  text-indent: -2000px;
  padding: 0;
  margin: 0;
}

#homepage-box #born-this-day h4 {
  color: #0e0e0e;
  font: normal 90%/110% Arial,Sans-serif;
  padding-top: 5px;
}

#homepage-box #born-this-day h4 a {
  color: #0e0e0e;
  text-decoration: none;
}

#homepage-box #born-this-day p.date {
  font: normal 90%/110% Arial,Sans-serif;
  color: #4b4b4b;
  font-weight: bold;
  border-bottom: 1px dotted #b4b3ac;
  padding: 0 0 10px 0;
  margin: 1px 0 2px 0;
}

#homepage-box #born-this-day p {
  font: normal 90%/110% Arial,Sans-serif;
  padding: 5px 0;
}

#homepage-box #born-this-day p.botd-feed {
  font: normal 90%/110% Arial,Sans-serif;
  color: #0e0e0e;
  font-weight: bold;
  border-top: 1px dotted #b4b3ac;
  margin: 0px;
  padding: 5px 0;
}

#homepage-box #born-this-day p.botd-feed a {
  color: #0e0e0e;
  text-decoration: none;
  background: url("/sites/all/themes/teara2/images/dnzb-rss.gif") no-repeat right top;
  padding-right: 18px;
}

#homepage-box #born-this-day p.botd-feed a:hover {
  color: #0e0e0e;
  text-decoration: underline;
  background: url("/sites/all/themes/teara2/images/dnzb-rss.gif") no-repeat top right;
  padding-right: 18px;
}

/* ----- Born on Your Birthday section ---- */
#born-on-birthday-box {
  width: 200px;
  float: left;
  background-color: #5b5b5b;
  padding: 4px;
  margin: 10px 22px 10px 23px;
}

#born-on-birthday {
  padding: 0;
  border: 1px solid #7c7c7c;
}

#born-on-birthday h2 {
  background: url("/sites/all/themes/teara2/images/hdr-born-on-birthday.gif") no-repeat 8px 10px;
  width: 137px;
  height: 45px;
  float: left;
  display: block;
  border-bottom: none;
  text-indent: -2000px;
}

#born-on-birthday form {
  clear: left;
  margin: 0;
  padding: 0;
}

#born-on-birthday form select {
  border-top: 2px solid #bfbfbf;
  border-right: 2px groove #f0f;
  border-bottom: 2px groove #f0f;
  border-left: 2px solid #bfbfbf;
  margin: 5px 0 2px 0;
}

#born-on-birthday form input {
  height: 27px;
  margin: 3px 0 0 1px;
}

/* END biographies homepage */
.front [role=main] {
  margin: 0;
  max-width: 100%;
  padding: 0;
}

[role=main] section {
  padding: 0 1em;
}

[role=main] section .section-container {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 1em;
  margin: 0 auto;
  width: 100%;
}

[role=main] h2 {
  font-size: 1.75em;
}

.front [role="main"] h2 {
  color: #eee;
  font-size: 2em;
  margin: 0;
  font-family: "Helvetica",Arial,sans-serif;
  font-weight: bold;
  padding: 1em 0 0.5em 0;
  letter-spacing: 0.01em;
  line-height: 1.1em;
  text-align: center;
  width: 100%;
}

.page-keyword [role="main"] h2 {
  text-align: left;
  font-size: 1.4rem;
  color: #333;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
  margin: 1.5em 0.5em 0.5em 0;
  width: 100%;
}

[role=main] h5 {
  font-size: 1em;
}

#block-views-homepage-carousel-block {
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 1em;
  padding: 0;
}

#block-views-homepage-carousel-block .view-content, #block-views-bio-homepage-carousel-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

#block-views-bio-homepage-carousel-block .view-content {
  background-color: rgba(0, 0, 0, 0.2);
  margin: 2em 0;
}

.front h3 {
  font-family: "Helvetica",Arial,sans-serif;
}

.major {
  width: 100%;
  margin: 0 auto 1em;
  padding: 1em 0;
  background-color: rgba(0, 0, 0, 0.1);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

.bio-front-page .major {
  width: 100%;
  margin: 0;
  padding: 0;
}

.slide.major .node-type {
  padding: 0.5em 0 0;
  font-size: 0.875em;
}

.major .group {
  display: flex;
  flex-flow: column nowrap;
  padding: 0;
  width: 100%;
}

.major > a.slide-image {
  padding: 0;
  width: 100%;
}

.bio-front-page a.slide-image {
  max-width: 52em;
}

.major > a img {
  width: 100%;
}

.major .views-field-title a {
  color: #fff5cc;
  font-size: 1.5em;
  padding: 0 1em 0.5em;
  display: block;
  font-weight: bold;
  line-height: 1em;
}

.major .views-field-title a:hover {
  color: #fff2aa;
}

.major .views-field-field-blurb, .major .views-field-field-blurb-2 {
  color: #333;
  max-width: 42em;
  margin: 0 auto;
  padding: 0 1em;
}

.group .field-content span {
  color: #dedede;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-size: 0.75em;
}

.view-homepage-carousel p, .view-bio-homepage-carousel p, .view-homepage-carousel .views-field-field-blurb {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #fff;
}

.node-type, .views-field-taxonomy-vocabulary-1 {
  color: #fff;
  padding: 0 0 0.5em 0;
  font-weight: bold;
  display: block;
}

.node-type:hover {
  color: #fff2aa;
}

.views-field-field-blurb a, .node-type a, .views-field-field-blurb-2 a {
  color: #fff;
}

.bio-front-page .views-field-field-blurb-2 .field-content a {
  color: #fff5cc;
}

.bio-front-page .views-field-field-blurb-2 .field-content a:hover {
  color: #fff2aa;
}

.views-field-taxonomy-vocabulary-1 {
  padding: 0;
  text-shadow: none;
  color: #fff;
  font-weight: normal;
}

.views-field-taxonomy-vocabulary-1 a {
  color: #fff5cc;
  font-weight: bold;
}

.minor {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  width: 100%;
}

.minor .slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 600 ease-out;
  padding: 0.5em 1em;
  margin: 0;
  text-align: left;
  height: auto;
}

.bio-front-page .minor .slide {
  margin: 0;
}

.slide a:hover {
  color: #fff2aa;
}

.minor .slide > a, .minor .slide .group {
  width: 50%;
}

.minor .slide .views-field-title, .minor .slide .views-field-field-blurb p, .minor .slide .views-field-field-blurb-2 p, .minor .slide .views-field-taxonomy-vocabulary-1 {
  display: none;
}

#block-views-bio-homepage-carousel-block .minor .slide .views-field-title {
  display: block;
  padding: 0.25em 0.75em;
  font-weight: bold;
}

.minor .slide a .node-type {
  color: #fff;
}

.minor .slide .node-type {
  font-size: 1em;
  line-height: 1.1em;
  padding: 0 0.5em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  font-weight: bold;
}

.minor .slide h2, .minor .slide h3, .minor .slide h4 {
  color: #aaa;
}

.minor .slide .node-type span {
  display: block;
  font-size: 0.65em;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #dedede;
  text-shadow: none;
}

.minor .slide a, #block-views-bio-homepage-carousel-block .minor .slide .views-field-title a {
  color: #fff;
  text-transform: none;
}

.minor .slide a:hover .node-type, #trending h5 a:hover, .front #sections h3 a:hover, .views-field-field-blurb a:hover, .node-type a:hover, .views-field-field-blurb-2 a:hover {
  color: #fff2aa;
}

.minor .slide img {
  opacity: 0.9;
  height: 100%;
  padding: 0;
  width: 100%;
}

.slide img, .story-teaser img, #sections img {
  transition: filter 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.slide:hover img, .story-teaser:hover img, #sections img:hover, #dnzb-images img:hover {
  -webkit-filter: brightness(115%);
  transition: filter 0.2s ease-in-out, opacity 0.2s ease-in-out;
  opacity: 1;
}

.minor .slide:hover {
  transition: all 600 ease-out;
}

.minor .slide:hover h4, #block-views-bio-homepage-carousel-block .minor .slide:hover .views-field-title a {
  color: #fff;
}

.minor .slide:hover img {
  opacity: 1;
}

.minor .slide:hover a, .minor .slide:hover a .node-type {
  color: #fff2aa;
}

/* TRENDING BLOCK */
#trending {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

#trending .section-container .view-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

#trending .section-container:last-child {
  padding-top: 0;
}

#trending h4 {
  text-align: center;
  padding: 0 0 1em;
  color: #dedede;
  font-size: 0.75em;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

#trending h5 {
  padding: 0 0.75em 0 0;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

#trending h5 a {
  color: #fff;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
  font-weight: bold;
}

#trending img {
  width: auto;
}

#trending .story-teaser {
  padding: 0 0 1em;
  width: 100%;
  text-align: center;
}

#trending .story-teaser a:first-child {
  opacity: 0.9;
}

#trending .story-teaser h5 {
  padding: 0.25em 0;
}

#trending .story-teaser img {
  height: auto;
  width: 100%;
}

#trending .story-teaser:hover h5 a {
  color: #fff2aa;
}

#trending .resource-thumb {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0.5em;
  width: 100%;
}

#trending .resource-thumb:hover a {
  color: #fff2aa;
}

/* .Tags/keywords page */
.view-tags-keywords {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  clear: both;
  overflow: hidden;
}
.view-tags-keywords .open {
  height: auto;
}
.view-tags-keywords .closed {
  height: 52px;
  transition: height 0.5s ease-out;
}

.keyword_plus {
  float: right;
  font-size: 1.5em;
  cursor: pointer;
  padding: 12px 24px 0;
  color: #455280;
}

.view-keywords-page .view-content ul li p a {
  display: block;
}

.view-keywords-page .view-content a.res-sound, .view-keywords-page .view-content a.res-media, .view-keywords-page .view-content a.res-flash, .view-keywords-page .view-content a.res-zoomify, .view-keywords-page .view-content a.res-your-story, .view-keywords-page .view-content a.res-pdf, .view-keywords-page .view-content a.res-table {
  max-width: 120px;
}

.view-keywords-page .view-content a.res-media {
  background-position: -14.95em -13.5em;
}

.keywords-media:first-child p {
  max-width: 120px;
}

.view-keywords-page, .view-tags-keywords, .view-topics-pages, #block-block-9 {
  padding: 0 1em;
}
.view-keywords-page .keywords-media a.res-flash, .view-tags-keywords .keywords-media a.res-flash, .view-topics-pages .keywords-media a.res-flash, #block-block-9 .keywords-media a.res-flash {
  background-position: -26.65em -13.7em;
}
.view-keywords-page .view-content, .view-tags-keywords .view-content, .view-topics-pages .view-content, #block-block-9 .view-content {
  width: 100%;
}
.view-keywords-page .view-content .keywords-stories ul li, .view-tags-keywords .view-content .keywords-stories ul li, .view-topics-pages .view-content .keywords-stories ul li, #block-block-9 .view-content .keywords-stories ul li {
  border-bottom: 1px solid #e0dedb;
  border-top: 1px solid #FFF;
}
.view-keywords-page .view-content .keywords-stories ul li:last-child, .view-tags-keywords .view-content .keywords-stories ul li:last-child, .view-topics-pages .view-content .keywords-stories ul li:last-child, #block-block-9 .view-content .keywords-stories ul li:last-child {
  border-bottom: 0;
  padding-bottom: 5px;
}
.view-keywords-page .view-content .keywords-stories ul li p, .view-tags-keywords .view-content .keywords-stories ul li p, .view-topics-pages .view-content .keywords-stories ul li p, #block-block-9 .view-content .keywords-stories ul li p {
  margin-left: 5.7em;
}
.view-keywords-page .view-display-id-attachment_1, .view-keywords-page .view-display-id-attachment_2, .view-keywords-page .view-display-id-attachment_3, .view-tags-keywords .view-display-id-attachment_1, .view-tags-keywords .view-display-id-attachment_2, .view-tags-keywords .view-display-id-attachment_3, .view-topics-pages .view-display-id-attachment_1, .view-topics-pages .view-display-id-attachment_2, .view-topics-pages .view-display-id-attachment_3, #block-block-9 .view-display-id-attachment_1, #block-block-9 .view-display-id-attachment_2, #block-block-9 .view-display-id-attachment_3 {
  width: 100%;
}
.view-keywords-page .view-display-id-attachment_3 .view-content ul, .view-tags-keywords .view-display-id-attachment_3 .view-content ul, .view-topics-pages .view-display-id-attachment_3 .view-content ul, #block-block-9 .view-display-id-attachment_3 .view-content ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.view-keywords-page .view-display-id-attachment_3 .view-content ul li, .view-tags-keywords .view-display-id-attachment_3 .view-content ul li, .view-topics-pages .view-display-id-attachment_3 .view-content ul li, #block-block-9 .view-display-id-attachment_3 .view-content ul li {
  width: 28%;
  float: left;
}
.view-keywords-page .view-content ul, .view-tags-keywords .view-content ul, .view-topics-pages .view-content ul, #block-block-9 .view-content ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.view-keywords-page .view-content ul li, .view-tags-keywords .view-content ul li, .view-topics-pages .view-content ul li, #block-block-9 .view-content ul li {
  width: 95%;
  margin-right: 5%;
  padding-bottom: 1em;
  padding-top: 1em;
  min-width: 130px;
}
.view-keywords-page .view-content ul li h3, .view-tags-keywords .view-content ul li h3, .view-topics-pages .view-content ul li h3, #block-block-9 .view-content ul li h3 {
  padding: 0 0.75em 0.25em 0;
  font-size: 1.2em;
}
.view-keywords-page .view-content ul li .keyword_image, .view-tags-keywords .view-content ul li .keyword_image, .view-topics-pages .view-content ul li .keyword_image, #block-block-9 .view-content ul li .keyword_image {
  float: left;
  padding-right: 0.75em;
}
.view-keywords-page .view-content ul li p, .view-keywords-page .view-content ul li ul li, .view-tags-keywords .view-content ul li p, .view-tags-keywords .view-content ul li ul li, .view-topics-pages .view-content ul li p, .view-topics-pages .view-content ul li ul li, #block-block-9 .view-content ul li p, #block-block-9 .view-content ul li ul li {
  padding: 0;
  font-size: 0.8em;
  margin-right: 0;
}
.view-keywords-page .view-content ul li p, .view-tags-keywords .view-content ul li p, .view-topics-pages .view-content ul li p, #block-block-9 .view-content ul li p {
  margin-bottom: 0.6em;
}
.view-keywords-page .view-content ul li img, .view-tags-keywords .view-content ul li img, .view-topics-pages .view-content ul li img, #block-block-9 .view-content ul li img {
  max-width: 100%;
}
.view-keywords-page .view-content ul li h5, .view-tags-keywords .view-content ul li h5, .view-topics-pages .view-content ul li h5, #block-block-9 .view-content ul li h5 {
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  color: #006600;
  line-height: 1.833em;
}
.view-keywords-page .view-content ul li h5 a, .view-keywords-page .view-content ul li h5 a:visited, .view-tags-keywords .view-content ul li h5 a, .view-tags-keywords .view-content ul li h5 a:visited, .view-topics-pages .view-content ul li h5 a, .view-topics-pages .view-content ul li h5 a:visited, #block-block-9 .view-content ul li h5 a, #block-block-9 .view-content ul li h5 a:visited {
  text-decoration: none;
  font-weight: normal;
  color: #455280;
  font-style: normal;
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  font-size: 1.167em;
}
.view-keywords-page .view-content ol, .view-keywords-page .block__content ol, .view-tags-keywords .view-content ol, .view-tags-keywords .block__content ol, .view-topics-pages .view-content ol, .view-topics-pages .block__content ol, #block-block-9 .view-content ol, #block-block-9 .block__content ol {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.view-keywords-page .view-content ol p, .view-keywords-page .block__content ol p, .view-tags-keywords .view-content ol p, .view-tags-keywords .block__content ol p, .view-topics-pages .view-content ol p, .view-topics-pages .block__content ol p, #block-block-9 .view-content ol p, #block-block-9 .block__content ol p {
  padding: auto;
  font-size: 0.8em;
}

.view-tags-keywords .view-content ol:before {
  content: "Related: ";
  padding: 1.2em 1em 0 0;
  font-style: italic;
}

#block-block-9 {
  padding: 1 3em;
}

.sections .center div a:first-child, .interactives .resource-thumb a:first-child {
  min-width: 8.25em;
}

.front #sections .center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 100em;
  width: 100%;
}

.front #sections .views-row-odd, .front #sections .views-row-even {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 2em;
  width: 100%;
}

.front #sections .views-row-odd:hover a, .front #sections .views-row-even:hover a {
  color: #fff2aa;
}

.front #sections h2 {
  color: #eee;
  letter-spacing: 0.025em;
}

.front #sections img {
  margin: 0 0.75em 0 0;
  width: 3.750em;
  width: 7.5em;
}

.front #sections h3 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  color: #fff;
  line-height: 1.25em;
  font-size: 0.938em;
}

.front #dnzb {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.front #dnzb p {
  padding: 0 0 1em;
  text-align: center;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  font-size: 1.2em;
}

.front #dnzb a {
  color: #fff5cc;
  font-weight: bold;
}

.front #dnzb #dnzb-images {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 0 1em;
}

.front #dnzb #dnzb-images .dnzb-logo {
  width: 4.5em;
  background-size: 255%;
}

.front #dnzb #dnzb-images .cube, .front #dnzb #dnzb-images .dnzb-logo {
  height: 5.625em;
  -webkit-transition: -webkit-transform .33s;
  transition: transform .33s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-size: 1em;
}

.front #dnzb #dnzb-images .cube a {
  display: block;
  height: 100%;
}

.front #dnzb #dnzb-images .cube a img {
  height: 100%;
  width: auto;
}

.front #dnzb #dnzb-images .cube div a:first-child {
  height: 5.625em;
  -webkit-transform: translateZ(2.813em);
  transform: translate(2.813em);
}

.front #dnzb #dnzb-images .cube .extra {
  height: 5.625em;
  -webkit-transform: rotateX(-90deg) translateZ(-2.813em);
  transform: rotateX(-90deg) translateZ(-2.813em);
}

.front #dnzb #dnzb-images .cube:nth-child(4) {
  animation: flip 0.45s ease-out 3s forwards 1;
}

.front #dnzb #dnzb-images .cube:nth-child(8) {
  animation: flip 0.45s ease-out 6s forwards 1;
}

.front #dnzb #dnzb-images .cube:nth-child(2) {
  animation: flip 0.45s ease-out 9s forwards 1;
}

.front #dnzb #dnzb-images .cube:nth-child(11) {
  animation: flip 0.45s ease-out 12s forwards 1;
}

.front #dnzb #dnzb-images .cube:nth-child(3) {
  animation: flip 0.45s ease-out 15s forwards 1;
}

.front #dnzb #dnzb-images .cube:nth-child(12) {
  animation: flip 0.45s ease-out 18s forwards 1;
}

.front #dnzb #dnzb-images .cube:nth-child(1) {
  animation: flip 0.45s ease-out 21s forwards 1;
}

.front #dnzb #dnzb-images .cube:nth-child(10) {
  animation: flip 0.45s ease-out 24s forwards 1;
}

.front #dnzb #dnzb-images .cube:nth-child(5) {
  animation: flip 0.45s ease-out 27s forwards 1;
}

.front #dnzb #dnzb-images .cube:nth-child(9) {
  animation: flip 0.45s ease-out 30s forwards 1;
}

.front #dnzb #dnzb-images .cube:nth-child(6) {
  animation: flip 0.45s ease-out 33s forwards 1;
}

.front #dnzb #dnzb-images .cube:nth-child(7) {
  animation: flip 0.45s ease-out 36s forwards 1;
}

.front #dnzb #dnzb-images .cube:nth-child(13) {
  animation: flip 0.45s ease-out 39s forwards 1;
}

.front #dnzb #dnzb-images .cube:nth-child(n) {
  -ms-animation-name: none;
}

@keyframes flip {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
}
.front #dnzb h3 {
  padding: 0 0 1em;
  text-align: center;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}

.front #dnzb h3 a {
  color: #fff5cc;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  font-weight: bold;
}

.front #sections h3 a {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.35em;
  font-weight: bold;
  color: #fff5cc;
  text-decoration: none;
  line-height: 1em;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.0175em;
}

#newsletter form .fieldset, #dnzb-home-search form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

#newsletter form .fieldset #edit-newsletter-wrapper {
  width: 100%;
  margin: 0 0 0.5em;
}

#newsletter form .fieldset #edit-newsletter-wrapper input {
  box-shadow: none;
  height: 3em;
  color: #999;
  padding: 0.286em 1em;
  border: 0;
  border-radius: 0.125em;
  text-align: center;
}

#newsletter form .fieldset #edit-button {
  background-color: #455280;
  border: 0;
  color: #fff;
  font-size: 1em;
  line-height: 1em;
  margin: 0;
  padding: 1em;
  font-weight: bold;
  width: 100%;
  border-radius: 0.125em;
}

#dnzb-home-search form {
  -ms-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
}

#dnzb-home-search form .form-submit {
  background: #F2F2F2;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F2F2F2));
  background: -moz-linear-gradient(top, #FFFFFF, #F2F2F2);
  border: 1px solid #b3b3b3;
  color: #525c7f;
  float: left;
  font-weight: bold;
  display: block;
  height: 2.357em;
  text-indent: 0;
  padding: 0;
  -moz-border-radius: 0.357em;
  border-radius: 0.357em;
  margin: 0 0 0 0.7em;
  min-width: 5em;
  max-width: 9em;
  width: 20%;
}

#nineteen-66 {
  margin-bottom: 3em;
}

#nineteen-66 .section-container .text_1966_wrapper {
  background-color: #a1bcd1;
  min-height: 106px;
  padding: 0.5em 0 0 0;
  width: 100%;
}
#nineteen-66 .section-container .text_1966 {
  margin: 0.5em 2% 0 6%;
}
#nineteen-66 .section-container img {
  min-width: 264px;
  max-width: 264px;
  max-height: 106px;
  min-height: 106px;
  position: relative;
  bottom: -0.25em;
}
#nineteen-66 .section-container p {
  color: #2d2d2d;
  padding-right: 2em;
  margin: 0.25em 0;
  font-family: arial;
  font-size: 1em;
  font-weight: bold;
}
#nineteen-66 .section-container p span.title {
  font-style: italic;
}
#nineteen-66 .section-container a {
  color: #fff5cc;
}

/*.page-keyword h1 {
  text-transform: capitalize;
}*/
h1#theme_title {
  text-align: center;
}

#theme_title, .view-theme-story-fronts {
  background-color: rgba(155, 155, 155, 0.2);
  margin: 5px 2% 0 2%;
  padding: 1rem 0;
  border-radius: 1rem 1rem 0 0;
  color: #efefef;
  font-size: 120%;
}

.view-theme-story-fronts {
  background-color: transparent;
  margin: 0;
  border-radius: 0;
  padding: 0;
}

.view-theme-story-fronts .row .admin_links_container {
  background-color: rgba(155, 155, 155, 0.2);
  font-size: 95%;
  padding: 1rem 0 1rem 3%;
  clear: both;
  margin: 0 2% 2px;
  width: 96%;
  display: table;
}

.view-theme-story-fronts .row img, .view-theme-story-fronts .row h4 {
  margin-left: 2%;
  float: left;
  width: 30%;
  display: table-cell;
  vertical-align: middle;
}

.view-theme-story-fronts .row img {
  max-width: 60px;
}

.view-theme-story-fronts .row h4 {
  margin-left: 5%;
  width: 60%;
}

.view-theme-story-fronts .row a {
  color: #efefef;
}

.view-theme-story-fronts ul.teara-admin-links {
  display: none;
}

#themes, #section-themes, #nz-brief-wrapper, #section-nz-brief-wrapper {
  padding: 0;
}

.bio-front-page [role=main] section .section-container {
  width: auto;
  max-width: none;
}

.bio-front-page div#dnzb-images {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.bio-front-page div#dnzb-images a {
  width: 20%;
}
.bio-front-page div#dnzb-images img {
  width: 100%;
  display: block;
}

.bio-front-page legend {
  display: none;
}
.bio-front-page .section-container.light {
  background-color: #f9f7f4;
  display: flex;
  flex-flow: row wrap;
  border-radius: 2px;
  padding: 2em;
}
.bio-front-page #content-home {
  padding: 0 1em 1em;
}
.bio-front-page #content-home #dnzb-home-search {
  float: left;
  padding: 1em 1em 1em 0;
  width: 100%;
}
.bio-front-page #content-home #dnzb-home-search a {
  font-weight: bold;
}
.bio-front-page #content-home #dnzb-home-search a:hover {
  color: #4169f9;
}
.bio-front-page #content-home #browse-biographies-box {
  width: 100%;
}
.bio-front-page #content-home #browse-biographies-box h2 {
  font-size: 1.125em;
  padding: 0 0 0.5em 0;
}
.bio-front-page #content-home h2 {
  color: #444;
  font-size: 1.5em;
  margin: 0;
  padding: 0 0 0.25em;
  text-align: left;
}
.bio-front-page #content-home p {
  font-size: 1em;
  line-height: 1.2em;
}
.bio-front-page #content-home #dnzb-home-about {
  margin: 1em 0 0;
}
.bio-front-page #content-home #dnzb-home-about h2 {
  display: none;
}
.bio-front-page #content-home #dnzb-home-about a {
  font-weight: bold;
}
.bio-front-page #content-home #dnzb-home-about a:hover {
  color: #4169f9;
}
.bio-front-page #content-home #whats-new {
  padding: 1.5em 1em 1em 1.5em;
  background-image: url(/sites/all/themes/teara2/images/dnzb-whats-new-47712.png);
  background-size: 10em;
  background-position: right -25px bottom -75px;
  background-color: #F5B76B;
  background-repeat: no-repeat;
  width: 100%;
  margin: 0 0 2em;
}
.bio-front-page #content-home #whats-new h2 {
  max-width: 8em;
  line-height: 1em;
  color: #170c04;
  font-size: 1.75em;
}
.bio-front-page #content-home #whats-new p {
  max-width: 50%;
}
.bio-front-page .dnzb-home-header {
  display: flex;
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
  margin: 0;
  position: relative;
  padding: 0;
}
.bio-front-page .dnzb-home-header .header-bg {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -1em 0px 1em;
  padding: 1em 0px 0px;
  flex-flow: row nowrap;
}
.bio-front-page .dnzb-home-header .header-bg .dnzb-logo {
  width: 4.75em;
  height: 6em;
  background-size: 255%;
  margin: 0.5em 0.75em;
}
.bio-front-page .dnzb-home-header .header-bg h1 {
  color: #f7931e;
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  font-weight: normal;
  line-height: 1em;
  text-shadow: rgba(0, 0, 0, 0.25) 0px 0.02em 0.095em;
  font-size: 1.5em;
  max-width: 13.5em;
  margin: 0px;
  padding: 0.5em 0.5em 0.5em 0px;
}
.bio-front-page .dnzb-home-header .header-bg h1 span {
  color: #dddddd;
  font-size: 0.65em;
  display: block;
  text-shadow: rgba(0, 0, 0, 0.1) 0px 0.02em 0.095em;
}
.bio-front-page .dnzb-home-header .header-bg h1 em {
  font-style: normal;
}
.bio-front-page .dnzb-home-header .image-banner {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0.25em 0.35em;
  position: relative;
  width: 100%;
  flex-flow: row nowrap;
}
.bio-front-page .dnzb-home-header .image-banner li {
  display: inline;
}
.bio-front-page .dnzb-home-header .image-banner li a {
  display: block;
}
.bio-front-page .dnzb-home-header .image-banner li img {
  width: 100%;
  display: block;
}
.bio-front-page #featured-bio .group p {
  color: #fff;
  font-size: 1em;
  line-height: 1.375em;
  margin: 0;
}

.dnzb-logo {
  background-image: url(/sites/all/themes/teara2/images/logos/DNZB-logo.svg);
  background-repeat: no-repeat;
  background-position: center left;
  padding: 0;
  width: 13em;
  height: 5.35em;
  background-size: 101%;
  margin: 0;
  color: transparent;
  user-select: none;
  text-shadow: none;
}

div.te_tai_wrapper {
  background: #00a69c;
  background: -moz-linear-gradient(left, #00a69c 0%, #2e3191 100%);
  background: -webkit-linear-gradient(left, #00a69c 0%, #2e3191 100%);
  background: linear-gradient(to right, #00a69c 0%, #2e3191 100%);
  min-height: 106px;
  display: flex;
}

div.te_tai_wrapper div {
  margin: 1% 0;
}

div#te-tai-text {
  padding-left: 11%;
  padding-right: 1em;
  display: inline-block;
  align-self: center;
}

div#te-tai-text p {
  font-family: arial;
  text-align: center;
  color: #fff;
  font-size: 1.15em;
  margin: 0.5em 0;
  line-height: 1.4em;
  font-weight: bold;
}

div#te-tai-logo {
  text-align: right;
  line-height: 0;
  align-self: center;
  display: inline-block;
  padding-left: 10%;
  padding-right: 1em;
}

div#te-tai-logo, div#te-tai-logo img {
  height: 4em;
}

@media all and (min-width: 24em) {
  .view-tags-keywords.closed {
    height: 55px;
  }

  .view-tags-keywords .view-content ol:before {
    padding: 1em 1em 0 0;
  }

  .major .views-field-title a {
    font-size: 2em;
  }

  [role=main] section {
    padding: 0 1.5em;
  }

  [role=main] section .section-container {
    width: 95%;
    max-width: 100em;
    padding: 2em;
  }

  .minor .slide .node-type {
    font-size: 1.2em;
  }
}
@media (min-width: 28em) {
  .bio-front-page #content-home #whats-new p {
    max-width: 50%;
  }
}
@media all and (min-width: 32em) {
  .bio-front-page .header-bg h1 {
    font-size: 2em;
  }

  .minor {
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }

  .minor .slide {
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    height: 12em;
    margin: 1em 0 7em;
    padding: 0;
    text-align: center;
    position: relative;
    display: block;
  }

  .bio-front-page .minor .slide {
    margin: 0 0 4em 0;
  }

  .minor .slide > a, .minor .slide .group {
    width: 100%;
  }

  .minor .slide .node-type {
    padding: 0;
  }

  .minor .slide h4 {
    font-size: 1em;
    top: 100%;
    position: absolute;
    bottom: 0.5em;
    top: auto;
    bottom: auto;
  }

  .minor .slide img {
    padding: 0;
    width: auto;
  }

  .minor .views-field-field-blurb a, .minor .node-type a, .major .node-type a, .minor .views-field-field-blurb-2 a {
    position: absolute;
    top: auto;
    bottom: auto;
    width: 100%;
    left: 0;
  }

  #trending .story-teaser {
    padding: 0.5em 0.5em 1em 0.5em;
    width: 50%;
  }

  #newsletter form .fieldset #edit-newsletter-wrapper {
    margin: 0;
    max-width: calc(100% - 8em);
    width: 80%;
  }

  #newsletter form .fieldset #edit-button {
    border-radius: 0 0.357em 0.357em 0;
    min-width: 8em;
    width: 20%;
  }

  #newsletter form .fieldset #edit-newsletter-wrapper input {
    border: 0;
    border-radius: 0.357em 0 0 0.357em;
    text-align: left;
  }
}
@media all and (min-width: 38em) {
  .bio-front-page .dnzb-home-header {
    margin: 0.5em 0 0;
  }
  .bio-front-page .header-bg h1 {
    font-size: 2em;
  }

  #trending .resource-thumb {
    padding: 1em;
    width: 50%;
  }

  #content-occupation .page {
    width: calc(33% - 1px);
  }

  #content-occupation ul li.tab {
    width: 16.66%;
  }
}
@media (min-width: 42em) {
  [role=main] section .section-container.sections {
    padding: 2em 0.5em 2em 2em;
  }

  .front #sections .views-row-odd, .front #sections .views-row-even {
    width: 50%;
  }

  .front #sections h3 {
    padding-right: 1.5em;
  }

  .bio-front-page .dnzb-home-header .header-bg .dnzb-logo {
    background-size: contain;
    width: 21em;
    height: 10.75em;
    margin: 1em 0em 1em 1em;
  }
  .bio-front-page .dnzb-home-header .header-bg h1 {
    font-size: 1.5em;
    line-height: 1.2em;
    max-width: 15em;
    padding: 0.5em;
  }
  .bio-front-page .dnzb-home-header .header-bg h1 span {
    color: #f7931e;
    font-size: 1em;
    display: inline;
    text-shadow: rgba(0, 0, 0, 0.25) 0px 0.02em 0.095em;
  }
  .bio-front-page .dnzb-home-header .header-bg h1 em {
    display: none;
  }
  .bio-front-page .dnzb-home-header .header-bg h1::after {
    content: "life stories of over 3,000 people who shaped our culture and history";
  }

  .i18n-mi.bio-front-page .dnzb-home-header .header-bg h1::after {
    content: "ngā haurongo tāngata - neke atu i te 3,000 - i auaha i tō tātou ahurea me tō tātou hītori";
  }

  .bio-front-page #content-home #whats-new {
    background-size: 10em;
    background-position: right -6px bottom -70px;
  }
}
@media all and (min-width: 46.8em) {
  .bio-front-page .header-bg h1 {
    font-size: 1.75em;
    max-width: 20em;
  }

  .bio-front-page #content-home #whats-new p {
    max-width: 60%;
  }

  .bio-front-page div#dnzb-images a {
    width: 10%;
  }
}
@media all and (min-width: 52em) {
  .view-keywords-page, .view-tags-keywords, .view-topics-pages, #block-block-9 {
    padding: 0 2.3em 0 3em;
  }

  .view-keywords-page.view-id-keywords_page, .view-keywords-page.view-display-id-attachment_1 {
    float: left;
    width: 35%;
  }

  .view-keywords-page.view-display-id-attachment_3, .view-keywords-page.view-display-id-attachment_2 {
    float: right;
    width: 65%;
  }

  .view-keywords-page.view-display-id-attachment_2 .view-content .keywords-media {
    column-count: 3;
    break-inside: avoid;
  }
  .view-keywords-page.view-display-id-attachment_2 .view-content .keywords-media ul {
    display: block;
    margin-right: 2em;
  }
  .view-keywords-page.view-display-id-attachment_2 .view-content .keywords-media ul li {
    break-inside: avoid-column;
  }

  .view-keywords-page.view-display-id-attachment_3 .view-content ul li {
    width: 18%;
    float: left;
    margin-right: 0%;
    padding: 5px;
  }

  .view-keywords-page.view-display-id-attachment_1 .view-content ul li {
    width: 31%;
    float: left;
    margin-right: 0%;
    padding: 1em 1em 0 0;
    max-width: calc(120px + 1em);
  }

  .front #dnzb #dnzb-images .cube, .front #dnzb #dnzb-images .dnzb-logo {
    font-size: 0.875em;
  }

  .major {
    background-color: transparent;
    padding: 2em 0;
    margin: 0;
  }

  .slide.major .node-type {
    padding: 0.5em 0;
    font-size: 1em;
  }

  .major .views-field-title a {
    padding: 0.25em 0 0.35em;
    font-size: 2.5em;
  }

  .bio-front-page .l-header {
    padding: 1.2em 0 0 0;
  }

  .bio-front-page #content-home {
    padding: 0 0 2em 2em;
  }
  .bio-front-page #content-home #dnzb-home-search {
    padding: 2em 2em 1em 0;
    width: 65%;
  }
  .bio-front-page #content-home #whats-new {
    width: 35%;
    margin: 0;
    background-size: 9em;
    background-position: bottom 0 right -45px;
  }
  .bio-front-page #content-home #whats-new p {
    max-width: 52%;
  }
  .bio-front-page #content-home h2 {
    font-size: 2em;
  }

  .bio-front-page .major .views-field-field-blurb, .bio-front-page .major .views-field-field-blurb-2 {
    padding: 0;
  }

  .bio-front-page .header-bg h1 {
    font-size: 2em;
  }

  #content-occupation .page {
    width: calc(25% - 1px);
  }

  #content-occupation ul li.tab {
    width: 9.5%;
  }

  #content-occupation ul li.tab4 {
    width: 8.5%;
  }

  #content-occupation ul li.tab.tab5 {
    width: 7%;
  }

  #content-occupation ul li.tab.tab7 {
    width: 14%;
  }

  #content-occupation ul li.tab.tab8 {
    width: 13.5%;
  }
}
@media all and (max-width: 58em) {
  div.te_tai_wrapper {
    display: block;
    text-align: center;
  }

  div#te-tai-logo {
    padding: 0;
    margin-bottom: 1em;
    margin-top: 0.5em;
  }

  div#te-tai-logo, div#te-tai-logo img {
    height: 3em;
  }

  div#te-tai-logo img {
    width: 100%;
    min-width: 13em;
  }

  div#te-tai-text {
    padding: 1em 2em 0 2em;
    margin-bottom: 0;
  }
}
@media all and (min-width: 59em) {
  .front #dnzb #dnzb-images .cube, .front #dnzb #dnzb-images .dnzb-logo {
    font-size: 1em;
  }
}
@media all and (min-width: 62.5em) {
  .bio-front-page .major .group {
    padding: 0 0 0 2em;
    width: 30%;
  }

  .minor .slide {
    margin: 1em 0 7em 0;
    height: 15em;
  }

  #trending .story-teaser {
    padding: 1em 0.5em 0.5em;
    width: 33%;
  }

  #trending .resource-thumb {
    max-width: 25em;
    width: auto;
  }

  .front #sections .views-row-odd, .front #sections .views-row-even {
    min-width: 21em;
    width: 25%;
  }

  #nineteen-66 .section-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
  }

  #nineteen-66 .section-container .text_1966_wrapper {
    background-image: url("/sites/all/themes/teara2/images/banner-bg.jpg");
    background-repeat: no-repeat;
    background-position: -20em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 0;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
  }

  #nineteen-66 .section-container .text_1966 {
    margin: 0 1% 0 14em;
  }

  #nineteen-66 .section-container img {
    text-align: right;
    right: 0;
    bottom: 0;
    margin-right: 1em;
    margin-top: 0;
    padding-right: 1em;
  }
}
@media all and (min-width: 66em) {
  .bio-front-page .header-bg h1 {
    font-size: 2.25em;
    max-width: 19em;
  }

  .bio-front-page .dnzb-home-header .image-banner {
    width: 95%;
  }

  .bio-front-page #content-home #whats-new {
    background-size: 9em;
    background-position: bottom -22px right 0px;
  }
}
@media all and (min-width: 74em) {
  .major {
    padding: 2em 1em;
    text-align: left;
  }

  .major .group {
    padding: 0 0 0 1em;
    width: 30%;
  }

  .major .views-field-title a {
    text-align: left;
  }

  .major .views-field-field-blurb {
    margin: 0 0 1em;
    padding: 0;
  }

  .bio-front-page .dnzb-home-header .header-bg h1 {
    font-size: 2.5em;
    max-width: 18em;
  }
}
@media all and (min-width: 75em) {
  .bio-front-page .major a, .major > a.slide-image {
    width: 70%;
  }
}
@media all and (min-width: 79em) {
  #nineteen-66 .section-container .text_1966_wrapper {
    background-position: -10em;
  }

  #nineteen-66 .section-container .text_1966 {
    margin-left: 24.5em;
  }

  #nineteen-66 img {
    margin-left: 3.5%;
  }
}
@media all and (max-width: 92em) and (min-width: 32em) {
  .minor {
    overflow-x: scroll;
  }
}
@media all and (min-width: 94em) {
  .front #dnzb #dnzb-images .cube, .front #dnzb #dnzb-images .dnzb-logo {
    font-size: 0.875em;
  }
}
@media all and (min-width: 100em) {
  .major {
    width: 80%;
    margin: 0 10%;
    padding: 2em 0;
  }

  .major .group {
    padding: 0 0 0 2em;
  }

  .major .views-field-title a {
    font-size: 3.75em;
  }

  .minor .slide {
    margin: 1em 0.5em 7em 0.5em;
  }

  .bio-front-page .minor .slide {
    height: 15em;
    margin: 1em 1em 4em 1em;
  }

  .minor .slide h4 {
    font-size: 1.2em;
  }
}
@media all and (min-width: 110em) {
  .front #dnzb #dnzb-images .cube, .front #dnzb #dnzb-images .dnzb-logo {
    font-size: 1em;
  }
}
@media all and (min-width: 120em) {
  .front nav#browse {
    font-size: 1.5em;
  }

  .front .major > a.slide-image, .major .group {
    width: 60%;
  }

  .major .group {
    width: 40%;
  }
}
