* {
	-moz-box-sizing: border-box; /* set border-box so that percents can be used for width, padding, etc (personal preference) */
	-webkit-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0); /* turns off blue highlight color for mobile */
	-webkit-tap-highlight-color: transparent; /* turns off blue highlight color for mobile */
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	border: 0;
}

html {
	height: 100%;
	background-color:rgb(250,250,250);
}

body {
	/* Mobile Safari automatically scales text if it thinks the text will render too small. You can get around this with the CSS property -webkit-text-size-adjust */
	-webkit-text-size-adjust: 100%;
}

.main {
	margin-left:150px;
	margin-right:150px;
 }

.main-title {
	position:absolute;
	top:-5px;
}

/* not used? */
.container {
	max-width:960px;
	min-width:220px;
	width: 100%;
	margin: 0 auto 0 auto;
}

/* not used? */
.container .title {
	position:fixed;
	width:100%;
	height:30px;
	top:0px;
	z-index:100;
}

/* not used? */
.container .item {
	width: 100%;
	float: left;
    margin: 0 0 0 0;
	padding-bottom: 50px;
	line-height:0px;
}

.cycle-slideshow {
	width: 100%;
	min-width: 220px;
	/*max-width: 960px; */ /* formerly 960px */
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	padding: 0;
	position: relative;
 }

.cycle-slideshow img {
	/* Prevents images from getting highlighted */
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
	top: 0;
	left: 0;
    width: 100%;
	padding: 0;
	display: block;
}

.cycle-slideshow > img:nth-of-type(1){
	position: relative;
	z-index: 100000;
}

.centering {
	width: 100%;
	min-width: 220px;
	/* max-width: 960px; */
	margin-left:auto;
	margin-right:auto;
	margin-bottom:60px;
	padding: 0;
	position: relative;
}

.centering-bottom {
	width: 100%;
	min-width: 220px;
	max-width: 960px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	padding: 0;
	position: relative;
}

.cycle-slideshow-title {
	width: 100%;
	min-width: 220px;
	/*max-width: 960px; */ /* formerly 960px */
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	padding: 0;
	position: relative;
}

.bumper {
	height:70px;
	width:100%;
	position:relative;
}

.bumper-bottom {
	height:40px;
	width:100%;
	position:relative;
}

.title {
	z-index:1000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	display: block;
}

.title-mobile-2 {
	z-index:1000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	display: none;
}

.title-top {
	z-index:1000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	display: block;
	text-align:center;
}

.title-top p {
	margin-top:5%;
}

.mobile-title {
	display:none;
}

.videobox {
	z-index:10000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	display: flex;
    align-items: center;
}

.infobox {
	z-index:10000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	background-color:rgb(250,250,250);
	text-align:left;
	display:none;
}

.controls {
	position: absolute;
	cursor: pointer;
	z-index:2000;
}

.controls:hover {
	opacity:.7;
}

.controlinfo {
	width:70px;
	height:70px;
	position: absolute;
	cursor: pointer;
	z-index:2000;
	left: -70px;
	top: -27px;
}

.controlinfo-title {
	width:70px;
	height:70px;
	position: absolute;
	cursor: pointer;
	z-index:2000;
	left: -70px;
	top: -27px;
}

.xxx {
	position:absolute;
	height:16px;
	width:16px;
	top:27px;
	left:27px;
	margin:0;
	padding:0;
	line-height:0px;
}

.controlcontact {
	text-decoration:none;
	border-bottom:solid;
	border-bottom-color:rgb(110,110,110);
	border-bottom-width: 1px;
	cursor:pointer;
}

.controlcontact:hover {
	text-decoration:none;
	border-bottom:solid;
	border-bottom-color:#FFF;
	border-bottom-width: 1px;
}

.cycle-prev {
	width:30%;
	height:100%;
	top:0px;
	left:0px;
	z-index: 10000;
	/*cursor: url("data:image/svg+xml,<svg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='12px' height='12px' viewBox='0 0 24 24' xml:space='preserve'> <path d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z'/> </svg>"), pointer;*/
}

.cycle-next {
	width:70%;
	height:100%;
	top:0px;
	right:0px;
	z-index: 10000;
	/*cursor: url("data:image/svg+xml,<svg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='12px' height='12px' viewBox='0 0 24 24' xml:space='preserve'> <path d='M7.33 24l-2.83-2.829 9.339-9.175-9.339-9.167 2.83-2.829 12.17 11.996z'/> </svg>"), pointer;*/
}

p {
	font-family: 'Helvetica', sans-serif;
	font-weight: 300;
	color:rgb(0,0,0);
	letter-spacing: 0.035em; /* 16 * 0.0625 = 1px */
	font-size: 1.35em;
	line-height: 1.5em; /* don't declare line height in body */
	max-width:600px;
}

p.first {
	margin-top:-7px;
}

/*not used*/
.subhead {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color:rgb(0,0,0);
	letter-spacing: 0.0625em; /* 16 * 0.0625 = 1px */
	font-size: 1.1em;
	line-height: 1.8em; /* don't declare line height in body */
	margin-top:100px;
	margin-bottom:30px;
}

.desktop-title {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color:rgb(0,0,0);
	letter-spacing: 0.0625em; /* 16 * 0.0625 = 1px */
	font-size: 1.1em;
	line-height: 1.8em; /* don't declare line height in body */
	margin-top:100px;
	margin-bottom:30px;
}

.mobile-title {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color:rgb(0,0,0);
	letter-spacing: 0.0625em; /* 16 * 0.0625 = 1px */
	font-size: 1.1em;
	line-height: 1.8em; /* don't declare line height in body */
	margin-top:100px;
	margin-bottom:30px;
}

.desktop-title a:link {
	color:rgb(0,0,0);
	text-decoration:none;
	border-bottom:solid;
	border-bottom-color:rgb(110,110,110);
	border-bottom-width: 1px;
}

.desktop-title a:visited {
	color:rgb(0,0,0);
	text-decoration:none;
	border-bottom:solid;
	border-bottom-color:rgb(110,110,110);
	border-bottom-width: 1px;
}

.desktop-title a:hover {
	color:rgb(0,0,0);
	text-decoration:none;
	border-bottom:solid;
	border-bottom-color:rgb(250,250,250);
	border-bottom-width: 1px;
}

.desktop-title a:active {
	color:rgb(0,0,0);
	text-decoration:none;
	border-bottom:solid;
	border-bottom-color:rgb(110,110,110);
	border-bottom-width: 1px;
}

.mobile-title a:link {
	color:rgb(0,0,0);
	text-decoration:none;
	border-bottom:solid;
	border-bottom-color:rgb(110,110,110);
	border-bottom-width: 1px;
}

.mobile-title a:visited {
	color:rgb(0,0,0);
	text-decoration:none;
	border-bottom:solid;
	border-bottom-color:rgb(110,110,110);
	border-bottom-width: 1px;
}

.mobile-title a:hover {
	color:rgb(0,0,0);
	text-decoration:none;
	border-bottom:solid;
	border-bottom-color:rgb(250,250,250);
	border-bottom-width: 1px;
}

.mobile-title a:active {
	color:rgb(0,0,0);
	text-decoration:none;
	border-bottom:solid;
	border-bottom-color:rgb(110,110,110);
	border-bottom-width: 1px;
}

p.extra {
	margin-top:18px;
}

p.extra-extra {
	margin-top:18px;
}

p.small-info {
	margin-top:35px;
	font-size:.8em;
	letter-spacing:.025em;
}

p.small-info-permanent {
	margin-top:35px;
	font-size:.8em;
	letter-spacing:.025em;
}

.small-info.second{
	margin-top:5px;
}

p a:link {
	color:rgb(0,0,0);
	text-decoration:none;
	border-bottom:solid;
	border-bottom-color:rgb(110,110,110);
	border-bottom-width: 1px;
}

p a:visited {
	color:rgb(0,0,0);
	text-decoration:none;
	border-bottom:solid;
	border-bottom-color:rgb(110,110,110);
	border-bottom-width: 1px;
}

p a:hover {
	color:rgb(0,0,0);
	text-decoration:none;
	border-bottom:solid;
	border-bottom-color:rgb(250,250,250);
	border-bottom-width: 1px;
}

p a:active {
	color:rgb(0,0,0);
	text-decoration:none;
	border-bottom:solid;
	border-bottom-color:rgb(110,110,110);
	border-bottom-width: 1px;
}


/* media queries  */

@media only screen and (max-width: 450px) {
.main {
	margin-left:10px;
	margin-right:10px;
}
.centering {
	margin-bottom:120px;
}
.desktop-title {
	display:none;
}
.mobile-title {
	display:block;
	letter-spacing:0;
}
.cycle-slideshow-title {
	margin-bottom:100px;
}
.cycle-slideshow {
	margin-bottom:100px;
}
.controlinfo {
	left: -27px;
	top: -70px;
}
.controlinfo-title {
	left: -27px;
	top: -70px;
}
.subhead {
	/* letter-spacing: 0; */
	/* margin-bottom:40px; */
	display:none;
}
.mobile-view {
	display:block;
}
.headline {
	font-size: 1.7em;
	line-height: 1.2em;
	margin-bottom:50px;
	margin-left:-2px;
	max-width:850px;
}
p {
	line-height: 1.25em;
	letter-spacing: 0em;
}
p.small-info {
	font-size: .7em;
	margin-top:20px;
	letter-spacing:.0em;
}
.extra {
	display: none;
}
.extra-extra {
	display: none;
}
.headlink {
	bottom: 6px;
	left: 10px;
}
.headline a:link {
	font-size:.4em;
    padding-left: 15px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 3px;
}

.headline a:visited {
	font-size:.4em;
    padding-left: 15px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 3px;
}

.headline a:hover {
	font-size:.4em;
    padding-left: 15px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
}

}

@media only screen and (max-width: 650px) and (min-width: 451px) {
.main {
	margin-left:10px;
	margin-right:10px;
}
.centering {
	margin-bottom:120px;
}
.desktop-title {
	display:none;
}
.mobile-title {
	display:block;
	letter-spacing:0;
}
.cycle-slideshow {
	margin-bottom:100px;
}
.cycle-slideshow-title {
	margin-bottom:100px;
}

.controlinfo {
	left: -27px;
	top: -70px;
}
.controlinfo-title {
	left: -27px;
	top: -70px;
}
.subhead {
	/* letter-spacing: 0; */
	/* margin-bottom:40px; */
	display:none;
}
.mobile-view {
	display:block;
}
.headline {
	font-size: 2.3em;
	line-height: 1.2em;
	margin-bottom:50px;
	margin-left:-2px;
	max-width:850px;
}
p {
	letter-spacing: 0em;
}

p.small-info {
	margin-top:20px;
	font-size: .7em;
	letter-spacing: 0em;
}

.extra-extra {
	display: none;
}
.headlink {
	bottom: 8px;
}
.headline a:link {
	font-size:.3em;
    padding-left: 20px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 5px;
}

.headline a:visited {
	font-size:.3em;
    padding-left: 20px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 5px;
}

.headline a:hover {
	font-size:.3em;
    padding-left: 20px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 5px;
}


}

@media only screen and (max-width: 900px) and (min-width: 651px) {
.main {
	margin-left:75px;
	margin-right:75px;
}
.centering {
	margin-bottom:37px;
}
.headline {
	font-size: 3.4em;
}
.cycle-slideshow {
	margin-bottom:25px;
}
.extra-extra {
	display: none;
}
}

@media only screen and (max-width: 1100px) and (min-width: 901px) {
.main {
	margin-left:150px;
	margin-right:150px;
}
p {
	font-size: 1.6em;
	line-height: 1.5em; /* don't declare line height in body */
	max-width:700px;
	letter-spacing: .025em;
}
p.first {
	margin-top:-9px;
}
.extra-extra {
	display: none;
}
}

@media only screen and (max-width: 1400px) and (min-width: 1101px) {
.main {
	margin-left:150px;
	margin-right:150px;
}
p {
	font-size: 1.6em;
	line-height: 1.5em; /* don't declare line height in body */
	max-width:700px;
	letter-spacing: .025em;
}
p.first {
	margin-top:-9px;
}
}

@media only screen and (max-width: 1700px) and (min-width: 1401px) {
.main {
	margin-left:150px;
	margin-right:150px;
}
p {
	font-size: 2.2em;
	line-height: 1.5em; /* don't declare line height in body */
	max-width:906px;
	letter-spacing: 0em;
}
p.first {
	margin-top:-12px;
}
p.small-info {
	font-size:.9em;
}
}

/* why is this duplicate needed? because it's declared as 150px previously? */
@media only screen and (max-width: 2100px) and (min-width: 1701px) {
.main {
	margin-left:300px;
	margin-right:300px;
}
p {
	font-size: 2.2em;
	line-height: 1.5em; /* don't declare line height in body */
	max-width:906px;
	letter-spacing: 0em;
}
p.first {
	margin-top:-12px;
}
p.small-info {
	font-size:.9em;
}
}

@media only screen and (min-width: 2101px) {
.main {
	margin-left:375px;
	margin-right:375px;
}
p {
	font-size: 2.2em;
	line-height: 1.5em; /* don't declare line height in body */
	max-width:906px;
	letter-spacing: 0em;
}
p.first {
	margin-top:-12px;
}
p.small-info {
	font-size:.9em;
}
}
