@charset "utf-8";

/* CSS Document */

body, html {
  height:100%;
  width:1200px;
  background-color: #f3f3f3;
  margin:0 auto;
}

/*
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
*/

body	{

	font-family: 'Montserrat', sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border: 0px;
  text-align: left;
}

#top_banner	{
  margin-bottom:2px;
	color: #000000;
	width: 100%;
  background:white;

}

/* Old Site/Layout CSS */


.amazon-smile {
  padding-top: 25px;
  background-color: #fff;
  padding: 140px 20px 0 20px;
  width:175px;
}

.amazon-smile h4 {
  margin-bottom:0;
}


.title  {

	font-size: 20px;

	color: #000000;

	font-weight: bold;

	padding-top: 15px;

	padding-bottom: 15px;

}


.header {
	font-weight: bold;
}

.credit {
	font-size: 11px;
	text-align: center;
  display:block;
}


a,
a img,
input[type='image'],
form {
  cursor: pointer;
}


/* GLOBAL */

h1, h2, h3, h4, h5, h6, .title {
  font-family: 'Ovo', serif;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5, h6 {
  font-size: 18px;
}

p,li{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

em, i {
  font-weight: 400;
}

a {
  font-weight: 600;
  text-decoration: none;
  color: #1c56ac;
}

a:hover {
  text-decoration: underline;
  color: #092c5d;
}

a:visited {
  color: #092c5d;
}

strong, b {
  font-weight: 600;
}

.standout {
  font-style: italic;
  font-weight: 600;
}

.centerFrame {
  text-align:center;
  margin: 0 auto;
}

.lh-adjust {
  margin:0;
}


.image-center {
  display:block;
  margin:0 auto;
  max-width:100%;
}


.right-column p,
.right-column li {
	text-align: left;
  font-size:16px;
  line-height:1.4;
}


.right-column h1 {
  color:black;
  text-align:center;
}

.right-column h2 {
  color: black;
}


.right-column .left {
  text-align:left;
}


.right-column h3 {
  text-align:left;
}

.right-column h4 {
  text-align:left;
  margin-bottom:0;
}

.right-column section {
  margin-top: 40px;
}

.right-column section > h2,
.right-colum section > h3{
  margin-top:0;
}

.navbar-light .navbar-nav .nav-link,
a.nav-link {
  color: #0400cc;
}

.text-center {
	text-align: center;
}

.resp-frame-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Humane Issues Pages*/

#humane_issues_header {
	width:100%;
	display:flex;
	justify-content:space-between;
	margin-bottom: 0;
}


#humane_issues_header ul {
  list-style-type:none;
}


#humane_issues_body h2 {
	text-align: left;
}

#humane_issues_body ul:not(.show-list) {
	list-style-type:none;
}

#humane_issues_body ol li {
	font-weight: bold;
  font-size: 16px;
  line-height:1.2;
}

#humane_issues_body section {
	margin-top: 35px;
}

.ica-award a {
  color: white;
}

.ica-award a:hover {
  color: white;
  text-decoration:underline;
}

.ica-award a:visited {
  color: white;
}

/* Suggested Reading */


.sr li.media {
  
  display:flex;
  flex:1;
  align-items:flex-start;
  margin-bottom:20px;
  padding-bottom:20px;
  border-bottom:1px solid #eee;
}

.sr li img {
  max-width:125px;
}

.rss li a {
  width:100%;
}

.sr li div {
  margin-left: 20px;
}

.sr li h3 {
  margin:0;
}

.sr p {
  margin-top:0;
  font-weight:100;
}

.sr form {
  margin-top:20px;
}

/*Buttons*/

.storiesButton {
/*	box-shadow: 7px 7px 0px 0px #3f3f42;*/
/*	background-color:#03407C;*/
  background-color:#1c56ac;
	border-radius:10px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:15px;
	text-decoration:none;
	margin-top:1rem;
	margin-bottom:1rem;
  padding:10px;
  font-weight:600;
}
.storiesButton:hover {
	background-color:#092c5d;
  color: white;
}
.storiesButton:active {
	position:relative;
	top:1px;
}
.storiesButton:visited {
  color:#fff;
}

.donate_button {
  background-color: yellow;
  color: black;
  border-radius: 25px;
}

/*Headline Bubbles*/

.headline-bubbles {
  text-align:center;
/*  background-color:#69adff;*/
  background-color:#99ccff;
  border-radius:25px!important;
}

.headline-bubbles h3 {
  font-size: 18px;
  color: #000;
  padding:3px;
}

.headline-bubbles h3.first {
  margin-top:0;
}

.blue-bubbles {
  width:50%;
  margin: 50px auto 0 auto;
  display:flex;
  justify-content:center;
  align-items:center;
/*  background-color:#69adff;*/
  background-color:#99ccff;
  border-radius:25px;
}

.blue-bubbles h2 {
  font-weight:600;
  margin:0;
  padding:5px 0;
}

/* QUOTE */

.quote {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem;
/*  background-color: rgba(0, 0, 0, 0.02);*/
  margin: 0;
/*  border: 1px solid #999;*/
}

.quote-alt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #cecece;
}

.quote__body {
  z-index: 1;
  position: relative;
  margin: 0;
  padding: .75rem 2.75rem;
  font-size: 1rem;
  color:black;
}


.quote__body-alt p {
  font-size: 16px;
  color:black;
  font-weight:400;
  
}

.quote__body::before, .quote__body::after {
  z-index: -1;
  position: absolute;
  color: #d2d2d2;
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
}
.quote__body::before {
  content: "“";
  top: 0;
  left: 0;
  line-height: 1;
}
.quote__body::after {
  content: "”";
  bottom: 0;
  right: 0;
  line-height: 0;
}
.quote__credits {
  margin-left: 2.75rem;
  padding-right: 2.75rem;
/*  color: #555;*/
}


/* Nav */

#main-nav {
  background-color: #e3f2fd;
/*   background-color: #69adff;*/
  margin: 3px 0;
}

.nav-bg {
  background-color: #a4cbfb;
}

a.nav-link {
  color: #444;
}

a.nav-link:active {
  font-weight: bold;
  text-decoration: underline;
}


nav#top-nav {
  display:flex;
  background-color:#99ccff;
/*  background-color:#cce0fe;*/
  align-items:center;
  justify-content:space-between;
  width:100%;
  height:50px;
  position: relative;
  border-bottom:1px dotted black;
}

nav#top-nav span.nav-spacer::before,
nav#top-nav span.nav-spacer:before{
  content:" ";
  width:170px;
  top:0;
  z-index:1;
  display:inline-block;
  position:absolute;
  height:100%;
}


nav#top-nav span.nav-spacer-index::before,
nav#top-nav span.nav-spacer-index:before{
  content:" ";
/*  background-color:#3398FA;*/
  background-color: #54AAFE;
  width:170px;
  top:0;
  z-index:1;
  display:inline-block;
  position:absolute;
  height:100%;
}

nav#top-nav span.nav-spacer-index.no-color::before,
nav#top-nav span.nav-spacer-index.no-color:before,
nav#top-nav span.nav-spacer.no-color::before,
nav#top-nav span.nav-spacer.no-color:before {
  background-color:transparent;
}

nav#top-nav ul {
 width:100%;
 list-style-type:none;
  margin-left:135px;
  z-index:2;
}

nav#top-nav li {
  display:inline;
}

nav#top-nav li a {
  text-decoration:none;
  font-weight: bold;
  padding:5px 10px;
  font-size:15px;
  color:black;
  letter-spacing:1px;
}

nav#top-nav li a:hover {
  color:#0400cc;
  text-decoration:underline;
}

div.social {
  display:flex;
  width:125px;
  height:30px;
  align-items: center;
  justify-content:space-around;
  margin-right:20px;
}

div.social img {
  display: block;
  border-radius:50%;
}

/* ROWS & COLUMNS */

div.row:not(#responsive),
div.row-alt {
  display:flex;
  justify-content: flex-start;
  flex:1;
  width:100%;
}

div.left-column {
  padding:10px 0;
/*  background-color:#3398FA;*/
    background-color:#54AAFE;
/*  background-color: #409df7;*/
  width:170px;
  display:flex;
  flex-direction:column;
  align-items:center;
}

div.right-column {
  padding:20px 20px 0 20px;
  background-color:#fff;
  width:100%;
  display:flex;
  flex: 1;
  flex-direction:column;
}

div.social-block {
  margin: 10px 0px 20px 0;
  display: flex;
  align-items:center;
  align-content:stretch;
  justify-content:center;
  max-width:115px;
  height:175px;
  flex-direction:column;
  flex-wrap:wrap;
}

.eqWrap {
	display: flex;
}

.eq {
	padding: 10px;
  border-right:1px dotted #bbb;
}


.eqWrap .eqWrap .eq:first-of-type {
  border-right:1px dotted #bbb;
}

.eq:first-of-type,
.eq:last-of-type,
.index-left-menu .eq,
.index-left-menu .eqWrap .eq:first-of-type {
  border:none;
}

.equalHW {
	flex: 1;
}

.equalHMWrap {
	justify-content: space-between;
}

.equalHMRWrap {
	flex-wrap: wrap;
}

.equalHMR {
	width: 32%;
}

.index-left-menu .eq {
  padding:0px;
}

.index-left-menu .equalHMR {
	width: 45%;
}

.index-left-menu {
  max-width: 150px;
  background-color: #54AAFE;
}

.index-left-menu a {
  text-decoration: underline;
  color: #000;
}

/* Left Column */
.left-nav {
  height: 100%;
  background-color: #54AAFE;
}

.left-nav input[type='image'] {
  max-width: 100%;
  padding: 10px;
  
}

/* Footer */

.footer {
  
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
   margin-top:50px;
	padding-top: 20px;
}


.footer p {
  color: #000;
  font-size: 13px;
  text-align: center;
}

.footer a {
  text-decoration:none;
  font-size: 14px;
  padding:0 10px;
}


.footer-nav ul {
  width: 100%;
}

.footer-nav {
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
}

.footer-nav a:first-child {
  padding-left: 0;
}
.footer-nav a:last-child {
  padding-right: 0;
}

@media screen and (max-width: 600px){
 
}

.media-query {
  display: flex;
      align-items:center;
      justify-content:space-between;
}

@media only screen 
  and (min-device-width: 220px) 
  and (max-device-width: 599px)
  and (-webkit-min-device-pixel-ratio: 2) {
    
    .media-query {
      display:block;
  }

}
  