@media (max-width: 768px) {
  .c-tab-header__title {
    margin-bottom: 20px;
    width: 100%;
  }
}

.c-tab-header__actions {
  float: right;
  text-align: right;
  width: 70%;
}

@media (max-width: 768px) {
  .c-tab-header__actions {
    text-align: left;
    width: 100%;
  }
}

.c-table-wrapper {
  position: relative;
  margin-bottom: 30px;
}

.c-table-wrapper:after {
  background-color: rgba(0,0,0,0);
  background-image: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
  bottom: 0;
  content: "";
  display: none;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}

.c-table-wrapper__inner {
  width: 100%;
}

.c-table-wrapper.is-overflowed:after {
  display: block;
}

.c-table-wrapper.is-overflowed .c-table-wrapper__inner {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
}

.c-tile {
  background: #fff;
  color: #222;
  margin-bottom: 2px;
  padding: 25px;
  position: relative;
}

.c-tile__img {
  padding: 0;
  position: relative;
}

.c-tile__bg-img {
  -ms-behavior: url("/backgroundsize.min.htc");
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-tile__title-block {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.c-tile__title-block>* {
  display: table-cell;
  vertical-align: top;
}

.c-tile__title-block>*:first-child {
  padding-top: 5px;
  padding-right: 20px;
}

.c-tile__title-block>*:last-child {
  width: 200px;
  text-align: right;
}

.c-tile__title-block>*:last-child [class*="c-btn"] {
  margin-bottom: 10px;
}

.c-tile__title-block.is_halves>*,
.c-tile__title-block.is_halves>*:first-child,
.c-tile__title-block.is_halves>*:last-child {
  width: 50%;
}

.c-tile__title {
  font-size: 1.125em;
  margin-bottom: 10px;
}

.c-tile__description {
  font-size: .875em;
  letter-spacing: 0.05em;
}

.c-tile__description p:last-child {
  margin-bottom: 0;
}

.c-tile--dark {
  background: #222;
  color: #fff;
}

.c-tile--dark .c-btn.is-grey:before,
.c-tile--dark .is-grey.c-form-button-toggle.is-selected:before {
  background: #A5AAAD !important;
  border-color: #A5AAAD !important;
}

.c-tile--base-layout {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.c-tile--base-layout>* {
  display: table-cell;
  vertical-align: middle;
}

.c-tile--base-layout>*:last-child:not(:first-child) {
  text-align: right;
  width: 200px;
}

@media (max-width: 600px) {
  .c-tile--base-layout {
    display: block;
  }

  .c-tile--base-layout>*,
  .c-tile--base-layout>*:last-child {
    display: block;
    text-align: left;
    width: 100%;
  }

  .c-tile--base-layout>*:last-child {
    margin-top: 20px;
  }
}

.c-tile--img-layout {
  display: table;
  margin-bottom: 0;
  min-height: 180px;
  padding: 0;
  table-layout: fixed;
  width: 100%;
  border-bottom: 1px solid #DBDDDE;
}

.c-tile--img-layout>*:first-child {
  width: 30%;
}

.c-tile--img-layout>* {
  display: table-cell;
  vertical-align: top;
  padding: 25px;
}

@media (max-width: 960px) {
  .c-tile--img-layout>*:first-child {
    width: 40%;
  }

  .c-tile--img-layout .__title_block {
    display: block;
    margin-bottom: 20px;
  }

  .c-tile--img-layout .__title_block>*,
  .c-tile--img-layout .__title_block>*:first-child,
  .c-tile--img-layout .__title_block>*:last-child {
    display: block;
    padding: 0;
    text-align: left;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .c-tile--img-layout>* {
    display: block;
    padding: 20px;
    width: 100%;
  }

  .c-tile--img-layout .c-tile__img {
    display: block;
    height: 80px;
    left: 0;
    margin: 20px;
    position: absolute;
    top: 0;
    width: 80px;
  }

  .c-tile--img-layout .c-tile__bg-img {
    border-radius: 80px;
    overflow: hidden;
  }

  .c-tile--img-layout .c-tile__title-block>*:first-child {
    display: table;
    height: 80px;
    margin-bottom: 15px;
    padding-left: 100px;
    table-layout: fixed;
  }

  .c-tile--img-layout .c-tile__title-block>*:first-child>* {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }

  .c-tile--img-layout .c-tile__title-block [class*="c-btn"] {
    margin-right: 10px;
  }
}

@media (max-width: 600px) {
  .c-tile--slim-padding {
    padding: 20px;
  }
}

.c-user-message {
  background-color: #CED5E6;
  color: #222;
  margin-top: 30px;
}

.c-user-message__head {
  background-color: #26458B;
  color: #fff;
  padding: 8px 20px;
  position: relative;
  text-align: center;
}

.c-user-message__head h2 {
  position: relative;
  text-align: left;
  display: inline-block;
}

@media (max-width: 600px) {
  .c-user-message__head h2 {
    float: none;
    padding-left: 35px;
    font-size: 14px;
  }
}

.c-user-message__head h2:before {
  font-size: 22px;
  margin-top: -12px;
  position: absolute;
  right: 100%;
  top: 50%;
  line-height: 1;
  margin-right: 10px;
  vertical-align: middle;
}

@media (max-width: 600px) {
  .c-user-message__head h2:before {
    right: auto;
    left: -4px;
  }
}

.c-user-message__content {
  zoom: 1;
  font-size: 14px;
  padding: 30px;
  position: relative;
}

.c-user-message__content:before,
.c-user-message__content:after {
  content: "";
  display: table;
}

.c-user-message__content:after {
  clear: both;
}

@media (max-width: 600px) {
  .c-user-message__content {
    padding: 20px;
  }
}

.c-user-message__content b,
.c-user-message__content strong {
  font-weight: bold;
}

.c-user-message__content i,
.c-user-message__content em {
  font-style: italic;
}

.c-user-message__content p:last-child:last-of-type {
  margin-bottom: 0;
}

.c-user-message__content [class*="c-btn"] {
  white-space: nowrap;
}

@media (max-width: 450px) {
  .c-user-message__content [class*="c-btn"] {
    width: 100%;
    white-space: normal;
  }
}

.c-user-message__content a:not([class*="c-btn"]) {
  display: inline;
  color: inherit;
  line-height: inherit;
  text-decoration: underline;
  text-transform: none;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

.c-user-message__content a:not([class*="c-btn"]):hover {
  text-decoration: none;
}

.c-user-message__body {
  margin-bottom: 0;
  text-align: left;
}

@media (max-width: 768px) {
  .c-user-message__body {
    margin-bottom: 20px;
  }
}

.c-user-message__body ul:last-of-type:last-child {
  margin-bottom: 0;
}

.c-user-message__action {
  line-height: 1;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 600px) {
  .c-user-message__action {
    right: 0;
  }
}

.c-user-message--green {
  background-color: #f4fdf3;
}

.c-user-message--green .c-user-message__head {
  background-color: #0D911F;
}

.c-user-message--orange {
  background-color: #fde6d1;
}

.c-user-message--orange .c-user-message__head {
  background-color: #e67009;
}

.c-user-message--no-icon .c-user-message__head {
  padding-left: 0;
}

.c-user-message--no-icon .c-user-message__head h2 {
  padding-left: 0;
}

.c-user-message--no-icon .c-user-message__head h2:before {
  display: none;
}

.c-user-note {
  background-color: #222;
  color: #fff;
  display: table;
  font-weight: bold;
  margin-bottom: 25px;
  min-height: 300px;
  text-align: center;
  width: 100%;
}

@-moz-document url-prefix()  {
  .c-user-note {
    height: 300px;
  }
}

.c-user-note__content {
  display: table-cell;
  vertical-align: middle;
}

.c-user-note.is-slim {
  margin-bottom: 0;
  min-height: 2em;
  padding-top: 0.25em;
}

.c-user-note.is-light {
  background-color: #fff;
  color: #222;
}

.c-video-frame {
  display: block;
  background: #5C5F61;
  transition: all 400ms ease-in-out !important;
}

@media (max-width: 600px) {
  .c-video-frame {
    margin: 15px;
  }
}

.c-video-frame__container {
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
  transition: padding-bottom 400ms ease-in-out;
}

.has-video .c-video-frame__container {
  transition: padding-bottom 400ms ease-in-out !important;
}

.c-video-frame__play-btn {
  border-radius: 70px;
  background: transparent;
  border: 2px solid #fff;
  content: "";
  display: block;
  height: 80px;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  position: absolute;
  top: 50%;
  transition: background 300ms cubic-bezier(0.165, 0.84, 0.44, 1),opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s,-webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  transition: background 300ms cubic-bezier(0.165, 0.84, 0.44, 1),transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s,opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  transition: background 300ms cubic-bezier(0.165, 0.84, 0.44, 1),transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s,opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s,-webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  width: 80px;
  z-index: 6;
}

@media (max-width: 600px) {
  .c-video-frame__play-btn {
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
    width: 70px;
  }
}

.c-video-frame__play-btn:after {
  border-bottom: solid 12px transparent;
  border-left: solid 18px #fff;
  border-top: solid 12px transparent;
  content: "";
  display: block;
  left: 50%;
  margin-left: -6px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  transition: border 300ms cubic-bezier(0.165, 0.84, 0.44, 1),opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border 300ms cubic-bezier(0.165, 0.84, 0.44, 1),transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1),opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border 300ms cubic-bezier(0.165, 0.84, 0.44, 1),transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1),opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-video-frame__play-btn:focus {
  outline: none;
}

.c-video-frame__play-btn:hover {
  background: #fff;
}

.c-video-frame__play-btn:hover:after {
  border-left-color: #222;
}

.c-video-frame__bg-img {
  -ms-behavior: url("/backgroundsize.min.htc");
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-position: center;
  background-size: cover;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1),opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1),opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.c-video-frame__bg-img:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.15;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.lt-ie9 .c-video-frame__bg-img:after {
  display: none;
}

.c-video-frame.has-video:hover .c-video-frame__bg-img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.c-video-frame.has-video .c-video-frame__play-btn {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition-delay: 0s;
  pointer-events: none !important;
}

.lt-ie9 .c-video-frame.has-video .c-video-frame__play-btn {
  display: none;
}

.c-video-frame--shallow .c-video-frame__container {
  padding-bottom: 40%;
}

@media (max-width: 1024px) {
  .c-video-frame--shallow .c-video-frame__container {
    padding-bottom: 56.25%;
  }
}

.c-video-frame.u-video-full-height .c-video-frame__container {
  padding-bottom: 56.25%;
}

@media screen and (min-width: 1570px) {
  .c-video-frame--smaller .c-video-frame__container {
    height: 0;
    padding-bottom: 56.25%;
  }
}

@media (max-width: 600px) {
  .c-video-frame--smaller {
    padding: 0;
  }
}

@media screen and (min-width: 1570px) {
  .c-video-frame--normal-scaling .c-video-frame__container {
    height: 0;
    padding-bottom: 56.25%;
  }
}

.c-video-frame--simple {
  margin-bottom: 25px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.c-video-frame--simple iframe,
.c-video-frame--simple object,
.c-video-frame--simple embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-video-playlist {
  display: table;
  margin-bottom: 30px;
  table-layout: fixed;
  width: 100%;
}

@media (max-width: 960px) {
  .c-video-playlist {
    display: block;
  }
}

.c-video-playlist__overlay {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 25%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  transition: opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1),height 500ms cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1),height 500ms cubic-bezier(0.165, 0.84, 0.44, 1),transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1),height 500ms cubic-bezier(0.165, 0.84, 0.44, 1),transform 1s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  z-index: 5;
}

.lt-ie10 .c-video-playlist__overlay {
  -webkit-filter: none;
  filter: none;
}

.lt-ie9 .c-video-playlist__overlay {
  background: url(/images/elements/bg-black-25-percent.png) repeat;
}

.c-video-playlist__content {
  bottom: 0;
  left: 0;
  padding-right: 20px;
  position: absolute;
  text-shadow: 0 1px 1px rgba(0,0,0,0.8);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),visibility 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.5s;
  z-index: 10;
  visibility: visible;
}

.c-video-playlist__content a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 600px) {
  .c-video-playlist__content {
    padding-right: 0;
    width: 100%;
  }
}

.has-video .c-video-playlist__content {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0s;
  pointer-events: none;
}

.c-video-playlist__content-inner {
  padding: 30px;
  width: 100%;
  max-width: 960px;
}

.c-video-playlist__content-inner *:last-of-type:last-child {
  margin-bottom: 0;
}

.c-video-playlist__subtitle {
  margin-bottom: 5px;
  transition: opacity 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s,-webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: opacity 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s,transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: opacity 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s,transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s,-webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

@media (max-width: 768px) {
  .c-video-playlist__subtitle {
    font-size: 1.5rem;
  }
}

@media (max-width: 600px) {
  .c-video-playlist__subtitle {
    text-align: center;
  }
}

.c-video-playlist__title {
  line-height: 1;
  margin-left: -3px;
  transition: opacity 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s,-webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transition: opacity 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s,transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transition: opacity 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s,transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s,-webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}

@media (max-width: 768px) {
  .c-video-playlist__title {
    font-size: 2.25rem;
  }
}

@media (max-width: 600px) {
  .c-video-playlist__title {
    text-align: center;
  }
}

.c-video-playlist__btn-block {
  margin: 15px 0;
  transition: opacity 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.55s,-webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.55s;
  transition: opacity 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.55s,transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.55s;
  transition: opacity 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.55s,transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.55s,-webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.55s;
}

@media (max-width: 600px) {
  .c-video-playlist__btn-block {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
  }
}

@media (max-width: 450px) {
  .c-video-playlist__btn-block {
    margin-bottom: 0;
  }
}

.c-video-playlist__btn-block .icon_heading {
  margin-bottom: 10px;
}

.c-video-playlist__btn-block>* {
  vertical-align: middle;
  margin-right: 20px !important;
}

@media (max-width: 600px) {
  .c-video-playlist__btn-block>* {
    margin-right: 15px !important;
  }
}

@media (max-width: 450px) {
  .c-video-playlist__btn-block>* {
    margin-bottom: 15px !important;
  }
}

.c-video-playlist__btn-block>*:last-child {
  margin-right: 0 !important;
}

.c-video-playlist__info {
  transition: opacity 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s,-webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
  transition: opacity 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s,transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
  transition: opacity 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s,transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s,-webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
}

.c-video-playlist__info p {
  display: inline;
}

@media (max-width: 600px) {
  .c-video-playlist__info {
    text-align: center;
  }
}

@media (max-width: 450px) {
  .c-video-playlist__info {
    display: none;
  }
}

.c-video-playlist__player {
  background: #343434;
  display: table-cell;
  position: relative;
  vertical-align: top;
  overflow: hidden;
}

@media (max-width: 960px) {
  .c-video-playlist__player {
    margin-bottom: 10px;
    display: block;
    padding-right: 0;
  }
}

.c-video-playlist__player img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  position: relative;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  z-index: 0;
}

@media (max-width: 1280px) {
  .c-video-playlist__player img {
    width: auto;
    height: 500px;
    max-width: none;
  }
}

@media (max-width: 600px) {
  .c-video-playlist__player img {
    height: auto;
    width: 100%;
  }
}

.c-video-playlist__player .oo-control-bar-item img {
  width: auto;
}

.c-video-playlist__player.is-anim-out .c-video-playlist__overlay {
  opacity: 0;
  transition-delay: 0.4s;
}

.c-video-playlist__player.is-anim-out .c-video-playlist__btn-block,
.c-video-playlist__player.is-anim-out .c-video-playlist__title,
.c-video-playlist__player.is-anim-out .c-video-playlist__subtitle,
.c-video-playlist__player.is-anim-out .c-video-playlist__info {
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.5s;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

.c-video-playlist__player.is-anim-out .c-video-playlist__subtitle {
  transition-delay: 0s;
}

.c-video-playlist__player.is-anim-out .c-video-playlist__title {
  transition-delay: 0.1s;
}

.c-video-playlist__player.is-anim-out .c-video-playlist__btn-block {
  transition-delay: 0.25s;
}

.c-video-playlist__player.is-anim-out .c-video-playlist__info {
  transition-delay: 0.4s;
}

.c-video-playlist__player.is-anim-out .c-loader {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.lt-ie9 .c-video-playlist__player.is-anim-out .c-loader {
  display: block;
}

.c-video-playlist__player.is-anim-out img {
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition-delay: 0.5s;
}

.c-video-playlist__player.is-anim-in .c-video-playlist__btn-block,
.c-video-playlist__player.is-anim-in .c-video-playlist__title,
.c-video-playlist__player.is-anim-in .c-video-playlist__subtitle,
.c-video-playlist__player.is-anim-in .c-video-playlist__info {
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}

.c-video-playlist__controls-container {
  display: table-cell;
  padding-left: 15px;
  vertical-align: top;
  width: 280px;
}

@media (max-width: 960px) {
  .c-video-playlist__controls-container {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}

.c-video-playlist__controls {
  position: relative;
  overflow: hidden;
}

.c-video-playlist__controls:after {
  background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=1 );
  bottom: 0;
  content: "";
  display: none;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
}

@media (max-width: 960px) {
  .c-video-playlist__controls:after {
    display: block;
  }
}

.c-video-playlist__slideshow {
  padding-right: 8px;
}

@media (max-width: 960px) {
  .c-video-playlist__slideshow {
    max-height: 180px;
    overflow: hidden;
    padding-right: 0;
    position: relative;
  }
}

.c-video-playlist__nav-slide {
  -ms-behavior: url("/backgroundsize.min.htc");
  background-position: center top;
  background-size: cover;
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
  min-height: 180px;
  position: relative;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

@media (max-width: 960px) {
  .c-video-playlist__nav-slide {
    margin-bottom: 0;
    margin-right: 10px;
    width: 28.57%;
  }
}

@media (max-width: 768px) {
  .c-video-playlist__nav-slide {
    width: 40%;
  }
}

@media (max-width: 600px) {
  .c-video-playlist__nav-slide {
    width: 60%;
  }
}

.c-video-playlist__nav-slide:last-child {
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .c-video-playlist__nav-slide:last-child {
    margin-right: 0;
  }
}

.c-video-playlist__nav-slide:after {
  background: #910D2F;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 0;
  z-index: 12;
}

@media (max-width: 960px) {
  .c-video-playlist__nav-slide:after {
    bottom: 0;
    height: 0;
    top: auto;
    width: 100%;
  }
}

.c-video-playlist__nav-slide.is-active:after {
  width: 5px;
}

@media (max-width: 960px) {
  .c-video-playlist__nav-slide.is-active:after {
    height: 5px;
    width: 100%;
  }
}

.c-video-playlist__nav-slide-content {
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 15px 15px 20px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.c-video-playlist__nav-slide-title {
  font-size: 1em;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.c-video-playlist__nav-slide-title:after {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  margin-left: 1px;
  margin-top: 10px;
  width: 20px;
}

.c-video-playlist__nav-slide-overlay {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 25%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  transition: opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1),height 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  z-index: 10;
}

.lt-ie10 .c-video-playlist__nav-slide-overlay {
  -webkit-filter: none;
  filter: none;
}

.lt-ie9 .c-video-playlist__nav-slide-overlay {
  background: url(/images/elements/bg-black-25-percent.png) repeat;
}

.c-video-playlist .js-video-container {
  z-index: 100;
}

.js-video-frame .c-loader {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition-delay: 0.3s;
  z-index: 10;
}

.lt-ie9 .js-video-frame .c-loader {
  display: none;
}

.js-video-frame.has-video .c-loader {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.lt-ie9 .js-video-frame.has-video .c-loader {
  display: block;
}

.js-video-wrap,
.js-video-container,
.fluid-width-video-wrapper {
  background-color: #000;
  height: 100%;
  left: 0;
  padding-top: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
}

.js-video-wrap .innerWrapper,
.js-video-container .innerWrapper,
.fluid-width-video-wrapper .innerWrapper {
  background-color: #000;
  bottom: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.js-video-wrap .video,
.js-video-container .video,
.fluid-width-video-wrapper .video {
  height: 100%;
  width: 100%;
}

.oo-player-container {
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  left: 50%;
}

.fluid-width-video-wrapper {
  z-index: 100;
}

.js-video-close {
  right: 20px;
  position: absolute;
  top: 20px;
  z-index: 999999;
}

.js-video-wrap {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.js-video-wrap.is-open {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-delay: 0.5s;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 10;
}

.js-video-wrap.is-fullscreen {
  background: #000;
  bottom: 0;
  height: auto;
  position: fixed;
  top: 80px;
}

.js-video-wrap.is-fullscreen.is-open {
  z-index: 500;
}

.js-video-wrap.is-fullscreen .c-loader {
  z-index: 1000;
}

@media (max-width: 600px) {
  .js-video-wrap.is-fullscreen {
    top: 100px;
  }
}

.js-video-section {
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.js-video-section .js-video-hide-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.lt-ie9 .js-video-section .c-loader {
  display: none;
}

.js-video-section.is-active {
  max-height: 768px;
}

@media (max-width: 960px) {
  .js-video-section.is-active {
    height: 600px;
  }
}

@media (max-width: 768px) {
  .js-video-section.is-active {
    height: 400px;
  }
}

@media (max-width: 600px) {
  .js-video-section.is-active {
    height: 300px;
    margin-bottom: 30px;
  }
}

.js-video-section.is-active .c-loader {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

.js-video-section.is-active .js-video-hide-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

.js-video-section.has-slidelock.is-active {
  max-height: none;
  height: auto;
}

.js-visible-anim [data-visible] {
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1),transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1),transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.js-visible-anim [data-visible]>* {
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1),transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1),transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.js-visible-anim [data-visible*="slide-up"] {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.js-visible-anim [data-visible*="slide-up"].is-visible {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.js-visible-anim [data-visible*="zoom-in"] {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.js-visible-anim [data-visible*="zoom-in"].is-visible {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.js-visible-anim [data-visible*="fade-in"] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.js-visible-anim [data-visible*="fade-in"].is-visible {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.js-visible-anim [data-visible*="slide-up-list"]>* {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.js-visible-anim [data-visible*="slide-up-list"]>*:nth-child(2) {
  transition-delay: 0.15s;
}

.js-visible-anim [data-visible*="slide-up-list"]>*:nth-child(3) {
  transition-delay: 0.3s;
}

.js-visible-anim [data-visible*="slide-up-list"]>*:nth-child(4) {
  transition-delay: 0.45s;
}

.js-visible-anim [data-visible*="slide-up-list"]>*:nth-child(5) {
  transition-delay: 0.6s;
}

.js-visible-anim [data-visible*="slide-up-list"]>*:nth-child(6) {
  transition-delay: 0.75s;
}

.js-visible-anim [data-visible*="slide-up-list"]>*:nth-child(7) {
  transition-delay: 0.9s;
}

.js-visible-anim [data-visible*="slide-up-list"]>*:nth-child(8) {
  transition-delay: 1.05s;
}

.js-visible-anim [data-visible*="slide-up-list"]>*:nth-child(9) {
  transition-delay: 1.2s;
}

.js-visible-anim [data-visible*="slide-up-list"]>*:nth-child(10) {
  transition-delay: 1.35s;
}

.js-visible-anim [data-visible*="slide-up-list"]>*:nth-child(11) {
  transition-delay: 1.5s;
}

.js-visible-anim [data-visible*="slide-up-list"]>*:nth-child(12) {
  transition-delay: 1.65s;
}

.js-visible-anim [data-visible*="slide-up-list"]>*:nth-child(13) {
  transition-delay: 1.8s;
}

.js-visible-anim [data-visible*="slide-up-list"]>*:nth-child(14) {
  transition-delay: 1.95s;
}

.js-visible-anim [data-visible*="slide-up-list"]>*:nth-child(15) {
  transition-delay: 2.1s;
}

.js-visible-anim [data-visible*="slide-up-list"]>*:nth-child(16) {
  transition-delay: 2.25s;
}

.js-visible-anim [data-visible*="slide-up-list"]>*:nth-child(17) {
  transition-delay: 2.4s;
}

.js-visible-anim [data-visible*="slide-up-list"]>*:nth-child(18) {
  transition-delay: 2.55s;
}

.js-visible-anim [data-visible*="slide-up-list"]>*:nth-child(19) {
  transition-delay: 2.7s;
}

.js-visible-anim [data-visible*="slide-up-list"]>*:nth-child(20) {
  transition-delay: 2.85s;
}

.js-visible-anim [data-visible*="slide-up-list"]>*:nth-child(21) {
  transition-delay: 3s;
}

.js-visible-anim [data-visible*="slide-up-list"]>*:nth-child(22) {
  transition-delay: 3.15s;
}

.js-visible-anim [data-visible*="slide-up-list"]>*:nth-child(23) {
  transition-delay: 3.3s;
}

.js-visible-anim [data-visible*="slide-up-list"]>*:nth-child(24) {
  transition-delay: 3.45s;
}

.js-visible-anim [data-visible*="slide-up-list"]>*:nth-child(25) {
  transition-delay: 3.6s;
}

.js-visible-anim [data-visible*="slide-up-list"]>*:nth-child(26) {
  transition-delay: 3.75s;
}

.js-visible-anim [data-visible*="slide-up-list"]>*:nth-child(27) {
  transition-delay: 3.9s;
}

.js-visible-anim [data-visible*="slide-up-list"]>*:nth-child(28) {
  transition-delay: 4.05s;
}

.js-visible-anim [data-visible*="slide-up-list"]>*:nth-child(29) {
  transition-delay: 4.2s;
}

.js-visible-anim [data-visible*="slide-up-list"]>*:nth-child(30) {
  transition-delay: 4.35s;
}

.js-visible-anim [data-visible*="slide-up-list"]>*:nth-child(31) {
  transition-delay: 4.5s;
}

.js-visible-anim [data-visible*="slide-up-list"].is-visible>* {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.js-visible-anim [data-visible*="fade-in-list"]>* {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.js-visible-anim [data-visible*="fade-in-list"]>*:nth-child(2) {
  transition-delay: 0.15s;
}

.js-visible-anim [data-visible*="fade-in-list"]>*:nth-child(3) {
  transition-delay: 0.3s;
}

.js-visible-anim [data-visible*="fade-in-list"]>*:nth-child(4) {
  transition-delay: 0.45s;
}

.js-visible-anim [data-visible*="fade-in-list"]>*:nth-child(5) {
  transition-delay: 0.6s;
}

.js-visible-anim [data-visible*="fade-in-list"]>*:nth-child(6) {
  transition-delay: 0.75s;
}

.js-visible-anim [data-visible*="fade-in-list"]>*:nth-child(7) {
  transition-delay: 0.9s;
}

.js-visible-anim [data-visible*="fade-in-list"]>*:nth-child(8) {
  transition-delay: 1.05s;
}

.js-visible-anim [data-visible*="fade-in-list"]>*:nth-child(9) {
  transition-delay: 1.2s;
}

.js-visible-anim [data-visible*="fade-in-list"]>*:nth-child(10) {
  transition-delay: 1.35s;
}

.js-visible-anim [data-visible*="fade-in-list"]>*:nth-child(11) {
  transition-delay: 1.5s;
}

.js-visible-anim [data-visible*="fade-in-list"]>*:nth-child(12) {
  transition-delay: 1.65s;
}

.js-visible-anim [data-visible*="fade-in-list"]>*:nth-child(13) {
  transition-delay: 1.8s;
}

.js-visible-anim [data-visible*="fade-in-list"]>*:nth-child(14) {
  transition-delay: 1.95s;
}

.js-visible-anim [data-visible*="fade-in-list"]>*:nth-child(15) {
  transition-delay: 2.1s;
}

.js-visible-anim [data-visible*="fade-in-list"]>*:nth-child(16) {
  transition-delay: 2.25s;
}

.js-visible-anim [data-visible*="fade-in-list"]>*:nth-child(17) {
  transition-delay: 2.4s;
}

.js-visible-anim [data-visible*="fade-in-list"]>*:nth-child(18) {
  transition-delay: 2.55s;
}

.js-visible-anim [data-visible*="fade-in-list"]>*:nth-child(19) {
  transition-delay: 2.7s;
}

.js-visible-anim [data-visible*="fade-in-list"]>*:nth-child(20) {
  transition-delay: 2.85s;
}

.js-visible-anim [data-visible*="fade-in-list"]>*:nth-child(21) {
  transition-delay: 3s;
}

.js-visible-anim [data-visible*="fade-in-list"]>*:nth-child(22) {
  transition-delay: 3.15s;
}

.js-visible-anim [data-visible*="fade-in-list"]>*:nth-child(23) {
  transition-delay: 3.3s;
}

.js-visible-anim [data-visible*="fade-in-list"]>*:nth-child(24) {
  transition-delay: 3.45s;
}

.js-visible-anim [data-visible*="fade-in-list"]>*:nth-child(25) {
  transition-delay: 3.6s;
}

.js-visible-anim [data-visible*="fade-in-list"]>*:nth-child(26) {
  transition-delay: 3.75s;
}

.js-visible-anim [data-visible*="fade-in-list"]>*:nth-child(27) {
  transition-delay: 3.9s;
}

.js-visible-anim [data-visible*="fade-in-list"]>*:nth-child(28) {
  transition-delay: 4.05s;
}

.js-visible-anim [data-visible*="fade-in-list"]>*:nth-child(29) {
  transition-delay: 4.2s;
}

.js-visible-anim [data-visible*="fade-in-list"]>*:nth-child(30) {
  transition-delay: 4.35s;
}

.js-visible-anim [data-visible*="fade-in-list"]>*:nth-child(31) {
  transition-delay: 4.5s;
}

.js-visible-anim [data-visible*="fade-in-list"].is-visible>* {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.o-accordion-list {
  width: 100%;
}

@media (max-width: 1760px) {
  .o-accordion-list {
    padding: 0 30px;
  }
}

.o-btn-list>[class*="c-btn"],
.o-btn-list>[class*="select_box"] {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 10px;
  vertical-align: middle;
}

.o-btn-list>*:last-child,
.o-btn-list>*:last-child [class*="c-btn"] {
  margin-right: 0;
}

.o-btn-list>[class*="select_box"] {
  width: 110px;
}

@media (max-width: 960px) {
  .o-btn-list--margin-top\@960 {
    margin-top: 40px;
  }
}

.c-card-cta {
  background-color: #1A1A1A;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px;
  text-align: center;
}

.c-card-cta__inner {
  margin: auto;
}

.c-card-cta__title {
  font-size: 12px;
  font-size: .75rem;
  display: block;
  color: #A5AAAD;
}

.c-card-cta__subtitle {
  display: block;
  margin-bottom: 5px;
  text-transform: none;
}

.c-card-cta [class*="c-btn"] {
  width: 100%;
}

.o-card-list {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.o-card-list>* {
  display: inline-block;
  margin-right: 5px;
}

.o-card-list>*:last-child {
  margin-right: 0;
}

@media (max-width: 450px) {
  .o-card-list {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
}

.c-card-wrap {
  position: relative;
}

.c-card-wrap__inner {
  padding-right: 180px;
}

@media (max-width: 768px) {
  .c-card-wrap__inner {
    padding-right: 0;
  }
}

.c-card-wrap__cta {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 180px;
}

@media (max-width: 768px) {
  .c-card-wrap__cta {
    position: relative;
    width: 100%;
  }
}

.o-cart-coupon {
  zoom: 1;
  width: 100%;
}

.o-cart-coupon:before,
.o-cart-coupon:after {
  content: "";
  display: table;
}

.o-cart-coupon:after {
  clear: both;
}

.o-cart-coupon li {
  float: left;
  width: 50%;
  display: block;
}

.o-cart-coupon li:last-child {
  padding-top: 23px;
  padding-left: 23px;
}

@media (max-width: 600px) {
  .o-cart-coupon li {
    width: 100%;
  }

  .o-cart-coupon li:first-child {
    margin-bottom: 15px;
  }

  .o-cart-coupon li:last-child {
    padding: 0;
  }
}

@media (max-width: 600px) {
  .o-cart-table tr>* {
    width: 10%;
  }
}

.o-cart-table tr>*:first-child {
  width: 50%;
}

@media (max-width: 960px) {
  .o-cart-table tr>*:first-child {
    width: 40%;
  }
}

@media (max-width: 600px) {
  .o-cart-table tr>*:first-child {
    width: 100%;
  }
}

.o-cart-table tr>*:last-child {
  width: 30px;
  padding-left: 10px;
}

@media (max-width: 600px) {
  .o-cart-table tr>*:last-child {
    padding-left: 33%;
    width: 10%;
  }
}

.o-cart-table--dark {
  color: #222;
}

.o-center-block {
  margin-left: 25.58941%;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  text-align: left;
}

.o-center-block:last-child {
  margin-right: 0;
}

@media (max-width: 960px) {
  .o-center-block {
    margin-left: 12.94733%;
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 74.10533%;
  }

  .o-center-block:last-child {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .o-center-block {
    margin-left: 0%;
    width: 100%;
    float: none;
  }
}

.o-center-block.wysiwyg img {
  max-width: 600px;
}

.o-dancer-list {
  zoom: 1;
}

.o-dancer-list:before,
.o-dancer-list:after {
  content: "";
  display: table;
}

.o-dancer-list:after {
  clear: both;
}

.o-dancer-list>* {
  width: 20%;
  display: inline-block;
  text-align: center;
  margin-bottom: 50px;
  vertical-align: top;
}

@media (max-width: 1240px) {
  .o-dancer-list>* {
    width: 24.5%;
    margin-bottom: 30px;
  }
}

@media (max-width: 850px) {
  .o-dancer-list>* {
    width: 32%;
  }
}

@media (max-width: 768px) {
  .o-dancer-list>* {
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  .o-dancer-list>* {
    width: 48%;
  }
}

@media (max-width: 450px) {
  .o-dancer-list>* {
    width: 100%;
  }
}

@media (max-width: 450px) {
  .o-fancy-list {
    margin-bottom: 30px;
  }
}

.o-fancy-list>* {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.o-fancy-list>*:last-child {
  margin-right: 0;
}

@media (max-width: 450px) {
  .o-fancy-list>* {
    width: 100%;
    float: none;
  }
}

.o-fancy-list>*:first-child {
  text-align: right;
  padding-right: 20px;
}

.o-fancy-list>*:first-child .c-heading-sub-section {
  text-align: right;
}

@media (max-width: 450px) {
  .o-fancy-list>*:first-child .c-heading-sub-section {
    text-align: left;
  }
}

.o-fancy-list--two-three-split>*:first-child {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

.o-fancy-list--two-three-split>*:first-child:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .o-fancy-list--two-three-split>*:first-child {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }

  .o-fancy-list--two-three-split>*:first-child:last-child {
    margin-right: 0;
  }
}

@media (max-width: 450px) {
  .o-fancy-list--two-three-split>*:first-child {
    width: 100%;
    float: none;
  }
}

.o-fancy-list--two-three-split>*:last-child {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.o-fancy-list--two-three-split>*:last-child:last-child {
  margin-right: 0;
}

@media (max-width: 960px) {
  .o-fancy-list--two-three-split>*:last-child {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
  }

  .o-fancy-list--two-three-split>*:last-child:last-child {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .o-fancy-list--two-three-split>*:last-child {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }

  .o-fancy-list--two-three-split>*:last-child:last-child {
    margin-right: 0;
  }
}

.o-fancy-list--two-three-split>*:last-child>* {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.o-fancy-list--two-three-split>*:last-child>*:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .o-fancy-list--two-three-split>*:last-child>* {
    width: 100%;
  }

  .o-fancy-list--two-three-split>*:last-child>*:last-child:before {
    display: none;
  }
}

.o-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.no-flexbox .o-flex {
  display: table;
  width: 100%;
}

@media (max-width: 768px) {
  .o-flex {
    display: block;
  }
}

.o-flex__item {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
}

.no-flexbox .o-flex__item {
  display: table-cell;
}

.o-flex--btn-content-split {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.o-flex--btn-content-split>.o-flex__item {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
}

.no-flexbox .o-flex--btn-content-split>.o-flex__item {
  display: table-cell;
}

.o-flex--btn-content-split>.o-flex__item:last-child {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.o-flex--action-right .o-flex__item,
.o-flex--my-account .o-flex__item {
  padding-right: 20px;
}

@media (max-width: 768px) {
  .o-flex--action-right .o-flex__item,
  .o-flex--my-account .o-flex__item {
    padding-right: 0;
  }
}

.o-flex--action-right .o-flex__item:last-child,
.o-flex--my-account .o-flex__item:last-child {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-right: 0;
  text-align: right;
  min-width: 260px;
}

@media (max-width: 768px) {
  .o-flex--action-right .o-flex__item:last-child,
  .o-flex--my-account .o-flex__item:last-child {
    min-width: 0;
  }
}

.o-flex--action-right .o-flex__item:last-child [class*="c-btn"],
.o-flex--my-account .o-flex__item:last-child [class*="c-btn"] {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .o-flex--action-right .o-flex__item:last-child [class*="c-btn"],
  .o-flex--my-account .o-flex__item:last-child [class*="c-btn"] {
    white-space: normal;
  }
}

@media (max-width: 1024px) {
  .o-flex--my-account {
    display: block;
  }
}

@media (max-width: 1024px) {
  .o-flex--my-account .o-flex__item {
    padding-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  .o-flex--my-account .o-flex__item:last-child {
    margin-bottom: 0 !important;
  }
}

.o-flex--social-right .o-flex__item:last-child {
  min-width: 150px;
  text-align: right;
}

@media (max-width: 768px) {
  .o-flex--social-right .o-flex__item:last-child {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .o-flex--social-right .o-flex__item .o-inline-list {
    display: inline-block;
    margin-top: 15px;
  }
}

.o-flex--class-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 600px) {
  .o-flex--class-nav {
    display: block;
    margin: 0 auto;
    max-width: 360px;
  }
}

.o-flex--class-nav .o-flex__item {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: auto;
  padding: 0 10px;
}

@media (max-width: 600px) {
  .o-flex--class-nav .o-flex__item {
    padding-bottom: 10px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
  }
}

.o-flex--class-nav .o-flex__item:first-child {
  padding-left: 0;
}

.o-flex--class-nav .o-flex__item:last-child {
  padding-right: 0;
}

@media (max-width: 600px) {
  .o-flex--class-nav .o-flex__item:last-child {
    padding-bottom: 0;
  }
}

.o-form-card-expiry {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.o-form-card-expiry>* {
  display: table-cell;
  vertical-align: middle;
  width: auto;
}

.o-form-card-expiry>*:first-child {
  width: 80px;
  padding-top: 20px;
}

@media (max-width: 768px) {
  .o-form-card-expiry>*:first-child {
    width: 70px;
  }
}

.o-form-donation-other {
  margin-bottom: 10px;
}

.o-form-donation-other li {
  margin-right: .9375rem;
  vertical-align: middle;
  display: inline-block;
}

.o-form-donation-other li input[type="radio"]+label {
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .o-form-donation-other li input[type="radio"]+label {
    margin-bottom: 15px;
  }
}

.o-form-donation-other li:last-child {
  margin-right: 0;
  width: 200px;
}

@media (max-width: 960px) {
  .o-form-donation-other li:last-child {
    width: 50%;
  }
}

@media (max-width: 450px) {
  .o-form-donation-other li:last-child {
    width: 100%;
  }
}

.js .js-donation-field,
.js .o-form-donation-other.js-donation-field {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),visibility 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: hidden;
}

.js .js-donation-field.is-visible,
.js .o-form-donation-other.js-donation-field.is-visible {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  height: auto;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 960px) {
  .js .js-donation-field.is-visible,
  .js .o-form-donation-other.js-donation-field.is-visible {
    margin-bottom: 10px;
  }
}

.donation_form_render em {
  font-style: italic;
}

.o-form-gift-acknowledge {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

@media (max-width: 850px) {
  .o-form-gift-acknowledge {
    display: block;
    width: 100%;
  }
}

.o-form-gift-acknowledge>* {
  display: table-cell;
  vertical-align: middle;
}

.o-form-gift-acknowledge>*:last-child {
  width: 350px;
  padding-left: 20px;
}

@media (max-width: 850px) {
  .o-form-gift-acknowledge>*:last-child {
    padding-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}

@media (max-width: 850px) {
  .o-form-gift-acknowledge>* {
    display: block;
    width: 100%;
  }
}

@media (max-width: 450px) {
  .o-form-gift-acknowledge>* input[type="checkbox"]+label {
    line-height: 1.6em;
  }
}

@media (min-width: 768px) {
  .o-form-gift-acknowledge--split-half>* {
    display: table-cell;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .o-form-gift-acknowledge--split-half>*:nth-child(2n) {
    padding-left: 20px;
  }
}

.o-form-half {
  zoom: 1;
}

.o-form-half:before,
.o-form-half:after {
  content: "";
  display: table;
}

.o-form-half:after {
  clear: both;
}

.o-form-half>* {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.o-form-half>*:last-child {
  margin-right: 0;
}

.o-form-half>*:nth-child(2n) {
  margin-right: 0;
  padding-left: 7px;
  padding-right: 0;
}

@media (max-width: 600px) {
  .o-form-half>* {
    width: 100%;
  }

  .o-form-half>*:nth-child(2n) {
    padding-left: 0;
  }
}

.o-form-inline-field {
  zoom: 1;
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.o-form-inline-field:before,
.o-form-inline-field:after {
  content: "";
  display: table;
}

.o-form-inline-field:after {
  clear: both;
}

@media (min-width: 768px) {
  .o-form-inline-field {
    width: 50%;
  }
}

.o-form-inline-field>* {
  width: 50%;
  display: table-cell !important;
  vertical-align: middle;
}

.o-form-inline-field>*:nth-child(2n+1) {
  padding-right: 10px;
}

.o-form-inline-field label {
  opacity: 1 !important;
  font-size: .8125em;
  -webkit-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
  line-height: 20px;
}

.o-form-split-view {
  zoom: 1;
  padding: 30px 30px 0;
}

.o-form-split-view:before,
.o-form-split-view:after {
  content: "";
  display: table;
}

.o-form-split-view:after {
  clear: both;
}

.o-form-split-view>*:first-child {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}

.o-form-split-view>*:first-child:last-child {
  margin-right: 0;
}

.o-form-split-view>* {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  margin-right: 0;
}

.o-form-split-view>*:last-child {
  margin-right: 0;
}

@media (max-width: 850px) {
  .o-form-split-view {
    padding-top: 10px;
  }

  .o-form-split-view>*:first-child {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 30px;
  }

  .o-form-split-view>*:first-child:last-child {
    margin-right: 0;
  }

  .o-form-split-view>* {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .o-form-split-view>*:last-child {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .o-form-split-view {
    padding: 0 15px 15px;
  }
}

.u-1\/1 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.u-1\/1:last-child {
  margin-right: 0;
}

.u-1\/3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

.u-1\/3:last-child {
  margin-right: 0;
}

.u-2\/3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}

.u-2\/3:last-child {
  margin-right: 0;
}

.u-1\/2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.u-1\/2:last-child {
  margin-right: 0;
}

@media (max-width: 600px) {
  .u-1\/2 {
    width: 100%;
  }
}

.u-1\/4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}

.u-1\/4:last-child {
  margin-right: 0;
}

.u-3\/4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
}

.u-3\/4:last-child {
  margin-right: 0;
}

.u-1\/5 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 18.11388%;
}

.u-1\/5:last-child {
  margin-right: 0;
}

.u-2\/5 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 38.58541%;
}

.u-2\/5:last-child {
  margin-right: 0;
}

.u-grid-last {
  margin-right: 0;
  float: right;
}

.u-grid-last+* {
  clear: left;
}

.u-no-gutters .u-1\/1 {
  width: 100%;
  margin-right: 0;
}

.u-no-gutters .u-1\/2 {
  width: 50%;
  margin-right: 0;
}

.u-no-gutters .u-1\/3 {
  width: 33.33333333333333%;
  margin-right: 0;
}

.u-no-gutters .u-1\/4 {
  width: 25%;
  margin-right: 0;
}

.u-no-gutters .u-1\/5 {
  width: 20%;
  margin-right: 0;
}

.u-no-gutters .u-1\/6 {
  width: 16.66666666666667%;
  margin-right: 0;
}

.u-no-gutters.o-grid-1\/2>* {
  width: 50%;
  margin-right: 0;
}

.u-no-gutters.o-grid-1\/3>* {
  width: 33.33333333333333%;
  margin-right: 0;
}

.u-no-gutters.o-grid-1\/4>* {
  width: 25%;
  margin-right: 0;
}

.u-no-gutters.o-grid-1\/5>* {
  width: 20%;
  margin-right: 0;
}

.u-no-gutters.o-grid-1\/6>* {
  width: 16.66666666666667%;
  margin-right: 0;
}

.u-grid-centered {
  display: block;
  float: none !important;
  margin: 0 auto !important;
  float: none;
}

@media (max-width: 768px) {
  .u-1\/1\@tablet {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .u-1\/1\@mobile {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .u-1\/1\@960 {
    width: 100%;
  }
}

.o-grid {
  zoom: 1;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 30px;
}

.o-grid:before,
.o-grid:after {
  content: "";
  display: table;
}

.o-grid:after {
  clear: both;
}

@media (max-width: 768px) {
  .o-grid {
    padding: 0 20px;
  }
}

.lt-ie9 .o-grid {
  margin: 0 auto;
  max-width: 1400px;
}

.lt-ie9 .o-grid .o-grid {
  max-width: auto;
  min-width: 0;
}

.o-grid--medium {
  max-width: 960px;
}

.o-grid--skinny {
  max-width: 600px;
  padding: 0;
}

.o-grid--x-skinny {
  max-width: 390px;
  padding: 0;
}

.o-grid--zero-pad {
  padding: 0;
}

@media (max-width: 768px) {
  .o-grid--zero-pad\@tablet {
    padding: 0;
  }
}

@media (max-width: 600px) {
  .o-grid--zero-pad\@mobile {
    padding: 0;
  }
}

.o-grid--no-max-width {
  max-width: none;
}

.o-grid--no-pad {
  padding: 0;
}

.o-grid--pad\@mobile {
  padding: 0;
}

@media (max-width: 600px) {
  .o-grid--pad\@mobile {
    padding: 20px;
  }
}

.o-grid\@mobile {
  position: relative;
}

@media (max-width: 600px) {
  .o-grid\@mobile {
    zoom: 1;
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }

  .o-grid\@mobile:before,
  .o-grid\@mobile:after {
    content: "";
    display: table;
  }

  .o-grid\@mobile:after {
    clear: both;
  }
}

.o-grid-skinny {
  zoom: 1;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  padding: 0 30px;
  position: relative;
}

.o-grid-skinny:before,
.o-grid-skinny:after {
  content: "";
  display: table;
}

.o-grid-skinny:after {
  clear: both;
}

@media (max-width: 768px) {
  .o-grid-skinny {
    padding: 0 20px;
  }
}

.lt-ie9 .o-grid-skinny {
  margin: 0 auto;
  max-width: 1260px;
  min-width: 1260px;
}

.o-grid-1\/2 {
  zoom: 1;
}

.o-grid-1\/2:before,
.o-grid-1\/2:after {
  content: "";
  display: table;
}

.o-grid-1\/2:after {
  clear: both;
}

.o-grid-1\/2>* {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.o-grid-1\/2>*:last-child {
  margin-right: 0;
}

.o-grid-1\/2>*:nth-child(2n) {
  margin-right: 0;
}

@media (max-width: 600px) {
  .o-grid-1\/2>* {
    width: 100%;
  }
}

.o-grid-1\/2--mirrored>* {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.o-grid-1\/2--mirrored>*:last-child {
  margin-right: 0;
}

.o-grid-1\/2--mirrored>*:first-child {
  margin-right: 0;
  float: right;
}

.o-grid-1\/2--mirrored>*:nth-child(2n) {
  float: left;
}

.o-grid-1\/2--tight>* {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 47.58542%;
}

.o-grid-1\/2--tight>*:last-child {
  margin-right: 0;
}

.o-grid-1\/3 {
  zoom: 1;
}

.o-grid-1\/3:before,
.o-grid-1\/3:after {
  content: "";
  display: table;
}

.o-grid-1\/3:after {
  clear: both;
}

.o-grid-1\/3>* {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

.o-grid-1\/3>*:last-child {
  margin-right: 0;
}

.o-grid-1\/3>*:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 600px) {
  .o-grid-1\/3>* {
    float: none;
    width: 100%;
  }

  .o-grid-1\/3>*:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 600px) {
  .o-grid-1\/3--border\@mobile>* {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #5C5F61;
  }

  .o-grid-1\/3--border\@mobile>*:last-child {
    border-bottom: none;
  }
}

.o-grid-1\/3--checkout-nav>* {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

.o-grid-1\/3--checkout-nav>*:last-child {
  margin-right: 0;
}

.o-grid-1\/3--checkout-nav>*:nth-child(3n) {
  margin-right: 0;
}

.o-grid-1\/4 {
  zoom: 1;
}

.o-grid-1\/4:before,
.o-grid-1\/4:after {
  content: "";
  display: table;
}

.o-grid-1\/4:after {
  clear: both;
}

.o-grid-1\/4>* {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}

.o-grid-1\/4>*:last-child {
  margin-right: 0;
}

.o-grid-1\/4>*:nth-child(4n) {
  margin-right: 0;
}

.o-grid-1\/5 {
  zoom: 1;
}

.o-grid-1\/5:before,
.o-grid-1\/5:after {
  content: "";
  display: table;
}

.o-grid-1\/5:after {
  clear: both;
}

.o-grid-1\/5>* {
  float: left;
  display: block;
  margin-right: 2.84259%;
  width: 17.72593%;
}

.o-grid-1\/5>*:last-child {
  margin-right: 0;
}

.o-grid-1\/5>*:nth-child(5n) {
  margin-right: 0;
}

@media (max-width: 600px) {
  .o-grid-1\/5>* {
    width: 100%;
  }
}

.o-grid-1\/6 {
  zoom: 1;
}

.o-grid-1\/6:before,
.o-grid-1\/6:after {
  content: "";
  display: table;
}

.o-grid-1\/6:after {
  clear: both;
}

.o-grid-1\/6>* {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
}

.o-grid-1\/6>*:last-child {
  margin-right: 0;
}

.o-grid-1\/6>*:nth-child(6n) {
  margin-right: 0;
}

.o-inline-list>* {
  display: inline-block;
  padding: 0 3px;
  margin-bottom: 30px;
}

.o-inline-list--no-pad>* {
  padding: 0;
  margin-bottom: 0;
}

.o-inline-list--negative-bottom {
  margin-bottom: -30px;
}

@media (max-width: 960px) {
  .o-inline-list--margin-top\@960 {
    margin-top: 25px;
  }
}

.o-inline-list--small>* {
  display: inline-block;
  padding: 0 3px;
}

.o-inline-list--bottom-small>* {
  margin-bottom: 15px;
}

.o-inline-list--bottom-tiny>* {
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  .o-inline-list--block\@mobile>* {
    display: block;
    margin-bottom: 0;
  }
}

.o-inline-list--right-small .o-inline-list__item {
  padding: 0 15px 0 0;
  margin-bottom: 10px;
}

.o-inline-list--right-small .o-inline-list__item:last-child {
  padding-right: 0;
}

.o-listing-tight {
  zoom: 1;
  margin-left: -3px;
  padding: 27px 0;
  width: 100%;
  width: calc(100% + 6px);
}

.o-listing-tight:before,
.o-listing-tight:after {
  content: "";
  display: table;
}

.o-listing-tight:after {
  clear: both;
}

.lt-ie9 .o-listing-tight {
  margin-left: 0;
}

.o-listing-tight__item {
  position: relative;
}

.o-listing-tight__item .ltie9-target {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99999;
}

.o-listing-tight>* {
  float: left;
  width: 33.33%;
}

@media (max-width: 850px) {
  .o-listing-tight>* {
    width: 50%;
  }
}

@media (max-width: 450px) {
  .o-listing-tight>* {
    width: 100% !important;
  }
}

.o-listing-tight--border {
  border-bottom: 1px solid #5C5F61;
}

@media (max-width: 850px) {
  .o-listing-tight--center-last-item>*:nth-child(3n):last-child {
    margin-left: 25%;
  }
}

@media (max-width: 450px) {
  .o-listing-tight--center-last-item>*:nth-child(3n):last-child {
    margin-left: 0;
  }
}

.o-listing {
  zoom: 1;
}

.o-listing:before,
.o-listing:after {
  content: "";
  display: table;
}

.o-listing:after {
  clear: both;
}

.o-listing--1\/3 {
  margin-top: 0.4628%;
}

@media (max-width: 600px) {
  .o-listing--1\/3 {
    padding: 20px;
  }
}

.o-listing--1\/3>* {
  float: left;
  display: block;
  margin-right: .4628%;
  width: 33.0248%;
  margin-bottom: 0.4628%;
}

.o-listing--1\/3>*:last-child {
  margin-right: 0;
}

.o-listing--1\/3>*:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .o-listing--1\/3>* {
    float: none;
    margin: 0 0 5px;
    width: 100%;
  }
}

.o-listing--1\/4 {
  margin-top: 0.4628%;
}

@media (max-width: 600px) {
  .o-listing--1\/4 {
    padding: 20px;
  }

  .o-listing--1\/4:nth-child(2n+1) {
    clear: none;
  }
}

.o-listing--1\/4>* {
  float: left;
  display: block;
  margin-right: .4628%;
  width: 24.6529%;
  margin-bottom: 8px;
}

.o-listing--1\/4>*:last-child {
  margin-right: 0;
}

.o-listing--1\/4>*:nth-child(4n) {
  margin-right: 0;
}

.o-listing--1\/4>*:nth-child(4n+1) {
  clear: left;
}

@media (max-width: 960px) {
  .o-listing--1\/4>* {
    float: left;
    display: block;
    margin-right: .55588%;
    width: 49.72206%;
  }

  .o-listing--1\/4>*:last-child {
    margin-right: 0;
  }

  .o-listing--1\/4>*:first-child,
  .o-listing--1\/4>*:nth-child(2) {
    margin-bottom: 5px;
  }

  .o-listing--1\/4>*:nth-child(4n) {
    margin-right: 0;
  }

  .o-listing--1\/4>*:nth-child(4n+1) {
    clear: none;
  }

  .o-listing--1\/4>*:nth-child(2n) {
    margin-right: 0;
  }

  .o-listing--1\/4>*:nth-child(2n+1) {
    clear: left;
  }
}

@media (max-width: 600px) {
  .o-listing--1\/4>* {
    width: 100%;
    float: none;
    margin: 0 0 5px;
  }

  .o-listing--1\/4>*:nth-child(2n+1) {
    clear: none;
  }
}

.o-listing--pad-top {
  padding: .4375em 0;
}

@media (max-width: 600px) {
  .o-listing--no-pad\@mobile {
    padding: 0;
  }
}

@media (max-width: 960px) {
  .o-listing--break\@960>* {
    width: 100%;
    float: none;
    margin: 0 0 5px;
  }
}

.o-login-block {
  zoom: 1;
}

.o-login-block:before,
.o-login-block:after {
  content: "";
  display: table;
}

.o-login-block:after {
  clear: both;
}

.o-login-block>* {
  width: 50%;
  float: left;
  padding: 50px 20px 20px;
}

.o-login-block>*:first-child {
  padding-right: 30px;
}

.o-login-block>*:nth-child(2n) {
  padding-left: 30px;
}

.o-login-block>*>* {
  margin: 0 auto;
  max-width: 420px;
}

.o-login-block>*:last-child:nth-child(3) {
  width: 100%;
  padding: 0 20px 10px;
}

.o-login-block>*:last-child:nth-child(3)>* {
  border-top: 1px solid #5C5F61;
  padding-top: 30px;
  max-width: none;
  text-align: center;
}

@media (max-width: 768px) {
  .o-login-block>* {
    float: none;
    width: 100%;
    display: block;
    padding: 20px 0;
  }

  .o-login-block>*:first-child {
    padding: 20px 0 40px;
    border-bottom: 1px solid #5C5F61;
  }

  .o-login-block>*:nth-child(2n) {
    padding: 40px 0 20px;
    border-bottom: 1px solid #5C5F61;
  }

  .o-login-block>*:last-child:nth-child(3) {
    padding: 10px 0 20px;
  }

  .o-login-block>*:last-child:nth-child(3)>* {
    max-width: 360px;
    text-align: left;
    border-top: none;
  }

  .o-login-block>*>* {
    margin: 0 auto;
    max-width: 360px;
  }
}

.o-one-two-one {
  zoom: 1;
  position: relative;
}

.o-one-two-one:before,
.o-one-two-one:after {
  content: "";
  display: table;
}

.o-one-two-one:after {
  clear: both;
}

.o-one-two-one>*:first-child {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  display: block;
  float: none;
  margin: 0 auto;
  position: relative;
}

.o-one-two-one>*:first-child:last-child {
  margin-right: 0;
}

.o-one-two-one>*:nth-child(2) {
  margin-right: 0;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  left: 0;
  position: absolute;
  top: 0;
}

.o-one-two-one>*:nth-child(2):last-child {
  margin-right: 0;
}

.o-one-two-one>*:last-child {
  margin-right: 0;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  right: 0;
  position: absolute;
  top: 0;
}

.o-one-two-one>*:last-child:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .o-one-two-one>*:first-child,
  .o-one-two-one>*:nth-child(2),
  .o-one-two-one>*:last-child {
    display: block;
    float: none;
    position: static;
    width: 100%;
  }

  .o-one-two-one>*:first-child {
    margin-bottom: 30px;
  }

  .o-one-two-one .o-one-two-one__item--side-padding\@bp-tablet {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 768px) {
  .o-one-two-one--rtl>*:last-child {
    display: block !important;
  }
}

.o-product-list {
  zoom: 1;
}

.o-product-list:before,
.o-product-list:after {
  content: "";
  display: table;
}

.o-product-list:after {
  clear: both;
}

.o-product-list>* {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 24.12618%;
}

.o-product-list>*:last-child {
  margin-right: 0;
}

.o-product-list>*:nth-child(4n) {
  margin-right: 0;
}

.o-product-list>*:nth-child(4n+1) {
  clear: left;
}

@media (max-width: 960px) {
  .o-product-list>* {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
  }

  .o-product-list>*:last-child {
    margin-right: 0;
  }

  .o-product-list>*:first-child,
  .o-product-list>*:nth-child(2) {
    margin-bottom: 5px;
  }

  .o-product-list>*:nth-child(4n) {
    margin-right: 0;
  }

  .o-product-list>*:nth-child(4n+1) {
    clear: none;
  }

  .o-product-list>*:nth-child(2n) {
    margin-right: 0;
  }

  .o-product-list>*:nth-child(2n+1) {
    clear: left;
  }
}

@media (max-width: 768px) {
  .o-product-list.u-1\/1\@tablet>* {
    width: 100%;
    float: none;
    margin: 0 0 5px;
  }
}

@media (max-width: 600px) {
  .o-product-list {
    padding: 0 15px;
  }

  .o-product-list:nth-child(2n+1) {
    clear: none;
  }
}

.o-row {
  zoom: 1;
  display: block;
  margin-bottom: 30px;
}

.o-row:before,
.o-row:after {
  content: "";
  display: table;
}

.o-row:after {
  clear: both;
}

.o-section {
  zoom: 1;
  display: block;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  transition: height 500ms cubic-bezier(0.165, 0.84, 0.44, 1),padding-bottom 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.o-section:before,
.o-section:after {
  content: "";
  display: table;
}

.o-section:after {
  clear: both;
}

@media (max-height: 768px) and (min-width: 960px) {
  .o-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .o-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.o-section--small-top {
  padding-top: 30px;
}

.o-section--medium-top {
  padding-top: 50px;
}

.o-section--small-bottom {
  padding-bottom: 30px;
}

.o-section--medium-bottom {
  padding-bottom: 50px;
}

.o-section--large-top {
  padding-top: 100px;
}

.o-section--large-bottom {
  padding-bottom: 100px;
}

.o-section--zero-top {
  padding-top: 0;
}

.o-section--zero-bottom {
  padding-bottom: 0;
}

@media (max-width: 960px) {
  .o-section--zero-bottom\@960 {
    padding-bottom: 0;
  }
}

.o-section--border-bottom {
  border-bottom: 1px solid #DBDDDE;
}

.o-section--medium {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 600px) {
  .o-section--medium {
    padding: 20px 0;
  }
}

.o-section--small {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 600px) {
  .o-section--small {
    padding: 20px 0;
  }
}

.o-section--no-vert-pad\@mobile {
  padding-top: 0;
  padding-bottom: 0;
}

.o-section.u-video-full-height {
  padding-bottom: 56.25%;
}

.o-section-vertical {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 768px) {
  .o-section-vertical {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 600px) {
  .o-section-vertical {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 600px) {
  .o-shop-content {
    padding: 0 20px;
  }
}

.lt-ie9 .o-shop-content legend {
  display: block;
  text-align: center !important;
  width: 100%;
}

.o-shop-content fieldset {
  text-align: center !important;
}

.o-shop-content__wrap {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}

.o-shop-content>* {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  text-align: center;
}

.o-shop-content>*:last-child {
  margin-right: 0;
}

.o-shop-content>*:nth-child(2) .o-shop-content__wrap {
  max-width: none;
}

.o-shop-content>*:first-child,
.o-shop-content>*:last-child {
  padding-top: 30px;
}

@media (max-width: 960px) {
  .o-shop-content>*:first-child,
  .o-shop-content>*:last-child {
    padding-top: 0;
  }
}

@media (max-width: 1240px) {
  .o-shop-content>* {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 27.49666%;
  }

  .o-shop-content>*:last-child {
    margin-right: 0;
  }

  .o-shop-content>*:nth-child(2) {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
  }

  .o-shop-content>*:nth-child(2):last-child {
    margin-right: 0;
  }
}

@media (max-width: 960px) {
  .o-shop-content>*,
  .o-shop-content>*:nth-child(2) {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }

  .o-shop-content>* .__wrap,
  .o-shop-content>*:nth-child(2) .__wrap {
    max-width: 480px;
  }

  .o-shop-content>*:last-child {
    margin-bottom: 0;
  }
}

.o-sidebar-listing {
  zoom: 1;
  padding: 0;
  margin-bottom: 24px;
}

.o-sidebar-listing:before,
.o-sidebar-listing:after {
  content: "";
  display: table;
}

.o-sidebar-listing:after {
  clear: both;
}

.o-sidebar-listing>* {
  float: left;
  display: block;
  margin-right: .4628%;
  width: 33.0248%;
}

.o-sidebar-listing>*:last-child {
  margin-right: 0;
}

.o-sidebar-listing>*:nth-child(3n) {
  margin-right: 0;
}

.o-split-content-cta {
  display: table;
  table-layout: auto;
  position: relative;
  width: 100%;
}

.o-split-content-cta>li,
.o-split-content-cta>div,
.o-split-content-cta>span {
  display: table-cell;
  vertical-align: top;
}

.o-split-content-cta>li:first-child,
.o-split-content-cta>div:first-child,
.o-split-content-cta>span:first-child {
  text-align: left;
}

.o-split-content-cta>li:last-child,
.o-split-content-cta>div:last-child,
.o-split-content-cta>span:last-child {
  padding-left: 15px;
  text-align: right;
}

.o-split-content-cta--v-align-middle>li,
.o-split-content-cta--v-align-middle>div,
.o-split-content-cta--v-align-middle>span {
  display: table-cell;
  vertical-align: middle;
}

.o-split-content-cta--gift-voucher>li:last-child,
.o-split-content-cta--gift-voucher>div:last-child,
.o-split-content-cta--gift-voucher>span:last-child {
  padding-top: 24px;
  width: 260px;
}

@media (max-width: 600px) {
  .o-split-content-cta--gift-voucher>li:last-child,
  .o-split-content-cta--gift-voucher>div:last-child,
  .o-split-content-cta--gift-voucher>span:last-child {
    padding-top: 0;
    margin-top: 15px;
    padding: 0;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .o-split-content-cta--gift-voucher>li,
  .o-split-content-cta--gift-voucher>div,
  .o-split-content-cta--gift-voucher>span {
    display: block;
    width: 100%;
  }
}

@media (max-width: 450px) {
  .o-split-content-cta--full-width\@450>li,
  .o-split-content-cta--full-width\@450>div,
  .o-split-content-cta--full-width\@450>span {
    margin-bottom: 10px;
    display: block;
    padding: 0 !important;
    text-align: left !important;
    width: 100%;
  }
}

@media (max-width: 450px) {
  .o-split-content-cta--full-width\@450>li:last-child,
  .o-split-content-cta--full-width\@450>div:last-child,
  .o-split-content-cta--full-width\@450>span:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 1240px) {
  .o-split-content-cta--full-width\@1240>li,
  .o-split-content-cta--full-width\@1240>div,
  .o-split-content-cta--full-width\@1240>span {
    margin-bottom: 50px;
    display: block;
  }
}

.o-split-content-cta--auto-width {
  width: auto;
}

.o-split-content-cta--auto-width>li:first-child,
.o-split-content-cta--auto-width>div:first-child,
.o-split-content-cta--auto-width>span:first-child {
  padding-right: 10px;
}

.o-split-content-cta--auto-width>li:last-child,
.o-split-content-cta--auto-width>div:last-child,
.o-split-content-cta--auto-width>span:last-child {
  padding-left: 10px;
}

@media (max-width: 450px) {
  .o-split-content-cta--action-right {
    width: auto;
  }
}

.o-split-content-cta--action-right>li,
.o-split-content-cta--action-right>div,
.o-split-content-cta--action-right>span {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 450px) {
  .o-split-content-cta--action-right>li,
  .o-split-content-cta--action-right>div,
  .o-split-content-cta--action-right>span {
    display: block;
    text-align: left;
  }
}

@media (max-width: 450px) {
  .o-split-content-cta--action-right>li:last-child,
  .o-split-content-cta--action-right>div:last-child,
  .o-split-content-cta--action-right>span:last-child {
    padding-left: 0;
    text-align: left;
  }
}

.o-split-content-cta--action-right>li>[class*="c-btn"]:not(:last-of-type),
.o-split-content-cta--action-right>div>[class*="c-btn"]:not(:last-of-type),
.o-split-content-cta--action-right>span>[class*="c-btn"]:not(:last-of-type) {
  margin-bottom: 10px;
}

.o-split-view {
  zoom: 1;
}

.o-split-view:before,
.o-split-view:after {
  content: "";
  display: table;
}

.o-split-view:after {
  clear: both;
}

.o-split-view>*:first-child {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}

.o-split-view>*:first-child:last-child {
  margin-right: 0;
}

.o-split-view>* {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  margin-right: 0;
}

.o-split-view>*:last-child {
  margin-right: 0;
}

.o-split-view--reversed>*:first-child {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
}

.o-split-view--reversed>*:first-child:last-child {
  margin-right: 0;
}

.o-split-view--reversed>* {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-right: 0;
}

.o-split-view--reversed>*:last-child {
  margin-right: 0;
}

.o-split-view.o-split-view--mirrored.o-split-view--mirrored>*:first-child {
  margin-right: 0;
  float: right;
}

.o-split-view.o-split-view--mirrored.o-split-view--mirrored>* {
  float: left;
}

@media (min-width: 769px) {
  .o-thirds-list {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }

  .o-thirds-list:last-child {
    margin-right: 0;
  }
}

.o-thirds-list li {
  margin-bottom: 25px;
}

@media (min-width: 769px) {
  .o-thirds-list li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-bottom: 0;
  }

  .o-thirds-list li:last-child {
    margin-right: 0;
  }
}

.o-underline-list__item {
  border-top: 2px solid #ECEDEE;
  padding-top: 30px;
}

.o-underline-list__item:first-child {
  border-top: none;
}

.o-vertical-align {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.o-vertical-align>* {
  display: table-cell;
  width: auto;
  vertical-align: middle;
}

.o-video-listing {
  zoom: 1;
  margin-top: 0.4628%;
}

.o-video-listing:before,
.o-video-listing:after {
  content: "";
  display: table;
}

.o-video-listing:after {
  clear: both;
}

.o-video-listing.has_pad_top {
  padding: .4375em 0;
}

.o-video-listing>* {
  float: left;
  display: block;
  margin-right: .4628%;
  width: 33.0248%;
  margin-bottom: 0.4628%;
}

.o-video-listing>*:last-child {
  margin-right: 0;
}

.o-video-listing>*:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 1240px) {
  .o-video-listing>* {
    float: left;
    display: block;
    margin-right: .4628%;
    width: 49.7686%;
  }

  .o-video-listing>*:last-child {
    margin-right: 0;
  }

  .o-video-listing>*:nth-child(3n) {
    margin-right: .4628%;
  }

  .o-video-listing>*:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .o-video-listing>* {
    width: 100%;
    float: none;
    margin: 0 0 5px;
  }
}

@media (max-width: 600px) {
  .o-video-listing {
    padding: 0 15px;
  }
}

.u-visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.u-skip-to-content {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  left: 20px;
  margin-left: -9999em;
  padding: 5px 15px;
  position: absolute;
  text-decoration: none;
  top: 20px;
  z-index: 1000;
}

.u-skip-to-content:focus {
  margin-left: 0;
}

.u-add-dollar-sign {
  position: relative;
}

.u-add-dollar-sign input {
  padding-left: 30px;
}

.u-add-dollar-sign:before {
  color: #222;
  content: '$';
  position: absolute;
  left: 14px;
  top: 0;
  margin-top: .5em;
  font-size: .875em;
  font-weight: bold;
}

.u-bg-white.u-bg-white {
  background-color: #fff;
}

.u-bg-grey-dark.u-bg-grey-dark {
  background-color: #222;
}

.u-thin-bottom-border {
  margin-bottom: 5px;
}

.u-thin-bottom-border:last-child {
  margin-bottom: 0;
}

.u-colour-success {
  color: #02c131;
}

.u-colour-white {
  color: #fff;
}

.u-colour-grey-light {
  color: #A5AAAD;
}

.u-colour-grey-light a {
  color: currentColor;
}

.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-inline-block.u-inline-block {
  display: inline-block;
  vertical-align: middle;
}

.u-block.u-block {
  display: block;
}

.u-text-center {
  text-align: center !important;
}

.u-text-uppercase {
  text-transform: uppercase;
}

@media (min-width: 769px) {
  .u-hide\@desktop.u-hide\@desktop {
    display: none;
  }
}

@media (max-width: 600px) {
  .u-hide\@mobile.u-hide\@mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  .u-block\@tablet.u-block\@tablet {
    display: block;
  }
}

.u-block\@mobile.u-block\@mobile {
  display: none;
}

@media (max-width: 600px) {
  .u-block\@mobile.u-block\@mobile {
    display: block;
  }
}

@media (max-width: 768px) {
  .u-inline-block\@tablet.u-inline-block\@tablet {
    display: inline-block;
  }
}

.u-inline-block-only\@desktop.u-inline-block-only\@desktop {
  display: inline-block;
}

@media (max-width: 768px) {
  .u-inline-block-only\@desktop.u-inline-block-only\@desktop {
    display: none;
  }
}

@media (max-width: 768px) {
  .u-float-left\@tablet.u-float-left\@tablet {
    float: left !important;
  }
}

@media (max-width: 768px) {
  .u-float-right\@tablet.u-float-right\@tablet {
    float: right !important;
  }
}

.u-clearfix.u-clearfix {
  zoom: 1;
}

.u-clearfix.u-clearfix:before,
.u-clearfix.u-clearfix:after {
  content: "";
  display: table;
}

.u-clearfix.u-clearfix:after {
  clear: both;
}

.js .u-js-hide {
  display: none;
}

.u-hide {
  display: none;
}

.u-align-flex-start.u-align-flex-start {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.u-align-flex-end.u-align-flex-end {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.u-show\@450 {
  display: none;
}

@media (max-width: 450px) {
  .u-show\@450 {
    display: block !important;
  }
}

.lt-ie9 .u-show\@450 {
  display: none !important;
}

@media (max-width: 450px) {
  .u-hide\@450 {
    display: none !important;
  }
}

.u-show\@mobile {
  display: none;
}

@media (max-width: 600px) {
  .u-show\@mobile {
    display: block !important;
  }
}

.lt-ie9 .u-show\@mobile {
  display: none !important;
}

@media (max-width: 600px) {
  .u-hide\@mobile {
    display: none !important;
  }
}

.u-show\@tablet {
  display: none;
}

@media (max-width: 768px) {
  .u-show\@tablet {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .u-hide\@tablet {
    display: none !important;
  }
}

.u-show\@960 {
  display: none;
}

@media (max-width: 960px) {
  .u-show\@960 {
    display: block !important;
  }
}

@media (max-width: 960px) {
  .u-hide\@960 {
    display: none !important;
  }
}

.u-margin-top-xlarge.u-margin-top-xlarge {
  margin-top: 100px;
}

.u-margin-top-large.u-margin-top-large {
  margin-top: 50px;
}

.u-margin-top-base.u-margin-top-base {
  margin-top: 30px;
}

.u-margin-top-medium.u-margin-top-medium {
  margin-top: 20px;
}

.u-margin-top-small.u-margin-top-small {
  margin-top: 15px;
}

.u-margin-top-thin.u-margin-top-thin {
  margin-top: 10px;
}

.u-margin-top-zero.u-margin-top-zero {
  margin-top: 0;
}

.u-pad-top-xlarge.u-pad-top-xlarge {
  padding-top: 100px;
}

.u-pad-top-large.u-pad-top-large {
  padding-top: 50px;
}

.u-pad-top-base.u-pad-top-base {
  padding-top: 30px;
}

.u-pad-top-medium.u-pad-top-medium {
  padding-top: 20px;
}

.u-pad-top-small.u-pad-top-small {
  padding-top: 15px;
}

.u-pad-top-thin.u-pad-top-thin {
  padding-top: 10px;
}

.u-pad-top-zero.u-pad-top-zero {
  padding-top: 0;
}

@media (max-width: 600px) {
  .u-margin-top-xlarge\@mobile.u-margin-top-xlarge\@mobile {
    margin-top: 100px;
  }
}

@media (max-width: 600px) {
  .u-margin-top-large\@mobile.u-margin-top-large\@mobile {
    margin-top: 50px;
  }
}

@media (max-width: 600px) {
  .u-margin-top-base\@mobile.u-margin-top-base\@mobile {
    margin-top: 30px;
  }
}

@media (max-width: 600px) {
  .u-margin-top-medium\@mobile.u-margin-top-medium\@mobile {
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .u-margin-top-small\@mobile.u-margin-top-small\@mobile {
    margin-top: 15px;
  }
}

@media (max-width: 600px) {
  .u-margin-top-thin\@mobile.u-margin-top-thin\@mobile {
    margin-top: 10px;
  }
}

@media (max-width: 600px) {
  .u-margin-top-zero\@mobile.u-margin-top-zero\@mobile {
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  .u-pad-top-xlarge\@mobile.u-pad-top-xlarge\@mobile {
    padding-top: 100px;
  }
}

@media (max-width: 600px) {
  .u-pad-top-large\@mobile.u-pad-top-large\@mobile {
    padding-top: 50px;
  }
}

@media (max-width: 600px) {
  .u-pad-top-base\@mobile.u-pad-top-base\@mobile {
    padding-top: 30px;
  }
}

@media (max-width: 600px) {
  .u-pad-top-medium\@mobile.u-pad-top-medium\@mobile {
    padding-top: 20px;
  }
}

@media (max-width: 600px) {
  .u-pad-top-small\@mobile.u-pad-top-small\@mobile {
    padding-top: 15px;
  }
}

@media (max-width: 600px) {
  .u-pad-top-zero\@mobile.u-pad-top-zero\@mobile {
    padding-top: 0;
  }
}

.u-margin-left-xlarge.u-margin-left-xlarge {
  margin-left: 100px;
}

.u-margin-left-large.u-margin-left-large {
  margin-left: 50px;
}

.u-margin-left-base.u-margin-left-base {
  margin-left: 30px;
}

.u-margin-left-medium.u-margin-left-medium {
  margin-left: 20px;
}

.u-margin-left-small.u-margin-left-small {
  margin-left: 15px;
}

.u-margin-left-thin.u-margin-left-thin {
  margin-left: 10px;
}

.u-margin-left-zero.u-margin-left-zero {
  margin-left: 0;
}

.u-pad-left-xlarge.u-pad-left-xlarge {
  padding-left: 100px;
}

.u-pad-left-large.u-pad-left-large {
  padding-left: 50px;
}

.u-pad-left-base.u-pad-left-base {
  padding-left: 30px;
}

.u-pad-left-medium.u-pad-left-medium {
  padding-left: 20px;
}

.u-pad-left-small.u-pad-left-small {
  padding-left: 15px;
}

.u-pad-left-thin.u-pad-left-thin {
  padding-left: 10px;
}

.u-pad-left-zero.u-pad-left-zero {
  padding-left: 0;
}

@media (max-width: 600px) {
  .u-margin-left-xlarge\@mobile.u-margin-left-xlarge\@mobile {
    margin-left: 100px;
  }
}

@media (max-width: 600px) {
  .u-margin-left-large\@mobile.u-margin-left-large\@mobile {
    margin-left: 50px;
  }
}

@media (max-width: 600px) {
  .u-margin-left-base\@mobile.u-margin-left-base\@mobile {
    margin-left: 30px;
  }
}

@media (max-width: 600px) {
  .u-margin-left-medium\@mobile.u-margin-left-medium\@mobile {
    margin-left: 20px;
  }
}

@media (max-width: 600px) {
  .u-margin-left-small\@mobile.u-margin-left-small\@mobile {
    margin-left: 15px;
  }
}

@media (max-width: 600px) {
  .u-margin-left-thin\@mobile.u-margin-left-thin\@mobile {
    margin-left: 10px;
  }
}

@media (max-width: 600px) {
  .u-margin-left-zero\@mobile.u-margin-left-zero\@mobile {
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .u-pad-left-xlarge\@mobile.u-pad-left-xlarge\@mobile {
    padding-left: 100px;
  }
}

@media (max-width: 600px) {
  .u-pad-left-large\@mobile.u-pad-left-large\@mobile {
    padding-left: 50px;
  }
}

@media (max-width: 600px) {
  .u-pad-left-base\@mobile.u-pad-left-base\@mobile {
    padding-left: 30px;
  }
}

@media (max-width: 600px) {
  .u-pad-left-medium\@mobile.u-pad-left-medium\@mobile {
    padding-left: 20px;
  }
}

@media (max-width: 600px) {
  .u-pad-left-small\@mobile.u-pad-left-small\@mobile {
    padding-left: 15px;
  }
}

@media (max-width: 600px) {
  .u-pad-left-zero\@mobile.u-pad-left-zero\@mobile {
    padding-left: 0;
  }
}

.u-margin-bottom-xlarge.u-margin-bottom-xlarge {
  margin-bottom: 100px;
}

.u-margin-bottom-large.u-margin-bottom-large {
  margin-bottom: 50px;
}

.u-margin-bottom-base.u-margin-bottom-base {
  margin-bottom: 30px;
}

.u-margin-bottom-medium.u-margin-bottom-medium {
  margin-bottom: 20px;
}

.u-margin-bottom-small.u-margin-bottom-small {
  margin-bottom: 15px;
}

.u-margin-bottom-thin.u-margin-bottom-thin {
  margin-bottom: 10px;
}

.u-margin-bottom-zero.u-margin-bottom-zero {
  margin-bottom: 0;
}

.u-pad-bottom-xlarge.u-pad-bottom-xlarge {
  padding-bottom: 100px;
}

.u-pad-bottom-large.u-pad-bottom-large {
  padding-bottom: 50px;
}

.u-pad-bottom-base.u-pad-bottom-base {
  padding-bottom: 30px;
}

.u-pad-bottom-medium.u-pad-bottom-medium {
  padding-bottom: 20px;
}

.u-pad-bottom-small.u-pad-bottom-small {
  padding-bottom: 15px;
}

.u-pad-bottom-thin.u-pad-bottom-thin {
  padding-bottom: 10px;
}

.u-pad-bottom-zero.u-pad-bottom-zero {
  padding-bottom: 0;
}

@media (max-width: 600px) {
  .u-margin-bottom-xlarge\@mobile.u-margin-bottom-xlarge\@mobile {
    margin-bottom: 100px;
  }
}

@media (max-width: 600px) {
  .u-margin-bottom-large\@mobile.u-margin-bottom-large\@mobile {
    margin-bottom: 50px;
  }
}

@media (max-width: 600px) {
  .u-margin-bottom-base\@mobile.u-margin-bottom-base\@mobile {
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .u-margin-bottom-medium\@mobile.u-margin-bottom-medium\@mobile {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .u-margin-bottom-small\@mobile.u-margin-bottom-small\@mobile {
    margin-bottom: 15px;
  }
}

@media (max-width: 600px) {
  .u-margin-bottom-thin\@mobile.u-margin-bottom-thin\@mobile {
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  .u-margin-bottom-zero\@mobile.u-margin-bottom-zero\@mobile {
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  .u-pad-bottom-xlarge\@mobile.u-pad-bottom-xlarge\@mobile {
    padding-bottom: 100px;
  }
}

@media (max-width: 600px) {
  .u-pad-bottom-large\@mobile.u-pad-bottom-large\@mobile {
    padding-bottom: 50px;
  }
}

@media (max-width: 600px) {
  .u-pad-bottom-base\@mobile.u-pad-bottom-base\@mobile {
    padding-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .u-pad-bottom-medium\@mobile.u-pad-bottom-medium\@mobile {
    padding-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .u-pad-bottom-small\@mobile.u-pad-bottom-small\@mobile {
    padding-bottom: 15px;
  }
}

@media (max-width: 600px) {
  .u-pad-bottom-zero\@mobile.u-pad-bottom-zero\@mobile {
    padding-bottom: 0;
  }
}

.u-margin-right-xlarge.u-margin-right-xlarge {
  margin-right: 100px;
}

.u-margin-right-large.u-margin-right-large {
  margin-right: 50px;
}

.u-margin-right-base.u-margin-right-base {
  margin-right: 30px;
}

.u-margin-right-medium.u-margin-right-medium {
  margin-right: 20px;
}

.u-margin-right-small.u-margin-right-small {
  margin-right: 15px;
}

.u-margin-right-thin.u-margin-right-thin {
  margin-right: 10px;
}

.u-margin-right-zero.u-margin-right-zero {
  margin-right: 0;
}

.u-pad-right-xlarge.u-pad-right-xlarge {
  padding-right: 100px;
}

.u-pad-right-large.u-pad-right-large {
  padding-right: 50px;
}

.u-pad-right-base.u-pad-right-base {
  padding-right: 30px;
}

.u-pad-right-medium.u-pad-right-medium {
  padding-right: 20px;
}

.u-pad-right-small.u-pad-right-small {
  padding-right: 15px;
}

.u-pad-right-thin.u-pad-right-thin {
  padding-right: 10px;
}

.u-pad-right-zero.u-pad-right-zero {
  padding-right: 0;
}

@media (max-width: 600px) {
  .u-margin-right-xlarge\@mobile.u-margin-right-xlarge\@mobile {
    margin-right: 100px;
  }
}

@media (max-width: 600px) {
  .u-margin-right-large\@mobile.u-margin-right-large\@mobile {
    margin-right: 50px;
  }
}

@media (max-width: 600px) {
  .u-margin-right-base\@mobile.u-margin-right-base\@mobile {
    margin-right: 30px;
  }
}

@media (max-width: 600px) {
  .u-margin-right-medium\@mobile.u-margin-right-medium\@mobile {
    margin-right: 20px;
  }
}

@media (max-width: 600px) {
  .u-margin-right-small\@mobile.u-margin-right-small\@mobile {
    margin-right: 15px;
  }
}

@media (max-width: 600px) {
  .u-margin-right-thin\@mobile.u-margin-right-thin\@mobile {
    margin-right: 10px;
  }
}

@media (max-width: 600px) {
  .u-margin-right-zero\@mobile.u-margin-right-zero\@mobile {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .u-pad-right-xlarge\@mobile.u-pad-right-xlarge\@mobile {
    padding-right: 100px;
  }
}

@media (max-width: 600px) {
  .u-pad-right-large\@mobile.u-pad-right-large\@mobile {
    padding-right: 50px;
  }
}

@media (max-width: 600px) {
  .u-pad-right-base\@mobile.u-pad-right-base\@mobile {
    padding-right: 30px;
  }
}

@media (max-width: 600px) {
  .u-pad-right-medium\@mobile.u-pad-right-medium\@mobile {
    padding-right: 20px;
  }
}

@media (max-width: 600px) {
  .u-pad-right-small\@mobile.u-pad-right-small\@mobile {
    padding-right: 15px;
  }
}

@media (max-width: 600px) {
  .u-pad-right-zero\@mobile.u-pad-right-zero\@mobile {
    padding-right: 0;
  }
}

.u-pad-vert {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 600px) {
  .u-pad-vert {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 769px) {
  .u-pad-right\@desktop {
    padding-right: 50px;
  }
}

@media (max-width: 768px) {
  .u-pad\@tablet {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 768px) {
  .u-margin-bottom\@tablet {
    margin-bottom: 30px;
  }
}

.u-center-image.u-center-image {
  height: auto !important;
  margin: 0 auto;
  max-width: 100%;
}

.u-last-child-margin-bottom-zero *:last-child {
  margin-bottom: 0;
}

.u-align-left.u-align-left {
  text-align: left;
}

.u-align-right.u-align-right {
  text-align: right;
}

.u-align-center.u-align-center {
  text-align: center;
}

.u-ui-header {
  background: #1A1A1A;
  border-color: #fff;
  color: #fff;
  margin-bottom: 50px;
  padding: 50px 0 30px;
}

.u-ui-header .u-ui-head {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  border: none;
  margin: 0;
  padding: 0;
}

.u-ui-head {
  font-size: 24px;
  font-size: 1.5rem;
  border-bottom: 1px solid #333;
  font-weight: 200;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  padding-bottom: .4em;
}

.u-ui-head.is-smaller {
  font-size: 20px;
  font-size: 1.25rem;
  border-bottom: 1px solid rgba(0,0,0,0.3);
  margin-top: 2em;
}

.u-ui-head.is-large {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 500;
}

.u-ui-color-swatch {
  width: 25%;
  margin: 0 0 30px;
  float: left;
}

.u-ui-color-swatch h3 {
  font-size: 15px;
  font-size: .9375rem;
  box-sizing: border-box;
  color: #fff;
  display: block;
  height: 100px;
  margin-bottom: 5px;
  padding: 1em;
  position: relative;
  text-transform: uppercase;
}

.u-ui-color-swatch p {
  font-style: italic;
}

.u-ui-color-swatch.is-light h3 {
  color: #555;
}

@media (max-width: 768px) {
  .u-ui-color-swatch {
    width: 25%;
  }
}

.u-ui-dev-note {
  background-color: #A17DFF;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: .875em;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 15px;
  text-align: center;
}

.u-ui-dev-note:before {
  content: "DEV NOTE: ";
}

.u-ui-bg {
  padding: 20px;
}

pre code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: none;
  background: transparent;
}

pre {
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  font-size: 13px;
  line-height: 19px;
  overflow: hidden;
  padding: 6px 10px;
  border-radius: 3px;
}

pre code,
pre tt {
  background-color: transparent;
  border: none;
}

.u-ui-codeblock {
  font-size: 14px;
  font-size: .875rem;
  font-family: monospace;
  margin: 30px 0;
}

.u-ui-drawer-wrapper {
  position: relative;
  background: #2a2b2e;
  max-width: 1024px;
  padding: 24px;
}

@media (max-width: 850px) {
  .u-ui-drawer-wrapper {
    padding: 14px;
  }
}

@media (max-width: 600px) {
  .u-ui-drawer-wrapper {
    padding: 7px;
  }
}

.u-ui-drawer-wrapper--no-pad {
  padding: 0;
}

.u-ui-drawer-wrapper--menu-pad {
  padding-top: 34px;
}

@media print {
  .class_name {
    display: none !important;
  }

  .class_name {
    display: block !important;
  }

  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

@page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}