@font-face {
    font-family: 'OpenSans';
    font-weight: 300;
    font-style: normal;
    src: url(/assets/fonts/OpenSans-Light.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/OpenSans-Light.woff2) format("woff2"), url(/assets/fonts/OpenSans-Light.woff) format("woff"), url(/assets/fonts/OpenSans-Light.ttf) format("truetype"), url(/assets/fonts/OpenSans-Light.svg#Light) format("svg")
}

@font-face {
    font-family: 'OpenSans';
    font-weight: 400;
    font-style: normal;
    src: url(/assets/fonts/OpenSans-Regular.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/OpenSans-Regular.woff2) format("woff2"), url(/assets/fonts/OpenSans-Regular.woff) format("woff"), url(/assets/fonts/OpenSans-Regular.ttf) format("truetype"), url(/assets/fonts/OpenSans-Regular.svg#Regular) format("svg")
}

@font-face {
    font-family: 'OpenSans';
    font-weight: 600;
    font-style: normal;
    src: url(/assets/fonts/OpenSans-Semibold.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/OpenSans-Semibold.woff) format("woff"), url(/assets/fonts/OpenSans-Semibold.ttf) format("truetype"), url(/assets/fonts/OpenSans-Semibold.svg#Regular) format("svg")
}

@font-face {
    font-family: 'OpenSans';
    font-weight: 700;
    font-style: normal;
    src: url(/assets/fonts/OpenSans-Bold.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/OpenSans-Bold.woff2) format("woff2"), url(/assets/fonts/OpenSans-Bold.woff) format("woff"), url(/assets/fonts/OpenSans-Bold.ttf) format("truetype"), url(/assets/fonts/OpenSans-Bold.svg#Bold) format("svg")
}

@font-face {
    font-family: 'OpenSans';
    font-weight: 800;
    font-style: normal;
    src: url(/assets/fonts/OpenSans-ExtraBold.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/OpenSans-ExtraBold.woff) format("woff"), url(/assets/fonts/OpenSans-ExtraBold.ttf) format("truetype"), url(/assets/fonts/OpenSans-ExtraBold.svg#Bold) format("svg")
}

@font-face {
    font-family: 'AvenirNext';
    font-weight: 400;
    font-style: normal;
    src: url(/assets/fonts/AvenirNextLTPro-Regular.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/AvenirNextLTPro-Regular.woff) format("woff"), url(/assets/fonts/AvenirNextLTPro-Regular.ttf) format("truetype"), url(/assets/fonts/AvenirNextLTPro-Regular.svg#Bold) format("svg")
}

@font-face {
    font-family: 'AvenirNext';
    font-weight: 800;
    font-style: normal;
    src: url(/assets/fonts/AvenirLTStd-Medium.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/AvenirLTStd-Medium.woff) format("woff"), url(/assets/fonts/AvenirLTStd-Medium.ttf) format("truetype"), url(/assets/fonts/AvenirLTStd-Medium.svg#Bold) format("svg")
}

@font-face {
    font-family: 'FontAwesome';
    font-weight: 800;
    src: url('//netdna.bootstrapcdn.com/font-awesome/3.2.1/font/fontawesome-webfont.eot?v=3.2.1');
    src: url('//netdna.bootstrapcdn.com/font-awesome/3.2.1/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('//netdna.bootstrapcdn.com/font-awesome/3.2.1/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('//netdna.bootstrapcdn.com/font-awesome/3.2.1/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('//netdna.bootstrapcdn.com/font-awesome/3.2.1/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
    font-weight: normal;
    font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none
}

.icon-large:before {
    vertical-align: -10%;
    font-size: 1.3333333333333333em
}

a [class^="icon-"],
a [class*=" icon-"] {
    display: inline
}

[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
    display: inline-block;
    width: 1.1428571428571428em;
    text-align: right;
    padding-right: .2857142857142857em
}

[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
    width: 1.4285714285714286em
}

* {
    text-decoration: none !important;
}

*:focus {
    outline: none;
}

.icons-ul {
    margin-left: 2.142857142857143em;
    list-style-type: none
}

.icons-ul>li {
    position: relative
}

.icons-ul .icon-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.142857142857143em;
    text-align: center;
    line-height: inherit
}

[class^="icon-"].hide,
[class*=" icon-"].hide {
    display: none
}

.icon-muted {
    color: #eee
}

.icon-light {
    color: #fff
}

.icon-dark {
    color: #333
}

.icon-border {
    border: solid 1px #eee;
    padding: .2em .25em .15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.icon-2x {
    font-size: 2em
}

.icon-2x.icon-border {
    border-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.icon-3x {
    font-size: 3em
}

.icon-3x.icon-border {
    border-width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.icon-4x {
    font-size: 4em
}

.icon-4x.icon-border {
    border-width: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.icon-5x {
    font-size: 5em
}

.icon-5x.icon-border {
    border-width: 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
    margin-right: .3em
}

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
    margin-left: .3em
}

[class^="icon-"],
[class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0
}

.icon-white,
.nav-pills>.active>a>[class^="icon-"],
.nav-pills>.active>a>[class*=" icon-"],
.nav-list>.active>a>[class^="icon-"],
.nav-list>.active>a>[class*=" icon-"],
.navbar-inverse .nav>.active>a>[class^="icon-"],
.navbar-inverse .nav>.active>a>[class*=" icon-"],
.dropdown-menu>li>a:hover>[class^="icon-"],
.dropdown-menu>li>a:hover>[class*=" icon-"],
.dropdown-menu>.active>a>[class^="icon-"],
.dropdown-menu>.active>a>[class*=" icon-"],
.dropdown-submenu:hover>a>[class^="icon-"],
.dropdown-submenu:hover>a>[class*=" icon-"] {
    background-image: none
}

.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
    line-height: .9em
}

.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
    display: inline-block
}

.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
    line-height: .9em
}

.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em
}

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
    margin-top: .25em
}

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
    margin-top: 0
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-top: .05em
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
    margin-right: .2em
}

.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-left: .2em
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
    line-height: inherit
}

.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%
}

.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: inherit;
    *line-height: 2em
}

.icon-stack .icon-stack-base {
    font-size: 2em;
    *line-height: 1em
}

.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

a .icon-stack,
a .icon-spin {
    display: inline-block;
    text-decoration: none
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}

.icon-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1)
}

.icon-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}

.icon-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3)
}

.icon-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.icon-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}

a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
    display: inline-block
}

.icon-glass:before {
    content: "\f000"
}

.icon-music:before {
    content: "\f001"
}

/* 
.icon-search:before {
    content: "\f002"
} */

.icon-envelope-alt:before {
    content: "\f003"
}

.icon-heart:before {
    content: "\f004"
}

.icon-star:before {
    content: "\f005"
}

.icon-star-empty:before {
    content: "\f006"
}

.icon-user:before {
    content: "\f007"
}

.icon-film:before {
    content: "\f008"
}

.icon-th-large:before {
    content: "\f009"
}

.icon-th:before {
    content: "\f00a"
}

.icon-th-list:before {
    content: "\f00b"
}

.icon-ok:before {
    content: "\f00c"
}

.icon-remove:before {
    content: "\f00d"
}

.icon-zoom-in:before {
    content: "\f00e"
}

.icon-zoom-out:before {
    content: "\f010"
}

.icon-power-off:before,
.icon-off:before {
    content: "\f011"
}

.icon-signal:before {
    content: "\f012"
}

.icon-gear:before,
.icon-cog:before {
    content: "\f013"
}

.icon-trash:before {
    content: "\f014"
}

.icon-home:before {
    content: "\f015"
}

.icon-file-alt:before {
    content: "\f016"
}

.icon-time:before {
    content: "\f017"
}

.icon-road:before {
    content: "\f018"
}

.icon-download-alt:before {
    content: "\f019"
}

.icon-download:before {
    content: "\f01a"
}

.icon-upload:before {
    content: "\f01b"
}

.icon-inbox:before {
    content: "\f01c"
}

.icon-play-circle:before {
    content: "\f01d"
}

.icon-rotate-right:before,
.icon-repeat:before {
    content: "\f01e"
}

.icon-refresh:before {
    content: "\f021"
}

.icon-list-alt:before {
    content: "\f022"
}

.icon-lock:before {
    content: "\f023"
}

.icon-flag:before {
    content: "\f024"
}

.icon-headphones:before {
    content: "\f025"
}

.icon-volume-off:before {
    content: "\f026"
}

.icon-volume-down:before {
    content: "\f027"
}

.icon-volume-up:before {
    content: "\f028"
}

.icon-qrcode:before {
    content: "\f029"
}

.icon-barcode:before {
    content: "\f02a"
}

.icon-tag:before {
    content: "\f02b"
}

.icon-tags:before {
    content: "\f02c"
}

.icon-book:before {
    content: "\f02d"
}

.icon-bookmark:before {
    content: "\f02e"
}

.icon-print:before {
    content: "\f02f"
}

.icon-camera:before {
    content: "\f030"
}

.icon-font:before {
    content: "\f031"
}

.icon-bold:before {
    content: "\f032"
}

.icon-italic:before {
    content: "\f033"
}

.icon-text-height:before {
    content: "\f034"
}

.icon-text-width:before {
    content: "\f035"
}

.icon-align-left:before {
    content: "\f036"
}

.icon-align-center:before {
    content: "\f037"
}

.icon-align-right:before {
    content: "\f038"
}

.icon-align-justify:before {
    content: "\f039"
}

.icon-list:before {
    content: "\f03a"
}

.icon-indent-left:before {
    content: "\f03b"
}

.icon-indent-right:before {
    content: "\f03c"
}

.icon-facetime-video:before {
    content: "\f03d"
}

.icon-picture:before {
    content: "\f03e"
}

.icon-pencil:before {
    content: "\f040"
}

.icon-map-marker:before {
    content: "\f041"
}

.icon-adjust:before {
    content: "\f042"
}

.icon-tint:before {
    content: "\f043"
}

.icon-edit:before {
    content: "\f044"
}

.icon-share:before {
    content: "\f045"
}

.icon-check:before {
    content: "\f046"
}

.icon-move:before {
    content: "\f047"
}

.icon-step-backward:before {
    content: "\f048"
}

.icon-fast-backward:before {
    content: "\f049"
}

.icon-backward:before {
    content: "\f04a"
}

.icon-play:before {
    content: "\f04b"
}

.icon-pause:before {
    content: "\f04c"
}

.icon-stop:before {
    content: "\f04d"
}

.icon-forward:before {
    content: "\f04e"
}

.icon-fast-forward:before {
    content: "\f050"
}

.icon-step-forward:before {
    content: "\f051"
}

.icon-eject:before {
    content: "\f052"
}

.icon-chevron-left:before {
    content: "\f053"
}

.icon-chevron-right:before {
    content: "\f054"
}

.icon-plus-sign:before {
    content: "\f055"
}

.icon-minus-sign:before {
    content: "\f056"
}

.icon-remove-sign:before {
    content: "\f057"
}

.icon-ok-sign:before {
    content: "\f058"
}

.icon-question-sign:before {
    content: "\f059"
}

.icon-info-sign:before {
    content: "\f05a"
}

.icon-screenshot:before {
    content: "\f05b"
}

.icon-remove-circle:before {
    content: "\f05c"
}

.icon-ok-circle:before {
    content: "\f05d"
}

.icon-ban-circle:before {
    content: "\f05e"
}

.icon-arrow-left:before {
    content: "\f060"
}

.icon-arrow-right:before {
    content: "\f061"
}

.icon-arrow-up:before {
    content: "\f062"
}

.icon-arrow-down:before {
    content: "\f063"
}

.icon-mail-forward:before,
.icon-share-alt:before {
    content: "\f064"
}

.icon-resize-full:before {
    content: "\f065"
}

.icon-resize-small:before {
    content: "\f066"
}

.icon-plus:before {
    content: "\f067"
}

.icon-minus:before {
    content: "\f068"
}

.icon-asterisk:before {
    content: "\f069"
}

.icon-exclamation-sign:before {
    content: "\f06a"
}

.icon-gift:before {
    content: "\f06b"
}

.icon-leaf:before {
    content: "\f06c"
}

.icon-fire:before {
    content: "\f06d"
}

.icon-eye-open:before {
    content: "\f06e"
}

.icon-eye-close:before {
    content: "\f070"
}

.icon-warning-sign:before {
    content: "\f071"
}

.icon-plane:before {
    content: "\f072"
}

.icon-calendar:before {
    content: "\f073"
}

.icon-random:before {
    content: "\f074"
}

.icon-comment:before {
    content: "\f075"
}

.icon-magnet:before {
    content: "\f076"
}

.icon-chevron-up:before {
    content: "\f077"
}

.icon-chevron-down:before {
    content: "\f078"
}

.icon-retweet:before {
    content: "\f079"
}

.icon-shopping-cart:before {
    content: "\f07a"
}

.icon-folder-close:before {
    content: "\f07b"
}

.icon-folder-open:before {
    content: "\f07c"
}

.icon-resize-vertical:before {
    content: "\f07d"
}

.icon-resize-horizontal:before {
    content: "\f07e"
}

.icon-bar-chart:before {
    content: "\f080"
}

.icon-twitter-sign:before {
    content: "\f081"
}

.icon-facebook-sign:before {
    content: "\f082"
}

.icon-camera-retro:before {
    content: "\f083"
}

.icon-key:before {
    content: "\f084"
}

.icon-gears:before,
.icon-cogs:before {
    content: "\f085"
}

.icon-comments:before {
    content: "\f086"
}

.icon-thumbs-up-alt:before {
    content: "\f087"
}

.icon-thumbs-down-alt:before {
    content: "\f088"
}

.icon-star-half:before {
    content: "\f089"
}

.icon-heart-empty:before {
    content: "\f08a"
}

.icon-signout:before {
    content: "\f08b"
}

.icon-linkedin-sign:before {
    content: "\f08c"
}

.icon-pushpin:before {
    content: "\f08d"
}

.icon-external-link:before {
    content: "\f08e"
}

.icon-signin:before {
    content: "\f090"
}

.icon-trophy:before {
    content: "\f091"
}

.icon-github-sign:before {
    content: "\f092"
}

.icon-upload-alt:before {
    content: "\f093"
}

.icon-lemon:before {
    content: "\f094"
}

.icon-phone:before {
    content: "\f095"
}

.icon-unchecked:before,
.icon-check-empty:before {
    content: "\f096"
}

.icon-bookmark-empty:before {
    content: "\f097"
}

.icon-phone-sign:before {
    content: "\f098"
}

.icon-twitter:before {
    content: "\f099"
}

.icon-facebook:before {
    content: "\f09a"
}

.icon-github:before {
    content: "\f09b"
}

.icon-unlock:before {
    content: "\f09c"
}

.icon-credit-card:before {
    content: "\f09d"
}

.icon-rss:before {
    content: "\f09e"
}

.icon-hdd:before {
    content: "\f0a0"
}

.icon-bullhorn:before {
    content: "\f0a1"
}

.icon-bell:before {
    content: "\f0a2"
}

.icon-certificate:before {
    content: "\f0a3"
}

.icon-hand-right:before {
    content: "\f0a4"
}

.icon-hand-left:before {
    content: "\f0a5"
}

.icon-hand-up:before {
    content: "\f0a6"
}

.icon-hand-down:before {
    content: "\f0a7"
}

.icon-circle-arrow-left:before {
    content: "\f0a8"
}

.icon-circle-arrow-right:before {
    content: "\f0a9"
}

.icon-circle-arrow-up:before {
    content: "\f0aa"
}

.icon-circle-arrow-down:before {
    content: "\f0ab"
}

.icon-globe:before {
    content: "\f0ac"
}

.icon-wrench:before {
    content: "\f0ad"
}

.icon-tasks:before {
    content: "\f0ae"
}

.icon-filter:before {
    content: "\f0b0"
}

.icon-briefcase:before {
    content: "\f0b1"
}

.icon-fullscreen:before {
    content: "\f0b2"
}

.icon-group:before {
    content: "\f0c0"
}

.icon-link:before {
    content: "\f0c1"
}

.icon-cloud:before {
    content: "\f0c2"
}

.icon-beaker:before {
    content: "\f0c3"
}

.icon-cut:before {
    content: "\f0c4"
}

.icon-copy:before {
    content: "\f0c5"
}

.icon-paperclip:before,
.icon-paper-clip:before {
    content: "\f0c6"
}

.icon-save:before {
    content: "\f0c7"
}

.icon-sign-blank:before {
    content: "\f0c8"
}

.icon-reorder:before {
    content: "\f0c9"
}

.icon-list-ul:before {
    content: "\f0ca"
}

.icon-list-ol:before {
    content: "\f0cb"
}

.icon-strikethrough:before {
    content: "\f0cc"
}

.icon-underline:before {
    content: "\f0cd"
}

.icon-table:before {
    content: "\f0ce"
}

.icon-magic:before {
    content: "\f0d0"
}

.icon-truck:before {
    content: "\f0d1"
}

.icon-pinterest:before {
    content: "\f0d2"
}

.icon-pinterest-sign:before {
    content: "\f0d3"
}

.icon-google-plus-sign:before {
    content: "\f0d4"
}

.icon-google-plus:before {
    content: "\f0d5"
}

.icon-money:before {
    content: "\f0d6"
}

.icon-caret-down:before {
    content: "\f0d7"
}

.icon-caret-up:before {
    content: "\f0d8"
}

.icon-caret-left:before {
    content: "\f0d9"
}

.icon-caret-right:before {
    content: "\f0da"
}

.icon-columns:before {
    content: "\f0db"
}

.icon-sort:before {
    content: "\f0dc"
}

.icon-sort-down:before {
    content: "\f0dd"
}

.icon-sort-up:before {
    content: "\f0de"
}

.icon-envelope:before {
    content: "\f0e0"
}

.icon-linkedin:before {
    content: "\f0e1"
}

.icon-rotate-left:before,
.icon-undo:before {
    content: "\f0e2"
}

.icon-legal:before {
    content: "\f0e3"
}

.icon-dashboard:before {
    content: "\f0e4"
}

.icon-comment-alt:before {
    content: "\f0e5"
}

.icon-comments-alt:before {
    content: "\f0e6"
}

.icon-bolt:before {
    content: "\f0e7"
}

.icon-sitemap:before {
    content: "\f0e8"
}

.icon-umbrella:before {
    content: "\f0e9"
}

.icon-paste:before {
    content: "\f0ea"
}

.icon-lightbulb:before {
    content: "\f0eb"
}

.icon-exchange:before {
    content: "\f0ec"
}

.icon-cloud-download:before {
    content: "\f0ed"
}

.icon-cloud-upload:before {
    content: "\f0ee"
}

.icon-user-md:before {
    content: "\f0f0"
}

.icon-stethoscope:before {
    content: "\f0f1"
}

.icon-suitcase:before {
    content: "\f0f2"
}

.icon-bell-alt:before {
    content: "\f0f3"
}

.icon-coffee:before {
    content: "\f0f4"
}

.icon-food:before {
    content: "\f0f5"
}

.icon-file-text-alt:before {
    content: "\f0f6"
}

.icon-building:before {
    content: "\f0f7"
}

.icon-hospital:before {
    content: "\f0f8"
}

.icon-ambulance:before {
    content: "\f0f9"
}

.icon-medkit:before {
    content: "\f0fa"
}

.icon-fighter-jet:before {
    content: "\f0fb"
}

.icon-beer:before {
    content: "\f0fc"
}

.icon-h-sign:before {
    content: "\f0fd"
}

.icon-plus-sign-alt:before {
    content: "\f0fe"
}

.icon-double-angle-left:before {
    content: "\f100"
}

.icon-double-angle-right:before {
    content: "\f101"
}

.icon-double-angle-up:before {
    content: "\f102"
}

.icon-double-angle-down:before {
    content: "\f103"
}

#logo-slider .icon-angle-left:before,
#homepage-carousel .icon-angle-left:before {
    content: "\f104"
}

#logo-slider .icon-angle-right:before,
#homepage-carousel .icon-angle-right:before {
    content: "\f105"
}

.icon-angle-up:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #5e5e5e;
    border-right: 1px solid #5e5e5e;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    margin: 6px 3px 0;
}

.icon-angle-down:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #5e5e5e;
    border-right: 1px solid #5e5e5e;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    margin: 0 3px;
    margin-top: 3px;
}

.icon-desktop:before {
    content: "\f108"
}

.icon-laptop:before {
    content: "\f109"
}

.icon-tablet:before {
    content: "\f10a"
}

.icon-mobile-phone:before {
    content: "\f10b"
}

.icon-circle-blank:before {
    content: "\f10c"
}

.icon-quote-left:before {
    content: "\f10d"
}

.icon-quote-right:before {
    content: "\f10e"
}

.icon-spinner:before {
    content: "\f110"
}

.icon-circle:before {
    content: "\f111"
}

.icon-mail-reply:before,
.icon-reply:before {
    content: "\f112"
}

.icon-github-alt:before {
    content: "\f113"
}

.icon-folder-close-alt:before {
    content: "\f114"
}

.icon-folder-open-alt:before {
    content: "\f115"
}

.icon-expand-alt:before {
    content: "\f116"
}

.icon-collapse-alt:before {
    content: "\f117"
}

.icon-smile:before {
    content: "\f118"
}

.icon-frown:before {
    content: "\f119"
}

.icon-meh:before {
    content: "\f11a"
}

.icon-gamepad:before {
    content: "\f11b"
}

.icon-keyboard:before {
    content: "\f11c"
}

.icon-flag-alt:before {
    content: "\f11d"
}

.icon-flag-checkered:before {
    content: "\f11e"
}

.icon-terminal:before {
    content: "\f120"
}

.icon-code:before {
    content: "\f121"
}

.icon-reply-all:before {
    content: "\f122"
}

.icon-mail-reply-all:before {
    content: "\f122"
}

.icon-star-half-full:before,
.icon-star-half-empty:before {
    content: "\f123"
}

.icon-location-arrow:before {
    content: "\f124"
}

.icon-crop:before {
    content: "\f125"
}

.icon-code-fork:before {
    content: "\f126"
}

.icon-unlink:before {
    content: "\f127"
}

.icon-question:before {
    content: "\f128"
}

.icon-info:before {
    content: "\f129"
}

.icon-exclamation:before {
    content: "\f12a"
}

.icon-superscript:before {
    content: "\f12b"
}

.icon-subscript:before {
    content: "\f12c"
}

.icon-eraser:before {
    content: "\f12d"
}

.icon-puzzle-piece:before {
    content: "\f12e"
}

.icon-microphone:before {
    content: "\f130"
}

.icon-microphone-off:before {
    content: "\f131"
}

.icon-shield:before {
    content: "\f132"
}

.icon-calendar-empty:before {
    content: "\f133"
}

.icon-fire-extinguisher:before {
    content: "\f134"
}

.icon-rocket:before {
    content: "\f135"
}

.icon-maxcdn:before {
    content: "\f136"
}

.icon-chevron-sign-left:before {
    content: "\f137"
}

.icon-chevron-sign-right:before {
    content: "\f138"
}

.icon-chevron-sign-up:before {
    content: "\f139"
}

.icon-chevron-sign-down:before {
    content: "\f13a"
}

.icon-html5:before {
    content: "\f13b"
}

.icon-css3:before {
    content: "\f13c"
}

.icon-anchor:before {
    content: "\f13d"
}

.icon-unlock-alt:before {
    content: "\f13e"
}

.icon-bullseye:before {
    content: "\f140"
}

.icon-ellipsis-horizontal:before {
    content: "\f141"
}

.icon-ellipsis-vertical:before {
    content: "\f142"
}

.icon-rss-sign:before {
    content: "\f143"
}

.icon-play-sign:before {
    content: "\f144"
}

.icon-ticket:before {
    content: "\f145"
}

.icon-minus-sign-alt:before {
    content: "\f146"
}

.icon-check-minus:before {
    content: "\f147"
}

.icon-level-up:before {
    content: "\f148"
}

.icon-level-down:before {
    content: "\f149"
}

.icon-check-sign:before {
    content: "\f14a"
}

.icon-edit-sign:before {
    content: "\f14b"
}

.icon-external-link-sign:before {
    content: "\f14c"
}

.icon-share-sign:before {
    content: "\f14d"
}

.icon-compass:before {
    content: "\f14e"
}

.icon-collapse:before {
    content: "\f150"
}

.icon-collapse-top:before {
    content: "\f151"
}

.icon-expand:before {
    content: "\f152"
}

.icon-euro:before,
.icon-eur:before {
    content: "\f153"
}

.icon-gbp:before {
    content: "\f154"
}

.icon-dollar:before,
.icon-usd:before {
    content: "\f155"
}

.icon-rupee:before,
.icon-inr:before {
    content: "\f156"
}

.icon-yen:before,
.icon-jpy:before {
    content: "\f157"
}

.icon-renminbi:before,
.icon-cny:before {
    content: "\f158"
}

.icon-won:before,
.icon-krw:before {
    content: "\f159"
}

.icon-bitcoin:before,
.icon-btc:before {
    content: "\f15a"
}

.icon-file:before {
    content: "\f15b"
}

.icon-file-text:before {
    content: "\f15c"
}

.icon-sort-by-alphabet:before {
    content: "\f15d"
}

.icon-sort-by-alphabet-alt:before {
    content: "\f15e"
}

.icon-sort-by-attributes:before {
    content: "\f160"
}

.icon-sort-by-attributes-alt:before {
    content: "\f161"
}

.icon-sort-by-order:before {
    content: "\f162"
}

.icon-sort-by-order-alt:before {
    content: "\f163"
}

.icon-thumbs-up:before {
    content: "\f164"
}

.icon-thumbs-down:before {
    content: "\f165"
}

.icon-youtube-sign:before {
    content: "\f166"
}

.icon-youtube:before {
    content: "\f167"
}

.icon-xing:before {
    content: "\f168"
}

.icon-xing-sign:before {
    content: "\f169"
}

.icon-youtube-play:before {
    content: "\f16a"
}

.icon-dropbox:before {
    content: "\f16b"
}

.icon-stackexchange:before {
    content: "\f16c"
}

.icon-instagram:before {
    content: "\f16d"
}

.icon-flickr:before {
    content: "\f16e"
}

.icon-adn:before {
    content: "\f170"
}

.icon-bitbucket:before {
    content: "\f171"
}

.icon-bitbucket-sign:before {
    content: "\f172"
}

.icon-tumblr:before {
    content: "\f173"
}

.icon-tumblr-sign:before {
    content: "\f174"
}

.icon-long-arrow-down:before {
    content: "\f175"
}

.icon-long-arrow-up:before {
    content: "\f176"
}

.icon-long-arrow-left:before {
    content: "\f177"
}

.icon-long-arrow-right:before {
    content: "\f178"
}

.icon-apple:before {
    content: "\f179"
}

.icon-windows:before {
    content: "\f17a"
}

.icon-android:before {
    content: "\f17b"
}

.icon-linux:before {
    content: "\f17c"
}

.icon-dribbble:before {
    content: "\f17d"
}

.icon-skype:before {
    content: "\f17e"
}

.icon-foursquare:before {
    content: "\f180"
}

.icon-trello:before {
    content: "\f181"
}

.icon-female:before {
    content: "\f182"
}

.icon-male:before {
    content: "\f183"
}

.icon-gittip:before {
    content: "\f184"
}

.icon-sun:before {
    content: "\f185"
}

.icon-moon:before {
    content: "\f186"
}

.icon-archive:before {
    content: "\f187"
}

.icon-bug:before {
    content: "\f188"
}

.icon-vk:before {
    content: "\f189"
}

.icon-weibo:before {
    content: "\f18a"
}

.icon-renren:before {
    content: "\f18b"
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%
}

html,
body {
    background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

b,
strong {
    font-weight: bold
}

img {
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

ol,
ul {
    list-style: none
}

li {
    display: list-item
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th,
td,
caption {
    font-weight: normal;
    vertical-align: top;
    text-align: left
}

q {
    quotes: none
}

q:before,
q:after {
    content: '';
    content: none
}

sub,
sup,
small {
    font-size: 75%
}

sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

svg {
    overflow: hidden
}

form.styled {
    margin: 0;
    padding: 0
}

form.styled {
    color: #7f8a8b
}

form.styled input {
    border: 1px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    height: 22px;
    margin-bottom: 10px;
    padding: 2px 3px
}

form.styled input[type="text"] {
    color: #7f8a8b;
    font-size: .9em
}

form.styled p.privacy {
    color: #c3c3c3
}

form.styled input:focus,
form.styled textarea:focus {
    border-collapse: separate;
    -webkit-box-shadow: 0 0 1px #089bf0;
    -moz-box-shadow: 0 0 1px #089bf0;
    box-shadow: 0 0 1px #089bf0;
    color: #333
}

form.styled textarea {
    font-family: Arial, sans-serif;
    border: 1px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    font-size: 1em;
    margin-bottom: 10px;
    padding: 3px
}

form.styled select {
    margin-bottom: 10px
}

form.styled ul.errors {
    display: inline;
    float: left
}

form.styled ul.errors li {
    color: #f89406;
    line-height: 28px;
    list-style: none outside none
}

form.styled .hint {
    font-size: 11px;
    display: block;
    margin-left: 100px;
    position: relative;
    top: -5px
}

form.styled label {
    height: 22px;
    line-height: 22px;
    color: #28394c
}

form.styled input.error {
    box-shadow: 0 0 6px #e0a99e
}

form.styled .error-message {
    background-color: #f7d7d0;
    font-size: 12px;
    padding: 8px;
    position: relative;
    border: 4px solid #f7d7d0;
    text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px 0;
    margin-bottom: 10px
}

form.styled .error-message a {
    color: #d64238;
    text-decoration: underline
}

form.styled .error-message:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #f7d7d0 transparent;
    top: -22px;
    left: 134px
}

form.styled-vertical label {
    display: block
}

form.styled input[type=file] {
    border: 0
}

html {}

body {
    font-size: 14px;
    color: #333;
    height: auto;
}

em {
    font-family: Georgia, Times, serif;
    font-style: italic
}

p {
    margin-bottom: .9em;
    line-height: 1.4em
}

ul {
    margin-left: 0
}

ul li {
    background: url(/images/bullet-black.png) no-repeat 0 .5em;
    margin-bottom: .7em;
    padding-left: 15px
}

ol {
    margin-left: 15px
}

ol li {
    margin-bottom: .7em
}

a {
    color: inherit;
    text-decoration: none;
    font-family: OpenSans;
}

a:hover {
    text-decoration: underline
}

.breadcrumb {
    margin: 30px 0
}

ol li {
    list-style: decimal
}

form input,
form textarea {
    font-family: AvenirNext;
}

.tile {
    background: #fff;
    /* border-bottom: 2px solid #dadada; */
    position: relative
}

.tile.expired img {
    filter: grayscale(100%);
    opacity: .35;
    filter: alpha(opacity=35)
}

.email-share {
    height: 21px;
    line-height: 13px
}

#top-offers {
    margin-bottom: 30px
}

#top-offers .offer-tile {
    margin-bottom: 10px !important
}

#top-offers .offer-container {
    margin-bottom: 0 !important
}

hr.dotted {
    border-top: 1px dotted #c3c3c3;
    margin-bottom: 10px
}

#fave-page {
    border-bottom: 1px solid #cfd3d4;
    border-top: 1px solid #cfd3d4;
    line-height: 33px;
    margin-left: 15px;
    padding: 10px 0
}

#fave-page .fave-button {
    background-color: white;
    border-radius: 50%;
    border: 1px solid #eaecec;
    float: left;
    height: 24px;
    margin-right: 10px;
    padding: 8px;
    text-align: center;
    width: 24px
}

#fave-page .fave-button i {
    font-size: 23px
}

#fave-page h5 {
    float: left;
    width: 153px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 42px;
    margin: 0
}

#fave-page.left-column {
    margin-left: 0
}

#fave .round-image-fave {
    margin-top: 25px
}

#fave .round-image-fave .fave-button {
    margin-right: 5px
}

#fave .round-image-fave .fave-icon {
    font-size: 20px;
    border-radius: 50%;
    border: 1px solid #eaecec;
    padding: 7px
}

#fave .round-image-fave>h5 {
    display: inline-block
}

#fave .round-image-fave>h5:hover {
    cursor: pointer
}

#privacy-policy-updated {
    background-color: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    color: white;
    padding: 10px 30px;
    text-align: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10000
}

#privacy-policy-updated a {
    color: white;
    text-decoration: underline
}

#privacy-policy-updated #privacy-policy-close {
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px
}

#takeover {
    position: absolute;
    top: 100px;
    right: 0;
    overflow: hidden;
    width: 125px;
    transition: width 1s;
    z-index: 100
}

#takeover:hover {
    width: 320px
}

img.category {
    background: #633489;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 10px
}

ul.ui-autocomplete {
    z-index: 99999;
    background: #f9f9f9
}

.ui-autocomplete.modal-search div.ac_logo {
    height: 30px;
    width: 100px;
    margin-right: 5px;
    float: left
}

.ui-menu-item {
    background: 0;
    width: 100%;
    border-bottom: 1px solid #cfd3d4
}

.ui-menu-item .ac-content {
    color: #00afb4;
    padding: 15px 20px
}

.ui-menu-item .ac-content .logo {
    display: inline-block;
    width: 75px;
    height: 20px
}

.ui-menu-item .ac-content .ac-name {
    font-family: "OpenSans", arial, sans-serif
}

.ui-menu-item .ac-content .icon-heart-empty {
    color: #c3c3c3;
    padding-left: 25px
}

.ui-menu-item>.ui-state-focus {
    background-color: white
}

.ui-menu-item:hover {
    background-color: white
}

.header-search li.heading {
    background-image: none;
    background-color: #f3f3f3;
    margin: 0;
    overflow: hidden;
    padding: 15px 0 5px 10px;
    border-bottom: 1px solid #cfd3d4
}

p.bottom-right {
    text-align: right;
    margin: 5px 0 0;
    font-size: 14px
}

#fb-root {
    display: none
}

.offer-dates>span {
    margin-right: 20px
}

i.verified {
    color: #0e9e4a
}

.ui-autocomplete.body-search {
    background: #fff !important;
    border-radius: 0 !important
}

.ui-autocomplete.body-search .ac-content .ac-name {
    font-size: 20px
}

.hidden {
    display: none
}

.prefix-1-24 {
    padding-left: 4.1667%
}

.suffix-1-24 {
    padding-right: 4.1667%
}

#takeover.responsive {
    display: none
}

#modal {
    margin: 55px 10px
}

.pure-g {
    display: flex;
    margin: auto;
    max-width: 1280px
}

.pure-g * {
    box-sizing: border-box;
}

.pure-g body {
    font-size: 14px
}

.pure-g small {
    font-size: 12px;
    line-height: 12px
}

.pure-g img {
    max-width: 100%
}

.pure-g table {
    width: 100%
}

.pure-g h1 {
    font-size: 24px;
    line-height: 28px
}

.pure-g h2 {
    font-size: 25px;
    line-height: 34px;
    text-align: left;
    color: #333333;
    margin: 30px 0 15px;
    text-align: center;
    font-weight: 400;
}

.pure-g h2 small {
    font-size: 16px
}

.pure-g h3 {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-family: OpenSans;
    font-weight: 400;
    font-size: 25px;
    color: #333333;
    margin: 60px 0 42px 0;
}

.pure-g h3 small {
    font-size: 14px
}

.pure-g h4 {
    font-size: 16px
}

.pure-g h5 {
    font-size: 14px
}

.pure-g p {
    font-size: 14px
}

.pure-g .btn.big {
    font-size: 20px
}

.pure-g #fave-page {
    margin: 0
}

.pure-g #fave-page .fave-button {
    height: 40px;
    width: 40px;
    padding: 0
}

.pure-g #fave-page .fave-button i {
    font-size: 23px;
    position: relative;
    top: 8px;
    left: 1px
}

.pure-g .pure-u-1 {
    display: block;
}

#filterable-header .bac-pure-g {
    display: inline-block;
    width: 100%;
}

#filterable-header .pure-g .pure-u-1 {
    display: block;
    float: right;
    text-align: right;
    width: 25%;
}

#filterable-header .pure-g .pure-u-1.spc-nav {
    width: 100%;
}

#filterable-header .pure-g #middle-info {
    float: left;
    width: 75%;
}

#filterable-header .pure-g #middle-info h1 {
    font-family: OpenSans;
    font-size: 28px;
    letter-spacing: 0.3px;
    text-align: left;
    color: #333333;
    line-height: 38px;
}

#filterable-header .bac-pure-g ul {
    line-height: 16px;
    margin: 21px 0 1px;
}

@media screen and (min-width:48em) {
    #modal {
        margin: 100px 10px;
        width: 800px
    }
    .pure-g h1 {
        font-size: 42px;
        line-height: 1.2;
        font-weight: 700;
    }
    .pure-g h1.big {
        font-size: 40px;
        line-height: 45px
    }
    .pure-g h1.small {
        font-size: 29px;
        line-height: 29px
    }
    .pure-g h2 {
        font-size: 25px;
        line-height: 34px;
        text-align: left;
        color: #333333;
        margin: 40px 0 20px;
        text-align: center;
        font-weight: 400;
    }
    .pure-g h2 small {
        font-size: 18px
    }
    .pure-g h3 {
        font-size: 25px;
        line-height: 28px;
    }
    .pure-g h4 {
        font-size: 18px;
        font-weight: 400;
        line-height: 25px
    }
    .pure-g h5 {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px
    }
    .pure-g h5.capitalize {
        text-transform: capitalize
    }
    .pure-g .btn.big {
        font-size: 22px
    }
}

@media screen and (min-width:64em) {
    #takeover.responsive {
        display: block
    }
}

.flag-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em
}

.flag-icon:before {
    content: "\00a0"
}

.footer-flag {
    width: 17px
}

.flag-icon-au {
    background-image: url(/images/flags/au.svg)
}

.flag-icon-ca {
    background-image: url(/images/flags/ca.svg)
}

.flag-icon-gb {
    background-image: url(/images/flags/gb.svg)
}

.flag-icon-us {
    background-image: url(/images/flags/us.svg)
}

#comment-module {
    color: #28394c;
    font-size: 16px;
    margin-bottom: 50px
}

#comment-module #add-post-top {
    position: relative
}

#comment-module #add-post-top .current-user {
    float: right;
    font-size: 11px
}

#comment-module #add-post-top form button {
    float: right
}

#comment-module #add-post-top .success-message {
    background-color: #10b555;
    color: white;
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 5px
}

#comment-module .sign-in {
    color: #639adf;
    font-size: .8em;
    font-weight: bold
}

#comment-module .sign-in a {
    color: #639adf
}

#comment-module .comments-link {
    float: right;
    font-size: .9em;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-right: 10px;
    color: #00afb4;
    cursor: pointer
}

#comment-module .comments-link:hover {
    text-decoration: underline
}

#comment-module .comments-wrapper .comments {
    font-size: 15px
}

#comment-module .comments-wrapper .comments #see-more-link {
    color: #00afb4;
    cursor: pointer;
    float: right;
    padding-top: 5px
}

#comment-module .comments-wrapper .comments #see-more-link:hover {
    text-decoration: underline
}

#comment-module .comments-wrapper .comments .comment {
    padding: 15px 0;
    position: relative;
    border-bottom: 1px dotted #c0c0c0
}

#comment-module .comments-wrapper .comments .comment .avatar {
    position: absolute;
    top: 15px;
    left: 0;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #eee;
    padding: 3px;
    z-index: 2
}

#comment-module .comments-wrapper .comments .comment .avatar .author-image {
    background-size: 50px;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 0
}

#comment-module .comments-wrapper .comments .comment .word-bubble {
    margin-left: 75px;
    word-wrap: break-word
}

#comment-module .comments-wrapper .comments .comment .word-bubble p {
    margin-bottom: 0
}

#comment-module .comments-wrapper .comments .comment .word-bubble p:first-child {
    color: #959595;
    font-size: 13px;
    margin-bottom: 10px
}

.btn {
    border: 0;
    border-bottom-width: 3px;
    color: white;
    cursor: pointer;
    display: inline-block;
    line-height: 2em;
    font-size: 15px;
    padding: 0 .6em;
    text-align: center;
    transition: background-color .5s, border-color .5s, color .5s;
    font-family: OpenSans;
}

.btn img {
    position: relative;
    bottom: 1px
}

.btn:hover {
    text-decoration: none
}

.btn.big {
    font-size: 22px;
    border-bottom-width: 6px
}

.btn.small {
    font-size: 12px;
    border-bottom-width: 2px
}

/* .btn-green {
    background-color: #10b555;
} */

/* .btn-green:hover {
    background-color: #0e9e4a;
    border-color: #0c873f
} */

/* .btn-teal {
    background-color: #00afb4;
    border-bottom: 3px solid #00969b
}

.btn-teal:hover {
    background-color: #00969b;
    border-color: #007d81
}
 */

.btn-gray {
    background-color: #eaecec;
    border: 1px solid #cfd3d4;
    border-bottom: 3px solid #cfd3d4;
    color: #7f8a8b
}

.btn-hollow {
    background-color: transparent;
    border: 1px solid #00afb4;
    border-bottom: 3px solid #00afb4;
    color: #00afb4
}

.btn-hollow:hover {
    border-color: #00969b;
    color: #00969b
}

.btn-facebook {
    background-color: #3b5999;
    border-bottom: 3px solid #344e87
}

.btn-facebook:hover {
    background-color: #344e87;
    border-color: #2d4474
}

.btn-facebook i {
    margin-right: .6em
}

.buy-button .btn {
    text-transform: uppercase;
    padding: 0;
    width: 135px;
    margin: 0 0 0 0;
    border-radius: 2px;
    background-color: #00b3b6;
}

.buy-button .btn.code {
    padding: 0;
    /* margin: 22px 0 19px 0; */
    border-radius: 2px;
    background-color: #00b3b6;
    white-space: nowrap;
    position: relative
}

/* .buy-button .btn.code:hover .button-text {
    background-color: #00b3b6;
    border-color: #0c873f white #0c873f #0c873f
} */

.buy-button .btn.code.expired {
    border-color: #9aa2a3;
    width: 150px;
    overflow: hidden;
    padding: 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.buy-button .btn.code.expired .coupon-code {
    color: #7f8a8b;
    overflow: hidden;
    margin: 0 5px
}

.buy-button .btn.code.big .button-text {
    border-bottom-width: 6px
}

.buy-button .btn.code.big .button-text:after {
    height: 53px;
    right: -29px;
    width: 53px
}

.buy-button .btn.code .button-text {
    background-color: #00b3b6;
    position: relative;
    z-index: 1;
    transition: background-color .5s, border-color .5s, color .5s;
    /* padding: 0;
    width: 50%;
    margin: 22px 0 19px 0;*/
    border-radius: 2px;
}

.buy-button .btn.code .button-text.small {
    float: left;
    display: inline-block;
    width: 75%;
}

.buy-button .btn.code .button-text.not-small {
    float: left;
    display: inline-block;
    width: 85%;
    display: none
}

.buy-button .btn.code .peelie {
    /* display: inline; */
    /* height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1 */
    display: none;
}

.round-button i {
    border: 1px solid #00afb4;
    border-radius: 50%;
    display: inline-block;
    font-size: 20px;
    height: 20px;
    padding: 7px;
    text-align: center;
    width: 20px
}

.round-button:hover {
    text-decoration: none
}

.rounded-button {
    background-color: white;
    border: 1px solid #7f8a8b;
    border-radius: 6px;
    color: #28394c
}

@media screen and (min-width:48em) {
    .buy-button .btn.code .button-text.small {
        display: none
    }
    .buy-button .btn.code .button-text.not-small {
        display: block
    }
}

.dolphin.flag {
    font-family: 'OpenSans', Arial, sans-serif;
    font-family: "OpenSans", arial, sans-serif;
    font-weight: normal;
    line-height: 1.1em;
    background-color: #633489;
    color: white;
    font-size: 13px;
    padding: 3px 10px;
    letter-spacing: normal
}

.dolphin.flag .bold {
    font-weight: bold
}

.dolphin.navy-flag {
    background-color: #28394c
}

.dolphin.orange-flag {
    background-color: #f89406
}

.dolphin.sticker {
    margin-top: 1px;
    box-sizing: border-box;
    font-family: OpenSans;
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    color: #bb3b4c;
    text-transform: uppercase;
    padding-right: 10px;
    float: right;
}

.round-image {
    background-color: white;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    display: inline-block;
    position: relative
}

.round-image img {
    border-radius: 50%
}

.round-image img.icon {
    background-color: #633489;
    border: 15px solid white;
    padding: 10px
}

.round-image .round-image-fave {
    position: absolute;
    bottom: -5px;
    right: -5px
}

.round-image .round-image-fave .fave-button {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    background-color: white;
    height: auto;
    margin: 0;
    padding: 8px 9px 5px
}

.banner {
    position: absolute;
    top: -24px;
    font-family: OpenSans;
    font-size: 12px;
    background-color: #fff;
    line-height: 24px;
    z-index: 50;
    font-weight: 300;
    z-index: 1;
    width: 84px;
    height: 24px;
    margin: 0;
    background: url('/assets/images/Discount.png') no-repeat;
    background-size: 82px 24px;
}

.banner p {
    position: absolute;
    font-family: OpenSans;
    font-size: 12px;
    color: #ffffff;
    line-height: 24px;
    left: 6px;
    text-transform: Uppercase;
}

/* .banner.orange-banner {
    background-color: #f89406
}

.banner.orange-banner:after {
    border-top: 5px solid #ad6704
}

.banner.navy-banner {
    background-color: #28394c
}

.banner.navy-banner:after {
    border-top: 5px solid #0e131a
}

.banner:after {
    border-top: 5px solid #20112d;
    border-right: 5px solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    bottom: -5px;
    right: 0
} */

/* .banner.reverse {
    top: auto;
    left: auto;
    right: auto;
    margin-left: -5px
}

.banner.reverse:after {
    border-right: 0;
    border-left: 5px solid transparent;
    left: 0;
    right: auto
} */

form.dolphin label {
    display: block;
    margin-bottom: 3px
}

form.dolphin label .required {
    color: #7f8a8b;
    font-size: 12px;
    font-style: italic
}

form.dolphin label .character-count {
    color: #7f8a8b;
    float: right;
    font-size: 12px;
    text-align: right
}

form.dolphin input,
form.dolphin textarea {
    border: 1px solid #cfd3d4;
    display: block;
    margin-bottom: 10px;
    margin-top: 0
}

form.dolphin input:focus,
form.dolphin textarea:focus {
    outline: 0
}

form.dolphin input[type=text],
form.dolphin input[type=password],
form.dolphin input[type=email],
form.dolphin textarea {
    font-family: Arial, sans-serif;
    line-height: 1.5;
    box-sizing: border-box;
    font-size: 14px;
    padding: 5px;
    width: 100%
}

form.dolphin input[type=text]:focus,
form.dolphin input[type=password]:focus,
form.dolphin input[type=email]:focus,
form.dolphin textarea:focus {
    border-color: #00afb4;
    box-shadow: 0 0 2px #00afb4
}

form.dolphin input[type=text].error,
form.dolphin input[type=password].error,
form.dolphin input[type=email].error,
form.dolphin textarea.error {
    border-color: #ff871b;
    box-shadow: 0 0 2px #ff871b
}

form.dolphin .inline-with-button {
    position: relative
}

form.dolphin .inline-with-button input {
    line-height: 1.15;
    padding: 9px 5px;
    padding-right: 80px
}

form.dolphin .inline-with-button button {
    position: absolute;
    right: 4px;
    top: 4px
}

form.dolphin .inline-with-button.large input {
    line-height: 1.7
}

form.dolphin .checkbox,
form.dolphin .radio {
    margin-bottom: 10px
}

form.dolphin .checkbox input,
form.dolphin .radio input {
    display: inline;
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 5px
}

form.dolphin .checkbox .optional,
form.dolphin .radio .optional {
    display: inline-block
}

form.dolphin .date-picker {
    position: relative
}

form.dolphin .date-picker i {
    color: #00afb4;
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 5px
}

form.dolphin input[type=file] {
    border: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5
}

form.dolphin select {
    margin-bottom: 10px;
    margin-top: 5px
}

form.dolphin select.error {
    box-shadow: 0 0 2px #ff871b
}

form.dolphin .error-message {
    color: #ff871b
}

form.dolphin p.error-message {
    color: #ff871b;
    margin-top: -5px
}

form.dolphin p.success-message {
    color: #0e9e4a;
    margin-top: -5px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1.underlined,
h2.underlined,
h3.underlined,
h4.underlined,
h5.underlined,
h6.underlined {
    border-bottom: 1px solid #dadada;
    margin-bottom: 5px;
    padding-bottom: 5px
}

h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced,
h6.spaced {
    margin-bottom: 1em
}

h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {
    font-size: .8em
}

h1 {
    font-size: 35px;
    line-height: 40px
}

h1.big {
    font-size: 40px;
    line-height: 45px
}

h1.small {
    font-size: 29px;
    line-height: 29px
}

h2 {
    font-size: 26px;
    line-height: 30px
}

h3 {
    font-size: 25px;
    line-height: 35px
}

h3 .view-all {
    font-size: 16px
}

h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px
}

h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px
}

h6 {
    font-size: 13px;
    font-weight: 700;
    line-height: 16px
}

ul.dolphin li {
    background: 0;
    padding-left: 0
}

ol.dolphin {
    margin-left: 0
}

ul.dolphin {
    padding-left: 0
}

ul.dolphin li {
    list-style: none
}

ul.dolphin.bullets {
    padding-left: 15px
}

ul.dolphin.bullets li {
    list-style: disc
}

ul.dolphin.bullets.center li {
    list-style-position: inside
}

ul.dolphin.checkmarks {
    padding-left: 20px
}

ul.dolphin.checkmarks li {
    list-style: none;
    text-indent: -0.75em
}

ul.dolphin.checkmarks li:before {
    color: #0e9e4a;
    content: "ï€Œ";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: .5em
}

ul.dolphin.filters li {
    list-style: none
}

ul.dolphin.filters li:before {
    color: #00afb4;
    content: "ï‚–";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: .5em
}

ul.dolphin.filters li.selected:before {
    content: "ï…Š"
}

ul.dolphin.filters li:hover {
    cursor: pointer;
    color: #00afb4;
    text-decoration: underline
}

ul.dolphin.inline {
    display: inline-block
}

ul.dolphin.inline li {
    display: inline;
    list-style: none;
    margin-right: 15px
}

ul.dolphin.inline.breadcrumbs {
    font-family: AvenirNext;
    font-size: 12px;
    text-align: left;
    color: #5e5e5e;
}

ul.dolphin.inline.breadcrumbs li {
    margin-right: 1px
}

ul.dolphin.inline.breadcrumbs li>span {
    text-transform: capitalize
}

ul.dolphin.inline.breadcrumbs li>a {
    color: #00b3b6;
}

ul.dolphin.inline.breadcrumbs li:last-of-type:after {
    content: " " !important;
    display: inline-block
}

ul.dolphin.inline.tags li {
    margin-right: 5px
}

ul.dolphin.inline.tags .label {
    color: #b5bbbb;
    text-transform: uppercase
}

ul.dolphin.inline.tags .tag {
    background-color: #e6e6e6;
    border-radius: 8px;
    display: inline-block
}

ul.dolphin.inline.tags .tag a {
    display: inline-block;
    padding: 3px 10px
}

ul.dolphin.inline.tags .tag:hover {
    background-color: #dadada
}

ul.dolphin.inline.tags .tag:hover a {
    text-decoration: none
}

ul.dolphin.inline.pagination li {
    margin-right: 5px
}

ul.dolphin.inline.pagination li>span,
ul.dolphin.inline.pagination li>a {
    border: 1px solid white;
    border-radius: 50%;
    color: #00afb4;
    display: inline-block;
    height: 16px;
    padding: 3px;
    width: 16px
}

ul.dolphin.inline.pagination li>span:hover,
ul.dolphin.inline.pagination li>a:hover {
    border: 1px solid #00afb4;
    cursor: pointer;
    text-decoration: none
}

ul.dolphin.inline.pagination li.selected {
    color: #28394c;
    display: inline-block;
    border: 1px solid #28394c;
    border-radius: 50%;
    height: 16px;
    padding: 3px;
    width: 16px
}

ul.dolphin.media-list li {
    list-style: none
}

ul.dolphin.media-list li .media {
    float: left;
    margin-right: 10px
}

ul.dolphin.media-list li .media i {
    font-size: 45px
}

ol.dolphin {
    padding-left: 20px
}

ol.dolphin li {
    list-style: decimal
}

.dolphin.has-dropdown {
    border-top: 2px solid rgba(0, 0, 0, 0);
    display: inline-block;
    margin-left: 5px;
    position: relative;
    z-index: 1
}

.dolphin.has-dropdown>span,
.dolphin.has-dropdown>a {
    color: white;
    display: block;
    padding: 0 12px;
    position: relative;
    z-index: 11
}

.dolphin.has-dropdown a {
    display: inline-block
}

.dolphin.has-dropdown a:hover {
    background-color: #f3f3f3;
    text-decoration: none
}

.dolphin.has-dropdown:hover {
    border-top: 2px solid #00afb4
}

.dolphin.has-dropdown:hover>span {
    background-color: white;
    color: #28394c
}

.dolphin.has-dropdown:hover>a {
    background-color: white;
    color: #00afb4
}

.dolphin.has-dropdown:hover .dropdown {
    display: block
}

.dolphin.has-dropdown .dropdown {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    display: none;
    position: absolute;
    padding: 0;
    left: 0;
    text-align: left;
    background: white;
    padding: 5px;
    width: 180px;
    z-index: 10
}

.dolphin.has-dropdown .dropdown li {
    line-height: 1.8em;
    list-style: none;
    margin-bottom: 5px
}

.dolphin.has-dropdown .dropdown li a {
    display: block;
    padding: 2px 6px
}

.dolphin.has-dropdown .dropdown hr {
    border-top: 1px solid #eaecec;
    height: 1px;
    margin: 10px 0
}

.no-scroll {
    overflow: hidden !important
}

#modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99997;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

#modal {
    display: inline-block;
    position: relative;
    text-align: left;
    z-index: 99998
}

#modal.dialogue {
    background-color: white;
    box-shadow: 0 0 5px #363b3b;
    padding: 20px
}

#modal.dialogue h1,
#modal.dialogue h2 {
    text-align: center
}

#modal.dialogue .text-close {
    color: #b5bbbb;
    cursor: pointer;
    text-decoration: underline
}

#modal.dialogue .text-close:hover {
    text-decoration: underline
}

#modal.dialogue.header-top {
    border-top: 12px solid #00afb4;
    padding: 0
}

#modal.dialogue.header-top .header-bar {
    background-color: #f8f8f8;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px
}

#modal.dialogue.header-top .header-bar img {
    padding: 10px 0 0 0
}

#modal.dialogue.header-top .info-section {
    padding: 0 8% 20px 8%
}

#modal.dialogue.header-top .info-section .flag {
    display: inline-block;
    padding: 7px 10px
}

#modal.dialogue.header-top .info-section .buy {
    margin-bottom: 20px;
    margin-top: 20px
}

#modal.dialogue .extension-modal {
    text-align: center
}

#modal.dialogue .last-chance-offer .buy-button {
    width: 250px
}

#modal.dialogue #safari-instructions-modal {
    text-align: center
}

#modal.dialogue #safari-instructions-modal img {
    padding: 20px
}

#modal.dialogue #safari-instructions-modal p {
    text-align: center
}

#modal #fave #fave-link {
    color: #28394c;
    font-weight: bold
}

#modal.modular .module {
    background-color: white;
    box-shadow: 0 0 5px #363b3b;
    margin-bottom: 25px
}

#modal.modular .module .body {
    padding: 15px 0
}

#modal.modular .module.modal-focus {
    background-color: #633489;
    color: white
}

#modal.modular .module.modal-focus h1,
#modal.modular .module.modal-focus h2,
#modal.modular .module.modal-focus h3,
#modal.modular .module.modal-focus h4,
#modal.modular .module.modal-focus h5 {
    color: white
}

#modal.modular #sharing-module h5 {
    display: inline;
    margin-right: 10px
}

#modal.modular #sharing-module #modal-email-offer .inline-with-button {
    padding-left: 145px
}

#modal.modular #sharing-module #modal-email-offer .inline-with-button h5 {
    position: absolute;
    top: 8px;
    left: 0
}

#modal.modular #sharing-module #modal-email-offer .inline-with-button input {
    margin-bottom: 0
}

#modal.modular #sharing-module #modal-email-offer .inline-with-button .status {
    margin-bottom: 0;
    margin-top: 5px
}

#modal.modular #modal-addon-module {
    text-align: center
}

#modal.modular #modal-signup-module .round-image {
    top: 30px;
    margin-top: -30px
}

#modal.modular #modal-signup-module #email-signup .privacy {
    font-size: 12px;
    color: white
}

#modal.modular #email-signup #emailupdates-invalid-email {
    display: none
}

#modal.modular #email-signup #emailupdates-success {
    display: none
}

#modal.modular #email-signup .email-updates {
    border: 0;
    margin: 0;
    padding: 0
}

#modal.modular #email-signup .emailupdates-tryagain {
    color: #00afb4;
    cursor: pointer
}

#modal.modular #email-signup .emailupdates-tryagain:hover {
    text-decoration: underline
}

#modal .success-message {
    background-color: #f9fefb;
    border: 2px solid #e2fced;
    color: #0e9e4a;
    margin: 0 30px 15px 30px;
    padding: 8px;
    text-align: center;
    margin-left: 0
}

#modal .disclaimer {
    color: #b5bbbb;
    font-size: 13px;
    margin-top: 40px;
    text-align: center
}

#modal #close-modal {
    font-family: 'OpenSans', Arial, sans-serif;
    color: #cfd3d4;
    cursor: pointer;
    font-size: 36px;
    font-weight: 300;
    height: 21px;
    line-height: 21px;
    overflow: hidden;
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 10000
}

.dolphin.tabs {
    background-color: white
}

.dolphin.tabs .tab {
    color: #00afb4;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    padding: 0 10px;
    transition: background-color .5s
}

.dolphin.tabs .tab.hidden {
    display: none
}

.dolphin.tabs .tab.title {
    color: #28394c;
    font-weight: bold
}

.dolphin.tabs .tab.title:hover {
    background-color: white;
    border: 0;
    cursor: default
}

.dolphin.tabs .tab.selected {
    background: #f3f3f3;
    color: #28394c;
    cursor: default
}

.dolphin.tabs .tab.has-dropdown {
    padding: 0
}

.dolphin.tabs .tab:hover {
    background-color: #f3f3f3
}

.dolphin.tabs.vertical {
    border-bottom: 0;
    padding: 5px 0
}

.dolphin.tabs.vertical .tab {
    display: block;
    margin-right: 0;
    text-align: left
}

.dolphin.tabs.dark {
    background-color: #e6e6e6
}

.dolphin.tabs.dark .tab.selected {
    background-color: white
}

.dolphin.tabs.dark .tab.selected:hover {
    background-color: white
}

.dolphin.tabs.dark .tab:hover {
    background-color: #dadada
}

.dolphin.tabs.detached.tabs {
    border-collapse: separate;
    -webkit-box-shadow: 0 0 3px #cfd3d4;
    -moz-box-shadow: 0 0 3px #cfd3d4;
    box-shadow: 0 0 3px #cfd3d4
}

.dolphin.tabs.detached .tab.selected {
    background-color: #e6e6e6
}

table.dolphin {
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%
}

table.dolphin td,
table.dolphin th {
    padding: 8px 10px
}

table.dolphin tr.odd {
    background-color: #e6e6e6
}

table.dolphin .fa-check {
    color: #0e9e4a;
    font-size: 16px
}

table.dolphin.summary td,
table.dolphin.summary th {
    background-color: white;
    border: 1px solid #dadada;
    padding: 8px 5px;
    text-align: center;
    vertical-align: middle
}

table.dolphin.summary tr:first-child th {
    background-color: #e6e6e6;
    font-weight: bold
}

table.dolphin.summary tr th {
    background-color: #f3f3f3
}

table.dolphin.zebra td.label {
    font-weight: bold;
    width: 140px
}

table.dolphin.compare-grid {
    table-layout: fixed
}

table.dolphin.compare-grid td {
    text-align: center
}

table.dolphin.compare-grid td.label {
    font-weight: bold;
    text-align: left;
    width: 220px
}

table.dolphin.compare-grid .icon-ok {
    color: #0e9e4a
}

.fave-button {
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin-right: 25px;
    padding-right: 3px;
    text-align: left
}

.fave-button .fave-icon {
    color: #cfd3d4;
    font-size: 1.4em
}

.fave-button:hover .fave-icon {
    color: #dd418e
}

.fave-button.faved .fave-icon {
    color: #dd418e
}

.fave-button.faved:hover .fave-icon {
    color: #ddd
}

.buy {
    text-align: center
}

.buy p.pricing {
    font-family: "OpenSans", arial, sans-serif;
    font-weight: normal;
    line-height: 1.1em;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    z-index: 1
}

.buy p.pricing .bold {
    font-weight: bold
}

.buy p.pricing .finalprice {
    color: #0e9e4a;
    font-size: 16px
}

.buy p.pricing .originalprice {
    color: #28394c;
    font-size: .85em;
    padding-right: 5px;
    text-decoration: line-through;
    width: 124px;
    font-weight: normal
}

.buy p.pricing .originalprice.longprice {
    display: block;
    padding-right: 0;
    width: auto
}

.buy input[type=text] {
    border: 1px solid #999;
    color: #666;
    font-size: 11px;
    margin-bottom: 5px;
    padding: 2px;
    text-align: center;
    width: 120px
}

.buy label {
    font-weight: bold;
    color: #666
}

.buy .freeshipping,
.buy .stackable-savings {
    font-family: "OpenSans", arial, sans-serif;
    font-weight: normal;
    line-height: 1.1em;
    color: #0e9e4a;
    font-size: .9em;
    margin-bottom: .2em;
    font-weight: bold;
    text-align: center
}

.buy .freeshipping .bold,
.buy .stackable-savings .bold {
    font-weight: bold
}

.buy .freeshipping {
    font-size: 1.0em;
    font-weight: normal
}

.buy input.coupon-code {
    font-size: 1em;
    font-weight: bold;
    color: #0e9e4a;
    text-align: right;
    width: 134px
}

.buy-button {
    position: relative
}

.buy-button .peel-under {
    float: right;
    display: inline-block;
    width: 15%;
    background: #fff;
    color: #000;
    box-sizing: border-box;
    border: dashed 1px #00b3b6;
    border-left: 0;
    text-align: left;
    overflow: hidden;
    direction: rtl;
}

@media screen and (min-width:48em) {
    .buy p.pricing .finalprice {
        font-size: 18px
    }
}

.save-button {
    background-color: #e6e6e6;
    color: #8d8d8d;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    padding: 7px 15px;
    text-align: center
}

.save-button:hover {
    background-color: #dadada
}

.save-button.saved i {
    font-size: 14px;
    color: #0e9e4a
}

.save-button.saved i:hover {
    color: #0e9e4a
}

.comment-rating-modal {
    background-color: white
}

#comment-rating-modal,
#comment-drawer {
    padding: 15px 25px;
    position: relative;
    color: #28394c;
    margin: 2%;
    text-align: center;
    background-color: #633489
}

#comment-rating-modal h3,
#comment-drawer h3 {
    color: white
}

#comment-rating-modal .addpost,
#comment-drawer .addpost {
    padding-top: 15px
}

#comment-rating-modal .addpost .error-message,
#comment-drawer .addpost .error-message {
    color: #f89406
}

#comment-rating-modal .form-element,
#comment-drawer .form-element {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #5b307e;
    padding: 15px 25px;
    margin-bottom: 10px
}

#comment-rating-modal .form-element textarea,
#comment-drawer .form-element textarea {
    color: #28394c;
    margin-bottom: 0;
    resize: none
}

#comment-rating-modal .form-element .rating-container .star-rating i,
#comment-drawer .form-element .rating-container .star-rating i {
    color: white;
    cursor: pointer;
    font-size: 24px;
    padding: 10px
}

#comment-rating-modal .form-element .rating-container .star-rating i.starred,
#comment-drawer .form-element .rating-container .star-rating i.starred {
    color: #f3c92c
}

#comment-rating-modal .question,
#comment-drawer .question {
    color: white
}

#comment-rating-modal .btn,
#comment-drawer .btn {
    margin: 10px 25%;
    width: 50%
}

@media screen and (min-width:64em) {
    #comment-rating-modal .form-element .rating-container,
    #comment-drawer .form-element .rating-container {
        text-align: left
    }
    #comment-rating-modal .form-element .rating-container .star-rating,
    #comment-drawer .form-element .rating-container .star-rating {
        text-align: center
    }
    #comment-rating-modal .form-element .rating-container .star-rating i,
    #comment-drawer .form-element .rating-container .star-rating i {
        padding: 4px
    }
}

.email-updates {
    background-color: white;
    border: 4px solid #00afb4;
    padding: 10px;
    color: #28394c;
    margin-bottom: 30px
}

.email-updates h3,
.email-updates h4 {
    text-align: center;
    margin: 5px 0
}

.email-updates h4 {
    font-weight: normal
}

.email-updates p {
    text-align: center
}

.email-updates .success {
    color: #0e9e4a;
    font-size: 1em;
    font-weight: bold
}

.email-updates .failure {
    color: #f89406;
    font-size: 1em;
    font-weight: bold
}

.email-updates .failure .emailupdates-tryagain {
    color: #00afb4;
    cursor: pointer
}

.email-updates .failure .emailupdates-tryagain:hover {
    text-decoration: underline
}

.email-updates .checkbox label {
    color: #b5bbbb;
    margin-top: 3px;
    text-align: left;
    font-size: 11px;
    line-height: 14px
}

.email-updates p.privacy {
    color: #b5bbbb;
    margin-bottom: 0;
    margin-top: 5px;
    text-align: left;
    font-size: 11px;
    line-height: 14px
}

.email-updates .checkbox {
    font-size: 11px;
    margin-top: 5px
}

#emailupdates-invalid-email {
    color: #f89406;
    display: none;
    padding-bottom: 5px
}

.emailupdates-invalid-email {
    color: #f89406;
    display: none
}

#follow-and-share .email-updates {
    background-color: #dcdcdc
}

.pref-updated {
    display: none;
    color: #0e9e4a;
    background: #d4eede;
    text-align: center;
    padding: 8px 0;
    border-radius: 10px
}

#unsub-div {
    padding-bottom: 40px
}

#unsubscribe .radio label {
    padding-bottom: 10px
}

#unsubscribe .rounded-highlight {
    display: inline-block;
    background-color: #28394c;
    font-weight: normal;
    color: #fff;
    height: 20px;
    margin-top: -2px;
    padding: 2px 10px 0 10px;
    border-radius: 10px
}

#login-modal,
#signup-modal {
    text-align: center
}

#login-modal #heading,
#signup-modal #heading {
    padding-bottom: 15px;
    text-align: center
}

#login-modal #heading h4,
#signup-modal #heading h4 {
    text-align: center
}

#login-modal #fancy-or,
#signup-modal #fancy-or {
    margin-top: 10px
}

#login-modal form,
#signup-modal form {
    text-align: left
}

#login-modal .switch-link,
#signup-modal .switch-link {
    color: #b5bbbb;
    font-size: 13px
}

#login-modal .disclaimer,
#signup-modal .disclaimer {
    margin-top: 20px
}

@media screen and (min-width:48em) {
    #login-modal .btn-facebook,
    #signup-modal .btn-facebook {
        margin-top: 75px
    }
    #login-modal #fancy-or,
    #signup-modal #fancy-or {
        margin-top: 80px
    }
}

.offer-actions {
    border-top: 1px dotted #c0c0c0;
    color: #7f8a8b;
    font-size: 12px;
    height: 28px;
    margin-top: 5px;
    overflow: hidden
}

.offer-actions>span {
    display: inline-block;
    padding: 5px 10px
}

.offer-actions .right {
    border-left: 1px dotted #c0c0c0;
    float: right
}

.offer-actions .save-container {
    border-left: none;
    padding: 0
}

.offer-actions .left {
    border-right: 1px dotted #c0c0c0
}

.offer-actions i {
    color: #c0c0c0;
    cursor: pointer;
    font-size: 17px
}

.offer-actions i.icon-mobile-phone {
    font-size: 20px
}

.offer-actions i:hover {
    color: #00afb4
}

.offer-actions i.selected {
    color: #00afb4
}

.offer-actions .save-button {
    background-color: #e6e6e6;
    color: #8d8d8d;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    padding: 7px 15px;
    text-align: center
}

.offer-actions .save-button:hover {
    background-color: #dadada
}

.offer-actions .save-button.saved i {
    font-size: 14px;
    color: #0e9e4a
}

.offer-actions .save-button.saved i:hover {
    color: #0e9e4a
}

.offer-actions .success .spacer {
    display: inline-block;
    width: 5px
}

.offer-tile {
    box-sizing: content-box;
    margin-right: 10px;
    position: relative
}

.offer-tile * {
    box-sizing: content-box
}

.offer-tile .banner {
    top: -24px
}

.offer-tile .offer-image {
    margin: 0 10px;
    height: 125px;
    border-bottom: solid 0.5px #d5d5d5;
    text-align: center;
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -wekbit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.offer-tile .offer-image .brand-image {
    border-collapse: separate;
    -webkit-box-shadow: 0 0 2px #7f8a8b;
    -moz-box-shadow: 0 0 2px #7f8a8b;
    box-shadow: 0 0 2px #7f8a8b;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 10px
}

.offer-tile .offer-modal-link {
    cursor: pointer;
    max-width: 70%;
}

.offer-tile .offer-info {
    height: 75px;
    margin-top: 11px;
    padding: 0 10px;
    position: relative;
}

.offer-tile .offer-info .more-section {
    color: #28394c;
    font-size: 10px
}

.offer-tile .offer-info .more-section a {
    color: #28394c
}

.offer-tile .offer-info .more-section .verified {
    font-family: "OpenSans", arial, sans-serif;
    font-weight: normal;
    line-height: 1.1em;
    height: 11px;
    margin-bottom: 5px;
    text-align: right
}

.offer-tile .offer-info .more-section .verified .bold {
    font-weight: bold
}

.offer-tile .offer-info a {
    text-decoration: none;
    z-index: 3
}

.offer-tile .offer-info a:hover {
    text-decoration: underline
}

.offer-tile .offer-info .offer {
    font-size: 16px;
    line-height: 1.5;
    height: 48px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    font-family: AvenirNext;
    color: #5e5e5e;
    margin: 11px 0 5px 0;
}

.offer-tile .offer-info .offer span.savings {
    font-weight: bold
}

.offer-tile .offer-info .offer a:hover {
    text-decoration: underline
}

.offer-tile .offer-info .company-line {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    z-index: 2;
    text-transform: lowercase;
    font-weight: 400;
    font-style: normal;
    color: #5e5e5e;
    margin: 0;
    height: 18px;
    line-height: 18px;
    display: inline-block;
}

.offer-tile .offer-info .company-line a {
    color: #28394c;
}

.offer-tile .offer-info .company-line a strong {
    text-transform: capitalize;
    font-size: 12px;
    font-style: italic;
    color: #15a5a7;
    font-weight: 600;
    padding-right: 3px;
}

.offer-tile .buy-section {
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: center
}

.offer-tile .buy-section .buy {
    width: 100%;
}

.offer-tile .buy-section .alternate-pricing {
    display: inline-block;
    float: left;
    height: 25px;
    margin-bottom: 5px
}

.offer-tile .buy-section .sparkline-container {
    border-top: 1px dotted #c0c0c0;
    border-bottom: 1px dotted #c0c0c0;
    padding: 3px 0
}

.offer-tile .buy-section .sparkline {
    stroke: #00afb4;
    stroke-width: 1pt;
    stroke-linecap: round
}

.offer-tile .buy-section .offer-sparkline-graph {
    float: right
}

.offer-tile .buy-section .sparkline-label {
    font-size: 12px;
    color: #28394c;
    font-style: italic;
    line-height: 20px;
    height: 20px;
    display: inline-block
}

.offer-tile .buy-section .amazon-price {
    font-family: "OpenSans", arial, sans-serif;
    font-weight: normal;
    line-height: 1.1em;
    font-style: italic;
    font-size: 12px;
    border-top: 1px dotted #c0c0c0;
    border-bottom: 1px dotted #c0c0c0;
    padding: 3px 0
}

.offer-tile .buy-section .amazon-price .bold {
    font-weight: bold
}

.offer-tile .price-line {
    display: inline-block;
    float: right;
    height: 18px;
    font-size: 12px;
    margin: 0;
    font-family: OpenSans;
    font-weight: 600;
    font-style: italic;
    color: #bb3b4c;
}

.offer-tile .buy-section .price-line .offer-pricing {
    float: left
}

.offer-tile .buy-section .price-line .offer-pricing span {
    font-family: "OpenSans", arial, sans-serif
}

.offer-tile .buy-section .price-line .offer-pricing span.original-price {
    bottom: 2px;
    color: #28394c;
    font-size: .8em;
    position: relative;
    text-decoration: line-through
}

.offer-tile .buy-section .price-line .offer-pricing span.sale-price {
    color: #0e9e4a;
    font-size: 16px;
    font-weight: bold
}

.offer-tile .buy-section .price-line .offer-pricing span.sale-price.small {
    font-size: 12px
}

.offer-tile .buy-section .price-line .free-shipping {
    color: #0e9e4a;
    float: right;
    font-size: 11px;
    line-height: 23px;
    text-transform: uppercase
}

.offer-tile .actions {
    display: none
}

@media screen and (min-width:48em) {
    .offer-tile .actions {
        display: block;
        border-top: 1px dotted #c0c0c0;
        color: #cfd3d4;
        height: 27px;
        line-height: 27px;
        overflow: hidden;
        position: relative;
        z-index: 10
    }
    .offer-tile .actions .more-details {
        color: #7f8a8b;
        margin-left: 10px;
        float: left;
        font-size: 12px;
        text-decoration: underline
    }
    .offer-tile .actions .button {
        border-left: 1px dotted #c0c0c0;
        float: right;
        padding: 0 10px
    }
    .offer-tile .actions .button.save-container {
        border-left: none;
        line-height: normal;
        padding: 0
    }
    .offer-tile .actions .button.save-container .save-button {
        padding-left: 15px
    }
    .offer-tile .actions .button .email-button,
    .offer-tile .actions .button .sms-button {
        color: #c0c0c0;
        cursor: pointer;
        font-size: 17px
    }
    .offer-tile .actions .button .email-button:hover,
    .offer-tile .actions .button .sms-button:hover {
        color: #00afb4
    }
    .offer-tile .actions .button .sms-button {
        display: inline-block;
        font-size: 22px;
        margin-top: 2px
    }
}

#modal.exit-modal a.external:after {
    color: #00afb4;
    font-size: .8em
}

#modal.exit-modal #top {
    border-bottom: 1px solid #c3c3c3;
    padding: 15px 30px;
    text-align: center
}

#modal.exit-modal #top .exclusions-wrapper {
    position: relative;
    line-height: 16px
}

#modal.exit-modal #top .exclusions-wrapper span {
    overflow: hidden
}

#modal.exit-modal #top .exclusions-wrapper span#read-more {
    font-weight: bold;
    text-decoration: underline
}

#modal.exit-modal #top .exclusions-wrapper span#read-more i {
    margin-left: 3px;
    text-decoration: none
}

#modal.exit-modal #top .exclusions-wrapper.clipped span {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 220px
}

#modal.exit-modal #top .exclusions-wrapper.more-content {
    cursor: pointer
}

#modal.exit-modal #middle {
    text-align: center
}

#modal.exit-modal #middle .coupon-code .bold {
    font-weight: bold
}

#modal.exit-modal #middle #no-code {}

#modal.exit-modal #middle #no-code .savings {
    font-weight: bold
}

#modal.exit-modal #middle #no-code #use-this {
    font-size: 16px;
    color: #28394c;
    margin-bottom: 20px
}

#modal.exit-modal #middle #no-code #use-this span {
    font-weight: bold
}

#modal.exit-modal #middle #no-code #use-this img {
    cursor: pointer
}

#modal.exit-modal #middle #copy-code {
    padding: 8px;
    margin: 0 2% 10px;
    position: relative
}

#modal.exit-modal #middle #copy-code.focus {
    background-color: #633489
}

#modal.exit-modal #middle #copy-code.focus h4 {
    color: white
}

#modal.exit-modal #middle #copy-code #help {
    cursor: pointer;
    color: #00afb4;
    font-size: 18px;
    position: relative;
    left: 20px
}

#modal.exit-modal #bottom {
    display: block
}

#modal.exit-modal #bottom.extension {
    display: none
}

#modal.exit-modal #bottom.focus .exit-drawer {
    background: #633489;
    color: #fff
}

#modal.exit-modal #bottom.focus .exit-drawer p.email-checkbox {
    color: #fff
}

#modal.exit-modal #bottom.focus .exit-drawer p.email-checkbox a {
    font-weight: bold;
    color: #fff
}

#modal.exit-modal #bottom.focus .exit-drawer h3,
#modal.exit-modal #bottom.focus .exit-drawer label {
    color: #fff
}

#modal.exit-modal #bottom.focus .exit-drawer input {
    color: #28394c
}

#modal.exit-modal #bottom .exit-drawer {
    background: #dadada;
    display: none;
    padding: 10px;
    position: relative;
    color: #28394c;
    margin: 10px
}

#modal.exit-modal #bottom .exit-drawer ul {
    list-style: disc inside none
}

#modal.exit-modal #bottom .exit-drawer ul li {
    background: 0;
    padding-left: 0
}

#modal.exit-modal #bottom .exit-drawer .exit-drawer-close {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px
}

#modal.exit-modal #bottom .exit-drawer#signup-drawer {
    display: block;
    position: relative;
    text-align: left
}

#modal.exit-modal #bottom .exit-drawer#signup-drawer #email-drawer .logo-wrapper {
    margin: 0 auto;
    padding: 5px 5px 10px
}

#modal.exit-modal #bottom .exit-drawer#signup-drawer #email-drawer .form-wrapper #emailupdates-invalid-email {
    display: none
}

#modal.exit-modal #bottom .exit-drawer#signup-drawer #email-drawer .error {
    color: #f89406
}

#modal.exit-modal #bottom .exit-drawer#signup-drawer #email-drawer .failure {
    font-size: 1em;
    color: #f89406
}

#modal.exit-modal #bottom .exit-drawer#signup-drawer #email-drawer .failure .emailupdates-tryagain {
    color: #00afb4;
    cursor: pointer
}

#modal.exit-modal #bottom .exit-drawer#signup-drawer #email-drawer .failure .emailupdates-tryagain:hover {
    text-decoration: underline
}

#modal.exit-modal #bottom .exit-drawer#signup-drawer #addon-signup {
    display: block;
    text-align: center
}

#modal.exit-modal #bottom .exit-drawer#share-drawer .fb-like {
    margin-bottom: 15px
}

#modal.exit-modal #bottom .exit-drawer#share-drawer .fb-like .fb {
    float: left;
    margin-right: 10px
}

#modal.exit-modal #bottom .exit-drawer#share-drawer .share-link input {
    color: #28394c;
    padding: 5px;
    width: 100%
}

#modal.exit-modal #actions {
    border-bottom: 1px solid #c3c3c3;
    font-size: 11px;
    padding: 10px;
    text-align: right
}

#modal.exit-modal #actions #share {
    color: #00afb4;
    cursor: pointer
}

#modal.exit-modal #actions #share:hover {
    text-decoration: underline
}

#modal.exit-modal #paid-placement {
    padding: 10px 0;
    text-align: center
}

#modal.exit-modal .offer-feedback {
    margin-top: 30px
}

#modal.exit-modal .offer-feedback i {
    border-radius: 50%;
    border: 1px solid #00afb4;
    color: #00afb4;
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
    padding: 5px
}

#modal.exit-modal .offer-feedback i:hover {
    background-color: #00afb4;
    color: white;
    text-decoration: none
}

#modal.exit-modal #problem-content #problem-comment {
    height: 100%;
    width: 100%;
    resize: none
}

#modal.exit-modal #problem-content #problem-count {
    display: inline;
    margin-left: 10px
}

#noncomm-exit-bottom-module {
    padding: 10px
}

@media screen and (min-width:48em) {
    #modal.exit-modal #top .exclusions-wrapper.clipped span {
        max-width: 600px
    }
}

@media screen and (min-width:64em) {
    #modal.exit-modal #bottom.extension {
        display: block
    }
}

#modal.email-signup {
    background-color: #eee;
    box-shadow: 0 0 5px #363b3b;
    overflow: hidden;
    padding: 2% 10%;
    position: relative;
    text-align: center
}

#modal.email-signup #close-modal {
    color: #a6a6a6
}

#modal.email-signup img {
    border: 1px solid #28394c;
    margin-bottom: 20px;
    max-width: 105px
}

#modal.email-signup input {
    border: 1px solid #28394c;
    font-size: 15px;
    padding: 10px
}

#modal.email-signup .btn-teal {
    font-size: 18px;
    padding: 2px;
    margin-top: -8px
}

#modal.email-signup .stacked-email-input {
    display: inline-block;
    margin: 15px 0;
    width: 100%
}

#modal.email-signup .stacked-email-input input[placeholder] {
    text-align: center
}

#modal.email-signup .stacked-email-input .btn {
    width: 100%
}

#modal.email-signup .privacy {
    margin-bottom: 10px;
    opacity: .60
}

#modal.email-signup .privacy a {
    color: #333;
    font-weight: bold
}

#modal.email-signup p.text-close {
    cursor: pointer;
    opacity: .60;
    text-decoration: underline
}

#modal.push-down {
    margin-top: 250px
}

@media screen and (min-width:48em) {
    #modal.email-signup img {
        max-width: 100%
    }
}

footer {
    box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.1);
    font-size: 13px;
    margin-top: 93px;
    font-family: 'OpenSans', Arial, sans-serif;
    background-color: #fff;
}

footer.homepage {
    background-color: white
}

footer.homepage #homepage-find-alpha {
    margin: 50px 0 15px;
    text-align: center
}

footer.homepage #homepage-find-alpha h5 {
    display: inline-block
}

footer.homepage #homepage-find-alpha a {
    margin-left: 15px
}

footer #prefooter {
    background-color: white;
    height: 34px;
    line-height: 34px;
}

footer #prefooter h4 {
    margin: 20px 0 15px 0;
    text-align: center
}

footer #prefooter .email-updates {
    margin-bottom: 0;
    padding: 0;
    border: 0
}

footer #prefooter .email-updates .btn.small {
    line-height: 34px;
    padding: 0 1.4em;
    top: 0;
    right: 0
}

footer #prefooter .email-updates .privacy a {
    color: #b5bbbb;
    text-decoration: underline
}

footer #prefooter #offers-anywhere-buttons {
    margin-bottom: 20px;
    text-align: center
}

footer #prefooter #offers-anywhere-buttons .rounded-button {
    font-size: 11px;
    line-height: 30px;
    margin-bottom: 5px;
    padding: 5px 10px 5px 35px;
    text-align: left;
    position: relative
}

footer #prefooter #offers-anywhere-buttons .rounded-button img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 20px
}

footer a {
    color: #28394c
}

footer ul li {
    background: 0;
    padding-left: 0
}

footer #footer {
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center
}

footer #footer #footer-logo-container {
    padding: 0 4%
}

footer #footer #footer-logo-container #footer-logo {
    max-height: 37px;
    fill: #00afb4
}

footer #footer #footer-site-links {
    margin-bottom: 20px
}

footer #footer #footer-site-links li {
    display: inline-block;
    margin: 5px 8px 5px 0
}

footer #footer #footer-social-links {
    font-size: 16px
}

footer #footer #footer-social-links li {
    display: inline-block;
    margin: 0 10px
}

footer #footer #footer-social-links a {
    text-decoration: none
}

footer #footer hr {
    width: 100%;
    height: 2px;
    background-color: #cfd3d4;
    margin: 15px 0
}

footer #footer #footer-truste {
    margin-bottom: 20px
}

footer #footer p {
    color: #b5bbbb;
    font-size: 12px;
    text-align: left
}

footer #footer p a {
    color: #b5bbbb;
    text-decoration: underline
}

footer #footer #zd-logo {
    height: 18px;
    margin: 0 5px
}

@media screen and (min-width:48em) {
    footer #prefooter #offers-anywhere-buttons {
        margin-bottom: 0
    }
    footer #prefooter #offers-anywhere-buttons .rounded-button {
        margin-right: 10px
    }
    footer #footer #footer-site-links {
        text-align: left
    }
    footer #footer #footer-truste {
        padding-right: 20px
    }
}

@media screen and (min-width:64em) {
    footer #prefooter #offers-anywhere-buttons .rounded-button {
        line-height: 16px;
        max-width: 165px
    }
    footer #footer #footer-site-links {
        margin-bottom: 0;
        text-align: left
    }
}

@media screen and (min-width:80em) {
    footer #prefooter #offers-anywhere-buttons .rounded-button {
        margin-right: 30px
    }
}

header {
    background-color: #00afb4;
    text-align: center;
    height: 60px;
}

header #logo {
    margin-top: 18px;
    width: 195px;
}

header #search {
    width: 400px;
    padding: 12px 0;
    text-align: center;
    margin-left: auto;
}

header #search form {
    display: inline-block;
    position: relative;
    width: 100%
}

header #search form :focus {
    outline-color: #007d81
}

header #search input {
    border: 0;
    background-color: white;
    color: #b3b3b3;
    padding: 7px 40px 7px 20px;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
}

header #search input::-webkit-input-placeholder {
    color: #b3b3b3;
}

header #search button {
    background: transparent;
    border: 0;
    color: #b3b3b3;
    cursor: pointer;
    padding: 8px 15px;
    position: absolute;
    right: 0;
    top: 0
}

header #search button i {
    background: url('/assets/images/search.png') no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    display: block;
}

header #login-signup,
header #current-user {
    display: none
}

header #navigation-toggle {
    color: white;
    font-size: 16px;
    padding: 10px;
    padding-left: 4.1667%;
    position: absolute;
    top: 10px;
    left: 0
}

header #navigation-toggle i {
    line-height: 36px
}

header #slider-navigation {
    background-color: white;
    font-size: 16px;
    overflow: hidden;
    text-align: left;
    transition: left 300ms;
    width: 300px;
    position: fixed;
    bottom: 0;
    top: 0;
    left: -300px;
    z-index: 1000
}

header #slider-navigation.open {
    left: 0
}

header #slider-navigation a {
    color: #28394c
}

header #slider-navigation ul li {
    background: 0;
    display: block;
    margin-bottom: 0;
    padding: 0;
    position: relative
}

header #slider-navigation ul li>a,
header #slider-navigation ul li div {
    display: block;
    padding: 15px 20px;
    text-decoration: none
}

header #slider-navigation ul li.has-children ul {
    display: none
}

header #slider-navigation ul li.has-children:after {
    content: "\203A";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

header #slider-navigation #slider-current-user {
    padding-left: 60px;
    position: relative
}

header #slider-navigation #slider-current-user img {
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%)
}

header #slider-navigation #top-level {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: left 300ms
}

header #slider-navigation #top-level ul li {
    font-weight: bold;
    text-transform: uppercase
}

header #slider-navigation #top-level #slider-login-signup {
    background-color: #28394c;
    color: white;
    display: block;
    padding: 15px 20px
}

header #slider-navigation #top-level #nav-home {
    background-color: #00afb4;
    color: white;
    font-weight: bold;
    padding: 15px 20px
}

header #slider-navigation #top-level #nav-home a {
    color: white
}

header #slider-navigation #top-level #nav-home a:hover {
    text-decoration: none
}

header #slider-navigation #top-level .holiday-links ul {
    padding-left: 50px
}

header #slider-navigation #top-level .holiday-links ul li {
    font-weight: normal;
    text-transform: none
}

header #slider-navigation #sub-nav {
    position: absolute;
    left: 300px;
    top: 0;
    width: 100%;
    transition: left 300ms
}

header #slider-navigation #sub-nav #sub-nav-return {
    background-color: #00afb4;
    color: white;
    font-weight: bold;
    padding: 15px 20px
}

header #slider-navigation #sub-nav #sub-nav-contents div {
    font-weight: bold;
    padding: 15px 20px;
    text-transform: uppercase
}

header #slider-navigation #sub-nav #sub-nav-contents #slider-current-user {
    padding-left: 60px
}

header #main-navigation {
    display: none
}

@media screen and (min-width:48em) {
    header #navigation-toggle {
        font-size: 22px
    }
}

@media screen and (min-width:64em) {
    header {
        text-align: left;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 9000
    }
    header #login-signup {
        color: #28394c;
        display: inline-block;
        line-height: 56px;
        font-weight: bold;
        text-align: right
    }
    header #login-signup a {
        color: #28394c;
        text-transform: uppercase
    }
    header #current-user {
        display: inline-block;
        line-height: 56px;
        text-align: right
    }
    header #current-user #user-avatar {
        height: 30px;
        border-radius: 50%
    }
    header #current-user .has-dropdown {
        z-index: 2
    }
    header #current-user .has-dropdown .dropdown {
        width: 100%
    }
    header #current-user .icon-heart {
        margin-left: 10px
    }
    header #navigation-toggle {
        display: none
    }
    header #main-navigation {
        background-color: rgba(0, 0, 0, 0.1);
        display: block;
        font-size: 12px
    }
    header #main-navigation .has-dropdown {
        margin: 0 23px 0 0
    }
    header #main-navigation .has-dropdown>a,
    header #main-navigation .has-dropdown>span {
        padding: 12px 6px;
        letter-spacing: 1px;
        line-height: 15px;
        text-transform: uppercase
    }
    header #main-navigation #featured-header-links {
        text-align: right
    }
    header #main-navigation #featured-header-links a {
        display: inline-block;
        transition: background-color .3s;
        width: 105px
    }
    header #main-navigation #featured-header-links a:last-of-type {
        margin-left: 10px
    }
    header #main-navigation #featured-header-links a img {
        position: relative;
        top: 7px;
        z-index: 1
    }
    header #main-navigation #featured-header-links a:hover {
        background-color: rgba(0, 0, 0, 0.1)
    }
    #main {
        margin-top: 60px;
    }
}

body {
    transition: left 300ms ease;
    left: 0;
    position: relative;
    background-color: #f9f9f9;
}

.no-scroll {
    overflow: hidden !important;
    left: 300px
}

#slider-overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999
}

#offer-inject {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: white;
    box-shadow: 0 0 5px #959595;
    margin-bottom: 25px
}

#offer-modal,
#offer-inject {
    position: relative
}

#offer-modal h3,
#offer-inject h3 {
    font-size: 20px;
    line-height: 25px
}

#offer-modal .block,
#offer-inject .block {
    padding: 4% 4% 0 4%
}

#offer-modal .brand-image img,
#offer-inject .brand-image img {
    margin-top: 5px;
    border-collapse: separate;
    -webkit-box-shadow: 0 0 2px #7f8a8b;
    -moz-box-shadow: 0 0 2px #7f8a8b;
    box-shadow: 0 0 2px #7f8a8b
}

#offer-modal .modal-offer-image,
#offer-inject .modal-offer-image {
    position: relative;
    text-align: center
}

#offer-modal .modal-offer-image .sticker,
#offer-inject .modal-offer-image .sticker {
    height: 50px;
    position: absolute;
    top: -10px
}

#offer-modal h3,
#offer-inject h3 {
    line-height: 30px
}

#offer-modal h3 .savings,
#offer-inject h3 .savings {
    font-weight: bold
}

#offer-modal h3.offer-banner,
#offer-inject h3.offer-banner {
    margin-top: 25px
}

#offer-modal .merchant-link,
#offer-inject .merchant-link {
    padding-bottom: 10px
}

#offer-modal .merchant-link a,
#offer-inject .merchant-link a {
    font-weight: bold;
    color: #28394c
}

#offer-modal .offer-dates,
#offer-inject .offer-dates {
    margin-bottom: 0
}

#offer-modal .offer-dates .handpicked,
#offer-inject .offer-dates .handpicked {
    display: none
}

#offer-modal .feature-block,
#offer-inject .feature-block {
    border-top: 1px dotted #cfd3d4;
    padding-top: 10px
}

#offer-modal .coming-soon,
#offer-inject .coming-soon {
    font-weight: bold;
    padding-bottom: 45px
}

#offer-modal #email-offer-container,
#offer-inject #email-offer-container,
#offer-modal #sms-offer-container,
#offer-inject #sms-offer-container {
    display: none
}

#offer-modal #email-offer-container .email-description,
#offer-inject #email-offer-container .email-description,
#offer-modal #sms-offer-container .email-description,
#offer-inject #sms-offer-container .email-description {
    margin-bottom: 2px
}

#offer-modal #email-offer-container input,
#offer-inject #email-offer-container input,
#offer-modal #sms-offer-container input,
#offer-inject #sms-offer-container input {
    box-sizing: border-box;
    font-size: 14px;
    width: 100%
}

#offer-modal #email-offer-container .privacy,
#offer-inject #email-offer-container .privacy,
#offer-modal #sms-offer-container .privacy,
#offer-inject #sms-offer-container .privacy {
    color: #9aa2a3;
    font-size: 12px
}

#offer-modal .amazon-price,
#offer-inject .amazon-price {
    margin-bottom: 15px;
    font-family: "OpenSans", arial, sans-serif;
    font-weight: normal;
    line-height: 1.1em;
    font-style: italic
}

#offer-modal .amazon-price .bold,
#offer-inject .amazon-price .bold {
    font-weight: bold
}

#offer-modal .button-holder .pricing,
#offer-inject .button-holder .pricing {
    text-align: center;
    margin-bottom: 5px;
    font-family: "OpenSans", arial, sans-serif
}

#offer-modal .button-holder .pricing .originalprice,
#offer-inject .button-holder .pricing .originalprice {
    color: #28394c;
    font-size: 16px;
    margin-right: 10px;
    text-decoration: line-through
}

#offer-modal .button-holder .pricing .finalprice,
#offer-inject .button-holder .pricing .finalprice {
    color: #3abb70;
    font-size: 26px;
    font-weight: bold
}

#offer-modal .button-holder .pricing .freeshipping,
#offer-inject .button-holder .pricing .freeshipping {
    color: #3abb70;
    display: block;
    font-size: 11px;
    text-transform: uppercase
}

#offer-modal .actions,
#offer-inject .actions {
    display: none
}

#offer-modal .tags-container,
#offer-inject .tags-container {
    display: none
}

#offer-modal .offer-actions,
#offer-inject .offer-actions {
    border-bottom: 2px solid #dadada;
    margin-bottom: 15px
}

#offer-modal .tags,
#offer-inject .tags {
    padding: 0 2%
}

#extras-container {
    display: none
}

#offer-modal {
    padding-top: 5px;
    padding-bottom: 15px
}

#offer-modal .banner {
    top: 25px
}

#offer-modal .banner.feature h3 {
    margin-top: 40px
}

@media screen and (min-width:48em) {
    #offer-modal h3,
    #offer-inject h3 {
        font-size: 25px
    }
    #offer-modal .block,
    #offer-inject .block {
        padding: 10px
    }
    #offer-modal .modal-offer-image,
    #offer-inject .modal-offer-image {
        text-align: left;
        padding-right: 10px
    }
    #offer-modal .merchant-link,
    #offer-inject .merchant-link {
        padding: 5px 0;
        line-height: 25px
    }
    #offer-modal .merchant-link a,
    #offer-inject .merchant-link a {
        font-weight: bold;
        color: #28394c
    }
    #offer-modal .offer-dates span,
    #offer-inject .offer-dates span {
        display: block
    }
    #offer-modal .actions,
    #offer-inject .actions {
        display: block
    }
    #offer-modal .tags-container,
    #offer-inject .tags-container {
        display: block
    }
    #offer-modal {
        padding-top: 30px
    }
    #extras-container {
        display: block;
        padding: 15px
    }
}

.brand-main {
    overflow: hidden;
}

.brand-main .flex-center {
    margin-top: 40px;
}

.offerstrip {
    overflow: hidden;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.11);
    border: solid 1px #efefef;
}

.offerstrip .clipped .description {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.offerstrip .clipped .read-more {
    vertical-align: middle;
    margin-left: -5px;
}

.offerstrip .name.clipped .read-more .icon-angle-down:before {
    margin-top: -7px;
}

.offerstrip .name .read-more .icon-angle-up:before {
    margin-top: 0;
}

.offerstrip .offer-off {
    min-width: 140px;
    line-height: 1;
    padding: 0 10px;
    font-weight: 600;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    flex-shrink: 0;
    justify-content: center;
    margin: 10px 0;
    border-right: 1px solid #efefef;
}

.offerstrip .offer-off>div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.offerstrip .offer-info {
    overflow: hidden;
    flex: 1;
    -webkit-flex: 1;
}

.offerstrip .btn-green {
    font-size: 16px !important;
    color: #fff;
    width: 150px;
    height: 34px;
    border-bottom: none;
    border-radius: 2px;
    background-color: #00b3b6;
    text-transform: Uppercase;
}

.offerstrip .buy-button .btn.code {
    width: 150px;
    height: 34px;
    background-color: #f0fbfb;
}

.offerstrip .buy-button .peel-under {
    font-size: 16px;
    text-align: left;
    color: #4c4c4c;
    width: 15%;
    float: right;
    border: dashed 1px #00b3b6;
    border-left: 0px;
    text-align: center;
    height: 34px;
}

.offerstrip .buy-button .btn.code .button-text {
    background-color: #00b3b6;
    border-radius: 2px;
    color: #fff;
    height: 34px;
    border: none;
    width: 85%;
    float: left;
}

.offerstrip .offer-off p {
    font-family: OpenSans;
    margin: 0;
    font-size: 32px;
    line-height: 43px;
    font-weight: 800;
}

.offerstrip .offer-off .p-r {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.offerstrip .offer-off .p-r-1>p {
    float: left;
    font-size: 46px !important;
    line-height: 50px;
}

.offerstrip .offer-off .p-r-1>div {
    margin: 8px 0;
    float: left
}

.offerstrip .offer-off .p-r-1>div p:nth-child(1) {
    font-size: 18px;
    line-height: 18px;
    text-align: left;
}

.offerstrip .offer-off .p-r-1>div p:nth-child(2) {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}

.offerstrip .offer-off .f-s p:nth-child(1) {
    font-size: 32px;
    line-height: 32px;
}

.offerstrip .offer-off .f-s p:nth-child(2) {
    font-size: 18px;
    line-height: 18px;
}

.offerstrip .offer-off .p-r p:nth-child(1) {
    font-size: 30px;
    text-align: center;
}

.offerstrip .offer-off .p-r .save {
    line-height: 30px !important;
}

.offerstrip .offer-off .p-r p:nth-child(2) {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}

.offerstrip .t-l {
    padding-right: 180px;
}

.offerstrip .descriptors {
    margin: 10px 17px 0 0;
}

.offerstrip .verified {
    line-height: 1;
    margin: 0;
    font-size: 12px;
    text-align: left;
    color: #bb3b4c;
    font-style: italic;
}

.offerstrip .verified>i {
    display: inline-block;
    background: url('/assets/images/Correct.png') no-repeat;
    background-size: 10px 10px;
    width: 12px;
    height: 10px;
    margin-right: 5px;
}

.offerstrip .buy-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}

.offerstrip .m-logo-c {
    display: none;
}

.offerstrip .used {
    font-size: 12px;
    text-align: left;
    color: #d5d5d5;
}

.offerstrip .verified+.used {
    margin: 0 0 0 12px;
}

.offerstrip .expiring {
    margin-top: 10px;
    line-height: 16px;
    font-family: AvenirNext;
    font-size: 12px;
    text-align: left;
    color: #d5d5d5;
    display: inline-block;
}

.offerstrip .more-details .description-wrapper {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 22px;
}

.pure-g [class*=pure-u] {
    overflow: hidden;
}

#exit-modal {
    margin: 0 !important;
    border: 1px solid #979797;
    border-radius: 2px;
    box-shadow: none !important;
    padding: 0 30px;
    text-align: center;
}

#exit-modal .logo {
    max-width: 239px;
    max-height: 126px;
    min-height: 80px;
    margin: 65px auto 0;
}

#exit-modal .logo img {
    max-height: 126px;
}

#exit-modal #middle {
    width: 572px;
    margin: 0 auto;
}

#exit-modal .head {
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    font-family: AvenirNext;
    color: #333333;
}

#modal.exit-modal #middle #copy-code {
    margin: -35px auto 0;
    width: 572px;
}

#modal.exit-modal #middle .coupon-code {
    background-color: rgba(0, 179, 182, 0.06);
    border: 1px dashed #00b3b6;
    font-size: 20px;
    line-height: 1;
    color: #5e5e5e;
    font-weight: 600;
    padding: 14px;
    border-radius: 4px;
    margin-bottom: 30px;
}

#modal.exit-modal #middle .copy-tip {
    background-color: #fffae7;
    text-align: center;
    font-size: 15px;
    color: #222;
    padding: 10px 15px;
    margin-bottom: 15px;
}

#modal .btn.big {
    border: none;
    width: 380px;
    border-radius: 2px;
    color: #fff;
    background-color: #00b3b6;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    margin: 0 0 51px 0;
    font-family: OpenSans;
}

#modal #close-modal {
    right: 20px;
    top: 20px;
}

#company-information .sidebar {
    background-color: #fff;
    overflow: hidden;
    padding: 0 15px;
    width: 100%;
}

#company-information .sidebar+.sidebar {
    margin-top: 20px;
}

#company-information .merchant-card {
    padding-bottom: 75%;
    position: relative;
}

#company-information .merchant-card-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 24px;
    border: 0 solid transparent;
    border-radius: 0;
    background-color: #fff;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

#company-information .merchant-card-logo img {
    max-width: 100%;
    max-height: 100%;
}

#company-information .about-merchant .about-section {
    padding-top: 20px;
    margin-bottom: 15px;
    border-top: 1px solid #d5d5d5;
    font-size: 13px;
}

#company-information .about-merchant .about-section-bt14 {
    padding-top: 14px;
}

#company-information .about-merchant .about-section+.about-section {
    padding-top: 20px;
    border-top: 1px solid #d5d5d5;
}

#company-information .about-merchant .about-section-title {
    font-family: OpenSans;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    margin: 0 0 2px;
    text-align: left;
}

#company-information .about-merchant .about-merchant-description {
    font-family: AvenirNext;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.2px;
    word-wrap: break-word;
    text-align: left;
    color: #838383;
}

#company-information .about-merchant .about-merchant-description .more {
    font-family: OpenSans;
    font-style: italic;
    letter-spacing: 0.1px;
    color: #15a5a7;
    cursor: pointer;
}

#company-information .about-merchant table {
    font-family: AvenirNext;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.2px;
    color: #5e5e5e;
}

#company-information .about-merchant table .about-merchant-data {
    text-align: right;
}

#filter-l {
    font-size: 15px;
    line-height: 1.6;
    color: #838383;
    padding: 5px 0 15px;
}

#filter-l h3 {
    font-size: 16px;
    color: #333;
    margin: 15px 0 5px;
    line-height: 22px;
    text-align: left;
}

#filter-l .filter-Sep {
    border-top: solid 0.5px #d5d5d5;
    padding-top: 15px;
}

#filter-l .filter-i {
    cursor: pointer;
    font-size: 14px;
    color: #5e5e5e;
    margin-top: 2px;
}

#filter-l .filter-i.active {
    color: #00b3b6;
}

#filter-l .filter-i i {
    float: right;
    width: 16px;
    height: 16px;
    border: 1px solid #838383;
    margin-top: 3px;
    position: relative;
}

#filter-l .filter-i.active i:before {
    content: " ";
    display: block;
    margin: 3px 0 0 3px;
    width: 7px;
    height: 3px;
    border-bottom: 2px solid #00b3b6;
    border-left: 2px solid #00b3b6;
    transform: rotate(-45deg);
}

#filter-l .s-btn {
    margin-top: 30px;
    font-size: 16px !important;
    color: #fff;
    width: 150px;
    height: 34px;
    line-height: 34px;
    border-bottom: none;
    border-radius: 2px;
    background-color: #00b3b6;
    text-transform: Uppercase;
    text-align: center;
    margin-left: 30px;
}

.s-btn {
    font-size: 20px !important;
    color: #fff;
    width: 174px;
    height: 40px;
    line-height: 40px;
    background-color: #00b3b6;
    border: none;
    border-radius: 2px;
    outline: none;
    padding: 0 5px;
    text-transform: uppercase
}

#fb-bar {
    text-align: right;
}

.angle {
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-top: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
}

.angle.right {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.breadcrumbs .angle {
    border-color: #616161;
    margin: -2px 5px 0 0;
}

@media only screen and (max-width:64em) {
    #company-information {
        display: none;
    }
    header #search {
        width: 100%;
    }
}

@media only screen and (max-width:1200px) {
    .offerstrip .offer-off {
        min-width: 150px;
    }
}

@media only screen and (max-width:768px) {
    #fb-bar {
        text-align: center;
    }
    .offerstrip .offer-off .f-s p:nth-child(1) {
        font-size: 20px;
        line-height: 20px;
    }
    .offerstrip .offer-off .f-s p:nth-child(2) {
        font-size: 12px;
        line-height: 12px;
    }
    .offerstrip .offer-off .p-r p:nth-child(1) {
        font-size: 20px !important;
        line-height: 20px !important;
    }
    .offerstrip .offer-off .p-r-1>div p:nth-child(1) {
        font-size: 16px !important;
        line-height: 16px !important;
        text-align: left;
    }
    .offerstrip .offer-off .p-r-1>div p:nth-child(2) {
        font-size: 14px !important;
        line-height: 14px !important;
        text-align: left;
        font-weight: 800
    }
    #filterable-header .pure-g .pure-u-1 {
        float: right;
        text-align: left;
        width: 100%;
    }
    .offerstrip .offer-off .p-r-1>p:nth-child(1) {
        font-size: 28px !important;
        line-height: 36px !important;
    }
    .offerstrip .offer-off .p-r-1>div {
        margin: 3px 0;
    }
    .offerstrip .offer-off .p-r p:nth-child(2) {
        line-height: 18px;
        font-size: 18px;
    }
    .offerstrip .m-logo-c {
        display: block;
        float: left;
    }
    .offerstrip .m-logo {
        width: 70px;
        height: 30px;
        background: #fff scroll no-repeat center/contain;
    }
    #modal {
        width: 100%;
        height: 100vh;
        margin: 0;
    }
    #exit-modal {
        height: 100vh;
        border: none;
        border-radius: 0;
        padding: 15px;
    }
    #exit-modal #middle {
        width: 100%;
        padding: 0 30px;
    }
    #exit-modal .logo {
        max-width: 150px;
        max-height: none;
    }
    #exit-modal .logo img {
        max-height: none;
    }
    .pure-g.mobile #exit-modal {
        padding: 0px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .pure-g.mobile #exit-modal #loading {
        width: 100%;
        height: 70px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #53b0b4;
        padding: 0 30px;
    }
    .pure-g.mobile #exit-modal #loading p {
        font-size: 18px;
        font-weight: normal;
        line-height: 26px;
        text-align: center;
        color: #ffffff;
        margin-top: 13px;
        margin-bottom: 10px;
    }
    .pure-g.mobile #exit-modal #loading .loading {
        display: flex;
        height: 8px;
    }
    @-webkit-keyframes load {
        0% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
    .pure-g.mobile #exit-modal #loading .loading span {
        display: inline-block;
        width: 8px;
        height: 100%;
        margin-right: 6px;
        background-color: #ffffff;
        -webkit-animation: load 1.04s ease infinite;
    }
    .pure-g.mobile #exit-modal #loading .loading span:nth-child(1) {
        -webkit-animation-delay: 0.13s;
    }
    .pure-g.mobile #exit-modal #loading .loading span:nth-child(2) {
        -webkit-animation-delay: 0.26s;
    }
    .pure-g.mobile #exit-modal #loading .loading span:nth-child(3) {
        -webkit-animation-delay: 0.39s;
    }
    .pure-g.mobile #exit-modal #loading .loading span:nth-child(4) {
        -webkit-animation-delay: 0.52s;
    }
    .pure-g.mobile #exit-modal #loading .loading span:last-child {
        margin-right: 0px;
    }
    .pure-g.mobile #exit-modal.transfer .code-c {
        margin: 50px auto;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.08;
        color: #53b0b4;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pure-g.mobile #exit-modal.transfer .code-c i{
        display: block;
        background: url("/assets/images/coupon/md.png") no-repeat center/24px;
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }
    .pure-g.mobile #exit-modal #middle .border-b {
        border-bottom: 2px dashed #d8d8d8;
    }
    .pure-g.mobile #exit-modal .logo {
        margin: 20px auto;
        width: 80px;
        height: 50px;
        min-height: auto;
        background-color: #ffffff;
        border: solid 1px #53b0b4;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .pure-g.mobile #exit-modal .logo img {
        max-width: 80%;
        max-height: 80%;
    }
    .pure-g.mobile #exit-modal #middle .head {
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: center;
        color: #333333;
        margin: 20px 0 30px;
        padding: 0;
    }
    .pure-g.mobile #exit-modal #middle #no-code .btn {
        margin: 0;
        min-width: 250px;
        width: auto;
        height: 36px;
        border-radius: 3px;
        background-color: #53b0b4;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 36px;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
    }
    .pure-g.mobile #exit-modal #middle #copy-code {
        margin: 0;
    }
    .pure-g.mobile #exit-modal #middle #copy-code .coupon-code {
        width: 220px;
        height: 36px;
        border-radius: 3px;
        border: dashed 1px #d5d5d5;
        background-color: #fff;
        font-size: 20px;
        line-height: 36px;
        text-align: center;
        color: #222222;
        margin: 0 auto 10px;
        padding: 0;
        font-weight: normal;
    }
    .pure-g.mobile #exit-modal #middle #copy-code .btn {
        width: 220px;
        height: 36px;
        border-radius: 3px;
        background-color: #53b0b4;
        font-size: 20px;
        font-weight: normal;
        line-height: 36px;
        text-align: center;
        color: #ffffff;
        margin: 0;
    }
    #modal.exit-modal #middle #copy-code {
        padding: 0;
        width: 100%;
    }
    #modal .btn.big {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        width: 100%;
    }
    #main #homepage-info-logos h1 {
        padding-top: 0 !important;
        font-size: 18px;
    }
    #main #offer-set .pure-u-1 h3 {
        font-size: 18px;
        margin: 20px 0 15px;
    }
    header #logo {
        margin-top: 21px;
        width: 150px;
    }
    .tile-slider-container.logo-slider {
        margin: 10px 0 0 0 !important;
    }
    .tile-slider-container.logo-slider .company-logo {
        float: left;
        margin-right: 10px !important;
        width: 90px !important;
        height: 60px !important;
    }
    .pure-g h3 {
        font-size: 24px;
        line-height: 24px;
        margin: 20px 0 35px 0;
    }
}