input[type="submit"]{
	  font-size: 83.333%;
	 -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     font-family: var(--sans);
     text-transform: uppercase;
     border: none;
     cursor: pointer;
     cursor: pointer;
     outline: none;
padding: 8px 22px;
background: #E5E5E5;
border-radius: 30px;
margin-left: 20px;
}

input[type="text"],
input[type="tel"], 
input[type="email"], 
input[type="password"],
select,
textarea{
	flex: 1;
	  font-size: 83.333%;
	padding: 10px 0px 5px;
	 -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: transparent;
     font-family: var(--sans);
     text-transform: uppercase;
     color: var(--primary);
     border: none;
     border-bottom: 1px solid var(--primary);
     border-radius: 0px;
     outline: none;
}
input[type="text"]:focus,
input[type="tel"]:focus, 
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus{
} 

input[type="checkbox"]
{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     height: 0px;
     border-radius: 0;
     width: 0px;
     cursor: pointer;     
     outline: none;
     border: none;
     margin: 0;
}

input[type="checkbox"]:hover
{
     background-color: var(--contrast);
}
input[type="checkbox"]:checked
{
background-color: var(--contrast);
}




/*	Resets ================	*/


html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,article,aside,canvas,details,figure,figcaption,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0}article,aside,canvas,figure,figure img,figcaption,hgroup,section,audio,video{display:block}a img{border:0}figure{position:relative}figure img{width:100%}


abbr{
	text-decoration: none;
}

*{
outline: none;
}

button{
	outline: none;
}

html, body {
}

table{
	border-collapse: collapse;
}

.none {
	display: none;
}
.clear {
	clear: both;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
li {
	list-style:none;
}

/*	Links & Selection ================	*/

a {
	text-decoration: none;
	outline: none;
	color:inherit;
}

a img{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

p{
	margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6{
	font-weight: 500;
	
}


.noborder{
border:none !important;
}

a:visited {

	}

::selection {
	background: var(--contrast);
	color:var(--primary);
}
::-moz-selection {
	background: var(--contrast);
	color:var(--primary);	}
img{
	height: auto;
	    max-width: 100%;
	        width: 100%;
user-drag: none; 
user-select: none;
-moz-user-select: none;
-webkit-user-drag: none;
-webkit-user-select: none;
-ms-user-select: none;
display: block;
}

a img { border: none !important; }

img::selection {
	background: transparent;
}
img::-moz-selection {
	background: transparent;
}


.mobile{
display:none;
}

