
/*  ++++++++++++++++++++ */
/** Banner - Basic page **/
/*  ++++++++++++++++++++ */

section[top_banner_image] h1.banner-basic-page-heading {
    font-size: calc(17px + 36 * ((100vw - 320px) / 680));
    font-weight: 100;
    text-transform: uppercase;
    color: #ffffff;
    width: 50%;
}

section[top_banner_image] {
	height             : 35vw;
	display            : grid;
	place-items        : center stretch;
	grid-template-areas: 'image';
	position           : relative;
	color              : #fff;
	font-family        : var(--font-family-Condensed);
	overflow: hidden;
}
 
section[top_banner_image] img {
	width     : 100%;
	height    : 100% !important;  
	object-fit: cover;
	grid-area : image;
}

div#gt-banner h1 {
  color: #000000;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}

.btn-callout {
    background-color: var(--gt-buzz-gold);
    color: #ffffff;
    display: inline-block;
    font-size: 150%;
    height: 50px;
    margin: 10px 0 10px 0;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
}

section[role="banner__area"] h1  {
    font-family: "Abel", sans-serif;
    text-transform: uppercase;
    font-size: 3.12rem;
    color: #fff;
    margin-bottom: 1.12rem;
}

/*  ADDED FOR THE NEWS LANDING PAGE HERO IMAGE */
section[top_banner_image] h2.hero-news-title {
    position: relative;
    background-color: rgba(51, 51, 51, .7);
    font-weight: 100;
    text-transform: uppercase;
    color: #ffffff;
    /*top:0px!important;*/
   margin: -150px 0 0 0;
  padding: 20px;
    width: 70%;
}
h2.hero-news-title a {
  color:#ffffff!important;
}
#block-archivednews h2,
#block-views-block-podcasts-block-2 h2{
    font-size: 1.8rem;
    color: #000000;
}
#block-views-block-research-news-block-4 {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 5px;
}
#block-views-block-podcasts-block-2 {
  margin-top: 25px;
  padding-top: 25px;
  padding-bottom: 50px;
}

span.news-card-title a {
  line-height: 25px!important;
  padding-bottom: 10px!important;
  margin-bottom: 10px!important;
}

.news-card-date p {
  font-size: 0.8rem;
}

div.view-content-wrap .block-pod {
    display: block;
    clear: both;
    min-height: 60px;
}

#block-archivednews h2:after,
#block-views-block-podcasts-block-2 h2:after {
    content:' ';
    display:block;
    border:2px solid #B3A369;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
}

.hero_image_banner_description p {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 1.3rem;
}

.hero_buttons {
    display: block;
}

.hero_buttons a {
    display: inline-block;
    border-top: 3px solid #ac9a57;
    padding: 7px 0 7px;
    margin: 0px 25px;
    background: #000;
    color: #fff;
    width: 22%;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
}

.hero_buttons a span {
    color: #ac9a57;
    display: block;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
}

section[top_banner_image] > * {
  grid-area: image;
}
section[top_banner_image] .overlay{
	width: 100%;
    /*background: rgba(0,0,0,0.3);*/
    height: 100%;
}
section[top_banner_image] h1{
	font-size: calc(30px + 20 * ((100vw - 320px) / 680));
	font-weight:100;
	text-transform:uppercase;
	color: #ffffff;
}

section[top_banner_image] h1.research-areas-heading{
	/*font-size: calc(30px + 36 * ((100vw - 320px) / 680));*/
	font-weight:100;
	text-transform:uppercase;
	color: #ffffff;
	width: 62%;
}
div#gt-banner h1 {
    color: #ffffff;
}




p.leadership-link {
    background-color: #333333;
    color: #ffffff;
    display: inline-block;
    height: 25px;
    text-align: center;
    width: 100%;
}


h2.test { color: #000000; }

.initiative-block {
    background-color: #f4eee2;
    padding: 20px;
    border-radius: 4px;
}
.views-col {
    border-right: 0px solid var(--gt-warm-grey);
}
.oic-block {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 4px;
}



section[top_banner_image] h1.banner-basic-page-heading {
    font-size: calc(17px + 36 * ((100vw - 320px) / 680));
    font-weight: 100;
    text-transform: uppercase;
    color: #ffffff;
    width: 50%;
}

/** 
* Home Page
* Block 1: Hero Section
*/
section[role="banner__area"] {
    min-height: 65vh;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
	background-position: center center;
	align-items: center;
}
section[role="banner__area"] p:last-child{
	margin-bottom:0px;
}
section[role="banner__area"] .conatiner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media(min-width:767px) {
    [g__media__object] {
        width: 470px;
    }
    
}

[g__media__object] {
    display: flex;
    flex-wrap: wrap;
}

[g__media__object] h4 {
    color: #000;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0;
}

[g__media__object] a.read_more {
    background: #252525;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 1px;
    color: #fff;
    margin-top: 10px;
    border-top: 3px solid #ac9a57;
    text-decoration: none;
}

[g__media__object] div span {
    font-size: 14px;
    color: #000
}

[g__media__object] .g__img {
    width: 60px;
    flex: 0 0 60px;
    display: inline-flex;
    height: 60px;
    background: #000;
    margin-right: 10px;
}

[g__media__object] .g__img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

section.news__section .news-content .new-machines .g__media__object_black h4 {
    color: #bba077;
    font-size: 12px;
    margin: 0px;
}

section.news__section .news-content .new-machines .g__media__object_black span {
    color: #fff;
    font-size: 12px
}

section[role="banner__area"] h1  {
    font-family: "Abel", sans-serif;
    text-transform: uppercase;
    font-size: 3.12rem;
    color: #fff;
    margin-bottom: 1.12rem;
}

.hero_image_banner_description p {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 1.3rem;
}

.hero_buttons {
    display: block;
}

.hero_buttons a {
    display: inline-block;
    border-top: 3px solid #ac9a57;
    padding: 7px 0 7px;
    margin: 0px 25px;
    background: #000;
    color: #fff;
    width: 22%;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
}

.hero_buttons a span {
    color: #ac9a57;
    display: block;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
}

/** 
* Home Page
* Block 2: News Section
*/
main[role="main_wrapper"] [role="top_wrapper"] h2 {
    color: #262626;
    margin-bottom: 20px;
    font-family: "Roboto", serif;
    line-height: 42px;
}

main[role="main_wrapper"] [role="top_wrapper"] p {
    font-size: 1.1rem;
    line-height: 1.4;
    font-weight: 400;
}

main[role="main_wrapper"] [role="top_wrapper"] .first-image {
    max-width: 66%;
}

.newsbox div {
    max-width: 370px;
}

.newsbox div a {
    text-decoration: none;
}

.newsbox.g__media__object_bottom div {
    max-width: 385px;
}

/**
* Home Page
* Block 4: Testimonial
*/
section.comments {
    /* padding: 4vw 0; */
}

section.comments .row {
    align-items: flex-start;
}

section.comments .container {
    max-width: 1378px;
}

section.comments h2 {
    margin-bottom: 5.6vw;
    line-height: 40px;
}

section.comments .comment-wrapper {
    margin-bottom: 4.8vw;
    display: flex;
    flex-direction: column;
}

section.comments .comment-wrapper p span {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    color: #575757;
}

section.comments .comment-wrapper .comment-block {
    padding: 15px;
    background: #ebe2d3;
    margin-top: auto;
    height: 100%;
}

section.comments .comment-wrapper .comment-block .clint-img {
    width: 100%;
    text-align: center;
}

section.comments .comment-wrapper .comment-block .clint-img img {
    height: 335px;
    object-fit: cover;
    width: 100%;
}

section.comments .comment-wrapper .comment-block .clint-comment p {
    font-weight: 600;
}

section.comments .comment-wrapper .comment-block .clint-comment p:first-child {
    font-style: italic;
    margin-bottom: 9px;
    font-weight: 400;
}

span.testimonial-title-url a {
    color: var(--gt-black);
}

/**
* Home Page
* Block 3: News 
**/

section.news__section {
    background: #000;
    padding: calc(1 / 1 * 3.5vw) calc(1 / 1 * 2vw);
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

section.news__section .news-content .main-heading {
    position: relative;
}

section.news__section .news-content .main-heading h2 {
    color: #b3a369;
    border-bottom: 2px solid #bf9f70;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 6px;
    margin-bottom: 1.4vw;
}

section.news__section .news-content .main-heading .shap {
    width: 30px;
    -webkit-mask-image: url(../images/hexagon.svg);
    mask-image: url(../images/hexagon.svg);
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    margin-right: 18px;
    height: 30px;
    position: absolute;
    right: -19px;
    background: #bf9f70;
    top: 59%;
}

section.news__section .news-content .new-machines {
    color: #fff;
    margin-bottom: 1.4vw;
}

section.news__section .news-content .new-machines h4 {
    font-weight: 500;
    margin-bottom: 1vw;
    font-size: 22px;
    color: #ffffff;
}

section.news__section .news-content .new-machines p {
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    color: #ffffff;
}

section.news__section .news-content .new-machines .read {
    background: #252525 !important;
    border-top: 2px solid #b3a369;
    border-radius: inherit;
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 3.5vw;
    color: #fff;
    padding: 0rem 1.25rem;
    display: inline-block;
    line-height: 2.25rem;
    text-transform: uppercase;
    letter-spacing: .05rem;
}

section.news__section .news-content .free-subscription {
    color: #fff;
}

section.news__section .news-content .free-subscription img {
    margin-right: 1.1vw;
}

section.news__section .news-content .free-subscription p {
    color: #fff;
    font-size: 13px;
    max-width: 200px;
    line-height: 17px;
}

section.news__section .news-content .free-subscription p span {
    color: #bf9f70;
}

.new-machines a {
    text-decoration: none;
}

#block-gt-research-testimonialblock h2 {
    color: #000;
    font-size: 26px;
    max-width: 700px;
    margin: auto;
    line-height: 30px;
    padding: 4vw 0 4vw 0;
    text-align: center;
}

/**/





/*RESEARCH NEW LANDING PAGE*/
section[top_banner_image_three__Banner] .view-content-wrap .item{
	display              : grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-rows       : 250px;
	grid-gap             : 0px;
	font-family:           var(--font-family-Condensed)
}
section[top_banner_image_three__Banner] .view-content-wrap .item p{
	font-family:           var(--font-family-Condensed)
}
section[top_banner_image_three__Banner] .view-content-wrap .item [top_banner_col]{
	display:flex; 
}
section[top_banner_image_three__Banner] .view-content-wrap .item img{
	height:100% !important;
	width:100%;
	object-fit:cover
}
section[top_banner_image_three__Banner] .top_banner_image_three__Banner_big {
	grid-column: span 2;
	grid-row   : span 2;
}

section[top_banner_image_three__Banner] .box {
	display            : flex;
	flex-direction: column;
	position: relative;
}

section[top_banner_image_three__Banner] .box p,
section[top_banner_image_three__Banner] .box [top_banner_col]{
	background: rgba(0,0,0,.5);
    box-shadow: 0px -15px 15px rgba(0,0,0,.5);
    padding: 15px;
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    z-index: 499;
	bottom:0px;
    line-height: 28px;
	width:100%
}
section[top_banner_image_three__Banner] .box a{
	color:#fff
}
section[top_banner_image_three__Banner] .box [top_banner_col] span{
	padding-left: 20px;
    border-left: 1px solid #fff;
    margin-left: 30px;
}

@media(max-width:767px){
	section[top_banner_image_three__Banner] .box [top_banner_col]{
		display:none
	}
}

section[top_banner_image_three__Banner] .box>* {
	grid-area: image !important;
}

section[top_banner_image_three__Banner] img {
	height    : 100%;
	width     : 100%;
	object-fit: cover;
}

section[top_banner_image_three__Banner]>div img {
	width : 100%;
	height: 100%;
}

section[role="mid__content"] [role="latest--research"], section[role="mid__content"] [role="latest--research"] .latest-news-grid .view-content-wrap{
	background           : #f3f3f3;
	padding              : 20px;
}

section[role="mid__content"] [role="latest--research"] .latest-news-grid .view-content-wrap{
	background: #f3f3f3;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(198px, 1fr));
	grid-gap: 20px;
	padding: 0;
	border-radius: 0;
	margin-top: 20px;
}

section[role="mid__content"] [role="latest--research"] .featured-news-articles .view-content-wrap{
	grid-template-columns: repeat(auto-fill, minmax(264px, 1fr));
	background: #f3f3f3;
	display: grid;
	grid-gap: 20px;
	padding: 20px 0px;
	border-radius: 6px;
}

section[role="mid__content"] [role="latest--research"] [role="latest__research__box"] {
	background   : #fff;
	border-radius: 6px;
	overflow     : hidden;
	height:100%;
	box-shadow   : 0 0 10px rgba(0, 0, 0, 0.2);
}

section[role="mid__content"] [role="latest--research"] .latest__research__box_button {
	grid-column: span 3;
}

section[role="mid__content"] [role="latest--research"] .latest__research__box_img {
	height  : 185px;
	overflow: hidden;
}

section[role="mid__content"] [role="latest--research"].latest--research-two-box .latest__research__box_img {
	height: 285px;
}

section[role="mid__content"] [role="latest--research"] .latest__research__box_img img {
	height    : 100%;
	width     : 100%;
	object-fit: cover;
}

section[role="mid__content"] [role="latest--research"] .latest__research__box_text {
	padding: 10px;
}

section[role="mid__content"] [role="latest--research"] .latest__research__box_text h2, section[role="mid__content"] [role="latest--research"] .latest__research__box_text span a{
	color         : #ad9a56;
	font-weight   : bold;
	font-size     : 17px;
	font-family   : var(--font-family-Roboto);
	letter-spacing: -0.4px;
	line-height   : 140%;
	display: block;
}

section[role="mid__content"] [role="sidebar__content"] .news {
	padding   : 0;
	list-style: none;
}

section[role="mid__content"] [role="sidebar__content"] .news a {
	color         : #000;
	font-size     : 16px;
	display       : block;
	margin-bottom : 6px;
	border-bottom : 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 10px;
	margin-left   : 0px;
	position      : relative;
}

section[role="mid__content"] [role="sidebar__content"] .news a:before {
	content     : "\f111";
	font-family : 'FontAwesome';
	font-size   : 10px;
	margin-right: 8px;
	opacity     : 0.9;
}

section[role="mid__content"] [role="latest--research"] .latest__research__box_text time {
	display: inline-block;
}



.tumbImg {
	width   : 100%;
	overflow: hidden;
	position: relative
}

.tumbImg:after {
	position  : absolute;
	width     : 100%;
	top       : 0px;
	left      : 0px;
	height    : 100%;
	opacity   : 0;
	content   : '';
	background: rgba(0, 0, 0, 0.6)
}

.tumbImg:hover:after {
	opacity: 10;
}

.tumbImg:hover img {
	-webkit-transform : rotate(-3deg) scale(1.20);
	-ms-transform     : rotate(-3deg) scale(1.20);
	transform         : rotate(-3deg) scale(1.20);
	-webkit-transition: -webkit-transform .7s;
	transition        : transform .7s;
}

.trans *,
img,
:after,
:before,
.tumbImg .overlay:after,
.tumbImg .overlay,
.dropdown-menu>li:hover>a,
.dropdown-menu>li>a,
.tHead .top-head-bar .top-right .list-item-inline li:hover .drop-down {
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition   : all 0.6s ease-out 0s;
	-o-transition     : all 0.6s ease-out 0s;
	-ms-transition    : all 0.6s ease-out 0s;
	transition        : all 0.6s ease-out 0s;
}

.no-trans * {
	-webkit-transition: none !important;
	-moz-transition   : none !important;
	-o-transition     : none !important;
	-ms-transition    : none !important;
	transition        : none !important;
}

@media(max-width:567px) {
	section[role="mid__content"] [role="latest--research"] .latest__research__box_button {
		grid-column: span 1;
	}
}

@media(max-width:767px) {
	section[top_banner_image_three__Banner] .box p{
		background   : none;
		padding      : 15px;
		margin       : 0;
		color        : #fff;
		font-weight  : bold;
		font-size    : 14px;
		position     : relative;
		z-index      : 99999; 
		overflow     : hidden;
		font-size: 26px;
		background: #fff !important;
		
	}
	section[top_banner_image_three__Banner] .box p a{
		color: #ad9a56;
	}
	section[bradcrum] ul {
		display: flex;
		list-style: none;
		margin: 0px;
		font-size: 16px;
		padding: 10px 18px;
	}
	section[top_banner_image_three__Banner] {
		display              : grid;
		grid-template-columns: 1fr 1fr;
		grid-auto-rows       : auto;
		grid-gap             : 0px;
	}
	section[top_banner_image_three__Banner] .view-content-wrap .item{
		display:flex;
		flex-direction:column
	}
	section[top_banner_image_three__Banner] .view-content-wrap .item [top_banner_col]{
		position:relative
	}

	section[role="mid__content"] [role="latest--research"] .latest__research__box_button {
		font-size: 28px;
	}
	section[top_banner_image_three__Banner] .box:first-child,
	section[top_banner_image_three__Banner] .box:nth-child(2){
		/* display:none; */
	}
	section[top_banner_image_three__Banner]{
		grid-template-columns: 1fr;
	}
	section[top_banner_image_three__Banner] .box p{
		background:none;
		font-family: "Roboto Condensed","Helvetica Neue","Helvetica","Arial",sans-serif;
		color: #A4925A;
	}
}

