@import url(magnific-popup.css);

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,td,th {
  -webkit-text-size-adjust: none;
  margin: 0;
  padding: 0;
  font: 17px/1.5 'Neue Helvetica W01';
  /*font: 17px/1.5 'Neue Haas Unica W01';*/
  font-weight: 300;
  max-width: 1500px;
}

img {
  border: 0;
}

a {
  color: red;
  text-decoration: none;
}

iframe {
  border: none;
}

.clear {
  clear: both;
}
.hidden 
{position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;}


.error {
  color: #ff3300;
}

.breadcrumbs {

  color: black;
  margin: 0;
  padding: 7px;
  /*border-bottom: 1px solid #dfdfdf;*/
  /*margin-bottom: 1.8em;*/

  line-height: 1.15;
  font-size: 1.4em;
/*-moz-box-shadow: inset 0 -2px 10px #e3e3e3;
-webkit-box-shadow: inset 0 -2px 10px #e3e3e3;
box-shadow: inset 0 -2px 10px #e3e3e3;*/
}

@media (min-width:680px) {
  .breadcrumbs {
    padding: 17px; /* rem */ 
  }
}


.breadcrumbs .crumb a {
  color:  black;
}

.breadcrumbs li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  /*white-space: nowrap;*/
  display: inline-block;
  padding: 0;
  
}

.breadcrumbs li:after {
font-weight: 200;
content: ' /';
/*coor: silver;*/
}
.breadcrumbs li:last-child:after {
  content: ''
}
.breadcrumbs li:first-child {
  font-weight: 500;

}

@media (max-width:680px) {
  .breadcrumbs .crumb:first-child {
    display: block;  
  }
  .breadcrumbs .crumb:first-child:after {
    content: '';
  }
}




.bodycopy {
  padding: 7px; 
  max-width: 700px;
  background-color: white;
}

@media (min-width:680px) {
  .bodycopy {
    padding: 1em; 
  }
}


.bodycopy *:first-child {
  margin-top: 0;
}
.bodycopy *:last-child {
  margin-bottom: 0;
}

.bodycopy a:hover {
  color: red;
  text-decoration: underline;
  /*text-shadow: #ff3300 0px 0px 7px; */
}

.bodycopy img {
  max-width: 100%;
  /*height: auto;*/
}

.bodycopy ul {
  padding-left: 1.5em;
}
.bodycopy li {
  list-style: square;
}

.type-txt {
  font-size: 0.9em;
}

.type-html {
  width: 100%;
  height: 500px;
}



.items {
  width:100%;
  color: white;
}

.pages, .files {
  background-color: black;
}



.item {
  position: relative;
  width: 33.33333333%;
  float: left;
  display: inline-block;
  
  background-position: 50% 50%; background-repeat: no-repeat no-repeat;
  background-size: 120% 120%;
  background-color: gray;
  font-size: 0.65em;

 /* transition-property: background-size;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;  */
}
/*.item:hover {
background-size: 100% 100%;
}*/


a.item:link, a.item:visited, a.item:hover, a.item:active, .breadcrumbs a {
  text-decoration: none;
}


@media (min-width:480px) {
  .item {
    font-size: 0.8em;
  }
}


@media (min-width:680px) {
  .item {
    width: 25%;
  }
}

@media (min-width:875px) {
  .item {
    width: 20%;
  }
}
@media (min-width:1100px) {
  .item {
    width: 16.66666667%;
  }
}
@media (min-width:1360px) {
  .item {
    width: 14.28571429%;
  }
}

.item .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 4px 6px;
  white-space: normal;
  word-wrap:break-word;
  color: white;
  line-height: 1.1;
  left: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-shadow: black 0px 0px 8px; 
}

.item:hover .caption {
  /*background-color: black;*/
}




@media (min-width:680px) {
  .two-columns .bodycopy {
    float: left;
    width: 75%;
    max-width: none;
  }
  .two-columns .items {
    float: right;
    clear: right;
    width: 25%;
  }
  .two-columns .item {
    width: 100%;
  }
  .two-columns .breadcrumbs {
    width: 75%;
    float: left;
  }
}

@media (min-width:875px) {
  .two-columns .bodycopy {
    width: 60%;
  }
  .two-columns .items {
    width: 40%;
  }
  .two-columns .item {
    width: 50%;
  }
  .two-columns .breadcrumbs {
    width: 60%;
  }
}


@media (min-width:1100px) {
  .two-columns .bodycopy {
    width: 50%;
  }
  .two-columns .items {
    width: 50%;
  }
  .two-columns .item {
    width: 33.33333333%;
  }
  .two-columns .breadcrumbs {
    width: 50%;
  }
}



.transparent {
  width: 100%;
  height: auto;
  float: left;

}

.pages span, strong, b, h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  /*font-size: 0.9em;*/
}

/*.file {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}*/



.clearfix:after, .item:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix, {
   zoom:1;
}

html[xmlns] .clearfix , html[xmlns] .item {
  display: block;
}

* html .clearfix, * html .item {
  height: 1%;
}



.bodycopy .fullscreen {
  margin-bottom: 1em;
}

.symbol {
  width: 100px;
  height: 100px;
}


/*NEWSLETTER*/
#mc_embed_signup {
  display: inline-block;
}

#mc_embed_signup .button {
  background-color: silver;
  border: none;
  color: white;
  margin-left: 10px;
  padding-top: 3px;
}

#editlink {
  position: fixed;
  top: 0;
  right: 0;
  background-color: red;
  color: white;
  padding: 10px;
  text-decoration: none;
  z-index: 100;
}

@media print {
  #editlink {
    display: none;
  }
}

.banner-right {
  float: right;
  margin-top: -80px;
  margin-left: 10px;
  width: 50%;
}

.banner-right img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.hideme {
  position: relative;
}

.hideme:after {
  position: absolute;
  bottom: 0;  
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to top,
     rgba(255,255,255, 1) 20%, 
     rgba(255,255,255, 0) 80%
  );
  pointer-events: none; /* so the text is still selectable */
}


.type-iframe {
  width: 100%;
  position: relative;
  padding-bottom: 144%;
  padding-top: 25px;
  height: 0;
}
.type-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.invisible {
  display: none;
  
}


.small {
font-size: 0.9em;
line-height: 1.3;
}

.events {
  margin: 1em -7px;
  padding: 7px;
  background-color: red;
  color: white;
}

.events a:hover {
  color: white;
}

@media (min-width:680px) {
  .events {
    margin: 1em -1em; 
    padding: 1em;
  }
}

.events-caption, .date-caption {
  font-size: 1.17em;
  margin-top: 1em;
  font-weight: 500;
}

.unstyled {
  text-decoration: none;
  color: inherit;
}
