/* Source Sans Pro
-------------------------------------------------- */
@font-face {
    font-family: 'GothamRndBold';
    src: url('../fonts/GothamRndBold.eot');
    src: url('../fonts/GothamRndBold.eot') format('embedded-opentype'),
         url('../fonts/GothamRndBold.woff2') format('woff2'),
         url('../fonts/GothamRndBold.woff') format('woff'),
         url('../fonts/GothamRndBold.ttf') format('truetype'),
         url('../fonts/GothamRndBold.svg#GothamRndBold') format('svg');
}

@font-face {
    font-family: 'GothamRndMedium';
    src: url('../fonts/GothamRndMedium.eot');
    src: url('../fonts/GothamRndMedium.eot') format('embedded-opentype'),
         url('../fonts/GothamRndMedium.woff2') format('woff2'),
         url('../fonts/GothamRndMedium.woff') format('woff'),
         url('../fonts/GothamRndMedium.ttf') format('truetype'),
         url('../fonts/GothamRndMedium.svg#GothamRndMedium') format('svg');
}         


/* Reset
-------------------------------------------------- */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.grid-item.project:hover .wrapper {
    background: #BBBBBB;
}

.grid-item:hover .wrapper a{
    color: white;

}

.grey-bg{
  background: #BBBBBB;
  padding: 1em !important;
}

ul.tags {}

li.tag {
    list-style: none;
    display: inline-block;
}

li.tag:before {
    content: "\00a0•";
    font-size: 0.7em;
    position: relative;
    top: 1px;
}

li.tag:after {
    content: "\00a0";
    font-size: 0.7em;
    position: relative;
    top: 1px;
}


.tag a {
    list-style: none;
    text-transform: uppercase;
    font-size: 0.55em;
    /* background: #B9B9B9; */
    line-height: 14px;
    /* position:relative; */
}


.image-wrap {
    height: 150px;
    background-size: cover;
    background-position-x: center;
    background-repeat: no-repeat;
}


.ellip-line {
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    width: 100%;
}

.ratio-16for9 {
  /* position: relative; */
  /* padding-bottom: 56.25%; *//* 16:9 */
  /* padding-top: 25px; */
  /* height: 0; */
}

/*.ratio-16for9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.side-wrapper {
    border-top: 1px solid;
    margin: 0em 25%;
    padding-top: 0.3em;
}

*/
.spacer{
  height:0.3em;
}

.page{
  transition:300ms;
  -moz-transition:300ms;
  -webkit-transition:300ms;
  -ms-transition:300ms;
  -o-transition:300ms;
}

.video-container {
    visibility: hidden;
    height:900px;
}

.video-wrapper{
  cursor:pointer;
}

.thumb .thumb-vid-wrapper{
    visibility: hidden;
    -webkit-transition:500ms;
    -moz-transition:500ms;
    -o-transition:500ms;
    -ms-transition:500ms;
    transition: 300ms;

}

/*.thumb a:hover .thumb-vid-wrapper{
    -webkit-transform: translate3d(0px,0px,0px) scale(1.15);
    -moz-transform: translate3d(0px,0px,0px) scale(1.15);
    -ms-transform: translate3d(0px,0px,0px) scale(1.15);
    -o-transform: translate3d(0px,0px,0px) scale(1.15);
    transform: translate3d(0px,0px,0px) scale(1.15);  
    visibility: visible !important;
}*/

.thumb-vid-wrapper .vjs-playing {
    -webkit-transform: translate3d(0px,0px,0px) scale(1.1);
    -moz-transform: translate3d(0px,0px,0px) scale(1.1);
    -ms-transform: translate3d(0px,0px,0px) scale(1.1);
    -o-transform: translate3d(0px,0px,0px) scale(1.1);
    transform: translate3d(0px,0px,0px) scale(1.1);
    /*opacity:1 !important;*/
    visibility: visible !important;

}

.thumb-vid-wrapper .video-js{
    -webkit-transition:500ms;
    -moz-transition:500ms;
    -o-transition:500ms;
    -ms-transition:500ms;
    transition: 300ms;
    /*opacity:0;*/
    visibility: hidden;
}

.vjs-control-bar {
    display: none;
}

.thumb-vid-wrapper {
    top: 1px;
    position: absolute;
    margin: 30px 20px;
    left: 0px;
    /* background: rgba(255, 0, 0, 0.42); */
}

.bottom-nav-wrapper {
    position: absolute;
    bottom: 0px;
}

.section-container {
    overflow: hidden;
    margin: 0;
    /* width: 100%; */
}

.section-background{
    position: absolute;
    width:100%;
    height: 100%;
    left: 0px;
}



div#video-hero {
height: 801px;position: relative;width: 100%;background: green;/* float: left; */}

.container {
    overflow: hidden;
    position: relative;
}

.main > .wrapper {
    margin: 0;
    overflow: hidden;
}

.wrapper {
    overflow: hidden;
    padding: 30px 20px;
    position: relative;
    height: 100%;
}

.inner-wrapper{
  padding: 15px 0px;
}

.inner-wrapper .h4{
  padding: 0px 15px;
}

.homepage .wrapper {
    padding: 10px 20px;
}

.grid-item .wrapper{
      padding: 11px 20px;
}


.home .section-container,
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
  display: block;
}



/* Pix
-------------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  width: 100%;
}


/* Links
-------------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}

aside a:hover {
  color: white !important;
}


/* Clearfix
-------------------------------------------------- */
.cf:after {
  content: "";
  display: table;
  clear: both;
}


/* Site
-------------------------------------------------- */
html {
  height: 101%;
  font-family: "GothamRndMedium", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%;
}
body {
  font-size: 1em;
  line-height: 1.4em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  /* max-width: 1440px; */
  margin: 0 auto;
  background: #DCDBDB;
}

.icon-wrapper {
    position: absolute;     
    display: table;
    height: 100%; 
    width: 100%;  
}

.icon-wrapper .icon-container {
    display: table-cell; 
    vertical-align: middle; 
    text-align: center;
}

span.underline {
    border-bottom: 0.2em solid;
}

.icon-wrapper span {
    font-size: 2em;
    opacity: 0.9;
}

/* Header
-------------------------------------------------- */
.header {
  /* border-bottom: 2px solid red; */
  /* margin-bottom: 1.5em; */
}
.logo {
  display: block;
  margin-bottom: 1.5em;
}
.logo img {
  width: 2em;
}

/* Aside
-------------------------------------------------- */
.aside-right-container{
    height: 500px;
    /* background-color: blue; */
}

.aside-right-wrapper{
    position: relative;
    height: 100%;
    text-align: center;
    width: 100%;
    right: 17px;
}

.aside-left-wrapper{
    position: relative;
    height: 100%;
}

.logo-container{
    width: 74px;
    height: 73px;
    display: inline-block;
    background-size: cover;
    margin-left: 1px;
    margin-top: 70px;
    margin-right: 0px;
    background-image: url('../images/logo_bg.png');
    background-position-y: 0;
    cursor: pointer;
    transition: 500ms;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -ms-transition: 500ms;
    -o-transition: 500ms;
    transition-property: "background-position-y";
    -webkit-transition-property: "background-position-y";
    -webkit-transition-property: "background-position-y";
    background-color: black;

}

.logo-container.light{
    background-position-y: 73px;
}

.contact-container{
    text-align: center;
    margin-bottom: 0em;
    position: absolute;
    bottom: 44px;
    width: 100%;
    right: 2px;
/*    visibility: hidden;
*/}

.mobile-header{
  position:relative;
  /* padding-bottom: 1em; */
  z-index: 10;
}

.homepage .mobile-header{
  /* padding-bottom:0; */
  margin-bottom: -5px;
}

.mobile-header .logo-container{
    position: absolute;
    z-index: 999;
    left: 20px;
    top: 0px;
    margin-top: 20px;
    width: 50px;
    height: 49px;
    background-color: transparent;
}


.mobile-header .logo-container.light {
    background-position-y: 0px;
}

.mobile-header .logo-container.dark {
    background-position-y: 50px;
}

/* Navigation
-------------------------------------------------- */
.menu a {
  display: block;
  color: #222;
}
.menu a:hover {
  color: red;
  text-decoration: none;
}
.menu .active {
  color: red;
}
.menu li {
  list-style: none;
}
.menu > li {
  position: relative;
}
.menu > li > a {
  padding: .35em 0;
  border-top: 1px solid #ddd;
  font-weight: 600;
}

.submenu {
  position: absolute;
  z-index: 1;
  display: none;
  left: 1em;
}
.submenu:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: -.5em;
  left: 0;
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-left: .5em solid #222;
}
.submenu li {
  border-bottom: 1px solid #444;
}
.submenu a {
  padding: .5em 1.5em;
  font-size: .9em;
  font-weight: 300;
  color: #fff;
  background: #222;
  white-space: nowrap;
}
.submenu a:hover {
  background: #333;
  color: #fff;
}

@media screen and (min-width: 40em) {
  body {
    /* padding: 3em; */
  }
  .logo {
    float: left;
  }
  .menu {
    float: right;
    margin-right: -1em;
  }
  .menu > li {
    float: left;
  }
  .menu > li > a {
    padding: .35em 1em;
    border: 0;
  }
  .menu > li:hover .submenu {
    display: block;
  }
}


/* Headings
-------------------------------------------------- */
h1, .h1 {
  font-weight: 400;
  font-size: 2.1em;
  line-height: 1.1em;
  /* font-weight: bold; */
  font-family: "GothamRndBold", sans-serif;
}
h2, .h2 {
  font-size: 1.5em;
  line-height: 1.25em;
  font-weight: 300;
  /* margin-bottom: .5em; */
  /* text-transform: uppercase; */
  font-family: "GothamRndBold";
}

.h2.icons {
    font-size: 0.8em;
}

h3, .h3 {
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 400;
  margin-bottom: .5em;
}
h4, .h4 {
  font-size: 0.75rem;
  line-height: 1.4em;  
  margin: 0.2em 0em;
  display: block;
  font-weight: 500;
}

h5, .h5{
  font-size: 0.6em;
  line-height: 1.5em;
  display: block;
  font-weight: 500;
  margin: 0.5em 0em;
}


h6, .h6{
  font-size: 0.55em;
  line-height: 1.5em;
  display: block;
  font-weight: 500;
  margin: 0.5em 0em;
}

h1 a, h2 a, h3 a, h4 a {
  color: inherit;
  border: 0 !important;
}


p.title, h1.title {
    font-size: 1.8em;
    line-height: 1.15em;
    margin: 0.4em 0;
}


.uppercase{
  text-transform: uppercase;
}

.nomargin{
  margin:0;
}

.bold{
    font-family: 'GothamRndBold';
}

.top-bordered {
    border-top: solid 1px;
    padding-top: 0.7em;
    margin-top: 1em;
}

.bottom-bordered{
  border-bottom: 1px solid;
  padding-bottom: 0.1em;
}

p{
  /* line-height: 1.2; */
  margin: 0.4em 0;
}

article p {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  font-size: 0.85em;
  line-height: 1.5em;
  font-weight: 500;
  /* margin-right: 1.1em; */
}

article h2{
    font-size: 1.15em;
    margin-top: 0px;
    margin-right: 0em;
}

article figure, article .oembed{
    margin:0.6em 0;
}

article iframe {
    display: block;
    margin: 0.6em 0;
}

/*article figure:first-of-type, article .oembed:first-of-type{
    border-top: 1px solid;
    padding-top:0.5em;

}*/

.meta-info {
    margin: 0.2em 0em;
}

.bottom-navigation {
    bottom: 0px;
    width: 100%;
    position: absolute;
    left: 0px;
}
/* Main
-------------------------------------------------- */
.main {
}
.main hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid;
  margin: 0.3em 0;
  padding: 0;
}

.homepage hr {
    margin-bottom: 0.8em;
}

article hr{
   margin: 0.7em 0 !important;
}

.main p,
.main figure,
.main ul,
.main ol {
  /* margin-bottom: 1.5em; */
  /* font-size: 1.2em; */
}
.main a {
  /* border-bottom: 2px solid #ddd; */
}
.main a:hover {
  border-color: #222;
}

/* Text blocks */
.text ul,
.text ol {
  margin-left: 1em;
}

/* Project meta
-------------------------------------------------- */
.meta {
  margin-bottom: 1.5em;
}
.meta li {
  float: left;
  list-style: none;
  margin-right: 2em;
  color: red;
}
.meta li b {
  font-weight: 400;
  color: #000;
  padding-right: .25em;
}


/* Project teaser
-------------------------------------------------- */
.teaser {
  list-style: none;
}
.teaser li {
  margin-bottom: 1.5em;
  list-style: none;
}
@media screen and (min-width: 50em) {
  .teaser li {
    float: left;
    width: 30%;
    margin-left: 5%;
  }
  .teaser li:first-child {
    margin-left: 0;
  }
}


/* Next/Prev nav
-------------------------------------------------- */
.nextprev {
  padding: 1em 0;
}
.nextprev a {
  border: 0;
}
.nextprev .prev {
  float: left;
}
.nextprev .next {
  float: right;
}


/* Footer
-------------------------------------------------- */
.footer {
  padding: 0;
  font-size: .8em;
}
.copyright {
  float: left;
}
.colophon {
  float: right;
}
.colophon a b {
  color: red;
  padding-left: .25em;
}

.inline-block{
  display:inline-block;
}

#nav-list{
/*    -webkit-column-count: 3; 
    -moz-column-count: 3; 
    column-count: 3;
    -webkit-column-gap: 40px; 
    -moz-column-gap: 40px; 
    column-gap: 40px;*/
    line-height: 1.4em;
    text-transform: uppercase;
}

#nav-list li{
  padding: 0.5px 0px;
  list-style: none;
  overflow: hidden;
  cursor: pointer;
}

input[type="search"], input[type="text"], input[type="password"] {
    width: 100%;
    height: 28px;
    border: 2px solid #76A6FF;
    background: transparent;
    margin-top: 2px;
    color: #76A6FF;
    padding: 4px;
    font-size: 0.6em;    
    text-transform: uppercase;
    -webkit-appearance:none;
}

input[type="search"]:focus, input[type="text"]:focus, input[type="password"]:focus {
    outline: none;
    border-color: #095AFD;
    color: #095AFD;
}

input[type="search"].empty, input[type="text"].empty, input[type="password"].empty {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}


input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label{
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently */
}

/*input[type="checkbox"]:checked + label{
  color: red !important;
}
input[type="checkbox"]:checked + label{
  color: red !important;
}*/

.share .icons{
  font-size:1.2em;
}

.breaking-news-slider {
    overflow: hidden;
    white-space: nowrap;
}

.breaking-news-wrapper{
    position: relative;
    top: 8px;
}

.share-stuff:hover a{
  color: inherit !important;
}

.password-container{
    background: #dbdbdb;
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
}

.shake {
  animation: shake 0.5s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-6px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(5px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-10px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(10px, 0, 0);
  }
}

input#submit-pass {
    background: #76a6ff;
    padding: 5px;
    color: white;
    font-weight: bold;
    margin: 7px;
    border: 2px solid #fff;
}

form#passform{
    width: 250px;
    display: inline-block;
    padding-top: 200px;
}

#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;-webkit-transform:rotate(3deg) translate(0,-4px);-ms-transform:rotate(3deg) translate(0,-4px);transform:rotate(3deg) translate(0,-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:2px solid transparent;border-top-color:#29d;border-left-color:#29d;border-radius:50%;-webkit-animation:nprogress-spinner .4s linear infinite;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes nprogress-spinner{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
.oembed iframe,.oembed object,.oembed embed,.oembed img{max-width:100%;margin-left:auto !important;margin-right:auto !important;border-width:0}.oembed-video{width:100%;position:relative;padding:0;padding-top:56.25%}.oembed-video iframe,.oembed-video object,.oembed-video img{position:absolute;top:0;left:0;width:100%;height:100%}.oembed-lazyvideo{background-color:#dedede;overflow:hidden}.oembed-lazyvideo .play{z-index:10;position:absolute;top:0;bottom:0;left:0;right:0;opacity:.7;filter:alpha(opacity=70);cursor:pointer;-webkit-transition:opacity 0.4s ease-in-out;transition:opacity 0.4s ease-in-out}.oembed-lazyvideo .play img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:auto;height:auto}.oembed-lazyvideo:hover .play{opacity:.4;filter:alpha(opacity=40)}.oembed-lazyvideo .thumb{position:absolute;top:0;bottom:0;left:0;right:0;background-size:cover;background-position:50% 50%;cursor:pointer}.oembed-lazyvideo iframe,.oembed-lazyvideo object{display:none}