/* Section Tall and Short
  ============================================ */
#sectionTopper_tall {
  position: relative;
  height: 350px;
}
#sectionTopper_tall .container,
#sectionTopper_tall .container .grid-100 {
  height: 100%;
}

#sectionTopper_short {
  position: relative;
  height: 113px;
  /* height: 150px; */
}
#sectionTopper_short .container,
#sectionTopper_short .container .grid-100 {
  height: 100%;
}
/*
#sectionTopper_short #feature-content {
  display: none;
}
*/


/* BREADCRUMB and SITE SECTION
  ============================================ */
#breadcrumb {
  left: 17px;
  position: absolute;
  top: 18px;
  width: 100%;
  z-index: 10;
}
/* Override for SectionTopper.css parentLink */
#parentLink {
  background: url('//www.esri.com/graphics/breadArrow.png') no-repeat 0px 4px;
  /* _background: none; */
  /* _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/graphics/breadArrow.png', sizingMethod='crop'); */
  color: #FFF;
  display: block;
  float: left  !important;
  font-size: 11px !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 10px 0 18px !important;
  /* padding-left: 0; */
  /* padding-bottom: 0; */
  position: absolute;
  /* position: relative !important; */
  text-decoration: none !important;
  top: 10px !important;
  z-index: 10 !important;
}
#section-title {
  color: #FFF;
  float: left;
  font-family: 'Avenir LT W05_35 Light', Arial, Helvetica, sans-serif !important;
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: 35px;
  /* top: 22px; */
  /* width: 100%; */
}
#section-title span {
  color: #FFF;
  /* display: none; */
  line-height: 1;
  padding-right: 8px;
}

/* Products Section Topper */
.products #breadcrumb,
.industries #breadcrumb {
  top: 8px;
}
.products #parentLink {}

.products #section-title,
.industries #section-title {
  font-size: 42px;
  top: 45px;
  /* width: 100%; */
}
/*
.products #feature-content {
  margin-top: 50px !important;
}
*/
.products #feature-content h2,
.industries #feature-content h2 {
  margin-top: 15px;
}
.products #feature-content p,
.industries #feature-content p {
  font-size: 17px;
  margin-bottom: 1.2em;
}
#sectionTopper_tall.products #section-title,
#sectionTopper_tall.industries #section-title {
  display: none;
}
.products #section-title span {
  display: none;
}
#sectionTopper_short.products,
#sectionTopper_short.industries {
  height: 150px;
}
/* Fix for Training with Extra Breadcrumb */
#sectionTopper_short.training #section-title span {
  display: none;
}

/* Banner Dark or Light Options */
.white #parentLink,
.white #section-title,
.white #section-title span {
  color: #FFF;
}

.black #parentLink,
.black #section-title,
.black #section-title span {
  color: #000;
}

.blue #parentLink,
.blue #section-title,
.blue #section-title span {
  color: #007ac2;
}

.orange #parentLink {
  color: #000;
}
.orange #section-title,
.orange #section-title span {
  color: #DA4D1E;
}
/* Add more color options below */



@media screen and (max-width: 600px) {
  #breadcrumb {
    left: 0;
  }
  .products #section-title,
  .industries #section-title {
    font-size: 35px;
    padding-left: 10px;
    width: auto;
  }
}



/* BANNER CONTENT for TALL
  ============================================ */
#feature-content {
  margin-top: 80px;
  *margin-top: 70px;
}
.two-line #feature-content {
  margin-top: 50px;
}
#feature-content h1,
#feature-content h2,
#feature-content p {
  font-family: 'Avenir LT W05_35 Light', Arial, Helvetica, sans-serif !important;
}

#feature-content h1 {
  color: #FFF;
  font-size: 55px;
  margin: 0 0 15px 0;
}
#feature-content h2 {
  color: #FFF;
  font-size: 32px;
  margin: 0 0 15px 0;
}
#feature-content p {
  color: #FFF;
  font-size: 18px;
  margin: 0 0 40px 0;
}

.black #feature-content h1,
.black #feature-content h2,
.black #feature-content p {
  color: #000;
}
.blue #feature-content h1,
.blue #feature-content h2,
.blue #feature-content p {
  color: #007ac2;
}
.orange #feature-content h1,
.orange #feature-content h2 {
  color: #DA4D1E;
}
.orange #feature-content p {
  color: #000;
}
/* Add more color options below */



/* NAVIGATION
  ============================================ */
#sectionTopper_tall #topSubnav,
#sectionTopper_short #topSubnav {
  bottom: 0;
  left: 10px;
  position: absolute !important;
  top: auto;
}
#topSubnav a,
.white #topSubnav a,
.black #topSubnav a,
.blue #topSubnav a,
.orange #topSubnav a {
  background: rgba(0, 0, 0, 0.6);
  /* background: url('//www.esri.com/~/media/Images/Content/events/graphics/1px-trans-60-blk.png'); */
}
#topSubnav a:hover,
.white #topSubnav a:hover,
.black #topSubnav a:hover,
.blue #topSubnav a:hover,
.orange #topSubnav a:hover {
  background: #FFF;
  color: #333;
}

/* Tertiary Navigation */
#terSubnav {
  background: #FFF !important;
  border-bottom: 1px solid #E5E5E5 !important;
}


/* DYNAMIC CONTAINER
  ============================================ */
#main-content {
  margin-top: 40px;
  position: relative;
}




/* BUTTONS
  ============================================ */
.ctaButton,
.ctaButton:visited,
.cta-button,
.cta-button:visited {
  border: 0;
  background-color: #f89927;
  color: #FFF;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 14px;
  text-decoration: none;
}
.ctaButton:hover,
.cta-button:hover {
  background-color: #F36F20;
  color: #FFF;
  text-decoration: none;
}

.ctaButton.left,
.cta-button.left {
  float: left;
  /* top: 35px; */
  position: relative;
}
.ctaButton.right,
.cta-button.right {
  float: right;
  top: -22px;
  /* right: 0; */
  position: relative;
}
