@charset "UTF-8";


article.post
{
   width: 100%;
   margin-bottom: 2em;
}


article.post div.copy,
article.post div.mainTitle
{
   width: calc(100% - 24px);
   margin-left: 12px;
   margin-bottom: 2em;
}

article.post div.mainTitle
{
   margin-top: 1em;
}


div.copy span.subheading
{
   display: block;
   font-size: 18px;
   font-family: din-2014, sans-serif;
   color: #333333;
   font-weight: bold;
   margin-bottom: 0.25em;
   margin-top: 0.75em;
}


article.post span.highlighter
{
   font-size: 18px;
   font-family: din-2014, sans-serif;
   color: #333333;
   font-weight: bold;
   margin-bottom: 0.25em;
   margin-top: 0.75em;
   width: auto;
   display: block;
}

article.post span.highlighter a.highlight
{
   background-image: url('../yellow_square_30.png');
   background-size: 0 0.5em;
   background-repeat: no-repeat;
   background-position: 0 0.4em; 
   transition: background-size 500ms ease-in-out;
   display: inline;
   width: auto;  
   color: #333333;
 }


article.post span.highlighter a.highlight
{
   cursor: pointer;
}
 


article.post span.highlighter:hover a.highlight
{
   background-size: 100% 0.5em;
}



article.post div.copy p,
article.post div.copy ul
{
   font-size: 16px;
}


article.post div.mainTitle h1
{
   font-family: HN57;
   color: #424242;
   font-size: 36px;
   display: block;
   line-height: 1.1em;
}

article.post div.mainTitle h1.small
{
   font-size: 32px;
}


article.post div.mainTitle h2
{
   font-family: HN47;
   color: #000000;
   font-size: 32px;
   display: block;
   line-height: 1.1em;
   margin-top: 0.25em;
   font-size: 28px;
}





article.post div.masonryBorder
{
   float: none;
   width: calc(100% - 24px);
   column-count: 2;
   column-gap: 12px;
   margin-top: 4em;
}



article.post div.masonryBorder img
{
   display: inline-block;
   vertical-align: top;
   width: 100%;
   margin-bottom: 12px;
}

article.post div.sidebar 
{
   display: none;
}

article.post div.sidebar p,
article.post p.sidebarText
{
   font-family: din-2014, sans-serif;
   font-size: 20px;
   color: #333333;
   letter-spacing: 0.05em;
   line-height: 1.25em;
}

article.post p.sidebarText
{
   width: calc(100% - 24px);
   margin-left: 12px;
}




@media(min-width: 767px)
{
    article.post div.mainTitle.withSidebar,
    article.post div.copy.withSidebar
    {
       float: left;
       width: calc(60% - 12px);
       margin-left: 12px;
    }
    
        
    article.post div.copy
    {
       margin-bottom: 4em;
    }
    
    article.post div.copy p
    {
       max-width: 900px;
       margin-left: 0;
    }
    
    article.post div.copy ul
    {
       max-width: 870px;
       margin-top: -1.2em;
      font-size: 100%;
      padding-left: 0;
      margin-left: 1em;
    }
    
    article.post div.masonryBorder,
    article.post p.sidebarText
    {
       display: none;
    }
    
    article.post div.sidebar
    {
       float: right;
       width: calc(33% - 12px);
       margin-right: 12px;
       display: block;
       margin-top: 1em;
    }
    


    article.post div.sidebar img
    {
       width: 100%;
       display: block;
       margin-bottom: 12px;
    }
    

}


@media (min-width: 949px) { 

    article.post 
    {
       width: calc(100% - 84px);
       margin-left: 42px;
    }
    

    
    article.post div.mainTitle,
    article.post div.mainTitle.withSidebar,
    article.post div.copy,
    article.post div.copy.withSidebar
    {
       margin-left: 0;
    }

    
    article.post div.sidebar
    {
         margin-right: 0;
    }
}



@media (min-width: 1199px) { 
    article.post 
    {
       width: calc(100% - 204px);
       margin-left: 102px;
       max-width: 1080px;
    }
}    


@media (min-width: 1599px) { 
    article.post 
    {
       margin-left: auto;
       margin-right: auto;
    }
}