/* ==================================================
   Reset CSS + Clearfix
================================================== */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;overflow:hidden}.clearfix:after{clear:both}.clearfix{zoom:1}

/* ==================================================
   Images
================================================== */

img
{
	display: block;
	
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	
	outline: 1px solid transparent;
}

/* ==================================================
   LazySizes
================================================== */

.lazyloading:not(iframe)
{
	opacity: 0;
}

.lazyloaded
{
	opacity: 1;
	transition: 400ms opacity;
}

[data-expand].lazyload
{
	opacity: 0;
	transform: scale(0.8);
}

[data-expand].lazyloaded
{
	opacity: 1;
	transition: all 700ms;
	transform: scale(1);
}

img.lazyloaded, 
img.lazyload
{
	display: block;
	width: 100%;
	max-width: 1000px;
}

/** <img class="lazyload" src="images/img-small.jpg" data-srcset="images/img-small.jpg 768w, images/img-large.jpg 1024w" alt="" /> **/

/* ==================================================
   Typography
================================================== */

.section p
{
	margin: 0 0 20px 0;
}

.section strong, .section b
{
	font-weight: 700;
}

.section em, .section i
{
	font-style: italic;
}

.section h1, .section h2, .section h3, .section h4, .section h5, .section h6
{
	margin: 0 0 20px 0;
	font-weight: 700;
	font-family: "Montserrat";
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}

	.section h1
	{
		font-size: 1.8em;
		color: #E94C37;
	}
	
	.section h2
	{
		font-size: 1.4em;
	}
	
	.section h3
	{
		font-size: 1.3em;
	}
	
	.section h4
	{
		font-size: 1.2em;
	}
	
	.section h5
	{
		font-size: 1.1em;
	}
	
	.section h6
	{
		font-size: 1em;
	}

.section hr
{
	clear: both;
	border: 0;
	height: 0;
	margin: 0 0 25px 0;
	border-top: 1px dotted #DDD;
}

.section ul
{
	margin: 0 0 20px 25px;
	list-style-type: square;
}

	.section ul li
	{
		padding: 0;
	}

		.section ul ul
		{
			margin: 0 0 0 20px;
		}

.section ol
{
	margin: 0 0 20px 25px;
	list-style-type: decimal;
}

	.section ol li
	{
		padding: 0;
	}

		.section ol ol
		{
			margin: 0 0 0 20px;
		}

.section .treemenu, .section .treemenu ul, .section .treemenu li
{
     position: relative;
}

	.section .treemenu ul
	{
		list-style: none;
		margin: 0 0 20px 0;
		line-height: 1.4em;
		padding-left: 15px;
	}
	
	.section .treemenu ul ul
	{
		padding-top: 5px;
		padding-left: 20px;
		margin: 0 0 5px 0;
	}
	
		.section .treemenu ul li
		{
			padding: 1px 0;
		}
		
			.section .treemenu li::before,
			.section .treemenu li::after
			{
				content: "";
				position: absolute;
				left: -15px;
			}

			.section .treemenu li::before
			{
				border-top: 1px solid #AAA;
				top: 12px;
				width: 8px;
				height: 0;
			}
			
			.section .treemenu li::after
			{
				border-left: 1px solid #AAA;
				height: 100%;
				width: 0px;
				top: 2px;
			}

/* ==================================================
   Images
================================================== */

img
{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	
	outline: 1px solid transparent;
}

.imgleftdiv
{
    float: left;
    max-width: 280px;
    margin: 0 20px 15px 0;
}
	
    .imgleftdiv img
	{
        width: 100%;
        display: block;
        margin: 0 0 8px 0;
    }
        
.imgrightdiv
{
    float: right;
    margin: 0 0 15px 20px;
}
        
    .imgrightdiv img
	{
        width: 100%;
        display: block;
        margin: 0 0 8px 0;
    }

.imgfull
{
	width: 100%;
}

@media only screen and (max-width: 768px)
{
	
	.imgleftdiv
	{
		float: none;
		margin: 0 0 20px 0;
	}
	
	.imgrightdiv
	{
		float: none;
		margin: 0 0 20px 0;
	}
	
}

/**

<div class="imgrightdiv" style="max-width:400px">
	<img src="https://unsplash.it/600/400/?random" alt="" />
</div>

**/

/* ==================================================
   Button
================================================== */

.mybutton
{
	position: relative;
	display: inline-block;
	padding: 13px 16px;
	margin: 0;
	width: auto;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	border: none; 
	font-size: 1.2em;
	font-weight: 600;
	text-align: left;
	font-family: inherit;
	background-color: #00685B;
	line-height: 1.1em;
	color: #FFF;
	cursor: pointer;
	letter-spacing: 0.1em;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	
	-webkit-appearance: none;
}

	.mybuttonsmall
	{
		padding: 12px 14px;
		font-size: 1.1em;
		letter-spacing: 0.1em;
	}
	
	.mhsection .mybutton
	{
		background: #FABB00;
		color: #222;
		font-size: 1.05em;
		padding: 12px 13px;
		letter-spacing: 0.05em;
		margin: 0 0 15px 0 !important;
		width: 100%;
		text-align: center;
	}
	
		.mybutton:hover
		{
			background: #005349;
			color: #FFF;
		}
		
			.mybutton.fullbutton
			{
				width: 100%;
			}

/* ==================================================
   Responsive Tables
================================================== */

#responsivetable
{
	overflow-x: auto;
}

	#responsivetable table
	{
		border: 1px solid #CCC;
		border-collapse: collapse;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	#responsivetable table tr
	{
		background: #F5F5F5;
		border: 1px solid #DDD;
	}

	#responsivetable table th,
	#responsivetable table td
	{
		padding: 12px 15px;
		text-align: left;
		line-height: 1em;
	}

	#responsivetable table th
	{
		background: #00685B;
		color: #FFF;
		font-weight: 800;
	}

/**

<div id="responsivetable">
	<table>
		<thead>
			<tr>
				<th>First Name</th>
				<th>Last Name</th>
				<th>Age</th>
				<th>Favorite Movie</th>
				<th>Favorite Band/Aritst</th>
			</tr>
		</thead>
		<tbody>
			<tr>
				<td>Ron</td>
				<td>Wilson</td>
				<td>30</td>
				<td>Wizard of Oz</td>
				<td>Oasis</td>
			</tr>
			<tr>
				<td>Armando</td>
				<td>Reyes</td>
				<td>17</td>
				<td>Star Wars</td>
				<td>Phantogram</td>
			</tr>
			<tr>
				<td>Sarah</td>
				<td>Thompkins</td>
				<td>62</td>
				<td>Ghostbusters</td>
				<td>Arcade Fire</td>
			</tr>
			<tr>
				<td>Lorraine</td>
				<td>Schugel</td>
				<td>25</td>
				<td>Moana</td>
				<td>Bush</td>
			</tr>
		</tbody>
	</table>

**/

/* =======================================================
   LazyYT - v1.0.1
=========================================================== */

.ytcontainer
{
	width: 100%;
	max-width: 600px;
}

.lazyYT-container
{
	direction:ltr;
	position: relative;
	display: block;
	height: 0;
	padding: 0 0 56.25% 0;
	overflow: hidden;
	background-color: #000;
}

.lazyYT-container iframe
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.lazyYT-container .html5-info-bar
{
	display: none;
}

.ytp-thumbnail
{
	padding-bottom: inherit;
	cursor: pointer;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.ytp-large-play-button
{
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	width: 86px !important;
	height: 60px !important;
	padding: 0 !important;
	margin: -29px 0 0 -42px !important;
	font-size: normal !important;
	font-weight: normal !important;
	line-height: 1 !important;
	opacity: .9;
}

.ytp-large-play-button-svg
{
	opacity: .9;
	fill: #1f1f1f;
}

.lazyYT-image-loaded:hover .ytp-large-play-button-svg,
.ytp-large-play-button:focus .ytp-large-play-button-svg
{
	opacity: 1;
	fill: #cc181e;
}

/**

<div class="ytcontainer">
	<div class="js-lazyYT" data-youtube-id="1-UdWS4RAA4" data-ratio="16:9"></div>
</div>

**/

