.action {
    position: relative
}

.action, .action:visited, .action:hover, .action:focus {
    margin: 0 10px 0;
    padding: 10px 30px;
    white-space: nowrap;
    outline: none;
    font-family: 'museo-sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Nimbus Sans L', Arial, sans-serif;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    text-align: center;
    line-height: normal;
    cursor: pointer;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    -khtml-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.action:active {
    top: 1px
}

.action.subtle {
    color: white;
    font-size: 1.1em;
    background-color: #5a54a4;
    border: 3px solid #8b8ad3
}

.action.subtle:focus, .action.subtle:hover, .action.subtle.hover, .action.subtle:active {
    border: 3px solid rgba(255, 255, 255, 0)
}

.action.primary {
    color: white;
    font-size: 1.2em;
    background-color: #00a4d7;
    border: 3px solid #9edbee
}

.action.primary:focus, .action.primary:hover, .action.primary.hover, .action.primary:active {
    border: 3px solid rgba(255, 255, 255, 0)
}

.action.in-your-face {
    color: white;
    font-size: 36px;
    background-color: #f88515;
    border: 3px solid #f88515
}

.action.in-your-face:focus, .action.in-your-face:hover, .action.in-your-face.hover, .action.in-your-face:active {
    border: 3px solid rgba(255, 255, 255, 0)
}

@media screen and (max-width: 48em) {
    .action.subtle {
        font-size: 0.88em
    }

    .action.primary {
        font-size: 0.96em
    }

    .action.in-your-face {
        font-size: 28.8px
    }
}

.action-basic {
    behavior: url("/_static/styles/generated/PIE.htc");
    position: relative
}

.action-basic, .action-basic:visited, .action-basic:hover, .action-basic:focus {
    margin: 0 10px 0;
    padding: 10px 30px;
    white-space: nowrap;
    outline: none;
    font-family: 'museo-sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Nimbus Sans L', Arial, sans-serif;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    text-align: center;
    line-height: normal;
    cursor: pointer;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    -khtml-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.action-basic:active {
    top: 1px
}

.action-basic.highlight, .action-basic.complement, .action-basic.primary {
    color: white;
    font-size: 1.1em;
    background-color: #5a54a4;
    border: 3px solid #8b8ad3
}

.action-basic.highlight:focus,
.action-basic.highlight:hover,
.action-basic.highlight.hover,
.action-basic.highlight:active,
.action-basic.complement:focus,
.action-basic.complement:hover,
.action-basic.complement.hover,
.action-basic.complement:active,
.action-basic.primary:focus,
.action-basic.primary:hover,
.action-basic.primary.hover,
.action-basic.primary:active {
    border: 3px solid rgba(255, 255, 255, 0)
}

@media screen and (max-width: 48em) {
    .action-basic.highlight, .action-basic.complement, .action-basic.primary {
        font-size: 0.77em
    }
}

.ambient-slider, .fake-ambient-slider {
    position: relative;
    background: #FFF;
    padding-bottom: 20px;
    overflow: hidden
}

.ambient-slider > *, .fake-ambient-slider > * {
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    overflow: hidden
}

.ambient-slider > *.active, .fake-ambient-slider > *.active {
    -webkit-transition: left 0s;
    -moz-transition: left 0s;
    -o-transition: left 0s;
    transition: left 0s;
    left: 0;
    z-index: 2
}

.ambient-slider > *.pending, .fake-ambient-slider > *.pending {
    left: -100%;
    z-index: 3
}

.ambient-slider > *.full-size, .ambient-slider > * a.full-size, .fake-ambient-slider > *.full-size, .fake-ambient-slider > * a.full-size {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.ambient-slider > *.full-size img, .ambient-slider > * a.full-size img, .fake-ambient-slider > *.full-size img, .fake-ambient-slider > * a.full-size
img {
    position: relative
}

.ambient-slider .mobile, .fake-ambient-slider
.mobile {
    display: none
}

.ambient-slider-dots {
    text-align: center;
    padding: 15px 0 5px
}

.ambient-slider-dots > * {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background-color: #D1D3D4;
    border: 0 solid #fafafa;
    width: 15px;
    height: 15px;
    margin: 7.5px;
    border-width: 7.5px;
    border-radius: 15px;
    margin: 0 5px;
    z-index: 4;
    position: relative
}

@media screen and (max-width: 48em) {
    .ambient-slider-dots > * {
        width: 12.75px;
        height: 12.75px;
        margin: 6.375px;
        border-width: 6.375px;
        border-radius: 12.75px
    }
}

.ambient-slider-dots > *.active {
    background-color: #1BA3DD
}

@media screen and (max-width: 48em) {
    .ambient-slider, .fake-ambient-slider {
        padding-bottom: 0
    }

    .ambient-slider section, .fake-ambient-slider
    section {
        background: transparent !important;
        left: -730px
    }

    .ambient-slider section.active, .fake-ambient-slider
    section.active {
        -webkit-transition: left 0s;
        -moz-transition: left 0s;
        -o-transition: left 0s;
        transition: left 0s;
        left: 0
    }

    .ambient-slider section > *, .fake-ambient-slider section > * {
        display: none !important
    }

    .ambient-slider .mobile, .fake-ambient-slider
    .mobile {
        display: block !important;
        padding: 0;
        margin: 0 auto;
        max-height: 100%;
        max-width: 100%
    }
}

.slider {
    overflow: hidden;
    position: relative
}

.slider:before, .slider:after {
    content: ' ';
    width: 62px;
    display: inline-block;
    background: url("/_static/images/components/slider/blur_fafafa.png") repeat-y;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1
}

.slider:before {
    left: 0;
    background-position: -62px
}

.slider:after {
    right: 0
}

.slider
section {
    white-space: nowrap;
    position: relative;
    padding: 10px 0
}

.slider section > * {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background: #f4f4f4;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(#ffffff, #efefef);
    background: -moz-linear-gradient(#ffffff, #efefef);
    background: -o-linear-gradient(#ffffff, #efefef);
    -pie-background: linear-gradient(#ffffff, #efefef);
    background: linear-gradient(#ffffff, #efefef);
    padding: 0;
    margin: 0 50px 0 0;
    border: 5px solid white;
    box-shadow: 0px 0px 2px 1px #bbb;
    position: relative;
    overflow: hidden;
    line-height: 0
}

.slider section > *
aside {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    background: #D8D8D8;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    text-align: center;
    transition: 0.5s;
    color: #58595B;
    font-size: 1.2em;
    text-shadow: 1px 1px 1px white;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -moz-binding: url('/_static/styles/generated/xml/ellipsis.xml#ellipsis')
}

.slider section > *.active
aside {
    bottom: 0
}

.slider
nav {
    text-align: center;
    margin: 15px 0 25px
}

.slider nav > * {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background-color: #D1D3D4;
    border: 0 solid #fafafa;
    width: 15px;
    height: 15px;
    margin: 7.5px;
    border-width: 7.5px;
    border-radius: 15px;
    margin: 0 5px
}

@media screen and (max-width: 48em) {
    .slider nav > * {
        width: 12.75px;
        height: 12.75px;
        margin: 6.375px;
        border-width: 6.375px;
        border-radius: 12.75px
    }
}

.slider nav > *.active {
    background-color: #1BA3DD
}

.filters {
    text-align: center;
    padding: 2em 0;
    border-bottom: 1px solid #CCC;
    transition: 0.5s
}

.filters .selectBox-dropdown {
    margin: 0 1em
}

.tile-list {
    /*text-align: left;*/
    margin-top: 1em;
    margin-bottom: 1em
}

.tile-list > * {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    text-align: left;
    width: 255px;
    padding: 1em;
    border: 1px solid transparent;
    overflow: hidden;
    position: relative
}

.tile-list > * .ui-featured-ribbon, .tile-list > * .ui-ribbon {
    position: absolute;
    z-index: 1
}

.tile-list.selectable > a:hover, .tile-list.selectable > a:focus {
    background-color: #FAFAFA;
    border: 1px solid #CCC
}

.tile-list.selectable > a:hover .tile, .tile-list.selectable > a:focus
.tile {
    box-shadow: 0px 0px 1px 1px #D9D9D9
}

.tile-list.selectable > a:active {
    background-color: #FFF
}

.tile-list
.tile {
    /*width: 239px;*/
    height: 140px;
    display: block;
    background: #fcfcfc;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(#ffffff, #f4f4f4);
    background: -moz-linear-gradient(#ffffff, #f4f4f4);
    background: -o-linear-gradient(#ffffff, #f4f4f4);
    -pie-background: linear-gradient(#ffffff, #f4f4f4);
    background: linear-gradient(#ffffff, #f4f4f4);
    border: 3px solid white;
    padding: 5px 5px 2px;
    box-shadow: 0px 0px 2px 1px #bbb;
    position: relative;
    overflow: hidden
}

.tile-list .tile
img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.tile-list header, .tile-list aside, .tile-list
footer {
    margin: 5px 5px;
    width: 245px;
    color: #555;
    line-height: 1.4
}

.tile-list
header {
    margin-top: 1em;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -moz-binding: url('/_static/styles/generated/xml/ellipsis.xml#ellipsis')
}

.tile-list
aside {
    font-size: 12px;
    font-weight: normal;
    font-style: italic
}

.tile-list
footer {
    font-weight: normal;
    height: 40px;
    overflow: hidden
}

.tile-list
.indicator {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 23px 23px;
    border-color: transparent transparent #6f6fb3 transparent;
    position: absolute;
    bottom: 0;
    right: 0
}

.tile-list .indicator:before {
    content: "+";
    position: absolute;
    bottom: -26px;
    right: 2px;
    color: #FFF;
    font-size: 16px
}

.event-date {
    background: url("/_static/images/resources/event-date.png") no-repeat center top;
    font-family: 'museo-sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Nimbus Sans L', Arial, sans-serif;
    color: #fff;
    text-align: center;
    line-height: 1;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline
}

.event-date .event-date-month, .event-date .event-date-day {
    display: block
}

.event-date .event-date-month {
    text-transform: uppercase;
    font-weight: 700
}

.event-date .event-date-day {
    font-weight: 400
}

.event-date.full-date {
    background-size: 104px auto;
    padding-top: 39px;
    padding-bottom: 9.75px;
    width: 104px;
    height: 73px
}

.event-date.full-date .event-date-month small, .event-date.full-date .event-date-day
small {
    font-size: 19px
}

.event-date.full-date .event-date-month {
    font-size: 24px
}

.event-date.full-date .event-date-day {
    font-size: 34px
}

.event-date.small-date {
    background-size: 75.92px auto;
    padding-top: 28.47px;
    padding-bottom: 7.1175px;
    width: 75.92px;
    height: 53.29px
}

.event-date.small-date .event-date-month small, .event-date.small-date .event-date-day
small {
    font-size: 14px
}

.event-date.small-date .event-date-month {
    font-size: 18px
}

.event-date.small-date .event-date-day {
    font-size: 25px
}

.event-date.tiny-date {
    background-size: 52px auto;
    padding-top: 19.5px;
    padding-bottom: 4.875px;
    width: 52px;
    height: 36.5px
}

.event-date.tiny-date .event-date-month small, .event-date.tiny-date .event-date-day
small {
    font-size: 10px
}

.event-date.tiny-date .event-date-month {
    font-size: 12px
}

.event-date.tiny-date .event-date-day {
    font-size: 17px
}

a.event-date {
    border: 1px solid transparent
}

a.event-date.full-date {
    padding-left: 9.75px;
    padding-right: 9.75px
}

a.event-date.small-date {
    padding-left: 7.1175px;
    padding-right: 7.1175px
}

a.event-date.tiny-date {
    padding-left: 4.875px;
    padding-right: 4.875px
}

a.event-date:hover, a.event-date:focus {
    color: #FFF;
    background-color: #F0F0F0;
    border: 1px solid #CCC
}

a.event-date:active {
    background-color: #FFF
}

#TimezoneForm {
    padding: 2em;
    text-align: center
}

#tiers.side {
    padding: 0
}

.has-bottom-border {
    border-bottom: 1px solid #d8d8d8
}

@media only screen and (max-width: 48em) {
    .row.collapse {
        padding: 0 15px
    }
}

@media only screen and (max-width: 48em) {
    hgroup {
        padding: 0 15px
    }
}

.tiered-row {
    padding: 0 0 30px 0
}

.tiered-row
h2 {
    font-size: 3em;
    line-height: 1em;
    padding: 0;
    margin-top: 0;
    background: transparent;
    text-transform: none;
    color: #706fb3;
    letter-spacing: -2px;
    font-weight: 300;
    margin-bottom: 25px;
    text-shadow: none
}

.tiered-row
p {
    font-size: 1.2em
}

@media only screen and (max-width: 48em) {
    .tiered-row
    p {
        font-size: 1.4em
    }
}

@media only screen and (max-width: 48em) {
    .tiered-row
    ul {
        padding: 0
    }
}

.tiered-row ul
li {
    font-size: 1.2em;
    line-height: 1.5em;
    padding: 0 0 15px 15px
}

@media only screen and (max-width: 48em) {
    .tiered-row ul
    li {
        font-size: 1.4em
    }
}

.image-mask-medium {
    width: 425px;
    height: 200px;
    position: relative;
    margin: 0 auto;
    float: right;
    margin: 20px 0px 15px 30px
}

@media only screen and (min-width: 48em) {
    .image-mask-medium {
        zoom: 1
    }
}

@media only screen and (max-width: 48em) {
    .image-mask-medium {
        float: none;
        margin: 0 auto;
        zoom: .6
    }
}

.image-mask-medium
.image {
    position: relative;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 200px;
    z-index: 1;
    margin: 0 auto;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.image-mask-medium .image .image-inside-window {
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    overflow: hidden;
    width: 317px;
    height: 185px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    top: 15px
}

.image-mask-medium .image .image-inside-window
img {
    position: relative
}

.image-mask-medium
.window {
    width: 100%;
    height: 233px;
    position: absolute;
    top: 0;
    display: block;
    z-index: 2;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 0
}

.image-mask-medium
a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 425px;
    height: 100%;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 6;
    opacity: .6
}

.image-mask-medium a:hover {
    opacity: 1
}

.image-mask-medium a .ui-play-button-small {
    position: absolute;
    top: 70px;
    left: 184px
}

.image-mask-medium a .ui-open-in-lightbox {
    position: absolute;
    right: 40px;
    top: 0
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.tier-image
img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    width: auto \9
}

.tier-image-only {
    text-align: center
}

.tier-image-only
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom
}

.tier-image-holder {
    position: absolute;
    height: 100%;
    display: block;
    bottom: 0;
    width: 50%;
    vertical-align: bottom
}

.tier-image-holder.image-on-left {
    left: 0
}

.tier-image-holder.image-on-right {
    right: 0
}

@media only screen and (max-width: 48em) {
    .tier-image-holder {
        position: relative;
        width: auto;
        height: auto;
        clear: both
    }
}

.tier-image {
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    width: 100%
}

@media only screen and (min-width: 48em) {
    .tier-image {
        zoom: 1
    }
}

@media only screen and (max-width: 48em) {
    .tier-image {
        zoom: .6;
        position: relative;
        bottom: auto
    }
}

.tier-image
.image {
    width: auto;
    margin: 0 auto
}

.tier-image
.link {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 5
}

.tier-image .play-button {
    width: 100%;
    height: 100%;
    background: transparent;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: .6;
    background-image: url('/_static/styles/../images/tiered/play-button.png?1406272562');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.tier-image:hover .play-button {
    opacity: 1
}

.side .image-on-left .tier-image {
    width: 80%;
    left: 10%
}

@media only screen and (max-width: 48em) {
    .side .image-on-left .tier-image {
        width: 100%;
        left: auto
    }
}

.side .image-on-right .tier-image {
    width: 80%;
    right: 10%
}

@media only screen and (max-width: 48em) {
    .side .image-on-right .tier-image {
        width: 100%;
        right: auto
    }
}

.tier-screenshot {
    text-align: center
}

.tier-screenshot
.image {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 5px solid #5c59a5;
    border-bottom: none;
    overflow: hidden;
    display: inline-block;
    margin: 0 auto;
    vertical-align: bottom
}

.tier-screenshot-zoom {
    position: relative
}

.tier-screenshot-zoom
img.zoomed {
    position: absolute;
    left: 20px;
    top: 30px;
    z-index: 2;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 4px 5px 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 4px 5px 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 4px 5px 10px
}

@media only screen and (min-width: 48em) {
    .tier-screenshot-zoom
    img.zoomed {
        left: 40px
    }
}

.tier-screenshot-zoom
.image {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 5px solid #5c59a5;
    border-bottom: none;
    overflow: hidden;
    display: inline-block;
    margin: 0 auto;
    margin-top: 100px
}

@media \0screen {
    .tier-screenshot-zoom
    .image {
        display: block
    }
}

.tier-wrapped-window {
    position: absolute;
    text-align: center;
    width: 100%;
    min-height: 233px;
    margin: 0 auto
}

@media only screen and (min-width: 48em) {
    .tier-wrapped-window {
        zoom: 1
    }
}

@media only screen and (max-width: 48em) {
    .tier-wrapped-window {
        left: auto;
        position: relative;
        zoom: .75
    }
}

.tier-wrapped-window
.image {
    position: relative;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 233px;
    z-index: 1;
    margin: 0 auto;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tier-wrapped-window .image .image-inside-window {
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    overflow: hidden;
    width: 414px;
    height: 223px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    top: 9px
}

.tier-wrapped-window .image .image-inside-window
img {
    position: relative
}

.tier-wrapped-window
.window {
    width: 100%;
    height: 233px;
    position: absolute;
    top: 0;
    display: block;
    z-index: 2;
    background-image: url('/_static/styles/../images/tiered/image-mask.png?1406272562');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 0
}

.tier-wrapped-window .play-button {
    background-position: 50% 80%
}

.side .tier-wrapped-window {
    width: 100% !important;
    left: auto !important;
    right: auto !important;
    position: absolute;
    text-align: center;
    width: 100%;
    min-height: 200px;
    margin: 0 auto
}

@media only screen and (min-width: 48em) {
    .side .tier-wrapped-window {
        zoom: 1
    }
}

@media only screen and (max-width: 48em) {
    .side .tier-wrapped-window {
        left: auto;
        position: relative;
        zoom: .5
    }
}

.side .tier-wrapped-window
.image {
    position: relative;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 200px;
    z-index: 1;
    margin: 0 auto;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.side .tier-wrapped-window .image .image-inside-window {
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    overflow: hidden;
    width: 317px;
    height: 185px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    top: 15px
}

.side .tier-wrapped-window .image .image-inside-window
img {
    position: relative
}

.side .tier-wrapped-window
.window {
    width: 100%;
    height: 233px;
    position: absolute;
    top: 0;
    display: block;
    z-index: 2;
    background-image: url('/_static/styles/../images/tiered/image-mask-medium.png?1406272562');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 0
}

.tier-wrapped-iphone {
    position: absolute;
    text-align: center;
    width: 100%;
    min-height: 255px;
    margin: 0 auto
}

@media only screen and (min-width: 48em) {
    .tier-wrapped-iphone {
        zoom: 1
    }
}

@media only screen and (max-width: 48em) {
    .tier-wrapped-iphone {
        left: auto;
        position: relative;
        zoom: .75
    }
}

.tier-wrapped-iphone
.image {
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 255px;
    z-index: 1;
    margin: 0 auto;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tier-wrapped-iphone .image
img {
    position: relative;
    top: 90px;
    max-width: 267px
}

.tier-wrapped-iphone
.iphone {
    width: 100%;
    height: 255px;
    position: absolute;
    top: 0;
    display: block;
    z-index: 2;
    background-image: url('/_static/styles/../images/tiered/iphone-mask.png?1406272562');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 0
}

.tier-wrapped-iphone .play-button {
    background-position: 50% 80%
}

.two-and-stacked {
    height: 355px;
    border-top: 1px solid #d8d8d8;
    vertical-align: top;
    position: relative
}

@media only screen and (max-width: 48em) {
    .two-and-stacked {
        height: auto
    }
}

.two-and-stacked .content-column {
    position: absolute !important;
    top: 10%
}

@media only screen and (max-width: 48em) {
    .two-and-stacked .content-column {
        position: relative !important;
        top: auto !important
    }
}

.two-and-stacked .image-on-left,
.two-and-stacked .image-on-right {
    position: absolute !important;
    height: 100% !important
}

@media only screen and (max-width: 48em) {
    .two-and-stacked .image-on-left,
    .two-and-stacked .image-on-right {
        position: relative !important;
        height: auto !important
    }
}

.two-and-stacked .image-on-left .image-position-holder,
.two-and-stacked .image-on-right .image-position-holder {
    position: absolute !important;
    height: 100% !important
}

@media only screen and (max-width: 48em) {
    .two-and-stacked .image-on-left .image-position-holder,
    .two-and-stacked .image-on-right .image-position-holder {
        position: relative !important;
        height: auto !important
    }
}

.two-and-stacked .image-on-left {
    left: 0
}

.two-and-stacked .image-on-right {
    right: 0
}

.two-and-stacked .title-and-links {
    padding: 36px 0 30px
}

@media only screen and (max-width: 48em) {
    .two-and-stacked .title-and-links.content-on-right {
        padding-left: 0
    }
}

@media only screen and (max-width: 48em) {
    .two-and-stacked .title-and-links {
        padding: 0 0 20px
    }

    .two-and-stacked .title-and-links
    * {
        text-align: center
    }
}

.two-and-stacked
.row {
    vertical-align: top
}

.two-and-stacked .row .ddp-links {
    margin: 10px -3px
}

@media only screen and (min-width: 48em) {
    .two-and-stacked .row .ddp-links {
        margin: 25px -3px
    }
}

.two-and-stacked .row .ddp-links
* {
    font-size: 1.3em;
    font-weight: normal;
    display: inline-block;
    padding: 0 3px
}

@media only screen and (max-width: 48em) {
    .two-and-stacked .row .ddp-links
    * {
        clear: none;
        margin-top: 16px
    }
}

.side .two-and-stacked {
    height: 275px
}

@media only screen and (max-width: 48em) {
    .side .two-and-stacked {
        height: auto
    }
}

.side .two-and-stacked .content-column {
    position: relative !important;
    top: auto !important
}

.side .two-and-stacked .title-and-links {
    max-height: 209px;
    overflow: hidden
}

.shade .row-product.first {
    border: none
}

.CTAbox {
    background: #F0F0F0;
    float: right;
    border: 1px solid #DCDCDC;
    margin: 10px 40px;
    width: 350px;
    padding-bottom: 10px
}

.CTASubbox {
    width: 300px;
    margin: 5px 25px;
    display: inline-block
}

.right_content {
    float: right;
    width: 425px;
    padding: 15px
}

.CTAText {
    margin: 5px
}

.CTAText
.CTATitle {
    float: right;
    width: 240px
}

.CTAText
a {
    font-size: 12px;
    text-decoration: none;
    font-weight: normal
}

.CTAType {
    color: #7F7F7F
}

.HGroupTier .tiered-row {
    padding: 0
}

.HGroupTier
.row {
    padding: 0
}

.HGroupTier
hgroup {
    margin-bottom: 1em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 35px;
    position: relative
}

.HGroupTier hgroup h1, .HGroupTier hgroup .page-layer-heading header h1.h-tag, .page-layer-heading header .HGroupTier hgroup h1.h-tag,
.HGroupTier hgroup .page-layer-heading header h2.h-tag,
.page-layer-heading header .HGroupTier hgroup h2.h-tag,
.HGroupTier hgroup .page-layer-heading header h3.h-tag,
.page-layer-heading header .HGroupTier hgroup h3.h-tag,
.HGroupTier hgroup .page-layer-heading header h4.h-tag,
.page-layer-heading header .HGroupTier hgroup h4.h-tag,
.HGroupTier hgroup .page-layer-heading header h5.h-tag,
.page-layer-heading header .HGroupTier hgroup h5.h-tag,
.HGroupTier hgroup .page-layer-heading header h6.h-tag,
.page-layer-heading header .HGroupTier hgroup h6.h-tag, .HGroupTier hgroup h2, .HGroupTier hgroup h3, .HGroupTier hgroup h4, .HGroupTier hgroup h5, .HGroupTier hgroup h6, .HGroupTier hgroup
p {
    margin-bottom: 0
}

.HGroupTier hgroup h1, .HGroupTier hgroup .page-layer-heading header h1.h-tag, .page-layer-heading header .HGroupTier hgroup h1.h-tag,
.HGroupTier hgroup .page-layer-heading header h2.h-tag,
.page-layer-heading header .HGroupTier hgroup h2.h-tag,
.HGroupTier hgroup .page-layer-heading header h3.h-tag,
.page-layer-heading header .HGroupTier hgroup h3.h-tag,
.HGroupTier hgroup .page-layer-heading header h4.h-tag,
.page-layer-heading header .HGroupTier hgroup h4.h-tag,
.HGroupTier hgroup .page-layer-heading header h5.h-tag,
.page-layer-heading header .HGroupTier hgroup h5.h-tag,
.HGroupTier hgroup .page-layer-heading header h6.h-tag,
.page-layer-heading header .HGroupTier hgroup h6.h-tag {
    margin-top: 20px;
    font-size: 1.3em;
    display: inline-block;
    padding: 4px 0;
    text-transform: uppercase;
    text-shadow: none;
    color: gray;
    font-weight: normal
}

.HGroupTier hgroup.single-line {
    border-bottom: 0;
    padding-bottom: 0
}

.HGroupTier hgroup.single-line h1,
.HGroupTier hgroup.single-line .page-layer-heading header h2.h-tag,
.page-layer-heading header .HGroupTier hgroup.single-line h2.h-tag,
.HGroupTier hgroup.single-line .page-layer-heading header h3.h-tag,
.page-layer-heading header .HGroupTier hgroup.single-line h3.h-tag,
.HGroupTier hgroup.single-line .page-layer-heading header h4.h-tag,
.page-layer-heading header .HGroupTier hgroup.single-line h4.h-tag,
.HGroupTier hgroup.single-line .page-layer-heading header h5.h-tag,
.page-layer-heading header .HGroupTier hgroup.single-line h5.h-tag,
.HGroupTier hgroup.single-line .page-layer-heading header h6.h-tag,
.page-layer-heading header .HGroupTier hgroup.single-line h6.h-tag {
    font-size: 50px;
    padding: 0;
    background: transparent;
    margin-top: 20px;
    text-transform: none;
    color: #706fb3;
    letter-spacing: -2px;
    font-weight: 300
}

.HGroupTier hgroup
h2 {
    font-size: 3.7em;
    margin-top: 10px;
    text-transform: none;
    color: #706fb3;
    line-height: 54px;
    letter-spacing: -2px;
    font-weight: 300
}

.HGroupTier hgroup
p {
    font-size: 22px;
    width: 700px;
    line-height: 1.2em;
    margin-top: 15px;
    margin-bottom: 5px;
    letter-spacing: -1px
}

.HGroupTier hgroup p
.small {
    font-size: 14px;
    line-height: 1.1
}

.HGroupTier
hgroup.h1 {
    border-bottom: 0;
    padding-bottom: 0
}

.HGroupTier hgroup.h1 h1,
.HGroupTier hgroup.h1 .page-layer-heading header h2.h-tag,
.page-layer-heading header .HGroupTier hgroup.h1 h2.h-tag,
.HGroupTier hgroup.h1 .page-layer-heading header h3.h-tag,
.page-layer-heading header .HGroupTier hgroup.h1 h3.h-tag,
.HGroupTier hgroup.h1 .page-layer-heading header h4.h-tag,
.page-layer-heading header .HGroupTier hgroup.h1 h4.h-tag,
.HGroupTier hgroup.h1 .page-layer-heading header h5.h-tag,
.page-layer-heading header .HGroupTier hgroup.h1 h5.h-tag,
.HGroupTier hgroup.h1 .page-layer-heading header h6.h-tag,
.page-layer-heading header .HGroupTier hgroup.h1 h6.h-tag {
    font-size: 50px;
    color: #00a1db;
    letter-spacing: -2px;
    font-weight: 200;
    text-transform: none;
    text-align: center;
    display: block;
    text-shadow: none
}

.HGroupTier
hgroup.h1.h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 35px
}

.HGroupTier hgroup.h1.h2 h1,
.HGroupTier hgroup.h1.h2 .page-layer-heading header h2.h-tag,
.page-layer-heading header .HGroupTier hgroup.h1.h2 h2.h-tag,
.HGroupTier hgroup.h1.h2 .page-layer-heading header h3.h-tag,
.page-layer-heading header .HGroupTier hgroup.h1.h2 h3.h-tag,
.HGroupTier hgroup.h1.h2 .page-layer-heading header h4.h-tag,
.page-layer-heading header .HGroupTier hgroup.h1.h2 h4.h-tag,
.HGroupTier hgroup.h1.h2 .page-layer-heading header h5.h-tag,
.page-layer-heading header .HGroupTier hgroup.h1.h2 h5.h-tag,
.HGroupTier hgroup.h1.h2 .page-layer-heading header h6.h-tag,
.page-layer-heading header .HGroupTier hgroup.h1.h2 h6.h-tag {
    margin-top: 20px;
    font-size: 1.3em;
    padding: 4px 0;
    text-transform: uppercase;
    text-shadow: none;
    color: gray;
    font-weight: normal;
    text-align: left;
    letter-spacing: 0
}

.HGroupTier hgroup.h1.h2
h2 {
    font-size: 3.7em;
    margin-top: 10px;
    text-transform: none;
    color: #706fb3;
    line-height: 54px;
    letter-spacing: -2px;
    font-weight: 300
}

.HeaderTier
h2 {
    margin-top: 35px;
    font-size: 3.5em;
    padding: 0;
    background: transparent;
    text-transform: none;
    color: #5c5aa6;
    letter-spacing: -2px;
    font-weight: 300;
    margin-bottom: 0;
    text-shadow: none
}

.HeaderTier
p {
    font-size: 1.39em;
    color: #58595b;
    margin-bottom: 1.1em
}

.HeaderTier .buttons-holder {
    padding: 20px 0
}

.HeaderTier .buttons-holder
.button {
    padding: 10px 0;
    text-align: center
}

.HeaderTier .buttons-holder .button
a {
    width: 230px;
    margin: 0 auto;
    font-size: 20px
}

.StackedTier {
    background-color: #fff
}

.StackedTier .tiered-row {
    padding: 0
}

.StackedTier img.product-icon {
    max-width: 100%;
    height: auto;
    width: auto;
    margin: 30px 0
}

.StackedTier
h3 {
    margin: 18px 0 22px 0
}

.StackedTier h3,
.StackedTier h3
a {
    text-decoration: none;
    color: #2593d7;
    text-shadow: none;
    font-weight: 300;
    letter-spacing: -1px;
    font-size: 36px;
    line-height: 38px
}

.StackedTier h3 a:hover {
    color: #f88515
}

@media only screen and (max-width: 48em) {
    .StackedTier .row-product {
        padding-top: 15px !important
    }
}

.StackedTier
p {
    font-size: 1.46em
}

@media only screen and (min-width: 48em) {
    .StackedTier
    p {
        font-size: 1.2em;
        line-height: 26px
    }
}

.TwoColumnTier .tiered-row {
    padding: 0
}

@media only screen and (min-width: 48em) {
    .TwoColumnTier .tiered-row {
        background-image: url('/_static/styles/../images/tiered/bg-line-repeatable.png?1406272562');
        background-color: transparent;
        background-repeat: repeat-y;
        background-position: 50% 0
    }
}

.TwoColumnTier .tiered-row
h2 {
    font-size: 3.4em;
    margin: 0 0 10px
}

.TwoColumnTier .tiered-row
.row.bordered {
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    padding: 30px 0
}

.TwoColumnImageTier .tiered-row {
    padding: 0
}

.TwoColumnImageTier
h3 {
    margin: 10px 0
}

.TwoColumnImageTier h3,
.TwoColumnImageTier h3
a {
    text-decoration: none;
    color: #2593d7;
    text-shadow: none;
    font-weight: 300;
    letter-spacing: -1px;
    font-size: 28px
}

.TwoColumnImageTier h3 a:hover {
    color: #f88515
}

.TwoColumnImageTier
p {
    font-size: 1.46em
}

@media only screen and (min-width: 48em) {
    .TwoColumnImageTier
    p {
        font-size: 1.2em;
        line-height: 26px
    }
}

.TwoColumnHeadingTier .tiered-row {
    padding: 30px 0
}

.TwoLinksTier {
}

@media only screen and (max-width: 48em) {
    .TwoLinksTier
    .row.collapse {
        padding: 0
    }
}

.TwoLinksTier
.title {
    display: inline-block;
    padding: 10px;
    background: #ccc;
    text-transform: uppercase;
    color: #888
}

.TwoLinksTier .two-links-holder {
    border: 1px solid #ccc
}

.TwoLinksTier .two-links-holder
a {
    display: block;
    padding: 20px 35px;
    font-size: 2em;
    background: transparent;
    text-transform: none;
    color: #706fb3;
    letter-spacing: -2px;
    font-weight: 300;
    margin-bottom: 0;
    text-shadow: none;
    font-weight: normal;
    background-image: url('/_static/styles/../images/tiered/link-arrow.png?1406272562');
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: 95% 50%
}

.TwoLinksTier .two-links-holder a.left-link {
    border-bottom: 1px solid #ccc
}

@media only screen and (min-width: 48em) {
    .TwoLinksTier .two-links-holder a.left-link {
        border-bottom: none;
        border-right: 1px solid #ccc
    }
}

.TwoLinksTier .two-links-holder a:hover {
    background-color: #fff;
    text-decoration: underline
}

.ProductGridTier
.row {
    text-align: center
}

.ProductGridTier .product-item {
    text-align: center;
    width: 420px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: top
}

@media only screen and (max-width: 48em) {
    .ProductGridTier .product-item {
        width: auto
    }
}

.ProductGridTier .product-item
h2 {
    margin: 15px 0;
    font-size: 2em;
    letter-spacing: -1px
}

.ProductGridTier .product-item h2,
.ProductGridTier .product-item h2
a {
    text-align: center;
    display: block
}

.ProductGridTier .product-item h2 a:hover {
    color: #f88515
}

.ProductGridTier .product-item
p {
    text-align: center;
    padding: 0 35px;
    font-size: 1.46em
}

@media only screen and (min-width: 48em) {
    .ProductGridTier .product-item
    p {
        font-size: 1.2em;
        line-height: 26px;
        padding: 0 55px
    }
}

.ProductGridTier .product-item a.read-more {
    display: block;
    text-align: center
}

.ProductGridTier .product-item a.read-more:hover {
    color: #f88515
}

.ProductGridTier .product-item:hover
a {
    color: #f88515
}

.ProductGridTier .product-item .tier-wrapped-window {
    width: 100% !important;
    left: auto;
    right: auto;
    position: absolute;
    text-align: center;
    width: 100%;
    min-height: 200px;
    margin: 0 auto
}

@media only screen and (min-width: 48em) {
    .ProductGridTier .product-item .tier-wrapped-window {
        zoom: 1
    }
}

@media only screen and (max-width: 48em) {
    .ProductGridTier .product-item .tier-wrapped-window {
        left: auto;
        position: relative;
        zoom: .5
    }
}

.ProductGridTier .product-item .tier-wrapped-window
.image {
    position: relative;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 200px;
    z-index: 1;
    margin: 0 auto;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ProductGridTier .product-item .tier-wrapped-window .image .image-inside-window {
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    overflow: hidden;
    width: 317px;
    height: 185px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    top: 15px
}

.ProductGridTier .product-item .tier-wrapped-window .image .image-inside-window
img {
    position: relative
}

.ProductGridTier .product-item .tier-wrapped-window
.window {
    width: 100%;
    height: 233px;
    position: absolute;
    top: 0;
    display: block;
    z-index: 2;
    background-image: url('/_static/styles/../images/tiered/image-mask-medium.png?1406272562');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 0
}

.ProductGridTier .product-item .tier-image {
    position: relative !important;
    left: auto !important;
    bottom: auto !important
}

.page-layer-product-menu {
    padding: 0px 0px 30px 0px
}

@media screen and (max-width: 48em) {
    .page-layer-product-menu {
        width: 100%;
        margin: 0;
        padding: 0
    }
}

.page-layer-product-menu
.product {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    margin: 0 -2px;
    text-align: center
}

.layout-side .page-layer-product-menu
.product {
    width: 48%;
    margin: 0 0 20px
}

.layout-open .page-layer-product-menu
.product {
    width: 25%
}

@media screen and (max-width: 48em) {
    .layout-open .page-layer-product-menu
    .product {
        width: 49%
    }
}

@media screen and (max-width: 48em) {
    .page-layer-product-menu
    .product {
        width: 100%;
        margin: 0;
        float: none;
        border: none
    }
}

.page-layer-product-menu .product
a.link {
    display: block;
    text-align: center;
    text-decoration: none
}

.page-layer-product-menu .product a.link .icon-holder {
    display: block
}

.page-layer-product-menu .product a.link .icon-block {
    min-height: 120px;
    line-height: 120px;
    position: relative
}

@media screen and (max-width: 48em) {
    .page-layer-product-menu .product a.link .icon-block {
        min-height: 80px;
        line-height: 80px
    }
}

.page-layer-product-menu .product a.link .icon-block
img {
    vertical-align: middle;
    position: relative
}

@media screen and (max-width: 48em) {
    .page-layer-product-menu .product a.link .icon-block
    img {
        width: 100%;
        max-width: 85px;
        vertical-align: bottom
    }
}

.page-layer-product-menu .product a.link
.icon {
    display: block
}

.page-layer-product-menu .product a.link .grey-icon {
    display: none
}

.page-layer-product-menu .product a.link.effect:hover
.icon {
    display: none
}

.page-layer-product-menu .product a.link.effect:hover .grey-icon {
    display: block
}

.page-layer-product-menu .product a.link.effect:hover
.title {
    color: #414042
}

.page-layer-product-menu .product a.link
.title {
    display: block;
    text-align: center;
    color: #7170b1;
    font-size: 18px;
    font-family: 'museo-sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Nimbus Sans L', Arial, sans-serif;
    font-weight: 200
}

@media screen and (max-width: 48em) {
    .page-layer-product-menu .product a.link
    .title {
        font-size: 17px
    }
}

.page-layer-product-menu .product a.link.active
.icon {
    display: none
}

.page-layer-product-menu .product a.link.active .grey-icon {
    display: block
}

.page-layer-product-menu .product a.link.active .icon-block
img {
    background: #e6e7e8;
    border: 1px solid #d1d3d4;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.page-layer-product-menu .product a.link.active
.title {
    color: #414042
}

.page-layer-product-menu .product a.link .sub-title {
    display: block;
    text-align: center;
    color: #939598;
    font-family: 'museo-sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Nimbus Sans L', Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: -1px
}

@media screen and (max-width: 48em) {
    .page-layer-product-menu .product a.link .sub-title {
        font-size: 15px
    }
}

@media screen and (max-width: 48em) {
    .page-layer-product-menu .product:nth-child(3) a.link .icon-block
    img {
        max-width: 88px;
        max-height: 110px
    }

    .page-layer-product-menu .product:nth-child(4) a.link .icon-block
    img {
        max-width: 68px
    }
}

@media screen and (max-width: 48em) {
    body.responsive_.layout-open #main-content
    .layer {
        border-top: 1px #e0e0e0 solid
    }

    body.responsive_.layout-open #main-content .layer > .page-layer-product-menu {
        margin-bottom: 20px
    }

    body.responsive_.layout-open #main-content .layer > .page-layer-sub-nav-bar {
        padding: 0
    }
}

.page-layer-rotator .ambient-slider, .page-layer-rotator .fake-ambient-slider {
    height: 646px;
    padding-bottom: 0;
    background-color: transparent
}

.page-layer-rotator .ambient-slider-dots {
    padding: 0;
    height: 0
}

.page-layer-rotator .ambient-slider-dots > * {
    top: -57px;
    z-index: 4;
    background: #fff;
    border: none !important;
    -webkit-box-shadow: inset 0px 1px 1px #6d6e71;
    -moz-box-shadow: inset 0px 1px 1px #6d6e71;
    box-shadow: inset 0px 1px 1px #6d6e71
}

.page-layer-rotator .ambient-slider-dots > *.active {
    background: #ff9844;
    -webkit-box-shadow: inset 0px 1px 2px #333;
    -moz-box-shadow: inset 0px 1px 2px #333;
    box-shadow: inset 0px 1px 2px #333
}

.page-layer-rotator
.rotator {
    width: 100%;
    overflow: hidden
}

.LayeredPage
img.right {
    margin-left: 20px;
    margin-bottom: 20px;
    float: right
}

.LayeredPage
img.left {
    margin-right: 20px;
    margin-bottom: 20px;
    float: left
}

.LayeredPage
img.center {
    margin: 0 auto 20px;
    float: none;
    display: block
}

.layer-has-shading {
    background-image: url(/_static/images/template/layer_shadow.png);
    background-position: 50% 0;
    background-repeat: no-repeat !important;
    padding-top: 30px
}

.layout-side .large-column-6 {
    width: 45%
}

@media screen and (max-width: 48em) {
    .layout-side .large-column-6 {
        width: 100%;
        border: none !important
    }
}

.layout-open .large-column-6 {
    display: inline;
    float: left;
    width: 580px;
    margin: 0 10px;
    border: 3px solid transparent
}

@media screen and (max-width: 48em) {
    .layout-open .large-column-6 {
        width: 100%;
        border: none !important;
        margin: 0 !important
    }

    .layout-open .large-column-6.content-column {
        margin: 0 10px !important
    }
}

.previewing {
    outline: 6px dotted rgba(0, 165, 255, 0.5) !important
}

.page-layer-call-to-action-bar
.box {
    background: #e6e7e8;
    border: 1px solid #808285;
    max-width: 100%;
    text-align: center;
    padding: 20px 0 70px;
    position: relative
}

@media screen and (min-width: 48em) {
    .page-layer-call-to-action-bar
    .box {
        text-align: left;
        padding: 20px 30px 25px
    }
}

.page-layer-call-to-action-bar .box
.hotspot {
    display: block
}

.page-layer-call-to-action-bar .box
.message {
    color: #414042;
    font-family: 'museo-sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Nimbus Sans L', Arial, sans-serif;
    font-size: 26px;
    font-weight: 100;
    line-height: 36px
}

@media screen and (min-width: 48em) {
    .page-layer-call-to-action-bar .box
    .message {
        font-size: 36px
    }
}

.page-layer-call-to-action-bar .box .action-holder {
    float: right;
    margin: 0;
    position: relative;
    bottom: auto;
    text-align: right;
    width: inherit
}

@media screen and (max-width: 48em) {
    .page-layer-call-to-action-bar .box .action-holder {
        margin-bottom: 10px;
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        text-align: center
    }
}

.page-layer-horizontal-line {
    padding: 30px 0
}

.page-layer-horizontal-line
header {
    position: relative;
    text-align: center
}

.page-layer-horizontal-line header
h2 {
    color: #7869b1;
    z-index: 2;
    text-align: center;
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    position: relative;
    display: inline-block;
    padding: 10px;
    margin: 0;
    text-transform: none;
    font-weight: normal
}

.page-layer-horizontal-line header h2
a {
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    color: #7869b1
}

@media screen and (min-width: 48em) {
    .page-layer-horizontal-line header h2.alternate-right {
        float: right;
        text-align: right
    }

    .page-layer-horizontal-line header h2.alternate-left {
        float: left;
        text-align: left
    }
}

.page-layer-horizontal-line header:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #e0e0e0;
    top: 22px;
    z-index: 1
}

.page-layer-product-feature {
    border-bottom: 1px solid #CCC
}

@media screen and (max-width: 48em) {
    .page-layer-product-feature {
        padding-bottom: 0px !important
    }
}

@media screen and (min-width: 48em) {
    .page-layer-product-feature .first-column-left {
        float: left !important
    }

    .page-layer-product-feature .first-column-right {
        float: right !important
    }

    .page-layer-product-feature .second-column-left {
        float: right !important
    }

    .page-layer-product-feature .second-column-right {
        float: left !important
    }
}

.page-layer-product-feature .content-column,
.page-layer-product-feature .image-column {
    min-height: 500px;
    border: 0 !important;
    position: relative
}

.layout-side .page-layer-product-feature .content-column, .layout-side
.page-layer-product-feature .image-column {
    min-height: 300px
}

@media screen and (max-width: 48em) {
    .page-layer-product-feature .content-column,
    .page-layer-product-feature .image-column {
        min-height: 0
    }

    .layout-side .page-layer-product-feature .content-column, .layout-side
    .page-layer-product-feature .image-column {
        min-height: 0
    }
}

.page-layer-product-feature
.image {
    text-align: right;
    line-height: 0;
    position: absolute;
    bottom: 0
}

@media screen and (max-width: 48em) {
    .page-layer-product-feature
    .image {
        position: relative;
        bottom: auto
    }
}

.page-layer-product-feature .image
img {
    max-width: 580px;
    max-height: 100% !important;
    height: auto !important
}

@media screen and (max-width: 48em) {
    .page-layer-product-feature .image
    img {
        max-width: 100%
    }
}

.layout-side .page-layer-product-feature .image
img {
    max-height: 280px !important;
    max-width: 380px !important
}

.page-layer-product-feature
header {
    padding-left: 45px;
    display: table-cell;
    vertical-align: middle;
    height: 500px
}

.layout-side .page-layer-product-feature
header {
    height: 300px
}

@media screen and (max-width: 48em) {
    .page-layer-product-feature
    header {
        height: auto;
        padding-left: 0;
        display: block
    }

    .layout-side .page-layer-product-feature
    header {
        height: auto
    }
}

.page-layer-product-feature
h3 {
    font-size: 36px;
    font-weight: 400;
    font-family: 'museo-sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Nimbus Sans L', Arial, sans-serif;
    line-height: 38px !important;
    color: #58595b !important;
    letter-spacing: -1px
}

@media screen and (max-width: 48em) {
    .page-layer-product-feature
    h3 {
        font-size: 24px !important;
        line-height: 30px !important
    }
}

.page-layer-product-feature h3
a {
    color: #00a1db !important;
    font-weight: 200 !important;
    letter-spacing: -1px
}

.page-layer-product-feature h3 a:hover {
    color: #f88515 !important
}

.page-layer-product-feature .sub-title {
    font-size: 27px !important;
    font-weight: 100 !important;
    color: #58595b !important;
    font-family: 'museo-sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Nimbus Sans L', Arial, sans-serif
}

@media screen and (max-width: 48em) {
    .page-layer-product-feature .sub-title {
        font-size: 20px !important;
        line-height: 26px !important
    }
}

.page-layer-product-feature
.description {
    margin: 15px 0 10px
}

.page-layer-product-feature .description, .page-layer-product-feature .description
p {
    line-height: 26px;
    font-size: 19px;
    color: #6b6c6e
}

@media screen and (max-width: 48em) {
    .page-layer-product-feature .description, .page-layer-product-feature .description
    p {
        font-size: 15px !important;
        line-height: 20px
    }
}

.page-layer-product-feature .featured-links {
    margin-top: 40px
}

@media screen and (max-width: 48em) {
    .page-layer-product-feature .featured-links {
        margin-top: 20px !important
    }
}

.page-layer-product-feature .featured-links
* {
    line-height: 28px;
    font-family: 'museo-sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Nimbus Sans L', Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    display: block;
    margin: 10px 0
}

@media screen and (max-width: 48em) {
    .page-layer-product-feature .featured-links
    * {
        line-height: 20px;
        font-size: 16px !important
    }
}

.page-layer-product-feature .featured-links
a {
    margin: 0 !important;
    padding: 0 !important;
    color: #00a1db !important;
    display: inline !important
}

.page-layer-product-feature .featured-links a:hover {
    color: #f88515 !important
}

.page-layer-product-feature .layer-links {
    margin: 50px 0
}

@media screen and (max-width: 48em) {
    .page-layer-product-feature .layer-links {
        margin: 20px 0 !important
    }
}

.page-layer-product-feature .layer-links
a {
    font-weight: normal;
    font-size: 17px;
    color: #7170b1;
    margin: 0 2px
}

.page-layer-product-feature .layer-links a:hover {
    color: #f88515 !important
}

.page-layer-product-feature.page-layer-product .second-column-left {
    border: 0
}

.layer-anchor {
    display: block;
    background: transparent;
    height: 1px;
    margin-bottom: -1px;
    width: 100%;
    clear: both
}

.stick-it {
    position: relative
}

.stick-it.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
    -webkit-box-shadow: 0px 1px 3px #333;
    -moz-box-shadow: 0px 1px 3px #333;
    box-shadow: 0px 1px 3px #333
}

@media screen and (max-width: 48em) {
    .stick-it.sticky {
        position: relative
    }
}

.page-layer-sub-nav-bar-holder {
    background: #00a1db;
    min-height: 55px
}

@media screen and (max-width: 48em) {
    .page-layer-sub-nav-bar-holder {
        min-height: 40px
    }
}

.page-layer-sub-nav-bar {
    width: 100%;
    min-height: 55px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: url(/_static/images/template/layer_shadow.png) 50% 0 no-repeat
}

@media screen and (max-width: 48em) {
    .page-layer-sub-nav-bar {
        min-height: 40px
    }
}

.page-layer-sub-nav-bar
ul {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    background: none !important;
    text-align: center
}

.page-layer-sub-nav-bar ul
li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    background: none !important;
    display: inline-block
}

@media screen and (max-width: 48em) {
    .page-layer-sub-nav-bar ul
    li {
        width: auto;
        max-width: 50%;
        white-space: nowrap
    }
}

.page-layer-sub-nav-bar ul li
a {
    color: #fff;
    display: block;
    text-align: center;
    padding: 0 17px;
    margin: 0 20px;
    line-height: 55px;
    font-family: 'museo-sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Nimbus Sans L', Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s
}

@media screen and (max-width: 48em) {
    .page-layer-sub-nav-bar ul li
    a {
        padding: 0 5px;
        margin: 0 4px
    }
}

.page-layer-sub-nav-bar ul li
a.active {
    background: #585858
}

@media screen and (max-width: 48em) {
    .page-layer-sub-nav-bar ul li
    a.active {
        background: transparent !important
    }
}

.page-layer-sub-nav-bar ul li a:hover {
    background: #585858
}

.page-layer-sub-nav-bar .cta-link {
    display: inline-block;
    position: absolute;
    right: 75px;
    top: 0;
    background: #005E9E;
    color: #fff;
    line-height: 55px;
    height: 55px;
    padding: 0 20px;
    font-family: 'museo-sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Nimbus Sans L', Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.page-layer-sub-nav-bar .cta-link:hover {
    background: #006AB2
}

@media screen and (max-width: 48em) {
    .page-layer-sub-nav-bar .cta-link {
        position: relative;
        right: 0;
        width: 100%;
        padding: 0;
        line-height: 55px;
        height: 55px;
        text-align: center
    }
}

.page-layer-sub-nav-bar .return-to-top {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #66c7e9;
    width: 75px;
    height: 55px;
    line-height: 55px;
    text-indent: -99999px;
    background: transparent url(/_static/images/layers/layout/return-arrows.png) 50% 50% no-repeat;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}

@media screen and (max-width: 48em) {
    .page-layer-sub-nav-bar .return-to-top {
        display: none
    }
}

.sticky .page-layer-sub-nav-bar .return-to-top {
    opacity: 1
}

.page-layer-heading
header {
    position: relative;
    text-align: center
}

.page-layer-heading header h1.h-tag,
.page-layer-heading header h2.h-tag,
.page-layer-heading header h3.h-tag,
.page-layer-heading header h4.h-tag,
.page-layer-heading header h5.h-tag,
.page-layer-heading header h6.h-tag,
.page-layer-heading header h2.h-tag,
.page-layer-heading header h3.h-tag,
.page-layer-heading header h4.h-tag,
.page-layer-heading header h5.h-tag,
.page-layer-heading header h6.h-tag {
    color: #1ba3dd;
    z-index: 2;
    text-align: center;
    font-size: 44px;
    position: relative;
    display: inline-block;
    padding: 30px;
    margin: 0;
    font-weight: 700 !important;
    line-height: 62px !important;
    text-transform: none !important
}

@media screen and (max-width: 48em) {
    .page-layer-heading header h1.h-tag,
    .page-layer-heading header h2.h-tag,
    .page-layer-heading header h3.h-tag,
    .page-layer-heading header h4.h-tag,
    .page-layer-heading header h5.h-tag,
    .page-layer-heading header h6.h-tag,
    .page-layer-heading header h2.h-tag {
        font-size: 34px !important;
        line-height: 48px !important
    }
}

.page-layer-heading header h3.h-tag {
    font-size: 34px !important
}

@media screen and (max-width: 48em) {
    .page-layer-heading header h3.h-tag {
        font-size: 24px !important;
        line-height: 30px !important
    }
}

.page-layer-heading header h4.h-tag {
    font-size: 28px !important
}

@media screen and (max-width: 48em) {
    .page-layer-heading header h4.h-tag {
        font-size: 20px !important;
        line-height: 26px !important
    }
}

.page-layer-heading header h5.h-tag {
    font-size: 20px !important
}

@media screen and (max-width: 48em) {
    .page-layer-heading header h5.h-tag {
        font-size: 18px !important;
        line-height: 20px !important
    }
}

.page-layer-heading header h6.h-tag {
    font-size: 15px !important
}

@media screen and (max-width: 48em) {
    .page-layer-heading header h6.h-tag {
        font-size: 13px !important;
        line-height: 18px !important
    }
}

.page-layer-heading header:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #e0e0e0;
    top: 55%;
    z-index: 1
}

.page-layer-customers-list {
    padding: 25px 0
}

.page-layer-promo-list {
    text-align: center;
    padding: 25px 0
}

@media screen and (max-width: 48em) {
    .page-layer-promo-list {
        padding: 25px 0 !important
    }
}

.page-layer-promo-list .dg-promo {
    position: relative;
    margin: 0 10px;
    padding-bottom: 40px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 378px;
    height: 348px;
    cursor: pointer
}

@media screen and (max-width: 48em) {
    .page-layer-promo-list .dg-promo {
        padding: 0;
        margin: 0 !important;
        height: 360px
    }
}

.page-layer-promo-list .dg-promo.no-click {
    cursor: auto
}

.page-layer-promo-list .dg-promo
header {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -1px;
    color: #58595B;
    padding-top: 7px
}

.page-layer-promo-list .dg-promo
.promo {
    height: 250px;
    overflow: hidden
}

@media screen and (max-width: 48em) {
    .page-layer-promo-list .dg-promo .promo
    img {
        max-width: 480px;
        height: 255px;
        zoom: .75
    }
}

.page-layer-promo-list .dg-promo
.actions {
    width: 100%;
    position: absolute;
    bottom: 25px
}

.page-layer-promo-list .dg-promo .actions .action, .page-layer-promo-list .dg-promo .actions .action-basic {
    position: relative;
    bottom: 0px;
    right: 0
}

@media screen and (max-width: 48em) {
    .page-layer-promo-list .dg-promo:nth-child(2), .page-layer-promo-list .dg-promo:nth-child(3) {
        display: none
    }
}

.page-layer-next-steps {
    padding: 30px 0
}

.page-layer-next-steps .large-column-6 {
    margin: 0 !important;
    border: none !important;
    width: 50%
}

.page-layer-next-steps
.title {
    display: inline-block;
    padding: 10px;
    background: #ccc;
    text-transform: uppercase;
    color: #888
}

.page-layer-next-steps .two-links-holder {
    border: 1px solid #ccc;
    width: 100%
}

.page-layer-next-steps .two-links-holder
a {
    display: block;
    padding: 20px 35px;
    font-family: 'museo-sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Nimbus Sans L', Arial, sans-serif;
    font-size: 2em;
    background: transparent;
    text-transform: none;
    color: #706fb3;
    letter-spacing: -2px;
    font-weight: 300;
    margin-bottom: 0;
    text-shadow: none;
    font-weight: normal;
    background-image: url('/_static/styles/../images/tiered/link-arrow.png?1406272562');
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: 95% 50%
}

.page-layer-next-steps .two-links-holder a.left-link {
    border-bottom: 1px solid #ccc
}

@media only screen and (min-width: 48em) {
    .page-layer-next-steps .two-links-holder a.left-link {
        border-bottom: none;
        border-right: 1px solid #ccc
    }
}

.page-layer-next-steps .two-links-holder a:hover {
    background-color: #fff;
    text-decoration: underline
}

.page-layer-grid-layout .product-item {
    text-align: center;
    width: 420px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: top
}

@media only screen and (max-width: 48em) {
    .page-layer-grid-layout .product-item {
        width: auto
    }
}

.page-layer-grid-layout .product-item
h2 {
    margin: 15px 0;
    font-size: 2em;
    font-family: 'museo-sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Nimbus Sans L', Arial, sans-serif;
    letter-spacing: -1px
}

.page-layer-grid-layout .product-item h2,
.page-layer-grid-layout .product-item h2
a {
    text-align: center;
    display: block
}

.page-layer-grid-layout .product-item h2 a:hover {
    color: #f88515
}

.page-layer-grid-layout .product-item
p {
    text-align: center;
    padding: 0 35px;
    font-size: 1.46em
}

@media only screen and (min-width: 48em) {
    .page-layer-grid-layout .product-item
    p {
        font-size: 1.2em;
        line-height: 26px;
        padding: 0 55px
    }
}

.page-layer-grid-layout .product-item a.read-more {
    display: block;
    text-align: center
}

.page-layer-grid-layout .product-item a.read-more:hover {
    color: #f88515
}

.page-layer-grid-layout .product-item:hover
a {
    color: #f88515
}

.page-layer-grid-layout .product-item .tier-wrapped-window {
    width: 100% !important;
    left: auto;
    right: auto;
    position: absolute;
    text-align: center;
    width: 100%;
    min-height: 200px;
    margin: 0 auto
}

@media only screen and (min-width: 48em) {
    .page-layer-grid-layout .product-item .tier-wrapped-window {
        zoom: 1
    }
}

@media only screen and (max-width: 48em) {
    .page-layer-grid-layout .product-item .tier-wrapped-window {
        left: auto;
        position: relative;
        zoom: .5
    }
}

.page-layer-grid-layout .product-item .tier-wrapped-window
.image {
    position: relative;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 200px;
    z-index: 1;
    margin: 0 auto;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.page-layer-grid-layout .product-item .tier-wrapped-window .image .image-inside-window {
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    overflow: hidden;
    width: 317px;
    height: 185px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    top: 15px
}

.page-layer-grid-layout .product-item .tier-wrapped-window .image .image-inside-window
img {
    position: relative
}

.page-layer-grid-layout .product-item .tier-wrapped-window
.window {
    width: 100%;
    height: 233px;
    position: absolute;
    top: 0;
    display: block;
    z-index: 2;
    background-image: url('/_static/styles/../images/tiered/image-mask-medium.png?1406272562');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 0
}

.page-layer-grid-layout .product-item .tier-image {
    position: relative !important;
    left: auto !important;
    bottom: auto !important
}

.page-layer-comparison {
    padding: 30px 0
}

.page-layer-comparison
header {
    margin: 10px 0;
    position: relative;
    font-family: 'museo-sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Nimbus Sans L', Arial, sans-serif
}

.page-layer-comparison header
h2 {
    display: inline;
    text-transform: none !important;
    font-weight: 100;
    font-family: 'museo-sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Nimbus Sans L', Arial, sans-serif;
    font-size: 23px;
    padding-right: 15px
}

@media screen and (max-width: 48em) {
    .page-layer-comparison header
    h2 {
        display: block;
        margin: 0;
        padding: 0
    }
}

.page-layer-comparison header
.right {
    position: absolute;
    right: 0px;
    top: 0px
}

@media screen and (max-width: 48em) {
    .page-layer-comparison header
    .right {
        top: 12px
    }
}

.page-layer-comparison header .price-option-link {
    display: inline-block;
    text-transform: none !important;
    font-family: 'museo-sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Nimbus Sans L', Arial, sans-serif;
    font-size: 18px;
    color: #5a54a4;
    font-weight: 100
}

@media screen and (max-width: 48em) {
    .page-layer-comparison header .price-option-link {
        margin-top: 10px;
        font-size: 19px;
        display: block;
        width: auto
    }
}

.page-layer-comparison header .price-option-link:hover {
    color: #f88515 !important
}

.page-layer-comparison header .price-option-link.active {
    color: #414042;
    font-weight: 600;
    font-size: 20px;
    cursor: default
}

.page-layer-comparison header .price-option-link.active:hover {
    color: #414042 !important
}

.page-layer-comparison header .price-option-link.lined:after {
    content: "|";
    display: inline-block;
    padding: 0 12px;
    color: #414042;
    font-weight: 100
}

@media screen and (max-width: 48em) and (orientation: portrait) {
    .page-layer-comparison header .price-option-link.lined:after {
        display: none
    }
}

.page-layer-comparison #comparison-tables {
    text-align: left;
    margin: 0 -2%;
    overflow: auto
}

@media screen and (max-width: 48em) and (orientation: landscape) {
    .page-layer-comparison #comparison-tables {
        margin: 0 -4% 0 -2% !important;
        padding-left: 2% !important
    }
}

@media screen and (max-width: 48em) {
    .page-layer-comparison #comparison-tables {
        text-align: left
    }
}

.page-layer-comparison #comparison-tables .pricing-heading {
    background: #50a5dc;
    color: #fff;
    font-family: 'museo-sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Nimbus Sans L', Arial, sans-serif;
    font-size: 28px;
    font-weight: normal;
    line-height: 40px;
    padding: 10px 15px;
    text-align: center
}

.page-layer-comparison #comparison-tables table.pricing-info {
    border: 1px #50a5dc solid;
    border-top: 0;
    margin: 0;
    text-align: center
}

.page-layer-comparison #comparison-tables table.pricing-info
th {
    font-family: 'museo-sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Nimbus Sans L', Arial, sans-serif;
    font-weight: normal;
    line-height: 22px;
    height: 30px;
    padding: 5px 15px;
    font-size: 20px;
    background: #E4F6FD;
    color: #1f6fb4;
    text-align: center
}

.page-layer-comparison #comparison-tables table.pricing-info
td {
    vertical-align: text-top;
    background: #fff
}

.page-layer-comparison #comparison-tables table.pricing-info td
.starting {
    text-align: center;
    position: relative
}

.page-layer-comparison #comparison-tables table.pricing-info td .starting .starting-title {
    background: #fff;
    text-align: center;
    color: #000;
    position: relative;
    top: 17px;
    font-size: 15px;
    z-index: 1;
    display: inline-block;
    padding: 0 10px
}

.page-layer-comparison #comparison-tables table.pricing-info td .starting .starting-title.phone {
    width: 100%;
    padding: 0
}

.page-layer-comparison #comparison-tables table.pricing-info td .starting .starting-title
a {
    color: #7869b1;
    font-size: 15px
}

.page-layer-comparison #comparison-tables table.pricing-info td .starting .starting-title a:hover {
    color: #f88515 !important
}

.page-layer-comparison #comparison-tables table.pricing-info td .starting
hr {
    margin: 10px auto;
    width: 100%;
    position: absolute;
    top: 17px;
    z-index: 0
}

.page-layer-comparison #comparison-tables table.pricing-info
.price {
    height: 50px;
    overflow: hidden;
    font-size: 44px;
    line-height: 20px;
    display: block;
    font-family: 'museo-sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Nimbus Sans L', Arial, sans-serif;
    color: #006ab1;
    text-align: center;
    padding: 35px 0 20px;
    font-weight: 700;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 15px
}

.page-layer-comparison #comparison-tables table.pricing-info .price
span.term {
    font-size: 14px;
    font-weight: 200
}

.page-layer-comparison #comparison-tables table.pricing-info .price .price-option {
    display: none
}

.page-layer-comparison #comparison-tables table.pricing-info .price .price-option.active {
    display: block
}

.page-layer-comparison #comparison-tables .table tr
th {
    text-align: center;
    vertical-align: middle
}

.page-layer-comparison #comparison-tables
table {
    vertical-align: top
}

.page-layer-comparison #comparison-tables table.pricing-info {
    border: none;
    display: inline-table;
    padding: 0 !important;
    margin: 15px;
    width: 290px
}

@media screen and (max-width: 48em) and (orientation: portrait) {
    .page-layer-comparison #comparison-tables table.pricing-info {
        width: 100% !important;
        margin: 0 !important
    }
}

@media screen and (max-width: 48em) and (orientation: landscape) {
    .page-layer-comparison #comparison-tables table.pricing-info {
        width: 48% !important;
        margin: 0 2% 0 -1% !important
    }
}

.page-layer-comparison #comparison-tables table.pricing-info tr
th {
    font-size: 22px;
    background: #2ac7f0;
    color: #006ab1;
    margin: 5px;
    text-transform: uppercase;
    padding: 15px;
    font-weight: bold
}

.page-layer-comparison #comparison-tables table.pricing-info tr th:first-of-type {
    padding: 15px 27px
}

.page-layer-comparison #comparison-tables table.pricing-info tr td
.desc {
    font-size: 12px;
    height: 22px
}

.page-layer-comparison #comparison-tables table.pricing-info.secondary {
    width: 100%;
    float: none
}

.page-layer-comparison #comparison-tables table.pricing-info.secondary
.price {
    font-size: 24px
}

.page-layer-comparison #comparison-tables table.pricing-info.enterprise {
    width: 293px;
    float: none
}

.page-layer-comparison #comparison-tables table.pricing-info.consumer-marketers-page {
    width: 100%
}

.page-layer-comparison #comparison-tables table.pricing-info.consumer-marketers-page tr
th {
    font-size: 20px
}

.page-layer-comparison #comparison-tables table.pricing-info.consumer-marketers-page tr th:first-child {
    line-height: 16px
}

.page-layer-comparison #comparison-tables table.pricing-info.consumer-marketers-page tr td
.price {
    font-size: 20px
}

.page-layer-comparison #comparison-tables .pricing-heading {
    font-size: 24px
}

.page-layer-comparison #comparison-tables.columns-2 table.pricing-info {
    width: 300px !important
}

@media screen and (max-width: 48em) and (orientation: portrait) {
    .page-layer-comparison #comparison-tables.columns-2 table.pricing-info {
        width: 100% !important;
        margin: 0 !important
    }
}

@media screen and (max-width: 48em) and (orientation: landscape) {
    .page-layer-comparison #comparison-tables.columns-2 table.pricing-info {
        width: 48% !important;
        margin: 0 2% 0 -1% !important
    }
}

.page-layer-comparison #comparison-tables.cta-message table.pricing-info.last {
    position: relative
}

@media screen and (max-width: 48em) and (orientation: portrait) {
    .page-layer-comparison #comparison-tables.cta-message table.pricing-info.last {
        width: 100% !important;
        margin: 0 !important
    }
}

@media screen and (max-width: 48em) and (orientation: landscape) {
    .page-layer-comparison #comparison-tables.cta-message table.pricing-info.last {
        width: 48% !important;
        margin: 0 2% 0 -1% !important
    }
}

.page-layer-comparison #comparison-tables.cta-message table.pricing-info.last:after {
    content: "";
    width: 1px;
    display: block;
    height: 100%;
    position: absolute;
    background: #e5e5e5
}

@media screen and (max-width: 48em) {
    .page-layer-comparison #comparison-tables.cta-message table.pricing-info.last:after {
        display: none !important
    }
}

.page-layer-comparison #comparison-tables.columns-2.cta-message table.pricing-info.last {
    margin-right: 45px !important
}

.page-layer-comparison #comparison-tables.columns-2.cta-message table.pricing-info.last:after {
    right: -45px;
    top: 0
}

@media screen and (max-width: 48em) {
    .page-layer-comparison #comparison-tables.columns-2.cta-message table.pricing-info.last:after {
        display: none !important
    }
}

@media screen and (max-width: 48em) {
    .page-layer-comparison #comparison-tables.columns-2.cta-message table.pricing-info.last {
        margin: 0 !important
    }
}

.page-layer-comparison #comparison-tables.columns-3.cta-message table.pricing-info.last {
    margin-right: 25px !important
}

.page-layer-comparison #comparison-tables.columns-3.cta-message table.pricing-info.last:after {
    right: -25px;
    top: 0
}

@media screen and (max-width: 48em) {
    .page-layer-comparison #comparison-tables.columns-3.cta-message table.pricing-info.last:after {
        display: none !important
    }
}

@media screen and (max-width: 48em) {
    .page-layer-comparison #comparison-tables.columns-3.cta-message table.pricing-info.last {
        margin: 0 !important
    }
}

.page-layer-comparison #comparison-tables.columns-3 table.pricing-info {
    width: 290px !important;
    margin: 15px 5px
}

@media screen and (max-width: 48em) and (orientation: portrait) {
    .page-layer-comparison #comparison-tables.columns-3 table.pricing-info {
        width: 100% !important;
        margin: 0 !important
    }
}

@media screen and (max-width: 48em) and (orientation: landscape) {
    .page-layer-comparison #comparison-tables.columns-3 table.pricing-info {
        width: 48% !important;
        margin: 0 2% 0 -1% !important
    }
}

.page-layer-comparison #comparison-tables.columns-4 table.pricing-info {
    width: 290px !important;
    margin: 15px 5px
}

@media screen and (max-width: 48em) and (orientation: portrait) {
    .page-layer-comparison #comparison-tables.columns-4 table.pricing-info {
        width: 100% !important;
        margin: 0 !important
    }
}

@media screen and (max-width: 48em) and (orientation: landscape) {
    .page-layer-comparison #comparison-tables.columns-4 table.pricing-info {
        width: 48% !important;
        margin: 0 2% 0 -1% !important
    }
}

.page-layer-comparison #comparison-tables table.cta-message {
    border: none;
    display: inline-table;
    padding: 0 !important;
    margin: 0 5px !important;
    text-align: left
}

.page-layer-comparison #comparison-tables table.cta-message h1,
.page-layer-comparison #comparison-tables table.cta-message .page-layer-heading header h2.h-tag,
.page-layer-heading header .page-layer-comparison #comparison-tables table.cta-message h2.h-tag,
.page-layer-comparison #comparison-tables table.cta-message .page-layer-heading header h3.h-tag,
.page-layer-heading header .page-layer-comparison #comparison-tables table.cta-message h3.h-tag,
.page-layer-comparison #comparison-tables table.cta-message .page-layer-heading header h4.h-tag,
.page-layer-heading header .page-layer-comparison #comparison-tables table.cta-message h4.h-tag,
.page-layer-comparison #comparison-tables table.cta-message .page-layer-heading header h5.h-tag,
.page-layer-heading header .page-layer-comparison #comparison-tables table.cta-message h5.h-tag,
.page-layer-comparison #comparison-tables table.cta-message .page-layer-heading header h6.h-tag,
.page-layer-heading header .page-layer-comparison #comparison-tables table.cta-message h6.h-tag,
.page-layer-comparison #comparison-tables table.cta-message h2,
.page-layer-comparison #comparison-tables table.cta-message h3,
.page-layer-comparison #comparison-tables table.cta-message h4,
.page-layer-comparison #comparison-tables table.cta-message h5,
.page-layer-comparison #comparison-tables table.cta-message
h6 {
    position: relative;
    font-weight: 700 !important;
    text-transform: none !important;
    padding: 0 !important;
    margin: 12px 0 5px;
    color: #006ab1 !important;
    text-align: left !important
}

.page-layer-comparison #comparison-tables table.cta-message h1,
.page-layer-comparison #comparison-tables table.cta-message .page-layer-heading header h2.h-tag,
.page-layer-heading header .page-layer-comparison #comparison-tables table.cta-message h2.h-tag,
.page-layer-comparison #comparison-tables table.cta-message .page-layer-heading header h3.h-tag,
.page-layer-heading header .page-layer-comparison #comparison-tables table.cta-message h3.h-tag,
.page-layer-comparison #comparison-tables table.cta-message .page-layer-heading header h4.h-tag,
.page-layer-heading header .page-layer-comparison #comparison-tables table.cta-message h4.h-tag,
.page-layer-comparison #comparison-tables table.cta-message .page-layer-heading header h5.h-tag,
.page-layer-heading header .page-layer-comparison #comparison-tables table.cta-message h5.h-tag,
.page-layer-comparison #comparison-tables table.cta-message .page-layer-heading header h6.h-tag,
.page-layer-heading header .page-layer-comparison #comparison-tables table.cta-message h6.h-tag, .page-layer-comparison #comparison-tables table.cta-message
h2 {
    font-size: 28px !important
}

.page-layer-comparison #comparison-tables table.cta-message
h3 {
    font-size: 26px !important
}

.page-layer-comparison #comparison-tables table.cta-message
h4 {
    font-size: 24px !important
}

.page-layer-comparison #comparison-tables table.cta-message
h5 {
    font-size: 22px !important
}

.page-layer-comparison #comparison-tables table.cta-message
h6 {
    font-size: 20px !important
}

.page-layer-comparison #comparison-tables table.cta-message
p {
    color: #414042
}

.page-layer-comparison #comparison-tables table.cta-message p
a {
    color: #00a1db !important;
    font-weight: normal !important
}

@media screen and (max-width: 48em) {
    .page-layer-comparison #comparison-tables table.cta-message .cta-message-content {
        padding: 15px !important
    }
}

.page-layer-comparison #comparison-tables.columns-2 table.cta-message {
    width: 400px;
    margin-left: 35px !important;
    margin-right: 110px !important
}

@media screen and (max-width: 48em) {
    .page-layer-comparison #comparison-tables.columns-2 table.cta-message {
        width: 100% !important;
        margin: 0 !important
    }
}

.page-layer-comparison #comparison-tables.columns-3 table.cta-message {
    width: 260px;
    margin-left: 15px !important;
    margin-right: 0px !important
}

@media screen and (max-width: 48em) {
    .page-layer-comparison #comparison-tables.columns-3 table.cta-message {
        width: 100% !important;
        margin: 0 !important
    }
}

.page-layer-comparison .localized-price {
    display: block
}

.page-layer-comparison
.message {
    font-size: 17px;
    color: #006ab1;
    display: block;
    padding: 0 12px
}

.page-layer-comparison
.includes {
    text-align: center;
    position: relative;
    min-height: 50px
}

.page-layer-comparison .includes .includes-title {
    background: #f2f2f2;
    text-align: center;
    color: #000;
    position: relative;
    top: 17px;
    font-size: 15px;
    z-index: 1;
    display: inline-block;
    padding: 0 10px
}

.page-layer-comparison .includes .includes-title
strong {
    color: #006ab1
}

.page-layer-comparison .includes .includes-title.phone {
    width: 100%;
    padding: 0
}

.page-layer-comparison .includes
hr {
    margin: 10px auto;
    width: 100%;
    position: absolute;
    top: 17px;
    z-index: 0
}

.page-layer-comparison .features-box {
    background: #f2f2f2;
    padding: 8px;
    border: 1px solid #d8d8d8;
    color: #000 !important;
    min-height: 375px
}

.page-layer-comparison .features-box .hide-with-messages {
    visibility: hidden
}

.page-layer-comparison .features-box .alt-tagline {
    height: 90px;
    overflow: visible;
    margin: 0 0 -2px 0
}

.page-layer-comparison .features-box .alt-tagline
* {
    color: #000 !important;
    margin: 0;
    padding: 0
}

.page-layer-comparison .features-box
.tagline {
    height: 90px;
    overflow: hidden;
    margin: 5px 0
}

.page-layer-comparison .features-box .tagline
* {
    color: #00a1db !important
}

@media screen and (max-width: 48em) {
    .page-layer-comparison .features-box
    .tagline {
        height: auto !important
    }
}

.page-layer-comparison .features-box .features
ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

.page-layer-comparison .features-box .features ul
li {
    list-style: none;
    text-align: center;
    margin: 0 !important;
    padding: 12px 0 !important;
    display: block;
    border-bottom: 1px solid #d8d8d8;
    background: none !important;
    color: #000 !important;
    font-size: 15px
}

.page-layer-comparison .features-box .features ul li:last-child {
    border: transparent 1px solid !important
}

.page-layer-comparison .features-box .features ul li.empty-line {
    border: transparent 1px solid
}

@media screen and (max-width: 48em) {
    .page-layer-comparison .features-box .features ul li.empty-line {
        display: none !important
    }
}

.page-layer-comparison
.extra {
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #d8d8d8;
    border-top: none
}

.page-layer-tabbed-content {
    padding: 20px 0 50px;
    min-height: 500px
}

.page-layer-tabbed-content
header {
    position: relative;
    text-align: center
}

.page-layer-tabbed-content header
h2 {
    color: #fff;
    z-index: 2;
    background: #414042;
    text-align: center;
    font-size: 44px;
    height: 44px;
    line-height: 44px;
    position: relative;
    display: inline-block;
    padding: 30px 30px;
    margin: 0;
    text-transform: none;
    font-weight: 600
}

@media screen and (max-width: 48em) {
    .page-layer-tabbed-content header
    h2 {
        font-size: 20px;
        padding: 10px 30px;
        line-height: 30px;
        min-height: 44px;
        height: auto
    }
}

.page-layer-tabbed-content header:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #686868;
    top: 55%;
    z-index: 1
}

.page-layer-tabbed-content
.tabs {
    text-align: center;
    padding: 10px 0 30px
}

.page-layer-tabbed-content .tabs
.tab {
    position: relative;
    display: inline-block;
    background: #535353;
    padding: 15px 25px;
    margin: 0 15px;
    color: #fff;
    font-size: 26px;
    font-family: 'museo-sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Nimbus Sans L', Arial, sans-serif;
    cursor: default;
    -webkit-box-shadow: 0px 0px 5px #333;
    -moz-box-shadow: 0px 0px 5px #333;
    box-shadow: 0px 0px 5px #333
}

@media screen and (max-width: 500px) {
    .page-layer-tabbed-content .tabs
    .tab {
        width: 95%
    }
}

@media screen and (max-width: 48em) {
    .page-layer-tabbed-content .tabs
    .tab {
        padding: 15px 10px;
        margin: 5px 0px;
        color: #FFF;
        font-size: 14px
    }
}

.page-layer-tabbed-content .tabs
.tab.active {
    background: #00a1db
}

.page-layer-tabbed-content .tabs .tab.active:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #00a1db;
    top: 100%;
    position: absolute;
    left: 50%;
    margin-left: -25px
}

@media screen and (max-width: 500px) {
    .page-layer-tabbed-content .tabs .tab.active:after {
        border-top: 0
    }
}

.page-layer-tabbed-content .tab-section {
    display: none;
    overflow: hidden
}

.page-layer-tabbed-content .tab-section.active {
    display: block
}

.page-layer-tabbed-content
.column {
    display: inline-block;
    position: relative;
    height: 100%
}

@media screen and (max-width: 48em) {
    .page-layer-tabbed-content
    .column {
        width: 100% !important
    }
}

.page-layer-tabbed-content .column
* {
    color: #d1d3d4 !important
}

.page-layer-tabbed-content .column
p {
    margin-right: 4em
}

@media screen and (max-width: 48em) {
    .page-layer-tabbed-content .column
    p {
        margin-right: 0
    }
}

.page-layer-tabbed-content .column
ul {
    list-style-type: disc
}

@media screen and (max-width: 48em) {
    .page-layer-tabbed-content .column
    ul {
        padding: 0 0 0 20px
    }
}

.page-layer-tabbed-content .column
li {
    list-style-type: disc !important;
    padding-left: 5px !important;
    background: none !important
}

.page-layer-tabbed-content .column:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    min-height: 500px;
    width: 1px;
    background: #535353;
    top: 0;
    right: 0
}

@media screen and (max-width: 48em) {
    .page-layer-tabbed-content .column:after {
        display: none
    }
}

.page-layer-tabbed-content .column:last-child:after {
    display: none
}

.page-layer-overview-content {
    padding-left: 100px
}

.page-layer-overview-content
header {
    max-width: 1050px;
    padding-bottom: 2em
}

.page-layer-overview-content
h2 {
    text-transform: none;
    font-size: 45px;
    letter-spacing: -2px;
    color: #666;
    line-height: 52px
}

@media screen and (max-width: 48em) {
    .page-layer-overview-content
    h2 {
        font-size: 34px;
        line-height: 40px
    }
}

.page-layer-overview-content .content
p {
    font-size: 22px;
    line-height: 40px
}

.Layer.last > div {
    margin-bottom: -50px;
    padding-bottom: 50px
}

.page-layer-standard-content {
    padding: 15px 0
}

@media screen and (max-width: 48em) {
    .page-layer-standard-content
    h2 {
        padding: 10px
    }
}

.page-layer-standard-content
table {
    display: block;
    max-width: 100%;
    height: auto !important
}

@media screen and (max-width: 48em) {
    .page-layer-standard-content
    table {
        width: 100% !important
    }
}

@media screen and (max-width: 48em) {
    .page-layer-standard-content table
    td {
        display: block;
        width: 90%;
        margin: 10px auto
    }
}

@media screen and (max-width: 48em) {
    .page-layer-standard-content table
    h3 {
        font-size: 16px;
        font-weight: 500;
        line-height: 22px
    }
}

body.EventSection
.filters {
    height: 40px;
    position: relative;
    text-align: left
}

body.EventSection
#EventHeading {
    background-color: #5a54a4
}

body.EventSection #EventHeading.ambient-slider {
    min-height: 368px
}

body.EventSection #EventHeading h1,
body.EventSection #EventHeading .page-layer-heading header h2.h-tag,
.page-layer-heading header body.EventSection #EventHeading h2.h-tag,
body.EventSection #EventHeading .page-layer-heading header h3.h-tag,
.page-layer-heading header body.EventSection #EventHeading h3.h-tag,
body.EventSection #EventHeading .page-layer-heading header h4.h-tag,
.page-layer-heading header body.EventSection #EventHeading h4.h-tag,
body.EventSection #EventHeading .page-layer-heading header h5.h-tag,
.page-layer-heading header body.EventSection #EventHeading h5.h-tag,
body.EventSection #EventHeading .page-layer-heading header h6.h-tag,
.page-layer-heading header body.EventSection #EventHeading h6.h-tag, body.EventSection #EventHeading h2, body.EventSection #EventHeading h3, body.EventSection #EventHeading h4, body.EventSection #EventHeading h5, body.EventSection #EventHeading
h6 {
    color: white;
    margin-bottom: 20px
}

body.EventSection
#EventList {
    background-color: #F4F4F4
}

body.EventSection .event-type-column {
    width: 48%;
    float: left;
    margin: 1%
}

body.EventSection .event-type-column .event-type {
    width: 97%;
    margin: 1% 2% 5% 1%;
    text-align: left;
    vertical-align: top
}

body.EventSection .event-type-column .event-type .filter-list-none {
    display: none
}

body.EventSection .event-type-column .event-type.view-less {
    height: 225px;
    overflow: hidden
}

body.EventSection .event-type-column .event-type.view-less header > aside.v-less {
    display: none
}

body.EventSection .event-type-column .event-type.view-less header > aside.v-more {
    display: block
}

body.EventSection .event-type-column .event-type.view-more header > aside.v-more {
    display: none
}

body.EventSection .event-type-column .event-type.view-more header > aside.v-less {
    display: block
}

body.EventSection .event-type-column .event-type.filter-no-items .filter-list-none {
    display: block;
    font-family: 'museo-sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Nimbus Sans L', Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #999;
    text-align: center;
    text-shadow: #DDD 1px 1px 1px;
    letter-spacing: -1px;
    margin: 1em 0
}

body.EventSection .event-type-column .event-type.filter-no-items header > aside.v-more, body.EventSection .event-type-column .event-type.filter-no-items header > aside.v-less, body.EventSection .event-type-column .event-type.filter-1-items header > aside.v-more, body.EventSection .event-type-column .event-type.filter-1-items header > aside.v-less, body.EventSection .event-type-column .event-type.filter-2-items header > aside.v-more, body.EventSection .event-type-column .event-type.filter-2-items header > aside.v-less {
    display: none
}

body.EventSection .event-type-column .event-type > header {
    color: #00a1db;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 5px
}

body.EventSection .event-type-column .event-type > header
aside {
    float: right;
    color: #5a54a4;
    font-size: 14px;
    cursor: pointer
}

body.EventSection .event-type-column .event-type.odd {
    float: left
}

body.EventSection .event-type-column .event-type
ul {
    padding-left: 10px;
    margin-top: 2em
}

body.EventSection .event-type-column .event-type ul
li {
    background: none !important;
    margin-left: 0;
    position: relative;
    height: 75px;
    margin-bottom: 10px
}

body.EventSection .event-type-column .event-type ul li.deselect-target-region {
    display: none
}

body.EventSection .event-type-column .event-type ul li a div, body.EventSection .event-type-column .event-type ul li a
header {
    padding-left: 90px;
    font-size: 20px;
    font-family: 'museo-sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Nimbus Sans L', Arial, sans-serif;
    font-weight: 500;
    line-height: 22px
}

body.EventSection .event-type-column .event-type ul li a
div {
    color: #666;
    text-decoration: none;
    font-weight: 100;
    margin-top: 3px;
    font-size: 18px
}

body.EventSection .event-type-column .event-type ul li a .event-date {
    position: absolute;
    top: -12px
}

body.Event .child-events {
    margin-top: 2em;
    margin-bottom: 2em
}

body.Event .coming-soon {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 1em;
    background: #fff;
    border: 1px solid #ccc;
    text-align: center
}

body.Event .event-listing {
    display: block
}

body.Event .event-details {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline
}

body.Event .event-details div, body.Event .event-details header, body.Event .event-details
h4 {
    font-size: 22px;
    font-family: 'museo-sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Nimbus Sans L', Arial, sans-serif;
    font-weight: 500;
    line-height: 22px;
    margin: 0 0 0 15px
}

body.Event .event-details
div {
    color: #666;
    text-decoration: none;
    font-weight: 100;
    margin-top: 3px;
    font-size: 18px
}

body.Event .event-details
h4 {
    font-weight: 400;
    font-size: 20px;
    margin-top: 3px
}

.deselect-company-size, .deselect-industry, .deselect-product-usage, .deselect-media-type {
    display: none
}

body.CustomerSection
.filters {
    height: 40px;
    position: relative
}

body.CustomerSection .filters .selectBox-dropdown, body.CustomerSection .filters
select {
    width: 245px !important
}

body.CustomerSection .filter-clear {
    display: none;
    background: #aaa;
    margin: 0;
    padding: .5em;
    margin-top: 18px;
    font-size: 11px;
    position: absolute;
    right: 0;
    bottom: -12px;
    color: white;
    cursor: pointer
}

body.CustomerSection .filter-clear.active {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline
}

body.CustomerSection
#CustomerList {
    background-color: #F4F4F4
}

body.CustomerSection .filter-list-none {
    display: none;
    min-height: 400px
}

body.CustomerSection .filter-list-none
header {
    font-size: 45px;
    color: #00A1DB;
    letter-spacing: -2px;
    font-weight: 200;
    text-align: center;
    display: block;
    text-shadow: #DDD 1px 1px 1px;
    margin: 1em 0
}

body.CustomerSection .filter-list-container.filter-no-items .filter-list-none {
    display: block
}

body.Customer .customer-picture {
    float: left;
    padding-right: 20px
}

body.Customer .customer-info {
    display: inline-block;
    margin-top: 10px
}

body.Customer .customer-logo {
    float: left;
    padding-right: 15px
}

body.Customer .customer-quote {
    display: inline-block;
    width: 690px
}

#PressReleases {
    width: 80%;
    float: left;
    padding-bottom: 1em
}

@media screen and (max-width: 75.75em) {
    #PressReleases {
        margin-left: 12px;
        width: 100%
    }
}

#PressReleases
header {
    font-weight: bold;
    font-size: 15px
}

#PressReleases ol, #PressReleases
ul {
    padding: 0 0 0 20px;
    list-style: none
}

@media screen and (max-width: 60em) {
    #PressReleases ol, #PressReleases
    ul {
        width: 60%
    }
}

@media screen and (max-width: 48em) {
    #PressReleases ol, #PressReleases
    ul {
        width: 90%
    }
}

#PressReleases ol li, #PressReleases ul
li {
    line-height: 16px
}

#PressReleases
.pre {
    font-family: monospace;
    font-size: 90%
}

#NewsroomResources {
    float: left;
    padding: 2em;
    box-sizing: border-box;
    background-color: #E5E5E5;
    border: 1px solid #d8d8d8
}

@media screen and (min-width: 75.75em) {
    #NewsroomResources {
        width: 20%
    }
}

@media screen and (max-width: 75.75em) {
    #NewsroomResources {
        margin-bottom: 12px;
        margin-left: 12px
    }
}

#NewsroomResources
header {
    font-weight: bold;
    font-size: 15px
}

#NewsroomResources
ul {
    padding-left: 0
}

#RecognitionList {
    background-color: #F4F4F4
}

#RecognitionList
hgroup {
    border: 0
}

#RecognitionList
h3 {
    font-size: 45px;
    letter-spacing: -2px;
    font-weight: 200;
    text-transform: none;
    text-align: center
}

#SecurityPage {
    max-width: 510px;
    margin: 50px auto;
    padding: 50px 50px 50px;
    border: 1px solid #ccc;
    background-color: #fff
}

#SecurityPage, #SecurityPage *, #SecurityPage *:before, #SecurityPage *:after {
    box-sizing: border-box
}

#SecurityPage
fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

#SecurityPage
label {
    font-size: 20px;
    font-family: 'museo-sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Nimbus Sans L', Arial, sans-serif
}

#SecurityPage
.middleColumn {
    margin: .5em 0 1em
}

#SecurityPage .middleColumn
* {
    width: 100%;
    font-size: 20px;
    color: #666;
    padding: 5px 10px 7px;
    font-family: 'museo-sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Nimbus Sans L', Arial, sans-serif
}

#SecurityPage .middleColumn *:focus {
    outline: 2px solid #4da4db;
    color: #000
}

#SecurityPage #Remember:focus {
    outline: 2px solid #4da4db
}

#SecurityPage
label {
    width: 100px
}

#SecurityPage
.Actions {
    text-align: center;
    margin: 3em 0 0
}

#SecurityPage .Actions .action-basic {
    font-size: 18px
}

#SecurityPage .Actions .action-basic:focus {
    outline: 3px solid rgba(0, 0, 0, 0.1)
}

#SecurityPage .Actions
p {
    font-size: 15px;
    font-family: 'museo-sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Nimbus Sans L', Arial, sans-serif;
    margin: 1em 0 0
}

#SecurityPage h1,
#SecurityPage .page-layer-heading header h2.h-tag,
.page-layer-heading header #SecurityPage h2.h-tag,
#SecurityPage .page-layer-heading header h3.h-tag,
.page-layer-heading header #SecurityPage h3.h-tag,
#SecurityPage .page-layer-heading header h4.h-tag,
.page-layer-heading header #SecurityPage h4.h-tag,
#SecurityPage .page-layer-heading header h5.h-tag,
.page-layer-heading header #SecurityPage h5.h-tag,
#SecurityPage .page-layer-heading header h6.h-tag,
.page-layer-heading header #SecurityPage h6.h-tag {
    text-align: center;
    margin: 0 0 .5em;
    font-size: 43px;
    color: #666;
    letter-spacing: -2px;
    font-weight: 200;
    text-transform: none
}