@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
html {
  height: 100%; }

body {
  margin: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column; }

/* content */
.content {
  width: 80%;
  margin: 0 auto;
  margin-top: 3em;
  margin-bottom: 2em;
  flex: 1; }

#content {
  margin-top: 50px; }

#content-container {
  margin: 0 auto;
  max-width: 960px;
  padding: 8px; }

* {
  font-family: Roboto; }

a {
  color: inherit;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

.hidden {
  display: none; }

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
.g-col-xs-1 {
  float: left;
  width: 8.33333333%; }

.g-col-xs-2 {
  float: left;
  width: 16.66666667%; }

.g-col-xs-3 {
  float: left;
  width: 25%; }

.g-col-xs-4 {
  float: left;
  width: 33.33333333%; }

.g-col-xs-5 {
  float: left;
  width: 41.66666667%; }

.g-col-xs-6 {
  float: left;
  width: 50%; }

.g-col-xs-7 {
  float: left;
  width: 58.3333333%; }

.g-col-xs-8 {
  float: left;
  width: 66.66666667%; }

.g-col-xs-9 {
  float: left;
  width: 75%; }

.g-col-xs-10 {
  float: left;
  width: 83.33333333%; }

.g-col-xs-11 {
  float: left;
  width: 91.66666667%; }

.g-col-xs-12 {
  float: left;
  width: 100%; }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .g-col-sm-1 {
    float: left;
    width: 8.33333333%; }

  .g-col-sm-2 {
    float: left;
    width: 16.66666667%; }

  .g-col-sm-3 {
    float: left;
    width: 25%; }

  .g-col-sm-4 {
    float: left;
    width: 33.33333333%; }

  .g-col-sm-5 {
    float: left;
    width: 41.66666667%; }

  .g-col-sm-6 {
    float: left;
    width: 50%; }

  .g-col-sm-7 {
    float: left;
    width: 58.3333333%; }

  .g-col-sm-8 {
    float: left;
    width: 66.66666667%; }

  .g-col-sm-9 {
    float: left;
    width: 75%; }

  .g-col-sm-10 {
    float: left;
    width: 83.33333333%; }

  .g-col-sm-11 {
    float: left;
    width: 91.66666667%; }

  .g-col-sm-12 {
    float: left;
    width: 100%; } }
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .g-col-md-1 {
    float: left;
    width: 8.33333333%; }

  .g-col-md-2 {
    float: left;
    width: 16.66666667%; }

  .g-col-md-3 {
    float: left;
    width: 25%; }

  .g-col-md-4 {
    float: left;
    width: 33.33333333%; }

  .g-col-md-5 {
    float: left;
    width: 41.66666667%; }

  .g-col-md-6 {
    float: left;
    width: 50%; }

  .g-col-md-7 {
    float: left;
    width: 58.3333333%; }

  .g-col-md-8 {
    float: left;
    width: 66.66666667%; }

  .g-col-md-9 {
    float: left;
    width: 75%; }

  .g-col-md-10 {
    float: left;
    width: 83.33333333%; }

  .g-col-md-11 {
    float: left;
    width: 91.66666667%; }

  .g-col-md-12 {
    float: left;
    width: 100%; } }
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .g-col-lg-1 {
    float: left;
    width: 8.33333333%; }

  .g-col-lg-2 {
    float: left;
    width: 16.66666667%; }

  .g-col-lg-3 {
    float: left;
    width: 25%; }

  .g-col-lg-4 {
    float: left;
    width: 33.33333333%; }

  .g-col-lg-5 {
    float: left;
    width: 41.66666667%; }

  .g-col-lg-6 {
    float: left;
    width: 50%; }

  .g-col-lg-7 {
    float: left;
    width: 58.3333333%; }

  .g-col-lg-8 {
    float: left;
    width: 66.66666667%; }

  .g-col-lg-9 {
    float: left;
    width: 75%; }

  .g-col-lg-10 {
    float: left;
    width: 83.33333333%; }

  .g-col-lg-11 {
    float: left;
    width: 91.66666667%; }

  .g-col-lg-12 {
    float: left;
    width: 100%; } }
@media (min-width: 768px) {
  .nav-right.min {
    display: none; }

  .nav-right.full {
    display: initial !important; } }
#nav {
  background-color: #FAFAFA;
  /* 	border-bottom: 1px solid #E0E0E0; */
  box-shadow: 0 0 8px #E0E0E0;
  left: 0;
  padding: 0 8px;
  position: fixed;
  right: 0;
  top: 0;
  height: 50px;
  z-index: 10000; }

#nav-left {
  float: left; }

#nav-logo-container {
  padding: 0 8px; }

#nav-logo {
  bottom: 0;
  height: 40px;
  margin: auto;
  position: absolute;
  top: 0; }

#nav-right-min-menu {
  cursor: pointer;
  float: right; }

#nav-right-min-menu:hover {
  text-decoration: underline; }

#nav-right-min-container {
  border-bottom: 1px solid #E0E0E0;
  box-shadow: 0 0 8px #E0E0E0;
  left: 0;
  position: absolute;
  right: 0;
  top: 50px; }

.nav-right {
  color: #3F51B5;
  float: right;
  font-size: 16px;
  line-height: 50px; }

.nav-right.full {
  display: none; }

.nav-link {
  padding: 0 8px; }

.nav-link.min {
  background-color: #FAFAFA;
  display: block;
  line-height: initial;
  padding: 16px; }

@media (min-width: 768px) {
  #mainarticle-title {
    font-size: 48px !important; }

  .content-row {
    display: -webkit-flex;
    display: flex; } }
#mainarticle-image {
  height: 200px; }

#mainarticle-title {
  font-size: 36px;
  color: #303030; }
  #mainarticle-title:hover {
    color: #3F51B5;
    text-decoration: none; }

.article {
  color: #424242;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 8px; }

.article-card {
  background-color: #FAFAFA;
  box-shadow: 0 0 8px #E0E0E0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-direction: column;
  flex-direction: column; }

.article-image {
  background-position: center;
  background-size: cover;
  display: block;
  height: 125px; }

.article-text {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 16px; }

.article-title {
  display: block;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font: 300 24px Nunito Sans;
  padding: 16px;
  color: #303030; }
  .article-title:hover {
    color: #3F51B5;
    text-decoration: none; }

.article-description {
  padding: 0 16px 16px 16px; }

.article-readmore {
  color: #3F51B5;
  white-space: nowrap; }

.article-tags {
  font-size: 12px;
  padding: 0 16px 16px 16px; }

.article-tag {
  border-radius: 100px;
  border: 1px solid #3F51B5;
  color: #3F51B5;
  display: inline-block;
  margin: 2px 0;
  padding: 8px; }

.ad {
  padding: 8px; }

.ad-content {
  border: 1px solid #E91E63;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-direction: column;
  flex-direction: column; }

.ad-sponsored {
  border-bottom: 1px solid #E91E63;
  color: #E91E63;
  font-size: 12px;
  padding: 8px; }

.ad-ad {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

@media (min-width: 768px) {
  #title {
    font-size: 48px !important; } }
#story {
  padding: 8px; }

#image-container {
  overflow: hidden;
  max-height: 400px; }

#image {
  background-position: center;
  background-size: cover;
  box-shadow: 0 0 8px #E0E0E0;
  width: 100%; }

#image-caption {
  font: 300 16px Nunito Sans;
  font-style: italic;
  padding: 10px 0px;
  text-align: center; }

#description {
  font-size: 16px; }

#title {
  font: 300 36px Nunito Sans;
  padding-bottom: 16px; }

#date {
  padding: 0 0 16px 0; }

#tags {
  padding: 0 0 16px 0; }

#text {
  padding: 0 0 16px 0; }

.subheading {
  font-size: 24px;
  font-weight: bold;
  line-height: 150%; }

.paragraph {
  font-size: 16px;
  line-height: 150%; }
  .paragraph p {
    padding-bottom: 1em; }

.tag {
  border-radius: 100px;
  border: 1px solid #3F51B5;
  color: #3F51B5;
  display: inline-block;
  margin: 2px 0;
  padding: 8px; }

.scale-image {
  display: block;
  width: auto;
  max-width: 75%;
  margin: 0 auto; }

#post-ad-top {
  margin-bottom: 2em; }

#footer {
  background-color: #212121;
  color: #BDBDBD;
  padding: 8px;
  text-align: center;
  padding-bottom: 3em; }

#footer-logo {
  height: 50px;
  width: 50px;
  margin: 32px 0px; }

#footer-survey {
  background-color: #ffffff;
  color: #212121;
  display: inline-block;
  font-size: 32px;
  padding: 16px; }

#footer-survey-question {
  font-size: 24px; }

#footer-survey-link {
  border-radius: 100px;
  border: 2px solid #3F51B5;
  color: #3F51B5;
  display: inline-block;
  font-weight: 400;
  margin-top: 16px;
  padding: 16px; }

#footer-tagline {
  font-size: 16px; }

.footer-text {
  padding: 4px;
  font-family: "Nunito Sans", "Roboto", "Arial", "sans-serif"; }

a {
  color: #3F51B5; }
  a:hover {
    text-decoration: none; }

strong {
  font-weight: 500; }

h3 {
  margin-bottom: 1em; }
