/*
Theme Name: TriDigital
Description: Enfold Customizable Child Theme
Version: 1.0
Author: Team at TriDigital Justin Hays @notwittercuzhesaloser, Joseph Mendoza @jmendoza_tx, Bill Wettingfeld @thebwett, Marvin Chau @shuzchef, Garrett Hughes @ghughes139
Author URI: https://tridigitalmarketing.com/
Template: enfold
*/


/*~TYPOGRAPHY ------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Barlow|Barlow+Semi+Condensed:200,300,400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:300,400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

h1, h2, h3, h4, h5, h6 {
  line-height: 1em;
  margin-top: 0;
  text-rendering: optimizeLegibility; /*  voodoo to enable ligatures and kerning | https://developer.mozilla.org/en-US/docs/CSS/text-rendering */
}

.avia_textblock  h1 {
  font-size: 96px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  color: #FF6C01;
  text-transform: uppercase !important;
  line-height: 1.25;
}

.h1-second {
    color: white;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 100 !important;
}

.avia_textblock h2,
h2 {
  font-size: 60px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 300;
  color: #006EC7;
  text-transform: uppercase !important;
}

.h2-second {
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #666666;
    font-weight: 300;
}

h3 {
  font-size: 48px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 300;
} 

h4 {
  font-size: 34px;
}

#top .av_teextblock_section h4 {
    font-size: 24px;
    color:#666666;
}

.avia_textblock h5 {
  font-size: 23px;
  color: #006EC7;
  font-family: "Barlow Semi Condensed", sans-serif;
}

.h5-after {
    color: #666666;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 17px;
}

h6 {
  font-size: 18px;
}

.entry-content p,
p {
    line-height: 31px;
    margin: auto auto 1.5em; /* bottom margin for paragraphs */
    font-family: "Open Sans";
    color: #666666;
}

.mega-light-weight {
    font-weight: 100;
}

.ultra-light-weight {
    font-weight: 200;
}

.light-weight {
    font-weight: 300;
}

.normal-weight {
    font-weight: 400;
}

#top .regular-weight {
    font-weight: 500;
}

.welter-weight {
    font-weight: 700;
}

.heavy-weight {
    font-weight: 900;
}

#top .uppercase {
    text-transform: uppercase;
}

.template-page .entry-content-wrapper h1,
.template-page .entry-content-wrapper h2 {
    letter-spacing: 0px;
}

#top .barlow-h4 h4 {
    font-family: 'Barlow Semi Condensed';
    font-weight: 300;
}

#top h1 {
    text-transform: capitalize;
}

#top h2  {
    text-transform: none;
} 

#top .bigger-h2 {
    font-size: 68px;
}

@media screen and (max-width: 767px) {
    #top h1 {                  /*Change to desired text. Many time h1 and h2 are too large for mobile screens */
      font-size: 40px;
    }

    #top h2 {                 /*Change to desired text. Many time h1 and h2 are too large for mobile screens */
      font-size: 31px;
    }
}

/*~END TYPOGRAPHY --------------------------------------------------------*/

/*~NAVIGATION ------------------------------------------------------------*/

#top .avia-menu-fx {
    background-color: #FF6C01 !important;
}

[data-av_icon]:before {
    color: #10E1F2;
}

.header_color .avia-tt {
    background: #032541;
    border: #032541;
}

#top #menu-item-search .avia-font-entypo-fontello {
    background: #006EC7;
    border: #006EC7;
}

#top input[type='submit']:hover {
    color: #032541; 
}

#top .sub-menu {
    border-top: none;
    border-bottom: solid #FF6C01 2px;
    top: 100%;
}

#top .dropdown_ul_available:hover .avia-menu-fx {
    display: none;
}

#top .dropdown_ul_available:hover > a > .avia-menu-text {
    color: #A2A2A2 !important;
}

#top .sub-menu li:hover > a > .avia-menu-text {
    color: #10E1F2 !important;
}

#top .sub-menu li:hover li:hover {
    color: #10E1F2 !important;
}

.header_color .main_menu .menu ul li a:hover, .header_color .av-subnav-menu ul a:hover {
    background-color: #ffffff;
}

#top .header_color .main_menu .menu ul li > a:hover {
    color: #ffffff;
}

#top .av_header_transparency .sub-menu a {
    background: #002543;
    border: none;
}

.avia-arrow {
    background: #032541 !important;
    border: #032541 !important;
}

.av_header_transparency .avia-menu-text,
.av_header_transparency #avia2-menu a {
    transition-duration: .25s;
    transition-property: color;
    color: #F6F6F7;
}

.html_header_transparency #header_meta {
     -webkit-transition: background 0.0s ease-in-out; 
     transition: background 0.0s ease-in-out; 
}

#top #header_main .avia-menu-fx {
    bottom: 12%;
    width: 70%;
    left: 15%;
}

#top .av_header_transparency .avia-menu-text:hover,
#top .av_header_transparency #avia2-menu a:hover {
    color: white !important;
}

#header_main .container,
.main_menu ul:first-child > li a {
    height: 105px;
    line-height: 75px;
}

#top #avia2-menu li:hover a {
    border-bottom: solid #ff7100 2px !important;
}

.avia-menu-text,
#top .sub_menu #avia2-menu .menu-item a,
#top #header_meta .sub_menu ul li a:hover {
    color: #032541;
}

#top #avia2-menu {
    margin-top: -10px;
}

#top #header_meta {
    position: absolute;
    right: 0;
    top: 75px;
    background-color: transparent;
}

#top .main_menu ul li a .avia-menu-text,
#top #header_meta #avia2-menu li a {
    font-size: 19px;
    font-weight: 400;
    font-family: 'Barlow Semi Condensed';
    text-transform: uppercase;
}

#top #header_meta {
    border-bottom: none !important;
}

#top .sub_menu li {
    padding: 0 13px;
}

#top header .av-logo-container {
    max-width: 100%;
}

#top .av-main-nav ul ul {
    border-top: none;
}

#footer .container {   
    background: #006EC7;  
    top: -60px;
    max-width: 100%;
    margin-left: 9vw;
    height: 100%;
    padding: 40px 40px 40px 10%;
    padding-left: 10%;
}

#footer {
    padding: 15px 0 30px 0;
    z-index: 1;
}

#footer .widget{
    margin: 0
}

#footer .container .textwidget p:last-child{
    margin-bottom: 0
}

#footer h2 {
    text-transform: uppercase;
    font-size: 34px;
}

#top #footer {
    padding-bottom: 30px;
    background: #032541;
}

#top #footer .container {
    margin-top: -60px;
    max-width: 100%;
    margin-left: 15vw;
}

#socket .container {
    padding-top: 15px;
    padding-bottom: 15px;
}

#top .copyright {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    float: none;
    align-items: center;
}

#top .copyright .right a, 
#top .copyright .right a img {
    height: 22px;
    width: 20px;
}

#top #text-7 p > a.teal-text {
    font-family: 'Open Sans';
}

#top footer .copyright .right .linkedin {
    margin-left: 50px;
}

#top .copyright .right .twitter img {
    height: 16px;
    width: 20px;
}

#top .copyright .right .facebook img {
    height: 20px;
    width: 11px;
}

#top .copyright .right {
    display: flex;
    font-size: 20px;
    font-family: 'Barlow';
    letter-spacing: 5px;
}

#top .copyright .right a {
    margin-left: 20px;
}

#top .copyright .right .image-overlay {
    display: none;
}

#text-7 .textwidget {
    max-width: 600px;
    font-size: 17px;
}

#text-7 .textwidget h2 {
    font-family: 'Barlow Semi Condensed';
    font-size: 34px;
    font-weight: 100;
}

#top #footer p,
#top #footer h2,
#top #footer a {
    color: white;    
}

#top #socket { 
    background: #032541;
    margin-top: -88px;
    color: white;
    font-size: 12px;
}

#top #socktet .right {
    font-size: 20px;
}

#top #footer  .second {
    display: inline-block;
    margin-top: 15px;
}

#top #footer .widget .footer-map {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 22%;
    font-family: 'Barlow Semi Condensed';
}

#top #footer .widget .footer-map a {
    font-size: 23px;
}

#top #footer .city-title,
#top #footer .teal-text {
    font-family: 'Barlow Semi Condensed';
}

#top #footer .city-title a {
    font-family: 'Open Sans';
    font-size: 17px;
}

#top #footer .city-title a:hover {
    color: #10E1F2; 
}

#top #footer .actual-title {
    font-size: 20px;
    font-weight: 100;
    text-transform: uppercase;
}

#header_meta .container {
    padding-right: 90px;
}

#top #socket .container svg {
    max-height: 20px;
}

#top #socket .container svg:hover path {
    fill: #FF6C01;
}

#header.av_header_transparency {
    background: transparent;
}

#header {
    height: 105px;
    background: white;
}

#header .av-main-nav ul li {
    width: 110%;
}

#top #socket {
 border: none;
}




@media screen and (min-width: 1160px) {
    #header_meta,
    #header_main {
        z-index: 1;
        border: none;
    }
    
    #header_main .container,
    #header_main .container .inner-container,
    #header_main .container .main_menu, 
    #header_main .container .avia-menu, 
    #header_main .container .avia-menu .av-main-nav > li,
    #header_main .container .avia-menu .av-main-nav > li > a {
        height: 60px;
    }
    
    .logo,
    .logo a {
        overflow: visible;
    }
}

@media screen and (max-width: 1160px) {
    
    #header {
        height: initial;
        background: white;
    }
    
   #avia-menu li:not(.av-burger-menu-main) {         /*Adjusts when main nav goes to mobile mode*/
       display: none;
   }
  
   .av-burger-menu-main {   /*Adjusts when hamburger menu appears*/
       display: block;
   }
   
   #top .avia-menu-text {
       color: #032541;
   }
   
   #menu-item-3000,
   #menu-item-3001,
   #menu-item-4075,
   #menu-item-4432,
   #menu-item-4621,
   #menu-item-4631 {
       display: none !important;
   }
   
    #menu-item-4076,
    #menu-item-4077,
    #menu-item-4078,
    #menu-item-4622,
    #menu-item-4633 {
        display: initial;
    }  
    
    #av-burger-menu-ul li a {
        border-bottom: none !important;
    }
    
    .menu-item-4078 span {
        color: #FF6C01 !important;
        font-size: 25px !important;
    }
    
    .menu-item-4078 {
        margin-top: 25px !important;
    }
    
    .menu-item-2999,
    .menu-item-2995 {
        position: relative;
    }
    
    .menu-item-4140:before {
        left: 50px;
        position: absolute;
        content: url(/wp-content/uploads/2019/06/Line-49.png);
        top: -25px;
    }
    
    .menu-item-2995:after {
        position: absolute;
        content: url('/wp-content/uploads/2019/06/Line-49.png');
        left: 50px;
        bottom: -15px;
    }
    
    .av-hamburger--spin.is-active .av-hamburger-inner {
        transform: rotate(269deg);
    }
    
    .is-active .av-hamburger-inner::after {
        opacity: 0;
    }

    #top .av_header_transparency .sub-menu a {
        background: transparent;
    }
    
    #top .sub-menu {
        border-bottom: none;
    }
    
    #top .logo > a > span > img {
        margin-top: 25px;
    }
    
    #top .logo > a > img {
        transition-delay: 2s;
        background: white;
        z-index: 999;
    }
    
    #header_meta .container {
        padding-right: 40px;
    }
    
    #top #menu-item-4075 {
        display: initial !important;
    }
}

@media screen and (max-width: 767px) {
    #top #header_meta {
        display: none;
    }
    
    .logo img {
        z-index: 101;
    }
    
    #menu-item-search {
        opacity: 0;
        transition: opacity .5s;
        position: absolute;
        top: 70px;
        right: 5px;
    }
    
    .av-burger-overlay-active-delayed #menu-item-search {
        position: absolute;
        top: 70px;
        right: 5px;
        opacity: 1;
        transition: opacity .5s;
    }
    
    #footer h2 {
        font-size: 25px;
    }
    
    .responsive #top #wrap_all #header {
        position: fixed !important;
    }
    
    .responsive #top #header_main > .container .main_menu .av-main-nav > li > a, .responsive #top #wrap_all .av-logo-container {
        height: 90px !important;
        line-height: 90px;
    }
    
    #top .header_color div .av-hamburger-inner,
    #top .header_color div .av-hamburger-inner::before, 
    #top .header_color div .av-hamburger-inner::after {
        background-color: #9C9288;
    }
    
    #top .av_header_transparency.header_color div .av-hamburger-inner,
    #top .av_header_transparency.header_color div .av-hamburger-inner::before, 
    #top .av_header_transparency.header_color div .av-hamburger-inner::after {
        background-color: white; 
    }
    
    .av_header_transparency .logo > a > img {
        display: none !important;
    }
    
    .logo > a > img {
        display: initial !important;
    }
    
    .av-burger-overlay-scroll {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        height: 90vh !important;
        top: 5px;
    }
    
    .av-hamburger.is-active:before {
        content: url('/wp-content/uploads/2019/06/Ellipse-30.png');
        position: absolute;
        left: 7px;
        bottom: -26px;
    }
    
    .html_av-submenu-hidden .av-submenu-indicator {
        right: 80px;
    }
    
    #header_main .inner-container {
        max-width: 318px;
        margin:auto;
    }
    
    #top #wrap_all #avia2-menu {
        margin-right: 0;
    }
    
    #menu-item-4075 {
        margin-right: -40px;
    }
    
    #top #wrap_all #header_meta .container {
        max-width: 318px;
        margin: auto;
    }
    
    #top   #header_meta {
        width: 100%;
        max-width: 100%;
    }
    
}

/*~END NAVIGATION --------------------------------------------------------*/

/*~FORM ------------------------------------------------------------------*/

#top .gform_wrapper .gform_body input[type="text"], 
#top .gform_wrapper .gform_body input[type="email"], 
#top .gform_wrapper .gform_body textarea, 
#top .gform_wrapper .gform_body select {
	color: #2584c0;
	background-color: #fff;
	padding: 7px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	outline: none;
	border: 2px solid #A7AFB9;
	transition: all 100ms linear;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-webkit-appearance: none;
	margin-bottom: 0;
	width: 100%;
}

.avia-msie #top .gform_wrapper .gform_body input[type="text"], 
.avia-msie #top .gform_wrapper .gform_body input[type="email"], 
.avia-msie #top .gform_wrapper .gform_body textarea, 
.avia-msie #top .gform_wrapper .gform_body select {  /* USE TO CHANGE PLACEHOLDER ON IE */
    
}

.gform_wrapper .gform_footer {
	text-align: center;
}

#top .gform_wrapper.gf_browser_chrome .gform_body {  /*This motherfxcker was set to calc(100% + 15px)*/
    width: 100%;
}

#top ::-webkit-input-placeholder { text-indent: 0px; padding-left: 7px;  transition: text-indent 0.3s ease; font-weight: 400; color:#888888; font-size: 20px;}
#top select option, #top select div { text-indent: 0px; padding-left: 7px;  transition: text-indent 0.3s ease; font-weight: 400; color:#888888; font-size: 20px;}
#top ::-moz-placeholder { text-indent: 0px;  padding-left: 7px; transition: text-indent 0.3s ease; font-weight: 400; color:#888888; font-size: 20px;} /* firefox 19+ */
#top :-ms-input-placeholder { text-indent: 0px; padding-left: 7px;  transition: text-indent 0.3s ease; font-weight: 400; color:#888888; font-size: 20px;} /* ie */
#top input:-moz-placeholder { text-indent: 0px; padding-left: 7px;  transition: text-indent 0.3s ease; font-weight: 400; color:#888888; font-size: 20px;}

#top :focus::-webkit-input-placeholder { text-indent: -500px;   transition: text-indent 0.7s ease;}
#top :focus::-moz-placeholder { text-indent: -500px;   transition: text-indent 0.7s ease;} /* firefox 19+ */
#top :focus:-ms-input-placeholder { text-indent: -500px;   transition: text-indent 0.7s ease;} /* ie */


#top #main select {
    text-indent: 0px;
    padding-left: 7px;
    transition: text-indent 0.3s ease;
    font-weight: 400;
    color: #888888;
    font-size: 20px;
}

#top #wrap_all .gform_confirmation_wrapper {
    border: 1px solid #95cd80;
    background: #bee3b0;
    padding: 30px;
    border-radius: 10px;
    color: #2f6a2f;
    font-size: 18px;
}
   
#top #wrap_all .gform_confirmation_wrapper .gform_confirmation_message {
    position: relative;
    padding-left: 60px;

}

#top #wrap_all .gform_confirmation_wrapper .gform_confirmation_message:before {
    position: absolute;
    font-family: 'new-icons-upload';
    content: '\e372';
    font-size: 30px;
    left: 0;
    top: 50%;
    margin-top: -7px;
}

#top #wrap_all .gform_confirmation_wrapper .gform_confirmation_message:after {
    content: '';
    position: absolute;
    display: inline-block;
    height: 40px;
    width: 40px;
    border: 6px solid #57834d;
    top: 50%;
    left: -9px;
    margin-top: -20px;
    border-radius: 50%;
}

@media screen and (max-width: 767px) {
    #top .gform_body ul li {
        padding-right: 0px;
    }
    
    #top ::-webkit-input-placeholder {font-size: 18px;}
    #top ::-moz-placeholder {font-size: 18px;} /* firefox 19+ */
    #top :-ms-input-placeholder {font-size: 18px;} /* ie */
    #top input:-moz-placeholder {font-size: 18px;}
}

/*~END FORM --------------------------------------------------------------*/

/*~GENERAL ---------------------------------------------------------------*/
.mejs-container { /*new enfold updated screwed up the video player*/
    width: 100% !important;
}

#top .wp-caption {
    border: none;
}

.hero h1 {

}

.subtext {  /* USE THIS AS A BASE FOR SUB-HEADINGS AND SUB-TEXT */

}

.hero .subtext { /* USE FOR IF THE HERO SUB-HEADING OR SUB-TEXT IS DIFFERENT SIZES, COLOR, ECT. */
    
}

#top .hide-me {
    display: none !important;
}

#top .compressed-content.form-section .container {
    max-width: 780px;
    margin: 0 auto;
} 

#top .compressed-content .container {     /*Generally used for entire blocks of content including, text, pictures, videos etc...*/
    max-width: 1060px;
    margin: 0 auto;
}

#top .compressed-text {   /*Used directly on avia-textblock (for text)*/
    max-width: 960px;
    margin: 0 auto;
}

#top .compressed-text-other {
    max-width: 1060px;
    margin: 0 auto;
}

.omit-list-style ul {
    list-style: none;
}

.td-icon-list li {          /*Used for unordered lists with custom icons / images */
    position: relative;
}

.td-icon-list li:before {          /*Used for unordered lists with custom icons / images */
    content: '';
    position: absolute;
    font-family: new-icons-upload;
    left: 0;
}

.td-icon-color li:before {          /*Used for unordered lists with custom icons / images */

}

.centered-text {
    text-align: center;
}

.td-triangle {         /*Can be used on the top of a color section */
    position: relative;
}

.td-triangle:before {         /*Can be used on the top of a color section */
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: 0px;
    visibility: visible;
    z-index: 1;
    border-top: solid 30px #f8f8f8;
    border-left: solid 80px transparent;
}

.no-opaque-hover a:hover .image-overlay {
    background-color: transparent;
}

.no-opaque-hover a .image-overlay {
    background-color: transparent;
}

.avia_image {
    border-radius: 0px;
}

#top .avia-section {
    border-top: none;
    position: relative;
}

#top .white-heading h1,
#top .white-heading h5 {
    color: #fff;
}

#top .primary-background-color {
    background-color: #7e7e7e;
}

#top.standard-lp .primary-background-color { 
    background-color: #006EC7;
}

#top.standard-lp #main .lp-hero {
    padding-bottom: 100px;
} 

#top .secondary-background-color {
    background-color: #e3e3e3;
}

#top .black-btn a {
    background: #000;
    color: #fff;
    padding:20px 40px;
    margin: 50px 0;
    font-size: 20px;
}

#top .lp-hero .black-btn a {
    max-width: 190px;
    margin: 0 auto;
    display: block;
}  

#top .extra-bottom-padding .container {
    padding-bottom: 5%;
}

#top .white-text,
#top .white-text p,
#top .white-text a,
#top .white-heading h2,
#top .white-heading li {
    color: #fff;
} 

#top .avia_textblock .training-column .white-text span {
    margin-top: 67px;
}

#top .lp-hero .avia_codeblock_section {
    margin: 70px;
} 

#top .lp-benefits svg {
    height: 85px;
    margin: 0 auto;
    margin-bottom: 30px;
} 

#top .lp-benefits .avia_codeblock {
    text-align: center;
}  

#top blockquote {
    border: none;
    width: 70%;
}

#top blockquote p {
    font-weight: 400;
    font-size: 30px;
}

#top.awareness-page blockquote p,
#top.awareness-page blockquote cite a{
    font-weight: 400;
    font-size: 30px;
    margin-top: 9px;
    margin-bottom: -50px;
    font-family: 'Barlow Semi Condensed';
}

#top.awareness-page cite {
    font-size: 23px;
    color: #666666;
    text-align: right;
    display: inline-block;
    width: 100%;
    font-family: 'Barlow Semi condensed';
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 50px;
}

#top blockquote cite,
#top blockquote cite a{
    font-size: 20px;
    font-family: 'Barlow Semi Condensed';
} 
 
#top blockquote footer {
    text-align: right;
    color: #fff;
} 

#top .lp-quote-column .avia-image-container{
    margin-bottom: 30px;
}

#top .lp-quote-column {
    position: relative;
}

#top .lp-quote-column:before {
    position: absolute;
    left: -5%;
    border-left: 4px solid #000;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    visibility: visible; 
} 

#top .form-container {
    padding: 15% 5% 5%;
}

#top .form-container .gform_footer {
    text-align: right;
    padding-right: 16px;
}

#top .form-container .gform_footer button {
    font-size: 20px;
    padding: 20px 22px;
} 

#top .lp-bullets li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    margin-top: 15px;
} 

#top .lp-bullets li:before {
    content: "•";
    color: #10E1F2;
    top: 2px;
    left: 0;
    position: absolute;
}

#top .lp-quote-column .av_textblock_section {
    position: relative;
}

#top .lp-benefits-section .avia_codeblock  {
    text-align: center;
}

#top .lp-benefits-section .avia_codeblock svg  {
    max-width: 150px; 
}

#top .lp-large-quote blockquote {
    color: #666; 
    font-size: 36px; 
    font-weight: 300; 
    line-height: 1.2em; 
    width: 70%;
    font-family: 'Barlow Semi Condensed';
}  

#top .lp-large-quote blockquote p {
    color: #666; 
    font-family: 'Barlow Semi Condensed';
}  

#top .lp-quote-container blockquote p {
    font-family: 'Barlow Semi Condensed';
    font-size: 30px;
}

#top .lp-large-quote .quote-heading {
    font-size: 80px;
    font-weight: 600;
} 

#top .show-on-small {
    display: none;
}

#top .logo > a > img {
    margin-top: 25px;
}

#top .orange-text {
    color: #FF6C01 !important;
    font-family: "Barlow Semi Condensed";
}

#top .teal-text {
    color: #10E1F2 !important;
}

#top #main .blue-text,
#top #main blockquote.blue-text p {
    color: #006EC7 !important;
}

#top .white-text {
    color: #F6F6F7 !important;
    font-family: "Barlow Semi Condensed";
}


#top.awareness-page .orange-text {
    font-weight: 500;
}

#top .black-text {
    color: #101010 !important;
}

#top .navy-text {
    color: #032541 !important;
}

#top #scroll-top-link {
    display: none;
}

#top .av_textblock_section .quote-text {
    font-size: 30px;
    font-weight: 300;
}

#top .box-shadow {
    -webkit-box-shadow: 1px 1px 5px 2px rgba(3,37,65,0.25);
    -moz-box-shadow: 1px 1px 5px 2px rgba(3,37,65,0.25);
    box-shadow: 1px 1px 5px 2px rgba(3,37,65,0.25);
    border-radius: 3px !important;
}

#top .round-box,
.services-section {
    border-radius: 3px !important;
    -webkit-box-shadow: 1px 1px 5px 2px rgba(3,37,65,0.25);
    -moz-box-shadow: 1px 1px 5px 2px rgba(3,37,65,0.25);
    box-shadow: 1px 1px 5px 2px rgba(3,37,65,0.25);    
}

#top .enlarge-img img {
    border-radius: 3px !important;
    -webkit-box-shadow: 1px 1px 5px 2px rgba(3,37,65,0.25);
    -moz-box-shadow: 1px 1px 5px 2px rgba(3,37,65,0.25);
    box-shadow: 1px 1px 5px 2px rgba(3,37,65,0.25);  
}

#top.standard-lp .form-container input,
#top.standard-lp .form-container textarea {
    border: none !important;
}

#top .margin-bottom-fifty {
    margin-bottom: 50px;
}

#top .margin-bottom-fix {
    margin-bottom: 105px; 
}

#top .large-text p { 
    font-size: 30px; 
    line-height: 1.2em;
    text-transform: uppercase; 
}

@media screen and (max-width: 1100px) {
    #top blockquote,
    #top .lp-large-quote blockquote {
        width: 100%;
    }
    
    #top .h1-oversized-fix h1 {
        font-size: 60px;
    }
    
    #top .center-img-on-small img {
        margin: auto;
    }
    
    #top .center-text-on-small {
        text-align: center;
    }
} 

 
@media screen and (max-width: 767px) {
    .flexed .entry-content-wrapper,
    .flexed-grid,
    #top .flexed .flex_column_table {      /*Used to switch the order two pieces of content when going to mobile*/
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    
    #top .flexed-order .flex_column_table {      /*Used to order more than 2 elements when going mobile - Will need to add few lines of code to select the sections you want to order*/
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .avia-section-huge .content,
    .avia-section-large .content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    #top .lp-quote-column:before {
        display: none;
    } 
    
    #top .h1-oversized-fix h1 {
        font-size: 38px;
    }
    
    #top .show-on-small {
        display: initial;
    }
    
    #top .hide-on-small {
        display: none !important;
    }
    
    #top .margin-bottom-fix {
        margin-bottom: 0px; 
    }
    
    #top .remove-mobile {
        display: none;
    }
}

@media screen and (max-width: 370px) {
    #top .black-btn a {
        display: block;
    }
}
/*~END GENERAL -----------------------------------------------------------*/

/*~HOME-------------------------------------------------------------------*/

.services-box p {
    color: white;
}

.services-text {
    font-size: 22px;
    font-weight: 200;
    font-family:'Barlow Semi Condensed';
}

.margin-right-push {
    margin-left: -75px;
}

.margin-left-push {
    margin-left: 75px;
}

.margin-bottom-pull {
    margin-bottom: -75px;
}

.margin-bottom-push {
    margin-bottom: 75px;
}

.z-index-top {
    z-index:9;
}

.home-page h1,
.about-us-page h1 {
    margin-top: -75px;
}

#top.home-page .hero {
    background-position: 50% 27% !important;
}

.home-page h2 {
    line-height: 1.25em;
}

.home-page .hero {
    z-index: 0;
}

.home-page .services-box .avia_codeblock {
    display: flex;
    align-items: center;
    margin: auto auto 3.5em;
}

.home-page .services-box .avia_codeblock p {
    margin: 0;
    margin-left: 25px;
}

.home-page .services-box a {
    text-decoration: none !important;
}

.home-page .first-service-box .first:hover a p,
.home-page .services-box .second:hover a p,
.home-page .first-service-box .third:hover a p,
.home-page .first-service-box .fourth:hover a p,
.home-page .services-box .fifth:hover a p,
.home-page .services-box .sixth:hover a p,
.home-page .services-box .seventh:hover a p,
.home-page .services-box .eighth:hover a p {
    color: #FF6C01;
    text-decoration: none;
    cursor: pointer;
}

.home-page .first-service-box .first:hover a .a,
.home-page .first-service-box .first:hover a .b,
.home-page .first-service-box .first:hover a .c,
.home-page .services-box .second:hover a .a,
.home-page .services-box .second:hover a .b,
.home-page .services-box .second:hover a .c,
.home-page .first-service-box .third:hover a .a,
.home-page .first-service-box .third:hover a .b,
.home-page .first-service-box .third:hover a .c,
.home-page .first-service-box .fourth:hover a .a,
.home-page .first-service-box .fourth:hover a .b,
.home-page .first-service-box .fourth:hover a .c,
.home-page .services-box .fifth:hover a path,
.home-page .services-box .fifth:hover a .b,
.home-page .services-box .fifth:hover a .c,
.home-page .services-box .sixth:hover a .a,
.home-page .services-box .sixth:hover a .b,
.home-page .services-box .sixth:hover a .c,
.home-page .services-box .seventh:hover a .a,
.home-page .services-box .seventh:hover a .b,
.home-page .services-box .seventh:hover a .c,
.home-page .services-box .eighth:hover a .a,
.home-page .services-box .eighth:hover a .b,
.home-page .services-box .eighth:hover a .c { 
    stroke: #FF6C01 !important;
}

.home-page .testimonies .first {
    clear: none;
} 

.staggered {
    margin-left: 50px;    
}

.home-page .fifth svg {
    max-width: 50px;
}

.home-page .quote {
    background: #032541;
    padding: 75px 50px;
    position:relative;
    -webkit-box-shadow: 1px 1px 5px 2px rgba(3,37,65,0.25);
    -moz-box-shadow: 1px 1px 5px 2px rgba(3,37,65,0.25);
    box-shadow: 1px 1px 5px 2px rgba(3,37,65,0.25);
    font-size: 30px;
    border-radius: 3px;
}

.home-page .quote::before {
    content: url(/wp-content/uploads/2019/06/Polygon-19.png);
    position: absolute;
    bottom: -50px;
    left: 90%;
    margin-left: -5px;
    border-width: 10px;
}

.home-page .attribute {
    margin-top: 40px;
}

.home-page .attribute p {
    font-family:'Barlow Semi Condensed';
}

.home-page .attribute .name {
    font-size: 34px;
}

.home-page .attribute .company {
    font-size: 30px;
}

.home-page .quote p {
    color: white;
    font-family:'Barlow Semi Condensed';
    font-weight: 100;
    margin-bottom: 0;
    line-height: 42px;
}

.home-page .testimonies {
    padding-top: 0;
}

.home-page .client-story-title .container {
    margin-top: 100px;
    margin-bottom: -175px;
    text-align: center;
}

.home-page .slick-slider .avia-image-container {
    text-align: left;
    margin-bottom: 30px;
}

.home-page .attribute p {
    text-align: right;
    margin-top: 20px;
    font-size: 29px;
    text-transform: uppercase;
}

.home-page .slick-prev {
    height: 50px;
    position: absolute;
    left: -90px;
    top: 30%;
}

.home-page .slick-next {
    height: 50px;
    position: absolute;
    right: -90px;
    top: 30%;
}

.home-page .slick-slide {
    margin-top: 0;
    padding: 40px;
}

.home-page .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5%;
    text-align: center;
}

.home-page .slick-dots li {
    display: inline-block;
    content: url('/wp-content/uploads/2019/06/Ellipse-5@2x.png');
    height: 25px;
}

.home-page .slick-dots li.slick-active {
    content: url('/wp-content/uploads/2019/06/Ellipse-14@2x.png');
    height: 25px;
}

.home-page .quote-begin {
    display: inline-block;
    position: absolute;
    left: 30px;
}

.home-page .quote-end {
    display: inline-block;
    position: absolute;
}

.home-page .quote-end img {
    margin-top: 5px;
}


.home-page .services-box svg {
    min-width:50px;
}

#top .show-on-small {
    display: none;
}

#top .more-margin-bottom {
    margin-bottom: 30px;
}

#top.home-page .slick-list .avia-image-container {
    position: absolute;
    z-index: 9;
    left: 75px;
}

#top.home-page .slick-list .quote {
    margin-top: 75px;
}

#top.home-page .slick-slide,
#top.home-page .slick-slide:hover,
#top.home-page .slick-slide:active,
#top.home-page .slick-slide:focus {
    border: none;
}

#top.home-page .left-background {
    background-position-x: 30% !important;
    z-index: 9 !important;
}

#top.home-page .services-section .st0,
#top.home-page .services-section .st1 {
    stroke: #10E1F2;
    stroke-width: 1.75px;
}

#top .slick-list {
    outline: none !important;
}

.slick-slide, .slick-slide *{ outline: none !important; }


.seventh, .eighth {
    margin-bottom: 0 !important;
}

.home-page #av-layout-grid-1 {
    -webkit-box-shadow: 1px 1px 5px 2px rgba(3,37,65,0.25);
    -moz-box-shadow: 1px 1px 5px 2px rgba(3,37,65,0.25);
    box-shadow: 1px 1px 5px 2px rgba(3,37,65,0.25);
}

.blue-section {
        border-radius: 0 3px 3px 0;
        border: #006EC7;
        position: relative;
}

.blue-section .flex_cell_inner {
    position: static;
}

#av_section_2 {
    border-radius: 3px 0 0 3px;
}

#av-layout-grid-1 {
    background: transparent;
}

.mobile-background-image {
    background-size: 125% !important;
}

@media screen and (min-width: 1500px) {
    #top #av_section_1 .av-section-video-bg video {
        margin-top: -75px;
        position: initial;
    }
}

@media screen and (max-width: 1500px) {
    .home-page .slick-prev {
        left: -30px;
    }
    
    .home-page .slick-next {
        right: -30px;
    }
}

@media screen and (max-width: 1400px) {
    #top.home-page .left-background {
        width: 39.3%;
    }
}

@media screen and (max-width: 1324px) {
    .margin-left-push {
        margin-left: 0; 
    }
    
    #top.home-page .left-background {
        width: 45.3%;
    }
}

@media screen and (max-width: 1224px) {
    .avia_textblock h2 {
        font-size: 60px;
    }
    
    .home-page .slick-dots {
        bottom: 5%;
    }
}

@media screen and (max-width: 1118px) {
    .home-page h1 {
        font-size: 65px;    
    }
    
    .avia_textblock h2 {
        font-size: 50px;
    }
    
    .home-page .services-box .avia_codeblock p {
        font-size: 16px;
    }
    
    .home-page .margin-right-push {
     margin-left: 0px; 
    }
    
    .home-page .margin-bottom-push {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 990px) {
    #top.home-page .quote p {
        font-size: 22px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 767px) {
    #top #wrap_all .av_mobile_menu_phone {
        background: transparent;
        position: absolute!important;
    }
    
    .home-page .services-box .avia_codeblock p {
        font-size: 20px;
    }
    
    .home-page .services-box .avia_codeblock {
        display: flex;
        align-items: center;
        margin: auto auto 3.5em;
        max-width: 175px;
        text-align: center;
    }
    
    .home-page .quote::before {
        left: 80%;
        margin-left: -15px;
    }
    
    .home-page .quote {
        margin-top: 75px;
        margin-left: 5px;
        margin-right: 5px;
    }
    
    .margin-bottom-pull {
        margin-bottom: 0;
    }
    
    .home-page h1,
    .about-us-page h1 {
        margin-top: 0;
    }

    #top.home-page h1 {
        font-size: 40px;
        margin-top: 90px;
    }
    
    .home-page .slick-slide {
        padding: 0;    
    }
        
    #top.home-page .show-on-small {
        display: initial;
        height: 325px;
        width: 350px !important;
        position: absolute;
        right: 0;
    }
    
    #top.home-page .flexed-grid .flex_cell.avia-builder-el-last {
        padding-bottom: 325px !important;
    }
    
    #top.home-page .test-img {
        position: absolute;
        z-index: 9;
        top: 5px;
        left: 50px;
    }
    
    #top.home-page #av_section_3 .content,
    #top.home-page #av_section_3 {
        height: 100px;   
    }
    
    .home-page .slick-dots {
        bottom: 0%;
    }
    
    .home-page .slick-prev {
        left: -20px;
        height: 40px;
    }
    
    .home-page .slick-next {
        right: -20px;
        height: 40px;
    }
    
    [data-av_icon]:before {
        color: #006EC7;
    }

    .header_color div .av-hamburger-inner, .header_color div .av-hamburger-inner::before, .header_color div .av-hamburger-inner::after {
        background-color: white;
    }
    
    .logo .subtext img {
        display: initial !important;
    }
    
    .av-burger-overlay-active-delayed .logo > a > img {
        display: initial !important;
    }
    
    .av-burger-overlay-active-delayed .logo .subtext img {
        display: none !important;
    }
    
    #top .av_header_transparency .sub-menu a {
        background: initial; 
    }
    
    #top .sub-menu {
        border-bottom: none;
    }
    
    #top .avia-bullet {
        display: none !important;
    }
    
    #top .sub-menu .avia-menu-text {
        color: #006EC7;
    }
    
    .responsive .logo img {
        height: 80px !important;
        width: 175px;
        max-width: 100%;
        display: block;
        max-height: 55px;
    }
    
    #top .mobile-background-image {
        background-size: 190% !important;
        background-position-x: 40% !important;
    }
    
    #top.home-page .hero {
        background-position: 10% 27% !important;
    }
    
    #top.home-page .mobile-first-service-el {
        margin-top: 3.5em;
    }

    #top.home-page .first-service-box {
        margin-bottom: 0 !important;
    }
}
    
@media screen and (max-width: 400px) {
    #top.home-page #av-layout-grid-1 .blue-section {
        background: url(/wp-content/uploads/2019/06/Path-125-1.png) no-repeat !important;
    }
    
    .responsive #top #wrap_all .av-flex-cells .no_margin {
        padding-left: 6% !important;
        padding-right: 12% !important;
    }
}

@media screen and (max-width: 320px) {
    #top h1 {
        font-size: 25px !important;
    }
}


/*~END HOME---------------------------------------------------------------*/

/*~ABOUT US---------------------------------------------------------------*/

.max-width-grid {
  max-width: 650px;
  margin: auto;
}

.background-offset {
    background-position: 50% 25px !important;
}

.about-us-page .employee-card .avia-image-container-inner,
.about-us-page .employee-card img {
    width: 100%;
}

.about-us-page h5 {
    text-transform: uppercase;
    line-height: 30px;
}

.about-us-page .h5-after { 
    font-weight: 300;
}

.custom-lp .enlarge-img img,
.about-us-page .enlarge-img img {
    margin-top: -75px;
    margin-left: 40px;
    width: 50vw;
}

.custom-lp .half-grey-background {
    position: relative;
}

.custom-lp .half-grey-background::before {
    content:"";
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e6e6e6;
}

.custom-lp .half-grey-background .container {
    margin: 0 0 0 auto;
    padding: 0 40px;
    max-width: 95%;
    background: url(/wp-content/uploads/2020/12/Hero-Image.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#top.custom-lp #main .half-grey-background .content {
    padding: 74px 20px;
}

.about-us-page .left-border {
    border-radius: 3px 0 0 3px;
    -webkit-box-shadow: 1px 1px 5px 2px rgba(3,37,65,0.25);
    -moz-box-shadow: 1px 1px 5px 2px rgba(3,37,65,0.25);
    box-shadow: 1px 1px 5px 2px rgba(3,37,65,0.25);
}

.employee-card .avia-image-overlay-wrap img {
    -webkit-box-shadow: 1px 1px 5px 2px rgba(3,37,65,0.25);
    -moz-box-shadow: 1px 1px 5px 2px rgba(3,37,65,0.25);
    box-shadow: 1px 1px 5px 2px rgba(3,37,65,0.25);
    border-radius: 3px;
}

.employee-card .avia-image-overlay-wrap,
.employee-card h5 {
    max-width:250px;
    margin: auto;
}

.about-us-page .enlarge-img img {
    transition: none;
    background: url(/wp-content/uploads/2019/06/Section-1-image@2x.png) center center no-repeat;
    object-position: 50% -50000px;
    background-size: 120%;
}

.custom-lp .enlarge-img img {
    transition: none;
    background: url(/wp-content/uploads/2019/10/Section-1-image-2.png) center center no-repeat;
    object-position: 50% -50000px;
    background-size: 120%;
}

.custom-lp .enlarge-img.security-services img {
    background: url('/wp-content/uploads/2020/03/partners.png');
}

.custom-lp .enlarge-img.it-consulting img {
    background: url('/wp-content/uploads/2019/10/Section-1-image-2.png');
}

.custom-lp .enlarge-img.staff-aug img {
    background: url('/wp-content/uploads/2019/10/Section-1-image-1.png');
    object-position: initial;
}

.about-us-page .h5-after {
    font-size: 17px;
}

.about-us-page .left-background-img,
.about-us-page .right-background-img {
    background-size: 120% !important;
}

.about-us-page .employee-section {
    margin-bottom: 100px;
}


#top.custom-lp .who-we-are-section {
    padding: 99px!important;
}

#top #main .custom-lp .enlarge-img img {
    transition: none;
    background: url(/wp-content/uploads/2022/02/gdr-handsin.png) center center no-repeat!important;
    object-position: 50% -50000px;
    background-size: 120%;
}

#top.custom-lp .enlarge-img img {
    margin-top: -37px;
}

#top.custom-lp .quote-text {
    font-size: 24px;
    font-weight: 400;
}

#top.custom-lp .history-text {
    margin-top: -31px;
    padding-right: 73px;
}

@media screen and (max-width: 1550px) {
    .about-us-page .grid-section .flex_cell {
        height: 500px !important;
        min-height: 500px !important;
    }
}

@media screen and (max-width: 1275px) {
    .about-us-page .grid-section .flex_cell {
        height: 450px !important;
        min-height: 450px !important;
    }
}

@media screen and (max-width: 1275px) {
    .about-us-page .left-background-img,
    .about-us-page .right-background-img {
        background-size: 140% !important;
    }
    
    .about-us-page .grid-section .flex_cell {
        padding: 100px 50px !important;
    }
}

@media screen and (max-width: 1024px) {
    #top.about-us-page h3 {
        font-size: 36px;
    }

    .about-us-page .left-background-img,
    .about-us-page .right-background-img {
        background-size: 180% !important;
    }
}

@media screen and (max-width: 800px) {
    .about-us-page .left-background-img,
    .about-us-page .right-background-img {
        background-size: 220% !important;
    }
    
    #top.about-us-page h3 {
        font-size: 32px;
    }
}

@media screen and (max-width: 767px) {
    #top.about-us-page #av_section_1,
    #top.about-us-page #av_section_1 .container {
        height: 50vh;
    }
    
    #top.about-us-page .left-background-img,
    #top.about-us-page .right-background-img {
        background-size: 120% !important;
    }
    
    .about-us-page .grid-section .flex_cell {
        height: 618px !important;
        min-height: 618px !important;
    }
    
    #top.about-us-page h2 {
        font-size: 31px;
    }
    
    #top.about-us-page h3 {
        font-size: 25px;
    }
    
    #top.about-us-page .right-img {
        overflow: visible !important;
        padding-bottom: 0;
    }
    
    .contact-us-page .enlarge-img img,
    .about-us-page .enlarge-img img {
        margin-top: -125px;
        margin-left: 50px;
        width: initial;
        border-radius: 3px;
    }
    
    .about-us-page .employee-card img {
        width: initial; 
        margin: auto;
    }
    
    #av_section_3 h5 {
        width: 213px;
        margin: auto;
    }
    
    #av-layout-grid-2 .flex_cell,
    #av-layout-grid-3 .flex_cell {
        height: 100% !important;
        min-height: 245px !important;
    }
    
    .background-offset {
        background-position: center !important;
        background-size: cover !important;
    }

    #top.about-us-page .grid-text {
        padding: 50px 12% !important;
    }
    
    .grid-img {
        border-radius: 3px;
    }
    
    #top.custom-lp h1 {
        font-size: 60px!important;
    }
    
    #top.custom-lp .enlarge-img img {
        margin-top: 6px;
        margin-bottom: -22px;
    }
    
    #top.custom-lp .orange-text {
        font-size: 32px;
    }
    
    #top.custom-lp .wp-image-5898 {
    margin-top: -10px;
    margin-bottom: 30px;
    }
}

/*~END ABOUT US-----------------------------------------------------------*/


/*~NEW ABOUT US---------------------------------------------------------------*/

.new-about-us#top .modal-container {
    position: fixed;
    top: 50%;
    margin-top: -165px;
    right: 50%;
    margin-right: -353px;
    width: 706px;
    height: 330px;
    display: none;
}

.new-about-us#top .interesting-fact-modal {
    width: 706px;
    border-bottom: 10px solid #106EC7;
    border-color: #106EC7;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);

}

.new-about-us#top .interesting-fact-modal .heading {
    background: #106EC7;
    padding: 23px 40px 17px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new-about-us#top .interesting-fact-modal h3,
.new-about-us#top .interesting-fact-modal button {
    text-transform: uppercase;
    font-size: 23px;
    color: #FFF;
    margin: 0;
    background: transparent;
    box-shadow: none;
    border: none;
}

.new-about-us#top .interesting-fact-modal .modal-content {
    background: #FFF;
    padding: 20px 40px;
    display: flex;
    align-items: center;
}

.new-about-us#top .interesting-fact-modal img {
    max-width: 210px;
    width: 100%;
    height: auto;
    margin-right: 20px;
}

.new-about-us#top .interesting-fact-modal blockquote {
    font-size: 22px;
    color: #666666;
    padding:0;
    border: none;
}

.new-about-us#top .interesting-fact-modal blockquote p {
    margin: 0;
    font-size: 22px;
}

.new-about-us#top .interesting-fact-modal cite {
    font-size: 17px;
    color: #666666;
}

.new-about-us#top .employee-section {
    position: relative;
}

.new-about-us#top .employee-card .avia-image-container-inner {
    position: relative;
}
.new-about-us#top .interesting-fact-modal cite::before {
    content: "- "
}
    
.new-about-us#top .employee-card .avia-image-container:hover .avia-image-container-inner::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "Click to read an interesting fact about me";
    color: white;
    display: flex;
    align-items: center;
    background: rgba(0, 110, 199, .73);
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    z-index: 100;
    cursor: pointer;
}

.new-about-us#top .image-overlay {
    display: none!important;
}

.new-about-us#top .avia_textblock h5 {
    padding: 15px;
}

.new-about-us#top .h5-after {   
    color: #666666;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 17px;
    font-weight: 300;
}

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

    .new-about-us#top .modal-container {
        display:none!important;
    }
    
    .new-about-us#top .employee-card .avia-image-container:hover .avia-image-container-inner::before {
        display:none!important;
    }
}





/*~END NEW ABOUT US---------------------------------------------------------------*/

/*~SOLUTIONS--------------------------------------------------------------*/

.services-page {
  
}

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

}

/*~END SOLUTIONS----------------------------------------------------------*/

/*~PROCESS----------------------------------------------------------------*/

.process-page .process-quote {
    font-size: 28px;
    color: white;
    position: relative;
    cursor: pointer;
    font-weight: 300;
    font-family: 'Barlow Semi Condensed';
}

/*.process-page .process-quote.active {*/
/*    color: #10E1F2;*/
/*}*/

/*.process-page .process-quote.active:before {*/
/*    content: url(/wp-content/uploads/2019/07/Group-117.png);*/
/*    position: absolute;*/
/*    top: -10px;*/
/*    left: -20px;*/
/*}*/


/*.process-page .process-quote.active:after {*/
/*    content: url(/wp-content/uploads/2019/07/Group-120.png);*/
/*    position: absolute;*/
/*    bottom: 10px;*/
/*    right: -20px;*/
/*    top: initial;*/
/*}*/


.process-page .process-quote:before {
    content: url(/wp-content/uploads/2019/06/quote-start.png);
    position: absolute;
    top: -10px;
    left: -15px;
}


.process-page .process-quote:after {
    content: url(/wp-content/uploads/2019/06/quote-end.png);
    position: absolute;
    bottom: 10px;
    right: -15px;
    top: initial;
}

.process-page .solution-section h3 {
    color: white;
    text-transform: uppercase;
}

.process-page .symptoms {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.process-page .features {
    display: flex;
    align-items: center;
}

.process-page .challenge {
    margin-bottom: 25px;
}

.process-page .top.right {
    margin-right: 50px;
}

.process-page .challenge ~ p {
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
} 

.process-page .features {
    margin-top: 50px;
}

.process-page .left-text {
    margin-right: 50px;
}

.process-page .left-text,
.process-page .right-text {
    margin-left: 40px;
}

.process-page h4 {
    font-weight: 400;
    font-family: 'Barlow Semi Condensed';
    text-transform: uppercase;
}

.process-page .challenges.avia_textblock p {
    padding: 10px 14px 10px 35px;
    border: solid #FF6C01 2px;
}

.process-page .challenges.avia_textblock p:hover {
    cursor: pointer;
    background: #FF6C01;
}

.process-page .challenges.one.avia_textblock p:first-child,
.process-page .challenges.two.avia_textblock p:nth-child(2),
.process-page .challenges.three.avia_textblock p:nth-child(3),
.process-page .challenges.four.avia_textblock p:nth-child(4),
.process-page .challenges.five.avia_textblock p:nth-child(5){
    cursor: pointer;
    background: #FF6C01;
}


#top.process-page .greater-than-list li,
#top.process-page .greater-than-list .solution.smiddle {
    color: #F6F6F7;
}

.process-page h2.challenge {
    margin-left: -25px;
}

.process-page .service-block {
    display: none;
}

.process-page .service-block.active {
    display: initial;
}

#top .blue-form {
    padding: 75px !important;   
}

#top .blue-form input,
#top .blue-form textarea,
#top .blue-form select {
    border-radius: 0 !important;
    border: none !important;
    padding: 15px !important;
}

#top .blue-form button {
    background: #FF6C01;
    font-size: 20px;
    padding: 20px;
    min-width: 200px;
    font-family: 'Barlow';
    letter-spacing: 4px;
}

#top .blue-form button:hover {
    transform: translateX(8px);
}

.process-page h4 {
    font-weight: 300;
}

.process-page .hero {
    margin-bottom: 0;
}

.process-page .second-section .content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.process-page .avia_textblock p:last-child {
    margin-bottom: 0;
}

#top.process-page .left-text a:hover,
#top.process-page .right-text a:hover {
    color: #10E1F2 !important;
    text-decoration: none;
}

#top.process-page .left-text a:hover h4,
#top.process-page .right-text a:hover h4{
    color: #10E1F2 !important;
}

.process-page .service-block .container {
    margin-bottom: 50px;
}

#top.process-page .greater-than-list li {
    font-family: 'Open Sans';   
    font-size: 17px;
    margin-left: 0;
} 

.solution.middle {
    font-size: 17px;
    font-family: 'Open Sans';   
}

.process-page .challenges.avia_textblock p {
    box-shadow: rgb(255, 108, 1) 0 0px 0px 1px inset;
    -webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    text-decoration: none;
}

.process-page .challenges.avia_textblock p:hover {
    /*box-shadow: rgb(255, 108, 1) 0 0px 0px 60px inset;*/
    /*color: white;*/
    box-shadow: rgb(255, 159, 52) 0 0px 0px 60px inset;
    color: white;
    border: rgb(255,159,52) solid 2px;
        -webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
}

@media screen and (max-width: 1024px) {
    .process-page .service-block .container {
        margin-bottom: 75px;
    }
    
    .process-page .features {
        flex-direction: column;
    }
    
    .process-page .left-text, .process-page .right-text {
        margin-left: 0;
        text-align: center;
    }
    
    .process-page .left-text {
        margin-right: 0;
    }
    
    .process-page .far-right-img {
        margin-top: 25px;
    }
    
    .process-page .symptoms {
        flex-direction: column;
    }
    
    .process-page .symptoms h3 { 
        margin-top: 25px;
    }
    
    .process-page .top.right {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    #top.process-page .service-block .av-flex-placeholder {
        display: none;
    }
    
    .process-page h2.challenge {
        margin-left: 0;
    }
    
    #top .blue-form {
        padding: 25px !important;
    }
}

/*~END PROCESS------------------------------------------------------------*/

/*~RESOURCES--------------------------------------------------------------*/

#top.resources-page .case-study-btn {
  position: static;
  margin-top: 50px;
}

#top .last-section {
    margin-bottom: 100px;
}

#top.resources-page article {
    margin-left: 3%;
}

#top.resources-page article.first {
    margin-left: 0%;
}

#top.resources-page article a, 
#top.resources-page article img,
#top.resources-page article {
    width: 375px;
    height: 375px;
}

#top.resources-page article .entry-title a {
    font-size: 34px;
    color: white;
    position: absolute;
    top: 40%;
    text-align: center;
    padding: 20px;
    pointer-events: none;
    text-transform: uppercase;
}

#top.resources-page .brocure-img {
    position: absolute;
    top: -75px;
    right: 0;
    transform: scale(1.5);
    transform-origin: 0;
}

.resources-page #av_section_2 .content,
.resources-page #av_section_3 .content {
    padding-bottom: 0;
    padding-top: 0;
}

.resources-page #av_section_4 .content {
    padding-top: 0;
}

#top.resources-page .fallback-post-type-icon {
    display: none;
}

#top.resources-page .case-study-btn:hover {
    color: #FF6C01;
}

#top.resources-page article .image-overlay {
    opacity: 0.8 !important;
    background: #002543;
    left: -5px;
    top: 0px;
    overflow: hidden;
    display: block;
    height: 375px;
    width: 385px;
    display: none !important;
}

#top.resources-page article a:hover .image-overlay {
    background: #006EC7;   
    transition-duration: .5s;
    display: none !important;
}

.resources-page .image-overlay.overlay-type-extern .image-overlay-inside:before {
    display: none;
}

.resources-page .categories a,
.resources-page .categories .divider {
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed';
}

.resources-page .categories .divider {
    padding: 5px;   
}

.resources-page .categories a {
    cursor: pointer;
    color: #0F76CA;
}

#top.resources-page .whitepaper img {
    margin-left: 0;
}

#top.resources-page .whitepaper a {
    font-weight: 300 !important;
}

#top.resources-page .whitepaper::before {
    content: url('/wp-content/uploads/2019/09/whitepaper-icon.png');
    height: auto;
    width: auto;
    position: absolute;
    visibility: visible;
    overflow: visible;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
    top: 12%;
    pointer-events: none;
}

#top.resources-page .blog::before {
    content: url('/wp-content/uploads/2019/09/Blog-icon.png');
    height: auto;
    width: auto;
    position: absolute;
    visibility: visible;
    overflow: visible;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
    top: 12%;
    pointer-events: none;
}

#top.resources-page .whitepaper::after {
    content: 'WHITEPAPER';
    font-size: 20px;
    font-family: 'Barlow';
    color: #FF6C01;
    overflow: visible;
    visibility: visible;
    position: absolute;
    left: 0;
    right: 0;
    width: 150px;
    height: auto;
    margin: auto;
    bottom: 10%;
    letter-spacing: 3px;
}

#top.resources-page .blog::after {
    content: 'BLOG';
    font-size: 20px;
    font-family: 'Barlow';
    color: #FF6C01;
    overflow: visible;
    visibility: visible;
    position: absolute;
    left: 0;
    right: 0;
    width: 60px;
    height: auto;
    margin: auto;
    bottom: 10%;
    letter-spacing: 3px;
}

#top.resources-page .avia-content-slider .slide-image img {
    object-fit: cover;
}

#top .pagination-meta {
    display: none;
}

#top.resources-page .pagination {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#top.resources-page .pagination a {
    float: none;
    border-radius: 5px;
    background: #032541;
    color: white;
}

#top.resources-page .pagination a:hover {
    background: #FF6C01;
}

#top.resources-page .pagination .current {
    color: white;
    background: #FF6C01;
    border-radius: 5px;
}

#top.resources-page.paged article > a {
    background: #002543;
    opacity: .9;
}

#top.resources-page.paged article > a:hover {
    background: #006EC7;
}

#top.resources-page article h3 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 140px;
    line-height: 40px;
}

#top.resources-page article > a {
    background: #002543;
} 

#top.resources-page article > a:hover {
    background: #006EC7;
} 

#top.resources-page article > a img {
    opacity: .2;
}

@media screen and (max-width: 1300px) {
    #top.resources-page .slide-entry-wrap {
        display: flex;
        justify-content: space-around;
    }
    
    #top.resources-page article {
        margin-left: 10px;
        margin-right:10px;
    }
    
    #top.resources-page article a, 
    #top.resources-page article img,
    #top.resources-page article {
        width: 300px;
        height: 300px;
    }
    
    #top.resources-page article h3 a {
        height: 110px;
        line-height: 30px;
    }
}

@media screen and (max-width: 1050px) {
    #top.resources-page article {
        clear: none;
        width: 50% !important;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 25px;
    }
    
    #top.resources-page .slide-entry-wrap {
        float: none;    
    }
    
    #top.resources-page article .entry-title a {
        left: 0;
        right: 0;
        margin: auto;
    }
    
    #top.resources-page .slide-entry-wrap {
        display: block;
        justify-content: space-around;
    }
    
    #top.resources-page article a, #top.resources-page article img, #top.resources-page article {
        width: 375px;
        height: 375px;
    }
}

@media screen and (max-width: 1050px) {
    #top.resources-page article a, #top.resources-page article img, #top.resources-page article {
        width: 300px;
        height: 300px;
    }
}

@media screen and (max-width: 767px) {
    #top.resources-page article a, #top.resources-page article img, #top.resources-page article {
        width: 375px;
        height: 375px;
    }
    
    #top.resources-page article {
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 25px !important;
    }
    
    #top.resources-page .brocure-img {
        position: initial;
        top: initial;
        right: initial;
        transform: initial;
        transform-origin: 0;
        margin-top: 75px;
    }
    
    #top.resources-page .download-brochure {
        text-align: center;
    }
    
    #top.resources-page .case-study-btn {
        position: static;
        margin-top: 25px;
    }
}

@media screen and (max-width: 767px) {
    #top.resources-page article a, #top.resources-page article img, #top.resources-page article {
        width: 300px;
        height: 300px;
    }
}
/*~END RESOURCES----------------------------------------------------------*/

/*~CONTACT US-------------------------------------------------------------*/

.contact-us-page .form-title,
.process-page .form-title {
  font-size: 55px;
  text-transform: uppercase;
  font-family: 'Barlow Semi Condensed', sans-serif;
}

.contact-us-page .location-box a {
    
}

.contact-us-page .overlap-form {
    position: absolute;
    right: 0%;
    padding: 75px;
    top: -200px;
    width: 60%;
}

.contact-us-page .form-section {
    padding-top: 97px;
    padding-bottom: 146px;
}

.contact-us-page .form-section .call-us-info {
    margin-top: 172px; 
}
.contact-us-page h3 {
    font-size: 34px;
    font-weight: 400;
}

.contact-us-page svg {
    margin-bottom: 25px;
}

.contact-us-page .title-section .content {
    padding-bottom: 0;
}

#top.contact-us-page .overlap-form li input,
#top.contact-us-page .overlap-form li textarea,
#top.contact-us-page li select {
    border-radius: 0 !important;
    border: none !important;
    padding: 15px !important;
}

#top.contact-us-page .gfield_label,
#top.contact-us-page .gfield_required,
#top.contact-us-page .gfield_description {
    color: white;
    font-family: "Open Sans";
    font-weight: 300;
}

#top.contact-us-page .gfield_description b {
    color: #fff;
}

#top .gform_footer {
    text-align: left !important;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !important;
}

#top form button {
    background: #FF6C01;
    font-size: 20px;
    padding: 20px;
    font-family: 'Barlow';
}

#top.contact-us-page #av_section_4 .container {
    margin-bottom: 50px;
}

#top.contact-us-page svg {
    max-width: 100%;
}

#top.contact-us-page #gform_submit_button_1 {
    min-width: 200px;
    font-family: 'Barlow';
    letter-spacing: 4px;
}

#top.contact-us-page #gform_submit_button_1:hover {
    transform: translateX(8px); 
}

#top.contact-us-page ::-webkit-input-placeholder,
#top.contact-us-page input,
#top.contact-us-page textarea,
#top.contact-us-page select {
    font-family: 'Open Sans';
}

#top #wrap_all .gform_confirmation_wrapper {
    border: 1px solid #032541;
    background: #032541;
    padding: 30px;
    border-radius: 10px;
    color: #F6F6F7 !important;
    font-size: 18px;
    font-family: 'Open Sans';
}

#top #wrap_all .gform_confirmation_wrapper .gform_confirmation_message:after {
    border: 6px solid #F6F6F7 ;
    top: 40%;
}

#top .gform_confirmation_message_1 br,
#top .gform_confirmation_message_1 img {
    display: none;
}

#top #wrap_all .gform_confirmation_wrapper .gform_confirmation_message:before {
    top: 40%;
}

#top.contact-us-page #av_section_3 .container {
    margin-bottom: 100px;
    margin-top: 225px;
}

#top.contact-us-page #av_section_3 .container h2 {
    margin-bottom: 50px;
}

#top.contact-us-page h3 {
    font-weight: 300;
}

#top .hyperlink-color {
    color: #006EC7;
}

#top .hyperlink-color:hover {
    color: #032541;
}

#top.contact-us-page #department{
    text-indent: 0px;
    transition: text-indent 0.3s ease;
    font-weight: 400;
    color: #888888; 
    font-size: 20px;
    background-color: #fff;
    padding: 15px 20px;
}
    
@media screen and (max-width: 1130px) {
    #top.contact-us-page .title-section .av_one_fourth {
        width: 25.5%;
    }
}

@media screen and (max-width: 1223px) {
    #top .footer-map {
        flex-wrap: wrap;
    }
    
    #top .footer-map li {
        width: 33%;
    }
    
    #top.contact-us-page #av_section_3 .container {
        margin-bottom: 100px;
        margin-top: 300px;
    }
}


@media screen and (max-width: 800px) {
    #top #footer .container {
        margin-left: 0; 
    }
    
}

@media screen and (max-width: 767px) {
    #top.contact-us-page .hero {
        background-image: url('/wp-content/uploads/2019/10/Group-394.png') !important;
    }
    
    #top.contact-us-page .overlap-form {
        padding: 25px;
        bottom: -65px;
        top: initial;
    }  
    
    #top.contact-us-page .margin-bottom-on-small {
        margin-bottom: 500px !important;
    }
    
    #top .form-title {
        font-size: 28px;
    }
    
    #top.contact-us-page h1 {
        font-size: 40px;
        text-align: center;
        margin-top: 90px;
    }
    
    #top.contact-us-page h2 {
        font-size: 30px;
    }
    
    #top .fifty-vh-on-small,
    #top .fifty-vh-on-small .container {
        height: 50vh !important;
    }
    
    #top.contact-us-page .title-section .flex_column.first {
        margin-bottom: -50px !important;
    }

    
    #top .copyright {
        flex-direction: column-reverse;
    }
    
    #top .copyright .right {
        margin-top: -25px;
        margin-bottom: 15px;
    }
    
    #top #header_meta {
        display: initial;
    }
    
    #top #menu-item-4075 {
        display: initial !important;
    }
    
    #top #avia2-menu {
        width: 140px;
        color: white;
        margin-right: 25px;
    }
    
    #top #footer #text-7 h2 {
        font-size: 25px;
    }
    
    #top.contact-us-page #av_section_3 .container {
        margin-bottom: initial; 
    }
    
    #top.contact-us-page #av_section_3 .container {
        margin-bottom: 100px;
        margin-top: 100px;
    }
}


/*~END CONTACT US---------------------------------------------------------*/

/*~SUPPORT----------------------------------------------------------------*/

.support-page {
  
}

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

}

/*~END SUPPORT------------------------------------------------------------*/

/*~INDUSTRIES-------------------------------------------------------------*/

.industries-page {

}

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

}

/*~END INDUSTRIES---------------------------------------------------------*/

/*~REFERENCES-------------------------------------------------------------*/

.testimonials-page .teal-text {
    color: #0F76CA;
}

.testimonials-page .categories a {
    cursor: pointer;
}

.testimonials-page .quote {
  font-size: 30px;
  border-radius: 3px;
}

#top.testimonials-page .video-top-quote {
    border-radius: 0 0 3px 3px;
    padding-top: 30px;
}

.testimonials-page .video-top-quote .quote-begin {
    top: 15px;
}

.testimonials-page .quote {
    background: #032541;
    padding: 75px 50px;
    position:relative;
}

.testimonials-page .quote.grey {
    background: #E6E6E6;
}

.testimonials-page .quote.grey p {
   color: #032541 !important; 
}

.testimonials-page .quote.light-blue {
    background: #006EC7;
}

.testimonials-page .quote.navy {
    background: #032541;
}

.testimonials-page .quote.grey::before { 
    content: url(/wp-content/uploads/2019/06/Polygon-7.png);
    position: absolute;
    bottom: -50px;
    left: 80%;
}

.testimonials-page .quote.navy::before { 
    content: url(/wp-content/uploads/2019/06/Polygon-19.png);
    position: absolute;
    bottom: -50px;
    left: 80%;
}

.testimonials-page .quote.light-blue::before { 
    content: url(/wp-content/uploads/2019/06/Path-217.png);
    position: absolute;
    bottom: -50px;
    left: 80%;
}

.testimonials-page .quote-img .avia-image-container-inner {
    position: absolute;
    z-index: 1;
    left: 50px;
    top: -50px;
    max-height: 121px;
    max-width: 121px;
}

.testimonials-page .quote-img svg {
    position: absolute;
    z-index: 1;
    left: 50px;
    top: -50px;
    max-height: 121px;
    max-width: 121px;
}

.testimonials-page .video-img {
    margin-bottom: 0;
    border-radius: 3px 3px 0 0;
}

.testimonials-page .quote p {
    color: white;
    font-family:'Barlow Semi Condensed';
    font-weight: 100;
    margin-bottom: 0;
    line-height: 42px;
}

.testimonials-page .quote-begin {
    display: inline-block;
    position: absolute;
    left: 30px;
    top: 60px;
}

.testimonials-page .quote-end {
    display: inline-block;
    position: absolute;
    bottom: 85px;
    margin-left: 5px;
}

.testimonials-page .quote-end img {
    margin-top: 5px;
}

.testimonials-page .attribute p {
    text-align: right;
    margin-top: 45px;
    font-size: 29px;
}

.testimonials-page .categories a,
.testimonials-page .categories span {
    text-transform: uppercase;
    font-family:'Barlow Semi Condensed';
    font-size: 24px;
    margin-left: .5vw;
}

#top .case-study-btn {
    text-transform: uppercase;
    font-family: 'Barlow';
    font-size: 20px;
    color: white;
    padding: 10px;
    min-width: 200px;
    display: inline-block;
    text-align: center;
    position: absolute;
    bottom: 30px;
    width: 60%;
    letter-spacing: 4px;
}

.testimonials-page .case-study-included p:first-child {
    margin-bottom: 40px;
}

.testimonials-page .case-study-included .quote-end {
    bottom: 125px;
}

.testimonials-page .bottom-section {
    margin-bottom: 75px
}

.testimonials-page .video-img,
.testimonials-page .quote {
    -webkit-box-shadow: 1px 1px 5px 2px rgba(3,37,65,0.25);
    -moz-box-shadow: 1px 1px 5px 2px rgba(3,37,65,0.25);
    box-shadow: 1px 1px 5px 2px rgba(3,37,65,0.25);
}

.testimonials-page .attribute,
.testimonials-page .attribute p {
    font-weight: 100;
    text-transform: uppercase;
    font-family:'Barlow Semi Condensed';
}

.testimonials-page .attribute .blue-text{
    font-weight: initial;
    font-family:'Barlow Semi Condensed';
}

.testimonials-page .divider {
    color: #808080;
}

#top.testimonials-page .categories a:hover {
    color: #032541 !important;
    text-decoration: none;
}

#top.testimonials-page .testimoni-section .entry-content-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#top.testimonials-page .av_one_half {
    margin-left: initial;
    width: 47%;
}

#top.testimonials-page .first-test {
    margin-left: -70px;
}

#top.testimonials-page .last-test {
    margin-left: 6%;
}

#top.testimonials-page .footer-spacing {
    margin-bottom: 100px;
}

#top.testimonials-page .column-top-margin {
    margin-top: 50px;
}

#top.testimonials-page .negative-top-margin {
    margin-top: -75px;
}

#top.testimonials-page .margin-bottom-add {
    margin-bottom: 140px;
}

#top.testimonials-page .height-adjust-A {
    min-height: 819px;
}

#top.testimonials-page .height-adjust-A .quote-end {
    bottom: initial;
}

#top.testimonials-page .height-adjust-A .quote-end img {
    margin-bottom: 15px;   
}

#top.testimonials-page .height-adjust-B {
    min-height: 710px;
}

#top.testimonials-page .height-adjust-B .quote-end {
    bottom: initial;
}

#top.testimonials-page .height-adjust-B .quote-end img {
    margin-bottom: 15px;   
}

.case-study-btn.blue,
.case-study-btn.orange,
.standard-lp .form-container button,
.wistia_click_to_play a {
	-webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	text-decoration: none;
}

.case-study-btn.blue {
	box-shadow: rgb(0, 110, 199) 0 0px 0px 40px inset;
}

.case-study-btn.blue:hover {
	box-shadow: rgb(0, 110, 199) 0 0px 0px 2px inset;
	color: rgb(0, 110, 199);
}

.standard-lp .form-container button {
    box-shadow: rgb(255, 108, 1) 0 0px 0px 40px inset;
}

.standard-lp .form-container button:hover {
    box-shadow: rgb(255, 108, 1) 0 0px 0px 2px inset;
	color: white;
}

.standard-lp h3 {
    text-transform: uppercase;
}

#top.standard-lp .form-container {
    padding: 5% 5% 0%;
}

#top.standard-lp .form-container button {
    min-width: 200px;    
}

#top.standard-lp .lp-quote-column:before {
    border-left: 4px solid #10E1F2;
}

.case-study-btn.orange {
	box-shadow: rgb(255, 108, 1) 0 0px 0px 40px inset;
}

.case-study-btn.orange:hover {
	box-shadow: rgb(255, 108, 1) 0 0px 0px 2px inset;
	color: white;
}

.wistia_click_to_play a {
    box-shadow: rgb(255, 108, 1) 0 0px 0px 40px inset;
}

.wistia_click_to_play a:hover {
    box-shadow: rgb(255, 108, 1) 0 0px 0px 2px inset;
	color: white;
}

.standard-lp .st1,
.standard-lp .st0 {
    fill: #7e7e7e;
    stroke: #7e7e7e;
    stroke-width: 3px;
}

#top.standard-lp .black-btn a, 
#top.standard-lp form button {
    background: transparent;
}

.blue-background {
    background: #006EC7;
}

.grey-background {
    background-color: #e6e6e6;
}

.custom-lp h4 {
    font-family: 'Barlow Semi Condensed';
    font-weight: 100;
}

.custom-lp .services-box h4 {
    line-height: 51px;    
}

.custom-lp .smaller-h4 h4 {
    font-size: 32px;
}

.custom-lp .grey-li li {
    color: #666666;
}

.custom-lp .grey-li li:before {
    top: 5px;
}

.grey-text *,
.grey-text {
    color: #666666;
}

.second-blue-box {
    margin-top: -200px;
    padding: 50px;
}

.awareness-page .second-blue-box {
    margin-top: -70px;
    padding: 50px;
}

.technology-assessment-page .second-blue-box {
    margin-top: -100px;
    padding: 50px;
}
/*.voip-page .second-blue-box {*/
/*    margin-top: -88px;*/
/*    padding: 50px;*/
/*}*/

.second-blue-box ul {
    display: flex;
    flex-wrap: wrap;
}

.second-blue-box li {
    width: 48%;
    font-size: 16px;
    font-weight: 300;
    font-family: "Roboto";
}

.blue-arrow-li li {          /*Used for unordered lists with custom icons / images */
    position: relative;
}

.blue-arrow-li li:before {          /*Used for unordered lists with custom icons / images */
    content: url(/wp-content/uploads/2019/07/Path-432.png);
    position: absolute;
    left: -15px;
    top: 2px;
}

.blue-arrow-li.closer-arrrow li:before {
    left: -15px;    
}

.fix-bullets-top .blue-arrow-li li:before {
    top: 6px;
}

.fix-bullets-top.orange-arrow-li li:before {
    top: 5px;
}

#top.custom-lp .fix-bullets-top .second-blue-box li {
    padding-right: 50px;
}

.orange-arrow-li li {          /*Used for unordered lists with custom icons / images */
    position: relative;
}

.orange-arrow-li li:before {          /*Used for unordered lists with custom icons / images */
    content: url(/wp-content/uploads/2019/07/Path-355.png);
    position: absolute;
    left: -25px;
    top: 0px;
}

.extra-bottom-top-padding .content {
    padding-top: 125px;
    padding-bottom: 125px;
}

.extra-bottom-padding .content {
    padding-bottom: 75px;
}

.it-support-block {
    margin-bottom: 50px;
}

.pain-points-section .column-top-margin {
    margin-top: 0;
}

.timeline h4 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 34px;
    font-family: 'Barlow Semi condensed';
    color: #666666;
    font-weight: 200;
}

.timeline .av-flex-placeholder {
    background: url(/wp-content/uploads/2019/07/Path-435.png) center no-repeat;
    background-position: center center;
}

#top.custom-lp blockquote  {
    width: 100%;
    font-size: 30px;
}

.custom-lp blockquote p:first-child {
    font-family: 'Barlow Semi condensed';
    font-weight: light;
    font-size: 30px;
    color: #006EC7;
}

.custom-lp cite {
    font-size: 23px;
    color: #666666;
    text-align: right;
    display:inline-block;
    width: 100%;
    font-family: 'Barlow Semi condensed';
    text-transform: uppercase;
    font-weight: 300;
}

.custom-lp blockquote p {
    text-align: left;
    line-height:36px;
}

.custom-lp .no-padding-left {
    padding-left: 0 !important;
}

.custom-lp .padding-top-50 .content {
    padding-top: 50px;
}

.custom-lp .padding-bottom-100 .content {
    padding-bottom: 100px;
}

.custom-lp cite {
    text-align: right;
}

.custom-lp .line-height-24 li {
    line-height: 24px !important;
}



#top.custom-lp .lower-block .av_textblock_section {
    margin-top: 25%;
}

#top.custom-lp .blue-form {
    margin-top: -110px;
    padding: 65px 75px !important;
}

#top.awareness-page .avia_textblock h1 {
    font-size: 95px;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 400;
    color: #FF6C01;
    text-transform: uppercase !important;
    line-height: 1.25;
}

#top.awareness-page .blue-form {
    margin-top: -110px;
    padding: 65px 75px !important;
}

#top.technology-assessment-page .blue-form {
    margin-top: -110px;
    padding: 65px 75px !important;
}

#top.technology-assessment-page blockquote p:first-child {
    font-family: 'Barlow Semi condensed';
    font-weight: light;
    font-size: 30px;
    color: #006EC7;
}

#top.technology-assessment-page .more-margin-bottom h2 {
    margin-left: 50px;    
}

#top.technology-assessment-page .double-li-fix {
    margin-left: 0%;
    width: 47%;
}

#top.technology-assessment-page .compressed-text {
    max-width: 960px;
    margin: 0 auto;
    margin-left: 123px;
}

#top.technology-assessment-page .blue-text {
    color: #006EC7 !important;
    font-family: 'Barlow Semi condensed';
}

.custom-lp .blue-btn {
    margin-top: 25px;
    display: inherit;
    text-align: center;
    max-width: 400px;
    background: #006EC7;
    padding: 20px 22px;
    color: white;
    font-family: 'Barlow';
    letter-spacing: 4px;
    transition-duration: .5s;
}

#top.custom-lp .top-hero {
    background-position: top center !important;
}

#top .blue-btn:hover {
    transform: translateX(8px);
    text-decoration: none;
    color: white;
    transition-duration: .5s;
}

.whitepaper-img .avia-image-container-inner, 
.whitepaper-img .avia-image-container-inner .avia-image-overlay-wrap, 
.whitepaper-img img {
    width: 100%;
}

#top.custom-lp .hero-text-container {
    padding-bottom: 15%;
}

#top.custom-lp .blue-arrow-li li,
#top.custom-lp .orange-arrow-li li{
    padding: 7px 0;
    line-height: 2em; 
}

#top.custom-lp .blue-arrow-padding-right li {
    padding-right: 40px;  
    margin-top: 10px;
}

#top.custom-lp .first {
    position: relative;
}

#top.custom-lp .first:before {
    position: absolute;
    content: '';
}

#top.custom-lp .svg-container {
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid rgb(16, 225, 242);
    border-radius: 50%;
    width: 175px;
    height: 175px;
    margin-left: 25%;
    margin-bottom: 30px;
    text-align: center;
}

#top.custom-lp .svg-container.fix {
    height: 185px;
    width: 185px;
    border: solid rgb(16, 225, 242) 2px;
}

#top.custom-lp .svg-container.fix svg {
    margin-bottom: 20px;
}

.margin-left-inner-fix {
    margin-left: -75px;
}

.svg-padding {
    padding: 12px;
}

#top.custom-lp .svg-container.left {
    margin-right: auto;
    margin-left:0;
}

#top.custom-lp .side-padding-fix-one .container {
    padding: 0px 125px 0 50px;
}

#top.custom-lp .blue-form.two {
    margin-top: -150px;
}

#top.custom-lp .padding-bottom-fix-grey-box .content {
    padding-bottom: 175px;
}

#top.custom-lp .pain-points-padding-fix .content {
    padding: 150px 50px 100px;
}

#top.custom-lp .move-left .entry-content-wrapper {
    margin-left: -75px;    
}

#top.custom-lp h4.special {
    font-size: 27px;
    line-height: 38px;
}

#top.awareness-page h4.special {
    font-size: 27px;
    line-height: 38px;
}

#top.technology-assessment-page h4.special {
    font-size: 27px;
    line-height: 38px;
}


#top.custom-lp .special-blue-li-section li:last-child {
    margin-top: 0;
}

/*#top.voip-page .pain-points-section .entry-content-wrapper li {*/
/*    margin-left: 3em;*/
/*    padding: 19px 60px;*/
/*}*/

/*#top.voip-page .pain-points-section .fix-bullets-top.orange-arrow-li li:before {*/
/*    top: 18px;*/
/*}*/

/*#top.voip-page .pain-points-section .orange-arrow-li li:before {*/
/*    content: url(/wp-content/uploads/2019/07/Path-355.png);*/
/*    position: absolute;*/
/*    left: 35px;*/
/*    top: 0px;*/
/*}*/


@media screen and (max-width: 1300px) {
    #top.custom-lp h4 {
        font-size: 24px;
        text-align: center;
        line-height: 42px !important;
    }
}

@media screen and (max-width: 1024px) {
    #top .case-study-btn {
        min-width: 250px;
        margin: auto;
        left: 0;
        right: 0;
    }
    
    .testimonials-page #av_section_1 {
        background-position: center right !important;
    }
    
    .custom-lp h1 {
        font-size: 75px;
    }
    
    .second-blue-box li {
        width: 45%;
    }
    
    .blue-arrow-li li:before {
        left: -15px;
    }
    
        
    .custom-lp h4 {
        font-size: 18px;
    }
    
    #top.custom-lp .blue-form {
        margin-top: -110px;
        padding: 25px 25px !important;
    }
    
    #top.custom-lp .hero-text-container {
        padding-bottom: 20%;
    }
    
}

@media screen and (max-width: 990px) {
    .testimonials-page .quote p {
        color: white;
        font-family:'Barlow Semi Condensed';
        font-weight: 100;
        margin-bottom: 0;
        line-height: 42px;
        font-size: 22px;
    }
}

@media screen and (max-width: 850px) { 
    .custom-lp h2 {
        font-size: 40px;
    }    
    
    .custom-lp h1 {
        font-size: 65px;
    }
}

@media screen and (max-width: 767px) {
    .testimonials-page .hero {
        background: url(/wp-content/uploads/2019/06/Group-181-2.png) center no-repeat !important;
        background-size: cover !important;
    }
    
    #top.testimonials-page #av_section_1,
    #top.testimonials-page #av_section_1 .container {
        height: 50vh;
    }
    
    .testimonials-page .quote {
        padding: 75px 35px;
    }
    
    .testimonials-page .quote-begin {
        left: 15px;
        top: 65px;
    }
    
    .testimonials-page .quote-end {
        bottom: 85px;
        margin-left: 5px;
    }
    
    .testimonials-page #av_section_2 .content,
    .testimonials-page #av_section_3 .content,
    .testimonials-page #av_section_4 .content,
    .testimonials-page #av_section_5 .content,
    .testimonials-page #av_section_6 .content {
        padding: 0;    
    }
    
    .testimonials-page #av_section_2 .content {
        padding-top: 50px;
    }
    
    #top .case-study-btn {
        min-width: 250px;
        margin: auto;
        left: 0;
        right: 0;
    }
    
    #top.testimonials-page .testimoni-section {
        margin-bottom: initial;
    }
    
    #top.testimonials-page .margin-bottom-add {
        margin-bottom: 75px;
    }
    
    #top.testimonials-page .categories {
        margin-bottom: 50px;
    }
    
    .testimonials-page .quote.light-blue::before,
    .testimonials-page .quote.grey::before {
        left: 70%;
    }
        
    #top.testimonials-page .column-top-margin {
        margin-top: 0;
    }   
    
    .testimonials-page .attribute p {
        font-size: 25px;
    }
    
    #top.standard-lp h1 {
        margin-top: 10vh;
    }
    
    #top.custom-lp h1 {
        margin-top: 10vh;
    }
    
    .second-blue-box {
        margin-top: 0px;
        padding: 0;
    }
    
    .mobile-blue-background {
        background: #006EC7;
    } 
    
    .second-blue-box li {
        width: 100%;
    }
    
    .custom-lp .enlarge-img img {
        margin-top: 0;
        margin-left: 0;
        width: 100vw;
    }
    
    .custom-lp h4 {
        font-size: 24px;
    }
    
    .custom-lp .extra-bottom-top-padding .content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .responsive #top.custom-lp #wrap_all .right-img {
        padding-right: 6% !important;
    }
    
    #top.contact-us .hero-text-container {
        margin-top: 0;
    }
    
    #top.custom-lp .hero-text-container {
        padding-bottom: 0;
    }
    
    #top.custom-lp .enlarge-img.it-consulting img {
        background-size: contain !important;
        background-position: center !important;
    }
    
    #top.custom-lp .fix-bullets-top .second-blue-box li {
        padding-right: 0;
    }
    
    #top.custom-lp .double-li-fix {
        margin-bottom: -20px !important;
    }
    
    #top.custom-lp .fix-arrow .av-flex-placeholder {
        display: block;
        height: 65px;
        width: 30px;
        transform: rotate(90deg);
        margin-left: calc(50% - 20px);
    }
    
    #top.custom-lp .special-blue-li-section li:last-child {
        margin-top: 0;
    }
    
    #top.custom-lp .padding-bottom-fix-grey-box .content {
        padding: 50px 0;
    }
}

@media screen and (max-width: 320px) {
    .testimonials-page .quote.navy::before {
        left: 70%;
    }
}

/*~END REFERENCES---------------------------------------------------------*/

/*~NEW CAREERS----------------------------------------------------------------*/

#top.new-career-page .case-study-btn.orange {
    box-shadow: rgb(255, 108, 1) 0 0px 0px 40px inset;
}

#top.new-career-page .case-study-btn {
    text-transform: uppercase;
    font-family: 'Barlow';
    font-size: 20px;
    color: white;
    padding: 10px;
    min-width: 200px;
    display: inline-block;
    text-align: center;
    bottom: 30px;
    width: 60%;
    letter-spacing: 4px;
    position: static;
    line-height:1.4em
}

.list-container {
	display: flex;
	justify-content: space-between;
}

.list-container li{
list-style: none;
}

#top.new-career-page .flex_column_table_cell {
    padding: 50px;
}

#top.new-career-page .jamboree-text {
    font-family: 'Barlow Semi Condensed';
    font-size: 11px;
}

#top.new-career-page .bigger-h2 {
    font-size: 61px;
}

#top.new-career-page .grid-section::before {
    background-color: #E6E6E6;
    height: 90%;
    width: 100%;
    content: ""
    position: absolute;
    bottom: 0;
    right: 0
}

#top.new-career-page .grid-section {
    top: -72px;
    position: relative;
}

#top.new-career-page .amenities-section {
    padding-bottom: -4%
}

#top.new-career-page .positions-cell {
    padding-top: 60px;
}

/*~END NEW CAREERS----------------------------------------------------------------*/



/*~CAREERS----------------------------------------------------------------*/

.careers-page .set-max-width-components {
    max-width: 400px;
    margin-left: 0; 
}

.careers-page .offset-left-key-components-title h2 {
    margin-left: -4vw;
}

#top.careers-page #main .orange-btn-stuff {
    border-radius: 0;
    margin-top: 50px;
    display: inline-block;
    width: 70%;
    min-width: 250px;
    padding: 10px 0;
    position: static;
}

#top.careers-page #main .orange-btn-stuff:hover {
    color: rgb(255, 108, 1);
}

#top.careers-page .barlow-h4 .svg-block {
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: stretch;
    width: 100%;
}

#top.careers-page .barlow-h4 h4 {
    margin-top: 25px;
}

#top.careers-page .barlow-h4 svg {
    height: 100px;
    width: auto;
}

@media screen and (max-width: 1325px) {
    .careers-page .offset-left-key-components-title h2 {
        margin-left: 0;
    }

    .margin-left-inner-fix {
        margin-left: 0px;
    }
    
    #top.custom-lp .move-left .entry-content-wrapper {
        margin-left: initial;    
    }

}

@media screen and (max-width: 1024px) {
    #top .bigger-h2 { 
        font-size: 50px!important;
    }

}

@media screen and (max-width: 767px) {
    #top .center-on-mobile-all * {
        text-align: center;
    }
    
    .careers-page .set-max-width-components {
        margin: auto;
    }
    
    #top.careers-page #main #av-layout-grid-1 .mobile-applybtn-grid-fix {
        min-height: 375px !important; /*Need to override inline stuff*/
        padding-left: 0 !important;  
        padding-right: 0 !important;
    }
    
    #top.custom-lp .padding-bottom-fix-grey-box .content {
        padding-bottom: 50px;
    }
    
    #top.custom-lp .lower-block .av_textblock_section {
        margin-top: 25%;
    }
}

/*~END CAREERS------------------------------------------------------------*/


/*~GIVING BACK PAGE ----------------------------------------------------------*/

#top.giving-back-page .white-text {
    font-size: 32px!important;
    color: #F6F6F7 !important;
    font-weight: 300;
    font-family: "Barlow Semi Condensed";
    margin-left: 55px;
}

#top.giving-back-page .orange-text {
    color: #FF6C01 !important;
    font-family: "Barlow Semi Condensed";
    font-size: 32px!important;
}

#top.giving-back-page .hero h1 {
    margin-left: 55px;
}

#top.giving-back-page .paragraph-section {
    vertical-align: middle!important;
    background: #F6F6F7!important;
}

#top.giving-back-page #main .paragraph-section li {
    color: #444;
}

#top.giving-back-page #main .paragraph-section li::marker{
    color: #006EC7;
}

#top.giving-back-page .sub-heading p {
    margin-left: 105px;
    margin-right: 164px;
}

#top.giving-back-page .organization-section .organization {
    padding: 30px;
    border:1px solid #D1D1D1;
}

#top.giving-back-page .organization-section .organization img {
    margin-bottom: 20px;
}

#top.giving-back-page .max-width-and-centered .flex_cell_inner {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

#top.giving-back-page .wistia-play .avia_codeblock_section {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#top.giving-back-page .wistia-play a,
#top.giving-back-page .wistia-play a:hover {
    box-shadow: none;
}



#top.giving-back-page li {
    line-height: 31px;
    font-family: "Open Sans";
    color: #666666 !important;
}

#top.giving-back-page .full-height-imgs .flex_cell_inner,
#top.giving-back-page .full-height-imgs .flex_cell_inner .avia-slideshow, 
#top.giving-back-page .full-height-imgs .flex_cell_inner .avia-slideshow .avia-slideshow-inner,
#top.giving-back-page .full-height-imgs .flex_cell_inner .avia-slideshow .avia-slideshow-inner * {
    min-height: 100%;
    height: 100%;
    object-fit: cover;
}

#top.giving-back-page .image-overlay {
    display: none !important;
}

#top.giving-back-page .grid-section {
    height: 75vh;
}

#top.giving-back-page #main .grid-section .avia-slideshow, 
#top.giving-back-page #main .grid-section .avia_codeblock_section{
    height: 75vh;
    width: 75vh; 
} 

#top.giving-back-page #main .grid-section .wistia-play .flex_cell_inner {
    background: url(https://www.gdrgroup.com/wp-content/uploads/2021/02/Section-1-image-5.png) top center no-repeat scroll;
    width: 75vh;
    height: 75vh;
    margin: 0 0 0 auto;
    background-size: cover;
    background-attachment: top center;
} 

#top.giving-back-page #main  #av-layout-grid-1 .avia-slideshow,
#top.giving-back-page #main  #av-layout-grid-3 .avia-slideshow,
#top.giving-back-page #main  #av-layout-grid-5 .avia-slideshow,
#top.giving-back-page #main  #av-layout-grid-7 .avia-slideshow,
#top.giving-back-page #main  #av-layout-grid-9 .avia-slideshow,
#top.giving-back-page #main  #av-layout-grid-11 .avia-slideshow {
    margin: 0 0 0 auto;
}


#top.giving-back-page #main .grid-section {
    background: #F6F6F7;
}

@media screen and (min-width: 1440px) {
    #top.giving-back-page .right-img {
        margin-left: 47px;
    }
}

@media screen and (max-width: 1300px) {
    #top.giving-back-page .max-width-and-centered .flex_cell_inner {
        margin-left: 25px;
        margin-right: 25px;
    }
}

@media screen and (max-width: 767px) {
  #top.giving-back-page .white-text {
      margin-left: 0px!important;
    }
    
    #top.giving-back-page .hero h1 {
        margin-left: 0px!important;
        font-size: 40px!important;
    }
    
    #top.giving-back-page .sub-heading p {
        margin-left: 0px;
        margin-right: 0px;
    }
    
    #top.giving-back-page .second-grid {
        display: flex;
        flex-direction: column-reverse;
    }
}



/*~END GIVING BACK PAGE ----------------------------------------------------------*/

/*~BLOG-------------------------------------------------------------------*/

.blog .main_color,
.post-template-default .main_color  {
    border-top: none;
    margin-bottom: 50px;
}

.html_header_top.html_header_topbar_active.html_header_sticky #top.blog #main,
.html_header_top.html_header_topbar_active.html_header_sticky #top.post-template-default #main {
    padding-top: 107px;
}

.post-template-default h1 a {
    color: #006EC7;
}

.blog h3 {
    color: #006EC7;
}

.blog .slide-entry-excerpt {
    font-size: 15px;
    font-family: 'Open Sans';
}

#recent-posts-2 li a {
    font-family: 'Barlow Semi Condensed'; 
    color: #666666;
}

#recent-posts-2 li a:hover {
    color: #006EC7;
}

.post-template-default h1 a {
    font-family:'Barlow Semi Condensed';
    font-size: 60px; 
    font-weight: 200; 
    text-transform: uppercase; 
    color: #006EC7;
}

#top.blog h3 {
    color: #006EC7;
    text-transform: Capitalize;
    font-weight: 300;
}

#top.blog article {
    margin-bottom: 25px !important;
}

#top.blog .slide-entry-wrap {
    margin-bottom: 0 ;
}

#top.single-post article {
    margin-top: 50px;
}

#top.single-post article h1 a {
    font-size: 40px;
    line-height: 40px;
}

@media screen and (max-width: 767px) {
    .blog #main .container ,
    .post-template-default #main #av_section_1 .container {
        margin-top: 75px !important;
    }   
}

/*~BLOG ARCHIVE ----------------------------------------------------------*/
/* Post Title */
.blog .entry-title {
    
}

/* Aside */
.blog .sidebar .widgettitle {
    
}

/*~BLOG POST -------------------------------------------------------------*/
.single .big-preview.single-big {
  pointer-events: none;
}

/* Aside */
.single-post .sidebar .widgettitle {
    
}

/* Content H1-H3 */
.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3 {
    line-height: 1em;
}

/* Title */ 
.single-post .post-title {
    font-size: 36px;
    margin-bottom: 5px;
}

.single-post .entry-content h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.single-post .entry-content h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

/*~BLOG ARCHIVE ----------------------------------------------------------*/

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

}

/*~END BLOG---------------------------------------------------------------*/

/*~LP ----------------------------------------------------------*/

.standard-lp .avia-builder-el-last {
    margin-bottom: 100px;
}

#top.standard-lp * p  {
    text-align: left;
}

#top.standard-lp .circle-container p {
    text-align: center;
}

.bdr-process .flex_column_table {
    min-height: 330px;
}  

.bdr-process .av-flex-placeholder {
    position: relative;
}

.bdr-process .av-flex-placeholder:before {
    content: url(/wp-content/uploads/2018/10/process-arrows.png);
    top: 50%;
    left: 50%;
    margin-left: -24px; 
    position: absolute;
    z-index: 10; 
}

#top .form-container h2 {
    font-size: 42px;
}


#top .navy-circle,
#top .orange-circle,
#top .blue-circle,
#top .green-circle,
#top .pink-circle {
    position: relative;
} 

#top .navy-circle:before,
#top .orange-circle:before,
#top .blue-circle:before,
#top .green-circle:before,
#top .pink-circle:before {
    border-radius: 150px !important;
    height: 250px;
    width: 250px;
    position: absolute;
    margin-top: -35px;
    left: 50%;
    margin-left: -125px;
    content: "";
    visibility: visible;
    z-index: -1;
} 

#top .navy-circle img,  
#top .orange-circle img, 
#top .blue-circle img, 
#top .green-circle img,
#top .pink-circle img {
    margin-top: 25px
}

#top .bdr-process .flex_column_table  {
    padding-top: 50px;
}
 
#top .navy-circle:before {
    background-color: #032541;
}

#top .orange-circle:before {
    background-color: #FF6C01;
}

#top .blue-circle:before {
    background-color: #00aeef;
}

#top .green-circle:before {
    background-color: #63dd11;
}

#top .pink-circle:before {
    background-color:#ea1d5d;
}

#top .timeline-background-color p {
    line-height: 20px;
}

#top .timeline-background-color { 
    background-color: #032541;
    height: 140px;  
    padding: 30px 25px; 
}

#top .timeline-background-color-brown { 
    background-color: #965815;
    height: 140px;  
    padding: 30px 25px; 
}

#top .timeline-background-color-pink { 
    background-color: #ea1d5d;
    height: 140px;  
    padding: 30px 25px; 
}

#top .timeline-background-color.start { 
    background-color: #FF6C01;
    position: relative;
}
 
#top .timeline-background-color.finish { 
    background-color: #10E1F2; 
    position: relative;
}

#top .timeline-background-color-orange.finish { 
    background-color: #FF6C01;
    height: 140px;  
    padding: 30px 25px; 
}


#top .timeline-background-color.start:before {
    content: "Start";
    text-transform: uppercase;
    bottom: 4px;
    left: 0;
    color: #fff;
    opacity: .3;
    position: absolute;
    font-size: 48px; 
    font-weight: 600;
}

#top .timeline-background-color.finish:before {
    content: "Finish";
    text-transform: uppercase; 
    bottom: 4px; 
    right: 0; 
    color: #fff;
    opacity: .3;
    position: absolute;
    font-size: 48px;
    font-weight: 600; 
}

#top .timeline-description {
    padding: 0px 20px;
}  

#top .lp-half-video .avia_codeblock_section{
    margin: 0; 
}

#top .lp-hero .lp-subtext,
#top .lp-subtext {
    font-size: 24px; 
    font-family: 'roboto';
}

#top .checkmark-list li {
    list-style: none;
    padding-left: 30px;
    position: relative;
} 

#top .checkmark-list li:before {
    /*content: url(/wp-content/uploads/2018/10/check-mark.png);*/
    content: url(/wp-content/uploads/2019/06/check-mark.png);
    position: absolute;
    top: 5px;
    left: 0;
} 

#top .greater-than-list li {
    list-style: none;
    padding-left: 30px;
    position: relative;
} 

#top .greater-than-list li:before {
    content: url(/wp-content/uploads/2019/07/Path-355.png);
    position: absolute;
    top: 2px;
    left: 10px;
} 

#top .plus-list li { 
    list-style: none; 
    padding-left: 30px; 
    position: relative;
} 

#top .plus-list li:before {
    content: url(/wp-content/uploads/2019/02/Plus-Mark.png);
    top: 5px;
    left: 0;
    position: absolute;
    line-height: 1em;
}

#top li.minus-list:before {
    content: url(/wp-content/uploads/2019/02/minus.png);
    top: 5px;
    left: 0;
    position: absolute;
    line-height: 1em;
}

#top .title:hover {
    cursor: pointer;
}

#top .split-form-container {
    padding: 5%; 
}

#top blockquote .accent-color {
    color: #043c55; 
}

#top .larger-span-tag span,
#top .bullet-heading span{
    font-size: 22px;
}

#top .office-section img {
    margin-right: 25px;
}

#top .office-section span {
    margin-right: 5px;
}


#top .lp-orange-blockquote-quote {
    font-size: 75px;
    font-weight: 900;
    font-family: 'roboto';
}

#top .lp-orange-blockquote-subtxt {
    color: #043c55;
    font-size: 35px;
}

#top.network-monitoring .timeline-background-color {
    padding: 5px 25px;
}

#top.network-monitoring .timeline-background-color.wordy-section {
    padding: 5px 5px;
}

#top.it-consulting .bdr-process .av-flex-placeholder:before,
#top.cloud-services .bdr-process .av-flex-placeholder:before {
    top: 25%;
}

#top .text-to-hide {
    display: none;
}

@media screen and (max-width: 1224px) {
    #top.network-monitoring .timeline-background-color.wordy-section {
        font-size: 16px !important;
        padding: 5px 10px;
    }
}

@media screen and (max-width: 1100px) {
    #top.network-monitoring .double-square {
        width: 100%;
    }
    
    #top.it-consulting .navy-circle:before, #top.it-consulting .orange-circle:before, #top.it-consulting .blue-circle:before, #top.it-consulting .green-circle:before, #top.it-consulting .pink-circle:before {
        top: 34%;
    }
}

@media screen and (max-width: 1024px) {
    .network-lp h1 {
        font-size: 50px;
    }
    
    .network-lp h2,
    .standard-lp h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 1100px) and (min-width: 767px) {
    #top .navy-circle:before,  
    #top .orange-circle:before, 
    #top .blue-circle:before, 
    #top .green-circle:before,
    #top .pink-circle:before {
        border-radius: 150px !important;
        height: 280px;
        width: 172px;
        position: absolute;
        top: 50%;
        margin-top: -140px;
        left: 50%;
        margin-left: -86px;
        content: "";
        visibility: visible;
        z-index: -1;
    }
    
    #top .no_margin.av_one_fourth {
        width: 50%;
    }
    
    .bdr-process .av-flex-placeholder:before {
        top: 40%;
    }
    
    #top .timeline-background-color,
    #top .timeline-background-color-pink,
    #top .timeline-background-color-brown{
        height: 140px;
        padding: 15px 25px;
    }
    
    #top .timeline-background-color-brown {
        padding: 15px 10px;
    }
}


@media screen and (max-width: 767px) {
    
    #top.it-consulting .navy-circle:before, #top.it-consulting .orange-circle:before, #top.it-consulting .blue-circle:before, #top.it-consulting .green-circle:before, #top.it-consulting .pink-circle:before {
        top: 17%;
    }
    
    #top.network-monitoring .timeline-background-color p{
        margin: 0;
    }
    
    #top.network-monitoring .timeline-background-color {
        padding: 10px 20px !important;
    }
    
    .circle-container .av_textblock_section {
        max-width: 230px;
        margin: 0 auto; 
    } 
    
    #top .navy-circle,
    #top .orange-circle,
    #top .blue-circle,
    #top .green-circle,
    #top .pink-circle {
        min-height: 250px;
        padding: 50px; 
    } 
    
    #top .bdr-process .av-flex-placeholder {
        width: 100%;
        height: 50px;  
        display: block;
    }
     
    #top .bdr-process .av-flex-placeholder:before {
        margin-top: -10px;  
        margin-left: -24px;
        transform: rotate(90deg);
    }
    
    #top .large-quote-section .avia-image-container.avia-align-right {
        float: none;
    }
    
    #top .lp-subtext {
        font-size: 18px; 
    } 
    
    .standard-lp h3 {
        font-size: 22px;
    }
    
    #top.custom-lp .pain-points-padding-fix .content {
        padding: 50px 0;
    }
}


/*~CORNERSTONE----------------------------------------------------------*/

.post-template-default h1 {
    font-size: 70px;
    font-weight: 200;
}

#top .whitepaper-section .whitepaper a,
#top .whitepaper-section .whitepaper a span {
    color: #006EC7;
    font-weight: bold !important;
    text-decoration: underline;
    text-underline-position: initial;
}

.whitepaper .avia_textblock h2 {
    margin-top: 0;
}

.whitepaper h3,
.whitepaper h3 span,
.whitepaper .avia_textblock h2,
.whitepaper .avia_textblock h2 span {
    font-size: 60px; 
    text-transform: uppercase;
    color: #000000;
    font-weight: 200;
}

.whitepaper h3 {
    margin-top: 50px;
}

#top .whitepaper .barlow-reg {
    color: #FF6C01;
    font-weight: 400;
}

#top .whitepaper-section .whitepaper .pullquote,
#top .whitepaper-section .whitepaper .pullquote a,
#top .whitepaper-section .whitepaper .pullquote a span {
    font-size: 30px;
    color: #006EC7;
    font-weight: 400 !important;
}

#top .whitepaper-section .whitepaper .pullquote {
    max-width: 600px;
    font-weight: 400 !important;
    margin: auto;
    margin-bottom: 65px;
    margin-top: 55px;
    text-align: center;
    line-height: 40px;
    font-family: 'barlow semi condensed';
}

#top .whitepaper-section .whitepaper .pullquote p {
    color: #006EC7;
    font-weight: 400 !important;
    text-align: center;
    line-height: 40px;
    font-family: 'barlow semi condensed';
}

#top .whitepaper .pullquote > p {
    margin-bottom: 10px;
}

#top .whitepaper .greater-than-list li:before {
    content: url(/wp-content/uploads/2020/02/Path-355-1.png);
}

#top .whitepaper .greater-than-list li {
    margin-bottom: 15px;
    font-family: 'Open Sans';
    font-size: 17px;
}

#top .whitepaper .greater-than-list {
    margin-top: 15px;
    margin-bottom: 25px;
}

#top .whitepaper .greater-than-list li,
#top .whitepaper .greater-than-list {
    margin-left: 0;
}

#top .whitepaper .cite {
    text-align: right;
}

#top .whitepaper .cite span,
#top .whitepaper .cite a {
    color: black;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 23px;
}

#top .whitepaper img {
    max-width: initial;
    margin-left: -7.5%;
    display: block;
    width: 115%;
}

#top .whitepaper-section .content {
    padding-top: 0;
}

#top .whitepaper-section .whitepaper p,
#top .whitepaper-section .whitepaper p > span {
    line-height: 31px;
    margin: auto auto 1.5em;
    font-family: "Open Sans";
    color: #666666;
}

#top .whitepaper-section .greater-than-list li span,
#top .whitepaper-section .greater-than-list li {
    color: #666666;
}

#top.single-post #main,
#top.single-post #av_section_2,
#top.single-post #after_section_2 {
    background: #F6F6F7;
}

#top.single-post  .av-share-link-description {
    font-family: 'Barlow Semi Condensed';
    font-size: 34px;
    font-weight: 400;
    text-transform: uppercase;
}

#top.single-post #after_section_2 .content {
    display: none;
}

#top.single-post #after_section_2 .sidebar {
    border: white !important;
}

#top.single-post #after_section_2 ul {
    display: flex;
    flex-wrap: wrap;
}

#top.single-post #after_section_2 li {
    width: 48%;
    margin-left: 1%;
    margin-bottom: 1%;
    border: none;
    display: flex;
    align-items: center; 
    background: #006EC7;
    min-height: 75px;
    padding: 0px;
    cursor: pointer;
}

#top.single-post #after_section_2 li:hover {
    background: #10E1F2;
}

#top.single-post #after_section_2 li a {
    color: white;    
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    padding: 20px;
    text-decoration: none;
}

#top.single-post #after_section_2 .widgettitle {
    margin-left: 1%;
    font-family: 'Barlow Semi Condensed';
    font-size: 34px;
    font-weight: 400;
    text-transform: uppercase;
}

#top.single-post #after_section_2 .container {
    max-width: 960px;
    margin: 0 auto;
}

#top.single-post #after_section_2 .inner_sidebar {
    margin-left: 0;
}

#top.single-post #after_section_2 .sidebar {
    border-top: solid #707070 2px !important;
}

.av-share-box ul li a {
    background: white;
}

@media screen and (max-width: 767px) {
    .whitepaper h3, .whitepaper h3 span {
        font-size: 34px;
    }
    
    #top .whitepaper-section .container,
    #top #footer .container {
        margin-top: 0 !important;
    }
    
    .whitepaper .avia_textblock h2 span {
        font-size: 30px;
    }
    
    #top .whitepaper-section .whitepaper .pullquote a {
        font-size: 30px;
    }
    
    #top .whitepaper-section .whitepaper .pullquote p {
        font-size: 22px;
    }
    
    #top .whitepaper .cite {
        text-align: center;
    }  
}

/*-END CORNERSTONE------------------------------------------------------*/

/*~END LP ----------------------------------------------------------*/

.home-page .testimonials .slick-slide:active {
    border: none;
}

.slick-slider * { 
    outline: none; 
}

a {
  text-underline-position: under;
}

#top .fix-enlarged-img img {
    object-position: initial !important;
}

#top.single-post .entry-content-header .date-container, 
#top.single-post .entry-content-header .text-sep-date {
    display: none;
}

#top.single-post .entry-content-header .blog-categories {
    color: white;
}

#top.single-post .entry-content-header .blog-categories a {
    text-transform: capitalize;
    margin-left: -15px;
}

#top .blue-section-li li {
    font-size: 17px;
    font-family: Open Sans;
}

#top.custom-lp .blue-arrow-compressed li {
    margin-top: 0;
    padding: 9px;
}

#top.custom-lp .blue-background-li-fix li {
    max-width: 250px;
    margin: auto;
    margin-left: 70px;
    text-transform: none;
}

#top.custom-lp .managed-it.second-blue-box {
    padding: 50px 8vw;    
}

#top .margin-bottom-0 {
    margin-bottom: 0px;
}

#top .margin-bottom-25 {
    margin-bottom: 25px;
}

#top .margin-bottom-35 {
    margin-bottom: 35px;
}

#top .margin-bottom-50 {
    margin-bottom: 50px;
}

#top .margin-top-35 {
    margin-top: 35px;
}

#top .margin-top-150 {
    margin-top: 150px;
}

#top .padding-top-150-content .content {
    padding-top: 150px;
}

#top .padding-top-200-content .content {
    padding-top: 200px;
}

#top .padding-bottom-150-content .content {
    padding-top: 200px;
}

#top.custom-lp .blue-arrow-compressed li:before {
    top: 9px;
}

#top.custom-lp .single-text-pain-point {
    margin-right: 100px;
}

#top.custom-lp .min-height-timeline .flex_column_table {
    min-height: 75px;
}

#top .social-btns-no-underline .av-share-link a {
    text-decoration: none;
}

#top.custom-lp .cybersecurity-text {
    font-size: 30px!important;
}

#top.custom-lp .value-text {
    margin-top: 55px;
}

#top.custom-lp #main .grey-text {
    font-family: "Barlow Semi Condensed" !important;
    color: #666666;
}

#top.custom-lp #main .cal-btn {
    background-color: #FF8A40;
    color: #FFF;
    font-family: "Roboto";
    font-weight: 600;
    font-size: 18px;
    border-radius: 15px;
    padding: 16px 60px;
}

#top.custom-lp .light-blue-text {
    color: #00BFD3!important;
}
    
@media screen and (max-width: 1300px) {
    #top.custom-lp .managed-it.second-blue-box {
        padding: 50px;    
    }
}

@media screen and (max-width: 1000px) {
    #top.custom-lp .single-text-pain-point {
        margin-right: 50px;
    }
}

@media screen and (max-width: 767px) {
    #top.custom-lp .managed-it.second-blue-box {
        padding: 0px; 
    }
    
    #top.custom-lp .single-text-pain-point {
        margin-right: 0px;
    }
    
    #top .margin-top-150 {
        margin-top: 50px;
    }

}