/*
Javascript-video-scrubber Demo
Created by Gary Hepting and the Dev Team at Emerge Interactive
Fork, follow and watch on Github at https://github.com/ghepting/javascript-video-scrubber
Visit Emerge Interctive at http://emergeinteractive.com/
*/


@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Poppins&display=swap');
body {
  background: #fff;
  
      margin: auto;
    text-align: center;
  /* Fallback for when there is no custom background color defined. */
}
section {
    max-width: 1600px;
    margin: auto;
}
.menu-item-44{
	display: none !important;
}
img.size-thumbnail {
    border-radius: 140px;
    display: inline-block;
    margin: auto;
    margin: 10px 5px 10px 5px;
}
body {
	font-family: 'proxima-nova', sans-serif !important;
	font-size:16px;
	line-height:150%;
	color:#000000;
	tjext-shadow:3px 3px 3px #000;
	
}
div.code {
	background:rgba(0,0,0,0.65);
	padding:.5em 2em;

}
pre {
	font-size:12px;
	font-family:Courier;
	text-shadow:none;
	overflow:auto;
}
a, a:link, a:visited {
	color: #000000 !important;
	text-decoration:none !important;
	border-bottom:0px dotted #eee;
}

a:hover, a:focus, a:active {
	color:#000000;
	text-decoration:none;
	border-bottom:0px dotted #fff;
}
p a, p a:visited, p a:link, p a:hover, p a:focus, p a:active{
	color: #ff7e00 !important;
	text-decoration:underline !important;
}
a.button, a.button:link, a.button:visited {
	display: inline-block;
	margin-right:0.5em;
	height: 31px;
	padding: 0 0 0 3px;
	font-family: Helvetica,arial,freesans,clean,sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
	white-space: nowrap;
	border: 1px solid #d4d4d4;
	border-radius: 6px;
	background: #f4f4f4;
	background: -moz-linear-gradient(#f4f4f4,#ececec);
	background: -webkit-linear-gradient(#f4f4f4,#ececec);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4',endColorstr='#ececec')";
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	text-decoration:none;
}
a.button:hover, a.button:focus {
	color: #fff;
	text-decoration: none;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	border-color: #518cc6;
	border-bottom-color: #2a65a0;
	background: #599bdc;
	background: -moz-linear-gradient(#599bdc,#3072b3);
	background: -webkit-linear-gradient(#599bdc,#3072b3);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bdc',endColorstr='#3072b3')";
}
a span {
	display: block;
	height: 31px;
	padding: 0 9px 0 7px;
	line-height: 43px;
}
h1, h2, h3 {
	ffont-family: 'Playfair Display', serif;
	line-height: 43px;
}
p {
	margin-top:2em;
}
a.simbutton {
    color: #ffffff !important;
}
div.article {
	blorder-radius:1em;
	padding:4em 4em;
	bjjackground:rgba(255,255,255,0.89);
}
ul.checkmarks {
	list-style:none;
	padding:1em 2em;
	border-radius:1em;
}
ul.checkmarks li {
	font-size:14px;
	font-weight:bold;
	display:block;
	padding:1.5em 1.5em 2.5em;
    background:transparent url("./images/checkmark.png") 0 1.35em no-repeat;
    padding-left: 60px;
    border-bottom:3px dotted rgba(255,255,255,0.3);
    margin-bottom:1em;
}
ul.checkmarks li:last-child {
	border:none;
	margin-bottom:0;
	padding-bottom:0;
}
nav{
    position: unset; 
    z-index: 8;
    text-align: center;
    color: #ffffff;
    padding-top: 12px;
    padding-bottom: 12px;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    display: inline-block !important;
}
nav>div{
        text-align: center;
    color: #ffffff;
    width: 80%;
    background-color: #000000;
    margin: auto;
    text-align: left;
}
img#video {
	position:fixed;
	z-index:1;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
}
#overlay {
	position:fixed;
	z-index:2;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background:url('/grid_overlay1.png');
}
#content {
	position: relative;
    z-index: 2;
    width: 100%;
    padding: 0% 0%;
    margin: auto;
    mkargin-top: 300px;
        max-width: 1440px;
}
#footer {
	text-align:center;
}
#footer h1 a {
	border:none;
}
#footer h1 a img {
	position:relative;
	top:12px;
}
.simbutton{
    -webkit-appearance: button;
    cursor: pointer;
    background-color: #107ec9;
    border: 0;
    color: #ffffff !important;
    font-size: 16px;
    padding: 7px;
    padding-left: 18px;
    padding-right: 18px;
    text-transform: uppercase;
    /* letter-spacing: 0.5px; */
    border-radius: 6px;
    font-weight: 700;
}