@charset "UTF-8";
/* CSS Document */





.clickable:hover {
cursor: pointer;
}

.clickable:hover{
animation: outerbeat 1.5s infinite linear forwards;
}
@keyframes outerbeat {
    0% {transform: scale(1.1);}
    10% {transform: scale(1.0);}
    50% {transform: scale(1.1);}
    60% {transform: scale(1.15);}
    75% {transform: scale(0.9);}
}




.noClick:hover {
cursor: not-allowed;
}


html, body {
margin: 0px;
background-color: #00b908;
}

body {
}

#content {
padding-top: 35px;
margin-bottom: 70px;
overflow: hidden;
height: auto;
max-width: 100vw;
}

.linkButton {
display:inline-block;
background-color: white;
border-radius: 16px;
padding-top: 3px;
padding-bottom: 3px;
padding-right: 12px;
padding-left: 12px;
font-family: 'DM Sans', sans-serif;
font-size: 20px;
font-weight: 500;
color: #00b908;
text-decoration: none;
text-transform: uppercase;
margin-bottom: 25px;
}

.linkButton:hover {
color: white;
background-color: black;}


/*Nav*/

.buttons ul {
  list-style-type: none;
  text-align: left;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 0;
}



.buttons ul li {
display: inline-block;
vertical-align:top;
padding: 0;
margin-left: 10px;
margin-right: 10px;
box-sizing: border-box;
width: 50px;
}

.buttons ul li a em {
display: block;
width: 50px;
height: 50px;
float: left;
box-sizing: border-box;
background-size: cover;
background-repeat: no-repeat;
}

.buttons ul li a#share em, .buttons ul li a#shareB em {
background-image: url("../img/icon_share.svg");
}

.buttons ul li a#more em {
background-image: url("../img/icon_more.svg");
}

.buttons ul li a#next em, .buttons ul li a#nextB em {
background-image: url("../img/icon_next.svg");
}

.buttons ul li a#less em {
background-image: url("../img/icon_less.svg");
}

.buttons ul li a {
display: block;
box-sizing: border-box;
color: white;
text-decoration: none;
padding:0;
margin: 0;
min-height: 70px;
cursor: pointer;

}

.buttons ul li a span {
display: none;
}


.buttons ul li a:hover span {
display: block;
text-align: center;
color:white;
}


/*End Nav*/

#textSource {
display: inline-block;
margin-left: 5px;
width: 25px;
height: 25px;
box-sizing: border-box;
background-size: cover;
background-repeat: no-repeat;
background-image: url("../img/icon_source.svg");
}

.buttons ul li a#share em {
background-image: url("../img/icon_share.svg");
}



.bodyColumn p {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  color: white;
  padding-top: 0px;
  margin-top: 10px;
}

.bodyColumn #expandedText p {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: white;
  padding-top: 0px;
  margin-top: 10px;
}

.pageFrame {
display: flex;
align-items: stretch;
max-width: 950px;
margin-right: auto;
margin-left: auto;
}


/*illustration - desktop*/
#factIllustrationContainer {
position: static;
max-width: 950px;
margin-right: auto;
margin-left: auto;
height: 0px;
}

#factIllustration {
position: relative;
top: -250px;
left: calc(40% + 10px);
right: auto;
width: 250px;
height: 250px;
}
/*end illustration*/






.headingColumn {
width: 40%;
box-sizing: border-box;
border-right: solid;
border-right-width: 10px;
border-right-color: white;
padding-right: 20px;
}


.bodyColumn {
width: 55%;
padding-left: 20px;
}


.headingColumn h1 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 70px;
  line-height: 62px;
  padding-top: 0;
  margin-top: 0;
  color:white;
  text-align: right;
  text-transform: uppercase;
}



.headingColumn h2 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 150px;
  line-height: 130px;
  color:white;
  text-align: right;
  padding: 0;
  margin: 0;
  float:right;
}

.pageFrame .headingColumn h2 span {
display: inline-block;
position : relative;
top: -73px;
  font-weight: 500;
  font-size: 30px;
 }


#loveButton {
float:right;
margin-top: 40px;
width:80px;}


.buttons {
margin-bottom: 120px;
}


 #sourceLink {
display: inline-block;
padding-left: 9px;
padding-right: 9px;
padding-top: 4px;
padding-bottom: 4px;
border-radius: 10px;
border-style: solid;
border-width: 1px;
border-color: white;
font-size: 12px;
line-height: 12px;
color: white;
text-transform: uppercase;
margin: 0;
text-decoration: none;
position: relative;
bottom:5px;
left:5px;
}


/*=========MEDIA QUERIES========*/
@media only screen and (min-width: 940px) and (min-height: 795px) {
/* Desktop - Large Screen Version / Extra Large Illustration */

.illustrationRow {
height: 45vh;
}




/*illustration - extra large*/
#factIllustrationContainer {
position: static;
max-width: 950px;
margin-right: auto;
margin-left: auto;
height: 0px;
}

#factIllustration {
position: relative;
top: -45vh;
left: calc(40% + 10px);
right: auto;
width: 45vh;
height: 45vh;
}
/*end illustration*/






}




@media only screen and (max-width: 940px) {  


/*illustration - desktop*/
#factIllustrationContainer {
position: static;
max-width: 950px;
margin-right: auto;
margin-left: auto;
height: 0px;
}

#factIllustration {
position: relative;
top: -195px;
left: calc(40% + 20px);
right: auto;
width: 200px;
height: 200px;
}
/*end illustration*/






.bodyColumn p, .bodyColumn #expandedText p {
  margin-right: 20px;
}






.headingColumn h1 {
  font-size: 60px;
  line-height: 50px; 
}



.headingColumn h2 {
  font-size: 110px;
  line-height: 100px;
}


#factIllustration img {
height: 160px;
}







.pageFrame .headingColumn h2 span {
top: -53px;
 }
 
 

#loveButton {
float:right;
margin-top: 25px;
width:70px;}



}

@media only screen and (max-width: 740px) {  

/*illustration - desktop*/
#factIllustrationContainer {
position: static;
max-width: 950px;
margin-right: auto;
margin-left: auto;
height: 0px;
}

#factIllustration {
position: relative;
top: -195px;
left: calc(41% + 60px);
right: auto;
width: 200px;
height: 200px;
}
/*end illustration*/
}



@media only screen and (max-width: 750px) {  

/*illustration - desktop*/
#factIllustrationContainer {
position: static;
max-width: 950px;
margin-right: auto;
margin-left: auto;
height: 0px;
}

#factIllustration {
position: relative;
top: -195px;
left: calc(41% + 55px);
right: auto;
width: 200px;
height: 200px;
}
/*end illustration*/



.headingColumn {
width: 48%;
}
.bodyColumn {
width: 47%;
}






}


@media only screen and (max-width: 765px) {  

#factIllustration {
position: relative;
top: -195px;
left: calc(41% + 50px);
right: auto;
width: 200px;
height: 200px;
}
/*end illustration*/
}



@media only screen and (max-width: 575px) {  
/*Mobile One Column*/








/*illustration*/
#factIllustrationContainer {
position: relative;
top: -240px;
right: 0;
width: 100%;
height:0;
max-width: none;
}

#factIllustration {
position: relative;
top: auto;
left: 210px;
width: 75vw;
max-width: 330px;
height: 75vw;
max-height:330px;
}
/*end illustration*/




.pageFrame {
display: block;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
padding-bottom: 0;
}


.headingColumn {
border-right: none;
border-right-width: 0px;
border-right-color: transparent;
padding-right: 0;
margin-right: 30px;
width: auto;
clear: both;
margin-bottom: 0;
padding-bottom: 0;
margin-top: 0;

}


.headingColumn h1{
text-align: left;
border-bottom: solid;
border-bottom-width: 25px;
border-bottom-color: white;
padding-left:30px;
padding-bottom: 30px;
margin-bottom: 30px;
}



.bodyColumn {
display: block;
width: auto;
padding-left: 30px;
clear: both;
margin-top: 0;
padding-top: 0;
}

#loveButton {
float:none;
margin-top: 15px;
}


.headingColumn h2 {
  text-align: left;
  float:left;
  line-height: 78px;
  padding: 0;
  margin: 0;
}

.pageFrame .headingColumn h1 span {
position: relative;
right:14px;
}

.pageFrame .headingColumn h2 span {
margin-left: 4px;
top: -53px;
 }


.bodyColumn p {
margin-right: 20px;
margin-top: 0;
padding-top: 0;
}



}




/*@media only screen and (max-width: 480px) {  
#factIllustration {
left: 50vw;
}
}*/


/*=======END MEDIA QUERIES======*/


/*===BEGIN INITIAL STATES===*/
#expandedText {
display:none;
}
/*#buttonsExpanded {
display: none;
}*/
/*===END INITIAL STATES===*/

