/*
Theme Name: LegalMatch Careers
Theme URI: http://legalmatchcareers.com
Author: Ariel Lim (theme customization) and Albert Alinson (theme design and layout)
Author URI: http://www.legalmatch.com
Description: Custom Theme for LegalMatch Careers based on Underscores Starter Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: legalmatchcareers
Tags: legalmatchcareers, theme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

legalmatchus is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*@import url(https://fonts.googleapis.com/css?family=Poppins:400,600,700,500);*/

@font-face {
    font-family: "Poppins";
    src: url('fonts/Poppins-Regular.svg') format('svg'), url('fonts/Poppins-Regular.ttf') format('truetype');
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: "Poppins-Medium";
    src: url('fonts/Poppins-Medium.ttf') format('truetype');
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: "Poppins-SemiBold";
    src: url('fonts/Poppins-SemiBold.eot');
    src: url('fonts/Poppins-SemiBold.woff') format('woff'), url('fonts/Poppins-SemiBold.ttf') format('truetype'), url('fonts/Poppins-SemiBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: "Poppins-Bold";
    src: url('fonts/Poppins-Bold.svg') format('svg'),
        url('fonts/Poppins-Bold.ttf') format('truetype');
    -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: "Caprica-Italic";
    src: url(fonts/CapricaSansItalicPersonalUse.ttf);
    -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: "GothamRnd-Bold";
    src: url(fonts/GothamRnd-Bold.otf);
    -webkit-font-smoothing: antialiased;
}
/** global **/
html{
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
html,
body {
    margin: 0;
    padding: 0;
    font-family: "Poppins";
    font-size: 13px;
    color: #696969;

}
header {
    padding: 30px 0px 0px 0px;
}
footer {
    padding: 10px;
}
h1,
h2,
h3,
h4,
h5,
h5 {
    color: #3a3f44;
}
a {
    text-decoration: none;
    font-family: "Poppins-Medium";
    color: #337ab7;
}
a:hover,
a:focus {
    text-decoration: none;
}
a:focus{
    color: #337ab7;
}
a, a:focus, a:active, a:hover {
    outline: none !important;
}
input:focus {
    box-shadow: none;
    outline: none !important;
}
.row0 {
    margin: 0px;
}
.row0:after {
    clear: both;
    display: block;
    content: ' ';
}
.hlist,
.vlist {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.hlist:after,
.vlist:after {
    clear: both;
    display: block;
    content: ' ';
}
.hlist > li {
    float: left;
}
.mar30_t {
    margin-top: 30px;
}
.mar10_t {
    margin-top: 10px;
}
.mar10_b {
    margin-bottom: 10px;
}
.mar15_t {
    margin-top: 15px;
}
.mar15_b {
    margin-bottom: 15px;
}
.mar5_t {
    margin-top: 5px;
}
.mar5_b {
    margin-bottom: 5px;
}
.mar3_t {
    margin-top: 3px;
}
.pad5_r {
    padding-right: 5px;
}
.pad5_l {
    padding-left: 5px;
}
.pad10_r {
    padding-right: 10px;
}
.pad10_l {
    padding-left: 10px;
}
.pad0 {
    padding: 0px;
}
.pad0_b{
    padding-bottom: 0px !important;
}
.pad15_r{
    padding-right: 15px;
}
.pad15_l{
    padding-left: 15px;
}

.truncate {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/** bootstrap override **/

.navbar-brand.logo {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand a {
    text-decoration: none;
}
.navbar-default {
    background: transparent;
    border: none;
    -webkit-border-radius: 0px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 0px; /* Firefox 1-3.6 */
    border-radius: 0px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    margin-bottom: 5px;
    padding: 0px 35px;
    box-shadow: none;
}
.navbar-default .navbar-nav>li>a {
    font-family: "Poppins-Bold";
    padding: 7px 10px;
    margin: 0px 10px;
    text-decoration: none;
    color: #545454;
    font-size: 14px;
    cursor: pointer;
}
.nav.navbar-nav > li.current-menu-item > a,
.nav.navbar-nav > li.current-menu-item > a:hover {
    background: transparent;
    text-decoration: underline;
    color: #004b8d;
    box-shadow: none;
}
.nav.navbar-nav > li > a:hover {
    text-decoration: underline;
    color: #004b8d;
}
.navbar-default .navbar-nav>li>a.btn {
    color: #FFF;
    -webkit-border-radius: 20px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 20px; /* Firefox 1-3.6 */
    border-radius: 20px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    padding: 8px 15px;
    font-family: "Poppins-SemiBold";
    text-decoration: none;
    text-shadow: none;
    font-size: 14px;
}
.navbar-default .navbar-nav>li>a.btn:focus,
.navbar-default .navbar-nav>li>a.btn:hover {
    color: #fff;
    background-color: #286090;
    text-decoration: none;
    border-color: transparent;
    outline: none;
}
.nav.navbar-nav > li ul {
    display: none;
}
.nav.navbar-nav > li:hover ul {
    display: block;
    position: absolute;
    list-style: none;
    z-index: 1;
}
.nav.navbar-nav > li ul li {
    margin: 0;
    width: 100%;
}

.menu-item .sub-menu {
    padding: 1px 1px;
    background: #FFF;
    border: 1px solid #CCC;
    -webkit-border-radius: 10px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 10px; /* Firefox 1-3.6 */
    border-radius: 10px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    width: 195px;
    left: -60px;
    top: 40px;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 6px rgba(224, 224, 224, 0.75);
}

.menu-item .sub-menu a {
    text-decoration: none;
    font-size: 14px;
    font-family: "Poppins-SemiBold";
    color: #373737;
}

.menu-item .sub-menu >li {
    padding: 15px 25px;

}
.menu-item .sub-menu >li:first-child{
    -webkit-border-radius: 10px 10px 0px 0px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 10px 10px 0px 0px; /* Firefox 1-3.6 */
    border-radius: 10px 10px 0px 0px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}
.menu-item .sub-menu >li:last-child{
    -webkit-border-radius: 0px 0px 10px 10px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 0px 0px 10px 10px; /* Firefox 1-3.6 */
    border-radius: 0px 0px 10px 10px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}
.menu-item .sub-menu >li:nth-child(odd){
    border-bottom: 1px inset #e9e9e9;
}

.menu-item .sub-menu >li:hover {
    background-color: #286090;
}

.menu-item .sub-menu >li:hover > a {
    color: #FFF;
}
.sub-menu:before {
    width: 0px;
    height: 0;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid transparent;
    border-bottom: 11px solid #CCC;
    position: absolute;
    z-index: 2;
    content: ' ';
    display: block;
    top: -12px;
    left: 45%;
}

.sub-menu:after {
    width: 0px;
    height: 0;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid transparent;
    border-bottom: 11px solid #FFF;
    position: absolute;
    z-index: 3;
    content: ' ';
    display: block;
    top: -10px;
    left: 45%;
}
.btn {
    color: #FFF;
    -webkit-border-radius: 20px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 20px; /* Firefox 1-3.6 */
    border-radius: 20px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    padding: 5px 15px;
    font-family: "Poppins-Medium";
    text-decoration: none;
}
.btn > span {
    margin-right: 10px;
}
.btn-med {
    padding: 15px 35px;
    -webkit-border-radius: 30px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 30px; /* Firefox 1-3.6 */
    border-radius: 30px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    font-size: 16px;
    font-family: "Poppins-SemiBold";
}
.btn-small {
    padding: 10px 25px;
}
.btn-primary {
    color: #fff;
    background-color: rgb( 0, 75, 141 );
    border: none;
    background-image: none;
    font-size: 14px;
    font-family: "Poppins-SemiBold";
    text-shadow: none;
}
.btn-transparent {
    background: transparent;
    border: 1px solid #FFF;
    color: #FFF;
}
.btn-transparent:hover{
    color: #FFF;
    text-decoration: none;
}
.btn-info {
    color: #fff;
    background-color: #0077b5;
    border: none;
    background-image: none;
    text-shadow: none;
}
.btn-warning {
    background-color: #e8a713;
    border: none;
    background-image: none;
    text-shadow: none;
}
.btn-view-opening{
    font-size: 14px;
}
.btn-bepart{
    color: #6a4f11;
    font-family: Poppins-Bold;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.11em;
}
.squared {
    -webkit-border-radius: 0px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 0px; /* Firefox 1-3.6 */
    border-radius: 0px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}

.dropdown button {
    width: 100%;
    text-align: left;
    font-size: 16px;
    background: white;
    border: none;
    padding: 20px;
    /*background-image: -webkit-linear-gradient( 90deg, rgb( 231, 237, 241 ) 0%, rgb( 244, 248, 251 ) 100%);*/
    background: #f4f8fb;
}
.dropdown button:focus{
    outline: none;
}

.dropdown .caret {
    position: absolute;
    right: 30px;
    border: none;
}
.dropdown .dropdown-menu {
    width: 100%;
    padding: 5px 10px;
    max-height: 345px;
    overflow-y: auto;
}
ul.dropdown-menu li {
    /*margin: 0px 10px;*/
}
ul.dropdown-menu li.disabled {
    margin: 5px;
    font-weight: 500
}

ul.dropdown-menu li a {
    text-decoration: none;
    padding: 10px;
}

ul.dropdown-menu li a:hover {
    background: rgba(0, 75, 141, 0.14);
}
/** front page **/

div#navbar_right {
    margin: 5px 0px;
    margin-bottom: 10px;
}
.logo img {
    /*max-height: 50px;*/
    height: 45px;
    width: 220px;
    top: -5px;
    position: relative;
}
.logo_phil {
    text-align: right;
    text-transform: uppercase;
    font-family: "Poppins-Bold";
    font-size: 12px;
    color: #004b8d;
    letter-spacing: 1.5px;
    margin-top: -10px;
}
.front_banner {
    max-height: 550px;
    overflow: hidden;
    position: relative;
}
.front_banner > img {
    width: 100%;
    min-height: 150px;
}
.banner_text {
    position: absolute;
    top: 54%;
    transform: translate(37%,-50%);
    left: 47%;
}
.banner_text p {
    font-size: 32px;
    font-family: "Poppins-Bold";
    max-width: 475px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 7%;
    color: #FFF;
    line-height: 1.5em;
}
.banner_text p > span{
    color: #ecb701;
}
.be_part_btn {
    margin: 15px 0px;
}
.be_part_btn .btn {
    font-size: 18px;
    font-family: "Poppins-SemiBold";
}
.be_part_btn .btn:focus{
    color: #FFF;
    outline: none;
}
.sub_cont {
    padding: 10px;
}
.avail_position {
    width: 89%;
    margin: 50px auto 45px auto;
}
.avail_position > h3 {
    color: #3a3f44;
    font-family: Poppins-Bold;
    margin-bottom: 50px;
}
.view_opening_cont{
    margin: 10px 0px;
}
.other_avail_position {
    width: 92%;
    margin: 50px auto;
}
.other_avail_position > h3 {
    color: #3a3f44;
    font-family: Poppins-Bold;
    margin-bottom: 25px;
    font-size: 24px;
}
.ap_bg {
    background: #f4f8fb;
}
.sub_cont h1 {
    margin: 0px 0px 30px 0px;
    font-family: "Poppins-Bold";
    font-size: 24px;
}
.carousel-control {
    background: none !important;
    color: #000;
    width: 20px;
}
.carousel-inner {
    width: 90%;
    margin: 0 auto;
}
.carousel-control {
    text-shadow: none;
    background: #000;
}
.carousel-control .glyphicon {
    font-size: 20px;
    color: #000;
}
.ap_item_cont {
    background: #FFF;
    padding: 20px 20px 30px 20px;
    margin-bottom: 20px;
    min-height: 250px;
}
.ap_item_cont a {
    font-family: "Poppins-SemiBold";
    font-size: 14px;
    /*letter-spacing: 0.9px;*/
}

.ap_item_cont p {
    line-height: 1.8em;
    margin-bottom: 15px;
    font-size: 14px;
}
.ap_item_cont > a > p{
    font-weight: normal;
    color: #696969;
    font-family: "Poppins";
    height: 100px;
    overflow: hidden;
}

.ap_item_cont h4 {
    font-family: "Poppins-Bold";
    height: 45px;
    line-height: 1.3em;
    overflow: hidden;
}
.ap_item_cont ul {
    width: 80%;
    margin: 0 auto;
}
.life_at_lm {
    width: 80%;
    margin: 50px auto 30px auto;
}
.life_at_lm h3 {
    width: 85%;
    text-align: center;
    margin: 0 auto;
    line-height: 1.5em;
    font-family: "Poppins-Bold";
    max-width: 810px;
}
.life_at_lm p {
    width: 87%;
    margin: 20px auto;
    line-height: 1.8em;
    margin-bottom: 40px;
    /*color: #7d8389;*/
    font-size: 15px;
}
.life_at_lm img {
    width: 100%;
    margin-bottom: 20px;
}
.best_perks {
    width: 80%;
    margin: 30px auto 50px auto;
}
.best_perks h3 {
    font-family: "Poppins-Bold";
    margin: 10px 0px 50px 0px;
}
.perks_cont {
    margin: 20px 0px;
}
.perks_item {
    text-align: center;
    margin: 0;
}
.perks_img {
    width: 144px;
    height: 144px;
    margin: 0px auto;
    background-repeat: no-repeat !important;
}

.perks_icon {
    font-size: 45px;
    color: #004b8d;
}

.perks_item_cont {
    margin: 0px 0px 20px 0px;
}
.perks_item p {
    line-height: 1.8em;
    margin: 0 7px;
    font-size: 14px;
}
.perks_item h4 {
    font-family: "Poppins-Bold";
    line-height: 1.3em;
    font-size: 18px;
    text-align: center;
    height: 50px;
}
.perks_title{
    display: table;
    max-height: 50px;
    width: 100%;
    margin: 0px auto;
}
.perks_title h4{
    display: table-cell;
    vertical-align: middle;
}
.perks_controller {
    background-position: -6px -2px;
}
.perks_salary {
    background: url('images/fp_icon_03.svg');
}
.perks_meds {
    background: url('images/fp_icon_05.svg');
}
.perks_prof {
    background: url('images/fp_icon_02.svg');
}
.perks_reward {
    background: url('images/fp_icon_04.svg');
}
.perks_train {
    background: url('images/fp_icon_01.svg');
}
.perks_fun {
    background: url('images/fp_icon_06.svg');
}

.perks_calendar {
    background: url(images/attendance_icon.svg);
}
.collab_text {
    margin: 8% 12%;
    max-width: 450px;
}
.collab_cont img {
    max-width: 800px;
    width: 100%;
}
.collab_text h4 {
    font-size: 20px;
    font-weight: 400;
    color: #185c98;
    line-height: 1.5em;
    margin-bottom: 15px;
}
.near_footer_cont{
    position: relative;
    overflow: hidden;
}

.near_footer_text{
    position: absolute;
    top: 45%;
    left: 50%;
    max-width: 772px;
    transform: translate(-50%,-50%);
}
.near_footer_cont img{
    width: 100%;
    min-height: 200px;
}
.near_footer_cont p{
    font-family: "Poppins-Bold";
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
}
.collab_text p {
    line-height: 1.8em;
    font-size: 14px;
}

.collab_text a{
    font-size: 20px;
}
.newsletter_cont {
    padding: 30px;
    color: #FFF;
}
.newsletter_cont .hp-wrap{
    display: none;
}
.nl_bg {
    background: #f4f8fb;
}
.newsletter_cont h4 {
    text-align: center;
    font-size: 24px;
    color: #3a3f44;
    margin-bottom: 30px;
    margin-top: 20px;
    font-family: "Poppins-Bold";
}
.newsletter_cont .field-wrap label {
    font-family: "Poppins-SemiBold";
    margin-bottom: 10px;
    font-size: 14px;
    width: 100%;
    color: #696969;
}
.newsletter_cont .ninja-forms-req-symbol{
    display: none;
}
.newsletter_cont .submit_cont{
    padding-top: 30px;
}
.newsletter_cont input[type="email"].form-control,
.newsletter_cont input[type="text"].form-control {
    padding: 15px 20px;
    height: inherit;
    border: 1px solid #CCC;
    background: #f4f8fb;
    color: #7d8389;
    font-family: "Poppins-Medium";
    font-size: 14px;
    margin-bottom: 10px;
    box-shadow: none;
}
.newsletter_cont .form-control:focus {
    box-shadow: none;
}
.newsletter_cont .form-control::-webkit-input-placeholder {
    color: #7d8389;
}

.nl_submit {
    padding: 15px 35px;
    font-size: 14px;
    font-family: "Poppins-Bold";
}
#mc_embed_signup input.mce_inline_error {
    border-color: #ff0000 !important;
}
#mc_embed_signup div.mce_inline_error {
    background-color: transparent !important;
    color: #ff0000 !important;
    font-weight: normal !important;
}
#mce-responses {
    margin-bottom: 15px;
}
#mce-success-response {    
    color: #7d8389;
}
#mce-error-response {
    color: #ff0000;
}
.footer_cont {
    padding: 30px 0px;
    margin: 0 auto;
}
.footer_cont img {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    max-width: 200px;
    /*max-width: 175px;
    margin-top: -1px;*/
}
.footer_details {
    margin-top: 7px;
    margin-bottom: 10px;
}
.connect_footer {
    font-size: 14px;
    font-family: "Poppins-Medium";
    color: #6f98bb;
    padding: 0px;
    text-align: center;
}
.connect_footer ul > li label {
    margin-top: 8px;
    font-family: "Poppins-SemiBold";
    margin-right: 10px;
    color: #696969;
}

.social_media li> a > img {
    width: 36px;
    height: 36px;
    margin: 0px;
}

.social_media li> a:hover > img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";/* IE 8 */
    filter: alpha(opacity=90);/* IE 5-7 */
    -moz-opacity: 0.9;/* Netscape */
    -khtml-opacity: 0.9;/* Safari 1.x */
    opacity: 0.9;
}
.connect_footer ul > li > a > span:nth-child(2) {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 50%; /* Firefox 1-3.6 */
    border-radius: 50%; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    background: #004b8d;
    color: #FFF;
    padding: 10px 0px;
    font-size: 15px;
}
.connect_footer ul > li > a > span:hover {
    background-color: #286090;
}
.connect_footer > ul > li {
    margin-right: 5px;
}
ul.social_media {
    display: inline;
    padding: 0;
    min-width: 135px;
}
.social_media > li:last-child {
    margin-right: 0px;
}
.social_media li>a {
    position: relative;
}
.center_div {
    max-width: 290px;
    margin: 0 auto;
    display: block;
    width: 100%;
}
.center_ul {
    margin: 0 auto;
    padding-left: 0;
}
.center_ul li {
    display: inline;
    text-align: center;
}
/** Career Page **/

.career_banner {
    background: url(images/career_list_1.jpg);
    width: 100%;
    height: 338px;
    background-size: cover;
}
.career_banner .banner_text_cont {
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
}
.career_banner .banner_text_cont h2 {
    color: #FFF;
    font-family: "Poppins-Bold";
    font-size: 32px;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 165px 0px;
    margin: 0;
}
.avail_pos_list_cont h3 {
    font-family: "Poppins-Bold";
    margin-bottom: 50px;
}
.avail_pos_list_cont {
    width: 85%;
    margin: 50px auto;
}
.avail_pos_list {
    margin-bottom: 30px;
}
.avail_pos_list h4 {
    font-size: 20px;
    margin-bottom: 15px;
    font-family: "Poppins-Medium";
}
.avail_post_list_ul{
    margin: 0 auto;
    max-width: 990px;
}   
.avail_post_list_ul > li {
    padding: 30px;
    background: #FFF;
    border-bottom: 1px solid #f3f3f3;
    font-size: 15px;
    font-family: "Poppins-Medium";
    padding-right: 10px;
}
.avail_post_list_ul span.fa {
    margin-right: 10px;
    font-size: 20px;
}
.text-white{
    color: #FFF;
}
.avail_post_list_ul a {
    font-family: "Poppins-SemiBold";
    font-size: 14px;
}

.avail_post_list_ul label {
    margin-bottom: 0px;
    font-size: 18px;
    font-family: "Poppins-Bold";
    color: #3a3f44;
}

.job_avail_post_list_ul{
    padding: 0px 20px;
}
.job_avail_post_list_ul >li {
    margin-bottom: 5px;
}
.job_avail_post_list_ul label > a {
    font-size: 14px;
}
.job_list_title_cont label {
    font-family: "Poppins-SemiBold";
    font-weight: normal;
}
.job_list_location {
    text-align: center;
}
/** Job Item **/

.back_btn_cont {
    padding: 15px 20px;
}
.back_btn {
    width: 85%;
    margin: 0 auto;
}
.back_btn span {
    margin-right: 15px;
}
.back_btn a {
    text-decoration: none;
    color: #3a3f44;
    font-size: 18px;
    font-weight: 400;
}
.job_item_cont {
    margin: 40px 0px;
}
.job_details {
    background: #FFF;
    padding: 20px;
    border-bottom: 1px solid #CCC;
    font-size: 14px;
}
.entry-content {
    padding: 10px 20px;

}
.job_details h4 {
    font-family: "Poppins-Bold";
    font-size: 18px;
    margin-bottom: 20px;
}
.job_details p {
    line-height: 2em;
    margin-bottom: 15px;
}
.job_sidebar {
    padding: 0px 20px 20px 20px;
    margin-top: 56px;
}
.job_details ul{
    list-style-type: disc;
    padding-left: 45px;
}
.job_details ul > li{
    /*color: #7d8389;*/
    line-height: 2em;
    list-style: none;
}
.job_details ol,.job_details ul{
    margin-bottom: 15px;
}
.job_details ol > li{
    line-height: 2em;
}
.job_details ul > li:before{
    content: '\2022';
    color: #e8a713;
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -20px;
    top: 0px;
    font-size: 24px;
}
#nf_submit_12,
#nf_processing_12{
    text-align: right;
}
.job_detail_form h4 {
    font-family: "Poppins-Bold";
    margin-bottom: 30px;
}
.job_detail_form {
    background: #FFF;
    padding: 30px 40px;
    margin-bottom: 20px;
}
.applynow_form {
    padding: 30px;
    padding-bottom: 0px;
}
.applynow_form h3 {
    font-family: Poppins-Bold;
    color: #696969;
    font-size: 22.54pt;
}
.applynow_form h4 {
    font-family: "Poppins";
    margin-bottom: 30px;
    font-size: 14pt;
    color: #696969;
    margin-top: 5px;
}
.apply-footer {
    padding: 30px 15px;
    padding-top: 0px;
    margin: 0px 30px;
}
.applynow_form .field-wrap > label{
    margin-bottom: 10px;
}
.apply-footer .btn-info{
    background-color: #9eb1bf;
}
.apply-footer .btn-info:hover{
    background-color: #0077b5;
}
.apply-footer .btn-info, .apply-footer .btn-primary{
    text-shadow: none;
    font-family: 'Poppins-SemiBold';
}
#apply_now_modal .modal-content {
    -webkit-border-radius: 20px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 20px; /* Firefox 1-3.6 */
    border-radius: 20px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border: none;
    box-shadow: none;
}

.form_grp,.form_grp-wrap {
    margin-bottom: 10px;
}
.form_grp input, .field-wrap input[type="text"], .field-wrap input[type="email"] {
    -webkit-border-radius: 0px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 0px; /* Firefox 1-3.6 */
    border-radius: 0px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    padding: 20px;
    background: #f4f8fb;
    border: none;
    box-shadow: none;
    display: block;
    width: 100%;
}
.form_grp input::-webkit-input-placeholder,
.field-wrap input[type="text"]::-webkit-input-placeholder {
    color: #7d8389;
}
.file_upload_cont {
    -webkit-border-radius: 0px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 0px; /* Firefox 1-3.6 */
    border-radius: 0px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    background: #f4f8fb;
    border: none;
    height: 60px;
}
.form_grp input:focus, .field-wrap input:focus{
    box-shadow: none;
}
.form_grp label, .field-wrap label {
    font-family: "Poppins-Medium";
    font-size: 14px;
    color: #3a3f44;
    font-weight: normal !important;
}
.file_upload_cont .file_selected {
    height: 50px;
    padding: 20px 15px;
    width: 100%;
    display: block !important;
}
.file_upload_cont .file_selected span {
    color: #7d8389;
    font-weight: normal;
    font-family: Poppins;
}
.file_upload_cont .btn-file {
    border: none;
    -webkit-border-radius: 0px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 0px; /* Firefox 1-3.6 */
    border-radius: 0px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    padding: 10px 15px;
    margin: 10px 10px 0px 0px;
    color: #FFF;
    font-family: "Poppins-SemiBold";
    max-width: 100px;
    text-shadow: none;
    display: inline-block !important;
}
.file_upload_cont .clear_upload {
    margin: 15px 15px 10px 15px;
    font-size: 20px;
    padding-top: 3px;
    cursor: pointer;
}
.file_upload_cont .clear_upload:hover {
    color: red;
}
.file_upload_cont .btn-file.btn-file-primary{
    background-color: rgb( 0, 75, 141 );
}
#apply_now_modal button.close {
    font-size: 18pt;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";/* IE 8 */
    filter: alpha(opacity=100);/* IE 5-7 */
    -moz-opacity: 1;/* Netscape */
    -khtml-opacity: 1;/* Safari 1.x */
    opacity: 1;
}
#apply_now_modal button.close:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/* IE 8 */
    filter: alpha(opacity=30);/* IE 5-7 */
    -moz-opacity: 0.3;/* Netscape */
    -khtml-opacity: 0.3;/* Safari 1.x */
    opacity: 0.3;
}
#apply_now_modal button.close:focus{
    outline: none;
}

#apply_now_modal button.close span {
    color: #414141;
}
#apply_now_modal .dropdown button {
    width: 100%;
    text-align: left;
    font-size: 16px;
    background: white;
    border: none;
    padding: 20px;
    /*background-image: -webkit-linear-gradient( 90deg, rgb( 231, 237, 241 ) 0%, rgb( 244, 248, 251 ) 100%);*/
    background: #f4f8fb;
}
#apply_now_modal .dropdown button > span:first-child{
    color: #7d8389;
    font-size: 14px;
}
#ninja_forms_field_23_div_wrap{
    display: none;
}
.sidebar_item {
    margin-bottom: 30px;
}
.sidebar_item h4 {
    margin-top: 0px;
    font-family: Poppins-Bold;
}
.sidebar_item h4 > a{
    font-size: 18px;
    font-weight: 500;
    font-family: Poppins-Bold;
}
.sidebar_item .share_links > li {
    margin-bottom: 10px;
    font-family: "Poppins-Medium";
    font-size: 14px;
}
.sidebar_item .share_links > li span {
    margin-right: 10px;
}
.share_links > li span {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 50%; /* Firefox 1-3.6 */
    border-radius: 50%; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    background: #004b8d;
    color: #FFF;
    padding: 7px 8px;
    font-size: 18px;
    text-align: center;
}

.share_buttons_cont{
    float: right;
}
.share_buttons_cont:after{
    content: '';
    display: block;
    clear: both;
}
.share_buttons_cont ul{
    list-style: none;
}
.share_buttons_cont ul > li{
    line-height: normal;
    padding-right: 5px;
}
.share_buttons_cont ul > li:before{
    content: '';
    left: 0;
    top: 0;
}
.fb_iframe_widget {
    top: -3px;
}
/** About Page **/
.about_banner {
    /*background: url(images/about_banner.jpg);
    width: 100%;
    background-size: cover;
    max-height: 300px;
    height: 100%;*/
}
.about_banner img{
    width: 100%;
}
.about_cont {
    background-image: url('images/about_location_map.png');
    background-position: -530px 100%;
    background-repeat: no-repeat;


}
.about_overlay{
    background: -moz-linear-gradient(top,  rgba(244,248,251,1) 0%, rgba(247,250,252,1) 30%, rgba(250,252,253,0) 60%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(244,248,251,1) 0%,rgba(247,250,252,1) 30%,rgba(250,252,253,0) 60%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(244,248,251,1) 0%,rgba(247,250,252,1) 30%,rgba(250,252,253,0) 60%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fb', endColorstr='#00ffffff',GradientType=0 );


}
.about_banner .banner_text_cont {
    width: 65%;
    height: 100%;
    margin: 0 auto;
    padding: 5% 0;
}
.about_banner .banner_text_cont h2 {
    color: #FFF;
    font-family: "Poppins-Bold";
    font-size: 24px;
    width: 75%;
    padding: 2% 0px;
    margin: 0;
    line-height: 1.5em;
    letter-spacing: 1.2px;
}

/*.about_part_1 {
width: 80%;
margin: 50px auto;
}

.about_part_1 img {
width: 90%;
}
.about_part_1 h3 {
font-size: 19px;
font-family: "Poppins-SemiBold";
color: #185c98;
line-height: 1.5em;
margin-bottom: 15px;
}

.about_part_1 p {
line-height: 1.5em;
font-size: 14px;
}

.about_hist{
margin: 20px 0px;
padding: 0px;
}*/

.about_content{
    width: 65%;
    margin: 50px auto;
    margin-bottom: 30px;
}

.about_content h1 {
    color: #3a3f44;
    line-height: 1.5em;
    font-size: 24px;
    margin-bottom: 20px;
}

.about_content p {
    line-height: 2em;
    font-size: 14px;
    margin-bottom: 20px;
    font-family: "Poppins-Medium";
    margin-right: 10px;
}

.about_location {
    width: 65%;
    margin: 140px auto;
    margin-top: 0px;
}


.about_location h2 {
    font-size: 20px;
    font-family: "Poppins-Bold";
    margin-bottom: 30px;
}

.loc_img_cont {
    position: relative;
    max-width: 400px;
    border-radius: 50%;
    background: #FFF;
    overflow: hidden;
    border: 5px solid #FFF;
    box-shadow: 0px 0px 25px rgba(0, 75, 141,0.6);
    width: 200px;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px auto 20px auto;
    background-position-x: -110px;
}
.ofc_loc_san_fran{
    background-image: url('images/about_loc_1.png');
}
.ofc_loc_austin{
    background-image: url('images/about_loc_2.png');
}
.ofc_loc_reno{
    background-image: url('images/about_loc_4.png');
}
.ofc_loc_las_vegas{
    background-image: url('images/about_loc_3.png');
}
.ofc_loc_phil{
    background-image: url('images/about_loc_5.png');
}
.loc_img_cont div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;

}
.loc_img_cont div > a{
    position: absolute;
    top: 25%;
    font-size: 18px;
    color: #FFF;
    font-family: "Poppins-Bold";
    text-align: center;
    padding: 19% 0px;
    width: 100%;
}
.loc_img_cont div > a:hover {
    color: #e3e3e3;
}

.loc_img_cont img {
    width: 100%;
    display: none;
}

.loc_detail  > * {
    float: left;
    line-height: 1.5em;
    font-size: 15px;
    font-family: "Poppins-Medium";
    color: #8e9aa3;
}

.loc_detail span {
    padding: 0px 15px 0px 10px;
    font-size: 18px;
    margin-top: -3px;
}

.loc_detail {
    margin: 20px 0px;
}


/** Job Interview **/
.interview_head {
    width: 80%;
    margin: 50px auto;
    margin-bottom: 30px;
}

.interview_head h1 {
    text-align: center;
    font-size: 24px;
    font-family: "Poppins-Bold";
    margin-bottom: 20px;
}

.interview_head p {
    font-size: 14px;
    width: 56%;
    text-align: center;
    margin: 15px auto;
    font-family: Poppins-Medium;
    line-height: 2em;
}

.interview_body {
    width: 80%;
    margin: 20px auto;
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    padding-bottom: 20px;
}

.interview_body > div {
    width: 90%;
    margin: 0 auto;
}

.proc_list {
    margin: 15% 0px;
}

.proc_list h2 {
    font-size: 24px;
    font-family: "Poppins-Bold";
    color: #696969;
    margin-bottom: 25px;
}

.proc_list ul > li > p {
    font-family: Poppins;
    font-size: 18px;
}
.proc_list ul > li span {
    color: #e8a713;
    font-size: 18px;
    font-family: "Poppins";
}

.proc_list ul > li {
    font-size: 18px;
    font-family: "Poppins-Medium";
}

.int_img_cont {
    position: relative;
    padding: 20px 10px;
}
.int_img_cont img{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
}

.interview_footer {
    width: 65%;
    margin: 50px auto;
    font-size: 16px;
    font-family: "Poppins-Medium";
    text-align: center;
}

.interview_footer a {
    font-size: 16px;
    color: #28679f;
    font-family: Poppins-Medium;
}

.interview_footer p {
    line-height: 1.8em;
    /*color: #3a3f44;*/
    font-family: Poppins;
}
.interview_footer p > strong{
    font-family: Poppins-Bold;
    font-size: 16px;
    color: #3a3f44;
}

/** Contact Page **/
/*.head_contact_cont{
-webkit-box-shadow: 0px 2px 14px 1px rgba(0,0,0,0.08);
-moz-box-shadow: 0px 2px 14px 1px rgba(0,0,0,0.08);
box-shadow: 0px 2px 14px 1px rgba(0,0,0,0.08);
}*/
.contact_cont {
    background: #f4f8fb;
    color: #004b8d;
    padding-bottom: 0px;
}

.contact_content h1 {
    color: #004b8d;
    font-size: 40.95pt;
    font-family: "Caprica-Italic";
    margin-bottom: 15px;
    margin-top: 0;
}

/*
.contact_content p {
    line-height: 1.25em;
    color: #60666c;
    font-family: "GothamRnd-Bold";
}
*/
.contact_desc {
    padding-bottom: 15px;
}
.contact_desc h1{
    font-family: Poppins-Bold;
    font-size: 26px;
    text-align: center;
    color: #3a3f44;
    margin-bottom: 25px;
    margin-top: 20px;
}
.contact_desc p{
    font-family: Poppins-Medium;
    font-size: 14px;
    text-align: center;
    color: #696969;
    line-height: 2em;
}

.contact_left p {
    line-height: 1.5em;
    font-size: 14px;
}

.contact_left img {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    display: block;
}

.contact_content {
    padding-top: 30px;
    margin-bottom: 30px;
}

.contact_bg{
    /*background: url('images/contact_bg.png');
    background-repeat: repeat;*/
}
/*.contact_bg_bot{
background: url('images/contact_bottom_img.png');
background-position: bottom;
background-repeat: no-repeat;
background-size: 100%;
}*/
.contact_fg{
    background: rgba(255,255,255,0.9);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(244,248,251,0.9) 0%, rgba(244,248,251,0.9) 55%, rgba(244,248,251,0.3) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.9)), color-stop(0%, rgba(244,248,251,0.9)), color-stop(55%, rgba(244,248,251,0.9)), color-stop(100%, rgba(244,248,251,0.3)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(244,248,251,0.9) 0%, rgba(244,248,251,0.9) 55%, rgba(244,248,251,0.3) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(244,248,251,0.9) 0%, rgba(244,248,251,0.9) 55%, rgba(244,248,251,0.3) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(244,248,251,0.9) 0%, rgba(244,248,251,0.9) 55%, rgba(244,248,251,0.3) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%, rgba(244,248,251,0.9) 0%, rgba(244,248,251,0.9) 55%, rgba(244,248,251,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f8fb', GradientType=0 );
    padding-bottom: 5px;
}

.contact_left {
    padding: 20px;
    padding-top: 10px;
}

.contact_form_cont {
    padding: 10px 0px;
}

.contact_form_cont ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
}
.contact_form_cont ::-moz-placeholder { /* Firefox 19+ */
    opacity: 1;
}
.contact_form_cont :-ms-input-placeholder { /* IE 10+ */
    opacity: 1;
}
.contact_form_cont :-moz-placeholder { /* Firefox 18- */
    opacity: 1;
}

.ninja-forms-required-items {
    display: none;
}

.contact_form_cont .field-wrap,
.contact_form_cont .nf-field-container {
    margin-bottom: 10px;
}

.contact_form_cont .field-wrap:last-child{
    margin-bottom: 0px;
}

.contact_form_cont .ninja-forms-form-wrap textarea{
    width: 100% !important;
    resize: none;
}

.contact_form_cont .nf-form-fields-required {
    display: none;
}

.contact_form_cont .field-wrap input[type="text"], 
.contact_form_cont .field-wrap input[type="email"], 
.contact_form_cont .textarea-wrap textarea {
    -webkit-border-radius: 0px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 0px; /* Firefox 1-3.6 */
    border-radius: 0px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    padding: 20px 25px;
    background: #ffffff;
    border: none;
    box-shadow: none;
    width: 100%;
    color: #7d8389;
    font-size: 16px;
}
.contact_form_cont .field-wrap input[type="text"]::-webkit-input-placeholder,
.contact_form_cont .textarea-wrap textarea::-webkit-input-placeholder {
    color: #7d8389;
}
.contact_form_cont .submit-wrap .btn-lg {
    padding: 15px;
    width: 100%;
    font-size: 17px;
    font-family: "Poppins-Bold";
}

.contact_success, .modal_success{
    font-size: 16px;
    padding: 20px 0px;
    padding-bottom: 14pt;
    text-align: center;
}
.success_email{
    background: url(images/email.svg);
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
}
.contact_success label, .modal_success label{
    font-size: 18px;
    color: #3a3f44;
    font-family: Poppins;
    margin-top: 20px;
}
.contact_success:after, .modal_success:after{
    clear: both;
    display: block;
    content: ' ';
}
/*.contact_success span{
color: green;
font-size: 28px;
float: left;
padding-right: 8px;
width: 9%;
text-align: center;
vertical-align: middle;
display: table-cell;
padding-top: 4px;
}*/
/*.contact_success label{
float: left;
width: 91%;
display: table;
}*/

.contact_form_cont .ninja-forms-req-symbol {
    display: none;
}

.ninja-forms-error-msg {
    display: none;
    margin: 15px 0px;
    color: #FF0000;
}

.ninja-forms-field-error {
    margin-top: 5px;
}

.ninja-forms-field-error > p {
    color: red;
    margin: 8px 0px;
}

.ninja-forms-form-wrap .input-counter {
    display: none;
}

.job_detail_form .ninja-forms-req-symbol {
    display: none;
}

.contact_banner {
    /*background: url(images/contact_banner.png);
    width: 100%;

    background-size: cover;*/
}
.contact_banner img{
    width: 100%;
}
.contact_banner .banner_text_cont {
    width: 100%;
    height: 100%;
}
.contact_banner .banner_text_cont h2 {
    color: #FFF;
    font-family: "Poppins-SemiBold";
    font-size: 50px;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 9% 0px;
    margin: 0;
    margin-left: -15%;
}

/* Apply now modal */
.applynow_form .ninja-forms-req-symbol {
    color: #FF0000;
    padding-left: 5px;
    display: none;
}
.applynow_form .ninja-forms-field-error{
    display: none;
}
.applynow_form .jb_id-wrap > label{
    display: none !important;
}
.applynow_form .hp-wrap{
    display: none;
}
.applynow_form .field-wrap{
    margin-bottom: 10px;
}
.applynow_form .contact_success label {
    display: block;
    margin-top: 7px;
}
.applynow_form .contact_success {
    display: block;
    padding: 10px 0px 30px 0px;

}

/* 404 page */
.error_404_cont{
    display: block;
    background: #deeeff;
    padding-bottom: 40px;
}
.error_404_cont .page-header{
    margin: 0px;
    padding: 0px;
}
.error_404_cont .page-header img{
    margin: 0px auto;
    display: block;
    margin-bottom: 15px;
    max-width: 560px;
    width: 100%;
}
.error_404_cont .page-content p{
    text-align: center;
    color: #042463;
    font-family: "Poppins-SemiBold";
    font-size: 24px;
    padding: 25px;
}
.error_404_cont .links_404{
    display: block;
    margin: 20px 0px 80px 0px;
}
.error_404_cont .links_404 div:first-child{
    padding-right: 30px;
}
.error_404_cont .links_404 div:last-child{
    padding-left: 30px;
}
.error_404_cont .links_404 a{
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Poppins-SemiBold";
    color: #82b1df;
    border: 5px solid #82b1df;
    padding: 7px 20px;
    display: inline-block;
}
.error_404_cont .links_404 a:hover{
    color: #5f81a3;
    border: 5px solid #5f81a3;
}

/*** Join our team ***/
.join_team_content{
    background: #FFF;
    margin-top: 20px;
    margin-bottom: 20px;
}
.join_team_content h1{
    text-align: center;
    padding: 20px 0px;
    border-bottom: 1px solid #CCC;
}
.join_team_content select{
    padding: 8px 15px;
    margin-bottom: 10px;
}
.join_team_content textarea{
    display: block;
    width: 95% !important;
    padding: 10px 0px 0px 10px;
}
.others_job_survey-wrap{
    display: none;
}
.field_wrapper select, .field_wrapper_1 select{
    width: 50% !important;
    margin-top: 5px !important;
}
.diversity_label-wrap:after{
    clear: both;
    display: block;
    content: ' ';
}
.diversity_label-wrap label{
    width: 100px;
    display: block;
    float: left;
    margin: 10px 0px;
}
.diversity_label-wrap select{
    width: 320px !important;
}
input:focus::-webkit-input-placeholder {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";/* IE 8 */
    filter: alpha(opacity=0);/* IE 5-7 */
    -moz-opacity: 0;/* Netscape */
    -khtml-opacity: 0;/* Safari 1.x */
    opacity: 0;
}
input:focus:-moz-placeholder {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";/* IE 8 */
    filter: alpha(opacity=0);/* IE 5-7 */
    -moz-opacity: 0;/* Netscape */
    -khtml-opacity: 0;/* Safari 1.x */
    opacity: 0;
} /* FF 4-18 */
input:focus::-moz-placeholder {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";/* IE 8 */
    filter: alpha(opacity=0);/* IE 5-7 */
    -moz-opacity: 0;/* Netscape */
    -khtml-opacity: 0;/* Safari 1.x */
    opacity: 0;
} /* FF 19+ */
input:focus:-ms-input-placeholder {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";/* IE 8 */
    filter: alpha(opacity=0);/* IE 5-7 */
    -moz-opacity: 0;/* Netscape */
    -khtml-opacity: 0;/* Safari 1.x */
    opacity: 0;
} /* IE 10+ */

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    text-align:left;
    margin-right:-4px;
    vertical-align: top;
}
#ninja_forms_form_1_all_fields_wrap .submit-wrap {
    margin-top: 30px;
}
.math-captcha-form > div {
    display: inline;
}

.math-captcha-form label {
    display: inline-block !important;
    margin-right: 10px;
}

.math-captcha-form input {
    text-align: center;
    width: 50px !important;
    display: inline-block !important;
    padding: 10px !important;
}

/* mobile responsive code */
@media (max-width: 1440px){
    .near_footer_text{
        max-width: 560px;
    }
    .near_footer_cont p{
        font-size: 21px;
    }
    .btn-bepart{
        font-size: 14px;
    }

}
@media (min-width: 1300px){
    .ap_item_cont p {
        height: auto;
    }
}
@media (min-width: 768px){
    .footer_cont {
        width: 85%;
    }
}
@media (max-width: 1300px){
    .ap_item_cont p {
        height: 120px;
    }
    .banner_text {
        left: 40%;
    }
}
@media (max-width: 1024px){

    .banner_text p {
        font-size: 24px;
    }
    .be_part_btn .btn {
        padding: 12px 20px;
    }

    .banner_text {
        left: 47%;
    }
}
@media (max-width: 990px){
    .collab_text {
        margin: 0;
        max-width: none;
        padding: 8% 12%; 
    }
    .about_content{
        width: 90%;
        margin: 50px auto;
    }
    .about_location {
        width: 90%;
        margin: 50px auto;
        margin-top: 0px;
    }
    .about_banner .banner_text_cont {
        width: 90%;
        height: 100%;
        margin: 0 auto;
        padding: 5% 0;
    }
    .proc_list {
        margin: 10% 0px;
    }
    .proc_list h2 {
        text-align: center;
    }
    .interview_body{
        width: 90%;
        background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    }

    .about_cont {
        background-position: 80% 90%;
    }
    .be_part_btn .btn {
        font-size: 15px;
    }
    .near_footer_cont p {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .near_footer_text {
        max-width: 400px;
    }

    .banner_text p {
        max-width: 350px;
        font-size: 20px;
    }
    .contact_content{
        margin-left: 20px;
        margin-right: 20px;
        min-height: 480px;
    }
    .perks_title{
        max-height: 70px;
        height: 70px;
    }

    .navbar-brand {
        padding: 15px 0px;
    }
    .navbar-default {
        padding-left: 20px;
        padding-right: 0px;
    }
    /*.footer_cont img {
    margin-top: 15px;
}*/
    .center_div {
        float: right;
    }
    .ap_item_cont {
        min-height: auto;
    }
    .ap_item_cont h4 {
        height: 50px;
        padding-bottom: 15px;
        text-align: center;
    }
    .ap_item_cont p {
        height: 110px;
    }
}
@media (max-width: 768px) {
    .banner_text {
        left: 45%;
    }
}
@media (max-width: 767px) {
    header {
        padding: 10px 0px 10px 0px;
    }
    .logo img{
        top: 0px;
    }
    .navbar-default {
        padding: 0;
    }
    .about_banner .banner_text_cont h2 {
        width: 100%;
    }
    .proc_list {
        margin: 5% 0px;
    }
    .interview_body{
        width: 100%;
    }
    .loc_img_cont {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .nav.navbar-nav > li > .sub-menu {
        display: block;
        position: relative;
        list-style-type: none;
        border: none;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-border-radius: 0px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
        -moz-border-radius: 0px; /* Firefox 1-3.6 */
        border-radius: 0px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
        padding: 10px 0px;
        box-shadow: none;
    }

    .nav.navbar-nav > li:hover ul {
        display: block;
        position: relative;
        border: none;        
    }

    .menu-item .sub-menu >li {
        width: 100% !important;
    }

    .menu-item .sub-menu >li:hover {
        background: transparent;
    }

    .menu-item .sub-menu >li > a {
        color: #000;
        font-family: "Poppins-SemiBold";
    }

    .menu-item .sub-menu >li:hover > a {
        color: #000;
        text-decoration: underline;
    }

    .nav.navbar-nav > li > .sub-menu{
        padding: 5px 15px;
    }
    .nav.navbar-nav > li > .sub-menu >li,
    .nav.navbar-nav > li >.sub-menu >li:nth-child(odd){
        border-bottom: none;
        padding: 10px 20px;
    }
    .sub-menu:before,.sub-menu:after{
        display: none;
    }

    .banner_text{
        left: 50%;
    }

    .banner_text {
        top: 11%;
        transform: translateY(0);
    }
    .interview_head p {
        width: 100%;
    }

    .contact_content {
        margin-bottom: 0px;
    }
    .center_ul li {
        float: none;
    }
    .ap_item_cont {
        margin-left: 0px;
        margin-right: 0px;
    }
    .near_footer_cont p {
        font-size: 16px;
    }

    .near_footer_text {
        max-width: 330px;
    }

    .btn-bepart {
        padding: 10px 20px;
        font-size: 12px;
    }
    .job_list_title_cont {
        text-align: center;
    }
    .job_list_location{
        margin: 0 auto;
        width: 135px;
    }
    .perks_title{
        max-height: 50px;
        height: 50px;
    }
    .navbar-default {
        margin-bottom: 0px;
    }
    .navbar-brand {
        padding: 0px 15px;
        margin: 10px 0px 0px;
    }
    .logo img {
        width: 200px;
        top: -5px;
        position: relative;
    }
    .footer_cont img {
        margin-top: 0px;
    }
    .center_div {
        float: none;
    }
    .newsletter_cont .submit_cont{
        padding-top: 0px;
    }
    .front_banner > img {
        min-height: 170px;
    }
    .field_wrapper select, .field_wrapper_1 select{
        width: 100% !important;
        margin-top: 5px !important;
    }
}

@media (max-width: 640px) {
    .btn-med {
        padding: 7px 15px;
    }

    .be_part_btn .btn {
        font-size: 12px;
    }
    .near_footer_text{
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
    .banner_text {
        left: 52%;
    }
    .banner_text p {
        font-size: 18px;
        max-width: 250px;
    }
    header{
        padding-top: 10px; 
    }
    .ap_item_cont p {
        height: auto;
    }
    .error_404_cont .page-header img{
        width: 100%;
    }
}
@media (max-width: 480px) {
    .banner_text p {
        font-size: 15px;
        max-width: 230px;
        margin-top: 4%;
    }
    .banner_text {
        left: 52%;
        top: 13%;
    }
    .near_footer_text{
        max-width: none;
        width: 80%;
        top: 20px;
        transform: inherit;
        left: 10%;
    }
    /*    .near_footer_cont img {
    opacity: 0.3;
}*/
    .be_part_btn .btn {
        padding: 8px 20px;
    }
    .contact_success > span, .contact_success > label {
        float: none !important;
        display: block;
        text-align: center;
        margin: 10px 0px;
    }

    .contact_success > span {
        font-size: 40px;
        width: 100%;
    }

    .contact_content h1 {
        text-align: center;
    }

    .contact_success > label {
        font-size: 22px;
        line-height: 1.2em;
        width: 100%;
    }
    .contact_banner .banner_text_cont h2 {
        font-size: 32px;
    }
    .ap_item_cont p {
        height: 110px;
    }
    .join_team_content select {
        margin-left: 0px !important;
        width: 100% !important;
    }
}
@media (max-width: 420px) {
    .navbar-brand {
        margin: 0px;
    }
    .navbar-brand.logo {
        height: 0;
    }
    .near_footer_text {
        width: 90%;
        left: 5%;
        top: 20px;
    }
    .logo img {
        /*width: 85%;*/
        top: 5px;
    }
    .banner_text {
        left: 0;
        top: 0;
        width: 100%;
        background: rgba(0,0,0,0.4);
        padding: 15px;
        height: 100%;
    }
    .banner_text p {
        margin-bottom: 10px;
        text-align: center;
    }
    .banner_text > div {
        text-align: center;
    }
    .be_part_btn {
        text-align: center;
    }
    .ap_item_cont p {
        height: 125px;
    }
    .logo_phil{
        margin-top: 0px;
    }
    .near_footer_cont img {
        width: 150%;
    }
    .front_banner > img {
        width: 150%;
        min-height: 150px;
    }
}
/*@media (max-width: 349px) {
.logo img {
top: -45px;
width: 85%;
}
}*/