<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**

# MediaQuery

A collection of utilities for getting media queries

**/
/**

# Mixins

A collection of utilities for generating common CSS patterns

*/
/**

## Clearfix

Allows elements to properly wrap floated child elements

```
```

*/
/**

## Font Face

Generates bulletproof font syntax. Has built in support for WOFF2.

* __@param__ $font-family - Pretty name to be used when selecting fonts. EG: 'Gill Sans'
* __@param__ $font-filename - File name with relative path. EG: 'Gill-Sans-MT-Pro-Light'
* __@param__ $font-weight - Configure font weight. Defaults to 'normal'. EG: 200
* __@param__ $font-style - Configure font style. Defaults to 'normal'. EG: italic
* __@param__ $font-stretch - Configure font stretch. Defaults to 'normal'. EG: normal

```
```

*/
/**

## Font Size

Generates a font-size in REM with a px fallback. This mixin assumes you've reset the font size on the HTML tag to font-size: 62.5%; to allow for base-10 math.

* __@param__ $sizeValue - The font size in REM. Units should not be included. EG: 2

```
```

*/
/**

## Opacity

Generates IE8 safe opacity

* __@param__ $opacity - The opacity of the element. Values should be between 0 and 1. EG: .64

```
```

*/
/**

## Vertical Center

Generates IE9 safe vertical center

* __@param__ $child - The element that should be vertically cented. EG: '.lb-expander-menu'

```
```

*/
/**

## Background Logo

*/
/**

## Transitions

*/
/**

## Box styles

*/
/**

# MediaQuery

A collection of utilities for getting media queries

**/
/**

# Mixins

A collection of utilities for generating common CSS patterns

*/
/**

## Clearfix

Allows elements to properly wrap floated child elements

```
```

*/
/**

## Font Face

Generates bulletproof font syntax. Has built in support for WOFF2.

* __@param__ $font-family - Pretty name to be used when selecting fonts. EG: 'Gill Sans'
* __@param__ $font-filename - File name with relative path. EG: 'Gill-Sans-MT-Pro-Light'
* __@param__ $font-weight - Configure font weight. Defaults to 'normal'. EG: 200
* __@param__ $font-style - Configure font style. Defaults to 'normal'. EG: italic
* __@param__ $font-stretch - Configure font stretch. Defaults to 'normal'. EG: normal

```
```

*/
/**

## Font Size

Generates a font-size in REM with a px fallback. This mixin assumes you've reset the font size on the HTML tag to font-size: 62.5%; to allow for base-10 math.

* __@param__ $sizeValue - The font size in REM. Units should not be included. EG: 2

```
```

*/
/**

## Opacity

Generates IE8 safe opacity

* __@param__ $opacity - The opacity of the element. Values should be between 0 and 1. EG: .64

```
```

*/
/**

## Vertical Center

Generates IE9 safe vertical center

* __@param__ $child - The element that should be vertically cented. EG: '.lb-expander-menu'

```
```

*/
/**

## Background Logo

*/
/**

## Transitions

*/
/**

## Box styles

*/
.lb-article-arrow {
  display: none; }

@media only screen and (min-width: 980px) {
  .lb-article-arrow {
    position: fixed;
    top: 50%;
    right: 0;
    width: 35px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 6002;
    background-color: #fafafa;
    border: 1px solid #d5dbdb;
    border-right: 0;
    transition: width 0.2s linear; }
    .lb-article-arrow i {
      font-size: 23px;
      padding-right: 7px;
      color: #d5dbdb;
      transition: color 0.2s ease-in; }
    .lb-article-arrow .lb-widget-body {
      display: flex;
      align-items: center;
      text-decoration: none !important; }
    .lb-article-arrow .lb-content-area {
      width: 175px;
      visibility: hidden;
      opacity: 0;
      margin-right: 10px;
      margin-left: 5px;
      transition: visibility 0ms linear, opacity 0ms linear; }
      .lb-article-arrow .lb-content-area .lb-article-title {
        display: block;
        max-height: 42px;
        line-height: 14px;
        overflow: hidden;
        text-decoration: none;
        font-size: 13px;
        color: #007eb9; }
        .lb-article-arrow .lb-content-area .lb-article-title:hover {
          text-decoration: underline;
          color: #e47911; }
      .lb-article-arrow .lb-content-area .lb-channel-name {
        display: block;
        max-height: 15px;
        font-size: 10px;
        overflow: hidden;
        margin-bottom: 5px;
        text-transform: uppercase;
        cursor: default;
        color: #333; }
    .lb-article-arrow:hover {
      width: 220px; }
      .lb-article-arrow:hover i {
        color: #545b64; }
      .lb-article-arrow:hover .lb-content-area {
        visibility: visible;
        opacity: 1;
        transition: visibility 0.8s linear, opacity 0.2s linear 350ms; } }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11010;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  -webkit-animation: anim-elem 0.3s both;
  animation: anim-elem 0.3s both;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s; }
  .aws-video-player-fullscreen .fancybox-wrap {
    display: inline; }

.fancybox-lock.fancybox-closing .fancybox-wrap {
  -webkit-animation: anim-close 0.3s both;
  animation: anim-close 0.3s both; }

.fancybox-skin {
  position: relative;
  color: #444;
  text-shadow: none; }

.fancybox-opened {
  z-index: 11030; }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  background-color: white; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-prev span, .fancybox-next span {
  background-image: url("../../images/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 11060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../../images/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 11060;
  -webkit-animation: anim-elem 0.2s both;
  animation: anim-elem 0.2s both;
  color: #d8d8d8;
  font-size: 44px;
  text-align: center;
  line-height: 44px; }
  .fancybox-close:before {
    content: '\00d7'; }
  .fancybox-close:hover {
    text-decoration: none;
    color: #afafaf; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../../images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 11040; }

.fancybox-prev:hover, .fancybox-next:hover {
  text-decoration: none;
  color: #ccc; }

.fancybox-prev {
  left: 0; }
  .fancybox-prev i {
    left: 10px; }

.fancybox-next {
  right: 0; }
  .fancybox-next i {
    right: 10px; }

.fancybox-nav i {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  cursor: pointer;
  z-index: 11040;
  visibility: hidden;
  font-size: 48px; }

.fancybox-nav:hover i {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-lock #aws-page-header, .fancybox-lock #aws-page-content, .fancybox-lock #aws-page-footer {
  filter: blur(3px); }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 11000;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 11050;
  font-weight: 500; }
  .fancybox-title {
    font-family: Arial, sans-serif; }
  .aws-ember .fancybox-title {
    font-family: AmazonEmberBold, Helvetica Neue Bold, Helvetica Neue, Helvetica, Arial, sans-serif; }
  .aws-lng-zh_CN .fancybox-title {
    font-family: Helvetica, Arial, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, sans-serif; }
  .aws-lng-ja_JP .fancybox-title {
    font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif; }
  .aws-lng-ko_KR .fancybox-title {
    font-family: Malgun Gothic, sans-serif; }
  .aws-lng-zh_TW .fancybox-title {
    font-family: Helvetica, Arial, Microsoft Yahei Bold, SimSun Bold, STXihei Bold, sans-serif; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 11050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap; }
  .fancybox-title-float-wrap .child {
    font-family: Arial, sans-serif; }
  .aws-ember .fancybox-title-float-wrap .child {
    font-family: AmazonEmberBold, Helvetica Neue Bold, Helvetica Neue, Helvetica, Arial, sans-serif; }
  .aws-lng-zh_CN .fancybox-title-float-wrap .child {
    font-family: Helvetica, Arial, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, sans-serif; }
  .aws-lng-ja_JP .fancybox-title-float-wrap .child {
    font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif; }
  .aws-lng-ko_KR .fancybox-title-float-wrap .child {
    font-family: Malgun Gothic, sans-serif; }
  .aws-lng-zh_TW .fancybox-title-float-wrap .child {
    font-family: Helvetica, Arial, Microsoft Yahei Bold, SimSun Bold, STXihei Bold, sans-serif; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

#aws-page-content.aws-blog-has-related-posts {
  display: flex;
  flex-direction: column; }
  #aws-page-content.aws-blog-has-related-posts &gt; .aws-blog-content {
    order: 1; }
    @media only screen and (min-width: 769px) {
      #aws-page-content.aws-blog-has-related-posts &gt; .aws-blog-content {
        order: 2; } }

.aws-blog-related-posts {
  order: 2;
  padding: 0 10px;
  margin: 30px 0 0; }
  .aws-blog-related-posts h4 {
    margin: 0;
    padding: 0 8px 8px;
    border-bottom: 1px solid #d5dbdb;
    color: #969696; }
  @media only screen and (min-width: 769px) {
    .aws-blog-related-posts {
      order: 1;
      padding: 0;
      margin: 0 0 30px; }
      .aws-blog-related-posts h4 {
        font-weight: 400;
        margin: 0 30px 7px;
        padding: 0;
        color: #333;
        border: 0;
        text-transform: uppercase;
        font-weight: normal;
        font-size: 11px; }
        .aws-blog-related-posts h4 {
          font-family: Arial, sans-serif; }
        .aws-ember .aws-blog-related-posts h4 {
          font-family: AmazonEmber, Helvetica Neue, Helvetica, Arial, sans-serif; }
        .aws-lng-zh_CN .aws-blog-related-posts h4 {
          font-family: Helvetica, Arial, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, sans-serif; }
        .aws-lng-ja_JP .aws-blog-related-posts h4 {
          font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif; }
        .aws-lng-ko_KR .aws-blog-related-posts h4 {
          font-family: Malgun Gothic, sans-serif; }
        .aws-lng-zh_TW .aws-blog-related-posts h4 {
          font-family: Helvetica, Arial, Microsoft Yahei, SimSun, STXihei, sans-serif; }
      .aws-blog-related-posts nav {
        padding: 0 30px 0; } }
    @media only screen and (min-width: 769px) and (min-width: 769px) {
      .aws-blog-related-posts nav {
        box-shadow: -1px 2px 2px 0 #e0e0e0, 0 1px 2px 0 #d0d0d0;
        border-top: 1px solid #d5dbdb; } }
  .aws-blog-related-posts ul {
    list-style-type: none;
    margin: 0 8px 15px;
    padding: 0; }
    @media only screen and (min-width: 769px) {
      .aws-blog-related-posts ul {
        display: flex;
        flex-direction: row;
        margin: 0 -10px; } }
  .aws-blog-related-posts li {
    padding: 6px 0; }
    @media only screen and (min-width: 769px) {
      .aws-blog-related-posts li {
        padding: 0;
        line-height: 1.143;
        border-left: 1px solid #d5dbdb; }
        .aws-blog-related-posts li:first-child {
          border-left: none; } }
    @media only screen and (min-width: 769px) and (max-width: 979px) {
      .aws-blog-related-posts li {
        flex: 1; }
        .aws-blog-related-posts li:nth-child(n+5) {
          display: none; } }
    @media only screen and (min-width: 980px) and (max-width: 1199px) {
      .aws-blog-related-posts li {
        flex: 1; }
        .aws-blog-related-posts li:nth-child(n+7) {
          display: none; } }
    @media only screen and (min-width: 1200px) {
      .aws-blog-related-posts li {
        flex: 1; } }
  .aws-blog-related-posts a {
    display: block;
    height: 100%;
    padding: 8px 10px; }
    @media screen and (max-width: 768px) {
      .aws-blog-related-posts a {
        padding: 0;
        color: #333; }
        .aws-blog-related-posts a:visited {
          color: #333; }
        .aws-blog-related-posts a:hover {
          color: #e47911; } }

/**

# MediaQuery

A collection of utilities for getting media queries

**/
/**

# Mixins

A collection of utilities for generating common CSS patterns

*/
/**

## Clearfix

Allows elements to properly wrap floated child elements

```
```

*/
/**

## Font Face

Generates bulletproof font syntax. Has built in support for WOFF2.

* __@param__ $font-family - Pretty name to be used when selecting fonts. EG: 'Gill Sans'
* __@param__ $font-filename - File name with relative path. EG: 'Gill-Sans-MT-Pro-Light'
* __@param__ $font-weight - Configure font weight. Defaults to 'normal'. EG: 200
* __@param__ $font-style - Configure font style. Defaults to 'normal'. EG: italic
* __@param__ $font-stretch - Configure font stretch. Defaults to 'normal'. EG: normal

```
```

*/
/**

## Font Size

Generates a font-size in REM with a px fallback. This mixin assumes you've reset the font size on the HTML tag to font-size: 62.5%; to allow for base-10 math.

* __@param__ $sizeValue - The font size in REM. Units should not be included. EG: 2

```
```

*/
/**

## Opacity

Generates IE8 safe opacity

* __@param__ $opacity - The opacity of the element. Values should be between 0 and 1. EG: .64

```
```

*/
/**

## Vertical Center

Generates IE9 safe vertical center

* __@param__ $child - The element that should be vertically cented. EG: '.lb-expander-menu'

```
```

*/
/**

## Background Logo

*/
/**

## Transitions

*/
/**

## Box styles

*/
/**

# MediaQuery

A collection of utilities for getting media queries

**/
/**

# Mixins

A collection of utilities for generating common CSS patterns

*/
/**

## Clearfix

Allows elements to properly wrap floated child elements

```
```

*/
/**

## Font Face

Generates bulletproof font syntax. Has built in support for WOFF2.

* __@param__ $font-family - Pretty name to be used when selecting fonts. EG: 'Gill Sans'
* __@param__ $font-filename - File name with relative path. EG: 'Gill-Sans-MT-Pro-Light'
* __@param__ $font-weight - Configure font weight. Defaults to 'normal'. EG: 200
* __@param__ $font-style - Configure font style. Defaults to 'normal'. EG: italic
* __@param__ $font-stretch - Configure font stretch. Defaults to 'normal'. EG: normal

```
```

*/
/**

## Font Size

Generates a font-size in REM with a px fallback. This mixin assumes you've reset the font size on the HTML tag to font-size: 62.5%; to allow for base-10 math.

* __@param__ $sizeValue - The font size in REM. Units should not be included. EG: 2

```
```

*/
/**

## Opacity

Generates IE8 safe opacity

* __@param__ $opacity - The opacity of the element. Values should be between 0 and 1. EG: .64

```
```

*/
/**

## Vertical Center

Generates IE9 safe vertical center

* __@param__ $child - The element that should be vertically cented. EG: '.lb-expander-menu'

```
```

*/
/**

## Background Logo

*/
/**

## Transitions

*/
/**

## Box styles

*/
.lb-blog-nav {
  width: 100%;
  background-color: #f2f4f4;
  box-shadow: #d5dbdb 0 1px 2px; }
  .lb-blog-nav .lb-txt {
    font-weight: 500;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 7px 0;
    margin-right: 20px;
    color: #232F3E; }
    .lb-blog-nav .lb-txt {
      font-family: Arial, sans-serif; }
    .aws-ember .lb-blog-nav .lb-txt {
      font-family: AmazonEmberBold, Helvetica Neue Bold, Helvetica Neue, Helvetica, Arial, sans-serif; }
    .aws-lng-zh_CN .lb-blog-nav .lb-txt {
      font-family: Helvetica, Arial, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, sans-serif; }
    .aws-lng-ja_JP .lb-blog-nav .lb-txt {
      font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif; }
    .aws-lng-ko_KR .lb-blog-nav .lb-txt {
      font-family: Malgun Gothic, sans-serif; }
    .aws-lng-zh_TW .lb-blog-nav .lb-txt {
      font-family: Helvetica, Arial, Microsoft Yahei Bold, SimSun Bold, STXihei Bold, sans-serif; }
  .lb-blog-nav a:hover,
  .lb-blog-nav a:active,
  .lb-blog-nav a.lb-active {
    color: #007dbc;
    text-decoration: none; }

.lb-blog-nav-content {
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.lb-blog-nav-links {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1; }

.lb-blog-nav-search {
  margin: 5px 30px 4px 0; }

.lb-search-input {
  min-width: 250px;
  padding-right: 30px;
  border: 1px solid #aab7b8;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px #d5dbdb;
  position: relative; }
  .lb-search-input.lb-active {
    border-color: #ec7211;
    background-color: #fafafa #fafafa; }
    .lb-search-input.lb-active button {
      color: #ec7211; }
  .lb-search-input:hover {
    background-color: #fafafa; }
  .lb-search-input input[type='text'] {
    width: 100%;
    padding: 5px 0 4px 8px;
    margin: 0;
    border: 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
    background-color: transparent; }
    .lb-search-input input[type='text']::placeholder {
      color: #879196; }
  .lb-search-input .lb-blog-search-button {
    position: absolute;
    top: 0;
    right: 0; }
  .lb-search-input button {
    width: 30px;
    height: 25px;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 17px;
    font-size: 1.7rem;
    color: #879196;
    background: transparent;
    cursor: pointer;
    outline: none; }

.lb-popover a:link,
.lb-popover a:visited {
  color: #232F3E;
  font-size: 13px;
  font-size: 1.3rem; }

.lb-popover a:hover,
.lb-popover a:active {
  color: #007dbc;
  text-decoration: none; }

@media only screen and (min-width: 769px) {
  #aws-page-content.lb-page-with-sticky-subnav {
    margin-top: 103px; }
  .aws-blogs-page .lb-blog-nav {
    position: fixed;
    top: 68px;
    z-index: 6000; }
  .lb-blog-nav .lb-txt {
    margin-right: 30px; } }

.blog-share-dialog ul {
  margin: 0.4em 0;
  padding: 0;
  list-style-type: none; }

.blog-share-dialog ul li {
  display: inline-block;
  vertical-align: top; }
  .blog-share-dialog ul li + li {
    margin-left: 2px; }

.blog-share-dialog-url {
  width: 400px;
  max-width: 100%; }

.blog-share-dialog [class^="icon-"],
.blog-share-dialog [class*=" icon-"] {
  font-size: 27px;
  font-size: 2.7rem; }

.blog-share-dialog a {
  text-decoration: none; }

.blog-share-dialog input[type="text"] {
  display: inline-block;
  height: 27px;
  height: 2.7rem;
  width: 100%;
  margin: 0;
  padding: 3px 4px;
  line-height: 1.4;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #d5dbdb;
  border-radius: 5px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

@media only screen and (max-width: 768px) {
  .blog-share-dialog-url {
    width: 100%; } }

.blog-share-dialog-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.blog-share-dialog-sidebar li + li {
  margin-top: 1px; }

.blog-share-dialog-sidebar [class*=" icon-"],
.blog-share-dialog-sidebar [class^="icon-"] {
  font-size: 19px;
  font-size: 1.9rem;
  vertical-align: sub; }

.blog-share-dialog-sidebar :hover [class*=" icon-"],
.blog-share-dialog-sidebar :hover [class^="icon-"] {
  text-decoration: none; }

.aws-highlight {
  background-color: yellow; }

.blog-page .blog-btn-a, .blog-page .aws-comment-wrapper a.button {
  display: inline-block;
  text-align: center;
  max-width: 100%;
  min-width: 8px;
  vertical-align: middle;
  white-space: nowrap;
  outline: 0;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: none;
  -webkit-font-smoothing: antialiased;
  padding: 3px 18px;
  border: 1px solid;
  border-radius: 3px;
  line-height: 1.6;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #eff0f3;
  background-image: linear-gradient(to bottom, #f7f8fa 0%, #e7e9ec 100%);
  border-color: #adb1b8 #a2a6ac #8d9096;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset; }
  .blog-page .blog-btn-a:hover, .blog-page .aws-comment-wrapper a.button:hover, .blog-page .blog-btn-a:active, .blog-page .aws-comment-wrapper a.button:active, .blog-page .blog-btn-a.lb-active, .blog-page .aws-comment-wrapper a.lb-active.button {
    text-decoration: none; }
  .blog-page .blog-btn-a-block, .blog-page .aws-comment-wrapper a.btn-block {
    display: block;
    width: 100%; }
  .blog-page .blog-btn-a-large, .blog-page .aws-comment-wrapper a.button.btn-large {
    padding: 15px 30px;
    font-size: 15px;
    font-size: 1.5rem; }
  .blog-page .blog-btn-a-small {
    padding: 1px 8px; }
  .blog-page .blog-btn-a:visited, .blog-page .aws-comment-wrapper a.button:visited, .blog-page .blog-btn-a:hover, .blog-page .aws-comment-wrapper a.button:hover, .blog-page .blog-btn-a:active, .blog-page .aws-comment-wrapper a.button:active {
    color: #333; }
  .blog-page .blog-btn-a:hover, .blog-page .aws-comment-wrapper a.button:hover {
    background-color: #e0e3e8;
    background-image: linear-gradient(to bottom, #e7eaf0 0%, #d9dce1 100%);
    border-color: #a2a6ac #979aa1 #82858a; }
  .blog-page .blog-btn-a:focus, .blog-page .aws-comment-wrapper a.button:focus {
    border-color: #e77600;
    box-shadow: rgba(228, 121, 17, 0.5) 0 0 3px 2px;
    outline: 0; }
  .blog-page .blog-btn-a:active, .blog-page .aws-comment-wrapper a.button:active {
    background-color: #dcdfe3;
    background-image: none;
    border-color: #adb1b8 #a2a6ac #a2a6ac;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset; }
  .blog-page .blog-btn-a:hover:active, .blog-page .aws-comment-wrapper a.button:hover:active {
    border-color: #adb1b8 #a2a6ac #a2a6ac; }

.blog-posts .blog-post {
  line-height: 1.25;
  padding: 15px 10px; }
  .blog-posts .blog-post + .blog-post {
    border-top: 1px solid #eaeded; }

.blog-posts .wp-post-image {
  display: block;
  height: auto;
  width: auto;
  max-height: 374px;
  max-width: 100%;
  margin: 0 auto; }

.blog-posts .blog-post-title {
  margin-bottom: 0;
  padding-bottom: 3px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400; }

.blog-title {
  margin-bottom: 10px; }

.blog-post img.alignright {
  float: right;
  margin: 0 0 15px 20px;
  width: inherit; }

.blog-post img.alignleft {
  float: left;
  margin: 0 20px 15px 0; }

.blog-post img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.blog-post .alignright {
  float: right; }

.blog-post .alignleft {
  float: left; }

.blog-post .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.blog-post .aws-comment-wrapper .columns {
  float: left;
  min-height: 2px;
  padding: 0 10px;
  position: relative; }

.blog-post .aws-comment-wrapper .four {
  width: 33.33333%; }

@media only screen and (max-width: 768px) {
  .blog-post .aws-comment-wrapper .columns {
    width: 100%;
    padding: 0; } }

.blog-post footer {
  color: #879196;
  font-size: 12px;
  font-size: 1.2rem; }
  .blog-post footer .blog-post-categories, .blog-post footer .permalink {
    text-transform: capitalize; }

.blog-post-content {
  margin: 30px 0; }
  .blog-post-content .wp-caption {
    max-width: 100%; }
    .blog-post-content .wp-caption p {
      margin-top: 0;
      color: #879196; }
  .blog-post-content blockquote {
    padding: 1px 10px;
    border-left: 1px solid #879196; }
  .blog-post-content hr {
    margin: 0 auto 30px;
    width: 66%;
    color: #879196;
    border-color: #879196; }
  .blog-post-content table {
    margin-bottom: 30px;
    margin-top: 30px; }
  .blog-post-content img {
    height: auto;
    width: auto;
    max-width: 100%; }
  .blog-post-content pre {
    overflow: auto;
    padding: 15px 0 15px 15px;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    border-radius: 0; }
  .blog-post-content code {
    display: inline-block;
    padding: 0 5px;
    color: #c0392b;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    border-radius: 0; }
  .blog-post-content pre code {
    padding: 0 0 15px 0;
    margin-right: 15px; }

.blog-tag-list {
  margin: 0 0 30px; }

.blog-author-box {
  margin: 0 0 15px;
  overflow: auto; }
  footer &gt; .blog-author-box {
    border: 1px solid #d5dbdb;
    padding: 15px; }

.blog-author-image {
  float: left;
  display: inline-block;
  height: 64px;
  width: 64px;
  margin-right: 15px;
  margin-bottom: 10px;
  overflow: hidden; }
  .blog-author-image img {
    display: block;
    width: auto;
    max-height: 64px;
    max-width: 64px;
    margin: 0 auto; }

.blog-pagination {
  border-top: 1px solid #d5dbdb;
  padding: 10px 0;
  text-align: center; }

@media only screen and (min-width: 769px) {
  .blog-posts .blog-post {
    padding: 20px 15px; }
  .blog-posts .wp-post-image {
    max-height: 137px; }
  .blog-posts .blog-post-title {
    margin-top: 0; }
  .blog-author-image {
    height: 125px;
    width: 125px; }
    .blog-author-image img {
      max-height: 125px;
      max-width: 125px; } }

[data-dropdown="aws-nav-dropdown-lang"] {
  display: none; }

@media print {
  .aws-blogs-page-type-single #aws-page-header,
  .aws-blogs-page-type-single #aws-page-footer,
  .aws-blogs-page-type-single .meta,
  .aws-blogs-page-type-single .blog-author-box,
  .aws-blogs-page-type-single .feedback-copy,
  .aws-blogs-page-type-single .aws-comment-wrapper {
    display: none; } }

/* http://prismjs.com/download.html?themes=prism-coy&amp;languages=markup+css+css-extras+clike+javascript+java+php+php-extras+coffeescript+bash+c+cpp+python+sql+http+ruby+csharp+go+aspnet+scala+haskell+swift+objectivec+apacheconf+git&amp;plugins=line-highlight+line-numbers+file-highlight+show-language */
/**
 * prism.js Coy theme for JavaScript, CoffeeScript, CSS and HTML
 * Based on https://github.com/tshedor/workshop-wp-theme (Example: http://workshop.kansan.com/category/sessions/basics or http://workshop.timshedor.com/category/sessions/basics);
 * @author Tim  Shedor
 */
code[class*="language-"],
pre[class*="language-"] {
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

/* Code blocks */
pre[class*="language-"] {
  overflow: auto;
  padding-top: 21px;
  padding-bottom: 0;
  max-height: 30em;
  background: linear-gradient(to bottom, #f7f7f7, #f7f7f7 50%, #fff 50%, #fff);
  background-size: 3em 3em;
  background-attachment: local; }

pre[data-language]:before {
  content: attr(data-language);
  line-height: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  background: #d5dbdb;
  position: absolute;
  padding: 0 5px;
  top: 0;
  left: 0;
  color: #333; }

pre.unlimited-height-code {
  max-height: none; }

pre code[class*="language"] {
  position: relative;
  overflow: visible;
  max-height: initial;
  height: 100%;
  display: block;
  color: #333;
  border: 0;
  background: none; }

.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #7D8B99; }

.token.punctuation {
  color: #5F6364; }

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.function-name,
.token.constant,
.token.symbol,
.token.deleted {
  color: #c92c2c; }

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.function,
.token.builtin,
.token.inserted {
  color: #2f9c0a; }

.token.operator,
.token.entity,
.token.url,
.token.variable {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5); }

.token.atrule,
.token.attr-value,
.token.keyword,
.token.class-name {
  color: #1990b8; }

.token.regex,
.token.important {
  color: #e90; }

.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5); }

.token.important {
  font-weight: normal; }

.token.entity {
  cursor: help; }

.namespace {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7; }

/* Plugin styles */
.token.tab:not(:empty):before,
.token.cr:before,
.token.lf:before {
  color: #e0d7d1; }

/* Plugin styles: Line Numbers */
pre[class*="language-"].line-numbers code {
  padding-left: 3em; }

pre[class*="language-"].line-numbers .line-numbers-rows {
  left: -15px;
  background-color: #fff; }

pre[data-line] {
  position: relative;
  padding: 1em 0 1em 3em; }

.line-highlight {
  position: absolute;
  left: 0;
  right: 0;
  padding: inherit 0;
  margin-top: 1em;
  /* Same as .prism’s padding-top */
  background: rgba(153, 122, 102, 0.08);
  background: -moz-linear-gradient(to right, rgba(153, 122, 102, 0.1) 70%, rgba(153, 122, 102, 0));
  background: -webkit-linear-gradient(to right, rgba(153, 122, 102, 0.1) 70%, rgba(153, 122, 102, 0));
  background: -o-linear-gradient(to right, rgba(153, 122, 102, 0.1) 70%, rgba(153, 122, 102, 0));
  background: linear-gradient(to right, rgba(153, 122, 102, 0.1) 70%, rgba(153, 122, 102, 0));
  pointer-events: none;
  line-height: inherit;
  white-space: pre; }

.line-highlight:before,
.line-highlight[data-end]:after {
  content: attr(data-start);
  position: absolute;
  top: .4em;
  left: .6em;
  min-width: 1em;
  padding: 0 .5em;
  background-color: rgba(153, 122, 102, 0.4);
  color: #f5f2f0;
  font: bold 65%/1.5 sans-serif;
  text-align: center;
  vertical-align: .3em;
  border-radius: 999px;
  text-shadow: none;
  box-shadow: 0 1px white; }

.line-highlight[data-end]:after {
  content: attr(data-end);
  top: auto;
  bottom: .4em; }

pre.line-numbers {
  position: relative;
  counter-reset: linenumber; }

.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 21px;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  /* works for line-numbers below 1000 lines */
  letter-spacing: -1px;
  border-right: 1px solid #f7f7f7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.line-numbers-rows &gt; span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber; }

.line-numbers-rows &gt; span:before {
  content: counter(linenumber);
  color: #969696;
  display: block;
  padding-right: 0.8em;
  text-align: right; }

pre[class*='language-'] {
  position: relative; }

pre[class*='language-'] &gt; code[data-language] {
  max-height: 28em;
  display: inline-block; }

.prism-show-language {
  display: none; }

.hide-language pre[data-language]:before {
  display: none; }

.hide-language code[class*="language"],
code.language-text {
  padding-top: 0; }
</pre></body></html>