/*--- BEGIN DEFAULT STUFF FOR ALL SIZES ---*/

@charset "UTF-8";

@font-face {
	font-family: 'Factoria Book';
	src: url('Factoria-Book.woff2') format('woff2'),
	url('Factoria-Book.woff') format('woff'),
	url('Factoria-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Factoria Ultra';
	src: url('Factoria-Ultra.woff2') format('woff2'),
	url('Factoria-Ultra.woff') format('woff'),
	url('Factoria-Ultra.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


/*--- TO BE USED FOR RELATIVE PADDING SIZE ---*/
html{
	font-size:7px;
}

/*--- ANIMATIONS ---*/
.reveal{
	transition: all 0.5s ease;
	transform: scale(1.0,1.0) translate(0px,250px) rotate(0.0deg);
    opacity: 0.0;
}

.reveal.complete{
	transition: all 0.5s ease;
	transform: scale(1.0,1.0) translate(0px,0px) rotate(0.0deg);
    opacity: 1.0;
}

.parallax_fg > div{
	position:relative;
	z-index:2;
}

/*--- COLORS ---*/

a, a:hover, a:visited {
	transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    text-decoration:none;
    color:black;
    cursor:pointer;
    pointer-events:auto !important;  
}

.button, a:hover.block, a:hover > div, a > div:hover, a:hover > .button, a > .button:hover{
	text-decoration:none !important;
}

.block{
	display:block;
}

.lightbg{ background-color: #FFFFFF; }
.darkbg{ background-color: #333333; }

.redbg{ background-color:#ed1c24; }
.red{ color:#ed1c24; }
a.red{ color:#ed1c24; }
a:hover.red{ color:#FFFFFF; }
a.red.active{ color:#FFFFFF; }
.button.red{ background-color: #ed1c24; border: solid 1px #ed1c24; color:#000000; }
.button.red:hover{ background-color: #FFFFFF; border: solid 1px #FFFFFF; color:#000000; }

.blackbg{ background-color:#000000; }
.black{ color:#000000; }
a.black{ text-decoration:underline; color:#000000; }
a:hover.black{ color:#000000; }
.button.black{ background-color: #000000; border: solid 1px #000000; color:#ed1c24; }
.button.black:hover{ background-color: #ed1c24; border: solid 1px #FFFFFF; color:#000000; }

.whitebg{ background-color:#ffffff; }
.white{ color:white; }
a.white{ text-decoration:none; color:white; }
a:hover.white{ text-decoration:none; color:#ffffff; }
.button.white{ background-color: none; border: solid 1px #FFFFFF; color:#FFFFFF; }
.button.white:hover{ background-color: #FFFFFF; border: solid 1px #FFFFFF; color:#000000; }

div.divider, div.divider.dark{ width:100%; height:1px; background-color:rgba(0, 0, 0, 0.15); }
tr.divider td, tr.divider.dark td{ border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
div.divider.light{ width:100%; height:1px; background-color:rgba(255, 255, 255, 0.25); }

.border{ border: 1px solid rgba(0, 0, 0, 0.2); }

.border.light{ border: 1px solid rgba(255, 255, 255, 0.25); }

.debug, .debug div div, .debug div div div div, .debug div div div div div div{
    border-top: solid 2px #FF00FF;
    border-left: solid 2px #FF00FF;
    border-bottom: solid 2px #DD00DD;
    border-right: solid 2px #DD00DD;
}

.debug div, .debug div div div, .debug div div div div div{
    border-top: solid 2px #00DDBB;
    border-left: solid 2px #00DDBB;
    border-bottom: solid 2px #00BB99;
    border-right: solid 2px #00BB99;
}

.hide{ display:none !important; }

div, *, *:before, *:after
{
    -webkit-box-sizing: border-box;  /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing:border-box;         /* Opera/IE 8+ */
}

#menu, #backdrop, .backdrop{
	transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.icon{
	/*height:30px;*/
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:left;
	background-size:contain;
}

.iconright{
	/*height:30px;*/
	padding-right: 30px;
	background-repeat:no-repeat;
	background-position:right;
	background-size:contain;
}

.icon.emaillight{
	background-image: url('/images/input_email_light.gif');
}

.icon.passwordlight{
	background-image: url('/images/input_password_light.gif');
}

.icon.searchlight{
	background-image: url('/images/input_search_light.gif');
}

.icon.arrowlight, .iconright.arrowlight{
	background-image: url('/images/input_arrow_light.gif');
}

.button.icon{
	padding-left:20px;
	padding-right:50px;
	background-repeat:no-repeat;
	background-position:right;
	background-size:contain;
}

.button.icononly{
	background-repeat:no-repeat;
	background-position:right;
	background-size:contain;
}

table { border-collapse: collapse; }

h1,h2,h3{ padding:0; margin:0; }

img{ width:100%; vertical-align:middle;}

.clear{ clear:both; }

.cursor, .pointer { cursor: pointer; }

.right{ text-align: right; }

.overflow{ overflow: auto; }

.noverflow{ overflow: hidden !important; }

.nowrap{ white-space: nowrap; }

.line0{ line-height:0px !important; }

.dropshadow{
    -webkit-box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.2);
}

.dropshadowsmall{
    -webkit-box-shadow: 0.5px 0.5px 0.5px 0.5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0.5px 0.5px 0.5px 0.5px rgba(0,0,0,0.2);
    box-shadow: 0.5px 0.5px 0.5px 0.5px rgba(0,0,0,0.2);
}

.shaded {
	-webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.13);
	box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.13);
}

.textshadow{
    text-shadow: 4px 4px 8px #000000;
}

.radius{ -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; overflow: auto; }
.radiustl{ -webkit-border-top-left-radius: 6px; -moz-border-radius-topleft: 6px; border-top-left-radius: 6px; }
.radiustr{ -webkit-border-top-right-radius: 6px; -moz-border-radius-topright: 6px; border-top-right-radius: 6px; }
.radiusbl{ -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomleft: 6px; border-bottom-left-radius: 6px; }
.radiusbr{ -webkit-border-bottom-right-radius: 6px; -moz-border-radius-bottomright: 6px; border-bottom-right-radius: 6px; }


.blur{ -webkit-filter: blur(2px); -moz-filter: blur(2px); -ms-filter: blur(2px); -o-filter: blur(2px); filter: blur(2px); }

.valign{
	/*you can do this if you aren't using opacity otherwise for valigned elements
	opacity:0;
	*/
}

.brighten, .brighten img {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    text-decoration: none;
	transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}

.brighten:hover img {
    filter: brightness(130%);
    -ms-filter: brightness(130%);
    -webkit-filter: brightness(130%);
    -moz-filter: brightness(130%);
	transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}

.swell div{
	transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
	overflow:hidden;
	transform: scale(1.00, 1.00);
}

.swell:hover div, .swell:hover img{
    transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
	filter: saturate(115%);
    -webkit-filter: saturate(115%);
}

.swell div table, .swell div img, .swell img{
	transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -ms-transform: scale(1.00, 1.00); /* IE 9 */
    -webkit-transform: scale(1.00, 1.00); /* Safari */
    transform: scale(1.00, 1.00);
}

.swell:hover div table, .swell:hover div img, .swell:hover img{
	transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -ms-transform: scale(1.03, 1.03); /* IE 9 */
    -webkit-transform: scale(1.03, 1.03); /* Safari */
    transform: scale(1.03, 1.03);
}

.element_show {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition-timing-function: cubic-bezier(0.0, 0.5, 0.5, 1);
	-ms-transform: scale(1.0,1.0) translate(0%,0%) rotate(0.00deg);
	-webkit-transform: scale(1.0,1.0) translate(0%,0%) rotate(0.00deg);
	transform: scale(1.0,1.0) translate(0%,0%) rotate(0.00deg);
}

.element_hide {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition-timing-function: cubic-bezier(0.5, 0.0, 0.5, 0.5);
	-ms-transform: scale(0.92,0.92) translate(0%,0%) rotate(0.01deg);
	-webkit-transform: scale(0.92,0.92) translate(0%,0%) rotate(0.01deg);
	transform: scale(0.92,0.92) translate(0%,0%) rotate(0.01deg);
}

/*.center > div{ text-align:left; }*/
.center{ align:center; text-align:center !important; }
.center a div, a.center div, .center > div, .center > .button{ margin:auto; }
.valign{ vertical-align:middle; align-self:center; }
.valign.darkenbg{ vertical-align:middle; align-self:stretch; }
.valign img, .valign a{ vertical-align:middle; }

.caps{ text-transform:uppercase; }
.bold, b{ font-family: 'Factoria Ultra', serif !important; }
.italic{ font-style: italic; }
.underline{ text-decoration:underline !important; }


html, body{
	width:100%;
	height:100%;
	min-height:100%;
	font-family: 'Factoria Book', serif;
	font-weight: 400;
	color:#EEEEEE;
	padding:0;
	margin:0;
	scroll-behavior: smooth;
}

.button{
    min-width: 40px;
    line-height: 28px;
    padding-top:2px;
    background-color: none;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    border: solid 1px #666666;
    text-align:center;
    cursor: pointer;
    color:#333333;
    white-space: nowrap;
    background-repeat:no-repeat;
    background-position:right;
    background-size:contain;
    display:block;
}

.button:hover{
	background-color: #666666; border: solid 1px #666666; color:#FFFFFF;
}

.button.large{ height:55px; line-height: 55px; }
.button.small{ height:30px; line-height: 30px; }
.button.tiny{ height:20px; line-height: 20px; }

.darkenbg{ background-color: rgba(0, 0, 0, 0.6); }

.lightenbg{ background-color: rgba(255, 255, 255, 0.7); }

.table{
	display:table;
	width:100%;
}

.table > div{
	display:table-cell;
}

input[type=text], input[type=password], input[type=email], input[type=number], input[type=tel], select, option, textarea {
	font-size: 15px;
}

input[type=text], input[type=password], input[type=email], select, option {
	-webkit-appearance:none;
	color:#333333;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	width:100%;
}

input[type=text], input[type=email], input[type=password] {
	height:28px;
	outline:none;
	border:none;
	background:none;
	padding-left: 10px;
}

textarea{
	height: calc(100% - 20px);
	width: calc(100% - 6px);
	background:none;
	margin-top:6px;
	margin-left:6px;
	border: none;
	resize: none;
	outline: none;
}

select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height:30px;
	outline:none;
	border:none;
	background:none;
	margin-left: 10px;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #888;
}

select option[selected]{
	box-shadow: inset 100px 100px #DDDDDD;
}

select option:checked, select option:hover{
	box-shadow: inset 100px 100px #A3E000;
}

::-webkit-input-placeholder {
	color: #CCCCCC;
}

:-moz-placeholder { /* Firefox 18- */
	-moz-appearance:none;
	color: #CCCCCC;
}

::-moz-placeholder {  /* Firefox 19+ */
	-moz-appearance:none;
	color: #CCCCCC;
}

:-ms-input-placeholder {
	color: #CCCCCC;
}


/*Masonry defaults*/
.masonry div{
	background-position:center;
	background-size:cover;
}

.masonry > div > div > a > div, .masonry > div > div > div > a > div{
	transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	opacity:0;
}

.masonry > div > div > a:hover > div, .masonry > div > div > div > a:hover > div{
	transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	opacity:1;
}

.masonry > div > div{
	position:relative; 	
}

.masonry > div > div > a > div, .masonry > div > div > div > a > div{
	position:absolute;
	top:0; left:0; right:0; bottom:0;
	background-color: rgba(20, 20, 20, 0.5);
}

.twopointthree{
	position:relative;
	padding-bottom:41%;
}

.sixteen-nine{
	pointer-events:none;
	position:relative;
	padding-bottom:56.25%;
}	

.square{
	position:relative;
	padding-bottom:100.5%;
}

.five-four{
	position:relative;
	padding-bottom:79.3%;
}	


/****** largest screens: full size desktops and such *******/
@media
only screen and (min-width:1150px)
{

    .hide_large{
        display:none !important;
    }

	body{
		font-size: 19px;
	}
	
	p{
		padding:0;
		margin:0;
		line-height:32px;
	}

	h1, .huge{
		font-size: 59px;
		line-height:59px;
	}
	
	p.huge, .huge > p { line-height: 90px !important;}

	h2, .large{
		font-size: 34px;
		line-height:36px;
	}
	
	p.large, .large > p { line-height: 50px !important;}
	
	h3, .medium{
		font-size:24px;
		line-height:24px;
	}
	
	p.medium, .medium > p { line-height: 29px !important;}
	
	.small{
		font-size:13px;
		line-height:13px;
	}
	
	p.small, .small > p { line-height: 20px !important;}

	.tiny{
		font-size:11px;
		line-height:11px;
	}

    .container{
    	min-height:calc(100vh);
    	position:relative;
    }

	.padded{
		padding:8rem;
	}
	
	.morepadded{
		padding:16rem;
	}
	
	.lesspadded{
		padding:4rem;
	}
	
	.fullscreenbg{
		background-size: cover !important;
		background-position:top;
		background-repeat:no-repeat !important;
		min-width:100%;
		min-height:calc(100vh);
	}
	
	.herobg{
		background-size: calc(1600px + 33vh + 5vw) !important;
		background-position:center 65% !important;
		background-repeat:no-repeat !important;
		min-height:calc(250px + 25vh + 5vw);
	}
	
	.photobg{
		background-position:center;
		background-size: cover !important;
		background-repeat:no-repeat !important;
		min-height:calc(350px + 5vh + 10vw);
	}

	.row{
		display: -webkit-box; 
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		overflow:visible; /*used to be hidden*/
		clear:both;
	}
	
	.container > .row, .container > row > .row, .row.root{
		padding-left: calc(50% - (1150px/2) + 8rem);
		padding-right: calc(50% - (1150px/2) + 8rem);
	}

	.row.bleed{
		padding-left:0;
		padding-right:0;
	}

	.row.bleed > .full{
		margin-left:0;
		margin-right:0;
		padding-left: calc(50% - (1150px/2) + 8rem);
		padding-right: calc(50% - (1150px/2) + 8rem);
	}

	.row.bleed > .half:first-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-left: calc(50% - (1150px/2) + 8rem);
		width: calc(50%);
		background-position:right !important;
	}
	
	.row.bleed > .half.hspace:first-child{
		padding-right:10rem !important;
	}

	.row.bleed > .half:last-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-right: calc(50% - (1150px/2) + 8rem);
		width: calc(50%);
		background-position:left !important;
	}
	
	.row.bleed > .half.hspace:last-child{
		padding-left:8rem !important;
	}

	.row.bleed > .third{
		margin-left:0 !important;
		margin-right:0 !important;
		width: calc((1150px - 8rem) / 3);
/* width:100px; */
	}
	
	.row.bleed > .third.hspace{
		padding-left:8rem;
		padding-right:8rem;
	}
	
	.row.bleed > .third:first-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-left: calc(50% - (1150px/2) + 8rem);
		width: calc(50% - (1150px/2) + ((1150px + 4rem)/3));
		background-position:right !important;
	}
	
	.row.bleed > .twothirds:first-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-left: calc(50% - (1150px/2) + 8rem);
		width: calc(50% - (1150px/2) + 8rem + 766px);
		background-position:right !important;
	}
	
	.row.bleed > .third.hspace:first-child{
		padding-right:10rem !important;
	}
	
	.row.bleed > .twothirds.hspace:first-child{
		padding-right:10rem !important;
	}

	.row.bleed > .third:last-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-right: calc(50% - (1150px/2) + 8rem);
		width: calc(50% - (1150px/2) + ((1150px + 4rem)/3));
		background-position:left !important;
	}
	
	.row.bleed > .twothirds:last-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-right: calc(50% - (1150px/2) + 8rem);
		width: calc(50% - (1150px/2) + 8rem + 766px);
		background-position:left !important;
	}
	
	.row.bleed > .third.hspace:last-child{
		padding-left:8rem !important;
	}
	
	.row.bleed > .twothirds.hspace:last-child{
		padding-left:8rem !important;
	}
	
	
	.vspacer{
		height:8rem;
	}
	
	.vminus, .vneg{
		margin-bottom:-8rem;
	}
	
	.hspacer{
		width:8rem;
	}
	
	.row.vspace{
		padding-top:8rem;
	}
	
	.row > .vspace{
		margin-bottom:8rem;
	}

	.hspace {
		margin-left:4rem;
		margin-right:4rem;
	}
	
	.row > .hspace:first-child{
		margin-left:0 !important;
		margin-right:4rem !important;
	}
	
	.row > .hspace:last-child{
		margin-left:4rem !important;
		margin-right:0 !important;
	}

	.full{
		width:100%;
	}
	
	.half{
		width:50%;
	}

	.half.hspace{
		width: calc(50% - 4rem);
	}	

	.half.hspace:nth-child(odd){
		margin-left:0;
		margin-right:4rem;
	}

	.half.hspace:nth-child(even){
		margin-left:4rem;
		margin-right:0;
	}

	.third{
		width:33.333%;
	}	

	.third.hspace{
		width:calc(33.333% - 5.7rem);
	}

	.row > .third.hspace:nth-child(3n + 1){
		margin-left:0;
		margin-right:4rem;
	}

	.row > .third.hspace:nth-child(3n + 0){
		margin-left:4rem;
		margin-right:0;
	}

	.twothirds{
		width:66.66%;
	}

	.twothirds.hspace{
		width:calc(66.666% - 4rem);
	}

	.quarter, .fourth{
		width:25%;
	}

	.quarter.hspace, .fourth.hspace{
		width:calc(25% - 4rem);
	}
	
	.row > .quarter.hspace:nth-child(4n + 0){
		margin-left:4rem;
		margin-right:0;
	}

	.row > .quarter.hspace:nth-child(4n + 1){
		margin-left:0;
		margin-right:4rem;
	}

	.threequarters, .threefourths{
		width:75%;
	}	

	.threequarters.hspace, .threefourths.hspace{
		width:calc(75% - 4rem);
	}

	.fifth{ width:20%; }
	.fifth.hspace{ width:calc(20% - 6.4rem); }
	
	.sixth{ width:16.66%; }
	.sixth.hspace{ width:calc(16.66% - 6.7rem); }

	.eighth{ width:12.5%; }
	.eighth.hspace{ width:calc(12.5% - 4rem); }	

	.masonry{
		border-bottom:5px solid white;
		border-top:5px solid white;
	}
	
	.masonry > .big_left{
		padding:0 !important;
		margin-top:0 !important;
		margin-right:0 !important;
		margin-bottom:0 !important;
		width:calc(57.7% - 0px);
		border-right:5px solid white;
	}

	.masonry > .small_right{
		padding:0 !important;
		margin-top:0 !important;
		margin-left:0 !important;
		margin-bottom:0 !important;
		width:calc(42.3% - 0px);
		border-left:5px solid white;
	}


	.masonry.bleed > .big_left{
		padding:0 !important;
		margin-top:0 !important;
		margin-left:0 !important;
		margin-right:0 !important;
		margin-bottom:0 !important;
		width:calc(57.7% - 0px);
		border-right:5px solid white;
	}

	.masonry > .big_right{
		padding:0 !important;
		margin-top:0 !important;
		margin-left:0 !important;
		margin-bottom:0 !important;
		width:calc(57.7% - 0px);
		border-left:5px solid white;
	}
	
	.masonry.bleed > .big_right{
		padding:0 !important;
		margin-top:0 !important;
		margin-left:0 !important;
		margin-right:0 !important;
		margin-bottom:0 !important;
		width:calc(57.7% - 0px);
		border-left:5px solid white;
	}

	.masonry > .small_left{
		padding:0 !important;
		margin-top:0 !important;
		margin-right:0 !important;
		margin-bottom:0 !important;
		width:calc(42.3% - 0px);
		border-right:5px solid white;
	}
	
	.masonry.bleed > .small_left{
		padding:0 !important;
		margin-top:0 !important;
		margin-left:0 !important;
		margin-right:0 !important;
		margin-bottom:0 !important;
		width:calc(42.3% + 0px);
		border-right:5px solid white;
	}
	
	.masonry.bleed > .small_right{
		padding:0 !important;
		margin-top:0 !important;
		margin-right:0 !important;
		margin-left:0 !important;
		margin-bottom:0 !important;
		width:calc(42.3% + 0px);
		border-left:5px solid white;
	}

	.masonry > div > .big_top {
		padding:0 !important;
		margin:0 !important;
		height:calc(58.3% - 0px);
		border-bottom:5px solid white;
	}

	.masonry > div > .big_bottom {
		padding:0 !important;
		margin:0 !important;
		height:calc(58.3% - 0px);	
		border-top:5px solid white;
	}

	.masonry > div > .small_top {
		padding:0 !important;
		margin:0 !important;
		height:calc(41.7% - 0px);
		border-bottom:5px solid white;
	}

	.masonry > div > .small_bottom {
		padding:0 !important;
		margin:0 !important;
		height:calc(41.7% - 0px);
		border-top:5px solid white;
	}

	.masonry > .full{
		padding-top:0 !important;
		padding-bottom:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		width:100%;
	}

	.masonry > .half:first-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-right:5px !important;
		width:calc(50% - 5px);	
	}

	.masonry > .half:last-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:5px !important;
		width:calc(50% - 5px);
	}

	.masonry.bleed > .half:first-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-right:5px !important;
		width:calc(50% - 5px);	
	}

	.masonry.bleed > .half:last-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:5px !important;
		width:calc(50% - 5px);
	}

	.masonry > .third:first-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-right:5px !important;
		width:calc(33.33% - 6.67px);	
	}

	.masonry > .third:nth-child(2){
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:5px; !important;
		margin-right:5px; !important;
		width:calc(33.33% - 6.67px);
	}

	.masonry > .third:last-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:5px !important;
		width:calc(33.33% - 6.67px);	
	}

	.masonry.bleed > .third:first-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:0px !important;
		margin-right:5px !important;
		width:calc(33.33% - 6.7px);	
	}

	.masonry.bleed > .third:nth-child(2){
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:5px !important;
		margin-right:5px !important;
		width:calc(33.33% - 6.7px);
	}

	.masonry.bleed > .third:last-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:5px !important;
		margin-right:0px !important;
		width:calc(33.33% - 6.7px);	
	}
	
}


/****** still pretty big, including most tablets landscape *******/
@media
only screen and (min-width:950px) and (max-width:1149px)
{

    .hide_large{
        display:none !important;
    }

	body{
		font-size: 18px;
		-webkit-text-size-adjust: 100%;
	}
	
	p{
		padding:0;
		margin:0;
		line-height:30px;
	}

	h1, .huge{
		font-size: 59px;
		line-height:59px;
	}
	
	p.huge, .huge > p { line-height: 90px !important;}

	h2, .large{
		font-size: 34px;
		line-height:36px;
	}
	
	p.large, .large > p { line-height: 50px !important;}
	
	h3, .medium{
		font-size:24px;
		line-height:24px;
	}
	
	p.medium, .medium > p { line-height: 29px !important;}
	
	.small{
		font-size:13px;
		line-height:13px;
	}
	
	p.small, .small > p { line-height: 20px !important;}

	.tiny{
		font-size:11px;
		line-height:11px;
	}

    .container{
    	min-height:calc(100vh);
    	position:relative;
    }

	.padded{
		padding:6rem;
	}
	
	.morepadded{
		padding:12rem;
	}
	
	.lesspadded{
		padding:3rem;
	}

	.fullscreenbg{
		background-size: cover !important;
		background-position:top;
		background-repeat:no-repeat !important;
        min-width:100%;
		min-height:calc(100vh);
	}

	.herobg{
		background-size: calc(133vw + 5vh) !important;
		background-position:center !important;
		background-repeat:no-repeat !important;
		min-height:calc(42vw + 5vh);
	}
	
	.photobg{
		background-position:center;
		background-size: cover !important;
		background-repeat:no-repeat !important;
		min-height:calc(40vw);
	}

	.row{
		display: -webkit-box; 
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		overflow:visible;
		clear:both;
	}
	
	.container > .row, .container > row > .row, .row.root{
		padding-left: 6rem;
		padding-right: 6rem;
	}

	.row.bleed{
		padding-left:0;
		padding-right:0;
	}

	.row.bleed > .full{
		margin-left:0;
		margin-right:0;
		padding-left: 6rem;
		padding-right: 6rem;
	}

	.row.bleed > .half:first-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-left: 6rem;
		width: calc(50%);
		background-position:right !important;
	}
	
	.row.bleed > .half.hspace:first-child{
		padding-right:6rem !important;
	}

	.row.bleed > .half:last-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-right: 6rem;
		width: calc(50%);
		background-position:left !important;
	}
	
	.row.bleed > .half.hspace:last-child{
		padding-left:6rem !important;
	}

	.row.bleed > .third{
		margin-left:0 !important;
		margin-right:0 !important;
		width: 33.33%;
	}
	
	.row.bleed > .third.hspace{
		padding-left:6rem;
		padding-right:6rem;
	}
	
	.row.bleed > .third:first-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-left: 6rem;
		width: 33.33%;
		background-position:right !important;
	}
	
	.row.bleed > .twothirds:first-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-left: 6rem;
		width: 66.67%;
		background-position:right !important;
	}
	
	.row.bleed > .third.hspace:first-child{
		padding-right:6rem !important;
	}
	
	.row.bleed > .twothirds.hspace:first-child{
		padding-right:6rem !important;
	}

	.row.bleed > .third:last-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-right: 6rem;
		width: 33.33%;
		background-position:left !important;
	}
	
	.row.bleed > .twothirds:last-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-right: 6rem;
		width: 66.67%;
		background-position:left !important;
	}
	
	.row.bleed > .third.hspace:last-child{
		padding-left:6rem !important;
	}
	
	.row.bleed > .twothirds.hspace:last-child{
		padding-left:6rem !important;
	}
	
	
	.vspacer{
		height:6rem;
	}
	
	.vminus, .vneg{
		margin-bottom:-6rem;
	}
	
	.hspacer{
		width:6rem;
	}
	
	.row.vspace{
		padding-top:6rem;
	}
	
	.row > .vspace{
		margin-bottom:6rem;
	}

	.hspace {
		margin-left:3rem;
		margin-right:3rem;
	}
	
	.row > .hspace:first-child{
		margin-left:0 !important;
		margin-right:3rem !important;
	}
	
	.row > .hspace:last-child{
		margin-left:3rem !important;
		margin-right:0 !important;
	}

	.full{
		width:100%;
	}
	
	.half{
		width:50%;
	}

	.half.hspace{
		width: calc(50% - 3rem);
	}	

	.half.hspace:nth-child(odd){
		margin-left:0;
		margin-right:3rem;
	}

	.half.hspace:nth-child(even){
		margin-left:3rem;
		margin-right:0;
	}

	.third{
		width:33.333%;
	}	

	.third.hspace{
		width:calc(33.333% - 4.00rem);
	}

	.row > .third.hspace:nth-child(3n + 1){
		margin-left:0;
		margin-right:3rem;
	}

	.row > .third.hspace:nth-child(3n + 0){
		margin-left:3rem;
		margin-right:0;
	}

	.twothirds{
		width:66.66%;
	}

	.twothirds.hspace{
		width:calc(66.666% - 3rem);
	}

	.quarter, .fourth{
		width:25%;
	}

	.quarter.hspace, .fourth.hspace{
		width:calc(25% - 3rem);
	}
	
	.row > .quarter.hspace:nth-child(4n + 0){
		margin-left:3rem;
		margin-right:0;
	}

	.threequarters, .threefourths{
		width:75%;
	}	

	.threequarters.hspace, .threefourths.hspace{
		width:calc(75% - 3rem);
	}

	.fifth{ width:20%; }
	.fifth.hspace{ width:calc(20% - 4.8rem); }
	
	.sixth{ width:16.66%; }
	.sixth.hspace{ width:calc(16.66% - 5.0rem); }

	.eighth{ width:12.5%; }
	.eighth.hspace{ width:calc(12.5% - 3rem); }	
	
	
	.masonry{
		padding:0 !important;
		margin:0 !important;
		border-bottom:5px solid white;
		border-top:5px solid white;
	}
	
	.masonry > .big_left{
		padding:0 !important;
		margin:0 !important;
		width:calc(57.7% - 0px);
		border-right:5px solid white;
	}
	
	.masonry > .big_right{
		padding:0 !important;
		margin:0 !important;
		width:calc(57.7% - 0px);
		border-left:5px solid white;
	}
	
	.masonry > .small_left{
		padding:0 !important;
		margin:0 !important;
		width:calc(42.3% + 0px);
		border-right:5px solid white;
	}
	
	.masonry > .small_right{
		padding:0 !important;
		margin:0 !important;
		width:calc(42.3% + 0px);
		border-left:5px solid white;
	}

	.masonry > div > .big_top {
		padding:0 !important;
		margin:0 !important;
		height:calc(58.3% - 0px);
		border-bottom:5px solid white;
	}

	.masonry > div > .big_bottom {
		padding:0 !important;
		margin:0 !important;
		height:calc(58.3% - 0px);	
		border-top:5px solid white;
	}

	.masonry > div > .small_top {
		padding:0 !important;
		margin:0 !important;
		height:calc(41.7% - 0px);
		border-bottom:5px solid white;
	}

	.masonry > div > .small_bottom {
		padding:0 !important;
		margin:0 !important;
		height:calc(41.7% - 0px);
		border-top:5px solid white;
	}

	.masonry > .full{
		padding:0 !important;
		margin:0 !important;
		width:100%;
	}

	.masonry > .half:first-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-left:0 !important;
		margin-bottom:0 !important;
		margin-right:5px !important;
		width:calc(50% - 5px) !important;
	}

	.masonry > .half:last-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-right:0 !important;
		margin-bottom:0 !important;
		margin-left:5px !important;
		width:calc(50% - 5px) !important;
	}

	.masonry > .third:first-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:0px !important;
		margin-right:5px !important;
		width:calc(33.33% - 6.7px) !important;	
	}

	.masonry > .third:nth-child(2){
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:5px !important;
		margin-right:5px !important;
		width:calc(33.33% - 6.7px) !important;
	}

	.masonry > .third:last-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:5px !important;
		margin-right:0px !important;
		width:calc(33.33% - 6.7px) !important;	
	}

	.masonry.bleed > .third:first-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:0px !important;
		margin-right:5px !important;
		width:calc(33.33% - 6.7px);
	}

	.masonry.bleed > .third:nth-child(2){
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:5px !important;
		margin-right:5px !important;
		width:calc(33.33% - 6.7px);
	}

	.masonry.bleed > .third:last-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:5px !important;
		margin-right:0px !important;
		width:calc(33.33% - 6.7px);
	}

}


/****** medium screens: most tablets portrait, most phones landscape *******/
@media
only screen and (min-width:660px) and (max-width:949px)
{

    .hide_medium{
        display:none !important;
    }

    body{
        font-size: 18px;
        -webkit-text-size-adjust: 100%;
    }

    p{
        padding:0;
        margin:0;
        line-height:30px;
    }

	h1, .huge{
		font-size: 59px;
		line-height:59px;
	}
	
	p.huge, .huge > p { line-height: 90px !important;}

	h2, .large{
		font-size: 34px;
		line-height:36px;
	}
	
	p.large, .large > p { line-height: 50px !important;}
	
	h3, .medium{
		font-size:24px;
		line-height:24px;
	}
	
	p.medium, .medium > p { line-height: 29px !important;}
	
	.small{
		font-size:13px;
		line-height:13px;
	}
	
	p.small, .small > p { line-height: 20px !important;}

	.tiny{
		font-size:11px;
		line-height:11px;
	}

    .container{
    	min-height:calc(100vh);
    	position:relative;
    }

	.padded{
		padding:5rem;
	}
	
	.morepadded{
		padding:10rem;
	}
	
	.lesspadded{
		padding:3rem;
	}

	.fullscreenbg{
		background-size: cover !important;
		background-position:top;
		background-repeat:no-repeat !important;
        min-width:100%;
		min-height:calc(100vh);
	}

	.herobg{
		background-size: calc(133vw) !important;
		background-position:center !important;
		background-repeat:no-repeat !important;
		min-height:calc(46vw);
	}
	
	.photobg{
		background-position:center;
		background-size: cover !important;
		background-repeat:no-repeat !important;
		min-height:calc(20vw + 20vh);
	}

	.row{
		display: -webkit-box; 
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		overflow:visible;
		clear:both;
	}
	
	.row.medium_reverse{
		flex-direction: column-reverse;
	}
	
	.container > .row, .container > row > .row, .row.root{
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.row.bleed{
		padding-left:0;
		padding-right:0;
	}

	.row.bleed > .full{
		margin-left:0;
		margin-right:0;
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.row.bleed > .half:first-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-left: 5rem;
		width: calc(50%);
		background-position:right !important;
	}
	
	.row.bleed > .half.hspace:first-child{
		padding-right:5rem !important;
	}

	.row.bleed > .half:last-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-right: 5rem;
		width: calc(50%);
		background-position:left !important;
	}
	
	.row.bleed > .half.hspace:last-child{
		padding-left:5rem !important;
	}
	
	

	.row.bleed > .medium_half:first-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-left: 5rem !important;
		width: calc(50%) !important;
		background-position:right !important;
	}
	
	.row.bleed > .medium_half.hspace:first-child{
		padding-right:5rem !important;
	}

	.row.bleed > .medium_half:last-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-right: 5rem !important;
		width: calc(50%) !important;
		background-position:left !important;
	}
	
	.row.bleed > .medium_half.hspace:last-child{
		padding-left:5rem !important;
	}

	

	.row.bleed > .third{
		margin-left:0 !important;
		margin-right:0 !important;
		width: 33.33%;
	}
	
	.row.bleed > .third.hspace{
		padding-left:6rem;
		padding-right:6rem;
	}
	
	.row.bleed > .third:first-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-left: 5rem;
		width: 33.33%;
		background-position:right !important;
	}
	
	.row.bleed > .twothirds:first-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-left: 5rem;
		width: 66.67%;
		background-position:right !important;
	}
	
	.row.bleed > .third.hspace:first-child{
		padding-right:5rem !important;
	}
	
	.row.bleed > .twothirds.hspace:first-child{
		padding-right:6rem !important;
	}

	.row.bleed > .third:last-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-right: 5rem;
		width: 33.33%;
		background-position:left !important;
	}
	
	.row.bleed > .twothirds:last-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-right: 5rem;
		width: 66.67%;
		background-position:left !important;
	}
	
	.row.bleed > .third.hspace:last-child{
		padding-left:5rem !important;
	}
	
	.row.bleed > .twothirds.hspace:last-child{
		padding-left:5rem !important;
	}
	
	/*TODO could do an override for bleeding thirds in medium*/
	
	
	.vspacer{
		height:5rem;
	}
	
	.vminus, .vneg{
		margin-bottom:-5rem;
	}
	
	.hspacer{
		width:5rem;
	}
	
	.row.vspace{
		padding-top:5rem;
	}
	
	.row > .vspace{
		margin-bottom:5rem;
	}

	.hspace {
		margin-left:2.5rem;
		margin-right:2.5rem;
	}
	
	.row > .hspace:first-child{
		margin-left:0 !important;
		margin-right:2.5rem !important;
	}
	
	.row > .hspace:last-child{
		margin-left:2.5rem !important;
		margin-right:0 !important;
	}

	.full{
		width:100%;
	}
	
	.row > .medium_full:nth-child(n){
		width:100% !important;
		margin-right:0 !important;
		margin-left:0 !important;
	}
	
	
	.half{
		width:50%;
	}

	.half.hspace{
		width: calc(50% - 2.5rem);
	}	

	.half.hspace:nth-child(odd){
		margin-left:0;
		margin-right:2.5rem;
	}

	.half.hspace:nth-child(even){
		margin-left:2.5rem;
		margin-right:0;
	}

	.third{
		width:33.333%;
	}	

	.third.hspace{
		width:calc(33.333% - 3.35rem);
	}

	.row > .third.hspace:nth-child(3n + 1){
		margin-left:0;
		margin-right:2.5rem;
	}

	.row > .third.hspace:nth-child(3n + 0){
		margin-left:2.5rem;
		margin-right:0;
	}

	.twothirds{
		width:66.66%;
	}

	.twothirds.hspace{
		width:calc(66.666% - 2.5rem);
	}

	.quarter, .fourth{
		width:25%;
	}

	.quarter.hspace, .fourth.hspace{
		width:calc(25% - 2.5rem);
	}
	
	.row > .quarter.hspace:nth-child(4n + 0){
		margin-left:2.5rem;
		margin-right:0;
	}

	.threequarters, .threefourths{
		width:75%;
	}	

	.threequarters.hspace, .threefourths.hspace{
		width:calc(75% - 2.5rem);
	}

	.fifth{ width:20%; }
	.fifth.hspace{ width:calc(20% - 4rem); }
	
	.sixth{ width:16.66%; }
	.sixth.hspace{ width:calc(16.66% - 4.2rem); }

	.eighth{ width:12.5%; }
	.eighth.hspace{ width:calc(12.5% - 2.5rem); }	
	
	.medium_half{
		width:50%;
	}

	.row > .medium_half.hspace{
		width: calc(50% - 2.5rem);
	}	

	.row > .medium_half.hspace:nth-child(odd){
		margin-left:0;
		margin-right:2.5rem;
	}

	.row > .medium_half.hspace:nth-child(even){
		margin-left:2.5rem;
		margin-right:0;
	}

	.medium_third{
		width:33.333%;
	}	

	.medium_third.hspace{
		width:calc(33.333% - 3.35rem);
	}

	.row > .medium_third.hspace:nth-child(3n + 1){
		margin-left:0;
		margin-right:2.5rem;
	}

	.row > .medium_third.hspace:nth-child(3n + 0){
		margin-left:2.5rem;
		margin-right:0;
	}

	.medium_twothirds{
		width:66.66%;
	}

	.medium_twothirds.hspace{
		width:calc(66.666% - 2.5rem);
	}

	.masonry{
		padding:0 !important;
		margin:0 !important;
		border-bottom:5px solid white;
		border-top:5px solid white;
	}
	
	.masonry > .big_left{
		padding:0 !important;
		margin:0 !important;
		width:calc(57.7% - 0px);
		border-right:5px solid white;
	}
	
	.masonry > .big_right{
		padding:0 !important;
		margin:0 !important;
		width:calc(57.7% - 0px);
		border-left:5px solid white;
	}
	
	.masonry > .small_left{
		padding:0 !important;
		margin:0 !important;
		width:calc(42.3% + 0px);
		border-right:5px solid white;
	}
	
	.masonry > .small_right{
		padding:0 !important;
		margin:0 !important;
		width:calc(42.3% + 0px);
		border-left:5px solid white;
	}

	.masonry > div > .big_top {
		padding:0 !important;
		margin:0 !important;
		height:calc(58.3% - 0px);
		border-bottom:5px solid white;
	}

	.masonry > div > .big_bottom {
		padding:0 !important;
		margin:0 !important;
		height:calc(58.3% - 0px);	
		border-top:5px solid white;
	}

	.masonry > div > .small_top {
		padding:0 !important;
		margin:0 !important;
		height:calc(41.7% - 0px);
		border-bottom:5px solid white;
	}

	.masonry > div > .small_bottom {
		padding:0 !important;
		margin:0 !important;
		height:calc(41.7% - 0px);
		border-top:5px solid white;
	}

	.masonry > .full{
		padding:0 !important;
		margin:0 !important;
		width:100%;
	}

	.masonry > .half:first-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-left:0 !important;
		margin-bottom:0 !important;
		margin-right:5px !important;
		width:calc(50% - 5px) !important;
	}

	.masonry > .half:last-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-right:0 !important;
		margin-bottom:0 !important;
		margin-left:5px !important;
		width:calc(50% - 5px) !important;
	}


	.masonry > .third:first-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:0px !important;
		margin-right:5px !important;
		width:calc(33.33% - 6.7px) !important;	
	}

	.masonry > .third:nth-child(2){
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:5px !important;
		margin-right:5px !important;
		width:calc(33.33% - 6.7px) !important;
	}

	.masonry > .third:last-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:5px !important;
		margin-right:0px !important;
		width:calc(33.33% - 6.7px) !important;	
	}


	.masonry.bleed > .third:first-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:0px !important;
		margin-right:5px !important;
		width:calc(33.33% - 6.7px);
	}

	.masonry.bleed > .third:nth-child(2){
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:5px !important;
		margin-right:5px !important;
		width:calc(33.33% - 6.7px);
	}

	.masonry.bleed > .third:last-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:5px !important;
		margin-right:0px !important;
		width:calc(33.33% - 6.7px);
	}


}


/****** smallest screens *******/
@media
only screen and (max-width:659px)
{

    .hide_small {
        display:none !important;
    }

    body{
        font-size: 18px;
        -webkit-text-size-adjust: 100%;
    }

    p{
        padding:0;
        margin:0;
        line-height:30px;
    }

	h1, .huge{
		font-size: 50px;
		line-height:50px;
	}
	
	p.huge, .huge > p { line-height: 80px !important;}

	h2, .large{
		font-size: 34px;
		line-height:36px;
	}
	
	p.large, .large > p { line-height: 50px !important;}
	
	h3, .medium{
		font-size:24px;
		line-height:24px;
	}
	
	p.medium, .medium > p { line-height: 29px !important;}
	
	.small{
		font-size:13px;
		line-height:13px;
	}
	
	p.small, .small > p { line-height: 20px !important;}

	.tiny{
		font-size:11px;
		line-height:11px;
	}

    .container{
    	min-height:calc(100vh);
    	position:relative;
    }

	.padded{
		padding:5rem;
	}
	
	.morepadded{
		padding:10rem;
	}
	
	.lesspadded{
		padding:3.5rem;
	}

	.fullscreenbg{
		background-size: cover !important;
		background-position:top;
		background-repeat:no-repeat !important;
        min-width:100%;
		min-height:calc(100vh);
	}
	
	.herobg{
		background-size: calc(75vw + 75vh) !important;
		background-position:20% !important;
		background-repeat:no-repeat !important;
		min-height:calc(24vw + 26vh);
	}
	
	.photobg{
		background-position:center;
		background-size: cover !important;
		background-repeat:no-repeat !important;
		min-height:calc(20vw + 30vh);
	}

	.row{
		display: -webkit-box; 
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		overflow:visible;
		clear:both;
	}
	
	.row.small_reverse{
		flex-direction: column-reverse;
	}
	
	.container > .row, .container > row > .row, .row.root{
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.row.bleed{
		padding-left:0;
		padding-right:0;
	}

	.row.bleed > .full{
		margin-left:0;
		margin-right:0;
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.row.bleed > .half:first-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-left: 5rem;
		width: calc(50%);
		background-position:right !important;
	}
	
	.row.bleed > .half.hspace:first-child{
		padding-right:5rem !important;
	}

	.row.bleed > .half:last-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-right: 5rem;
		width: calc(50%);
		background-position:left !important;
	}
	
	.row.bleed > .half.hspace:last-child{
		padding-left:5rem !important;
	}


	.row.bleed > .small_half:first-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-left: 5rem !important;
		width: calc(50%) !important;
		background-position:right !important;
	}
	
	.row.bleed > .small_half.hspace:first-child{
		padding-right:5rem !important;
	}

	.row.bleed > .small_half:last-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-right: 5rem !important;
		width: calc(50%) !important;
		background-position:left !important;
	}
	
	.row.bleed > .small_half.hspace:last-child{
		padding-left:5rem !important;
	}
	

	.row.bleed > .third{
		margin-left:0 !important;
		margin-right:0 !important;
		width: 33.33%;
	}
	
	.row.bleed > .third.hspace{
		padding-left:6rem;
		padding-right:6rem;
	}
	
	.row.bleed > .third:first-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-left: 5rem;
		width: 33.33%;
		background-position:right !important;
	}
	
	.row.bleed > .twothirds:first-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-left: 5rem;
		width: 66.67%;
		background-position:right !important;
	}
	
	.row.bleed > .third.hspace:first-child{
		padding-right:5rem !important;
	}
	
	.row.bleed > .twothirds.hspace:first-child{
		padding-right:6rem !important;
	}

	.row.bleed > .third:last-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-right: 5rem;
		width: 33.33%;
		background-position:left !important;
	}
	
	.row.bleed > .twothirds:last-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-right: 5rem;
		width: 66.67%;
		background-position:left !important;
	}
	
	.row.bleed > .third.hspace:last-child{
		padding-left:5rem !important;
	}
	
	.row.bleed > .twothirds.hspace:last-child{
		padding-left:5rem !important;
	}
	
	/*TODO could do an override for bleeding thirds in small*/
	
	
	.vspacer{
		height:5rem;
	}
	
	.vminus, .vneg{
		margin-bottom:-5rem;
	}
	
	.hspacer{
		width:5rem;
	}
	
	.row.vspace{
		padding-top:5rem;
	}
	
	.row > .vspace{
		margin-bottom:5rem;
	}

	.hspace {
		margin-left:2.5rem;
		margin-right:2.5rem;
	}
	
	.row > .hspace:first-child{
		margin-left:0 !important;
		margin-right:2.5rem !important;
	}
	
	.row > .hspace:last-child{
		margin-left:2.5rem !important;
		margin-right:0 !important;
	}

	.full{
		width:100%;
	}
	
	.row > .small_full:nth-child(n){
		width:100% !important;
		margin-right:0 !important;
		margin-left:0 !important;
	}
	
	
	.half{
		width:50%;
	}

	.half.hspace{
		width: calc(50% - 2.5rem);
	}	

	.half.hspace:nth-child(odd){
		margin-left:0;
		margin-right:2.5rem;
	}

	.half.hspace:nth-child(even){
		margin-left:2.5rem;
		margin-right:0;
	}
	

	.third{
		width:33.333%;
	}	

	.third.hspace{
		width:calc(33.333% - 3.35rem);
	}

	.row > .third.hspace:nth-child(3n + 1){
		margin-left:0;
		margin-right:2.5rem;
	}

	.row > .third.hspace:nth-child(3n + 0){
		margin-left:2.5rem;
		margin-right:0;
	}

	.twothirds{
		width:66.66%;
	}

	.twothirds.hspace{
		width:calc(66.666% - 2.5rem);
	}

	.quarter, .fourth{
		width:25%;
	}

	.quarter.hspace, .fourth.hspace{
		width:calc(25% - 2.5rem);
	}
	
	.row > .quarter.hspace:nth-child(4n + 0){
		margin-left:2.5rem;
		margin-right:0;
	}

	.threequarters, .threefourths{
		width:75%;
	}	

	.threequarters.hspace, .threefourths.hspace{
		width:calc(75% - 2.5rem);
	}

	.fifth{ width:20%; }
	.fifth.hspace{ width:calc(20% - 4rem); }
	
	.sixth{ width:16.66%; }
	.sixth.hspace{ width:calc(16.66% - 4.2rem); }

	
	.small_half{
		width:50%;
	}

	.small_half.hspace{
		width: calc(50% - 2.5rem);
	}	

	.row > .small_half.hspace:nth-child(odd){
		margin-left:0;
		margin-right:2.5rem;
	}

	.row > .small_half.hspace:nth-child(even){
		margin-left:2.5rem;
		margin-right:0;
	}
	
	.small_third{
		width:33.333%;
	}	

	.small_third.hspace{
		width:calc(33.333% - 3.35rem);
	}

	.row > .small_third.hspace:nth-child(3n + 1){
		margin-left:0;
		margin-right:2.5rem;
	}

	.row > .small_third.hspace:nth-child(3n + 0){
		margin-left:2.5rem;
		margin-right:0;
	}

	.small_twothirds{
		width:66.66%;
	}

	.small_twothirds.hspace{
		width:calc(66.666% - 2.5rem);
	}

	.masonry{
		padding:0 !important;
		margin:0 !important;	
	}

	.masonry > div{
		padding:0 !important;
		margin:0 !important;
		width:100%;
	}
	
	.masonry > div > div{
		border-bottom:5px solid white;
		border-top:5px solid white;
	}

}

.margin0{margin:0 !important;}
.mb0, .mbottom0{margin-bottom:0 !important;}

.pad0{ padding:0px !important;}
.padt0{ padding-top:0px !important;}
.padb0{ padding-bottom:0px !important;}
.pad1{ padding:1px !important;}
.pad2{ padding:2px !important;}
.pad5{ padding:5px !important;}
.padt5{ padding-top:5px !important;}
.padb5{ padding-bottom:5px !important;}
.pad10{ padding:10px !important;}
.padt10{ padding-top:10px !important;}
.padb10{ padding-bottom:10px !important;}
.padb20{ padding-bottom:20px !important;}
.pad20{ padding:20px !important;}
.pad25{ padding:20px !important;}
.pad30{ padding:30px !important;}
.pad40{ padding:40px !important;}
.pad50{ padding:50px !important;}
.pad75{ padding:75px !important;}
.pad80{ padding:80px !important;}
.pad100{ padding:100px !important;}

table.cellpad tr td{	padding:5px 5px 5px 10px; }

.w1, .one{ width:1px; }
.w5, .five{ width:5px; }
.w10, .ten{ width:10px; }
.w15, .fifteen{ width:15px; }
.w20, .twenty{ width:20px; }
.w30, .thirty{ width:30px; }
.w40, .forty{ width:40px; }
.w50, .fifty{ width:50px; }
.w60, .sixty{ width:60px; }
.w70, .seventy{ width:70px; }
.w80, .eighty{ width:80px; }
.w90, .ninety{ width:90px; }
.w100, .hundred{ width:100px; }
.w110, .oneten{ width:110px; }
.w120, .onetwenty{ width:120px; }
.w130, .onethirty{ width:130px; }
.w140, .oneforty{ width:140px; }
.w150, .onefifty{ width:150px; }
.w155{ width:155px; }
.w160, .onesixty{ width:160px; }
.w170{ width:170px; }
.w180{ width:180px; }
.w190{ width:190px; }
.w200, .twohundred{ width:200px; }
.w210, .twoten{ width:210px; }
.w230, .twothirty{ width:230px; }
.w250, .twofifty{ width:250px; }
.w260, .twosixty{ width:260px; }
.w300, .threehundred{ width:300px; }
.w310, .threeten{ width:310px; }
.w320, .threetwenty{ width:320px; }
.w330, .threethirty{ width:330px; }
.w340, .threeforty{ width:340px; }
.w350, .threefifty{ width:350px; }
.w380, .threeeightyy{ width:380px; }
.w390, .threeninety{ width:390px; }
.w400, .fourhundred { width: 400px; }
.w450, .fourfifty { width: 450px; }
.w500, .fivehundred { width: 500px; }
.w600, .sixhundred { width: 600px; }
.w700, .sevenhundred { width: 700px; }

.h5{ min-height:5px; !important;}
.h10{ min-height:10px; !important;}
.h15{ min-height:15px; !important;}
.h20{ min-height:20px !important;}
.h25{ min-height:25px !important;}
.h30{ min-height:30px !important;}
.h40{ min-height:40px !important;}
.h50{ min-height:50px !important;}
.h60{ min-height:60px !important;}
.h70{ min-height:70px !important;}
.h80{ min-height:80px !important;}
.h90{ min-height:90px !important;}
.h100{ min-height:100px !important;}
.h200{ min-height:200px !important;}
.h300{ min-height:300px !important;}
.h400{ min-height:400px !important;}
.h500{ min-height:500px !important;}

ul { margin:10px 0px 0px 0px; padding-inline-start: 20px; }
ul li { margin-left:0; margin-bottom: 20px; line-height:25px;}

.scottubecontainer {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
