@charset "UTF-8";
/* CSS Document */
/* style sheet originally created for the SSCP and automotive microsites */
/* this is the version for bootstrap files */
.menu_bar_primo {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: center;
  padding: 15px 15px;
  width: 100%;
  background-color: #174783;
  color: #fff;
}
.menu_bar_primo a {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 8px 15px;
  font-size: 18px;
  line-height: 22px;
  margin: 0 3px;
  font-weight: 200;
  border-right: thin solid #fff;
}
.menu_bar_primo a:hover {
  color: #afafaf;
  text-decoration-line: underline;
}
.menu_bar_sub {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: center;
  padding: 10px 10px;
  width: auto;
  background-color: #65737d;
  color: #fff;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.menu_bar_sub a {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 0px 25px;
  font-size: 14px;
  line-height: 18px;
  margin: 7px 3px;
  font-weight: 200;
  border-right: thin solid #fff;
}
.menu_bar_sub a:hover {
  color: #00206f;
  text-decoration-line: underline;
}
.menu_bar_sub2 {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: center;
  padding: 15px 10px;
  background-color: #a3aaae;
  margin-bottom: 20px;
  box-sizing: border-box;
  width: 95%; 
  margin-left: auto; 
  margin-right: auto; 
  border: thin solid #113C79;
}
.menu_bar_sub2 a {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: #113c79;
  padding: 4px 15px;
  font-size: 16px;
  line-height: 22px;
  margin: 0 3px;
  font-weight: 300;
  border-right: thin solid #113c79;
}
.menu_bar_sub2 a:hover {
  color: #65737d;
  text-decoration-line: underline;
}
.menu_bar_side {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: center;
  padding: 15px;
  width: 340px;
  background-color: #174783;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}
.menu_bar_side a {
  text-align: center;
  display: inline-block;
  color: #fff;
  padding: 0 10px;
  font-size: 16px;
  line-height: 26px;
  margin: 0 3px;
  font-weight: 200;
}
.menu_bar_side a:hover {
  color: #afafaf;
  text-decoration-line: underline;
}
/* Portrait phones and smaller */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .menu_bar_sub a {
    font-size: 13px;
    border-right: none;
    padding: 3px 10px;
    margin: 0px;
  }
  .menu_bar_primo a {
    border-right: none;
    font-size: 16px;
  }
    .menu_bar_sub {
        padding: 12px;
    }

  .menu_bar_sub2 a {
    border-right: none;
    font-size: 13px;
    font-weight: 400;
    padding: 4px 10px;
    line-height: 18px;
  }    

}
/* Landscape phones and portrait tablets */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .menu_bar_sub a {
    font-size: 13px;
    padding: 3px 10px;
  }
  .menu_bar_sub2 a {
    border-right: none;
  }
  .menu_bar_primo a {
      font-size: 15px;
      border-right: none;
  }
    
  .menu_bar_sub {
      padding: 12px;
  }
}
.image_rounded_shad {
  border-radius: 25px;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 10px;
  width: 90%; 
  margin-left: auto; 
  margin-right: auto; 
  background-color: white;
  background-repeat: no-repeat;
  box-shadow: 0 0 10px transparent;
  transition-duration: 0.6s;
  transition-property: box-shadow;
  position: relative;
}
.image_rounded_shad:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}

.image_rounded_center {
  border-radius: 20px;
  background-repeat: no-repeat;
  -webkit-transform: perspective(2px) translateZ(0);
  transform: perspective(2px) translateZ(0);
  box-shadow: 0 0 10px transparent;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.6s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  align-content: center;
}

.image_rounded_center:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}

.imargins {
  margin-left: auto;
  margin-right: auto;
}

.backgnd_grey {
  background-color:#ebecf2;
}

.backgnd_blue {
  background-color: #b1c5e9;
}

.name_inset {
  border-radius: 15px;
  font-style: italic;
  position: absolute; 
  top: 260px; 
  left: auto;
  background-color: #fff; 
  padding: 5px;
}

/*for desktops*/
@media screen and (min-width: 800px) {
	.imargins {
    width: 90%;
    height: 90%;
	}
  }
/* Landscape phones and portrait tablets */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .imargins {
    width: 90%;
    height: 90%;
  }
}

.sup_smaller {
  vertical-align: super;
  font-size: smaller;
  font-weight: 200;
  line-height: 22px;
}

.sup_small {
  vertical-align: super;
  font-size: small;
  font-weight: 200;
}

.small_reg {
  font-size: small;
}

/* Portrait phones and smaller */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .image_rounded_shad{
        float: none;
        margin-bottom: 15px;
    }
.imargins {
    width: 90%;
    height: 90%;
  }
}
.image_rounded_left {
  border-radius: 20px;
  background-color: #fff;
  margin: 0px 20px 20px 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(2px) translateZ(0);
  transform: perspective(2px) translateZ(0);
  box-shadow: 0 0 10px transparent;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.6s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.image_rounded_left:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}
.image_rounded_success {
  padding: 10px;
  width: 270px;
  height: 100%;
  background-color: #a4aeb6;
  border-radius: 20px;
  margin: 0px 20px 20px 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(2px) translateZ(0);
  transform: perspective(2px) translateZ(0);
  box-shadow: 0 0 10px transparent;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.6s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.image_rounded_success:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}
.small_success_title {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  padding: 10px;
  font-weight: 400;
}
.small_success_title a {
  color: #174783;
}
.small_success_title a:hover {
  color: #00206f;
  text-decoration-line: underline;
}
.small_title {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  padding: 0 10px 0 30px;
  font-weight: 400;
}
.small_title a {
  color: #174783;
}
.small_title a:hover {
  color: #00206f;
  text-decoration-line: underline;
}
.image_detail {
  margin-top: 15px;
  width: 100%;
  height: 350px;
  background-color: #e6e6e6;
}
.detail_list {
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
}
.small_partner_title {
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  padding-top: 10px;
  font-weight: 400;
  width: 100%;
  text-align: center;
}
.small_partner_title a {
  color: #174783;
  line-height: 18px;
}
.small_partner_title a:hover {
  color: #00206f;
  text-decoration-line: underline;
}
.inset_rounded {
  background-color: #E6E6E6;
  border-radius: 20px;
  font-weight: 100;
  line-height: 20px;
  padding: 10px;
  margin: 5px 10px 10px 20px;
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 5px transparent;
  transition-duration: 0.4s;
  transition-property: box-shadow;
}
.inset_rounded:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.feature_band {
  display: flex;
  flex-flow: wrap;
  padding: 20px;
  background-color: #c6d2e1;
  justify-content: space-around;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}
.feature_child_headline {
  flex-basis: 100%;
  flex-flow: wrap;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  padding: 0px 10px 20px;
}
.feature_child_item {
  display: flex;
  flex-direction: row;
  text-align: center;
  width: 160px;
  height: auto;
  background-color: #ffffff;
  color: #174783;
  margin-left: 10px;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.05);
}
.feature_child_item:hover {
  text-decoration: none;
  background-color: white;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.15);
}
/*these are the styles originally created for the automotive miscrosite*/
.landing_auto {
  background-image: url(../products/images/AutoLanding.jpg);
  width: 972px;
  height: 330px;
  float: inherit;
}
.buttons_auto_landing {
  margin: 0px 0px 20px 0px;
  padding: 10px 20px 10px 121px;
  width: 831px;
  font-size: 13px;
  background-color: #b3ebff;
}
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #ffffff;
  border-radius: 30px;
  width: 170px;
  margin: 5px 0 5px 30px;
  padding: 5px 26px 5px 3px;
  text-align: center;
  background-color: #ffffff;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 3px 3px 5px #8996a0;
  position: relative;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward:before {
  content: "\f054";
  position: absolute;
  right: 1em;
  padding-left: .2em;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
/*these are styles that were created for automated driving page (/products/auto_adas.html)*/
.level_parent {
  display: flex;
  float: left;
  flex-flow: column wrap;
  align-content: flex-start;
  border: solid 1px #44687d;
}
.level_parent_arrows {
  width: 500px;
  height: 600px;
  float: right;
  flex-flow: column wrap;
  border: solid 1px #44687d;
  background-image: url(../products/images/level_arrows.jpg)
}
.level_child_arrows {
  width: 420px;
  float: left;
  height: 100px;
  text-align: center;
  padding: 100px 10px;
}
.level_child_arrows p {
  font-size: 16px;
}
.level_child1_dark {
  width: 85px;
  height: 95px;
  margin: none;
  vertical-align: middle;
  padding: 0px 10px;
  background-color: #c9d9de; /*border-right: 2px solid #fff;
	font-weight: bolder;*/
}
.level_child1_light {
  width: 85px;
  height: 95px;
  margin: none;
  vertical-align: middle;
  padding: 0px 10px;
  background-color: #e6e6e6; /*border-right: 2px solid #fff;*/
}
.level_child2_dark {
  width: 400px;
  height: 95px;
  margin: none;
  vertical-align: middle;
  padding: 0px 10px;
  background-color: #c9d9de;
  float: left;
}
.level_child2_light {
  width: 400px;
  height: 95px;
  margin: none;
  vertical-align: middle;
  padding: 0px 10px;
  background-color: #e6e6e6;
  float: left;
}
.level_child2_light ul li {
  margin-left: 10px;
}
/*styles created for product.html (product overview) page */
.box-rounded {
  background-color: #E6E6E6;
  box-sizing: border-box;
  border-radius: 17px;
  width: 100%;
  margin: 20px 10px 20px 0px;
  display: block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 8px transparent;
  transition-duration: 0.4s;
  transition-property: box-shadow;
}
.box-rounded:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.6);
}
.box-top-rounded {
  background-color: #c9d9de;
  border-radius: 17px 17px 0 0;
  height: 64px;
  width: 100%;
  padding: 7px 10px 7px 10px;
  display: block;
  border-bottom: 2px solid #144584;
}
.box-title {
  font-size: 18px;
  color: #113C79;
  font-weight: 300;
  line-height: 20px;
  padding: 5px 0 0 10px;
  float: left;
  letter-spacing: .01em;
}
.box-list-contents {
  padding: 10px;
}
.box-list-contents li {
  list-style-type: none;
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 16px;
}
.box-list-contents a {
  list-style-type: none;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.box-list-contents strong {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #113C79;
}

.box-list-contents a:hover {
  color: #113C79;
  text-decoration: underline;
}
.box-list-col-contents {
  padding: 10px;
}
.box-list-col-contents li {
  list-style-type: none;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
}

.box-list-col-contents a {
  list-style-type: none;
  text-decoration: none;
  font-weight: 400;
}
.box-list-col-contents a:hover {
  text-decoration: underline;
}

.box-list-contents .paper {
  list-style-type: disc; 
  margin-left: 10px;
}

.more-padding {
  display: block;
  padding-left: 8px;
}

/*styles created for the updated jobs page  */

.hr-top {
    border-top: 1px solid #e6e7e9;
}

.big_list li {
    margin-top: 15px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 200;
}

.big list a {
    font-weight: 300;
}

/*styles created for the updated video index page  */
.vbox-rounded {
  position: relative;
  box-sizing: border-box;
  border-radius: 17px;
  width: 183px;
  min-height: 210px;
  height: 100%;
  margin: 20px 0px;
  -webkit-transform: perspective(2px) translateZ(0);
  transform: perspective(2px) translateZ(0);
  box-shadow: 0 0 10px transparent;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.6s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.vbox-rounded:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  background: linear-gradient(#fff, #fff) !important;
}
.vbox-title-overlay {
  float: left;
  display: inline;
  position: relative;
  top: 108px;
  width: 100%;
  padding: 5px 10px 0 10px;
}
.vbox-category {
  font-size: 15px;
  font-weight: 200;
  color: #fff;
  text-decoration: none;
  line-height: 18px;
  margin-bottom: 5px;
  padding-bottom: 2px;
  border-bottom: thin solid #fff;
  /*  margin: 5px 15px 0px 10px;*/
}
.vbox-title {
  display: inline;
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: .01em;
  width: 100%;
}
.vbox-content-overlay {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  text-align: center;
  width: 100%;
  color: #174783;
  z-index: 2;
}
.vbox-content {
  padding: 10px;
  width: 100%;
  height: auto;
  outline: 1px solid transparent;
  font-weight: 100;
}
@media (max-width: 480px) {
  .vbox-content {
    width: 100%;
  }
}
.vbox-content span {
  visibility: hidden;
}
.vbox-content:hover span {
  visibility: visible;
}
.vbox-watch-button {
  width: 85px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  background: #174783;
  align-content: center;
  border-radius: 25px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.vbox-watch-button:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  background: #295c9b;
}
.vbox-watch-button a {
  color: #fff;
  text-decoration: none;
}
/*styles created for event landing pages--many based on those from the dawn project site*/
.bullets_events li {
  line-height: 20px;
}

.banner_background {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0px 20px 20px 20px;
}
.banner_text {
  text-align: left;
  position: relative;
  top: 0;
  left: 0;
  color: white;
  margin: 0;
}
.sub_head_events {
  display: block;
  color: #001e61;
  font-size: 28px;
  line-height: 30px;
  font-weight: 100;
  padding-top: 20px;
}
.course_title {
  margin: 15px 0 15px 0;
  color: #001e61;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  border-bottom: thin solid #001e61;
  color: #002859;
  font-weight: 200;
}
.course_info {
  margin: 15px 0 15px 0;
  font-size: 12px;
  line-height: 22px;
  text-decoration: none;
  font-weight: 300;
}
/* for tablets and phones */
@media screen and (min-width: 360px) and (orientation: portrait) {
  .sub_head_events {
    font-size: 24px;
    line-height: 28px;
  }
}
.reg_button_CES {
  text-transform: none;
  text-align: center;
  margin: auto;
  width: auto;
  font-size: 16px;
  line-height: 18px;
  padding: 10px;
  display: inline-block;
  border-radius: 20px;
  background-color: #fff;
  color: #001e61;
}
/*for desktops*/
@media screen and (min-width: 800px) {
  .reg_button_CES {
    width: 40%;
  }
  .left {
    margin-left: 140px;
  }
  .right {
    margin-right: 140px;
  }
}

/*for tablets*/
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .reg_button_CES {
    width: 45%;
    padding: 8px;
  }
}
/*for phones*/
@media screen and (min-width: 360px) and (max-width: 414px) and (orientation: portrait) {
  .reg_button_CES {
    width: 50%;
    font-size: 14px;
    padding: 5px;
  }
}
.reg_button_CES:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background-color: #b7bdc8;
  color: #001e61;
}
.image_rounded_ces {
  border-radius: 20px;
  padding: 8px;
  margin: 8px 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 5px transparent;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.image_rounded_ces:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
/*for phones*/
@media screen and (min-width: 360px) and (orientation: portrait) {
  #mobilecontent {
    display: none;
  }
}

.icon-gro {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    transition-duration: 0.3s;
    transition-property: box-shadow, transform;
}
.icon-gro:hover, .hvr-glow:focus, .hvr-glow:active {
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 70%);
    transform: scale(1.1);
}

/*styles created a scrolling div*/
.scroll-wrapper {
  width: 100%;
  margin: auto;
}

.scroll-div {
  margin: 20px auto;
  box-shadow: inset 0 0 8px #827e76;
  width: 80%;
  height: 275px;
  padding: 0 20px;
  overflow-y: scroll;
  background: #F5F5F5;
}

.force-overflow {
  min-height: 450px;
 
}