a.popout {
	color: #fff;
	position: fixed;
	z-index: 999999999;
	background-color: #bd1380;
	height: 48px;
	line-height: 47px;
	width: 84px;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	border-radius: 4px;
	font-family: 'Museo';
  text-decoration: none;
	transition: width .15s ease-in-out;
}

a.popout.donate {
	bottom: 40px;
	right: -2px;
}

a.popout.home {
	left: -2px;
	padding: 7px;
	bottom: 40px;
	box-sizing: border-box;
	background: #001a4a;
}

a.popout.home img {
	width: 50px;
}

a.popout:hover {
	width: 100px;
	color: #fff;
}

#primary-nav {
	position: fixed;
	z-index: 2;
}

#fullpage {
	padding-top: 55px;
}

#page-title {display: none!important;}

img {
	max-width: 100%;
}

hr {
	background: #000;
	border: none;
	height: 2px;
}

body {
	margin: 0;
	font-family: "Futura-PT", sans-serif;
	font-weight: 100;
	background: #eff9fd;
}

body.modal-open {
  overflow: hidden;
}

header {
	background: #231f20;
  display: block;
  font-family: 'Futura-PT',sans-serif;
  font-weight: bold;
  padding: 0;
  text-align: center;
  width: 100%;
  /*position: fixed;*/
  top: 0;
}

body.logged-in header {
	top: 42px;
}

header a {
	text-decoration: none;
}

.navbar-toggle {
  position: relative;
  margin-right: 0;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  width: 100%;
}

.navbar-toggle:focus {
	outline: none;
}

.mobile-logo {
	width: 150px;
	position: absolute;
	right: 15px;
  top: 12px;
}

header .navbar-toggle .icon-bar {
  background-color: #fff;
  height: 3px;
  width: 20px;
  display: block;
}

header .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}

.modal {
  /*display: none;??*/
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background: rgba(0, 0, 0, 0.64);	
  -webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
}

#navmodal {
	background: #231f20;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

header .modal {
  padding-top: 70px;
}

header .modal .close {
	right: 0;
	left: initial;
	background-color: transparent;
	border: 0;
	font-size: 3rem;
	left: 0;
	line-height: 3rem;
	position: absolute;
	top: 0;
	color: #fff;
	font-weight: 100;
	width: auto;
}

header nav {
	font-size: 1.125rem;
	letter-spacing: 0.050rem;
	text-transform: uppercase;
}

#main-menu {
  display: inline-block;
  margin: auto;
  padding-left: 0;
  list-style: none;
}

header nav #main-menu li {
  margin-bottom: 25px;
  padding: 0;
  text-align: left;
  vertical-align: top;
  font-size: 22px;
}

header nav #main-menu li.menu-logo {
	display: none;
}

header nav a:not(.button) {
	display: inline-block;
	padding: 0 0.6rem;
	position: relative;
}

#main-menu li a {
	color: #fff;
	font-weight: 100;
}

.section.title {
	background-image: url(//www.glaad.org/files/inst-imgs/intro-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

body.logged-in .section.title {
}

.title-container {
  padding: 0 20px;
  max-width: 320px;
  margin: 0 auto;
}

.inst-title {
  padding: 40px 0;
  margin: 0;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 31px;
}

.inst-title span {
	display: block;
	white-space: nowrap;
	color: #0b4280;
}

.inst-title span:last-child {
	color: #fff;
	text-align: right;
}

.buttons-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: column;
	text-align: center;
	padding-bottom: 10px;
}

.buttons-container a {
  display: inline-block;
  background: #fff;
  width: 200px;
  position: relative;
  text-decoration: none;
  color: #000;
  text-align: left;
	padding: 10px 0 10px 10px;
	font-weight: 400;
  margin-bottom: 20px;
  align-self: center;
}
.buttons-container a:after {
  content: "";
  position: absolute;
	width: 8px;
	height: 8px;
	right: 13px;
	top: 17px;
  border: solid #999b9e;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 0px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.buttons-container a:focus {
	outline: #5dc3cb auto 5px;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  margin: 0 auto;
  padding: 10px 0;
}

.section.change {
	padding: 0 20px 20px;
	color: #fff;
	background-image: url(//www.glaad.org/files/inst-imgs/change-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.change-title {
	margin: 0;
	font-size: 30px;
	text-transform: uppercase;
	padding: 1em 0;
  line-height: 25px;
}

.change-title span {
	white-space: nowrap;
	display: block;
	color: #fff;
	text-align: left;
}

.change-title span:last-child {
	color: #5dcbeb;
	text-align: right;
}

.section.change p {
	margin-top: 0;
  font-size: 20px;
}

.section.ske-quote {
  background: #edc42d;
  color: #fff;
  padding: 20px;
}

.quote-container {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
  flex-flow: column;
  text-align: center;
}

.quote-container img {
	max-width: 180px;
	margin: 0 auto;
}
.quote-text span {
	text-transform: uppercase;
	letter-spacing: 2px;
}

.section.wwd {
	padding: 0 20px 20px;
	color: #fff;
	background-image: url(//www.glaad.org/files/inst-imgs/wwd-bg.jpg);
	background-size: cover;
}

.wwd-container {
	background-repeat: no-repeat;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	flex-flow: column;
	width: 100%;
}

.wwd-container p {
  font-size: 20px;
}

.wwd-container h4 {
  margin: 0 auto;
  font-size: 65px;
  text-transform: uppercase;
  padding: 20px 0;
  line-height: 50px;
  max-width: 320px;
}

.wwd-container h4 span {
	white-space: nowrap;
	display: block;
	color: #fff;
	text-align: left;
}

.wwd-container h4 span:last-child {
	color: #0b4280;
	text-align: right;
}

.wwd-details h5 {
  margin: 0;
  font-size: 35px;
  text-transform: uppercase;
  padding: 20px 0 0;
  color: #0b4280;
  line-height: 24px;
}

.wwd-item p {
	margin-top: 0;
}

.section.impact {
  padding: 0 20px 40px;
	color: #fff;
	background-image: url(//www.glaad.org/files/inst-imgs/impact-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.impact-title h4 {
	margin: 0;
	font-size: 65px;
	text-transform: uppercase;
  padding: 40px 0 10px;
	text-align: center;
}

.impact-title span {
	white-space: nowrap;
	display: block;
	color: #fff;
	text-align: center;
}

.impact-details {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	flex-flow: column;
	align-items: center;
}

.impact-item {
  display: inline-block;
  width: 90%;
  text-align: center;
  padding: 10px 0 0;
}

.impact-item img {
	max-width: 190px;
}

.impact-item p {
	text-align: left;
	font-size: 26px;
}

.impact-item p span {
	color: #5dcbeb;
}

.section.education {
	color: #000;
	background: #eff9fd;
}

.section.education a {
	color: #000;
}

.section-title {
	padding: 0 20px;
	background-image: url(//www.glaad.org/files/inst-imgs/consulting-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.section.education .section-title {
	background-image: url(//www.glaad.org/files/inst-imgs/consulting-bg.jpg);
}

.section-title h4 {
	margin: 0;
	font-size: 35px;
	text-transform: uppercase;
	padding: 40px 0;
	text-align: center;
	line-height: 26px;
}

.section-title span {
	white-space: nowrap;
	display: block;
	color: #fff;
	text-align: center;
}

.section-title span:last-child {
	color: #6ecff6;
}

.section-inner-content {
	padding: 0 20px;
}

.section-inner-content h6 {
	margin: 0;
  padding: 0 0 10px;
}

.section-inner-content p {
	margin-top: 0;
}


.section-inner-content h6, .section-inner-content p, .section-details li  {
	font-size: 22px;
}




.section-breakdown {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: column;
	text-align: center;
	padding: 0 20px;
}

.section-cta {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	flex-flow: column;
	padding: 20px 0;
}

.section-cta h6 {
  font-style: italic;
  margin: 0;
  font-size: 35px;
  line-height: 26px;
  text-align: center;
  display: inline-block;
}

.section-cta a {
  display: inline-block;
  background: #fff;
  width: 200px;
  position: relative;
  text-decoration: none;
  color: #000;
  text-align: left;
  padding: 10px 0 10px 10px;
  font-weight: 600;
  margin-top: 20px;
  align-self: center;
}

.section-cta a:after {
  content: "";
  position: absolute;
	width: 8px;
	height: 8px;
	right: 13px;
	top: 17px;
  border: solid #999b9e;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 0px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.section-details {
	padding-top: 10px;
	text-align: left;
}

.details-item {
	padding-bottom: 20px;
}

.details-item h6 {
	margin: 0;
	font-size: 24px;
	color: #1b8ccc;
}

.details-item p {
	margin-top: 0;
	font-size: 26px;
}

.details-item span {
	color: #1b8ccc;
	font-style: italic;
}

.details-item ul {
	list-style: none;
	margin: 5px 0;
	padding-left: 20px;
}

.details-item ul li {
	position: relative;
}

.details-item ul li::before {
  content: "• ";
  position: absolute;
  color: #1b8ccc;
  left: -20px;
}

.section.consulting, .section.courses, .section.research, .section.support {
	color: #000;
	background: #eff9fd;
}

.section.courses .section-title h4 span, .section.research .section-title h4 span, .section.support .section-title h4 span {
	color: #fff;
	font-size: 50px;
}

.research-content {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	flex-flow: column;
	text-align: center;
}

.research-content .research-item {
	display: inline-block;
	width: 100%;
	margin: 10px 0;
}

.research-container {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}

.research-details {
	position: absolute;
  bottom: 5px;
  background: rgba(34, 34, 34, 0.75);
	color: #fff;
	padding-bottom: 10px;
  width: 280px;
	left: 50%;
	transform: translate(-50%, 0);
}

.research-category {
	font-weight: 500;
	font-size: 22px;
}

.research-details p {
	padding: 0 30px;
}

.research-details .item-readmore {
	font-weight: 400;
	border-bottom: 2px solid #fff;
}

.research-more {
  padding: 10px 20px;
  background: #222;
  max-width: 160px;
  margin: 20px auto 10px;
}

.research-more a {
	color: #fff;
	text-decoration: none;
	font-weight: 400;
}

.research-more a .outbound-arrow {
	font-size: 13px;
	margin-left: 10px;
	color: #effafd;;
}

.research-content hr {
	width: 100%;
}

.section.support .section-cta p {
	margin: 0;
	font-weight: 400;
	font-size: 20px;
}

.section.support .section-details {
	padding: 0 20px;
}

.section.support .section-details h6 {
  margin: 0 0 10px 0;
	color: #1b8ccc;
	font-size: 20px;
	border-bottom: 2px solid #1b8ccc;
}

.partners-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: column;
}

.partner-item {
	padding-top: 10px;
	display: inline-block;
	width: 100%;
	max-width: 280px;
	margin: 0 auto 20px;
}

/* Modal Styles */

.fade {
	opacity: 0;
}

.modal.right {
	transform: translateX(100%); 
	transition: transform 0.3s ease;
}

.fade.show {
	opacity: 1;
}

.modal.right.show {
	transform: translateX(0); 
}

/*#bookwhen-modal.right {
	transform: translateX(0); 
}*/

.modal .close {
  border: 0;
  color: #fff;
  background: #333333;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 14px;
  width: 100%;
  position: fixed;
  top: 0;
}

#bookwhen-modal .modal-content {
    padding-top: 27px;
	transform: translateX(100%); 
    transition: transform 0.3s ease;
}

.modal-open .modal-content {
	transform: translateX(0); 
}

.modal-open #bookwhen-modal .modal-content {
	transform: translateX(0); 
}

#bookwhen-modal iframe {
	min-height: 100vh;
}

/* Media Queries */

@media screen and (min-width: 768px) {

	#fullpage {
    padding-top: 76px;
	}

	.navbar-toggle {
		height: 60px;
	}

	.mobile-logo {
    width: 230px;
  }

  .title-container {
  	max-width: initial;
  }

  .inst-title {
    padding: 40px 70px 20px;
    font-size: 95px;
    line-height: 69px;
    letter-spacing: -4px;
	}

	.buttons-container {
		flex-flow: row;
		padding: 0 70px 25px;
    justify-content: flex-end;
	}

	.buttons-container a {
	  margin-left: 50px;
	}

	.section.change {
    padding: 0 30px 20px;
  }

	.change-title {
		padding: 30px 60px;
    font-size: 55px;
    line-height: 40px;
	}

	.section.ske-quote {
	  padding: 30px 80px;
	}

	.quote-container {
		align-items: center;
	  flex-flow: row;
	}

	.quote-container img {
	  max-width: 150px;
	}

	.quote-text h3 {
		margin: 0 0 5px;
		font-size: 30px;
	}

	.section.wwd {
		padding: 0 60px 20px;
	}

	.wwd-container {
	  flex-flow: wrap;
	  justify-content: space-around;
	}

	.wwd-title {
		display: inline-block;
		width: 40%;
    max-width: 400px;
	}

	.wwd-details {
		display: inline-block;
		width: 40%;
	}

	.wwd-container p {
		font-size: 18px;
	}

	.impact-details {
    flex-flow: wrap;
    justify-content: space-around;
    align-items: baseline;
	}

	.impact-item {
		width: 15%;
    margin: 0 8px;
	}

	.impact-item img {
	  max-width: 60px;
  }

  .impact-item p {
		font-size: 13px;
  }

  .section-title h4 {
  	font-size: 85px;
  	line-height: 60px;
  }

  .section-inner-content {
    padding: 0 60px;
	}

	.section-breakdown {
    flex-flow: wrap;
    padding: 0 60px;
    justify-content: space-between;
	}

	.section-cta {
	  width: 30%;
	}

	.section-cta h6 {
		text-align: left;
	}

	.section-details {
		display: inline-block;
		width: 60%;
	}

	.section.courses .section-title h4 span, .section.research .section-title h4 span {
		font-size: 90px;
    padding: 10px 0px;
	}

	.details-item h6 {
		font-size:34px;
	}

	.research-content {
		flex-flow: wrap;
		justify-content: space-between;
    align-items: center;
	}

	.research-content .research-item {
		width: auto;
	}

	.research-content .research-item:nth-child(9) {
		width: 100%;
	}

	.research-content .research-item:nth-child(9) .research-container {
		max-width: 280px;
		margin: 0 auto;
	}

/*	.section.support {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-flow: row;
    padding: 0 60px;
    justify-content: space-between;
	}*/
/*
	.section.support .section-breakdown {
    width: 30%;
    padding: 0;
  }*/

  /*.section.support .section-cta {
  	width: 100%;
  }*/

  .section.support .section-cta p {
  	font-weight: 100;
  	text-align: left;
  }

  .section.support .section-details {
  	padding: 0;
  }

  .partners-container {
		flex-flow: wrap;
		justify-content: space-between;
  }

  .partner-item {
  	width: 45%;
    align-self: center;
    text-align: center;
  }

  .partner-item.tinder img {
	  max-width: 140px;
  }
  
  a.popout {
		left: -2px;
		top: calc(49% + 144px);
	}

	a.popout.donate {
		top: calc(49% + -48px);
	}

	a.popout.home {
		padding: 7px;
		box-sizing: border-box;
		background: #001a4a;
	}

	a.popout.home img {
		width: 50px;
	}

	a.popout:hover {
		width: 100px;
		color: #fff;
	}
}

@media screen and (min-width: 1024px) {

	.inst-title {
	  font-size: 131px;
    line-height: 94px;
	}

	.buttons-container a {
		width: 230px;
    font-size: 22px;
	}

	.buttons-container a:after {
		top: 20px;
	}

	.arrow-down {
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-top: 30px solid #fff;
    padding: 20px 0;
	}

	.change-title {
		font-size: 80px;
    line-height: 59px;
	}

	.section.change p {
    font-size: 26px;
    padding: 0 50px;
	}

	.quote-container img {
    max-width: 190px;
	}

	.quote-text h3 {
		font-size: 47px;
	}

	.quote-text span {
	  font-size: 27px;
	}

	.section.wwd {
		padding: 60px 80px;
	}

	.wwd-container h4 {
	  font-size: 87px;
	  line-height: 63px;
	}

	.wwd-container p {
    font-size: 26px;
	}

	.wwd-details h5 {
	  font-size: 45px;
	  line-height: 37px;
	}

	.section-inner-content {
		padding: 0 80px;
	}

	.section-cta a {
	  width: 230px;
	  font-size: 22px;
	  font-weight: 400;
	  font-size: 26px;
    align-self: left;
	}

	.section-cta a:after {
		top: 23px;
	}

	.section-cta h6 {
    font-size: 45px;
    line-height: 37px;
	}

	.section-breakdown {
		padding: 0 80px;
	}

	.research-content .research-item:nth-child(9) {
		width: auto
	}

	.research-content .research-item:nth-child(9) .research-container {
		max-width: auto;
	}

/*	.section.support {
		padding: 0 80px;
	}*/

	.research-more {
		width: 100%;
	}
}

@media screen and (min-width: 1200px) {

	#fullpage {
		padding-top: 0;
	}

	.navbar-toggle, header .close {
		display: none !important;
	}

	#navmodal {
    margin: auto;
    padding: 0px;
    display: block !important;
    bottom:unset;
    background: rgba(35, 31, 32, 0);
    transition: background 0.5s ease;
    opacity: 1;
	}

	#navmodal.solid-bg {
	  background: rgba(35, 31, 32, 1);
	}

	header nav #main-menu li.menu-logo {
    display: block;
    max-width: 310px;
    margin: 0;
		position: absolute;
		left: 40px;
	}

	header nav #main-menu li {
		margin: 0;
	}

	nav.container-fluid {
		display: block;
	}

	.mobile-logo {
		display: none;
	}

	#main-menu {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-flow: row;
    padding: 40px 50px 40px 400px;
    justify-content: space-between;
    align-items: center;
	}

	#main-menu li a {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 18px;
	}

	#main-menu li a.active {
		border-bottom: 1px solid #fff;
	}

	header nav #main-menu li.menu-logo a.active {
		border-bottom: none;
	}

	header nav a:not(.button) {
		padding: 0;
	}

	.inst-title {
		max-width: 850px;
		margin: 0 auto;
	}

	.title-container {
    padding: 50px 20px 0;
	}

	.buttons-container {
		max-width: 850px;
		margin: 0 auto;
	}

	.change-title {
		max-width: 800px;
		margin: 0 auto;
	}

	.quote-container {
		max-width: 960px;
		margin: 0 auto;
	}

	.quote-container img {
    max-width: 210px;
	}

	.quote-text h3 {
    font-size: 53px;
	}

	.section.wwd {
		padding: 80px;
	}

	.wwd-container {
		align-items: center;
	}

	.impact-title h4 {
		font-size: 85px;
	}

	.impact-item p {
    font-size: 20px;
	}

	.section-title h4 {
    font-size: 115px;
    line-height: 80px;
    padding: 70px 0;
	}

	.section-inner-content {
    padding: 0 120px;
	}

	.section-inner-content h6 {
		font-size: 25px;
	}

	.research-content {
	    max-width: 1090px;
	    margin: 0 auto;
	}

	.research-details {
		bottom: initial;
		padding: 20px 0;
		width: 230px;
		transform: translate(-50%,-50%);
		top: 50%;
		opacity: 0;
		transition: opacity 0.3s ease;
	}

	.research-item:hover .research-details {
		opacity: 1;
	}

	.research-content .research-item {
		margin: 10px 10px;
	}

	.section-breakdown {
    padding: 0 120px;
	}

	.partner-item.tinder img {
    max-width: 200px;
	}
}

@media only screen and (max-device-width: 480px) {
        .youtube-item {
            width: 320px !important;
            height: 340px !important;
        }
}