/*temporary*/

body {
	font-weight:normal;
	background-color: #eee;
}

.separator {
	height:100px;
	color:transparent;
}




/*reset*/

h1,h2,h3, h4 {
	margin:0;
	line-height: 1;
	font-weight:normal;
}

h1, h2, h3, h4 p {
	-webkit-margin-before: 0em;
  	-webkit-margin-after: 0em;
}

a {
	text-decoration: none;
	color:inherit;
}

button {
	padding:0;
}

/*headlines*/
.eyebrow {
	font-size:1em;
	font-family: "GoodOT-Bold", Verdana, sans-serif;
	text-transform: uppercase;
	padding-bottom:.75em;
}

.eyebrow-headline {
	font-size:4em;
	font-family: "GoodOT-CondBook", Verdana, sans-serif;
	font-weight: normal;
}

.subhead-headline {
	font-size:3em;
	font-family: "GoodOT-Bold", Verdana, sans-serif;
	text-transform: uppercase;
	padding-bottom:.25em;
}

.subhead {
	font-size:2em;
	font-family: "FreigTexProBook", Georgia, serif;
	line-height: 1.25;
}

.only-headline {
	font-size:4em;
	font-family: "GoodOT-CondBold", Verdana, sans-serif;
	text-transform: uppercase;
}

/*text*/
p {
	font-family: "FreigTexProBook", Georgia, serif;
	font-size: 1em;
	line-height: 1.5;
	padding-bottom:.75em;
	-webkit-margin-before: 0em;
  	-webkit-margin-after: 0em;
}

.paragraph-leader {
	font-family: "GoodOT-Bold", Verdana, sans-serif;
	text-transform: uppercase;
}

p.paragraph-larger {
	font-size: 1.5em;

}


/*form fields*/


form > .card.row {
	margin-top:2rem;
}

label,
input {
	font-family: "GoodOT-Book", Verdana, sans-serif;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password] {
	  background-color: transparent;
	  border:none;
	  border-bottom-width: 2px;
	  border-bottom-color:#b5b5b5;
	  border-bottom-style: solid;
	  width:100%;
	  padding-bottom:.5em;
	  margin-bottom: .5em;
	  color:black;
}

button,
input[type=submit]  {
	  -webkit-appearance: none;
	  border:none;
	  font-size:1em;
	  margin-top:1rem;
}

:focus {
  outline: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus {
  border-bottom-color:black;
}

input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  width     : 1em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -1.5em;
  line-height  : 1.5em;
}

input[type=checkbox]:not(old) + label > span,
input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 0.875em;
  height           : 0.875em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : .1em solid black;
  border-radius    : 50%;
  background       : transparent;
  vertical-align   : bottom;
}

input[type=checkbox]:not(old) + label > span {
	border-radius    : 0%;
}

input[type=checkbox]:not(old):checked + label > span,
input[type=radio   ]:not(old):checked + label > span{
  background:transparent;
}

input[type=checkbox]:not(old):checked + label > span:before{
  content     : '✕';
  display     : block;
  width       : .8em;
  color       : black;
  font-size   : .85em;
  line-height : 1em;
  text-align  : center;
}

input[type=radio]:not(old):checked +  label > span > span{
  display          : block;
  width            : 0.5em;
  height           : 0.5em;
  margin           : 0.125em;
  border-radius    : 50%;
  background       : black;
}


::-webkit-input-placeholder {
   color: #b5b5b5;
   font-family: "GoodOT-Book", Verdana, sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
   color: #b5b5b5;
   font-family: "GoodOT-Book", Verdana, sans-serif;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #b5b5b5;
   font-family: "GoodOT-Book", Verdana, sans-serif;  
}
:-ms-input-placeholder {  
   color: #b5b5b5; 
   font-family: "GoodOT-Book", Verdana, sans-serif; 
}


textarea:focus{
	outline:none;
	border-bottom:2px solid black;
}


textarea {
		background-color:transparent;
		border:none;
		border-bottom:2px solid #b5b5b5;
		min-height:10rem;
		font-family:"GoodOT-Book", Verdana, sans-serif;
		font-size: 1em;
		color:black;

	}

/*form elements not inputs*/

.form-title {
	font-size:1em;
	font-family: "GoodOT-Bold", Verdana, sans-serif;
	text-transform: uppercase;
	font-weight:normal;
}

.form-section {
	padding-top:.5em;
	padding-bottom:.5em;
}
.form-section-title {
	font-size:0.750em;
	font-family: "GoodOT-Bold", Verdana, sans-serif;
	text-transform: uppercase;
	padding-bottom:1em;
	padding-top:1em;
}



/*buttons*/
button,
input[type=submit]  {
	  -webkit-appearance: none;
	  border:none;
	  font-size:1em;
}


.button-primary {
	display: inline-block;
	font-family: "GoodOT-Bold", Verdana, sans-serif;
	text-transform: uppercase;
	line-height: 1;

}

.button-secondary {
	font-family: "GoodOT-Book", Verdana, sans-serif;
	line-height: 1;
}

.button-card {
	padding:1em;
}

.button-card-sub {
	display:block;
	width:100%;
	padding: 1em 1em 1em 2em;
	text-align:left;
}
.button-icon-caption-white:after,
.button-text-back-white:after,
.button-text-go:after,
.button-text-go-white:after,
.button-text-go-blue-bright:after,
.button-text-go-blue-medium:after,
.button-text-go-turquoise-medium:after,
.button-text-next:after,
.button-text-next-white:after {
	content: '';
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
}


	@media only screen and (max-width: 64em) {
		.button-icon-caption-white:after,
		.button-text-go:after,
		.button-text-go-white:after,
		.button-text-go-blue-bright:after,
		.button-text-go-blue-medium:after,
		.button-text-go-turquoise-medium:after,
		.button-text-next:after,
		.button-text-next-white:after {
		  display: none;
		}

	}

.button-icon-caption-white:after {
background-image: url(../../globals/icons/svg/icon-caption/icon-caption-white.svg);
  margin-left: 0em;
  width: 2em;
 height: 2em;	
}

.button-text-back-white:after {
background-image: url(../../globals/icons/svg/icon-back/icon-back-white.svg);
  margin-left: 0em;
  width: 2em;
 height: 2em;
}


.button-primary .button-text-go:after {
  background-image: url(../../globals/icons/svg/icon-go/icon-go-circle.svg);
  margin-left: .5em;
  width: 1.5em;
 height: 1.5em;
  
}

.button-secondary .button-text-go:after {
  background-image: url(../../globals/icons/svg/icon-go/icon-go.svg);
  margin-left: 0em;
  width: 2em;
 height: 2em;
  
}

.button-primary .button-text-go-white:after {
  background-image: url(../../globals/icons/svg/icon-go/icon-go-circle-white.svg);
  margin-left: .5em;
  width: 1.5em;
 height: 1.5em;
  
}


.button-primary .button-text-go-turquoise-medium:after {
     background-image: url(../../globals/icons/svg/icon-go/icon-go-circle-turquoise-medium.svg);
  	margin-left: .5rem;
  	margin-top:-.25rem;
  	width: 1.5rem;
 	height: 1.5rem;
  
}


.button-secondary .button-text-go-white:after {
	  background-image: url(../../globals/icons/svg/icon-go/icon-go-white.svg);
	  margin-left: 0em;
	  width: 2em;
	 height: 2em;
/*    -webkit-mask: url(../../globals/icons/svg/icon-go.svg)  no-repeat 100% 100%;
    mask: url(../../globals/icons/svg/icon-go.svg)  no-repeat 100% 100%;
    -webkit-mask-size: cover;
  mask-size: cover;
  background-color: white;
  margin-left: 0em;
  width: 2em;
 height: 2em;*/
  
}

.button-secondary .button-text-go-blue-bright:after {
     background-image: url(../../globals/icons/svg/icon-go/icon-go-blue-bright.svg);
	  margin-left: 0em;
	  width: 2em;
	 height: 2em;
  
}

.button-secondary .button-text-go-blue-medium:after {
     background-image: url(../../globals/icons/svg/icon-go/icon-go-blue-medium.svg);
	  margin-left: 0em;
	  width: 2em;
	 height: 2em;
  
}



.button-secondary .button-text-next:after {
  background-image: url(../../globals/icons/svg/icon-next/icon-next.svg);
  margin-left: 0em;
  width: 2em;
 height: 2em;
  
}

.button-secondary .button-text-next-white:after {
   	  background-image: url(../../globals/icons/svg/icon-next/icon-next-white.svg);
	  margin-left: 0em;
	  width: 2em;
	 height: 2em;
  
}




/*image caption*/

.caption-section {
	position: absolute;
	bottom:0;
	left:0;
	padding-top:2em;
	padding-bottom:1em;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  transparent 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  transparent 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  transparent 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  transparent 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  transparent 0%,rgba(0,0,0,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
	opacity:0;
	transition: all 0.25s cubic-bezier(0.7, 0.01, 0.3, 1);
	}

div.image:hover > .caption-section {
	opacity:1;
}

.caption-section-expand {
	position: absolute;
	bottom:0;
	left:0;
	padding-top:2em;
	padding-bottom:1em;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  transparent 0%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  transparent 0%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  transparent 0%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  transparent 0%,rgba(0,0,0,0.85) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  transparent 0%,rgba(0,0,0,0.85) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}


.icon-expand,
.icon-slide-count,
.icon-social  {
	max-height:2rem;
	height:2rem;
	display: inline-block;
}

.icon-expand {
	float:right;
}

.hidden {
	display: none;
}

/*
.caption-section .icon-expand {
	position: absolute;
	bottom:0;
	left:0;
	margin-left:2rem;
	margin-bottom:2rem;
}
*/

/*.slide-icons {
	position: absolute;
	bottom:0;
	left:0;
	margin-left:2rem;
	margin-bottom:2rem;
}*/



.caption-list li {
	display: inline;
}


.caption-icons-left {
	display: inline-block;
	padding-left:1rem;
	padding-top:1rem;
}
.slide-count-text {
	color: white;
	font-family: "GoodOT-CondBook", Verdana, sans-serif;
	font-size: .9em;
	margin-right: .5em;
	text-align: right;
}

div.slide-count {
	float:right;
	display: inline-block;
	-webkit-border-radius: 185px 185px 185px 185px;
	border: white 1px solid;
	padding-left:.25rem;
	padding-right:.25rem;

}

.caption-text-area {
	display: inline-block;
	padding-top:1rem;
}

.caption-text {
	font-family: 'GoodOT-Book', Verdana, sans-serif;
	font-size:1rem;
	padding-bottom:0;
}

.caption-credit {
	font-family: "FreigTexProBook", Georgia, serif;
	font-size:.85rem;
  	text-transform: uppercase;	
}

.icon-share-toggle {
	height:2rem;
}


/*.caption-section .icon-share-toggle {
	position: absolute;
	bottom:0;
	right:0;
	margin-right:1rem;
	margin-bottom:1rem;
}*/

ul.social-icons {
	position: absolute;
	bottom:0;
	right:0;
	margin-right:1rem;
	margin-bottom:1rem;
}

ul.social-icons li {
	display: inline-block;
	text-align: right;
}

/*.icon-social {
	opacity:1;
}

.caption-section-expand > .icon-social {
	opacity:1;
}*/






/*image strip*/

.image-strip {
	height:600px;
	max-height:600px;
	background-size: cover;
	background-position: top left;
	margin-top:2em;
	margin-bottom:2em;
}

.icon-strip-caption {
	position: absolute;
	left:0;
	bottom:0;
	max-width: 2em;
}



/*gallery slideshow*/

	@media only screen and (max-width: 40em) {
		.gallery {
			margin-bottom: 2rem;
		}
	}

.gallery-slideshow .gallery-cell,
.gallery-thumbnails .gallery-cell {
  width:100%;

}



	/*gallery slide photo max width*/

	div.image {
		background-color: black;
	}

	.gallery-cell .image img.slide-photo
	 {
		display: block;
		max-height:30em;
		margin:auto;
	}





	/* fade in image when loaded */
	.gallery-cell-image {
	  opacity: 0;
	  transition: all 1s;
	}

	.gallery-cell-image.flickity-lazyloaded,
	.gallery-cell-image.flickity-lazyerror {
	  opacity: 1;
	}


	/* gallery slideshow nav */
	.flickity-prev-next-button {
	  background: rgba(0,0,0,.25);
	  border:.12em solid white;
	  width:2em;
	  height:2em;

	}
	.flickity-prev-next-button:hover {
	  background: rgba(0,0,0,.25);
	  border:.12em solid white;

	}


	/* arrow color */
	.flickity-prev-next-button .arrow {
	  fill: white;

	}

	.flickity-prev-next-button:hover .arrow {
		fill: white;
	}

	.flickity-prev-next-button.no-svg {
	  color: white;
	}



/*expand view*/
	
	.fancybox-overlay {
		background-color: rgba(0,0,0,.75);
	}

	/*fancybox nav*/

	a.fancybox-nav.fancybox-prev {
		display: block;
		opacity:1;
	}

	.fancybox-nav {
		background:none;
	}
	.fancybox-nav span {
	  width: 2.5em;
	  height: 2.5em;
	  visibility: visible;
	}

	.fancybox-next span,
	.fancybox-prev span {
		background-size: 2.5em 2.5em;
	  background-repeat: no-repeat;
	  background-position: top left;
	}


	.fancybox-next span {
	  background-image: url('../../globals/icons/svg/icon-next/icon-next-circle-white.svg');
	  right:1.5em;

	}

	.fancybox-prev span {
	  background-image: url('../../globals/icons/svg/icon-prev/icon-prev-circle-white.svg');  
	  left: 1.5em;
	  background-position: top left;
	}

	/*fancybox image sizing*/
		 img.expand-photo {
			max-height:40em;
		}



/*gallery with nav thumbnails*/

/* inherit height from parent */
/*.gallery.gallery-thumbnails { height: 100%; }

.gallery.gallery-thumbnails .gallery-cell { height: 100%; }*/

