table{border-collapse:collapse;border-spacing:0}
td,th{padding: 10px;}

.topBanner {
    position:fixed;
    background-color:#FFFFFF;
    color:#FFFFFF;
    left:0px;
    top:0px;
    height:50px;
    width:100%;
    z-index:100;
}
.topBannerLogo {
    position:fixed;
    left:20px;
    top:10px;
    height:32px;
    cursor:pointer;
}


.headerContainer {
     position:fixed;
     top:50px;
     background:#FFFFFF;
     width:100%;
}


.closeDiv {
     position:fixed;
     top:30px;
     left:900px;
     width:25px;
     height:25px;
     border-radius:12px;
     border-color:#888888;
     border-style:solid;
     border-width:1px;
     background-color:#293E40;
     padding:5px;
     color:#FFFFFF;
     font-family:"Arial";
     font-size:20px;
     z-index:200;
     text-align:center;
     cursor:pointer;
}

/* CSS for DemoNow logo in header */
	.demoNowLogo {
		left: 165px;
	}

/* Updates to Tiles on ServiceNow Demos page */
.tileLine2 {
    font-size: 34px !important;
    font-weight: 200 !important;
    line-height: 46px !important;
}
#TilesContainer {
    max-width: 1024px;
    padding: 70px 40px !important;
    margin: auto;
    display: block;
    overflow: hidden;
    top: 0 !important;
    margin-top: 80px !important;
}
.tileStyle {
	position: relative !important;
  display: flex;
    left: auto !important;
    top: auto !important;
    width: 50% !important;
    box-sizing: border-box;
    float: left;
    padding: 0 20px 35px !important;
}
.tileStyle:nth-of-type(odd) {
	clear: left;
}
.tileImg {
	position: relative !important;
	top: 0 !important;
	margin-top: 50px !important;
}
.tileStyle > div:nth-of-type(2) {
	position: relative !important;
	top: 15px !important;
}
.tileLine4 {
	top: 0 !important;
	margin-top: 30px;
}

@media(max-width: 767px){
.tileStyle {
    float: none;
    display: block;
    padding: 0 0px 35px !important;
    max-width: 480px;
    margin: auto;
    width: auto !important;
}
}


@media(min-width: 768px){
	#TilesContainer {
		width: 90%;
    max-width: 1370px;
		padding: 70px 0 0 !important;
	}
	.tileStyle {
		width: 48% !important;
		height: auto !important;
		padding: 35px 28px 35px 30px !important;
	}
	.tileStyle > div:first-of-type {
   width: 100px;
   float: left;
   overflow: hidden;
   margin: 0 25px 0 0;
	}
	.tileImg {
		margin-top: 0 !important;
		width: 100%;
		height: auto;
	}
	.tileStyle > div:nth-of-type(2) {
		top: 0 !important;
		float: left;
		width: 430px;
	}
	.tileLine3 {
		clear: left;
	}
}

/* Updates to Module Buttons -- I mostly removed the top values and used margins */
.styleGreyButton {
	background-color: #258dfc !important;
}
.tryItButton {
	/*background-color: rgba(37,151,252,0.5) !important;*/
}
/* END Updates to Module Buttons */

/* Updates to Headers on Module pages */
.moduleHeader {
    margin: 120px 40px 70px;
	width: auto !important;
	max-width: 700px;
	height: auto !important;
	top: 0 !important;
}
.moduleHeaderLine1 {
    position: static !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    letter-spacing: .2em !important;
}
.moduleHeaderLine2 {
    line-height: 46px !important;
    top: 0 !important;
    font-size: 38px !important;
}
.moduleHeaderLine3 {
	top: 0 !important;
	margin-top: 5px;
}
.styleMainButton {
	margin-top: 30px;
	top: 0 !important;
}
/* END Updates to Headers on Module pages */
/* Updates to Pillar Sections on Module pages */
.pillarHolder {
	position: static !important;
	padding: 0 40px;
}
.pillarContent {
	left: auto !important;
	display: block !important;
	margin: 0 auto !important;
	padding: 60px 0;
	top: 0 !important;
}
.pillarContent table {
	margin: auto;
}
@media(min-width: 768px){
	.pillarContent table .image-column img{
		width: 100%;
		height: auto;
	}
}
@media(max-width: 767px){
	.pillarContent table .image-column{
		display: none;
	}
	.pillarContent table {
		margin: auto auto auto 0;
	}
}
/* END Updates to Pillar Sections on Module pages */

/* Added Padding to Videos */
	.demoFrameYT {
		box-sizing: border-box;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		padding: 60px 40px;
		margin: auto;
	}
/* END Added Padding to Videos */
/* CSS for Footer Migrated from ServiceNow */
.footer-anml {
  background: #FFFFFF!important;
  position: relative;
  width: 100%;
  height: 90px;
  }

.footer-anml ul {
  list-style: none; }

.footer-menu ul li {
color: #000000!important;}  
  
.footer-menu ul li a {
color: #000000!important;}
  
  
.footer-menu {
  float: left;
  padding: 10px 0 0 50px;
  color: #BBBBBB;
/*	font-family: Gotham SSm A, "Gotham SSm B","Arial";*/
	font-weight: 300;
  font-style: normal;
  font-size: 11px;
  max-width: 68%;
  /* width estimate in % value */ }

.footer-menu {
  max-width: none;
  /* override - exact width */ }
  .footer-menu.footer-menu-left > ul,
  .footer-menu.footer-menu-center > ul {
    display: block;
    text-align: center; }
  .footer-menu.footer-menu-left {
    position: absolute;
    padding-left: 0; }
    .footer-menu.footer-menu-left > ul > li {
      display: none; }
  .footer-menu.footer-menu-center {
    position: absolute;
    float: none;
    width: auto;
/*      padding-right: 230px; */
    pointer-events: none; }
    .footer-menu.footer-menu-center > ul {
      margin: auto;
      padding-right: 230px;
      pointer-events: none; }
      .footer-menu.footer-menu-center > ul li {
        pointer-events: auto; }

.footer-social {
  float: right; }

.footer-showall {
  float: right;
  /* BEGIN Joseph's edited code */
  padding: 31px 55px 30px;
  /* END Joseph's edited code */
  margin: 0;
  background: #2c2c2c;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  width: 169px;
  box-sizing: border-box; }

.footer-showall span.text {
  color: #a9a9a9 !important;
  text-transform: uppercase; }

.footer-showall:hover span.text {
  color: #ffffff !important; }

/*.footer-showall:hover .mega-footer {
    left:0px;
}*/
.red {
  color: #eb4333; }

.footer-menu > ul,
.footer-social > ul {
  list-style: outside none none;
  margin: 0;
  padding: 25px 55px 0 0; }

.footer-menu > ul > li,
.footer-social > ul > li {
  display: inline-block; }

.footer-menu > ul > li {
  padding: 0 10px;
  color: #293e40;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: 1.8; }

.footer-menu > ul > li > a {
  color: #293e40;
  font-weight: 300;
  font-style: normal;
text-decoration: none;
  font-size: 12px; }

.footer-menu > ul > li > a:hover {
  color: #293e40; }

.glyph-social span {
  display: block;
  height: 41px;
  width: 41px;
  background-image: url("../sharedImages/glyph-social.png");
  opacity: 0.5;
  transition: opacity 0.5s ease; }

.glyph-social span:hover {
  opacity: 1; }

.icon-linkedin {
  background-position: 0 0; }

.icon-twitter {
  background-position: -41px 0; }

.icon-youtube {
  background-position: -82px 0; }

.icon-facebook {
  background-position: -123px 0; }

@media (max-width: 1270px) {
  .footer-menu {
    padding: 10px 0 0 10px;
    max-width: 82%;
    /* width estimate in % value */ }
  .footer-menu > ul > li {
    font-size: 11px; }
  .footer-menu > ul > li > a {
    font-size: 11px; }
  .footer-menu > ul,
  .footer-social > ul {
    padding: 25px 10px 0 0; }
  .footer-menu {
    max-width: calc(100% - 375px);
    /* override - exact width */
    max-width: calc(100% - 200px);
    /* override - exact width, without footer-left-menu */ }
    .footer-menu.footer-menu-left > ul,
    .footer-menu.footer-menu-center > ul {
      display: block;
      text-align: left; }
    .footer-menu.footer-menu-left {
      position: inherit; }
      .footer-menu.footer-menu-left > ul {
        padding-right: 0; }
    .footer-menu.footer-menu-center {
      position: inherit;
      float: left;
      width: auto;
      padding-left: 10px; }
      .footer-menu.footer-menu-center > ul {
        padding-left: 0;
        pointer-events: none;
        padding-right: 0; }
        .footer-menu.footer-menu-center > ul li {
          pointer-events: auto; } }

@media (max-width: 1000px) {
  .footer-showall {
    padding-left: 20px;
    padding-right: 20px; }
  .footer-menu {
    max-width: 80%;
    /* width estimate in % value */ }
  .footer-menu {
    max-width: calc(100% - 375px);
    /* override - exact width */
    max-width: calc(100% - 200px);
    /* override - exact width, without footer-left-menu */ }
  .footer-menu > ul,
  .footer-social > ul {
    padding: 25px 0 0 0; }
  .footer-menu > ul > li {
    padding: 0 10px; } }

@media (max-width: 900px) {
  .footer-menu > ul > li {
    display: block;
    padding: 0 0 25px 0; }
  .footer-menu > ul > li {
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    font-variant: normal; }
  .footer-menu > ul > li > a {
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    font-variant: normal; }
  .footer-showall {
    display: none; }
  .footer-anml {
    height: auto;
    text-align: center; }
  .footer-menu {
    padding: 20px 0 0 0;
    max-width: 100%;
    /* full-width for mobile */ }
    .footer-menu.footer-menu-left > ul,
    .footer-menu.footer-menu-center > ul {
      display: inherit;
      text-align: center; }
      .footer-menu.footer-menu-left > ul > li,
      .footer-menu.footer-menu-center > ul > li {
        display: inherit; }
    .footer-menu.footer-menu-left > ul > li {
      display: none; }
    .footer-menu.footer-menu-center {
      width: 100%;
      padding-top: 0;
      padding-left: 0; }
      .footer-menu.footer-menu-center > ul {
        padding-top: 0; }
  .footer-menu, .footer-social {
    float: none; }
  .footer-social {
    display: block; }
  .footer-social .glyph-social {
    padding: 0px 20px 30px 0; } }
/* END CSS for Footer Migrated from ServiceNow */