#header .lower .wrapper .right {
    padding: 0;
}
#header .lower .wrapper .right a {
    padding-right: 0;
}

#touch-search { display: none; }

#keyword-autocomplete .ui-autocomplete {
    max-height: 200px;
    overflow-y: scroll;
}

#homepage-stream {
    margin-bottom: 0;
}

#primary-nav ul li.selected a {
    color: #ffffff;
}

/**********************************
* Hero
**********************************/

#hero {
    position: fixed;
    width: 100%;
    height: 672px;
    top: 158px;
    background: #ffffff;
    max-width: 1920px;
}

#hero .banner-pool {
    width: 1920px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

#container {
    position: relative;
    z-index: 99;
    /* Responsive based on image scale */    
    /*margin-top: 39.8124022929%;*/
    /* Responsive Fixed height */
    margin-top: 672px;
    background: #ffffff;
    border-top: 2px solid #636363;
}

body.sticky #hero {
    top: 96px;
} 

body #hero,
body.sticky #hero {
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    background: #21409a;
}

#hero #quick-search-form {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 440px;
    margin: 0 auto;
}

#hero #keyword-autocomplete,
#hero .form-item-row,
#hero #quick-search-form fieldset {
    margin: 0;
}

#hero .form-item-input input {
    border: 1px solid #8DD8FF;
    color: #000000;
    font-size: 22px;
    font-weight:700; 
    font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
    background: none;
}

#hero .form-item-input input::placeholder {
    color: white;    
}

#hero .form-item-input ::-webkit-input-placeholder { color: #000000; font-weight:700; font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif; }
#hero .form-item-input ::-moz-placeholder { color: #000000; font-weight:700; font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif; }
#hero .form-item-input :-ms-input-placeholder { color: #000000; font-weight:700; font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif; }
#hero .form-item-input :-moz-placeholder { color: #000000; font-weight:700; font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif; }

#hero #quick-search-form .form-buttons {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;  
    width: 60px;
    height: 100%;
    background: transparent;
}

#hero #quick-search-form .form-buttons:before {
    content: "\f002";
    font-family: fontawesome;
    font-size: 28px;
    line-height: normal;
    color: #108eef;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
}

#hero #quick-search-form .form-buttons:hover:before {
    color: #108eef;
}

#hero #quick-search-form .form-buttons:before,
#hero #quick-search-form .form-buttons:hover:before {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#hero #quick-search-form .form-buttons input {
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}




/*adam*/
#hero h1 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 60px;
    line-height: 65px;
    font-family: arial;
    font-weight: 400;
    /*-webkit-transform: translateY(-195%);
    -moz-transform: translateY(-195%);*/
    /*transform: translateY(-195%);*/
    margin-top: -250px;
    color: white;
}

#hero h1 span.bold {
    font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
    font-weight: 700;
    color: #8DD8FF;
}

/**********************************
* Middle section wrap
**********************************/

#main .midWrap {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

#main .midWrap .UserContent {
    height: 100%;
}

/**********************************
* weAreOrionGroup
**********************************/

#main .weAreOrionGroup {
    width: 66.66667%;
    height: 478px;
    display: inline;
    float: left;
    padding: 0 3px 0 10px;
}

#main .weAreOrionGroup {
    width: 66.66667%;
    display: inline;
    float: left;
}

#main .weAreOrionGroup .info {
    display: inline-block;
    width: 45%;
    float: left;
    padding-top: 40px;
}

#main .weAreOrionGroup .info h2 {
    font-size: 30px;
    line-height: 35px;
    color: #108eef;
}

#main .weAreOrionGroup .info .msg {
    height: 240px;
    overflow: hidden;
}

#main .weAreOrionGroup .info .buttons { position: relative; }

#main .weAreOrionGroup .info .buttons:before {
    content: '';
    position: absolute;
    left: 0;
    top: -30px;
    height: 30px;
    width: 100%;
    display: block;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 30%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 30%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 30%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

#main .weAreOrionGroup .info .bold {
    font-weight: 700;
}

#main .weAreOrionGroup .info a.btn.readMore {
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    color: #ffffff;
    background: #010000;
    text-decoration: none;
    padding: 15px 25px;
    margin-top: 5%;
}
#main .weAreOrionGroup .info a.btn.readMore:hover {
    background: #108eef;
}

#main .weAreOrionGroup .img {
    display: inline-block;
    width: 55%;
    position: relative;
    float: left;
    height: 100%;
    overflow: hidden;
}

#main .weAreOrionGroup .img img {
    display: block;
    width: 495px;
    position: absolute;
    bottom: 0;
    left: 0;
}

/**********************************
* ourPeople
**********************************/

#main .ourPeople {
    width: 33.33333%;
    height: 478px;
    display: inline;
    float: left;
    /*background: #000000;*/
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

#main .ourPeople .banner-pool .banner {
    position: relative;
    height: 481px;
}

#main .ourPeople .banner-pool img {
    margin: 0 !important;
    /*width: 455px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#main .ourPeople .info .lower {
    padding: 0 20px;
}

#main .ourPeople .info {
    position: absolute;
    top: 315px;
}

#main .ourPeople .info .lower .headline {
    font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
    font-weight: 700;
    padding: 20px;
    margin: -75px 0px 20px 0px;
    /*background: #ffffff;*/
    color: #ffffff;
    font-size: 30px;
    line-height: 35px;
    display: block;
    position: relative;
    padding-left: 0;
}

#main .ourPeople .info .lower .headline:hover {
    color: #21409a;
}

#main .ourPeople .info .lower .links {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px 20px;
    background: #000000;
}

#main .ourPeople .info .lower .links:before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    height: 30px;
    width: 100%;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 26%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(26%, rgba(0,0,0,0.3)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 26%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 26%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 26%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 26%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );

}

#main .ourPeople .info .lower .links a.btn.readMore {
    font-size: 0;
    line-height: 0;
    color: transparent;
}
    
/*adam*/
#main .ourPeople .info .lower .links a.btn.readMore:before {
    content: "\f061";
    font-family: fontawesome;
    font-size: 30px;
    line-height: normal;
    color: #108eef;
    display: none;
}

#main .ourPeople .info .lower .links a.btn.readMore:hover:before {
    color: #ffffff;
}

#main .ourPeople .info .lower .links a.btn.readMore:before,
#main .ourPeople .info .lower .links a.btn.readMore:hover:before {
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}





/**********************************
* connect with us
**********************************/

.connect_with_us {
    position: relative;
    background: #ffffff;
    padding: 35px 0;
    text-align: center;
}

.connect_with_us .wrap h2 {
    font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
    color: #6dcff6;
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 45px;
    margin: 0;
}

.connect_with_us .wrap {
    background: #434343;
}

.connect_with_us .wrap .inner {
    width: 100%;
    max-width: 1385px;
    margin: 0 auto;
    padding: 35px 10px;
}

.connect_with_us .socal {
    margin-bottom: 20px;
}

.connect_with_us .socal ul {
    margin: 0;
    padding: 0;
}

.connect_with_us .socal ul li {
    display: inline;
    float: left;
    margin-right: 40px;
}

.connect_with_us .socal ul li a {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    color: #ffffff;
    position: relative;
}

.connect_with_us .socal ul li a:hover {
    color: #108eef;
    border-color: #108eef;
}

.connect_with_us .socal ul li a:before {
    content: '';
    position: absolute;
    font-size: 35px;
    line-height: normal;
    font-family: fontawesome;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.connect_with_us .socal ul li.instagram a:before { content: "\f16d"; }
.connect_with_us .socal ul li.google a:before { content: "\f0d5"; }
.connect_with_us .socal ul li.linkedIn a:before { content: "\f0e1"; }
.connect_with_us .socal ul li.facebook a:before { content: "\f09a"; }
.connect_with_us .socal ul li.twitter a:before { content: "\f099"; }




.connect_with_us .socal,
.connect_with_us .twitter_widget {
    display: inline-block;
}

.connect_with_us .twitter_widget {
    border: 5px solid #6dcff6;
    padding: 20px;
    font-size: 0;
    line-height: 0;
    color: transparent;
    position: relative;
    vertical-align: top;
    width: 100%;
    max-width: 535px;
}

/*.connect_with_us .twitter_widget a {
    font-size: 19px;
    line-height: normal;
    font-weight: 400;
    color: #ffffff;
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
}*/

.connect_with_us .twitter_widget br { display: none; }

.connect_with_us .twitter_widget a {
    display: none;
}

.connect_with_us .twitter_widget span a {
    display: inline-block;
    font-size: 19px;
    line-height: normal;
    font-weight: 400;
    color: #ffffff;
    display: block;
    width: 100%;
    text-align: left;
}

.connect_with_us .twitter_widget .twitter .twitterContent {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #ffffff;
    display: block;
    text-align: left;
    position: relative;
}

.connect_with_us .twitter_widget a:hover,
.connect_with_us .twitter_widget .twitter .twitterContent a {
    color: #108eef;
}

.connect_with_us .twitter_widget:before {
    content: '';
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
    border-right: 20px solid #6dcff6;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -20px;
}
.connect_with_us .twitter_widget:after {
    content: '';
	width: 0;
	height: 0;
    border-top: 15px solid transparent;
    border-right: 20px solid #434343;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -13px;
}


#footer {
    position: relative;
    margin: 0;
}







@media only screen and (max-width: 1280px) {
    
    
    #hero .banner-pool {
        width: 1400px;
    }
    
    #container {
        margin-top: 545px;
    }
    
    #hero h1 {
        font-size: 50px;
        line-height: 55px;
        /*margin-top: -145px !important;*/
    }
    
    #hero #quick-search-form {
        margin-top: -90px !important;
    }
    
    

    
    
}

@media only screen and (max-width: 1023px) {
  
    #hero {
        height: 397px;
    }
    
    body.sticky #hero {
        top: 0;
    }
    
    #hero .banner-pool img {
        margin-top:  0 !important;
    }
    
    #header.sticky .upper {
        height: 110px;
    }
    
    #hero {
        position: relative;
        top: 0;
    }
    
    #container {
        margin: 0;
        top: 0;
    }
    
    #hero #quick-search-form {
        margin-top: 15px !important;
    }
    
    #keyword-autocomplete .ui-autocomplete {
        max-height: 130px;
    }
    
    
}

@media only screen and (max-width: 960px) { 
    
    #hero .banner-pool {
        width: 1000px;
    }
    

    /*adam*/
    #hero h1 {
        font-size: 33px;
        line-height: 35px;
        margin-top: -110px !important;
        /*transform: translateY(-150%);*/
    }

    
     #main .weAreOrionGroup {
            width: 100%;
            display: inline-block;
            margin: 0 auto 20px auto;
    }
    
    #main .ourPeople {
        width: 100%;
        display: block;
        float: none;
        max-width: 455px;
        margin: 0 auto 20px auto;
        clear: both;
    }
    
}
    
    
@media only screen and (max-width: 767px) { 
    
    
    #hero .banner-pool img {
        display: none;
    }
    
    #hero .banner-pool {
        width: 100%;
    }
    
    /*adam*/
    #hero h1 {
        margin-top: 60px !important;
        /*transform: translateY(130%);*/
    }
    
    #hero #quick-search-form {
        max-width: 292px;
    }
    
    #main .weAreOrionGroup {
        height: auto;
    }
    
    #main .weAreOrionGroup .img {
        float: none;
        width: 100%;
        display: inline-block;
    }
    
    #main .weAreOrionGroup .img img {
        position: relative;
        width: 100%;
        max-width: 455px;
        margin: 0 auto;
    }
    
    #main .weAreOrionGroup .info .msg {
        height: auto;
    }
    
    #main .weAreOrionGroup .info .buttons:before {
        display: none;
    }
    
    #main .weAreOrionGroup .info {
        width: 100%;
    }
    
    

    
}
    
    
    
    
    
    
    
    
    
    
    












