﻿body {
    font-family: "myriad-pro", sans-serif;
    line-height: 1.3em;
    background: #f0f0f0;
    color: #333;
    height: auto;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-weight: 400;
}

h1 {
    font-size: 2.00em;
    margin: 0 0 0.67em 0;
}

h1.page-title {
    color: #333333;
    font-weight: 400;
    margin: 10px 0 0 0;
}

h1.page-title span {
    font-size: 16px;
    font-weight: 400;
}

h2 {
    font-size: 1.50em;
    margin: 0 0 0.83em 0;
}

h3 {
    font-size: 1.25em;
    margin: 0 0 1.00em 0;
}

h4 {
    font-size: 1.00em;
    margin: 0 0 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 0 0 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 0 0 2.33em 0;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

b, strong {
    font-weight: 600;
    font-weight: 600;
}

mark {
    background: #ff0;
    color: #000;
}

abbr[title] {
    border-bottom: 1px dotted;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

blockquote {
    margin: 1em 40px;
}

p {
    margin: 0 0 1em 0;
    padding: 0;
    font-size: 16px;
}

.no-border {
    border: none !important;
}

.regular-font {
    font-weight: 400;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic; /* code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
}

figure {
    margin: 0;
}

dl, menu, ol, ul {
    margin: 0;
    list-style-type: none;
}

menu, ol, ul {
    padding: 0;
    -webkit-padding-start: 0;
}

a {
    font-weight: 400;
}

/* ################ */
/* HEADER */
/* ################ */
.product-releases-wrapper {
    background-color: rgba(110, 110, 110, 0.90);
    width: 100%;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

header#Header {
    border-bottom: 3px solid #0079c1;
    padding: 0;
    width: 100%;
    z-index: 10500;
    background: none;
    top: 40px;
    border-top: 0 !important;
    background: white;
}

.header-try {
    color: white!important;
}

.header-try:hover {
    color: #333!important;
}

.header-blue-btn {
    color: white !important;
    background: #0079C1;
    padding: 5px 10px;
    font-size: 12px;
    margin-left: 15px;
}

.border-orange-btn {
    color: white!important;
    background: #fb6620;
    padding: 10px 15px 10px 16px;
    font-size: 15px;
    margin-left: 0;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 400;
}

.border-orange-btn:hover {
    color: #333!important;
}

.header-try {
    background: #fb6620;
    padding: 0px 10px 2px 10px !important;
    margin: 3px 10px 0 10px;
    border-radius: 3px;
    font-weight:400;
}

html[class*="hubspot"] header#Header {
    background: none;
    border: none;
    box-shadow: none;
    position: relative !important;
}

header#Header.fixed-header {
    position: fixed;
    left: 0px;
    top: 0px;
}

@media all and (max-width: 480px) {
    header#Header.fixed-header {
        position: relative;
        left: auto;
        top: auto;
    }
}

header#Header .container {
    padding: 0;
    height: 100%;
}

/* First div after fixed header needs to be moved down 75px */
header#Header.fixed-header + div {
    margin-top: 65px;
    padding-top: 0;
}

header#Header.fixed-header + #Wrapper {
    margin-top: 95px;
}

[data-page="home"] header#Header {
    margin-bottom: 0px !important;
}

header#Header a:hover {
    text-decoration: none;
}

header#Header .content-container,
header#Header .row {
    height: 100%;
}

header#Header .row {
    margin: 0 auto;
    position: relative;
}

header#Header .logo {
    position: absolute;
    left: 0;
    top: 85%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
}

header#Header #NavigationWrapper {
    position: relative;
    float: right;
    width: 100%;
    margin-top: 5px;
    z-index: 999;
}

.header-news-span {
    display: block;
    padding: 0 15px;
}
header#Header .top-header nav.menu ul li:last-child a {
    border: 0 !important;
}

a.nav-language-icon, a.nav-basket-icon {
    color: rgba(0,0,0,0) !important;
}

.header-wrapper {
    border-top: 0 !important;
}

header#Header nav.menu > ul > li.has-children > a:hover, header#Header nav.menu > ul > li.has-children:hover > a, header#Header nav.menu > ul > li > a {
    border: 0 !important;
}

.site-search-input {
    border: 0 !important;
    color: black;
}

header#Header .site-search-wrap .site-search-submit .metricon-search::before {
    color: #333;
    font-size: 25pt !important;
    vertical-align: top !important;
}

.product-releases-wrapper .container {
    margin-bottom: 0;
}

.product-releases-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    z-index:999;
}

.header-white-logo{
    display:none;
}

.top-header {
    width: 100%;
    display: block;
    padding-top: 10px;  
}

header nav a:not([class*="nav-"]) {
    white-space: nowrap;
}

@media all and (max-width: 768px) {
    header#Header .logo {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .top-header {
        width: 85%;
        display: block;
        padding-top: 10px;
        right: 0;
        z-index: 9999 !important;
    }
}

@media(max-width: 992px) {

    header#Header .site-search-wrap .site-search-submit .metricon-search::before {
        color: #333 !important;
    }

    header#Header {
        background: white;
    }

    .product-releases-wrapper {
        position: relative !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    header#Header {
        top: inherit;
        position: relative !important;
        background: #fff;
    }

    header#Header .logo img {
        min-height: 25px !important;
        height: 25px !important;
    }

    header#Header .logo {
        top: 70% !important;
    }

    header#Header .site-search-wrap .site-search-input {
        color: #333 !important;
    }

    header#Header nav.menu ul li a {
        color: #333 !important;
    }

    header#Header nav.menu > ul > li > a[class*="-icon"]:before {
        color: #333 !important;
    }
}

@media(max-width: 768px) {
    header#Header nav.menu ul li a {
        color: #000 !important;
    }

    header#Header {
        position: relative !important;
        background: #fff !important;
        min-height: 40px;
    }

    header#Header .logo {
        top: 65% !important;
    }

    header#Header nav.menu > ul > li > a[class*="-icon"]::before {
        color: #000 !important;
    }

    header#Header ul.dropdown > li > a {
        background: #fff;
    }

    header#Header ul.dropdown > li > a {
        background: none !important;
    }

    header#Header ul.dropdown > li.clicked > a, header#Header ul.dropdown > li > a {
        color: #000 !important;
    }

    .top-header {
        position: absolute;
    }

    header#Header .site-search-wrap .site-search-input {
        min-height: 25px;
    }
}

@media (max-width:660px) {
    header#Header .logo {
        top: inherit !important;
        position: relative;
        left: 0px;
        width: 50%;
        transform: translate(0);
        padding-top: 15px;
    }

    header#Header ul.dropdown {
        padding-bottom: 10px;
    }

    .top-header {
        bottom: 10px;
    }

    .product-releases-wrapper {
        display: none;
    }
}

/* --------------- */
/* MAIN NAVIGATION */
/* --------------- */

.top-header a {
    font-size: 14px !important;
    padding: 5px 10px 10px !important;
}

header#Header nav.menu {
    float: right;
}

header#Header nav.menu ul,
header#Header nav.menu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

header#Header nav.menu ul li a {
    color: #333;
    display: block;
    /*white-space: nowrap;*/
}

header#Header nav.menu ul li a:hover,
header#Header nav.menu ul li.active > a,
header#Header nav.menu ul li a.active,
header#Header nav.menu ul li:hover > a {
    color: #0079C1;
}

/* first level */
header#Header nav.menu > ul > li {
    float: left;
}

header#Header nav.menu > ul > li > a {
    font-size: 16px;
    padding: 5px 15px 10px;
    border-left: solid 1px transparent;
    border-right: solid 1px transparent;
    -webkit-transition: all linear 0.25s;
    -moz-transition: all linear 0.25s;
    transition: all linear 0.25s;
}

header#Header nav.menu > ul > li > a[class*="-icon"] {
    color: #fff;
}

header#Header nav.menu > ul > li > a[class*="-icon"]:before {
    color: #333;
}

header#Header nav.menu > ul > li > a[class*="-icon"]:hover:before,
header#Header nav.menu > ul > li > a[class*="-icon"].active:before {
    color: #0079C1;
}

header#Header nav.menu > ul > li > a[class*="-icon"] + ul {
    background: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    top: 185%;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

header#Header nav.menu > ul > li.has-children > ul > [class*="arrow-up-"] {
    position: absolute;
    left: 50%;
    top: -26px;
    border-width: 0 26px 26px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    border-color: transparent transparent #f0f0f0;
}

header#Header nav.menu > ul > li.has-children > ul > [class*="arrow-up-"] > .arrow-up-inner {
    display: block;
    width: 0;
    height: 0;
    border-color: transparent transparent #fff;
    border-width: 0 25px 25px;
    border-style: solid;
    background: transparent;
    margin-top: 1px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

header#Header nav.menu > ul > li.has-children > a[class*="-icon"] + ul > li > span.icon-nav-header {
    margin: 0;
    padding: 10px 0px;
    border-bottom: solid 1px #f0f0f0;
    display: block;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #0079C1;
}

header#Header nav.menu > ul > li.has-children > a:hover,
header#Header nav.menu > ul > li.has-children:hover > a {
    border-left: solid 1px #f0f0f0;
    border-right: solid 1px #f0f0f0;
}

/* level activation */
header#Header nav.menu > ul ul {
    display: none;
}

header#Header nav.menu ul > li:hover > ul {
    display: block;
}

/* second level */
header#Header nav.menu > ul > li > ul {
    background: #fff;
    border-left: solid 1px #f0f0f0;
    border-right: solid 1px #f0f0f0;
    border-bottom: solid 4px #0079C1;
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.15);
    left: 0;
    position: absolute;
    top: 99%;
    z-index: 9990;
}

header#Header nav.menu > ul > li > ul > li {
    padding: 0 15px;
}

header#Header nav.menu > ul > li > ul > li > a {
    border-bottom: solid 1px #f0f0f0;
    display: block;
    font-size: 14px;
    padding: 10px 0px;
}

header#Header nav.menu > ul > li > ul > li:hover {
    background: #f0f0f0;
}

header#Header nav.menu > ul > li > ul > li:last-child > a {
    border: none;
}

header#Header nav.menu > ul > li > ul > li.has-children > a {
    background: url(/_Images/Icons/icon-black-arrow.png) 100% 50% no-repeat;
    padding-right: 25px;
}

/* third level */
header#Header nav.menu > ul > li > ul > li > ul {
    background: #f0f0f0;
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 100%;
    top: 0px;
    z-index: 9999;
}

header#Header nav.menu > ul > li > ul > li > ul > li > a {
    border-bottom: solid 1px #f0f0f0;
    display: block;
    font-size: 14px;
    padding: 10px 15px;
}

header#Header nav.menu > ul > li > ul > li > ul > li:last-child > a {
    border: none;
}

/* --------------- */
/* HAMBURGERED MAIN NAVIGATION */
/* --------------- */
@media all and (max-width: 768px) {
}

header#Header ul.dropdown {
    float: left;
    padding-left: 0;
    padding-top: 8px;
}

@media all and (max-width: 768px) {
    header#Header .site-search-wrap {
        margin-right: 15px;
    }
}

header#Header ul.dropdown > li > a {
    background: #fff;
    color: #333;
    padding: 10px 15px;
}

header#Header ul.dropdown > li {
    position: relative;
}

header#Header ul.dropdown > li.clicked > a {
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
    color: #0079C1;
}

header#Header ul.dropdown nav.menu.navigation {
    float: none;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    border-bottom: solid 4px #0079C1;
    width: 100vw;
}

header#Header ul.dropdown > li.clicked > nav.menu.navigation {
    display: block;
}

header#Header ul.dropdown nav.menu.navigation > ul > li {
    float: none;
}

header#Header ul.dropdown nav.menu.navigation > ul > li.clicked a,
header#Header ul.dropdown nav.menu.navigation > ul > li.clicked > ul {
    background: #f0f0f0;
}

header#Header ul.dropdown nav.menu.navigation > ul > li > a {
    padding: 10px 15px;
}

header#Header ul.dropdown nav.menu.navigation > ul > li > a[class*="-icon"] {
    color: #333;
    width: auto;
    padding: 10px 15px !important;
    height: auto;
}

header#Header ul.dropdown nav.menu.navigation > ul > li > a[class*="-icon"] + ul {
    width: 100%;
    border-bottom: none;
}

header#Header ul.dropdown nav.menu.navigation > ul > li > a[class*="-icon"]:before {
    padding-right: 5px;
}

header#Header ul.dropdown nav.menu.navigation [class*="arrow-"] {
    display: none !important;
}

header#Header ul.dropdown nav.menu.navigation > ul > li > ul,
header#Header ul.dropdown nav.menu.navigation > ul > li > ul > li > ul {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    float: none;
}

header#Header ul.dropdown nav.menu > ul > li > ul > li > ul,
header#Header ul.dropdown nav.menu > ul > li > ul {
    box-shadow: none !important;
}

@media all and (max-width: 960px) {
    header#Header nav.menu > ul > li > a {
        font-size: 95%;
        padding: 5px 10px 10px;
    }
}

/* --------------- */
/* UTILITY NAV */
/* --------------- */
nav.utility-nav {
    float: right;
    margin-right: 10px;
}

.__bootstrap nav.utility-nav {
    display: none;
}

nav.utility-nav a {
    color: #333;
    display: inline-block;
    padding: 10px;
}

nav.utility-nav ul {
    z-index: 9999;
}

nav.utility-nav > ul > li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}

.__bootstrap nav.utility-nav > ul > li:after {
    color: #000;
    content: "|";
    display: inline-block;
    padding: 5px 0;
}

nav.utility-nav > ul > li:last-child:after {
    content: "";
}

nav.utility-nav > ul > li > a {
    padding: 5px 10px;
}

nav.utility-nav > ul > li:last-child a {
    background: none;
}

nav.utility-nav > ul > li a.icon-cart {
    background: url('/_images/icons/icon-cart.png') no-repeat;
    padding-left: 30px;
    background-position: 10px 9px;
}


nav.utility-nav > ul > li:hover > a {
    color: #0779bd;
}

nav.utility-nav > ul > li.has-children:hover > a {
    background: #0779bd;
    color: #fff;
}

/* Secondary level */
nav.utility-nav > ul > li > ul {
    background: #0779bd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    left: 0;
    min-width: 150px;
    padding: 0 10px;
    position: absolute;
    top: 100%;
}

nav.utility-nav > ul > li > ul > li {
    border-bottom: 1px solid #7ba1b9;
}

nav.utility-nav > ul > li > ul > li:last-child,
nav.utility-nav > ul > li > ul > li:last-of-type {
    border-bottom: none;
}

nav.utility-nav > ul > li > ul > li > a {
    color: #fff;
}

nav.utility-nav > ul > li:hover > ul {
    display: block;
}

/* Hide tertiary navs for now */
nav.utility-nav > ul > li > ul > li > ul {
    display: none;
}

/* --------------- */
/* COMPANY DROPDOWN */
/* --------------- */
.company-dropdown,
.company-drop {
    display: none !important;
}

/* --------------- */
/* SITE SEARCH */
/* --------------- */
header#Header .site-search-wrap {
    float: right;
}

header#Header .site-search-wrap > div {
    position: relative;
}

header#Header .site-search-wrap .site-search-input {
    background: transparent;
    font-size: 14px;
    padding: 6px 28px 7px 5px;
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    width: 20px;
    /*border-bottom: 1px solid #333;*/
}

header#Header .site-search-wrap .site-search-input:active,
header#Header .site-search-wrap .site-search-input:hover,
header#Header .site-search-wrap .site-search-input:focus{
    background: rgba(240, 240, 240, 0.8);
    /*border: solid 1px #f0f0f0;*/
    width: 190px;
}

header#Header .site-search-wrap .site-search-input:active + a i:before,
header#Header .site-search-wrap .site-search-input:hover + a i:before,
header#Header .site-search-wrap .site-search-input:focus + a i:before 
{
    color:#333!important;
}

header#Header .site-search-wrap .site-search-submit {
    height: 28px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 4px;
    width: 26px;
}

header#Header .site-search-wrap .site-search-submit .metricon-search {
    vertical-align: middle;
    pointer-events: none;
    top: 2px;
    left: 0;
    position: absolute;
}

header#Header .site-search-wrap .site-search-submit .metricon-search:before {
    font-size: 30pt;
    vertical-align: middle;
    pointer-events: none;
    color: #333;
}

/* ################ */
/* MAIN CONTENT */
/* ################ */
#Wrapper {
    z-index: 0;
}

.title-bar + .col-xs-12 {
    padding-top: 15px;
}

.content-wrapper > .col-xs-12:first-child:not(.title-bar) {
    padding-top: 15px;
}

ul.feature-list,
.feature-list {
    width: 100%;
    padding-left: 0;
}

.feature-list li a > i:first-child {
    margin-right: 5px;
}

.feature-list li {
    background-image: url('/_Images/Icons/icon-black-arrow.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding: 10px 0;
    border-top: solid 1px #ccc;
    padding-right: 25px;
}

.feature-list li:last-child {
    border-bottom: solid 1px #ccc;
}

.feature-list li a {
    display: block;
    position: relative;
}

.feature-list li a:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    line-height: 0;
    zoom: 1;
}

.feature-list li a > img {
    position: absolute;
    left: 0;
}

.feature-list li a > img + span {
    float: left;
    display: block;
    margin-left: 30px;
}

.support-article ul,
.support-article ol {
    margin: 15px 0 15px 15px;
    padding: 0 0 0 15px;
}

.support-article ul {
    list-style: square;
}

.support-article ul ul {
    list-style: disc;
}

.support-article ol {
    list-style: decimal;
}

.support-article ol ol {
    list-style: lower-alpha;
}

/* ################ */
/* HOMEPAGE */
/* ################ */
/* --------------- */
/* HOMEPAGE: FEATURE SLIDER */
/* --------------- */
#BottomShadow {
    box-shadow: inset 0px -5px 5px rgba(0, 0, 0, 0.15);
    height: 15px;
    width: 100%;
    z-index: 1005;
    position: absolute;
    bottom: 0;
    left: 0;
}

.homepage-feature-slider {
    margin-bottom: 0;
    background: #fff;
}

.homepage-feature-slider .slide-responsive {
    background: #fff;
}

.slide-responsive.slick-slide.bg-grey {
    background: #F0F0F0 !important;
    color: #333333 !important;
}

.homepage-feature-slider .slide-responsive:not(.slick-slide) {
    position: absolute;
    left: 0;
    top: 0;
    height: 10px;
    overflow: hidden;
}

.homepage-feature-slider .slide-title {
    line-height: 36px;
}

.homepage-feature-slider .slide-title,
.homepage-feature-slider .slide-copy {
    margin-bottom: 15px;
}

.homepage-feature-slider .slide-cta {
    display: inline-block;
}

.hero-2column .slide-inner-wrapper {
    margin: 0 auto;
    max-width: 1024px;
    width: 100%;
}

.hero-2column .slide-hero {
    width: 50%;
    float: right;
}

.hero-2column .slide-content {
    float: left;
    width: 49%;
}

.hero-2column .slide-title {
    color: #00224f;
    font-size: 38px;
    font-weight: 400;
    margin-bottom: .5em;
    line-height: 1em;
}

.home-awards {
    float: none;
    margin: 0 auto;
}

.homepage-feature-slider .slick-dots {
    width: 100%;
    padding-left: 50%;
    top: auto;
    bottom: 15px;
}

.homepage-feature-slider .slide-copy p,
.homepage-feature-slider .slide-copy {
    font-weight: 300;
    font-size: 21px;
    line-height: 1em;
}

.homepage-feature-slider .home-slider-cta {
    font-size: 36px;
    font-weight: 400;
    max-width: 480px;
}

.homepage-feature-slider .slick-slide > div {
    margin-bottom: 0;
}

.homepage-feature-slider .slide-hero,
.homepage-feature-slider .slide-content {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.homepage-feature-slider .slide-cta,
.homepage-feature-slider .slide-cta:hover,
.homepage-feature-slider .slide-cta:active,
.homepage-feature-slider .slide-cta:visited {
    padding: 10px 40px 10px 10px;
    background: #0079c1 url('/_CSS/images/icons/icon-white-arrow.png') right center no-repeat;
    color: #fff;
}

@media (max-width:660px) {
    .homepage-feature-slider .slide-hero {
        display: none;
    }

    .hero-2column .slide-content {
        float: none;
        padding-right: 15px;
        padding-top: 30px;
        text-align: center;
        width: 100%;
    }

    .homepage-feature-slider .slide-copy p, .homepage-feature-slider .slide-copy {
        font-size: 18px;
    }

    .hero-2column .slide-title {
        font-size: 25px;
    }
}

@media (max-width:900px) {
    .homepage-feature-slider {
        margin-bottom: 0;
        background: white;
    }

    .homepage-feature-slider .slick-slide > div {
        min-height: 300px;
    }

    .homepage-feature-slider .slide-cta {
        margin-left: 10px;
    }
}

@media all and (max-width: 1200px) {
    .hero-2column .slide-content {
        padding-left: 15px;
    }
}

/* --------------- */
/* HOMEPAGE: PRODUCT SLIDER */
/* --------------- */
.home-slider-middle div:first-child {
    clear: both;
}

.homepage-product-slider {
    border: solid 2px #e5e5e5;
    margin-bottom: 0;
}

.homepage-product-slider .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 10px;
    top: auto;
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.homepage-product-slider .slick-track [class*="col-"] {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.homepage-product-slider [class*="col-"] {
    height: 100%;
}

.homepage-product-slider .slick-slide > div {
    margin-bottom: 0;
}

.homepage-product-slider .slide-hero {
    width: 100%;
    z-index: 0;
}

.homepage-product-slider .slide-content {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.homepage-product-slider h2 {
    font-size: 24px;
    line-height: 1.1em;
}

.homepage-product-slider .slide-content .slide-copy {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 315px;
}

.homepage-product-slider .slide-cta {
    background: #0079c1 url('/_CSS/images/icons/icon-white-arrow.png') right center no-repeat;
    bottom: 15px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 15px;
    padding: 8px 40px 8px 10px;
    line-height: 1.25em;
}

#HomepageBox {
    height: auto;
    text-align: center;
}

[data-page="home"] #HomepageBox {
    height: 232px;
}

#HomepageBox h3 {
    color: #1d1d1d;
    font-size: 24px;
}

@media (max-width:700px) {
    .homepage-product-slider img {
        display: none !important;
    }

    .homepage-product-slider .slide-hero {
        height: 250px !important;
    }

    .homepage-product-slider .slide-content .slide-copy {
        width: 100% !important;
        left: 0 !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .homepage-product-slider h2 {
        margin-bottom: 10px;
    }

    .homepage-product-slider .slide-cta {
        bottom: 30px !important;
        left: 10px !important;
    }
}

/* --------------- */
/* HOMEPAGE: TABS */
/* --------------- */
.swap-item:not(.active) {
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.tabs-home .swap-controller {
    padding-top: 10px;
}

.tabs-home .swap-controller a {
    color: #808080;
    display: block;
    width: 100%;
    text-align: center;
}

.tabs-home {
    padding-bottom: 15px;
}

.tabs-home h3 {
    font-size: 16px;
}

.tabs-home .swap-controller a:hover,
.tabs-home .swap-controller a.active {
    color: #0079C1;
}

.tabs-home .swap-controller a:hover h3,
.tabs-home .swap-controller a.active h3 {
    color: #000;
}

.tabs-home .swap-controller a i:before {
    width: 100%;
}

.tabs-home .swap-controller a i:before {
    font-size: 62pt;
    line-height: 48pt;
}

.tabs-home .swap-container {
    padding: 0;
}

.tabs-home .swap-container > div {
    background: #f0f0f0;
    min-height: 218px;
}

.tabs-home .swap-container .widget-image img {
    border: solid 4px #fff;
    display: block;
    height: auto;
    width: 100%;
}

.tabs-home [class*="arrow-up-"] {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

/* --------------- */
/* HOMEPAGE: BOTTOM SLIDER */
/* --------------- */

.home-bottom-slider .slick-prev {
    left: -40px;
}

.home-bottom-slider .slick-next {
    right: -40px;
}

.home-bottom-slider .slick-dots {
    position: relative;
}

.home-bottom-slider .slick-slide {
    margin: 0;
    padding: 0;
}

/* Adjust for gaps between slides to make it full width (bootstrap) */
.home-bottom-slider .slick-list {
    margin: 0 -13px 0 -15px;
}

.home-bottom-slider .slick-slide .slide-inner {
    background: #fff;
    min-height: 305px;
    margin: 15px;
    padding: 15px 0;
    border-bottom: solid 3px #0079C1;
}

.home-bottom-slider .slick-slide {
    font-weight: normal;
    font-weight: 400;
}

.home-bottom-slider .slick-slide p {
    line-height: 1.25em;
}

.home-bottom-slider .slide-hero {
    width: 100%;
    float: none;
}

.home-bottom-slider .slide-content {
    width: 100%;
    float: none;
}

.whats-new-text {
    font-size: 24px;
    width: 85%;
    margin: 0 auto 0.75em;
}

/* --------------- */
/* HOMEPAGE: OTHER */
/* --------------- */
[data-page="home"] .widget.widget-text {
    background: transparent;
}

/* ################ */
/* PRODUCTS */
/* ################ */
.product-navigation {
    background: #fff;
}

.product-navigation [class*="col-"] {
    margin-bottom: 0px;
}

.product-navigation > * {
    padding-left: 0;
    padding-right: 0;
}

.product-navigation > .col-sm-3 > .orange-btn.more {
    width: 100%;
    padding: 15px;
    display: block;
}

@media screen and (min-width: 768px) {
    .product-capabilities .row:nth-child(even) > .col-sm-6:first-child {
        float: right;
    }
}

/* ################ */
/* Support */
/* ################ */

/* ################ */
/* SECTIONS */
/* ################ */

/* ---------------*/
/* ARTICLE CONTAINER */
/* --------------- */
.article-container .feed-item-title {
    display: block;
    font-size: 1.1em;
    font-size: 1.1rem;
}

.article-container .non-list li img {
    display: none;
}

.article-list h3 {
    margin-bottom: 0;
}

.article-meta {
    font-size: 0.85em;
    opacity: 0.8;
}

.col-md-2 [class*="col-"].block {
    padding-left: 0;
    padding-right: 0;
}

@-moz-document url-prefix() {
    @media all and (min-width:992px) {
        .masonry-container .col-md-6 {
            width: 49.99999%;
        }
    }
}

/* ################ */
/* FOOTER */
/* ################ */
.social-feature p {
    font-weight: 400;
}

.all-blogs
{
    display:none;
}

.social-icon-block {
    margin-bottom: 0;
}

.social-icon-block a {
    color: #fff !important;
    display: inline-block;
}

#PageFooter {
    margin: 0 auto;
    max-width: 1024px;
    padding: 20px 10px 40px;
}

footer#Footer {
    /*background: transparent;*/
    background:#0079c1!important;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

footer#Footer a {
    color: white;
}

footer#Footer * {
    line-height: 1em;
}

.link-columns {
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 75%;
}

.link-columns .link-column-heading {
    /*color: #333;
    font-weight: 600;
    font-size: 12px;*/
    color: white;
    font-weight: 600;
    font-size: 14px;
    margin: 10px 0;
}

.link-columns .link-column {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.column-span-2 .link-column {
    width: 50%;
}

.column-span-3 .link-column {
    width: 33%;
}

.column-span-4 .link-column {
    width: 25%;
}

.column-span-5 .link-column {
    width: 20%;
}

.nav-column ul,
.nav-column li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-column li {
    font-size: 12px;
    padding: 5px 0;
}

footer#Footer .legal *:not(.container) {
    margin: 0;
}

footer#Footer .legal .legal-content {
    max-width: 1024px;
    margin: 0 auto;
    width: 100%;
}

footer#Footer .legal .copyright {
    float: left;
    margin-right: 40px;
}

footer#Footer .legal p,
footer#Footer .legal nav {
    margin: 10px 0;
}

footer#Footer .legal nav ul,
footer#Footer .legal nav li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

footer#Footer .legal nav li a {
    border-right: solid 1px #f0f0f0;
    color: #fff;
    display: block;
    padding: 0 5px;
}

footer#Footer .legal nav li a:hover {
    color: #000;
    text-decoration: none;
}

footer#Footer .legal nav li:last-child a {
    border-right: solid 1px transparent;
}

footer#Footer .legal nav.simple li a {
    border-right: none;
}

@media all and (max-width: 960px) {
    footer#Footer .bar-blue .nav-column.simple {
        padding: 0 !important;
    }
}

@media all and (max-width: 768px) {
    footer#Footer .bar-blue .pull-left,
    footer#Footer .bar-blue .pull-right {
        clear: both;
        float: none !important;
        width: 100% !important;
        text-align: center !important;
    }

    footer#Footer .bar-blue .pull-right,
    footer#Footer .bar-blue nav.pull-right > ul {
        float: none !important;
    }

    footer#Footer .bar-blue nav,
    footer#Footer .bar-blue ul,
    footer#Footer .bar-blue .copyright {
        text-align: center !important;
        width: 100% !important;
        margin: 15px 0 !important;
    }

    footer#Footer .bar-blue nav li,
    footer#Footer .bar-blue nav li a {
        border-right: none;
        display: inline-block;
        float: none;
        line-height: 1.5em;
    }

    footer#Footer .bar-blue nav:not(.simple) li a:after {
        content: "/";
        margin-left: 5px;
    }

    footer#Footer .bar-blue nav:not(.simple) li:last-child a:after {
        content: "";
        margin-left: 0px;
    }

    footer#Footer .bar-blue nav {
        padding: 0;
        width: 100%;
    }
}

/* ################ */
/* HELPER CLASSES */
/* ################ */
.filter-list {
    margin-left: 0;
    padding-left: 0;
}

.filter-list li:before {
    content: '&';
    display: inline-block;
    font-family: "gfi-metricon";
    font-size: 32pt;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 18px;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    transform: scale(0.75, 0.75);
    -ms-transform: scale(0.75, 0.75);
    -webkit-transform: scale(0.75, 0.75);
    vertical-align: text-top;
}

.block h1,
.block h2,
.block h3,
.block h4 {
    border-bottom: solid 1px #f0f0f0;
    margin-bottom: 0.5em;
}

.callout-header h1,
.callout-header h2,
.callout-header h3,
.callout-header h4 {
    border-bottom: solid 1px #f0f0f0;
    margin-bottom: 0.5em;
}

.callout-content img {
    margin: 0 auto 5px;
}

.twitter-feed li,
.rss-feed li {
    margin-bottom: 10px;
    padding: 5px;
}

/* ################ */
/* PAGINATION */
/* ################ */
.pagination {
    border-radius: 2px;
    display: inline-block;
    margin: 18px 0;
    padding-left: 0;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}

.pagination > li > a,
.pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #0079c1;
    float: left;
    line-height: 1.42857143;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}

.pagination > li > a:hover {
    background: #0079c1;
    color: #fff;
}
/* ################ */
/* Find a partner system */
/* ################ */
.reseller-wrapper, .office-wrapper {
    border-bottom: solid 1px #E5E6E7;
    display: flex;
    flex-flow: row wrap;
    padding: 0 0 10px 0;
    margin-bottom: 30px;
}

.partner-website {
    display: block;
}

.reseller-wrapper .col-md-3 {
    padding: 20px 15px;
    margin-bottom: 0;
}

.reseller-wrapper > .col-md-4 {
    flex-grow: 0;
    flex-shrink: 0;
}

.office-wrapper div span, .reseller-wrapper div span {
    width: 100%;
    display: block;
}

.office-wrapper div span span, .reseller-wrapper div span span {
    display: inline;
}

.blue-circle {
    background-color: #0079c1;
    border: 1px solid #0d2bde;
}

.gold-circle {
    background: #C8A52A;
    border: 1px solid #9E8735;
}

.silver-circle {
    background: #8D9CAA;
}

.bronze-circle {
    background: #896845;
}

.gold-circle, .silver-circle, .bronze-circle, .blue-circle {
    width: 30px;
    height: 30px;
    border-radius: 20px;
    float: left;
}

span.partner-circle-text {
    font-size: 1.50em;
    line-height: 28px;
    padding-left: 10px;
}

/* ################ */
/* PAGE SPECIFIC ITEMS */
/* ################ */
.channel-display .article-list li {
    border-bottom: solid 1px #f0f0f0;
    margin-bottom: 10px;
}

.product-snapshot {
    background: #0078c1;
    background: #0079ca;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
}

.product-snapshot .feature,
.product-snapshot .feature .widget {
    background: #0079C1;
    color: #fff;
}

.product-snapshot > [class*="col-"] {
    margin-bottom: 0;
}

.average-reviews-family{
    display: block;
    padding: 0px 0px 5px 0;
}

@media all and (max-width:768px) {
    .product-snapshot {
        display: block;
    }
}

/* NEW PRODUCT PRICING */
#ProductPricing {
    margin: 15px 0;
}

@media all and (max-width: 700px) {
    #ProductPricing.flex-row > div {
        flex: none;
        margin: 0;
    }
}

#ProductPricing .buy-now {
    display: none;
}

.widget-edition-pricing {
    margin: 0 15px;
    padding: 0;
    text-align: center;
}

.widget-edition-pricing:nth-child(1),
.widget-edition-pricing:nth-child(4n) {
    margin-left: 0;
}

.widget-edition-pricing:nth-child(3n) {
    margin-right: 0;
}

.widget-edition-pricing .widget-content {
    background: #fff;
    padding: 15px 0;
}

.widget-edition-pricing .widget-header > * {
    display: block;
    margin: 0;
}

.widget-edition-pricing > div {
    padding: 15px;
}

.widget-edition-pricing hr {
    margin: 15px 0;
    width: 100%;
    border-top: solid 2px #ccc;
}

.widget-edition-pricing h2 {
    font-size: 21px;
    font-weight: 600;
}

.widget-edition-pricing .title-rate {
    font-size: 16px;
}

.widget-edition-pricing .seats-control input[type="number"] {
    color: #0079C1;
    display: inline-block;
    font-size: 21px;
    padding: 15px;
    text-align: center;
    width: 100px;
}

.widget-edition-pricing .seats-control input[type=number]::-webkit-inner-spin-button,
.widget-edition-pricing .seats-control input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.widget-edition-pricing .seats-control span {
    color: #0079c1;
    font-size: 21px;
    margin-left: 5px;
}

.widget-edition-pricing select {
    padding: 5px;
    width: 100%;
}

.widget-edition-pricing .form-group input[type="checkbox"] + label {
    font-weight: 600;
    padding: 0 10px;
    margin: 0;
}

.widget-edition-pricing p.addon-intro {
    margin: 15px 0 0;
    font-size: 14px;
}

.widget-edition-pricing sup.currency {
    display: inline-block;
    transform: translateY(0.25em);
}

.widget-edition-pricing .widget-content .legal {
    color: #666;
    margin: 15px 0;
    line-height: 1;
    font-size: 12px;
}

.widget-edition-pricing .price-total .total {
    color: #0079c1;
    font-weight: 600;
    font-size: 24px;
}

.widget-edition-pricing .price-total .rate {
    color: #666;
    font-size: 14px;
}

.widget-edition-pricing .price-total > p {
    margin: 0;
    padding: 5px;
}

.widget-edition-pricing .price-saved {
    color: #468127;
    padding: 0 0 5px;
}

.widget-edition-pricing .buy-now {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
}

/* FOLDOUT WIDGETS */
.widget-foldout {
    border-bottom: solid 1px #ccc;
    border-top: solid 1px #ccc;
    padding: 0;
}

.widget-foldout + .widget-foldout {
    border-top: none;
}

.widget-foldout .widget-header {
    text-align: center;
    padding: 15px;
}

.widget-foldout .widget-header .widget-title {
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
}

.widget-foldout .widget-header .widget-title i {
    line-height: 1em;
    padding: 0 15px;
}


.widget-foldout.active .widget-header .widget-title i:before {
    transition: all ease-in-out 0.25s;
    transform: rotate(180deg);
}

.tabs-pricing .swap-controller {
    text-align: center;
}

.tabs-pricing .swap-controller a {
    display: inline-block;
    border-bottom: solid 4px transparent;
    color: #666;
    font-weight: 600;
    font-size: 18px;
    padding: 5px 15px;
}

.tabs-pricing .swap-controller a.active,
.tabs-pricing .swap-controller a:hover {
    color: #0079c1;
    border-bottom: solid 4px #0079c1;
}

.tabs-pricing .swap-item {
    padding: 15px;
}

.tabs-pricing .swap-item h2 {
    font-size: 18px;
    font-weight: 600;
}

.features-table {
    background: #fff;
    width: 100%;
}

.features-table th,
.features-table td {
    border: solid 2px #efefef;
    padding: 15px;
    text-align: center;
    width: 10%;
}

.features-table thead th {
    font-weight: 600;
    font-size: 18px;
}

.features-table thead th:first-child {
    color: #0079c1;
    text-align: left;
}

.features-table tbody td:first-child {
    text-align: left;
    width: 70%;
}

.features-table .metricon-checkmark,
.features-table .metricon-checkmark:before {
    color: #468127;
}

/* ################ */
/* RESPONSIVE */
/* ################ */
.slider-responsive {
    overflow: hidden;
}

@-moz-document url-prefix() {
    @media (min-width: 992px) {
        .masonry-container .item.col-md-6 {
            width: 49.9%;
        }
    }
}

@media all and (min-width: 768px) {
    .flex-widgets,
    .flex-widgets [class*="col-"] {
        display: flex;
        flex-direction: row;
        justify-content: stretch;
        flex-wrap: wrap;
        /* safari... */
        display: -webkit-flex;
        -webkit-flex-direction: row;
        -webkit-justify-content: stretch;
        -webkit-flex-wrap: wrap;
    }

    .flex-widgets.flex-nowrap {
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
    }

    .flex-widgets > [class*="col-"] > .widget {
        height: auto;
    }
}

@media all and (max-width: 660px) {
    .company-dropdown,
    .company-drop {
        display: none !important;
    }

    .link-columns {
        width: 100%;
    }

    .press-wrapper {
        width: 100%;
    }

    .column-span-5 .link-column {
        width: 33%;
    }

    .column-span-5 .link-column:nth-child(3n + 1) {
        clear: both;
    }
}

@media all and (max-width: 400px) {
    .column-span-5 .link-column {
        width: 50%;
    }

    .column-span-5 .link-column:nth-child(3n + 1) {
        clear: none;
    }

    .column-span-5 .link-column:nth-child(2n + 1) {
        clear: both;
    }
}

/* ################ */
/* FORM MULTIVARIATE TESTING */
/* ################ */
.form-original .form-group label {
    display: inline-block;
    width: 33%;
}

.form-original .form-group input:not([type="checkbox"]),
.form-original .form-group select,
.form-original .form-group textarea {
    display: inline-block;
    box-shadow: inset 0px 2px 2px 1px #e4e3e3;
    border-radius: 0.3em;
    width: 66%;
}

.form-original .form-group input[type="checkbox"] + label {
    width: auto;
}

.form-original .form-group + .form-group {
    margin-top: 15px;
}

@media all and (min-width: 768px) {
    .form-original .form-group {
        width: 66%;
        margin-left: 15%;
        margin-right: 15%;
    }
}

@media all and (max-width:480px) {
    .form-original .form-group label,
    .form-original .form-group input:not([type="checkbox"]),
    .form-original .form-group select,
    .form-original .form-group textarea {
        display: block;
        width: 100%;
    }
}