
/* ----- GENERAL ----- */

.light .h1,
.light .h2,
.light .h3,
.light .h4,
.light .h5,
.light .h6 {
    color: #ffffff;
}

.h1,
.row .col .h1 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 700;
}
@media (max-width: 690px) {
    .h1,
    .row .col .h1 {
        font-size: 36px;
        line-height: 36px;
    }
}
.h2,
.row .col .h2 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 33px;
    line-height: 33px;
    text-transform: none;
    letter-spacing: -0.5px;
    font-weight: 700;
}
.h3,
.row .col .h3 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
}
.h4,
.row .col .h4 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}
.h5,
.row .col .h5 {
	font-family: 'Lato';
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px!important;
    line-height: 21px;
    font-weight: 700!important;
}

body .wpb_row {
    margin-bottom: 0px;
}

.img-fluid {
	width: auto;
	max-width: 100%;
	height: auto;
}

.animated-in,
html .using-mobile-browser .col.has-animation[data-animation="fade-in-from-bottom"],
html .using-mobile-browser .wpb_column.has-animation[data-animation="fade-in-from-bottom"] {
	-webkit-transform: none !important;
	        transform: none !important;
}
.fp-section {
    -webkit-transform: translate(0,0) !important;
            transform: translate(0,0) !important;
}

.full-screen-row-bottom .wpb_column {
    padding: 10px;
    font-size: 14px;
}
@media (max-width: 768px) {
    .full-screen-row-bottom {
        position: relative;
        width: 100vw;
        left: calc((-100vw + 300px) / 2);
        z-index: 1;
        margin-top: 85px;

        /* hack to engage viewport-units-buggyfill */
        content: 'viewport-units-buggyfill; width: 100vw; left: calc((-100vw + 300px) / 2);';
    }
    .full-screen-row-bottom .wpb_column {
        line-height: 1.4em;
        border-bottom: 1px solid transparent;
    }
}
@media (min-width: 690px) and (max-width: 769px) {
    .full-screen-row-bottom {
        left: calc((-100vw + 600px) / 2);

        /* hack to engage viewport-units-buggyfill */
        content: 'viewport-units-buggyfill; left: calc((-100vw + 600px) / 2);';
    }
}
/*@media (min-width: 768px) {
    .full-screen-row-bottom .wpb_column {
        padding: 15px 5% 20px;
        font-size: 18px;
    }
}*/
@media (min-width: 1200px) {
    .full-screen-row-bottom .wpb_column {
        padding: 30px 10% 45px;
        font-size: 18px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .full-screen-row-bottom .wpb_column {
        padding: 45px 30px;
        background-size: auto 275px;
        background-position-y: bottom;
    }
}
@media (min-width: 1030px) {
    .full-screen-row-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
    }
}


/* Container */
@media (min-width: 1000px) and (max-width: 1200px) {
    .container {
        padding: 0 120px !important;
    }
}


/* Columns */
@media (max-width: 690px) {
    .vc_col-sm-3,
    .vc_col-sm-4 {
        margin-left: 0 !important;
    }
}
@media (min-width: 769px) {
    .vc_col-sm-3:nth-child(4n + 1),
    .vc_col-sm-4:nth-child(3n + 1),
    .vc_col-sm-12 + .vc_col-sm-12 {
        clear: left;
        margin-left: 0;
    }
}


/* ----- NAV ----- */

/* Let's try this again */
body.ascend[data-slide-out-widget-area="true"] #header-outer[data-full-width="true"] header > .container,
body.ascend[data-slide-out-widget-area="true"] #header-secondary-outer[data-full-width="true"] > .container {
    padding-right: 0 !important;
}
@media (min-width: 769px) {
    body.ascend[data-slide-out-widget-area="true"] #header-outer[data-full-width="true"] header > .container,
    body.ascend[data-slide-out-widget-area="true"] #header-secondary-outer[data-full-width="true"] > .container {
        padding: 0 !important;
    }
}
a.closed:after {
    content: none !important;
}

@media (min-width: 1000px) {
    #header-outer,
    header#top,
    header#top > .container,
    header#top .row {
        height: 0 !important;
        padding-top: 0 !important;
        overflow: visible;
    }
}

a[href="#sidewidgetarea"] {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ea4f35+0,ea3557+100 */
    background: rgb(234,79,53); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(234,79,53,1)),to(rgba(234,53,87,1)));
    background: -webkit-linear-gradient(top, rgba(234,79,53,1) 0%,rgba(234,53,87,1) 100%);
    background: linear-gradient(to bottom, rgba(234,79,53,1) 0%,rgba(234,53,87,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea4f35', endColorstr='#ea3557',GradientType=0 ); /* IE6-9 */

    height: auto !important;
    display: inline-block !important;
    padding: 25px !important;
}
body[data-header-search="false"].ascend #header-outer[data-has-menu="false"][data-cart="false"][data-full-width="true"] header#top nav ul .slide-out-widget-area-toggle a {
    padding: 22px 28px !important;
    border-left: 0;
}

html header#top nav >ul >li {
    float: right !important;
}
html header#top nav ul .slide-out-widget-area-toggle {
    margin-right: 0 !important;
}
html header#top nav >ul.buttons {
    height: 100% !important;
    float: none !important;
}

.menu-toggle-label {
    display: none;
    color: #ffffff !important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    margin-top: 14px;
    text-align: center;
    line-height: 1em;
    height: auto !important;
}

@media only screen and (max-width: 1000px) and (min-width: 1px) {
    .lines-button.lines,
    html body #header-outer .slide-out-widget-area-toggle .lines-button,
    body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle[data-icon-animation="simple-transform"] .lines-button:after,
    body #header-outer .slide-out-widget-area-toggle .lines-button,
    html body #header-outer .slide-out-widget-area-toggle .lines,
    html body #header-outer .slide-out-widget-area-toggle .lines:before,
    html body #header-outer .slide-out-widget-area-toggle .lines:after {
        width: 100% !important;
    }
}

@media only screen and (min-width: 1000px) {
    body #header-outer {
        background-color: transparent !important;
    }
    html header#top nav ul .slide-out-widget-area-toggle a:hover i.lines,
    html header .nectar-hor-list-item[data-color="accent-color"]:before,
    header#top nav ul .slide-out-widget-area-toggle a:hover i.lines,
    html header#top nav ul .slide-out-widget-area-toggle a:hover i.lines:after,
    html header#top nav ul .slide-out-widget-area-toggle a:hover i.lines:before,
    html header#top nav ul .slide-out-widget-area-toggle[data-icon-animation="simple-transform"] a:hover i.lines-button:after,
    html #buddypress a.button:focus,
    html .text_on_hover.product a.added_to_cart, .woocommerce div.product .woocommerce-tabs .full-width-content ul.tabs li a:after {
        background-color: #922d26 !important;
        color: #922d26 !important;
    }
    html header#top nav ul .slide-out-widget-area-toggle a:hover .menu-toggle-label {
        color: #ffffff !important;
    }
}
@media only screen and (max-width: 1000px) {
    html .slide-out-widget-area-toggle[data-icon-animation="simple-transform"].mobile-icon .lines-button:after,
    html .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before,
    html .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after {
        background-color: #922d26 !important;
    }
}

html body #slide-out-widget-area .inner .off-canvas-menu-container li a {
	line-height: 26px;
}

#slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li.meta > a {
    font-size: 18px;
}
#slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li.margin-top {
    margin-top: 24px;
}

#slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li.menu-item-has-children > a:after {
    color: #ea4f35;
    content: '\f105';
    display: inline-block;
    font-family: FontAwesome;
    padding-left: 9px;
    font-size: 0.85em;
}

#slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li.subviewopen > a {
    display: none;
}
#slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li.subviewopen .sub-menu .back {
    padding-left: 9px;
}
#slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li.subviewopen .sub-menu .back a,
#slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li.subviewopen .sub-menu .back a:active {
    background: transparent;
    font-size: 18px;
}
#slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li.subviewopen .sub-menu .back a:before {
    color: #ea4f35;
    content: '\f104';
    display: inline-block;
    font-family: FontAwesome;
    padding-right: 6px;
}

#slide-out-widget-area .h5 a {
    color: #ea4f35 !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

.bottom-meta-wrap {
    font-size: 16px;
    line-height: 1.4;
}

.breadcrumbs {
    font-size: 16px;
}

.breadcrumbs li.item-current {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

/* ----- FONTS ----- */

body .wpb_row > .col.span_12.dark h1, body .wpb_row > .col.span_12.dark h2, body .wpb_row > .col.span_12.dark h3,
body .wpb_row > .col.span_12.dark h4, body .wpb_row > .col.span_12.dark h5, body .wpb_row > .col.span_12.dark h6 {
    color: #003745;
}

.row .col .preheader h2,
.row .col .preheader h3,
.row .col  .preheader h4,
.row .col .preheader h5,
.preheader .h2,
.preheader .h3,
.preheader .h4,
.preheader .h5 {
	font-weight: 300;
}

@media (min-width: 481px) {
    .row .col .small h1,
    .row .col .small .h1 {
        font-size: 42px;
        line-height: 1.2;
    }
}

.small p {
	font-size: 16px !important;
	line-height: 1.4;
}

html body .row .col .orange h1, html body .row .col .orange h2,
html body .row .col .orange h3, html body .row .col .orange h4,
html body .row .col .orange h5, html body .row .col .orange a {
	color: #ea4f35 !important;
}

html body .row .col .white h1, html body .row .col .white h2,
html body .row .col .white h3, html body .row .col .white h4,
html body .row .col .white h5, html body .row .col .white a {
	color: #ffffff !important;
}

body h1 strong, body h2 strong, body h3 strong, body h4 strong {
	font-family: 'Titillium Web', sans-serif;
}

.intro-top {
    background-color: #ffffff;
    position: relative;
    padding: 45px 15px;
}

body:not(.single) .intro-top p,
body:not(.single) .intro p {
    color: #003745;
    font-family: Titillium Web;
	font-size: 1.25em;
    font-weight: 300;
	line-height: 1.4;
}
body:not(.single) .intro-top p strong,
body:not(.single) .intro p strong {
	font-family: Titillium Web;
    font-weight: 400;
}

.light .intro-top p,
.light .intro p {
    color: #ffffff;
}

@media (min-width: 1000px) {
    .intro-top {
        padding: 50px 30px;
        top: -90px;
        left: -30px;
        margin-bottom: -3em!important;
    }
}

@media (min-width: 1400px) {
	body:not(.single) .intro-top p,
    body:not(.single) .intro p {
		font-size: 1.4em;
	}
}
@media (max-width: 1000px) {
	.intro-top,
    .intro {
		padding: 25px 15px 30px 0;
	}
	.intro-top p, .intro p {
		font-size: 1.05em;
	}
}
/* ----- BUTTONS & LINKS ----- */

.nectar-button {
    overflow: hidden;
}

body .nectar-button em {
	font-weight: 400;
	opacity: 0.85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

.dark .btn-textlink-with-arrow a {
    color: #003745;
    display: inline-block;
    margin-top: 6px;
    padding: 9px 0;
    font-size: 16px;
}
.dark .btn-textlink-with-arrow a:before {
    font-family: FontAwesome;
    content: '\f105';
    color: #ea4f35;
    display: inline-block;
    padding-right: 12px;
    transition: 150ms ease;
    -webkit-transition: 150ms ease;
}
.dark .btn-textlink-with-arrow a:hover:before {
    padding-right: 15px;
}

.btn-textlink-with-arrow.right {
    padding-right: 12px;
}

/* ----- LISTS & ICONS ------ */

.list-links-horizontal {
	margin-top: 30px;
}

.list-links-horizontal ul {
	margin-left: 0;
}

.list-links-horizontal ul li {
	display: inline-block;
	font-size: 15px;
	margin-bottom: 12px;
	padding-right: 5%;
}

.list-links-horizontal ul li a {
	color: #ffffff;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-webkit-transition: 300ms all ease;
	transition: 300ms all ease;
	padding: 6px 12px;
}

.list-links-horizontal ul li a:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* List Industries */

.row-list-industries .col {
    padding-right: 5%;
}

.row-list-industries .iwithtext {
    border-bottom: 1px solid rgba(255,255,255,0.25);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 24px;
}
.row-list-industries .iwithtext .iwt-icon {
    position: static;
    margin-right: 30px;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.row-list-industries .iwithtext .iwt-text {
    padding-left: 0;
    -ms-flex-negative: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
}

.row-list-industries .iwithtext .iwt-text p {
	opacity: 0.85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

.row-list-industries .iwithtext .iwt-text h3 a, .row-list-industries .iwithtext .iwt-text a {
    color: #ffffff;
}
.row-list-industries .iwithtext .iwt-text h3 a:after {
    color: #ea4f35;
    content: '\f105';
    display: inline-block;
    font-family: 'FontAwesome';
    padding-left: 9px;
    font-size: 0.85em;
    -webkit-transition: 150ms ease;
    transition: 150ms ease;
}
.row-list-industries .iwithtext .iwt-text h3 a:hover:after {
    padding-left: 12px;
}

@media (max-width: 690px) {
	.row-list-industries {
		margin-top: 21px;
	}
	.row-list-industries p {
        display: none;
    }

    .row-list-industries .iwithtext .iwt-icon img {
    	width: 60px;
    }
}


/* List Solutions */

.row-solutions .col .col {
	border: 1px solid #eaf0f2;
	padding: 24px;
}

.row-solutions h3:after {
	color: #ea4f35;
    content: '\f105';
    display: inline-block;
    font-family: 'FontAwesome';
    padding-left: 9px;
    font-size: 0.85em;
    -webkit-transition: 150ms ease;
    transition: 150ms ease;
}
.row-solutions h3 a:hover:after {
    padding-left: 12px;
}

.row-solutions .col .border-left-green {
	border-left: 2px solid #5DAE46;
}
.row-solutions .col .border-left-darkgreen {
	border-left: 2px solid #007E68;
}
.row-solutions .col .border-left-orange {
	border-left: 2px solid #E7512F;
}
.row-solutions .col .border-left-blue {
	border-left: 2px solid #007E68;
}
.row-solutions .col .border-left-darkblue {
	border-left: 2px solid #0887CA;
}

/* Payoff */
.payoff-fixed {
    z-index: 12;
    width: 55px;
    white-space: nowrap;
    position: fixed;
    top: 0;
}
@media (max-width: 769px) {
    .payoff-fixed {
        display: none;
    }
}
.payoff-inner {
    transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
    transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    position: absolute;
    bottom: 0;
    left: 15px;
	font-size: 14px;
}
.payoff span {
	color: #eb573d;
}


.payoff .vmware-svg {
    display: inline-block;
    width: 50px;
    height: 8px;
}

/* Colouring with Midnight JS plugin */
.midnightHeader.light .payoff {
    color: #ffffff;
}
.midnightHeader.light .vmware-svg .cls-1 {
    fill: #ffffff;
}
.midnightHeader.dark .payoff,
.midnightHeader.default .payoff,
.payoff {
    color: #bbc1c3;
}
.midnightHeader.dark .vmware-svg .cls-1,
.midnightHeader.default .vmware-svg .cls-1,
.payoff .vmware-svg .cls-1 {
    fill: #bbc1c3;
}


/* ----- CUSTOM ----- */

/* Page Header */

#page-header-wrap .inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column;
}
#page-header-wrap .inner-wrap h1 {
    -webkit-order: 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    color: #ea4f35;
    background: -webkit-gradient(linear, left top, right bottom, from(#ea4f35), to(#ea3557));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none), (-ms-hight-contrast: active) {
    #page-header-wrap .inner-wrap h1 {
        background: none;
    }
}
#page-header-wrap .inner-wrap  span.subheader {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            -webkit-order: 1;
            order: 1;
    margin-bottom: 5px;
    width: 100%;
}

/* Making some room for breadcrumbs */
@media (min-width: 769px) {
    #page-header-bg[data-alignment-v=bottom] .col.span_6 {
        margin-bottom: 25px !important;
    }
}

/* Contact Component */
.col-contact-expert {
    background-size: auto 250px;
    background-position: right bottom;
    background-color: #ffffff;
    background-repeat: no-repeat;
    padding: 30px 60px 45px 30px;
    padding-bottom: 45px !important;
}


.col-contact-expert a {
   color: #003745;
}
.col-contact-expert a i {
    color: #ea4f35;
}

@media (max-width: 690px) {
    .col-contact-expert {
        background-image: none !important;
    }
}

.col-contact-team {
    background-size: auto !important;
    background-position: right 30px center !important;
    background-repeat: no-repeat !important;
    padding: 30px 60px 45px 30px;
    padding-bottom: 45px !important;
    background: #ea4f35;
}

.col-contact-expert p {
    max-width: 80%;
}

@media (min-width: 1000px) and (max-width: 1240px) {
    .col-contact-expert,
    .col-contact-team {
        background-image: none !important;
    }
    .col-contact-expert p {
        max-width: none;
    }
}
@media (max-width: 690px) {
    .col-contact-expert p {
        max-width: none;
    }
}


/* Responsive images */

.max-width-75 {
    max-width: 75% !important;
}

.max-width-66 {
    max-width: 66% !important;
}

.max-width-50 {
    max-width: 50% !important;
}

.max-width-33 {
    max-width: 33% !important;
}

.img-shadow {
    box-shadow: 0px 3px 15px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 3px 15px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 3px 15px rgba(0,0,0,0.4);
}

/* Row Pattern Dots */

.row-bg-pattern-dots > div > div > .row-bg {
   background-position: top 160px left !important;
}

.row-shadow > .col {
    box-shadow: 0px 1px 0px 0px rgba(187, 193, 195, 0.25), 0px 2px 25px 0px rgba(0,0,0, 0.05);
}

.col-shadow {
    box-shadow: 0px 1px 0px 0px rgba(187, 193, 195, 0.25), 0px 2px 25px 0px rgba(0,0,0, 0.05);
}

/* ----- NEWS ----- */

.col-featured-news .blog-recent[data-style="minimal"] .col {
	background-color: #ffffff;
 box-shadow: 0px 1px 0px 0px rgba(187, 193, 195, 0.25), 0px 2px 25px 0px rgba(0,0,0, 0.05);
}

.col-featured-news .blog-recent[data-style="minimal"] .col > span {
	display: block;
	font-size: 16px;
	padding-top: 3px;
}

.post-header {
    font-size: 14px;
}

/* ----- BLOG ----- */

body[data-ext-responsive="true"].single .container-wrap.no-sidebar {
    background-image: url(/wp-content/uploads/2017/05/bg-pattern-dots.jpg);
    background-position: left top -70px;
    background-repeat: repeat-x;
}

html .single .heading-title[data-header-style="default_minimal"] {
    padding-top: 30px;
}

body[data-ext-responsive="true"].single .container-wrap.no-sidebar #post-area {
    max-width: 800px;
    margin: 0 auto;
}

.single .container-wrap {
    padding-top: 0 !important;
}

.single .breadcrumbs.no-bg {
	max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.single #single-below-header {
    max-width: 800px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #EAF0F2;
    padding-left: 3px;
}

.single h1.entry-title,
html body.single.single-post .heading-title[data-header-style="default_minimal"] .entry-title {
    color: #ea4f35;
    background: -webkit-gradient(linear, left top, right bottom, from(#ea4f35), to(#ea3557));
    background: -webkit-linear-gradient(top left, #ea4f35, #ea3557);
    background: linear-gradient(to bottom right, #ea4f35, #ea3557);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
	max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.single #post-area p:first-child {
    color: #003745;
    font-family: Titillium Web;
	font-size: 1.25em;
    font-weight: 300;
	line-height: 1.4;
}

html .single .bottom-meta .sharing-default-minimal .nectar-love {
	display: none;
}

/* Blog Comments */

.ascend .row #author-bio.no-pagination, .ascend .row .comment-wrap {
	border-top: 0px;
}

.ascend .comment-wrap h3#comments {
    display: none;
}

.ascend .row .comment-list {
	background-image: url(/wp-content/uploads/2017/05/bg-pattern-dots.jpg);
    background-position: left top -70px;
    background-repeat: repeat-x;
    background-size: auto;
    border-bottom: 0px;
	padding-top: 3%;
}

.ascend .comment-list li.comment >div, .ascend .comment-list li.pingback >div {
    background-color: #ffffff !important;
    margin: 0 !important;
    overflow: hidden;
    padding: 25px !important;
    margin-top: 2em !important;
    position: relative !important;
    padding-left: 116px !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.17) !important;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.17) !important;
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.17) !important;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.17) !important;
}

.ascend .comment-list li.comment > div img.avatar, .ascend .comment-list li.pingback > div img.avatar {
	left: 29px!important;
	top: 29px!important;
}

.comment-list .children {
    margin-top: -32px;
    padding-top: 0px;
}

.ascend .comment-body cite {
	font-size: 14px;
}

html .ascend .container-wrap #author-bio {
    background: #EAF0F2;
    margin-bottom: 0;
    padding-bottom: 5%;
}

html .ascend .container-wrap #author-bio #author-info p {
	display: none;
}


/* ----- FOOTER ----- */

.row-footer > .col {
    max-width: 1245px;
    margin: 0 auto;
	margin-right: auto;
}

.footer-list-links a {
    display: inline-block;
    padding: 3px;
}



/* Author */
.author #header-space {
    display: none;
}
.author #page-header-wrap,
.author #page-header-wrap + .container-wrap {
    margin-top: 0;
    padding: 0;
}
.author #page-header-wrap .inner-wrap {
    display: block;
}
.author #page-header-wrap .inner-wrap h1 {
    text-transform: capitalize;
    position: relative;
    z-index: initial;
}
.author #page-header-wrap .inner-wrap h1:after {
    text-shadow: 1px 1px 1px #003745;
    background: none;
    display: inline-block;
    content: attr(data-text);
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}
@media (min-width: 769px) {
    .author #page-header-wrap .container .col.span_6 {
        margin-bottom: 50px !important;
    }
}
body.author #page-header-bg .span_6 span.subheader {
    font-size: 24px;
    font-style: italic;
    text-shadow: 2px 2px 1px rgba(16, 16, 16, .25);
}

.author-connect {
    background-color: #eaf0f2;
    border-radius: 5px;
    padding: 3px 13px;
    color: #535353;
    display: inline-block;
    font-size: 14px;
}
.certificates {
    margin-top:1em;
}
.certificates img {
    margin-right:1em;
}
.author-connect i {
    color: #093f64;
    font-size: 16px;
    margin-left: 10px;
    width: auto;
}

.author .preheader {
    margin-top: 30px;
}
.author .recent-posts {
    margin-top: 30px;
}

.author .newsletter-form,
.single .newsletter-form,
.error404 .newsletter-form {
    margin-top: 30px;
}

/* Single Blog */
.single-post #header-space {
    display: none;
}

.iphorm-submit-wrap button em,
.iphorm-submit-wrap button span,
.iphorm-submit-wrap button:hover em,
.iphorm-submit-wrap button:hover span {
    background-color:transparent;
    color:white;
    border:none;
}

.author .custom-pagination {
    margin: 50px 0;
}


/* Page fixes */
@media (max-width: 1030px) {
    .home h1 br,
    .home .h1 br {
        display: none;
    }
}

/* Forms */
@media (min-width: 769px) {
    .job-application .iphorm-group-wrap {
        float: left;
        width: 45%;
    }
    .job-application .iphorm-group-wrap + .iphorm-group-wrap {
        margin-left: 10%;
    }
    .job-application .iphorm-submit-wrap {
        width: 45%;
        float: right;
    }
}

.iphorm-element-text {
    border-radius: 5px;
}


.container-wrap input.iphorm-element-text[type=text]:focus,
.container-wrap input.iphorm-element-text[type=text]:active,
.container-wrap input.iphorm-element-text[type=email]:focus,
.container-wrap input.iphorm-element-text[type=email]:active {
    border-color: #003745 !important;
    border-width: 2px !important;
}
.iphorm-inner label {
    color: #003745;
    font-weight: bold;
    font-size: 16px;
}
.iphorm-input-checkbox-ul .iphorm-input-checkbox-li label,
.iphorm-input-radio-ul .iphorm-input-radio-li label {
    font-weight: normal;
    color: #888d8f;
    margin-bottom: 5px;
}

.iphorm-element-wrap label span.iphorm-required {
    font-size: inherit;
}


/* Pagination */
.custom-pagination {
    display: inline-block;
    width: 100%;
    clear: both;
    text-align: center;
}
.custom-pagination .page-numbers {
    display: inline-block;
    background-color: #eaf0f2;
    color: #093f64;
    border-radius: 5px;
    font-weight: bold;
    font-size: 17px;
    width: 30px;
    cursor: pointer;
}
.custom-pagination .page-numbers:not(:last-child) {
    margin-right: 5px;
}
.custom-pagination .current,
.custom-pagination .page-numbers:hover {
    background-color: #ea4f35;
    color: #ffffff;
}
.custom-pagination .current {
    cursor: default;
}


.no-header-image #page-header-bg {
    padding-bottom: 1em !important;
}

.row-footer .col:last-child {
    margin-right: auto;
}


/* Social share */
.social-share {
    margin-top: 35px;
    color: #b4bbbe;
}
.social-share ~ article {
    overflow: hidden;
}
.social-share-text {
    font-size: 14px;
}
.social-share a {
    color: #b4bbbe;
    margin-bottom: 10px;
}
.social-share a:hover {
    color: #ea4f35;
}
.social-share i {
    font-size: 22px;
}

@media (max-width: 769px) {
    .social-share-text {
        display: none;
    }
    .social-share.sticky {
        position: static;
        margin-bottom: 10px;
    }
}
@media (min-width: 769px) {
    .social-share {
        float: left;
    }
    .social-share-text {
        display: inline-block;
        -webkit-transform: rotate(-90deg) translateX(-15px);
                transform: rotate(-90deg) translateX(-15px);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
    }
    .social-share a {
        display: block;
    }
}


/* Sticky */
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.social-share.sticky {
    top: 75px;
}
html {
    overflow-y: initial;
}
body[data-smooth-scrolling="0"] {
    overflow: initial;
}

.wp-caption {
    margin-bottom: 25px;
}

.error404 .main-content {
    height: 75vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.error404-content {
    margin-top: 40px;
}
.error404-content p {
    color: #003745;
    font-size: 24px;
    font-family: 'Titillium Web', sans-serif;
    max-width: 435px;
    margin-top: 30px;
    line-height: 1.4em;
}

@media (max-width: 1000px) {
    .error404 .main-content img {
        display: none;
    }
    .error404 .main-content {
        height: auto !important;
    }
}


/* Author block */
#author-bio img {
    height: 200px;
    width: auto;
}

/* Comments */
@media (max-width: 1000px) {
    body.single.ascend .comment-list li.comment > div {
        padding-left: 25px !important;
    }
    .comment-author img {
        display: none;
    }
}
@media (max-width: 690px) {
    body.ascend .comment-list .children {
        margin-left: 5px !important;
        padding-left: 15px !important;
    }
    body.ascend .comment-list .reply {
        position: static;
    }
    body.ascend .comment-list .reply a {
        padding: 0 !important;
    }
    body.single.ascend .comment-list li.comment > div {
        padding: 10px !important;
    }
}


/* Masonry */
.masonry .hub-item {
    margin-left: 0 !important;
}

.nectar-full-screen-rows #ajax-content-wrap > .templatera_shortcode {
    display: none;
}

.list-big-number,
.list-big-number li,
.list-big-number ol,
.list-big-number ol li {
    list-style: none;
    margin-left: 0;
}
.list-big-number li {
    counter-increment: item;
    margin-bottom: 15px;
}
.list-big-number li:before {
    content: counter(item);
    font-size: 3em;
    vertical-align: middle;
    line-height: 1em;
    margin-right: 15px;
}

.author .page-header-bg-image:after {
    content: none !important;
}

#ajax-content-wrap > .templatera_shortcode {
    overflow: hidden;
}

.gutter-sizer {
    width: 2%;
}


#slide-out-widget-area .social-icons {
    margin-top: 10px;
    margin-left: -8px;
}


/* Knowledge Hub filter */
.knowledge-hub-filters {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaf0f2;
}

.knowledge-hub-filters .btn {
    display: block;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    border: 1px solid #D21B1D;
    padding: 10px 20px;
    line-height: 1em;
    height: auto;
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100 */
    background: #EA4F36; /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #EA4F36 0%,#EA3556 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #EA4F36 0%,#EA3556 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EA4F36', endColorstr='#EA3556',GradientType=0 ); /* IE6-9 */
}
.hub-category-filter label,
.hub-category-filter strong {
    display: inline-block;
    margin-right: 15px;
}
.hub-search {
    display: inline-block;
    margin-right: 35px;
}
.container-wrap .hub-search input[type="search"] {
    padding: 8px !important;
    width: 250px;
    border-radius: 2px;
    color: #535353;
    -webkit-appearance: none;
}

@media (max-width: 767px) {
    .hub-category-filter label {
        display: block;
    }
    .hub-search {
        margin: 15px 0;
    }
}
@media (min-width: 768px) {
    .hub-category-filter {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: 35px;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .knowledge-hub-filters {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .hub-search {
        margin-left: auto;
    }
}