﻿/* @font-face {
    font-family: customFont;
    src: url(f/nk57-lite.ttf);
} */

/*main-highlight-color: 	#3F51B5;*/ /*#3B70E2*/
/* Blue: #007FC7 */
/* Green: #8CC63F */

html {
    display: table;
    margin: auto;
    height: 100%;
    width: 100%;
	background-color:#EFEFEF;
	font-weight:bold;
}

body {
    display: table-cell;
    height: 100%;
    text-align: center;
    overflow-y: scroll;
    width: 100%;
    padding-top: 80px;
    /*font-family: 'Montserrat', sans-serif;
    font-family: 'Lato', sans-serif;*/
    font-family: 'Quicksand', sans-serif;
}

/*.fixed-header {
    position: fixed;
    top: 0px;
    left:0px;
}*/

.navWrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    /*background: #207A43;*/
    background: white;
    width: 100%;
    height: 80px;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(140,198,63,0.8);
    -moz-box-shadow: 0px 0px 20px 1px rgba(140,198,63,0.8);
    box-shadow: 0px 0px 20px 1px rgba(140,198,63,0.8);
}

.navBar {
    height: 80px;
    display: table-cell !important;
    vertical-align: middle;
}

.navBarSub {
    font-family: 'Expletus Sans', cursive;
    font-weight: bold;
    color: white;
}

nav {
    display: inline-block;
    text-align: center;
    width: 960px;
}

    nav a {
        /*color: white;*/
        color: #007FC7;
        text-decoration: none;
        font-family: 'Expletus Sans', cursive;
        font-size: medium;
        padding: 0px 24px;
        font-weight: bold;
    }

/*nav a:hover {
            color: #5fd58d;
            background: #207A43;
             text-shadow: 0 0.015em #101010,0 -0.015em #101010,0.01em 0 #101010,-0.01em 0 #101010; 
             text-shadow: 1px 0.5px 1px #101010; 
        }*/

.navContent {
    display: table;
    width: 100%;
}

.navlogo {
    display: table-cell;
    text-align: left;
    /*padding-left: 24px;
    padding-right: 24px;*/
    background: white;
    width: 240px;
    /*border-top:#207A43 solid 2px;
    border-bottom:#207A43 solid 2px;*/
}

#navhome {
    margin: 0px;
    padding: 0px;
}

.navlinks {
    vertical-align: middle;
    text-align: right;
    display: table-cell;
    /*background: #207A43;*/
    background: white;
}

.navSelected {
    background-color: #8CC63F;
    color: #FFFFFF;
}


.contentBody {
    width: 960px;
    display: inline-block;
}

.info {
    margin-top: 48px;
    text-align: justify;
    vertical-align: middle;
}

    /*.info::first-letter {
        font-size: 350%;
        color: #207A43;
    }*/

    .info a {
        text-decoration: none;
        font-weight: bold;
        color: #3B70E2;
    }

        .info a:hover {
            text-decoration: underline;
        }

.empty24 {
    clear: both;
    padding: 24px 0px;
}

.empty12 {
    clear: both;
    padding: 12px 0px;
}

.missionHeader {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #007FC7;
    padding-bottom: 12px;
    font-weight: bold;
}

.missionText {
    display: table-cell;
    font-size: 120%;
    text-align: center;
    vertical-align: middle;
    padding:0px 24px;
	color: #007FC7;
}

.productWrapper {
    /*position: fixed;
    top: 80px;*/
    left: 0px;
    z-index: 10;
    width: 100%;
    height: 80px;
    background: #8CC63F;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.1);
}

.homeProducts {
    display: table;
    width: 100%;
}

.homeProduct {
    display: table-cell;
    vertical-align: middle;
    /*background:#A0A0A0;*/
}

.homeProductSelected {
    background-color: #007FC7;
}

.productInfo {
    font-size: large;
    vertical-align: middle;
    padding-left: 12px;
	text-align:justify;
}

#productTabs {
    padding-left: 12px;
    width: 100%;
    display: table;
    table-layout:fixed;
}

/*#productTabs a:before{
    content: '';
    position: absolute;
    top: 0; right: 0;
    border-top: 15px solid white;
    border-left: 15px solid red;
    width: 0;
}*/

.productTab {
    display: table-cell;
    vertical-align: middle;
    background-color: #FBC1BD;
    color: white;
    text-decoration: none;
    height: 40px;
    /*border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px 0px 0px;*/
    /*-webkit-clip-path: polygon(90% 0, 100% 15px, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(90% 0, 100% 15px, 100% 100%, 0 100%, 0 0);*/
}

.productBody {
    border-width: 1px;
    border-style: solid;
}

#productBody {
    padding-left: 12px;
    width: 100%;
}

    #productBody td {
        padding: 0px;
    }


.productBodyHide {
    display: none;
}

.productImageThumb {
    height: 200px;
    width: 200px;
    margin-bottom: 32px;
}

.productImageText {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    width: 200px;
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 12px 0px;
    text-align: center;
    font-weight:bold;
}

.icon {
    padding: 16px;
    height: 28px;
    width: 28px;
}

.contactItem {
    /*background-position: center;
    background-repeat: no-repeat;
    height: 200px;*/
    /*border-radius: 20px 20px;*/
    display:table-cell;
    background-color: rgba(140,198,63,0.8);
    color: white;
    text-align: center;
    padding: 24px;
    font-size: 120%;
    font-weight: bold;
}

    .contactItem a {
        text-decoration: underline;
        color: white; /*#007FC7;*/
    }

.contactHeader {
    text-align: center;
    vertical-align: middle;
    color: #007FC7;
    padding-bottom: 12px;
    font-size: 150%;
}

.careersHeader {
    display: table-cell;
    background-color: #8CC63F;
    color: white;
    text-align: center;
    padding: 24px 12px;
    font-size: 180%;
    font-family: 'Expletus Sans', cursive;
}

#opportunity
{
	border-collapse: collapse; 
}

#opportunity th
{
	padding:8px;
	border-bottom:2px solid #8CC63F;
	color: #007FC7;
    font-weight: bold;
}

#opportunity td
{
	padding:8px;
	border-bottom:1px solid #8CC63F;
}

/* #opportunity tr.odd:hover
{
	background-color:#CCCCCC;
} */

#opportunity tr:not(.odd) td
{
	border-bottom:none;
}

.odd:hover, .careerInfoImage:hover
{
	cursor: pointer;
}

/* 
#opportunity tr td {
  border-bottom:1pt solid black;
  border-right:border:2px solid #8CC63F;
	} */

.footWrapper {
    background: rgba(0,0,0,0.6);
    /*background: rgba(140,198,63,1.0);*/
    width: 100%;
    height: 220px;
    -webkit-box-shadow: 0px 20px 0px 1px rgba(140,198,63,0.8);
    -moz-box-shadow: 0px 20px 0px 1px rgba(140,198,63,0.8);
    box-shadow: 0px 20px 0px 1px rgba(140,198,63,0.8);
}

.footTable {
    display: table;
    width: 100%;
    padding-top: 12px;
}

.footColumn {
    display: table-column;
}

.footRow {
    display: table-row;
}

.footRowTR td {
    /*width:18%;*/
}

.footItemHeader {
    /*display: table-cell;*/
    color: #8CC63F;
    font-weight: bold;
    text-align: left;
    padding-top: 12px;
}

.footItem {
    /*display: table-cell;*/
    color: white;
    text-align: left;
    padding-top: 6px;
}


    .footItem a {
        text-decoration: none;
        color: white;
    }

.social {
    height: 25px;
    vertical-align: middle;
}




.hvr-fade, .hvr-fade-sub {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
	background-color: #8CC63F;
	color: #FFFFFF;
}

.hvr-fade-sub:hover, .hvr-fade-sub:focus, .hvr-fade-sub:active {
	background-color: #007FC7;
	color: #FFFFFF;
}
	
