/*
Theme Name: Child Theme
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/*********/

/* RESET */

/*********/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}


/*q {
    font-weight: 500;
}*/

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

body {
    font-family: 'GothamBook', MinionPro, Helvetica, Arial, sans-serif !important;
    font-stretch: normal !important;
    font-weight: 400 !important;
    letter-spacing: 0.01em !important;
}

p,
cite {
    line-height: 1.625em;
    letter-spacing: .05em;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #0077EA;
    text-decoration: none;
    display: inline;
    outline: none;
    font-weight: 500;
}

a,
button {
    transition: .2s all ease-in-out;
}

a:hover {
    text-decoration: underline;
}

strong {
    font-weight: 600;
    font-family: 'GothamBold', sans-serif;
}

nav ul {
    list-style: none;
    padding: 0px;
}


/**************/

/* TYPOGRAPHY */

/**************/

@font-face {
    font-family: 'GothamBold';
    src: url('fonts/GothamBold.eot');
    src: local('Gotham Bold'), url('fonts/GothamBold.woff') format('woff'), url('fonts/GothamBold.ttf') format('truetype'), url('fonts/GothamBold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBoldItalic';
    src: url('fonts/GothamBoldItalic.eot');
    src: local('Gotham Bold Italic'), url('fonts/GothamBoldItalic.woff') format('woff'), url('fonts/GothamBoldItalic.ttf') format('truetype'), url('fonts/GothamBoldItalic.svg') format('svg');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'GothamMedium';
    src: url('fonts/GothamMedium.eot');
    src: local('Gotham Medium'), url('fonts/GothamMedium.woff') format('woff'), url('fonts/GothamMedium.ttf') format('truetype'), url('fonts/GothamMedium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GothamMediumItalic';
    src: url('fonts/GothamMediumItalic.eot');
    src: local('Gotham Medium Italic'), url('fonts/GothamMediumItalic.woff') format('woff'), url('fonts/GothamMediumItalic.ttf') format('truetype'), url('fonts/GothamMediumItalic.svg') format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'GothamBook';
    src: url('fonts/GothamBook.eot');
    src: local('Gotham Book'), url('fonts/GothamBook.woff') format('woff'), url('fonts/GothamBook.ttf') format('truetype'), url('fonts/GothamBook.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBookItalic';
    src: url('fonts/GothamBookItalic.eot');
    src: local('Gotham Book Italic'), url('fonts/GothamBookItalic.woff') format('woff'), url('fonts/GothamBookItalic.ttf') format('truetype'), url('fonts/GothamBookItalic.svg') format('svg');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Regular.eot');
    src: local('Lato Regular'), url('fonts/Lato-Regular.woff') format('woff'), url('fonts/Lato-Regular.ttf') format('truetype'), url('fonts/Lato-Regular.svg') format('svg');
    font-weight: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.eot');
    src: local('Montserrat Regular'), url('fonts/Montserrat-Regular.woff') format('woff'), url('fonts/Montserrat-Regular.ttf') format('truetype'), url('fonts/Montserrat-Regular.svg') format('svg');
    font-weight: normal;
}


/*#main .fullwidth-box .fusion-row,
.single #content {
    padding-left: 20px !important;
    padding-right: 20px !important;
}*/

#main h3 {
    font-size: 1.5em;
}

h1 {
    font-size: 2.438em;
    line-height: 1.077em;
    font-weight: 700;
    padding: 0 0 30px;
}

.post-type-archive-news #main .recent_news > h2,
.post-type-archive-news #main .recent_press_releases > h2,
.post-type-archive-news #sidebar .events > .row > .col > h2 {
    font-size: 2.438em;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

h2.widget-title,
h4.widget-title {
    font-size: 39px !important;
    margin-bottom: 20px !important;
    line-height: 45px !important;
}

h4.widget-title {
    margin-top: 15px;
}

h4 {
    font-family: GothamMedium !important;
    font-weight: 500 !important;
    color: #000000 !important;
    font-size: 16px !important;
}

h2 a,
h3 a,
.latest_blog_and_resources h3 a {
    color: #000000 !important;
}

h2 a:hover,
h3 a:hover,
.latest_blog_and_resources h3 a:hover {
    color: #0077EA !important;
}

.center {
    text-align: center;
    display: block;
}


/*********/

/* MENUS */

/*********/

#header-menu a {
    color: #000;
}

nav a {
    display: block;
    color: #000;
}

nav a:hover {
    color: #0077EA !important;
    text-decoration: underline;
}

.fusion-header .fusion-row {
    padding: 10px !important;
}

.fusion-mobile-menu-design-modern .fusion-header > .fusion-row {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

#header-menu,
#site-navigation .btn {
    display: none;
}

#site-navigation .tel {
    display: inline-block;
    float: right;
    margin: 22px 0;
    padding: 0 20px 0 50px;
}

#site-navigation .tel a {
    display: inline;
    font-size: 16px;
}

#site-navigation .tel a::before {
    background: url(images/ico_phone.png) no-repeat 0 0;
    content: '';
    height: 36px;
    margin: -10px 0 0 -40px;
    position: absolute;
    width: 27px;
}


/* Mobile navigation */

.fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-header {
    padding: 0px !important;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 0;
}

.admin-bar .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-header {
    top: 32px;
}

.fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-header.fixed {
    background: rgba(255, 255, 255, .96);
}

.fusion-logo a {
    text-align: center;
}

.fusion-logo {
    margin: 10px 0 0 0 !important;
    overflow: hidden;
}

.fusion-logo img {
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.fusion-header-v1 .fusion-header {
    -webkit-transform: unset !important;
    text-align: center;
}

.fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-header.fixed .fusion-logo img {
    max-width: 80%;
}

.menu-mobile-menu-container {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
}

.menu-mobile-menu-container.active {
    height: 100vh;
    display: block;
}

#mobile-menu {
    max-height: 0;
    overflow: hidden;
    transition: .8s max-height ease-in-out;
    min-height: 92vh;
    text-align: center;
    max-height: auto;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin-top: 45px;
    overflow: auto;
}

/*#mobile-menu.active {
    display: block;
    text-align: center;
    max-height: 100vh;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin-top: 45px;
    overflow: auto;
}*/

#mobile-menu {
    padding: 10px 20px 20px;
}

#mobile-menu a {
    padding: 15px;
    text-decoration: none !important;
    color: #000000;
    font-size: 14px;
}

#mobile-menu li > ul {
    padding: 0 0 0 25px;
}

.menu-toggle {
    background: url(images/hamburger-menu.png) 0 0 no-repeat;
    border: 0;
    width: 26px;
    height: 27px;
    z-index: 9999;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    right: 20px;
    top: 25px;
}

.menu-toggle.active,
.menu-toggle:hover {
    color: #C4D600;
    border-color: #C4D600;
}

.menu-toggle.active {
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(images/hamburger-menu.png) 0 -27px no-repeat;
}


/* Cultures */

#mobile-menu li {
    position: relative;
    border-bottom: 1px solid #f1f1f1;
}

#mobile-menu li:last-child {
    border-bottom: none;
}

#header-menu li.ico a,
#mobile-menu li.ico a {
    padding-left: 20px;
}

#mobile-menu li.ico a {
    margin-left: 20px;
}

#header-menu li.ico::before,
#mobile-menu li.ico::before {
    display: block;
    content: '';
    width: 15px;
    height: 12px;
    background: url(images/ico_cultures_sm.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 12px;
}

ul#menu-demo-links li.hide-desktop {
    display: none;
    min-width: 30px;
}

ul#menu-demo-links li.hide-desktop a {
    background: none;
    border: none;
    min-width: 30px;
}

ul#menu-demo-links li.hide-desktop.mobile-menu-demo {
    margin: 8px 10px 0 0;
}

ul#menu-demo-links li.hide-desktop.mobile-menu-demo a {
    color: #0077EA;
    font-size: 15px;
    border: 1px solid #0077EA;

    padding: 5px 6px !important;
}

ul#menu-demo-links li.hide-desktop.mobile-menu-envelop a {
    color: #0077EA;
    font-size: 26px;
    padding: 8px 0 8px !important;
}

#mobile-menu li.ico::before {
    left: 15px;
    top: 15px;
}

#header-menu li.ico.de,
#mobile-menu li.ico.de {
    margin-top: 20px;
}

#header-menu li.ico.de::after,
#mobile-menu li.ico.de::after {
    display: block;
    content: '';
    width: 160px;
    height: 0;
    border-top: 1px solid #000;
    position: absolute;
    left: -40px;
    top: -10px;
}

#mobile-menu li.ico.de::after {
    left: 0;
    width: 100%;
}

#header-menu li.ico.en::before,
#mobile-menu li.ico.en::before {
    background-position: -45px 0;
}

#header-menu li.ico.fr::before,
#mobile-menu li.ico.fr::before {
    background-position: -30px 0;
}

#header-menu li.ico.de::before,
#mobile-menu li.ico.de::before {
    background-position: -15px 0;
}

#header-menu li.ico.es::before,
#mobile-menu li.ico.es::before {
    background-position: 0 0;
}


/***********/

/* CLASSES */

/***********/

#main {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background: url(images/bg_primary.jpg) top right repeat;
    margin-top: 90px;
}

#content ul,
#content ol {
    line-height: 1.5em;
    padding: 0 0 20px 20px;
}

.search #main,
.error404 #main {
    padding-top: 40px !important;
}

.clear {
    clear: both;
}

.hide-tablet {
    display: none !important;
}

.wrapper {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 1340px;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 9;
}

.fusion-button i,
.fusion-button-icon-divider,
.fusion-button-text {
    color: #0077EA !important;
}

.fusion-button {
    text-transform: uppercase !important;
    color: #0077EA !important;
    cursor: pointer !important;
    background: transparent !important;
    display: inline-block !important;
    padding: 10px 20px !important;
    border: 3px solid #0077EA !important;
    font-weight: 700 !important;
    font-size: .875em !important;
    line-height: 1em !important;
    letter-spacing: .05em !important;
    overflow: hidden !important;
    word-wrap: break-word !important;
    width: 100% !important;
    min-width: 130px !important;
    max-width: 230px !important;
    box-sizing: border-box !important;
    text-align: center !important;
}

.fusion-button:hover {
    background: #0077EA !important;
    text-decoration: none !important;
}

.fusion-button:hover .fusion-button-text {
    color: #FFF !important;
}

.btn,
.fusion-button,
.job-manager-application-wrapper .application .application_button,
.single_job_listing .application .application_button,
ul#menu-demo-links li a {
    text-transform: uppercase;
    color: #0077EA;
    cursor: pointer;
    background: transparent;
    display: inline-block;
    padding: 10px 20px;
    border: 3px solid #0077EA;
    font-weight: 700;
    font-size: .875em;
    line-height: 1em;
    letter-spacing: .05em;
    overflow: hidden;
    word-wrap: break-word;
    width: 100%;
    min-width: 130px;
    max-width: 230px;
    box-sizing: border-box;
    text-align: center;
}

a:hover .btn,
.btn:hover,
.btn.full,
.job-manager-application-wrapper .application .application_button:hover,
.single_job_listing .application .application_button:hover {
    color: #FFF;
    background: #0077EA;
    text-decoration: none;
}

.btn.full:hover {
    color: #0077EA;
    background: transparent;
}

.btn.disabled {
    border: 3px solid #B2B2B2;
    color: #B2B2B2;
}

.disabled {
    cursor: default;
}

a:hover .btn.disabled,
.btn.disabled:hover,
.disabled:hover {
    color: #B2B2B2;
    background: transparent;
    text-decoration: none;
}

.btn:hover,
.btn.full,
ul#menu-demo-links li a {
    color: #FFF;
    background: #0077EA;
    text-decoration: none;
}

.btn.full:hover,
ul#menu-demo-links li a:hover {
    color: #0077EA;
    background: transparent;
}

.demo-links {
    float: right
}

ul#menu-demo-links {
    margin-top: 2px
}

ul#menu-demo-links li {
    padding-left: 15px;
    display: inline-block
}

ul#menu-demo-links li a {
    padding: 15px 25px;
    max-width: 160px
}

.fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-header.fixed ul#menu-demo-links li a {
    padding: 10px 25px;
    max-width: 140px
}

.fusion-fullwidth {
    border-bottom: 1px solid #CCC;
}

.home .fusion-fullwidth:first-child,
.fusion-fullwidth:last-child {
    border-bottom: none;
}


/**********/

/* Page Specific */

/**********/

.home .fusion-header {
    background: transparent;
}

.home .home-hero {
    margin-top: 86px;
}

.home .home-hero h1 {
    max-width: 800px;
    margin: 0 auto !important;
    padding: 35px 0 15px !important;
}

.home .home-hero h2 {
    font-size: 1.313em !important;
    padding: 0 0 40px !important;
    margin: 0px;
}

.home .home-hero .header-video {
    margin: 35px 0 0;
    position: relative;
}

.home .home-hero .header-video img {
    width: 100%;
    height: auto;
    max-width: 814px;
    max-height: 488px;
    border: 17px solid #D6D6D6;
    border-radius: 17px;
    box-sizing: border-box;
}

@media screen and (min-width:450px) {
    .home .home-hero .header-video img {
        border: 34px solid #d6d6d6
    }
    .home .home-hero .header-video button[name="play"] {
        width: 76px;
        height: 76px;
        margin: -38px 0 0 -38px
    }
    .home .home-hero .header-video button[name="play"]::after {
        border-width: 15px 0 15px 20px;
        left: 3px
    }
}


/**********/

/* Elements */

/**********/

.fusion-counters-box .fusion-counter-box .counter-box-container {
    min-height: 160px;
}

.fusion-counters-box .content-box-counter {
    font-size: 30px !important;
}

.fusion-counters-box .counter-box-icon {
    margin: 0px 0px 10px 0px;
    font-size: 32px !important;
}

.fusion-counters-box.counters-box.row.fusion-columns-5 .fusion-counter-box:nth-child(3) .display-counter:before {
    display: inline-block;
    content: "\0024";
    position: relative;
}

.breadcrumbs-element #crumbs {
    padding-top: 0px;
}

.popup-video button[name="play"] {
    width: 38px;
    height: 38px;
    background: rgba(0, 0, 0, 1);
    border: 0;
    border-radius: 100%;
    margin: auto;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -19px 0 0 -19px;
    transition: .2s all ease-in-out;
}

.popup-video button[name="play"]::after {
    content: '';
    display: inline-block;
    position: relative;
    top: 1px;
    left: 2px;
    border-style: solid;
    border-width: 9px 0 9px 12px;
    border-color: transparent transparent transparent #FFF;
}

.popup-video:hover button[name="play"] {
    background: rgba(0, 0, 0, .5);
}

.bullet h2,
h2.bullet,
h3.bullet {
    position: relative;
    padding-left: 20px !important;
    margin-bottom: 0px !important;
    padding-bottom: 20px;
}

.bullet h2:before,
h2.bullet:before,
h3.bullet:before {
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 22px;
    content: '';
    background: url(images/sprite-icertis.png) -230px -112px no-repeat;
}

.featured-case-study {
    margin: 0 auto;
    width: 100%;
    max-width: 725px;
    display: none;
}

#featured-rotator .featured-case-study {
    max-width: 625px;
}

#content #featured-rotator .btn {
    margin-bottom: 20px;
    color: #fff;
    border-color: #fff;
    font-family: "GothamBold";
    font-size: 14px;
    padding: 10px 15px;
    width: auto;
    max-width: 250px;
}

#content #featured-rotator .btn:hover,
#content #featured-rotator .btn:focus {
    color: #0077EA;
    border-color: #fff;
    font-family: "GothamBold";
    font-size: 14px;
    padding: 10px 15px;
    width: auto;
    max-width: 250px;
    background: #fff;
}

.featured-case-study:first-of-type {
    display: block;
}

.featured-case-study p {
    text-align: center;
}

.featured-case-study img {
    display: block;
    margin: 0 auto;
    padding: 0 0 30px;
    max-height: 160px;
}

#content .featured-case-study p.img {
    display: block;
    margin: 0 auto 20px;
    padding: 0;
}

.featured-case-study .btn {
    max-width: 300px;
}

.featured-case-study p {
    font-size: 1.2em;
    display: block;
    text-align: center;
    line-height: 30px;
}

.single-customers .fusion-fullwidth:nth-child(2) {
    padding-top: 20px !important;
}

.single-customers p {
    font-size: 1.2em;
    display: block;
    line-height: 30px;
}

.single-customers img.customer-image {
    max-width: 400px;
}

.single-customers q {
    padding: 30px 0 10px;
}

.featured-case-study q::before,
.single-customers q::before,
.featured-case-study q::after,
.single-customers q::after {
    content: '\"';
    display: inline-block;
}

.featured-case-study figcaption {
    padding: 20px 0;
    text-align: center;
}

.featured-case-study cite {
    font-style: italic;
}

.featured-case-study cite strong {
    font-style: normal;
}

#content #featured-rotator .btn-previous {
    float: left;
}

#content #featured-rotator .btn-next {
    float: right;
}

#content .btn.btn-previous,
#content .btn.btn-next {
    padding: 10px 13px;
    width: auto;
    min-width: 0;
}

.fusion-rollover-content,
.fusion-rollover-content a {
    font-family: GothamBook, MinionPro, Helvetica, Arial, sans-serif !important;
    font-stretch: normal !important;
    font-weight: 400 !important;
    letter-spacing: 0.01em !important;
}

.latest_blog_and_resources .fusion-layout-column.fusion_builder_column.fusion_builder_column_1_2 {
    box-sizing: border-box;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 48%;
    margin-right: 4%;
}

.latest_blog_and_resources .fusion-layout-column.fusion_builder_column.fusion_builder_column_1_2:last-child {
    margin-left: 0;
    margin-right: 0;
}

.all_resources .fusion-layout-column.fusion_builder_column.fusion_builder_column_1_2 {
    box-sizing: border-box;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 48%;
    margin-right: 4%;
}

.all_resources .fusion-layout-column.fusion_builder_column.fusion_builder_column_1_2:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
}

.latest_blog_and_resources p a {
    color: #0077EA;
}

#main .latest_blog_and_resources h3 a:hover {
    text-decoration: none;
}

#main .latest_blog_and_resources h3 {
    padding-bottom: 5px;
    line-height: 24px;
}

.thumb-wrapper {
    background-size: cover;
    height: 100%;
    margin: 0 0 20px;
    min-height: 245px;
    position: relative;
    width: 100%;
}

.thumb-wrapper a {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.single-resources .post-content h2 {
    margin-bottom: 10px;
}

.fusion-post-content p,
.post-content p {
    font-weight: 500;
    font-family: 'GothamBook', sans-serif;
}

/*Customers*/

ul.industry-filter {
    margin: 5px 0 0;
    padding: 5px 0!important;
    display: block;
    overflow: hidden;
}

ul.industry-filter li {
    list-style: none;
    float: left;
    margin: 0;
    padding-bottom: 5px!important;
}

ul.industry-filter li span.filter-sep {
    margin: 0px 5px;
    text-align: center;
    display: inline-block;
}

ul.industry-filter li:last-child span.filter-sep {
    display: none;
}

.rows.industry-customers {
    margin-top: 35px;
}

.customer-logo {
    display: block;
    height: 105px;
    padding: 0 0 20px;
    position: relative;
    width: 100%;
}

.latest_blog_and_resources .customer-logo {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

.customer-logo img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 250px;
}

.next-steps {
    overflow: hidden;
    border-top: 1px solid #CCC;
    padding: 20px !important;
}

.next-steps .fusion-column-wrapper {
    padding: 0px !important;
}

.next-steps .fusion-layout-column {
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
}

.next-steps h3.title-heading-center {
    padding-bottom: 5px !important;
    line-height: 1;
}


/**********/

/* Company */

/**********/

.grey-scale img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.grey-scale img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.our-values p,
.our-values h3 {
    margin: 0px !important;
    padding: 0px !important;
}

.quotes-career {
    text-align: center;
}

.quotes-career img {
    border-radius: 50%;
    max-width: 250px;
    margin: auto;
    filter: grayscale(100%);
}

.awards h2 {
    padding-top: 30px;
}

.social a {
    margin: 0px 5px 0px;
}


/**********/

/* Partners */

/**********/

.partners {
    margin-top: 60px;
}

.company-nav {
    display: block;
    overflow: hidden;
}

.company-nav h1 {
    margin: 0px;
    padding: 0px;
}

.company-nav .col {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 33%;
    margin: 0;
    max-width: none;
}

.company-nav a {
    text-align: center;
    padding-top: 20px;
    display: inline-block;
}


/**********/

/* Leaders */

/**********/

.leaders .leader {
    text-align: center;
}

.leaders img {
    filter: grayscale(100%);
    max-width: 225px;
}

.leaders .leader-meta {
    max-width: 225px;
    margin: auto;
}

.leader-meta a {
    display: inline-block;
    margin-top: 20px;
}

.leader-meta p {
    font-size: 1em;
    padding-bottom: 0!important;
    padding-top: 10px!important;
}


/**********/

/* Contact */

/**********/

.page-template-template-breadcrumbs #main .fullwidth-box .locations .fusion-row {
    padding-left: 0px !important;
}

.locations h2 {
    padding: 25px 0 0 0;
    text-align: left;
    clear: both;
}

.locations h4 {
    padding-bottom: 0;
    margin-bottom: 10px;
}


/**********/

/* Search and 404 */

/**********/

.error-message {
    color: #0077EA;
    font-size: 170px;
    line-height: 1;
    font-weight: 700;
}

.error404 .fusion-columns-3 {
    margin-bottom: 40px;
    overflow: hidden;
}

.error404 .useful-links {
    display: none;
}


/**********/

/* Full-Width Templates - Single Posts */

/**********/

.page-template-template-breadcrumbs .fusion-fullwidth:first-child {
    padding-top: 0px !important;
}

.single .fusion-fullwidth,
.page-template-template-breadcrumbs .fusion-fullwidth,
.page-template-template-capability-assessment .fusion-fullwidth,
.page-template-template-risk-assessment .fusion-fullwidth,
.page-template-template-contract-maturity .fusion-fullwidth,
.search .fusion-fullwidth,
.error404 .fusion-fullwidth {
    margin-left: -30px !important;
    margin-right: -30px !important;
}

.page-template-template-breadcrumbs #content,
body.has-sidebar.single-customers #content,
body.has-sidebar.single-partners #content,
body.has-sidebar.single-leaders #content,
body.has-sidebar.single-resources #content,
body.has-sidebar.single-news #content,
.page-template-template-capability-assessment #content,
.page-template-template-risk-assessment #content,
.page-template-template-contract-maturity #content,
.search #content,
.error404 #content {
    width: 100%;
}

.page-template-template-breadcrumbs #main .fusion-row,
body.has-sidebar.single-customers #main .fusion-row,
body.has-sidebar.single-partners #main .fusion-row,
body.has-sidebar.single-leaders #main .fusion-row,
body.has-sidebar.single-resources #main .fusion-row,
body.has-sidebar.single-news #main .fusion-row,
.page-template-template-capability-assessment #main .fusion-row,
.page-template-template-risk-assessment #main .fusion-row,
.page-template-template-contract-maturity #main .fusion-row,
.search #main .fusion-row,
.error404 #main .fusion-row {
    max-width: 100% !important;
}

.page-template-template-breadcrumbs #main .fusion-builder-row.fusion-row,
body.has-sidebar.single-customers #main .fusion-builder-row.fusion-row,
body.has-sidebar.single-partners #main .fusion-builder-row.fusion-row,
body.has-sidebar.single-leaders #main .fusion-builder-row.fusion-row,
body.has-sidebar.single-resources #main .fusion-builder-row.fusion-row,
body.has-sidebar.single-news #main .fusion-builder-row.fusion-row,
.page-template-template-capability-assessment #main .fusion-builder-row.fusion-row,
.page-template-template-risk-assessment #main .fusion-builder-row.fusion-row,
.page-template-template-contract-maturity #main .fusion-builder-row.fusion-row,
.search #main .fusion-row,
.error404 #main .fusion-row {
    max-width: 1200px !important;
}

ol li {
    list-style: outside upper-roman;
    padding: 0 0 0 25px;
}

.sidebar .widget h4 {
    font-size: 24px !important;
}

.wpp-list li {
    margin-bottom: 10px !important;
    border-bottom: 1px solid #e7e6e6;
    padding: 10px 10px 10px 0px !important;
}

section#text-2 {
    margin-bottom: 0px;
}

section .pardot-form iframe {
    height: 550px;
}

section#text-2 .pardot-form iframe,
#text-3 .pardot-form iframe {
    height: 900px;
}

.single ul.slides {
    padding: 0px !important;
}

.single-customers .fusion-flexslider {
    display: none;
}

@media screen and (max-width: 725px) {
    .single article {
        padding-top: 25px;
    }
}

.single .blog-cta {
    display: block;
    overflow: hidden;
    margin: 40px 0 60px;
    text-align: center;
}

.single .blog-cta-top {
    display: block;
    overflow: hidden;
}

.single .blog-cta p {
    margin: 15px 0px;
}

.single .blog-cta img {
    float: left;
    margin: 0 20px 0 0;
    max-width: 300px;
}

.single .blog-cta h2 {
    margin-bottom: 20px;
}

section.related-posts.single-related-posts {
    margin-bottom: 50px;
}

.video-resource iframe {
    width: 100%;
}


/*body.has-sidebar.single-post #content {
    padding-left: 20px;
}*/

body.has-sidebar.single-post #content .fusion-fullwidth .fusion-row {
    padding-left: 0px !important;
}


/**********/

/* Post Meta */

/**********/

.fusion-format-box {
    display: none;
}

.author-meta {
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
}

.author-meta img {
    max-width: 60px;
    float: left;
    margin-right: 20px;
}

.author-meta p.post-author {
    font-weight: 700;
    padding-bottom: 0;
}

.single p.post-date,
.blog .entry-content p.post-date,
.archive .entry-content p.post-date {
    padding-bottom: 10px;
    margin-bottom: 0px;
}


/**********/

/* News */

/**********/

.rows.recent_news.recent_press_releases {
    border-top: 1px solid;
    padding-top: 60px;
}

.post-type-archive-news #content {
    width: calc(100% - 23% - 80px);
}

.post-type-archive-news #sidebar {
    width: 23%;
}

.rows.recent_news {
    margin-bottom: 60px;
}

.recent_news article {
    margin-bottom: 40px;
}

.archive article.news_type-past-events {
    display: none;
}

body.archive.term-past-events article.news_type-events {
    display: block;
}


/*TABLE LAYOUT*/

.post-content table {
    margin-bottom: 20px;
}

.post-content table td {
    padding: 5px 0;
}


/**********/

/* Leaders */

/**********/

.leader-meta h1 {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.25em;
    color: #0072ef;
    padding-top: 30px!important;
    padding-bottom: 0!important;
}

.single-leaders .social i.linkedin {
    background: url(images/bio_linkedin_social.png);
    display: block;
    height: 22px;
    width: 22px;
}


/**********/

/* Resources */

/**********/

.resource-featured-image {
    margin-bottom: 20px;
}


/**********/

/* Breadcrumbs */

/**********/

.breadcrumbs {
    display: none;
}

.single .breadcrumbs {
    padding-bottom: 0;
}

#crumbs {
    font-size: 12px;
    line-height: 18px;
    padding: 20px 25px 20px 25px;
}

#crumbs .current {
    margin-right: 10px;
}

@media screen and (min-width: 725px) {
    #crumbs {
        padding: 50px 25px 25px;
        position: relative;
        color: #0077ea;
        font-weight: 500;
    }
    .breadcrumbs {
        display: block;
    }
    .breadcrumbs .ico-home {
        background: url(images/sprite-icertis.png) -210px -110px no-repeat;
        display: inline-block;
        height: 17px;
        left: 0;
        position: absolute;
        top: 50;
        width: 19px;
    }
    #crumbs .current {
        color: #000;
    }
    aside section {
        padding: 0px 30px 25px;
    }
}


/**********/

/* Pagination */

/**********/

.pagination-nav {
    margin: 60px 0;
    float: left;
    width: 100%;
}

.pagination-nav .next,
.pagination-nav .previous {
    position: relative;
    width: 20%;
    min-width: 45px;
}

.pagination-nav .previous span,
.pagination-nav .next span {
    vertical-align: middle;
    font-size: .875em;
    text-transform: uppercase;
}

.pagination-nav .previous {
    float: left;
    text-align: left;
}

.pagination-nav .parent {
    width: 60%;
    float: left;
    text-align: center;
}

.pagination-nav .next {
    float: right;
    text-align: right;
}

@media screen and (min-width: 725px) {
    .pagination-nav .previous,
    .pagination-nav .parent,
    .pagination-nav .next {
        width: 33%;
    }
}


/**********/

/* FOOTER */

/**********/

#colophon {
    border-top: 2px solid #d7d7d7;
    padding: 100px 0 0 0;
    max-width: 1280px;
    margin: auto;
}

#colophon .bottom {
    padding: 40px 0;
}

#footer-menu a {
    color: #000;
    line-height: 1em;
    padding: 6px 0;
}

#footer-menu a:hover {
    color: #0077EA;
}


/* 1st level - Holder */

#footer-menu > li {
    width: 100%;
    box-sizing: border-box;
}

#footer-menu > li:last-child {
    border: none;
}

#footer-menu > li > a {
    display: none;
}


/* 2nd level - Root pages */

#footer-menu > li > ul > li a {
    font-size: 20px;
    font-weight: 400;
    position: relative;
}

#footer-menu > li > ul > li {
    padding: 0 0 25px;
}

#footer-menu > li > .sub-menu > li > a::after {
    content: "+";
    display: block;
    height: 20px;
    position: absolute;
    right: 0;
    top: 6px;
    width: 20px;
}

#footer-menu > li > .sub-menu .sub-menu,
#footer-menu > li > .sub-menu > li.expand > a::after {
    display: none;
}

#footer-menu > li > .sub-menu .expand .sub-menu {
    display: block;
}


/* 3rd level - Sub pages */

#footer-menu > li > ul > li > ul > li a {
    font-size: 14px;
}

footer .wrapper {
    z-index: 1;
    padding: 0;
}

section.error-404.not-found {
    padding: 40px 40px 0px 40px;
}


/* Copyright */

#colophon .copy {
    font-size: .688em;
    font-weight: 400;
    padding: 20px 0 0;
    overflow: hidden;
}

#colophon .copy p,
#colophon .copy li {
    float: left;
    font-size: 100%;
}

#colophon .copy ul {
    padding: 10px 0;
    float: left;
    clear: both;
}

#colophon .copy li {
    padding: 0 0 0 10px;
    margin: 5px 0 0 10px;
    border-left: 1px solid #000;
}

#colophon .copy li:first-child {
    padding: 0;
    margin: 5px 0 0 0;
    border-left: none;
}

#colophon .copy a {
    color: #000;
    font-weight: 400;
}

#colophon .copy a:hover {
    color: #0077EA;
    text-decoration: underline;
}

ul.social {
    width: 100%;
    float: left;
    margin: 8px 0 0;
}

ul.social li {
    list-style: none;
    display: inline-block;
    margin: 0 8px 0 0;
}

ul.social li a {
    display: block;
    background: url(images/footer-spirite-new.png) 0 0 no-repeat;
    width: 30px;
    height: 30px;
}

ul.social li.linkedin a {
    background-position: -149px 0;
}

ul.social li.youtube a {
    background-position: -179px 0;
}

ul.social li.twitter a {
    background-position: -209px 0;
}

ul.social li.facebook a {
    background-position: -238px 0;
}

ul.social a:hover {
    opacity: .8;
}


/* Footer copyright */

#colophon .copy p {
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 11px;
    color: #000;
}

#colophon .copy li:first-child {
    margin-left: 0;
    padding-left: 0;
    border: none;
}

#colophon .copy ul {
    margin: 0px;
    padding: 0;
    clear: both;
}


/* Cultures */

#culture-menu {
    font-size: .688em;
    padding: 80px 0 0;
    overflow: hidden;
    margin: 0px;
}

#culture-menu a {
    font-weight: 200;
    color: #000;
    padding-left: 36px;
    display: inline-block;
    position: relative;
    z-index: 9;
}

#culture-menu li {
    padding: 5px 30px 5px 10px;
    margin: 0 0 20px 0;
    float: left;
    position: relative;
}

#culture-menu li:before {
    display: block;
    content: '';
    width: 37px;
    height: 23px;
    background: url(images/footer-spirite-new.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

#culture-menu li.en::before {
    background-position: 0 -7px;
}

#culture-menu li.fr::before {
    background-position: -111px -7px;
    background-position: -111px -7px;
}

#culture-menu li.de::before {
    background-position: -37px -7px;
}

#culture-menu li.es::before {
    background-position: -74px -7px;
}

.customer-cloud-desktop {
    display: block;
}

.customer-cloud-mobile {
    display: none;
}

.ie-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(63, 63, 63, 0.65);
    z-index: 1;
}

#testimonials-section .ie-overlay {
    background-color: rgba(48, 48, 48, 0.65);
}

#banner-header .ie-overlay {
    background-color: rgba(48, 48, 48, 0.55);
}

#banner-inner h1.title-blog-category span {
    display: none;
}

#banner-inner h1.title-blog-category span small {
    display: block;
    font-size: 25px;
}

body.tax-news_type.term-in-the-news #banner-inner h1.title-blog-category span.icertis-news {
    display: block;
}

body.tax-news_type.term-events #banner-inner h1.title-blog-category span.icertis-events {
    display: block;
}

body.category.category-company-updates #banner-inner h1.title-blog-category span.cat-company-updates {
    display: block;
}

body.category.category-contract-management-software #banner-inner h1.title-blog-category span.cat-contract-management-software {
    display: block;
}

body.category.category-industry-news-insights #banner-inner h1.title-blog-category span.cat-industry-news {
    display: block;
}

body.category.category-risk-and-compliance #banner-inner h1.title-blog-category span.cat-risk-and-compliance {
    display: block;
}

body.category.category-success-stories #banner-inner h1.title-blog-category span.cat-success-stories {
    display: block;
}

body.category.category-uncategorized #banner-inner h1.title-blog-category span.cat-uncategorized {
    display: block;
}

body.tax-news_type.term-press-releases #banner-inner h1.title-blog-category span.cat-pr {
    display: block;
}

body.category.category-company-updates .sidebar #categories-3.widget ul li.cat-item.cat-item-42 a,
body.category.category-contract-management-software .sidebar #categories-3.widget ul li.cat-item.cat-item-15 a,
body.category.category-industry-news-insights .sidebar #categories-3.widget ul li.cat-item.cat-item-43 a,
body.category.category-risk-and-compliance .sidebar #categories-3.widget ul li.cat-item.cat-item-41 a,
body.category.category-success-stories .sidebar #categories-3.widget ul li.cat-item.cat-item-39 a,
body.category.category-uncategorized .sidebar #categories-3.widget ul li.cat-item.cat-item-1 a {
    font-weight: 600;
    color: #000;
}

#posts-container {
    margin-top: 25px;
}

#content ul,
#content ol {
    padding-left: 25px;
}

#content ul li,
#content ol li {
    padding: 5px 0;
    line-height: 1.8em;
}

.popup-video.ai-popup button[name="play"] {
    width: 55px;
    height: 55px;
    top: 45%;
    left: 48%;
}

.post {
    margin-bottom: 25px;
}

.fusion-date-and-formats {
    float: left;
    width: 100%;
    text-align: left;
}

.fusion-date-and-formats .fusion-date {
    display: inline-block;
    line-height: 29px;
    font-size: 16px;
    font-weight: 400;
}

.fusion-date-and-formats .fusion-date-box {
    background: none !important;
    color: #888;
    font-style: italic;
}

#content .fusion-post-slideshow ul.slides {
    padding: 0;
    margin-top: 12px;
}

#wrapper #main .fusion-portfolio-content > h1.fusion-post-title,
#wrapper #main .fusion-portfolio-content > h2.fusion-post-title,
#wrapper #main .fusion-post-content > .blog-shortcode-post-title,
#wrapper #main .fusion-post-content > h1.fusion-post-title,
#wrapper #main .fusion-post-content > h2.fusion-post-title,
#wrapper #main .post > .fusion-post-title-meta-wrap > h1.fusion-post-title,
#wrapper #main .post > .fusion-post-title-meta-wrap > h2.fusion-post-title,
#wrapper #main .post > h1.fusion-post-title,
#wrapper #main .post > h2.fusion-post-title,
#wrapper .fusion-events-shortcode .fusion-events-meta h1,
#wrapper .fusion-events-shortcode .fusion-events-meta h2,
.single-product #main .product h1.product_title,
.single-product #main .product h2.product_title {
    line-height: 1.2em !important;
}

.fusion-blog-layout-large-alternate .fusion-post-content-container,
.fusion-blog-layout-medium-alternate .fusion-post-content-container {
    margin-top: 10px;
}

.fusion-blog-layout-medium .fusion-post-medium,
.fusion-blog-layout-medium .fusion-post-medium-alternate,
.fusion-blog-layout-medium-alternate .fusion-post-medium,
.fusion-blog-layout-medium-alternate .fusion-post-medium-alternate {
    border-bottom: 1px solid #ddd;
}

.wpcf7-form p span span span.wpcf7-list-item {
    display: block;
    clear: both;
    margin: 0;
}

.single-customers img.customer-image {
    max-width: 300px;
}

.text-center {
    text-align: center;
}

body.single-customers #content ul li,
body.single-customers #content ol li {
    font-size: 1.2em;
}

body.postid-56388 .fusion-flexslider.flexslider.post-slideshow,
body.postid-56448 .fusion-flexslider.flexslider.post-slideshow {
    display: none;
}

#main .fusion-portfolio h2,
#main .post h2,
#wrapper #main .post h2,
#wrapper #main .post-content .fusion-title h2,
#wrapper #main .post-content .title h2,
#wrapper .fusion-title h2,
#wrapper .post-content h2,
#wrapper .title h2,
.fusion-modal h2,
.fusion-widget-area h2,
h2.entry-title {
    line-height: 30px;
}

.recent_news h2.entry-title {
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1.2em !important;
}

/*SEARCH INTEGRATION*/

ul#menu-demo-links li#menu-item-56808 {
    display: none;
}

.fusion-search-form-content {
    max-width: 500px;
    width: 100%;
}

.fusion-search-field input.s {
    padding: 15px !important;
    font-size: 22px !important;
    height: auto !important;
    font-family: GothamMedium;
}

.fusion-search-button.search-button .fusion-search-submit {
    font-size: 25px !important;
    height: auto !important;
    padding: 16px 15px 15px 15px !important;
    width: auto !important;
}

.has-sidebar .error-page .oops {
    color: #0172ec;
}

.offer-widget {
    background: #ddd;
    padding: 20px 40px 15px 40px;
}

#main .offer-widget h3 {
    margin-top: 0.2em;
    line-height: 1.2em;
    margin-bottom: 0.4em;
}

#post-404page .fusion-search-form-content {
    position: relative;
}

#post-404page .search-page-search-form .fusion-search-form .fusion-search-button.search-button input[type="submit"] {
    border: 1px solid #d2d2d2;
    height: 43px !important;
    line-height: 0;
}

/*BANNER CSS */

.icon img.img-responsive {
    height: 80px;
    width: auto;
}

.searchform .fusion-search-form-content .fusion-search-button input[type="submit"] {
    color: #fff;
    background: #0077EA;
    line-height: 12px !important;
}

.searchform .fusion-search-form-content .fusion-search-button input[type="submit"]:hover {
    color: #fff;
}

.bullet h2,
h2.bullet,
h3.bullet {
    padding-left: 0px !important;
}

.bullet h2::before,
h2.bullet:before,
h3.bullet:before {
    display: none !important;
}

#banner-inner {
    position: relative;
    min-height: 310px;
}

#banner-inner h1 {
    font-size: 35px;
    max-width: 800px;
    margin: 0;
    padding: 15px 0 15px 20px;
    color: #fff;
    line-height: 40px;
}

#banner-inner h1 > p {
    font-size: 35px;
    max-width: 800px;
    margin: 0;
    padding: 15px 0;
    color: #fff;
    line-height: 40px;
}

#banner-inner.singleLineHeading {
    min-height: 240px;
}

#banner-inner .fusion-column-wrapper {
    min-height: auto;
}

#banner-inner .fusion-title.title {
    margin-bottom: 0 !important;
}

#banner-inner:before,
#banner-inner:after {
    content: '';
    display: block;
    position: absolute;
    width: 90px;
    height: 90px;
    z-index: 9;
}

#banner-inner:before {
    background: rgba(0, 119, 235, 0.3);
    left: -10px;
    bottom: 15%;
    -moz-transform: rotate(-35deg) skewX(-35deg) skewY(0deg);
    -webkit-transform: rotate(-35deg) skewX(-35deg) skewY(0deg);
    -o-transform: rotate(-35deg) skewX(-35deg) skewY(0deg);
    -ms-transform: rotate(-35deg) skewX(-35deg) skewY(0deg);
    transform: rotate(-35deg) skewX(-35deg) skewY(0deg);
    top: auto;
}

#banner-inner:after {
    background: rgba(0, 198, 80, 0.3);
    right: -10px;
    top: 15%;
    -moz-transform: rotate(-35deg) skewX(-35deg) skewY(0deg);
    -webkit-transform: rotate(-35deg) skewX(-35deg) skewY(0deg);
    -o-transform: rotate(-35deg) skewX(-35deg) skewY(0deg);
    -ms-transform: rotate(-35deg) skewX(-35deg) skewY(0deg);
    transform: rotate(-35deg) skewX(-35deg) skewY(0deg);
}

#banner-inner.singleLineHeading:before,
#banner-inner.singleLineHeading:after {
    width: 80px;
    height: 70px;
}

#banner-inner.singleLineHeading:before {
    bottom: 18%;
    left: -8px;
}

#banner-inner.singleLineHeading:after {
    top: 18%;
    right: -8px;
}

#banner-inner h2 {
    font-size: 1.2em;
    color: #fff;
}

#banner-inner p a.fusion-button {
    max-width: 180px !important;
    color: #fff !important;
    border-color: #fff !important;
    margin-top: 15px;
}

#banner-inner a.fusion-button:hover,
#banner-inner a.fusion-button:focus {
    color: #0077EA !important;
    background: #fff !important;
}

.featured-case-study cite {
    color: #fff;
}

.featured-case-study p {
    color: #fff;
    font-weight: 500;
    line-height: 25px;
    padding: 0 10%;
}

#content #featured-rotator .btn,
#content #featured-rotator .btn:hover {
    color: #fff;
    border-color: #fff;
    font-family: "GothamBold";
    font-size: 14px;
    padding: 10px 15px;
    width: auto;
    max-width: 250px;
}

#content #featured-rotator .btn:hover,
#content #featured-rotator .btn:focus {
    color: #0077EA;
    border-color: #fff;
    font-family: "GothamBold";
    font-size: 14px;
    padding: 10px 15px;
    width: auto;
    max-width: 250px;
    background: #fff;
}

#icertisAdvantages .button-default {
    width: 50% !important;
}

#icertisAdvantages .fusion-imageframe img {
    max-height: 100px;
    width: auto;
}

#icertisAdvantages .fusion-imageframe.ent-wide img {}

#icertisCustomer a.fusion-button {
    white-space: nowrap;
}

.fusion-builder-row.fusion-row {
    max-width: 1200px !important;
}

#main .fusion-row,
#slidingbar-area .fusion-row,
.fusion-footer-copyright-area .fusion-row,
.fusion-footer-widget-area .fusion-row,
.fusion-page-title-row,
.tfs-slider .slide-content-container .slide-content {
    position: relative;
}

.search-widget {
    z-index: 999999;
    position: absolute;
    right: 90px;
    top: 3px;
    width: 359px;
    height: 43px;
    background: rgba(0, 66, 167, 1);
    display: none;
    overflow: hidden;
}

.fusion-search-form-content {
    max-width: 500px;
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 100%;
}

.search-widget .fusion-search-form-content {
    height: auto;
}

.search-widget-footer .fusion-search-form-content {
    position: relative;
    float: left;
    width: 100%;
    max-width: 500px;
}

.fusion-search-field input.s {
    height: auto !important;
    font-family: GothamBook !important;
    font-size: 18px !important;
    padding: 10px !important;
    font-weight: 500 !important;
}

.fusion-search-button.search-button .fusion-search-submit {
    font-size: 25px !important;
    height: auto !important;
    padding: 16px 15px 15px 15px !important;
    width: auto !important;
    line-height: 27px;
    border: 1px solid #ccc;
}

ul#menu-demo-links li#menu-item-56808 {
    display: block !important;
    margin-right: 0;
    padding: 0;
}

.demo-links li {
    margin-left: 0;
}

ul#menu-demo-links li#menu-item-56808 a {
    font-size: 24px;
    padding: 10px 0;
    width: 25px !important;
    min-width: 60px;
    background: none;
    border: none;
    color: #0172ec;
    margin-right: 0;
    margin-left: 0;
}

.search-widget span.close-search {
    color: #fff;
    font-size: 35px;
    margin: 25px;
    display: inline-block;
    float: right;
    cursor: pointer;
}

#awards-section img {
    filter: grayscale(100%);
}

#testimonials-section:before,
#testimonials-section:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 9;
}

#testimonials-section:before {
    background: rgba(0, 119, 235, 0.3);
    left: -20px;
    bottom: 20%;
    width: 110px;
    height: 95px;
    top: auto;
    -moz-transform: rotate(-35deg) skewX(-35deg) skewY(0deg);
    -webkit-transform: rotate(-35deg) skewX(-35deg) skewY(0deg);
    -o-transform: rotate(-35deg) skewX(-35deg) skewY(0deg);
    -ms-transform: rotate(-35deg) skewX(-35deg) skewY(0deg);
    transform: rotate(-35deg) skewX(-35deg) skewY(0deg);
}

#testimonials-section:after {
    background: rgba(0, 198, 80, 0.3);
    right: -20px;
    top: 20%;
    width: 110px;
    height: 95px;
    -moz-transform: rotate(-35deg) skewX(-35deg) skewY(0deg);
    -webkit-transform: rotate(-35deg) skewX(-35deg) skewY(0deg);
    -o-transform: rotate(-35deg) skewX(-35deg) skewY(0deg);
    -ms-transform: rotate(-35deg) skewX(-35deg) skewY(0deg);
    transform: rotate(-35deg) skewX(-35deg) skewY(0deg);
}

#main {
    background: #fff;
}

.latest_blog_and_resources .fusion-layout-column.fusion_builder_column.fusion_builder_column_1_2,
.fusion-layout-column.resources-tool {
    position: relative;
}

.fusion-layout-column.resources-tool {
    min-height: 270px;
}

.fusion-layout-column.resources-tool .fusion-column-wrapper {
    min-height: 270px;
}

#main .latest_blog_and_resources .thumb-wrapper {}

#main .latest_blog_and_resources .thumb-wrapper:after,
.fusion-layout-column.resources-tool .fusion-text {
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    content: '';
    background: rgba(0, 0, 0, 0.50);
}

#main .latest_blog_and_resources h3 a,
.fusion-layout-column.resources-tool .fusion-text h3 a {
    color: #fff !important;
}

#main .latest_blog_and_resources h3,
.fusion-layout-column.resources-tool .fusion-text h3 {
    position: absolute;
    bottom: 105px;
    left: 20px;
    margin: 0;
    text-align: left;
    padding: 0;
    text-shadow: 1px 1px #000;
}

.fusion-layout-column.resources-tool .fusion-text h3 {
    padding: 0 25px 0 0;
}

#main .latest_blog_and_resources p {
    position: absolute;
    left: 20px;
    bottom: 35px;
    color: #fff;
    display: block;
    font-size: 0;
}

#main .latest_blog_and_resources p a,
.fusion-layout-column.resources-tool .fusion-text p a {
    color: #fff !important;
    font-family: "GothamMedium";
    border-color: #fff !important;
    margin-top: 15px;
    padding: 10px 20px !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid #fff;
}

.fusion-layout-column.resources-tool .fusion-text p a {
    position: absolute;
    bottom: 15px;
    left: 25px;
}

#main .latest_blog_and_resources p a:hover,
.fusion-layout-column.resources-tool .fusion-text p a:hover {
    text-decoration: none;
    color: #0077EA !important;
    background: #fff;
}

#learnMore {
    background: #f5f5f5 !important;
    position: relative;
    overflow: visible;
    clear: both;
    border-top: none;
}

#learnMore .col p {
    letter-spacing: .01em;
}

#learnMore:after,
#learnMore:before {
    background: #f5f5f5;
    height: 100%;
    width: 50%;
    top: 0;
    position: absolute;
    content: '';
    display: inline-block;
}

#learnMore:before {
    left: -50%;
}

#learnMore:after {
    right: -50%;
}

#appListLink p a {
    display: inline-block;
    padding: 10px 0 0;
}

body.archive #main,
body.blog #main {
    padding: 0;
}

body.archive #main > .fusion-row,
body.blog #main > .fusion-row {
    max-width: 100%;
}

body.search.search-results .fusion-search-form-content {
    position: relative;
    float: left;
}

body.search.search-results .fusion-post-content-container > .blog-listing,
body.search.search-results .fusion-post-content h2.entry-title.fusion-post-title,
body.search.search-results .fusion-flexslider.flexslider.fusion-post-slideshow {
    display: none;
}

body.blog .fusion-post-content-container > .search-listing,
body.archive.category .fusion-post-content-container > .search-listing {
    display: none;
}

body.search.search-results .fusion-search-submit.searchsubmit,
body.search.search-results .fusion-search-button.search-button .fusion-search-submit.searchsubmit {
    background: #0077EA;
    color: #fff;
    line-height: 12px !important;
}

.search-page-search-form-top {
    padding-bottom: 0;
}

body.search.search-results .search-page-search-form .fusion-search-form {
    text-align: left;
    display: inline-block;
    max-height: 500px;
    width: 100%;
}

/*SEARCH RESULT PAGE CUSTOMISATION*/

span#refined-search {
    display: inline-block;
    color: #0077EA;
    cursor: pointer;
}

#content form.searchandfilter ul {
    width: 100%;
}

#content form.searchandfilter ul li {
    width: 100%;
    clear: both;
}

#content form.searchandfilter ul ul {
    margin-left: 0;
    padding: 0;
    width: 100%;
    max-width: 410px;
}

#content form.searchandfilter ul ul li.cat-item {
    clear: none;
    display: block;
    float: left;
    width: 50%;
    max-width: 200px;
}

#content form.searchandfilter ul li.cat-item:nth-child(3),
#content form.searchandfilter ul li.cat-item:nth-child(4),
#content form.searchandfilter ul li.cat-item:nth-child(5),
#content form.searchandfilter ul li.cat-item:nth-child(7),
#content form.searchandfilter ul li.cat-item:nth-child(11) {
    display: none;
}

#content form.searchandfilter ul li input[name="ofsearch"] {
    font-size: 20px;
    padding: 8px;
    display: inline-block;
    height: auto;
    border: 1px solid #0077EA;
    font-family: GothamBold;
    max-width: 450px;
}

#content form.searchandfilter ul li input.postform {
    display: inline-block;
    position: relative;
    top: -2px;
}

#content form.searchandfilter ul li h4 {
    margin: auto;
}

#content form.searchandfilter ul li input[type="submit"] {
    border: 3px solid #0077EA;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: .05em;
    box-sizing: border-box;
    text-align: center;
    padding: 10px 25px;
    height: auto;
    font-size: 18px;
    font-family: Gotham;
    color: #0077EA;
    cursor: pointer;
}

#content form.searchandfilter ul li input[type="submit"]:hover,
#content form.searchandfilter ul li input[type="submit"]:active {
    background: #0077EA;
    color: #fff;
}

p.search-page-title {
    font-size: 20px;
}

p.search-page-title span {
    font-weight: bold;
    font-family: GothamBold;
}

body.search.search-results .fusion-date-and-formats {
    display: none !important;
}

body.archive.category #posts-container .fusion-date-and-formats {
    display: none;
}

body.search.search-results.has-sidebar #content {
    width: 100%;
}

.fusion-blog-layout-medium-alternate .has-post-thumbnail .fusion-post-slideshow {
    margin-top: -10px;
}

.mobileButton {
    display: none;
}

/****************/

/* MEDIA QURIES */

/****************/

@media screen and (max-width: 1120px) {
    #header-menu a {
        font-size: 14px !important;
        padding: 20px 15px !important;
    }
}

@media screen and (max-width: 1024px) {
    .fusion-layout-column.fusion-one-half {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
}

@media screen and (max-width: 960px) {
    ul#menu-demo-links li {
        padding-left: 10px;
        display: inline-block;
    }
    ul#menu-demo-links li a {
        padding: 15px 10px !important;
        min-width: 100px;
    }
}

@media screen and (max-width: 960px) and (orientation:landscape) {
    ul#menu-demo-links li a {
        padding: 15px 10px !important;
        min-width: 100px;
    }
    ul#menu-demo-links li.hide-desktop {
        display: block;
        margin-top: 6px;
        padding-left: 20px;
    }
    ul#menu-demo-links li.hide-desktop.mobile-menu-demo {
        margin: 15px 10px 0 0;
    }
    ul#menu-demo-links li.hide-mobile {
        display: none;
    }
    .search-widget {
        right: 60px;
    }
    ul#menu-demo-links li#menu-item-56808 {
        min-width: 60px;
    }
    .fusion-layout-column.fusion-one-half {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    #icertisCustomer img.aligncenter {
        width: 100%;
    }
    footer#colophon {
        padding: 25px;
    }
}

.demo-links li {
    width: auto;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 10px;
    min-width: 90px;
}

.demo-links li:hover a {
    color: #ffffff;
    text-decoration: none;
}

@media only screen and (max-width: 1000px) {
    span.previous-title,
    span.next-title {
        display: none;
    }
}

@media only screen and (max-width: 850px) {
    .demo-links {
        float: right;
        margin-right: 50px;
        display: block;
        margin-top: 0;
    }
    .demo-links li {
        margin-top: 0px;
    }
    .demo-links li a {
        text-decoration: none;
    }
    .demo-links li:hover a {
        color: #fff;
    }
    ul#menu-demo-links li {
        padding-left: 0;
    }
    ul#menu-demo-links li:last-child {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    .post-type-archive-news #sidebar {
        width: 100%;
    }
    #sidebar .row {
        margin: initial;
    }
    aside section {
        padding: 50px 20px;
    }
}

@media only screen and (max-width: 599px) {
    .home .home-hero {
        margin-top: 54px;
    }
    #main {
        margin-top: 70px;
    }
    .fusion-logo img,
    .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-header.fixed .fusion-logo img {
        max-width: 110px !important;
        width: 110px;
    }
    .demo-links {
        margin-right: 35px;
    }
    .demo-links li {
        min-width: 60px;
    }
    ul#menu-demo-links li a {
        padding: 10px 0 !important;
        min-width: 50px;
    }
    ul#menu-demo-links li#menu-item-56808 {
        min-width: 35px;
        width: 35px;
    }
    ul#menu-demo-links li#menu-item-56808 a {
        min-width: 25px!important;
    }

    #main #featured-rotator .btn.btn-previous,
    #main #featured-rotator .btn.btn-next {
        width: auto;
    }
    #banner-inner:before,
    #banner-inner:after {
        width: 50px !important;
        height: 50px !important;
    }
    #banner-inner:before {
        bottom: 20% !important;
        left: -6px !important;
    }
    #banner-inner:after {
        top: 20% !important;
        right: -6px !important;
    }
    #banner-inner {
        min-height: 150px !important;
    }
    #banner-inner {
        padding: 0 25px !important;
    }
    #banner-inner.singleLineHeading h1 {
        padding: 50px 25px 0 !important;
    }
    body.page-id-10 #banner-inner h1,
    #banner-inner h1 {
        padding: 30px 0 0 25px !important;
    }
    .search-widget {
        right: auto;
        top: 5px;
        width: 100%;
    }
    #colophon {
        padding: 25px 20px 0 20px!important;
    }
    /*HOMEPAGE*/
    #banner-header h1 {
        padding: 175px 0 0!important;
    }
    #banner-header:after,
    #testimonials-section:after {
        width: 65px!important;
        height: 65px!important;
        right: -6px!important;
        top: 10%!important;
    }
    #banner-header:before,
    #testimonials-section:before {
        width: 65px!important;
        height: 65px!important;
        left: -6px!important;
        bottom: 10%!important;
    }
    .customer-cloud-desktop {
        display: none;
    }
    .customer-cloud-mobile {
        display: block;
    }
    .latest_blog_and_resources .fusion-layout-column.fusion-one-half {
        margin-top: 10px !important;
        margin-bottom: 0px !important;
    }
    #culture-menu li {
        padding: 5px 25px 5px 0;
    }
    ul#menu-demo-links li.hide-desktop {
        display: block;
    }
    ul#menu-demo-links li.hide-mobile {
        display: none;
    }
    .search-widget {
        right: 0;
        width: 100%;
    }
    #banner-inner h1.title-blog-category span {
        font-size: 20px;
        letter-spacing: -0.01em;
    }
    #banner-inner h1.title-blog-category span small {
        display: block;
        font-size: 18px;
    }
    #posts-container {
        margin: 0;
        padding: 25px;
    }
    .featured-case-study p {
        padding: 0 2%;
    }
    #testimonials-section:before {
        bottom: 4% !important;
    }
    #testimonials-section:after {
        top: 4% !important;
    }
    .fusion-button {
        white-space: normal !important;
    }
    #colophon {
        padding: 60px 0 0;
    }
    .mobileButton {
        display: block;
    }
    #footer-menu > li > .sub-menu > li > a::after {
        display: none
    }
    #footer-menu > li > .sub-menu > li {
        padding-right: 30px
    }
    #footer-menu > li > .sub-menu > li .sub-menu {
        margin-right: -30px;
    }
    #footer-menu > li > ul > li > span {
        color: #0077EA;
        cursor: pointer;
    }
    #footer-menu > li > ul > li {
        position: relative;
    }
    #footer-menu > li > ul > li .mobileButton {
        position: absolute;
        right: 0;
        top: 8px;
    }
    .mobileButton.active .fa.fa-plus:before {
        content: "\f068";
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
    #banner-header:before,
    #testimonials-section:before,
    #banner-header:after,
    #testimonials-section:after {
        width: 80px!important;
        height: 80px!important;
    }
    .banner-text-homepage {

        padding-left: 40px!important;
        padding-top: 25px;

    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .banner-text-homepage {
        padding: 40% 15%!important;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    ul#menu-demo-links li a {
        padding: 10px 15px!important;
        min-width: 120px!important;
        padding: 40% 15%!important;
    }
    .demo-links {

        margin-right: 115px!important;

    }
    .demo-links li {
        min-width: 60px;
    }
    .banner-text-homepage {
        padding: 55% 10%!important;

    }
    ul#menu-demo-links li#menu-item-56808 a {
        width: 50px !important;
        min-width: 50px !important;
    }
}

@media only screen and (max-width: 560px) {
    .demo-links li.btn-demo {
        display: none;
    }
}

@media only screen and (max-width: 380px) {
    .fusion-logo {
        max-width: 130px;
    }
    .demo-links {
        margin-right: 40px;
    }
}

@media only screen and (max-width: 350px) {
    .fusion-logo {
        max-width: 120px;
    }
    .demo-links li {
        padding: 5px 15px;
        min-width: 100px;
    }
}

@media screen and (min-width: 725px) {
    /* Home */
    .home #masthead .wrapper {
        overflow: visible;
        padding-bottom: 350px;
    }
    .header-video {
        margin: 35px 0 0;
        position: relative;
        text-align: center;
        width: 100%;
        z-index: 9;
    }
    #content #featured-rotator .btn.btn-previous,
    #content #featured-rotator .btn.btn-next {
        width: auto;
    }
    #content #featured-rotator .btn {
        /*width: 300px;*/
    }
}

@media screen and (min-width: 850px) {
    /*********/
    /* MENUS */
    /*********/
    /* Main navigation */
    #header-menu,
    .secondary-navigation {
        display: block;
    }
    #site-navigation .btn {
        display: inline-block;
        float: right;
        margin: 8px 0;
        width: auto;
        font-size: 14px;
    }
    .main-navigation {
        margin: 4px 0 0;
    }
    #header-menu a {
        padding: 20px 20px;
        font-size: 16px;
    }
    #header-menu li {
        float: left;
        position: relative;
    }
    #header-menu li > ul {
        display: none;
    }
    #header-menu li.active a:hover {
        text-decoration: none;
    }
    #header-menu li.active > ul {
        background: #FFF;
        border: 1px solid #CDCDCD;
        display: block;
        left: -54px;
        padding: 20px 50px;
        position: absolute;
        top: 55px;
        z-index: 9999;
    }
    #menu-item-55972 a,
    #menu-item-55973 a {
        margin-left: 20px;
    }
    #menu-item-379 ul.sub-menu {
        width: 290px;
    }
    #header-menu li#menu-item-379.active > ul::before {
        right: 140px;
    }
    #header-menu li#menu-item-379.active > ul::after {
        right: 139px;
    }
    #header-menu li.active > ul::before {
        border-color: transparent transparent #FFF;
        border-style: solid;
        border-width: 0 10px 10px;
        content: '';
        height: 0;
        position: absolute;
        right: 80px;
        top: -10px;
        width: 0;
        z-index: 9999;
    }
    #header-menu li.active > ul::after {
        border-color: transparent transparent #CDCDCD;
        border-style: solid;
        border-width: 0 11px 11px;
        content: '';
        height: 0;
        position: absolute;
        right: 79px;
        top: -11px;
        width: 0;
        z-index: 9998
    }
    #header-menu li > ul a {
        padding: 10px 0;
        text-align: left;
    }
    #site-navigation .tel {
        clear: both;
        display: block;
        float: none;
        padding: 20px 0 0;
        text-align: right;
        width: 100%;
    }
    /* Footer navigation */
    #footer-menu {
        display: block;
    }
    /* Mobile navigation */
    #mobile-menu.active,
    .menu-toggle {
        display: none;
    }
    /**********/
    /* FOOTER */
    /**********/
    /* Footer navigation */
    #footer-menu {
        display: block;
    }
    #colophon {
        border: none;
        margin: 0;
        padding: 100px 0 60px;
    }
    footer#colophon {
        margin: 0 auto;
    }
    #colophon .bottom {
        overflow: hidden;
        padding: 40px;
    }
    /* 1st level - Holder */
    #footer-menu > li {
        width: 50%;
        float: left;
        padding: 0 40px;
    }
    /* 2nd level - Root pages */
    #footer-menu > li > .sub-menu > li > a::after {
        display: none;
    }
    #footer-menu > li > .sub-menu .sub-menu {
        display: block;
    }
    /* 4th level - Sub sub pages */
    #footer-menu > li > ul > li > ul > li > ul {
        padding: 15px 0;
        margin: 15px 0;
        display: inline-block;
        border-top: 1px solid #B2B2B2;
        border-bottom: 1px solid #B2B2B2;
    }
    /* Container */
    .menu-footer-menu-container {
        border-collapse: separate;
        display: table;
        width: 100%;
    }
    #footer-menu {
        display: table-row;
    }
    /* 1st level - Holder */
    #footer-menu > li {
        width: 25%;
        display: table-cell;
        border-right: 1px solid #CCC;
        float: none;
    }
    /* 2nd level - Root pages */
    #footer-menu > li > ul > li:last-child {
        padding: 0;
    }
    .fusion-logo img,
    .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-header.fixed .fusion-logo img {
        max-width: 90px;
    }
    .demo-links {
        margin-right: 35px;
    }
    .demo-links li {
        min-width: 60px;
    }
    ul#menu-demo-links li a {
        padding: 10px 0 !important;
        min-width: 50px;
    }
    ul#menu-demo-links li#menu-item-56808 {
        min-width: 35px;
        width: 35px;
    }

    #main #featured-rotator .btn.btn-previous,
    #main #featured-rotator .btn.btn-next {
        width: auto;
    }

}

@media screen and (max-width: 850px) {
    #banner-inner:before,
    #banner-inner:after {
        width: 50px;
        height: 50px;
    }
    #banner-inner:before {
        bottom: 10%;
        left: -6px;
    }
    #banner-inner:after {
        top: 10%;
        right: -6px;
    }
    #banner-inner {
        min-height: 150px !;
    }
    #banner-inner h1 {
        padding: 0 25px;
    }
}

@media screen and (min-width: 950px) {
    #header-menu > li:first-child a {
        margin-left: 40px;
    }

}

@media screen and (min-width: 970px) {
    /**********/
    /* FOOTER */
    /**********/
    /* Container */
    .menu-footer-menu-container {
        border-collapse: separate;
        display: table;
        width: 100%;
    }
    #footer-menu {
        display: table-row;
    }
    /* 1st level - Holder */
    #footer-menu > li {
        width: 25%;
        display: table-cell;
        border-right: 1px solid #CCC;
        float: none;
    }
    /* 2nd level - Root pages */
    #footer-menu > li > ul > li:last-child {
        padding: 0;
    }
}

@media screen and (min-width: 1000px) {
    #featured-rotator {
        position: relative;
    }
    #main #featured-rotator .btn-previous,
    #main #featured-rotator .btn-next {
        float: none;
        left: 0;
        margin-top: -20px;
        min-width: 0;
        position: absolute;
        top: 50%;
    }
    #main #featured-rotator .btn-next {
        left: auto;
        right: 0;
    }
    #main .btn.btn-previous {
        margin: 0 20px 0 0;
    }
    #main .btn.btn-next {
        margin: 0 0 0 20px;
    }
}

@media screen and (min-width: 1125px) {
    /**********/
    /* HEADER */
    /**********/
    .fusion-logo {
        margin: 4px 0 0 0 !important;
        overflow: hidden;
    }
    #site-navigation .tel {
        clear: none;
        display: inline-block;
        float: right;
        padding: 0 20px 0 40px;
        text-align: left;
        width: auto;
    }
    #featured-rotator {
        position: relative;
        max-width: 75%;
        margin: auto;
    }
    #main #featured-rotator .btn-previous,
    #main #featured-rotator .btn-next {
        float: none;
        left: 0;
        margin-top: -20px;
        min-width: 0;
        position: absolute;
        top: 50%;
    }
    #main #featured-rotator .btn-next {
        left: auto;
        right: 0;
    }
    /**********/
    /* FOOTER */
    /**********/
    ul.social {
        width: auto;
        float: right;
        margin: -25px 0 0 8px;
    }
}

@media screen and (min-width: 1255px) {
    #featured-rotator .featured-case-study {
        max-width: 725px;
    }
    .fusion-logo img {
        max-width: 100%;
        width: 150px;
    }
    .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-header.fixed .fusion-logo img {
        max-width: 80%;
    }
    ul#menu-demo-links li a {
        padding: 15px 15px !important;
        max-width: 280px;
    }
    .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-header.fixed ul#menu-demo-links li a {
        padding: 10px 15px !important;
        max-width: 280px;
    }
}

@media screen and (max-width:480px) {
    .fusion-blog-layout-medium-alternate .has-post-thumbnail .fusion-post-slideshow {
        max-width: 100%!important;
    }
}