/**********************       FONTS        ***********************/

@font-face {
    font-family: 'Cera';
    src: url('fonts/Regular/cerabasic-regular-webfont.woff2') format('woff2');
    src: url('fonts/Regular/cerabasic-regular-webfont.woff') format('woff');
}

@font-face {
    font-family: 'CeraBold';
    src: url('fonts/Bold/cerabasic-bold-webfont.woff2') format('woff2');
    src: url('fonts/Bold/cerabasic-bold-webfont.woff') format('woff');
}

@font-face {
    font-family: 'CeraBlack';
    src: url('fonts/Black/cerabasic-black-webfont.woff2') format('woff2');
    src: url('fonts/Black/cerabasic-black-webfont.woff') format('woff');
}

@font-face {
    font-family: 'CeraBoldIt';
    src: url('fonts/Bold-Italic/cerabasic-bolditalic-webfont.woff2') format('woff2');
    src: url('fonts/Bold-Italic/cerabasic-bolditalic-webfont.woff') format('woff');
}

@font-face {
    font-family: 'CeraBlackIt';
    src: url('fonts/Black-Italic/cerabasic-blackitalic-webfont.woff2') format('woff2');
    src: url('fonts/Black-Italic/cerabasic-blackitalic-webfont.woff') format('woff');
}

/*********************   MAIN (top to bottom) **************************/

body {
    width: 100%;
}

.call a,
.call a:hover,
.call a:active,
.call a:visited {
    text-decoration: none;
    color: #fff;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

ul li a:hover {
    text-shadow: -1px 0px 2px #fff;
    text-decoration: none;
    color: #fff;
}

a:visited {
    text-decoration: none;
    text-decoration-color: #fff !important;
}

textarea, input {
    resize: none;
    border-radius: 5px;
    vertical-align: top;
    color: #000 !important;
}

form {
    padding-bottom: 55px;
}

.under-header {
    position: absolute;
    width: 100%;
    margin: auto;
    height: 90px;
    top: 0;
}

.white-header {
    height: 100%;
}

.blue-header {
    background-color: #19407a;
    height: 100%;
    cursor: pointer;
}

.header {
    position: relative;
    margin: auto;
    height: 90px;
    max-width: 1000px;
    z-index: 5;
    background-color: #fff;
}

#home-link {
    position: relative;
    float: left;
}

#main-logo {
    position: relative;
    max-height: 116px;
}

#sub-logo {
    position: relative;
    max-height: 35px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.menu {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    font-family: 'CeraBlack', sans-serif;
    font-size: 24px;
    font-weight: 900;
    width: 140px;
}


.menu-button {
    position: relative;
    bottom: 0;
    width: 50px;
    height: 90px;
    color: #fff;
    background-color: #19407a;
    padding-top: 48px;
    cursor: pointer;
    float: right;
}


.menu-button:before {
    content: "";
    position: absolute;
    display: block;
    right: 100%;
    bottom: 0;
    height: 0;
    width: 0;
    
    border-bottom: 45px solid #19407a;
    border-right: 45px solid #19407a;
    border-left: 45px solid transparent;
    border-top: 45px solid transparent;
    cursor: pointer;
}

#menu-text {
    position: absolute;
    right: 20px;
}

#slide-container {
    display: none;
}

#list-container {
    text-align: center;
    margin-top: 90px;
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    background-color: #19407a;
}

#menu-list li a {
    color: #fff;
    font-size: 16px !important;
}

#menu-list {
    margin-top: 0;
    margin-left: -35px;
    list-style: none;
}

#triangle {
    height: 0px;
    width: 0px;
    margin: auto;
    border-top: 40px solid #19407a;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    margin-top: -10px;
}



.hero {
    position: relative;
    margin: auto;
    max-width: 1000px;
    margin-bottom: 20px;
}



#main-gasnitriding {
    margin-top: 15px;
    background-image: url(Assets/2Nitriding.jpg);
    background-repeat:no-repeat;
    background-size: 65% cover;
    background-position: left;
}



#main-btn-1 {
    margin-top: 15px;
    background-image: url(Assets/vacuum.jpg);
    background-repeat:no-repeat;
    background-size: 65% cover;
    background-position: left;
}

#main-btn-2 {
    background-image: url(Assets/atmosphere.jpg);
    background-repeat:no-repeat;
    background-size: 65% cover;
    background-position: right;
}

#main-btn-3 {
    background-image: url(Assets/glow1-small.jpg);
    background-repeat:no-repeat;
    background-size: 65% cover;
    background-position: left;
}

#main-btn-4 {
    background-image: url(Assets/oxide1.jpg);
    background-repeat:no-repeat;
    background-size: 65% cover;
    background-position: right;
}

.btn-inner {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    height: 200px;
}

.white-right {
    position: absolute;
    right: 0;
    height: 100%;
    width: 60%;
}

.white-left {
    position: absolute;
    left: 0;
    height: 100%;
    width: 60%;
}

.right-box {
    position: absolute;
    height: 100%;
    width: 66.6%;
    right: 0px;
    background-color: #fff;
}

.right-box:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 100%;

    border-left: 100px solid transparent;
    border-right: 100px solid #fff;
    border-top: 100px solid transparent;
    border-bottom: 100px solid #fff;
}


.left-box {
    position: absolute;
    height: 100%;
    width: 66.7%;
    left: 0px;
    background-color: #fff;
}

.left-box:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    left: 100%;

    border-right: 100px solid transparent;
    border-left: 100px solid #fff;
    border-top: 100px solid transparent;
    border-bottom: 100px solid #fff;
}

.orange-right {
    position: absolute;
    right: 0;
    height: 100%;
    width: 58%;
}

.orange-left {
    position: absolute;
    left: 0;
    height: 100%;
    width: 58%;
}

.btn-p-right {
    position: absolute;
    left: -40px;
    z-index: 3;
    font-family: 'CeraBlack', sans-serif;
    font-weight: 900;
    font-size: 3.3em;
}

.btn-p-left {
    position: absolute;
    right: -80px;
    left: 110px;
    z-index: 3;
    font-family: 'CeraBlack', sans-serif;
    font-weight: 900;
    font-size: 3em;
}

.wipe-right-box {
    position: absolute;
    height: 100%;
    width: 65.5%;
    right: 0px;
    padding-top: 40px;
    transition: color .5s ease-in-out;
    color: #999;
    
    transition: background-color .5s ease-in-out;
    background-color: #fff;
}

.wipe-right-box:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: 100%;
    margin-top: -40px;
    transition: border-color .5s ease-in-out;

    border-left: 100px solid transparent;
    border-right: 100px solid #fff;
    border-top: 100px solid transparent;
    border-bottom: 100px solid #fff;
}

.wipe-left-box {
    position: absolute;
    height: 100%;
    width: 65.6%;
    left: 0px;
    padding-top: 40px;
    transition: color .5s ease-in-out;
    color: #999;
    
    transition: background-color .5s ease-in-out;
    background-color: #fff;
}

.wipe-left-box:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    left: 100%;
    margin-top: -40px;
    transition: border-color .5s ease-in-out;

    border-right: 100px solid transparent;
    border-left: 100px solid #fff;
    border-top: 100px solid transparent;
    border-bottom: 100px solid #fff;
}

.arrow-right {
    position: absolute;
    top: 10px;
    right: 50px;
    height: 180px;
    width: 120px;
}

.arrow-left {
    position: absolute;
    top: 10px;
    left: 50px;
    height: 180px;
    width: 120px;
}

.arrow1 {
    position: absolute;
    top: 0;
    left: 0px;
    transition: border-color .5s ease-in-out;
    border-bottom: 30px solid transparent;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
}

.arrow2 {
    position: absolute;
    top: 30px;
    left: 0px;
    transition: border-color .5s ease-in-out;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
}

.arrow3 {
    position: absolute;
    top: 30px;
    right: 0px;
    transition: border-color .5s ease-in-out;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
}

.arrow4 {
    position: absolute;
    bottom: 30px;
    left: 0px;
    transition: border-color .5s ease-in-out;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
}

.arrow5 {
    position: absolute;
    bottom: 30px;
    right: 0px;
    transition: border-color .5s ease-in-out;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
}

.arrow6 {
    position: absolute;
    bottom: 0;
    left: 0px;
    transition: border-color .5s ease-in-out;
    border-top: 30px solid transparent;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
}


/********************************    ANIMATIONS     *********************************/

.btn-inner:hover .wipe-right-box:after {
    border-right: 100px solid #c75520;
    border-bottom: 100px solid #c75520;
}

.btn-inner:hover .wipe-right-box {
    background-color: #c75520;
    color: #fff;
}

.btn-inner:hover .wipe-left-box:after {
    border-left: 100px solid #c75520;
    border-bottom: 100px solid #c75520;
}

.btn-inner:hover .wipe-left-box {
    background-color: #c75520;
    color: #fff;
}

.btn-inner:hover .arrow1 {
    border-bottom: 30px solid #dd8850;
}

.btn-inner:hover .arrow2 {
    border-top: 30px solid #dd8850;
    border-right: 30px solid #dd8850;
}

.btn-inner:hover .arrow3 {
    border-bottom: 30px solid #dd8850;
    border-left: 30px solid #dd8850;
}

.btn-inner:hover .arrow4 {
    border-bottom: 30px solid #dd8850;
    border-right: 30px solid #dd8850;
}

.btn-inner:hover .arrow5 {
    border-top: 30px solid #dd8850;
    border-left: 30px solid #dd8850;
}

.btn-inner:hover .arrow6 {
    border-top: 30px solid #dd8850;
}


/********************************    OLD HERO & NAV DESIGN START    ****************************

#hero-img {
    width: 100%;
}

#hero-img-sm {
    width:100%;
    display: none;
}

.hero-text {
    position: absolute;
    bottom: 10%;
    left: 15%;
    right: 15%;
    font-family: 'Arial', sans-serif;
    color: #fff;
}

.hero-text1 {
    text-shadow: -2px -2px 3px #000, 2px 2px 3px #000;
}

#hero-title {
    font-size: 48px;
    font-size: 3vw;
    font-weight: 700;
}

.nav-body {
    position: relative;
    margin: auto;
    max-width: 1000px;
}

.nav-button {
    display: inline-block;
    position: relative;
    margin: 0;
    width: 24.9%;
    height: 120px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    vertical-align: middle;
    font-family: 'Arial', sans-serif;
    font-weight: 900;
}

.nav-button:hover {
    background-color: #e1592a;
    color: #fff;
    box-shadow: 0px -10px #e1592a, 0px 10px #e1592a;
}

.nav-button:click {
    background-color: #c75520;
    color: #fff;
}

.left {
    border-left: 1px solid #bbb;
}

.dis-left {
    border-left: 1px solid #bbb;
}

****************************************    OLD DESIGN END   ***********************************/

.mail-form-container {
    position: relative;
    margin: auto;
    max-width: 1000px;
    margin-bottom: 20px;
}

.email-form {
    display: block;
    position: relative;
    width: 100%;
    margin: auto;
    text-align: center;
    background-image: url(Assets/req-form.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    color: #fff;
    font-family: 'Arial', sans-serif;
    padding: 25px 10px 0px 15px;
}

.mail-form-container-lander {
    position: relative;
    margin: auto;
    max-width: 1000px;
    margin-bottom: 20px;
    padding-top: 12%;
}

.email-form-lander {
    display: block;
    position: relative;
    width: 100%;
    margin: auto;
    text-align: center;
    color: #fff;
    font-family: 'Arial', sans-serif;
    padding: 25px 10px 0px 15px;
}

.email-form input,
.email-form-lander input {
    margin: 0 15px 2px 15px;
}

#form-header {
    font-family: 'Arial', sans-serif;
    font-weight: 900;
    font-size: 32px;
}

.form-body {
    display: inline-block;
}

#form-subheader {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
}

label {
    padding-bottom: 10px;
    font-size: small;
}

#service-btn {
    width: 157px;
    height: 28px;
    margin-left: 40px;
    color: #555;
    border-radius: 5px;
}

.caret {
   margin-top: -1px;
   position: absolute;
   right: 10px;
   top: 50%;
}

.small-input{
    width: 157px;
}

.large-input {
    margin-left: 10px;
    width: 51em;
}

.call-container {
    position: relative;
    display: block;
    max-width: 70%;
    margin: auto;
    margin-top: 15px;
}

.call {
    background-color: #19407a;
    border-radius: 5px;
    margin: 0px auto;
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    padding-top: 10px;
}

.submit-btn {
    margin-bottom: 10px;
}

.sender {
    float: right;
    width: 100px;
    margin-top: 5px;
}

.news {
    max-width: 1000px;
    margin: auto;
}

.news-header {
    padding-top: 10px;
    padding-left: 100px;
    color: #999;
    font-family: "CeraBlack", sans-serif;
    font-weight: 800;
    font-size: 3.3em;
}

.news-story {
    color: #888;
    text-align: center;
    padding-bottom: 10px;
    font-family: 'Cera', sans-serif;
}

.news-story img {
    width: 95%;
}

.news-title {
    font-weight: 900;
    font-family: 'CeraBlack', sans-serif;
}

.red-link {
    color: #c52;
    font-weight: bolder;
}

.wide-footer {
    position: relative;
    width: 100%;
    background-color: #aaa;
    padding-bottom: 40px;
    margin: auto;
}

.footer {
    position: relative;
    margin: auto;
    max-width: 1000px;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-family: 'Arial', sans-serif;
}

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

.footer a:hover {
    text-shadow: -1px -1px 2px #fff;
    color: #fff;
    text-decoration: none;
}

.head {
    font-weight: bolder;
    font-size: 16px;
}

.credit-img {
    width: 100%;
}




/************************     ARTICLE DESIGN      *****************************/

.article-hero {
    margin-top: 15px;
}

.still-right-box {
    position: absolute;
    height: 100%;
    width: 65.5%;
    right: 0px;
    padding-top: 40px;
    transition: color .5s ease-in-out;
    color: #999;
    
    transition: background-color .5s ease-in-out;
    background-color: #fff;
}

.still-left-box {
    position: absolute;
    height: 100%;
    width: 65.6%;
    left: 0px;
    padding-top: 40px;
    transition: color .5s ease-in-out;
    color: #999;
    
    transition: background-color .5s ease-in-out;
    background-color: #fff;
}

.orange-banner-back {
    background-color: #c75520;
    height: 100%;
}

.arrow-banner1 {
    position: relative;
    max-width: 1000px;
    min-height: 220px;
    margin: auto;
    color: #fff;
    background-color: #c75520;
}

.arrow-banner1:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;

    border-right: 110px solid transparent;
    border-left: 110px solid #fff;
    border-top: 110px solid transparent;
    border-bottom: 110px solid #fff;
}

.article-subheader {
    max-width: 960px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 0 3% 0 3%;
    text-align: justify;
    font-family: 'CeraBold', sans-serif;
    font-size: 26px;
}


.services-page .article-subheader {
    margin-top: 10px;
    margin-bottom: 0;
    color: #19407a;
}

.services-page .divider-inner {
    padding-top: 5px;
    color: #19407a;
}

.explainer {
    margin-left: 32%;
    margin-right: 3%;
    padding-top: 20px;
}

.aht-explainer {
    padding-top: 28px;
}

#explainer-title {
    font-family: 'CeraBlackIt', sans-serif;
    font-size: 22px;
}

.explainer-block {
    max-width: 960px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 25px;
    font-family: 'Cera', sans-serif;
    font-size: 18px
}

.vht #explainer-title {
    padding-top: 30px;
}

.ipn #explainer-title {
    padding-top: 20px;
}

.black-band {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 70px;
    background-color: #4a4a4a;
    opacity: .8;
    z-index: 50;
}

.clear-band {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 70px;
    z-index: 50;
}

.black-band-text {
    max-width: 1000px;
    margin: auto;
    font-family: 'CeraBold', sans-serif;
    color: #fff;
    font-size: 30px;
    padding-top: 15px;
    text-align: center;
}

#start-button {
    background-color: #19407a;
    border-radius: 15px;
    font-size: 20px;
    padding: 5px 10px 5px 10px;
    text-align: center;
    color: #fff !important;
    margin-left: -50px;
    margin-right: 30px;
}

.portfolio {
    max-width: 1000px;
    margin: auto;
    color: #fff;
}

.portfolio-header {
    padding-top: 10px;
    padding-left: 100px;
    margin-bottom: 20px;
    color: #999;
    font-family: "CeraBlack", sans-serif;
    font-weight: 800;
    font-size: 3.0em;
}

.portfolio-body {
    margin-bottom: 40px;
    text-align: center;
}

.under-blue-banner {
    position: absolute;
    width: 100%;
    height: 220px;
    margin: auto;
}

.blue-banner-back {
    background-color: #19407a;
    height: 100%;
}

.arrow-banner2{
    position: relative;
    max-width: 1000px;
    min-height: 220px;
    margin: auto;
    color: #fff;
    background-color: #19407a;
    margin-bottom: 25px;
}

.arrow-banner2:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
    
    border-right: 110px solid transparent;
    border-left: 110px solid #fff;
    border-top: 110px solid transparent;
    border-bottom: 110px solid #fff;
}

#benefits-title {
    font-family: 'CeraBlackIt', sans-serif;
    font-size: 22px;
}

.benefits {
    margin-left: 300px;
    padding: 20px 30px 19px 0;
}

.vht-benefits {
    padding-top: 30px;
}

.ipn-benefits {
    padding-top: 35px;
}

#benefits-list, #benefits-list li {
    list-style: none;
    margin-bottom: -15px;
    font-family: "Cera", sans-serif;
    font-size: 14px;
    vertical-align: middle;
}

.caret2 {
    font-size: 18px;
}

.specs {
    max-width: 1000px;
    margin: auto;
    font-family: 'Cera', sans-serif;
    color: #777;
}

.specs-header {
    padding-left: 100px;
    color: #999;
    font-family: "CeraBlack", sans-serif;
    font-weight: 800;
    font-size: 3.0em;
}

.specs-border {
    position: relative;
    padding: 0px 30px 10px 30px;
    border: 2px solid #19407a;
    margin-top: 10px;
    margin-bottom: 40px;
}

.specs-title {
    padding-top: 10px;
    font-family: 'CeraBlack', sans-serif;
    color: #000;
    margin: 0;
}

.row-specs {
    margin-top: 20px;
}

.row-border {
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px
}

.col-specs-border {
    border-right: 2px solid #ccc;
}




/*****************************   SERVICES etc.    ***********************************/




.blue-divider {
    font-family: 'CeraBold', sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
}

.divider-inner {
    padding: 12px;
}

.archive {
    margin-top: 50px;
}

.news-row {
    margin-bottom: 40px;
}

.btn-p-small {
    position: absolute;
    left: -40px;
    z-index: 3;
    font-family: 'CeraBlack', sans-serif;
    font-weight: 900;
    font-size: 3.1em;
}

.about {
    line-height: 1.0;
    margin-bottom: 10px;
}

.served {
    max-width: 1000px;
    margin: 40px auto 40px auto;
    font-family: 'CeraBold', sans-serif;
    font-size: 16px;
    padding: 0 12px 0 12px;
}

#map {
    position: relative;
    width: 739px;
    height: 539px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -4%;
    z-index: 5;
    border: 12px solid #fff;
    background-color: #eee;
}

#map iframe {
    height: 515px;
    width: 715px;
}

#map-top {
    margin-top: 60px;
}

#map-bottom {
    margin-top: -9%;
}

.arrow-banner3 {
    position: relative;
    max-width: 1000px;
    min-height: 220px;
    margin: auto;
    color: #fff;
    background-color: #19407a;
    margin-bottom: 25px;
}

.arrow-banner3:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    
    border-left: 110px solid transparent;
    border-right: 110px solid #fff;
    border-top: 110px solid transparent;
    border-bottom: 110px solid #fff;
}

.or-email {
    position: absolute;
    bottom: 10px;
    left: 40%;
    font-family: 'CeraBlackIt', sans-serif;
    font-size: 24px;
}

.orange-link-text a {
    font-family: 'CeraBlack', sans-serif;
    font-size: 22px;
    color: #c75520;
}

.right-align-links {
    text-align: right;
    padding-right: 20px;
}

.about-explainer {
    padding-top: 60px;
}

.history-explainer {
    padding-top: 40px;
}

#explainer-top {
    font-weight: 900;
    color: #19407a;
}

.htspecs p {
    padding: 10px 0 5px 0;
}


/*****************************   SCALABILITY    ***********************************/


@media screen and (max-width: 930px) {
    
    .call {
        margin-right: 110px;
    }
    
    .btn-p-right {
        font-size: 2.8em;
    }

    .btn-p-left {
        left: 50px;
        font-size: 2.8em;
    }
    
    .arrow-banner1 {
        padding-bottom: 29px;
    }

    .explainer-block {
        padding: 0 4% 0 4%;
    }
    
    .aht-explainer {
        padding-top: 20px;
    }
    
    .raq-text {
        font-size: 20px;
    }
    
    .benefits {
        margin-left: 220px;
    }
    
    .vht-benefits {
        padding-top: 20px;
    }
    
    .ipn-benefits {
        padding-top: 20px;
    }
    
    .btn-p-small {
        font-size: 2.4em;
    }
    
    #map {
        width: 649px;
        height: 499px;
    }

    #map iframe {
        width: 625px;
        height: 475px;
    }
    
    #map-bottom {
        margin-top: -18%;
    }
}



@media screen and (max-width: 767px) {
    
    #main-logo, #sub-logo {
        max-width: 180px;
        margin-bottom: 25px;
    }
    
    #sub-logo {
        margin-top: 10px;
    }
    
    .btn-p-right {
        font-size: 2.2em;
    }

    .btn-p-left {
        left: 30px;
        font-size: 2.2em;
        padding-right: 20px;
    }
    
    .large-input {
        width: 30em;
    }
    
    .vht #explainer-title {
        padding-top: 0;
    }

    .ipn #explainer-title {
        padding-top: 0;
    }
    
    .news-story {
        margin-left: 25px;
        text-align: justify;
    }
    
    .news-story a, .news-text {
        margin-left: 10px;
    }
    
    .article-subheader {
        font-size: 20px;
    }
    
    .raq-text {
        display: none;
    }
    
    .specs-header {
        padding-left: 20px;
        font-size: 2.5em;
    }
    
    .pro-w {
        border-right: none;
    }
    
    .specs-break {
        border-bottom: 2px solid #ccc;
    }
    
    .portfolio-header {
        padding-left: 40px;
        font-size: 2.5em;
    }
    
    .news-header {
        padding-left: 40px;
        font-size: 2.5em;
    }
    
    #start-button {
        margin: auto;
    }
    
    .btn-p-small {
        font-size: 1.9em;
    }
    
    #map {
        margin-top: -70px;
        width: 524px;
        height: 374px;
        float: right;
    }

    #map iframe {
        width: 500px;
        height: 350px;
        float: right;
    }

    #map-bottom {
        position: relative;
        clear: both;
        height: 30px;
        margin-top: 0;
        color: #19407a;
        background-color: #fff;
        border: none;
    }

    #map-bottom .blue-banner-back,
    #map-bottom .white-header {
        display: none;
    }

    #map-bottom:after {
        border: none;
    }

    #contact-body .arrow-banner3 {
        min-height: 20px;
    }
}
    
/*****************************
    .hero-text {
        right: 5%;
        left: 5%;
    }
    
    #hero-title {
        font-size: 3.6vw;
        text-shadow: -2px -1px 4px #000;
    }
    
    .nav-button {
        width: 49.8%;
    }
    
    .dis-left {
        border: 0px;
    }
    
    .email-form {
        width: 100%;
        background-image: url(Assets/vacuumblue-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    #service-btn {
        width: 190px;
    }
    
    .small-input {
        width: 190px;
    }
    
    .large-input {
        width: 208px;
    }
    
    .call {
        margin-right: 250px;
    }
    
    label {
        vertical-align: top !important;
    }
    
    .email-image {
        display: none;
    }
}

*********************************/

@media screen and (max-width: 550px) {
    .head-container {
        position: fixed;
        width: 100%;
        z-index: 50;
        top: 0px;
    }
    
    .header {
        position: relative;
    }
    
    .under-header {
        display: none;
    }
    
    .hero,
    .archive {
        margin-top: 100px;
    }
    
    .orange-right {
        width: 100%;
    }

    .orange-left {
        width: 100%;
        background-color: #19407a;
    }
    
    #services .orange-right {
        bottom: 2px;
    }
    
    #services .orange-left {
        bottom: 2px;
    }
    
    .white-right {
        width: 100%;
    }
    
    .white-left {
        width: 100%;
        border: none;
    }
    
    .wipe-right-box {
        width: 100%;
        padding-top: 35px;
        text-align: center;
        vertical-align: middle;
        transition: color .5s linear;
    }
    
    .still-right-box {
        width: 100%;
        padding-top: 35px;
        text-align: center;
        transition: color .5s linear;
    }
    
    .right-box {
        width: 60%;
        margin-right: 20%;
        border-bottom: 2px solid #19407a;
        text-align: center;
    }

    .wipe-right-box:after {
        display: none;
    }
    
    .right-box:after {
        display: none;
    }

    .wipe-left-box {
        width: 100%;
        padding-top: 35px;
        text-align: center;
        vertical-align: middle;
        transition: color .5s linear;
        color: #fff;
        background-color: #19407a;
    }
    
    .still-left-box {
        width: 100%;
        padding-top: 35px;
        text-align: center;
        transition: color .5s linear;
    }
    
    .left-box {
        width: 60%;
        margin-left: 20%;
        border-bottom: 2px solid #fff;
        text-align: center;
    }
    
    .no-underline {
        border: none;
    }

    .wipe-left-box:after {
        display: none;
    }
    
    .left-box:after {
        display: none;
    }

    .small-input {
        width: 120px;
    }
    
    .btn-p-right {
        left: 0;
        right: 0;
        padding: 0 10px 0 10px;
        font-size: 1.5em;
    }

    .btn-p-left {
        left: 0;
        right: 0;
        padding: 0 10px 0 10px;
        font-size: 1.5em;
    }

    #form-header {
        font-size: 2.0em;
    }

    #main-logo {
        margin-bottom: 0px;
    }
    
    #sub-logo {
        margin-top: 0px;
        margin-left: 10px;
        display: block;
    }
    
    #home .btn-inner {
        height: 120px;
    }
    
    .btn-inner {
        margin: auto;
        height: 90px;
    }
    
    #main-btn-1 {
        background-image: url("");
    }
    
    #main-btn-2 {
        background-image: url("");
        background-color: #19407a;
    }
    
    #main-btn-3 {
        background-image: url("");
    }
    
    #main-btn-4 {
        background-image: url("");
        background-color: #19407a;
    }
    
    .btn-inner:hover .wipe-right-box {
        background-color: #fff;
        color: #c75520;
    }
    
    .btn-inner:hover .arrow1 {
        display: none;
    }

    .btn-inner:hover .arrow2 {
        display: none;
    }

    .btn-inner:hover .arrow3 {
        display: none;
    }

    .btn-inner:hover .arrow4 {
        display: none;
    }

    .btn-inner:hover .arrow5 {
        display: none;
    }

    .btn-inner:hover .arrow6 {
        display: none;
    }
    
    .arrow-banner1:after {
        border-right: 55px solid transparent;
        border-left: 55px solid #fff;
        border-top: 55px solid transparent;
        border-bottom: 55px solid #fff;
    }
    
    .arrow-banner2:after {
        border-right: 55px solid transparent;
        border-left: 55px solid #fff;
        border-top: 55px solid transparent;
        border-bottom: 55px solid #fff;
    }
    
    .article-subheader {
        font-size: 14px;
        margin-top: 0px;
        padding-top: 5px;
    }
    
    .services-page .article-subheader {
        padding-top: 20px;
        margin-top: 0;
        margin-bottom: 0;
    }
    
    #explainer-title {
        font-size: 18px;
    }
    
    .explainer-block {
        font-size: 1em;
    }
    
    .benefits {
        margin-left: 110px;
    }
    
    .btn-p-small {
        left: 0;
        right: 0;
        padding: 0 10px 0 10px;
        font-size: 1.7em;
    }
    
    .services-page .divider-inner {
        font-size: 12px;
        padding-top: 10px;
    }
    
    .archive .news-header,
    .archive .portfolio-header {
        font-size: 1.8em;
    }
    
    .served #benefits-title {
        font-size: 16px;
    }
    
    .served .about {
        font-size: 13px;
    }
    
    .small-blue {
        background-color: #19407a;
        color: #fff !important;
    }
    
    #explainer-top {
        font-size: 18px;
    }
    
    .orange-link-text a {
        font-size: 18px;
    }
    
    #map {
        margin-top: -70px;
        width: 399px;
        height: 324px;
    }

    #map iframe {
        width: 375px;
        height: 300px;
    }
    
    #map-top {
        margin-top: 90px;
    }
    
    .blue-divider {
        margin-bottom: 0;
    }
}
 /***********************   
    #hero-img {
        display: none;
    }
    
    #hero-img-sm {
        display: inherit;
    }
    
    .hero-text {
        right: 1%;
        left: 1%;
        bottom: 2%;
    }
    
    #hero-title {
        font-size: 9vw;
        text-shadow: -2px -1px 4px #000;
    }

    #sub-logo {
        margin-right: 50px;
    }
    
    #service-btn {
        width: 120px;
    }
    
    .small-input {
        width: 120px;
    }
    
    .large-input {
        width: 138px;
    }
    
    .call {
        margin-right: 110px;
    }
}
*/
@media screen and (max-width: 470px) {
    .large-input {
        width: 20em;
    }
    
    .wipe-right-box {
        padding-top: 20px;
    }
    
    .wipe-left-box {
        padding-top: 20px;
    }
    
    .still-right-box {
        padding-top: 20px;
    }
    
    .still-left-box {
        padding-top: 20px;
    }
    
    #form-header {
        font-size: 1.2em;
    }
    
    .news-text {
        font-size: 12px;
    }
    
    #map {
        margin-top: -30px;
        width: 289px;
        height: 324px;
    }

    #map iframe {
        width: 265px;
        height: 300px;
    }
    
    #map-bottom .or-email {
        left: 20%;
        font-size: 18px;
    }
    
    .orange-link-text {
        padding-top: 10px;
    }
    
    .orange-link-text a {
        font-size: 14px;
    }
}
    /*
    .menu {
        top: 10px;
    }
    
    #service-btn {
        width: 100px;
    }
    
    .small-input {
        width: 90px;
    }
    
    
    label {
        font-size: x-small;
    }
    
    label span {
        font-size: 12px;
    }
    
    .call {
        font-size: 14px;
        margin-right: 70px
    }
    
    .footer {
        font-size: 12px;
    }
    
    .head {
    font-weight: bolder;
    font-size: 14px;
    }
}
*/

@media screen and (max-width: 442px) {
    .control-label {
        display: block;
        margin-right: 0px;
        margin-left: auto;
        max-width: 90%;
    }
    
    .label1 {
        margin-right: 2px;
    }
    
    #service-btn {
        margin-right: 11%;
    }
    
    .large-input {
        width: 157px;
        padding-bottom: 0;
    }
    
    .call-container {
        margin-top: 0;
    }
    
    .about-explainer {
        padding-top: 40px;
    }
    
    .history-explainer {
        padding-top: 20px;
    }
}


/********************************* ALTERNATE PAGE ******************************

.nav-hero {
    position: relative;
    margin: auto;
    max-width: 1400px;
    margin-bottom: 10px;
}

.row1 {
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;
}

.img-button {
    padding: 0;
}

.tile {
    width: 100%;
}

.img-button-txt {
    position: absolute;
    bottom: 10%;
    left: 15%;
    right: 15%;
    font-family: 'Arial', sans-serif;
    color: #fff;
    font-weight: 900;
    font-size: 24px;
    text-shadow: 1px 1px 2px #000, -1px -1px 2px #000;
}



 h1.pageheaders  {margin: 0px; padding: 0px; line-height: 70px;
    font-family: 'CeraBlack', sans-serif;
    font-weight: 900;
    font-size: 3.1em;}






















**************************/