/* Table of Contents
____________________________________________________
- Global
  - Body
  - Layout
  - Font
  - Text Links
  - Buttons
  - Images
  - Header
  - Sections
  - Footer

- Templates
  - Product
  - Partners
  - Company
  - Blog/Resource
  - Careers
  - Get Started
  - Support
----------------------------------------------------*/



/* Global
____________________________________________________*/

/* ---------- Purchased Fonts ---------- */

/**
 * @license
 * MyFonts Webfont Build ID 3511414, 2018-01-16T09:33:03-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: ClarikaGeometric-DemiBoldItalic by The Refinery
 * URL: https://www.myfonts.com/fonts/the-refinery/clarika/geometric-demibold-italic/
 * 
 * Webfont: ClarikaGeometric-DemiBold by The Refinery
 * URL: https://www.myfonts.com/fonts/the-refinery/clarika/geometric-demibold/
 * 
 * Webfont: ClarikaGrotesque-Light by The Refinery
 * URL: https://www.myfonts.com/fonts/the-refinery/clarika/grotesque-light/
 * 
 * Webfont: ClarikaGrotesque-LightItalic by The Refinery
 * URL: https://www.myfonts.com/fonts/the-refinery/clarika/grotesque-light-italic/
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3511414
 * Licensed pageviews: 1,000,000
 * Webfonts copyright: Copyright &#x00A9; 2017 by The Refinery LLC. All rights reserved.
 * 
 * © 2018 MyFonts Inc
*/

@import "./colors.css?v=2.2";
@import "./size.css?v=1";
@import "./bootstrap_grid.css";

@font-face {
    font-family: 'ClarikaGeometric-DemiBoldItalic';
    src: url('../../fonts/Clarika/webfonts/359476_0_0.eot');
    src: url('../../fonts/Clarika/webfonts/359476_0_0.eot?#iefix') format('embedded-opentype'),url('../../fonts/Clarika/webfonts/359476_0_0.woff2') format('woff2'),url('../../fonts/Clarika/webfonts/359476_0_0.woff') format('woff'),url('../../fonts/Clarika/webfonts/359476_0_0.ttf') format('truetype');
}

@font-face {
    font-family: 'ClarikaGeometric-DemiBold';
    src: url('../../fonts/Clarika/webfonts/359476_1_0.eot');
    src: url('../../fonts/Clarika/webfonts/359476_1_0.eot?#iefix') format('embedded-opentype'),url('../../fonts/Clarika/webfonts/359476_1_0.woff2') format('woff2'),url('../../fonts/Clarika/webfonts/359476_1_0.woff') format('woff'),url('../../fonts/Clarika/webfonts/359476_1_0.ttf') format('truetype');
}

@font-face {
    font-family: 'ClarikaGrotesque-Light';
    src: url('../../fonts/Clarika/webfonts/359476_2_0.eot');
    src: url('../../fonts/Clarika/webfonts/359476_2_0.eot?#iefix') format('embedded-opentype'),url('../../fonts/Clarika/webfonts/359476_2_0.woff2') format('woff2'),url('../../fonts/Clarika/webfonts/359476_2_0.woff') format('woff'),url('../../fonts/Clarika/webfonts/359476_2_0.ttf') format('truetype');
}


@font-face {
    font-family: 'ClarikaGrotesque-LightItalic';
    src: url('../../fonts/Clarika/webfonts/359476_3_0.eot');
    src: url('../../fonts/Clarika/webfonts/359476_3_0.eot?#iefix') format('embedded-opentype'),url('../../fonts/Clarika/webfonts/359476_3_0.woff2') format('woff2'),url('../../fonts/Clarika/webfonts/359476_3_0.woff') format('woff'),url('../../fonts/Clarika/webfonts/359476_3_0.ttf') format('truetype');
}



/* ---------- Body ---------- */

* {
    padding: 0;
}

body {
    font-family: ClarikaGeometric-DemiBold,Arial,sans-serif !important;
    font-size: 16px;
    margin: 0;
    padding: 0;
    height: 100%;
}

html {
    height: 100%;
}

.noBackground {
    background: transparent !important;
    padding-left: 0px;
}


/*h1, h2, h3, h4 {
    margin: 0px;
}*/



.container {
    width: auto;
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
}

.container-512 {
    max-width: 512px;
    margin-right: 0;
    padding-right: 20px;
    padding-left: 20px;
}

.container-1350 {
    max-width: 1320px;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto;
}

.row {
    margin-left: -20px;
    margin-right: -20px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 20px;
    padding-right: 20px;
}

/* 20px outside and 20px inside */
.row-20 {
    margin-right: -10px;
    margin-left: -10px;
}

.padding-20 {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}

/* 20px outside and 10px inside */
.row-10 {
    margin-right: -5px;
    margin-left: -5px;
}

.padding-10 {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
}

.padding-40 {
    padding: 40px 0;
}
/* 20px outside and 0px inside */

.row-no-margins {
    margin-right: 0px;
    margin-left: 0px;
}

.no-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.no-paddingBottom {
    padding-bottom: 0 !important;
}

.no-paddingTop {
    padding-top: 0 !important;
}


.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}



/* ---------- Font ---------- */

/*.HelveticaNeueLTStd-UltLt { 
    font-family: HelveticaNeueLTStd-UltLt;
    font-weight: normal;
    font-style: normal;
}
.HelveticaNeueLTStd-Th { 
    font-family: HelveticaNeueLTStd-Th;
    font-weight: normal;
    font-style: normal;
}
.HelveticaNeueLTStd-Lt { 
    font-family: HelveticaNeueLTStd-Lt;
    font-weight: normal;
    font-style: normal;
}
.HelveticaNeueLTStd-Md { 
    font-family: HelveticaNeueLTStd-Md;
    font-weight: normal;
    font-style: normal;
}
.HelveticaNeueLTStd-Bd { 
    font-family: HelveticaNeueLTStd-Bd;
    font-weight: normal;
    font-style: normal;
}
.HelveticaNeueLTStd-Blk { 
    font-family: HelveticaNeueLTStd-Blk;
    font-weight: normal;
    font-style: normal;
}

.HelveticaNeueLTStd-Hv { 
    font-family: HelveticaNeueLTStd-Hv;
    font-weight: normal;
    font-style: normal;
}

.HelveticaNeueLTStd-Roman { 
    font-family: HelveticaNeueLTStd-Roman;
    font-weight: normal;
    font-style: normal;
}*/

.ClarikaGeometric-DemiBoldItalic {
    font-family: ClarikaGeometric-DemiBoldItalic;
    font-weight: normal;
    font-style: normal;
}

.ClarikaGeometric-DemiBold {
    font-family: ClarikaGeometric-DemiBold;
    font-weight: normal;
    font-style: normal;
}

.ClarikaGrotesque-Light {
    font-family: ClarikaGrotesque-Light !important;
    font-weight: normal;
    font-style: normal;
}

.ClarikaGrotesque-LightItalic {
    font-family: ClarikaGrotesque-LightItalic;
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-size: 76px;
    line-height: 88px;
    font-weight: 500;
    font-family: ClarikaGeometric-DemiBold, Arial,sans-serif !important;
    color: #fff;
}

.h1-med {
    font-size: 70px;
    line-height: 80px;
}

.h1-small {
    font-size: 60px;
    line-height: 70px;
    font-family: ClarikaGeometric-DemiBold, Arial,sans-serif !important;
    color: #fff;
}

.h1-content {
    font-size: 52px;
    line-height: 62px;
    font-weight: 500;
    font-family: ClarikaGeometric-DemiBold, Arial,sans-serif !important;
    color: #fff;
}

h2 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 500;
    font-family: ClarikaGeometric-DemiBold, Arial,sans-serif !important;
    color: #000000;
}

    h2.big {
        font-size: 48px;
        line-height: 58px;
    }

    h2.m-big {
        font-size: 62px;
        line-height: 74px;
    }

    h2.x-big {
        font-size: 70px;
        line-height: 80px;
    }

    h2.med {
        font-size: 44px;
        line-height: 50px;
    }

    h2.smed {
        font-size: 40px;
        line-height: 40px;
    }

    h2.sm {
        font-size: 30px;
        line-height: 40px;
    }


h3 {
    font-size: 28px;
    line-height: 36px;
    color: #393839;
    font-weight: 500;
    font-family: ClarikaGeometric-DemiBold, Arial,sans-serif !important;
}

    h3.h3-content {
        color: #fff;
        font-size: 24px;
    }

h4 {
    font-size: 24px;
    line-height: 32px;
    color: #393839;
    font-weight: 500;
    font-family: ClarikaGeometric-DemiBold, Arial,sans-serif !important;
}

    h4.sm, h4.sm a {
        font-size: 22px;
        line-height: 28px;
    } 

h5 {
    font-size: 18px;
    line-height: 26px;
    color: #393839;
    font-weight: 500;
    font-family: ClarikaGeometric-DemiBold, Arial,sans-serif !important;
}
    h5.lg {
        font-size: 20px;
        line-height: 30px;
    }

p {
    font-size: 16px;
    line-height: 24px;
    color: #808285;
    font-family: ClarikaGrotesque-Light, Arial,sans-serif !important;
    font-weight: 300;
}

.p-medium p {
    font-size: 18px !important;
    line-height: 24px !important;
}


.p-bold {
    font-size: 18px;
    line-height: 24px;
    color: #393839;
    font-weight: 500;
    font-family: ClarikaGeometric-DemiBold, Arial,sans-serif !important;
}

.p-small {
    font-size: 14px;
    line-height: 20px;
    font-family: ClarikaGrotesque-Light, Arial,sans-serif !important;
    font-weight: 300;
}

.p-xsmall {
    font-size: 12px;
    line-height: 16px;
}

    .p-xsmall a {
        color: #63a5ea;
        font-size: 12px;
        line-height: 16px;
    }

.p-strong {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    font-family: ClarikaGeometric-DemiBold, Arial,sans-serif !important;
}

.p-content, .p-content p, .p-content p a {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    font-family: ClarikaGrotesque-Light, Arial,sans-serif !important;
}

    .p-content.p-french, .p-content p.p-french {
        font-size: 18px;
        line-height: 24px;
    }

.p-xbig {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    font-family: ClarikaGeometric-DemiBold, Arial,sans-serif !important;
}



h3 a {
    font-size: 28px;
    line-height: 36px;
    color: #393839;
    font-weight: 500;
    font-family: ClarikaGrotesque-Light, Arial,sans-serif !important;
}

    h3 a.blue-text {
        font-size: 24px;
        border-bottom: 5px solid #3067DB;
        padding-bottom: 3px;
    }

h2.white, h3.white, h4.white, h5.white, p.white, .white p {
    color: #ffffff !important;
}

b, strong {
    font-weight: 500;
    font-family: ClarikaGeometric-DemiBold, Arial, sans-serif !important;
}

small {
    display: block;
    line-height: 120%;
}


/* ---------- Bulleted Lists ---------- */

ul {
    padding-left: 18px;
}

    ul li, ol li {
        color: #808285;
        font-family: ClarikaGrotesque-Light, Arial, sans-serif !important;
        line-height: 24px;
    }

    ul.innerlist {
        list-style: none;
        margin: 10px 30px;
    }

.contents ul {
    margin-top: 25px;
}

    .contents ul li {
        color: #3982e9;
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 20px;
        font-family: ClarikaGeometric-DemiBold,Arial, sans-serif !important;
    }

.secondary-nav ul li, .footer ul li {
    font-family: ClarikaGeometric-DemiBold,Arial, sans-serif !important;
}

ol.alpha {
    list-style-type: lower-alpha;
}






/*ul-li a {
    color: #808285;
}*/

/* staffBio WYSIWYG */

.staffBio ul li,
.support-list ul li,
.typographyHeadline ul li {
    font-family: ClarikaGrotesque-Light, Arial,sans-serif !important;
    font-weight: 300;
}

/* ---------- Text Links ---------- */

a {
    outline: none;
    -o-transition: color .2s ease-out, background .5s ease-in;
    -ms-transition: color .2s ease-out, background .5s ease-in;
    -moz-transition: color .2s ease-out, background .5s ease-in;
    -webkit-transition: color .2s ease-out, background .5s ease-in;
    transition: color .2s ease-out, background .5s ease-in;
    color: #3067DB;
    font-size: 16px;
    display: inline-block;
}

    a:hover {
        color: #808285;
        text-decoration: none;
    }

    a:visited, a:focus, a:after, a:active {
        text-decoration: none;
    }

    a.link-sm {
        color: #808285;
        font-size: 15px;
        line-height: 18px;
        padding-bottom: 8px;
    }

        a.link-sm:hover {
            color: #3067DB;
            text-decoration: none;
        }

    a.link-lg {
        color: #808285;
        font-size: 24px;
        line-height: 32px;
    }

        a.link-lg:hover {
            color: #3067DB;
            text-decoration: none;
        }

.breadcrumb {
    background: #fff;
    padding: 0;
    margin-bottom: 15px;
}

    .breadcrumb a:after {
        content: "/";
        font-size: 24px;
        font-weight: 500;
        font-family: ClarikaGeometric-DemiBold, Arial,sans-serif !important;
        padding-left: 5px;
        color: #808285 !important;
    }

    .breadcrumb a.active:after {
        content: none;
    }

    .breadcrumb a:last-child {
        color: #3067DB;
    }

    .breadcrumb a:hover {
        color: #3067DB;
    }

/* ---------- Buttons ---------- */
a.white-btn, button.white-btn {
    background: #FFF;
    padding: 4px 25px;
    border-radius: 5px;
    text-align: center;
    color: #3067DB;
    text-decoration: none;
    font-family: ClarikaGeometric-DemiBold, Arial,sans-serif !important;
    line-height: 30px;
    font-size: 15px;
    border: none;
}

a.blue-btn, button.blue-btn {
    background: #3067DB;
    padding: 4px 25px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-family: ClarikaGeometric-DemiBold, Arial,sans-serif !important;
    line-height: 30px;
    font-size: 15px;
    border: none;
}

    a.blue-btn:hover, button.blue-btn:hover {
        background: #1e51bf;
    }

a.blue-btn-sm {
    background: #3067DB;
    padding: 6px 30px 3px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}

    a.blue-btn-sm:hover {
        background: #1e51bf;
    }

a.blue-btn.big {
    line-height: 36px;
    font-size: 18px;
    padding: 5px 52px;
    margin: 0 5px;
}

a.blue-btn.x-big {
    font-size: 20px;
    padding: 12px 65px;
}

a.blue-btn.get-started-btn {
    font-size: 16px;
    padding: 10px 30px;
    display: inline-block;
    width: 100%;
    margin-bottom: 3px;
    margin-top: 5px;
}

.blue-btn.orange {
    background: #FF1D25 !important;
    margin-right: 15px;
}

    .blue-btn.orange:hover {
        background: #d32b2b !important;
    }


.blue-btn.inactive {
    background: #E0E8FA !important;
    color: #3067DB !important;
}

    .blue-btn.inactive:hover {
        background: #3067DB !important;
        color: #ffffff !important;
    }

.blue-btn.btn-show-more {
    width: 100%;
    border-radius: 0; 
    padding: 20px 0; 
    font-size: 20px;
}




/* ---------- Images ---------- */
.img-round {
    border-radius: 50%;
}


/* ---------- Header ---------- */

/* Logo */

.logo-header,
.footerLogo img {
    height: 65px;
}

.nav-bkgd .logo-header { 
    /* height: 55px; */

}

/* Navigation */
.topHeader {
    font-size: 13px;
    color: #808285;
    padding: 15px 0px;
    overflow: visible;
    height: 55px;
    display: none;
}

    .topHeader ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        overflow: hidden;
        float: right;
    }

        .topHeader ul li {
            padding-left: 10px;
            padding-right: 10px;
            list-style: none;
            display: inline;
            color: #000000;
            font-size: 12px;
            font-weight: bold;
            line-height: 30px;
        }

            .topHeader ul li:last-child {
                padding-right: 0px;
            }

            .topHeader ul li.hoverBlue:hover {
                color: #406ab3;
            }

            .topHeader ul li a {
                color: #808285;
                text-decoration: none;
                font-weight: 500;
            }

                .topHeader ul li a:hover {
                    color: #406ab3;
                }

    .topHeader .topHeaderLink {
        font-weight: bold;
        color: #393839;
        text-decoration: none;
        color: #000000;
    }

        .topHeader .topHeaderLink:hover {
            color: #406ab3;
            text-decoration: none;
        }

.topNavigation {
    padding: 50px 0;
}

    .topNavigation ul {
        margin: 5px 0 0;
        padding: 0px;
        float: right;
        padding-top: 0px !important;
    }

        .topNavigation ul li {
            display: inline-block;
            margin-left: 15px;
            font-family: ClarikaGeometric-DemiBold,Arial,sans-serif !important;
        }

            .topNavigation ul li a:hover, .topNavigation ul li a:focus {
                color: #3067DB;
            }

.navbar-default .navbar-nav > li > a.blue-btn {
    background: #1E51BF;
    padding: 14px 35px;
    margin-top: 4px;
    line-height: 1;
    margin-right: 0; 
}

    .navbar-default .navbar-nav > li > a.blue-btn:hover {
        color: #fff;
        background: #3067DB;
    }

.nav-bkgd {
    background: #08193e !important;
}

.nav-bkgd {
    outline: none;
    -o-transition: color .2s ease-out, background .5s ease-in;
    -ms-transition: color .2s ease-out, background .5s ease-in;
    -moz-transition: color .2s ease-out, background .5s ease-in;
    -webkit-transition: color .2s ease-out, background .5s ease-in;
    transition: color .2s ease-out, background .5s ease-in;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0px;
}

#navfluid {
    padding-top: 5px;
}

.navbar-fixed-top {
    z-index: 700;
}

    .navbar-fixed-top .navbar-collapse {
        padding: 0;
    }

.navbar-default {
    background: none;
    border: none;
}

.navbar-toggle {
    background: #fff;
    border: none;
    margin-right: 0;
    margin-bottom: 34px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #373637;
}

.navbar-default .navbar-toggle:hover {
    background-color: #373637;
}

.navbar-toggle:hover .icon-bar {
    background-color: #fff;
}


.topNavigation .nav-mobile {
    display: none;
    padding: 0 10px;
    background: #10327C !important;
    margin-top: 0;
}

.topNavigation .navbar {
    margin-bottom: 0;
}



.navbar-default .navbar-nav > li > a {
    color: #fff;
    padding-bottom: 37px;
    font-size: 18px; 
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
         color: #ffffff; 
    }

.topNavigation .top-nav-logo {
    float: left;
}

.topNavigation ul.nav li {
    position: relative;
}

    .topNavigation ul.nav li ul.submenu {
        position: absolute;
        top: 63px;
        left: -35px;
        z-index: 501;
        width: auto;
    }

        .topNavigation ul.nav li ul.submenu:before {
            content: " ";
            border: 2px solid #25b9ee;
            display: block;
            max-width: 85px;
            margin-left: 48px;
        }

        .topNavigation ul.nav li ul.submenu li {
            padding: 0 45px 0 42px;
            background: #f1f1f2;
        }

            .topNavigation ul.nav li ul.submenu li:first-child {
                padding-top: 35px;
            }

            .topNavigation ul.nav li ul.submenu li:last-child {
                padding-bottom: 35px;
            }

        .topNavigation ul.nav li ul.submenu .divider {
            background-color: #f1f1f2;
            padding-top: 35px !important;
        }

        .topNavigation ul.nav li ul.submenu li,
        .topNavigation ul.nav li ul.submenu li:focus,
        .topNavigation ul.nav li ul.submenu li:hover {
            outline: none;
        }

        .topNavigation ul.nav li ul.submenu li {
            display: block;
            margin-left: 5px;
        }

        .topNavigation ul.nav li ul.submenu.megamenu {
            width: 1000px;
            margin-left: -412px;
            overflow: hidden;
        }
        .topNavigation ul.nav li ul.submenu.megamenu.french {
            margin-left: -400px;
        }

            .topNavigation ul.nav li ul.submenu.megamenu:before {
                margin-left: 460px;
            }

            .topNavigation ul.nav li ul.submenu.megamenu.french:before {
                margin-left: 445px;
            }

            .topNavigation ul.nav li ul.submenu.megamenu .column {
                width: 49%;
                float: left;
                padding: 0;
                min-height: 495px;
            }
            .topNavigation ul.nav li ul.submenu.megamenu.french .column {
                min-height: 460px;
            }
            .topNavigation ul.nav li ul.submenu.megamenu .column ul {
                margin: 0; 
                width: 100%; 
            }

            .topNavigation ul.nav li ul.submenu.megamenu li {
                margin-left: 0;
            }

                .topNavigation ul.nav li ul.submenu.megamenu li:first-child {
                    padding-top: 0;
                }

                .topNavigation ul.nav li ul.submenu.megamenu li .two-column {
                    padding: 0;
                }

                    .topNavigation ul.nav li ul.submenu.megamenu li .two-column ul {
                        float: left;
                    }

                    .topNavigation ul.nav li ul.submenu.megamenu li .two-column li {
                        padding: 0;
                    }



.topNavigation .dropdown .dropdown-menu li a {
    color: #808285;
}

.topNavigation ul.nav li ul.submenu li.menu-heading, .topNavigation ul.nav li ul.submenu li.menu-heading a {
    color: #393839;
    font-weight: 500;
    font-family: ClarikaGeometric-DemiBold, Arial,sans-serif !important;
    font-size: 16px;
    line-height: 32px;
}

.topNavigation ul.nav li ul.submenu li span,
.topNavigation ul.nav li ul.submenu li a {
    display: inline-block;
    color: #808285;
    line-height: 28px;
    white-space: nowrap;
}

    .topNavigation ul.nav li ul.submenu li a:hover {
        color: #3067DB;
    }

    .topNavigation ul.nav li ul.submenu li a.main-nav-link-blue {
        color: #3067DB;
    }

        .topNavigation ul.nav li ul.submenu li a.main-nav-link-blue:hover {
            color: #1e51bf;
        }

.topNavigation ul.nav li ul.submenu hr {
    margin: 0 0 0 5px !important;
    border: 0;
    border-top: 3px solid #393839;
    width: 100px;
    /* float: left; */
}

.topNavigation ul.nav li ul.submenu.products {
    width: 450px;
}

    .topNavigation ul.nav li ul.submenu.products h4,
    .topNavigation ul.nav li ul.submenu.products h5,
    .topNavigation ul.nav li ul.submenu.products p,
    .megamenu p, .megamenu h4, .megamenu h5 {
        margin: 0;
    }

    .topNavigation ul.nav li ul.submenu.products p, .megamenu p  {
        padding: 10px 0 15px;
    }


.nav-submenu-top-border {
    text-align: left;
    display: inline;
}

.nav-top {
    padding: 10px 0 0;
}

    .nav-top.nav-top-bkgd {
         padding-top: 10px; 
    }

    .nav-top .country-flags .country-menu .country-link, .nav-top a {font-size: 14px;}
    .topNavigation .nav-top .navbar-left ul {
        float: left;
        margin-left: -20px;
    }

    .topNavigation .nav-top .navbar-left ul li {
        margin-left: 0;
        line-height: 20px;
    }

.topNavigation .nav-top .navbar-right ul li {
    margin-left: 20px;
}

.topNavigation .nav-top img.menu-flag {
    margin-top: 0;
}

.topNavigation .nav-top ul li a {
    color: #ffffff;
}

    .topNavigation .nav-top ul li a:hover, .topNavigation .nav-top ul li a:focus {
        color: #25b9ee;
    }

.nav-top .searchicon {
    margin-top: 0;
}
/* ---------- Section ---------- */
section {
    margin: 30px 0 0;
}

    section.subPageBanner {
        padding: 0;
        margin-top: -100px;
    }

    section.secondary-nav {
        margin: 15px auto 0;
    }

    section.valuesList, section.blogContent.newsroom-press-release-content {
        margin-top: 30px;
    }

    section.allBenefits, section.staff-bios-container, section.blogContent {
        margin-top: 50px;
    }

.titleSpacing {
    padding-bottom: 20px;
}

.headingSpacing {
    padding-bottom: 40px;
}

.max-width-600 {
    max-width: 600px;
    margin: 0 auto;
}


.max-width-700 {
    max-width: 700px;
    margin: 0 auto;
}

.max-width-800 {
    max-width: 800px;
    margin: 0 auto;
}

.max-width-900 {
    max-width: 900px;
    margin: 0 auto;
}

.max-width-350 {
    max-width: 350px;
    margin: 0 auto;
}

.max-width-1180 {
    max-width: 1180px;
    margin: 0 auto;
}

.max-width-1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.max-width-1280 {
    max-width: 1280px;
    margin: 0 auto;
}

.max-width-1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.max-width-1600 {
    max-width: 1600px;
    margin: 0 auto;
}

.noBottomSpacing {
    padding-bottom: 0px;
}


/* ---------- Footer CTA ---------- */

.footer-cta {
    height: auto;
    display: table;
    width: 100%;
    background-position: center top;
    background-size: cover;
    text-align: center;
    margin: 60px auto -60px;
    padding: 90px 0; 
}

    .footer-cta .container {
        display: table-cell;
        vertical-align: middle;
    }

    .footer-cta h2,
    .footer-cta .p-strong,
    .footer-cta p,
    .footer-cta .p-strong p {
        color: #fff;
    }


    .footer-cta .p-strong {
        margin-bottom: 20px;
    }

.table-display {
    display: table-cell;
    vertical-align: middle;
}



/* ---------- Footer ---------- */

/* footer-social */

.footer .footerLogo {
    margin-bottom: 60px;
}

.footer h3 {
    font-weight: 500;
    font-size: 16px;
}

section.bottom {
    margin-bottom: 0;
}

.footer ul {
    margin: 0px;
    padding: 0px;
}

    .footer ul .divider {
        padding-top: 20px;
    }

    .footer ul li {
        list-style: none;
        font-weight: 500;
        font-size: 12px;
        clear:both;
    }

        .footer ul li:first-child {
            margin-top: 0;
        }

.mobile-padding {
    padding-top: 30px;
}

.footerTalk {
    padding-bottom: 0;
}

.nav-list-heading a {
    color: #393839;
    display: block;
    padding-bottom: 10px;
    font-size: 20px;
}

.nav-list-heading p {
    color: #393839;
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-family: ClarikaGeometric-DemiBold,Arial,sans-serif !important;
    margin-bottom: 8px;
}

.footer a:hover {
    color: #3067DB;
}

.footer-tagline p {
    max-width: 280px;
    margin-top: 0;
    font-weight: 500;
    font-family: ClarikaGeometric-DemiBold, Arial,sans-serif !important;
}

    .footer-tagline p span {
        font-weight: 900;
        color: #393839;
        font-size: 16px;
        font-weight: 500;
        font-family: ClarikaGeometric-DemiBold, Arial,sans-serif !important;
    }

/* social media links */

.socialFooter {
    float: right;
    margin-top: 48px;
}

    .socialFooter ul {
        margin: 0px;
        padding: 0px;
        padding-bottom: 10px;
        height: auto;
    }

        .socialFooter ul li {
            clear: none;
            float: left;
            font-size: 28px;
            color: #808285;
            list-style: none;
            display: table;
            margin-left: 5px;

        }
        .socialFooter ul li:hover {
            margin-bottom: 4px;
        }

            .socialFooter ul li a {
                background-color: #393839;
                text-decoration: none;
                color: #ffffff;
                text-align: center;
                width: 36px;
                height: 36px;
                border-radius: 50%;
                padding: 0;
                display: table-cell;
                vertical-align: middle;
            }

                .socialFooter ul li a:hover {
                    color: #ffffff;
                    background-color: #25b9ee;
                }

                .socialFooter ul li a i {
                    font-size: 18px;
                }

/* Footer Bottom */

.bottomFooter {
    background: #08193e;
    color: #fff;
    padding: 10px 0px;
    font-size: 12px;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 0;
}

    .bottomFooter .copyright-container,
    .bottomFooter .footer-links-container {
        display: inline-block;
    }

    .bottomFooter .footer-links-container {
        float: right;
    }

    .bottomFooter a {
        color: #FFF;
        text-decoration: none;
        font-size: 12px;
    }

        .bottomFooter a:hover {
            color: #FFF;
            text-decoration: underline;
        }

    .bottomFooter img {
        height: 15px;
    }

    .bottomFooter span {
        font-size: 12px;
    }

.countryFlags {
    float: right;
}


/* ---------- New Footer ---------- */

section.footer {
    background: #F1F2F2;
    margin-bottom: 0;
    margin-top: 60px;
    padding-bottom: 45px;
    padding-top: 45px;
}

.footerTalk {
    margin-top: 20px;
}

    .footerTalk p {
        font-size: 24px;
        line-height: 34px;
        color: #393839;
        font-family: ClarikaGeometric-DemiBold, Arial,sans-serif !important;
    }

        .footerTalk p span {
            color: #3067DB;
        }

        .footerTalk p a {
            font-size: 28px;
        }






.country-flags, .copyright-container {
    display: inline-block;
}

    .country-flags .country-menu ul li a {
        color: #393839;
    }

    .country-flags .dropup .btn-primary,
    .open > .dropdown-toggle.btn-primary:focus,
    .open > .dropdown-toggle.btn-primary:hover {
        color: #fff;
        background-color: transparent;
        border: none;
        outline: none;
    }

/* Bottom Footer */

/*.country-flags {
    position: relative;
}*/

/* Country Dropup */

.topNavigation .country-flags {
    /* display: none; */
}

    .topNavigation .country-flags .country-menu .menu-flag {
        max-width: 30px;
        margin-top: -2px;
        cursor: pointer;        
    }

    .topNavigation .country-flags .country-menu {
        padding-right: 0;
        position: relative;
        margin-bottom: -25px;
        margin-top: 8px;
        padding-bottom: 20px;
    }

        .topNavigation .country-flags .country-menu .country-link {
            padding-left: 0;
        }

        .topNavigation .country-flags .country-menu:hover .country-link {
            background: none;
        }

        .topNavigation .country-flags .country-menu ul.submenu {
            position: absolute;
            background: #f1f1f2;
            width: auto;
            left: -42px;
            top: 45px;
        }

            .topNavigation .country-flags .country-menu ul.submenu a {
                padding: 0;
                color: #808285;
                white-space: nowrap; 
            }

            .topNavigation .country-flags .country-menu ul.submenu li {
                float: none !important;
                padding: 9px 43px 9px 40px;
            }

                .topNavigation .country-flags .country-menu ul.submenu li:first-child a {
                    padding-top: 32px;
                }

                .topNavigation .country-flags .country-menu ul.submenu li:last-child a {
                    padding-bottom: 32px;
                }

.country-flags .country-menu {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 20px;
    margin-bottom: -10px;
}

    .country-flags .country-menu ul {
        margin: 0px;
        padding: 0px;
    }

        .country-flags .country-menu ul li {
            list-style: none;
        }

        .country-flags .country-menu ul.submenu {
            background: #10327C;
        }

            .country-flags .country-menu ul.submenu a {
                color: #fff;
                padding: 0 20px;
                text-decoration: none;
            }

            .country-flags .country-menu ul.submenu li:first-child a {
                padding-top: 10px;
            }

            .country-flags .country-menu ul.submenu li:last-child a {
                padding-bottom: 10px;
            }

            .country-flags .country-menu ul.submenu .menu-flag,
            .country-flags .country-menu .country-link .menu-flag {
                padding-right: 10px;
            }

    .country-flags .country-menu .country-link {
        padding-left: 20px;
        color: #fff;
        padding-bottom: 10px;
    }

    /* Country Dropup Animation */
    .country-flags .country-menu .country-link {
        -webkit-transition: background .2s ease-out;
        -moz-transition: background .2s ease-out;
        -o-transition: background .2s ease-out;
        transition: background .2s ease-out;
    }

    .country-flags .country-menu:hover .country-link {
        background: #10327C;
        -webkit-transition: background .5s ease-in;
        -moz-transition: background .5s ease-in;
        -o-transition: background .5s ease-in;
        transition: background .5s ease-in;
    }

    .country-flags .country-menu ul.submenu {
        overflow: hidden;
        max-height: 0;
        -webkit-transition: max-height 50ms ease-in;
        -moz-transition: max-height 50ms ease-in;
        -o-transition: max-height 50ms ease-in;
        transition: max-height 50ms ease-in;
        transition-delay: 0s;
        margin: 0;
    }

    .country-flags .country-menu:hover ul.submenu {
        max-height: 1000px;
        -webkit-transition: max-height 3000ms ease-out;
        -moz-transition: max-height 3000ms ease-out;
        -o-transition: max-height 3000ms ease-out;
        transition: max-height 3000ms ease-out;
    }

.topNavigation .country-flags-top {
    /* display: none; */
    float: right;
    padding-top: 3px;
    display: none;
}

    .topNavigation .country-flags-top img.menu-flag {
        max-width: 24px;
        cursor: pointer;
    }

.topNavigation ul.country-flags-mobile {
    float: left;
}

    .topNavigation ul.country-flags-mobile li a {
        color: #fff;
    }

        .topNavigation ul.country-flags-mobile li a img {
            padding-right: 20px;
            width: 50px;
            margin-top: -3px;
        }

.bottom-footer-right {
    display: inline-block;
}

/* mobile footer */

@media (max-width: 520px) {
    .copyright-container,
    .bottom-footer-right {
        display: block;
        overflow: auto;
    }
}


/* ---------- Templates ---------- */

h3 a {
    font-size: 28px;
    line-height: 36px;
    color: #393839;
    font-weight: 500;
    font-family: ClarikaGeometric-DemiBold, Arial,sans-serif !important;
}

h4 a {
    font-size: 24px;
    line-height: 32px;
    color: #393839;
    font-weight: 500;
    font-family: ClarikaGeometric-DemiBold, Arial,sans-serif !important;
}

    h4 a.blue-color {
        color: #3067DB;
    }

.iconSpacing {
    margin-bottom: 18px;
}

.icon-wrapper {
    padding-bottom: 4px;
    margin-top: 10px;
}

.icon-xs {
    width: 25px;
}

.icon-sm,
.iconSmall {
    width: 30px;
}

.icon-md,
.iconMedium {
    width: 50px;
}

.icon-md-h {
    max-height: 50px;
    min-height: 50px;
}


.icon-lg {
    width: 60px;
    height: auto;
}

.icon-lg-h {
    max-height: 60px;
}


.icon-xlg {
    width: 80px;
    height: auto;
}

.icon-xxlg {
    max-width: 100px;
    height: auto;
}

.icon-lg-h {
    max-height: 60px;
}

.seperator-vertical {
    border-right: 5px solid #f1f1f2;
}

.seperator-horizontal {
    width: 100%;
    height: 5px;
    background: #f1f1f2;
}
/* Banner Image */
.subPageBanner {
    height: 650px;
    display: table;
    width: 100%;
    background-position: center top;
    background-size: cover;
    text-align: center;
    margin: 0 auto;
    background-color: #08193E;
}

    .subPageBanner .heroContent, .subPageBanner2 .heroContent {
        display: table-cell;
        vertical-align: middle;
    }

    .subPageBanner.short-header {
        height: 450px;
    }
    .subPageBanner.short-header h1 {
        font-size: 60px;
        line-height: 70px; 
        padding-top: 100px; 
    }


    .typographyHeadline img {
        margin-bottom: 20px;
    }

.typographyHeadline .get-started-btn-black {
    margin-top: 10px;
}

/* ---------- Match card/tile height using display flex - must have same parent div ---------- */

.row.fix {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*width:100%; not always necessary*/
}

.fix .fix-height {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.row.fix [class*=col-] { /* to fix safari issue of flexwrap */
    margin-right: -1px;
    margin-left: -1px;
}

/* Product Pages fix height styles 
------------------------------------------*/
/* Products: What's New blogRoll */
.blogRoll .fix .fix-height .blog-container {
    position: relative;
    height: auto;
}

.fix .fix-height .blog-container .push-btm {
    margin-bottom: 60px;
}

.blogRoll .fix .fix-height .blog-container a.blue-btn {
    position: absolute;
    bottom: 0;
}
/* Products: Services blogRoll */
.servicesList .fix .fix-height .blog-container {
    position: relative;
    height: auto;
}

    .servicesList .fix .fix-height .blog-container .push-btm {
        margin-bottom: 60px;
    }


.fix .fix-height .valueGrayBG {
    position: relative;
}

    .fix .fix-height .valueGrayBG .push-btm {
        margin-bottom: 60px;
    }


/* noBackground  
.fix-height .noBackground  {
    display: flex;
    flex-direction: column;
}
.fix .fix-height .noBackground .push-btm {
    flex: 1 0 auto;
} */
.fix .fix-height .noBackground {
    position: relative;
}

    .fix .fix-height .noBackground .push-btm {
        margin-bottom: 60px;
    }

    .fix .fix-height .noBackground a.blue-btn {
        position: absolute;
        bottom: 0;
    }


.fix .fix-height .blog-container {
    position: relative;
}

    .fix .fix-height .blog-container .push-btm {
        margin-bottom: 60px;
    }

    .fix .fix-height .blog-container a.blue-btn {
        position: absolute;
        bottom: 0;
    }

/* valueGragBG 
.fix .fix-height .valueGrayBG {
    display: flex;
    flex-direction: column;
}
.fix .fix-height .valueGrayBG .push-btm {
    flex: 1 0 auto;
}*/
.fix .fix-height .valueGrayBG {
    position: relative;
}

    .fix .fix-height .valueGrayBG .push-btm {
        margin-bottom: 60px;
    }

    .fix .fix-height .valueGrayBG a.blue-btn {
        position: absolute;
        bottom: 0;
    }

.valuesList .singleValue .valueGrayBG {
    position: relative;
    height: auto !important;
}

    .valuesList .singleValue .valueGrayBG .push-btm {
        margin-bottom: 60px;
    }

    .valuesList .singleValue .valueGrayBG a.blue-btn,
    .valuesList .singleValue .valueNoBG .exploreButtonArrow { /*---------------*/
        position: absolute;
        bottom: 40px;
    }


/* valueNoBG 
.fix .fix-height .valueNoBG {
    display: flex;
    flex-direction: column;
}
.fix .fix-height .valueNoBG .push-btm {
    flex: 1 0 auto;
}*/
.fix .fix-height .valueNoBG {
    position: relative;
}

    .fix .fix-height .valueNoBG .push-btm {
        margin-bottom: 40px;
    }

    .fix .fix-height .valueNoBG a.blue-btn {
        position: absolute;
        bottom: 0;
    }

    .fix .fix-height .valueNoBG.no-push-btn a.blue-btn {
        position: relative;
    }





/* get started cards 
.fix-height .get-started-card {
   display: flex;
   flex-direction: column;
}
.fix-height .get-started-card .btn-btm {
    flex: 1 0 auto;
    margin-bottom: 20px;
} */
.get-started-list .get-started-section .get-started-card {
    position: relative;
}

    .get-started-list .get-started-section .get-started-card a.blue-btn {
        margin-bottom: 20px;
    }

.get-started-card h3, .pricing-card h3 {
    margin-top: 8px;
    margin-bottom: 0;
}

.pricing-card ul li {
    font-family: ClarikaGrotesque-Light, Arial, sans-serif !important;
}

/* Partner List */
.valueNoBG .partner-link-arrow {
    position: absolute;
    bottom: 50px;
}

    .valueNoBG .partner-link-arrow a {
        display: flex;
        line-height: 16px;
    }

        .valueNoBG .partner-link-arrow a i {
            margin-left: 8px;
        }

.valuesList.partner-list .singleValue h4 {
    margin-bottom: 0;
    margin-top: 5px;
}



/* newsroom cards 
.fix .fix-height .newsroomContent {
    display: flex;
    flex-direction: column;
}

.fix .fix-height .newsroomContent .push-btm {
    flex: 1 0 auto;
    margin-bottom: 20px;
}*/
.fix .fix-height .newsroomContent {
    position: relative;
    width: 100%;
}

    .fix .fix-height .newsroomContent .push-btm {
        margin-bottom: 60px;
    }

    .fix .fix-height .newsroomContent a.blue-btn,
    .fix .fix-height .newsroomContent .partner-link-arrow {
        position: absolute;
        bottom: 40px;
    }


/* Templates
____________________________________________________*/

/* ---------- Product ---------- */

/* Hero Image */

.heroSection {
    height: 800px;
    display: table;
    width: 100%;
    background-position: center top;
    background-size: cover;
    text-align: center;
    background-color: #08193E;
}

.heroContent {
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(0,0,0, 0.3);
}

section.heroSection {
    padding: 0;
    margin: -103px auto 0;
}

.heroContent h1 {
    color: #FFF;
    padding-top: 50px;
    margin-bottom: 5px;
}

.heroContent h3 {
    color: #FFF;
    margin-top: 20px;
    margin-bottom: 15px;
}

.heroSection .heroContent a:first-of-type {
    margin-right: 20px;
}

.heroContent a {
    margin-top: 10px !important;
    min-width: 180px;
    padding: 5px 25px !important;
}

/* Reasons - 3 column */

.Reasons img {
    margin-bottom: 10px;
}

/* Blog Cards No Background Section */

.blog-container {
    width: 100%;
    background: #f1f1f2;
    margin-bottom: 20px;
}

    .blog-container .p-strong {
        margin-top: 20px;
    }

    .blog-container a.blue-btn {
        /*margin-top: 10px;*/
        /*margin-bottom: 30px;*/
    }

.blog-hero { padding-top: 80px;}
.blog-hero h1 {padding-top: 0; margin-top: 0;}

.boxList { list-style: none; padding:0; margin:0 -20px 0 0;}
.boxList li {
    float: left;
    margin-right: 20px;
    
}


    .boxList li a {
        color: #797979;
        padding: 15px 30px;
        border: 2px solid #e2e3e4;
        margin-bottom: 20px;
    }

         .boxList li a:hover {
            border-color: #3982E8;
            background-color: #E8EEFB;
            color: #3982E8;
        }
        


/* Video Wrapper No Title Section */

.videoMarginWrapper {
    max-width: 647px;
    margin-left: 29px;
}

.videoPlayer {
    background-image: url('../images/getStartedBG.jpg');
    background-repeat: repeat-x;
    background-size: contain;
}



.videoInnerContainer {
    position: relative;
    display: block;
    width: 100% !important;
    height: 0;
    padding: 56.25% 0 0 0; /* This should reflect your video aspect ratio */
    /* Use the following 2 lines if you wish to make your player align centrally */
    max-width: 1000px; /* This should be the width of your player */
    margin: auto;
}

.videoOuterContainer {
    max-height: 563px; /* Set this to the height of your player */
}

    .videoOuterContainer .vidyard_player {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: 1000px; /* These should be the dimensions of your player */
        max-height: 563px;
    }

        .videoOuterContainer .vidyard_player > span {
            width: 100% !important;
            height: 100% !important;
            margin: 0 auto !important;
        }

.inline_content {
    width: 1000px !important;
    height: 563px !important;
    margin: 0 auto !important;
    width: 100%;
    max-width: 1000px;
}

.visible-inline p a {
    display: inline;
}

.vidyard_tclose {
    top: -20px !important;
    left: 95% !important;
    background-image: url(/Ceridian/media/WebsiteMedia/icon/icon-close-small-button.png) !important;
}


.video-ver-wrapper {
    min-height: 657px;
}
/* storyTransformation */
.storyTransformation {
    background: #F1F2F2;
    padding: 30px 0 60px;
}

    .storyTransformation a {
        margin-bottom: 20px;
    }

    .storyTransformation.no-bg {
        background: #ffffff;
        padding-top: 0;
    }

/* productList */

.productSnapShot {
    margin-bottom: 50px;
}

.productList .productSnapShot img {
    margin-top: 20px;
}

    .productList .productSnapShot img.flagIcon {
        margin-top: 0;
    }


.productList .productSnapShot .flagIcon {
    width: 12%;
}

.productSnapShot .blue-btn {
    margin-bottom: 30px;
    margin-top: 8px;
    margin-left: 0 !important;
}

.productList .productSnapShot a {
    font-family: ClarikaGeometric-DemiBold, Arial,sans-serif !important;
}

.small-business .section-padding {
    margin-bottom: 50px;
}

/* blogRoll */
.blog-container h3 {
    margin-top: 20px;
}

.blogRoll .blog-container h3 {
    margin-top: 0;
}

.subPageBanner2 {
    height: 800px;
    display: table;
    width: 100%;
    background-position: center top;
    background-size: cover;
    text-align: center;
    background-color: #08193E;
}

.blogRoll .blog-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    /*padding-bottom: 40px;*/
}

.blog-container .btn-btm {
    padding-bottom: 30px;
}


/* productSolutions */

.productSolutions .singleSolution img {
    margin-bottom: 10px;
}

.productSolutions .singleSolution h3 {
    margin-top: 0;
}


/* card height button bottom


/* valuesList */
.valuesList .singleValue .valueGrayBG {
    width: 100%;
    height: 100%;
    background: #f1f2f2;
    overflow: hidden;
    padding: 40px 30px;
}

.valuesList .singleValue .valueNoBG {
    width: 100%;
    height: 100%;
    /*overflow: hidden;*/
    padding: 40px 0 16px;
}

    .valuesList .singleValue .valueNoBG.no- {
        padding-top: 0;
    }


.valuesList .fix .fix-height .valueNoBG .push-btm {
    margin-bottom: 40px;
}

    .valuesList .fix .fix-height .valueNoBG .push-btm.partner-desc {
        margin-bottom: 65px;
    }

.valuesList.partner-list .singleValue .valueNoBG {
    padding: 20px 0 16px;
}

    .valuesList.partner-list .singleValue .valueNoBG .partner-logo {
        margin-bottom: 5px;
    }

/*.valuesList .valueNoBG {
    margin-bottom: 20px;
}*/
.servicesList .blog-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    /*padding-bottom: 40px;*/
}


/* allBenefits */

.allBenefits .benefitSection {
    margin-top: 15px;
}

    .allBenefits .benefitSection img {
        height: 40px;
    }

    .allBenefits .benefitSection h5 a {
        color: #393839;
        line-height: 22px;
        font-size: 18px;
    }

    .allBenefits .benefitSection ul {
        padding-left: 0;
    }

        .allBenefits .benefitSection ul li {
            list-style: none;
        }

            .allBenefits .benefitSection ul li a {
                color: #808285;
                font-family: ClarikaGrotesque-Light, Arial,sans-serif !important;
            }

                .allBenefits .benefitSection ul li a:hover {
                    color: #3067DB;
                }


/* productFeatures */

.productFeatures .singleFeature img {
    margin-bottom: 15px;
}

.productFeatures .singleFeature .valueNoBG {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 40px 0;
}

    .productFeatures .singleFeature .valueNoBG.no-btn {
        padding: 0 0 20px;
    }

    .productFeatures .singleFeature .valueNoBG h3 {
        margin-top: 0;
    }

    .productFeatures .singleFeature .valueNoBG .push-btm {
        margin-bottom: 18px;
    }

/* productFeatures no-link*/

.productFeatures.no-link .singleFeature .valueNoBG {
    padding: 0 0 20px;
}


/* Values List */

.valuesList .singleValue h3 {
    margin-top: 10px;
    line-height: 32px;
}

.valuesList .exploreButtonArrow {
    padding-top: 10px;
}

    .valuesList .exploreButtonArrow a:hover {
        color: #3067DB;
    }

/* productFeatures no-link*/

.valuesList.no-link .singleValue .valueNoBG {
    padding: 0 0 20px;
}

/* Single Product Hero */

.singleProductHero {
    padding: 30px 0px;
    background-image: url('../images/getStartedBG.jpg');
    background-repeat: repeat-x;
    background-size: contain;
}

    .singleProductHero h3 {
        color: #808285;
    }

/* featureSnips */

.featureSnips .singleSnip {
    padding: 20px !important;
}

    .featureSnips .singleSnip h5 {
        display: inline-block;
        margin: 0 auto;
    }

    .featureSnips .singleSnip .right {
        padding-top: 5px;
    }

    .featureSnips .singleSnip h5 a {
        color: #393839;
    }

    .featureSnips .singleSnip img {
        margin-right: 5px;
        height: 40px;
        width: 40px;
    }


/* ---------- Partners ---------- */

/* Partner List */

.partner-list .valueNoBG .p-strong {
    font-family: ClarikaGeometric-DemiBold, Arial,sans-serif !important;
}

p.headline-text {
    margin-top: 20px;
}

    p.headline-text.marginUp40 {
        margin-top: -40px;
        !important;
    }

.valueGrayBG .partner-link-arrow a {
    font-size: 20px;
    color: #393839;
    -webkit-appearance: none;
    display: block;
}

.valueGrayBG .partner-link-arrow {
    text-align: right;
}

.valueGrayBG .goldColor {
    color: #d8af44 !important;
    font-size: 12px;
}

.valueGrayBG .partner {
    font-size: 12px;
}

/* Partner Pages */

.partner-img {
    max-height: 50px;
    max-width: 150px;
}

/* Ceridian Form */
.ceridian-form {
    font-family: ClarikaGrotesque-Light, Arial,sans-serif !important;
}
    .ceridian-form .form-group {
        margin: 0;
    }

    .ceridian-form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 100%;
    }

    .ceridian-form .bootstrap-select .dropdown-toggle .caret {
        display: none;
    }
    .ceridian-form form .col-sm-12 {
        padding: 0;
    }

        .ceridian-form form .col-sm-12 .dropdown-menu {
            background: #ffffff;
            padding: 10px 5px;
        }

            .ceridian-form form .col-sm-12 .dropdown-menu .inner {
                position: relative;
                min-height: auto;
            }
    .ceridian-form form input.form-control,
    .ceridian-form form input[type="text"],
    .ceridian-form form input[type="password"],
    .ceridian-form form input[type="email"],
    .ceridian-form form input[type="numeric"],
    .ceridian-form form select.form-control,
    .ceridian-form form textarea.form-control,
    .ceridian-form .bootstrap-select .btn {
        margin-bottom: 8px !important;
        background: #f1f2f2 !important;
        height: auto;
        border: none !important;
        font-size: 16px !important;
        border-radius: 5px !important;
        width: 100% !important;
        padding: 20px 25px !important;
        font-family: ClarikaGeometric-DemiBold,Arial,sans-serif !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        color: #808285;
    }

        .ceridian-form .bootstrap-select .btn.dropdown-toggle {
            margin-top: 0px;
        }
        .ceridian-form .bootstrap-select .actions-btn.btn {
        width: auto !important;
        padding: 10px 20px !important;
        margin: 10px;
        margin-bottom: 10px;
        background-image: none !important;
    }

        .ceridian-form form select.form-control::-ms-expand {
            display: none;
        }


    .ceridian-form form select.form-control, .ceridian-form .bootstrap-select .btn {
        background: #f1f2f2 url(/Ceridian/media/WebsiteMedia/icon/arrow-select-grey.png) no-repeat 96% !important;
        opacity: 0.8;
    }

        .ceridian-form form select.form-control:invalid {
            color: #808285 !important;
            opacity: 0.8;
        }

    .ceridian-form form .form-control:focus,
    .ceridian-form form .form-control:valid,
    .ceridian-form .bootstrap-select .btn:hover {
        background-color: #ffffff !important;
        border: 2px solid #f1f1f1 !important;
        opacity: 1;
    }

    .ceridian-form .checkradio label, .ceridian-form .checkbox, .ceridian-form .radio {
        color: #808285;
    }

    .ceridian-form .formArea .form-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #808285 !important;
    }

    .ceridian-form .formArea .form-group input::-moz-placeholder { /* Firefox 19+ */
        color: #808285 !important;
    }

    .ceridian-form .formArea .form-group input:-ms-input-placeholder { /* IE 10+ */
        color: #808285 !important;
    }

    .ceridian-form .formArea .form-group input:-moz-placeholder { /* Firefox 18- */
        color: #808285 !important;
    }

    .ceridian-form .field-button input[type=submit] {
        background: #3067DB;
        padding: 12px 30px 9px;
        border-radius: 5px;
        text-align: center;
        color: #fff;
        border: none;
    }

    .ceridian-form .btn {
        width: 100%;
        border-radius: 5px;
        background-color: #E55353;
        border: none;
        margin-top: 8px;
        font-family: ClarikaGeometric-DemiBold !important;
        font-size: 16px;
        padding: 20px 25px;
    }


        .ceridian-form .btn:hover {
            background: #d32b2b !important;
        }


    .ceridian-form label.error {
        font-size: 12px;
        font-family: ClarikaGrotesque-Light;
        color: #cc0000;
        padding-bottom: 0;
        padding-left: 10px;
        font-weight: 400;
        width: 100%;
    }

    .ceridian-form .contactmeLabel input[type="checkbox"] {
        margin: 2px 10px;
    }

    .ceridian-form .contactmeLabel label {
        color: #808285;
        font-size: 14px;
        font-weight: normal;
        padding-top: 14px;
    }

    .ceridian-form .row.dynamicFields {
        margin-left: 0;
        margin-right: 0;
    }

    .ceridian-form .instruction {
        font-size: 14px;
        color: #808285;
        font-family: ClarikaGrotesque-LightItalic !important;
    }

    .ceridian-form .form-group.col-sm-12.privacy {
        text-align: center;
        padding-top: 10px !important;
    }

        .ceridian-form .form-group.col-sm-12.privacy a {
            font-weight: bold;
        }

    .ceridian-form #showReq{ 
        display: none; 
        padding-top: 10px; 
    }

    .fields-wrapper {
        clear: both;
    }

.form-privacy {
    padding-top: 5px !important;
}

    .form-privacy small, .form-privacy small a, .c-text.cbstyle {
        font-size: 14px;
        line-height: 18px;
    }

.get-strated-form {
    margin-top: 14px; 
}

/* ---------- Company ---------- */
/* Company Tiles */
.companyTiles .companyTile {
    position: relative;
}

.companyTiles .companyTileDetails {
    width: 100%;
    height: 100%;
    padding: 20px;
}

.companyTiles .companyTile h2 {
    color: #FFF;
    position: absolute;
    top: 30px;
    left: 40px;
    width: 80%;
}

.companyTile a {
    display: block;
}

.awards-subtitle {
    margin-bottom: 40px;
}

    .awards-subtitle a.blue-btn {
        margin: 10px auto 0;
        display: block;
    }

.blogContent p a {
    font-weight: 500;
    font-family: ClarikaGeometric-DemiBold, Arial,sans-serif !important;
    font-size: 16px;
    line-height: 24px;
    display: inline;
}

    .blogContent p a.blue-btn {
        margin-top: 10px;
        font-size: 16px;
        line-height: 30px;
        display: inline-flex;
    }


    .blogContent .featured-guests {
        max-width: 200px;
        float: left;
        margin-right: 40px;
        margin-bottom: 20px; 
    }

    .blogContent .featured-guests img {
        max-width: 200px;
        border-radius: 50%;
    }

    .blogContent blockquote {
        padding: 0;
        margin: 30px -100px;
        border-left: none;
    }

    .blogContent blockquote p {
        font-size: 34px;
        line-height: 44px;
        color: #3067DB;
        font-family: ClarikaGeometric-DemiBold,Arial, sans-serif !important;
        text-align: center;
    }

/* staff and exec bios */

.staffTile {
    overflow: auto;
    background: #f1f1f2;
}

.staffContent {
    padding: 15px 20px !important;
    height: 100%;
}

    .staffContent h3,
    .staffContent p {
        margin-bottom: 0;
    }

.staffTile p a {
    color: #393839;
}

    .staffTile p a:hover {
        color: #406ab3;
    }

.staffTestimonial h3 {
    color: #808285;
}

.staffTestimonial img {
    margin-top: 20px;
}

.exec-bios .staffBio {
    margin-bottom: 40px;
}

.staffBio h3 {
    margin-top: 10px;
}

.staffBio {
    max-width: 700px;
    margin: 0 auto;
}

    .staffBio img {
        max-width: 100px;
    }

    .staffBio a {
        color: #393839;
    }

.social-links ul {
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    height: auto;
}

    .social-links ul li {
        font-size: 28px;
        color: #808285;
        list-style: none;
        display: inline;
    }

        .social-links ul li a {
            background-color: #1A1A1A;
            text-decoration: none;
            color: #fff;
            padding: 5px;
            text-align: center;
            width: 38px;
            height: 38px;
            border-radius: 90%;
            padding: 1px 0 0;
            margin-right: 5px;
        }

            .social-links ul li a:hover {
                background-color: #BCBEC0;
                color: #fff;
            }

            .social-links ul li a i, .social-links ul li a span {
                font-size: 18px;
                line-height: 33px;
            }

.staffBio a:hover {
    text-decoration: none;
    color: #406ab3;
}


.exploreButtonArrow a {
    color: #373637;
}

/* Company Template - Newsroom */

.blogHero .newsroom-hero-content {
    display: table-cell;
    vertical-align: middle;
}

    .blogHero .newsroom-hero-content h1 {
        padding-top: 50px;
    }

    .blogHero .newsroom-hero-content .p-strong {
        padding-top: 50px;
        color: #fff;
    }

.sectionSpacing .inlineList {
    margin-bottom: 40px;
}

.inlineList li {
    display: inline;
    font-size: 18px;
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
}

    .inlineList li a {
        font-size: 18px;
        border-bottom: 4px solid #fff;
        color: #808285;
    }

        .inlineList li a:hover {
            border-bottom: 4px solid #fff;
            color: #3067DB;
        }

        .inlineList li a.active {
            border-bottom: 4px solid #3067DB;
            color: #3067DB;
        }

.newsroomContent {
    padding: 20px 0 38px;
}

    .newsroomContent h3 {
        margin-top: 0;
    }

    .newsroomContent a.blue-btn {
        margin-top: 15px;
    }

    .newsroomContent .partner-link-arrow.text-right {
        text-align: left;
    }

    .newsroomContent .partner-link-arrow a {
        margin-top: 15px;
    }

.newsroom-press-release-content .p-content,
.newsroom-press-release-content .phone-contact,
.newsroom-press-release-content .email-contact {
    display: block;
    line-height: 24px;
}

.newsroomContent .partner-link-arrow a {
    color: #3067DB;
}

span.company-post-location {
    font-weight: 700;
    color: #808285;
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;
}

/* Newsroom Press Release */

.hero-press-release {
    background: #08193E;
    margin-top: -100px;
    display: table;
    width: 100%;
    padding: 0;
    .company-corporate-detail-content;
}

    .hero-press-release .hero-press-release-content {
        display: table-cell;
        vertical-align: middle;
    }

        .hero-press-release .hero-press-release-content .p-strong {
            color: #fff;
            padding-top: 150px;
        }

        .hero-press-release .hero-press-release-content h1 {
            color: #fff;
            padding-bottom: 30px;
        }

.newsroom-press-release-content h2 {
    text-align: center;
}

/* Company Corporate */

.company-corporate-detail {
    background: #08193E;
    margin-top: -100px;
    display: table;
    width: 100%;
    padding: 0;
}

.company-corporate-detail-content {
    display: table-cell;
    vertical-align: middle;
    padding: 150px 0 40px;
}

.support-list .h1-small {
    color: #393839;
}

/* Company Awards and Events */

.company-awards-events .company-award-event-container {
    margin-bottom: 40px;
}

    .company-awards-events .company-award-event-container h4 {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .company-awards-events .company-award-event-container.events-detail h3 {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .company-awards-events .company-award-event-container.events-detail h4 {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .company-awards-events .company-award-event-container.events-detail h5 {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .company-awards-events .company-award-event-container .award-img {
        max-height: 150px;
        width: auto;
    }


/* ---------- Partner ---------- */

/* Blog styles */

.blogHero .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.blogContent ul {
    margin: 15px 0 10px 18px;
    padding: 0px;
}

    .blogContent ul li {
        font-size: 16px;
        color: #808285;
        line-height: 24px;
        font-family: ClarikaGrotesque-Light, Arial,sans-serif !important;
        list-style: disc;
        padding-bottom: 10px; 
    }

        .blogContent ul li ul li {
            font-size: 16px;
            color: #808285;
            line-height: 24px;
            font-family: ClarikaGrotesque-Light, Arial,sans-serif !important;
            list-style: circle;
        }

            .blogContent ul li ul li ul li {
                font-size: 16px;
                color: #808285;
                line-height: 24px;
                font-family: ClarikaGrotesque-Light, Arial,sans-serif !important;
                list-style: square;
            }

    .blogContent ul.morebottom li {
        padding-bottom: 7px;
    }

.blogContent .imgSpacing {
    margin-top: 25px;
    margin-bottom: 25px;
}

.blogContent h4 {
    margin-bottom: 15px;
}

.blogContent .blogAuthor {
    margin-top: 0;
    padding-bottom: 10px;
    margin-bottom: 0;
    height: auto;
    overflow: auto;
}

.blogContent img {
    width: 100%;
}

    .blogContent img.icon-xlg {
        width: 80px;
    }

.blogContent .blogAuthor img {
    margin-top: 10px;
    border-radius: 50%;
}

.join-ceridian h3 {
    margin-bottom: 15px;
    margin-top: 10px;
}

.prof-of-month img {
    max-width: 100px;
    height: auto;
}

.prof-of-month .blogContent img.bio-logo,
.exec-bios .staffBio img.bio-logo {
    max-height: 120px;
    margin: 0 0 0 20px;
    max-width: none;
}

/* Blog WYSIWYG styles */

.blogContent h1,
.blogContent h2,
.blogContent h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.blogContent h4,
.blogContent h5,
.blogContent h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.blogContent ol {
    margin: 0px;
    padding: 0px;
    margin-left: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .blogContent ol li {
        font-size: 16px;
        color: #808285;
        line-height: 24px;
        padding-bottom: 3px;
        font-family: ClarikaGrotesque-Light, Arial,sans-serif !important;
    }


/* videos */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
}

    .videoWrapper span span,
    .videoMarginWrapper span span {
        display: block;
        margin: auto;
        position: relative;
        width: 100% !important;
        height: 0 !important;
        overflow: hidden;
        padding-bottom: 56.25%;
    }

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.caseStudy {
    padding-top: 20px;
}

    .caseStudy p {
        margin-bottom: 0px;
    }

.case-study-copy h3 {
    margin-top: 0;
}

.storyTransformation img.iconSpacing {
    width: 80px;
    height: auto;
}


/* ---------- Blog/Resource ---------- */

/* Blog and Resource Pages */

.resource-hero .hero-content {
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(0,0,0, 0.3);
}

.blogHero {
    background: #08193E;
    margin-top: -100px;
    height: 250px;
    display: table;
    width: 100%;
    padding: 0;
    text-align: center;
}

    .blogHero .blogHero-content {
        display: table-cell;
        vertical-align: middle;
        padding: 120px 0 70px;
    }

        .blogHero .blogHero-content .titleSpacing {
            padding-bottom: 0;
        }


    .blogHero .socialSpacing {
        padding-top: 30px;
    }

    .blogHero.section-no-padding {
        padding: 0;
    }

    .blogHero .btn-group {
        width: 100%;
        background: #fff;
    }

        .blogHero .btn-group .btn-default {
            width: 100%;
            height: 50px;
            font-size: 20px;
        }

        .blogHero .btn-group .dropdown {
            width: 100%;
        }

            .blogHero .btn-group .dropdown .btn {
                text-align: left;
                height: 50px;
            }

                .blogHero .btn-group .dropdown .btn .fa {
                    position: absolute;
                    right: 20px;
                    font-size: 20px;
                    margin-top: 5px;
                }

.blogContent .social-links {
    padding-top: 10px;
}

.blogRollFeature .fullBlog {
    overflow: auto;
    overflow-x: hidden;
}

    .blogRollFeature .fullBlog .blog-text-container {
        padding: 10px 0 60px 1px;
    }

.blogContent .p-strong {
    font-family: ClarikaGeometric-DemiBold,Arial,sans-serif !important;
}


.blogRollFeature .fullBlog {
    position: relative;
}

.blog-text-container .btn-btm {
    padding-bottom: 18px;
    margin-top: 0;
}

.blog-text-container .p-strong {
    margin-bottom: 3px;
}

.heroImage img {
    margin: 0 auto;
}

.blogRollFeature .fullBlog .blog-text-container a.blue-btn {
    position: absolute;
    bottom: 0;
    margin-bottom: 40px;
}

.max-width-850 {
    max-width: 850px;
    margin: 0 auto;
}

.blogHero a:hover {
    color: #000;
}

.blogRollFeature {
    margin-top: 60px;
}

    .blogRollFeature h3 {
        margin-bottom: 20px;
    }

    .blogRollFeature .getStartedButton {
        margin-top: 10px;
    }

    .blogRollFeature .mergeBlogs {
        padding-left: 0px;
        padding-right: 0px;
    }

.show-more {
    padding-top: 20px;
    text-align: center;
}

.otherInterest  {
    margin-top: 50px;
    margin-bottom: 40px;
}

.otherInterest .h4 {
    margin-bottom: 15px;
}

/* Resource Dropdown Chevron animation */

.icon-rotates {
    -moz-transition: all 250ms linear;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
}

    .icon-rotates.rotate {
        -moz-transition: rotate(180deg);
        -webkit-transition: rotate(180deg);
        transition: rotate(180deg);
    }


.dropdown.open .icon-rotates {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.btn-default:hover,
.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    background-color: #fff;
}


.blogHero .dropdown {
    position: absolute;
    border: 2px solid #f1f1f2;
    border-radius: 5px;
    z-index: 500;
    left: 0;
    padding-right: 20px;
    background: #fff;
}

    .blogHero .dropdown.open {
        border: 2px solid #97B3ED;
    }

    .blogHero .dropdown button {
        padding-right: 0;
    }

    .blogHero .dropdown.open button span {
        color: #3067DB;
    }

    .blogHero .dropdown button i {
        margin-right: -8px;
        position: relative;
        z-index: 510;
    }

    .blogHero .dropdown.open button i {
        color: #3067DB;
    }

    .blogHero .dropdown .btn.active, .blogHero .dropdown .btn:active {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.blogHero .dropdown-menu {
    width: 100%;
    box-shadow: none;
    /*border: 1px solid #adadad; !important;*/
    border: none;
    position: relative;
    border-radius: 0;
    overflow-y: scroll; /* scrollbar */
    max-height: 250px; /* scrollbar */
}


    /* scrollbar */

    .blogHero .dropdown-menu::-webkit-scrollbar {
        width: 3px;
        background-color: #fff;
    }

    .blogHero .dropdown-menu::-webkit-scrollbar-track {
        background-color: #fff;
    }

    .blogHero .dropdown-menu::-webkit-scrollbar-thumb {
        background-color: #fff;
        border: 2px solid #E2E3E4;
    }



.blogHero .dropdown .btn-default,
.blogHero .dropdown .btn-default:hover,
.blogHero .dropdown .btn-default:active {
    width: 100%;
    /*box-shadow: none;*/
    border: none;
    font-size: 20px;
    background: #fff;
}

.blogHero .dropdown ul.dropdown-menu li a {
    font-size: 20px;
    color: #808285;
}

    .blogHero .dropdown ul.dropdown-menu li a:hover {
        color: #3067DB;
        background: #fff;
    }

.blogHero .dropdown-menu > li > a {
    white-space: normal;
}



/* to make images in WYSIWYG responsive */

.blogStartContent img {
    width: 100%;
    height: auto;
}


/* Resource Page Form */

.resourceForm .formArea .form-group {
    margin: 0 !important;
    padding: 0 !important;
}

.resourceForm img {
    /*box-shadow: 0px 0px 5px 0px;*/
}

/*
.resourceForm .formArea .form-group input.form-control,
.resourceForm .formArea .form-group input[type="text"], 
.resourceForm .formArea .form-group input[type="password"], 
.resourceForm .formArea .form-group input[type="email"], 
.resourceForm .formArea .form-group input[type=numeric] {
    margin-bottom: 5px !important;
    background: #f1f2f2 !important;
    height: 50px !important;
    border: none !important;
    font-size: 16px !important;
    border-radius: 5px !important;
    width: 100% !important;
    padding: 15px 20px 10px !important;
}



.resourceForm .formArea select {
    margin-bottom: 10px !important;
}

.resourceForm .formArea .form-group input.form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.resourceForm .formArea .form-group .btn {
    width: 100% !important;
    border-radius: 5 !important; 
    padding: 6px 30px 3px;
    background-color: #3067DB !important;
    color: #fff !important;
    margin-top: 10px;
 }
*/


/* Blog Detail Pages */

.blogHero-detail {
    background: #08193E;
    margin-top: -100px;
    height: 100px;
    display: table;
    width: 100%;
    padding: 0;
}

.blog-detail-content .h1-content {
    color: #393839;
}

.blog-detail-content table td {
    vertical-align: top;
    padding: 10px;
}

.otherInterest .fullNoBlog .blog-text-container {
    background: #F1F2F2;
    padding: 40px 20px 60px;
    position: relative;
}

.otherInterest .fullBlog .blog-text-container {
    padding: 20px 0 60px;
    position: relative;
}

    .otherInterest .fullNoBlog .blog-text-container a.blue-btn,
    .otherInterest .fullBlog .blog-text-container a.blue-btn {
        position: absolute;
        bottom: 0;
        margin-bottom: 40px;
    }

/* Resource Detail Pages */

.resource-hero {
    background: #08193E;
    margin-top: -100px;
    height: 650px;
    display: table;
    width: 100%;
    padding: 0;
    text-align: center;
    background-position: center top;
    background-size: cover;
}

    .resource-hero .heroContent {
        display: table-cell;
        vertical-align: middle;
    }

        .resource-hero .heroContent .p-strong {
            color: #fff;
            padding-top: 50px;
        }

        .resource-hero .heroContent h1 {
            padding-top: 0;
        }

section.resource-no-hero .p-strong {
    color: #fff;
}

.resource-no-hero {
    margin-top: -100px;
    background: #08193E;
    display: table;
    width: 100%;
    background-position: center top;
    background-size: cover;
    text-align: center;
}

    .resource-no-hero .resource-no-hero-content {
        display: table-cell;
        vertical-align: middle;
        padding: 150px 0 0;
    }

        .resource-no-hero .resource-no-hero-content h1 {
            padding-bottom: 40px;
        }

        .resource-no-hero .resource-no-hero-content .resource-image {
            max-width: 700px;
            margin: 0 auto;
        }

            .resource-no-hero .resource-no-hero-content .resource-image img {
                margin: 0 auto;
            }


/* ---------- Careers ---------- */

.careers-subheading ul.mainList {
    margin: 0px;
    padding: 0px;
    margin-left: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.careers-subheading .mainList li {
    font-size: 16px;
    color: #808285;
    line-height: 24px;
    padding-bottom: 3px;
    font-family: ClarikaGrotesque-Light, Arial,sans-serif !important;
    list-style: disc;
}

.diversity img {
    display: inline-block;
}

.joinBlock p a {
    line-height: 24px;
}

/* ---------- Get started ---------- */
section.get-started-tiles {
    background: #08193E;
    margin-top: -100px;
    display: table;
    width: 100%;
    padding: 0;
}

    section.get-started-tiles .get-started-hero-content {
        display: table-cell;
        vertical-align: middle;
        padding: 120px 0 70px;
    }

.get-started-detail {
    background: #08193E;
    margin-top: -100px;
    display: table;
    width: 100%;
    padding: 0;
}

    .get-started-detail .get-started-detail-content {
        display: table-cell;
        vertical-align: middle;
        padding: 150px 0 40px;
    }

        .get-started-detail .get-started-detail-content.short-header {
            padding-top: 71px; 
            padding-bottom: 20px;
        }

    .get-started-tiles .get-started-tile-container {
        padding-top: 15px;
    }

.get-started-tiles h4 {
    color: #fff;
    padding-top: 0;
    font-family: ClarikaGeometric-DemiBold, Arial,sans-serif !important;
    font-weight: 300;
    font-size: 21px;
    margin-top: -10px;
}

.get-started-tiles i {
    color: #fff;
}

.get-started-list .get-started-card h5 {
    margin-bottom: 0;
}

.get-started-list .get-started-card .btn-btm {
    overflow: hidden;
    margin-bottom: 5px;
}

.get-started-list .get-started-card p.contact-phone {
    font-size: 34px;
    line-height: 44px;
    color: #3067DB;
    font-family: ClarikaGeometric-DemiBold, Arial,sans-serif !important;
}

.get-started-list .get-started-card .subheading p {
    font-family: ClarikaGeometric-DemiBold, Arial,sans-serif !important;
}

.get-started-list .get-started-card .subheading p {
    margin-bottom: 1px;
    color: #393839;
}

.get-started-list .get-started-card p.btn-btm {
    color: #808285;
}

.get-started-list .get-started-card p,
.get-started-list .get-started-card span.country-flag {
    display: inline-block;
}

.get-started-section {
    padding-bottom: 0;
}

.get-started-card .country-flag img {
    width: 30px;
    padding-left: 5px;
}

.get-started-card {
    margin-bottom: 40px;
    padding-right: 20px;
}

.get-started-section .get-started-card .btn-btm a {
    line-height: 24px;
}
/* ---------- Get started subpages---------- */
section.get-started-subpage-hero {
    background: #08193E;
    margin-top: -100px;
    display: table;
    width: 100%;
    padding: 0;
}

    section.get-started-subpage-hero .get-started-subpage-content {
        display: table-cell;
        vertical-align: middle;
        padding: 150px 0 40px;
    }

        section.get-started-subpage-hero .get-started-subpage-content h3 {
            color: #fff !important;
            margin-top: 0;
        }

.pricing-list .pricing-card a.blue-link {
    font-size: 18px;
    line-height: 26px;
}

.pricing-form .form-group {
    margin: 0 !important;
}

    .pricing-form .form-group input[type=submit] {
        width: 100% !important;
    }




/* ---------- Support ---------- */

.support-list .support-section {
    margin-top: 20px;
    padding-bottom: 10px;
}

/*.support-list .support-section .employee-support {
    margin-bottom: 40px;
}*/

.support-section .subheading h4,
.support-section .subheading img {
    display: inline-block;
}


.support-list a {
    font-size: 16px;
    line-height: 24px;
    color: #3067DB;
    font-family: ClarikaGrotesque-Light, Arial,sans-serif !important;
    font-weight: 300;
}

    .support-list a:hover {
        color: #808285;
    }

    .support-list a.blue-btn {
        line-height: 30px;
        color: #fff;
        font-family: ClarikaGeometric-DemiBold,Arial,sans-serif !important;
        font-size: 15px;
        margin-top: 8px;
    }

.support-section ol {
    padding-left: 20px;
    margin-top: 20px;
}

    .support-section ol li {
        font-family: ClarikaGrotesque-Light, Arial,sans-serif !important;
        padding-bottom: 15px;
    }

.support-section .employer-support-links li a {
    font-size: 16px;
    line-height: 24px;
    color: #3067DB;
    font-family: ClarikaGrotesque-Light, Arial,sans-serif !important;
    font-weight: 300;
}

.country-flag {
    max-width: 45px;
    padding-left: 5px;
}

.support-list ul li a {
    /*display: inherit; */
}


.support-section .cus-experience {
    margin-bottom: 60px;
}

    .support-section .cus-experience h2 {
        margin-top: 0;
    }

    .support-section .cus-experience .blue-btn {
        margin-top: 10px;
    }

/* Contact */

.contact-heading {
    background: #08193E;
    margin-top: -100px;
    display: table;
    width: 100%;
    padding: 0;
}

.contact-heading-content {
    display: table-cell;
    vertical-align: middle;
    padding: 150px 0 40px;
}

.contact-list .contact-section {
    margin-top: 20px;
    padding-bottom: 10px;
}

.contact-type-container, .contact-type-container ul li {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-family: ClarikaGrotesque-Light, Arial,sans-serif !important;
    font-weight: 300;
}

.contact-section ul li {
    font-size: 16px;
    line-height: 24px;
    font-family: ClarikaGrotesque-Light, Arial,sans-serif !important;
    font-weight: 300;
}

.contact-locations .subheading {
    margin-bottom: 10px;
}

    .contact-locations .subheading h4,
    .contact-locations .subheading img {
        display: inline-block;
    }

.contact-list .country-flag {
    width: 40px;
    padding-left: 10px;
    padding-bottom: 8px;
}

.contact-list .location-contact-info {
    margin-bottom: 20px;
}

    .contact-list .location-contact-info h5,
    .contact-list .location-contact-info p {
        margin-bottom: 0;
    }

    .contact-list .location-contact-info p {
        color: #393839;
    }

    .contact-list .location-contact-info span {
        display: block;
        font-size: 16px;
        line-height: 24px;
        color: #808285;
        font-family: ClarikaGrotesque-Light, Arial,sans-serif !important;
        font-weight: 300;
    }

/* ---------- 404 page ---------- */

.not-found-hero {
    background: #08193E;
    margin-top: -100px;
    display: table;
    width: 100%;
    padding: 0;
}

.not-found-hero-content {
    display: table-cell;
    vertical-align: middle;
    padding: 90px 0 40px;
}

.not-found-content {
    margin: 200px 0 250px;
}

.not-found-contact-info {
    margin-top: 30px;
    text-align: center;
}


    .not-found-contact-info ul {
        margin: 0px;
        padding: 0px;
        display: inline-block;
        width: auto;
    }

        .not-found-contact-info ul li {
            list-style: none;
            font-weight: 500;
            float: left;
            padding: 0 20px;
        }

            .not-found-contact-info ul li img {
                vertical-align: middle;
                margin-right: 12px;
            }

            .not-found-contact-info ul li span {
                vertical-align: middle;
                padding-top: 5px;
                font-size: 18px;
            }

            .not-found-contact-info ul li .searchicon {
                margin-top: 0;
                max-width: 100%;
            }


/* ---------- Simple Shared ---------- */

.hero-no-content {
    background: #08193E;
    margin-top: -100px;
    height: 100px;
    display: table;
    width: 100%;
    padding: 0;
}


/* ---------- Other Additional---------- */

.fullGrayBlog,
.fullNoBlog {
    overflow: hidden;
}

.staffTile {
    overflow: hidden;
    width: 100%;
}

.clearfix {
    clear: both;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}




/* Newsletter Subscription */

#wrapper {
    position: relative;
    /*width:1000px;*/
    /*height:1000px;*/
    margin: 0px auto;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.1);
    transition: box-shadow 0.8s;
}

    #wrapper:hover {
        -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.3);
        -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.3);
        box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.3);
    }

.popup {
    max-width: 500px;
    height: 550px;
    bottom: -550px;
    right: 10px;
    position: fixed;
    border-radius: 5px;
    box-shadow: 0px 5px 15px 8px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
    padding: 50px 40px;
    text-align: center;
    border-top: 4px solid green;
    border-radius: 0;
    background: #f8f8f8;
    color: #000;
}

    .popup .icon {
        height: 60px;
    }

    .popup form p {
        text-align: center;
        line-height: 26px;
    }

.close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 500;
}

.ns-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 4px;
    top: 4px;
    overflow: hidden;
    text-indent: 100%;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .ns-close:hover,
    .ns-close:focus {
        outline: none;
    }

    .ns-close::before,
    .ns-close::after {
        content: '';
        position: absolute;
        width: 3px;
        height: 60%;
        top: 50%;
        left: 50%;
        background: #1f8b4d;
    }

    .ns-close:hover::before,
    .ns-close:hover::after {
        background: #fff;
    }

    .ns-close::before {
        -webkit-transform: translate(-50%,-50%) rotate(45deg);
        transform: translate(-50%,-50%) rotate(45deg);
    }

    .ns-close::after {
        -webkit-transform: translate(-50%,-50%) rotate(-45deg);
        transform: translate(-50%,-50%) rotate(-45deg);
    }

.popup .input-field {
    display: block;
}

    .popup .input-field input.select-dropdown {
        background: #f1f1f2;
        width: 100%;
    }



/* Countries */
.countriesSelect ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .countriesSelect ul li img {
        width: 20px;
        height: 20px;
        margin: 4px 6px;
    }

    .countriesSelect ul li span {
        padding: 0;
        font-size: 12px;
        line-height: normal;
    }


/* Mobile menu 

@media (min-width: 768px) {
    .mobile-dropdown {
        display: none;
    }
}

@media (max-width: 767px) {
    .mobile-dropdown > a {
        float: right;
        padding-right: 20px;
        padding-top: 8px;
    }
    .mobile-dropdown ul {
        float: left;
    }
    .mobile-dropdown a i {
        font-size: 20px;
    }
}*/


/* Remaining code from devise
-----------------------------------------------*/

.noBottomBorder {
    border-bottom: 0px !important;
}


.grayInput {
    background: #f1f1f2;
    font-family: ClarikaGeometric-DemiBold, Arial,sans-serif !important;
    font-size: 22px;
    color: #373637;
    border: 0px;
    border-radius: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
}

.marginTop3 {
    margin-top: 3px;
}

.marginTop10 {
    margin-top: 10px;
}


.blogStartContent {
    padding-top: 20px;
}



.newPosts {
    padding: 30px 0px;
}

    .newPosts .singleNewPost img {
        margin-bottom: 15px;
    }

    .newPosts .singleNewPost p {
        margin-bottom: 0px;
    }

    .newPosts .singleNewPost h5 {
        margin-top: 0px;
    }

.singleComment {
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f2;
}


.getStartedSection {
    padding: 30px 0px;
    min-width: 142px;
    background-image: url('../img/getStartedBG.jpg');
    background-repeat: repeat-x;
    background-size: contain;
}

    .getStartedSection .exploreButton {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .getStartedSection img.iconGetStarted {
        height: 80px;
        margin-bottom: 10px;
    }


.padding30 {
    padding: 30px 0px;
}

.noTopSpacing {
    padding-top: 0px;
}

/* Job posting iframe style */

.job-container {
    position: relative;
    padding-bottom: 100%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    border: 15px solid #f2f2f2;
    border-right: 2px solid #f2f2f2;
    border-radius: 5px;
    /*-webkit-overflow-scrolling: touch;
    overflow-y: scroll;*/
}

    .job-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* sup style */
sup.trademark {
    top: -.4em;
    font-family: ClarikaGrotesque-Light;
    font-size: 60%;
    padding-left: 5px;
}

    sup.trademark.french {
        top: -2em;
        font-size: 30%;
    }

.arrow-wrapper img {
    max-width: 50px;
    height: auto;
}

.career-logo {
    max-width: 150px;
}

.display-inline {
    display: inline-block;
}

.secondary-nav ul {
    margin-bottom: 0;
    padding-left: 0;
}

.Reasons h2 {
    margin-top: 0;
}

.Reasons .singleReason {
    margin-bottom: 40px;
}

.overflow {
    overflow: hidden;
}

.trustedBy img {
    max-width: 280px;
}

.searchit {
    padding-top: 5px;
    padding-right: 0;
}

.mobile-search {
    float: right;
    padding: 5px 8px;
    display: none;
}

.searchicon {
    max-width: 18px;
    cursor: pointer;
    margin-top: 10px;
}



.search-section {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    box-shadow: 0 0 0;
}

.search-section {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    background: #F9FAFB;
    height: 100%;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    border-radius: 0;
    border: 0;
    overflow: hidden;
    overflow-y: scroll;
    will-change: transform;
    opacity: 0;
}

.search-header {
    background: #fff;
    box-shadow: 0 5px 50px rgba(0,0,0,0.05);
}

.st-default-search-input {
    width: 90% !important;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 78px !important;
    font-size: 28px !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none;
    font-weight: 400;
    padding: 0 !important;
    margin: 0;
    color: #6c7987;
    font-family: ClarikaGrotesque-Light, Arial,sans-serif !important;
    background: #fff 10px 30px no-repeat url(/ceridian/media/websitemedia/icon/icon-search-on-19x20.png) !important;
    padding: 0 0 0 40px !important;
    line-height: 50px !important;
}


.search-close {
    font-size: 40px;
    font-weight: 300;
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    font-family: ClarikaGrotesque-Light, Arial,sans-serif !important;
}

    .search-close:hover {
        color: #3257ec;
    }

.st-search-container {
    padding: 40px 0;
    font-family: ClarikaGrotesque-Light, Arial,sans-serif !important;
}

.st-ui-injected-on-page-container {
    font-family: ClarikaGrotesque-Light, Arial,sans-serif !important;
    line-height: 30px;
}

a.st-ui-result .st-ui-type-detail {
    max-height: 70px !important;
    font-size: 15px !important;
}

.st-ui-type-detail-bold {
    font-size: 15px !important;
}

.st-ui-type-heading {
    font-family: ClarikaGeometric-DemiBold, Arial,sans-serif !important;
    font-size: 16px !important;
}

.search-zero-state {
    font-size: 20px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    color: #A5B4C4;
    margin-top: 50px;
}

#announcement, #promote {
    background: #08193e;
}

#announcement .bg-img {
    background-repeat: no-repeat;
    background-position: right bottom;
}


#announcement .banner-contents {
    vertical-align: middle;
    min-height: 130px;
    padding-top: 30px;
}

    #announcement p {
        color: #fff;
        padding-top: 5px;
        font-size: 24px;
        line-height: 32px;
        font-family: ClarikaGeometric-DemiBold, Arial,sans-serif !important;
    }

        #announcement p a, #announcement p span {
            font-size: 24px;
            color: #8CD7F3 !important;
        }

    #announcement .banner-contents i {
        vertical-align: middle;
        padding-left: 4px;
    }

    #announcement .banner-img {
        max-height: 130px;
    }
    #announcement .max-img-height-100 .banner-img {
        max-height: 100px;
    }

.link-block a, a.link-block {
    display: block;
}

.promote {
    background: #08193e;
    padding: 30px 0;
}

.promote img {
    max-width:220px;
}


    .promote h4 {
        color: #ffffff;
    }

    .promote h4 a {
        color: #61daff;
        text-decoration: underline;
    }

        .promote h4 a:hover {
            color: #ffffff;

        }

.newsroom table {
    font-family: ClarikaGrotesque-Light, Arial,sans-serif !important;
}

.newsroom .gnw_table {
    border-collapse: separate;
    border-spacing: 6px;
}

.newsroom .gnw_border_top_solid {
    border-top: solid black 1px !important;
}

.newsroom .gnw_border_right_solid {
    border-right: solid black 1px !important;
}

.newsroom .gnw_border_bottom_solid {
    border-bottom: solid black 1px !important;
}

.newsroom .gnw_border_left_solid {
    border-left: solid black 1px !important;
}

.newsroom .gnw_border_top_double {
    border-top: double black 3px !important;
}

.newsroom .gnw_border_right_double {
    border-right: double black 3px !important;
}

.newsroom .gnw_border_bottom_double {
    border-bottom: double black 3px !important;
}

.newsroom .gnw_border_left_double {
    border-left: double black 3px !important;
}

.newsroom .gnw_table_border_collapse {
    border-collapse: collapse !important;
}

    .newsroom .gnw_table_border_collapse td {
        font-size: 15px;
    }

    .newsroom .gnw_table_border_collapse td {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }

.newsroom .gnw_align_left {
    text-align: left !important;
    vertical-align: bottom;
}

.newsroom .gnw_float_left {
    float: left;
}

.newsroom .gnw_align_center {
    text-align: center !important;
    vertical-align: bottom;
}

.newsroom .gnw_align_right {
    text-align: right !important;
    vertical-align: bottom;
}

.newsroom .gnw_align_justify {
    text-align: justify !important;
    vertical-align: bottom;
}

.newsroom .gnw_vertical_align_top {
    vertical-align: top !important;
}

.newsroom .gnw_vertical_align_middle {
    vertical-align: middle !important;
}

.newsroom .gnw_vertical_align_bottom {
    vertical-align: bottom !important;
}

.newsroom .gnw_padding_left_none {
    padding-left: 0 !important;
}

.newsroom .gnw_padding_right_none {
    padding-right: 0 !important;
}

.newsroom .gnw_table_border_spacing {
    border-spacing: 0;
    border-collapse: separate !important;
}

.blue-text {
    color: #3067DB !important;
}

.blue-light-text {
    color: #009add !important;
}

.grey-text {
    color: #797979 !important;
}

    a .grey-text:hover, .grey-text.searchicon:hover {
        color: #3067DB !important;
    }

.submenuList {
    list-style: none;
    padding-left: 0;
    margin-bottom: 50px;
    margin-top: 20px;
}

    .submenuList li {
        font-family: ClarikaGeometric-DemiBold,Arial, sans-serif !important;
    }

    .submenuList a, .submenuList a:visited {
        color: #808285;
        line-height: 30px;
        font-size: 18px;
    }

        .submenuList a:active, .submenuList a:hover, .submenuList a.active {
            color: #3067DB;
        }

.sidebar-wrapper {
    position: relative;
    min-height: 500px;
    overflow: hidden;
}

.sidebar {
    position: fixed;
    max-width: 240px;
}

img[src*="vidassets.terminus.services"] {
    display: none !important;
}

.optanon-alert-box-wrapper * {
    font-family: ClarikaGrotesque-Light, Arial,sans-serif !important;
}

.optanon-alert-box-body a {
    padding-left: 5px;
    font-size: 14px;
}

/* Center the loader */
.loader {
    z-index: 1;
    margin: -75px 0 0 -75px;
    border: 10px solid #ffffff;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 60px auto;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0px;
        opacity: 1;
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

.successmessage {
    display: none;
    text-align: center;
    margin-top: 40px;
}

button.subscribe {
    width: 250px;
    padding: 10px;
    font-size: 16px;
}

/* New Career style */
.careers {
    margin: 0;
    padding-top: 40px;
}

.career-awards img {
    max-height: 130px;
}

.career-culture h2, .career-values h2, .career-win h2, .career-cta h2,
.career-culture h3, .career-values h3, .career-win h3, .career-cta h3,
.career-culture p, .career-values p, .career-win p, .career-cta p {
    color: #fff !important;
}

.career-intro, .career-benefits, .career-testimonial {
    padding-bottom: 60px;
}

.career-benefits-item {
    text-align: left;
    min-height: 250px;
    margin-top: 10px;
}

.col-sm-12.career-benefits-item img {
    margin-bottom: 5px;
}

.col-sm-12.career-benefits-item h4 {
    line-height: 25px;
}

.career-culture {
    background-color: #8c26f9;
    padding-bottom: 60px;
}

.career-culture-item {
    padding: 6px;
}

.career-values {
    background-color: #3882e8;
    padding-bottom: 60px;
}

.career-win {
    background-color: #3bba56;
    padding-bottom: 60px;
}

.career-win-item, .career-values-item {
    padding: 6px;
}

.career-testimonial-item {
    padding: 0;
}

.career-testimonial-item-detail {
    padding: 40px 30px 0;
}

    .career-testimonial-item-detail h3, .career-testimonial-item-detail h5, .career-testimonial-item-detail p {
        color: #ffffff !important;
    }

    .career-testimonial-item-detail h5 {
        line-height: 22px;
        margin-top: 25px;
    }

.career-testimonial-item-0 {
    background-color: #42bdef;
}

.career-testimonial-item-1 {
    background-color: #8c26f9;
}

.career-testimonial-item.left-1 {
    float: right;
}

.career-testimonial-item-2 {
    background-color: #f250c1;
}

.career-cta {
    background-color: #08193E;
    height: 260px;
}

    .career-cta a.blue-btn, button.blue-btn {
        background: #1d50bf;
    }

.campaigns .customer-logo img {
    max-width: 300px;
    max-height: 140px;
}

.video-block .customer-logo img {
    max-width: 200px;
    max-height: 120px;
}

.video-fullscreen-bg {
    background-image: url("/Ceridian/media/WebsiteMedia/hero/bg-video.jpg");
    background-position: center top;
    background-size: cover;
    min-height: 672px;
}

    .video-fullscreen-bg .videoLaptop {
        padding-top: 61px;
    }

.french-subtitle {
    margin-bottom: -60px;
}

.videoLogo {
    max-width: 240px;
}

.block-item-odd .left, .odd.left {
    float: right;
}

.block-item {
    padding: 0;
}

/* background colors*/

.bg-yellow {
    background: #ffc302;
}

.bg-grey {
    background: #f1f1f2;
}

.bg-blue {
    background: #3067DB;
}

.bg-blue-light {
    background: #3982E8 !important;
}

.bg-blue-dark {
    background: #10327c;
}

    .bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue p,
    .bg-blue-dark h1, .bg-blue-dark h2, .bg-blue-dark h3, .bg-blue-dark h4, .bg-blue-dark p,
    .font-white h1, .font-white h2, .font-white h3, .font-white h4, .font-white p, a.font-white {
        color: #ffffff !important;
    }

.font-white a {
    color: #63a5ea;
}

    .font-white a:hover {
        color: #3982e8;
    }

.dark-blue {
    color: #0f317b !important;
}

.bg-overwrap {
    padding-bottom: 400px;
}

.bg-video-laptop-only {
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 485px;
}

    .bg-video-laptop-only .videoMarginWrapper {
        padding-top: 25px;
    }

.block-item-detail {
    padding: 30px 50px 0;
}

.block-item.left {
    position: relative;
    display: inline-block;
}

    .block-item.left img {
        z-index: 9;
    }

.block-item-bg {
    background-size: cover;
    background-position: top center;
    padding: 0;
}

    .block-item-bg .inner-text {
        margin-top: 280px;
        padding: 20px 40px 33px;
    }

.opacity-orange .inner-text {
    background-color: #ff6f28;
    background: rgba(255, 111, 40);
    background: rgba(255, 111, 40, 0.8);
}

.opacity-red .inner-text {
    background-color: #ff1d25;
    background: rgba(255, 29, 37);
    background: rgba(255, 29, 37, 0.8);
}

.opacity-blue .inner-text {
    background-color: #1d50be;
    background: rgba(29, 80, 190);
    background: rgba(29, 80, 190, 0.8);
    padding: 50px 40px 70px;
}

.outer {
    position: relative;
    height: 650px;
}

.outer.form-bottom {
    height: 950px;
}

.inner {
    position: absolute;
    min-height: 300px;
    bottom: 0px;
    margin-top: 0 !important;
}

.outer.form-middle .inner {
    position: relative;
    height: 1250px;
    display: table-cell;
    vertical-align: middle; 
}

.outer.form-bottom .inner {
    bottom: 30px;
}

.video-play-button {
    background-color: #f150c0; /* Green */
    cursor: pointer;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 30%;
    left: 30%;
    z-index: 10;
    border-radius: 50%;
    text-align: center;
    opacity: .7;
}

    .video-play-button.item-1 {
        background-color: #ff6f28;
    }

    .video-play-button.item-2 {
        background-color: #ffc202;
    }

    .video-play-button.show-video-hero {
        background-color: #333333;
        opacity: .5;
        position: relative;
        top: 120px;
        left: 0;
    }

        .video-play-button.show-video-hero.top-60 {
            top: 60px;
        }

.video-play-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-left: 100px solid #ffffff;
    border-bottom: 50px solid transparent;
    top: 50px;
    left: 60px;
    opacity: 1;
}

.video-play-arrow-blue {
    background: no-repeat 0 0 url("/Ceridian/media/WebsiteMedia/icon/icon-play-blue-arrow.png");
    padding-left: 40px;
    color: #2f66da;
}

    .video-play-arrow-blue:hover {
        cursor: pointer;
        color: #0f317b;
    }

.video-play-button:hover {
    opacity: 1;
}

.video-box {
    float: left;
    -webkit-transition: all 1s ease;
    overflow: hidden;
    z-index: 998;
    display: none;
}

.video-height {
    background: #f1f2f2;
    width: 100%;
    max-height: 0;
}

.video-width {
    height: auto;
    background: #f1f2f2;
}

.video-change.video-height {
    max-height: 500px;
    height: 492px;
    padding-top: 50px;
}

.video-change.video-width {
    max-width: 100%;
}

.video-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 32px;
    height: 32px;
    opacity: 0.4;
    z-index: 1000;
}

    .video-close:hover {
        opacity: 1;
    }

    .video-close:before, .video-close:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 33px;
        width: 2px;
        background-color: #333;
    }

    .video-close:before {
        transform: rotate(45deg);
    }

    .video-close:after {
        transform: rotate(-45deg);
    }

.bg-half {
    background-size: 50% auto;
    background-repeat: no-repeat;
    margin-left: 0;
    margin-right: 0;
}

    .bg-half.left-side {
        background-position: left top;
    }

    .bg-half.right-side {
        background-position: right top;
    }

.bg-cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


#hidden_content {
    display: none;
}


.vidyard_tmask {
    opacity: 0.80 !important;
}

.inline-img img {
    max-height: 550px;
    max-width: 420px;
}

.float-right {
    float: right;
}


.flip-card {
    position: relative;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    overflow: hidden;
}
    /* -- make sure to declare a default for every property that you want animated -- */
    /* -- general styles, including Y axis rotation -- */
    .flip-card .front {
        position: absolute;
        top: 0;
        z-index: 9;
        width: 100%;
        height: auto;
        text-align: center;
        -webkit-transform: rotateX(0deg) rotateY(0deg);
        -webkit-transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        -moz-transform: rotateX(0deg) rotateY(0deg);
        -moz-transform-style: preserve-3d;
        -moz-backface-visibility: hidden;
        /* -- transition is the magic sauce for animation -- */
        -o-transition: all 1.0s ease-in-out;
        -ms-transition: all 1.0s ease-in-out;
        -moz-transition: all 1.0s ease-in-out;
        -webkit-transition: all 1.0s ease-in-out;
        transition: all 1.0s ease-in-out;
    }

    .flip-card.flip .front {
        z-index: 9;
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
    }

    .flip-card .back {
        position: absolute;
        top: 0;
        z-index: 8;
        width: 100%;
        height: 100%;
        -webkit-transform: rotateY(-180deg);
        -webkit-transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        -moz-transform: rotateY(-180deg);
        -moz-transform-style: preserve-3d;
        -moz-backface-visibility: hidden;
        /* -- transition is the magic sauce for animation -- */
        -o-transition: all 1.0s ease-in-out;
        -ms-transition: all 1.0s ease-in-out;
        -moz-transition: all 1.0s ease-in-out;
        -webkit-transition: all 1.0s ease-in-out;
        transition: all 1.0s ease-in-out;
    }

    .flip-card.flip .back {
        z-index: 10;
        -webkit-transform: rotateX(0deg) rotateY(0deg);
        -moz-transform: rotateX(0deg) rotateY(0deg);
    }

    .flip-card .back .back-inner {
        padding: 15px 30px;
    }

.panel-group .panel {
    border-radius: 0;
    margin-bottom: 10px;
    border: none;
}

.panel-heading {
    padding: 20px 20px 20px 15px;
    border-radius: 0;
}

.panel-body {
    padding: 30px 60px 50px 70px;
}

.panel-body ol {
    padding-left: 20px;
}


    .panel-body li, .panel-body p, .panel-body a {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 8px;
    }



    .panel-body a {
        display: inline;
    }

.bg-Brand-Blue .panel-title {
    padding: 5px 20px;
}
.panel-title a {
    display: block;
}

    .panel-title a:hover {
        color: #ffffff !important;
    }

.plusminus {
    float: right !important;
    background: 0 0 no-repeat url('/Ceridian/media/WebsiteMedia/icon/icon-minimize.svg');
    padding: 18px;
    margin-top: 0;
}

    .plusminus.in {
        background-image: url('/Ceridian/media/WebsiteMedia/icon/icon-expand.svg');
    }

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
    text-decoration: none;
}


.parallax {
    /* Set a specific height */
    min-height: 505px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
}

.section-bg {
    background-position: center top;
    background-size: cover;
}

.submenu-btn {
    padding: 40px 0 40px 25px;
    margin: 5px;
    border-radius: 5px;
}

    .submenu-btn a {
        font-size: 24px;
        line-height: 40px;
    }

    .submenu-btn:hover {
        background-color: #3cba57 !important;
    }

.bg-Lime:hover {
    background-color: #0caf2b !important;
}

.submenu-btn span { padding-right:0; }
.swiper-container {padding-bottom: 25px; }
.swiper-pagination { bottom: 0px !important; }
.search-results {
    overflow: hidden;
}


.blog-main {
    background-image: url('/Ceridian/media/WebsiteMedia/hero/blog/hero-blog-main.jpg');
}

.categroy-Ceridian {
    background-image: url('/Ceridian/media/WebsiteMedia/hero/blog/hero-blog-category-Ceridian.jpg');
}

.categroy-Best-Practices {
    background-image: url('/Ceridian/media/WebsiteMedia/hero/blog/hero-blog-category-Best-Practices.jpg');
}

.categroy-Compliance-and-Legislation {
    background-image: url('/Ceridian/media/WebsiteMedia/hero/blog/hero-blog-category-Compliance-and-Legislation.jpg');
}
.categroy-Culture {
    background-image: url('/Ceridian/media/WebsiteMedia/hero/blog/hero-blog-category-Culture.jpg');
}
.categroy-Employee-Experience {
    background-image: url('/Ceridian/media/WebsiteMedia/hero/blog/hero-blog-category-Employee-Experience.jpg');
}

.categroy-Human-Capital-Management {
    background-image: url('/Ceridian/media/WebsiteMedia/hero/blog/hero-blog-category-Human-Capital-Management.jpg');
}

.categroy-Learning-and-Training {
    background-image: url('/Ceridian/media/WebsiteMedia/hero/blog/hero-blog-category-Learning-and-Training.jpg');
}

.categroy-Recruitment {
    background-image: url('/Ceridian/media/WebsiteMedia/hero/blog/hero-blog-category-Recruitment.jpg');
}

.categroy-Small-Business {
    background-image: url('/Ceridian/media/WebsiteMedia/hero/blog/hero-blog-category-Small-Business.jpg');
}

.categroy-Leaders-at-work {
    background-image: url('/Ceridian/media/WebsiteMedia/hero/blog/hero-blog-category-Thought-Leadership-Series.jpg');
}

.categroy-COVID-19-Central {
    background-image: url('/Ceridian/media/WebsiteMedia/hero/blog/hero-blog-category-COVID-19-Central.jpg');
}

.categroy-covid-19-central {
    background-image: url('/Ceridian/media/WebsiteMedia/hero/blog/hero-blog-category-COVID-19-Central.jpg');
}

.categroy-Return-to-work {
    background-image: url('/Ceridian/media/WebsiteMedia/hero/blog/hero-blog-category-Return-to-work.jpg');
}

.border-bottom-line { border-bottom: solid ;}
.solutions .col-sm-4 {margin-bottom: 40px; }

table.features { width: 100%; }
    table.features td {
        padding: 8px 15px;
        border-bottom: 2px solid #e2e3e4;
        border-right: 2px solid #e2e3e4;
        font-family: 'ClarikaGeometric-DemiBold';
        font-size: 16px;
        text-align: center;
        color: #808285;
    }

        table.features td.header {
            border-top: 2px solid #e2e3e4;
            width: 15%;
            font-size: 20px;
            color: #393839;
        }
            table.features td.header.main {
                border-top: none; 
                border-left: none;
                width: 40%;
                
            }

        table.features td.subject {
            border-left: 2px solid #e2e3e4;
            text-align: left;
            font-size: 20px;
            color: #393839;
            font-size: 18px;
        }

        table.features td i {
            font-size: 12px;
            color: #5683e2; 
        }
        table.features td span {
            margin-right:-15px;
            color: #5683e2;
        } 

        .fr-letter-spacing { letter-spacing: -.5px; }

.valuesList .singleValue .valueGrayBG.paddingRight0 { padding-right: 0px !important; }


#ot-sdk-cookie-policy .ot-sdk-cookie-policy-group {
    color: #393839 !important;
    font-size: 24px !important;
    padding: 20px 0 10px;
}

#ot-sdk-cookie-policy h6.cookies-used-header {
    font-size: 16px !important;
    padding: 10px 0 !important;
    color: #808285;
}

#ot-sdk-cookie-policy table {
    width: 100% !important;
    margin: 30px 0 !important;
}

#ot-sdk-cookie-policy th {
    color: #808285 !important;
}

#ot-sdk-cookie-policy .table-header.host {
    width: 40%;
}

#ot-sdk-btn {
    cursor: pointer !important;
}

#onetrust-pc-sdk .category-vendors-list-handler, #onetrust-pc-sdk .category-host-list-handler,
#onetrust-pc-sdk #pc-policy-text, #onetrust-pc-sdk #cookie-preferences h4, #onetrust-pc-sdk .category-item p {
    font-size: 14px !important; 
}

#ot-sdk-cookie-policy li { list-style: none; }
#onetrust-banner-sdk a, #onetrust-banner-sdk a:hover {
    color: #3067DB !important;
}

.ot-sdk-show-settings {cursor: pointer;}
#onetrust-banner-sdk #onetrust-button-group-parent {
    text-align: right;
}
#onetrust-banner-sdk .ot-sdk-container { max-width: 1024px !important;}

.cookielistInner {
    color: #808285 !important;
    font-family: ClarikaGrotesque-Light;
}

.cookieGroupName {
    font-family: ClarikaGeometric-DemiBold;
    font-size: 20px;
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.cookieTitle {
    font-family: ClarikaGeometric-DemiBold;
    font-size: 18px;
    margin-top: 20px;
    width: 100%;
    float: left;
}

.cookieItem, .cookieHostItem {
    width: 100%;
    clear: both;
    float: left;
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.cookieName {
    width: 35%;
    float: left;
    padding-right: 20px;
}

.cookieDescription {
    width: 50%;
    float: left;
    padding-right: 20px;
}

.cookieLifespan {
    float: left;
    width: 10%;
    text-align: center;
}

.cookieFPList {
    clear: both;
    width: 100%;
    height: auto;
}



.cookieGroupDescription {
    width: 100%;
    clear: both;
}

.cookieHostList {
    display: inline-block;
}

.item {
    width: 100%;
}

.cookieHostName {
    font-family: ClarikaGeometric-DemiBold,Arial;
    padding-bottom: 5px;
}

.item .cookieDescription {
    width: 63%;
}

.item .cookieLifespan {
    width: 100%;
    text-align: left;
}

.subheadline strong {
    color: #393839;
}

.subheadline.full-year ul li {
    padding-bottom: 5px;
}

.landing-page { 
    width: 100%;
    padding-top: 20px;
}
.landing-page .top-nav-cta {
   float: right;
   margin-top: 10px;
}

    .landing-page .top-nav-cta .blue-btn {
        padding: 5px 32px;
    }

.navbar-fixed-top .landing-page {
    padding-top: 10px;
    padding-bottom: 15px;
}

.landing-page.footer {
    background: #08193e !important
}

    .landing-page.footer .bottom-logo img {
        max-width: 200px;
    }

    .landing-page.footer .bottom-text  {
        overflow: hidden;
    }
    .landing-page.footer .bottom-text a {
        color: #ffffff;
    }
    .landing-page.footer .bottom-text span {
        color: #ffffff;
    }



.customers-horizental {
    overflow: hidden;
    padding-top: 0 ;
    padding-bottom: 0;
    background: #E0E0E0;
    margin-bottom: -10px;
}


.form-testmonial {
    min-height: 450px;
    background-position: center 0;
    width: 100%;
    margin: 70px 0 -60px;
    overflow: hidden;
}

    .form-testmonial blockquote {
        display: block;
        padding: 15px 20px 15px 60px;
        position: relative;
        /*Font*/
        color: #1a4dc2;
        text-align: left;
        border: none;
        font-size: 100px;
        font-weight: bold;
        color: #1a4dc2;
    }

        .form-testmonial blockquote h2 {
            color: #1a4dc2;
        }
        .form-testmonial blockquote::before {
            content: "\201C"; /*Unicode for Left Double Quote*/            
            position: absolute;
            left: 0;
            top: 0;
        }

        .form-testmonial blockquote h2 span {
            /*Reset to make sure*/
            content: "\201D";
            font-size: 100px;
            font-weight: bold;
            color: #1a4dc2;
            position: absolute;
            margin-top: 25px;
            margin-left: 20px;
        }

        .form-testmonial blockquote h4 {
            color: #1a4dc2;
            margin-top: 30px;
            margin-left: -20px;
        }
            .form-testmonial blockquote h4 span {
                font-family: ClarikaGrotesque-Light !important;
                margin-left: 20px;
            }

.pricing-card ul.fa-ul {
    margin-left: 32px;
}

.pricing-card ul.fa-ul li {
    padding-bottom: 10px;
}
.pricing-card ul.fa-ul li i.fas {
    font-size: 24px;
    padding-right: 15px;
    padding-top: 4px;
}

    .pricing-card ul.fa-ul li i.fas.fa-check-circle {
        color: #3067db;
    }


.tmp-statement {
    margin: 0 auto;
    background: #e2e3e4;
    padding-top: 18px;
    padding-bottom: 10px;
}

    .tmp-statement p {
       color:#393839;
    }

.newbrand.heroSection {
    background-position: center bottom;
    text-align: left;
    height: 700px;
}

.newbrand.heroSection.bg-top {
    background-position: center top;
}

    .newbrand.heroSection.height-250 {
        height: 250px;
    }


    .newbrand.heroSection.height-500 {
        height: 500px;
    }

    
    .newbrand.heroSection.height-550 {
        height: 550px;
    }

    .newbrand.heroSection.height-650 {
        height: 650px;
    }

.newbrand.heroSection .heroContent {
    background-color: transparent;
}

    .newbrand.heroSection .heroContent h1 {
        padding-top: 90px;
    }

    .newbrand.heroSection .heroContent a {
        max-width: 160px;
    }
    .newbrand.heroSection .heroContent a.width-auto {
        width: auto;
        max-width: 100%;
    }

    .newbrand.heroSection.smaller-headline .heroContent h1 {
        font-size: 72px;
        line-height: 72px;
    }
        .newbrand.heroSection.smaller-headline .heroContent h1 span {
            font-size: 50px;
        }

#announcement.homeBanner {
    background: #000000;
}

    #announcement.homeBanner p {
        color: #ffffff;
        font-size: 20px;
        line-height: 30px;
        font-family: ClarikaGrotesque-Light, Arial,sans-serif !important;
    }

    #announcement.homeBanner .banner-contents {
        padding: 26px 0 17px;
        min-height: auto;
    }


.bg-full-container-half {
    background: url(/Ceridian/media/WebsiteMedia/Home/bg-brand-blue.jpg);
    background-repeat: no-repeat;
    background-size: 50% 100%;
}

.homeCustomerLogo .cus-logo {
    max-width: 145px; 
}
.homeCustomer {
    position: relative;
    z-index: 100;
}

    .homeCustomer h5 i {
        vertical-align: bottom;
        padding-left: 5px;
        margin-bottom: 3px;
    }


.homeValues .blue-btn, .homeFeature .blue-btn, .outlined-btn .blue-btn {
    background-color: transparent;
    border: 1px solid #1e51bf;
    color: #1e51bf;
    font-size: 20px;
    padding: 6px 30px 8px;
    border-radius: 8px;
}

.outlined-btn .font-White .blue-btn {
    border: 1px solid #ffffff;
    color: #ffffff;
}

    .homeValues .blue-btn:hover, .homeFeature .blue-btn:hover, .outlined-btn .blue-btn:hover {
        background: #1e51bf;
        color: #ffffff;
    }
.homeVideoWrapper, .videoWrapperHalf {
    position: relative;
}

    .homeVideoWrapper .video-play-button {
        background-color: #3067DB;
        width: 150px;
        height: 150px;
        top: 30%;
        left: 43%;
        opacity: .7;
    }
    .homeVideoWrapper .video-play-button:hover {
        opacity: 1;
    }

    .homeVideoWrapper .video-play-arrow {
        border-top: 30px solid transparent;
        border-left: 50px solid #fff;
        border-bottom: 30px solid transparent;
        top: 48px;
        left: 56px;
    }

    .videoWrapperHalf .video-play-button {
        background-color: #08193e;
        width: 120px;
        height: 120px;
        top: 40%;
        left: 240px;
    }

    .videoWrapperHalf .video-play-arrow {
        border-top: 25px solid transparent;
        border-left: 40px solid #fff;
        border-bottom: 25px solid transparent;
        top: 36px;
        left: 48px;
    }


a.blue-btn.cta-btn.big {
    min-width: 200px;
    padding: 5px 30px;
}

.dayforcewallet-footer {
    /* display: none; */
}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.p-dropdown {
    position: relative;

}
    .p-dropdown .blue-btn {
        position: relative;
        width: 260px;
        padding: 8px 30px 8px 10px;
    }


        .p-dropdown .blue-btn::after {
            font-family: 'Font Awesome 5 Pro';
            content: "\f107";
            float: right;
            top: 10px;
            position: absolute;
            right: 20px;
            font-size: 1.8rem;
            color: #1E51BF;
        }

.dropdown-content {
    display: none;
    position: absolute;
    width: 260px;
    padding: 8px 10px;
    z-index: 1;
    border: 1px solid #3067DB;
    border-top: none; 
    top: 42px;
    background: #ffffff;
}

    .dropdown-content a {
        color: black;
        padding: 5px 16px;
        text-decoration: none;
        font-size: 20px;
        display: block;
        color: #1E51BF;
    }

        .dropdown-content a:hover {
            background: #3067DB;
            color: #ffffff; 
        }

.p-dropdown:hover {
    padding-bottom: 80px;
}

.p-dropdown .blue-btn::after:hover  {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.p-dropdown .blue-btn:hover {                                                 
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    
}
.p-dropdown:hover .dropdown-content {
    display: block;
}
                                                               
.dropdown.fr .p-dropdown .blue-btn {
    width: 300px;
    line-height: 24px;
}

.dropdown.fr .dropdown-content {
    width: 300px;
    top: 60px;
}

.homeParallax .parallax {
    min-height: 380px;
}

.img-responsive.max-height-140, .img-responsive.cus-logo {
    display: inline-block;
}

.max-width-160 {
    max-width: 160px;
}

.border-White {
    border: 1px solid #ffffff !important;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-table-header, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span {
    font-size: 16px !important;
    font-weight: normal !important;
}

.border-top-bottom {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

.carousel { 
    min-height: 300px;
}
.carousel-indicators {
    bottom: -50px;
}

    .carousel-indicators li {
        border: none;
        background-color: #ffffff; 
        margin: 5px;
    }

    .carousel-indicators .active {
        background-color: #5923AA;
        margin: 5px;
        widht: 10px;
        height: 10px;
    }


.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 1s;
    transition-timing-function: linear;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}
