/* 
red: #c8102e
blue: #0073CF
asps: #246
black: #1e1e1e
*/
@font-face {
  font-family: 'Bebas';
  src: url('../fonts/BebasNeue.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BebasBold';
  src: url('../fonts/BebasNeue-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/futura.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaBold';
  src: url('../fonts/futura-bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
/* general */
* {
  border: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  background: #222;
  font: 37px/1.3 Futura, Calibri, Arial, sans-serif;
  color: #888;
  text-size-adjust: none;
}
a {
  color: #1D7DC0;
  text-decoration: none;
}
a:hover {
  color: #1e1e1e;
}
.chestred {
  color: #c8102e;
}
.arcblue {
  color: #0073CF;
}
.aspsblue {
  color: #246
}
.flex {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
h1 {
  font: bold 90px/1 Bebas, "Arial Narrow", sans-serif;
  color: #047;
	margin-bottom: 25px;
}
h1 + hr {
  background-color: #ddd;
  color: #ddd;
  margin: -5px 0 5px;
}
h2 {
  font: normal 70px/1 Bebas, "Arial Narrow", sans-serif;
  color: #555;
	margin-bottom: 25px;
}
h2 a {
  color: #555;
}
h2 a:hover {
  color: #369;
}
h3 {
  font: normal 60px/1 Bebas, "Arial Narrow", sans-serif;
  color: #369;
  letter-spacing: -1px;
}
h3 a {
  color: #369;
}
h3 a:hover {
  color: #333;
}
h4 {
  font: normal 50px/1 Bebas, "Arial Narrow", sans-serif;
  color: #777;
}
h4 a {
  color: #999;
}
h4 a:hover {
  color: #1D7DC0;
}
hr {
  height: 1px;
  background-color: #e0e0e0;
  color: #eee;
  margin: 5px 0;
  border: 0;
  clear: both;
}
p + p {
  margin-top: 1em;
}
/* layout */
.maxwidth {
  margin: auto;
  width: 100%;
}
.break {
  flex-basis: 100%;
  height: 0;
}
.contentbox {
  padding: 10vw 0;
  min-height: 40vh;
  display: flex;
  align-content: center;
  align-items: center;
}
#header {
  background: #0073cf url("../images/noise.png");
  position: sticky;
  z-index: 3;
  top: 0;
}
#topbar {
  position: absolute;
  top: 0;
  ;
  display: none;
  justify-content: flex-end;
  align-content: flex-end;
  width: 980px;
}
#topbar * {
  font: 18px/1 BebasBold, "Arial Narrow", Impact;
  color: #124;
  letter-spacing: 1px;
}
#topbar div {
  padding: 20px 5px;
}
#topbar strong {
  color: #124;
  padding: 0 10px;
}
#topbar a {
  display: block;
  transition: all ease-out 0.2s;
}
#topbar a:hover {
  transform: scale(1.1);
}
#header .maxwidth {
  margin-bottom: -10px;
  display: flex;
}
#header .maxwidth > div {
  flex-grow: 1;
}
#header .flex {
  align-items: flex-end;
  flex-grow: 1;
}
#title {
  background: #fff;
  padding: 30px 25px;
  font: 55px/1 BebasBold, "Arial Narrow", Impact;
  color: #246;
  letter-spacing: -2px;
  margin: 0;
}
#title small {
  font-weight: normal;
  font-size: 55px;
  color: #444;
  letter-spacing: -1px;
}
#title span.long, .bartitle span.long {
  display: none;
}
#title span.short, .bartitle span.short {
  display: inline;
  font-size: 80px;
}
#bar {
  display: none;
}
#menu {
  display: flex;
  align-items: center;
}
#menu a {
  flex-grow: 1;
  padding: 35px 0 33px;
  font: 48px/1 BebasBold, "Arial Narrow", Impact;
  text-transform: uppercase;
  color: #333;
  background-color: #fff;
  text-align: center;
  box-shadow: inset 0px -3px 6px #eee;
  letter-spacing: -1px;
}
#menu slot, #bar slot {
  display: none;
}
#menu a span {
  display: none;
}
#menu a.current {
  color: #def;
  background-color: #246;
  box-shadow: inset 0px -3px 6px #000;
}
#content {
  background: #efefef;
}
#welcomeblurb {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(230, 230, 230, 1) 100%);
}
#welcomeblurb .flex {
  align-content: stretch;
  align-items: stretch;
}
#welcomeblurb .blurbimage {
  flex-basis: 40%;
}
#welcomeblurb .blurbimage a {
  display: block;
  height: 100%;
  width: 100%;
  background: url(../images/arclogo.png) no-repeat center left;
  background-size: 80%;
}
#welcomeblurb .blurbcontent {
  flex-basis: 60%;
  padding-left: 50px;
}
#welcomeblurb .blurbcontent h1 {
  font: 60px/55px Bebas, "Arial Narrow", sans-serif;
  color: #124;
  letter-spacing: 1px;
}
#welcomeblurb .blurbcontent h1 a {
  display: block;
  font-family: BebasBold, "Arial Narrow", Impact;
  margin: -0.20em 0 0.025em;
  font-size: 85px;
  line-height: 85px;
  color: #0073CF;
}
#welcomeblurb .blurbcontent h1 a sup {
  font-size: 50%;
  font-family: Bebas, "Arial Narrow", sans-serif;
}
#welcomeblurb .blurbcontent a:hover {
  color: #047;
}
#welcomeblurb .blurbcontent h2 {
  font: 54px/1 Bebas, "Arial Narrow", sans-serif;
  color: #124;
  margin: -10px 0 0;
  letter-spacing: 1px;
}
#welcomeblurb .blurbsub {
  flex-basis: 100%;
  border-top: 2px dotted #aaa;
  padding: 25px 40px;
  font: 50px/1 Bebas, "Arial Narrow", sans-serif;
  color: #124;
  letter-spacing: 0px;
  margin: 30px 0 0;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: stretch;
}
#welcomeblurb .blurbsub .chestertonlogo {
  flex-grow: 1;
  flex-basis: 40%;
}
#welcomeblurb .blurbsub .chestertonlogo a {
  background: url("../images/chestertonlogo.png") no-repeat center center;
  background-size: 90%;
  width: 100%;
  height: 100%;
  display: block;
}
#welcomeblurb .blurbsub .chestertontext {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 60%;
  padding: 10px 0 10px 40px;
}
#welcomeblurb .blurbsub .chestertontext a {
  font-family: BebasBold, "Arial Narrow", Impact;
}
#specialty {
  box-shadow: inset 0px 5px 30px -10px rgba(0, 0, 0, 0.9);
  background: url("../images/specialitybg.jpg") no-repeat center center;
  background-size: cover;
  border-top: 10px solid #1e1e1e;
  border-bottom: 15px solid #141F2A;
}
#specialty .specialtycontent {
  box-shadow: none;
  position: static;
}
#specialty .specialtycontent .specialtytitle {
  font: 70px/1 BebasBold, "Arial Narrow", Impact;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.9);
  margin-bottom: 25px;
}
#specialty .specialtycontent .specboxcontainer {
  align-content: stretch;
  align-items: stretch;
  padding-bottom: 10px;
}
#specialty .specialtycontent .specboxcontainer .specbox {
  flex-grow: 1;
  height: 250px;
  flex-basis: calc((100% / 2) - 2%);
  margin: 1%;
  padding: 0;
  background: no-repeat center center;
  background-size: cover;
  border: 1px solid #ddd;
  box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.9);
  border-radius: 3px;
}
#specialty .specialtycontent .specboxcontainer .specbox strong {
  margin-left: -5px;
  display: inline-block;
  background-color: #0073CF;
  padding: 20px;
  border-right: 2px solid #1e1e1e;
  border-bottom: 4px solid #000;
  border-radius: 3px;
  letter-spacing: 0px;
  font: 43px/43px BebasBold, "Arial Narrow", Impact;
}
#specialty .specialtycontent .videooverlay {
  padding: 25px;
  color: #fff;
}
#specialty .pcab {
  margin: 40px 0 0;
  padding-top: 20px;
  border-top: 1px dotted #C1A380;
  font: 35px/1 Bebas, "Arial Narrow", sans-serif;
  letter-spacing: 0px;
  text-shadow: 0px 1px 5px #000;
}
#specialty .pcab .pcablogo {
  background: url("../images/pcablogo.png") no-repeat center right;
  background-size: contain;
  flex-basis: 20%;
  flex-grow: 1;
  height: 180px;
}
#specialty .pcab .pcabtext {
  flex-grow: 1;
  flex-basis: 80%;
  padding-left: 20px;
}
#specialty .pcab a {
  display: block;
  color: #C1A380;
  font: 45px/1 BebasBold, "Arial Narrow", Impact;
}
#specialty .pcab a:hover {
  color: #eee;
}
#specialtyvideo {
  display: none;
}
#products {
  background-color: #fff;
}
#products .productstitle {
  font: 62px/1 BebasBold, "Arial Narrow", sans-serif;
  padding-bottom: 40px;
  color: #333;
}
#products .productstitle span {
  font: 85px/1 BebasBold, "Arial Narrow", Impact;
  padding: 0 5px 0 0;
}
#products .productbox {
  flex-basis: 40%;
  text-align: center;
}
#products .productbox h3 {
  font: 65px/1 BebasBold, "Arial Narrow", sans-serif;
  margin: 0;
  color: #333;
}
#products .productbox .productimage {
  height: 400px;
  background: no-repeat center center;
  background-size: contain;
}
#products .productbox.arcmetal {
  border-right: 1px dotted #aaa;
}
#products .productbox.arcmetal .productimage {
  background-image: url('../images/arcformetal.jpg');
}
#products .productbox.arcconcrete .productimage {
  background-image: url('../images/arcforconcrete.jpg');
}
#products .productsub {
  padding: 65px 50px 0;
  font: 50px/1 BebasBold, "Arial Narrow", sans-serif;
  color: #666;
  letter-spacing: 0px;
  text-align: center;
}
#clients {
  box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.4);
  background: linear-gradient(180deg, rgba(34, 68, 102, 0.15) 0%, rgba(239, 239, 239, 0) 40%, rgba(34, 68, 102, 0.15) 100%);
}
#clients h1 {
  padding: 40px;
  font: 64px/1 BebasBold, "Arial Narrow", sans-serif;
  letter-spacing: 0px;
  color: #111;
  text-align: center;
}
#clients .clientlist {
  padding: 10px 40px;
  justify-content: flex-start;
}
#clients .client {
  flex-grow: 1;
  flex-basis: calc(100% / 3);
  padding: 35px 0;
}
#clients .client img {
  display: block;
  max-width: 100%;
  margin: auto;
  height: auto;
}
#clients .clientsub {
  margin-top: 15px;
  border-top: 1px dotted #aaa;
  padding: 40px;
  font: 44px/1 BebasBold, "Arial Narrow", sans-serif;
  letter-spacing: 0px;
  text-align: center;
  flex-grow: 1;
  color: #666;
}
#contacthome {
  height: 70vh;
  position: relative;
}
#contacthome .contacthomemap {
  position: absolute;
  width: 100%;
  height: 100%;
}
#contacthome .contacthomeoverlay {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2;
  border-radius: 5px;
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
  padding: 45px;
  text-align: center;
}
#contacthome .contacthomeoverlay h1 {
  color: #09f;
  padding-bottom: 15px;
  font-size: 65px;
}
#contacthome .contacthomeoverlay h2 {
  color: #aaa;
  letter-spacing: 0px;
  line-height: 1;
  padding-bottom: 10px;
  font-size: 48px;
}
#contacthome .contacthomeoverlay h3 {
  color: #eee;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 60px;
  padding: 0 20px;
}
#contacthome .contacthomesub {
  padding: 25px 0 0;
  font-size: 32px;
  font-weight: bold;
}
#contact {
  background: #fff;
  position: relative;
}

#map {
}
#map .contactinfo{
  padding: 5vh 10vw;
}
#luzon {
  position: absolute;
  top: 50px;
  left: 56px;
}
#footer {
  background: url("../images/noise.png");
  padding: 25px 20px 50px;
  border-top: 10px solid #246;
}
#footer h1 {
  color: #124;
  text-shadow: none;
}
#footer h2 {
  color: #fff;
  letter-spacing: 1px;
  text-shadow: none;
}
#footer .flex {
  justify-content: flex-start;
  align-items: flex-start;
}
#footer .flex > div:nth-child(1) {
  min-height: 200px;
  border-right: 1px dotted #111;
}
#footer .flex a {
  color: #111;
  transition: 0.1s ease-out all;
}
#footer .flex a:hover {
  color: #fff;
}
#footer .flex > div:nth-child(1) a {
  border-left: 2px solid rgba(255, 255, 255, 0);
  letter-spacing: 1px;
  display: block;
  padding: 5px 10px;
}
#footer .flex > div:nth-child(1) a:hover {
  border-left: 2px solid rgba(255, 255, 255, 1);
}
#footer .flex > div {
  padding: 20px;
}
#footer .flex h1 {
  font-family: futura;
  padding: 0 5px 5px;
  font-size: 20px;
  letter-spacing: 1px;
}
#footer .flex h1 img {
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}
#about {
  background-color: #fff;
  color: #333;
  letter-spacing: 1px;
}
#about p {
  line-height: 1.4;
}
#about .flex {
  align-items: flex-start;
}
#about .mission {
  border-bottom: 1px dotted #555;
}
#about .mission, #about .vision {
  padding: 70px;
}

#about .missionvision {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 100%);
}
#about .groupshot {
  background: url("../images/about-group-small.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  height: 60vh;
  box-shadow: inset 0px 25px 25px -15px rgba(0, 0, 0, 0.4);
}
#about .groupshotoverlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin: 30px;
  right: 0px;
}
#about .groupshotoverlay .maxwidth {
  border-top: 15px solid #0073CF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
  padding: 30px;
  background-color: #fff;
  font: bold 45px/1.2 Bebas, "Arial Narrow", sans-serif;
	letter-spacing:  2px;
}
#about .president {
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 100%);
}
#about .president .maxwidth {
  padding: 60px;
}

#about .president h1 {
  margin: 0;
}
#about .presidentphoto {
  width: 40%;
  background: url("../images/about-president-small.jpg") no-repeat center center;
  background-size: cover;
  float: right;
  margin: -10px 10px 30px 30px;
  border: 20px solid #fff;
  box-shadow: 0px 15px 25px -10px rgba(0, 0, 0, 0.5);
}
#about .presidentphoto:after {
  content: '';
  display: block;
  padding-bottom: 200%;
}
#about .chesterton {
	border-top: 15px solid #c8102e;
  background: #fedb00;
  padding: 120px 60px;
}

#about .chesterton h1
{
	color: #c8102e;
}
#about .chestertonlogo {
  margin-top: 60px;
}
#about .chestertonlogo a {
  background: url("../images/chestertonlogo.png") no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 150px;
  display: block;
}