/*Cost Engineering - Style for the CESK Data website
Author name: Stephen Niemans
Template version: 2.0
*/
/*----------------------------------------
# TABLE OF CONTENTS #
----------------------------------------
 - Color Scheme
 - HTML5 Reset
    - Baseline Normalize
    - Float Clearing
 - Defaults
    - Typographical Elements
        - Font Sizes
        - Links
        - Elements
        - Blockquotes
    - Headings
    - Objects
    - Buttons
    - Forms
    - Tables
 - Structure and Layout
    - Containers
    - Rows
    - Style Dark
    - Style Light
 - Third Party CSS
    - Materialize CSS
    - JSN Pagebuilder OVerrides
 - Building Blocks
    - Breadcrumbs
    - Cards
    - Collapsible
    - Image Rotator
    - Sliders
    - Testimonial
 - Site Header
    - Header Area
    - Navigation
        - Responsive nav
    - Smart Search
 - Content Area
    - Common Elements
 - Page: Home
 - Page: Company
 - Page: Blog
    - Blog Article
    - Blog List
 - Site Footer
    - Footer
    - Social Icons Footer
    - Twitter Stream Footer
 - Media Queries
    - Min-width 640px
    - Min-width 768px
    - Min-width 960px
    - Min-width 1280px
    - Min-width 1600px
    - Min-width 1920px
    - Min-width 2560px*/
/*----------------------------------------
## Color Scheme ##
----------------------------------------
- Primary text on light background: #2e2f33
- Primary text on dark background, background color: #fff
- Dark background color: #2e2f33
- Light Background color: #fff
- Links: #f60
- Links (hover): #E85D01
- Links (hover - dark): #E05A01
- Borders (light): #e1e1e2
- Borders (dark): #2e2f33*/
/*----------------------------------------
## HTML5 Reset ##
----------------------------------------*/
/*----------------------------------------
# Baseline Normalize #
----------------------------------------*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
IMG,
LEGEND {
    margin: 0 auto;
}

LEGEND,
TD,
TH {
    padding: 0;
}

HTML {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

BODY {
    margin: 0;
}

ARTICLE,
ASIDE,
DETAILS,
FIGCAPTION,
FIGURE,
FOOTER,
HEADER,
HGROUP,
MAIN,
MENU,
NAV,
SECTION,
SUMMARY {
    display: block;
}

AUDIO,
CANVAS,
PROGRESS,
VIDEO {
    display: inline-block;
    vertical-align: baseline;
}

AUDIO:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
TEMPLATE {
    display: none;
}

A {
    background-color: transparent;
}

A:active,
A:hover {
    outline: 0;
    text-decoration: none !important;
}

ABBR[title] {
    border-bottom: 1px dotted;
}

B,
OPTGROUP,
STRONG {
    font-weight: 700;
}

DFN {
    font-style: italic;
}

H1 {
    font-size: 2em;
    margin: 0.67em 0;
}

MARK {
    background: #FF0;
    color: #000;
}

SMALL {
    font-size: 80%;
}

SUB,
SUP {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

SUP {
    top: -0.5em;
}

SUB {
    bottom: -0.25em;
}

SVG:not(:root) {
    overflow: hidden;
}

FIGURE {
    margin: 1em 40px;
}

HR {
    box-sizing: content-box;
    height: 0;
}

PRE,
TEXTAREA {
    overflow: auto;
}

CODE,
KBD,
PRE,
SAMP {
    font-family: monospace, monospace;
    font-size: 1em;
}

BUTTON,
INPUT,
OPTGROUP,
SELECT,
TEXTAREA {
    color: inherit;
    font: inherit;
    margin: 0;
}

BUTTON {
    overflow: visible;
}

BUTTON,
SELECT {
    text-transform: none;
}

BUTTON,
HTML INPUT[type=button],
INPUT[type=reset],
INPUT[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

BUTTON[disabled],
HTML INPUT[disabled] {
    cursor: default;
}

BUTTON::-moz-focus-inner,
INPUT::-moz-focus-inner {
    border: 0;
    padding: 0;
}

INPUT {
    line-height: normal;
}

INPUT[type=checkbox],
INPUT[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

INPUT[type=number]::-webkit-inner-spin-button,
INPUT[type=number]::-webkit-outer-spin-button {
    height: auto;
}

INPUT[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

INPUT[type=search]::-webkit-search-cancel-button,
INPUT[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

FIELDSET {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

TABLE {
    border-collapse: collapse;
    border-spacing: 0;
}

/*----------------------------------------
# Float Clearing #
----------------------------------------*/
HEADER:before {
    content: '';
    display: table;
}

HEADER:after {
    content: '';
    display: table;
    clear: both;
}

/*----------------------------------------
## Defaults ##
----------------------------------------*/
/*----------------------------------------
# Typographical Elements #
----------------------------------------*/
HTML {
    font-size: 16px;
}

BODY {
    background-color: #FFF;
    color: #2E2F33;
    font-family: 'open sans', sans-serif;
    font-weight: 400;
    line-height: 1.75;
    margin: 0;
    overflow-x: hidden;
}

/*# Font Sizes #*/
.font-size-smallest {
    font-size: 0.75rem;
}

.font-size-small,
SMALL {
    font-size: 0.875rem;
}

.font-size-default,
BODY,
P {
    font-size: 1rem;
}

.font-size-medium {
    font-size: 1.125rem;
}

.font-size-larger,
BIG {
    font-size: 1.25rem;
}

.font-size-large {
    font-size: 1.5rem;
}

.font-size-xlarge {
    font-size: 6.15rem;
}

.font-size-largest {
    font-size: 2rem;
}

.smallprint P {
    font-size: 1rem;
}

A,
BUTTON,
INPUT:focus,
INPUT[type="button"],
INPUT[type="reset"],
INPUT[type="submit"],
TEXTAREA:focus {
    /*+transition: all 0.2s ease-in-out;*/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

::-moz-selection {
    background-color: #F60;
    color: #FFF;
}

::selection {
    background-color: #F60;
    color: #FFF;
}

/*# Links #*/
A:link,
A:visited {
    color: #F60;
    text-decoration: none;
}

#ce-body A:hover,
#ce-body A:active,
#ce-body A:focus {
    color: #E85D01;
    text-decoration: none;
}

/*# Elements #*/
P,
OL,
UL,
LI {
    margin: 0;
    padding: 0;
}

LI {
    list-style-type: none;
}

/*# Blockquotes # */
BLOCKQUOTE,
CITE,
EM,
I {
    font-style: italic;
}

BLOCKQUOTE {
    background: #E1E1E2;
    border-left: 0.6rem solid #F60;
    margin: 1.5rem 0.7rem;
    padding: 1rem;
    quotes: "\201C" "\201D" "\2018" "\2019";
}

BLOCKQUOTE:before {
    color: #CCC;
    content: open-quote;
    font-size: 3rem;
    line-height: 0.1rem;
    margin-right: 0.25rem;
    vertical-align: -0.4rem;
}

BLOCKQUOTE P {
    display: inline;
}

/*----------------------------------------
# Headings #
----------------------------------------*/
#ce-body H1,
#ce-body H2,
#ce-body H3,
#ce-body H4,
#ce-body H5,
#ce-body H6,
#ce-body LEGEND {
    color: #F60;
    font-family: 'fira sans', sans-serif;
    font-weight: 500;
    letter-spacing: 0.05rem;
    line-height: 1.3;
    margin: 0;
}

#ce-body H1 {
    font-size: 1.75rem;
    letter-spacing: 0.125rem;
}

#ce-body H2,
#ce-body LEGEND {
    font-size: 1.75rem;
}

#ce-body H3 {
    font-size: 1.25rem;
    color: #2E2F33;
}

#ce-body H4 {
    font-size: 1.25rem;
}

#ce-body H5,
#ce-body H6 {
    font-size: 1rem;
}

/*----------------------------------------
# Objects #
----------------------------------------*/
EMBED,
IFRAME,
IMG,
OBJECT,
VIDEO {
    max-width: 100%;
}

IMG {
    height: auto;
}

/*----------------------------------------
# Buttons #
----------------------------------------*/
BUTTON,
HTML INPUT[type=button],
INPUT[type=reset],
INPUT[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
}

A.btn:hover,
A.btn:active {
    background: #E85D01;
    color: #FFF;
}

.btn:after {
    content: '›';
    margin-left: 0.75rem;
}

#ce-body A[target="_blank"].btn:after {
    content: '\f08e';
    font-family: FontAwesome;
    font-size: inherit;
    font-weight: 400;
}

#ce-body A.btn.btn-back:after {
    content: '‹';
    float: left;
    margin-left: 0;
    margin-right: 0.75em;
}

#ce-body .btn-border,
#ce-body A.btn-border {
    background: 0 0;
    border: 1px solid #525359;
    /*+transition: border 1s;*/
    -webkit-transition: border 1s;
    -moz-transition: border 1s;
    -o-transition: border 1s;
    transition: border 1s;
}

#ce-body .btn-border:hover,
#ce-body A.btn-border:hover {
    border-color: #45464D;
    /*+transition: border 0.75s;*/
    -webkit-transition: border 0.75s;
    -moz-transition: border 0.75s;
    -o-transition: border 0.75s;
    transition: border 0.75s;
}

#ce-body .rsform-submit-button:hover,
#submit.validate {
    background: #E85D01;
    /*+transition: background 0.75s;*/
    -webkit-transition: background 0.75s;
    -moz-transition: background 0.75s;
    -o-transition: background 0.75s;
    transition: background 0.75s;
}

#paybox_button A:link,
#paybox_button A:visited,
.btn,
.rsform-submit-button,
A.btn,
#submit.validate {
    background: #F60;
    border: 0;
    /*+border-radius: 1.56rem;*/
    -moz-border-radius: 1.56rem;
    -webkit-border-radius: 1.56rem;
    -khtml-border-radius: 1.56rem;
    border-radius: 1.56rem;
    color: #FFF;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.125rem;
    overflow: hidden;
    padding: 0.5rem 2rem;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.form-search {
    padding: 0;
}

.header-search .btn {
    /*+box-shadow: none !important;*/
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.row-full-width .btn {
    margin-top: 1rem;
}

.row-two-columns .btn {
    margin-top: 1.4rem !important;
}

A.btn.default.btn-default:active {
    color: #FFF !important;
}

/*----------------------------------------
# Forms #
----------------------------------------*/
FORM {
    padding: 4rem 3rem 4rem 2rem;
}

FIELDSET {
    border: 0;
    margin: 0;
    padding: 0;
}

LEGEND {
    text-transform: none;
}

OPTION {
    background: #FFF;
    color: #2E2F33;
    padding: 0.25rem;
}

#userForm SELECT {
    color: #FFF;
}

TEXTAREA:focus,
INPUT[type="text"]:focus,
INPUT[type="password"]:focus,
INPUT[type="datetime"]:focus,
INPUT[type="datetime-local"]:focus,
INPUT[type="date"]:focus,
INPUT[type="month"]:focus,
INPUT[type="time"]:focus,
INPUT[type="week"]:focus,
INPUT[type="number"]:focus,
INPUT[type="email"]:focus,
INPUT[type="url"]:focus,
INPUT[type="search"]:focus,
INPUT[type="tel"]:focus,
INPUT[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(255, 102, 0, 0.8);
    /*+box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 102, 0, 0.6);*/
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 102, 0, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 102, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 102, 0, 0.6);
    outline: 0;
    outline: thin dotted \9;
}

FORM INPUT[type=text],
FORM INPUT[type=email],
FORM INPUT[type=password],
FORM SELECT,
FORM TEXTAREA {
    box-sizing: inherit;
    width: 100%;
}

INPUT[type=email],
INPUT[type=password],
INPUT[type=text],
SELECT,
TEXTAREA {
    background: 0 0;
    border: 1px solid #525359;
    color: #FFF;
    margin: 0 0 1rem;
    padding: 0.5rem;
    /*+transition: all 0.75s;*/
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
}

.formBody {
    box-sizing: inherit;
    width: 100%;
}

.formCaption2 {
    padding-bottom: 0.4rem;
}

.formError {
    color: #E14F4F;
    font-size: 1rem;
    font-weight: bold;
}

.form H3 {
    padding-bottom: 1rem;
}

.formRequired {
    color: #F60;
    font-weight: 400;
}

#submit.validate,
.rsform-submit-button {
    float: right;
    margin-top: 1rem;
}

/*----------------------------------------
# Tables #
----------------------------------------*/
TABLE {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 2.5rem;
    width: 100%;
}

TBODY {
    border-bottom: 1px solid #DDD;
}

TD,
TH {
    text-align: left;
}

TD {
    border-top: 1px solid #DDD;
    padding: 0.375rem 0;
}

TH {
    font-weight: 400;
}

/*----------------------------------------
## Structure and Layout ##
----------------------------------------*/
/*----------------------------------------
# Containers #
----------------------------------------*/
.block-intro {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
}

.block-intro H2 {
    margin-bottom: 2.4rem !important;
}

.page-title {
    /*+min-height: 10rem;*/
    -height: 10rem;
    min-height: 10rem;
    position: relative;
}

.page-title H2,
.page-title H1 {
    background-color: #F60 !important;
    background: rgba(255, 102, 0, 0.8) !important;
    background: -moz-linear-gradient(top, rgba(255, 102, 0, 0.8) 0%, rgba(255, 102, 0, 0.9) 100%) !important;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 102, 0, 0.8)), color-stop(100%, rgba(255, 102, 0, 0.9))) !important;
    background: -webkit-linear-gradient(top, rgba(255, 102, 0, 0.8) 0%, rgba(255, 102, 0, 0.9) 100%) !important;
    background: -o-linear-gradient(top, rgba(255, 102, 0, 0.8) 0%, rgba(255, 102, 0, 0.9) 100%) !important;
    background: -ms-linear-gradient(top, rgba(255, 102, 0, 0.8) 0%, rgba(255, 102, 0, 0.9) 100%) !important;
    background: linear-gradient(to bottom, rgba(255, 102, 0, 0.8) 0%, rgba(255, 102, 0, 0.9) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f60', endColorstr='#f60', GradientType=0) !important;
    bottom: 0;
    /*+border-radius: 0 3px 0 0;*/
    -moz-border-radius: 0 3px 0 0;
    -webkit-border-radius: 0 3px 0 0;
    -khtml-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
    color: #FFF !important;
    font-weight: 700 !important;
    left: 0;
    max-width: 90% !important;
    min-width: 30%;
    padding: 1.5rem 10% 1rem 2rem !important;
    position: absolute;
    text-transform: uppercase;
}

.section-title {
    /*+min-height: 15rem;*/
    -height: 15rem;
    min-height: 15rem;
    position: relative;
}

.section-title H2 {
    background-color: #F60 !important;
    background: rgba(255, 102, 0, 0.8) !important;
    background: -moz-linear-gradient(top, rgba(255, 102, 0, 0.8) 0%, rgba(255, 102, 0, 0.9) 100%) !important;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 102, 0, 0.8)), color-stop(100%, rgba(255, 102, 0, 0.9))) !important;
    background: -webkit-linear-gradient(top, rgba(255, 102, 0, 0.8) 0%, rgba(255, 102, 0, 0.9) 100%) !important;
    background: -o-linear-gradient(top, rgba(255, 102, 0, 0.8) 0%, rgba(255, 102, 0, 0.9) 100%) !important;
    background: -ms-linear-gradient(top, rgba(255, 102, 0, 0.8) 0%, rgba(255, 102, 0, 0.9) 100%) !important;
    background: linear-gradient(to bottom, rgba(255, 102, 0, 0.8) 0%, rgba(255, 102, 0, 0.9) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f60', endColorstr='#f60', GradientType=0) !important;
    bottom: 0;
    color: #FFF !important;
    font-weight: 600 !important;
    left: 0;
    letter-spacing: 0.125rem !important;
    max-width: 90% !important;
    min-width: 60% !important;
    padding: 1.5rem 2rem 1.125rem !important;
    position: absolute;
    text-transform: uppercase;
}

/*----------------------------------------
# Rows #
----------------------------------------*/
.row-software [class^=col-] IMG {
    /*+border-radius: 3px;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    margin-top: 1rem !important;
    padding: 0 !important;
    width: 100%;
}

.row-clients-intro {
    display: none;
}

/*----------------------------------------
# Row: Cloud storage #
----------------------------------------*/
#ce-body .row-cloud-storage [class^=col-] H3 {
    color: #55A2D0 !important;
    margin: 2rem auto 1rem !important;
    max-width: 25rem;
}

#ce-body .row-cloud-storage[class^=col-] P {
    margin: 0 auto;
    max-width: 30rem;
}

.row-cloud-storage {
    text-align: center;
}

.row-cloud-storage IMG {
    max-height: 8rem;
}

/*----------------------------------------
# Row: Full Width #
----------------------------------------*/
.row-full-width {
    padding: 0 2rem !important;
}

.row-full-width P LI {
    list-style-type: disc;
}

.row-full-width P OL,
.row-full-width P UL {
    padding: 0.625rem 0 0.625rem 2rem !important;
    margin: 0 !important;
}

/*----------------------------------------
# Row: Image left #
----------------------------------------*/
.content-image-align-right {
    text-align: center;
}

.row-content-image-left H3,
.row-content-image-left-full H3 {
    margin-bottom: 0.5rem !important;
    font-weight: 600 !important;
}

.row-content-image-left IMG,
.row-content-image-left-full IMG {
    max-height: 18rem;
    margin-bottom: 1.5rem;
}

/*----------------------------------------
# Row: Image right #
----------------------------------------*/
.content-image-align-left {
    text-align: center;
}

.row-content-image-right H3 {
    margin-bottom: 0.5rem !important;
    font-weight: 600 !important;
}

.row-content-image-right IMG {
    max-height: 18rem;
    margin-top: 1.5rem;
}

/*----------------------------------------
# Row: Integration #
----------------------------------------*/
.content-integration-blockquote {
    max-width: 37rem;
    margin: 0 0 1.5rem 0 !important;
    color: #7C7C7C;
}

.row-integration-logos {
    text-align: center;
    background: #F8F8F8;
}

.row-integration-logos IMG {
    max-width: 12rem;
    margin: 0.5rem 0;
    width: 100%;
}

.row-integration-logos [class^=col-]:nth-of-type(1) IMG {
    margin-top: -1.25rem;
}

.row-light-grey {
    background-color: #F6F6F6;
}

/*----------------------------------------
# Row: Testimonial #
----------------------------------------*/
#ce-body .row-testimonial {
    padding-bottom: 3rem !important;
    text-align: center;
}

#ce-body .row-testimonial H4 {
    margin: auto !important;
    max-width: 34rem;
    padding: 1rem 0 0.5rem 0;
}

#ce-body .row-testimonial IMG {
    max-width: 12rem;
}

/*----------------------------------------
# Row: Padding #
----------------------------------------*/
.row-half-padding-bottom {
    padding-bottom: 2rem !important;
}

.row-half-padding-top {
    padding-top: 2rem !important;
}

.small-margin-bottom-mobile {
    margin-bottom: 2rem !important;
}

.row-padding-bottom {
    padding-bottom: 3rem !important;
}

.row-padding-top {
    padding-top: 3rem !important;
}

.row-padding-left-only [class^=col-]:first-child {
    padding: 2em 2rem 4rem !important;
}

.row-padding-left-only H2 {
    padding-bottom: 1.5rem;
}

.row-padding-left-only H3 {
    font-size: 1.25rem !important;
    padding: 0 0 1rem 0;
    padding-bottom: 1.5rem;
}

.row-padding-left-only H4 {
    padding: 0;
    font-size: 1.125rem !important;
}

/*----------------------------------------
# Row: Projectbeheersing #
----------------------------------------*/
#ce-body .row-projectbeheersing-2 [class^=col-] H3 {
    font-size: 1.25rem;
    padding: 0 0 0.75rem 0 !important;
    text-align: left;
}

.row-projectbeheersing-2 [class^=col-] {
    padding: 1.5rem 0 0 !important;
}

.row-projectbeheersing-2 [class^=col-] IMG {
    margin: 0 0 2rem 0 !important;
    max-width: 25rem;
}

.row-projectbeheersing-2 [class^=col-] P {
    text-align: left;
}

.row-projectbeheersing-2 [class^=col-]:first-child {
    padding: 0 !important;
}

/*----------------------------------------
    # Row: Sticky Row #
----------------------------------------*/
.sticky-row {
    display: none;
}

/*----------------------------------------
# Row: USP's #
----------------------------------------*/
.row-content-usp [class^=col-] {
    margin-bottom: 2rem;
    text-align: left;
}

.row-content-usp [class^=col-md-3]:nth-of-type(4) {
    margin-bottom: 0rem;
}

.row-content-usp [class^=col-md-4]:nth-of-type(3) {
    margin-bottom: 0rem;
}

.row-content-usp [class^=col-] IMG {
    max-height: 5rem;
    margin-bottom: 1.25rem;
}

.row-content-usp [class^=col-] H3 {
    font-size: 1.25rem !important;
    margin-bottom: 0.5rem !important;
}

.row-content-usp.case-study [class^=col-] {
    margin-bottom: 2rem;
    text-align: left;
}

.row-content-usp.case-study [class^=col-md-3]:nth-of-type(4) {
    margin-bottom: 0rem;
}

.row-content-usp.case-study [class^=col-md-4]:nth-of-type(3) {
    margin-bottom: 0rem;
}

.row-content-usp.case-study [class^=col-] H3 {
    font-size: 1.25rem !important;
    margin-bottom: 0.5rem !important;
}
/*----------------------------------------
# Row: USP's No Icons #
----------------------------------------*/
#ce-body .row-usps H3 {
    font-size: 1.5rem;
    margin: 2.5rem 0 0.5rem;
}

#ce-body .row-usps [class^=col-] {
    padding: 0 0 0 0 !important;
}

#ce-body .row-usps [class^=col-]:first-child H3 {
    font-size: 1.5rem;
    margin: 0rem 0 0.5rem;
}

/*----------------------------------------
# Style Dark #
----------------------------------------*/
.style-dark {
    background-color: #2E2F33;
}

.style-dark,
.login FORM,
.style-dark .formCaption2,
.style-dark H1,
.style-dark H2,
.style-dark H3,
.style-dark H4,
.style-dark H5,
.style-dark H3,
.style-dark LABEL,
.style-dark LEGEND,
.style-dark P,
.style-dark H3 A,
#adminForm.form-validate LEGEND,
#dopay FIELDSET LEGEND {
    color: #FFF !important;
}

/*----------------------------------------
# Style Light #
----------------------------------------*/
.style-light {
    background-color:#f4f4f4;
}

.style-light,
.login FORM,
.style-light .formCaption2,
.style-light H1,
.style-light H2,
.style-light H3,
.style-light H4,
.style-light H5,
.style-light H3,
.style-light LABEL,
.style-light LEGEND,
.style-light P,
.style-light H3 A,
#adminForm.form-validate LEGEND,
#dopay FIELDSET LEGEND {
    color: #777 !important;
}

/*----------------------------------------
## Third Party CSS ##
----------------------------------------*/
/*----------------------------------------
# Materialize CSS #
----------------------------------------*/
.coloured-icon {
    color: #F60 !important;
}

.collapsible-body .coloured-icon {
    color: #989898 !important;
}

.collapsible-body .collapsible-body .coloured-icon {
    color: #CACACA !important;
}

.hoverable {
    /*+box-shadow: none;*/
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*+transition: box-shadow 0.25s;*/
    -webkit-transition: box-shadow 0.25s;
    -moz-transition: box-shadow 0.25s;
    -o-transition: box-shadow 0.25s;
    transition: box-shadow 0.25s;
}

.hoverable:hover {
    /*+box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*+transition: box-shadow 0.25s;*/
    -webkit-transition: box-shadow 0.25s;
    -moz-transition: box-shadow 0.25s;
    -o-transition: box-shadow 0.25s;
    transition: box-shadow 0.25s;
}

.material-icons {
    direction: ltr;
    display: inline-block;
    font-family: 'Material Icons';
    font-feature-settings: 'liga';
    -moz-font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    letter-spacing: normal;
    text-rendering: optimizeLegibility;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
}

.ul-icon {
    list-style-type: none;
    padding: 0rem 0.5rem;
}

.ul-icon LI {
    list-style-type: none !important;
}

.ul-icon .material-icons {
    font-size: 1.5rem !important;
    padding: 0 0.75rem;
    !important;
    vertical-align: text-top;
}

.z-depth-0 {
    /*+box-shadow: none !important;*/
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.z-depth-1,
.card-panel,
.card,
.toast,
.btn,
.btn-large,
.btn-floating,
.dropdown-content,
.collapsible,
.side-nav {
    /*+box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16), 0 1px 6px 0 rgba(0, 0, 0, 0.12);*/
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

.z-depth-1-half,
.btn:hover,
.btn-large:hover,
.btn-floating:hover {
    /*+box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 2px 15px 0 rgba(0, 0, 0, 0.15);*/
    -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 2px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 2px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 2px 15px 0 rgba(0, 0, 0, 0.15);
}

.z-depth-2 {
    /*+box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-3 {
    /*+box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);*/
    -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-4,
.modal {
    /*+box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);*/
    -moz-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.z-depth-5 {
    /*+box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);*/
    -moz-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

/*----------------------------------------
# JSN Pagebuilder Overrides #
----------------------------------------*/
#ce-body #paybox_button A:link,
#ce-body #paybox_button A:visited,
#ce-body .btn,
#ce-body .rsform-submit-button,
#ce-body A.btn,
#submit.validate {
    background-color: #F60;
    color: #FFF;
    font-size: 0.875rem;
    letter-spacing: 0.125em;
    border: 0;
    /*+border-radius: 1.56rem;*/
    -moz-border-radius: 1.56rem;
    -webkit-border-radius: 1.56rem;
    -khtml-border-radius: 1.56rem;
    border-radius: 1.56rem;
    padding: 0.56rem 1.875rem;
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#content > DIV > DIV > P:empty,
.carousel-caption P:empty,
.pb-element-text P:empty,
.pb-list-content P:empty,
[hidden],
TEMPLATE {
    display: none;
}

DIV[class^="col-"] {
    padding: 0 !important;
}

.jsn-bootstrap3 P {
    margin: 0px !important;
}

.jsn-bootstrap3.jsn-pagebuilder .carousel-caption {
    border-radius: 0;
}

.jsn-bootstrap3 .pb-element-container {
    margin: 0;
}

.jsn-bootstrap3 .row {
    margin: 0 !important;
}

.pb-promobox H2 {
    clear: both;
}

.pb-promobox SECTION {
    background: 0 !important;
    border: 0 !important;
    padding: 0;
    margin: 0;
}

.promo-box-shadow {
    width: 100% !important;
}

.promo-box-shadow:before,
.promo-box-shadow:after {
    /*+box-shadow: none !important;*/
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.support-promo {
    padding: 0;
}

.support-promo A,
.support-promo A:hover,
.support-promo A:active {
    color: #FFF !important;
}

.support-promo H2 {
    color: #FFF !important;
    font-size: 1.5rem !important;
    margin-bottom: 0.75rem !important;
    text-align: center !important;
}

.support-promo .promo-box-shadow[style] {
    color: #FFF;
    text-align: center !important;
    background-color: #F60 !important;
    background: rgba(255, 102, 0, 0.8) !important;
    background: -moz-linear-gradient(top, rgba(255, 102, 0, 0.8) 0%, rgba(255, 102, 0, 0.9) 100%) !important;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 102, 0, 0.8)), color-stop(100%, rgba(255, 102, 0, 0.9))) !important;
    background: -webkit-linear-gradient(top, rgba(255, 102, 0, 0.8) 0%, rgba(255, 102, 0, 0.9) 100%) !important;
    background: -o-linear-gradient(top, rgba(255, 102, 0, 0.8) 0%, rgba(255, 102, 0, 0.9) 100%) !important;
    background: -ms-linear-gradient(top, rgba(255, 102, 0, 0.8) 0%, rgba(255, 102, 0, 0.9) 100%) !important;
    background: linear-gradient(to bottom, rgba(255, 102, 0, 0.8) 0%, rgba(255, 102, 0, 0.9) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f60', endColorstr='#f60', GradientType=0) !important;
    padding: 3rem 1.5rem 7rem;
}

.visual-promo-support .btn {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    /*+box-shadow: none;*/
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute !important;
    bottom: 3rem !important;
    left: 50%;
    width: 16rem;
    margin-left: -8rem;
}

/*----------------------------------------
## Building Blocks ##
----------------------------------------*/
/*----------------------------------------
# Anchors #
----------------------------------------*/
#ce-body .anchor-icon {
    display: inline-block;
    float: left;
    max-height: 3rem;
    max-width: 3rem;
}

#ce-body .anchor-container {
    float: left;
    display: inline-block;
    width: 100%;
    margin-top: 0.5rem;
}

#ce-body .anchor-title {
    display: inline-block;
    float: left;
    font-size: 1rem !important;
    font-weight: 400 !important;
    padding-top: 1rem !important;
    padding-right: 1rem;
}

/*----------------------------------------
# Breadcrumbs #
----------------------------------------*/
.breadcrumbs {
    padding-bottom: 1.125rem;
    padding-left: 0 !important;
}

.breadcrumbs UL {
    font-size: 1rem;
    list-style: none;
    margin: 0;
}

.breadcrumbs LI {
    display: inline-block;
}

.breadcrumbs LI:first-child {
    display: none;
}

.breadcrumbs LI,
.breadcrumbs UL {
    padding: 0 !important;
    margin: 0;
}

.breadcrumbs .divider {
    display: inline-block;
    padding: 0 0.6rem 0 0.3rem;
}

/*----------------------------------------
# Cards #
----------------------------------------*/
.card-table {
    border-collapse: separate;
    border-spacing: 0;
    display: block;
    position: relative;
}

.card-row {
    display: block;
}

.card-cell {
    background-color: #FFF;
    /*+border-radius: 2px;*/
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    /*+box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16), 0 1px 6px 0 rgba(0, 0, 0, 0.12);*/
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    display: block;
    position: relative;
    width: 100%;
}

.card-cell .card-image {
    position: relative;
}

.card-cell .card-image IMG {
    /*+border-radius: 2px 2px 0 0;*/
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    -khtml-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    margin-top: -1px;
    width: 100%;
    position: relative;
}

.card-cell .card-title {
    bottom: 0;
    color: #FFF;
    font-family: 'fira sans', sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    padding: 0 0 0.125rem 1.5rem;
    position: absolute;
}

.card-cell > .card-content {
    margin-bottom: 2rem;
    padding: 1.5rem 1.5rem 5.5rem 1.5rem;
}

.card-cell .card-action {
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    bottom: 0;
    cursor: pointer;
    display: block;
    padding: 1.25rem;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
}

.card-cta {
    background-color: #FF6600;
    background-image: url("../../../images/backgrounds/cta-bg.jpg");
    color: #FFF;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.card-cta .card-content {
    padding: 5rem 1.5rem;
}

.card-cta .card-content H3,
.card-cta .card-content H4 {
    color: #FFF !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300 !important;
}

.card-cta .card-content H3 {
    padding: 0 0 2rem 0;
    border: 1px;
}

.card-cta .card-content H4 {
    border: 1px solid #FFF !important;
    /*+border-radius: 2rem;*/
    -moz-border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -khtml-border-radius: 2rem;
    border-radius: 2rem;
    font-size: 1rem !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    margin: auto !important;
    padding: 0.75rem;
    text-transform: uppercase;
    width: 80%;
}

/*----------------------------------------
# Collapsible #
----------------------------------------*/
.collapsible {
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-top: 1px solid #DDD;
    margin: 0.5rem 0 1rem 0;
}

.collapsible-body {
    border-bottom: 1px solid #DDD;
    box-sizing: border-box;
    display: none;
}

.collapsible-body-content {
    padding: 2rem 0.5rem !important;
}

.collapsible-body-content P {
    padding: 0 1rem !important;
}

.collapsible-header {
    border-bottom: 1px solid #DDD;
    background-color: #FFF;
    cursor: pointer;
    display: block;
    line-height: 3rem;
    /*+min-height: 3rem;*/
    -height: 3rem;
    min-height: 3rem;
    padding: 0 1rem;
}

.collapsible-header I {
    display: block;
    float: left;
    font-size: 1.6rem;
    line-height: 3rem;
    margin-right: 1rem;
    text-align: center;
    width: 2rem;
}

/*----------------------------------------
# Image Rotator #
----------------------------------------*/
.image-rotator {
    list-style: none;
    margin: 0;
    padding: 1rem;
    text-align: center;
    width: 100% !important;
}

.image-rotator LI {
    display: inline-block;
    margin: 0;
    position: relative;
    width: 16%;
}

.image-rotator LI:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.rotator-image {
    display: none;
    left: 0;
    margin: auto;
    padding: 1rem 1rem;
    position: absolute;
    top: 0;
    width: 100%;
}

.row-image-rotator {
    background-color: #FFF;
    display: none;
}

.row-image-rotator H3 {
    background-color: #FFFFFF;
    color: #646464 !important;
    font-size: 1.562rem !important;
    font-weight: 400 !important;
    padding-bottom: 2rem;
    text-align: center;
}

/*----------------------------------------
# Sliders #
----------------------------------------*/
.image-only-slider {
    padding-bottom: 2rem;
    padding-top: 1.2rem;
}

.image-only-slider .carousel-caption {
    display: none;
}

.row-slider-full-width {
    clear: both;
    /*+min-height: 20rem;*/
    -height: 20rem;
    min-height: 20rem;
    max-height: 10rem;
    overflow: hidden;
    padding: 0 !important;
}

.slider-full-width .carousel-caption {
    background-color: #F60;
    background: rgba(255, 102, 0, 0.8) !important;
    background: -moz-linear-gradient(top, rgba(255, 102, 0, 0.8) 0%, rgba(255, 102, 0, 0.9) 100%) !important;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 102, 0, 0.8)), color-stop(100%, rgba(255, 102, 0, 0.9))) !important;
    background: -webkit-linear-gradient(top, rgba(255, 102, 0, 0.8) 0%, rgba(255, 102, 0, 0.9) 100%) !important;
    background: -o-linear-gradient(top, rgba(255, 102, 0, 0.8) 0%, rgba(255, 102, 0, 0.9) 100%) !important;
    background: -ms-linear-gradient(top, rgba(255, 102, 0, 0.8) 0%, rgba(255, 102, 0, 0.9) 100%) !important;
    background: linear-gradient(to bottom, rgba(255, 102, 0, 0.8) 0%, rgba(255, 102, 0, 0.9) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f60', endColorstr='#f60', GradientType=0) !important;
    bottom: 0 !important;
    left: auto !important;
    max-width: 90% !important;
    min-width: 40% !important;
    padding: 1.5rem 1.5rem 1.25rem 1.5rem !important;
    position: absolute !important;
    right: 0 !important;
    text-align: right !important;
}

.slider-full-width H2 {
    color: #FFF !important;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 700 !important;
    letter-spacing: 0.125rem !important;
}

#ce-body .slider-full-width A {
    color: #FFF;
}

#ce-body .slider-full-width H2 {
    font-size: 1.25rem;
}

.slider-full-width H4 {
    display: none;
    font-weight: bold;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.slider-full-width IMG {
    max-width: none !important;
    min-width: 100%;
    margin-left: -150% !important;
    max-height: 20rem;
}

/*----------------------------------------
# Tables #
----------------------------------------*/
TABLE,
TH,
TD {
    border: none;
}

TABLE {
    width: 100%;
    display: table;
}

TABLE.bordered > THEAD > TR,
TABLE.bordered > TBODY > TR {
    border-bottom: 1px solid #D0D0D0;
}

TABLE.striped > TBODY > TR:nth-child(odd) {
    background-color: #FAFAFA;
}

TABLE.striped > TBODY > TR > TD {
    border-radius: 0px;
}

TABLE.highlight > TBODY > TR {
    transition: background-color 0.25s ease;
}

TABLE.highlight > TBODY > TR:hover {
    background-color: #F2F2F2;
}

TABLE.centered THEAD TR TH,
TABLE.centered TBODY TR TD {
    text-align: center;
}

THEAD,
.table-separator {
    border-bottom: 1px solid #F60;
}

TH {
    font-weight: bold;
}

TD,
TH {
    padding: 1rem 0.5rem !important;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
}

h2.form-title {
    font-size: 2.7rem;
    line-height: 110%;
    margin: 0 0 1.424rem 0;
    color: #F60;
    font-weight: 700;
}

@media only screen and (max-width: 80rem) {
    TABLE.responsive-table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        margin-bottom: 0;
        position: relative;
    }
    
    TABLE.responsive-table TH,
    TABLE.responsive-table TD {
        margin: 0;
        vertical-align: top;
    }
    
    TABLE.responsive-table TH {
        text-align: left;
    }
    
    TABLE.responsive-table THEAD {
        display: block;
        float: left;
    }
    
    TABLE.responsive-table THEAD TR {
        display: block;
        padding: 0 10px 0 0 !important;
    }
    
    TABLE.responsive-table THEAD TR TH::before {
        content: "\00a0";
    }
    
    TABLE.responsive-table TBODY {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }
    
    TABLE.responsive-table TBODY TR {
        display: inline-block;
        vertical-align: top;
    }
    
    TABLE.responsive-table TH {
        display: block;
        text-align: right;
    }
    
    TABLE.responsive-table TD {
        display: block;
        min-height: 1.25em;
        text-align: left;
    }
    
    TABLE.responsive-table TR {
        padding: 0 10px !important;
    }
    
    TABLE.responsive-table THEAD,
    .table-separator {
        border: 0;
        border-right: 1px solid #F60;
    }
    
    TABLE.responsive-table.bordered TH {
        border-bottom: 0;
        border-left: 0;
    }
    
    TABLE.responsive-table.bordered TD {
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }
    
    TABLE.responsive-table.bordered TR {
        border: 0;
    }
    
    TABLE.responsive-table.bordered TBODY TR {
        border-right: 1px solid #D0D0D0;
    }
}

@media only screen and (max-width: 40rem) {
    TABLE.responsive-table {
        overflow-x: auto;
    }
    
    TABLE.responsive-table TBODY {
        overflow-x: visible;
    }
}

/*----------------------------------------
# Tabs #
----------------------------------------*/
.tabs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 48px;
    background-color: #FFF;
    margin: 0 auto 1rem !important;
    width: 100%;
    white-space: nowrap;
}

.tabs .tab {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    float: left;
    text-align: center;
    line-height: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: 0.8px;
    width: 15%;
    min-width: 80px;
}

.tabs .tab A {
    background-color: #FAFAFA;
    color: #F60;
    display: block;
    font-size: 0.75rem;
    width: 100%;
    height: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color 0.28s ease;
}

.tabs .tab A:hover {
    background-color: #EEEEEE;
    color: #E45B00 !important;
}

.tabs .tab .active {
    background-color: #F4F4F4;
    color: #E45B00 !important;
}

.tabs .tab.disabled A {
    color: #FBDACE;
    cursor: default;
}

.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #F60;
    will-change: left, right;
}

/*----------------------------------------
# Tables #
----------------------------------------*/
TABLE,
TH,
TD {
    border: none;
}

TABLE {
    width: 100%;
    display: table;
}

TABLE.bordered > THEAD > TR,
TABLE.bordered > TBODY > TR {
    border-bottom: 1px solid #D0D0D0;
}

TABLE.striped > TBODY > TR:nth-child(odd) {
    background-color: #FAFAFA;
}

TABLE.striped > TBODY > TR > TD {
    border-radius: 0px;
}

TABLE.highlight > TBODY > TR {
    transition: background-color 0.25s ease;
}

TABLE.highlight > TBODY > TR:hover {
    background-color: #F2F2F2;
}

TABLE.centered THEAD TR TH,
TABLE.centered TBODY TR TD {
    text-align: center;
}

THEAD,
.table-separator {
    border-bottom: 1px solid #F60;
}

TH {
    font-weight: bold;
}

TD,
TH {
    padding: 1rem 0.5rem !important;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
}

@media only screen and (max-width: 80rem) {
    TABLE.responsive-table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        margin-bottom: 0;
        position: relative;
    }
    
    TABLE.responsive-table TH,
    TABLE.responsive-table TD {
        margin: 0;
        vertical-align: top;
    }
    
    TABLE.responsive-table TH {
        text-align: left;
    }
    
    TABLE.responsive-table THEAD {
        display: block;
        float: left;
    }
    
    TABLE.responsive-table THEAD TR {
        display: block;
        padding: 0 10px 0 0 !important;
    }
    
    TABLE.responsive-table THEAD TR TH::before {
        content: "\00a0";
    }
    
    TABLE.responsive-table TBODY {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }
    
    TABLE.responsive-table TBODY TR {
        display: inline-block;
        vertical-align: top;
    }
    
    TABLE.responsive-table TH {
        display: block;
        text-align: right;
    }
    
    TABLE.responsive-table TD {
        display: block;
        min-height: 1.25em;
        text-align: left;
    }
    
    TABLE.responsive-table TR {
        padding: 0 10px !important;
    }
    
    TABLE.responsive-table THEAD,
    .table-separator {
        border: 0;
        border-right: 1px solid #F60;
    }
    
    TABLE.responsive-table.bordered TH {
        border-bottom: 0;
        border-left: 0;
    }
    
    TABLE.responsive-table.bordered TD {
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }
    
    TABLE.responsive-table.bordered TR {
        border: 0;
    }
    
    TABLE.responsive-table.bordered TBODY TR {
        border-right: 1px solid #D0D0D0;
    }
}

@media only screen and (max-width: 40rem) {
    TABLE.responsive-table {
        overflow-x: auto;
    }
    
    TABLE.responsive-table TBODY {
        overflow-x: visible;
    }
}

/*----------------------------------------
## Site Header ##
----------------------------------------*/
/*----------------------------------------
# Header Area #
----------------------------------------*/
IMG#logo {
    max-height: 3.5rem !important;
    padding: 1rem 0 0.4rem;
    position: relative;
    z-index: 100 !important;
}

.header-logo {
    float: left;
    width: 100%;
    text-align: center;
}

.header-search,
.header-search .btn {
    display: none;
}

#header-social {
    background: #00AFD9;
    /*+border-radius: 0 0 0 0.33rem;*/
    -moz-border-radius: 0 0 0 0.33rem;
    -webkit-border-radius: 0 0 0 0.33rem;
    -khtml-border-radius: 0 0 0 0.33rem;
    border-radius: 0 0 0 0.33rem;
    height: 0;
    padding: 0.8rem 0.4rem 2.1rem 0rem;
    position: absolute;
    right: 0;
    text-align: center;
    width: 11rem;
    z-index: 1 !important;
}

/*----------------------------------------
# Navigation #
----------------------------------------*/
.nav {
    clear: both;
    display: block;
    font-weight: 400;
    margin: 0;
    padding: 0;
    width: 100%;
}

.nav A:hover {
    color: #F60 !important;
}

.nav > LI {
    background-color: #323338;
    border-bottom: 0.066rem solid #5E616A;
    float: left;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.nav > LI A {
    text-transform: uppercase;
}

.nav > LI > A {
    border-left: 0.3rem solid transparent;
    color: #FFF;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    padding: 1rem 1.5rem;
}

.nav > LI:hover > A,
.nav > LI:focus > A,
.nav > LI:active > A {
    background-color: #38393D;
    border-left-color: #F60;
    color: #FFFFFF !important;
    cursor: pointer;
}

.nav > LI:hover > .nav-child,
.nav > LI:focus > .nav-child,
.nav > LI:active > .nav-child {
    display: block;
}

.nav .deeper > .nav-child {
    background-color: #FFF;
    margin: 0;
    padding: 0;
    position: absolute;
}

.nav > LI > .nav-child A {
    border-left: 0.3rem solid rgba(255, 102, 0, 0);
    color: #38393D;
    display: block;
    font-size: 0.938rem;
    font-weight: 400;
    padding: 1rem 1.5rem;
}

.nav > LI > .nav-child A:active,
.nav > LI > .nav-child A:hover {
    background-color: #F4F4F4;
    border-left-color: #F60;
    margin-bottom: 0;
}

.nav > LI > .nav-child > UL {
    margin: 0;
}

.nav > LI > .nav-child > UL > LI {
    border-bottom: 0.066rem solid #E1E1E2;
}

.nav > LI > .nav-child > UL > LI:last-child,
.nav > LI > .nav-child > UL > LI:last-child:hover,
.nav > LI > .nav-child > UL > LI:last-child:focus,
.nav > LI > .nav-child > UL > LI:last-child:active {
    border: 0;
}

.nav > LI > .nav-child > UL > LI:hover,
.nav > LI > .nav-child > UL > LI:focus,
.nav > LI > .nav-child > UL > LI:active {
    background-color: #F9F9F9;
    border-bottom: 0.066rem solid #D2D2D2;
}

.nav .toggle-indicator {
    display: inline;
    float: right;
    font-size: 1.3rem;
    line-height: 0;
    margin-left: 1rem;
    margin-top: 3px;
}

/*** Responsive nav ***/
.nav-collapse {
    position: relative;
    z-index: 99;
}

.nav-collapse UL {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.nav-collapse LI {
    display: block;
    width: 100%;
}

.js .nav-collapse {
    clip: rect(0 0 0 0);
    display: block;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    zoom: 1;
}

.js-nav-sub-active .nav-collapse {
    overflow: visible;
}

.nav-collapse.opened {
    max-height: 9999px;
}

A.nav-toggle {
    background-color: #2E2F33;
    color: #FFF;
    clear: both;
    display: block;
    padding: 1rem 1rem 1rem 2rem;
    text-transform: uppercase !important;
}

.nav-toggle {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    overflow: hidden;
}

/*----------------------------------------
# Smart Search #
----------------------------------------*/
FORM#finder-search.smart-search-form {
    padding: 0 2rem 0 0;
}

H4.result-title {
    margin-top: 1.5rem !important;
}

#search-query-explained {
    display: none;
}

.smart-search-form {
    display: block;
}

.smart-search-form #q.inputbox {
    background: 0 0;
    border: 1px solid #E1E1E2;
    /*+border-radius: 1.56rem;*/
    -moz-border-radius: 1.56rem;
    -webkit-border-radius: 1.56rem;
    -khtml-border-radius: 1.56rem;
    border-radius: 1.56rem;
    outline: 0;
    margin: 1.5rem 0 0 0;
    padding: 0.5rem 1rem 0.5rem 1rem;
    /*+transition: color 0.75s, border 1s;*/
    -webkit-transition: color 0.75s, border 1s;
    -moz-transition: color 0.75s, border 1s;
    -o-transition: color 0.75s, border 1s;
    transition: color 0.75s, border 1s;
}

.smart-search-form .btn {
    padding: 0.375rem 1.5rem !important;
    top: -0.125rem;
    margin: 1.5rem 0 0 0;
}

.smart-search-form .btn:after {
    content: "\f002";
    font-family: 'FontAwesome';
}

.smart-search-form .btn:hover {
    background-color: #E85D01 !important;
}

.smart-search-form .search-query {
    background: 0 0;
    border: 1px solid #E1E1E2;
    /*+border-radius: 1.56rem;*/
    -moz-border-radius: 1.56rem;
    -webkit-border-radius: 1.56rem;
    -khtml-border-radius: 1.56rem;
    border-radius: 1.56rem;
    outline: 0;
    padding: 0.5rem 2rem 0.5rem 1rem;
    /*+transition: color 0.75s, border 1s;*/
    -webkit-transition: color 0.75s, border 1s;
    -moz-transition: color 0.75s, border 1s;
    -o-transition: color 0.75s, border 1s;
    transition: color 0.75s, border 1s;
    width: 9.375rem;
}

.smart-search-form INPUT[type="text"],
.smart-search-form TEXTAREA {
    color: #525359;
    border: 1px solid #E1E1E2;
    background: #FFF;
}

.smart-search-form TEXTAREA:focus,
.smart-search-form INPUT[type="text"]:focus,
.header-search:hover {
    border-color: #525359;
    /*+box-shadow: none;*/
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*+transition: all 0.2s ease-in-out;*/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

UL.search-results.list-striped LI DIV.small.result-url {
    overflow: hidden;
}

/*----------------------------------------
## Content Area ##
----------------------------------------*/
/*----------------------------------------
# Common Elements #
----------------------------------------*/
.align-center {
    text-align: center !important;
}

.align-right {
    text-align: right !important;
}

.divider-horizontal {
    margin-bottom: 1.75rem !important;
    max-width: 6rem;
}

.icon-centered {
    padding: 0;
    text-align: left;
}

.product-overview-image {
    margin: 1.5rem auto !important;
}

.rounded-corners IMG {
    /*+border-radius: 3px !important;*/
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -khtml-border-radius: 3px !important;
    border-radius: 3px !important;
    border: solid 0px;
}

.row-full-width LI {
    list-style-type: disc;
}

.row-full-width OL,
.row-full-width UL {
    padding: 0.6rem 0 0.6rem 2rem;
    margin: 0;
}

.row-full-width UL.ul-icon {
    padding: 0;
}

.usp-icon {
    color: #F60;
    font-size: 1.75rem;
    margin-right: 0.5rem;
    position: relative;
    top: 0.25rem;
}

.wrapper-youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.wrapper-youtube IFRAME {
    position: absolute;
    left: 0;
    top: 5%;
    height: 95%;
    width: 100%;
}

/*----------------------------------------
## Page: Home ##
----------------------------------------*/
.block-intro {
    display: table !important;
}

.block-intro .col-md-6:nth-of-type(1) {
    display: table-cell !important;
}

.block-intro .col-md-6:nth-of-type(2) {
    padding: 2rem !important;
    text-align: center;
}

.page-home .block-intro .col-md-6:nth-of-type(2) IMG {
    max-height: 14rem;
}

.page-home .block-intro {
    padding: 0 !important;
}

.page-home .block-intro H1 {
    color: #F60 !important;
    font-family: 'fira sans', sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 0.05rem !important;
    line-height: 1.3 !important;
    margin-bottom: 1.5rem !important;
}

.page-home .block-intro .col-md-6:nth-child(1) {
    padding: 2rem !important;
    background-color: #2E2F33;
}

.page-home .slider-full-width .carousel-inner {
    overflow: hidden !important;
}

.jsn-bootstrap3.jsn-pagebuilder .carousel-inner > .item {
    height: auto !important;
}

/*----------------------------------------
## Page: Company ##
----------------------------------------*/
.about-intro {
    padding: 0;
}

.about-intro H2,
.product-overview H2 {
    padding-bottom: 1rem !important;
}

.about-intro LI {
    list-style-type: disc;
}

.about-intro OL,
.about-intro UL {
    padding: 0.6rem 0 0.6rem 2rem !important;
    margin: 0 !important;
}

/*----------------------------------------
## Pages for Privacy ##
----------------------------------------*/
.privacy-intro H3 {
  padding: 1rem 0 0.5rem 0;
  color: #F60!important;
}

/*----------------------------------------
## Page: Blog ##
----------------------------------------*/
/*----------------------------------------
# Blog Article #
----------------------------------------*/
DIV.blog-article IMG {
    clear: both;
    padding-bottom: 1.5rem;
}

.blog-article H3 {
    font-size: 1.25rem !important;
    padding-bottom: 0.5rem;
}

.blog-article-published-container {
    color: #8C8C8C;
}

.blog-article-published-on {
    display: inline-block;
}

.blog-article-published-date {
    display: inline-block;
}

.blog-article-published-date .month {
    padding: 0 0.25rem;
}

.blog-featured-image {
    padding-bottom: 2rem;
}

.blog-header {
    background-image: url("../../../images/headers/title-image-notebook-on-desk-3.jpg");
    background-position: center center;
    background-size: cover;
}

.blog-intro-text {
    font-weight: 600;
    padding-bottom: 2rem;
}

#ce-body .blog-title {
    font-weight: 600 !important;
    letter-spacing: 0.05rem !important;
    margin: 2rem 0 1rem !important;
}

.fb-share-button,
.in-share-button,
.twitter-share-button {
    float: left;
    margin-right: 15px;
}

.fb-share-button {
    margin-left: 12px;
    margin-top: -8px;
}

/*----------------------------------------
# Jobs Article #
----------------------------------------*/
DIV.jobs-article IMG:nth-of-type(1) {
    clear: both;
    float: left;
    padding-bottom: 1.5rem;
}

.jobs-article H3 {
    font-size: 1.25rem !important;
    padding-bottom: 0.5rem;
}

.jobs-header {
    background-image: url("../../../images/headers/title-image-ce-talk.jpg");
    background-position: center center;
    background-size: cover;
}

.jobs-intro-text {
    font-weight: 600;
    padding-bottom: 2rem;
}

#ce-body .jobs-title {
    font-weight: 600 !important;
    letter-spacing: 0.05rem !important;
    margin: 2rem 0 1rem !important;
}

.row-jobs-social .twitter-share-button {
    margin-left: 0;
    padding-left: 0;
}

/*----------------------------------------
# Blog List #
----------------------------------------*/
DIV.pb-articlelist-first {
    padding: 0 2rem 2rem 2rem !important;
}

.articlelist-item:nth-child(odd) {
    background: #F5F5F5;
}

.articlelist-item {
    padding: 2rem 2rem 6rem 2rem !important;
}

.articlelist-item-read-more {
    margin-top: 1.5rem;
    float: right;
}

.articlelist-item A {
    font-size: 1.25rem !important;
}

.articlelist-item-read-more A {
    color: #FFF !important;
    font-size: 0.875rem !important;
}

.pb-articlelist-first IMG {
    padding: 1rem 0 2rem 0;
    height: auto !important;
    max-height: 15rem;
    width: auto !important;
    max-width: 100%;
}

.pb-articlelist-first .title A {
    font-size: 1.625rem;
}

.pb-articlelist-wrapper .articlelist-item {
    clear: both;
}

.pb-articlelist-wrapper .published {
    color: #707173;
    font-size: 1rem;
    padding-bottom: 1rem;
}

.pb-articlelist-wrapper .published SUP {
    padding-right: 0.25rem !important;
}

/*----------------------------------------
## Site Footer ##
----------------------------------------*/
/*----------------------------------------
# Footer #
----------------------------------------*/
FOOTER {
    background: #2E2F33;
    position: relative;
    padding: 2rem !important;
}

.row-footer-big {
    background: url(../images/cost-engineering-footer-logo.png) left top no-repeat;
    color: #FFF !important;
    padding-top: 6rem;
}

.row-footer-big A {
    color: #FFF !important;
}

.row-footer-big A:hover {
    text-decoration: none !important;
    color: #F60 !important;
}

.row-footer-big H3 {
    font-size: 1.5rem !important;
    color: #FFF !important;
    padding-bottom: 0.5rem;
}

.row-footer-big .footercolumn {
    margin-bottom: 2rem !important;
    text-align: left;
    border-left: 1px solid #45464D;
    padding-left: 1.5rem !important;
    float: left;
}

.row-footer-small {
    color: #FFF !important;
    font-size: 1rem;
}

.row-footer-small A {
    color: #525359 !important;
}

.row-footer-small LI {
    padding: 0.25rem 1rem !important;
}

/*----------------------------------------
# Social Icons Footer #
----------------------------------------*/
.social-buttons P {
    color: #FFF;
    display: none;
    font-size: 1rem !important;
    margin: 0;
}

.social-buttons A {
    color: #FFF;
    display: inline-block;
    font-size: 1.5rem;
    padding: 1rem;
}

.social-buttons A:hover.googleplus-icon {
    color: #DA4835;
}

.social-buttons A:hover.twitter-icon {
    color: #5EA9DD !important;
}

.social-buttons A:hover.linkedin-icon,
.linkedin-promo .fa-linkedin-square {
    color: #00A7C9 !important;
}

.social-buttons A:hover.facebook-icon {
    color: #3B579D !important;
}

.social-buttons A:hover.youtube-icon {
    color: #E52D27 !important;
}

.social-promo .social-buttons {
    background: -moz-linear-gradient(left, rgba(34, 34, 38, 0.15) 25%, rgba(34, 34, 38, 0.3) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(34, 34, 38, 0.15)), color-stop(100%, rgba(34, 34, 38, 0.3)));
    background: -webkit-linear-gradient(left, rgba(34, 34, 38, 0.15) 25%, rgba(34, 34, 38, 0.3) 100%);
    background: -o-linear-gradient(left, rgba(34, 34, 38, 0.15) 25%, rgba(34, 34, 38, 0.3) 100%);
    background: -ms-linear-gradient(left, rgba(34, 34, 38, 0.15) 25%, rgba(34, 34, 38, 0.3) 100%);
    background: linear-gradient(to right, rgba(34, 34, 38, 0.15) 25%, rgba(34, 34, 38, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00222226', endColorstr='#40222226', GradientType=1);
    width: 100%;
}

.social-promo .social-buttons-content {
    background: rgba(34, 35, 38, 0.65);
    float: left;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

/*----------------------------------------
# Twitter Stream Footer #
----------------------------------------*/
.latest-tweet {
    background-color: #F60;
    background-color: rgba(255, 102, 0, 0.85);
    /*+border-radius: 0 3px 3px 0;*/
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -khtml-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    padding: 2rem 2rem 2rem 5rem;
    position: relative;
    width: 70%;
}

.latest-tweet A:hover .fa-twitter {
    color: #5EA9DD;
}

.latest-tweet .fa-twitter {
    font-size: 2.5rem;
    /*+transition: color 0.25s;*/
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}

.latest-tweet .fa-twitter {
    color: #FFF;
    left: 5%;
    margin-top: -1.313rem;
    position: absolute;
    top: 50%;
}

.latest-tweet H3 {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    color: #FFF !important;
    display: inline-block;
    font-family: 'open sans', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    margin: 0 0 0 1rem !important;
    padding: 0 0 0 1.5rem;
}

.social-promo {
    background-image: url("../../../images/backgrounds/footer.jpg");
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    overflow: hidden !important;
    padding-top: 4rem;
    text-align: left;
    width: 100%;
}

/*----------------------------------------
## Media Queries ##
----------------------------------------*/
/*----------------------------------------
# Min-width: 480px (Headings)  #
----------------------------------------*/
@media screen and (min-width: 30rem) {
    .slider-full-width IMG {
        margin-left: -35% !important;
    }
}

/*----------------------------------------
# Min-width: 640px (Headings)  #
----------------------------------------*/
@media screen and (min-width: 40rem) {
    /*----------------------------------------
        # Headings #
        ----------------------------------------*/
    H1,
    H2,
    H3,
    H4,
    H5,
    H6,
    LEGEND {
        color: #F60 !important;
        font-family: 'fira sans', sans-serif !important;
        font-weight: 500 !important;
        letter-spacing: 0.05rem !important;
        line-height: 1.3 !important;
        margin: 0 !important;
    }
    
    H1 {
        font-size: 2rem !important;
        letter-spacing: 0.125rem !important;
    }
    
    H2,
    LEGEND {
        font-size: 2rem !important;
    }
    
    H3 {
        font-size: 1.5rem !important;
        color: #2E2F33 !important;
    }
    
    H4 {
        font-size: 1.25rem !important;
    }
    
    H5,
    H6 {
        font-size: 1rem !important;
    }
    
    .page-home .block-intro H1 {
        font-size: 2rem !important;
        margin-bottom: 2rem !important;
    }
    
    .support-promo H2 {
        font-size: 1.75rem !important;
    }
    
    #ce-body .pb-articlelist-first .title {
        font-size: 1.75rem;
    }
    
    #ce-body .articlelist-item .title A {
        font-size: 1.25rem !important;
    }
    
    #ce-body .row-projectbeheersing [class^=col-] H3 {
        font-size: 1.875rem !important;
    }
    
    #ce-body .row-usps H3 {
        margin: 2.5rem 0 0.5rem !important;
    }
    
    #ce-body .row-usps [class^=col-] {
        padding: 0 0 0 0;
    }
    
    #ce-body .row-usps [class^=col-]:first-child H3 {
        margin-top: 0 !important;
    }
    
    /*----------------------------------------
        # Social #
        ----------------------------------------*/
    .social-buttons P {
        display: inline-block;
    }
    
    .social-promo {
        padding-top: 10rem;
    }
    
    .visual-promo-support .btn {
        bottom: 3rem !important;
        right: 4rem !important;
    }
    
    /*----------------------------------------
        # Misc #
        ----------------------------------------*/
    .divider-horizontal {
        margin-bottom: 2.5rem !important;
        max-width: 10rem;
    }
    
    .nav-wrapper {
        display: block;
    }
    
    .page-title {
        /*+min-height: 17rem;*/
        -height: 17rem;
        min-height: 17rem;
        position: relative;
    }
    
    .row-padding-bottom {
        padding-bottom: 4rem !important;
    }
    
    .row-padding-top {
        padding-top: 4rem !important;
    }
    
    .section-title {
        /*+min-height: 20rem;*/
        -height: 20rem;
        min-height: 20rem;
        position: relative;
    }
    
    .smart-search-form #q.inputbox {
        margin: 0 1rem;
        max-width: 13rem;
    }
    
    .smart-search-form .btn {
        padding: 0.375rem 1.5rem !important;
    }
    
    .support-promo .promo-box-shadow[style] {
        padding: 3rem 4rem 7rem;
    }
    
    .slider-full-width IMG {
        margin-left: auto !important;
    }
    
    .tabs .tab A {
        font-size: 1rem;
    }
}

/*----------------------------------------
# Min-width: 768px (Paddings, Blog) #
----------------------------------------*/
@media screen and (min-width: 48rem) {
    /*----------------------------------------
        # Widen All Horizontal Paddings #
        ----------------------------------------*/
    #ce-body DIV.pb-articlelist-first {
        padding: 0 3rem 3rem !important;
    }
    
    FOOTER {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    
    .about-intro,
    .product-overview {
        padding-left: 2rem;
    }
    
    .form {
        padding: 4rem 3rem !important;
    }
    
    .image-only-slider {
        padding-top: 0.5rem;
    }
    
    .page-home .block-intro .col-md-6:nth-child(1) {
        padding: 3rem !important;
    }
    
    .page-home .block-intro .col-md-6:nth-child(2) {
        padding: 3rem 0 0 0 !important;
    }
    
    .pb-articlelist-list UL .articlelist-item {
        padding: 3rem !important;
    }
    
    .page-title H2,
    .page-title H1 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    
    .row-full-width {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    
    .row-padding-left-only [class^=col-]:first-child {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    
    .section-title H2,
    .section-title H1 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    
    .slider-full-width .carousel-caption {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    
    .social-promo .social-buttons-content {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    
    /*----------------------------------------
        # Blog Article #
        ----------------------------------------*/
    DIV.blog-article DIV.page-header {
        float: left;
        margin-bottom: 1rem;
        width: 100%;
    }
    
    .blog-article-published-container {
        clear: both;
        color: #8C8C8C;
        float: left;
        margin-top: 0.5rem;
        padding-right: 0.5rem;
        padding-top: 0.75rem;
        width: 6rem !important;
    }
    
    .blog-article-published-on {
        display: none;
    }
    
    .blog-article-published-date {
        font-family: 'fira sans', sans-serif;
        font-size: 2.75rem;
        font-weight: 600;
    }
    
    .blog-article-published-date SUP {
        font-size: 1.5rem;
        font-weight: 500;
        padding-left: 3px;
    }
    
    .blog-article-published-date .month {
        display: block;
        font-size: 1rem;
        font-weight: 400;
        margin-left: -2px;
        margin-top: -17px;
    }

    .blog-article h2 {
        font-size: 1.75rem!important;
    }
    
    .blog-article H3 {
        font-size: 1.5rem !important;
        padding-bottom: 0.5rem;
    }
    
    H1.blog-title {
        border-left: 1px solid #E8E8E8;
        display: inline-block;
        max-width: 80%;
        /*+min-height: 5.25rem;*/
        -height: 5.25rem;
        min-height: 5.25rem;
        padding-left: 1.5rem;
    }
    
    .fb-share-button,
    .in-share-button,
    .twitter-share-button {
        float: left;
        margin-right: 15px;
    }
    
    .fb-share-button {
        margin-left: 12px;
        margin-top: -8px;
    }
    
    /*----------------------------------------
        # Jobs Article #
        ----------------------------------------*/
    DIV.jobs-article DIV.page-header {
        float: left;
        margin-bottom: 1rem;
    }
    
    .jobs-article H3 {
        font-size: 1.5rem !important;
        padding-bottom: 0.5rem;
    }
    
    /*----------------------------------------
        # Blog List #
        ----------------------------------------*/
    .articlelist-item {
        clear: both;
        padding: 2rem 2rem 6rem 2rem !important;
    }
    
    .articlelist-item-content {
        margin-left: 5rem;
    }
    
    .articlelist-item:nth-child(odd) {
        background: #F5F5F5;
    }
    
    .articlelist-item:nth-child(odd) .articlelist-item-content {
        border-left: 1px solid #FFF !important;
    }
    
    .articlelist-item A {
        font-size: 1.25rem !important;
    }
    
    .articlelist-item-content {
        border-left: 1px solid #F5F5F6;
        padding: 0 0rem 4.25rem 1.5rem;
        position: relative;
        background-position: 0px 0px;
    }
    
    .articlelist-item-read-more {
        margin-top: 1.5rem;
        float: right;
    }
    
    .articlelist-item-read-more A {
        color: #FFF !important;
        font-size: 0.875rem !important;
    }
    
    .pb-articlelist-first .title A {
        font-size: 1.625rem;
    }
    
    .pb-articlelist-wrapper .published {
        font-size: 2.25rem;
        font-family: 'fira sans', sans-serif;
        font-weight: 600;
        position: absolute;
        left: -5rem;
        top: 0.5rem;
    }
    
    .pb-articlelist-wrapper .published SUP {
        font-size: 1.25rem;
        font-weight: 500;
        padding-left: 3px;
    }
    
    .pb-articlelist-wrapper .published .month {
        display: block;
        font-size: 0.75rem;
        font-weight: 400;
        margin-left: -3px;
        margin-top: -15px;
        padding: 0 0.25rem;
    }
    
    /*----------------------------------------
    # Row: USP's #
    ----------------------------------------*/
    .row-content-usp [class^=col-] {
        margin-bottom: 0rem;
        overflow-x: hidden;
        padding: 0 0.5rem 0 0.5rem !important;
    }
    
    .row-content-usp [class^=col-]:first-child {
        padding: 0 1rem 0 0 !important;
    }
    
    .row-content-usp [class^=col-]:last-child {
        padding: 0 0 0 1rem !important;
    }
    
    /*----------------------------------------
    # Row: Image left #
    ----------------------------------------*/
    .content-image-align-right {
        text-align: right;
    }
    
    .row-content-image-left [class^=col-]:nth-of-type(2),
    .row-content-image-left-full [class^=col-]:nth-of-type(2) {
        padding-left: 1.5rem !important;
    }
    
    .row-content-image-left H3,
    .row-content-image-left-full H3 {
        font-weight: 600 !important;
        margin-bottom: 0.5rem !important;
    }
    
    .row-content-image-left IMG,
    .row-content-image-left-full IMG {
        margin-bottom: 0;
        max-height: none;
        max-width: 37rem;
        width: 100%;
    }
    
    /*----------------------------------------
    # Row: Image right #
    ----------------------------------------*/
    .content-image-align-left {
        text-align: left;
    }
    
    .row-content-image-right [class^=col-]:nth-of-type(2) {
        padding-left: 1.5rem !important;
    }
    
    .row-content-image-right H3 {
        font-weight: 600 !important;
        margin-bottom: 0.5rem !important;
    }
    
    .row-content-image-right IMG {
        height: auto;
        margin-top: 0;
        max-height: none;
        max-width: 37rem;
        width: 100%;
    }
    
    /*----------------------------------------
    # Row: Integration #
    ----------------------------------------*/
    .content-integration-blockquote {
        max-width: 37rem;
        margin: 1.5rem 0 0 auto !important;
    }
    
    .row-integration-logos {
        text-align: center;
    }
    
    .row-integration-logos IMG {
        max-width: 15rem;
        padding: 0 1.5rem;
    }
    
    .row-integration-logos [class^=col-]:nth-of-type(1) IMG {
        margin-top: 0.5rem;
    }
    
    .row-integration-logos [class^=col-]:nth-of-type(2) IMG {
        margin-left: auto;
    }
    
    /*----------------------------------------
    # Row: Projectbeheersing #
    ----------------------------------------*/
    #ce-body .row-projectbeheersing-2 [class^=col-] H3 {
        font-size: 1.25rem !important;
        max-width: 25rem;
        padding: 0 0 0.75rem 0 !important;
    }
    
    .row-projectbeheersing-2 [class^=col-] {
        padding: 0 0.5rem !important;
    }
    
    .row-projectbeheersing-2 [class^=col-]:first-child {
        padding: 0 1rem 0 0 !important;
    }
    
    .row-projectbeheersing-2 [class^=col-]:last-child {
        padding: 0 0 0 1rem !important;
    }
    
    .row-software [class^=col-] IMG {
        margin-top: 0 !important;
    }
    
    /*----------------------------------------
        # Row: Sticky Row #
    ----------------------------------------*/
    .anchor-button-icon {
        display: block;
        max-height: 4rem;
        /*+transition: all 0.2s ease-in-out;*/
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    
    .anchor-button-container {
        text-align: center;
    }
    
    .anchor-button-title,
    .anchor-button-title A {
        display: inline-block;
        color: #FFF !important;
        /*+transition: all 0.2s ease-in-out;*/
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        font-size: 1rem !important;
    }
    
    .anchor-button-title A:hover {
        color: #F60 !important;
    }
    
    .anchor-button-title .active {
        color: #F60 !important;
    }
    
    .sticky-row {
        background-color: #29292C !important;
        color: #FFF;
        display: block;
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
        /*+transition: all 0.2s ease-in-out;*/
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 100%;
    }
    
    /*----------------------------------------
    # Row: Testimonial #
    ----------------------------------------*/
    #ce-body .row-testimonial {
        padding-bottom: 0rem !important;
        text-align: right;
    }
    
    #ce-body .row-testimonial H4 {
        margin: 0 0 0 -2rem !important;
        font-size: 1.5rem !important;
        max-width: 39rem;
        padding: 0 0 0.75rem 0;
        text-align: left;
    }
    
    #ce-body .row-testimonial P {
        margin: 0 0 0 -2rem !important;
        text-align: left;
    }
    
    #ce-body .row-testimonial IMG {
        max-width: 100%;
        padding-right: 5rem !important;
    }
    
    /*----------------------------------------
    # Row: USPs #
    ----------------------------------------*/
    #ce-body .row-usps H3 {
        margin: 0 0 0.5rem !important;
    }
    
    #ce-body .row-usps [class^=col-] {
        padding: 0 0.5rem !important;
    }
    
    #ce-body .row-usps [class^=col-]:first-child {
        padding: 0 0.5rem 0 0 !important;
    }
    
    #ce-body .row-usps [class^=col-]:last-child {
        padding: 0 0 0 0.5rem !important;
    }
    
    /*----------------------------------------
    # Misc #
    ----------------------------------------*/
    FORM {
        padding: 0.875rem 3rem 0.875rem 2rem;
    }
    
    FORM#finder-search.smart-search-form {
        padding: 0;
    }
    
    .block-intro {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important;
    }
    
    .block-intro H1 {
        margin-bottom: 2.5rem !important;
    }
    
    .collapsible-body-content {
        padding: 2rem 1rem !important;
    }
    
    .icon-centered {
        text-align: center;
    }
    
    .image-only-slider {
        padding-bottom: 0 !important;
    }
    
    .latest-tweet {
        width: 50%;
    }
    
    .row-cloud-storage IMG {
        max-height: 8rem;
    }
    
    #ce-body .row-cloud-storage [class^=col-] P {
        margin: 0 auto !important;
        max-width: 37rem !important;
    }
    
    .row-image-rotator {
        display: block;
        /*padding-top: 2rem !important;*/
    }
    
    .row-padding-bottom {
        padding-bottom: 4rem !important;
    }
    
    .row-padding-top {
        padding-top: 4rem !important;
    }
    
    .row-footer-big {
        background: url(../images/cost-engineering-footer-logo.png) center no-repeat;
        color: #FFF !important;
        padding-top: 10rem;
    }
    
    .row-footer-small {
        clear: both;
        text-align: center !important;
    }
    
    .row-footer-small LI {
        display: inline-block;
        padding: 1rem;
    }
    
    .row-clients-intro {
        display: block;
        color: #666666 !important;
    }
    
    .section-title {
        /*+min-height: 20rem;*/
        -height: 20rem;
        min-height: 20rem;
        position: relative;
    }
    
    .small-margin-bottom-mobile {
        margin-bottom: 0rem !important;
    }
    
    .smart-search-form #q.inputbox {
        margin: 0 1rem;
        max-width: 20rem;
    }
    
    .support-promo {
        padding: 5rem 0 0 5rem !important;
    }
    
    .support-promo H2 {
        font-size: 1.75rem !important;
        text-align: right !important;
    }
    
    .support-promo .promo-box-shadow[style] {
        padding: 3rem 4rem 7rem;
        text-align: right !important;
    }
    
    .visual-promo-support .btn {
        margin-left: auto;
        position: absolute !important;
    }
    
    .jsn-bootstrap3.jsn-pagebuilder .carousel-indicators {
        bottom: 2rem;
        left: 0;
        z-index: 2;
        width: auto;
        height: 1.5rem;
        margin: auto auto auto 4rem;
        list-style: none;
        text-align: center;
    }
    
    .jsn-bootstrap3.jsn-pagebuilder .carousel-indicators LI {
        /*+box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16), 0 1px 10px 0 rgba(0, 0, 0, 0.12);*/
        -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
        -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
        margin-right: 0.125rem !important;
    }
    
    .page-home .block-intro .col-md-6:nth-child(1) {
        width: 60%;
    }
    
    .page-home .block-intro .col-md-6:nth-child(2) {
        display: block !important;
        width: 40%;
    }
    
    .page-home .block-intro .col-md-6:nth-of-type(2) IMG {
        margin-top: 2rem !important;
    }
}

/*----------------------------------------
# Min-width: 960px (Tablet Navigation, Cards, Testimonial ) #
----------------------------------------*/
@media screen and (min-width: 60rem) {
    /*----------------------------------------
        # Headings #
        ----------------------------------------*/
    H1,
    H2,
    H3,
    H4,
    H5,
    H6,
    LEGEND {
        color: #F60 !important;
        font-family: 'fira sans', sans-serif !important;
        font-weight: 500 !important;
        letter-spacing: 0.05rem !important;
        line-height: 1.3 !important;
        margin: 0 !important;
    }
    
    H1 {
        font-size: 2.5rem !important;
        letter-spacing: 0.125rem !important;
    }
    
    H2,
    LEGEND {
        font-size: 2.5rem !important;
    }
    
    H3 {
        font-size: 1.875rem !important;
        color: #2E2F33 !important;
    }
    
    H4 {
        font-size: 1.25rem !important;
    }
    
    H5,
    H6 {
        font-size: 1rem !important;
    }
    
    .page-home .block-intro H1 {
        font-size: 2.5rem !important;
        margin-bottom: 2rem !important;
    }
    
    #ce-body .pb-articlelist-first .title {
        font-size: 2rem;
    }
    
    #ce-body .articlelist-item .title A {
        font-size: 1.5rem !important;
    }
    
    #ce-body .row-usps H3 {
        font-size: 1.5rem !important;
    }
    
    .support-promo H2 {
        font-size: 2.125rem !important;
    }
    
    /*----------------------------------------
    # Cards Homepage #
    ----------------------------------------*/
    .card-table {
        border-spacing: 1.5rem;
        display: table;
        padding: 0 !important;
        position: relative;
    }
    
    .card-row {
        display: table-row;
    }
    
    .card-cell {
        display: table-cell;
        width: 33.33333%;
    }
    
    .card-cell .card-title {
        font-size: 1.5rem;
        padding: 0 1.5rem 0.25rem;
    }
    
    .card-cell .card-content {
        margin-bottom: 4rem;
        padding: 1.5rem;
    }
    
    .card-image .card-title {
        bottom: 0;
        color: #FFF;
        font-size: 1.5rem;
        font-family: 'fira sans', sans-serif;
        font-weight: 400;
        left: 0;
        padding: 1.25rem;
        position: absolute;
    }
    
    /*----------------------------------------
        # Navigation Tablet #
        ----------------------------------------*/
    .nav-wrapper {
        clear: both;
        height: auto;
        width: 100%;
    }
    
    .nav {
        background-color: #2E2F33;
        display: block;
        float: left;
        position: relative;
        margin: 0;
        width: 100%;
    }
    
    .nav LI {
        background-color: transparent !important;
    }
    
    .nav > LI {
        background-color: transparent;
        border-bottom: 0;
        display: inline-block;
        margin: 0;
        overflow: visible;
        padding: 0;
        width: auto;
        z-index: 100;
    }
    
    .nav > LI > A {
        border-right: 0;
        border-left: 0;
        border-bottom: 0.3rem solid transparent;
    }
    
    .nav > LI.current > A {
        border-bottom-color: #F60;
    }
    
    .nav > LI:hover > A,
    .nav > LI:focus > A,
    .nav > LI:active > A {
        border-bottom: 0.3rem solid #4B4C4F;
        border-left: none;
    }
    
    .nav > LI > .nav-child A {
        border-bottom: 0.3rem solid transparent;
        margin: 0.5rem 1rem;
        padding: 0.5rem 0;
    }
    
    .nav > LI > .nav-child A:active,
    .nav > LI > .nav-child A:hover {
        color: #F60;
    }
    
    .nav .deeper > A {
        display: inline-block;
        width: auto;
    }
    
    .nav .deeper.parent > .nav-child {
        background-color: #36373C;
        background-color: rgba(54, 55, 60, 0.95);
        left: 0;
        /*+opacity: 0;*/
        -filter: alpha(opacity=0);
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        -moz-opacity: 0;
        opacity: 0;
        padding: 1rem;
        width: 100%;
        z-index: 101;
    }
    
    .nav .deeper .nav-child A {
        border-left: 0;
        background-color: transparent !important;
        color: #FFF;
    }
    
    .nav .deeper:hover .nav-child,
    .nav .deeper:focus .nav-child,
    .nav .deeper:focus .nav-child,
    .nav .deeper:active .nav-child {
        /*+opacity: 1;*/
        -filter: alpha(opacity=100);
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        -moz-opacity: 1;
        opacity: 1;
        visibility: visible;
    }
    
    .nav .deeper.parent > .nav-child > LI {
        border-bottom: 0 !important;
        display: inline-block;
        margin-right: 1rem;
        width: auto;
    }
    
    .nav .deeper .nav-child LI:last-child {
        margin-right: 0;
    }
    
    .nav .deeper .nav-child LI:hover,
    .nav .deeper .nav-child LI:focus,
    .nav .deeper .nav-child LI:active {
        background-color: #424349;
        background-color: rgba(88, 90, 98, 0.4);
    }
    
    .js .nav-collapse {
        clip: auto;
        overflow: visible;
        position: absolute !important;
    }
    
    .js .nav-collapse.closed {
        max-height: none;
    }
    
    .nav .deeper.parent .toggle-indicator {
        float: none;
    }
    
    .nav-toggle,
    A.nav-toggle {
        display: none;
    }
    
    /*----------------------------------------
        # Slider #
        ----------------------------------------*/
    .jsn-bootstrap3.jsn-pagebuilder .carousel-inner > .item {
        height: 25rem;
    }
    
    .row-slider-full-width {
        clear: both;
        /*+min-height: 25rem;*/
        -height: 25rem;
        min-height: 25rem;
        max-height: 25rem;
        overflow: hidden;
        padding: 0 !important;
    }
    
    .slider-full-width IMG {
        max-height: 25rem;
    }
    
    /*----------------------------------------
    # Testimonial #
    ----------------------------------------*/
    .testimonial-container {
        margin: 1rem auto;
        max-width: 80rem;
    }
    
    .testimonial-image {
        background-image: url("../../../images/backgrounds/testimonial-bg.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /*+border-radius: 2px;*/
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        border-radius: 2px;
        /*+box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.10), -1px 2px 6px 0 rgba(0, 0, 0, 0.08);*/
        -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.10), -1px 2px 6px 0 rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.10), -1px 2px 6px 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.10), -1px 2px 6px 0 rgba(0, 0, 0, 0.08);
        display: block;
        height: 35.5rem;
        margin-bottom: 6rem;
        padding: 1rem;
        position: relative;
        left: 0;
        top: 4rem;
        width: 50% !important;
    }
    
    .testimonial-text {
        background-color: #F4F4F4 !important;
        /*+border-radius: 2px;*/
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        border-radius: 2px;
        /*+box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.10), -1px 2px 6px 0 rgba(0, 0, 0, 0.08);*/
        -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.10), -1px 2px 6px 0 rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.10), -1px 2px 6px 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.10), -1px 2px 6px 0 rgba(0, 0, 0, 0.08);
        display: block;
        float: right;
        /*+min-height: 35.5rem;*/
        -height: 35.5rem;
        min-height: 35.5rem;
        padding: 4rem 4rem 4rem 45%;
        position: relative;
        right: 0;
        width: 90% !important;
    }
    
    .testimonial-text H3 {
        color: #F60 !important;
        font-size: 1.625rem !important;
    }
    
    .testimonial-text P {
        font-style: italic;
    }
    
    /*----------------------------------------
        # Site Header #
        ----------------------------------------*/
    .header-logo {
        width: 24rem;
        text-align: left;
    }
    
    IMG#logo {
        padding: 1rem 0 0.4rem 0.6125rem;
    }
    
    .header-modules {
        margin-top: 2.4rem;
        position: relative;
    }
    
    .moduletable.header-search {
        display: inline-block;
        float: right;
        margin-bottom: -3.6rem !important;
        position: relative;
        top: -7.7rem;
        z-index: 70;
    }
    
    .moduletable.header-search .header-search {
        display: block;
    }
    
    .header-search {
        right: 1rem;
        margin-top: ;
    }
    
    .header-search .btn {
        background-color: transparent !important;
        left: -2.2rem;
        top: -0.2rem;
        margin: 0;
        padding: 0.4rem 0rem !important;
        color: #525359 !important;
    }
    
    .header-search .btn:after {
        content: "";
    }
    
    .header-search .btn:hover {
        color: #F60 !important;
    }
    
    .header-search .search-query {
        background: 0 0;
        border: 1px solid #E1E1E2;
        /*+border-radius: 1.56rem;*/
        -moz-border-radius: 1.56rem;
        -webkit-border-radius: 1.56rem;
        -khtml-border-radius: 1.56rem;
        border-radius: 1.56rem;
        outline: 0;
        padding: 0.5rem 2rem 0.5rem 1rem;
        /*+transition: color 0.75s, border 1s;*/
        -webkit-transition: color 0.75s, border 1s;
        -moz-transition: color 0.75s, border 1s;
        -o-transition: color 0.75s, border 1s;
        transition: color 0.75s, border 1s;
        width: 9.375rem;
    }
    
    .header-search INPUT[type="text"],
    .header-search TEXTAREA {
        color: #525359;
        border: 1px solid #E1E1E2;
        background: #FFF;
    }
    
    .header-search TEXTAREA:focus,
    .header-search INPUT[type="text"]:focus,
    .header-search:hover {
        border-color: #525359;
        /*+box-shadow: none;*/
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        /*+transition: all 0.2s ease-in-out;*/
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    
    /*----------------------------------------
    # Anchors #
    ----------------------------------------*/
    #ce-body .anchor-container {
        width: 50%;
        margin-top: 1rem;
    }
    
    /*----------------------------------------
        # Misc #
    ----------------------------------------*/
    #header-social {
        top: 9.4rem;
        width: 11rem;
        z-index: 1 !important;
    }
    
    .moduletable.header-search {
        display: inline-block;
        float: right;
        margin-bottom: 0.6rem;
        margin-bottom: -3.6rem !important;
        position: relative;
        top: -3.9rem;
        z-index: 70;
    }
    
    .row-footer-big {
        width: 80%;
        margin: auto !important;
    }
    
    #ce-body .row-cloud-storage [class^=col-] H3 {
        max-width: 30rem;
    }
    
    #ce-body .row-cloud-storage [class^=col-] P {
        max-width: 40rem !important;
    }
    
    #ce-body .row-projectbeheersing-2 [class^=col-] H3 {
        max-width: 25rem;
        padding: 0 0 0.75rem 0 !important;
    }
    
    .section-title H2,
    .section-title H1 {
        padding-right: 10% !important;
    }
    
    .support-promo {
        padding: 5rem 0 0 30% !important;
    }
    
    /*----------------------------------------
        # Row: Sticky Row #
    ----------------------------------------*/
    .sticky-row {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important;
    }
}

/*----------------------------------------
# Min-width: 1024px #
----------------------------------------*/
@media screen and (min-width: 64rem) {
    /*----------------------------------------
        # Blog #
        ----------------------------------------*/

    DIV.blog-article DIV.row-blog-post IMG {
    padding-left: 0px;
    }


    DIV.blog-article IMG {
        padding-left: 8rem;
        max-width: 83%;
    }
    
    H1.blog-title {
        max-width: 83%;
    }
    
    .row-blog-post {
        padding: 0 4rem 0 8rem !important;
        max-width: 68rem;
    }
    
    .row-blog-post LI {
        list-style: disc;
        padding-left: 0.5rem;
    }
    
    .row-blog-post UL {
        margin-left: 1rem;
        padding: 0.5rem 1rem;
    }
    
    /*----------------------------------------
        # Jobs #
        ----------------------------------------*/
    DIV.jobs-article IMG:nth-of-type(1) {
        max-width: 83%;
    }
    
    .row-jobs-post {
        max-width: 68rem;
    }
    
    .row-jobs-post LI {
        list-style: disc;
        padding-left: 0.5rem;
    }
    
    .row-jobs-post UL {
        margin-left: 1rem;
        padding: 0.5rem 1rem;
    }
    
    /*----------------------------------------
    # Testimonials #
    ----------------------------------------*/
    .testimonial-image {
        height: 34.5rem;
    }
    
    .testimonial-text {
        /*+min-height: 34.5rem;*/
        -height: 34.5rem;
        min-height: 34.5rem;
    }
    
    .testimonial-text H3 {
        color: #F60 !important;
        font-size: 1.75rem !important;
    }
    
    /*----------------------------------------
    # Row: USP's #
    ----------------------------------------*/
    .row-content-usp [class^=col-] {
        margin-bottom: 0rem;
        overflow-x: hidden;
        padding: 0 0.75rem 0 !important;
    }
    
    .row-content-usp [class^=col-] IMG {
        max-height: 5.5rem;
    }
    
    .row-content-usp [class^=col-]:first-child {
        padding: 0 1.5rem 0 0 !important;
    }
    
    .row-content-usp [class^=col-]:last-child {
        padding: 0 0 0 1.5rem !important;
    }
    
    /*----------------------------------------
    # Row: Projectbeheersing #
    ----------------------------------------*/
    .row-projectbeheersing-2 [class^=col-] {
        margin-bottom: 0rem;
        overflow-x: hidden;
        padding: 0 0.75rem 0 !important;
    }
    
    .row-projectbeheersing-2 [class^=col-]:first-child {
        padding: 0 1.5rem 0 0 !important;
    }
    
    .row-projectbeheersing-2 [class^=col-]:last-child {
        padding: 0 0 0 1.5rem !important;
    }
    
    /*----------------------------------------
        # Misc #
        ----------------------------------------*/
    .row-content-image-left [class^=col-]:nth-of-type(2),
    .row-content-image-left-left [class^=col-]:nth-of-type(2) {
        padding-left: 1.5rem !important;
    }
    
    DIV.twitter-share-button {
        padding-left: 8rem;
    }
    
    .row-integration-logos IMG {
        max-width: 18rem;
        padding: 0 1.5rem;
    }
}

/*----------------------------------------
# Min-width: 1280px #
----------------------------------------*/
@media screen and (min-width: 80rem) {
    /*----------------------------------------
        # Widen All Horizontal Paddings #
        ----------------------------------------*/
    DIV.pb-articlelist-first {
        padding: 0 4rem 2rem 4rem !important;
    }
    
    FOOTER {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
    
    .about-intro,
    .product-overview {
        padding-left: 3rem;
    }
    
    .form {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
    
    .page-home .block-intro .col-md-6:nth-child(1) {
        padding: 4rem !important;
    }
    
    .page-home .block-intro .col-md-6:nth-child(2) {
        padding: 4rem 0 0 0 !important;
    }
    
    .page-title H2,
    .page-title H1 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
    
    .row-full-width {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
    
    .row-padding-left-only [class^=col-]:first-child {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
    
    .section-title H2,
    .section-title H1 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
    
    .slider-full-width .carousel-caption {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
    
    .social-promo .social-buttons-content {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
    
    /*----------------------------------------
        # Blog #
        ----------------------------------------*/
    DIV.blog-article IMG:nth-of-type(1) {
        max-width: 60rem;
    }
    
    H1.blog-title {
        max-width: 60rem;
    }
    
    .blog-title {
        max-width: 75%;
    }
    
    #ce-body DIV.pb-articlelist-first {
        padding: 1rem 4rem 3rem !important;
    }
    
    #ce-body .pb-articlelist-first .title {
        font-size: 2.5rem;
    }
    
    #ce-body .articlelist-item .title A {
        font-size: 2rem !important;
    }
    
    .pb-articlelist-list UL .articlelist-item {
        padding: 3rem 4rem !important;
    }
    
    .pb-articlelist-wrapper .published {
        top: 0rem;
    }
    
    .row-blog-post {
        max-width: 68rem;
    }
    
    /*----------------------------------------
        # Jobs #
        ----------------------------------------*/
    DIV.jobs-article IMG:nth-of-type(1) {
        max-width: 60rem;
    }
    
    .row-blog-post {
        max-width: 68rem;
    }
    
    /*----------------------------------------
    # Row: USP's #
    ----------------------------------------*/
    .row-content-usp [class^=col-] H3 {
        font-size: 1.5rem !important;
    }
    
    .row-content-usp [class^=col-] IMG {
        max-height: 6rem;
        margin-bottom: 1.5rem;
    }

    .row-content-usp.case-study [class^=col-] IMG {
        max-height: 100%;
        margin-bottom: 1.5rem;
    }

    .row-content-usp [class^=col-] H2 {
        font-size: 1.5rem !important;
    }
    
    /*----------------------------------------
    # Row: Image left #
    ----------------------------------------*/
    .content-integration-blockquote {
        margin-right: 1.5rem !important;
    }
    
    .content-image-align-right {
        text-align: right;
        margin-right: 1.5rem !important;
    }
    
    .row-content-image-left [class^=col-]:nth-of-type(2) P {
        max-width: 30rem;
    }
    
    .row-content-image-left [class^=col-]:nth-of-type(2) H3 {
        max-width: 30rem;
    }
    
    /*----------------------------------------
    # Row: Image right #
    ----------------------------------------*/
    .row-content-image-right .content-align-right {
        max-width: 37rem;
        margin-left: auto;
        margin-right: 2rem;
    }
    
    /*----------------------------------------
        # Sticky Row #
    ----------------------------------------*/
    .anchor-button-icon {
        display: inline-block;
        max-height: 5rem;
    }
    
    .anchor-button-title,
    .anchor-button-title A {
        display: inline-block;
        margin-left: 0.5rem !important;
        font-size: 1rem !important;
    }
    
    /*----------------------------------------
        # Slider #
    ----------------------------------------*/
    .jsn-bootstrap3.jsn-pagebuilder .carousel-inner > .item {
        height: 30rem;
    }
    
    .row-slider-full-width {
        clear: both;
        /*+min-height: 30rem;*/
        -height: 30rem;
        min-height: 30rem;
        max-height: 30rem;
        overflow: hidden;
        padding: 0 !important;
    }
    
    .slider-full-width IMG {
        max-height: 30rem;
    }
    
    /*----------------------------------------
    # Testimonials #
    ----------------------------------------*/
    .testimonial-image {
        height: 29rem;
    }
    
    .testimonial-text {
        /*+min-height: 29rem;*/
        -height: 29rem;
        min-height: 29rem;
    }
    
    .testimonial-text H3 {
        color: #F60 !important;
        font-size: 1.875rem !important;
    }
    
    /*----------------------------------------
        # Other #
        ----------------------------------------*/
    #ce-body .anchor-container {
        width: auto;
    }
    
    #header-social {
        z-index: 2 !important;
    }
    
    .image-intro-home IMG {
        max-width: none;
        float: right;
    }
    
    .image-rotator {
        padding: 0.5rem;
    }
    
    .moduletable.header-search {
        right: 2rem;
    }
    
    .rotator-image {
        padding: 2rem;
    }
    
    .row-footer-big {
        width: 60% !important;
        margin: auto !important;
    }
    
    #ce-body .row-projectbeheersing [class^=col-] H3 {
        font-size: 2rem !important;
    }
    
    .row-projectbeheersing [class^=col-] IMG {
        max-width: 90%;
        max-height: 23rem;
        float: right;
        margin-right: 2.5rem;
    }
    
    #ce-body .row-projectbeheersing-2 [class^=col-] H3 {
        font-size: 1.3125rem !important;
        max-width: 25rem;
        margin: 0 0 1rem 0 !important;
        padding: 0 !important;
    }
    
    #ce-body .row-usps H3 {
        font-size: 1.612rem !important;
    }
    
    .slider-full-width IMG {
        z-index: 1;
    }
    
    .social-promo .social-buttons-content {
        float: right;
        /*+border-radius: 3px 0 0;*/
        -moz-border-radius: 3px 0 0;
        -webkit-border-radius: 3px 0 0;
        -khtml-border-radius: 3px 0 0;
        border-radius: 3px 0 0;
    }
    
    .support-promo {
        padding: 5rem 0 0 50% !important;
    }
    
    .usp-icon {
        font-size: 2.25rem;
        margin-right: 0.75rem;
        top: 0.5rem;
    }
    
    .wrapper-youtube {
        padding-bottom: 0;
        padding-top: 0;
        height: 28rem;
    }
}

/*----------------------------------------
# Min-width: 1440px (Navigation Desktop) #
----------------------------------------*/
@media screen and (min-width: 90rem) {
    /*----------------------------------------
        # Blog #
    ----------------------------------------*/
    .blog-article-published-container {
        width: 6rem !important;
    }
    
    .blog-title {
        max-width: 70%;
    }
    
    .row-blog-post {
        max-width: 68rem;
    }
    
    /*----------------------------------------
        # Jobs #
    ----------------------------------------*/
    .row-jobs-post {
        max-width: 68rem;
    }
    
    /*----------------------------------------
        # Navigation Desktop #
        ----------------------------------------*/
    .nav-wrapper {
        display: block;
        height: inherit;
        width: auto;
        z-index: 75;
    }
    
    #main-menu LI:last-child {
        margin-right: 20rem;
    }
    
    .nav {
        display: inline-block;
        height: inherit;
        padding-right: 379.7rem;
        text-align: right;
        width: 100%;
        /*+box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16), 0 1px 10px 0 rgba(0, 0, 0, 0.12);*/
        -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
        -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    }
    
    .nav,
    .nav > LI {
        background: none;
        float: none;
    }
    
    .nav LI {
        background-color: transparent !important;
    }
    
    .nav > LI {
        display: inline-block;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        margin-top: 2.125rem;
        padding: 0 0.5rem 1.725rem 0.5rem;
        text-align: left;
        width: auto;
    }
    
    .nav > LI:hover {
        cursor: pointer;
    }
    
    .nav > LI:hover > A,
    .nav > LI:focus > A,
    .nav > LI:active > A {
        background-color: transparent;
        border-bottom-width: 0.2rem;
    }
    
    .nav > LI > A {
        border-bottom-width: 0.2rem;
        color: #747474;
        display: block;
        font-size: 1rem;
        margin: 0;
        padding: 0 0.5rem 0.25rem;
        text-align: center;
    }
    
    .nav > LI > A:hover,
    .nav > LI > A:focus,
    .nav > LI > A:active,
    .nav > LI:hover > A,
    .nav > LI:focus > A,
    .nav > LI:active > A {
        border-bottom-color: #E1E1E2;
        color: #F60 !important;
    }
    
    .nav > .deeper.parent .nav-child {
        display: none;
        left: 0;
        position: absolute;
        text-align: left;
        top: 100%;
        width: 100%;
    }
    
    .nav > .deeper.parent:hover .nav-child,
    .nav > .deeper.parent:focus .nav-child,
    .nav > .deeper.parent:active .nav-child {
        display: block;
    }
    
    .nav > LI > .nav-child A {
        border-bottom: 0.2rem solid transparent;
        margin: 0.5rem 1rem;
        padding: 0.5rem 0;
    }
    
    .nav > LI > .nav-child A:active,
    .nav > LI > .nav-child A:hover {
        border-bottom: 0.2rem solid #F60;
        color: #FFF !important;
    }
    
    .js UL.nav-collapse.opened {
        max-height: 100% !important;
    }
    
    /*----------------------------------------
    # Row: Image left #
    ----------------------------------------*/
    .content-image-align-right {
        margin-right: 2rem !important;
    }
    
    .content-integration-blockquote {
        margin-right: 2rem !important;
    }
    
    .row-content-image-left [class^=col-]:nth-of-type(2),
    .row-content-image-left-full [class^=col-]:nth-of-type(2) {
        padding-left: 2rem !important;
    }
    
    .row-content-image-left [class^=col-]:nth-of-type(2) H3 {
        max-width: 37rem;
    }
    
    .row-content-image-left [class^=col-]:nth-of-type(2) P {
        max-width: 37rem;
    }
    
    /*----------------------------------------
        # Site Header #
        ----------------------------------------*/
    HEADER {
        background-color: #FFF;
        clear: both;
        display: block;
        height: 6rem;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 25;
    }
    
    IMG#logo {
        max-height: 4rem !important;
        padding: 1rem 0 0.4rem 3rem;
    }
    
    .header-logo {
        height: inherit;
        left: 0;
        position: absolute;
        top: 0;
        min-width: 24rem;
        z-index: 100 !important;
    }
    
    .header-modules {
        display: block;
        height: inherit;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
    }
    
    .moduletable.header-search {
        top: -5.25rem;
        width: auto;
        z-index: 100;
    }
    
    /*----------------------------------------
        # Slider #
        ----------------------------------------*/
    .jsn-bootstrap3.jsn-pagebuilder .carousel-inner > .item {
        max-height: 31.25rem;
    }
    
    .row-slider-full-width {
        overflow: visible;
    }
    
    .slider-full-width IMG {
        max-height: 31.25rem;
    }
    
    .page-home .slider-full-width {
        margin-top: 6rem;
    }
    
    .page-home .slider-full-width .carousel-caption {
        bottom: -1.5rem !important;
        background-color: #F60 !important;
        background: rgba(255, 102, 0, 0.8) !important;
        background: -moz-linear-gradient(top, rgba(255, 102, 0, 0.8) 0%, rgba(255, 102, 0, 0.9) 100%) !important;
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 102, 0, 0.8)), color-stop(70%, rgba(255, 102, 0, 0.93)), color-stop(80%, rgba(255, 102, 0, 1)), color-stop(100%, rgba(255, 102, 0, 1))) !important;
        background: -webkit-linear-gradient(top, rgba(255, 102, 0, 0.8) 0%, rgba(255, 102, 0, 0.93) 70%, rgba(255, 102, 0, 1) 80%, rgba(255, 102, 0, 1) 100%) !important;
        background: -o-linear-gradient(top, rgba(255, 102, 0, 0.8) 0%, rgba(255, 102, 0, 0.93) 70%, rgba(255, 102, 0, 1) 80%, rgba(255, 102, 0, 1) 100%) !important;
        background: -ms-linear-gradient(top, rgba(255, 102, 0, 0.8) 0%, rgba(255, 102, 0, 0.93) 70%, rgba(255, 102, 0, 1) 80%, rgba(255, 102, 0, 1) 100%) !important;
        background: linear-gradient(to bottom, rgba(255, 102, 0, 0.8) 0%, rgba(255, 102, 0, 0.93) 70%, rgba(255, 102, 0, 1) 80%, rgba(255, 102, 0, 1) 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f60', endColorstr='#f60', GradientType=0) !important;
    }
    
    .page-home .slider-full-width .carousel-inner {
        overflow: visible !important;
    }
    
    @-moz-document url-prefix() {
        .page-home .slider-full-width .carousel-caption {
            background: -moz-linear-gradient(top, rgba(255, 102, 0, 0.8) 0%, rgba(255, 102, 0, 0.9) 100%) !important;
            bottom: 0 !important;
        }
        
        .page-home .slider-full-width .carousel-inner {
            overflow: hidden !important;
        }
    }
    
    /*----------------------------------------
        # Sticky Row #
    ----------------------------------------*/
    .anchor-button-icon {
        display: inline-block;
        max-height: 5rem;
    }
    
    .anchor-button-title,
    .anchor-button-title A {
        display: inline-block;
        margin-left: 0.5rem !important;
        font-size: 1.3125rem !important;
    }
    
    .sticky-row {
        width: 100%;
        /*+transition: all 0.2s ease-in-out;*/
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        padding-bottom: 2rem !important;
        padding-top: 2rem !important;
    }
    
    .pinned {
        padding-bottom: 1rem !important;
        padding-top: 6.75rem !important;
        position: fixed;
        z-index: 2 !important;
        /*+box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 6px 0 rgba(0, 0, 0, 0.12);*/
        -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    }
    
    .pinned .anchor-button-title,
    .pinned .anchor-button-title A {
        font-size: 1rem !important;
    }
    
    .pinned .anchor-button-icon {
        max-height: 3.5rem;
    }
    
    /*----------------------------------------
        # Misc #
    ----------------------------------------*/
    #ce-body .anchor-container {
        margin-right: 1rem;
        font-size: 1.125rem !important;
    }
    
    .collapsible-body-content {
        padding: 2rem !important;
    }
    
    .collapsible-body-content P {
        padding: 0 !important;
    }
    
    .page-title {
        /*+min-height: 17rem;*/
        -height: 17rem;
        min-height: 17rem;
        position: relative;
        margin-top: 6rem !important;
    }
    
    .header-search {
        margin-top: 0.5rem;
    }
    
    #header-social {
        top: 6rem;
    }
    
    .image-rotator {
        margin: auto !important;
        width: 95% !important;
    }
    
    .page-home .block-intro .col-md-6:nth-of-type(2) IMG {
        margin-top: 1rem !important;
    }
    
    .page-home .block-intro .col-md-6:nth-child(2) {
        padding: 5rem 0 0 0 !important;
    }
    
    .rotator-image {
        padding: 3rem !important;
    }
    
    .row-projectbeheersing [class^=col-]:last-child {
        max-width: 37rem;
    }
    
    .row-projectbeheersing [class^=col-]:first-child IMG {
        margin-bottom: 0;
        max-width: 38rem;
    }
    
    .row-software [class^=col-] IMG {
        /*+border-radius: 3px;*/
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        border-radius: 3px;
        margin-top: 1rem;
        margin-bottom: 2rem !important;
        max-width: 100%;
        padding: 0;
        width: auto;
    }
    
    .jsn-bootstrap3.jsn-pagebuilder .carousel-indicators {
        bottom: 1rem;
    }
}

/*----------------------------------------
# Min-width: 1600px (Paddings) #
----------------------------------------*/
@media screen and (min-width: 100rem) {
    /*----------------------------------------
        # Widen All Horizontal Paddings #
        ----------------------------------------*/
    #ce-body DIV.pb-articlelist-first {
        padding: 0 5rem 2rem 5rem !important;
    }
    
    FOOTER {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    
    .about-intro,
    .product-overview {
        padding-left: 4rem;
    }
    
    .form {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    
    .page-home .block-intro .col-md-6:nth-child(1) {
        padding: 5rem !important;
    }
    
    .page-title H2,
    .page-title H1 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    
    .row-full-width {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    
    .row-padding-left-only [class^=col-]:first-child {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    
    .section-title H2,
    .section-title H1 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    
    .slider-full-width .carousel-caption {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    
    .social-promo .social-buttons-content {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    
    .support-promo .promo-box-shadow[style] {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    
    /*----------------------------------------
        # Blog #
        ----------------------------------------*/
    .pb-articlelist-list UL .articlelist-item {
        padding: 3rem 5rem !important;
    }
    
    #ce-body DIV.pb-articlelist-first {
        padding: 1rem 5rem 3rem !important;
    }
    
    /*----------------------------------------
        # Misc #
        ----------------------------------------*/
    #ce-body .anchor-container {
        margin-right: 1rem;
        font-size: 1.25rem !important;
    }
    
    .block-intro H1 {
        margin-bottom: 2.4rem !important;
    }
    
    .image-rotator {
        margin: auto !important;
        width: 90% !important;
    }
    
    .latest-tweet H3 {
        margin-left: 6% !important;
    }
    
    .page-home .block-intro H1 {
    }
    
    .rotator-image {
        padding: 20% !important;
    }
    
    .row-footer-big {
        width: 50% !important;
    }
    
    #ce-body .row-projectbeheersing-2 [class^=col-] H3 {
        font-size: 1.3125rem !important;
        /*+min-height: 0 !important;*/
        -height: 0 !important;
        min-height: 0 !important;
        max-width: none;
        padding: 0 !important;
    }
    
    .row-two-columns [class^=col]:first-child {
        padding: 0 3rem 0 0 !important;
    }
    
    .row-two-columns [class^=col]:last-child {
        padding: 0 0 0 3rem !important;
    }
    
    .slider-full-width IMG {
        left: 0 !important;
        margin: 0 !important;
        position: relative !important;
        right: 0 !important;
        top: 0 !important;
    }
    
    .jsn-bootstrap3.jsn-pagebuilder .carousel-indicators {
        bottom: 1rem;
        margin: auto auto auto 5rem;
    }
}

/*----------------------------------------
# Min-width: 1920px (Larger Fonts)#
----------------------------------------*/
@media screen and (min-width: 120rem) {
    HTML {
        font-size: 17px;
    }
}

/*----------------------------------------
# Min-width: 2560px  (Larger Fonts) #
----------------------------------------*/
@media screen and (min-width: 160rem) {
    HTML {
        font-size: 18px;
    }
}

/*----------------------------------------
# Max-device-width: 768px #
----------------------------------------*/
@media screen and (max-device-width: 48rem) {
    .row,
    .social-promo {
        background-attachment: scroll !important;
    }
}

/*----------------------------------------
# iPad mini #
----------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .row,
    .social-promo {
        background-attachment: scroll !important;
    }
}

/*----------------------------------------
# iPad 1+2 #
----------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .row,
    .social-promo {
        background-attachment: scroll !important;
    }
}

/*----------------------------------------
# iPad 3+4 #
----------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .row,
    .social-promo {
        background-attachment: scroll !important;
    }
}

/*----------------------------------------
# Galaxy Tab 10.1 #
----------------------------------------*/
/* Portrait and Landscape */
@media (min-device-width: 800px) and (max-device-width: 1280px) {
    .row,
    .social-promo {
        background-attachment: scroll !important;
    }
}

/*----------------------------------------
# Asus Nexus 7 #
----------------------------------------*/
@media screen and (device-width: 601px) and (device-height: 906px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) {
    .row,
    .social-promo {
        background-attachment: scroll !important;
    }
}

/*----------------------------------------
# Kindle Fire HD 7" #
----------------------------------------*/
@media only screen and (min-device-width: 800px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .row,
    .social-promo {
        background-attachment: scroll !important;
    }
}
