
/*CARD */

.align-inner{
    width: 75%;
    margin: 0 auto;
    margin-top: -25px;
}

.align-inner-footer{
    width: 75%;
    margin: 0 auto;
}


.card {
	float: left;
	width: 100%;
	background:white;
	margin-bottom:25px;
	box-shadow:0 5px 10px 0 rgba(0, 0, 0, 0.35);
}

.card-title{
	padding: 20px;border-radius: 3px;vertical-align: middle;background: #E8F2FC;font-size: 18px;color:white;
}

.card-description{
	padding:20px;padding-bottom:10px;font-size:15px;
}

.one-liner{
	margin-top:10px;
}

.airtable-iframe{
	padding:0px 20px;
}
.card-link-container{
	padding: 10px 20px 10px;margin-top: -20px;font-size: 15px;
}

.card-link, .follow-on-twitter {
	color: #556cd6 !important;outline:0 !important;
}



.header-link {
	color: #6c62ff !important;outline:0 !important;
}

.card-arrow{
	font-size: 2.0em;vertical-align: middle;
}

.fa{
    padding: 5px;
    font-size: 20px;
    width: 30px;
    border-radius: 50%;
    text-decoration: none;
    text-align:center;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white !important;
}

/* Twitter */
.fa-twitter {
  background: #55ACEE;
  color: white !important;
}

/*whatsapp */
.fa-whatsapp{
    background: #25D366;
    color: white !important;
}

#social-media-btns{
position: absolute;top: 3em;right: 12.5%;
}

/*
.card__container {
	position: fixed;
	top: 0;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
}
*/
/*
.card__container--closed {
	position: absolute;
	overflow: hidden;
}
*/
.card__image {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.card__container--closed .card__image {
	position: relative;
	cursor: pointer;
}
/* Fix IE */

.card__container--fix-image .card__image {
	position: fixed;
}

.card__content {
	height:13.5vw;
	background-size:12.5vw !important;
	background-position:center !important;
}
/*
.card__container--closed .card__content {
	margin-top: 0;
	padding: 0 16px;
	pointer-events: none;
	background: transparent;
}

.card__caption {
	font-size: 2em;
	max-width: 800px;
	margin: 0 auto;
	padding: 35px 30px 0px;
}
*/
.card__container--closed .card__caption {
	text-align:center;
	font-size: 1em;
	/*max-width: auto;
	padding: 10px 10px 25px;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);*/
}

.card__title {
	font-size: 0.85rem;
	line-height: 1.5;
	margin: 5px 0 0 0;
	color: #3b393d;
        font-weight:300 !important;
        text-align:center;
}

.card__container--closed .card__title {
	color: #3b393d;
	font-weight:300;
}

.card__subtitle {
	font-size: .8em;
	line-height: 1;
	margin: 5px 0 0;
	color: #777778;
}

.card__container--closed .card__subtitle {
	color: #f5f5f5;
}

.card__copy {
	font-size: 1.25em;
	max-width: 900px;
	margin: 0 auto;
	padding: 25px 30px 100px;
	color: #3b393d;
}

.card__copy p:first-of-type {
	font-size: 1.5em;
	padding: 0 0 1em 0;
}

.card__btn-close {
	font-size: 18px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 36px;
	cursor: pointer;
}

.card__container--closed .card__btn-close {
	display: none;
}

.meta {
	font-size: .85em;
	display: -webkit-flex;
	display: flex;
	padding: 0 0 35px 0;

	-webkit-align-items: center;
	align-items: center;
}

.meta__avatar {
	border-radius: 50%;
	height: 50px;
	width: 50px;
}

.meta__author {
	font-weight: bold;
	padding: 0 15px;
}

.meta__date {
	margin: 0 0 0 auto;
}

@media only screen and (max-width: 980px) {
	/*	
	.card {
		width: 29%;
		
	}
	.card__content {
		margin-bottom: 0;
		padding-right: 20px;
		padding-left: 20px;
	}
	.wrapper {
		width:85% !important;	
		margin-top:-5em !important;
	}
	.align-inner{
    		width: 85%;
		margin-top: -35px;
	}
	.card__title {
	font-size: 0.8rem;
	}*/
}

@media only screen and (max-width: 580px) {
	/*
	.card {
		width: 43%;
		padding-bottom: 67.2%;
	}*/
	.align-inner{
    		width: 90% !important;
		margin-top: -5px;
	}
	.wrapper {
		width:90% !important;	
	}
	.card__title {
	   font-size: 0.7rem;
	}

	#social-media-btns{
	right: 5%;
	top:7em;
	}
	.header-link {
	font-size:14px;
	}
	.align-inner-footer{
    	  width: 90%;
	}
	.card-arrow{
		display:none;
	}

}

@media only screen and (max-width: 400px) {
	.card__title {
	   font-size: 0.61rem;
	}
	.meta {
		padding: 0 0 25px 0;
	}
	.card__copy {
		font-size: 90%;
		padding: 25px 0px 100px;
	}
	.card-arrow{
		display:none;
	}

}


*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Ubuntu", sans-serif;
	line-height: 1.5;
	color: #3b393d;
	background: #E8F2FC;
	background-size: cover;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	overflow-y: scroll;
}

body.body--hidden {
	overflow: hidden;
}

body.body--hidden .header {
	opacity: 0;
}

.header{
	-webkit-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}

a {
	text-decoration: none;
	color: #de6551;
	outline: none;
}

a:hover,
a:focus {
	color: #3b393d;
}

.body {
	background: #E8F2FC;
}

.body a {
	color: #4f4c4c;
}

.body .header h1 span {
	color: #4f4c4c;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}
/* Header */

.header {
	padding: 3em 0em 9em;
	background:white;
}

.header h1 {
	font-size: 3em;
	font-weight: 400;
	line-height: 1.2;
	margin: .5em 0 0;
}

.header h1 span {
	font-size: .45em;
	display: block;
	padding: .5em 0 1em;
	color: #999;
}
/* Top Navigation Style */

.links {
	margin: 2em 0 0;
}

.links a {
	display: inline-block;
	margin: 0 .5em;
}

/* cards wrapper and close btn */

.wrapper {
	overflow: auto;
	width: 75%;
	max-width: 1366px;
	margin: 0 auto;
}

@media screen and (max-width: 50em) {
	.header {
		padding: 10em 5% 4em;
	}
}

@media screen and (max-width: 40em) {
	.header h1 {
		font-size: 2.4em;
		line-height: 1.2;
	}
}

/* PATTERN */

.pattern {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: no-repeat center center / cover;
}

.pattern--hidden {
	visibility: hidden;
	opacity: 0;
}

.pattern--hidden .polygon {
	transition-duration: 0ms;
}

.pattern svg {
	width: 100%;
	height: 100%;
}

.polygon {
	transition: -webkit-transform 300ms ease-in-out, opacity 300ms ease-in-out;
	transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

.polygon--hidden {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
/* disable scale on firefox */

.ff .polygon {
	-webkit-transform: scale(1)!important;
	transform: scale(1)!important;
}
