/**
 * Copyright 2015 Google Inc. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * Copyright 2015 Google Inc. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  height: 8px;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.25);
}

/*******************************
          Flex Layout
*******************************/
.layout.horizontal,
.layout.horizontal-reverse,
.layout.vertical,
.layout.vertical-reverse {
  display: flex;
}

.layout.horizontal {
  flex-direction: row;
}

.layout.vertical {
  flex-direction: column;
}

.layout.wrap {
  flex-wrap: wrap;
}

.flex,
.flex-1 {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

/* alignment in cross axis */
.layout.start {
  align-items: flex-start;
}

.layout.center,
.layout.center-center {
  align-items: center;
}

.layout.end {
  align-items: flex-end;
}

/* alignment in main axis */
.layout.start-justified {
  justify-content: flex-start;
}

.layout.center-justified,
.layout.center-center {
  justify-content: center;
}

.layout.end-justified {
  justify-content: flex-end;
}

.layout.around-justified {
  justify-content: space-around;
}

.layout.justified {
  justify-content: space-between;
}

/* self alignment */
.self-start {
  align-self: flex-start;
}

.self-center {
  align-self: center;
}

.self-end {
  align-self: flex-end;
}

.self-stretch {
  align-self: stretch;
}

/*******************************
          Other Layout
*******************************/
.block {
  display: block;
}

/* IE 10 support for HTML5 hidden attr */
[hidden] {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.relative {
  position: relative;
}

.fit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

body.fullbleed {
  margin: 0;
  height: 100vh;
}

.scroll {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

/**
 * Copyright 2015 Google Inc. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * Copyright 2015 Google Inc. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
@font-face {
  font-family: 'bernina_sans';
  src: url("berninasans-office-regular-webfont.woff2") format("woff2"), url("berninasans-office-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #FFF;
  font-family: 'bernina_sans', Open Sans, sans-serif;
}

h1 {
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 56px;
  font-weight: 400;
  letter-spacing: -.026em;
  line-height: 60px;
}

h2 {
  -webkit-font-smoothing: antialiased;
  font-size: 45px;
  font-weight: 400;
  letter-spacing: -.018em;
  line-height: 48px;
}

h3 {
  -webkit-font-smoothing: antialiased;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: -.01em;
  line-height: 40px;
}

h4 {
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -.012em;
  line-height: 32px;
}

/**
 * Copyright 2015 Google Inc. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * Copyright 2015 Google Inc. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* Colors */
/* Typography */
/* Breakpoints */
/**
 * Copyright 2015 Google Inc. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
@font-face {
  font-family: 'bernina_sans';
  src: url("berninasans-office-regular-webfont.woff2") format("woff2"), url("berninasans-office-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  font-family: 'bernina_sans', Open Sans, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  outline: none;
}

.custom-background {
  background: #171b20;
  background-image: url(https://mkt-cdn.dynatrace.com/assets/Marketing/section-backgrounds/_1920x910_crop_center-center_82_line/smartscape-background-platform-dynatrace.jpeg.webp);
}

/* add these for use in the index.html page to set custom view backgrounds */
.custom-background-aws-immersion-day {
  background-image: url(/images/icons/aws-immersion-background.png);
}

.custom-background-aws-immersion-day-jp {
  background-image: url(/images/icons/aws-immersion-background.png);
}

.custom-background-aws-immersion-day-saas {
  background-image: url(/images/icons/aws-immersion-background.png);
}

.custom-background-azure-workshop {
  background-image: url(/images/icons/azure-cloud-bg.png);
}

body {
  background: #171b20;
  background-image: url(https://university.dynatrace.com/images/dtu_content_background.svg);
  background-position: top;
  background-size: cover;
}

body.view #banner {
  padding-top: calc(6px + 24px);
  padding-bottom: 24px;
  position: relative;
}

body .banner-info a.button {
  border: none;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  margin: 2rem 0.3rem 1rem;
  padding: 12px 27px;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  background-size: 200% 100%;
  background-position: 99%;
}

body .banner-info a.button:hover {
  background: linear-gradient(90deg, #2583ee, #712f90);
}

body .events-listing-header {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  padding-bottom: 8px;
  margin-top: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

body .events-header-bar {
  background: linear-gradient(90deg, #2583ee, #712f90);
  margin-top: 5px;
  height: 3px;
}

body .event-listing-col-title {
  font-size: 12px;
  color: #F9F9F9;
  letter-spacing: .86px;
  line-height: 19.8px;
  text-transform: uppercase;
  width: 33%;
  margin: 0 10px;
}

body .event-listing-col-title-region {
  font-size: 12px;
  color: #F9F9F9;
  letter-spacing: .86px;
  line-height: 19.8px;
  text-transform: uppercase;
  width: 20%;
  margin: 0 10px;
}

body .workshop {
  width: 100%;
}

body .workshop-row {
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  border-bottom: 1px solid #455a64;
  color: #F9F9F9;
  margin: 10px 0px;
  flex-wrap: nowrap;
  padding: 15px 0;
}

body .region-col {
  width: 20%;
  margin-bottom: 0;
  text-align: left;
  margin-left: 10px;
}

body .date-col, body .topic-col, body .register-col, body .presenter-col {
  width: 33%;
  margin-bottom: 0;
  text-align: left;
  margin-left: 10px;
}

body .presenter-col img.logo {
  max-width: 80%;
}

body .register-col a.btn {
  background-color: #00a1b2;
  background-position: 99%;
  background-size: 200% 100%;
  border: none;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 12px 27px;
  text-decoration: none;
  transition: background-position .1s ease-out;
  vertical-align: top;
  white-space: nowrap;
}

body #loading-placeholder {
  display: none;
  padding: 40px 0;
  text-align: center;
}

body.loading card-sorter#cards {
  display: none;
}

body.loading div#filters,
body.loading div#searchbar {
  display: none;
}

body.loading div#loading-placeholder {
  display: block;
}

b {
  font-weight: 500;
}

a {
  text-decoration: none;
  color: currentcolor;
}

ul, li {
  list-style: none;
  padding: 0;
}

.site-width {
  margin: 0 auto;
  width: 90vw;
  max-width: 1024px;
}

#banner {
  background-color: #171b20;
  color: #fff;
  padding: 0 40px 0 40px;
  padding: 30px 0 20px 0;
  border-bottom: 3px solid #23282d;
}

#banner[down] .banner-slider {
  transform: none;
}

#banner[down] .banner-title {
  visibility: hidden;
}

#banner h2, #banner h3 {
  font-weight: 300;
}

#banner #logo {
  height: 150px;
  width: auto;
  max-width: 40%;
}

#banner .banner-slider {
  position: absolute;
  top: 0;
  max-width: 100%;
  width: 100%;
  background-color: #ECEFF1;
  color: #546E7A;
  padding: 8px 0;
  transform: translateY(-100%);
  transition: transform 400ms cubic-bezier(0, 0, 0.2, 1);
  will-change: transform;
}

#banner .banner-slider h3 {
  font-size: 30px;
}

#banner .banner_arrows {
  margin-left: 16px;
}

#banner .banner-title {
  margin-bottom: 8px;
}

#banner .banner-description .banner-meta {
  padding: 0 32px 0 32px;
}

#banner .banner-description .banner-meta h3 {
  margin-bottom: 8px;
}

#banner paper-button {
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.01em;
  font-family: 'bernina_sans', Open Sans, sans-serif;
  background-color: #607D8B;
  padding: 8px 16px;
  min-width: 150px;
  color: #fff;
  text-align: center;
  line-height: initial;
}

#sortby {
  padding: 24px 0;
  justify-content: center;
}

#sortby paper-tabs {
  text-transform: uppercase;
  color: #fff;
}

#sortby paper-tabs paper-tab {
  padding: 0 5px;
  margin: auto 7px;
}

#right-dropdown {
  text-align: right;
}

.paper-tabs-0 #selectionBar.paper-tabs {
  border-bottom: 1px solid transparent;
  background: linear-gradient(90deg, #2583ee, #712f90);
  padding: 1px;
}

.paper-button-0,
.paper-menu-button-0 {
  font-family: 'bernina_sans', Open Sans, sans-serif;
  border-radius: 3px;
}

.dropdown-filter {
  background: none;
}

.dropdown-content {
  background-color: #23282d;
  color: #FFFFFF;
  border: 0.1px solid transparent;
  border-color: #23282d;
  box-sizing: border-box;
}

.dropdown-content paper-item:hover {
  background: #2c3035;
  color: #267cdd;
  cursor: pointer;
}

.paper-input-container-1 {
  background: none;
  color: #FFFFFF;
  text-align: right;
  width: 310px;
}

#dropdown.style-scope.paper-menu-button {
  margin-top: 40px;
}

@media (max-width: 767px) {
  #banner {
    padding: 16px 0;
    line-height: 16px;
  }
  #banner paper-button {
    display: inline-block;
    margin: 16px 0 0 0;
  }
  #filters {
    padding: 0;
    margin: 0;
    height: 20px;
    visibility: hidden;
  }
  .banner-info {
    line-height: 24px;
    align-self: flex-start;
    width: 100%;
  }
  .banner-description {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner-technologies {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
  }
  .banner-title {
    font-size: 7vw;
  }
  .banner-meta {
    display: none;
  }
  #logo {
    margin-bottom: 16px;
  }
  .filters {
    width: 100%;
  }
}

@media (min-width: 768px) {
  #banner paper-button {
    margin-bottom: 16px;
  }
  #banner .banner-title {
    margin-bottom: 16px;
  }
  .banner-info {
    margin-right: 32px;
    line-height: 32px;
  }
  .banner-info a {
    text-decoration: underline;
  }
  .banner-description {
    display: flex;
  }
  .banner-description .banner-info {
    flex: 1;
  }
}

/**
 * Copyright 2015 Google Inc. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * Copyright 2015 Google Inc. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* Colors */
/* Typography */
/* Breakpoints */
#mainToolbar {
  display: flex;
  align-items: center;
  height: 64px;
  background-color: #0f1419;
  color: #fff;
  padding: 8px;
}

#mainToolbar paper-icon-button[icon="menu"] {
  flex-shrink: 0;
}

#mainToolbar a {
  display: flex;
  align-items: center;
}

#mainToolbar .logo-icon {
  margin-right: 8px;
  width: 30px;
  height: 24px;
}

#mainToolbar .logo-devs {
  width: auto;
  height: 28px;
}

#searchbar {
  background-color: #23282d;
  border-radius: 3px;
}

#searchbar:hover {
  background-color: #4a5057;
}

#searchbar paper-input-container {
  padding: 0;
}

#searchbar paper-input-container label, #searchbar paper-input-container input {
  color: yellow;
}

#searchbar paper-input-container label {
  opacity: 0.5;
}

@media (min-width: 768px) {
  #searchbar {
    background-color: #23282d;
    transition: background-color 400ms cubic-bezier(0, 0, 0.2, 1);
    width: 100%;
  }
  #searchbar:hover {
    background-color: #78909C;
  }
  .logo-devs {
    margin: 5px 32px 0 0;
  }
}

@media (max-width: 767px) {
  #searchbar paper-input-container {
    display: none;
  }
  #mainToolbar {
    height: 56px;
  }
  #mainToolbar paper-icon-button[icon="menu"] {
    width: 40px;
    margin-right: 8px;
  }
}

/**
 * Copyright 2015 Google Inc. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * Copyright 2015 Google Inc. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* Colors */
/* Typography */
/* Breakpoints */
/**
 * Copyright 2015 Google Inc. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* Google colors */
/* Other colors */
/* Mixins */
/* Need to add for each category name the view.json files
   please ensure that the icon is in the images/icons folder
   and the directory/view.json is in the vuews folder */
.modernization-bg, .kubernetes-bg, .aws-immersion-day-bg, .aws-immersion-day-jp-bg, .aws-immersion-day-saas-bg, .dynatrace-saas-prereq-bg, .aws-selfpaced-bg, .openshift-bg, .azure-bg, .grail-bg, .aks-bg, .azure-gen2-bg {
  background-color: #455a64;
}

.codelab-card.category-modernization, .codelab-card.category-kubernetes, .codelab-card.category-aws-immersion-day, .codelab-card.category-aws-immersion-day-jp, .codelab-card.category-aws-immersion-day-saas, .codelab-card.category-dynatrace-saas-prereq, .codelab-card.category-aws-selfpaced, .codelab-card.category-openshift, .codelab-card.category-azure, .codelab-card.category-grail, .codelab-card.category-aks, .codelab-card.category-azure-gen2 {
  border-bottom-color: #455a64;
}

.modernization-icon {
  background-image: url("/images/icons/modernization.png");
}

.modernization-bg, .kubernetes-bg, .aws-immersion-day-bg, .aws-immersion-day-jp-bg, .aws-immersion-day-saas-bg, .dynatrace-saas-prereq-bg, .aws-selfpaced-bg, .openshift-bg, .azure-bg, .grail-bg, .aks-bg, .azure-gen2-bg {
  background-color: #455a64;
}

.codelab-card.category-modernization, .codelab-card.category-kubernetes, .codelab-card.category-aws-immersion-day, .codelab-card.category-aws-immersion-day-jp, .codelab-card.category-aws-immersion-day-saas, .codelab-card.category-dynatrace-saas-prereq, .codelab-card.category-aws-selfpaced, .codelab-card.category-openshift, .codelab-card.category-azure, .codelab-card.category-grail, .codelab-card.category-aks, .codelab-card.category-azure-gen2 {
  border-bottom-color: #455a64;
}

.kubernetes-icon {
  background-image: url("/images/icons/kubernetes.png");
}

.modernization-bg, .kubernetes-bg, .aws-immersion-day-bg, .aws-immersion-day-jp-bg, .aws-immersion-day-saas-bg, .dynatrace-saas-prereq-bg, .aws-selfpaced-bg, .openshift-bg, .azure-bg, .grail-bg, .aks-bg, .azure-gen2-bg {
  background-color: #455a64;
}

.codelab-card.category-modernization, .codelab-card.category-kubernetes, .codelab-card.category-aws-immersion-day, .codelab-card.category-aws-immersion-day-jp, .codelab-card.category-aws-immersion-day-saas, .codelab-card.category-dynatrace-saas-prereq, .codelab-card.category-aws-selfpaced, .codelab-card.category-openshift, .codelab-card.category-azure, .codelab-card.category-grail, .codelab-card.category-aks, .codelab-card.category-azure-gen2 {
  border-bottom-color: #455a64;
}

.aws-immersion-day-icon, .aws-immersion-day-jp-icon, .aws-immersion-day-saas-icon, .dynatrace-saas-prereq-icon, .aws-selfpaced-icon {
  background-image: url("/images/icons/aws-immersion-day.png");
}

.modernization-bg, .kubernetes-bg, .aws-immersion-day-bg, .aws-immersion-day-jp-bg, .aws-immersion-day-saas-bg, .dynatrace-saas-prereq-bg, .aws-selfpaced-bg, .openshift-bg, .azure-bg, .grail-bg, .aks-bg, .azure-gen2-bg {
  background-color: #455a64;
}

.codelab-card.category-modernization, .codelab-card.category-kubernetes, .codelab-card.category-aws-immersion-day, .codelab-card.category-aws-immersion-day-jp, .codelab-card.category-aws-immersion-day-saas, .codelab-card.category-dynatrace-saas-prereq, .codelab-card.category-aws-selfpaced, .codelab-card.category-openshift, .codelab-card.category-azure, .codelab-card.category-grail, .codelab-card.category-aks, .codelab-card.category-azure-gen2 {
  border-bottom-color: #455a64;
}

.aws-immersion-day-icon, .aws-immersion-day-jp-icon, .aws-immersion-day-saas-icon, .dynatrace-saas-prereq-icon, .aws-selfpaced-icon {
  background-image: url("/images/icons/aws-immersion-day.png");
}

.modernization-bg, .kubernetes-bg, .aws-immersion-day-bg, .aws-immersion-day-jp-bg, .aws-immersion-day-saas-bg, .dynatrace-saas-prereq-bg, .aws-selfpaced-bg, .openshift-bg, .azure-bg, .grail-bg, .aks-bg, .azure-gen2-bg {
  background-color: #455a64;
}

.codelab-card.category-modernization, .codelab-card.category-kubernetes, .codelab-card.category-aws-immersion-day, .codelab-card.category-aws-immersion-day-jp, .codelab-card.category-aws-immersion-day-saas, .codelab-card.category-dynatrace-saas-prereq, .codelab-card.category-aws-selfpaced, .codelab-card.category-openshift, .codelab-card.category-azure, .codelab-card.category-grail, .codelab-card.category-aks, .codelab-card.category-azure-gen2 {
  border-bottom-color: #455a64;
}

.aws-immersion-day-icon, .aws-immersion-day-jp-icon, .aws-immersion-day-saas-icon, .dynatrace-saas-prereq-icon, .aws-selfpaced-icon {
  background-image: url("/images/icons/aws-immersion-day.png");
}

.modernization-bg, .kubernetes-bg, .aws-immersion-day-bg, .aws-immersion-day-jp-bg, .aws-immersion-day-saas-bg, .dynatrace-saas-prereq-bg, .aws-selfpaced-bg, .openshift-bg, .azure-bg, .grail-bg, .aks-bg, .azure-gen2-bg {
  background-color: #455a64;
}

.codelab-card.category-modernization, .codelab-card.category-kubernetes, .codelab-card.category-aws-immersion-day, .codelab-card.category-aws-immersion-day-jp, .codelab-card.category-aws-immersion-day-saas, .codelab-card.category-dynatrace-saas-prereq, .codelab-card.category-aws-selfpaced, .codelab-card.category-openshift, .codelab-card.category-azure, .codelab-card.category-grail, .codelab-card.category-aks, .codelab-card.category-azure-gen2 {
  border-bottom-color: #455a64;
}

.aws-immersion-day-icon, .aws-immersion-day-jp-icon, .aws-immersion-day-saas-icon, .dynatrace-saas-prereq-icon, .aws-selfpaced-icon {
  background-image: url("/images/icons/aws-immersion-day.png");
}

.modernization-bg, .kubernetes-bg, .aws-immersion-day-bg, .aws-immersion-day-jp-bg, .aws-immersion-day-saas-bg, .dynatrace-saas-prereq-bg, .aws-selfpaced-bg, .openshift-bg, .azure-bg, .grail-bg, .aks-bg, .azure-gen2-bg {
  background-color: #455a64;
}

.codelab-card.category-modernization, .codelab-card.category-kubernetes, .codelab-card.category-aws-immersion-day, .codelab-card.category-aws-immersion-day-jp, .codelab-card.category-aws-immersion-day-saas, .codelab-card.category-dynatrace-saas-prereq, .codelab-card.category-aws-selfpaced, .codelab-card.category-openshift, .codelab-card.category-azure, .codelab-card.category-grail, .codelab-card.category-aks, .codelab-card.category-azure-gen2 {
  border-bottom-color: #455a64;
}

.aws-immersion-day-icon, .aws-immersion-day-jp-icon, .aws-immersion-day-saas-icon, .dynatrace-saas-prereq-icon, .aws-selfpaced-icon {
  background-image: url("/images/icons/aws-immersion-day.png");
}

.modernization-bg, .kubernetes-bg, .aws-immersion-day-bg, .aws-immersion-day-jp-bg, .aws-immersion-day-saas-bg, .dynatrace-saas-prereq-bg, .aws-selfpaced-bg, .openshift-bg, .azure-bg, .grail-bg, .aks-bg, .azure-gen2-bg {
  background-color: #455a64;
}

.codelab-card.category-modernization, .codelab-card.category-kubernetes, .codelab-card.category-aws-immersion-day, .codelab-card.category-aws-immersion-day-jp, .codelab-card.category-aws-immersion-day-saas, .codelab-card.category-dynatrace-saas-prereq, .codelab-card.category-aws-selfpaced, .codelab-card.category-openshift, .codelab-card.category-azure, .codelab-card.category-grail, .codelab-card.category-aks, .codelab-card.category-azure-gen2 {
  border-bottom-color: #455a64;
}

.openshift-icon {
  background-image: url("/images/icons/openshift.png");
}

.modernization-bg, .kubernetes-bg, .aws-immersion-day-bg, .aws-immersion-day-jp-bg, .aws-immersion-day-saas-bg, .dynatrace-saas-prereq-bg, .aws-selfpaced-bg, .openshift-bg, .azure-bg, .grail-bg, .aks-bg, .azure-gen2-bg {
  background-color: #455a64;
}

.codelab-card.category-modernization, .codelab-card.category-kubernetes, .codelab-card.category-aws-immersion-day, .codelab-card.category-aws-immersion-day-jp, .codelab-card.category-aws-immersion-day-saas, .codelab-card.category-dynatrace-saas-prereq, .codelab-card.category-aws-selfpaced, .codelab-card.category-openshift, .codelab-card.category-azure, .codelab-card.category-grail, .codelab-card.category-aks, .codelab-card.category-azure-gen2 {
  border-bottom-color: #455a64;
}

.azure-icon, .azure-gen2-icon {
  background-image: url("/images/icons/azure.png");
}

.modernization-bg, .kubernetes-bg, .aws-immersion-day-bg, .aws-immersion-day-jp-bg, .aws-immersion-day-saas-bg, .dynatrace-saas-prereq-bg, .aws-selfpaced-bg, .openshift-bg, .azure-bg, .grail-bg, .aks-bg, .azure-gen2-bg {
  background-color: #455a64;
}

.codelab-card.category-modernization, .codelab-card.category-kubernetes, .codelab-card.category-aws-immersion-day, .codelab-card.category-aws-immersion-day-jp, .codelab-card.category-aws-immersion-day-saas, .codelab-card.category-dynatrace-saas-prereq, .codelab-card.category-aws-selfpaced, .codelab-card.category-openshift, .codelab-card.category-azure, .codelab-card.category-grail, .codelab-card.category-aks, .codelab-card.category-azure-gen2 {
  border-bottom-color: #455a64;
}

.grail-icon {
  background-image: url("/images/icons/grail.png");
}

.modernization-bg, .kubernetes-bg, .aws-immersion-day-bg, .aws-immersion-day-jp-bg, .aws-immersion-day-saas-bg, .dynatrace-saas-prereq-bg, .aws-selfpaced-bg, .openshift-bg, .azure-bg, .grail-bg, .aks-bg, .azure-gen2-bg {
  background-color: #455a64;
}

.codelab-card.category-modernization, .codelab-card.category-kubernetes, .codelab-card.category-aws-immersion-day, .codelab-card.category-aws-immersion-day-jp, .codelab-card.category-aws-immersion-day-saas, .codelab-card.category-dynatrace-saas-prereq, .codelab-card.category-aws-selfpaced, .codelab-card.category-openshift, .codelab-card.category-azure, .codelab-card.category-grail, .codelab-card.category-aks, .codelab-card.category-azure-gen2 {
  border-bottom-color: #455a64;
}

.aks-icon {
  background-image: url("/images/icons/aks.png");
}

.modernization-bg, .kubernetes-bg, .aws-immersion-day-bg, .aws-immersion-day-jp-bg, .aws-immersion-day-saas-bg, .dynatrace-saas-prereq-bg, .aws-selfpaced-bg, .openshift-bg, .azure-bg, .grail-bg, .aks-bg, .azure-gen2-bg {
  background-color: #455a64;
}

.codelab-card.category-modernization, .codelab-card.category-kubernetes, .codelab-card.category-aws-immersion-day, .codelab-card.category-aws-immersion-day-jp, .codelab-card.category-aws-immersion-day-saas, .codelab-card.category-dynatrace-saas-prereq, .codelab-card.category-aws-selfpaced, .codelab-card.category-openshift, .codelab-card.category-azure, .codelab-card.category-grail, .codelab-card.category-aks, .codelab-card.category-azure-gen2 {
  border-bottom-color: #455a64;
}

.azure-icon, .azure-gen2-icon {
  background-image: url("/images/icons/azure.png");
}

#cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 24px;
}

.codelab-card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 0 330px;
  margin: 0 16px 16px 0;
  background-color: rgba(255, 255, 255, 0.1) !important;
  max-width: 330px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 2px solid transparent;
  padding: 5px;
}

.codelab-card:nth-of-type(3n) {
  margin-right: 0;
}

.codelab-card img {
  margin-right: 4px;
}

.codelab-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px 0 16px;
}

.codelab-card .card-duration {
  display: flex;
  align-items: center;
  color: #8f96a0;
  font-size: 11px;
  padding: 0 16px;
  mix-blend-mode: initial;
  justify-content: space-between;
}

.codelab-card .card-duration img {
  opacity: 0.24;
}

.codelab-card .card-author,
.codelab-card .card-updated {
  font-size: 12px;
  color: #8f96a0;
  line-height: 16px;
  text-align: right;
}

.codelab-card .title {
  padding: 16px 16px 0 16px;
  flex: 1 0 auto;
  color: #f9f9f9;
  -webkit-font-smoothing: antialiased;
}

.codelab-card .summary {
  padding: 8px 16px 8px 16px;
  flex: 1 0 auto;
  color: #8f96a0;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

.codelab-card .BeginnerText {
  color: #00b9cc;
  font-size: 1.1em;
  font-weight: 600;
}

.codelab-card .IntermediateText {
  color: #006bba;
  font-size: 1.1em;
  font-weight: 600;
}

.codelab-card .AdvancedText {
  color: #9355b7;
  font-size: 1.1em;
  font-weight: 600;
}

.codelab-card.category-davis, .codelab-card.category-infrastructure, .codelab-card.category-apps-microservices {
  background-color: transparent;
  background: linear-gradient(90deg, #2583ee40, #712f9040);
}

.card-footer {
  border-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
}

.card-footer paper-button {
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #fff;
  text-transform: none;
  padding: 13px 25px;
  margin-right: 0px;
}

.card-footer .category-icon {
  width: 42px;
  height: 42px;
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.card-footer .category-icon2 {
  margin-right: 110px;
}

.card-footer .category-icon3 {
  margin-right: 80px;
}

.card-pin {
  height: 25px;
  position: absolute;
  right: 7px;
  top: 12px;
  width: 25px;
  color: #ffe11c;
}

/* ***** Responsive ***** */
@media (max-width: 767px) {
  #cards {
    flex-direction: column;
    align-items: center;
  }
  .codelab-card {
    margin: 0 0 16px;
    min-width: 330px;
    max-width: 100%;
    width: 100%;
    flex: 1 0 200px;
  }
  .codelab-card .card-header {
    align-items: center;
  }
  .codelab-card .card-header .category-icon {
    margin: 0;
  }
}

@media (min-width: 767px) and (max-width: 1136px) {
  .codelab-card {
    flex: 0 0 32%;
    margin: 0 2% 2% 0;
  }
}

/**
 * Copyright 2015 Google Inc. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * Copyright 2015 Google Inc. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* Colors */
/* Typography */
/* Breakpoints */
#footer {
  font-size: 14px;
  padding: 40px 0;
}

#footer ul, #footer li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer a {
  color: #9e9e9e;
}

#footer .footer-wrapper {
  display: flex;
}

#footer .link-list {
  flex: 1;
  margin-right: 32px;
}

#footer .link-list:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

#footer .link-list label {
  font-weight: bold;
  display: block;
  color: #fff;
  margin: 8px 0 16px;
}

.footerbar {
  color: #fff;
  font-size: 13px;
  padding: 10px 0;
}

.footerbar hr {
  height: 1px;
  margin-bottom: 2rem;
  border: none;
  background: linear-gradient(90deg, #0f1419 0, #fff 20%, #fff 80%, #0f1419);
  opacity: 0.3;
}

.footerbar a {
  color: currentcolor;
}

@media (max-width: 767px) {
  #footer {
    padding: 24px 0;
  }
  #footer .footer-wrapper {
    flex-direction: column;
  }
  #footer .link-list {
    margin: 0 0 24px 0;
  }
}
