﻿html {height:100%; width: 100%; overflow-y:scroll; overflow: -moz-scrollbars-vertical;}
body {margin:0 !important; padding: 0 !important;}
img{border:none;}

*, *:after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section {font-family: 'proxima-nova', Arial;}

/* MISC  
----------------------------------------------------------*/
.clear {clear: both;}
.clearfix {clear: both; height: 0;}
.clear5 {clear: both; height: 5px}
.clear10 {clear: both; height: 10px}
.clear15 {clear: both; height: 15px}
.clear20 {clear: both; height: 20px}
.clear25 {clear: both; height: 25px}
.clear30 {clear: both; height: 30px}
.clear35 {clear: both; height: 35px}
.clearbody {clear: both; height: 55px;}
.left {float: left;}
.right {float: right;}

/*  BRIGHT DARK #006B90 */

/* WRAPPERS
---------------------------------------- */
.wrapper {
    clear: both; 
    position: relative;
    z-index: 100000;
    font-family: "proxima-nova", Arial;
    width: 100%;
    height: 100%;
    }
    
/* HEADER 
----------------------------------------------------------*/
header {
    position: fixed;
    background-color: #00658B;
    z-index: 1000;
    box-shadow: 0 0 20px #000000;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    }
    
.logo {
    position: absolute;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    }


/* CONTACT BLOCK 
----------------------------------------------------------*/
.contactblock {
    background-color: #00587D;
}

.contactblock .contactus { /* STYLE IS RESPONSIVE */ }

.contactblock .contactus a {
    display: inline-block;
    font-family: "proxima-nova", Arial;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .1em;
    font-size: 11px;
    padding: 0 10px;
    line-height:32px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.contactblock .contactus a:hover{
    background-color: #00658B;
    color: #8FCEDC;
    text-shadow: 1px 1px 0 #002D61;
}

.contactus h3 button {
    display: inline-block;
    cursor: pointer;
    font-family: "proxima-nova", Arial;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .125em;
    font-size: 11px;
    padding: 0 10px;
    border: none;
    background: none;
    font-weight: 300;
    line-height:32px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.contactus h3 button:hover {
    background-color: #00658B;    
    color: #8FCEDC;
    text-shadow: 1px 1px 0 #002D61;

}



/* NAV 
----------------------------------------------------------*/
nav { /* STYLE IS RESPONSIVE */ }
#nav { /* STYLE IS RESPONSIVE */ }     
#navmain li { /* STYLE IS RESPONSIVE */ }
    
#navmain li a {
    font-family: "proxima-nova", Arial;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .1em;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    }
    
#navmain li a:hover {
    color: #8FCEDC;
    text-shadow: -1px -1px 1px #002D61;
    }

#navsocial { /* STYLE IS RESPONSIVE */ }
    
#navsocial a{
	font-family: 'df-icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	text-decoration: none;
	color: #ffffff;

	/* Better Font Rendering =========== */
	-webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
            transition: all .4s ease;
    }
    
#navsocial a:hover{
    color: #8FCEDC;
    text-shadow: -1px -1px 1px #002D61;		
    }

.canvasmenu {
    float: left !important;
    padding-left: 10px !important;
    padding-top: 25px !important;
}

.canvasmenu a {
    padding-right: 6px !important;
}

a.twitter:before{content:"\e602"}
a.facebook:before{content:"\e632"}
a.pinterest:before{content:"\e637"; font-size: 13px;}
a.google:before{content:"\e635"; font-size: 14px;}
a.instagram:before{content:"\e640"; font-size: 15px;}


/* GRID STRUCTURE
----------------------------------------------------------*/


/* SUBPAGE STRUCTURE
----------------------------------------------------------*/
.subtitleheader {
    position: fixed;
    width: 100%;
    top: 200px;
    height: 50px;
    z-index:3;
    } 
 
 .subtitleheader h1,  .subtitleheader h2, .worktitleheader h1 {
    font-family: "proxima-nova", Arial;
    font-weight: 200;
    font-style: normal;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: .025em;
    } 

.subtitleheader h1:before, .subtitleheader h2:before, .worktitleheader h1:before {
    position: absolute;
    top: 0;
    left: -25px;
    font-family: 'df-icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	text-decoration: none;
	color: rgba(0, 101, 139, 0.3);
	font-size: 62px;
	content:"\e6a9";
    }

.subtitleheader .tagline {
    padding: 0 0 0 25px;
    } 

.subtitleheader .tagline h2 {
    font-family: "proxima-nova", Arial;
    font-size: 19px;
    line-height: 20px;
    font-weight: 200;
    margin: 0;
    font-style: normal;
    color: #ffffff;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: .02em;
    } 

.kalibratetitle h1:before {
	content:"\e6e8" !important;
    font-size: 44px !important;
    left: -44px !important;
    top: 8px !important;
    }
 
/* SUBNAV
----------------------------------------------------------*/   
.subnav {
    position: absolute;
    width: 100%;
    top: 47px;
    left: 22px;
    z-index: 3;
    } 

.servicesnav {
    left: 400px !important;
    } 

.kalibratenav {
    left: 600px !important;
    } 

.subnavmenu  {
    position: relative;
    }

.subpagepadding {
    margin-left: 0 !important;
}

.subnavmenu a {
    display: inline-block;
    font-family: "proxima-nova", Arial;
    font-size: 16px;
    font-weight: 200;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .04em;
    padding: 8px 9px 6px 9px;
    -webkit-transition: background-position .25s;
    -moz-transition: background-position .25s;
    transition: background-position .25s;
    }
    
.subnavmenu a:hover {
    color: #40B3C9
    }
 
 a.activeSub, a.activeSub:hover {
    color: #40B3C9;
    }
 
  /* Sub Header
----------------------------------------------------------*/ 
.subpagedescription {
     position: fixed;
     top: 284px;
     width: 100%;
     height: 66px;
     color: #ffffff;
     background-color: rgba(0, 101, 139, 0.8);
     z-index: 4;
 }

.subpagescrollheight {
    margin-top: 374px !important;
}

.subpagedescription .contentarea {
    padding: 12px 0 0 25px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    }


.subpagedescription h1, .subpagedescription h2, .subpagedescription h3 {
    font-family: "proxima-nova", Arial;
    font-size: 30px;
    line-height: 39px;
    font-weight: 200;
    margin: 0;
    font-style: normal;
    color: #ffffff;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: .025em;
    }

.contentarea {
    position: relative;
    width: 65%;
    min-width: 1004px;
    margin: 0 auto;
    height: 100%;
    z-index: 3;
    }

 /* Sub Header - Default
----------------------------------------------------------*/ 
 .sectiondescription {
     position: fixed;
     top: 284px;
     width: 100%;
     height: 172px;
     color: #ffffff;
     background-color: rgba(0, 101, 139, 0.8);
     z-index: 4;
 }

 .sectiondescription .contentarea {
    padding: 12px 0 0 25px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    }

/* Sub Banners
----------------------------------------------------------*/
.addbgcolor {
    position: absolute;
    background-color: #001316;
    top: 8px;
    left: 0;
    width: 100%;
    height: 500px;
    z-index: 0;
}     
.servicesbanner {
    position: fixed;
    width: 100%;
    height: 425px;
    top: 50px;
    background-image:url(/Themes/Default/Content/Images/servicescatbanner.jpg); 
    background-repeat:no-repeat;
    background-color: #001316;
    background-position-y: -10px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1;
    }

.industriesbanner {
    position: fixed;
    width: 100%;
    height: 346px;
    top: 50px;
    background-image:url(/Themes/Default/Content/Images/industriesbanner.jpg); 
    background-repeat:no-repeat;
    background-color: #001316;
    background-position-y: 10px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1;
    }

.solutionsbanner {
    position: fixed;
    width: 100%;
    height: 423px;
    top: 50px;
    background-image:url(/Themes/Default/Content/Images/solutionsbanner.jpg); 
    background-repeat:no-repeat;
    background-color: #001316;
    background-position-y: 10px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1;
    }

.kalibratebanner {
    position: fixed;
    width: 100%;
    height: 346px;
    top: 50px;
    background-image:url(/Themes/Default/Content/Images/kalibratebanner.jpg); 
    background-repeat:no-repeat;
    background-color: #001316;
    -webkit-background-size: cover;
    background-position-y: 10px;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1; 
    }

.subpagebanner {
    position: fixed;
    width: 100%;
    height: 300px;
    top: 50px;
    background-image:url(/Themes/Default/Content/Images/servicesbanner.jpg); 
    background-repeat:no-repeat;
    background-color: #001316;
    -webkit-background-size: cover;
    background-position-y: 10px;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1; 
    }

/* GREY ACCENT BAR
----------------------------------------------------------*/ 
.greyaccentbar {
    position: fixed;
    height: 24px;
    width: 100%;
    background-color: #E6E6E6;
    z-index: 4;
    top: 456px;
    text-align: right;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.subaccentbar {
    top: 350px !important;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.greyaccentbar img {
    padding: 0 45px 0 0;
}

 /* Sub Header - For Services
----------------------------------------------------------*/ 
 .serivcesdescription {
     position: fixed;
     top: 284px;
     width: 100%;
     height: 172px;
     color: #ffffff;
     background-color: rgba(0, 101, 139, 0.8);
     z-index: 4;
 }

.serivcesdescription .contentarea {
    padding: 12px 0 0 25px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    }

.serivcesdescription h1 {
    font-family: "proxima-nova", Arial;
    font-size: 30px;
    line-height: 28px;
    font-weight: 200;
    margin: 0;
    font-style: normal;
    color: #ffffff;
    padding: 8px 0 0 0;
    text-transform: uppercase;
    letter-spacing: .025em;
    }

.serivcesdescription .contentarea div {
    padding: 0 0 0 0;
    }

.servicecontentblock {
    padding: 20px 0 0 25px !important;
    width: 100% !important;
    _min-height: 0 !important;
    min-height: 0 !important;
    margin-bottom: -20px;
    }

 /* Sub Header - For Framework
----------------------------------------------------------*/ 
.kalibratedescription {
     height: 113px !important;
 }

.kalibrateaccentbar {
    top: 396px !important;
}

.kalibratescrollheight {
    margin-top: 420px !important;
}

.kalibratecontentblock { /* STYLE IS RESPONSIVE */ }



/* Sub Header - For Solutions
----------------------------------------------------------*/ 
.solutionsdescription {
     height: 184px !important;
 }


.solutionaccentbar {
    top: 469px !important;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.solutionscrollheight {
    margin-top: 493px !important;
}

.solutioncontentblock {
    padding: 0 0 30px 0;
    width: 100%;
    _min-height: 150px;
    min-height: 150px;
    }


 /* Sub Header - For Industries
----------------------------------------------------------*/ 

.industrydescription {
     height: 113px !important;
 }

.industryaccentbar {
    top: 396px !important;
}

.industryscrollheight {
    margin-top: 420px !important;
}

.industrycontentblock {
    padding: 0 0 85px 0;
    width: 100%;
    _min-height: 250px;
    min-height: 250px;
    }



/* SCROLL UP AREA
----------------------------------------------------------*/ 
 #mainscontentscroll {
    position: relative;
    margin: 0 auto;
    margin-top: 480px;
    width: 100%;
    background-color: #ffffff;
    z-index:4;
    } 
    
.maincontentarea {
    padding: 0 0 0 0;
    position: relative;
    margin: 0 auto;
    z-index:5;
    }  
            
.maincontentarea .accent {
    position: absolute;
    right: 20px; 
    top: -18px;
    }


/* PAGE TITLE
----------------------------------------------------------*/   
.level2pagetitle {
    position: absolute;
    top: -36px;
    }

.level2pagetitle h2 {
    font-family: 'proxima-nova', arial;
    font-size: 32px;
    font-weight: 100;
    line-height: 32px;
    margin: 0;
    font-style: normal;
    color: #00658B;
    padding: 2px 0 0 0;
    text-transform: uppercase;
    letter-spacing: .05em;
    background-color: #ffffff;
    }
    
.contentblock {
    position: relative;
    z-index: 5;
    }




/* CALL OUTS
----------------------------------------------------------*/
#callout  {
    clear: both;
    margin-top: 0;
    position: relative;
    width: 100%;
    background-color: #0099B7;
    height: 250px;
    z-index:5;
    } 

.calloutcol {
    float: left;
    position: relative;
    width: 47%;
    padding: 0 0 15px 15px;
}

.calloutgrid {
    display: block;
    width: 95%;
    padding-top: 30px;
    margin: 0 auto;
    opacity: 0;
}

.calloutgrid .calloutlabel {
    display: block;
    padding: 0;
    font-size: 26px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.calloutgrid .calloutcopy {
    width: 94%;
    display: block;
    min-height: 120px;
    padding: 5px 0 8px 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #ffffff;
}

.calloutgrid .smallercopy {
    min-height: 86px !important;
}


.calloutreadmore a {
	position: relative;
	display: inline-block;
    width: 150px;
	margin: 0;
	outline: none;
	color: #fff;
	text-decoration: none;
	letter-spacing: .125em;
	font-weight: 200;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 13px;
}



/* SERVICES
----------------------------------------------------------*/
.sevicelist { /* STYLE IS RESPONSIVE */ }

.servicetype {
    vertical-align: top;
    }

.servicetypetitle {
    color: #00658B;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .05em;
    }

.servicetypecopy {
    font-weight: 300;
    color: #333333;
    }

.servicereadmorewhte a {
	position: relative;
	display: inline-block;
    width: 220px;
	margin: 0;
	outline: none;
	color: #00658B;
	text-decoration: none;
	letter-spacing: .075em;
	font-weight: 400;
	font-size: 13px;
    text-transform: lowercase;
}

    
/* FOOTER
----------------------------------------------------------*/
footer {
    position: relative;
    width: 100%;
    background-color: #00658B;
    min-height: 200px;
    color: #ffffff;
    font-size: 11px;
    padding: 20px 0 0 0;
    z-index: 3;
    }  

.footercontentarea {
    position: relative;
    width: 65%;
    min-width: 1004px;
    margin: 0 auto;
    height: 100%;
    z-index: 3;
    opacity: 0;
    }  


.footerrow {
    display: block;
    margin: 0 auto;
    width: 100%;
    letter-spacing: .08em;
    color: #8FCEDC;
    padding-left: 25px;
}
.footerrow a {
    color: #ffffff;
    text-decoration: none;
}
.copyright {
    text-transform: uppercase;
    display: block;
    padding-bottom: 20px;
}

.americanmade {
    display: block;
    padding-top: 20px;
    text-transform: none;
    width: 66%;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
}

.americanmade a {
    color: #ffffff;
    text-decoration: none;
}

.americanmade a:hover {
    color: #8FCEDC;
}

.footersection {
    display: inline-block;
    padding-right: 30px;
    text-align: left;
    vertical-align: top;
    color: #ffffff;
}

.footersection .label {
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
    line-height: 20px;
    color: #8FCEDC;
}

.footersection .text {
    letter-spacing: .05em;
    font-size: 12px;
    line-height: 20px;
}

.footersection .text a {
    color: #ffffff;
    text-decoration: none;
}

.footersection .text a:hover {
    color: #8FCEDC;
}



/* LOAD entypo ICON FONT
----------------------------------------------------*/
@font-face {
  font-family: 'entypo';
  font-style: 'normal';
  font-weight: 'normal';
  src: url('//weloveiconfonts.com/api/fonts/entypo/entypo.eot');
  src: url('//weloveiconfonts.com/api/fonts/entypo/entypo.eot?#iefix') format('eot'), 
  url('//weloveiconfonts.com/api/fonts/entypo/entypo.woff') format('woff'), 
  url('//weloveiconfonts.com/api/fonts/entypo/entypo.ttf') format('truetype'), 
  url('//weloveiconfonts.com/api/fonts/entypo/entypo.svg#entypo') format('svg');
}
