#innerPageBanner_landing{ 
    background: linear-gradient(135deg, rgba(45, 143, 218, 1) 0%, rgba(45, 218, 183, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 0px;
    overflow: hidden;
    padding-top: 84px;
    position: relative;
}
.intro_video_text {
    display: block;
    padding: 50px 0 0;
    position: absolute;
    text-align: center;
    top: 300px;
    width: 100%;
    z-index: 2;
	color:#FFFFFF
}

.intro_video_text h2 {
    background-position: center bottom !important;
    color: #fff;
    font-size: 60px;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0 auto;
    padding: 0 0 50px;
    text-align: center;
    width: 50%;
}

.intro_video_text, .intro_video_text h2 {
 /*   background: url("https://d25w4yby8gyv0a.cloudfront.net/images/backgrounds/transparent-line-home.png") no-repeat scroll center top rgba(0, 0, 0, 0);*/
}

.intro_video_wrapper {
    box-sizing: border-box;
    height: 100%;
    min-height: 600px;
    overflow-y: hidden;
    position: relative;
    transition: height 0.4s linear 0s;
	background:linear-gradient(135deg, rgba(45, 143, 218, 1) 0%, rgba(45, 218, 183, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.scroll_down {
    bottom: 30px;
    color: #fff;
    font-size: 60px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.icon-angle-down::before {
    content: "\f107"
}
[class^="icon-"]::before, [class*=" icon-"]::before {
    display: inline-block;
    text-decoration: inherit;
}
.scroll_down i {
    animation: 1s ease 0s normal none 4 running bounce;
    cursor: pointer;
}
[class^="icon-"], [class*=" icon-"] {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    display: inline;
    height: auto;
    line-height: normal;
    margin-top: 0;
    vertical-align: baseline;
    width: auto;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

#header.visible_landing {
    background: linear-gradient(135deg, rgba(45, 143, 218, 1) 0%, rgba(45, 218, 183, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    display: block;
    float: left;
    height: 44px;
    margin-bottom: -84px;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    z-index: 100;
}
#header.visible_landing a.logo {
    background: url("../png/logo.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 44px;
    margin: 0 20px 0 0;
    padding: 0;
    position: relative;
    text-indent: -9999px;
    width: 221px;
    z-index: 2;
}
#header.visible_landing a {
    color: #fff;
}
#header.visible_landing #mainNav ul li a{
	color:#000;
	}
#header.visible_landing .alt_btn {
    background: none repeat scroll 0 0 #fff !important;
    color: #2d96d7 !important;
}	
#header.visible_landing .button:hover, .button:hover {
    background: none repeat scroll 0 0 #2d96d7 !important;
    color: #fff !important;
}
