body{background: #fff;}
a{
    color: #b30a34;
    text-decoration: none;
    transition: color 0.3s ease;
    outline: 0;
}
a,
a:link,
a:target,
a:visited,
a:active,
a:focus,
a:hover,
a:focus{outline: 0 !important;}
a:hover,
a:focus{
    color: #c71341;
}
p{color: #1a1a1a;}


h1,h2,h3,h4,h5,h6{
    font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    letter-spacing: 1px;
}
h2{font-size: 35px;}
h3{font-size: 22px;}
h4{font-size: 18px;}
h5{font-size: 16px;}
h6{font-size: 14px;}
.type_smooth{
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.top-nav-section{
    background-color: #b30934;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
/*    min-height: 97px; */
	height: 80px;
}
.logo-link{
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 999;
}
.logo-img{
    height: 80px;
/*    width: 100%; */
    transition: width 0.7s;
}


.alert{display: block;}

.primary-title{
    font-size: 35px;
    font-weight: lighter;
    color: #b30a34;
    margin-bottom: 30px;
}
.person-title{
    font-size: 29px;
    font-weight: lighter;
    margin: 0;
    margin-top: 5px;
    color: #000;
}
.person-subtitle{
    font-size: 18px;
    font-weight: bold;
    color: #b30a34;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/***intro section***/
.intro-section{
    position: relative;
    padding: 35px 0 95px;
    background: #000;
}
.intro-content p{
    font-size: 26px;
    color: #ffffff;
    font-weight: lighter;
    text-align: center;
}
.introPAM-section{
    padding: 0 0 50px;
    background: #fff;
}
.introPAM-content .introPAM-img-wrapper {
    border-radius: 50%;
    background: #fff;
    padding: 16px;
    margin-top: -91.5px;
    display: inline-block;
    overflow: hidden;
}
.introPAM-content .introPAM-img{
    border-radius: 50%;
}
.introPAM-content > p{
    font-size: 24px;
    color: #707070;
    font-weight: lighter;
}
.introPAM-content > a{
    font-size: 25px;
    color: #b30a34;
    font-weight: lighter;
    line-height: 33px;
    display: inline-block;
    border-bottom: 1px solid #b30a34;
}
.introPAM-content .introPAM-details{
    margin-top: 50px;
    font-size: 20px;
}
.introPAM-content .introPAM-details a{
    text-decoration: underline;
    font-weight: bold;
}
.introPAM-content .introPAM-details p{
    color: #002e27;
}

.graybox-section{
    padding: 50px 0 60px;
    background: #b9b9b9;
}

/***quote section***/
.quote-section p{
    font-size: 25px;
    font-weight: lighter;
    margin: 0;
}
.quote-text{
    line-height: 1;
}

/***white section***/
.white-section{
    padding: 60px 0;
    background: #fff;
}
.white-section.gray-section{background: #b9b9b9;}
.white-section p{
    font-size: 19px;
}
.white-section p a{
    color: inherit;
    text-decoration: underline;
}

 .rounded-img-wrapper {
    border-radius: 50%;
    background: #d0d0d0;
    padding: 16px;
    display: inline-block;
    overflow: hidden;
}
 .rounded-img-wrapper.border-inverse {
    background: #fff;
}
 .rounded-img-wrapper .rounded-img{
    border-radius: 50%; 
    max-width: 250px;
}

.intel-section p{
    color: #002e27;
}


/***industries section***/
.industries-section {
    padding: 80px 0 60px;
    background: #000;
    position: relative;
    overflow: hidden;
}
.industries-container{
     position: relative;
    z-index: 1;
}

.industries-section p{
     font-size: 21px;
     color: #fff;
}
.casestudy-row{margin-top: 40px;}
.casestudy-div{
    min-width: 220px;
    padding: 18px 10px;
    display: inline-block;
    background: #fff;
    margin-bottom: 20px;
}
.casestudy-div .casestudy-text{
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #b30a34;
    display: block;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
.casestudy-div .casestudy-title{
    font-size: 30px;
    font-weight: lighter;
    display: block;
    line-height: 1;
    color: #1a1a1a;
}
/***Bg Video****/
.video-bg-module {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100% !important;
    height: auto !important;
    position: absolute !important;
    display: block;
}
.video-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.video-container .filter {
    z-index: 1;
    position: absolute;
    background: rgba(0,0,0,0.6);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.6)), color-stop(100%, rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.74) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    width: 100%;
    height: 100%;
}
.video-container video {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    
    display: block !important;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    height: auto;
}
.video-container video.fillWidth {
    min-width: 100%;
    min-height: 100%;
}
/*******/


/**testimonials**/
.testimonials-section p {
    font-size: 20px;
    font-weight: lighter;
    color: #666666;
}
.testimonials-section .testimonial-body{
    margin-bottom: 25px;
}
.testimonials-section .testimonial-title{
    letter-spacing: 0.5px;
    margin: 0;
}
.testimonials-section .testimonial-subtitle{
    line-height: 1.2;
    margin: 0;
}


/***contact***/
.contact-section{
    padding: 50px 0 25px;
    background: #b30934;
    color: #fff;
}
.contact-section p{
    font-size: 20px;
    color: #ffffff;
    font-weight: lighter;
    text-align: center;
}
.contact-section a{
    color: #ffffff;
    text-decoration: underline;
}
.contact-form{
    max-width: 450px;
    margin: 0 auto;
}
.contact-form .form-group {
    margin-bottom: 18px;
}
.contact-form textarea.form-control {
    min-height: 140px;
    max-width: 100%;
}

/***footer***/
.footer-section{
    padding: 15px 0 30px;
    background: #000000;
    color: #fff;
}
.footer-section p{
    color: #ffffff;
    font-size: 14px;
}
.footer-section a{
    color: #ffffff;
    text-decoration: underline;
}

/***privacy***/
.privacy-section{    padding: 50px 0;}
.privacy-section p{
    text-align: left;
}

#home-slideshow > img{width: 100%;}
/***slider***/

.slick-slider-enable {
    padding: 0 40px;
    margin: 0;
}

.slick-slider-enable .slick-prev,
.slick-slider-enable .slick-next{
    width: 35px;
    height: 34px;
    background-size: cover;
    z-index: 1;
    top:40%;
    background-image: url('../img/slider-arrows.png');
    background-repeat: no-repeat;
}

.slick-slider-enable .slick-prev {
    left: 0;
    background-position: 0 0;
}
.slick-slider-enable .slick-next {
    right: 0;
    background-position: -34px 0;
}
.slick-slider-enable .slick-prev:before, 
.slick-slider-enable .slick-next:before{display: none;}

/**********/

.form-control {
    height: 46px;
    /*border: none;*/
    font-size: 20px;
    border-radius: 5px;
}
.btn {
    border-radius: 5px;
}
.btn-default {
    border-color: #000000;
    background: #000000;
    color: #ffffff;
    font-weight: normal;
}
.btn-default:hover, .btn-default:focus {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
}
.btn-default:active, .btn-default.active {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
}
.btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
}

.btn-primary {
    border-color: #fff;
    background: #b30934;
    color: #fff;
    font-weight: normal;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #b30934;
    color: #fff;
    border-color: #fff;
}
.btn-primary:active, .btn-primary.active {
    background-color: #b30934;
    color: #fff;
    border-color: #fff;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #b30934;
    border-color: #fff;
}
.btn.btn-contact-submit{
    font-size: 20px;
}
.contact-form .has-error .form-control {
    border-color: rgb(0, 0, 0);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    border-width: 2px;
}
/**********/
.type_inverse{color:#fff !important;}
.type_dark{color:#000 !important;}
.type_primary{color:#b30a34 !important;}
.type_bold{font-weight: bold !important;}

.menu-panel.main-push-menu {
    position: fixed;
    right: -15.625em; /*right or left and the width of your navigation panel*/
    width: 15.625em; /*should match the above value*/
}

.wrap,.push {
  position: relative;
}

.main-wrapper{
    overflow-x: hidden;
}


 a.menu-link{
    float: right;
    clear: right;
    color: #ffffff;
    font-size: 2.5em;
/*    line-height: 97px; */
    line-height: 80px;
}
 a.menu-link:hover{
    color: #f1f1f1;
}
 a.menu-link.active{
    color: #f1f1f1;
}
 a.menu-link .fa.fa-menu-bars:before {
    content: "\f0c9";
}
 a.menu-link.active .fa.fa-menu-bars:before {
    content: "\f00d";
}
#menu.main-push-menu.menu-panel{
    border-radius: 0;
    background: #b30934;
}
#menu.main-push-menu ul{
    list-style: none;
    padding:10px 20px;
    margin: 0;
    font-size: 19px;
    text-transform: lowercase;
}
#menu.main-push-menu ul li{
    display: block;
    padding: 15px 2px;
    text-align: left;
}
#menu.main-push-menu ul > li{
    border-bottom: 1px solid #b51941;
}
#menu.main-push-menu ul > li:last-child{
    border-bottom: 0;
}
#menu.main-push-menu ul li a{
    color: #ffffff;
}
#menu.main-push-menu ul li a:hover,
#menu.main-push-menu ul li a:focus{
    color: #fff;opacity: 0.9;
}
#menu.main-push-menu ul li.site-social a  {
    display: inline-block;
    letter-spacing: normal;
    color: #000;
    opacity: 1; 
}
#menu.main-push-menu ul li.site-social a > .site-social-icon-image:before { 
    content: '';
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
}

#menu.main-push-menu ul li.site-social a > .site-social-icon:before {
    content: '';
    display: block;
    border: 3px solid #000;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    transition: background 0.35s;
}
#menu.main-push-menu ul li.site-social a:hover > .site-social-icon:before,
#menu.main-push-menu ul li.site-social a:focus > .site-social-icon:before{
    background: #fff;
}
#menu.main-push-menu ul li.site-social .site-social-icon > i{    
    line-height: 20px;
    width: 20px;
    height: 20px;
}
#menu.main-push-menu ul li.site-social .site-social-icon > i,
#menu.main-push-menu ul li.site-social a > span{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
#menu.main-push-menu ul li.site-social a > span:not(.site-social-icon){
    margin-left: 4px;
    line-height: 20px;
}
#menu.main-push-menu ul li.site-social ul{
    padding: 0;
    line-height: 1.1;
}
#menu.main-push-menu ul li.site-social ul li {
    padding-right: 0;
    padding-left: 0;
    margin-right: 15px;
}
#menu.main-push-menu ul li.site-social ul li:last-child {
    padding-right: 0;
    padding-left: 0;
    margin-right: 15px;
}




@media all and (max-width:1199px){
    #menu.main-push-menu.menu-panel{
        overflow-y: auto;
        box-shadow: -1px 0 6px rgba(0, 0, 0, 0.2);
    }
    #menu.main-push-menu ul > li.site-social {
        padding: 0;
        border-bottom: 1px solid #b51941;
    }
    #menu.main-push-menu ul li.site-social ul li {
        padding-right: 0;
        padding-left: 0;
        margin-right: 10px;
        display: inline-block;
        border: 0;
    }
    #menu.main-push-menu ul li.site-social ul li:last-child {
        padding-right: 0;
        padding-left: 0;
        margin-right: 0;
    }
    .hide-1200{display:none; }
}
@media all and (max-width:767px){
    .text-center-sm{
        text-align: center;
    }
}
@media all and (max-width:500px){
    .footer-content {
        text-align: center;
    }
    .footer-content .pull-left,
    .footer-content .pull-right{
        float: none !important;
    }
}

@media all and (max-width:414px){
    .text-center-xs{
        text-align: center;
    }
}

@media all and (min-width:415px){
    .slick-slider-enable{
        padding: 0 60px;
    }
}

@media all and (min-width:500px){
    .visible-500{display:none; }
    .two-col-para{
        -webkit-column-count: 2;
          -moz-column-count: 2;
               column-count: 2;

       -webkit-column-gap: 30px;
          -moz-column-gap: 30px;
               column-gap: 30px;
    }
    .introPAM-content .introPAM-details {
        font-size: 18px;
    }
    .contact-section p {
        font-size: 24px;
    }
    
    h2{font-size: 40px;}
    h3{font-size: 24px;}
    
}
@media all and (min-width:568px){
    .testimonials-section p {
        font-size: 20px;
    }
    .slick-slider-enable{
        padding: 0 100px;
        margin: 40px 0;
    }
    .slick-slider-enable .slick-prev,
    .slick-slider-enable .slick-next{
        width: 75px;
        height: 74px;
    }
    .slick-slider-enable .slick-next {
        background-position: -75px 0;
    }
}
@media all and (min-width:768px){
    .span-items-left .span-img-div{
        float: left;
        margin-right: -332px;
    }
    .span-items-left .span-content-div{
        float: left;
        padding-left: 375px;
    }
    .span-items-right .span-img-div{
        float: right;
        margin-left: -332px;
    }
    .span-items-right .span-content-div{
        float: right;
        padding-right: 375px;
    }
    .candidates-section .span-items-left .span-img-div,
    .intel-section .span-items-right .span-img-div{
        margin-top: 35px; 
    }
    .leads-section .span-items-left .span-img-div{
        margin-top: 5px;
    }
    
    .intro-content p {
        font-size: 25px;
    }
    .introPAM-content > p{
        font-size: 21px;
    }
    .introPAM-content .introPAM-details {
        font-size: 18px;
    }
    .testimonials-section p {
        font-size: 25px;
    }
    
    .contact-section p {
        font-size: 25px;
    }
    .footer-section p{
        font-size: 15px;
    }
}
@media all and (min-width:1200px){
    
    .visible-small{display: none !important;}
    .top-nav-section .menu-link{
        display: none;
    }
    #menu.menu-panel.main-push-menu {
        position: static !important;
        right: auto; 
        width: 100% !important; 
        background: #fff;
        background: transparent;
        clear: both;
        padding-left: 275px;
    }
    .main-header-section.cloned #menu.menu-panel.main-push-menu {
        width: auto !important;
        float: right;
        clear: none;
    }
    #menu.main-push-menu ul {
        list-style: none;
        padding: 26.5px 0 26.5px;
        margin: 0;
        font-size: 19px;
    }
    #menu.main-push-menu > ul {
        max-height: 80px;
    }
    #menu.main-push-menu ul li {
        border-bottom: 0;
        text-align: left;
        padding: 0;
        float: left;
        padding: 0 18px;
    }
    #menu.main-push-menu ul li:first-child {
        padding-left: 0;
    }
    #menu.main-push-menu ul li:last-child {
        padding-right: 0;
    }
    
    .main-header-section.cloned #menu.main-push-menu ul li {
        padding: 5px 15px;
    }
    
    #menu.main-push-menu ul li.site-social  {
/*        float: right; */
    }
    
}

@media all and (min-width:768px) and (max-width:1199px){
     .span-items-left .span-img-div img,
     .span-items-right .span-img-div img{
        width: 200px;
    }
    .span-items-left .span-img-div  {
        margin-right: -232px;
    }
    .span-items-right .span-img-div {
        margin-left: -232px;
    }
    .span-items-left .span-content-div {
        padding-left: 275px;
    }
    .span-items-right .span-content-div {
        padding-right: 275px;
    }
    .candidates-section .span-items-left .span-img-div,
    .leads-section .span-items-left .span-img-div,
    .intel-section .span-items-right .span-img-div{
        margin-top: 100px;
    }

}

/* USAGE
<div class="row">
  <div class="row-height">
    <div class="col-xs-2 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
    <div class="col-xs-4 col-lg-5 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
  </div>
</div>
*/

/* content styles */

.inside {
  margin-top: 20px;
  margin-bottom: 20px;
}
.inside-full-height {
  /*
  // if you want to give content full height give it height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 415px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}