@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400');
html,
body {
  background: white!important;
}
.main-wrap {
  margin: 0px auto;
  width: 700px;
}
.twocol {
  margin: 0px auto;
  width: 900px;
}
.twocol .colLeft {
  float: left;
  width: 75%;
}
.twocol .colRight {
  float: right;
  width: 20%;
  margin-top: 20px;
}
.twocol .colRight .module {
  float: right;
  width: 80%;
  padding: 0 0 20px 10%;
  border: 1px solid white;
  margin: 0 0 20px 0;
  text-align: right;
}
.twocol .colRight .module.borderTop {
  padding-top: 40px;
  border-top: 1px dashed #e0e5e9;
}
.twocol .colRight .module li {
  font-family: 'Lora', Georgia, serif;
  font-size: 1.3em;
  line-height: 1.5em;
  line-height: 2.1em;
  color: #2f353e;
}
.twocol .colRight .module li h3 {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 1.2em;
  font-family: 'Raleway', sans-serif;
  color: #2f353e;
  font-weight: 600;
}
.twocol .colRight .module li a {
  color: inherit;
  border-bottom: 1px solid #00aadd;
}
.twocol .colRight .module li a:hover,
.twocol .colRight .module li a.active {
  color: #00aadd;
}
.twocol .colRight .module li a.green {
  color: #95ba25;
  border-color: #95ba25;
}
section.pagination {
  float: left;
  width: 90%;
  margin: 25px 5% 0px;
  color: #2f353e;
  font-size: 1.55em;
  font-family: 'Raleway', sans-serif;
  color: #a5b3be;
  letter-spacing: .01em;
}
section.pagination a {
  color: #00aadd;
  display: inline-block;
  margin: 0 20px 0 0;
  font-weight: 600;
}
section.pagination a.nextpage {
  float: right;
  margin-right: 0;
}
section.pagination a:hover {
  color: #0083aa;
}
section.content {
  float: left;
  width: 100%;
}
.content {
  float: left;
  width: 100%;
}
.content .upone {
  margin: 0 0 5px 5%;
  float: left;
  width: 90%;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  font-weight: 400;
  color: #a5b3be;
  text-align: left;
}
.content .upone a {
  font-weight: 600;
  color: #00aadd;
}
.content .upone a:hover {
  color: #00aadd;
}
.content h1.maintitle {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 4em;
  font-weight: 600;
  text-align: left;
  margin: 0 5% 10px 5%;
  float: left;
  width: 90%;
}
.content h1.maintitle.single span {
  display: inline-block;
  border-bottom: 2px solid transparent;
  margin-left: -2px;
}
.content h1.maintitle.small {
  font-size: 3em;
}
.content h1.maintitle a {
  font-weight: 600;
  color: #2f353e;
  border-bottom: 2px solid #00aadd;
  display: inline-block;
  margin-left: -2px;
}
.content h1.maintitle a:hover {
  color: #0096c4;
}
.content p.metaDetails {
  float: left;
  width: 90%;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.32em;
  letter-spacing: 0.003em;
  font-weight: normal;
  color: #96a6b3;
  margin: 0 5% 30px 5%;
}
.content p.metaDetails a {
  color: #00aadd;
  border-bottom: 1px solid #00aadd;
}
.content p.metaDetails a:hover {
  color: #0083aa;
}
.content article {
  float: left;
  width: 100%;
  font-family: 'Lora', Georgia, serif;
  font-size: 1.55em;
  line-height: 1.5em;
  margin: 10px 0 20px 0;
}
.content article h1 {
  float: left;
  width: 90%;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 2em;
  font-weight: 600;
  color: #0e1012;
  margin: 30px 5% 20px 5%;
}
.content article h1 strong {
  text-transform: uppercase;
  font-size: .5em;
  letter-spacing: 0.05em;
  color: #505A6A;
}
.content article h2,
.content article h3 {
  float: left;
  width: 90%;
}
.content article h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  margin: 10px 5% 20px 5%;
}
.content article h3 {
  margin: 5px 5% 15px 5%;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.4em;
}
.content article em {
  font-style: italic;
  font-size: 1.05em;
}
.content article p {
  float: left;
  width: 90%;
  margin: 0 0 30px 5%;
  line-height: 1.9em;
  color: #505a6a;
}
.content article p strong {
  color: #2f353e;
}
.content article p em {
  font-style: italic;
  font-size: 1.1em;
}
.content article p a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #00aadd;
}
.content article p a:hover {
  color: #00aadd;
  border-color: #00aadd;
}
.content article p a.green {
  color: #95ba25;
}
.content article p a.green:hover {
  color: #84a521;
}
.content article p code {
  display: inline;
  background: #fff5cb;
  padding: 4px;
  margin: 0;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #7f6700;
}
.content article p img {
  float: left;
  width: auto;
  max-width: 700px;
  height: auto;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0 0 10px -5%;
}
.content article p.showmore a {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 0.9em;
  clear: both;
  border: 2px solid #00aadd;
  background: none;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  padding: 10px 20px;
  color: #00aadd;
  float: left;
  margin: 0px 0 0 0;
}
.content article p.showmore a:focus,
.content article p.showmore a:hover {
  border-color: #0096c4;
  color: #0096c4;
}
.content article p.showmore a:active {
  -webkit-box-shadow: inset 0px 2px 0px #000d11;
  -moz-box-shadow: inset 0px 2px 0px #000d11;
  box-shadow: inset 0px 2px 0px #ddf7ff;
  padding-top: 11px;
  padding-bottom: 9px;
}
.content article.deep p:first-child {
  font-size: 1.15em;
  line-height: 1.65em;
  margin-bottom: 30px;
  color: #3a414d;
}
.content article ul {
  float: left;
  width: 80%;
  margin: 0 10% 30px 10%;
  padding: 0;
  list-style: disc;
  list-style-position: outside;
}
.content article ul li {
  float: left;
  width: 99%;
  margin: 0 0 10px 0;
  padding: 0 0 0 1%;
  color: #505A6A;
  font-family: 'Lora', Georgia, serif;
  font-size: 1em;
  line-height: 1.5em;
  line-height: 2em;
}
.content article ul li a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #00aadd;
}
.content article ul li a:hover {
  color: #00aadd;
}
.content article ul li:last-child {
  margin-bottom: 5px;
}
.content article iframe {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}
.content article blockquote {
  float: left;
  width: 92%;
  padding: 0 0 0 3%;
  margin: 10px 0 40px 2%;
  border-left: 2px solid #c2e065;
}
.content article blockquote p,
.content article blockquote p:first-child {
  padding: 0;
  width: 75%;
  margin: 0 0 0 -2px;
  font-style: italic;
  font-size: 1.3em;
  line-height: 1.4em;
}
.content article blockquote.big {
  border: none;
  width: 70%;
  margin-left: 15%;
  padding: 30px 0;
  border-top: 1px solid #e0e5e9;
  border-bottom: 1px solid #e0e5e9;
  text-align: center;
  font-style: italic;
  font-size: 1.5em;
  line-height: 1.4em;
  color: #667387 !important;
}
.content article blockquote em {
  font-size: .8em;
  font-style: italic;
}
.content article blockquote em a {
  color: #00aadd;
  font-style: italic;
}
.content article blockquote em a:hover {
  border: none;
}
.content article hr {
  float: left;
  margin: 30px 0 40px 0;
  width: 100%;
  clear: both;
  border: none;
  border-bottom: 1px solid #e0e5e9;
}
.content .snippet {
  float: left;
  width: 100%;
  margin: 0 0 60px 0;
}
.content .snippet .meta {
  margin-bottom: 25px;
}
.content .snippet article {
  margin-top: 0;
}
.content .snippet article h1,
.content .snippet article h2,
.content .snippet article h3 {
  margin-top: 0;
  font-size: 1.3em;
}
.content .social {
  float: left;
  width: 90%;
  margin: 0 0 20px 5%;
}
section#comments {
  float: left;
  width: 100%;
  border-top: 1px solid #e0e5e9;
  background: #FEFEFF;
  box-shadow: inset 0 3px 0 #F8F8F9;
  -webkit-box-shadow: inset 0 3px 0 #F8F8F9;
  -moz-box-shadow: inset 0 3px 0 #F8F8F9;
  padding: 80px 0 50px;
  margin: 50px 0 10px 0;
  color: #505a6a;
}
section#comments h3 {
  width: 95%;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 2.6em;
  font-weight: 600;
  color: #2f353e;
  margin: 0 0 40px 5%;
}
section#comments form#comment {
  width: 90%;
  margin: 0 5%;
}
section#comments form#comment .notifications {
  float: left;
  width: 80%;
  margin: 0 0 20px 0;
}
section#comments form#comment .notifications p {
  display: inline-block;
  *display: inline;
  font-family: 'Lora', Georgia, serif;
  font-size: 1.35em;
  line-height: 1.5em;
  width: auto;
  margin: 0 3px 3px 0;
  padding: 11px 15px;
  color: #987c00;
  background: #fff5cb;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ffe46a;
}
section#comments form#comment .notifications p a {
  color: #00aadd;
  text-decoration: underline;
}
section#comments form#comment .notifications p.success {
  background: #f4fae4;
  border-color: #b1d83a;
  color: #738f1d;
}
section#comments form#comment label {
  float: left;
  width: 80%;
  margin: 0 0 10px 0;
  font-family: 'Lora', Georgia, serif;
  font-size: 1.35em;
  line-height: 1.5em;
}
section#comments form#comment label em {
  color: #a5b3be;
  font-style: italic;
}
section#comments form#comment input,
section#comments form#comment textarea {
  width: 92%;
  float: left;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 11px 15px;
  font-family: 'Lora', Georgia, serif;
  font-size: 1.1em;
  line-height: 1.5em;
  color: #2f353e;
  border: 1px solid #d1d8de;
  margin: 4px 0 0 -1px;
}
section#comments form#comment input:focus,
section#comments form#comment textarea:focus,
section#comments form#comment input:active,
section#comments form#comment textarea:active {
  -webkit-box-shadow: 0 0 0 1px #11c8ff;
  -moz-box-shadow: 0 0 0 1px #11c8ff;
  box-shadow: 0 0 0 1px #11c8ff;
  border: 1px solid #00a2d3;
}
section#comments form#comment textarea {
  resize: vertical;
  height: 100px;
  max-height: 200px;
}
section#comments form#comment button.btn {
  clear: both;
  border: 2px solid #95ba25;
  background: none;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  padding: 10px 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.4em;
  color: #95ba25;
  float: left;
  margin: 15px 0 0 0;
  letter-spacing: 0.01em;
}
section#comments form#comment button.btn:focus,
section#comments form#comment button.btn:hover {
  border-color: #b1d83a;
  color: #b1d83a;
}
section#comments form#comment button.btn:active {
  -webkit-box-shadow: inset 0px 2px 0px #e3f1ba;
  -moz-box-shadow: inset 0px 2px 0px #e3f1ba;
  box-shadow: inset 0px 2px 0px #e3f1ba;
  padding-top: 11px;
  padding-bottom: 9px;
}
section#comments ul.commentlist {
  float: left;
  width: 100%;
  margin: 0px 0 50px 0;
}
section#comments ul.commentlist li {
  float: left;
  width: 100%;
  margin: 0;
  font-family: 'Lora', Georgia, serif;
  font-size: 1.3em;
  line-height: 1.5em;
}
section#comments ul.commentlist li div.content {
  float: left;
  width: 100%;
  padding: 30px 5% 40px;
  margin: 0 0 8px 0;
  background: #f8fdfe;
  border: 1px solid #9eddf8;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.2em;
  line-height: 1.8em;
  color: #454e5b;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 0px #eef9fe;
  -moz-box-shadow: 0px 2px 0px #eef9fe;
  box-shadow: 0px 2px 0px #eef9fe;
  position: relative;
}
section#comments ul.commentlist li div.content p.meta {
  float: left;
  width: 100%;
  border-top: 1px dashed #9eddf8;
  margin-top: 20px;
  padding: 15px 0 0 0;
  color: #667387;
  font-size: .8em;
}
section#comments ul.commentlist li div.content p.meta time {
  display: inline-block;
  *display: inline;
  margin-left: 2px;
  color: #57c5f2;
}
section#comments ul.commentlist li.admin div.content {
  background: #f4fae4;
  border-color: #b1d83a;
}
section#comments ul.commentlist li.admin div.content p.meta {
  border-color: #b1d83a;
}
section#comments ul.commentlist li.admin div.content p.meta em {
  color: #808d9f;
  font-style: italic;
}
section#comments ul.commentlist li.admin div.content p.meta time {
  color: #738f1d;
}
section.showmore {
  float: left;
  width: 90%;
  margin: 60px 5% 0px 5%;
}
section.showmore p {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.55em;
  color: #a5b3be;
  letter-spacing: .01em;
}
section.showmore p a {
  color: #00aadd;
}
section.showmore ul.items {
  float: left;
  width: 100%;
  margin: 23px 0 0 0px;
}
section.showmore ul.items li {
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
}
section.showmore ul.items li h2 a {
  display: inline-block;
  *display: inline;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 2.6em;
  font-weight: 600;
  padding: 3px 0;
  border-bottom: 2px solid #00aadd;
  color: inherit;
}
section.showmore ul.items li h2 a:hover {
  border-bottom-color: #00aadd;
  color: #00aadd;
}
@media screen and (max-width: 740px) {
  section#comments form#comment {
    width: 100%;
  }
  section#comments form#comment label {
    width: 89%;
  }
  .main-wrap {
    width: 90%;
  }
  .main-wrap section.content h1 {
    margin-bottom: 20px;
  }
  .main-wrap section.content h1 a {
    display: inline;
  }
  .main-wrap section.content h1.maintitle a {
    display: inline;
  }
  .main-wrap section.content article hr {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .main-wrap section.content article p img {
    width: 110%;
    margin-left: -5%;
    margin-right: 0;
  }
  .main-wrap section.content article blockquote {
    margin-left: 0;
    border-left-width: 4px;
    padding-left: 5%;
  }
  .main-wrap section.content article ul li {
    width: 85%;
  }
  .main-wrap section.showmore ul.items li {
    margin-bottom: 0;
  }
  .main-wrap section.showmore ul.items li h2 a {
    margin-bottom: 5px;
  }
}

/* Hide comment form on static export (comments are read-only) */
section#comments form#comment,
section#comments h3:last-of-type {
  display: none !important;
}
