
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{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1;font:400 13px/1.5 'Open Sans', arial, helvetica, san-serif; color:#595959;overflow-x:hidden;}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}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}html{overflow:y-hidden;}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}

.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display: inline-block; clear: both; }
/* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */  

body { font:400 15px/1.5 'Lato', arial, helvetica, san-serif; color:#7c7c7c;text-shadow: 0 0 1px rgba(89,89,89,0.2);width:100%;position:relative;overflow-x:hidden;}

b { font-weight:700;
	font-family:'Lato', arial, helvetica, san-serif; 
	color:#7c7c7c;
	text-shadow: 0 0 1px rgba(89,89,89,0.2);}



.wrapper {
	max-width:1024px;
	width:100%;
	margin:auto;
	text-align:left;
	padding:60px 0 30px 0;
}

.dark {
	background:#ededed;
}

.darker {
	background:#464646;
}

.light {
	background:#ffffff;
}


form {
	margin:15px 0 25px 0;
	padding:20px 20px 20px 20px;
	background-color:#ffffff;
	border-radius: 20px 20px 20px 20px;
}

.form-text {
	float:left;
	padding:8px 10px 0 5px;
}

.form-field {
	font: 12px/1.4 'Lato', arial, helvetica, san-serif;
	padding:0px 15px;
	margin:0 5px 0 0;
	width:255px;
	height:36px;
	border-radius: 10px 10px 10px 10px;
	color:#464646;
	border:1px solid #dddddd;
	float:left;
}

.button {
	cursor:pointer;
	background: #09cc8a;
	color: white;
	width:136px;
	margin:4px auto;
	padding:14px 20px;
	display:block;
	text-align:center;
	border-radius: 5px;
	text-transform:uppercase;
	border:0;
	font-size:11px;	
}

.button2 {
	cursor:pointer;
	background: #49577F;
	color: white;
	width:136px;
	margin:4px auto;
	padding:14px 20px;
	display:block;
	text-align:center;
	border-radius: 5px;
	text-transform:uppercase;
	border:0;
	font-size:11px;	
}

.disabled, .disabled2 {
	opacity:30%;
}

.button:hover, .button2:hover {
	color:white;
	background:#666;
	text-decoration:none;
}

.disabled2:hover  {
	background: #c3df7f;
	opacity:30%;
	cursor:default;
	color: #666;
}

.disabled:hover {
	background: #5ab4a9;
	opacity:30%;
	cursor:default;
	color: white;
}


.ui-corner-all {
	border-radius:0 0 0 0;
	border-top:0;
	border-right:0;
	border-left:0;
}

.ui-tabs-anchor {
	font:400 13px/1.5 'Lato', arial, helvetica, san-serif; color:#7c7c7c;text-shadow: 0 0 1px rgba(89,89,89,0.2);
}

a.button
 {
	color:white;
	text-decoration:none;
}

a.button2
 {
	color:white;
	text-decoration:none;
}

a {
	color:#265a88;
	text-decoration:none;
}

a:hover {
	color:#275b8a;
	text-decoration:underline;
}

header {
		width:100%;
		background-color:#3c3c3c;
}

.banner {
	max-width:1024px;
	width:100%;
	margin:auto;
}

header .logo {
	text-align:left; 
	float:left;
	width:50%;
	background-color:#3c3c3c;
	padding-top:20px;
	padding-bottom:20px;
	height:100%;
}

header .title {
	text-align:right; 
	float:left;
	width:50%;
	background-color:#3c3c3c;
	padding-top:20px;
	padding-bottom:20px;
	height:100%;
	display:block;
}

h1 {
	font:300 18px/1.5px 'Lato', arial, helvetica, san-serif;
	color:white;
	padding-top:28px;
}

h2 {
	font:500 22px/1.5px 'Lato', arial, helvetica, san-serif;
	padding:0 0 25px 0;
	clear:both;
	text-transform:uppercase;
}


h3 {
	font:600 17px/1.6px 'Lato', arial, helvetica, san-serif;
	padding:10px 0 15px 0;
}

h4 {
	font:100 18px/1.5px 'Lato', arial, helvetica, san-serif;
	padding:0 0 30px 0;
	clear:both;
}


.column50 {
	width:50%;
	text-align:left;
	float:left;
	padding:14px;
	display:block;
	box-sizing: border-box;
}

.column100 {
	width:100%;
	text-align:center;
	float:left;
	padding:14px;
	display:block;
	box-sizing: border-box;
}

.contents {
	text-align:left;
	border-radius:10px;
	padding:30px;
	display:block;
	box-sizing: border-box;
}

p {
	padding:0 0 15px 0;
}

ul, ol {
	padding:0 0 20px 15px;
	list-style:disc;
}

.support {
	font:600 22px/1.6px 'Lato', arial, helvetica, san-serif;
	padding:14px 0;
}

.description {
	float:left;
	width:500px;
	padding:0 0 0 25px;
	margin:0;
}

.container {
	display: flex;
}

.highlight {
	padding:30px 30px 40px 30px; 
	background-color:#ededed;
	border-bottom:1px solid white;
}

.code {
	padding:10px;
	margin-top:5px;
	background-color:#ffffff;
	border: 0px !Important;
}

.copy {
	font-style: italic;
	font-size:12px;
	font-weight:bold;
}

textarea {width: 100%; height: 80px; padding: 6px; box-sizing: border-box; resize: none;border: 0px !Important;}

.separator {
	border-top: 1px solid silver;
	margin:20px 0px 30px 0;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
	
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#copyright {
	Width:100%;
	text-align:center;
}

.copyright {
	padding:30px 0;
}

@media(max-width:980px){
.wrapper {max-width:none;}
.column50 {width:100%;}
header {max-width:none;}
header .title {border-right: 10px solid #3c3c3c; width:43%;}
header .logo {border-left: 10px solid #3c3c3c; width:51%;}
}


