 /*
Theme Name: Adobe Research
Theme URI: http://placegraphichere.com/
Version: 1.0
Author: Seth Walker
Author URI: http:placegraphichere.com/

*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@-webkit-keyframes FADE_IN {
  15% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FADE_IN {
  15% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  font-family: "adobe-clean", sans-serif;
  font-size: 62.5%;
  font-weight: 100;
  color: #333;
}
h1.left,
h2.left,
h3.left,
h4.left,
h5.left,
h6.left,
h7.left,
p.left,
a.left {
  text-align: left;
}
h1 {
  font-size: 3.2rem;
  line-height: 4.8rem;
}
.story h1 {
  padding: 4.8rem 0 2.4rem 0;
}
p + h1 {
  padding-top: 3.2rem;
}
h2 {
  font-size: 2.4rem;
  line-height: 3.6rem;
  padding-top: 2.4rem;
}
h5 + h2 {
  padding-top: 1.6rem;
}
h3 {
  font-size: 1.8rem;
  line-height: 2.7rem;
}
h3 p {
  color: #999;
}
h4 {
  font-size: 1.8rem;
  line-height: 2.7rem;
}
h5 + h4 {
  padding-top: 0.8rem;
}
h5 {
  /* font-size: 1.4rem; */
  font-size: 1.6rem; 
  line-height: 2.4rem;
  font-family: "AdobeClean-Bold", sans-serif;
  text-transform: uppercase;
  color: #999;
}
h5:nth-child(n+2) {
  padding-top: 4.8rem;
}
h6 {
  /* font-size: 1.4rem; */
  font-size: 1.6rem;
  line-height: 2.4rem;
/*   line-height: 1.8rem; */
  padding: 0.8rem 0;
}
p {
  display: block;
  font-size: 1.8rem;
  line-height: 3rem;
  padding-top: 2.4rem;
}
/* video in post fix */
figure.wp-block-embed.is-type-video+p
{
	padding-top:0rem !important;
}
/* video in post fix */

.head-research
{
	color:#fff;
}
/* #2098F6*/
/* remove spacing from pages not needed */
.faqs blockquote
{
	margin-bottom: 3rem;
	margin-top: 1rem;
}

.faqs p
{
	padding-top:0px !important;
}

.no-first-para-padding p:first-of-type
{
	padding-top:0px !important;
}

/*
p:first-of-type {
  padding-top: 0;
}
*/

h1 + p:first-of-type,
h1 + p,
h1 + ul {
  padding-top: 0;
}
h2 + p:first-of-type,
h2 + p {
  padding-top: 0;
}
.story {
  line-height: 2.4rem;
}
a,
a:active {
  font-size: inherit;
  text-decoration: none;
  color: #2098F6;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
a:hover,
a:active:hover {
  color: #1872b9;
}
.blue a {
  color: #181e21;
}
.blue a:hover {
  color: black;
}
.blue_dark a {
  color: #90ccfb;
}
.blue_dark a:hover {
  color: #2098F6;
}
ul {
  list-style: square inside;
  padding: 0 0 3.2rem 0;
}
/* Atul Jindal change for spacing issue on unordered lists - starts*/
.content ul li 
{
	padding-top: 1rem;
}
.content ul
{
	padding-bottom: 0rem;
}
/* Atul Jindal change for spacing issue on unordered lists - end*/
ul li {
  font-size: 1.8rem;
  line-height: 2.4rem;
  padding-top: 2.4rem;
  list-style: square inside;
  list-style-position: inside;
  text-indent: -2rem;
  padding-left: 2rem;
  margin-left: 1rem;
}
ul li:first-child {
  padding-top: 1.6rem;
}
ol {
  list-style: decimal;
  padding: 0 0 3.2rem 0;
}
ol li {
  font-size: 1.8rem;
  line-height: 2.4rem;
  padding-top: 2.4rem;
  list-style: decimal;
  list-style-position: inside;
  text-indent: -2rem;
  padding-left: 2rem;
  margin-left: 1rem;
}
ol li:first-child {
  padding-top: 1.6rem;
}
img {
  width: 100%;
  opacity: 0;
  -webkit-animation: FADE_IN 1s;
          animation: FADE_IN 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
img.Icon {
  width: auto;
  vertical-align: bottom;
}
div {
  box-sizing: border-box;
}
em,
i,
blockquote {
  font-style: italic;
}
blockquote {
  color: #999;
  padding: 2.4rem;
  background: #F2F8FA;
  font-size: 1.8rem;
  display: block;
}
cite {
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding: 0.8rem 0;
}
aside {
  color: white;
  padding: 2.4rem;
  margin: 1.6rem 0 3.2rem 0;
  background: #333;
  font-size: 2.4rem;
  line-height: 3rem;
}
hr {
  border-style: solid;
  border-color: #e6e6e6;
  border-width: 0.1rem 0 0 0;
  height: 0.1rem;
  box-sizing: border-box;
}
strong {
  font-weight: bold;
}
form {
  padding: 2.4rem;
  background: #F2F8FA;
  clear: both;
}
form label {
  display: inline-block;
  position: relative;
  padding: 1rem 0;
  width: 100%;
}
form label.right {
  position: relative;
  text-align: left;
  padding-left: 45%;
}
form label.right input {
  float: left;
  margin: auto 0.8rem;
}
form label.left {
  position: relative;
  text-align: right;
}
form label.left input {
  float: right;
  margin: auto 5% auto 0.8rem;
  width: 45%;
}
form input {
  font-size: 1.8rem;
  font-family: "adobe-clean", sans-serif;
  line-height: 1.8rem;
  border-radius: 0.4rem;
  border-color: #999;
  border-color: #e6e6e6;
  clear: both;
}
form input:not([type=submit]):not([type=file]) {
  font-size: 1.8rem;
  font-family: "adobe-clean", sans-serif;
  line-height: 2.4rem;
  border-radius: 0.4rem;
  border-width: 0.1rem;
  border-style: solid;
  padding: 0.3rem 1rem;
}
form select {
  font-size: 1.8rem;
  font-family: "adobe-clean", sans-serif;
  line-height: 2.4rem;
  border-radius: 0.4rem;
  background-color: white;
  background-image: url(images/icon_dropdown.svg);
  background-position: right center;
  background-repeat: no-repeat;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-color: #999;
  border-color: #e6e6e6;
  height: 4.8rem;
  padding: 0 1.6rem;
  width: 100%;
}
form textarea {
  font-size: 1.8rem;
  font-family: "adobe-clean", sans-serif;
  border-color: #e6e6e6;
  padding: 0.8rem;
  width: calc(96.8%);
}
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.container.giant {
  height: 74.8rem;
}
.container.giant .column1,
.container.giant .column1_0,
.container.giant .column2,
.container.giant .column2_1_0,
.container.giant .column2_8,
.container.giant .column3,
.container.giant .column4,
.container.giant .column5,
.container.giant .column5_6_8 {
  height: calc(74.8rem);
}
.container.large {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64.7rem;
}
.container.large .flex_content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container.medium {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 51.7rem;
}
.container.medium.min {
  height: auto;
  min-height: 51.7rem;
}
.container.medium.max {
  height: auto;
  max-height: 51.7rem;
}
.container.small {
  height: 30.4rem;
}
.container.banner {
  height: 7rem;
}
.container.auto_height {
  height: auto;
  clear: both;
}
.image48,
.image104,
.image240,
.image360,
.image480,
.image720,
.image1024 {
  width: 100%;
  box-shadow: inset 0 0 4.8rem rgba(0, 0, 0, 0.08);
}
.image48 {
  height: 4.8rem;
}
.image104 {
  height: 10.4rem;
}
.image175 {
  height: 17.5rem;
  width: 30.1rem; /* for research area pages */
}
.image190
{
	height:19rem;
}
.image240 {
  height: 24rem;
}
.image360 {
  height: 36rem;
}
.image480 {
  height: 48rem;
}
.image720 {
  height: 48rem;
}
.image1024 {
  height: 102.4rem;
}
.flex_content {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.content,
.content_no_bg {
  width: 100%;
  position: relative;
}
.header {
  padding: 0;
  min-height: 6.4rem;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header .content {
  position: relative;
}
.header .header_fill {
  display: none;
}

.header ul {
  padding: 0;
}
.header li {
  display: inline-block;
  list-style: none;
  font-size: 1.8rem;
  color: #999;
  padding: 0 1.6rem;
  line-height: 6.4rem;
  height: 6.4rem;
}
.header li:first-child {
  padding: 0 1.6rem 0 0;
}
.header li:last-child {
  padding: 0 0 0 1.6rem;
}
.header li:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
}
.header #header-menu {
  display: none;
}
/* code for navigation colors */
.custom-navigation-color li a
{
	color: white;
}

.header .adobe {
  display: block;
  position: absolute;
  right: 0;
  top: 3.4rem;
  width: 7rem;
  height: 1.6rem;
  background-image: url(images/logo.svg);
  background-repeat: no-repeat;
  float: right;
}
.header .adobe-white {
  display: block;
  position: absolute;
  right: 0;
  top: 3.4rem;
  width: 7rem;
  height: 1.6rem;
  background-image: url(images/logo-icon-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  float: right;
}
.header .adobe-red {
  display: block;
  position: absolute;
  right: 0;
  top: 3.4rem;
  width: 7rem;
  height: 1.6rem;
  background-image: url(images/logo-red.svg);
  background-repeat: no-repeat;
  float: right;
}
.header a,
.white .header,
.blue_dark .header,
.blue_faint .header {
  color: #999;
}
.header a li:nth-child(2).selected a,
.white .header li:nth-child(2).selected a,
.blue_dark .header li:nth-child(2).selected a,
.blue_faint .header li:nth-child(2).selected a {
  color: white;
}
.header a li:nth-child(2).selected a:before,
.white .header li:nth-child(2).selected a:before,
.blue_dark .header li:nth-child(2).selected a:before,
.blue_faint .header li:nth-child(2).selected a:before {
  background-color: transparent;
}
.header a .selected a,
.white .header .selected a,
.blue_dark .header .selected a,
.blue_faint .header .selected a {
  color: #FF0000;
  position: relative;
}
.header a .selected a:hover,
.white .header .selected a:hover,
.blue_dark .header .selected a:hover,
.blue_faint .header .selected a:hover {
  color: #FF0000;
}
.header a .selected a:before,
.white .header .selected a:before,
.blue_dark .header .selected a:before,
.blue_faint .header .selected a:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 0.2rem;
  margin-top: 4.6rem;
  border-radius: 0.2rem;
  background-color: #FF0000;
}
.blue_faint .header li:nth-child(2).selected a,
.white .header li:nth-child(2).selected a {
  color: #333;
}
.header a:hover,
.blue_faint .header a:hover {
  color: #333;
}

.blue .header .adobe {
  background-image: url(images/logo-white.svg);
  background-repeat: no-repeat;
}
.blue .header a {
  color: rgba(255, 255, 255, 0.85);
}
/* custom code for search area */
.list {
  flex-direction: column;
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  padding: 0;
  margin: 0;
}

.list li {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  flex: 1 0 25%;
  padding: 10px;
  color: #fff;
}
/* homepage */
/* Slider custom design */
.slide-content
{
	position: absolute;
	padding:10px;
	display:none;
}
.slide-image
{
position:absolute;
height:400px !important; 
width:560px !important;
background-size:cover;
display:none;
}
.slider-nav
{
	width:60px;
	height:40px;
	padding:0px;
	background-color:darkgrey;
	position:absolute;
	right:0px;
	bottom:0px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.prev-btn, .next-btn
{
	padding:5px;
}
.home-main-slider-mobile
{
	padding-left: 1.5rem !important; 
	padding-right:1.5rem !important; 
	padding-top:2rem !important; 
	padding-bottom:2rem !important; 
	margin: 0px auto;
}

/* Slider Custom Design */
.people-row {
  display: flex;
  width: 100%;
}
.paddingNone
{
	padding-top:0.2rem !important;
}
/* Create three equal columns that sits next to each other */
.people-column {
  flex: 33.33%;
  padding: 0px;
  margin-bottom:-3px;
}
/*homepage */

/*custom code for search area */

/* 
Change made by Atul 
hover on color 
*/ 
/*added new style */
.header a:hover{

  color: #FF0000;
}
/*added new style */	
.blue .header a:hover {
  /* changed color: white; */
  color:#FF0000;
}
.blue_dark .header a:hover {
  /* changed color: white; */
  color:#FF0000;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
  background-color: transparent;
}
#header.fixed {
  box-shadow: 0 0 2.4rem -0.6rem rgba(0, 0, 0, 0.5);
}
#header.fixed.blue_dark {
  background-color: #181E21;
}
#header.fixed.blue_faint {
  background-color: #F2F8FA;
}
#header.fixed.blue {
  background-color: #2098F6;
}
#header.fixed.white {
  background-color: white;
}
#top.fixed {
  margin-top: 6.4rem;
}
.footer-left-column
{
	padding-left: 3.3rem !important;
}
.footer {
  padding: 0;
  min-height: 6.4rem;
  padding-top: 2.4rem;
  padding-bottom: 3.2rem;
}
.footer .flex_content {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.footer .column4 {
  min-width: auto;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.footer ul {
  padding: 0;
  width: 100%;
}
.footer li {
  font-size: 1.2rem;
  color: #999;
  line-height: 2.4rem;
  padding: 0 1.6rem 0 0;
  margin: 0;
  display: inline;
}
.footer li:first-child {
  padding-top: 0;
}
.footer li:last-of-type {
  padding-right: 0;
}
.footer li a {
  color: #999;
}
.footer li a:hover {
  color: #333;
}
.footer li#footer-learn_support {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.column1,
.column1_0 {
  min-width: 12.5%;
  -ms-flex-preferred-size: 12.5%;
      flex-basis: 12.5%;
}
.column2,
.column2_1_0,
.column2_8 {
  min-width: 25%;
  flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  text-align: left;
  padding: 0 1.6rem;
  -ms-flex-negative: 4;
      flex-shrink: 4;
}
.column2:nth-child(4n-7),
.column2_1_0:nth-child(4n-7),
.column2_8:nth-child(4n-7) {
  padding-left: 0;
  padding-right: 1.6rem;
}
.column2:nth-child(4n),
.column2_1_0:nth-child(4n),
.column2_8:nth-child(4n) {
  padding-left: 1.6rem;
  padding-right: 0;
}
.max_column3 {
  padding: 0 0 6.4rem 3.2rem;
}
.column3 {
  min-width: 33.333%;
  flex-basis: 33.333%;
  -ms-flex-preferred-size: 32%;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 0.53333333rem;
  padding-right: 0.53333333rem;
}
.column3:nth-child(3n-2) {
  padding-left: 0;
  padding-right: 1.0672rem;
}



/* News Listing Column One, Two and Three */
.x-column3-related-news:nth-of-type(3n-2) 
{
	padding: 0 1.3333em 0 0 !important;
	margin: 0 !important;
}	
.x-column3-related-news:nth-of-type(3n-1) 
{
	padding: 0 0.666em !important;
	margin: 0 !important;
}				
.x-column3-related-news:nth-of-type(3n) {
	padding: 0 0 0 1.3333em !important;
	margin: 0 !important;
}	



/* columns for news related pods */	
.column3-related-news:nth-of-type(3n-2) {
  padding-left: 0;
  margin-right: 0.4rem;
}
.column3-related-news:nth-of-type(3n-1) {
/*   padding-left: 2.0672rem !important;
  padding-right: 2.0672rem !important; */
    max-width: 32.1rem !important;
    width: 32.1rem !important;
    margin-left: 0.8rem !important;
    padding-right: 0rem !important;
}
.column3-related-news:nth-child(3n) {
	margin-left: 1.1rem;
}
/* custom padding related news*/
.column3:nth-of-type(3n) {
  padding-left: 1.0672rem;
  padding-right: 0;
}
.column3_8 {
  min-width: 33.333%;
  flex-basis: 33.333%;
  -ms-flex-preferred-size: 32%;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.column4 {
  min-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/* Caption made change here */

p.wp-caption-text 
{
/*	font-size: 1.7rem;	Dayworks Commented */
/*    color: #969696;	Dayworks Commented*/
    display: block;
   /*
	margin-top: 0.4rem;
    margin-bottom: 0.8rem;    
	*/
	/* Dayworks - Start*/
	font-size: 1.6rem;
	font-style: italic;
	margin-top:-5px;
	color: #565555;
	/* Dayworks - End*/
	/*  Atul changed older :: margin-bottom: -8px; */
	margin-bottom: 8px;
}

.wp-caption
{
	margin-top: 22px;
	font-size: 1.7rem;
    color: #666262;
    display: block;
/* dayworks - start */	
/*	width: 100% !important; */
    margin-left: 3px;
    margin-right: 3px;
/*    margin-bottom: 25px; */
/* dayworks - end */
}

.image-caption
{
/*    font-size: 1.7rem; Dayworks commented*/
    display: block;
/* dayworks - start */
/*    color: #666262;  */
	font-size: 1.6rem;
	color: #565555;
    font-style: italic;
    margin-bottom: 25px;
    margin-top: -5px;
/*    margin-bottom: -5px;	*/
/* dayworks - end */
}
/* dayworks - start */
.gallery-caption
{
    display: block;
	font-size: 1.6rem;
	color: #565555;
    font-style: italic;
    margin-bottom: 25px;
    margin-top: -5px;
}
/* dayworks - end */
.aligncenter
{
    margin-left: auto;
    margin-right: auto;
}
/* Caption made change here */

/* Section for navigation paging for posts on news landing page stats here */
.pagination {
text-align: center;
width:100%;
padding:20px 0;
position:relative;
font-size:18px;
line-height:13px;
}

.pagination-people-desktop
{
text-align: center;
width:100%;
padding-top:6.4rem;
padding-bottom:6.4rem;
position:relative;
font-size:18px;
line-height:13px;	
}

.pagination span, .pagination a,.pagination-people-desktop span,.pagination-people-desktop a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color: #2098F6;
-webkit-transition: color 0.2s;
transition: color 0.2s;
}

.pagination a:hover,.pagination-people a:hover
{
color:inherit;
text-decoration:underline;
}

.pagination .current, .pagination-people .current
{
padding:6px 9px 5px 9px;
color:inherit;
}
/* Section for navigation paging for posts on news landing page ends here*/
.all-programs-btn
{
	margin-top:3rem !important;
}
/*home page main heading */

.heading-subtext
{
/* 	font-size:2.2rem; */
}
/* Atul made changes here for news landing page - start */

.title-program
{
/* 	line-height:3.1rem;  */
	padding-top: 2.4rem; 
	padding-bottom: 2.4rem;
}

.sub-text-project-category
{
/* line-height:3.1rem;  */
padding-top: 2.4rem;  
padding-bottom: 2.4rem;
}

.sub-text-project-category
{
/* line-height:2.3rem; */ 
min-height: 14rem;
}

.title-single-news-card-featured
{
/* font-size: 2.4rem; 
line-height: 3.6rem;  */
padding-top: 2.4rem;  
padding-bottom: 2.4rem;
/* min-height: 5rem; */
}
.sub-text-single-news-card-featured
{
/* font-size: 1.8rem;
line-height: 2.7rem; */
}

.pub-custom-tag-desktop li
{
	margin-left:0rem !important;
	display:inline !important;
	padding-left:0rem !important;
}
.pub_first_tag_desktop
{
	padding-right:0.6rem !important;
}
.pub_after_first_tag_desktop
{
	padding-left:0.6rem !important;
	padding-right:0.6rem !important;
}

.pub-custom-tag-desktop
{
	padding-top:1rem;
}

.research-areas-publications
{
/* font-size: 2.4rem; 
line-height: 3.6rem; */ 
padding-top: 2.4rem;  
padding-bottom: 2.4rem;
/* min-height: 9.5rem; */
}

.title-single-videos-card-recent
{
/* font-size: 2.4rem; 
line-height: 3.6rem; */ 
padding-top: 1rem;  
padding-bottom: 2.4rem;
/* min-height: 9.5rem; */
}

.title-single-news-card-recent
{
/* font-size: 2.4rem; 
line-height: 3.6rem; */ 
padding-top: 2.4rem;  
padding-bottom: 2.4rem;
/* min-height: 9.5rem; */
}
.sub-text-single-news-card-recent
{
/* font-size: 1.8rem;
line-height: 2.34rem; */
padding-bottom: 2.4rem;
}
/* Atul made changes here for news landing page - end */

/* Atul made change here */
.align-left {
  text-align: left !important;
}

.column4_2_8 {
  min-width: 25%;
  flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  margin: 0 12.5%;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.column4_2_8 .image {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 15.2rem;
  box-shadow: inset 0 0 4.8rem rgba(0, 0, 0, 0.08);
}
.column5,
.column5_6_8 {
  min-width: 62.5%;
  flex-basis: 62.5%;
  -ms-flex-preferred-size: 62.5%;
}
.column6 {
  min-width: 75%;
  flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
}
.column8 {
  min-width: 100%;
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  -webkit-box-flex: 8;
      -ms-flex-positive: 8;
          flex-grow: 8;
}
.columnAuto {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.carousel_column,
.column1,
.column1_0,
.column2,
.column2_1_0,
.column2_8,
.column3,
.column3_8,
.column4,
.column4_2_8,
.column5,
.column5_6_8,
.column6,
.column7,
.column8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  word-wrap: break-word;
}
.carousel_column.blue_faint .content,
.column1.blue_faint .content,
.column1_0.blue_faint .content,
.column2.blue_faint .content,
.column2_1_0.blue_faint .content,
.column2_8.blue_faint .content,
.column3.blue_faint .content,
.column3_8.blue_faint .content,
.column4.blue_faint .content,
.column4_2_8.blue_faint .content,
.column5.blue_faint .content,
.column5_6_8.blue_faint .content,
.column6.blue_faint .content,
.column7.blue_faint .content,
.column8.blue_faint .content,
.carousel_column.blue_dark .content,
.column1.blue_dark .content,
.column1_0.blue_dark .content,
.column2.blue_dark .content,
.column2_1_0.blue_dark .content,
.column2_8.blue_dark .content,
.column3.blue_dark .content,
.column3_8.blue_dark .content,
.column4.blue_dark .content,
.column4_2_8.blue_dark .content,
.column5.blue_dark .content,
.column5_6_8.blue_dark .content,
.column6.blue_dark .content,
.column7.blue_dark .content,
.column8.blue_dark .content,
.carousel_column.blue_faint .content,
.column1.blue_faint .content,
.column1_0.blue_faint .content,
.column2.blue_faint .content,
.column2_1_0.blue_faint .content,
.column2_8.blue_faint .content,
.column3.blue_faint .content,
.column3_8.blue_faint .content,
.column4.blue_faint .content,
.column4_2_8.blue_faint .content,
.column5.blue_faint .content,
.column5_6_8.blue_faint .content,
.column6.blue_faint .content,
.column7.blue_faint .content,
.column8.blue_faint .content {
  padding: 3.2rem 3.2rem 4.8rem 3.2rem;
}
.textFirst .column4:first-child,
.textFirst .column5:first-child {
  padding-right: 8.8rem;
  padding-left: 8.8rem;
}
.textFirst .column4:last-child,
.textFirst .column5:last-child {
  padding-right: 0;
  padding-left: 0;
}
.textSecond .column4:first-child,
.textSecond .column5:first-child {
  padding-right: 0;
  padding-left: 0;
}
.textSecond .column4:last-child,
.textSecond .column5:last-child {
  padding-right: 8.8rem;
  padding-left: 8.8rem;
}
.button {
  border-radius: 0.3rem;
  text-align: center;
  line-height: 4.1rem;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.button.large {
  display: inline-block;
  height: 4.1rem;
  font-size: 1.6rem;
  line-height: 4.1rem;
  padding: 0.2rem 3rem 0 3rem;
  margin: 2rem 0 1.6rem 3.2rem;
  white-space: nowrap;
}
.button.large:first-of-type {
  margin-left: 0rem;
}
.button.medium {
  display: inline-block;
  height: 2.4rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 0.1rem 2rem 0 2rem;
  margin: 1.4rem 0 1.6rem 3.2rem;
}
.button.medium:first-of-type {
  margin-left: 0rem;
}
.button.full_width {
  display: block;
  width: auto;
  margin: 1.4rem 0 1.6rem 0;
}
.button.blue {
  color: #2098F6;
  background-color: transparent;
  border: solid 0.1rem #2098F6;
}
.button.blue:hover {
  background-color: rgba(32, 152, 246, 0.05);
}
.button.white {
  color: white;
  background-color: transparent;
  border: solid 0.1rem white;
}
.button.white:hover {
  color: white;
  background-color: rgba(255, 255, 255, 0.05);
}
.button.grey {
  color: #999;
  background-color: transparent;
  border: solid 0.1rem #999;
}
.button.grey:hover {
  color: #999;
  background-color: rgba(153, 153, 153, 0.05);
}
.carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
}
.carousel .carousel_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}
.carousel .carousel_slide_fixed {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  height: 100%;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  white-space: normal;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel .carousel_slide_fixed:first-of-type {
  display: block;
}
.carousel .carousel_slide_fixed {
  display: none;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  height: 100%;
  z-index: 1;
}
.carousel .carousel_slide {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  white-space: normal;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel .carousel_slide:first-of-type {
  opacity: 1;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.carousel .flex_carousel {
  width: 100%;
  max-width: 1060px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0;
}
.carousel .column1,
.carousel .column1_0,
.carousel .column2,
.carousel .column2_1_0,
.carousel .column2_8,
.carousel .column3,
.carousel .column4,
.carousel .column5,
.carousel .column5_6_8 {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
/* Atul's changes */

.research-news-about-page-title
{
	font-size: 3rem;
    /* color: #2098F6; */
    /* margin-bottom: 15px; */
}

.research-news-about-page-text{
}
.news-navigation{
	background-color: #f2f8fa;
	height: 4rem;
	width: 50%; 
	text-align:center;
}
.round-radius
{
  border-radius: 5px;
}
.medium .carousel {
height: 44.7rem;/*height:42rem; */
}
/* Atul's changes */

.carousel .dots {
  position: absolute;
  bottom: 0rem;
  left: 0;
  /*width: 100%;
  text-align: center;
  */
  z-index: 2;
}
.carousel .dots .dot {
  display: inline-block;
  margin: 0rem;
  width: 1rem;
  height: 1rem;
  padding: 2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.5;
  cursor: pointer;
  background-color: transparent !important;
}
.carousel .dots .dot.blue_dark {
  fill: white;
}
.carousel .dots .dot.blue_faint {
  fill: #2098F6;
}
.carousel .dots .dot.blue {
  fill: white;
}
.carousel .dots .dot.white {
  fill: #2098F6;
}
.carousel .dots .dot.selected,
.carousel .dots .dot:hover {
  opacity: 1;
}
.carousel .dots .dot use {
  width: 4.8rem;
  height: 4.8rem;
}
.list_sub_nav_bar,
.list_sub_nav_form,
.list_pages,
.list_tags {
  height: 7rem;
  white-space: nowrap;
  margin: 0;
}
.list_sub_nav_bar li,
.list_sub_nav_form li,
.list_pages li,
.list_tags li,
.list_sub_nav_bar li:first-child,
.list_sub_nav_form li:first-child,
.list_pages li:first-child,
.list_tags li:first-child {
  display: inline-block;
  list-style: none;
  font-size: 2.4rem;
  line-height: normal;
  padding: 0;
  margin: 0;
  text-indent: 0;
  color: #999;
  white-space: nowrap;
}
.list_sub_nav_bar li a,
.list_sub_nav_form li a,
.list_pages li a,
.list_tags li a,
.list_sub_nav_bar li a:hover,
.list_sub_nav_form li a:hover,
.list_pages li a:hover,
.list_tags li a:hover,
.list_sub_nav_bar li p,
.list_sub_nav_form li p,
.list_pages li p,
.list_tags li p {
  display: inline-block;
  font-size: 2.4rem;
  color: #999;
  line-height: 7rem;
  padding: 0 3.2rem;
}
.list_sub_nav_bar li a.selected,
.list_sub_nav_form li a.selected,
.list_pages li a.selected,
.list_tags li a.selected,
.list_sub_nav_bar li a.selected:hover,
.list_sub_nav_form li a.selected:hover,
.list_pages li a.selected:hover,
.list_tags li a.selected:hover {
  background: white;
  color: #333;
}
.list_sub_nav_bar label,
.list_sub_nav_form label,
.list_pages label,
.list_tags label {
  font-size: 1.8rem;
  margin-left: 3.2rem;
}
.list_sub_nav_bar label:last-child,
.list_sub_nav_form label:last-child,
.list_pages label:last-child,
.list_tags label:last-child {
  margin-left: 3.2rem;
}
.list_sub_nav_bar input,
.list_sub_nav_form input,
.list_pages input,
.list_tags input,
.list_sub_nav_bar select,
.list_sub_nav_form select,
.list_pages select,
.list_tags select {
  color: #999;
  font-size: 1.8rem;
  font-weight: 100;
  line-height: 4.6rem;
  height: 4.6rem;
  padding: 0 1.6rem;
  margin-bottom: 1.3rem;
  outline: none;
  background-color: transparent;
  border: solid 0.1rem #999;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.3rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list_sub_nav_bar input::-webkit-input-placeholder,
.list_sub_nav_form input::-webkit-input-placeholder,
.list_pages input::-webkit-input-placeholder,
.list_tags input::-webkit-input-placeholder,
.list_sub_nav_bar select::-webkit-input-placeholder,
.list_sub_nav_form select::-webkit-input-placeholder,
.list_pages select::-webkit-input-placeholder,
.list_tags select::-webkit-input-placeholder {
  font-weight: 100;
  color: #797a7b;
}
.list_sub_nav_bar input::-ms-expand,
.list_sub_nav_form input::-ms-expand,
.list_pages input::-ms-expand,
.list_tags input::-ms-expand,
.list_sub_nav_bar select::-ms-expand,
.list_sub_nav_form select::-ms-expand,
.list_pages select::-ms-expand,
.list_tags select::-ms-expand {
  display: none;
}
.list_sub_nav_bar select,
.list_sub_nav_form select,
.list_pages select,
.list_tags select {
  padding-right: 4.8rem;
  background-image: url(images/icon_dropdown.svg);
  background-position: right center;
  background-repeat: no-repeat;
  margin-left: 0.8rem;
  min-width: 16rem;
}
/* DLS Page */
/* Dls page - lecture popup */
.clip
{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(0);
  z-index: 1000;
  width: 50%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  transition: 0.5s;
}
.clip.active
{
  opacity:0.5;
  visibility: visible;
  opacity: 1;
  transition-delay: 0.5s;
  transform: translate(-50%,-50%) scale(1);
  /*background:grey;*/
}
.clip #video-frame
{
  max-width: 900px;
  outline: none;
  border: 10px solid #fff;
  box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}
.clip .close
{
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  font-weight: 500;
  font-size: 1em;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 991px)
{
  .clip #video-frame
  {
    max-width: 90%;
  }
}
/* Dls page - lecture popup */
/*other ares of DLS */
.featured-lecture-heading
{
	font-size:3rem;
	color:#2098F6;
}
.padding-custom-dls-content
{
	padding-left:3.2rem;
	padding-right:3.2rem;
}
.dls-page-thumbnail
{
	height: 19rem !important;
    margin-bottom: 1.5rem !important;
    width: 30.5rem !important;
}

.panel-dls-padding-custom
{
	padding-bottom:1rem !important;
}

.dls-lecture-pod
{
	padding-left:0.1rem !important; 
	padding-bottom: 0.1rem !important;
}
/* DLS Page */

/*Vidoes pages*/
.featured-video-container
{
	width: 100% !important; 
	height: 578px;
}
.featured-video
{
	width: 100% !important; 
	height: 578px;
}

.single-video-container
{
	width: 100% !important; 
	height: 578px;
}
.single-video
{
	width: 100% !important; 
	height: 578px;
}
/*Vidoes pages*/
/*Vidoes Part Sort by*/
.research_area_videos_by_left_padding
{
	padding-left: 4.8rem !important;
}
.sort_by_videos_left_padding
{
	padding-left: 2.8rem !important;
}
.videos-sortby
{

	min-width: 30rem !important;
}
/* news dropdown */
.news-select-category-width
{
	width:40rem !important;	
}
.news-select-sortby-width
{
	width:23rem !important;
}
.videos-research-area
{
	max-width:30rem !important;
}
.videos-width
{
	padding-bottom:0.8rem !important;
}
/*Vidoes Part Sort by*/

.list_sub_nav_bar,
.list_sub_nav_form {
  padding: 0;
  height: auto;
}
.list_pages {
  text-align: center;
  width: 100%;
}

.publications > a:first-child {
    padding-left:0rem;
}

.list_pages a,
.list_pages a:hover,
.list_pages p,
.list_pages span {
  display: inline-block;
  list-style: none;
  font-size: 1.8rem;
  margin: 0;
  text-indent: 0;
  white-space: nowrap;
  color: #999;
  line-height: 4.8rem;
  padding: 0 0.5rem;
}
.list_pages a:hover {
  color: #181E21;
}
.list_pages a.current,
.list_pages span.current {
  background: #2098F6;
  color: white;
}
.list_pages a.selected:hover {
  background: #1872b9;
  color: white;
}
.list_tags {
  width: 100%;
  height: auto;
  padding-bottom: 3.2rem;
  margin: 0.4rem 0 0 0;
  white-space: normal;
}
.list_tags li a,
.list_tags li a:hover,
.list_tags li p {
  color: #999;
  font-size: 1.4rem;
  display: inline-block;
  padding: 0 0.8rem;
  margin: 0 0.8rem 0.8rem 0;
  line-height: 2.4rem;
  border-radius: 0.3rem;
  border: solid 0.1rem #999;
  border-color: #999;
}
.blue .list_tags li a,
.blue .list_tags li a:hover,
.blue .list_tags li p {
  color: white;
  border-color: white;
}
#people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/*full-time positions*/
.padding_left_careers_fulltime
{
	padding-left: 3.2rem;
}
.job-item
{
	padding-right:10rem;
}
.job-position-title
{
	line-height: 3.1rem !important;
    font-size: 2rem;
	min-width: 30rem;
    display: flex;
    align-items: center;
	padding-top:1.4rem;	
}

.job-location
{
	color: #918e8e; 
	font-size:1.6rem; 
	display: block; 
	white-space: pre-wrap;
}
/*fulltime positions*/
/*fellowship and scholarship pages */
.fellowship_text
{
	width:23rem;
	font-size:2.4rem;
	margin:0px auto;
}
.fellowship_learn_more
{
		font-size: 2.8rem !important; 
		font-family: adobe-clean, sans-serif;  
		padding-top: 0px !important;  
		font-weight: 500; 
		padding-left:3rem !important; 
}
.honorable_mentions
{
	/*padding-left:1.5rem;*/
	padding-top:0rem;
}

.winner-person-name
{
	line-height: 3.1rem !important;
    font-size: 2rem;
}
.winner-univ-name
{
	color: #918e8e; 
	font-size:1.6rem; 
	display: block; 
	white-space: pre-wrap;
}

.fellowship-winners-names
{
	min-width: 30rem;
    display: flex;
    align-items: center;
	padding-top:2.4rem;
}

/* winners page css ends */

.fellowship-main-text
{
	width:85%;
}
.fellowship-text-small
{
	 font-size: 1.8rem !important; 
	 line-height: 2.6rem !important;
}
.fellowship-icon-small
{
	width:3.8rem !important; 
	height:3.8rem !important;
}
.padding_top_fellowship
{
	padding-top:1.4rem !important;
}
.fellowship-pod
{
	background: white;
    min-height: 200px !important;
	padding-right:0px !important;
	padding-left:0px !important;
    margin-right: 65px;
    width: 300px;
    min-width: 300px !important;
    height: 205px !important;
	box-shadow: 0px 6px 12px 0px rgb(0 0 0 / 5%);
    border-radius: 6px;
}
.wit-india-pod
{
	background: white;
    min-height: 200px !important;
	padding-right:0px !important;
	padding-left:0px !important;
    margin-right: 65px;
    width: 300px;
    min-width: 300px !important;
    height: 230px !important;
	box-shadow: 0px 6px 12px 0px rgb(0 0 0 / 5%);
    border-radius: 6px;
}

.padding-zero
{
	padding-top:0rem !important;
}
.shadow1
{
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
border-radius: 6px;
}
.btn-expand-all
{
  /* width: 9rem !important; */
  font-family: "adobe-clean", sans-serif;
  padding: 1.8rem;
  padding-left: 0rem !important;
  text-align: right;
  float: left;
  background:white;
  color: #444;
  cursor: pointer;
  border: none;
  text-align: right !important;
  outline: none;
  font-size: 15px;
  transition: 0.4s;	
}
.accordion h2
{
    font-size: 2.4rem !important;
	font-family: "adobe-clean", sans-serif;
    padding-top: 0px !important;
    font-weight: 500;
}
.panel
{
	font-family: "adobe-clean", sans-serif;
}
.accordion 
{
  background: white; 
  font-size: 1.5rem;
  line-height: 2.8rem;
  border-top: 1px #999999 solid !important;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  color: #444;
  cursor: pointer;
  padding: 1rem;
  padding-left: 0rem !important;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
}

.accordion-active{
    margin-top: 10px !important;	
}

.active, .accordion:hover {
}

.panel {
  padding: 0 18px;
  padding-left: 0px !important;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/*fellowship and scholarship pages */
/* Videos Page */
.overlay-video {
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -ms-transition: opacity 600ms ease-in;
  transition: opacity 600ms ease-in;
  -ms-transition: opacity .6s;
  transition: opacity .6s;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .7);
  z-index: 999999;
}

.o1 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -ms-transition: opacity 600ms ease-out;
  transition: opacity 600ms ease-out;
  -ms-transition: opacity .6s;
  transition: opacity .6s;
}

.videoWrapperExt {
  position: relative;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 982px;
  padding: 0 20px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.close {
 background-image:url(http://djit.ac/assets/images/news/mark.png);
  position: absolute;
  top: -50px;
  right: 0px;
  cursor: pointer;
  z-index: 9999;
  height: 40px;
  width: 40px;
  background-size: 40px;
  @media (max-width: 767px) and (orientation: landscape) {
    display: none;
  }
}
.video-duration
{
	position: absolute !important; 
	bottom: 10px !important; 
	right: 10px !important; 
	background:black; 
	line-height:1.8rem !important;
	padding-top:0rem !important; 
	font-size:1.4rem;
}
.sort_by_left_padding
{
	padding-left:3.5rem !important;
}
.video-page-thumbnail
{
	height:19rem !important;
	margin-bottom:1.5rem !important;
}
/*Videos page ends*/
/* Peoples page desktop custom css start */
.custom-width-desktop-person
{
	padding-top:3rem; 
	padding-bottom:3rem; 
	padding-left: 0rem !important;
}
.select_research_area
{
	width:28rem !important;
}
.desktop-peoples-padding
{
	padding-left: 3.4rem;
	padding-right: 3.4rem;
}
.refine-results-desktop
{
	padding-left:3.6rem;
	padding-right:0rem !important;
	margin:0rem !important;
	line-height:4.6rem !important;
}
.custom-banner-heading-people
{
	padding-left: 3.4rem !important;
}
.custom-width-990
{
	width:990px;
}
.filter-text
{
	padding-right:1.5rem;
}
.filter-text-people
{
	padding-right:0.5rem;
}
.filter-by-lastname
{
	flex: 6 0 0;
	padding-top:3.4rem;
}
.results-filter
{
	width: 100%;
    display: block;
    justify-content: space-between;
	font-size:1.7rem !important;
	text-align:center;
	margin:0rem auto;
}

.results-count
{
 /*flex: 1 0 0;  */
 max-width: 12rem; 
 padding-right: 0rem !important; 
 padding-left: 2rem;
 min-width: 13rem;
 text-align: right;
}
.person-name
{
/* 
padding-top: 3rem !important; 
padding-left: 1.5rem !important; 
*/
}
.custom-width-person
{
    padding-top: 5.6rem !important;
}
.custom-sub-heading-people
{
	font-size:24px;
}
.custom_profile_pic
{
	height:8.9rem;
	width:8.9rem;
    padding-top: 5.6rem 0 0 0 !important;	
}

/* 
#select_locations,.width_300
{
	width:30rem !important;
} 
*/
.custom_size_heading
{
	font-size:2.2rem;
}

.padding_filter_lastname
{
	padding-left:0rem !important;
}

.ul-select-peoples-page
{
	padding-left: 3rem !important;
}
/* .custom-padding-total-researchers
{
	padding-bottom: 0rem !important;	
	padding-left: 11.5rem !important;
	padding-right: 0rem !important;
} */
.no-inline-peoples
{
	display: inline !important;
}
.people_padding_custom_bottom
{
	padding-left: 2rem;
    padding-right: 2rem;
}
.people_margin_bottom_select
{
	margin-bottom:0rem !important;
	margin-left:0px !important;
	color:#2098F6 !important;
	border:solid 0.1rem #2098F6 !important;
	/* width:28rem; */
}
.filter-keys
{
	color:#999999;
	padding-right: 1.5rem;
    display: inline-block;
    font-size: 1.7rem;
    line-height: 2.7rem;	
}
.filter-keys-selected
{
	color:#51a8f7;
	padding-right: 1.5rem;
    display: inline-block;
    font-size: 1.7rem;
    line-height: 2.7rem;	
}
.custom-width-person h3
{
    line-height: 3.1rem !important;
    font-size: 2.2rem;
	padding-left: 3.2rem;
}
.custom-people-list
{
	padding-left: 0rem !important;
	padding-right: 0rem !important;
}
/* Dayworks: 10-Dec-2019: custom padding for profile left side start*/
.research-child-banner-custom-padding
{
	padding-top:7.5rem !important;
}
.profile-name-padding-top
{
	padding-top: 2rem;
}
.profile-research-area-tag
{
	font-size:1.6rem !important;
	color: #2098F6 !important;
	border: solid 0.1rem #2098F6 !important;
}
.profile-resear-area-tab-blue
{
	border: solid 0.1rem #2098F6 !important;	
}
/* Dayworks: 10-Dec-2019: custom padding for profile left side end*/
/* Peoples page desktop custom css end */

/* Publications page starts */
.people-select-location
{
	width:32rem!important
}
.publication-select-year
{
	width:27rem;
}
.news-select-year
{
	width:30rem;
}
.publication-research-area
{
	color:#2098F6 !important; 
	border: solid 0.1rem #2098F6 !important; 
}
/* Videos page dropdown */
.publication-select-research-area, .videos-select-research-area
{
		width:36rem !important;
}
.videos-select-sort-by
{
	width: 27rem;
}
/* Videos page dropdown */
.publications span.current
{
	color:#2098F6 !important;
	background:white;
}
.publications span:first-child, .publications a:first-child{
	padding-left: 0rem !important;
}
/* Publications page ends */

.custom-width-person
{
	min-width:30rem;
	display: flex;
    align-items: center;	
}

#people.hide {
  display: none;
}
.person {
  padding: 0 0 3.2rem 0;
  margin: 0;
  -ms-flex-item-align: start;
  /* align-self: flex-start; */
  white-space: nowrap;
}
.person.small h3 {
  line-height: 1.8rem;
  max-width: calc(77%);
  white-space: normal;
}
.person.small h3 p {
  color: #999;
  font-size: 1.6rem;
}
.person.small .image {
  width: 4.8rem;
  height: 4.8rem;
}
.person.medium {
  padding: 3.2rem 0 0 0;
}
.person.medium h3 {
  line-height: 2rem;
  max-width: calc(44.7%);
  white-space: normal;
}
/* 
orignal backup
.person.medium .image {
  width: 10.5rem;
  height: 10.5rem;
} 
*/
/* research areas child pages */
.pad_left_right
{
	  /* padding-right: 3.2rem; */
	  padding-left: 3.2rem;
}
.research-area-video
{
	padding-top:4rem;
}
.research-area-video.mobile
{
	padding-top:0.6rem;
}
.research-areas.person.medium .image {
  width: 8.8rem;
  height: 8.8rem;
}
.padbottom_research_child_custom
{
	padding-bottom:2.4rem;
	width:100%;
}
.research-areas-pods
{
	padding-left:3.2rem;
}
.research-areas.publication h3
{
	line-height: 3.1rem !important;
    font-size: 2.2rem;	
}
.researcher-profile
{
	display: flex;  
	flex-direction: column; 
	max-width:calc(70.7%)
}	
.research-areas.person h3
{
	line-height: 3.1rem !important;
    font-size: 2.2rem;
    padding-left: 3.2rem;
	padding-top: 2.1rem;
	max-width: 100%;
}
.no-margin
{
	margin:0rem !important;
}
/* research areas child pages */

.pub-research-area-desktop
{
	padding-bottom: 2.4rem;
}
.person.medium .image {
  width: 8rem;
  height: 8rem;
}
.person.large {
  width: 100%;
  padding: 0;
}
.person.large .image {
  width: 23.3rem;
  height: 23.3rem;
}
.person .image {
  display: inline-block;
  border-radius: 50%;
  border: none;
  background-size: cover;
  background-position: center center;
}

.person h3 {
  display: inline-block;
/*   padding: 1.4rem 0 0 0;
  margin: 0 0 0 1.4rem; */
  vertical-align: top;
}
.person h3 p {
  color: #999;
  font-size: 1.6rem;
  line-height: normal;
}
.column3 .person {
  padding: 3.2rem 0 0 3.2rem;
}
.page_title_custom {
  padding: 10.5rem 0 1.9rem 0rem;
}
.page_title {
  /* Orignal padding: 10.5rem 0 3.2rem 3.2rem; */
  padding: 10.5rem 0 4.2rem 3.2rem;
}
.page_title h1,
.page_title h2,
.page_title h3 {
  padding: 0;
}
.publication_title {
  padding: 2.4rem 0 0 0;
}
.publication_title p,
.publication_title h6 {
  padding: 0.4rem 0 0 0;
}
.publication_title cite {
  color: #999;
  display: inline-block;
  padding: 0.4rem 0 0 0;
}

/* Video child page */
.video-single-custom-padding
{
	padding-top:2rem !important;
}
.no-padding-videos
{
	padding-top:0rem !important;
}
.filter-videos-text
{
	padding-left:3rem !important;
}
.title-single-video-page
{
	padding-top:0rem !important;
	padding-bottom:2rem !important;
}
/* Video child page */
#story {
  padding:0rem;
}
.story {
  font-size: 1.8rem;
}
.story img {
/* dayworks - start*/  
  width: auto;
  height:auto;
  max-width: 100%;
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
/* dayworks AZ - end */
  /* max-width: 100%; */
  /* margin-bottom: 1.6rem;*/
  margin-bottom: 0px;
}
.story img.inset {
  display: block;
  float: right;
  padding: 1.6rem;
  margin-right: -10.5rem;
}
.align_self_none {
  -ms-flex-item-align: unset;
      -ms-grid-row-align: unset;
      align-self: unset;
}
.align_self_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align_self_end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align_self_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}
.align_self_stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.align_none {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
.align_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align_end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}
.content_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.content_space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
/* changes made by Atul start here */ 
.custom_full_height_500
{
	height:500px;
}
.custom-padding-head-adobe-research
{
	padding-top:40rem;
}
.full_height-slider 
{
  height: 28rem;
}
/* changes made by Atul end here */ 

.full_height {
  height: 100%;
}
.full_width {
  width: 100%;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
.text_center {
  text-align: center;
}
.bottom,
.top,
.left,
.right {
  position: absolute;
}
.bottom {
  bottom: 0;
}
.top {
  top: 0;
}
.left {
  left: 0;
}
.right {
  right: 0;
}
.nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex: 0 1 auto;
}
.desktop_nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.paddingSuper {
  padding: 10.5rem;
}
.paddingSuper.pad_top,
.paddingSuper .pad_top_0_0 {
  padding-top: 10.5rem;
}
.paddingSuper.pad_bottom {
  padding-bottom: 10.5rem;
}
.paddingSuper_top {
  padding-top: 10.5rem;
}
.paddingSuper_bottom {
  padding-bottom: 10.5rem;
}
.paddingSuper_left {
  padding-left: 10.5rem;
}
.paddingSuper_right {
  padding-right: 10.5rem;
}
.paddingGiant {
  padding: 6.4rem;
}
.paddingGiant.pad_top,
.paddingGiant .pad_top_0_0 {
  padding-top: 6.4rem;
}
.paddingGiant.pad_bottom {
  padding-bottom: 6.4rem;
}
.paddingGiant_top {
  padding-top: 6.4rem;
}

/* Atul Jindal - changes start */
  .about-us-new-paddingGiant_top
  {
	  padding-top: 6.4rem;
  }
  .about-us-new-icon80
  {
		width:8.8rem;
		height:8.8rem;
		float:left;
  }

  .about-us-new-icon-content
  {
		float: right;
		margin-left: 20px;
  }
  h2.no-hover:hover
  {
	  color:black !important;
  }
  .about-us-new-icon-content h2:hover
  {
	  color:#1872b9;
  }
/* Atul Jindal - changes end */

.paddingGiant_bottom {
  padding-bottom: 6.4rem;
}
/* Dayworks Changes Start 2/8/2019 */
.paddingGiant_bottom_important {
  padding-bottom: 8.9rem !important;
}
/* Dayworks Changes End 2/8/2019 */
.paddingGiant_left {
  padding-left: 6.4rem;
}
.paddingGiant_right {
  padding-right: 6.4rem;
}
.paddingMed {
  padding: 3.2rem;
}
.paddingMed.pad_top,
.paddingMed .pad_top_0_0 {
  padding-top: 3.2rem;
}
.paddingMed.pad_bottom {
  padding-bottom: 3.2rem;
}
.paddingMed_top {
  padding-top: 3.2rem;
}
.paddingMed_left {
  padding-left: 3.2rem;
}

.paddingMed_custom_bottom
{
	padding-bottom: 3.2rem;
}

.paddingMed_bottom {
  padding-bottom: 3.2rem;
}
.paddingMed_right {
  padding-right: 3.2rem;
}
.paddingMini_top {
  padding-top: 1.8rem;
}
.paddingMini_left {
  padding-left: 1.8rem;
}
.paddingMini_bottom {
  padding-bottom: 1.8rem;
}
.paddingMini_right {
  padding-right: 1.8rem;
}
.paddingMicro_top {
  padding-top: 0.8rem;
}
.paddingMicro_left {
  padding-left: 0.8rem;
}
.paddingMicro_bottom {
  padding-bottom: 0.8rem;
}
.paddingMicro_right {
  padding-right: 0.8rem;
}
.marginMicro_top {
  margin-top: 0.8rem;
}
.marginMicro_left {
  margin-left: 0.8rem;
}
.marginMicro_bottom {
  margin-bottom: 0.8rem;
}
.marginMicro_right {
  margin-right: 0.8rem;
}
.pad_top,
.pad_top_0_0 {
  /* Changes by Atul here 
     padding-top: 6.4rem; */
   padding-top: 2.4rem;
}
.pad_bottom {
	padding-bottom: 6.4rem;
}
.pad_none {
  padding: 0;
}
.autoWrapColumn3 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-bottom: 1.6rem;
}
.autoWrapColumn3:nth-child(3n+1) {
  /* or 4n+1 */
  padding-right: 1rem;
  padding-left: 0;
}
.autoWrapColumn3:nth-child(3n) {
  /* or 4n+1 */
  padding-right: 0;
  padding-left: 1rem;
}
.mar_top {
  margin-top: 6.4rem;
}
.mar_bottom {
  margin-bottom: 6.4rem;
}
.mar_left {
  margin-left: 6.4rem;
}
.marSuper_top {
  margin-top: 10.5rem;
}
.marSuper_right {
  margin-right: 10.5rem;
}
.marSuper_bottom {
  margin-bottom: 10.5rem;
}
.marSuper_left {
  margin-left: 10.5rem;
}
.marMed {
  margin: 3.2rem;
}
.marMed_top {
  margin-top: 3.2rem;
}
.marMed_bottom {
  margin-bottom: 3.2rem;
}
.marMed_left {
  margin-left: 3.2rem;
}
.marMed_right {
  margin-right: 3.2rem;
}
/* custom css news images */
.image-background-contain {
    background-size: contain !important;
    height: 22.6rem !important;
    /*max-width: 32rem !important;*/
    width: 100% !important;
}
/* custom css news images */
.image-background {
  background-color: #F2F8FA;
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  color: white;
}
.video_preview {
  background-image: url(images/icon_play.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10.2rem 10.2rem;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: .75;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.video_preview:hover {
  opacity: 1;
}
.video_preview_content {
  text-align: left;
  padding: 3.2rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  cursor: pointer;
}
.feature_overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1001;
}
.feature_overlay.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feature_overlay .story,
.feature_overlay .content {
  padding: 0;
  margin: 0;
}
.feature_overlay iframe[src^='https://www.youtube.com'],
.feature_overlay iframe[src^='https://www.vimeo.com'],
.feature_overlay iframe[src^='https://tv.adobe.com'],
.feature_overlay iframe[src^='https://video.tv.adobe.com'] {
  min-height: 60.75rem;
}
.feature_overlay .container.medium {
  height: 51.7rem;
  max-height: 100%;
}
.feature_overlay .flex_content {
  position: relative;
  overflow: visible;
}
.feature_overlay .close_feature {
  position: absolute;
  top: -1.8rem;
  right: -1.8rem;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
}
.feature_overlay .close_feature:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: url(images/icon%20close.svg);
  background-repeat: no-repeat;
}
body.body-overlay {
  height: 100%;
  overflow: hidden;
}
.blue_faint {
  background-color: #F2F8FA;
}
.blue_dark {
  color: white;
  background-color: #181E21;
}
.blue {
  color: white;
  background-color: #2098F6;
}
.grey_border {
  border-top: solid 0.1rem rgba(153, 153, 153, 0.25);
}
.red {
  color: white;
  background-color: #FF0000;
}
.clear {
  clear: both;
}
.color_dark {
  color: #333;
}
.color_light {
  color: #999;
}
.color_red {
  color: #FF0000;
}
.color_blue {
  color: #2098F6;
}
.color_blue_dark {
  color: #181E21;
}
.color_blue_faint {
  color: #F2F8FA;
}
.color_grey_faint {
  color: #999;
}
.color_white {
  color: rgba(255, 255, 255, 0.85);
}
.color_white:hover {
  color: white;
}
.video-fellowship
{
	min-width:100%;
	min-height:57rem;
}
.image-custom-background
{
	  height:38rem;
	  background-size: cover !important;
}
.medium-custom-height
{
height:56rem;
}

/* Desktops and laptops ----------- */
@media only screen and (max-width: 768px) {
  .max_column3 .column3 {
    min-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .list_sub_nav_bar,
  .list_sub_nav_form {
    height: 4.8rem;
  }
  .list_sub_nav_bar li a,
  .list_sub_nav_form li a,
  .list_sub_nav_bar li a:hover,
  .list_sub_nav_form li a:hover {
    display: inline-block;
    font-size: 1.6rem;
    color: #999;
    line-height: 4.8rem;
    padding: 0 1.28rem;
  }
  .list_sub_nav_bar li a.selected,
  .list_sub_nav_form li a.selected,
  .list_sub_nav_bar li a.selected:hover,
  .list_sub_nav_form li a.selected:hover {
    background: white;
    color: #333;
  }
}
@media only screen and (max-width: 480px) {
  .max_column3 .column3 {
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

/* Tablets ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px), (min-width: 768px) and (max-width: 1024px) {
	/*news page pods*/
	.column3
	{
		flex-basis:50% !important;
	}
	.news-pod-content
	{
		width:32rem !important;
	}
	.custom-padding-news-left
	{
		    padding-left: 6% !important;
	}
	
	.column3:nth-child(3n+1)
	{
		padding-left:0rem !important;		
		padding-right:0rem !important;

	}
	.x-column3-related-news:nth-child(3n-1)
	{
		padding-left:0rem !important;
	}
	.x-column3-related-news:nth-child(3n)
	{
		padding-left:0rem !important;
	}
	/*news page pods*/
	/*dls page */
	.clip
	{
	  position: fixed;
	  top: 33% !important;
	  left: 50%!important;
	  z-index: 1000;
	  width: auto !important;
	  height: 50% !important;
	}
	.clip .close
	{
	  position: absolute;
	  top: 15% !important;
	  right: 30px !important;
	}
	.featured-lecture-heading
	{
		font-size:2.4rem;
	}
	.featured-lecture-sub-heading
	{
		font-size:2.1rem;
	}
	.padding-custom-dls-content
	{
		padding-left:0rem !important;
		padding-right:0rem !important;
	}
	.no-padding-dls,.dls-no-padding
	{
		padding-left:0rem !important;
		padding-right:0rem !important;	
	}
	.featured-lecture-image-tablet
	{
		width: 100% !important;
	}
	.custom-width-dls
	{
		min-width:auto !important;
	}
	.no-thumbnail-pod-dls
	{
		text-align:center;
	}
	/*dls page */
	/*search label */
	.search-label
	{
		display:none;
		width:10px !important;
	}
	/* videos page */
	.single-video-container
	{
		height:auto !important;
	}
	.single-video
	{
		height:auto !important;
	}
	.featured-video
	{
		height: 362.25px;
	}
	.featured-video-container
	{
		height: 362.25px;
	}
	/* videos page */
	/*Fellowship pages */
	.pod_text_tablet_last
	{
		margin-right: 0rem !important;
	}
	.tablet_fellowship_text
	{
		width:18rem !important; 
		font-size:2rem !important;
	}
	.fellowship_learn_more
	{
		padding-left:0rem !important; 
	}
	.video_tablet_middle
	{
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	.video_tablet_first
	{
		padding-left:0rem !important;
	}
	.video_tablet_last
	{
		padding-right:0rem !important;
	}
	.tablet-videos-fellowship-padding
	{
		padding-left:0rem !important;
		padding-right:0rem !important;
	}
	.panel
	{
		padding:0rem !important;
	}
	.video-fellowship
	{
		min-height:40rem !important;
	}
	.fellowship_ipad_padding_right
	{
		padding-right: 3.2rem;
	}
	.fellowship-heading-pod
	{
		padding-left:0rem !important;
	}
	.wit-india-pod-tablet
   {
	 font-size:2rem !important;
	 width:  21rem !important;
     min-width: 21rem !important;
	 max-width: 21rem !important;
	 margin-right: auto;
   }
	.tablet-pods-custom-padding
	{
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
  .testimonial-fellowship
  {
	  padding-left:0rem !important;
	  padding-right:2.4rem !important;
  }
  .fellowship-testimonial-person-name
  {
	 display:block !important;
	 padding-left:0rem !important;
	 
  }
 .fellowship-testimonial-person-wrapper
 {
	 display:block !important;
	 padding-left: 0rem !important;
	 margin:0px auto;
     text-align: center;
 }
 .fellowship-research-areas
 {
	padding-left:1rem !important;
	padding-right:1rem !important;
 }
 
 .winner-mobile
{
	padding-left:0rem !important;
}
/* Videos pages */
	.title-single-videos-card-recent
	{
		padding-top:2.4rem !important;
	}
	.refine-search-form-videos
	{
		margin: 0px auto !important;
	}
	
   .video-card-tablet
   {
			font-size:2.1rem !important;
   }
  .video-page-thumbnail-tablet
  {
	  height:19rem!important;
	  margin-bottom:0.5rem !important;
  }
  .videos-research-area-tablet
  {
	  max-width:22rem !important;
  }
  .videos-sortby-tablet
  {
	  width:22.5rem !important;
	  max-width:18rem !important;
	  padding-right:1rem !important;
  }
 .sort_by_left_padding_tablet
 {
	 padding-left:1.8rem !important;
 }
 .filter-videos-tab
 {
	 padding-left:0rem !important;
 }
.padding_videos_Tab_noleft
{
	padding-left:0rem !important;
}
.padding_videos_Tab_noright
{
	padding-right:0rem !important;
}

.tablet-videos-custom-padding
{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

/* Videos pages */

.adobe-logo-tab {
	background-position: 50px;
}
.adobe-white-tab{
	background-position: 50px;
}
/* research child pages start */
.story.no-padding-story
{
	padding-left:0rem !important;
	padding-right:0rem !important;
}
/* research child pages end */
/* people and publications search area starts */

.publication-no-padding-Left-Right
{
	padding-right: 0rem !important;
    padding-left: 0rem !important;	
}

.publication-tablet-year
{
	width: 18rem!important;	
}
.people-select-location-tablet
{
	width: 18rem!important;
}
.publication-select-research-area-tablet
{
	   width: 29rem !important;
}
.news-select-research-area-tablet
{
	   width: 25rem !important;
}
.refine-results-tablet
{
	padding-left:1.5rem !important;
}
.publication-select-research-area-tablet
{
	width: 29rem !important;
}
.publication-width
{
width:100% !important;
}
.news-width
{
width:100% !important;
}
/* people and publications search area ends */

/* changes made by Atul  start */
.filter-text
{
	display: block !important;
}
.filter-keys
{
	font-size:1.7rem;
	padding-right:1.2rem !important;
}
.show-block
{
	display: block !important;
}
.results-count
{
	/* display:block;*/
	padding-top:2.5rem;
	text-align: left !important;
	padding-left:0rem !important;
}
.custom-width-person
{
 padding-top: 3rem !important; 
 padding-left: 0rem !important; 
}
.tab-column3
{
    min-width: 33.333% !important;
    flex-basis: 33.333% !important;
	padding-right:1rem !important;
}
.tab-select-location
{
	max-width: 20rem !important;
}
.tab-select-research-area
{
	max-width: 23rem !important;
}
.padding_Zero
{
	  padding-left:0rem;
}

.page_title_custom
{
	   padding-left: 3.2rem;
}

#story
{
	   padding-left: 3.2rem !important;
	   padding-right: 3.2rem !important;
}	

.custom-size-head
{
	min-width: 50% !important;
}
.medium-custom-height
{
	height:56rem !important;
}
.custom-column38
{
	min-width: 38rem !important;
}
.custom-column28
{
	min-width: 28rem !important;
	align-items: start !important;
}
.paddingMed_custom_bottom
{
	padding-bottom:3.4rem;
}
.image-custom-background
{
	background-size:contain!important;
}
.news-navigation{
	background-color: #f2f8fa;
	height: 4rem;
	width: 50%; 
	text-align:center;
}	
.research-news-about-page-more-news
{
	padding-top:11rem!important;
	padding-left:4rem!important;
}
.full_height-slider
{
	height:20rem !important;
	padding-bottom:0rem;
}
	/* Changes made by Atul ends */

  .blue .header .content,
  .blue_faint .header .content,
  .blue_dark .header .content,
  .white .header .content {
    background: none;
  }
  .header {
    text-align: left;
    /* padding: 0 3.2rem; */
	padding: 0 1.8rem;
    font-size: 1.6rem;
  }
  .header li,
  .header li:first-child,
  .header li:last-child {
    font-size: 1.6rem;
    text-indent: 0;
    margin: 0;
    padding: 0 1.6rem 0 0;
  }
  .header li:nth-child(2) {
    position: relative;
  }
 
  .header .adobe {
    margin-right: 0;
    /*width: 2rem;*/
  }
  .max_column3 {
    padding: 0 0 6.4rem 3.2rem;
  }
  .custom-heading{
	padding-left:3.2rem !important;
  }

	.image-custom-background
	{
		  height:38rem;
		  background-size: cover !important;
	}
	
  .max_column3 .column3:nth-child(3n),
  .max_column3 .column3:nth-child(3n+1),
  .max_column3 .column3:nth-child(3n-2) {
    min-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  .max_column3 .column3:nth-child(2n-1) {
    min-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-left: 0;
    padding-right: 1.6rem;
  }
  .about-us-new-paddingGiant_top
  {
	  padding-top:1.8rem;
  }
  .about-us-new-icon-content
  {
	  margin-left:0px;
  }
  .max_column3 .column3:nth-child(2n) {
    min-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-left: 1.6rem;
    padding-right: 0;
  }
  .container.medium {
    height: auto;
  }
  .column1_0 {
    display: none;
  }
  .column2 {
    min-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .column2:nth-child(2n-3) {
    padding-left: 3.2rem;
    padding-right: 1.6rem;
  }
  .column2:nth-child(2n) {
    padding-left: 1.6rem;
    padding-right: 3.2rem;
  }
  .column2_1_0 {
    min-width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
  }
  .column2_1_0:nth-child(2n-3),
  .column2_1_0:nth-child(2n) {
    padding-left: 0;
    padding-right: 0;
  }
  .column2_8 {
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0 3.2rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .column2_8 .person.small {
    display: inline-block;
    padding: 3.2rem 3.2rem 0 0;
  }
  .column2_8 .list_tags {
    margin: 1.6rem 0 3.2rem 0;
  }
  .column3 {
    padding-left: 2.13333334rem;
    padding-right: 2.13333334rem;
  }
  .column3:nth-child(3n+1) {
    padding-right: 1.06666667rem;
    padding-left: 3.2rem;
  }
  .column3:nth-child(3n) {
    padding-right: 3.2rem;
    padding-left: 1.06666667rem;
  }
  .column3_8 {
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .column4 {
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .desktop_nowrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page_title {
    padding: 10.5rem 3.2rem 3.2rem 3.2rem;
  }
  .story {
    padding: 0 3.2rem 3.2rem 3.2rem;
  }
  .story img.inset {
    display: block;
    float: left;
    padding: 1.6rem 0;
    margin-right: 0;
  }
  .column5 {
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .column5_6_8 {
    min-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
  .column8 {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
  .textFirst {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .textFirst .column4,
  .textSecond .column4 {
    min-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .textFirst .column5,
  .textSecond .column5 {
    min-width: 62.5%;
    -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%;
  }
  .textFirst .column4:first-child,
  .textFirst .column5:first-child {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
  .textFirst .column4:last-child,
  .textFirst .column5:last-child {
    padding-right: 0;
    padding-left: 0;
  }
  .textSecond .column4:first-child,
  .textSecond .column5:first-child {
    padding-right: 0;
    padding-left: 0;
  }
  .textSecond .column4:last-child,
  .textSecond .column5:last-child {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
  .tabletPadMed_right {
    padding-right: 3.2rem;
  }
  .list_sub_nav_bar,
  .list_sub_nav_form,
  .list_pages {
    height: auto;
    white-space: nowrap;
    margin: 0;
  }
  .list_sub_nav_bar label,
  .list_sub_nav_form label,
  .list_pages label {
    height: 0;
    width: 0;
    font-size: 0;
    padding: 0;
    line-height: 0rem;
    margin-left: 0;
    padding-left: 1.6rem;
  }
  .list_sub_nav_bar label:last-child,
  .list_sub_nav_form label:last-child,
  .list_pages label:last-child {
    margin-left: 0;
    padding-left: 1.6rem;
  }
  .list_sub_nav_bar input,
  .list_sub_nav_form input,
  .list_pages input,
  .list_sub_nav_bar select,
  .list_sub_nav_form select,
  .list_pages select {
    display: block;
    color: #999;
    font-size: 1.6rem;
    font-weight: 100;
    line-height: 3.2rem;
    padding: 0 0.8rem;
    margin-bottom: 1.3rem;
    margin-left: 1.6rem;
    outline: none;
    background-color: transparent;
    border: solid 0.1rem #999;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0.3rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .list_sub_nav_bar input::-webkit-input-placeholder,
  .list_sub_nav_form input::-webkit-input-placeholder,
  .list_pages input::-webkit-input-placeholder,
  .list_sub_nav_bar select::-webkit-input-placeholder,
  .list_sub_nav_form select::-webkit-input-placeholder,
  .list_pages select::-webkit-input-placeholder {
    font-weight: 100;
    color: #797a7b;
  }
  .list_sub_nav_bar select,
  .list_sub_nav_form select,
  .list_pages select {
    padding-right: 4.8rem;
    background-image: url(images/icon_dropdown.svg);
    background-position: right center;
    background-repeat: no-repeat;
    min-width: 16rem;
  }
  .footer {
    padding: 2.4rem 3.2rem 3.2rem 3.2rem;
  }
  .footer ul {
    padding: 0;
  }
  .footer .text_right {
    text-align: left;
  }
  .pad_top_0_0 {
    padding-top: 0;
  }
  .feature_overlay .close_feature {
    top: -4.8rem;
    right: 1.6rem;
  }
}


/* Smartphones Mobiles (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 767px), (min-width: 320px) and (max-width: 767px) {
/*DLS Page Mobile design */
.clip
{
  position: fixed;
  top: 42% !important;
  z-index: 1000;
  width: 100%;
  height: 50%;
}
.featured-lecture-heading
{
	font-size:2.4rem;
}
.featured-lecture-sub-heading
{
	font-size:2.1rem;
}
.padding-custom-dls-content
{
	padding-left:0rem;
	padding-right:0rem;
}
.no-padding-dls
{
	padding-left:0rem !important;
	padding-right:0rem !important;	
}
.dls-year-mobile
{
	font-size: 2rem !important;
}
.dls-mobile-thumbnail
{
    width: 100% !important;
}

.dls-no-padding
{
	padding-left:0rem !important;
	padding-right:0rem !important;
}
.dls-lecture-pod-mobile
{
	min-height: auto; 
	max-height: auto;
	padding-left:0rem !important;
	padding-bottom:0rem !important;
	padding-right: 0rem !important;
}
.panel-dls-mobile
{
	padding-right:0rem !important;
}
/*DLS Page Mobile design */
/* About Adobe Research Page */
.gavin-mobile-paddingMed
{
	padding-left:2rem !important;
	padding-right:2rem !important;
}
.about-adobe-gavin-mobile
{
	margin-left:1.2rem !important;
}
/* news pods mobiles */
.footer-left-column {
    width: 100% !important;
    padding-left: 0rem !important;
}
.custom-padding-news-left
{
	padding-left:0rem !important;
}
.x-column3-related-news:nth-child(3n-1) 
{
	padding-left: 1.5rem !important;
}				
.x-column3-related-news:nth-child(3n) 
{
	padding-left: 1.5rem !important;
}		
/* news pods mobiles */

.image-background-contain
{
	width:auto !important;
	max-width: 100% !important;
}	

.heading-date-news
{
	padding-left:0rem !important;
}
/*careerspage*/
.paddingCustomMobile_right
{
	padding-right:1.8rem;
}
/* videos page */
.single-video-container
{
	height:auto !important;
}
.single-video
{
	height:auto !important;
}
.featured-video
{
	height:auto !important;
}
.featured-video-container
{
	height:auto !important;
}
/* videos page */
/*careers page */
.padding_left_careers_fulltime
{
	padding-left: 0rem;
}
	
/*fellowship and scholarship new landing pages */
.mobile-video-fellowship
{
	min-height: 18rem;
    min-width: 100%;
}
.winner-person-name
{
	padding-top:1.4rem;
}
.fellowship-winners-names
{
	padding-top:1.4rem !important;
}

.custom-width-mobile-winner
{
    min-width: 100% !important;
	width: 100% !important;
/* 	padding-left: 1.6rem !important;
	padding-right: 1.6rem !important; */
}

.winner-mobile
{
	padding:0rem !important;
}

.winner-person-name
{
	padding-left: 0rem !important;
}
.fellowship-mobile-main-text
{
	width:100% !important;
	padding-top: 0rem !important; 
	padding-bottom: 0rem !important; 
}
.fellowship-mobile-vector
{
	display:none;
}
.fellowship-custom-pad-right-mobile
{
	padding-right:1.8rem !important;
}
.fellowship-custom-pad-left-mobile
{
	padding-left:1.8rem !important;
}
.fellowship-pod-learnmore
{
	padding-left:0px !important;
}
.fellowship-mobile-vector
{
	padding-top:5rem !important;
}
.fellowship-pod-mobile
{
	margin-bottom: 5.5rem !important;
	min-width:100% !important;
	margin-right: 0px !important;
	width:100% !important;
}
/*fellowship and scholarship new landing pages */

	/* conference presentation series */
	.conference-presentation-banner
	{
		font-size:2.2rem !important;
	}

/* homepage */
.featured-sections
{
	display:block !important;
}
.button-programs
{
	margin: 0px auto !important;
    width: 10rem !important;
}

.button-internships
{
	margin: 0px auto !important;
    width: 10rem !important;	
}

.people-button
{
	float: none !important;
    margin: 0px auto !important;
    display: block !important;
    width: 10rem !important;
    margin-top: 10px !important;
}
/* homepage */
  h6 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    padding: 0.8rem 0;
  }
	/*Vidoes Part Sort by*/
	.filter-videos-text
	{
		padding-left:0rem !important;
	}
	.video-description
		{
				padding-left:1.8rem !important;
				padding-right:1.8rem !important;
				font-size: 2.0rem; 
				color: #000;
		}
	.sort_by_left_padding
	{
		padding-left:0rem !important;
	}
	#sort_by
	{
		min-width:28rem !important;
		max-width:100% !important;
	}
	.videos-research-area
	{	
		min-width:28rem !important;
		max-width:100% !important;
	}
   .padding-videos-mobile  
   {
	  padding-left:0rem !important;
	  padding-right:0rem !important;
   }  
  #profile-heading-nopad
  {
	  padding-bottom:0rem !important;
  }
  
  #profile-bio-nopad1
  {
	  padding-top:0rem !important;
  }
  
  #profile-content-area p:first-child
  {
	 padding-top:0rem !important;
  }
  
  .custom-banner-heading-people
  {
	  padding-top: 7rem !important;
  }
.researcher-profile.mobile
{
	display: flex;  
	flex-direction: column; 
	max-width:calc(64.7%)
}	
.researcher-profile.mobile h3
{
padding-top:0rem;
}
.padding_Zero
{
	  padding-left:0rem !important;
}
/* Atul Jindal - Changes start here */

/* Research Areas Child pages start */
.title-single-pub-card-recent-mobile
{
	padding-top: 1rem; 
	padding-bottom: 1.4rem; 
}
.pub-research-area-mobile 
{
	padding-bottom: 1.4rem; 
}
.pad_left_right-mobile
{
	  padding-right: 0rem;
	  padding-left: 0rem;
}
.story.no-padding-story
{
	padding-left:0rem !important;
	padding-right:0rem !important;
}
.research-area-video.mobile
{
	padding-top:0rem !important;
}
.person-mobile
{
	padding-top:1rem !important;
	padding-bottom:1rem !important;
	padding-left:0rem !important;
	padding-right:0rem !important;	
}
.pad_left_right_mobile
{
	padding-left:0rem;
	padding-right:0rem;
}
.research-areas-mobile-pods
{
	max-width: calc(55%);
	font-size: 2.4rem;
    line-height: 3.6rem;
}
.research-areas-mobile-pods.padding
{
	padding-right: 1rem !important;
	padding-left: 0rem !important;
}
.research-areas.publication
{
	padding-bottom:0rem !important;
}
.button-margin-mobile
{
	margin:1rem !important;
}
/* Research Areas Child pages end*/

/*Research Areas Page */
.about-us-new-icon80
{
	width:7.5rem;
	height:7.5rem;
}
.page_title_custom
{
	   padding-left: 0.3rem;
	   padding-top: 8rem;	   
}
#story
{
	padding-left: 1.8rem !important;
	padding-right: 1.8rem !important;
}
.adobe-logo-mobile{

	margin-top: 0.8rem;
}
.adobe-logo-tab,
.adobe-white-tab{
	background-position: 50px;
}  

.top-menu-selected
{
	padding-top:0rem !important;
}
#people-btn 
{
	width:auto;
}

#about-btn
{
    padding-left: 0rem;
    padding-right: 0rem;
}
.custom-buttons-area
{
    padding-left: 0rem !important;
    padding-right: 1.5rem !important;
    min-width: 19rem !important;
}
.custom-size-head
{
	min-width: 0rem !important;
	padding-left: 0px;
    padding-right: 0.5rem;	
}
.my-carousel-custom-height
{
	 height:45rem !important;
}
 
.medium-custom-height
{
	height:53rem;
}
.custom-news-crousel-sub-text-hide
{
	display:none;
}
/* mobile peoples page start */
#select_locations
{
	min-width:34.2rem !important;
	max-width:34.2rem !important;
}
.mobile_select_research_area
{
	max-width:98% !important;
	min-width:98% !important;
}

.mobile-people-padding-content
{
padding-left:0rem;
padding-right:0rem;
}
.filter-text
{
	display:block;
}
.peoples_mobile_padding
{
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}
.filter-by-lastname
{
	flex:auto;
	width:96% !important;
	min-width:auto !important;
	padding-top: 1.8rem;
}
.results-count
{
	display:block;
	padding-top: 2.2rem;
	text-align: left;
	padding-top:1.5rem;
	padding-left:0rem;
	padding-bottom:1.5rem;
}
.profile-mobile
{
	padding:1.8rem !important;
}
.padding_filter_lastname
{
	padding-left:1.8rem !important;
	padding-right:3.2rem;
	padding-top:0.5rem;
}
.custom-padding-total-researchers
{
	padding-bottom: 0rem !important;	
	padding-left: 1.8rem !important;
	padding-right: 0rem !important;
}
.custom_profile_pic
{
	height:8rem !important;
	width:8rem !important;
}
.custom-width-person
{
	min-width:100% !important;
}
.width_100
{
	width:100% !important;
}
.margin_people
{
	padding-bottom:2.4rem !important;
}
.custom_size_heading
{
	font-size:2.4rem !important;
}
.padding_Zero_mobile
{
	padding-left:0rem !important;
	padding-right:0rem !important;
	padding-bottom:0rem !important;
	padding-top:0rem !important;
	margin:0rem !important;
}
.people_padding_custom_bottom
{
	padding-left:0rem !important;
	margin:0rem !important;
}
.paddingTop-zero-mobile
{
	padding-top:0rem !important;
}
.paddingBottom-zero-mobile
{
	padding-bottom:0rem !important;
}
.paddingBottomMobile-people
{
	padding-bottom:1.8rem !important;
}
.custom-width-mobile-person
{
    min-width: 100% !important;
	width: 100% !important;
	padding-left: 1.6rem !important;
	padding-right: 1.6rem !important;
}
.refine-results-mobile
{
	padding-left:0rem !important;
}
/* 
#select_locations,.width_300
{
	width:100% !important;
} 
*/
.no-opacity-mobile
{
	opacity:1 !important;
}
.pagination-people-mobile
{
text-align: center;
width:100%;
padding-top:1.6rem;
position:relative;
font-size:18px;
line-height:13px;	
}
/*  
.custom-people-list-margin-mobile
{
	margin-left: 1.8rem !important;
} 
 .custom-people-list
{
	padding-left: 1.8rem;
	padding-right: 1.8rem;
} */
/* peoples page mobile ends */

/* research areas page mobile starts */
.research-home-icon-content 
{
    padding-left: 2rem !important;
	min-width: 75% !important;
    max-width: 75% !important;
    /* flex-basis: auto !important; */
}
/* research areas page mobile ends */

/* publications page mobile starts */
.publications span
{
	display:inline !important;
}
.pub-custom-tag-mobile
{
	padding-top:0.5rem !important;
}
.pub-custom-tag-mobile li
{
    margin-left: 0rem !important;
    list-style: none;
    display: block !important;
    padding-left: 2rem !important;
}
.pub_first_tag_mobile
{
	padding-left:0rem !important;
	padding-right:0rem !important;
}
.pub_after_first_tag_mobile
{
	padding-left:0rem !important;
	padding-right:0rem !important;
}
.publication-no-padding-Left-Right
{
	padding-left:0rem !important;
	padding-right:0rem !important;
	padding-bottom:0rem !important;
}
.publication_padding_top_mobile
{
	padding-top: 0rem !important;
}
.publication-width
{
	width: 100% !important;
}
.news-width
{
	width: 100% !important;
}
/* Videos page dropdown */
.publication-mobile-select-research-area, .publication-mobile-search, .publication-mobile-year, .videos-research-area, .videos-sort-by
{
		width:100% !important;
}

/* publications page mobile ends */
.image-custom-background
{
	height: 20rem;
	background-size: cover!important;
}

 .display_custom
 {
	 display:block !important;
 }
 
 
.heading-subtext
{
	font-size:2.4rem;
}
.custom_full_height_500
{
	height:350px;
}
.custom-padding-head-adobe-research
{
	padding-top:57rem;
}

.sub-text-project-category
{
min-height: auto;
}
.title-single-news-card-recent
{
min-height: auto;
}
.title-single-news-card-featured
{
min-height: auto;
}
.news-navigation
{
	display:none;
}  
.about-us-new-carousel 
{
    height: 30.7rem;
}
.research-news-about-page-title
{
		padding-top:2.4rem;		
}
.research-news-about-page-title a
{
	color:#ffffff;
	line-height:3.5rem;
}
.paddingMed_custom_bottom
{
	padding-bottom:1.4rem !important;
}
.about-page-news-title
{
	padding-left:0rem !important;
	line-height:3.1rem;
}
.about-page-news-date
{
	padding-left:0rem !important;
}	
.round-radius
{
	background-size: cover;
	border-radius:0px;
}
.about-us-news-width
{
    /*
	background: lightgray;
    opacity: 0.8;
	padding: 2rem;
	width:  30rem;
	min-height: 20rem;
    max-height: 26rem; 
	*/
	width:100%;
    overflow: hidden;
    padding-top: 2.2rem;

}
.about-page-more-news
{
	margin:0rem!important;
	padding-top:0rem;
}
.research-news-about-page-more-news
{
	padding-top:0rem!important;
	padding-left:0rem!important;
}
.research-news-about-page-text
{
	padding-left:0px !important;
}
.full_height-slider
{
	height:auto !important;
}
.about-us-new-paddingGiant_top
{
	padding-top: 1.8rem;
}
.person.medium 
{
   padding: 1rem 0 0 0;
}
  
.about-us-new-icon-content
{
	margin-left:0rem;
}
h2.no-hover :hover
{
	color:black !important;
}
.about-us-new-icon-content h2:hover
{
	  color:#1872b9;
}
  
.about-us-new-icon-content h2
{
	 width:100%;
}  
.research-news-about-page-title
{
    margin-bottom: 0rem;
}
/*Atul Jindal changes ends */
  
  
  .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .container.giant {
    height: 100vh;
  }
  .container.large {
    height: 100vh;
  }
  .container.medium {
    height: auto;
    min-height: 30.4rem;
  }
  .container.medium.min {
    min-height: 51.7rem;
  }
  .container.medium.min .carousel {
    height: 51.7rem;
  }
  .container.medium.max {
    min-height: 51.7rem;
  }
  .container.medium.max .carousel {
    height: 51.7rem;
  }
  .container.medium .carousel {
    height: 30.4rem;
  }
  .container.small {
    height: auto;
    min-height: 12.8rem;
  }
  .container.banner {
    height: 7rem;
  }
  .container.auto_height {
    height: auto;
  }
  .blue .header .content,
  .blue_faint .header .content,
  .blue_dark .header .content,
  .white .header .content {
    background: none;
  }
  .header {
    display: block;
    text-align: left;
    line-height: 0;
    padding: 0;
    margin: 0;
  }
  .header ul {
    padding: 0;
    /* margin: 1.2rem 0 0 0; */
	/* margin: 0.2rem 0 0 0; */
    height: 4rem;
  }
  .mobile-banner-text-custom
  {
    font-size: 2.5rem;
    line-height: 3.2rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .header #header-menu {
    display: inline-block;
    position: relative;
    background-image: url(images/icon%20menu.svg);
    background-repeat: no-repeat;
    width: 5rem;
    height: 4rem;
    cursor: pointer;
  }
  .header li,
  .header li:first-child,
  .header li:last-child {
    line-height: 0;
    height: 0;
    display: none;
    font-size: 0;
    text-indent: 0;
    margin: 0;
    padding: 0 0 0 0;
  }
  .header li:nth-child(2) {
    display: none;
  }
  
  .header .adobe 
  {
    top: 0.6rem;
    margin-right: 1.6rem;
    /*width: 2rem;*/
  }
  .header .adobe-red,
  .header .adobe-white 
  {
    top: 0.6rem;
    margin-right: 1.6rem;
    /* width: 2rem; */
  }
  
  .header .selected,
  .blue_dark .header .selected,
  .blue_faint .header .selected,
  .white .header .selected {
    font-size: 1.8rem;
    line-height: 4rem;
    height: 4rem;
    width: auto;
	/* to hide red selected text for menu */
    display: none;
    vertical-align: bottom;
  }
  .header .selected:nth-child(2),
  .blue_dark .header .selected:nth-child(2),
  .blue_faint .header .selected:nth-child(2),
  .white .header .selected:nth-child(2) {
    padding-left: 1rem;
    line-height: 2rem;
    display: none;
  }
  .header .selected:nth-child(2) a,
  .blue_dark .header .selected:nth-child(2) a,
  .blue_faint .header .selected:nth-child(2) a,
  .white .header .selected:nth-child(2) a {
    cursor: default;
    padding: 0;
  }
  .header .selected a:before,
  .blue_dark .header .selected a:before,
  .blue_faint .header .selected a:before,
  .white .header .selected a:before {
    pointer-events: none;
    cursor: default;
    background-color: transparent;
  }
  .header.open {
    height: auto;
    padding-bottom: 4.8rem;
    box-shadow: 0 1.6rem 4.8rem rgba(0, 0, 0, 0.5);
  }
  .header.open .header_fill {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: " ";
    background-color: transparent;
  }
  .header.open .content {
    height: auto;
  }
  .header.open ul {
    height: auto;
  }
  .header.open li,
  .header.open li.selected {
    display: block;
    line-height: auto;
    height: auto;
  }
  .header.open li#header-menu,
  .header.open li.selected#header-menu {
    padding: 0;
  }
  .header.open li:nth-child(2),
  .header.open li.selected:nth-child(2) {
    display: inline-block;
    padding-left: 0;
    margin-left: 5rem;
    line-height: 2rem;
    vertical-align: top;
  }
  .header.open li:nth-child(2) a,
  .header.open li.selected:nth-child(2) a {
    padding: 0 0 0 0rem;
  }
  .header.open li a,
  .header.open li.selected a {
    display: inline-block;
    position: relative;
    font-size: 1.8rem;
    line-height: 4rem;
    padding: 1.6rem 0 0 5rem;
  }
  .blue_dark .header.open {
    background-color: #181E21;
  }
  .blue_faint .header.open {
    background-color: #F2F8FA;
  }
  .blue .header.open {
    background-color: #2098F6;
  }
  .white .header.open {
    background-color: white;
  }
  .list_sub_nav_bar li a,
  .list_sub_nav_form li a,
  .list_sub_nav_bar li.selected a,
  .list_sub_nav_form li.selected a,
  .list_sub_nav_bar li a:hover,
  .list_sub_nav_form li a:hover,
  .list_sub_nav_bar li.selected a:hover,
  .list_sub_nav_form li.selected a:hover {
    font-size: 1.8rem;
  }
  .max_column3 .column3:nth-child(3n),
  .max_column3 .column3:nth-child(3n+1),
  .max_column3 .column3:nth-child(3n-2),
  .max_column3 .column3:nth-child(3n-2) {
    padding: 0 0 3.2rem 1.8rem;
    min-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  .max_column3 .column3:nth-child(2n-1) {
    padding: 0 0 3.2rem 1.8rem;
    min-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-left: 0;
    padding-right: 1.6rem;
  }
  .max_column3 .column3:nth-child(2n) {
    padding: 0 0 3.2rem 1.8rem;
    min-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-left: 1.6rem;
    padding-right: 0;
  }
  .person.small .image {
    display: block;
    width: 3.2rem;
    height: 3.2rem;
  }
  .person.small h3 {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0.4rem 0 0 0;
    margin: 0;
  }
  .column1_0 {
    display: none;
  }
  .column2,
  .column2:nth-child(2n-3),
  .column2:nth-child(2n) {
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 1.6rem;
  }
  .column2_1_0 {
    display: none;
  }
  .column2_1_0:nth-child(2n-3),
  .column2_1_0:nth-child(2n) {
    padding-left: 0;
    padding-right: 0;
  }
  .column2_8 {
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0 3.2rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .column2_8 .person.small {
    display: inline-block;
    padding: 3.2rem 3.2rem 0 0;
  }
  .column2_8 .list_tags {
    margin: 1.6rem 0 3.2rem 0;
  }
  .column3,
  .column3:nth-child(3n),
  .column3:nth-child(3n+1),
  .autoWrapColumn3:nth-child(3n+1),
  .autoWrapColumn3:nth-child(3n),
  .column3_8 {
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0 1.6rem;
  }
  .column4 {
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    background-size: contain;
  }
  .desktop_nowrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .story
  {
   /*Orignal padding: 3.2rem 1.6rem 1.6rem 1.6rem; */
   padding: 1.2rem 1.6rem 1.6rem 1.6rem;
  }
  .page_title
  {
	/* Orignal padding: 3.2rem 1.6rem 1.6rem 1.6rem; */
	padding: 3.2rem 0rem 1.6rem 0rem;
	margin-top:3.2rem;
  }
  
  .story img.inset,
  .page_title img.inset {
    display: block;
    float: left;
    padding: 1.6rem 0;
    margin-right: 0;
  }
  .column4_2_8 {
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0;
    padding: 1.6rem;
  }
  .column5 {
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .column5_6_8 {
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .column6 {
    min-width: 100%;
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .column8 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  .textFirst {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .carousel .carousel_slide_fixed {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    height: auto;
    z-index: 1;
  }
  .carousel .carousel_slide_fixed .column4 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  /* Atul Jindal made change here for showing publications, research pods on homepage*/
  .show-text {
    display: block !important;
  }
  .carousel .carousel_slide_fixed h3 {
    display: none;
  }
  .content.blue_faint {
    background-color: #F2F8FA;
  }
  .flex_carousel.textFirst {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .textFirst .column4,
  .textSecond .column4 {
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .textFirst .column5,
  .textSecond .column5 {
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .textFirst .column4:first-child,
  .textFirst .column5:first-child {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding-top: 3.2rem;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .textFirst .column4:last-child,
  .textFirst .column5:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: .25;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .textSecond .column4:first-child,
  .textSecond .column5:first-child,
  .textSecond .column8:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 0;
    padding-left: 0;
    height: 100%;
    width: 100%;
    opacity: .25;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .textSecond .column4:last-child,
  .textSecond .column5:last-child,
  .textSecond .column8:last-child {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding-top: 3.2rem;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .tabletPadMed_right {
    padding-right: 3.2rem;
  }
  .footer {
    padding: 2.4rem 3.2rem 2.2rem 1.2rem;
  }
  .footer .column4 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
  .footer .text_right {
    text-align: left;
  }
  .footer .text_right li {
    text-align: right;
  }
  .footer ul {
    padding: 0;
  }
  .copyright-custom
  {
    display: block !important;
    text-align: left !important;
    margin-bottom: 0px !important;  
  }

    .footer ul li {
    text-indent: 0;
    /* display: block;  */
    text-align: left;
	padding-right:0.5rem !important;
    padding: 0;
    margin-bottom: 1.6rem;
  }
  .video_preview {
    background-image: url(images/icon_play.svg);
    background-repeat: no-repeat;
    background-position: 3.2rem 1.6rem;
    background-size: 4.8rem;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: .75;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding: 0 1.6rem 1.6rem 0;
  }
  .video_preview:hover {
    opacity: 1;
  }
  .video_preview_content {
    padding-top: 5.6rem;
    width: 100%;
  }
  .list_sub_nav_bar {
    text-align: left;
    margin-left: -1.6rem;
  }
  .list_sub_nav_bar li a {
    padding: 0 1.6rem;
  }
  .list_sub_nav_bar li a span {
    display: none;
  }
  .list_sub_nav_form {
    height: auto;
    white-space: nowrap;
    margin: 0 0 0 0;
    width: 100%;
    /*padding: 0 1.6rem;*/
  }
  .list_sub_nav_form li {
    display: block;
    width: 100%;
  }
  .list_sub_nav_form label {
    height: 0;
    width: 0;
    font-size: 0;
    padding: 0;
    line-height: 0rem;
    padding-left: 1.6rem;
  }
  .list_sub_nav_form label:last-child {
    margin-left: 0;
    padding-left: 0;
  }
  .list_sub_nav_form input,
  .list_sub_nav_form select {
    display: block;
    color: #999;
    font-size: 1.6rem;
    font-weight: 100;
    line-height: 3.2rem;
    padding: 0 0.8rem;
    margin: 0 0 1.6rem 0;
    outline: none;
    background-color: transparent;
    border: solid 0.1rem #999;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0.3rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .list_sub_nav_form input::-webkit-input-placeholder,
  .list_sub_nav_form select::-webkit-input-placeholder {
    font-weight: 100;
    color: #797a7b;
  }
  .list_sub_nav_form input {
    width: 100% ;
    max-width: 100%;
    margin: inherit 1.6rem;
  }
  .list_sub_nav_form select {
    padding-right: 4.8rem;
    background-image: url(images/icon_dropdown.svg);
    background-position: right center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: none;
    min-width: auto;
  }
  .list_pages.fixed {
    position: fixed;
    background-color: white;
    box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.18);
    margin: 0;
    padding: 0 0 0 0;
    bottom: 0;
    left: 0;
    height: 4.8rem;
  }
  .list_pages span {
    display: none;
  }
  .list_pages li a {
    padding: 0 0.8rem;
  }
  .autoWrapColumn3 .list_tags {
    margin: 1.6rem 0 0 0;
  }
  .list_tags {
    margin: 1.6rem 0;
  }
  .pad_top {
    padding-top: 1.6rem;
  }
  .pad_bottom {
    padding-bottom: 1.6rem;
  }
  .pad_top_0_0 {
    padding-top: 0;
  }
  .paddingGiant_top {
    padding-top: 4.8rem;
  }
  .paddingGiant_bottom {
    padding-bottom: 4.8rem;
  }
  /* Dayworks Changes Start 2/8/2019 */
  .paddingGiant_bottom_important {
	padding-bottom: 4.8rem !important;
  }
  /* Dayworks Changes End 2/8/2019 */
  .paddingGiant_left {
    padding-left: 4.8rem;
  }
  .paddingGiant_right {
    padding-right: 4.8rem;
  }
  .paddingGiant {
    padding: 4.8rem;
  }
  .pad_bottom {
    padding-bottom: 4.8rem;
  }
  .paddingMed {
    padding: 1.8rem;
  }
  
  /* changes by Atul Jindal starts  */
  .paddingMed_right {
    padding-right: 1.8rem;
  }  
  .paddingMed_left {
   padding-left: 1.8rem;
  }
  .paddingMed_top{
    padding-top:2.4rem;
  }
   .paddingMed_bottom
  {
    padding-bottom:2.4rem !important;
  } 
  

  /* changes by Atul Jindal ends */  
  
  .tabletPadMed_right {
    padding-right: 1.8rem;
  }
  .feature_overlay .close_feature {
    top: -4.8rem;
    right: 1.6rem;
  }
  .feature_overlay iframe[src^='https://www.youtube.com'],
  .feature_overlay iframe[src^='https://www.vimeo.com'],
  .feature_overlay iframe[src^='https://tv.adobe.com'],
  .feature_overlay iframe[src^='https://video.tv.adobe.com'] {
    min-height: 20.25rem;
    min-height: 1rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .container.giant {
    height: 74.8rem;
  }
  .container.large {
    height: 64.7rem;
  }
}


/* Atul Jindal - changes start here */
  .about-us-new-carousel {
    height: 51.7rem;
}


.about-us-new-news-slider-text
{
	  position: relative; 
	  float:right; 
}

/* Atul Jindal - changes end here */

/* dayworks - start*/
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { 
	float: left; 
	margin-right: 1em; /* to fix padding issue */
}
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
/* dayworks - end*/

/* dayworks - start 5/2/2019*/
.footer-content
{
	
	position: relative;
	display: flex;
}
.footer-left-column
{
	/* 	
	min-width: 33.333%;
	width: 33.333%;
	flex-basis: 33.333%;
`	-ms-flex-preferred-size: 32%;	
	*/
	min-width: 23.333%;
    width: 23.333%;
    flex-basis: 23.333%;
	-ms-flex-preferred-size: 22.1%;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	/* padding-left: 0rem; */
	padding-right: 1.6rem;
}
/* 
.footer-left-column
{
	min-width: 33.333%;
	width: 33.333%;
	flex-basis: 33.333%;
	-ms-flex-preferred-size: 32%;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-left: 0rem;
	padding-right: 1.6rem;
} 
*/
.footer-right-column
{
	min-width: 66.666%;
	width: 66.666%;
	flex-basis: 666.666%;
	-ms-flex-preferred-size: 68%;
	text-align: right;
	box-sizing: border-box;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-left: 1.6rem;
	/* 
	padding-right: 1.6rem; 
	*/
}
/* research_area page start */
.research_area_item
{
	display: flex;
    align-items: center;
}

.research_area_icon
{
	align-self: flex-start;
}
.research-home-icon-content
{	
	display: inline;
    padding-left: 2rem;
	min-width: 70% !important;
    max-width: 70% !important;
}
.no_top_padding
{
	padding-top:0rem !important;
}
.research-home-icon-content h2
{
	padding-top:0rem !important;
}
.research-home-icon-content h2:hover
{
	color:#1872b9;
}
/* research_area page ends */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.footer-content
	{
		
		position: relative;
		display: block;
	}
	.footer-left-column
	{
		min-width: 100%;
		flex-basis: 100%;		
		text-align: left;		
		padding-left: 0rem;
		padding-right: 1.6rem;
	}
	.footer-right-column
	{
		min-width: 100%;
		flex-basis: 100%;		
		text-align: left;		
		padding-left: 0rem;
		padding-right: 1.6rem;
	}
	.research-home-icon-content
	{
		min-height: auto;
		padding-left: .5rem;	
	}
	.research-home-icon-content h2:hover
	{
		color:#1872b9;
	}
}
/* dayworks - end 5/2/2019*/
/* dayworks - start 10/12/2019*/
@media only screen and (max-width: 480px)  {
	.mobile-only
	{
		display: inline-block;
	}
	.non-mobile-only
	{
		display: none !important;
	}

	.research-areas-mobile-only-pods
	{	
		max-width: calc(100%) !important;
		font-size: 2.4rem;
		line-height: 3.6rem;
	}
}
@media only screen and (min-width: 481px) {
	.mobile-only
	{
		display: none !important;
		height: unset;
	}
	.non-mobile-only
	{
		display: inline-block;
	}
}
/* dayworks - end 10/12/2019*/

/*dayworks - Search nav-bar styles */
.header-search-box
{
	display: none;
	position: absolute;
	left: 13rem;
	right: 10rem;
	top: 2.6rem;
	height: 3.4rem;
}
.search-input-box
{
	width: 100%;
	padding-left:3.6rem !important;
	padding-right:3rem !important;
}
.search-button 
{
	vertical-align: bottom;
	position: absolute;
	left: 1rem;
	top: 0.8rem;
	height: 1.8rem;
	border-style: none !important;
	width: unset;
	overflow: visible;
}
.search-cancel-button
{
	vertical-align: bottom;
	position: absolute;
	right: 1rem;
	top: 1rem;
	height: 1.4rem;
	border-style: none !important;
	width: unset;
}
.search-icon
{
	width: 16px; 
	vertical-align: middle;
	padding-left: 5px; 
	height: 16px;		
}
.hidden {
	visibility: hidden !important;
}
.seach-nav {
	visibility: unset;
}
#header-search {
	visibility: none;
}
.search-icon-wrapper {
	display: none;
}
.search-icon-wrapper-landing {
	position: absolute;
	left: 3.4rem;
	right: 9.2rem;
	top: 1rem;
	display: none;
	z-index: 1;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px), (min-width: 320px) and (max-width: 767px) {
	.seach-nav {
		visibility: hidden;
	}
	.header-search-box 
	{
		display: none !important;
		position: absolute;
		left: 3.6rem;
		right: 3.6rem;
		top: 1.6rem;
		height: 3.4rem;
	}		
	.search-cancel-button
	{
		position: absolute;
		top: .4rem;
		right: 1rem;
		height: 1.2rem;
		display: none;
		overflow: visible;
	}
	.header 
	{		
		min-height:4rem;
	}
	.search-button {
		position: absolute;
		top: .3rem;
		left: 1rem;
		height: 1.6rem;
	}
	.search-input-box {
		position: relative;
		right: 0rem;
		width: -webkit-fill-available;
		padding-left: 2.4rem;
		border-radius: 5px;
		border-style: inherit;
		display: none;
		height: 2rem;
		top: -0.3rem;
	}	
	.header.open #searchFormDiv
	{
		display: none !important;
		position: absolute;
		left: 3.6rem;
		right: 3.6rem;
		top: 8rem;
		height: 3.4rem;
	}
	#header-search {
		visibility: block;
	}
	.search-icon-wrapper {
		position: absolute;
		left: 3.4rem;
		right: 4.6rem;
		top: 1rem;
		display: block;
		z-index: 1;
	}
	.search-icon-wrapper-landing {
		position: absolute;
		left: 3.4rem;
		right: 9.2rem;
		top: 1rem;
		display: block;
		z-index: 1;
	}
}
	
/* search page styles */
.max-lines {
  display: block;  
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  max-height: 3.6em;  
  font-size: 1.8rem;
  line-height: 3rem; 
  padding-left: 0rem;
  padding-right: 0rem;
}
.lines {
  font-size: 1.8rem;
  line-height: 3rem;
  width: 100%;
  padding-left: 0rem;
  padding-right: 0rem;
}
.mobile-search-padding-content {
	padding-left: 0rem;
	padding-right: 0rem;
}
.search-box-backgroung {
	background-color: transparent;
}
.search-box 
{
	display: flex;
}
.searchform
{
	padding: unset;
	background: unset;
	width: 100%;
}
.search-page-icon
{
	position: relative;
    padding-left: 1rem;
    padding-top: 1.4rem;
    width: 20px;
    height: 20px;
}
.search-page-search-input-box
{
	width: 100%;
    padding-left: 4rem !important;
    margin-left: -2.8rem;
    margin-right: -1.4rem;
    height: 3.8rem;
}
.search-cancel-icon
{
	position: relative;
    right: 1rem;
    padding-top: 1.6rem;
    width: 15px;
    height: 15px;
}
.search-count-desktop 
{
	font-size: 1.8rem !important;
    display: flex;
    height: 0px;
}
.search-count-desktop 
{
	font-size: 1.8rem !important;
	display: flex;
	height: 0px;
	width: 100%;
}
.sort-count-label {
	position: relative;
	top: -3.25rem;
	width: 100%;
	text-align: right;
	padding-right: 4rem;
	color: #999;
}
.search-count-mobile
{
	font-size: 1.8rem !important; 
	padding-top:2rem !important;
	display: none !important;
}
.refine-sort-label
{
	margin-right: 0rem;
	margin-left: 0rem !important;
}
.search-desktop-sort
{
	color:#2098F6 !important; 
	border: none !important;
	/*border: solid 0.1rem #2098F6; */
	margin-top: 1rem; 
	padding-left: 0px !important;
	padding-right: 0rem !important;
	/*width: 36rem;*/
	min-width: 12rem !important;
}

#JumpTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 28px;
  border: none;
  outline: none;
  background-color: grey;
  color: white;
  cursor: pointer;
  padding-bottom: 5px;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 4px;
  border-radius: 30px;
}
.blue-border {
	border-color: #2098F6;
    border-style: solid;
    border-width: 0.1rem;
}
.search-sort {
	display: inline-block !important; 
	margin-left: inherit !important;	
	/*margin-top: 1rem !important;*/
}

#JumpTopBtn:hover {
  background-color: #555;
}
#myScrollBtn {
	display: none;
	cursor: pointer;
    background: #1c3242;
    height: 80px;
    width: 80px;
    opacity: 0.3;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 40px;
}
#scrollBtn {
	position: fixed;
    right: 35px;
    bottom: 26px;
    background-color: transparent;
    color: white;
    border: none;
    font-size: 30px;
}
.mobile-search-no-vertical-padding
{
	padding-top: 1.8rem;
	padding-bottom: 1.8rem;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px), (min-width: 320px) and (max-width: 767px) {
	.mobile-search-padding-content {
		padding-left: 1.6rem;
		padding-right: 1.6rem;
	}
	.search-box-backgroung {
		/*background-color: #F2F8FA;*/
	}
	.search-box 
	{
		padding-top: 3rem;
		display: flex;
	}
	.searchform
	{
		padding: unset;
		background: unset;
		width: 100%;
		height: 8rem;
	}
	.search-page-search-input-box
	{
		width: 100%;
		height: 3.8rem;
		font-size: 2.4rem;
		display: block;		
		margin-left: -2.5rem;
		margin-right: -1.2rem;
		padding-left: 3.2rem !important;
		padding-bottom: 0.4rem !important;
		padding-top: .2rem !important;
	}
	.search-page-icon {
		position: relative;
		/* left: 1.6rem; */
		padding-top: 1.5rem;
		width: 2rem;
		height: 2rem;
		z-index: 1;
	}
	.search-cancel-icon {
		position: relative;
		right: 1.6rem;
		padding-top: 1.7rem;
		width: 1.6rem;
		height: 1.6rem;
	}
	.refine-search-form {
		padding-left: 1.6rem;
		padding-right: 1.6rem;
	}
	.refine-search-form label {
		height: auto;
		width: auto;
		font-size: 1.8rem;
		padding: 0;
		line-height: 0rem;
		margin-left: 0;
		padding-left: 0rem;
	}
	.search-count-desktop 
	{
		font-size: 1.8rem !important;
		padding-top: 2.4rem !important;
		margin-top: -2.65rem;
		display: flex !important;
		padding-left: 0rem !important;
	}
	.search-count-mobile
	{
		font-size: 1.8rem !important; 
		padding-top: 0rem !important;
		padding-bottom: 2rem !important;
		display: inline-block !important;
		text-align: right;
	}
	.search-sort {
		display: block !important; 
		margin-left: inherit !important;
		margin-top: 0rem !important;
		padding-top: 0rem !important;
		display: -webkit-inline-box !important;
	}
	.refine-sort-label
	{
		margin-right: 0rem;
		vertical-align: bottom;
		padding-right: 1rem;
	}
	.search-mobile-sort
	{
		color:#2098F6 !important; 
		border: solid 0.1rem #2098F6 !important;
		margin-top: 0.85rem !important;
		padding-left: 1rem !important;
		width: auto ;
		max-width: 22rem !important;
		border: none !important;
	}
	.mobile-search-no-vertical-padding
	{
		padding-top: 0rem;
		padding-bottom: 0rem;
	}
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px), (max-width: 1024px) and (min-width: 768px) {
	.max-lines {
	  display: block;  
	  word-wrap: break-word;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;  
	  overflow: hidden;
	  max-height: 3.6em;  
	  font-size: 1.8rem;
	  line-height: 3rem;  
	  padding-left: 1rem;
	  padding-right: 1rem;
	}
	.lines {
	  font-size: 1.8rem;
	  line-height: 3rem;
	  width: 100%;
	  padding-left: 1rem;
	  padding-right: 1rem;
	}
	.refine-search-form label {
		height: auto;
		width: auto;
		font-size: 1.8rem;
		padding: 0;
		line-height: 0rem;
		margin-left: 0;
		padding-left: 0rem;
	}
	.search-box {
		display: flex;
		padding-left: 1.6rem;
		padding-right: 1.6rem;
	}
	.search-sort {
		display: -webkit-inline-box !important; 
		margin-left: 2rem !important;		
	}
	.search-count-desktop 
	{
		font-size: 1.8rem !important;
		display: flex;
		height: 0px;
		width: 100%;
	}
	.sort-count-label {
		position: relative;
		top: -3.25rem;
		width: 100%;
		text-align: right;
		padding-right: 5rem;
		height: 2rem;
		color: #999;
	}
	.refine-sort-label {
		margin-right: 1.4rem;
		vertical-align: bottom;
	}
	.search-mobile-sort
	{		
		border: none !important;
		margin-top: 0.85rem; 
		padding-left: 0px !important;
		padding-right: 0rem !important;
	}
	.mobile-search-no-vertical-padding
	{
		padding-top: 0rem;
		padding-bottom: 1.8rem;
	}
}

/* dayworks search style ends */
/* dayworks new career internship page styles starts */
.career-internship-slider-inner-wrapper 
{
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	display: -webkit-box;
}
.career-internship-slider-wrapper 
{
	width: 100%;
	height: 40rem;
	overflow: hidden;
	display: flex;
}
.internships-second-banner
{
	margin-left: 0rem !important;
	/*background-position: 0rem -10rem;*/
	vertical-align: middle;
	width: 100%;
	height: 40rem;
	background-size: cover;
}
.background-position-special 
{
	background-position: bottom;			
}
.custom-banner-career-internship {
	background-position: 22rem 15rem; 
	background-repeat: no-repeat;
	padding-left: 2.4rem;
	text-align: left;
}
.career-internships-image-links
{
	background-size: cover; 
	/*background-position-x: -90px;*/ 
	/*background-position-y: -65px;*/ 
	background-color: #F2F8FA; 
	background-repeat: no-repeat; 
	width: 100%; 
	height: 35rem;
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
.career-internships-image-links:hover
{
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,0);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.custom-banner-career-internship-wrapper-people
{
	padding-bottom: 3.2rem;
	padding-right: 3.2rem;
}
.custom-banner-career-internship-wrapper-publications
{
	padding-bottom: 3.2rem;
	padding-left: 3.2rem;
}
.career-internships-right-arrow
{
	background-image: url('/wp-content/themes/adoberesearch.com/images/right-arrow.png'); 
	background-size: 4rem 4rem; 
}
.career-internship-slider-dots {
	position: relative;
	bottom: 8rem;
	left: 0px;
	width: 100%;
	padding-right: 2.4rem;
	text-align: center;		
	z-index: 2;
	background-color: transparent;
	display: flex;
	place-content: center;
	column-gap: 3rem;		
}
.career-internship-slider-dot {
	stroke: white;
	fill: transparent;
}
.career-internship-slider-dot.selected {
	stroke: white;
	fill: white;
}
.career-internship-slider-dot:hover {
	cursor: pointer;
}
.career-internship-person-wrapper
{
	min-width: 30rem;
	display: flex;
	align-items: center;
}
.career-internship-person-name 
{
	line-height: 3.1rem !important;
	font-size: 2.2rem;
	padding-left: 3.2rem;
}

@media only screen and (max-width: 767px) {
	.career-internship-slider-inner-wrapper 
	{
		width: 100%;
		min-height: calc(100vw - 13rem);
		overflow: hidden;
		display: -webkit-box;
	}
	.career-internship-slider-wrapper 
	{
		width: 100%;
		height: calc(100vw - 60%);
		overflow: hidden;
		display: flex;
	}
	.career-internship-slider-dots {				
		bottom: 3rem;				
	}
	.internships-second-banner
	{
		margin-left: 0rem !important;
		/*background-position: 0rem -10rem;*/
		vertical-align: middle;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center;
	}
	.background-position-special 
	{
		background-position-y: 0rem;
	}
	.custom-banner-career-internship {
		background-position: 22rem 15rem;
		background-repeat: no-repeat;
		padding-bottom: 5rem;
		padding-left: 2.4rem;
		text-align: left;
	}
	.custom-banner-career-internship-wrapper-people
	{
		padding-bottom: 2rem;
		padding-right: 0rem;
	}
	.custom-banner-career-internship-wrapper-publications
	{
		padding-bottom: 0rem;
		padding-left: 0rem;
	}
	.career-internship-person-wrapper
	{
		min-width: 20rem;
		display: flex;
		align-items: center;
		padding-top: 3rem !important;
		padding-left: 0rem !important;
	}
	.career-internship-person-name 
	{
		line-height: 3.1rem !important;
		font-size: 2.2rem;
		padding-left: 1.2rem;
	}
	.person-name
	{
		padding-left:1rem !important;
	}
	.person-name a
	{				
		white-space: pre-wrap;
	}
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px), (max-width: 1024px) and (min-width: 768px) {
	.custom-banner-career-internship-wrapper-people
	{
		padding-bottom: 3.2rem;
		padding-right: 3.2rem;
	}
	.custom-banner-career-internship-wrapper-publications
	{
		padding-bottom: 3.2rem;
		padding-right: 3.2rem;
		padding-left: 0rem;
	}
	.career-internship-person-wrapper
	{
		min-width: 22rem;
		display: flex;
		align-items: center;
		padding-top: 3rem !important;
		padding-left: 0rem !important;
	}
	.career-internship-person-name 
	{
		line-height: 3.1rem !important;
		font-size: 2.2rem;
		padding-left: 0.6rem;
	}
	.padding_Zero_tab
	{
		padding-left: 0rem;
		padding-right: 0rem;
		padding-top: 0rem;
		padding-bottom: 0rem;
	}
}
/* dayworks new career internship page styles ends */

/* dayworks home page style starts */

.acadamic-program-buttons {
	text-align:center;
	text-align: center; 
	place-content: center; 
	column-gap: 10rem; 
	display: flex;
}
.acadamic-program-buttons a {
	width: 12rem;
}
.featured-section
{
	min-width: 45% !important;
}
@media only screen and (max-width: 767px) {
	.acadamic-program-buttons {
		text-align: center;
		text-align: center; 
		place-content: center; 
		column-gap: unset; 
		display: grid;
		width: 100vw;
	}
	.acadamic-program-buttons a {
		display: block !important;
		margin-bottom: 1.6rem !important;
		margin-left: 0rem !important;
	}
	.featured-sections
	{
		display:block !important;
	}
	.featured-sections div:nth-child(2)
	{
		margin-bottom: 1rem !important;
	}
	
	.featured-section
	{
		min-width: 100% !important;
		margin-top: 1rem !important;
	}
	.featured-section
	{
		min-width: 100% !important;
		margin-top: 1rem !important;
		margin-left: 0rem !important;
	}	
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px), (max-width: 1024px) and (min-width: 768px) {
	.featured-sections
	{
		display:block !important;
	}
	.margin_Zero_tab
	{
		margin-left: 0rem !important;
		margin-right: 0rem !important;
	}
}

/* dayworks home page style ends */
/* dayworks about page styles start */

.about-adobe-content {
	/*padding-left: 4rem;*/
}
.gavin-image-box {
	height: 45rem; 
	background-size:contain;
}
.gavin-message-box {
	height: 45rem;
}
.about-adobe-gavin-message {
	margin-top: 3rem; 
	margin-left: -10rem; 
	background-color: rgba(255, 255, 255, 0.95);
	height: 12rem;
	width: 40rem;
}
div.about-adobe-gavin-message > p:first-child {
	padding-left: 4rem; 
	padding-top:2.4rem;
	font-size: 2.4rem;
	font-style: italic;
}
div.about-adobe-gavin-message > p:nth-child(2) {
	padding-left: 6.6rem !important; 
	padding-top: 1.2rem !important;
}
.topics-wrapper {
	display: flex; 
	grid-gap: 2rem; 
	place-content: center;
	padding-left: 3rem;
}
.topic-card {
	border-radius: 5px;
	background: #fff;
	width: 30%;
	height: 170px;
	padding-left: 1rem;
	padding-right: 1rem;
}
.topic-card:hover {
	color: #2098F6;
}
.topic-card:hover > div:nth-child(2) > p:nth-child(1){
	font-size: 2.45rem;
}
.topic-card-title {
	padding-top:0rem !important; 
	text-align: center; 
	font-size: 2.4rem;
}
.topic-card-title > a {
	color: inherit;
	-webkit-transition: color 200ms, font-size 200ms;
	-moz-transition: color 200ms, font-size 200ms;
	-o-transition: color 200ms, font-size 200ms;
	transition: color 200ms, font-size 200ms;
}
.topic-card-description {
	padding-top:0rem !important; 
	text-align: center; 
	font-size: 1.6rem;
	color: #333;
}
.about-adobe-icon {
	text-align: -webkit-center;			
}
.about-adobe-icon h2{
	width: 4.4rem; 
	padding-top:1.4rem
}
@media only screen and (max-width: 767px) {
	.topics-wrapper {
		display: grid;
		grid-gap: 2rem;
		row-gap: 2rem;
		gap: 2rem;
		place-content: center;
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.topic-card {
		border-radius: 5px;
		background: #fff;
		width: 100%;
		height: auto;
	}
	.gavin-image-box {
		height: 35rem; 
		background-size:cover;
	}
	.gavin-message-box {
		height: fit-content;						
	}
	.about-adobe-gavin-message {
		margin-top: -6rem; 
		margin-left: 0rem; 
		margin-right: 0rem; 
		background-color: rgba(255, 255, 255, 0.95);
		width: calc(100vw - 3rem);
	}
	div.about-adobe-gavin-message > p:nth-child(1) {
		padding-left: 2rem; 
		font-size: 2.4rem;
	}
	div.about-adobe-gavin-message > p:nth-child(2) {
		padding-left: 1rem !important; 
		text-align: right;
		padding-right: 2rem !important; 
	}
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px), (max-width: 1024px) and (min-width: 768px) {
	.about-adobe-content {
		padding-left: 0rem;
	}
	.about-adobe-gavin-message {
		margin-top: 0rem; 
		margin-left: 0rem; 
		background-color: rgba(255, 255, 255, 0.95);
		width: fit-content;
	}
	div.about-adobe-gavin-message > p:nth-child(1) {
		padding-left: 1rem; 
		font-size: 2.4rem;
		padding-right: 1rem;
	}
	div.about-adobe-gavin-message > p:nth-child(2) {
		padding-left: 1rem !important; 
		text-align: right;
		padding-right: 1rem;
	}
	.gavin-message-box {
		height: 35rem;
		text-align: -webkit-center;
		margin-top: -2rem;				
	}
	div.gavin-message-box > p:first-of-type {
		text-align: left;
	}
	.topics-wrapper {
		padding-left: 0rem;
	}
	.topic-card {
		border-radius: 5px;
		background: #fff;
		width: 40%;
		height: 170px;
	}
}
/* dayworks about page styles ends */

/* dayworks home-page-slider styles start */
.home-header {		 
	background-repeat: no-repeat; 
	background-size:cover; 
	margin-top: 8rem; 
	height:55rem; 
	padding-top: 1rem; 
	padding-bottom:1rem; 
	display: block
}
.home-title-wrapper {
	width:100%; 
	max-width: 1060px;
	height:10rem; 
	margin: -2.6rem auto -6rem auto;
}
.home-title {
	/*margin-top: 7rem;*/
	color: white;
}
.slider-wrapper {
	width:100%; 
	max-width: 1060px;
	height:50rem; 
	margin: 0px auto; 
	display: flex;
	padding-left: 6%;
}
.slider-wrapper-mobile {
	display: none;
}
.slider-image {
	height:40rem; 
	width:56rem; 
	position:relative; 
	left: -23px; 
	z-index:1;
}
.slide-image {
	position: absolute;
	height: 40rem !important;
	width: 56rem !important;
	background-size: cover;
	cursor: pointer;
	display: none;
}
.slider-message {
	height:30rem; 
	width:35rem; 
	padding:10px; 
	background:white; 
	z-index: 6; 
	position:relative;
}
.slider-dots {
	position: relative;
	bottom: 1rem;
	left: 0px;
	width: 100%;
	padding-right: 2.4rem;
	text-align: center;		
	z-index: 2;
	background-color: transparent;
	display: flex;
	place-content: center;
	column-gap: 3rem;		
}
.slider-dot {
	stroke: white;
	fill: transparent;
}
.slider-dot.selected {
	stroke: white;
	fill: white;
}
.slider-dot:hover {
	cursor: pointer;
}
.slide-content a {
	color: #000
}
.slide-content a:hover {
	color: #2098F6
}
.homepage-slider-nav {
	width: 60px;
	height: 40px;
	padding: 0px;
	background-color: darkgrey;
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.homepage-prev-btn, .homepage-next-btn {
	padding: 5px;
	cursor: pointer;
}
.join-us-footer {
	background-position: right top;
}
@media only screen and (max-width: 767px) {
	.home-header {		 
		background-repeat: no-repeat; 
		background-size:cover; 
		margin-top: 4rem; 
		height:70rem; 
		padding-top: 1rem; 
		padding-bottom:1rem; 
		display: block
	}
	.home-title-wrapper {
		width:90%; 
		height:10rem; 
		margin: -2.6rem auto 1rem auto;
	}
	.slider-wrapper {
		display: none;
		padding-left:unset;			
	}
	.slider-wrapper-mobile {
		display: block;
	}
	.slider-image {
		height: 71vw;
		width: 100%;
		display: block;
		z-index: 1;
		/* text-align: -webkit-center; */
		left: 0px;
	}
	.slide-image {
		position: absolute;
		height: 100% !important;
		width: 100% !important;
		background-size: cover;
		cursor: pointer;
		display: none;
	}
	.slider-message {
		height: calc(50rem - 55vw);
		width: calc(100vw - 2.8rem);
		padding: 10px;
		background: white;
		z-index: 6;
		position: relative;
		top: -3.6rem;
		right: 1.4rem;
		left: 1.4rem;
	}
	.slider-dots {
		padding-right: 0rem;
		display: none;
	}
	.slide-content a:active {
		color: #2098F6
	}
	.homepage-slider-nav {
		width: 80px;
		height: 50px;
		padding: 0px;
		background-color: darkgrey;
		position: absolute;
		right: 0px;
		bottom: 0px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.homepage-prev-btn, .homepage-next-btn {
		padding: 10px;
	}
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px), (max-width: 1024px) and (min-width: 768px) {
	.home-header {			
		margin-top: 10rem; 
		height:55rem; 			
		display: block
	}
	.home-title {
		margin-left: 2.4rem;			
	}
	.slider-image {
		height: 40rem;
		width: 100rem;
		position: relative;
		left: -20px;
		z-index: 1;
		overflow: hidden;
	}
	.slide-image {
		position: absolute;
		height: 40rem !important;
		width: -webkit-fill-available !important;
		background-size: cover;
		cursor: pointer;
		display: none;
	}
	.slider-message {
		width: 42rem;
	}
}
/* dayworks home-page-slider styles ends */

/* dayworks career page styles starts */
.career-image-links-wrapper
{
	padding-left: 0rem !important;
	padding-right: 0rem !important;
}
.career-image-links-wrapper:nth-child(1)
{
	padding-left: 0rem !important;
	padding-right: 1rem !important;
}
.career-image-links-wrapper:nth-child(2)
{
	padding-left: 1rem !important;
	padding-right: 0rem !important;
}
.career-image-links
{
	background-size: cover;  
	background-color: #F2F8FA; 
	background-repeat: no-repeat; 
	width: 100%; 
	height: 35rem;
	padding-left: 2rem;
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
.career-image-links:hover
{
	padding-left: 2rem;
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,0);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.career-right-arrow
{
	background-image: url('/wp-content/themes/adoberesearch.com/images/right-arrow.png'); 
	background-size: 4rem 4rem; 
	padding-left: 0rem !important;
	padding-right: 0rem !important;
}		
.career-location-wrapper
{
	row-gap: 2px;
}
.career-location-inner-wrapper
{
	column-gap: 2px;
	row-gap: 2px;	
	display: flex;
}
.career-location-image-background
{
	background-size: cover; 
	background-color: #F2F8FA; 
	background-repeat: no-repeat; 
	width: 100%; 
	height: 18rem;
	padding-bottom: 0px;
	align-items: center !important; 
	cursor: pointer;
	display: flex;
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
.career-location_1_1
{
	width: 66.66%;			
	background-position: 0rem -15.5rem;			
}
.career-location_1_2
{
	width: 33.33%;
	min-width: 38%; 
	background-position: 0rem -7rem; 			
}
.career-location_2_1
{
	width: 33.33%;			
}
.career-location_2_2
{
	width: 33.33%;			
}
.career-location_2_3
{
	width: 33.33%;			
	background-position: 0rem -9rem;
}
.career-location_3_1
{
	width: 50%;			
}
.career-location_3_2
{
	width: 50%;			
	background-position: 0rem -9rem;
}
.career-location-image-background:hover
{
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,0);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.person-name
{
	padding-left:3.2rem;
}
.career-home-footer-button-wrapper
{
	text-align:center;
	text-align: center; 
	place-content: center; 
	column-gap: 10rem; 
	display: flex;
}
.button-career-programs
{
	width: 15rem;
	margin-left: 3.2rem;
}
.button-career-internships
{
	width: 15rem;
	margin-left: 3.2rem;
}
@media only screen and (max-width: 767px) {
	.career-image-links-wrapper
	{
		padding-left: 0rem;
		padding-right: 0rem;
		margin-bottom: .6rem;
	}
	.career-image-links-wrapper:nth-child(1)
	{
		padding-left: 0rem !important;
		padding-right:0rem !important;
	}
	.career-image-links-wrapper:nth-child(2)
	{
		padding-left: 0rem !important;
		padding-right: 0rem !important;
	}
	.career-right-arrow
	{
		background-position: 12rem;
		height: 100%;
		align-items: center !important;
	}

	.career-location-wrapper
	{
		row-gap: 0px;
	}
	.career-location-inner-wrapper
	{
		column-gap: 2px;
		row-gap: 2px;	
		display: block;
	}
	.career-location-image-background
	{
		margin-bottom: 2px;
		background-position:center !important;
	}
	.career-location_1_1
	{
		width: 100%;			
		background-position: 0rem -15.5rem;			
	}
	.career-location_1_2
	{
		width: 100%;
		min-width: 100%; 
		background-position: 0rem -7rem; 			
	}
	.career-location_2_1
	{
		width: 100%;			
	}
	.career-location_2_2
	{
		width: 100%;			
	}
	.career-location_2_3
	{
		width: 100%;			
		background-position: 0rem -9rem;
	}
	.career-location_3_1
	{
		width: 100%;	
		background-position: center;
	}
	.career-location_3_2
	{
		width: 100%;			
		background-position: 0rem -9rem;
	}
	.person-name
	{
		padding-left:1rem !important;
	}
	.person-name a
	{				
		white-space: pre-wrap;
	}
	.career-image-links
	{
		height: 20rem;
		padding-left: 2rem;
	}
	.career-home-footer-button-wrapper
	{
		row-gap: 2rem; 
		display: grid;
	}
	.button-career-programs
	{
		width: 15rem;
		margin-left: 0rem !important;
	}
	.button-career-internships
	{
		width: 15rem;
		margin-left: 0rem !important;
	}
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px), (max-width: 1024px) and (min-width: 768px) {
	.column_padding_tablet_left
	{
		padding-left:0rem !important;
	}
	.column4_padding_right_pod
	{
		padding-right: 3.2rem;
	}
	.padding_left_careers_fulltime
	{
		padding-left: 0rem;
	}	
	.career-image-links-wrapper:nth-child(1)
	{
		padding-left: 0rem !important;
		padding-right:0rem !important;
	}
	.career-image-links-wrapper:nth-child(2)
	{
		padding-left: 0rem !important;
		padding-right: 0rem !important;
	}
	.career-image-links-wrapper
	{
		padding-left: 3.2rem;
		padding-right: 3.2rem;
		padding-bottom: 1.2rem;
	}
	.career-right-arrow
	{
		background-position: 12rem;				
	}
	.career-location-wrapper
	{
		row-gap: 2px;
	}
	.career-location-inner-wrapper
	{
		column-gap: 2px;
		row-gap: 2px;	
		display: flex;
	}
	.career-location-image-background
	{
		margin-bottom: 2px;
		background-position:center !important;
	}			
	.custom-width-person {
		min-width: 22rem;
	}
	.padding_Zero_tab {
		padding-left: 0rem;
		padding-right: 0rem;
	}
	.person-name
	{
		padding-left:1rem !important;
	}
	.person-name a
	{				
		white-space: pre-wrap;
	}
}
/* dayworks career page styles ends */

/* DT 202406.24 Fix for Youtube video caption font style and margin issue after wp upgrade */
figcaption {
	font-size: 16px;
}
figcaption.wp-element-caption {
	font-size: 16px;
}
figcaption.wp-element-caption em {
        font-style: normal;
	font-size: 16px;
}
.wp-block-embed figcaption {
        margin-top: 0em;
}
.wp-block-image figcaption {
	margin-bottom: 0em;
}
