@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:700');
body{font-family:'Montserrat',Arial,sans;margin:0;padding:0;font-size:1rem;line-height:1.4;color:#3c3c3b;background-color:#fff;background-size:contain;background-attachment:fixed;}
*{box-sizing:border-box;margin:0;padding:0;}
a{text-decoration:none;color:#3c3c3b;}
a.ul{border-bottom:1px solid rgba(0,0,0,.1);transition:border 1s!important;}
a.ul:hover{border-bottom:1px solid rgba(0,0,0,.5);}
img{width:100%;}
small{font-size:.8rem;line-height:1.2;}
h1,h2,h3,h4{margin:0 0 .25rem;font-family:'Josefin Sans';text-transform:uppercase;}
header{border-bottom:4px solid #5f5b5a;}
header .logo{text-indent:-9999px;background-image:url(../gfx/logo.svg);height:10rem;width:10rem;white-space:nowrap;margin:1rem;background-size:contain;display:inline-block;background-repeat:no-repeat;}
header nav{display:inline-block;vertical-align:bottom;width:calc(100% - 13rem);text-align:right;}
header nav ul{list-style:none;}
header nav ul li{display:inline-block;margin-left:1px;}
header nav ul li a{display:block;padding:1rem;font-family:'Josefin Sans';text-transform:uppercase;transition:background 1s;text-align:left;}
header nav ul li a:hover,header nav ul li a.active{background:#fdde00;}
footer{height:10rem;background:#5f5b5a;color:#999;}
footer .row{margin:0 auto;max-width:70rem;}
.main{margin:4rem auto;max-width:70rem;padding-bottom:10rem;min-height:calc(100vh - 24rem);}
.row{display:block;padding:1rem 0;}
.col{display:inline-block;vertical-align:top;padding:0 .75rem;min-height:1px;margin-bottom:1rem;}
.col .row{margin:0 -.75rem;}
.m1{width:8.3333333333%;}
.m2{width:16.6666666667%;}
.m3{width:25%;}
.m4{width:33.3333333333%;}
.m5{width:41.6666666667%;}
.m6{width:50%;}
.m7{width:58.3333333333%;}
.m8{width:66.6666666667%;}
.m9{width:75%;}
.m10{width:83.3333333333%;}
.m11{width:91.6666666667%;}
.m12{width:100%;}
.offset-m1{margin-left:8.3333333333%;}
.offset-m2{margin-left:16.6666666667%;}
.offset-m3{margin-left:25%;}
.offset-m4{margin-left:33.33333333%;}
.pd{padding:.75rem;}
.pv{padding:.75rem 0;}
.mb{margin-bottom:1rem;}
.mt{margin-top:.5rem;}
.mb2{margin-bottom:2rem;}
.wbg {background:rgba(255,255,255,.9);}
.mh {min-height:80vh}
.lb {position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: .8rem;}
.burger {display:none}
.rgt{text-align:right;}
ul.lv{list-style:none;}
ul.lv li{display:block;margin-bottom:1px;}
ul.lv li a{display:block;padding:1rem;font-family:'Josefin Sans';text-transform:uppercase;transition:background 1s;text-align:left;background:rgba(240,240,240,.9);}
ul.lv li a:hover,ul.lv li a.active{background:#fdde00;}
.bg-img{top:0;width:100%;padding-top:75%;background-size:cover;background-position:center center;opacity:1;transition:opacity 1s;position:relative;display:inline-block;}
.bg-img.v,.slide.v{background-size:2rem!important;background-color:rgba(0,0,0,.05);background-repeat:no-repeat;background-position:center center !important;}
.bg-img.r50{padding-top:50%;}
.bg-img.thu{}
.bg-img.r100{padding-top:100%;}
.bg-img.fit{background-size:contain;background-repeat:no-repeat;background-position: top left;}
.bg-img.blend{filter:grayscale(100%);transition:filter 1s;}
.bg-img.blend:hover{filter:grayscale(0%);}
.itmz{margin:1rem 0;}
.sharing a{padding:.5rem .5rem .3rem 1.8rem;font-size:.8rem;display:inline-block;margin:1px;}
.sharing a::before{position:absolute;content:'';margin-left:-1.8rem;margin-top:-.25rem;width:1.5rem;height:1.5rem;background:url(/lib/gfx/sb.svg?v=2);background-size:auto 3rem;}
.sharing a.fcb::before{background-position:0 0;}
.sharing a.twt::before{background-position:-1.5rem 0;}
.sharing a.lin::before{background-position:-3rem 0;}
.wrap {position:relative}
.wrap iframe{border:0;width:100%;height:100%;}
.vid {cursor:pointer}
.vid:before{content:'';position:absolute;width:6rem;height:6rem;left:50%;top:50%;background:transparent url(/lib/gfx/video.svg) center center no-repeat;background-size:contain;transform:translate(-3rem,-3rem);z-index:10}
.file{font-size:.8rem}
.file:before{content:'';display:inline-block;width:4rem;height:3.1rem;background:url(../gfx/files.svg);}
.file.pdf:before{background-position:-0 0;}
.file.doc:before{background-position:-80px 0;}
.file.xls:before{background-position:-160px 0;}
.file.zip:before{background-position:-240px 0;}
    
@keyframes fadeIn {
from{opacity:0;}
to{opacity:1;}
}
.fadeIn{animation-name:fadeIn;animation-duration:1s;}
.show-mobile{display:none;}


@media (max-width: 740px) {
	body {min-height:100vh;background-size:cover;background-position:center;}
	header {background:#fff;border-bottom:1px solid;}
	header .burger{display:inline-block;vertical-align:top;height:2rem;width:2rem;background:url(/lib/gfx/hamburger.svg) no-repeat;background-size:contain;    float: right; margin: 1rem;}
	header .logo{width:3rem;height:3rem;}
	header nav{display:none;}
	.col{width:100%;}
	.offset-m1,.offset-m2,.offset-m3,.offset-m4{margin:0;}
	footer{height:auto;}
	header nav{background:#fff;display:block;width:100%;}
	header nav ul li{display:block;}
	.show-mobile{display:block;}
	.hide-mobile{display:none;}
	.rgt{text-align:left;}
	header nav{display:none;}
}