
/* Global Declarations //////////*/

* {
  box-sizing:border-box;
}

html, body {
  height:100%;
  width:100%;
  padding:0;
  margin:0;
}

body {
  font-family: "ff-din-web";
  overflow-x:hidden;
}

body {
  color:#333;
}

h1, h2, h3, h4, p, a, li {
  font-family:"ff-din-web", helvetica, sans-serif;
}

h1 {
  font-size:2em;
  margin:.5em 0;
}

input {
  font-family:"ff-din-web", helvetica, sans-serif;
}

.clearfix {
  clear:both;
}

.hidden {
  display:none;
}

.belowSlideshow {
  padding-top:0em;
  background-color:#f1f1f1;
}

iframe, object, video, embed {
  max-width:100% !important;
}

.container__limit {
  max-width:1200px;
  margin:0 auto;
}

blockquote {
  font-style:italic;
  color:#666;
  font-size:1.25em;
  font-weight:300;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
  padding:1.2em;
  margin:1em 0;
}

.video-container {
  position:relative;
  padding-bottom:56.25%;
  padding-top:25px;
  height:0;
}

.video-container iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

/*structure //////////*/

.col-2 {
  width:100%;
}

.col-4 {
  width:100%;
}

.breadcrumb {
  margin:0 0 1em;
}


/* headers */

/* news ////////*/

.news {
  width:100%;
  position: relative;
  width: 100%;
  z-index: 5;
  background-color: #fff;
}

.news img {
  width:100%;
}

.news h2 {
  font-weight: 300;
  margin: 0;
  padding: 1em 8%;
  font-size:1.7em;
}

.news--sub-header {
  display:none;
  text-align:center;
  font-size:1.1em;
  color:#444;
  padding-bottom:2em;
}

/* exhibitions */

.news--exhibitions {
  width:100%;
  color:#444;
  margin:0;
  padding-bottom:0;
}

.exhibitions--item {
  width:100%;
  padding:0;
  margin:0;
  padding-bottom:1em;
  transition:.3s background-color ease;
}

.exhibitions--item:hover {
  background-color:#fff;
}

.exhibitions--item h3 a{
  text-decoration:none;
  color:#01abf0;
  font-weight:300;
  font-size:1.1em;
}

.exhibitions--item h3 a:hover {
  color:#0881b1;
}

.exhibitions--item p {
  color:#444;
  line-height:1.44;
}

.exhibitions--content {
  padding:1em 8%;
}

.news-exhibitions .exhibitions--content h3 {
  margin-bottom:.5em;
}

.main-content .calevent{
  width:100% !important;  
  background-color: transparent;
}

.main-content .calevent:nth-child(n+2) {
  border-top:1px solid #ddd;
}

.calevent--thumb {
  height:0em;
  background-repeat:no-repeat;
  background-size:100%;
  background-position:center;
}

.calevent:nth-child(-n+2) .calevent--thumb {
  height:15em;
}

.more-details {
  color: #21c1ff;
  text-decoration:none;
}

.more-details:hover {
  color:#000;
  text-decoration:underline;
}

/* events */

.events {
  margin:0;
  padding: 1em 8%;
  width:100%;
  height:auto;
}

.events--container {
  width:100%;
  margin-bottom:4em;
}

.events h3 {
  color:#444;
}

.events p {
  color:#444;
}

.event--title {
  font-size:1.15em;
}

.event--title a {
  text-decoration:none;
  color:#01abf0;
}

.event--date {
  color:#777;
  margin-top:1em;
}

.event--link {
  font-size:.8em;
  display:inline-block;
  text-decoration:none;
  padding-bottom:.3em;
  border-bottom:1px solid #21c1ff;
  color:#21c1ff;
}

.event--link:visited {
  color:#01abf0;
}

.events .more {
  display:block;
  margin-top:1em;
}

.events .date {
  margin-bottom: .5em;
  margin-top: 0;
}

/* About //////////*/

.about {
  padding:2em 8%;
  max-width:1200px;
  margin:0 auto;
}

.about--article img {
  width:100%;
  height:auto;
}

.about--article p {
  font-size:1.1em;
  line-height:1.45;
  padding-bottom:.5em;
}

/* Content //////////*/

.content {
  padding:2em 8%;
}

.content a {
  text-decoration:none;
  color:#21c1ff;
}

.content a:hover {
  text-decoration:underline;
}

.content h3 {
  color:#000 !important;
}

.content p:last-child {
  margin:1em 0;
}

.content p {
  font-size:1em;
  line-height:1.45;
  margin:1em 0;
}


/* Container //////////*/

.container {
  margin: 0 auto;
  padding: 2em 8%;
}

.container--flex {
  display:flex;
}

/* main content */

.main-content {
  width:100%;
}

.main-content h3 a{
  color:#000;
}

.main-content h3 a:hover {
  text-decoration:none;
  color:#21c1ff;
}

.main-content a {
  color:#00A9EA;
  text-decoration:underline;
}

.main-content a:hover {
  text-decoration:none;
}

.main-content h2 {
  margin-top:0;
}

.main-content p {
  font-size: 1.04em;
  line-height: 1.5;
  color: #444;
}

.main-content .small {
  font-size: .85em;
}

.main-content .button {
  color:#000;
  border:1px solid #21c1ff;
  padding:.75em 1.5em;
  margin:.2em 0 0;
  display:inline-block;
  text-decoration:none;
}

.main-content .button:hover {
  background-color:#21c1ff;
  color:#fff;
}

/* table */

.main-content table {
  width:100%;
  border-collapse:collapse;
}

.main-content tr.desc {
  font-weight:600;
  border-bottom:1px solid #ddd;
}

.main-content td {
  border:1px solid #ddd;
  padding:.5em 1em;
}

.main-content li {
  padding:.3em;
  line-height:1.4;
}

.main-content table thead {
  font-weight:600;
}

.main-content .curriculum--head {
  font-weight:600;
  font-size:1.25em;
  padding:0;
}

.main-content .head:first-child {
  padding:0 .5em 0 0;
  font-weight:300;
}

.main-content #req-nav h4 {
  font-size:1.1em;
}

.main-content #req-nav p a{
  font-size:1em;
}

.main-content #req-nav a {
  color:#000;
  font-size:1.3em;
  font-weight:300;
  text-decoration: underline;
}

.newsitem

.newsitem--title {
  font-size:1.75em;
  font-weight:300;
}

.newsitem--title a {
  color:#000;
}

.newsitem .image-caption {
  margin: 0;
  font-size: .85em;
  font-weight: 300;
  font-style:italic;
}

.newsitem--sub-title {
  font-size: 1.15em;
  color: #999;
  padding:.5em;
  margin:1.5em 0;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
}

.newsitem--sub-title__post {
  font-size: 1.15em;
  color: #999;
  margin:0 0 1.5em;
  padding:0;
}

.share--button .button {
  padding: .05em .4em .08em;
  font-size: .85em;
  border-radius: 3px;
  margin: 0;
  position: relative;
  top: -4px;
  background-color: #21c1ff;
  color: #fff;
}

.share--button .button:hover {
  background-color:#2cb8ef;
}

.bullets {
  border-top: 1px solid #ddd;
  margin: 2em 0;
  content: "" !important;
}

/* content highlight */

.highlightbox {
  margin: 1.5em 0;
  background-color: #f8f8f8;
  padding:1em;
}

/* content button--link *//

.main-content .button-link {
  border:1px solid #21c1ff;
  display:inline-block;
  padding:.5em;
  text-decoration:none;
}


/* image */

.main-content img {
  max-width:100%;
  height:auto;
}


/* contact //////////*/

.hours ul {
  list-style-type:none;
  margin-left:0;
  padding-left:0;
  margin-top:.5em;
}

.hours li {
  padding:.25em 0;
}

/* maps */

.map--links a {
  color: #01abf0;
  display: block;
  margin: .75em 0;
  text-decoration: none;
  font-size: 1.25em;
  font-weight: 100;
}

.map--links a:visited {
  color:#01abf0;
}

.map--access {
  padding:1em 0;
}

.map--access h3 {
  display:inline-block;
  font-weight:100;
  margin:1em 0 .5em;
  border-bottom:1px solid #000;
}

.map--access h3:first-child {
  margin:0 0 .5em;
}

.map--access p {
  margin-top:.5em;
}

/* floor directory */

.map--floor-directory ul {
  padding-left:0;
  list-style-type:disc;
}

.floor {
  color:#000;
  display:block;
}

.floor:hover {
  color:#000;
}

.floor h3{
  cursor:pointer;
  font-weight:100;
  display:inline-block;
  border-bottom:1px solid #21c1ff;
  margin:1em 0 
}

.floor ul {
  display:none;
}

.floor li {
  display: block;
  width: 100%;
  border-bottom: 1px dotted #999;
  margin: 0 0 1.1em;
  padding-bottom: 0;
  line-height: 1.2;
}

.number {
  float:right;
  text-align:right;
}

  .phone a {
    color:#01abf0;
    text-decoration:none;
  }
  
  .phone ul {
    list-style-type:none;
    margin-left:0;
    padding-left:0;
    margin-top:.5em;
  }
  
.emergency {
  padding:2em 0;
}

.emergency h3 {
  display: inline-block;
  font-size: 1em;
  font-weight: 100;
  margin: 0 0 .25em;
  border-bottom: 1px solid #000;
}

.emergency ul {
  list-style-type:none;
  margin-left:0;
  padding-left:0;
  margin-top:.5em;
}

.emergency a {
  color:#01abf0;
  text-decoration:none;
}

.emergency li {
  padding:0;
}

.emergency--list {
  margin:2em 0;
}

.emergency--list li {
  display: block;
  width: 100%;
  border-bottom: 1px dotted #999;
  margin: 0 0 1.1em;
  padding:0;
  line-height: 1;
}

@media(min-width:680px) {
  
  /* news */
  
  .news {
    padding:2em 0;
  }
  
  .news h2 {
    padding: 0 4% .2em;
    max-width:1200px;
    margin: 0 auto;
    text-align:left; 
  }
  
  .news--sub-header {
    display:block;
    padding:0 4% 1.5em;
    text-align:left;
  }
  
  .news--exhibitions {
    margin:0 auto;
    padding:0 4%;
    display:flex;
    flex-wrap:wrap;
  }
  
  /* exhibitions */
  
  .exhibitions--item {
    width:49%;
    display:block;
    padding-bottom:0;
  }
  
  .exhibitions--item:before {
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    z-index:-1;
  }
  
  .exhibitions--item p {
    font-size:.95em;
  }
  
  .exhibitions--item:nth-child(odd){
    margin:0 1% 0 0;
  }
  
  .exhibitions--item:nth-child(even) {
    margin:0 0 0 1%;
  }
  
  .exhibitions--content {
    padding:0 0 1em;
  }
  
  /* calendar feed //prototype2 */
  
  .calevent {
    width:49%;
    background-color: #f8f8f8;
  }
  
  .calevent--summary {
    padding:2em;
  }
  
  .calevent--summary h3 {
    margin:0;
  }
  
  .calevent:nth-child(odd) {
    margin:0 1% 1.2em 0;
  }
  
  .calevent:nth-child(even) {
    margin:0 0 1.2em 1%;
  }
  
  
  /* events */
  
  .events {
    max-width:1200px;
    margin:0 auto;
    padding:0 4%;
  }
  
  .events--container {
    width:33%;
    float:left;
    margin-bottom:0;
  }
  
  .events--container:nth-child(odd) {
    padding:1em 1em 1em 0;
  }
  
  .events--container:nth-child(even) {
    padding:1em 0 1em 1em;
  }
  
  .events--container:nth-child(2n+1){
    clear:both;
  }
  
  .calevent {
    width:49%;
  }
  
  .calevent:nth-child(-n+2) {
    width:49%;
  }
  
  /* about */
  
  .about {
    padding:8em 8%;
  }
  
  .about--article {
    width:80%;
    padding-right:5%;
  }
  
  .about--article h1 {
    font-size:2em;
    text-transform:uppercase;
    font-weight:600;
  }
  
  .about--article img {
    padding-right:3%;
    width:auto;
  }
  
  /* content */
  
  .container {
    margin:0;
    padding:2em 4%;
  }
  
  .programs--header h2 {
    display:inline-block;
    padding-right:1em;
  }
  
  
  .main-content {
    float:left;
    width:75%;
    max-width:650px;
  }
  
  .main-content--title {
    margin-top:0;
  }
  
  /* contact */
  
  .hours--regular {
    width:48%;
    margin-right:2%;
    float:left;
  }
  
  .hours--summer {
    width:48%;
    margin-left:2%;
    float:right;
    padding:0 0 1.5em;
  }
  
  .col-2-md:nth-child(odd){
    width:48%;
    margin-right:2%;
    float:left;
  }
  
  .col-2-md:nth-child(even) {
    width:48%;
    margin-left:2%;
    float:right;
  }
  
  /* footer */
  
  .programs--header h2 {
    display:inline-block;
    padding-right:1em;
  }
}


@media(min-width:980px) {
  
  .news {
    padding:4em 8% 2em;
    margin: 0 auto;
  }
  
  .news h2 {
    padding: 0 .5em .25em 0;
    text-align:left;
    display:inline-block;
  }
  
  .news h2:after {
    content:'|';
    padding-left:.5em;
  }
  
  .news--sub-header {
    display:inline-block;
    text-align:left;
    padding:0;
  }
  
  .news--exhibitions {
    padding:0;
  }
  
  /* exhibitions */
  
  .calevent {
    width:32.33%;
    margin:1em 0 0 0;
  }
  
  .calevent:nth-child(odd), .calevent:nth-child(even) {
    margin:1em 0;
  }
  
  .calevent:nth-child(1) {
    margin:1em 1% 0 0;
  }
  
  .calevent:nth-child(2) {
    margin:1em 0 0 1%;
  }
  
  .news--exhibitions div.calevent:nth-child(-n+2) {
    width:49%;
  }
  
  .calevent:nth-child(3n) {
    margin:1em 1% 0 0;
  }
  
  .calevent:nth-child(3n+1) {
    margin:1em .5% 0 .5%;
  }
  
  .calevent:nth-child(3n+2) {
    margin:1em 0 0 1%;
  }
  
  .exhibitions--item p {
    font-size:1em;
  }
  
  .exhibitions--content {
    padding: .5em 0 0;
  }
  
  /* events */
  
  .events {
    margin: 0 auto;
    padding:0;
  }
  
  .events--container {
    margin-top:1em;
    width:32%;
    float:left;
    padding:0;
  }
  
  .events--container:nth-child(odd) {
    margin:initial;
  }
  
  .events--container:nth-child(even) {
    margin:0 1%;
  }
  
  .events--container:nth-child(2n+1){
    clear:none;
    margin:0 0 0 1%;
  }
  
  .events--container:first-child {
    margin:0 1% 0 0;
  }
  
  .events--container:nth-child(4) {
    margin:0 0 0 1%;
  }
    
  .col-2 {
    width:50%;
    float:left;
    padding-right:0;
  }
  
  .col-2:first-child {
    padding-right:1em;
  }
  
  .col-2:nth-child(2) {
    padding-left:1em;
  }
  
  .col-4 {
    width:25%;
    float:left;
  }
  
  
  /* about */
  
  .article--content {
    column-count:2;
    -webkit-column-count:2;
    -webkit-column-gap:3em;
  }
  
  .article--content h2 {
    -webkit-column-span:all;
    column-span:all;
  }

  .article--content img {
    width:100%;
    -webkit-column-span:all;
    column-span:all;
  }
  
  .article--content p:nth-child(7n) {
    -webkit-column-span:all;
    column-span:all;
  }
    
  .col-1-lg {
    width:100% !important;
    padding-left:0 !important;
  }
  
}

