@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html{
    background-color: black;
} */

.wrapper{
  margin: 0;
  width: 100%;
  height: auto;
  margin: auto;

}

.slick-viewport {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
/* /////// Nav /////// */

#logo{
	width: 198px;
	height: 51px;
  margin-bottom: 27px;
	background: url(img/aps-logo-darkbg.png);
	background-size: contain;
  background-repeat:no-repeat;
}

/*
.nav-mobile{
  display: none;
} */

.nav{
  width: 270px;
  height:100vh;
  background-color: black;
  padding-left: 28px;
  padding-top: 28px;
  position: fixed;

  background: url(img/nav-bg.jpg);
  background-size:100%;
  background-repeat:no-repeat;
  background-color: black;


  font-family: Roboto;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 0.9px;
  line-height: 28px;
  text-decoration: none;
}

.nav li{
    margin-top: 12px;
    margin-bottom: 12px;
}

.nav a{
  text-decoration: none;
  color: #FFFFFF;

  transition:color .8s;
  transition-property: color;
  transition-duration: .8s;
  -webkit-transition-property: color;
  -webkit-transition-duration: .8s;
}

.nav a:hover{
  color: #FBEB34;
}

.rule-white{

  height: 1px;
  width: 85%;
  background-color: white;
  margin-top: 20px;
  margin-bottom: 15px;
}


.form-field{
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  color: #9B9B9B;
  letter-spacing: 0.7px;
  border: 0;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 10px;
  width: 85%;
}

#message{
  height: 80px;
}

#submit{
  background-color: #9E1722;
  color: white;
  border-radius: 5px;
  width: 120px;
  margin-top: 5px;
  padding-bottom: 12px;
  padding-top: 12px;

  transition:color .5s;
  transition-property: color;
  transition-duration: .5s;
  -webkit-transition-property: color;
  -webkit-transition-duration: .5s;

  transition:color .5s;
  transition-property: background;
  transition-duration: .5s;
  -webkit-transition-property: background;
  -webkit-transition-duration: .5s;

  -webkit-appearance: none;
}

#submit:hover{
  background: #DA1122;
  color: white;

  -webkit-appearance: none;
}

.nav-mobile{
  display: none;
}







/* /////// Content /////// */

.container{
padding-left: 270px;
width: 100%;
height: auto;
background-color: ;
}

.carousel-image img{
  width: 100%;
  height: auto;
  z-index: 2;
  clear: both;
}

.carousel-text-bold{
  font-family: Roboto;
  font-weight: 900;
  font-size: 28px;
  color: #FBEB34;
  letter-spacing: 0.58px;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
}

.carousel-text-light{
  font-family: Roboto;
  font-weight: 300;
  font-size: 28px;
  color: white;
  letter-spacing: 0.58px;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
}

.carousel-text-box{
  margin-left: auto;
  margin-right: auto;
  width:100%;
  text-align: center;
  z-index: 100;
  margin-top: -50px;
  padding-bottom: 10px;
}

.aps-carousel-m div{
  display: none;
}

.aps-carousel-m button{
  display: none;
  opacity: 0;
}


.page-header-image img{
  width: 100%;
  height: auto;
  background-color: ;
}

.pageheader{

text-transform: uppercase;
font-family: Roboto;
font-weight: 500;
text-align: center;
margin-top: -20%;
margin-bottom: 20%;
font-size: 50px;
color: #FFFFFF;
letter-spacing: 0.35px;
text-shadow: 1px 2px 7px rgba(0,0,0,0.65);
}


.page-header-image-m{
  display: none;
}

.text-area{
  margin-left: 70px;
  max-width: 820px;
  padding-right: 100px;
}

h1{
  font-family: Roboto;
  font-weight: 300;
  font-size: 34px;
  margin-bottom: 20px;
  color: #9E1722;
  letter-spacing: 0.24px;
}

h2{
  margin-top:60px;
  margin-bottom: -20px;
  color: #9E1722;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  color: #9E1722;
  letter-spacing: 0.35px;
  line-height: 1;

}

h4{
  font-family: Roboto;
  font-weight:700;
  font-size: 18px;
  color: #4A4A4A;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

p{
  font-family: Roboto;
    font-weight:400;
  font-size: 16px;
  color: #4A4A4A;
  letter-spacing: 0.8px;
  line-height: 25px;
  margin-bottom: 40px;
}

.image-rule{
  height: 80px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: -19%;
  margin-bottom: 12%;
}

.image-rule li{

  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  background-color: ;
}

.image-rule-bar{
    background-color: white;
    height: 2px;
    margin: 20px;
    width: 20%;
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
}

.image-rule-icon{
  width:32px ;
  height: 38px;
  margin-left: -18px;
  margin-bottom: 10px;
  background: url(img/image-rule-icon.png);
  background-size:100%;
  background-repeat:no-repeat;
  position:absolute;
}

.tab-container{
  /* background-color: green; */
  background: url(img/tabs-bg.jpg);
  background-size: cover;
  background-repeat:no-repeat;
  background-position: center;
  width: 100%
  height:auto;
}

.tab{
  width: 20%;
  min-width: 150px;
  height: 20%;
  display: inline-block;
  margin-left: -3px;
  margin-right: -1px;
  background-color: none;
}

.tab:hover{
  background-color: rgba(0,0,0,0.5);
}

.tab li{
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  float: left;
}

.tab img{
  width: 100%;
  height: 100%;
  padding: 30px;
}

.tab-labels{
  font-family: Roboto;
  font-weight:500;
  font-size: 16px;
  color: #FBEB34;
  letter-spacing: 0.33px;
  text-transform: uppercase;
  text-align: center;
  margin-top: -15px;
  padding-bottom: 20px;

  position:relative;
}

.spacer40{
  width: 100%;
  height: 40px;
}


/* /////// Footer /////// */

.service-area img{
  width: 100%;
  margin: 0;
}

.service-area-m{
  width: 100%;
  margin: 0;
}
.service-area-m{
  display: none;
}

.footer{
  width: 100%;
  height: 192px;
  margin-bottom: 0;

  background: url(img/footer-bg.jpg);
  background-size: cover ;
  background-repeat:no-repeat;

  font-family: Roboto;
  font-weight:300;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  line-height: 1.4;
}

.footer-list{
    height: ;
    padding-top: 30px;
    width: auto;
    display: inline-block;
    margin-top: 0;
    margin-left: 25px;
}

.footer a{
  text-decoration: none;
  color: #FFFFFF;
}

.footer-list-header{
    font-family: Roboto-Bold;
}

#footer-list-1{
  margin-left: 30%;
}

#footer-list-3{
  margin-left: 30%;
  margin-top: 30px;
}

.footerfix{
  width: 100%;
  height: 200px;
  background-color: ;
}

#break-mobile{
  display: none;
}


/* /////// @group Mobile Styling /////// */


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


@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');



h1{
  font-family: Roboto;
  font-weight: 300;
}

h2{
  font-family: Roboto;
  font-weight: 400;


}

h4{
  font-family: Roboto;
  font-weight: 700;
}

p{
  font-family: Roboto;
  font-weight: 400;
}


.container{
  padding-left: 0px;
  width: 100%;
  height: auto;
}

.container p, h1, h4{
  width: 130%;
  margin-left: -20px;
}

.nav{
  display: none;
}

.nav-mobile{
  display: contents;
  background-color: black;
}

.mobile-header{
  width: 100%;
  height: 80px;
  padding-left: 15px;
  padding-top: 15px;

  background: url(img/nav-bg.jpg);
  background-size:100%;
  background-repeat:no-repeat;
  background-color: black;
}

.mobile-logo{
  width: 181px;
	height: 47px;
  margin-top: 2px;

	background: url(img/aps-logo-darkbg.png);
	background-size: contain;
  background-repeat:no-repeat;
}

.nav-collapse{
  padding-top: 20px;
  padding-bottom: 220px;
  background-color: black;

  font-family: Roboto;
  font-weight:400;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 0.9px;
  line-height: 28px;
  text-decoration: none;
}

.nav-collapse a{
  text-decoration: none;
  color: white;

  transition:color .8s;
  transition-property: color;
  transition-duration: .8s;
  -webkit-transition-property: color;
  -webkit-transition-duration: .8s;
}

.nav-collapse a:hover{
color: #FBEB34;
}

.nav-collapse li{
  height: 44px;
  padding-left: 30px;
  color: white;
  text-decoration: none;
  text-align: left;
  text-transform: uppercase;

  transition:color .8s;
  transition-property: color;
  transition-duration: .8s;
  -webkit-transition-property: color;
  -webkit-transition-duration: .8s;

}

.nav-collapse li:hover{
color: #FBEB34;
}

.rule-white{

  height: 1px;
  width: 100%;
  background-color: #575757;
  margin-top: 10px;
  margin-bottom: 15px;
}

.form-field{
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  color: #9B9B9B;
  letter-spacing: 0.7px;
  border: 0;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 7%;
  padding: 10px;
  width: 80%;
  border-radius: 0;
}

#submit{
  background-color: #9E1722;
  color: white;
  border-radius: 5px;
  width: 120px;
  margin-top: 5px;
  margin-bottom: 70px;
  padding-bottom: 12px;
  padding-top: 12px;

  transition:color .5s;
  transition-property: color;
  transition-duration: .5s;
  -webkit-transition-property: color;
  -webkit-transition-duration: .5s;

  transition:color .5s;
  transition-property: background;
  transition-duration: .5s;
  -webkit-transition-property: background;
  -webkit-transition-duration: .5s;
  border-radius: 0;
}

#submit:hover{
  background: #DA1122;
  color: white;
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("icons/responsivenav.eot");
  src:url("icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("icons/responsivenav.ttf") format("truetype"),
    url("icons/responsivenav.woff") format("woff"),
    url("icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}



.nav-toggle {
  position: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  width: 70px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #d0d0d0; /* Edit this to change the icon color */
  font-family: "responsivenav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 28px;
  text-transform: none;
  position: absolute;
  content: "≡";
  text-indent: 0;
  text-align: center;
  line-height: 55px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-toggle.active::before {
  color: #blue; /* Edit this to change the icon color */
  font-family: "responsivenav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 28px;
  text-transform: none;
  position: absolute;
  content:"x";
}

.nav-toggle{
  margin-top: 12px;
}












.aps-carousel div{
  display: none;
  background-color: blue;
}

.aps-carousel button{
  display: none;
  opacity: 0;
}

.aps-carousel-m div{
  display:block ;
  margin-bottom: -7px;
}

.aps-carousel-m button{
  display: block;
  opacity: 1;
}

.aps-carousel-m{
  display: contents;
}


.carousel-image-m img{
  width: 100%;
  height: auto;
  z-index: 2;
  clear: both;
}

.carousel-text-bold{
  font-family: Roboto;
  font-weight: 900;
  font-size: 28px;
  color: #FBEB34;
  letter-spacing: 0.58px;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
}

.carousel-text-light{
  font-family: Roboto;
  font-weight: 300;
  font-size: 28px;
  color: white;
  letter-spacing: 0.58px;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
}

.carousel-text-box{
  margin-left: auto;
  margin-right: auto;
  width:100%;
  text-align: center;
  z-index: 100;
  margin-top: -90px;
  padding-bottom: 50px;
}



.service-area-m{
  display: block;
}

.service-area-m img{
  width: 100%;
  margin: 0;
}

.service-area{
  display: none;
}
















.page-header-image-m img{
  width: 100%;
  height: auto;
  background-color: ;
}

.pageheader{
text-transform: uppercase;
font-family: Roboto;
font-weight: 400;
text-align: center;
margin-top: -48%;
margin-bottom: ;
font-size: 52px;
line-height: .9;
color: #FFFFFF;
letter-spacing: 0.35px;
text-shadow: 1px 2px 7px rgba(0,0,0,0.65);
}


.page-header-image-m{
  display: inline;
}

.page-header-image{
  display: none;
}

.image-rule{
  height: 80px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: -18%;
  margin-bottom: 30%;
}


.image-rule-bar{
    background-color: white;
    height: 2px;
    margin: 20px;
    width: 25%;
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
}








.tab-container{
  /* background-color: green; */
  background: url(img/tabs-bg-mobile.jpg);
  background-size: cover;
  background-repeat:no-repeat;
  background-position: center;
  width: 100%
  height:auto;
}

.tab{
  width: 20%;
  min-width: 150px;
  height: 20%;
  display: inline-block;
  margin-left: 30px;
  margin-right: -1px;
  background-color: none;
}

.footer{
  width: 100%;
  height: 260px;
  margin-bottom: 0;

  background: url(img/footer-bg.jpg);
  background-size: cover ;
  background-repeat:no-repeat;

  font-family: Roboto;
  font-weight: 300;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  line-height: 1.4;
}

.footer-list{
    height: ;
    padding-top: 0px;
    width: auto;
    display: inline-block;
    margin-top: 0;
    margin-left: 40px;
}

.footer a{
  text-decoration: none;
  color: #FFFFFF;
}

.footer-list-header{
    font-family: Roboto;
    font-weight: 500;
}

#footer-list-1{
  margin-left:40px;
  margin-top: 30px;
}

#footer-list-3{
  margin-left:40px ;
  margin-top: 30px;
}

#break-mobile{
  display: block;
}


}
