@charset "utf-8";
/* CSS Document */

.ShellMainContent img {max-width:100%; height:auto;}
.ShellMainContent h1 {
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 30px;
    color: #1C3A30;
}

.ShellMainContent h2 {font-family: "Open Sans";
font-weight: 300;
font-size: 30px;
color: #1C3A30;}

.ShellMainContent h3 {margin:2% 0; font-weight:bold;}
.ShellMainContent .list h3 {font-size:14px;}
.ShellMainContent ol, ul {list-style:inherit;}

.ShellMainContent .static img {max-width:100%;}

.ShellMainContent a {
    color: #1C3A30;
    text-decoration: none;
}
.ShellMainContent a:hover {opacity:.7}

.right {float:right; margin-left:50px; box-shadow:1px 1px 1px 1px #999999;}
a.Button {
    color: #1C3A30;
    border-radius: 25px;
    padding: 5px 30px;
    border: 1px solid #3371Ac;
    width: 200px;
    text-align: center;
}
.Button {  text-shadow: 2px 2px 0px #FFF8F8; font-weight:700; background-color:white;
    text-transform: uppercase;}
a.Button:hover {opacity:.7 }

.ButtonContainer {width:100%; text-align:center;clear:both; padding:15px;}
.ButtonContainer2 {float:left; margin:5px; }
.FirstParagraph {
    font-size: 20px !important;
    color: #1C3A30;
    font-weight: 300;
    max-width: 1000px;
}
.ShellMainContent .Article {padding-left:10%; padding-right:10%;}

.Blog #ctl00_Store_content_PageTitle {display:none;}
.Blog .RightBar h1 {font-size:18px;}
.Blog .RightBar a, .BlogEntry .BlogTags .Tag a {font-size:12px!important;}
.Blog .MainSection {width:calc(100% - 175px)}
.Blog .RightBar {width:175px;}
.Blog ul li {list-style:disc; list-style-position:inside;margin-left:20px; color:black;}
.Blog ul {margin-top:15px;}
.Blog .Entry .Timestamp,.Blog .Entry .Author, .Blog .Entry .Tags, .Blog .Entry .Tags .Tag {font-weight:normal; font-size:12px;}
.Blog .ShellBlogEntries .Entry .Body {color:black;}

@media (max-width: 767px) {
.Blog .MainSection {width:100%}}