@font-face {
  font-family: 'Brothers';
  src: url('../eot/brothers-4.eot'); /* IE9 Compat Modes */
  src: url('../eot/brothersd41d-4.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../brothers.html') format('woff2'), /* Super Modern Browsers */
       url('../woff/brothers-4.woff') format('woff'), /* Pretty Modern Browsers */
       url('../ttf/brothers-4.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../svg/brothers-4.svg#svgFontName') format('svg'); /* Legacy iOS */
}

html, body {
    -moz-osx-font-smoothing: grayscale;
    background: #0d47a1 url("../jpg/knowfuture-bg.jpg") repeat fixed;
    box-sizing: border-box;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Helvetica',sans-serif;
    line-height: 1.2;
}

.nav {
	width: 100%;
	display: block;
	height: auto;
}

#main-menu {
	padding-left: 20px;
}

#main-menu ul li {
	margin-right: 20px;
}

.menu.expanded {
    display: table;
    table-layout: fixed;
}

.menuitem {
    border-radius: 10px;
    background: #12346d;
}

a {
    color: #2ba6cb;
    cursor: pointer;
    line-height: inherit;
    text-decoration: none;
}

a:hover, a:focus {
    color: #107796;
}

.menu > li > a {
    display: block;
    color: #EEE;
    line-height: 1;
    padding: 0.8rem;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
}

.menu > li > a:hover {
    color: #FFF;
    background: rgba(255,255,255,0.2);
}

.catlinks > li > a {
    display: block;
    color: #EEE;
    line-height: 1;
    padding: 0.8rem;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
}

.catlinks  > li > a:hover {
    color: #FFF;
    background: rgba(255,255,255,0.2);
}

ul, ol, dl {
    margin-bottom: 0rem;
}

li {
	color: #fff;
    display: inline-block;
    font-family: 'Brothers','Helvetica',sans-serif;
    font-weight: bold;
    padding: 5px 10px;
    text-transform: uppercase;
    text-align: center;
}

li.social-btn {
    padding: 10px;
    border-left: none;
    background: none;
}

li.social-btn:first-child {
    padding: 10px 10px 10px 45px;
}

.title-bar {
    background: #12346d none repeat scroll 0 0;
    color: #fefefe;
    padding: 0.5rem;
}

.container {
    margin: 0px auto;
    padding: 10px 0px 20px;
    max-width: 1200px;
    width: 100%;
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
	}
	
.content {
		margin: 10px 20px;
	}
	
.nametag {
    border-top: 5px solid #eee;
    border-bottom: 5px solid #eee;
    font-size: 18pt;
    color: #fff;
    font-style: oblique;
    font-weight: 800;
    margin: 20px auto 10px;
    padding: 7px 0px 13px;
    text-align: center;
    text-transform: uppercase;
    clear: both;
    font-family: 'Brothers','Helvetica',sans-serif;
}

.clear {
	clear: both;
}

.q {
    color: #FFF;
    font-size: 16pt;
    line-height: 1.2em;
    font-weight: bold;
    padding-top: 10px;
}

.a {
    color: #EEE;
    font-size: 14pt;
    line-height: normal;
    padding-top: 5px;
}

.intro {
    color: #FFF;
    font-size: 16pt;
    font-style: oblique;
    font-weight: 800;
    padding-top: 10px;
    width: 80%;
    margin: 0 auto;
}
	
.floatleft {
	padding: 10px 15px 15px 0px;
	float: left;
}

.floatright {
	padding: 10px 0px 15px 15px;
	float: right;
}

.aligncenter {
	padding: 10px 0px 15px 0px;
}

.mobile {
	display: none;
}

.desktop {
	display: block;
	}
	
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 64%; /* the padding is the height of the video divided through its width; the aspect ratio in percent! */
}

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

.row {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    margin: 0 auto;
}

.column, .columns {
    float: left;
    padding: 0.1rem;
}

img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
}

.ds8
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.ds8:before, .ds8:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.ds8:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

footer {
	clear: both;
	border-top: 5px solid #EEE;
	max-width: 90%;
	margin: 40px auto 0px;
}

.catlinks{
    text-align: center;
}

.follow {
	text-align: center;
	width: 80%;
	margin: 20px auto;
	color: #fff;
    font-size: 16pt;
    font-weight: bold;
    padding-top: 10px;
}

.yt {
    background: rgba(0, 0, 0, 0) url("../svg/yt-3.svg") no-repeat scroll center center / contain ;
    float: left;
    height: 20px;
    margin: 3px auto 0;
    opacity: 0.6;
    width: 26px;
}

.ig {
    background: rgba(0, 0, 0, 0) url("../svg/ig-3.svg") no-repeat scroll center center / contain ;
    float: left;
    height: 20px;
    margin: 3px auto 0;
    opacity: 0.6;
    width: 26px;
}

.fb {
    background: rgba(0, 0, 0, 0) url("../svg/fb-3.svg") no-repeat scroll center center / contain ;
    float: left;
    height: 20px;
    margin: 3px auto 0;
    opacity: 0.6;
    width: 26px;
}

.tw {
    background: rgba(0, 0, 0, 0) url("../svg/tw-3.svg") no-repeat scroll center center / contain ;
    float: left;
    height: 20px;
    margin: 3px auto 0;
    opacity: 0.6;
    width: 22px;
}

.yt:hover, .ig:hover, .fb:hover, .tw:hover {
    opacity: 1.0;
}



@media only screen and (max-width: 40.063em) {
	
	.catalog {
    margin: 10px auto;
    width: 100%;
	}
	
	.content {
		margin: 4px;
	}
	
	.social-links {
		display: none;
	}
	
	li {
	border-left: none;
	background: none;
	}
	
	.nametag {
    background-color: #12346d;
    font-size: 18pt;
    font-style: oblique;
    font-weight: 800;
    margin: auto 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
	}
	
	.q {
    color: #FFF;
    font-size: 16pt;
    font-style: oblique;
    font-weight: bold;
    padding-top: 10px;
	}

	.a {
    color: #EEE;
    font-size: 14pt;
    font-style: oblique;
    padding-top: 0px;
	}
	
	.intro {
    color: #fff;
    font-size: 14pt;
    font-style: oblique;
    margin: 0 auto;
    padding-top: 10px;
    width: 95%;
	}
	
	.floatleft, .floatright, aligncenter {
	padding: 10px 0px 15px 0px;
	}
	
	.mobile {
	display: block;
	
	.desktop {
	display: none;
	}
}
}