/*
Theme Name: Build
Author: Build
Text Domain: build
*/

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,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,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}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

*{padding:0;margin:0;}
img{border:0; margin:0;}
p{padding:0 0 15px 0; }
.clear{clear:both;}


#wrap a {
	color: green;
	text-decoration: none;
}

#wrap a:hover {
	text-decoration: underline;
}

.container {
  border: 2px solid #ccc;
  background-color: #eee;
  border-radius: 5px;
  padding: 16px;
  margin: 16px 0;
}

/* Clear floats after containers */
.container::after {
  content: "";
  clear: both;
  display: table;
}

/* Float images inside the container to the left. Add a right margin, and style the image as a circle */
.container img {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}

/* Increase the font-size of a span element */
.container span {
  font-size: 20px;
  margin-right: 15px;
}

/* Add media queries for responsiveness. This will center both the text and the image inside the container */
@media (max-width: 500px) {
  .container {
    text-align: center;
  }

  .container img {
    margin: auto;
    float: none;
    display: block;
  }
}





	#the_footer {
		clear: both;
		width: 100%;
		background-color: #777;
		color: #fff;
		font-family: arial;
	}


	#the_footer_left {
		padding-top: 10px;
		padding-bottom: 10px;
		height: 40px;
		width: 70%;
		float: left;
		background-color: #777;
	}

	#the_footer_right {
		padding-top: 10px;
		padding-bottom: 10px;
		height: 40px;
		width: 30%;
		float: right;
		background-color: #777;
	}

	#the_footer_left ul {
		list-style: none;
		height: 20px;
		padding-left: 20px;
	}

	#the_footer_right ul {
		list-style: none;
		height: 20px;
		font-size: 18px;
		float: right;
		padding-right: 50px;
	}

	#the_footer_left li {
		margin-right: 20px;
		float: left;
	}


	#the_footer_left a {
		color: #fff;
		text-decoration: none;
	}

	#the_footer_right a {
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		font-size: 20px;
	}

	#the_footer_right li {
		margin-left: 20px;
		float: left;
	}




@media only screen and (max-width: 640px) {

#togglebox {
background: #aaa;
color: #fff;
padding-bottom: 3px;
padding-top: 3px;
text-align: center;
}
label {
  cursor: pointer;
}
#menu-toggle {
  display: none; /* hide the checkbox */
}
#mmenu {
  display: none;
  padding: 0px;
  margin: 0px;
}
#menu-toggle:checked + #mmenu {
  display: block;
}

#mmenu li a {
  font-family: arial;
  text-align: center;
  display: block;
  background: #666;
  color: #fff;
  text-decoration: none;
  padding-bottom: 4px;
  padding-top: 4px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-top: 1px;
}




		#the_header {
			width: 100%;
		}

		#the_logo {
			width: 250px;
			margin: 0 auto;
		}

		#the_logo img {
			width: 250px;
		}



		#logos {
			display: none;
		}


		#mobile_logos {
			padding-top: 20px;
			padding-bottom: 20px;
			display: inline;
		}

		#wrap {
			clear: both;
			padding-top: 40px;
			padding-right: 10px;
			padding-left: 10px;
		}

		#wrap_content p, #wrap_content li {
			color: #555;
			line-height: 135%;
			font-family: Arial;

		}

		#wrap_content h1 {
			color: #333;
			font-weight: bold;
			padding-bottom: 20px;
			font-family: Arial;
		}

		#menu {
			display: none;
		}


		#the_footer_left li {
			font-size: 13px;
		}


}


@media only screen and (min-width: 641px) and (max-width: 1119px) {

		#the_footer_left li {
			font-size: 15px;
		}


		#the_header {
			width: 100%;
		}

		#the_logo {
			width: 250px;
			margin: 0 auto;
		}

		#the_logo img {
			width: 250px;
		}

		#logos {
			padding-top: 20px;
			width: 90%;
			padding-bottom: 20px;
			margin: 0 auto;
		}

		#logos img {
			width: 99%;
		}

		#mobile_logos {
			display: none;
		}

		#menu {
			width: 550px;
			margin: auto;
			padding-top: 10px;
			padding-bottom: 10px;
		}

		#menu li a {
			font-family: Arial;
			color: #222;
			font-weight: bold;
			margin-right: 30px;
			float: left;
			text-decoration: none;
		}

		#togglebox {
			display: none;
		}
		#menu-toggle {
			display: none;
		}
		#mmenu {
			display: none;
		}

		#wrap {
			clear: both;
			padding-top: 40px;
			width: 80%;
			margin: 0 auto;
		}

		#wrap_content {
			width: 90%;
		}


		#wrap_content p, #wrap_content li {
			color: #555;
			line-height: 135%;
			font-family: Arial;
		}

		#wrap_content h1 {
			color: #555;
			padding-bottom: 20px;
			font-family: Arial;
		}

}


@media only screen and (min-width: 1120px) {

		#togglebox {
			display: none;
		}
		#menu-toggle {
			display: none;
		}
		#mmenu {
			display: none;
		}

		#the_header {
			width: 100%;
		}

		#the_logo {
			width: 400px;
			margin: 0 auto;
		}

		#the_logo img {
			width: 400px;
		}

		#logos {
			width: 1000px;
			padding-top: 20px;
			margin: 0 auto;
			padding-bottom: 20px;
		}

		#logos img {
			width: 1000px;
		}

		#mobile_logos {
			display: none;
		}

		#wrap {
			width: 940px;
			margin: 0 auto;
			font-size: 1.3em;
			clear: both;
			padding-top: 40px;
		}

		#wrap_content {
			width: 90%;
		}

		#wrap_content p, #wrap_content li {
			color: #555;
			line-height: 135%;
			font-family: Arial;

		}

		#wrap_content h1 {
			color: #333;
			font-weight: bold;
			padding-bottom: 20px;
			font-family: Arial;

		}

		#menu {
			width: 550px;
			margin: auto;
			padding-top: 10px;
			padding-bottom: 10px;
		}

		#menu li a {
			font-family: Arial;
			color: #222;
			font-weight: bold;
			margin-right: 30px;
			float: left;
			text-decoration: none;
		}

		#the_footer_left li {
			font-size: 18px;
		}



}