h2 {
  font-size: 3.25em;
  font-weight: 200;
}

h2 strong {
  font-weight: 400;
  color: #0090dc;
}

.e-columns .text {
  padding: 20px;
}

@media (min-width: 480px) {
  .e-columns .text {
    padding: 40px;
  }
}

@media (min-width: 768px) {
  .e-columns .text {
    padding: 60px;
  }
}

.img_section {
  position: relative;
  overflow: hidden;
}

.img_section .section-outer.mobile .section-inner .section-content {
  background: #fff;
  color: #58595b;
}

@media (min-width: 768px) {
  .img_section .section-outer.mobile .section-inner .section-content {
    background: transparent;
  }
}

.img_section .section-outer.mobile .section-inner .section-cta {
  display: inline-block;
  border: 2px solid #0090dc;
  color: #fff;
  background: #0090dc;
  padding: 2px 30px;
  text-transform: uppercase;
  text-decoration: none;
  transition: .15s color ease, .15s background ease, .15s border ease;
  z-index: 200;
}

.img_section .section-outer.mobile .section-inner .section-cta:hover {
  border: 2px solid #58595b;
  background: #58595b;
}

.img_section .section-outer.mobile .section-inner .section-cta:before {
  content: "";
  display: table;
}

.img_section .section-outer.mobile .section-inner .section-cta:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .img_section .section-outer {
    position: relative;
  }
  .img_section .section-outer .section-inner .section-content .section-cta {
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    padding: 2px 30px;
    text-transform: uppercase;
    text-decoration: none;
    transition: .15s color ease, .15s background ease, .15s border ease;
  }
  .img_section .section-outer .section-inner .section-content .section-cta:hover {
    color: #fff;
    border: 2px solid #fff;
    background: white;
    color: #0090dc;
  }
  .img_section .section-outer .section-inner .section-content .section-cta:before {
    content: "";
    display: table;
  }
  .img_section .section-outer .section-inner .section-content .section-cta:after {
    content: "";
    display: table;
    clear: both;
  }
  .img_section .section-outer.grey {
    background-color: #58595b;
  }
  .img_section .section-outer.orange {
    background-color: #0090dc;
  }
  .img_section .section-outer.white {
    background-color: #fff;
  }
  .img_section .section-outer.white .section-inner .section-content {
    color: #58595b;
  }
  .img_section .section-outer.white .section-inner .section-content .section-cta {
    display: inline-block;
    border: 2px solid #0090dc;
    color: #fff;
    background: #0090dc;
    padding: 2px 30px;
    text-transform: uppercase;
    text-decoration: none;
    transition: .15s color ease, .15s background ease, .15s border ease;
  }
  .img_section .section-outer.white .section-inner .section-content .section-cta:hover {
    border: 2px solid #58595b;
    background: #58595b;
  }
  .img_section .section-outer.white .section-inner .section-content .section-cta:before {
    content: "";
    display: table;
  }
  .img_section .section-outer.white .section-inner .section-content .section-cta:after {
    content: "";
    display: table;
    clear: both;
  }
  .img_section .section-outer.shadow:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, transparent 0%, transparent 20%, rgba(0, 0, 0, 0.05) 60%, rgba(0, 0, 0, 0.2) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    z-index: 1;
    pointer-events: none;
  }
}

.img_section .section-inner {
  font-size: 0;
}

.img_section .section-inner > img {
  display: none;
}

.img_section .section-inner:before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 10px;
  top: 0;
  left: calc((100% - 100vw)/ 2);
  right: calc((100% - 100vw)/ 2);
  box-shadow: inset 0 1px 8px -8px rgba(0, 0, 0, 0.25);
}

.img_section .section-inner:after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 10px;
  bottom: -10px;
  left: calc((100% - 100vw)/ 2);
  right: calc((100% - 100vw)/ 2);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}

.img_section .section-inner .section-content {
  background: #0090dc;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  padding: 20px;
}

.img_section .section-inner .section-cta {
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  background: rgba(255, 255, 255, 0);
  padding: 2px 30px;
  text-transform: uppercase;
  text-decoration: none;
  transition: .15s color ease, .15s background ease, .15s border ease;
  text-decoration: none;
  text-align: center;
  margin-top: 10px;
}

.img_section .section-inner .section-cta:hover {
  color: #fff;
  border: 2px solid #fff;
  background: white;
  color: #0090dc;
}

.img_section .section-inner .section-cta:before {
  content: "";
  display: table;
}

.img_section .section-inner .section-cta:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .img_section .section-inner {
    position: relative;
    font-size: 0;
    margin: 0 auto;
    max-width: 1280px;
  }
  .img_section .section-inner img {
    display: block;
    position: relative;
    visibility: hidden;
    z-index: 0;
    width: 100%;
    height: auto;
  }
  .img_section .section-inner .section-content {
    position: absolute;
    font-size: 1rem;
    color: #fff;
    top: 10%;
    right: 4%;
    width: 40%;
    text-align: right;
    background: transparent;
  }
  .img_section .section-inner .section-content .section-cta {
    display: inline-block;
    border: 2px solid #0090dc;
    color: #fff;
    background: #0090dc;
    padding: 2px 30px;
    text-transform: uppercase;
    text-decoration: none;
    transition: .15s color ease, .15s background ease, .15s border ease;
  }
  .img_section .section-inner .section-content .section-cta:hover {
    border: 2px solid #58595b;
    background: #58595b;
  }
  .img_section .section-inner .section-content .section-cta:before {
    content: "";
    display: table;
  }
  .img_section .section-inner .section-content .section-cta:after {
    content: "";
    display: table;
    clear: both;
  }
  .img_section .section-inner .section-content .section-desc {
    line-height: 2;
    font-weight: 200;
  }
  .img_section .section-inner .section-content h2 {
    font-size: 3.5em;
    line-height: 1;
    font-weight: lighter;
    margin: 0 0 .125em 0;
  }
}

@media (min-width: 1024px) {
  .img_section .section-inner .section-content {
    top: 15%;
  }
  .img_section .section-inner .section-content h2 {
    font-size: 4.25em;
  }
}

@media (min-width: 768px) {
  .img_section.industries .section-inner .section-content {
    top: auto;
    right: auto;
    left: 2%;
    bottom: 2%;
    width: 60%;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .img_section.industries .section-inner .section-content {
    bottom: 6%;
  }
}

@media (min-width: 768px) {
  .img_section.careers .section-inner .section-content {
    top: 18%;
    right: auto;
    left: 2%;
    width: 38%;
    text-align: left;
  }
}

.testimonial_section {
  text-align: center;
  font-style: italic;
  font-weight: 200;
  font-size: 1.25em;
  padding: 20px;
  max-width: 1042px;
  margin: 0 auto;
}

.testimonial_section .photo {
  position: relative;
  font-size: 0;
  margin: 0 auto 20px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial_section .photo a {
  display: block;
  width: 100%;
  height: 100%;
}

.testimonial_section .photo:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.33);
  pointer-events: none;
  transition: background .15s ease;
}

.testimonial_section .photo img {
  width: 100%;
  height: 100%;
}

.testimonial_section .photo:hover:before {
  background: rgba(255, 255, 255, 0);
}

.testimonial_section .testimonial {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimonial_section .testimonial .content {
  position: relative;
  padding: 0 40px;
}

.testimonial_section .testimonial .content:before, .testimonial_section .testimonial .content:after {
  content: ' ';
  position: absolute;
  width: 59px;
  height: 40px;
  opacity: .5;
}

.testimonial_section .testimonial .content:before {
  top: -20px;
  left: -10px;
  background: url(//d9zmjrm59k01g.cloudfront.net/b4bb-12545757-left-quote.png?pfvId=193ok9.j27q4qqs) no-repeat center;
}

.testimonial_section .testimonial .content:after {
  bottom: 5px;
  right: -10px;
  background: url(//d9zmjrm59k01g.cloudfront.net/8444-22545757-right-quote.png?pfvId=193oka.j27q4qr5) no-repeat center;
}

@media (min-width: 768px) {
  .testimonial_section {
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    text-align: left;
  }
  .testimonial_section .photo {
    margin: 0 60px 0 0;
  }
  .testimonial_section .testimonial {
    -ms-flex: 1;
    flex: 1;
  }
  .testimonial_section .signed {
    padding-left: 60px;
  }
}

/* styling the cta_icons component to include the use of the button. */
.cta_icons {
  text-align: center;
  padding: 20px;
  box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.25);
}

.cta_icons:before {
  content: "";
  display: table;
}

.cta_icons:after {
  content: "";
  display: table;
  clear: both;
}

.cta_icons h2 {
  margin: 0 0 20px;
}

.cta_icons .cta-inner {
  max-width: 1042px;
  margin: 0 auto;
}

.cta_icons .icon {
  position: relative;
  width: 180px;
  max-width: 100%;
  margin: 0 auto 20px;
}

.cta_icons .icon img {
  opacity: 0;
}

.cta_icons .icon a {
  text-decoration: none;
  transition: color .15s ease;
}

.cta_icons .icon a.hidden-link {
  color: transparent;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.cta_icons .icon:before, .cta_icons .icon:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  transition: opacity .15s ease, visibility .15s ease;
}

.cta_icons .icon:before {
  opacity: 1;
  visibility: visible;
}

.cta_icons .icon:after {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.cta_icons .icon:hover:before {
  opacity: 0;
  visibility: hidden;
}

.cta_icons .icon:hover:after {
  opacity: 1;
  visibility: visible;
}

.cta_icons .icon:hover a {
  text-decoration: underline;
}

.cta_icons .icon:hover .icon-text {
  color: #0090dc;
}

.cta_icons .cta {
  display: inline-block;
  border: 2px solid #0090dc;
  color: #fff;
  background: #0090dc;
  padding: 2px 30px;
  text-transform: uppercase;
  text-decoration: none;
  transition: .15s color ease, .15s background ease, .15s border ease;
}

.cta_icons .cta:hover {
  border: 2px solid #58595b;
  background: #58595b;
}

.cta_icons .cta:before {
  content: "";
  display: table;
}

.cta_icons .cta:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .cta_icons {
    padding: 40px;
  }
  .cta_icons h2 {
    margin: 0 0 20px;
  }
  .cta_icons .cta-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0;
  }
}

/* styling the cta_icons component to reverse colors */
.cta_icons.dark {
  background: #58595b;
  color: #D0D0D0;
}

.cta_icons.dark .icon a {
  color: #D0D0D0;
}

.cta_icons.dark .icon:hover a {
  color: #0090dc;
}

.cta_icons.dark .cta {
  display: inline-block;
  border: 2px solid #0090dc;
  color: #0090dc;
  background: rgba(0, 144, 220, 0);
  padding: 2px 30px;
  text-transform: uppercase;
  text-decoration: none;
  transition: .15s color ease, .15s background ease, .15s border ease;
}

.cta_icons.dark .cta:hover {
  color: #fff;
  border: 2px solid #0090dc;
  background: #0090dc;
}

.cta_icons.dark .cta:before {
  content: "";
  display: table;
}

.cta_icons.dark .cta:after {
  content: "";
  display: table;
  clear: both;
}
/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh-persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh-persistent,
ul.menubeanh-persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh-persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh-persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh-persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh-persistent ul,
ul.menubeanh-persistent ul ul,
ul.menubeanh-persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh-persistent li.over ul ul,
ul.menubeanh-persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh-persistent li.over ul,
ul.menubeanh-persistent ul li.over ul,
ul.menubeanh-persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv-persistent,
ul.menubeanv ul,
ul.menubeanv-persistent, ul {
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv-persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv-persistent li.mi-parent {
  cursor: pointer;
}
ul.menubeanv-persistent li ul {
  display: none;
}
ul.menubeanv-persistent li.over ul {
  display: block;
}
