﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.logo-text {
    color: white;
    font-size: 24px;
    padding-top: 18px;
}

.nav-link {
    color: black !important;
    font-size: 24px;
    text-align: end;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.bg-primary {
    background-color: #FFC52B !important;
}

.btn-primary {
    color: #fff;
    background-color: #FFC52B;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #FFC52B;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/* Style the tab buttons */
.tablink {
    background-color: #D8D8D8;
    border-top: 8px solid #D8D8D8;
    border-bottom: 1px solid #C8D8D8;
}

    .tablink.selected {
        border-top: 8px solid #ffc52b !important;
        background-color: white !important;
    }

.listItems li:before {
    content: "\2022";
    color: black;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

/* Change background color of buttons on hover */
.tablink:hover {
    border-top: 8px solid #777;
}

/* Set default styles for tab content */
.tabcontent {
    color: black;
    display: none;
    padding: 5px;
    /*text-align: center;*/
}

/* Style each tab content individually */
#Rent {
    background-color: transparent;
}

#Buy {
    background-color: transparent;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.2857142857em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: .1428571429em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.8571428571em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before, .fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before, .fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before, .fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before, .fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before, .fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before, .fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before, .fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before, .fa-users:before {
    content: ""
}

.fa-chain:before, .fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before, .fa-scissors:before {
    content: ""
}

.fa-copy:before, .fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before, .fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before, .fa-sort:before {
    content: ""
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before, .fa-undo:before {
    content: ""
}

.fa-legal:before, .fa-gavel:before {
    content: ""
}

.fa-dashboard:before, .fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before, .fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before, .fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before, .fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before, .fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before, .fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before, .fa-usd:before {
    content: ""
}

.fa-rupee:before, .fa-inr:before {
    content: ""
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: ""
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: ""
}

.fa-won:before, .fa-krw:before {
    content: ""
}

.fa-bitcoin:before, .fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before, .fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before, .fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: ""
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before, .fa-car:before {
    content: ""
}

.fa-cab:before, .fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: ""
}

.fa-ge:before, .fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before, .fa-weixin:before {
    content: ""
}

.fa-send:before, .fa-paper-plane:before {
    content: ""
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before, .fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-hotel:before, .fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before, .fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: ""
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before, .fa-battery-half:before {
    content: ""
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: ""
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-tv:before, .fa-television:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-signing:before, .fa-sign-language:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: ""
}

.fa-fa:before, .fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-vcard:before, .fa-address-card:before {
    content: ""
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before, .fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: ""
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'HelveticaNeueLight';
    src: url("../fonts/helveticaneueltstd-lt-webfont.eot");
    src: url("../fonts/helveticaneueltstd-lt-webfont.eot?iefix") format("eot"),url("../fonts/helveticaneueltstd-lt-webfont.woff") format("woff"),url("../fonts/helveticaneueltstd-lt-webfont.ttf") format("truetype"),url("../fonts/helveticaneueltstd-lt-webfont.svg#webfontgf1C3R77") format("svg")
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    margin-bottom: 10px;
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto
    }

    input[type="search"] {
        -webkit-appearance: textfield
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

.clearfix:before, .group:before, .row:before, .btn-group:before, .slides:before, .border:before, .list-callouts:before, .clearfix:after, .group:after, .row:after, .btn-group:after, .slides:after, .border:after, .list-callouts:after {
    content: ' ';
    display: table
}

.clearfix:after, .group:after, .row:after, .btn-group:after, .slides:after, .border:after, .list-callouts:after {
    clear: both
}

.col {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 10px
}

    .col.last {
        float: right
    }

    .col.no-right-pad {
        padding-right: 0
    }

.col-centered {
    float: none;
    margin: 0 auto
}

.top-margin-20 {
    margin-top: 20px
}

.flex-col {
    position: relative;
    padding: 0 10px
}

.left-address {
    float: left;
    position: relative;
    width: 48%
}

.right-address {
    float: left;
    position: relative;
    width: 50%
}

@media only screen {
    .sm-12 {
        width: 100%
    }

    .sm-11 {
        width: 91.666667%
    }

    .sm-10 {
        width: 83.333333%
    }

    .sm-9 {
        width: 75%
    }

    .sm-8 {
        width: 66.666667%
    }

    .sm-7 {
        width: 58.333333%
    }

    .sm-6 {
        width: 50%
    }

    .sm-5 {
        width: 41.666667%
    }

    .sm-4 {
        width: 33.333333%
    }

    .sm-3 {
        width: 25%
    }

    .sm-2 {
        width: 16.666667%
    }

    .sm-1 {
        width: 8.333333%
    }

    .show-for-xs {
        display: none !important
    }
}

@media only screen and (min-width: 768px) {
    .md-12 {
        width: 100%
    }

    .md-11 {
        width: 91.666667%
    }

    .md-10 {
        width: 83.333333%
    }

    .md-9 {
        width: 75%
    }

    .md-8 {
        width: 66.666667%
    }

    .md-7 {
        width: 58.333333%
    }

    .md-6 {
        width: 50%
    }

    .md-5 {
        width: 41.666667%
    }

    .md-4 {
        width: 33.333333%
    }

    .md-3 {
        width: 25%
    }

    .md-2 {
        width: 16.666667%
    }

    .md-1 {
        width: 8.333333%
    }
}

@media only screen and (min-width: 1024px) {
    .lg-12 {
        width: 100%
    }

    .lg-11 {
        width: 91.666667%
    }

    .lg-10 {
        width: 83.333333%
    }

    .lg-9 {
        width: 75%
    }

    .lg-8 {
        width: 66.666667%
    }

    .lg-7 {
        width: 58.333333%
    }

    .lg-6 {
        width: 50%
    }

    .lg-5 {
        width: 41.666667%
    }

    .lg-4 {
        width: 33.333333%
    }

    .lg-3 {
        width: 25%
    }

    .lg-2 {
        width: 16.666667%
    }

    .lg-1 {
        width: 8.333333%
    }

    .show-for-md, .show-for-sm {
        display: none !important
    }

    .show-for-lg {
        display: inherit !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
    .show-for-lg, .hide-for-md, .show-for-mobile, .show-for-sm {
        display: none !important
    }

    .show-for-md {
        display: inherit !important
    }
}

@media only screen and (max-width: 767px) {
    .show-for-lg, .show-for-md, .hide-for-sm {
        display: none !important
    }

    .show-for-sm {
        display: inherit !important
    }

    .show-for-mobile {
        display: inherit !important
    }
}

@media only screen and (max-width: 479px) {
    .show-for-xs {
        display: inherit !important
    }

    .hide-for-xs {
        display: none !important
    }

    .xs-12 {
        width: 100%
    }

    .xs-11 {
        width: 91.666667%
    }

    .xs-10 {
        width: 83.333333%
    }

    .xs-9 {
        width: 75%
    }

    .xs-8 {
        width: 66.666667%
    }

    .xs-7 {
        width: 58.333333%
    }

    .xs-6 {
        width: 50%
    }

    .xs-5 {
        width: 41.666667%
    }

    .xs-4 {
        width: 33.333333%
    }

    .xs-3 {
        width: 25%
    }

    .xs-2 {
        width: 16.666667%
    }

    .xs-1 {
        width: 8.333333%
    }
}

.ie8 .show-for-md, .ie8 .show-for-sm, .non-responsive .show-for-md, .non-responsive .show-for-sm {
    display: none !important
}

.ie8 .lg-11, .ie8 .md-11, .ie8 .sm-11, .non-responsive .lg-11, .non-responsive .md-11, .non-responsive .sm-11 {
    width: 91.666667%
}

.ie8 .lg-10, .ie8 .md-10, .ie8 .sm-10, .non-responsive .lg-10, .non-responsive .md-10, .non-responsive .sm-10 {
    width: 83.333333%
}

.ie8 .lg-9, .ie8 .md-9, .ie8 .sm-9, .non-responsive .lg-9, .non-responsive .md-9, .non-responsive .sm-9 {
    width: 75%
}

.ie8 .lg-8, .ie8 .md-8, .ie8 .sm-8, .non-responsive .lg-8, .non-responsive .md-8, .non-responsive .sm-8 {
    width: 66.666667%
}

.ie8 .lg-7, .ie8 .md-7, .ie8 .sm-7, .non-responsive .lg-7, .non-responsive .md-7, .non-responsive .sm-7 {
    width: 58.333333%
}

.ie8 .lg-6, .ie8 .md-6, .ie8 .sm-6, .non-responsive .lg-6, .non-responsive .md-6, .non-responsive .sm-6 {
    width: 50%
}

.ie8 .lg-5, .ie8 .md-5, .ie8 .sm-5, .non-responsive .lg-5, .non-responsive .md-5, .non-responsive .sm-5 {
    width: 41.666667%
}

.ie8 .lg-4, .ie8 .md-4, .ie8 .sm-4, .non-responsive .lg-4, .non-responsive .md-4, .non-responsive .sm-4 {
    width: 33.333333%
}

.ie8 .lg-3, .ie8 .md-3, .ie8 .sm-3, .non-responsive .lg-3, .non-responsive .md-3, .non-responsive .sm-3 {
    width: 25%
}

.ie8 .lg-2, .ie8 .md-2, .ie8 .sm-2, .non-responsive .lg-2, .non-responsive .md-2, .non-responsive .sm-2 {
    width: 16.666667%
}

.ie8 .lg-1, .ie8 .md-1, .ie8 .sm-1, .non-responsive .lg-1, .non-responsive .md-1, .non-responsive .sm-1 {
    width: 8.333333%
}

.ie8 .lg-12, .ie8 .md-12, .ie8 .sm-12, .non-responsive .lg-12, .non-responsive .md-12, .non-responsive .sm-12 {
    width: 100%
}

@media print {
    .show-for-md, .show-for-sm {
        display: none !important
    }

    .lg-12, .md-12, .sm-12 {
        width: 100%
    }

    .lg-11, .md-11, .sm-11 {
        width: 91.666667%
    }

    .lg-10, .md-10, .sm-10 {
        width: 83.333333%
    }

    .lg-9, .md-9, .sm-9 {
        width: 75%
    }

    .lg-8, .md-8, .sm-8 {
        width: 66.666667%
    }

    .lg-7, .md-7, .sm-7 {
        width: 58.333333%
    }

    .lg-6, .md-6, .sm-6 {
        width: 50%
    }

    .lg-5, .md-5, .sm-5 {
        width: 41.666667%
    }

    .lg-4, .md-4, .sm-4 {
        width: 33.333333%
    }

    .lg-3, .md-3, .sm-3 {
        width: 25%
    }

    .lg-2, .md-2, .sm-2 {
        width: 16.666667%
    }

    .lg-1, .md-1, .sm-1 {
        width: 8.333333%
    }
}

html {
    cursor: default
}

:focus {
    outline: none
}

ol, ul, p, dl {
    margin: 0 0 1em
}

li {
    margin: 0 0 .25em
}

img, embed, object, video {
    max-width: 100%
}

.reduced, nav ul, nav ol, .list-unstyled, .list-inline, ul.resp-tabs-list, .flex-control-nav {
    padding-left: 0;
    list-style: none
}

nav ul, nav ol {
    margin-bottom: 0
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.align-center {
    text-align: center
}

.right {
    float: right
}

.left {
    float: left
}

.clear {
    clear: both
}

.clear-left {
    clear: left
}

.clear-right {
    clear: right
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.right, .left {
    margin: 0
}

.uppercase {
    text-transform: uppercase
}

.assistive-text {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px)
}

.inline-nav li {
    display: inline
}

    .inline-nav li + li {
        border-left: 1px solid #999;
        margin-left: .5em;
        padding-left: .75em
    }

address {
    font-style: normal
}

table {
    width: 100%
}

small, .small {
    font-size: 1rem
}

.large {
    font-size: 2rem
}

.hide, .print {
    display: none !important
}

.no-mobile [href^="tel:"], .no-touch [href^="tel:"] {
    text-decoration: none;
    color: inherit;
    cursor: inherit
}

    .no-mobile [href^="tel:"]:hover, .no-touch [href^="tel:"]:hover {
        color: inherit
    }

@media print {
    @page {
        margin: 1cm
    }

    * {
        background: transparent !important;
        color: #000 !important;
        text-shadow: none !important
    }

    a[href]:after {
        content: ""
    }

    #main a[href]:after, #site-header a[href]:after {
        content: none
    }

    nav, form, button embed, object, video, .btn {
        display: none !important
    }

    .print {
        display: inherit !important
    }

    pre, blockquote, img {
        page-break-inside: avoid
    }
}

@media only screen and (max-width: 767px) {
    .generic-mobile-clear {
        clear: both;
        display: block
    }
}

@media only screen and (max-width: 767px) {
    .generic-mobile-center {
        text-align: center
    }

        .generic-mobile-center img {
            width: 100%;
            height: 100%;
            margin: 25px 0 auto !important
        }
}

body {
    font-size: 1rem;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    line-height: 1.4;
    font-weight: 400;
    color: #666;
    background: #fff
}

@media only screen and (max-width: 767px) {
    body {
        background-color: #fff
    }
}

a, .link-text {
    color: #f58220;
    text-decoration: none
}

    a:hover, .link-text:hover {
        color: #841b54;
        text-decoration: underline
    }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: inherit;
    line-height: 1.2;
    font-weight: inherit;
    color: #353535;
    margin: 0 0 0.35em
}

h1, .h1 {
    font-size: 2rem
}

h2, .h2 {
    font-size: 1rem
}

h3, .h3 {
    font-size: 1rem;
    font-weight: 600
}

h4, .h4 {
    font-size: 1rem
}

h5, .h5 {
    font-size: 1rem
}

h6, .h6 {
    font-size: 1rem
}

h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 600
}

@media only screen and (max-width: 1024px) {
    h1, .h1 {
        font-size: 1.45rem
    }

    h2, .h2 {
        font-size: .825rem
    }

    h3, .h3 {
        font-size: .925rem
    }
}

p.last {
    margin-bottom: 0
}

#container {
    min-width: 320px;
    margin: 0 auto
}

.main-container {
    overflow: hidden;
    background-color: #fff;
    position: relative;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto
}

footer, .section.social-feed {
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.mobile-nav-visible .main-container, .mobile-nav-visible footer, .mobile-nav-visible .section.social-feed {
    -webkit-transform: translateX(260px);
    transform: translateX(260px)
}

@media only screen and (min-width: 946px) {
    .mobile-nav-visible .main-container, .mobile-nav-visible footer, .mobile-nav-visible .section.social-feed {
        -webkit-transform: none;
        transform: none
    }
}

@media only screen and (max-width: 767px) {
    html, body {
        overflow-x: hidden
    }
}

.btn.btn-block {
    display: block
}

.btn:hover {
    background-color: #f58220;
    background-image: -webkit-linear-gradient(top, #9a1f61, #f58220);
    background-image: linear-gradient(to bottom, #9a1f61, #f58220);
    color: #fff;
    text-decoration: none
}

.btn:focus {
    background: #841b54
}

.btn:active {
    background: #6f1746
}

.btn::-moz-focus-inner {
    border: none
}

.mod-minicart .minicart__products__action__btn {
    color: #ffffff !important
}

.mod-minicart .minicart__products__action__btn, .btn-primary {
    color: #ffffff;
    background-color: #f58220
}

    .mod-minicart .minicart__products__action__btn:focus, .btn-primary:focus {
        background: #f58220
    }

    .mod-minicart .minicart__products__action__btn:active, .btn-primary:active {
        background: #9a1f61
    }

    .mod-minicart .minicart__products__action__btn:hover, .btn-primary:hover {
        background-color: #4a4a4a;
        color: #ffffff;
        background-image: none !important
    }

.btn-primary {
    padding: 0.7em 2em 0.7em;
    border-radius: 1.5em;
    -webkit-transition: all .25s;
    transition: all .25s
}

.btn-alt {
    color: #9a1f61;
    background-color: #f58220;
    background-image: -webkit-linear-gradient(top, #fff, #f1f1f1);
    background-image: linear-gradient(to bottom, #fff, #f1f1f1);
    padding: 5px 15px;
    border: 1px solid #9a1f61
}

    .btn-alt:hover {
        background-color: #f58220;
        background-image: -webkit-linear-gradient(top, #f1f1f1, #fff);
        background-image: linear-gradient(to bottom, #f1f1f1, #fff);
        color: #9a1f61
    }

    .btn-alt:focus {
        background: #f1f1f1
    }

    .btn-alt:active {
        background: #e4e4e4
    }

    .btn-alt .fa {
        color: #9a1f61 !important
    }

.btn-link {
    color: #f58220;
    background: transparent;
    border: none;
    text-decoration: underline
}

    .btn-link:hover, .btn-link:focus, .btn-link:active {
        color: #841b54;
        background: transparent
    }

.text-link {
    color: #f58220;
    padding: 0;
    cursor: pointer
}

    .text-link:hover, .text-link:focus, .text-link:active {
        color: #841b54;
        background: transparent;
        text-decoration: underline
    }

.btn.disabled, .btn[disabled] {
    color: #999 !important;
    background: #ccc !important;
    text-shadow: 1px 1px 1px #fff;
    cursor: not-allowed !important
}

.btn-lg {
    font-size: 1rem
}

.btn-sm {
    font-size: 1rem;
    padding: 5px 15px
}

.btn-block {
    display: block;
    width: 100%
}

@media only screen and (max-width: 479px) {
    .btn-submit {
        font-size: 1rem
    }
}

.btn-group .btn {
    margin: .5em
}

@media only screen and (max-width: 479px) {
    .btn-group .btn {
        display: block;
        clear: both;
        width: 100%;
        margin: 1em 0
    }
}

.btn-group .btn:first-of-type {
    margin-left: 0
}

.fa {
    position: relative
}

.icon {
    position: relative;
    display: inline-block
}

.fa-facebook, .fa-facebook-square {
    color: #3b5998 !important
}

.fa-twitter {
    color: #5fa9dd !important
}

.fa-pinterest {
    color: #cc2127 !important
}

.fa-instagram {
    color: #333333 !important
}

.fa-youtube {
    color: #cc2127 !important
}

.fa-share {
    text-decoration: none;
    font-size: 1rem
}

    .fa-share i {
        margin-right: 3px
    }

.fa-youtube, .fa-youtube-square {
    color: #c4302b !important
}

.floatingCirclesG {
    position: relative;
    width: 128px;
    height: 128px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6)
}

.f_circleG {
    position: absolute;
    background-color: #FFFFFF;
    height: 23px;
    width: 23px;
    -webkit-border-radius: 12px;
    -webkit-animation-name: f_fadeG;
    -webkit-animation-duration: 0.96s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    border-radius: 12px;
    animation-name: f_fadeG;
    animation-duration: 0.96s;
    animation-iteration-count: infinite;
    animation-direction: linear
}

#frotateG_01 {
    left: 0;
    top: 52px;
    -webkit-animation-delay: 0.36s;
    animation-delay: 0.36s
}

#frotateG_02 {
    left: 15px;
    top: 15px;
    -webkit-animation-delay: 0.48s;
    animation-delay: 0.48s
}

#frotateG_03 {
    left: 52px;
    top: 0;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

#frotateG_04 {
    right: 15px;
    top: 15px;
    -webkit-animation-delay: 0.72s;
    animation-delay: 0.72s
}

#frotateG_05 {
    right: 0;
    top: 52px;
    -webkit-animation-delay: 0.84s;
    animation-delay: 0.84s
}

#frotateG_06 {
    right: 15px;
    bottom: 15px;
    -webkit-animation-delay: 0.96s;
    animation-delay: 0.96s
}

#frotateG_07 {
    left: 52px;
    bottom: 0;
    -webkit-animation-delay: 1.08s;
    animation-delay: 1.08s
}

#frotateG_08 {
    left: 15px;
    bottom: 15px;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

@-webkit-keyframes f_fadeG {
    0% {
        background-color: #e57c13
    }

    100% {
        background-color: #FFFFFF
    }
}

@keyframes f_fadeG {
    0% {
        background-color: #e57c13
    }

    100% {
        background-color: #FFFFFF
    }
}

label, input[type="submit"], input[type="range"], input[type="checkbox"], input[type="radio"], button {
    cursor: pointer
}

.error, .form-validation-error, .validation-summary-errors, .success {
    font-weight: 700
}

.error, .form-validation-error, .validation-summary-errors {
    color: #c00 !important
}

.success {
    color: #090 !important
}

legend {
    padding: .5em 0
}

.fieldset-select-one legend {
    padding: 0;
    margin: 0
}

fieldset {
    padding: 0;
    margin: 0;
    border: none
}

.form-group {
    position: relative;
    margin-bottom: 1em
}

    .form-group legend {
        font-weight: inherit;
        padding: 0
    }

    .form-group label {
        display: block
    }

    .form-group.inline label, .form-group .inline label {
        display: inline
    }

    .form-group .help label, .form-group .help a {
        display: inline
    }

    .form-group.no-label {
        margin-top: calc(1rem * 1.4)
    }

@media only screen and (max-width: 479px) {
    .form-group.no-label {
        margin-top: 0
    }
}

.radio-group legend {
    width: 100%;
    display: block
}

fieldset.super .radio-group legend {
    font-size: 1em;
    font-weight: normal;
    color: #000
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
    font-size: inherit;
    background: #fff;
    padding: .5em;
    height: 2.5125em;
    border: 1px solid #bbb;
    border-radius: 0;
    -moz-transition: background .15s, border .15s, box-shadow .15s;
    -webkit-transition: background .15s, border .15s, box-shadow .15s;
    transition: background .15s, border .15s, box-shadow .15s
}

    input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus, select:focus {
        background: #fff;
        box-shadow: 0 0 3px #0063ff;
        border-color: #497dd0
    }

fieldset .btn-fill {
    height: 2.5125em
}

fieldset .btn-alt {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

select[multiple] {
    height: auto
}

textarea {
    min-height: 10em
}

    input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
        background: #e9e9e9;
        color: #999;
        border-color: #bbb;
        cursor: not-allowed !important
    }

.checkbox, .radio {
    position: relative;
    min-height: 15px;
    padding: 5px 0 5px 20px
}

    .checkbox input, .radio input {
        position: absolute;
        top: .5em;
        left: 0;
        height: auto
    }

    .checkbox.inline, .radio.inline {
        padding-right: 10px
    }

::-webkit-input-placeholder {
    color: #aaa;
    font-style: italic
}

::-moz-placeholder {
    color: #aaa;
    font-style: italic
}

:-ms-input-placeholder {
    color: #aaa;
    font-style: italic
}

input.input-validation-error, textarea.input-validation-error, select.input-validation-error {
    border-color: #c00 !important;
    background-color: #fee
}

    input.input-validation-error:focus, textarea.input-validation-error:focus, select.input-validation-error:focus {
        box-shadow: 0 0 3px maroon
    }

input[type="text"].datepicker {
    width: 80%;
    width: calc(100% - 25px);
    vertical-align: middle
}

.datepicker-trigger {
    font-size: 1.5em;
    vertical-align: middle;
    cursor: pointer
}

.char-limiter label {
    float: left
}

.char-counter {
    float: right;
    font-size: 1rem;
    color: #666;
    margin-top: 3px
}

.char-limiter textarea {
    clear: both
}

.validation-summary-valid {
    display: none
}

.validation-summary-errors {
    margin-top: 1em
}

@media only screen and (max-width: 767px) {
    .field-validation-error {
        position: relative;
        top: auto;
        left: auto;
        max-width: none;
        width: 100%;
        padding: .25em 0 0;
        border: none;
        border-radius: 0;
        background: transparent;
        white-space: normal
    }

        .field-validation-error:after, .field-validation-error:before {
            display: none !important
        }
}

.form-group-checkbox .field-validation-error, .form-group-radio .field-validation-error {
    left: 0;
    top: -28px;
    bottom: 100%
}

@media only screen and (max-width: 767px) {
    .form-group-checkbox .field-validation-error, .form-group-radio .field-validation-error {
        top: auto;
        left: auto
    }
}

.form-validation-error, .validation-summary-errors {
    position: relative;
    border: solid 1px #c00;
    padding: .75em;
    margin: 1em 0;
    line-height: 1.1
}

    .form-validation-error p, .validation-summary-errors p {
        display: inline-block;
        margin: 0;
        padding-left: 40px;
        vertical-align: middle
    }

    .form-validation-error .fa-exclamation-circle, .validation-summary-errors .fa-exclamation-circle {
        position: absolute;
        top: 50%;
        left: .5em;
        margin-top: -12px;
        text-align: center;
        vertical-align: middle;
        color: #c00
    }

    .form-validation-error ul, .validation-summary-errors ul {
        margin: 0;
        list-style: none
    }

.pump-help-list {
    display: none
}

ol, ul, dl {
    margin: 0 0 1em
}

ul {
    padding-left: 20px
}

li {
    margin: 0 0 0.25em
}

.reduced, nav ul, nav ol, .list-unstyled, .list-inline, ul.resp-tabs-list, .flex-control-nav {
    padding-left: 0;
    list-style: none
}

    .list-inline li {
        display: inline-block;
        margin-bottom: 0
    }

        .list-inline li + li {
            margin-left: 5px
        }

    .list-inline.piped li + li:before {
        content: '\007c\00a0';
        margin-right: 5px
    }

.list-check > li, .list-check-container ul > li {
    /*background: url("../images/list-drop.png") no-repeat left 4px;*/
    padding-left: 18px;
    padding-bottom: 1em;
    margin: 0;
    list-style: none
}

.list-nomargin {
    margin-bottom: 0
}

.enhance-dropdown-menu {
    display: none
}

.active-hover {
    color: #f58220 !important
}

    .active-hover:before {
        background: #f58220;
        display: block;
        content: "";
        position: absolute;
        bottom: -3px;
        width: 100%;
        height: 4px;
        z-index: 9;
        left: 0;
        top: 0
    }

#site-header {
    width: 100%;
    background-color: #ffffff;
    max-width: 100%;
    margin: 0 auto
}

@media only screen and (max-width: 945px) {
    #site-header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        padding-top: 0
    }
}

#site-header .header-container {
    width: 100%;
    padding: 0 34px;
    position: relative;
    /*width: 100%;
    margin: 0 auto*/
}

    #site-header .header-container .utility-bar {
        background-color: #fff
    }

        #site-header .header-container .utility-bar .items {
            padding: 3px 10px
        }

        #site-header .header-container .utility-bar ul {
            list-style: none;
            margin: 10px 0;
            padding: 0
        }

            #site-header .header-container .utility-bar ul ul {
                margin: 0
            }

                #site-header .header-container .utility-bar ul ul a {
                    font-size: 1rem;
                    letter-spacing: normal
                }

            #site-header .header-container .utility-bar ul li {
                display: inline-block;
                margin: 0
            }

                #site-header .header-container .utility-bar ul li a {
                    font-size: .90rem;
                    text-decoration: none;
                    color: #353535;
                    font-weight: normal !important
                }

                    #site-header .header-container .utility-bar ul li a:hover {
                        text-decoration: underline
                    }

                    #site-header .header-container .utility-bar ul li a .fa-shopping-cart:before {
                        padding-right: 5px
                    }

                    #site-header .header-container .utility-bar ul li a .fa-lg {
                        font-size: 1.7em
                    }

        #site-header .header-container .utility-bar .utility-nav.left li a {
            padding-right: 35px
        }

@media only screen and (max-width: 1015px) {
    #site-header .header-container .utility-bar .utility-nav.left li a {
        padding-right: 15px
    }
}

#site-header .header-container .utility-bar .utility-nav.right li a {
    padding-left: 35px
}

#site-header .header-container .site-header-wrapper {
    width: 100%;
    position: relative;
    background-color: #ffffff;
    padding: 0px 10px;
    /*border-bottom: 1px solid #cccccc*/
}

    #site-header .header-container .site-header-wrapper #site-title {
        position: relative;
        z-index: 1;
        width: 136px;
        height: 28px;
        margin-top: 15px
    }

        #site-header .header-container .site-header-wrapper #site-title .logo {
            display: block;
            width: 102px;
            height: 28px;
            background: transparent url(/Content/images/logo-medela-enhancements.png) no-repeat center;
            background-size: 100% auto
        }

    #site-header .header-container .site-header-wrapper .main-nav {
        float: right
    }

        #site-header .header-container .site-header-wrapper .main-nav ul {
            list-style: none;
            margin: 0;
            padding-right: 0px
        }

            #site-header .header-container .site-header-wrapper .main-nav ul .nav-item {
                display: inline-block;
                margin: 0
            }

                #site-header .header-container .site-header-wrapper .main-nav ul .nav-item .fa {
                    font-size: 1em
                }

                #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a {
                    margin: 0 5px;
                    text-decoration: none;
                    color: #4a4a4a;
                    text-transform: uppercase;
                    font-size: .85em;
                    display: block;
                    position: relative;
                    -webkit-transition: all .25s;
                    transition: all .25s;
                    padding: 20px 5px;
                    font-weight: 700
                }

@media screen and (max-width: 1090px) {
    #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a {
        margin: 0
    }
}

#site-header .header-container .site-header-wrapper .main-nav ul .nav-item a:hover {
    color: #f58220
}

    #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a:hover:before {
        content: "";
        top: 0;
        border-top: 4px solid #f58220;
        display: block;
        position: absolute;
        width: 100%;
        left: 0
    }

#site-header .header-container .site-header-wrapper .main-nav ul .nav-item .dropdown-item {
    position: relative
}

    #site-header .header-container .site-header-wrapper .main-nav ul .nav-item .dropdown-item .dropdown-menu {
        position: absolute;
        top: 55px;
        left: 0;
        z-index: 99;
        background-color: #fff;
        min-width: 940px;
        min-height: 480px;
        width: 100;
        padding: 12px;
        border: 1px solid #e5e5e5;
        opacity: 0;
        color: #333;
        visibility: hidden;
        transition: top 150ms,opacity 150ms,visibility 150ms
    }

    #site-header .header-container .site-header-wrapper .main-nav ul .nav-item .dropdown-item .active {
        top: 45px;
        display: block !important;
        opacity: 1;
        visibility: visible;
        transition-delay: 150ms
    }

#site-header .header-container .site-header-wrapper .search-content button {
    float: right;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

    #site-header .header-container .site-header-wrapper .search-content button .fa-search {
        font-size: 1.45em;
        padding: .78em 1em;
        color: #4a4a4a
    }

@media only screen and (max-width: 945px) {
    #site-header .header-container .site-header-wrapper .search-content button .fa-search {
        padding: 0
    }
}

#site-header .header-container .site-header-wrapper .search-content button .fa-search:hover {
    color: #ffffff
}

@media only screen and (max-width: 945px) {
    #site-header .header-container .site-header-wrapper .search-content button .fa-search:hover {
        color: #f58220
    }
}

#site-header .header-container .site-header-wrapper .search-content button:hover {
    background-color: #fec440;
    color: #ffffff
}

@media only screen and (max-width: 945px) {
    #site-header .header-container .site-header-wrapper .search-content button:hover {
        color: #f58220;
        background-color: transparent
    }
}

#site-header .header-container .site-header-wrapper .search-content .btn {
    min-width: 40px;
    padding: 0.1em 0.7em
}

.container-left {
    padding-left: 0
}

@media only screen and (max-width: 1399px) {
    .container-left {
        padding-left: 10px
    }
}

.drop-down-active {
    border: 1px solid #cccccc;
    border-bottom: 1px solid #f8f8f8;
    cursor: pointer;
    background-color: #f8f8f8;
    border-top: none;
    padding: 20px 9px 19px 9px !important
}

    .drop-down-active:after {
        background: #f8f8f8;
        display: block;
        content: "";
        position: absolute;
        bottom: -3px;
        width: 100%;
        height: 4px;
        z-index: 9;
        left: 0
    }

.enhance-dropdown-menu {
    background-color: #F8F8F8;
    padding: 20px
}

@media only screen and (max-width: 1140px) {
    .enhance-dropdown-menu {
        padding: 20px 0px
    }
}

.enhance-dropdown-menu a.enhance-close {
    position: absolute;
    color: #383A37;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    right: 55px;
    top: 0;
    z-index: 2
}

    .enhance-dropdown-menu a.enhance-close:hover {
        color: #353535;
        text-decoration: underline
    }

    .enhance-dropdown-menu a.enhance-close .fa {
        margin-left: 8px;
        color: #383A37;
        background-color: #f8f8f8;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: 1px solid #000;
        position: absolute;
        font-size: 1.4em;
        text-align: center;
        top: -3px
    }

        .enhance-dropdown-menu a.enhance-close .fa:hover {
            background-color: #f58220;
            border: 1px solid #f58220;
            color: #ffffff
        }

.enhance-dropdown-menu .menu-container {
    clear: both
}

.enhance-dropdown-menu .dropdown-title {
    font-size: 2.3em;
    font-weight: 700;
    color: #383A37;
    margin-left: 20px
}

.enhance-dropdown-menu ul.products-list {
    list-style: none
}

    .enhance-dropdown-menu ul.products-list li {
        color: #DB6724;
        margin-bottom: 15px
    }

        .enhance-dropdown-menu ul.products-list li .fa {
            position: relative;
            color: #ffffff;
            background-color: #f58220;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            font-size: 1.4em;
            padding: 0 9px;
            margin-right: 10px;
            float: left
        }

            .enhance-dropdown-menu ul.products-list li .fa:hover {
                background-color: #9a1f61
            }

        .enhance-dropdown-menu ul.products-list li a {
            font-weight: 600
        }

.enhance-dropdown-menu .custom {
    width: 39%
}

    .enhance-dropdown-menu .custom .promo-media {
        padding-left: 50px
    }

        .enhance-dropdown-menu .custom .promo-media img {
            box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
            margin-top: 25px
        }

.enhance-dropdown-menu .promo-title {
    font-size: 1.9em;
    color: #383A37;
    font-weight: 700;
    letter-spacing: -0.5px;
    padding-top: 50px
}

    .enhance-dropdown-menu .promo-title:after {
        content: "";
        width: 85px;
        border-bottom: 5px solid #FEC440;
        display: block;
        margin: 15px 0 0 4px
    }

@media only screen and (max-width: 1140px) {
    .enhance-dropdown-menu .promo-title {
        padding-top: 30px;
        font-size: 1.5em
    }
}

.enhance-dropdown-menu p {
    font-size: 1.1em;
    color: #383a37
}

@media only screen and (max-width: 1140px) {
    .enhance-dropdown-menu p {
        font-size: 1em
    }
}

.enhance-dropdown-menu .btn-primary {
    padding: 0.7em 2em 0.7em;
    border-radius: 1.5em;
    font-size: 0.9em;
    background-image: none;
    border: none;
    display: inline-block;
    margin-top: 10px;
    -webkit-transition: all .25s;
    transition: all .25s
}

    .enhance-dropdown-menu .btn-primary .fa {
        font-size: 0.8em;
        padding-left: 5px
    }

    .enhance-dropdown-menu .btn-primary:hover {
        background-color: #4a4a4a;
        color: #fff
    }

.enhance-dropdown-menu .link-item {
    font-size: 0.9em;
    margin-left: 20px;
    display: block;
    margin: 30px 0 0 20px
}

.promo {
    text-align: center;
    background-color: #FDF3D8;
    padding: 4px 0
}

    .promo span {
        color: #353535
    }

    .promo a {
        color: #000000;
        text-decoration: underline;
        text-transform: uppercase;
        -webkit-transition: all .25s;
        transition: all .25s;
        font-weight: 600
    }

        .promo a:hover {
            color: #ffc52b
        }

#site-header .header-container .utility-bar .menu-account {
    float: right
}

    #site-header .header-container .utility-bar .menu-account li {
        margin-left: 0;
        display: inline-block;
        height: 18px
    }

        #site-header .header-container .utility-bar .menu-account li.utility-nav-item-right {
            padding-right: 20px
        }

.search-bar-header {
    position: absolute;
    right: 0px;
    bottom: -103px;
    z-index: 9;
    background-color: #fff;
    width: 100%;
    padding: 21px;
    border-bottom: 1px solid #c1c1c1;
    -webkit-transition: all .25s;
    transition: all .25s;
    display: none
}

@media only screen and (max-width: 767px) {
    .search-bar-header {
        bottom: -89px;
        padding: 21px 0
    }
}

.search-bar-header form {
    margin: 0 auto
}

.search-bar-header .search-container {
    width: 65%;
    float: right
}

@media only screen and (max-width: 945px) {
    .search-bar-header .search-container {
        width: 100%;
        float: none
    }
}

.search-bar-header input {
    font-size: 1.9em;
    width: 100%;
    position: relative;
    border: 1px solid #cccccc;
    padding: 0 130px 0 20px;
    height: 2em;
    border-radius: 30px
}

@media only screen and (max-width: 767px) {
    .search-bar-header input {
        font-size: 1.4em;
        padding: 0 65px 0 20px
    }
}

.search-bar-header input:focus {
    outline: none;
    box-shadow: none !important;
    border-color: #fec440
}

.search-bar-header button {
    position: absolute;
    right: 0;
    min-width: 55px;
    padding: .3em 1em;
    border-left: none;
    text-transform: uppercase;
    margin-right: 20px;
    font-size: 1.9em;
    color: #000000;
    top: 0;
    border-right: none;
    border-bottom: none;
    border-top: none;
    background-color: transparent
}

@media only screen and (max-width: 767px) {
    .search-bar-header button {
        font-size: 1.4em;
        padding: .3em .5em
    }
}

.search-bar-header button:hover {
    color: #f58220
}

.display-search {
    display: block !important
}

#scroll-top {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999
}

    #scroll-top i {
        margin-left: 5px
    }

.mobile-trigger {
    padding: 0;
    position: absolute;
    z-index: 4;
    right: 45px;
    top: 18px
}

#nav-toggle {
    left: 20px;
    top: 17px;
    background: none;
    border: none
}

    #nav-toggle .fa {
        color: #454545;
        font-size: 1.5rem
    }

        #nav-toggle .fa:hover {
            color: #f58220
        }

#search-toggle {
    right: 0
}

.mobile-nav-visible #mobile-nav-close {
    position: fixed;
    top: 0;
    left: 260px;
    z-index: 99999;
    width: 100%;
    height: 100%
}

html.mobile-nav-visible #mobile-nav {
    transform: translate3d(0, 0, 0)
}

.mod-minicart .minicart__link--cart i {
    background-position: -9999px !important
}

.mod-minicart .minicart__link--cart--filled .label {
    background-color: #353535
}

.mod-minicart {
    margin: 0 0 0 30px
}

.ie8 #site-header .main-nav-bar .nav-bar .nav-item > a {
    font-size: 16px
}

.ie8 #site-header .main-nav-bar .nav-bar .nav-item .dropdown-tab {
    width: 150px
}

body.home .main-nav-bar .nav-bar .nav-item-home a, body.breastfeeding-guidance .main-nav-bar .nav-bar .nav-item-breastfeeding-guidance a, body.why-medela .main-nav-bar .nav-bar .nav-item-why-medela a, body.breastfeeding-insurance .main-nav-bar .nav-bar .nav-item-insurance a, body.products .main-nav-bar .nav-bar .nav-item-products a {
    font-weight: 700;
    padding-left: 5px;
    padding-right: 4px
}

#mobile-nav {
    position: fixed;
    top: 58px !important;
    left: 0;
    width: 259px;
    height: calc(100% - 65px);
    overflow-y: auto;
    border-right: 1px solid #cccccc;
    background-color: #ffffff;
    transform: translate3d(-100%, 0, 0)
}

    #mobile-nav .nav {
        background-color: #ffffff;
        margin-bottom: 50px
    }

        #mobile-nav .nav li {
            position: relative;
            margin: 0
        }

            #mobile-nav .nav li .plus-minus {
                top: 5px
            }

        #mobile-nav .nav a {
            display: block;
            text-decoration: none;
            padding: 10px;
            border-top: 1px solid #ccc
        }

            #mobile-nav .nav a:hover {
                background-color: #f58220;
                color: #fbeeb9
            }

        #mobile-nav .nav .nav-item > a {
            color: #000;
            font-weight: 700
        }

            #mobile-nav .nav .nav-item > a .icon-arrow-down {
                border-top-color: #ccc
            }

            #mobile-nav .nav .nav-item > a:hover {
                background-color: #f58220;
                color: #fff
            }

        #mobile-nav .nav .nav-item.active > a {
            background-color: #000;
            color: #fff
        }

        #mobile-nav .nav .nav-item .nav a {
            padding-left: 30px;
            border: 0;
            font-weight: 600
        }

            #mobile-nav .nav .nav-item .nav a span {
                display: inline !important
            }

            #mobile-nav .nav .nav-item .nav a .uppercase {
                text-transform: none
            }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #mobile-nav .nav .nav-item .nav a .uppercase {
        text-transform: uppercase
    }
}

#mobile-nav .nav .aca-portal .hide-for-custom {
    display: none !important
}

#mobile-nav ul ul {
    display: none
}

.mobile-search-bar {
    width: 100%;
    background: #f7f7f7
}

    .mobile-search-bar .form-bar form {
        margin: 1em
    }

    .mobile-search-bar .form-bar input {
        height: 30px
    }

.mobile-account-bar {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    color: #000;
    text-decoration: none;
    padding: 10px 12px;
    border-bottom: 1px solid #ccc
}

    .mobile-account-bar:hover {
        text-decoration: none
    }

    .mobile-account-bar .account-trigger {
        position: absolute;
        top: 10px;
        right: 12px
    }

.search-bar {
    display: none
}

.btn-site-search {
    background: transparent;
    border: none
}

    .btn-site-search:hover {
        background: transparent;
        border: none
    }

.skip-link {
    left: 0
}

.autocomplete-suggestions {
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    padding: 0 1em 1em 1em;
    background: #f6f6f6;
    box-shadow: -1px 1px 3px rgba(0,0,0,0.1);
    position: absolute;
    display: none;
    z-index: 9999;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box
}

    .autocomplete-suggestions.header {
        width: 450px !important;
        margin-left: -222px
    }

@media only screen and (max-width: 767px) {
    .autocomplete-suggestions.header {
        width: 90% !important;
        margin-left: 0
    }
}

.autocomplete-suggestion {
    position: relative;
    padding: .5em;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.02em;
    color: #333
}

    .autocomplete-suggestion b {
        font-weight: normal;
        color: #f58220
    }

.autocomplete-category {
    color: #333;
    font-weight: 700;
    margin-top: 1em
}

.autocomplete-suggestion.selected {
    background: #fff
}

@media only screen and (max-width: 1000px) {
    #site-header .header-container .site-header-wrapper .narrow {
        width: 72%
    }

    #site-header .header-container .site-header-wrapper .mobile {
        width: 11%
    }
}

@media only screen and (max-width: 945px) {
    #site-header .header-container .site-header-wrapper {
        padding: 0 10px 0;
        border-bottom: 1px solid #ccc
    }

        #site-header .header-container .site-header-wrapper .full-mobile {
            margin-bottom: 15px
        }

            #site-header .header-container .site-header-wrapper .full-mobile a.mobile-cart-trigger {
                color: #454545;
                text-decoration: none
            }

                #site-header .header-container .site-header-wrapper .full-mobile a.mobile-cart-trigger:hover {
                    color: #f58220
                }

        #site-header .header-container .site-header-wrapper .mobile {
            width: 100%
        }

        #site-header .header-container .site-header-wrapper #nav-toggle {
            top: 13px
        }

        #site-header .header-container .site-header-wrapper #site-title {
            margin-top: 15px
        }

        #site-header .header-container .site-header-wrapper .search-content {
            position: absolute;
            right: 0;
            top: -50px
        }

            #site-header .header-container .site-header-wrapper .search-content button {
                padding: 10px
            }

                #site-header .header-container .site-header-wrapper .search-content button .fa {
                    font-size: 1.5em
                }
}

@media only screen and (max-width: 365px) {
    #site-header .header-container .site-header-wrapper #site-title {
        margin-right: 90px
    }
}

.professionals #site-header .header-container .site-header-wrapper .main-nav ul, .healthcare-professional-information #site-header .header-container .site-header-wrapper .main-nav ul, .nicu #site-header .header-container .site-header-wrapper .main-nav ul, .education-research #site-header .header-container .site-header-wrapper .main-nav ul, .education #site-header .header-container .site-header-wrapper .main-nav ul, .research #site-header .header-container .site-header-wrapper .main-nav ul, .education-innovating-practice #site-header .header-container .site-header-wrapper .main-nav ul, .tips-and-solutions #site-header .header-container .site-header-wrapper .main-nav ul, .categorizedpage-summary #site-header .header-container .site-header-wrapper .main-nav ul, .course-list #site-header .header-container .site-header-wrapper .main-nav ul {
    padding-right: 0
}

@media only screen and (max-width: 1250px) {
    .professionals #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a, .healthcare-professional-information #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a, .nicu #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a, .education-research #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a, .education #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a, .research #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a, .education-innovating-practice #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a, .tips-and-solutions #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a, .categorizedpage-summary #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a, .course-list #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a {
        padding: 20px 0px
    }
}

@media only screen and (max-width: 1130px) {
    .professionals #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a, .healthcare-professional-information #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a, .nicu #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a, .education-research #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a, .education #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a, .research #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a, .education-innovating-practice #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a, .tips-and-solutions #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a, .categorizedpage-summary #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a, .course-list #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a {
        margin: 0px 10px
    }
}

@media only screen and (max-width: 1060px) {
    .professionals #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a, .healthcare-professional-information #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a, .nicu #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a, .education-research #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a, .education #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a, .research #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a, .education-innovating-practice #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a, .tips-and-solutions #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a, .categorizedpage-summary #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a, .course-list #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a {
        font-size: .75em;
        margin: 0 3px
    }
}

.course #site-header .header-container .site-header-wrapper .main-nav ul, .program #site-header .header-container .site-header-wrapper .main-nav ul, .presenter #site-header .header-container .site-header-wrapper .main-nav ul {
    padding-right: 0
}

@media only screen and (max-width: 1250px) {
    .course #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a, .program #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a, .presenter #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a {
        padding: 20px 0px
    }
}

@media only screen and (max-width: 1130px) {
    .course #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a, .program #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a, .presenter #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a {
        margin: 0px 10px
    }
}

@media only screen and (max-width: 1060px) {
    .course #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a, .program #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a, .presenter #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a {
        font-size: .75em;
        margin: 0 3px
    }
}

.products #site-header .header-container .site-header-wrapper .main-nav ul {
    padding-right: 0
}

@media only screen and (max-width: 1250px) {
    .products #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a {
        padding: 20px 0px
    }
}

@media only screen and (max-width: 1130px) {
    .products #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a {
        margin: 0px 5px
    }
}

@media print {
    .main-nav-bar {
        padding: 1.5em 0
    }

    #site-title a {
        background: url("../images/medela-logo.gif") !important
    }
}

footer {
    background-color: #fdf3d8;
    padding: 75px 0 0
}

@media only screen and (max-width: 945px) {
    footer {
        padding: 50px 0 0
    }
}

footer .site-footer {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto
}

    footer .site-footer .section-footer-links {
        margin: 0;
        background-color: #7c8d97;
        padding: 40px 0 0
    }

@media only screen and (max-width: 945px) {
    footer .site-footer .section-footer-links {
        padding: 0
    }
}

@media only screen and (max-width: 945px) {
    .row.flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width: 945px) {
    .row.flex > .col.md-3.footer-logo.flex-item {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (max-width: 945px) {
    .row.flex > .col.md-6.featured-links.flex-item {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

@media only screen and (max-width: 945px) {
    .row.flex > .col.md-3.social.flex-item {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.footer-logo {
    color: #353535
}

@media only screen and (max-width: 945px) {
    .footer-logo {
        padding: 0 20px
    }
}

.footer-logo p {
    font-style: italic;
    padding: 10px 75px 0 0;
    line-height: 20px
}

@media only screen and (max-width: 1095px) {
    .footer-logo p {
        padding: 10px 0 0 0;
        font-size: 0.9em
    }
}

@media only screen and (max-width: 945px) {
    .footer-logo {
        width: 100%
    }
}

@media only screen and (max-width: 945px) {
    .featured-links {
        width: 100%;
        padding: 0
    }
}

@media only screen and (max-width: 945px) {
    .featured-links .group {
        width: 100%
    }
}

.featured-links .group li {
    margin-bottom: 25px
}

@media only screen and (max-width: 1095px) {
    .featured-links .group li {
        margin-bottom: 15px
    }
}

.featured-links .group li a {
    color: #353535;
    text-decoration: none
}

    .featured-links .group li a:hover {
        text-decoration: underline;
        color: #000000
    }

@media only screen and (max-width: 945px) {
    .featured-links .group li a ul {
        border-top: 1px solid #999;
        padding-top: 10px
    }
}

@media only screen and (max-width: 945px) {
    .featured-links .group ul {
        border-top: 1px solid #353535;
        padding: 25px 0 10px 20px;
        margin: 0
    }
}

@media only screen and (max-width: 945px) {
    .social {
        width: 100%
    }
}

.social .social-content {
    margin-left: 40px
}

@media only screen and (max-width: 1015px) {
    .social .social-content {
        margin-left: 20px
    }
}

@media only screen and (max-width: 945px) {
    .social .social-content {
        padding: 20px 0 25px 10px
    }
}

.social .social-content h2 {
    color: #353535;
    font-size: 1em;
    margin-bottom: 15px;
    font-family: inherit
}

.social .social-content ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .social .social-content ul li {
        display: inline-block
    }

        .social .social-content ul li a {
            padding: 0 15px 0 0;
            display: block
        }

@media only screen and (max-width: 1095px) {
    .social .social-content ul li a {
        padding: 0 10px 0 0
    }
}

@media only screen and (max-width: 1095px) {
    .social .social-content ul li a {
        padding: 0 15px 0 0
    }
}

.social .social-content ul li a .fa:before {
    -webkit-transition: all .25s;
    transition: all .25s
}

.social .social-content ul li a .icon {
    font-size: 1.8em;
    background: none
}

@media only screen and (max-width: 1095px) {
    .social .social-content ul li a .icon {
        font-size: 1.5em
    }
}

@media only screen and (max-width: 945px) {
    .social .social-content ul li a .icon {
        font-size: 1.9em
    }
}

.social .social-content ul li a .fa-facebook:hover {
    color: #1e2e4f !important
}

.social .social-content ul li a .fa-twitter:hover {
    color: #2677b0 !important
}

.social .social-content ul li a .fa-instagram:hover {
    color: gray !important
}

.social .social-content ul li a .fa-pinterest:hover {
    color: #741316 !important
}

.social .social-content ul li a .fa-youtube:hover {
    color: #741316 !important
}

@media only screen and (max-width: 945px) {
    .social .social-content {
        margin-left: 0
    }
}

.copyright {
    background-color: #7c8d97;
    padding-top: 20px;
    margin-top: 70px
}

    .copyright ul {
        text-align: center;
        list-style: none
    }

        .copyright ul li {
            display: inline-block;
            color: #ffffff;
            font-size: .9em
        }

            .copyright ul li a {
                border-right: 1px solid;
                padding: 0 20px;
                color: #ffffff;
                text-decoration: none
            }

                .copyright ul li a:hover {
                    text-decoration: underline
                }

                .copyright ul li a.first {
                    padding: 0 20px 0 3px
                }

                .copyright ul li a.last {
                    border: none
                }

@media only screen and (max-width: 945px) {
    .copyright {
        padding-top: 0;
        padding-left: 10px;
        margin-top: 10px
    }

        .copyright ul {
            border-top: none;
            padding: 25px 0 0 0
        }

            .copyright ul li {
                display: block;
                font-size: 1em;
                text-align: left;
                margin-bottom: 10px
            }

                .copyright ul li a {
                    border: none;
                    padding: 0
                }
}

.panel-group {
    margin-bottom: -20px
}

.panel {
    padding: 15px;
    margin-bottom: 20px;
    color: #666;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    overflow: hidden
}

.panel-header {
    margin: -5px -15px 0;
    padding: 0 15px 10px;
    border-bottom: 1px solid #f5f5f5
}

    .panel-header .panel-title {
        margin-bottom: 0
    }

.panel-content {
    margin: 0 -15px -15px;
    padding: 15px;
    background-color: #fff
}

    .panel-content .table {
        margin-top: 2em
    }

.panel-primary {
    color: #fff;
    background-color: #f58220;
    border-color: #f58220
}

    .panel-primary .panel-content {
        color: #666
    }

.table-group {
    margin-bottom: -20px
}

.table {
    background: #f5f5f5;
    margin-bottom: 20px
}

    .table:last-child {
        margin-bottom: 0
    }

    .table th, .table td, .table caption {
        padding: 10px;
        border: 1px solid #fff
    }

    .table th {
        text-align: center;
        font-weight: 400;
        background: #ffe792;
        color: #666
    }

    .table caption {
        font-size: 18px
    }

.table-minimal {
    margin-bottom: 10px;
    text-align: left
}

    .table-minimal td, .table-minimal th {
        padding: 5px 10px 5px 0
    }

    .table-minimal td {
        border-top: 1px solid #e6e6e6
    }

    .table-minimal th {
        font-weight: 700
    }

.table-striped tr:nth-child(even) {
    background: #e8e8e8
}

.table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    margin-bottom: 20px
}

    .table-wrapper .table {
        margin-bottom: 0
    }

@media screen {
    .table-wrapper .table {
        min-width: 600px
    }
}

@media only screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin: 20px 0;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #e5e5e5;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive .table {
            margin: 0
        }

            .table-responsive .table th, .table-responsive .table td {
                white-space: nowrap
            }
}

.video-thumb {
    display: block;
    border: 1px solid #ccc
}

    .video-thumb:hover {
        border-color: #f58220
    }

    .video-thumb img {
        display: block;
        width: 100%
    }

.video-list li {
    margin-bottom: 1em
}

video {
    max-width: 100%;
    height: auto
}

.video-container {
    position: relative;
    height: 0;
    padding-top: 30px;
    padding-bottom: 56.25%;
    overflow: hidden
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

[data-tooltip] {
    color: #ea8823;
    cursor: pointer
}

    [data-tooltip]:hover {
        color: inherit
    }

.tooltip-trigger-icon {
    font-size: 120%
}

.tooltip {
    position: absolute;
    z-index: 9999;
    padding: 1em;
    width: 100%;
    max-width: 240px;
    background: #fafafa;
    color: #666;
    border: 3px solid #eee
}

    .tooltip:after {
        content: '';
        position: absolute;
        top: calc(100% + 3px);
        left: 50%;
        border: 7px solid transparent;
        border-top-color: #eee;
        margin-left: -7px
    }

.tooltip-left:after {
    left: 1em;
    margin-left: 0
}

.tooltip-right:after {
    right: 1em;
    left: auto;
    margin-left: 0
}

ul.resp-tabs-list {
    margin-bottom: 0;
    margin-left: 20px
}

.resp-tabs-list li {
    float: left;
    display: inline-block;
    padding: 13px 30px 14px;
    margin: 0 15px 0 0;
    list-style: none;
    cursor: pointer;
    border-top: 1px solid #c1c1c1;
    border-left: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1
}

    .resp-tabs-list li:hover {
        background-color: #f9f9f9
    }

    .resp-tabs-list li.resp-tab-active {
        cursor: default;
        background: #fff
    }

        .resp-tabs-list li.resp-tab-active:hover {
            background-color: #fff
        }

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none
}

.resp-tab-content {
    display: none;
    padding: 15px;
    overflow: hidden
}

.resp-tab-active {
    border: 1px solid #c1c1c1 !important;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 25px 13px 25px !important;
    border-top: 4px solid #FEC440 !important;
    border-bottom: 0px #fff solid !important;
    font-weight: 700;
    color: #000000
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff
}

.resp-content-active, .resp-accordion-active {
    display: block
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
    border-top-color: #c1c1c1
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
    border-top: 1px solid;
    border: 1px solid #5AB1D0 !important;
    border-left: 4px solid #5AB1D0 !important;
    margin-bottom: 4px !important;
    border-right: 1px #FFF solid !important
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #f58220
}

h2.resp-tab-active {
    background: #DBDBDB
}

.resp-easy-accordion h2.resp-accordion {
    display: block
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1
}

    .resp-easy-accordion .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1
    }

.resp-jfit {
    width: 100%;
    margin: 0px
}

.resp-tab-content-active {
    display: block
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1
}

@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none
    }

    h2.resp-accordion {
        display: block;
        font-size: 1.1em
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none
    }

    .resp-accordion-closed {
        display: none !important
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important
    }
}

.flexslider {
    position: relative;
    margin: 0 auto
}

    .flexslider li {
        margin-bottom: 0
    }

    .flexslider img {
        display: block;
        margin: 0 auto
    }

.flex-viewport {
    min-height: 150px
}

.slide {
    position: relative
}

.slide-caption {
    z-index: 4;
    width: 100%;
    color: #231f20;
    padding-top: 1em;
    padding-bottom: 3em
}

@media only screen and (max-width: 767px) {
    .slide-caption {
        position: relative;
        bottom: auto;
        padding-bottom: 1em;
        background-color: transparent;
        color: inherit
    }

        .slide-caption p {
            font-size: 1em
        }
}

.flex-control-nav {
    position: relative;
    z-index: 9;
    margin-top: -3.5em;
    text-align: center
}

    .flex-control-nav li {
        display: inline-block;
        margin: 0 .5em
    }

    .flex-control-nav a {
        display: block;
        cursor: pointer;
        text-indent: -999em;
        background-color: #ddd;
        width: 17px;
        height: 17px;
        border-radius: 100%
    }

        .flex-control-nav a.flex-active {
            background-color: #f58220
        }

        .flex-control-nav a:hover {
            background-color: #ccc
        }

@media only screen and (max-width: 767px) {
    .flex-control-nav {
        margin: 0
    }
}

.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

    .flex-direction-nav a {
        width: 30px;
        height: 30px;
        margin: 0;
        padding: 0;
        display: block;
        font-size: 0;
        position: absolute;
        top: 50%;
        cursor: pointer;
        color: #fff;
        text-decoration: none;
        background: #838383;
        border-radius: 50%
    }

    .flex-direction-nav:hover .flex-prev, .flex-direction-nav .flex-prev {
        left: 7px;
        right: auto
    }

        .flex-direction-nav:hover .flex-prev:hover, .flex-direction-nav .flex-prev:hover {
            filter: alpha(opacity=70);
            opacity: .7
        }

    .flex-direction-nav:hover .flex-next, .flex-direction-nav .flex-next {
        right: 7px;
        left: auto
    }

        .flex-direction-nav:hover .flex-next:hover, .flex-direction-nav .flex-next:hover {
            filter: alpha(opacity=70);
            opacity: .7
        }

        .flex-direction-nav .flex-next:before, .flex-direction-nav .flex-prev:before {
            font-size: 30px;
            line-height: 1
        }

    .flex-direction-nav .flex-prev:before {
        content: "\003c";
        margin-left: 5px
    }

    .flex-direction-nav .flex-next:before {
        content: "\003e";
        margin-left: 7px
    }

    .flex-direction-nav .flex-disabled {
        filter: alpha(opacity=30);
        cursor: default;
        opacity: 0.2 !important
    }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
        -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
        box-shadow: 0 10px 25px rgba(0,0,0,0.5)
    }

.fancybox-outer, .fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox/fancybox_sprite.png")
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../images/fancybox/blank.gif");
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

    .fancybox-lock body {
        overflow: hidden !important
    }

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("../images/fancybox/fancybox_overlay.png")
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent;
        background: rgba(0,0,0,0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0,0,0,0.8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url("../images/fancybox/fancybox_sprite_2x.png");
        background-size: 44px 152px
    }

        #fancybox-loading div {
            background-image: url("../images/fancybox/fancybox_loading_2x.gif");
            background-size: 24px 24px
        }
}

#container *, #container :before, #container :after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
    width: 100%
}

.zip-bar input, .zip-bar .btn {
    border-color: #c9c9c9
}

.page-header {
    position: relative
}

    .page-header img {
        display: block
    }

@media only screen and (max-width: 767px) {
    .page-header img {
        max-width: none;
        width: 150%;
        margin-left: -50%
    }
}

@media only screen and (max-width: 479px) {
    .page-header img {
        max-width: none;
        width: 250%;
        margin-left: -150%
    }
}

.page-header .banner-caption {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 1400px;
    width: 100%;
    padding: 10% 0 0 10px
}

    .page-header .banner-caption .caption-header {
        width: 50%
    }

@media only screen and (max-width: 1024px) {
    .page-header .banner-caption {
        padding-top: 5%
    }

        .page-header .banner-caption .caption-header {
            width: 56%
        }
}

@media only screen and (max-width: 989px) {
    .page-header .banner-caption .caption-header {
        width: 52%
    }
}

@media only screen and (max-width: 767px) {
    .page-header .banner-caption {
        position: relative;
        padding: 1em 10px
    }

        .page-header .banner-caption .caption-header {
            width: 100%
        }
}

@media only screen and (max-width: 767px) {
    .page-header-flip img {
        margin-left: 0;
        width: 150%
    }
}

@media only screen and (max-width: 1024px) {
    .page-header-flip .banner-caption {
        padding-top: 7%
    }
}

@media only screen and (min-width: 767px) {
    .page-header-flip .banner-caption .caption-header {
        width: 100%
    }
}

@media only screen and (min-width: 767px) {
    .page-header-flip .banner-caption .section-content {
        float: right;
        text-align: center;
        width: 40%
    }
}

#page-nav-offset {
    position: absolute;
    bottom: 54px
}

.page-nav-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 54px;
    max-width: 1400px
}

    .page-nav-bar .page-nav-bg {
        position: absolute;
        bottom: 0;
        background: #f58220;
        opacity: .85;
        height: 54px;
        width: 100%
    }

    .page-nav-bar.sticky-nav {
        position: fixed;
        top: 0;
        z-index: 9999
    }

        .page-nav-bar.sticky-nav .page-nav-bg {
            top: 0
        }

    .page-nav-bar .page-nav {
        position: relative;
        bottom: 0;
        max-width: 1400px;
        width: 100%;
        padding: 18px 0
    }

        .page-nav-bar .page-nav .nav {
            opacity: 1
        }

        .page-nav-bar .page-nav li {
            display: inline-block
        }

            .page-nav-bar .page-nav li:after {
                content: "|";
                padding: 0 0 0 3px
            }

@media only screen and (max-width: 989px) {
    .page-nav-bar .page-nav li:after {
        padding: 0 0 0 3px
    }
}

.page-nav-bar .page-nav li:last-child:after {
    content: ""
}

.page-nav-bar .page-nav li.first {
    margin: 0
}

.page-nav-bar .page-nav a {
    font-weight: 600;
    color: #000;
    text-decoration: none;
    padding: 3px 6px
}

    .page-nav-bar .page-nav a:hover {
        text-decoration: underline;
        background: #fef0ca;
        border-radius: 3px;
        text-decoration: none
    }

.page-nav-bar .page-nav .current .nav-link {
    background: #fef0ca;
    border-radius: 3px
}

.page-nav-bar .page-nav .uppercase {
    text-transform: none !important
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .page-nav-bar .page-nav .uppercase {
        text-transform: uppercase !important
    }
}

.page-title {
    font-size: 2rem;
    margin-bottom: 0;
    font-weight: 300
}

.page-utilities {
    float: right;
    margin: 0 0 1em;
    text-align: right
}

@media only screen and (max-width: 767px) {
    .page-utilities {
        display: none
    }
}

.page-description {
    font-size: 2rem
}

.content-important {
    background-color: #fbeeb9
}

.form-container {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto
}

.input-wrapper {
    margin: 10px 0
}

.responsive section.flexslider {
    overflow: hidden;
    visibility: hidden;
    transition: all .5s
}

    .responsive section.flexslider.loaded {
        visibility: visible
    }

.ie8 .responsive section.flexslider {
    min-width: 1200px
}

.responsive section.flexslider .slide {
    overflow: hidden
}

    .responsive section.flexslider .slide > a {
        text-decoration: none
    }

@media only screen and (max-width: 767px) {
    .responsive section.flexslider {
        height: auto
    }

        .responsive section.flexslider .slide img {
            max-width: none;
            width: 184%
        }
}

.responsive section.flexslider .slide-caption-container {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 7%;
    height: 100%;
    width: 40%
}

@media only screen and (max-width: 767px) {
    .responsive section.flexslider .slide-caption-container {
        position: relative;
        top: 0px;
        right: 0px;
        left: 0px;
        width: 100%;
        padding: 10px;
        background: none
    }
}

.ie8 .responsive section.flexslider .slide-caption-container {
    top: 100px
}

.ie8 .responsive section.flexslider .slide-caption {
    height: 200px
}

.responsive section.flexslider .slide-caption {
    z-index: 4;
    width: 100%;
    padding: 10px
}

    .responsive section.flexslider .slide-caption .line {
        display: block
    }

@media only screen and (max-width: 767px) {
    .responsive section.flexslider .slide-caption .line {
        display: inline
    }
}

@media only screen and (max-width: 767px) {
    .responsive section.flexslider .slide-caption .btn {
        display: block;
        width: 150px;
        margin: 0 auto;
        float: none
    }
}

.responsive section.flexslider .slide-caption .caption-header {
    color: #231f20;
    margin-bottom: .25em;
    font-size: 28px;
    font-weight: 400
}

    .responsive section.flexslider .slide-caption .caption-header sup {
        top: -.25em
    }

    .responsive section.flexslider .slide-caption .caption-header .large {
        font-size: 48px
    }

    .responsive section.flexslider .slide-caption .caption-header .medium {
        font-size: 32px
    }

    .responsive section.flexslider .slide-caption .caption-header .small {
        font-size: 24px
    }

@media only screen and (max-width: 1024px) {
    .responsive section.flexslider .slide-caption .caption-header {
        font-size: 23px
    }
}

.responsive section.flexslider .slide-caption p {
    font-size: 24px
}

.responsive section.flexslider .flex-control-nav a {
    width: 10px;
    height: 10px;
    background-color: #999999
}

    .responsive section.flexslider .flex-control-nav a.flex-active {
        background-color: #ccc
    }

    .responsive section.flexslider .flex-control-nav a:hover {
        background-color: #f58220
    }

.responsive section.flexslider .flex-direction-nav a {
    width: 50px;
    height: 50px;
    top: 42%;
    color: #787878;
    background: none;
    border-radius: 0
}

@media only screen and (max-width: 767px) {
    .responsive section.flexslider .flex-direction-nav a {
        top: 25%;
        width: 30px;
        height: 30px
    }
}

@media only screen and (max-width: 479px) {
    .responsive section.flexslider .flex-direction-nav a {
        top: 15%
    }
}

.responsive section.flexslider .flex-direction-nav .flex-next:before, .responsive section.flexslider .flex-direction-nav .flex-prev:before {
    font-size: 50px
}

@media only screen and (max-width: 767px) {
    .responsive section.flexslider .flex-direction-nav .flex-next:before, .responsive section.flexslider .flex-direction-nav .flex-prev:before {
        font-size: 30px
    }
}

.responsive section.flexslider .slide-mymedela .line2 {
    font-size: 44px
}

@media only screen and (max-width: 1120px) {
    .responsive section.flexslider .slide-mymedela .line2 {
        font-size: 38px
    }
}

@media only screen and (max-width: 1024px) {
    .responsive section.flexslider .slide-mymedela .line2 {
        font-size: 30px
    }
}

@media only screen and (max-width: 767px) {
    .responsive section.flexslider .slide-mymedela .line2 {
        font-size: 24px
    }
}

.responsive section.flexslider .slide-mymedela .brand-color {
    color: #ea8823
}

@media only screen and (min-width: 767px) {
    .responsive section.flexslider .slide-through-it-all .slide-caption-container {
        right: 4.25%;
        width: 26%
    }
}

@media only screen and (max-width: 767px) {
    .responsive section.flexslider .slide-shop-medela img {
        position: relative;
        right: 80%
    }
}

@media only screen and (min-width: 767px) {
    .responsive section.flexslider .slide-shop-medela .slide-caption-container {
        left: 10%;
        width: 25%
    }
}

.responsive section.flexslider .slide-shop-medela .slide-caption-container .caption-header {
    color: #231f20
}

@media only screen and (min-width: 1024px) {
    .responsive section.flexslider .slide-shop-medela .slide-caption-container .caption-header {
        font-size: 30px
    }
}

@media only screen and (max-width: 767px) {
    .responsive section.flexslider .slide-shop-medela .slide-caption-container .caption-header {
        color: #231f20
    }
}

.responsive section.flexslider .slide-shop-medela .brand-color {
    color: #ea8823
}

@media only screen and (max-width: 767px) {
    .responsive section.flexslider .slide-shop-medela .brand-color {
        color: #ea8823
    }
}

@media only screen and (max-width: 767px) {
    .responsive section.flexslider .slide img {
        position: relative;
        right: 80%
    }
}

@media only screen and (max-width: 767px) {
    .responsive section.flexslider .slide .slide-caption-container {
        text-align: center
    }
}

@media only screen and (min-width: 767px) {
    .responsive section.flexslider .slide .slide-caption-container {
        width: 24%
    }

        .responsive section.flexslider .slide .slide-caption-container.caption-left {
            left: 10%
        }

        .responsive section.flexslider .slide .slide-caption-container.caption-center {
            left: 43%
        }

        .responsive section.flexslider .slide .slide-caption-container.caption-right {
            right: 5%
        }
}

.responsive section.flexslider .slide .slide-caption-container .caption-header {
    font-size: 40px;
    color: #FFFFFF
}

@media only screen and (min-width: 1024px) {
    .responsive section.flexslider .slide .slide-caption-container .caption-header {
        font-size: 48px
    }
}

@media only screen and (max-width: 767px) {
    .responsive section.flexslider .slide .slide-caption-container .caption-header {
        font-size: 35px;
        color: #231f20
    }
}

.responsive section.flexslider .slide .slide-caption-container .line {
    font-size: 15px;
    color: #231f20
}

@media only screen and (min-width: 1024px) {
    .responsive section.flexslider .slide .slide-caption-container .line {
        font-size: 23px;
        margin-top: 10px
    }
}

@media only screen and (max-width: 767px) {
    .responsive section.flexslider .slide .slide-caption-container .line {
        font-size: 23px
    }
}

.responsive section.flexslider .slide .slide-caption-container .disclaimer {
    font-size: 12px;
    color: #231f20
}

@media only screen and (max-width: 767px) {
    .responsive section.flexslider .slide .slide-caption-container .btn {
        width: 190px
    }
}

.responsive section.flexslider .slide .slide-caption-container .header-tm {
    font-size: 20px;
    vertical-align: super;
    margin: 0 0 0 -11px;
    line-height: 0.9em
}

@media only screen and (min-width: 1024px) {
    .responsive section.flexslider .slide .slide-caption-container .header-tm {
        font-size: 30px;
        margin: 0 0 0 -16px
    }
}

@media only screen and (max-width: 767px) {
    .responsive section.flexslider .slide .slide-caption-container .header-tm {
        font-size: 15px;
        margin: 0 0 0 -10px
    }
}

.responsive section.flexslider .slide .slide-caption-container .header-reg {
    font-size: 8px;
    vertical-align: super
}

@media only screen and (min-width: 1024px) {
    .responsive section.flexslider .slide .slide-caption-container .header-reg {
        font-size: 12px
    }
}

@media only screen and (max-width: 767px) {
    .responsive section.flexslider .slide .slide-caption-container .header-reg {
        font-size: 12px
    }
}

@media only screen and (max-width: 767px) {
    .responsive section.flexslider .slide-holiday-promo img {
        position: relative;
        right: 80%
    }
}

@media only screen and (min-width: 767px) {
    .responsive section.flexslider .slide-holiday-promo .slide-caption-container {
        left: 10%;
        width: 25%
    }
}

.responsive section.flexslider .slide-holiday-promo .slide-caption-container .caption-header {
    color: #231f20
}

@media only screen and (min-width: 1024px) {
    .responsive section.flexslider .slide-holiday-promo .slide-caption-container .caption-header {
        font-size: 30px
    }
}

@media only screen and (max-width: 767px) {
    .responsive section.flexslider .slide-holiday-promo .slide-caption-container .caption-header {
        color: #231f20
    }
}

.responsive section.flexslider .slide-holiday-promo .slide-caption-container .line {
    font-size: 20px
}

@media only screen and (max-width: 767px) {
    .responsive section.flexslider .slide-holiday-promo .slide-caption-container .line {
        font-size: 15px
    }
}

.responsive section.flexslider .slide-holiday-promo .brand-color {
    color: #ea8823
}

@media only screen and (max-width: 767px) {
    .responsive section.flexslider .slide-holiday-promo .brand-color {
        color: #ea8823
    }
}

@media only screen and (max-width: 767px) {
    .responsive section.flexslider .slide-holiday-promo .btn {
        width: 190px
    }
}

.callout .form-bar {
    margin: 1em 0 0 0
}

.products section.flexslider, .medelaatwork section.flexslider {
    margin-bottom: 70px;
    overflow: inherit
}

@media only screen and (max-width: 767px) {
    .products section.flexslider, .medelaatwork section.flexslider {
        margin-bottom: 20px
    }
}

.products section.flexslider img, .medelaatwork section.flexslider img {
    margin: 0;
    width: 100%
}

.products section.flexslider .slide .slide-caption-container .caption-header, .medelaatwork section.flexslider .slide .slide-caption-container .caption-header {
    line-height: 1em !important
}

@media only screen and (max-width: 767px) {
    .products section.flexslider .slide .slide-caption-container .caption-header, .medelaatwork section.flexslider .slide .slide-caption-container .caption-header {
        font-size: 32px !important
    }
}

@media only screen and (max-width: 400px) {
    .products section.flexslider .slide .slide-caption-container .caption-header, .medelaatwork section.flexslider .slide .slide-caption-container .caption-header {
        font-size: 24px !important;
        line-height: 24px
    }
}

.products section.flexslider .slide .slide-caption-container .caption-header .line, .medelaatwork section.flexslider .slide .slide-caption-container .caption-header .line {
    line-height: 1.2em !important
}

@media only screen and (max-width: 767px) {
    .products section.flexslider .slide .slide-caption-container .line, .medelaatwork section.flexslider .slide .slide-caption-container .line {
        font-size: 18px !important
    }
}

@media only screen and (max-width: 400px) {
    .products section.flexslider .slide .slide-caption-container .line, .medelaatwork section.flexslider .slide .slide-caption-container .line {
        font-size: 14px !important
    }
}

.products section.flexslider .slide .slide-caption-container .btn, .medelaatwork section.flexslider .slide .slide-caption-container .btn {
    padding: 0.5em 1em !important
}

.medelaatwork section.flexslider {
    margin-bottom: 89px
}

@media only screen and (min-width: 1024px) {
    .products section.flexslider .slide .slide-caption-container .caption-header {
        font-size: 23px
    }
}

.products section.flexslider .slide .slide-caption-container .line {
    font-size: 12px
}

.aca-page-header {
    padding-top: 20px
}

.section-aca .section-header {
    margin: 0 0 20px 0
}

@media only screen and (min-width: 768px) {
    .section-aca .section-header {
        margin: 0 0 30px 0
    }
}

.section-aca .section-title {
    margin: 0 0 0.15em;
    font-weight: 300
}

.medela-delivers-landing .callout .callout-header {
    max-width: 450px;
    margin: .25em auto;
    font-weight: 300
}

    .medela-delivers-landing .callout .callout-header .line {
        display: block
    }

@media only screen and (max-width: 767px) {
    .medela-delivers-landing .callout .callout-header .line-mobile {
        display: block
    }
}

.medela-delivers-landing .callout .btn {
    margin: 1em 0 3em
}

@media only screen and (max-width: 767px) {
    .medela-delivers-landing .callout {
        max-width: none
    }

        .medela-delivers-landing .callout .btn {
            margin: .5em 0 1.5em
        }
}

#tips-and-solutions {
    overflow: hidden
}

    #tips-and-solutions .tip {
        display: block
    }

    #tips-and-solutions .tips-off-campus {
        position: relative;
        background: #fff;
        width: 100%;
        height: 90%;
        position: absolute;
        top: 55px;
        left: 0;
        box-shadow: 0 0 20px #888;
        -webkit-transform: translateX(200%);
        -ms-transform: translateX(200%);
        transform: translateX(200%);
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out
    }

        #tips-and-solutions .tips-off-campus.slider-visible {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }

        #tips-and-solutions .tips-off-campus .flexslider-off-canvas {
            height: 100%;
            overflow-y: hidden
        }

        #tips-and-solutions .tips-off-campus .flexslider-toggle {
            position: absolute;
            top: 10px;
            right: 10px;
            z-index: 99;
            padding: 0
        }

        #tips-and-solutions .tips-off-campus .slide-header {
            padding: 1.5em 75px
        }

            #tips-and-solutions .tips-off-campus .slide-header .slide-title {
                font-size: 28px
            }

        #tips-and-solutions .tips-off-campus .flex-viewport {
            height: 83%
        }

        #tips-and-solutions .tips-off-campus .slides {
            margin: 0;
            height: 100%
        }

            #tips-and-solutions .tips-off-campus .slides > li {
                height: 100%
            }

            #tips-and-solutions .tips-off-campus .slides .slide-content {
                padding: 0 20px 1em 75px;
                width: 95%;
                height: 100%;
                overflow-y: auto
            }

                #tips-and-solutions .tips-off-campus .slides .slide-content .page-title {
                    font-size: 24px
                }

@media only screen and (max-width: 1024px) {
    #tips-and-solutions .tips-off-campus {
        width: 90%;
        left: 5%
    }
}

@media only screen and (max-width: 767px) {
    #tips-and-solutions .tips-off-campus {
        top: 35px;
        width: 100%;
        left: 0
    }

        #tips-and-solutions .tips-off-campus .flex-viewport {
            height: 93%
        }

        #tips-and-solutions .tips-off-campus .slides .slide-content {
            margin: .5em 30px;
            padding: 0 10px;
            width: calc(100% - 60px);
            overflow-y: auto
        }

        #tips-and-solutions .tips-off-campus .flex-direction-nav a {
            top: 98px;
            width: 20px;
            height: 20px
        }

            #tips-and-solutions .tips-off-campus .flex-direction-nav a:before {
                font-size: 18px
            }

            #tips-and-solutions .tips-off-campus .flex-direction-nav a.flex-next:before {
                margin-left: 6px
            }

            #tips-and-solutions .tips-off-campus .flex-direction-nav a.flex-prev:before {
                margin-right: 4px
            }

        #tips-and-solutions .tips-off-campus .slide-header {
            padding: 3.5em .5em 0 .5em
        }

            #tips-and-solutions .tips-off-campus .slide-header .slide-title {
                font-size: 24px
            }
}

#videos .item-image {
    position: relative;
    overflow: hidden;
    width: 100%
}

#videos .video-play {
    position: absolute;
    top: 31%;
    right: 0;
    left: 0;
    color: #fff;
    text-align: center;
    opacity: .7
}

#videos .callout a:hover .video-play {
    opacity: 1
}

#videos .btn-view-all {
    margin-top: 2em
}

#breastfeeding-university img {
    padding: 10px
}

@media only screen and (max-width: 767px) {
    #breastfeeding-university img {
        display: none
    }
}

#product-selector {
    min-height: 400px
}

    #product-selector .steps {
        position: relative;
        min-height: 50px;
        margin-top: 30px
    }

@media only screen and (max-width: 767px) {
    #product-selector .steps {
        min-height: 0
    }
}

#product-selector .steps legend.h2 {
    font-weight: 700
}

#product-selector .steps dl {
    margin-top: 20px
}

#product-selector .pump-selector-step {
    top: 0;
    left: 0
}

@media only screen and (max-width: 767px) {
    #product-selector .pump-selector-step {
        position: relative
    }
}

#product-selector .form-actions a.btn-primary.btn-prev-question {
    color: #353535;
    background-color: #ffc52b;
    background-image: none;
    border: 1px solid #e4e4e4
}

    #product-selector .form-actions a.btn-primary.btn-prev-question:hover {
        background-color: #f6f6f6;
        background-image: -webkit-linear-gradient(top, #f6f6f6, #fff);
        background-image: linear-gradient(to bottom, #f6f6f6, #fff)
    }

@media only screen and (max-width: 767px) {
    #product-selector .form-actions .btn {
        padding: .5em
    }
}

.loader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.5);
    height: 100%;
    z-index: 2
}

    .loader .floatingCirclesG {
        margin: auto
    }

.breastpumpSelector {
    min-height: 200px
}

#pump-selector-results .product-list {
    padding: 20px 0 0 0
}

#pump-selector-results .product-name {
    font-weight: 300
}

@media only screen and (max-width: 767px) {
    #coverage-questions .md-4 {
        margin: 1em 0 2em 0
    }
}

.account .login-message {
    height: 130px
}

@media only screen and (max-width: 1024px) {
    .account .login-message {
        height: 145px
    }
}

@media only screen and (max-width: 767px) {
    .account .login-message {
        height: auto
    }
}

@media only screen and (min-width: 990px) {
    .account .buttons-account .col {
        padding: 0 5px
    }
}

.account .buttons-account .btn {
    display: block;
    width: 100%;
    float: left;
    margin: 10px 25px;
    max-width: 185px;
    text-align: center
}

@media only screen and (max-width: 1366px) {
    .account .buttons-account .btn {
        margin: 10px 15px
    }
}

@media only screen and (max-width: 1259px) {
    .account .buttons-account .btn {
        margin: 10px auto 10px;
        display: block;
        max-width: 100%
    }
}

.account .sidebar .header {
    border-bottom: 1px solid #ccc;
    padding-bottom: .125em
}

    .account .sidebar .header .header-link-sm {
        font-size: 13px;
        float: right;
        padding-top: 3px
    }

.account .sidebar .sub-header {
    font-weight: 700;
    margin: 0
}

.account .sidebar .sidebar-content {
    margin-bottom: 3em
}

.account .btn-checkout {
    margin: 0 0 1em 0
}

    .account .btn-checkout .btn {
        display: inline-block
    }

.account .guest-account {
    margin: 3em 0;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.account .form-group-due-date {
    position: relative
}

@media only screen and (max-width: 620px) {
    .account .form-group-due-date .btn-due-date {
        width: 100%;
        margin-top: 0
    }
}

@media only screen and (max-width: 620px) {
    .account .form-group-due-date .due-date-holder {
        margin-top: 0
    }
}

@media only screen and (max-width: 479px) {
    .account .form-group-due-date .btn-due-date {
        width: 100%
    }

    .account .form-group-due-date .due-date-holder {
        position: relative;
        padding-left: 10px
    }
}

.trigger {
    cursor: pointer
}

.accordion-container-default .accordion-toggle, .accordion-container-default .plus-minus {
    display: none;
    margin-bottom: 0
}

.accordion-container-default .trigger {
    display: block;
    cursor: pointer;
    margin-bottom: 1em
}

.accordion-container-default .list-section-list {
    padding-bottom: 0
}

.accordion-container-alt .trigger {
    padding-left: 20px
}

    .accordion-container-alt .trigger:hover {
        text-decoration: none
    }

.accordion-container-alt .plus-minus {
    display: block;
    right: auto;
    left: 0;
    top: -3px;
    font-size: 20px
}

.accordion-container-alt .list {
    padding-left: 60px
}

.tabs-horizontal .columns-spaced .span {
    width: 30%;
    float: left;
    padding-right: 10px
}

@media only screen and (max-width: 767px) {
    .tabs-horizontal .columns-spaced .span {
        float: none;
        padding: 0;
        margin: 20px 0;
        width: 100%
    }
}

section.section-news {
    clear: both
}

@media print {
    .breastpumpSelector, .landing .callout img, .callout .link-text, #facts img, #benefits-of-breastfeeding img, #breastfeeding-university img, #aca img, #videos, .filter-content .plus-minus, .section-aca .callout img {
        display: none !important
    }

    #facts .col, #benefits-of-breastfeeding .col {
        width: 100%
    }

    .filter-content form {
        display: block !important
    }

    .callout {
        page-break-inside: avoid
    }
}

@media only screen and (max-width: 767px) {
    .ms-education-order-heading {
        margin: 15px 0 !important
    }
}

.ui-widget {
    font-family: "Open Sans",Helvetica,Arial,sans-serif !important
}

@media only screen and (min-width: 767px) {
    .accounts section.flexslider .slide-caption-container.caption-right, .professionals section.flexslider .slide-caption-container.caption-right {
        left: inherit;
        right: 0
    }
}

@media only screen and (min-width: 767px) {
    .accounts section.flexslider .slide-caption-container.caption-left, .professionals section.flexslider .slide-caption-container.caption-left {
        left: 10%;
        right: inherit
    }
}

.accounts section.flexslider .slide-caption-container .caption-header, .professionals section.flexslider .slide-caption-container .caption-header {
    font-size: 40px;
    color: #FFFFFF
}

    .accounts section.flexslider .slide-caption-container .caption-header .line-small, .professionals section.flexslider .slide-caption-container .caption-header .line-small {
        color: #000000
    }

@media only screen and (min-width: 1024px) {
    .accounts section.flexslider .slide-caption-container .caption-header, .professionals section.flexslider .slide-caption-container .caption-header {
        font-size: 50px
    }
}

@media only screen and (max-width: 767px) {
    .accounts section.flexslider .slide-caption-container .caption-header, .professionals section.flexslider .slide-caption-container .caption-header {
        font-size: 35px;
        color: #231f20
    }
}

.accounts section.flexslider .flex-direction-nav a, .professionals section.flexslider .flex-direction-nav a {
    z-index: 9999
}

.accounts .main-callouts .callout img, .professionals .main-callouts .callout img {
    width: 100%
}

.accounts .main-callouts .callout.callout-link, .professionals .main-callouts .callout.callout-link {
    text-align: left !important
}

@media only screen and (max-width: 767px) {
    .generic-mobile-clear {
        clear: both;
        display: block
    }
}

@media only screen and (max-width: 767px) {
    .generic-mobile-center {
        text-align: center
    }

        .generic-mobile-center img {
            width: 100%;
            height: 100%;
            margin: 25px auto !important
        }
}

body.cart .shopping-cart-heading {
    font-size: 1.75em
}

body.cart .cart-caption {
    padding: 5px 10px;
    background-color: #dddddd;
    font-weight: bold;
    color: #666666
}

body.cart .cart-thead {
    background-color: #eeeeee
}

body.cart .enter-email-form {
    margin-top: 20px
}

body.cart .enter-email-form-actions {
    margin-bottom: 40px
}

#OrderSummary {
    margin-bottom: 20px
}

    #OrderSummary table tbody tr td {
        padding: 7px
    }

.calendarIcon {
    width: auto !important
}

@media only screen and (max-width: 767px) {
    .accounts section.flexslider .slide img, .professionals section.flexslider .slide img {
        width: 184%
    }
}

@media only screen and (max-width: 767px) {
    .accounts section.flexslider .slide img, .professionals section.flexslider .slide img {
        position: relative;
        right: 80%
    }

    .accounts section.flexslider .mobile-slide-left img, .professionals section.flexslider .mobile-slide-left img {
        position: relative;
        right: 0%
    }
}

.expand-collapse {
    margin-bottom: 20px
}

    .expand-collapse h3.trigger {
        margin-top: 20px
    }

@media only screen and (max-width: 767px) {
    section.flexslider .Right img {
        position: relative;
        right: inherit !important;
        left: 0 !important
    }

    section.flexslider .Left img {
        position: relative;
        right: 80% !important;
        left: inherit !important
    }
}

.request-list-container {
    padding: 20px;
    background-color: #e1e1e1;
    margin: 20px auto;
    width: 250px;
    clear: both;
    border-radius: 15px
}

    .request-list-container ul {
        padding: 0
    }

        .request-list-container ul li {
            text-align: center
        }

.products #page-banner-slideshow {
    display: none
}

.radio-group .radio-label-left {
    margin-left: auto
}

.products .item-description .price {
    color: #000000;
    float: left
}

    .products .item-description .price del {
        color: #666666
    }

.products .item-description .new-price-change {
    color: #c72e86
}

.products-detail .product-detail-price .price {
    color: #000000
}

    .products-detail .product-detail-price .price del {
        color: #666666
    }

.products-detail .product-detail-price .new-price-change {
    color: #c72e86
}

.products-detail .product-detail-price .new-discount-price {
    display: block;
    margin: 20px 0;
    padding: 5px 10px;
    background-color: #c72e86;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    width: 150px;
    text-align: center
}

.item-description span.h4.link-text {
    display: block
}

.bvreview-submit-email {
    margin-top: 15px !important;
    display: block;
    padding: 0.5em 1.1em 0.7em;
    border: none;
    margin-bottom: 20px
}

#bvreview-inline input {
    width: 50%;
    margin-bottom: 20px
}

@media only screen and (max-width: 768px) {
    #bvreview-inline input {
        width: 90%
    }
}

#bvreview-inline select {
    margin-bottom: 20px;
    width: 52%
}

@media only screen and (max-width: 768px) {
    #bvreview-inline select {
        width: 92%
    }
}

#bvreview-inline label {
    margin-bottom: 10px
}

#bvreview-inline .field-validation-valid {
    color: #ff0000;
    display: block
}

#bvreview-inline p {
    width: 80%
}

.resp-tab-content {
    text-align: left
}

.resp-arrow, h2.resp-tab-active span.resp-arrow {
    border: 0
}

    .resp-arrow:after, h2.resp-tab-active span.resp-arrow:after {
        border: 0;
        font-family: 'FontAwesome';
        font-size: 18px;
        content: '\f067';
        display: block;
        margin-left: -15px
    }

    h2.resp-tab-active span.resp-arrow:after {
        color: #f58220;
        content: '\f068'
    }

@media only screen and (max-width: 900px) {
    .resp-tabs-list li {
        margin: 0 10px 0 0
    }
}

#suppliderLookup {
    margin-bottom: 20px
}

.clear-btn-left {
    float: left
}

.border-box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.input-full input, .input-full select, .input-full textarea {
    width: 100%
}

.input-notfull input, .input-notfull select, .input-notfull textarea {
    width: auto
}

.medela-promotions a.link-edit {
    position: absolute;
    top: 0;
    right: 0;
    color: deepPink;
    text-decoration: none;
    font-weight: bold;
    z-index: 100
}

@media only screen and (max-width: 767px) {
    .responsive .medela-promotions a.link-edit {
        display: none
    }
}

.plus-minus {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 24px;
    font-weight: 500
}

    .plus-minus:after {
        content: "+"
    }

.open .plus-minus:after {
    content: "-"
}

.accordion-menu .trigger {
    position: relative;
    display: block;
    width: 100%
}

.icon {
    background-image: url("../images/icons.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 12px;
    position: relative
}

.icon-play-med {
    background: url("../legacy/images/icon-play-med.png") no-repeat center 50px
}

.icon-plus, .fa-plus-square-o {
    color: #e57c13;
    margin-right: 5px
}

.icon-plus-minus {
    background-position: 0 -360px;
    margin-right: 5px;
    top: 1px;
    width: 12px
}

.icon-checkmark {
    background-image: url(../images/icon-drop-orange.png);
    padding: 8px 0 0;
    width: 15px;
    height: 9px;
    overflow: hidden
}

.icon-help {
    top: 2px;
    background-position: 0 -280px;
    width: 12px;
    margin-left: 5px
}

.icon-arrow-right {
    top: 4px
}

.ui-jqgrid .ui-pg-table .ui-pg-input, .ui-jqgrid .ui-pg-table .ui-pg-selbox {
    height: auto;
    width: auto;
    line-height: inherit;
    padding: 1px;
    font-weight: normal;
    font-size: 11px;
    margin: 1px
}

.ui-jqgrid tr.jqgrow td {
    white-space: pre-wrap !important
}

.table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    margin-bottom: 20px
}

    .table-wrapper table {
        min-width: 600px
    }

.video-thumb {
    position: relative
}

    .video-thumb .fa {
        position: absolute;
        top: 40%;
        left: 47.5%;
        color: #888;
        color: rgba(131,131,131,0.75)
    }

    .video-thumb:hover .fa {
        color: rgba(131,131,131,0.9)
    }

body.news-off .section-news {
    display: none
}

#auto-login {
    width: 100%;
    float: left;
    margin: .5em 0
}

    #auto-login * {
        float: left
    }

    #auto-login img {
        margin-right: 10px
    }

    #auto-login h3 {
        line-height: 32px;
        margin: 0
    }

.border {
    border: 1px solid #ccc
}

    .border.border-top {
        border-width: 1px 0 0 0;
        padding-top: 1em
    }

        .border.border-top.border-bottom {
            border-width: 1px 0;
            margin: 1em 0;
            padding: 1em 0
        }

    .border.border-bottom {
        border-width: 0 0 1px 0;
        margin-bottom: 1em
    }

.header.border-bottom {
    border-bottom: 1px solid #ccc;
    margin-bottom: .75em;
    padding-bottom: .25em
}

@media only screen and (max-width: 767px) {
    .faqs .linkto-item .linkto-spacer {
        margin-top: -75px;
        padding-bottom: 75px;
        display: block
    }
}

.ui-autocomplete.ui-corner-all {
    border: 1px solid #dddddd;
    background: #eeeeee;
    padding: 4px 16px 16px;
    overflow: hidden
}

    .ui-autocomplete.ui-corner-all .ui-autocomplete-category {
        padding-top: 12px;
        font-weight: bold;
        width: 100%;
        clear: both
    }

    .ui-autocomplete.ui-corner-all .ui-menu-item {
        padding-top: 4px;
        padding-left: 4px
    }

        .ui-autocomplete.ui-corner-all .ui-menu-item a {
            text-decoration: none;
            display: block;
            padding: .2em .4em;
            line-height: 1.5;
            zoom: 1
        }

.section {
    padding: 40px 0
}

@media only screen and (max-width: 767px) {
    .section {
        padding: 20px 0
    }
}

.section .section-divider {
    border-top: 1px solid #e5e5e5;
    margin-top: 20px
}

.section.no-divider {
    padding-top: 0;
    border-top: none
}

.section .section {
    padding: 0
}

    .section .section + .section {
        padding-top: 20px
    }

.section.alt {
    background-color: #ffffff
}

.section.non-alt {
    background-color: #ffffff
}

.section.featured {
    background-color: #fdf5d5
}

.section .section-heading {
    margin-bottom: 1em;
    padding: 0 10px;
    font-weight: 300
}

.section.first {
    padding-top: 0
}

.section.last {
    padding-bottom: 0
}

.section .message-important {
    background-color: #fbeeb9;
    padding: 1em 0;
    margin: 1em 0 0 0
}

@media only screen and (max-width: 767px) {
    .section .message-important {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.section .message-important * {
    margin-top: 0;
    margin-bottom: 0
}

.breadcrumb {
    margin: 1.5em 0 .5em 0
}

    .breadcrumb li {
        display: inline;
        font-size: .95em
    }

        .breadcrumb li + li:before {
            content: "/ ";
            padding: 0 .25em
        }

.form-bar {
    width: 100%
}

    .form-bar form {
        position: relative;
        text-align: right
    }

    .form-bar label {
        margin-right: .25em
    }

    .form-bar input {
        height: 31px;
        padding-right: 60px
    }

        .form-bar input::-webkit-input-placeholder {
            text-align: left
        }

        .form-bar input:-moz-placeholder {
            text-align: left
        }

        .form-bar input::-moz-placeholder {
            text-align: left
        }

        .form-bar input:-ms-input-placeholder {
            text-align: left
        }

    .form-bar .btn {
        position: absolute;
        top: 0;
        right: 0;
        height: 31px;
        border: 1px solid #fff
    }

    .form-bar .btn-alt {
        border-color: #c9c9c9
    }

@media only screen and (max-width: 767px) {
    .form-bar form {
        margin: .5em 0;
        text-align: left
    }

    .form-bar input {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .callout {
        float: none;
        margin: 0 auto 2em auto
    }
}

.callout a {
    display: block;
    margin-bottom: .25em
}

    .callout a.inline {
        display: inline
    }

.callout .flex-container {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center
}

    .callout .flex-container .flex-item {
        width: 100%
    }

.callout .item-image {
    width: 100%;
    background: #fff;
    margin: 0 auto 1em;
    height: 175px
}

    .callout .item-image img {
        display: block;
        position: relative;
        margin: 0 auto
    }

@media only screen and (max-width: 767px) {
    .callout .item-image img {
        width: 100%;
        max-width: none
    }
}

@media only screen and (max-width: 767px) {
    .callout .item-image {
        height: auto
    }
}

.ie8 .callout .item-image img {
    top: 0
}

.callout .item-description {
    height: 100px
}

@media only screen and (max-width: 767px) {
    .callout .item-description {
        height: auto;
        margin-bottom: 1em
    }
}

.callout .callout-header {
    font-size: 1rem;
    color: #f58220;
    font-weight: 400
}

.callout .callout-subheader {
    font-size: 1rem;
    font-weight: 700
}

.callout .item-compare .product-compare-link {
    text-decoration: underline
}

    .callout .item-compare .product-compare-link[disabled] {
        color: #ddd !important;
        cursor: not-allowed !important
    }

        .callout .item-compare .product-compare-link[disabled]:hover {
            text-decoration: none
        }

.callout p {
    color: #666;
    margin: 0
}

.callout blockquote {
    margin: 0
}

.callout .form-bar input, .callout .form-bar .btn {
    border-color: #c9c9c9
}

.callout.callout-link a {
    text-decoration: none
}

    .callout.callout-link a .description {
        color: #666
    }

    .callout.callout-link a:hover .callout-header {
        text-decoration: none;
        color: #841b54
    }

    .callout.callout-link a:hover span.link-text {
        text-decoration: underline
    }

.callout.callout-list-links a, .callout.callout-list-links .text-link {
    margin-bottom: .5em
}

@media only screen and (max-width: 767px) {
    .products .callout .item-image img {
        max-width: 140px
    }
}

.accounts .callout .callout-header {
    font-size: 18px
}

.callout-socialfeeds .resp-tab-item {
    font-size: 12px
}

.callout-socialfeeds .fa {
    top: 2px
}

.item-compare {
    margin-bottom: 5px
}

    .item-compare .product-compare-link {
        display: inline;
        text-decoration: underline;
        position: relative;
        top: -2px;
        font-size: 12px
    }

        .item-compare .product-compare-link[disabled] {
            color: #ddd !important;
            cursor: not-allowed !important;
            text-decoration: none
        }

            .item-compare .product-compare-link[disabled]:hover {
                text-decoration: none
            }

.home .main-callouts .callout.callout-link {
    text-align: center
}

    .home .main-callouts .callout.callout-link .item-image {
        height: auto
    }

.list-callouts {
    margin: 1em 0
}

    .list-callouts .callout {
        margin-top: 1em
    }

@media only screen and (max-width: 767px) {
    .list-callouts .callout {
        border-bottom: 1px dotted #ccc;
        overflow: hidden;
        padding-bottom: 15px
    }
}

.flexslider-carousel {
    position: relative;
    margin: 0 auto
}

    .flexslider-carousel .flex-viewport {
        width: 880px;
        margin: 0 auto;
        -webkit-transition: all .5s;
        transition: all .5s
    }

@media only screen and (max-width: 1023px) {
    .flexslider-carousel .flex-viewport {
        width: 665px
    }
}

@media only screen and (max-width: 767px) {
    .flexslider-carousel .flex-viewport {
        width: 450px
    }
}

@media only screen and (max-width: 580px) {
    .flexslider-carousel .flex-viewport {
        width: 225px
    }
}

.flexslider-carousel .slides {
    margin: 0
}

.flexslider-carousel .item-carousel {
    width: 220px
}

    .flexslider-carousel .item-carousel .item-wrapper {
        padding: 0 10px
    }

.flexslider-carousel-news .flex-direction-nav a {
    top: 75px
}

#aca-greeting .btn-group {
    padding-bottom: 3em
}

.contact-us #ContactCategories {
    margin-bottom: 20px
}

    .contact-us #ContactCategories hr {
        display: block;
        padding: 0;
        height: 1px;
        border: 0;
        border-top: 1px solid #ddd;
        margin: 2em 0
    }

    .contact-us #ContactCategories ul {
        list-style: none;
        padding-left: 0
    }

.contact-us #ContactForm {
    margin-bottom: 2em
}

.new-account-form #contact-us-new-account-form {
    margin-bottom: 2em
}

.freestyle-cart-bundle .content-left {
    float: left
}

.freestyle-cart-bundle .content-right img {
    padding-left: 20px;
    width: 25%
}

.presenter-return {
    margin-top: 15px;
    display: none
}

@media only screen and (max-width: 767px) {
    .presenter-return {
        display: block
    }
}

.category-list {
    margin: 0 0 0 20px
}

.tips-and-solutions #content .dynamic-content {
    clear: both
}

@media print {
    .home section.flexslider, .flex-direction-nav, .page-header img, .section-news, #at4m-dock, #show-more-locations {
        display: none !important
    }

    .slides, .page-header .banner-caption, .page-header .banner-caption .caption-header {
        width: 100% !important;
        position: relative;
        padding-top: 1em
    }

    .section-news .callout {
        page-break-inside: avoid;
        width: 100% !important
    }

        .section-news .callout .item-image {
            height: auto;
            width: auto;
            float: left;
            display: block;
            margin: 0 10px 0 0
        }
}

body.cart h3, legend {
    font-weight: bold
}

.update-profile-label {
    display: block;
    float: left;
    margin-right: 5px
}

.generic-no-padding-col {
    padding: 0 !important
}

@media only screen and (max-width: 767px) {
    .update-profile .fa-question-circle {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-none .columns-2.columns-spaced > div[class*="span"] {
        width: 100%;
        clear: both;
        text-align: left !important
    }
}

.promotions-entry table input[type="text"], .promotions-entry table select {
    width: 80%;
    max-width: 400px
}

.promotions-entry:table.super th {
    padding: 5px 10px
}

.promotions-entry #recaptcha_image {
    width: 100% !important;
    height: auto !important
}

.promotions-entry .recaptcha_input_area input {
    width: 100%
}

#recaptcha_table {
    width: 100% !important;
    max-width: 90% !important
}

.widget-sidenav ul a {
    display: inline-block
}

.page-title-margin {
    margin-bottom: 20px
}

.fancybox-emailOptIn {
    width: auto !important
}

@media only screen and (max-width: 767px) {
    .fancybox-emailOptIn {
        width: 100% !important;
        top: auto !important;
        left: 0px !important;
        bottom: 0 !important;
        overflow: hidden !important;
        -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5) !important;
        -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5) !important;
        box-shadow: 0 10px 25px rgba(0,0,0,0.5) !important
    }
}

@media only screen and (min-width: 1024px) {
    .fancybox-emailOptIn .fancybox-inner {
        width: 960px !important;
        height: 524px !important
    }
}

@media only screen and (max-width: 1024px) and (min-width: 767px) {
    .fancybox-emailOptIn .fancybox-inner {
        width: 90vw !important;
        max-width: 960px !important;
        height: 524px !important
    }
}

@media only screen and (max-width: 767px) {
    .fancybox-emailOptIn .fancybox-inner {
        width: 100vw !important;
        bottom: 0px
    }
}

@media only screen and (max-width: 767px) {
    .fancybox-emailOptIn .fancybox-close {
        display: none !important
    }
}

.fancybox-emailOptIn-mobileForm {
    top: 20px !important
}

.intrinsic-container {
    position: relative;
    height: 0;
    overflow: hidden
}

.intrinsic-container-16x9 {
    padding-bottom: 56.25%
}

.intrinsic-container-4x3 {
    padding-bottom: 75%
}

.intrinsic-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.my-medela .fancybox-inner {
    max-width: 100% !important
}

.my-medela .app-store {
    display: inline-block;
    overflow: hidden;
    background: url(http://linkmaker.itunes.apple.com/images/badges/en-us/badge_appstore-lrg.png) no-repeat;
    width: 165px;
    height: 40px
}

@media only screen {
    .my-medela .app-store {
        background-image: url(http://linkmaker.itunes.apple.com/images/badges/en-us/badge_appstore-lrg.svg);
        width: 135px
    }
}

.my-medela .page-header .section-content {
    width: 47%;
    padding: 0
}

    .my-medela .page-header .section-content .banner-title {
        font-weight: 400
    }

@media only screen and (max-width: 479px) {
    .my-medela .page-header .section-content .banner-title {
        font-size: 22px
    }
}

.my-medela .page-header .banner-caption .line {
    display: block
}

@media only screen and (max-width: 767px) {
    .my-medela .page-header .section-content {
        width: 100%
    }

    .my-medela .page-header img {
        max-width: none;
        width: 200%;
        margin-left: -2.5%
    }

    .my-medela .page-header .banner-caption {
        text-align: center
    }
}

.my-medela .app-button img {
    display: inline-block;
    width: 135px;
    max-width: 100%;
    margin: 0
}

.my-medela .app-button:hover {
    opacity: .8
}

.my-medela .callout-bar {
    background: #906494;
    padding: 10px
}

    .my-medela .callout-bar .callout-header {
        color: #fff;
        margin: 0
    }

    .my-medela .callout-bar a {
        text-decoration: none
    }

.my-medela .flexslider-mymedela .flex-viewport {
    width: 900px;
    margin: 0 auto;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media only screen and (max-width: 1023px) {
    .my-medela .flexslider-mymedela .flex-viewport {
        width: 600px
    }
}

@media only screen and (max-width: 767px) {
    .my-medela .flexslider-mymedela .flex-viewport {
        width: 300px
    }
}

@media only screen and (max-width: 479px) {
    .my-medela .flexslider-mymedela .flex-viewport {
        width: 250px
    }
}

.my-medela .flexslider-mymedela .item-carousel {
    width: 900px
}

.my-medela .section-mymedela-video .video-thumb {
    margin-bottom: 20px
}

    .my-medela .section-mymedela-video .video-thumb .fa {
        top: 30%
    }

@media only screen and (max-width: 479px) {
    .my-medela .section-mymedela-video .video-thumb .fa {
        font-size: 3em
    }
}

.my-medela .section-mymedela-video .section-content {
    width: 100%;
    margin: 0 auto;
    padding: 10px
}

.my-medela .section-mymedela-video .app-video-col {
    margin: 0 auto;
    float: none
}

.my-medela .section-mymedela-video .section-heading {
    margin-bottom: 10px
}

@media only screen and (max-width: 767px) {
    .my-medela .mymedela-app-feature {
        text-align: center;
        position: relative
    }

        .my-medela .mymedela-app-feature img {
            max-width: 50%
        }
}

@media only screen and (max-width: 1199px) {
    .my-medela .feature-images, .my-medela .feature-content {
        width: 50%
    }
}

@media only screen and (max-width: 767px) {
    .my-medela .feature-images {
        width: 100%
    }
}

.my-medela .feature-previous, .my-medela .feature-next {
    display: none
}

@media only screen and (max-width: 767px) {
    .my-medela .feature-previous, .my-medela .feature-next {
        font-size: 32px;
        font-weight: bold;
        color: #999999;
        position: absolute;
        display: block;
        top: 40%;
        width: 30px;
        height: 30px;
        text-decoration: none;
        z-index: 9999
    }

        .my-medela .feature-previous:hover, .my-medela .feature-next:hover {
            color: #ffc60a
        }
}

.my-medela .feature-previous {
    left: 20%
}

.my-medela .feature-next {
    right: 20%
}

@media only screen and (max-width: 767px) {
    .my-medela .feature-content {
        width: 300px;
        overflow: hidden;
        margin: 20px auto 0;
        float: none;
        padding: 0 0 0 30px
    }
}

.my-medela .row.app-container {
    max-width: 1100px
}

.my-medela .mymedela-flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-flow: row wrap
}

@media only screen and (max-width: 767px) {
    .my-medela .mymedela-flex-container {
        width: 1920px
    }
}

.my-medela .features-stop {
    position: relative;
    display: inline-block;
    color: #999999;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 20px;
    padding-right: 80px
}

    .my-medela .features-stop:before {
        position: absolute;
        content: "";
        height: 28px;
        width: 20px;
        top: 3px;
        left: -20px;
        background: url(/Content/images/mymedela/mymedela-feature-icons-gray.jpg) no-repeat 0 0 transparent;
        background-size: 200px
    }

    .my-medela .features-stop h2 {
        font-weight: bold
    }

@media only screen and (max-width: 1199px) {
    .my-medela .features-stop {
        width: 100%;
        margin-left: 20px
    }
}

@media only screen and (max-width: 767px) {
    .my-medela .features-stop {
        width: 299px;
        height: 180px;
        display: block;
        float: left
    }
}

.my-medela .app-active h4 {
    color: #ffc60a !important
}

.my-medela .app-active p {
    color: #000000
}

.my-medela .feature-connect.app-active:before {
    background: url(/Content/images/mymedela/mymedela-feature-icons.jpg) no-repeat 0 0 transparent;
    background-size: 200px
}

.my-medela .feature-LC:before {
    background: url(/Content/images/mymedela/mymedela-feature-icons-gray.jpg) no-repeat -146px 0 transparent;
    background-size: 200px;
    width: 26px;
    top: 1px;
    left: -26px
}

.my-medela .feature-LC.app-active:before {
    background: url(/Content/images/mymedela/mymedela-feature-icons.jpg) no-repeat -146px 0 transparent;
    background-size: 200px;
    width: 26px;
    top: 1px;
    left: -26px
}

.my-medela .feature-tracking:before {
    background: url(/Content/images/mymedela/mymedela-feature-icons-gray.jpg) no-repeat -17px 0 transparent;
    background-size: 180px;
    width: 45px;
    top: 1px;
    left: -45px
}

.my-medela .feature-tracking.app-active:before {
    background: url(/Content/images/mymedela/mymedela-feature-icons.jpg) no-repeat -17px 0 transparent;
    background-size: 180px;
    width: 45px;
    top: 1px;
    left: -45px
}

.my-medela .feature-my-page:before {
    background: url(/Content/images/mymedela/mymedela-feature-icons-gray.jpg) no-repeat -61px 0 transparent;
    background-size: 180px;
    width: 24px;
    top: 1px;
    left: -24px
}

.my-medela .feature-my-page.app-active:before {
    background: url(/Content/images/mymedela/mymedela-feature-icons.jpg) no-repeat -61px 0 transparent;
    background-size: 180px;
    width: 24px;
    top: 1px;
    left: -24px
}

.my-medela .feature-dataexport:before {
    background: url(/Content/images/mymedela/mymedela-feature-icons-gray.jpg) no-repeat -155px 0 transparent;
    background-size: 180px;
    width: 26px;
    top: 1px;
    left: -26px
}

.my-medela .feature-dataexport.app-active:before {
    background: url(/Content/images/mymedela/mymedela-feature-icons.jpg) no-repeat -155px 0 transparent;
    background-size: 180px;
    width: 26px;
    top: 1px;
    left: -26px
}

.my-medela .feature-confidence:before {
    background: url(/Content/images/mymedela/mymedela-feature-icons-gray.jpg) no-repeat -114px 0 transparent;
    background-size: 190px;
    width: 25px;
    top: 1px;
    left: -25px
}

.my-medela .feature-confidence.app-active:before {
    background: url(/Content/images/mymedela/mymedela-feature-icons.jpg) no-repeat -114px 0 transparent;
    background-size: 190px;
    width: 25px;
    top: 1px;
    left: -25px
}

.my-medela .feature-button-list {
    display: none;
    list-style: none;
    margin: 0 0 0 16%;
    padding: 0
}

@media only screen and (max-width: 767px) {
    .my-medela .feature-button-list {
        display: block
    }
}

.my-medela .feature-button-list li {
    font-size: 48px;
    display: inline-block;
    margin: 0 5px;
    line-height: 20px
}

    .my-medela .feature-button-list li:hover {
        cursor: pointer
    }

.my-medela .feature-list-active {
    color: #ffc60a
}

.my-medela .disclaimer {
    padding: 20px
}

    .my-medela .disclaimer p {
        font-size: 11px;
        font-style: italic
    }

.sonata-landing .page-title, .sonata-preview .page-title {
    display: none
}

.sonata-row {
    max-width: 1440px
}

.sonata-col {
    padding: 0 20px
}

.sonata-header-section {
    width: 100%;
    overflow: hidden;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-direction: row;
    position: relative;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 0;
    padding: 0
}

@media only screen and (max-width: 767px) {
    .sonata-header-section {
        display: block
    }
}

.sonata-header-section:after {
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0;
    background-color: #ffffff;
    position: absolute
}

.sonata-left-container {
    width: 40%;
    float: left;
    position: relative;
    flex-grow: 0.9;
    flex-shrink: 1;
    flex-basis: 0%;
    -ms-flex-grow: 0.9;
    -ms-flex-shrink: 1;
    -ms-flex-basis: 0%
}

@media only screen and (max-width: 767px) {
    .sonata-left-container {
        width: 100%
    }
}

.sonata-left-container img {
    width: 100%;
    height: auto
}

.sonata-right-container {
    width: 60%;
    float: left;
    position: relative;
    flex-grow: 1.2;
    flex-shrink: 1;
    flex-basis: 0%;
    -ms-flex-grow: 1.2;
    -ms-flex-shrink: 1;
    -ms-flex-basis: 0%
}

@media only screen and (max-width: 767px) {
    .sonata-right-container {
        width: 100%
    }
}

.sonata-right-container img {
    width: 100%;
    height: auto
}

.sonata-mobile {
    display: none
}

@media only screen and (max-width: 767px) {
    .sonata-mobile {
        display: block
    }

    .sonata-desktop {
        display: none
    }
}

.sonata-heading, .sonata-subheading {
    position: absolute;
    top: 24%;
    left: 30px;
    color: #ffffff;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 84px;
    line-height: .9em;
    font-weight: bold
}

@media only screen and (max-width: 1245px) {
    .sonata-heading, .sonata-subheading {
        top: 22%;
        font-size: 70px
    }
}

@media only screen and (max-width: 1102px) {
    .sonata-heading, .sonata-subheading {
        top: 18%;
        font-size: 60px
    }
}

@media only screen and (max-width: 920px) {
    .sonata-heading, .sonata-subheading {
        top: 25%;
        font-size: 50px
    }
}

@media only screen and (max-width: 805px) {
    .sonata-heading, .sonata-subheading {
        top: 28%;
        font-size: 40px
    }
}

@media only screen and (max-width: 767px) {
    .sonata-subheading {
        top: 12%;
        font-size: 80px
    }

    .sonata-heading {
        top: 20%;
        font-size: 80px
    }
}

@media only screen and (max-width: 680px) {
    .sonata-heading, .sonata-subheading {
        top: 15%;
        font-size: 60px
    }
}

@media only screen and (max-width: 555px) {
    .sonata-heading, .sonata-subheading {
        top: 20%;
        font-size: 50px
    }
}

@media only screen and (max-width: 470px) {
    .sonata-heading, .sonata-subheading {
        top: 15%;
        font-size: 40px
    }
}

@media only screen and (max-width: 390px) {
    .sonata-heading, .sonata-subheading {
        font-size: 30px
    }
}

.sonata-header-tm {
    font-size: 24px;
    vertical-align: super;
    margin: 0 0 0 -18px;
    line-height: 0.9em
}

@media only screen and (max-width: 920px) {
    .sonata-header-tm {
        font-size: 15px
    }
}

@media only screen and (max-width: 555px) {
    .sonata-header-tm {
        margin: 0 0 0 -13px
    }
}

@media only screen and (max-width: 390px) {
    .sonata-header-tm {
        font-size: 10px;
        margin: 0 0 0 -7px
    }
}

.ribbon, .landing-ribbon {
    color: #ffffff;
    background-color: #f58220;
    position: absolute;
    display: inline-block;
    padding: 5px 20px 5px 40px;
    margin: 20px 0 0;
    top: 58%;
    left: -10px;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 24px
}

    .ribbon:before, .landing-ribbon:before {
        width: 0;
        height: 0;
        content: "";
        position: absolute;
        top: -10px;
        left: 0;
        border-style: solid;
        border-width: 0 0 10px 10px;
        border-color: transparent transparent #f58220 transparent
    }

@media only screen and (max-width: 767px) {
    .ribbon:before, .landing-ribbon:before {
        display: none
    }
}

@media only screen and (max-width: 1282px) {
    .ribbon, .landing-ribbon {
        font-size: 20px;
        top: 62%
    }
}

@media only screen and (max-width: 1125px) {
    .ribbon, .landing-ribbon {
        font-size: 18px
    }
}

@media only screen and (max-width: 1102px) {
    .ribbon, .landing-ribbon {
        top: 50%
    }
}

@media only screen and (max-width: 1100px) {
    .ribbon, .landing-ribbon {
        top: 55%;
        font-size: 16px
    }
}

@media only screen and (max-width: 915px) {
    .ribbon, .landing-ribbon {
        top: 58%;
        font-size: 14px
    }
}

@media only screen and (max-width: 830px) {
    .ribbon, .landing-ribbon {
        top: 60%;
        font-size: 12px
    }
}

@media only screen and (max-width: 767px) {
    .ribbon, .landing-ribbon {
        display: none
    }
}

.landing-ribbon:after {
    content: '\003e';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    line-height: 20px;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .landing-ribbon:after {
        border-radius: 25px;
        background-color: #ffffff;
        color: #f58220;
        background-color: #ffffff;
        margin-left: 10px
    }
}

.landing-ribbon:hover {
    text-decoration: none;
    color: #f58220;
    background-color: #ffffff
}

    .landing-ribbon:hover:before {
        border-color: transparent transparent #ffffff transparent
    }

@media only screen and (max-width: 767px) {
    .landing-ribbon:hover {
        background-color: #f58220;
        color: #ffffff;
        text-decoration: underline
    }
}

@media only screen and (max-width: 767px) {
    .landing-ribbon {
        display: block;
        left: 0;
        position: relative;
        width: 100%;
        font-size: 20px;
        text-align: center;
        margin: 0
    }
}

.mobile-ribbon {
    display: none
}

@media only screen and (max-width: 767px) {
    .mobile-ribbon {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        border-width: 0 250px 250px 0;
        border-style: solid;
        border-color: transparent #f58220 transparent transparent;
        width: 0;
        height: 0
    }
}

@media only screen and (max-width: 655px) {
    .mobile-ribbon {
        border-width: 0 200px 200px 0
    }
}

@media only screen and (max-width: 540px) {
    .mobile-ribbon {
        border-width: 0 150px 150px 0
    }
}

@media only screen and (max-width: 390px) {
    .mobile-ribbon {
        display: none
    }
}

.mobile-ribbon-content {
    display: none
}

@media only screen and (max-width: 767px) {
    .mobile-ribbon-content {
        display: block;
        font-size: 25px;
        font-weight: bold;
        font-family: "Open Sans",Helvetica,Arial,sans-serif;
        color: #ffffff;
        position: absolute;
        top: 20px;
        right: 0;
        text-align: center;
        width: 150px
    }
}

@media only screen and (max-width: 655px) {
    .mobile-ribbon-content {
        font-size: 20px;
        width: 100px
    }
}

@media only screen and (max-width: 540px) {
    .mobile-ribbon-content {
        font-size: 14px;
        width: 75px
    }
}

@media only screen and (max-width: 390px) {
    .mobile-ribbon-content {
        font-size: 12px;
        width: 100%;
        top: inherit;
        right: inherit;
        bottom: 0;
        left: 0;
        padding: 5px 10px;
        background-color: #f58220
    }
}

.sonata-form {
    padding-bottom: 0
}

.sonata-form-container, .sonata-video-content {
    color: #000000;
    text-align: center
}

    .sonata-form-container h1, .sonata-form-container h2, .sonata-form-container h3, .sonata-form-container h4, .sonata-form-container h5, .sonata-form-container h6, .sonata-video-content h1, .sonata-video-content h2, .sonata-video-content h3, .sonata-video-content h4, .sonata-video-content h5, .sonata-video-content h6 {
        color: #000000;
        font-family: "Open Sans",Helvetica,Arial,sans-serif
    }

    .sonata-form-container h2, .sonata-video-content h2 {
        font-size: 36px
    }

@media only screen and (max-width: 470px) {
    .sonata-form-container h2, .sonata-video-content h2 {
        font-size: 24px
    }
}

.sonata-form-container h2 {
    font-weight: bold
}

#sonataEmailSignup {
    width: 40%;
    background-color: #f2f2f2;
    border: none
}

@media only screen and (max-width: 767px) {
    #sonataEmailSignup {
        width: 60%
    }
}

::-webkit-input-placeholder {
    text-align: center
}

:-moz-placeholder {
    text-align: center
}

::-moz-placeholder {
    text-align: center
}

:-ms-input-placeholder {
    text-align: center
}

#sonataEmailSignupSubmit {
    border-radius: 50%;
    border: none;
    width: 35px;
    height: 35px;
    margin-left: 10px;
    font-size: 20px;
    background-color: #f2f2f2;
    padding: 0
}

#sonataEmailSignupValidation {
    color: #f58220;
    display: block;
    margin: 10px 0 0
}

.sonata-modal {
    text-align: center
}

    .sonata-modal p {
        font-size: 1.6em;
        padding: 20px 0 0
    }

.sonata-preview .fancybox-inner {
    height: auto !important
}

@media only screen and (max-width: 767px) {
    .sonata-preview .fancybox-inner .block {
        display: none
    }
}

.sonata-tm {
    vertical-align: super;
    font-size: 16px
}

@media only screen and (max-width: 470px) {
    .sonata-tm {
        font-size: 14px
    }
}

.sonata-video-container {
    background-color: #e8e8e8;
    border-top: 1px solid #f3f3f3;
    -webkit-box-shadow: inset 0px 40px 33px -47px #66666;
    box-shadow: inset 0px 40px 33px -47px #666661;
    display: flex;
    padding: 20px 20px 20px 10px
}

@media only screen and (max-width: 892px) {
    .sonata-video-container {
        display: block
    }
}

.sonata-video {
    flex: 1 auto;
    font-size: 0
}

@media only screen and (max-width: 892px) {
    .sonata-video {
        width: 100%;
        padding: 0
    }
}

#jwplayer_video_wrapper, #jwplayer_wrapper {
    height: 0 !important;
    overflow: hidden !important;
    padding-bottom: 56.25% !important;
    position: relative !important;
    max-width: inherit !important
}

    #jwplayer_video_wrapper embed, #jwplayer_video_wrapper iframe, #jwplayer_video_wrapper object, #jwplayer_video_wrapper video, #jwplayer_wrapper embed, #jwplayer_wrapper iframe, #jwplayer_wrapper object, #jwplayer_wrapper video {
        border: medium none;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

.sonata-video-content {
    text-align: center;
    line-height: 1.8em;
    background-color: #ffffff;
    padding: 20px 60px;
    display: flex;
    flex: 1 auto
}

@media only screen and (max-width: 1150px) {
    .sonata-video-content {
        padding: 20px 35px 0
    }
}

@media only screen and (max-width: 892px) {
    .sonata-video-content {
        width: 100%
    }
}

@media only screen and (max-width: 815px) {
    .sonata-video-content {
        padding: 20px 20px 0
    }
}

.sonata-video-content h3 {
    font-weight: bold;
    font-size: 1rem
}

@media only screen and (max-width: 1032px) {
    .sonata-video-content h3 {
        font-size: 18px
    }
}

@media only screen and (max-width: 892px) {
    .sonata-video-content h3 {
        font-size: 1rem
    }
}

.sonata-video-content h3:before {
    content: '';
    width: 50px;
    height: 44px;
    display: block;
    background: url(/Content/images/sonata-medela-drops.png) no-repeat 0 0 transparent;
    margin: 0 auto 15px
}

@media only screen and (max-width: 892px) {
    .sonata-video-content h3:before {
        margin: 20px auto 15px
    }
}

.sonata-video-content p {
    font-size: 1.2em
}

@media only screen and (max-width: 1182px) {
    .sonata-video-content p {
        font-size: 1em
    }
}

@media only screen and (max-width: 1032px) {
    .sonata-video-content p {
        font-size: 1em;
        line-height: 1.2em
    }
}

@media only screen and (max-width: 892px) {
    .sonata-video-content p {
        font-size: 1.2em;
        line-height: 1.8em;
        margin: 20px 0 60px
    }
}

.sonata-flex-align {
    align-self: center;
    flex: 1 auto;
    display: inline-block
}

@media only screen and (max-width: 832px) {
    .sonata-flex-align {
        align-self: normal
    }
}

.sonata-top-ribbon {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 150px 150px 0;
    border-style: solid;
    border-color: transparent #f58220 transparent transparent;
    width: 0;
    height: 0
}

@media only screen and (max-width: 655px) {
    .sonata-top-ribbon {
        border-width: 0 200px 200px 0
    }
}

@media only screen and (max-width: 540px) {
    .sonata-top-ribbon {
        border-width: 0 150px 150px 0
    }
}

@media only screen and (max-width: 390px) {
    .sonata-top-ribbon {
        border-width: 0 135px 135px 0
    }
}

.sonata-top-ribbon-content {
    display: block;
    font-size: 20px;
    font-weight: bold;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    color: #ffffff;
    position: absolute;
    top: 20px;
    right: 0;
    width: 60px;
    z-index: 9999
}

    .sonata-top-ribbon-content .sonata-underline {
        text-decoration: underline
    }

    .sonata-top-ribbon-content:hover {
        color: #f58220;
        cursor: pointer;
        text-decoration: none
    }

        .sonata-top-ribbon-content:hover + .sonata-top-ribbon {
            border-color: transparent #ffffff transparent transparent
        }

        .sonata-top-ribbon-content:hover + .sonata-underline {
            text-decoration: underline
        }

@media only screen and (max-width: 655px) {
    .sonata-top-ribbon-content {
        font-size: 20px;
        width: 100px
    }
}

@media only screen and (max-width: 540px) {
    .sonata-top-ribbon-content {
        font-size: 18px;
        width: 75px;
        right: -15px
    }

        .sonata-top-ribbon-content:hover {
            text-decoration: underline
        }
}

@media only screen and (max-width: 390px) {
    .sonata-top-ribbon-content {
        width: 75px;
        padding: 0px 10px 0px 20px;
        right: 1px
    }

        .sonata-top-ribbon-content .block {
            display: none
        }
}

.sonata-intro {
    background-color: #f2f2f2;
    padding: 60px 0;
    position: relative
}

    .sonata-intro:before, .sonata-intro:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #e2e2e2;
        box-shadow: 0 15px 10px #e2e2e2;
        transform: rotate(-3deg)
    }

    .sonata-intro:after {
        left: inherit;
        right: 10px;
        transform: rotate(3deg)
    }

    .sonata-intro h3 {
        font-size: 30px;
        color: #000000;
        font-weight: 700;
        padding: 0 160px;
        margin-bottom: 15px
    }

@media only screen and (max-width: 845px) {
    .sonata-intro h3 {
        padding: 0 100px
    }
}

@media only screen and (max-width: 767px) {
    .sonata-intro h3 {
        padding: 0 60px
    }
}

@media only screen and (max-width: 642px) {
    .sonata-intro h3 {
        font-size: 23px;
        padding: 0
    }
}

.sonata-intro p {
    text-align: center;
    padding: 0 155px;
    color: #000000;
    line-height: 25px;
    font-size: 1.1em
}

@media only screen and (max-width: 845px) {
    .sonata-intro p {
        padding: 0 95px
    }
}

@media only screen and (max-width: 767px) {
    .sonata-intro p {
        padding: 0 55px
    }
}

@media only screen and (max-width: 642px) {
    .sonata-intro p {
        padding: 0
    }
}

.sonata-drops {
    text-align: center
}

    .sonata-drops:before {
        content: '';
        width: 50px;
        height: 44px;
        display: block;
        background: url(/Content/images/sonata-medela-drops.png) no-repeat 0 0 transparent;
        margin: 0 auto 15px
    }

@media only screen and (max-width: 892px) {
    .sonata-drops:before {
        margin: 20px auto 15px
    }
}

.tooltip {
    position: relative;
    display: block;
    background-color: #f58220;
    border-radius: 50%;
    border: none;
    color: #ffffff;
    width: 35px;
    height: 35px;
    cursor: pointer
}

    .tooltip:after {
        display: none
    }

    .tooltip span {
        display: block;
        visibility: hidden;
        position: absolute;
        bottom: 130%;
        left: 50%;
        min-width: 220px;
        min-height: 30px;
        padding: 20px;
        color: #fff;
        line-height: 1.4em;
        vertical-align: middle;
        font-family: sans-serif;
        font-size: 13px;
        background-color: #f58220;
        transform: translateX(-50%)
    }

        .tooltip span:after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            width: 0px;
            height: 0px;
            margin-left: -8px;
            border-top: 8px solid #f58220;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent
        }

    .tooltip.fa-plus:before {
        content: "\f067"
    }

    .tooltip.add-minus:before {
        content: "\f068"
    }

    .tooltip span.tooltip-content {
        visibility: visible;
        z-index: 999;
        bottom: 130%;
        left: 50%;
        opacity: 0.9
    }

.hover {
    -webkit-user-select: none;
    -webkit-touch-callout: none
}

.tooltip.small span {
    min-width: 70px
}

.tooltip.large span {
    min-width: 240px
}

.fa-plus:before {
    position: absolute;
    top: 10px;
    left: 11px
}

.tooltip-trigger-icon {
    font-size: 120%
}

.sonata-tooltips {
    margin-top: 10px
}

.sonata-tool-tip-1 {
    position: absolute;
    top: 31%;
    left: 26%
}

.sonata-tool-tip-2 {
    position: absolute;
    top: 53%;
    left: 36%
}

.sonata-tool-tip-3 {
    position: absolute;
    top: 11%;
    left: 64%
}

.sonata-tool-tip-4 {
    position: absolute;
    top: 69%;
    left: 59%
}

.sonata-form-bar {
    background: url(/Content/images/sonata-form-background.jpg) repeat-x 0 0 transparent
}

@media only screen and (max-width: 767px) {
    .sonata-form-bar {
        background: url(/Content/images/sonata-form-background-mobile.jpg) repeat-x 0 0 transparent
    }
}

.sonata-zip-form-container {
    overflow: hidden
}

.sonata-zip-form {
    float: right;
    margin-right: 40px
}

@media only screen and (max-width: 767px) {
    .sonata-zip-form {
        float: inherit;
        overflow: hidden;
        margin: 0 auto
    }
}

.sonata-zip-form h2 {
    color: #ffffff;
    float: left;
    text-align: right;
    font: bold 18px "Open Sans",Helvetica,Arial,sans-serif
}

@media only screen and (max-width: 767px) {
    .sonata-zip-form h2 {
        width: 100%;
        text-align: center;
        font-size: 28px;
        line-height: 28px;
        padding: 0 10px
    }
}

.sonata-zip-form form {
    float: left;
    margin: 5px 0 0 10px
}

@media only screen and (max-width: 767px) {
    .sonata-zip-form form {
        clear: both;
        width: 255px;
        margin: 0 auto;
        float: inherit;
        padding: 15px 0 55px
    }
}

.sonata-zip-form #search {
    width: 200px;
    display: block;
    float: left;
    padding: 10px 20px;
    height: 1%
}

.sonata-videos-content {
    background-color: #ffffff;
    padding: 40px 0 45px;
    position: relative
}

    .sonata-videos-content:before, .sonata-videos-content:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #e2e2e2;
        box-shadow: 0 15px 10px #e2e2e2;
        transform: rotate(-2deg)
    }

    .sonata-videos-content:after {
        left: inherit;
        right: 10px;
        transform: rotate(2deg)
    }

    .sonata-videos-content .video-content-container {
        max-width: 100%;
        height: auto
    }

.mymedela-app-page-videos {
    width: 60%;
    float: left;
    padding: 0 5%
}

@media only screen and (max-width: 975px) {
    .mymedela-app-page-videos {
        width: 100%;
        padding: 0
    }
}

#jwplayer_wrapper, .mymedela-app-page-videos > div:first-of-type {
    height: 0 !important;
    overflow: hidden;
    padding-bottom: 56.25% !important;
    position: relative !important;
    max-width: 100% !important;
    max-height: 100% !important
}

    #jwplayer_wrapper embed, #jwplayer_wrapper iframe, #jwplayer_wrapper object, .mymedela-app-page-videos > div:first-of-type embed, .mymedela-app-page-videos > div:first-of-type iframe, .mymedela-app-page-videos > div:first-of-type object {
        border: medium none;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    #jwplayer_wrapper video, .mymedela-app-page-videos > div:first-of-type video {
        border: medium none;
        height: 100% !important;
        left: 0 !important;
        position: absolute !important;
        top: 0 !important;
        width: 100% !important
    }

#jwplayer_displayarea {
    width: 100% !important;
    height: 100% !important
}

.mymedela-app-page-video-list {
    width: 40%;
    float: left
}

@media only screen and (max-width: 975px) {
    .mymedela-app-page-video-list {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .mymedela-app-page-video-list p {
        padding-right: 80px
    }
}

.video-list-item-container {
    border-bottom: 1px solid #f0f0f0;
    padding: 30px 30px 30px 100px;
    cursor: pointer;
    display: block;
    position: relative;
    min-height: 100px
}

@media only screen and (max-width: 1100px) {
    .video-list-item-container {
        padding: 20px 20px 20px 85px
    }
}

@media only screen and (max-width: 767px) {
    .video-list-item-container {
        padding: 20px 110px 20px 35px
    }
}

.video-list-item-container:before {
    content: '';
    display: block;
    width: 123px;
    height: 123px;
    top: 27px;
    left: 20px;
    position: absolute;
    background: url("/Content/images/sonata/sonata-playlist-button.png") no-repeat 0 0 transparent;
    background-size: 50%
}

@media only screen and (max-width: 1100px) {
    .video-list-item-container:before {
        background-size: 40%;
        top: 20px
    }
}

@media only screen and (max-width: 975px) {
    .video-list-item-container:before {
        display: none
    }
}

.video-list-item-container:after {
    display: none
}

@media only screen and (max-width: 975px) {
    .video-list-item-container:after {
        content: '';
        display: block;
        width: 123px;
        height: 123px;
        top: 18px;
        right: -20px;
        position: absolute;
        background: url("/Content/images/sonata/sonata-playlist-button.png") no-repeat 0 0 transparent;
        background-size: 50%
    }
}

.video-list-item-container h4 {
    font-size: 22px;
    font-weight: bold;
    color: #000000
}

@media only screen and (max-width: 1100px) {
    .video-list-item-container h4 {
        font-size: 18px
    }
}

@media only screen and (max-width: 975px) {
    .video-list-item-container h4 {
        padding-right: 140px
    }
}

@media only screen and (max-width: 767px) {
    .video-list-item-container h4 {
        padding-right: 20px
    }
}

.video-list-item-container:hover {
    background-color: #f2f2f2
}

.video-click-active {
    background-color: #f2f2f2
}

@media only screen and (max-width: 975px) {
    .video-click-active .video-list-item-container {
        background-color: #ffffff
    }
}

.video-active-content {
    display: block
}

    .video-active-content .video-list-item-container {
        background-color: #f2f2f2;
        cursor: initial
    }

        .video-active-content .video-list-item-container:before, .video-active-content .video-list-item-container:after {
            display: none
        }

@media only screen and (max-width: 975px) {
    .video-active-content .video-list-item-container {
        padding: 40px 20px 40px 85px
    }
}

@media only screen and (max-width: 767px) {
    .video-active-content .video-list-item-container {
        padding: 20px 20px 20px 35px
    }
}

.sonata-additional-videos-heading {
    background-color: #a4a4a4;
    color: #ffffff;
    padding: 15px 20px;
    text-align: center;
    font-size: 20px;
    position: relative;
    cursor: pointer
}

@media only screen and (max-width: 767px) {
    .sonata-additional-videos-heading {
        padding: 15px 35px 15px 0
    }
}

.sonata-additional-videos-heading:after {
    content: '+';
    position: absolute;
    border-radius: 25px;
    height: 25px;
    width: 25px;
    text-align: center;
    color: #a4a4a4;
    background-color: #ffffff;
    margin-left: 10px
}

.video-minus:after {
    content: '-'
}

.slide-video-container {
    display: none
}

#jwplayer-banner_wrapper, #jwplayer-behindthescenes_wrapper {
    width: 100% !important;
    height: 100% !important
}

@media only screen and (max-width: 767px) {
    #jwplayer-behindthescenes, #jwplayer-banner, #jwplayer-behindthescenes_jwplayer_display, #jwplayer-banner_jwplayer_display, #jwplayer-behindthescenes > div, #jwplayer-banner > div {
        width: 100% !important;
        height: 100% !important
    }
}

@media only screen and (max-width: 767px) {
    #jwplayer-behindthescenes_jwplayer_display_image, #jwplayer-banner_jwplayer_display_image {
        width: 100% !important;
        height: 100% !important
    }
}

@media only screen and (max-width: 767px) {
    #jwplayer-behindthescenes_jwplayer_display_iconBackground, #jwplayer-banner_jwplayer_display_iconBackground {
        left: 40% !important;
        top: 40% !important
    }
}

.sonata-landing #submitFindStore {
    border-radius: 50%;
    border: none;
    width: 35px;
    height: 35px;
    margin: 4px 0 0 10px;
    font-size: 20px;
    background-color: #f2f2f2;
    padding: 0;
    float: left;
    position: inherit;
    color: #666666
}

.sonata-app {
    padding: 40px 0 0;
    clear: both
}

    .sonata-app .content-container {
        max-width: 100%;
        display: flex;
        flex-direction: row
    }

@media only screen and (max-width: 767px) {
    .sonata-app .content-container {
        flex-direction: row-reverse
    }
}

@media only screen and (max-width: 626px) {
    .sonata-app .content-container {
        flex-wrap: wrap-reverse
    }
}

.sonata-app .content-container .contain-left .phone-content {
    display: flex
}

    .sonata-app .content-container .contain-left .phone-content .bluetooth-disclaimer {
        align-self: flex-end;
        font-size: 11px;
        font-style: italic;
        padding-left: 30px
    }

@media only screen and (max-width: 767px) {
    .sonata-app .content-container .contain-left .phone-content .bluetooth-disclaimer {
        display: none
    }
}

@media only screen and (max-width: 800px) {
    .sonata-app .content-container .contain-left .phone-content .phone-app {
        width: 100%
    }
}

.sonata-app .content-container .contain-left .phone-content .phone-app .bluetooth-icon {
    position: absolute;
    bottom: 175px;
    left: -105px
}

@media only screen and (max-width: 1135px) {
    .sonata-app .content-container .contain-left .phone-content .phone-app .bluetooth-icon {
        width: 30%
    }
}

@media only screen and (max-width: 975px) {
    .sonata-app .content-container .contain-left .phone-content .phone-app .bluetooth-icon {
        bottom: 125px;
        left: -90px
    }
}

@media only screen and (max-width: 767px) {
    .sonata-app .content-container .contain-left .phone-content .phone-app .bluetooth-icon {
        display: none
    }
}

.sonata-app .content-container .contain-left .phone-content .phone-app .phone-icon {
    position: relative
}

    .sonata-app .content-container .contain-left .phone-content .phone-app .phone-icon img {
        margin-left: 20px;
        margin-bottom: -5px
    }

@media only screen and (max-width: 1300px) {
    .sonata-app .content-container .contain-left .phone-content .phone-app .phone-icon img {
        margin-left: 0
    }
}

@media only screen and (max-width: 626px) {
    .sonata-app .content-container .contain-left .phone-content .phone-app .phone-icon img {
        margin: 0 auto;
        display: block;
        width: 250px
    }
}

.sonata-app .content-container .contain-right {
    align-self: flex-end;
    margin-top: 90px
}

@media only screen and (max-width: 1135px) {
    .sonata-app .content-container .contain-right {
        margin-top: 0
    }
}

@media only screen and (max-width: 767px) {
    .sonata-app .content-container .contain-right {
        margin-top: 0
    }
}

@media only screen and (max-width: 700px) {
    .sonata-app .content-container .contain-right .icon-left, .sonata-app .content-container .contain-right .icon-right {
        width: 50%
    }
}

@media only screen and (max-width: 626px) {
    .sonata-app .content-container .contain-right .icon-left, .sonata-app .content-container .contain-right .icon-right {
        width: 100%
    }

        .sonata-app .content-container .contain-right .icon-left a img, .sonata-app .content-container .contain-right .icon-right a img {
            width: 169px;
            margin-bottom: 10px
        }
}

.sonata-app .content-container .contain-right .icon-left, .sonata-app .content-container .contain-right .icon-right {
    width: 190px
}

@media only screen and (max-width: 845px) {
    .sonata-app .content-container .contain-right .icon-left, .sonata-app .content-container .contain-right .icon-right {
        width: 35%
    }
}

@media only screen and (max-width: 767px) {
    .sonata-app .content-container .contain-right .icon-left, .sonata-app .content-container .contain-right .icon-right {
        width: 50%
    }
}

@media only screen and (max-width: 626px) {
    .sonata-app .content-container .contain-right .icon-left, .sonata-app .content-container .contain-right .icon-right {
        width: 200px
    }
}

.sonata-app .content-container .contain-right .app-content {
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: .8em
}

@media only screen and (max-width: 1135px) {
    .sonata-app .content-container .contain-right .app-content {
        font-size: 14px;
        line-height: 22px;
        width: 100%
    }
}

.sonata-app .content-container .contain-right .app-content span.strong {
    font-weight: bold
}

.sonata-app .content-container .contain-right .logo-disclaimer {
    font-size: 11px;
    font-style: italic;
    display: flex;
    margin-top: 90px
}

@media only screen and (max-width: 1206px) {
    .sonata-app .content-container .contain-right .logo-disclaimer {
        margin-top: 62px
    }
}

@media only screen and (max-width: 1135px) {
    .sonata-app .content-container .contain-right .logo-disclaimer {
        margin-top: 62px
    }
}

@media only screen and (max-width: 900px) {
    .sonata-app .content-container .contain-right .logo-disclaimer {
        margin-top: 35px
    }
}

@media only screen and (max-width: 825px) {
    .sonata-app .content-container .contain-right .logo-disclaimer {
        margin-top: 25px
    }
}

@media only screen and (max-width: 767px) {
    .sonata-app .content-container .contain-right .logo-disclaimer {
        margin-top: 20px
    }
}

@media only screen and (max-width: 626px) {
    .sonata-app .content-container .contain-right .logo-disclaimer {
        margin-top: 10px
    }
}

.sonata-mission {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    padding: 0
}

    .sonata-mission .contain-left, .sonata-mission .contain-right {
        flex: 0 0 50%
    }

    .sonata-mission .contain-left {
        background: url(/Content/images/sonata/tear-drop-bg.jpg) repeat;
        float: left;
        width: 50%;
        display: flex
    }

@media only screen and (max-width: 767px) {
    .sonata-mission .contain-left {
        flex: 0 0 100%;
        width: 100%
    }
}

.sonata-mission .contain-right {
    float: left;
    width: 50%
}

@media only screen and (max-width: 767px) {
    .sonata-mission .contain-right {
        flex: 0 0 100%;
        width: 100%
    }
}

.sonata-mission .col {
    padding: 0
}

.sonata-mission .main-box {
    display: flex;
    flex: 1 auto
}

    .sonata-mission .main-box .content {
        flex: 1 auto;
        align-self: center;
        display: inline-block;
        padding: 0 100px
    }

@media only screen and (max-width: 1024px) {
    .sonata-mission .main-box .content {
        padding: 0 10%
    }
}

@media only screen and (max-width: 767px) {
    .sonata-mission .main-box .content {
        display: inline-block;
        padding: 75px 8%;
        text-align: center
    }
}

.sonata-mission .main-box .content h2 {
    font-weight: 700;
    color: #000000;
    font-size: 2.5em;
    margin-bottom: .5em
}

@media only screen and (max-width: 1078px) {
    .sonata-mission .main-box .content h2 {
        font-size: 2.3em
    }
}

@media only screen and (max-width: 767px) {
    .sonata-mission .main-box .content h2 {
        font-size: 1.5em
    }
}

.sonata-mission .main-box .content p {
    color: #000000;
    font-size: 1.2em;
    line-height: 1.5em;
    margin: 0
}

@media only screen and (max-width: 767px) {
    .sonata-mission .main-box .content p {
        font-size: 1em
    }
}

.sonata-mission .scene-container {
    display: flex
}

    .sonata-mission .scene-container .video-box {
        background: #c72f86
    }

        .sonata-mission .scene-container .video-box a.video-content {
            display: inline-block;
            color: #ffffff;
            text-align: center;
            transition: background-color 0.5s ease;
            width: 100%;
            height: 100%
        }

            .sonata-mission .scene-container .video-box a.video-content:hover {
                background-color: #af186f
            }

            .sonata-mission .scene-container .video-box a.video-content img.play-btn {
                width: 45%;
                margin: 20px 0 10px
            }

@media only screen and (max-width: 1160px) {
    .sonata-mission .scene-container .video-box a.video-content img.play-btn {
        width: 40%
    }
}

@media only screen and (max-width: 1040px) {
    .sonata-mission .scene-container .video-box a.video-content img.play-btn {
        width: 35%
    }
}

@media only screen and (max-width: 920px) {
    .sonata-mission .scene-container .video-box a.video-content img.play-btn {
        margin: 10px 0 5px;
        width: 30%
    }
}

@media only screen and (max-width: 767px) {
    .sonata-mission .scene-container .video-box a.video-content img.play-btn {
        margin: 20px 0 10px
    }
}

@media only screen and (max-width: 483px) {
    .sonata-mission .scene-container .video-box a.video-content img.play-btn {
        margin: 10px 0 5px;
        width: 25%
    }
}

.sonata-mission .scene-container .video-box a.video-content p {
    padding: 0 20px
}

@media only screen and (max-width: 1160px) {
    .sonata-mission .scene-container .video-box a.video-content p {
        padding: 0 10%;
        font-size: 14px
    }
}

@media only screen and (max-width: 1040px) {
    .sonata-mission .scene-container .video-box a.video-content p {
        padding: 0px 8%;
        font-size: 13px
    }
}

@media only screen and (max-width: 920px) {
    .sonata-mission .scene-container .video-box a.video-content p {
        font-size: 12px
    }
}

@media only screen and (max-width: 767px) {
    .sonata-mission .scene-container .video-box a.video-content p {
        padding: 0px 6%;
        font-size: 14px
    }
}

@media only screen and (max-width: 483px) {
    .sonata-mission .scene-container .video-box a.video-content p {
        font-size: 12px;
        margin-bottom: .5em
    }
}

.sonata-mission .scene-container .creation-scene img {
    display: block
}

.sonata-mission .quote-box {
    background: #ffc60a;
    color: #ffffff;
    text-align: center;
    padding: 85px 90px
}

@media only screen and (max-width: 1024px) {
    .sonata-mission .quote-box {
        padding: 10%
    }
}

@media only screen and (max-width: 767px) {
    .sonata-mission .quote-box {
        padding: 50px 8%
    }
}

.sonata-mission .quote-box h3 {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.8em
}

@media only screen and (max-width: 767px) {
    .sonata-mission .quote-box h3 {
        font-size: 1.3em
    }
}

.sonata-mission .quote-box h3:before {
    content: '';
    width: 41px;
    height: 28px;
    display: block;
    background: url(/Content/images/sonata/sonata-quote.png) no-repeat 0 0 transparent;
    margin: 0 auto 20px
}

@media only screen and (max-width: 767px) {
    .sonata-mission .quote-box h3:before {
        width: 37px;
        height: 26px;
        margin: 0 auto 10px;
        background-size: 100%
    }
}

.sonata-mission .quote-box span.title {
    padding-top: 15px;
    display: block;
    font-weight: 700
}

    .sonata-mission .quote-box span.title span.block {
        font-weight: normal;
        font-style: italic
    }

.ie9 .sonata-mission, .ie10 .sonata-mission {
    display: none
}

.testimonials {
    background: #ffffff;
    padding: 0;
    position: relative;
    font-size: 0;
    clear: both
}

    .testimonials:before, .testimonials:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #e2e2e2;
        box-shadow: 0 15px 10px #e2e2e2;
        transform: rotate(-2deg)
    }

    .testimonials:after {
        left: inherit;
        right: 10px;
        transform: rotate(2deg)
    }

    .testimonials .content {
        display: flex;
        max-width: 100%
    }

        .testimonials .content .flexslider {
            align-self: center;
            font-size: 14px
        }

            .testimonials .content .flexslider .slides {
                padding: 0;
                display: -webkit-flex;
                display: flex;
                -webkit-flex-flow: row wrap;
                flex-flow: row wrap
            }

            .testimonials .content .flexslider .slide {
                align-self: center
            }

            .testimonials .content .flexslider h3 {
                color: #ffc709;
                font-size: 30px;
                font-weight: 100
            }

@media only screen and (max-width: 900px) {
    .testimonials .content .flexslider h3 {
        font-size: 25px
    }
}

@media only screen and (max-width: 767px) {
    .testimonials .content .flexslider h3 {
        font-size: 20px
    }
}

.testimonials .content .flexslider span {
    color: #000000;
    font-size: 22px;
    margin: 25px 0 25px;
    display: block
}

@media only screen and (max-width: 900px) {
    .testimonials .content .flexslider span {
        font-size: 17px
    }
}

@media only screen and (max-width: 767px) {
    .testimonials .content .flexslider span {
        font-size: 15px
    }
}

.testimonials .content .left-image {
    padding-top: 70px;
    padding-left: 0
}

@media only screen and (max-width: 767px) {
    .testimonials .content .left-image {
        display: none
    }
}

.testimonials .content .right-image {
    padding-right: 0
}

@media only screen and (max-width: 767px) {
    .testimonials .content .right-image {
        display: none
    }
}

.testimonials .flex-viewport {
    margin-top: 20px
}

.testimonials .flex-control-nav a {
    width: 21px;
    height: 21px;
    border: 2px solid #dddddd
}

.testimonials .flex-direction-nav a {
    color: #9f9f9f;
    background: #f7f7f7
}

.testimonials .flex-control-nav a.flex-active {
    background-color: #ffffff;
    border: 2px solid #dddddd
}

.testimonials .flex-control-nav li {
    margin: 0 .7em
}

.testimonials a.flex-prev, .testimonials a.flex-next {
    z-index: 999
}

.testimonials .flex-direction-nav:hover .flex-next:hover, .testimonials .flex-direction-nav .flex-next:hover {
    filter: alpha(opacity=50);
    opacity: .5
}

.testimonials .flex-direction-nav .flex-prev {
    left: -5px
}

.testimonials .flex-direction-nav .flex-next {
    right: -5px
}

@media only screen and (max-width: 767px) {
    .testimonials .slide-caption-container.align-center {
        margin: 25px 0 10px
    }
}

.testimonials .flex-direction-nav {
    display: none
}

@media only screen and (max-width: 767px) {
    .testimonials .flex-direction-nav {
        display: block
    }
}

@media only screen and (max-width: 767px) {
    .testimonials .flex-control-paging {
        display: none
    }
}

.ie9 section.testimonials, .ie10 section.testimonials {
    margin-top: 40px
}

.social-feed .feed-heading {
    text-align: center;
    margin: 35px 40px 50px
}

@media only screen and (max-width: 767px) {
    .social-feed .feed-heading {
        margin-bottom: 10px
    }
}

.social-feed .feed-heading h2 {
    color: #ffc709;
    font-size: 2.5em;
    font-weight: 700
}

.social-feed .feed-heading p {
    color: #000000;
    font-size: 1.2em
}

@media only screen and (max-width: 767px) {
    .social-feed .feed-heading p {
        font-size: 1em;
        line-height: 23px
    }
}

.social-feed .feed-heading p span {
    font-weight: bold
}

.social-feed #instafeed a {
    width: 25%;
    position: relative;
    float: left;
    padding: 10px
}

@media only screen and (max-width: 767px) {
    .social-feed #instafeed a {
        width: 50%;
        position: relative;
        float: left;
        padding: 10px
    }
}

.social-feed #instafeed a img {
    border: 1px solid #DDDDDD;
    width: 100%
}

.sonata-menu-preview {
    display: flex;
    height: 100px;
    width: 106%;
    background-color: #ffc709;
    clear: both;
    margin: 20px 0 -20px -20px;
    float: left;
    overflow: hidden;
    cursor: pointer
}

    .sonata-menu-preview:hover {
        background-color: #f58220
    }

    .sonata-menu-preview h4 {
        color: #ffffff;
        float: left;
        width: 50%;
        padding: 2%;
        font-size: 36px;
        font-weight: bold;
        flex: 1 auto;
        position: relative
    }

        .sonata-menu-preview h4:after {
            content: '\003e';
            position: absolute;
            right: 13%;
            top: 24px;
            border-radius: 25px 25px 25px 25px;
            background-color: #ffffff;
            color: #000000;
            font-weight: normal;
            width: 35px;
            height: 35px;
            text-align: center;
            line-height: 33px
        }

        .sonata-menu-preview h4 sup {
            font-size: 14px;
            left: -9px;
            top: -10px
        }

        .sonata-menu-preview h4 span {
            font-size: 14px;
            font-weight: normal;
            display: block;
            color: #000000
        }

@media only screen and (max-width: 989px) {
    .sonata-menu-preview h4 {
        font-size: 28px
    }
}

.sonata-menu-preview .sonata-menu-image {
    width: 32%;
    float: left;
    flex: 1 auto
}

.sonata-menu-preview .sonata-menu-new {
    color: #ffffff;
    background-color: #f58220;
    font-size: 32px;
    font-weight: bold;
    float: left;
    width: 18%;
    flex: 1 auto;
    align-self: center;
    padding: 34px 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px
}

@media only screen and (max-width: 989px) {
    .sonata-menu-preview .sonata-menu-new {
        padding: 24px 0
    }
}

@media only screen and (max-width: 989px) {
    .sonata-menu-preview {
        width: 108%;
        height: 90px
    }
}

#sonata-menu-preview-mobile {
    background-color: #ffc709
}

    #sonata-menu-preview-mobile a {
        padding: 0 !important
    }

        #sonata-menu-preview-mobile a:hover h4 {
            background-color: #f58220
        }

    #sonata-menu-preview-mobile h4 {
        color: #ffffff;
        padding: 2%;
        font-size: 22px;
        font-weight: bold;
        position: relative;
        padding-left: 29px;
        margin: 0
    }

        #sonata-menu-preview-mobile h4 sup {
            font-size: 12px;
            left: -9px;
            top: -10px
        }

        #sonata-menu-preview-mobile h4 #sonata-menu-mobile-span {
            font-size: 12px;
            font-weight: normal;
            display: block !important;
            color: #000000;
            margin: 5px 0;
            position: relative
        }

            #sonata-menu-preview-mobile h4 #sonata-menu-mobile-span:after {
                content: '\003e';
                position: absolute;
                right: 31%;
                top: -2px;
                border-radius: 25px 25px 25px 25px;
                background-color: #ffffff;
                color: #000000;
                font-weight: normal;
                width: 15px;
                height: 15px;
                text-align: center;
                line-height: 16px
            }

    #sonata-menu-preview-mobile img {
        display: block
    }

    #sonata-menu-preview-mobile #sonata-menu-new-mobile {
        border-top: 1px solid #ffffff;
        text-align: center;
        display: block;
        background-color: #f58220;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 24px;
        display: block !important
    }

.main-nav-bar .nav-bar .nav-item.active .dropdown-menu .btn-all-products {
    bottom: 125px
}

.sonata-samsung-disclaimer {
    padding: 20px 0 10px
}

    .sonata-samsung-disclaimer p {
        font-style: italic;
        font-size: 10px;
        padding: 0 10px
    }

@media print {
    .sonata-landing section .row {
        margin: 0 20px !important;
        padding: 0;
        text-align: left !important;
        max-width: 100%
    }

    .sonata-landing .col {
        padding: 0
    }

    .sonata-intro h3, .sonata-intro p {
        text-align: left !important;
        padding: 0
    }

    .sonata-landing p {
        font-size: 14px !important
    }

    .sonata-top-ribbon, .sonata-top-ribbon-content, .sonata-drops:before, .sonata-intro:before, .sonata-intro:after, .sonata-tooltips img, .fa-plus:before, .tooltip span:after, .sonata-form-bar, .sonata-videos-content, .sonata-app .content-container .contain-left, .scene-container, .testimonials .content .left-image, .testimonials .content .right-image, .testimonials:before, .testimonials:after, .sonata-mission .contain-right, .sonata-landing .testimonials, #instafeed, .sonata-landing .downloads, .sonata-landing .logo-disclaimer {
        display: none !important
    }

    .sonata-mission .contain-left {
        width: 100%
    }

    .sonata-tooltips {
        margin: 0
    }

    .tooltip {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 0;
        margin-bottom: 10px
    }

        .tooltip span {
            padding: 0;
            min-height: 0
        }

    .sonata-tool-tip-1, .sonata-tool-tip-2, .sonata-tool-tip-3, .sonata-tool-tip-4 {
        position: initial;
        padding: 0
    }

    .tooltip span {
        position: inherit;
        width: 100%;
        visibility: visible
    }

    .sonata-app .content-container .contain-right {
        margin-top: 0;
        padding: 0;
        width: 100%
    }

        .sonata-app .content-container .contain-right .row {
            padding: 0;
            margin: 0 !important
        }

    .sonata-mission .main-box {
        display: block;
        padding-left: 20px
    }

        .sonata-mission .main-box .content {
            display: block;
            padding: 0
        }

    .sonata-mission .contain-left {
        flex: 100
    }

    .social-feed .feed-heading {
        padding: 0;
        margin: 0;
        text-align: left
    }

        .sonata-intro h3, .sonata-mission .main-box .content h2, .social-feed .feed-heading h2 {
            font-size: 24px
        }

    .sonata {
        font-color: #000000 !important
    }

    .section {
        padding: 10px 0
    }

    .sonata-header-section {
        display: block;
        font-size: initial;
        margin: 20px 0 0 20px
    }

    .sonata-left-container, .sonata-right-container {
        width: 100%
    }

    .sonata-heading, .sonata-subheading {
        position: inherit;
        font-size: 24px;
        width: 100%;
        display: block;
        left: 0
    }

    .sonata-header-tm {
        font-size: 12px;
        margin: 0
    }

    .ribbon {
        display: block;
        width: 100%;
        background: transparent;
        text-align: left;
        position: inherit;
        font-size: 14px;
        left: 0;
        padding: 0;
        margin: 0;
        top: 0
    }

        .sonata-video, .sonata-left-container img, .sonata-right-container img, .form-group, .block, .ribbon:before, .sonata-video-content h3:before {
            display: none
        }

    .sonata-video-container {
        padding: 0;
        border: none
    }

    .sonata-form-container, .sonata-video-content {
        width: 100%;
        text-align: left;
        padding: 0;
        margin: 0 0 0 20px
    }

        .sonata-form-container h2, .sonata-video-content h2 {
            font-size: 18px
        }
}

.fancybox-sonata .fancybox-inner {
    max-width: 500px !important;
    width: 100% !important;
    height: 100%
}

#watchNow, #behindScenes {
    height: 100%
}

.ps-recommendations .ps-recommendations-section {
    padding-bottom: 40px
}

.ps-recommendations .section .section + .section {
    padding-top: 40px;
    padding-bottom: 30px
}

.ps-recommendations #page-title {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
    margin-bottom: 40px
}

.ps-recommendations h2 {
    font-size: 1rem;
    font-weight: bold
}

.ps-recommendations .product-detail-price {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px
}

.ps-recommendations .ps-recommendations-learn-more {
    margin-bottom: 10px;
    display: block
}

.ps-recommendations .quantity label {
    margin-bottom: 5px
}

.ps-recommendations .add-to-cart {
    width: 150px;
    font-size: 14px
}

.ps-recommendations .zip-bar {
    margin-top: 15px
}

    .ps-recommendations .zip-bar input {
        width: 200px;
        text-align: left;
        width: 200px;
        padding: 10px;
        line-height: 20px;
        float: left;
        height: 40px
    }

.ie .ps-recommendations .zip-bar input {
    padding: 5px
}

.ps-recommendations .zip-bar button {
    float: left;
    position: relative;
    font-weight: bold;
    font-size: 12px;
    height: 40px
}

.ps-recommendations .product-compare-control {
    margin: 10px 0
}

.ps-secondary-pump h1 {
    font-size: 24px
}

@media only screen and (max-width: 767px) {
    .ps-secondary-pump .product-detail-info .actions {
        text-align: center;
        margin-top: 10px
    }
}

.ps-secondary-pump .product-detail-info button.add-to-cart {
    margin: 10px 0
}

@media only screen and (max-width: 767px) {
    .ps-secondary-pump .product-detail-info button.add-to-cart {
        margin: 0 auto
    }
}

@media only screen and (max-width: 767px) {
    .ps-secondary-pump .results-sub-heading, .ps-secondary-pump .section-header {
        text-align: center
    }
}

@media only screen and (max-width: 767px) {
    .ps-secondary-pump .featured-image-wrapper {
        text-align: center
    }
}

@media only screen and (max-width: 767px) {
    .ps-secondary-pump .product-compare-control {
        text-align: center
    }

        .ps-secondary-pump .product-compare-control a {
            text-align: center;
            margin-top: 10px
        }
}

@media only screen and (max-width: 767px) {
    .ps-secondary-pump .ps-also-learn-more {
        display: block;
        text-align: center
    }
}

@media only screen and (max-width: 767px) {
    .ps-recommendations-also-container .results-sub-heading, .ps-recommendations-also-container .section-header {
        text-align: center
    }
}

.ps-recommendations-also {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 40px
}

    .ps-recommendations-also .ps-recommendations-also-item {
        -webkit-flex: 1 auto;
        -ms-flex: 1 auto;
        flex: 1 auto
    }

    .ps-recommendations-also .bought-slide {
        width: auto !important
    }

@media only screen and (max-width: 767px) {
    .ps-recommendations-also .bought-slide {
        width: 100%;
        margin: 20px 0
    }
}

.bought-slider-container {
    margin: 40px 0px 0;
    max-width: 990px
}

    .bought-slider-container .bought-slide {
        margin: 0 5px
    }

@media only screen and (max-width: 767px) {
    .bought-slider-container .bought-slide {
        clear: both;
        overflow: hidden;
        margin-bottom: 40px
    }
}

.bought-slider-container .img-wrapper, .bought-slider-container .img-title, .bought-slider-container .ps-also-link {
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    align-items: center;
    justify-content: center
}

.bought-slider-container .img-wrapper {
    min-height: 80px
}

@media only screen and (max-width: 767px) {
    .bought-slider-container .img-wrapper {
        float: left;
        width: 50%;
        overflow: hidden;
        padding: 0 10px
    }

        .bought-slider-container .img-wrapper img {
            width: 100%;
            height: 100%
        }
}

.bought-slider-container .item-image .flex-item {
    border: 1px solid #dddddd
}

.bought-slider-container .img-title {
    flex-grow: 1;
    min-height: 60px;
    padding: 0 20px 0 0
}

@media only screen and (max-width: 767px) {
    .bought-slider-container .img-title {
        min-height: 0;
        text-align: center;
        margin-top: 12%;
        padding: 0
    }
}

@media only screen and (max-width: 500px) {
    .bought-slider-container .img-title {
        margin-top: 8%
    }
}

@media only screen and (max-width: 440px) {
    .bought-slider-container .img-title {
        margin-top: 6%;
        margin-bottom: 5px;
        font-size: 12px
    }
}

@media only screen and (max-width: 767px) {
    .bought-slider-container .ps-also-link {
        display: block;
        text-align: center
    }
}

@media only screen and (max-width: 440px) {
    .bought-slider-container .ps-also-link {
        font-size: 12px
    }
}

.bought-slider-container .callout .item-image img {
    max-height: 200px
}

.start-now, .btn-start-over {
    margin-top: 40px
}

@media only screen and (max-width: 767px) {
    .why-medela-baby-image {
        text-align: center
    }

        .why-medela-baby-image img {
            margin-top: 30px
        }
}

#pump-selector-results .product-list {
    padding: 20px 40px 0
}

#breastpumpSelector {
    position: absolute;
    margin-top: -100px
}

.freestyle-cart-bundle {
    padding: 20px 0;
    border-bottom: 1px solid #999999;
    margin-bottom: 20px
}

    .freestyle-cart-bundle h2 {
        font-size: 18px;
        background-color: #f58220;
        color: #ffffff;
        padding: 5px
    }

    .freestyle-cart-bundle h3 {
        font-size: 16px
    }

.education-courses-list tr:nth-child(even) td, .education-programs-list tr:nth-child(even) td, .education-my-education tr:nth-child(even) td, .education-presenters tr:nth-child(even) td {
    background-color: #ffffff !important
}

.education-courses-list tr:nth-child(odd) td, .education-programs-list tr:nth-child(odd) td, .education-my-education tr:nth-child(odd) td, .education-presenters tr:nth-child(odd) td {
    background-color: #f3f3f3 !important
}

.education-courses-list p, .education-programs-list p, .education-my-education p, .education-presenters p {
    margin-top: 20px
}

    .education-courses-list p.description, .education-programs-list p.description, .education-my-education p.description, .education-presenters p.description {
        margin-top: 0
    }

.education-courses-list .course-list, .education-programs-list .course-list, .education-my-education .course-list, .education-presenters .course-list {
    margin-top: 40px
}

.education-courses-list .course-type-header, .education-programs-list .course-type-header, .education-my-education .course-type-header, .education-presenters .course-type-header {
    float: left;
    padding: 5px 10px 0 0
}

.education-courses-list #TypeFilterList, .education-programs-list #TypeFilterList, .education-my-education #TypeFilterList, .education-presenters #TypeFilterList {
    float: left;
    width: 200px
}

.education-courses-list my-education-course-list, .education-programs-list my-education-course-list, .education-my-education my-education-course-list, .education-presenters my-education-course-list {
    margin-top: 0
}

.education-courses-list .ui-corner-all, .education-courses-list .ui-corner-top, .education-courses-list .ui-corner-right, .education-courses-list .ui-corner-tr, .education-programs-list .ui-corner-all, .education-programs-list .ui-corner-top, .education-programs-list .ui-corner-right, .education-programs-list .ui-corner-tr, .education-my-education .ui-corner-all, .education-my-education .ui-corner-top, .education-my-education .ui-corner-right, .education-my-education .ui-corner-tr, .education-presenters .ui-corner-all, .education-presenters .ui-corner-top, .education-presenters .ui-corner-right, .education-presenters .ui-corner-tr {
    border-radius: 0
}

.education-courses-list .ui-widget-header, .education-programs-list .ui-widget-header, .education-my-education .ui-widget-header, .education-presenters .ui-widget-header {
    background: #dddddd
}

.education-courses-list .ui-jqgrid .ui-jqgrid-title, .education-programs-list .ui-jqgrid .ui-jqgrid-title, .education-my-education .ui-jqgrid .ui-jqgrid-title, .education-presenters .ui-jqgrid .ui-jqgrid-title {
    color: #666666;
    float: none;
    display: block;
    text-align: center;
    padding: 5px
}

.education-courses-list .ui-jqgrid .ui-jqgrid-htable th div, .education-programs-list .ui-jqgrid .ui-jqgrid-htable th div, .education-my-education .ui-jqgrid .ui-jqgrid-htable th div, .education-presenters .ui-jqgrid .ui-jqgrid-htable th div {
    padding: 5px 4px 5px 0
}

.education-courses-list .ui-th-column, .education-programs-list .ui-th-column, .education-my-education .ui-th-column, .education-presenters .ui-th-column {
    background: #eeeeee
}

.education-courses-list .ui-widget-content a, .education-courses-list .ui-state-default, .education-courses-list .ui-widget-content .ui-state-default, .education-courses-list .ui-widget-header .ui-state-default, .education-courses-list .ui-state-highlight a, .education-courses-list .ui-widget-content .ui-state-highlight a, .education-courses-list .ui-widget-header .ui-state-highlight a, .education-programs-list .ui-widget-content a, .education-programs-list .ui-state-default, .education-programs-list .ui-widget-content .ui-state-default, .education-programs-list .ui-widget-header .ui-state-default, .education-programs-list .ui-state-highlight a, .education-programs-list .ui-widget-content .ui-state-highlight a, .education-programs-list .ui-widget-header .ui-state-highlight a, .education-my-education .ui-widget-content a, .education-my-education .ui-state-default, .education-my-education .ui-widget-content .ui-state-default, .education-my-education .ui-widget-header .ui-state-default, .education-my-education .ui-state-highlight a, .education-my-education .ui-widget-content .ui-state-highlight a, .education-my-education .ui-widget-header .ui-state-highlight a, .education-presenters .ui-widget-content a, .education-presenters .ui-state-default, .education-presenters .ui-widget-content .ui-state-default, .education-presenters .ui-widget-header .ui-state-default, .education-presenters .ui-state-highlight a, .education-presenters .ui-widget-content .ui-state-highlight a, .education-presenters .ui-widget-header .ui-state-highlight a {
    color: #f58220;
    font-weight: bold
}

    .education-courses-list .ui-widget-content a:hover, .education-courses-list .ui-state-default:hover, .education-courses-list .ui-widget-content .ui-state-default:hover, .education-courses-list .ui-widget-header .ui-state-default:hover, .education-courses-list .ui-state-highlight a:hover, .education-courses-list .ui-widget-content .ui-state-highlight a:hover, .education-courses-list .ui-widget-header .ui-state-highlight a:hover, .education-programs-list .ui-widget-content a:hover, .education-programs-list .ui-state-default:hover, .education-programs-list .ui-widget-content .ui-state-default:hover, .education-programs-list .ui-widget-header .ui-state-default:hover, .education-programs-list .ui-state-highlight a:hover, .education-programs-list .ui-widget-content .ui-state-highlight a:hover, .education-programs-list .ui-widget-header .ui-state-highlight a:hover, .education-my-education .ui-widget-content a:hover, .education-my-education .ui-state-default:hover, .education-my-education .ui-widget-content .ui-state-default:hover, .education-my-education .ui-widget-header .ui-state-default:hover, .education-my-education .ui-state-highlight a:hover, .education-my-education .ui-widget-content .ui-state-highlight a:hover, .education-my-education .ui-widget-header .ui-state-highlight a:hover, .education-presenters .ui-widget-content a:hover, .education-presenters .ui-state-default:hover, .education-presenters .ui-widget-content .ui-state-default:hover, .education-presenters .ui-widget-header .ui-state-default:hover, .education-presenters .ui-state-highlight a:hover, .education-presenters .ui-widget-content .ui-state-highlight a:hover, .education-presenters .ui-widget-header .ui-state-highlight a:hover {
        color: #9a1f61
    }

.education-courses-list #list a, .education-programs-list #list a, .education-my-education #list a, .education-presenters #list a {
    color: #f58220 !important
}

    .education-courses-list #list a:hover, .education-programs-list #list a:hover, .education-my-education #list a:hover, .education-presenters #list a:hover {
        color: #9a1f61
    }

.education-courses-list .ui-jqgrid tr.ui-row-ltr td, .education-programs-list .ui-jqgrid tr.ui-row-ltr td, .education-my-education .ui-jqgrid tr.ui-row-ltr td, .education-presenters .ui-jqgrid tr.ui-row-ltr td {
    padding: 10px
}

.education-courses-list .ui-jqgrid-bdiv, .education-programs-list .ui-jqgrid-bdiv, .education-my-education .ui-jqgrid-bdiv, .education-presenters .ui-jqgrid-bdiv {
    height: auto !important
}

    .education-courses-list .ui-jqgrid-bdiv ul, .education-programs-list .ui-jqgrid-bdiv ul, .education-my-education .ui-jqgrid-bdiv ul, .education-presenters .ui-jqgrid-bdiv ul {
        list-style: none;
        margin-bottom: 0
    }

.education-courses-list .my-education-course-list .ui-jqgrid, .education-programs-list .my-education-course-list .ui-jqgrid, .education-my-education .my-education-course-list .ui-jqgrid, .education-presenters .my-education-course-list .ui-jqgrid {
    margin-top: 40px
}

.education-courses-list .dtend, .education-courses-list .value-title, .education-courses-list span.location, .education-courses-list span.adr, .education-courses-list span.street-address, .education-programs-list .dtend, .education-programs-list .value-title, .education-programs-list span.location, .education-programs-list span.adr, .education-programs-list span.street-address, .education-my-education .dtend, .education-my-education .value-title, .education-my-education span.location, .education-my-education span.adr, .education-my-education span.street-address, .education-presenters .dtend, .education-presenters .value-title, .education-presenters span.location, .education-presenters span.adr, .education-presenters span.street-address {
    margin: 0
}

.education-courses-list .page-title, .education-programs-list .page-title, .education-my-education .page-title, .education-presenters .page-title {
    margin: 0 0 0.35em
}

.education-presenters-detail .presenter-detail h1 {
    margin-bottom: 20px
}

.education-courses-detail .course-detail-btn, .education-programs-detail .course-detail-btn {
    margin: 20px 0 10px
}

.education-courses-detail .course-detail-content, .education-programs-detail .course-detail-content {
    padding: 10px 0
}

@media only screen and (max-width: 767px) {
    .education-courses-detail h2.resp-accordion, .education-programs-detail h2.resp-accordion {
        display: block
    }
}

@media only screen and (max-width: 767px) {
    .education-courses-detail .resp-tabs-list, .education-programs-detail .resp-tabs-list {
        display: none
    }
}

.education-programs-detail .page-title {
    margin: 20px 0
}

.generic-margin {
    margin-bottom: 20px
}

    .generic-margin .page-title {
        margin-bottom: 20px
    }

.whats-new .page-title, .whats-new-archive .page-title {
    margin-bottom: 20px
}

.whats-new-section, .whats-new-archive-section {
    padding-top: 10px
}

    .whats-new-section #news-items, .whats-new-section #archive-items, .whats-new-archive-section #news-items, .whats-new-archive-section #archive-items {
        margin-top: 10px
    }

        .whats-new-section #news-items ul, .whats-new-section #archive-items ul, .whats-new-archive-section #news-items ul, .whats-new-archive-section #archive-items ul {
            list-style: none;
            margin: 0;
            padding: 0
        }

            .whats-new-section #news-items ul li, .whats-new-section #archive-items ul li, .whats-new-archive-section #news-items ul li, .whats-new-archive-section #archive-items ul li {
                margin-bottom: 20px
            }

        .whats-new-section #news-items p, .whats-new-section #archive-items p, .whats-new-archive-section #news-items p, .whats-new-archive-section #archive-items p {
            margin-bottom: 5px
        }

.archive-link {
    margin-top: 20px
}

#smart-paginator .orange.normal {
    background-color: #ffffff
}

    #smart-paginator .orange.normal.active {
        background-color: #e57c13
    }

.categorized-detail #tertiary, .tips-and-solutions #tertiary, .categorized-summary #tertiary {
    margin-top: 20px
}

    .categorized-detail #tertiary h1, .tips-and-solutions #tertiary h1, .categorized-summary #tertiary h1 {
        font-size: 22px
    }

    .categorized-detail #tertiary ul, .tips-and-solutions #tertiary ul, .categorized-summary #tertiary ul {
        font-weight: bold;
        margin: 0;
        padding: 0;
        list-style: none
    }

    .categorized-detail #tertiary .widget-sidenav ul a .icon, .tips-and-solutions #tertiary .widget-sidenav ul a .icon, .categorized-summary #tertiary .widget-sidenav ul a .icon {
        margin-left: -15px
    }

    .categorized-detail #tertiary .widget-sidenav .icon-arrow-right, .tips-and-solutions #tertiary .widget-sidenav .icon-arrow-right, .categorized-summary #tertiary .widget-sidenav .icon-arrow-right {
        background-position: -40px -100px;
        margin-left: 1px;
        margin-right: 10px
    }

    .categorized-detail #tertiary .icon, .tips-and-solutions #tertiary .icon, .categorized-summary #tertiary .icon {
        display: inline-block;
        position: relative
    }

    .categorized-detail #tertiary .icon-arrow-right, .tips-and-solutions #tertiary .icon-arrow-right, .categorized-summary #tertiary .icon-arrow-right {
        background-position: -40px -100px;
        height: 7px;
        margin-left: 5px;
        top: -1px;
        width: 4px;
        left: -5px
    }

.categorized-detail .trigger.on .fa, .tips-and-solutions .trigger.on .fa, .categorized-summary .trigger.on .fa {
    margin-right: 5px !important
}

.ui-jqgrid-titlebar-close {
    display: none
}

.ui-jqgrid-hbox {
    width: 100%
}

.program-course-type span {
    float: left;
    margin: 7px 10px 0 0
}

.program-course-type .location span {
    float: none
}

.program-course-type .location .locality {
    margin-right: 0
}

.program-course-type .ui-paging-pager #input_pager span {
    float: none
}

.products-compare .legacy-content .expand-collapse {
    padding-bottom: 2.5em
}

    .products-compare .legacy-content .expand-collapse .trigger, .products-compare .legacy-content .accordion .trigger {
        padding: 0 0 12px 0;
        color: #454545;
        font-size: 14px;
        cursor: pointer;
        font-weight: normal
    }

    .products-compare .legacy-content .expand-collapse .trigger-text, .products-compare .legacy-content .expand-collapse .fa {
        display: block;
        float: left
    }

    .products-compare .legacy-content .expand-collapse .fa {
        top: 2px;
        position: relative
    }

    .products-compare .legacy-content .expand-collapse table .fa {
        display: inline-block;
        float: none;
        top: 0
    }

    .products-compare .legacy-content .expand-collapse .trigger-text {
        max-width: 600px;
        width: 90%;
        line-height: 1.4
    }

    .products-compare .legacy-content .expand-collapse .trigger:hover, .products-compare .legacy-content .accordion .trigger:hover {
        text-decoration: none;
        color: #e57c13
    }

    .products-compare .legacy-content .expand-collapse .content, .products-compare .legacy-content .accordion .content {
        padding: 0 17px 10px
    }

.products-compare table.border, .products-compare table.border td, .products-compare table.border th {
    border-width: 1px;
    border-color: #6a639a;
    border-style: solid;
    border-spacing: 0px;
    border-collapse: separate
}

    .products-compare table.border td, .products-compare table.border th {
        padding: 2px
    }

.products-compare table.border0, .products-compare table.border0 td, .products-compare table.border0 th {
    border-width: 0px
}

.products-compare table.border1, .products-compare table.border1 td, .products-compare table.border1 th {
    border-width: 1px
}

.products-compare table.border2, .products-compare table.border2 td, .products-compare table.border2 th {
    border-width: 2px
}

.products-compare table.border3, .products-compare table.border3 td, .products-compare table.border3 th {
    border-width: 3px
}

.products-compare table.super {
    background-color: #fff;
    margin: 10px 0;
    font-size: 12px
}

.products-compare table.super-wide {
    width: 100%
}

.products-compare table.super caption, .products-compare table.super th, .products-compare table.super td {
    padding: 5px 10px;
    border-right: 1px solid #ddd
}

    .products-compare table.super caption, .products-compare table.super th:first-child, .products-compare table.super td:first-child {
        border-left: 1px solid #ddd
    }

.products-compare .legacy-content table.super tr td label, .products-compare .legacy-content table tr td label a {
    font-size: 12px
}

.products-compare table.super caption, .products-compare table.super th {
    font-weight: bold;
    text-align: left
}

.products-compare table.super th, .products-compare table.super.full-row-highlight td, .products-compare table.super tr.odd td {
    background-color: #f9f9f9
}

.products-compare table.super thead th, .products-compare table.super tfoot td, .products-compare table.super.full-row-highlight tr.odd td, .products-compare table.super tr.odd th {
    background-color: #eee
}

.products-compare table.super caption {
    background-color: #ddd;
    font-size: 14px;
    font-weight: normal
}

.products-compare table.aligntop th, .products-compare table.aligntop td {
    vertical-align: top
}

.products-compare table.noborder caption, .products-compare table.noborder th, .products-compare table.noborder td, .products-compare table.noborder th:first-child, .products-compare table.noborder td:first-child, .products-compare tr.noborder th, .products-compare tr.noborder td {
    border: none
}

.products-compare table.noshade, .products-compare table.noshade th, .products-compare table.noshade tr.odd td, .products-compare table.noshade thead th, .products-compare table.noshade tfoot td, .products-compare table.noshade tr.odd th, .products-compare table.noshade caption, .products-compare tr.noshade th, .products-compare tr.noshade td {
    background-color: transparent
}

.products-compare .sidebar-none-wide table.super-wide {
    font-size: 11px
}

    .products-compare .sidebar-none-wide table.super-wide thead th, .products-compare .sidebar-none-wide table.super-wide td {
        text-align: center
    }

    .products-compare .sidebar-none-wide table.super-wide caption, .products-compare .sidebar-none-wide table.super-wide th:first-child {
        text-align: left
    }

        .products-compare .sidebar-none-wide table.super-wide caption.trigger {
            background-color: #ececec;
            margin: 0;
            padding: 10px
        }

            .products-compare .sidebar-none-wide table.super-wide caption.trigger.on {
                background-color: #ddd
            }

    .products-compare .sidebar-none-wide table.super-wide th:first-child {
        overflow: hidden
    }

.products-compare .link-icon {
    text-decoration: none
}

.products-compare span.link-icon-help {
    color: #6a639a
}

.products-compare .icon {
    position: relative;
    display: inline-block;
    background-image: url("/Content/images/icons.png");
    background-repeat: no-repeat;
    height: 12px
}

.products-compare .icon-social, .products-compare .icon-bmm {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: top
}

.products-compare .icon-facebook {
    background-position: 0 0
}

.products-compare .icon-twitter {
    background-position: -20px 0
}

.products-compare .icon-linkedIn {
    background-position: -40px 0
}

.products-compare .icon-youtube {
    background-position: -60px 0
}

.products-compare .icon-feed {
    background-position: -80px 0
}

.products-compare .icon-consultant {
    background-position: 0 -460px
}

.products-compare .icon-buy {
    background-position: -20px -460px
}

.products-compare .icon-rent {
    background-position: -40px -460px
}

.products-compare .icon-iproducts {
    background-position: -60px -460px
}

.products-compare .icon-iservices {
    background-position: -80px -460px
}

.products-compare .icon-accounts {
    top: 1px;
    background-position: 0 -20px;
    width: 10px;
    height: 11px;
    margin-right: 5px
}

.products-compare .menu-function .icon-accounts, .products-compare .btn .icon-accounts {
    background-position: -20px -20px
}

.products-compare .icon-professionals {
    top: 1px;
    background-position: 0 -40px;
    width: 13px;
    height: 11px;
    margin-right: 5px
}

.products-compare .menu-function .icon-professionals, .products-compare .btn .icon-professionals {
    background-position: -20px -40px
}

.products-compare .icon-education {
    top: 2px;
    background-position: 0 -60px;
    width: 16px;
    margin-right: 5px
}

.products-compare .menu-function .icon-education, .products-compare .btn .icon-education {
    background-position: -20px -60px
}

.products-compare .icon-arrow-up {
    top: -3px;
    background-position: 0 -80px;
    width: 7px;
    height: 4px;
    margin-right: 5px
}

.products-compare .btn .icon-arrow-up {
    background-position: -20px -80px
}

.products-compare .icon-arrow-right {
    top: -1px;
    background-position: 0 -100px;
    width: 4px;
    height: 7px;
    margin-left: 5px
}

.products-compare .btn .icon-arrow-right, .products-compare .btn-device .icon-arrow-right {
    background-position: -20px -100px
}

.products-compare .btn-device .icon-arrow-right {
    position: absolute;
    top: 40%;
    right: 10px
}

.products-compare .icon-arrow-down {
    top: -3px;
    background-position: 0 -120px;
    width: 7px;
    height: 4px;
    margin-left: 5px
}

.products-compare .btn .icon-arrow-down {
    background-position: -20px -120px
}

.products-compare .icon-arrow-left {
    top: -1px;
    background-position: 0 -140px;
    width: 4px;
    height: 7px;
    margin-right: 5px
}

.products-compare .btn .icon-arrow-left {
    background-position: -20px -140px
}

.products-compare .icon-plus {
    top: 1px;
    background-position: 0 -160px;
    width: 12px
}

.products-compare .icon-plus, .products-compare .fa-plus-square-o, .products-compare .fa-minus-square-o {
    margin-right: 5px;
    color: #e57c13
}

.products-compare .btn .icon-plus {
    background-position: -20px -160px
}

.products-compare .icon-minus {
    top: 1px;
    background-position: 0 -180px;
    width: 12px;
    margin-right: 5px
}

.products-compare .btn .icon-minus {
    background-position: -20px -180px
}

.products-compare .icon-calculator {
    top: 1px;
    background-position: 0 -200px;
    width: 10px;
    margin-right: 5px
}

.products-compare .btn .icon-calculator {
    background-position: -20px -200px
}

.products-compare .icon-calendar {
    top: 1px;
    background-position: 0 -220px;
    width: 11px;
    margin-right: 5px
}

.products-compare .btn .icon-calendar {
    background-position: -20px -220px
}

.products-compare .icon-chart {
    top: 1px;
    background-position: 0 -240px;
    width: 13px;
    height: 11px;
    margin-right: 5px
}

.products-compare .btn .icon-chart {
    background-position: -20px -240px
}

.products-compare .icon-envelope {
    top: 1px;
    background-position: 0 -260px;
    width: 13px;
    height: 11px;
    margin-right: 5px
}

.products-compare .btn .icon-envelope {
    background-position: -20px -260px
}

.products-compare .icon-help {
    top: 2px;
    background-position: 0 -280px;
    width: 12px;
    margin-left: 5px
}

.products-compare .btn .icon-help {
    background-position: -20px -280px
}

.products-compare .icon-pdf {
    top: 3px;
    background-position: 0 -300px;
    width: 15px;
    height: 15px;
    margin-top: -3px;
    margin-left: 5px
}

.products-compare .btn .icon-pdf {
    background-position: -20px -300px
}

.products-compare .icon-printer {
    top: 1px;
    background-position: 0 -320px;
    width: 14px;
    margin-right: 5px
}

.products-compare .btn .icon-printer {
    background-position: -20px -320px
}

.products-compare .icon-share {
    top: 1px;
    background-position: 0 -340px;
    width: 12px;
    margin-right: 5px
}

.products-compare .btn .icon-share {
    background-position: -20px -340px
}

.products-compare .icon-plus-minus {
    top: 1px;
    background-position: 0 -360px;
    width: 12px;
    margin-right: 5px
}

.products-compare .btn .icon-plus-minus {
    background-position: -20px -360px
}

.products-compare .icon-remove {
    top: 1px;
    background-position: 0 -380px;
    width: 12px;
    margin-left: 5px
}

.products-compare .btn .icon-remove {
    background-position: -20px -380px
}

.products-compare .icon-enlarge {
    top: 1px;
    background-position: 0 -400px;
    width: 12px;
    margin-right: 5px
}

.products-compare .btn .icon-enlarge {
    background-position: -20px -400px
}

.products-compare .icon-cart {
    top: 1px;
    background-position: 0 -420px;
    width: 13px;
    height: 10px;
    margin-right: 5px
}

.products-compare .btn .icon-cart {
    background-position: -20px -420px
}

.products-compare .icon-refresh {
    top: 1px;
    background-position: 0 -440px;
    width: 11px;
    margin-right: 5px
}

.products-compare .ie7 .icon-refresh {
    top: -2px
}

.products-compare .btn .icon-refresh {
    background-position: -20px -440px
}

.products-compare .icon-checkbox {
    top: 1px;
    background-position: 0 -480px;
    width: 12px;
    margin-right: 5px
}

.products-compare .btn .icon-checkbox {
    background-position: -20px -480px
}

.products-compare .link-icon-video, .products-compare .link-icon-video-med {
    position: relative;
    display: inline-block;
    border: 2px solid #ddd;
    overflow: hidden
}

.products-compare .link-icon-video-med {
    border: none
}

.products-compare .gallery .link-icon-video {
    margin: 0px;
    display: block;
    border: none
}

.products-compare .link-icon-video:hover {
    border-color: #ccc
}

.products-compare .link-icon-video img {
    display: block
}

.products-compare .link-icon-video .icon, .products-compare .link-icon-video-med .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: .5
}

.products-compare .link-icon-video:hover .icon, .products-compare a:hover .link-icon-video .icon, .products-compare .link-icon-video-med:hover .icon, .products-compare a:hover .link-icon-video-med .icon {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}

.products-compare .icon-play {
    background: url("/Content/images/icon-play.png") no-repeat center 13px
}

.products-compare .icon-play-med {
    background: url("/Content/images/icon-play-med.png") no-repeat center 50px
}

.products-compare .icon-pause {
    background: url("/Content/images/icon-pause.png") no-repeat center center
}

.products-compare .icon-checkmark {
    background-image: url("/Content/images/icon-drop-orange.png");
    padding: 8px 0 0;
    width: 15px;
    height: 9px;
    overflow: hidden
}

.products-compare .title-icon-breastpump, .products-compare .title-icon-checklist {
    padding-left: 25px;
    background: transparent url("/Content/images/icon-breastpump.png") no-repeat 0 50%
}

.products-compare .title-icon-checklist {
    background-image: url("/Content/images/icon-checklist.png")
}

.products-compare .loading {
    visibility: hidden
}

.products-compare tr:nth-child(even) td, .products-compare tr:nth-child(even) th {
    background-color: #ffffff !important
}

#Notes {
    margin-top: 40px;
    clear: both;
    width: 50%
}

@media only screen and (max-width: 767px) {
    #Notes {
        width: 100%
    }
}

#Notes .btn {
    margin: 20px 0
}

table.super.layout-fixed {
    table-layout: fixed
}

@media only screen and (max-width: 797px) {
    header .page-header {
        margin-top: 44px
    }
}

@media only screen and (max-width: 797px) {
    .main-banner .main-img-wrapper {
        margin-top: 44px
    }
}

.section {
    padding: 0 0 40px
}

.main-banner {
    margin-bottom: 30px;
    position: relative;
    padding: 0
}

    .main-banner .main-img-wrapper img {
        position: relative;
        display: block;
        width: 100%;
        border-bottom: 4px solid #ffc52b
    }

    .main-banner .banner-content {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%
    }

    .main-banner .flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .main-banner .content {
        width: 100%;
        margin: 20px 120px;
        color: #000000
    }

@media only screen and (max-width: 1255px) {
    .main-banner .content {
        margin: 20px 60px
    }
}

@media only screen and (max-width: 1100px) {
    .main-banner .content {
        margin: 0 20px
    }
}

.main-banner .content .content {
    width: 100%
}

.main-banner .content .content-wrapper h1 {
    font-size: 3.5em;
    color: #000000;
    font-weight: 700
}

@media only screen and (max-width: 1100px) {
    .main-banner .content .content-wrapper h1 {
        font-size: 3em
    }
}

@media only screen and (max-width: 850px) {
    .main-banner .content .content-wrapper h1 {
        font-size: 2.5em
    }
}

.main-banner .content .content-wrapper p {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.7em;
    margin-bottom: 0.5em
}

@media only screen and (max-width: 1100px) {
    .main-banner .content .content-wrapper p {
        font-size: 1.2em
    }
}

.main-banner .content .content-wrapper .btn-primary {
    padding: 0.7em 2em 0.7em;
    border-radius: 1.5em;
    font-size: 0.9em;
    background-image: none;
    border: none;
    -webkit-transition: all .25s;
    transition: all .25s;
    display: inline-block;
    margin-top: 15px
}

    .main-banner .content .content-wrapper .btn-primary .fa {
        font-size: 0.8em;
        padding-left: 5px
    }

    .main-banner .content .content-wrapper .btn-primary:hover {
        background-color: #4a4a4a;
        color: #fff
    }

.main-banner .content .align-items-right {
    float: right;
    max-width: 45%;
    text-align: right
}

@media only screen and (max-width: 767px) {
    .main-banner .content .align-items-right {
        float: left;
        max-width: 100%;
        margin: 0;
        text-align: left
    }
}

.main-banner .content .align-items-left {
    float: left;
    max-width: 45%;
    text-align: left
}

@media only screen and (max-width: 767px) {
    .main-banner .content .align-items-left {
        float: left;
        max-width: 100%;
        margin: 0;
        text-align: left
    }
}

.main-banner .content .align-items-center {
    max-width: 60%;
    margin: 0 auto;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .main-banner .content .align-items-center {
        float: left;
        max-width: 100%;
        margin: 0;
        text-align: left
    }
}

.main-banner .anchor {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    text-align: center
}

    .main-banner .anchor a {
        text-decoration: none;
        color: #353535;
        font-size: 1em;
        font-weight: bold
    }

        .main-banner .anchor a .fa {
            display: block;
            font-size: 2.5em;
            background-color: #ffc52b;
            border-radius: 50%;
            border: 2px solid #ffc52b;
            height: 55px;
            width: 55px;
            margin: 15px auto 0;
            color: #353535;
            padding-top: 6px;
            text-align: center;
            -webkit-transition: all .25s;
            transition: all .25s
        }

            .main-banner .anchor a .fa:hover {
                background-color: #fff;
                border: 2px solid #353535
            }

.section .main-banner {
    padding-bottom: 0
}

.medela-promotions .mobile-content-links {
    margin-bottom: 30px
}

    .medela-promotions .mobile-content-links ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .medela-promotions .mobile-content-links li:first-child {
        border-top: 1px solid #999999
    }

    .medela-promotions .mobile-content-links li {
        border-bottom: 1px solid #999999;
        margin: 0
    }

        .medela-promotions .mobile-content-links li a {
            color: #353535;
            display: block;
            font-size: 1.1em;
            font-weight: 600;
            padding: 15px 20px 15px 60px;
            position: relative;
            text-decoration: none;
            -webkit-transition: all .25s;
            transition: all .25s
        }

            .medela-promotions .mobile-content-links li a:hover {
                background-color: #f58220;
                color: #ffffff
            }

                .medela-promotions .mobile-content-links li a:hover .fa {
                    color: #ffffff
                }

            .medela-promotions .mobile-content-links li a .fa {
                color: #f58220;
                font-size: 1.4em;
                position: absolute;
                left: 25px;
                top: 13px
            }

            .medela-promotions .mobile-content-links li a .fa-lightbulb-o {
                margin-left: 5px
            }

.medela-promotions .enhance-slick-items {
    width: 100%
}

.medela-promotions {
    position: relative;
    padding: 20px 0
}

    .medela-promotions .card-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 1200px;
        width: 100%;
        background-color: #ffffff
    }

    .medela-promotions .callout-row-four-items {
        max-width: 1200px
    }

    .medela-promotions .callout-row-three-items {
        max-width: 990px
    }

    .medela-promotions .callout-row-two-items {
        max-width: 700px
    }

    .medela-promotions .callout-row-one-items {
        max-width: 340px
    }

@media only screen and (max-width: 767px) {
    .medela-promotions .card-container {
        margin-top: 30px;
        max-width: 320px;
        width: 100%;
        display: block
    }
}

.medela-promotions .enhance-slick-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto
}

@media only screen and (max-width: 767px) {
    .medela-promotions .enhance-slick-items {
        display: block
    }
}

.medela-promotions .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 767px) {
    .medela-promotions .flex {
        margin: 15px 0
    }
}

.medela-promotions .flex a {
    text-decoration: none;
    color: #000000;
    -webkit-transition: all .45s;
    transition: all .45s;
    width: 100%
}

    .medela-promotions .flex a.btn {
        color: #ffffff;
        display: inline-block;
        margin: 0 auto 20px;
        width: auto
    }

    .medela-promotions .flex a .fa {
        padding-left: 6px
    }

.medela-promotions .flex .featured-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    background-color: #ffffff
}

    .medela-promotions .flex .featured-card .featured-body {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        padding: 0 15px 15px
    }

        .medela-promotions .flex .featured-card .featured-body h2 {
            color: #353535;
            font-size: 1.3em;
            font-weight: 700;
            margin: 10px 0 15px;
            text-align: center
        }

        .medela-promotions .flex .featured-card .featured-body p {
            color: #353535;
            text-align: center;
            font-size: 1.2em;
            margin-bottom: 0.5em
        }

    .medela-promotions .flex .featured-card .featured-action {
        text-align: center
    }

        .medela-promotions .flex .featured-card .featured-action span {
            text-align: center;
            display: block;
            margin: 0px 10px 20px;
            font-weight: 600;
            color: #f58220
        }

            .medela-promotions .flex .featured-card .featured-action span:before {
                color: #ffffff;
                background-color: #f58220;
                border-radius: 100%;
                margin-right: 10px;
                padding: 0;
                font-family: 'FontAwesome';
                content: '\f105';
                display: inline-block;
                height: 23px;
                width: 23px;
                text-align: center
            }

.medela-promotions .featured-media img {
    width: 100%
}

.education-guidance, .additional-related-articles {
    position: relative
}

    .education-guidance .img-wrapper, .additional-related-articles .img-wrapper {
        position: relative
    }

        .education-guidance .img-wrapper img, .additional-related-articles .img-wrapper img {
            border-bottom: 4px solid #ffc52b;
            position: relative;
            display: block;
            width: 100%
        }

        .education-guidance .img-wrapper .banner-content, .additional-related-articles .img-wrapper .banner-content {
            position: absolute;
            top: 0;
            height: 100%;
            width: 100%;
            color: #ffffff
        }

    .education-guidance .flex-container, .additional-related-articles .flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .education-guidance .flex-container .content, .additional-related-articles .flex-container .content {
            text-align: center;
            margin-bottom: 20px
        }

@media only screen and (max-width: 945px) {
    .education-guidance .flex-container .content, .additional-related-articles .flex-container .content {
        margin-bottom: 0
    }
}

.education-guidance .flex-container .content h2, .additional-related-articles .flex-container .content h2 {
    font-size: 2.2em;
    color: #ffffff;
    font-weight: 700
}

    .education-guidance .flex-container .content h2:after, .additional-related-articles .flex-container .content h2:after {
        content: "";
        width: 90px;
        top: 55px;
        border-bottom: 5px solid #FEC440;
        display: block;
        margin: 15px auto
    }

.education-guidance .flex-container .content p, .additional-related-articles .flex-container .content p {
    font-size: 1.2em;
    margin: 0 auto 10px;
    width: 37%;
    font-weight: 300
}

@media only screen and (max-width: 1250px) {
    .education-guidance .flex-container .content p, .additional-related-articles .flex-container .content p {
        width: 75%
    }
}

.education-guidance .flex-container .content p span, .additional-related-articles .flex-container .content p span {
    font-size: 1em !important;
    color: #ffffff !important
}

.education-guidance .flex-container .content .btn-primary, .additional-related-articles .flex-container .content .btn-primary {
    position: relative;
    padding: 0.7em 2em 0.7em;
    border-radius: 1.5em;
    font-size: 0.9em;
    background-image: none;
    border: none;
    display: inline-block;
    margin-top: 15px;
    -webkit-transition: all .25s;
    transition: all .25s
}

    .education-guidance .flex-container .content .btn-primary .fa, .additional-related-articles .flex-container .content .btn-primary .fa {
        font-size: 0.8em;
        padding-left: 5px
    }

    .education-guidance .flex-container .content .btn-primary:hover, .additional-related-articles .flex-container .content .btn-primary:hover {
        background-color: #4a4a4a;
        color: #fff
    }

.education-guidance .card-container, .additional-related-articles .card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    width: 100%;
    margin-top: -80px
}

@media only screen and (max-width: 945px) {
    .education-guidance .card-container, .additional-related-articles .card-container {
        margin-top: 20px
    }
}

.education-guidance .callout-row-four-items, .additional-related-articles .callout-row-four-items {
    max-width: 1200px
}

.education-guidance .callout-row-three-items, .additional-related-articles .callout-row-three-items {
    max-width: 990px
}

.education-guidance .callout-row-two-items, .additional-related-articles .callout-row-two-items {
    max-width: 700px
}

.education-guidance .callout-row-one-items, .additional-related-articles .callout-row-one-items {
    max-width: 340px
}

.education-guidance .enhance-slick-items, .additional-related-articles .enhance-slick-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .education-guidance .enhance-slick-items, .additional-related-articles .enhance-slick-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: block !important
    }
}

.education-guidance .flex, .additional-related-articles .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.education-guidance .featured-card, .additional-related-articles .featured-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    background-color: #F8F8F8;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    max-width: 320px;
    margin: 0 auto
}

.education-guidance .featured-media, .additional-related-articles .featured-media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

    .education-guidance .featured-media a, .additional-related-articles .featured-media a {
        text-decoration: none;
        -webkit-transition: all .45s;
        transition: all .45s;
        display: block;
        color: #000000
    }

        .education-guidance .featured-media a img, .additional-related-articles .featured-media a img {
            width: 100%
        }

        .education-guidance .featured-media a span.category, .additional-related-articles .featured-media a span.category {
            position: absolute;
            top: 10px;
            left: 10px;
            background: rgba(255,197,43,0.7);
            padding: 1px 11px;
            border-radius: 5px;
            font-weight: 700;
            font-size: 0.9em;
            color: #353535
        }

        .education-guidance .featured-media a:hover, .additional-related-articles .featured-media a:hover {
            color: #f58220
        }

.education-guidance .featured-body, .additional-related-articles .featured-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 20px
}

    .education-guidance .featured-body h3, .additional-related-articles .featured-body h3 {
        font-size: 1.1em;
        margin: 0 0 15px
    }

    .education-guidance .featured-body p, .additional-related-articles .featured-body p {
        font-size: .95em;
        color: #999999;
        margin: 0 0 0.5em
    }

.education-guidance .card-action, .additional-related-articles .card-action {
    position: relative
}

    .education-guidance .card-action ul, .additional-related-articles .card-action ul {
        list-style: none;
        padding-left: 20px
    }

        .education-guidance .card-action ul li, .additional-related-articles .card-action ul li {
            display: inline-block
        }

            .education-guidance .card-action ul li a, .additional-related-articles .card-action ul li a {
                position: relative;
                margin-left: 35px;
                text-decoration: none;
                color: #C0BEBE;
                -webkit-transition: all .25s;
                transition: all .25s;
                cursor: pointer
            }

                .education-guidance .card-action ul li a:hover, .additional-related-articles .card-action ul li a:hover {
                    color: #999999
                }

                .education-guidance .card-action ul li a:active, .education-guidance .card-action ul li a:focus, .additional-related-articles .card-action ul li a:active, .additional-related-articles .card-action ul li a:focus {
                    color: #f58220
                }

            .education-guidance .card-action ul li .fa, .additional-related-articles .card-action ul li .fa {
                font-size: 1.7em;
                padding-right: 5px;
                position: absolute;
                left: -30px;
                top: -5px
            }

        .education-guidance .card-action ul .like-icon, .additional-related-articles .card-action ul .like-icon {
            padding-right: 10px
        }

.product-parts {
    position: relative
}

    .product-parts .img-wrapper {
        position: relative
    }

        .product-parts .img-wrapper img {
            border-bottom: 4px solid #ffc52b;
            position: relative;
            display: block;
            width: 100%
        }

        .product-parts .img-wrapper .banner-content {
            position: absolute;
            top: 0;
            height: 100%;
            width: 100%;
            color: #ffffff
        }

        .product-parts .img-wrapper .flex-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 100%;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

        .product-parts .img-wrapper .content {
            text-align: center;
            margin-bottom: 30px
        }

@media only screen and (max-width: 945px) {
    .product-parts .img-wrapper .content {
        margin-bottom: 0
    }
}

.product-parts .img-wrapper .content h2 {
    font-size: 2.2em;
    font-weight: 700;
    color: #ffffff;
    width: 30%;
    margin: 0 auto
}

@media only screen and (max-width: 1250px) {
    .product-parts .img-wrapper .content h2 {
        width: 75%
    }
}

@media only screen and (max-width: 945px) {
    .product-parts .img-wrapper .content h2 {
        width: 100%
    }
}

.product-parts .img-wrapper .content h2:after {
    content: "";
    width: 90px;
    top: 55px;
    border-bottom: 5px solid #FEC440;
    display: block;
    margin: 15px auto
}

.product-parts .img-wrapper .content p {
    color: #ffffff;
    font-size: 1.2em;
    font-weight: 300;
    margin: 0 auto 10px;
    width: 37%
}

@media only screen and (max-width: 1250px) {
    .product-parts .img-wrapper .content p {
        width: 75%
    }
}

.product-parts .img-wrapper .content p span {
    color: #ffffff
}

.product-parts .img-wrapper .content .btn-primary {
    position: relative;
    padding: 0.7em 2em 0.7em;
    border-radius: 1.5em;
    font-size: 0.9em;
    background-image: none;
    border: none;
    display: inline-block;
    margin-top: 15px;
    -webkit-transition: all .25s;
    transition: all .25s
}

    .product-parts .img-wrapper .content .btn-primary .fa {
        font-size: 0.8em;
        padding-left: 5px
    }

    .product-parts .img-wrapper .content .btn-primary:hover {
        background-color: #4a4a4a;
        color: #fff
    }

.product-parts .card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 985px;
    width: 100%;
    margin-top: -80px
}

@media only screen and (max-width: 945px) {
    .product-parts .card-container {
        margin-top: 20px
    }
}

.product-parts .callout-row-four-items {
    max-width: 1200px
}

.product-parts .callout-row-three-items {
    max-width: 990px
}

.product-parts .callout-row-two-items {
    max-width: 700px
}

.product-parts .callout-row-one-items {
    max-width: 340px
}

.product-parts .enhance-slick-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .product-parts .enhance-slick-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: block !important
    }
}

.product-parts .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 767px) {
    .product-parts .flex {
        display: block
    }
}

.product-parts .flex a {
    text-decoration: none;
    color: #000000;
    -webkit-transition: all .45s;
    transition: all .45s;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 767px) {
    .product-parts .flex a {
        display: block
    }
}

.product-parts .flex a:hover, .product-parts .flex a:focus {
    -moz-box-shadow: rgba(0,0,0,0.35) 0px 0px 20px 0px;
    -webkit-box-shadow: rgba(0,0,0,0.35) 0px 0px 20px 0px;
    box-shadow: rgba(0,0,0,0.35) 0px 0px 20px 0px
}

.product-parts .product-tile {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-parts .featured-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}

    .product-parts .featured-card .featured-media {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 20px
    }

        .product-parts .featured-card .featured-media img {
            max-width: 215px;
            width: 100%;
            margin: 0 auto;
            display: block
        }

        .product-parts .featured-card .featured-media span {
            position: absolute;
            top: 10px;
            left: 10px;
            background: rgba(255,255,255,0.5);
            padding: 1px 11px;
            border-radius: 5px
        }

    .product-parts .featured-card .featured-body {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        padding: 20px 20px 40px;
        text-align: center
    }

        .product-parts .featured-card .featured-body h3 {
            font-size: 1.1em;
            margin: 0 0 15px
        }

        .product-parts .featured-card .featured-body span.cost {
            display: block;
            font-size: 1.5em;
            margin-top: 10px
        }

        .product-parts .featured-card .featured-body span.price {
            display: block;
            margin-top: 10px;
            font-size: 1.3em
        }

.sign-up {
    margin-top: 40px;
    padding: 20px 0
}

    .sign-up .content {
        text-align: center
    }

        .sign-up .content h2 {
            color: #000000;
            font-size: 2.2em;
            font-weight: 700
        }

            .sign-up .content h2:after {
                content: "";
                width: 90px;
                top: 55px;
                border-bottom: 5px solid #FEC440;
                display: block;
                margin: 15px auto
            }

        .sign-up .content p {
            font-size: 1.1em
        }

    .sign-up .row-narrow {
        width: 100%;
        max-width: 450px
    }

@media only screen and (max-width: 767px) {
    .sign-up .row-narrow {
        padding: 0 10px
    }
}

.sign-up .row-narrow .fields {
    margin-bottom: 25px
}

    .sign-up .row-narrow .fields input {
        height: 3.1em
    }

.sign-up .row-narrow .submit {
    text-align: center
}

    .sign-up .row-narrow .submit .btn-primary {
        position: relative;
        padding: 0.7em 2em 0.7em;
        border-radius: 1.5em;
        font-size: 0.9em;
        background-image: none;
        border: none;
        margin-bottom: 10px;
        display: inline-block;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease
    }

@media only screen and (max-width: 767px) {
    .sign-up .row-narrow .submit .btn-primary {
        margin-bottom: 30px
    }
}

.sign-up .row-narrow .submit .btn-primary .fa {
    font-size: 0.8em;
    padding-left: 5px
}

.sign-up .row-narrow .submit .btn-primary:hover {
    background-color: #4a4a4a;
    color: #fff
}

.sign-up .sign-up-disclaimer {
    text-align: center;
    font-size: 0.9em;
    margin-top: 15px
}

.education-research, .enhancements-support {
    position: relative;
    padding: 40px 0
}

    .education-research .content-container, .enhancements-support .content-container {
        background-color: #f8f8f8
    }

    .education-research .banner-content, .enhancements-support .banner-content {
        position: absolute;
        top: 40px;
        width: 100%
    }

@media only screen and (max-width: 768px) {
    .education-research .banner-content, .enhancements-support .banner-content {
        position: inherit
    }
}

.education-research .content, .enhancements-support .content {
    text-align: center;
    margin-bottom: 90px
}

@media only screen and (max-width: 767px) {
    .education-research .content, .enhancements-support .content {
        margin-bottom: 0
    }
}

.education-research .content img, .enhancements-support .content img {
    padding: 20px 0 10px
}

.education-research .content h2, .enhancements-support .content h2 {
    font-size: 2.2em;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .education-research .content h2, .enhancements-support .content h2 {
        color: #000000
    }
}

.education-research .content h2:after, .enhancements-support .content h2:after {
    content: "";
    width: 90px;
    top: 55px;
    border-bottom: 5px solid #FEC440;
    display: block;
    margin: 15px auto
}

.education-research .content p, .enhancements-support .content p {
    color: #ffffff;
    font-size: 1.2em;
    margin: 0 auto 10px;
    width: 60%
}

@media only screen and (max-width: 767px) {
    .education-research .content p, .enhancements-support .content p {
        width: 95%;
        color: #000000
    }
}

.education-research .content .btn-primary, .enhancements-support .content .btn-primary {
    position: relative;
    padding: 0.7em 2em 0.7em;
    border-radius: 1.5em;
    font-size: 0.9em;
    background-image: none;
    border: none;
    display: inline-block;
    width: auto;
    -webkit-transition: all .25s;
    transition: all .25s;
    margin: 20px 0
}

    .education-research .content .btn-primary .fa, .enhancements-support .content .btn-primary .fa {
        font-size: 0.8em;
        padding-left: 5px
    }

    .education-research .content .btn-primary:hover, .enhancements-support .content .btn-primary:hover {
        background-color: #4a4a4a;
        color: #fff
    }

.education-research .enhance-slick-items, .enhancements-support .enhance-slick-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto
}

@media only screen and (max-width: 768px) {
    .education-research .enhance-slick-items, .enhancements-support .enhance-slick-items {
        display: block
    }
}

.education-research .card-container, .enhancements-support .card-container {
    display: -webkit-box;
    max-width: 985px;
    width: 100%;
    background-color: #ffffff
}

@media only screen and (max-width: 768px) {
    .education-research .card-container, .enhancements-support .card-container {
        margin-top: 30px;
        max-width: 320px;
        width: 100%;
        display: block
    }
}

.education-research .card-container .flex, .enhancements-support .card-container .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -80px
}

@media only screen and (max-width: 1100px) {
    .education-research .card-container .flex, .enhancements-support .card-container .flex {
        margin-top: -40px
    }
}

@media only screen and (max-width: 930px) {
    .education-research .card-container .flex, .enhancements-support .card-container .flex {
        margin-top: 20px
    }
}

@media only screen and (max-width: 767px) {
    .education-research .card-container .flex, .enhancements-support .card-container .flex {
        margin: 0 0 20px
    }
}

.education-research .card-container .flex a, .enhancements-support .card-container .flex a {
    text-decoration: none;
    color: #000000;
    -webkit-transition: all .45s;
    transition: all .45s;
    width: 100%
}

    .education-research .card-container .flex a.btn, .enhancements-support .card-container .flex a.btn {
        color: #ffffff;
        display: inline-block;
        margin: 0 auto 20px;
        width: auto
    }

    .education-research .card-container .flex a .fa, .enhancements-support .card-container .flex a .fa {
        padding-left: 6px
    }

.education-research .card-container .flex .featured-card, .enhancements-support .card-container .flex .featured-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    border-top: 8px solid #fec440;
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}

    .education-research .card-container .flex .featured-card .featured-body, .enhancements-support .card-container .flex .featured-card .featured-body {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        padding: 30px 15px
    }

        .education-research .card-container .flex .featured-card .featured-body h3, .enhancements-support .card-container .flex .featured-card .featured-body h3 {
            color: #343435;
            font-size: 1.5em;
            font-weight: 900;
            margin: 15px 0
        }

    .education-research .card-container .flex .featured-card .card-action, .enhancements-support .card-container .flex .featured-card .card-action {
        padding: 0 15px 40px
    }

        .education-research .card-container .flex .featured-card .card-action a, .enhancements-support .card-container .flex .featured-card .card-action a {
            color: #343435;
            position: relative;
            font-weight: 700;
            box-shadow: none
        }

            .education-research .card-container .flex .featured-card .card-action a .fa, .enhancements-support .card-container .flex .featured-card .card-action a .fa {
                position: relative;
                color: #ffffff;
                background-color: #f58220;
                width: 24px;
                height: 24px;
                border-radius: 50%;
                font-size: 1.5em;
                padding: 0 9px;
                margin-right: 10px;
                float: left
            }

            .education-research .card-container .flex .featured-card .card-action a:hover, .enhancements-support .card-container .flex .featured-card .card-action a:hover {
                color: #f58220;
                box-shadow: none
            }

.education-research .callout-row-four-items, .enhancements-support .callout-row-four-items {
    max-width: 1200px
}

.education-research .callout-row-three-items, .enhancements-support .callout-row-three-items {
    max-width: 990px
}

.education-research .callout-row-two-items, .enhancements-support .callout-row-two-items {
    max-width: 700px
}

.education-research .callout-row-one-items, .enhancements-support .callout-row-one-items {
    max-width: 340px
}

.education-research .professionals, .enhancements-support .professionals {
    bottom: 70px
}

.education-research .featured-media img, .enhancements-support .featured-media img {
    width: 100%
}

.education-research .featured-action, .enhancements-support .featured-action {
    text-align: center
}

.enhancements-support .banner-content {
    top: 80px
}

.section.support {
    margin-bottom: 60px;
    position: relative
}

    .section.support .img-wrapper {
        position: relative
    }

        .section.support .img-wrapper img {
            border-bottom: 4px solid #ffc52b;
            position: relative;
            display: block;
            width: 100%
        }

    .section.support .banner-content {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        color: #ffffff
    }

@media only screen and (max-width: 767px) {
    .section.support .banner-content {
        position: inherit
    }
}

.section.support .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section.support .content {
    text-align: center;
    margin-bottom: 40px
}

@media only screen and (max-width: 1095px) {
    .section.support .content {
        margin-bottom: 60px
    }
}

@media only screen and (max-width: 945px) {
    .section.support .content {
        margin-bottom: 0px
    }
}

@media only screen and (max-width: 767px) {
    .section.support .content {
        margin-top: 25px
    }
}

.section.support .content h2 {
    font-size: 2.2em;
    color: #ffffff;
    font-weight: 700
}

@media only screen and (max-width: 767px) {
    .section.support .content h2 {
        color: #000000
    }
}

.section.support .content h2:after {
    content: "";
    width: 90px;
    top: 55px;
    border-bottom: 5px solid #FEC440;
    display: block;
    margin: 15px auto
}

.section.support .content p {
    font-size: 1.2em;
    margin: 0 auto 10px;
    width: 60%
}

@media only screen and (max-width: 1095px) {
    .section.support .content p {
        width: 90%
    }
}

@media only screen and (max-width: 945px) {
    .section.support .content p {
        width: 95%
    }
}

@media only screen and (max-width: 767px) {
    .section.support .content p {
        color: #000000
    }
}

.section.support .content .btn-primary {
    position: relative;
    padding: 0.7em 2em 0.7em;
    border-radius: 1.5em;
    font-size: 0.9em;
    background-image: none;
    border: none;
    display: inline-block;
    width: 170px;
    -webkit-transition: all .25s;
    transition: all .25s;
    margin: 40px 0
}

@media only screen and (max-width: 1095px) {
    .section.support .content .btn-primary {
        margin: 10px 0 20px
    }
}

@media only screen and (max-width: 945px) {
    .section.support .content .btn-primary {
        margin: 10px 0
    }
}

.section.support .content .btn-primary .fa {
    font-size: 0.8em;
    padding-left: 5px
}

.section.support .content .btn-primary:hover {
    background-color: #4a4a4a;
    color: #fff
}

.section.support .card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 640px;
    width: 100%;
    margin-top: -80px
}

@media only screen and (max-width: 945px) {
    .section.support .card-container {
        margin-top: 30px
    }
}

@media only screen and (max-width: 767px) {
    .section.support .card-container {
        max-width: 320px;
        margin-top: 30px
    }
}

.section.support .callout-row-four-items {
    max-width: 1200px
}

.section.support .callout-row-three-items {
    max-width: 990px
}

.section.support .callout-row-two-items {
    max-width: 700px
}

.section.support .callout-row-one-items {
    max-width: 340px
}

.section.support .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 945px) {
    .section.support .flex {
        margin-bottom: 30px;
        width: 50%
    }
}

@media only screen and (max-width: 767px) {
    .section.support .flex {
        width: 100%
    }
}

.section.support .featured-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    background-color: #F8F8F8;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}

    .section.support .featured-card .featured-media {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

        .section.support .featured-card .featured-media a {
            text-decoration: none;
            -webkit-transition: all .45s;
            transition: all .45s;
            display: block;
            color: #000000
        }

            .section.support .featured-card .featured-media a img {
                width: 100%
            }

            .section.support .featured-card .featured-media a span.category {
                position: absolute;
                top: 10px;
                background: rgba(255,255,255,0.7);
                padding: 1px 11px;
                border-radius: 5px;
                font-weight: 700;
                font-size: 0.9em
            }

            .section.support .featured-card .featured-media a:hover {
                color: #f58220
            }

    .section.support .featured-card .featured-body {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        padding: 20px
    }

        .section.support .featured-card .featured-body h3 {
            font-size: 1.1em;
            margin: 15px 0
        }

        .section.support .featured-card .featured-body p {
            font-size: .95em;
            color: #999999
        }

    .section.support .featured-card .card-action {
        position: relative
    }

        .section.support .featured-card .card-action ul {
            list-style: none;
            padding-left: 20px
        }

            .section.support .featured-card .card-action ul li {
                display: inline-block
            }

                .section.support .featured-card .card-action ul li a {
                    position: relative;
                    margin-left: 35px;
                    text-decoration: none;
                    color: #C0BEBE;
                    -webkit-transition: all .25s;
                    transition: all .25s
                }

                    .section.support .featured-card .card-action ul li a:hover {
                        color: #999999
                    }

                .section.support .featured-card .card-action ul li .fa {
                    font-size: 1.7em;
                    padding-right: 5px;
                    position: absolute;
                    left: -30px;
                    top: -5px
                }

            .section.support .featured-card .card-action ul .like-icon {
                padding-right: 10px
            }

.landingpage-aboutmedela .top-content {
    position: absolute;
    z-index: 2;
    top: 0;
    margin-left: 10px
}

    .landingpage-aboutmedela .top-content .breadcrumb li {
        color: #ffffff
    }

        .landingpage-aboutmedela .top-content .breadcrumb li a {
            color: #ffffff;
            text-decoration: underline
        }

    .landingpage-aboutmedela .top-content .page-utilities, .landingpage-aboutmedela .top-content h1, .landingpage-aboutmedela .top-content p, .landingpage-aboutmedela .top-content .link-edit {
        display: none
    }

.landingpage-aboutmedela header.page-header {
    margin-bottom: 30px;
    position: relative
}

@media only screen and (max-width: 945px) {
    .landingpage-aboutmedela header.page-header {
        margin-bottom: 0
    }
}

.landingpage-aboutmedela header.page-header .img-wrapper {
    position: relative
}

    .landingpage-aboutmedela header.page-header .img-wrapper img {
        border-bottom: 4px solid #ffc52b;
        position: relative;
        display: block;
        width: 100%
    }

    .landingpage-aboutmedela header.page-header .img-wrapper .banner-content {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        color: #ffffff
    }

@media only screen and (max-width: 945px) {
    .landingpage-aboutmedela header.page-header .img-wrapper .banner-content {
        margin-top: 20px;
        position: inherit
    }
}

.landingpage-aboutmedela header.page-header .img-wrapper .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.landingpage-aboutmedela header.page-header .content {
    text-align: center;
    margin-bottom: 40px
}

@media only screen and (max-width: 1100px) {
    .landingpage-aboutmedela header.page-header .content {
        margin-bottom: 0
    }
}

.landingpage-aboutmedela header.page-header .content .nav-breadcrumb {
    text-align: left;
    margin: 0 10px 20px
}

@media only screen and (max-width: 1100px) {
    .landingpage-aboutmedela header.page-header .content .nav-breadcrumb {
        margin: 0 10px 0
    }
}

@media only screen and (max-width: 945px) {
    .landingpage-aboutmedela header.page-header .content .nav-breadcrumb {
        display: none
    }
}

.landingpage-aboutmedela header.page-header .content h1 {
    font-size: 3.1em;
    color: #ffffff;
    font-weight: 600
}

@media only screen and (max-width: 1100px) {
    .landingpage-aboutmedela header.page-header .content h1 {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 945px) {
    .landingpage-aboutmedela header.page-header .content h1 {
        color: #4a4a4a;
        font-size: 2em;
        font-weight: 700
    }
}

.landingpage-aboutmedela header.page-header .content h1:after {
    content: "";
    width: 90px;
    top: 55px;
    border-bottom: 5px solid #FEC440;
    display: block;
    margin: 10px auto
}

.landingpage-aboutmedela header.page-header .content p {
    font-size: 1.2em;
    margin: 0 auto 10px;
    width: 85%
}

@media only screen and (max-width: 1100px) {
    .landingpage-aboutmedela header.page-header .content p {
        font-size: 1em;
        width: 95%
    }
}

@media only screen and (max-width: 945px) {
    .landingpage-aboutmedela header.page-header .content p {
        color: #666666;
        font-size: 1.2em;
        font-weight: 600;
        padding: 0 20px
    }
}

.landingpage-aboutmedela .section.medela-content {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%
}

    .landingpage-aboutmedela .section.medela-content .content {
        text-align: center;
        position: relative
    }

@media only screen and (max-width: 945px) {
    .landingpage-aboutmedela .section.medela-content .content {
        width: 100%
    }
}

.landingpage-aboutmedela .section.medela-content .content h2 {
    font-size: 2.4em;
    color: #4a4a4a;
    font-weight: 700
}

@media only screen and (max-width: 945px) {
    .landingpage-aboutmedela .section.medela-content .content h2 {
        font-size: 2em
    }
}

.landingpage-aboutmedela .section.medela-content .content h2:after {
    content: "";
    width: 90px;
    top: 55px;
    border-bottom: 5px solid #FEC440;
    display: block;
    margin: 15px auto
}

.landingpage-aboutmedela .section.medela-content .content p {
    font-size: 1.1em;
    line-height: 1.45em;
    padding: 0 100px
}

@media only screen and (max-width: 1130px) {
    .landingpage-aboutmedela .section.medela-content .content p {
        padding: 0 30px
    }
}

@media only screen and (max-width: 945px) {
    .landingpage-aboutmedela .section.medela-content .content p {
        padding: 0 10px;
        font-size: 1em
    }
}

.landingpage-aboutmedela .section.medela-content .content .btn-primary {
    padding: 0.7em 2em 0.7em;
    border-radius: 1.5em;
    font-size: 0.9em;
    background-image: none;
    border: 2px solid #353535;
    display: inline-block;
    margin: 5px 0;
    color: #353535;
    background-color: #ffffff;
    font-weight: 700;
    width: 170px;
    -webkit-transition: all .25s;
    transition: all .25s
}

    .landingpage-aboutmedela .section.medela-content .content .btn-primary .fa {
        font-size: 0.8em;
        padding-left: 5px
    }

    .landingpage-aboutmedela .section.medela-content .content .btn-primary:hover {
        background-color: #4a4a4a;
        color: #ffffff
    }

.landingpage-aboutmedela .section.medela-content .left:after {
    content: "";
    width: 5px;
    top: 50px;
    border-right: 2px solid #dddddd;
    height: 200px;
    position: absolute;
    right: -2px
}

@media only screen and (max-width: 945px) {
    .landingpage-aboutmedela .section.medela-content .left:after {
        width: 75%;
        height: 2px;
        top: 55px;
        border-bottom: 2px solid #dddddd;
        border-right: none;
        display: block;
        margin: 25px auto;
        position: initial
    }
}

.landingpage-aboutmedela .section.our-products {
    position: relative
}

@media only screen and (max-width: 945px) {
    .landingpage-aboutmedela .section.our-products {
        margin-bottom: 0;
        background-color: #f9f9f8
    }
}

.landingpage-aboutmedela .section.our-products .img-wrapper {
    position: relative
}

    .landingpage-aboutmedela .section.our-products .img-wrapper img {
        border-bottom: 4px solid #ffc52b;
        position: relative;
        display: block;
        width: 100%
    }

@media only screen and (max-width: 945px) {
    .landingpage-aboutmedela .section.our-products .img-wrapper img {
        display: none
    }
}

.landingpage-aboutmedela .section.our-products .img-wrapper .banner-content {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    color: #ffffff
}

@media only screen and (max-width: 945px) {
    .landingpage-aboutmedela .section.our-products .img-wrapper .banner-content {
        margin-top: 20px;
        position: inherit
    }
}

.landingpage-aboutmedela .section.our-products .img-wrapper .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.landingpage-aboutmedela .section.our-products .content {
    text-align: center
}

    .landingpage-aboutmedela .section.our-products .content h2 {
        font-size: 2.4em;
        color: #ffffff;
        font-weight: 700
    }

@media only screen and (max-width: 945px) {
    .landingpage-aboutmedela .section.our-products .content h2 {
        color: #4a4a4a;
        font-size: 2.2em
    }
}

@media only screen and (max-width: 767px) {
    .landingpage-aboutmedela .section.our-products .content h2 {
        font-size: 2em;
        text-align: left;
        padding: 0 10px
    }
}

.landingpage-aboutmedela .section.our-products .content h2:after {
    content: "";
    width: 90px;
    top: 55px;
    border-bottom: 5px solid #FEC440;
    display: block;
    margin: 15px auto
}

@media only screen and (max-width: 767px) {
    .landingpage-aboutmedela .section.our-products .content h2:after {
        margin: 15px 0
    }
}

.landingpage-aboutmedela .section.our-products .content p {
    font-size: 1.2em;
    margin: 0 auto 10px;
    width: 55%
}

@media only screen and (max-width: 1095px) {
    .landingpage-aboutmedela .section.our-products .content p {
        width: 90%
    }
}

@media only screen and (max-width: 945px) {
    .landingpage-aboutmedela .section.our-products .content p {
        color: #666666;
        width: 95%;
        font-size: 1em;
        line-height: 1.45em
    }
}

@media only screen and (max-width: 767px) {
    .landingpage-aboutmedela .section.our-products .content p {
        text-align: left;
        width: 100%;
        padding: 0 10px
    }
}

.landingpage-aboutmedela .section.our-products .content .list-split {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    width: 100%;
    max-width: 800px;
    margin: 30px auto
}

@media only screen and (max-width: 1000px) {
    .landingpage-aboutmedela .section.our-products .content .list-split {
        margin: 30px auto 0
    }
}

@media only screen and (max-width: 767px) {
    .landingpage-aboutmedela .section.our-products .content .list-split {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        -moz-column-gap: 0px;
        -webkit-column-gap: 0px;
        column-gap: 0px;
        max-width: 400px
    }
}

@media only screen and (max-width: 420px) {
    .landingpage-aboutmedela .section.our-products .content .list-split {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        max-width: 100%;
        margin: 30px 0 0 10px
    }
}

.landingpage-aboutmedela .section.our-products .content .list-split li {
    margin: 0 0 15px 0;
    display: block;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid
}

    .landingpage-aboutmedela .section.our-products .content .list-split li a {
        position: relative;
        padding-left: 30px;
        color: #ffffff;
        text-align: left;
        display: block
    }

        .landingpage-aboutmedela .section.our-products .content .list-split li a:before {
            position: absolute;
            content: '\f105';
            font-family: 'FontAwesome';
            display: block;
            color: #ffffff;
            background-color: #f58220;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            font-size: .85em;
            padding: 0px 8px;
            left: 0
        }

@media only screen and (max-width: 945px) {
    .landingpage-aboutmedela .section.our-products .content .list-split li a {
        color: #000000
    }
}

@media only screen and (max-width: 420px) {
    .landingpage-aboutmedela .section.our-products .content .list-split li {
        width: 100%;
        margin: 0 0 20px 0;
        font-weight: 600
    }
}

.landingpage-aboutmedela .section.our-products .content .btn-primary {
    position: relative;
    padding: 0.7em 2em 0.7em;
    border-radius: 1.5em;
    font-size: 0.9em;
    background-image: none;
    border: none;
    display: inline-block;
    -webkit-transition: all .25s;
    transition: all .25s
}

@media only screen and (max-width: 1095px) {
    .landingpage-aboutmedela .section.our-products .content .btn-primary {
        margin: 10px 0 20px
    }
}

@media only screen and (max-width: 945px) {
    .landingpage-aboutmedela .section.our-products .content .btn-primary {
        margin: 10px 0
    }
}

.landingpage-aboutmedela .section.our-products .content .btn-primary .fa {
    font-size: 0.8em;
    padding-left: 5px
}

.landingpage-aboutmedela .section.our-products .content .btn-primary:hover {
    background-color: #4a4a4a;
    color: #fff
}

.landingpage-aboutmedela .section.our-commitment {
    padding: 40px 0 10px;
    overflow: hidden
}

    .landingpage-aboutmedela .section.our-commitment .section-heading {
        color: #4a4a4a;
        max-width: 670px;
        width: 100%;
        text-align: center;
        display: block;
        margin: 0 auto 30px;
        font-size: 2.2em;
        font-weight: 700
    }

@media only screen and (max-width: 767px) {
    .landingpage-aboutmedela .section.our-commitment .section-heading {
        font-size: 2em
    }
}

.landingpage-aboutmedela .section.our-commitment .container {
    padding: 0 65px;
    margin-bottom: 60px
}

@media only screen and (max-width: 1010px) {
    .landingpage-aboutmedela .section.our-commitment .container {
        padding: 0 20px
    }
}

@media only screen and (max-width: 767px) {
    .landingpage-aboutmedela .section.our-commitment .container {
        padding: 0
    }
}

@media only screen and (max-width: 945px) {
    .landingpage-aboutmedela .section.our-commitment .container .resp-tabs-list li {
        padding: 13px 20px 14px;
        margin: 0 10px 0 0;
        font-size: 0.9em
    }
}

.landingpage-aboutmedela .section.our-commitment .container .column {
    width: 100%;
    float: left;
    padding: 0 20px
}

@media only screen and (max-width: 767px) {
    .landingpage-aboutmedela .section.our-commitment .container .column {
        float: none;
        padding: 0 5px
    }
}

.landingpage-aboutmedela .section.our-commitment .container .column img {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    margin: 10px 20px;
    max-width: 175px;
    width: 100%;
    float: left
}

@media only screen and (max-width: 767px) {
    .landingpage-aboutmedela .section.our-commitment .container .column img {
        float: none;
        margin: 10px 0
    }
}

.landingpage-aboutmedela .section.our-commitment .container .column a.column-link {
    margin-bottom: 10px;
    display: block;
    position: relative;
    padding-left: 30px;
    font-weight: 600
}

    .landingpage-aboutmedela .section.our-commitment .container .column a.column-link .fa {
        color: #ffffff;
        background-color: #f58220;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        font-size: 1.4em;
        padding: 0 9px;
        position: absolute;
        left: 0
    }

        .landingpage-aboutmedela .section.our-commitment .container .column a.column-link .fa:hover {
            background-color: #9a1f61
        }

.landingpage-aboutmedela .section.our-commitment .container span.right {
    font-size: 0.9em
}

.landingpage-aboutmedela .section.our-commitment h2.resp-accordion {
    color: #4a4a4a;
    background-color: #f8f8f9 !important
}

.landingpage-aboutmedela .section.our-people {
    padding: 20px 0 40px;
    position: relative
}

@media only screen and (max-width: 945px) {
    .landingpage-aboutmedela .section.our-people {
        margin-bottom: 0;
        background-color: #f9f9f8
    }
}

@media only screen and (max-width: 767px) {
    .landingpage-aboutmedela .section.our-people {
        padding: 20px 0 20px
    }
}

.landingpage-aboutmedela .section.our-people .img-wrapper {
    position: relative
}

    .landingpage-aboutmedela .section.our-people .img-wrapper img {
        position: relative;
        display: block;
        width: 100%;
        border-bottom: 4px solid #ffc52b
    }

@media only screen and (max-width: 945px) {
    .landingpage-aboutmedela .section.our-people .img-wrapper img {
        display: none
    }
}

.landingpage-aboutmedela .section.our-people .img-wrapper .banner-content {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    color: #ffffff
}

@media only screen and (max-width: 945px) {
    .landingpage-aboutmedela .section.our-people .img-wrapper .banner-content {
        margin-top: 20px;
        position: inherit
    }
}

.landingpage-aboutmedela .section.our-people .img-wrapper .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.landingpage-aboutmedela .section.our-people .content {
    text-align: left;
    width: 82%;
    margin: 0 auto
}

@media only screen and (max-width: 1250px) {
    .landingpage-aboutmedela .section.our-people .content {
        width: 95%
    }
}

@media only screen and (max-width: 945px) {
    .landingpage-aboutmedela .section.our-people .content {
        width: 100%
    }
}

@media only screen and (max-width: 945px) {
    .landingpage-aboutmedela .section.our-people .content .content-left {
        width: 100%
    }
}

.landingpage-aboutmedela .section.our-people .content .content-left img {
    margin-bottom: 15px;
    width: 56px
}

@media only screen and (max-width: 1000px) {
    .landingpage-aboutmedela .section.our-people .content .content-left img {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .landingpage-aboutmedela .section.our-people .content .content-left img {
        margin-left: 10px
    }
}

.landingpage-aboutmedela .section.our-people .content .content-left .icon-image {
    border: none !important;
    display: none
}

.landingpage-aboutmedela .section.our-people .content .content-left h2 {
    font-size: 2.4em;
    color: #ffffff;
    font-weight: 700
}

@media only screen and (max-width: 945px) {
    .landingpage-aboutmedela .section.our-people .content .content-left h2 {
        color: #4a4a4a;
        font-size: 2.2em
    }
}

@media only screen and (max-width: 767px) {
    .landingpage-aboutmedela .section.our-people .content .content-left h2 {
        font-size: 2em;
        padding: 0 10px
    }
}

.landingpage-aboutmedela .section.our-people .content .content-left h2:after {
    content: "";
    width: 90px;
    top: 55px;
    border-bottom: 5px solid #FEC440;
    display: block;
    margin: 15px 0
}

.landingpage-aboutmedela .section.our-people .content .content-left p {
    font-size: 1.1em;
    width: 90%
}

@media only screen and (max-width: 1250px) {
    .landingpage-aboutmedela .section.our-people .content .content-left p {
        font-size: 1em;
        width: 100%
    }
}

@media only screen and (max-width: 945px) {
    .landingpage-aboutmedela .section.our-people .content .content-left p {
        color: #666666;
        line-height: 1.45em
    }
}

@media only screen and (max-width: 767px) {
    .landingpage-aboutmedela .section.our-people .content .content-left p {
        padding: 0 10px
    }
}

.landingpage-aboutmedela .section.our-people .content .content-right {
    margin-top: 10px;
    padding: 0 35px
}

@media only screen and (max-width: 1000px) {
    .landingpage-aboutmedela .section.our-people .content .content-right {
        margin-top: 0;
        padding: 0 0 0 35px
    }
}

@media only screen and (max-width: 945px) {
    .landingpage-aboutmedela .section.our-people .content .content-right {
        width: 100%;
        padding: 25px 15px 0
    }
}

.landingpage-aboutmedela .section.our-people .content .content-right .box {
    background-color: #ffffff;
    border-top: 6px solid #FEC440;
    padding: 20px
}

@media only screen and (max-width: 945px) {
    .landingpage-aboutmedela .section.our-people .content .content-right .box {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
    }
}

.landingpage-aboutmedela .section.our-people .content .content-right .box h3 {
    margin: 20px 0;
    font-size: 1.5em;
    font-weight: 700;
    color: #4a4a4a
}

.landingpage-aboutmedela .section.our-people .content .content-right .box p {
    color: #666666;
    font-size: 1.05em
}

@media only screen and (max-width: 1250px) {
    .landingpage-aboutmedela .section.our-people .content .content-right .box p {
        font-size: 1em
    }
}

.landingpage-aboutmedela .section.our-people .content .content-right .box .column-link {
    display: block;
    position: relative;
    padding-left: 30px;
    font-weight: 600
}

    .landingpage-aboutmedela .section.our-people .content .content-right .box .column-link .fa {
        color: #ffffff;
        background-color: #f58220;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        font-size: 1.4em;
        padding: 0 9px;
        position: absolute;
        left: 0
    }

        .landingpage-aboutmedela .section.our-people .content .content-right .box .column-link .fa:hover {
            background-color: #9a1f61
        }

@media only screen and (max-width: 767px) {
    .contactus-index main#content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 77px
    }
}

@media only screen and (max-width: 767px) {
    .contactus-index main#content > .top-content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (max-width: 767px) {
    .contactus-index main#content > .page-header {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media only screen and (max-width: 767px) {
    .contactus-index main#content > .self-help {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

@media only screen and (max-width: 767px) {
    .contactus-index main#content > .send-message {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
}

@media only screen and (max-width: 767px) {
    .contactus-index main#content > .contact-info {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
}

@media only screen and (max-width: 767px) {
    .contactus-index main#content > .ask {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media only screen and (max-width: 767px) {
    .contactus-index main#content > .video-library {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
}

@media only screen and (max-width: 767px) {
    .contactus-index main#content > .sign-up {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
}

.contactus-index .breadcrumb li {
    font-size: .9em
}

    .contactus-index .breadcrumb li a {
        color: #ffffff;
        text-decoration: underline
    }

.contactus-index .row.top-content {
    display: none
}

.contactus-index .page-utilities {
    display: none
}

.contactus-index header.page-header {
    margin-bottom: 30px;
    position: relative
}

@media only screen and (max-width: 945px) {
    .contactus-index header.page-header {
        margin-bottom: 0
    }
}

.contactus-index header.page-header .img-wrapper {
    position: relative
}

    .contactus-index header.page-header .img-wrapper img {
        border-bottom: 4px solid #ffc52b;
        position: relative;
        display: block;
        width: 100%;
        margin: 0
    }

    .contactus-index header.page-header .img-wrapper .banner-content {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        color: #ffffff
    }

@media only screen and (max-width: 945px) {
    .contactus-index header.page-header .img-wrapper .banner-content {
        margin-top: 20px;
        position: inherit
    }
}

.contactus-index header.page-header .img-wrapper .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contactus-index header.page-header .content {
    text-align: center;
    height: 100%
}

@media only screen and (max-width: 1100px) {
    .contactus-index header.page-header .content {
        margin-bottom: 0
    }
}

.contactus-index header.page-header .content .nav-breadcrumb {
    text-align: left;
    margin: 0 10px 20px
}

@media only screen and (max-width: 1100px) {
    .contactus-index header.page-header .content .nav-breadcrumb {
        margin: 0 10px 0
    }
}

@media only screen and (max-width: 945px) {
    .contactus-index header.page-header .content .nav-breadcrumb {
        display: none
    }
}

.contactus-index header.page-header .content h1 {
    font-size: 3.1em;
    color: #ffffff;
    font-weight: 700
}

@media only screen and (max-width: 1100px) {
    .contactus-index header.page-header .content h1 {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 945px) {
    .contactus-index header.page-header .content h1 {
        color: #4a4a4a;
        font-size: 2em;
        font-weight: 700
    }
}

.contactus-index header.page-header .content h1:after {
    content: "";
    width: 90px;
    top: 55px;
    border-bottom: 5px solid #FEC440;
    display: block;
    margin: 10px auto
}

.contactus-index header.page-header .content p {
    font-size: 1.2em;
    margin: 0 auto 10px;
    width: 85%
}

@media only screen and (max-width: 1100px) {
    .contactus-index header.page-header .content p {
        font-size: 1em;
        width: 95%
    }
}

@media only screen and (max-width: 945px) {
    .contactus-index header.page-header .content p {
        color: #666666;
        font-size: 1.2em
    }
}

.contactus-index .section.self-help {
    padding: 20px 0
}

@media only screen and (max-width: 945px) {
    .contactus-index .section.self-help {
        padding: 20px 0 0
    }
}

@media only screen and (max-width: 767px) {
    .contactus-index .section.self-help {
        background-color: #F9F9F8;
        padding: 0
    }
}

.contactus-index .section.self-help .content-heading {
    text-align: center;
    margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
    .contactus-index .section.self-help .content-heading {
        padding: 0
    }
}

.contactus-index .section.self-help .content-heading h2 {
    font-size: 2.4em;
    color: #4a4a4a;
    font-weight: 700
}

@media only screen and (max-width: 945px) {
    .contactus-index .section.self-help .content-heading h2 {
        font-size: 2em
    }
}

@media only screen and (max-width: 767px) {
    .contactus-index .section.self-help .content-heading h2 {
        display: none
    }
}

.contactus-index .section.self-help .content-heading h2:after {
    content: "";
    width: 90px;
    top: 55px;
    border-bottom: 5px solid #FEC440;
    display: block;
    margin: 15px auto
}

.contactus-index .section.self-help .content-heading p {
    font-size: 1.1em
}

.contactus-index .section.self-help .content {
    color: #4a4a4a;
    font-size: 0.9em;
    width: 100%;
    max-width: 950px
}

@media only screen and (max-width: 767px) {
    .contactus-index .section.self-help .content .content-left {
        padding: 0
    }
}

.contactus-index .section.self-help .content .content-left h2.toggle-expand {
    display: none
}

@media only screen and (max-width: 767px) {
    .contactus-index .section.self-help .content .content-left h2.toggle-expand {
        color: #4a4a4a;
        display: block;
        font-size: 1.3em;
        font-weight: normal;
        text-align: left;
        padding: 15px 15px 15px 25px;
        border-top: 1px solid #dddddd;
        margin: 0
    }

        .contactus-index .section.self-help .content .content-left h2.toggle-expand:hover {
            color: #fec440;
            cursor: pointer
        }
}

.contactus-index .section.self-help .content .content-left h2.toggle-expand .fa {
    position: absolute;
    top: 13px;
    right: 40px;
    font-size: 0.7em
}

.contactus-index .section.self-help .content .content-left h2.toggle-expand .fa-minus {
    top: 23px;
    right: 19px
}

@media only screen and (max-width: 767px) {
    .contactus-index .section.self-help .content .content-right {
        padding: 0
    }
}

.contactus-index .section.self-help .content p.show-for-mobile {
    display: none
}

.contactus-index .section.self-help .content p.intro {
    color: #4a4a4a;
    font-size: 1.2em;
    margin: 0 auto 40px;
    width: 100%;
    text-align: center
}

.contactus-index .section.self-help .content h3 {
    color: #4a4a4a;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 12px
}

@media only screen and (max-width: 767px) {
    .contactus-index .section.self-help .content h3 {
        font-size: 1.3em;
        font-weight: normal;
        text-align: left;
        padding: 15px 15px 15px 25px;
        border-top: 1px solid #dddddd;
        margin: 0
    }

        .contactus-index .section.self-help .content h3:hover {
            color: #fec440;
            cursor: pointer
        }
}

.contactus-index .section.self-help .content h3 .faqs {
    position: absolute;
    top: 13px;
    right: 40px;
    font-size: 0.7em
}

    .contactus-index .section.self-help .content h3 .faqs.fa-minus {
        top: 23px;
        right: 19px
    }

.contactus-index .section.self-help .content h3 .manuals {
    float: right;
    margin-right: 25px;
    font-size: 0.7em
}

    .contactus-index .section.self-help .content h3 .manuals.fa-minus {
        top: 10px;
        margin-right: 3px
    }

.contactus-index .section.self-help .content li {
    margin: 0 0 8px 25px
}

.contactus-index .section.self-help .content .btn-primary {
    padding: 0.7em 2em 0.7em;
    border-radius: 1.5em;
    font-size: 0.9em;
    background-image: none;
    border: 2px solid #353535;
    display: inline-block;
    margin: 5px 0 25px;
    color: #353535;
    background-color: #ffffff;
    font-weight: 700;
    -webkit-transition: all .25s;
    transition: all .25s
}

    .contactus-index .section.self-help .content .btn-primary .fa {
        font-size: 0.6em;
        padding-left: 2px
    }

    .contactus-index .section.self-help .content .btn-primary:hover {
        background-color: #4a4a4a;
        color: #ffffff
    }

.contactus-index section.address-content {
    max-width: 1000px;
    margin: 35px auto;
    text-align: center
}

    .contactus-index section.address-content .btn-primary {
        padding: 0.7em 2em 0.7em;
        font-size: 0.9em;
        display: inline-block
    }

        .contactus-index section.address-content .btn-primary:hover {
            background-image: none;
            color: #353535;
            background-color: #ffc52b
        }

    .contactus-index section.address-content p.strong {
        font-weight: 700;
        margin: 0 0 5px
    }

@media only screen and (max-width: 500px) {
    .contactus-index section.address-content .left-address, .contactus-index section.address-content .right-address {
        float: none;
        width: 100%
    }

    .contactus-index section.address-content .right-address {
        margin-top: 20px
    }
}

.contactus-index .message-container {
    max-width: 950px;
    margin: 40px auto 0
}

    .contactus-index .message-container h2.heading-title {
        color: #4a4a4a !important
    }

    .contactus-index .message-container h3 {
        text-align: center;
        margin-bottom: 20px
    }

    .contactus-index .message-container .list-group {
        margin-left: 20px
    }

    .contactus-index .message-container img {
        display: block;
        max-width: 475px;
        width: 100%;
        margin: 0 auto
    }

.contactus-index .section.send-message {
    position: relative;
    padding: 20px 0 0
}

@media only screen and (max-width: 945px) {
    .contactus-index .section.send-message {
        margin-bottom: 0;
        padding-bottom: 20px
    }
}

@media only screen and (max-width: 767px) {
    .contactus-index .section.send-message {
        background-color: #F9F9F8;
        margin-bottom: 0;
        padding: 0
    }
}

.contactus-index .section.send-message .img-wrapper {
    position: relative
}

    .contactus-index .section.send-message .img-wrapper img {
        border-bottom: 4px solid #ffc52b;
        position: relative;
        display: block;
        width: 100%;
        margin: 0
    }

@media only screen and (max-width: 945px) {
    .contactus-index .section.send-message .img-wrapper img {
        display: none
    }
}

.contactus-index .section.send-message .img-wrapper .banner-content {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    color: #ffffff
}

@media only screen and (max-width: 945px) {
    .contactus-index .section.send-message .img-wrapper .banner-content {
        margin-top: 20px;
        position: inherit
    }
}

@media only screen and (max-width: 767px) {
    .contactus-index .section.send-message .img-wrapper .banner-content {
        margin: 0
    }
}

.contactus-index .section.send-message .img-wrapper .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 767px) {
    .contactus-index .section.send-message .content {
        padding: 0
    }
}

.contactus-index .section.send-message .content h2 {
    font-size: 2.4em;
    color: #ffffff;
    font-weight: 700;
    text-align: center
}

@media only screen and (max-width: 1045px) {
    .contactus-index .section.send-message .content h2 {
        font-size: 2.2em
    }
}

@media only screen and (max-width: 945px) {
    .contactus-index .section.send-message .content h2 {
        font-size: 2em;
        font-weight: 700;
        color: #4a4a4a
    }
}

@media only screen and (max-width: 767px) {
    .contactus-index .section.send-message .content h2 {
        color: #4a4a4a;
        font-size: 1.2em;
        font-weight: normal;
        text-align: left;
        padding: 15px 15px 15px 25px;
        border-top: 1px solid #dddddd;
        margin: 0;
        background-color: #f9f9f8
    }

        .contactus-index .section.send-message .content h2:hover {
            color: #fec440;
            cursor: pointer
        }
}

.contactus-index .section.send-message .content h2:after {
    content: "";
    width: 90px;
    top: 55px;
    border-bottom: 5px solid #FEC440;
    display: block;
    margin: 15px auto
}

@media only screen and (max-width: 767px) {
    .contactus-index .section.send-message .content h2:after {
        display: none
    }
}

.contactus-index .section.send-message .content h2 .fa {
    position: absolute;
    top: 13px;
    right: 40px;
    font-size: 0.7em
}

.contactus-index .section.send-message .content h2 .fa-minus {
    top: 23px;
    right: 19px
}

.contactus-index .section.send-message .content .heading-info {
    font-size: 1.2em;
    margin: 0 auto 20px;
    width: 75%;
    text-align: center;
    font-weight: 100;
    color: #ffffff
}

@media only screen and (max-width: 1095px) {
    .contactus-index .section.send-message .content .heading-info {
        width: 90%
    }
}

@media only screen and (max-width: 1045px) {
    .contactus-index .section.send-message .content .heading-info {
        font-size: 1.1em;
        margin: 0 auto 20px;
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .contactus-index .section.send-message .content .heading-info {
        margin: 20px auto 20px
    }
}

.contactus-index .section.send-message #ContactUsForm {
    padding: 40px 0
}

@media only screen and (max-width: 767px) {
    .contactus-index .section.send-message #ContactUsForm {
        padding: 0
    }
}

@media only screen and (max-width: 945px) {
    .contactus-index .section.send-message form {
        padding: 0 15px
    }
}

@media only screen and (max-width: 767px) {
    .contactus-index .section.send-message form {
        padding: 0
    }
}

.contactus-index .section.send-message form ul {
    list-style: none
}

.contactus-index .section.send-message .content-small {
    text-align: center
}

.contactus-index .section.send-message .content-left {
    color: #858484;
    padding: 0 20px 0 20px
}

@media only screen and (max-width: 945px) {
    .contactus-index .section.send-message .content-left {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 767px) {
    .contactus-index .section.send-message .content-left {
        padding: 0
    }
}

.contactus-index .section.send-message .content-left h3 {
    color: #4a4a4a;
    margin-bottom: 10px;
    font-size: 1.3em
}

@media only screen and (max-width: 1045px) {
    .contactus-index .section.send-message .content-left h3 {
        margin-bottom: 5px;
        font-size: 1.1em
    }
}

@media only screen and (max-width: 945px) {
    .contactus-index .section.send-message .content-left h3 {
        margin-bottom: 25px
    }
}

.contactus-index .section.send-message .content-left h4 {
    color: #4a4a4a;
    font-size: 0.9em;
    padding-bottom: 5px
}

.contactus-index .section.send-message .content-left li {
    margin: 0 0 0.6em
}

    .contactus-index .section.send-message .content-left li a {
        font-size: 0.85em
    }

.contactus-index .section.send-message .content-left input[type="radio"] {
    width: 17px;
    height: 17px;
    margin-top: 3px;
    position: absolute
}

.contactus-index .section.send-message .content-left label {
    position: relative;
    margin-left: 25px;
    font-size: 0.85em
}

.contactus-index .section.send-message .content-left textarea:focus {
    box-shadow: 0 0 3px #777777;
    border-color: #777777
}

.contactus-index .section.send-message .content-left #ContactForm label {
    color: #4a4a4a;
    font-size: 1em;
    margin-left: 0
}

.contactus-index .section.send-message .message-form {
    margin-top: -23px
}

.contactus-index .section.send-message .content-right {
    padding: 0 30px 0 10px
}

@media only screen and (max-width: 945px) {
    .contactus-index .section.send-message .content-right {
        width: 100%
    }
}

@media only screen and (max-width: 945px) {
    .contactus-index .section.send-message .content-right {
        color: #4a4a4a;
        padding: 0 10px
    }
}

.contactus-index .section.send-message .content-right h3 {
    color: #4a4a4a;
    margin-bottom: 55px;
    font-size: 1.3em;
    position: relative
}

@media only screen and (max-width: 1045px) {
    .contactus-index .section.send-message .content-right h3 {
        margin-bottom: 45px;
        font-size: 1.1em
    }
}

.contactus-index .section.send-message .content-right span.required {
    position: absolute;
    top: 25px;
    left: 35px;
    font-size: .9em;
    font-style: italic;
    color: #4a4a4a
}

@media only screen and (max-width: 1045px) {
    .contactus-index .section.send-message .content-right span.required {
        top: 0;
        right: 35px;
        left: initial
    }
}

@media only screen and (max-width: 375px) {
    .contactus-index .section.send-message .content-right span.required {
        top: 45px;
        right: 10px
    }
}

.contactus-index .section.send-message .content-right input {
    height: auto
}

.contactus-index .section.send-message .content-right .checkbox input {
    top: .55em;
    height: 16px;
    width: 16px
}

.contactus-index .section.send-message .content-right textarea, .contactus-index .section.send-message .content-right select {
    background: rgba(255,255,255,0.75)
}

    .contactus-index .section.send-message .content-right input[type="text"]:focus, .contactus-index .section.send-message .content-right textarea:focus, .contactus-index .section.send-message .content-right select:focus {
        box-shadow: 0 0 3px #777777;
        border-color: #777777
    }

.contactus-index .section.send-message .content-right .form-group span, .contactus-index .section.send-message .content-right .form-group label, .contactus-index .section.send-message .content-right .message-length {
    color: #4a4a4a
}

.contactus-index .section.send-message .content-right button.btn {
    position: relative;
    padding: 0.7em 2em 0.7em;
    border-radius: 1.5em;
    font-size: 0.9em;
    background-image: none;
    background-color: #f58220;
    border: none;
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all .25s;
    transition: all .25s
}

@media only screen and (max-width: 1095px) {
    .contactus-index .section.send-message .content-right button.btn {
        margin: 10px 0 20px
    }
}

@media only screen and (max-width: 1045px) {
    .contactus-index .section.send-message .content-right button.btn {
        margin: 0
    }
}

@media only screen and (max-width: 945px) {
    .contactus-index .section.send-message .content-right button.btn {
        margin: 10px 0
    }
}

@media only screen and (max-width: 767px) {
    .contactus-index .section.send-message .content-right button.btn {
        margin: 10px 0 20px 0
    }
}

.contactus-index .section.send-message .content-right button.btn .fa {
    font-size: 0.8em;
    padding-left: 5px
}

.contactus-index .section.send-message .content-right button.btn:hover {
    background-color: #ffc52b;
    color: #353535
}

.contactus-index .section.send-message .container {
    display: inline-block;
    padding: 30px 10px
}

@media only screen and (max-width: 1045px) {
    .contactus-index .section.send-message .container {
        padding: 30px 25px 20px
    }
}

@media only screen and (max-width: 945px) {
    .contactus-index .section.send-message .container {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .contactus-index .section.send-message .container {
        padding: 0 0 25px 0
    }
}

@media only screen and (max-width: 767px) {
    .contactus-index .section.send-message .container ul {
        padding-left: 5px
    }
}

.contactus-index .section.contact-info {
    background-color: #F9F9F8
}

@media only screen and (max-width: 945px) {
    .contactus-index .section.contact-info {
        padding: 20px 0
    }
}

@media only screen and (max-width: 767px) {
    .contactus-index .section.contact-info {
        padding: 0;
        position: relative
    }
}

.contactus-index .section.contact-info h2.toggle-expand {
    display: none
}

@media only screen and (max-width: 767px) {
    .contactus-index .section.contact-info h2.toggle-expand {
        color: #4a4a4a;
        display: block;
        font-size: 1.2em;
        font-weight: normal;
        text-align: left;
        padding: 15px 15px 15px 25px;
        border-top: 1px solid #dddddd;
        margin: 0
    }

        .contactus-index .section.contact-info h2.toggle-expand:hover {
            color: #fec440;
            cursor: pointer
        }
}

.contactus-index .section.contact-info h2.toggle-expand .fa {
    position: absolute;
    top: 13px;
    right: 40px;
    font-size: 0.7em
}

.contactus-index .section.contact-info h2.toggle-expand .fa-minus {
    top: 23px;
    right: 19px
}

.contactus-index .section.contact-info .content-heading {
    text-align: center
}

@media only screen and (max-width: 767px) {
    .contactus-index .section.contact-info .content-heading {
        padding: 0
    }
}

.contactus-index .section.contact-info .content-heading h2 {
    font-size: 2.4em;
    color: #4a4a4a;
    font-weight: 700
}

@media only screen and (max-width: 945px) {
    .contactus-index .section.contact-info .content-heading h2 {
        font-size: 2em
    }
}

@media only screen and (max-width: 767px) {
    .contactus-index .section.contact-info .content-heading h2 {
        display: none
    }
}

.contactus-index .section.contact-info .content-heading h2:after {
    content: "";
    width: 90px;
    top: 55px;
    border-bottom: 5px solid #FEC440;
    display: block;
    margin: 15px auto
}

@media only screen and (max-width: 767px) {
    .contactus-index .section.contact-info .content-heading h2:after {
        display: none
    }
}

.contactus-index .section.contact-info .content {
    color: #4a4a4a;
    font-size: 0.9em;
    width: 100%;
    max-width: 950px;
    margin-top: 10px
}

    .contactus-index .section.contact-info .content .info {
        display: block;
        margin-left: 26%
    }

@media only screen and (max-width: 945px) {
    .contactus-index .section.contact-info .content .info {
        margin-left: 0
    }
}

@media only screen and (max-width: 945px) {
    .contactus-index .section.contact-info .content .hours {
        margin: 10px 0 25px
    }
}

.contactus-index .section.contact-info .content .hours .office-hours {
    display: block
}

.contactus-index .section.contact-info .content .hours .chat-hours {
    display: block;
    margin-top: 10px
}

.contactus-index .section.contact-info .content .phone, .contactus-index .section.contact-info .content .fax {
    color: #f58220
}

    .contactus-index .section.contact-info .content .phone a, .contactus-index .section.contact-info .content .fax a {
        display: inline-block;
        font-size: inherit;
        font-weight: inherit;
        margin-left: 0
    }

.contactus-index .section.contact-info .content .language {
    padding: 10px 0 0 23%;
    color: #999
}

@media only screen and (max-width: 945px) {
    .contactus-index .section.contact-info .content .language {
        padding-left: 0;
        margin-left: 0
    }
}

.contactus-index .section.contact-info .content p {
    margin-left: 10px
}

@media only screen and (max-width: 945px) {
    .contactus-index .section.contact-info .content p {
        margin-left: 0
    }
}

.contactus-index .section.contact-info .content .callout {
    text-align: center
}

@media only screen and (max-width: 767px) {
    .contactus-index .section.contact-info .content .callout {
        max-width: 100%
    }
}

.contactus-index .section.contact-info .content .callout span {
    font-size: 1.4em;
    font-weight: 700
}

.contactus-index .section.contact-info .content a {
    display: inline-block;
    font-size: 1.1em;
    font-weight: 600;
    margin-left: 40px;
    position: relative;
    -webkit-transition: all .25s;
    transition: all .25s
}

@media only screen and (max-width: 583px) {
    .contactus-index .section.contact-info .content a {
        margin-top: 5px
    }
}

.contactus-index .section.contact-info .content a .fa {
    position: absolute;
    color: #ffffff;
    background-color: #f58220;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 21px;
    padding: 0.5px 9px;
    left: -30px;
    top: -2px
}

    .contactus-index .section.contact-info .content a .fa:hover {
        background-color: #9a1f61
    }

.contactus-index .section.contact-info .content a:hover {
    color: #9a1f61
}

@media only screen and (max-width: 767px) {
    .contactus-index .fold {
        display: none;
        padding: 5px 25px
    }
}

.contactus-index .section.ask {
    margin-bottom: 0;
    padding: 0;
    position: relative
}

@media only screen and (max-width: 945px) {
    .contactus-index .section.ask {
        margin-bottom: 0;
        padding-bottom: 0;
        border-top: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd
    }
}

@media only screen and (max-width: 767px) {
    .contactus-index .section.ask {
        margin-top: 50px
    }
}

.contactus-index .section.ask .banner-content {
    top: 0;
    height: 100%;
    width: 100%;
    color: #ffffff
}

@media only screen and (max-width: 945px) {
    .contactus-index .section.ask .banner-content {
        position: inherit
    }
}

.contactus-index .section.ask .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 80px 145px
}

@media only screen and (max-width: 1100px) {
    .contactus-index .section.ask .flex-container {
        padding: 80px 50px
    }
}

@media only screen and (max-width: 945px) {
    .contactus-index .section.ask .flex-container {
        padding: 0
    }
}

.contactus-index .section.ask .content {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    padding: 25px;
    background-color: #F8F8F8;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 10px 20px 0 rgba(0,0,0,0.12)
}

@media only screen and (max-width: 945px) {
    .contactus-index .section.ask .content {
        box-shadow: none;
        padding: 25px 5px 0
    }
}

.contactus-index .section.ask .content .content-left img {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 10px 20px 0 rgba(0,0,0,0.12)
}

@media only screen and (max-width: 945px) {
    .contactus-index .section.ask .content .content-left img {
        max-width: 200px;
        margin: 0 auto 30px;
        display: block
    }
}

@media only screen and (max-width: 768px) {
    .contactus-index .section.ask .content .content-left {
        display: none
    }
}

.contactus-index .section.ask .content .content-center {
    padding-left: 20px
}

@media only screen and (max-width: 945px) {
    .contactus-index .section.ask .content .content-center {
        padding-left: 10px
    }
}

.contactus-index .section.ask .content .content-center h2 {
    font-size: 2em;
    color: #4a4a4a;
    font-weight: 700
}

@media only screen and (max-width: 945px) {
    .contactus-index .section.ask .content .content-center h2 {
        text-align: center;
        display: block
    }
}

.contactus-index .section.ask .content .content-center h2:after {
    content: "";
    width: 90px;
    top: 55px;
    border-bottom: 5px solid #FEC440;
    display: block;
    margin: 15px 0
}

@media only screen and (max-width: 945px) {
    .contactus-index .section.ask .content .content-center h2:after {
        margin: 15px auto
    }
}

.contactus-index .section.ask .content .content-center p {
    color: #4a4a4a;
    font-size: 1.05em;
    width: 95%
}

@media only screen and (max-width: 945px) {
    .contactus-index .section.ask .content .content-center p {
        width: 100%;
        text-align: center;
        margin: 0 auto 20px
    }
}

.contactus-index .section.ask .content .content-right .btn-primary {
    position: relative;
    padding: 0.7em 2em 0.7em;
    border-radius: 1.5em;
    font-size: 0.9em;
    background-image: none;
    border: none;
    display: inline-block;
    margin: 20% 0;
    -webkit-transition: all .25s;
    transition: all .25s
}

    .contactus-index .section.ask .content .content-right .btn-primary .fa {
        font-size: 0.8em;
        padding-left: 5px
    }

    .contactus-index .section.ask .content .content-right .btn-primary:hover {
        background-color: #ffc52b;
        color: #353535
    }

@media only screen and (max-width: 945px) {
    .contactus-index .section.ask .content .content-right .btn-primary {
        display: block;
        margin: 5px auto 30px;
        width: 180px;
        text-align: center
    }
}

.contactus-index .section.video-library {
    padding: 0 0 40px;
    margin-bottom: 30px;
    position: relative
}

@media only screen and (max-width: 945px) {
    .contactus-index .section.video-library {
        margin-bottom: 0;
        padding: 0
    }
}

.contactus-index .section.video-library .img-wrapper {
    position: relative
}

    .contactus-index .section.video-library .img-wrapper img {
        border-bottom: 4px solid #ffc52b;
        position: relative;
        display: block;
        width: 100%;
        margin: 0
    }

@media only screen and (max-width: 945px) {
    .contactus-index .section.video-library .img-wrapper img {
        display: none
    }
}

.contactus-index .section.video-library .img-wrapper .banner-content {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    color: #ffffff
}

@media only screen and (max-width: 945px) {
    .contactus-index .section.video-library .img-wrapper .banner-content {
        margin-top: 20px;
        position: inherit
    }
}

.contactus-index .section.video-library .img-wrapper .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contactus-index .section.video-library .content {
    text-align: center
}

@media only screen and (max-width: 945px) {
    .contactus-index .section.video-library .content {
        padding: 0
    }
}

.contactus-index .section.video-library .content h2 {
    font-size: 2em;
    color: #ffffff;
    font-weight: 700
}

@media only screen and (max-width: 945px) {
    .contactus-index .section.video-library .content h2 {
        color: #4a4a4a;
        font-size: 2em;
        font-weight: 700
    }
}

.contactus-index .section.video-library .content h2:after {
    content: "";
    width: 90px;
    top: 55px;
    border-bottom: 5px solid #FEC440;
    display: block;
    margin: 15px auto
}

.contactus-index .section.video-library .content p {
    font-size: 1.2em;
    margin: 0 auto 10px;
    width: 95%
}

@media only screen and (max-width: 945px) {
    .contactus-index .section.video-library .content p {
        color: #000000
    }
}

.contactus-index .section.video-library .content .play-btn {
    display: none;
    margin: 35px 0
}

@media only screen and (max-width: 1060px) {
    .contactus-index .section.video-library .content .play-btn {
        margin: 15px 0
    }
}

@media only screen and (max-width: 945px) {
    .contactus-index .section.video-library .content .play-btn {
        margin: 10px 0 15px
    }
}

.contactus-index .section.video-library .content .play-btn a {
    color: #ffffff;
    text-decoration: none;
    background-color: rgba(0,0,0,0.7);
    height: 100px;
    width: 100px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transition: all .25s;
    transition: all .25s
}

    .contactus-index .section.video-library .content .play-btn a .fa {
        font-size: 2.4em;
        top: 31%;
        left: 6%
    }

    .contactus-index .section.video-library .content .play-btn a:hover {
        color: #f58220;
        background-color: rgba(0,0,0,0.5)
    }

@media only screen and (max-width: 945px) {
    .contactus-index .section.video-library .content .mobile-bg {
        background: transparent url("/content/images/customer-support-video-banner.jpg") no-repeat center;
        background-size: cover;
        position: relative;
        height: 340px;
        border-bottom: 4px solid #ffc52b
    }
}

@media only screen and (max-width: 767px) {
    .contactus-index .section.video-library .content .mobile-bg {
        height: 275px
    }
}

@media only screen and (max-width: 600px) {
    .contactus-index .section.video-library .content .mobile-bg {
        height: 215px
    }
}

@media only screen and (max-width: 450px) {
    .contactus-index .section.video-library .content .mobile-bg {
        height: 160px
    }
}

.contactus-index .section.video-library .content .btn-primary {
    position: relative;
    padding: 0.7em 2em 0.7em;
    border-radius: 1.5em;
    font-size: 0.9em;
    background-image: none;
    border: none;
    -webkit-transition: all .25s;
    transition: all .25s;
    display: inline-block
}

@media only screen and (max-width: 945px) {
    .contactus-index .section.video-library .content .btn-primary {
        position: absolute;
        top: 43%;
        left: 0;
        right: 0;
        width: 180px;
        display: inline-block;
        margin: 0 auto
    }
}

@media only screen and (max-width: 450px) {
    .contactus-index .section.video-library .content .btn-primary {
        top: 39%
    }
}

.contactus-index .section.video-library .content .btn-primary .fa {
    font-size: 0.8em;
    padding-left: 5px
}

.contactus-index .section.video-library .content .btn-primary:hover {
    background-color: #ffc52b;
    color: #353535
}

::-webkit-input-placeholder {
    text-align: left
}

:-moz-placeholder {
    text-align: left
}

::-moz-placeholder {
    text-align: left
}

:-ms-input-placeholder {
    text-align: left
}

.show-for-sx {
    display: none !important
}

@media only screen and (max-width: 1200px) {
    #site-header .header-container .site-header-wrapper .main-nav ul {
        padding-right: 0px
    }
}

@media only screen and (max-width: 1060px) {
    #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a {
        margin: 0px
    }
}

@media only screen and (max-width: 945px) {
    .full-mobile {
        position: relative;
        width: 100%
    }

    #nav-toggle {
        position: absolute;
        left: 0;
        margin: 0;
        width: 40px;
        min-width: 40px;
        color: #ffc52b;
        border: none;
        background: transparent;
        padding: 0
    }

        #nav-toggle .fa {
            font-size: 2em
        }

    h6#site-title {
        display: block;
        margin: 0 auto
    }

    .main-container .main-banner {
        margin-bottom: 0
    }

    .show-for-sm {
        display: block !important
    }

    .hide-for-sm {
        display: none !important
    }

    .medela-promotions {
        padding-top: 0
    }

        .medela-promotions .container .col {
            width: 50%
        }
}

@media only screen and (max-width: 768px) {
    .show-for-sx {
        display: block !important
    }

    .main-container .main-banner {
        margin-bottom: 10px
    }

        .main-container .main-banner .banner-content {
            display: block;
            position: relative;
            height: auto
        }

        .main-container .main-banner .flex-container {
            display: block;
            height: auto
        }

            .main-container .main-banner .flex-container .content {
                width: 100%;
                margin-left: 0;
                text-align: center;
                margin: 10px 0;
                padding: 0 20px
            }

                .main-container .main-banner .flex-container .content h1 {
                    font-size: 2em
                }

                .main-container .main-banner .flex-container .content p {
                    font-size: 1em
                }

    .medela-promotions .container {
        display: block;
        width: 100%;
        max-width: 400px;
        margin: 0 auto
    }

        .medela-promotions .container .flex {
            display: block;
            height: auto
        }

            .medela-promotions .container .flex .product-item img {
                margin: 0 auto
            }

    .slick-dots {
        padding: 0;
        margin: 20px auto 0;
        text-align: center
    }

        .slick-dots li {
            position: relative;
            display: inline-block;
            width: 17px;
            height: 17px;
            margin: 0 5px;
            padding: 0;
            cursor: pointer
        }

            .slick-dots li button {
                font-size: 0;
                line-height: 0;
                display: block;
                width: 17px;
                height: 17px;
                padding: 5px;
                cursor: pointer;
                color: transparent;
                border: 0;
                outline: none;
                background: transparent
            }

                .slick-dots li button:before {
                    font-family: 'slick';
                    font-size: 5px;
                    line-height: 12px;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 17px;
                    height: 17px;
                    content: 'ò';
                    text-align: center;
                    opacity: 1;
                    color: #ffffff;
                    border-radius: 50%;
                    border: 3px solid #999999;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale
                }

            .slick-dots li.slick-active button:before {
                opacity: 1;
                background-color: #999999;
                color: #999999
            }

    .product-parts .card-container, .education-guidance .card-container, .additional-related-articles .card-container {
        display: block;
        margin-top: 0;
        max-width: 330px;
        width: 100%;
        padding: 5px
    }

        .product-parts .card-container .flex, .education-guidance .card-container .flex, .additional-related-articles .card-container .flex {
            display: block;
            margin-bottom: 30px;
            margin-top: 10px;
            height: auto
        }

            .product-parts .card-container .flex .card, .education-guidance .card-container .flex .card, .additional-related-articles .card-container .flex .card {
                padding: 10px
            }

    .mobile-text {
        position: absolute;
        bottom: 35px;
        text-align: center;
        display: block;
        left: 0;
        right: 0;
        color: #999999
    }

        .mobile-text.first {
            bottom: 30px
        }

    .product-parts .img-wrapper .banner-content, .education-guidance .img-wrapper .banner-content {
        position: relative;
        color: #000;
        display: block;
        height: auto
    }

        .product-parts .img-wrapper .banner-content .flex-container, .education-guidance .img-wrapper .banner-content .flex-container {
            display: block;
            height: auto
        }

            .product-parts .img-wrapper .banner-content .flex-container .content, .education-guidance .img-wrapper .banner-content .flex-container .content {
                margin: 7px 0
            }

                .product-parts .img-wrapper .banner-content .flex-container .content h2, .education-guidance .img-wrapper .banner-content .flex-container .content h2 {
                    font-size: 2em;
                    color: #000000
                }

                .product-parts .img-wrapper .banner-content .flex-container .content p, .education-guidance .img-wrapper .banner-content .flex-container .content p {
                    font-size: 1.2em;
                    width: 100%
                }

    .sign-up {
        margin-top: 40px;
        padding: 0 15px
    }

        .sign-up .content h2 {
            font-size: 2em
        }

        .sign-up .row-narrow .input-group {
            margin: 10px 0
        }
}

@media only screen and (max-width: 767px) {
    button.slick-next, button.slick-prev {
        display: none !important
    }
}

span.minicart__subtotal--content.js-outlet-mini-cart-subtotal {
    color: #353535 !important
}

.mod-minicart .minicart__products__header__title {
    color: #f58220 !important
}

.mod-minicart .minicart__products__action__btn {
    background-color: #f58220 !important;
    border-radius: 1.5em !important;
    border: none !important
}

    .mod-minicart .minicart__products__action__btn:hover {
        background-color: #ffc52b !important;
        background-image: none !important;
        color: #353535 !important;
        text-decoration: none !important
    }

.mod-minicart .minicart__products {
    top: 34px
}

.testimonials #content blockquote footer {
    background-color: #ffffff;
    padding-top: 0
}

input.promo-code {
    margin-bottom: 20px
}

@media only screen and (max-width: 575px) {
    .product-detail-info #BVRRSummaryContainer {
        display: inline-block;
        margin-left: 5%
    }
}

.product-detail-info #BVReviewButton {
    display: block;
    clear: both;
    float: none;
    padding: 0 0 10px 0;
    font-size: 14px
}

@media only screen and (max-width: 767px) {
    .product-detail-info #BVReviewButton {
        float: none;
        text-align: center;
        margin: 0 auto;
        width: 150px
    }
}

@media only screen and (max-width: 575px) {
    .product-detail-info #BVReviewButton {
        float: right;
        text-align: center;
        margin-right: 5%;
        width: 120px;
        clear: none;
        padding: 3px 0 0
    }
}

.product-detail-info .row {
    clear: both
}

.bv-review-section-content #BVReviewButton2 {
    display: table;
    clear: both;
    float: none;
    padding: 10px;
    border-radius: 25px;
    margin: 0 auto
}

#BVReviewButton2 {
    display: block;
    clear: both;
    float: left;
    padding: 10px;
    border-radius: 25px
}

.add-testimonial .main-container input {
    font-size: 16px
}

.products-index .head-panel.trigger-panel.aside-trigger-panel {
    width: 94%;
    margin: 3%
}

    .products-index .head-panel.trigger-panel.aside-trigger-panel span {
        font: bold 16px "Open Sans",Helvetica,Arial,sans-serif;
        text-transform: uppercase;
        border: 0;
        color: #4a4a4a;
        position: relative;
        display: block;
        padding-right: 20px
    }

    .products-index .head-panel.trigger-panel.aside-trigger-panel .fa {
        font-size: 1.5em;
        font-weight: bold;
        border: 0;
        margin-top: 0;
        position: absolute;
        top: 0;
        right: 0
    }

    .products-index .head-panel.trigger-panel.aside-trigger-panel .panel-options {
        border: 0;
        padding: 10px 10px 5px 10px
    }

.bv-review-section-content h2 {
    color: #353536;
    max-width: 670px;
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto 30px;
    font-size: 2.2em;
    font-weight: 700
}

.product-detail-info #tabs-horizontal .resp-tab-content .column {
    clear: both;
    width: 100%
}

table.products .product__cell--total .text {
    color: #000000 !important
}

.main-container .bv-cv2-cleanslate .bv-core-container-32 .bv-primarySummary-rating-container .bv-rating-stars-on {
    color: #f58220 !important
}

.main-container .bv-cv2-cleanslate .bv-core-container-32 .bv-summary-bar .bv-rating.bv-text-link, .main-container .bv-cv2-cleanslate .bv-core-container-32 .bv-summary-bar .bv-rating.bv-text-link:visited {
    color: #f58220 !important
}

.main-container .bv-cv2-cleanslate .bv-core-container-32 button.bv-write-review, .main-container .bv-cv2-cleanslate .bv-core-container-32 button.bv-read-review, .main-container .bv-cv2-cleanslate .bv-core-container-32 button.bv-ask-question, .main-container .bv-cv2-cleanslate .bv-core-container-32 .bv-button {
    background-color: #f58220 !important
}

    .main-container .bv-cv2-cleanslate .bv-core-container-32 button.bv-write-review:hover, .main-container .bv-cv2-cleanslate .bv-core-container-32 button.bv-read-review:hover, .main-container .bv-cv2-cleanslate .bv-core-container-32 button.bv-ask-question:hover, .main-container .bv-cv2-cleanslate .bv-core-container-32 .bv-button:hover {
        background-color: #9a1f61 !important
    }

.main-container .bv-cv2-cleanslate .bv-core-container-32 .bv-content-secondary-ratings-value, .main-container .bv-cv2-cleanslate .bv-core-container-32 .bv-secondary-rating-summary-value, .main-container .bv-cv2-cleanslate .bv-core-container-32 .bv-secondary-slider-summary-value, .main-container .bv-cv2-cleanslate .bv-core-container-32 .bv-content-slider-value {
    background-color: #f58220 !important
}

.testimonials #primary select {
    width: 50px
}

.testimonials #primary .btn-primary {
    border: 0;
    padding: 10px
}

.legacy-content #content, .whats-new #content, .newsitem #content, .newsitem-detail #content, .news #content {
    padding-left: 80px;
    padding-right: 80px
}

@media only screen and (max-width: 767px) {
    .legacy-content #content, .whats-new #content, .newsitem #content, .newsitem-detail #content, .news #content {
        padding-left: 0;
        padding-right: 0
    }
}

.products .fancybox-slide--iframe .fancybox-content {
    width: 560px;
    height: 300px;
    max-width: 80%;
    max-height: 80%;
    margin: 0
}

.ask-the-lc #content {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 100px
}

@media only screen and (max-width: 768px) {
    .ask-the-lc #content {
        padding-left: 0;
        padding-right: 0
    }
}

.ask-the-lc #content .btn-submit {
    padding: 0.7em 2em 0.7em;
    border-radius: 25px;
    border: 0;
    font-size: 0.9em
}

    .ask-the-lc #content .btn-submit .fa {
        font-size: 0.8em;
        padding-left: 5px
    }

    .ask-the-lc #content .btn-submit:hover {
        background-color: #ffc52b;
        color: #353535
    }

.home-invalidpage .section-content {
    padding: 0 20px
}

@media only screen and (max-width: 767px) {
    .products-instructionmanuals main#content {
        padding-top: 77px
    }
}

.product-sale-ribbon {
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: absolute;
    padding: 7px 0;
    left: -42px;
    top: 8px;
    width: 125px;
    background-color: #FFC52B;
    color: #6a6340;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3)
}

    .product-sale-ribbon:before, .product-sale-ribbon:after {
        content: "";
        border-top: 3px solid #6e8900;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        position: absolute;
        bottom: -3px
    }

    .product-sale-ribbon:before {
        left: 0
    }

    .product-sale-ribbon:after {
        right: 0
    }

.enhancements-was-price, .enhancements-save-price {
    float: left;
    width: 50%;
    padding: 0 5px
}

.save-percent, .enhancements-was {
    font-size: 12px !important;
    font-weight: bold;
    display: block;
    text-align: center
}

.enhancements-save-price .price {
    margin-top: 0px !important;
    font-size: 1.3em
}

    .enhancements-save-price .price span {
        color: #f58220
    }

.enhancements-save-price:after {
    content: '';
    border-right: 1px solid #e1e1e1;
    height: 20px;
    width: 1px;
    margin-top: -26px;
    margin-right: -5px;
    float: right
}

@media only screen and (max-width: 767px) {
    .enhancements-save-price:after {
        display: none
    }
}

.enhancements-was-price .price {
    margin-top: 0px !important;
    font-size: 1.3em
}

    .enhancements-was-price .price span {
        color: #848484
    }

.products-detail .enhancements-save-price:after {
    display: none
}

.products-detail .enhancements-slick-items {
    display: flex
}

.strikethrough {
    position: relative
}

    .strikethrough:before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        left: 10%;
        width: 80%;
        border-top: 1px solid;
        border-color: inherit;
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

.bvr-medela-styles {
    margin: 0 auto;
    display: inline-block
}

#BVRRSummaryContainer {
    margin-bottom: 10px
}

@media only screen and (max-width: 767px) {
    #BVRRSummaryContainer {
        display: inline-block
    }
}

.promo-background-color {
    position: relative;
    background-color: #FEC440;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}

    .promo-background-color .featured-card {
        background-color: transparent !important;
        position: absolute !important;
        box-shadow: none !important;
        width: 100%;
        top: 10%
    }

    .promo-background-color .btn {
        border-radius: 25px;
        padding: 0.7em 2em 0.7em;
        display: inline-block;
        font-size: 0.9em;
        background-image: none
    }

        .promo-background-color .btn:hover {
            background-color: #ffc52b;
            color: #353535
        }

    .promo-background-color h1, .promo-background-color h2, .promo-background-color h3, .promo-background-color h4, .promo-background-color h5, .promo-background-color h6 {
        font-size: 24px;
        font-weight: bold
    }

        .promo-background-color h1:after, .promo-background-color h2:after, .promo-background-color h3:after, .promo-background-color h4:after, .promo-background-color h5:after, .promo-background-color h6:after {
            content: "";
            width: 90px;
            top: 55px;
            border-bottom: 5px solid #FEC440;
            display: block;
            margin: 15px auto
        }

.promo-image {
    object-fit: cover;
    font-family: 'object-fit: cover';
    width: 100%;
    height: 100%
}

    .promo-image ~ .featured-card h1, .promo-image ~ .featured-card h2, .promo-image ~ .featured-card h3, .promo-image ~ .featured-card h4, .promo-image ~ .featured-card h5, .promo-image ~ .featured-card h6, .promo-image ~ .featured-card p, .promo-image ~ .featured-card ul, .promo-image ~ .featured-card li {
        color: #ffffff !important
    }

.promo-image-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .1;
    background-color: #000000
}

.promo-image ~ .promo-image-overlay {
    display: block
}

.article-section {
    padding: 40px 80px
}

@media only screen and (max-width: 768px) {
    .article-section {
        padding: 40px 20px
    }
}

@media only screen and (max-width: 576px) {
    .article-section .overlay-bg {
        background: rgba(255,255,255,0.46);
        background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, #fff 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.5)), color-stop(100%, #fff));
        background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%, #fff 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%, #fff 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%, #fff 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%, #fff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
        height: 30px;
        position: absolute;
        bottom: 0;
        width: 100%
    }
}

@media only screen and (max-width: 576px) {
    .article-section a#read-more-toggle {
        text-align: center;
        display: block;
        font-weight: 700;
        font-size: 1.1em;
        margin-top: 30px
    }

        .article-section a#read-more-toggle .fa.fa-angle-down, .article-section a#read-more-toggle .fa.fa-angle-up {
            position: absolute;
            font-size: 1.5em;
            margin-left: -25px
        }
}

span.category {
    background-color: #f58220;
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 10px;
    display: block;
    float: left
}

.article-share {
    float: right;
    list-style: none
}

@media only screen and (max-width: 768px) {
    .article-detail #content {
        padding-top: 79px
    }
}

.article-detail h1 {
    clear: both;
    font-weight: 700;
    color: #000000
}

.article-detail .article-share li {
    display: inline-block
}

.article-detail .article-share a {
    position: relative;
    margin-left: 35px;
    text-decoration: none;
    color: #C0BEBE;
    -webkit-transition: all .25s;
    transition: all .25s;
    cursor: pointer
}

    .article-detail .article-share a:hover {
        color: #999999
    }

    .article-detail .article-share a:active, .article-detail .article-share a:focus {
        color: #f58220
    }

.article-detail .article-share .fa {
    font-size: 1.7em;
    padding-right: 5px;
    position: absolute;
    left: -30px;
    top: -5px
}

.article-detail .article-share .like-icon {
    padding-right: 10px
}

.additional-article-content header {
    background-color: #F9F9F8;
    height: 300px
}

@media only screen and (max-width: 767px) {
    .additional-article-content header {
        height: inherit
    }
}

.additional-article-content p {
    text-align: center;
    font-size: 1.2em;
    width: 50%;
    margin: 20px auto
}

@media only screen and (max-width: 767px) {
    .additional-article-content p {
        width: 95%
    }
}

.products-details .additional-info header {
    background-color: #ffc52b;
    height: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 945px) {
    .products-details .additional-info header {
        height: 150px
    }
}

.products-details .additional-info header .heading {
    margin-bottom: 90px
}

@media only screen and (max-width: 945px) {
    .products-details .additional-info header .heading {
        margin-bottom: 0
    }
}

.products-details .additional-info header h2 {
    color: #000000;
    font-size: 2.2em;
    font-weight: 700;
    text-align: center;
    padding: 20px 0 0
}

    .products-details .additional-info header h2:after {
        content: "";
        width: 90px;
        top: 55px;
        border-bottom: 5px solid #ffffff;
        display: block;
        margin: 15px auto
    }

.products-details .additional-article-content header {
    background-color: #f9f9f8;
    height: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 945px) {
    .products-details .additional-article-content header {
        height: 150px
    }
}

.products-details .additional-article-content header .heading {
    margin-bottom: 90px
}

@media only screen and (max-width: 945px) {
    .products-details .additional-article-content header .heading {
        margin-bottom: 0
    }
}

.products-details .additional-article-content header p {
    display: none
}

.additional-article-content h2, .additional-related-articles h2 {
    color: #000000;
    font-size: 2.2em;
    font-weight: 700;
    text-align: center;
    padding: 20px 0 0
}

    .additional-article-content h2:after, .additional-related-articles h2:after {
        content: "";
        width: 90px;
        top: 55px;
        border-bottom: 5px solid #FEC440;
        display: block;
        margin: 15px auto
    }

.additional-related-articles header {
    background-color: #F9F9F8
}

@media only screen and (max-width: 600px) {
    .additional-related-articles header img {
        display: none
    }
}

.additional-related-articles .article-header-content {
    position: absolute;
    top: 15%
}

@media only screen and (max-width: 600px) {
    .additional-related-articles .article-header-content {
        position: inherit
    }
}

.additional-related-articles .card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 985px;
    width: 100%;
    margin-top: -80px
}

@media only screen and (max-width: 945px) {
    .additional-related-articles .card-container {
        margin-top: 20px
    }
}

@media only screen and (max-width: 768px) {
    .additional-related-articles .card-container {
        max-width: 320px;
        margin-top: 0
    }
}

.additional-related-articles .callout-row-four-items {
    max-width: 1200px
}

.additional-related-articles .callout-row-three-items {
    max-width: 990px
}

.additional-related-articles .callout-row-two-items {
    max-width: 700px
}

.additional-related-articles .callout-row-one-items {
    max-width: 340px
}

.additional-related-articles span.category {
    color: #353535
}

.professionals .education-research .banner-content, .professionals .enhancements-support .banner-content {
    top: 80px
}

.professionals .education-research .card-container .flex a, .professionals .enhancements-support .card-container .flex a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .professionals .education-research .card-container .flex a:hover, .professionals .enhancements-support .card-container .flex a:hover {
        -moz-box-shadow: rgba(0,0,0,0.35) 0px 0px 20px 0px;
        -webkit-box-shadow: rgba(0,0,0,0.35) 0px 0px 20px 0px;
        box-shadow: rgba(0,0,0,0.35) 0px 0px 20px 0px
    }

.professionals .education-research .card-container .featured-card .featured-body, .professionals .enhancements-support .card-container .featured-card .featured-body {
    padding: 20px 15px
}

    .professionals .education-research .card-container .featured-card .featured-body h3, .professionals .enhancements-support .card-container .featured-card .featured-body h3 {
        font-size: 1.1em;
        margin: 0 0 15px
    }

.professionals .education-research .card-container .featured-card .featured-action span, .professionals .enhancements-support .card-container .featured-card .featured-action span {
    text-align: left;
    display: block;
    margin: 0px 10px 20px
}

    .professionals .education-research .card-container .featured-card .featured-action span:before, .professionals .enhancements-support .card-container .featured-card .featured-action span:before {
        color: #ffffff;
        background-color: #f58220;
        border-radius: 100%;
        margin-right: 10px;
        padding: 0;
        font-family: 'FontAwesome';
        content: '\f105';
        display: inline-block;
        height: 23px;
        width: 23px;
        text-align: center
    }

.professionals a.btn-primary {
    margin-bottom: 20px;
    display: inline-block
}

.home-index .medela-promotions .product-item a {
    display: block
}

.home-index .medela-promotions .flex {
    padding: 0 20px
}

    .home-index .medela-promotions .flex a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .home-index .medela-promotions .flex a:hover {
            -moz-box-shadow: rgba(0,0,0,0.35) 0px 0px 20px 0px;
            -webkit-box-shadow: rgba(0,0,0,0.35) 0px 0px 20px 0px;
            box-shadow: rgba(0,0,0,0.35) 0px 0px 20px 0px
        }

            .home-index .medela-promotions .flex a:hover span {
                text-decoration: underline
            }

                .home-index .medela-promotions .flex a:hover span:hover {
                    text-decoration: none
                }

.home-index .education-guidance .featured-media {
    overflow: hidden
}

.home-index .education-guidance .featured-card {
    border-top: 6px solid #ffc52b
}

    .home-index .education-guidance .featured-card:hover {
        -moz-box-shadow: rgba(0,0,0,0.35) 0px 0px 20px 0px;
        -webkit-box-shadow: rgba(0,0,0,0.35) 0px 0px 20px 0px;
        box-shadow: rgba(0,0,0,0.35) 0px 0px 20px 0px
    }

.home-index .education-guidance a {
    text-decoration: none
}

    .home-index .education-guidance a:hover {
        box-shadow: none
    }

.home-index .education-guidance .featured-body {
    margin-top: 0
}

.home-index .education-guidance .category {
    background-color: #F8F8F8;
    color: #787878;
    margin: 6px
}

.home-index .product-parts .featured-card {
    border-top: 6px solid #ffc52b
}

.value-of-breastmilk h1.page-title {
    margin-bottom: .5em;
    font-size: 2.33em
}

.value-of-breastmilk .section-heading {
    font-size: 34px;
    color: #000000;
    font-size: 2.2em;
    font-weight: 700
}

    .value-of-breastmilk .section-heading:after {
        content: "";
        width: 90px;
        top: 55px;
        border-bottom: 5px solid #FEC440;
        display: block;
        margin: 15px auto
    }

.value-of-breastmilk .callout .callout-header {
    font-size: 23px
}

.section-news .section-heading {
    font-size: 34px;
    color: #000000;
    font-size: 2.2em;
    font-weight: 700
}

    .section-news .section-heading:after {
        content: "";
        width: 90px;
        top: 55px;
        border-bottom: 5px solid #FEC440;
        display: block;
        margin: 15px auto
    }

@media only screen and (max-width: 767px) {
    .section-news .section-heading {
        font-size: 2em;
        padding-top: 10px
    }
}

.section-news .flex-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 767px) {
    .section-news .flex-item {
        display: block
    }
}

.section-news .callout .callout-header {
    font-size: 23px
}

@media only screen and (max-width: 767px) {
    .home-index .product-parts .flex-container p {
        color: #353535
    }
}

.home-index .product-parts .flex a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 767px) {
    .home-index .product-parts .flex a {
        display: block
    }
}

.home-index .product-parts .featured-card .featured-body {
    padding: 0 20px 15px
}

.home-index .product-parts span.price {
    font-size: 1.3em;
    display: block;
    margin-top: 10px
}

.Left {
    text-align: left !important
}

.Right {
    text-align: right !important
}

.Center {
    text-align: center !important
}

#emailsignupform-email-validation, #emailsignupform-dob-validation {
    color: #ff0000
}

#emailsignupform-thankyou h3 {
    text-align: center
}

.item-carousel .form-bar {
    display: block
}

.item-carousel .btn-primary {
    border-radius: 0;
    border: none;
    font-size: 14px
}

body.videos #lnkClear {
    clear: both
}

body.videos #content {
    padding-left: 0;
    padding-right: 0
}

body.videos .page-utilities {
    display: none
}

body.videos #video-filter .btn {
    font-size: 1em
}

@media only screen and (max-width: 945px) {
    body.videos #video-filter, body.videos #video-results {
        width: 100%;
        float: none
    }
}

body.videos #video-results #video-list {
    display: flex;
    flex-wrap: wrap
}

    body.videos #video-results #video-list li {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

@media only screen and (max-width: 767px) {
    body.videos #video-results #video-list li {
        width: 47%;
        margin: .3em
    }
}

@media only screen and (max-width: 515px) {
    body.videos #video-results #video-list li {
        width: 100%;
        max-width: 290px;
        margin: 0 auto 10px
    }
}

body.videos #video-results #video-list .video-info div {
    height: auto !important
}

body.videos #video-results #video-list .video-description {
    padding-bottom: 10px
}

@media only screen and (max-width: 767px) {
    body.videos #video-results img {
        width: 100%;
        max-width: 320px;
        min-width: 200px
    }
}

#smart-paginator {
    background-color: #fceff6
}

    #smart-paginator .normal {
        background-color: #e270ad;
        border: 1px solid #6f1746;
        color: #ffffff
    }

    #smart-paginator .active {
        background-color: #9a1f61;
        border: 1px solid #6f1746
    }

    #smart-paginator span {
        color: #666666
    }

.value-of-breastmilk #tertiary {
    display: none
}

.value-of-breastmilk #primary {
    width: 100%
}

.value-of-breastmilk .section-news {
    display: none
}

.section.social-feed {
    background-color: #FEC440;
    padding: 0 0 40px
}

    .section.social-feed .fa {
        margin-right: 10px
    }

    .section.social-feed .feed-heading {
        margin: 20px 40px 30px
    }

        .section.social-feed .feed-heading h2 {
            color: #000;
            font-size: 1.6em;
            font-weight: 700
        }

    .section.social-feed p {
        color: #000000;
        font-size: 1em
    }

    .section.social-feed .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .section.social-feed #instafeed a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        padding: 0;
        height: 340px
    }

@media only screen and (max-width: 945px) {
    .section.social-feed #instafeed a {
        height: 240px
    }
}

@media only screen and (max-width: 420px) {
    .section.social-feed #instafeed a {
        height: 180px
    }
}

.section.social-feed #instafeed a img {
    border: none;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover'
}

.cart-confirmation .intent-label {
    margin: 0 0 10px 0
}

    .cart-confirmation .intent-label a.btn {
        display: block;
        width: 175px;
        margin-top: 10px
    }

.cart-confirmation .courses p a.btn {
    display: block;
    width: 175px;
    margin-top: 10px
}

.productselector-index .ratings {
    margin-bottom: 10px
}

@media only screen and (max-width: 767px) {
    .productselector-index .ratings {
        display: table;
        margin: 0 auto
    }
}

.productselector-index .btn-primary {
    border: none
}

    .productselector-index .btn-primary:hover {
        background-color: #ffc52b;
        color: #353535;
        background-image: none
    }

.productselector-index button.btn-alt {
    color: #fff;
    background-color: #f58220;
    background-image: none
}

    .productselector-index button.btn-alt:hover {
        background-color: #ffc52b;
        color: #353535
    }

.productselector-index a.btn-start-over {
    display: inline-block
}

.products-details .enhance-slick-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-parts .featured-body span.ratings {
    display: inline-block
}

.product-parts .btn.btn-block {
    display: inline-block;
    margin: 0 auto 20px;
    border: none;
    font-size: 0.9em;
    width: 150px
}

    .product-parts .btn.btn-block .fa {
        margin-left: 5px
    }

    .product-parts .btn.btn-block:hover {
        background-image: none;
        background-color: #ffc52b;
        color: #353535
    }

@media only screen and (max-width: 797px) {
    .main-banner .main-img-wrapper {
        margin-top: 0
    }
}

.bv-cv2-cleanslate .bv-core-container-55 .bv-inline-rating-container .bv-rating-stars-on {
    color: #fec440 !important
}

.online-education #site-header {
    margin: 20px auto 0
}

.online-education .breadcrumb {
    margin: 1.5em 0 0.5em 0.5em
}

@media only screen and (max-width: 945px) {
    .online-education .main-container {
        margin: 70px auto 0
    }
}

@media only screen and (max-width: 767px) {
    .online-education .main-container {
        margin: 110px auto 0
    }
}

.online-education #tertiary .widget-sidenav h1 a, .online-education #tertiary .widget-header h1 a {
    font-weight: normal;
    font-size: inherit;
    text-decoration: none
}

.online-education #tertiary .widget-sidenav ul a {
    font-size: 1.2em
}

@media only screen and (max-width: 945px) {
    .online-education #primary #content {
        padding-top: 0
    }
}

.online-education #primary section.section {
    padding: 20px 0
}

.online-education #primary .course-quiz-question, .online-education #primary .course-quiz-answer {
    width: 100% !important
}

.online-education .legacy-content #content {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.online-education .course-quiz-question h4 .qtext {
    width: 90%
}

.online-education .course-quiz-question .option {
    padding-bottom: 0
}

.forprofessionals-education, .forprofessionals-educationresearch, .forprofessionals-educationinnovatingpractice, .forprofessionals-research, .tips-and-solutions {
    padding: 0
}

    .forprofessionals-education .top-content, .forprofessionals-educationresearch .top-content, .forprofessionals-educationinnovatingpractice .top-content, .forprofessionals-research .top-content, .tips-and-solutions .top-content {
        margin: 20px
    }

    .forprofessionals-education aside h1, .forprofessionals-educationresearch aside h1, .forprofessionals-educationinnovatingpractice aside h1, .forprofessionals-research aside h1, .tips-and-solutions aside h1 {
        font-size: 1.6em
    }

    .forprofessionals-education aside ul, .forprofessionals-educationresearch aside ul, .forprofessionals-educationinnovatingpractice aside ul, .forprofessionals-research aside ul, .tips-and-solutions aside ul {
        list-style: none;
        font-weight: normal
    }

        .forprofessionals-education aside ul .icon-arrow-right, .forprofessionals-educationresearch aside ul .icon-arrow-right, .forprofessionals-educationinnovatingpractice aside ul .icon-arrow-right, .forprofessionals-research aside ul .icon-arrow-right, .tips-and-solutions aside ul .icon-arrow-right {
            display: none
        }

.sidebar-left #tertiary aside h1 {
    font-size: 1.6em
}

.sidebar-left #tertiary aside ul {
    list-style: none;
    font-weight: normal
}

    .sidebar-left #tertiary aside ul .icon-arrow-right {
        display: none
    }

@media only screen and (max-width: 945px) {
    .forprofessionals-education main#content {
        padding-top: 0
    }
}

.tips-and-solutions #tertiary ul, .categorized-summary #tertiary ul {
    font-weight: normal !important;
    margin: 0 0 1em !important;
    padding-left: 20px !important;
    list-style: none
}

.tips-and-solutions #tertiary .icon-arrow-right, .categorized-summary #tertiary .icon-arrow-right {
    display: none !important
}

@media only screen and (max-width: 945px) {
    .education .main-container {
        margin-top: 78px
    }
}

.articles-details .related-articles.additional-related-articles header, .articles-details .product-parts.additional-article-content header {
    background-color: #f9f9f8;
    height: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 945px) {
    .articles-details .related-articles.additional-related-articles header, .articles-details .product-parts.additional-article-content header {
        height: 150px
    }
}

.articles-details .related-articles.additional-related-articles header .heading, .articles-details .product-parts.additional-article-content header .heading {
    margin-bottom: 90px
}

@media only screen and (max-width: 945px) {
    .articles-details .related-articles.additional-related-articles header .heading, .articles-details .product-parts.additional-article-content header .heading {
        margin-bottom: 0
    }
}

.articles-details .related-articles.additional-related-articles header .heading p, .articles-details .product-parts.additional-article-content header .heading p {
    display: none
}

.forprofessionals .section.sign-up .content {
    margin-bottom: 20px
}

.forprofessionals .section.sign-up h2, .forprofessionals .section.sign-up p {
    color: #353535
}

.forprofessionals .section.sign-up .row-narrow .submit .btn-primary {
    display: inline-block
}

.medela-at-work-for-moms .top-content {
    margin: 20px;
    position: absolute;
    z-index: 2;
    top: 0
}

@media only screen and (max-width: 945px) {
    .medela-at-work-for-moms .top-content {
        top: 130px
    }
}

.medela-at-work-for-moms .page-header-at-work .page-nav-bar {
    bottom: 6px
}

    .medela-at-work-for-moms .page-header-at-work .page-nav-bar .page-nav-bg {
        background: #ffc52b
    }

    .medela-at-work-for-moms .page-header-at-work .page-nav-bar .page-nav {
        padding: 15px 0
    }

        .medela-at-work-for-moms .page-header-at-work .page-nav-bar .page-nav a {
            font-size: 0.95em
        }

.articles-details .additional-related-articles .featured-body h3 {
    margin: 15px 0
}

@media only screen and (max-width: 767px) {
    .account-index .table-responsive .table td {
        white-space: inherit !important;
        width: 100% !important
    }
}

.bnnsearch .search-container .btn {
    font-size: 1em
}

.bnnsearch-results #content {
    padding: 0 10px
}

    .bnnsearch-results #content .bnn-search label {
        display: block
    }

    .bnnsearch-results #content .bnn-search input, .bnnsearch-results #content .bnn-search select {
        width: 100%;
        max-width: 255px
    }

    .bnnsearch-results #content .bnn-search .btn-primary {
        font-size: 1em
    }

@media only screen and (max-width: 420px) {
    .bnnsearch-results #content .bnn-search .btn-primary {
        margin-top: 10px
    }
}

.bnnsearch-results #content .bnn-search .btn-primary:hover {
    background-color: #ffc52b;
    color: #353535
}

@media only screen and (max-width: 767px) {
    .bnnsearch-results #content .btn.email-this-page-link {
        font-size: 1em !important
    }
}

.bnnsearch-results #content .tabbed-nav {
    height: 36px
}

    .bnnsearch-results #content .tabbed-nav a {
        padding: 0 15px;
        font-size: 15px;
        height: 31px;
        line-height: 31px
    }

    .bnnsearch-results #content .tabbed-nav .on a {
        height: 34px;
        line-height: 21px;
        font-size: 15px;
        padding: 5px 20px
    }

.bnnsearch-results #content .product-item .col-1, .bnnsearch-results #content .product-item-header .col-1 {
    width: 35%
}

.bnnsearch-results #content .product-item .col-2, .bnnsearch-results #content .product-item-header .col-2 {
    width: 20%
}

.bnnsearch-results #content .product-item .col-3 {
    width: 40%
}

.bnnsearch-results #content .product-item .col-4 {
    width: 100%
}

.bnnsearch-results #content .product-item .icon-text .line2.block {
    display: inline
}

.bnnsearch-results #content .product-item .product-options {
    padding-top: 20px
}

.bnnsearch-results #content .icon {
    display: none
}

.bnnsearch-results #content a.link-icon-print {
    margin-right: 15px
}

.account .form-actions {
    margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
    .account .login-message h2 {
        font-size: 1.4em
    }
}

.account button#SignInSubmit, .account button#register {
    border: none;
    font-size: 0.9em
}

.forprofessionals-education section.sign-up, .course section.sign-up, .education-programs section.sign-up, .education-programs-list section.sign-up, .education-presenters section.sign-up, .education-presenters-detail section.sign-up, .education-programs-detail section.sign-up, .education-courses-detail section.sign-up {
    display: none
}

.course section.section-news, .education-programs section.section-news, .education-programs-list section.section-news, .education-presenters section.section-news, .education-presenters-detail section.section-news, .education-programs-detail section.section-news, .education-courses-detail section.section-news {
    margin-top: 40px
}

.product-parts p.out-of-stock-message, .additional-article-content p.out-of-stock-message {
    font-size: 1em;
    text-align: center;
    padding: 0 20px;
    width: 100%
}

    .product-parts p.out-of-stock-message object a, .additional-article-content p.out-of-stock-message object a {
        display: inline !important
    }

        .product-parts p.out-of-stock-message object a:hover, .additional-article-content p.out-of-stock-message object a:hover {
            box-shadow: none;
            text-decoration: underline
        }

.articles-details .product-parts .featured-card .featured-body {
    padding: 20px 20px 10px
}

.articles-details .product-parts .featured-card p.out-of-stock-message {
    margin-top: 0
}

#at4m-mobile-container {
    z-index: 9999999;
    position: fixed;
    display: none !important
}

.article-like .fa-heart {
    color: #f58220
}

.landingpage-breastfeedingguidance .content-right a:hover .fa-share {
    background-color: transparent !important
}

.landingpage-breastfeedingguidance .content-right a:hover .fa-heart {
    background-color: transparent !important
}

.program-detail #education-programs a.promo-code-btn.btn-primary {
    font-size: 0.9em;
    margin-bottom: 5px;
    margin-right: 10px;
    display: inline-block
}

body.videos #video-results .video-image, body.video-test .video-image {
    height: 200px
}

    body.videos #video-results .video-image .icon-play-med, body.video-test .video-image .icon-play-med {
        background-position-y: 75px
    }

section.section-news .search-bar {
    display: block !important
}

section.section-news .form-bar input {
    height: 2.55em;
    padding-right: 130px;
    padding-left: 8px;
    border-radius: 1.5em
}

section.section-news .form-bar .btn {
    border: none;
    font-size: 0.9em;
    height: inherit
}

body.forprofessionals-technologywheel #site-header .header-container .site-header-wrapper .main-nav ul {
    padding-right: 0
}

@media only screen and (max-width: 1250px) {
    body.forprofessionals-technologywheel #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a {
        padding: 20px 0px
    }
}

@media only screen and (max-width: 1130px) {
    body.forprofessionals-technologywheel #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a {
        margin: 0 0px
    }
}

@media only screen and (max-width: 1060px) {
    body.forprofessionals-technologywheel #site-header .header-container .site-header-wrapper .main-nav ul .nav-item a {
        font-size: .75em
    }
}

body.forprofessionals-technologywheel .top-content h1.page-title {
    margin-bottom: 1em
}

.supplier-lookup-index main {
    padding-bottom: 40px
}

    .supplier-lookup-index main .ui-state-highlight, .supplier-lookup-index main .ui-widget-content .ui-state-highlight, .supplier-lookup-index main .ui-widget-header .ui-state-highlight {
        border: 1px solid #aaaaaa;
        background: #FFC52B
    }

    .supplier-lookup-index main .ui-jqgrid {
        width: auto !important
    }

        .supplier-lookup-index main .ui-jqgrid .table-wrapper {
            margin-bottom: 0 !important
        }

    .supplier-lookup-index main .ui-jqgrid-bdiv {
        height: auto !important
    }

    .supplier-lookup-index main .ui-jqgrid-hdiv, .supplier-lookup-index main .ui-jqgrid-bdiv, .supplier-lookup-index main .ui-jqgrid-pager {
        width: auto !important
    }

    .supplier-lookup-index main .table-wrapper {
        max-width: 100%;
        width: auto !important
    }

    .supplier-lookup-index main .ui-pager-control {
        width: auto
    }

    .supplier-lookup-index main .btn-secondary {
        background-color: #aaaaaa;
        background-image: -webkit-linear-gradient(top, #aaa, #666);
        background-image: linear-gradient(to bottom, #aaa, #666)
    }

    .supplier-lookup-index main #RefuseRequestBtn {
        margin-top: 10px
    }

    .supplier-lookup-index main #Notes {
        width: 100%;
        margin: 0
    }

ul.adminTab {
    border-bottom: 1px solid #666;
    padding: 0 0 10px;
    list-style-type: none
}

    ul.adminTab a {
        margin-bottom: 10px
    }

#tab-counts {
    list-style: none;
    padding: 0
}

    #tab-counts li {
        display: inline-block;
        margin: 0 5px 5px
    }

    #tab-counts a {
        cursor: pointer
    }

.supplier-confirmation-list {
    list-style: none;
    margin: 0 0 10px
}

    .supplier-confirmation-list span {
        font-weight: bold;
        font-size: 16px;
        display: block;
        margin-bottom: 5px
    }

.pending-highlight a {
    background-color: #ea8823;
    background-image: -webkit-linear-gradient(top, #f7ac2a, #ea8823);
    background-image: linear-gradient(to bottom, #f7ac2a, #ea8823);
    color: #ffffff !important;
    padding: 5px
}

.next-gen-dashboard-main {
    margin-top: 20px;
    margin-bottom: 20px
}

    .next-gen-dashboard-main .col {
        margin-bottom: 30px
    }

    .next-gen-dashboard-main h4 {
        text-align: center
    }

        .next-gen-dashboard-main h4:before {
            width: 215px;
            height: 200px;
            content: '';
            display: block;
            margin: 0 auto 10px
        }

    .next-gen-dashboard-main #activeRequest:before {
        background: url(../images/next-gen-dashboard-icons.png) no-repeat 0 0 transparent;
        background-size: cover
    }

    .next-gen-dashboard-main ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center
    }

.sub-request-dashboard {
    padding-left: 50px
}

@media only screen and (max-width: 767px) {
    .sub-request-dashboard {
        width: 375px;
        margin: 0 auto;
        float: none;
        overflow: hidden
    }
}

.sub-request-dashboard h4 {
    text-align: left
}

    .sub-request-dashboard h4:before {
        display: none
    }

.sub-request-dashboard .inactive-request-icon, .sub-request-dashboard .manage-account-users-icon {
    float: left;
    background: url(../images/next-gen-dashboard-icons.png) no-repeat -148px 0 transparent;
    background-size: 331% auto !important;
    width: 120px;
    height: 120px
}

.sub-request-dashboard .manage-account-users-icon {
    background: url(../images/next-gen-dashboard-icons.png) no-repeat -276px 0 transparent
}

.sub-request-dashboard .sub-request-content {
    float: left;
    margin: 10px 0 0 20px
}

.sub-request-dashboard ul {
    text-align: left
}

#sl-opt-in-verification-form {
    max-width: 400px
}

.dashboard-requestlist .breadcrumb, .dashboard-requestdetail .breadcrumb {
    display: none
}

.dashboard-requestlist h1, .dashboard-requestdetail h1 {
    margin-top: 20px
}

.return-to-dashboard-link {
    margin-bottom: 10px;
    display: block;
    width: 200px
}

.lookup-confirmation .section-header, .lookup-existingrequest .section-header {
    float: none !important
}

header#site-header.dpp {
    padding: 10px 0 13px;
    border-top: 4px solid #ffc600;
    border-bottom: 1px solid #454545
}

    header#site-header.dpp span#dpp-shopping-cart {
        position: absolute;
        top: 16px;
        right: 20px;
        cursor: pointer;
        z-index: 2
    }

    header#site-header.dpp #site-title {
        position: relative;
        z-index: 1;
        margin: 12px 0 5px
    }

@media only screen and (max-width: 945px) {
    header#site-header.dpp #site-title {
        margin: 20px auto 10px;
        width: 130px;
        height: 26px
    }
}

header#site-header.dpp #site-title a {
    display: block;
    width: 192px;
    height: 38px;
    text-indent: -999em;
    background: url(/Content/images/medela-logo.gif) no-repeat center;
    background-size: 100% auto
}

@media only screen and (max-width: 945px) {
    header#site-header.dpp #site-title a {
        padding: 6px;
        width: 130px;
        height: 26px
    }
}

.register.register-patientinformation .main-container .row, .landingpage-insurance .main-container .row, .purchase-selectpump .main-container .row, .purchase-selectaccessories .main-container .row {
    max-width: 1045px
}

@media only screen and (max-width: 945px) {
    .register.register-patientinformation #content, .landingpage-insurance #content, .purchase-selectpump #content, .purchase-selectaccessories #content {
        padding-top: 84px
    }
}

.register.register-patientinformation #mobile-nav, .landingpage-insurance #mobile-nav, .purchase-selectpump #mobile-nav, .purchase-selectaccessories #mobile-nav {
    top: 85px
}

@media only screen and (max-width: 767px) {
    .mobile-search-bar.dpp {
        visibility: hidden
    }
}

footer#dpp-footer {
    background-color: #ffffff;
    padding: 0
}

    footer#dpp-footer .footer-border {
        border-top: 5px solid #ffc600;
        margin-top: 30px
    }

    footer#dpp-footer #site-title {
        margin: 20px 0 5px
    }

        footer#dpp-footer #site-title a {
            display: block;
            width: 192px;
            height: 38px;
            text-indent: -999em;
            background: transparent url(/Content/images/medela-logo.gif) no-repeat center;
            background-size: 100% auto
        }

    footer#dpp-footer .site-legal .small {
        font-size: 0.8em
    }

.landingpage-insurance #page-banner-slideshow {
    display: none
}

.landingpage-insurance .testimonials:before, .landingpage-insurance .testimonials:after {
    display: none
}

.landingpage-insurance #aca-question-workarea {
    padding: 0
}

    .landingpage-insurance #aca-question-workarea input {
        position: relative
    }

.landingpage-insurance .aca-question {
    color: #454545
}

    .landingpage-insurance .aca-question:after {
        width: 100%
    }

.landingpage-insurance .aca-answer {
    font-style: normal;
    font-weight: 700;
    display: block;
    margin-top: 5px
}

.landingpage-insurance .datepicker-trigger {
    margin-left: 5px
}

.dpp-white-background {
    background-color: #ffffff;
    position: relative
}

.dpp-section-first {
    padding-top: 0px;
    position: relative;
    background: url(/Content/images/dpp/yellow_wave.jpg) no-repeat 0 bottom transparent;
    background-size: cover
}

    .dpp-section-first .dpp-section-first-heading {
        padding-top: 20px;
        text-align: center;
        padding-bottom: 10px;
        font-size: 2.5em;
        font-weight: 300;
        color: #000000;
        text-transform: capitalize
    }

@media only screen and (max-width: 767px) {
    .dpp-section-first .dpp-section-first-heading {
        font-size: 2.2em
    }
}

.dpp-section-first .dpp-btn-group {
    float: left
}

    .dpp-section-first .dpp-btn-group li {
        margin-right: 20px
    }

    .dpp-section-first .dpp-btn-group input.btn {
        float: left;
        width: 27px;
        height: 27px;
        margin-top: -4px
    }

    .dpp-section-first .dpp-btn-group input.answer-button {
        float: left;
        width: 19px;
        height: 19px;
        margin-top: 0px;
        margin-right: 5px
    }

.dpp-hero-image {
    position: absolute;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .dpp-hero-image {
        display: none
    }
}

.dpp-intro-content {
    margin: 0 25px
}

@media only screen and (max-width: 767px) {
    .dpp-intro-content {
        display: none
    }
}

.dpp-intro-content h2 {
    font-size: 2.3em;
    font-weight: 600;
    margin-top: 5%;
    color: #000000
}

@media only screen and (max-width: 900px) {
    .dpp-intro-content h2 {
        font-size: 2em
    }
}

.dpp-intro-content h2:after {
    content: "";
    display: block;
    border-bottom: 6px solid #FFC600;
    margin: 10px 10px 10px 0;
    width: 80px
}

.dpp-intro-content ul {
    font-size: 1.2em
}

    .dpp-intro-content ul li {
        color: #222
    }

.dpp-start-form {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 40px 60px;
    margin: 20px 20px 100px
}

@media only screen and (max-width: 767px) {
    .dpp-start-form {
        padding: 40px 25px;
        width: auto
    }
}

.dpp-start-form h3 {
    color: #000000;
    font-size: 1.8em;
    font-weight: 700
}

.dpp-start-form p.form-description {
    color: #222222;
    font-style: italic;
    line-height: 1.65em;
    margin: 0
}

    .dpp-start-form p.form-description:after {
        content: "";
        display: block;
        border-bottom: 1px solid #999999;
        margin: 17px 10px 10px 0;
        width: 55px
    }

.dpp-start-form .panel {
    background-color: transparent;
    border: none;
    padding: 0;
    margin-bottom: 10px
}

.dpp-start-form .btn {
    float: right;
    clear: both;
    background-color: #f58220;
    background-image: none;
    padding: 0.7em 2.5em 0.7em 2em;
    border-radius: 25px;
    border: none;
    margin-top: 15px;
    color: #ffffff;
    font-size: 0.9em
}

    .dpp-start-form .btn:hover {
        background-color: #ffc52b;
        background-image: none;
        color: #353535
    }

.dpp-start-form .fa-angle-right {
    position: absolute;
    right: 26px;
    bottom: 22px;
    color: #ffffff;
    font-size: 0.8em
}

.dpp-start-form label {
    color: #454545;
    margin-bottom: 5px;
    font-size: 1.2em
}

.dpp-start-form input.datepicker {
    float: left;
    width: calc(100% - 50px)
}

.dpp-start-form select {
    height: 3em
}

.landingpage-insurance .datepicker-trigger {
    display: block;
    padding-top: 7px;
    float: left
}

.dpp-testimonials {
    margin-top: 20px;
    background-color: #ffffff !important;
    position: relative
}

    .dpp-testimonials .dpp-quotes {
        position: relative
    }

        .dpp-testimonials .dpp-quotes:before {
            content: '';
            position: absolute;
            display: block;
            width: 100%;
            max-width: 200px;
            background: url(/Content/images/dpp/dpp-quote_left.png) no-repeat 0 0 transparent;
            background-size: contain;
            left: 5%;
            top: 0;
            height: 100%
        }

@media only screen and (max-width: 767px) {
    .dpp-testimonials .dpp-quotes:before {
        max-width: 100px
    }
}

.dpp-testimonials .dpp-quotes:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    max-width: 200px;
    background: url(/Content/images/dpp/dpp-quote_right.png) no-repeat 0 bottom transparent;
    background-size: contain;
    right: 5%;
    bottom: 10%;
    height: 100%
}

@media only screen and (max-width: 767px) {
    .dpp-testimonials .dpp-quotes:after {
        max-width: 100px
    }
}

.dpp-testimonials .flexslider {
    z-index: 99
}

@media only screen and (max-width: 767px) {
    .dpp-testimonials .flexslider .flex-control-paging {
        display: block !important;
        margin-top: 30px
    }
}

@media only screen and (max-width: 767px) {
    .dpp-testimonials .flexslider .flex-direction-nav {
        display: none !important
    }
}

.dpp-testimonials h2 {
    font-size: 32px;
    margin-bottom: 10px;
    position: relative;
    z-index: 99
}

.dpp-testimonials h3 {
    color: #999999 !important;
    font-style: italic;
    font-size: 1.6em !important;
    font-weight: 500 !important;
    padding: 0 20%
}

.dpp-testimonials .flex-viewport {
    margin: 0
}

.dpp-testimonials .flex-control-nav a {
    width: 15px;
    height: 15px;
    border: 2px solid #666666;
    background-color: #ffffff
}

    .dpp-testimonials .flex-control-nav a.flex-active {
        background-color: #f58220;
        border: 2px solid #f58220
    }

.dpp-testimonials .dpp-testimonial-origin {
    font-size: 1em !important;
    color: #666666 !important
}

.dpp-testimonials span.tip-content-testimonials {
    display: block;
    text-align: center;
    margin-top: -50px;
    font-size: 15px
}

.dpp-callouts {
    background: url(/Content/images/dpp/dpp-gray_wave.png) no-repeat 0 0 transparent;
    background-size: cover;
    padding: 80px 40px;
    position: relative;
    margin-top: 130px
}

    .dpp-callouts .row {
        max-width: 100%
    }

    .dpp-callouts .slick-arrow {
        display: none !important
    }

    .dpp-callouts .slick-dots {
        margin: 30px auto 0;
        list-style: none;
        text-align: center;
        padding: 0
    }

        .dpp-callouts .slick-dots li {
            display: inline-block;
            margin: 0 10px
        }

            .dpp-callouts .slick-dots li.slick-active button {
                background-color: #f58220;
                border: 2px solid #f58220
            }

        .dpp-callouts .slick-dots button {
            width: 15px;
            height: 15px;
            border: 2px solid #666666;
            background-color: #ffffff;
            border-radius: 25px;
            font-size: 0
        }

            .dpp-callouts .slick-dots button:hover {
                background-color: #f58220;
                border: 2px solid #f58220
            }

    .dpp-callouts span.tip-content-callouts {
        display: block;
        text-align: center;
        margin-top: -45px;
        font-size: 15px
    }

.dpp-single-callout {
    text-align: center
}

    .dpp-single-callout img {
        width: 45px;
        height: 45px;
        background-color: #ffffff;
        display: block;
        margin: 0 auto;
        border-radius: 50%;
        border: 1px solid #787878;
        padding: 7px
    }

    .dpp-single-callout a {
        display: block;
        text-decoration: none;
        cursor: pointer
    }

        .dpp-single-callout a h3 {
            font-weight: 700;
            margin-bottom: 10px;
            margin-top: 40px
        }

        .dpp-single-callout a p {
            color: #666666;
            line-height: 30px
        }

        .dpp-single-callout a:hover h3 {
            color: #fb991b !important
        }

.dpp-circle-image {
    border-radius: 50%;
    border: 10px solid #FFE090;
    position: absolute;
    left: -90px;
    top: -115px
}

@media only screen and (max-width: 600px) {
    .dpp-circle-image {
        display: none
    }
}

.dpp-choose-pump .section-title {
    margin-top: 20px
}

#insurance-info h2 {
    margin: 0 0 40px
}

@media only screen and (max-width: 767px) {
    #insurance-info h2 {
        margin: 0 0 10px
    }
}

.dpp-select-product span.fa {
    font-size: 0.9em
}

    .dpp-select-product span.fa:hover {
        color: #4a4a4a
    }

.dpp-select-product .checkbox {
    padding: 10px 0
}

    .dpp-select-product .checkbox input {
        position: static !important
    }

.dpp-select-product .flex-container .product-content .img-wrapper {
    margin-bottom: 5px
}

.dpp-select-product .flex-container .product-content h4.img-title {
    margin-top: 0
}

.dpp-select-product span.field-validation-valid {
    display: none;
    color: #c00000;
    font-weight: 700;
    font-size: 13px
}

.section-select-product .tooltip-fsa {
    text-decoration: none;
    font-style: italic;
    font-size: 1em;
    color: #454545
}

    .section-select-product .tooltip-fsa .fa {
        color: #ea8823;
        font-size: 1.1em;
        margin-left: 5px
    }

        .section-select-product .tooltip-fsa .fa:hover {
            color: #454545
        }

@media only screen and (max-width: 767px) {
    .section-select-product .tooltip-fsa {
        padding-left: 20px
    }
}

@media only screen and (max-width: 767px) {
    .dpp-select-product .aca-dynamic, .dpp-covered-product .aca-dynamic, .dpp-accessories .aca-dynamic, .dpp-checkout .aca-dynamic {
        display: none
    }
}

.dpp-select-product:nth-of-type(1), .dpp-covered-product:nth-of-type(1), .dpp-accessories:nth-of-type(1), .dpp-checkout:nth-of-type(1) {
    padding-bottom: 0
}

.dpp-select-product h1.section-title, .dpp-covered-product h1.section-title, .dpp-accessories h1.section-title, .dpp-checkout h1.section-title {
    font-size: 2.3em;
    font-weight: 700;
    background: none !important;
    color: #000000
}

@media only screen and (max-width: 767px) {
    .dpp-select-product h1.section-title, .dpp-covered-product h1.section-title, .dpp-accessories h1.section-title, .dpp-checkout h1.section-title {
        font-size: 1.6em;
        padding-bottom: 0
    }
}

.dpp-select-product h2.section-title, .dpp-covered-product h2.section-title, .dpp-accessories h2.section-title, .dpp-checkout h2.section-title {
    font-size: 2.1em;
    font-weight: 600;
    margin: 50px 0;
    color: #000000
}

@media only screen and (max-width: 767px) {
    .dpp-select-product h2.section-title, .dpp-covered-product h2.section-title, .dpp-accessories h2.section-title, .dpp-checkout h2.section-title {
        background-color: transparent !important;
        font-size: 1.4em;
        line-height: 1.4em;
        padding: 10px 20px 10px 20px;
        text-align: left;
        margin: 25px 0 10px
    }
}

.dpp-select-product h2.section-title:after, .dpp-covered-product h2.section-title:after, .dpp-accessories h2.section-title:after, .dpp-checkout h2.section-title:after {
    content: "";
    display: block;
    border-bottom: 5px solid #FFC600;
    margin: 10px 10px 10px 0;
    width: 80px
}

@media only screen and (max-width: 500px) {
    .dpp-select-product h3, .dpp-select-product .dpp-fsa-save, .dpp-select-product .dpp-no-thanks, .dpp-select-product .dpp-mobile-center, .dpp-select-product .dpp-no-thanks-container, .dpp-covered-product h3, .dpp-covered-product .dpp-fsa-save, .dpp-covered-product .dpp-no-thanks, .dpp-covered-product .dpp-mobile-center, .dpp-covered-product .dpp-no-thanks-container, .dpp-accessories h3, .dpp-accessories .dpp-fsa-save, .dpp-accessories .dpp-no-thanks, .dpp-accessories .dpp-mobile-center, .dpp-accessories .dpp-no-thanks-container, .dpp-checkout h3, .dpp-checkout .dpp-fsa-save, .dpp-checkout .dpp-no-thanks, .dpp-checkout .dpp-mobile-center, .dpp-checkout .dpp-no-thanks-container {
        text-align: left
    }
}

@media only screen and (min-width: 501px) {
    .dpp-select-product h3, .dpp-select-product .dpp-fsa-save, .dpp-select-product .dpp-no-thanks, .dpp-select-product .dpp-mobile-center, .dpp-select-product .dpp-no-thanks-container, .dpp-covered-product h3, .dpp-covered-product .dpp-fsa-save, .dpp-covered-product .dpp-no-thanks, .dpp-covered-product .dpp-mobile-center, .dpp-covered-product .dpp-no-thanks-container, .dpp-accessories h3, .dpp-accessories .dpp-fsa-save, .dpp-accessories .dpp-no-thanks, .dpp-accessories .dpp-mobile-center, .dpp-accessories .dpp-no-thanks-container, .dpp-checkout h3, .dpp-checkout .dpp-fsa-save, .dpp-checkout .dpp-no-thanks, .dpp-checkout .dpp-mobile-center, .dpp-checkout .dpp-no-thanks-container {
        text-align: center
    }
}

.dpp-select-product h3.dpp-upload, .dpp-covered-product h3.dpp-upload, .dpp-accessories h3.dpp-upload, .dpp-checkout h3.dpp-upload {
    text-align: left !important
}

.dpp-select-product .aca-products .product, .dpp-covered-product .aca-products .product, .dpp-accessories .aca-products .product, .dpp-checkout .aca-products .product {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.dpp-select-product .product-content.flex-item, .dpp-covered-product .product-content.flex-item, .dpp-accessories .product-content.flex-item, .dpp-checkout .product-content.flex-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.dpp-select-product .aca-products .product-content, .dpp-covered-product .aca-products .product-content, .dpp-accessories .aca-products .product-content, .dpp-checkout .aca-products .product-content {
    width: 100%;
    border-radius: 25px;
    background: #ffffff !important;
    padding: 10px 18px 20px 18px !important;
    -webkit-box-shadow: 0px 5px 12px 1px #d1d1d1;
    box-shadow: 0px 5px 12px 1px #d1d1d1
}

@media only screen and (min-width: 1024px) {
    .dpp-select-product .aca-products .product-content, .dpp-covered-product .aca-products .product-content, .dpp-accessories .aca-products .product-content, .dpp-checkout .aca-products .product-content {
        max-width: 100% !important
    }
}

@media only screen and (max-width: 500px) {
    .dpp-select-product .aca-products .product-content, .dpp-covered-product .aca-products .product-content, .dpp-accessories .aca-products .product-content, .dpp-checkout .aca-products .product-content {
        max-width: 100% !important
    }
}

.dpp-select-product .aca-products .product-content .btn, .dpp-covered-product .aca-products .product-content .btn, .dpp-accessories .aca-products .product-content .btn, .dpp-checkout .aca-products .product-content .btn {
    margin-bottom: 20px
}

.dpp-select-product .img-description, .dpp-covered-product .img-description, .dpp-accessories .img-description, .dpp-checkout .img-description {
    color: #454545;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

    .dpp-select-product .img-description ul, .dpp-covered-product .img-description ul, .dpp-accessories .img-description ul, .dpp-checkout .img-description ul {
        list-style: disc
    }

@media only screen and (max-width: 767px) {
    .dpp-select-product .img-description, .dpp-covered-product .img-description, .dpp-accessories .img-description, .dpp-checkout .img-description {
        display: none
    }
}

.dpp-select-product .product-compare-control fieldset, .dpp-covered-product .product-compare-control fieldset, .dpp-accessories .product-compare-control fieldset, .dpp-checkout .product-compare-control fieldset {
    color: #f58220;
    font-weight: 700;
    text-transform: capitalize
}

.dpp-select-product .product-compare-control input[type="radio"], .dpp-covered-product .product-compare-control input[type="radio"], .dpp-accessories .product-compare-control input[type="radio"], .dpp-checkout .product-compare-control input[type="radio"] {
    width: 19px;
    height: 19px !important;
    position: relative;
    margin-right: 5px;
    margin-top: 4px
}

.dpp-select-product .product-compare-control span, .dpp-covered-product .product-compare-control span, .dpp-accessories .product-compare-control span, .dpp-checkout .product-compare-control span {
    position: absolute;
    margin: 1px 0 0 5px;
    font-size: 1.1em;
    text-transform: none
}

.dpp-select-product .flex-container, .dpp-covered-product .flex-container, .dpp-accessories .flex-container, .dpp-checkout .flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.dpp-select-product .flex-item, .dpp-covered-product .flex-item, .dpp-accessories .flex-item, .dpp-checkout .flex-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto
}

.dpp-select-product .btn, .dpp-covered-product .btn, .dpp-accessories .btn, .dpp-checkout .btn {
    float: right;
    background-color: #f58220;
    background-image: none;
    border: none;
    color: #ffffff;
    border-radius: 25px;
    margin-top: 15px;
    padding: 0.7em 2em 0.7em;
    font-size: 0.9em
}

    .dpp-select-product .btn .fa, .dpp-covered-product .btn .fa, .dpp-accessories .btn .fa, .dpp-checkout .btn .fa {
        font-size: 0.8em;
        margin-left: 2px;
        display: inline
    }

    .dpp-select-product .btn:hover, .dpp-covered-product .btn:hover, .dpp-accessories .btn:hover, .dpp-checkout .btn:hover {
        background-color: #ffc52b;
        background-image: none;
        color: #353535
    }

        .dpp-select-product .btn:hover .fa, .dpp-covered-product .btn:hover .fa, .dpp-accessories .btn:hover .fa, .dpp-checkout .btn:hover .fa {
            color: #353535
        }

.dpp-select-product .aca-products .actions, .dpp-covered-product .aca-products .actions, .dpp-accessories .aca-products .actions, .dpp-checkout .aca-products .actions {
    height: 50px
}

    .dpp-select-product .aca-products .actions .btn, .dpp-covered-product .aca-products .actions .btn, .dpp-accessories .aca-products .actions .btn, .dpp-checkout .aca-products .actions .btn {
        padding: 10px 50px
    }

.dpp-select-product .actions .upgrade a.btn.dpp-upgrade-pump, .dpp-covered-product .actions .upgrade a.btn.dpp-upgrade-pump, .dpp-accessories .actions .upgrade a.btn.dpp-upgrade-pump, .dpp-checkout .actions .upgrade a.btn.dpp-upgrade-pump {
    font-size: 0.9em;
    width: 205px;
    padding: 0.7em 2em 0.7em;
    float: none;
    margin: 0 auto;
    text-align: center
}

    .dpp-select-product .actions .upgrade a.btn.dpp-upgrade-pump:hover, .dpp-covered-product .actions .upgrade a.btn.dpp-upgrade-pump:hover, .dpp-accessories .actions .upgrade a.btn.dpp-upgrade-pump:hover, .dpp-checkout .actions .upgrade a.btn.dpp-upgrade-pump:hover {
        background-color: #ffc52b;
        background-image: none;
        color: #353535
    }

        .dpp-select-product .actions .upgrade a.btn.dpp-upgrade-pump:hover .fa, .dpp-covered-product .actions .upgrade a.btn.dpp-upgrade-pump:hover .fa, .dpp-accessories .actions .upgrade a.btn.dpp-upgrade-pump:hover .fa, .dpp-checkout .actions .upgrade a.btn.dpp-upgrade-pump:hover .fa {
            color: #353535
        }

.dpp-select-product .dpp-no-thanks, .dpp-covered-product .dpp-no-thanks, .dpp-accessories .dpp-no-thanks, .dpp-checkout .dpp-no-thanks {
    float: left
}

@media only screen and (max-width: 767px) {
    .dpp-select-product .dpp-no-thanks, .dpp-covered-product .dpp-no-thanks, .dpp-accessories .dpp-no-thanks, .dpp-checkout .dpp-no-thanks {
        float: none !important
    }
}

.dpp-select-product .panel, .dpp-covered-product .panel, .dpp-accessories .panel, .dpp-checkout .panel {
    background-color: transparent;
    border: 0
}

.dpp-select-product .form-group, .dpp-covered-product .form-group, .dpp-accessories .form-group, .dpp-checkout .form-group {
    margin-bottom: 1.8em
}

.dpp-select-product label, .dpp-covered-product label, .dpp-accessories label, .dpp-checkout label {
    margin-bottom: 10px;
    font-size: 1em;
    display: block;
    color: #454545
}

.dpp-select-product input, .dpp-select-product select, .dpp-select-product legend, .dpp-covered-product input, .dpp-covered-product select, .dpp-covered-product legend, .dpp-accessories input, .dpp-accessories select, .dpp-accessories legend, .dpp-checkout input, .dpp-checkout select, .dpp-checkout legend {
    font-size: 1em;
    color: #454545
}

.dpp-select-product legend, .dpp-covered-product legend, .dpp-accessories legend, .dpp-checkout legend {
    line-height: 1.5em
}

.dpp-select-product .img-wrapper, .dpp-covered-product .img-wrapper, .dpp-accessories .img-wrapper, .dpp-checkout .img-wrapper {
    height: 170px
}

    .dpp-select-product .img-wrapper img, .dpp-covered-product .img-wrapper img, .dpp-accessories .img-wrapper img, .dpp-checkout .img-wrapper img {
        max-width: 270px;
        width: 100%
    }

.dpp-select-product .price, .dpp-covered-product .price, .dpp-accessories .price, .dpp-checkout .price {
    height: auto !important;
    margin: 20px 0
}

    .dpp-select-product .price p, .dpp-covered-product .price p, .dpp-accessories .price p, .dpp-checkout .price p {
        margin-bottom: 0.5em
    }

.dpp-select-product .dpp-your-price .dpp-your-price-text, .dpp-covered-product .dpp-your-price .dpp-your-price-text, .dpp-accessories .dpp-your-price .dpp-your-price-text, .dpp-checkout .dpp-your-price .dpp-your-price-text {
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: bold
}

.dpp-select-product .dpp-your-price .amt, .dpp-covered-product .dpp-your-price .amt, .dpp-accessories .dpp-your-price .amt, .dpp-checkout .dpp-your-price .amt {
    font-size: 1.8em !important;
    color: #666666 !important;
    font-weight: normal !important;
    margin-top: -4px
}

.dpp-select-product .dpp-retail-price .dpp-retail-price-text, .dpp-covered-product .dpp-retail-price .dpp-retail-price-text, .dpp-accessories .dpp-retail-price .dpp-retail-price-text, .dpp-checkout .dpp-retail-price .dpp-retail-price-text {
    font-size: 1.2em
}

.dpp-select-product .dpp-retail-price .amt, .dpp-covered-product .dpp-retail-price .amt, .dpp-accessories .dpp-retail-price .amt, .dpp-checkout .dpp-retail-price .amt {
    font-size: 1.4em !important
}

.dpp-select-product .dpp-your-savings .dpp-your-savings-text, .dpp-covered-product .dpp-your-savings .dpp-your-savings-text, .dpp-accessories .dpp-your-savings .dpp-your-savings-text, .dpp-checkout .dpp-your-savings .dpp-your-savings-text {
    font-size: 1.2em
}

.dpp-select-product .dpp-your-savings .amt, .dpp-covered-product .dpp-your-savings .amt, .dpp-accessories .dpp-your-savings .amt, .dpp-checkout .dpp-your-savings .amt {
    font-size: 1.4em !important
}

@media only screen and (max-width: 767px) {
    .dpp-select-product .block.small, .dpp-covered-product .block.small, .dpp-accessories .block.small, .dpp-checkout .block.small {
        text-align: center
    }
}

.dpp-select-product .fancybox-fsa, .dpp-covered-product .fancybox-fsa, .dpp-accessories .fancybox-fsa, .dpp-checkout .fancybox-fsa {
    position: inherit !important
}

.dpp-select-product dt label, .dpp-covered-product dt label, .dpp-accessories dt label, .dpp-checkout dt label {
    display: inline-block
}

.dpp-select-product dt input, .dpp-covered-product dt input, .dpp-accessories dt input, .dpp-checkout dt input {
    margin-right: 10px
}

.dpp-select-product dd, .dpp-covered-product dd, .dpp-accessories dd, .dpp-checkout dd {
    margin-bottom: 20px
}

.purchase-confirmation .dpp-checkout .dpp-confirm-flex .info {
    margin-bottom: 30px
}

.purchase-selectpump .aca-products .product-content .img-title {
    font-size: 13px;
    margin: 45px 0 0;
    height: 55px
}

    .purchase-selectpump .aca-products .product-content .img-title a {
        text-align: center;
        color: #454545;
        font-size: 1.2em;
        font-weight: 700;
        line-height: 1.4em
    }

.purchase-selectpump .aca-products .product-content .expand-toggle {
    text-align: center;
    cursor: pointer;
    color: #f58220;
    font-weight: 700;
    font-size: 0.9em;
    margin-bottom: 5px
}

.register-patientinformation .img-name {
    margin-bottom: 0.5em !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.register-patientinformation .expand-toggle {
    text-align: center;
    cursor: pointer;
    color: #f58220;
    font-weight: 700;
    font-size: 0.9em;
    margin: 0 auto 15px
}

.purchase-selectaccessories .dpp-off-color-background .title-content button.btn {
    margin: 50px 0 25px
}

@media only screen and (max-width: 767px) {
    .purchase-selectaccessories .dpp-off-color-background .title-content button.btn {
        margin: 0 auto 20px;
        padding: 10px 40px;
        font-size: 1.2em
    }
}

.purchase-selectaccessories .aca-products .product-content .img-title, .register-patientinformation .aca-products .product-content .img-title {
    font-size: 13px;
    margin: 10px 0 0;
    height: 60px
}

    .purchase-selectaccessories .aca-products .product-content .img-title a, .register-patientinformation .aca-products .product-content .img-title a {
        text-align: center;
        color: #454545;
        font-size: 1.2em;
        font-weight: 700;
        line-height: 1.4em
    }

.register-patientinformation .dpp-tooltip, .purchase-momandphysician .dpp-tooltip, .lookup-patientinformation .dpp-tooltip {
    position: relative;
    display: inline
}

.register-patientinformation .tooltip-trigger-icon, .purchase-momandphysician .tooltip-trigger-icon, .lookup-patientinformation .tooltip-trigger-icon {
    font-size: 1em
}

.register-patientinformation .dpp-tooltip .tooltip-content, .purchase-momandphysician .dpp-tooltip .tooltip-content, .lookup-patientinformation .dpp-tooltip .tooltip-content {
    display: block;
    visibility: hidden;
    position: absolute;
    bottom: 30px;
    left: 50%;
    min-width: 240px;
    min-height: 30px;
    padding: 10px;
    border-radius: 6px;
    color: #fff;
    vertical-align: middle;
    font-size: 11px;
    line-height: 1.23077;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    transform: translateX(-50%);
    transition: visibility .3s,opacity .3s
}

@media only screen and (max-width: 570px) {
    .register-patientinformation .dpp-tooltip .tooltip-content, .purchase-momandphysician .dpp-tooltip .tooltip-content, .lookup-patientinformation .dpp-tooltip .tooltip-content {
        left: -30px;
        min-width: 140px
    }
}

.register-patientinformation .dpp-tooltip .tooltip-content:after, .purchase-momandphysician .dpp-tooltip .tooltip-content:after, .lookup-patientinformation .dpp-tooltip .tooltip-content:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -8px;
    border-top: 8px solid rgba(0,0,0,0.5);
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}

@media only screen and (max-width: 570px) {
    .register-patientinformation .dpp-tooltip .tooltip-content:after, .purchase-momandphysician .dpp-tooltip .tooltip-content:after, .lookup-patientinformation .dpp-tooltip .tooltip-content:after {
        left: 76%
    }
}

.register-patientinformation .dpp-tooltip:hover .tooltip-content, .purchase-momandphysician .dpp-tooltip:hover .tooltip-content, .lookup-patientinformation .dpp-tooltip:hover .tooltip-content {
    visibility: visible;
    z-index: 8;
    opacity: 1
}

.purchase-selectpump .dpp-tooltip {
    position: relative;
    display: inline
}

.purchase-selectpump .tooltip-trigger-icon {
    font-size: 1em
}

.purchase-selectpump .dpp-tooltip .tooltip-content {
    display: block;
    visibility: hidden;
    position: absolute;
    bottom: 30px;
    left: 50%;
    min-width: 380px;
    min-height: 30px;
    padding: 10px;
    border-radius: 6px;
    color: #fff;
    vertical-align: middle;
    font-size: 12px;
    line-height: 18px;
    background-color: rgba(0,0,0,0.7);
    opacity: 0;
    transform: translateX(-50%);
    transition: visibility .3s,opacity .3s;
    font-style: normal
}

@media only screen and (max-width: 490px) {
    .purchase-selectpump .dpp-tooltip .tooltip-content {
        left: -80px;
        min-width: 250px;
        font-size: 11px;
        line-height: 16px
    }
}

.purchase-selectpump .dpp-tooltip .tooltip-content:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -6px;
    border-top: 8px solid rgba(0,0,0,0.7);
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}

@media only screen and (max-width: 490px) {
    .purchase-selectpump .dpp-tooltip .tooltip-content:after {
        left: 86%
    }
}

.purchase-selectpump .dpp-tooltip:hover .tooltip-content {
    visibility: visible;
    z-index: 8;
    opacity: 1
}

.purchase-selectaccessories .dpp-tooltip {
    position: relative;
    display: inline
}

.purchase-selectaccessories .tooltip-trigger-icon {
    font-size: 1em
}

.purchase-selectaccessories .dpp-tooltip .tooltip-content {
    display: block;
    visibility: hidden;
    position: absolute;
    bottom: 30px;
    left: 50%;
    min-width: 380px;
    min-height: 30px;
    padding: 10px;
    border-radius: 6px;
    color: #fff;
    vertical-align: middle;
    font-size: 12px;
    line-height: 18px;
    background-color: rgba(0,0,0,0.7);
    opacity: 0;
    transform: translateX(-50%);
    transition: visibility .3s,opacity .3s;
    font-style: normal
}

@media only screen and (max-width: 520px) {
    .purchase-selectaccessories .dpp-tooltip .tooltip-content {
        left: -90px;
        min-width: 250px;
        font-size: 11px;
        line-height: 16px
    }
}

@media only screen and (max-width: 350px) {
    .purchase-selectaccessories .dpp-tooltip .tooltip-content {
        left: 110px
    }
}

.purchase-selectaccessories .dpp-tooltip .tooltip-content:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -6px;
    border-top: 8px solid rgba(0,0,0,0.7);
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}

@media only screen and (max-width: 520px) {
    .purchase-selectaccessories .dpp-tooltip .tooltip-content:after {
        left: 90%
    }
}

@media only screen and (max-width: 350px) {
    .purchase-selectaccessories .dpp-tooltip .tooltip-content:after {
        left: 10%
    }
}

.purchase-selectaccessories .dpp-tooltip:hover .tooltip-content {
    visibility: visible;
    z-index: 8;
    opacity: 1
}

.dpp-summary-tooltip {
    position: relative;
    display: inline
}

.tooltip-trigger-icon {
    font-size: 1em
}

.dpp-summary-tooltip .tooltip-content {
    display: block;
    visibility: hidden;
    position: absolute;
    bottom: 30px;
    left: 80px;
    min-width: 200px;
    min-height: 30px;
    padding: 10px;
    border-radius: 6px;
    color: #fff;
    vertical-align: middle;
    font-size: 12px;
    line-height: 18px;
    background-color: rgba(0,0,0,0.7);
    opacity: 0;
    transform: translateX(-50%);
    transition: visibility .3s,opacity .3s;
    font-style: normal
}

@media only screen and (max-width: 995px) {
    .dpp-summary-tooltip .tooltip-content {
        min-width: 150px;
        left: 61px
    }
}

.dpp-summary-tooltip .tooltip-content:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 12%;
    width: 0;
    height: 0;
    margin-left: -5px;
    border-top: 8px solid rgba(0,0,0,0.7);
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}

.dpp-summary-tooltip:hover .tooltip-content {
    visibility: visible;
    z-index: 9;
    opacity: 1
}

.dpp-covered-product .upgrade {
    padding: 10px 0 0 0
}

    .dpp-covered-product .upgrade input[type="radio"] {
        width: 19px;
        height: 19px !important;
        position: relative;
        margin-right: 5px;
        margin-top: 4px
    }

    .dpp-covered-product .upgrade span {
        position: absolute;
        margin: 1px 0 0 1px;
        font-size: 1.1em;
        text-transform: none;
        color: #f58220;
        font-weight: 600
    }

.dpp-covered-product {
    padding-bottom: 0;
    color: #454545
}

    .dpp-covered-product h2.section-title {
        margin: 50px 0 20px;
        text-transform: uppercase
    }

@media only screen and (max-width: 767px) {
    .dpp-covered-product h2.section-title {
        margin: 15px 0 10px;
        font-size: 2.4em
    }
}

.dpp-covered-product h3 {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
    color: #454545
}

@media only screen and (max-width: 767px) {
    .dpp-covered-product h3 {
        padding-left: 20px;
        font-size: 1.4em
    }
}

.dpp-covered-product .dpp-available-upgrade {
    padding-top: 20px
}

.dpp-covered-product .img-description ul {
    list-style: disc
}

.dpp-covered-product a.aca-progress-upgrade-pump {
    margin: 0 5px
}

@media only screen and (max-width: 767px) {
    .dpp-covered-product a.aca-progress-upgrade-pump {
        float: none;
        margin: 0 auto;
        display: block;
        width: 100%;
        max-width: 250px;
        text-align: center
    }
}

.dpp-covered-product .product-content.dpp-covered-long-product {
    padding: 10px 30px !important
}

.dpp-covered-product .dpp-covered-long-product {
    width: 100%;
    max-width: 100% !important
}

    .dpp-covered-product .dpp-covered-long-product .img-wrapper {
        margin: 0 !important
    }

        .dpp-covered-product .dpp-covered-long-product .img-wrapper img {
            max-width: 285px
        }

    .dpp-covered-product .dpp-covered-long-product .img-name {
        margin-bottom: 0 !important
    }

    .dpp-covered-product .dpp-covered-long-product .dpp-long-product-description {
        padding: 2% 20px
    }

        .dpp-covered-product .dpp-covered-long-product .dpp-long-product-description h4.img-title {
            font-size: 1.5em;
            margin: 17px 0 0;
            display: inline-block
        }

            .dpp-covered-product .dpp-covered-long-product .dpp-long-product-description h4.img-title a {
                text-align: left
            }

@media only screen and (max-width: 767px) {
    .dpp-covered-product .dpp-covered-long-product .dpp-long-product-description h4.img-title {
        font-size: 1.1em;
        margin: 0
    }
}

.dpp-covered-product .disclaimer {
    margin: 0 5px 20px;
    font-size: 0.9em
}

.slide-caption {
    padding-top: 0
}

ul.flex-direction-nav {
    display: none
}

@media only screen and (max-width: 767px) {
    ol.flex-control-nav.flex-control-paging a {
        height: 15px !important
    }
}

.dpp-accessories {
    padding-bottom: 0
}

    .dpp-accessories .dpp-off-color-background {
        padding-bottom: 14px
    }

    .dpp-accessories ul.accessories {
        margin-top: 0 !important
    }

    .dpp-accessories h1.section-title {
        margin-top: 20px
    }

    .dpp-accessories h2.dpp-covered-title {
        text-transform: uppercase;
        margin: 50px 0 20px
    }

@media only screen and (max-width: 767px) {
    .dpp-accessories h2.dpp-covered-title {
        margin: 10px 0 10px;
        font-size: 2.4em
    }
}

.dpp-accessories h3 {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 5px;
    color: #454545;
    text-align: left
}

@media only screen and (max-width: 767px) {
    .dpp-accessories h3 {
        font-size: 1.4em;
        padding-left: 20px
    }
}

.dpp-accessories p.dpp-mobile-center {
    text-align: left;
    display: inline-block;
    color: #454545;
    font-style: italic;
    font-size: 1em;
    font-weight: inherit
}

@media only screen and (max-width: 767px) {
    .dpp-accessories p.dpp-mobile-center {
        padding-left: 20px
    }
}

.dpp-accessories p.dpp-fsa-save {
    text-align: left;
    display: inline-block;
    font-style: italic;
    font-size: 1.2em;
    color: #454545
}

.dpp-accessories .btn {
    color: #ffffff;
    margin-bottom: 35px
}

@media only screen and (max-width: 767px) {
    .dpp-accessories .btn {
        margin: 0 auto 20px;
        display: block;
        float: none
    }
}

.dpp-accessories .add-to-cart {
    margin: 20px auto
}

.dpp-accessories .img-name {
    clear: both;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.dpp-accessories .minus, .dpp-accessories .plus, .dpp-accessories .cart_minus, .dpp-accessories .cart_plus {
    margin: 0 10px;
    border-radius: 100%;
    width: 27px !important;
    height: 27px !important;
    border: none;
    color: #ffffff;
    background-color: #f58220
}

.dpp-accessories .quantity {
    margin: 10px auto;
    text-align: center
}

    .dpp-accessories .quantity .minus, .dpp-accessories .quantity .plus {
        margin: 0 15px;
        border-radius: 100%;
        width: 27px !important;
        height: 27px !important;
        border: none;
        color: #ffffff;
        background-color: #f58220;
        font-weight: bold;
        padding-bottom: 3px
    }

        .dpp-accessories .quantity .minus:hover, .dpp-accessories .quantity .plus:hover {
            background-color: #9a1f61
        }

        .dpp-accessories .quantity .minus.disabled, .dpp-accessories .quantity .minus[disabled], .dpp-accessories .quantity .plus.disabled, .dpp-accessories .quantity .plus[disabled] {
            color: #999 !important;
            background: #ccc !important;
            text-shadow: 1px 1px 1px #fff;
            cursor: not-allowed !important
        }

    .dpp-accessories .quantity .selectedQuantity {
        font-size: 1.8em;
        font-weight: 700;
        padding: 6px 0 0;
        width: 20px;
        color: #000000
    }

.dpp-accessories .plurb {
    text-align: center;
    display: block;
    margin-bottom: 20px
}

.dpp-accessories button.addToCart {
    width: 180px;
    text-align: center;
    margin: 20px auto;
    float: none;
    padding: 11px
}

.dpp-accessories h4.img-title {
    margin-top: 25px
}

.dpp-accessories .description-accessories p {
    color: #454545
}

.dpp-accessories .actions span.fa-exclamation-triangle {
    color: #cc0000
}

.dpp-accessories .price {
    color: #353535
}

.dpp-accessories .view-accessories {
    text-align: right;
    font-size: 1.3em;
    padding-right: 15px;
    font-weight: 600
}

@media only screen and (max-width: 767px) {
    .full-column {
        margin-bottom: 30px
    }
}

section.dpp-aca {
    padding: 0
}

    section.dpp-aca header.section-header {
        margin: 0 0 20px 0
    }

.purchase-order .dpp-checkout .aca-no-account a.btn {
    float: none
}

.purchase-order .dpp-checkout p.order-title {
    text-transform: uppercase
}

.purchase-order .dpp-checkout .form-group-checkbox {
    margin-bottom: 0
}

    .purchase-order .dpp-checkout .form-group-checkbox p.checkbox {
        font-size: 1.2em;
        margin: 0
    }

    .purchase-order .dpp-checkout .form-group-checkbox label {
        font-size: 0.8em
    }

.dpp-checkout {
    padding: 0;
    margin-top: 0 !important
}

    .dpp-checkout .checkout-wrap {
        margin: 40px auto 10px
    }

@media only screen and (max-width: 990px) {
    .dpp-checkout .checkout-wrap {
        margin: 15px auto 0
    }
}

@media only screen and (max-width: 990px) {
    .dpp-checkout .checkout-wrap ul.checkout-bar {
        padding-top: 10px
    }
}

.dpp-checkout .checkout-wrap ul.checkout-bar li {
    margin: 20px 0
}

@media only screen and (max-width: 990px) {
    .dpp-checkout .checkout-wrap ul.checkout-bar li {
        display: inline-block;
        font-size: 16px;
        padding: 0px 5px 0px 15px;
        margin: 5px 0
    }
}

@media only screen and (max-width: 767px) {
    .dpp-checkout .checkout-wrap ul.checkout-bar li {
        color: #000000
    }
}

@media only screen and (max-width: 375px) {
    .dpp-checkout .checkout-wrap ul.checkout-bar li {
        font-size: 15px
    }
}

.dpp-checkout .checkout-wrap:after {
    content: "";
    display: block;
    border-bottom: 5px solid #FFC600;
    width: 80px;
    position: absolute;
    bottom: 0;
    margin-left: 12px
}

@media only screen and (max-width: 990px) {
    .dpp-checkout .checkout-wrap:after {
        margin-left: 19px
    }
}

.dpp-checkout fieldset.fieldset-alt:after {
    display: none
}

.dpp-checkout fieldset.fieldset-alt .form-date-of-birth {
    padding-left: 0;
    margin-bottom: 1.3em
}

    .dpp-checkout fieldset.fieldset-alt .form-date-of-birth:after {
        content: "";
        display: block;
        border-bottom: 5px solid #FFC600;
        width: 80px;
        margin-top: 10px
    }

    .dpp-checkout fieldset.fieldset-alt .form-date-of-birth span.fa-calendar {
        color: #666666
    }

        .dpp-checkout fieldset.fieldset-alt .form-date-of-birth span.fa-calendar:hover {
            color: #666666
        }

.dpp-checkout .checkout-bar li.active:after {
    display: none
}

.dpp-checkout h1 {
    margin-bottom: 30px
}

.dpp-checkout h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #454545;
    text-align: left
}

    .dpp-checkout h3 .dpp-lower {
        text-transform: lowercase
    }

.dpp-checkout .row {
    max-width: 1200px
}

.dpp-checkout .minus, .dpp-checkout .plus, .dpp-checkout .cart_minus, .dpp-checkout .cart_plus {
    margin: 0px 5px;
    border-radius: 100%;
    width: 23px !important;
    height: 23px !important;
    border: none;
    color: #ffffff;
    background-color: #f58220;
    font-weight: bold;
    font-size: 1.1em;
    padding: 0px
}

    .dpp-checkout .minus:hover, .dpp-checkout .plus:hover, .dpp-checkout .cart_minus:hover, .dpp-checkout .cart_plus:hover {
        background-color: #9a1f61
    }

@media only screen and (max-width: 1000px) {
    .dpp-checkout .cart_minus, .dpp-checkout .cart_plus {
        margin: 0
    }
}

@media only screen and (max-width: 820px) {
    .dpp-checkout .cart_minus, .dpp-checkout .cart_plus {
        margin: 0 10px
    }
}

.dpp-checkout .dpp-white-background {
    padding: 20px;
    border-radius: 25px
}

.dpp-checkout td.quantity {
    min-width: 135px
}

.dpp-checkout .file-upload .btn-file-upload {
    border-radius: 25px;
    padding: 10px;
    font-size: 1.2em;
    max-width: 200px;
    margin-top: 20px
}

.dpp-checkout fieldset:after {
    content: "";
    display: block;
    border-bottom: 5px solid #FFC600;
    margin: 15px 10px 20px 0;
    width: 80px;
    clear: both
}

.dpp-checkout .dpp-with-after:after {
    content: "";
    display: block;
    border-bottom: 5px solid #FFC600;
    margin: 15px 10px 20px 10px;
    width: 80px
}

.dpp-checkout .dpp-without-after:after {
    display: none
}

.dpp-checkout input[type=radio] {
    width: 19px;
    height: 19px
}

.dpp-checkout span.text {
    display: block;
    margin-left: 10px;
    margin-top: 2px
}

.dpp-checkout .radio-group {
    margin: 0
}

.dpp-checkout .dpp-cart-item-block, .dpp-checkout .dpp-cart-item-totals, .dpp-checkout .dpp-cart-item-your-totals {
    color: #363636
}

.dpp-checkout .dpp-cart-item-totals {
    margin-bottom: 5px
}

.dpp-checkout span.fa {
    font-size: 1em
}

    .dpp-checkout span.fa:hover {
        color: #4a4a4a
    }

@media only screen and (max-width: 945px) {
    .dpp-checkout .content-right {
        margin-top: 30px
    }
}

@media only screen and (max-width: 910px) {
    .dpp-checkout .content-right .dpp-white-background {
        padding: 20px 5px
    }
}

@media only screen and (max-width: 767px) {
    .dpp-checkout .content-right .dpp-white-background {
        padding: 20px
    }
}

@media only screen and (max-width: 945px) {
    .dpp-checkout .content-right .dpp-white-background .dpp-order-header, .dpp-checkout .content-right .dpp-white-background .dpp-edit-header {
        font-size: 1.2em
    }
}

@media only screen and (max-width: 945px) {
    .dpp-checkout .item-summary {
        margin-top: 30px
    }
}

.dpp-checkout-review-items h2 {
    display: none
}

.section.dpp-shipping-address {
    background-color: #f8f8f8;
    margin: 0
}

    .section.dpp-shipping-address .row {
        max-width: 1200px;
        background-color: #ffffff;
        border-radius: 15px;
        padding: 20px
    }

@media only screen and (max-width: 767px) {
    .section.dpp-shipping-address .row {
        margin: 0 15px;
        padding: 20px 5px
    }
}

@media only screen and (max-width: 767px) {
    .section.dpp-shipping-address .address-entered {
        margin-bottom: 40px
    }
}

.section.dpp-shipping-address h6 {
    color: #4a4a4a;
    font-size: 1.1em
}

.section.dpp-shipping-address button.btn {
    background-image: none;
    border-radius: 45px;
    border: none;
    background-color: #f58220;
    padding: 0.7em 2em 0.7em;
    font-size: 0.9em;
    color: #ffffff
}

    .section.dpp-shipping-address button.btn:hover {
        background-color: #ffc52b;
        color: #353535
    }

.section-aca-navigation.row {
    max-width: 1200px
}

#dpp-footer .row {
    max-width: 1200px
}

.dpp-color-divider {
    display: block;
    height: 8px;
    margin: 25px 0 40px;
    background-color: #FFC600
}

.section-select-product .dpp-color-divider {
    height: 7px !important
}

.dpp-off-color-background {
    background-color: #F8F8F8;
    padding-bottom: 40px;
    clear: both
}

@media only screen and (max-width: 767px) {
    .dpp-off-color-background {
        padding-bottom: 30px
    }
}

.dpp-border-box {
    border-radius: 25px;
    background: #ffffff;
    padding: 40px;
    overflow: hidden
}

@media only screen and (max-width: 767px) {
    .dpp-border-box {
        padding: 30px
    }
}

.dpp-covered-title {
    margin-bottom: 20px
}

.dpp-covered-subtext {
    font-size: 1em;
    margin-bottom: 20px;
    color: #454545
}

@media only screen and (max-width: 767px) {
    .dpp-covered-subtext {
        display: none
    }
}

.dpp-btn-group {
    float: right
}

#dpp-shopping-cart {
    height: 46px;
    text-align: right
}

    #dpp-shopping-cart.on {
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        border-bottom: 1px solid #fff
    }

.dpp-review-modal {
    border: none !important;
    position: absolute;
    right: 27px;
    top: 0;
    z-index: 50;
    width: 50%
}

@media only screen and (max-width: 945px) {
    .dpp-review-modal {
        top: 83px;
        width: 100%;
        max-width: 400px;
        right: 10px
    }
}

@media only screen and (max-width: 485px) {
    .dpp-review-modal {
        max-width: 300px
    }
}

@media only screen and (max-width: 532px) {
    .dpp-review-modal .cart_minus, .dpp-review-modal .cart_plus {
        margin: 0
    }
}

.dpp-review-modal .dpp-off-color-background {
    background-color: #ffffff;
    padding-bottom: 0
}

.dpp-review-modal .modal-container {
    background-color: #f8f8f8;
    max-width: 700px;
    width: 100%;
    padding: 20px 20px 0 20px;
    border: 1px solid;
    border-top: none
}

@media only screen and (max-width: 767px) {
    .dpp-review-modal .modal-container {
        padding: 15px 15px 0 15px
    }
}

.dpp-review-modal .modal-container h2 {
    font-size: 2em;
    font-weight: 600;
    margin: 0;
    color: #000000
}

@media only screen and (max-width: 767px) {
    .dpp-review-modal .modal-container h2 {
        font-size: 1.5em;
        padding: 10px
    }
}

.dpp-review-modal .modal-container .quantity {
    text-align: left
}

    .dpp-review-modal .modal-container .quantity .cart_minus, .dpp-review-modal .modal-container .quantity .cart_plus {
        background-color: #f58220;
        font-weight: bold
    }

        .dpp-review-modal .modal-container .quantity .cart_minus:hover, .dpp-review-modal .modal-container .quantity .cart_plus:hover {
            background-color: #9a1f61
        }

.dpp-review-modal .dpp-cart-container {
    clear: both
}

.dpp-review-modal .dpp-cart-item-image img {
    width: 50%
}

.dpp-close {
    top: 10px !important;
    background-color: #ffffff;
    border: 1px solid #999999;
    border-radius: 100%;
    font-weight: 700;
    padding: 0.25em 0.2em 0.25em 0.55em;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 35px;
    cursor: pointer
}

    .dpp-close:hover {
        background-color: #999999;
        color: #ffffff
    }

.purchase-selectaccessories h1.section-title {
    background: none !important
}

.purchase-shippingoptions .error a {
    color: #c00;
    text-decoration: underline
}

    .purchase-shippingoptions .error a:hover {
        color: #a50303
    }

.dpp-confirm {
    margin: 20px 0
}

    .dpp-confirm .dpp-white-background {
        overflow: hidden
    }

.dpp-cart-container {
    overflow: hidden;
    padding: 10px
}

.dpp-order-header, .dpp-edit-header {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1em;
    margin-bottom: 20px;
    overflow: hidden
}

@media only screen and (max-width: 767px) {
    .dpp-order-header, .dpp-edit-header {
        font-size: 1.1em
    }
}

.dpp-order-header a, .dpp-edit-header a {
    color: #f58220;
    text-decoration: none
}

    .dpp-order-header a:hover, .dpp-edit-header a:hover {
        color: #9a1f61
    }

.dpp-cart-item-image {
    border-bottom: 1px solid #666666;
    padding-bottom: 20px;
    margin-bottom: 20px
}

    .dpp-cart-item-image img {
        padding-top: 5px;
        width: 100%
    }

@media only screen and (max-width: 767px) {
    .dpp-cart-item-image img {
        max-width: 300px;
        width: 100%;
        display: block;
        margin: 0 auto;
        float: none
    }
}

.dpp-cart-item-block {
    border-bottom: 1px solid #666666;
    padding: 0 20px 0 20px;
    margin-bottom: 20px
}

@media only screen and (max-width: 820px) {
    .dpp-cart-item-block {
        padding: 0 10px 20px
    }
}

.dpp-cart-item-name {
    font-weight: 700;
    font-size: 1.1em
}

.dpp-cart-item-plus-minus {
    margin: 20px 0
}

    .dpp-cart-item-plus-minus .cart_selectedQuantity {
        font-weight: 700;
        font-size: 1.4em
    }

.dpp-cart-item-number, .dpp-cart-item-quantity, .dpp-cart-item-your-price {
    font-size: 1em
}

.dpp-cart-item-totals {
    font-size: 1.2em;
    margin-bottom: 10px
}

.dpp-cart-item-your-totals {
    font-size: 1.2em;
    font-weight: 700
}

    .dpp-cart-item-your-totals .totalPrice {
        font-size: 1.15em;
        font-weight: 400
    }

span.dpp-price-title {
    padding-top: 4px;
    display: block
}

.dpp-confirmation-section {
    padding-top: 40px
}

.dpp-cart-container small {
    font-size: 0.8em
}

.dpp-confirm-flex .flex-item {
    border-radius: 25px;
    padding: 0;
    margin: 0 10px;
    background-color: #ffffff;
    width: 30.333333%
}

@media only screen and (max-width: 700px) {
    .dpp-confirm-flex .flex-item {
        width: 100%;
        margin-bottom: 15px
    }
}

.dpp-confirm-flex .flex-item .btn {
    margin-bottom: 15px
}

.dpp-confirm-flex .shipping-info {
    margin-top: 40px
}

@media only screen and (max-width: 767px) {
    .dpp-confirm-flex .shipping-info {
        margin-top: 0
    }
}

.dpp-confirm-flex .dpp-white-background {
    background: transparent;
    border-radius: 0
}

.dpp-confirmation-order-summary .dpp-cart-item-image img {
    width: 50%
}

.dpp-testimonials-slider .slick-dots {
    margin: 30px auto 0;
    list-style: none;
    text-align: center;
    padding: 0
}

    .dpp-testimonials-slider .slick-dots li {
        display: inline-block;
        margin: 0 10px
    }

        .dpp-testimonials-slider .slick-dots li.slick-active button {
            background-color: #f58220;
            border: 2px solid #f58220
        }

    .dpp-testimonials-slider .slick-dots button {
        width: 15px;
        height: 15px;
        border: 2px solid #666666;
        background-color: #ffffff;
        border-radius: 25px;
        font-size: 0
    }

        .dpp-testimonials-slider .slick-dots button:hover {
            background-color: #f58220;
            border: 2px solid #f58220
        }

.fa-question-circle, .fa-exclamation-circle {
    color: #f58220 !important
}

.flexslider-products .slide {
    margin-left: -16px;
    margin-right: 14px
}

@media all and (-ms-high-contrast: none) {
    .purchase-selectaccessories .accessories .product-content {
        min-height: 700px !important
    }

    *::-ms-backdrop, .purchase-selectaccessories .accessories .product-content {
        min-height: 700px !important
    }
}

.register-patientinformation .pump-validation-message {
    width: 100%;
    max-width: 250px;
    display: block;
    font-size: 1em;
    margin-bottom: 1.5em
}

@media only screen and (max-width: 767px) {
    .register-patientinformation .pump-validation-message {
        margin: 10px auto;
        text-align: center;
        background-color: #ffffff
    }
}

.register-patientinformation span.pump-validation-message:after, .register-patientinformation span.pump-validation-message:before {
    content: '';
    display: block;
    position: absolute;
    border: solid transparent;
    top: 100%;
    width: 0;
    height: 0
}

.register-patientinformation span.pump-validation-message:after {
    border-color: rgba(255,255,255,0);
    border-top-color: #c00000;
    border-width: 14px;
    left: 65%;
    margin-left: -14px
}

.register-patientinformation span.pump-validation-message:before {
    border-color: rgba(113,158,206,0);
    border-top-color: #ffffff;
    border-width: 13px;
    left: 65%;
    margin-left: -13px
}

.purchase-order .dpp-confirm .loading-icon {
    margin: 20px 15px 0 !important
}

.dpp-progress-bar .clearfix, .dpp-progress-bar .group, .dpp-progress-bar .row, .dpp-progress-bar .btn-group, .dpp-progress-bar .slides, .dpp-progress-bar .border, .dpp-progress-bar .list-callouts {
    clear: both;
    display: block
}

@media only screen and (max-width: 767px) {
    .dpp-progress-bar .wrapper.bar {
        display: none
    }
}

.dpp-progress-bar .arrow-steps {
    margin-bottom: 2.4em;
    padding-left: 10px
}

    .dpp-progress-bar .arrow-steps .step {
        font-size: 1.15em;
        text-align: left;
        color: #000000;
        margin: 0 1px;
        float: left;
        position: relative;
        background-color: #d8d8d8;
        transition: background-color 0.2s ease;
        max-width: 24%;
        width: 100%;
        display: block
    }

        .dpp-progress-bar .arrow-steps .step:after, .dpp-progress-bar .arrow-steps .step:before {
            content: " ";
            position: absolute;
            top: 0;
            right: -17px;
            width: 0;
            height: 0;
            border-top: 24px solid transparent;
            border-bottom: 21px solid transparent;
            border-left: 17px solid #d8d8d8;
            z-index: 2;
            transition: border-color 0.2s ease
        }

        .dpp-progress-bar .arrow-steps .step span {
            display: block;
            padding: 10px 10px 10px 30px
        }

        .dpp-progress-bar .arrow-steps .step a {
            display: block;
            padding: 10px 10px 10px 30px
        }

            .dpp-progress-bar .arrow-steps .step a span {
                padding: 0
            }

        .dpp-progress-bar .arrow-steps .step:before {
            right: auto;
            left: 0;
            border-left: 17px solid #fff;
            z-index: 0
        }

        .dpp-progress-bar .arrow-steps .step:first-child:before {
            border: none
        }

        .dpp-progress-bar .arrow-steps .step:first-child {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px
        }

        .dpp-progress-bar .arrow-steps .step span {
            position: relative
        }

        .dpp-progress-bar .arrow-steps .step.done span:before {
            opacity: 1;
            -webkit-transition: opacity 0.3s ease 0.5s;
            -moz-transition: opacity 0.3s ease 0.5s;
            -ms-transition: opacity 0.3s ease 0.5s;
            transition: opacity 0.3s ease 0.5s
        }

        .dpp-progress-bar .arrow-steps .step.current {
            color: #000000;
            background-color: #ffc52b;
            font-weight: 700
        }

            .dpp-progress-bar .arrow-steps .step.current:after {
                border-left: 17px solid #ffc52b
            }

.dpp-progress-bar .number-status-bar {
    display: none
}

@media only screen and (max-width: 767px) {
    .dpp-progress-bar .number-status-bar {
        display: block
    }
}

.dpp-progress-bar .number-steps {
    text-align: center;
    list-style: none;
    margin: 0 0 2.4em;
    padding-left: 0
}

@media only screen and (max-width: 767px) {
    .dpp-progress-bar .number-steps {
        padding: 0 10px
    }
}

.dpp-progress-bar .number-steps .step {
    display: inline-block;
    margin-right: 25px;
    position: relative
}

@media only screen and (max-width: 767px) {
    .dpp-progress-bar .number-steps .step {
        margin-right: 5px
    }
}

.dpp-progress-bar .number-steps .step .current.number-item {
    background-color: #ffc52b
}

.dpp-progress-bar .number-steps .step .number-item {
    background-color: #d8d8d8;
    font-size: 1.3em;
    color: #000000;
    font-weight: 700;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: -3px
}

.dpp-progress-bar .number-steps .step .content-item {
    font-size: 0.95em;
    color: #000000;
    display: inline-block;
    margin-left: 35px
}

@media only screen and (max-width: 767px) {
    .dpp-progress-bar .number-steps .step .content-item {
        font-size: 0.9em
    }
}

.dpp-progress-bar .number-steps .complete .number-item {
    color: #f58220
}

.dpp-progress-bar .number-steps .complete .content-item {
    color: #f58220
}

    .dpp-progress-bar .number-steps .complete .content-item:hover {
        color: #841b54;
        text-decoration: underline
    }

.dpp-progress-bar .number-steps .current .number-item {
    background-color: #ffc52b
}

.dpp-progress-bar .number-steps .current .content-item {
    font-weight: 700
}

@media only screen and (max-width: 767px) {
    .dpp-progress-bar .number-steps .current .content-item {
        margin-right: 5px
    }
}

.dpp-progress-bar .number-steps .step.current .content-item span {
    display: block
}

.dpp-progress-bar .number-steps .step .content-item span {
    display: none
}

.dpp-covered-product h1.section-title {
    margin-top: 20px
}

.dpp-checkout h1.section-title {
    margin-top: 20px
}

.dpp-checkout .dpp-off-color-background-title {
    background-color: #F8F8F8;
    padding-bottom: 0;
    clear: both
}

    .dpp-checkout .dpp-off-color-background-title h2 {
        font-size: 2.2em;
        font-weight: 700;
        margin: 15px 0 15px
    }

@media only screen and (max-width: 767px) {
    .dpp-checkout .dpp-off-color-background-title h2 {
        font-size: 1.5em
    }
}

body.purchase-addressverification .dpp-progress-bar .arrow-steps {
    margin-bottom: 0
}

body.purchase-addressverification .dpp-progress-bar .number-steps {
    margin: 0
}

body.purchase-addressverification header.section-title-checkout h2 {
    font-size: 1.2em
}

.dpp-checkout label.btn.btn-primary {
    float: left;
    margin-bottom: 2em
}

body.purchase-momandphysician a.togglePrescriptionOptions {
    display: inline-block;
    margin-bottom: 1.3rem;
    cursor: pointer;
    margin-top: 0;
    float: none
}

body.purchase-momandphysician a#PrescriptionLookup {
    display: block;
    float: left;
    clear: both;
    margin: 0 0 20px 10px;
    cursor: pointer
}

body.purchase-momandphysician select#PrescriptionLookupResultsList {
    float: left
}

body.purchase-momandphysician a#PrescriptionPreview {
    display: inline-block;
    clear: both;
    cursor: pointer;
    background-color: none;
    background-image: none;
    border: none;
    color: #f58220;
    border-radius: 25px;
    padding: 0.7em 2em 0.7em;
    font-size: 0.9em;
    font-weight: 600
}

@media only screen and (max-width: 767px) {
    body.purchase-momandphysician a#PrescriptionPreview {
        margin-top: 1em
    }
}

body.purchase-momandphysician a#PrescriptionPreview:hover {
    background-image: none;
    color: #9a2062;
    text-decoration: underline
}

body.purchase-momandphysician h3.healthcare-heading {
    margin-top: 1.6rem
}

body.purchase-momandphysician .group-prescription {
    margin-bottom: 25px
}

body.purchase-momandphysician .npi-info .tooltip-content {
    left: 64px;
    min-width: 210px
}

    body.purchase-momandphysician .npi-info .tooltip-content:after {
        left: 23%
    }

body.purchase-momandphysician .btn-groups {
    margin-top: 1em
}

body.purchase-momandphysician .btn-left {
    float: left;
    margin-left: 0.5em
}

    body.purchase-momandphysician .btn-left .provider-info {
        display: block;
        position: absolute;
        margin-left: 120px;
        top: -5px
    }

        body.purchase-momandphysician .btn-left .provider-info .tooltip-content {
            min-width: 220px
        }

@media only screen and (max-width: 570px) {
    body.purchase-momandphysician .btn-left .provider-info .tooltip-content {
        left: -19px
    }
}

@media only screen and (max-width: 570px) {
    body.purchase-momandphysician .btn-left .provider-info .tooltip-content:after {
        left: 62%
    }
}

body.purchase-momandphysician .btn-left .tooltip-trigger-icon {
    cursor: pointer
}

body.purchase-momandphysician .btn-left button.btn-clear {
    position: relative;
    width: 128px
}

body.purchase-momandphysician .btn-right {
    float: right;
    margin-right: 0.5em
}

@media only screen and (min-width: 1024px) {
    .aca-upgrade-pumps .product.lg-4 {
        max-width: 33.333333%
    }
}

@media only screen and (min-width: 768px) {
    .aca-upgrade-pumps .product.md-4 {
        max-width: 33.333333%
    }
}

.btn-no-border {
    border: none
}

#babyDOB-picker input {
    -webkit-appearance: listbox
}

body.landingpage-medelainitiationlanding .top-content {
    display: none
}

body.landingpage-medelainitiationlanding .main-initiation-banner {
    padding: 0
}

body.landingpage-medelainitiationlanding .img-wrapper {
    position: relative
}

    body.landingpage-medelainitiationlanding .img-wrapper img {
        position: relative;
        display: block;
        width: 100%;
        border-bottom: 4px solid #ffc52b
    }

body.landingpage-medelainitiationlanding .banner-content {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    color: #ffffff;
    margin: 0;
    padding: 2em 3em;
    display: flex
}

@media only screen and (max-width: 975px) {
    body.landingpage-medelainitiationlanding .banner-content {
        padding: 1em
    }
}

@media only screen and (max-width: 768px) {
    body.landingpage-medelainitiationlanding .banner-content {
        position: inherit;
        color: #ffffff
    }
}

body.landingpage-medelainitiationlanding .banner-content h2 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 0.7em
}

@media only screen and (max-width: 768px) {
    body.landingpage-medelainitiationlanding .banner-content h2 {
        margin-bottom: 0.2em;
        text-align: center
    }
}

body.landingpage-medelainitiationlanding .banner-content .sup-text {
    font-size: 20px
}

body.landingpage-medelainitiationlanding .flex-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    flex: 1 1 auto
}

@media only screen and (max-width: 768px) {
    body.landingpage-medelainitiationlanding .flex-container {
        flex-wrap: wrap
    }
}

body.landingpage-medelainitiationlanding .content-left {
    display: flex;
    align-items: left;
    flex: 60% 1
}

@media only screen and (max-width: 768px) {
    body.landingpage-medelainitiationlanding .content-left {
        display: block;
        flex: auto
    }
}

body.landingpage-medelainitiationlanding .content-left img {
    flex-shrink: 0;
    max-width: 330px;
    align-self: left;
    width: 100%
}

@media only screen and (max-width: 768px) {
    body.landingpage-medelainitiationlanding .content-left img {
        align-self: center
    }
}

body.landingpage-medelainitiationlanding .content-right {
    display: flex;
    align-items: center;
    text-align: center;
    flex: 40% 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (max-width: 768px) {
    body.landingpage-medelainitiationlanding .content-right {
        padding-top: 0;
        flex: auto;
        justify-content: center
    }
}

body.landingpage-medelainitiationlanding .content-right h3 {
    margin-bottom: 0;
    font-size: 30px;
    color: #000000;
    padding-left: 6%;
    padding-top: 20%
}

@media only screen and (max-width: 1100px) {
    body.landingpage-medelainitiationlanding .content-right h3 {
        padding-left: 0;
        padding-top: 0
    }
}

@media only screen and (max-width: 975px) {
    body.landingpage-medelainitiationlanding .content-right h3 {
        padding-left: 0;
        font-size: 25px
    }
}

@media only screen and (max-width: 900px) {
    body.landingpage-medelainitiationlanding .content-right h3 {
        padding-left: 0
    }
}

@media only screen and (max-width: 768px) {
    body.landingpage-medelainitiationlanding .content-right h3 {
        padding-left: 0;
        font-size: 20px;
        color: #000000
    }
}

body.landingpage-medelainitiationlanding .content-right .aria-logo {
    max-width: 100px;
    border: none !important;
    align-self: flex-end
}

@media only screen and (max-width: 768px) {
    body.landingpage-medelainitiationlanding .content-right .aria-logo {
        margin-top: 1.5rem
    }
}

body.landingpage-medelainitiationlanding .anchor {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 15px;
    bottom: -25px
}

    body.landingpage-medelainitiationlanding .anchor a {
        text-decoration: none;
        color: #353535;
        font-size: 1em;
        font-weight: bold
    }

        body.landingpage-medelainitiationlanding .anchor a .fa {
            display: block;
            font-size: 2.5em;
            background-color: #ffc52b;
            border-radius: 50%;
            border: 2px solid #ffc52b;
            height: 55px;
            width: 55px;
            margin: 15px auto 0;
            color: #353535;
            padding-top: 6px;
            text-align: center;
            -webkit-transition: all .25s;
            transition: all .25s
        }

            body.landingpage-medelainitiationlanding .anchor a .fa:hover {
                background-color: #ffffff;
                border: 2px solid #353535
            }

body.landingpage-medelainitiationlanding .aria-app-features {
    margin-top: 6em
}

@media only screen and (max-width: 768px) {
    body.landingpage-medelainitiationlanding .aria-app-features {
        margin-top: 2em
    }
}

body.landingpage-medelainitiationlanding .aria-app-features img {
    max-width: 400px
}

body.landingpage-medelainitiationlanding .aria-app-features h2.section-heading {
    color: #000000;
    font-size: 2.2em;
    font-weight: 700;
    margin-left: 1.5em
}

@media only screen and (max-width: 768px) {
    body.landingpage-medelainitiationlanding .aria-app-features h2.section-heading {
        margin-left: 0;
        text-align: center
    }
}

body.landingpage-medelainitiationlanding .aria-app-features h2.section-heading:after {
    content: "";
    width: 90px;
    top: 55px;
    border-bottom: 5px solid #FEC440;
    display: block;
    margin: 15px 0 0
}

@media only screen and (max-width: 768px) {
    body.landingpage-medelainitiationlanding .aria-app-features h2.section-heading:after {
        margin: 15px auto
    }
}

@media only screen and (max-width: 768px) {
    body.landingpage-medelainitiationlanding .aria-app-features .sub-heading {
        display: none
    }
}

body.landingpage-medelainitiationlanding .aria-app-features .sub-heading h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0.2em
}

body.landingpage-medelainitiationlanding .aria-app-features .flexslider-mymedela .flex-viewport {
    width: 900px;
    margin: 0 auto;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media only screen and (max-width: 1023px) {
    body.landingpage-medelainitiationlanding .aria-app-features .flexslider-mymedela .flex-viewport {
        width: 600px
    }
}

@media only screen and (max-width: 768px) {
    body.landingpage-medelainitiationlanding .aria-app-features .flexslider-mymedela .flex-viewport {
        width: 300px
    }
}

@media only screen and (max-width: 479px) {
    body.landingpage-medelainitiationlanding .aria-app-features .flexslider-mymedela .flex-viewport {
        width: 250px
    }
}

body.landingpage-medelainitiationlanding .aria-app-features .flexslider-mymedela .item-carousel {
    width: 900px
}

@media only screen and (max-width: 768px) {
    body.landingpage-medelainitiationlanding .aria-app-features .aria-app-feature {
        text-align: center;
        position: relative
    }

        body.landingpage-medelainitiationlanding .aria-app-features .aria-app-feature img {
            max-width: 50%
        }
}

@media only screen and (max-width: 1199px) {
    body.landingpage-medelainitiationlanding .aria-app-features .feature-images, body.landingpage-medelainitiationlanding .aria-app-features .feature-content {
        width: 50%
    }
}

@media only screen and (max-width: 768px) {
    body.landingpage-medelainitiationlanding .aria-app-features .feature-images {
        width: 100%;
        margin-bottom: 2em
    }
}

body.landingpage-medelainitiationlanding .aria-app-features .feature-previous, body.landingpage-medelainitiationlanding .aria-app-features .feature-next {
    display: none
}

@media only screen and (max-width: 767px) {
    body.landingpage-medelainitiationlanding .aria-app-features .feature-previous, body.landingpage-medelainitiationlanding .aria-app-features .feature-next {
        font-size: 32px;
        font-weight: bold;
        color: #999999;
        position: absolute;
        display: block;
        top: 55%;
        width: 30px;
        height: 30px;
        text-decoration: none;
        z-index: 9999
    }

        body.landingpage-medelainitiationlanding .aria-app-features .feature-previous:hover, body.landingpage-medelainitiationlanding .aria-app-features .feature-next:hover {
            color: #ffc60a
        }
}

body.landingpage-medelainitiationlanding .aria-app-features .feature-previous {
    left: 15%
}

body.landingpage-medelainitiationlanding .aria-app-features .feature-next {
    right: 15%
}

@media only screen and (max-width: 768px) {
    body.landingpage-medelainitiationlanding .aria-app-features .feature-content {
        width: 300px;
        overflow: hidden;
        margin: 20px auto 0;
        float: none;
        padding: 0 0 0 30px
    }
}

body.landingpage-medelainitiationlanding .aria-app-features .row.app-container {
    max-width: 1200px
}

@media only screen and (max-width: 768px) {
    body.landingpage-medelainitiationlanding .aria-app-features .aria-flex-container {
        width: 2255px
    }
}

body.landingpage-medelainitiationlanding .aria-app-features .features-stop {
    position: relative;
    display: inline-block;
    color: #999999;
    margin-bottom: 10px;
    padding-right: 55px;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

    body.landingpage-medelainitiationlanding .aria-app-features .features-stop:before {
        position: absolute;
        content: "";
        height: 28px;
        width: 20px;
        top: 3px;
        left: -20px;
        background: url(/Content/images/aria/medela-aria-feature-icons-grey.png) no-repeat 0 0 transparent;
        background-size: 200px
    }

    body.landingpage-medelainitiationlanding .aria-app-features .features-stop h4 {
        font-weight: bold
    }

    body.landingpage-medelainitiationlanding .aria-app-features .features-stop p {
        font-size: 0.95em
    }

@media only screen and (max-width: 1199px) {
    body.landingpage-medelainitiationlanding .aria-app-features .features-stop {
        width: 100%;
        margin-left: 20px
    }
}

@media only screen and (max-width: 768px) {
    body.landingpage-medelainitiationlanding .aria-app-features .features-stop {
        width: 299px;
        max-width: 299px;
        margin-left: 15px;
        height: 200px;
        display: block;
        float: left
    }
}

body.landingpage-medelainitiationlanding .aria-app-features .app-active h4 {
    color: #f9b721 !important
}

body.landingpage-medelainitiationlanding .aria-app-features .feature-connect.app-active:before {
    background: url(/Content/images/aria/medela-aria-feature-icons-grey.png) no-repeat 0 0 transparent;
    background-size: 200px
}

body.landingpage-medelainitiationlanding .aria-app-features .feature-basics:before {
    background: url(/Content/images/aria/medela-aria-feature-icons-grey.png) no-repeat 0 0 transparent;
    background-size: 200px;
    width: 25px;
    top: 2px;
    left: -25px
}

body.landingpage-medelainitiationlanding .aria-app-features .feature-basics.app-active:before {
    background: url(/Content/images/aria/medela-aria-feature-icons.png) no-repeat 0 0 transparent;
    background-size: 200px;
    width: 25px;
    top: 2px;
    left: -25px
}

body.landingpage-medelainitiationlanding .aria-app-features .feature-confidence:before {
    background: url(/Content/images/aria/medela-aria-feature-icons-grey.png) no-repeat -109px 0 transparent;
    background-size: 200px;
    width: 25px;
    top: 2px;
    left: -25px
}

body.landingpage-medelainitiationlanding .aria-app-features .feature-confidence.app-active:before {
    background: url(/Content/images/aria/medela-aria-feature-icons.png) no-repeat -109px 0 transparent;
    background-size: 200px;
    width: 25px;
    top: 2px;
    left: -25px
}

body.landingpage-medelainitiationlanding .aria-app-features .feature-health-factors:before {
    background: url(/Content/images/aria/medela-aria-feature-icons-grey.png) no-repeat -138px 0 transparent;
    background-size: 200px;
    width: 25px;
    top: 2px;
    left: -25px
}

body.landingpage-medelainitiationlanding .aria-app-features .feature-health-factors.app-active:before {
    background: url(/Content/images/aria/medela-aria-feature-icons.png) no-repeat -138px 0 transparent;
    background-size: 200px;
    width: 25px;
    top: 2px;
    left: -25px
}

body.landingpage-medelainitiationlanding .aria-app-features .feature-feeding-plan:before {
    background: url(/Content/images/aria/medela-aria-feature-icons-grey.png) no-repeat -25px 0 transparent;
    background-size: 200px;
    width: 25px;
    top: 2px;
    left: -25px
}

body.landingpage-medelainitiationlanding .aria-app-features .feature-feeding-plan.app-active:before {
    background: url(/Content/images/aria/medela-aria-feature-icons.png) no-repeat -25px 0 transparent;
    background-size: 200px;
    width: 25px;
    top: 2px;
    left: -25px
}

body.landingpage-medelainitiationlanding .aria-app-features .feature-nurse:before {
    background: url(/Content/images/aria/medela-aria-feature-icons-grey.png) no-repeat -51px 0 transparent;
    background-size: 200px;
    width: 25px;
    top: 2px;
    left: -25px
}

body.landingpage-medelainitiationlanding .aria-app-features .feature-nurse.app-active:before {
    background: url(/Content/images/aria/medela-aria-feature-icons.png) no-repeat -51px 0 transparent;
    background-size: 200px;
    width: 25px;
    top: 2px;
    left: -25px
}

body.landingpage-medelainitiationlanding .aria-app-features .feature-reports:before {
    background: url(/Content/images/aria/medela-aria-feature-icons-grey.png) no-repeat -168px 0 transparent;
    background-size: 200px;
    width: 25px;
    top: 2px;
    left: -25px
}

body.landingpage-medelainitiationlanding .aria-app-features .feature-reports.app-active:before {
    background: url(/Content/images/aria/medela-aria-feature-icons.png) no-repeat -168px 0 transparent;
    background-size: 200px;
    width: 25px;
    top: 2px;
    left: -25px
}

body.landingpage-medelainitiationlanding .aria-app-features .feature-insights:before {
    background: url(/Content/images/aria/medela-aria-feature-icons-grey.png) no-repeat -80px 0 transparent;
    background-size: 200px;
    width: 25px;
    top: 2px;
    left: -25px
}

body.landingpage-medelainitiationlanding .aria-app-features .feature-insights.app-active:before {
    background: url(/Content/images/aria/medela-aria-feature-icons.png) no-repeat -80px 0 transparent;
    background-size: 200px;
    width: 25px;
    top: 2px;
    left: -25px
}

body.landingpage-medelainitiationlanding .aria-app-features .app-active {
    color: #000000
}

body.landingpage-medelainitiationlanding .aria-app-features .feature-button-list {
    display: none;
    list-style: none;
    margin: 0 0 0 16%;
    padding: 0
}

@media only screen and (max-width: 768px) {
    body.landingpage-medelainitiationlanding .aria-app-features .feature-button-list {
        display: block;
        margin: 0 0 0 3%
    }
}

body.landingpage-medelainitiationlanding .aria-app-features .feature-button-list li {
    font-size: 48px;
    display: inline-block;
    margin: 0 5px;
    line-height: 20px
}

    body.landingpage-medelainitiationlanding .aria-app-features .feature-button-list li:hover {
        cursor: pointer
    }

body.landingpage-medelainitiationlanding .aria-app-features .feature-list-active {
    color: #ffc60a
}

body.landingpage-medelainitiationlanding .section.initiation-video {
    padding: 0;
    position: relative
}

    body.landingpage-medelainitiationlanding .section.initiation-video .img-wrapper {
        position: relative
    }

        body.landingpage-medelainitiationlanding .section.initiation-video .img-wrapper img {
            position: relative;
            display: block;
            width: 100%
        }

        body.landingpage-medelainitiationlanding .section.initiation-video .img-wrapper .banner-content {
            position: absolute;
            top: 0;
            height: 100%;
            width: 100%;
            color: #ffffff;
            margin: 0;
            padding: 0
        }

@media only screen and (max-width: 768px) {
    body.landingpage-medelainitiationlanding .section.initiation-video .img-wrapper .banner-content {
        position: inherit;
        color: #ffffff
    }
}

body.landingpage-medelainitiationlanding .section.initiation-video .img-wrapper .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    body.landingpage-medelainitiationlanding .section.initiation-video .img-wrapper .flex-container .content {
        text-align: center;
        margin-bottom: 20px
    }

@media only screen and (max-width: 945px) {
    body.landingpage-medelainitiationlanding .section.initiation-video .img-wrapper .flex-container .content {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 768px) {
    body.landingpage-medelainitiationlanding .section.initiation-video .img-wrapper .flex-container .content {
        margin-bottom: 15px;
        margin-top: 25px
    }
}

body.landingpage-medelainitiationlanding .section.initiation-video .img-wrapper .flex-container .content h2 {
    color: #ffffff;
    font-size: 2.2em;
    font-weight: 700
}

    body.landingpage-medelainitiationlanding .section.initiation-video .img-wrapper .flex-container .content h2:after {
        content: "";
        width: 90px;
        top: 55px;
        border-bottom: 5px solid #FEC440;
        display: block;
        margin: 15px auto
    }

@media only screen and (max-width: 768px) {
    body.landingpage-medelainitiationlanding .section.initiation-video .img-wrapper .flex-container .content h2 {
        color: #000000;
        font-size: 2em
    }
}

body.landingpage-medelainitiationlanding .section.initiation-video .img-wrapper .flex-container .content p {
    font-size: 1.2em;
    margin: 0 auto 10px;
    width: 37%
}

@media only screen and (max-width: 1060px) {
    body.landingpage-medelainitiationlanding .section.initiation-video .img-wrapper .flex-container .content p {
        width: 85%
    }
}

@media only screen and (max-width: 768px) {
    body.landingpage-medelainitiationlanding .section.initiation-video .img-wrapper .flex-container .content p {
        color: #000000;
        width: 95%
    }
}

body.landingpage-medelainitiationlanding .section.initiation-video .img-wrapper .flex-container .content .play-btn {
    display: block;
    margin: 35px 0 0
}

@media only screen and (max-width: 1060px) {
    body.landingpage-medelainitiationlanding .section.initiation-video .img-wrapper .flex-container .content .play-btn {
        margin: 15px 0
    }
}

@media only screen and (max-width: 945px) {
    body.landingpage-medelainitiationlanding .section.initiation-video .img-wrapper .flex-container .content .play-btn {
        margin: 10px 0 15px
    }
}

body.landingpage-medelainitiationlanding .section.initiation-video .img-wrapper .flex-container .content .play-btn a {
    color: #ffffff;
    text-decoration: none;
    background-color: rgba(0,0,0,0.7);
    height: 100px;
    width: 100px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transition: all .25s;
    transition: all .25s
}

    body.landingpage-medelainitiationlanding .section.initiation-video .img-wrapper .flex-container .content .play-btn a .fa {
        font-size: 2.4em;
        top: 31%;
        left: 6%
    }

    body.landingpage-medelainitiationlanding .section.initiation-video .img-wrapper .flex-container .content .play-btn a:hover {
        color: #f58220;
        background-color: rgba(0,0,0,0.9)
    }

body.landingpage-medelainitiationlanding .section.initiation-video .img-wrapper .flex-container .content .btn-primary {
    position: relative;
    padding: 0.7em 2em 0.7em;
    border-radius: 1.5em;
    font-size: 0.9em;
    background-image: none;
    border: none;
    -webkit-transition: all .25s;
    transition: all .25s
}

    body.landingpage-medelainitiationlanding .section.initiation-video .img-wrapper .flex-container .content .btn-primary .fa {
        font-size: 0.8em;
        padding-left: 5px
    }

    body.landingpage-medelainitiationlanding .section.initiation-video .img-wrapper .flex-container .content .btn-primary:hover {
        background-color: #ffc52b;
        color: #353535
    }

body.landingpage-medelainitiationlanding .section.initiation-video .card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 860px;
    width: 100%;
    margin-top: -80px
}

@media only screen and (max-width: 945px) {
    body.landingpage-medelainitiationlanding .section.initiation-video .card-container {
        margin-top: 30px
    }
}

@media only screen and (max-width: 768px) {
    body.landingpage-medelainitiationlanding .section.initiation-video .card-container {
        max-width: 320px
    }
}

body.landingpage-medelainitiationlanding .section.initiation-video .card-container .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 768px) {
    body.landingpage-medelainitiationlanding .section.initiation-video .card-container .flex {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        padding-bottom: 30px
    }
}

body.landingpage-medelainitiationlanding .section.initiation-video .card-container .flex a {
    text-decoration: none;
    color: #000000;
    -webkit-transition: all .45s;
    transition: all .45s;
    width: 100%
}

    body.landingpage-medelainitiationlanding .section.initiation-video .card-container .flex a:hover, body.landingpage-medelainitiationlanding .section.initiation-video .card-container .flex a:focus {
        -moz-box-shadow: rgba(0,0,0,0.35) 0px 0px 20px 0px;
        -webkit-box-shadow: rgba(0,0,0,0.35) 0px 0px 20px 0px;
        box-shadow: rgba(0,0,0,0.35) 0px 0px 20px 0px
    }

body.landingpage-medelainitiationlanding .section.initiation-video .card-container .flex .featured-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    background-color: #F8F8F8;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}

    body.landingpage-medelainitiationlanding .section.initiation-video .card-container .flex .featured-card .featured-media {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 0
    }

        body.landingpage-medelainitiationlanding .section.initiation-video .card-container .flex .featured-card .featured-media img {
            width: 100%;
            margin: 0 auto;
            display: block
        }

        body.landingpage-medelainitiationlanding .section.initiation-video .card-container .flex .featured-card .featured-media span {
            position: absolute;
            top: 10px;
            left: 10px;
            background: rgba(255,255,255,0.5);
            padding: 1px 11px;
            border-radius: 5px
        }

    body.landingpage-medelainitiationlanding .section.initiation-video .card-container .flex .featured-card .featured-body {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        padding: 20px 20px 40px;
        text-align: center
    }

        body.landingpage-medelainitiationlanding .section.initiation-video .card-container .flex .featured-card .featured-body h3 {
            font-size: 1.1em;
            height: 45px;
            margin: 15px 0
        }

        body.landingpage-medelainitiationlanding .section.initiation-video .card-container .flex .featured-card .featured-body span.cost {
            display: block;
            font-size: 1.5em;
            margin-top: 10px
        }

body.landingpage-medelainitiationlanding .section.initiation-video .callout-row-four-items {
    max-width: 1200px
}

body.landingpage-medelainitiationlanding .section.initiation-video .callout-row-three-items {
    max-width: 990px
}

body.landingpage-medelainitiationlanding .section.initiation-video .callout-row-two-items {
    max-width: 700px
}

body.landingpage-medelainitiationlanding .section.initiation-video .callout-row-one-items {
    max-width: 340px
}

body.landingpage-medelainitiationlanding .for-aria-moms, body.landingpage-medelainitiationlanding .for-professionals {
    background-color: #F8F8F7;
    padding: 60px 0
}

    body.landingpage-medelainitiationlanding .for-aria-moms .content, body.landingpage-medelainitiationlanding .for-professionals .content {
        text-align: center
    }

        body.landingpage-medelainitiationlanding .for-aria-moms .content h2, body.landingpage-medelainitiationlanding .for-professionals .content h2 {
            color: #000000;
            font-size: 2.2em;
            font-weight: 700
        }

            body.landingpage-medelainitiationlanding .for-aria-moms .content h2:after, body.landingpage-medelainitiationlanding .for-professionals .content h2:after {
                content: "";
                width: 90px;
                top: 55px;
                border-bottom: 5px solid #FEC440;
                display: block;
                margin: 15px auto
            }

        body.landingpage-medelainitiationlanding .for-aria-moms .content p, body.landingpage-medelainitiationlanding .for-professionals .content p {
            font-size: 1.1em
        }

    body.landingpage-medelainitiationlanding .for-aria-moms .row-narrow, body.landingpage-medelainitiationlanding .for-professionals .row-narrow {
        width: 100%;
        max-width: 480px;
        text-align: center
    }

@media only screen and (max-width: 768px) {
    body.landingpage-medelainitiationlanding .for-aria-moms .row-narrow, body.landingpage-medelainitiationlanding .for-professionals .row-narrow {
        padding: 0 10px
    }
}

body.landingpage-medelainitiationlanding .for-aria-moms .row-narrow .info, body.landingpage-medelainitiationlanding .for-professionals .row-narrow .info {
    font-size: 18px
}

body.landingpage-medelainitiationlanding .for-aria-moms .row-narrow .btn-primary, body.landingpage-medelainitiationlanding .for-professionals .row-narrow .btn-primary {
    position: relative;
    padding: 0.7em 2em 0.7em;
    border-radius: 1.5em;
    font-size: 0.9em;
    background-image: none;
    border: none;
    margin: 2em 0 0.5em;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media only screen and (max-width: 768px) {
    body.landingpage-medelainitiationlanding .for-aria-moms .row-narrow .btn-primary, body.landingpage-medelainitiationlanding .for-professionals .row-narrow .btn-primary {
        margin-bottom: 30px
    }
}

body.landingpage-medelainitiationlanding .for-aria-moms .row-narrow .btn-primary .fa, body.landingpage-medelainitiationlanding .for-professionals .row-narrow .btn-primary .fa {
    font-size: 0.8em;
    padding-left: 5px
}

body.landingpage-medelainitiationlanding .for-aria-moms .row-narrow .btn-primary:hover, body.landingpage-medelainitiationlanding .for-professionals .row-narrow .btn-primary:hover {
    background-color: #ffc52b;
    color: #353535
}

body.landingpage-medelainitiationlanding .for-aria-moms .sign-up-disclaimer, body.landingpage-medelainitiationlanding .for-professionals .sign-up-disclaimer {
    text-align: center;
    font-size: 0.9em;
    margin-top: 15px
}

body.landingpage-medelainitiationlanding .for-aria-moms {
    background-color: #ffffff
}

body.landingpage-medelainitiationlanding .initiation-video, body.landingpage-medelainitiationlanding .for-aria-moms, body.landingpage-medelainitiationlanding .sign-up {
    display: none
}

@font-face {
    font-family: 'ATS-Script';
    src: url("/Content/fonts/36E74A_0_0.eot");
    src: url("/Content/fonts/36E74A_0_0.eot?#iefix") format("embedded-opentype"),url("/Content/fonts/36E74A_0_0.woff2") format("woff2"),url("/Content/fonts/36E74A_0_0.woff") format("woff"),url("/Content/fonts/36E74A_0_0.ttf") format("truetype")
}

.moms-club-banner {
    padding-bottom: 70px
}

    .moms-club-banner .moms-club-logo {
        position: absolute;
        bottom: 11%;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 55%;
        height: auto;
        text-align: center
    }

    .moms-club-banner .moms-room-logo-container {
        position: absolute;
        bottom: -40px;
        z-index: 9999;
        max-width: 625px;
        height: 160px;
        background: #fec601;
        margin: 0 auto;
        left: 0;
        right: 0;
        display: inline-block;
        width: 100%
    }

@media screen and (max-width: 700px) {
    .moms-club-banner .moms-room-logo-container {
        max-width: 315px;
        height: 85px;
        bottom: -25px
    }
}

.moms-club-banner-landing {
    padding-bottom: 0;
    font-size: 0
}

@media screen and (max-width: 767px) {
    .moms-club-banner-landing .col {
        padding: 0
    }
}

.moms-club-banner-landing .moms-club-logo {
    position: absolute;
    bottom: 13%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 55%;
    height: auto;
    text-align: center
}

.moms-club-banner-landing .moms-room-logo-container {
    position: absolute;
    bottom: -42px;
    z-index: 9999;
    max-width: 625px;
    height: 145px;
    background: #fec601;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: inline-block;
    width: 100%
}

@media screen and (max-width: 700px) {
    .moms-club-banner-landing .moms-room-logo-container {
        max-width: 315px;
        height: 85px;
        bottom: -25px
    }
}

.moms-club-form-banner {
    background-color: #FFC602;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 40px
}

.moms-club-form-logo {
    max-width: 500px
}

@media screen and (max-width: 535px) {
    .moms-club-form-logo {
        max-width: 325px
    }
}

.moms-card-container {
    padding: 60px 0;
    margin: 0 10px;
    background: url("/Content/images/momsclub/freehand-patterns-01.png") repeat #FEDE84
}

@media screen and (max-width: 767px) {
    .moms-card-container {
        padding: 10px 0
    }
}

.moms-card-container .moms-card-container-width {
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center
}

.moms-card-container h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px
}

.moms-card-container .card {
    display: flex;
    flex-direction: column
}

@media screen and (max-width: 767px) {
    .moms-card-container .card {
        margin-bottom: 30px
    }
}

.moms-card-container .card img {
    max-height: 243px;
    width: 99%
}

@media screen and (min-width: 768px) {
    .moms-card-container .md-3 {
        width: 50%;
        margin-bottom: 40px
    }
}

@media screen and (min-width: 945px) {
    .moms-card-container .md-3 {
        width: 25%
    }
}

.moms-card-container .card-content-container {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    margin: 0 5px;
    padding: 30px;
    box-shadow: 5px 5px 11px rgba(0,0,0,0.2)
}

.moms-card-container .card-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    text-align: center
}

    .moms-card-container .card-content h3 {
        color: #009BC2;
        font-weight: bold;
        font-size: 1.2rem
    }

    .moms-card-container .card-content p {
        margin: 0
    }

    .moms-card-container .card-content a {
        margin: 0.5rem auto 0;
        display: inline-block
    }

.moms-card-container .image-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-top: 0.2rem;
    align-items: center
}

.moms-card-container .image-content-confirm {
    display: flex;
    padding-top: 0.2rem;
    align-self: center;
    width: 100%
}

.moms-card-container-no-heading {
    text-align: center;
    background: none no-repeat #ffffff
}

    .moms-card-container-no-heading .card-content-container {
        box-shadow: none
    }

@media screen and (max-width: 767px) {
    .moms-card-container-no-heading .card-content-container {
        align-items: center;
        flex-direction: row;
        background-color: transparent;
        padding: 10px;
        display: flex;
        flex: 1 1 auto
    }
}

@media screen and (max-width: 767px) {
    .moms-card-container-no-heading .card:nth-of-type(even) {
        background: url("/Content/images/momsclub/freehand-patterns-01.png") repeat #FEDE84
    }

        .moms-card-container-no-heading .card:nth-of-type(even) .card-content-container {
            flex-direction: row-reverse
        }
}

.moms-card-container-no-heading .card img {
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
    .moms-card-container-no-heading .card img {
        height: auto;
        width: auto;
        margin: 0
    }
}

.moms-club-pro-tips {
    padding: 0px;
    border-bottom: 4px solid #ffc52b;
    margin: 0 10px
}

    .moms-club-pro-tips img {
        width: auto;
        height: 100%;
        position: relative
    }

@media screen and (max-width: 767px) {
    .moms-club-pro-tips img {
        object-fit: cover
    }
}

.moms-club-pro-tips-content-container {
    min-height: 100px;
    text-align: center;
    padding: 0;
    font-size: 0
}

.moms-club-pro-tips-content {
    position: absolute;
    top: 0;
    width: 60%;
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0
}

@media screen and (max-width: 767px) {
    .moms-club-pro-tips-content {
        width: 90%
    }
}

.moms-club-pro-tips-content .flex-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.moms-club-pro-tips-content h2 {
    font: 400 2rem 'ATS-Script', sans-serif;
    color: #ffffff;
    margin: 0
}

@media screen and (max-width: 450px) {
    .moms-club-pro-tips-content h2 {
        font-size: 1.2rem
    }
}

.moms-club-pro-tips-content p {
    font-size: 1.2rem;
    color: #ffffff
}

@media screen and (max-width: 450px) {
    .moms-club-pro-tips-content p {
        font-size: 1rem
    }
}

.moms-club-share {
    margin: 5px auto;
    color: #ffffff;
    align-self: center
}

    .moms-club-share h3 {
        font-size: 1.3rem;
        text-transform: uppercase;
        margin: 0 10px 0 0;
        color: #ffffff;
        float: left
    }

@media screen and (max-width: 450px) {
    .moms-club-share h3 {
        float: none;
        font-size: 1.2rem;
        display: block
    }
}

.moms-club-share .at-share-tbx-element {
    float: left
}

.moms-club-share .addthis_sharing_toolbox {
    display: inline-block
}

    .moms-club-share .addthis_sharing_toolbox .at-share-btn-elements .at-share-btn {
        background-color: transparent !important
    }

    .moms-club-share .addthis_sharing_toolbox .at-share-btn-elements .at-icon-wrapper {
        height: 30px !important;
        width: 25px !important;
        line-height: 30px !important
    }

    .moms-club-share .addthis_sharing_toolbox .at-share-btn-elements svg.at-icon {
        width: 25px !important;
        height: 25px !important
    }

    .moms-club-share .addthis_sharing_toolbox .at-share-btn-elements .at_flat_counter {
        line-height: 16px !important;
        width: 18px !important;
        top: 5px !important;
        height: 16px !important;
        background: #ffffff !important
    }

        .moms-club-share .addthis_sharing_toolbox .at-share-btn-elements .at_flat_counter:after {
            top: 25% !important;
            left: -5px !important;
            border-color: transparent #fff transparent transparent !important
        }

.moms-club-pro-tip-social {
    list-style: none;
    float: none;
    color: #ffffff;
    padding: 0;
    margin: 0;
    display: inline-block
}

    .moms-club-pro-tip-social li {
        float: left;
        margin-right: 10px;
        margin-bottom: 0;
        font-size: 1.3rem
    }

        .moms-club-pro-tip-social li .fa {
            color: #ffffff !important;
            font-size: 1.5rem
        }

@media screen and (max-width: 400px) {
    .moms-club-pro-tip-social li .fa {
        font-size: 1.2rem
    }
}

@media screen and (max-width: 767px) {
    .moms-club-background-highlight {
        background-color: #F8F8F8;
        padding: 15px 10px
    }
}

.moms-club-icon-gif {
    width: 100%;
    max-width: 180px;
    flex-shrink: 0
}

@media screen and (max-width: 767px) {
    .moms-club-icon-mobile-center {
        text-align: center
    }
}

.moms-club-narrow .row {
    max-width: 625px;
    margin: 0 auto
}

.moms-club-narrow .moms-club-tell-me-more h2 {
    font-size: 2.2rem;
    font-weight: 700
}

@media screen and (max-width: 767px) {
    .moms-club-narrow .moms-club-tell-me-more h2 {
        font-size: 1.5rem
    }
}

.moms-club-video-container {
    padding: 30px 10px
}

.moms-club-alt-font-headline {
    text-align: center;
    color: #009bc2;
    display: block;
    font-weight: bold;
    margin: 10px auto 20px;
    z-index: 9999;
    width: 40%;
    background-color: #ffffff;
    font: 400 1.8rem 'ATS-Script', sans-serif
}

@media screen and (max-width: 767px) {
    .moms-club-alt-font-headline {
        width: 50%
    }
}

.moms-club-alt-font-headline:before {
    background-color: #009bc2;
    height: 2px;
    width: auto;
    content: '';
    position: absolute;
    left: 10px;
    right: 0;
    top: 45px;
    z-index: -1;
    margin-right: 10px
}

.moms-club-landing-top {
    color: #000000;
    padding: 0 10px
}

@media screen and (max-width: 767px) {
    .moms-club-landing-top {
        padding: 0
    }
}

.moms-club-landing-top .moms-club-landing-top-background {
    background-color: #fede84;
    padding: 7% 0 30px
}

@media screen and (max-width: 767px) {
    .moms-club-landing-top .moms-club-landing-top-background {
        padding: 12% 0 30px
    }
}

.moms-club-landing-top .row {
    max-width: 700px;
    text-align: center;
    margin: 0 auto
}

.moms-club-landing-top h2 {
    font-weight: bold;
    font-size: 20px
}

.moms-club-landing-top ul {
    text-align: left;
    margin: 0 auto;
    display: inline-block
}

.moms-club-landing-top button {
    clear: both;
    display: block;
    margin: 20px auto 0;
    border: none
}

.moms-club-large-heading {
    font-size: 2rem;
    font-weight: bold;
    text-align: center
}

.moms-club-large-text {
    font-size: 1.2rem
}

.moms-club-support {
    text-align: center;
    padding: 40px 0;
    max-width: 1300px
}

@media screen and (max-width: 767px) {
    .moms-club-support {
        padding: 0
    }
}

@media screen and (max-width: 767px) {
    .moms-club-support img {
        margin: 20px 0
    }
}

.moms-club-support h2 {
    font-size: 1.2rem;
    font-weight: bold
}

.moms-club-support-social-container {
    padding: 0 40px
}

@media screen and (max-width: 767px) {
    .moms-club-support-social-container {
        background-color: #F8F8F8;
        padding: 15px 10px
    }
}

.moms-club-support-social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block
}

    .moms-club-support-social li {
        float: left;
        margin-right: 10px;
        margin-bottom: 0;
        font-size: 2rem
    }

@media screen and (max-width: 767px) {
    .moms-club-section {
        padding: 0 20px 40px
    }
}

.moms-club-required {
    color: #999999;
    font-size: .9rem
}

.moms-club-previous, .pump-reg-previous {
    color: #666666;
    font-size: 1.2rem;
    float: left
}

@media screen and (max-width: 767px) {
    .moms-club-previous, .pump-reg-previous {
        font-size: 1rem
    }
}

.moms-club-previous:hover, .pump-reg-previous:hover {
    text-decoration: underline
}

.moms-club-previous span, .pump-reg-previous span {
    margin-right: 5px
}

.moms-club-previous {
    margin-bottom: 1em
}

.pump-reg-previous {
    position: relative;
    z-index: 9999
}

    .pump-reg-previous i {
        margin-right: 5px
    }

.moms-club-dynamic-body p {
    font-size: 1.4rem;
    margin: 1em 0 .5em
}

.moms-club-form label {
    margin-bottom: 5px;
    font-size: 1.1rem
}

.moms-club-form .btn {
    border: none;
    padding: .7em 3em
}

@media screen and (max-width: 767px) {
    .moms-club-form .btn {
        margin: 15px auto 0;
        display: block
    }
}

.moms-club-disclaimer-copy {
    font-size: .9rem;
    color: #666666;
    margin-top: 20px
}

@media screen and (max-width: 767px) {
    .moms-club-disclaimer-copy {
        text-align: center
    }
}

.moms-club-not-you {
    margin-top: 10px;
    display: block
}

.moms-club-dot-track, .pump-reg-dot-track {
    text-align: center;
    position: relative
}

    .moms-club-dot-track .moms-club-dot-container, .moms-club-dot-track .pump-reg-dot-container, .pump-reg-dot-track .moms-club-dot-container, .pump-reg-dot-track .pump-reg-dot-container {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .moms-club-dot-track .moms-club-dot-container, .pump-reg-dot-track .moms-club-dot-container {
        top: -37px
    }

    .moms-club-dot-track span, .pump-reg-dot-track span {
        border-radius: 100%;
        border: 2px solid #666666;
        width: 15px;
        height: 15px;
        display: inline-block;
        margin: 0 2px
    }

    .moms-club-dot-track .moms-club-dot-active, .moms-club-dot-track .pump-reg-dot-active, .pump-reg-dot-track .moms-club-dot-active, .pump-reg-dot-track .pump-reg-dot-active {
        border: none;
        background-color: #666666
    }

.pump-reg-dot-track {
    position: relative;
    height: 50px;
    max-width: 600px;
    margin: 0 auto
}

.moms-club-sample-question label {
    margin-bottom: 20px
}

.moms-club-margin-top {
    margin-top: 20px
}

.moms-club-pump-question {
    display: flex;
    flex-wrap: wrap
}

    .moms-club-pump-question .moms-club-question-row {
        margin: 5px 0
    }

    .moms-club-pump-question .editor-radio {
        float: left;
        display: flex;
        flex-direction: column;
        position: relative;
        border-radius: 15px;
        border: 2px solid #C6217C;
        cursor: pointer;
        padding: 20px;
        width: 47%;
        margin: 0 5px;
        text-align: center;
        justify-content: center
    }

        .moms-club-pump-question .editor-radio:first-of-type {
            margin-left: 0
        }

        .moms-club-pump-question .editor-radio:hover {
            background-color: #C6217C;
            color: #ffffff
        }

        .moms-club-pump-question .editor-radio input {
            position: absolute;
            left: -9999px
        }

        .moms-club-pump-question .editor-radio label {
            font-weight: bold
        }

@media screen and (max-width: 767px) {
    .moms-club-pump-question .editor-radio label {
        margin-bottom: 0
    }
}

.moms-club-pump-question #confirmation-label {
    width: 100%;
    margin-bottom: 20px
}

.moms-club-pump-question .pump-question-active {
    background-color: #C6217C;
    color: #ffffff
}

.moms-club-confirmation-sign-up {
    text-align: center
}

    .moms-club-confirmation-sign-up h1, .moms-club-confirmation-sign-up h2 {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px
    }

    .moms-club-confirmation-sign-up button {
        margin-bottom: 20px
    }

.moms-club-confirmation-card-content .image-content-confirm {
    display: block !important;
    overflow: hidden
}

    .moms-club-confirmation-card-content .image-content-confirm img {
        max-height: none !important
    }

.moms-club-confirmation-card-content img {
    margin-bottom: 10px
}

.moms-club-confirmation-card-content button {
    margin-top: 20px
}

.moms-club-confirmation-card-content a {
    width: 220px;
    display: block;
    margin: 20px auto 0
}

.pump-reg-fieldset {
    margin-bottom: 40px
}

    .pump-reg-fieldset label {
        margin-bottom: 10px
    }

.pumpregistration input.datepicker {
    -webkit-appearance: listbox
}

.pumpregistration .main-container, .pumpregistration .main-banner {
    padding: 0 10px
}

.pumpregistration .pump-reg-h2 {
    text-align: center;
    color: #4a4a4a;
    margin-bottom: 10px;
    font-size: 1.3em;
    font-weight: 600
}

@media screen and (max-width: 768px) {
    .pumpregistration .btn-primary {
        padding: 0.7em 1.5em 0.7em
    }
}

.pumpregistration .btn-no-border {
    border: none
}

.pumpregistration .page-title {
    font-size: 2.4em;
    color: #4a4a4a;
    font-weight: 700;
    text-align: center;
    margin-top: 40px
}

    .pumpregistration .page-title:after {
        content: "";
        width: 90px;
        top: 55px;
        border-bottom: 5px solid #FEC440;
        display: block;
        margin: 15px auto
    }

.pumpregistration .required {
    font-size: .85em;
    color: #999999
}

.pumpregistration .pump-reg-slick-container {
    margin: 0 0px 20px;
    position: relative
}

@media screen and (max-width: 768px) {
    .pumpregistration .pump-reg-slick-container {
        margin-bottom: 30px
    }
}

.pumpregistration .pump-reg-slick-container .slick-detail-slider {
    display: flex;
    flex-wrap: wrap
}

    .pumpregistration .pump-reg-slick-container .slick-detail-slider .card {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        max-width: 32%;
        padding: 0
    }

@media screen and (max-width: 767px) {
    .pumpregistration .pump-reg-slick-container .slick-detail-slider .card {
        display: block;
        max-width: 100%
    }
}

@media screen and (max-width: 956px) {
    .pumpregistration .pump-reg-slick-container .slick-detail-slider .slick-active {
        max-width: 100% !important
    }
}

.pumpregistration .pump-reg-slick-container .slick-detail-slider .pump-selector {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    height: 100%
}

    .pumpregistration .pump-reg-slick-container .slick-detail-slider .pump-selector input {
        visibility: hidden
    }

    .pumpregistration .pump-reg-slick-container .slick-detail-slider .pump-selector label {
        -ms-flex: 0 0 auto
    }

    .pumpregistration .pump-reg-slick-container .slick-detail-slider .pump-selector img {
        max-width: 350px;
        margin: 0 auto;
        height: auto;
        max-height: 300px;
        flex-shrink: 0;
        width: 100%
    }

@media screen and (max-width: 767px) {
    .pumpregistration .pump-reg-slick-container .slick-detail-slider .pump-selector img {
        width: 100%
    }
}

.pumpregistration .slick-prev, .pumpregistration .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block !important;
    width: 20px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9999
}

.pumpregistration .slick-prev {
    left: 20px
}

.pumpregistration .slick-next {
    right: 20px
}

    .pumpregistration .slick-prev:hover, .pumpregistration .slick-prev:focus, .pumpregistration .slick-next:hover, .pumpregistration .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent
    }

        .pumpregistration .slick-prev:hover:before, .pumpregistration .slick-prev:focus:before, .pumpregistration .slick-next:hover:before, .pumpregistration .slick-next:focus:before {
            opacity: 1
        }

    .pumpregistration .slick-prev.slick-disabled:before, .pumpregistration .slick-next.slick-disabled:before {
        opacity: .25
    }

    .pumpregistration .slick-prev:before, .pumpregistration .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .5;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

.pumpregistration [dir='rtl'] .slick-prev {
    left: auto
}

.pumpregistration .slick-prev:before {
    content: '\f0d9';
    font-family: 'FontAwesome';
    font-size: 40px;
    color: #666666
}

.pumpregistration [dir='rtl'] .slick-next {
    right: auto
}

.pumpregistration .slick-next:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    font-size: 40px;
    color: #666666
}

.pumpregistration .slick-dotted.slick-slider {
    margin-bottom: 30px
}

.pumpregistration .slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

@media screen and (max-width: 768px) {
    .pumpregistration .slick-dots {
        bottom: -90px;
        left: 0;
        right: 0
    }
}

.pumpregistration .slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

    .pumpregistration .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent
    }

        .pumpregistration .slick-dots li button:hover, .pumpregistration .slick-dots li button:focus {
            outline: none
        }

            .pumpregistration .slick-dots li button:hover:before, .pumpregistration .slick-dots li button:focus:before {
                opacity: 1
            }

        .pumpregistration .slick-dots li button:before {
            font-family: 'FontAwesome';
            content: '/2022';
            font-size: 6px;
            line-height: 20px;
            position: absolute;
            top: 0;
            left: 0;
            width: 20px;
            height: 20px;
            content: '\2022';
            font-size: 40px;
            text-align: center;
            opacity: .25;
            color: black;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            border: none !important;
            background: none !important
        }

.pumpregistration .pump-selector label {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 10px
}

.pumpregistration .serial-number-image {
    margin-top: 20px
}

.pumpregistration .pump-selector {
    text-decoration: none;
    color: #000000;
    -webkit-transition: all .45s;
    transition: all .45s;
    cursor: pointer;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    margin: 15px
}

    .pumpregistration .pump-selector label, .pumpregistration .pump-selector input:checked + .pumpcard {
        border: none !important;
        box-shadow: none !important;
        text-align: center
    }

    .pumpregistration .pump-selector:hover, .pumpregistration .pump-selector:focus {
        -moz-box-shadow: rgba(0,0,0,0.35) 0px 0px 20px 0px;
        -webkit-box-shadow: rgba(0,0,0,0.35) 0px 0px 20px 0px;
        box-shadow: rgba(0,0,0,0.35) 0px 0px 20px 0px
    }

    .pumpregistration .pump-selector .pumpcard {
        filter: none
    }

        .pumpregistration .pump-selector .pumpcard:hover {
            filter: none
        }

.pumpregistration .mobile-text {
    bottom: -18px
}

@media screen and (max-width: 768px) {
    .pumpregistration .mobile-text {
        bottom: -31px
    }
}

.pumpregistration p.disclaimer-copy {
    margin: 20px 0
}

.pump-reg-slick-click-width {
    width: 100% !important;
    transform: inherit !important
}

.slick-list-width {
    margin: 0 !important;
    max-width: 350px !important
}

.pumpregistration .slick-arrow-hide {
    display: none !important
}

.pump-reg-selector-reslick-images {
    margin: 20px 0;
    display: none;
    border: none;
    background: none;
    color: #f58220
}

    .pump-reg-selector-reslick-images:hover {
        text-decoration: underline
    }

@media screen and (max-width: 767px) {
    #SerialNumberContainer {
        text-align: center
    }
}

#SerialNumberContainer .pump-reg-serial-question {
    font-weight: bold
}

@media screen and (max-width: 767px) {
    #SerialNumberContainer label, #SerialNumberContainer input, #SerialNumberContainer span {
        text-align: left
    }
}

#SerialNumberContainer label {
    margin-bottom: 10px
}

.pump-registration-question {
    margin: 20px 0;
    font-weight: bold
}

.pump-registration-pump-name {
    font-weight: bold;
    text-align: center;
    padding: 20px 10px;
    height: 120px;
    cursor: initial
}

#ContactInformationSection {
    padding-top: 40px
}

#ContactInformationForm, #ContactAddressValidation, #ProfileInformationForm {
    max-width: 600px;
    margin: 0 auto
}

#ContactInformationSectionContinued .page-title, #ProfileInformationSection .page-title, #PumpRegSelectPump .page-title {
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    #pump-reg-step-2-previous, #pump-reg-step-2-next {
        margin-bottom: 20px
    }
}

#pump-reg-step-2-previous {
    display: inline-block
}

#pump-reg-step-2-next {
    float: right
}

.pump-reg-address-content {
    margin-bottom: 40px
}

#new-pump-registration-form .form-group {
    margin-bottom: 2em
}

#new-pump-registration-form .samples-margin-bottom {
    margin-bottom: .8em !important
}

.pump-reg-small-copy {
    font-size: .9em
}

.pump-reg-radio-space {
    margin-left: 20px
}

.moms-club-sign-up-sticky-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    z-index: 99999
}

.moms-club-sign-up-sticky {
    padding: 10px 20px;
    background-color: #f58220;
    text-align: center
}

    .moms-club-sign-up-sticky a {
        text-align: center;
        color: #ffffff;
        display: inline-block;
        position: relative
    }

        .moms-club-sign-up-sticky a:before {
            content: '\f106';
            color: #ffffff;
            font-family: 'FontAwesome';
            background-color: #f58220;
            border-radius: 100%;
            width: 25px;
            height: 20px;
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            top: -18px
        }

.moms-club-step-3-next {
    float: left !important
}

.moms-club-sample-question {
    margin-bottom: 1em !important
}

    .moms-club-sample-question p {
        font-size: 1.4rem;
        margin: 1em 0 .5em
    }

@media screen and (max-width: 767px) {
    .moms-club-step-3-next {
        float: initial !important
    }
}

.mr-sign-up-banner {
    display: block;
    width: 200px;
    margin: 20px auto 0
}

.moms-club-tell-me-more h2 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem
}

.moms-club-tell-me-more h2, .moms-club-tell-me-more p {
    text-align: center
}

.pump-reg-label-bold label {
    font-weight: bold
}

.sign-up {
    text-align: center
}

    .sign-up .content-container {
        text-align: center
    }

body.registration-samples #AddressValidation .section.first.address-content {
    padding: 0 10px
}

@media screen and (max-width: 767px) {
    body.registration-samples #AddressValidation .right-address.address-suggested {
        margin-top: 2rem
    }
}

.previous-button-link-container {
    position: relative;
    z-index: 9999;
    overflow: hidden;
    min-height: 50px
}

.moms-club-quick-link-icon:before {
    content: '';
    width: 18px;
    height: 37px;
    display: block;
    background: url(/Content/images/momsclub/moms-club-quick-links-icons.png) no-repeat 0 0 transparent;
    background-size: 210%;
    margin-left: 4px;
    margin-top: -2px
}

.moms-club-quick-link:hover .moms-club-quick-link-icon:before {
    background: url(/Content/images/momsclub/moms-club-quick-links-icons.png) no-repeat -20px 0 transparent;
    background-size: 210%
}

@media screen and (max-width: 767px) {
    .fancybox-emailOptIn {
        height: 200px !important
    }

        .fancybox-emailOptIn .fancybox-skin, .fancybox-emailOptIn .fancybox-inner {
            height: 100% !important
        }
}

@media screen and (max-width: 767px) {
    .pump-reg-slider-error {
        display: block;
        font-size: 15px;
        margin-bottom: 15px
    }
}

@media print {
    .moms-club-banner-landing, .login-message, .moms-club-banner, #MomsRoomPumpQuestionSection, .btn, #RegistrationSection, .moms-club-form-banner, .mobile, .moms-club-share, footer, .moms-club-sign-up-sticky-container, .moms-club-video-container {
        display: none
    }

    .moms-club-landing-top, .moms-club-landing-top .moms-club-landing-top-background {
        padding: 10px 0 !important
    }

    .the-moms-room * {
        text-align: left !important
    }

    .the-moms-room {
        font-family: Arial, Helvetica, sans-serif !important
    }

        .the-moms-room .image-content {
            display: none
        }

        .the-moms-room .md-8 {
            width: 100%
        }

        .the-moms-room .card-content-container {
            padding: 0 !important
        }

    h2, .moms-club-alt-font-headline {
        font-family: Arial, Helvetica, sans-serif !important
    }

    .moms-club-landing-top .row, .moms-club-narrow .row {
        max-width: 100%
    }

    .moms-club-alt-font-headline {
        width: 100%
    }

        .moms-club-alt-font-headline:before {
            display: none
        }

    .moms-club-pro-tips-content, .moms-card-container .moms-card-container-width {
        width: 100%
    }

    .social-feed {
        display: none
    }

    .moms-card-container {
        padding: 10px 0
    }

    .moms-club-pro-tips {
        padding: 30px 0;
        border-bottom: none
    }

    .moms-club-pro-tips-content-container img {
        display: none !important
    }

    .moms-club-support {
        display: none !important
    }
}
/*# sourceMappingURL=site.css.map */

