.headerphoto {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
  min-height: 20vh;
  max-height: 36vh; }

.column, .columns {
  padding-top: 1.5rem;
  /* padding-bottom: 1.5rem; */
} 

.pagination {
  margin: 1rem;
}

.headertitle {
  text-align: center; }

[type='search'] {
  -webkit-box-shadow: none;
          box-shadow: none; }

ul.pagination {
  background: #DDD;
  display: inline-block; }
  ul.pagination a {
    padding: 0.6em 1em;
    text-decoration: none; }
  ul.pagination .active a {
    color: #e6e6e6;
    background: #0a0a0a; }

h1 a, h2 a, h3 a {
  text-decoration: none; }

p.meta {
  font-size: 90%;
  color: #666; }

@media print, screen and (min-width: 40em) {
  h1, h2 {
  }
  img {
    margin: 0 auto 1rem;
    max-width: 80%;
    display: block; 
  } 
}

@media screen and (max-width: 39.9375em) {
  .no-js .top-bar {
    display: none; 
  } 
}

@media screen and (max-width: 39.9375em) {
  .siteTitleContainer {
    display: none; 
  }
}
  
@media print, screen and (min-width: 40em) {
  .no-js .title-bar {
    display: none; 
  } 
}

.menu > li {
  padding: 0; }
  .menu > li a {
    color: #1779ba;
    text-decoration: none; }
  .menu > li.active > a {
    color: #1779ba;
    background-color: inherit;
    border-bottom: 1px solid; }

.widgetholder .widget {
  margin: 1.5em 0; }

/* MAGI THEME CSS BEGIN */

html {  
  position: relative;
  min-height:100%;
}

/* Text Styles */

 h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: black;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, subh1 a {
  text-decoration: none;
  color: black;
}

h1 {
  font-size: 30pt;
}

subh1 {
  font-size: 24pt;
}

h2 {
  font-size: 20pt;     
}

h3 {
  font-size: 16pt;     
}

h4 {
  font-size: 12pt;     
}

h5 {
  font-size: 12pt;     
}

h6 {
  font-size: 12pt;     
}

/* General */

.row {
  max-width: 110em;
}    

.no-padding-top {
padding-top: 0px !important;
} 

.add-bottom-padding {
  padding-bottom: 1.5rem !important;
}
 
 
/* Menu & Navigation */
 
  .top-bar {
    background-color: #6200FF;
  } 
  
  .menu, .title-bar {
    background-color: #6200FF !important;
  }

  .siteTitleContainer {
    padding-left: 5px;
    padding-right: 5px;
  }

  siteTitle {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 20pt;
    color: white;
  }

  siteTitle a, siteTitle a:hover, siteTitle a:active, siteTitle a:visited {
    text-decoration: none;
    color: white;  
  }

  .menu-text {
    font-weight: 400 !important;
  }

  .menu > li a {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14pt;
    color:white;
  }

  .menu > li.active > a {
    color: white;
    background-color: inherit;
    border-bottom: none;
    font-weight: 700;
    text-decoration: none;
    
}

.menu > li.first > a {
  color: white;
  background-color: inherit;
  border-bottom: none;
}


.filtersSearch {
  margin:0;
  list-style-type:none;
}

.filtersSearch >li {
  display:table-cell;
  vertical-align:middle;
}

 /* Footer */
 .footer-bar {
  width: 100%;
  padding-top: 1.5rem;
  position: absolute;
  left: 0;
  bottom: -40px;
} 

.column-block {
  margin-bottom: 0px;
}

.works-taxonomy-overview-heading {
  padding-top: 1.5rem;
}

.work-listing-card {
  position: relative;  
  height: 300px;
  border-radius: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  background-color: rgba(98, 0, 255, 0.1);
}

.work-listing-thumbnail {
  height: 160px;
}

.work-listing-no-image-title-container {
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 16px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
  font-size: 20pt; 
}

.work-listing-info {
  visibility: hidden;
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 8px;
  padding-bottom: 0px;  
  display: block;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;   
  background: rgba(0,0,0,0.7);
  border-radius: 0px 0px 6px 6px;  
  
}

.work-listing-card:hover > .work-listing-info{
  visibility:visible;
}


.work-listing-info h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;  
}

.work-listing-info h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;  
}

.work-listing-info a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;  
}

.work-listing-info p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;  
}

.work-listing-taxonomies {
  font-size: 10pt;
}

.card-img {
  border-radius: 6px;  
  height: 100%;
  background-size: cover;
  background-position: center;
}

.makeDivALink {
  position:relative;
  }
  
a.div-link {
  position: absolute; 
  left: 0px;
  height: 100%;
  width: 100%;
  text-decoration: none;
  /* Makes sure the link doesn't get underlined */
   z-index: 10;
  /* raises anchor tag above everything else in div */
  background-color: white;
  /*workaround to make clickable in IE */
  opacity: 0;
  /*workaround to make clickable in IE */
  filter: alpha(opacity=0);
  /*workaround to make clickable in IE */
  }

  /* Work Record Styles: */

  .work-header-container {
    padding-top: 0px !important;    
    padding-right: 0px !important; 
    padding-bottom: 0px !important;    
  }

  .work-content-container {
    padding-top: 0px !important;
    padding-bottom: 30px;
  }

  .work-header-img {
    max-width: 100%;
    height: auto;
  }

  .gallery-img {
    height: 200pt;
    overflow: hidden !important; 
  }

  .videoThumbnailFill {
    max-width: 100%; 
    height: auto; 
    background-size: cover;
    background-position: center;
  }