body {
	margin: 0 auto;
    padding-top: 2px;
	padding: 0;
	color: #333;
	background: #000000 url("./images/responsive/background_stars.jpg");
        z-index: 2;
        font-family: Arial, Helvetica, Sans-serif;
}
a:link {
    background-color: transparent;
    text-decoration: none; 
    color: #1f7208;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 14px
}
a:visited {
    background-color: transparent;
    text-decoration: none;
    color: #1f7208;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 14px
}
a:hover {
    background-color: transparent;
    text-decoration: none;
    color: #62d262;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 14px
}

/*Id's*/

.theCenter {
    display: block;
    min-width: 310px;
    max-width: 1200px;
    background-color: transparent;
    color: black;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    /*border: 3px solid silver;
    padding: 3px;*/
}

#theBlog {
    display: flex;
    /*background-color: #cacaca;*/
    background-color: ghostwhite;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-style: solid;
    border-color: silver;
    border-width: 0 3px 3px;
}

#leftColumn {
    display: inline-block;
    width: 250px;
    min-width: 250px;
}

#middleColumn {
    display: inline-block;    
    flex-grow: 1;
    /*flex-direction: row;*/
    -ms-flex: 1;
}

#rightColumn {
    display: inline-block;
    width: 250px;
    min-width: 250px;
}

#socialMediaWide {
    display: block;
    margin-left: 5px;
}

#tos {
  margin: 5px 0 20px 0;
}

#tos a {
  color: silver;
}

#tos a:hover {
  color: white;
}

/*Classes*/

.fullBorder {
    border: 3px solid silver;
}

.header
{
    text-align: center;
    background-color: Black;
    display: block;
    font-size: 16px;
    color: silver;
    padding-top: 2px;
    padding-bottom: 3px;
}

.subHeader
{
    text-align: center;
    background-color: darkGray;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #F5F5F5;
    padding-top: 2px;
    padding-bottom: 3px;
    margin-bottom: 10px;
}


.silverTop {
   border-top: 1px solid silver;
}

.silverBottom {
   border-bottom: 1px solid silver !important;
}

.silverRight {
   border-right: 1px solid silver;
}

.rightBorderWhite {
    border-right: 1px solid white;
}

.leftBorderWhite {
    border-left: 1px solid white;
}

.topBorderBlack {
    border-top: 1px solid black;
}

.marginLeft5 {
    margin-left: 5px;
}

.centerContent {
    display: block;
    align-items: center;
    text-align: center;
    flex-grow: 1;
    flex-direction: column;
}

.blueGradient {
    background: #64a6e7;
    background: linear-gradient(#b7dbff, #64a6e7);        
    background: -moz-linear-gradient(#b7dbff, #64a6e7);        
    background: -o-linear-gradient(#b7dbff, #64a6e7);        
    background: -webkit-linear-gradient(#b7dbff, #64a6e7);        
    
}

.grayToBlueGradient {
    background: #F5F5F5;
    background: linear-gradient(#64a6e7, #F5F5F5);
    background: -moz-linear-gradient(#64a6e7, #F5F5F5);
    background: -o-linear-gradient(#64a6e7, #F5F5F5);
    background: -webkit-linear-gradient(#64a6e7, #F5F5F5);        
}

.reverseBlueGradient {
    background: #64a6e7;
}

.rightColumnBody {
    padding: 0px 5px 0px 5px;
}


.rightColumnBody ul {
    margin-top: 0px;
    margin-left: 19px;
    padding-top: 5px;
    list-style-type: circle;
    padding-left: 0;
}

.rightColumnBody li {
    margin-bottom: 15px;
    padding: 2px 2px 2px 0px;
}

.rightColumnBody li a {
    color: black;
    font-size: 12px;
    font-weight: bold;
}


.rightColumnEntry {
    padding: 0px;
    border: none;
    background: none;
    font-size: 14px;
    vertical-align: top;
    /*background: #cacaca;*/
    background: none;
}


.rightColumnContent {
    padding: 0 5px 5px;
    /*background: #F5F5F5;*/
    margin: 0 10px;
}

.rightColumnTitle {
    font-size: 14px;
    font-weight: bold;
    padding: 8px 5px 0;
    margin-left: 10px;
}

.leftColumnBlock {
    padding: 5px 10px;
}

.leftColumnBlock img {
    display: inline-block;
}

.mobileAd {
    display: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #64a6e7;
}

.desktopLeader {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-style: solid;
    border-color: silver;
    border-width: 0 3px;
    padding-top: 3px;
    font-size: 14px;
}


.specialBannerMenu {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-style: solid;
    border-color: silver;
    border-width: 0 3px;
    padding-top: 3px;
    font-size: 0;
}

.specialBannerMenu img {
    max-width: 100%;
}


.socialMediaWide {
    display: block;
    padding-left: 5px;
    margin-top: 5px;
    overflow: hidden;
}

.socialMediaWide a {
    font-size: 10px;
}

.lightGrayBackground {
   background-color: #F5F5F5; 
}

/* common formatting classes */

.boldFont {
    font-weight: bold;
}

.italics {
    font-style: italic;
}

.strike {
    text-decoration: line-through;
}

.centerMe {
    display: block;
    text-align: center;
    align-content: center;
}

.floatLeft {
  display: block;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

.floatLeft img {
  max-width: 100% !important;
}


.displayInline {
	display: inline-block;
}

.maxWidth40_100 {
	max-width: 100%;
}

.maxwidth40 {
	max-width: 40%;
}

.figureOutter {
  border-style: solid;
  border-color: darkslategray;
  border-width: 1px;
  background-color: #F5F5F5;
}

.figure {
    padding: 5px;
    font-size: .875em;
    display: table;
}

.figure img {
    display: block;
    max-width: 100% !important;
}

.figcaption {
    display: table-caption;
    caption-side: bottom;
    padding: 0 5px 5px;
    color: darkslategray;
    font-size: .9em;
}

.clearFloat {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.super {
  vertical-align: super;
  font-size: .6em;
}

.super a {
  vertical-align: super;
  font-size: .6em;
}

blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 5px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 1em;
  font-style: italic;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #95c5f5;
  border-right: 2px solid #95c5f5;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #6f6969;
  -webkit-box-shadow: 2px 2px 15px #6f6969;
  box-shadow: 2px 2px 15px #6f6969;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 2em;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

#HasLab {
    display: inline-block;
    width: 300px;
    height: 300px;
    background-color: black;
    background: url("./images/responsive/HasLabBarge4.jpg");
    color: white;
    padding: 0;
    margin: 0;
    font-weight: bold;
    text-align: center;
    border-bottom: 3px solid silver;
}

.hasLabPill {
   display: inline-block;
   background-color: #dd5932;
   padding: 5px 10px;
   border-radius: 10px;
}

.featureBlock {
   display: block;
   border: none;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 5px;
}

.grayScale {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

.marginBottom5 {
  margin-bottom: 5px !important;
}

.marginTop25 {
  margin-top: 25px;
}


.pollList {
  list-style-type: none !important;
}

.padding7TopBottom {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.greenText {
   color: Green !important;
}

.redText {
   color: Red !important;
}

.yellowText {
   color: #ff8f00 !important;
}

.blueLink a:link {
    color: #0034b6;
}
.blueLink a:visited {
    color: #0034b6;
}
.blueLink a:hover {
    color: #979cd4;
}

/*Media Queries*/
@media (max-width: 800px) {
    #leftColumn {
        display: none;
    }
}

@media (max-width: 727px) {
    .desktopLeader {
        display: none;
    }
    .mobileAd {
        display: block;
    }
    .specialBannerMenu {
        border: none;
        padding-top: 0;
    }

}

@media (max-width: 1049px) {
    #rightColumn {
        display: none;
    }
}

@media (max-width: 737px) {
    #theBlog {
            border-width: 3px 0px 0px 0px;
    }
    .theCenter {
        border: none;
        padding: 0px;
    }
    blockquote{        
        border-left: 5px solid #95c5f5;
        border-right: 1px solid #95c5f5;  
    }
}

@media (max-width: 400px) {
    .maxWidth40_100 {
        max-width: 40%;
    }
    .pollList {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }
}