.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
ol {
  margin: 0;
  padding: 0;
}
ol li {
  margin: 0 0 0 0;
  padding: 0;
  list-style-position: inside;
}
ul.view-options {
  margin: 0;
  padding: 10px 0;
  list-style-type: none;
  *zoom: 1;
}
ul.view-options:before,
ul.view-options:after {
  content: " ";
  display: table;
}
ul.view-options:after {
  clear: both;
}
ul.view-options:before,
ul.view-options:after {
  content: " ";
  display: table;
}
ul.view-options:after {
  clear: both;
}
ul.view-options li {
  margin: 0;
  padding: 0 16px 0 0;
  float: left;
}
ul.view-options li:last-child {
  padding: 0;
}
ul.view-options li.list a:link,
ul.view-options li.list a:visited {
  background: transparent url(../img/icons/list-view.svg) no-repeat 50% 50%;
  background-size: 25px 25px;
}
ul.view-options li.list.active {
  background-color: #0078B4;
}
ul.view-options li.list.active a:link,
ul.view-options li.list.active a:visited {
  background: transparent url(../img/icons/list-view-white.svg) no-repeat 50% 50%;
  background-size: 25px 25px;
}
ul.view-options li.grid a:link,
ul.view-options li.grid a:visited {
  background: transparent url(../img/icons/grid-view.svg) no-repeat 50% 50%;
  background-size: 25px 25px;
}
ul.view-options li.grid.active {
  background-color: #0078B4;
}
ul.view-options li.grid.active a:link,
ul.view-options li.grid.active a:visited {
  background: transparent url(../img/icons/grid-view-white.svg) no-repeat 50% 50%;
  background-size: 25px 25px;
}
ul.view-options li.list,
ul.view-options li.grid {
  background-color: #fff;
  padding: 6px;
  border-radius: 10px;
  margin-right: 10px;
}
ul.view-options li a:link,
ul.view-options li a:visited {
  transition: none;
  text-indent: -999em;
  overflow: hidden;
  display: block;
  width: 25px;
  height: 25px;
}
div.faqs h3 {
  color: #0078B4;
}
div.faqs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div.faqs ul li {
  margin: 0;
  padding: 0;
}
div.faqs ul li a:link.toggle,
div.faqs ul li a:visited.toggle {
  float: left;
  min-width: 20px;
  max-width: 5%;
  padding-left: 10px;
  padding-right: 10px;
  text-indent: -9999em;
  overflow: hidden;
}
div.faqs ul li a:link.toggle.open,
div.faqs ul li a:visited.toggle.open {
  background: transparent url(../img/icons/arrow-up.svg) no-repeat 50% 50%;
  background-size: 18px 11px;
}
div.faqs ul li a:link.toggle.closed,
div.faqs ul li a:visited.toggle.closed {
  background: transparent url(../img/icons/arrow-down.svg) no-repeat 50% 50%;
  background-size: 18px 11px;
  margin-bottom: 10px;
}
div.faqs ul li h4 {
  color: #31c961;
}
ul.alphabet-filters {
  margin: 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
}
ul.alphabet-filters:before,
ul.alphabet-filters:after {
  content: " ";
  display: table;
}
ul.alphabet-filters:after {
  clear: both;
}
ul.alphabet-filters:before,
ul.alphabet-filters:after {
  content: " ";
  display: table;
}
ul.alphabet-filters:after {
  clear: both;
}
ul.alphabet-filters li {
  margin: 0 5px 0 0;
  padding: 2px 4px;
  float: left;
}
ul.alphabet-filters li:first-child {
  padding: 4px 0 2px 0;
  margin: 0 2px 0 0;
  font-size: 15px;
}
ul.alphabet-filters li.active {
  font-weight: 700;
  color: #fff;
  background-color: #31c961;
}
ul.alphabet-filters li a:link,
ul.alphabet-filters li a:visited {
  text-decoration: none;
}
ul.alphabet-filters li a:hover,
ul.alphabet-filters li a:active {
  text-decoration: underline;
}
ul.index {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none;
}
ul.index li {
  border: 1px solid #31c961;
  border-radius: 10px;
  margin: 50px 2% 0 0 !important;
  padding: 20px !important;
  width: calc(96% / 3);
  float: left;
  transition: all 500ms ease-in-out;
}
ul.index li:nth-child(3n) {
  margin: 50px 0 0 0 !important;
}
ul.index li:nth-child(3n+1) {
  clear: both;
}
ul.index li img {
  max-width: 100%;
  width: 100px;
  max-height: 100px;
  display: block;
  margin: 10px auto 10px auto;
}
ul.index li span {
  font-size: 14px;
  display: block;
}
ul.index li a:link,
ul.index li a:visited {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
ul.index li:hover {
  border: 1px solid #0078B4;
  background-color: #fafafa;
  transform: scale(1.1);
}
@media (max-width: 800px) {
  ul.index li {
    width: calc(96% / 2);
  }
  ul.index li:nth-child(3n),
  ul.index li:nth-child(3n+1) {
    clear: none;
    margin: 50px 0 0 0;
  }
  ul.index li:nth-child(odd) {
    clear: both;
    margin: 50px 2% 0 0 !important;
  }
  ul.index li:nth-child(even) {
    margin: 50px 0 0 0;
  }
}
ul.index.whitepapers img {
  max-width: 100%;
  width: 200px;
  max-height: 200px;
}
p.avatar {
  padding: 0;
  margin-right: 10px;
  width: 38px;
  height: 38px;
  text-transform: uppercase;
  background-color: #174f73;
  border-radius: 19px;
  color: #fff !important;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
  float: left;
}
p.avatar a:link,
p.avatar a:visited {
  color: #fff;
}
p.avatar.admin {
  font-size: 8px;
  padding-top: 10px !important;
}
p.avatar img {
  max-width: 40px;
  max-height: 40px;
  border-radius: 20px;
  border: 1px solid #0078B4;
  padding: 1px;
  background-color: white;
  transition: all 500ms ease-in-out;
}
p.avatar img:hover {
  border: 1px solid #174f73;
  padding: 2px;
}
body.articles {
  background-color: #fff;
  position: relative;
}
body.articles section.banner.content h2 {
  text-transform: uppercase;
}
body.articles section.articles .wrapper {
  padding: calc(80px / 2) 4% 80px 4% !important;
  *zoom: 1;
}
body.articles section.articles .wrapper:before,
body.articles section.articles .wrapper:after {
  content: " ";
  display: table;
}
body.articles section.articles .wrapper:after {
  clear: both;
}
body.articles section.articles .wrapper:before,
body.articles section.articles .wrapper:after {
  content: " ";
  display: table;
}
body.articles section.articles .wrapper:after {
  clear: both;
}
body.articles section.articles .wrapper section.body {
  width: 70%;
  float: left;
  border-right: 1px solid #aeaeae;
  padding-right: 20px;
}
body.articles section.articles .wrapper section.body div.article.full {
  border-right: none !important;
  padding: 0 !important;
}
body.articles section.articles .wrapper section.body div.article.excerpt {
  width: 50%;
  float: left;
  border-bottom: 1px solid #aeaeae;
}
body.articles section.articles .wrapper section.body div.article:nth-child(odd) {
  clear: both;
  padding: 10px 20px 20px 0;
}
body.articles section.articles .wrapper section.body div.article:nth-child(even) {
  float: right;
  padding: 10px 0 20px 20px;
}
body.articles section.articles .wrapper section.body div.article h1 a:link,
body.articles section.articles .wrapper section.body div.article h1 a:visited {
  font-size: 40px;
  color: #0078B4;
  text-decoration: none;
}
body.articles section.articles .wrapper section.body div.article h1 a:hover,
body.articles section.articles .wrapper section.body div.article h1 a:active {
  color: #31c961;
}
body.articles section.articles .wrapper section.body div.article h2 {
  line-height: 1.1;
}
body.articles section.articles .wrapper section.body div.article h2 a:link,
body.articles section.articles .wrapper section.body div.article h2 a:visited {
  font-size: 22px;
  color: #0078B4;
  font-weight: 900;
  text-decoration: none;
}
body.articles section.articles .wrapper section.body div.article h2 a:hover,
body.articles section.articles .wrapper section.body div.article h2 a:active {
  color: #31c961;
}
body.articles section.articles .wrapper section.body div.article .article-authordate {
  *zoom: 1;
}
body.articles section.articles .wrapper section.body div.article .article-authordate:before,
body.articles section.articles .wrapper section.body div.article .article-authordate:after {
  content: " ";
  display: table;
}
body.articles section.articles .wrapper section.body div.article .article-authordate:after {
  clear: both;
}
body.articles section.articles .wrapper section.body div.article .article-authordate:before,
body.articles section.articles .wrapper section.body div.article .article-authordate:after {
  content: " ";
  display: table;
}
body.articles section.articles .wrapper section.body div.article .article-authordate:after {
  clear: both;
}
body.articles section.articles .wrapper section.body div.article .article-authordate p.author,
body.articles section.articles .wrapper section.body div.article .article-authordate p.date {
  margin: 10px 0;
  padding: 4px 0;
  font-size: 17px;
}
body.articles section.articles .wrapper section.body div.article .article-authordate p.author {
  width: 50%;
  float: left;
}
body.articles section.articles .wrapper section.body div.article .article-authordate p.date {
  width: 50%;
  float: right;
  text-align: right;
}
body.articles section.articles .wrapper section.body div.article p.excerpt {
  margin: 0;
  padding: 0;
  clear: both;
  font-size: 17px;
  line-height: 1.4;
}
body.articles section.articles .wrapper section.body div.article img {
  width: 100%;
}
body.articles section.articles .wrapper section.body div.article div.articleToc {
  clear: both;
  float: right;
  padding: 20px;
  margin: 0 0 20px 20px;
  border: 1px solid #e7e7e7;
  background-color: #fafafa;
}
body.articles section.articles .wrapper section.body div.article div.articleToc h6 {
  text-align: left;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}
body.articles section.articles .wrapper section.body div.article div.articleToc ol {
  margin: 0;
  padding: 0;
  counter-reset: item;
}
body.articles section.articles .wrapper section.body div.article div.articleToc ol:first-child {
  margin: 0 0 0 0;
}
body.articles section.articles .wrapper section.body div.article div.articleToc ol li {
  margin: 0 0 10px 0;
  padding: 0;
  counter-increment: item;
  list-style-position: inside;
}
body.articles section.articles .wrapper section.body div.article div.articleToc ol ol {
  margin: 0 0 0 20px;
}
body.articles section.articles .wrapper aside {
  margin-top: 50px;
  width: 30%;
  padding-left: 20px;
  float: right;
}
body.articles section.articles .wrapper aside h2 {
  margin-bottom: 0;
}
body.articles section.articles .wrapper aside p {
  clear: both;
}
body.articles section.articles .wrapper aside div.author-profile {
  clear: both;
}
body.articles section.articles .wrapper aside ul.categories {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body.articles section.articles .wrapper aside ul.categories li {
  margin: 0;
  padding: 2px 0;
  display: inline-block;
}
body.articles section.articles .wrapper aside ul.categories li a:link,
body.articles section.articles .wrapper aside ul.categories li a:visited {
  border: 1px solid #0078B4;
  display: block;
  color: #0078B4;
  padding: 6px 8px;
  text-decoration: none;
  border-radius: 5px;
  margin: 0;
  font-size: 15px;
}
body.articles section.articles .wrapper aside ul.categories li a:hover,
body.articles section.articles .wrapper aside ul.categories li a:active {
  background-color: #0078B4;
  color: #fff;
}
body.articles section.articles .wrapper aside ul.archives {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body.articles section.articles .wrapper aside ul.archives li {
  margin: 0;
  padding: 10px 0 0 0;
  display: block;
}
body.articles section.articles .wrapper aside ul.archives li a:link,
body.articles section.articles .wrapper aside ul.archives li a:visited {
  border-bottom: 1px solid #0078B4;
  display: block;
  color: #0078B4;
  padding: 0 0 2px 0;
  text-decoration: none;
  margin: 10px 0;
  font-size: 15px;
}
body.articles section.articles .wrapper aside ul.archives li a:hover,
body.articles section.articles .wrapper aside ul.archives li a:active {
  font-weight: 900;
  color: #31c961;
  border-bottom: 1px solid #31c961;
}
body.articles section.articles .wrapper aside ul.archives li ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body.articles section.articles .wrapper aside ul.archives li ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
body.articles section.articles .wrapper aside ul.archives li ul li a:link,
body.articles section.articles .wrapper aside ul.archives li ul li a:visited {
  margin: 2px;
  border-radius: 5px;
  padding: 6px 8px;
  border: 1px solid #0078B4;
}
body.articles section.articles .wrapper aside ul.archives li ul li a:hover,
body.articles section.articles .wrapper aside ul.archives li ul li a:active {
  margin: 2px;
  border-radius: 5px;
  padding: 6px 8px;
  background-color: #31c961;
  color: #fff;
  border: 1px solid #31c961;
  font-weight: 400;
}
@media (max-width: 1200px) {
  body.articles section.articles .wrapper section.body {
    width: 80%;
  }
  body.articles section.articles .wrapper aside {
    width: 20%;
  }
}
@media (max-width: 1000px) {
  body.articles section.articles .wrapper {
    max-width: 96%;
    padding: calc(80px / 2) 2% 80px 2% !important;
  }
  body.articles section.articles .wrapper section.body div.article:nth-child(odd),
  body.articles section.articles .wrapper section.body div.article:nth-child(even) {
    float: none!important;
    width: 100% !important;
  }
}
@media (max-width: 750px) {
  body.articles section.articles .wrapper aside,
  body.articles section.articles .wrapper section.body {
    width: 100%;
    clear: both;
    float: none;
  }
  body.articles section.articles .wrapper section.body {
    border-right: none;
  }
}
