.project-container {
  padding: 0;
  width: 100%;
  max-width: 1060px;
}
@media screen and (min-width: 992px) {
  .project-container {
    width: 767px;
    padding: 0 135px;
  }
}
@media screen and (min-width: 1200px) {
  .project-container {
    width: 948px;
    padding: 0 135px;
  }
}

body {
  background-color: #fff;
  margin: 40px;
  font: 13px/20px normal "Assistant", Helvetica, Arial, sans-serif;
  color: #4F5155;
}

a {
  color: #003399;
  cursor: pointer;
  background-color: transparent;
  font-weight: normal;
  text-decoration: none;
}

h1 {
  color: #444;
  background-color: transparent;
  border-bottom: 1px solid #D0D0D0;
  font-size: 19px;
  font-weight: normal;
  margin: 0 0 14px 0;
  padding: 14px 15px 10px 15px;
}

code {
  font-family: Consolas, Monaco, Courier New, Courier, monospace;
  font-size: 12px;
  background-color: #f9f9f9;
  border: 1px solid #D0D0D0;
  color: #002166;
  display: block;
  margin: 14px 0 14px 0;
  padding: 12px 10px 12px 10px;
}

#body {
  margin: 0 15px 0 15px;
}

p.footer {
  text-align: right;
  font-size: 11px;
  border-top: 1px solid #D0D0D0;
  line-height: 32px;
  padding: 0 10px 0 10px;
  margin: 20px 0 0 0;
}

#container {
  margin: 10px;
  border: 1px solid #D0D0D0;
  box-shadow: 0 0 8px #D0D0D0;
}

* {
  box-sizing: border-box;
}

.search-container {
  float: left;
  padding: 16px;
  background-color: #e9e9e9;
}

.search-container button {
  float: right;
  padding: 6px 10px;
  /*margin-top: 8px;*/
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.topnav .search-container button:hover {
  background: #ccc;
}

.custom-search {
  width: 80%;
  margin: 0 0 0 20px;
  padding-left: 10px;
  color: black;
}

.search-wrapper {
  /* max-width: 50%; */
  margin: 0 auto;
  position: relative;
}

.search-result.search-wrapper {
  margin: 0;
  position: relative;
}

input[type=text]::placeholder {
  color: #888;
}

.result-div {
  margin: 0 0 0 20px;
}

#search-field:focus {
  box-shadow: none;
}

.custom-search-button {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #333;
}

#clear-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #333;
}

.ui-autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}

.ui-autocomplete {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  width: 50%;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0;
}

.ui-menu .ui-menu-item {
  list-style-type: none;
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.ui-menu-item:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #e0e0eb;
  background: #f2f2f2;
  /*font-weight: bold;*/
  color: #000;
}

@media screen and (max-width: 600px) {
  .topnav .search-container {
    float: none;
  }

  .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }

  .topnav input[type=text] {
    border: 1px solid #ccc;
  }
}
.md-10 {
  margin-bottom: 10px;
}

.search-result-cta-url {
  font-size: 13px;
  text-decoration: none;
  color: red;
}

.search-result-answer {
  color: #4285f4;
  font-size: 20px;
  line-height: 1.25;
}

.grey-font {
  color: grey;
}

.red-font {
  color: red;
}

.section-title {
  font-size: 17px;
  font-weight: bold;
  margin: 50px 0px 10px 0px;
}

.content-container {
  margin: 0px 0px 10px 0px;
}

.project-content {
  margin: 0px 0px 10px 0px;
}

.search-result-images {
  width: 250px;
  height: 250px;
  margin-right: 20px;
}

img.center-image {
  object-fit: cover;
}

.video-thumbnail {
  z-index: 1;
  width: 300px;
  height: 170px;
  object-fit: cover;
}

.video-overlay {
  position: relative;
}

.video-overlay .play-wrapper {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 300px;
  height: 170px;
  top: 0;
}

.video-overlay .play-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}

.video-overlay .play-btn img {
  width: 50px;
}

.video-overlay .duration {
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin: 4px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  padding: 2px 4px;
  border-radius: 2px;
  opacity: 0.8;
  font-size: 12px;
  line-height: 12px;
}

.video-overlay:hover .play-btn {
  opacity: 1;
}

.video-overlay:hover .play-wrapper {
  opacity: 1;
}

.video-overlay:hover .duration {
  z-index: 2;
  background: none;
}

.videoWrapper {
  position: relative;
  height: 60vh;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.url-video-title {
  cursor: pointer;
  color: #4285F4;
  font-size: 18px;
}

.url-video-title:hover {
  text-decoration: underline #4285F4;
}

.url-title {
  font-size: 17px;
  text-decoration: none;
}

.pl-0 {
  padding-left: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.pl-15 {
  padding-left: 15px;
}

.ml-30 {
  margin-left: 30px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-40 {
  margin-bottom: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.right-column {
  align-self: flex-start;
  max-width: 20%;
}

#rightColExplore {
  top: 0;
}

/* Navmenu */
body {
  margin: 0;
}

body {
  font-family: "Assistant", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

#top_nav {
  margin-top: 50px;
}

.tag-block {
  margin-left: 140px;
}

.nav-tabs {
  border-bottom: 1px solid #DDD;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border-width: 0;
}

.nav-tabs > li > a {
  border: none;
  color: #666;
}

.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
  border: none;
  color: #4285F4 !important;
  background: transparent;
}

.nav-tabs > li.active > a {
  font-weight: bolder;
}

.nav-tabs > li > a::after {
  content: "";
  background: #4285F4;
  height: 3px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  transform: scale(0);
}

.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
  transform: scale(1);
}

.tab-nav > li > a::after {
  background: #21527d none repeat scroll 0% 0%;
  color: #fff;
}

.tab-pane {
  margin-top: -70px;
  padding: 0 140px;
}

.tab-content {
  padding: 20px 0 0;
}

.card {
  background: #FFF none repeat scroll 0% 0%;
  margin: 20px 0 30px;
  border: 0px;
}

.pagination {
  margin: 200px 0 0;
}

.blue-navbar {
  background-color: #336699;
}

.blue-navbar > a {
  color: white;
}

.project-logo {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.title {
  font-size: 22px;
  color: #333;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0.4px;
  margin-bottom: 0;
}

.blue-text {
  color: #4285f4;
}

.blue-20-text {
  font-size: 17px;
  color: #4285f4;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
}

.content-17-text {
  font-size: 17px;
  color: #000;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.2px;
  margin-bottom: 12px;
}

.project-link {
  font-size: 17px;
  margin-bottom: 40px;
}

b.sub-title {
  font-size: 15px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 14px;
  /*line-height: 1.429;*/
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn {
  transition: background-color 0.3s;
  padding: 4px 20px;
}

.btn-primary {
  color: black;
  text-decoration: none;
  background-color: white;
  border-color: black;
}

.btn-primary:hover {
  color: inherit;
  text-decoration: underline;
  background-color: white;
  border-color: black;
}

.red-text, .red-text:hover {
  color: red;
}

.break-line {
  border-bottom: 1px solid #212529;
  margin: 30px 0 30px 0;
}

.project-container {
  margin: 48px 0;
}

.news-text {
  font-size: 10px;
  color: #636363;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .news-text {
    font-size: 13px;
    line-height: 18px;
  }
}

#see-all-news {
  display: inline-block;
}

#see-all-news, .mc-news, .pl-news {
  margin-bottom: 12px;
}

.project-wrapper {
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .project-wrapper {
    flex-direction: row;
  }
}
@media screen and (max-width: 992px) {
  .project-wrapper .right-column {
    margin-top: 12px;
    margin-bottom: 22px;
    max-width: 100%;
    width: 100%;
  }
}

/*# sourceMappingURL=custom-search.css.map */

/*# sourceMappingURL=project-page.css.map */
