.rounded {
    border-radius: 15px !important;
}

.rounded .av-section-color-overlay {
    border-radius: 15px !important;
}

.projects .grid-content {
    margin-top: -112px;

}
.footer-tecolumn .avia-icongrid-content{
    display: none !important
    ;
}
.footer-column.flex_column {
    margin-top: -110px;
}
.footer-column .avia-icongrid-numrow-3 li {
    width: 50%;
}

.projects .grid-entry.flex_column.isotope-item.all_sort {
    display: flex;
    justify-content: center !important;
	    margin-top: 30px !important;
}
.projects article.main_color.inner-entry {
    width: 331px;
}
#js_sort_items{
    display: flex;
    justify-content: center !important;
    }

.projects .grid-content {
    background-color: #00000047 !important;

}
.projects .avia-arrow {
    display: none;
}
.projects h3.grid-entry-title.entry-title {
    background-color: transparent;
    color: #fff !important;
    font-size: 20px !important;
    padding-bottom: 10px !important
}
.projects .grid-entry-excerpt.entry-content {
    color: #fff !important;
}
body #gform_wrapper_1 .gform_footer input[type=submit] {
    font-family: 'entypo-fontello' !important;
    min-width: unset;
    padding: 0;
    font-size: 16px;
    height: 75px;
    width: 50px;
    background: transparent;
    color: #b4b4b4;
}
body #gform_wrapper_1 .gform_footer {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    width: auto;
    bottom: 0;
}
section.avia_codeblock_section.avia_code_block_0 .justify-cirlces  {
    display: flex;
    justify-content: center;
}

.clearfix:before, .clearfix:after, .flex_column:before, .flex_column:after, .widget:before, .widget:after{
	visibility: visible !important;
}


.arrow-right{
    position: relative;
}
.arrow-right:after, .arrow-right:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	position: absolute;
}
.arrow-right:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #ffffff;
	border-width: 24px;
	margin-top: -24px;
}
.arrow-right:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #898989;
	border-width: 26px;
	margin-top: -26px;
}

.arrow-left {
	position: relative;

}
.arrow-left:after, .arrow-left:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	position: absolute;
}

.arrow-left:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #ffffff;
	border-width: 24px;
	margin-top: -24px;
}
.arrow-left:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #898989;
	border-width: 26px;
	margin-top: -26px;
}





/* General grid edits*/
body .general-grid-edits .row {
	justify-content: center;
}
body .general-grid-edits .post-column {
	margin-bottom: 30px;
}

body .general-grid-edits .post-column .post-container {
	height: 100%;
	background: transparent;
	width: 100%;
}

body .general-grid-edits .post-column a.featured-post-image:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.13);
	pointer-events: none;
}





body .general-grid-edits .post-column .post-details {
	padding: 30px 15px;
	text-align: left;
}


body .general-grid-edits .post-column .post-details .excerpt-container {
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 1.8em;
}
body .general-grid-edits .post-column .post-details{
	overflow: hidden;
}


body .general-grid-edits .post-column .post-details .learn-more-button a {
	display: inline-block;
	padding: 10px 30px;
	background: #DA0442;
	color: #fff;
	border-radius: 5px;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: bold;
}
.post-type-container.core-business-grid.general-grid-edits .post-details {
    min-height: 220px !important;
}
.post-type-container.core-business-grid.general-grid-edits .post-details{
    position: relative;
}
.post-type-container.core-business-grid.general-grid-edits .post-details .learn-more-button {
    position: absolute !important;
    bottom: 0;
    padding-bottom: 20px !important
}




/*Case study Grid styles*/
body .case-study-grid .post-column .post-details{
    position: absolute;
    z-index: 3 !important;
    bottom: 0;
    right: 0;
    height: 100%;
    background-color: #fff !important;
    padding: 25px;
    width: 60%;
    overflow: hidden;

}
.case-study-grid .featured-image-container {
    border: 1px solid #ececec;
    box-shadow: 1px 1px 10px #8080802e;
    height: 250px;

}
.case-study-grid .post-container {
    padding: 0 17px;

}

body .general-grid-edits .post-column .post-details .learn-more-button a {
    display: inline-block;
    background: transparent;
    color: #000;
    padding: 5px 0px !important;
    width: 100%;
    height: 30px;
    text-decoration: none !important;
}
.learn-more-button a:before{
    content: "";
    position: absolute;
    width: 20px;
    top: 50%;
    left: -37px;
    height: 1px;
    margin-top: -1px;
    background-color: #B8D635 !important;
}
.learn-more-button:hover a:before {
    left: -27px;
}
.general-grid-edits a.read-more-link:hover {
    transition-timing-function: ease-out;
    transform: translateX(20px);
}
.learn-more-button {
    pointer-events: none !important;
}


.general-grid-edits a.read-more-link:hover{
transition-timing-function: ease-out;
    transform: translateX(19px);
}
.general-grid-edits a.read-more-link{
transition-timing-function: ease-out;
    transition: 0.25s;
}



a.post-title-line-container {
    text-decoration: none !important;
}

body .case-study-grid .post-column .post-container:hover{

    transform: translateY(-4px); 
}
body .case-study-grid .post-column .post-container{
    transition-timing-function: ease-out;
    transition: 0.5s;

}


.case-study-grid .slick-track {
    margin-top: 20px;

}

.core-business-grid .col-lg-4.col-md-6.post-column {
    padding: 0px 18px;
}

.core-business-grid .post-container {
    border: 1px solid #ececec;
    box-shadow: 1px 1px 10px #8080802e;
    min-height: 400px !important;
}

.core-business-grid .slickslider-arrow-nav a:before{
    font-size: 28px !important;
}


.core-business-grid .slickslider-arrow-nav {
    transform: translateY(450%);
    width: 100% !important;
}

.core-business-grid a.slick-next.slick-arrow {
    margin-right: -4%;
    float: right;
}

.core-business-grid a.slick-prev.slick-arrow {
    margin-left: -2%;
}

.core-business-grid .slickslider-arrow-nav a {

    background: transparent;
    border-radius: 0%;
}
.core-business-grid .slickslider-arrow-nav a:before {
    color: #222;
}

h2{
	font-size: 30px !important;
}
h1{
	font-size: 38px !important;
}
h2.avia-caption-title {
    font-size: 38px !important;
}



a.avia-button:hover:after{
    content: "";
    position: absolute;
    width: 20px;
    top: 50%;
    left: -30px;
    height: 1px;
    margin-top: -1px;
    background-color: #B8D635 !important;
}
a.avia-button:hover {
    transition-timing-function: ease-out;
 transform: translateX(19px);
}
a.avia-button {
    transition-timing-function: ease-out;
    transition: 0.25s;
}
/* #top .main_color .avia-color-theme-color{
    color: #414141 !important;
    background-color: #fff !important;
    border: 0px;
    padding: 15px 30px !important;
    font-size: 15px;
    font-family: 'rajdhani' !important;
    font-weight: 600;
    text-transform: uppercase !important;
} */


div#search-filter-results-377 .col-lg-4.col-md-6.post-column {
    width: 33% !important;
}


div#search-filter-results-377 .row.slickslider {
    flex-wrap: wrap !important;
    display: flex !important;
}

form#search-filter-form-377.searchandfilter ul li {
    justify-content: center !important;
    width: auto;
    display: inline-flex;
}

form#search-filter-form-377 .sf-input-radio, span.sf-count {
    display: none !important;
}


form#search-filter-form-377 li.sf-field-taxonomy-case-study-categories {
    width: 100% !important;
}
#avia-menu {
    display: flex;
    justify-content: center;
}

div#text-2 {
    display: none !important;
}
/* Header Edits*/

span.logo {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

/* copy columns */
.avia_textblock.two-col {
    column-count: 2;
    font-size: 16px;
}

/* company slider */
#top .avia-logo-element-container .slide-entry {
    padding: 28px;
}

/*Menu Styling*/
#header .widget {
    position: absolute;
    top: 0;
    transform: translate(-10%, -6%);
    z-index: 999999;
    display: inline-flex !important;
    justify-content: flex-end !important;
    right: 0 !important;
}
#rightheader .widget {
    position: absolute;
    top: 0;
    transform: translate(-0%, -10%)!important;
    z-index: 999999;
    display: inline-flex !important;
    justify-content: flex-end !important;
    right: 0 !important;
}
.html_header_top.html_logo_center .logo {
    left: -3% !important;
	    left: 50%;
    -webkit-transform: none !important;
    -ms-transform:none !important;
    transform:none !important;
}
.menu-item {
    width: 15%;
    display: flex !important;
    justify-content: center !important;
    border-left: 1px solid #c3c3c3 !important;
}
#menu-item-55 {
    border-right: 1px solid #c3c3c3 !important;
}
ul#avia-menu {
    padding-top: 0px !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
}
div#header_main_alternate {
    border-top: 1px solid #c3c3c3;
}
div#text-3 {
    transform: translate(-144%, -6%)!important;
    }
div#text-3 .textwidget p{
    font-size: 14px !important;
    line-height: 15px !important;
    }


/* Special Heading Lines */

.main_color .special-heading-inner-border {
    border-color: #B8D635;
    border-width: 4px !important;
    opacity: 100;
}

.special-heading-inner-border {
    border-color: #B8D635;
    border-width: 4px !important;
    opacity: 100;
}

span.avia-single-number.__av-single-number {
    font-family: Rajdhani !important;
    font-size: 60px !important;
}

.greenline {
    border-top: 4px solid #b7d635 !important;
}

.redline {
    border-top: 4px solid #C4123C !important;
}

/* #top .main_color .avia-color-theme-color {
    background-color: #fff !important;
    border: 0px;
    padding: 15px 30px !important;
    font-size: 15px;
    font-family: 'rajdhani' !important;
    font-weight: 600;
    text-transform: uppercase !important;
} */

strong.heading.avia-animated-number-title {
    color: #071f60 !important;
}

/*Menu hovering and current item styling*/
.menu-item:hover {
    background-color: #B8D635;
}
span.avia-menu-fx{ display: none !important
}
div#header_main {
    border-bottom: 0px !important;
}
.menu-item .avia-menu-text {
    color: #072060 !important;
}
.current-menu-item:not(#menu-item-1227) {
background-color: #B8D635;
color: #072060;
}
.current-menu-item .avia-menu-text {
color: #072060;
}
.sub-menu a:hover{
    background-color:#B8D635 !important;
    border-color: #bbd635 !important;
}
.sub-menu a:hover .avia-menu-text{
    color: #fff !important;
}



/*Global button settings*/
.cert-reg-buttons a.avia-button {
    min-width: 262px !important;
}
input#gform_submit_button_2 {
    font-size: 14px;
    font-family: 'rajdhani' !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    line-height: 16px !important;
	    padding: 15px 30px !important;
	    min-width: 139px !important;
}
a.avia-button.avia-color-theme-color {
    background-color: #000 !important;
    color: #fff !important;
}
a.avia-button.avia-color-theme-color:hover {
    background-color: #b7d637 !important;
    color: #fff !important;
}
a.avia-slideshow-button.avia-button.avia-color-theme-color {
    background-color: #fff !important;
    color: #000 !important;
}
a.avia-button.avia-color-theme-color-subtle{
    color:#000 !important;
    background-color:#fff !important;

}
a.avia-button.avia-color-theme-color-subtle:hover{
    color:#fff !important;
    background-color:#b7d637 !important;
    
}
a.avia-slideshow-button.avia-button.avia-color-theme-color:hover, input#gform_submit_button_2:hover {
    background-color: #b7d637 !important;
	color: #fff !important;
	    transition-timing-function: ease-out;
    transform: translateX(19px);

}
a.avia-button {
    border: 0px !important;
    padding: 15px 30px !important;
    font-size: 13px !important;
    font-family: 'rajdhani' !important;
    font-weight: 600;
    text-transform: uppercase !important;
}
a.avia-slideshow-button.avia-button.avia-color-theme-color {
    margin-top: 0px !important;
}


/*Global setting for slideshow captions*/
.no-background .slideshow_align_caption {
    background-color: transparent !important;
    padding: 0px !important;
}
.slideshow_align_caption {
    background-color: #3b46667d !important;
    padding: 40px !important

}
.slideshow_inner_caption {
    max-height: 300px !important;
}
.slideshow_caption {
    display: flex !important;
    align-items: middle !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slideshow_caption {
    width: 50% !important;
}
#footer .avia-icon-list-container {
    margin-top: 16px !important;
}
/*Global 'notch' settings */

.bottom-right-triangle:after {
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -5px;
    background: url(/wp-content/uploads/2019/05/bottom-notch.png);
    height: 150px;
    width: 400px;
    right: 0px;
    z-index: 10;
}
.bottom-notch-section .container:before {
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat !important;
    background: url(/wp-content/uploads/2019/05/bottom-long-notch.png);
    height: 100px;
    width: 42%;
    right: -100px;
    z-index: 65;
    margin-top: -100px;
    bottom: 0px;
}
body#top {
    max-width: 1500px !important;
    margin: 0 auto !important;
}
 .bottom-left-triangle:after {
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat !important;
    background: url(/wp-content/uploads/2019/05/bottom-left-elongated.png);
    height: 180px;
    width: 640px;
    left: 0px;
    z-index: 6;
    margin-top: -180px !important;
}
 .bottom-left-triangle-two .active-slide:after {
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat !important;
    background: url(/wp-content/uploads/2019/05/bottom-left-elongated.png);
    height: 180px;
    width: 640px;
    left: 0px;
    z-index: 2;
    margin-top: -180px !important;
}

/*MISC.*/
.post-type-container.core-business-grid.general-grid-edits .post-container{
    background-color: #fff !important;
}
a.read-more-link {
    pointer-events: visible;
}
.no-top-margin{
	margin-top: 0px !important;
}

.four-keys-success .four-keys-first-column.flex_column {
    padding-top: 15% !important;
}
#socket.avia-section {
    min-height: 50px !important;
    height: 50px !important;
    font-size: 14px !important;
}

#socket section.av_textblock_section {
    margin-top: -12px;
}
.footer-list li {
    margin-top: 5px !important;
}
.footer-list li:hover, .footer-list a:hover {
    color: #b6d635;
}
.slideshow_align_caption {
    margin-bottom: 20px !important;
}
#socket a {
    text-decoration: none !important;
}
#socket a:hover {
    color: #b8d635 !important;
    
}
.av-timeline-nav span:hover {
    background-color: #b8d635 !important;
}
body .slickslider-arrow-nav a.slick-arrow {
    transform: translateY(0%) !important;
}






@media only screen and (max-width: 767px){
	/*mobile padding*/
	.avia-section-huge .content, .avia-section-large .content, .avia-section-small .content {
    padding-top: 50px;
    padding-bottom: 50px;
}
	/*custom mobile menu tweaks*/
	.av-burger-overlay-scroll {
    width: 100% !important;
}
.current-menu-item:not(#menu-item-1227){
	background-color: transparent !important;
}
#header .widget {
    display: none !important;
}

.avia-menu.av-main-nav-wrap {
    top: 7px;
}

ul#av-burger-menu-ul {
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important;
    align-items: center;
    font-size: 25px;
}
ul#av-burger-menu-ul a:hover{
    color:#072060 !important;
}
	
	a.avia-button {
    width: 100% !important;
}
	.avia-buttonrow-wrap{
    width: 100% !important;
}

span.avia-bullet {
	display: none !important;
}
.avia-menu a {
    text-align: center !important;
}
.sub-menu {
    font-size:15px;
}
	.html_av-overlay-side #top #wrap_all .av-burger-overlay li li a {
    padding-left: 50px;
}
	.slick-slide {
    width: 300px !important;
}

.core-business-grid a.slick-next.slick-arrow {
    margin-right: -11%;
}
.core-business-grid a.slick-prev.slick-arrow {
    margin-left: -6%;
}
.slick-track {
    width: 8000px !important;
}
.bottom-right-triangle .slideshow_caption {
    width: 100% !important;
}
	.avia-button-wrap, .avia-button {
    width: 100% !important;
}

}


/* Experimental column switching css */

@media only screen and (max-width: 767px) {
#switch-column-order.av-layout-grid-container, .switch-column-order.av-layout-grid-container {
    display: flex !important;
    flex-direction: column-reverse;
  }
  #switch-column-order .flex_column_table, .switch-column-order .flex_column_table {
    display: flex !important;
    flex-direction: column-reverse;
  }
.switch-column-order .entry-content-wrapper.clearfix, #switch-column-order .entry-content-wrapper.clearfix {
    display: flex !important;
    flex-direction: column-reverse;
}
}
/*mobile/desktop only classes*/
@media only screen and (max-width:767px){
.desktop-only{
display:none !important;
}
}
@media only screen and (min-width:767px){
.mobile-only{
display: none !important;
}
}

@media only screen and (max-width: 420px){
.bottom-right-triangle:after{
    display: none !important;

}
}

/* Form Edits */
.gform_footer.top_label {
    padding-top: 0px;
    margin-top: 0px;
}
#top .gform_wrapper ul li.gfield {
    margin-bottom: 0px;
}
input#input_3_8 {
    font-family: rajdhani !important;
}

input#input_3_3 {
    font-family: rajdhani !important;
}

input#input_3_9 {
    font-family: rajdhani !important;
}

input#input_3_4 {
    font-family: rajdhani !important;
}

textarea#input_3_7 {
    font-family: rajdhani !important;
}

input#gform_submit_button_3 {
    font-family: rajdhani !important;
}

input#gform_submit_button_3 {
    font-family: rajdhani !important;
    text-transform: uppercase !important;
}

/* .green-icon {
    content: '';
    position: absolute;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background: url(/wp-content/uploads/2019/07/TSG-sec-symbol-rgb.png);
    height: 65px !important;
    width: 54px !important;
    margin-left: -120px !important;
    z-index: 100;
    top: 113px !important;
} */
	.green-icon {
    content: '';
    position: absolute;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background: url(/wp-content/uploads/2019/07/TSG-sec-symbol-rgb.png);
    height: 100px !important;
    width: 90px !important;
    margin-left: -120px !important;
    z-index: 100;
    top: 30% !important;
}
@media only screen and (max-width: 1150px) and (min-width: 1000px){
.green-icon{
    height: 90px !important;
    width: 60px !important;
    top: 25% !important;
}
}
@media only screen and (max-width: 999px) and (min-width: 768px){
.green-icon{
    height: 70px !important;
    width: 60px !important;
    top: 20% !important;
    margin-left: -100px !important;
}
}
@media only screen and (max-width: 767px){
.green-icon {
    content: '';
    position: absolute;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background: url(/wp-content/uploads/2019/07/TSG-sec-symbol-rgb.png);
    height: 80px !important;
    width: 50px !important;
    margin-left: 5% !important;
    z-index: 100;
    bottom: 4% !important;
	top: auto !important;
}
	.responsive #top .slideshow_caption h2 {
    font-size: 25px !important;
}
	.caption_bottom .slideshow_caption .slideshow_inner_caption{
		padding: 0px !important;
	}

}
@media only screen and (max-width: 767px){
	body .case-study-grid .post-column .post-details .button-text{
		text-decoration: underline;
	}
}
@media only screen and (max-width: 485px){
	body .case-study-grid .post-column .post-details{
		height: auto !important;
	}
	.slideshow_align_caption {
    background-color: #3b4666d1 !important;
	}
	.caption_bottom .slideshow_caption .slideshow_inner_caption {
    bottom: 150px !important;
}

}
@media only screen and (max-width: 435px){
	body .case-study-grid .post-column .post-details{
		width: 75% !important;
	}

}
@media only screen and (max-width: 350px){
	body .case-study-grid .post-column .post-details{
		height: 100% !important;
		width: 100% !important;
	}
	.green-icon{ 
	display: none !important;
	}

}
@media only screen and (max-width: 270px){
	body .case-study-grid .post-column .post-details{
		height: auto !important;
	}

}
@media only screen and (max-width: 500px){
.slideshow_inner_caption {
    width: auto !important;
}
.slideshow_align_caption {
    padding: 10px !important;
    width: auto !important;
}
}
.main_color .iconlist_content {
    color: #000;
}
#jobsTable td {
    color: #000;
}
.caption_fullwidth.av-slideshow-caption.caption_left.active-slide {
    z-index: 11;
}