/*
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
*/

@font-face {
    font-family: 'fira_sanslight_italic';
    src: url('fonts/firasans/firasans-lightitalic-webfont.eot');
    src: url('fonts/firasans/firasans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/firasans/firasans-lightitalic-webfont.woff2') format('woff2'), url('fonts/firasans/firasans-lightitalic-webfont.woff') format('woff'), url('fonts/firasans/firasans-lightitalic-webfont.ttf') format('truetype'), url('fonts/firasans/firasans-lightitalic-webfont.svg#fira_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fira_sanslight';
    src: url('fonts/firasans/firasans-light-webfont.eot');
    src: url('fonts/firasans/firasans-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/firasans/firasans-light-webfont.woff2') format('woff2'), url('fonts/firasans/firasans-light-webfont.woff') format('woff'), url('fonts/firasans/firasans-light-webfont.ttf') format('truetype'), url('fonts/firasans/firasans-light-webfont.svg#fira_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldbold';
    src: url('fonts/oswald/oswald-bold-webfont.eot');
    src: url('fonts/oswald/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/oswald/oswald-bold-webfont.woff') format('woff'), url('fonts/oswald/oswald-bold-webfont.ttf') format('truetype'), url('fonts/oswald/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldlight';
    src: url('fonts/oswald/oswald-light-webfont.eot');
    src: url('fonts/oswald/oswald-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/oswald/oswald-light-webfont.woff') format('woff'), url('fonts/oswald/oswald-light-webfont.ttf') format('truetype'), url('fonts/oswald/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldbook';
    src: url('fonts/oswald/oswald-regular-webfont.eot');
    src: url('fonts/oswald/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/oswald/oswald-regular-webfont.woff') format('woff'), url('fonts/oswald/oswald-regular-webfont.ttf') format('truetype'), url('fonts/oswald/oswald-regular-webfont.svg#oswaldbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

.cf:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cf {
    display: inline-block;
}

* html .cf {
    height: 1%;
}

.cf {
    display: block;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: 'fira_sanslight';
    color: #787878;
    font-size: 16px;
}

body, html {
    height: 100%;
    width: 100%;
}

a {
    text-decoration: none;
}

#siteWrap {
    min-height: 100%;
    position: relative;
}

#siteTop {
    padding-bottom: 100px;
}

#siteBottom {
    height: 100px;
    position: absolute;
    width: 100%;
    bottom: 0px;
}

body input,
body textarea {
}

.left {
    float: left;
}

.right {
    float: right;
}

.fadeThis * {
    display: none;
}

.fadeThis {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 1000;
}

    .fadeThis span.hover {
        background-position: left bottom;
        cursor: pointer;
        top: 0px !important;
        left: 0px !important;
    }

    .fadeThis span.text {
        position: absolute;
        display: block;
        z-index: 1001;
        text-align: center;
    }

    .fadeThis input {
        z-index: 2000;
        display: block !important;
        position: absolute;
    }

.formBtn {
    border: 0px;
    background-color: transparent;
    cursor: pointer;
}
/*------Basic Shell-------------------------*/

.miniTitle {
    font-family: 'Helvetica';
    font-size: 21px;
    font-weight: bold;
    color: #191f4e;
}

.imgBorder {
    border: solid 1px #375ea9;
    padding: 2px;
}

.divider {
    height: 1px;
    background-color: #b9b2b2;
    margin: 15px 0px;
}

.boxWrap {
    background-color: #f3f3f3;
    border: solid 1px #8f8b88;
    padding: 15px;
}

.textShadow {
    text-shadow: 1px 1px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
}
/*------Basic Shell-------------------------*/
.container {
    /*position:relative;*/
    max-width: 1001px;
    padding: 0px 20px;
    margin: 0 auto;
}

img {
    height: auto;
    max-width: 100%;
}

#header {
    height: 90px;
    position: relative;
    z-index: 10;
}

    #header #headerShadow {
        background-image: url(../images/header-shadow.png);
        background-repeat: repeat-x;
        position: absolute;
        width: 100%;
        height: 5px;
        bottom: -5px;
        left: 0px;
    }

    #header #logo {
        position: relative;
        float: left;
        margin-top: 28px;
    }

    #header #hdrRight {
        float: right;
        /*position:relative;*/
        height: 90px;
    }

        #header #hdrRight #hdrRightTop {
            padding-top: 9px;
            padding-bottom: 17px;
        }

            #header #hdrRight #hdrRightTop #searchWrap {
                position: relative;
            }

                #header #hdrRight #hdrRightTop #searchWrap input {
                    display: block;
                    box-sizing: border-box;
                    padding-top: 3px;
                    border: solid 1px #c8c8c8;
                    height: 28px;
                    width: 236px;
                    padding-left: 10px;
                    font-family: 'fira_sanslight_italic';
                    font-size: 14px;
                }

                #header #hdrRight #hdrRightTop #searchWrap #srchBtn {
                    color: #ff9b00;
                    font-size: 14px;
                    cursor: pointer;
                    position: absolute;
                    right: 5px;
                    top: 5px;
                    transition: all .4s ease;
                    -moz-transition: all .4s ease;
                    -webkit-transition: all .4s ease;
                    -o-transition: all .4s ease;
                }

                    #header #hdrRight #hdrRightTop #searchWrap #srchBtn:hover {
                        color: #1f478c;
                    }

        #header #hdrRight #navWrap {
            height: 37px;
            font-family: 'oswaldlight';
            margin-right: -20px;
        }

            #header #hdrRight #navWrap ul {
                margin: 0px;
                padding: 0px;
                list-style: none;
                -ms-box-orient: horizontal;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -moz-flex;
                display: -webkit-flex;
                display: flex;
                -webkit-justify-content: space-between;
                justify-content: space-between;
            }

                #header #hdrRight #navWrap ul > li > a {
                    font-size: 20px;
                    color: #505050;
                    line-height: 37px;
                    text-decoration: none;
                    background-image: url(../images/nav-link-bg.png);
                    background-repeat: repeat-x;
                    background-position: left 37px;
                    text-transform: uppercase;
                    height: 37px;
                    display: block;
                    text-align: center;
                    padding: 0px 20px;
                    top: 5px;
                    transition: all .4s ease;
                    -moz-transition: all .4s ease;
                    -webkit-transition: all .4s ease;
                    -o-transition: all .4s ease;
                }

                    #header #hdrRight #navWrap ul > li > a:hover {
                        color: #ffffff;
                        background-position: left 0px;
                    }

#hdrRightTop a, .nav-column .company {
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}


#hdrRightTop a {
    font-size: 14px;
    color: #ff9b00;
    text-decoration: none;
    padding: 0 19px;
}

    #hdrRightTop a:hover {
        color: #1f478c;
    }

#hdrRightTop span.spacer {
    color: #c8c8c8;
    position: relative;
    top: 1px;
}

#boxesWrap .colWrap {
    float: left;
    width: 327px;
    height: 681px;
    position: relative;
    margin-right: 10px;
}

    #boxesWrap .colWrap:last-child {
        margin-right: 0px;
    }

#boxesWrap .boxItem {
    overflow: hidden;
    position: absolute;
    z-index: 1;
}

    #boxesWrap .boxItem.large .boxInner {
        height: 335px;
    }

    #boxesWrap .boxItem.wide .boxInner {
        height: 163px;
    }

    #boxesWrap .boxItem.wide {
        width: 327px;
    }

    #boxesWrap .boxItem.small .boxInner {
        width: 158px;
        height: 163px;
    }

    #boxesWrap .boxItem.large:hover .boxInner img {
        transform: scale(1.3);
        -ms-transform: scale(1.3);
        -webkit-transform: scale(1.3);
    }

    #boxesWrap .boxItem .boxInner {
        position: relative;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center top;
        background-image:url('http://cyalume-corp.561dev.com/wp-content/uploads/2015/10/box-2.jpg');
        
    }

        #boxesWrap .boxItem .boxInner img {
            top: 5px;
            transition: all 1s ease;
            -moz-transition: all 1s ease;
            -webkit-transition: all 1s ease;
            -o-transition: all 1s ease;
        }

        #boxesWrap .boxItem .boxInner a {
            position: absolute;
            background-image: url(../images/clear.gif);
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            z-index: 5;
        }

        #boxesWrap .boxItem .boxInner .boxText {
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 100%;
            text-align: center;
            background-color: rgba(31,71,140,.75);
            height: 39px;
            line-height: 39px;
            font-family: 'oswaldlight';
            color: #ffffff;
            text-transform: uppercase;
            font-size: 20px;
            z-index: 3;
            transition: all 1s ease;
            -moz-transition: all 1s ease;
            -webkit-transition: all 1s ease;
            -o-transition: all 1s ease;
        }
		#boxesWrap .boxItem .boxInner .boxHoverText {
            position: absolute;
            left: 0px;
			height:180px;
			bottom: -180px;
            width: 100%;
            text-align: center;
            background-color: rgba(31,71,140,.75);
            color: #ffffff;
            text-transform: none;
			box-sizing:border-box;
			padding:5px 15px;
            font-size: 14px;
            z-index: 3;
            transition: all 1s ease;
            -moz-transition: all 1s ease;
            -webkit-transition: all 1s ease;
            -o-transition: all 1s ease;
        }
		#boxesWrap .boxItem:hover .boxInner .boxText {
			bottom:100px;
		}
		#boxesWrap .boxItem:hover .boxInner .boxHoverText {
			bottom:-80px;
		}

#threeColumns {
    padding-top: 26px;
}

    #threeColumns #threeColumnsWrap {
    }

    #threeColumns .paraWrap {
        float: left;
        width: 298px;
    }

        #threeColumns .paraWrap h2 {
            background-image: url(../images/logo-sm.png);
            background-repeat: no-repeat;
            background-position: left bottom;
            height: 29px;
            line-height: 37px;
            margin: 0px;
            margin-bottom: 5px;
            padding: 0px;
            padding-left: 42px;
            font-weight: normal;
            color: #1f478c;
            font-size: 24px;
            text-transform: uppercase;
            font-family: 'oswaldlight';
        }

            #threeColumns .paraWrap h2 .fa {
                color: #ff9b00;
                position: relative;
                top: -1px;
            }

#footer {
    padding-top: 40px;
    padding-bottom: 20px;
}

    #footer #footerNavWrap {
        float: left;
    }

        #footer #footerNavWrap a img {
            margin-right: 25px;
            transition: all .4s ease;
            -moz-transition: all .4s ease;
            -webkit-transition: all .4s ease;
            -o-transition: all .4s ease;
        }

            #footer #footerNavWrap a:hover img {
                transform: scale(1.10);
            }

    #footer #copyWrap {
        float: right;
        color: #a8a8a8;
        font-size: 12px;
        padding-top: 10px;
    }

        #footer #copyWrap a {
            color: #a8a8a8;
            text-decoration: none;
            top: 5px;
            transition: all .4s ease;
            -moz-transition: all .4s ease;
            -webkit-transition: all .4s ease;
            -o-transition: all .4s ease;
        }

            #footer #copyWrap a:hover {
                color: #1f478c;
            }
            
    #footer .social-media {
        display: inline-block;
        font-size: 18px;
    }
    
    #footer .social-media a {
        margin-left: 10px;
    }    

.responsive-menu a {
    text-transform: uppercase;
}

.responsive-menu ul.sub-menu {
    margin: 0;
    padding: 0;
}

#responsive-menu {
    background-color: rgba(0,0,0,0.9);
    border-right: solid 4px #ff9b00;
}
#responsive-menu .responsive-menu li.current-menu-item > a:hover, 
#responsive-menu .responsive-menu li.current-menu-item > .appendLink:hover, 
#responsive-menu .responsive-menu li.current_page_item > a:hover, 
#responsive-menu .responsive-menu li.current_page_item > .appendLink:hover {
    color: #ff9b00 !important;
}