/* Helper Classes */
.only-mobile {
  display: block !important; }

.only-desktop {
  display: none !important; }

@media only screen and (min-width: 767px) {
  .only-mobile {
    display: none !important; }

  .only-desktop {
    display: block !important; } }
    .tac{ text-align: center;}
/***** GENERAL ****/
#top .avia-section {
  position: relative; }
  #top .avia-section.narrow .container {
    max-width: 1000px;
    }
  #top .avia-section.fwd .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important; }

@media only screen and (max-width: 480px) {
  .avia-section-huge .content, .avia-section-huge .sidebar {
    padding-top: 60px;
    padding-bottom: 60px; } }
#top .avia_textblock.narrow {
  max-width: 800px;
  margin: 0 auto; }

/* Typography */
.av-special-heading.av_custom_color {
  opacity: 1;
  margin-top: 0; }
.av-special-heading.custom-font-enabled .av-special-heading-tag {
  font-family: inherit !important; }
.av-special-heading.custom-fweight-enabled .av-special-heading-tag {
  font-weight: inherit !important; }
.av-special-heading.custom-textsep-enabled .av-special-heading-tag {
  letter-spacing: inherit !important; }
.av-special-heading.custom-texttrans-enabled .av-special-heading-tag {
  text-transform: inherit !important; }

.av_inherit_color * {
  color: inherit !important; }

.image-overlay {
  display: none !important; }

#top img {
  border-radius: 0 !important; }

a.flex_column:hover,
a.flex_column:focus,
a.flex_column:active {
  text-decoration: none !important; }

/* social bookmarks */
#top .custom_social_bookmarks {
  margin: 0;
  background: transparent; }
  #top .custom_social_bookmarks li {
    display: inline-block;
    float: none;
    width: auto;
    padding: 0;
    margin: 0 10px;
    line-height: initial !important; }
    #top .custom_social_bookmarks li a {
      background: transparent !important;
      text-decoration: none !important; }

#top .btn-group {
  text-align: center;
  margin-top: 25px; }
  #top .btn-group .avia-button-wrap {
    display: inline-block;
    margin: 0 10px; }

h1 {
  font-size: 52px; }

@media only screen and (max-width: 989px) {
  h1 {
    font-size: 42px; } }
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 34px; } }
h2 {
  font-size: 38px; }

@media only screen and (max-width: 989px) {
  h2 {
    font-size: 34px; } }
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 26px; } }
h3 {
  font-size: 28px; }

@media only screen and (max-width: 989px) {
  h3 {
    font-size: 26px; } }
@media only screen and (max-width: 768px) {
  h3 {
    font-size: 26px; } }
h4 {
  font-size: 22px;
  font-weight: 400; }

@media only screen and (max-width: 989px) {
  h4 {
    font-size: 22px; } }
@media only screen and (max-width: 768px) {
  h4 {
    font-size: 18px; } }
h5 {
  font-size: 20px; }

h6 {
  text-transform: uppercase; }
h1, h2, h3, h4, h5, h6{
  text-transform: none !important;
}


body{
  font-weight: 300;
}

.hr-custom .hr-inner.inner-border-av-border-fat{
  border-top-width: 5px;
}

.responsive #top .logo{
  position: relative !important;
}
#header .logo img {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: relative;
}

#header .logo img.alternate_logo{
    opacity: 0;
    position: absolute;
}

@media only screen and (max-width: 767px) {
  .responsive .logo img {
      height: 60px !important;
      position: absolute !important;
  }
}

#header .main_menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

#header .avia-menu.av_menu_icon_beside {
    border: 0;
    margin: 0;
    padding-right: 0;
    padding-left: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

#header .social_bookmarks{
    position: relative;
    overflow: visible !important;
    z-index: 1001 !important;
}

@media only screen and (min-width: 989px) {
  #header .social_bookmarks:before{
      content: "Follow Us";
      left: -48px;
      position: absolute;
      font-size: 14px;
      top: 2px;
  }

}

#header .social_bookmarks li{
    border: 0;
}
#header .social_bookmarks li a {
    color: white !important;
    background-color: transparent !important;
    font-size: 14px;
}

#top .av_minimal_header .avia-menu-fx{
    display: block;
}
#header .av-hamburger-box{
    position: relative;
    top: -8px;
    color: #2d2d2d;
}
#header .av-hamburger-box:after{
    position: absolute;
    bottom: -32px;
    left: -1px;
    content: "Menu";
    font-weight: 300;
    font-size: 14px;
    line-height: initial;
}

#top .av_header_glassy.av_header_transparency .header_bg {
    opacity: 0.7;
    -webkit-box-shadow: 0 0 60px rgba(0,0,0,.1);
            box-shadow: 0 0 60px rgba(0,0,0,.1);
}

#header .av-burger-overlay-bg {
    background: #343434;
    opacity: 1;
}

#header #av-burger-menu-ul li {
    margin: 0;
    padding: 0;
}

#header #av-burger-menu-ul li a{
    font-weight: 100;
    font-size: 28px !important;
    opacity: 1 !important;
}

#header #av-burger-menu-ul li:hover .avia-menu-text{
  border-bottom: 2px solid white;
}
.av-burger-overlay-active #header .av-hamburger-box:after,
.av-burger-overlay-active #header .social_bookmarks,
.av-burger-overlay-active #header .social_bookmarks li a,
#header.av_header_transparency.av_header_with_border .av-hamburger-box:after,
#header.av_header_transparency.av_header_with_border .social_bookmarks,
#header.av_header_transparency.av_header_with_border .social_bookmarks li a{
    color: white !important;
}


.av-burger-overlay-active #header .av-hamburger-inner, 
.av-burger-overlay-active #header .av-hamburger-inner::before, 
.av-burger-overlay-active #header .av-hamburger-inner::after,
#header.av_header_transparency.av_header_with_border .av-hamburger-inner,
#header.av_header_transparency.av_header_with_border .av-hamburger-inner::before,
#header.av_header_transparency.av_header_with_border .av-hamburger-inner::after{
  background-color: white;
}
.av-burger-overlay-active #header .logo img.alternate_logo,
#header.av_header_transparency.av_header_with_border .logo img.alternate_logo{
    opacity: 1;
}

#header.av_header_transparency.av_header_with_border .logo img.default_logo,
.av-burger-overlay-active #header .logo img.default_logo{
    opacity: 0;
}

.av-burger-overlay-active #header .logo,
#header.av_header_transparency.av_header_with_border .logo{
    z-index: 101;
}


@media only screen and (max-width: 767px) {
  
  /* transparent header */
  .responsive #top #wrap_all #header {
    position: absolute;
    background: transparent;
  }

  .html_header_transparency #top .avia-builder-el-0 .container, 
  .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
    padding-top: 90px !important;
  }


}

#top .hero-box.intro{
  border: 2px solid #cb151e;
  padding: 75px;
}
@media only screen and (max-width: 767px) {
  #top .hero-box.intro{
    padding: 40px;
  }
}
#top .hero-box{
    text-align: center;
}

#top .hero-box .avia-button-center{
    display: inline-block;
    float: none;
    margin: 0 10px;
}
#top .avia-button,
#top .avia_ajax_form .button {
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-width: 2px !important;
    border-style: solid;
    border-color: #cb151e !important;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

#top .avia-button:hover,
#top .avia_ajax_form .button:hover {
    opacity: 1;
     -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
             box-shadow: 0 5px 10px rgba(0,0,0,.2);

}


#top .header_color.av_header_glassy .avia-menu-fx {
    background: #cb151e;
}



#top .avia-button.avia-color-light:hover {
    background: #cb151e;
}

#top .avia-color-theme-color:hover {
    background: #a71118;
    border-color: #a71118 !important;
}

#top .full-white .avia-button {
    border-color: white !important;
    color: white !important;
}


#top .borderless .avia-button {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
    min-width: initial;
}

#top .avia-button.avia-color-dark {
    color: #cb151e;
    border-color: #cb151e;
}

#top .avia-button.avia-color-dark:hover{
    background: #cb151e;
    color: white;
}

#what-we-do .content {
    padding-top: 0;
}

#what-we-do .flex_column_table {
    background: rgba(41, 41, 41, 0.9);
}


#what-we-do .flex_column_table,
#top .padded-box{
    padding: 120px;
    -webkit-box-shadow: 0 30px 60px rgba(0,0,0,.2);
            box-shadow: 0 30px 60px rgba(0,0,0,.2);
}

@media only screen and (max-width: 767px) {
  #what-we-do .flex_column_table,
  #top .padded-box{
      padding: 40px;
  }
}



#top .med-padded-box{
    padding: 80px;
}

@media only screen and (max-width: 767px) {
    #top .med-padded-box{
      padding: 40px;
  }
}


#top .iconlist-timeline{
  display: none
}

#top .av-tab-section-tab-title-container {
    background: white;
    border: 0 !important;
}

#top .av-section-tab-title {
    opacity: 0.5;
}

#top .av-active-tab-title {
    opacity: 1;
}

#top .av-special-heading [class*='boxed-title'] {
    margin: 0;
    padding: 0 !important;
}


#top .av-special-heading[class*='boxed-title'] .av-special-heading-tag {
  color: white;
  display: inline-block;
  padding: 16px 55px;
  min-width: 250px;
}


#top .av-special-heading[class*='_top']{
  position: relative;
  top: -30px;
}

#top .av-special-heading[class*='_fw'] .av-special-heading-tag {
    width: 100%;
}

#top .av-special-heading[class*='boxed-title_red'] .av-special-heading-tag{
    background: #cb151e;
} 

#top .av-special-heading[class*='boxed-title_black'] .av-special-heading-tag{
    background: #2f2f2f;
} 

#top .av-layout-tab-inner .av-special-heading-tag {
    color: #cb151e;
}

#top .av-special-heading[class*='_bottom']{
    bottom: -70px;
    position: relative;
}

#top .av-special-heading[class*='boxed-title'] h5.av-special-heading-tag {
    padding: 12px 20px;
    min-width: initial;
}

.av-large-gap.av-fixed-size .av-masonry-entry .av-inner-masonry{position: absolute; top:0px; left:0px; right: 40px; bottom:40px; }
#top .container .av-masonry.av-large-gap {
    width: calc(100% + 40px);
}

#blog_grid .av-fixed-size .av-masonry-entry .av-inner-masonry-sizer {
    padding-bottom: 120%;
}

#blog_grid .container .av-inner-masonry-content {
    background: white;
    -webkit-box-shadow: 0 30px 60px rgba(0,0,0,0.1);
            box-shadow: 0 30px 60px rgba(0,0,0,0.1);
    padding: 40px;
}

@media only screen and (max-width: 767px) {
  #blog_grid .container .av-inner-masonry-content{
    padding: 20px;
  }
}

#blog_grid .av-masonry-entry .av-masonry-entry-title {
    font-weight: 400;
}

#blog_grid .av-masonry-meta span {
    color: #cb151e;
}

#blog_grid .av-masonry-date {
    color: #cb151e;
    border-bottom: 1px solid black;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#blog_grid * {
    overflow: visible !important
}

@media only screen and (min-width: 767px) {
  #our-story .flex_column_table{
      margin-top: -100px;
  }

}


@media only screen and (max-width: 767px) {
  #what-we-do .container,
  #our-story .container {
      max-width: 100% !important;
      width: 100% !important;
  }

  #our-story .container .flex_column{
      margin-bottom: 0 !important;
  }
}
.avia_desktop .av-masonry-entry:hover .av-masonry-image-container{
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
}

#footer {
    padding: 50px 0 30px 0;
}

#footer {
    text-align: center;
}

@media only screen and (min-width: 767px) {
  #footer {
      text-align: initial;
  }

  #footer .container{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }


  #footer .custom_social_bookmarks {
    text-align: right;
  }



}

@media only screen and (max-width: 767px) {
  #footer .textwidget p{
    text-align: center !important;
  }

}

#footer .menu-item {
    margin-left: 20px;
    display: inline-block;
}
#footer .menu {
    display: inline-block;
    width: auto !important;
    float: right !important;
}

#footer .menu-item a{
    font-size: 16px;
}

#top .avia-icon-list.av-iconlist-big li{
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#top .avia-icon-list.av-iconlist-big li *{
    -webkit-transition: border-color 0.2s linear;
    -o-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear
}

#top .avia-icon-list.av-iconlist-big li:hover a{
    border-color: #cb151e;
}


#top .avia-icon-list.av-iconlist-big li .iconlist_title a{
    text-decoration: none !important;
}

#top .avia-icon-list.av-iconlist-big article.article-icon-entry{
    min-height: initial;
    max-width: 40%;
}

#top .avia-icon-list.av-iconlist-big .iconlist_title {
    text-transform: uppercase !important;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    top: 0;
}

#top .avia-icon-list.av-iconlist-big .iconlist_title:after{
    content: "";
    display: block;
    width: 0;
    margin-top: 5px;
    height: 2px;
    background: #cb151e;
    -webkit-transition: width ease-in 0.2s;
    -o-transition: width ease-in 0.2s;
    transition: width ease-in 0.2s;
}

#top .avia-icon-list.av-iconlist-big li:hover .iconlist_title:after{
    width: 100%;  
}




.alternate_color .avia-icon-list .iconlist_icon {
    background: transparent;
}

.alternate_color .avia-icon-list li .iconlist_icon .iconlist-char:before{
    content: "";
    width: 50px;
    height: 50px;
    display: block;
}

.alternate_color .avia-icon-list li:nth-child(1) .iconlist_icon .iconlist-char:before {
    background: url(/wp-content/uploads/advanced-analytics.png) no-repeat center center;
    background-size: contain;
}

.alternate_color .avia-icon-list li:nth-child(2)  .iconlist_icon .iconlist-char:before {
    background: url(/wp-content/uploads/cyber-security.png) no-repeat center center;
    background-size: contain;
}

.alternate_color .avia-icon-list li:nth-child(3)  .iconlist_icon .iconlist-char:before {
    background: url(/wp-content/uploads/tactical-mobility.png) no-repeat center center;
    background-size: contain;
}

#top .avia-icon-list.av-iconlist-big .iconlist_icon {
    height: 110px;
    width: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 1000px;
    border: 2px solid white;
}

#top .avia-icon-list.av-iconlist-big .iconlist_content_wrap{
    min-height: initial;
    padding-bottom: 0;
}
.flex_cell .avia-image-container.avia-align-center .avia-image-container-inner,
.flex_cell .avia-image-container.avia-align-center .avia-image-container-inner img {
    width: 100%;
}




#capabilities .av-flex-placeholder {
    width: 8%;
    position: relative;
}

#capabilities .av-flex-placeholder:after{
    content: "";
    height: 100%;
    width: 1px;
    display: block;
    left: 50%;
    position: absolute;
    top: 0;
    background: rgba(255,255,255,0.3);
}


#top .borders-sides {
    position: relative;
}

#top .borders-sides .special-heading-border {
    display: block;
    height: 7px;
    width: 100%;
    background: #cb151e;
    position: absolute;
    top: 15px;
}

#top .borders-sides .av-special-heading-tag {
    display: inline-block;
    background: white;
    padding: 0 30px;
    position: relative;
    z-index: 1;
}

#top .borders-bottom .av-special-heading-tag{
    display: inline-block;
    padding-bottom: 30px;
    border-bottom: 2px solid #cb151e;
}

#top .av-masonry-entry.type-team .av-inner-masonry-content-pos {
    vertical-align: bottom;
    text-align: left;
}

#top .av-masonry-entry.type-team .av-masonry-entry-title {
    font-size: 20px !important;
    font-weight: 300;
}

#top .av-masonry-entry.type-team .av-masonry-entry-title .team-title {
    font-size: 16px;
    display: block;
    line-height: 24px;
}


#top .av-masonry-entry.type-team.av-masonry-item-with-image .av-inner-masonry-content {
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 68%,rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),color-stop(68%, rgba(0,0,0,0)),to(rgba(0,0,0,1)));
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 68%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 68%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

#top .av-masonry-entry.type-team .avia-arrow{
    position: absolute;
    top: 10px;
    right: 12px;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    border: 0;
    margin: 0;
    background: none;
    display: block;
    width: initial;
    height: initial;
}

#top .av-masonry-entry.type-team .avia-arrow:after{
    content: "\e816";
    font-family: "entypo-fontello";
    font-size: 32px;
    color: #cb151e;
}

#top .av-masonry-entry.team,
#top .team_category-team{
    pointer-events: none;
}

#top .av-masonry-entry.lightbox-added{
    pointer-events: initial;
}

#top .av-masonry-entry .avia-arrow{
    display: none !important;
}
#top .av-masonry-entry.post .avia-arrow {
    display: none !important;
}

#top .av-masonry-entry.lightbox-added .avia-arrow{
    display: block !important;
}

#top .av-masonry-load-more {
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 3px !important;
    border-width: 2px !important;
    border-style: solid;
    border-color: #cb151e !important;
    width: 210px;
    margin: 0 auto 100px auto;
    right: 0;
    background: transparent !important;
    padding: 10px;
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
}
#top .av-masonry-load-more:hover{
    background: #cb151e !important;
    color: white;
}
#top .small-img img {
    max-width: 120px;
}

#top .avia_textblock.red-box.alternate_content {
    padding: 30px;
    background: #cb151e;
}
#top .avia_textblock.red-box.alternate_content,
#top .avia_textblock.red-box.alternate_content *{
    color: white;
}
.av-subheading.av_custom_color {
    opacity: 1;
    color: initial;
}
.pb-0 .content{
  padding-bottom: 0 !important;
}

.mt-0{
  margin-top: 0 !important;
}
.mb-0{
  margin-bottom: 0 !important;
}
#careers.avia-section .container .content {
    vertical-align: bottom !important;
    padding-bottom: 0 !important;
}

@media only screen and (min-width: 767px) {
  [class*="apply-box"] {
      padding: 60px;
      border: 1px solid rgba(255,255,255,0.4) !important;
  }

  .apply-box-2 {
      background: rgba(255,255,255,0.1);
      border: 1px solid rgba(255,255,255,0.1) !important;
  }

}


#top.single-team.iframed .page-thumb img {
    width: 100%;
    border-radius: 0;
}

#top.single-team.iframed img.two-six-dots{
    max-width: 120px;
}


@media only screen and (max-width: 767px) {
  #top.single-team.iframed img.two-six-dots,
  #top.single-team.iframed .page-thumb img{
      display: none;
  }
}


#top.single-team.iframed #header, 
#top.single-team.iframed #footer,
#top.single-team.iframed .avia-post-nav,
#top.single-team.iframed .single-post-header {
    display: none;
}

#top.single-team.iframed #main{
    padding-top: 0 !important; 
}
@media only screen and (max-width: 989px) {
  .mfp-iframe-scaler {
      padding-bottom: 110%;
  }

}


#top .av-iconlist-small li {
    margin: 15px 0;
}

@media only screen and (max-width: 767px) {

  #top .avia-popup button.mfp-arrow{
      display: none;
  }
}
/* single header overlay + archive + search */
#top .fullsize .template-blog .post .entry-content-wrapper {
    max-width: 100%;
}
#top .template-single-blog{
    padding: 0;
}
#top .template-single-blog{
    max-width: 1000px;
}
#top.single-post .template-single-blog{
    font-size: 16px;  
}
#top.single .template-single-blog h1,
#top.single .template-single-blog h2,
#top.single .template-single-blog h3,
#top.single .template-single-blog h4{
    font-weight: 300;
    color: #d30000;
    margin-top: 50px;
} 

#top.single .template-single-blog h5{
  margin-top: 30px;
  font-size: 18px;
}

#top.single-post .template-single-blog.container .av-content-full.units {
    margin-top: -50px;
    background: white;
    padding-top: 50px;
}

#top.single-post .fullsize .template-blog .post .entry-content-wrapper > * {
    max-width: 850px;
}

#top.single .single-post-header .av-special-heading .av-special-heading-tag {
    font-weight: 300;
}

#top.single .single-post-header p{
    margin-bottom: 0 !important;
}

#top.single-post .container_wrap.container_wrap_first.main_color.fullsize {
    background-repeat: no-repeat;
    background-image: url(http://www.twosixlabs.com.php7-27.phx1-1.websitetestlink.com/wp-content/uploads/bg-texture.jpg);
    background-attachment: scroll;
    background-position: top center;
}

#top .fullsize .comment-entry.post-entry,
#top .fullsize .related_posts {
    display: none;
}


#top .single-post-header_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(47,47,47,0.8);
    opacity: 1;
}


#top .single-post .big-preview.single-big{
    display: none
}

#top .benefits-slider.avia-content-slider .slide-entry-title {
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-weight: 400;
}

#top .benefits-slider .slide-entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 160px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}



#top .benefits-slider.avia-smallarrow-slider .avia-slideshow-arrows {
    width: 100%;
    top: 50%;
    position: absolute;
    height: 35px;
}

#top .benefits-slider.avia-smallarrow-slider .avia-slideshow-arrows a {
    background: #cb151e;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
}

#top .benefits-slider .avia-slideshow-arrows a:before {
    background: transparent;
    line-height: 36px;
}

#top .benefits-slider .avia-content-slider-inner {
    width: 90%;
    margin: 0 auto;
}


#home-grid .flex_cell .flex_cell_inner {
    position: relative;
    overflow: hidden;
}

#home-grid .flex_cell .flex_cell_inner .avia-image-container:nth-child(1){
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    -webkit-transition: all ease-in 0.15s;
    -o-transition: all ease-in 0.15s;
    transition: all ease-in 0.15s;
}

#home-grid .flex_cell .flex_cell_inner:hover .avia-image-container:nth-child(1){
  opacity: 1;
}

.av-tab-section-container .custom-tab-nav {
    display: none;
}

.av-tab-section-container.arrows-enabled .custom-tab-nav{
    display: block;
    position: initial;
}

.av-tab-section-container.arrows-enabled .custom-tab-nav span{
    color: white;
    background: #cb151e;
    font-size: 22px;
    padding: 16px 22px;
    line-height: 30px;
    display: inline-block;
    position: absolute;
    z-index: 100;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.av-tab-section-container.arrows-enabled .custom-tab-nav span.next-tab{
    right: 0;
}


@media only screen and (max-width: 767px) {
    .av-tab-section-container.arrows-enabled .custom-tab-nav span{
        padding: 8px 16px;
    }
    .av-layout-tab-inner .container{
        max-width: 58% !important;
    }
}


#top .main_menu ul:first-child > li a {
    font-weight: 300;
    letter-spacing: 0.6px; 
    font-size: 16px;
    color: #282828;
}

#top #header.header_color.av_header_glassy #header_meta{
    background: #cb151e;
}

#top #header.header_color.av_header_glassy .av-main-nav > li > a .avia-menu-text {
    color: #000;
}

#top #header_meta {
    background: #cb151e;
    color: white;
}


@media only screen and (max-width: 767px) {
  #top #header_meta{
    display: none;
  }
}

@media only screen and (min-width: 767px) {
  .apply-box-2,
  .apply-box-1 {
      min-height: 600px !important;
  }
}


#top .job-slider .slide-entry {
    text-align: center;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #e8e8e8;
}

#top .job-slider .slide-entry .slide-image{
    display: none;
}

#top .job-slider .slide-entry .slide-entry-title {
    font-weight: 400;
}

#top .job-slider .slide-entry .slide-entry-title span{
  display: block;
  font-weight: 300;
}

#top .job-slider .slide-entry .post_excerpt {
    padding: 10px 25px 0;
}
#top .job-slider .avia-content-slider .avia-slideshow-arrows a{
    opacity: 1;
    top: 50%;
}
#top .job-slider .avia-slideshow-arrows a:before {
    line-height: 30px;
    color: white;
    background: #cb151e;
    font-size: 22px;
    padding: 16px 22px;
}

#top .job-slider .slide-entry-wrap {
    max-width: 85%;
    float: none;
    overflow: hidden;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#top.single-job .date-string{
  display: none
}


.body-mfp-open{
  overflow: hidden !important;
}
.comment-container, .date-container + .text-sep {
    display: none;
}


.av-masonry-author {
    display: block;
}
.av-masonry-author a{
    color: inherit;
}
#top .facet-filters{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}
#top .facet-filters,
#top .facet-filters li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#top .facet-filters li{
    margin: 0 20px;
}

#top .fs-dropdown .fs-options{
    max-height: initial
}

#top .fwp-load-more {
    padding: 15px 30px 13px;
    font-size: 13px;
    min-width: 139px;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-width: 2px !important;
    border-style: solid;
    border-color: #cb151e !important;
    color: #cb151e;
    background: transparent;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    cursor: pointer;
    margin: 100px auto 0;
    display: block;
    outline: none;
}
#top .fwp-load-more:hover {
    background: #cb151e;
    color: white;
}




@media only screen and (max-width: 767px) {
    #top .facet-filters{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    #top .facet-filters li{
      margin: 10px 0;
    }
}

#top .author-contacts {
    font-weight: bold;
    margin: 0 auto;
}

#top .author-contacts li{
    display: inline-block;
    margin: 0 10px;
}

#top .author-contacts li:before{
    content: "";
    margin-right: 6px;
    font-family: "entypo-fontello";
    color: #c81926;
}


#top .author-contacts li.author-email:before{
    content: "\e805";
}

#top .author-contacts li.author-website:before{
    content: "\e822";
}

#top .author-contacts li.author-facebook:before{
    content: "\e8f5";
}

#top .author-contacts li.author-gplus:before{
    content: "\e8f6";
}

#top .author-contacts li.author-twitter:before{
    content: "\e8f1";
}

#top .rounded-container {
    height: auto;
    width: auto;
    line-height: initial;
    background: transparent;
}






#top .sigma_landing__cells {
    background: transparent;
}

#top .sigma_landing__cells h3 {
    font-weight: 300;
    margin-bottom: 0;
}

#top .sigma_landing__cells .flex_column{
    padding: 30px;
}
@media only screen and (min-width: 767px) {
    #top .sigma_landing__cells .flex_column{
        padding: 60px;
    }
    #top .sigma_landing__cells .container{
        margin-top: -250px;
    }
    #top .sigma_landing__hero .content {
        padding-bottom: 400px;
        -webkit-box-shadow: 0 0 100px 0 rgba(0,0,0,0.4);
                box-shadow: 0 0 100px 0 rgba(0,0,0,0.4);
    }
}

@media only screen and (max-width: 767px) {
  
  #top .sigma_landing__cells .container {
      max-width: 100% !important;
      width: 100% !important;
  }

  #top .sigma_landing__cells .container .flex_column{
      margin: 0 !important;
      min-height: 300px !important;
  }
}
#top .sigma_landing__list .av_iconlist_title {
    font-weight: 400;
}

#top .sigma_landing__list .iconlist_icon {
    background: url(https://www.twosixlabs.com/wp-content/uploads/sigma_icon.png) no-repeat center center;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin-left: 0;
    margin-right: 15px;
}

#top .sigma_landing__list .iconlist_icon span{
    display: none;
}


#top .sigma_landing__tabs .av-tab-arrow-container {
    display: none;
}

#top .sigma_landing__tabs .av-layout-tab{
    padding-top: 0;
    padding-bottom: 0;
}
#top .sigma_landing__tabs {
    background: url(https://www.twosixlabs.com/wp-content/uploads/sigma_bg.jpg) no-repeat top center fixed;
    background-size: cover;
    color: white;
}

#top .sigma_landing__tabs .av-tab-section-tab-title-container {
    padding: 0;
    background: #696969;
}

#top .sigma_landing__tabs .av-tab-section-tab-title-container a{
    padding: 30px 0;
    letter-spacing: 3px;
    color: white;
    min-width: 260px;
    text-align: center;
}

#top .sigma_landing__tabs .av-active-tab-title {
      background: #d30000;
}


#top .sigma_landing__tabs .av-tab-section-tab-title-container .av-tab-section-icon{
    font-size: 24px;
    margin-bottom: 12px;
}

@media only screen and (max-width: 1200px) {
  #top .sigma_landing__tabs .av-tab-section-tab-title-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#top .sigma_landing__tabs .av-section-tab-title,
#top .sigma_landing__tabs .av-inner-tab-title,
#top .sigma_landing__tabs .av-outer-tab-title{
    padding: 0;
    margin: 0;
    width: auto;
}

#top .sigma_landing__tabs .av-inner-tab-title{
    color: white;
    font-size: 16px;
}


@media only screen and (min-width: 767px) {
  #top .sigma_landing__tabs .flex_column_table{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #top .sigma_landing__tabs .flex_column_table{
      border-top: 2px solid rgba(255,255,255,0.5);
  }

}

#top .sigma_landing__tabs .flex_column_table .flex_column{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 60px;
    border-right: 2px solid rgba(255,255,255,0.5);
}

@media only screen and (max-width: 767px) {
  #top .sigma_landing__tabs .flex_column_table .flex_column{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px;
    text-align: center;
  }
}

@media only screen and (min-width: 767px) {
  #top .sigma_landing__tabs .flex_column_table .flex_column .av_textblock_section{
      max-width: 400px;
  }
  #top .sigma_landing__tabs .flex_column_table .flex_column .avia-image-container{
      width: 250px;
      margin: 0 40px 0px 0;
  }

}

#top .sigma_landing__tabs .flex_column_table .flex_column .av_textblock_section p{
    margin: 0;
}

#top .sigma_landing__tabs .flex_column .av_textblock_section strong{
    color: white;
    font-weight: normal;
    font-size: 22px;
}

#top .sigma_landing__tabs .container{
    padding: 0;
}

#top .sigma_landing__tabs .flex_column_table .flex_column{
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 767px) {
  #top .sigma_landing__tabs .container{
      max-width: 100% !important;
  }

  #top .sigma_landing__tabs .flex_column_table .container > .flex_column {
      padding: 0 30px;
  }
}

#top .sigma_landing__tabs .avia_textblock ul,
#top .sigma_landing__tabs .avia_textblock ul li{
    list-style: none;
    margin: 0;
}

#top .sigma_landing__tabs .avia_textblock ul li:before{
    content: "\F0A9";
    font-family: "sigma";
    color: #c81926;
    margin-right: 10px;
}
#top .sigma_landing__tabs .avia_textblock ul li{
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#top .sigma_landing__tabs .av-special-heading-tag{
    color: white;
    font-size: 34px;
}

#top .sigma_landing__tabs .av-subheading p{
    font-weight: bold;
}



#top .sigma_landing__tabs .av-section-tab-title:hover{
    opacity: 1;
}

#top .sigma_landing__logos .entry-content-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media only screen and (max-width: 1200px) {
  #top .sigma_landing__logos .entry-content-wrapper .flex_column{
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33%;
              flex: 0 0 33.33%;
  }

}

@media only screen and (max-width: 767px) {
    #top .sigma_landing__logos .entry-content-wrapper .flex_column{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
    }
}

#top .sigma_landing__tabs.avia-section .content {
    padding-bottom: 0;
}

#top .sigma_landing__select_configurations{
    padding: 50px 0 !important;
}
#top .sigma_landing__select_configurations .av-special-heading-tag {
    letter-spacing: 4px;
    text-transform: uppercase !important;
    font-size: 14px;
}
 #top .sigma_landing__tabs .btn_col{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
}
@media only screen and (max-width: 1400px) {
  #top .sigma_landing__tabs .btn_col{
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center !important;
          -ms-flex-align: center !important;
              align-items: center !important;
  }

}

#top .sigma_landing__tabs.avia-section .flex_column{
    position: relative;
    margin: 0 !important;
}

#top .sigma_landing__tabs.avia-section .flex_column:after{
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: black;
    opacity: 0.5;
    top: 0;
    visibility: visible;
}

#top .sigma_landing__tabs.avia-section .flex_column.active_feature:after{
    display: none;
}

#top .sigma_landing__tabs.avia-section .flex_column_table .flex_column:first-child {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end
}

@media only screen and (max-width: 767px) {
  #top .sigma_landing__tabs.av-tab-section-container .flex_column {
    padding: 0 !important;
  }

}