	body,article,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,menu,figure,figcaption 
{
	 margin:0;
	 padding:0;
	 
}
	 table 
{
	 border-collapse:collapse;
	 border-spacing:0;
	 
}
	 fieldset,img 
{
	 border:0;
	 
}
	 address,caption,cite,code,dfn,em,strong,th,var 
{
	 font-style:normal;
	 font-weight:normal;
	 
}
	 article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section 
{
	 display: block;
	 
}
	 ol,ul 
{
	 list-style:none;
	 
}
	 caption,th 
{
	 text-align:left;
	 
}
	 h1,h2,h3,h4,h5,h6 
{
	 font-size:100%;
	 font-weight:normal;
	 
}
	 q:before,q:after 
{
	 content:'';
	 
}
	 abbr,acronym 
{
	 border:0;
	 
}
	 body 
{
	 margin-left:0px;
	 margin-top:0px;
	 margin-right:0px;
	 margin-bottom:0px;
	 background-color:#fff;
	 
}
	 body,td,th 
{
	 font-family:Helvetica, Arial, sans-serif;
	 font-size:12px;
	 color:#777;
	 
}
	 img 
{
	 border:none;
	 float:left;
	 
}
	 a 
{
	 color:#666;
	 outline:none;
	 
}
	 a:link 
{
	 text-decoration:none;
	 
}
	 a:visited 
{
	 text-decoration:none;
	 
}
	 a:hover 
{
	 text-decoration:none;
	 
}
	 a:active 
{
	 text-decoration:none;
	 
}
	 a:focus 
{
	 -moz-outline-style:none;
	 
}
	 li 
{
	 list-style:none;
	 
}
	 object:focus 
{
	 -moz-outline-style:none;
	 
}
	 input 
{
	 font-family:Helvetica, Arial, sans-serif;
	 font-weight:normal;
	 margin:0;
	 padding:0;
	 border:none;
	 font-size:11px;
	 color:#666;
	 background:#fff;
	 
}
	 input:hover 
{
	 color:#333;
	 
}
	 input:focus 
{
	 outline:0 none;
	 
}
	 textarea 
{
	 font-family:"Helvetica Neue",Helvetica, Arial, sans-serif;
	 font-weight:normal;
	 margin:0;
	 padding:3px 5px 3px 5px;
	 border:none;
	 font-size:11px;
	 color:#777;
	 
}
	 textarea:hover 
{
	 color:#666;
	 
}
	 textarea:focus 
{
	 -moz-outline-style:none;
	 outline:0 none;
	 
}
	 button 
{
	 background:none repeat scroll 0 0;
	 border:medium none;
	 color:#666;
	 font-family:"Helvetica Neue",Helvetica, Arial, sans-serif;
	 padding:0;
	 margin:0;
	 cursor:pointer;
	 
}
	 button:focus 
{
	 outline:0 none;
	 
}
	 button:hover 
{
	 color:#333;
	 
}
	 :focus 
{
	 -moz-outline-style:none;
	 outline:none;
	 
}
	 select:focus 
{
	 outline:none;
	 
}
	 input[type="button"],input[type="submit"],input[type="reset"] 
{
	 cursor:pointer;
	 
}
	 template 
{
	 display:none;
	 
}
	 html 
{
	 font-size: 65%;
	 
}
	 body 
{
	 font-size: 12px;
	 font-size: 1.2rem;
	 line-height: 1.2;
	 
}
	 .grid 
{
	 width: 100%;
	 margin-right: auto;
	 margin-left: auto;
	 padding-right: 0;
	 padding-left: 0;
	 overflow: hidden;
	 pointer-events: none;
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -moz-flex;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-direction: normal;
	 -webkit-box-orient: vertical;
	 -webkit-flex-direction: column;
	 -moz-flex-direction: column;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 -webkit-flex-wrap: nowrap;
	 -moz-flex-wrap: nowrap;
	 -ms-flex-wrap: none;
	 flex-wrap: nowrap;
	 -webkit-box-pack: start;
	 -ms-flex-pack: start;
	 -webkit-justify-content: flex-start;
	 -moz-justify-content: flex-start;
	 justify-content: flex-start;
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
	 
}
	 .grid .row 
{
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -moz-flex;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-direction: normal;
	 -webkit-box-orient: horizontal;
	 -webkit-flex-direction: row;
	 -moz-flex-direction: row;
	 -ms-flex-direction: row;
	 flex-direction: row;
	 -webkit-flex-wrap: wrap;
	 -moz-flex-wrap: wrap;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	 -webkit-box-align: start;
	 -ms-flex-align: start;
	 -webkit-align-items: flex-start;
	 -moz-align-items: flex-start;
	 align-items: flex-start;
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
	 margin-right: -1rem;
	 margin-left: -1rem;
	 
}
	 .grid .row.align-left 
{
	 -webkit-align-self: flex-start;
	 -moz-align-self: flex-start;
	 -ms-flex-item-align: start;
	 align-self: flex-start;
	 
}
	 .grid .row.align-right 
{
	 -webkit-align-self: flex-end;
	 -moz-align-self: flex-end;
	 -ms-flex-item-align: end;
	 align-self: flex-end;
	 
}
	 .grid .row.align-center 
{
	 -webkit-align-self: center;
	 -moz-align-self: center;
	 -ms-flex-item-align: center;
	 align-self: center;
	 
}
	 .grid .row.align-middle 
{
	 -webkit-align-self: center;
	 -moz-align-self: center;
	 -ms-flex-item-align: center;
	 align-self: center;
	 
}
	 .grid .row.centered 
{
	 -webkit-align-self: center;
	 -moz-align-self: center;
	 -ms-flex-item-align: center;
	 align-self: center;
	 
}
	 .grid .row.align-top,.grid .row &.headline 
{
	 -webkit-align-self: flex-start;
	 -moz-align-self: flex-start;
	 -ms-flex-item-align: start;
	 align-self: flex-start;
	 
}
	 .grid .row.align-bottom 
{
	 -webkit-align-self: flex-end;
	 -moz-align-self: flex-end;
	 -ms-flex-item-align: end;
	 align-self: flex-end;
	 
}
	 .grid .row.baseline 
{
	 -webkit-align-self: baseline;
	 -moz-align-self: baseline;
	 -ms-flex-item-align: baseline;
	 align-self: baseline;
	 
}
	 .grid .row.justify,.grid .row &.justified 
{
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 -webkit-justify-content: space-between;
	 -moz-justify-content: space-between;
	 justify-content: space-between;
	 
}
	 .grid .row.reversed,.grid .row &.reverse 
{
	 -webkit-box-direction: normal;
	 -webkit-box-orient: horizontal;
	 -webkit-flex-direction: row;
	 -moz-flex-direction: row;
	 -ms-flex-direction: row;
	 flex-direction: row;
	 
}
	 .grid .row [class^=col-] 
{
	 -webkit-box-flex: 1;
	 -webkit-flex: 1 ;
	 -moz-box-flex: 1;
	 -moz-flex: 1 ;
	 -ms-flex: 1 ;
	 flex: 1 ;
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
	 padding-left: 1rem;
	 padding-right: 1rem;
	 
}
	 .grid .row [class^=col-].align-left 
{
	 -webkit-align-self: flex-start;
	 -moz-align-self: flex-start;
	 -ms-flex-item-align: start;
	 align-self: flex-start;
	 
}
	 .grid .row [class^=col-].align-right 
{
	 -webkit-align-self: flex-end;
	 -moz-align-self: flex-end;
	 -ms-flex-item-align: end;
	 align-self: flex-end;
	 
}
	 .grid .row [class^=col-].align-center 
{
	 -webkit-align-self: center;
	 -moz-align-self: center;
	 -ms-flex-item-align: center;
	 align-self: center;
	 
}
	 .grid .row [class^=col-].align-middle 
{
	 -webkit-align-self: center;
	 -moz-align-self: center;
	 -ms-flex-item-align: center;
	 align-self: center;
	 
}
	 .grid .row [class^=col-].centered 
{
	 -webkit-align-self: center;
	 -moz-align-self: center;
	 -ms-flex-item-align: center;
	 align-self: center;
	 
}
	 .grid .row [class^=col-].align-top,.grid .row [class^=col-] &.headline 
{
	 -webkit-align-self: flex-start;
	 -moz-align-self: flex-start;
	 -ms-flex-item-align: start;
	 align-self: flex-start;
	 
}
	 .grid .row [class^=col-].align-bottom 
{
	 -webkit-align-self: flex-end;
	 -moz-align-self: flex-end;
	 -ms-flex-item-align: end;
	 align-self: flex-end;
	 
}
	 .grid .row [class^=col-].baseline 
{
	 -webkit-align-self: baseline;
	 -moz-align-self: baseline;
	 -ms-flex-item-align: baseline;
	 align-self: baseline;
	 
}
	 .grid .row [class^=col-].reversed,.grid .row [class^=col-] &.reverse 
{
	 -webkit-box-direction: normal;
	 -webkit-box-orient: horizontal;
	 -webkit-flex-direction: row;
	 -moz-flex-direction: row;
	 -ms-flex-direction: row;
	 flex-direction: row;
	 
}
	 .grid .row .col-0 
{
	 display: none;
	 
}
	 .grid .row .col-1 
{
	 pointer-events: auto;
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 25%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 25%;
	 -ms-flex: 0 0 25%;
	 flex: 0 0 25%;
	 
}
	 .grid .row .col-1.offset-1 
{
	 margin-left: 25%;
	 
}
	 .grid .row .col-1.offset-2 
{
	 margin-left: 50%;
	 
}
	 .grid .row .col-1.offset-3 
{
	 margin-left: 75%;
	 
}
	 .grid .row .col-1.offset-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-1.offset-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-1.offset-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-1.offset-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-1.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-1.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-1.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-1.offset-11 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-2 
{
	 pointer-events: auto;
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 50%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 50%;
	 -ms-flex: 0 0 50%;
	 flex: 0 0 50%;
	 
}
	 .grid .row .col-2.offset-1 
{
	 margin-left: 25%;
	 
}
	 .grid .row .col-2.offset-2 
{
	 margin-left: 50%;
	 
}
	 .grid .row .col-2.offset-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-2.offset-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-2.offset-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-2.offset-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-2.offset-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-2.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-2.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-2.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-2.offset-11 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-3 
{
	 pointer-events: auto;
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 75%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 75%;
	 -ms-flex: 0 0 75%;
	 flex: 0 0 75%;
	 
}
	 .grid .row .col-3.offset-1 
{
	 margin-left: 25%;
	 
}
	 .grid .row .col-3.offset-2 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-3.offset-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-3.offset-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-3.offset-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-3.offset-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-3.offset-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-3.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-3.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-3.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-3.offset-11 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-4 
{
	 pointer-events: auto;
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 100%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 100%;
	 -ms-flex: 0 0 100%;
	 flex: 0 0 100%;
	 
}
	 .grid .row .col-4.offset-1 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-4.offset-2 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-4.offset-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-4.offset-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-4.offset-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-4.offset-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-4.offset-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-4.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-4.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-4.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-4.offset-11 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-5 
{
	 pointer-events: auto;
	 -webkit-box-flex: 1;
	 -webkit-flex: 1 0 100%;
	 -moz-box-flex: 1;
	 -moz-flex: 1 0 100%;
	 -ms-flex: 1 0 100%;
	 flex: 1 0 100%;
	 
}
	 .grid .row .col-5.offset-1 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-5.offset-2 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-5.offset-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-5.offset-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-5.offset-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-5.offset-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-5.offset-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-5.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-5.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-5.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-5.offset-11 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-6 
{
	 pointer-events: auto;
	 -webkit-box-flex: 1;
	 -webkit-flex: 1 0 100%;
	 -moz-box-flex: 1;
	 -moz-flex: 1 0 100%;
	 -ms-flex: 1 0 100%;
	 flex: 1 0 100%;
	 
}
	 .grid .row .col-6.offset-1 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-6.offset-2 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-6.offset-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-6.offset-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-6.offset-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-6.offset-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-6.offset-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-6.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-6.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-6.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-6.offset-11 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-7 
{
	 pointer-events: auto;
	 -webkit-box-flex: 1;
	 -webkit-flex: 1 0 100%;
	 -moz-box-flex: 1;
	 -moz-flex: 1 0 100%;
	 -ms-flex: 1 0 100%;
	 flex: 1 0 100%;
	 
}
	 .grid .row .col-7.offset-1 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-7.offset-2 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-7.offset-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-7.offset-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-7.offset-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-7.offset-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-7.offset-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-7.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-7.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-7.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-7.offset-11 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-8 
{
	 pointer-events: auto;
	 -webkit-box-flex: 1;
	 -webkit-flex: 1 0 100%;
	 -moz-box-flex: 1;
	 -moz-flex: 1 0 100%;
	 -ms-flex: 1 0 100%;
	 flex: 1 0 100%;
	 
}
	 .grid .row .col-8.offset-1 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-8.offset-2 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-8.offset-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-8.offset-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-8.offset-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-8.offset-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-8.offset-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-8.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-8.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-8.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-8.offset-11 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-9 
{
	 pointer-events: auto;
	 -webkit-box-flex: 1;
	 -webkit-flex: 1 0 100%;
	 -moz-box-flex: 1;
	 -moz-flex: 1 0 100%;
	 -ms-flex: 1 0 100%;
	 flex: 1 0 100%;
	 
}
	 .grid .row .col-9.offset-1 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-9.offset-2 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-9.offset-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-9.offset-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-9.offset-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-9.offset-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-9.offset-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-9.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-9.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-9.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-9.offset-11 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-10 
{
	 pointer-events: auto;
	 -webkit-box-flex: 1;
	 -webkit-flex: 1 0 100%;
	 -moz-box-flex: 1;
	 -moz-flex: 1 0 100%;
	 -ms-flex: 1 0 100%;
	 flex: 1 0 100%;
	 
}
	 .grid .row .col-10.offset-1 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-10.offset-2 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-10.offset-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-10.offset-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-10.offset-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-10.offset-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-10.offset-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-10.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-10.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-10.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-10.offset-11 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-11 
{
	 pointer-events: auto;
	 -webkit-box-flex: 1;
	 -webkit-flex: 1 0 100%;
	 -moz-box-flex: 1;
	 -moz-flex: 1 0 100%;
	 -ms-flex: 1 0 100%;
	 flex: 1 0 100%;
	 
}
	 .grid .row .col-11.offset-1 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-11.offset-2 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-11.offset-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-11.offset-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-11.offset-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-11.offset-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-11.offset-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-11.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-11.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-11.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-11.offset-11 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-12 
{
	 pointer-events: auto;
	 -webkit-box-flex: 1;
	 -webkit-flex: 1 0 100%;
	 -moz-box-flex: 1;
	 -moz-flex: 1 0 100%;
	 -ms-flex: 1 0 100%;
	 flex: 1 0 100%;
	 
}
	 .grid .row .col-12.offset-1 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-12.offset-2 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-12.offset-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-12.offset-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-12.offset-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-12.offset-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-12.offset-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-12.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-12.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-12.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-12.offset-11 
{
	 margin-left: 0;
	 
}
	 .grid .row img 
{
	 width:100%;
	 
}
	 @font-face 
{
	 font-family: 'ggg_light';
	 src: url('/public/fonts/ggg/ggg-light.eot');
	 src: url('/public/fonts/ggg/ggg-light?#iefix') format('embedded-opentype'), url('/public/fonts/ggg/ggg-light.otf') format('opentype'), url('/public/fonts/ggg/ggg-light.woff') format('woff'), url('/public/fonts/ggg/ggg-light.ttf') format('truetype'), url('/public/fonts/ggg/ggg-light.svg#ggg_light') format('svg');
	 font-weight: normal;
	 font-style: normal;
	 
}
	 @font-face 
{
	 font-family: 'ggg_book';
	 src: url('/public/fonts/ggg/ggg-book.eot');
	 src: url('/public/fonts/ggg/ggg-book?#iefix') format('embedded-opentype'), url('/public/fonts/ggg/ggg-book.otf') format('opentype'), url('/public/fonts/ggg/ggg-book.woff') format('woff'), url('/public/fonts/ggg/ggg-book.ttf') format('truetype'), url('/public/fonts/ggg/ggg-book.svg#ggg_book') format('svg');
	 font-weight: normal;
	 font-style: normal;
	 
}
	 @font-face 
{
	 font-family: 'ggg_medium';
	 src: url('/public/fonts/ggg/ggg-medium.eot');
	 src: url('/public/fonts/ggg/ggg-medium?#iefix') format('embedded-opentype'), url('/public/fonts/ggg/ggg-medium.otf') format('opentype'), url('/public/fonts/ggg/ggg-medium.woff') format('woff'), url('/public/fonts/ggg/ggg-medium.ttf') format('truetype'), url('/public/fonts/ggg/ggg-medium.svg#ggg_medium') format('svg');
	 font-weight: normal;
	 font-style: normal;
	 
}
	 @font-face 
{
	 font-family: 'ddd_medium';
	 src: url('/public/fonts/ddd/ddd-medium.eot');
	 src: url('/public/fonts/ddd/ddd-medium?#iefix') format('embedded-opentype'), url('/public/fonts/ddd/ddd-medium.otf') format('opentype'), url('/public/fonts/ddd/ddd-medium.woff') format('woff'), url('/public/fonts/ddd/ddd-medium.ttf') format('truetype'), url('/public/fonts/ddd/ddd-medium.svg#ddd_medium') format('svg');
	 font-weight: normal;
	 font-style: normal;
	 
}
	 body 
{
	 font-family: 'ggg_light';
	 background-color: #fff;
	 color: #000;
	 padding: 0rem;
	 margin: 0rem;
	 
}
	  input 
{
	 box-sizing:border-box;
	 font-family: inherit;
	 font-size: inherit;
	 line-height: inherit;
	 color: #7f7f7f;
	 background-color: #f2f2f2;
	 padding: 1.2rem;
	 border: 0px solid #e5e5e5;
	 border-radius: 0px;
	 float: none;
	 margin: 0 0 1.2rem 0;
	 width: 100%;
	 -webkit-transition: all .3s ease-out 0;
	 -moz-transition: all .3s ease-out 0;
	 -o-transition: all .3s ease-out 0;
	 transition: all .3s ease-out 0;
	 
}
	 input:hover 
{
	 color: #000;
	 background-color:#f7f7f7;
	 
}
	 input:focus 
{
	 color: #000;
	 background-color:#f7f7f7;
	 
}
	 textarea 
{
	 box-sizing:border-box;
	 font-family: inherit;
	 font-size: inherit;
	 line-height: inherit;
	 color: #7f7f7f;
	 background-color: #f2f2f2;
	 padding: inherit;
	 border: 0px solid #e5e5e5;
	 border-radius: 0px;
	 float: none;
	 padding: 1.2rem;
	 margin: 0 0 1.2rem 0;
	 resize: none;
	 width: 100%;
	 -webkit-transition: all ease-out 0;
	 -moz-transition: all ease-out 0;
	 -o-transition: all ease-out 0;
	 transition: all ease-out 0;
	 
}
	 textarea:hover 
{
	 color: #000;
	 background-color:#f7f7f7;
	 
}
	 textarea:focus 
{
	 color: #000;
	 background-color:#f7f7f7;
	 
}
	 label 
{
	 font-family: inherit;
	 font-size: inherit;
	 line-height: inherit;
	 color: #7f7f7f;
	 float: none;
	 padding: 0;
	 margin: 0 0 1.2rem 0;
	 display: inline-block;
	 
}
	 button 
{
	 box-sizing:border-box;
	 font-family: inherit;
	 font-size: inherit;
	 line-height: inherit;
	 color: #7f7f7f;
	 background-color: #f2f2f2;
	 border: 0px solid #e5e5e5;
	 border-radius: 0px;
	 float: right;
	 padding: 1.2rem;
	 margin: 0 0 1.2rem 0;
	 -webkit-transition: all .3s ease-out 0;
	 -moz-transition: all .3s ease-out 0;
	 -o-transition: all .3s ease-out 0;
	 transition: all .3s ease-out 0;
	 
}
	 button:hover 
{
	 color: #000;
	 background-color:#f7f7f7;
	 
}
	 button:focus 
{
	 color: #000;
	 background-color:#f7f7f7;
	 
}
	 body 
{
	 background-color: #efefef;
	 
}
	 #hero 
{
	 padding: 2rem;
	 min-height: 100vh;
	 height: auto;
	 background-image: url("/public/rasters/YoJo_hero_1.jpg");
	 background-size: cover;
	 background-position: center center;
	 background-repeat: no-repeat;
	 justify-content: center;
	 
}
	 .divider 
{
	 padding: 2rem;
	 min-height: 100vh;
	 height: auto;
	 background-image: url("/public/rasters/YoJo_hero_2.jpg");
	 background-size: cover;
	 background-position: center center;
	 background-repeat: no-repeat;
	 justify-content: center;
	 
}
	 #group 
{
	 padding: 2rem;
	 
}
	 #news 
{
	 padding: 2rem;
	 background-color: #fff;
	 
}
	 .news-group 
{
	 margin-bottom: 3rem;
	 
}
	 .news-group .news-item 
{
	 margin-bottom: 3rem;
	 
}
	 .news-group p 
{
	 color: #4a4a4a;
	 font-size: 1.5rem;
	 line-height: 2.2rem;
	 font-family: 'ggg_light';
	 margin-bottom: 1rem;
	 
}
	 .news-group a 
{
	 color: #ccc;
	 font-size: 1.3rem;
	 line-height: 2rem;
	 font-family: 'ggg_book';
	 text-transform: uppercase;
	 
}
	 .shortnews-item 
{
	 margin-bottom: 3rem;
	 padding-bottom: 2rem;
	 border-bottom: 1px solid #efefef;
	 
}
	 .shortnews-item .shortnews-copy 
{
	 margin-bottom: 1rem;
	 font-size: 1.5rem;
	 line-height: 2.2rem;
	 
}
	 .shortnews-item .shortnews-date 
{
	 margin-bottom: 1rem;
	 font-size: 1.3rem;
	 line-height: 1.6rem;
	 color: #ccc;
	 
}
	 .shortnews-item:last-child 
{
	 border-bottom: none;
	 margin-bottom: 2rem;
	 padding-bottom: 0;
	 
}
	 #leadership 
{
	 padding: 2rem;
	 
}
	 #leadership .row 
{
	 align-items: stretch;
	 
}
	 #leadership .col-3, #leadership .col-4 
{
	 display: flex;
	 
}
	 .profile-item 
{
	 background-color: #fff;
	 display: flex;
	 flex-direction: column;
	 width: 100%;
	 box-sizing: border-box;
	 margin-bottom: 2rem;
	 position: relative;
	 overflow: hidden;
	 
}
	 .profile-item .profile-item-image 
{
	 height: 32rem;
	 width: 100%;
	 background-repeat: no-repeat;
	 background-size: cover;
	 background-position: left bottom;
	 background-color: #d8d8d8;
	 
}
	.profile-item-image {
		position: relative;
	}
	.profile-item-image-label {
		position: absolute;
		bottom: 2rem;
		left: 2rem;
		display: none;
	}
	.profile-item .profile-item-image-label .profile-item-name {
		color: #fff;
	}
	 .profile-item .profile-item-title 
{
	 padding: 3rem;
	 background-color: #fff;
	 box-sizing: border-box;
	 min-height: 32rem;
	 
}
	.profile-item .profile-item-title .profile-item-name, .profile-item .profile-item-title .profile-item-jobtitle {
		display: block;
	}
	 .profile-item .profile-item-name 
{
	 color: #000;
	 float: none;
	 font-size: 3.2rem;
	 line-height: 3.2rem;
	 text-transform: uppercase;
	 font-family: 'ddd_medium';
	 
}
	 .profile-item .profile-item-jobtitle 
{
	 color: #ffb302;
	 float: none;
	 font-size: 3.2rem;
	 line-height: 3.2rem;
	 text-transform: uppercase;
	 font-family: 'ddd_medium';
	 
}
	 .profile-item .profile-item-copy 
{
	 margin-top: 1rem;
	 font-size: 1.2rem;
	 line-height: 1.5rem;
	 
}
	 .yojo-logo-white 
{
	 max-width: 15rem;
	 float: none;
	 margin-bottom: 2rem;
	 
}
	 .yojo-logo-yellow 
{
	 max-width: 4rem;
	 float: none;
	 margin: 0 auto 1rem;
	 display: block;
	 
}
	 .chevron 
{
	 width: 2rem;
	 height: 2rem;
	 background-image: url('/public/vectors/YoJo_chevron_yellow.svg');
	 background-repeat: no-repeat;
	 background-size: cover;
	 display: block;
	 float: left;
	 margin-right: 1rem;
	 
}
	 .large-title 
{
	 color: #ffb302;
	 font-size: 6rem;
	 line-height: 6rem;
	 text-transform: uppercase;
	 font-family: 'ddd_medium';
	 
}
	 .large-title span 
{
	color:#fff
}
	 .medium-title 
{
	 color: #fff;
	 font-size: 6rem;
	 line-height: 6rem;
	 text-transform: uppercase;
	 font-family: 'ddd_medium';
	 
}
	 .small-title 
{
	 color: #000;
	 font-size: 4rem;
	 line-height: 4rem;
	 text-transform: uppercase;
	 font-family: 'ddd_medium';
	 margin-bottom: 1rem;
	 
}
	 .small-title-copy 
{
	 color: #4a4a4a;
	 font-size: 1.5rem;
	 line-height: 2.2rem;
	 font-family: 'ggg_light';
	 margin-bottom: 1rem;
	 
}
	 .section-title 
{
	 text-align: left;
	 margin-bottom: 2rem;
	 
}
	 #group-items .row 
{
	 align-items: stretch;
	 
}
	 #group-items .col-3,#group-items .col-4 
{
	 display: flex;
	 
}
	 .group-item 
{
	 transition: background .3s ease-in-out;
	 background-color: #fff;
	 padding: 3rem;
	 display: flex;
	 flex-direction: column;
	 align-items: stretch;
	 margin-bottom: 2rem;
	 position: relative;
	 width: 100%;
	 
}
	 .group-item p 
{
	 color: #4a4a4a;
	 font-size: 1.3rem;
	 line-height: 2rem;
	 font-family: 'ggg_light';
	 margin-bottom: 3.2rem;
	 flex-grow: 2
}
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.group-item .group-item-logo 
{
	 max-width: 14rem;
	 width: auto !important;
	 height: 2.4rem;
	 float: none;
	 object-fit: contain;
	 object-position: left;
	 
}
.group-item .group-item-label {
	margin-top: 2rem;
	flex-grow: 1;
	display: flex;
	flex-direction: column ;
}
.group-item .group-item-label p {
	margin-bottom: 2rem;
}
	 .group-item-cover 
{
	 position: absolute;
	 z-index: 1;
	 top:0;
	 left:0;
	 bottom:0;
	 right:0;
	 opacity: 0;
	 transition: opacity .3s ease-in-out;
	 padding: 3rem;
	 box-sizing: border-box;
	 background-color: #ffb302;
	 cursor: pointer;
	 
}
	 .group-item-cover p 
{
	 color: #fff;
	 font-size: 3.2rem;
	 line-height: 3.2rem;
	 text-transform: uppercase;
	 font-family: 'ddd_medium';
	 
}
	 .group-item:hover .group-item-cover 
{
	 opacity: 1;
	 
}
	 .group-claim 
{
	font-family: 'ddd_medium';
	color: #fff;
	text-transform: uppercase;
	font-size: 3rem;
	background-color: #ffb302;
	padding: 3rem;
	margin-bottom: 2rem;
	background-size: cover;
	background-repeat: no-repeat ;
	background-position: center center;
	 
}
	 #contact 
{
	 padding: 2rem;
	 height: auto;
	 min-height: 100vh;
	 justify-content: space-between;
	 background-image: radial-gradient(farthest-corner at 45px 45px, #3e3e3e 0%, #0c0c0c 60%);
	 
}
	 #contact .footer-title 
{
	 color: #fff;
	 font-size: 1.1rem;
	 line-height: 1.5rem;
	 text-transform: uppercase;
	 font-family: 'ggg_medium';
	 margin-bottom: 2.2rem;
	 
}
	 #contact .footer-copy 
{
	 color: #ccc;
	 line-height: 1.8rem;
	 font-size: 1.3rem;
	 margin-bottom: 1rem;
	 
}
#contact .footer-txt-group 
{
	 margin-bottom: 6rem;
	 
}
	 #contact .footer-link 
{
	 color: #ffb302;
	 font-size: 1.6rem;
	 line-height: 2rem;
	 font-family: 'ggg_light';
	 
}
	 #contact .social-icons .social-icon 
{
	 width: 1.8rem;
	 height: 1.8rem;
	 margin-right: 1.8rem;
	 
}
	 #contact .newsletter-title 
{
	 color: #fff;
	 font-size: 2.4rem;
	 line-height: 2.8rem;
	 font-family: 'ggg_light';
	 margin-bottom: 2.2rem;
	 
}
	 #contact .newsletter-date 
{
	 color: #ffb302;
	 font-size: 1.4rem;
	 line-height: 2rem;
	 font-family: 'ggg_light';
	 margin-bottom: 2.2rem;
	 
}
	 #contact #mc_embed_signup .input_container 
{
	 background-color: #fff;
	 border-radius: 4px;
	 overflow: hidden;
	 display: flex;
	 
}
	 #contact #mc_embed_signup .input_container input 
{
	 flex-grow: 1;
	 margin-bottom: 0;
	 font-size: 1.4rem;
	 line-height: 2rem;
	 padding: 2rem 0 2rem 2rem;
	 
}
	 #contact #mc_embed_signup .input_container button 
{
	 flex-grow: 0;
	 margin-bottom: 0;
	 font-size: 1.4rem;
	 line-height: 2rem;
	 text-align: left;
	 padding: 2rem;
	 
}
	 #contact #mc_embed_signup .input_container button img 
{
	 width: 2rem;
	 height: 2rem;
	 
}
	 #contact #mc_embed_signup .input_container button p 
{
	 display: none;
	 
}
	 #contact .copyright 
{
	 color: #666;
	 font-size: 1.2rem;
	 line-height: 1.8rem;
	 font-family: 'ggg_light';
	 
}
	 #subscription 
{
	 align-items: stretch;
	 margin-bottom: 2rem;
	 margin-top: 6rem;
	 
}
	 #subscription .col-4 
{
	 display: flex;
	 align-items: center;
	 
}
	 #subscription-container 
{
	 width: 100%;
	 margin-bottom: 8rem;
	 
}
#copyright a.footer-link {
	font-size: 1.2rem;
	line-height: 1.8rem;
	font-family: 'ggg_light';
	color: rgba(255,255,255,.7);
	margin-left: 2rem;
}

#copyright a.footer-link:hover {
	color: rgba(255,255,255,1);
}
#archive-container {
	margin-top: 4rem;
}
#archive-container a, #subscription-container a {
	color: #ccc;
	line-height: 2rem;
	font-size: 1.4rem;
	transition: color .3s ease-in-out;
}
#archive-container a:hover, #subscription-container a {
	color: #fff;
}
	 #page-nav 
{
	 display: none;
	 background: rgba(0,0,0,.06);
	 padding: 2rem 4rem;
	 position: fixed;
	 top:-9rem;
	 left:0;
	 right:0;
	 z-index: 2;
	 transition: background-color .3s ease-in-out, top .3s ease-in-out;
	 
}
	 #page-nav:hover 
{
	 background-color: rgba(0,0,0,.3);
	 
}
	 #page-nav nav 
{
	 float: right;
	 line-height: 5rem;
	 
}
	 #page-nav nav a 
{
	 display: block;
	 float:left;
	 margin-right: 2rem;
	 font-family: 'ggg_medium';
	 text-transform: uppercase;
	 color:rgba(255,255,255,1);
	 transition: color .3s ease-in-out;
	 
}
	 #page-nav nav a:hover 
{
	 color:rgba(255,255,255,.7);
	 
}
	 #page-nav nav a:last-child 
{
	 margin-right: 0;
	 
}
	 #page-nav.nav-hero 
{
	 background: rgba(0,0,0,.2);
	 
}
	 #page-nav.nav-hero #page-nav-logo 
{
	 opacity: 1;
	 
}
	 #page-nav.nav-show 
{
	 top:0;
	 
}
	 #page-nav.nav-about 
{
	 background: rgba(0,0,0,.2);
	 
}
	 #page-nav.nav-group 
{
	 background: rgba(0,0,0,.7);
	 
}
	 #page-nav.nav-news 
{
	 background: rgba(0,0,0,.7);
	 
}
	 #page-nav.nav-leadership 
{
	 background: rgba(0,0,0,.7);
	 
}
	 #page-nav.nav-contact 
{
	 background: rgba(0,0,0,1);
	 
}
	 #page-nav-logo 
{
	 height: 5rem;
	 width: auto;
	 opacity: 1;
	 transition: opacity .3s ease-in-out;
	 
}
.legal-para h2 {
	margin-bottom: 0.8rem;
	font-family: 'ggg_medium';
	font-size: 1.6rem;
}
.legal-para p {
	margin-bottom: 1.6rem;
}
.legal-para ul {
	list-style: circle;
}
.legal-para ul li {
	list-style:disc;
	margin-bottom: 0.8rem;
	list-style-position: inside;
}
.divider@media (min-width: 600px) 
{
	 .grid .row .col-1 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 16.666666666667%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 16.666666666667%;
	 -ms-flex: 0 0 16.666666666667%;
	 flex: 0 0 16.666666666667%;
	 
}
	 .grid .row .col-1.offset-1 
{
	 margin-left: 16.666666666667%;
	 
}
	 .grid .row .col-1.offset-2 
{
	 margin-left: 33.333333333333%;
	 
}
	 .grid .row .col-1.offset-3 
{
	 margin-left: 50%;
	 
}
	 .grid .row .col-1.offset-4 
{
	 margin-left: 66.666666666667%;
	 
}
	 .grid .row .col-1.offset-5 
{
	 margin-left: 83.333333333333%;
	 
}
	 .grid .row .col-1.offset-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-1.offset-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-1.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-1.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-1.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-1.offset-11 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-2 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 33.333333333333%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 33.333333333333%;
	 -ms-flex: 0 0 33.333333333333%;
	 flex: 0 0 33.333333333333%;
	 
}
	 .grid .row .col-2.offset-1 
{
	 margin-left: 16.666666666667%;
	 
}
	 .grid .row .col-2.offset-2 
{
	 margin-left: 33.333333333333%;
	 
}
	 .grid .row .col-2.offset-3 
{
	 margin-left: 50%;
	 
}
	 .grid .row .col-2.offset-4 
{
	 margin-left: 66.666666666667%;
	 
}
	 .grid .row .col-2.offset-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-2.offset-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-2.offset-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-2.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-2.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-2.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-2.offset-11 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-3 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 50%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 50%;
	 -ms-flex: 0 0 50%;
	 flex: 0 0 50%;
	 
}
	 .grid .row .col-3.offset-1 
{
	 margin-left: 16.666666666667%;
	 
}
	 .grid .row .col-3.offset-2 
{
	 margin-left: 33.333333333333%;
	 
}
	 .grid .row .col-3.offset-3 
{
	 margin-left: 50%;
	 
}
	 .grid .row .col-3.offset-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-3.offset-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-3.offset-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-3.offset-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-3.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-3.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-3.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-3.offset-11 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-4 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 66.666666666667%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 66.666666666667%;
	 -ms-flex: 0 0 66.666666666667%;
	 flex: 0 0 66.666666666667%;
	 
}
	 .grid .row .col-4.offset-1 
{
	 margin-left: 16.666666666667%;
	 
}
	 .grid .row .col-4.offset-2 
{
	 margin-left: 33.333333333333%;
	 
}
	 .grid .row .col-4.offset-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-4.offset-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-4.offset-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-4.offset-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-4.offset-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-4.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-4.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-4.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-4.offset-11 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-5 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 83.333333333333%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 83.333333333333%;
	 -ms-flex: 0 0 83.333333333333%;
	 flex: 0 0 83.333333333333%;
	 
}
	 .grid .row .col-5.offset-1 
{
	 margin-left: 16.666666666667%;
	 
}
	 .grid .row .col-5.offset-2 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-5.offset-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-5.offset-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-5.offset-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-5.offset-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-5.offset-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-5.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-5.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-5.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-5.offset-11 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-6 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 100%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 100%;
	 -ms-flex: 0 0 100%;
	 flex: 0 0 100%;
	 
}
	 .grid .row .col-6.offset-1 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-6.offset-2 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-6.offset-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-6.offset-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-6.offset-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-6.offset-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-6.offset-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-6.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-6.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-6.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-6.offset-11 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-7 
{
	 -webkit-box-flex: 1;
	 -webkit-flex: 1 0 100%;
	 -moz-box-flex: 1;
	 -moz-flex: 1 0 100%;
	 -ms-flex: 1 0 100%;
	 flex: 1 0 100%;
	 
}
	 .grid .row .col-7.offset-1 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-7.offset-2 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-7.offset-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-7.offset-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-7.offset-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-7.offset-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-7.offset-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-7.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-7.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-7.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-7.offset-11 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-8 
{
	 -webkit-box-flex: 1;
	 -webkit-flex: 1 0 100%;
	 -moz-box-flex: 1;
	 -moz-flex: 1 0 100%;
	 -ms-flex: 1 0 100%;
	 flex: 1 0 100%;
	 
}
	 .grid .row .col-8.offset-1 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-8.offset-2 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-8.offset-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-8.offset-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-8.offset-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-8.offset-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-8.offset-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-8.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-8.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-8.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-8.offset-11 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-9 
{
	 -webkit-box-flex: 1;
	 -webkit-flex: 1 0 100%;
	 -moz-box-flex: 1;
	 -moz-flex: 1 0 100%;
	 -ms-flex: 1 0 100%;
	 flex: 1 0 100%;
	 
}
	 .grid .row .col-9.offset-1 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-9.offset-2 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-9.offset-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-9.offset-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-9.offset-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-9.offset-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-9.offset-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-9.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-9.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-9.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-9.offset-11 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-10 
{
	 -webkit-box-flex: 1;
	 -webkit-flex: 1 0 100%;
	 -moz-box-flex: 1;
	 -moz-flex: 1 0 100%;
	 -ms-flex: 1 0 100%;
	 flex: 1 0 100%;
	 
}
	 .grid .row .col-10.offset-1 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-10.offset-2 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-10.offset-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-10.offset-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-10.offset-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-10.offset-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-10.offset-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-10.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-10.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-10.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-10.offset-11 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-11 
{
	 -webkit-box-flex: 1;
	 -webkit-flex: 1 0 100%;
	 -moz-box-flex: 1;
	 -moz-flex: 1 0 100%;
	 -ms-flex: 1 0 100%;
	 flex: 1 0 100%;
	 
}
	 .grid .row .col-11.offset-1 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-11.offset-2 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-11.offset-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-11.offset-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-11.offset-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-11.offset-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-11.offset-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-11.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-11.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-11.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-11.offset-11 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-12 
{
	 -webkit-box-flex: 1;
	 -webkit-flex: 1 0 100%;
	 -moz-box-flex: 1;
	 -moz-flex: 1 0 100%;
	 -ms-flex: 1 0 100%;
	 flex: 1 0 100%;
	 
}
	 .grid .row .col-12.offset-1 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-12.offset-2 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-12.offset-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-12.offset-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-12.offset-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-12.offset-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-12.offset-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-12.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-12.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-12.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-12.offset-11 
{
	 margin-left: 0;
	 
}
	 
}
	 @media (min-width: 840px) 
{
	 .grid .row .col-1 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 12.5%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 12.5%;
	 -ms-flex: 0 0 12.5%;
	 flex: 0 0 12.5%;
	 
}
	 .grid .row .col-1.offset-1 
{
	 margin-left: 12.5%;
	 
}
	 .grid .row .col-1.offset-2 
{
	 margin-left: 25%;
	 
}
	 .grid .row .col-1.offset-3 
{
	 margin-left: 37.5%;
	 
}
	 .grid .row .col-1.offset-4 
{
	 margin-left: 50%;
	 
}
	 .grid .row .col-1.offset-5 
{
	 margin-left: 62.5%;
	 
}
	 .grid .row .col-1.offset-6 
{
	 margin-left: 75%;
	 
}
	 .grid .row .col-1.offset-7 
{
	 margin-left: 87.5%;
	 
}
	 .grid .row .col-1.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-1.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-1.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-1.offset-11 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-2 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 25%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 25%;
	 -ms-flex: 0 0 25%;
	 flex: 0 0 25%;
	 
}
	 .grid .row .col-2.offset-1 
{
	 margin-left: 12.5%;
	 
}
	 .grid .row .col-2.offset-2 
{
	 margin-left: 25%;
	 
}
	 .grid .row .col-2.offset-3 
{
	 margin-left: 37.5%;
	 
}
	 .grid .row .col-2.offset-4 
{
	 margin-left: 50%;
	 
}
	 .grid .row .col-2.offset-5 
{
	 margin-left: 62.5%;
	 
}
	 .grid .row .col-2.offset-6 
{
	 margin-left: 75%;
	 
}
	 .grid .row .col-2.offset-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-2.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-2.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-2.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-2.offset-11 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-3 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 37.5%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 37.5%;
	 -ms-flex: 0 0 37.5%;
	 flex: 0 0 37.5%;
	 
}
	 .grid .row .col-3.offset-1 
{
	 margin-left: 12.5%;
	 
}
	 .grid .row .col-3.offset-2 
{
	 margin-left: 25%;
	 
}
	 .grid .row .col-3.offset-3 
{
	 margin-left: 37.5%;
	 
}
	 .grid .row .col-3.offset-4 
{
	 margin-left: 50%;
	 
}
	 .grid .row .col-3.offset-5 
{
	 margin-left: 62.5%;
	 
}
	 .grid .row .col-3.offset-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-3.offset-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-3.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-3.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-3.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-3.offset-11 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-4 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 50%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 50%;
	 -ms-flex: 0 0 50%;
	 flex: 0 0 50%;
	 
}
	 .grid .row .col-4.offset-1 
{
	 margin-left: 12.5%;
	 
}
	 .grid .row .col-4.offset-2 
{
	 margin-left: 25%;
	 
}
	 .grid .row .col-4.offset-3 
{
	 margin-left: 37.5%;
	 
}
	 .grid .row .col-4.offset-4 
{
	 margin-left: 50%;
	 
}
	 .grid .row .col-4.offset-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-4.offset-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-4.offset-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-4.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-4.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-4.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-4.offset-11 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-5 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 62.5%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 62.5%;
	 -ms-flex: 0 0 62.5%;
	 flex: 0 0 62.5%;
	 
}
	 .grid .row .col-5.offset-1 
{
	 margin-left: 12.5%;
	 
}
	 .grid .row .col-5.offset-2 
{
	 margin-left: 25%;
	 
}
	 .grid .row .col-5.offset-3 
{
	 margin-left: 37.5%;
	 
}
	 .grid .row .col-5.offset-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-5.offset-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-5.offset-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-5.offset-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-5.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-5.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-5.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-5.offset-11 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-6 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 75%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 75%;
	 -ms-flex: 0 0 75%;
	 flex: 0 0 75%;
	 
}
	 .grid .row .col-6.offset-1 
{
	 margin-left: 12.5%;
	 
}
	 .grid .row .col-6.offset-2 
{
	 margin-left: 25%;
	 
}
	 .grid .row .col-6.offset-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-6.offset-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-6.offset-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-6.offset-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-6.offset-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-6.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-6.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-6.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-6.offset-11 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-7 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 87.5%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 87.5%;
	 -ms-flex: 0 0 87.5%;
	 flex: 0 0 87.5%;
	 
}
	 .grid .row .col-7.offset-1 
{
	 margin-left: 12.5%;
	 
}
	 .grid .row .col-7.offset-2 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-7.offset-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-7.offset-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-7.offset-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-7.offset-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-7.offset-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-7.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-7.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-7.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-7.offset-11 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-8 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 100%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 100%;
	 -ms-flex: 0 0 100%;
	 flex: 0 0 100%;
	 
}
	 .grid .row .col-8.offset-1 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-8.offset-2 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-8.offset-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-8.offset-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-8.offset-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-8.offset-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-8.offset-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-8.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-8.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-8.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-8.offset-11 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-9 
{
	 -webkit-box-flex: 1;
	 -webkit-flex: 1 0 100%;
	 -moz-box-flex: 1;
	 -moz-flex: 1 0 100%;
	 -ms-flex: 1 0 100%;
	 flex: 1 0 100%;
	 
}
	 .grid .row .col-9.offset-1 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-9.offset-2 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-9.offset-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-9.offset-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-9.offset-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-9.offset-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-9.offset-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-9.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-9.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-9.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-9.offset-11 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-10 
{
	 -webkit-box-flex: 1;
	 -webkit-flex: 1 0 100%;
	 -moz-box-flex: 1;
	 -moz-flex: 1 0 100%;
	 -ms-flex: 1 0 100%;
	 flex: 1 0 100%;
	 
}
	 .grid .row .col-10.offset-1 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-10.offset-2 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-10.offset-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-10.offset-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-10.offset-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-10.offset-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-10.offset-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-10.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-10.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-10.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-10.offset-11 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-11 
{
	 -webkit-box-flex: 1;
	 -webkit-flex: 1 0 100%;
	 -moz-box-flex: 1;
	 -moz-flex: 1 0 100%;
	 -ms-flex: 1 0 100%;
	 flex: 1 0 100%;
	 
}
	 .grid .row .col-11.offset-1 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-11.offset-2 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-11.offset-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-11.offset-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-11.offset-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-11.offset-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-11.offset-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-11.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-11.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-11.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-11.offset-11 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-12 
{
	 -webkit-box-flex: 1;
	 -webkit-flex: 1 0 100%;
	 -moz-box-flex: 1;
	 -moz-flex: 1 0 100%;
	 -ms-flex: 1 0 100%;
	 flex: 1 0 100%;
	 
}
	 .grid .row .col-12.offset-1 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-12.offset-2 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-12.offset-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-12.offset-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-12.offset-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-12.offset-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-12.offset-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-12.offset-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-12.offset-9 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-12.offset-10 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-12.offset-11 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-0 
{
	 display:none;
	 
}
	 .grid .row .col-l-1 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 12.5%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 12.5%;
	 -ms-flex: 0 0 12.5%;
	 flex: 0 0 12.5%;
	 
}
	 .grid .row .col-l-1.offset-l-0 
{
	 margin-left: 0%;
	 
}
	 .grid .row .col-l-1.offset-l-1 
{
	 margin-left: 12.5%;
	 
}
	 .grid .row .col-l-1.offset-l-2 
{
	 margin-left: 25%;
	 
}
	 .grid .row .col-l-1.offset-l-3 
{
	 margin-left: 37.5%;
	 
}
	 .grid .row .col-l-1.offset-l-4 
{
	 margin-left: 50%;
	 
}
	 .grid .row .col-l-1.offset-l-5 
{
	 margin-left: 62.5%;
	 
}
	 .grid .row .col-l-1.offset-l-6 
{
	 margin-left: 75%;
	 
}
	 .grid .row .col-l-1.offset-l-7 
{
	 margin-left: 87.5%;
	 
}
	 .grid .row .col-l-1.offset-l-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-2 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 25%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 25%;
	 -ms-flex: 0 0 25%;
	 flex: 0 0 25%;
	 
}
	 .grid .row .col-l-2.offset-l-0 
{
	 margin-left: 0%;
	 
}
	 .grid .row .col-l-2.offset-l-1 
{
	 margin-left: 12.5%;
	 
}
	 .grid .row .col-l-2.offset-l-2 
{
	 margin-left: 25%;
	 
}
	 .grid .row .col-l-2.offset-l-3 
{
	 margin-left: 37.5%;
	 
}
	 .grid .row .col-l-2.offset-l-4 
{
	 margin-left: 50%;
	 
}
	 .grid .row .col-l-2.offset-l-5 
{
	 margin-left: 62.5%;
	 
}
	 .grid .row .col-l-2.offset-l-6 
{
	 margin-left: 75%;
	 
}
	 .grid .row .col-l-2.offset-l-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-2.offset-l-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-3 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 37.5%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 37.5%;
	 -ms-flex: 0 0 37.5%;
	 flex: 0 0 37.5%;
	 
}
	 .grid .row .col-l-3.offset-l-0 
{
	 margin-left: 0%;
	 
}
	 .grid .row .col-l-3.offset-l-1 
{
	 margin-left: 12.5%;
	 
}
	 .grid .row .col-l-3.offset-l-2 
{
	 margin-left: 25%;
	 
}
	 .grid .row .col-l-3.offset-l-3 
{
	 margin-left: 37.5%;
	 
}
	 .grid .row .col-l-3.offset-l-4 
{
	 margin-left: 50%;
	 
}
	 .grid .row .col-l-3.offset-l-5 
{
	 margin-left: 62.5%;
	 
}
	 .grid .row .col-l-3.offset-l-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-3.offset-l-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-3.offset-l-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-4 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 50%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 50%;
	 -ms-flex: 0 0 50%;
	 flex: 0 0 50%;
	 
}
	 .grid .row .col-l-4.offset-l-0 
{
	 margin-left: 0%;
	 
}
	 .grid .row .col-l-4.offset-l-1 
{
	 margin-left: 12.5%;
	 
}
	 .grid .row .col-l-4.offset-l-2 
{
	 margin-left: 25%;
	 
}
	 .grid .row .col-l-4.offset-l-3 
{
	 margin-left: 37.5%;
	 
}
	 .grid .row .col-l-4.offset-l-4 
{
	 margin-left: 50%;
	 
}
	 .grid .row .col-l-4.offset-l-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-4.offset-l-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-4.offset-l-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-4.offset-l-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-5 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 62.5%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 62.5%;
	 -ms-flex: 0 0 62.5%;
	 flex: 0 0 62.5%;
	 
}
	 .grid .row .col-l-5.offset-l-0 
{
	 margin-left: 0%;
	 
}
	 .grid .row .col-l-5.offset-l-1 
{
	 margin-left: 12.5%;
	 
}
	 .grid .row .col-l-5.offset-l-2 
{
	 margin-left: 25%;
	 
}
	 .grid .row .col-l-5.offset-l-3 
{
	 margin-left: 37.5%;
	 
}
	 .grid .row .col-l-5.offset-l-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-5.offset-l-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-5.offset-l-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-5.offset-l-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-5.offset-l-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-6 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 75%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 75%;
	 -ms-flex: 0 0 75%;
	 flex: 0 0 75%;
	 
}
	 .grid .row .col-l-6.offset-l-0 
{
	 margin-left: 0%;
	 
}
	 .grid .row .col-l-6.offset-l-1 
{
	 margin-left: 12.5%;
	 
}
	 .grid .row .col-l-6.offset-l-2 
{
	 margin-left: 25%;
	 
}
	 .grid .row .col-l-6.offset-l-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-6.offset-l-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-6.offset-l-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-6.offset-l-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-6.offset-l-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-6.offset-l-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-7 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 87.5%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 87.5%;
	 -ms-flex: 0 0 87.5%;
	 flex: 0 0 87.5%;
	 
}
	 .grid .row .col-l-7.offset-l-0 
{
	 margin-left: 0%;
	 
}
	 .grid .row .col-l-7.offset-l-1 
{
	 margin-left: 12.5%;
	 
}
	 .grid .row .col-l-7.offset-l-2 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-7.offset-l-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-7.offset-l-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-7.offset-l-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-7.offset-l-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-7.offset-l-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-7.offset-l-8 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-8 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 100%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 100%;
	 -ms-flex: 0 0 100%;
	 flex: 0 0 100%;
	 
}
	 .grid .row .col-l-8.offset-l-0 
{
	 margin-left: 0%;
	 
}
	 .grid .row .col-l-8.offset-l-1 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-8.offset-l-2 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-8.offset-l-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-8.offset-l-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-8.offset-l-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-8.offset-l-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-8.offset-l-7 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-l-8.offset-l-8 
{
	 margin-left: 0;
	 
}
	  #hero,.divider,#group,#news,#leadership,#contact,#oneyoungworld 
{
	 padding: 4rem;
	 min-height: 50vh;
	 
}
	 #page-nav 
{
	 padding-left: 4rem;
	 padding-right: 4rem;
	 
}
	 .large-title 
{
	 font-size: 6rem;
	 line-height: 6rem;
	 
}
	 .medium-title 
{
	 font-size: 5rem;
	 line-height: 5rem;
	 
}
	 .news-group .small-title 
{
	 text-align: left;
	 
}
	 .section-title 
{
	 text-align: center;
	 
}
	 #subscription_image 
{
	 display: block;
	 margin-top: 4rem;
	 
}
	 #footer-email,#footer-social,#footer-locations 
{
	 margin-bottom: 4rem;
	 
}
	 #contact .footer-title 
{
	 margin-bottom: 2.2rem;
	 
}
	 #subscription_image 
{
	 display: block;
	 margin-top: 0;
	 
}
	 #mc_embed_signup .input_container button img 
{
	 margin-right: 1rem;
	 
}
	 #mc_embed_signup .input_container button p 
{
	 display: block;
	 
}
	 .shortnews-item 
{
	 border-bottom: none;
	 padding-bottom: 3rem;
	 
}
	 
}
	 @media (min-width: 960px) 
{
	 .grid .row .col-1 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 8.3333333333333%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 8.3333333333333%;
	 -ms-flex: 0 0 8.3333333333333%;
	 flex: 0 0 8.3333333333333%;
	 
}
	 .grid .row .col-1.offset-0 
{
	 margin-left: 0%;
	 
}
	 .grid .row .col-1.offset-1 
{
	 margin-left: 8.3333333333333%;
	 
}
	 .grid .row .col-1.offset-2 
{
	 margin-left: 16.666666666667%;
	 
}
	 .grid .row .col-1.offset-3 
{
	 margin-left: 25%;
	 
}
	 .grid .row .col-1.offset-4 
{
	 margin-left: 33.333333333333%;
	 
}
	 .grid .row .col-1.offset-5 
{
	 margin-left: 41.666666666667%;
	 
}
	 .grid .row .col-1.offset-6 
{
	 margin-left: 50%;
	 
}
	 .grid .row .col-1.offset-7 
{
	 margin-left: 58.333333333333%;
	 
}
	 .grid .row .col-1.offset-8 
{
	 margin-left: 66.666666666667%;
	 
}
	 .grid .row .col-1.offset-9 
{
	 margin-left: 75%;
	 
}
	 .grid .row .col-1.offset-10 
{
	 margin-left: 83.333333333333%;
	 
}
	 .grid .row .col-1.offset-11 
{
	 margin-left: 91.666666666667%;
	 
}
	 .grid .row .col-2 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 16.666666666667%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 16.666666666667%;
	 -ms-flex: 0 0 16.666666666667%;
	 flex: 0 0 16.666666666667%;
	 
}
	 .grid .row .col-2.offset-0 
{
	 margin-left: 0%;
	 
}
	 .grid .row .col-2.offset-1 
{
	 margin-left: 8.3333333333333%;
	 
}
	 .grid .row .col-2.offset-2 
{
	 margin-left: 16.666666666667%;
	 
}
	 .grid .row .col-2.offset-3 
{
	 margin-left: 25%;
	 
}
	 .grid .row .col-2.offset-4 
{
	 margin-left: 33.333333333333%;
	 
}
	 .grid .row .col-2.offset-5 
{
	 margin-left: 41.666666666667%;
	 
}
	 .grid .row .col-2.offset-6 
{
	 margin-left: 50%;
	 
}
	 .grid .row .col-2.offset-7 
{
	 margin-left: 58.333333333333%;
	 
}
	 .grid .row .col-2.offset-8 
{
	 margin-left: 66.666666666667%;
	 
}
	 .grid .row .col-2.offset-9 
{
	 margin-left: 75%;
	 
}
	 .grid .row .col-2.offset-10 
{
	 margin-left: 83.333333333333%;
	 
}
	 .grid .row .col-2.offset-11 
{
	 margin-left: 91.666666666667%;
	 
}
	 .grid .row .col-3 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 25%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 25%;
	 -ms-flex: 0 0 25%;
	 flex: 0 0 25%;
	 
}
	 .grid .row .col-3.offset-0 
{
	 margin-left: 0%;
	 
}
	 .grid .row .col-3.offset-1 
{
	 margin-left: 8.3333333333333%;
	 
}
	 .grid .row .col-3.offset-2 
{
	 margin-left: 16.666666666667%;
	 
}
	 .grid .row .col-3.offset-3 
{
	 margin-left: 25%;
	 
}
	 .grid .row .col-3.offset-4 
{
	 margin-left: 33.333333333333%;
	 
}
	 .grid .row .col-3.offset-5 
{
	 margin-left: 41.666666666667%;
	 
}
	 .grid .row .col-3.offset-6 
{
	 margin-left: 50%;
	 
}
	 .grid .row .col-3.offset-7 
{
	 margin-left: 58.333333333333%;
	 
}
	 .grid .row .col-3.offset-8 
{
	 margin-left: 66.666666666667%;
	 
}
	 .grid .row .col-3.offset-9 
{
	 margin-left: 75%;
	 
}
	 .grid .row .col-3.offset-10 
{
	 margin-left: 83.333333333333%;
	 
}
	 .grid .row .col-3.offset-11 
{
	 margin-left: 91.666666666667%;
	 
}
	 .grid .row .col-4 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 33.333333333333%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 33.333333333333%;
	 -ms-flex: 0 0 33.333333333333%;
	 flex: 0 0 33.333333333333%;
	 
}
	 .grid .row .col-4.offset-0 
{
	 margin-left: 0%;
	 
}
	 .grid .row .col-4.offset-1 
{
	 margin-left: 8.3333333333333%;
	 
}
	 .grid .row .col-4.offset-2 
{
	 margin-left: 16.666666666667%;
	 
}
	 .grid .row .col-4.offset-3 
{
	 margin-left: 25%;
	 
}
	 .grid .row .col-4.offset-4 
{
	 margin-left: 33.333333333333%;
	 
}
	 .grid .row .col-4.offset-5 
{
	 margin-left: 41.666666666667%;
	 
}
	 .grid .row .col-4.offset-6 
{
	 margin-left: 50%;
	 
}
	 .grid .row .col-4.offset-7 
{
	 margin-left: 58.333333333333%;
	 
}
	 .grid .row .col-4.offset-8 
{
	 margin-left: 66.666666666667%;
	 
}
	 .grid .row .col-4.offset-9 
{
	 margin-left: 75%;
	 
}
	 .grid .row .col-4.offset-10 
{
	 margin-left: 83.333333333333%;
	 
}
	 .grid .row .col-4.offset-11 
{
	 margin-left: 91.666666666667%;
	 
}
	 .grid .row .col-5 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 41.666666666667%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 41.666666666667%;
	 -ms-flex: 0 0 41.666666666667%;
	 flex: 0 0 41.666666666667%;
	 
}
	 .grid .row .col-5.offset-0 
{
	 margin-left: 0%;
	 
}
	 .grid .row .col-5.offset-1 
{
	 margin-left: 8.3333333333333%;
	 
}
	 .grid .row .col-5.offset-2 
{
	 margin-left: 16.666666666667%;
	 
}
	 .grid .row .col-5.offset-3 
{
	 margin-left: 25%;
	 
}
	 .grid .row .col-5.offset-4 
{
	 margin-left: 33.333333333333%;
	 
}
	 .grid .row .col-5.offset-5 
{
	 margin-left: 41.666666666667%;
	 
}
	 .grid .row .col-5.offset-6 
{
	 margin-left: 50%;
	 
}
	 .grid .row .col-5.offset-7 
{
	 margin-left: 58.333333333333%;
	 
}
	 .grid .row .col-5.offset-8 
{
	 margin-left: 66.666666666667%;
	 
}
	 .grid .row .col-5.offset-9 
{
	 margin-left: 75%;
	 
}
	 .grid .row .col-5.offset-10 
{
	 margin-left: 83.333333333333%;
	 
}
	 .grid .row .col-5.offset-11 
{
	 margin-left: 91.666666666667%;
	 
}
	 .grid .row .col-6 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 50%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 50%;
	 -ms-flex: 0 0 50%;
	 flex: 0 0 50%;
	 
}
	 .grid .row .col-6.offset-0 
{
	 margin-left: 0%;
	 
}
	 .grid .row .col-6.offset-1 
{
	 margin-left: 8.3333333333333%;
	 
}
	 .grid .row .col-6.offset-2 
{
	 margin-left: 16.666666666667%;
	 
}
	 .grid .row .col-6.offset-3 
{
	 margin-left: 25%;
	 
}
	 .grid .row .col-6.offset-4 
{
	 margin-left: 33.333333333333%;
	 
}
	 .grid .row .col-6.offset-5 
{
	 margin-left: 41.666666666667%;
	 
}
	 .grid .row .col-6.offset-6 
{
	 margin-left: 50%;
	 
}
	 .grid .row .col-6.offset-7 
{
	 margin-left: 58.333333333333%;
	 
}
	 .grid .row .col-6.offset-8 
{
	 margin-left: 66.666666666667%;
	 
}
	 .grid .row .col-6.offset-9 
{
	 margin-left: 75%;
	 
}
	 .grid .row .col-6.offset-10 
{
	 margin-left: 83.333333333333%;
	 
}
	 .grid .row .col-6.offset-11 
{
	 margin-left: 91.666666666667%;
	 
}
	 .grid .row .col-7 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 58.333333333333%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 58.333333333333%;
	 -ms-flex: 0 0 58.333333333333%;
	 flex: 0 0 58.333333333333%;
	 
}
	 .grid .row .col-7.offset-0 
{
	 margin-left: 0%;
	 
}
	 .grid .row .col-7.offset-1 
{
	 margin-left: 8.3333333333333%;
	 
}
	 .grid .row .col-7.offset-2 
{
	 margin-left: 16.666666666667%;
	 
}
	 .grid .row .col-7.offset-3 
{
	 margin-left: 25%;
	 
}
	 .grid .row .col-7.offset-4 
{
	 margin-left: 33.333333333333%;
	 
}
	 .grid .row .col-7.offset-5 
{
	 margin-left: 41.666666666667%;
	 
}
	 .grid .row .col-7.offset-6 
{
	 margin-left: 50%;
	 
}
	 .grid .row .col-7.offset-7 
{
	 margin-left: 58.333333333333%;
	 
}
	 .grid .row .col-7.offset-8 
{
	 margin-left: 66.666666666667%;
	 
}
	 .grid .row .col-7.offset-9 
{
	 margin-left: 75%;
	 
}
	 .grid .row .col-7.offset-10 
{
	 margin-left: 83.333333333333%;
	 
}
	 .grid .row .col-7.offset-11 
{
	 margin-left: 91.666666666667%;
	 
}
	 .grid .row .col-8 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 66.666666666667%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 66.666666666667%;
	 -ms-flex: 0 0 66.666666666667%;
	 flex: 0 0 66.666666666667%;
	 
}
	 .grid .row .col-8.offset-0 
{
	 margin-left: 0%;
	 
}
	 .grid .row .col-8.offset-1 
{
	 margin-left: 8.3333333333333%;
	 
}
	 .grid .row .col-8.offset-2 
{
	 margin-left: 16.666666666667%;
	 
}
	 .grid .row .col-8.offset-3 
{
	 margin-left: 25%;
	 
}
	 .grid .row .col-8.offset-4 
{
	 margin-left: 33.333333333333%;
	 
}
	 .grid .row .col-8.offset-5 
{
	 margin-left: 41.666666666667%;
	 
}
	 .grid .row .col-8.offset-6 
{
	 margin-left: 50%;
	 
}
	 .grid .row .col-8.offset-7 
{
	 margin-left: 58.333333333333%;
	 
}
	 .grid .row .col-8.offset-8 
{
	 margin-left: 66.666666666667%;
	 
}
	 .grid .row .col-8.offset-9 
{
	 margin-left: 75%;
	 
}
	 .grid .row .col-8.offset-10 
{
	 margin-left: 83.333333333333%;
	 
}
	 .grid .row .col-8.offset-11 
{
	 margin-left: 91.666666666667%;
	 
}
	 .grid .row .col-9 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 75%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 75%;
	 -ms-flex: 0 0 75%;
	 flex: 0 0 75%;
	 
}
	 .grid .row .col-9.offset-0 
{
	 margin-left: 0%;
	 
}
	 .grid .row .col-9.offset-1 
{
	 margin-left: 8.3333333333333%;
	 
}
	 .grid .row .col-9.offset-2 
{
	 margin-left: 16.666666666667%;
	 
}
	 .grid .row .col-9.offset-3 
{
	 margin-left: 25%;
	 
}
	 .grid .row .col-9.offset-4 
{
	 margin-left: 33.333333333333%;
	 
}
	 .grid .row .col-9.offset-5 
{
	 margin-left: 41.666666666667%;
	 
}
	 .grid .row .col-9.offset-6 
{
	 margin-left: 50%;
	 
}
	 .grid .row .col-9.offset-7 
{
	 margin-left: 58.333333333333%;
	 
}
	 .grid .row .col-9.offset-8 
{
	 margin-left: 66.666666666667%;
	 
}
	 .grid .row .col-9.offset-9 
{
	 margin-left: 75%;
	 
}
	 .grid .row .col-9.offset-10 
{
	 margin-left: 83.333333333333%;
	 
}
	 .grid .row .col-9.offset-11 
{
	 margin-left: 91.666666666667%;
	 
}
	 .grid .row .col-10 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 83.333333333333%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 83.333333333333%;
	 -ms-flex: 0 0 83.333333333333%;
	 flex: 0 0 83.333333333333%;
	 
}
	 .grid .row .col-10.offset-0 
{
	 margin-left: 0%;
	 
}
	 .grid .row .col-10.offset-1 
{
	 margin-left: 8.3333333333333%;
	 
}
	 .grid .row .col-10.offset-2 
{
	 margin-left: 16.666666666667%;
	 
}
	 .grid .row .col-10.offset-3 
{
	 margin-left: 25%;
	 
}
	 .grid .row .col-10.offset-4 
{
	 margin-left: 33.333333333333%;
	 
}
	 .grid .row .col-10.offset-5 
{
	 margin-left: 41.666666666667%;
	 
}
	 .grid .row .col-10.offset-6 
{
	 margin-left: 50%;
	 
}
	 .grid .row .col-10.offset-7 
{
	 margin-left: 58.333333333333%;
	 
}
	 .grid .row .col-10.offset-8 
{
	 margin-left: 66.666666666667%;
	 
}
	 .grid .row .col-10.offset-9 
{
	 margin-left: 75%;
	 
}
	 .grid .row .col-10.offset-10 
{
	 margin-left: 83.333333333333%;
	 
}
	 .grid .row .col-10.offset-11 
{
	 margin-left: 91.666666666667%;
	 
}
	 .grid .row .col-11 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 91.666666666667%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 91.666666666667%;
	 -ms-flex: 0 0 91.666666666667%;
	 flex: 0 0 91.666666666667%;
	 
}
	 .grid .row .col-11.offset-0 
{
	 margin-left: 0%;
	 
}
	 .grid .row .col-11.offset-1 
{
	 margin-left: 8.3333333333333%;
	 
}
	 .grid .row .col-11.offset-2 
{
	 margin-left: 16.666666666667%;
	 
}
	 .grid .row .col-11.offset-3 
{
	 margin-left: 25%;
	 
}
	 .grid .row .col-11.offset-4 
{
	 margin-left: 33.333333333333%;
	 
}
	 .grid .row .col-11.offset-5 
{
	 margin-left: 41.666666666667%;
	 
}
	 .grid .row .col-11.offset-6 
{
	 margin-left: 50%;
	 
}
	 .grid .row .col-11.offset-7 
{
	 margin-left: 58.333333333333%;
	 
}
	 .grid .row .col-11.offset-8 
{
	 margin-left: 66.666666666667%;
	 
}
	 .grid .row .col-11.offset-9 
{
	 margin-left: 75%;
	 
}
	 .grid .row .col-11.offset-10 
{
	 margin-left: 83.333333333333%;
	 
}
	 .grid .row .col-11.offset-11 
{
	 margin-left: 91.666666666667%;
	 
}
	 .grid .row .col-12 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 100%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 100%;
	 -ms-flex: 0 0 100%;
	 flex: 0 0 100%;
	 
}
	 .grid .row .col-12.offset-0 
{
	 margin-left: 0%;
	 
}
	 .grid .row .col-12.offset-1 
{
	 margin-left: 8.3333333333333%;
	 
}
	 .grid .row .col-12.offset-2 
{
	 margin-left: 16.666666666667%;
	 
}
	 .grid .row .col-12.offset-3 
{
	 margin-left: 25%;
	 
}
	 .grid .row .col-12.offset-4 
{
	 margin-left: 33.333333333333%;
	 
}
	 .grid .row .col-12.offset-5 
{
	 margin-left: 41.666666666667%;
	 
}
	 .grid .row .col-12.offset-6 
{
	 margin-left: 50%;
	 
}
	 .grid .row .col-12.offset-7 
{
	 margin-left: 58.333333333333%;
	 
}
	 .grid .row .col-12.offset-8 
{
	 margin-left: 66.666666666667%;
	 
}
	 .grid .row .col-12.offset-9 
{
	 margin-left: 75%;
	 
}
	 .grid .row .col-12.offset-10 
{
	 margin-left: 83.333333333333%;
	 
}
	 .grid .row .col-12.offset-11 
{
	 margin-left: 91.666666666667%;
	 
}
	 .yojo-logo-yellow 
{
	 float: left;
	 
}
	 #hero,.divider 
{
	 padding: 4rem;
	 min-height: 90vh;
	 
}
	 #group,#news,#leadership,#contact 
{
	 padding: 4rem;
	 
}
	 #page-nav 
{
	 padding-left: 4rem;
	 padding-right: 4rem;
	 
}
	 #group .row 
{
	 flex-wrap: nowrap;
	 
}
	 .large-title 
{
	 font-size: 8rem;
	 line-height: 8rem;
	 
}
	 .section-title 
{
	 text-align: left;
	 
}
	 .small-title-copy 
{
	 font-size: 1.4rem;
	 line-height: 1.7rem;
	 
}
	 #contact 
{
	 justify-content: space-between;
	 
}
	 .shortnews-item 
{
	 margin-bottom: 0;
	 
}
	 #subscription 
{
	 margin-top: 2rem;
	 
}
	 .profile-item .profile-item-image 
{
	 height: 32rem;
	 opacity: 1;
	 transition: opacity .3s ease-in-out;
	 background-size: cover;
	 background-position: center bottom;
	 
}
	 .profile-item .profile-item-title 
{
	 position: absolute ;
	 z-index: 1;
	 top:0;
	 left:0;
	 right:0;
	 bottom:0;
	 opacity: 0;
	 transition: opacity .3s ease-in-out;
	 padding: 1rem;
	 min-height: auto;
	 
}
	 .profile-item .profile-item-title .profile-item-name,.profile-item .profile-item-title .profile-item-jobtitle 
{
	 font-size: 2.3rem;
	 line-height: 2.3rem;
	 
}
	 .profile-item .profile-item-title .profile-item-copy 
{
	 font-size: 1.1rem;
	 line-height: 1.3rem;
	 margin-top: 1rem;
	 
}
	 .profile-item:hover .profile-item-image 
{
	 opacity: 0;
	 
}
	 .profile-item:hover .profile-item-title 
{
	 opacity: 1;
	 
}
	 .profile-item.static-profile-item:hover .profile-item-image 
{
	 opacity: 1;
	 
}
	 .profile-item.static-profile-item .profile-item-title 
{
	 background-color: transparent;
	 opacity: 1;
	 position: static;
	 
}
	 .news-group p 
{
	 font-size: 1.4rem;
	 line-height: 1.7rem;
	 
}
	 .shortnews-item .shortnews-copy 
{
	 font-size: 1.4rem;
	 line-height: 1.7rem;
	 
}
	 .group-item 
{
	 padding: 2rem;
	 
}
	 .group-item p 
{
	 font-size: 1.3rem;
	 line-height: 1.6rem;
	 
}
	 .group-item-cover 
{
	 padding: 2rem;
	 
}
	 .group-item-cover p 
{
	 font-size: 3rem;
	 line-height: 3.2rem;
	 
}
	 .group-claim 
{
	 padding: 3rem;
	 
}
	 .group-claim p 
{
	 color: #fff;
	text-transform: uppercase;
	font-size: 3.2rem;
	line-height: 3.2rem;
	 
}
	 #page-nav 
{
	 display: block;
	 
}
	 
}
	 @media (max-width: 599px) 
{
	 .grid .row .col-s-0 
{
	 display:none;
	 
}
	 .grid .row .col-s-1 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 25%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 25%;
	 -ms-flex: 0 0 25%;
	 flex: 0 0 25%;
	 
}
	 .grid .row .col-s-1.offset-s-0 
{
	 margin-left: 0%;
	 
}
	 .grid .row .col-s-1.offset-s-1 
{
	 margin-left: 25%;
	 
}
	 .grid .row .col-s-1.offset-s-2 
{
	 margin-left: 50%;
	 
}
	 .grid .row .col-s-1.offset-s-3 
{
	 margin-left: 75%;
	 
}
	 .grid .row .col-s-1.offset-s-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-s-2 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 50%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 50%;
	 -ms-flex: 0 0 50%;
	 flex: 0 0 50%;
	 
}
	 .grid .row .col-s-2.offset-s-0 
{
	 margin-left: 0%;
	 
}
	 .grid .row .col-s-2.offset-s-1 
{
	 margin-left: 25%;
	 
}
	 .grid .row .col-s-2.offset-s-2 
{
	 margin-left: 50%;
	 
}
	 .grid .row .col-s-2.offset-s-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-s-2.offset-s-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-s-3 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 75%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 75%;
	 -ms-flex: 0 0 75%;
	 flex: 0 0 75%;
	 
}
	 .grid .row .col-s-3.offset-s-0 
{
	 margin-left: 0%;
	 
}
	 .grid .row .col-s-3.offset-s-1 
{
	 margin-left: 25%;
	 
}
	 .grid .row .col-s-3.offset-s-2 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-s-3.offset-s-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-s-3.offset-s-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-s-4 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 100%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 100%;
	 -ms-flex: 0 0 100%;
	 flex: 0 0 100%;
	 
}
	 .grid .row .col-s-4.offset-s-0 
{
	 margin-left: 0%;
	 
}
	 .grid .row .col-s-4.offset-s-1 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-s-4.offset-s-2 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-s-4.offset-s-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-s-4.offset-s-4 
{
	 margin-left: 0;
	 
}

}
	 @media (min-width: 600px) and (max-width: 839px) 
{
	 .grid .row .col-m-0 
{
	 display:none;
	 
}
	 .grid .row .col-m-1 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 16.666666666667%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 16.666666666667%;
	 -ms-flex: 0 0 16.666666666667%;
	 flex: 0 0 16.666666666667%;
	 
}
	 .grid .row .col-m-1.offset-m-0 
{
	 margin-left: 0%;
	 
}
	 .grid .row .col-m-1.offset-m-1 
{
	 margin-left: 16.666666666667%;
	 
}
	 .grid .row .col-m-1.offset-m-2 
{
	 margin-left: 33.333333333333%;
	 
}
	 .grid .row .col-m-1.offset-m-3 
{
	 margin-left: 50%;
	 
}
	 .grid .row .col-m-1.offset-m-4 
{
	 margin-left: 66.666666666667%;
	 
}
	 .grid .row .col-m-1.offset-m-5 
{
	 margin-left: 83.333333333333%;
	 
}
	 .grid .row .col-m-1.offset-m-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-m-2 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 33.333333333333%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 33.333333333333%;
	 -ms-flex: 0 0 33.333333333333%;
	 flex: 0 0 33.333333333333%;
	 
}
	 .grid .row .col-m-2.offset-m-0 
{
	 margin-left: 0%;
	 
}
	 .grid .row .col-m-2.offset-m-1 
{
	 margin-left: 16.666666666667%;
	 
}
	 .grid .row .col-m-2.offset-m-2 
{
	 margin-left: 33.333333333333%;
	 
}
	 .grid .row .col-m-2.offset-m-3 
{
	 margin-left: 50%;
	 
}
	 .grid .row .col-m-2.offset-m-4 
{
	 margin-left: 66.666666666667%;
	 
}
	 .grid .row .col-m-2.offset-m-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-m-2.offset-m-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-m-3 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 50%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 50%;
	 -ms-flex: 0 0 50%;
	 flex: 0 0 50%;
	 
}
	 .grid .row .col-m-3.offset-m-0 
{
	 margin-left: 0%;
	 
}
	 .grid .row .col-m-3.offset-m-1 
{
	 margin-left: 16.666666666667%;
	 
}
	 .grid .row .col-m-3.offset-m-2 
{
	 margin-left: 33.333333333333%;
	 
}
	 .grid .row .col-m-3.offset-m-3 
{
	 margin-left: 50%;
	 
}
	 .grid .row .col-m-3.offset-m-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-m-3.offset-m-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-m-3.offset-m-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-m-4 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 66.666666666667%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 66.666666666667%;
	 -ms-flex: 0 0 66.666666666667%;
	 flex: 0 0 66.666666666667%;
	 
}
	 .grid .row .col-m-4.offset-m-0 
{
	 margin-left: 0%;
	 
}
	 .grid .row .col-m-4.offset-m-1 
{
	 margin-left: 16.666666666667%;
	 
}
	 .grid .row .col-m-4.offset-m-2 
{
	 margin-left: 33.333333333333%;
	 
}
	 .grid .row .col-m-4.offset-m-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-m-4.offset-m-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-m-4.offset-m-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-m-4.offset-m-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-m-5 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 83.333333333333%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 83.333333333333%;
	 -ms-flex: 0 0 83.333333333333%;
	 flex: 0 0 83.333333333333%;
	 
}
	 .grid .row .col-m-5.offset-m-0 
{
	 margin-left: 0%;
	 
}
	 .grid .row .col-m-5.offset-m-1 
{
	 margin-left: 16.666666666667%;
	 
}
	 .grid .row .col-m-5.offset-m-2 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-m-5.offset-m-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-m-5.offset-m-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-m-5.offset-m-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-m-5.offset-m-6 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-m-6 
{
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 100%;
	 -moz-box-flex: 0;
	 -moz-flex: 0 0 100%;
	 -ms-flex: 0 0 100%;
	 flex: 0 0 100%;
	 
}
	 .grid .row .col-m-6.offset-m-0 
{
	 margin-left: 0%;
	 
}
	 .grid .row .col-m-6.offset-m-1 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-m-6.offset-m-2 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-m-6.offset-m-3 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-m-6.offset-m-4 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-m-6.offset-m-5 
{
	 margin-left: 0;
	 
}
	 .grid .row .col-m-6.offset-m-6 
{
	 margin-left: 0;
	 
}

}
@media (max-width: 767px) {
	#hero {
		text-align: center;
	}
	#hero,.divider,#group,#news,#leadership,#contact,#oneyoungworld {
		background-position: 0;
		background-size: auto;	 
	 }
	 .divider {
		 display: none;
	 }
	 .group-claim {
		 display: none;
	 }
	 .group-item {
		 margin-bottom: 1px;
	 }
	 .profile-item {
		margin-bottom: 0;
	}
	#group-items .group-item-label {
	display: none;
}
#group-items .group-item.group-item-open-label .group-item-label {
	display: block;
}
	.profile-item .profile-item-title
{
	display: none;	
}
	.profile-item.profile-item-open .profile-item-title
{	
	display: block;
}
}
@media (max-width: 839px) 
{
	.small-title-copy {
		font-size: 1.3rem;
		line-height: 1.9rem;
	}
	 #hero {
		text-align: center;
	}
	 #hero,.divider,#group,#news,#leadership,#contact,#oneyoungworld 
{
	padding: 2rem;
	min-height: 33vh;
	 
}
	 #page-nav 
{
	 padding-left: 2rem;
	 padding-right: 2rem;
	 
}
	 .large-title 
{
	 font-size: 5rem;
	 line-height: 5rem;
	 
}
	 .medium-title 
{
	 font-size: 4rem;
	 line-height: 4rem;
	 
}
	 .section-title 
{
	 text-align: center;
	 
}
	 .news-group .small-title 
{
	 text-align: center;
	 
}
	.profile-item .profile-item-title
{
	min-height: inherit;	
}
	.profile-item .profile-item-title .profile-item-name, .profile-item .profile-item-title .profile-item-jobtitle {
		display: none;
	}
	.profile-item-image-label {
		display: block;
	}
	.profile-item .profile-item-image {
		background-size: contain;
		background-position: right bottom;
	}
	.profile-item .profile-item-copy {
		margin-top: 0;
	}
#group-items .small-title, #news .small-title {
	text-align: center;
}
#news .news-item {
	text-align: center;
}
.news-item a{
	display: inline-block;
	float: none;
	margin: 0 auto;
	}
	.group-item
{
	min-height: inherit;
	text-align: center;
}
.group-item .group-item-logo {
	margin: 0 auto;
}
	.group-item p
{
	margin-bottom: 0;
}
	.group-item .chevron {
		float: none;
		margin: 0 auto;
	}
	 #subscription_image 
{
	 display: none;
	 
}
	 #footer-email,#footer-social 
{
	 margin-bottom: 4rem;
	 
}
.group-claim {
	width: 100%;
	text-align: center;
}
#footer-locations {
	margin-bottom: 0;
}
#subscriptions {
	margin-top: 4rem;
}
	 #contact 
{
	 justify-content: flex-start;
	 
}
	 #contact .footer-title 
{
	 margin-bottom: 1rem;
	 
}
	 .section-title 
{
	 text-align: center;
	 
}
	 #mc_embed_signup .input_container button img 
{
	 margin-right: 0;
	 
}
	 #mc_embed_signup .input_container button p 
{
	 display: none;
	 
}
	 #contact 
{
	 height: auto;
	 min-height: auto;
	 
}

	#contact .newsletter-title {
		font-size: 2rem;
	}
	 
}
 @media (min-width: 960px) {
	 	 .news-group .news-item 
{
	 margin-bottom: 5rem;
	 
}
	 .group-claim p {
	font-size: 2.4rem;
	line-height: 2.4rem;
}
	 .profile-item .profile-item-image 
{
	 height: 36rem;
	 background-size: cover;
	 background-position: center bottom;
	 
}
	.profile-item .profile-item-title .profile-item-copy 
	{
		 font-size: 1.1rem;
		 line-height: 1.3rem;
		 margin-top: 1rem;
		 
	}
 }
	 @media (min-width: 1000px) 
{
	 #hero,.divider 
{
	 min-height: 90vh;
	 
}
	 .profile-item .profile-item-image 
{
	 height: 40rem;
	 background-size: cover;
	 background-position: center bottom;
	 
}
	 .profile-item .profile-item-title 
{
	 padding: 2rem;
	 
}
.profile-item .profile-item-title .profile-item-copy 
{
	 font-size: 1.2rem;
	 line-height: 1.4rem;
	 margin-top: 1rem;
	 
}
	 .profile-item .profile-item-title .profile-item-name,.profile-item .profile-item-title .profile-item-jobtitle 
{
	 font-size: 2.3rem;
	 line-height: 2.4rem;
	 
}
.group-claim p {
	font-size: 2.8rem;
	line-height: 3rem;
}
.medium-title {
	font-size: 7rem;
	line-height: 7rem;
	 
}
}
	 @media (min-width: 1200px) 
{
	 #hero,.divivder 
{
	 min-height: 90vh;
	 
}
	 #hero,.divider,#group,#news,#leadership,#contact,#oneyoungworld 
{
	 padding: 8rem;
	 
}
	 #page-nav 
{
	 padding-left: 8rem;
	 padding-right: 8rem;
	 
}
	 .large-title 
{
	 font-size: 9rem;
	 line-height: 9rem;
	 
}
	 .profile-item .profile-item-image 
{
	 height: 32rem;
	 background-size: cover;
	 
}
	 .profile-item .profile-item-title 
{
	 padding: 2rem;
	 
}
	 .profile-item .profile-item-title .profile-item-name,.profile-item .profile-item-title .profile-item-jobtitle 
{
	 font-size: 2.8rem;
	 line-height: 2.8rem;
	 
}

.group-claim p {
	font-size: 3.2rem;
	line-height: 3.4rem;
}
	 
}	 
}
 @media (min-width: 1280px) {
	 .group-claim p {
	font-size: 3.4rem;
	line-height: 3.5rem;
}
 }
	 @media (min-width: 1480px) 
{
	 #hero,.divider,#group,#news,#leadership,#contact,#oneyoungworld 
{
	 padding: 10rem;
	 
}
	 #page-nav 
{
	 padding-left: 10rem;
	 padding-right: 10rem;
	 
}
.medium-title {
	font-size: 9rem;
	line-height: 9rem;
}
	 .large-title 
{
	 font-size: 11rem;
	 line-height: 11rem;
	 
}
	 .profile-item .profile-item-title 
{
	 padding: 3rem;
	 
}

.group-claim p {
	font-size: 3.6rem;
	line-height: 3.8rem;
}
	 
}
@media (min-width: 1680px) {
	.group-claim p {
	font-size: 4rem;
	line-height: 4rem;
}
.profile-item .profile-item-title .profile-item-copy 
{
	 font-size: 1.3rem;
	 line-height: 1.6rem;
	 margin-top: 1rem;
	 
}
}

.group-badge {
	position: absolute;
	top: 1.6rem;
	right: 1.6rem;
	text-transform: uppercase;
	color: white;
	background-color: black;
	padding: 0.8rem;
	border-radius: 8px;
	font-family: "ggg_medium";
	font-size: 1.2rem;
}

.group-prompt {
	margin-top: 8rem;
}
.group-prompt .cta {
	margin-top: 1rem;
	float: none;
	display: inline-block;
}
.cta {
	padding: 1rem 1.6rem;
	background-color: black;
	color: white;
	border-radius: 4px;
	text-transform: uppercase;
	font-family: "ggg_medium";
	transition: background-color .3s ease-in-out;
}
.cta:hover {
	background-color: #131313;
}