/*------------------------------------------------------------------------------

    Place any site-specific styles you might need here.
    *** Remember *** Our pattern library has tons of useful ready-to-use
    compontents to help you build sites faster. The styles are already included
    in this boilerplate. Just go to it.iu.edu/brand/pattern-library
    and grab the markup for the components you need.

------------------------------------------------------------------------------*/
html, body, div, span, .tile.text time, pre, a, ol, ul, li, canvas, details, figure, figcaption, video {
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
    margin-bottom: 1em;
}

    h3 a {
        color: #333;
    }
    
        h3 a:hover {
            color: #990000;
            text-decoration: underline;
        }

p {
    margin-bottom: 1.875em;
}

ul {
    margin-left: 1.25rem;
}

li.list-space{margin-bottom:.25em;
}

ul + h3 {
    margin-top: 1em;
}

ol {
    list-style-position: inside;
    margin-bottom: 30px;
}

ol li {
    margin-bottom: 30px;
}

.site-header .title a {
    color: #4A3C31;
}

.bg-secondary {
    background-color:#4A3C31;
}

.bg-gray {
    background-color: #EDEBEB;
}

.section.dark, .section.dark h1, .section.dark h2, .section.dark h3, .section.dark h4, .section.dark h5, .section.dark h6 {
    color: #fff !important;
}

    .section.bg-crimson.dark a {
        color: #fff;
        border-bottom: 1px solid #fff;
    }
    
        .section.bg-crimson.dark a:hover {
            border-bottom: none;
        }

small {
  font-size: .6em;
}

.no-padding-left {
    padding-left: 0;
}

.mo-pad-bottom {
    padding-bottom: 3rem;
}

.caption {
    font-size: 0.875em;
    font-style: italic;
}
.graph__title {
    font-size: 1.25em;
    text-align: center;
}
.breadcrumb-nav {
    padding: 1em 0;
    border-bottom: 2px solid rgba(74, 60, 49, 0.1);
}
.event__title {
    font-size: 1em;
}
.event__date {
    font-size: .8em;
}
.event__summary {
    font-size: .9em;
}
.post__title {
    margin-top:0;
}
article {
    border-bottom: 1px solid #eee;
    margin-bottom: 2em;
}
.iframe-wrapper {
    float:right;
	padding: 1em;
}

.button-primary.reverse:hover {
    background: #fff;
    color: #7D110C;
}

.img-right {
    float: right;
    padding: 0 0 0.75em 1.125em;
}

.img-left {
    float: left;
    padding: 0 1.125em 0.25em 0;
}
.intro.white-bg {
    border-bottom: 2px solid #ECECEC;
}
.intro-txt {
    padding-left: 0;
}

    .intro-txt h2 {
        font-size: 28px;
    }
    
.icon-pp {
    display: block;
    font-size: 40px;
    margin: 0 10px 15px 0;
    float: left;
    width: 40px;
    height: 40px;
}
    
.clean-btn {
    box-shadow: none !important;
    background: none !important;
    transition: background 0.1s ease 0s;
}

    .clean-btn:hover {
        background: #fff !important;
        color: #7D110C;
    }

.lead.search__media {
    margin-top: 0 !important;
    margin-bottom: 1em !important;
}

.search__btn {
}

.no-slice.content {
    padding: 1em 0 4.5em 0px;
}

.content.content__side {
    padding: 1em 0;
}

.darken {
    position: absolute; 
	right: 0; 
	min-width: 100%; 
	min-height: 100%;
	width: auto; 
	height: auto; 
	z-index: -99;
	background: rgba(0,0,0,.3);
}

.padding-top-bottom {
	padding: 1em 0;
}

.img-circular img {
    max-height: 180px;
}

video#bgvid {
    display: block;
	position: absolute; 
	right: 0; 
	min-width: 100%; 
	min-height: 100%;
	width: auto; 
	height: auto;
	z-index: 998;
}

.youtube {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
    margin-bottom: 2em;
}

.youtube__iframe {
    position: absolute;
    top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* contact (or other forms) */
form {
    margin: 1em 0;
}
    form .half-col {
        width: 50%;
        float: left;
    }
    form .form-field {
        float: left;
        width: 46%;
        margin-right: 4%;
    }
    form .message-field {
        clear: both;
        padding-top: 1px;
    }
        form .message-field textarea {
            width: 97%;
            padding: .6em 1.5%;
        }
    form h2 {
        margin-bottom: 1em;
    }
    form input[type=submit] {
        margin-top: .5em;
    }
    form .something-for-robots { display: none;}
    form p {
        margin: 0;
        margin-top: 1em;
    }
    .failure {
        margin: 0;
        margin-top: .5em;
    }
    
    .success {
        margin: 100px 0;
        text-align: center;
    }
        .success p {
            margin-top: 1em;
        }
        .success .button {
            padding-left: 10px;
            padding-right: 40px;
        }

.no-padding {
	padding: 0;
}

.clearfix {
	clear: both;
}

.mdpi-operations p {
  margin: 0;
}

.container .container .unit:first-child {
	padding-left: 18px;
}
.show-nav {
  display: none;
  color: #333;
}

.intro {
	position: relative; 
	overflow: hidden; 
	color: #ffffff;
	padding-top: 0;
}

.intro.light * {
    color: #ffffff !important;
}

.intro .unit {
	padding-top: 0;
}

.page .intro {
    background-repeat: no-repeat;
    background-size: contain;
    padding: 2em 0 3em;
}

.page .intro h1 {
    margin-top: 1em;
    margin-bottom: .85em;
}

.page .intro h1,  .page .intro p {
    text-shadow: none;
}

.unit ul {
  list-style-position: outside;
  margin-left: 1em;
}

ul.crumby {
    font-size: 0.75em;
    list-style: outside none none;
    margin: 0 0 45px;
    height: auto;
    overflow: auto;
}

    ul.crumby li {
        display: inline-block;
        position: relative;
    }
    
    ul.crumby li::before {
        content: "/";
        color: #AAA;
        margin: 0 6px;
    }
    
    ul.crumby li:first-child::before, ul.crumby li:last-child::before  {
        content: "";
        margin: 0;
    }

    ul.crumby li.crumby__current {
        color: #404041;
        text-transform: uppercase;
        float: none;
        display: block;
        position: absolute;
        font-size: 1.25em;
    }
    
ul.process {
    list-style: none;
    margin: 0 0 45px;
    overflow: auto; 
    width: 100%;
    height: auto;
}

    ul.process li {
        display: inline-block;
        float: left;
        margin: 0px 60px 20px 0px;
        width: auto;
        height: auto;
    }
    
        ul.process li .process__square {
            border: 1px solid #eaeaea;
            background-color: #f7f7f7;
            margin:  0 0 15px 0;
            width: 200px; 
            height: 200px;
        }
        
        ul.process li .process__part {
            font-size: 0.875em;
            font-family: 'BentonSansBold';
            line-height: 1.25em;
            width: 200px;
        }
        
            ul.process li .process__part a {
            }
            
                ul.process li .process__part a:hover {
                    color: #990000;
                    text-decoration: underline;
                }
        
    ul.process li:before {
        content: "\f061";
        font-family: FontAwesome;
        float: right;
        margin: 80px -40px 0 0;
        font-size: 1.25em;
    }
    
        ul.process li.last {
            margin-right: 0;
        }
    
        ul.process li.last:before {
            content: "";
            margin: 0;
        }

.nav-sidebar {
    margin-top: 0;
}

.nav-sidebar ul {
    margin-left: 0;
}

    .nav-sidebar ul li {
        border-bottom: none;
    }

        .nav-sidebar ul li a {
            background-color: #ECEBEA;
            border-bottom: 1px solid #fff;
            color: #4A3C31;
            padding-left: 0.875em;
            transition: background 0.1s ease 0s;
        }
        
        ul#spy-nav li.active a {
            background-color: #ECEBEA;
            font-weight: normal;
        }
        
            .nav-sidebar ul li a:hover {
                color: #4A3C31;
                text-decoration: none;
                background-color: #b6b1ac;
            }

.pre-footer ul {
  margin-left: 0;
}

ul.lead {
  font-size: 23px;
  margin-left: 1em;
}

.lead.lead--padding {
    padding-top: 8em;
    margin: 0;
}

.iu-logo {
	display: inline-block;
	z-index: 99;
}


.news-toaster {
    background-color: #4A306E;
    position: absolute;
    right: 0;
    top: 1.8em;
    padding: 1em;
    height: 50px;
    width: 420px;
    display: none;
}

.news-toaster__icon {
    display: inline-block;
    float: left;
    font-size: 2.5em;
    padding-right: 0.45em;
    padding-top: .05em;
}

.news-toaster__icon i {
    vertical-align: top;
}


.news-toaster__copy {
    text-shadow: none !important;
    width: 85%;
    text-align: left;
    font-size: .9em !important;
}

.news-toaster__read-more {
    color: white;
    font-style: italic;
}

.news-toaster__dismiss {
    font-size: .5em;
    position: absolute;
    top: 2em;
    right: 2em;
}

.news-toaster__dismiss:hover {
    cursor: pointer;
}

@media (max-width: 64.063em) {
    .news-toaster { 
       top: 0;
       width: 100%;
       padding-right: 0em;
    }
    
    .news-toaster__icon {
        padding-left: .4em;
    }
    
    . .news-toaster + h1 {
        padding-top: 4em;
    }
}


div:not(.navbar) .iu-logo a {
	display: block;
	background: #990000;
	padding: 15px;
}

video#bgvid { transition: 1s opacity; }
.stopfade { opacity: .5; }

#vidpause {
	/*text-shadow: 1px 1px 1px #222222;
	padding: 1em;
	cursor: pointer;*/
}

.content p.lead {
	margin: .25em 0 2em 0;
}

.slice p {
	margin-bottom: 1em;
}

.gray-bottom-border {
	/*border-bottom: 4px solid #cccccc;*/
}

.navbar {
	box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.25);
	background: white;
	top: 0;
	width: 100%;
	z-index: 6;
	position: relative;
}
.stuck {
	position: fixed !important;
	top: 0;
}
.navbar .iu-logo {
	top: -111px;
	margin-left: 45px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	display: inherit;
}
.navbar.stuck .iu-logo {
	top: 0;
	box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.nav-inline .unit {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar .nav-inline ul {
	border: none;
	margin: 16px 0;
}
.navbar .nav-inline ul li {
	padding: 0 0.7em;
}
.navbar .nav-inline ul li a:after {
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	width: 0px;
	background: transparent;
	transition: width .15s ease, background-color .15s ease;
}
.navbar .nav-inline ul li a:hover:after, .navbar .nav-inline ul li.active a:after {
  width: 100%;
  background: #990000;
}
.nav-inline ul li.active {
    border: none;
}
.navbar .nav-inline ul li a:hover {
  color: inherit;
}
.navbar .nav-inline ul li a {
	font-weight: bold;
	font-size: 1.3em;
	padding: 45px 0;
}
.pullout {
  border-top: 4px solid #990000;
  padding: 15px;
  background: #f9f9f9;
}

.pullout audio {
	max-width: 160px;
}

.tile {
  float: left;
  width: 50%;
  height: 400px;
  overflow: hidden;
  list-style: none;
}
.tile a {
  height: 100%;
  display: block;
  position: relative;
}
.tile figure {
  height: 100%;
  background: #dd0031;
  position: relative;
  
}
.tile figure img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.tile figure span {
  text-align: center;
  letter-spacing: -0.06em;
  font-size: 3em;
  font-weight: bold;
}
.tile figure span p{
  font-size: .5em;
  letter-spacing: -1px;
  font-weight: normal;
  line-height: 1.3em;
 }
.tile figure span p.button-primary {
  font-size: .4em;
  padding: .6em 1.5em;
  font-weight: normal;
  letter-spacing: -1px;
}


.tile img {
  -moz-trans: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.timeline-area {
    position: relative;
}
	.timeline {
		position: relative;
		padding: 10px 0 0;
		padding-left: 0;
        margin-left: 0;
		margin-bottom: 60px;
		border-left: 2px solid #4A306E;
	}
	.timeline-area:after {
		content: "";
		display: block;
		position: absolute;
		width: 8px;
		height: 5px;
		left: 17px;
		bottom: -2px;
		background: url(images/little-purple-arrow.png) no-repeat 0 0;)
	}
		.timeline h2 {
			margin-left: 30%;
		}
        
		.timeline > li {
			position: relative;
			clear: left;
			padding-bottom: 20px;
			padding-left: 18%;
			list-style: none;
		}
		.timeline > li:before {
			content: "";
			position: absolute;
			width: 20%;
			top: 1em;
			left: 0;
			height: 1px;
			border-top: 1px solid #4A306E;
		}
			.timeline > li li {
				padding: 0;
				line-height: 1.3em;
				list-style: inherit;
                margin-left: 1em;
			}
			.timeline .leaf {
				display: block;
				padding: 4px 10px 3px;
				position: absolute;
				left: 15%;
				border: 2px solid #4A306E;
                background: #ffffff;
                -webkit-border-radius: 7px;
                -moz-border-radius: 7px;
                border-radius: 7px;
                color: #4A306E;
				font-family: "BentonSansCond", Helvetica, sans-serif;
				font-weight: 400;
				text-align: center;
			}
            
			.timeline .facts {
				padding: 0 20px;
				padding-left: 90px;
				margin-bottom: 20px;
				line-height: 1.4em;
			}
            
                .facts ul {
                    margin: 15px 0 30px 0;
                }


.center {
  display: table;
  width: 100%;
  height: 100%;
}
.center span {
  display: table-cell;
  vertical-align: middle;
  padding: 40px;
  color: #fff;
  line-height: 1.2;
}

span.img-circular + p, span.img-circular + h2, span.img-circular + a {
    margin-top: 15px;
    display: block;
}
.tile figure figcaption {
  opacity: 0;
}
.tile figcaption {
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}

.tile figure:hover figcaption{
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.tile figure:hover img{
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
}

.tile figure:hover figcaption{
	opacity: 1;
}

.tile figure:hover img, .tile figure:hover canvas{
	opacity: 0.3;
}

li .bullet {
  display: inline-block;
  margin: 2px 4px;
  height: 6px;
  width: 6px;
  line-height: 1em;
}

ul.plain li {
  list-style: none;
  font-size: .75em;
}

.pre-footer {
    padding-bottom: 6.5em;
}

section.pre-footer h2 {
  margin: 0 0 1.28571em 0;
  padding-bottom: 15px;
  font-size: 0.875em;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  letter-spacing: 0.08em;
}

section.pre-footer .unit li {
	list-style: none;
}
section.pre-footer .unit li a {
	color: #333;
}
section.pre-footer .unit li a:hover {
	text-decoration: underline;
}
section.pre-footer .unit ul.social-icons {
}
section.pre-footer .unit ul.social-icons li {
	display: inline-block;
}
section.pre-footer .unit ul.social-icons li a {
	border: 1px solid black;
	border-radius: 50%;
	width: 35px;
	display: block;
	height: 35px;
	text-align: center;
	font-size: 20px;
    line-height: 35px;
    margin-right: 5px;
}
section.pre-footer .unit ul.social-icons li a:hover {
	background: black;
	color:white;
}
section.pre-footer .unit ul.social-icons li a i {
}

ul.footer-navigation li, ul.technology-links li, ul.contact-info li {
}

.down-arrow {
	padding-top: 1em;
	font-size: 3em;
	cursor: pointer;
}

@media (min-height: 822px) {
    
	.down-arrow {
		display: none;
	}
    
}

@media screen and (max-width: 1024px) {
    
    .page .intro h1 {
        margin-top: 0;
        padding-top: 0;
    }
    
}

@media screen and (max-width: 500px) {
    .intro ul.lead, .intro li {
      font-size: 1em;
    }
    .container .container .unit:first-child {
        padding-left: 0;
    }
}


/* Mobile styles:
	Show menu button
	Move logo left and make smaller
	Show title MDPI
*/
@media (max-width: 64.063em) {
	.iframe-wrapper {
        float: inherit;
		padding: inherit;
	}
	
	.iframe-wrapper iframe {
	    width: 100%;
	    min-height: 300px;
	}
    
    section.intro.image-only {
        background-attachment: inherit !important;
        background-size: cover !important;
        padding: 20% 0 0 0 !important;
    }
    
    
    .tile figure figcaption{
        opacity: 1;
    }
    
    .tile figure img, .tile figure canvas{
    	opacity: 0.3;
    }
    
    .tile figure figcaption{
        -moz-transform: scale(1);
    	-ms-transform: scale(1);
    	-webkit-transform: scale(1);
    	transform: scale(1);
    }

    .timeline > li:before {
        width: 3%;
    }
    
    .timeline .leaf {
        left: 3%;
    }
    
    .timeline .facts {
        padding-left: 60px;
        padding-right: 0;
    }
    
    .page .intro {
        margin-top: 0;
        padding-bottom: 0;
    }
    
	.intro h1 {
		margin-top: 0;
		padding-top: 2em;
	}
	.site-title, .site-header {
		margin-top: 0;
	}
	.site-title a {
	  display: inline-block;
	  font-size: 1em;
	  padding: .75em 0;
	}
	
	.site-nav {
	  width: 100%;
	  display: none;
	}
	.show-nav {
	  display: block;
	  position: absolute;
	  z-index: 10;
	  top: 1em;
	  right: 1.5em;
	  text-transform: uppercase;
	  color: #7d110c;
	  border: 1px solid #7d110c;
	  padding: .35em .65em;
	  border-radius: 4px;
	  font-size: 1em;
	}
	.unit.nav-bg {
		padding: 0;
	}
	.nav-inline ul {
	  display: block;
	  margin: 0;
	  border-bottom: none;
	}
	
	.nav-inline ul li {
	  padding: 0;
	  margin: 0;
	  display: block;
	  text-align: center;
	  border-bottom: 1px solid #ddd;
	}
	
	.nav-inline ul li a {
	  padding: 1em 0;
	  display: block;
	}
	
	.nav-inline {
	  background-color: #eee;
	  border-top: 1px solid #ddd;
	  padding: 0;
	}
	header .unit {
	  width: 100% !important;
	}
}

@media (max-width: 613px) {
	.tile {
	  width: 100%;
	  height: 18em;
	}
	
	.tile figure {
		background: #FFFFFF;
	}
	.tile figure span {
        padding-top: 5px;   
	}
	.tile figure span, .tile figure span p.button-primary {
		color: #333333;
        font-size: 2em;
	}
    
	.tile figure span p.button-primary {
		border: 1px solid #333333;
	}	
    
    .tile figure span p {
       font-size: .6em; 
    }
    
    .center span {
        padding: 10px;
    }
    
}

@media (min-width: 614px) {
	.tile {
	  height: 200px;
	  width: 50%;
	}
	.tile figure span {
	  font-size: 2em;
	}
}

@media (min-width: 926px) {
	.tile {
	  height: 300px;
	  width: 50%;
	}
	.tile figure span {
	  font-size: 3em;
	}
}
@media (min-width: 1098px) {
	.tile {
	  height: 358px;
	  width: 50%;
	}
	.tile figure span {
	  font-size: 3em;
	}
}





/* Foundation Visibility HTML Classes */
.progress{margin-top:0;background-color:#cacaca;height:1rem;margin-bottom:.2em;border-radius:0}
.progress.primary .progress-meter{background-color:#2199e8}
.progress.secondary .progress-meter{background-color:#777}
.progress.success .progress-meter{background-color:#DD0031}
.progress.alert .progress-meter{background-color:#ec5840}
.progress.warning .progress-meter{background-color:#ffae00}
.progress-meter{position:relative;display:block;width:0;height:100%;background-color:#2199e8;border-radius:0}
.progress-meter .progress-meter-text{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);margin:0;font-size:.75rem;font-weight:700;color:#fefefe;white-space:nowrap}

.number { display: inline-block; }

.progress-numbers {
    position: relative;
    font-size: .5em;
    margin-bottom: 4em; 
}
.progress-zero {
    float: left;
}

.intro-progress {}

.progress.full-progress {
    background-color: #f1fbf7;
    height: 5rem;
}

.progress.full-progress.success .progress-meter {
    background-color: #009933;
    display: table;
    height: 5rem;
    position: absolute;
}

.progress-done {
    color: #009933;
    /*float: left;*/
    line-height: 5rem;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    right: 0.75em;
    font-size: 0.875em;
    overflow: hidden;
}

@media screen and (max-width: 500px) {
    
    .progress.full-progress {
        font-size: 0.875rem;
    }
    
    .progress-done {
        padding-left: 10px;
    }
    
    .intro-progress .progress-numbers {
        font-size: 0.875rem;
    }
    
}

.progress-meter .progress-label {
    color: #DDF4EA;
    display: table-cell;
    vertical-align: middle;
}

    .progress-label span {
       color: #fff;
       font-family: BentonSansBold;
    }
    
.intro-progress .progress-numbers {
    font-size: 1em;
    margin-bottom: 0;
    height: auto;
    z-index: 999;
    width: 100%;
}

.intro-progress .number {
    color: #bbb;
    font-family: BentonSansBold;
    position: relative;
}

.intro-progress .number.progress-zero {
}

.intro-progress .number::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 15px;
    margin-top: -19px;
    text-align: center;
    width: 100%;
}

.progress-wrap {
    background-color: #DDF4EA;
    overflow: auto;
    height: auto;
}

.intro-progress .number.progress-zero::before {
    border-left: 1px solid #999;
}

.intro-progress .number.progress-completed::before {
    border-left: 1px solid #999;
    margin-left: 50%;
}

.intro-progress .number.progress-total::before {
    border-right: 1px solid #999;
}

.show-for-small,
.show-for-small-only,
.show-for-medium-down,
.show-for-large-down,
.hide-for-medium,
.hide-for-medium-up,
.hide-for-medium-only,
.hide-for-large,
.hide-for-large-up,
.hide-for-large-only,
.hide-for-xlarge,
.hide-for-xlarge-up,
.hide-for-xlarge-only,
.hide-for-xxlarge-up,
.hide-for-xxlarge-only {
  display: inherit !important; }

.hide-for-small,
.hide-for-small-only,
.hide-for-medium-down,
.show-for-medium,
.show-for-medium-up,
.show-for-medium-only,
.hide-for-large-down,
.show-for-large,
.show-for-large-up,
.show-for-large-only,
.show-for-xlarge,
.show-for-xlarge-up,
.show-for-xlarge-only,
.show-for-xxlarge-up,
.show-for-xxlarge-only {
  display: none !important; }

/* Specific visibility for tables */
table.show-for-small, table.show-for-small-only, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
  display: table; }

thead.show-for-small, thead.show-for-small-only, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
  display: table-header-group !important; }

tbody.show-for-small, tbody.show-for-small-only, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
  display: table-row-group !important; }

tr.show-for-small, tr.show-for-small-only, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
  display: table-row !important; }

td.show-for-small, td.show-for-small-only, td.show-for-medium-down
td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge
td.hide-for-xlarge-up, td.hide-for-xxlarge-up,
th.show-for-small,
th.show-for-small-only,
th.show-for-medium-down
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge
th.hide-for-xlarge-up,
th.hide-for-xxlarge-up {
  display: table-cell !important; }

/* Medium Displays: 641px and up */
@media only screen and (min-width: 40.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-up,
  .show-for-medium-only,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-large-only,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important; }

  .show-for-small,
  .show-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-up,
  .hide-for-medium-only,
  .hide-for-large-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important; }

  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.show-for-medium, table.show-for-medium-down, table.show-for-medium-up, table.show-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }

  thead.hide-for-small, thead.hide-for-small-only, thead.show-for-medium, thead.show-for-medium-down, thead.show-for-medium-up, thead.show-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }

  tbody.hide-for-small, tbody.hide-for-small-only, tbody.show-for-medium, tbody.show-for-medium-down, tbody.show-for-medium-up, tbody.show-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }

  tr.hide-for-small, tr.hide-for-small-only, tr.show-for-medium, tr.show-for-medium-down, tr.show-for-medium-up, tr.show-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }

  td.hide-for-small, td.hide-for-small-only, td.show-for-medium, td.show-for-medium-down, td.show-for-medium-up, td.show-for-medium-only, td.hide-for-large, td.hide-for-large-up, td.hide-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.show-for-medium,
  th.show-for-medium-down,
  th.show-for-medium-up,
  th.show-for-medium-only,
  th.hide-for-large,
  th.hide-for-large-up,
  th.hide-for-large-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-up,
  th.hide-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important; } }
/* Large Displays: 1024px and up */
@media only screen and (min-width: 64.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large,
  .show-for-large-up,
  .show-for-large-only,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important; }

  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important; }

  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large, table.show-for-large-up, table.show-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }

  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large, thead.show-for-large-up, thead.show-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }

  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large, tbody.show-for-large-up, tbody.show-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }

  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large, tr.show-for-large-up, tr.show-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }

  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large, td.show-for-large-up, td.show-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large,
  th.show-for-large-up,
  th.show-for-large-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-up,
  th.hide-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important; } }
/* X-Large Displays: 1441 and up */
@media only screen and (min-width: 90.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .hide-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important; }

  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only {
    display: none !important; }

  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-large-only, table.show-for-xlarge, table.show-for-xlarge-up, table.show-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }

  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.hide-for-large-only, thead.show-for-xlarge, thead.show-for-xlarge-up, thead.show-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }

  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.hide-for-large-only, tbody.show-for-xlarge, tbody.show-for-xlarge-up, tbody.show-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }

  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.hide-for-large-only, tr.show-for-xlarge, tr.show-for-xlarge-up, tr.show-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }

  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-large-only, td.show-for-xlarge, td.show-for-xlarge-up, td.show-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large-up,
  th.hide-for-large-only,
  th.show-for-xlarge,
  th.show-for-xlarge-up,
  th.show-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important; } }
/* XX-Large Displays: 1920 and up */
@media only screen and (min-width: 120.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .hide-for-large-only,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: inherit !important; }

  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .hide-for-xlarge,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: none !important; }

  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-up, table.show-for-xxlarge-only {
    display: table; }

  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-up, thead.show-for-xxlarge-only {
    display: table-header-group !important; }

  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge-only {
    display: table-row-group !important; }

  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-up, tr.show-for-xxlarge-only {
    display: table-row !important; }

  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-xlarge-only, td.show-for-xlarge-up, td.show-for-xxlarge-up, td.show-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large-up,
  th.hide-for-xlarge-only,
  th.show-for-xlarge-up,
  th.show-for-xxlarge-up,
  th.show-for-xxlarge-only {
    display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }
  
/* format colors */

.cdr { background-color: #015577; }

.open-reel { background-color: #41b9f1; }

.cassette { background-color: #c7e9fa; }

.lp-disc { background-color: #345301; }

.seventy-eight { background-color: #345301; }

.forty-five { background-color: #aaef3f; }

.laquer { background-color: #e4f9c6; }

.cylinders { background-color: #743e00; }

.wire-rec { background-color: #a25900; }

.dat { background-color: #ffae50; }

.betacam { background-color: #ffe5ca; }

.one-inch { background-color: #ff4539; }

.half-inch { background-color: #ff8885; }

.umatic { background-color: #ff8885; }

.vhs { background-color: #61146b; }

.betamax { background-color: #ea43ff; }

.hi-8 { background-color: #f181ff; }

.eight-mm { background-color: #f8c2ff; }

/* START NEW */

nav.main li {
    padding: 0 25px;
}

nav.main li:first-child {
    border-left: none;
    padding-left: 0;
    /*padding-right: 5px;*/
    text-align: left;
}

main.content, main.wide {
    padding-top: 56px;
}

     @media only screen and (max-width: 640px) {
         
         main.content, main.wide {
            padding-top: 23px;
        }
         
     }

main.wide {
    padding-bottom: 56px;
}

main.no-section-nav .layout {
    float: none !important;
    margin: 0 auto;
    left: unset;
}

.bg-none {
    background-color: #fff;
}

.no-pad-top {
    padding-top: 0;
}

.section.bg-video {
    padding: 0;
    min-height: 505px;
    height: auto;
    overflow: hidden;
    margin-bottom: -1px;
}

@media only screen and (max-width: 1280px) {
    
}

.bg-video .bg-image-cover {
    display: none;
}

.bg-video .play-controls {
    display: block;
    position: absolute;
    bottom: 25px;
    height: 25px;
    left: 0px;
    right: 0px;
    pointer-events: none;
    z-index: 1000;
    cursor: pointer;
}

.bg-video .play-controls i {
    pointer-events: auto;
    position: relative;
    color: #fff;
    display: block;
    font-size: 1.5rem;
}

#home .banner {
    background: #F5F5F5;
    position: relative;
    overflow: hidden;
    max-height: 600px;
    height: auto;
}

#home .banner img {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 1800px;
    width: 100%;
}

#banner .message-overlay {
    position: relative;
    padding-bottom: 15%;
}

#banner .message-overlay .message__lead {
    text-align: center;
    color: #FFF;
    width: 100%;
    position: absolute;
    top: 50%;
    font-size: 1.85rem;
}

        @media only screen and (max-width: 640px) {
        
            .section.bg-video {
                min-height: 250px;
            }
            
            .bg-video #bgvid {
                display: none;
            }
            
            .bg-video .play-controls {
                display: none;
            }
            
            .bg-video .bg-image-cover {
                display: block;
                position: relative;
                background-repeat: no-repeat;
                background-position: center center;
                background-size: cover;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 998;
                width: 100%;
                height: 250px;
            }
            
            #banner .message-overlay .message__lead {
                font-size: 1rem;
            }
        
        }
        
.show-desktop {
    display: block;
}

.mobile-only {
    display: none; 
}

     @media only screen and (max-width: 640px) {
         
        .show-desktop {
            display: none;
        }
        
        .mobile-only {
            display: block; 
        }
         
     }
     
/* Process - Video text overlay */

.vid-overlay {
    background-color: rgba(0,0,0,0.15);
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
}

    .vid-overlay--row {
        display: table;
        width: 100%;
        height: 100%;
    }

        .vid-overlay--inner {
            display: table-cell; 
            vertical-align: middle;
            padding-left: 0.75rem;
            padding-right: 0.75rem;
        }
        
            .vid-overlay--inner h1 {
                color: #fff;
                font-family: BentonSansCondBold;
                font-size: 2.2rem;
                letter-spacing: 0.075em;
                text-align: center;
                text-shadow: 2px 2px 8px #333;
                text-transform: uppercase;
            }
            
            .vid-overlay--inner p {
                color: #fff;
                font-size: 1.75rem;
                text-shadow: 2px 2px 8px #333;
            }
            
@media screen and (max-width: 640px) {
    
    .vid-overlay--inner p {
        font-size: 1.125rem;
    }
    
}

/* start NEWS */

article.item {
    margin: 0px 0px 1.25rem;
    max-width: 64rem;
    overflow: auto;
    width: 100%;
    border-bottom: 1px solid #B8B0AB;
}

    article.item:last-child {
        border-bottom: none;
    }

article.item h1 {
    font-size: 1.5rem;
}

article.item p {
    font-size: 1.15rem;
    margin-bottom: 1.25rem;
}

article.item .media {
    display: block;
    padding-right: 0.75rem;
    width: 16.6667%;
    float: left;
    padding-left: 0px;
}

    article.item .media + .content {
        padding-left: 0.75rem;
        width: 83.3333%;
        float: left;
        padding-right: 0px;
    }
    
    @media screen and (max-width: 640px) {
        
        article.item .media {
            display: none;
        }
        
        article.item .media + .content {
            padding-left: 0;
            width: 100%;
            float: left;
            padding-right: 0px;
        }
        
    }

.news.two-thirds {
    padding-top: 1.5rem !important;
    padding-right: 1.5rem;
}

.events.one-third {
    padding: 1.5rem !important;
    background: #F7F6F5 none repeat scroll 0% 0%;
}

/* end NEWS */

.panel--interactive {
    overflow: auto;
    height: 280px !important;
}

    .panel--interactive strong {
        font-family: 'BentonSansCondBold';
        font-weight: 400;
        text-transform: uppercase;
    }
    
    .panel--interactive h2 {
        margin: 0.75em 0 0.5em !important;
    }
    
.no-crumb {
    color: #333;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

#ftn1 p, #ftn2 p, #ftn3 p, #ftn4 p, #ftn5 p {
    font-size: 1.025rem;
}
    
.section .text > h2 {
    margin-top: 0;
}

.section ul + p {
    margin-top: 1.875em;
}

.skirt .title {
    line-height: 1.45;
}

.skirt-mdpi {
    padding-bottom: 30px;
}

    .skirt-mdpi .column {
        float: left;
        padding: 0 3em;
    }
    
        .skirt-mdpi .column {
            float: left;
            padding: 0 3em;
        }
        
        @media screen and (max-width: 640px) {
            
            .skirt-mdpi .column {
                width: 100%;
                padding: 0 0 2em;
            }
            
        }
        
            .skirt-mdpi .column h4 {
                color: #fff;
                font-size: 0.75rem;
                padding-top: 0;
                margin-bottom: 16px;
                text-transform: uppercase;
            }
            
            .skirt-mdpi ul {
                
            }
            
                .skirt-mdpi li a {
                    color: #B8B0AB;
                    transition: all 0.18s ease 0s;
                }
                
                    .skirt-mdpi li a:hover {
                        color: #fff;
                    }
                    
/* Collection */

.collection {
}

.collection .collection-item {
    padding-bottom: 20px;
}

.collection .collection-item h3 {
    margin-bottom: 1rem;
}

.collection .slick-prev,
.collection .slick-next {
    display: none !important;
}

.slick-dots {
    margin-left: 0 !important;
}

.slick-dots li button::before {
    font-size: 40px;
}

.video-ctr {
    margin: 0 auto 30px;
    width: 514px;
}

.media.text-center figcaption {
    text-align: left;
}

.media.image {
    margin-top: 1.25rem;
}

/* Open section */

.centered {
    float: none !important;
    margin: 0 auto;
}

@media screen and (min-width: 64em) {
    
    .one-fifth {
        width: 20%;
        float: left;
        padding-left: 0.75rem;
        padding-right: 0.75rem; 
    }
        
        .one-fifth:last-child:not(:first-child) { float: right; }       
        .one-fifth:first-of-type { padding-left: 0; }
        .one-fifth:last-of-type { padding-left: 0; }
        .one-fifth.first { padding-right: 16px; }
        .one-fifth.middle { padding-right: 0 8px; }
        .one-fifth.last { padding-right: 16px; }
    
    .one-fourth {
        width: 23%;
        padding-left: 0.45rem;
        padding-right: 0.75rem;
        position: relative;
        float: left;
    }
    
        .one-fourth:first-of-type { padding-left: 0; }
        .one-fourth:last-of-type { padding-right: 0; }
    
    .three-fourths {
        width: 75%;
        padding-left: 0.45rem;
        padding-right: 0.75rem;
        position: relative;
        float: left;
    }
    
        .three-fourths:first-of-type { padding-left: 0; }
        .three-fourths:last-of-type { padding-right: 0; }
        .three-fourths.float-right { padding-left: 0.45rem; padding-right: 0.75rem; }
    
}

@media screen and (max-width: 64em) {
    
    #open .float-right {
        float: left !important;
    }
    
}

#content + #open.bg-crimson {
    padding-bottom: 0;
}

#open {
}

#open .one-third.text-center p {
    font-size: 1.125rem;
}

#open ul.process {
    margin-bottom: 0;
}

#open.section .layout {
    left: 0;
    width: 100%;
}

#open:last-child {
    padding-bottom: 112px;
}

/* Facilities modal */

.remodal-overlay {
    background: rgba(0,0,0,0.45);
}

.remodal {
    padding: 35px 45px 15px;
    text-align: left;
}

    .remodal p, .remodal ul {
        font-size: 1.125rem;
    }
    
    .remodal-confirm {
        display: none;
    }
    
@media only screen and (min-width:64.0625em) {
    
    .banner + main .breadcrumbs {
        margin-top: -110px;
    }
    
    .banner + main:not(.no-section-nav) .breadcrumbs .layout, .banner + main:not(.no-section-nav) .page-title .layout {
        left: 222px;
        right: auto;
        float: left;
        padding-left: 45px;
        padding-right: 45px;
        position: relative;
        z-index: 1001;
        width: 83.33333%;
        background: #FFFFFF;
    }
    
    .banner + main .breadcrumbs .layout {
        padding-top: 24px;
    }
    
    .banner + main #content {
        margin-top: 0;
    }
    
}

@media screen and (min-width: 40em) {
    
    .banner.image img, .banner.image .bg-image-cover {
        max-width: inherit;
    }
    
}

.youtube-wrap {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    height: auto;
}

.youtube-wrap iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

/* Blog - single post */

.single .bg-none.section + .bg-none.section {
    padding-top: 0;
}

.single .section + #author.section {
    padding-top: 0;
}

.author {
    border-top: 1px solid #B8B0AB;
    padding-top: 56px;
}

.author .media {
    float: left;
    margin-right: 1.25rem;
}

.author .content {
    float: left;
    width: 83.333333%;
}

@media only screen and (max-width: 640px) {
    
    .author .content {
        width: 100%;
    }
         
}

.author .content p {
    font-size: 1rem;
}

.graph__area {
    margin-bottom: 30px;
}

#graph__legend {
    width: 80%;
    margin: 0 auto;
    overflow: auto;
    height: auto;
}

    #graph__legend ul {
        list-style: none;
        margin: 0;
    }
    
        #graph__legend ul > li {
            float: left;
            font-size: 0.75rem;
            line-height: 15px;
            margin: 0 0 10px 0;
            width: 33%;
        }
        
            #graph__legend span {
                border: 1px solid #444;
                margin: 0 10px 0 0;
                display: block;
                float: left;
                width: 15px; 
                height: 15px;
            }
            
                .legend__box--digit {
                    background-color: rgba(76,18,19,1.0);
                }
                
                .legend__box--un {
                    background-color: rgba(76,18,19,0.30);
                }
                
@media screen and (width: 1024px) {
    
    .site-header .title {
        margin-bottom: 16px;
    }
    
    .off-canvas-content {
        padding-top: 50px;
    }
    
}

/* Gallery */

.photo-galleries {
}

ul.photo-grid {
    margin-left: 0;
}

ul.photo-grid li {
    overflow: hidden;
    display: block;
    float: left;
    padding: 12px 12px 12px 0;
    width: 20%;
    height: 90px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

ul.photo-grid li:nth-child(5n) {
   padding-right: 0; 
}

ul.photo-grid li a img {
    -webkit-transition: .2s ease all;
       -moz-transition: .2s ease all;
        -ms-transition: .2s ease all;
            transition: .2s ease all;
}

ul.photo-grid li a:visited img,
ul.photo-grid li a:hover img,
ul.photo-grid li a:focus img {
    opacity: 0.65;
}

@media only screen and ( max-width: 768px ) {
    
    ul.photo-grid li {
        width: 33.3333%;
    }
    
    ul.photo-grid li:nth-child(5n) {
        padding-right: 12px; 
    }
    
}

@media only screen and ( max-width: 480px ) {
    
    ul.photo-grid li {
        width: 50%;
    }
    
}

.blog-js {}

.blog-js__link {}

.blog-js__title {}

.blog-js__excerpt {}

.blog-js__excerpt p {
    margin-bottom: 1em;
}

.blog-js__date {
    font-size: 0.875rem;
    text-transform: uppercase;
}
#filmContainer {
  margin: auto;
  width: 200px;
  height: 200px;
  position: relative;
}

#audioAndVideoContainer {
  margin: auto;
  width: 200px;
  height: 200px;
  position: relative;
}
.progresContainerText{
    margin-top:0.6em;
    text-align: center;
    margin-bottom: 0px;
    font-size: 0.75em;
}
.progresContainerTitle{
    text-align: center;
    font-size: 1em;
    font-weight: bold;
}