/* Main stylesheets file */
/* Used all over the website */
/* SASS scripts part */
/* Global variables */
/* website width */
/*96rem;*/
/* tooltip width */
/* main colors */
/* accent colors */
/* text colors */
/* background colors */
/* pricing box badge colors */
/* shadow colors */
/* buttons colors */
/* tabs colors */
/* borders */
/* bootstrap screen widths */
/* font families */
/* font sizes */
/* font weights */
/* modal sizes */
/* spinners */
/* max z-index */
/* opacities */
/* spaces */
/* message icons position */
/* header spaces */
/* content spaces */
/* pagination */
/* price and tax */
/* carousel */
/* product list */
/* sprite */
/* free tier */
/* free trial */
/* histogram */
/* accordion */
/* software pricing */
/* annual hourly pricing option selector */
/* infrastructure pricing */
/* mobile width */
/* Mixins */
/* Inheritance rules */
.border, .highlight, .with-border {
  border: solid 0.1rem #ccc;
  padding: 1rem; }

.headings, h1,
h2,
h3 {
  font-weight: bold; }

.list-square, .attributes ul {
  color: #e71;
  list-style: square; }
  .list-square > li > span:first-child, .attributes ul > li > span:first-child {
    color: #000; }

.no-horizontal-gutter {
  margin-left: -15px;
  margin-right: -15px; }

.price, .pricing-matrix.hourly tr td:nth-last-child(-n+2), .pricing-matrix.annual tr td:nth-child(3) {
  color: #060;
  font-size: 1.1rem; }

.spaced-content {
  margin-bottom: 1rem; }

.td-highlight, .pricing-matrix.hourly tr td:nth-child(3), .pricing-matrix.annual thead tr:first-child > :last-child, .pricing-matrix.annual tr td:nth-last-child(-n+2) {
  background-color: #d8d8d8; }

.tr-hover {
  background-color: #f5f5f5; }

.small-text, .continue + p {
  font-size: 1.1rem;
  line-height: 1.5rem; }

[data-toggle=modal] {
  display: inline-block; }

.project-list .spinner {
  vertical-align: middle;
  color: #00464f; }

.project-list-count {
  background-color: #ff0000;
  border-radius: 5rem;
  padding: .2rem .6rem;
  margin-left: 0.5rem;
  color: #ffffff;
  font-family: Ember; }

/* Reset */
/* Has to be imported by ONLY the main stylesheets file */
*:disabled {
  color: #999;
  font-style: italic; }

body {
  background: #f7f7f7;
  font-family: Ember, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 2rem; }

h1 {
  color: #e71;
  font-size: 2.1rem; }

h2 {
  font-size: 1.8rem; }

h3,
h4 {
  font-size: 1.3rem; }

h1,
ul,
p {
  margin: 0; }

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

th {
  background-color: #a4a4a4;
  color: #333; }

a {
  color: #049;
  text-decoration: none; }
  a:focus, a:hover {
    color: #e71;
    text-decoration: none; }

hr {
  border-top: solid 0.1rem #ccc;
  margin-top: 0; }

.table > thead > tr > th,
.table > tbody > tr > td {
  border-bottom: 0;
  border-top: solid 0.1rem #ccc;
  padding: 0.25rem 0.5rem; }

/* Buttons */
/* Overrides Bootstrap styles */
.btn {
  font-weight: bold;
  padding: 0.25rem 0.5rem;
  white-space: pre-wrap; }

label.btn {
  white-space: normal; }

.btn-disabled, .btn.disabled, .btn-group[data-toggle='buttons'] .btn {
  background-color: #fff;
  background: -webkit-linear-gradient(to bottom, #fff, #e4e4e4);
  background: linear-gradient(to bottom, #fff, #e4e4e4);
  border-color: #ccc;
  color: #999; }

.btn-warning, .btn-group[data-toggle='buttons'] .active {
  background-color: #ffdd8a;
  background: -webkit-linear-gradient(to bottom, #ffdd8a, #f5a819);
  background: linear-gradient(to bottom, #ffdd8a, #f5a819);
  border-color: #000;
  color: #000; }

.btn-primary {
  background-color: #3488dc;
  background: -webkit-linear-gradient(to bottom, #3488dc, #1b70c5);
  background: linear-gradient(to bottom, #3488dc, #1b70c5);
  border-color: #16b;
  color: #fff; }

.btn-group[data-toggle='buttons'] .btn {
  padding: 0 1rem; }

.button-square {
  -webkit-transition: color ease-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition: color ease-out 0.2s;
  -o-transition: color ease-out 0.2s;
  transition: color ease-out 0.2s;
  -webkit-transition: background-color ease-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition: background-color ease-out 0.2s;
  -o-transition: background-color ease-out 0.2s;
  transition: background-color ease-out 0.2s;
  box-shadow: 0 2px 0 0 rgba(84, 84, 84, 0.3);
  color: #00464f;
  display: inline-block;
  font-family: "Ember Medium", Ember, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 2rem !important;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  border: none; }
  .button-square:hover {
    background-color: #576060 !important;
    color: #fafafa !important; }
  .button-square.disabled {
    color: #879596 !important;
    cursor: default;
    pointer-events: none; }
  .button-square.large {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    min-width: 251px; }
  .button-square.small {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    min-width: 140px; }
  .button-square.orange {
    background-color: #fea724; }
  .button-square.light-grey {
    background-color: #d5dbdb; }

.search-submit.orange {
  background-color: #fea724; }

/* Icons */
.icon-sm {
  font-size: 1.2rem; }

.icon-md {
  font-size: 1.6rem; }

.icon-lg {
  font-size: 2.1rem; }

/* Messages */
.message {
  border: solid 0.1rem;
  padding: 1rem 1.5rem;
  position: relative; }
  .message > span {
    display: inline-block; }
    .message > span.fa {
      left: 1.5rem;
      position: absolute; }
    .message > span.icon-md {
      top: 1.2rem; }
      .message > span.icon-md + * {
        font-size: 1.2rem;
        margin-left: 2.5rem; }
    .message > span.icon-lg {
      top: 1rem; }
      .message > span.icon-lg + * {
        font-size: 1.3rem;
        margin-left: 3rem; }
  .message,
  .message + * {
    margin-top: 1.5rem; }
  .message .close {
    margin: -0.3rem 0 -0.5rem -0.5rem;
    opacity: 0.4; }

.alert-pending {
  background-color: #d9edf7;
  color: #31708f; }
  .alert-pending hr {
    border-top-color: #a6e1ec; }
  .alert-pending .alert-link {
    color: #245269; }

/* Modal */
/* Overrides Bootstrap styles */
/* bootstrap Core variables and mixins */
.layout-modal {
  color: #000;
  text-align: left; }
  .layout-modal h1 {
    font-size: 2.1rem; }
  .layout-modal .modal-header {
    background: none;
    border-bottom: 0;
    padding-bottom: 0; }

.modal-content {
  border-radius: 0.5rem; }

.modal-header {
  background: #fff;
  border-radius: 0.5rem 0.5rem 0 0; }
  .modal-header * {
    font-size: 1.3rem; }
  .modal-header .close {
    float: right; }

.modal-large {
  width: 90rem; }

.modal-medium {
  width: 60rem; }

.modal-small {
  width: 30rem; }

/* Product Support Connection */
.product-support-connection {
  color: #008296;
  font-size: 1.3rem;
  font-weight: bold; }

/* All partials page */
/* Have to be imported by ONLY the main stylesheets file */
.header {
  -webkit-box-shadow: #5a5a5a 0 1px 3px;
  box-shadow: #5a5a5a 0 1px 3px;
  background-color: #232F3E;
  height: 7.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1038; }
  @media (max-width: 768px) {
    .header {
      height: 9.6rem; } }
  .header input {
    border-radius: 0;
    -webkit-appearance: none; }
  .header::after {
    height: auto; }
  .header header {
    padding-left: 2rem;
    padding-right: 2rem; }
  .header span,
  .header a,
  .header div {
    font-size: 1.2rem;
    font-weight: bold; }
  .header .search-box,
  .header #search-suggestions {
    font-size: 1.5rem;
    font-weight: normal; }
  .header a,
  .header div {
    color: #fff; }
  .header .fa.fa-caret-down {
    color: #aab7b8;
    margin: 0.25rem 0.5rem; }

.header.with-security-bar {
  top: 2.8rem; }

.header-view-category {
  display: table;
  margin: 2rem; }
  .header-view-category h2 {
    margin-top: 0; }
  .header-view-category > div {
    display: inline-block;
    vertical-align: top; }
  .header-view-category .header-nav {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3; }
    .header-view-category .header-nav .header-nav-cell {
      -webkit-column-break-inside: avoid;
      break-inside: avoid;
      page-break-inside: avoid;
      padding-bottom: 1rem;
      text-align: left;
      vertical-align: top;
      width: 20rem; }
      .header-view-category .header-nav .header-nav-cell .header-nav-cell-link {
        color: #008bcc;
        display: block; }
        .header-view-category .header-nav .header-nav-cell .header-nav-cell-link:first-child {
          color: #373d3e;
          font-family: "Ember Light", Ember, "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 2rem; }
        .header-view-category .header-nav .header-nav-cell .header-nav-cell-link:hover {
          color: #fea724; }
  .header-view-category .header-about {
    width: 30rem; }
    .header-view-category .header-about > span {
      display: block;
      text-align: left; }

.header-view-solutions {
  display: table;
  margin: 2rem; }
  .header-view-solutions h2 {
    margin-top: 0; }
  .header-view-solutions > div {
    display: inline-block;
    vertical-align: top; }
  .header-view-solutions .header-nav {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    -o-column-count: 1;
    column-count: 1; }
    .header-view-solutions .header-nav .header-nav-cell {
      -webkit-column-break-inside: avoid;
      break-inside: avoid;
      page-break-inside: avoid;
      padding-bottom: 1rem;
      text-align: left;
      vertical-align: top;
      width: 20rem; }
      .header-view-solutions .header-nav .header-nav-cell .header-nav-cell-link {
        color: #008bcc;
        display: block; }
        .header-view-solutions .header-nav .header-nav-cell .header-nav-cell-link:first-child {
          color: #373d3e;
          font-family: "Ember Light", Ember, "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 2rem; }
        .header-view-solutions .header-nav .header-nav-cell .header-nav-cell-link:hover {
          color: #fea724; }
  .header-view-solutions .header-about {
    width: 30rem; }
    .header-view-solutions .header-about > span {
      display: block;
      text-align: left; }

.header-view-product-type {
  display: table;
  margin: 2rem; }
  .header-view-product-type h2 {
    margin-top: 0; }
  .header-view-product-type > div {
    display: inline-block;
    vertical-align: top; }
  .header-view-product-type .header-nav {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    -o-column-count: 1;
    column-count: 1; }
    .header-view-product-type .header-nav .header-nav-cell {
      -webkit-column-break-inside: avoid;
      break-inside: avoid;
      page-break-inside: avoid;
      padding-bottom: 1rem;
      text-align: left;
      vertical-align: top;
      width: 20rem; }
      .header-view-product-type .header-nav .header-nav-cell .header-nav-cell-link {
        color: #008bcc;
        display: block; }
        .header-view-product-type .header-nav .header-nav-cell .header-nav-cell-link:first-child {
          color: #373d3e;
          font-family: "Ember Light", Ember, "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 2rem; }
        .header-view-product-type .header-nav .header-nav-cell .header-nav-cell-link:hover {
          color: #fea724; }
  .header-view-product-type .header-about {
    width: 30rem; }
    .header-view-product-type .header-about > span {
      display: block;
      text-align: left; }

div[data-popover-content='.view-solutions-hover'] {
  margin-left: 3rem; }

div[data-popover-content='.view-product-type-hover'] {
  margin-left: 3rem; }

header {
  margin: auto;
  padding: 0; }

.header-top {
  align-items: stretch;
  margin: 0.5rem 0 0;
  text-align: center; }
  .header-top input {
    color: black; }
  .header-top i {
    color: #f3f3f3;
    float: left;
    font-size: x-large; }
  .header-top [data-toggle=modal] {
    display: none;
    visibility: hidden; }
  .header-top .header-mobile-user {
    display: none; }
  @media (max-width: 768px) {
    .header-top {
      display: table;
      position: relative;
      width: 100%; }
      .header-top [data-toggle=modal] {
        display: inline-block;
        visibility: visible;
        vertical-align: middle; }
      .header-top .header-mobile-user {
        display: block; }
      .header-top .header-desktop-user {
        display: none;
        visibility: hidden; } }
  .header-top .header-desktop-user {
    float: right;
    height: 100%; }
  .header-top > * {
    display: inline-block !important; }
  .header-top .header-logo {
    float: left;
    line-height: 3.5rem; }
    .header-top .header-logo .header-mobile-hamburger {
      margin-right: 1rem; }
  .header-top .header-search {
    float: none;
    width: 50%; }
    @media (max-width: 850px) {
      .header-top .header-search {
        width: 31.2rem; } }
    @media (max-width: 768px) {
      .header-top .header-search {
        display: inline-block;
        padding: 0.5rem 0 0;
        width: 100%; }
        form .header-top .header-search {
          padding: 0; } }
  .header-top .header-userinfo {
    float: right;
    line-height: 3.5rem;
    right: 0; }
    @media (max-width: 768px) {
      .header-top .header-userinfo {
        position: absolute; } }
  .header-top .search {
    border-radius: 0.5rem;
    margin: auto;
    position: relative;
    text-align: left; }
    @media (min-width: 992px) {
      .header-top .search {
        width: calc(60% + 20rem); } }
    @media (max-width: 768px) {
      .header-top .search {
        padding: 0; } }
    .header-top .search .search-box {
      border: none;
      border-bottom-left-radius: 0.5rem;
      border-top-left-radius: 0.5rem;
      float: left;
      height: 3.5rem;
      padding: 0 1rem;
      width: calc(100% - 4.5rem); }
    .header-top .search .search-submit {
      border-bottom-right-radius: 0.5rem;
      border-top-right-radius: 0.5rem;
      cursor: pointer;
      float: right;
      height: 3.5rem;
      padding: 1.75rem; }
      .header-top .search .search-submit.orange {
        background-color: #fea724;
        width: 4.5rem; }
    .header-top .search .fa-search {
      color: #000;
      font-size: 2.5rem;
      font-weight: normal;
      padding: 0.5rem 1rem; }
    .header-top .search .search-option-dropdown {
      margin: auto;
      position: static; }
      .header-top .search .search-option-dropdown button {
        border: 0;
        border-radius: 0.5rem 0 0 0.5rem;
        border-right: solid 0.1rem #ccc;
        color: #576060;
        font-weight: normal;
        height: 3.5rem;
        padding: 0 1rem;
        vertical-align: top;
        white-space: nowrap; }
        .header-top .search .search-option-dropdown button .search-selected-option {
          color: #576060;
          display: inline-block;
          font-size: 1.3rem;
          font-weight: normal;
          text-align: left;
          width: 90%; }
      .header-top .search .search-option-dropdown .dropdown-menu {
        border-radius: 0;
        min-width: 12rem;
        padding: 0; }
        .header-top .search .search-option-dropdown .dropdown-menu li {
          cursor: pointer; }
          .header-top .search .search-option-dropdown .dropdown-menu li a {
            color: #576060;
            font-size: 1.3rem;
            font-weight: normal;
            padding: 0.5rem;
            text-align: left; }
      .header-top .search .search-option-dropdown .search-box-container {
        overflow: hidden; }
      .header-top .search .search-option-dropdown input.search-box[name='searchTerms'] {
        width: 100%; }
      .header-top .search .search-option-dropdown input.search-submit {
        border-bottom-right-radius: 0.5rem;
        border-top-right-radius: 0.5rem; }
  .header-top .user-dropdown {
    height: 100%; }

.user-greeting {
  align-items: center;
  display: flex;
  height: inherit;
  line-height: 3.5rem; }
  .user-greeting div {
    display: inline-block;
    max-width: 14rem;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .user-greeting div, .user-greeting div:hover {
      color: #fff !important; }
  .user-greeting span {
    color: #aab7b8;
    white-space: pre; }

@media (max-width: 768px) {
  .header-bottom {
    display: none;
    visibility: hidden; } }

.header-bottom > div {
  display: inline-block; }

.header-bottom .header-modules {
  float: right;
  font-family: "Ember Light", Ember, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal; }
  .header-bottom .header-modules a {
    margin: 0 1.25rem; }
    .header-bottom .header-modules a:first-child {
      margin-left: 0; }
    .header-bottom .header-modules a:last-child {
      margin-right: 0; }

.header-bottom-left {
  margin: 0 1rem; }
  .header-bottom-left a {
    font-family: "Ember Light", Ember, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    margin-left: 3rem; }

#search input[type='submit'] {
  background: transparent;
  border: none;
  height: auto;
  width: auto; }

.user-account-container {
  background-color: #fff;
  padding: 0; }
  @media screen and (max-width: 768px) {
    .user-account-container {
      bottom: 0;
      line-height: 4.5rem;
      width: 100%; } }
  .user-account-container .user-account-options {
    padding: 0.5rem; }
  .user-account-container a {
    color: black;
    display: block;
    padding: 0.5rem;
    text-align: right; }
    @media screen and (max-width: 768px) {
      .user-account-container a {
        height: 5rem;
        text-align: center; } }
  .user-account-container .sign-out {
    -webkit-transition: background-color ease-out 0.2s;
    -o-transition: background-color ease-out 0.2s;
    transition: background-color ease-out 0.2s;
    background-color: #aab7b8;
    font-weight: bold;
    padding: 0.5rem; }
    .user-account-container .sign-out:hover {
      background-color: #fea724;
      color: black !important; }

body > *.modal.fade.in .modal-body {
  opacity: 1; }
  body > *.modal.fade.in .modal-body.bottom {
    bottom: 0; }
  body > *.modal.fade.in .modal-body.left {
    left: 0; }

body > *.modal.fade .modal-body {
  -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out, left 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out, left 0.3s ease-out;
  transition: opacity 0.3s ease-out, bottom 0.3s ease-out, left 0.3s ease-out;
  background-color: #fff;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 100%; }
  body > *.modal.fade .modal-body.left {
    overflow-y: scroll; }
    body > *.modal.fade .modal-body.left .header-mobile-hamburger {
      padding-right: 1rem; }
    body > *.modal.fade .modal-body.left a {
      color: #576060;
      font-size: 2rem;
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 0.5rem; }
    body > *.modal.fade .modal-body.left > :first-child {
      padding-bottom: 2rem;
      padding-top: 2rem; }
    body > *.modal.fade .modal-body.left > * {
      padding-bottom: 2rem; }
    body > *.modal.fade .modal-body.left > :last-child {
      padding-bottom: 3.6rem; }
    body > *.modal.fade .modal-body.left .header-nav-cell,
    body > *.modal.fade .modal-body.left .header-modules a {
      padding-bottom: 1.2rem; }
    body > *.modal.fade .modal-body.left .header-nav-cell-link:not(:first-of-type) {
      padding-bottom: 0.5rem; }
      body > *.modal.fade .modal-body.left .header-nav-cell-link:not(:first-of-type),
      body > *.modal.fade .modal-body.left .header-nav-cell-link:not(:first-of-type) .header-modules a {
        font-family: "Ember Light", Ember, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  body > *.modal.fade .modal-body.bottom {
    bottom: -250px; }
  body > *.modal.fade .modal-body.left {
    height: 100%;
    left: -80%;
    width: 80%; }
    body > *.modal.fade .modal-body.left a {
      display: block; }

body > * .modal-open {
  padding-right: 0 !important; }

.footer {
  background-color: #f7f7f7;
  font-size: 1.2rem;
  padding: 1rem 0;
  text-align: left; }
  .footer .footer-top {
    width: 100%; }
    @media (min-width: 768px) {
      .footer .footer-top {
        display: table;
        overflow: auto; } }
    @media (max-width: 768px) {
      .footer .footer-top div:not(.footer-socialmedia) {
        padding-top: 1rem; } }
    .footer .footer-top .footer-socialmedia {
      vertical-align: middle;
      white-space: nowrap;
      width: 1px; }
      @media (min-width: 768px) {
        .footer .footer-top .footer-socialmedia {
          padding: 0 2rem; }
          .footer .footer-top .footer-socialmedia:last-of-type {
            padding-right: 0; }
          .footer .footer-top .footer-socialmedia:first-of-type {
            padding-left: 0; } }
      @media (max-width: 768px) {
        .footer .footer-top .footer-socialmedia {
          display: inline;
          padding: 1rem;
          width: 33.33333%; } }
      .footer .footer-top .footer-socialmedia i {
        padding-right: 0.5rem; }
    .footer .footer-top .footer-signin-console {
      float: right; }
      @media (max-width: 768px) {
        .footer .footer-top .footer-signin-console {
          float: inherit; } }
  .footer .footer-content {
    display: table; }
    .footer .footer-content > div {
      display: inline-block;
      vertical-align: top; }
    .footer .footer-content .footer-nav {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      -ms-column-count: 4;
      -o-column-count: 4;
      column-count: 4;
      padding-bottom: 1rem; }
      @media (max-width: 768px) {
        .footer .footer-content .footer-nav {
          -webkit-column-count: 3;
          -moz-column-count: 3;
          -ms-column-count: 3;
          -o-column-count: 3;
          column-count: 3; } }
      @media (max-width: 425px) {
        .footer .footer-content .footer-nav {
          -webkit-column-count: 2;
          -moz-column-count: 2;
          -ms-column-count: 2;
          -o-column-count: 2;
          column-count: 2; } }
      .footer .footer-content .footer-nav .footer-nav-cell {
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
        page-break-inside: avoid;
        padding-bottom: 1.2rem;
        text-align: left;
        vertical-align: top;
        width: 14rem; }
        .footer .footer-content .footer-nav .footer-nav-cell .footer-nav-cell-link {
          display: block;
          margin-bottom: 0.5rem; }
          .footer .footer-content .footer-nav .footer-nav-cell .footer-nav-cell-link:first-child {
            color: #373d3e;
            font-weight: bold; }
        .footer .footer-content .footer-nav .footer-nav-cell .footer-nav-cell-title {
          margin-top: 0; }
    .footer .footer-content .footer-about {
      width: 30rem; }
      @media (max-width: 992px) {
        .footer .footer-content .footer-about {
          width: initial;
          width: auto; } }
      .footer .footer-content .footer-about > span {
        display: block;
        text-align: left; }
        .footer .footer-content .footer-about > span:first-of-type {
          font-weight: bold; }
        .footer .footer-content .footer-about > span:not(:last-of-type) {
          padding-bottom: 1rem; }
      .footer .footer-content .footer-about .footer-about-amazon-company {
        background: url(/asset/img/sprites.png) no-repeat -240px -91px;
        height: 1.7rem;
        margin-top: 1rem;
        width: 16rem; }
        .footer .footer-content .footer-about .footer-about-amazon-company > a {
          display: block;
          height: 100%;
          width: 100%; }
  .footer .footer-bottom {
    padding-bottom: 3rem;
    padding-top: 0; }
    .footer .footer-bottom > * {
      margin: 0 !important; }
    .footer .footer-bottom .underlined-links {
      float: left; }
      @media (max-width: 768px) {
        .footer .footer-bottom .underlined-links {
          padding-bottom: 1rem;
          width: 100%; } }
    .footer .footer-bottom .copyright {
      float: right;
      line-height: 1.6rem; }
      @media (max-width: 768px) {
        .footer .footer-bottom .copyright {
          padding-bottom: 1rem;
          width: 100%; } }
  .footer .container {
    background: inherit; }
  .footer div,
  .footer span {
    line-height: 1.6rem; }
  .footer hr {
    margin: 1rem 0 2rem; }
  .footer ul li {
    border-right: solid 0.1rem #666;
    display: inline-block;
    line-height: 1rem;
    margin-left: -.4rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    .footer ul li:first-child {
      margin-left: 0;
      padding-left: 0; }
    .footer ul li:last-child {
      border: 0;
      padding-right: 0; }
  .footer a:not(.button-square),
  .footer a > span:not(.button-square) {
    color: #008bcc; }

.footer.with-security-bar {
  padding-bottom: 0; }

/* Standard Ember variants */
@font-face {
  font-family: 'Ember';
  font-style: normal;
  font-weight: normal;
  src: url("/asset/font/AmazonEmber_Rg.ttf"); }

@font-face {
  font-family: 'Ember';
  font-style: italic;
  font-weight: normal;
  src: url("/asset/font/AmazonEmber_RgIt.ttf"); }

@font-face {
  font-family: 'Ember';
  font-style: normal;
  font-weight: bold;
  src: url("/asset/font/AmazonEmber_Bd.ttf"); }

@font-face {
  font-family: 'Ember';
  font-style: italic;
  font-weight: bold;
  src: url("/asset/font/AmazonEmber_BdIt.ttf"); }

/* Specialized Ember variants */
@font-face {
  font-family: 'Ember Heavy';
  font-style: normal;
  font-weight: normal;
  src: url("/asset/font/AmazonEmber_He.ttf"); }

@font-face {
  font-family: 'Ember Heavy';
  font-style: italic;
  font-weight: normal;
  src: url("/asset/font/AmazonEmber_HeIt.ttf"); }

@font-face {
  font-family: 'Ember Light';
  font-style: normal;
  font-weight: normal;
  src: url("/asset/font/AmazonEmber_Lt.ttf"); }

@font-face {
  font-family: 'Ember Light';
  font-style: italic;
  font-weight: normal;
  src: url("/asset/font/AmazonEmber_LtIt.ttf"); }

@font-face {
  font-family: 'Ember Medium';
  font-style: normal;
  font-weight: normal;
  src: url("/asset/font/AmazonEmber_Md.ttf"); }

@font-face {
  font-family: 'Ember_Medium';
  font-style: italic;
  font-weight: normal;
  src: url("/asset/font/AmazonEmber_MdIt.ttf"); }

@font-face {
  font-family: 'Ember Thin';
  font-style: normal;
  font-weight: normal;
  src: url("/asset/font/AmazonEmber_Th.ttf"); }

@font-face {
  font-family: 'Ember Thin';
  font-style: italic;
  font-weight: normal;
  src: url("/asset/font/AmazonEmber_ThIt.ttf"); }

h3.byol {
  color: #900; }

input[type='text']:disabled {
  color: #ccc;
  font-style: italic; }

#search-suggestions {
  background-color: #fff;
  border-color: #ccc;
  border-style: none solid solid;
  border-width: 0 .1rem .1rem;
  color: #000;
  cursor: pointer;
  display: none;
  position: absolute;
  text-align: left;
  z-index: 1001; }
  #search-suggestions .suggestion-item {
    padding: 0.25rem 1rem; }
  #search-suggestions .selected-suggestion {
    background-color: #d8d8d8; }

.as-table {
  display: table; }
  .as-table > * {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: top; }
  .as-table .img-responsive {
    width: 100%; }

.attributes {
  word-wrap: break-word; }
  .attributes hr {
    margin: 1rem 0; }
    .attributes hr:first-child {
      margin-top: 0; }
  .attributes > div > p:first-child {
    font-weight: bold;
    text-align: right; }

.container {
  background: #fff;
  max-width: 960px; }

.content {
  background-color: #fff;
  padding: 1.2rem 0 0; }

body {
  margin: 0;
  position: relative;
  top: 7.5rem; }
  @media (max-width: 768px) {
    body {
      top: 9.6rem; } }

body.with-security-bar {
  top: 10.3rem; }

.continue {
  width: 100%; }

.free-tier {
  background: url("/asset/img/sprites.png") no-repeat -61px -133px;
  height: 1.5rem;
  width: 10.3rem; }
  .free-tier span {
    display: none; }

.free-trial {
  background: url("/asset/img/sprites.png") no-repeat -61px -148px;
  height: 1.5rem;
  width: 5.8rem; }
  .free-trial span {
    display: none; }

.highlight {
  background-color: #f1f1f1; }
  .highlight > headers:first-child {
    margin-top: 0;
    padding-top: 0; }

.main-message a {
  font-weight: bold; }

.popover {
  font-family: Ember, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3rem; }
  .popover .popover-title {
    font-weight: bold; }

.tooltip-inner {
  background: #fff;
  border: solid 0.1rem #ccc;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  color: #000;
  font-family: Ember, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  max-width: 40rem;
  padding: 1.5rem;
  text-align: left;
  z-index: 10000; }

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100); }

.tooltip-arrow {
  visibility: hidden; }

.pre-wrap {
  white-space: pre-wrap; }

.pricing-matrix table {
  font-size: 1.1rem;
  margin-top: 1.3rem; }

.pricing-matrix.hourly tr td:last-child {
  font-weight: bold; }

.pricing-matrix.hourly tr:hover td:nth-child(3) {
  background-color: #f5f5f5; }

.pricing-matrix.annual thead tr:first-child th {
  font-size: 1.3rem;
  text-align: center; }

.pricing-matrix.annual thead tr:first-child > :first-child {
  background-color: #fff;
  border-right: solid 0.1rem #000; }

.pricing-matrix.annual tr > :nth-child(2),
.pricing-matrix.annual tr > :last-child {
  border-right: solid 0.1rem #000; }

.pricing-matrix.annual tr:hover td:nth-last-child(-n+2) {
  background-color: #f5f5f5; }

.product-carousel {
  min-height: 21.5rem; }

.underlined-links a:hover {
  color: #049;
  text-decoration: underline; }

.volumes {
  margin-bottom: 1rem; }
  .volumes li {
    padding-left: 1rem; }
  .volumes ~ p {
    font-size: 1.1rem;
    line-height: 1.5rem;
    margin-bottom: 1rem; }

.with-border {
  margin: 1rem 0; }

a,
a > span {
  -webkit-transition: color ease-out 0.2s;
  -o-transition: color ease-out 0.2s;
  transition: color ease-out 0.2s; }
  .content a:not(.button-square):not(.btn):not(.awsui-button), .content
  a > span:not(.button-square):not(.btn):not(.awsui-button) {
    color: #008bcc; }

a:hover:not(.button-square):not(.btn):not(.awsui-button),
a:hover > span:not(.button-square):not(.btn):not(.awsui-button) {
  color: #fea724; }

.popover.embedded {
  border: none;
  border-radius: 0;
  max-width: 100%;
  padding: 0; }
  .popover.embedded.bottom > .arrow {
    border-bottom-color: white !important; }
  .popover.embedded.left > .arrow {
    border-left-color: white !important; }
  .popover.embedded.right > .arrow {
    border-right-color: white !important; }
  .popover.embedded.top > .arrow {
    border-top-color: white !important; }
  .popover.embedded:not(.persistent) {
    pointer-events: none; }
  .popover.embedded.persistent {
    background-color: transparent;
    margin-top: 0;
    z-index: 1039; }
    @media (max-width: 768px) {
      .popover.embedded.persistent {
        display: none; } }
    .popover.embedded.persistent .popover-content-container {
      background-color: white;
      float: left;
      height: 100%; }
    .popover.embedded.persistent > * {
      margin-top: 1rem; }
  .popover.embedded .popover-content {
    padding: 0; }

/* sprites*/
.awsmp-logo-background {
  background: url("/asset/img/awsmplogo2.svg") no-repeat;
  width: 201px;
  background-position-y: center;
  background-position-x: center; }

.awsmp-logo {
  height: 25px;
  display: inline-block;
  vertical-align: middle; }

.pmp-logo-img {
  max-width: 10rem;
  height: 3rem;
  vertical-align: middle;
  margin-bottom: 2rem;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover; }

.pmp-logo-text {
  font-family: Ember;
  font-size: 1.8rem !important;
  color: #AAB7B8;
  letter-spacing: 0.001rem;
  font-weight: lighter !important; }

.search-icon {
  background: url("/asset/img/sprites.png") no-repeat no-repeat -230px -114px;
  height: 22px;
  width: 22px; }

table {
  border-collapse: collapse; }

img {
  border: none; }

awsmp-chrome-header-wrapper {
  height: auto !important; }

@media (min-width: 768px) and (max-width: 1113px) {
  awsmp-chrome-header,
  awsmp-chrome-header-wrapper {
    margin-bottom: 25px; } }

@media (min-width: 1114px) {
  awsmp-chrome-header,
  awsmp-chrome-header-wrapper {
    margin-bottom: auto; } }

