@charset "UTF-8";
/* CSS Document */


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

	ul.menu-list
   {
       margin: 0.0em 0em 0.5em;
	   height: auto;
      text-align: center;
      -ms-text-justify: distribute-all-lines;
      text-justify: distribute-all-lines;
   }

   li.menu-item
   {
      margin: 0em 1.0em 0.0em;
      width: auto;
      vertical-align: top;
      display: inline-block;
      *display: inline;
      zoom: 1;
   }


#site-title
{
   text-align: left;
   font-size: 1.07em;
   color: #e6001e;
   margin: 0.1em 0.5em 0.8em;
}

a.menu-item-link
   {
      font-size: 0.9em;
   }
   
   

#about {
    margin: 0.1em 0.5em 0.8em;
}

#fine-print {
    font-size: 0.65em;
	margin: 0.8em 0.5em 0.3em;
}	


.addthis_native_toolbox {
    margin: -0.4em 0em 1.2em 0.5em;
}


#wrapper
   {
      width: inherit;
   }


   #wrapper
   {
      float: none;
   }

}


@media screen and (max-width: 767px)
{
  
   li.menu-item {
      margin: 0.0em 0.6em 0.0em ;
      width: auto;
      vertical-align: top;
      display: inline-block;
      *display: inline;
      zoom: 1;
   }

   
   a.menu-item-link {
      font-size: 0.80em;
   }


   #wrapper {
      width: inherit;
   }
   
  #desktop-only {
      display: none;
   }
   
 .columns {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    margin: 0.0em 0.0em 0.0em 0.0em;
}
  
}
