  /* Fix for Resources by Zoran (Feb 17, 2017) */
@media screen and (min-width: 1430px){

   .single .narrow {
       width: 75%;
       padding: 0 7%;
   }

   .single .resource_download_form {
       float: left;
       width: 350px;
       margin-left: 40px;
   }

   .content.resource_download_form {
       float: left;
       width: 50%;
   }
   
   .single .articleBody img.attachment-large-size,
   .single .articleBody .content p img, 
   .single .articleBody .content p iframe { 
      display: block; 
      margin: 0px auto; 
   }

}

@media screen and (max-width: 1410px){

   .narrow {
       width: 100%;
       padding: 0 10%;
       overflow: hidden;
   }

   .single aside.side.right {
       border-left: none;
       position: relative;
       display: block;
       width: 100%;
   }

   .resource_download_form {
       float: left;
       width: 350px;
       margin-left: 40px;
   }

   .content.resource_download_form {
       float: left;
       width: 55%;
   }

   img.attachment-large-size.size-large-size.wp-post-image {
       margin: 0px auto;
       display: block;
   }

   .single aside.side.right {
       border-left: none;
       position: relative;
       display: block;
       width: 100%;
       padding: 0 15%;
   }

}

@media screen and (max-width: 1200px){

   .content.resource_download_form {
       float: left;
       width: 35%;
   }
}

@media screen and (max-width: 860px){

   .content.resource_download_form {
       float: none;
       width: 100%;
   }

   .resource_download_form {
       float: none;
       width: 350px;
       margin: 0px auto;
   }
}
/* Fix for Resources by Zoran (Feb 17, 2017) */
