﻿.normal-letter-spacing {
    letter-spacing: normal;
}
.EPiServerForms .Form__MainBody .FormChoice--Image__Item img {
    max-width: 80%;
}
.EPiServerForms .Form__MainBody .FormChoice--Image__Item{margin-right: 50px !important;}
.EPiServerForms .Form__MainBody .FormChoice--Image__Item__Caption {
    display:none;
}
.EPiServerForms .Form__MainBody .FormChoice div.Form__Element__Caption {
    width:100%;
}

.EPiServerForms .Form__MainBody .FormSubmitButton img{max-width:100px}
 
.EPiServerForms .Form__MainBody .FormChoice label
{
    display:inline-block;
}

.EPiServerForms { letter-spacing: normal; }
.EPiServerForms  img{max-width:300px;}
.EPiServerForms .FormChoice--Image__Item{margin-right: 50px !important;}
.EPiServerForms .FormSubmitButton img{max-width:100px}
@media only screen and (min-width: 768px) {
    .c-block-grid--twelve-col .c-block-grid__item--widesplit {
        width: 100%;
    }
}

@media only screen and (min-width: 1280px) {
    .c-block-grid--twelve-col .c-block-grid__item--widesplit {
        width: 50%;
    }

    .c-block-grid__item--standard .vertical_text{
        height: 35vw;
        max-height: 34.375rem; 
    }
}

.c-text-card-list {
    height: 100%;
}

.c-comment {
    background-color: white;
    padding: 20px;
    position: relative;
}

.c-comment__link.reply {
    font-size: 14px;
    font-weight: bold;
    background-color: rgba(120, 185, 231, .2);
    border-radius: 20%/60%;
    padding: 0 7px;
    cursor: pointer;
}

.reply-count {
    font-size: 14px;
    font-weight: 600;
    color: #444444;
    display: inline-block;
    text-align: center;
}

.reply-button-container {
    display: inline;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #000000;
}

.show-more {
    border-left: 1px solid black;
    padding-left: 15px;
    margin-left: 15px;
    cursor: pointer;
}

div.c-comment__link {
    position: relative;
}

.pseudo-hr {
    display: inline-block;
    height: 1px;
    background: rgba(68, 68, 68, .2);
    position: absolute;
    top: 10px;
    right: 0;
}

div.c-comment__link.none::after {
    width: calc(100% - 250px);
}

div.c-comment__link.no-show::after {
    width: calc(100% - 250px);
}

.no-show .reply-count {
    border-right: none;
}

.form-comment-flag {
    float: none;
    margin: 0;
    direction: rtl;
}

.comment-info {
    text-align: left;
}

.e-profile__text.comment-info {
    padding-left: 10px;
}

.c-comment__body {
    padding-top: 20px;
    margin-bottom: 30px !important;
}

.c-comment--reply {
    border: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: none;
    padding-left: 30px;
    padding-top: 35px;
    padding-right: 0;
}

.c-comment--reply::before {
    content: '';
    height: calc(100% - 25px);
    background: rgba(59, 59, 59, .6);
    width: 1px;
    position: absolute;
    left: 15px;
    top: 70px;
    cursor: default;
    z-index: 1;
}

.c-comment--reply:last-child::before {
    height: calc(100% - 70px);
}

.c-comment--reply .c-comment--reply {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.c-comment--reply .c-comment--reply::before {
    background: rgba(59, 59, 59, .4);
}

.comment-date {
    font-size: 12px;
    font-weight: 600;
    color: #9a9a9a;
}

.e-profile__link a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #007dc6;
}

.reply-bubble {
    position: relative;
    width: 100%;
    padding: 0px;
    background: #FFFFFF;
    border: #0070bc solid 1px;
    border-radius: 0 5px 5px;
}

.reply-bubble::before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -1px;
    top: -31px;
    border-style: solid;
    border-width: 30px 0 0 30px;
    border-color: #FFF #FFF #FFF #0070bc;
}

.reply-bubble::after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    top: -29px;
    border-style: solid;
    border-width: 29px 0 0 29px;
    border-color: transparent transparent #FFF #FFF;
}

.reply-bubble .e-form-text__input {
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 5px;
    display: block;
}

.bubble-container {
    padding-top: 40px;
}

.no-tail-bubble {
    border: #0070bc solid 1px;
    border-radius: 5px;
}

.comment-flag {
    color: #007dc6;
    text-decoration: none;
    display: table;
    cursor: pointer;
}

.flag-container {
    width: 100%;
    direction: rtl;
}

.close-error-modal-comment,
.close-error-modal,
.btn-close-modal {
  color: #aaaaaa;
  font-size: 25px;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}

.close-error-modal-comment,
.close-error-modal,
.btn-close-modal:hover {
  color: #919191;
}

.error-modal-bg-comment,
.error-modal-bg {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.flag-modal-bg, .validation-modal-bg {
  content: "";
  display: none;
  background: rgba(255, 255, 255, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.error-modal-dialog-comment,
.error-modal-dialog,
.comments-modal-dialog {
  display: none;
  background: #fefefe;
  margin-left: -200px;
  position: fixed;
  left: 50%;
  top: 35%;
  z-index: 11;
  width: 360px;
}

.error-modal-body-comment,
.error-modal-body,
.modal-body {
    text-align: center;
    padding: 20px;
}

.error-modal-header-comment,
.error-modal-header,
.error-modal-footer-comment,
.error-modal-footer,
.modal-header,
.modal-footer {
  padding: 10px 20px;
}

.error-modal-header-comment,
.error-modal-header,
.modal-header {
  text-align: center;
}
.error-modal-header-comment h2,
.error-modal-header h2,
.modal-header h2 {
  font-size: 20px;
  margin: 0;
}

.error-modal-footer-comment,
.error-modal-footer,
.modal-footer {
  text-align: center;
}

#flags {
    list-style: none;
    text-align: center;
}

#image-list-wrapper {
    text-align: center;
    background: #fff;
    border-radius: 5px;
    padding: 10px 10px 5px 10px;
    display: none;
}

.c-comment-listing__polaroid {
    margin: 0;
    padding: 0;
    box-shadow: none;
    display: inline;
}

@font-face {
  font-family: 'walmartepi';
  src:  url('fonts/walmartepi.eot?4jfzbv');
  src:  url('fonts/walmartepi.eot?4jfzbv#iefix') format('embedded-opentype'),
    url('../../fonts/walmartepi.ttf?4jfzbv') format('truetype'),
    url('../../fonts/walmartepi.woff?4jfzbv') format('woff'),
    url('fonts/walmartepi.svg?4jfzbv#walmartepi') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'walmartepi' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-alert-triangle:before {
  content: "\e900";
}
.icon-close:before {
  content: "\e901";
}
.icon-close-circle:before {
  content: "\e902";
}
.icon-comment-removed:before {
  content: "\e903";
}
.icon-flag:before {
  content: "\e904";
}
.icon-left-arrow:before {
  content: "\e905";
}
.icon-left-arrow-circle:before {
  content: "\e906";
}
.icon-media:before {
  content: "\e907";
}
.icon-media-circle:before {
  content: "\e908";
}
.icon-media-removed:before {
  content: "\e909";
}
.icon-reply:before {
  content: "\e90a";
}
.icon-right-arrow:before {
  content: "\e90b";
}
.icon-right-arrow-circle:before {
  content: "\e90c";
}
.icon-thumbs-down:before {
  content: "\e90d";
}
.icon-thumbs-up:before {
  content: "\e90e";
}
.icon-waiting-approval:before {
  content: "\e90f";
}
.icon-zoom-in:before {
  content: "\e910";
}
.icon-zoom-in-circle:before {
  content: "\e911";
}

.media-block {
    width: 17%;
    display: inline-block;
    background: rgba(0, 0, 0, .1);
    position: relative;
    vertical-align: top;
}

.media-block + .media-block {
    margin-left: 10px;
}

.upload-media-icon,
.remove-media-icon,
.ldg-indicator {
    font-size: 45px !important;
    position: absolute;
    top: calc(50% - 22.5px);
    right: calc(50% - 22.5px);
    z-index: 1;
    cursor: pointer;
}

.upload-media-icon,
.remove-media-icon {
    color: #ADADAD;
}

.ldg-indicator {
    color: #007DC6;
}

.upload-media-input {
    display: none;
}

textarea {
    resize: none;
}

.view-media-container {
    height: 400px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.view-media-block + .view-media-block {
    margin-left: 5px;
}

.view-media-block {
    width: 32%;
    display: inline-block;
    background-color: #f2f2f2;
    height: 100%;
    position: relative;
    flex-grow: 1;
    opacity: .99;
}

.view-media-block a::before {
    color: white;
    content: "\25B6";
    opacity: 0.6;
    position: absolute;
    text-shadow: 0 3px black;
    z-index: 100;
    font-size:30px;
    position:absolute;
    left:49%;
    top:45%;
    cursor: pointer;
}

.view-media-block a.no-play-button::before {
    display: none;
}

.view-media-block img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.c-comment__media {
    max-height: 100%;
    max-width: 100%;
}

.view-media-block .icon-zoom-in-circle {
    font-size: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 2;
    color: #ADADAD;
}

.gallery {
  display: none;
  position: fixed;
  z-index: 2;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,.9);;
}

.gallery-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #f2f2f2;
    margin: auto;
    padding: 0;
    width: 80%;
    height: 70%;
}

.gallery-close {
  position: absolute;
  top: -21px;
  right: -21px;
  font-size: 42px;
  color: #ADADAD;
  z-index: 5;
  cursor: pointer;
}

.gallery-slide {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%
}

.gallery-slide .c-comment__media {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 21px);
  color: #007bc6;
  font-size: 42px;
  z-index: 2;
}

.prev {
    left: -21px;
}

.next {
    right: -21px;
}

.gallery-number-text {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -30px;
    font-size: 14px;
    color: #fff;
}

.no-box-shadow {
    box-shadow: none;
}
.submit-error-container, 
.moderation-error-container {
    display: none;
    text-align: center;
}

.moderation-error-container {
    margin-bottom: 5px;
}

.submit-error-container span,
.moderation-error-container span {
    display: block;
    color: #ff0000
}

.submit-error-text,
.moderation-error-text {
    font-size: 16px;
}

.submit-error-container .icon-alert{
    width: 30px;
}

.c-comment-listing__submit {
    margin-top: 20px;
    margin-bottom: 5px;
}

.submit-error-container .icon-alert-triangle,
.moderation-error-container .icon-alert-triangle {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
}

.listing-show-more-container .c-comment-listing__showmore {
    display: inline-block;
    cursor: pointer;
}

.listing-show-more-container {
    text-align: center;
}

.char-count-container {
    display: flex;
    flex-direction: row-reverse
}

.icon-reply {
    display: none;
}

.c-comment--reply .icon-reply {
    display: inline;
    position: absolute;
    left: 5px;
    top: 40px;
    font-size: 25px;
    color: rgba(59, 59, 59, .6);
}

.c-comment--reply .c-comment--reply .icon-reply {
    color: rgba(59, 59, 59, .4);
}

.c-comment-listing__items {
    overflow: visible;
}

.c-comment.c-comment--reply {
    padding-bottom: 0;
}

.c-comment-listing__form.c-comment-listing-reply {
    margin-bottom: 0;
    padding-bottom: 0;
}

.c-comment-listing__polaroid img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.speech-bubble {
    position: relative;
    padding: 15px;
    margin: 1em 0 3em;
    border: 2px solid #000;
    color: #333;
    background: #fff;
    border-radius: 10px;
    width: 200px;
}

.speech-bubble:before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 10px;
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: #000 transparent;
    display: block;
    width: 0;
}
.speech-bubble:after {
    content: "";
    position: absolute;
    bottom: -13px;
    right: 17px;
    border-width: 13px 13px 0;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0;
}

.comment-flag::before {
    z-index: 15;
}

.validation-dropdown-menu:before, .flag-dropdown-menu:before {
  content: "";
  position: absolute;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #FFF #FFF transparent;
  right: -10px;
  top: calc(50% - 10px);
  transform: rotate(-45deg);
  box-shadow: 3px 3px 5px rgba(200, 200, 200, 0.6);
}

.validation-dropdown-menu, .flag-dropdown-menu {
  visibility: hidden;
  padding: 0;
  color: #76a6e6;
  width: 100%;
  max-width: 200px;
  margin: 0;
  position: absolute;
  z-index: 15;
  right: 55px;
  top: 23px;
  box-shadow: 0 0 5px 2px rgba(200, 200, 200, 0.6);
}

.validation-dropdown-menu li, .flag-dropdown-menu li {
  list-style-type: none;
  float: none;
  display: block;
  padding: 12px;
  border-bottom: 1px solid rgba(68, 68, 68, 0.2);
  box-shadow: 0 0 0 0;
  background: #FFFFFF;
  cursor: pointer;
}

.flag-dropdown-menu li.title{  
  cursor: default;
  color: #000;
}

.validation-dropdown-menu li:last-child, .flag-dropdown-menu li:last-child {
  border-bottom: 0;
}

.validation-dropdown-menu img {
    max-height: 30px;
    vertical-align: middle;
    max-width: 30px;
}

.validation-dropdown {
    margin: 0;
}

.validation-dropdown .validation-dropdown-menu {
    opacity: 0;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}

.validation-dropdown .validation-dropdown-menu li {
    color: #76a6e6;
}

.validation-dropdown .validation-dropdown-menu li:before {
    display: none;
}

.validation-dropdown.active .validation-dropdown-menu .text {
    display: inline-block;
    width: calc(100% - 40px);
    vertical-align: middle;
    margin: 0;
}

.validation-dropdown.active .validation-dropdown-menu {
    opacity: 1;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    visibility: visible;
}

.open {
  visibility: visible;
}

.show-more-ldg.fa-spinner {
    display: none;
    z-index: 15;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #007DC6;
}

.comment-body {
    white-space: pre-line;
}

.gallery-slide .video-js.c-card__video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.zoom-background {
    height: 34px;
    width: 34px;
    border-radius: 17px;
    background: #000000;
    position: absolute;
    right: 14px;
    top: 13px;
    z-index: 1;
}

.close-background {
    height: 34px;
    width: 34px;
    border-radius: 17px;
    background: #000000;
    position: absolute;
    right: -21px;
    top: -21px;
    z-index: 1;
}

.prev-background {
    height: 34px;
    width: 34px;
    border-radius: 17px;
    background: #FFFFFF;
    position: absolute;
    left: -18px;
    top: calc(50% - 17px);
    z-index: 1;
}

.next-background {
    height: 34px;
    width: 34px;
    border-radius: 17px;
    background: #FFFFFF;
    position: absolute;
    right: -18px;
    top: calc(50% - 18px);
    z-index: 1;
}

.upload-delete-bg {
    height: 34px;
    width: 34px;
    border-radius: 17px;
    background: #000000;
    position: absolute;
    top: calc(50% - 18px);
    right: calc(50% - 18px);
    z-index: 1;
}

.no-tail-bubble .e-form-text__input {
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 5px;
}

.e-form-text__input {
    display: inline-block;
}

.upload-media-button {
    display: flex;
    background: rgba(0, 0, 0, .1);
    padding: 5px 20px 5px 20px;
    vertical-align: top;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    height: 48px;
    cursor: pointer;
}

.upload-media-button span {
    display: block;
    color: #007dc6;
    font-size: 14px;
    white-space: nowrap;
}

.upload-media-button span:first-child {
    font-weight: bold;
}

.upload-media-button div {
    display: inline-block;
}

.upload-media-button .icon-media {
    display: inline;
    font-size: 30px;
    color: #000000;
    margin-left: 10px;
    margin-top: 5px;
}

/* IE 10 hack */
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .upload-media-button .icon-media {
        padding-right: 40px
    }
 }

.e-form-text__wrap {
    background: #FFFFFF;
    display: flex;
    flex-direction: row;
}

.c-comment__body .icon-comment-removed {
    display: inline-block;
    font-size: 25px;
    margin: 10px 20px 10px 10px;
}

.moderated {
    display: inline-block;
    color: #FF0000;
    font-weight: 400;
    font-size: 16px;
    white-space: nowrap;
    padding-right: 20px;
    vertical-align: super;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.moderated-container {
    display: flex;
    background-color: #f2f2f2;
    margin: 0;
    white-space: nowrap;
    width: 100%;
    flex-direction: row;
    align-items: center;
}

.guidelines-message {
    margin-bottom: 1.25rem;
}

.c-block-grid__item {
    list-style-position: inside;
}

.gallery-slide > div {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
    .e-form-text__wrap {
        align-items: stretch !important;
    }
}

@media (max-width: 768px){
    .c-comment--reply .icon-reply {
        left: -5px;
    }

    .c-comment--reply::before {
        left: 7px;
    }

    .c-comment--reply .c-comment__body,
    .c-comment--reply .c-comment__author,
    .c-comment--reply .reply-bar {
        margin-left: 22px;
    }

    .c-comment--reply .c-comment--reply .icon-reply {
        left: 10px;
    }

    .c-comment--reply .c-comment--reply::before {
        left: 20px;
    }

    .c-comment--reply .c-comment--reply .c-comment__body,
    .c-comment--reply .c-comment--reply .c-comment__author,
    .c-comment--reply .c-comment--reply .c-comment__link {
        margin-left: 37px;
    }

    .c-block-grid__item-inner.vertical_text {
        height: auto;
    }

    .e-form-text__wrap {
        flex-direction: column !important;
        align-items: center;
    }

    .upload-media-button {
        margin-right: 0;
    }

    .c-comment {
        padding-left: 10px;
        padding-right: 10px;
    }

    .reply-button-container {
        padding-right: 10px;
        margin-right: 10px;
    }

    .view-media-container {
        height: 150px;
    }

    .media-block {
        width: 32%;
    }

    .media-block + .media-block {
        margin-left: 2%;
    }

    .gallery-close {
        right: calc(50% - 21px);
    }

    .close-background {
        right: calc(50% - 18px);
    }

    .prev,
    .next {
        bottom: -60px;
        top: initial;
    }

    .prev-background {
        bottom: -56px;
        top: initial;
        left: calc(40% - 18px);
    }

    .next-background {
        bottom: -56px;
        top: initial;
        right: calc(40% - 18px);
    }

    .prev {
        left: calc(40% - 21px);
    }

    .next {
        right: calc(40% - 21px);
    }

    .gallery-number-text {
        bottom: -48px;
    }

    .gallery-content {
        width: 100%;
    }
}

.c-supporting-cta-list {
    margin-bottom: inherit;
}

.mobile-hidden {
    display: none;
}

@media only screen and (min-width: 768px) {
    .mfp-container {
        width: 86%;
        left: 7%;
    }
}


.termsCondition img {
        border-radius: 20px 0 0 20px;
        width: 100%;
    }

.termsCondition a { text-decoration: none; }

.termsCondition h3 { margin-bottom: 0.5rem; }

.termsCondition input[type="radio"] {
    margin: 0 20px 0 0;
    margin-top: 0;
    width: 13px;
}

.termsCondition .c-tab-control {
    border-bottom: 1px solid rgba(0, 0, 0, 0.0980392);
    border-radius: 5px;
}

.termsCondition > div:first-child {
    width : 40%;
}

.termsCondition > div:last-child{
    width : 60%;
}

.termsCondition .c-tab-control p { margin: 0; }

.termsCondition .warning { color: red; }

@media only screen and (max-width: 767px) {
    .c-block-grid--twelve-col .c-block-grid__item--widesplit {
        width: 100%;
    }

    .termsCondition > div:first-child {
        width : 100%;
    }   

    .termsCondition > div:last-child{
        width : 100%;
    }
}

div form {
    letter-spacing: normal;
}

span.externalLink {
    background: url(/images/icon/icon_external-white-v1.png) 50% 50% no-repeat;
    box-sizing: border-box;
    display: inline-block;
    text-indent: -9999px;
    width: 30px;
}

span.OnNetwork {
    background: transparent url(/images/icon/on-network-icon-grey-small.png) 100% 50% no-repeat;
    padding: 6px 20px 5px 0;
    width: 10px;
    height: auto;
}

.e-richtext a.external {
    display: inline !important;
}
a.external {
    background: transparent url(/images/global/icon_external.png) 100% 50% no-repeat;
    padding: 6px 20px 5px 0;
    display: table-cell; 
}

.admin-media-container {
    width: 100%;
    text-align: left;
    background-color: #f2f2f2;
    margin-top: 10px;
}
.admin-media-container .admin-media-panel {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 20px;
    vertical-align: top;
    height: 350px;
    max-height: 350px;
    position: relative;
    border-bottom: solid 6px #fff;
}

.admin-media-container .admin-media-panel video {
    width: 100%;
    max-height: 310px;
}

.admin-media-container .admin-media-panel img {
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 310px;
}

.admin-media-container .admin-media-panel .admin-video {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

ul.c-text-card-list {
    flex-wrap: wrap;
}

@media only screen and (min-width: 980px) {
    .admin-media-container {
        min-width: 1000px;
    }

    .admin-media-container .admin-media-panel video,
    .admin-media-container .admin-media-panel img {
        max-height: 360px;
    }

    .admin-media-container .admin-media-panel {
        height: 400px;
        max-height: 400px;
        padding: 20px 10px;
    }
    
    .admin-media-container.count--2 .admin-media-panel {
        width: calc(50% - 2px);
        border-bottom: none;
    }

    .admin-media-container.count--2 .admin-media-panel:first-child {
        border-right: solid 6px #fff;
    }

    .admin-media-container.count--3 .admin-media-panel {
        width: 33%;
        border-right: solid 6px #fff;
        border-bottom: none;
    }

    .admin-media-container.count--3 .admin-media-panel:last-child {
        border-right: none;
    }
}

.c-comment-listing__polaroid canvas {
    max-height: 100%;
    max-width: 100%;
}

/****************************************
***** ContentArea name **********
****************************************/
.contentareaname 
{
    position: absolute;
    z-index: 999999;
    letter-spacing: 0;
    font-style: italic;
    opacity: 0.5;
}

.e-secondary-nav__login .e-header-list {
    max-height: 3rem;
    overflow-y: hidden;
    max-width: 10rem;
    overflow-x: hidden;
    white-space:nowrap;
}

.e-header-list-two:first-child {
    margin-bottom: 1rem !important;
}

.e-header-list-two {
    margin-bottom: 0.1rem !important;
}

.e-header-list-more-than-two {
    margin-bottom: 0.03rem !important;
    margin-top: 0px !important;
}

.e-header-list__ellipsis {
    position: relative;
    height: 16px;
    width: 140px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
}

.c-in-page-nav__item--has-children .left-nav-item-container {
    padding-right: 44px;
}
.c-in-page-nav__item--no-children .left-nav-item-container {
    padding-right: 0px !important;
}
.left-nav-item-container {
    border-top: 1px solid #cccccc;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
@media only screen and (min-width: 960px) {
    .left-nav .c-in-page-nav__link {
        border-top: none;
    }
}
.left-nav-icon {
    height: 44px;
    width: 44px;
}

.article-date{
    font-size: 14px;
    font-weight: 600;
    color: #444444;
}

.article-author {
    text-align: left;
    padding-left: 0;
    font-size: 14px;
}
.e-supporting-cta--icon-secondary-onNetwork_link {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 15px;
    height: auto;
    text-decoration: inherit;
    text-transform: none;
    margin-left: 20px;
    position: absolute;
    right: 0.700rem;
    height: 10.69px;
    background: transparent url(/images/icon/on-network-icon-black.png) no-repeat;
    background-size: cover;
}
.e-supporting-cta--icon-primary-on_network .onNetworkLeftIcon {
    display: inline-block;
    vertical-align: middle;
    display: block !important;
    position: absolute;
    top: 0.999rem;
    transition: color 0.25s ease;
    left: 0.625rem;
    color: red;
    width: 15px;
    height: 10.69px;
    background: transparent url(/images/icon/on-network-icon-red.png) no-repeat;
    background-size: cover;
}
.e-richtext a.OnNetwork {
    display: inline !important;
}

a.OnNetwork {
    background: transparent url(/images/icon/on-network-icon-grey-small.png) 100% 50% no-repeat;
    padding: 6px 20px 5px 0;
    display: table-cell;
    width: 15px;
    height: auto;
}
/*.js .c-in-page-nav__wrap--is-collapsed .c-in-page-nav__list {
    display: block;
}*/
.leftNav-ExternalLink {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 15px;
    height: auto;
    text-decoration: inherit;
    text-transform: none;
    margin-left: 20px;
    position: absolute;
    right: 5rem;
    top: 1.2rem;
}
.leftNav-OnNetwork {
    right: 3.5rem;
    top: 1.2rem;
}

li.c-supporting-cta-list__item:hover i {
    background: transparent url(/images/icon/on-network-icon-white.png) no-repeat;
    background-size: cover;
}

.c-in-page-nav__item--no-children .leftNav-ExternalLink {
    right: 3rem;
}
.c-in-page-nav__item--no-children .leftNav-OnNetwork {
    right: 1.5rem;
}


@media only screen and (max-width: 768px) {
    .gallery-iframed .gallery-content {
        width: calc(100% - 40px);
        height: 500px;
        top:40px;
        transform:none;
        left:20px;
    }
}

@media only screen and (orientation:landscape) and (max-width: 823px) {
    .gallery-iframed .gallery-content {
        width: calc(100% - 40px);
        height: 300px;
        top: 40px;
        transform: none;
        left: 20px;
    }
}