/*
	Theme Name: HumanFamily
	Description: Theme for the HumanFamily
	Version: 0.1
	Author: John Emerson (@backspace)
	Author URI: https://backspace.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/



/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 */*,::after,::before{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none}a:hover{color:#0056b3;text-decoration:underline}a:not([href]),a:not([href]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:87.5%}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}figure{margin:0 0 1rem}img{vertical-align:middle}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:textfield}textarea{overflow:auto;resize:vertical;-webkit-appearance:textfield}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}mark{padding:.2em;background-color:#fcf8e3}progress{vertical-align:baseline}::-webkit-datetime-edit{overflow:visible;line-height:0}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}main{display:block}[hidden]{display:none!important}


html {
  scroll-behavior: smooth;
  font-size:62.5%;
}
body { height: 100%; width: 100%; background: #0874bb; color: #fff; font-family: 'FranklinGothicLTPro-CnDm'; }
a { text-decoration: none; transition: .4s opacity;  }

.gradient {
  background-image: linear-gradient(180deg, #0071BC 0%, #00A99D 26%, #F6EB0F 53%, #FE8540 78%, #E33E73 100%);
  background: -moz-linear-gradient(180deg, #0071BC 0%, #00A99D 26%, #F6EB0F 53%, #FE8540 78%, #E33E73 100%);
  background: -webkit-linear-gradient(180deg, #0071BC 0%, #00A99D 26%, #F6EB0F 53%, #FE8540 78%, #E33E73 100%);
  background: linear-gradient(180deg, #0071BC 0%, #00A99D 26%, #F6EB0F 53%, #FE8540 78%, #E33E73 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0074ba",endColorstr="#e44270",GradientType=1);
}

#learn {
  background-image: linear-gradient(180deg, #E33E73 0%, #FE8540 100%);
  background: -moz-linear-gradient(180deg, #E33E73 0%, #FE8540 100%);
  background: -webkit-linear-gradient(180deg, #E33E73 0%, #FE8540 100%);
  background: linear-gradient(180deg, #E33E73 0%, #FE8540 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E33E73",endColorstr="#FE8540",GradientType=1);
}
#learn h1, #learn h1 a { color: #E33E73; }
#learn .email-signup { color: #E33E73; }
#learn header { background: #E33E73; }

#learn #rights .hr { vertical-align: top; }


#look {
  background-image: linear-gradient(180deg, #0071BC 0%, #00A99D 100%);
  background: -moz-linear-gradient(180deg, #0071BC 0%, #00A99D 100%);
  background: -webkit-linear-gradient(180deg, #0071BC 0%, #00A99D 100%);
  background: linear-gradient(180deg, #0071BC 0%, #00A99D 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0074ba",endColorstr="#00A99D",GradientType=1);
}

#act {
  background-image: linear-gradient(180deg, #FE8540 0%, #F6EB0F 100%);
  background: -moz-linear-gradient(180deg, #FE8540 0%, #F6EB0F 100%);
  background: -webkit-linear-gradient(180deg, #FE8540 0%, #F6EB0F 100%);
  background: linear-gradient(180deg, #FE8540 0%, #F6EB0F 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FE8540",endColorstr="#F6EB0F",GradientType=1);
}
#act h1, #act h1 a { color: #FE8540; }
#act header { background: #FE8540; }

.page-left, .page-right {
  font-family:'ITCFranklinGothicStd-Book',sans-serif;
  font-size: 50px;
  line-height: 28px;
  vertical-align: middle;
  display: inline-block;
  width: 30px;
  transition:.4s color;
}
.page-left { float: left; }
.page-right { float: right; }
.page-left:hover, .page-right:hover { 
  text-decoration: none;
  color: #000;
}
.home-banner { position: relative; }

.home-banner .page-left, 
.home-banner .page-right {
  position: absolute;
  color: #0874bb !important;
  top: 55%;
  transform: translate(0,-50%);
  z-index: 10;
} 
.home-banner .page-left  { left: 10px;  }
.home-banner .page-right { right: 10px; }

h2 { letter-spacing: 1.25px; }





/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

html, body {
  min-height: 100%;
}

/* wrapper */
.container, .wrapper {
  max-width: 1140px;
	width:100%;
	margin:0 auto;
	position:relative;
}
.pad { padding: 1rem; }
.text-center { text-align: center; }


/* header */

header {  
  padding: 8px 1rem 8px 1rem;
  display: flex;
  align-items: center;
  background: #0874bb;
  z-index: 2;
  margin: 0 auto;
  transition: .4s top;
}
header .social-media {
  flex: 1;
}
header .social-media img {
  height: 40px;
  width: 40px;
  margin: 5px 0 5px 10px;
  float: right;
}

.tagline {
  flex: 1;
  margin-top: 7px; 
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  padding: 0 1rem;
}
.tagline .px { width: 1px; display: inline-block; }

.on-display {
  flex: 0 0 25%;
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 14px;
  list-style: none;
  margin: 0;
}
.on-display li { margin: 0; }
.at {
  font-family: 'CenturyStd-BookCondensed';
  text-transform: none;
  
}


.flex { 
 display: flex;
 overflow: hidden;
 clear: both;
}


hr { opacity:1 }
.pull-right { float: right; }





.email-form input {
  width: 100%;
  font-size: 18px;
  border: none;
  padding: 5px;
  height: 36px;
}
.email-form input::placeholder { padding-left: 4px; padding-top: 4px; color: #ccc; } 
.email-form select { color: #ccc; } 

.mobile .email-form { width: 100%; overflow: hidden; }
.mobile .email-form input,
.mobile .email-form select {
  display:table-cell;
  margin-bottom: 3px;
  width: calc(100% - 10px);
  max-width: calc(100% - 10px);
}
.mobile .email-form .en__field {
  width:100%;
  display:table;
  overflow: hidden;
}

.email-home-column .email-form {
  padding-top: 24px;
  overflow-x: hidden;
  display: none;
  margin: 0 3% 3% 3%;
}
.email-home-column .en__component.en__component--formblock {
  margin-top: 12px;
}


.email-form select {
  height: 36px;
  padding: 10px 5px 10px 5px;
  font-size: 18px;
  line-height: 1.3;
  width: 100%;
  max-width: 100%; 
  box-sizing: border-box;
  margin: 0;
  border: 0;
  border-radius:0;

  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;

  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}



/* mobile form */

.hidden { display: none; }

.email-form p, .en__field { margin: 2px 5px;}

.mobile .email-form .en__submit {
  margin: 10px 5px 20px 5px;
}
.email-form .en__submit button {
  font-family:'ITCFranklinGothicStd-Book';
  padding-top: 5px;
  font-size:19px;
  line-height:1;
  vertical-align:middle;
  text-align:center;
  height: 50px;
  width: 100%;
  border: 0;
  color:#059;
  border-radius:50px;
  background:#fff;
  color: #aaa;
  transition: .4s background, .4s color;
}
.email-form .en__submit button:hover {
  text-decoration: none;
  background:#059;
  color:#fff;
}





/* Style for Circular Checkbox */

.checkbox-label {
  margin-top: 5px;
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  line-height: 30px;
  height: 36px;
  width: 100%;
  padding-left: 30px;
  clear: both;
}

.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  margin-left: -30px;
  z-index: 1;
}

.checkbox-label .checkbox-custom {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  border: 2px solid #FFFFFF;
  z-index: 0;
}

.checkbox-label .checkbox-custom.circular {
  border-radius: 50%;
  border: 2px solid #FFFFFF;
}

.checkbox-label input:checked ~ .checkbox-custom.circular {
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
}
.checkbox-label input:checked ~ .checkbox-custom.circular::after {
  border: solid #0067FF;
  border-width: 0 2px 2px 0;
}
.checkbox-label .checkbox-custom.circular::after {
  border-radius: 50%;
}

.checkbox-label .checkbox-custom.circular::before {
  border-radius: 50%;
  border: 2px solid #FFFFFF;
}

.checkbox-label input:checked ~ .checkbox-custom.circular::before {
  border-radius: 50%;
}





/* footer */

footer {
  border-top: 1px solid #fff;
  margin-top: 2rem;
  color: #fff;
  font-family: 'ITCFranklinGothicStd-Book', sans-serif;
  font-size: 16px;
}

#home footer { display: none; } /* for mobile */

#home footer {
  position: absolute;
  top: 1000px;
	width:100%;
	margin:0 auto;
	border-top: none;
}
#home footer .wrapper {
	border-top: 1px solid #fff;
  padding: 0 22px;
  background: #E33E73;
}
footer .text-left, footer .text-right {
  width: 50%;
  margin: 9px 0  6px 0;
}
footer .text-right {
  height: 50px;
  display:flex;
  justify-content: flex-end;
  align-items:center;
}
footer a {
  color: #fff;
  transition: .25s opacity; 
  font-family: 'ITCFranklinGothicStd-Book', sans-serif;
}
footer a:hover { color: #fff; opacity: .7; }
footer img { max-height: 50px; }




/*------------------------------------*\
    PAGES
\*------------------------------------*/


/* Welcome */
#welcome header, #welcome footer {
  display: none;
}

#welcome-logo {
  width: 100px;
  margin: 20px;
}
.welcome-mat {
  margin: 20px;
}


#welcome { position: relative; }

#welcome,
#welcome-logo,
#welcome-image {
  background-image: linear-gradient(180deg, #0071BC 0%, #00A99D 20%, #F6EB0F 40%, #FE8540 60%, #E33E73 80%, #0071BC 100%);
  background: -moz-linear-gradient(180deg, #0071BC 0%, #00A99D 20%, #F6EB0F 40%, #FE8540 60%, #E33E73 80%, #0071BC 100%);
  background: -webkit-linear-gradient(180deg, #0071BC 0%, #00A99D 20%, #F6EB0F 40%, #FE8540 60%, #E33E73 80%, #0071BC 100%);
  background: linear-gradient(180deg, #0071BC 0%, #00A99D 20%, #F6EB0F 40%, #FE8540 60%, #E33E73 80%, #0071BC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0074ba",endColorstr="#e44270",GradientType=1);

  background-size: 100vw 500vh;
  background-attachment: fixed;

  -webkit-animation: AnimationName 60s linear infinite;
  -moz-animation: AnimationName 60s linear infinite;
  animation: AnimationName 60s linear infinite;
}  

@-webkit-keyframes AnimationName {
    0%{background-position:0% 0%}
    100%{background-position:0% 500%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 0%}
    100%{background-position:0% 500%}
}
@keyframes AnimationName { 
    0%{background-position:0% 0%}
    100%{background-position:0% 500%}
}





/* home */

#fixed-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.home h1 { 
  text-align: left;
  padding-left: 1rem;
}
h1.desktop {
  cursor: pointer;
  transition: .5s color, .5s background;
}
h1.desktop:hover {
  background: #059;
  color:#fff;
}
.plr {
  padding-left: 1rem;
  padding-right: 1rem;
}



#col-learn .intro {
  padding: 3rem 5rem 0px 3rem;
  margin-bottom: 0px;
  font-family:'CenturyStd-BookCondensed';
  font-size:20px;
  line-height:1.2;
}
#for {
  width: 33%;
  float: right;
  padding-right: 1rem;
  margin-top: -.5rem;
}
#everyone {
  width: 100%;
  margin-top: 1rem;
}


#udhrstart, #udhrnow {
  position: absolute;
  color: #fff;
  font-family: 'CenturyStd-BookCondensedIt', Garamond, Times New Roman, serif;
  transform: translate(-50%,-50%);
  font-size: 26px;
  line-height: 26px;
  vertical-align: middle;
  left: 25.5%;
}
#udhrstart { bottom: 16%; }
#udhrnow { bottom: 2.8%; }

.credit {
  color: #fff;
  font-family: 'FranklinGothicLTPro-CnDm', sans-serif;
  font-size: 14px;
}

.square-wrapper {
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
  margin: 0;
}
.square {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#col-learn .hr {
  width: 100%;
  margin: 0;
}

#arrow-1 {
  position:absolute;
  left:50%;
  top:5px;
  transform:translate(-50%,0);
}
#arrow-2 {
  position:absolute;
  left:50%;
  bottom:20px;
  transform:translate(-50%,0);
}
#udhr-title-box {
  padding-top: 5px;
  font-size:36px;
  line-height:1;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:100%;
}


.small-text {
  font-family:'ITCFranklinGothicStd-Book',sans-serif;
  font-size:14px;
}
.bordered {
  border-top: 1px solid #fff;
}






.white { fill: #fff; transition: .4s opacity; }
#col-act a:hover { text-decoration: none;  opacity: .7; }

#act-now-text {
  font-family: 'FranklinGothicLTPro-CnDm', sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  text-transform: uppercase;
  margin: 1rem;
  width: 300px;
  height: 300px;
  font-weight: 700;
}

#col-act svg.topic {
  top: 48%;
  left: 48%;
  transform: translate(-50%,-50%);
  position: absolute; 
  width: 95%;
  height: 95%;
}

.vid-title {
  font-family: 'FranklinGothicLTPro-CnDm';
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 2rem;
}

.vertical-center {
  width: 75%;
  height: 75%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: absolute; 
}




#mobile-nav {
  margin-top: 66px;
  border-top: 1px solid;
  margin-bottom: 0px;
}
#home { min-height: 100vh; }

#col-look .gradient { border-left: 1px solid #fff; }
#col-act .gradient { border-right: 1px solid #fff; }

#col-look p {
  text-align: center;
  font-family: 'CenturyStd-BookCondensed';
  font-size: 14px;
}
#col-look p.text-left {
  text-align: left;
  padding: 0 10px;
  font-size: 20px;
  line-height: 1.3;
}
#col-look h2 { 
  font-size:48px;
  text-align: left;
  padding: 20px 10px 0px 10px;
}
#col-look a { color: #fff; }

#col-look .mobile.wrapper { margin-top: -1rem; }
.parent .mobile.wrapper { border-bottom: 1px solid #fff;}

#col-look .blocks-gallery-item {
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
  margin: 0;
}

#col-look a img { transition: .4s opacity; }
#col-look a:hover img { opacity: .7; }

#col-look .blocks-gallery-item figure {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #fff;
  padding-: 16px;
  cursor: pointer;
}
#look .wp-block-gallery,
#col-look .wp-block-gallery {
  display: block;
}
#col-look .wp-block-gallery:last-of-type .blocks-gallery-item:last-of-type figure:last-of-type {
  /* border-bottom: none; */
}

#col-look .blocks-gallery-item img  {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: absolute; 
}

#host {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
}






/* act */


#donate-hover {
  background-color: #fff;
  overflow: hidden;
}
#donate-hover img,
#donate-hover h2 {
  transition: .4s opacity;
}


#donate-hover:hover img,
#donate-hover:hover h2 {
  opacity: .7;
}

.topic {
  font-family: 'FranklinGothicLTPro-CnDm', sans-serif;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  margin: 1rem;
  width: 300px;
  height: 300px;
  font-weight: 700;
  transition: .4s opacity;
}
.white { fill: #fff; transition: .4s fill; }
.topic:hover { opacity: .7; }
.rights a:hover, #act-rights a:hover { text-decoration: none; }

.about-hrw { font-size: 19px; line-height: 1.4; }
.about-hrw span { font-family:'FranklinGothicLTPro-CnDm'; }

#act-rights { 
  margin: 2rem 0;
  text-align: center;
}


.banner {
  font-family: 'FranklinGothicLTPro-CnDm', sans-serif;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: auto;
  font-weight: 700;
}

.banner rect { fill: #fff; transition: .4s opacity; }
a.banner:hover rect.pfill { opacity: .7; }
.banner:hover { text-decoration: none; }





/* mobile home page */

#show-signup {
  width: 100%;
  cursor: pointer;
  color: #0071BC;
  display: block;
  background: #fff;
  text-align: center;
  font: 14px/40px 'ITCFranklinGothicStd-Book', Helvetica Neue, Helvetica, Geneva, Arial, sans;
  height: 38px;
  transition: .4s color, .4s background;
}
#show-signup.active {
  background: #059;
  color: #fff;
}
.signup {
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  background: #0071BC;
}
#home .email-form {
  padding-top: 10px;
}



#home-donate {
  border-bottom: 1px solid #fff;
}

.home-banner {
  border-bottom: 1px solid #fff;
  font-family: 'FranklinGothicLTPro-CnDm', sans-serif;
  font-size: 100px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin: 0;
}
.rfill { fill: #fff; }
.home-banner text { fill: #fff; transition: .4s fill; } 
.mobile-reset, .home-banner:hover { text-decoration: none; }
.home-banner:hover mask { fill: #fff; }
.home-banner:hover text { fill: #000; }

.mobile-reset { transition: .4s opacity; }
.mobile-reset:hover { text-decoration: none; opacity: .7; }

.home-banner.active {
  padding: 0;
  margin: 0;
  border-top: none;
  font-size: 36px;
  line-height: 40px;
}
.home-banner.active mask { fill: #fff; }
.home-banner.active text { fill: #000; }

#home figcaption { display: none; }
#home #modal figcaption { display: block; }


.mobile.footer-logos,
.mobile.social-media { 
  width: 80%;
  margin: 7% auto 5% auto;
  display: flex;
  flex-wrap: nowrap;
}
.mobile.footer-logos a,
.mobile.social-media a {
  flex-grow: 1;
}
.mobile.footer-logos { margin-bottom: 70px; }
.mobile.footer-logos img { width: 100%; opacity: .7; transition: .4s opacity; }
.mobile.social-media img { width: 67%; }
.mobile.footer-logos img:hover { opacity: 1; }
.mobile.social-media :nth-child(2n) { text-align: center; }
.mobile.social-media :nth-child(3n) { text-align: right; }



/* learn */
.hr {
  width: calc(100% - 2rem);
  margin: 1rem;
  border: 2px solid #fff;
  display: inline-block;
  transition: .4s background;
  cursor: pointer;
}
#col-learn .hr {
  border: none;
  border-top: 1px solid #fff;
}
.hr img { transition: .4s opacity; }

.hr:hover img { opacity: .7; }

.hr.white-bg { border: none; }
.hr.white-bg:hover .article { background: rgba(255,255,255,.7); }
.hr.white-bg .article { color: #059; }


.article-number {
  font-family: 'FranklinGothicLTPro-CnDm';   
  text-transform: uppercase;
  letter-spacing: .1px;
}
.article {
  padding: 0px 16px 16px 16px;
  color: #fff;
  font: 18px/1.3 'ITCFranklinGothicStd-Book', Helvetica Neue, Helvetica, Geneva, Arial, sans;
  transition: .5s color, .5s background;
  display: none;
}

.serif {
  font-family: 'CenturyStd-BookCondensed', Garamond, Times New Roman, serif;
}
.serif-italic {
  font-family: 'CenturyStd-BookCondensedIt', Garamond, Times New Roman, serif;
}

.white-bg .article { 
  background: #fff;
  color: #333;
}

.email-container-learn {
  position:relative;
  height:100px;
  margin-top: -50px;
}

a.email-signup {
  transform:rotate(30deg);
	position:absolute;
	width:150px;
	height:150px;
	border-radius:150px;
	background:#fff;
	color:#059;
	font-family:'ITCFranklinGothicStd-Book';
	text-transform:uppercase;
	transition: .4s opacity;
}
.email-container-learn a.email-signup {
  top: 25px;
  left: calc(50% - 90px);
  transform:(-50%,-50%);
}
a.email-signup:hover {
  text-decoration: none;
	color:#fff;
	opacity: .7;
}
.email-signup span {
	display:table-cell;
	font-size:19px;
	line-height:1;
	vertical-align:middle;
	text-align:center;
	height: 150px;
	width: 150px;
}





/* act */

.circle-house {
  height: 370px;
  margin-top: 70px;
}
.circle-house a.email-signup {
	color:#00a49f;
	top: 40%;
	left: 40%;
  transform:rotate(20deg);
}


span.act-big-circle1 {
  transform:rotate(-10deg);
	top:0px;
	left: 20%;
	position:absolute;
	width:300px;
	height:300px;
	border-radius:300px;
	border: 1px solid #fff;
	color:#059;
	transition: .4s border;
}
span.act-big-circle1 span {
	display:table-cell;
	font-size:22px;
	line-height:1;
	vertical-align:middle;
	text-align:center;
	height: 300px;
	width: 300px;
	padding: 30px;
	color: #fff;
	text-transform: uppercase;
}


a.act-big-circle2 {
  transform:rotate(10deg);
	top:0px;
	left: 60%;
	position:absolute;
	width:300px;
	height:300px;
	border-radius:300px;
	border: 1px solid #fff;
	color:#059;
	transition: .4s opacity;
}
a.act-big-circle2 span {
	display:table-cell;
	font-size:40px;
	line-height:1;
	vertical-align:middle;
	text-align:center;
	height: 300px;
	width: 300px;
	padding: 30px;
	color: #fff;
	text-transform: uppercase;
}
a.act-big-circle2:hover {
  text-decoration: none;
	opacity: .6;
}





a.white-link {
	color:#fff;
}
a.white-link:hover {
  text-decoration: none;
}

a.white-link img,
a.white-link p,
a.white-link h2 {
	transition: .4s opacity;
}

a.white-link:hover img,
a.white-link:hover p,
a.white-link:hover h2 {
	opacity: .7;
}



/* look */

#modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  z-index: 10;
  display: none;
}
#modal-close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 96px;
  line-height: 1;
}
#modal-content {
  position: absolute;
  top: 10%;
  left: 10%;
  height: 80%;
  width: 80%;
  background: #fff;
}
#modal-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
#modal-content figure {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #048dad;
  font-family: 'CenturyStd-BookCondensed';
  font-size: 24px;
  padding: 1rem;
  margin: 0;
  display: flex;
}
#home #modal-content figure {
  flex-wrap: wrap;
}

#modal-content figcaption {
  line-height: 1.2;
  padding: 1rem 0;
}

#modal-content figure img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  min-height: inherit;
  min-width: inherit;
  object-fit: contain;
  -o-object-fit: contain;
  transition: .6s height, .6s width;
}
#gallery-left,
#gallery-right {
  position: absolute;
  top: 50%;
  width: 50%;
  transform: translate(0,-50%);  
  opacity: .3;
  transition: .25s opacity;
}
#gallery-left:hover,
#gallery-right:hover {
  opacity: 1;
}

#gallery-left img,
#gallery-right img {
  width: 10%;
}
#gallery-right {
  right: 0;
  text-align:right;
}


.video-box {
  padding:3rem 0;
}

.top-video {
  background:#fff;
  color:#0071b8;
  padding-bottom: 20px;
}
.video-title {
  padding:1rem 0 1rem 0; margin-bottom:0;font-size:24px;
}


#gallery {
  overflow: hidden;
  padding-top: 40px;
}

#gallery ul, #gallery .wp-block-gallery.aligncenter {
  display: inline;
  margin: 0;
}

#gallery .blocks-gallery-item.white {
  background-color: #fff;
  color: #048dad;
}
#gallery .blocks-gallery-item {
  display: block;
  float: left;
  width: 33%;
  padding-top: 33%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
  margin:0;
  flex-grow: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  border: 1px solid #fff;
}
#gallery .blocks-gallery-item h2 {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: 'FranklinGothicLTPro-CnDm';   
  font-size: 48px;
}
#gallery .blocks-gallery-item figure {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin:0;
  overflow: hidden;
  cursor: pointer;
}
#gallery .blocks-gallery-item figure figcaption { display: none; }

#gallery .blocks-gallery-item.location-text figure {
  padding: 20px;
  font-size: 20px;
  line-height: 1.2;
  top: inherit;
}

#gallery .blocks-gallery-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#gallery .blocks-gallery-item.white figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 60%;
  max-width:  60%;
  min-height: inherit;
  min-width: inherit;
  object-fit: contain;
  -o-object-fit: contain;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/


@font-face {
  font-family: 'CenturyStd-BookCondensed';
  src: url('fonts/CenturyStd-BookCondensed/CenturyStd-BookCondensed.eot');
  src: url('fonts/CenturyStd-BookCondensed/CenturyStd-BookCondensed.eot?#iefix') format('embedded-opentype'),
       url('fonts/CenturyStd-BookCondensed/CenturyStd-BookCondensed.svg#CenturyStd-BookCondensed') format('svg'),
       url('fonts/CenturyStd-BookCondensed/CenturyStd-BookCondensed.ttf') format('truetype'),
       url('fonts/CenturyStd-BookCondensed/CenturyStd-BookCondensed.woff') format('woff'),
       url('fonts/CenturyStd-BookCondensed/CenturyStd-BookCondensed.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CenturyStd-BookCondensedIt';
  src: url('fonts/CenturyStd-BookCondensedIt/CenturyStd-BookCondensedIt.eot');
  src: url('fonts/CenturyStd-BookCondensedIt/CenturyStd-BookCondensedIt.eot?#iefix') format('embedded-opentype'),
       url('fonts/CenturyStd-BookCondensedIt/CenturyStd-BookCondensedIt.svg#CenturyStd-BookCondensedIt') format('svg'),
       url('fonts/CenturyStd-BookCondensedIt/CenturyStd-BookCondensedIt.ttf') format('truetype'),
       url('fonts/CenturyStd-BookCondensedIt/CenturyStd-BookCondensedIt.woff') format('woff'),
       url('fonts/CenturyStd-BookCondensedIt/CenturyStd-BookCondensedIt.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FranklinGothicLTPro-CnDm';
  src: url('fonts/FranklinGothicLTPro-CnDm/FranklinGothicLTPro-CnDm.eot');
  src: url('fonts/FranklinGothicLTPro-CnDm/FranklinGothicLTPro-CnDm.eot?#iefix') format('embedded-opentype'),
       url('fonts/FranklinGothicLTPro-CnDm/FranklinGothicLTPro-CnDm.svg#FranklinGothicLTPro-CnDm') format('svg'),
       url('fonts/FranklinGothicLTPro-CnDm/FranklinGothicLTPro-CnDm.ttf') format('truetype'),
       url('fonts/FranklinGothicLTPro-CnDm/FranklinGothicLTPro-CnDm.woff') format('woff'),
       url('fonts/FranklinGothicLTPro-CnDm/FranklinGothicLTPro-CnDm.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ITCFranklinGothicStd-Book';
  src: url('fonts/ITCFranklinGothicStd-Book/ITCFranklinGothicStd-Book.eot');
  src: url('fonts/ITCFranklinGothicStd-Book/ITCFranklinGothicStd-Book.eot?#iefix') format('embedded-opentype'),
       url('fonts/ITCFranklinGothicStd-Book/ITCFranklinGothicStd-Book.svg#ITCFranklinGothicStd-Book') format('svg'),
       url('fonts/ITCFranklinGothicStd-Book/ITCFranklinGothicStd-Book.ttf') format('truetype'),
       url('fonts/ITCFranklinGothicStd-Book/ITCFranklinGothicStd-Book.woff') format('woff'),
       url('fonts/ITCFranklinGothicStd-Book/ITCFranklinGothicStd-Book.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}



h1 {
  text-align: center;
  background-color: #fff;
  color: #0073bb;
  font-family: 'CenturyStd-BookCondensedIt', Garamond, Times New Roman, serif;
  font-style: normal;
  text-transform: uppercase;
  padding-top: 10px;
}





/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

.mobile { display: block; }
.desktop { display: none; }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    #rights .hr { width: calc(49% - 3rem); }
}



/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {



  #welcome-logo {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 120px;
    margin: 0;
    padding: 0 40px 40px 0;
    z-index: 1;
  }

  #welcome-mat { 
    height: calc(100vh - 80px);
    width: calc(100% - 80px);
    position: absolute;
    top: 40px;
    left: 40px;
    margin: 0;
    background-color: #fff;
    z-index: 0;
    display: table;
  }
  #welcome-middle {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  #welcome-image {
    max-width: 800px;
    width: 100%;    
  }


  #master-wrapper { overflow: hidden; }
  #home { min-height: auto; }

  .mobile.social-media,
  .mobile,
  .mobile.footer-logos {
    display: none;
  }
  .desktop, #home footer { display: block; }

  header {  
    padding: 2px 1rem 2px 1rem;
  }

  .tagline { white-space: nowrap; }
  header .social-media { flex: none; }

  .home-flex { 
    position: relative;
    clear: both;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .parent {
    position: absolute;
    width: 33.3%;
    min-height: 100%;
  }
  #top-nav {
    top: 0;
    z-index: 2;
    padding:0;
    margin-top: 65px;
    transition: .4s top;
  }
  #home #top-nav h1 {
    width: 33.3%;
    border: 0;
    margin: 0;
    display: inline-block;
  }
  .top-for-nav { margin-top: 105px; }
  
  #col-look { left: 0; } 
  #col-learn { left: 33.3%; }
  #col-act { left: 66.6%; }

  #col-learn .gradient {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .child {
    width: 100%;    
    position: absolute;
    top: 0;
  }
  
  #rights .hr { width: calc(32.5% - 2rem); }

  #udhrstart { bottom: 15.6%; }
  #udhrnow { bottom: 2.3%; }


  /* tablet email form */
  
  .email-form { 
    padding-bottom: 2rem;
    border-top: 1px solid #fff;
    display:none;
  }
  .email-form .forty {
    width: calc(50% - 120px);
    display:inline-block;
    height: 170px;
  }
  .email-form .twenty {
    width: 200px;
    display:inline-block;
    height: 170px;
  }

  .email-form p, .en__field { width: 90%; margin: 2px auto;}

  .email-home-column .email-form .forty{
    width: 100%;
    display: block;
    height: auto;
  }

  /* round email button */

  .email-form .email-button {
    posiiton: relative;
    width: 150px;
    height: 150px;
  }
  .email-form .en__submit {
    position:absolute;
    width:150px;
    height:150px;
    border-radius:150px;
    background:#fff;
    color:#059;
    font-family:'ITCFranklinGothicStd-Book';
    transition: .4s color, .4s background;

    top: 50%;
    left: 50%;
    transform: translate(-60%,-50%);

  }
  .email-form .en__submit button:hover {
    text-decoration: none;
    background:#059;
    color:#fff;
  }
  .email-form .en__submit button {
    display:table-cell;
    font-size:19px;
    line-height:1;
    vertical-align:middle;
    text-align:center;
    height: 150px;
    width: 150px;
    border: 0;
    color:#059;
    border-radius:150px;
    background:#fff;
    transition: .4s background, .4s color;
  }




}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

  #rights .hr { width: calc(33% - 2rem); }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}



/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}





/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}



.nav-up {
  position: fixed !important;
  top: -120px !important;
  transition: .4s top !important;
  left: 50%;
  transform: translateX(-50%);
}


.nav-down {
  top: 0;
  position: fixed;
  transition: .4s top;
  left: 50%;
  transform: translateX(-50%);
}
.nav-down:before,
.nav-down:after {
  content: '';
  display: table;
}



/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
