/* CSS Document */

@-webkit-keyframes fade-in-right {
    from {
		opacity: 0;
		-webkit-transform: translateX(-15px);
	  }
	  to {
		opacity: 1;
		-webkit-transform: translateX(0);
	  }
}
@-moz-keyframes fade-in-right {
    from {
		opacity: 0;
		transform: translateX(-15px);
	  }
	  to {
		opacity: 1;
		transform: translateX(0);
	  }
}
@-ms-keyframes fade-in-right {
    from {
		opacity: 0;
		-ms-transform: translateX(-15px);
	  }
	  to {
		opacity: 1;
		-ms-transform: translateX(0);
	  }
}
@-o-keyframes fade-in-right {
    from {
		opacity: 0;
		transform: translateX(-15px);
	  }
	  to {
		opacity: 1;
		transform: translateX(0);
	  }
}
@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translateX(-15px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes fade-in-top {
    from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-moz-keyframes fade-in-top {
    from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-ms-keyframes fade-in-top {
   from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-o-keyframes fade-in-top {
    from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-in-top {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes fade-out-top {
	from {
		opacity: 1;
		transform: translateY(0);
		height: 100%;
	}
	to {
		opacity: 0;
		transform: translateY(-100%);
		height: 0;
	}
}
@-moz-keyframes fade-out-top {
	from {
		opacity: 1;
		transform: translateY(0);
		height: 100%;
	}
	to {
		opacity: 0;
		transform: translateY(-100%);
		height: 0;
	}
}
@-ms-keyframes fade-out-top {
   from {
    opacity: 1;
    transform: translateY(0);
	height: 100%;
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
	height: 0;
  }
}
@-o-keyframes fade-out-top {
    from {
    opacity: 1;
    transform: translateY(0);
	height: 100%;
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
	height: 0;
  }
}
@keyframes fade-out-top {
  from {
    opacity: 1;
    transform: translateY(0);
	   height: 100%;
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
	height: 0;
  }
}

@-webkit-keyframes fade-out-top-margin {
	to {
		opacity: 0;
		margin-top: -138px;
	}
}
@-moz-keyframes fade-out-top-margin {
	to {
		opacity: 0;
		margin-top: -138px;
	}
}
@-ms-keyframes fade-out-top-margin {
	to {
		opacity: 0;
		margin-top: -138px;
	}
}
@-o-keyframes fade-out-top-margin {
	to {
		opacity: 0;
		margin-top: -138px;
	}
}
@keyframes fade-out-top-margin {
	to {
		opacity: 0;
		margin-top: -138px;
	}
}

@-webkit-keyframes fade-out-top-margin1600 {
	to {
		opacity: 0;
		margin-top: -97px;
	}
}
@-moz-keyframes fade-out-top-margin1600 {
	to {
		opacity: 0;
		margin-top: -97px;
	}
}
@-ms-keyframes fade-out-top-margin1600 {
	to {
		opacity: 0;
		margin-top: -97px;
	}
}
@-o-keyframes fade-out-top-margin1600 {
	to {
		opacity: 0;
		margin-top: -97px;
	}
}
@keyframes fade-out-top-margin1600 {
	to {
		opacity: 0;
		margin-top: -97px;
	}
}

/*Subpage Contact Form*/
fieldset.form-columns-2 .hs-form-field {width: 48.717948718%!important;float: left!important;margin-left: 2.564102564%!important;}
fieldset.form-columns-2 .hs-form-field:first-child {margin-left: 0!important;}
fieldset.form-columns-2 .input {margin-right: 0!important;}
#main form ul.hs-error-msgs.inputs-list li label {font-size: 16px;line-height: 2;color: #f9a01f;}
select {font-family: "DINWebPro", "Arial", "Helvetica Neue", "Helvetica", sans-serif!important;height: 26px;}
.hs_comments input {max-height: 200px;}
label.hs-form-radio-display span {margin-left: 10px;}
input.hs-button.primary.large {font: 18px/1.25 "DINWebPro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;}

@media screen and (max-width: 767px) {
fieldset.form-columns-2 .hs-form-field {width: 100%!important;margin-left: 0!important;}
}

/* Subpage Layout */
.subpage main {
	background: url('https://2478981.fs1.hubspotusercontent-na1.net/hubfs/2478981/2018%20TGS/subpage-top-bg.jpg') 0 101px no-repeat;
	background-size: contain;
}

.subpage main .body-container-wrapper {
	padding-top: 50px;
}
.subpage .main-column > .row-fluid > .span8 {
	padding-left: 160px;
	padding-right: 110px;
	width: 73%;
}
.subpage .main-column > .row-fluid > .span4 {
	margin-left: 0;
	width: 27%;
}

@media (max-width: 1600px) {
	
	.subpage .main-column > .row-fluid > .span8 {
		padding-left: 100px;
		padding-right: 80px;
	}
}
@media (max-width: 1366px) {
	.subpage .main-column > .row-fluid > .span8 {
		width: 70%;
	}
	.subpage .main-column > .row-fluid > .span4 {
		width: 30%;
	}
}

@media (max-width: 1300px) {
	.subpage main {
		background-position: top center;
	}
}

@media (max-width: 1280px) {
	.subpage .main-column > .row-fluid > .span8 {
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media (max-width: 1024px) {
	.subpage main .body-container-wrapper {
		padding-top: 50px;
	}
	
	.subpage .main-column > .row-fluid {
		display: block;
	}
	.subpage .main-column > .row-fluid > .span8 {
		padding-left: 30px;
		padding-right: 30px;
		width: 100%;
		float:none;
	}
	
	.subpage .main-column > .row-fluid > .span4 {
		padding-left: 30px;
		padding-right: 30px;
		width: 100%;
		float:none;
	}
}



/* Subpage Headings */


.subpage .body-container a {
	font-weight: 700;
}
.subpage .body-container {
	font-size: 18px;
	line-height: 1.4;
}

.subpage h1 {
	color:#11375f;
	font-size: 48px;
	margin-bottom: 10px;
}

.subpage h2 {
	color:#17abab;
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.subpage h3 {
	color:#11375f;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
}

.subpage p {
	margin-bottom: 30px;
}

.subpage hr {
    height: 1px;
	width: 100%;
	background: none;
	border: none;
	border-bottom: solid 1px #17abab;
	margin: 35px 0;
}
.subpage .subpage-header {
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.header-withline:before,
.header-withline:after {
	content: '';
	height: 5px;
	width: 1000px;
	background: #11375f;
	position: absolute;
	top: calc(100% - 1px);
	right: 100%;
	-webkit-transform: skew(-45deg) translateX(260px);
	-ms-transform: skew(-45deg) translateX(260px);
	transform: skew(-45deg) translateX(260px);
}
.header-withline:after {
	width: 60px;
	background: #17abab;
	-webkit-transform: skew(-45deg) translateX(325px);
	-ms-transform: skew(-45deg) translateX(325px);
	transform: skew(-45deg) translateX(325px);
}

.subpage .subpage-header h2 {
	font-size: 24px;
	color:#11375f;
	line-height: 1.4;
	margin-bottom: 10px;
}

@media (max-width: 1024px) {
	.subpage {
		font-size: 17px;
	}
	
	.subpage h1 {
		font-size: 44px;
	}
	.subpage .subpage-header h2 {
		font-size: 22px;
	}
	
	.subpage h2 {
		font-size: 30px;
	}
	.subpage h3 {
		font-size: 22px;
	}
}

@media (max-width:767px) {
	.subpage main .body-container-wrapper {
		padding-top: 30px;
	}
	.header-withline:before {
		-webkit-transform: skew(-45deg) translateX(100px);
		-ms-transform: skew(-45deg) translateX(100px);
		transform: skew(-45deg) translateX(100px);
	}
	.header-withline:after {
		-webkit-transform: skew(-45deg) translateX(165px);
		-ms-transform: skew(-45deg) translateX(165px);
		transform: skew(-45deg) translateX(165px);
	}
	
	.subpage h1 {
		font-size: 40px;
	}
	.subpage .subpage-header h2 {
		font-size: 20px;
		line-height: 1.3;
	}
	
	.subpage h2 {
		font-size: 28px;
	}
	.subpage h3 {
		font-size: 20px;
	}
}

@media (max-width: 575px) {
	.subpage {
		font-size: 16px;
	}
	
	.subpage h1 {
		font-size: 32px;
		line-height: 1.1;
		font-weight: normal;
	}
	.subpage .subpage-header h2 {
		font-size: 18px;
	}
	
	.subpage h2 {
		font-size: 24px;
	}
	.subpage h3 {
		font-size: 18px;
	}
}

/* Breadcrumbs */

.breadcrumbs a {
	font-weight: normal;
	font-size: 14px;
	position: relative;
	margin-right: 15px;
	display: inline-block;
}

.breadcrumbs a:after {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	top:5%;
	left: calc(100% + 7px);
}
.breadcrumbs a:last-child {
	font-weight: bold;
	font-size: 14px;
}
.breadcrumbs a:last-child:after {
	display: none;
}

@media (max-width: 1024px) {
	.breadcrumbs {
		display: none;
	}
}


/* Aside Navigation */
.aside-nav {
	font-size: 18px;
	line-height: 1.1;
	padding-left: 30px;
	margin-bottom: 30px;
}

.aside-nav a {
	font-size: 18px;
	line-height: 1.1;
	font-weight: normal;
	display: block;
	padding: 20px 0;
	padding-right: 100px;
	position: relative;
}

.aside-nav li {
	border-bottom: solid 1px #e5f4fc;
}

.aside-nav li li {
	border-bottom: none;
}

.aside-nav ul ul {
	padding-left: 30px;
	border-top: solid 1px #e5f4fc;
	padding-bottom: 15px;
	display: none;
}

.aside-nav li li a {
	padding: 15px 0;
}
.aside-nav li li:last-child a {
	padding-bottom: 15px;
}

/* 3rd level nav */
.aside-nav li li li a {
	color:#818486!important;
}
.aside-nav li li li a:hover {
	color:inherit!important;
}

.aside-nav ul ul ul {
	display: block!important;
	border-top: none;
}

.aside-nav li li a .holder {
	display: none!important;
}

.aside-nav .holder {
	width: 200px;
    height: 100%;
    overflow: hidden;
	position: absolute;
	top: 0;
	left: calc(100% - 100px);
	-webkit-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	transform: skew(-45deg);
}
.aside-nav .holder:before {
	content: '';
    display: block;
    width: 200px;
    height: 100%;
	background: #17abab;
	position: absolute;
	left: 30px;
	top:0;
}

.aside-nav .open a {
	color:#f9a01f;
}
.aside-nav .holder:hover:before,
.aside-nav .open .holder:before {
	background: #f9a01f;
}
.aside-nav .holder:after {
	content:'\f067';
	font-family: 'FontAwesome';
	color:#fff;
	position: absolute;
	font-size: 16px;
    left: 45%;
    top: 50%;
	-webkit-transform: skew(45deg) translate(-50%,-50%);
	-ms-transform: skew(45deg) translate(-50%,-50%);
	transform: skew(45deg) translate(-50%,-50%);
}

.aside-nav .open .holder:after {
	content:'\f068';
}

@media (max-width: 1300px) {
	.aside-nav {
		display: none;
	}
}
@media (max-width: 1024px) {
	.aside-nav {
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.aside-nav {
		display: none!important;
	}
}

/* Aside Feature Box */
.aside-feature {
	position: relative;
    height: 25vw;
    width: 100%;
    margin-bottom: 50px;
}

.aside-feature:before {
	content: '';
    position: absolute;
    right: 1.1vw;
    bottom: 1.1vw;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22.9vw 22.9vw 0 0;
	border-color: #ebf5fa transparent transparent transparent;
	z-index: -1;
}
.aside-feature:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 24.7vw 24.7vw;
	border-color: transparent transparent #17abab transparent;
	opacity: .36;
}

.aside-feature .img-content {
	overflow: hidden;
    position: absolute;
    width: 100%;
    height: calc(100% - .8vw);
	right: 0;
	bottom: .8vw;
}

.aside-feature .img-content img {
	height: 100%;
	width: 100%;
	left:0;
	right:0;
	position: absolute;
	object-fit: cover;
}

.aside-feature .info-feature {
	height: 70px;
	width: 100%;
	padding-left: 40px;
	position: absolute;
	background: #17abab;
	z-index: 2;
	bottom: 1.8vw;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-self: center;
	-webkit-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	transform: skew(-45deg);
}

.aside-feature .info-feature:after {
	content:'';
	position: absolute;
	left: calc(100% - 100px);
	top:0;
	width: 100%;
	height: 100%;
	background: #17abab;
	-webkit-transform: skew(45deg);
	-ms-transform: skew(45deg);
	transform: skew(45deg);
	z-index: -1;
}

.aside-feature .info-feature .info-content {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-self: center;
	color: #fff;
	-webkit-transform: skew(45deg);
	-ms-transform: skew(45deg);
	transform: skew(45deg);
}

.aside-feature .info-feature .info-content a {
	color:#fff;
	font-size: 20px;
	position: relative;
	display: block;
	width: 100%;
	padding-right: 5vw;
	line-height: 1;
}

.aside-feature .info-feature .info-content a .fa {
	position: absolute;
	right: 1.5vw;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.aside-feature .info-feature .info-content a:hover .fa {
	-webkit-transform: translateY(-50%) scale(1.5);
	-ms-transform: translateY(-50%) scale(1.5);
	-o-transform: translateY(-50%) scale(1.5);
	transform: translateY(-50%) scale(1.5);
} 


@media (min-width:576px) and (max-width: 1024px) {
	
	.aside-feature:not(.media) {
		height: 355px;
		margin: 0 -30px;
		width: 100%;
		margin-bottom: 1px;
    margin-left: 30px;
	}
  /*
	.aside-feature:not(.media) .info-feature {
		-webkit-transform: skew(45deg);
		-ms-transform: skew(45deg);
		transform: skew(45deg);
		width: calc(100% - 230px);
		right: auto;
		bottom: auto;
		left: 0;
		height: 100%;
	}
	
	.aside-feature:not(.media) .info-feature:after {
		-webkit-transform: skew(-45deg);
		-ms-transform: skew(-45deg);
		transform: skew(-45deg);
		left: auto;
		right: calc(100% - 300px);
	}
	
	.aside-feature:not(.media) .info-feature .info-content {
		-webkit-transform: skew(-45deg);
		-ms-transform: skew(-45deg);
		transform: skew(-45deg);
	}
	
	.aside-feature:not(.media) .img-content {
		height: 100%;
		bottom: auto;
		width: 410px;
	}
	
	.aside-feature:not(.media) .info-feature .info-content a {
		padding-right: 60px;
		padding-left: 60px;
		font-size: 34px;
	}
	.aside-feature:not(.media) .info-feature .info-content a .fa {
		right: auto;
		left: 0;
		top: 20px;
	} */
	
	.aside-feature.list-style {
		margin-bottom: 30px;
	}
}

@media (min-width:576px) and (max-width: 767px) {
	.aside-feature {
		height: 45vw;
	}
	
	/*.aside-feature .info-feature {
		width: calc(100% - 25vw);
	}
	.aside-feature .img-content {
		width: 48vw;
	}
	.aside-feature .info-feature:after {
		right: calc(100% - 50vw);
	}*/
}

@media (max-width: 575px) {
	.aside-feature {
		width: 100%;
		margin: 0;
		height: 80vw;
    margin-left: 30px;
		margin-bottom: 30px;
	}
	
	.aside-feature .info-feature {
		bottom: 5vw;
	}
	
	.aside-feature .img-content {
		height: calc(100% - 2.5vw);
		bottom: 2.5vw;
	}
	
	.aside-feature:after {
		border-width: 0 0 80vw 80vw;
	}
	.aside-feature:before {
		border-width: 70vw 70vw 0 0;
		right: 5.5vw;
    	bottom: 5.5vw;
	}
	
	.aside-feature .info-feature .info-content a {
		font-size: 17px;
		padding-right: 20vw;
	}
	.aside-feature .info-feature .info-content a .fa {
		font-size: 25px;
		right: 5vw
	}
}

/* Aside Feature - List style */
.aside-feature.list-style {
	height: auto;
	min-height: 25vw;
}
.aside-feature.list-style .info-feature,
.aside-feature.list-style .info-feature:after {
	background: #11375f;
}

.aside-feature.list-style:before {
	display: none;
}
.aside-feature.list-style:after {
	border-color: transparent transparent #e5f4fc transparent;
	z-index: -1;
}
.aside-feature.list-style .img-content {
	height: auto;
	position: relative;
	bottom: auto;
	padding-top: 40px;
}
.aside-feature.list-style h3 {
	font-size: 36px;
	font-weight: normal;
	text-transform: inherit;
	margin-bottom: 35px;
}

.aside-feature.list-style .img-content ul {
	padding-left: 1.8vw;
	padding-bottom: 6.5vw;
}

.aside-feature.list-style .img-content ul li {
	padding-bottom: 20px;
	padding-right: 45px;
	margin-bottom: 15px;
	border-bottom: solid 1px #e5f4fc;
}

.aside-feature.list-style .img-content ul li:last-child {
	border-bottom: none;
}

.aside-feature.list-style .img-content {
	color:#818486;
	font-size: 20px;
	line-height: 1.3;
}

.aside-feature.list-style .img-content a {
	position: relative;
	margin-bottom: 5px;
	display: inline-block;
}

.aside-feature.list-style .img-content a:after {
	content: '';
	display: table;
}

@media (min-width:576px) and (max-width: 1024px) {
	.aside-feature.list-style .img-content {
		width: 100%;
		padding-left: 40px;
		padding-bottom: 50px;
	}
	
	.aside-feature.list-style .img-content ul {
		padding-left: 0;
		padding-bottom: 50px;
	}
	
  /*
	.aside-feature.list-style .info-feature {
    bottom: 0;
    left: 0;
    height: 100px;
    width: calc(100% - 100px);
	}*/
	
}

@media (min-width:576px) and (max-width: 767px) {
	/*.aside-feature.list-style .info-feature {
    	width: calc(100% - 9.5vw);
	}*/
}


@media (max-width: 575px) {

	.aside-feature.list-style .img-content {
		padding-bottom: 60px;
		font-size: 18px;
		line-height: 1.2;
	}
	.aside-feature.list-style .img-content ul {
		padding-left: 0;
	}
	.aside-feature.list-style .img-content ul li {
		padding-right: 30px;
	}
	
	.aside-feature.list-style h3 {
		font-size: 30px;
		margin-bottom: 20px;
	}
}

/* Table Layout */

table {
	width: 100%;
	table-layout: fixed;
	line-height: 1.2;
}
table thead tr th:first-child,
table tbody tr td:first-child {
	padding-left: 10px;
}

table tr th,
table tr td {
	padding: 12px 15px;
	border-top: solid 1px #c8e2f0;
	border-bottom: solid 1px #c8e2f0;
	vertical-align: top;
	text-align: left;
	word-wrap: break-word;
}

table table {
	border: none;
	margin: 0;
	margin-top: -14px;
}
table thead tr:first-child th,
table tbody tr:last-child td {
	border: none;
}

table thead tr th,
table thead tr th a {
	font-weight: 700;
	color:#17abab;
}
@media (max-width: 767px) {
	table {
		line-height: 1.1;
		font-size: 15px;
	}	
}

/* Fixed 1st column of table */

.table-scroll {
	position:relative;
	overflow:hidden;
	border-top: none;
	border-bottom: none
	margin-bottom: 30px;
}
.table-wrap {
	width:100%;
	overflow:auto;
}
.table-scroll table {
	width:100%;
	table-layout: fixed;
	overflow: hidden;
}
.table-scroll th,
.table-scroll td {
}

.table-scroll thead tr th:first-child,
.table-scroll tbody tr td:first-child {
	/*white-space:nowrap;*/
	background: #fff;
}

.clone {
	position:absolute;
	top:0;
	left:0;
	pointer-events:none;
}
.clone th,
.clone td {
	visibility:hidden;
	background: #fff;
}
.clone td,
.clone th {
	
}
.clone tbody th {
	visibility:visible;
}
.clone .fixed-side {
	visibility:visible;
}
.clone thead,
.clone tfoot{
	background:transparent;
}

@media (max-width: 767px) {
	.table-scroll th,
	.table-scroll td {
		width: 150px;
	}

	.table-scroll thead tr th:first-child,
	.table-scroll tbody tr td:first-child {
		width: 100px;
		-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
		box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
		text-align: center;
	}
}

/* Tooltip Layout */
.tooltip-wrapper {
	position: absolute;
	width: 80%;
	margin: 0 auto;
	background: rgba(24,34,45,.9);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	z-index: 99;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color:#fff;
	text-align: center;
	padding: 30px;
	font-size: 22px;
}

.tooltip-wrapper .close-btn.icon {
	position: absolute;
	right: -15px;
    top: -15px;
	border-radius: 50%;
	height: 33px;
	width: 33px;
	background: #fff;
	font-size: 24px;
	line-height: 1.3;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.tooltip-wrapper img {
	position: static!important;
}

@media (max-width: 1366px) {
	.tooltip-wrapper {
		padding: 30px;
		font-size: 18px;
		width: 70%;
	}
	
	.tooltip-wrapper p {
		margin-bottom: 10px;
	}
	
	.tooltip-wrapper img.move-tooltip {
		height: 50px;
		width: auto;
	}
}

@media (max-width: 575px) {
	.tooltip-wrapper {
		display: none!important;
	}
}



/* 3 Media List */

.media-list {
	padding: 45px 60px;
}
.media-list h2 {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 36px;
	color:#17abab;
	margin-bottom: 25px;
}
.media-list h3 {
	font-weight: 700;
	font-size: 36px;
	color:#00abac;
	line-height: 1.2;
}
.media-list .news-date {
	color:#8c9da1;
}
.media-list .aside-feature {
	height: 20vw;
}
.media-list .aside-feature:after {
	border-width: 0 0 15vw 15vw;
	bottom: -20px;
}

.media-list .aside-feature .info-feature {
	width: 82%;
	bottom: 0;
	right: 35px
}
.media-list .aside-feature .info-feature:after {
	left: auto;
	right: -35px;
	width: 50%;
}
.media-list .aside-feature .img-content {
	bottom: 0;
}
.media-list .aside-feature .info-feature .info-content a {
	text-align: right;
	padding-right: 2vw;
	text-transform: uppercase;
	font-weight: 700;
}
.media-list .aside-feature .info-feature .info-content a .fa {
	right: -0.5vw;
	font-size: 24px;
}
.media-list .aside-feature .info-feature .info-content .date {
	color:#fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	line-height: 1;
    text-align: center;
	position: absolute;
	top: -6vw;
    right: -.5vw;
}
.media-list .aside-feature .info-feature .info-content .date .month {
	text-transform: uppercase;
	font-size: 1.3vw;
	font-weight: 700;
}
.media-list .aside-feature .info-feature .info-content .date .day {
	text-transform: uppercase;
	font-size: 2.5vw;
	font-weight: 700;
	position: relative;
    top: -3px;
}

.media-list .mediaitem-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}
.media-list .mediaitem-wrapper .aside-feature .img-content {
	height: 100%;
}
.media-list .mediaitem-wrapper .aside-feature:before {
	display: none;
}
.media-list > .row-fluid {
	margin: 0 -50px;
    width: calc(100% + 100px);
}
.media-list > .row-fluid > .span4 {
	margin: 0;
	padding: 0 50px;
	width: 33.333%;
}

.media-list > .row-fluid > .span4 .mediaitem-wrapper {
	position: relative;
}
.media-list > .row-fluid > .span4 .mediaitem-wrapper:after { 
	content: '';
	width: 1px;
	height: 100%;
	right: -50px;
	position: absolute;
	background: #8c9da1;
}

.media-list > .row-fluid > .span4:last-child .mediaitem-wrapper:after { 
	display: none;
}

@media (max-width: 1366px) {
	.media-list > .row-fluid > .span4 .mediaitem-wrapper:after { 
		display: none;
	}
	.media-list > .row-fluid > .span4 {
		width: 100%;
	}
	
	.media-list > .row-fluid > .span4 > .cell-wrapper {
		border-bottom: solid 1px #8c9da1;
		margin-bottom: 50px;
	}
	
	.media-list > .row-fluid > .span4:last-child > .cell-wrapper {
		margin-bottom: 0;
	}
}
@media (min-width:960px) and (max-width: 1366px) {
	
	.media-list .span4 {
		float: none;
		width: 100%;
		margin: 0!important;
	}
	
	.media-list .mediaitem-wrapper {
		flex-direction: row;
		margin-bottom: 30px;
	}
	
	.media-list .mediaitem-wrapper > .wrap1 {
		flex-basis: 40%;
		padding-right: 40px;
	}
	.media-list .mediaitem-wrapper > .wrap2 {
		flex-basis: 60%;
	}
	.media-list h3 {
		font-size:  32px;
	}
	
	.media-list .aside-feature {
		height: 25vw;
	}
	
	.media-list .aside-feature:after {
		border-width: 0 0 20vw 20vw;
	}
	
	.media-list .aside-feature .info-feature {
		width: 75%;
	}
	.media-list .aside-feature .info-feature .info-content .date {
		top: -7.5vw;
		line-height: 1.2;
	}
	.media-list .aside-feature .info-feature .info-content .date .month {
		font-size: 1.6vw;
	}
	.media-list .aside-feature .info-feature .info-content .date .day {
		font-size: 2.8vw;
	}
}

@media (max-width:960px) {
	.media-list {
		padding: 35px 30px;
	}
	
	.media-list .span4 {
		float: none;
		width: 100%;
		margin: 0!important;
	}
	.media-list h2 {
		margin-bottom: 30px;
	}
	
	.media-list .mediaitem-wrapper {
		margin-bottom: 60px;
	}
	.media-list .aside-feature {
		height: 60vw;
	}
	.media-list .aside-feature .img-content {
		width: 100%;
	}
	.media-list .aside-feature:after {
		border-width: 0 0 40vw 40vw;
	}
	.media-list .aside-feature .info-feature .info-content a {
		padding-right: 6vw;
	}
	.media-list .aside-feature .info-feature .info-content .date {
		top: -16vw;
		right: -2vw;
	}
	.media-list .aside-feature .info-feature .info-content .date .month {
		font-size: 3.5vw;
	}
	.media-list .aside-feature .info-feature .info-content .date .day {
		font-size: 6.5vw;
	}
	.media-list .aside-feature .info-feature .info-content a .fa {
		right: -1.5vw;
	}
}

@media (max-width:575px) {
	
	.media-list h3 {
		font-size: 30px;
		line-height: 1.1;
	}
	.media-list .aside-feature {
		margin-left: 0;
		margin-bottom: 50px;
	}
	.media-list .aside-feature:after {
		border-width: 0 0 50vw 50vw;
	}
	.media-list .aside-feature .info-feature {
		width: 75%;
	}
	
	.media-list .row-fluid .span4:last-child .mediaitem-wrapper {
		margin-bottom: 0;
	}
}


/* 3 Media List */

.search-form-tech {
	background: #466889;
	padding: 45px 60px;
	color: #17abab;
}

.input-select,
.input-select .widget-module {
	background: #fff;
	position: relative;
	overflow: hidden;
}
.input-select select {
	/*-webkit-appearance: none;
	-moz-appearance: none;*/
	background: transparent!important;
	border: none;
	color:#17abab;
	font-size: 20px!important;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 20px;
	z-index: 10;
	position: relative;
}
.input-select select::-ms-expand {
    display: none;
}

.input-select:before,
.input-select .widget-module:before {
	content: '';
	background: #17abab;
	width: 200px;
	height: 100%;
	position: absolute;
	left: calc(100% - 70px);
	top:0;
	-webkit-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	transform: skew(-45deg);
  z-index: 5;
}

.input-select:after,
.input-select .widget-module:after {
	content: '\f107';
	font-family: 'FontAwesome';
	color:#fff;
	position: absolute;
	right: 50px;
	top:50%;
	-webkit-transform: translate(30px, -50%);
	-ms-transform: translate(30px, -50%);
	transform: translate(30px, -50%);
	z-index: 6;
}

.input-select .widget-module .selectdropdown { display: none!important; }

.input-text-with-button {
	background: #fff;
	position: relative;
	overflow: hidden;
	color: #17abab;
}
.input-text-with-button:after {
	content: '';
	background: #17abab;
	width: 200px;
	height: 100%;
	position: absolute;
	left: calc(100% - 70px);
	top:0;
	z-index: 1;
	-webkit-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	transform: skew(-45deg);
}
.input-text-with-button input[type="text"] {
	-webkit-appearance: none;
	background: transparent;
	border: none;
	font-size: 20px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 20px;
	z-index: 1;
	position: relative;
	color: #17abab;
}

.input-text-with-button input[type="text"]::-webkit-input-placeholder {  color: #17abab; }
.input-text-with-button input[type="text"]::-moz-placeholder {  color: #17abab; }
.input-text-with-button input[type="text"]:-ms-input-placeholder { color: #17abab; }
.input-text-with-button input[type="text"]:-moz-placeholder { color: #17abab; }

.input-text-with-button button {
	-webkit-appearance: none;
	background: transparent;
	border: none;
	position: absolute;
	right:0;
	top:0;
	height: 100%;
	width: 50px;
	cursor: pointer;
	z-index: 2;
	color:#fff;
	font-size: 15px;
}

.input-text-with-button button:focus,
.input-text-with-button button:active {
	box-shadow: none;
	outline: none;
}

@media(max-width: 1024px) {
	.search-form-tech {
		padding: 40px;
	}
	.search-form-tech .row-fluid .span4 {
		width: 48.618784527%;
		margin-bottom: 20px;
	}
	.search-form-tech .row-fluid .span4:last-child {
		width: 99.999999993%;
		margin-left: 0;
		margin-bottom: 0;
	}
}

@media(max-width: 767px) {
	
	.search-form-tech {
		padding: 30px 20px;
	}
	.search-form-tech .row-fluid .span4 {
		width: 99.999999993%;
		margin-bottom: 20px;
	}
	
	.search-form-tech .input-select select {
		font-size: 16px;
	}
	
	.search-form-tech input[type="text"] {
		font-size: 16px;
	}
	
	.search-form-tech .input-select select,
	.search-form-tech input[type="text"] {
		padding: 10px 15px;
	}
}

/* Tech Search Results */
.search-form-results {
	padding: 45px 60px;
}

.search-form-results .row-fluid {
	margin: 0;
	width: calc(100% + 2.564102564%);
}

.search-form-results .row-fluid .span4 {
	float:none;
	margin: 0;
	margin-right: 2.564102564%;
    width: 30.723932%;
}
.search-form-results .row-fluid .span4 .cell-wrapper {
	
}
.tech-item {
	font-size: 18px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: solid 2px #dedede;
	color: #17abab;
	animation: fade-in-right ease 0.4s forwards;
}
.tech-item img {
	width: 100%;
	margin-bottom: 30px;
}
.tech-item h3 {
	color: #17abab;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 5px;
}
.tech-item .date {
	display: block;
	color:#818486;
	font-size: 22px;
	margin-bottom: 5px;
}

.tech-item .url {
	color:#818486;
	margin-bottom: 10px;
	font-weight: 300;
}
.tech-item a {
	font-weight: 700;
}
.tech-item a.link {
	font-size: 22px;
	display: block;
	margin-bottom: 5px;
}
.tech-item .tech-links {
  margin-top: 10px;
	margin-bottom: 20px;
	color:#818486;
}
.tech-item .tech-links a {
	display: inline-block;
	margin-right: 10px;
}

.tech-item .tech-tags a {
	font-size: 12px;
	color:#fff;
	padding: 3px 10px;
	background: #ccc;
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 7px;
}

.tech-item .tech-tags a:hover {
	background: #17abab;
}


.search-form-results.report-list .tech-item {
	border-bottom: none;
}

.search-form-results.report-list h3 {
	font-size: 36px;
	font-weight: 300;
	color: #18222d;
}

@media(max-width: 1366px) {
	.search-form-results.report-list h3 {
		font-size: 28px;
		margin-bottom: 10px;
	}
}
@media(max-width: 1024px) {
	.search-form-results {
		padding: 40px;
	}
	
	.search-form-results .row-fluid .span4 {
		margin-right: 2.864102564%;
		width: 47.123932%;
	}
	
	.search-form-results.report-list h3 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	
}

@media(max-width: 767px) {
	
	.search-form-results {
		padding: 30px;
	}
	
	.search-form-results .row-fluid .span4 {
		margin-right: 2.864102564%;
		width: 97.123932%;
	}
}



/* Company Presentation Search Results */
.search-form-results.presentations .row-fluid {
	width: 100%;
}
.search-form-results.presentations .tech-item {
	color:#000;
}

.search-form-results.presentations .span12 {
	margin-left: 0;
}

.search-form-results.presentations .tech-item h3,
.search-form-results.presentations .tech-item h3 > a {
	color:#11375f;
	-webkit-transition: color .3s, background .3s, opacity .3s;
	-o-transition: color .3s, background .3s, opacity .3s;
	transition: color .3s, background .3s, opacity .3s;
}

.search-form-results.presentations .tech-item h3:hover > a {
	color: #f9a01f;
}
.search-form-results.presentations .head-icon {
	color:#818486;
}
.search-form-results.presentations .tech-item .tech-links a:first-child {
	margin-left: 10px;
}
.search-form-results.presentations .tech-item .tech-links a {
	font-size: 18px;
	color:#818486;
	font-weight: normal;
	margin-right: 10px;
	margin-bottom: 5px;
}

.search-form-results.presentations .tech-item .tech-links a .fa, .search-form-results.presentations .tech-item .tech-links a .fas {
	font-size: 24px;
	color:#17abab;
	font-weight: normal;
}

.search-form-results.presentations .tech-item .tech-links a:hover .fa, .search-form-results.presentations .tech-item .tech-links a:hover .fas {
	color: #f9a01f;
	-webkit-transition: color .3s, background .3s, opacity .3s;
	-o-transition: color .3s, background .3s, opacity .3s;
	transition: color .3s, background .3s, opacity .3s;
}

@media(max-width: 1024px) {
	.search-form-tech.presentations .row-fluid .span4,
	.search-form-tech.presentations .row-fluid .span8 {
		width: 48.618784527%;
		margin-bottom: 0;
	}
}

@media(max-width: 767px) {
	.search-form-tech.presentations .row-fluid .span4,
	.search-form-tech.presentations .row-fluid .span8 {
		float:none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.search-form-tech.presentations .row-fluid .span8 {
		margin-bottom: 0;
	}
}

@media(max-width: 525px) {
	.search-form-results.presentations .tech-item .tech-links a:last-child:before {
		content: '';
		width: 100%;
		display: block;
	}
	/*.search-form-results.presentations .tech-item .tech-links a:last-child {
		width: 100%;
		display: block;
		margin-top: 10px;
	}*/
}

/* Landing Page Header with BG */
.subpage.landing-page {
	padding-top: 0;
	background: none;
}

.subpage.landing-page .subpage-header h1,
.subpage.landing-page .subpage-header h2,
.subpage.landing-page .subpage-header p {
	color:#fff;
}

.subpage.landing-page .subpage-header:before,
.subpage.landing-page .subpage-header:after {
	bottom: -6px;
}

.subpage.landing-page main .body-container-wrapper {
	padding-top: 0;
}

.subpage-header.landing-header {
	min-height: 320px;
	position: relative;
	padding-bottom: 0;
}

.subpage-header.landing-header .landing-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 1;
}

.subpage-header.landing-header .landing-header-content {
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding-top: 30px;
	padding-left: 160px;
	padding-right: 40vw;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-direction:  column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.subpage-header.landing-header .bg-cover {
	content: '';
	width: 100%;
	height: 100%;
	background: #17abab;
	position: absolute;
	z-index: 1;
	opacity: .2;
}

/* .subpage-header.landing-header .landing-title {
	position: absolute;
	right: -160px;
	top:0;
	height: 100%;
	width: 477px;
	background: #17abab;
	color:#fff;
	z-index: 3;
	-webkit-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	transform: skew(-45deg);
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
    border-left: solid 1.4px #fff;
}
.subpage-header.landing-header .landing-title span {
	-webkit-transform: skew(45deg);
	-ms-transform: skew(45deg);
	transform: skew(45deg);
	font-size: 38px;
	margin-left: -120px;
}

@media (max-width: 1600px) {
	.subpage-header.landing-header .landing-header-content {
		padding-left: 100px;
	} */
.subpage-header.landing-header .landing-title {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 25%;
    background: #00aeac;
    color: #fff;
    z-index: 3;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}
.landing-title ul li:nth-child(3) a, .landing-title a:nth-child(3) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 38px;
    color: #fff;
    font-weight: normal;
    overflow: visible;
}
.subpage-header.landing-header .landing-title:before {
	content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #00aeac;
    transform-origin: top right;
    -webkit-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(-45deg);
	border-left: solid 1.4px #fff;
}
}


@media (max-width: 1280px) {
	/*.subpage-header.landing-header .landing-header-content {
		padding-left: 60px;
		padding-right: 35vw;
	} */
	.subpage-header.landing-header .landing-title {
		top: auto;
		bottom: 0;
		height: 55px;
    width: 70%;
	}
	.subpage-header.landing-header .landing-title span {
		font-size: 25px;
		margin-left: -140px;
	}
	
	.subpage-header.landing-header .landing-header-content {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 0;
		padding-bottom: 40px;
	}
}

@media (max-width: 1024px) {
	.subpage-header.landing-header {
		padding-bottom: 55px;
	}
  .subpage-header.landing-header .landing-title {
		top: auto;
		bottom: 0;
		height: 55px;
    width: 70%;
	}
	.subpage-header.landing-header .landing-title span {
		font-size: 25px;
		margin-left: -140px;
	}
	
	.subpage-header.landing-header .landing-header-content {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 0;
		padding-bottom: 40px;
	}
	
	
}

h4.lead {
	font-size: 26px;
}
@media (max-width: 1366px) {
	h4.lead {
    font-size: 22px;
  }
}

ul.lead-list {
	margin-bottom: 20px;
}
ul.lead-list a {
	font-weight: 400;
}


.contact-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px;
	flex-wrap: wrap;
}

.contact-list .contact-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding: 0 10px;
	flex-basis: 50%;
  margin-bottom: 25px;
}
.contact-list .contact-item .contact-image {
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	width: 200px;
  height: 200px;
}
.contact-list .contact-item .contact-image:after {
	content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 120px 120px;
    border-color: transparent transparent #17abab transparent;
    opacity: .36;
}
    
.contact-list .contact-item .contact-details {
	text-align: left;
	padding-left: 20px;
	flex: 1;
}

.contact-list .contact-item .contact-details p {
	margin-bottom: 5px;
	font-size: 18px;
}
.contact-list .contact-item .contact-details p.name {
	font-size: 24px;
	font-weight: bold;
}

@media (max-width: 1024px) {
	.contact-list .contact-item {
		flex-basis: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	.contact-list .contact-item:last-child {
		margin-bottom: 0;
	}
	.contact-list .contact-item .contact-image {
		width: 150px;
    height: 150px;
	}
	.contact-list .contact-item .contact-details {
		flex-basis: calc( 100% - 170px);
	}
	
	.contact-list .contact-item .contact-image:after {
		border-width: 0 0 90px 90px;
	}
}

@media (max-width: 520px) {
	
	.contact-list .contact-item {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	.contact-list .contact-item .contact-image {
		margin-bottom: 20px;
	}
	.contact-list .contact-item > .contact-details {
		flex-basis: 100%;
		text-align: center;
		padding-left: 0;
	}
}

.fullwidth-container {
	padding: 45px 60px;
}
@media (max-width: 1024px) {
	.fullwidth-container {
		padding: 40px;
	}
}

@media (max-width: 767px) {
	.fullwidth-container {
		padding: 30px;
	}
}


/* Search Result */
.search h2 {
	font-size: 24px;
}
.search p {
	font-size: 18px;
}
.tgs-map-results {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -30px;
	margin-top: 30px;
	margin-bottom: 50px;
}

.tgs-map-results:after {
	content: '';
	display: table;
	clear: both;
}

.tgs-map-results .map-item {
	flex: 0 0 33.333%;
	max-width: 33.333%;
	padding: 0 30px;
	animation: fade-in-right ease 0.4s forwards;
}

.tgs-map-results .map-item .map-content {
	border: solid 1px #dedede;
	padding: 30px 20px;
	padding-bottom: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	overflow: hidden;
	background: url('https://2478981.fs1.hubspotusercontent-na1.net/hubfs/2478981/2018%20TGS/map-bg-search-results.png') no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 280px;
}

.tgs-map-results .map-item .map-content:after {
	content: '';
	position: absolute;
	left: -5px;
	top: 0;
	height: 5px;
	width: 65px;
	background: #17abab;
	-webkit-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	transform: skew(-45deg);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.tgs-map-results .map-item .map-content > div:not(.map-cat) {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 10px;
	line-height: 1.2;
}
.tgs-map-results .map-cat {
	position: absolute;
	right: -25px;
	bottom: 0;
	/*background: #113660;*/
	background: #17abab;
	color:#fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	-webkit-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	transform: skew(-45deg);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-weight: bold;
}
.tgs-map-results .map-cat:before {
	/*content: '';
    position: absolute;
    width: 500%;
    height: 100%;
    background: #17abab;
    right: 100%;
    z-index: -1;*/
}

.tgs-map-results .map-cat span {
	display: block;
	-webkit-transform: skew(45deg);
	-ms-transform: skew(45deg);
	transform: skew(45deg);
	padding: 10px 55px;
	position: relative;
	left: -8px;
}

.tgs-map-results .map-details {
	color:#606163;
	font-size: 22px;
}
.tgs-map-results .map-details span {
	display: block;
	margin-bottom: 5px;
}
.tgs-map-results .map-details .title {
	font-weight: bold;
	color:#17abab;
}
.tgs-map-results .map-details .loc {
	font-weight: bold;
	color: #11375f;
}
.tgs-map-results .map-details .km {
	color:#818486;
	font-weight: 300;
}
.tgs-map-results .map-img img {
	width: 100%;
}

.tgs-map-results .map-item:hover .map-content:after,
.tgs-map-results .map-item:hover .map-cat {
	background: #f9a01f;
}

@media (max-width: 1500px) {
	.tgs-map-results .map-details {
		font-size: 20px;
	}
}
@media (max-width: 1280px) {
	.tgs-map-results {
		margin: 0 -20px;
		margin-bottom: 80px;
	}
	.tgs-map-results .map-item {
		padding: 0 20px;
	}
	
	.tgs-map-results .map-details {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.tgs-map-results .map-item .map-content {
		flex-wrap: wrap;
	}
	.tgs-map-results .map-item .map-content > div:not(.map-cat) {
		flex: 0 0 100%;
    	max-width: 100%;
	}
}
@media (max-width: 1024px) {
	
	.tgs-map-results {
		margin: 0 -10px;
		margin-bottom: 50px;
	}
	.tgs-map-results .map-item {
		padding: 0 10px;
	}
	.tgs-map-results .map-item .map-content {
		padding: 25px 15px;
		padding-bottom: 60px;
	}
	
	.tgs-map-results .map-details {
		font-size: 18px;
	}
	
}
@media (max-width: 767px) {
	.tgs-map-results {
		flex-wrap: wrap;
	}
	.tgs-map-results .map-item {
		flex: 0 0 100%;
    	max-width: 100%;
		margin-bottom: 30px;
	}
	
	.tgs-map-results .map-item .map-content > div:not(.map-cat) {
		flex: 0 0 50%;
   		max-width: 50%;
	}
}
@media (max-width: 575px) {
	.tgs-map-results .map-item .map-content > div:not(.map-cat) {
		flex: 0 0 100%;
   		max-width: 100%;
	}
}


#tgs-hubspot-results,
#hubspotPager {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#tgs-map-results.active,
#tgs-hubspot-results.active,
#hubspotPager.active {
	opacity: .5;
	pointer-events: none;
}

/* Pager */
.pagination a[disabled],
.pagination a[disabled]:hover,
.pagination a.active {
	pointer-events: none;
	color: #f9a01f;
	border-color:#f9a01f;
}
.pagination {
	position: relative;
	margin-bottom: 30px;
}
.pagination > a {
	display: inline-block;
    border: solid 1px #ccc;
    font-size: 18px;
    font-weight: bold!important;
    width: 40px;
	margin: 0 3px;
    padding: 7px 0;
    text-align: center;
}


a.btn.alt {
    background: #17abab;
    box-shadow: none;
    border: none;
    color: #fff;
    padding: 14px 35px;
    min-width: 200px;
    max-width: 100%;
    font-weight: bold;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
a.btn.alt:hover {
	background: #f9a01f;
}


/* Additional styles layout */

/* figure image */
figure {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
figure.small {
	max-width: 100%;
}
figure.bottom-caption .overlay-content {
	position: relative;
    width: 100%;
    display: block;
    padding: 10px 20px;
	font-size: 16px;
}
figure.pull-left {
	margin-right: 40px;
	margin-bottom: 30px;
}
figure.pull-right {
	margin-left: 40px;
	margin-bottom: 30px;
}
@media (max-width: 565px) {
	figure.pull-left,
	figure.pull-right {
		margin-right: 0;
		margin-left: 0;
	}
	
	figure.small {
		max-width: 100%;
		width: 100%;
	}
}

/* Listing */
ul.list {
	position: relative;
	list-style: none;
	margin-bottom: 40px;
}

ul.list li {
	position: relative;
	list-style: none;
	padding-left: 20px;
	line-height: 2;
	margin-bottom: 5px;
}

ul.list li:after {
	content: '';
	background: #17abab;
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 16px;
}

ul.list ul {
	margin-top: 8px;
	margin-bottom: 8px;
}

ul.list li li:after {
	background: #f9a01f;
}

@media (max-width: 767px) {
	ul.list li {
		line-height: 1.5;
	}
}

/* button accent color */
.highlighted-content .btn:before {
	z-index: 1;
}
.highlighted-content .btn span {
	position: relative;
	z-index: 2;
}

.highlighted-content .btn.white {
	border-color: #fff;
}
.highlighted-content .btn.white:before {
	background: #fff!important;
	z-index: 1;
}
.highlighted-content .btn.white:hover {
	border-color: #fff;
}
.bluegreen .btn.white:hover span { color: #17abab; }
.darkblue .btn.white:hover span { color: #11375f; }
.pink .btn.white:hover span { color: #aa2174; }
.yellow .btn.white:hover span {color: #cac92c;}

.yellow .btn:before {
	background: #11375f!important;
	z-index: 1;
}
.yellow .btn:hover {
	border-color: #11375f;
}
.yellow .btn:hover { 
	color: #cac92c;
}


/* highlighted content */
.highlighted-content {
	position: relative;
	padding: 40px 50px;
	margin-bottom: 30px;
	
}
.highlighted-content.small {
	max-width: 50%;
}
.highlighted-content.pull-left {
	margin-right: 40px;
	margin-bottom: 30px;
}

.highlighted-content.pull-right {
	margin-left: 40px;
	margin-bottom: 30px;
}

@media (max-width: 565px) {
	.highlighted-content.pull-left,
	.highlighted-content.pull-right {
		margin-right: 0;
		margin-left: 0;
	}
	.highlighted-content.small {
		max-width: 100%;
		width: 100%;
	}
}

/* colors */

.highlighted-content.lighttextaccent { color:#fff; }
.highlighted-content.lighttextaccent h3 { color:#fff; }

.highlighted-content.lightblue { background: #c8e2f0; }
.highlighted-content.bluegreen { background: #17abab; }
.highlighted-content.darkblue { background: #11375f; }
.highlighted-content.yellow { background: #cac92c; }
.highlighted-content.pink { background: #aa2174; }
.highlighted-content.gray { background: #818486; }

.highlighted-content.withimage.darkblue > .image-content:after {
	background-image: linear-gradient(to left top, rgba(200,226,240,.5) 0%, rgba(200,226,240,.5) 50%, transparent 50%);
}
.highlighted-content.withimage.yellow > .image-content:after {
	background-image: linear-gradient(to left top, rgba(17,55,95,.5) 0%, rgba(17,55,95,.5) 50%, transparent 50%);
}
.highlighted-content.withimage.pink > .image-content:after {
	background-image: linear-gradient(to left top, rgba(17,55,95,.5) 0%, rgba(17,55,95,.5) 50%, transparent 50%);
}

.highlighted-content h3 {
	font-size: 48px;
	line-height: 1.2;
	font-weight: normal!important;
	margin-bottom: 15px;
}

/* with image */

.highlighted-content.withimage {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
@media only screen and (min-width: 1300px)  {
.highlighted-content.withimage {
    display: inline-flex;
}
}
.highlighted-content.withimage > .image-content {
	flex: 0 0 45%;
	position: relative;
	overflow: hidden;
}
.highlighted-content.withimage > .text-content {
	flex: 0 0 55%;
	position: relative;
}

.highlighted-content.withimage > .image-content:after {
	content: '';
	background-image: linear-gradient(to left top, rgba(23,171,171,.5) 0%, rgba(23,171,171,.5) 50%, transparent 50%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.highlighted-content.withimage > .image-content img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.highlighted-content.withimage > .text-content {
	padding: 40px 50px;
}

/* Aside style */
.highlighted-content.aside-hc {
	position: relative;
	padding-bottom: 50px;
}
.highlighted-content.aside-hc:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-bottom: 80px solid rgba(229,244,252,.5);
	border-left: 80px solid transparent;
}
.highlighted-content.aside-hc h3 {
	font-size: 36px;
	line-height: 1.2;
	font-weight: bold!important;
}

.highlighted-content.withimage.aside-hc {
	padding-bottom: 0;
}
.highlighted-content.withimage.aside-hc > .image-content,
.highlighted-content.withimage.aside-hc > .text-content {
	flex: 0 0 100%;
}
.highlighted-content.withimage.aside-hc > .image-content {
	max-height: 200px;
}
.highlighted-content.withimage.aside-hc > .image-content:after {
	display: none;
}
.highlighted-content.withimage > .text-content > .fa {
	position: absolute;
	right: 30px;
    bottom: 30px;
	font-size: 20px;
}

/* Button Style */
.highlighted-content.hc-btn > .text-content {
	padding-right: 150px;
}
.highlighted-content.hc-btn h3 {
	margin-bottom: 0;
}
.highlighted-content.hc-btn:after {
	border-bottom: 8.5vw solid rgba(229,244,252,.5);
	border-left: 8.5vw solid transparent;
}

.highlighted-content.hc-btn .fa {
	color:#fff;
	font-size: 30px!important;
}

@media (max-width: 1500px) {
	.highlighted-content.hc-btn > .text-content {
		padding-right: 100px;
	}
	.highlighted-content.hc-btn > .text-content > .fa {
		right: 20px;
    	bottom: 20px;
	}
	.highlighted-content.hc-btn .fa {
		font-size: 25px!important;
	}
}
@media (max-width: 1366px) {
	/* with contact list image */
	.highlighted-content .contact-list .contact-item {
		flex-basis: 100%;
		margin-bottom: 40px;
		padding: 0;
	}
	.highlighted-content h3 {
		font-size: 32px;
	}
}
@media (max-width: 1024px) {
	.highlighted-content h3 {
		font-size: 36px;
	}
	.highlighted-content.hc-btn:after {
		border-bottom: 120px solid rgba(229,244,252,.5);
		border-left: 120px solid transparent;
	}
}

@media (max-width: 767px) {
	.highlighted-content {
		padding: 30px;
	}
	.highlighted-content.withimage {
	}
	
	.highlighted-content.withimage > .image-content {
		max-height: 300px;
	}
	.highlighted-content.withimage > .image-content,
	.highlighted-content.withimage > .text-content {
		flex: 0 0 100%;
	}
	.highlighted-content.withimage > .text-content {
		padding: 30px;
	}
	
	.highlighted-content.hc-btn:after {
		border-bottom: 103px solid rgba(229,244,252,.5);
		border-left: 103px solid transparent;
	}
	.highlighted-content.hc-btn > .text-content {
		padding-right: 100px;
	}
}

/* Aside HEader Only */
.aside-header-only {
	padding: 0 40px;
	padding-left: 0;
	margin-bottom: 30px;
}
.aside-header-only h3 {
	font-size: 36px;
	color:#17abab;
}

/* News Section Two Button */
.news-section .title-block {
	padding: 20px 10px 20px 80px;
}
.news-section .btn {
	min-width: 145px;
	margin-bottom: 10px;
}
@media (max-width: 1300px) {
	.news-section .title-block {
	    padding: 0 0 37px;
	}
}
@media (max-width: 767px) {
	.news-section {
		padding-bottom: 165px;
	}
}

/* Cookie Policy */
.cookie-popup.show {
	display: block;
}
.cookie-popup {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 90%;
	z-index: 99;
	display: none;
	animation: fade-in-top ease 1.5s forwards;
	-webkit-transition: all .3s;
	-o-transition: all 1s;
	transition: all 1s;
}
.cookie-popup .txt-content {
	position: relative;
	padding: 30px 50px;
	color:#fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.cookie-popup .txt-content:after {
	content: '';
    position: absolute;
    right: 100%;
    bottom: 0;
    background: rgba(103, 26, 85, .93);
	height: 100%;
	width: 120%;
	-webkit-transform: skew(-45deg) translateX(-50%);
	-ms-transform: skew(-45deg) translateX(-50%);
	transform: skew(-45deg) translateX(97%);
	z-index: -1;
}
.cookie-popup .txt-content h4 {
	font-weight: bold;
	margin-bottom: 5px;
}
.cookie-popup .txt-content p {
	margin-bottom: 0;
	font-size: 16px;
}
.cookie-popup .txt-content a:not(.close-btn) {
	color:#fff;
}
.cookie-popup .close-btn {
	position: absolute;
	right: 45px;
	top: -10px;
	background: #fff;
	color:#17abab;
	overflow: hidden;
	border-radius: 100%;
	padding: 2px 5px;
    line-height: 1;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
}
.cookie-popup .btn span {
	position: relative;
	z-index: 2;
	color:#fff;
}
.cookie-popup .btn:before {
	z-index: 1;
}

.cookie-popup .txt-wrapper {
	padding-right: 30px;
}
.cookie-popup .btn-content {
	-ms-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
}

@media (max-width: 1280px) {
	.cookie-popup {
		width: 85%;
	}
}

@media (max-width: 1024px) {
	.cookie-popup {
		width: 80%;
	}
	.cookie-popup .txt-content {
		padding-left: 90px;
	}
	.cookie-popup .txt-content p {
		font-size: 15px;
    	line-height: 1.3;
	}
}
@media (max-width: 900px) {
	.cookie-popup {
		width: 100%;
	}
	.cookie-popup .txt-content {
		display: block;
		padding: 30px 40px;
	}
	.cookie-popup .txt-content p {
		margin-bottom: 15px;
	}
	.cookie-popup .txt-content:after {
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		right: auto;
		left: 0;
	}
	.cookie-popup .txt-wrapper {
		padding-right: 0;
	}
	.cookie-popup .close-btn {
		right: 25px;
	}
}

/* Updates for Seach Results */
.tgs-map-results.no-data {
	margin-left: 0;
	margin-right: 0;
}

.search .inner-banner {
	height: 280px;
}
.row-fluid .topsearch .input input.hs-input {
	line-height: 1;
}

/* Stock Ticker */
.stock-ticker {
	color:#fff;
	overflow: visible;
	text-align: center;
	float: left;
	width: 100%;
	max-width: 100%!important;
	padding: 15px 0;
  border-bottom: solid 1px #fff;
}
.stock-ticker:before {
	content: '';
    position: absolute;
    left: -100%;
    top: 0;
    background: #18222d;
    width: 300%;
    height: 100%;
    z-index: -1;
}
.stock-ticker .hs_cos_wrapper {
	display: inline-block;
}

.stock-wrapper {
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.stock-wrapper > div.info {
	text-align: right;
	font-weight: 300;
}
.stock-wrapper > div {
	-ms-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	text-align: left;
	padding: 0 15px;
}

.stock-wrapper .pvalue-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.stock-wrapper .pvalue-content > div {
	padding: 0 25px;
}

.stock-wrapper .stock-label {
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	margin-top: 5px;
}

.stock-wrapper .price span {
	display: block;
}
.stock-wrapper .title {
	font-weight: bold;
	font-size: 24px;
	margin-top: 3px;
}
.stock-wrapper .title1 {
	font-weight: normal;
}
.stock-wrapper .accent1 {
	color:#17abab;
}
.stock-wrapper .accent2 {
	color:#aa2174;
}
.stock-wrapper .info .title2 {
	font-weight: bold;
	color:#17abab;
}

@media (max-width: 1280px) {
	.stock-wrapper > div {
		padding: 0 15px;
	}
}
@media (max-width: 1024px) {
	.stock-wrapper > div.info {
		-ms-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.stock-wrapper .pvalue-wrapper {
		margin: 0 auto;
		text-align: center;
	}
}	
@media (max-width: 552px) {
	.stock-wrapper .pvalue-content {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;	
	}
	
	.stock-wrapper .pvalue-content > div {
		-ms-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 15px;
	}
	
}