 /* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */
/** {outline: 1px solid red !important;}*/

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';
	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;
}

.clearfix:after {display: none !important;}

body {
  font-family: 'Futura-PT', sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #fff;
  background-color: #fff;
  margin:0;
  padding: 0;
  position: relative;
}

body.modal-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto !important;
}

a {
  text-decoration: none;
  color: #000;
}


a:focus {
  outline: none;
}

header {
  background: #de2789;
  background: -moz-linear-gradient(left, #de2789 0%, #ffd80d 100%);
  background: -webkit-linear-gradient(left, #de2789 0%,#ffd80d 100%);
  background: linear-gradient(to right, #de2789 0%,#ffd80d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de2789', endColorstr='#ffd80d',GradientType=1 );
}


#amp-menu {
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  justify-content: space-between;
  margin: 0 10px;
  padding: 30px 0px;
}

#amp-menu li {
  display: inline-block;
}

.glaad-logo {
  width: 66px;
}

.amp-logo {
  margin-top: 13px;
  width: 105px;
}

.sub-button {
  color: #fff;
  text-transform: lowercase;
  border: 3px white solid;
  border-radius: 12px;
  padding: 0px 14px 2px;
  font-size: 12px;
}

.site-slug {
  background: #322f31;
  width: 100%;
  text-align: center;
  padding: 2px 0;
}

.site-slug span {
  letter-spacing: 2px;
  font-size: 12px;
  white-space: nowrap;
  background: linear-gradient(to right,#de2789 0%,#ffd80d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
}

#main-content {
  margin: 30px 0 0;
}

.featured-item {
  margin-bottom: 40px;
}

.featured-item-wrapper {
  margin: 0 20px;
}

.featured-item:after {
  content: "";
  display: block;
  background: #de2789;
  background: -moz-linear-gradient(left, #de2789 0%, #ffd80d 100%);
  background: -webkit-linear-gradient(left, #de2789 0%,#ffd80d 100%);
  background: linear-gradient(to right, #de2789 0%,#ffd80d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de2789', endColorstr='#ffd80d',GradientType=1 );
  width: 100%;
  height: 12px;
  margin: 60px 0 40px;
}

.featured-image-container {
  width: 100%;
  text-align: center;
}

.featured-image {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
}

.featured-image .featured-attrib {
  position: absolute;
  bottom: 7px;
  right: 0;
  background: #322f31;
  padding: 3px;
  text-transform: lowercase;
  font-size: 11px;
}

.featured-headline {
  font-size: 22px;
  text-align: center;
  text-transform: lowercase;
}

.featured-headline h1 {
  margin: 10px 0 0 0;
  line-height: 1em;
  margin-bottom:20px;
}

.featured-details {
  display: block;
  text-align: center;
}

.featured-details p {
  margin: 0;
}

.featured-details .featured-author, .featured-details span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}

.featured-details span:after {
  content: "";
  display: block;
  background: #000;
  width: 84px;
  height: 12px;
  margin: 12px auto;
}

.featured-snippit p {
  font-size: 22px;
  font-weight: 400;
}

.stories-container {
  margin: 0 20px;
}

.amp-story-item {
  border-bottom: 4px solid #322f31;
  padding-bottom: 10px;
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
  margin: 30px 0;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  flex-direction: row;
}

.amp-image {
  position: relative;
}

.amp-image .amp-attrib {
  position: absolute;
  bottom: 7px;
  right: 0;
  background: #322f31;
  padding: 3px;
  text-transform: lowercase;
  font-size: 11px;
}

.amp-info {
  /*margin-left: 60px;*/
}

.amp-headline h3 {
  font-size: 25px;
  text-transform: lowercase;
  max-width: 900px;
  margin: 10px 0 0 0;
  line-height: 1em;
}

.amp-info p {
  margin: 0;
}

.amp-details {
  margin-top: 16px;
}

.amp-author, .amp-info span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}

.amp-details span:after {
  content: "";
  display: block;
  background: #000;
  width: 84px;
  height: 9px;
  margin: 16px 0;
}

.amp-snippit p {
  font-size: 22px;
  font-weight: 400;
}

.pager--infinite-scroll {
  margin: 0;
  padding: 0;
  text-align: center;
}

.pager__item a {
  color: #322f31;
  text-transform: lowercase;
  border: 3px #322f31 solid;
  border-radius: 12px;
  padding: 0px 14px 2px;
  font-size: 24px;
  cursor: pointer;
}

footer {
	margin-top: 60px;
	border-top: 13px solid #322f31;
  background: #de2789;
  background: -moz-linear-gradient(top, #de2789 0%, #ffd80d 100%);
  background: -webkit-linear-gradient(top, #de2789 0%,#ffd80d 100%);
  background: linear-gradient(to bottom, #de2789 0%,#ffd80d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de2789', endColorstr='#ffd80d',GradientType=0 );
}

footer.article-footer {
	margin-top: 10px;
	border-top: 13px solid #322f31;
	background: #ffd80d;
  background: -moz-linear-gradient(left, #ffd80d 0%, #de2789 100%);
  background: -webkit-linear-gradient(left, #ffd80d 0%, #de2789 100%);
  background: linear-gradient(to right, #ffd80d 0%,#de2789 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd80d', endColorstr='#de2789',GradientType=1 );
}

#amp-menu.footer {
	justify-content: center;
}

.footer-content {
  padding: 12px 20px;
  position: relative;
}

.footer-content .headline {
  text-align: center;
}

.footer-content .headline img {
  width: 90px;
}
/* Start Modal Styles */

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  overflow-y: scroll;
}

.modal-dialog {
  background: #de2789;
  background: -moz-linear-gradient(top, #de2789 0%, #ffd80d 100%);
  background: -webkit-linear-gradient(top, #de2789 0%,#ffd80d 100%);
  background: linear-gradient(to bottom, #de2789 0%,#ffd80d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de2789', endColorstr='#ffd80d',GradientType=0 );
  min-height: 100vh;
}

.modal-dialog:focus {
  outline: none;
}

.modal-content {
  padding: 12px 20px;
  position: relative;
}

.modal-content .close {
  background: none;
  border: none;
  color: #fff;
  padding: 0;
  font-size: 30px;
  font-weight: 600;
  font-family: "Futura-PT";
  position: absolute;
  top: 30px;
  left: 20px;
  cursor: pointer;
}

.modal-content .headline {
  text-align: center;
}

.modal-content .headline img {
  width: 90px;
}

.modal-content a {
  text-decoration: underline;
  color: #3c3c3c;
}

.webform-client-form .form-item {
  width: 100%;
  text-align: center;
  margin: 40px auto 0;
  display: block;
  position: relative;
}

.webform-component label {
  color: #fff;
  font-weight: 100;
  position: absolute;
  bottom: -25px;
  left: 0;
  text-align: left;
  cursor: text;
  text-transform: lowercase;
}

.webform-component-textarea label {
  bottom: -50px;
}

.webform-component input.form-text {
  width: 100%;
  height: 40px;
  font-size: 16px;
  border: none;
  border-bottom: 2px #fff solid;
  color: #fff;
  font-family: "Futura-PT";
  background: transparent;
}

.webform-component textarea {
  width: 100%;
  height: 100px;
  font-size: 16px;
  border: none;
  color: #000;
  font-family: "Futura-PT";
  background: #fff;
  resize: vertical;
  margin-bottom: 50px;

}

.webform-component-textarea .grippie {
  display: none;
}

.webform-component input.form-text:focus, .webform-component textarea:focus {
  outline: none;
}

.form-actions {
  text-align: center;
  padding: 30px 0 20px;
}

.form-actions input {
  color: #fff;
  text-transform: lowercase;
  border: 3px white solid;
  border-radius: 20px;
  padding: 0px 34px 2px;
  font-size: 28px;
  background: none;
  font-family: "Futura-PT";
}

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

/* End Modal Styles */

/* start amp stories styles */

article.node-blog .field-name-body a {
  text-decoration: underline;
  color: #322f31;
}

article.node-blog .field-item p {
	font-weight: 100;
}

article.node-blog .field-item p, article.node-blog .field-item em {
  font-size: 22px;
  color: #000;
}

article.node-blog .field-item span {
  color: #000;
}

article.node-blog .field-item p img {
  float: unset !important;
  display: block;
  margin: 20px auto;
}

article.node-blog {
  margin: 0 20px;
  color: #000;
}

.amp-story-image-container {
  width: 100%;
  text-align: center;
}


.amp-story-image {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
}

.amp-story-image span {
  position: absolute;
  bottom: 7px;
  right: 0;
  background: #322f31;
  padding: 3px;
  text-transform: lowercase;
  font-size: 11px;
  color: #fff;
}

.amp-story-headline {
  font-size: 22px;
  text-align: center;
  text-transform: lowercase;
}

.amp-story-headline:after {
  content: "";
  display: block;
  background: #000;
  width: 84px;
  height: 12px;
  margin: 26px auto;
}

.amp-story-headline h1 {
  margin: 10px 0 0 0;
  line-height: 1em;
  margin-bottom:20px;
}

.amp-story-details {
  display: block;
  text-align: center;
  margin: 30px 0;
}

.amp-story-details p {
  margin: 0;
}

.amp-story-details .amp-story-author, .amp-story-details span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}

/* end amp stories styles */

/* webform page styles */

.webform-page .field-items {
  text-align: center;
  color: #000;
}

.webform-page .webform-component label {
  color: #000;
}


.webform-page .webform-component input.form-text {
  border-bottom: 2px #000 solid;
  color: #000;
}

.webform-page .form-actions input {
  color: #000;
  border: 3px #000 solid;
}
/* Media Queries */

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

  .glaad-logo {
    width: 70px;
  }

  .amp-logo {
    width: 140px;
  }

  .sub-button {
    font-size: 22px;
    padding: 0 20px 2px;
  }

  .site-slug span {
    letter-spacing: 11px;
    font-size: 14px;
  }

  .amp-story-headline {
    font-size: 40px;
    margin: 0 30px;
  }

  .amp-story-details .amp-story-author, .amp-story-details span {
    font-size: 16px;
  }

  article.node-blog {
  	margin: 0px 90px;
  }

  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) {

  .amp-story-image {
    max-width: 780px;
  }

  .amp-story-item {
    border:none;
    justify-content: space-between;
    background: none;
  }

  .amp-info {
    display: inline-block;
    width: 46%;
  }

}

@media screen and (min-width: 1200px) {
  #amp-menu {
    margin: 0 120px;
    padding: 40px 0px;
  }

  .glaad-logo {
    width: 67px;
  }

  .amp-logo {
    width: 180px;
  }

  .sub-button {
    font-size: 32px;
    padding: 0 24px 2px;
    border-radius: 20px;
  }

  .site-slug span {
    letter-spacing: 20px;
  }

  #main-content {
    margin: 60px 0 0;
  }

  .featured-item {
    margin-bottom: 70px;
  }

  .featured-item-wrapper {
    margin: 0 90px;
  }

  .featured-image {    
    max-width: 890px;
  }

  .featured-headline {
    display: inline-block;
    max-width: 50%;
    font-size: 38px;
    text-transform: lowercase;
    text-align: left;
  }

  .featured-details {
    display: inline-block;
    max-width: 48%;
    text-align: left;
    margin-left: 20px;
  }

  .featured-details .featured-author, .featured-details span {
    font-size: 18px;
  }

  .featured-details span:after {
    content: "";
    display: block;
    background: #000;
    width: 84px;
    height: 12px;
    margin: 16px 0;
  }

  .featured-snippit p {
    font-size: 26px;
  }

  .stories-container {
    margin: 0 90px;
  }

  .amp-story-item {
    justify-content: flex-start;
    align-items: center;
  }

  .amp-info {
    margin-left: 60px;
  }

  .amp-author, .amp-info span {
    font-size: 16px;
  }

  .amp-headline h3 {
    font-size: 36px;
  }

  .amp-details span:after {
    height: 12px;
  }

  article.node-blog {
    margin: 0 90px;
  }

  .modal-content, .footer-content {
    padding: 12px 60px;
  }

  .modal-content .close {
    left: 60px;
    font-size: 60px;
  }

  .modal-content .headline {
  	margin-top: 60px;
  }

  .modal-content .headline img, .footer-content .headline img {
    width: 160px;
  }

  .modal-content p, .footer-content p {
    font-size: 24px;
  }

  .webform-client-form > div {
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    justify-content: space-between;
    flex-flow: wrap;
    margin: 0 50px;
  }

  .webform-component label {
    bottom: -34px;
    font-size: 22px;
  }

  .webform-client-form .form-item {
    margin: 40px 0 0;
    position: relative;
    display: inline-block;
    width: 45%;
  }

  .webform-component input.form-text {
    font-size: 30px;
  }

  .webform-client-form .webform-component-textarea {
    width: 100%;
    margin: 80px 0 0;
  }

  .webform-component-textarea label {
    bottom: -39px;
    font-size: 24px;
  }

  .webform-component textarea {
    height: 200px;
    padding: 10px;
    font-size: 22px;
    margin-bottom: 0;
  }

  .form-actions {
    width: 100%;
    padding: 60px 0 20px;
  }

  .form-actions input {
    border: 4px #fff solid;
    font-size: 40px;
  }

  .webform-page .form-actions input {
    border: 4px #000 solid;
  }
}