
/******************************************************************/
/********************  NEW DESIGN THEMING  ************************/
/*****************************************************************/

ul.tabs.primary.nav {
  position: relative;
  
}

.main-container {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 100;
}
#gt-banner {
  position: relative;
  
}

.gt-container {
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 100;
  padding-top: -50px;
  position: relative;
}


/***********************************************************/
/********************  PAGE TITLE  ************************/
/***********************************************************/

h1.page-title,
#gt-page-title {
  display: block;
  padding: 0 ;
  position: relative;
  
}

.breadcrumb {
  margin: 0!important;
}
hr.title-underline,
hr.title-underline2
 {
  border: var(--gt-md-gold) 1px solid;
  
}




  
/*************************************************************************/
/********************       UNDER TOP BANNER      ************************/
/*************************************************************************/

.repeat-top-banner {
  width: 3000px;
  float:left;
  background: url(/sites/default/files/new-designs/pattern-dots-wide.png) repeat-x top center;
  background-repeat: repeat-x; 
  position: absolute;
  margin: -25px 0 0 0;
  height: 370px;
  overflow: hidden;
   -webkit-transform: translate3d(0, 0, 0);
  
}
.repeat-top-banner p {
  font-size: 0px;
}

.repeat-top-banner-nb {
  /* width: 2000px; */
  width: 100%;
  /* float:left; */
  background: url(/sites/default/files/new-designs/pattern-dots-wide.png) repeat-x top center; 
  /* background-repeat: repeat-x;  */
  /* position: absolute; */
  border-top: 1px solid #9A8654;
  margin: 25px 0 0 0;
  height: 370px;
  overflow: hidden;
   -webkit-transform: translate3d(0, 0, 0);
  
}
.repeat-top-banner-nb p {
  font-size: 0px;
}
/*  UNDER TOP BANNER  */
.repeat-top-banner-hp {
  width: 3000px;
  float:left;
  background: url(/sites/default/files/new-designs/pattern-dots-wide.png) repeat-x top center;
  background-repeat: repeat-x; 
  position: absolute;
 
  margin: -28px 0 0 0;
  height: 370px;
  overflow: hidden;
   -webkit-transform: translate3d(0, 0, 0);
  
}
.repeat-top-banner-hp p {
  font-size: 0px;
}

/******************************************************************/
/********************       HOME PAGE      ************************/
/******************************************************************/

.numbers-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.numbers-item {
  width: 290px;
  margin: 0px;
  padding: 0px;
}
.numbers-item h3 {
  line-height: 1.9rem;
  margin: 0px;
  padding: 0px;
}
.numbers-item-1 {
  
}
.numbers-item-2 {
  
}
.numbers-item-3 {
  
}
.numbers-item-4 {
  
}  
.numbers-item p {
  text-align: center;
  font-family: 'Roboto Slab';
  color: var(--gt-drk-gold);
  font-size: 1.5rem;
  font-weight: bold;
}
.power-ai-imgs {
  display: inline-block;
  float: left;
  padding: 10px;
  position: relative;
  width: 38%;

}
.power-ai-text {
  display: inline-block;
  float: left;
  padding: 10px;
  position: relative;
  width: 58%;
}



/*********************   END NEW HOME PAGE DESIGN *********************************/  






/*****************************************************************************/
/********************       NEWSLETTER BLOCK       ************************/
/*****************************************************************************/

.callout-avant img {
  width: 100%;
  max-height: 600px;
  height: auto;
  background: white;
  object-fit: cover;

}
.callout-avant-text {
  position: absolute;
  padding: 2%;
  height: auto;
  width: 60%;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.8);
  transform: translate(-50%,-50%);
  text-align: center;
}
.ai-callout-box{
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ai-callout-h1 {
  color: #003057;
  font-family: 'Roboto Slab';
  font-size: 3.6rem;
  padding: 0;
  margin: 0;
}
.ai-callout-h2 {
  color: #003057;
  font-family: 'Roboto Slab';
  font-size: 1.6rem;
  padding: 0;
  margin: 0;
}
.callout-avant-text p {
  color: #003057;
  font-weight: 900;
}
.callout-avant-text img {
  width: 250px;
  height: 125px;
}



/*****************************************************************************************/
/**********************       NATIONAL LABOROATORIES BLOCK       ************************/
/***************************************************************************************/

.national-lab-title {
  color: #ffffff;
  padding: 20px;
}
.national-lab-title h2 {
  color: #ffffff;
}

.tile-solid {
  bottom: 0;
  width: 280px;
  height: 280px;
  border-radius: 20px;
  text-align: center;
  background-color: rgba(0,48,87,1);
  z-index: 1;
  margin: 0px;
  display: flex;
  flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tile-solid h2,
.tile-solid h2 a,
.tile-solid h2 a:visited,
.tile-solid h2 a:link,
.tile-solid h2 a:active { 
  color: #ffffff;
  font-weight: bold;
  margin: auto;
  padding: 0;
  text-decoration: none;
}
.tile-solid h2 a:hover {
  text-decoration: underline;
}


.full-width-banner {
	height: 90vw;
  max-height: 1500px;
  margin-left: calc(-100vw / 2 + 570px / 2);
  margin-right: calc(-100vw / 2 + 570px / 2);
	color: #fff;
	font-family: var(--font-family-Condensed);
  background-color: #AD9860;
}

.inside-width-banner {
  margin: 0 auto;
  width: calc(100% - 800px);
  height: 300px;
  padding: 20px 0 0 0;
}
.inside-width-banner h2 {
  margin: 0 auto;
  display: block;
  color: #ffffff;
  padding: 5px 0 0 0px;
}
 
.full-width-banner img {
	width     : 100%;
	height    : 100% !important;  
	object-fit: cover;
	grid-area : image;
}

.full-width-section {
  height: 65vw;
  max-height: 1500px;
  margin-left: calc(-100vw / 2 + 570px / 2);
  margin-right: calc(-100vw / 2 + 570px / 2);
	color: #fff;
	font-family: var(--font-family-Condensed);
  background-color: #AD9860;
}

.card2-container {
  border: 0px solid #fff;
  padding: 20px;
}

.card2-child {
  width: 350px;
  height: 500px;
  float: left;
  padding: 20px;
  margin-bottom: 50px;
  border: 0px solid red;
}  
.card2-child img {
  border-radius: 20px;
  padding: 0;
  width: 350px;
  height: 350px;
}




/**************************************************************************************/
/********************       FEATURED ARTICLES CUSTOM CSS      ************************/
/************************************************************************************/

.fw-blue {
  margin: 0 -9999rem;
  /* add back negative margin value */
  padding: 0.25rem 9999rem;
  background: var(--gt-navy);
}
.fw-blue-container {
  margin: 0 auto;
  width: 100%;
  padding: 0;
}
.fw-blue-container p {
  color: #ffffff;
  font-size: 1.7rem;
  font-family: 'Roboto Slab';
  font-weight: bold;
  padding: 40px;
  vertical-align: middle;
  line-height: 40px;
}
.fw-blue2 {
  margin: 0 -9999rem;
  /* add back negative margin value */
  padding: 2.5rem 9999rem;
  background: var(--gt-navy);
}
.fw-blue-headline {
  font-size: 1.7rem;
  color: #fff;
  font-family: 'Roboto Slab';
  font-weight: bold;
}
.fw-blue-container-p {
  color: #ffffff;
  display: inline-block;
  padding: 0px;
  position: relative;
  width: 60%;
}
.fw-blue-container-para {
  color: #ffffff;
  font-size: 1rem;
  font-family: 'Roboto Slab';
  font-weight: normal;
}

.fw-blue-image {
  display: inline-block;
  float: left;
  padding: 14px 25px 0 0px;
  position: relative;
  width: 38%;
}
.fw-blue-image img,
.field--type-text-with-summary img:not(.align-left,.align-right){
width: 100%;
}

.fw-dk-gold {
  margin: 0 -9999rem;
  /* add back negative margin value */
  padding: 0.25rem 9999rem;
  background: var(--gt-drk-gold);
}
.fw-dk-gold-container {
  margin: 0 auto;
  width: 100%;
  padding: 0;
}
.fw-dk-gold-container p {
  color: #ffffff;
  font-size: 1.7rem;
  font-family: 'Roboto Slab';
  font-weight: bold;
  padding: 40px;
  vertical-align: middle;
  line-height: 40px;
}

.fw-diploma {
  margin: 0 -9999rem;
  /* add back negative margin value */
  padding: 0.25rem 9999rem;
  background: #F9F6E5;
}
.fw-diploma-container {
  margin: 0 auto;
  width: 100%;
  padding: 0;
}
.fw-diploma-container p {
  color: var(--gt-navy);
  font-size: 1.7rem;
  font-family: 'Roboto Slab';
  font-weight: bold;
  line-height: 40px;
  padding: 40px;
  vertical-align: middle;
}


.fw-gray-matter {
  margin: 0 -9999rem;
  /* add back negative margin value */
  padding: 0.25rem 9999rem;
  background: #54585A;
}
.fw-gray-matter-container {
  margin: 0 auto;
  width: 100%;
  padding: 0;
}
.fw-gray-matter-container p {
  color: var(--gt-navy);
  font-size: 1.7rem;
  font-family: 'Roboto Slab';
  font-weight: bold;
  line-height: 40px;
  padding: 40px;
  vertical-align: middle;
}

.fw-bb {
  margin: 0 -9999rem;
  /* add back negative margin value */
  padding: 0.25rem 9999rem;
  background: #2961FF;
}
.fw-bb-container {
  margin: 0 auto;
  width: 100%;
  padding: 0;
}
.fw-bb-container p {
  color: #ffffff;
  font-size: 1.7rem;
  font-family: 'Roboto Slab';
  font-weight: bold;
  line-height: 40px;
  padding: 40px;
  vertical-align: middle;
}

.fi-ocean-r {
  float: right;
  padding: 20px;

}
.fi-ocean-r img {
  border-radius: 20px;
  
}
.fi-ocean-l {
  float: left;
  padding: 20px;

}
.fi-ocean-l img {
  border-radius: 20px;
  
}



/********************************************************************************************/
/********************       Artificial Intelligence CUSTOM CSS      ************************/
/******************************************************************************************/


.ai-about-blocks {
  background: #F9F6E5;
  display: block;
  margin: 0 0 20px 0;
  padding: 15px;
}
.ai-about-blocks h5 {
  color: #003057;
  font-family:  'Roboto Slab';
  font-size: 1.5rem;
}
.ai-about-blocks p {
  color: #003057;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.ai-news-row {
  display: block;
  margin: 0 0 30px 0;
}
.ai-news-image {
  display: inline-block;
  float: left;
  position: relative;
}
.ai-news-title {
  display: inline-block;
  margin: 0 0 0 20px;
  position: relative;
  width: 70%;
}
.ai-news-body {
  display: inline-block;
  margin: 0 0 0 20px;
  position: relative;
  width: 70%;
}
.news-image,
.caption {
  float: right;
  padding: 3px;
  display: inline-block;
  position: relative;
  clear: both;
}
.extra-imgs,
.extra-imgs p {
  width: 500px;
  height: auto;
}
.extra-caption {
  width: 500px;
  height: auto;
}

.description {
  display: contents;
  
}



/******************************************************************************/
/********************       Research NEXT BLOCK       ************************/
/****************************************************************************/


.next-stat-container {
  width: 100%;
  margin: 0 auto;
}

.next-stat {
  width: 33%;
  float: left;
  border-right: 2px solid #0F8189;
  padding: 2%;
  height: 250px;
}

.next-stat img {
  margin: 0 auto;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
}

.next-stat p.next-large-stats {
  font-size: 45px;
  line-height: 50px;
  text-align:center;
  color: #0F8189;
  font-weight: 900;
  font-family: 'Roboto Slab';
  margin: 0 30px 0 0;
}


.next-stat p.next-small-gold-stat {
  font-size: 18px;
  color: #000000;
  text-align:left;
  width: 90%;
  margin: 0 20px 0 20px;
}

.next-stat:last-child {
  border:none;
}

.next--stat-container h3 {
  text-align:left;
  color:#9A8654;
  margin-top:10px;
  font-size: 30px;
  margin-bottom: 50px;
}

.full-blue-banner-next {
	height: 35vw;
  max-height: 280px;
  margin-left: calc(-100vw / 2 + 570px / 2);
  margin-right: calc(-100vw / 2 + 570px / 2);
	color: #fff;
	font-family: var(--font-family-Condensed);
  background-color: #002B4B;
}

.inside-blue-banner-next {
  margin: -20px auto;
  width: calc(100% - 740px);
  height: 300px;
  padding: 20px;
}
.full-blue-banner-next2 {
	height: 40vw;
  max-height: 295px;
  margin-left: calc(-100vw / 2 + 570px / 2);
  margin-right: calc(-100vw / 2 + 570px / 2);
	color: #fff;
	font-family: var(--font-family-Condensed);
  background-color: #002B4B;
}

.inside-blue-banner-next2 {
  margin: 0 auto;
  width: calc(100% - 740px);
  height: 300px;
  padding: 20px;
}
.gtri-card-img {
  float: left;
  width: 20%;
}
.gtri-card-text {
  color: #ffffff;
  float: left;
  padding: 40px 0 0 50px;
  width: 80%;
}


/*********************************************************************************/
/********************        NEW EVENTS PAGE CSS         ************************/
/*******************************************************************************/

.page-node-17442 #block-gtsubtheme-content,
.research-events-container {
  padding-top: 50px;
}



/******************************************************************************************************************************/
/********************     NEW NEWS PAGE CSS  --  NEEDS TO BE OPENED UP ON LAUNCH       ************************/
/******************************************************************************************************************************/


.page-node-17442 .layout__region--second .views-element-container {
  background-color: #F9F6E5;
  border-radius: 30px;
  margin-bottom: 50px;
  padding: 20px;
}
.page-node-17442 .views-field-field-news-images a img {
  border-radius: 20px;
}
.page-node-17442 .hp-news-body p {
  width: 80%;
}

.news-inthe-btn a,
.news-inthe-btn a:link,
.news-inthe-btn a:hover,
.news-inthe-btn a:visited
 {
  display: block;
  font-weight: bold;
  color: #fff;
  font-family: 'Roboto';
  font-size: 20px;
  background-color: var(--gt-navy);
  padding: 5px;
  border-radius: 5px;
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 30;
  width: 100%;
  text-decoration: none!important;
}
.news-inthe-btn a:hover {
  background-color: var(--gt-gold);
  text-decoration: none!important;
}

.news-inthe-btn2 a,
.news-inthe-btn2 a:link,
.news-inthe-btn2 a:hover,
.news-inthe-btn2 a:visited
 {
  display: block;
  font-weight: bold;
  color: #fff;
  font-family: 'Roboto';
  font-size: 20px;
  background-color: var(--gt-navy);
  padding: 5px;
  border-radius: 5px;
  margin: 0 20px 0 0;
  text-align: center;
  position: relative;
  z-index: 30;
  width: 45%;
  text-decoration: none!important;
  float: left;
  display: inline-block;
}
.news-inthe-btn2 a:hover {
  background-color: var(--gt-gold);
  text-decoration: none!important;
}

.button-space {
  padding: 16px 0 3px 0;
}
p.corpengage-btn {
  padding: 30px 0 10px 0!important;
}
.corpengage-btn a,
.corpengage-btn a:link,
.corpengage-btn a:hover,
.corpengage-btn a:visited
 {
  display: block;
  font-weight: bold;
  color: #fff;
  font-family: 'Roboto';
  font-size: 20px;
  background-color: var(--gt-navy);
  padding: 27px;
  border-radius: 5px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 30;
  width: 50%;
  text-decoration: none!important;
}
.corpengage-btn a:hover {
  background-color: var(--gt-gold);
  text-decoration: none!important;
}

.general-btn a,
.general-btn a:link,
.general-btn a:hover,
.general-btn a:visited
 {
  display: block;
  font-weight: bold;
  color: #fff;
  font-family: 'Roboto';
  font-size: 20px;
  background-color: var(--gt-navy);
  padding: 5px;
  border-radius: 5px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 30;
  width: 80%;
  text-decoration: none!important;
}
.general-btn a:hover {
  background-color: var(--gt-gold);
  text-decoration: none!important;
}

.sums-btn a,
.sums-btn a:link,
.sums-btn a:visited
 {
  display: block;
  font-weight: bold;
  color: #fff;
  font-family: 'Roboto';
  font-size: 20px;
  background-color: var(--gt-navy);
  padding: 5px;
  border-radius: 5px;
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 30;
  width: 255px;
  text-decoration: none!important;
}
.sums-btn a:hover {
  background-color: var(--gt-gold);
  text-decoration: none!important;
}

.news-button {
  align-content: center;
  background-color: #003057;
  border-radius: 20px;
  display: inline-block;
  font-size: 1.5em;
  float: left;
  margin: 20px;
  padding: 20px;
  text-align: center;
  width: 30%;
}
.news-button a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: #ffffff!important;
}
.link-button {
  align-content: center;
  background-color: #003057;
  border-radius: 20px;
  display: inline-block;
  font-size: 1.5em;
  float: left;
  margin: 20px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.link-button a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: #ffffff!important;
}



/*************    NEWS      ****************/
  
.news-horz-new .views-field-field-news-images a img {
  border-radius: 10px;
  width: 160px;
  margin: 0;
  float: left;

}
.news-horz-new .views-field-field-news-images {
  width: 160px;
  margin: 0;
  padding: 0;
}
.news-horz-new .hp-news-body p {
  width: 80%;
  line-height: 18px!important;
  margin: 0 0 0 100px;
}
.news-horz-new .hp-news-title {
  margin-left: 181px!important;
}
.news-horz-new .hp-news-body {
  margin: 0 0 0 80px!important;
}
.news-horz-new {
  padding: 0 0 30xp 0;
  min-height: 192px; 
}

.news-img {
  float: right;
  width: 40%;
  clear: both;
  padding: 0 0 0 20px;
}



/******************************************************************************************************************************/
/********************       END     NEW NEWS PAGE CSS  --  NEEDS TO BE OPENED UP ON LAUNCH       ************************/
/******************************************************************************************************************************/


/*  +++++++++++++++++++++++++  */
/*  @MEDIA MOBILE STARTS HERE  */
/*  +++++++++++++++++++++++++  */


@media screen and (max-width: 1550px) {
  .card3-container {
    border: 0px solid #fff;
    padding: 0 14% 0 14%;
    margin-top: 2%;
  }
 
  .iri-in-banner {
    margin: 0 auto;
    height: 300px;
    padding: 20px 0 0 0;
  }
  
}

/*  +++++++++++++++++++++++++  */
/*  @MEDIA MOBILE STARTS HERE  */
/*  +++++++++++++++++++++++++  */

@media (max-width: 1286px) {
  


}


/*********************************************************************************/
/********************       MOBILE MAX WIDTH 1199.98      ************************/
/********************************************************************************/

@media all and (max-width: 1199.98px) {
  

}




/*****************************************************************************/
/*******************       MOBILE MAX WIDTH 991.98      **********************/
/*****************************************************************************/
@media all and (max-width: 991.98px) {
  
  

}



/*****************************************************************************/
/********************       MOBILE MAX WIDTH 640      ************************/
/*****************************************************************************/

@media all and (max-width: 640px) {
    
  .news-horz-new .views-field-field-news-images a img {
    border-radius: 10px;
    width: 160px;
    margin: 0;
    float: left;

  }
  .news-horz-new .views-field-field-news-images {
    width: 160px;
    margin: 0;
    padding: 0;
  }
  .news-horz-new .hp-news-body p {
    width: 80%;
    line-height: 18px!important;
    margin: 0 0 0 100px;
  }
  .news-horz-new .hp-news-title {
    margin-left: 181px!important;
  }
  .news-horz-new .hp-news-body {
    margin: 0 0 0 80px!important;
  }
  .news-horz-new {
    padding: 0 0 30xp 0;
    min-height: 192px; 
  }

  .news-img {
    float: right;
    width: 40%;
    clear: both;
    padding: 0 0 0 20px;
  }

  .fw-blue-image {
    display: block;
    float: none;
    clear: both;
    padding: 14px 25px 0 0px;
    position: relative;
    width: 80%;
    margin: 0 auto;
  }
  .fw-blue-image img { 
    width: 100%;
  }
  .fw-blue-container-p {
    color: #ffffff;
    display: block;
    padding: 0px;
    position: relative;
    width: 100%;
  }
  .gt-basic-block img {
    width: 100%;
    height: inherit;
  }
  .fw-blue-container-para,
  .fw-blue-headline {
    width: 100%;
    display: block;
    position: relative;
  }
    

} /****************  END MOBILE 640  ****************/

@media all and (max-width: 444px) {
  
  .tube {
    width: 400px;
    height: 225px;
    margin: 0 0 0 -40px;
  }


  .news-horz-new .views-field-field-news-images a img {
    border-radius: 10px;
    width: 160px;
    margin: 0;
    float: left;

  }
  .news-horz-new .views-field-field-news-images {
    width: 160px;
    margin: 0;
    padding: 0;
  }
  .news-horz-new .hp-news-body p {
    width: 80%;
    line-height: 18px!important;
    margin: 0 0 0 100px;
  }
  .news-horz-new .hp-news-title {
    margin-left: 181px!important;
  }
  .news-horz-new .hp-news-body {
    margin: 0 0 0 80px!important;
  }
  .news-horz-new {
    padding: 0 0 30xp 0;
    min-height: 192px; 
  }

  .news-img {
    float: right;
    width: 40%;
    clear: both;
    padding: 0 0 0 20px;
  }

  .fw-blue-image {
    display: block;
    float: none;
    clear: both;
    padding: 14px 25px 0 0px;
    position: relative;
    width: 80%;
    margin: 0 auto;
  }
  .fw-blue-image img { 
    width: 100%;
  }
  .fw-blue-container-p {
    color: #ffffff;
    display: block;
    padding: 0px;
    position: relative;
    width: 100%;
  }
  .gt-basic-block img {
    width: 100%;
    height: inherit;
  }
  .fw-blue-container-para,
  .fw-blue-headline {
    width: 100%;
    display: block;
    position: relative;
  }
  .prez-outer {
    margin-top: -100px;
  }
  .hp-news-body {
    width: 70%;
  }
  .event-co .views-field-title {
    width: 60%;
  }
  .event-co-summary {
    width: 60%;
  }
  .field--type-text-with-summary {
    padding-bottom: 0;
  }

}


