/*
  Site variables
*/
/*
  Reset some basic elements
*/
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/*
  Basic styling
*/
/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: bold;
  line-height: 1.25;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 2rem; }

h2 {
  margin-top: 1rem;
  font-size: 1.5rem; }

h3 {
  margin-top: 1.5rem;
  font-size: 1.25rem; }

h4, h5, h6 {
  margin-top: 1rem;
  font-size: 1rem; }

/* Body */
body {
  font-family: "Roboto", sans-serif;
  background-color: #f8f9fa; }

body img {
  align: middle;
  margin: 5px auto auto auto;
  display: block;
  max-width: 600px; }

p {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.65;
  font-family: "Roboto", sans-serif; }

/* Lists */
ul, ol, dl {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1.5rem;
  font-family: "Roboto", sans-serif; }

ol li {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1.5rem; }

li {
  margin-bottom: 1rem; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem; }

/*
  Links
*/
a {
  color: black;
  text-decoration: none; }

/*
  Blockquote
*/
blockquote {
  margin: 10px 20px 10px;
  padding: 0px 15px;
  border-left: 0.25em solid #ccc;
  color: #999;
  line-height: 1.5; }

/*
  Site container
*/
.mstitlebox {
  background-color: #9e94db;
  padding: 10px;
  border: 1px solid #101010; }

.bottombox {
  background-color: #EEEEEE;
  padding: 4px;
  text-align: left;
  border: 1px solid #101010; }

.partnertitlebox {
  background-color: #dd9f4d;
  padding: 10px;
  border: 1px solid #101010; }

.textbox {
  background-color: #f8f8f8;
  padding: 10px;
  border: 1px solid #101010; }

.container {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff; }

.container a {
  text-decoration: underline; }

.posts-wrapper {
  padding-top: 96px;
  margin: auto;
  display: grid;
  width: 1080px;
  position: relative;
  grid-template-columns: 160px 1fr;
  grid-auto-rows: 1fr; }

.posts-wrapper h1 {
  margin: 20px 0px 5px; }

@media (max-width: 1100px) {
  .container {
    width: 95vw;
    margin-left: auto;
    margin-right: auto; }

  .posts-wrapper {
    padding-top: 56px;
    margin: auto;
    display: block;
    width: 95vw;
    position: relative; } }
@media only screen and (min-width: 48em) {
  .posts-wrapper {
    padding-top: 96px;
    margin: auto;
    display: grid;
    width: 1080px;
    position: relative;
    grid-template-columns: 160px 1fr;
    grid-auto-rows: 1fr; } }
.page-title {
  padding: 0px 10px 10px; }

.misc-content {
  max-width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px; }

.solutions {
  margin-top: 7px;
  border-left: 2px solid #0062ad;
  padding-left: 5px; }

.solution div {
  margin: 5px; }

.page-wrapper {
  margin: auto;
  display: grid;
  width: 1080px;
  position: relative;
  grid-template-columns: 1fr; }

.page-content {
  width: 600px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.post-title {
  font-size: 27pt;
  text-align: center;
  position: absolute;
  padding: 20px; }

.post-date {
  display: block;
  margin-bottom: 1rem;
  color: #fff;
  font-size: 0.8rem; }

.featured-image img {
  margin: 5px auto 25px;
  display: block;
  max-width: 600px;
  height: 400px; }

.home-section {
  display: none; }

@media (max-width: 1100px) {
  .page-content {
    width: 60vw;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px; }

  .featured-image img {
    margin: 5px auto 25px;
    display: block;
    max-width: 60vw; } }
@media (max-width: 600px) {
  .page-content {
    width: 95vw;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px; }

  .featured-image img {
    margin: 5px auto 25px;
    display: block;
    max-width: 95vw; } }
.post-share {
  padding-bottom: 1rem;
  float: right; }

.sharing-icons a {
  padding-right: 10px;
  color: #fff; }

/*
  Related Posts
*/
.related {
  padding-bottom: 1rem; }

.related ul, ol, dl {
  margin: 0px; }

.related-posts {
  padding: 10px 0px 10px;
  list-style: none;
  display: inline-block; }

.related-thumbnail {
  position: relative;
  width: 600px;
  height: 200px;
  overflow: hidden; }

.related img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 600px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.related-title {
  float: right;
  padding-bottom: .5rem;
  font-family: "Roboto", sans-serif; }

@media (max-width: 1100px) {
  .related-thumbnail {
    width: 60vw; } }
@media (max-width: 600px) {
  .related-thumbnail {
    width: 95vw; } }
.site-header {
  min-height: 56px;
  width: 1100px;
  position: fixed;
  background-color: white;
  box-shadow: 0 5px 6px -6px #bbb;
  z-index: 100; }

@media (max-width: 1100px) {
  .site-header {
    min-height: 56px;
    width: 95vw;
    position: fixed;
    background-color: white;
    box-shadow: 0 5px 6px -6px #bbb;
    z-index: 100; } }
.site-header a {
  text-decoration: none; }

.logo-wrapper {
  height: 24px;
  width: 175px; }

.site-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 56px;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 10px;
  float: left; }

.menu-list {
  line-height: 56px;
  float: right; }

.menu-link {
  padding: 5px 10px; }

.contentnavmenu div {
  padding: 12px;
  text-shadow: 1px 2px 3px lightgray; }

.contentnavmenu a {
  text-decoration: none; }

.contentnav-active {
  border-left: 4px solid #0062ad;
  font-weight: 600; }

/*
  Responsiveness with a dropdown menu
*/
@media (min-width: 1100px) {
  .dropbtn {
    display: none; }

  .dropdown-content {
    display: none; }

  .contentnavmenu {
    display: grid;
    margin: 0 -3px 12px;
    text-align: left;
    font-family: "Segoe UI", SegoeUI, "Segoe WP", Tahoma, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    grid-template-columns: 1fr;
    grid-auto-rows: 50px; } }
@media (max-width: 1100px) {
  .menu-list {
    display: none; }

  .site-title {
    padding-right: 0.25rem; }

  .dropbtn {
    background-color: white;
    color: black;
    padding: 16px;
    margin-top: 4px;
    font-size: 16px;
    border: none;
    cursor: pointer; }

  .dropdown {
    position: relative;
    float: right; }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 0; }

  .dropdown-content h3 {
    padding: 5px; }

  .contentnavmenu {
    display: none; }

  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block; }

  .dropdown-content a:hover {
    background-color: #f1f1f1; }

  .dropdown:hover .dropdown-content {
    display: block; }

  .dropdown:hover .dropbtn {
    background-color: #f1f1f1; } }
.footer {
  background: white;
  color: black;
  text-align: center;
  min-height: 56px;
  line-height: 45px;
  width: 1100px; }

.footer a {
  color: black;
  padding: 0px 10px 0px;
  text-decoration: none; }

@media (max-width: 1100px) {
  .footer {
    background: white;
    color: black;
    text-align: center;
    min-height: 56px;
    line-height: 45px;
    width: 95vw; } }
code,
pre {
  font-family: "Source Code Pro", monospace; }

code {
  padding: .25em .5em;
  font-size: .8rem;
  background-color: #f5f5f5;
  border-radius: 3px; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: .8rem;
  line-height: 1.4;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5; }

pre code {
  padding: 0;
  font-size: 100%;
  color: inherit;
  background-color: transparent; }

/* Pygments via Jekyll */
.highlight {
  margin-bottom: 1rem;
  border-radius: 4px; }

.highlight pre {
  margin-bottom: 0; }

/* Gist via GitHub Pages */
.gist .gist-file {
  font-family: "Source Code Pro", monospace !important; }

.gist .markdown-body {
  padding: 15px; }

.gist pre {
  padding: 0;
  background-color: transparent; }

.gist .gist-file .gist-data {
  font-size: .8rem !important;
  line-height: 1.4; }

.gist code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border-radius: 0; }

.fa-envelope {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s; }
  .fa-envelope:hover {
    color: #f39c12; }

.fa-twitter {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s; }
  .fa-twitter:hover {
    color: #00aced; }

.fa-instagram {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s; }
  .fa-instagram:hover {
    color: #375989; }

.fa-github {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s; }
  .fa-github:hover {
    color: #343434; }

.fa-linkedin {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s; }
  .fa-linkedin:hover {
    color: #0073a4; }

.fa-facebook {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s; }
  .fa-facebook:hover {
    color: #3d5b99; }

.fa-google-plus {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s; }
  .fa-google-plus:hover {
    color: #e64a41; }

.fa-pinterest {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s; }
  .fa-pinterest:hover {
    color: #bd081c; }

.fa-medium {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s; }
  .fa-medium:hover {
    color: #00AB6C; }

.fa-codepen {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s; }
  .fa-codepen:hover {
    color: black; }

.fa-rss-square {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s; }
  .fa-rss-square:hover {
    color: #ff6600; }

.fa-youtube {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s; }
  .fa-youtube:hover {
    color: #E62117; }

.solutions-layout {
  margin-left: auto;
  margin-right: auto; }

/*Solution Cards*/
.card-grid-2x3, .card-grid-2x4 {
  -ms-grid-columns: 1 fr;
  -ms-grid-rows: auto 24px auto 24px auto 24px auto 24px auto 24px auto; }

.card-grid {
  display: grid;
  column-gap: 30px;
  row-gap: 24px;
  margin: 0;
  padding: 0; }

.card {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(63, 62, 62, 0.14);
  color: #4c4c51;
  padding: 24px; }

.card-position {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  position: relative; }

.card-active {
  border: 2px solid #0062ad; }

.content-banner {
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #1a070b;
  height: 150px;
  text-shadow: 1px 2px 3px black; }

.content-banner h1 {
  text-align: center; }

.content-banner h1, .content-banner h2, .post-share {
  padding: 10px; }

.solution-list {
  list-style-type: none; }

.solution-description-box {
  background-color: whitesmoke;
  border-radius: 6px;
  margin-bottom: 50px;
  padding: 7px;
  display: none;
  text-align: center; }

.solution-description {
  display: none; }

.solution-link {
  margin: 5px; }

.solution-item {
  border-top: 2px solid black; }

.solution-content pre {
  word-break: normal;
  word-wrap: normal; }

.topic-box {
  max-width: 590px;
  z-index: 1;
  padding-left: 10px;
  overflow: auto; }

/* Home Content */
.home-section {
  /*     .home-banner{
          background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url($home-background + "/assets/img/LightBulb.png");
          height: 500px;
          background-repeat: no-repeat;
          background-size: contain;
          background-position-y: center;
          border-radius: 6px;   
      } */ }
  .home-section .home-banner h1 {
    color: white; }
  .home-section .home-banner h4 {
    text-align: center; }
  .home-section .content-banner {
    color: #fff;
    background-color: #1a070b;
    border-radius: 6px;
    height: 500px; }
  .home-section .home-img {
    max-width: 300px;
    margin: 60px auto auto auto; }

/* Mobile Responsiveness */
@media (min-width: 1100px) {
  .card-grid-2x3 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-auto-rows: 1fr; }

  .card-grid-2x4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: 1fr; }

  .card-grid-2x4 .card {
    height: 150px;
    width: 200px; }

  .home-section .topic-box {
    height: 450px; } }
@media (max-width: 1100px) {
  .home-section .topic-box {
    top: 170px; }
  .home-section .home-banner {
    margin-top: 30px; } }
