header {
	position: fixed;
	padding:30px;
	width: 100%;
	height: 60px;
	top: 0;
	left: 0;
}
nav {
    display: flex;
	padding-right: 67px;
	color:#000000;
	font-family:neue-haas-grotesk-text,sans-serif;;
	font-size:10px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	position: relative;
	float: right;
 	width: 100%;
   	opacity: .95;
    background: none;
}
.left-links {
	flex:1 1 200px;
	padding-left: 55px;
}
.links {
	display: inline-block;
	text-decoration: none;
	color: #000000;
	text-align: left;
	margin-left: 20px;
	padding-top: 5px;
}
.links:hover {
  outline: none;
  border-bottom: 1px solid white;
}


body {
	-epub-hyphens:auto;
}
div.main{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin: 75px;
}
div.row{
	display: flex;
    width: 100%;
}
div.row-horiz{
    width: 100%;
}
div.column{
	width: auto;
}
div.column-horiz{
	width: auto;
}
div.col-left {
    width: 360px;
	min-width: 275px;
}
div.col-right {
	margin-left: 40px;
}
div.col-single {
	max-width: 100%;
	padding: 0px;
}
div.col-cap {
	display: inline;
	padding: 0px;
	text-align: center;
}
div.cap-row{
	text-align: center;
}

div.gal-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
	margin-top: 60px;
}

/* Create four equal columns that sits next to each other */
div.gal-col {
  flex: 25%;
  max-width: auto;
  padding: 0px;
	margin-left: 20px;
}

div.gal-col img {
  margin-bottom: 20px;
  vertical-align: middle;
  width: 100%;
}
div.gal-col-left {
    width: 360px;
	min-width: 275px;
	margin-top: 20px;
}
div.gal-col-right {
	margin-left: 20px;
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width : 800px ){
div.gal-col {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
div.gal-col {
    flex: 100%;
    max-width: 100%;
  }
}











hr {
    background-color: #C0C0C0;
	opacity: 0.2;
	height: 0.2px;
}

h1 {
    color: #909090;
    font-family: neue-haas-grotesk-text,sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 12px;
    font-variant: normal;
    letter-spacing: 0.5px;
    line-height: 1.8;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 1;
    page-break-after: auto;
    page-break-before: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 1;
}
h1b {
	color:#909090;
	font-family: neue-haas-grotesk-text,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:10px;
	font-variant:normal;
	letter-spacing:normal;
	line-height:1.8;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}

h2 {
	color:#000000;
	font-family: neue-haas-grotesk-text,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:14px;
	font-variant:normal;
	letter-spacing: 1.5px;
	line-height:1.8;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:uppercase;
	widows:1;
}
p.text1 {
	color:#000000;
	font-family: neue-haas-grotesk-text,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:12px;
	font-variant:normal;
	letter-spacing: 0.2px;
	line-height:1.3;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.caption {
	color:#000000;
	font-family:neue-haas-grotesk-text,sans-serif;;
	font-size:12px;
	letter-spacing: 0.2px;
	line-height:1.3;
	text-align: center;
	text-decoration:none;
	text-transform:none;
}
p.button-left {
	color:#8D8C8C;
	font-family:neue-haas-grotesk-text,sans-serif;;
	font-size:12px;
	letter-spacing: 0.2px;
	float:left;
	transform: scale(-1, 1);
}
p.button-right {
	color:#8D8C8C;
	font-family:neue-haas-grotesk-text,sans-serif;;
	font-size:12px;
	letter-spacing: 0.2px;
	float:right;
}

img.adj {
    height:auto;
    max-width: 100%;
	min-width: 360px;
	padding-bottom: 15px;
	padding-top: 25px;
}
img.ctr {
	display:block;
    height: auto;
    max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 30px;
}

.scrolling-wrapper {
	flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
  .card {
    display: inline-block;
	  margin-top: 20px;
	  margin-bottom: 60px;
	  margin-left: 30px;
	  margin-right:30px;
	 max-width: 100%;
  }
  .card-45 {
    display: inline-block;
	  margin-top: 20px;
	  margin-bottom: 60px;
	  margin-left: 75px;
	  margin-right:75px;
	 max-width: 80%;
  }
  .card-vert {
    display: inline-block;
	  margin-top: 20px;
	  margin-bottom: 60px;
	  margin-left: 60px;
	  margin-right:60px;
	 max-width: 50%;
  }
.scrolling-wrapper {
  -webkit-overflow-scrolling: touch;
}
