/* Helper Classes */
.only-desktop{
    display: none !important
}

@media only screen and (min-width: 767px) {
    .only-mobile, .noDesktop{ 
        display: none !important
    }
    .only-desktop{
        display: block !important
    }
}
@media only screen and (min-width: 989px) {
    .only-tablet, .noDesktop{
        display: none !important
    }
}

@media only screen and (max-width: 767px) {
    .no-bg_on-mobile{
        background-image: none !important;
    }
}

/* Specual AMP **/
.special_amp {
    color:inherit!important;
    font-size:inherit;
    font-style:inherit;
    font-family: inherit !important;
    font-weight: inherit !important;
}

#scroll-top-link {
    border-radius: 120px;
}

.av-subheading{
    display: inline-block;
}

.av-subheading.av_custom_color {
    opacity: 1;
    margin-top: 0;
}

.av_custom_color .av-special-heading-tag {
    color: inherit;
}

.custom-font-enabled * {
    font-family: inherit !important
}
.av-special-heading-tag {
    font-weight: inherit !important;
}

.custom-textsep-enabled *{
    letter-spacing: inherit !important
}

.custom-texttrans-enabled *{
    text-transform: inherit !important;
}
.av_inherit_color *{
    color: inherit !important;
}
.image-overlay{
    display: none !important;
}

p strong, li strong {
    color: inherit !important;
}

p a{
    text-decoration: underline;
}

sup {
    font-size: 10px;
    position: relative;
    top: 2px;
}

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

h5{
    text-transform: uppercase !important;
    font-weight: 700 !important;
}
.avia_image {
    border-radius: 0 !important;
}
#top .center-this{
    text-align: center;
    margin-bottom: 0;
}
#top .center-this .iconbox_icon {
    height: 26px;
    width: 26px;
    line-height: 20px;
    margin-right: 10px;
    display: inline-block;
    float: none;
}

#top .center-this .iconbox_content{
    display: inline-block;
}


.alternate_color strong{
    color: inherit;
}

#top .template-page .entry-content-wrapper h1{
    font-size: 32px;
}

#top .template-page .entry-content-wrapper h2{
    font-size: 24px;
}

#top .template-page .entry-content-wrapper h3{
    font-size: 20px;
    font-weight: 400;
}
#top .template-page .entry-content-wrapper h4{
    font-size: 16px;
}
#top .template-page .entry-content-wrapper h5{
    font-size: 16px;
    font-weight: 500;
}

.entry-content-wrapper p li,
.avia_textblock li{
    margin: 0;
    list-style: none;
    padding-left: 10px;
    position: relative;
}

.entry-content-wrapper p li:before,
.avia_textblock li:before{
    content:"\E879"; 
    font-family: 'entypo-fontello'; 
    color: #f26625;
    font-size: 18px;
    position: absolute;
    left: 0px;
    top: 5px;
}

.entry-content-wrapper div .avia-icon-list li{
    padding-left: 0;
}
.entry-content-wrapper div .avia-icon-list li:before, .hbspt-form li:before, #blog-roll li:before {
    display: none;
    padding: 0;
    margin: 0;
}



#main{
    background:white
}

/* Mobile Menu */
#offcanvas_section{
    width:100%;
    right:-100%;
    position: absolute;
    z-index: 1000;
    top:0;
    padding:89px 0;
    overflow: hidden;
    border-left-style: solid;
    border-left-width: 1px;
    margin:0 0 0 -2px;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    display:none;
}

#mobile-advanced, #offcanvas_section{
    -webkit-transform:   scale(1);
    -moz-transform:      scale(1);
    transform:           scale(1);
    -webkit-transition:  all 0.1s linear;
    -moz-transition:     all 0.1s linear;
    transition:          all 0.1s linear;
}
.avia_transform3d #mobile-advanced, #offcanvas_section{
    -webkit-transform:   scale3d(1);
    -moz-transform:      scale3d(1);
    transform:           scale3d(1);
}
.show_mobile_menu #mobile-advanced{
    display: block !important;
    -webkit-transform:   translate(-70%, 0);
    -moz-transform:      translate(-70%, 0);
    transform:           translate(-70%, 0);

}
.avia_transform3d .show_mobile_menu #mobile-advanced{
    -webkit-transform:   translate3d(-70%, 0, 0);
    -moz-transform:      translate3d(-70%, 0, 0);
    transform:           translate3d(-70%, 0, 0);
}

.show_offcanvas_section  #offcanvas_section{
    display: block !important;
    -webkit-transform:   translate(-325px, 0);
    -moz-transform:      translate(-325px, 0);
    transform:           translate(-325px, 0);

}
.avia_transform3d .show_offcanvas_section #offcanvas_section{
    -webkit-transform:   translate3d(-325px, 0, 0);
    -moz-transform:      translate3d(-325px, 0, 0);
    transform: translate3d(-325px, 0, 0);
}

#mobile-advanced{
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.6);
    height: auto !important;
}

#offcanvas_section {
    box-shadow:  0px 0px 8px 2px rgba(0, 0, 0, 0.6);
    height: 100%;
}

#wrap_all:after{
    content: "";
    z-index: 999;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0;
    pointer-events: none;
    -webkit-ransition: opacity linear 0.1s;
    -moz-transition: opacity linear 0.1s;
    transition: opacity linear 0.1s;
}
#wrap_all.show_offcanvas_section:after{
  opacity: 1;
}

#wrap_all.show_offcanvas_section #offcanvas_section_hide{
    opacity: 1;
    visibility: visible
}

#offcanvas_section_hide {
    z-index: 10001;
    visibility: hidden;
    opacity: 0;
    border: 0;
    background: transparent;
    top: 44px;
    right: 23px;
    position: fixed;
}

#wrap_all.show_mobile_menu{
    overflow: hidden !important;
    position: relative;
}

#wrap_all.show_mobile_menu:after{
    opacity: 1;
}

#wrap_all.show_mobile_menu .logo a, #wrap_all.show_mobile_menu #main a{
    pointer-events: none;

}

/* Styling */
#offcanvas_section, #mobile-advanced{
    background: #646469;
    color: white;
    border: 0;
}

#offcanvas_section> div{
    max-width: 325px;
    margin: 0;
    padding: 15px 30px;
}
#offcanvas_section #s{
    background: transparent;
    border: 1px solid;
    color: white;
}
#offcanvas_section #searchsubmit{
    background: transparent;
    color: white;
}
#offcanvas_section_hide, #offcanvas_section_toggle{
    font-size: 28px;
    color: white;
    text-decoration: none;
}
#offcanvas_section_toggle, #advanced_menu_toggle{
    color: white;
    background: transparent !important;
    border: 0;
}

.header-scrolled #offcanvas_section_toggle, 
.header-scrolled #advanced_menu_toggle{
    background: transparent;
    color: #65666a;
}
@media only screen and (max-width: 767px) {
    #advanced_menu_toggle{
        background: #f2672a
    }
}
#offcanvas_section_toggle{
    display: none;
    height: 46px;
    width: 46px;
    line-height: 46px;
    text-align: center;
    float: left;
    position: relative;
    top: 50%;
    margin-left: 15px;
    margin-top: -35px;
    right: 0;
}

.header_white #offcanvas_section_toggle:before,
.header_white #advanced_menu_toggle:before{
 
  background: linear-gradient(
    to bottom, 
    #65666a 0%, #65666a 10%, 
    transparent 10%, transparent 25%, 
    #65666a 25%, #65666a 35%, 
    transparent 35%, transparent 50%, 
    #65666a 50%, #65666a 60%,
    transparent 60%, transparent 100%
  )

}


#offcanvas_section_toggle:before,
#advanced_menu_toggle:before{
  content: "";
  display: block;
  position: relative;
  left: 8px;
  top: 15px;
  width: 30px;
  height: 30px;
    background: linear-gradient(
     to bottom, 
     white 0%, white 10%, 
     transparent 10%, transparent 25%, 
     white 25%, white 35%, 
     transparent 35%, transparent 50%, 
     white 50%, white 60%,
     transparent 60%, transparent 100%
   );
}

@media only screen and (max-width: 767px) { 
  .html_header_top.html_header_sticky #top #wrap_all #main{
    padding-top: 90px !important;
  }
}


#offcanvas_section_toggle:after{
    content: "more";
    left: 0;
    right: 0;
    position: absolute;
    bottom: -26px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
}


.header_white #offcanvas_section_toggle:after{
    color: #00132b;
}

@media only screen and (max-width: 989px) {
    #offcanvas_section_toggle {
        display: none !important;
    }
}
#offcanvas_section_hide {
    z-index: 10001;
    visibility: hidden;
    opacity: 0;
    top: 44px;
    right: 23px;
    position: absolute;
}

#advanced_menu_hide{
    background: transparent !important;
    border:0;
    color: white;
}

#offcanvas_section ul.menu{
    margin: 0;
}

#mobile-advanced li a{
    padding-top: 10px;
    padding-bottom: 10px;
    background: transparent !important;
}
#offcanvas_section ul.menu li a, #mobile-advanced a{
    border-top: 0 !important;
    display: block;
    border-bottom: 1px solid #83828B;
    padding-bottom: 5px;
    margin-bottom: 5px;
    color: white !important;
    text-decoration: none;
}

 #top #header li a .avia-menu-text:before,
  #offcanvas_section ul.menu li a:before,
  #mobile-advanced a:before{
  content: "/" !important;
  margin-right: 6px !important;
  opacity: 0.8 !important;
  font-weight: 300 !important;
  color: inherit !important;
  font-size: inherit !important;
  font-family: inherit !important;
  position: static !important;
}


#offcanvas_section ul.menu li a:after{
    content: "\E87d";
    font-family: 'entypo-fontello';
    float: right;
    color: #83828B;
}

#offcanvas_section ul.menu li:hover a:after{
    color: white;
}
#offcanvas_section .textwidget{
    font-size: 13px;
    line-height: 22px;
}

#offcanvas_section h4{
    color: #f26728;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 14px;
}

#offcanvas_section .textwidget .alignleft{
    margin-top: 0;  
}

#offcanvas_section .avia-button{
    margin-top: 10px;
    background: #f26728;
    padding: 15px;
    color: white;
    font-size: 15px;
    min-width: 220px;
    border: 0;
}
.show_offcanvas_section #offcanvas_section_hide{
    opacity: 1;
    visibility: visible;
}



#offcanvas_section_hide,
#advanced_menu_hide {
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  top: 50px;
  right: 25px;
}

#offcanvas_section_hide span{
    font-size: 14px;
    position: absolute;
    left: -45px;
    color: #9b9da4;
    font-weight: 300;
}

#offcanvas_section_hide {
    position: fixed;
}

#offcanvas_section_hide::before, #offcanvas_section_hide::after,
#advanced_menu_hide::before, #advanced_menu_hide::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: white;
}
#offcanvas_section_hide::before,
#advanced_menu_hide::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#offcanvas_section_hide::after,
#advanced_menu_hide::after{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (min-width: 767px) {
    .html_header_top #top .av_header_stretch .container{
        width: 98%;
    }

}
@media only screen and (max-width: 989px) {
        
   #top #wrap_all #header{
      border-color: #e1e1e1;
      border-bottom: 3px solid #85868c !important;
      position: fixed !important;
    }

    .responsive .header_bg{
      opacity: 1 !important;
    }


}

@media only screen and (max-width: 767px) {
    .responsive #top #header .logo a > img{display: none; opacity: 0;}
    .responsive #top #header .logo img.alternate{display:none;}
    .responsive #top .logo{
      width: auto;
    }
    .responsive #top #header .logo a:before{
      content: '';
      background: url(/wp-content/uploads/ThreatConnect-Stacked-Logo.png) no-repeat top left;
      background-size: contain; 
      height: 90px;
      width: 157.5px;
      display: block;
    }
}

@media only screen and (max-width: 989px) {
    #top .av_header_glassy.av_header_transparency .header_bg {
        background: #747579;
    }
}


/* Header */
@media only screen and (min-width: 989px) {
    .av_header_transparency .header_bg{
        border: 0 !important;
    }

    .header-scrolled .header_bg{
        display: block;
        box-shadow: 0 0 2px 1px rgba(0,0,0,0.1);
        opacity: 0.9 !important;
    }
}

#top #header li.login a .avia-menu-text:before{
  content: "\E824" !important;
  font-family: "entypo-fontello" !important;
}

#top .avia-menu.av_menu_icon_beside {
    padding-right: 0;
    border: 0;
}

#top #header ul:first-child>li>a{
    font-weight: 400;
    font-size: 14px;
}

#top .avia-menu.av-main-nav-wrap {border-right: 1px solid #b3b4b5;padding-right: 26px;}
#top .av_header_transparency.av_header_glassy .avia-menu.av-main-nav-wrap {border-right: 1px solid #b2b3b5}



#top #header .av-menu-button a .avia-menu-text{
    border: 0 !important;
    border-radius: 60px;
    padding: 9px 15px !important;
}

#top #header .av-menu-button a .avia-menu-text:before{
    display: none;
}
#top #wrap_all ul:first-child>li>a .avia-menu-text{
    padding-bottom: 4px;    
    border-bottom: 1px solid transparent;
}
#top #header .current-menu-item a .avia-menu-text{
    border-color: rgba(252, 92, 24, 1.0);
}
#top .av-main-nav .sub-menu{
  border-top: 2px solid #ff5a00 !important;
}
#top .av-main-nav ul a{
  border: 0;
}
#top .header_color .main_menu .menu ul li>a:hover{
  background: #545559;
  color: #bababc;
}

#top #header.av_header_transparency a:hover .avia-menu-text{
    border-color: white;
}

#top #wrap_all ul:first-child>li>a:hover .avia-menu-text{
    border-color: #ff5a00;
}


/* Home - Tabs */
#top .tab_content, #top .tab {
    border: 0;
}

#top .tab_titles {
    text-align: center;
}
#top  .tab {
    color: #002442;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    background: #f1f1f1 ;
    border-top: 4px solid #a7a7a7;
    transition: all linear 0.1s;
}

@media only screen and (max-width: 989px) {
    #top .tab{
        font-size: 12px;
    }
}

#top .tab_titles .tab {
    top: 0;
    display: inline-block;
    float: none;     
    text-transform: uppercase;
    padding: 28px 65px 28px 65px;   
}

@media only screen and (max-width: 989px) {
    #top .tab_titles .tab {
        width: 25%;
        text-transform: uppercase;
        padding: 24px 0 24px 0;   
    }
}
#top .tab_titles .tab:hover{
    border-color: #f26728;
    background: #f7f7f7;
}
#top .tab_titles .tab.active_tab{
    background: #2678b7;
    color: white !important;
    border-color: #2678b7;
}
@media only screen and (min-width: 767px) {
    #top .tab_content {
        border-top: 6px solid #2678b7;
        padding: 80px 50px;
    }

}
@media only screen and (min-width: 989px) {
    #top .tab_content{
        min-height: 560px;
    }
}
@media only screen and (max-width: 767px) {
    .responsive #top #top .container{
        max-width: initial;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #top.editions .tab_content {
        padding: 40px;
    }
    .tabcontainer .tab_icon{
        display: block;
        font-size: 18px;
    }
}

#top .tab_content h3{
    color: #002442;
    text-transform: uppercase;
}

#top .tab_content .av-icon-char{
    color: #012a4c;
}

#top .editions .tab_titles {
    background-color: #2678b7;
}

#top .editions .tab_content {
    background: none;
}

#top .editions .tab {
    color: white;
    background: #2678b7;
    border-top: 0;
    padding: 28px 0 28px 0;
}

@media only screen and (max-width: 989px) {
    #top .editions .tab {
        color: white;
        background: #2678b7;
        border-top: 0;
        padding: 12px 0 12px 0;
    }
}
#top .editions .tab {
    width: 16%;
    border-radius: 0;
}
@media only screen and (max-width: 479px) {
    #top .editions .tab {
        width: 50%;
    }
}
#top .editions .column-top-margin, #top .editions .column-top-margin p:first-child{
    margin-top: 0;
}
#top .editions  .tab_titles .tab:hover{
    background: #2678b7;
    color: white;
}
#top .editions  .tab_titles .tab.active_tab{
    background: #002442;
}

#top .editions .tab_inner_content {
    max-width: 900px;
    margin: 0 auto;
}

#top .editions .tab_content{
    border-color: #002442;
    border-width: 10px;
}

/* Animated Numbers */
#top .avia-animated-number-title{
    color: #404041;
    font-weight: 800;
}

@media only screen and (max-width: 989px) {
    #top .avia-animated-number-title {
        font-size: 45px !important;
    }
    #top .av_one_half .flex_column {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

}
#top span.avia-no-number {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    opacity: 1;
}

#top .avia-animated-number-content p{
    font-weight: 300;
    font-size: 14px;

}

#top .floated-number strong.heading.avia-animated-number-title {
    float: left;
}

#top .floated-number .avia-animated-number-content {
    text-align: left;
    padding-left: 20px;
    padding-top: 10px;
}


/* Footer */
#footer {
    padding: 80px 0 0 0;
    border: 0;
    background: transparent;
    position: relative;
    clear: both;
    font-size: 13px;
}

#footer:before {content: '';position: absolute;left: 0;right: 0;top: 0;height: 2000px;background: url(/wp-content/uploads/BG-Patter-Concrete-Dark.gif) repeat; transform: skew(0,-5deg);}

#footer .widgettitle {
    font-size: 16px;
    letter-spacing: 0;
}

#footer img[src*='logo_footer']{
    max-width: 120px;
    margin-bottom: 40px;
}

#top #wrap_all #footer .menu > li >a{
    text-decoration: none;
    padding: 2px 0;
}

#footer .fwd_footer{
    margin-bottom: 50px;
}



#footer .social_profiles .social_bookmarks{
    height: auto;
    text-align: center;
}



#footer .social_profiles li{
    border: 0;
    float: none;
    display: block;
    margin-left: 0;
    width: 60px;
    height: 60px;
}


#footer .social_profiles li a{
    text-align: center;
    display: block;
    float: none;
    font-size: 32px !important;
    color: #cdcbcc;
    background: transparent !important;
}


@media only screen and (max-width: 767px) {
    #footer .widget {
        width: 50%;
        float: left;
        clear: none;
    }
    #footer .flex_column:last-child .widget{
        width: 100%;
    }
    #footer .social_profiles .social_bookmarks{
        text-align: left;
    }
    #footer .social_profiles li{
        display: inline-block;
    }
}



#socket{
    text-transform: uppercase;
    background: transparent;
    border: 0;
}

#top #wrap_all #footer #socket .menu li{
    border-color: white;
}

#top #wrap_all #footer #socket .menu li a{
    font-size: 12px;
}

#second_footer {
    font-size: 14px;
    text-transform: uppercase;
}

#top #wrap_all #second_footer .social_profiles{
    text-align: right;
}
#top #wrap_all #second_footer .social_profiles li{
    border: 0;
    float: none;
    display: inline-block;
}
#top #wrap_all #second_footer .social_profiles li a{
    color: white;
}
#second_footer .inner_second_footer {
    border-top: 1px solid rgba(255,255,255,0.3);
    padding: 20px 0 100px 0;
    margin-top: 30px;
}

/* Shortcodes - Section */
@media only screen and (max-width: 767px) {
    .avia-section-huge .content{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .hr-invisible{
        display: none;
    }
}

/* Helpers */
#top span.blue{
    color: #2678b7;
}

#top span.white{
    color: white;
}

#top span.gray{
    color: #646469;
}

#top span.orange {
    color: #f26728;
}

/* Shortcodes - Buttons */
#top .btn-group{
    text-align: center;
}
#top .btn-group .avia-button-wrap{
    display: inline-block;
    margin: 0 20px;
    float: none;
}
#top .btn-group .avia-button{
    min-width: 210px;
}
@media only screen and (max-width: 480px) {
  #top .btn-group .avia-button{
    margin: 10px 0;
  }
}

#top .cta-btn .avia-button {
    border-color: #e16630;
}

.avia-button.avia-size-small{
    padding:9px 20px 9px;
    font-size: 13px;
    min-width: 80px;
}

.avia-button.avia-size-medium{
    padding:12px 25px 12px;
    font-size: 13px;
    min-width: 90px;
}

.avia-button.avia-size-large{
    padding: 15px 30px 15px;
    font-size: 13px;
    min-width: 139px;
}

.avia-button.avia-size-x-large{
    padding: 25px 50px 25px;
    font-size: 15px;
    min-width: 200px;
}
#top .av-button-description.av-button-description-above {
    text-transform: none;
    font-size: 12px;
    letter-spacing: 0px;
    font-weight: 100;
}

#top .av-fullscreen-button .avia-button-fullwidth {
    padding: 30px 10px;
}

#top .avia-button.avia-color-blue {
    background-color: #2678b7;
}

#top .avia-button.avia-color-orange {
    background-color: #f26828;
}

#top .avia-button.avia-color-gray {
    background-color: #65646a;
}

.avia-button-fullwidth {
    border-radius: 0 !important;
}
.avia-button:hover{
    opacity: 0.9 !important;
}

#top .avia-button,
#top .avia_ajax_form .button{
    transition: all linear 0.1s;
    font-weight: 600;
    border-radius: 60px;
    color: white;
    font-size: 13px;
    letter-spacing: 2px;
    border-color: inherit;
    text-transform: uppercase;
}

#top .avia-color-borderless.avia-button,
#top .avia-color-borderless_alt.avia-button{
    border: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    border-radius: 0;
    box-shadow: none !important;
    background: transparent;
    color: inherit;
}

#top .avia-color-borderless.avia-button .avia_button_icon,
#top .avia-color-borderless_alt.avia-button .avia_button_icon{
    color: #f26828;
}

#top .avia-color-borderless_alt.avia-button{
    border-bottom: 3px solid #91939b;
}
#top .avia-color-borderless.avia-button:hover,
#top .avia-color-borderless_alt.avia-button:hover{
    color: #f26828;
    border-color: #f26828 !important;
}

#top .avia-button:hover,
#top .avia_ajax_form .button:hover{
    opacity: 1 !important;
    transition: all linear 0.1s;
    box-shadow: 3px 3px 15px rgba(0,0,0,0.3);
}

#top .avia-button.avia-color-light {
    color: white;
    border-width: 2px;
    background: rgba(255,255,255,0.1);
}

/* Shortcodes - HR */
#top .hr-short .hr-inner-style {
    display: none;
}


#top .hr-short{
    margin-top: 0;
    margin-bottom: 0;

}
#top .hr .hr-inner {
    border-color: #fc672c !important;
    border-width: 2px;
}

#top .hr-short .hr-inner{
    width: 60px;
    margin-left: -30px;
}
#top .hr-short.hr-left .hr-inner{
    margin-left: 0;
}

/* Shortcodes - Rows */
@media only screen and (max-width: 767px) {
    #top .animated-row .flex_cell_inner {
        display: table-cell;
        vertical-align: middle;
    }
    #top .animated-row.av-flex-cells .no_margin{
        display: table !important;
        background-size: cover;
    }
}

@media only screen and (min-width: 767px) {
    #top .animated-row .flex_cell:hover .avia_textblock {
        opacity: 1;
    }
    #top .animated-row .flex_cell .avia_textblock {
        opacity: 0;
        transition: all linear 0.2s;
    }

    #top .animated-row .flex_cell_inner {
        z-index: 2;
    }

    #top .animated-row .flex_cell_inner {
        transform: translateY(60px);
        transition: all linear 0.2s;
    }

    #top .animated-row .flex_cell:hover .flex_cell_inner {
        transform: translateY(0);
    }

}
#top .animated-row .flex_cell{
    position: relative;
    text-decoration: none !important;
}
#top .animated-row .flex_cell:hover {
    cursor: pointer;
}

/* Shortcodes - FullWidth SubMenu */
#top .custom-submenu.alternate_color,
#top .sticky_placeholder{
    height: auto
}
#top .custom-submenu.alternate_color {
    background-color: #002442;
    border: 0;
}

#top .custom-submenu.alternate_color .av-subnav-menu > li{
    padding: 20px 0 !important;
}

#top .custom-submenu.alternate_color .av-subnav-menu a{
    color: white !important;
    background: transparent;
    border-color: white;
}
@media only screen and (max-width: 989px) {
    #top .custom-submenu.alternate_color .av-subnav-menu > li{
        padding: 15px 0 !important;
    }
    #top .custom-submenu.alternate_color .av-subnav-menu a{
        font-size: 13px !important;
    }
}

#top #wrap_all .custom-submenu.alternate_color .av-subnav-menu .current-menu-item a {
    text-decoration: underline;
}

#top #wrap_all .custom-submenu.alternate_color .av-menu-button-colored > a {
    border-left: 1px solid;
}

#top #wrap_all .custom-submenu.alternate_color .av-menu-button-colored > a .avia-menu-text{
    background: transparent;
    border: 0;
    color: #f26728;
}


/* Shortcodes - Promo Box */
#top .join-today{
    overflow: visible;
    position: relative;
}
@media only screen and (min-width: 767px) {
    #top .join-today{
       overflow: visible;
        position: relative;
        padding: 20px 35px 20px 280px;
    }

}
@media only screen and (max-width: 767px) {
    #top .join-today .alignleft{
        display: none;
    }
}
#top .join-today .alignleft{
    position: absolute;
    top: -65px;
    left: -230px;
}
#top .join-today h3, #top .join-today h4{
    text-transform: uppercase;
}
#top .join-today h3{
    color: #002442;
    font-size: 20px;
}

#top .join-today h4{
    font-size: 16px;
    color: #f26728;
}

#top .join-today .avia-button{
    background: #65646a;
    right: 60px;
}

#top .join-today .avia-button:hover{
    background: #f26728;
}

/* Shortcodes Section Arrow */
.avia_transform .av-extra-border-element.border-extra-arrow-down {
    width: 1310px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -80px;
    left: auto;
    right: auto;
}

.avia_transform .av-extra-border-element .av-extra-border-inner {
    width: 80px;
    height: 80px;
    top: -40px;
    left: 105px;
}

/* Shortcodes - Portflio/Masonry Sort */
#js_sort_items a,
#top .av-sort-by-term a {
    font-size: 16px;
    text-transform: uppercase;
}
/* Shortcodes - Toggler */
#top .toggle_content{
    border: 0;
    margin: 0;
    background: #f8f8f8;
    padding-top: 25px;
}
#top .toggle_content h3 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    color: #002442;
}

#top .toggler {
    background-color: #f1f1f1;
    border: 0;
    padding: 12px 10px 12px 40px;
    color: #65676b;
    font-weight: 700;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    border-top: 1px solid white;

}

#top .toggle_icon span {
    display: none;
}

#top .toggle_icon {
    border: 0;
}

#top .toggle_icon:before{
    margin-left: 8px;
    content: '\E817';
    color: #abacae;
    font-family: "entypo-fontello";
}


#top .activeTitle .toggle_icon:before{
    content: "\E81a"
}
/* Shortcodes - Team Member */
#top .avia-team-member .team-social {
    border: 0;
}
.responsive #top .avia-team-member .team-social {
    border: 0;
    background-color: transparent;
}

/* Shortcodes - CF */
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select{
    border: 1px solid;
}
#top label{
    color: #2678b7;
    text-transform: uppercase;    
}

/* Blog and Single Post */
#top.archive .entry-title a {
    font-size: 15px;
    font-weight: 300;
}

#top.archive .slide-content {
    text-align: center;
}

#top.archive .avia-content-slider-inner{
    margin-bottom: 20px;
}
#top.archive  .slide-entry {
    margin: 1px;
    width: 24.6%;
    padding: 20px;
    background-color: rgb(241, 241, 241);
    display: table;
    min-height: 180px;
}
#top.archive .slide-entry-excerpt {
    display: none;
}

#top.archive .slide-meta {
    color: #fc7630 !important;
}
#top.archive .slide-content{
    display: table-cell;
    vertical-align: middle;
}

#top.archive .slide-entry-wrap {
    margin: 0 !important;
}

#top .main_color .container .av-masonry-sort{
    background-color: transparent;
}

#top .av-masonry-gallery .av-masonry-image-container {
    filter: grayscale(100);
    opacity: 0.5;
    transform: none !important;
}

#top .av-masonry-gallery .av-masonry-entry:hover .av-masonry-image-container {
    filter: grayscale(0);
    opacity: 1;
    transform: none !important;
}

#top .av-masonry-date {
    color: #fc7630;
}
#top .main_color .container .av-inner-masonry-content{
    background: rgb(241, 241, 241)
}

#top .post_header{
  background-color: #545559;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
@media only screen and (min-width: 767px) {
    #top.single .post_header .container{
      min-height: 700px;
    }
}

#top .post_header .scroll-down-link {
    bottom: 150px;
    font-size: 40px;
}

@media only screen and (max-width: 767px) {
    #top .post_header .container{
        height: initial;
    }
    #top .post_header .scroll-down-link {
        display: none;
    }
}

#top .post_header .av-section-color-overlay-wrap:after{
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;  
  background: #545559;
  opacity: 0.8
}

#top .post_header .entry-date{
    color: #f26828;
    font-weight: 600;
}
#top .post_header .av-special-heading,
#top.single .post_header .av-special-heading{
    margin: 0;
}


@media only screen and (min-width: 767px) {
    #top .post_header .av-special-heading{
        margin-top: 95px;
    }
    #top .post_header .av-special-heading-tag{
        font-size: 52px !important;
    }
}

#top .post_header .av-special-heading-tag{
    font-weight: 300 !important;
    margin: 14px 0;
}

:;
#top .post_header .minor-meta {
    font-weight: 300;
    color: white;
}
@media only screen and (max-width: 989px) {
    #top .post_header .minor-meta {
      display: inline-block;
      margin-right: 8px;
    }
}


#top .post_header .minor-meta a{
    font-weight: 600;
    color: white;
}

#top.single .post-entry .entry-content h1{    
    line-height: 1.35em;
}


#top.single .post-entry .entry-content h3{    
    font-weight: 300 !important;
}

#top.single .post-entry .entry-content h2{
    font-weight: 600 !important;
    padding-top: 15px!important;
    line-height: 1.35em!important;
}

#top.single .post-entry .entry-content h3{
    color: #f26828;
}
#top.single .fullsize .template-blog .post_delimiter{
    display: none;
}
#top.single .fullsize .template-blog .post-title, #top.single .fullsize .template-blog .post-meta-infos{
    text-align: left;    
}
#top.single .fullsize .template-blog .post-title{
    max-width: initial;
    color: #002442;
    font-weight: 400;
    font-size: 36px;
}
#top.single .fullsize .template-blog .post .entry-content-wrapper > *, #top.single .fullsize .template-blog .post .entry-content-wrapper {
    max-width: initial;
}

#top.single .post-meta-infos{
    margin-bottom: 50px;
}

#top.single .fullsize .template-blog .post-meta-infos, #top.single .fullsize time.date-container{    
    text-transform: uppercase;
    font-size: 16px;
}
#top.single .fullsize .post-meta-infos{
    text-transform: uppercase;
}
#blog .post-entry .slide-image, .archive .slide-image, #top.single .fullsize .post-meta-infos .text-sep, #top.single .fullsize .post-meta-infos .comment-container{
    display: none !important;
}
#blog .av-masonry-entry .av-masonry-entry-title{
    font-size: 15px;
}
@media only screen and (max-width: 989px) {
    #blog .av-masonry-entry .av-masonry-entry-title{
        font-size: 12px;
    }
}
#top.single .fullsize .post-meta-infos a{
    color: #2678b7;
}
#top.single .fullsize .post-meta-infos span{
    color: #002442;
}


#top.single .template-blog .content{
    background: white;
    box-sizing: border-box;
}

@media only screen and (min-width: 1200px) {
    #top.single .template-blog .content{
        margin-top: -100px !important;
        padding: 0;
    }
    #top.single #post_content{
        padding: 60px 80px;
    }
}

#post_content *{
    text-align: left;
}

#top.single .fullsize .blog-tags {
    margin: 50px 0 30px 0;
    display: block;
    padding: 20px;
    background-color: #2678b7;
    color: white;
}
#top.single .fullsize .blog-tags strong{
    text-transform: uppercase;
}
#top.single .fullsize .blog-tags *{
    color: white;
}

#top.single .fullsize .template-single-blog .av-special-heading {
    font-size: 22px;
    display: block;
    clear: both;
    margin-bottom: 20px;
    margin-top: 20px;
}

#top.single .author_box .av_four_fifth{
    margin-left: 2%;
    width: 82.8%;
}

#top.single .author_box {
    clear: both;
    overflow: hidden;
    padding-bottom: 30px;
}

#top.single .related_posts.av-related-style-full a {
    border: 0;
    background: transparent !important;
    padding: 0;
    margin: 15px 0;
}

#top.single .av-related-style-full .related_image_wrap{
    display: none;
}

#top.single .av-related-style-full .av-related-title{
    padding: 0;
    color: #646469 !important;
    font-weight: 400;
    font-size: 18px;

}

#top.single .av-related-style-full strong.av-related-title, #top .av-related-style-full  span.date-container {
    display: block !important;
}

/* new blogroll */
#blogroll .slide-image,
#blogroll .minor-meta,
#blogroll .slide-meta-comments,
#blogroll .slide-meta-del,
#top .slide-meta-comments,
#top .slide-meta-comments + .slide-meta-del{
    display: none;
}

#blogroll .slide-meta{
    padding-bottom:0px;
}
#blogroll .slide-meta-time{
    color: #4287bc;
}
#blogroll .slide-entry-title,
#blogroll .slide-entry-title a{
    font-weight: 600;
    font-size: 16px;
}

#top .pagination .current, #top .pagination a, #top .fullsize .template-blog .pagination a {
    border: 1px solid #d8dadf;
    background: #f7f7f7;
}
#top .pagination .current{
    background: #65676b;
    color: white;
}

/* Stick This */
#top .stick_this{
    z-index: 301;
}
@media only screen and (max-width: 767px) {
    #top .stick_this {
        position: absolute !important;
        top: auto !important;
    }
}

.tag-page-post-type-title{
    display: none;
}

.news-thumb {
    display: none;
}

@media only screen and (min-width: 767px) {
    .main_color.container_wrap.sidebar_right .container{
        background:-webkit-linear-gradient(right, #f2f2f2 27%, white 0%);
        background:   -moz-linear-gradient(right, #f2f2f2 27%, white 0%);
        background:     -o-linear-gradient(right, #f2f2f2 27%, white 0%);
        background:        linear-gradient(right, #f2f2f2 27%, white 0%);
        padding: 0;
    }
    .main_color.container_wrap.sidebar_right .container .content .entry-content-wrapper {
        padding-left: 50px;
    }

    .main_color.container_wrap.sidebar_right .sidebar.sidebar_right{
        padding-right: 50px;
    }
}


/* Hubspot Form */
#top .hs-form .inputs-list{
    padding-left: 0;
}
#top .hs-form .field, #top fieldset{
    margin: 0;
}

#top .hs-form .actions{
    margin-left: 0;
    padding: 0;
    margin-top: 0;
}

#top .hs-form label span{
    font-size: 12px;
    color: #2678b7;
    font-weight: bold;
}
#top .hs-form .hs-error-msgs label{
    text-transform: none;
    color: red;
    font-size: 11px;
    margin-top: -10px;
}
#top .hs-button {
    background: #f26828!important;
    box-shadow: none;
    text-shadow: none !important;
    padding: 12px 32px;
    color: #fff!important;
    border: 1px solid #d04606!important;
    border-radius: 2px!important;
    text-transform: uppercase;
    font-weight: 400;
    min-width: 100px;
}
@media only screen and (min-width: 479px) {
    #top .hs-form fieldset.form-columns-2 .hs-form-field {
        width: 48% !important
    }

    #top .hs-form fieldset.form-columns-2 .hs-form-field:last-child {
        margin-left: 4% !important;
    }
}
#top .hs-form fieldset.form-columns-2 .input, 
#top .hs-form fieldset.form-columns-1 .input {
    margin: 0 !important;
}

#top .hs-input {
    box-sizing: border-box !important;
    height: auto !important;
}

/* Ai Twitter Feed */
#top .aiwidgetscss {
    text-align: left;
    max-width: 500px;
}

#top .aiwidgetscss .tweettxts{
    font-size: 18px;
    line-height: 24px;
    
}
#top .aiwidgetscss .widget-title, .aiwidgetscss .aiwidget-title{
    display: none;
}


/* Q CSS */
.av_font_icon.av-icon-style-border .av-icon-char {
    padding: 10px!important;
    margin-bottom: 32px!important;
    text-decoration: none;
}

#top .av_font_icon a {
    text-decoration: none!important;
}

.deployments p {
    font-size: 18px;
    line-height: 1.5em;
}



.events_blog .av-masonry-date{
    display: none !important;
}



/* Who Its For */
#who-its-for a.flex_column {
    position: relative;
    padding: 35px;
    border-bottom: 3px solid #fc5c18;
    color: #000032;
    text-decoration: none;
    transition: all 0.1s ease-in;
    background: #f4f2f2;
    background: -moz-linear-gradient(top,  #e6e6e6 0%, #f4f2f2 100%);
    background: -webkit-linear-gradient(top,  #e6e6e6 0%,#f4f2f2 100%);
    background: linear-gradient(to bottom,  #e6e6e6 0%,#f4f2f2 100%);
    min-height: 400px;
}


@media only screen and (max-width: 767px) {
    #who-its-for a.flex_column:hover{
        transform: scale(1.06);
        box-shadow: 0 13px 20px rgba(0, 0, 0, 0.3)
    }

}


#who-its-for ul li:before{
    color: #fc5c18;
}

#who-its-for .avia_textblock.learn-more {
    position: absolute;
    right: 30px;
    top: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    padding-left: 18px;
}

#who-its-for .avia_textblock.learn-more:before{
    content: "+";
    color: #fc5c18;
    font-size: 18px;
    position: absolute;
    left: 0px;
    top: 0;
}
#who-its-for .avia_textblock.learn-more p{
    margin: 0;
}


/* Sort Item Description */
@media only screen and (min-width: 767px) {
    #js_sort_items a.decription_enabled:before {
        content: attr(data-description);
        text-transform: none;
        line-height: 20px;
        position: absolute;
        left: 0;
        bottom: 0;
        opacity: 0;
        transition: all linear 0.2s;
    }


    #js_sort_items a.decription_enabled.active_sort:before{
        opacity: 1;
        color: #333;
    }

    #js_sort_items {
        position: relative;
        padding-bottom: 50px;
    }

}




/* Use Cases */
#top .avia-section.narrow .container{
    max-width: 900px;
}


#top .avia-section.narrower .container{
    max-width: 700px;
}


#top .use-case_buttons a.flex_column{
    transition: all linear 0.2s;
}


@media only screen and (min-width: 767px) {
    #top .use-case_buttons a.flex_column:hover {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
        z-index: 10;
        position: relative;
    }
}

#top .use-case_buttons .content {
    margin-top: -50px;
}

@media only screen and (max-width: 767px) {
    #top .use-case_buttons .content {
        margin-top: 50px;
    }
}

#top .use-case_buttons a span{
    color: white;
}
#top .use-case_buttons .av-special-heading{
    margin-top: 20px;
}

#top .use-case_buttons .av-special-heading *{
    text-transform: none;    
}

#top .use-case_buttons .av-special-heading .av-special-heading-tag{
    font-weight: 400 !important;
    font-size: 14px;
}

#top .use-case_buttons .avia_textblock p{
    margin: 0;
    font-size: 12px;
}


#top .use-case_section .av-special-heading-tag {
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 0;
    padding-bottom: 20px;
}

#top .use-case_section blockquote{
    color: #fc6719;
    border: 0;
    margin: 0;
    padding-left: 40px;
    position: relative;    
    font-size: 14px;
}

#top .use-case_section blockquote:before{
    content: "";
    background: url('/wp-content/uploads/bqote.png') no-repeat top left;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 5px;
}

#top .use-case_section .flex_column_table{
    min-height: 300px;
}

#top .use-case_section .box{
    padding: 50px;
    background: #f3f3f3;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column !important;
    justify-content: center !important;
}

#top .use-case_section .box strong{
    color: inherit;
}

@media only screen and (min-width: 767px) {
    #top .use-case_section .flex_column_table{
        display: flex !important;
        flex-flow: row wrap;
    }
    #top .use-case_section .flex_column_table .flex_column{
        margin:0;
    }
    #top .use-case_section .flex_column_table .case_box{
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }
    #top .use-case_section .case_box.align_right {
        order: 3;
    }
    #top .use-case_section .case_box.align_right + .av-flex-placeholder{
        order: 2;
    }
}


@media only screen and (max-width: 989px) {
    #top .use-case_section .fact_box{
        margin-bottom: 0 !important;
    }
}

.use-cases_cta .container {
    max-width: 1000px;
}



/* new home */
.home-gradient_section {    
    background: #1c335c; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #1c335c 1%, #204878 49%, #2770ad 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #1c335c 1%,#204878 49%,#2770ad 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #1c335c 1%,#204878 49%,#2770ad 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c335c', endColorstr='#2770ad',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.home-gradient_section .content{
    padding-top: 100px;
}

.home-gradient_section h1{
    text-transform: none !important;
    font-weight: 400;
    letter-spacing: 0 !important;
    font-size: 28px;
}
.home-gradient_section .avia_textblock strong {
    color: #fc6719;
}

.home-gradient_section .av-flex-placeholder{
    width: 12% !important;
}

.gray-strong strong{
    color: #646469;
}
.darkblue-strong strong{
    color: #0b3358;
}

#top .gray-strong strong{
    color: #646469 !important;
}
#top .darkblue-strong strong{
    color: #0b3358 !important;
}
#top .orange-links p a,
#top .orange-strong strong{
    color: #f2692a !important;
}


#top .home-who_uses_it p a{
    color: #ff661b !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: normal;
}



@media only screen and (min-width: 767px) {
    #top .home-who_uses_it .flex_column{
        width: 11.666666666666666%;
        clear: none;
        margin-top: 0;

    }

    #top .home-who_uses_it .flex_column.avia-builder-el-last {
        margin-left: 6%;
    }


}


/* tabs */
@media only screen and (max-width: 767px)  {
    .responsive .tabcontainer{border:0; overflow: visible;}
    .responsive .tabcontainer .tab_titles{display:block;}
    .responsive .tabcontainer .tab.fullsize-tab{ display:none; margin-bottom:-1px;}
}


/* beards */
#top .beard_cell .av_textblock_section {
    background: rgba(0, 0, 0, 0.4);
    padding: 16px 20px;
}

#top .beard_cell .av_textblock_section p{
    margin: 0;
}

#top .beard_cell{
    background-size: cover;
}


@media only screen and (max-width: 767px) {
    #top .beard_cell{
        display: table !important;
    }
}

#top .beard_cell .flex_cell_inner{
    display: table-cell !important;
    vertical-align: bottom;
}

#top #prizes{
    background: -moz-linear-gradient(top,  rgba(238,238,238,0.65) 0%, rgba(0,0,0,0) 10%, rgba(0,0,0,0) 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(238,238,238,0.65) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0) 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(238,238,238,0.65) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


#top #rules {
    background: url(/wp-content/uploads/beards3.jpg) no-repeat top center;
    background-size: cover;
    min-height: 700px;
}

#top #rules .flex_cell.avia-builder-el-first {
    background: rgba(31, 54, 93, 0.3);
}

@media only screen and (max-width: 767px) {
    #beards_intro .hr-invisible {
        display: block !important;
    }
}



/* TEAM MEMBERS NEW */
#top .team-member-name {
    color: #002442;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

#top .team-member-job-title {
     font-weight: 300;
     font-size: inherit;
     color: #2678b7;
     font-size: 16px;
     text-transform: uppercase;
}

#top .avia-team-member .team-social.team-social-title {
    position: static;
    visibility: visible;
    opacity: 1;
    text-align: left;
}

#top .avia-team-member .team-social.team-social-title .team-social-inner {
    position: static;
    padding: 0;
    margin: 0;
}

#top .avia-team-member .team-social.team-social-title a{
    padding: 0;
    height: 30px;
    width: 30px;
}

#top .avia-team-member .team-social.team-social-title a:before{
  position: relative;
  top: -12px;
  left: 7px;
}


#top .team-img-container{
    position: relative
}
#top .team-img-container:hover img.avia_image.avia_image_team.alternate_team_image {
    opacity: 1;
}
#top .team-img-container img.avia_image.avia_image_team.alternate_team_image {
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all linear 0.2s;
}




/* Icon list */
#top .iconlist-timeline{
    display: none;
}

#top .iconlist_icon{
    background: transparent;
    color: #65666a;
    font-size: 42px;
}

#top .iconlist_title{
    color: #fc672c !important;
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    #top .avia-icon-list-right {text-align: left;}
    #top .avia-icon-list-right .iconlist_icon{float:left; margin-left:0;margin-right: 30px; }
    #top .avia-icon-list-right .iconlist-timeline{left: 32px; right: auto;}

}


.avia-shadow {
    box-shadow: inset 0 1px 20px rgba(0, 0, 0, 0.1);
}

/* av rotator */
.av-rotator-text-single{
    font-weight: 700;
}

.small_image img {
    max-width: 100px;
}

.small_image + .av-special-heading {
    margin-top: 15px;
}




.avia_transform #top .alt_diagonal .av-extra-border-inner{
    overflow: hidden;
}

.avia_transform #top .alt_diagonal .av-extra-border-inner:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    display: block;
    transform: rotate(10deg);
    transform-origin: top right;
    right: 0;
    background: #dbdbdb;
    background: -moz-linear-gradient(45deg,  #dbdbdb 0%, #f0f0f0 100%);
    background: -webkit-linear-gradient(45deg,  #dbdbdb 0%,#f0f0f0 100%);
    background: linear-gradient(45deg,  #dbdbdb 0%,#f0f0f0 100%);
    margin-top: -110px;
}


@media only screen and (max-width: 1400px) {
    .avia_transform #top .alt_diagonal .av-extra-border-inner:after{
        margin-top: -150px;
    }
}


@media only screen and (max-width: 989px) {
    .avia_transform #top .alt_diagonal .av-extra-border-inner:after{
        margin-top: -170px;
    }
}

@media only screen and (max-width: 767px) {
    .avia_transform #top .alt_diagonal .av-extra-border-inner:after{
        margin-top: -200px;
    }
}


@media only screen and (max-width: 480px) {
     .avia_transform #top .alt_diagonal .av-extra-border-inner:after{
        margin-top: -215px;
        right: -45px;
        width: 400px;
    }

}



/* home specific */
@media only screen and (min-width: 767px) {
    .hero_col {
        position: absolute !important;
        right: 0;
        top: 70px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 989px) {
    .hero_col {
        right: -300px;
        width: 600px !important;
        top: 60px;
    }

}


@media only screen and (min-width: 767px) {
    #home_team .container{
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    #home_team .content{
        padding: 50px 0;
    }
}



@media only screen and (min-width: 989px) {
    #home_products .flex_column .avia-image-container {
        position: absolute;
        max-width: 150px;
    }

    #home_products .flex_column .av-special-heading,
    #home_products .flex_column .av_textblock_section,
    #home_products .flex_column .avia-button-wrap{
        margin-top: 0;
        margin-left: 180px;
        max-width: 62%;
    }
}


#home_products .flex_column{
    transition: all 0.1s ease-in;
  
}

@media only screen and (min-width: 767px) {
    #home_products .flex_column:hover{
        transition: all 0.1s ease-in;
        transform: scale(1.06);
        box-shadow: 0 13px 20px rgba(0, 0, 0, 0.3);
        background: #f8f8f8;

    }

}

#home_products .avia_button_icon{
  color: #2878b7 !important;
}



/* blogroll masonry */
#blogroll_masonry{
    border: 0;
}
#blogroll_masonry .av-masonry{
    background: white;
    /*padding: 10px 0 0 10px;*/
}

#blogroll_masonry .av-large-gap.av-fixed-size .av-masonry-entry .av-inner-masonry{
    right: 10px; 
    bottom:10px; 
}



#blogroll_masonry .av-caption-style-overlay .av-masonry-entry .av-inner-masonry-content *,
#blogroll_masonry .av-caption-style-overlay .av-masonry-entry ins:before,
#blogroll_masonry .av-caption-style-overlay .av-masonry-entry del{
    color:#fff;
}



#blogroll_masonry  .av-masonry-entry .av-inner-masonry-sizer{
    padding-bottom: 140%;
}
#blogroll_masonry .avia-arrow {
    display: block !important;
}

#blogroll_masonry .av-inner-masonry-content{
    width: 101% !important;
    height: 101% !important;
}
#blogroll_masonry .av-inner-masonry-content-pos{
    text-align: left !important;
    vertical-align: bottom !important;
}
#blogroll_masonry .av-masonry-entry-title{
    font-weight: 300;
    margin: 10px 0;
}
#blogroll_masonry .av-masonry-date{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

#blogroll_masonry .avia-arrow{
    top: 30px;
    left: 30px;
    transform: none;
    visibility: hidden;
}
#blogroll_masonry .avia-arrow:before{
    content: "\f138";
    visibility: visible;
    font-size: 26px;
    font-family: "fa-arrows";

}
#blogroll_masonry .av-inner-masonry-content{
    background: rgba(101,102,106,0.9) !important;
}

#blogroll_masonry .av-masonry-entry:hover .av-inner-masonry-content{
    background: rgba(42,43,45,0.9) !important;
}


#blogroll_masonry .av-masonry{
    padding-bottom: 100px;
}

#blogroll_masonry .av-masonry-load-more {
    padding: 0;
    width: 200px;
    bottom: 0;
    margin: 0 auto;
    background: #f26828 !important;
    color: white;
    border: 0 !important;
    border-radius: 60px;
    padding: 9px 15px !important;
    position: absolute;
    left: 0;
    right: 0;
}


#blogroll_masonry .av-masonry-load-more:hover{
    letter-spacing: 1px !important;
}

/* tc products */
#top #tc_products .av-extra-border-element.border-extra-arrow-down .av-extra-border-inner{
    width: 30px;
    height: 30px;
    top: -15.5px;
}
#top #tc_products .av-extra-border-element .av-extra-border-outer{
    overflow: visible;
}
#top #tc_products .av-extra-border-inner {
    background: #2878b7;
    background: -moz-linear-gradient(45deg,  #2878b7 0%, #2878b7 50%, #256394 50%, #256394 100%);
    background: -webkit-linear-gradient(45deg,  #2878b7 0%,#2878b7 50%,#256394 50%,#256394 100%);
    background: linear-gradient(45deg,  #2878b7 0%,#2878b7 50%,#256394 50%,#256394 100%);

}

/* tc product nav */
#tc_products_nav .container {
    max-width: 900px;
}


@media only screen and (max-width: 767px) {
    #tc_products_nav .avia-image-container-inner{
        position: relative;
        transition: all linear 0.2s;
    }
    #tc_products_nav .avia-image-container-inner:hover{
        transform: translateY(-8px);
    }

    #tc_products_nav .avia-image-container-inner:hover:after{
        opacity: 1;
        transform: scale(1);    
    }


    #tc_products_nav .avia-image-container-inner:after {
        content: "";
        background: url(/wp-content/uploads/Shadow@2x.png) no-repeat top center; 
        background-size: contain;
        height: 30px;
        width: 100%;
        position: absolute;

        transform: scale(0);
        opacity: 0;
        transition: all linear 0.2s;
    }


}

/* table */
@media only screen and (max-width: 767px) {
    #top .avia-pricing-table-container{
        background: url(/wp-content/uploads/Moblie-Table.png) no-repeat top center; 
        background-size: contain;
        height: 300px;
    }
    #top .pricing-table-wrap{
      display: none;
    }
}
#top .pricing-table{
    margin: 0;
}
#top .pricing-table li.empty-table-cell {
    display: block;
}


#top .pricing-table>li{
    border-color: rgba(174, 174, 174, 1.0);
    text-align: left;
    padding: 6px 12px;
    border-radius: 0;
}

@media only screen and (max-width: 989px) {
  #top .pricing-table>li{
    padding: 3px 6px;
    font-size: 14px;
  }
}
#top .fallback-table-val{
    max-height: 26px;
    display: block;
}

#top .first-table-item .fallback-table-val{
    max-height: 43px;
}

#top .pricing-table>li .double {
    padding: 13px 0;
    display: block;
}

#top .pricing-table>li .av_font_icon{
    line-height: 20px;
}
#top .pricing-table>li .av-icon-char{
    font-size: 20px !important;
}

#top .pricing-table>li.avia-heading-row{
    text-align: center;
    min-height: initial
}
#top .pricing-table>li:nth-child(odd){
    background: rgba(223, 223, 223, 1.0) !important;
}

#top .pricing-table li.avia-heading-row{
    background: rgba(101, 100, 106, 1.0) !important;
    border-color: rgba(125, 124, 130, 1.0) !important;
    border-radius: 0;
}

@media only screen and (max-width: 1400px) {
  #top .pricing-table-wrap:first-child{
    width: 30%;
  }
}


@media only screen and (max-width: 989px) {
  #top .pricing-table-wrap:first-child{
    width: 40%;
  }

}
#top .pricing-table-wrap:first-child li {
    background: #65646a !important;
    color: white;
}

#top .pricing-table li img{
    max-width: 100px;
}

@media only screen and (max-width: 989px) {
  #top .pricing-table li img{
      max-width: 90px;
  }

}
#top .pricing-table.avia-highlight-col .pricing-extra{
    display: none;
}

#top .pricing-table.avia-highlight-col .first-table-item{
    top: 0;
}


#top .pricing-table.avia-highlight-col {
    margin: 0;
    padding: 4px;
    background: #f26828
}

#top .pricing-table.avia-highlight-col.avia-highlight-col-darkblue{
  background: #1a355e;
}

#top .pricing-table.avia-highlight-col.avia-highlight-col-blue{
  background: #2079b8;
}

#top .pricing-table.avia-highlight-col.avia-highlight-col-gray{
  background: #a2a7ad;
}

#top .pricing-table.avia-highlight-col>li:last-child{
    padding-bottom: 6px;
}


/* slick slider */
.slick-slideshow .av-special-heading {
    padding-bottom:10px;
    font-weight:300;
    margin-top: 0;
}

.slick-slideshow .av-special-heading .av-subheading{
    color: #f26625;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;    
}

.slick-slideshow .caption-content ul,
.slick-slideshow .caption-content ol{
    margin-left: 0;
}

.slick-slideshow-inner,
.slick-slideshow-inner > li{
    margin: 0;
    padding: 0;
    list-style: none;
}

.slick-slideshow-inner .avia_button_icon {
    color: #fb672c;
}



.slick-thumbnails .slick-slideshow-inner{
    text-align: center;
    margin-bottom: 50px;
}
.slick-thumbnails .slick-slideshow-inner li{
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    width: 100px;
    margin: 0 10px;
    line-height: 23px;
    color: #afb0b2;
    transition: all linear 0.2s;
    outline: none;
    cursor: pointer;
    float: none;
}

.slick-thumbnails .slick-slideshow-inner li:after{
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-top: 15px;
    background: #afb0b2;
    transition: all linear 0.2s;
    border-radius: 300px;
}

.slick-thumbnails .slick-slideshow-inner .slick-slide.slick-current{
    color: white;
}
.slick-thumbnails .slick-slideshow-inner .slick-slide.slick-current:after{
    background: #fb672c;

}

.main-slideshow .slick-slider{
    padding-bottom: 80px
}



#top .next_benefit, 
#top .prev_benefit {
    position: absolute;
    bottom: 0;
    outline: none;
}

#top .next_benefit{
    right: 0;
}

@media only screen and (max-width: 767px) {
    #top .next_benefit {
        left: 0;
        bottom: 0;
    }

    #top .prev_benefit {
        bottom: 55px;
    }
}



/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    margin-left: 0 !important;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}




#top .widget_tab_tags{
    display: none !important;
}


#cal_insight .insight_img{
    display: none;
}

@media only screen and (max-width: 1400px) {
    #cal_insight {
        background-image: none !important;
    }

    #cal_insight .insight_img{
        display: block;
    }
}

#page404 .av-special-heading{
    margin-top: 0 !important;
}

#page404 .avia-button{
    margin: 10px 0;
    min-width: 220px !important;
}



@media only screen and (max-width: 1200px) {
    #page404 {
        background-size: 400px;
    }

}

@media only screen and (max-width: 989px) {
    #page404 {
        background-size: 300px;
    }

}

@media only screen and (max-width: 767px) {
    #page404 {
        background-image: none !important;
    }

}

#page404 .content{
    padding-top: 130px;
    padding-bottom: 130px;
}



#top .jobs-tabs .tab_titles {
    text-align: left;
}

#top .jobs-tabs .tab_content {
    padding: 50px
}

#top .workable-jobs li{
    list-style: none;
    padding-left: 0;
    margin-left: 0
}

#top .workable-jobs li:before{
    display: none;
}

#top .workable-jobs li a:before {
    content: "\e812";
    visibility: visible;
    font-size: 18px;
    font-family: "fa-arrows";
    margin-right: 10px;
    color: #2c79b4;
}

#top .workable-jobs li:hover a:before{
    color: #f06834;
}

#top .workable-jobs li:hover a{
    text-decoration: none
}

@media only screen and (max-width: 989px) {
    #top .workable-jobs .jobs-tabs .tab_content {
        padding: 20px;
    }

    #top .workable-jobs .jobs-tabs .tab_titles .tab {
        width: 50%;
        text-align: center;
    }
}




@media only screen and (min-width: 767px) {
    #top #press_releases_grid .av-masonry.av-large-gap .av-masonry-container {
        width: -webkit-calc(100% +  20px);
        width: calc(100% +  20px);
        left: -10px;
    }
}


@media only screen and (min-width: 767px) {
    #press_releases_grid .av-inner-masonry {
        padding: 30px 20px
    }

}

#press_releases_grid .av-masonry-entry .av-inner-masonry-content{
    padding: 0;
}
#press_releases_grid .av-fixed-size .av-masonry-image-container img {
    display: block;
    width: 100%
}

#press_releases_grid .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry .av-inner-masonry-content,
#press_releases_grid .av-fixed-size.av-large-gap .av-masonry-entry .av-inner-masonry-content,
#press_releases_grid .av-fixed-size.av-large-gap .av-masonry-image-container,
#press_releases_grid .av-fixed-size.av-large-gap .av-masonry-outerimage-container,
#press_releases_grid .av-flex-size.av-caption-on-hover-hide.av-large-gap .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content,
#press_releases_grid .av-large-gap.av-fixed-size .av-masonry-entry .av-inner-masonry {
    left: 0;
    right: 0;
    bottom: 0;
    position: relative;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent;
}

#press_releases_grid .av-fixed-size.av-large-gap .av-masonry-entry .av-inner-masonry-sizer {
    display: none
}


#press_releases_grid .av-masonry-image-container {
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
    opacity: 1;
    background: transparent !important;
}


#press_releases_grid .av-large-gap.av-masonry {
    padding: 0;
}
#press_releases_grid .av-inner-masonry-content-pos{
    vertical-align: top !important;
}

#press_releases_grid .av-inner-masonry-content-pos-content{
    text-align: left;
}   

#press_releases_grid .av-masonry-date{
    font-size: 14px;
}

#press_releases_grid .av-masonry-entry-title{
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 100 !important;
    color: #65666a;
}
#press_releases_grid .av-masonry-entry-content{
    display: none;
}

#press_releases_grid .read-more-link a{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #65676b;
    letter-spacing: 2px;
    border-bottom: 4px solid #c5c5c5;
    text-decoration: none;
    margin-top: 20px;
}

#press_releases_grid .read-more-link a .avia_button_icon{
    margin-left: 10px;
    color: #fc662c;
}
#press_releases_grid .av-sort-by-term a {
    text-transform: none;
}


#press_releases_grid .av-masonry-load-more {
    text-transform: none;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    width: 210px;
    border-radius: 120px;
    margin: 0 auto 0 auto;
    padding: 10px;
    color: white !important;
    background: #fc6719 !important
}



#press_releases_grid .av-masonry-container{
    margin-bottom: 100px;
}