@charset "utf-8";

/* CSS Document */


@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700,800');
* {
    padding: 0;
    margin: 0;
}

.clearfix {
    clear: both;
}

.toolbar-fixed header {
    position: relative;
}

body {
    font-size: 14px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    padding-top: 55px;
    line-height: 22px;
}


/*login page style*/

.message,
.messages>div>div {
    border: solid 1px #b5e6b7;
    padding: 10px 15px;
    background: #f1fff5;
    margin: 20px 0 0;
    font-size: 12px;
    line-height: 22px;
}

.messages ul li {
    list-style-position: inside;
}

.path-user {
    background: url(../img/login-bg.jpg) no-repeat top #000;
    background-size: cover;
    width: 100%;
    float: left;
    overflow-x: hidden;
}

.path-user .field--name-user-picture {
    text-align: center;
    clear: both;
    padding: 0;
}

.path-user .field--name-user-picture a {
    border-radius: 55px;
    border: solid 3px #FFF;
    display: inline-block;
    overflow: hidden;
}


/*.path-user .form-no-label {
	text-align: center;
    color: #FFF;
}*/

.path-user nav.tabs,
nav.tabs {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.user-form,
.user-login-form,
.user-pass,
.webform-submission-form {
    clear: both;
}

.path-user nav.tabs .nav-tabs li,
nav.tabs .nav-tabs li {
    float: left;
    list-style: none;
}

.path-user nav.tabs .nav-tabs li a,
nav.tabs .nav-tabs li a {
    display: inline-block;
    float: left;
    padding: 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    /*color: #FFF;
	opacity: .6;*/
}

.path-user nav.tabs .nav-tabs li.active a {
    opacity: 1;
}

.path-user #user-form {
    width: 100%;
    max-width: 700px;
    margin: 30px auto 80px;
    background: #FFF;
    clear: both;
}

.path-user #user-form #edit-account,
.path-user #user-form #edit-user-picture-wrapper {
    padding: 50px;
    border-bottom: dashed 1px #CCC;
}

.path-user #user-form #edit-contact,
.path-user #user-form #edit-timezone {
    display: none;
}

#edit-current-pass--description,
#edit-mail--description,
#edit-pass--description,
#edit-user-picture-0-upload--description {
    font-size: 12px;
    margin-bottom: 15px;
    color: #999;
}

.path-user #user-form #edit-actions {
    padding: 15px 30px;
}

.login-body {
    margin-top: -55px;
    padding: 50px 0 30px;
}

.login-head {
    width: 420px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0 20px;
}

.login-box {
    background: #FFF;
    width: 420px;
    position: relative;
    min-height: 400px;
    margin: 0 auto;
}

.login-box:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    left: -25px;
    top: -25px;
    background: linear-gradient(to bottom right, #a5a4df, #f0a4df) #f0a4df;
    box-shadow: 15px 15px 0px #00000010;
}

.login-box:after {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    right: -30px;
    bottom: -30px;
    background: linear-gradient(to bottom left, #00C0EB, #e6e4bc) #00C0EB;
    box-shadow: -15px -15px 0 #00000010;
}

.login-box #content {
    padding: 50px 30px;
    box-shadow: 0 0 10px 5px #00000010;
    overflow: hidden;
    position: relative;
}

.login-box #content::before {
    content: "";
    width: 100%;
    height: 15px;
    background: #7b53c1;
    position: absolute;
    left: -100%;
    bottom: 0;
    z-index: -1;
    transition: .5s ease-in-out;
}

.login-box #content:hover::before {
    animation: fill .5s;
    height: 15px;
    bottom: 0;
    left: 0;
}

@keyframes fill {
    0% {
        width: 0;
        bottom: 0;
        left: -100%;
    }
    50% {
        width: 102%;
        bottom: 0;
        left: 10%;
    }
    100% {
        width: 100%;
        bottom: 0;
        left: 0;
    }
}

.login-box #content .nav-tabs {
    text-align: center;
    margin-bottom: 40px;
}

.login-box #content .nav-tabs li {
    list-style: none;
    display: inline-block;
}

.login-box #content .nav-tabs li a {
    text-decoration: none;
    display: inline-block;
    padding: 5px 8px;
    text-transform: capitalize;
    font-weight: 700;
    color: #666;
    overflow: hidden;
    position: relative;
    border: solid 1px #00000000;
    font-size: 12px;
}

.login-box #content .nav-tabs li a:hover {
    color: #FFF;
}

.login-box #content .nav-tabs li.active a {
    border: solid 1px #e5e5e5;
    color: #333;
    background: #f0f0f0;
}


/*input field styles*/

.login-box label {
    display: block;
    font-size: 14px;
    color: #333;
    text-align: left;
}

.login-box input.form-text,
input.form-email,
.path-user #user-form .form-item input {
    border-bottom: solid 1px #CCC;
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent;
    color: #333;
    padding: 0;
    height: 50px;
    text-indent: 12px;
    width: 100%;
    outline: 0;
    margin-bottom: 5px;
    font-size: 14px;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    overflow: hidden;
}

.login-box .form-item {
    position: relative;
    margin-bottom: 15px;
}

.login-box input.form-text:focus,
input.form-email:focus,
.path-user #user-form input:focus {
    border-color: #61FFFB;
    background: #f0f0f0;
}

.login-box input.form-text:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #e5e5e5;
    position: absolute;
    top: 0;
    left: 0;
}

.form-submit {
    padding: 15px 25px;
    border-radius: 25px;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
    color: #FFF;
    background: linear-gradient(to left, #00c0eb, #008AE0);
}

.login-box .description {
    display: none;
}

.password-strength .password-strength__meter {
    margin: -5px 0 0 0;
}

.password-strength .is-weak {
    background: linear-gradient(to right, #f995aa, #ff0237);
}

.password-strength .is-fair {
    background: linear-gradient(to right, #a768fe, #daa7e5);
}

.password-strength .is-good {
    background: linear-gradient(to right, #5889e6, #2bd9d4);
}

.password-strength .is-strong {
    background: linear-gradient(to right, #44e791, #45c2ab);
}

.password-strength .password-strength__title {
    padding: 5px 0;
    margin-bottom: 15px;
    display: block;
    font-size: 12px;
}

.password-suggestions {
    display: block;
    font-size: 12px;
    border: solid 1px #CCC;
    padding: 10px 15px;
    background: #f9f9f9;
    line-height: 18px;
    margin-top: -20px;
}

.password-suggestions ul li {
    list-style-position: inside;
}

.password-confirm .error {
    text-transform: uppercase;
    font-weight: 700;
    color: red;
    border: solid 1px red;
    padding: 2px 5px;
    font-size: 10px;
    background: #fff6f6;
}

.password-confirm .ok {
    text-transform: uppercase;
    font-weight: 700;
    color: #4CAF50;
    border: solid 1px #4CAF50;
    padding: 2px 5px;
    font-size: 10px;
    background: #f2fff3;
}

.field--name-user-picture .image-widget {
    border: solid 1px #ccc;
    padding: 10px;
    background: #f9f9f9;
}

.user-register-form #edit-contact,
.user-register-form #edit-timezone {
    display: none;
}


/*input field styles*/


/*login page style ends here*/


/**/


/*hover background effect*/

.btn-hover::before,
.sidenav a::before,
.main-header .nav-btn::before,
a.user::before,
.login-box #content .nav-tabs li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00adef;
    left: -100%;
    top: 0;
    z-index: -1;
    transition: .3s;
    -webkit-transition: .3s;
}

.btn-hover:hover::before,
.sidenav a:hover::before,
.main-header .nav-btn:hover::before,
a.user:hover::before,
.login-box #content .nav-tabs li a:hover::before {
    animation: heffect 0.5s 1;
    top: 0;
    left: 0;
}

@keyframes heffect {
    0% {
        left: -100%;
        top: 0;
    }
    50% {
        top: 0;
        left: 25%;
    }
    100% {
        top: 0;
        left: 0;
    }
}


/*hover background effect*/

.new-to-sakvault {
    padding-top: 25px;
}

.about-sakvault {
    max-width: 420px;
    text-align: center;
    margin: 0 auto;
    color: #FFF;
}

.main-header {
    width: 100%;
    background: #00adef;
    float: left;
    position: fixed;
    z-index: 99;
    height: 55px;
    top: 0;
}

.main-header .nav-btn {
    padding: 3px 8px 2px;
    text-align: center;
    font-size: 22px;
    color: #FFF;
    float: left;
    line-height: 50px;
    cursor: pointer;
    transition: background-color 0.5s ease;
    overflow: hidden;
    background: #1b75bb;
}

.main-header .nav-btn:hover {
    color: #FFF;
}

.main-header .logo {
    float: left;
}

.main-header .logo a {
    display: block;
    padding: 14px 5px 10px;
}

.main-header .logo img {
    height: 26px;
    width: auto;
}


/*navigation styles*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 55px;
    left: 0;
    background: #17488a;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 38px;
}

.sidenav a,
.sidenav .menu-item span {
    padding: 8px 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    display: block;
    overflow: hidden;
    transition: 0.3s;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
}

.sidenav a:hover,
.sidenav .menu-item span:hover {
    color: #FFF;
}

.sidenav a .svg-inline--fa,
.sidenav .menu-item span .svg-inline--fa {
    margin-right: 5px;
    width: 16px;
    font-size: 14px;
    margin-top: 10px;
    float: left;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 22px;
    padding: 4px 10px 8px 15px;
    background: #fbaf3f;
    color: #ffffff;
    line-height: 26px;
    border-radius: 0 0 0 25px;
    z-index: 9;
}


/*dropdown menu styles*/

#mySidenav .menu-item {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}

#mySidenav .dropdown-menu li {
    display: block;
    width: 90%;
    border-left: solid 1px #1b75bb;
    margin-left: 25px;
}

.dropdown-menu a {
    display: block;
    padding: 6px 10px 6px 20px;
    color: white;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    position: relative;
    opacity: .9;
    text-transform: capitalize;
}

.dropdown-menu a:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    background: #3498db;
    left: 0;
    top: 0;
    transition: 0.3s;
    opacity: 0;
    z-index: 99;
}

.dropdown-menu a:hover:before {
    opacity: 1;
}

.menu-item:hover .dropdown-menu {
    max-height: 18em;
}


/*dropdown menu styles end*/


/*navigation styles end*/

.header-right {
    float: right;
}

#block-welcomeusernameloginlogout-3 {
    margin-right: 10px;
    margin-top: 15px;
}

#block-welcomeusernameloginlogout-3 a {
    color: #FFF;
    text-decoration: none;
    padding: 0px 10px;
    transition: .5s ease-in-out;
}


}
.block-welcome-username ul li {
    list-style: none;
    float: left;
}
.search-wrap {
    width: 35%;
    display: none;
    float: right;
    height: 55px;
    position: relative;
    border-right: solid 1px #673ab7;
}
.block-welcome-username ul li a {
    float: left;
    color: #FFF;
    text-decoration: none;
    padding: 18px 20px 15px;
    transition: .5s ease-in-out;
}
.block-welcome-username ul li.logout a {
    border-left: solid 1px #1b75bb;
}
.block-welcome-username ul li.logout a:hover {
    background: #faa225;
}
a.user {
    float: right;
    padding: 17px 20px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    overflow: hidden;
    font-size: 18px;
    color: #FFF;
    line-height: 20px;
}
a.user img {
    width: 26px;
    height: auto;
    border-radius: 50px;
}
.user-profile {
    width: 0;
    position: fixed;
    padding: 30px 0;
    right: 0;
    top: 55px;
    background: linear-gradient(to bottom, #015DE5, #008AE0) #008AE0;
    text-align: center;
    color: #FFF;
    z-index: 99;
    transition: 0.5s;
    overflow: hidden;
}
.user-profile figure,
.user-profile p {
    margin-bottom: 15px;
}
.user-profile figure img {
    width: 120px;
    height: auto;
    border-radius: 75px;
}
.user-profile .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px;
    padding: 0px 15px 5px 15px;
    background: #03c0ea;
    color: #ffffff;
    line-height: 40px;
    border-radius: 0 0 25px 0;
    z-index: 9;
    text-decoration: none;
}
a.logout-btn {
    text-decoration: none;
    color: #FFF;
    display: inline-block;
    padding: 8px 20px;
    border: solid 2px #00E0DA;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 25px;
    font-size: 12px;
    transition: .3s;
    -webkit-transition: .3s;
    overflow: hidden;
    margin: 10px 0 0;
}
a.logout-btn:hover {
    background: #00E0DA;
}

/*search*/
.search-wrap input[type="search"] {
    height: 54px;
    font-size: 18px;
    display: inline-block;
    font-family: montserrat;
    font-weight: 100;
    border: none;
    outline: none;
    color: #FFF;
    padding: 3px;
    padding-right: 50px;
    width: 0px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
}
.search-wrap input[type="search"]:focus:hover {
    border-bottom: 1px solid #f0a4df;
    background: #4f425e;
}
.search-wrap input[type="search"]:focus {
    width: 100%;
    z-index: 1;
    border-bottom: 1px solid #f0a4df;
    cursor: text;
    padding-left: 15px;
    background: #4f425e;
}
.search-wrap input[type="submit"] {
    height: 55px;
    width: 50px;
    display: inline-block;
    color: red;
    float: right;
    background: url(../img/search-icon.png) 0px 4px no-repeat;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0.6;
    outline: none;
    transition: opacity .4s ease;
}
.search-wrap input[type="submit"]:hover {
    opacity: 1;
}
.container-fluid {
    width: 100%;
    float: left;
}

/*tile content styles*/
.tile-wrapper {
    width: 75%;
    float: left;
    display: grid;
    display: -ms-block;
    grid-template-columns: repeat( 4, 1fr);
    -ms-grid-template-columns: 1fr, 1fr, 1fr, 1fr;
    -ms-grid-template-rows: 270px 270px 270px;
    /* adjusted */
    
    grid-template-rows: repeat( 3, 33%);
    background-color: #fff;
    color: #444;
    height: calc(100vw * 2 / 4);
    $row: calc(100% / 1);
    $column: calc(100% / 4);
}

/* IE 10+ */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .box {
        float: left;
        width: 23%;
        height: 260px;
        padding: 1% !important;
    }
    
    .box.new-customer,
    .box.m-collaterals,
    .box .sales-enablement  {
        width: 48%;
    }
}
.box {
    background-color: #f0f0f0;
    color: #fff;
    border-radius: 0;
    padding: 20px;
    overflow: hidden;
    position: relative;
}
.box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00bcd4;
    opacity: .9;
    left: -100%;
    top: 0;
    z-index: -1;
    transition: .5s;
    -webkit-transition: .5s;
}
.box:hover::before {
    animation: heffect 0.5s 1;
    top: 0;
    left: 0;
}
@keyframes heffect {
    0% {
        left: -100%;
        top: 0;
    }
    
    50% {
        top: 0;
        left: 25%;
    }
    
    100% {
        top: 0;
        left: 0;
    }
}
.box h2 {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 22px;
    position: relative;
    z-index: 1;
}
.box small {
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}
.box:hover h2 {
    animation: move 1s;
    position: relative;
}
.box:hover small {
    animation: move 1.2s;
    position: relative;
}
.box:hover ul li a {
    animation: move 1.5s;
    position: relative;
}
@keyframes move {
    0% {
        left: 0;
    }
    
    25% {
        left: 30px
    }
    
    50% {
        left: -20px;
    }
    
    100% {
        left: 0;
    }
}
.box.project-management h2,
.box .sales-enablement h2,
.box.cl-speak h2,
.box .analyst h2,
.box .archives h2,
.box.project-management small,
.box .sales-enablement small,
.box.cl-speak small,
.box .analyst small,
.box .archives small {
    text-shadow: 1px 1px 3px #666;
}
.box ul li {
    list-style: none;
}
.box ul li a {
    display: block;
    text-decoration: none;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
    z-index: 1;
}
.box ul li a .svg-inline--fa {
    margin-right: 8px;
}
a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    position: relative;
    /*z-index: 1;*/
}
.content-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 0;
}
.content-bottom {
    position: relative;
    bottom: -45%;
    left: 20px;
    z-index: -1;
}
.sales {
    grid-column: auto / span 1;
    -ms-grid-column-span: 1;
    grid-row: auto / span 2;
    -ms-grid-row-span: 2;
    background: linear-gradient(to top, #00adef, #263db9);
    background-size: cover;
    transition: .5s;
    -webkit-transition: .5s;
}
.saksoft {
    grid-column: auto / span 1;
    -ms-grid-column-span: 1;
    grid-row: auto / span 2;
    -ms-grid-row-span: 2;
    background: linear-gradient(to top, #01b5c6, #10194f);
    background-size: cover;
    transition: .5s;
    -webkit-transition: .5s;}
.sales figure,
.saksoft figure,
.project-management figure,
.hr-collaterals figure,
.m-collaterals figure,
.event figure,
.cl-speak figure,
.analyst figure,
.archives figure,
.new-customer figure,
.sales-enablement figure {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    transition: .5s;
    -webkit-transition: .5s;
}
.sales figure img,
.saksoft figure img
 {
    height: auto;
    width: 100%;
    transition: .5s;
    -webkit-transition: .5s;
}
.sales:hover figure img,
.saksoft:hover figure img {
    transform: scale(1.1);
}
.sales a,
.saksoft a {
    color: #FFF;
}
.saksoft:hover,
.saksoft:hover a,
.sales:hover,
.sales:hover a,
.m-collaterals a,
.m-collaterals:hover a,
.t-calendar:hover h2,
.t-calendar:hover small {
    color: #FFF;
    transition: .5s;
    -webkit-transition: .5s;
}
.s-stories {
    grid-column: auto / span 1;
    -ms-grid-column-span: 1;
    background: linear-gradient(to bottom left, #00C0EB, #e6e4bc) #00C0EB;
    text-align: center;
}
.m-group {
    grid-column: auto / span 1;
    -ms-grid-column-span: 1;
    background: linear-gradient(to bottom left, #f14882, #103c4b) #0b1029;
    text-align: center;
}
.m-verticals {
    grid-column: auto / span 1;
    -ms-grid-column-span: 1;
    background: linear-gradient(to bottom left, #f8ec85, #ec6995) #FFC107;
    text-align: center;
}
.m-solutions {
    grid-column: auto / span 1;
    -ms-grid-column-span: 1;
    background: linear-gradient(to bottom left, #17c4b3, #293435) #00C0EB;
    text-align: center;
}
.m-other-collaterals {
    grid-column: auto / span 1;
    -ms-grid-column-span: 1;
    background: linear-gradient(to bottom right, #09a0ff, #a8b2f7) #00C0EB;
    text-align: center;
}
.gtm {
    grid-column: auto / span 1;
    -ms-grid-column-span: 1;
    background: linear-gradient(to bottom left, #7d6868, #010e8f) #0098eb;
    text-align: center;
}
.account-plan {
    grid-column: auto / span 1;
    -ms-grid-column-span: 1;
    background: linear-gradient(to bottom right, #110ac7c2, #eca2c2) #a39aff;
    text-align: center;
}
.m-Session{
    grid-column: auto / span 1;
    -ms-grid-column-span: 1;
    background: linear-gradient(to bottom right, #3a499f, #58e4ca) #2196f3;
    ;
    text-align: center;
}
/*.new-customer {
      background: linear-gradient(to bottom right, #3a499f, #58e4ca) #2196f3;
     text-align: center;
}*/
.m-Automation {
    grid-column: auto / span 1;
    -ms-grid-column-span: 1;
    background: linear-gradient(to bottom right, #110ac7c2, #eca2c2) #a39aff;
    text-align: center;
}
.m-group figure,
.m-verticals figure,
.m-solutions figure,
.m-other-collaterals figure,
.gtm figure,
.account-plan figure,
.s-stories figure,
.t-calendar figure,
.asksak figure,
.m-Session figure,
.m-Automation figure {
    font-size: 48px;
}
.m-group :hover figure,
.m-verticals :hover figure,
.m-solutions :hover figure,
.m-other-collaterals :hover figure,
.gtm :hover figure,
.account-plan :hover figure,
.s-stories:hover figure,
.t-calendar:hover figure,
.asksak:hover figure,
.m-Session:hover figure,
.m-Automation:hover figure {
    font-size: 60px;
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
}
.m-group figure,
.m-verticals figure,
.m-solutions figure,
.m-other-collaterals figure,
.gtm figure,
.account-plan figure,
.s-stories figure,
.t-calendar figure,
.asksak figure,
.m-Session figure,
.m-Automation figure {
    margin-bottom: 10px;
    transition: .5s;
    -webkit-transition: .5s;
}
.m-group:hover figure img,
.m-verticals:hover figure img,
.m-solutions:hover figure img,
.m-other-collaterals:hover figure img,
.gtm:hover figure img,
.account-plan:hover figure img,
.s-stories:hover figure img,
.t-calendar:hover figure img,
.asksak:hover figure img,
.new-customer:hover figure img,
.m-Session:hover figure img,
.m-Automation:hover figure img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    filter: brightness(20);
    -webkit-filter: brightness(20);
}
.event h2,
.event small {
    text-shadow: 3px 3px 5px #333;
}
.event ul li {
    animation-name: FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 8s;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
@keyframes FadeInOut {
    0% {
        opacity: 1;
    }
    
    17% {
        opacity: 1;
    }
    
    25% {
        opacity: 0;
    }
    
    92% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}
.event ul li:nth-of-type(1) {
    animation-delay: 6s;
}
.event ul li:nth-of-type(2) {
    animation-delay: 4s;
}
.event ul li:nth-of-type(3) {
    animation-delay: 2s;
}
.event ul li:nth-of-type(4) {
    animation-delay: 0;
}
.project-management {
    grid-column: auto / span 1;
    -ms-grid-column-span: 1;
    background: #474751;
    transition: .5s;
    -webkit-transition: .5s;
}
.project-management:hover,
.new-customer:hover,
.sales-enablement :hover  {
    color: #FFF;
}
.project-management figure img,
.hr-collaterals figure img,
.m-collaterals figure img,
.event figure img,
.cl-speak figure img,
.analyst figure img,
.archives figure img,
.new-customer figure img,
.sales-enablement figure img {
    width: 100%;
    transition: .5s;
    -webkit-transition: .5s;
}
.project-management:hover figure img,
.hr-collaterals:hover figure img,
.m-collaterals:hover figure img,
.event:hover figure img,
.cl-speak:hover figure img,
.analyst:hover figure img,
.archives:hover figure img,
.new-customer:hover figure img,
.sales-enablement:hover figure img {
    transform: scale(1.2);
}
.project-management figure,
.sales-enablement figure {
    mix-blend-mode: overlay;
}
.new-customer figure {
    mix-blend-mode: overlay;
}
.hr-collaterals {
    grid-column: auto / span 1;
    -ms-grid-column-span: 1;
    background: #dcdff1;
    color: #503481;
}
.hr-collaterals a {
    color: #666;
}
.hr-collaterals:hover ul li a,
.hr-collaterals:hover h2,
.hr-collaterals:hover small {
    color: #FFF;
}
.hr-collaterals figure img {
    mix-blend-mode: multiply;
}
.m-collaterals {
    grid-column: auto / span 1;
    -ms-grid-column-span: 1;
    background: linear-gradient(to bottom right, #d7d7d7, #e0e0e0);
    color: #fff;
    transition: .3s;
}
.m-collaterals:hover {
    color: #FFF;
}
.cl-speak {
    grid-column: auto / span 1;
    -ms-grid-column-span: 1;
    background: linear-gradient(to bottom right, #6d4204, #ffffff);
    color: #FFF;
    transition: .3s;
}
.analyst  {grid-column: auto / span 1;
    -ms-grid-column-span: 1;
    background: linear-gradient(to bottom right, #ffca60, #ffffff);
    color: #FFF;
    transition: .3s;}
.archives  {grid-column: auto / span 1;
    -ms-grid-column-span: 1;
    background: linear-gradient(to bottom right, #b6e5ff, #edf8ff);
    color: #FFF;
    transition: .3s;}

.analyst figure,
.archives figure,
.cl-speak figure {
    mix-blend-mode: multiply;
}
.view-sbu-initiatives .views-view-grid .views-col .views-field-title,
.view-contribute .views-view-grid .views-col .views-field-title {
    background: linear-gradient(to bottom right, #6acbe0, #6859ea);
    margin-bottom: 20px;
    padding: 20px;
    font-weight: 700;
    min-height: 50px;
}
.view-sbu-initiatives .views-view-grid .views-col:nth-child(2n+0) .views-field-title,
.view-contribute .views-view-grid .views-col:nth-child(2n+0) .views-field-title {
    background: linear-gradient(to bottom right, #fec180, #ff8993);
}
.view-sbu-initiatives .views-view-grid .views-col:nth-child(3n+0) .views-field-title,
.view-contribute .views-view-grid .views-col:nth-child(3n+0) .views-field-title {
    background: linear-gradient(to bottom right, #6681ea, #7e43aa);
}
.view-sbu-initiatives .views-view-grid .views-col .views-field-title a,
.view-contribute .views-view-grid .views-col .views-field-title a {
    color: #FFF;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 25px;
    background: #00000010;
}
.view-sbu-initiatives .views-view-grid .views-col,
.view-contribute .views-view-grid .views-col,
.path-new-wins .view-new-wins {
    position: relative;
}
.view-sbu-initiatives .views-view-grid .views-col:after,
.view-contribute .views-view-grid .views-col:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: linear-gradient(to bottom left, #faa225, #ee6da9);
    bottom: 0;
    right: 0;
    transition: .3s ease-in-out;
}
.views-view-grid .views-col:after,
.view-contribute .views-view-grid .views-col:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: linear-gradient(to bottom left, #faa225, #ee6da9);
    bottom: 0;
    right: 0;
    transition: .3s ease-in-out;
}
.views-view-grid .views-col:hover:after,
.view-contribute .views-view-grid .views-col:hover:after {
    width: 100%;
}
.view-sbu-initiatives .views-view-grid .views-col:hover:after,
.view-contribute .views-view-grid .views-col:hover:after {
    width: 100%;
}
.view-sbu-initiatives .views-field-title a,
.view-contribute .views-field-title a {
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
    font-size: 16px;
    font-weight: 500;
}
.view-sbu-initiatives .views-field-nothing {
    font-size: 12px;
    margin-bottom: 15px;
}
.view-sbu-initiatives .views-field-body,
.view-contribute .views-field-body {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    padding: 0 20px 20px;
}
.view-sbu-initiatives .more-link {
    text-align: right;
    position: absolute;
    top: 30px;
    right: 30px;
}
.view-sbu-initiatives .more-link a {
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    border: solid 1px #FFF;
    padding: 5px 10px;
}
.path-sbu-initiatives .views-field-view-node,
.view-contribute .views-field-nothing {
    padding: 0 20px 20px;
}
.path-sbu-initiatives .views-field-view-node a,
.view-contribute .views-field-nothing a,
#block-views-block-sbu-initiatives-block-3 .views-field-view-node a,
#block-views-block-sbu-initiatives-block-4 .views-field-view-node a {
    text-decoration: none;
    text-transform: uppercase;
    color: #0c72b9;
    font-size: 12px;
    font-weight: 700;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}
.t-calendar {
    grid-column: auto / span 1;
    -ms-grid-column-span: 1;
    background: linear-gradient(to bottom right, #a5a4df, #f0a4df) #f0a4df;
    text-align: center;
}
.event {
   grid-column: auto / span 1;
    -ms-grid-column-span: 1;
    background: linear-gradient(to bottom right, #6d4204, #ffffff);
}
.asksak {
    grid-column: auto / span 2;
    -ms-grid-column-span: 1;
    background: linear-gradient(to bottom left, #fcc88a, #ee6da9);
    text-align: center;
}
.new-customer {
    grid-column: auto / span 2;
    -ms-grid-column-span: 2;
     color: #ffffff;
     background: linear-gradient(to bottom right, #3a499f, #58e4ca) #2196f3;
     transition: .5s;
    -webkit-transition: .5s;

}
.sales-enablement {
    grid-column: auto / span 2;
    -ms-grid-column-span: 2;
    background: linear-gradient(to bottom right, #4d3047, #a2c1ff) #2196f3;
    
}
/*.new-customer:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 80%;
}*/

.new-customer p,
.sales-enablement p {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 0 30px;
    display: none;
}
.new-customer a,
.sales-enablement a {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: .5s;
    -webkit-transition: .5s;
    /*border: solid 1px #17488a;*/
    padding: 5px 8px;
    text-transform: uppercase;
    line-height: 14px;
    z-index: 9;
}
.new-customer .views-field-nothing a {
    right: 81px;
}

/*tile content styles end*/
.timeline-wrapper {
    width: 25%;
    height: 100%;
    position: fixed;
    right: 0;
    overflow: scroll;
    /*overflow: hidden;*/
    
    display: inline-block;
    background: url(../img/timeline-bg.jpg) no-repeat #d7d7d7;
    background-size: cover;
}
.timeline-wrapper a {
    color: #ffffff;
    text-decoration: none;
}
.timeline-wrapper .views-element-container {
    padding: 25px 6% 25px;
    /* padding: 25px 6% 150px;*/
    
    overflow-y: scroll;
    /* height: 85%;*/
    
    width: 92%;
}
.timeline-wrapper .views-element-container h2 {
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 5px;
}
.useful-documents li {
    list-style: none;
    margin-bottom: 10px;
}
.useful-documents li a {
    display: block;
    transition: .3s ease-in-out;
}
.useful-documents li a:hover {
    transform: scale(1.1);
}
.useful-documents li img {
    width: 100%;
    height: auto;
}
.timeline-wrapper .views-element-container .skin-default {
    background: #FFF;
    padding: 50px 30px 30px;
    position: relative;
    transition: .5s ease-in-out;
}
.timeline-wrapper .views-element-container .skin-default .views_slideshow_controls_text {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
}
.timeline-wrapper .views-element-container .skin-default .views_slideshow_controls_text a {
    text-decoration: none;
    color: #666;
    padding: 10px;
    text-transform: uppercase;
    display: inline-block;
}
.timeline-wrapper .views-element-container .skin-default .views_slideshow_slide_counter {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    padding: 10px;
}
.views_slideshow_cycle_slide .views-field-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    background: #f0f0f0;
    padding: 30px 15px;
    position: relative;
    overflow: hidden;
}
.views_slideshow_cycle_slide .views-field-title:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    right: 0;
    background: linear-gradient(to bottom, #fcc88a, #ee6da9);
    transition: .3s ease-in-out;
    z-index: 0;
}
.views_slideshow_cycle_slide:hover .views-field-title:before {
    width: 10px;
    height: 100%;
}
.views_slideshow_cycle_slide .views-field-body {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;
}
.views_slideshow_cycle_slide .views-field-nothing a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    color: #FFF;
    padding: 8px 12px;
    background: #7b53c1;
    border-radius: 25px;
}
.view-contribute .more-link {
    background: #200e3b;
    text-align: right;
    line-height: 1;
}
.view-contribute .more-link a {
    color: #FFF;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    padding: 10px 15px;
}
#block-views-block-latest-news-block-1 .views-row:hover {
    box-shadow: 5px 5px 5px #00000050;
}
#block-views-block-latest-news-block-1 .views-row:before {
    content: "";
    height: 130%;
    width: 1px;
    position: absolute;
    left: -10px;
    top: -10%;
    background: #999;
}
#block-views-block-latest-news-block-1 .views-row:after {
    content: "";
    width: 11px;
    height: 11px;
    background: #FFF;
    border: solid 1px #999;
    position: absolute;
    left: -16px;
    border-radius: 25px;
    z-index: 9;
    top: 10px;
}
#block-views-block-latest-news-block-1 .views-field-title {
    padding: 20px 50px 0 20px;
}
#block-views-block-latest-news-block-1 .views-field-title:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #7b53c1;
    position: absolute;
    top: 0;
    right: 0;
    transition: .5s ease-in-out;
}
#block-views-block-latest-news-block-1 .views-row:hover .views-field-title:before {
    content: "";
    width: 100%;
}
#block-views-block-latest-news-block-1 .views-field-title a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}
#block-views-block-latest-news-block-1 .views-field-body,
#block-views-block-latest-news-block-1 .views-field-type {
    padding: 5px 20px 15px;
}
#block-views-block-latest-news-block-1 .views-field-type .field-content {
    font-size: 10px;
    text-transform: uppercase;
    background: #e4e5f3;
    padding: 3px 12px;
    border-radius: 15px;
}
#block-views-block-latest-news-block-1 .views-field-type a {
    text-decoration: none;
    color: #7b53c1;
    font-size: 12px;
    margin-bottom: 12px;
    display: block;
}
#block-views-block-latest-news-block-1 .views-field-created {
    background: #f0f0f0;
    padding: 8px 15px;
    font-size: 11px;
}

/*search styles*/

/*inner page styles*/
.inner-banner {
    width: 100%;
    background: #FFF;
    padding: 15px 0;
    text-align: center;
    color: #00adef;
    border-bottom: solid 1px #00adef;
}
.inner-banner h1 {
    line-height: 20px;
    font-weight: 600;
    padding: 0 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 18px;
}
ul.breadcrumb {
    display: none;
}
ul.breadcrumb {
    padding: 5px 12px;
    list-style: none;
    text-align: center;
}
ul.breadcrumb li {
    display: inline;
}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: #FFF;
    content: "›";
}
ul.breadcrumb li a {
    color: #FFF;
    text-decoration: none;
    text-transform: capitalize;
}
ul.breadcrumb li a:hover {
    color: #7b53c1;
}
.inner-content-wrapper {
    width: 100%;
    clear: both;
    position: relative;
    min-height: 700px;
}
.left-sidebar {
    width: 300px;
    position: absolute;
    height: 100%;
    background: #f0f0f0;
    top: 0;
    left: 0;
}

/* search result page */
.path-search .search-form .form-wrapper {
    border-bottom: solid 1px #CCC;
    padding: 15px;
    background: #f9f9f9;
}
.path-search #edit-help-link {
    display: none;
}
.path-search .search-form .form-wrapper .form-item label {
    display: none;
}
.path-search .search-form .form-wrapper .form-item input.form-search {
    width: 50%;
    height: 44px;
    padding: 0 25px 0 15px;
    border-radius: 25px 0 0 25px;
    margin-right: -20px;
    float: left;
    outline: none;
}
.path-search h2 {
    padding: 15px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 5px;
}
.path-search ol {
    padding: 0 30px 10px;
}
.path-search ol li {
    border-bottom: dashed 1px #CCC;
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 24px;
}
.path-search ol li h3 a {
    font-weight: 600;
    text-decoration: none;
    color: #008ce1;
}
.path-search ol li p {
    font-size: 12px;
    color: #333;
    font-weight: 500;
}
.path-search .pager {
    padding: 0 20px 30px;
    overflow: hidden;
}
.path-search .pager ul li {
    list-style: none;
    display: inline-block;
    float: left;
    padding: 10px;
}
.path-search .pager ul li a {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    text-decoration: none;
}
article.upload-document footer,
article.webform footer {
    display: none;
}
article.upload-document .content .field {
    border-left: solid 5px #CCC;
    float: left;
    width: 30%;
    padding: 0 1%;
    margin-bottom: 15px;
}
article.upload-document .content .field .field--label {
    font-size: 12px;
}
article.upload-document .content .field .field--item a {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #333;
}

/* search result page */
.content-container-sidebar {
    width: auto;
    margin-left: 300px;
    padding: 50px;
    position: relative;
}
.content-container {
    width: 100%;
    float: left;
}
.views-element-container .view-document-pages,
.view-sbu-initiatives {
    position: relative;
    min-height: 768px;
}
#block-sakvault-new-content {
    position: relative;
}
.path-icore-awards form.views-exposed-form {
    float: inherit;
    display: inherit;
    width: inherit;
    position: relative;
    height: inherit;
    padding: inherit;
    overflow-y: hidden;
}
.path-icore-awards form.views-exposed-form .form-checkboxes {
    padding-bottom: 8px;
}
.path-icore-awards .form-checkboxes div {
    display: flex;
    padding: 14px;
}
.path-icore-awards .form-checkboxes div input {
    margin-top: 4px;
}
.path-icore-awards .form-checkboxes div label {
    padding-left: 5px;
    color: #3b3b3b;
    font-weight: 600;
}
.path-icore-awards .view-client-speak .views-row {
    margin-bottom: 0px;
}
form.views-exposed-form {
    display: inline-block;
    float: left;
    width: 300px;
    padding: 30px 0 40px;
    background: #f0f0f0;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 9;
    overflow-y: scroll;
}
.view-display-id-sales_session form.views-exposed-form,
.view-display-id-sales_session_old form.views-exposed-form,
.view-display-id-short_casestudies form.views-exposed-form,
.view-display-id-webinars form.views-exposed-form,
.view-display-id-sales_enablement_videos form.views-exposed-form {
    display: block;
    position: relative;
    float: inherit;
    padding: 20px;
    width: 100%;
    font-weight: 600;
}
.view-display-id-sales_session form.views-exposed-form #edit-combine,
.view-display-id-sales_session_old form.views-exposed-form #edit-combine,
.view-display-id-short_casestudies form.views-exposed-form #edit-combine,
.view-display-id-webinars form.views-exposed-form #edit-combine,
.view-display-id-sales_enablement_videos form.views-exposed-form #edit-combine {
    height: 43px;
    width: 300px;
    color: #666;
    border: solid 1px #ccc;
    text-indent: 12px;
    border-radius: 33px;
    margin-left: 15px;
    margin-right: 10px;
}
form.views-exposed-form legend {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 10px 20px 15px;
    position: relative;
}
form.views-exposed-form legend:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    bottom: 10px;
    left: 20px;
    background: #faa225;
}
a.bef-toggle {
    text-decoration: none;
    font-size: 10px;
    text-transform: uppercase;
    color: #666;
    background: #FFF;
    padding: 0 12px;
    border: solid 1px #CCC;
    border-radius: 25px;
    margin: 0 0 10px 15px;
    display: inline-block;
}
form.views-exposed-form .form-checkboxes {
    background: #f0f0f0;
    padding-bottom: 15px;
}
.path-presentations .dataTables_wrapper,
.path-elp-documents .dataTables_wrapper,
.path-taxonomy .dataTables_wrapper,
.path-brochures .dataTables_wrapper,
.path-brochures-old .dataTables_wrapper  {
    padding: 50px;
}
.path-taxonomy .dataTables_wrapper .dataTable {
    border-spacing: 0;
    width: 100% !important;
}
.path-presentations .views-exposed-form,
.path-elp-documents .views-exposed-form,
.path-taxonomy .views-exposed-form,
.path-brochures-old .views-exposed-form,
.path-brochures .views-exposed-form,
#block-quicktabshiringlocals .views-exposed-form,
#quicktabs-templates .views-exposed-form {
    display: none;
}
.dataTables_wrapper,
.path-new-wins .views-infinite-scroll-content-wrapper,
.path-short-casestudies .views-infinite-scroll-content-wrapper {
    padding: 50px 50px 50px 350px;
    z-index: 0;
    min-height: 768px;
}
.view-display-id-short_casestudies .views-infinite-scroll-content-wrapper {
    padding: 10px;
}
form.views-exposed-form ul li {
    list-style: none;
}
form.views-exposed-form ul li .form-item {
    display: block;
    padding: 8px 20px;
}
form.views-exposed-form ul li .form-item input[type="checkbox"] {
    opacity: 0;
    display: none;
}
form.views-exposed-form ul li .form-item label::before {
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    border: 1px solid #999;
    background: #FFF;
}
form.views-exposed-form ul li .form-item label::after {
    content: "";
    display: inline-block;
    height: 4px;
    width: 6px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
}
form.views-exposed-form ul li .form-item label {
    position: relative;
    padding-left: 20px;
    display: block;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    line-height: 14px;
}
form.views-exposed-form ul li .form-item label::before,
form.views-exposed-form ul li .form-item label::after {
    position: absolute;
}
#edit-reset {
    position: absolute;
    top: 30px;
    right: 20px;
    padding: 6px 15px;
    font-size: 12px;
    font-weight: 400;
}
.path-new-wins .views-view-grid .views-col,
#block-views-block-new-wins-block-2 .views-view-grid .views-col {
    width: 19.8% !important;
    padding: 15px 2% 30px;
    min-height: 400px;
}
.path-short-casestudies .views-view-grid .views-col {
    width: 28.0% !important;
    padding: 15px 2% 30px;
    min-height: 400px;
}
#block-views-block-new-wins-block-2 .views-view-grid .views-col {
    min-height: 320px;
}
.path-new-wins .views-view-grid .views-col .views-field-title,
.path-short-casestudies .views-view-grid .views-col .views-field-title,
#block-views-block-new-wins-block-2 .views-view-grid .views-col .views-field-title {
    display: block;
    padding: 10px 0 5px;
    min-height: auto;
}
.path-new-wins .views-view-grid .views-col .views-field-field-vertical-industry,
.path-short-casestudies .views-view-grid .views-col .views-field-field-vertical-industry,
#block-views-block-new-wins-block-2 .views-col .views-field-field-vertical-industry {
    padding: 0 0 15px;
}
.path-new-wins .views-view-grid .views-col .views-field-field-image,
#block-views-block-new-wins-block-2 .views-col .views-field-field-image {
    padding: 30px 0;
    margin-bottom: 15px;
    background: radial-gradient(#FFFFFF, #f0f0f0);
    display: block;
    position: relative;
    text-align: center;
}
.path-short-casestudies .views-view-grid .views-col .views-field-field-image {
    padding: 3px 0;
    margin-bottom: 15px;
    background: radial-gradient(#FFFFFF, #f0f0f0);
    display: block;
    position: relative;
    text-align: center;
}
#block-views-block-new-wins-block-2 .views-col .views-field-field-image {
    height: 100px;
    text-align: center;
}
#block-views-block-new-wins-block-2 .views-col .views-field-field-image .field-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.path-case-study-2025 .dataTables_wrapper,
.path-data-analytics .dataTables_wrapper,
.path-cloud-infrastructure-security .dataTables_wrapper,
.path-digital-engineering .dataTables_wrapper,
.path-qa-testing .dataTables_wrapper,
.path-salesfoce .dataTables_wrapper,
.path-servicenow .dataTables_wrapper,
.path-sales-enablement-and-gtm-kits .dataTables_wrapper,
#quicktabs-tabpage-sales_enablement-0 .dataTables_wrapper,
#block-quicktabsdreamforceresources .dataTables_wrapper,
.path-saksoft-overview .dataTables_wrapper,
.view-display-id-page_22 .dataTables_wrapper,
.view-display-id-page_23 .dataTables_wrapper,
.view-display-id-page_24 .dataTables_wrapper {padding:50px}

.path-new-wins .views-view-grid .views-col .views-field-field-image img,
.path-short-casestudies .views-view-grid .views-col .views-field-field-image img,
#block-views-block-new-wins-block-2 .views-col .views-field-field-image img {
    width: 70%;
    height: auto;
    padding: 0 5%;
    mix-blend-mode: darken;
    -webkit-mix-blend-mode: darken;
}
.path-new-wins .views-view-grid .views-col .views-field-field-image img:before {
    opacity: .2;
}
.path-new-wins .views-view-grid .views-col .views-field-body,
#block-views-block-new-wins-block-2 .views-col .views-field-body {
    line-height: 22px;
    margin-bottom: 15px;
}
.path-new-wins .views-view-grid .views-field-view-node a,
#block-views-block-new-wins-block-2 .views-field-view-node a {
    text-decoration: none;
    text-transform: uppercase;
    color: #0c72b9;
    font-size: 12px;
    font-weight: 700;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}
.path-new-wins .views-view-grid .views-field-view-node a:hover,
#block-views-block-new-wins-block-2 .views-field-view-node a:hover {
    color: #7b53c1;
}
#block-views-block-new-wins-block-2 {
    clear: both;
    padding: 60px 60px 100px;
    background: #e0e0e0;
}
#block-views-block-new-wins-block-2 .views-view-grid .views-col {
    background: #FFF;
}
#block-sakvault-new-content article {
    padding: 60px 0;
    max-width: 1170px;
    margin: 0 auto;
}

/*Outer-box*/
form.views-exposed-form ul li .form-item label::before {
    top: 0;
    left: 0;
}

/*Checkmark*/
form.views-exposed-form ul li .form-item label::after {
    left: 3px;
    top: 2px;
}

/*Hide the checkmark by default*/
form.views-exposed-form ul li .form-item input[type="checkbox"]+label::after {
    content: none;
}

/*Unhide the checkmark on the checked state*/
form.views-exposed-form ul li .form-item input[type="checkbox"]:checked+label::after {
    content: "";
}
form.views-exposed-form ul li .form-item input[type="checkbox"]:focus+label::before {
    content: "";
    outline: rgb(59, 153, 252) auto 5px;
}
form.views-exposed-form ul li>ul {
    margin-left: 20px;
    display: none;
}
.dataTables_wrapper .dataTable {
    border-spacing: 0;
    width: 100%;
}
#datatable_info {
    display: none;
}
.dataTables_filter {
    padding: 0 0 30px;
    width: 90%;
    float: right;
    text-align: right;
    position: relative;
}
.dataTables_filter label,
.dataTables_length label {
    font-size: 0;
}
.dataTables_filter label:after {
    content: "";
    width: 45px;
    height: 45px;
    background: url(../img/search-icon-grey.png) center center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}
.dataTables_filter input {
    height: 43px;
    width: 99%;
    color: #666;
    border: solid 1px #ccc;
    text-indent: 12px;
}
.dataTables_length {
    width: 5%;
    float: left;
    display: inline-flex;
}
.dataTables_length select {
    height: 45px;
    padding: 0 10px;
    border: solid 1px #CCC;
}
.paging_full_numbers {
    width: 70%;
    margin-top: 25px;
    line-height: 23px;
    font-size: 12px;
}
.paging_full_numbers a.paginate_active {
    background-color: #faa225;
    color: #FFF !important;
}
.dataTables_info {
    width: 30%;
    float: left;
    padding-top: 30px;
    font-size: 12px;
}
.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 5px 15px;
    margin: 0;
    cursor: pointer;
    color: #333;
    display: inline-block;
}
.paging_full_numbers a+a {
    border-left: 0 !important;
}
.paging_full_numbers a.paginate_button {
    background-color: #fff;
    display: inline-block;
    margin: 0;
}
.dataTable thead th {
    font-weight: 500;
    text-align: left;
    padding: 10px 10px;
    border: 0;
}
.dataTable tbody td {
    font-size: 14px;
    padding: 15px 10px;
    border: 0;
}
.dataTable thead tr th,
.dataTable tbody tr td {
    border-bottom: solid 1px #e6e6e6;
}
.dataTable tbody tr.odd {
    background-color: #f7f7f7;
}
.dataTable tbody td:first-child {
    font-size: 14px;
    font-weight: 700;
}
.view-short-case-studies .table.dataTable tr.odd:hover,
.view-short-case-studies .table.dataTable tr.even:hover {
    box-shadow: 0 0 15px #999 !important;
    border: 1px solid #ccc;
}
a.more-btn {
    background: #FFF;
    padding: 0px 8px;
    color: #666;
    text-decoration: none;
    border: solid 1px #1b75bb;
    border-radius: 3px;
    font-size: 12px;
    line-height: 22px;
    overflow: hidden;
    position: relative;
    z-index: 9;
    display: inline-block;
}
a.more-btn:hover {
    color: #FFF;
}
.views-view-grid .views-col {
    width: 23.8% !important;
    float: left;
    margin: 0 .5% 15px;
    border: solid 1px #d7d7d7;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
    min-height: 400px;
}
.view-display-id-sales_session .views-view-grid .views-col,
.view-display-id-sales_session_old .views-view-grid .views-col,
.view-display-id-corporate_videos .views-view-grid .views-col,
.view-display-id-webinars .views-view-grid .views-col,
.view-display-id-sales_enablement_videos .views-view-grid .views-col {
    width: 31.8% !important;
    min-height: 220px;
}
.path-brochures-old .views-view-grid .views-col,
.path-brochures .views-view-grid .views-col  {
    min-height: 280px !important;
}
.views-view-grid .views-col:hover {
    box-shadow: 0 0 15px #999;
}
.path-sales-battle-card .views-view-grid .views-col .views-field-field-image img {
    width: 75%;
}
.views-view-grid .views-col .views-field-field-image img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}
.views-view-grid .views-col .views-field-field-image {
    background: linear-gradient(to bottom, #dcdcdc, #f0f0f0);
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.views-view-grid .views-col .views-field-field-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #9d9d9d40;
    left: -90%;
    top: 0;
    z-index: 0;
    transition: .3s;
    -webkit-transition: .3s;
}
.views-view-grid .views-col:hover .views-field-field-image::before {
    animation: heffect 0.5s 1;
    top: 0;
    left: 0;
}
@keyframes heffect {
    0% {
        left: -90%;
        top: 0;
    }
    
    50% {
        top: 0;
        left: 25%;
    }
    
    100% {
        top: 0;
        left: -90%;
    }
}
.view-sbu-initiatives .views-field-field-summary {
    padding: 15px 30px;
}
#block-views-block-sbu-initiatives-block-3 .views-field-view-node,
#block-views-block-sbu-initiatives-block-4 .views-field-view-node {
    padding: 15px 30px 30px;
}
.path-gallery .views-view-grid,
#block-views-block-sbu-initiatives-block-3,
#block-views-block-sbu-initiatives-block-4 {
    padding: 50px 30px;
}
.path-gallery .views-view-grid .views-col {
    transform: perspective(800px) rotateZ(2deg);
    min-height: 310px;
}
.path-gallery .views-view-grid .views-col:hover {
    transform: perspective(800px) rotateZ(0deg);
}
.path-gallery .views-view-grid .views-col .views-field-field-image {
    height: 220px;
}
.path-gallery .views-view-grid .views-col .views-field-field-image img {
    width: 100%;
    height: auto;
    filter: grayscale(.5);
    transition: .3s;
    -webkit-transition: .3s;
}
.path-gallery .views-view-grid .views-col:hover .views-field-field-image img {
    width: 110%;
    height: auto;
    filter: grayscale(0);
}
.path-gallery .views-view-grid .views-col .views-field-title {
    padding: 20px 20px 20px;
    font-size: 12px;
    font-weight: 600;
}
.views-view-grid .views-col .views-field-title {
    display: block;
    padding: 20px 20px 5px;
    font-weight: 600;
}
.views-view-grid .views-col .views-field-title a {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #333;
}
.views-view-grid .views-col .views-field-field-services,
.views-view-grid .views-col .views-field-field-vertical-industry {
    display: inline-block;
    padding: 0 5px 5px 20px;
    font-size: 12px;
    font-weight: 500;
    color: #666;
}
.views-view-grid .views-col .views-field-created {
    display: block;
    padding: 30px 20px 15px;
    font-size: 12px;
}
.views-view-grid .views-col .views-field-field-upload-document,
.views-view-grid .views-col .views-field-field-ppt-file-upload,
#block-quicktabstrainingcalendar .views-field-view-node {
    font-weight: 600;
    font-size: 12px;
    border-top: solid 1px #d7d7d7;
    margin-top: 10px;
    line-height: 8px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #f0f0f0;
}
.views-view-grid .views-col .views-field-field-upload-document a,
.views-view-grid .views-col .views-field-field-ppt-file-upload a,
#block-quicktabstrainingcalendar .views-field-view-node a {
    color: #1b75bb;
    padding: 15px;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: .5s ease-in-out;
    z-index: 9;
}
.views-view-grid .views-col .views-field-field-upload-document a:hover,
.views-view-grid .views-col .views-field-field-ppt-file-upload a:hover,
#block-quicktabstrainingcalendar .views-field-view-node a:hover {
    color: #FFF;
}
.views-view-grid .views-col .views-field-field-upload-document a::before,
.views-view-grid .views-col .views-field-field-ppt-file-upload a::before,
#block-quicktabstrainingcalendar .views-field-view-node a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #faa225;
    left: -100%;
    top: 0;
    z-index: -1;
    transition: .3s;
    -webkit-transition: .3s;
}
.views-view-grid .views-col .views-field-field-upload-document a:hover::before,
.views-view-grid .views-col .views-field-field-ppt-file-upload a:hover::before,
#block-quicktabstrainingcalendar .views-field-view-node a:hover::before {
    animation: heffect 0.5s 1;
    top: 0;
    left: 0;
}
@keyframes heffect {
    0% {
        left: -100%;
        top: 0;
    }
    
    50% {
        top: 0;
        left: 25%;
    }
    
    100% {
        top: 0;
        left: 0;
    }
}
#footer-block {
    width: 100%;
    background: #333;
    color: #ccc;
    padding: 15px 0;
    bottom: 0;
    z-index: 9;
    clear: both;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
}
#block-sakvault-new-copyright-2 {
    padding: 0 20px;
}
article.new-wins,
article.contextual-region,
article.upload-document {
    padding: 50px 30px;
    clear: both;
}
article.new-wins {
    max-width: 1110px;
    margin: 0 auto;
}
article.new-wins .field--type-image {
    text-align: center;
    margin-bottom: 50px;
}
article.new-wins .field--type-image .field--item {
    display: inline-block;
    padding: 50px;
    border: solid 10px #f0f0f0;
    position: relative;
    background: #FFF;
}
article.new-wins .field--type-image .field--item:before {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    top: -15px;
    left: -15px;
    background: linear-gradient(to bottom left, #fcc88a, #ee6da9);
    z-index: -1;
}
article.new-wins .field--type-image .field--item:after {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    right: -20px;
    bottom: -20px;
    background: linear-gradient(to bottom left, #00C0EB, #e6e4bc) #00C0EB;
    z-index: -1;
}
article.new-wins .field--name-field-company-names {
    font-size: 18px;
    font-weight: 700;
}
article.new-wins .field--name-body {
    margin-bottom: 20px;
}
article.new-wins .field--name-body p {
    line-height: 28px;
    margin-bottom: 15px;
}
article.new-wins .field--name-field-vertical-industry a {
    display: inline-block;
    background: #f0f0f0;
    border: solid 1px #CCC;
    text-decoration: none;
    padding: 5px 15px;
    color: #666;
    border-radius: 25px;
}

/*did you know page styles*/
#block-didyouknowsummary {
    padding: 30px 30px;
    border-bottom: dashed 1px #CCC;
    font-size: 18px;
    line-height: 30px;
    position: relative;
}
#block-didyouknowsummary:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 15px;
    left: 0;
    bottom: -8px;
    background: linear-gradient(to left, #fcc88a, #ee6da9);
    border-radius: 0 10px 10px 0;
}
article.is-promoted {
    max-width: 1170px;
    margin: 0 auto;
    padding: 50px 0;
}
article.is-promoted footer article {
    display: none;
}
article.is-promoted footer .author {
    padding-bottom: 10px;
    border-bottom: dashed 1px #CCC;
    margin-bottom: 15px;
    font-size: 12px;
}
article.is-promoted .content h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}
article.is-promoted .content h2:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 5px;
    background: #7b53c1;
    bottom: 0;
    left: 0;
}
article.is-promoted .content .field--name-body p,
article.is-promoted .content .field--name-body ul {
    margin-bottom: 30px;
    line-height: 22px;
}
article.is-promoted .content .field--name-body ul {
    padding-left: 20px;
}
article.is-promoted .content li {
    margin-bottom: 20px;
}
#node-article-comment {
    clear: both;
}
article.is-promoted .field--name-field-tags {
    margin: 15px 0;
    border: solid 1px #f0f0f0;
    background: #f9f9f9;
    width: 100%;
    float: left;
}
article.is-promoted .field--name-field-tags .field--label {
    float: left;
    padding: 5px 10px;
    border-right: solid 1px #f0f0f0;
    background: #f0f0f0;
    font-size: 12px;
}
article.is-promoted .field--name-field-tags .field--items {
    float: left;
}
article.is-promoted .field--name-field-tags .field--items .field--item {
    float: left;
    padding: 5px 15px;
}
article.is-promoted .field--name-field-tags .field--items .field--item a {
    text-decoration: none;
    color: #333;
    font-weight: 700;
    font-size: 12px;
}
.field--name-field-like-button {
    margin-bottom: 30px;
}
.lb-like {
    border: solid 1px #8BC34A !important;
    padding: 5px 10px !important;
    background: #fbffd3 !important;
}
.lb-dislike,
.field--name-field-like-button .field--label {
    display: none !important;
}
.field--name-comment-body .filter-wrapper {
    display: none;
}
.field--name-comment-body textarea {
    border: solid 3px #f0f0f0;
    margin-bottom: 15px;
    width: 48%;
    padding: 1%;
    height: 120px;
}
article.js-comment p {
    margin-bottom: 5px;
}
article.js-comment ul.links {
    padding: 10px 15px;
    background: #f9f9f9;
}
article.js-comment ul.links li {
    list-style: none;
}
article.js-comment ul.links li a {
    text-decoration: none;
    color: #333;
}
li.comment-add,
article.js-comment footer a {
    display: none;
}
#node-article-comment .indented {
    padding-left: 30px;
    position: relative;
}
#node-article-comment .indented:before {
    content: "";
    position: absolute;
    width: 1px;
    background: #DDD;
    height: 30px;
    left: 15px;
    top: -15px;
}
#node-article-comment .indented:after {
    content: "";
    position: absolute;
    background: #DDD;
    height: 1px;
    width: 15px;
    left: 15px;
    top: 15px;
}

/*did you know page styles end*/

/*about-saksoft style starts here*/
.normal-table tr th,
.normal-table tr td {
    padding: 15px 10px;
    font-size: 12px;
}
.normal-table tr th {
    text-align: left;
    border-bottom: solid 3px #7b53c1;
}
.normal-table tr td {
    border-bottom: solid 1px #f0f0f0;
}
.normal-table tr:nth-child(even) {
    background: #f0f0f0;
}
#quicktabs-container-about_us .views-view-grid .views-col {
    min-height: 260px;
}
#quicktabs-container-about_us .views-view-grid .views-col .views-field-nothing,
.view-display-id-sales_session .views-view-grid .views-col .views-field-nothing,
.view-display-id-sales_session_old .views-view-grid .views-col .views-field-nothing,
.view-display-id-corporate_videos .views-view-grid .views-col .views-field-nothing,
.view-display-id-webinars .views-view-grid .views-col .views-field-nothing,
.view-display-id-sales_enablement_videos .views-view-grid .views-col .views-field-nothing {
    position: absolute;
    background: linear-gradient(to bottom left, #fcc88a, #ee6da9);
    padding: 5px 10px;
    color: #fff;
    border-radius: 0 25px 0 0;
    bottom: 0;
    left: 0;
}
#block-quicktabsaboutus,
#block-quicktabssalesenablement,
.view-display-id-sales_session,
.view-display-id-sales_session_old,
.view-display-id-short_casestudies,
.view-display-id-corporate_videos,
.view-display-id-webinars,
.view-display-id-sales_enablement_videosk,
#block-quicktabsdreamforceresources{
    max-width: 1170px;
    margin: 0 auto;
    padding: 50px 0 100px;
    width: 100%;
    overflow: hidden;
}
#block-quicktabsdreamforceresources .dataTables_info { display: none;}
.about-saksoft ul {
    padding: 0;
    margin: 0;
}
.about-saksoft ul li {
    list-style: none;
}
.about-sak,
.highlights,
.sak-overview,
.vertical-focus,
.icore {
    margin-bottom: 30px;
    width: 100%;
    float: left;
    line-height: 28px;
}
.quicktabs-tabpage .views-view-grid .views-col {
    /*width: 32.1% !important;*/
}
.quicktabs-tabpage .views-view-grid .views-col .views-field-field-video {
    text-align: center;
    padding: 10px 0 15px;
}
.view-display-id-sales_session .views-view-grid .views-col .views-field-field-video
.view-display-id-corporate_videos .views-view-grid .views-col .views-field-field-video,
 {
    padding: 27px 0 15px;
    text-align: center;
    cursor: pointer;
}
.quicktabs-tabpage .views-view-grid .views-col .views-field-field-video:hover {
    cursor: pointer;
}
.quicktabs-tabpage .views-view-grid .views-col .views-field-field-video img {
    width: 90%;
    height: auto;
}
#quicktabs-tabpage-about_us-1 .views-view-grid .views-col .views-field-nothing span.field-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 10px 8px 8px;
    background: linear-gradient(to bottom left, #fcc88a, #ee6da9);
    color: #FFF;
    border-radius: 0 15px 0 0;
}
#quicktabs-tabpage-about_us-2 .about-saksoft img {
    margin: 30px auto;
    display: block;
    padding: 50px;
    position: relative;
}
#quicktabs-tabpage-about_us-1 .view-library h3 {
    padding: 10px 0 10px 20px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #333333;
    position: relative;
}
#quicktabs-tabpage-about_us-1 .view-library h3:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    background: #7b53c1;
}
#quicktabs-tabpage-about_us-1 .views-row {
    margin-bottom: 30px;
}
.icore-values li {
	width: 16%;
	float: left;
	padding: 20px 2%;
	border-top: solid 10px;
	position: relative;
	transition: .3s ease-in-out;
}
.icore-values li:hover,
.St-values li:hover{
	color: #FFF;
}
.icore-values li h2,
.St-values li h2{
	margin-bottom: 10px;
	font-weight: 700;
}
.icore-values li:nth-child(1),
.St-values li:nth-child(1){
	border-color: #ffcf52;
}
.icore-values li:nth-child(2),
.St-values li:nth-child(2){
	border-color: #f99b1f;
}
.icore-values li:nth-child(3),
.St-values li:nth-child(3){
	border-color: #f37b21;
}
.icore-values li:nth-child(4),
.St-values li:nth-child(4){
	border-color: #0777bd;
}
.icore-values li:nth-child(5),
.St-values li:nth-child(5){
	border-color: #0356a4;
}
.icore-values li:before{
	content: "";
	position: absolute;
	width: 1px;
	height: 200px;
	top: 0;
	right: 0;
	transition: .3s ease-in-out;
	z-index: -1;
}
.icore-values li:hover:before,
.St-values li:hover:before{
	width: 100%;
}
.icore-values li:nth-child(1):before{
	background: #ffcf52;
    height: 270px;
}
.icore-values li:nth-child(2):before{
	background: #f99b1f;
    height: 305px
}
.icore-values li:nth-child(3):before{
	background: #f37b21;
    height: 243px;
}
.icore-values li:nth-child(4):before{
	background: #0777bd;
    height: 298px;
}
.icore-values li:nth-child(5):before,
.St-values li:nth-child(5):before{
	background: #0356a4;
}
.St-values {width: 90%; margin: 0 auto; list-style: none;}
.St-values li{
	width: 100%;
	float: left;
	padding: 20px 2%;
	border-left: solid 10px;
	position: relative;
	transition: .3s ease-in-out;
    border-top: 1px solid;}
    .St-values li:before{
        content: "";
        position: absolute;
        height: 200px;
        width: 1px;
        top: 0;
        right: 0;
        transition: .3s ease-in-out;
        z-index: -1;
        border-top: 1px;
    }
    .St-values li:nth-child(1):before{
        background: #ffcf52;
        height: 270px;}
    .St-values li:nth-child(2):before{
            background: #f99b1f;
            height: 305px}
    .St-values li:nth-child(3):before{
    background: #f37b21;
    height: 243px;}    
    .St-values li:nth-child(4):before{
        background: #0777bd;
        height: 298px;
    }
    .St-values li:hover h2{
        color: #FFF;
    }
.highlights ul li {
    width: 24%;
    padding: 30px 0;
    display: inline-block;
    float: left;
    text-align: center;
    background: #f0f0f0;
    border-top: solid 10px #677bbc;
}
.highlights ul li:nth-child(odd) {
    background: #f9f9f9;
}
.highlights ul li:nth-child(2) {
    border-color: #1571b9;
}
.highlights ul li:nth-child(3) {
    border-color: #3cbca7;
}
.highlights ul li:nth-child(4) {
    border-color: #f99d1c;
}
.highlights ul li:nth-child(5) {
    border-color: #f15b29;
}
.highlights ul li span {
    display: block;
    font-size: 22px;
    font-weight: 600;
}
.sak-overview figure {
    width: 50%;
    float: left;
    margin: 0;
}
.sak-overview figure img {
    width: 100%;
    height: auto;
}
.vertical-focus ul li {
    display: inline-block;
    float: left;
    text-align: center;
    padding: 20px 0;
    border: solid 1px #CCC;
    width: 278px;
    
    font-size: 12px;
}
.vertical-focus ul li+li {
    border-left: solid 1px #CCC;
   /* width: 14.8%;*/
}
.vertical-focus ul li.title {
    background: #faa225;
    color: #FFF;
    font-weight: 500;
    padding: 36px 15px;
}
.vertical-focus ul li .svg-inline--fa {
    display: block;
    font-size: 32px;
    color: #666;
    margin: 0 auto;
}
.services {
    position: relative;
    margin-top: -30px;
    width: 100%;
    float: left;
}
.services .service-list {
    width: 34.5%;
    float: left;
    min-height: 210px;
    padding: 25px 90px;
    font-size: 14px;
}
.services .service-list:nth-child(even) {
    text-align: right;
}
.services .service-list:nth-child(3),
.services .service-list:nth-child(4) {
    background: #f5f5f5;
}
.services .service-list h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
}
.services .globe-img {
    position: absolute;
    margin: 0;
    left: 45.9%;
    width: 8%;
    top: 213px;
}
.services .service-list ul li {
    margin-bottom: 10px;
}
.services .globe-img img {
    width: 100%;
    height: auto;
}
.icore {
    clear: both;
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
}
.icore ul li {
    display: inline-block;
    float: left;
    padding: 10px 3%;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.icore ul li+li {
    line-height: 60px;
}

/*about-saksoft style ends here*/

/*logos page style*/
.logo-container {
    padding: 50px 0 90px;
    overflow: hidden;
    background: #e1e1de;
}
.sakgroup-logos {
    width: 100%;
    max-width: 1070px;
    margin: 0 auto 2px;
    background: #FFF;
    padding: 50px;
    position: relative;
}
.sakgroup-logos .brand-name h2 {
    font-size: 18px;
    letter-spacing: 2px;
}
.sakgroup-logos figure {
    padding: 100px 0;
    text-align: center;
}
.sakgroup-logos figure img {
    width: auto;
    height: 200px;
}
.sakgroup-logos .color-code {
    position: absolute;
    right: 50px;
    top: 50px;
    text-align: right;
}
.sakgroup-logos .color-code li {
    list-style: none;
    margin-bottom: 10px;
    position: relative;
    padding-right: 40px;
    line-height: 20px;
}
.sakgroup-logos .color-code li span {
    display: block;
}
.sakgroup-logos .color-code li span.color-box {
    position: absolute;
    right: 0;
    top: 5px;
    width: 30px;
    height: 30px;
    border-radius: 0 10px;
}
.sakgroup-logos .color-code .web-color {
    font-weight: 700;
}
.sakgroup-logos .color-code .tsl-c1 {
    background: #307cc0;
}
.sakgroup-logos .color-code .tsl-c2 {
    background: #00a6e8;
}
.sakgroup-logos .color-code .tsl-c3 {
    background: #35363a;
}
.sakgroup-logos .color-code .acuma-c1 {
    background: #f18e21;
}
.sakgroup-logos .color-code .acuma-c2 {
    background: #35363a;
}
.sakgroup-logos .color-code .do-c1 {
    background: #59595b;
}
.sakgroup-logos .color-code .do-c2 {
    background: #3ba4d6;
}
.sakgroup-logos .color-code .edp-c1 {
    background: #c7c7c9;
}
.sakgroup-logos .color-code .edp-c2 {
    background: #0b70b8;
}
.sakgroup-logos .color-code .fai-c1 {
    background: #0f5a99;
}
.sakgroup-logos .color-code .fai-c2 {
    background: #f58345;
}
.sakgroup-logos .color-code .fai-c3 {
    background: #a6ce39;
}
.sakgroup-logos .color-code .sak-c1 {
    background: #6678ba;
}
.sakgroup-logos .color-code .sak-c2 {
    background: #faa225;
}
.sakgroup-logos .color-code .sak-c3 {
    background: #0c72b9;
}
.sakgroup-logos .color-code .sak-c4 {
    background: #254f70;
}
.sakgroup-logos .color-code .globe-c1 {
    background: #6678ba;
}
.sakgroup-logos .color-code .globe-c2 {
    background: #faa225;
}
.sakgroup-logos .color-code .globe-c3 {
    background: #0c72b9;
}
.sakgroup-logos .color-code .globe-c4 {
    background: #254f70;
}
.sakgroup-logos .color-code .icore-c1 {
    background: #0099da;
}
.sakgroup-logos .color-code .icore-c2 {
    background: #ffce51;
}
.sakgroup-logos .color-code .icore-c3 {
    background: #f99b1c;
}
.sakgroup-logos .color-code .icore-c4 {
    background: #f47b20;
}
.sakgroup-logos .color-code .icore-c5 {
    background: #0076be;
}
.sakgroup-logos .color-code .icore-c6 {
    background: #0054a6;
}
.sakgroup-logos footer {
    overflow: hidden;
}
.download-btn-grp {
    float: left;
}
.download-btn-grp label {
    display: block;
}
.download-btn-grp a {
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    float: left;
    padding: 8px 15px;
    position: relative;
}
.download-btn-grp a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border: solid 1px #673AB7;
    transition: .3s ease-in-out;
}
.download-btn-grp a:hover:after {
    height: 100%;
}
.logo-story {
    float: right;
    padding-top: 30px;
}
.logo-story a {
    padding: 8px 15px;
    border: solid 1px #CCC;
    border-radius: 25px;
    text-decoration: none;
    color: #333;
    font-size: 12px;
}

/*logos page styles end*/

/*calendar page styles*/
#calendar {
    padding: 50px;
}
.fc-toolbar button {
    border-radius: 0 !important;
    text-transform: capitalize;
}
.fc-state-active {
    background-color: #7b53c1;
    box-shadow: none;
    color: #FFF;
    outline: none;
}
.fc-state-default {
    text-shadow: none;
    box-shadow: none;
}
.fc-state-default:focus,
.fc-toolbar button:focus {
    outline: none;
}
.fc-day-header span {
    padding: 10px;
    display: block;
    font-weight: 500;
    font-size: 12px;
    background: #f0f0f0;
}
.fc-basic-view .fc-day-number {
    padding: 20px;
}
.fc-day-grid-event {
    margin: 1px 10px 0;
    padding: 3px 5px;
}
.fc-event {
    background-color: #008AE0;
    border: 0;
    border-radius: 0;
}
.fc-event-dot {
    background-color: #008AE0;
}
.fc-unthemed td.fc-today {
    background: #fff3f6;
}
.page-node-type-webform-demo-event .left-sidebar .views-element-container {
    padding: 30px;
}
.page-node-type-webform-demo-event .left-sidebar .views-element-container h2 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 15px;
}
.page-node-type-webform-demo-event .left-sidebar .views-element-container .item-list li {
    list-style: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: dashed 1px #CCC;
    padding-left: 20px;
    position: relative;
}
.page-node-type-webform-demo-event .left-sidebar .views-element-container .item-list li:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #eda4b5;
    position: absolute;
    left: 0;
    top: 3px;
}
.page-node-type-webform-demo-event .left-sidebar .views-element-container .item-list li .views-field-title a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}
.page-node-type-webform-demo-event .left-sidebar .views-element-container .item-list li .views-field-field-webform-demo-event-date {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
}
.page-node-type-webform-demo-event .left-sidebar .views-element-container .item-list li .views-field-taxonomy-forums {
    font-size: 12px;
    color: #7b53c1;
}
.page-node-type-webform-demo-event article footer {
    padding: 8px 0;
    font-size: 12px;
    margin-bottom: 20px;
    border-bottom: solid 1px #e5e5e5;
    color: #666;
}
.quicktabs-tabs {
    margin-bottom: 30px;
    border-bottom: solid 1px #f0f0f0;
    padding: 5px 5px 10px;
}
.quicktabs-tabs li a {
    text-decoration: none;
    color: #666;
    font-weight: 700;
    padding: 12px 25px;
    display: inline-block;
    position: relative;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}
.quicktabs-tabs li a:hover {
    color: #FFF;
}
.quicktabs-tabs li.active a {
    color: #FFF;
}
.quicktabs-tabs li.active a:after {
    content: "";
    width: 100%;
    height: 92%;
    border-radius: 25px;
    background: linear-gradient(to bottom right, #00a79d, #00adef);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.quicktabs-tabs li a:hover:after {
    content: "";
    width: 100%;
    height: 92%;
    border-radius: 25px;
    background: linear-gradient(to bottom left, #faa225, #fbaf3f);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    animation: tabs .5s 1;
    z-index: -1;
}
@keyframes tabs {
    0% {
        width: 0%;
    }
    
    50% {
        width: 110%;
    }
    
    100% {
        width: 100%;
    }
}
article.training-calendar #edit-training-information {
    border: 0;
    margin-bottom: 30px;
    width: 70%;
    float: left;
}
#quicktabs-tabpage-training_calendar-0 .views-col .views-field-nothing-1 .field-content {
    position: relative;
    text-transform: uppercase;
}
#quicktabs-tabpage-training_calendar-0 .views-col .views-field-nothing-1 .field-content:after {
    content: "IST";
    position: absolute;
    top: -2px;
    right: -25px;
    font-size: 14px;
}
article.training-calendar #edit-training-information legend,
#edit-register-information legend {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}
article.training-calendar #edit-training-information .fieldset-wrapper {
    background: #f5f5f5;
    padding: 50px;
    min-height: 250px;
}
article.training-calendar .form-item-training-details,
article.training-calendar #edit-training-information .fieldset-wrapper p,
#edit-training-information .fieldset-wrapper ol,
#edit-training-information .fieldset-wrapper ul {
    margin-bottom: 20px;
}
article.training-calendar .form-item-training-details p {
    font-weight: 700;
}
article.training-calendar #edit-training-information .fieldset-wrapper li {
    margin-bottom: 10px;
    padding: 0 10px;
    list-style-position: inside;
}
article.training-calendar #edit-training-information .fieldset-wrapper li ol,
article.training-calendar #edit-training-information .fieldset-wrapper li ul {
    padding: 15px 0 10px 15px;
}
article.training-calendar .form-item-start-date,
article.training-calendar .js-form-item-end-date,
article.training-calendar .js-form-item-training-location,
article.training-calendar .js-form-item-trainer-name {
    display: inline-block;
    border-left: solid 1px #7b53c1;
    padding: 0px 1%;
    margin-bottom: 30px;
    font-weight: 700;
}
article.training-calendar .form-item-start-date label,
article.training-calendar .js-form-item-end-date label,
article.training-calendar .js-form-item-training-location label,
article.training-calendar .js-form-item-trainer-name label {
    font-weight: 500;
}
#edit-what-you-ll-learn {
    width: 100%;
    border: 0;
}
#edit-what-you-ll-learn .fieldset-wrapper {
    padding: 10px 15px;
}
#edit-what-you-ll-learn ul li {
    list-style-position: inside;
}
#edit-training {
    margin-bottom: 30px;
    display: none;
}
#edit-register-information {
    border: 0;
    float: right;
    width: 30%;
}
#edit-register-information .fieldset-wrapper {
    padding: 30px;
    border: solid 1px #e0e0e0;
}
#edit-register-information .fieldset-wrapper input,
#edit-register-information .fieldset-wrapper select {
    border-bottom: solid 1px #CCC;
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent;
    color: #333;
    padding: 0;
    height: 50px;
    text-indent: 12px;
    width: 100%;
    outline: 0;
    margin-bottom: 20px;
    font-size: 14px;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    overflow: hidden;
}
#edit-register-information .fieldset-wrapper input:focus,
#edit-register-information .fieldset-wrapper select:focus {
    border-color: #7b53c1;
    background: #f0f0f0;
}
article.training-calendar #edit-actions .form-submit {
    position: relative;
    top: -25px;
    right: 25px;
    float: right;
}
.page-node-type-training-calendar .highlighted div:nth-child(1) {
    position: absolute;
    right: 50px;
    top: 82px;
    width: 24%;
    height: 65%;
    background: #d7d7d7;
    padding: 30px;
    z-index: 9;
}
.page-node-type-training-calendar .highlighted a {
    display: none;
}
.webform-submission-training-feedback-form {
    max-width: 480px;
    margin: 0 auto;
    padding: 30px 0;
}
.webform-submission-training-feedback-form .form-item {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.webform-submission-training-feedback-form .form-item .control-label {
    font-size: 12px;
    font-weight: 600;
}
.webform-submission-training-feedback-form .form-item .form-text,
.webform-submission-training-feedback-form .form-item .form-textarea {
    border: solid 1px #CCC;
    padding: 15px 2%;
    width: 95%;
    outline: none;
    font-family: 'Montserrat', sans-serif;
}
.webform-submission-training-feedback-form .form-item .rateit {
    display: block;
}
.webform-submission-training-feedback-form .form-item .text-count-wrapper {
    font-size: 12px;
    font-weight: 500;
    color: #666;
}
.webform-submission-training-feedback-form .form-item .webform-counter-warning {
    /*border-color: #f77805;*/
}
.error-message {
    border: solid 1px #fb6161;
    background: #fff5f5;
    padding: 10px;
    font-size: 12px;
    margin-bottom: 15px;
}
.ui-widget-overlay {
    opacity: 0.8;
    background: #000;
}
.ui-widget.ui-widget-content {
    border-radius: 0;
    padding: 0;
}
.ui-dialog .ui-dialog-titlebar {
    border-radius: 0;
    border: 0;
    background: #DFF2BF;
}
.ui-dialog .ui-dialog-content h5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}
.ui-dialog .ui-dialog-titlebar-close {
    border: none;
    background: #c5d8a6;
    padding: 18px;
    border-radius: 0;
    top: 0;
    right: 0;
    margin: 0;
    outline: none;
}
.view-training-calendar .views-field-field-webform-demo-event-date-1 {
    background: url(../img/training-list-bg.jpg) no-repeat;
    background-size: cover;
    padding: 80px 50px;
    position: relative;
}
.view-training-calendar .views-field-field-webform-demo-event-date-1:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #a5a4df, #f0a4df);
}
.view-training-calendar .views-field-field-webform-demo-event-date-1 .field-content {
    position: absolute;
    background: linear-gradient(to bottom right, #a5a4df, #f0a4df);
    color: #FFF;
    padding: 25px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 26px;
    text-align: center;
    font-size: 22px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.view-training-calendar .views-field-body,
.view-training-calendar .views-field-nothing,
.view-training-calendar .views-field-nothing-1,
.view-training-calendar .views-field-nothing-2 {
    padding: 0 20px 15px;
}
.view-training-calendar .views-field-nothing-2 a {
    font-weight: bold;
    color: #FF9800;
    padding: 3px 10px;
    text-decoration: none;
    border-radius: 25px;
    border: solid 1px #f90;
}
.view-training-calendar .views-field-nothing-2 a .svg-inline--fa {
    color: #f90;
}
.view-training-calendar .views-field-nothing-2 a[href=''] {
    opacity: 0.5;
    cursor: not-allowed;
}
.view-training-calendar .views-field-nothing-2 a:not([href='']) {
    opacity: 1;
}
.view-training-calendar .row-1 .col-4 .views-field-nothing-2,
.view-training-calendar .row-2 .col-1 .views-field-nothing-2,
.view-training-calendar .row-2 .col-2 .views-field-nothing-2,
.view-training-calendar .row-2 .col-3 .views-field-nothing-2 {
    display: none;
}
.view-training-calendar .views-field-view-node a:hover {
    background: #faa225;
    color: #FFF;
}
.page-node-type-training-calendar .webform-confirmation {
    text-align: center;
}
.page-node-type-training-calendar .webform-confirmation__message {
    border: solid 1px #8BC34A;
    background: #f5fff6;
    padding: 60px 0;
    font-size: 18px;
    color: #4CAF50;
    font-weight: 600;
}
.left-sidebar .views-element-container {
    padding: 30px 15px;
}
.left-sidebar .views-element-container .block-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}
.left-sidebar .views-element-container .block-title:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #7b53c1;
}
.left-sidebar .view-training-calendar ul li {
    list-style: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: dashed 1px #CCC;
}
.left-sidebar .view-training-calendar ul li .views-field-nothing-1 {
    padding: 0;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 600;
}
.left-sidebar .view-training-calendar ul li .views-field-nothing-1 span {
    padding: 3px 10px;
    background: #FFF;
    border-radius: 15px;
    display: inline-block;
    border: solid 1px #673AB7;
}
.left-sidebar .view-training-calendar ul li .views-field-nothing {
    padding: 0;
    font-size: 12px;
}
.left-sidebar .view-training-calendar ul li .views-field-title a {
    text-decoration: none;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    display: block;
}
.path-project-management .dataTables_wrapper,
.path-project-management .view-library,
.path-customer-experience .view-library {
    padding: 50px 30px;
}
.path-project-management .view-library .views-row,
.path-customer-experience .view-library .views-row {
    width: 14.8%;
    float: left;
    padding: 30px 2%;
    border: solid 1px #CCC;
    margin: 0 .5% 15px;
    text-align: center;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}
.path-project-management .view-library .views-row:hover,
.path-customer-experience .view-library .views-row:hover {
    box-shadow: 5px 5px 5px #CCC;
}
.path-project-management .view-library .views-row .views-field-field-icon .svg-inline--fa {
    font-size: 60px;
    color: #00BCD4;
    margin-bottom: 15px;
}
.path-customer-experience .view-library .views-row .views-field-field-icon .svg-inline--fa {
    font-size: 60px;
    color: #4caf50;
    margin-bottom: 15px;
}
.path-customer-experience .view-library .views-row .views-field-field-icon .fa-file-powerpoint {
    color: #ff5722 !important;
}
.path-project-management .view-library .views-row .views-field-title,
.path-customer-experience .view-library .views-row .views-field-title {
    font-weight: 700;
    margin-bottom: 15px;
}
.path-project-management .view-library .views-row .views-field-field-upload-document a,
.path-customer-experience .view-library .views-row .views-field-field-upload-document a {
    display: inline-block;
    padding: 12px 15px;
    border: solid 1px #CCC;
    border-radius: 25px;
    color: #666;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}
.path-project-management .view-library .views-row .views-field-field-upload-document a:hover,
.path-customer-experience .view-library .views-row .views-field-field-upload-document a:hover {
    border-color: #03A9F4;
    background: #03A9F4;
    color: #FFF;
}
.path-induction-videos .views-element-container,
.path-sales-battle-card .views-element-container,
.path-useful-links .view-contribute {
    padding: 50px 20px 80px;
}
.path-induction-videos .views-field-field-video {
    text-align: center;
    margin-bottom: 15px;
}
.path-induction-videos .views-field-field-video img {
    width: 90%;
}
.path-induction-videos .views-view-grid .views-col .views-field-title {
    padding: 15px 20px;
    font-weight: 700;
}

/*sales battlecard*/
.path-sales-battle-card .views-field-field-image {
    text-align: center;
    padding: 25px 0;
}
.path-sales-battle-card .views-field-field-image img {
    width: 90%;
    height: auto;
}
.path-sales-battle-card .views-col .views-field-title {
    font-weight: 700;
}
.path-sales-battle-card .views-col .views-field-nothing {
    font-size: 12px;
    padding: 0 40px 20px 20px;
}

/*asksak page styles*/
.path-forum #block-sakvault-new-content header,
.path-forum #block-sakvault-new-content .item-list {
    padding: 50px 50px 0 350px;
    z-index: 0;
    overflow: hidden;
}
.forum-text {
    padding: 15px;
    border: solid 1px #736bc3;
    text-align: left;
    background: #fbfbff;
    margin-bottom: 30px;
    line-height: 22px;
}
.forum-text p {
    margin-bottom: 12px;
}
.forums-list {
    position: relative;
    padding: 30px 25px;
    margin-bottom: 15px;
    border: solid 1px #ddd;
    float: left;
    width: 96%;
    list-style: none;
}
.view-forums .forums-list:nth-child(even) {
    background: #f9f9f9;
}
.view-forums .forums-list:last-child {
    border-bottom: solid 1px #DDD;
    ;
}
.views-field-counter,
.views-field-comment-count {
    display: inline-block;
    position: absolute;
    left: 30px;
    padding: 0;
    border: solid 1px #ddd;
    border-bottom-width: 5px;
    text-align: center;
    color: #666;
    background: #FFF;
    border-radius: 10px;
}
.views-field-counter,
.views-field-comment-count span.views-label {
    padding: 5px 10px 5px;
    display: inline-block;
    font-size: 12px;
    background: #eee;
    border-radius: 10px 10px 0 0px;
}
.views-field-counter,
.views-field-comment-count a {
    display: block;
    font-size: 24px;
    color: #F90;
    line-height: 36px;
}
.forums-title {
    display: inline-block;
    margin-left: 90px;
}
.forums-title a {
    display: block;
    font-size: 18px;
    color: #01acf3;
    text-decoration: none;
    clear: both;
}
.forums-title a:hover {
    color: #F90;
}
.forums-title p a {
    display: inline-block;
    font-size: 12px;
}
.forums-created {
    display: inline-block;
    border-right: solid 1px #CCC;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 12px;
    color: #999;
    float: left;
}
.forums-posted {
    display: inline-block;
    font-size: 12px;
    color: #999;
    float: left;
}
.forum-topics {
    float: left;
    margin-left: 15px;
}
.forums-posted a {
    font-size: 12px;
    display: inherit;
}
.forum-topics a,
#block-views-block-technology-update-block-1-2 .views-field-field-categories a,
.view-technology-update .views-field-field-categories a {
    font-size: 12px;
    background: #e6e4ff;
    display: inline-block;
    color: #272556;
    padding: 3px 5px;
    line-height: 15px;
}
.forum-topics a:hover {
    color: #2196f3;
}
.comment-comment-forum-form {
    background: #fbfbfb;
    padding: 15px;
    border: solid 1px #DDD;
}
.comment-comment-forum-form label {
    color: #666 !important;
}
.comment-comment-forum-form input {
    background: #FFF;
    border: solid 1px #d1d1d1 !important;
    box-shadow: none !important;
}
.comment-comment-forum-form .filter-wrapper,
.comment-comment-forum-form .field--name-subject,
.comment-comment-forum-form .cke_bottom,
.forum .content section article footer article,
article.js-comment footer p a {
    display: none;
}
article.js-comment .field--name-comment-body {
    padding: 5px 15px 15px;
    color: #333;
    background: #FFF;
}
article.js-comment ul.list-inline {
    display: block;
    font-size: 12px;
    background: #f0f0f0;
    margin: 0;
    width: 100%;
    padding: 2px 5px;
}
article.js-comment ul.list-inline li a {
    color: #999;
}
article.js-comment h3 {
    display: none;
}
article.js-comment footer {
    display: inline-block;
    padding: 10px 0 0 15px;
    font-size: 12px;
}
article.js-comment footer p {
    margin: 0 8px 0 0;
    display: inline-block;
    color: #999;
}
article.js-comment {
    border: solid 1px #DDD;
    margin-bottom: 15px;
}
article mark {
    position: absolute;
    background: #4caf50;
    padding: 2px 10px;
    color: #FFF;
    font-size: 10px;
    text-transform: uppercase;
    right: 0;
    top: 0;
}
#edit-actions .btn-default {
    display: none;
}
.forum .author {
    margin-bottom: 10px;
    font-size: 12px;
    color: #999;
    padding-top: 5px;
}
.forum .field--name-taxonomy-forums,
.webform-demo-event .field--name-taxonomy-forums {
    display: none;
}
.forum .field--name-body {
    padding: 15px;
    border: solid 1px #736bc3;
    color: #333;
    border-left: solid 10px #736bc3;
}
.forum .content h2 {
    font-size: 16px;
    font-weight: 600;
}
.view-forums .view-header .forum-text,
#block-contributecontent .field--name-body {
    padding: 15px;
    border: solid 1px #736bc3;
    text-align: left;
    background: #fbfbff;
    margin-bottom: 30px;
}
.forum .content {
    clear: both;
}
.forum .content section article {
    border: solid 1px #dddddd;
    margin: 15px 0 15px 15px;
    position: relative;
}
.forum .content section article footer p span {
    color: #f90;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    background: none;
    padding: 0;
    text-transform: inherit;
}
.forum .content section article h3 {
    padding: 0;
    margin: 0;
    font-size: 22px;
}
.forum .content section article h3 a {
    color: #333;
    text-decoration: none;
}
footer .field--name-user-picture {
    float: left;
    display: inline-block;
    width: 32px;
    margin: 0 10px 5px 0;
    border-radius: 25px;
    overflow: hidden;
}
.forum ul.links .comment-add {
    display: none;
}

/*asksak page styles end*/

/*contribute page styles*/
.path-contact .content-container #block-sakvault-new-contributecontent-2 {
    padding: 60px 30px;
    text-align: center;
    font-size: 16px;
    background: linear-gradient(to top left, #e0e0e0, #f0f0f0);
}
.path-contact .contact-message-feedback-form {
    max-width: 1000px;
    margin: -20px auto 80px;
    padding: 50px;
    box-shadow: 0 0 15px #CCC;
    background: #f9f9f9;
    position: relative;
    border-bottom: solid 5px #607D8B;
}
.path-contact .contact-message-feedback-form:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 20px solid #607d8b;
    border-left: 15px solid transparent;
}
.path-contact .contact-message-feedback-form:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 20px solid #607d8b;
    border-right: 15px solid transparent;
}
.path-contact .contact-message-feedback-form .form-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: dashed 1px #CCC;
    font-weight: 600;
}
.path-contact .contact-message-feedback-form .form-item label {
    font-weight: 400;
    margin-right: 10px;
}
.path-contact .contact-message-feedback-form textarea {
    width: 96%;
    border: dashed 1px #CCC;
    padding: 2%;
}
.path-contact .contact-message-feedback-form .preview {
    background: #f0f0f0;
    padding: 25px;
    line-height: 24px;
    margin-bottom: 15px;
    box-shadow: inset 0px 0px 8px #bbb;
}
.path-contact .contact-message-feedback-form #edit-actions #edit-submit {
    float: right;
}
.path-contact .contact-message-feedback-form #edit-actions #edit-preview {
    background: #f9f9f9;
    border: solid 1px #607d8b;
    color: #666;
    padding: 13px 40px;
}

/**/

/*sbu intiatives*/
.path-sbu-initiatives .views-view-grid {
    padding: 60px 60px 60px 330px;
}
article.sbu-initiatives {
    padding: 50px 0;
    width: 1170px;
    margin: 0 auto;
}
article.sbu-initiatives li {
    list-style: none;
    padding-left: 15px;
    border-left: solid 5px #9C27B0;
}
article.sbu-initiatives .field p {
    margin-bottom: 20px;
    line-height: 22px;
}
article.sbu-initiatives .video-embed-field-responsive-video {
    width: 720px;
    background: #CCC;
    margin: 40px auto;
    border: solid 10px #000;
}

/*client speak page styles*/
.view-client-speak,
.awards {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 50px 0;
}
.view-client-speak .views-row {
    padding: 50px;
    border: dashed 1px #d7d7d7;
    position: relative;
    margin-bottom: 30px;
    /*display: flex;*/
}
.view-client-speak .views-row:before {
    content: "“";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 60px;
    background: linear-gradient(to bottom right, #fec180, #ff8993);
    color: #FFF;
    padding: 0 0 0 10px;
    border-radius: 0 0 50px 0;
    font-size: 60px;
    line-height: 80px;
    font-weight: 700;
}
.view-client-speak .views-row:after {
    content: "”";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 60px;
    background: linear-gradient(to bottom right, #6acbe0, #6859ea);
    color: #FFF;
    padding: 0 10px 0 0;
    border-radius: 50px 0 0 0;
    font-size: 60px;
    line-height: 92px;
    font-weight: 700;
    text-align: right;
}
.view-client-speak .views-row .views-field-title {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    display: inline-block;
    margin-bottom: 15px;
    cursor: auto;
}
.view-client-speak .views-row .views-field-body p {
    margin-bottom: 15px;
}
.view-client-speak .views-row .views-field-field-name {
    font-weight: 700;
}

/*client speak page styles end*/

/*awards page style begins*/
#block-quicktabsclient ul.quicktabs-tabs,
#quicktabs-hiring_locals ul.quicktabs-tabs {
    max-width: 1170px;
    margin: 30px auto 0;
}
.awards .views-view-grid .views-col {
    width: 29.8% !important;
    min-height: inherit;
}
.awards .views-view-grid .views-col .views-field-field-image img {
    height: 230px;
    width: auto;
    padding: 15px 0;
}
.awards .views-field-field-employee-photo- {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 30px;
    float: left;
    margin: 15px;
}
.awards .views-field-field-employee-photo- img {
    width: 100%;
    height: auto;
}
.awards .views-field-field-beneficial {
    padding: 15px 0 0;
    font-weight: 700;
    display: block;
}
.awards .views-field-field-training-category {
    font-size: 12px;
}
.awards .views-field-field-employee-email-address- {
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-size: 16px;
}
.awards .views-field-field-employee-email-address- a {
    color: #666;
}
.awards .views-view-grid .views-col .views-field-title {
    padding: 0;
    font-size: 12px;
    font-weight: 500;
}

/*awards page style ends*/
.icore-viedo .video-embed-field-responsive-video {
    margin-top: 287px;
}
#quicktabs-container-case_study .views-view-grid .views-col,
.view-case-study-2020 .views-view-grid .views-col {
    min-height: 200px !important;
}
.verticals-container {
    padding: 50px 0 90px;
    overflow: hidden;
}
.verticals-box {
    width: 31%;
    margin: 0 1% 15px;
    border: solid 1px #CCC;
    text-align: center;
    float: left;
    position: relative;
    height: 230px;
    overflow: hidden;
}
.verticals-box:hover {
    border-color: #f90;
    box-shadow: 5px 5px 3px #CCC;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
}
.verticals-box a {
    text-decoration: none;
    color: #333333;
}
.verticals-box h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 22px;
    position: relative;
    z-index: 1;
    padding-top: 20px;
}
.verticals-box figure img {
    width: 75%;
    height: auto;
}
.verticals-box .case-study-download-section,
.casestudy-solution-box .download-section,
.case-study-box .case-study-download-section {
    clear: both;
    width: 100%;
    float: left;
    text-transform: uppercase;
    position: absolute;
    width: 45px;
    right: -4px;
}
.verticals-box .case-study-download-section span,
.casestudy-solution-box .download-section span,
.case-study-box .case-study-download-section span {
    float: left;
    font-weight: 500;
    display: inline-block;
    padding: 10px 10px 0;
}
.verticals-box .case-study-download-section ul,
.casestudy-solution-box .download-section ul,
.case-study-box .case-study-download-section ul {
    padding: 0;
    margin: 0;
    float: right;
}
.verticals-box .case-study-download-section ul li,
.casestudy-solution-box .download-section ul li,
.case-study-box .case-study-download-section ul li {
    display: inline-block;
    float: left;
}
.verticals-box .case-study-download-section ul li a,
.casestudy-solution-box .download-section ul li a,
.case-study-box .case-study-download-section ul li a {
    display: inline-block;
    text-decoration: none;
    padding: 10px 15px;
    color: #333;
    background: #f5f5f5;
    border: solid 1px #CCC;
}
.verticals-box .case-study-download-section ul li a:hover,
.casestudy-solution-box .download-section ul li a:hover,
.case-study-box .case-study-download-section ul li a:hover {
    background: #F90;
    color: #FFF;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
}
.verticals-box a h2:hover {
    text-decoration: none;
    color: #333333;
}
.verticals-box figure {
    width: 90%;
    height: 9%;
    position: absolute;
    top: 1em;
    right: 20px;
    z-index: 0;
    transition: .5s;
    -webkit-transition: .5s;
}
.verticals-box figure img {
    transition: .5s;
    -webkit-transition: .5s;
}
.verticals-box:hover figure img {
    transform: scale(1.1);
}
.verticals-box:hover h2 {
    animation: move 1s;
    position: relative;
}
@keyframes move {
    0% {
        left: 0;
    }
    
    25% {
        left: 30px
    }
    
    50% {
        left: -20px;
    }
    
    100% {
        left: 0;
    }
}
.mobile-only {
    display: none;
}
#footer-text {
    width: 100%;
    background: #333;
    color: #ccc;
    padding: 19px 5px;
    bottom: 0;
    z-index: 9;
    clear: both;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}
@media null {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 95%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: rgb(0, 0, 0, 0.2) solid 1px;
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    background: #f0f0f0;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 18px;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer>* {
    margin: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: min-content;
    }
    
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.view-case-study-2020 .views-row .col-1,
.view-case-study-2020 .views-row .col-2,
.view-case-study-2020 .views-row .col-3,
.view-case-study-2020 .views-row .col-4,
.view-case-study-2020 .views-row .col-5,
.view-case-study-2020 .views-row .col-6,
.view-case-study-2020 .views-row .col-7,
.view-case-study-2020 .views-row .col-8 {
    width: inherit! !important;
    padding: 0 !important;
}

/*inner page styles end*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .disktop-only,
    .timeline-wrapper {
        display: none;
    }
    
    .mobile-only {
        display: inherit;
    }
    
    .h2,
    h2 {
        font-size: 1.3rem;
    }
    
    #search-block-form--2,
    #search-block-form {
        border-bottom: solid 1px #CCC;
        padding: 15px;
        background: #f9f9f9;
    }
    
    #search-block-form--2 .form-search,
    #search-block-form .form-search {
        padding: 5px;
        float: left;
        width: 90%;
        margin: 5px 0px;
        border-radius: 25px;
        border: 1px solid #ccc;
    }
    
    #search-block-form--2 input[type=search]:focus,
    #search-block-form input[type=search]:focus {
        border: 1px solid #ccc !important;
        border-radius: 25px!important;
    }
    
    #search-block-form--2 .form-submit,
    #search-block-form .form-submit {
        margin-left: -67px;
        margin-top: 5px;
    }
    
    .form-submit {
        padding: 9px 25px;
        margin: 5px 10px;
    }
    
    #edit-reset {
        position: absolute;
        top: inherit;
        right: inherit;
        padding: 9px 20px;
        font-size: 12px;
        font-weight: 400;
    }
    
    #quicktabs-container-case_study .views-view-grid .views-col,
    .view-case-study-2020 .views-view-grid .views-col {
        min-height: 150px !important;
        width: 90% !important;
        margin: 8px 17px;
    }
    
    .casestudy-solution-box .download-section {
        margin-top: inherit !important;
        width: 50px;
    }
    
    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    
    .verticals-container {
        width: 100%;
    }
    
    .verticals-box,
    .case-study-box {
        margin: 0 2px 15px 2px !important;
        clear: both;
        position: relative;
        height: 174px;
        overflow: hidden;
        width: 98%;
    }
    
    .verticals-box .case-study-download-section,
    .casestudy-solution-box .download-section,
    .case-study-box .case-study-download-section {
        top: 48px;
    }
    
    .verticals-box .case-study-download-section ul li a,
    .casestudy-solution-box .download-section ul li a,
    .case-study-box .case-study-download-section ul li a {
        font-size: 12px;
        font-weight: 700;
    }
    
    .verticals-box h2 a {
        text-decoration: none;
        color: #333333;
        font-size: 18px;
    }
    
    .col-4,
    .col-6,
    .col-3,
    .col-8,
    .col-2 {
        width: 100%!important;
        display: inline-table;
        ;
    }
    
    .case-study-box {
        width: 100% !important;
        height: 220px!important;
        margin: 0 1% 15px;
        border: solid 1px #CCC;
        text-align: center;
        clear: both;
        position: relative;
    }
    
    .login-head,
    .login-box {
        width: 90%;
        padding: 0 0 20px;
        min-height: inherit;
    }
    
    .login-box #content {
        padding: 0 0 20px;
        box-shadow: none;
    }
    
    .login-box:before {
        content: "";
        width: 25px;
        height: 25px;
        position: absolute;
        left: -12px;
        top: -12px;
        background: linear-gradient(to bottom right, #a5a4df, #f0a4df) #f0a4df;
        box-shadow: 5px 5px 0px #00000010;
    }
    
    .login-box:after {
        content: "";
        width: 25px;
        height: 25px;
        position: absolute;
        right: -12px;
        bottom: -12px;
        background: linear-gradient(to bottom left, #00C0EB, #e6e4bc) #00C0EB;
        box-shadow: -5px -5px 0 #00000010;
    }
    
    .login-box #content .nav-tabs li {
        float: left;
        width: 50%;
    }
    
    .login-box #content .nav-tabs li a {
        padding: 15px 0;
        border-radius: 0;
        font-size: 12px;
        border-bottom: solid 1px #e5e5e5;
        float: left;
        width: 100%;
    }
    
    .login-box #content .nav-tabs li.active a {
        border: 0;
        color: #fff;
        background: #00bfeb;
    }
    
    .login-box #content .nav-tabs li:nth-child(3) {
        display: block;
        float: none;
        width: 100%;
    }
    
    .login-box #content .nav-tabs li:nth-child(3) a {
        display: block;
        width: 100%;
        padding: 15px 0;
    }
    
    .login-box #content .nav-tabs {
        margin: 0;
    }
    
    .user-login-form,
    .user-register-form,
    .user-pass {
        clear: both;
        padding: 30px 15px 15px;
    }
    
    .sidenav {
        padding-top: 15px;
        height: 600px;
        padding-bottom: 50px;
    }
    
    .sidenav a {
        font-size: 12px;
    }
    
    .tile-wrapper {
        width: 100%;
        display: block;
        height: 100%;
    }
    
    .sales,
    .saksoft {
        height: 190px;
    }
    
    .sales figure,
   .saksoft figure,
    .hr-collaterals figure {
        top: -45%;
    }
    
    .s-stories,
    .project-management,
    .m-collaterals,
    .t-calendar,
    .event,
    .asksak,
    .new-customer,
    .sales-enablement{
        height: 145px;
    }
    
    .m-group,
    .m-verticals,
    .m-solutions,
    .m-other-collaterals,
    .gtm,
    .account-plan,
    .hr-collaterals,
    .m-Session,
    .m-Automation {
        height: 150px;
    }
    
    .m-group,
    .m-solutions,
    .m-Automation,
    .s-stories,
    .account-plan,
    .t-calendar {
        width: 40%;
        float: left;
    }
    
    .new-customer,
    .sales-enablement  {
        height: 260px;
    }
    
    .m-collaterals {
        height: 145px;
    }
    
    .timeline-wrapper {
        width: 100%;
        position: relative;
        float: left;
        min-height: 300px;
    }
    
    .timeline-wrapper .views-element-container {
        width: 88%;
    }
    
    .sakgroup-logos {
        width: 97%;
    }
    
    .logo-container {
        padding: 15px 0 90px;
    }
    
    .awards {
        padding: 20px 2%;
        width: 96%;
    }
    .video-embed-field-launch-modal,
     .view-display-id-webinars .views-field-title,
    .views-field-field-video,
    .view-display-id-webinars .views-view-grid .views-col {cursor: pointer !important;} 
    
    .views-view-grid .views-col,
    .awards .views-view-grid .views-col,
    .view-display-id-sales_session .views-view-grid .views-col,
    .view-display-id-corporate_videos .views-view-grid .views-col,
    .view-display-id-webinars .views-view-grid .views-col,
    .view-display-id-sales_enablement_videos .views-view-grid .views-col,{
        width: 99% !important;
    }
    
    .path-induction-videos .views-element-container,
    .path-sales-battle-card .views-element-container,
    .path-useful-links .view-contribute {
        padding: 15px 20px 80px;
    }
    
    #block-quicktabsaboutus,
    #quicktabs-sales_enablement {
        padding: 15px 0 80px;
        max-width: inherit;
    }
    
    ul.quicktabs-tabs {
        overflow: scroll;
    }
    
    #quicktabs-about_us {
        padding: 0 15px;
    }
    
    .quicktabs-tabs li a {
        padding: 6px 19px;
        font-size: 12px;
    }
    
    .highlights ul li {
        width: 50%;
        padding: 20px 0;
        font-size: 12px;
        line-height: 22px;
    }
    
    .highlights ul li span {
        font-size: 18px;
    }
    
    .sak-overview figure {
        width: 100%;
    }
    
    .vertical-focus ul li.title {
        width: 100%;
        padding: 15px 0;
        font-size: 16px;
    }
    
    .vertical-focus ul li+li {
        border-bottom: solid 1px #CCC;
        width: 50%;
        border-top: 0;
        border-left: 0;
    }
    
    .services .service-list {
        width: 100%;
        padding: 15px 0;
        text-align: left !important;
        min-height: inherit;
        background: none !important;
        border-bottom: solid 1px #CCC;
    }
    
    .services .service-list ul {
        padding-left: 15px;
    }
    
    .services .service-list:nth-child(2) h3 {
        color: #677bbc;
    }
    
    .services .service-list:nth-child(3) h3 {
        color: #1571b9;
    }
    
    .services .service-list:nth-child(4) h3 {
        color: #3cbca7;
    }
    
    .services .service-list:nth-child(5) h3 {
        color: #f99d1c;
    }
    
    .services .globe-img {
        top: 15px;
        left: 90%;
    }
    
    .icore ul li {
        display: block;
        float: left;
        width: 50%;
        padding: 15px 0;
    }
    
    .icore ul li+li {
        line-height: 25px;
        padding: 30px 0;
    }
    
    .icore ul li img {
        width: 65%;
        height: auto;
    }
    
    .icore ul li:nth-child(2) {
        background: #ffcf52;
        color: #FFF;
    }
    
    .icore ul li:nth-child(3) {
        background: #f99b1f;
        color: #FFF;
    }
    
    .icore ul li:nth-child(4) {
        background: #f0f0f0;
        color: #f37b21;
    }
    
    .icore ul li:nth-child(5) {
        background: #f0f0f0;
        color: #0376bd;
    }
    
    .icore ul li:nth-child(6) {
        background: #0455a5;
        color: #FFF;
    }
    
    .quicktabs-tabpage .views-view-grid .views-col {
        width: 100% !important;
    }
    
    #quicktabs-tabpage-about_us-2 .about-saksoft img {
        width: 75%;
        padding: 20px 0;
    }
    
    .icore-values li {
        width: 96%;
        border-top: solid 3px;
    }
    
    .icore-values li:before {
        height: 100%;
    }
    
    #footer-block {
        position: relative;
        clear: both;
    }
    
    .path-contact .contact-message-feedback-form {
        width: 76%;
        max-width: inherit;
        padding: 50px 8%;
    }
    
    .view-filters {
        display: none;
    }
    
    .view-display-id-short_casestudies .view-filters {
        display: block;
    }
    
    .path-brochures-old .views-view-grid .views-row,
    .path-brochures .views-view-grid .views-row, {
        float: left;
        clear: both;
        width: 94%;
        padding: 50px;
    }
    
    .dataTables_wrapper,
    .path-brochures .views-view-grid,
    .path-brochures-old .views-view-grid,
    .path-new-wins .views-infinite-scroll-content-wrapper,
    article.is-promoted,
    .path-short-casestudies .views-infinite-scroll-content-wrapper,
    article.is-promoted,
    .path-sbu-initiatives .views-view-grid {
        padding: 15px 4%;
        width: 92%;
        overflow-x: auto;
    }
    
    .path-new-wins .views-view-grid .views-col,
    .path-short-casestudies .views-view-grid .views-col,
    #block-views-block-new-wins-block-2 .views-view-grid .views-col {
        width: 96% !important;
        padding: 15px 2%;
        min-height: inherit;
    }
    
    article.new-wins .field--type-image .field--item {
        width: 94%;
        padding: 50px 0;
    }
    
    article.new-wins .field--type-image .field--item img {
        width: 100%;
        height: auto;
    }
    
    #block-views-block-new-wins-block-2 {
        padding: 15px;
    }
    
    .dataTables_length {
        width: 20%;
    }
    
    .dataTables_filter {
        width: 75%;
    }
    
    .paging_full_numbers {
        width: 100%;
        float: left;
        text-align: left;
    }
    
    .dataTables_info {
        width: 100%;
    }
    
    .dataTable thead tr th,
    .dataTable tbody tr td {
        white-space: nowrap;
    }
    
    .paging_full_numbers a.paginate_button,
    .paging_full_numbers a.paginate_active {
        padding: 5px 10px;
    }
    
    #block-quicktabstrainingcalendar,
    article.training-calendar {
        padding: 15px;
    }
    
    article.training-calendar #edit-training-information,
    #edit-register-information {
        width: 100%;
    }
    
    article.training-calendar #edit-training-information .fieldset-wrapper {
        padding: 30px;
    }
    
    aside.left-sidebar {
        display: none;
    }
    
    .content-container-sidebar {
        margin: 0;
        padding: 0;
    }
    
    .field--name-comment-body textarea,
    article.is-promoted .field--name-field-tags .field--label,
    article.sbu-initiatives .video-embed-field-responsive-video {
        width: 94%;
    }
    
    article.sbu-initiatives img {
        width: 100%;
        height: auto;
    }
    
    article .field--name-body h2 {
        padding: 11px 0 !important;
        color: #f90 !important;
        font-size: 1.2rem !important;
    }
    
    .box1,
    .box2,
    .box3,
    .box4 {
        padding: 10px!important;
        margin-bottom: 15px;
    }
    
    .box3 {
        display: block!important;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .login-box:before {
        content: "";
        width: 50px;
        height: 50px;
        position: absolute;
        left: -25px;
        top: -25px;
        background: linear-gradient(to bottom right, #a5a4df, #f0a4df) #f0a4df;
        box-shadow: 15px 15px 0px #00000010;
    }
    
    form.views-exposed-form {
        display: none;
    }
    
    .dataTables_wrapper,
    .path-brochures-old .views-view-grid,
    .path-brochures .views-view-grid,
    .path-new-wins .views-infinite-scroll-content-wrapper {
        padding: 30px;
    }
    
    #search-block-form--2,
    #search-block-form {
        border-bottom: solid 1px #CCC;
        padding: 15px;
        background: #f9f9f9;
    }
    
    #search-block-form--2 .form-search,
    #search-block-form .form-search {
        padding: 11px;
        float: left;
        width: 80%;
        margin: 5px 20px;
        border-radius: 25px;
        border: 1px solid #ccc;
    }
    
    #search-block-form--2 input[type=search]:focus,
    #search-block-form input[type=search]:focus {
        border: 1px solid #ccc !important;
        border-radius: 25px!important;
    }
    
    #search-block-form--2 .form-submit,
    #search-block-form .form-submit {
        margin-left: -67px;
        margin-top: 5px;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* Styles */
}
.elp-Document {
    padding: 30px 50px 0px;
}
.elp-Document h3 {
    padding: 10px 0 10px 0;
}
.elp-Document ul {
    padding: 10px;
    margin: 10px;
    display: block;
}
.elp-Document ul li {
    line-height: 26px;
}
#block-quicktabshiringlocals .dataTables_wrapper {
    min-height: auto
}

/*case study New page style*/
.case-study-box {
    width: 22%;
    height: 210px;
    margin: 0 1% 15px;
    border: solid 1px #CCC;
    text-align: center;
    float: left;
    position: relative;
    overflow: hidden;
}
.case-study-box:hover {
    border-color: #f90;
    box-shadow: 5px 5px 3px #CCC;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    background: linear-gradient(to bottom left, #fcc88a, #ee6da9);
    background-size: cover;
}
.case-study-box figure img {
    width: 100%;
    height: auto;
}
.case-study-box .download-section {
    clear: both;
    width: 100%;
    float: left;
    text-transform: uppercase;
    position: absolute;
    width: 45px;
    right: -4px;
    z-index: 2;
}
.case-study-box .download-section span {
    float: left;
    font-weight: 500;
    display: inline-block;
    padding: 10px 10px 0;
}
.case-study-box .download-section ul {
    padding: 0;
    margin: 0;
    float: right;
}
.case-study-box .download-section ul li {
    list-style: none;
    width: 54px;
    font-size: 12px;
}
.case-study-box .download-section ul li a {
    display: inline-block;
    text-decoration: none;
    padding: 10px 15px;
    color: #333;
    background: #f5f5f5;
    border: solid 1px #CCC;
}
.case-study-box .download-section ul li a:hover {
    background: #F90;
    color: #FFF;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
}
.case-study-box h2 {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 22px;
    position: relative;
    z-index: 1;
    padding-top: 20px;
}
.case-study-box small {
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    z-index: 1;
}
.case-study-box a {
    text-decoration: none;
    color: #000;
}
.case-study-box:hover h2 {
    position: relative;
    color: #fff;
}
.case-study-box:hover small {
    position: relative;
    color: #fff;
}
.case-study-box:hover ul li a {
    animation: move 1.5s;
    position: relative;
}
@keyframes move {
    0% {
        left: 0;
    }
    
    25% {
        left: 30px
    }
    
    50% {
        left: -20px;
    }
    
    100% {
        left: 0;
    }
}
.case-study-box figure {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0em;
    right: 0;
    z-index: 0;
    transition: .5s;
    -webkit-transition: .5s;
}
.case-study-box figure img {
    transition: .5s;
    -webkit-transition: .5s;
}
.case-study-box:hover figure img {
    transform: scale(1.1);
}
.view-display-id-page_10 .casestudy-solution-box,
.view-display-id-page_11 .casestudy-solution-box{
    height: 165px;
    width: 285px;
}   

/*case study Solution page style*/
.casestudy-solution-box {
    height: 200px;
    position: relative;
    padding: 8px 20px 20px 20px;
    overflow: hidden;
}
.casestudy-solution-box:hover {
    box-shadow: 5px 5px 3px #CCC;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
}
.casestudy-solution-box figure img {
    width: 100%;
    height: 100%;
}
.casestudy-solution-box .download-section {
    clear: both;
    text-transform: uppercase;
    margin-top: -10px;
    right: 0;
    z-index: 1;
    position: absolute;
    ;
}
.casestudy-solution-box .download-section span {
    float: left;
    font-weight: 500;
    display: inline-block;
    padding: 10px 10px 0;
}
.casestudy-solution-box figure {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0em;
    right: 0;
    z-index: 0;
    transition: .5s;
    -webkit-transition: .5s;
}
.casestudy-solution-box h2 {
    font-size: 14px;
    font-weight: 800;
    line-height: 22px;
    height: 50px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    text-align: center;
}
.casestudy-solution-box h2 a {
    color: #fff;
    margin-top: 20px;
}
.casestudy-solution-box small {
    margin-bottom: 10px;
    display: block;
    font-size: 12px;
    letter-spacing: 3px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}
.casestudy-solution-box:hover h2 {
    position: relative;
    color: #fff;
}
.casestudy-solution-box:hover small {
    position: relative;
    color: #fff;
}
@keyframes move {
    0% {
        left: 0;
    }
    
    25% {
        left: 30px
    }
    
    50% {
        left: -20px;
    }
    
    100% {
        left: 0;
    }
}
.casestudy-solution-box figure {
    font-size: 48px;
}
.casestudy-solution-box figure {
    margin-bottom: 10px;
    transition: .5s;
    -webkit-transition: .5s;
}

/*.casestudy-solution-box:hover figure img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	filter: brightness(20);
	-webkit-filter: brightness(20);
}
.casestudy-solution-box figure img,
.casestudy-solution-box:hover figure img{
        filter:brightness(0) invert(1);
    }
*/
.page {
    padding: 0 40px
}
article .field--name-body h2 {
    padding: 20px 10px;
    color: #03A9F4;
    font-size: 1.5rem;
}
.page .field--name-body p {
    padding: 10px 15px;
}
article .field--name-body ul {
    padding: 10px 25px;
}
article .field--name-body ul ul {
    padding: 20px 25px;
}
article .field--name-body li {
    line-height: 28px;
}
article .field--name-body li li {
    line-height: 28px;
}
.download-section {
    clear: both;
    text-transform: uppercase;
    margin-top: 10px;
    right: 0;
    z-index: 1;
    ;
}
.download-section span {
    float: left;
    font-weight: 500;
    display: inline-block;
    padding: 10px 10px 0;
}
.download-section ul {
    padding: 0;
    margin: 0;
    float: right;
}
.download-section ul li {
    list-style: none;
    float: left;
    font-size: 11px;
    text-align: center;
}
.download-section ul li a {
    display: inline-block;
    text-decoration: none;
    padding: 10px 15px;
    color: #333;
    background: #f5f5f5;
    border: solid 1px #CCC;
}
.download-section ul li a:hover {
    background: #F90;
    color: #FFF;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
}
.field--name-body h1 {
    color: #FF9800;
    font-size: 2rem;
}
hr {
    border-top: 1px dotted #000000 !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}
.border-st1 {
    padding: 10px 18px;
    border: 2px solid #27A0FD;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 5px;
    display: inline-block;
}
.border-st2 {
    padding: 10px 18px;
    border: 2px solid #FFC107;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 5px;
    display: inline-block;
}
.field--name-body .border-wrap {
    position: relative;
    background: linear-gradient(to right, #FFC107, #FF5722);
    padding: 2px;
    display: inline-block;
    border-radius: 20px;
    margin: 5px;
}
.border-box {
    background: #fff;
    padding: 8px 14px;
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
    border-radius: 20px;
}
hr {
    border-top: 1px dotted #000000 !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.video-link {
    background: #00bcd421;
    padding: 15px 20px;
    border: 1px solid #00bcd4;
    border-radius: 3px;
    font-size: 18px;
    margin-bottom: 10px;
    border-left: 5px solid #00bcd4;
}

}
.box1 {
    border-top: 1px dotted #ccc !important;
    border-bottom: 1px dotted #ccc !important;
    background: #f9f9f9;
    display: block !important;
    padding:30px;
}
.box2 {
    background: #fff;
    display: inline-block;
    padding:30px;
}
.box3 {
    background: #edeeee;
    display: inline-block;
    padding:30px;
}
.box3 p,
.box3 li,
.box3 h6 {
    color: #04213f;
}
.box3 h2 {
    color: #04213f!important;
    margin-top: 15px;
}
.box4 {
    background: #f0f0f0;
    display: inline-block;
    padding:30px;
}
.box4 p,
.box4 li,
.box4 h6 {
    color: ##242323;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 80%!important;
    }
    .row {
        display: block !important;
    }
    @media screen and (max-width: 700px) {
        .box {
            width: 70%;
        }
        
        .popup {
            width: 70%;
        }
    }
    .modal-lg p {
        line-height: 36px;
        font-size: 15px;
        margin-bottom: 25px;
    }
    .modal-lg ul {
        padding: 0 20px 0 35px !important;
        font-size: 15px;
    }
    .modal-lg li {
        line-height: 40px;
    }
    .modal-lg .col-4 {
        float: left;
    }
    .modal-lg.h2,
    .modal-lg h2 {
        font-size: 1.4rem;
        color: #f90;
        margin-bottom: 25px;
    }
    .modal-lg.h1,
    .modal-lg h1 {
        font-size: 1.8rem;
        color: #007bff;
    }
    /*verticals case study New page style*/
    #search-block-form--2,
    #search-block-form {
        border-bottom: solid 1px #CCC;
        padding: 15px;
        background: #f9f9f9;
    }
    #search-block-form--2 .form-search,
    #search-block-form .form-search {
        padding: 11px;
        float: left;
        width: 80%;
        margin: 5px 20px;
        border-radius: 25px;
        border: 1px solid #ccc;
    }
    #search-block-form--2 input[type=search]:focus,
    #search-block-form input[type=search]:focus {
        border: 1px solid #ccc !important;
        border-radius: 25px!important;
    }
    #search-block-form--2 .form-submit,
    #search-block-form .form-submit {
        margin-left: -67px;
        margin-top: 5px;
    }
}
.bs-example {
    margin: 30px;
}
.nav-item a {
    color: #3e535e;
    font-weight: 600;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: #fff !important;
    background-color: #00bcd4 !important;
    border-color: #03a9f4 #03a9f4 #00bcd4 !important;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #fbaf3f!important;
    border-color: #faa225 !important;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-radius: 20px !important;
    margin-right: 30px !important;
    padding: 8px 24px !important;
    text-decoration: none;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.nav-link {
    display: block;
    padding: .5rem 1rem
}
.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}
.nav-tabs {
    /*border-bottom: 1px solid #dee2e6*/
}
.nav-tabs .nav-item {
    margin-bottom: -1px
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.nav-pills .nav-link {
    border-radius: .25rem
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}
.nav-fill .nav-item,
.nav-fill>.nav-link {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}
.nav-justified .nav-item,
.nav-justified>.nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}
.tab-content>.tab-pane {
    display: none
}
.tab-content>.active {
    display: block
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none
}
.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}
.iCORE-awarded {
    display: block;
    margin: 0px;
    padding: 5px;
}
.iCORE-awarded .award-img {
    float: left;
    padding: 3px;
    margin: 10px;
}
.iCORE-awarded .award-text {
    padding: 30px;
}
.iCORE-awarded .award-text span {
    color: #ff9800;
}
.iCORE-awarded .award-text-body {
    padding-top: 10px;
}
.view-client-speak .form-item {
    width: 90%;
    height: 53px;
    margin: 0;
    padding: 10px 20px;
}
.view-client-speak .form-item label {
    font-weight: 600;
}
.view-client-speak .form-item select {
    width: 100%;
    height: 30px;
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 5px 10px;
}
.view-client-spea #edit-reset {
    position: absolute;
    top: 32px;
    right: 20px;
    padding: 6px 15px;
    font-size: 12px;
    font-weight: 400;
}

/**
 * @file
 * Styles for Seven's Pagination.
 */
.pager__items {
    margin: 0.25em 0 0.25em 1.5em;
    /* LTR */
    padding: 0;
}
[dir="rtl"] .pager__items {
    margin: 0.25em 1.5em 0.25em 0;
}
.pager__item {
    display: inline-block;
    margin: 0;
    padding: 0 0.4em;
    color: #757575;
    font-size: 1.08em;
}
.pager__item a {
    padding: 0 5px 2px;
    transition: border-bottom-color 0.2s;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    font-weight: 600;
    line-height: 1.55em;
    -webkit-font-smoothing: antialiased;
}
.pager__item.is-active a {
    color: #2a678c;
    border-bottom-width: 3px;
    border-bottom-color: #2a678c;
    font-weight: 700;
}
.pager__item a:hover,
.pager__item a:focus {
    color: #3395d2;
    border-bottom-color: #3395d2;
}
.pager__item--next a,
.pager__item--last a,
.pager__item--first a,
.pager__item--previous a {
    color: #2a678c;
    border-bottom-width: 0;
}
#quicktabs-tabpage-about_us-4 .views-view-grid .views-col {
    height: 430px;
}
article .verticals-container .case-study-box small {
    margin-top: -20px !important;
    font-size: 16px!important;
}
article .case-study-box figure {
    top: 1.5em!important;
}
.solutions-count {
    background: rgb(10 34 61 / 60%);
    padding: 10px 20px 20px 20px;
}
.solutions-count ul.count {
    list-style: none;
    line-height: 30px;
    color: #ffffff;
    font-size: 13px;
}
.solutions-count ul.count svg:not(:root).svg-inline--fa {
    padding-right: 7px;
}
.solutions-count ul.count li span.count-num {
    float: right;
    margin-right: 10px;
    font-weight: 600;
}
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    float: left;
    margin: 10px;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #007bff;
    border: 1px solid #007bff;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-decoration: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}
#quicktabs-case_study_old form.views-exposed-form{ top:70px!important;}