/**
 * CONTENTS
 *
 * GENERIC
 * Box-sizing............Better default `box-sizing`.
 * Image Aligns..........WP specific img aligns.
 *
 * BASE
 * Typography............@fontfaces, base text and vertical rhythem setup.
 *
 * COMPONENTS
 * Wrappers..............Wrapping and constraining elements.
 * Grid System...........Bootstrap based grid.
 * Clearfix..............Properly clear floats.
 *
 * Objects
 * Icons.................Icon Elements.
 * Buttons...............Button elements.
 * Tables................Table Styles.
 * Forms.................Form Elements.
 * Breadcrumbs...........Breadcrumbs.
 * Pagination............Pagination.
 * Sliders/Carousels.....Sliders/Carousels.
 *
 * UI
 * Page head.............The main page header.
 * Navigation............Navigation elements.
 * Masthead..............Page title/image/slideshow header block.
 * Page footer...........The main page footer.
 *
 * TRUMPS
 * Images................Round, Circle, Square Images.
 * Visiblity.............Make items visible.
 * Hiding................Make items invisible/hidden.
 * Screen Readers........Display for screen readers.
 * Print.................Display for printing.
 * Clears................Clearing floats.
 * Text alignment........Align text.
 * Font weights..........Adjust font weights.
 * Borders...............Add borders.
 * Add/remove margins....Remove margins.
 * Add/remove paddings...Remove padding.
 * Positioning...........float, center, and stick items.
 */




/*------------------------------------*\
    Generic
\*------------------------------------*/

/**
 * Box-sizing
 */

* { -webkit-box-sizing: border-box; box-sizing: border-box; }



/**
 * Images
 *
 * These selectors are hard cast because they are only used
 * by wordpress wyswyg when adding images to content
 */

/* TODO: Update image bottom margin to match paragraph margin */

.wp-caption.alignright,
.wp-caption.alignleft,
.wp-caption.alignnone,
.wp-caption.aligncenter {
    margin: 0;
    width: auto !important; /* overwrite inline widths */
}

img.alignright,
.wp-caption.alignright img,
img.alignleft,
.wp-caption.alignleft img {
    height: auto;
    max-width: 100%;
}

img.alignnone,
.wp-caption.alignnone img,
img.aligncenter,
.wp-caption.aligncenter img {
	height: auto;
	max-width: 100%;
}

img.alignnone,
.wp-caption.alignnone,
img.aligncenter,
.wp-caption.aligncenter { margin: 0 0 22px 0; }

img.alignright,
.wp-caption.alignright {
    float: right;
    margin: 0 0 22px 30px;
}

img.alignleft,
.wp-caption.alignleft {
    float: left;
    margin: 0 30px 22px 0;
}

img.aligncenter,
.wp-caption.aligncenter img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

figure {
    display: table;
}

figcaption { display: table-caption; caption-side: bottom ; }



/*------------------------------------*\
    Typography
\*------------------------------------*/

/* Please set up line-heights in ems */
html {
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}

body {
    font-family: 'Titillium Web', sans-serif;
    margin: 0;
    margin: 0 auto 49px !important;
    font-size: 14px;
    padding-top: 22px;
    overflow: hidden !important;
    color: #353535;
}

h1, .h1 {
    font-size: 36px;
    font-weight: 200;
    line-height: 1.111em;
}

h2, .h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.071em;
}

h3, .h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.136em;
}

h4, .h4 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.001em;
}

p, ul, ol {
    font-size: 16px;
    line-height: 1.467em;
}

a {
    font-weight: 700;
    color: #336c8a;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

	a:hover {
        background-color: #e6ebef;
    }

@media(min-width: 768px) {

    body {
        font-size: 14px;
        margin: 0 auto 75px !important;
        padding-top: 30px;
    }

    h1, .h1 {
        font-size: 48px;
        font-weight: 200;
        line-height: 1.042em;
    }

    h2, .h2 {
        font-size: 32px;
        font-weight: 400;
        line-height: 1.094em;
    }

    h3, .h3 {
        font-size: 26px;
        font-weight: 400;
    }

    h4, .h4 {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.002em;
    }

    p, ul, ol {
        line-height: 1.714em;
    }
}

@media(min-width: 1025px) {

    body {
        margin: 0!important;
        font-size: 16px;
        padding-top: 43px;
    }

    h1, .h1 {
        font-size: 56px;
        font-weight: 200;
        line-height: 1.071em;
    }

    h2, .h2 {
        font-size: 36px;
        font-weight: 400;
        line-height: 1.111em;
    }

    h3, .h3 {
        font-size: 24px;
        font-weight: 400;
        margin: 0;
        padding: 0;
    }

    h4, .h4 {
        font-size: 18px;
        font-weight: 700;
    }
}

@media(min-width: 1025px) {

    body {
        padding-top: 63px;
    }

}

/*------------------------------------*\
    COMPONENTS
\*------------------------------------*/


/**
 * Wrappers
 */

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
}

     .container { max-width: 1314px; }

/**
 * Grid System
 *
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * --------------------------------------------------------------------------
 * Base setup 20px gutters
 *
 * Phones         - xxs - <  600px    ** Default **
 * Small Tablets  - xs - >=  600px
 * Tablets        - sm - >= 768px
 * Desktop        - md - >= 1025px
 * Large Desktop  - lg - >= 1200px
 * --------------------------------------------------------------------------
 * Learn more here: http://getbootstrap.com/css/#grid
 * -------------------------------------------------------------------------- */

.row {
    margin-left: -30px;
    margin-right: -30px;
}

    [class*="col-"] {
        position: relative;
        min-height: 1px;
        padding-left: 30px;
        padding-right: 30px;
    }

/* Extra Extra small devices (devices, less than 600px) */
[class*="col-xxs-"] { float:left; }

.col-xxs-12 { width: 100%; }
.col-xxs-11 { width: 91.66666667%; }
.col-xxs-10 { width: 83.33333333%; }
.col-xxs-9  { width: 75%; }
.col-xxs-8  { width: 66.66666667%; }
.col-xxs-7  { width: 58.33333333%; }
.col-xxs-6  { width: 50%; }
.col-xxs-5  { width: 41.66666667%; }
.col-xxs-4  { width: 33.33333333%; }
.col-xxs-3  { width: 25%; }
.col-xxs-2  { width: 16.66666667%; }
.col-xxs-1  { width: 8.33333333%; }

.col-xxs-pull-12 { right: 100%; }
.col-xxs-pull-11 { right: 91.66666667%; }
.col-xxs-pull-10 { right: 83.33333333%; }
.col-xxs-pull-9  { right: 75%; }
.col-xxs-pull-8  { right: 66.66666667%; }
.col-xxs-pull-7  { right: 58.33333333%; }
.col-xxs-pull-6  { right: 50%; }
.col-xxs-pull-5  { right: 41.66666667%; }
.col-xxs-pull-4  { right: 33.33333333%; }
.col-xxs-pull-3  { right: 25%; }
.col-xxs-pull-2  { right: 16.66666667%; }
.col-xxs-pull-1  { right: 8.33333333%; }
.col-xxs-pull-0  { right: auto; }

.col-xxs-push-12 { left: 100%; }
.col-xxs-push-11 { left: 91.66666667%; }
.col-xxs-push-10 { left: 83.33333333%; }
.col-xxs-push-9  { left: 75%; }
.col-xxs-push-8  { left: 66.66666667%; }
.col-xxs-push-7  { left: 58.33333333%; }
.col-xxs-push-6  { left: 50%; }
.col-xxs-push-5  { left: 41.66666667%; }
.col-xxs-push-4  { left: 33.33333333%; }
.col-xxs-push-3  { left: 25%; }
.col-xxs-push-2  { left: 16.66666667%; }
.col-xxs-push-1  { left: 8.33333333%; }
.col-xxs-push-0  { left: auto; }

.col-xxs-offset-12 { margin-left: 100%; }
.col-xxs-offset-11 { margin-left: 91.66666667%; }
.col-xxs-offset-10 { margin-left: 83.33333333%; }
.col-xxs-offset-9  { margin-left: 75%; }
.col-xxs-offset-8  { margin-left: 66.66666667%; }
.col-xxs-offset-7  { margin-left: 58.33333333%; }
.col-xxs-offset-6  { margin-left: 50%; }
.col-xxs-offset-5  { margin-left: 41.66666667%; }
.col-xxs-offset-4  { margin-left: 33.33333333%; }
.col-xxs-offset-3  { margin-left: 25%; }
.col-xxs-offset-2  { margin-left: 16.66666667%; }
.col-xxs-offset-1  { margin-left: 8.33333333%; }
.col-xxs-offset-0  { margin-left: 0%; }

/* Extra small devices (phones, 600px and up) */
@media (min-width: 600px) {
    [class*="col-xs-"] {float:left;}

    .col-xs-12 { width: 100%; }
    .col-xs-11 { width: 91.66666667%; }
    .col-xs-10 { width: 83.33333333%; }
    .col-xs-9  { width: 75%; }
    .col-xs-8  { width: 66.66666667%; }
    .col-xs-7  { width: 58.33333333%; }
    .col-xs-6  { width: 50%; }
    .col-xs-5  { width: 41.66666667%; }
    .col-xs-4  { width: 33.33333333%; }
    .col-xs-3  { width: 25%; }
    .col-xs-2  { width: 16.66666667%; }
    .col-xs-1  { width: 8.33333333%; }

    .col-xs-pull-12 { right: 100%; }
    .col-xs-pull-11 { right: 91.66666667%; }
    .col-xs-pull-10 { right: 83.33333333%; }
    .col-xs-pull-9  { right: 75%; }
    .col-xs-pull-8  { right: 66.66666667%; }
    .col-xs-pull-7  { right: 58.33333333%; }
    .col-xs-pull-6  { right: 50%; }
    .col-xs-pull-5  { right: 41.66666667%; }
    .col-xs-pull-4  { right: 33.33333333%; }
    .col-xs-pull-3  { right: 25%; }
    .col-xs-pull-2  { right: 16.66666667%; }
    .col-xs-pull-1  { right: 8.33333333%; }
    .col-xs-pull-0  { right: auto; }

    .col-xs-push-12 { left: 100%; }
    .col-xs-push-11 { left: 91.66666667%; }
    .col-xs-push-10 { left: 83.33333333%; }
    .col-xs-push-9  { left: 75%; }
    .col-xs-push-8  { left: 66.66666667%; }
    .col-xs-push-7  { left: 58.33333333%; }
    .col-xs-push-6  { left: 50%; }
    .col-xs-push-5  { left: 41.66666667%; }
    .col-xs-push-4  { left: 33.33333333%; }
    .col-xs-push-3  { left: 25%; }
    .col-xs-push-2  { left: 16.66666667%; }
    .col-xs-push-1  { left: 8.33333333%; }
    .col-xs-push-0  { left: auto; }

    .col-xs-offset-12 { margin-left: 100%; }
    .col-xs-offset-11 { margin-left: 91.66666667%; }
    .col-xs-offset-10 { margin-left: 83.33333333%; }
    .col-xs-offset-9  { margin-left: 75%; }
    .col-xs-offset-8  { margin-left: 66.66666667%; }
    .col-xs-offset-7  { margin-left: 58.33333333%; }
    .col-xs-offset-6  { margin-left: 50%; }
    .col-xs-offset-5  { margin-left: 41.66666667%; }
    .col-xs-offset-4  { margin-left: 33.33333333%; }
    .col-xs-offset-3  { margin-left: 25%; }
    .col-xs-offset-2  { margin-left: 16.66666667%; }
    .col-xs-offset-1  { margin-left: 8.33333333%; }
    .col-xs-offset-0  { margin-left: 0%; }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    [class*="col-sm-"] {float:left;}

    .col-sm-12 { width: 100%; }
    .col-sm-11 { width: 91.66666667%; }
    .col-sm-10 { width: 83.33333333%; }
    .col-sm-9  { width: 75%; }
    .col-sm-8  { width: 66.66666667%; }
    .col-sm-7  { width: 58.33333333%; }
    .col-sm-6  { width: 50%; }
    .col-sm-5  { width: 41.66666667%; }
    .col-sm-4  { width: 33.33333333%; }
    .col-sm-3  { width: 25%; }
    .col-sm-2  { width: 16.66666667%; }
    .col-sm-1  { width: 8.33333333%; }

    .col-sm-pull-12 { right: 100%; }
    .col-sm-pull-11 { right: 91.66666667%; }
    .col-sm-pull-10 { right: 83.33333333%; }
    .col-sm-pull-9  { right: 75%; }
    .col-sm-pull-8  { right: 66.66666667%; }
    .col-sm-pull-7  { right: 58.33333333%; }
    .col-sm-pull-6  { right: 50%; }
    .col-sm-pull-5  { right: 41.66666667%; }
    .col-sm-pull-4  { right: 33.33333333%; }
    .col-sm-pull-3  { right: 25%; }
    .col-sm-pull-2  { right: 16.66666667%; }
    .col-sm-pull-1  { right: 8.33333333%; }
    .col-sm-pull-0  { right: auto; }

    .col-sm-push-12 { left: 100%; }
    .col-sm-push-11 { left: 91.66666667%; }
    .col-sm-push-10 { left: 83.33333333%; }
    .col-sm-push-9  { left: 75%; }
    .col-sm-push-8  { left: 66.66666667%; }
    .col-sm-push-7  { left: 58.33333333%; }
    .col-sm-push-6  { left: 50%; }
    .col-sm-push-5  { left: 41.66666667%; }
    .col-sm-push-4  { left: 33.33333333%; }
    .col-sm-push-3  { left: 25%; }
    .col-sm-push-2  { left: 16.66666667%; }
    .col-sm-push-1  { left: 8.33333333%; }
    .col-sm-push-0  { left: auto; }

    .col-sm-offset-12 { margin-left: 100%; }
    .col-sm-offset-11 { margin-left: 91.66666667%; }
    .col-sm-offset-10 { margin-left: 83.33333333%; }
    .col-sm-offset-9  { margin-left: 75%; }
    .col-sm-offset-8  { margin-left: 66.66666667%; }
    .col-sm-offset-7  { margin-left: 58.33333333%; }
    .col-sm-offset-6  { margin-left: 50%; }
    .col-sm-offset-5  { margin-left: 41.66666667%; }
    .col-sm-offset-4  { margin-left: 33.33333333%; }
    .col-sm-offset-3  { margin-left: 25%; }
    .col-sm-offset-2  { margin-left: 16.66666667%; }
    .col-sm-offset-1  { margin-left: 8.33333333%; }
    .col-sm-offset-0  { margin-left: 0%; }
}

/* Medium devices (desktops, 1025px and up) */
@media (min-width: 1025px) {
  [class*="col-md-"] {float:left;}

  .col-md-12 { width: 100%; }
  .col-md-11 { width: 91.66666667%; }
  .col-md-10 { width: 83.33333333%; }
  .col-md-9  { width: 75%; }
  .col-md-8  { width: 66.66666667%; }
  .col-md-7  { width: 58.33333333%; }
  .col-md-6  { width: 50%; }
  .col-md-5  { width: 41.66666667%; }
  .col-md-4  { width: 33.33333333%; }
  .col-md-3  { width: 25%; }
  .col-md-2  { width: 16.66666667%; }
  .col-md-1  { width: 8.33333333%; }

  .col-md-pull-12 { right: 100%; }
  .col-md-pull-11 { right: 91.66666667%; }
  .col-md-pull-10 { right: 83.33333333%; }
  .col-md-pull-9  { right: 75%; }
  .col-md-pull-8  { right: 66.66666667%; }
  .col-md-pull-7  { right: 58.33333333%; }
  .col-md-pull-6  { right: 50%; }
  .col-md-pull-5  { right: 41.66666667%; }
  .col-md-pull-4  { right: 33.33333333%; }
  .col-md-pull-3  { right: 25%; }
  .col-md-pull-2  { right: 16.66666667%; }
  .col-md-pull-1  { right: 8.33333333%; }
  .col-md-pull-0  { right: auto; }

  .col-md-push-12 { left: 100%; }
  .col-md-push-11 { left: 91.66666667%; }
  .col-md-push-10 { left: 83.33333333%; }
  .col-md-push-9  { left: 75%; }
  .col-md-push-8  { left: 66.66666667%; }
  .col-md-push-7  { left: 58.33333333%; }
  .col-md-push-6  { left: 50%; }
  .col-md-push-5  { left: 41.66666667%; }
  .col-md-push-4  { left: 33.33333333%; }
  .col-md-push-3  { left: 25%; }
  .col-md-push-2  { left: 16.66666667%; }
  .col-md-push-1  { left: 8.33333333%; }
  .col-md-push-0  { left: auto; }

  .col-md-offset-12 { margin-left: 100%; }
  .col-md-offset-11 { margin-left: 91.66666667%; }
  .col-md-offset-10 { margin-left: 83.33333333%; }
  .col-md-offset-9  { margin-left: 75%; }
  .col-md-offset-8  { margin-left: 66.66666667%; }
  .col-md-offset-7  { margin-left: 58.33333333%; }
  .col-md-offset-6  { margin-left: 50%; }
  .col-md-offset-5  { margin-left: 41.66666667%; }
  .col-md-offset-4  { margin-left: 33.33333333%; }
  .col-md-offset-3  { margin-left: 25%; }
  .col-md-offset-2  { margin-left: 16.66666667%; }
  .col-md-offset-1  { margin-left: 8.33333333%; }
  .col-md-offset-0  { margin-left: 0%; }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  [class*="col-lg-"] {float:left;}

  .col-lg-12 { width: 100%; }
  .col-lg-11 { width: 91.66666667%; }
  .col-lg-10 { width: 83.33333333%; }
  .col-lg-9  { width: 75%; }
  .col-lg-8  { width: 66.66666667%; }
  .col-lg-7  { width: 58.33333333%; }
  .col-lg-6  { width: 50%; }
  .col-lg-5  { width: 41.66666667%; }
  .col-lg-4  { width: 33.33333333%; }
  .col-lg-3  { width: 25%; }
  .col-lg-2  { width: 16.66666667%; }
  .col-lg-1  { width: 8.33333333%; }

  .col-lg-pull-12 { right: 100%; }
  .col-lg-pull-11 { right: 91.66666667%; }
  .col-lg-pull-10 { right: 83.33333333%; }
  .col-lg-pull-9  { right: 75%; }
  .col-lg-pull-8  { right: 66.66666667%; }
  .col-lg-pull-7  { right: 58.33333333%; }
  .col-lg-pull-6  { right: 50%; }
  .col-lg-pull-5  { right: 41.66666667%; }
  .col-lg-pull-4  { right: 33.33333333%; }
  .col-lg-pull-3  { right: 25%; }
  .col-lg-pull-2  { right: 16.66666667%; }
  .col-lg-pull-1  { right: 8.33333333%; }
  .col-lg-pull-0  { right: auto; }

  .col-lg-push-12 { left: 100%; }
  .col-lg-push-11 { left: 91.66666667%; }
  .col-lg-push-10 { left: 83.33333333%; }
  .col-lg-push-9  { left: 75%; }
  .col-lg-push-8  { left: 66.66666667%; }
  .col-lg-push-7  { left: 58.33333333%; }
  .col-lg-push-6  { left: 50%; }
  .col-lg-push-5  { left: 41.66666667%; }
  .col-lg-push-4  { left: 33.33333333%; }
  .col-lg-push-3  { left: 25%; }
  .col-lg-push-2  { left: 16.66666667%; }
  .col-lg-push-1  { left: 8.33333333%; }
  .col-lg-push-0  { left: auto; }

  .col-lg-offset-12 { margin-left: 100%; }
  .col-lg-offset-11 { margin-left: 91.66666667%; }
  .col-lg-offset-10 { margin-left: 83.33333333%; }
  .col-lg-offset-9  { margin-left: 75%; }
  .col-lg-offset-8  { margin-left: 66.66666667%; }
  .col-lg-offset-7  { margin-left: 58.33333333%; }
  .col-lg-offset-6  { margin-left: 50%; }
  .col-lg-offset-5  { margin-left: 41.66666667%; }
  .col-lg-offset-4  { margin-left: 33.33333333%; }
  .col-lg-offset-3  { margin-left: 25%; }
  .col-lg-offset-2  { margin-left: 16.66666667%; }
  .col-lg-offset-1  { margin-left: 8.33333333%; }
  .col-lg-offset-0  { margin-left: 0%; }
}



/**
 * Clearfix
 * Apply clearing without adding additional markup
 */

.clearfix:before, .clearfix:after,
.container:before, .container:after,
.container-fluid:before, .container-fluid:after,
.row:before, .row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after { clear: both; }


/*--------------------------------------------------------------*\
    OBJECTS
    Objects are independent generic stylibf classes or UI peices.
    All styles for objects should be self contained.

    e.g. an object shouldn't rely on trump helpers to apply padding etc.
\*--------------------------------------------------------------*/


/**
 * Buttons
 */

.btn {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 20px 0;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.05em;
}

.btn-primary { background-color: #c70e0c; }

    .btn-primary:hover { background-color: #671018; }

.btn-secondary { background-color: #316d89; }

    .btn-secondary:hover { background-color: #1b4a5e; }

.btn-tertiary,
.btn-quaternary {
    display: inline-block;
    color: #c70e0d;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
    padding-left: 0;
}

.btn-tertiary { color: #c70e0d; }

.btn-quaternary { color: #316d88; }

    .btn-tertiary:after,
    .btn-quaternary:after {
        content: '\e90b';
        font-family: 'icomoon' !important;
        font-weight: 700;
        position: absolute;
        right: 0;
        top: 13px;
        line-height: 23px;
    }

    .btn-tertiary:after { color: #c70e0d; }

        .btn-tertiary:hover,
        .btn-tertiary:hover:after {
            color: #681018;
            background: none;
        }

    .btn-quaternary:after { color: #316d88; }

        .btn-quaternary:hover,
        .btn-quaternary:hover:after {
            color: #1b4a5f;
            background: none;
        }

.btn-block {
    display: block;
    width: 100%;
}

.btn + .btn {
	margin-left: 5px;
}

@media (min-width: 768px) {
    .btn {
        font-size: 16px;
        font-weight: 700;
    }
}

@media (min-width: 1025px) {
    .btn {
        font-size: 18px;
    }
}

.button-link {
    text-decoration: none;
    color: #fff;
    background-color: #c70e0c; 
    padding: 10px 30px;
    border-radius: 4px; 
    display: inline-block; 
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin: 20px 0;
  }
  
  .button-link:hover {
    background-color: #671018; 
  }

  #button-link-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

/**
 * Icons
 */



@font-face {
    font-family: 'icomoon';
    src:  url('../font/icomoon.eot?19m9xj');
    src:  url('../font/icomoon.eot?19m9xj#iefix') format('embedded-opentype'),
      url('../font/icomoon.ttf?19m9xj') format('truetype'),
      url('../font/icomoon.woff?19m9xj') format('woff'),
      url('../font/icomoon.svg?19m9xj#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }

  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .icon-check:before {
    content: "\e900";
  }
  .icon-chevron-down:before {
    content: "\e901";
  }
  .icon-chevron-left:before {
    content: "\e902";
  }
  .icon-chevron-right:before {
    content: "\e903";
  }
  .icon-chevron-up:before {
    content: "\e904";
  }
  .icon-contact:before {
    content: "\e905";
  }
  .icon-document:before {
    content: "\e906";
  }
  .icon-error:before {
    content: "\e907";
  }
  .icon-hard-drive:before {
    content: "\e908";
  }
  .icon-long-arrow-down:before {
    content: "\e909";
  }
  .icon-long-arrow-left:before {
    content: "\e90a";
  }
  .icon-long-arrow-right:before {
    content: "\e90b";
  }
  .icon-long-arrow-up:before {
    content: "\e90c";
  }
  .icon-menu:before {
    content: "\e90d";
  }
  .icon-phone:before {
    content: "\e90e";
  }
  .icon-rocket:before {
    content: "\e90f";
  }
  .icon-search:before {
    content: "\e910";
  }
/**
 * Tables
 */

table {
	border-collapse: collapse;
	display: none;
	margin: 50px 0;
}

tr, td {
	padding: 10px 50px 10px 40px;
}

th {
	background-color: #0a181d;
    border-top: none;
    color: #fff;
    padding: 10px 50px 10px 20px;
    text-transform: uppercase;
}

th:first-child {
    border-top-left-radius: 5px;
}

th:last-child {
    border-top-right-radius: 5px;
}

tbody {
	border-collapse: collapse;
	border:1px solid #dedede;
	border-radius:5px;
    -moz-border-radius:5px;
    width: 100%;
}

tr:nth-child(even) {background-color: #eceded;}

@media(min-width: 768px) {

	table {
		display: block;
	}

}

@media(min-width: 1025px) {

	table {
		margin: 100px 0;
	}

	th {
	    padding: 10px 63px 10px 20px;
	}

    tr, td {
        padding: 10px 50px 10px 20px;
    }

}

@media(min-width: 1300px) {

    th {
        padding: 10px 120px 10px 20px;
    }

    tr, td {
        padding: 10px 25px 10px 19px;
    }

}

/* Responsive Tables */
.table-wrap-outer { position: relative; }
.table-wrap-inner { overflow: auto; }

.js-table-fade {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)),to(rgba(255,255,255,1)));
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

.table-wrap-outer:after {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    height: 100%;
    width: 80px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)),to(rgba(255,255,255,1)));
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

@media (min-width: 600px) {
    .table-wrap-outer:after { display: none; }
	.table-wrap-inner { overflow: visible !important; }
}



/**
 * Forms
 */

 .wpcf7-form  {
     padding-top: 20px;
 }

.request-qoute-forms label {
    padding-bottom: 20px;
}

.request-qoute-forms .checkbox-839 label {
    padding-bottom: 10px;
}

label {
    font-size: 18px;
    font-weight: 600;
    color:#0C0F21;
    line-height: 1.375em;
    padding: 0 0 5px;
    font-family: 'Titillium Web', sans-serif;
    display: block;
 }

 label span {
     color:#3EA847;
  }

 textarea {
    font-size: 17px;
    font-weight: 400;
    color: #0C0F21;
    line-height: 1.375em;
    padding: 15px 15px;
    font-family: 'Titillium Web', sans-serif;
    display: block;
    width: 100%;
    height: 130px;
    border-radius: 4px;
    background: #F9F9F9;
    resize: none;
    border: 1px solid #DBDBDB;
    margin-top: 5px;
 }

 textarea:focus {
     border: 1px solid #c70e0c;
 }

/* Removes default webkit form styling */
input:not([type="radio"]):not([type="checkbox"]),
button,
textarea {
    -webkit-appearance: none;
}

/* default text input style */
[type="text"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="url"],
[type="week"],
[type="date"] {
    font-size: 17px;
   font-weight: 400;
   color: #0C0F21;
   line-height: 1.375em;
   padding: 0 15px;
   font-family: 'Titillium Web', sans-serif;
   display: block;
   width: 100%;
   height: 50px;
   border: 1px solid #DBDBDB;
   border-radius: 4px;
   background: #F9F9F9;
   margin-top: 5px;
}

[type="text"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="url"]:focus,
[type="week"]:focus,
[type="date"]:focus {
   border: 1px solid #c70e0c;
}

/* Default Submit Button Style */
[type="submit"] {
    border: none;
    border-radius: 0;
    background: #c70e0c;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    padding: 0;
    color: #ffffff;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    width: 150px;
    text-align: center;
    height: 60px;
    font-size: 20px;
}

[type="submit"]:hover {
    background: #671018;
}

    /* Removes inconsistent padding from Firefox buttons */
    button::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border: none;
        padding:0;
    }

/* Default Radio/Checkbox Style (if using CF7) */
.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label {
	display: inline-block;
    margin-left: 5px;
    font-size: 17px;
    font-weight: 400;
    color: #353535;
    word-break: break-all;
}


/* Selectric */

.selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    background: #F8F8F8;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(49, 109, 136, 0.30);
    border-radius: 5px;
    padding-left: 10px;
    font-size: 16px;
    background: #ffffff;
    line-height: 44px;
    color: #353535;
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 16px;
    line-height: 44px;
    color: #353535;
    height: 44px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 44px;
    line-height: 44px;
    background-color: #ffffff;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #BBB;
    border-bottom: none;
}

.selectric-focus .selectric {
    border-color: #aaaaaa;
}

.selectric-hover .selectric {
    border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
    color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2;
}

.selectric-open {
    z-index: 9999;
}

.selectric-open .selectric {
    border-color: #c4c4c4;
}

.selectric-open .selectric-items {
    display: block;
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectric-hide-select select {
    position: absolute;
    left: -100%;
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

/* Items box */
.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #F8F8F8;
    border: 1px solid #c4c4c4;
    z-index: -1;
    -webkit-box-shadow: 0 0 10px -6px;
    box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}

.selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}

.selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer;
}

.selectric-items li.selected {
    background: #E0E0E0;
    color: #444;
}

.selectric-items li.highlighted {
    background: #D0D0D0;
    color: #444;
}

.selectric-items li:hover {
    background: #D5D5D5;
    color: #444;
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: none;
    color: #444;
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}

.selectric-items .selectric-group li {
    padding-left: 25px;
}


/* CF7 Validation (Replace if not using CF7) */

/* Individual field error messages */
.wpcf7-not-valid-tip {
}

/* Entire form error message */
.wpcf7-response-output {
}

/* Styling for fields that have errors */
select.wpcf7-not-valid,
textarea.wpcf7-not-valid,
input.wpcf7-not-valid,
.wpcf7-not-valid .selectric {
}



/*Breadcrumbs*/

.breadcrumbs a {
    color: #fff;
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

.breadcrumbs a:after {
    content: '\e903';
    font-family: 'icomoon' !important;
    font-size: 7px;
    font-weight: 400;
    color: #fff;
    padding: 0 10px;
}

.breadcrumbs a:hover {
    background: none;
    color: #c70e0c;
}

.breadcrumb_last { font-weight: 400; }

.breadcrumbs li {
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
}

/**
 * Pagination
 */

/**
 * Sliders/Carousels
 * Slick Slider - http://kenwheeler.github.io/slick/
 */

/* General styling */

.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    /*display: block;*/
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Preload affect */

.slick-slider .slide { display: none; }

.slick-slider .slide:first-child { display: block; }

.slick-slider.slick-initialized .slide { display: block; }

.js-slider-has-preloader { /* Add this class to your slider */
	min-height: 50px;
	position: relative;
}

.js-slider-has-preloader:before {
	content: url('../img/loading.gif'); /* Create and upload a loading gif to your image directory */
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px; /* Update width based on gif size */
	height: 50px; /* Update height based on gif size */
    -webkit-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.js-slider-has-preloader-init:before { -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); }

/*FOOTER SLICK DOTS*/

.footer-slider-container .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.footer-slider-container .slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 0 -2.5px;
    position: relative;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
}

.footer-slider-container  .slick-dots button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.footer-slider-container .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
    content: '•';
    font-size: 35px;
    top: 0;
}

.footer-slider-container .slick-dots button:before {
    font-family: 'slick';
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    color: #fff;
    top: -2px;
    left: 0;
    width: 20px;
    height: 20px;
    content: '○';
    text-align: center;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

.footer-slider-container .slick-dots li button:focus,
.footer-slider-container .slick-dots li button:hover {
    outline: none;
    border: none;
}

.fotter-column .fotter-logo {
    display: block;
    margin: 0 auto;
}

@media(min-width: 1400px) {

	.footer-slider-container .slick-dots li.slick-active button:before {
		opacity: 1;
		color: #fff;
		content: '•';
		font-size: 38px;
		top: 0;
	}

}


/* --------------------------------------------------*\
    UI
    UI peices are site specific non generic styles.
    eg: header, footer, sidebar, page specific styles
\* -----------------------------------------------------*/

/**
 * Page-head
 */

.page-header {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 24px;
    z-index: 999;
        -webkit-transition: all .3s ease;
             -o-transition: all .3s ease;
                transition: all .3s ease;
}

.page-header.js-fixed {
    top: 0;
}

.logo { float: left; }

.logo img { width: 122px; }

.search-bar {
    float: right;
    position: relative;
    max-width: 50%;
}


.search-bar form{
    display: none;
}

.page-header .container { padding: 10px 0; }

.header-search {
    border: 1px solid #b0b0b0;
    color: #b0b0b0;
    border-radius: 4px;
    float: right;
    padding: 8px;
    width: 100%;
    position: relative;
    margin-top: 5px;
    height: 40px;
}

.search-bar:after{
    content: none;
}

/*
.search-bar:after {
    content: "\e910";
    font-family: 'icomoon' !important;
    color: #353535;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 100;
    line-height: 50px;
}
*/


.search-div {
    background-color:#c70e0c;
    margin: 0;
    padding:0 10px;
    display: none;
    position: fixed;
    z-index: 9;
    bottom: unset;
    left: 0;
    width: 100%;
}


.search-div.show{
    display: block;
}

.search-content {
    background-color: #fff;
    position: relative;
    height: 40px;
}

.search-content input[type="text"] {
    width:100%;
    border: none;
    border-radius: 0;
    height: 40px;
    padding: 0 105px 0 10px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    border: 1px solid #fff;
    line-height: 20px;
}

.search-content input[type="submit"] {
    border: none;
    border-radius: 0;
    height: 40px;
    padding: 0 20px;
    color:#fff;
    background-color: #0a171d;
    cursor: pointer;
    position: absolute;
    right: 0;
    top:0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    border:1px solid #0a171d;
    width: auto;
}
.search-content input[type="submit"]:hover {
    background-color: #0a171d;
    border:1px solid #0a171d;
}

.search-bar-btn{
        float: right;
        border: none;
        position: relative;
        margin-top: 10px;
        background: transparent;
        display: block;
}


.search-bar-btn .icon-search{
    font-size: 20px;
}



@media(min-width: 768px) {

    .header-search {
        padding: 10px;
        margin-top: 0;
    }

    .tablet-nav {
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 0;
        line-height: 55px;
    }

    .logo img { width: 135px; }

    .tablet-nav li {
        display: inline-block;
        margin: 0 18px;
    }

    .tablet-nav a {
        color: #000;
        font-weight: 400;
    }

    .search-bar { margin-top: 7px; }

    .search-bar:after { line-height: 45px; }

    .search-icon{
        display: none;
    }

    .search-bar form{
        display: block;
    }

}

@media(min-width: 1025px) {
    .search-div {
        top: 93px;
        bottom: inherit;
        position: absolute;
    }
    .search-bar:after { display: none; }

    .tablet-nav { display: none; }

    .logo { margin-top: 0; }

    .page-header {
        top: 0;
        text-align: center;
        height: 95px;
    }

    .search-bar {
        position: absolute;
        bottom: -70px;
        background: #0d1f25;
        width: 100%;
        left: 0;
        text-align: center;
        height: 70px;
        display: none;
    }

    .search-bar.active { display: block; }

    .search-bar-btn {
        border: none;
        background: transparent;
        position: relative;
    }

    .search-bar-btn.active,
    .search-bar-btn:focus {
        border: none;
        outline: none;
    }

    .search-bar-btn:after {
        content: "\e910";
        font-family: 'icomoon' !important;
        color: #353535;
        position: absolute;
        top: -13px;
        z-index: 100;
    }

    .search-bar-btn.active:after {
        content: "\e907";
        font-family: 'icomoon' !important;
        color: #353535;
        position: absolute;
        top: -13px;
        z-index: 100;
    }

    .page-header .btn {
        float: right;
        margin-top: 10px;
    }

    .header-search {
        width: 50%;
        float: none;
        margin-top: 12px;
    }

    .search-bar::after {
        right: 270px;
        top: 12px;
    }
}

@media(min-width: 1300px) {

    .search-bar:after { right: 219px; }

    .page-header .btn { margin-top: 15px; }

    .search-bar-btn { margin-left: 35px; }

    .search-bar::after { right: 342px; }

}

@media(min-width: 1366px) {

    .logo img { width: 190px; }

    .search-bar .btn { margin-top: 13px; }

    .page-header { padding: 0; }

    .search-bar-btn { margin-left: 8px; }

    .search-bar::after { right:362px; }

}


/* Fix sticky header position for when admin bar visible
   TODO: Uncomment if design has sticky header */

.admin-bar .page-header { top: 32px; }

@media screen and (max-width: 782px) {

    .admin-bar .page-header { top: 46px; }

    .page-header { text-align: center; }

}

@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), (-webkit-min-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (max-width: 1024px) {

	/* TODO: Add Retina-specific logo here - see instructions https://webpagefx.mangoapps.com/mlink/wiki/NjA3Nzg */

}

/**
 * Navigation
 */

.nav-primary {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.nav-primary li,
.nav-primary a
    { position: relative; }

.nav-primary .menu-item-has-children > a:before{
    content: '\e901';
    font-family: 'icomoon' !important;
    font-size: 8px;
    position: absolute;
    right: 10px;
    top: -12px;
    line-height: 50px;
}

.nav-primary li ul .menu-item-has-children > a:before{
    content: '\e903';
    font-family: 'icomoon' !important;
    font-size: 8px;
	right: 10px;
	top: -6px;
    position: absolute;
    line-height: 50px;
}

.nav-primary a {
    color: #000;
    font-weight: 400;
    display: block;
}

.nav-primary a:hover { background-color: transparent; }

.nav-primary li ul {
    background-color: #fff;
    display: none;
    position: absolute;
    -webkit-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
    left: -48px;
    z-index: 20;
    padding-left: 0;
    top: 20px;
    visibility: hidden;
    padding: 43px 0 5px 0;
    text-align: left;
}

.nav-primary li ul li ul {
    background-color: #fff;
    display: none;
    position: absolute;
    -webkit-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
    left: 230px;
    z-index: 20;
    top: -9px;
    visibility: hidden;
    padding: 5px 10px 5px 20px;
    min-width: 100%;
    text-align: left;
}

.nav-primary li ul li a {
    margin: 0;
    display: block;
    min-width: 230px;
	margin: 8px 0;
	padding-bottom: 30px;
}


.sticky-nav {
    border-top: 1px solid #000;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    background-color: #0a171d;
    color: #fff;
    padding: 20px 10px 10px 10px;
    position: fixed;
    z-index: 999;
    text-align: center;
}

.sticky-nav a {
    color: #fff;
    font-weight: 400;
}

.sticky-nav-search-bar {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    background: #0a171d;
    height: 50px;
    display: none;
}

.sticky-nav-search-bar.active { display: block; }

.sticky-nav-search-bar .header-search { float: none; }

.sticky-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.nav-toggle {
    color: #fff;
    position: relative;
    font-weight: 400;
    cursor: pointer;
}

.nav-toggle:before {
    content: '\e90d ';
    font-family: 'icomoon' !important;
    font-size: 17px;
    position: absolute;
    color: #fff;
    font-weight: 200;
    top: -24px;
    left: 5px;
}

.nav-toggle.active:before {
    content: "\e907";
    font-family: 'icomoon' !important;
    font-weight: 100;
}

.sticky-menu a:hover { background-color: transparent; }

.nav-primary.active {
    display: block;
    position: absolute;
    bottom: 51px;
    left: 0;
    z-index: 500;
    background-color: #fff;
    width: 100%;
    position: fixed;
    padding-bottom: 205px;
}

.nav-primary.active .main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
 }

.nav-primary.active .main-menu li { margin: 20px; }

.nav-primary.active .main-menu li:before {
    top: -14px;
    right: 5px;
}

.sticky-menu li {
    display: inline-block;
    line-height: 30px;
    font-size: 11px;
    margin: 0 9px;
    cursor: pointer;
}

.sticky-search { position: relative; }
.sticky-search a { position: relative; }
.sticky-search a:after {
    content:'\e910 ';
    font-family: 'icomoon' !important;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: -24px;
    right: 10px;
}

.sticky-search.active:after {
    content:'\e907';
    font-family: 'icomoon' !important;
    font-size: 17px;
    right: 8px;
    top: -24px;
}

.sticky-contact { position: relative; }
.sticky-contact a { position: relative; }
.sticky-contact a:after {
    content: '\e905';
    font-family: 'icomoon' !important;
    font-size: 15px;
    position: absolute;
    top: -24px;
    left: 9px;
}

.sticky-app { position: relative; }
.sticky-app a{ position: relative; }
.sticky-app a:after {
    content:'\e90f ';
    font-family: 'icomoon' !important;
    font-size: 15px;
    color: #fff;
    position: absolute;
    top: -24px;
    right: 23px;
}

.sticky-prod { position: relative; }
.sticky-prod a { position: relative; }
.sticky-prod a:after {
    content:'\e908';
    font-family: 'icomoon' !important;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: -24px;
    right: 12px;
}

.tablet-nav { display: none; }

@media(max-width: 1024px) {
    .nav-primary ul.sub-menu.js-toggled {
        display: block;
    }

    .nav-primary li ul,
    .nav-primary li ul li ul {
        position: relative;
        left: 0;
        top: 0;
        visibility: visible;
        padding: 0;
        text-align: left;
        padding-left: 15px;
    }

    .nav-primary li ul li a {
        display: block;
        min-width: 100%;
        margin: 0;
        padding: 8px 10px;
    }

    .nav-primary a:hover {
        color: #c70e0d
    }
}

@media(min-width: 768px) {

    .sticky-nav { height: 75px; }

    .logo { position: relative; }

    .sticky-menu li {
        font-size: 14px;
        margin: 0 47px;
        line-height: 70px;
    }

    .sticky-search a:after,
    .sticky-contact a:after,
    .sticky-app a:after,
    .sticky-prod a:after{
        top: -54px;
    }

    .nav-toggle:before {
        font-size: 25px;
        top: -50px;
        left: 5px;
    }

    .sticky-search:after {
        font-size: 20px;
        top: -23px;
        right: 12px;
    }

    .sticky-contact:after {
        font-size: 20px;
        top: -21px;
        right: 8px;
    }

    .sticky-prod:after {
        font-size: 23px;
        top: -26px;
        right: 14px;
    }

    .sticky-app:after {
        font-size: 20px;
        top: -25px;
        right: 27px;
    }

    .nav-primary.active { bottom: 76px; }

    .nav-primary.active { padding-bottom: 172px; }

    .tablet-nav { display: inline-block; }

    .sticky-nav-search-bar { height: 75px; }

    .sticky-nav-search-bar .header-search { margin-top: 10px; }

    .sticky-search.active:after {
        font-size: 25px;
        top: -24px;
        left: 5px;
    }

    .sticky-nav-search-bar { top: -65px; }

}

@media(min-width: 1025px) {

    .nav-primary .menu-item-has-children > a:before{
        right: -12px;
        top: -12px;
    }

    .nav-primary {
        display: inline-block!important;
        line-height: 50px;
        margin-left: 0;
        margin-top: 3px;
    }

    .main-menu { line-height: 50px; }

    #menu-main-menu { padding-left: 0; }

    .main-menu li {
        display: inline-block !important;
        font-size: 15px;
        margin: 0 10px;
    }

    .nav-primary li:before {
    	position: absolute;
	    content: '';
	    height: 5px;
	    bottom: -39px;
	    margin: 0 auto;
	    left: -14px;
	    width: 150%;
	    background: #c70e0d;
	    z-index: 100;
	    display: none;
    }

    .nav-primary li:hover:before { display: block; }

    .nav-primary ul li ul li:hover:before {	display: none; }

    .nav-primary li ul li a:hover,
	.nav-primary li ul li a:focus {
	    background: #eaf0f3;
	    font-weight: 400!important;
	}

	.nav-primary li ul li a {
	    padding: 5px 10px;
	    position: relative;
	}

	.nav-primary li:hover > ul,
	.nav-primary li:focus-within > ul,
	.nav-primary li ul:hover,
	.nav-primary li ul:focus {
	   visibility: visible;
	   opacity: 1;
	   display: block;
	}

    .nav-primary li a:hover,
    .nav-primary li a:focus,
    .nav-primary li:hover
    { font-weight: 700; }

    .nav-primary li ul li a:hover,
    .nav-primary li ul li a:focus,
    .nav-primary li ul li a:hover
    { font-weight: 400; }

    .sticky-nav { display: none!important; }

    .tablet-nav { display: none; }

}

@media(min-width: 1300px) {

    .main-menu li { margin: 0 17px; }

    .main-menu { margin-left: 0; }
}

@media(min-width: 1366px) {

    .main-menu li { margin: 0 25px; }

    .main-menu {
        margin-left: 0;
        margin-top: 10px;
    }

    .nav-primary li:before { bottom: -33px; }

}


@media (max-width: 1024px) {
    .nav-primary {
        padding: 0 0 0 0;
        display: none;
        position: fixed;
        background-color: #fff;
        width: 100%;
        right: 0;
        z-index: 999;
        top: 0;
        height: 100%;
        overflow-y: auto;
        text-align: left;
    }

    .nav-primary li,
    .nav-primary ul {
        list-style: none;
    }

    .nav-primary li a {
        padding: 8px 10px;
    }

    .nav-primary .sub-menu-toggle {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 43px;
        cursor: pointer;
        background: transparent;
        display: block;
        line-height: 44px;
        text-align: center;
        color: #AAABB2;
        font-size: 14px;
    }

    .nav-primary .menu-item-has-children > a::before {
        display: none !important;
    }
}

/**
 * Masthead
 */

.masthead { position: relative; }

.mashthead-bg-img {
    background-color: #0d1f25;
    position: relative;
    height: 415px;
}

.mashthead-bg-img img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    width: 100%;
    height: 100%;
}

.masthead-bottom {
    position: absolute;
   /* bottom: -70px;
    z-index: 0;
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    -o-object-position: center;
    object-position: center;
    z-index: 9;*/
    visibility: hidden;
}

.masthead .container {
    width: 100%;
    padding: 0;
    max-width: 1300px;
}

.masthead-content {
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0 24px;
}

.masthead-content-wrapper {
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
}

.masthead h4 {
    line-height: 20px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 18px;
    margin-top: 0;
}

.masthead-content h1 { margin-bottom: 10px; }

.masthead-content .btn {
    margin: 0 auto;
    text-align: center;
}

@media(min-width: 768px) {

    .masthead-bottom { bottom: -30px; }

    .mashthead-bg-img { height: 490px; }

    .masthead-content {
        text-align: left;
        top: 35px;
        padding: 0 44px;
    }

    .masthead h1 {
        padding-right: 145px;
        margin-bottom: 12px;
    }

    .masthead h4 {
        padding: 0;
        font-size: 16px;
    }

    .masthead-content .btn { margin: 0; }

}

@media(min-width: 1025px) {

    .mashthead-bg-img { height: 650px; }

    .masthead-content-wrapper { top: 85px; }

    .masthead h1 {
        padding: 0;
        margin-bottom: 12px;
        margin-top: 0;
    }

    .masthead-content .btn { margin: 0; }

    .masthead h1 {
        padding-right: 455px;
        margin-bottom: 12px;
    }

    .masthead h4 { font-size: 22px; }

}

@media(min-width: 1300px) {

    .masthead h1 { padding-right: 672px; }

    .masthead-content-wrapper { top: 95px; }

}

@media(min-width: 1366px) {

    .mashthead-bg-img { height: 855px; }

    .masthead-content-wrapper { top: 170px; }

    .masthead h1 {
        padding-right: 590px;
        font-size: 65px;
        line-height: 1.286em;
    }

    .masthead h4 { margin-bottom: 30px; }

}

/**
 *  services section
 */

.services-section {
    height: 930px;
    position: relative;
}

.service-content-wrapper {
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
}

.services-content {
    border-radius: 5px;
    padding: 10px 30px;
    -webkit-filter: drop-shadow(0 0 6px rgba(0,0,0,0.20));
    filter: drop-shadow(0 0 6px rgba(0,0,0,0.20));
    background-color: #fff;
    margin-bottom: 40px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.services-content h2 { margin-bottom: -5px; }

.services-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin: 25px 0;
}

.services-content li {
    border-bottom: 2px solid #e1e6ea;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    display: block;
}

.services-content li:after {
    content: '\e90b';
    font-family: 'icomoon' !important;
    font-weight: 400;
    color: #c70e0c;
    position: absolute;
    right: 0;
    top: 1px;
}

.services-content a {
    text-decoration: none;
    font-weight: 600;
    color: #c70e0c;
}

.services-content a:hover,
.services-content a:focus
{ color: #660f17; }

.services-content a:hover { background-color: transparent; }

.services-slider {
    position: absolute;
    bottom: 55px;
    left: 0;
    text-align: center;
    width: 100%;
}

.services-slider-content span {
    display: block;
    margin: 10px 0;
}

/*SERVICES
SECTION
ARROW*/

.services-imgs .slick-dots {
    position: absolute;
    bottom: -23px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.services-imgs .slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 0 -2px;
    position: relative;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
}

.services-imgs  .slick-dots button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.services-imgs .slick-dots li.slick-active button:before {
    opacity: 1;
    color:  #c70e0b;
    content: '•';
    font-size: 35px;
    top: 0;
}

.services-imgs .slick-dots button:before {
    font-family: 'slick';
    color: #fff;
    font-size: 35px;
    line-height: 20px;
    position: absolute;
    color: #fff;
    top: -0px;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    color: #e5e6e8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.services-imgs .slick-dots li button:focus,
.services-imgs .slick-dots li button:hover {
    outline: none;
    border: none;
}

.services-imgs .prev-arrow {
    position: absolute;
    left: 330px;
    top: 30px;
    background: transparent;
    border: none;
}

.services-imgs .next-arrow {
    position: absolute;
    right: -23px;
    top: 30px;
    background: transparent;
    border: none;
}

.services-imgs .prev-arrow:after {
    content: '\e902';
    font-family: 'icomoon' !important;
    position: absolute;
    left: 0;
    top: 0;
    color: #9fa1a0;
}

.services-imgs .next-arrow:after {
    content: '\e903';
    font-family: 'icomoon' !important;
    position: absolute;
    right: 0;
    top: 0;
    color: #9fa1a0;
}

.services-imgs .prev-arrow:focus,
.services-imgs .next-arrow:focus {
    outline: none;
    border:none;
}

@media(min-width: 768px) {

    .services-section {
        height: 690px;
        margin: 35px 0;
    }

    .service-content-wrapper { top: -50px; }

    .services-content {
        padding: 30px 50px;
        width: 720px;
    }

    .services-content article { padding-right: 30px; }

    .services-content ul { margin: 50px 0; }

    .services-content li {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .services-imgs img {
        margin: 0 10px;
        width: 200px;
        margin-top: 6px;
    }
}

@media(min-width: 1025px) {

    .services-section { height: 470px; }

    .service-content-wrapper { top: -150px; }

    .services-content {
        padding: 50px 65px;
        width: 1000px;
        position: relative;
    }

    .services-slider-content span {
        display: inline-block;
        margin: 10px 0;
    }

    .services-slider-content h3 {
        float: left;
        margin-left: 30px;
        margin-right: 40px;
    }

    .services-content li:after {
        font-size: 20px;
        font-size: 17px;
    }

    .services-content a { font-size: 18px; }

}

@media(min-width: 1300px) {

    .service-content-wrapper { top: -208px; }

    .services-section { height: 415px; }

    .services-content ul { margin: 70px 0; }

    .services-imgs .prev-arrow:after { font-size: 20px; }

    .services-imgs .next-arrow:after { font-size: 20px }

}

@media(min-width: 1400px) {

	.services-slider-content h3 {
        font-size: 30px;
        margin-top: 20px;
    }

    .services-imgs .prev-arrow { left: 405px; }

}

/**
 * grey-background
 */

.grey-bg { background-color: #f9f9f9; }

/**
 * blue-background
 */

.blue-bg { background-color: #e0e9ed; }

/**
 * application-section
 */

.application-section {
    text-align: center;
    padding: 40px 0;
}

.application-section .container { padding: 0; }

.application-section h2 { margin: 0; }

.application-slider { margin: 15px 15px; }

.applications {
    background-color: #223345;
    height: 151px;
    width: 203px;
    border-radius: 5px;
    border-bottom: 5px solid #316d89;
    position: relative;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    overflow: hidden;
}

.applications img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 1.9s;
    -o-transition: all 1.9s;
    transition: all 1.9s;
    overflow: hidden;
}

.applications:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(34, 51, 69);
    background: rgba(34, 51, 69, 0.7);
    opacity: 1;
    z-index: 3;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.applications:hover.applications:before { opacity: 0; }

.applications:hover.applications img { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }

.applications span {
    color: #fff;
    display: block;
    font-weight: 600;
    position: absolute;
    bottom: 17px;
    left: 20px;
    line-height: 20px;
    text-align: left;
    z-index: 5;
}

.applications:after {
    content: '\e90b';
    font-family: 'icomoon' !important;
    font-weight: 400;
    color: #fff;
    position: absolute;
    right: 23px;
    top: 89px;
    line-height: 64px;
    z-index: 110;
}

.application-slider a { cursor: pointer; }

.application-slider a:focus,
.application-slider a:hover {
    outline: none;
    border: none;
    background: transparent;
}

.application-blue-text { position: relative; }

.application-blue-text:hover { color: #1a4a60; }

.application-blue-text:after {
    content: '\e90b';
    font-family: 'icomoon' !important;
    font-weight: 700;
    color: #336c8a;
    position: absolute;
    right: -23px;
    top: 1px;
    line-height: 23px;
}

.application-blue-text:hover { background-color: transparent; }

@media(min-width: 768px) {

    .application-slider-wrapper {
        padding-left: 12px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .application-slider {
        width: 20%;
        display: inline-block;
        margin-right: 10px;
        margin-left: 0;
        margin: 7px 0;
    }

    .applications {
        height: 130px;
        width: 215px;
        display: inline-block;
        margin: 0;
    }

    .bottom-1 { margin-left: 136px; }

    .bottom-2 { margin-left: 130px; }

    .applications span { padding-right: 50px; }

    .applications:after {
        right: 15px;
        top: 87px;
        line-height: 25px;
    }

    .application-section {
        position: relative;
        margin: 35px 0;
    }

    .application-section h2 {
        border-right: none;
        display: inline-block;
        position: relative;
        padding-right: 0;
        margin-right: 0;
    }

    .flex-headline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .application-blue-text{
        margin-left: 48px;
        top: 2px;
    }

    /* .application-blue-text {
        position: absolute;
        top: 48px;
        left: 457px;
    } */

}

/* @media(min-width: 800px) {
    .application-blue-text {
        left: 59%;
    }
}

@media(min-width: 900px) {
    .application-blue-text {
        left: 57%;
    }
} */


@media(min-width: 1025px) {

    .applications {
        height: 189px;
        width: 306px;
        margin-right: 20px;
    }

    .applications span { padding-right: 42px; }

    .applications:after {
        right: 25px;
        top: 143px;
        line-height: 25px;
    }

    /* .application-blue-text {
        left: 52%;
        top: 50px;
    } */

    .application-blue-text:after {
        left: 64px;
        top: 2px;
    }

    .applications span:after { font-size: 20px; }

    .application-slider { margin: 10px 10px; }

    .application-slider-wrapper { margin-top: 30px; }

    .bottom-1 { margin-left: 170px; }

    .bottom-2 { margin-left: 176px; }

}

@media(min-width: 1300px) {

    .application-section .container { width: 1300px; }

    .application-section h2 {
        padding-right: 0;
        margin-right: 0;
    }

    .application-blue-text {
        /* left: 59%; */
        font-size: 18px;
    }

    .application-slider { margin-right: 60px; }

    .application-slider-wrapper { padding-left: 0; }

    .bottom-1 { margin-left: 0; }

    .bottom-2 { margin-left: 0; }

    .applications span { font-size: 22px; }

}

@media(min-width: 1366px) {

    .application-section .container { width: 1366px; }

    .application-slider { margin-right: 60px; }

    .application-slider-wrapper { padding-left: 0; }

    .inner-page .application-slider {
        width: 0;
        margin-right: 0;
    }

    .application-slider { width: 25%; }

    .application-blue-text:after { top: 3px; }

}

@media(min-width: 1699px) {

    .application-section .container { width: 1300px; }
    /* .application-blue-text {
        left: 57%;
    } */
}

/**
 * solutions-section
 */

.solutions-section {
    padding: 40px 0;
    position: relative;
    height: 825px;
}

.solutions-img {
    background-color: #0d1f25;
    width: 100%;
    height: 207px;
    position: relative;
}

.solutions-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    -o-object-position: center;
    object-position: center;
}

.solutions-img-right {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    -o-object-position: center;
    object-position: center;
    display: none;
}

.solutions-content-wrapper {
    position: absolute;
    top: 220px;
    left: 0;
    width: 100%;
}

.solutions-content-wrapper article {
    border-radius: 5px;
    padding: 10px 30px;
    background-color: #fff;
    margin-bottom: 40px;
    width: 278px;
    margin: 0 auto;
}

@media(min-width: 768px) {

    .white-bar {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 75px;
        background-color: #fff;
        margin-right: 255px;
    }

    .solutions-section {
        height: 710px;
        padding: 50px 0;
        margin: 35px 0;
    }

    .solutions-img {
        height: 588px;
        width: 680px;
        margin: 0 auto;
    }

    .solutions-content-wrapper { top: 80px; }

    .solutions-content-wrapper article {
        width: 391px;
        height: 547px;
        margin-left: 275px;
    }

}

@media(min-width: 1025px) {

    .white-bar {
        width: 115px;
        margin-right: 325px;
    }

    .solutions-section {
        height: 694px;
        padding: 100px 0;
    }

    .solutions-img {
        height: 493px;
        width: 989px;
    }

    .solutions-content-wrapper { top: 138px; }

    .solutions-content-wrapper article {
        width: 513px;
        height: 413px;
        margin-left: 435px;
    }

    .solutions-content-wrapper h2 { margin-bottom: 0; }

    .solutions-content-wrapper p { margin-top: 0; }

}

@media(min-width: 1300px) {

    .white-bar {
        width: 150px;
        margin-right: 413px;
    }

    .solutions-img { width: 1150px; }

    .solutions-content-wrapper article { margin-left: 600px; }

    .solutions-content-wrapper { top: 151px; }

}

@media(min-width: 1366px) {

    .solutions-img {
        width: 1300px;
        height: 687px;
    }

    .solutions-section { height: 865px; }

    .solutions-content-wrapper article {
        padding: 50px 75px;
        width: 595px;
        height: 585px;
        position: absolute;
        right: 145px;
    }

    .white-bar {
        margin-right: 410px;
        width: 155px;
    }

    .solutions-content-wrapper h2 {	margin-bottom: 0; }

}

@media(min-width: 1920px) {

    .solutions-content-wrapper article {  right: 415px; }

    .white-bar {
        position: absolute;
        right: 268px;
    }

}

/**
 * Product section
 */

.product-section { padding: 40px 0; }

.product-content-wrapper { -webkit-filter: drop-shadow(0 0 6px rgba(0,0,0,.30)); filter: drop-shadow(0 0 6px rgba(0,0,0,.30)); }

.product-slider-container { margin: 30px; }

.product-blue {
    background-color: #0a171d;
    color: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin: 0 auto;
    padding: 30px 30px 30px 30px;
}

.product-blue h2 { margin: 5px 0; }

.product-blue span {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.featured-slider-main .slide-arrow {
    position: absolute;
    bottom: 0;
    right: 10px;
    margin-top: -15px;
    z-index: 10;
}

.featured-slider-main .prev-arrow {
    right: calc(51% + 62px);
    width: 50px;
    height: 50px;
    border: none;
    background-color: #316d89;
    border-top-left-radius: 4px;
}

.featured-slider-main .next-arrow {
    right: calc(51% + 12px);
    width: 50px;
    height: 50px;
    border: none;
    background-color: #316d89;
}

.featured-slider-main .button-icon-next:after {
    right:5px;
}


.featured-slider-main .button-icon-prev:after {
    left:5px;
}

.button-icon-prev,
.button-icon-next { position: relative; }

.button-icon-prev:after {
    content: '\e90a ';
    color: #fff;
    font-weight: 400;
    font-family: 'icomoon' !important;
    position: absolute;
    left: 7px;
    top: -5px;
    font-size: 12px;
}

.button-icon-next:after {
    content: '\e90b ';
    color: #fff;
    font-weight: 400;
    font-family: 'icomoon' !important;
    position: absolute;
    right: 7px;
    top: -5px;
    font-size: 12px;
}

.image-box {
    background: #fff;
    -webkit-filter: drop-shadow(0 0 6px rgba(0,0,0,.10));
    filter: drop-shadow(0 0 6px rgba(0,0,0,.10));
    height: 220px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin: 0 auto;
    padding: 7px 43px;
    position: relative;
    overflow: hidden;
    margin-bottom: -5px;
}

.image-box img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 180px;
}

.product-slider-list span { display: none; }

.featured-slider-main .prev-arrow:focus,
.featured-slider-main .prev-arrow:hover,
.featured-slider-main .next-arrow:focus,
.featured-slider-main .next-arrow:hover
{
    background-color: #b8c7cc;
    border: none;
    outline: none;
}

@media(min-width: 768px) {

    .product-section { padding: 85px 0; }

    .image-box,
    .product-blue { width: 680px; }

    .image-box { height: 218px; }

    .featured-slider .slide-arrow {
		position: absolute;
		bottom: 0;
		right: 0;
		margin-top: -15px;
		z-index: 50;
    }

    .featured-slider .prev-arrow {
        right: 59px;
        width: 45px;
        height: 45px;
        border-top-left-radius: 5px;
    }

    .featured-slider .next-arrow {
        right: 14px;
        width: 45px;
        height: 45px;
    }

    .button-icon-prev:after {
        left: 10px;
        top: -5px;
        font-size: 15px;
    }

    .button-icon-next:after {
        right: 10px;
        top: -5px;
        font-size: 15px;
    }

    .product-slider-list {
        display: block;
        text-align: center;
    }

}

@media(min-width: 1025px) {

    .product-content-wrapper {
        position: relative;
        height: 500px;
    }

    .image-box {
        z-index: 12;
        width: 513px;
        height: 390px;
        border-bottom-left-radius: 5px;
        margin-top: 53px;
        padding: 35px 55px;
    }

    .image-box img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 315px;
    }

    .featured-slider {
        display: inline-block;
        width: 49%;
        position: relative;
        z-index: 5;
        margin: auto;
    }

    .product-blue {
        border-radius: 5px;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 538px;
    }

    .product-blue { padding: 100px 35px 0 105px; }

    .product-slider-container {
        margin-left: 85px;
        margin-top: 50px;
    }

    .product-slider-container img { width: 300px; }

    .featured-slider .slide-arrow {
        position: absolute;
        bottom: -23px;
        right: 0;
        margin-top: -15px;
        z-index: 5250;
    }

    .featured-slider .prev-arrow {
        right: -2px;
        width: 63px;
        height: 58px;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 0px;
        z-index: 1000;
    }

    .featured-slider .next-arrow {
        right: -60px;
        width: 59px;
        height: 58px;
        background-color: #316d89;
        z-index: 1000;
    }

    .button-icon-prev:after {
        left: 17px;
        top: -7px;
        font-size: 14px;
        font-weight: 700;
    }

    .button-icon-next:after {
        right: 17px;
        top: -7px;
        font-size: 14px;
        font-weight: 700;
    }

    .bottom-text a { font-weight: 400; }

	.bottom-text a:hover { background: transparent; }

    .product-blue .btn { margin-top: 10px; }

    .product-slider-list span,
    .product-slider-list {
        display: block;
        text-align: center;
    }

    .product-slider-bot-text { padding-top: 15px; }

    .product-slider-bot-text a { font-weight: 400; }

    .product-slider-bot-text a:hover { background: transparent; }

}

@media(min-width: 1300px) {

    .image-box {
        width: 564px;
        height: 429px;
    }

    .product-blue {
        height: 538px;
        width: 750px;
    }

    .product-blue { padding: 125px 80px 0 200px; }

    .bottom-text {
        display: block !important;
        position: absolute;
        bottom: -40px;
        left: 170px;
    }

    .featured-slider .slide-arrow { bottom: -23px; }

    .featured-slider .prev-arrow { right: 79px; }

    .featured-slider .next-arrow { right: 22px; }

    .button-icon-next:after { right: 19px; }

    .button-icon-prev:after { left: 20px; }

    .image-box img { width:70%; }

}


@media(min-width: 1366px) {

    .featured-slider .prev-arrow { right: 70px; }

    .featured-slider .next-arrow { right: 12px; }

    .image-box { width: 590px; }

}

@media(min-width: 1400px) {

    .image-box { width: 589px; }

    .featured-slider .prev-arrow { right: 70px }

    .featured-slider .next-arrow { right: 12px; }

}

/**
 * about-section
 */

.about-section {
    padding: 50px 0;
    width: 100%;
}

.about-section-wrapper {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    margin-top: -1px;
}

.about-img {
    background-color: #0d1f25;
    width: 100%;
    height: 207px;
    position: relative;
}

.about-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
}

.about-content-wrapper {
    width: 100%;
}

.about-content-wrapper article {
    border-radius: 5px;
    padding: 20px 30px;
    background-color: #fff;
    margin-bottom: 40px;
    margin: 0 auto;
    position: relative;
    margin-top: -30px;
}

.about-content-wrapper .btn .btn-primary {
    display: block;
    margin: 35px 0 0 0;
    padding: 14px 30px;
    text-align: center;
    line-height: 16px;
}

@media(min-width: 768px) {

    .about-section {
        height: 684px;
        margin: 35px 0;
    }

    .about-img {
        width: 680px;
        height: 582px;
        margin: 0 auto;
        position: relative;
    }

    .about-content-wrapper {
        position: absolute;
        top: 46px;
        left: 0;
        width: 100%;
    }

    .about-content-wrapper article {
        width: 391px;
        position: absolute;
        left: 90px;
        margin-top: -60px;
    }

    .about-section h2 { margin-bottom: -5px; }

    .about-section .btn { margin: -2px 0 0 0; }

}

@media(min-width: 1025px) {

    .about-section {
        padding: 100px 0;
        height: 782px;
    }

    .about-img { width: 989px; }

    .about-content-wrapper article {
        width: 513px;
        left: 50px;
        top: 50px;
        padding: 30px;
        margin-top: -100px;
    }

    .about-content-wrapper p { margin-bottom: 20px; }

}

@media(min-width: 1300px) {

    .about-content-wrapper article { left: 140px; }

    .about-img { width: 1150px; }

}

@media(min-width: 1366px) {

    .about-img { width: 1300px; }

    .about-img { height: 700px; }

    .about-content-wrapper article {
        width: 642px;
        min-height: 501px;
        left: 115px;
        padding: 75px 75px;
    }

    .about-section { height: 903px; }

	.about-section h2 {
		margin-bottom: -5px;
		margin-top: 0;
	}

}

/**
 * news-section
 */

.news-section {
    padding: 50px 0;
    text-align: center;
}

.news-section h2 { margin-top: 0; }

.blog-img {
    height: 180px;
    background-color: #0d1f25;
    position: relative;
}

.blog-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    -o-object-position: center;
    object-position: center;
}

.blog-container { min-height: 530.91px; }

.blog-container article {
    text-align: left;
    padding-top: 20px;
}

.blog-container h4 {
    text-transform: uppercase;
    font-size: 12px;
}

.news-section h2 { position: relative; }

.news-section h2:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -11px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 13%;
    background: #c2c2c2;
}

.news-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-container h3 { margin: -6px 0; }

.blog-slider .slick-dots {
    position: absolute;
    bottom: -32px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.blog-slider .slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 0 -2px;
    position: relative;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
}

.blog-slider  .slick-dots button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.blog-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color:  #316d89;
    content: '•';
    font-size: 35px;
    top: 0;
}

.blog-slider .slick-dots button:before {
    font-family: 'slick';
    color: #fff;
    font-size: 35px;
    line-height: 20px;
    position: absolute;
    color: #fff;
    top: -0px;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    color: #e5e6e8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.blog-slider .slick-dots li button:focus,
.blog-slider .slick-dots li button:hover {
    outline: none;
    border: none;
}

.blog-container article ul {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}

.blog-container article ul li {	margin: 0; }

.blog-container article ul a {
	color: #353535;
    letter-spacing: 1px;
	font-weight: 700;
	font-size: 14px;
	color: #353535;
	font-weight: 700;
    padding-left: 5px;
}

.blog-container a:hover { background: transparent; }

.blog-container article a { margin-top: 0; }

.blog-container article p {	margin-bottom: 5px;	}

@media(min-width: 768px) {

    .news-section { padding: 50px 0 100px; }

    .blog-slider { margin: 0 auto; }

    .news-section h2:after { background: transparent; }

    .news-section h2 {
        margin-bottom: 5px;
        margin-right: 21px;
    }

    .news-section li {
        display: inline-block;
        margin: 0 10px;
    }

    .news-title { border-right: 1.5px solid #c2c2c2; }

    .see-all { display: block; }

    .blog-container {
        padding: 0 24px;
        min-height: 380.91px;
     }

    .news-events-main .blog-container article ul a { color: #fff; }

}

@media(min-width: 1025px) {

    .news-section { padding: 50px 0 100px; }

    .news-section ul { margin-bottom: 15px; }

    .blog-container h4 {
        letter-spacing: 1px;
        font-weight: 700;
        margin-bottom: 0;
        font-size: 16px;
    }

    .blog-container article a { font-size: 16px; }

    .blog-container h3 {
        font-size: 25px;
        margin-top: 5px;
    }

    .see-all { font-size: 17px; }

    .post-home-page .blog { padding: 0 5px; }

    .post-home-page .news-events-main { padding-right: 15px; }

    .news-events-main article h4 { margin-bottom: 10px; }

}

@media(min-width: 1300px) {

    .blog-container { padding: 0; }

    .blog-container article { padding-right: 20px; }

    .blog-text-container { padding-right: 37px; }

}

@media(min-width: 1366px) {

    .see-all:after {
        top: 3px;
        right: -35px;
    }

    .news-section .container { width: 1355px; }

    .blog-img { width: 100%; }

    .blog-container { padding: 7px; }

    .see-all {  font-size: 22px; }

    .blog-text-container { padding-right: 15px; }

}

/**
 * Page-footer
 */

.page-footer {
    background-color: #0d1f25;
    color: #fafafa;
    text-align: center;
    padding-top: 40px;
    position: relative;
}

.footer-top-img {
    position: absolute;
    width: 100%;
    left: 0;
    top: -108px;
    z-index: 50;
    top: -7px;
}

.footer-top-img img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    width: 100%;
    height: 100%;
    left: 0;
    -o-object-position: center;
    object-position: center;
}

.bottom-footer { background-color: #0a181d; }

.bottom-footer ul { line-height: 13px; }

#back-to-top { position: relative; }

#back-to-top a {
	color: #fff;
	font-weight: 700;
}

#back-to-top a:hover { background-color: transparent!important; }

#back-to-top a:hover,
#back-to-top:hover:after
{ color: #b60f0e; }

#back-to-top:after {
    content: '\e90c ';
    font-family: 'icomoon' !important;
    font-weight: 400;
    position: absolute;
    color: #fff;
    top: 1px;
    right: -3px;
    font-size: 9px;
    display: none;
}

.footer-logo { padding: 0 58px; }

.footer-logo img {
    display: block;
    margin: 0 auto;
    width: 150px;
    margin-bottom: 15px;
}

.sub-text {
    font-style: italic;
    font-size: 12px;
    display: block;
}

.footer-links { padding: 20px 0; }

.footer-links h4 { position: relative; }

.footer-links h4:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -11px;
    margin: 0 auto;
    left: 113px;
    width: 13%;
    background: #303f46;
}

.footer-links li,
.footer-contact li {
    font-size: 14px;
    margin: 7px 0;
}

.footer-links a {
    color: #fff;
    font-weight: 400;
}

.footer-links a:hover {
    background: transparent;
    color: #316d88;
}

.footer-contact h4 { position: relative; }

.footer-contact h4:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -11px;
    margin: 0 auto;
    left: 113px;
    width: 13%;
    background: #303f46;
}

.footer-contact a {
    color: #316d88;
    font-weight: 700;
    text-decoration: none;
}

.footer-contact a:hover { color: #fff; }

.footer-contact a:hover { background-color: transparent; }

#footer-cont { margin: 30px 0; }

#footer-cont a {
    color: #b60f0e;
    font-weight: 700;
    text-decoration: none;
    position: relative;
}

#footer-cont a:after {
    content: '\e90b';
    font-family: 'icomoon' !important;
    font-weight: 700;
    color: #c70e0c;
    position: absolute;
    right: -26px;
    top: 3px;
}

#footer-cont a:hover { background-color: transparent; }

.linked-in a { position: relative; }

.linked-in a:after {
    background: url('../img/icon.png');
    background-size: 14px 14px;
    display: inline-block;
    width: 14px;
    height: 14px;
    content:"";
    position: absolute;
    top: 4px;
	margin-left: 1px;
}

.footer-links ul, .footer-contact ul, .bottom-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-slider {
    padding-bottom: 40px;
    position: relative;
}

.page-footer h4 { text-transform: uppercase; }

.bottom-footer { padding: 20px 20px; }

.bottom-footer li {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    border-right: 1px solid transparent;
    padding-right: 8px;
    margin: 2px;
    padding-bottom: 1px;
}

.bottom-footer li a {
    text-decoration: none;
    font-weight: 400;
    color: #8a8f92;
}

.bottom-footer li a:hover {
    background: transparent;
    color: #fff;
}

.bottom-footer li:not(:last-child) {
    border-right:solid 1px #5f686b;
    color: #777e81;
    font-size: 13px;
    font-weight: 400;
}

.footer-slider-container .prev-arrow {
    border: none;
    right: -2px;
    background: transparent;
    position: absolute;
    top: 60px;
    left: 40px;
    z-index: 80;
}

.footer-slider-container .next-arrow {
    border: none;
    right: -60px;
    background: transparent;
    position: absolute;
    top: 60px;
    right: 40px;
}

.footer-slider-container .next-arrow:focus,
.footer-slider-container .prev-arrow:focus {
    border: none;
    outline: none;
}

.footer-slider-container .button-icon-prev:after {
    content: '\e902';
    font-family: 'icomoon' !important;
    left: 0;
    top: -7px;
    color: #515E62;
}

.footer-slider-container .button-icon-next:after {
    content: '\e903';
    font-family: 'icomoon' !important;
    right: 0;
    top: -7px;
    color: #515E62;
}

.main-footer {
    position: relative;
    padding: 210px 0 0;
    background: #0D1F25;
    color: #fff;
}

.main-footer:after {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    background: url(../img/header-texture-new-gray.png) 0 0 no-repeat;
    background-size: cover;
    width: 100%;
    height: 458px;
    margin-left: 0;
}

.main-footer .container {
    position: relative;
    z-index: 9;
}

.certifications-logo {
    text-align: center;
    padding-bottom: 80px;
}

.certifications-logo img {
    margin: 0 auto;
    display: block;
}

.fotter-column {
    text-align: center;
}

.fotter-column h4 {
    text-transform: uppercase;
}

.fotter-column li,
.fotter-column ul {
    list-style: none;
    margin: 0 0 5px;
    padding: 0;
}

.fotter-column ul.footer-menu-links li a {
    color: #ffffff;
}

.fotter-column ul li a:hover {
    color: #C70E0D;
    background: transparent;
}

.fotter-column p a:hover {
    color: #C70E0D;
    background: transparent;
}

.fotter-column.Contact-details img {
    display: inline-block;
    vertical-align: middle;
}

.fotter-column .btn {
    margin: 0;
}

.footer-bottom {
    background: #0A181D;
    padding: 20px 0 50px;
    text-align: center;
    position: relative;
    margin-top: 30px;
}

.footer-menu {
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.footer-bottom li {
    display: block;
    padding: 10px 0;
    line-height: 1em;
    font-size: 16px;
    line-height: 1em;
    font-weight: 600;
    color: #ffffff;
    background: none;
}

.footer-bottom li:first-child {
    border-left: none;
    padding-left: 0;
}

.footer-bottom ul li a {
    color: #ffffff;
}

.footer-bottom ul li a:hover {
    color: #C70E0D;
    background: transparent;
}

.footer-secoundary-menu {
    padding: 0 0 3px;
}

.footer-bottom .footer-secoundary-menu li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 7px 0 11px;
    border-left: none;
    line-height: 1em;
    font-size: 14px;
    line-height: 1em;
    font-weight: 400;
    color: #9DA2A3;
    background: none;
}

.footer-bottom .footer-secoundary-menu li:first-child {
    border-left: none;
    padding-left: 0;
}

.footer-bottom .footer-secoundary-menu ul li a {
    color: #9DA2A3;
    font-weight: 400;
}

.footer-bottom .footer-secoundary-menu ul li a:hover {
    color: #C70E0D;
    background: transparent;
}

.footer-bottom {
    margin-bottom: 0;
}

.copyright {
    border-left: none;
    padding-left: 0;
    display: block;
    font-size: 13px;
    color: #9DA2A3;
}

.back-to-top {
    padding-top: 8px;
}

.back-to-top a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
}

.back-to-top a:hover {
    color: #C70E0D;
    background: transparent;
}

.fotter-column .slick-dots {
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.fotter-column .slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 0 3px;
    position: relative;
    width: 15px;
    height: 15px;
    padding: 0;
    cursor: pointer;
}

.fotter-column .slick-dots button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.fotter-column .slick-dots button::before {
    font-family: inherit;
    color: #fff;
    font-size: inherit;
    line-height: 20px;
    position: absolute;
    color: #fff;
    top: -0px;
    left: 0;
    width: 10px;
    height: 10px;
    content: '•';
    text-align: center;
    color: #e5e6e8;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

.fotter-column .slick-dots li.slick-active button::before {
    background: #fff;
    border: 2px solid #fff
}


.fotter-column .slick-prev,
.fotter-column .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block ;
    width: 15px;
    height: 15px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
}


.fotter-column .slick-prev {
    left: 0;
}

.fotter-column .slick-next {
    right: 0;
}

.fotter-column .slick-prev::before {
    content: "\e902";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    font-size: 17px;
    line-height: 1em;
    color: rgba(255, 255, 255, 0.30);
    font-family: 'icomoon' !important;
}

.fotter-column .slick-prev:hover::before,
.fotter-column .slick-prev:focus::before {
    color: rgba(255, 255, 255, 1);
}

.fotter-column .slick-next::before {
    content: "\e903";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    font-size: 17px;
    line-height: 1em;
    color: rgba(255, 255, 255, 0.30);
    font-family: 'icomoon' !important;
}

.fotter-column .slick-next:hover::before,
.fotter-column .slick-next:focus::before {
    color: rgba(255, 255, 255, 1);
}


.fotter-column .fotter-logo img {
    margin: 0 auto;
}

.breadcrumbs {
    display: none;
}

@media(min-width: 768px) {
    .breadcrumbs {
        display: block;
    }

    .fotter-column {
        text-align: left;
    }


    .fotter-column .fotter-logo img {
        margin: 0 0;
    }

    .page-footer { margin-top: 60px; }

    .footer-top-img { top: -62px; }

    .footer-logo { padding: 0 25px; }

    .footer-logo img { width: 165px; }

    .footer-links { padding-top: 0;  }

    .footer-links h4,
    .footer-contact h4 { margin-top: 0; }

    .footer-links,
    .footer-contact {
        text-align: left;
        margin-left: 20px;
    }

    .footer-links h4:after,
    .footer-contact h4:after {
    	width: 20%;
    	left: 0;
	}

    .footer-slider { margin-top: 40px; }

    .footer-slider-container .prev-arrow { left: -31px; }

    .footer-slider-container .next-arrow { right: -31px; }

    .footer-slider-container .button-icon-prev:hover:after,
    .footer-slider-container .button-icon-next:hover:after,
    .footer-slider-container .button-icon-prev:focus:after,
    .footer-slider-container .button-icon-next:focus:after
    { color: #fff; }

    .footer-secoundary-menu {
        display: inline-block;
        vertical-align: middle;
    }

    .footer-bottom .footer-secoundary-menu li {
        border-left: 1px solid #9DA2A3;
    }

    .copyright {
        display: inline-block;
        vertical-align: middle;
        border-left: 1px solid #9DA2A3;
        border-right: 1px solid #9DA2A3;
        padding: 0 9px;
        margin-right: 10px;
        line-height: 1em;
        margin-top: 5px;
    }

    .back-to-top {
        display: inline-block;
        vertical-align: middle;
        padding: 5px 0 0;
    }

    .footer-bottom {
        padding: 0 0 0;
    }

    .footer-bottom .footer-menu li {
        padding: 0 0;
        float: left;
        width: 33.33%;
        border: 1px solid rgba(255, 255, 255, 0.10);
        border-top: none;
    }

    .footer-bottom .footer-menu li a {
        padding: 20px 0;
        display: block;
    }

    .footer-menu {
        border-bottom: none;
    }

    .footer-secoundary-menu {
        padding: 0;
    }


    .fotter-column .slick-prev {
        left: 34px;
    }

    .fotter-column .slick-next {
        right: 34px;
    }

}

@media(min-width: 1025px) {
	.fotter-column {
        padding-bottom: 80px;
    }
	.page-footer { margin-top: 100px; }

	.page-footer h4 {
		font-size: 16px !important;
		letter-spacing: 0.05em;
	 }

    .footer-top-img { top: -100px; }

    .footer-logo img { width: 200px; }

    .footer-slider { margin-top: 0; }

    .footer-slider h4 { margin-top: 0; }

    .top-footer { margin-bottom: 50px; }

    .footer-contact {
        text-align: left;
        margin-left: 20px;
    }

    .sub-text {
        font-size: 14px;
        padding: 0 12px;
    }

    .footer-contact h4:after {
        width: 38px;
        left: 0;
    }

    .footer-links {
        text-align: left;
        margin-left: 60px;
    }

    .footer-links h4:after {
        width: 38px;
        left: 0;
    }

     .footer-slider-container .prev-arrow {
        font-family: fontAwesome;
        font-size: 20px;
        left: 0;
    }

    .footer-slider-container .next-arrow {
        font-family: fontAwesome;
        font-size: 20px;
        right: 0;
    }

    #footer-cont a { font-size: 18px; }

    #footer-cont a:hover,
    #footer-cont a:hover:after
    { color: #fff; }

    .footer-links li { font-size: 16px; }
    .footer-bottom {
        background: #0A181D;
        padding: 0 0;
        text-align: center;
        position: relative;
    }

    .certifications-logo {
        text-align: center;
    }

}

@media(min-width: 1300px) {

    .page-footer { margin-top: 137px; }

    .footer-contact h4:after {
        width: 20%;
        left: 0;
    }

    .footer-links h4:after {
        width: 20%;
        left: 0;
    }

    .footer-top-img { top: -137px; }

    .footer-slider-container .button-icon-prev:after { left: 35px; }

    .footer-slider-container .button-icon-next:after { right: 35px; }

}

@media(min-width: 1366px) {

    .footer-top-img { top: -145px; }

}

@media (min-width: 1400px) {

    .page-footer { margin-top: 145px; }

}

@media(min-width: 1920px) {

    .footer-top-img { top: -175px; }

    .page-footer { margin-top: 175px; }

}


/*INNER-PAGE*/

/*masthead*/

.innerpage-bg-img { height: 195px; }
.page-template-page-land .innerpage-masthead p {
    display: none;
}

@media(min-width: 768px) {

    .innerpage-masthead .masthead-content { text-align: center; }

    .innerpage-masthead h1 { padding-right: 0; }

    .innerpage-bg-img { height: 300px; }

    .page-template-page-land .innerpage-masthead p {
        max-width: 610px;
        font-size: 19px;
        display:block;
    }

    .page-template-page-land .breadcrumbs {
        display: block;
    }
}

@media(min-width: 1025px) {

    .innerpage-bg-img { height: 575px; }

}

@media(min-width: 1366px) {

    .masthead-wrapper-innerpage { top: 88px; }
}

@media(max-width: 767px) {

    .masthead-content h1 {
        font-size: 27px;
        padding: 30px 15px 0;
    }
}


/*intro-section*/

.intro-section {
    padding: 50px 0;
    position: relative;
    z-index: 99;
}

.intro-img-wrapper {
    height: 250px;
    width: 100%;
    position: relative;
}

.intro-img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    -o-object-position: center;
    object-position: center;
}

.article-wrapper { margin-top: -60px; }

.article-container {
    margin: 0 auto;
    border-radius: 5px;
    padding: 30px 30px;
    -webkit-filter: drop-shadow(0 0 6px rgba(0,0,0,0.20));
    filter: drop-shadow(0 0 6px rgba(0,0,0,0.20));
    background: #fff;
}

.page-template-page-land .masthead-wrapper-innerpage.landingpage-masthead-wrapper-innerpage {
    background: rgba(10,24,29,0.85);
}

.article-container .btn { text-align: center; }

@media(min-width: 768px) {

    .article-wrapper { margin-top: -130px; }

    .article-container { padding: 30px 50px; }

    .intro-img-wrapper { margin-top: 80px; }

}

@media(min-width: 1025px) {

    .article-container {
        padding: 50px 65px;
        width: 100%;
        min-height: 350px;
    }

    .article-container h2 {
        margin-bottom: 10px;
    }

    .article-container h3 {
        padding: 20px 0 20px;
    }

    .article-wrapper { margin-top: -325px; }

    .error404 .article-wrapper { margin-top: -280px; }
}

@media(min-width: 1366px) {

    .article-container { padding: 50px 100px; }

    .intro-img-wrapper {
        margin-top: 40px;
        height: 354px;
    }

}

/*hilightened-paragraph*/

blockquote,
.hilightened-paragraph-red {
    border-radius: 5px;
    border-left: solid 4px #c70e0c;
    font-weight: 700;
    width: 100%;
    padding: 20px;
    background: #f6eceb;
    margin: 50px 0;
}

.hilightened-paragraph-blue {
    border-radius: 5px;
    border-left: solid 4px #316d89;
    font-weight: 700;
    width: 100%;
    padding: 20px;
    background: #c5d7e1;
    margin: 50px 0;
}

blockquote p { margin: 0; }

/*EXAMPLE SECTION*/

.example-section {
    padding: 50px 0;
    margin: 0 24px;
}

.example-section .btn,
.example-section .btn-secondary {
    width: 50%;
    text-align: center;
}

.table { display:block; }
.row { display:block; }
.cell { display:inline-block; }
.table { border: 1px solid #000; }

@media(min-width: 768px) {

    .example-section .btn,
    .example-section .btn-secondary {
        width: 17%;
        text-align: center;
        margin-bottom: 20px;
    }

    .example-section .tertiary-btn-red,
    .example-section .tertiary-btn-blue { margin-bottom: 10px; }

    .example-section { margin: 0 44px; }

    .example-section h2 { margin-bottom: -10px; }

    .example-section h3 { margin-bottom: -10px; }

    .example-section .quaternary,
    .example-section .tertiary { margin-left: 50px; }

}

/*IMG TEXT SECTION*/

.img-text-section {
    padding: 50px 0;
    margin: 0 24px;
}

.right-img-wtext {
    width: 100%;
    height: 200px;
    background: #0a171d;
    position: relative;
}

.right-img-wtext img {
    position: absolute;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}

@media(min-width: 768px) {

    .img-text-section article { float: left; }

    .right-img-wtext {
        width: 300px;
        height: 200px;
        float: right;
        margin: 45px;
    }

}

@media(min-width: 1025px) {

    .right-img-wtext {
        width: 350px;
        height: 220px;
    }

}

/*CTA*/

.cta-section {
    background-image: url(../img/cta-arrow-bg.png);
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    position: relative;
    height: 200px;
}

.stars {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    -o-object-position: center;
    object-position: center;
}

.cta-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    z-index: 3;
}

.cta-container h2 { font-weight: 200; }

.cta-container .btn {
    text-align: center;
    margin: 0;
 }

.cta-container { padding-left: 20px; }

@media(min-width: 768px) {

    .cta-container .btn {
        display: inline-block;
        line-height: 30px;
    }

    .cta-container h2 {
        display: inline-block;
        float: left;
        margin-right: 20px;
    }

    .cta-wrapper { top: 50px; }

}

@media(min-width: 910px) {

    .cta-container .btn {
        margin-top: 22px;
    }
}

@media(min-width: 1025px) {

    .cta-wrapper {
        top: 75px;
        padding: 0 44px;
    }

    .cta-container .btn {
        margin: 0;
        margin-left: 30px;
    }

    .cta-container { text-align: center; }

    .cta-container h2 {
        float: none;
        margin: 0;
    }

    .cta-section { height: 202px; }

    .cta-container { padding-left: 0; }

}

/*TEXT WITH 2 IMAGES*/

.text-with-2imgs-section { padding: 50px 0; }

.content-wrapper {
    border-radius: 5px;
    -webkit-filter: drop-shadow(0 0 6px rgba(0,0,0,0.20));
    filter: drop-shadow(0 0 6px rgba(0,0,0,0.20));
    background: #fff;
}

.text-with-1img-section .content-wrapper article { padding: 0 24px; }

.img-container img {
    width: 100%;
    margin-bottom: -5px;
}

.content-wrapper article { padding: 0 10px; }

@media(min-width: 768px) {

    .text-with-1img-section .content-wrapper article { padding: 20px 24px; }

    .text-with-1img-section .content-wrapper article h2 { margin-top: 0; }

	.content-wrapper { padding: 0; }

    .content-wrapper {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: hidden;
    }

    .img-container {
        width: 40%;
        float: left;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .img-container img {
        width: 100%;
        display: block;
        -ms-object-fit: cover;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        height: 100%;
    }

    /* 2 images */
    .text-with-2imgs-section .img-container img { height: 50%; }

    .content-wrapper article {
        width: 60%;
        float: right;
        padding-left: 60px;
    }

}

@media(min-width: 1025px) {

    .content-wrapper article { margin: auto; }

	.text-with-1img-section article { padding-bottom: 20px; }

    .text-with-2imgs-section { padding: 100px 0; }

    .text-with-1img-section .content-wrapper article { padding: 44px; }
}

@media(min-width: 1300px) { .text-with-1img-section .content-wrapper article { padding: 100px; } }

/*WYSIWYG BGCOLOR*/

.wysiwyg-colorbg { padding: 50px 0; }



@media(min-width: 768px) {

    .wysiwyg-colorbg article { margin: 0 44px; }

}

@media(min-width: 1025px) {

    .wysiwyg-colorbg { padding: 100px 0; }

}

/*TEXT WITH 1 IMAGE ON THE RIGHT*/

.text-with-1img-section { padding: 50px 0; }

.img-container .text-with-1img-section { float: right; }

.text-with-1img-section article {
    float: left;
    margin-bottom: 30px;
}

@media(min-width: 768px) {

    .text-with-1img-section article {
        padding-left: 50px;
        padding-right: 35px;
        margin: auto;
    }

    .text-with-1img-section { margin: 35px 0; }

}

@media(min-width: 1025px) {

    .text-with-1img-section { padding: 100px 0; }

}

/*RESOURCES*/

.resources-section { text-align: center; }

.resources-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.resources-section li {
    display: inline-block;
    margin: 0 10px;
}

.resources-section h2 {
    margin-bottom: 5px;
    margin-right: 21px;
    margin-top: 0;
}

.resources-section .blog-img { position: relative; }

.resources-section .blog-img:after {
    content: '\e906';
    color: #fff;
    font-family: 'icomoon' !important;
    font-size: 23px;
    top: 0;
    left: 0;
    background: #c70e0d;
    position: absolute;
    padding: 11px;
    border-bottom-right-radius: 5px;
}

@media (min-width: 1025px) {

    .resources-section { padding: 100px 0; }

    .resources-section .blog-img:after {
        padding: 15px;
        font-size: 25px;
    }

}

/*FREE QUOTE*/

.free-quote-section h2 {
    font-weight: 200;
    margin-right: 10px;
}

@media(min-width: 768px) {

    .free-quote-section { text-align: center; }

    .free-quote-section h2 {
        font-weight: 200;
        display: inline-block;
    }

    .free-quote-section .btn { display: inline-block; }

}

@media(min-width: 1025px) {

    .free-quote-section { padding: 50px 24px; }

    .free-quote-section h2 { margin-right: 20px; }

    .free-quote-section {
        text-align: center;
        padding-bottom: 50px;
    }

}

@media(min-width: 1366px) {

    .resources-section .blog-img { width: 368px; }

}

/*BOARD OF DIRECTORS CONTENT*/

.board-of-directors-content { padding: 50px 0; }

.directors-profile {
    margin: 24px;
    text-align: left;
}

.directors-img {
    position: relative;
    border-bottom: 4.5px solid #c70e0d;
    border-radius: 5px;
    width: 170px;
    height: 200px;
}

.directors-img img {
    position: absolute;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-family: "object-fit: cover";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.directors-profile h4 {
    margin: 0;
    color: #316D88;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 16px;
    letter-spacing: 0.05em;
}

.directors-profile h3 { margin-bottom: 7px; }


@media(min-width: 768px) {

    .directors-profile { margin: 0 44px; }

    .board-of-directors-content {
        text-align: left;
        padding: 20px;
    }

    .directors-img {
        width: 194px;
        height: 223px;
        float: left;
        margin: 35px;
    }

}

@media(min-width: 1025px) {

    .board-of-directors-content { padding: 50px 0; }

    .directors-img {
        width: 165px;
        height: 210px;
    }

}

/*RESOURCES PAGE*/

.pdf-page { padding: 50px 0; }

.pdf-wrapper {
    border: 1px solid #c1d3db;
    border-radius: 5px;
    width: 100%;
    height: 390px;
    margin-bottom: 50px;
    position: relative;
}

.pdf-wrapper img {
	position: absolute;
    -o-object-position: center;
    object-position: center;
	-o-object-fit: cover;
	object-fit: cover;
    font-family: "object-fit: cover";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding-bottom: 115px;
}

.pdf-bot-content {
    position: absolute;
    bottom: 0;
    min-height: 115px;
    left: 0;
    background: #E0EBF1;
    width: 100%;
    padding: 25px;
}

.pdf-bot-content h4 {
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
    margin: 6px 0;
}

.pdf-bot-content .btn {
	margin: 0;
	font-size: 15px;
}

@media(min-width: 768px) {

    .pdf-page { padding: 50px 0; }

    .pdf-wrapper {
        height: 425px;
        margin-bottom: 20px;
        display: inline-block;
        float: left;
        width: 300px;
        margin: 0 6px;
        margin-top: 10px;
    }

    .pdf-wrapper img { padding-bottom: 130px; }

    .pdf-bot-content { height: 130px; }

}

@media(min-width: 1025px) {

    .pdf-page .article-container h2 { margin-bottom: 30px; }

    .pdf-bot-content { min-height: 171px; }

	.pdf-wrapper {
		min-height: 423px;
		width: 190px;
	}

	.pdf-wrapper img { padding-bottom: 170px; }

    .pdf-bot-content h4 { line-height: 1.500em; }

}

@media(min-width: 1300px) {

    .pdf-page.intro-section article { padding-right: 0; }

    .pdf-wrapper { margin-bottom: 10px; }

}

@media(min-width: 1400px) {

	.pdf-wrapper {
		width: 194px;
		margin: 0 8px;
	}

}

/*PDF'S LIST*/

.pdf-list {
	margin: 0 24px;
	margin-bottom: 50px;
 }

.pdf-list-wrapper h4 {
    color: #316d88;
    letter-spacing: 0;
    line-height: 21px;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0;
}

.pdf-list-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pdf-list-wrapper li {
    border-bottom: 2px solid #cadae0;
    padding: 15px 20px 15px 20px;
}

.pdf-list-wrapper li a {
    color: #353535;
    font-weight: 400;
    display: block;
    width: 100%;
}

.pdf-list-wrapper li a:hover { background: transparent; }

.pdf-list-wrapper li:hover {
    background: #eaf0f3;
    cursor: pointer;
}

.pdf-list-wrapper ul li span {
	display: block;
	position: absolute;
	top: -44px;
	right: 0;
	font-weight: 700;
    font-size: 18px;
	background: #000;
	color: #fff;
	border-radius: 5px;
	padding: 13px 20px;
	text-align: center;
	display: inline-block;
	display: none;
}

.pdf-list-wrapper ul li span i {
    display: inline-block;
 	margin-left: 8px;
 	position: relative;
 	top: 2px;
 	display: none;
}

.pdf-list-wrapper ul li span:before {
	content: "";
	position: absolute;
	top: 45px;
	right: 99px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-top: 15px solid #000;
	display: none;
}

@media(min-width: 768px) {

}

@media(min-width: 1025px) {

    .pdf-list-wrapper h4 { font-size: 18px; }

	.pdf-list-wrapper li {
	    font-size: 18px;
	    position: relative;
	}

	.pdf-list-wrapper h4 {
	    margin-top: 50px;
	    margin-bottom: 10px;
	}

	.pdf-list-wrapper li:hover span,
	.pdf-list-wrapper ul li span a:hover,
	.pdf-list-wrapper ul li span:before,
	.pdf-list-wrapper ul li span i
	 { display: inline-block; }

}

@media(min-width: 1300px) {}

/*NEWS AND EVENTS*/

.news-events-lists { padding: 50px 0; }

.news-events-wrapper { margin: 0 24px; }

.news-events-lists ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-events-lists li {
    padding: 15px 20px 15px 20px;
    border-bottom: 2px solid #cadae0;
}

.news-events-lists li:hover {
    background: #eaf0f3;
    cursor: pointer;
}

.news-events-lists h4 {
    color: #316d88;
    letter-spacing: 0;
    line-height: 21px;
    font-size: 17px;
}

.news-events-img {
    width: 100%;
    height: 200px;
    position: relative;
}

.news-events-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.news-events .blog h4 {
    margin-bottom: 0;
    color: #000;
    font-size: 13px;
}

.news-events-main-content .blog-img { position: relative; }

.news-events-main-content .blog-img span {
    display: block;
    border-bottom-right-radius: 5px;
    background: #c70e0d;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 25px;
    font-weight: 700;
}

.news-events-main-content .blog-img {
    position: relative;
    width: 100%;
}

.news-events-lists ul li span {
	display: block;
	position: absolute;
	top: -46px;
	right: 0;
	font-weight: 700;
    font-size: 18px;
	background: #000;
	color: #fff;
	border-radius: 5px;
	padding: 13px 20px;
	text-align: center;
	display: inline-block;
	display: none;
}

.news-events-lists ul li span i {
    display: inline-block;
 	margin-left: 8px;
 	position: relative;
 	top: 2px;
	display: none;
}

.news-events-lists ul li span:before {
	content: "";
	position: absolute;
	top: 44px;
	right: 135px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-top: 15px solid #000;
	display: none;
}

.news-events-lists ul li a {
	text-decoration: none;
	color: #000;
	font-weight: 400;
}


@media(min-width: 768px) {

    .blog-img-bot { height: 95px; }

    .news-events-lists { padding: 50px 0; }

}

@media(min-width: 1025px) {

    .blog-img-bot { height: 150px; }

    .news-events-main .blog-container {	padding: 0; }

    .news-events-wrapper { margin: 0 74px; }

    .news-events-lists ul li { position: relative; }

	.news-events-lists li:hover span,
	.news-events-lists ul li span a:hover,
	.news-events-lists ul li span:before,
	.news-events-lists ul li span i
	 { display: inline-block; }

	.news-events-lists ul li a:hover {
		background: transparent;
	}

}

@media(min-width: 1300px) {

    .news-events-wrapper { padding-top: 0; }

    .news-events .blog-img {
        width: 100%;
        height: auto;
    }

    .news-events-wrapper { margin: 0 74px; }
}

@media(min-width: 1400px) {

	.news-events-wrapper { margin: 0 44px; }

}

/*SIDE BAR*/

.side-bar {
    border-radius: 5px;
    background: #f4f8f9;
    position: relative;
    margin-top: 50px
}

#mailpoet_form_1 .mailpoet_submit {
    background-color: #316d88;
    color: #fff;
    font-weight: 700;
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 45%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 0.05em;;
}

#mailpoet_form_1 .mailpoet_submit.active,
#mailpoet_form_1 .mailpoet_submit:focus {
    bottom: 40px;
}

.mailpoet_paragraph { position: relative; }

#mailpoet_form_1 .mailpoet_text,
#mailpoet_form_1 .mailpoet_textarea { width: 100% !important; }

#fx_popular_posts_widget-2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#fx_popular_posts_widget-2 h3 {
    border-bottom: 1px solid #B9CED7;
    padding-bottom: 8px;
    margin-bottom: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 700;
}

#fx_popular_posts_widget-2 a {
    color: #353535;
    font-weight: 400;
}

#mailpoet_form-2 h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
}

#mailpoet_form_1 .mailpoet_text,
#mailpoet_form_1 .mailpoet_textarea { position: relative; }

div#search-3 {
    padding-top: 4px;
}

@media(min-width: 1025px) {

    #mailpoet_form_1 .mailpoet_submit {
        width: 36%;
        font-size: 12px;
        height: 50px;
    }

}

.side-bar-top-tag {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #dfe8ec;
    text-align: center;
    padding-top: 9px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 14px;
    font-weight: 700;
}

.side-bar-wrapper { padding: 0 20px 20px 20px; }
.quote-sidebar .side-bar-wrapper p a {
    display: block;
}
.side-bar-popular-posts {
    display: block;
    border-bottom: 2px solid #b9ced7;
    padding-bottom: 10px;
}

.side-bar-wrapper.selectric-wrapper.selectric-select-style { margin-top: 20px; }

.page-sidebar .widget.widget_search button { display: none!important; }


.page-sidebar .widget.widget_categories h3 { display: none; }

@media(min-width: 768px) {

    .side-bar-wrapper input {
        border: none;
        width: 100%;
        line-height: 30px;
        border: 1px solid #b9ced7;
        border-radius: 5px;
        padding-left: 10px;
        font-size: 11px;
        background: #f4f8f9;
        line-height: 40px;
    }

    .side-bar-email-input { position: relative; }

    .side-bar-email button {
        border: none;
        background: #316d88;
        color: #fff;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        line-height: 41px;
        position: absolute;
        right: 15px;
        text-transform: uppercase;
        font-size: 10px;
        width: 30%;
    }

    .sidebar-select-container select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .side-bar-wrapper label {
        font-weight: 700;
        font-weight: 700;
        display: block;
        margin-bottom: 9px;
        font-size: 12px;
    }

    .sidebar-input-search  { position: relative; }

    .side-bar-wrapper .icon-search {
        position: absolute;
        right: 39px;
        top: 108px;
    }

    .select-style {
        -webkit-appearance: button;
        -moz-appearance: button;
        -webkit-user-select: none;
        -moz-user-select: none;
        -webkit-padding-end: 20px;
        -moz-padding-end: 20px;
        -webkit-padding-start: 2px;
        -moz-padding-start: 2px;
    }

}

@media(min-width: 1025px) {

    .side-bar { padding-bottom: 10px; }

    .side-bar-wrapper input { font-size: 14px; }

    .side-bar-email button { font-size: 13px; }

}

/*SINGLE-PAGE*/

.single-page-content-wrapper { margin: 30px 24px 0 24px; }

.single-page-sidebar { display: none; }

@media(min-width: 768px) {

    .single-page-content-wrapper { margin: 40px 44px 0 44px; }

}

@media(min-width: 1025px) {

    .single-page-sidebar { display: block!important; }

}

@media(min-width: 1400px) {

    .single-page-content-wrapper { margin: 70px 44px 0 44px; }

}


/*ARCHIVE PAGE*/

.archive-page-content {
    margin: 50px 1px;
}

.archive-page.side-bar { display: none; }

@media(min-width: 768px) {

    .archive-page-content { margin: 70px 1px; }

}

@media(min-width: 1025px) {

    .archive-page-content { margin: 100px 1px; }

}

/*LANDING PAGE*/

.intro-section.landing-page {
    padding: 50px 0;
    height: 593px;
}

.intro-section.landing-page h2{ text-transform: uppercase; }

.intro-section.landing-page .article-container{ padding-bottom: 30px; }

.intro-section.landing-page .sidebar-wrapper input {
    width: 100%;
    line-height: 30px;
    border: 1px solid rgba(49, 109, 136, 0.30);
    border-radius: 5px;
    padding-left: 10px;
    font-size: 16px;
    background: #fff;
    line-height: 40px;
    margin: 10px 0;
    color: #353535;
}

.intro-section.landing-page textarea {
    width: 100%;
    line-height: 30px;
    border: 1px solid rgba(49, 109, 136, 0.30);
    border-radius: 5px;
    padding-left: 10px;
    font-size: 16px;
    background: #fff0;
    line-height: 40px;
    margin: 10px 0;
    color: #353535;
    height: 115px;
    padding: 10px;
    resize: none;
}

.intro-section.landing-page input[type="submit"] {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    padding: 3px 30px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 20px 0;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    background-color: #316d89;
    letter-spacing: 0.05em;
}

.intro-section.landing-page input[type="submit"]:hover {
    background-color: #1b4a5e;
}

.comment-section { padding-bottom: 50px; }

.masthead.landing-page .masthead-content article { top: 30px; }

.masthead.landing-page .masthead-content { top: 15px; }

@media(min-width: 768px) {

    .intro-section.landing-page .article-wrapper { padding-top: 15px; }

    .masthead.landing-page .masthead-content { top: 100px; }

    .intro-section.landing-page .btn.btn-secondary { width: 100%; }

}

@media(min-width: 1025px) {
    .intro-section.landing-page h2{ text-transform: uppercase;font-size: 30px;margin: 0 0 6px;font-weight: 600; }
    .intro-section.landing-page {
        padding: 50px 0!important;
        height: 100px;
    }

    .intro-section.landing-page .article-container{
        width: 530px;
        height: auto;
        float: right;
        padding-top: 15px;
        padding: 50px 50px;
    }

    .landing-page .article-wrapper {
        margin-top: -525px;
    }

    .masthead-content.landing-page-masthead h1 { padding-right: 500px; }

    .masthead-content.landing-page-masthead p { padding-right: 630px; }

    .intro-section.landing-page .article-wrapper { top: -585px; }

}

@media(min-width: 1400px) {

    .masthead-content.landing-page-masthead h1 { padding-right: 700px; }

    .intro-section.landing-page .article-wrapper {
        width: 100%;
    }

    .masthead-content.landing-page-masthead p { padding-right: 707px; }

    .landing-page-intro-float {
        width: 1160px;
        margin: 0 auto;
    }

}


/*INTRO TEXT SECTION*/

.intro-text-section {
    text-align: center;
    padding: 50px 0;
}

.intro-text-section article { padding: 0 24px; }

@media(min-width: 768px) {

    .intro-text-section article { padding: 0 44px; }

}

@media(min-width: 1025px) {

    .intro-text-section { padding: 100px 0; }

    .page-template-page-land .text-with-1img-section.landing-page {
        padding-top: 0;
        margin-top: 0;
    }
}

/*TEXT WITH 1 IMAGE LANDING*/

.text-with-1img-section.landing-page .btn.btn-secondary { width: 72%; }

/*ADDITIONAL BG COLOR */

.additional-bg-color {
    padding: 50px 0;
    background-color: #E0EBF1;
    text-align: center;
}

.additional-bg-color article { padding: 0 24px; }

@media(min-width: 768px) {

    .additional-bg-color article { padding: 0 44px; }

}

@media(min-width: 1025px) {

    .additional-bg-color { padding: 100px 0; }

}

/*TEXT SECTION WITH 1 IMG ON TOP*/

.text-section-1imgtop { padding: 50px 0; }

.text-section-1imgtop .img-container {
    margin: 0 24px;
    border-radius: 5px;
    -webkit-filter: drop-shadow(0 0 6px rgba(0,0,0,0.20));
    filter: drop-shadow(0 0 6px rgba(0,0,0,0.20));
    background: #fff;
}

.text-section-1imgtop article {
    margin: 0 24px;
    padding: 10px 10px 30px 10px;
    border-radius: 5px;
    -webkit-filter: drop-shadow(0 0 6px rgba(0,0,0,0.20));
    filter: drop-shadow(0 0 6px rgba(0,0,0,0.20));
    background: #fff;
}


@media(min-width: 768px) {

    .text-imgtop-wrapper {
        position: relative;
        height: 500px;
    }

    .text-section-1imgtop .img-container {
        width: 738px;
        height: 295px;
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 0;
    }

    .text-section-1imgtop article {
        width: 738px;
        height: 291px;
        position: absolute;
        bottom: 0;
        left: 0;
        margin-left: 0;
    }



}

@media(min-width: 1025px) {

    .text-section-1imgtop {
        padding: 100px 0;
        height: 783px;
    }

    .text-section-1imgtop .img-container {
        width: 1100px;
        height: 285px;
        position: absolute;
    }

    .text-section-1imgtop article {
        width: 1200px;
        height: 353px;
        position: absolute;
        bottom: -83px;
        padding: 65px;
    }

    .text-section-1imgtop article h2 { margin-top: 0; }

}

@media(min-width: 1400px) {

    .text-section-1imgtop {
        padding: 100px 0;
        height: 910px;
    }

    .text-section-1imgtop .img-container {
        width: 1202px;
        height: 466px;
        position: absolute;
    }

    .text-section-1imgtop article {
        width: 1202px;
        height: 372px;
        position: absolute;
        bottom: -211px;
        padding: 65px 40px 65px 100px;
        left: -27px;
    }

}

@media(min-width: 1920px) {

    .text-section-1imgtop article { left: -27px; }

}

@media(max-width:767px) {
    .article-container {
        padding: 30px 15px;
    }

    .additional-bg-color article {
        padding: 0 0;
    }

    .text-section-1imgtop article {
        margin: 0 0;
    }

    .text-section-1imgtop .img-container {
        margin: 0 0;
    }
}

/*PRODUCT CATEGORY*/

@media(min-width: 1400px) {

    .intro-section.product-category .article-container {
        padding: 50px 65px;
        height: auto;
    }

    .product-category .masthead-content.innerpage-masthead { top: 100px; }

    .product-category .mashthead-bg-img { height: 620px; }

}

.products-categories {
    padding: 50px 24px;
    text-align: center;
}

.products-categories h3 {
    color: #316D88;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}

.products-categories h2 {
    margin-top: 10px;
    margin-bottom: 0;
}

.product-category-container {
    margin: 50px 0;
    position: relative;
}

.product-details {
    background-color: #fff;
    border-radius: 5px;
    display: inline-block;
    position: absolute;
    -webkit-filter: drop-shadow(0 0 6px rgba(0,0,0,0.10));
    filter: drop-shadow(0 0 6px rgba(0,0,0,0.10));
    left: -15px;
    bottom: -30px;
    padding: 20px 25px;
    text-align: left;
}

.product-details a { margin: 0; }

.product-details span { display: block; }

.product-category-img-container {
    background-color: #E0EBF1;
    width: 100%;
    padding: 20px;
}

.product-category-img-container img {
    background-color: #E0EBF1;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
}

.product-details .btn.tertiary{
    padding: 0;
    margin: 0;
    margin-top: 10px;
    font-size: 12px;
}

@media(min-width: 768px) {

    .product-category-img-container {
        height: 245px;
        padding: 20px 20px 10px 20px;
    }
}

@media(min-width: 1025px) {

    .product-category-img-container {
		height: 320px;
		/*width: 300px;*/
        padding: 20px 20px 10px 20px;
    }

    .product-details {
        left: -24px;
        bottom: 20px;
    }

    .products-categories {
        padding: 50px 24px;
        text-align: center;
    }

}

@media(min-width: 1300px) {

    .product-category-img-container {
    	width: 373px;
    	height: 424px;
        padding: 35px 20px 65px 20px;
    }

    .product-details {
        left: -24px;
        bottom: 20px;
    }

    .product-details span {
        display: block;
        font-size: 18px;
    }

    .product-details a { margin: 0; }

}

@media(min-width: 1400px) {

    .product-category-img-container {
        height: 424px;
        padding: 20px 20px 50px 20px;
    }

    .product-details {
        left: -24px;
        bottom: 20px;
    }

}

/*MAIN PRODUCT PAGE*/

.products-categories.product-main-page .product-name {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    padding: 24px 10px 24px 20px;
    text-align: left;
    font-weight: 400;
    color: #353535;
}

.products-categories.product-main-page .product-category-img-container {
    padding-bottom: 55px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(53,53,53,0.13);
    box-shadow: 1px 1px 5px 0px rgba(53,53,53,0.13);
}

@media(min-width: 768px) {

    .products-categories.product-main-page .product-name {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .products-categories.product-main-page  .product-category-container { margin: 20px 0; }

    .products-categories.product-main-page .product-category-img-container { height: 180px; }

}

@media(min-width: 1025px) {

    .products-categories.product-main-page .product-category-img-container { height: 245px; }

	.products-categories.product-main-page .product-name { font-size: 20px; }

}

@media(min-width: 1300px) {

    .products-categories.product-main-page .product-category-img-container { height: 368px; }

    .products-categories.product-main-page .product-name { font-size: 20px }

    .product-category-img-container.products { width: 306px; }

    .product-name {	width: 306px !important; }

    .products-categories.product-main-page .product-category-img-container { padding-bottom: 85px; }

}

@media(min-width: 1400px) {

    .products-categories.product-main-page .product-category-img-container { height: 392px; }

}


/*SINGLE PAGE PRODUCT*/

.intro-section.product-single-page .product-details {
    border-radius: 0px;
    -webkit-filter: none;
    filter: none;
    bottom: 5px;
    left: 5px;
    padding: 5px 5px 0 5px;
    display: none;
}

.intro-section.product-single-page .product-category-img-container { height: 230px; }

.intro-section.product-single-page article ul { list-style-type: square; }


.intro-section.product-single-page .btn.btn-primary { margin-top: 0; }

.intro-section.product-single-page .product-category-container { margin-bottom: 20px; }


@media(min-width: 768px) {

    .intro-section.product-single-page .product-category-container { margin: 0; }

    .intro-section.product-single-page .btn.btn-primary { margin-top: 20px; }

    .intro-section.product-single-page article h2 { margin-top: 0; }

}

@media(min-width: 1025px) {

    .products-categories.product-single-page { padding: 50px 0; }

    .intro-section.product-single-page .product-category-img-container { height: 392px; }

    .intro-section.product-single-page .product-details {
        border-radius: 0px;
        -webkit-filter: none;
        filter: none;
        bottom: 10px;
        left: 10px;
        padding: 10px 10px 0 10px;
    }

    .intro-section.product-single-page .btn.btn-primary {
        width: 100%;
        margin-top: 30px;
    }

    .intro-section { padding:90px 44px; }

}

@media(min-width: 1300px) {

    .intro-section.product-single-page .product-category-img-container { height: 430px; }

	.intro-section.product-single-page .btn.btn-primary {
        width: 78%;
    }

}


@media(min-width: 1400px) {

    .intro-section.product-single-page .product-category-img-container {
        height: 424px;
        width: 418px;
    }

    .intro-section.product-single-page .btn.btn-primary { width: 81%; }

    .intro-section.product-single-page .article-container { padding: 70px 80px; }

    .intro-section.product-single-page .article-container h3 { margin-bottom: -10px; }

}

/*SINGLE PRODUCT PAGE ADDITIONAL WYSIWYG*/

.additional-bg-color.product-single-page { text-align: left; }

/*PRODUCT SPECIFICATION*/

.product-specification { padding: 50px 0; }

.js-tabs {
    text-align: center;
    text-transform: uppercase;
}

.product-specification ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #CED0D1;
}

.product-specification ul li {
    border-bottom: none;
    display: inline-block;
    padding-bottom: 5px;
}

.product-specification ul li a {
    border: 1px solid #CED0D1;
    padding: 10px 3px 0 3px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 5px;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 0;
    letter-spacing: 0.05em;
    font-size: 11px;
}

.product-specification ul li a:hover,
.product-specification ul li.active a,
.product-specification ul li a:focus {
    background-color: #000;
    color: #fff;
}

.product-specification article {
    padding: 20px 24px;
    margin-top: 10px;
}

.tab-img-container {
    height: 114px;
    width: 100%;
}

.tab-img-container img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
}

.tabs .tab { display: none; }

.tabs .tab.active { display:block !important; }

@media(min-width: 768px) {

    .product-specification article {
        margin: 0 44px;
        padding: 0;
        padding-top: 20px;
    }

    .product-specification ul li {
        margin: 0;
        padding: 9px 5px;
        border-bottom: 0;
    }

    .product-specification ul li a { padding: 10px 20px 11px 20px; }

    .tab-img-container { height: 289px; }

    .product-specification ul {	margin: 0 44px; }

    .product-specification ul li a { font-size: 16px; }

}

@media(min-width: 1025px) {

    .tab-img-container {
        height: 403px;
        margin-bottom: 45px;
    }

    .product-specification article { padding-top: 50px; }

}

@media(min-width: 1300px) {

    .product-specification { padding: 50px 0; }

    .product-specification article { padding-top: 35px; }

    .tab-img-container {
        width: 642px;
        height: 294px;
        float: right;
        margin: 10px 45px 45px 45px;
    }

    .product-specification article { float: left; }

    .product-specification ul li {
        margin: 0 3px;
        padding: 9px 2px;
    }

    .product-specification ul li a { padding: 10px 50px 11px 50px; }

}

/*REQUEST A QUOTE FORMS*/

.request-qoute-forms .side-bar-wrapper input { background-color: #fff; }

.request-qoute-forms .btn.btn-secondary { width: 100%; }

.request-qoute-forms .side-bar-wrapper { padding: 10px 0; }

.side-bar-wrapper input {
    border: none;
    width: 100%;
    line-height: 30px;
    border: 1px solid rgba(49, 109, 136, 0.30);
    border-radius: 5px;
    padding-left: 10px;
    font-size: 16px;
    background: #ffffff;
    line-height: 44px;
    color: #353535;
}

.quote-input-container-name label {
    display: block;
    margin-bottom: 10px;
}

.side-bar-wrapper label {
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    font-size: 17px;
    color: #353535;
}

.quote-input-container { margin: 10px 0; }

.quote-input-container label,
.quote-input-container input {
    margin-bottom: 10px;
    display: block;
}

.quote-input-container-comments label { font-weight: 700; }

.quote-input-container-comments input,
.quote-input-container-comments label {
    margin-bottom: 10px;
    display: block;
}

.quote-checkbox-section .checkbox-header {
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    letter-spacing: 0.05em;
    font-size: 17px;
    color: #353535;
}

.quote-checkbox-section .checkbox-header span {
    display: inline-block;
}

.mailpoet_text_label { display: none !important; }

#mailpoet_form_1 form.mailpoet_form { padding: 0 !important; }

#mailpoet_form-2 h3 {
	text-transform: uppercase;
	margin-bottom: 8px;
    font-size: 12px;
}

.quote-checkbox-section span {
    font-weight: 400;
    display: block;
 }

.request-qoute-forms .btn.btn-secondary {
    margin-top: 0;
    border: none;
}

.quote-comment-section { padding-bottom: 100px; }

.quote-checkbox input.active,
.quote-checkbox input:hover { background-color: #fff; }

.request-qoute-forms .btn.btn-secondary { background-color: #316D88; }

.request-qoute-forms .btn.btn-secondary:hover {
    background-color: #1b4a5e;
}

.intro-section.product-single-page.request-quote-page { min-height: 1574px; }

@media(min-width: 768px) {

    .intro-section.product-single-page.request-quote-page { min-height: 1506px; }

}

@media(min-width: 1025px) {

    .intro-section.product-single-page.request-quote-page { min-height: 824px; }

    .quote-input-container .quote-input-half {
        float: left;
        width: 50%;
    }

    .quote-input-container .quote-input-half input { width: 90%; }

    .quote-input-half .selectric-wrapper.selectric-select-style { width: 90%; }

    .quote-input-container-name { width: 95%; }

    .sidebar-input-search.quote-comment-section { width: 95%; }

    .quote-checkbox {
        width: 50%;
        float: left;
    }

    .quote-checkbox label,
    .quote-checkbox input { margin-bottom: 15px; }

    .request-qoute-forms .btn.btn-secondary {
        width: 95%;
        background-color: #316D88;
    }

}

@media(min-width: 1300px) {

    .request-qoute-forms h3 { padding-right: 55px; }

    .quote-checkbox {
        width: 40%;
        float: left;
    }

}

@media(min-width: 1400px) {

    .request-qoute-forms h3 { padding-right: 55px; }

    .intro-section.product-single-page.request-quote-page { min-height: 864px; }

}

/*REQUEST A QUOTE SIDEBAR*/

.quote-sidebar h4 {
    text-transform: uppercase;
    border-bottom: 1px solid #B9CED7;
    padding-bottom: 5px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.quote-sidebar .side-bar-top-tag {
    text-align: left;
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: 20px;
}

.single-page { margin: 50px 0; }

.post-item {
    padding: 50px 0;
    border-bottom: 1px solid #B9CED7;
}

.post-item:last-child {
    border-bottom: none;
}

input.wpcf7-not-valid {
    border: 1px solid #c70e0c;
}

.wpcf7-not-valid-tip {
    display: none;
}


@media(min-width: 768px) { .single-page {margin: 75px 0;} }

@media(min-width: 1025px) { .single-page {margin: 100px 0;} }



/* landing page */

/* .page-template-page-land */


.page-template-page-land .innerpage-masthead .masthead-content {
    text-align: left;
    padding: 0;
}

.page-template-page-land .masthead-wrapper-innerpage {
    top: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page-id-723 .application-blue-text {
    display: none;
}








/**
 * Print CSS
 */

@media print {

    /* Reset*/
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        filter: none !important;
        -webkit-filter: none !important;
        text-shadow: none !important;
    }

    h2, h3 {
       /* Avoid a paragraph being detached from the heading immediately preceding it */
        page-break-after: avoid;
    }

    figure, table {
        /* Avoid breaking figure or table into 2 pages */
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        page-break-inside: avoid;
    }

    p {
        /* Prevent single line at the end of a page and a single line at the top the next page */
        orphans: 2;
        widows: 2;
    }


    /* Grid Styling */

    .container { width: auto; }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; }

    .col-sm-12 { width: 100%; }
    .col-sm-11 { width: 91.66666666666666%; }
    .col-sm-10 { width: 83.33333333333334%; }
    .col-sm-9 { width: 75%; }
    .col-sm-8 { width: 66.66666666666666%; }
    .col-sm-7 { width: 58.333333333333336%; }
    .col-sm-6 { width: 50%; }
    .col-sm-5 { width: 41.66666666666667%; }
    .col-sm-4 { width: 33.33333333333333%; }
    .col-sm-3 { width: 25%; }
    .col-sm-2 { width: 16.666666666666664%; }
    .col-sm-1 { width: 8.333333333333332%; }


    /* Slick Slider - remove if not using slick slider */

	.slick-slider .slick-arrow,
	.slick-slider .slick-dots {
		display: none !important; /* we usually don't need to show slider navigation for print */
	}

	/* For sliders you want to display full width for print.
	   Update ".slick-slider" with your specific slider names. */
	.slick-slider,
	.slick-sliderg .slick-list,
	.slick-slider .slick-track,
	.slick-slider .slick-slide {
		width: 100% !important;
		height: auto !important;
	}

	/* For sliders where you only want to show the 1st image of that slider.
	   Update ".slick-slider" with your specific slider names. */
    .slick-slider .slick-slide 				{ display: none !important; }
	.slick-slider .slick-slide.slick-active { display: block !important; }

	/* Show Only Active Thumbnails */
	.slick-slider .slick-cloned {
		display: none;
	}

    /* Reset adaptiveHeight */
    .slick-list {
        height: auto !important;
    }

   /* Remove Scrollbars */
    .slick-track {
        width: auto !important;
        height: auto !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }

	.slick-track.slick-slide {
        width: auto !important;
    }


}


/*------------------------------------*\
    Trumps
\*------------------------------------*/


@-ms-viewport { width: device-width; }


/**
 * Images
 */

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}


/**
 * Visiblity
 */

.show { display: block !important; }

.visible-xxs,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg { display: none !important; }

.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block { display: none !important; }

@media (max-width: 599px) {
    .visible-xxs      { display: block !important; }
    table.visible-xxs { display: table; }
    tr.visible-xxs    { display: table-row !important; }
    th.visible-xxs,
    td.visible-xxs    { display: table-cell !important; }

    .visible-xxs-block        { display: block !important; }
    .visible-xxs-inline       { display: inline !important; }
    .visible-xxs-inline-block { display: inline-block !important; }
}


@media (min-width: 600px) and (max-width: 767px) {
    .visible-xs      { display: block !important; }
    table.visible-xs { display: table; }
    tr.visible-xs    { display: table-row !important; }
    th.visible-xs,
    td.visible-xs    { display: table-cell !important; }

    .visible-xs-block        { display: block !important; }
    .visible-xs-inline       { display: inline !important; }
    .visible-xs-inline-block { display: inline-block !important; }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .visible-sm      { display: block !important; }
    table.visible-sm { display: table; }
    tr.visible-sm    { display: table-row !important; }
    th.visible-sm,
    td.visible-sm    { display: table-cell !important; }

    .visible-sm-block        { display: block !important; }
    .visible-sm-inline       { display: inline !important; }
    .visible-sm-inline-block { display: inline-block !important; }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .visible-md      { display: block !important; }
    table.visible-md { display: table; }
    tr.visible-md    { display: table-row !important; }
    th.visible-md,
    td.visible-md    { display: table-cell !important; }

    .visible-md-block        { display: block !important; }
    .visible-md-inline       { display: inline !important; }
    .visible-md-inline-block { display: inline-block !important; }
}

@media (min-width: 1200px) {
    .visible-lg      { display: block !important; }
    table.visible-lg { display: table; }
    tr.visible-lg    {  display: table-row !important; }
    th.visible-lg,
    td.visible-lg    { display: table-cell !important; }

    .visible-lg-block        { display: block !important; }
    .visible-lg-inline       { display: inline !important; }
    .visible-lg-inline-block { display: inline-block !important; }
}


/**
 * Hiding
 */

.hide,
.hidden-xxs-up { display: none !important; }
.hidden       { display: none !important; visibility: hidden !important; }
.invisible    { visibility: hidden !important; }
.text-hide    {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

@media (max-width: 599px) {
    .hidden-xxs { display: none !important; }
}

    @media (min-width: 600px) {
      .hidden-xs-up { display: none !important; }
    }

@media (min-width: 600px) and (max-width: 767px) {
    .hidden-xs { display: none !important; }
}

    @media (max-width: 767px) {
      .hidden-xs-down { display: none !important; }
    }

    @media (min-width: 768px) {
      .hidden-sm-up { display: none !important; }
    }

@media (min-width: 768px) and (max-width: 1024px) {
    .hidden-sm { display: none !important; }
}

    @media (max-width: 1024px) {
      .hidden-sm-down { display: none !important; }
    }

    @media (min-width: 1025px) {
      .hidden-md-up { display: none !important; }
    }

@media (min-width: 1025px) and (max-width: 1199px) {
    .hidden-md { display: none !important; }
}

    @media (max-width: 1199px) {
      .hidden-md-down { display: none !important; }
    }

@media (min-width: 1200px) {
    .hidden-lg { display: none !important; }
}




/**
 * Screen Readers
 */

.sr-only,
.wpcf7 .screen-reader-response {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}


/**
 * Print
 */

.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block { display: none !important; }

@media print {
    .visible-print      { display: block !important; }
    table.visible-print { display: table; }
    tr.visible-print    { display: table-row !important; }
    th.visible-print,
    td.visible-print    { display: table-cell !important; }

    .visible-print-block        { display: block !important; }
    .visible-print-inline       { display: inline !important; }
    .visible-print-inline-block { display: inline-block !important; }

    .hidden-print { display: none !important; }
}


/**
 * Text alignment
 */

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


/**
 * Positioning
 */

.affix-top    { position: fixed!important; top:    0!important; }
.affix-bottom { position: fixed!important; bottom: 0!important; }
.affix-left   { position: fixed!important; left:   0!important; }
.affix-right  { position: fixed!important; right:  0!important; }

.pull-right { float: right!important; }
.pull-left  { float: left !important; }

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* TODO: Update pushes, flushes, softs, and hards to match your vertical rhythm */

/**
 * Add/remove margins
 */

.push          { margin:       20px!important; }
.push-top      { margin-top:   20px!important; }
.push-right    { margin-right: 20px!important; }
.push-bottom   { margin-bottom:20px!important; }
.push-left     { margin-left:  20px!important; }
.push-ends     { margin-top:   20px!important; margin-bottom:20px!important; }
.push-sides    { margin-right: 20px!important; margin-left:  20px!important; }

.push-half         { margin:       10px!important; }
.push-half-top     { margin-top:   10px!important; }
.push-half-right   { margin-right: 10px!important; }
.push-half-bottom  { margin-bottom:10px!important; }
.push-half-left    { margin-left:  10px!important; }
.push-half-ends    { margin-top:   10px!important; margin-bottom:10px!important; }
.push-half-sides   { margin-right: 10px!important; margin-left:  10px!important; }

.flush         { margin:       0!important; }
.flush-top     { margin-top:   0!important; }
.flush-right   { margin-right: 0!important; }
.flush-bottom  { margin-bottom:0!important; }
.flush-left    { margin-left:  0!important; }
.flush-ends    { margin-top:   0!important; margin-bottom:0!important; }
.flush-sides   { margin-right: 0!important; margin-left:  0!important; }


/**
 * Add/remove paddings
 */
.soft          { padding:       20px!important; }
.soft-top      { padding-top:   20px!important; }
.soft-right    { padding-right: 20px!important; }
.soft-bottom   { padding-bottom:20px!important; }
.soft-left     { padding-left:  20px!important; }
.soft-ends     { padding-top:   20px!important; padding-bottom:20px!important; }
.soft-sides    { padding-right: 20px!important; padding-left:  20px!important; }

.soft-half          { padding:       10px!important; }
.soft-half-top      { padding-top:   10px!important; }
.soft-half-right    { padding-right: 10px!important; }
.soft-half-bottom   { padding-bottom:10px!important; }
.soft-half-left     { padding-left:  10px!important; }
.soft-half-ends     { padding-top:   10px!important; padding-bottom:10px!important; }
.soft-half-sides    { padding-right: 10px!important; padding-left:  10px!important; }

.hard          { padding:       0!important; }
.hard-top      { padding-top:   0!important; }
.hard-right    { padding-right: 0!important; }
.hard-bottom   { padding-bottom:0!important; }
.hard-left     { padding-left:  0!important; }
.hard-ends     { padding-top:   0!important; padding-bottom:0!important; }
.hard-sides    { padding-right: 0!important; padding-left:  0!important; }


@media (min-width:600px) {

	.flush-xs         { margin:       0 !important; }
	.flush-xs-top     { margin-top:   0 !important; }
	.flush-xs-right   { margin-right: 0 !important; }
	.flush-xs-bottom  { margin-bottom:0 !important; }
	.flush-xs-left    { margin-left:  0 !important; }
	.flush-xs-ends    { margin-top:   0 !important; margin-bottom:0 !important; }
	.flush-xs-sides   { margin-right: 0 !important; margin-left:  0 !important; }

	.push-xs          { margin:       20px !important; }
	.push-xs-top      { margin-top:   20px !important; }
	.push-xs-right    { margin-right: 20px !important; }
	.push-xs-bottom   { margin-bottom:20px !important; }
	.push-xs-left     { margin-left:  20px !important; }
	.push-xs-ends     { margin-top:   20px !important; margin-bottom:20px !important; }
	.push-xs-sides    { margin-right: 20px !important; margin-left:  20px !important; }

	.push-half-xs         { margin:       10px !important; }
	.push-half-xs-top     { margin-top:   10px !important; }
	.push-half-xs-right   { margin-right: 10px !important; }
	.push-half-xs-bottom  { margin-bottom:10px !important; }
	.push-half-xs-left    { margin-left:  10px !important; }
	.push-half-xs-ends    { margin-top:   10px !important; margin-bottom:10px !important; }
	.push-half-xs-sides   { margin-right: 10px !important; margin-left:  10px !important; }

	.push-double-xs         { margin:       40px !important; }
	.push-double-xs-top     { margin-top:   40px !important; }
	.push-double-xs-right   { margin-right: 40px !important; }
	.push-double-xs-bottom  { margin-bottom:40px !important; }
	.push-double-xs-left    { margin-left:  40px !important; }
	.push-double-xs-ends    { margin-top:   40px !important; margin-bottom:40px !important; }
	.push-double-xs-sides   { margin-right: 40px !important; margin-left:  40px !important; }

	.push-triple-xs         { margin:       60px !important; }
	.push-triple-xs-top     { margin-top:   60px !important; }
	.push-triple-xs-right   { margin-right: 60px !important; }
	.push-triple-xs-bottom  { margin-bottom:60px !important; }
	.push-triple-xs-left    { margin-left:  60px !important; }
	.push-triple-xs-ends    { margin-top:   60px !important; margin-bottom:60px !important; }
	.push-triple-xs-sides   { margin-right: 60px !important; margin-left:  60px !important; }

	.soft-xs          { padding:       20px !important; }
	.soft-xs-top      { padding-top:   20px !important; }
	.soft-xs-right    { padding-right: 20px !important; }
	.soft-xs-bottom   { padding-bottom:20px !important; }
	.soft-xs-left     { padding-left:  20px !important; }
	.soft-xs-ends     { padding-top:   20px !important; padding-bottom:20px !important; }
	.soft-xs-sides    { padding-right: 20px !important; padding-left:  20px !important; }

	.soft-half-xs          { padding:       10px !important; }
	.soft-half-xs-top      { padding-top:   10px !important; }
	.soft-half-xs-right    { padding-right: 10px !important; }
	.soft-half-xs-bottom   { padding-bottom:10px !important; }
	.soft-half-xs-left     { padding-left:  10px !important; }
	.soft-half-xs-ends     { padding-top:   10px !important; padding-bottom:10px !important; }
	.soft-half-xs-sides    { padding-right: 10px !important; padding-left:  10px !important; }

	.soft-double-xs          { padding:       40px !important; }
	.soft-double-xs-top      { padding-top:   40px !important; }
	.soft-double-xs-right    { padding-right: 40px !important; }
	.soft-double-xs-bottom   { padding-bottom:40px !important; }
	.soft-double-xs-left     { padding-left:  40px !important; }
	.soft-double-xs-ends     { padding-top:   40px !important; padding-bottom:40px !important; }
	.soft-double-xs-sides    { padding-right: 40px !important; padding-left:  40px !important; }

	.soft-triple-xs          { padding:       60px !important; }
	.soft-triple-xs-top      { padding-top:   60px !important; }
	.soft-triple-xs-right    { padding-right: 60px !important; }
	.soft-triple-xs-bottom   { padding-bottom:60px !important; }
	.soft-triple-xs-left     { padding-left:  60px !important; }
	.soft-triple-xs-ends     { padding-top:   60px !important; padding-bottom:60px !important; }
	.soft-triple-xs-sides    { padding-right: 60px !important; padding-left:  60px !important; }

	.hard-xs          { padding:       0 !important; }
	.hard-xs-top      { padding-top:   0 !important; }
	.hard-xs-right    { padding-right: 0 !important; }
	.hard-xs-bottom   { padding-bottom:0 !important; }
	.hard-xs-left     { padding-left:  0 !important; }
	.hard-xs-ends     { padding-top:   0 !important; padding-bottom:0 !important; }
	.hard-xs-sides    { padding-right: 0 !important; padding-left:  0 !important; }

}

@media (min-width:768px) {

	.flush-sm         { margin:       0 !important; }
	.flush-sm-top     { margin-top:   0 !important; }
	.flush-sm-right   { margin-right: 0 !important; }
	.flush-sm-bottom  { margin-bottom:0 !important; }
	.flush-sm-left    { margin-left:  0 !important; }
	.flush-sm-ends    { margin-top:   0 !important; margin-bottom:0 !important; }
	.flush-sm-sides   { margin-right: 0 !important; margin-left:  0 !important; }

	.push-sm          { margin:       20px !important; }
	.push-sm-top      { margin-top:   20px !important; }
	.push-sm-right    { margin-right: 20px !important; }
	.push-sm-bottom   { margin-bottom:20px !important; }
	.push-sm-left     { margin-left:  20px !important; }
	.push-sm-ends     { margin-top:   20px !important; margin-bottom:20px !important; }
	.push-sm-sides    { margin-right: 20px !important; margin-left:  20px !important; }

	.push-half-sm         { margin:       10px !important; }
	.push-half-sm-top     { margin-top:   10px !important; }
	.push-half-sm-right   { margin-right: 10px !important; }
	.push-half-sm-bottom  { margin-bottom:10px !important; }
	.push-half-sm-left    { margin-left:  10px !important; }
	.push-half-sm-ends    { margin-top:   10px !important; margin-bottom:10px !important; }
	.push-half-sm-sides   { margin-right: 10px !important; margin-left:  10px !important; }

	.push-double-sm         { margin:       40px !important; }
	.push-double-sm-top     { margin-top:   40px !important; }
	.push-double-sm-right   { margin-right: 40px !important; }
	.push-double-sm-bottom  { margin-bottom:40px !important; }
	.push-double-sm-left    { margin-left:  40px !important; }
	.push-double-sm-ends    { margin-top:   40px !important; margin-bottom:40px !important; }
	.push-double-sm-sides   { margin-right: 40px !important; margin-left:  40px !important; }

	.push-triple-sm         { margin:       60px !important; }
	.push-triple-sm-top     { margin-top:   60px !important; }
	.push-triple-sm-right   { margin-right: 60px !important; }
	.push-triple-sm-bottom  { margin-bottom:60px !important; }
	.push-triple-sm-left    { margin-left:  60px !important; }
	.push-triple-sm-ends    { margin-top:   60px !important; margin-bottom:60px !important; }
	.push-triple-sm-sides   { margin-right: 60px !important; margin-left:  60px !important; }

	.soft-sm          { padding:       20px !important; }
	.soft-sm-top      { padding-top:   20px !important; }
	.soft-sm-right    { padding-right: 20px !important; }
	.soft-sm-bottom   { padding-bottom:20px !important; }
	.soft-sm-left     { padding-left:  20px !important; }
	.soft-sm-ends     { padding-top:   20px !important; padding-bottom:20px !important; }
	.soft-sm-sides    { padding-right: 20px !important; padding-left:  20px !important; }

	.soft-half-sm          { padding:       10px !important; }
	.soft-half-sm-top      { padding-top:   10px !important; }
	.soft-half-sm-right    { padding-right: 10px !important; }
	.soft-half-sm-bottom   { padding-bottom:10px !important; }
	.soft-half-sm-left     { padding-left:  10px !important; }
	.soft-half-sm-ends     { padding-top:   10px !important; padding-bottom:10px !important; }
	.soft-half-sm-sides    { padding-right: 10px !important; padding-left:  10px !important; }

	.soft-double-sm          { padding:       40px !important; }
	.soft-double-sm-top      { padding-top:   40px !important; }
	.soft-double-sm-right    { padding-right: 40px !important; }
	.soft-double-sm-bottom   { padding-bottom:40px !important; }
	.soft-double-sm-left     { padding-left:  40px !important; }
	.soft-double-sm-ends     { padding-top:   40px !important; padding-bottom:40px !important; }
	.soft-double-sm-sides    { padding-right: 40px !important; padding-left:  40px !important; }

	.soft-triple-sm          { padding:       60px !important; }
	.soft-triple-sm-top      { padding-top:   60px !important; }
	.soft-triple-sm-right    { padding-right: 60px !important; }
	.soft-triple-sm-bottom   { padding-bottom:60px !important; }
	.soft-triple-sm-left     { padding-left:  60px !important; }
	.soft-triple-sm-ends     { padding-top:   60px !important; padding-bottom:60px !important; }
	.soft-triple-sm-sides    { padding-right: 60px !important; padding-left:  60px !important; }

	.hard-sm          { padding:       0 !important; }
	.hard-sm-top      { padding-top:   0 !important; }
	.hard-sm-right    { padding-right: 0 !important; }
	.hard-sm-bottom   { padding-bottom:0 !important; }
	.hard-sm-left     { padding-left:  0 !important; }
	.hard-sm-ends     { padding-top:   0 !important; padding-bottom:0 !important; }
	.hard-sm-sides    { padding-right: 0 !important; padding-left:  0 !important; }

}

@media (min-width:1025px) {

	.flush-md         { margin:       0 !important; }
	.flush-md-top     { margin-top:   0 !important; }
	.flush-md-right   { margin-right: 0 !important; }
	.flush-md-bottom  { margin-bottom:0 !important; }
	.flush-md-left    { margin-left:  0 !important; }
	.flush-md-ends    { margin-top:   0 !important; margin-bottom:0 !important; }
	.flush-md-sides   { margin-right: 0 !important; margin-left:  0 !important; }

	.push-md          { margin:       20px !important; }
	.push-md-top      { margin-top:   20px !important; }
	.push-md-right    { margin-right: 20px !important; }
	.push-md-bottom   { margin-bottom:20px !important; }
	.push-md-left     { margin-left:  20px !important; }
	.push-md-ends     { margin-top:   20px !important; margin-bottom:20px !important; }
	.push-md-sides    { margin-right: 20px !important; margin-left:  20px !important; }

	.push-half-md         { margin:       10px !important; }
	.push-half-md-top     { margin-top:   10px !important; }
	.push-half-md-right   { margin-right: 10px !important; }
	.push-half-md-bottom  { margin-bottom:10px !important; }
	.push-half-md-left    { margin-left:  10px !important; }
	.push-half-md-ends    { margin-top:   10px !important; margin-bottom:10px !important; }
	.push-half-md-sides   { margin-right: 10px !important; margin-left:  10px !important; }

	.push-double-md         { margin:       40px !important; }
	.push-double-md-top     { margin-top:   40px !important; }
	.push-double-md-right   { margin-right: 40px !important; }
	.push-double-md-bottom  { margin-bottom:40px !important; }
	.push-double-md-left    { margin-left:  40px !important; }
	.push-double-md-ends    { margin-top:   40px !important; margin-bottom:40px !important; }
	.push-double-md-sides   { margin-right: 40px !important; margin-left:  40px !important; }

	.push-triple-md         { margin:       60px !important; }
	.push-triple-md-top     { margin-top:   60px !important; }
	.push-triple-md-right   { margin-right: 60px !important; }
	.push-triple-md-bottom  { margin-bottom:60px !important; }
	.push-triple-md-left    { margin-left:  60px !important; }
	.push-triple-md-ends    { margin-top:   60px !important; margin-bottom:60px !important; }
	.push-triple-md-sides   { margin-right: 60px !important; margin-left:  60px !important; }

	.soft-md          { padding:       20px !important; }
	.soft-md-top      { padding-top:   20px !important; }
	.soft-md-right    { padding-right: 20px !important; }
	.soft-md-bottom   { padding-bottom:20px !important; }
	.soft-md-left     { padding-left:  20px !important; }
	.soft-md-ends     { padding-top:   20px !important; padding-bottom:20px !important; }
	.soft-md-sides    { padding-right: 20px !important; padding-left:  20px !important; }

	.soft-half-md          { padding:       10px !important; }
	.soft-half-md-top      { padding-top:   10px !important; }
	.soft-half-md-right    { padding-right: 10px !important; }
	.soft-half-md-bottom   { padding-bottom:10px !important; }
	.soft-half-md-left     { padding-left:  10px !important; }
	.soft-half-md-ends     { padding-top:   10px !important; padding-bottom:10px !important; }
	.soft-half-md-sides    { padding-right: 10px !important; padding-left:  10px !important; }

	.soft-double-md          { padding:       40px !important; }
	.soft-double-md-top      { padding-top:   40px !important; }
	.soft-double-md-right    { padding-right: 40px !important; }
	.soft-double-md-bottom   { padding-bottom:40px !important; }
	.soft-double-md-left     { padding-left:  40px !important; }
	.soft-double-md-ends     { padding-top:   40px !important; padding-bottom:40px !important; }
	.soft-double-md-sides    { padding-right: 40px !important; padding-left:  40px !important; }

	.soft-triple-md          { padding:       60px !important; }
	.soft-triple-md-top      { padding-top:   60px !important; }
	.soft-triple-md-right    { padding-right: 60px !important; }
	.soft-triple-md-bottom   { padding-bottom:60px !important; }
	.soft-triple-md-left     { padding-left:  60px !important; }
	.soft-triple-md-ends     { padding-top:   60px !important; padding-bottom:60px !important; }
	.soft-triple-md-sides    { padding-right: 60px !important; padding-left:  60px !important; }

	.hard-md          { padding:       0 !important; }
	.hard-md-top      { padding-top:   0 !important; }
	.hard-md-right    { padding-right: 0 !important; }
	.hard-md-bottom   { padding-bottom:0 !important; }
	.hard-md-left     { padding-left:  0 !important; }
	.hard-md-ends     { padding-top:   0 !important; padding-bottom:0 !important; }
	.hard-md-sides    { padding-right: 0 !important; padding-left:  0 !important; }

}

@media (min-width:1200px) {

	.flush-lg         { margin:       0 !important; }
	.flush-lg-top     { margin-top:   0 !important; }
	.flush-lg-right   { margin-right: 0 !important; }
	.flush-lg-bottom  { margin-bottom:0 !important; }
	.flush-lg-left    { margin-left:  0 !important; }
	.flush-lg-ends    { margin-top:   0 !important; margin-bottom:0 !important; }
	.flush-lg-sides   { margin-right: 0 !important; margin-left:  0 !important; }

	.push-lg          { margin:       20px !important; }
	.push-lg-top      { margin-top:   20px !important; }
	.push-lg-right    { margin-right: 20px !important; }
	.push-lg-bottom   { margin-bottom:20px !important; }
	.push-lg-left     { margin-left:  20px !important; }
	.push-lg-ends     { margin-top:   20px !important; margin-bottom:20px !important; }
	.push-lg-sides    { margin-right: 20px !important; margin-left:  20px !important; }

	.push-half-lg         { margin:       10px !important; }
	.push-half-lg-top     { margin-top:   10px !important; }
	.push-half-lg-right   { margin-right: 10px !important; }
	.push-half-lg-bottom  { margin-bottom:10px !important; }
	.push-half-lg-left    { margin-left:  10px !important; }
	.push-half-lg-ends    { margin-top:   10px !important; margin-bottom:10px !important; }
	.push-half-lg-sides   { margin-right: 10px !important; margin-left:  10px !important; }

	.push-double-lg         { margin:       40px !important; }
	.push-double-lg-top     { margin-top:   40px !important; }
	.push-double-lg-right   { margin-right: 40px !important; }
	.push-double-lg-bottom  { margin-bottom:40px !important; }
	.push-double-lg-left    { margin-left:  40px !important; }
	.push-double-lg-ends    { margin-top:   40px !important; margin-bottom:40px !important; }
	.push-double-lg-sides   { margin-right: 40px !important; margin-left:  40px !important; }

	.push-triple-lg         { margin:       60px !important; }
	.push-triple-lg-top     { margin-top:   60px !important; }
	.push-triple-lg-right   { margin-right: 60px !important; }
	.push-triple-lg-bottom  { margin-bottom:60px !important; }
	.push-triple-lg-left    { margin-left:  60px !important; }
	.push-triple-lg-ends    { margin-top:   60px !important; margin-bottom:60px !important; }
	.push-triple-lg-sides   { margin-right: 60px !important; margin-left:  60px !important; }

	.soft-lg          { padding:       20px !important; }
	.soft-lg-top      { padding-top:   20px !important; }
	.soft-lg-right    { padding-right: 20px !important; }
	.soft-lg-bottom   { padding-bottom:20px !important; }
	.soft-lg-left     { padding-left:  20px !important; }
	.soft-lg-ends     { padding-top:   20px !important; padding-bottom:20px !important; }
	.soft-lg-sides    { padding-right: 20px !important; padding-left:  20px !important; }

	.soft-half-lg          { padding:       10px !important; }
	.soft-half-lg-top      { padding-top:   10px !important; }
	.soft-half-lg-right    { padding-right: 10px !important; }
	.soft-half-lg-bottom   { padding-bottom:10px !important; }
	.soft-half-lg-left     { padding-left:  10px !important; }
	.soft-half-lg-ends     { padding-top:   10px !important; padding-bottom:10px !important; }
	.soft-half-lg-sides    { padding-right: 10px !important; padding-left:  10px !important; }

	.soft-double-lg          { padding:       40px !important; }
	.soft-double-lg-top      { padding-top:   40px !important; }
	.soft-double-lg-right    { padding-right: 40px !important; }
	.soft-double-lg-bottom   { padding-bottom:40px !important; }
	.soft-double-lg-left     { padding-left:  40px !important; }
	.soft-double-lg-ends     { padding-top:   40px !important; padding-bottom:40px !important; }
	.soft-double-lg-sides    { padding-right: 40px !important; padding-left:  40px !important; }

	.soft-triple-lg          { padding:       60px !important; }
	.soft-triple-lg-top      { padding-top:   60px !important; }
	.soft-triple-lg-right    { padding-right: 60px !important; }
	.soft-triple-lg-bottom   { padding-bottom:60px !important; }
	.soft-triple-lg-left     { padding-left:  60px !important; }
	.soft-triple-lg-ends     { padding-top:   60px !important; padding-bottom:60px !important; }
	.soft-triple-lg-sides    { padding-right: 60px !important; padding-left:  60px !important; }

	.hard-lg          { padding:       0 !important; }
	.hard-lg-top      { padding-top:   0 !important; }
	.hard-lg-right    { padding-right: 0 !important; }
	.hard-lg-bottom   { padding-bottom:0 !important; }
	.hard-lg-left     { padding-left:  0 !important; }
	.hard-lg-ends     { padding-top:   0 !important; padding-bottom:0 !important; }
	.hard-lg-sides    { padding-right: 0 !important; padding-left:  0 !important; }

}

.grecaptcha-badge { display: none!important; }

/*******************************
 * No CSS Should be added below the above TRUMPS section.
 *
 *
 * Please add all additional CSS above the TRUMPS section above.
 * /
*/
