html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  background: #fff;
}

body {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  color: #222;
}

body.newsroom-mobile {
  margin-top: 50px !important;
}

p,
dl,
ul,
pre {
  margin: 0 0 1em;
  color: #222;
}

.button,
input[type="submit"],
button,
a.button {
  background: #0fa4d4;
  color: #fff;
  line-height: 1.2;
  padding: 10px;
  border: 0;
  display: block;
  text-align: center;
  color: #f0f0f0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .9em;
  width: 100%;
}
.button:hover,
input[type="submit"]:hover,
button:hover,
a.button:hover {
  color: #fff;
  background: #415ba8;
}

.row {
  margin: 0 0 2em;
}

a {
  color: #0fa4d4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Minion Pro", "Crimson Text", serif;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 600;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  color: #415ba8;
}

p {
  margin-top: 0;
}

h1 {
  font-size: 3.7rem;
  line-height: 1;
}

h2 {
  font-size: 3.2rem;
  line-height: 1;
}

h3 {
  font-size: 2.8rem;
  line-height: 1;
}

h4 {
  font-size: 2.4rem;
  line-height: 1;
}

h5 {
  font-size: 2.0rem;
  line-height: 1;
}

h6 {
  font-size: 1.5rem;
  line-height: 1;
}

/*************** AUTHORS ******************/
.authorsList {
  padding:0 0 1em 0;
  content: ""; display: table; clear: both;
}
.authorListing {
  width:33.33333%;
  float:left;
}
.author-alphabet a {
  display: inline-block;
  padding:3px 6px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 400
}
.alphabetListing {
  padding:1em 0 0 0;
  margin-bottom: .5em;
  border-bottom: dotted 1px #999;
  font-size: 1.2em;
  clear: left
}
.author-topline {
  display: block;
  font-size: 1.2em;
  padding-bottom: .3em;
  border-bottom: dotted 1px #999;
  margin-bottom: .5em
}
h1.author-headline {
  font-size: 30px!important;
  padding-top: .5em
}
.author-bio img {
  float: left;
  margin:0 .8em .5em 0;
}
.author-leadin {
  font-weight: 600;
  clear:left;
  padding-top: 2em;
  padding-bottom: .3em;
  border-bottom: dotted 1px #999;
  margin-bottom: 2em
}
.author-postlist {
  padding:0;
  margin:0;
  list-style-type: none
}

.author-postlist a:hover {
  text-decoration: underline;

}
.author-postlist li h2 {
  font-size: 1.6em
}
.author-postlist li {
  margin-bottom: 2em;
  content: ""; display: table; clear: both; 
  border-bottom:solid 1px #e8e8e8;
  padding-bottom: 2em
}
@media screen and (max-width:600px) {

  .authorsList {
    padding:1em;
  }

  .authorListing {
    width:50%;
  }
  h1.author-headline {
    font-size: 24px!important;
  }
  .author-postlist li h2 {
    font-size: 1.4em
  }
}

/******************************************/

#masthead,
.content-area {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}
#masthead::after,
.content-area::after {
  clear: both;
  content: "";
  display: table;
}

.row {
  width: 100%;
  display: block;
}
.row::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 3.0rem;
    line-height: 1;
  }

  h2 {
    font-size: 2.8rem;
    line-height: 1;
  }

  h3 {
    font-size: 2.2rem;
    line-height: 1;
  }

  h4 {
    font-size: 1.8rem;
    line-height: 1;
  }

  h5 {
    font-size: 1.2rem;
    line-height: 1;
  }

  h6 {
    font-size: 1rem;
    line-height: 1;
  }

  input,
  textarea,
  img {
    max-width: 100%;
  }

  .content-area {
    padding: 0 5px;
  }
}
.siteorigin-panels .entry-content .widget_sow-editor h3,
.siteorigin-panels .entry-content .widget_sow-editor h2,
.siteorigin-panels .entry-content .widget-title {
  color: #585858;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  padding-bottom: 1rem;
  border-bottom: 2px solid #ddd;
}
.siteorigin-panels .entry-content .widget_sow-editor h3 a:after,
.siteorigin-panels .entry-content .widget_sow-editor h2 a:after,
.siteorigin-panels .entry-content .widget-title a:after {
  content: '\00bb';
  color: #848484;
}
@media screen and (max-width: 480px) {
  .siteorigin-panels .entry-content .widget_sow-editor h3,
  .siteorigin-panels .entry-content .widget_sow-editor h2,
  .siteorigin-panels .entry-content .widget-title {
    padding: 0 5px;
  }
}

.newsroom-section-title {
  border-bottom: 2px solid #ddd;
  margin-bottom: 20px;
}
.newsroom-section-title h2,
.newsroom-section-title h3 {
  color: #585858;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
}
.newsroom-section-title h2 a:after,
.newsroom-section-title h3 a:after {
  content: '\00bb';
  color: #848484;
}
@media screen and (max-width: 480px) {
  .newsroom-section-title h2,
  .newsroom-section-title h3 {
    padding: 0 5px;
  }
}

#masthead {
  padding: 1.5em 0;
}
#masthead h1.has-logo a {
  display: block;
  text-indent: -9999px;
  line-height: 0;
  font-size: 1px;
}
#masthead h1.has-logo a img {
  display: block;
}
#masthead .site-meta {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
#masthead .site-meta:last-child {
  margin-right: 0;
}
#masthead .top-nav {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
#masthead .top-nav:last-child {
  margin-right: 0;
}
#masthead #langnav {
  float: right;
}
#masthead #langnav #qtranslate-chooser {
  list-style: none;
  float: right;
  margin: 0;
  padding: 0;
}
#masthead #langnav #qtranslate-chooser::after {
  clear: both;
  content: "";
  display: table;
}
#masthead #langnav #qtranslate-chooser li {
  float: left;
  margin-left: 5px;
  display: block;
  padding-top: 12px;
}
#masthead #langnav #qtranslate-chooser li a {
  display: block;
  text-decoration: none;
  font-size: 12px;
  padding: 4px 6px;
  background: #0fa4d4;
  color: #fff;
  border-radius: 3px;
}
#masthead #socialnav {
  float: right;
  line-height: 60px;
  text-align: right;
}
#masthead #socialnav a {
  text-align: right;
  text-decoration: none;
  color: #666;
  font-size: 1.2em;
  margin-right: .5em;
}
#masthead #socialnav a:hover {
  color: #222;
}
#masthead #mastnav {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  display: block;
  position: relative;
  z-index: 3;
  font-size: 1.2em;
}
#masthead #mastnav:last-child {
  margin-right: 0;
}
#masthead #mastnav::after {
  clear: both;
  content: "";
  display: table;
}
#masthead #mastnav ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#masthead #mastnav ul.menu li {
  margin: 0 20px 0 0;
  padding: 0;
  float: left;
  color: #333;
  position: relative;
}
#masthead #mastnav ul.menu li a {
  color: #415ba8;
  text-decoration: none;
}
#masthead #mastnav ul.menu li.menu-item-has-children:after {
  content: "\e623";
  color: #334698;
  font-family: 'entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 85%;
  float: right;
  margin-top: 2px;
  margin-left: 5px;
}
#masthead #mastnav ul.menu li.menu-item-has-children:hover:after {
  content: "\e621";
}
#masthead #mastnav ul.menu li:hover ul {
  display: block;
}
#masthead #mastnav ul.menu li ul {
  width: 200px;
  position: absolute;
  top: 38px;
  left: 0;
  list-style: none;
  margin: -10px;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #eee;
  display: none;
}
#masthead #mastnav ul.menu li ul li {
  margin: 0;
  padding: 0;
  display: block;
  float: none;
  font-size: .9em;
}
#masthead #mastnav ul.menu li ul li a {
  padding: 5px 0;
  display: block;
}
#masthead #mastnav form {
  float: right;
}

.mobile-header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  padding: 5px;
}
.mobile-header .logo {
  width: 65%;
  display: block;
  float: left;
}
.mobile-header .logo.with-image a {
  display: block;
  text-indent: -9999px;
  line-height: 0;
  font-size: 1px;
}
.mobile-header .logo.with-image a img {
  width: 100%;
  height: auto;
  display: block;
}
.mobile-header #mobile-nav a.toggle-nav {
  float: right;
  font-size: 2.2em;
  text-decoration: none;
}
.mobile-header #mobile-nav.active .mobile-nav-content {
  display: block;
}
.mobile-header #mobile-nav .mobile-nav-content {
  position: absolute;
  top: 43px;
  max-height: 400px;
  overflow: auto;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 2px solid #ccc;
  display: none;
}
.mobile-header #mobile-nav .mobile-nav-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-header #mobile-nav .mobile-nav-content ul li a {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: .5em;
  text-decoration: none;
}
.mobile-header #mobile-nav .mobile-nav-content ul ul {
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 0 0 0 1em;
  padding: 1em;
}
.mobile-header #mobile-nav .mobile-nav-content ul ul li {
  border: 0;
  padding: 0;
  display: inline-block;
}
.mobile-header #mobile-nav .mobile-nav-content ul ul li a {
  display: inline-block;
  border-bottom: 0;
  padding: 0;
}
.mobile-header #mobile-nav .mobile-nav-content ul ul li:after {
  content: '\a0\b7\a0';
}
.mobile-header #mobile-nav .mobile-nav-content ul ul li:last-child:after {
  content: '';
}
.mobile-header #mobile-nav .mobile-nav-content p.label {
  padding: .5em;
  margin: 0;
  color: #999;
  font-style: italic;
  font-weight: 600;
}
.mobile-header #mobile-nav .mobile-nav-content input[type=text] {
  width: 100%;
  padding: .8em .5em;
  background: #fff;
  border: 0;
}

.map-container {
  width: 100%;
  height: 600px;
}

#primary h1 {
  font-size: 42px;
}
#primary .subhead {
  font-size: 24px;
  display: block;
}
#primary .subhead::after {
  clear: both;
  content: "";
  display: table;
}
#primary .subhead p {
  color: #222;
}
#primary .kicker {
  display: block;
}
#primary .kicker::after {
  clear: both;
  content: "";
  display: table;
}
#primary .kicker img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
#primary .kicker .kicker-image-container {
  margin: 0 auto;
}
#primary .kicker .image-caption {
  max-width: 50%;
  min-width: 300px;
  float: right;
}
#primary .kicker .image-caption p {
  margin: .5em 0;
  color: #666;
  font-style: italic;
  text-align: right;
}
@media screen and (max-width: 480px) {
  #primary .kicker .kicker-image-container {
    width: 100% !important;
  }
  #primary .kicker .kicker-image-container img {
    width: 100% !important;
    height: auto;
  }
  #primary .kicker .image-caption {
    max-width: 100%;
    min-width: 0;
    text-align: right;
  }
}
#primary .kicker .nr-gallery {
  position: relative;
  cursor: pointer;
}
#primary .kicker .nr-gallery .image-count {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 30%;
  background: rgba(0, 0, 0, 0.4);
  font-size: 30px;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: all .2s linear;
  line-height: 60px;
}
#primary .kicker .nr-gallery .image-count .icon {
  font-size: 60px;
  line-height: 60px;
  margin-right: 20px;
}
#primary .kicker .nr-gallery:hover .image-count {
  background: rgba(0, 0, 0, 0.6);
}
#primary .post-meta {
  padding: 1em 0;
  margin-bottom: 2em;
  border-bottom: 1px solid #0fa4d4;
}
#primary .post-meta .byline {
  font-size: 20px;
  font-style: italic;
}
#primary .post-meta .byline p {
  color: #0fa4d4;
  display: inline;
  margin-right: 10px;
}
#primary .post-meta .terms {
  margin-top: 1em;
  border-top: 2px solid #0fa4d4;
  display: block;
  padding: 1em 0 0;
  color: #0fa4d4;
}
#primary .post-meta .terms::after {
  clear: both;
  content: "";
  display: table;
}
#primary .post-meta .terms .tax-item {
  float: left;
  margin: 0 10px 5px 0;
}
#primary .post-meta .terms .tax-item p,
#primary .post-meta .terms .tax-item ul,
#primary .post-meta .terms .tax-item ul li {
  display: inline;
}
#primary .post-meta .terms .tax-item p {
  color: #0fa4d4;
}
#primary .post-meta .terms .tax-item ul {
  margin: 0 0 0 5px;
  padding: 0;
}
#primary .post-meta .terms .tax-item ul li {
  margin: 0;
  padding: 0;
}
#primary .post-meta .terms .tax-item ul li a {
  text-decoration: none;
  background: #0fa4d4;
  color: #f0f0f0;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 90%;
}
#primary .post-meta .terms .tax-item ul li a:hover {
  color: #fff;
}
#primary .content-container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  display: block;
  float: none;
}
#primary .content-container:last-child {
  margin-right: 0;
}
#primary .content-container::after {
  clear: both;
  content: "";
  display: table;
}
#primary .content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  font-size: 22px;
}
#primary .content:last-child {
  margin-right: 0;
}
#primary .content h2,
#primary .content h3,
#primary .content h4 {
  margin: 2em 0 1em;
}
#primary .content .wp-caption-text {
  font-size: 90%;
  color: #999;
  font-style: italic;
}
#primary .content .wp-caption,
#primary .content img {
  max-width: 100%;
  height: auto;
}
#primary .content #bottom-share {
  display: block;
}
#primary .content #bottom-share::after {
  clear: both;
  content: "";
  display: table;
}
#primary .content #bottom-share p {
  font-weight: 600;
  font-style: italic;
}
#primary .content #bottom-share ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#primary .content #bottom-share ul li {
  float: left;
  margin: 0 20px 0 0;
}
#primary .content .newsroom-square-posts {
  display: block;
}
#primary .content .newsroom-square-posts::after {
  clear: both;
  content: "";
  display: table;
}
#primary .content .newsroom-square-posts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#primary .content .newsroom-square-posts ul li {
  height: 90px;
  overflow: hidden;
  margin-bottom: 20px;
  float: left;
  display: block;
  margin-right: 3.57866%;
  width: 48.21067%;
}
#primary .content .newsroom-square-posts ul li:last-child {
  margin-right: 0;
}
#primary .content .newsroom-square-posts ul li:nth-child(2n) {
  margin-right: 0;
}
#primary .content .newsroom-square-posts ul li:nth-child(2n+1) {
  clear: left;
}
#primary .content .newsroom-square-posts ul li article {
  padding: 10px;
}
#primary .content .newsroom-square-posts ul li article .square-posts-thumbnail {
  width: 40%;
  float: left;
  margin: -10px 10px -10px -10px;
  margin-right: 10px;
}
#primary .content .newsroom-square-posts ul li article .square-posts-thumbnail img {
  width: 100%;
  height: auto;
}
#primary .content .newsroom-square-posts ul li article .square-posts-post-content {
  line-height: 1;
  overflow: hidden;
}
#primary .content .newsroom-square-posts ul li article .square-posts-post-content h2,
#primary .content .newsroom-square-posts ul li article .square-posts-post-content p {
  font-size: .75em;
  display: inline;
  margin: 0;
}
#primary .content .newsroom-square-posts ul li article .square-posts-post-content p {
  color: #666;
  font-size: .8;
}
#primary .content .newsroom-square-posts ul li.no-thumbnail {
  padding: 5px;
  background: #f4f4f4;
}
@media screen and (max-width: 480px) {
  #primary .content .newsroom-square-posts ul li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    display: block;
  }
  #primary .content .newsroom-square-posts ul li:last-child {
    margin-right: 0;
  }
  #primary .content .newsroom-square-posts ul li::after {
    clear: both;
    content: "";
    display: table;
  }
}
#primary #share {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
}
#primary #share:last-child {
  margin-right: 0;
}
#primary #share p {
  font-weight: 600;
  font-style: italic;
}
#primary #share ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#primary #share ul li {
  margin: 0 0 20px;
  padding: 0;
}
#primary #share ul li::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 480px) {
  #primary .content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%;
  }
  #primary .content:last-child {
    margin-right: 0;
  }
  #primary #share {
    display: none;
  }
}

.share-page {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}
.share-page::after {
  clear: both;
  content: "";
  display: table;
}
.share-page #jeo-share-widget {
  margin: 0 0 1em;
}
.share-page #jeo-share-widget #configuration {
  background: transparent;
  box-shadow: 0 0 0;
  display: block;
  margin: 0 0 1em;
}
.share-page #jeo-share-widget #configuration::after {
  clear: both;
  content: "";
  display: table;
}
.share-page #jeo-share-widget #configuration .section.two {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
}
.share-page #jeo-share-widget #configuration .section.two:last-child {
  margin-right: 0;
}
.share-page #jeo-share-widget #configuration .section.three {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
.share-page #jeo-share-widget #configuration .section.three:last-child {
  margin-right: 0;
}
.share-page #jeo-share-widget #configuration ul#sizes {
  margin: 0;
  padding: 0;
}
.share-page #jeo-share-widget #configuration ul#sizes li {
  margin: 0;
  padding: 0;
}

.widget-map {
  margin: 0 0 20px;
}

.archive-header {
  display: block;
  padding: 1em 0;
}
.archive-header::after {
  clear: both;
  content: "";
  display: table;
}
.archive-header .tax-name {
  color: #999;
  margin: 0;
  text-transform: uppercase;
}
.archive-header .term-description {
  font-size: 20px;
}

.archive-sidebar,
.search-sidebar {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  list-style: none;
  padding: 0;
}
.archive-sidebar:last-child,
.search-sidebar:last-child {
  margin-right: 0;
}
.archive-sidebar > .widget,
.search-sidebar > .widget {
  margin: 0 0 20px;
  padding: 0;
}
.archive-sidebar > .widget h2,
.search-sidebar > .widget h2 {
  font-size: 2.8rem;
}
.archive-sidebar > .widget .post-list,
.search-sidebar > .widget .post-list {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.archive-sidebar > .widget .post-list:last-child,
.search-sidebar > .widget .post-list:last-child {
  margin-right: 0;
}
.archive-sidebar .advanced-nav-container,
.search-sidebar .advanced-nav-container {
  width: 80%;
}
.archive-sidebar .advanced-nav-container .adv-nav-input,
.search-sidebar .advanced-nav-container .adv-nav-input {
  margin: 0 0 1em;
}
.archive-sidebar .advanced-nav-container .adv-nav-input p.label,
.search-sidebar .advanced-nav-container .adv-nav-input p.label {
  margin: 0 0 .5em;
  color: #666;
  font-style: italic;
  font-weight: 600;
}
.archive-sidebar .advanced-nav-container .adv-nav-input .sublabel,
.search-sidebar .advanced-nav-container .adv-nav-input .sublabel {
  font-size: 90%;
  color: #666;
}
.archive-sidebar .advanced-nav-container .adv-nav-input input,
.archive-sidebar .advanced-nav-container .adv-nav-input textarea,
.archive-sidebar .advanced-nav-container .adv-nav-input .chosen-container,
.archive-sidebar .advanced-nav-container .adv-nav-input select,
.search-sidebar .advanced-nav-container .adv-nav-input input,
.search-sidebar .advanced-nav-container .adv-nav-input textarea,
.search-sidebar .advanced-nav-container .adv-nav-input .chosen-container,
.search-sidebar .advanced-nav-container .adv-nav-input select {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .archive-sidebar,
  .search-sidebar {
    display: none;
  }
}

.post-list {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin: 0 0 2em;
}
.post-list:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .post-list {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .post-list:last-child {
    margin-right: 0;
  }
  .post-list ul li article .post-list-thumbnail {
    float: none;
    width: 100%;
    margin: 0 0 .5em;
  }
}
.post-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-list ul li {
  margin-bottom: 20px;
}
.post-list ul li article {
  display: block;
}
.post-list ul li article::after {
  clear: both;
  content: "";
  display: table;
}
.post-list ul li article .post-list-thumbnail {
  margin: 0 20px 20px 0;
  float: left;
  overflow: hidden;
  position: relative;
}
.post-list ul li article .post-list-thumbnail img {
  width: 100%;
  height: auto;
}
.post-list ul li article .post-list-post-content p.date {
  font-size: 1em;
  color: #666;
}
.post-list ul li article .post-list-post-content .excerpt {
  font-size: 20px;
}
.post-list ul li.no-thumbnail {
  background: #f4f4f4;
  padding: 20px;
}
.post-list .pagination {
  text-align: center;
}
.post-list .pagination a {
  text-decoration: none;
  font-size: 1.4em;
  text-align: center;
}

.comment-list {
  margin: 0 0 1em;
  padding: 0;
  border-top: 1px solid #ddd;
}
.comment-list .comment {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.comment-list .comment article {
  background: #f7f7f7;
  padding: .7em;
  border-left: 1px solid #ddd;
}
.comment-list .comment .comment-header {
  float: left;
  margin: 0 1em 0 0;
}
.comment-list .comment .comment-meta {
  font-size: .6em;
  padding: 1em 0 1.8em;
  color: #999;
}
.comment-list .comment .comment-meta a {
  color: #999;
  text-decoration: none;
}
.comment-list .comment .comment-meta .comment-author {
  font-size: 1.6em;
  margin-right: .5em;
  color: #333;
  font-weight: 600;
}
.comment-list .comment .comment-meta .comment-author a {
  color: #0fa4d4;
}
.comment-list .comment .comment-meta .comment-author a:hover {
  color: #415ba8;
}
.comment-list .comment .comment-content-area {
  display: block;
  padding: 1em;
}
.comment-list .comment .comment-content-area::after {
  clear: both;
  content: "";
  display: table;
}
.comment-list .comment .comment-content-area .reply {
  float: right;
  font-size: .6em;
}
.comment-list .comment .children {
  margin: 0 0 -1em;
  padding: 0;
}
.comment-list .comment .children .comment {
  border-left: 1px solid #ddd;
  padding: 1em 1em 1em 2em;
  border-bottom: 0;
  margin: 0;
  font-size: 90%;
}
.comment-list .comment .children .comment article {
  background: transparent;
  padding: 0;
  border: 0;
}
.comment-list .comment .children .comment .comment-content-area {
  padding: .7em;
}
.comment-list .comment .children .children .comment {
  padding: .5em .5em .5em 1em;
  font-size: 90%;
}
.comment-list .comment .children .children .comment .comment-header img {
  width: 40px;
  height: 40px;
}
.comment-list .comment .children .children .comment .comment-content-area {
  padding: .5em;
}

#commentform label {
  display: block;
  margin: 0 0 .5em;
}

#colophon {
  padding: 2em 0;
  background: #415ba8;
  color: #fff;
}
#colophon input {
  background: #fff;
  border: 0;
  color: #333;
  padding: 10px;
}
#colophon h2,
#colophon h3,
#colophon p {
  color: #fff;
}
#colophon #footer-nav {
  padding: 0 0 2em;
  margin: 0 0 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1.2em;
}
#colophon #footer-nav ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}
#colophon #footer-nav ul li {
  display: inline-block;
  margin: 0 .5em .5em 0;
  padding: 0;
}
#colophon #footer-nav ul li a {
  background: #4a66b9;
  border-radius: 3px;
  padding: 3px 5px;
  text-decoration: none;
}
#colophon a {
  color: #fff;
}
#colophon .footer-content {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}
#colophon .footer-content::after {
  clear: both;
  content: "";
  display: table;
}
#colophon #footer-sidebar {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
  display: block;
}
#colophon #footer-sidebar::after {
  clear: both;
  content: "";
  display: table;
}
#colophon #footer-sidebar .widget {
  width: calc(33.3333% - 1em);
  display: block;
  float: left;
  padding: 0 1em 0 0;
  margin: 0 1em 1em 0;
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#colophon #footer-sidebar .widget:nth-of-type(3n) {
  border-right: 0;
}
#colophon #footer-sidebar .widget ul,
#colophon #footer-sidebar .widget ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#colophon #footer-sidebar .widget ul li,
#colophon #footer-sidebar .widget ol li {
  margin: 0;
  padding: .5em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#colophon #footer-sidebar .widget ul li:last-child,
#colophon #footer-sidebar .widget ol li:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 480px) {
  #colophon #footer-sidebar .widget {
    width: 100%;
    float: none;
    border-right: 0;
    padding: 0;
    padding: 0 5px 1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
#colophon #footer-sidebar .credits {
  text-align: center;
}

/*# sourceMappingURL=main.css.map */
