﻿/**********************************************************************/
/* RESET */
/**********************************************************************/

html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, img, small, strong, sub, sup, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary,
time, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}



/**********************************************************************/
/* FONT FACE */
/**********************************************************************/

/**
----------------------------------------------------------------------
LATO
----------------------------------------------------------------------
**/

/* Lato Light */
@font-face {
    font-family: 'LatoLight';
    src: url('fonts/lato-light-webfont.eot');
    src: url('fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-light-webfont.woff2') format('woff2'), url('fonts/lato-light-webfont.woff') format('woff'), url('fonts/lato-light-webfont.ttf') format('truetype'), url('fonts/lato-light-webfont.svg#svgFontName') format('svg');
    font-weight: normal;
}

/* Lato Regular */
@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-regular-webfont.eot');
    src: url('fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-regular-webfont.woff2') format('woff2'), url('fonts/lato-regular-webfont.woff') format('woff'), url('fonts/lato-regular-webfont.ttf') format('truetype'), url('fonts/lato-regular-webfont.svg#svgFontName') format('svg');
    font-weight: normal;
}

/* Lato Bold */
@font-face {
    font-family: 'LatoBold';
    src: url('fonts/lato-bold-webfont.eot');
    src: url('fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-bold-webfont.woff2') format('woff2'), url('fonts/lato-bold-webfont.woff') format('woff'), url('fonts/lato-bold-webfont.ttf') format('truetype'), url('fonts/lato-bold-webfont.svg#svgFontName') format('svg');
    font-weight: normal;
}



/**********************************************************************/
/* GENERAL STYLING */
/**********************************************************************/

* {
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
    transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
}

html,
body {
    font-size: 16px;
}

body {
    font-family: "Lato", Arial, sans-serif;
}

a {
    color: #0066CC;
    text-decoration: none;
}

    /*a:hover {
    border-bottom: #2991a2 1px dotted;
}*/

    a:hover,
    a:focus {
        text-decoration: none;
    }

img {
    height: auto;
    max-width: 100%;
}

p {
    color: #8e959c;
}

h1,
h2 {
    font-family: "Lato", sans-serif;
}

input[type="button" i],
input[type="submit" i],
input[type="reset" i],
input[type="file" i]::-webkit-file-upload-button,
button {
    align-items: flex-start;
    background-color: buttonface;
    border: 2px outset buttonface;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    box-sizing: border-box;
    color: buttontext;
    cursor: default;
    padding: 2px 6px 3px;
    text-align: center;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 23px;
}

h5 {
    font-size: 14px;
}

strong {
    /*font-family: "LatoBold", sans-serif;*/
    font-family: proxima-nova,sans-serif;
    font-weight: bold;
}

em {
    font-style: italic;
}


/**********************************************************************/
/* GENERAL CLASSES */
/**********************************************************************/

::selection {
    background: #72d0eb;
    color: #fff;
    text-shadow: none;
}

.title-underline {
    border-bottom: 1px solid #e2e4e5;
}

/*------------------------------------------------------------------*/
/* ICONS */
/*------------------------------------------------------------------*/

.ic-notebook {
    background: url("~/Images/HelpCenter/getting-started.svg");
    background-size: 19px 24px;
}

.ic-write-paper {
    background: url("images/creating.svg");
    background-size: 23px 23px;
}

.ic-browser {
    background: url("images/careers-page.svg");
    background-size: 24px 19px;
}

.ic-add-person {
    background: url("images/adding.svg");
    background-size: 24px 24px;
}

.ic-people {
    background: url("images/tracking.svg");
    background-size: 24px 22px;
}

.ic-bag {
    background: url("images/hiring.svg");
    background-size: 22px 19px;
}

.ic-person-check {
    background: url("images/checking-bg.svg");
    background-size: 22px 19px;
}

.ic-connect {
    background: url("images/integrating.svg");
    background-size: 24px 24px;
}

.ic-gear {
    background: url("images/account.svg");
    background-size: 25px 24px;
}

.ic-job-board {
    background: url("images/job-board.svg");
    background-size: 24px 24px;
}

.ic-video,
.ic-article {
    background: url('~/Images/HelpCenter/support-inside-sections.svg') center left no-repeat;
    display: inline-block;
    float: left;
    height: 32px;
    margin-right: .4em;
    opacity: .7;
}

.ic-video {
    background-position: 7px 0;
    background-size: 48px 24px;
    width: 32px;
}

.ic-article {
    background-image: url('images/support-inside-sections.svg');
    background-position: -25px 0;
    background-size: 48px 24px;
    width: 24px;
}

/*------------------------------------------------------------------*/
/* SEPARATOR */
/*------------------------------------------------------------------*/

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin-bottom: 24px;
    margin-top: 12px;
}

/*------------------------------------------------------------------*/
/* FORMS */
/*------------------------------------------------------------------*/

* {
    box-sizing: border-box;
}

button,
input {
    border: 1px solid #d8dee3;
    outline: 0;
    line-height: normal;
}

    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        cursor: pointer;
        -webkit-appearance: button;
    }

button,
input,
select,
textarea {
    vertical-align: baseline;
}

input,
textarea,
keygen,
select,
button {
    color: initial;
    font: 13.3333px Arial;
    display: inline-block;
    letter-spacing: normal;
    margin: 0em 0em 0em 0em;
    text-indent: 0px;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    word-spacing: normal;
}

/*------------------------------------------------------------------*/
/* FLOAT */
/*------------------------------------------------------------------*/

.fr {
    float: right;
}

.fl {
    float: left;
}

/*------------------------------------------------------------------*/
/* CLEARING */
/*------------------------------------------------------------------*/

.cb {
    clear: both;
}

/* CLEARFIX */

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*------------------------------------------------------------------*/
/* TYPOGRAPHY */
/*------------------------------------------------------------------*/

.bold {
    font-family: "LatoBold", sans-serif;
    font-weight: bold;
}



/*------------------------------------------------------------------*/
/* BACK TO TOP */
/*------------------------------------------------------------------*/

.back-to-top {
    float: right;
    font-size: 12px;
    font-family: "LatoBold", "Helvetica Neue", Arial, sans-serif;
    overflow: hidden;
    padding: 20px 0;
    text-align: right;
    text-transform: uppercase;
    vertical-align: middle;
}

    .back-to-top a {
        background: url("images/back-to-top.svg") center right no-repeat;
        background-size: 9px 11px;
        color: #c0c0c0 !important;
        display: block;
        font-size: 12px;
        padding-right: 15px;
    }

        .back-to-top a:hover {
            border: none;
            opacity: 0.8;
            text-decoration: none;
        }



/**********************************************************************/
/* HEADER */
/**********************************************************************/

.header-container {
    background-color: white; /* Navy Blue */
    border: 0;
    clear: both;
    height: 75px;
    margin: 0;
    min-width: 320px;
    position: relative;
    width: 100%;
    z-index: 100;
}

/*------------------------------------------------------------------*/
/* LOGO */
/*------------------------------------------------------------------*/

.logo {
    /*background: 0;
    margin: 0 30px 0 0;
    padding: 30px 0 0 0;
    */
    float: left;
    overflow: hidden;
    padding: 17px 0 0 0;
    text-indent: 100%;
    white-space: nowrap;
}

    .logo a {
        float: left;
        height: 50px;
        line-height: 20px;
    }

        .logo a img {
            max-width: 100%;
            float: left;
            transition: all 0.7s ease;
            -webkit-transition: all 0.7s ease;
            -moz-transition: all 0.7s ease;
            -o-transition: all 0.7s ease;
        }

    .logo h1 a {
        background-image: url('../../img/ProjectToolBeltlogo.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 160px 16px;
        border: 0;
        color: #fff;
        display: block;
        font-size: 16px;
        height: 16px;
        margin-left: 0;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        width: 160px;
    }

.logo-footer {
    /*background: 0;
    margin: 0 30px 0 0;
    padding: 30px 0 0 0;
    */
    float: left;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

    .logo-footer a {
        float: left;
        width: 160px;
    }

        .logo-footer a img {
            max-width: 100%;
            float: left;
            transition: all 0.7s ease;
            -webkit-transition: all 0.7s ease;
            -moz-transition: all 0.7s ease;
            -o-transition: all 0.7s ease;
        }

/*------------------------------------------------------------------*/
/* NAVIGATION */
/*------------------------------------------------------------------*/

.hamburger-btn {
    display: block;
    float: right;
    padding: 0 25px 0 0;
    position: relative;
    top: 22px;
}

    .hamburger-btn:hover {
        border-bottom: none;
    }

    .hamburger-btn span {
        background: #1389BB;
        display: block;
        height: 2px;
        margin: 5px 0;
        width: 25px;
        -webkit-transition: -webkit-transform .1s linear;
        -moz-transition: -moz-transform .1s linear;
        -o-transition: -o-transform .3s linear;
        transition: transform .1s linear;
    }


/* ========================= PRIMARY ========================= */

ul#primary,
ul#primary li {
    float: left;
}

.main-nav-container ul li a {
    color: #06C;
    float: left;
    font-size: 14px;
    padding: 32px 9px 16px 9px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

    .main-nav-container ul li a:hover,
    .main-nav-container ul li.active a {
        /*color: #adb3b9;*/ /* Light Gray */
        border-bottom: 1px solid #06C
    }

/* ========================= SECONDARY ========================= */

ul#secondary {
    float: right;
    right: 0;
}

    ul#secondary li {
        float: left;
    }

        ul#secondary li a {
            font-size: 11px;
            letter-spacing: .025em;
            text-transform: none;
        }

            ul#secondary li a.signup {
                background-color: #80bb35;
                border-radius: 5px;
                color: #fff;
                display: block;
                font-weight: normal;
                margin-left: 10px;
                margin-top: 20px;
                padding: 12px 20px 12px 20px;
                text-transform: uppercase;
                -khtml-border-radius: 5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
            }

                ul#secondary li a.signup:hover {
                    background: #72a72f;
                    color: #fff;
                }



/**********************************************************************/
/* FEATURED BANNER */
/**********************************************************************/

.featured-banner-container {
    background: url("images/banner-email-trend.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
}

.featured-banner {
    display: table;
    height: 100%;
    margin: 0 auto;
    max-width: 660px;
    width: 90%;
}

.featured-banner-info {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

    .featured-banner-info h2 {
        color: #fff;
        font-family: 'Lato', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 60px;
        margin: 0 auto 10px;
        max-width: 580px;
        line-height: 1.135em;
        width: 100%;
    }

    .featured-banner-info p {
        color: #f2f2f2;
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande",sans-serif;
        font-size: 17px;
        margin: 0 auto;
        max-width: 660px;
        letter-spacing: 0.255px;
        line-height: 1.5em;
        text-shadow: 1px 1px rgba(0,0,0,0.2);
    }

    .featured-banner-info a {
        color: #19a9e5;
        display: inline-block;
        font-family: 'Lato', "Helvetica Neue", Helvetica,Arial, "Lucida Grande", sans-serif;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.62em;
        margin-top: 40px;
        padding: 14px 40px 15px;
        text-transform: uppercase;
        text-shadow: none;
        -khtml-border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: #fff;
        background: -moz-linear-gradient(top,#fff 0,#f7f7f7 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f7f7f7));
        background: -webkit-linear-gradient(top,#fff 0,#f7f7f7 100%);
        background: -o-linear-gradient(top,#fff 0,#f7f7f7 100%);
        background: -ms-linear-gradient(top,#fff 0,#f7f7f7 100%);
        background: linear-gradient(to bottom,#fff 0,#f7f7f7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f7f7f7',GradientType=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffffff, endColorstr=#f7f7f7)";
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .featured-banner-info a:hover {
            background: #f7f7f7;
            background: -moz-linear-gradient(top,#f7f7f7 0,#f2f2f2 100%);
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7f7f7),color-stop(100%,#f2f2f2));
            background: -webkit-linear-gradient(top,#f7f7f7 0,#f2f2f2 100%);
            background: -o-linear-gradient(top,#f7f7f7 0,#f2f2f2 100%);
            background: -ms-linear-gradient(top,#f7f7f7 0,#f2f2f2 100%);
            background: linear-gradient(to bottom,#f7f7f7 0,#f2f2f2 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#f2f2f2',GradientType=0);
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#f7f7f7, endColorstr=#f2f2f2)";
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }



/**********************************************************************/
/* LIBRARY GRID CONTAINER */
/**********************************************************************/

.library-container {
    margin: 0 auto 80px;
    overflow: hidden;
}

.library-heading {
    padding-bottom: 30px;
    position: relative;
    margin: 0 auto;
    max-width: 680px;
    overflow: hidden;
    text-align: center;
    width: 90%;
}

    .library-heading h1 {
        color: #18527c; /* Sea Green */
        font-family: 'LatoLight', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 42px;
        font-weight: 300;
        letter-spacing: -0.015em;
        margin: 5px auto;
        margin-top: 80px;
        max-width: 680px;
        padding: 0;
        text-align: center;
        width: 100%;
    }

    .library-heading p {
        color: #8e959c;
        float: none;
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica,Arial, "Lucida Grande", sans-serif;
        font-size: 16px;
        margin: 0 auto 20px;
        max-width: 620px;
        line-height: 1.67em;
        position: relative;
        text-align: center;
        width: 100%;
    }

.library-grid-item {
    background-color: #f2f2f2;
    float: left;
    height: 280px;
    margin-bottom: 20px;
    // margin-right: 20px;
    overflow: hidden;
    position: relative;
    // width: 31%;
    width: 100%;
}

    .library-grid-item:nth-child(3n) {
        margin-right: 0;
    }

    .library-grid-item a {
        display: block;
        color: #fff;
        font-family: 'LatoLight', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica,Arial, "Lucida Grande", sans-serif;
        padding: 15px;
        text-shadow: 1px 1px rgba(0,0,0,0.55);
        height: 230px;
    }

        .library-grid-item a .overlay {
            background-color: #19a9e5;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -moz-opacity: 0;
            -khtml-opacity: 0;
            opacity: 0;
            -webkit-transition: all 300ms ease-in-out;
            -moz-transition: all 300ms ease-in-out;
            -ms-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

        .library-grid-item a:hover {
            text-shadow: none;
        }

            .library-grid-item a:hover .overlay {
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
                filter: alpha(opacity=80);
                -moz-opacity: 0.85;
                -khtml-opacity: 0.85;
                opacity: 0.85;
            }

        .library-grid-item a .bg {
            background-size: cover;
            background-position: center;
            height: 83%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 0;
        }

        .library-grid-item a .title {
            display: block;
            font-family: "Lato", sans-serif;
            font-size: 24px;
            line-height: 30px;
            margin-top: 5px;
            position: relative;
            z-index: 2;
        }

        .library-grid-item a .description {
            display: block;
            font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
            font-size: 15px;
            line-height: 1.4em;
            margin-top: 15px;
            position: relative;
            text-shadow: none;
            top: 10px;
            z-index: 2;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -moz-opacity: 0;
            -khtml-opacity: 0;
            opacity: 0;
            -webkit-transition: all 300ms ease-in-out;
            -moz-transition: all 300ms ease-in-out;
            -ms-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

        .library-grid-item a:hover .description {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1;
            -moz-transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
        }

.library-grid-item-title {
    height: 50px;
    background-color: #18527c;
    position: relative;
}

    .library-grid-item-title a {
        color: #fff;
        display: block;
        font-family: "LatoLight","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
        padding: 10px;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.55);
        height: inherit;
    }

        .library-grid-item-title a .title {
            display: block;
            font-family: "Lato", sans-serif;
            font-size: 19px;
            line-height: 30px;
            margin-top: 0;
            position: relative;
            z-index: 2;
        }

    .library-grid-item-title .videotitle {
        color: #fff;
        display: block;
        font-family: "LatoLight","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
        padding: 10px;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.55);
        height: inherit;
        display: block;
        font-family: "Lato", sans-serif;
        font-size: 19px;
        line-height: 30px;
        margin-top: 0;
        position: relative;
        z-index: 2;
    }

.library-button-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.library-button-item {
    position: relative;
    overflow: hidden;
    float: left;
    margin: 0px 20px 0px auto;
    text-align: center;
    height: 50px;
    background-color: rgb(242, 242, 242);
    width: 48%;
}

    .library-button-item:nth-child(2n) {
        margin-right: 0;
    }
/**********************************************************************/
/* FOOTER */
/**********************************************************************/

.footer {
    background: #fff;
    clear: both;
    color: #c3cbd3;
    min-width: 320px;
    padding: 50px 0 22px 0;
    position: relative;
    text-align: left;
    width: 100%;
}

    .footer ul {
        float: left;
        margin: 0 2.5% 4% 0;
        width: 14.5%;
    }

        .footer ul li h6,
        #subform h6 {
            color: #2f353e;
            font-family: "Lato", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
            font-size: 12px;
            font-size-adjust: .488;
            font-style: normal;
            font-weight: 600;
            letter-spacing: .05em;
            line-height: 1.4em;
            margin: 0 0 20px 0;
            text-transform: uppercase;
            width: 100%;
        }

#subform {
    /*float: left;*/
    display: inline-table;
    position: relative;
}

    #subform .subscribe {
        background: #d8dee3;
        background-size: 36px 261px;
        border-radius: 3px;
        border: 0;
        color: #fff;
        float: left;
        font-family: "Lato", "Helvetica Neue", Helvetica,Arial, "Lucida Grande", sans-serif;
        font-size: 12px;
        font-size-adjust: .488;
        font-style: normal;
        font-weight: 600;
        height: 40px;
        letter-spacing: .05em;
        line-height: 1.4em;
        margin: 32px 7px 0 -1px;
        overflow: hidden;
        position: absolute;
        right: 0;
        text-transform: uppercase;
        -khtml-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        width: 105px;
    }

        #subform .subscribe:hover {
            background-color: #adb3b9;
        }

        #subform .subscribe.active {
            background-position: 0 -168px;
        }

    #subform label,
    #subform p {
        font-size: 12px;
        position: relative;
        margin: 0;
    }

        #subform label input {
            border-color: #d8dee3;
            border-radius: 3px;
            color: #2f353e;
            float: left;
            font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
            font-size: 1em;
            margin: 12px 0 0 -1px;
            -khtml-border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            padding: 17px 115px 17px 15px;
            width: 100%;
        }

        #subform p a.newsletter {
            clear: both;
            color: #adb3b9;
            float: left;
            margin-top: 10px;
        }

        #subform label a:hover,
        #subform p a:hover {
            color: #2f353e;
        }

.footer ul li a {
    color: #adb3b9;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    display: block;
    font-size: 12px;
    padding: 0 0 8px 0;
}

    .footer ul li a:hover {
        color: #2f353e;
        border: 0 none;
    }

footer .bottom {
    background: 0;
    border-top: 1px solid #d8dee3;
    clear: both;
    float: none;
    padding: 30px 0 0 0;
    width: 100%;
}

footer a.home-nav-link {
    background: url('../../img/ProjectToolBeltlogo.png') top left no-repeat;
    background-size: 160px;
    display: block;
    height: 16px;
    float: left;
    margin: 0;
    text-indent: -9999px;
    width: 160px;
}

.bottom .social {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-top: -3px;
    overflow: hidden;
}

.social {
    color: #8e959c;
    float: right;
    margin-top: -10px;
}

    .social .phone {
        border-right: 1px solid #e0e5e9;
        display: inline-block;
        margin-right: 15px;
        padding: 1px 15px 3px 0;
    }

        .social .phone .number {
            background-repeat: no-repeat;
            background-position: -9999em -9999em;
            color: #2f353e;
            /*color: #000;*/
            display: inline-block;
            font-family: 'Lato', "Helvetica Neue", Helvetica,Arial, "Lucida Grande",sans-serif;
            font-size: 16px;
            /*font-size: 1.37em;*/
            letter-spacing: -0.015em;
            line-height: 1;
            padding-left: 10px;
            position: relative;
            top: 1px;
        }

    .social .media {
        display: inline-block;
        float: right;
        margin-top: 0;
    }

        .social .media a {
            background-color: transparent;
            background-position: left center;
            background-repeat: no-repeat;
            color: #adb3b9;
            display: inline-block;
            font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
            font-size: 1.1em;
            height: 20px;
            line-height: 1.5em;
            margin-left: 4px;
            overflow: hidden;
            padding: 0;
            position: relative;
            text-indent: -9999em;
            width: 20px;
            zoom: 1;
        }

        .social .media span.label {
            float: left;
        }

        .social .media a.facebook {
            background-image: url('images/footer-facebook.png');
            background-size: 19px 40px;
            background-position: -1px 2px;
        }

            .social .media a.facebook:hover {
                background-position: -1px -22px;
            }

        .social .media a.twitter {
            background-image: url('images/footer-twitter.png');
            background-size: 23px 50px;
            background-position: -4px -2px;
        }

            .social .media a.twitter:hover {
                background-position: -4px -32px;
            }

@media only screen and (max-width: 768px) {
}


/**********************************************************************/
/* SUPPORT PAGE */
/**********************************************************************/

.support-container {
    padding-bottom: 55px;
    padding-top: 55px;
}

/*------------------------------------------------------------------*/
/* GUIDE */
/*--------------------------------------------------------------------*/

.guide {
    padding-right: 45px;
}

    .guide h2,
    .how-to-use h2 {
        color: #3e3e3e;
        font-family: "LatoLight", sans-serif;
        font-size: 24px;
        margin-bottom: 12px;
        padding-bottom: 10px;
    }

.video-list li {
    margin-bottom: 10px;
    margin-top: 18px;
}

    .video-list li:hover img {
        cursor: pointer;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
    }

.video-list img {
    display: block;
}

/*------------------------------------------------------------------*/
/* HOW TO USE */
/*--------------------------------------------------------------------*/

.support-category li a {
    border: 1px solid #e2e4e5;
    color: #2991a2;
    cursor: pointer;
    display: block;
    margin: 18px 0 10px;
    padding: 1em;
    text-decoration: none;
}

    .support-category li a:hover {
        border: 1px solid #2991a2;
        text-decoration: none;
    }

    .support-category li a i {
        background-position: 5px 5px;
        background-repeat: no-repeat;
        display: inline-block;
        float: left;
        height: 32px;
        opacity: .7;
        width: 40px;
    }

    .support-category li a h3 {
        font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
        font-size: 22px;
        font-weight: 400;
        margin-bottom: 3px;
        padding-bottom: 0;
        vertical-align: top;
    }

    .support-category li a p {
        color: #959da6;
        font-size: 16px;
        line-height: 1.6em;
    }

.support-category .btn-pill {
    border: 1px solid green;
    border-radius: 3px;
    width: auto;
    padding: 6px;
    display: inline-block;
    margin-top: 5px;
    margin-left: 40px;
}

/**********************************************************************/
/* JOB POSTING PAGE */
/**********************************************************************/

.main-heading {
    padding: 36px 0;
}

.job-posting {
    padding: 0;
}

    .job-posting h1 {
        font-family: "LatoLight", sans-serif;
        font-size: 48px;
        padding-bottom: 15px;
    }

/*------------------------------------------------------------------*/
/* ARTICLE SECTION (RIGHT) */
/*------------------------------------------------------------------*/

.article-list { /*padding-top: 18px;*/
}

    .article-list li {
        border-bottom: 1px solid #e9eef2;
        font-size: 18px;
        padding: 13px 10px;
    }

        .article-list li:last-child {
            border-bottom: none;
        }

        .article-list li a,
        .article-list li a:hover {
            border: none;
        }

        .article-list li a {
            border-bottom: #fff 1px dotted;
            color: #0066CC;
            display: inline-block;
            margin: 0;
            padding: 0;
        }

            .article-list li a:hover {
                border-bottom: #0066CC 1px dotted;
                text-decoration: none;
            }



/*------------------------------------------------------------------*/
/* SUBHEADER */
/*------------------------------------------------------------------*/

.sub-header {
    border-bottom: 1px solid #e9eef2;
    color: #a4a4a4;
    font-size: 14px;
    padding: 12px 0;
}

/* ========================= BREADCRUMBS ========================= */

.breadcrumbs {
    margin: 6px 0;
    overflow: hidden;
    padding-left: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}

    .breadcrumbs span {
        display: inline-block;
        margin: 0 5px;
        padding: 5px 0;
        color: #666;
    }

    .breadcrumbs a {
        border-bottom: #fff 1px dotted;
        color: #d90368;
    }

        .breadcrumbs a:hover {
            border-bottom: #d90368 1px dotted;
        }


/* ========================= SEARCH FORM ========================= */
.search-form {
    margin: 0;
}

    .search-form input {
        background: #fff url("images/ic-search.svg") no-repeat 13px -2px;
        background-position: 10px 0;
        background-size: 19px 30px;
        border: 1px solid #e2e4e5;
        border-radius: 28px;
        box-sizing: border-box;
        color: #a4a4a4;
        float: left;
        font-size: 1em;
        height: 32px;
        max-width: 660px;
        padding: 5px;
        padding-left: 36px;
        width: 100%;
    }



/**********************************************************************/
/* RECRUITMENT PAGE */
/**********************************************************************/

.article-container {
    padding: 55px 0;
}


@media (min-width:1640px) {
    .col-2xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
}


.article article h1 {
    /* border-bottom: 1px solid #e2e4e5;*/
    color: #3e3e3e;
    font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
    font-size: 33px;
    font-weight: 400;
    letter-spacing: -1.4px;
    line-height: 1.24;
    margin-bottom: 17px;
    /*padding-bottom: 16px;*/
}

article .post-content h2 {
    color: #137429;
    font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -0.8px;
    padding: 17px 0;
    margin-bottom: 0.83em;
    padding-bottom: 0;
    scroll-margin-top: 100px;
}

article .post-content p {
    color: #3e3e3e;
    font-size: 18px;
    line-height: 33px;
    padding-bottom: 16px;
}


.text-light-grey {
    color: #999999 !important;
}

.article-desc {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 17px;
    color: #999999;
    float: left;
    width: 100%;
}

article .post-content p:first-child {
    font-weight: 400;
}

article .post-content ul {
    list-style-type: disc;
    margin: 0;
    padding-bottom: 8px;
    padding-left: 2em;
    padding-top: 8px;
}

    article .post-content ul li {
        color: #3e3e3e;
        font-size: 18px;
        line-height: 1.6em;
        margin: 0 0 16px;
    }

article .faq-question {
    color: #137429;
    font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: -0.8px;
    padding: 17px 0;
    line-height: 1.3em;
}
/*------------------------------------------------------------------*/
/* RELATED ARTICLES */
/*------------------------------------------------------------------*/

.related-article {
    border: 1px solid #e2e4e5;
    border-left: 5px solid #33b6cb;
    margin-top: 20px;
    padding: 15px;
}

    .related-article h5 {
        font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 10px;
        overflow: hidden;
        text-transform: uppercase;
    }

/*------------------------------------------------------------------*/
/* SIMILAR POSTS */
/*------------------------------------------------------------------*/

aside {
    border: 1px solid #e2e4e5;
    /*padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;*/
    /*padding-top: 15px;*/
    /* margin-top: 1em;*/
}

    aside .aside-similar-posts { /*margin-bottom: 18px;*/
    }

        aside .aside-similar-posts .title_bg,
        .aside-how-to-use .title_bg {
            background: #06C;
            padding: 20px 20px;
            border-top: 1px solid #fff;
        }

            aside .aside-similar-posts .title_bg h5,
            .aside-how-to-use .title_bg h5 {
                margin-bottom: 0;
                color: white;
            }

        aside .aside-similar-posts h5,
        .aside-how-to-use h5 {
            font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
            font-size: 17px;
            font-weight: 700;
            margin-bottom: 10px;
            overflow: hidden;
            text-transform: uppercase;
        }

        aside .aside-similar-posts ul,
        .aside-how-to-use ul {
            /*margin: 10px 0 0;*/
        }

            aside .aside-similar-posts ul li,
            .aside-how-to-use ul li {
                font-size: 16px;
                line-height: 1.5em;
                padding: 10px;
                /*margin: 10px 0;
        padding: 7px 0;*/
                border-top: 1px solid #e2e4e5;
            }

        aside .aside-similar-posts a,
        .aside-how-to-use a {
            color: #d90368;
        }

        aside .aside-similar-posts ul li:hover a,
        .aside-how-to-use ul li:hover a {
            color: #0066CC;
        }

    /* ========================= TOGGLE MORE BUTTON ========================= */

    aside .toggle-more-button span {
        background: url("images/toggle-sections-icons.svg");
        background-position: 0 0;
        background-size: 36px 18px;
        cursor: pointer;
        display: inline-block;
        height: 18px;
        vertical-align: middle;
        width: 18px;
    }

    aside .toggle-more-button.expanded span {
        background: url("images/toggle-sections-icons.svg");
        background-position: 18px 0;
    }

    aside .toggle-more-button:after {
        color: #2991a2;
        content: "View more articles";
        cursor: pointer;
        display: inline-block;
        line-height: 24px;
        font-size: 15px;
        padding-left: 7px;
        text-decoration: underline;
        vertical-align: top;
    }

    aside .toggle-more-content {
        display: none;
        -webkit-transition: initial;
        -o-transition: initial;
        transition: initial;
    }

/*------------------------------------------------------------------*/
/* HOW TO USE */
/*------------------------------------------------------------------*/

.aside-how-to-use {
    border-top: 1px solid #e2e4e5;
    /*margin-top: 1.5em;*/
    /*padding-top: 1.5em;*/
}

/*------------------------------------------------------------------*/
/* ADJACENT POST LINKS */
/*------------------------------------------------------------------*/

.adjacent-post-links {
    color: #44a1b5;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 50px;
    /*padding: 0 150px;*/
    position: relative;
}

.previous-post-link {
    float: left;
    max-width: 280px;
    width: 45%;
}

    .previous-post-link h4,
    .next-post-link h4 {
        color: rgba(34, 59, 74, 0.5);
        font-size: 14px;
        line-height: 28px;
        margin-left: 20%;
        text-transform: uppercase;
    }

.next-post-link h4 {
    margin-left: 0;
}

.link-arrow-container {
    height: 110px;
    line-height: 21px;
    width: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .link-arrow-container a:hover {
        color: #555;
    }

    .link-arrow-container .left-arrow {
        float: left;
    }

    .link-arrow-container .arrow {
        font-size: 36px;
        height: 100%;
        width: 20%;
    }

    .link-arrow-container h5 {
        font-size: 16px;
        line-height: 21px;
    }

.vertical-divider {
    background-color: rgba(225,225,225,0.6);
    height: 50px;
    left: 49%;
    margin-top: 20px;
    position: absolute;
    top: 0;
    width: 1px;
}

.next-post-link {
    float: right;
    max-width: 280px;
    width: 45%;
}

    .next-post-link h5 {
        float: left;
    }

.link-arrow-container .right-arrow {
    float: right;
}



/**********************************************************************/
/* JOB LISTING PAGE */
/**********************************************************************/

.post-content h3 {
    color: #3e3e3e;
    font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.8px;
    padding: 17px 0;
}

.useful-resources {
    border-bottom: 1px solid #e2e4e5;
    margin-bottom: 20px;
}

.magnifier {
    display: block;
    position: relative;
}

    .magnifier:hover {
        border-bottom: none;
    }

        .magnifier:hover:before {
            opacity: 1;
        }

    .magnifier:before {
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 0 0;
        content: '';
        height: 30px;
        display: block;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
        filter: alpha(opacity=60);
        opacity: 0.6;
        bottom: 15px;
        position: absolute;
        right: 10px;
        width: 30px;
        z-index: 1;
        -moz-transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        -ms-transition: opacity 0.3s;
        transition: opacity 0.3s;
        background-image: url("images/magnifier.svg"), none;
    }

div.Video-Outer-div {
    position: relative;
}

    div.Video-Outer-div img {
        z-index: 1;
    }

    div.Video-Outer-div div {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 4px;
        min-height: 30px;
        text-align: center;
        overflow: hidden;
    }

        div.Video-Outer-div div.blackbg {
            z-index: 2;
            background-color: #000;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
            filter: alpha(opacity=50);
            opacity: 0.7;
        }

        div.Video-Outer-div div.Video-name, div.Video-Outer-div div.Video-name a {
            z-index: 3;
            color: white;
            font-family: "LatoLight",sans-serif;
            font-size: 20px;
        }

/**********************************************************************/
/* MEDIA QUERIES */
/**********************************************************************/

@media only screen and (max-width: 1170px) {

    .adjacent-post-links {
        padding: 0 40px;
    }
}

@media only screen and (min-width: 990px) {
    .hamburger-btn {
        display: none;
    }
}

@media only screen and (max-width: 991px) {

    .hamburger-btn {
        display: block;
    }

        .hamburger-btn:hover span:nth-child(1),
        .hamburger-btn:focus span:nth-child(1) {
            -webkit-transform: translateY(-2px);
            -moz-transform: translateY(-2px);
            -o-transform: translateY(-2px);
            transform: translateY(-2px);
        }

        .hamburger-btn:hover span:nth-child(3),
        .hamburger-btn:focus span:nth-child(3) {
            -webkit-transform: translateY(2px);
            -moz-transform: translateY(2px);
            -o-transform: translateY(2px);
            transform: translateY(2px);
        }

        .hamburger-btn.active span:nth-child(1) {
            -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
            -moz-transform: translateY(7px) translateX(0) rotate(45deg);
            -o-transform: translateY(7px) translateX(0) rotate(45deg);
            transform: translateY(7px) translateX(0) rotate(45deg);
        }

        .hamburger-btn.active span:nth-child(2) {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -moz-opacity: 0;
            -khtml-opacity: 0;
            opacity: 0;
        }

        .hamburger-btn.active span:nth-child(3) {
            -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
            -moz-transform: translateY(-7px) translateX(0) rotate(-45deg);
            -o-transform: translateY(-7px) translateX(0) rotate(-45deg);
            transform: translateY(-7px) translateX(0) rotate(-45deg);
        }

    .logo {
        margin-bottom: 7px;
    }

    .main-nav-container {
        display: none;
    }

    .main-nav-container {
        left: 0;
        position: absolute;
        top: 75px;
        /*-webkit-transform: translateY(75px);
        -ms-transform: translateY(75px);
        -o-transform: translateY(75px);
        transform: translateY(75px);*/
        width: 100%;
    }

    #primary {
        background: #fff !important;
        margin: 0;
        min-width: 320px;
        padding-top: 0;
        position: relative;
        width: 100%;
        -webkit-transition: initial;
        -o-transition: initial;
        transition: initial;
    }

        #primary li {
            clear: both;
            margin: 0;
            width: 100%;
        }

            #primary li a {
                border-bottom: 1px solid #d8dee3;
                color: #8e959c;
                float: left;
                font-family: 'Lato',sans-serif;
                font-size: 11px;
                height: auto;
                letter-spacing: .075em;
                overflow: hidden;
                padding: 26px 15px 26px 30px;
                text-transform: uppercase;
                white-space: nowrap;
                width: 100%;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                -o-box-sizing: border-box;
                box-sizing: border-box;
            }

                #primary li a:hover {
                    background: #f6f6f8;
                }

    #secondary {
        background: #f6f6f8;
        clear: both;
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        #secondary li {
            border-bottom: 1px solid #d8dee3;
            border-right: 1px solid #d8dee3;
            float: left;
            margin: 0;
            width: 50%;
        }

            #secondary li a {
                color: #8e959c;
                float: left;
                font-family: 'Lato',sans-serif;
                font-size: 1.15em;
                font-weight: 500;
                height: auto;
                letter-spacing: .025em;
                padding: 20px 30px;
                width: 100%;
            }

                #secondary li a:hover {
                    background-color: #fff;
                }

                #secondary li a.signup {
                    background-color: transparent !important;
                    border-radius: 0 !important;
                    color: #80bb35 !important;
                    height: auto;
                    font-weight: 300;
                    margin: 0 !important;
                    padding: 20px 30px !important;
                    text-transform: none !important;
                    -khtml-border-radius: 0;
                    -moz-border-radius: 0;
                    -webkit-border-radius: 0;
                    border-radius: 0;
                }

                    #secondary li a.signup:hover {
                        background-color: #80bb35 !important;
                        /*background: #72a72f;*/
                        color: #fff !important;
                    }

    /*.library-grid-item:nth-child(3n) { margin-right: 20px; }
    .library-grid-item:nth-child(2n) { margin-right: 0; }*/

    .footer ul {
        width: 45%;
    }

    .footer {
        min-width: auto;
    }

        .footer ul {
            margin-bottom: 50px;
        }

    #subform {
        clear: both;
        float: none;
        width: 100%;
    }

        #subform p a.newsletter {
            margin-bottom: 30px;
        }

    .social .phone {
        background: url('images/footer-phone.png') no-repeat;
        background-position: 5px -23px;
        background-size: 14px 48px;
        border-right: none;
        cursor: pointer;
        height: 20px;
        margin-right: 1px;
        overflow: hidden;
        position: relative;
        text-indent: -9999em;
        width: 20px;
    }

    .phone:hover {
        background-position: 5px -23px;
    }

    .phone .label,
    .media .label,
    .phone .number .text {
        display: none;
    }

    .social .media a.facebook {
        background-position: -1px -22px;
    }

    .social .media a.twitter {
        background-position: -4px -32px;
    }

    .guide {
        padding-right: 10px;
    }

    article .post-content p {
        font-size: 16px;
    }

    .article aside {
        border: 0;
    }

    .article-container article {
        padding-right: 0;
        padding-left: 0;
    }

    .aside-similar-posts {
        border-top: 1px solid #e2e4e5;
        margin-top: 10px;
        padding-left: 0;
        padding-top: 1.5em;
    }

        .aside-similar-posts ul li,
        .aside-how-to-use ul li {
            font-size: 18px;
        }

    .article aside {
        padding-left: 0;
        padding-right: 0;
    }

    .adjacent-post-links {
        padding: 0;
    }
}

@media only screen and (max-width: 768px) {

    .guide {
        margin-bottom: 35px;
        padding-right: 0;
    }

    .video-list li {
        float: left;
        margin: 0;
        padding: 8px 15px 15px 0;
        width: 50%;
    }

    .support-category li a h3 {
        font-size: 18px;
    }

    .how-to-use {
        clear: both;
    }

    .job-posting h1 {
        font-size: 36px;
    }

    .article-container {
        padding: 0px;
    }

    article .post-content h2 {
        padding-top: 30px;
    }

    .article-list li {
        padding: 15px 8px;
    }
}

@media only screen and (max-width: 640px) {

    .library-grid-item {
        width: 100%;
    }

        .library-grid-item:nth-child(2n) {
            margin-right: 20px;
        }

    .featured-banner-info h2 {
        font-size: 36px;
        margin-bottom: 30px;
        margin-right: 30px;
    }

    .library-heading h1 {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .video-list li {
        float: none;
        padding-right: 0;
        width: 100%;
    }

    .support-category li a i {
        height: 76px;
    }

    .article article h1 {
        font-size: 32px;
    }

    article .post-content h2 {
        font-size: 26px;
    }

    .aside-similar-posts ul li,
    .aside-how-to-use ul li {
        font-size: 16px;
    }

    .vertical-divider {
        display: none;
    }

    .adjacent-post-links {
        margin-bottom: 0;
    }

    .previous-post-link,
    .next-post-link {
        float: none;
        max-width: none;
        text-align: center;
        width: 100%;
    }

        .previous-post-link h4,
        .next-post-link h4 {
            margin-left: 0;
        }

    .link-arrow-container {
        height: 100px;
    }

        .link-arrow-container .arrow {
            width: auto;
        }

        .previous-post-link .left-arrow,
        .link-arrow-container .right-arrow {
            float: none;
        }

    .next-post-link h5 {
        float: none;
    }
}

@media only screen and (max-width: 380px) {
}

@media screen and (max-width:478px) {
    .logo {
        max-width: 80%;
    }

        .logo a {
            max-width: 100%;
        }

    .logo-footer {
        max-width: 70%;
    }

        .logo-footer a {
            max-width: 70%;
        }


    .videoWrapper {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
    }

        .videoWrapper iframe,
        .videoWrapper embed,
        .videoWrapper object {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }
}

/** START: CSS FOR BLOGS                           **/


/** bts css start here **/

/*START: Modified by deepika to get responsive blog header image*/
#blogTopSection {
    background-image: url(images/Blog/blog-header.jpg);
    background-position: center;
    /*
    background-size: cover;
    height: 204px;*/
    background-size: contain;
    height: 400px;
    background-repeat: repeat-x;
}

#blogTopSection_PML {
    background-image: url(images/Blog/pml-blog-header.jpg);
    background-position: center;
    /*
    background-size: cover;
    height: 204px;*/
    background-size: contain;
    height: 335px;
    background-repeat: repeat-x;
}

#blogTopSection_HR {
    background-image: url(images/Blog/hr-blog-header.jpg);
    background-position: center;
    /*
    background-size: cover;
    height: 204px;*/
    background-size: contain;
    height: 335px;
    background-repeat: repeat-x;
}

#blogTopSection_PT {
    background-image: url(images/Blog/pt-blog-header.jpg);
    background-position: center;
    /*
    background-size: cover;
    height: 204px;*/
    background-size: contain;
    height: 335px;
    background-repeat: repeat-x;
}

#blogTopSection_OKR {
    background-image: url(images/Blog/okr-blog-header.jpg);
    background-position: center;
    /*
    background-size: cover;
    height: 204px;*/
    background-size: contain;
    height: 335px;
    background-repeat: repeat-x;
}

#blogTopSection_TS {
    background-image: url(images/Blog/ts-blog-header.jpg);
    background-position: center;
    /*
    background-size: cover;
    height: 204px;*/
    background-size: contain;
    height: 335px;
    background-repeat: repeat-x;
}
/*START: Modified by deepika to get responsive blog header image*/
#blogSubHeader {
    text-align: left;
    background-color: #fafafa;
    border-bottom: 1px solid #EAEAEA;
}

    #blogSubHeader .container {
        padding: 35px 0;
    }

    #blogSubHeader h2 {
        color: #555555;
        font-family: BariolRegular,sans-serif;
        font-size: 39px;
        letter-spacing: -1.1px;
        word-spacing: 3px;
    }

#blogMenu {
    float: right;
    margin-top: -45px;
    font-size: 18px;
}
    /*#blogMenu {
    float: left;
    margin-top: -45px;
    font-size: 18px;
    width: 100%;
}*/
    #blogMenu:after {
        content: '';
        clear: both;
        display: block
    }

    #blogMenu a {
        color: #6d6e70;
        margin: 12px 0 0 40px;
        float: left;
        /*position: absolute;
    right: 0px;*/
    }

    #blogMenu span {
        font-size: 24px;
        vertical-align: middle;
        margin-left: 20px;
        display: inline-block;
        width: 22px
    }

#blogMenuContent {
    display: none;
    border-top: 0px solid #e7e7e7;
    padding-top: 0px;
    margin-top: 36px;
    position: absolute;
    z-index: 1;
    width: 1140px;
    /*width: 100%;*/
    text-align: right;
}

    #blogMenuContent:after {
        content: '';
        display: block;
        clear: both
    }

.categoryTitle {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 15px
}

#blogCategories {
    width: 100%;
    padding-right: 0px;
    float: left;
}

#blogArchives {
    width: 25%;
    float: left;
    padding-right: 15px;
}
/*.categoryList {
	columns:20px 2;
	-webkit-columns:20px 2;
	-moz-columns:20px 2
}
*/
.archiveList {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}

.categoryList {
    background: white;
    z-index: 1;
    right: 0px;
    width: 25%;
    border: 1px solid #DADADA;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
    padding: 0px;
    border-bottom: 0px;
    border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    display: inline-block;
    /*margin: 0px -2px;*/
}

.archiveList {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}

.categoryList:after {
    content: '';
    display: block;
    clear: both
}

.categoryList li {
    border-bottom: 1px solid #DADADA;
    width: 100%;
    float: left;
    text-align: left;
}

    .categoryList li a {
        color: #9e9e9e;
        transition: color 0.2s;
        -moz-transition: color 0.2s;
        display: block;
        padding: 8px 10px;
        width: 100%;
        margin: 0px !important;
    }

        .categoryList li a:hover {
            color: #87c448;
            transition: color 0.2s;
            -moz-transition: color 0.2s
        }

#blogCategories2 {
    width: 25%;
    padding-right: 15px;
    float: left;
}

#blogArchives2 {
    width: 25%;
    float: left;
    padding-right: 15px;
}

#searchform {
    float: right;
    width: auto;
    position: relative;
    margin-right: 245px;
}

#s {
    background: #fff;
    border: none;
    margin: 0;
    padding-right: 35px;
    color: #a5a5a5;
    font-weight: 200
}

#searchsubmit {
    width: auto;
    background: none;
    border: none;
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #6d6e70;
    position: absolute;
    right: 10px;
    top: 14px
}

#searchform input {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    clear: both;
    font-size: 18px;
    height: 46px;
    margin-bottom: 10px;
    padding: 9px;
    width: 223px;
    background: #fff;
    border: none;
    margin: 0;
    padding-right: 35px;
    color: #a5a5a5;
}

/**  blog list css **/

.blog-article {
    width: 100%;
    float: left;
}

.articlebox {
    width: 100%;
    float: left;
    margin-bottom: 60px;
}

    .articlebox h2 {
        width: 100%;
        float: left;
    }

        .articlebox h2 a {
            display: block;
            color: #323232;
            text-decoration: none;
            font-weight: 500;
            font-size: 28px;
            font-weight: bold;
            margin: 0.4em 0 15px;
        }

.author {
    width: 100%;
    float: left;
    display: block;
    color: #8e98a7;
    margin-bottom: 15px;
}

    .author p {
        width: 100%;
        display: block;
        float: left;
        color: #8e98a7
    }

    .author span,
    .author i {
        display: inline-block;
    }

    .author i {
        color: black;
        margin: 0px 2px 0px 10px;
    }

.categories-btn {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

    .categories-btn a {
        display: inline-block;
        color: #33B5CB;
        padding: 0.5em 1em;
        border: 1px solid #d5d5d5;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        font-size: 14px;
        font-weight: bold;
    }

        .categories-btn a:hover {
            background: #33B5CB;
            color: white;
        }

        .categories-btn a.sub-category {
            display: inline-block;
            color: #00A154;
            padding: 0.5em 1em;
            border: 1px solid #d5d5d5;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            font-size: 14px;
            font-weight: bold;
        }

            .categories-btn a.sub-category:hover {
                background: #00A154;
                color: white;
            }

.article-img {
    max-width: 100%;
    margin-bottom: 20px;
}

    .article-img img {
        width: 100%;
    }

.article-text {
    width: 100%;
    float: left;
}

    .article-text p {
        width: 100%;
        float: left;
        /*line-height: 26px;*/
        margin-bottom: 16px;
        color: #555 !important;
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        font-family: proxima-nova,sans-serif;
    }

.article-text {
    width: 100%;
    float: left;
    line-height: 24px;
    margin-bottom: 10px;
    color: #555 !important;
}

    .article-text ul, .example-box ul {
        /* padding-left: 15px;
        margin-bottom: 10px;*/
        float: left;
        list-style: none !important;
        margin: 11px 0 0 0;
        line-height: 30px;
        font-size: 20px;
        font-weight: normal;
        font-family: proxima-nova,sans-serif;
    }

        .article-text ul li, .example-box ul li {
            margin: 0 0 10px 0;
            padding: 0 0 0 46px;
        }

    .article-text li, .example-box li {
        font-size: 20px;
        font-weight: normal;
        line-height: 30px;
        position: relative;
        text-align: left;
    }

    .article-text ul li:before, .example-box ul li:before {
        position: absolute;
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #555;
        top: 10px;
        left: 20px;
    }

.article-btns {
    width: 100%;
    float: left;
}

    .article-btns .readmore {
        float: left;
        border-radius: 5px;
        color: #fff;
        display: block;
        font-weight: normal;
        margin-top: 20px;
        padding: 12px 20px 12px 20px;
        border-radius: 3px;
        -khtml-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        background: #19a9e5;
        color: white;
        font-family: 'Lato', "Helvetica Neue", Helvetica,Arial, "Lucida Grande", sans-serif;
        font-size: 13px;
        font-weight: 700;
    }

        .article-btns .readmore:hover {
            background: #2496c6;
        }

    .article-btns .socials-btns {
        float: right;
        margin-top: 15px;
    }

        .article-btns .socials-btns ul {
            float: left;
        }

            .article-btns .socials-btns ul li {
                display: inline-block;
                margin: 0px 3px;
            }

                .article-btns .socials-btns ul li a {
                    display: block;
                }

                .article-btns .socials-btns ul li a {
                    display: block;
                    color: white;
                    width: 30px;
                    height: 30px;
                    text-align: center;
                    line-height: 30px;
                    border-radius: 50%;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                }

                .article-btns .socials-btns ul li:nth-child(1) a {
                    background: #55acee;
                }

                .article-btns .socials-btns ul li:nth-child(2) a {
                    background: #3b5998;
                }

                .article-btns .socials-btns ul li:nth-child(3) a {
                    background: #007bb5;
                }

                .article-btns .socials-btns ul li a:hover {
                    background: #ABAAAA;
                }

/** pagination css **/

.pgination-wrap {
    width: auto;
    float: none;
    margin-top: 20px;
    margin-bottom: 50px;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

    ul.pagination li {
        display: inline;
    }

        ul.pagination li a, ul.pagination li span {
            color: black;
            float: left;
            padding: 8px 16px;
            text-decoration: none;
        }

            ul.pagination li a.active, ul.pagination li.active span.current, ul.pagination li span.current {
                background-color: #1F9ED3;
                color: white;
            }

        ul.pagination li a, ul.pagination li span {
            color: black;
            float: left;
            padding: 8px 16px;
            text-decoration: none;
            margin: 0 4px;
            border: 1px solid #ddd;
        }

.related-post {
    width: 100%;
    float: left;
    margin-top: 30px;
    background: #f9f9f9;
    padding-top: 40px;
}

    .related-post h2 {
        width: 100%;
        float: left;
        margin-bottom: 2em;
        font-size: 1.875em;
        text-align: center;
    }

.related-article-box {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

    .related-article-box h3 {
        width: 100%;
        float: left;
    }

        .related-article-box h3 a {
            display: block;
            float: left;
            color: #323232;
            text-decoration: none;
            font-size: 17px;
            line-height: 24px;
            font-weight: bold;
        }

    .related-article-box p {
        width: 100%;
        display: block;
        float: left;
        color: #abaaaa;
        text-decoration: none;
        font-size: 16px;
        margin: 1em 0;
        line-height: 1.375;
        min-height: 85px;
    }

.btn-readmore1 {
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-weight: normal;
    margin-top: 0px;
    padding: 12px 20px 12px 20px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #19a9e5;
    color: white;
    font-family: 'Lato', "Helvetica Neue", Helvetica,Arial, "Lucida Grande", sans-serif;
    font-size: 13px;
    font-weight: 700;
}

    .btn-readmore1:hover {
        background: #2496c6;
    }

.relatedpost-nextprev {
    width: 100%;
    float: left;
}

.relatedpost {
    width: 100%;
    float: left;
    margin-top: 50px;
    margin-bottom: 50px;
}

    .relatedpost .prev_r {
        width: 100%;
        float: left;
        display: block;
        text-decoration: none;
        padding: 50px 30px;
    }

        .relatedpost .prev_r .arrow-prev {
            float: left;
            width: 25%;
            text-align: center;
        }

            .relatedpost .prev_r .arrow-prev i {
                font-size: 35px;
                color: #32CC82;
            }

        .relatedpost .prev_r .prevtext {
            width: 100%;
            float: left;
            width: 75%;
        }

            .relatedpost .prev_r .prevtext p {
                width: 100%;
                float: left;
                line-height: 22px;
                font-size: 17px;
                color: #555;
            }

            .relatedpost .prev_r .prevtext span {
                width: 100%;
                float: left;
                color: #32CC82;
            }

.border-right {
    border-right: 2px solid #D5D5D5;
}

.relatedpost .prev_r .next-text {
    width: 100%;
    float: left;
    width: 75%;
}

    .relatedpost .prev_r .next-text p {
        width: 100%;
        float: left;
        line-height: 22px;
        font-size: 17px;
        color: #555;
    }

    .relatedpost .prev_r .next-text span {
        width: 100%;
        float: left;
        color: #32CC82;
    }

.relatedpost .prev_r .arrow-next {
    float: left;
    width: 25%;
    text-align: center;
}

    .relatedpost .prev_r .arrow-next i {
        font-size: 35px;
        color: #32CC82;
    }


.example-box {
    width: 100%;
    float: left;
    margin-top: 20px;
}

    .example-box p {
        width: 100%;
        float: left;
        /*line-height: 24px;*/
        /*margin-bottom: 10px;*/
        color: #555 !important;
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        font-family: proxima-nova,sans-serif;
    }

    .example-box img {
        width: 100%;
        float: left;
        margin: 15px 0px;
    }

    .example-box h2 {
        width: 100%;
        float: left;
        margin-bottom: 20px;
        /*font-weight: 700;
        font-size: 1.5em;
        line-height: 1.333;
        margin: 1em 0;*/
        font-weight: 900;
        font-size: 32px;
        line-height: 40px;
        margin: 0 0 13px 0;
        font-family: proxima-nova,sans-serif;
    }

    .example-box h3 {
        font-weight: 700;
        font-size: 25px;
        font-family: proxima-nova,sans-serif;
    }

.author-about {
    float: left;
    width: 100%;
    border-top: 1px solid #dddddd;
    padding-top: 50px;
    margin-top: 30px;
}

.author-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid #f3f3f3;
}

.about-auth-text {
    width: 100%;
    float: left;
}

.author-heading {
    width: 100%;
    float: left;
    font-size: 1.125em;
    font-weight: 400;
    margin: 0.4em 0 0.25em;
    color: #abaaaa;
    text-transform: uppercase;
}

.author-name {
    width: 100%;
    float: left;
    font-size: 1em;
    font-weight: 400;
    margin: 0.0em 0 0.25em;
    color: #abaaaa;
}

.author-txt {
    width: 100%;
    float: left;
    font-size: 1em;
    line-height: 20px;
    font-weight: 400;
    margin: 0.0em 0 0.25em;
    color: #abaaaa;
}

.author-img img {
    width: 100px;
    height: 100%;
}

.cat-filter {
    width: 100%;
    float: left;
}

#filter {
    height: auto;
    margin-bottom: 50px;
    width: 100%;
    float: left;
}

    #filter .inner {
        border-bottom: 1px solid #e0e5e9;
        -webkit-box-shadow: 0 2px 0 0 #f6f6f8;
        -moz-box-shadow: 0 2px 0 0 #f6f6f8;
        box-shadow: 0 2px 0 0 #f6f6f8;
        position: relative;
        float: left;
        width: 100%;
    }

.inner {
    width: 100%;
}

#filter .categories {
    float: left;
    width: 100%;
}

    #filter .categories .label {
        font-size: 12px;
        line-height: 60px;
        font-weight: 600;
        color: #2f353e;
        letter-spacing: .05em;
    }

    #filter .categories a.active {
        color: #19a9e5;
    }

    #filter .categories a {
        font-size: 12px;
        line-height: 60px;
        font-weight: 700;
        color: #8e959c;
        display: inline-block;
        margin-left: 30px;
        letter-spacing: .05em;
        text-transform: uppercase;
    }

        #filter .categories a:hover {
            color: #19a9e5;
        }

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: inherit;
}

@media (min-width: 768px) and (max-width: 991px) {
    #filter .categories a {
        font-size: 12px;
        margin-left: 20px;
        font-weight: normal;
    }
}

@media (max-width:768px) {

    .relatedpost {
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .relatedpost .prev_r {
            padding: 0px 20px 50px
        }


    #blogSubHeader h2 {
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    #blogMenu {
        float: left;
        margin-top: 0px;
        padding: 0px 15px;
    }
}

@media (max-width: 540px) {
    #blogMenu a {
        margin: 22px 0 0 0px;
        float: left;
        clear: both;
    }

    #searchform input {
        border: 1px solid #CCCCCC !important;
    }

    .relatedpost .prev_r {
        padding: 0px 0px 50px
    }

        .relatedpost .prev_r .arrow-next {
            margin-top: 30px;
        }

        .relatedpost .prev_r .arrow-prev {
            margin-top: 30px;
        }

    .cat-toggle-box {
        width: auto;
        text-align: center;
        clear: both;
    }

    .subHeader {
        text-align: center;
    }

    #blogSubHeader h2 {
        text-align: center;
    }

    #blogMenu {
        text-align: center;
        width: auto;
        float: none;
        display: table;
        margin: 0 auto;
    }
}
/*.navbar .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}*/
.navbar {
    background: #ffffff;
    /*float: left;
  border-bottom: 2px solid #eaedf1;*/
}
    /*.navbar .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}*/
    /*.navbar .container-fluid .navbar-brand {
  float: left;
  margin-left: 0px;
  margin-right: 20px;
  padding: 0px 0px;
  line-height: 100%;
  height: auto;
	font-weight: bold;
	color: #009950;
}*/
    .navbar .container-fluid .navbar-brand img {
        display: block;
        float: left;
        height: 40px;
    }

    .navbar .navbar-header {
        padding: 30px 0px;
        margin: 0px;
    }

    .navbar .btn {
        -moz-outline-style: none;
        box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
        border: none;
    }

    .navbar .navbar-nav {
        /*margin-top: 20px;*/
    }

        .navbar .navbar-nav.links li a {
            line-height: 40px;
            font-size: 14px;
            color: #666666;
            font-weight: bold;
            padding: 0px 10px;
            -webkit-font-smoothing: antialiased;
        }

            .navbar .navbar-nav.links li a:hover {
                color: #00a154;
            }

        .navbar .navbar-nav.links li.dropdown.open .link {
            background: none;
            color: #00a154;
        }

        .navbar .navbar-nav.links li.dropdown a:hover {
            color: #00a154;
        }

        .navbar .navbar-nav.links li.menu-item-6546 a,
        .navbar .navbar-nav.links li.active a {
            background: none;
            color: #00a154;
        }

        .navbar .navbar-nav.links li .btn {
            float: right;
            padding: 0px 15px;
            line-height: 40px;
            margin-left: 15px;
            border: none;
            font-size: 15px;
            font-weight: bold;
            font-style: normal;
            color: #fff;
            text-transform: uppercase;
        }

            .navbar .navbar-nav.links li .btn:active {
                margin-top: 2px;
                line-height: 38px;
                outline: none;
                color: #fff;
            }

            .navbar .navbar-nav.links li .btn:hover {
                color: #ffffff;
            }

            .navbar .navbar-nav.links li .btn.signup {
                background: #0079cc;
            }

                .navbar .navbar-nav.links li .btn.signup:hover {
                    background: #0044cc;
                }

            .navbar .navbar-nav.links li .btn.login {
                background: #00a154;
            }

                .navbar .navbar-nav.links li .btn.login:hover {
                    background: #01904c;
                }

    .navbar .navbar-toggle {
        margin: 0px 0px 0px 0px;
        padding: 0px 8px 0px 8px;
        border: 2px solid #bdc3c7;
        height: 30px;
    }

        .navbar .navbar-toggle:hover {
            background: #f8f8f8;
        }

        .navbar .navbar-toggle .icon-bar {
            width: 16px;
        }

    .navbar .navbar-nav > li > .dropdown-menu {
        border-radius: 6px;
        border: 2px solid #bdc3c7;
        box-shadow: none;
        margin-top: 5px;
    }

        .navbar .navbar-nav > li > .dropdown-menu li a {
            font-size: 14px;
            line-height: 140%;
            font-weight: normal;
            padding: 3px 20px;
            white-space: nowrap;
            color: #333333;
        }

.mobile-navigation {
    float: left;
    position: fixed;
    z-index: 1001;
    vertical-align: baseline;
    height: 100% !important;
    width: 100%;
    background: #ffffff;
    padding: 0px 0px 0px 0px;
    overflow: scroll;
}

    .mobile-navigation .mobile-links {
        margin-bottom: 72px;
    }

        .mobile-navigation .mobile-links ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
        }

            .mobile-navigation .mobile-links ul li {
                text-align: left;
                width: 100%;
            }

                .mobile-navigation .mobile-links ul li.active a {
                    color: #00a154;
                }

                .mobile-navigation .mobile-links ul li a {
                    display: block;
                    padding: 0px 30px;
                    line-height: 50px;
                    font-size: 16px;
                    color: #666666;
                    font-family: ProximaNova-Bold;
                    text-decoration: none;
                    border-bottom: 1px solid #eaedf1;
                    text-transform: none;
                }

                    .mobile-navigation .mobile-links ul li a:hover {
                        background: #f8f8f8;
                        color: #00a154;
                        text-decoration: none;
                    }

                    .mobile-navigation .mobile-links ul li a.signup {
                        color: #ffffff;
                        background: #0079cc;
                        border-bottom: none;
                        line-height: 70px;
                    }

                        .mobile-navigation .mobile-links ul li a.signup:hover {
                            color: #ffffff;
                            background: #0044cc;
                        }

                    .mobile-navigation .mobile-links ul li a.login {
                        color: #ffffff;
                        background: #00a154;
                        border-bottom: none;
                        line-height: 70px;
                    }

                        .mobile-navigation .mobile-links ul li a.login:hover {
                            color: #ffffff;
                            background: #01904c;
                        }

                .mobile-navigation .mobile-links ul li .dropdown-menu {
                    float: none;
                    box-shadow: none;
                    border: none;
                    width: 100%;
                    position: relative;
                    border-top: 1px solid #eaedf1;
                }

                    .mobile-navigation .mobile-links ul li .dropdown-menu li a {
                        padding: 0px 60px;
                        font-size: 14px;
                        line-height: 40px;
                    }

.navbar-old {
    background: #fff;
    border: none;
    margin-bottom: 0px;
    border-bottom: 2px solid #eaedf1;
}

    .navbar-old .main-header {
        height: 80px;
        display: block;
        padding: 20px 30px 10px 30px;
    }

    .navbar-old .brand {
        float: left;
        display: block;
    }

        .navbar-old .brand img {
            display: block;
        }

    .navbar-old .navigation-links {
        text-align: center;
    }

        .navbar-old .navigation-links ul {
            list-style: none;
            padding: 0px;
            margin: 0px;
        }

            .navbar-old .navigation-links ul li {
                display: inline;
            }

                .navbar-old .navigation-links ul li a {
                    display: inline-block;
                    color: #666666;
                    height: 40px;
                    line-height: 36px;
                    text-transform: uppercase;
                    font-size: 16px;
                    padding: 0px 15px;
                    border-radius: 4px;
                    margin: 0px 5px;
                    border: 2px solid #fff;
                }

                    .navbar-old .navigation-links ul li a:hover {
                        background: #f8f8f8;
                        text-decoration: none;
                        color: #00a154;
                    }

                .navbar-old .navigation-links ul li.active a {
                    border: 2px solid #00a154;
                    color: #00a154;
                }

                    .navbar-old .navigation-links ul li.active a:hover {
                        background: #fff;
                    }

    .navbar-old .buttons.normal {
        float: right;
        margin-left: 30px;
    }

    .navbar-old .buttons.absolute {
        position: absolute;
        right: 30px;
    }

    .navbar-old .buttons .btn {
        float: right;
        padding: 0px 15px;
        line-height: 40px;
        margin-left: 15px;
        border: none;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        color: #fff;
        font-family: "ProximaNova-Bold";
    }

        .navbar-old .buttons .btn span {
            font-family: Arial;
        }

        .navbar-old .buttons .btn:active {
            margin-top: 2px;
            line-height: 38px;
            outline: none;
            color: #fff;
        }

        .navbar-old .buttons .btn.signup {
            background: #00a154;
        }

            .navbar-old .buttons .btn.signup:hover {
                background: #01904c;
            }

        .navbar-old .buttons .btn.login {
            background: #0079cc;
        }

            .navbar-old .buttons .btn.login:hover {
                background: #0044cc;
            }

    .navbar-old .navbar-toggle {
        border: 2px solid #ccc;
        padding: 11px 10px;
        margin: 0px 0px 0px 20px;
    }

    .navbar-old .navbar-collapse {
        border: none;
        box-shadow: none;
    }

        .navbar-old .navbar-collapse .navbar-nav {
            margin: 0px -15px 30px -15px;
        }

.mobile-navigation-old {
    border: none;
    background: #fff;
}

    .mobile-navigation-old ul {
        margin: 0px;
        list-style: none;
        padding: 0px;
    }

        .mobile-navigation-old ul li {
            border-top: 2px solid #eaedf1;
            text-align: center;
        }

            .mobile-navigation-old ul li a {
                display: block;
                text-transform: uppercase;
                padding: 0px 15px;
                line-height: 50px;
                color: #666;
                font-size: 16px;
            }

                .mobile-navigation-old ul li a:hover {
                    background: #00a154;
                    color: #fff;
                    text-decoration: none;
                }

@media (max-width: 400px) {
    .navbar .brand img {
        width: 200px;
        height: 41px;
    }
}

@media (max-width: 768px) {

    /*.navbar .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}*/
    .navbar .navbar-header {
        padding: 17px 0px;
        margin: 0px;
    }

    .navbar .navbar-nav.links li a {
        border-bottom: 1px solid #eaedf1;
    }

    .nav.pull-right {
        float: none !important;
    }

    .navbar .navbar-nav {
        margin-top: 0px;
    }

    .navbar-nav {
        margin: 0 -15px;
    }

    .navbar .navbar-nav.links li a {
        line-height: 45px;
    }

    .navbar .navbar-nav > li > .dropdown-menu {
        border-radius: 0px;
        border: 0px solid #bdc3c7;
        box-shadow: none;
        margin-top: 0px;
        padding: 0px;
    }

    .navbar .navbar-nav.links li .btn {
        float: none;
        line-height: 45px;
        margin-left: 0px;
        border: none;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
    }

    .navbar .navbar-nav > li > .dropdown-menu li a {
        padding: 12px 20px;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 0px;
    }

    .navbar-fixed-top, .navbar-fixed-bottom {
        position: static;
        display: block;
        width: 100%;
    }

    .header-container .row .col-sm-12 {
        padding: 0px;
    }

    .navbar {
        margin-bottom: 0px;
    }

        .navbar .navbar-header {
            padding-left: 0px;
            padding-right: 0px;
        }

        .navbar .navbar-nav.links li a {
            padding: 0px 15px;
        }
}

@media (min-width:769px) {
    #blogTopSection {
        /*margin-top: 78px;*/
    }
}

/** accordion css **/

.accordion-toggle:hover {
    text-decoration: none;
}

.mt_accordion {
    margin-top: 4px;
    clear: both;
    float: left;
    width: 100%;
}

    .mt_accordion .panel {
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
    }

    .mt_accordion > .panel-default > .panel-heading {
        background: white;
        padding: 0;
    }

        .mt_accordion > .panel-default > .panel-heading > .panel-title > a {
            padding: 10px 15px;
            width: 100%;
            display: block;
        }

        .mt_accordion > .panel-default > .panel-heading > .panel-title .accordion-toggle > span {
            color: #03DBF5;
            padding-right: 5px;
        }

.collapse_sub {
    display: block;
}

    .collapse_sub li {
        float: left;
        width: 100%;
        margin-bottom: 8px;
    }

        .collapse_sub li a {
            color: #333333;
            padding-left: 20px;
            display: block;
        }

        .collapse_sub li:last-child {
            margin-bottom: 0px;
        }

/******** patient handling fdr css end her **********/


/******** engineering fdr css start her **********/

.accordion-toggle:hover {
    text-decoration: none;
}

.mt_accordion {
    margin-top: 4px;
    clear: both;
    float: left;
    width: 100%;
}

    .mt_accordion .panel {
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
    }

    .mt_accordion > .panel-default > .panel-heading {
        background: white;
        padding: 0;
    }

        .mt_accordion > .panel-default > .panel-heading > .panel-title > a {
            padding: 10px 15px;
            width: 100%;
            display: block;
        }

        .mt_accordion > .panel-default > .panel-heading > .panel-title .accordion-toggle > span {
            color: #03DBF5;
            padding-right: 5px;
            float: right;
        }

.collapse_sub {
    display: block;
}

    .collapse_sub li {
        float: left;
        width: 100%;
        margin-bottom: 8px;
    }

        .collapse_sub li a {
            color: #333333;
            padding-left: 20px;
            display: block;
        }

        .collapse_sub li:last-child {
            margin-bottom: 0px;
        }

@media only screen and (max-width:768px) {
    #filter {
        width: 100%;
        margin: 20px auto;
        border: 1px solid #d8dee3;
        -khtml-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        height: 50px
    }

        #filter .inner {
            border-bottom: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            width: 100%
        }

        #filter .categories {
            float: none;
            height: 50px;
            overflow: hidden;
            padding-top: 50px;
            margin-bottom: 20px
        }

            #filter .categories a {
                line-height: 50px;
                display: block;
                margin: 0 auto;
                padding-left: 30px
            }

                #filter .categories a.active {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%
                }

            #filter .categories .label {
                display: none;
            }
}

@media only screen and (max-width:768px) and only screen and (-webkit-min-device-pixel-ratio:2),only screen and (max-width:768px) and only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (max-width:768px) and only screen and (-moz-min-device-pixel-ratio:2),only screen and (max-width:768px) and only screen and (-o-min-device-pixel-ratio:3/2),only screen and (max-width:768px) and only screen and (-o-min-device-pixel-ratio:2/1),only screen and (max-width:768px) and only screen and (min--moz-device-pixel-ratio:1.5),only screen and (max-width:768px) and only screen and (min-device-pixel-ratio:1.5),only screen and (max-width:768px) and only screen and (min-device-pixel-ratio:2) {
    #filter .categories a.active:after {
        background-image: url(../images/nav-sprite.png) no-repeat;
    }
}

@media only screen and (max-width:768px) {
    #filter .categories a.clearState {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-indent: -9999em;
        overflow: hidden
    }

        #filter .categories a.clearState:after {
            content: 'BACK TO CATEGORY';
            position: absolute;
            top: 0;
            left: 30px;
            color: #8e959c;
            display: inline-block;
            text-indent: 0
        }

    #filter .categories a.active:after {
        background-image: url(../images/nav-sprite.png) no-repeat;
    }

    #filter .categories a.active::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 26px;
        margin-top: -5px;
        height: 10px;
        width: 20px;
        background-image: url(../images/nav-sprite.png);
        background-size: 20px 76px;
        background-repeat: no-repeat;
        background-position: 0 -56px;
    }

    #filter.open .categories {
        height: auto;
        background-color: #fff;
        border: 1px solid #d8dee3;
        position: absolute;
        width: 100%;
        top: -1px;
        left: -1px;
        padding: 50px 0 0;
        box-sizing: content-box;
        -khtml-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px
    }

        #filter.open .categories a {
            border-top: 1px solid #d8dee3
        }

            #filter.open .categories a.active {
                border-top: 0
            }

                #filter.open .categories a.active:after {
                    width: 12px;
                    height: 12px;
                    margin-top: -6px;
                    right: 26px;
                    background-position: 0 -32px
                }

                #filter.open .categories a.active:hover:after {
                    background-position: 0 -44px
                }

    #filter.open .categories {
        position: relative;
        z-index: 1;
    }

    #filter .categories a.active {
        color: #19a9e5;
    }

    .categoryList {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        width: 50%;
    }

    #blogMenuContent {
        float: left;
        width: 100%;
    }

    #blogCategories {
        padding-right: 0px;
        width: 99%;
    }

    .subHeader {
        text-align: center;
    }

    #blogSubHeader h2 {
        text-align: center;
    }

    #blogMenu {
        text-align: center;
        width: auto;
        float: none;
        display: table;
        margin: 0 auto;
    }

    #searchform {
        float: left;
        width: auto;
        margin-right: 0px;
    }

    #blogMenu a {
        float: left;
        position: inherit;
        right: 0px;
    }
}

@media (max-width: 580px) {
    #blogArchives, #blogArchives2 {
        width: 50%;
        text-align: center;
    }


    #blogMenuContent {
        float: left;
        width: 100%;
        padding: 0px 15px 30px;
    }

    .categoryTitle {
        margin-top: 30px;
    }
}

.social .label {
    color: #8e959c;
    font-weight: normal;
    font-size: 11px;
    line-height: 1.8;
    padding: 0;
}

.media .label {
    color: #8e959c;
    font-weight: normal;
    font-size: 11px;
    line-height: 1.8;
    padding: 0;
}

@media (min-width:991px) and (max-width:1023px) {
    .navbar .navbar-nav.links li .btn {
        padding: 0px 10px;
        line-height: 35px;
        font-size: 12px;
    }
}

@media (min-width:861px) and (max-width:990px) {
    .navbar .navbar-nav.links li .btn {
        padding: 0px 10px;
        line-height: 35px;
        font-size: 11px;
    }

    .navbar .navbar-nav.links li a {
        font-size: 11px;
        padding: 0px 8px;
    }
}

@media (min-width:769px) and (max-width:860px) {
    .navbar .navbar-nav.links li .btn {
        padding: 0px 8px;
        line-height: 35px;
        font-size: 10px;
        margin-left: 5px;
    }

    .navbar .navbar-nav.links li a {
        font-size: 11px;
        padding: 0px 6px;
    }
    /*.navbar .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
	.navbar .container-fluid .navbar-brand {
     margin-right: 10px;
	}*/
}

@media (max-width: 420px) {
    /*START: Added by deepika to get responsive blog header image*/
    #blogTopSection {
        height: 150px;
    }

    /*END: Added by deepika to get responsive blog header image*/
    .categoryList {
        width: 100%;
    }
}

.italic {
    font-style: italic;
}
/***    END: CSS FOR BLOGS         **/


/* scroll up */
.scrollup {
    width: 40px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 22px;
    right: 20px;
    display: none;
    text-indent: -9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
    z-index: 999;
}


.call-to-action {
    position: relative;
    overflow: hidden;
    padding: 46px 50px 34px;
    text-align: center;
    /* color: white; */
    font-size: 20px;
    letter-spacing: 1px;
}

@media all and (max-width: 767px) {
    .call-to-action {
        font-size: 14px;
        padding: 26px 1px 18px;
        letter-spacing: normal;
    }
}

@media (max-width: 1024px) {
    .call-to-action {
        padding: 26px 12px 18px;
    }
}

.call-to-action h3 {
    margin-top: 10px;
    font-weight: 600;
    font-size: 25px;
    line-height: 1.5em;
    margin-bottom: 10px;
}

@media all and (max-width: 767px) {
    .call-to-action h3 {
        font-size: 1.35714286em;
        line-height: 1.85714286em;
        margin-top: 30px;
    }
}

.call-to-action a.btn {
    margin-top: 20px;
    padding: 12px 40px;
    transition: all .3s;
    margin-bottom: 6px;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}

@media (max-width: 1024px) {
    .call-to-action a.btn {
        font-size: 13px;
        height: 38px;
        line-height: 36px;
        padding: 0 24px;
    }
}



.pattern-light-1 {
    background-image: url(pattern/light-1.png)
}

.pattern-light-2 {
    background-image: url(pattern/light-2.png)
}

.pattern-light-3 {
    background-image: url(pattern/light-3.png)
}

.pattern-light-4 {
    background-image: url(pattern/light-4.png)
}

.pattern-light-5 {
    background-image: url(pattern/light-5.png)
}

.pattern-light-6 {
    background-image: url(pattern/light-6.png)
}

.pattern-light-7 {
    background-image: url(pattern/light-7.png)
}

.pattern-light-8 {
    background-image: url(pattern/light-8.png)
}

.pattern-light-9 {
    background-image: url(pattern/purple-background.png);
    border-radius: 10px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
}


    .pattern-light-9 .btn {
        background: #7839ff;
        color: white;
    }

.pattern-light-10 {
    background-image: url(pattern/blue-background.png);
    border-radius: 10px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
}

    .pattern-light-10 .btn {
        background: #0082C8;
        color: white;
    }


.pattern-light-11 {
    width: 100%;
    border-radius: 20px;
    padding: 48px 32px 48px 48px;
    background: url(pattern/blue-banner-bg-left.png) 1% 80% no-repeat,url(pattern/blue-banner-bg-right.png) 99% 80% no-repeat;
    background-color: #3b64af;
    color: white;
}

@media all and (max-width: 767px) {
    .pattern-light-9 {
        height: auto;
        background-size: cover;
    }

    .pattern-light-10 {
        height: auto;
        background-size: cover;
    }

        .pattern-light-10 h3 {
            margin-top: 0px;
        }

    .pattern-light-11 {
        padding: 26px 1px 18px;
    }

        .pattern-light-11 h3 {
            margin-top: 0px;
        }
}

@media (max-width: 1024px) {
    .pattern-light-9 {
        height: auto;
        background-size: cover;
    }

    .pattern-light-10 {
        height: auto;
        background-size: cover;
    }
}

.svg-w-20 {
    width: 20px !important;
    height: 20px !important;
    background-size: 20px 20px !important;
}

.svg-w-30 {
    width: 30px !important;
    height: 30px !important;
    background-size: 30px 30px !important;
}

.round-bg {
    padding: 2px 6px;
    border-radius: 5em;
    font-size: 18px;
    background-color: #f13f99;
    color: white;
    margin-right: 10px;
}

.BlueAnchorLink {
    color: #0066CC !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
}

    .BlueAnchorLink:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.round-number {
    display: flex;
    line-height: 1.6em;
}

.tip-block, .info-block, .recommended-block {
    /*margin: 1rem 0;*/
    border-left: 0.5rem solid;
    padding: 0.1rem 1.5rem;
    overflow-x: auto;
}

.tip-block {
    background-color: #F3FCF5;
    border-color: #28A745;
}

.info-block {
    background-color: #F2F9FF;
    border-color: #0066CC;
}

.recommended-block {
    background-color: #FEF5F7;
    border-color: #DC3545;
}


.title {
    margin-right: 0.4rem;
    font-weight: 600;
}

.tip-block p, .info-block p, .recommended-block p {
    margin: 1rem 0;
    line-height: 1.7;
    padding: 0 !important;
}

.icon-tip {
    background: url(https://dsq23938efuno.cloudfront.net/common/svg/clip-round.svg);
    width: 30px;
    height: 30px;
    display: inline-block;
    text-indent: -9999px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}

.icon-info {
    background: url(https://dsq23938efuno.cloudfront.net/common/svg/information.svg);
    width: 30px;
    height: 30px;
    display: inline-block;
    text-indent: -9999px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}


.icon-recommended {
    background: url(https://dsq23938efuno.cloudfront.net/common/svg/tick-red.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
    text-indent: -9999px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}

.ToolTipClose {
    display: none;
}

.ToolTipOpen {
    position: absolute;
    padding: 10px;
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.36);
    z-index: 1002;
    min-width: 200px;
    width: auto;
}

.ElasticSearch_Grid_background_color {
    background: #ffccaa !important;
}

.section-articles-container {
    padding-top: 25px;
}

.section-articles h1 {
    font-family: "Lato", sans-serif;
    font-size: 48px;
    padding-bottom: 15px;
}

.section-articles-list h3 {
    font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 3px;
    padding-bottom: 0;
    color: #2991a2;
    display: initial;
    padding-right: 30px;
    scroll-margin-top: 100px;
}

.section-articles-group {
    padding: 13px 10px;
    margin-top: 12px;
    padding-bottom: 0;
    padding-left: 0;
    color: #3e3e3e;
    font-size: 24px;
    margin-bottom: 12px;
}

.section-articles-list-item {
    /*border: 1px solid #e2e4e5;*/
    cursor: pointer;
    margin: 18px 0 10px;
    padding: 1em;
    margin-top: 0;
    text-decoration: none;
}

.article-list-item {
    border-bottom: 1px solid #e9eef2;
    font-size: 18px;
    padding: 15px 0;
}

.article-list-link {
    color: #0066CC;
    border-bottom: #fff 1px dotted;
    color: #0066CC;
    /*display: inline-block;*/
    margin: 0;
    padding: 0;
    line-height: 1.7em;
}

    .article-list-link:hover {
        border-bottom: #0066CC 1px dotted;
        text-decoration: none;
    }

.see-all-articles {
    display: block;
    padding: 15px 0;
    color: #d90368;
    text-decoration: none;
}




.grid-layout {
    overflow: hidden;
    margin-bottom: -2px !important
}

    .grid-layout > * {
        opacity: 0;
        transition: opacity .5s ease
    }

    .grid-layout .grid-loader {
        transition: opacity .1s ease;
        opacity: 1;
        z-index: -1
    }

    .grid-layout.grid-loaded > * {
        opacity: 1
    }

    .grid-layout.grid-loaded .grid-loader {
        opacity: 0
    }

.grid-layout, .portfolioo, .posts {
    position: relative;
    display: block;
    clear: both;
    padding: 0
}

.grid-mix-size .portfolio-item:nth-child(2n) .new-badge {
    right: 70px !important
}

.grid-mix-size .portfolio-item:nth-child(2n) > .portfolio-item-wrap {
    -webkit-transform: scale(.75);
    transform: scale(.8)
}

.grid-6-columns .grid-item, .portfolio-6-columns .portfolio-item, .post-6-columns .post-item {
    width: 16.6666666666%
}

    .grid-6-columns .grid-item.large-width, .portfolio-6-columns .portfolio-item.large-width, .post-6-columns .post-item.large-width {
        width: 33.333333333%
    }

.grid-5-columns .grid-item, .portfolio-5-columns .portfolio-item, .post-5-columns .post-item {
    width: 20%
}

    .grid-5-columns .grid-item.large-width, .portfolio-5-columns .portfolio-item.large-width, .post-5-columns .post-item.large-width {
        width: 40%
    }

.grid-4-columns .grid-item, .portfolio-4-columns .portfolio-item, .post-4-columns .post-item {
    width: 25%
}

    .grid-4-columns .grid-item.large-width, .portfolio-4-columns .portfolio-item.large-width, .post-4-columns .post-item.large-width {
        width: 50%
    }

.grid-3-columns .grid-item, .portfolio-3-columns .portfolio-item, .post-3-columns .post-item {
    width: 33.333333333%
}

    .grid-3-columns .grid-item.large-width, .portfolio-3-columns .portfolio-item.large-width, .post-3-columns .post-item.large-width {
        width: 66.6666666666%
    }

.grid-2-columns .grid-item, .portfolio-2-columns .portfolio-item, .post-2-columns .post-item {
    width: 50%
}

    .grid-2-columns .grid-item.large-width, .portfolio-2-columns .portfolio-item.large-width, .post-2-columns .post-item.large-width {
        width: 100%
    }

.grid-1-columns .grid-item, .portfolio-1-columns .portfolio-item, .post-1-columns .post-item {
    width: 100%
}

    .grid-1-columns .grid-item.large-width, .portfolio-1-columns .portfolio-item.large-width, .post-1-columns .post-item.large-width {
        width: 100%
    }

@media (max-width:1380px) {
    .grid-5-columns .grid-item, .portfolio-5-columns .portfolio-item, .post-5-columns .post-item {
        width: 25%
    }

        .grid-5-columns .grid-item.large-width, .portfolio-5-columns .portfolio-item.large-width, .post-5-columns .post-item.large-width {
            width: 50%
        }
}

@media (max-width:1024px) {
    .grid-4-columns .grid-item, .grid-5-columns .grid-item, .grid-6-columns .grid-item, .portfolio-4-columns .portfolio-item, .portfolio-5-columns .portfolio-item, .portfolio-6-columns .portfolio-item, .post-4-columns .post-item, .post-5-columns .post-item, .post-6-columns .post-item {
        width: 33.3333333333%
    }

        .grid-4-columns .grid-item.large-width, .grid-5-columns .grid-item.large-width, .grid-6-columns .grid-item.large-width, .portfolio-4-columns .portfolio-item.large-width, .portfolio-5-columns .portfolio-item.large-width, .portfolio-6-columns .portfolio-item.large-width, .post-4-columns .post-item.large-width, .post-5-columns .post-item.large-width, .post-6-columns .post-item.large-width {
            width: 66.6666666666%
        }

    .grid-2-columns .grid-item, .grid-3-columns .grid-item, .portfolio-2-columns .portfolio-item, .portfolio-3-columns .portfolio-item, .post-2-columns .post-item, .post-3-columns .post-item {
        width: 50%
    }

        .grid-2-columns .grid-item.large-width, .grid-3-columns .grid-item.large-width, .portfolio-2-columns .portfolio-item.large-width, .portfolio-3-columns .portfolio-item.large-width, .post-2-columns .post-item.large-width, .post-3-columns .post-item.large-width {
            width: 100%
        }
}

@media (max-width:767px) {
    .grid-4-columns .grid-item, .grid-5-columns .grid-item, .grid-6-columns .grid-item, .portfolio-4-columns .portfolio-item, .portfolio-5-columns .portfolio-item, .portfolio-6-columns .portfolio-item, .post-4-columns .post-item, .post-5-columns .post-item, .post-6-columns .post-item {
        width: 50%
    }

        .grid-4-columns .grid-item.large-width, .grid-5-columns .grid-item.large-width, .grid-6-columns .grid-item.large-width, .portfolio-4-columns .portfolio-item.large-width, .portfolio-5-columns .portfolio-item.large-width, .portfolio-6-columns .portfolio-item.large-width, .post-4-columns .post-item.large-width, .post-5-columns .post-item.large-width, .post-6-columns .post-item.large-width {
            width: 100%
        }

    .grid-2-columns .grid-item, .grid-3-columns .grid-item, .portfolio-2-columns .portfolio-item, .portfolio-3-columns .portfolio-item, .post-2-columns .post-item, .post-3-columns .post-item {
        width: 50%
    }

        .grid-2-columns .grid-item.large-width, .grid-3-columns .grid-item.large-width, .portfolio-2-columns .portfolio-item.large-width, .portfolio-3-columns .portfolio-item.large-width, .post-2-columns .post-item.large-width, .post-3-columns .post-item.large-width {
            width: 100%
        }
}

@media (max-width:480px) {
    .grid-2-columns .grid-item, .grid-3-columns .grid-item, .grid-4-columns .grid-item, .grid-5-columns .grid-item, .grid-6-columns .grid-item, .portfolio-2-columns .portfolio-item, .portfolio-3-columns .portfolio-item, .portfolio-4-columns .portfolio-item, .portfolio-5-columns .portfolio-item, .portfolio-6-columns .portfolio-item, .post-2-columns .post-item, .post-3-columns .post-item, .post-4-columns .post-item, .post-5-columns .post-item, .post-6-columns .post-item {
        width: 100%
    }

        .grid-2-columns .grid-item.large-width, .grid-3-columns .grid-item.large-width, .grid-4-columns .grid-item.large-width, .grid-5-columns .grid-item.large-width, .grid-6-columns .grid-item.large-width, .portfolio-2-columns .portfolio-item.large-width, .portfolio-3-columns .portfolio-item.large-width, .portfolio-4-columns .portfolio-item.large-width, .portfolio-5-columns .portfolio-item.large-width, .portfolio-6-columns .portfolio-item.large-width, .post-2-columns .post-item.large-width, .post-3-columns .post-item.large-width, .post-4-columns .post-item.large-width, .post-5-columns .post-item.large-width, .post-6-columns .post-item.large-width {
            width: 100%
        }

    .grid-xs-2-columns .grid-item, .portfolio-xs-2-columns .portfolio-item, .post-xs-2-columns .post-item {
        width: 50%
    }

        .grid-xs-2-columns .grid-item.large-width, .portfolio-xs-2-columns .portfolio-item.large-width, .post-xs-2-columns .post-item.large-width {
            width: 100%
        }

    .grid-xs-3-columns .grid-item, .portfolio-xs-3-columns .portfolio-item, .post-xs-3-columns .post-item {
        width: 33.3333333333%
    }

        .grid-xs-3-columns .grid-item.large-width, .portfolio-xs-3-columns .portfolio-item.large-width, .post-xs-3-columns .post-item.large-width {
            width: 66.6666666666%
        }

    .grid-xs-4-columns .grid-item, .portfolio-xs-4-columns .portfolio-item, .post-xs-4-columns .post-item {
        width: 25%
    }

        .grid-xs-4-columns .grid-item.large-width, .portfolio-xs-4-columns .portfolio-item.large-width, .post-xs-4-columns .post-item.large-width {
            width: 25%
        }
}

.grid-item .post-item {
    width: 100%;
    padding: 0
}

.grid-item > a > img, .grid-item > img {
    width: 100%;
    height: auto
}

.grid-item > .widget {
    margin: 0
}

.grid-item {
    height: auto !important
}


.videoicon {
    background: url('https://dsq23938efuno.cloudfront.net/common/Video.png') no-repeat;
    width: 20px;
    height: 18px;
    display: inline-block;
    text-indent: -9999px;
    background-size: 20px 18px;
    background-repeat: no-repeat;
    vertical-align: sub;
    margin-right: 5px;
}

    .videoicon:hover {
        background: url('https://dsq23938efuno.cloudfront.net/common/Video_highlight.png') no-repeat;
    }

.mobileicon {
    background: url('https://dsq23938efuno.cloudfront.net/common/svg/mobile-version.svg') no-repeat;
    width: 20px;
    height: 18px;
    display: inline-block;
    text-indent: -9999px;
    background-size: 20px 18px;
    background-repeat: no-repeat;
    vertical-align: sub;
    margin-right: 5px;
}

    .mobileicon:hover {
        background: url('https://dsq23938efuno.cloudfront.net/common/svg/mobile-version_highlight.svg') no-repeat;
        background-size: 20px 18px;
        width: 20px;
        height: 18px;
    }

.webicon {
    background: url('https://dsq23938efuno.cloudfront.net/common/svg/desktop-version_highlight.svg') no-repeat;
    width: 20px;
    height: 18px;
    display: inline-block;
    text-indent: -9999px;
    background-size: 20px 18px;
    background-repeat: no-repeat;
    vertical-align: sub;
    margin-right: 5px;
}

    .webicon:hover {
        background: url('https://dsq23938efuno.cloudfront.net/common/desktop-version.svg') no-repeat;
        background-size: 20px 18px;
        width: 20px;
        height: 18px;
    }

.article-section-header > .copyIcon {
    display: none;
}

.article-section-header:hover > .copyIcon {
    background: url('https://dsq23938efuno.cloudfront.net/common/svg/copy.svg') no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    text-indent: -9999px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    margin-left: 5px;
}

.helpcenter-search-name {
    color: #d90368;
    font-family: "Lato", Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.24;
    margin-bottom: 17px;
    text-transform: capitalize;
}

.helpcenter-search-snippet {
    color: #3e3e3e;
    font-size: 18px;
    line-height: 33px;
    padding-bottom: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.helpcenter-search-input {
    background: #fff url("images/ic-search.svg") no-repeat 20px -2px;
    background-position: 15px 5px;
    box-sizing: border-box;
    float: left;
    font-size: 1em;
    padding: 20px 0;
    padding-left: 60px;
    width: 100%;
    background-size: 32px;
    color: #3e3e3e;
}

.icon-feedback-disappointed {
    background: #fff url("https://dsq23938efuno.cloudfront.net/common/svg/feedback-disappointed.svg");
    width: 40px;
    height: 40px;
    display: inline-block;
    text-indent: -9999px;
    /*background-size: 40px 40px;*/
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 4px;
    background-color: transparent;
}

.icon-feedback-neutral {
    background: #fff url("https://dsq23938efuno.cloudfront.net/common/svg/feedback-neutral.svg");
    width: 40px;
    height: 40px;
    display: inline-block;
    text-indent: -9999px;
    /*background-size: 40px 40px;*/
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 4px;
    background-color: transparent;
}

.icon-feedback-smiley {
    background: #fff url("https://dsq23938efuno.cloudfront.net/common/svg/feedback-happy.svg");
    width: 40px;
    height: 40px;
    display: inline-block;
    text-indent: -9999px;
    /*background-size: 40px 40px;*/
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 4px;
    background-color: transparent;
}

.icon-helparticle-black {
    background: url(https://d32q2alwm0ek1h.cloudfront.net/helpcenter/images/square_black.svg);
    width: 18px;
    height: 18px;
    display: inline-flex;
    text-indent: -9999px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    margin-right: 5px
}

.icon-helparticle-red {
    background: url(https://d32q2alwm0ek1h.cloudfront.net/helpcenter/images/square_red.svg);
    width: 18px;
    height: 18px;
    display: inline-flex;
    text-indent: -9999px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    margin-right: 5px
}

.icon-helparticle-blue {
    background: url(https://d32q2alwm0ek1h.cloudfront.net/helpcenter/images/square_blue.svg);
    width: 18px;
    height: 18px;
    display: inline-flex;
    text-indent: -9999px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    margin-right: 5px
}

.icon-helparticle-green {
    background: url(https://d32q2alwm0ek1h.cloudfront.net/helpcenter/images/square_green.svg);
    width: 18px;
    height: 18px;
    display: inline-flex;
    text-indent: -9999px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    margin-right: 5px
}

.icon-helparticle-pink {
    background: url(https://d32q2alwm0ek1h.cloudfront.net/helpcenter/images/square_pink.svg);
    width: 18px;
    height: 18px;
    display: inline-flex;
    text-indent: -9999px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    margin-right: 5px
}

.icon-helparticle-purple {
    background: url(https://d32q2alwm0ek1h.cloudfront.net/helpcenter/images/square_purple.svg);
    width: 18px;
    height: 18px;
    display: inline-flex;
    text-indent: -9999px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    margin-right: 5px
}

.icon-helparticle-orange {
    background: url(https://d32q2alwm0ek1h.cloudfront.net/helpcenter/images/square_orange.svg);
    width: 18px;
    height: 18px;
    display: inline-flex;
    text-indent: -9999px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    margin-right: 5px
}

.icon-helparticle-yellow {
    background: url(https://d32q2alwm0ek1h.cloudfront.net/helpcenter/images/square_yellow.svg);
    width: 18px;
    height: 18px;
    display: inline-flex;
    text-indent: -9999px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    margin-right: 5px
}

.feedback-reaction-picker {
    backface-visibility: hidden;
    padding: 12px;
    text-align: center;
    color: #777;
    background-color: #f0f3f5;
    border-radius: 8px;
    line-height: 45px;
}

    .feedback-reaction-picker .feedback-reaction-prompt {
        text-align: center;
    }

    .feedback-reaction-picker .feedback-reaction {
        background: none;
        color: inherit;
        border: none;
        padding: 0;
        font: inherit;
        cursor: pointer;
        outline: none;
        width: 50px;
        height: 100%;
        display: inline-block;
        text-align: center;
        font-size: 32px;
        transition: transform 0.16s cubic-bezier(0.65, 0.61, 0.18, 1.8) 0.02s, filter 0.32s linear;
        cursor: pointer;
        transform-origin: 50% 60%;
    }
        /*.feedback-reaction-picker .feedback-reaction span {
            cursor: pointer;
            line-height: 55px;
        }*/

        .feedback-reaction-picker .feedback-reaction:hover, .feedback-reaction-picker .feedback-reaction:focus {
            transform: scale(1.32);
            transition: transform .04s;
        }

        .feedback-reaction-picker .feedback-reaction:active {
            transform: scale(1.4);
            transition: transform .04s;
        }

.feedback-reaction-picker-reaction-selected .feedback-reaction {
    filter: grayscale(100%);
}

.feedback-reaction-picker-reaction-selected .feedback-reaction-selected {
    filter: grayscale(0%);
    transform: scale(1.32);
}

    .feedback-reaction-picker-reaction-selected .feedback-reaction-selected:hover {
        transform: scale(1.32);
    }

    .feedback-reaction-picker-reaction-selected .feedback-reaction-selected:active {
        transform: scale(1.32);
    }

.lines-button {
    appearance: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: 0.3s;
    user-select: none;
    width: 16px;
    background: transparent;
    outline: none;
}

    .lines-button > * {
        display: block;
    }

    .lines-button:hover, .lines-button:focus {
        outline: none;
    }

    .lines-button::-moz-focus-inner {
        border: 0;
    }

.lines {
    display: inline-block;
    height: 2px;
    width: 20px;
    border-radius: 4px;
    transition: 0.3s;
    position: relative;
    top: -4px;
}

    .lines::before, .lines::after {
        display: inline-block;
        height: 2px;
        width: 20px;
        border-radius: 4px;
        transition: 0.3s;
        content: '';
        position: absolute;
        left: 0;
        transform-origin: 2.85714px center;
        width: 100%;
    }

    .lines::before {
        top: 6px;
    }

    .lines::after {
        top: -6px;
    }

    .lines, .lines:before, .lines:after {
        background-color: #111;
    }

.toggle-active .lines {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
}

.x {
    width: auto;
}

@media (max-width: 1024px) {
    a.logo-nav img {
        max-height: 80px;
        padding-bottom: 6px;
    }
}

@media (max-width: 1024px) {
    #blogTopSection_PML {
        background-size: cover;
    }
}
