/*
Theme Name: Support.Com
Author: Chromaplex Designs
Author URI: http://www.chromaplexdesigns.com
*/

/*****************
*
*     Resets
*
*****************/

* {
    border: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

ol, ul {
    padding-left: 40px;
}

/*****************
*
*     Fonts
*
*****************/

@font-face {
    font-family: 'ProximaNova';
    font-style: normal;
    font-weight: 100;
    src: url('webfonts/2D6298_10_0.eot');
    src: url('webfonts/2D6298_10_0.eot?#iefix') format('embedded-opentype'),
    url('webfonts/2D6298_10_0.woff2') format('woff2'),
    url('webfonts/2D6298_10_0.woff') format('woff'),
    url('webfonts/2D6298_10_0.ttf') format('truetype');
}

@font-face {
    font-family: 'ProximaNova';
    font-style: italic;
    font-weight: 100;
    src: url('webfonts/2D6298_15_0.eot');
    src: url('webfonts/2D6298_15_0.eot?#iefix') format('embedded-opentype'),
    url('webfonts/2D6298_15_0.woff2') format('woff2'),
    url('webfonts/2D6298_15_0.woff') format('woff'),
    url('webfonts/2D6298_15_0.ttf') format('truetype');
}

@font-face {
    font-family: 'ProximaNova';
    font-style: normal;
    font-weight: 300;
    src: url('webfonts/2D6298_12_0.eot');
    src: url('webfonts/2D6298_12_0.eot?#iefix') format('embedded-opentype'),
    url('webfonts/2D6298_12_0.woff2') format('woff2'),
    url('webfonts/2D6298_12_0.woff') format('woff'),
    url('webfonts/2D6298_12_0.ttf') format('truetype');
}

@font-face {
    font-family: 'ProximaNova';
    font-style: italic;
    font-weight: 300;
    src: url('webfonts/2D6298_11_0.eot');
    src: url('webfonts/2D6298_11_0.eot?#iefix') format('embedded-opentype'),
    url('webfonts/2D6298_11_0.woff2') format('woff2'),
    url('webfonts/2D6298_11_0.woff') format('woff'),
    url('webfonts/2D6298_11_0.ttf') format('truetype');
}

@font-face {
    font-family: 'ProximaNova';
    font-style: normal;
    font-weight: 400;
    src: url('webfonts/2D6298_17_0.eot');
    src: url('webfonts/2D6298_17_0.eot?#iefix') format('embedded-opentype'),
    url('webfonts/2D6298_17_0.woff2') format('woff2'),
    url('webfonts/2D6298_17_0.woff') format('woff'),
    url('webfonts/2D6298_17_0.ttf') format('truetype');
}

@font-face {
    font-family: 'ProximaNova';
    font-style: italic;
    font-weight: 400;
    src: url('webfonts/2D6298_13_0.eot');
    src: url('webfonts/2D6298_13_0.eot?#iefix') format('embedded-opentype'),
    url('webfonts/2D6298_13_0.woff2') format('woff2'),
    url('webfonts/2D6298_13_0.woff') format('woff'),
    url('webfonts/2D6298_13_0.ttf') format('truetype');
}

@font-face {
    font-family: 'ProximaNova';
    font-style: normal;
    font-weight: 600;
    src: url('webfonts/2D6298_16_0.eot');
    src: url('webfonts/2D6298_16_0.eot?#iefix') format('embedded-opentype'),
    url('webfonts/2D6298_16_0.woff2') format('woff2'),
    url('webfonts/2D6298_16_0.woff') format('woff'),
    url('webfonts/2D6298_16_0.ttf') format('truetype');
}

@font-face {
    font-family: 'ProximaNova';
    font-style: italic;
    font-weight: 600;
    src: url('webfonts/2D6298_14_0.eot');
    src: url('webfonts/2D6298_14_0.eot?#iefix') format('embedded-opentype'),
    url('webfonts/2D6298_14_0.woff2') format('woff2'),
    url('webfonts/2D6298_14_0.woff') format('woff'),
    url('webfonts/2D6298_14_0.ttf') format('truetype');
}

/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
    margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}
.alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}
.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}
.alignnone, img.alignnone {
    /* not sure about this one */
}
.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}
.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}
.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}
.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}
blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}
blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}
.size-full {
    max-width: 100%;
    height: auto !important;
}

/*****************
*
*     Universal Styles
*
*****************/

html {
    min-width: 1280px;
    /*overflow-x: hidden;*/
}

body {
    color: #54585A;
    font-family: 'ProximaNova', 'sans-serif';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    /*overflow-x: hidden;*/
}

b,
strong {
    font-weight: 600;
}

ul {
    padding-left: 10%;
    padding-top: 25px;
}

p {
    margin-top: 20px;
}

/*****************
*
*     a Styles
*
*****************/

a {
    color: #00A9E0;
}

a.see-all {
    font-size: 15px;
    line-height: 35px;
    color: #00A9E0;
    font-weight: 600;
    margin-right: 25px;
}

a.see-all.mod-last {
    margin-right: 0;
}

/*****************
*
*     Container Styles
*
*****************/


.container {
    margin: auto;
    max-width: 100%;
    width: 1200px;
}

.container.mod-narrow {
    width: 850px;
}

/*****************
*
*     Buttons
*
*****************/

.buttons {

}

.button,
.blog-pagination a {
    background-color: #00A9E0;
    border: none;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin: 25px 0 35px 0;
    padding: 5px 20px 4px 20px;
    text-transform: uppercase;
}

.button + .button {
    margin-left: 25px;
}

.button.mod-block {
    display: inline-block;
}

.button.mod-transparent {
    background-color: transparent;
    border: 1px solid #00A9E0;
    color: #00A9E0;
}

.button.mod-transparent:hover {
    color: #00A9E0;
}

.button.mod-white {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.button.mod-white:hover {
    color: #ffffff;
    opacity: 0.8;
}

.button:hover {
    color: #ffffff;
    opacity: 0.8;
}

.button.mod-fancybox {
    margin-bottom: 5px;
}

/*****************
*
*     Play Button
*
*****************/

.playbutton {
    bottom: 15%;
    position: absolute;
    text-align: center;
    width: 100%;
}

.playbutton-link {
    background-image: url('images/play_button_sprite.png');
    background-position: right;
    cursor: pointer;
    display: inline-block;
    height: 52px;
    position: relative;
    width: 51px;
    z-index: 200;
}

.playbutton-link:hover {
    background-image: url('images/play_button_sprite.png');
    background-position: left;
}

/*****************
*
*     Slider Paging and Arrows
*
*****************/

div.arrows {
    cursor: pointer;
    height: 25px;
    width: 15px;
}

#js-slider-prev {
    background: url('images/slider_arrows.png') no-repeat 0 center;
    margin-right: 15px;
}

#js-slider-prev:hover {
    background: url('images/slider_arrows.png') no-repeat -32px center;
}

#js-slider-next {
    background: url('images/slider_arrows.png') no-repeat -17px center;
}

#js-slider-next:hover {
    background: url('images/slider_arrows.png') no-repeat -48px center;
}

.js-pager-dot {
    display: inline-block;
    height: 35px; width: 16px;
    background-image: url('images/dots-inactive.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.js-pager-dot.cycle-pager-active {
    background-image: url('images/dots-active.png');
}

/*****************
*
*     Callouts
*
*****************/

.callout {
    color: #898d8d;
    display: table;
    margin: 50px auto;
    width: 75%;
    font-size: 0;
}

    .callout > div {
        display: table-cell;
    }

    .callout-image {
        box-sizing: border-box;
        font-size: 18px;
        font-style: italic;
        line-height: 21px;
        padding-right: 25px;
        text-align: left;
        vertical-align: middle;
    }

        .callout-image-source {
            font-weight: 600;
        }

        .callout-image-position {
            font-weight: 300;
        }

    .callout-text {
        border-bottom: 2px solid #e8e9ea;
        border-top: 2px solid #e8e9ea;
        box-sizing: border-box;
        display: inline-block;
        font-size: 20px;
        font-weight: 300;
        overflow: hidden;
        padding: 15px 35px;
        text-align: center;
        vertical-align: middle;
    }

        .callout-text p {
            margin-top: 0 !important;
        }

/*****************
*
*     Default Template
*
*****************/

h1.mod-blue {
    color: #00A9E0;
    font-size: 52px;
    font-weight: 100;
    padding-bottom: 10px;
    padding-top: 30px;
    text-align: center;
}

h1.mod-single {
    color: #00A9E0;
    font-size: 36px;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 15px;
}

.default-content {
    margin: 25px 0;
}

/*****************
*
*     Sections
*
*****************/

.section {
    background-color: #ffffff;
    background-position: center center;
    background-size: cover;
    color: #54585A;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    position: relative;
}

.section.mod-shaded.mod-light {
    background-color: #f9f9f9
}

.section.mod-shaded.mod-heavy {
    background-color: #f3f4f4;
}

.section.mod-centered {
    text-align: center;
}

.section .container {
    box-sizing: border-box;
    overflow: hidden;
    padding: 30px;
}

.section h1 {
    color: #00A9E0;
    font-size: 40px;
    font-weight: 100;
    line-height: 44px;
}

.section h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 34px;
}

.section-textbox {
    width: 100%;
}

.section-textbox.mod-left {
    float: left;
    width: 47%;
}

.section-textbox.mod-right {
    float: right;
    width: 47%;
}

.section-imagebox {
    box-sizing: border-box;
    float: none;
    padding-top: 10px;
    width: 53%;
}

.section-imagebox.mod-left {
    float: left;
    padding-right: 6%;
}

.section-imagebox.mod-right {
    float: right;
    padding-left: 6%;
    text-align: right;
}

    .section-imagebox-caption {
        font-size: 14px;
        font-weight: 300;
        text-align: center;
    }

    .section-imagebox-image {
        max-width: 100%;
    }

.section .buttons {
    margin-top: 25px;
}

.section-arrow {
    bottom: -10px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 200;
}

.section-arrow i {
    border-radius: 150px;
    font-size: 26px;
    width: 26px;
}

/*****************
*
*     Header
*
*****************/

.header {
    position: relative;
}

.home .header {
    background: linear-gradient(rgba(0,169,224,1.0) 65px,rgba(0,169,224,0.0)),linear-gradient(to top, rgba(69, 175, 132, 0.8) 0%,rgba(0, 157, 235, 0.8) 70%), url('') left  / cover no-repeat;"
}

    .header-top {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 250;
    }

        .header-top-logo {
            position: absolute;
            left: 30px;
            top: 25px;
            z-index: 500;
        }

        .header-top-navigation {
            position: relative;
            width: 100%;
        }

            .header-top-navigation ul {
                font-size: 14px;
                line-height: 25px;
                list-style: none;
                padding: 5px;
                text-align: center;
            }

            .header-top-navigation ul.menu {
                font-size: 0;
                max-width: 800px;
                margin: auto;
            }

                .header-top-navigation ul.menu > li {
                    display: inline-block;
                    font-size: 15px;
                    margin-top: 23px;
                }

                .header-top-navigation ul.menu > li:first-child {
                    margin-left: 0;
                }

                .header-top-navigation ul.menu > li:last-child {
                    margin-right: 0;
                }

                    .header-top-navigation ul.menu > li > a {
                        border-left: 1px solid white;
                        color: #ffffff;
                        padding: 0 24px;
                    }

                    .header-top-navigation ul.menu > li:first-child > a {
                        border: none;
                        padding-left: 0;
                    }

                    .header-top-navigation ul.menu > li:last-child > a {
                        padding-right: 0;
                    }

                    .header-top-navigation ul > li:hover > a {
                        color: #00597e;
                    }

            .header-top-navigation ul.sub-menu {
                margin: auto;
                max-width: 800px;
                text-align: left;
            }

                .header-top-navigation ul.sub-menu > li {
                    display: inline-block;
                    float: left;
                }

                .header-top-navigation > ul.sub-menu > li {
                    display: block;
                }

                h2.mod-menu {
                    border-top: 1px solid #0076A8;
                    color: #00597e;
                    font-size: 18px;
                    font-weight: 600;
                    line-height: 21px;
                    margin: 0;
                    padding-top: 15px;
                    text-align: left;
                }

                .sub-menu-item:hover div.menu-caption {
                    color: #00597e;
                }

                .menu-caption {
                    color: white;
                    font-size: 13px;
                    font-style: italic;
                    font-weight: 100;
                    line-height: 16px;
                    margin-top: -5px;
                    padding-right: 5%;
                }

                .sub-nav-wrapper {
                    background-color: rgba(51,177,239,1);
                    display: none;
                    left: 0;
                    padding: 0 0 10px 0;
                    position: absolute;
                    width: 100%;
                }

                    .sub-nav-wrapper-inner {
                        max-width: 800px;
                        margin: auto;
                        padding: 10px 0;
                        position: relative;
                    }

                    .sub-nav-wrapper ul.sub-menu {
                        background-color: transparent;
                        border: none;
                        padding: 5px 0;
                    }

                        li:hover ul.sub-menu,
                        li:hover .sub-nav-wrapper.mod-depth0 {
                            display: block;
                        }

                        ul.sub-menu a.sub-menu-link {
                            display: block;
                        }

                .sub-nav-wrapper.mod-depth1 {
                    background-color: #00b6f1;
                    display: none;
                    left: 50%;
                    padding: 0 10px;
                    position: absolute;
                    top: 0;
                    width: 87%;
                    z-index: 500;
                }

                    .sub-nav-wrapper.mod-depth1 .sub-nav-wrapper-inner {
                        padding: 0;
                    }

                    .sub-nav-wrapper.mod-depth1 h2.mod-menu {
                        display: none;
                    }

        .menu-item-depth-1 {
            position: relative;
            vertical-align: top;
            width: 45%;
        }

            .menu-item-depth-1:hover .mod-depth1 {
                display: inline-block;
            }

        html body .header-top-navigation ul.sub-menu > li .menu-item-depth-2 {
            display: block;
            float: none;
        }

        .sub-menu-mod-depth-2 {
            padding-top: 0;
        }

            .header-nav-image-wrapper {
                display: inline-block;
                float: right;
                text-align: right;
                width: 33%;
            }

                .header-nav-image {
                    display: inline-block;
                    height: auto;
                    max-width: 100%;
                    vertical-align: middle;
                }

            .header-nav-image-wrapper + ul.sub-menu {
                display: inline-block;
                float: left;
                text-align: left;
                width: 67%;
            }

        .header-top-cta {
            color: rgba(0,89,126,1.0);
            position: absolute;
            right: 30px;
            top: 30px;
        }

            .header-top-cta-link {
                color: rgba(0,89,126,1.0);       /* Not an official color! */
            }

            .header-top-cta-link:hover {
                color: rgba(0,89,126,0.75);      /* Not an official color! */
            }

    .header-background {
        min-height: 275px;
        padding-bottom: 50px;
        position: relative;
    }

        .header-background-content {
            top: 135px;
            color: white;
            position: absolute;
            text-align: center;
            width: 100%;
        }

            .header-background-content-title {
                font-size: 52px;
                font-weight: 100;
                line-height: 56px;
                margin-bottom: 20px;
            }

            .header-background-content-subtitle {
                font-size: 30px;
                font-weight: 100;
                line-height: 32px;
                margin-bottom: 35px;
            }

    .header-slider {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .header-slider-arrows {
            padding-right: 2%;
            position: absolute;
            right: 0;
            top: 45%;
            z-index: 500;
        }

            .header-slider-arrows-arrow {
                cursor: pointer;
                height: 35px;
                width: 21px;
            }

            .header-slider-arrows-prev {
                background: url('images/header_arrows.png') no-repeat -44px center;
                margin-bottom: 15px;
            }

            .header-slider-arrows-prev:hover {
                background: url('images/header_arrows.png') no-repeat 0 center;
            }

            .header-slider-arrows-next {
                background: url('images/header_arrows.png') no-repeat -67px center;
            }

            .header-slider-arrows-next:hover {
                background: url('images/header_arrows.png') no-repeat -21px center;
            }

        .header-slider-slide {
            width: 100%;
            height: 100%;
        }

            .header-slider-slide-background {
                background-size: cover !important;
                height: 100%;
            }

            .header-slider-slide-background.mod-video {

            }

                .header-slider-slide-background-video {
                    height: auto;
                    left: 0;
                    position: absolute;
                    top: 0;
                    width: 100%;
                }

            .header-slider-slide-content {
                color: #fff;
                position: absolute;
                text-align: center;
                top: 130px;
                width: 100%;
            }

            .header-slider-slide-content.mod-front {
                top: 65px;
            }

                .header-slider-slide-content-title {
                    font-size: 52px;
                    font-weight: 100;
                    line-height: 56px;
                }

                .header-slider-slide-content-title.mod-front {
                    text-shadow: 3px 3px 3px #898D8D;
                }

                .header-slider-slide-content-subtitle {
                    font-size: 30px;
                    font-weight: 100;
                    line-height: 50px;
                }

                .header-slider-slide-content-subtitle.mod-front {
                    text-shadow: 1px 1px 3px #898D8D;
                }

            .header-slider-slide-buttons {
                bottom: 20%;
                position: absolute;
                text-align: center;
                width: 100%;
            }

                .header-slider-slide-buttons-button {
                    background-color: transparent;
                    border: 1px solid #fff;
                    color: #ffffff;
                    display: inline-block;
                    font-size: 20px;
                    font-weight: 600;
                    line-height: 20px;
                    padding: 10px 20px;
                    text-transform: uppercase;
                }

/*****************
*
*     Front Page (Home)
*
*****************/

.section.mod-frontpage-top {
    background-color: #fefefe;
}

.section.mod-frontpage-top .container {
    min-height: 500px;
    overflow: visible;
}

.frontpage-section-top-monitor {
    background-image: url('images/monitor.png');
    float: right;
    height: 547px;
    margin-top: -125px;
    position: relative;
    width: 581px;
    z-index: 250;
}

.frontpage-section-top-monitor img {
    left: 40px;
    position: absolute;
    top: 35px;
}

    /* Customers slider */

        .home-customers-navigation {
            height: 35px;
            margin: 0 auto;
            margin-bottom: 15px;
            overflow: hidden;
        }

            .home-customers-navigation div {
                display: inline-block;
                vertical-align: middle;
                height: 35px;
            }

            .home-customers-navigation > div.right {
                float: right;
            }

            .home-customers-navigation h2 {
                font-size: 20px;
                font-weight: 300;
                line-height: 36px;
                margin-right: 15px;
                text-transform: uppercase;
            }

/*****************
*
*     Customers
*
*****************/

.customers {
    font-size: 0;
}

.customers.mod-archive {
    margin-top: 25px;
}

    .customers-single {
        color: #ffffff;
        display: inline-block !important;
        font-size: 16px;
        font-weight: 300;
        height: 405px;
        line-height: 22px;
        position: relative !important;
        text-align: center;
        vertical-align: top;
        white-space: normal;
        width: 50%;
    }

    .customers-single.mod-archive {
        margin: 1%;
        width: 49%;
    }

    .customers-single.mod-archive.mod-left {
        margin-left: 0;
    }

    .customers-single.mod-archive.mod-right {
        margin-right: 0;
    }

        .customers-single-logo {
            background-repeat: no-repeat;
            background-position: center center;
            height: 100px;
            margin: 30px auto;
            width: 200px;
        }

        .customers-single-logo.mod-centered {
            background-size: 100% auto;
            height: 150px;
            margin-top: 120px;
            width: 300px;
        }

        .customers-single-description {
            width: 71%;
            margin: auto;
        }

/*****************
*
*     Footer
*
*****************/

.footer {                                   /* Property order here matters, don't rearrange! */
    background-color: #eaebec;                  /* Not an official color! */
    border-top: 5px solid transparent;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    color: #707372;
    font-size: 12px;
    padding: 20px 0 30px 0;
    -moz-border-image: -moz-linear-gradient(left, #84BD00 0%, #0076A8 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #84BD00 0%, #0076A8 100%);
    border-image: linear-gradient(to right, #84BD00 0%, #0076A8 100%);
    border-image-slice: 1;

}

        .footer a {
            color: #707372;
        }

        .footer a:hover {
            color: #898D8D;
        }

        .footer ul {
            list-style-type: none;
        }

    .footer-navigation {
        display: inline-block;
        list-style-type: none;
        width: 760px;
    }

        .footer-navigation .menu,
        .footer-navigation .sub-menu {
            padding-left: 0;
            padding-top: 0;
        }

        .footer-navigation .menu > li {
            font-size: 12px;
            margin: 0;
            margin-bottom: 15px;
        }

            .footer-navigation .menu > li > a {
                border-bottom: 1px solid #898D8D;
                font-weight: 600;
                padding: 0;
            }

        .footer-navigation a {
            border-bottom: 1px dotted #707372;
            display: block;
            font-weight: 300;
            padding: 5px 0;
        }

        .footer-navigation h2 a {

        }

        .footer-navigation-column {
            display: inline-block;
            padding: 0 25px;
            vertical-align: top;
            width: 150px;
        }

        .footer-navigation-column.mod-left {
            padding-left: 0;
        }

        .footer-navigation-column.mod-right {
            padding-right: 0;
        }

        .footer-navigation-copyright {
            font-family: 'ProximaNova', sans-serif;
            font-weight: 300;
            font-size: 12px;
            line-height: 14px;
            margin-top: 50px;
        }

    .footer-connected {
        float: right;
        width: 390px;
    }

        .footer-connected-socialicons {
            text-align: right;
        }

            .footer-connected-socialicons a {
                padding: 15px 10px;
            }

            .footer-connected-socialicons a:first-child {
                padding-left: 0;
            }

            .footer-connected-socialicons a:last-child {
                padding-right: 0;
            }

        .footer-connected h2 {
            border-bottom: 1px solid #898D8D;
            font-size: 12px;
            font-weight: 600;
            text-align: right;
        }

        .footer-connected-emails {
            margin-top: 50px;
        }

            .footer-connected-emails-form {
                font-size: 0;
                margin-top: 10px;
            }

                .footer-connected-emails-form-input {
                    box-sizing: border-box;
                    font-size: 12px;
                    font-weight: 600;
                    padding: 5px;
                }

                .footer-connected-emails-form-input.mod-text {
                    background-color: #EAEBEC;
                    border: 1px solid #d1d3d4;
                    margin-right: 5%;
                    width: 75%;
                }

                .footer-connected-emails-form-input.mod-submit {
                    background-color: #00A9E0;
                    color: #ffffff;
                    cursor: pointer;
                    text-transform: uppercase;
                    width: 20%;
                }

/*****************
*
*     Nexus
*
*****************/

.nexus-component {
}

.nexus-component.mod-odd {
    background-color: #f4f4f5;
}

.nexus-component.mod-even {

}

    .nexus-component h1 {
        color: #00A9E0;
        font-size: 52px;
        font-weight: 100;
        padding-bottom: 10px;
        padding-top: 30px;
        text-align: center;
    }

.nexus-contents {
    box-sizing: border-box;
    height: 70px;
    padding: 25px 0;
    text-align: center;
}

    .nexus-contents-link {
        color: #54585A;
        margin: 0 8px;
    }

    .nexus-contents.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 600;
    }

.nexus-overview {
    color: #54585A;
    padding: 25px 0;
    text-align: center;
}

.nexus-overview.mod-stickied {
    padding-top: 95px;
}

    .nexus-overview-section {
        box-sizing: border-box;
        display: inline-block;
        padding: 0 15px;
        vertical-align: top;
        width: 275px;
    }

        .nexus-overview-section-icon {
            margin-bottom: 10px;
        }

        .nexus-overview-section-title {
            font-size: 26px;
            font-weight: 100;
            margin-bottom: 10px;
        }

        .nexus-overview-section-description {
            font-size: 12px;
            font-weight: 300;
            line-height: 14px;
        }

/*****************
*
*     Resources
*
*****************/

.resource-filters {
    background-color: #f7f7f8;
    height: 85px;
    text-align: center;
}

    .resource-filters h3 {
        font-weight: 300;
        color: #898d8d;
        font-size: 20px;
        line-height: 85px;
        text-transform: uppercase;
        display: inline-block;
    }

    .resource-filters select {
        font-size: 16px;
        height: 25px;
        margin: 30px 5px 0 5px;
        line-height: 85px;
        border: 1px solid #898d8d;
    }

.resource-items {
    text-align: center;
    font-size: 0;
}

    .resource {
        box-sizing: border-box;
        color: #ffffff;
        display: inline-block;
        font-size: 20px;
        height: 250px;
        line-height: 24px;
        margin: 1%;
        max-width: 375px;
        padding: 20px;
        position: relative;
        text-align: left;
        vertical-align: top;
        width: 33%;
    }

        .resource p {
            margin-top: 30px;
        }

        .resource a.learn-more {
            border: 1px solid white;
            bottom: 20px;
            color: #fff;
            font-size: 20px;
            left: 20px;
            line-height: 20px;
            padding: 3px 10px 2px 10px;
            position: absolute;
            text-transform: uppercase;
        }

        .resource .icon {
            bottom: 20px;
            height: 42px;
            position: absolute;
            right: 20px;
            width: 42px;
        }

    /* Banner (Not refactored) */

    .resources-banner {
        margin-top: 15px;
    }

    .home-resources-banner-header h2 {
        line-height: 36px;
        font-weight: 300;
        font-size: 20px;
        text-transform: uppercase;
        margin-right: 15px;
    }

    .home-resources-banner-header div {
        display: inline-block;
        vertical-align: middle;
        height: 35px;
    }

    .home-resources-banner-header > div.right {
        float: right;
    }

    .resources-banner {
        font-size: 20px;
    }

    .resources-banner .banner-item {
        vertical-align: top;
        box-sizing: border-box;
        padding: 20px;
        text-align: left;
        margin: 15px 16px;
        width: 375px;
        height: 250px;
        display: inline-block;
        font-size: 20px;
        line-height: 24px;
        color: #ffffff;
        position: relative;
    }

    .banner-item.mod-noBottomMargin {
        margin-bottom: 0;
    }

    .banner-item.first {
        margin-left: 0;
    }

    .banner-item.last {
        margin-right: 0;
    }

    .banner-item a.learn-more {
        color: #fff;
        position: absolute;
        left: 20px;
        bottom: 20px;
        font-size: 20px;
        line-height: 20px;
        text-transform: uppercase;
        padding: 3px 10px 2px 10px;
        border: 1px solid white;
    }

    .banner-event-date {
        width: 100%;
        text-align: right;
        margin-bottom: 20px;
    }

    .banner-item-title {
        float: left;
    }

    .banner-event-date .month {
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        padding-right: 3px;
    }

    .banner-event-date .dates {
        font-weight: 300;
        font-size: 38px;
    }

    .banner-event-date .time {
        font-size: 12px;
        padding-right: 3px;
    }

    .banner-item .icon {
        position: absolute;
        right: 20px;
        bottom: 20px;
        width: 42px;
        height: 42px;
    }

    .banner-item p {
        margin-top: 30px;
    }

    .banner-item p.mod-event {
        margin-top: 0;
    }

/*****************
*
*     EULAs
*
*****************/

.eulas {
    font-size: 0;
    text-align: center;
    width: 100%;
}

    .eulas-product {
        box-sizing: border-box;
        display: inline-block;
        padding: 25px 0;
        text-align: left;
        width: 50%;
    }

        .eulas-product-title {
            font-size: 20px;
            font-weight: 600;
        }

        .button.mod-eulas {
            display: inline-block;
        }

/*****************
*
*     Support template
*
*****************/

.support {
    font-size: 0;
    text-align: center;
    width: 100%;
}

    .support-product {
        box-sizing: border-box;
        display: inline-block;
        padding: 25px 0;
        text-align: left;
        vertical-align: top;
        width: 50%;
    }

    .support-product-title {
        font-size: 20px;
        font-weight: 600;
    }

    .support-product-description {
        font-size: 16px;
        font-weight: 400;
        margin: 10px 0;
        width: 75%;
    }

    .button.mod-support {
        display: inline-block;
    }

    .support-bottomCopy {
        margin-bottom: 25px;
        text-align: left;
    }

/*****************
*
*     Analyst Coverage
*
*****************/

.analysts {
    margin-top: 30px;
}

    .analysts-table {
        border-bottom: 1px solid #D8D9DB;
        border-collapse: collapse;
        display: table;
        text-align: left;
        width: 100%;
    }

        .analysts-table-row {
            display: table-row;
        }

        .analysts-table-row.mod-headings {
            border-bottom: 1px solid #D8D9DB;
            margin-bottom: 5px;
        }

            .analysts-table-cell {
                display: table-cell;
                padding-bottom: 5px;
            }

            .analysts-table-cell.mod-heading {
                font-weight: 600;
                padding-bottom: 10px;
            }

            .analysts-table-cell.mod-first {
                padding-top: 8px;
            }

    .analysts-disclaimer {
        margin-bottom: 25px;
    }

/*****************
*
*     Events
*
*****************/

.events-link {
    display: block;
    margin-top: 25px;
}

.events-link.mod-future {
    text-align: right;
}

.event-single {
    border-top: 1px solid #707372;
    margin-top: 25px;
    padding-top: 25px;
}

    .event-single-header {
        font-size: 24px;
        font-weight: 600;
    }

    .event-single-title {
        font-size: 18px;
        font-weight: 600;
        margin-top: 0;
    }

    .event-single-date {
        font-size: 14px;
        font-weight: 600;
        margin-top: 15px;
    }

    .event-single-groups {
        margin-top: 20px;
    }

        .event-single-groups-group {
            font-size: 14px;
        }

            .event-single-groups-group {
                list-style-type: none;
                padding-left: 25px;
                padding-top: 0;
            }

                .event-single-groups-group-memberName {
                    font-weight: 600;
                }

    .event-single-content {
        margin-bottom: 25px;
    }

/*****************
*
*     People
*
*****************/

.people-headshots {
    font-size: 0;
}

    .people-headshots-person {
        box-sizing: border-box;
        display: inline-block;
        font-size: 16px;
        padding: 25px 1%;
        vertical-align: top;
        width: 33%;
    }

        .people-headshots-person-headshot {
            width: 100%;
        }

        .people-headshots-person-name {
            display: inline-block;
            font-size: 22px;
            font-weight: 600;
            margin-top: 5px;
        }

        .people-headshots-person-position {
            font-size: 14px;
            font-weight: 300;
            margin-top: 10px;
        }

.people-bios {

}

    .people-bios-person {
        border-top: 1px solid #707372;
        padding: 20px 0;
    }

    .people-bios-person:last-child {
        border-bottom: 1px solid #707372;
    }

        .people-bios-person-position {
            font-weight: 300;
        }

/*****************
*
*     News Articles
*
*****************/

.articles {
    display: table;
    font-size: 15px;
    margin-top: 25px;
    width: 100%;
}

    .articles-headers {
        display: table-header-group;
    }

        .articles-headers-heading {
            display: table-cell;
            font-weight: 600;
            padding-bottom: 5px;
        }

        .articles-headers-heading.mod-date {
            text-align: center;
        }

    .articles-row {
        display: table-row;
    }

    .articles-row:nth-child(2n) {
        background-color: #F6F6F7;
    }

        .articles-row-date {
            display: table-cell;
            padding: 5px 25px;
            text-align: center;
        }

        .articles-row-article {
            display: table-cell;
            padding: 5px 0;
        }

/*****************
*
*     Tables
*
*****************/

    table tr.even, table tr.alt, table tr:nth-of-type(2n) {
        background: none repeat scroll 0% 0% #F6F6F7;
    }

/*****************
*
*     Contact
*
*****************/

.page-template-contact h4 {
    font-size: 21px;
    padding-bottom: 10px;
}

.page-template-contact h6 {
    font-size: 13px;
    padding-bottom: 8px;
}

.to-contact {
    border-top: 1px solid #707372;
    margin-top: 20px;
}

.to-contact img {
    margin-top: 5px;
}

.contact {
    margin-top: 25px;
    margin-bottom: 25px;
}

    .contact-headquarters {
        font-size: 0;
    }

        .contact-headquarters-location {
            box-sizing: border-box;
            display: inline-block;
            font-size: 13px;
            line-height: 21px;
            margin: 15px 0;
            vertical-align: top;
            width: 50%;
        }

            .contact-headquarters-location-name {
                font-size: 14px;
            }

            .contact-headquarters-location-name.mod-primary {
                font-size: 24px;
            }

        .contact-headquarters-location.mod-primary {
            border-bottom: 1px solid #707372;
            font-size: 13px;
            padding-bottom: 30px;
            width: 100%;
        }

    .contact-interests {
        border-top: 1px solid #707372;
        font-size: 0;
        margin-top: 25px;
        padding-top: 25px;
    }

        .contact-interests-area {
            box-sizing: border-box;
            display: inline-block;
            font-size: 16px;
            vertical-align: top;
            width: 50%;
        }

            .contact-interests-area-name {
                font-size: 21px;
            }

    .contact-bottomCopy {
        margin-top: 25px;
    }

/*****************
*
*     FAQ
*
*****************/

.faq {

}

    .faq-qa {
        border-bottom: 1px solid #707372;
        margin: 12px 0;
        padding: 13px 0;
    }

        .faq-qa-question {

        }

        .faq-qa-answer {

        }

/*****************
*
*     Governance
*
*****************/

.governance {
    margin-top: 25px;
}

    .governance-documents {
        margin-top: 20px;
    }

        .governance-documents-group {
            margin: 10px 0;
        }

            .governance-documents-group-document {
                margin: 10px 25px 0;
            }

                .governance-documents-group-document-name {
                    font-weight: 400;
                }

/*****************
*
*     Blog
*
*****************/

    .blog-title,
    .comment-reply-title,
    h3#comments-title,
    h3#reply-title {
        border-bottom: 1px solid #d1d3d4;
        font-size: 16px;
        font-weight: 600;
        line-height: 30px;
        padding-bottom: 15px;
        text-transform: uppercase;
    }

    /* Archive */
        .blog-container {
            padding-top: 25px;
        }

        .blog-post {
            background-color: #f9f9f9;
            display: inline-block;
            margin: 10px 5px;
            vertical-align: top;
            width: 405px;
        }

        .blog-post:nth-child(2n) {
        }

            .blog-post-header {
                background-position: center;
                background-size: cover;
                height: 250px;
                position: relative;
            }

                .blog-post-header-title {
                    bottom: 25px;
                    color: #fff;
                    font-size: 24px;
                    font-weight: 100;
                    line-height: 26px;
                    padding: 0 20px;
                    position: absolute;
                }

            .blog-post-body {
                padding: 20px;
                padding-top: 0;
            }

                .blog-post-body .no-break {
                    display: none;
                }

                .blog-post-body-metadata {

                }

                    .blog-post-body-metadata-left {
                        display: inline-block;
                        width: 100px;
                    }

                        .blog-post-body-metadata-left-photo {
                            background-color: white;
                            display: inline-block;
                            height: 75px;
                            margin-top: -20px;
                            padding: 5px;
                            position: relative;
                            z-index: 50;
                        }

                        .blog-post-body-metadata-left-photo.mod-empty {
                            background-color: transparent;
                        }

                        .blog-post-body-metadata-left-date {
                            color: #898d8d;
                            font-size: 12px;
                            font-weight: 600;
                        }

                        .blog-post-body-metadata-left-date.mod-empty {
                            line-height: 75px;
                        }

                    .blog-post-body-metadata-right {
                        display: inline-block;
                        font-size: 14px;
                        font-weight: 300;
                        padding-top: 5px;
                        vertical-align: top;
                        width: 215px;
                    }

                        .blog-post-body-metadata-right p {
                            margin: 0;
                        }

            .blog-post-footer {
                padding: 0 20px 20px 20px;
            }

                .blog-post-footer-link {
                    margin: 0;
                }

                .blog-post-footer-social {
                    margin-top: 15px;
                    text-align: center;
                }

                    .blog-post-footer-social > span {
                        display: inline-block;
                        margin-top: 5px;
                    }

                    .blog-post-footer-social a {
                        color: #898D8D;
                        display: inline-block;
                        line-height: 20px;
                        margin: 5px 3px;
                    }

                    .blog-post-footer-social a:hover {
                        color: #54585A;
                    }

    /* Pagination */

        .blog-pagination {

        }

            .blog-pagination-newer {
                display: inline-block;
                float: right;
                margin-right: 25px;
            }

            .blog-pagination-older {
                display: inline-block;
                margin-left: 20px;
            }

    /* Single */

        .blog-single-sharethis {
            margin-top: 25px;
        }

        .blog-single-content {
            border-top: 1px solid #d1d3d4;
            font-size: 18px;
            margin-top: 20px;
            padding-top: 5px;
        }

        h2.mod-blogSubtitle {
            font-size: 28px;
            font-weight: 300;
            line-height: 40px;
            margin-bottom: 15px;
        }

    /* Author Bios */

        .author {
            background-color: #f6f6f7;
            margin-top: 25px;
            padding: 20px;
            overflow: hidden;
        }

            .author-image {
                display: inline-block;
                float: left;
                width: 150px;
            }

            .author-text {
                box-sizing: border-box;
                float: right;
                margin-left: -150px;
                padding-left: 170px;
                width: 100%;
            }

            .author-text-name {
                font-size: 24px;
                font-weight: 300;
                line-height: 24px;
            }

            .author-text-bio p {
                font-size: 18px;
                font-weight: 300;
                line-height: 24px;
                margin-top: 10px;
            }

            .author-text-networks {
                margin-top: 10px;
                text-align: center;
            }

                .author-text-networks-icon {
                    margin: 0 10px;
                }

                .author-text-networks-icon.mod-first {
                    margin-left: 0;
                }

                .author-text-networks-icon.mod-last {
                    margin-right: 0;
                }

    /* Recommended Reading */

        .blog-related-container {
            font-size: 0;
            margin-top: 30px;
        }

        .blog-related-title {
            border-bottom: 1px solid #d1d3d4;
            font-size: 16px;
            font-weight: 600;
            line-height: 30px;
            padding-bottom: 10px;
            text-transform: uppercase;
        }

        .blog-single-related {
            box-sizing: border-box;
            display: inline-block;
            height: 250px;
            margin: 25px 1%;
            padding: 30px 20px 20px 20px;
            position: relative;
            width: 49%;
        }

        .blog-single-related.mod-left {
            margin-left: 0;
        }

        .blog-single-related.mod-right {
            float: right;
            margin-right: 0;
        }

            .blog-single-related-title {
                color: #ffffff;
                font-size: 24px;
                font-weight: 300;
            }

            .blog-single-related-link {
                bottom: 0;
                left: 20px;
                position: absolute;
            }

    /* Comments */

        #comments ol,
        #comments ul {
            list-style-type: none;
        }

        #comments .comment-body {
            border: 1px solid #ececec;
        }

        #comments .comment-body > p {
            margin: 5px 10px;
        }

        #comments .comment-author,
        #comments .comment-meta,
        #comments .reply {
            background-color: #F6F6F7;
        }

        #comments .comment-meta,
        #comments .reply {
            padding: 5px;
        }

        p.form-submit {
            display: none;
        }

        p.logged-in-as {
            display: inline-block;
            font-size: 16px;
            margin-right: 1%;
            width: 49%;
        }

        .commentlist {
            margin: 25px 0;
        }

        #commentform {
            font-size: 0;
        }

            .comment-form-left {
                display: inline-block;
                font-size: 16px;
                margin-right: 1%;
                vertical-align: top;
                width: 49%;
            }

                form#commentform input {
                    border: 2px solid #d5d5d5;
                    box-sizing: border-box;
                    font-size: 16px;
                    padding: 5px 10px;
                    width: 100%;
                }

            .comment-form-right {
                display: inline-block;
                font-size: 16px;
                margin-left: 1%;
                vertical-align: top;
                width: 49%;
            }


                form#commentform textarea {
                    border: 2px solid #d5d5d5;
                    box-sizing: border-box;
                    font-size: 16px;
                    padding: 5px 10px;
                    width: 100%;
                }

                form#commentform .comment-form-submit {
                    border-color: #80d7f7;
                    cursor: pointer;
                    margin: 13px 0 0 0;
                    padding: 4px 20px;
                    width: auto;
                }

        .comment-form-label-block {
            display: block;
        }

    /* Sidebar */

        .content.mod-sidebar {
            width: 70%;
            float: left;
        }

        .sidebar {
            box-sizing: border-box;
            float: right;
            padding: 25px 0 25px 3%;
            width: 30%;
        }

            .container.mod-sidebar {
                overflow: hidden;
            }

            .sidebar ul {
                font-size: 16px;
                line-height: 20px;
                list-style-type: none;
                padding-left: 0;
                padding-top: 12px;
            }

                .sidebar > li {
                    margin-top: 45px;
                }

                .sidebar li {
                    list-style-type: none;
                }

                .sidebar li:first-child {
                    margin-top: 0;
                    padding-top: 0;
                }

                    .sidebar a {
                        color: #00A9E0;
                        font-weight: 300;
                        line-height: 24px;
                        text-decoration: underline;
                    }

                    .sidebar a:hover {
                        color: #00A9E0;
                        opacity: 0.8;
                    }

            /* Widgets */

                h2.widgettitle {
                    border-bottom: 1px solid #d1d3d4;
                    font-size: 16px;
                    font-weight: 600;
                    line-height: 30px;
                    padding-bottom: 5px;
                    text-transform: uppercase;
                }

                /* Related Posts "Widget" (found in functions.php) */

                    .sidebar ul.mod-posts li {
                        padding: 7px 0;
                    }

                /* Subscribe widget (found in support-widgets plugin) */

                    .widget-subscribe {
                        background-color: #00A9E0;
                        padding: 15px;
                    }

                    .widgettitle.mod-subscribe {
                        border: none;
                        color: white;
                        font-size: 26px;
                        font-weight: 100;
                        line-height: 26px;
                        margin-bottom: 20px;
                        text-transform: none;
                    }

                    .widget-subscribe-form-email {
                        background-color: #80d7f7;
                        color: #fff;
                        font-size: 14px;
                        font-weight: 600;
                        margin-bottom: 15px;
                        padding: 5px;
                        width: 80%;
                    }

                    .widget-subscribe-form-type {
                        color: #fff;
                        font-size: 14px;
                        font-weight: 400;
                        line-height: 20px;
                    }

                    .widget-subscribe-form-type input {
                        margin-right: 10px;
                    }

                    .widget-subscribe-form-type input + input {
                        margin-left: 25px;
                    }

                    .widget-subscribe-form-submit {
                        background-color: #fff;
                        color: #00A9E0;
                        cursor: pointer;
                        font-size: 16px;
                        font-weight: 600;
                        line-height: 21px;
                        margin-top: 15px;
                        padding: 2px 10px;
                        text-transform: uppercase;
                    }

                    .widget-subscribe-disclaimer {
                        color: #fff;
                        font-size: 12px;
                        font-weight: 400;
                        line-height: 20px;
                        margin-top: 5px;
                    }

                /* CTA */

                    .widget-cta-image {
                        max-width: 100%;
                    }

                /* Search */

                    .widget_search {

                    }

                    .search-form-input {
                        border: 1px solid #D1D3D4;
                        box-sizing: border-box;
                        font-size: 14px;
                        margin-top: 15px;
                        padding: 10px;
                        width: 100%;
                    }

                    .search-form-submit {
                        cursor: pointer;
                        font-size: 16px;
                        line-height: 16px;
                        margin-top: 25px;
                        margin-bottom: 0;
                    }

                /* Categories */

                    .widget_categories {
                        font-weight: 300;
                    }

                /* Popular posts */

                    .widget-featured-post {
                        margin-top: 7px;
                    }

                        .widget-featured-post-date {
                            font-size: 12px;
                            font-weight: 600;
                            line-height: 20px;
                        }

    /* Search */

        .search-results {
            margin: 20px 0;
        }

            .search-results-result {
                margin: 15px 0;
            }

                .search-results-result-date {
                    font-size: 12px;
                }

                .search-results-result-title {
                    font-size: 18px;
                }

/*****************
*
*     Share This Overrides
*
*****************/

    body .stBubble .stBubble_count {
        color: #00A9E0;
        font-size: 12px;
        height: 13px;
        margin-top: 18px;
        padding: 3px 0 6px 0;
        width: 58px;
    }

/*****************
*
*     Fancybox Overrides
*
*****************/

    .fancybox-outer {
        overflow-y: hidden;
    }

    .fancybox-outer .fancybox-inner {
        background-color: transparent;
        text-align: center;
        padding-bottom: 80px;
    }

/*****************
*
*     Responsive Design
*
*****************/

@media all and (max-width: 1250px) {
    .container {
        width: 95%;
    }
}

@media all and (max-width: 850px) {
    br {
        display: none;
    }
}
