/* CSS Document */

a {
    outline: none;
}

html,
body {
    height: auto;
    max-width: 100%;
}

    html img {
        max-width: 100%;
    }

    html .slick-track {
        max-width: initial;
    }

body {
    margin: 0;
    padding: 0;
    text-align: center;
    background: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

/* * html #wrapper {height:100%;}*/

#container {
    margin: 0 auto;
    /*width: 710px;*/
    position: relative;
    min-height: 100%;
    _height: 100%; /* for IE6 as it doesnt understand min-height */
    /*background: url(../img/bg/background.jpg) repeat-y top center;*/ v;
}

#content {
    padding-bottom: 0px; /*100px;*/ /* assuming your footer height is 100px */
    margin: 0 auto;
    margin-left: 18px;
    width: 775px; /*710px;*/
}

    #content:not(:root:root) {
        padding-bottom: 0px; /*100px;*/ /* assuming your footer height is 100px */
        margin: 0 auto;
        
    }

html > body #content {
    padding-bottom: 0px; /*100px;*/ /* assuming your footer height is 100px */
    margin: 0 auto;
    width: 100%; /*710px;*/ /*775px*/
}

#banner {
    background: url(../images/banner.jpg) no-repeat;
    height: 465px; /*186px;*/
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 100px;
    background-position-x: 70%;
}

.secondary #banner {
    height: 15px;
    background-position-y: -40px;
}

    .secondary #banner .logo {
        display:none;
    }

#menu {
        margin-top: 0px;
        margin-bottom: 0px;
        background: white; /* url(../img/menu.jpg) no-repeat center;*/
        height: 23px; /*25px;*/
        width: 100%;
        margin-top: 0px;
        padding-top: 0px;
        padding-left: 15px;
        margin-left: 0px;
        vertical-align: middle;
    }

    #menu:not(:root:root) {
        padding-left: 0px;
    }

html > body #menu {
    padding-left: 0px;
    height: 100px;
    margin-top: -100px;
}

    html > body.secondary #menu {
        height:115px;
        border-bottom: 11px solid #f37021;
    }

html > body.secondary.newKnowledge #menu {
    border-bottom: none;
}


    html > body #menu .container .headerLogo {
        float: left;
        margin-top: 0px;
        width: 283px;
    }

    html > body #menu .container > div, html > body #menu .container > a {
        float: right;
        margin-left: 0px !important;
    }

    #menu a {
        color: black;
        padding-top: 1px;
    }
	
	#menu .socMed{
		margin-left: 15px;
	}
	
	#menu .nav_bar a{
		margin-left: 30px;
		margin-top:5px;
	}
	
	.navbar-collapse{
		position:absolute;
		top:0;
	}
	

#line {
    text-align: left;
    display: inline-block;
    width: 100%;
}

#footer {
    position: relative;
    margin-top: 0px;
    text-align: center;
    /*bottom: 0;
margin-top: -99px;/*

/*margin: -100px auto 0 auto;
position: relative;*/
}

html > body #footer {
    width: 100%;
    float: left;
    border-top: 1px solid white;
}

#main {
}

    #main:not(:root:root) {
        float: left;
    }

html > body #main {
    border-width: 1px;
    border-color: White;
    border-style: solid;
}

#footer1 {
    width: 775px; /*626px;*/
    text-align: right;
    padding-right: 50px;
}

#footer_bar {
    padding-top: 3px;
    color: white; /*#FFFFFF;*/
    font-size: 12px;
    vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    display: inline-block;
}

    #footer_bar:not(:root:root) {
        float: left;
    }

html > body #footer_bar {
    margin-top: 4px;
    margin-bottom: 4px;
}

table h3, p {
    padding: 0 0 0 0;
}

@media (min-width:768px) {
    #banner {
        background: url(../images/banner.jpg) no-repeat center;
        background-size: cover;
        height: 465px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        margin-right: 0px;
    }
        
    .secondary.newKnowledge #banner {
        height: 215px;
        background: url(../img/mobBanner.png) no-repeat center;
        background-size: cover;
    }

}

@media (min-width:1200px) {
    #banner {
        height: 465px;
    }
}
@media (max-width:1200px) {
    #menu .nav_bar a {
		margin-left: 15px;
    }
}
@media (max-width:991px) {

        #menu h2, #menu a.orangeBtn, a.orangeBtn {
            font-size: 14px;
            margin-left: 2.5px;
        }

        #menu a, #menu h2 {
        }
		html > body #menu .container .headerLogo{
			margin-top: 7px;
			width: 250px;
		}
}

@media (max-width:767px) {
    #banner {
        height: 443px;
    }
	#menu .nav_bar a{
		margin-left: 0px;
		margin-top: 0x;
		margin-bottom: 0px;
	}
}
@media (max-width:450px) {
	html > body #menu .container .headerLogo{
		width: 200px;
		margin-top: 12px;
	}
	
}

.featherlight .featherlight-content .featherlight-close-icon{
	line-height: 45px;
    width: 45px;
	font-size: 175%;
}

.featherlight .featherlight-content .featherlight-close-icon.bottomClose {
	position:relative;
	width:auto;
	margin-top: 0px;
    background-color: #f37021;
    color: white;
    padding-top: 2px;
    border: 2px #f37021 solid;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    outline: none;
	padding-left: 30px;
    padding-right: 30px;
    border-radius: 50px;
    margin: auto;
    display: inline-block;
	line-height: 30px;
} 

.featherlight .featherlight-content .featherlight-close-icon.bottomClose:hover{
	background-color: white;
	color: #f37021;
}

.featherlight:last-of-type{
	background: rgba(0,0,0,.4);
}