/* site wide
-------------------------------------------------------------------*/
body {
  font-family: 'SamsungOne', Arial, sans-serif; }

p {
  font-size: 14px; }

p.lead {
  font-size: 15px;
  padding: 0;
  line-height: 1.6; }

.learn-more {
  text-transform: uppercase;
  color: #1428A0;
  font-size: 14px;
  font-weight: bold;
  font-size: 17px; }

.learn-more:hover {
  color: #0077C8;
  text-decoration: none; }

.learn-more:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  margin-left: 7px;
  font-size: 11px;
  position: relative;
  top: -1px; }

.section-title {
  text-align: center;
  font-size: 25px;
  font-family: 'SamsungSharpSans', 'SamsungOne', Arial, sans-serif; }

.section-subtitle {
  font-family: 'SamsungSharpSans', 'SamsungOne', Arial, sans-serif; }

.bg-gray {
  background: #EFEFEF; }

.btn-outline {
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  border-radius: 25px;
  padding: 14px 38px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  letter-spacing: 0.15em; }

.btn-outline:hover {
  background: #000;
  color: #fff;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

h1 {
  font-family: 'SamsungSharpSans', 'SamsungOne', Arial, sans-serif; }

a {
  color: #1428a0; }

a:hover {
  color: #1428a0; }

.mobile-toggle a {
  position: relative;
  display: block;
  color: inherit; }

.mobile-toggle i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 29px;
  display: block; }

.mobile-toggle i.fa-times {
  left: 2px;
  display: none; }

.mobile-menu {
  display: none;
  position: absolute;
  top: 95px;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 10;
  border-top: 1px solid #ccc; }

.mobile-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.mobile-menu ul li a {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  padding: 14px 0;
  color: #000;
  font-weight: bold; }

.mobile-menu ul li a:hover {
  color: #1428A0;
  text-decoration: none; }

.mobile-menu .mobile-form-search {
  margin: 25px 0 10px 0; }

.product-nav-toggle {
  padding: 20px 20px;
  background: #333; }

.product-nav-toggle a {
  color: #fff; }

.product-nav-toggle a:hover {
  text-decoration: none; }

.product-nav-toggle a i {
  color: #fff;
  margin-left: auto; }

.product-nav-toggle a span {
  text-transform: uppercase;
  font-size: 14px; }

.container-max {
  max-width: 1400px;
  margin: 0 auto; }

.product-nav {
  background: #333;
  max-width: 1400px;
  margin: 0 auto; }

.product-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center; }

.product-nav ul li {
  display: inline-block; }

.product-nav ul li:first-child a {
  color: #848484; }

.product-nav ul li a {
  color: #fff;
  padding: 18px 33px;
  display: block;
  text-align: center;
  font-size: 14px; }

.product-nav ul li.active a {
  color: #00b3e3; }

.product-nav ul li a:hover {
  color: #00b3e3;
  text-decoration: none; }

.product-nav ul li:first-child a:hover {
  color: #BABABA;
  text-decoration: none; }

.product-nav ul li a i {
  font-size: 18px;
  position: relative;
  top: 1px; }

.no-pad {
  padding: 0; }

.lowercase {
  text-transform: lowercase; }

.btn-outline-group {
  margin-top: 40px; }

.btn-outline-group a {
  margin-left: 0;
  margin-bottom: 25px;
  clear: both;
  overflow: auto; }

.btn-outline-group a:first-child {
  margin-left: 0; }

@media screen and (max-width: 991px) {
  .product-nav-list {
    display: none; }
  .product-nav {
    background: #333; }
  .product-nav ul li {
    display: block;
    border-top: 1px solid #666; }
  .product-nav ul li:last-child {
    border-bottom: 1px solid #666; }
  .product-nav ul li a {
    margin-bottom: 1px;
    padding-bottom: 15px;
    padding-top: 15px; } }

@media screen and (min-width: 576px) {
  .btn-outline-group a {
    margin-left: 15px; } }

@media screen and (min-width: 768px) {
  .product-nav ul li a {
    padding: 20px 13px; } }

@media screen and (min-width: 992px) {
  .btn-outline-group a {
    margin-bottom: 0; }
  .mobile-menu {
    display: none !important; }
  .section-title {
    font-size: 46px; }
  p {
    font-size: 15px; }
  .product-nav ul li a {
    padding: 18px 24px; }
  .product-nav-list {
    display: block !important; }
  p.lead {
    padding: 0 40px;
    font-size: 18px; } }

@media screen and (min-width: 1200px) {
  .product-nav ul li a {
    padding: 18px 34px;
    font-size: 16px; }
  .product-nav ul li a i {
    font-size: 22px; } }

/* header
-------------------------------------------------------------------*/
header.main {
  position: relative;
  z-index: 10; }

header.main .top {
  border-bottom: 1px solid #DADADA;
  padding: 6px 0px;
  background: transparent; }

header.main .top span {
  text-transform: uppercase;
  font-size: 12px;
  color: #777; }

.mobile-toggle-on header.main .top {
  background: #ccc; }

.mobile-toggle-on header.main .top span {
  color: #000; }

header.main .nav {
  padding: 17px 0;
  border-bottom: 1px solid #DADADA; }

header.main .nav .logo {
  margin: 2px auto 0 auto;
  text-align: center;
  display: block; }

header.main .nav .logo img {
  width: 130px; }

header.main .nav ul.menu {
  padding: 0;
  margin: 0; }

header.main .nav ul.menu li {
  display: inline-block; }

header.main .nav ul.menu li a {
  color: #000;
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 6px;
  font-weight: bold; }

header.main .nav ul.menu li:last-of-type a {
  margin-right: 0; }

header.main .nav ul.menu li a:hover {
  border-bottom: 3px solid #1428A0;
  text-decoration: none; }

header.main .nav ul.menu li.active a {
  border-bottom: 3px solid #1428A0; }

.desktop-form-search {
  width: 160px;
  float: right; }

.form-search {
  position: relative; }

.form-search input.search-input {
  font-size: 14px;
  width: 100%;
  padding: 4px 35px 2px 10px !important;
  border-radius: 20px;
  border: 1px solid #ccc;
  line-height: 1.5;
  transition: all .4s ease;
  -webkit-transition: all .4s ease; }

.form-search input.search-submit {
  position: absolute;
  top: 0px;
  right: 4px;
  height: 32px;
  width: 30px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 3; }

.form-search input:focus {
  outline: none; }

.form-search .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  display: block;
  position: absolute;
  top: 8px;
  right: 12px;
  z-index: 2;
  font-size: 14px; }

@media screen and (min-width: 992px) {
  .form-search {
    width: 200px; } }

.twitter-typeahead {
  width: 100%; }

.tt-menu {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-top: 5px;
  padding: 10px 0;
  width: 100%; }

.tt-menu .tt-suggestion {
  font-size: 14px;
  display: block;
  color: #000;
  padding: 5px 10px; }

.tt-menu .tt-suggestion:hover,
.tt-menu .tt-suggestion.tt-cursor {
  background: #eee;
  cursor: pointer; }

/* home
-------------------------------------------------------------------*/
.hero {
  background-color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1440px;
  background-image: url(../images/banner_hero.jpg);
  max-width: 1400px;
  margin: 0 auto; }

.hero .hero-content {
  text-align: center;
  height: 300px;
  padding-top: 80px;
  /* padding: 100px 0 100px 0; */ }

.hero .hero-content .title {
  color: #fff;
  font-size: 35px;
  line-height: 1.3;
  text-shadow: 3px 0 7px #444; }

.tech-updates .hero {
  background-image: url(../images/banner_tech.jpg); }

.csr .hero {
  background-image: url(../images/banner_csr.jpg); }

.careers .hero {
  background-image: url(../images/banner_careers.jpg); }

.display .hero {
  background-image: url(../images/banner_display.jpg);
  background-position: center bottom; }

.dram .hero {
  background-image: url(../images/banner_dram.jpg);
  background-position: center bottom; }

.flashssd .hero {
  background-image: url(../images/banner_flash.jpg);
  background-position: center bottom; }

.foundry .hero {
  background-image: url(../images/banner_foundry.jpg);
  background-position: center bottom; }

.led-component .hero {
  background-image: url(../images/banner_led.jpg);
  background-position: center bottom; }

.socimage-sensors .hero {
  background-image: url(../images/banner_soc.jpg);
  background-position: center bottom; }

.events .hero {
  background-image: url(https://samsungsemiconductor-us.com/images/banner_events.jpg);
  background-position: center bottom; }

.home-blue-line {
  width: 200px;
  height: 8px;
  background: #1428A0;
  margin: 100px auto 10px auto; }

.feature-item {
  text-align: center;
  margin-bottom: 40px; }

.feature-item .title {
  font-size: 18px;
  text-transform: uppercase;
  margin: 10px 0; }

.feature-item p {
  margin-bottom: 20px;
  line-height: 1.3;
  padding: 0 15px;
  font-size: 17px; }

.feature-item img {
  margin-bottom: 15px; }

.home-explore {
  max-width: 1440px;
  margin: 0 auto; }

.home-explore .title {
  font-size: 17px; }

.home-groups .title {
  font-size: 19px;
  margin-bottom: 18px; }

@media screen and (min-width: 1200px) {
  .feature-item p {
    padding: 0 45px; } }

@media screen and (min-width: 992px) {
  .hero .hero-content {
    text-align: inherit;
    height: 635px;
    padding-top: 125px;
    /* padding: 160px 0 320px 0; */ }
  .hero .hero-content .title {
    font-size: 64px; }
  .feature-item .title {
    min-height: 34px; }
  .feature-row2 .feature-item .title {
    min-height: 42px; }
  .feature-item p {
    min-height: 45px; }
  .feature-item {
    margin-bottom: 0px; }
  .feature-row1 {
    margin-bottom: 110px; } }

/* tech brief
-------------------------------------------------------------------*/
.title-gray {
  padding: 14px 0;
  background: #EFEFEF;
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px; }

.brief {
  text-align: center;
  margin-bottom: 20px; }

.brief a.image {
  display: block;
  position: relative;
  margin-bottom: 10px; }

.brief p {
  font-size: 15px; }

@media screen and (min-width: 992px) {
  .brief {
    text-align: left; }
  .brief a.image {
    background: #000; }
  .brief a.image img {
    opacity: .7; }
  .brief a.image:hover img {
    opacity: 1; } }

/* search
-------------------------------------------------------------------*/
.search-result {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #DADADA; }

.search-header {
  text-align: center;
  margin-bottom: 50px; }

.search-header .keyword {
  font-size: 20px; }

/* csr
-------------------------------------------------------------------*/
.giving-partners {
  padding: 60px 0; }

.giving-partners .title {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px; }

.giving-partners ul {
  list-style-type: none;
  padding: 0 0 20px 0; }

.giving-partners .col3 ul {
  padding: 0; }

.giving-partners ul li {
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px; }

.picture-row {
  text-align: center; }

.picture-row img {
  margin-bottom: 30px; }

@media screen and (min-width: 992px) {
  .picture-row img {
    margin-bottom: 0; }
  .giving-partners .title {
    text-align: inherit;
    font-size: 20px; }
  .giving-partners ul li {
    text-align: inherit;
    font-size: 18px; } }

/* careers
-------------------------------------------------------------------*/
a.video-bar {
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  font-size: 24px;
  color: #0077C8;
  margin: 0 auto; }

a.video-bar i {
  margin-left: 10px;
  font-size: 24px;
  color: #0077C8; }

a.video-bar span {
  border-bottom: 1px solid; }

a.video-bar:hover {
  text-decoration: none;
  color: #1428A0; }

a.video-bar:hover * {
  color: #1428A0; }

.job-posts-table {
  width: 100%; }

.job-posts-table .tablesorter-header-inner {
  float: left;
  margin-right: 10px; }

.job-posts-table tbody tr {
  border-top: 1px solid #dadada; }

.job-posts-table tbody tr:hover {
  background: #DADADA; }

.job-posts-table tbody tr:hover a {
  text-decoration: none; }

.job-posts-table th {
  font-size: 15px;
  padding: 5px 0px 10px 10px;
  cursor: pointer; }

.job-posts-table th.tablesorter-headerUnSorted:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  display: inline; }

.job-posts-table th.tablesorter-headerAsc:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  display: inline; }

.job-posts-table th.tablesorter-headerDesc:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d8";
  display: inline; }

.job-posts-table .job-title {
  font-size: 15px;
  margin: 0;
  font-family: 'SamsungSharpSans', 'SamsungOne', Arial, sans-serif; }

.job-posts-table .col1 {
  width: 66%; }

.job-posts-table .col2 {
  width: 16%; }

.job-posts-table .col1 a {
  color: #000; }

.job-posts-table span {
  font-size: 15px; }

.job-posts-table tbody td a {
  display: block;
  padding: 10px; }

.job-search {
  background: #333;
  padding: 35px 20px 40px 20px;
  margin: 40px 0 50px 0; }

.job-search label {
  display: block;
  width: 100%;
  margin: 0;
  position: relative; }

.job-search label .arrow {
  position: absolute;
  right: 10px;
  top: 4px;
  display: block; }

.job-search label .arrow:after {
  color: #000;
  cursor: pointer;
  padding: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px; }

.job-search label .arrow:hover {
  text-decoration: none; }

.job-search h2 {
  color: #fff;
  margin-bottom: 20px;
  text-align: center; }

.job-search .job-search-form {
  margin-bottom: 20px;
  position: relative; }

.job-search .job-search-form input {
  width: 100%;
  border: none;
  padding: 16px 20px;
  padding-right: 5px;
  border-radius: 30px;
  font-weight: bold;
  outline: none; }

.select2-container--default .select2-selection--multiple {
  border: none !important;
  padding: 15px 15px 3px 15px;
  border-radius: 30px !important; }

.select2-container--default.select2-container--open .select2-selection--multiple {
  border-radius: 30px 30px 0 0 !important; }

.job-search .job-search-form:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  position: absolute;
  right: 20px;
  top: 14px;
  font-size: 17px; }

.select2 input {
  margin: 0 !important;
  font-weight: bold; }

.select2-selection__rendered li {
  margin: 0 5px 5px 0 !important; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #eee !important;
  border: none !important;
  padding: 2px 7px;
  border-radius: 20px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 4px !important; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none; }

.select2-dropdown {
  border: none !important;
  box-shadow: 0 3px 4px #555;
  border-radius: 0 0 20px 20px !important;
  overflow: hidden; }

/*
.select2-container--default .select2-results>.select2-results__options { background: #333; }
.select2-results__option { background: #fff; }
.select2-results__options li:first-child { border-radius: 20px 20px 0 0 !important; }
.select2-container--default.select2-container--focus .select2-selection--multiple { border: none; }
*/
@media screen and (min-width: 768px) {
  .job-posts-table tbody td a {
    padding: 20px; }
  .job-posts-table th {
    padding: 5px 20px 10px 20px; }
  .job-posts-table th {
    font-size: 20px; }
  .job-posts-table .job-title {
    font-size: 24px; }
  .job-posts-table span {
    font-size: 18px; }
  .job-search {
    padding: 35px 40px 40px 40px; } }

@media screen and (min-width: 992px) {
  .job-search .job-search-form {
    margin-bottom: 40px; } }

.no-jobs-found {
  display: none;
  margin-top: 20px; }

.no-jobs-found p {
  font-size: 20px; }

/* single job
-------------------------------------------------------------------*/
.single-job-header {
  padding: 20px; }

.single-job-header p {
  font-size: 18px; }

.single-job-content p {
  margin-bottom: 0; }

/* events
-------------------------------------------------------------------*/
.events-container {
  margin-top: 3rem; }

.events .event-row {
  border-top: 1px solid #eeeeee;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .events .event-row img {
    max-width: 100%;
    margin-bottom: 2rem; }
    @media screen and (min-width: 768px) {
      .events .event-row img {
        margin-bottom: 0; } }
  .events .event-row .event-details {
    line-height: 1.6;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .events .event-row .event-details {
        text-align: left; } }
    .events .event-row .event-details .event-link {
      white-space: nowrap;
      overflow: hidden; }
    .events .event-row .event-details a {
      text-overflow: ellipsis;
      display: block;
      color: #212529; }

/* footer
-------------------------------------------------------------------*/
footer.main {
  background: #2B2B2B;
  padding: 35px 0 5px 0; }

footer.main .footer-social {
  margin: 0 0 25px 0; }

footer.main .footer-social a {
  color: #2B2B2B;
  background: #a3a3a3;
  padding-top: 3px;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: inline-block;
  margin: 0 6px;
  font-size: 20px; }

footer.main .footer-social a:hover {
  color: #2B2B2B;
  background: #dadada; }

footer.main nav a {
  color: #eee;
  margin: 0 6px 0 0;
  font-size: 13px;
  display: block;
  padding: 8px; }

footer.main p.copyright {
  color: #a1a1a1;
  margin-top: 20px;
  font-size: 12px; }

@media screen and (min-width: 768px) {
  footer.main nav a {
    display: inline;
    padding: 0; }
  footer.main nav a:after {
    content: '|';
    padding-left: 10px; }
  footer.main nav a:last-child:after {
    content: ''; } }

.modal {
  display: none; }

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  display: none; }

.modal-container {
  position: relative;
  background-color: #fff;
  padding: 30px;
  padding-top: 60px;
  max-width: 900px;
  max-height: 95vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
  margin: 2rem auto; }
  .modal-container h2 {
    margin-bottom: 3rem; }
  .modal-container button[data-micromodal-close] {
    position: absolute;
    top: 1rem;
    right: 1rem; }

.modal.is-open {
  display: block; }
  .modal.is-open .modal-overlay {
    display: flex; }
  .modal.is-open th {
    font-weight: 700;
    border-bottom: 1px solid #ddd; }
  .modal.is-open tr td {
    width: 20%;
    border-bottom: 1px solid #ddd;
    padding: 5px; }