/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/**
 * 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
 */

* { 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 */

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

img.alignnone,
.wp-caption.alignnone,
img.aligncenter,
.wp-caption.aligncenter {
    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 {
    display: block;
    margin-left: auto;
    margin-right: auto;
}



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

/* Optional: use https://www.gridlover.net/try to create vertical rhythm.
   Note: you'll most likely need to modify the code generated from gridlover to match the prototypes.*/

/* Please set up line-heights in ems */

.page-id-14 { padding-bottom: 0px; }

body {
    color: #1e1e1e;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin: 0 auto;
    padding-bottom: 48px;
    padding-bottom: 0;
    width: 100%;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
}

h1, .h1 {
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    text-transform: uppercase;
}

h2, .h2 {
    color: #1e1e1e;
    font-size: 25px;
    line-height: 31px;
    text-transform: uppercase;
	margin-top: 35px;
}

h3, .h3 {
    letter-spacing: 1px;
    font-size: 23px;
    text-transform: uppercase;
	margin-top: 35px;
}

h4, .h4 {
    color: #000;
    font-size: 22px;
    text-transform: capitalize;
	margin-top: 35px;
}

h5, .h5 {
    font-size: 18px;
    text-transform: uppercase;
	margin-top: 35px;
}

h6, .h6 {
    font-size: 16px;
    text-transform: uppercase;
	    margin-top: 35px;
}

p, ul, ol { line-height: 27px; }

p > span {
    
    font-weight: 600;
}

a {
    color: #024f87;
    text-decoration: none;
    font-weight: 700;
    transition: .4s;
}

    a:hover { text-decoration: underline; color: #ffa800;}


    @media(min-width: 768px) {

        h1, .h1 { font-size: 31px; }

        h2, .h2 { font-size: 28px; }

        h3, .h3 {
            font-size: 25px;
            line-height: 25px;
        }

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

    }

    @media(min-width: 1025px) {

        h1, .h1 {
            font-size: 50px;
            line-height: 46px;
        }

        h2, .h2 {
            font-size: 32px;
            line-height: 28px;
        }

        h3, .h3 { font-size: 25px; }

        h4, .h4 { font-size: 23px; }

    }



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


/**
 * Wrappers
 */

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


    .container { max-width: 1366px; }

/**
 * 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: -20px;
    margin-right: -20px;
}

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

/* 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-primary,
.btn-secondary {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 16px 37px 11px 37px;
    text-transform: uppercase;
    transition: .4s;
    line-height: 1;
}

.btn-primary {
    background-color: #ffa800;
    border: 2px solid #ffa800;
    border-bottom: 4px solid #ffa800;
}

    .btn-primary:hover {
        background-color: #fff;
        color: #ffa800;
        text-decoration: none !important;
    }

.btn-secondary {
    background-color: #005189;
    border: 2px solid #005188;
    border-bottom: 4px solid #005188;
}

    .btn-secondary:hover {
        background-color: #fff;
        color: #005188;
        text-decoration: none !important;
    }

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

.search-result {
    padding-bottom: 40px;
    border-bottom: 1px solid #ffa800;
    margin-bottom: 40px;
}


/**
 * Icons
 */

@font-face {
  font-family: "Flaticon";
  src: url("https://23546414.fs1.hubspotusercontent-na1.net/hubfs/23546414/fonts/Flaticon.eot");
  src: url("https://23546414.fs1.hubspotusercontent-na1.net/hubfs/23546414/fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("https://23546414.fs1.hubspotusercontent-na1.net/hubfs/23546414/fonts/Flaticon.woff") format("woff"),
       url("https://23546414.fs1.hubspotusercontent-na1.net/hubfs/23546414/fonts/Flaticon.ttf") format("truetype"),
       url("https://23546414.fs1.hubspotusercontent-na1.net/hubfs/23546414/fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("./Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    margin-left: 20px;
}

.flaticon-magnifying-glass:before { content: "\f100"; }
.flaticon-telephone:before { content: "\f101"; }
.flaticon-right-arrow:before { content: "\f102"; }
.flaticon-arrow:before { content: "\f103"; }
.flaticon-menu-button-of-three-horizontal-lines:before { content: "\f104"; }
.flaticon-maps-and-flags:before { content: "\f105"; }
.flaticon-close-envelope:before { content: "\f106"; }
.flaticon-cell-phone:before { content: "\f107"; }
.flaticon-scroll-vertical-arrows:before { content: "\f108"; }

@font-face {
    font-family: 'icomoon';
    src:  url('https://23546414.fs1.hubspotusercontent-na1.net/hubfs/23546414/fonts/icomoon.eot?t7klri');
    src:  url('https://23546414.fs1.hubspotusercontent-na1.net/hubfs/23546414/fonts/icomoon.eot?t7klri#iefix') format('embedded-opentype'),
          url('https://23546414.fs1.hubspotusercontent-na1.net/hubfs/23546414/fonts/icomoon.ttf?t7klri') format('truetype'),
          url('https://23546414.fs1.hubspotusercontent-na1.net/hubfs/23546414/fonts/icomoon.woff?t7klri') format('woff'),
          url('https://23546414.fs1.hubspotusercontent-na1.net/hubfs/23546414/fonts/icomoon.svg?t7klri#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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-facebook1:before { content: "\e901"; }
.icon-linkedin-with-circle:before { content: "\e900"; }
.icon-facebook:before { content: "\ea90"; }


/**
 * Tables
 */

table {
    border-collapse: collapse;
    margin-top: 48px;
    width: 100%;
}

td {
    border-top: 1px solid #a1a1a1;
    border-right: 1px solid #a1a1a1;
    font-size: 14px;
    padding-left: 20px;
}

    td:nth-child(4) { border-right: 0; }

tr { height: 48px; }

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

th {
    background-color: #005189;
    border-right: 1px solid #fff;
    color: #fff;
    height: 48px;
    text-align: left;
    padding-left: 20px;
}


/* Responsive Tables */

.table-wrap-outer:after {
    content: '';
    position: absolute;
    right: -1px; /* account for border */
    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 */
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    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
 */

label {
    display: block;
    text-transform: uppercase;
    color: #282828;
    font-weight: 700;
}

/* 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"],
textarea {
    border: 1px solid #b7b7b7;
    font-size: 13px;
    color: #797b7e;
    height: 45px;
    display: block;
    width: 100%;
    transition: .4s;
    padding: 12px;
    outline: none;
    /* text-transform: uppercase; */
}

input:hover,
textarea:hover,
input:focus,
textarea:focus {
    border-color: #fdb71b;
    -webkit-appearance: none;
}

textarea { height: 143px; }

.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 35px;
    margin-top: 8px;
}

.req {
    font-weight: 700;
    color: #fdb61c;
}

.wpcf7-file,
.file-572 { display: none; }

.screen-reader-response { display: none; }

.custom-file-upload {
    display: inline-block;
    cursor: pointer;
}

#file-name { display: inline-block; }

[for="file-up"],
[type="submit"] {
    margin-bottom: 12px;
    cursor: pointer;
}

[for="file-up"] .btn-secondary {
    background-color: #d7d7d7;
    border: none;
    padding: 16px 37px;
}

[for="file-up"] .btn-secondary:hover {
    color: #fff;
    background-color: #004f82;
}

    /* 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;
    }

.wpcf7-not-valid-tip,
.wpcf7-response-output  {
    color: blue;
    margin-top: 5px;
    display: block;
    margin-bottom: 20px;
}

/* 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;
}

.file-remove {
	position: relative;
	display: none;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	background-color: #ffb422;
	border: none;
	border-radius: 50%;
	-webkit-appearance: none;
	vertical-align: middle;
}

.file-remove:before,
.file-remove:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 8px;
	background-color: #fff;
}

.file-remove:before { transform: translate( -50%, -50% ) rotate( -45deg ); }
.file-remove:after { transform: translate( -50%, -50% ) rotate( 45deg ); }

@media(min-width: 500px) {
    [type="submit"] { float: right; }
    [for="file-up"] { float: left; }
}

@media(min-width: 768px) {
    [for="file-up"] .btn-secondary { margin-left: 10px; }
}

/* Selectric */

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

.selectric-responsive { width: 100%; }

.selectric {
    border: 1px solid #DDD;
    border-radius: 0px;
    background: #F8F8F8;
    position: relative;
    overflow: hidden;
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    -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: 38px;
    line-height: 38px;
    background-color: #F8f8f8;
    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;
    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;
    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; }


/**
 * Breadcrumbs
 */

    @media(min-width: 768px) {

        .breadcrumbs {
            margin: 5px 0 0 0;
            padding: 0;
        }

        .breadcrumbs span,
        .breadcrumbs a {
            color: #d9dbda;
            display: inline-block;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 16px;
            font-weight: 300;
            letter-spacing: 1px;
            text-transform: capitalize;
        }

        .breadcrumbs .separator {
            display: inline-block;
            margin: 0px 6px;
        }

    }

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

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


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

/* General styling */

.slick-slider {
    position: relative;
    display: block;
    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);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-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; }

.slick-slide,
.slick-slide:focus * { outline: none !important; }

.slick-initialized .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: top;
}

/* 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 */
    transition: all .5s ease;
    transform: translate(-50%, -50%);
}

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


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

/**
 * Page-head
 */

.page-header {
    display: block;
    border-bottom: #dbdbdb solid 1px;
}

.page-header-new {
  border-bottom: 0;
}

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

.page-header-sub {
    background-color: #e8ecf0;
    padding: 10px 0;
}

.page-header-top {
  position: relative;
  z-index: 999;
}

.ph-top {
  padding-top: 20px;
  padding-bottom: 20px;
  display: table;
  width: 100%;
}

.ph-logo {
  display: block;
  max-width: 288px;
  width: 100%;
  margin: auto;
}

.ph-logo img{
  display: block;
}

.phone-number {
    color: #005696;
    display: block;
    font-weight: 700;
    font-size: 17px;
    text-decoration: none;
}

.phone-number:before {
    font-family: Flaticon;
    content: "\f101";
    font-weight: normal;
    font-size: 15px;
    margin-right: 3px;
    position: relative;
    top: -2px;
}


.ph-number {
  color: #575A5D;
  display: block;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  padding-left: 16px;  
}
.ph-number span{
display: none;
}

.ph-number:before {   
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 17px;
  height: 14px;
  background-image: url(https://23546414.fs1.hubspotusercontent-na1.net/hubfs/23546414/ico-phone-white.svg);
  background-repeat: no-repeat;
  
  background-size: 17px 14px;
}

@media screen and (min-width: 1025px) {
.ph-number:before {   
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 25px;
  height: 25px;
  background-image: url(https://23546414.fs1.hubspotusercontent-na1.net/hubfs/23546414/ico-phone-white.svg);
  background-repeat: no-repeat;
  
  background-size: 25px;
}
}
.ph-email {
    color: #575A5D;
    display: block;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    position: relative;
    padding-left: 17px;
}

.ph-email:before {   
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 17px;
  height: 14px;
  background-image: url(https://23546414.fs1.hubspotusercontent-na1.net/hubfs/23546414/ico-mail-white.svg);
  background-repeat: no-repeat;
  background-size: 17px 14px;
}

.ph-new {
  background-color: #015189;
  padding: 0 !important;
  margin-top: 12px;
      position: relative;
    z-index: 1;
}

.ph-new .nav-primary {
  text-align: left;
  background-color: transparent;
  top: auto;
  padding: 0;
}

.ph-new nav .sub-menu {
  top: 100%;
}

.ph-new nav > ul > li {
  background-color: #015189;  
}

.ph-new nav .hs-menu-wrapper > ul > li > a {
  text-transform: uppercase;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  font-family: 'Roboto Condensed',sans-serif;
  padding: 10px 10px;
  display: block;
  letter-spacing:0;
}

.ph-new nav .hs-menu-wrapper > ul > li > a:hover {
  color: #ffa800;
}

.ph-new .sub-menu-toggle {
  color: #fff;
}

.ph-utility-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;     
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.search--box-new {
  border: 1px solid #000;
  position: relative;
  margin-top: 10px;
}

.search--box-new input{
  background-color: transparent;
  border: 0;
  color: #000;
  position: relative;
  padding-left: 40px;
}

.search--box-new:before {
  content: "\f100";
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  bottom: 0;
  margin: auto;
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
  margin-left: 10px;
  color: #000;
  opacity: 0.9;
}

.search--box-new label {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.search--box-new input::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.search--box-new input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.search--box-new input::placeholder {
  color: #fff;
}

.ph-new .mobile-menu {
  color: #fff;
}

.ph-new .mobile-menu:before {
  font-size: 24px;
}

.btn-contact {
  font-size: 18px;
  color: #000;
  letter-spacing: 0;
  font-weight: 700;
  padding: 17px 8px 13px;
  max-width: 161px;
  width: 100%;
  text-align: center;
}

.page-header-sub form { float: right; }

.page-header-main { padding: 13px 0; }

.logo {
    width: 150px;
    float: left;
    margin: 4px 0px;
}

    @media(min-width: 768px) {
        .logo {
            width: 220px;
            margin: 0px;
        }
    }

    @media (min-width: 1025px) {
        .page-header-main { padding: 13px 0 0px; }

        .page .page-header { margin-bottom: 0; }

        .home .page-header { /*margin-bottom: 30px;*/ }

        .page-header a { transition: .4s; }

        .page-header-sub {
            text-align: right;
            padding: 4px 0;
        }

        .page-header-sub form,
        .page-header-sub a {
            float: none;
            display: inline-block;
        }

        .page-header-sub form {
            margin-left: 25px;
            position: relative;
        }

        .search--box input {
            border-radius: 4px;
            border: 1px solid #dbdbdb;
            height: 24px;
            padding: 5px;
            text-transform: capitalize;
        }

        .search--box span { color: #005696; }

        .search--box span:before {
            display: block;
            font-size: 14px;
            font-weight: 400;
            margin-top: -2px;
        }

            .search--box label {
                cursor: pointer;
                display: block;
                position: absolute;
                right: 10px;
                top: 7px;
            }

        .search--box [type="submit"] { display: none; }

        /* Page header scrolled */
         .page-header {
            position: static;
            top: -150px;
            background-color: #fff;
        }

        .page-header.scrolled {
            background-color: #fff;
            position: fixed;
            z-index:999;
            top: 0;
            left: 0;
            width: 100%;
            -webkit-transition: all 250ms ease-in-out;
            -moz-transition: all 250ms ease-in-out;
            -ms-transition: all 250ms ease-in-out;
            -o-transition: all 250ms ease-in-out;
            transition: all 250ms ease-in-out;          
        }

        .page-header.scrolled .phone-number { font-size: 15px; }

        .page-header.scrolled .logo {
            width: 163px;
            margin: 0px;
        }

        .page-header.scrolled .page-header-main { padding: 13px 0; }
        .page-header.scrolled .nav-primary {
            padding: 0;
            top: 0;
        }

		.page-body.scrolled {
    		padding-top: 116px;
		}

        .page-header.scrolled .search--box span:before {
            display: block;
            font-size: 12px;
        }

    }

    @media screen and (max-width: 782px) {
        .admin-bar .page-header { top: 46px; }
    }


/**
 * Navigation
 */

.nav-primary {
    background-color: #fff;
    padding: 15px 0px;
    display: none;
    position: absolute;
    left: 0px;
    top: 61px;
    width: 100%;
    z-index: 99;
}

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

    .nav-primary .hs-menu-wrapper > ul > li > a {
        padding: 6px 10px;
        display: block;
    }

    .nav-primary .hs-menu-wrapper> ul > li a {
        font-family: 'Roboto Condensed', sans-serif;
        color: #575a5d;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
      
    }
.nav-primary .hs-menu-wrapper> ul > li a:hover{
  color: #ffa800;
}
    .nav-primary a:hover,
    .nav-primary > ul .current-menu-item > a,
    .nav-primary .current-page-parent > a,
    .nav-footer .current-menu-item > a {
        color: #ffa800;
        text-decoration: none;
    }

    .nav-primary > ul > li:last-child { border-bottom: none; }

    .menu-item, .hs-menu-item { position: relative; }
.nav-primary .hs-menu-children-wrapper li a{
  text-transform:initial !important;
}
.mobile-menu {
    float: right;
    color: #3b3b3b;
    margin-top: -2px;
    cursor: pointer;
}

    .mobile-menu:before {
        font-size: 32px;
        text-align: center;
        display: block;
        margin: 0px auto;
    }

    .mobile-menu span {
        display: block;
        font-size: 10.58px;
        font-weight: 700;
        text-align: center;
    }

.nav-primary .hs-menu-children-wrapper {
    display: none;
    background-color: #e8ecf0;
    padding: 15px 10px;
}

.sub-menu-toggle {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0px;
    bottom: 0px;
    padding: 6px;
}

.sub-menu-toggle:before {
    font-size: 15px;
    transform: rotate(90deg);
    display: block;
    transition: .4s;
}

    .sub-menu-toggle.js-toggled:before { transform: rotate(-90deg); }

    @media(min-width: 768px) {
        .nav-primary { top: 66px; }
        .mobile-menu { margin-top: 3px; }
    }


    @media (min-width: 1025px) {
      .page-header-top .nav-primary{
        top: auto;
        width: auto;
        padding: 0;
      }

      .page-header-top .nav-primary .hs-menu-wrapper > ul > li {
        display: inline-block;
        margin-right: 10px;
        margin-left: 0;
      }

      .page-header-top .nav-primary .hs-menu-wrapper > ul > li > a {
        padding: 6px 0;
      }

      .ph-email, .ph-number {
        font-size: 15px;
      }
      .ph-logo {
        max-width: 200px;
        width: 100%;
        float: left;
      }
      .ph-logo img{
        width: 100%;
        max-width: 100%;
      }
      .ph-right {
        float: right;
        width: calc(100% - 222px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
        justify-content: flex-end;        
      }
      .ph-number {
        padding-left: 20px;
        /*margin-left: 10px;*/
        margin-right: 20px;
      }
      .ph-email {
        padding-left: 20px;  
      }
      .ph-number:before { 
        background-image: url(https://23546414.fs1.hubspotusercontent-na1.net/hubfs/23546414/ico-phone.svg);
      }
      .ph-email:before {   
        background-image: url(https://23546414.fs1.hubspotusercontent-na1.net/hubfs/23546414/ico-mail.svg);
      }

      .ph-new nav .hs-menu-wrapper > ul > li > a {
        padding: 19px 0;        
      }      
      .search--box-new { 
        border: 1px solid #fff;
      }

      .search--box-new input{
        color: #fff;  
      }

      .search--box-new:before {
        color: #fff;  
      }

      .btn-contact {
        max-width: 138px;
      }

      .ph-new {
        margin-top: 0;
      }

      .ph-new .menu-top-nav-container .hs-menu-wrapper > ul > li {
        margin-left: 0;
        margin-right: 13px;
      }
      
        .nav-primary {
            float: right;
            display: block !important;
            position: relative;
            top: -7px;
            text-align: right;
        }

        .nav-primary li {
            display: inline-block;
            margin-left: 32px;
        }

        .nav-primary .hs-menu-item:hover .hs-menu-children-wrapper { display: block; }

        .nav-primary .hs-menu-children-wrapper {
            position: absolute;
            left: 0;
            text-align: left;
            padding: 0px;
            width: 310px;
            top: 32px;
            background-color: #fff;
            padding-top: 30px;
        }

        .nav-primary .hs-menu-children-wrapper li {
            margin-left: 0px;
            display: block;
            padding: 10px 12px 0px;
            transition: .3s;
        }

        .nav-primary .hs-menu-children-wrapper li:hover,
        .nav-primary .hs-menu-children-wrapper > .current-menu-item,
        .nav-primary .hs-menu-children-wrapper > .current-menu-item a {
            background-color: #1e1e1e;
            color: #fff;
            border-bottom: none;
        }

        .nav-primary .hs-menu-children-wrapper li:hover a {
            color: #fff;
            border-bottom: 1px solid #1e1e1e;
        }

        .nav-primary .hs-menu-children-wrapper .hs-item-has-children a:before {
            content: '\f103';
            font-family: 'flaticon';
            font-size: 10px;
            right: 3%;
            position: absolute;
        }
 
       .nav-primary .hs-menu-children-wrapper .hs-item-has-children .hs-menu-depth-3 a:before {
            content: '';
         display:none;
        }
      
        .nav-primary .hs-menu-children-wrapper a {
            text-transform: none;
            border-bottom: 1px solid #dcdddd;
            padding: 0px 12px 12px;
            display: block;
        }

        .mobile-menu { display: none; }

    }
    @media (min-width: 1280px) {
      .ph-logo {
        max-width: 220px;
        width: 100%;
        float: left;
      }
      .ph-logo img{
        width: auto;
        max-width:initial;
      }
      .page-header-top .nav-primary .hs-menu-wrapper > ul > li {
        margin-right: 20px;
      }
      .ph-email, .ph-number {
        font-size: 18px;
      }
      .ph-number {
        /*margin-left: 22px;*/
        margin-right: 21px;
      }
      .ph-new .menu-top-nav-container .hs-menu-wrapper > ul > li {
        margin-right: 36px;        
      }
      .btn-contact {
        max-width: 161px;
      }
      .ph-new nav .hs-menu-wrapper > ul > li > a{
        font-size: 18px;
      }
    }
    @media (min-width: 1400px){
    .ph-new .menu-top-nav-container .hs-menu-wrapper > ul > li {
        margin-right: 46px;        
      }
    }

/**
 * Masthead
 */

.masthead {
    display: block;
    background:url(../img/blue-pattern.jpg);
}

.masthead--slideshow {
    background-color: blue;
    min-height: 400px;
}

.masthead-content {
    padding: 40px 20px 35px 20px;
    width: 100%;
}

.masthead-content h1 { font-weight: normal; }

.masthead-content p {
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    margin: 17px 0 19px 0;
}

.masthead-bg {
    background-image: url(../img/masthead.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 177px;
    width: 100%;
}

.masthead-inner {
    display: block;
    background:url(https://23546414.fs1.hubspotusercontent-na1.net/hubfs/23546414/blue-pattern.jpg);
    background-color: #024f87;
    min-height: 107px;
    padding: 40px 0;
    text-align: center;
}

    .masthead-inner h1 { font-weight: 400; }

    @media(min-width: 768px) {

        .masthead--slideshow { min-height: 307px; }

        .masthead,
        .masthead-left_side,
        .masthead-right_side,
        .masthead-bg {
            min-height: 332px;
            position: relative;
        }
            .masthead { width: 100%; }
            .masthead-left_side {
                width: 50%;
                float: left;
            }

            .masthead-right_side {
                width: 50%;
                float: right;
            }

            .masthead-content { padding: 40px 30px 35px 20px; }

            .masthead-content p { margin: 21px 0; }

        .masthead-inner {
            min-height: 139px;
            padding: 57px 0;
        }

    }

    @media(min-width: 1025px) {

        .masthead-left_side,
        .masthead-right_side { min-height: 518px; }

        .masthead {
            background-color: #fff;
            background-image: none;
            min-height: 562px;
        }

        .masthead-left_side { background:url(../img/blue-pattern.jpg); }

        .masthead-content {
            padding: 107px 0;
            position: absolute;
            right: 12%;
            width: 430px;
        }

        .masthead-bg {
            margin-top: -30px;
            min-height: 580px;
        }

        .masthead-content h1 {
            font-size: 58px;
            line-height: 68px;
        }

        .masthead-content p { margin: 30px 0 30px 0; }

        .masthead-inner {
            min-height: 199px;
            padding: 68px 0;
            text-align: left;
        }
    }

    @media(min-width: 1100px) {
        .masthead-content { right: 17%; }

    }

    @media(min-width: 1200px) {
        .masthead-content { right: 24%; }
        .masthead-content h1 {
            font-size: 71px;
        }
    }

    @media(min-width: 1300px) {
        .masthead-content { right: 31%; }

    }


/**
 * Text - Title Section
 */

.statement { padding: 40px 0 20px 0; }

.statement h2 { font-weight: 700; }

.statement p { color: #4b4b4b; }

    @media(min-width: 768px) {

        .statement { padding: 47px 0 0 0; }

        .statement h2 {
            font-size: 30px;
            text-align: right;
        }

        .statement p:first-child { margin-top: 0; }
    }

    @media(min-width: 1025px) {

        .statement { padding: 81px 0 18px 0; }

        .statement h2 {
            color: #3b3b3b;
            font-size: 60px;
            line-height: 58px;
        }

    }


/**
 * Image - button Section
 */

.image-button_section {
    padding: 27px 0 0 0;
    text-align: center;
}

.image-button_section h2 { margin-bottom: 28px; }

.page .image-button_section {
    padding: 80px 0 0 0;
    text-align: center;
}

.hovereffect,
.page-id-10 .hovereffect {
    min-height: 191px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    position: relative;
}

    .hovereffect img,
    .page-id-10 .hovereffect img {
        width: 100%;
        min-height: 191px;
    }

.overlay {
    color: #fff;
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 35px;
    width: 100%;
    margin: 0;
    padding: 9px 0;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .overlay:after {
        background-color: rgba(0,0,0,0.7);
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
    }

    .overlay h5 {
        color: #fff;
        font-size: 16px;
        line-height: 13px;
        margin: 0;
        text-transform: uppercase;
    }

    .page .overlay-btn,
    .page-id-10 .overlay-btn { margin-top: 50px; }

    .page-id-10 .overlay h5,
    .page-id-10 .overlay-btn a { text-align: center; }


    @media(min-width: 500px) {
        .overlay {
            height: 65px;
            padding: 22px 0;
        }
    }


    @media(min-width: 768px) {

        .image-button_section {
            background-image: url(../img/cross-line-bg.png);
            background-size: cover;
            background-repeat: no-repeat;
            min-height: 100px;
            padding: 58px 0 64px 0;
            width: 100%;
        }

        .image-button_section h2 { margin-bottom: 25px; }

        .page .image-button_section { background-image: none; }

        .img-btn {
            margin: 0;
            padding: 0 0 0 20px;
        }

        .img-btn:nth-child(even){ padding: 0 20px 0 20px; }

        .hovereffect,
        .hovereffect img {
            height: 244px;
            width: 100%;
        }

            .overlay {
                height: 90px;
                padding: 8px 0;
            }

            .overlay h5 {
                font-size: 14px;
                line-height: 30px;
            }

           .overlay .overlay-content p { display: none; }

        .overlay-btn {
            background-color: #fff;
            border-bottom: 4px solid #ffa800;
            height: 44px;
            padding: 0;
            position: relative;
            width: 100%;
            bottom: -8px;
        }

            .overlay-btn a {
                color: #1e1e1e;
                float: left;
                font-family: 'Open Sans', sans-serif;
                font-size: 14px;
                font-weight: 700;
                width: 50%;
                text-transform: uppercase;
                height: 40px;
                padding: 10px 0;
            }

            .home .overlay-btn a { width: 50% !important; }

                .overlay-btn a:hover {
                    background-color: #ffa800;
                    color: #fff;
                    text-decoration: none;
                }

                .overlay-btn a:first-child { border-right: 2px solid #dfdfdf !important; }

                .overlay-btn span:before {
                    display: inline-block;
                    font-size: 15px;
                    margin-left: 10px;
                }

        .page .overlay-btn,
        .page-id-10 .overlay-btn { margin-top: 0; }

        .page .overlay-btn a,
        .page-id-10 .overlay-btn a {
            border: 0;
            width: 100%;
        }

    }

    @media(min-width: 900px) {
        .hovereffect,
        .hovereffect img {
            height: 280px;
            width: 100%;
        }
    }

    @media(min-width: 1025px) {

        .hovereffect,
        .hovereffect img { min-height: 332px; }

            .overlay { height: 65px; }

            .overlay h5 {
                font-size: 32px;
                line-height: 53px;
                text-align: left;
                padding-left: 20px;
            }

            .overlay .overlay-content p {
                display: block;
                font-size: 13px;
                line-height: 20px;
                margin: 0;
            }

        .hovereffect:hover .overlay {
            width: 100%;
            height: 100%;
            padding: 0;
            text-align: left;
        }

        .hovereffect:hover .overlay-content h5 {
            line-height: 50px;
            padding-top: 20px;
        }

        .hovereffect:hover .overlay-content p { padding: 0 20px; }

        .overlay-btn {
            height: 50px;
            bottom: -12px;
        }

            .overlay-btn a {
                font-size: 15px;
                padding: 15px 20px 31px;
            }

        .page .overlay h5,
        .page-id-10 .overlay h5 {
            text-align: center;
            padding-left: 0;
        }

        .page .hovereffect:hover .overlay-content {
            height: 270px;
            padding: 100px 0;
        }

        .page-id-10 .hovereffect:hover .overlay-content { padding: 74px 0; }

        .page .overlay-btn,
        .page-id-10 .overlay-btn { text-align: center; }

        .page .overlay-btn a,
        .page-id-10 .overlay-btn a { padding: 15px 20px 31px; }

    }

    @media(min-width: 1100px) {

        .page .hovereffect { max-height: 328px; }

        .hovereffect,
        .hovereffect img { min-height: 380px; }

        .overlay {
            height: 76px;
            padding: 18px 0;
        }

        .overlay .overlay-content p {
            font-size: 15px;
            line-height: 22px;
        }

        .overlay-btn { height: 56px; }

            .overlay-btn a {
                font-size: 18px;
                padding: 16px 20px 36px;
            }

        .page .overlay-btn a,
        .page-id-10 .overlay-btn a { padding: 17px 20px 35px; }

        .page .hovereffect:hover .overlay-content {
            height: 312px;
            padding: 121px 0;
        }
        .page-id-10 .hovereffect:hover .overlay-content { padding: 71px 0; }

    }

    @media(min-width: 1200px) {

        .page .hovereffect { max-height: 328px; }

        .hovereffect,
        .hovereffect img { min-height: 404px; }

            .hovereffect:hover .overlay-content h5 {
                padding-left: 40px;
                padding-top: 0px;
            }

            .hovereffect:hover .overlay-content p { padding: 0 40px; }

        .hovereffect:hover .overlay-content h5 { padding-top: 43px; }

        .overlay-btn,
        .page .overlay-btn {
            bottom: -14px;
            height: 78px;
        }

            .overlay-btn a,
            .page .overlay-btn a,
            .page-id-10 .overlay-btn a { padding: 25px 40px 49px; }

        .page .overlay {
           height: 65px;
           padding: 7px 0;
        }

        .page .hovereffect:hover .overlay-content h5,
        .page-id-10 .hovereffect:hover .overlay-content h5 { padding-top: 0; }

        .page .hovereffect:hover .overlay-content { padding: 131px 0; }
        .page-id-10 .hovereffect:hover .overlay-content { padding: 69px 0; }

    }

    @media(min-width: 1300px) {
        .page .hovereffect img { max-height: 384px; }
        .hovereffect:hover .overlay-content h5 { padding-top: 32px; }
        .overlay .overlay-content p { line-height: 23px; }
    }

    @media(min-width: 1366px) {

        .hovereffect,
        .hovereffect img { min-height: 404px; }

        .page-id-10 .hovereffect,
        .page-id-10 .hovereffect img { min-height: 314px; }

        .overlay { padding: 14px 35px; }

        .overlay .overlay-content p { margin-top: 30px; }

        .hovereffect:hover .overlay-content p { margin-top: 0; }

        .overlay-btn { bottom: -37px; }

        .page-id-10 .hovereffect:hover .overlay-content { padding: 86px 0; }

    }


/**
 * Section With Tabs
 */

.bg-dark {
    background-color: #161616;
    color:#fff;
}

.tab-title-container {
    background-color: #111111;
    text-align: center;
}

.tab-title .slick-slide span {
    background-color: transparent;
    color: #74787b;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    padding: 15px 7px;
    display: block;
}

.tab-title .slick-current span { background-color: #161616; }

.tab-title-container h2 {  padding: 35px 0px 40px;  }

.tab-title-container h2,
.tab-title .slick-current span,
.tab-cont h2 { color: #fff; }

.tab-cont { padding: 45px 0px; }

    .tab-cont .btn-primary {
        text-align: center;
        margin: 0px auto;
    }

.tab-seo { display: none; }

/* Tab Highlight */

.tab-highlight {
    background-image: url(../img/blue-pattern.jpg);
    float: left;
    width: 100%;
}

    .icon-star:before { content: url(../img/icon-star.png); }

    .tab-highlight {
        margin-top: 30px;
        padding: 32px 30px;
    }

    .tab-highlight h3 { margin: 10px 0px 6px }

    .tab-highlight p { margin: 0px; }

    @media(min-width: 768px) {

        .tab-cont article {
            float: right;
            width: 50%;
            padding-left: 30px;
        }

            .tab-cont article .btn-primary { display: none; }

        .tab-seo {
            display: block;
            background-image: url(../img/wielding.jpg);
            min-height: 365px;
            width: 50%;
            background-size: cover;
            padding: 260px 50px 0px;
            float: left;
            text-align: center;
        }

    }

    @media(min-width: 1025px) {

        .tab-title { margin-top: 63px; }

        .tab-cont article {
            width: 58%;
            padding-top: 25px;
        }

            .tab-cont article h2 { line-height: 40px; }

        .tab-seo {
            width: 41%;
            min-height: 480px;
            padding: 375px 15px 0px;
        }

        .tab-title .slick-slide span {
            padding: 15px 13px;
            cursor:pointer;
        }

        .tab-highlight p { font-size: 18px; }

        .tab-highlight { padding: 40px 30px 50px; }

    }

    @media(min-width: 1200px) {

        .tab-title { margin-top: 45px; }
        .tab-title-container h2 {
            font-size: 26px;
            position: absolute;
            top: 19px;
        }

        .tab-title .slick-slide span { padding: 18px 7px; }

    }

    @media(min-width: 1366px) {

        .tab-title-container .row {
            max-width: 1366px;
            margin: 0px auto;
        }

         .tab-title-container h2 {
            font-size: 30px;
            padding: 35px 0px 0px;
        }

    }


/**
 * White Section With Text
 */

.text-with-img { padding: 43px 0px; }

.text-with-img .btn-primary {
    display: inline-block;
    margin-top: 50px;
}

    @media(min-width: 768px) {

        .text-with-img {
            padding: 57px 0px 52px 0;
            position: relative;
            min-height: 584px;
            width: 100%;
        }

            .text-with-img .white-section-img {
                background-image: url(../img/cart.png);
                background-position: left;
                background-repeat: no-repeat;
                bottom: -9%;
                content: "";
                height: 581px;
                position: absolute;
                right: -50%;
                width: 50%;
            }

        .text-with-img .btn-primary { margin-top: 29px; }

    }

    @media(min-width: 900px) {
        .text-with-img .white-section-img { bottom: -17%; }
    }

    @media(min-width: 1025px) {

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

            .text-with-img .white-section-img {
                bottom: -16%;
                right: -71%;
                width: 74%;
            }

        .text-with-img .btn-primary { margin-top: 40px; }

    }

    @media(min-width: 1200px) {
        .text-with-img .white-section-img { bottom: -19%; }
    }

    @media(min-width: 1300px) {
        .text-with-img .white-section-img {
            bottom: -22%;
            width: 70%;
        }
    }


/**
 * Light Blue Background
 */

.bg-light-blue {
    background-color: #e8ecf0;
    padding: 40px 20px 0 20px;
    min-height: 695px;
}

    .bg-light-blue p {
        margin-bottom: 50px;
        margin-top: 27px;
    }

    .bg-light-right { padding: 20px 0; }


    @media(min-width: 768px) {

        .bg-light-blue,
        .bg-light-left,
        .bg-light-right,
        .img-bg {
            min-height: 1241px;
            padding: 0;
            position: relative;
        }
            .bg-light-blue { width: 100%; }

            .bg-light-left {
                width: 40%;
                float: left;
            }

            .bg-light-right {
                width: 60%;
                float: right;
            }

            .bg-light-blue p {
                margin-bottom: 58px;
                margin-top: 23px;
            }

        .img-bg {
            background: url(../img/cta-banner.png) center no-repeat;
            background-size: cover;
            height: 580px;
            width: 100%;
        }

            .img-bg:after {
                background: url(../img/cookies.png) top right no-repeat;
                content: '';
                height: 580px;
                position: absolute;
                width: 100%;
                bottom: 0;
            }

        .bg-light-right article {
            padding: 35px 0 0 20px;
            position: absolute;
            left: 0;
            width: 444px;
        }

    }

    @media(min-width: 1025px) {

        .bg-light-blue,
        .bg-light-left,
        .bg-light-right,
        .img-bg { min-height: 950px; }

            .bg-light-right article {
                left: 5%;
                padding: 50px 0 0 20px;
                width: 560px;
            }

            .bg-light-blue p {
                margin-bottom: 24px;
                margin-top: 28px;
            }

        .img-bg { height: 473px; }

            .img-bg:after {
                background: url(../img/cookies.png) top center no-repeat;
                height: 473px;
            }

    }

    @media(min-width: 1100px) {
        .bg-light-right article { width: 585px; }
    }

    @media(min-width: 1200px) {
        .bg-light-right article {
            padding: 65px 0 0 20px;
            width: 640px;
        }
    }

    @media(min-width: 1300px) {
        .bg-light-right article {
            padding: 95px 0 0 0;
            max-width: 100%;
            width: 733px;
        }
    }


/**
 * Page-Inner-content
 */

.main-content { padding: 59px 0 0 0; }

.inner-content p,
.inner-content ul { line-height: 27px; }
.inner-content li { margin-bottom: 10px; }

.inner-content span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.page-sidebar { padding: 30px 0 77px 0; margin-bottom: 40px; }

.products-widget {
    background-color: #1e1e1e;
    padding: 30px 24px;
    position: relative;
    width: 100%;
}

    .products-widget h3 { color: #ffa800;  margin-top: 0; }

    .products-widget ul {
        list-style: none;
        padding: 0;
        margin: 10px 0 0 0;
    }

    .products-widget li {
        border-bottom: 1px solid #393939;
        padding: 5px 0;
    }

        .products-widget li:nth-child(3) { padding-bottom: 0; }
        .products-widget li:last-child { border-bottom: 0; }

    .products-widget .menu > .current_page_parent { display: block; }

    .products-widget a {
        color: #dadada;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400;
        text-transform: capitalize;
        display: block;
    }

        .products-widget a:hover,
        .products-widget .current-menu-item > a {
            color: #fff;
            font-weight: 700;
            text-decoration: none;
        }

    .products-widget span:before {
        display: inline-block;
        font-size: 10px;
        position: absolute;
        right: 10%;
    }

    .products-widget .menu a:after,
    .products-widget .sidebar-sub-menu a:after {
        content: '\f103';
        font-family: 'flaticon';
        font-size: 10px;
        right: 3%;
        position: absolute;
    }

    .products-widget .sub-menu { margin: 5px 0 0 0; }
    .products-widget .sub-menu li:first-child { border-top: 1px solid #393939; }

    .products-widget .sidebar-sub-menu {
      margin-top: 10px;
      padding-top: 5px;
    }

.contact-sidebar a {
    display: block;
    line-height: 1.5em;
    transition: .4s;
    font-size: 15px;
    font-family: 'Open sans';
    font-weight: 400;
}

.contact-sidebar a:before { padding-right: 12px; }

.pin-icon {
    display: block;
    margin: 12px 0px 0px;
}

.pin-icon:before {
    display: inline-block;
    float: left;
    content: url(../img/pin-icon.png);
}

.smart-phone-icon:before {
    display: inline-block;
    float: left;
    content: url(../img/smart-phone-icon.png);
    position: relative;
    top: -2px;
}

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

    @media(min-width: 768px) {
        .inner-content .alignleft {
            margin-right: 44px;
            margin-top: 7px;
        }

        .products-widget span:before { right: 5%; }


    }
    
     @media(max-width: 1281px) {
    .page-id-6 .inner-content {
            padding-right: 0;
            }
     }

    @media(min-width: 1025px) {
        .inner-content {
            padding-right: 100px;
            padding-bottom: 40px;
        }

        .page-sidebar { padding-bottom: 0; }

        .products-widget span:before { right: 10%; }

        .tab-highlight { color: #fff; }

        .page-sidebar .tab-highlight p { font-size: 16px; }

    }


/**
 * Page-inner bg-dark
 */

.bg-dark-with-line {
    background-image: url(../img/cross-black-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 810px;
    padding: 71px 0 64px 0;
    width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
        justify-content: center;
}

    .bg-dark-with-line  { margin-top: 25px; }

    .bg-dark-with-line .btn-secondary { margin-top: 26px; }

	.bg-dark-with-line h1,
    .bg-dark-with-line h2,
	.bg-dark-with-line h3,
    .bg-dark-with-line h4,
	.bg-dark-with-line h5 ,
	.bg-dark-with-line h6 { color: #fff; }

    @media(min-width: 768px) {
        .bg-dark-with-line { min-height: 539px; }
    }

    @media(min-width: 1025px) {
        .bg-dark-with-line { min-height: 488px; }
    }

section.bg-dark-with-line .row .col-md-8 > h2,
section.bg-dark-with-line .row .col-md-8 > h3,
section.bg-dark-with-line .row .col-md-8 > h4,
section.bg-dark-with-line .row .col-md-8 > h5 {
    margin-top: 0;
}


/**
 * White - Background
 */

.white-bg_section { padding: 50px 0;}

.white-bg_section h4 { margin-top: 50px; }

.white-bg_section p { line-height: 27px; }

    @media(min-width: 1025px) {
        .white-bg_section { padding: 77px 0; }
    }


/**
 * Page-footer
 */

.page-footer { position: relative; }

.page-footer a:hover { text-decoration: none; }

.page-footer-main {
    background-color: #005696;
    color: #fff;
    padding: 45px 0 0 0;
}

    .footer-logo {
        display: block;
        margin-top: 30px;
    }

    .nav-add,
    .logo-iso { margin-top: 30px; }

    .nav-footer ul {
        list-style: none;
        padding-left: 0px;
    }

        .nav-footer li {
            width: 49%;
            display: inline-block;
            padding: 0 0px 0 7px;
        }

        .nav-footer a {
            color: #e4f3fd;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 14px;
            font-weight: 400;
            text-transform: uppercase;
            line-height: 32px;
        }

        .nav-footer a:hover { color: #ffa800; }

    .page-footer-main h6 {
        background-color: #15649f;
        padding: 4px 7px;
    }

    .footer-info a {
        color: #fff;
        display: block;
        font-weight: 400;
        margin-top: 17px;
    }

.back-to-top {
    margin-top: 35px;
    display: block;
    background-color: #155e93;
    color: #ffa800;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 13px;
}

    .back-to-top:after {
        content: "\f103";
        display: inline-block;
        font-family: Flaticon;
        font-size: 12px;
        font-weight: normal;
        margin-left: 10px;
        transform: rotate(-90deg);
    }


.page-footer-bottom {
    background-color: #fff;
    padding: 10px 0;
}

    .footer-nav {
        list-style: none;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .footer-nav a,
    .footer-nav li {
        color: #575a5d;
        display: inline-block;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

        .footer-nav li:after {
            content: " | ";
            display: inline-block;
            margin: 0 10px;
        }

        .footer-nav li:last-child,
        .footer-nav li:nth-child(5) {
            display: inline-block;
            margin-right: 5px;
            position: relative;
        }

		.footer-nav .nav-copyright li:last-child {
			top: 0;
		}

		.footer-nav .nav-copyright {
			display: inline-block;
		}

        .footer-nav li:last-child:after,
        .footer-nav li:nth-child(5):after { display: none; }

        .footer-nav a:hover { color: #ffb422; }

        .footer-nav .fb-icon {
            background-color: #ffa800;
            color: #fff;
            padding: 9px 3px 0px 3px;
            border-radius: 50%;
        }

		li.social:after {
			display: none;
		}

		li.social {
			position: relative;
			top: 6px;
			margin-right: 1px;
		}

        .footer-nav .icon-facebook {
            color: #fff;
            display: block;
            margin: 0 0 0 3px;
            font-size: 15px;
        }

        .footer-nav .icon-linkedin-with-circle {
            font-size: 25px;
            color: #ffa800;
        }

        .footer-nav .fb-icon:hover,
        .footer-nav .icon-facebook:hover,
        .footer-nav .icon-linkedin-with-circle:hover { opacity: .7; }

.page-id-14 .page-footer-quote { display: none; }

.page-footer-quote {
    display: block;
    position: fixed;
    z-index: 999 !important;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    height: 48px;
    overflow: hidden;
}

    .quote--hover {
        background-color: #fff;
        width: 100%;
        height: 85%;
        overflow: scroll;
        position: fixed;
    }

    .quote-btn {
        background-color: #ffa800;
        color: #fff;
        cursor: pointer;
        text-transform: uppercase;
        text-align: center;
        padding: 14px;
        position: relative;
    }

        .quote-btn span {
            color: #fff;
            font-size: 13px;
            font-family: 'Open Sans', sans-serif;
            font-weight: 700;
        }

        .quote-btn span:after {
            content: "\f103";
            display: inline-block;
            font-family: Flaticon;
            font-size: 9px;
            font-weight: 400;
            margin-left: 10px
        }

.quote-form {
    background-color: #fff;
    padding: 30px 0;
    margin-top: -1px;
    height: auto;
}

    .quote-form label {
        color: #797b7e;
        font-size: 13px;
        letter-spacing: 1px;
        margin-bottom: 7px;
    }

    .quote-form input,
    .quote-form .selectric { margin-bottom: 0; }

    .quote-form .wpcf7-form-control-wrap { margin-bottom: 25px; }

    .quote-form input,
    .quote-form .selectric { height: 40px; }
    .quote-form textarea { height: 93px; }

    .quote-form [type="submit"] {
        padding: 0 34px;
        float: right;
        margin-top: 40px;
    }

    .quote-form [type="date"] { font-weight: 700; }

    .quote-form .mes {
        display: block;
        font-size: 12px;
        margin-bottom: 20px;
        margin-top: -24px;
    }

    .quote-form .selectric {
        border: 1px solid #a8abad;
        border-radius: 0px;
        background: #fff;
        position: relative;
        overflow: hidden;
    }

    .quote-form .selectric .button {
        background-color: #fff;
        color: #9ea1a4;
        border-left: 1px solid #a8abad;
        top: 4px;
        height: 31px;
    }

        .quote-form .selectric .button::after { border-top-color: #797b7e; }

.quote-close {
    position: absolute;
    right: 2%;
    top: 17px;
    opacity: 0;
    transition: .4s;
}

.quote--hover .quote-close {
    opacity: 1;
    z-index: 99999;
    cursor: pointer;
}

.quote-form .btn-secondary {
    padding: 10px 25px;
    font-size: 14px;
}

.page-id-14 .wpcf7 .mes { display: none; }

.search .products-widget { display: none; }

span.quote-close.text-close {
    position: relative;
    float: right;
    top: 0;
    text-decoration: underline;
    right: 0;
    color: #797b7e;
    font-size: 14px;
}

span.quote-close.text-close:hover {
	color: #005189;
}

    @media(min-width: 768px ) {
        .footer-nav li:last-child,
        .footer-nav li:nth-child(5) { margin-right: 1px; }
    }

    @media(min-width: 1025px) {
        .page-footer-main { padding-top: 62px; }

        .page-footer a { transition: .4s; }

        .footer-nav li:last-child,
        .footer-nav li:nth-child(5) { margin-right: 5px; }

        .nav-add,
        .logo-iso {
            margin-top: 0;
            padding-bottom: 30px;
        }

        .logo-iso { margin: 0 auto; }

        .back-to-top {
            padding: 24px 0;
            position: relative;
            right: 0;
            height: 53px;
            width: 100%;
            bottom: -2px;
        }

            .back-to-top:after,
            .quote-btn span:after { display: none; }

            .back-to-top:before,
            .quote-btn span:before {
                content: "\f103";
                font-family: Flaticon;
                font-size: 12px;
                font-weight: normal;
                transform: rotate(-90deg);
                position: absolute;
            }

            .back-to-top:before {
                top: 10px;
                left: 47%;
            }

            .quote-btn span:before {
                font-size: 10px;
                font-weight: normal;
                top: 5px;
                left: 49.7%;
                top: 5px;
            }


        .quote-btn {
            background-color: transparent;
            background-image: url(../img/quote-curve.png);
            background-repeat: no-repeat;
            background-position: center;
            display: block;
            height: 48px;
            padding: 16px 0;
            width: 100%;
        }

        .quote-form { height: auto; }

    }


/**
 * Print CSS
 */

@media print {

    /* Reset*/
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !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 */
        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;
    }

    a[href]:after {
        /* Show URLs after links */
        content: " (" attr(href) ")";
    }


    /* 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;
        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 {
    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; }

}

.page-sidebar .menu li { display: none; }

.page-sidebar .menu .current-menu-item,
.page-sidebar .menu .current-menu-ancestor,
.page-sidebar .menu .current-menu-item li,
.page-sidebar .menu .current-menu-ancestor li { display: block !important; }

.page-sidebar .menu .menu-item-has-children > a,
.page-sidebar .menu .current-menu-ancestor > a { display:none; }


.hero-site-intro {
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-site-intro:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/content/uploads/2022/04/hero-gradient-overlay.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  opacity: 0.7;
}

.hero-site-intro > * {
  position: relative;
  z-index: 1;
}

.hero-site-intro .container {
  padding-top: 141px;
  padding-bottom: 150px;
}

.hsi-content {
  max-width: 580px;
}

.hsi-heading {
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: normal;
}

.hsi-desc {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 32px;
}

.btn-hsi {
  font-size: 18px;
  color: #000;
  letter-spacing: 0;
  font-weight: 700;
  padding: 17px 8px 13px;
}


.soultion-provider {
  padding: 52px 0 34px;
  text-align: center;
}

.soultion-provider h2 {
  margin-bottom: 25px;
}

.sp-link {
  display: block;
  position: relative;
  text-decoration: none;
  border: 1px solid #C3C3C3;
  margin-bottom: 15px;
}

.sp-link:hover {
  text-decoration: none;
}

.sp-img {
  position: relative;
  width: 100%;
  height: 221px;
  overflow: hidden;
  display: block;
}

.sp-img img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  display: block;
  margin: auto;
  transition: 0.25s all linear;
}

.sp-link:hover img {
  transform: scale(1.2);
}

.sp-title {
  position: relative;
  background-color: #264D8B;
  color: #fff;
  text-align: center;
  display: block; 
  padding: 15.5px 8px;
}

.sp-title:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #ffa800;
  transition: 0.25s all linear;
}

.sp-link:hover .sp-title:before {
  width: 100%;
}

.sp-title span {
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.industries-served {
  padding: 68px 0 59px;
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
}

.industries-served:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E9ECF0;
  opacity: 0.93;
}


.industries-served > * {
  position: relative;
  z-index: 1;
}

.industries-served h2 {
  margin-bottom: 40px;
}

.is-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;  
  background-color: #fff;
  margin-bottom: 18px;
}

.is-icon {
  background-color: #264D8B;
  width: 99px;
  height: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;  
}

.is-icon img {
  display: block;
  max-height: 64px;
  width: auto;
  max-width: 100%;
  margin: auto;
}

.is-title {
  width: calc(100% - 99px);
  font-weight: 700;
  font-size: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;  
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px;
}

.btn-is {
  font-size: 18px;
  color: #000;
  letter-spacing: 0;
  font-weight: 700;
  padding: 17px 20px 13px;
  margin-top: 27px;
}

.capabilities-module {
  background-color: #161616;
  padding: 36px;
}

.capabilities-module h2 {
  text-align: center;
  margin: 0;
  color: #fff;
  margin-bottom: 38px;
}

ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 1147px;
  margin: auto;
}

ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 12px 0px;
  color: #fff;
  overflow: hidden;
  position: relative;
  width: 33.33%;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  position: relative;
}

ul.tabs li:before {
  content: '';
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 26px;
  height: 2px;
  background-color: #fff;
}


ul.tabs li.active {
  color: #FFB422;
  display: block;
}

ul.tabs li.active:before {
  background-color: #FFB422;
}

.tab_container {
  clear: both;
  float: left;
  width: 100%;
  overflow: auto;
}

.tab_content {
  padding: 0;
  display: none;
}

.tab_drawer_heading { display: none; }

.capabilities-module .tab-highlight {
  color: #fff;
}

.capabilities-module .tab-seo {
  display: block; 
  text-align: center;
  clear: both;
}

.capabilities-module .tab-seo img {
  display: block;
  margin: auto;
}

.blog-module {
  text-align: center;
  padding: 65px 0 33px;
}

.blog-module h2 {
  margin-bottom: 28px;
}

.bm-wrap {
  margin-bottom: 9px;
}

.bm-item {
  background-color: #E9ECF0;
  padding: 40px 34px;
  position: relative;
  margin-bottom: 24px;
}

.bm-item:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 105px;
  background: -moz-linear-gradient(top, rgba(234,236,240,0.65) 0%, rgba(234,236,240,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(234,236,240,0.65) 0%,rgba(234,236,240,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(234,236,240,0.65) 0%,rgba(234,236,240,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bm-item p {
  font-size: 18px;
  line-height: 25px;
  color: #5B5B5B;
  text-align: left;
}

.bm-title {
  text-transform: inherit;
  font-size: 21px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #1E1E1E;
  font-weight: 700;
  margin-top: 0;
  letter-spacing: 0;
}

.bm-link {
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 25px;
  color: #264D8B;
  position: relative;
}

.page-header-top .remove-new {
  display: none !important;
}


@media (max-width:1025px) {
  .tabs {
    display: none;
  }
  .tab_drawer_heading {
    background-color: #111;
    color: #fff;
    border-top: 1px solid #111;
    margin: 0;
    padding: 12px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: inherit;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Roboto Condensed',sans-serif;
    position: relative;
    padding-right: 32px;
  }
  .tab_drawer_heading:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 100%;
    background-image: url(../img/ico-plus.svg);
    background-position: center;
    background-repeat: no-repeat;
  }
  .d_active {
    background-color: #111;
    color: #ffb422;
  }
  .d_active:before {
    background-image: url(../img/ico-minus.svg);
  }
  .capabilities-module .tab-cont {
    padding-top: 0;
    width: 100%;
  }
  .capabilities-module .tab-cont article {
    width: 100%;
  }
  .capabilities-module .tab-seo {
    width: 100%;
    position: static;
    background-image: none;
    padding: 0;
  }
  .capabilities-module .tab-cont h3 {
    display: none;
  }
  .capabilities-module .tab-highlight {
    padding: 0;
    background-image: none;
  }
  .capabilities-module .btn-primary {
    margin: 24px 0;
  }
}

@media (min-width:768px) {
  .hsi-heading { 
    font-size: 31px;
  }
  
}

@media (min-width:1025px) {
  .hsi-heading { 
    font-size: 50px;
    line-height: 68px;
  }
  .bm-item {
    margin-bottom: 0;
  }
  .capabilities-module .tab-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;        
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .capabilities-module .tab-seo {
    position: relative;
    overflow: hidden;
  }
  .capabilities-module .tab-seo img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    margin: auto;
    display: block;
  }
  .capabilities-module .tab-seo .btn-primary {
    position: relative;
    z-index: 1;
  }
}

@media (min-width:1200px) {
  .hsi-heading { 
    font-size: 71px;
    line-height: 72px;
  }
  ul.tabs li { 
    width: 25%;
  }
}
.is-link{
  color: #000000;
  text-decoration: none;
  &:hover{
    color:#000000;
  text-decoration: underline;
  }
}
.career-bg_section 
    img {
        width: 100%;
        
    }
.career-imgbox{
    display: block;
    overflow: hidden;
    /*max-width: 276px;*/
    width: 100%;
    /*margin: 0 auto;*/
    position: relative;
    padding-top: 100%;
}
@media (min-width:320px) {
    .career-imgbox{
        padding-top: 120%;
    }
    }
@media (min-width:480px) {
    .career-imgbox{
        padding-top: 120%;
    }
    }
@media (min-width:640px) {
    .career-imgbox{
        padding-top: 125%;
    }
    }
    @media (min-width:1025px) {
    .career-imgbox{
        padding-top: 136%;
    }
    }
.career-imgbox img{
    bottom: -100%;
    left: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    right: -100%;
    top: -100%;
}

.career-imgbox .lightbox{
    display: inline-block;

}   
.page-id-264 .col-md-offset-2 {
    margin-left: 0;
}
.gallery-slider.slick-arrow {
    font-size: 16px;
    width: 48px;
    height: 48px
    border: 0;
    z-index: -1;
}
    .gallery-slider.slick-arrow:hover .gallery-slider.slick-arrow:focus {
      border-color: transparent;
      background: rgb(234,0,18); /* Old browsers */
      background: -moz-linear-gradient(top, rgba(234,0,18,1) 0%, rgba(255,84,0,1) 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(234,0,18,1) 0%,rgba(255,84,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(234,0,18,1) 0%,rgba(255,84,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      .slick-arrow:hover:before {
        /*opacity: 1;*/
      }
      .gallery-slider.slick-arrow:hover:after{
        border: 9px solid transparent;           
      }
    }
    .gallery-slider .slick-arrow:hover:before {
      content:'';
      position: absolute;
      width: 24px;
      height: 24px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 16px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      opacity: 0.45;
      background-repeat: no-repeat;
    }
   .gallery-slider .slick-arrow:hover:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 9px solid rgba($black,0.12);
     
    }
    .gallery-slider .slick-next {
      right: -34px;
      background-color: #1e1e1e;
      background-image: url(https://www.madsenwire.com/content/themes/madsenwire/assets/img/chevron-right-white.svg);
      z-index: 999;
	    width:36px;
	    height: 40px;
	    display: inline-block;
	    background-size: 37px;    
	    position: absolute;
	    background-repeat: no-repeat;
	    top:231px;
  }

  @media (max-width: 340px) {
  .gallery-slider .slick-next {
    right: 21px;
    width:28px;
    height: 30px;
    background-color: #1e1e1e;
    background-size: 29px; 
    top:163px;
  }
}
@media (max-width: 768px) {
  .gallery-slider .slick-next {
    right: 20px;
    width:28px;
    height: 30px;
    background-color: #1e1e1e;
    background-size: 29px; 
    top:135px;
  }
}
    .gallery-slider .slick-next:hover .slick-next:focus {
        
          background-image: url(https://www.madsenwire.com/content/themes/madsenwire/assets/img/chevron-right-white.svg);                  
        
      }
   /* .gallery-slider .slick-next:before {
        background-image: url(https://www.madsenwire.com/content/themes/madsenwire/assets/img/chevron-right-white.svg);
}   */     
      

    .gallery-slider .slick-prev {
      left: -34px;
      background-color: #1e1e1e;
      background-image: url(https://www.madsenwire.com/content/themes/madsenwire/assets/img/chevron-compact-left-white.svg);
      z-index: 999;
    width:36px;
    height: 40px;
    display: inline-block;
    background-size: 37px;    
    position: absolute;
    background-repeat: no-repeat;
    top:231px;
  }

  @media (max-width: 340px) {
  .gallery-slider .slick-prev {
    left: 20px;
    width:28px;
    height: 30px;
    background-color: #1e1e1e;
    background-size: 29px; 
    top:163px;
  }
}
@media (max-width: 768px) {
  .gallery-slider .slick-prev {
    left: 20px;
    width:28px;
    height: 30px;
    background-color: #1e1e1e;
    background-size: 29px; 
    top:135px;
  }
}
     .gallery-slider .slick-prev:hover .slick-prev:focus {
        .slick-prev:before {
          background-image: url(https://www.madsenwire.com/content/themes/madsenwire/assets/img/chevron-compact-left-white.svg);                  
        }
      }
      .gallery-slider .slick-prev:before {
      	left:-56px;
        background-image: url(https://www.madsenwire.com/content/themes/madsenwire/assets/img/img/ico-arrow1-prev.svg);
      }
    
    @media(min-width: 1025px) {
      width: 85px;
      height: 85px;
      top: 36.5%;
      &:before {
        width: 23px;
        height:37px;
      }
      /*&.slick-next {
        right: -156px;
      }
      &.slick-prev {
        left: -160px;
      }*/
    }
.si-golden-logo{
    position: absolute;
    top: 50px;
    z-index: 2;
    left: 5px;
    display: inline-block;
}
.si-golden-logo img{
	display: inline-block;
    width: 190px;
    }
@media (min-width:320px) and (max-width:960px){
    .si-golden-logo{
    top: 10px;
    }
	.si-golden-logo img{
    width: 90px;
    margin-top: 5px;
    }
}

@media (min-width:769px) and (max-width:1024px){
    .si-golden-logo{
    left:10px;
    }
	.si-golden-logo img{
    width:105px;
    margin-top: -2px;
    }
}
@media (min-width:1025px) and (max-width:1150px){
  .si-golden-logo img{
    width: 155px;
    }
}
.gdd-003-b .tab-highlight{
    position: relative;
    background-image: url(../img/wire-shelves-produced-by-Schlatter-1.jpg);
    float: left;
    width: 100%;
    /*height: 428px;*/
    background-repeat: no-repeat;
    margin-top: 0;
    background-size: cover;
    position:relative;
    margin-bottom: 40px;
}

.gdd-003-b .tab-highlight:after{
    content: '';
    position: absolute;
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 0.75;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.gdd-003-b .gform_heading{
display: none;
}

.gdd-003-b .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 90px;
}

.gdd-003-b .contact-form{
    background: #E8EAED 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 42px;
}

.ct-text{
  font: normal normal bold 36px/25px Roboto Condensed;
letter-spacing: 0px;
color: #FFFFFF;
text-shadow: 0px 0px 5px #FFA800CB;
opacity: 1;
position: absolute;
    z-index: 9;
    width: 100%;
    /*margin-top: 0;*/
    margin: 25px auto;
}

@media(max-width: 1200px){
.ct-text{
font: normal normal bold 32px/25px Roboto Condensed;
letter-spacing: 0px;
color: #FFFFFF;
text-shadow: 0px 0px 5px #FFA800CB;
opacity: 1;
position: absolute;
    z-index: 9;
    width: 100%;
    /*margin-top: 0;*/
    margin: 25px auto;
}
}

.contact-us-content{
  text-align: center;
  position: relative;
}

.our-cmnt{
    color: #525252;
    opacity: 1;
    font-size: 28px;
    line-height: 25px;
}

.gdd-003-b .icon-star-two:before{
  background-image: url(../img/noun-star-5453022-FFA800.svg);
  position: relative;
    z-index: 9;
    top: 122px;
}

.gdd-003-b hr{
  /*margin: 20px;*/
    position: relative;
    color: #fff;
    opacity: 0.3;
    z-index: 1;
}

.icon-star-one{
  display: block;
    /* font-size: 1em; */
    font: italic normal normal 18px/25px Open Sans !important;
letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 0.9375em;
    z-index: 9;
    position: relative;
    /*margin-top: 95px;*/
}

.icon-star-two{
  display: block;
    /* font-size: 1em; */
    font: italic normal normal 18px/25px Open Sans !important;
letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 0.9375em;
    z-index: 9;
    position: relative;
}

.icon-star-three{
  display: block;
    /* font-size: 1em; */
    font: italic normal normal 18px/25px Open Sans !important;
letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 0.9375em;
    z-index: 9;
    position: relative;
}


.main-content-one{
 padding-top: 82px;
}

.star-icon{
  position: relative;
  z-index: 9;
}

.banner-content{
  padding: 20px;
}

.contact-us-map{
background-image: url(../img/map-bg.jpg);
    width: 100%;
    background-repeat: no-repeat;
    margin-top: 80px;
    background-size: cover;
    /*position: relative;*/
    height: 100%;
    opacity: 1;
}

@media(min-width: 1025px){
.contact-us-map{
  background-image: url(../img/map-bg.jpg);
    width: 100%;
    background-repeat: no-repeat;
    margin-top: 80px;
    background-size: cover;
    /*position: relative;*/
    height: 438px;
    opacity: 1;
    /*height: 100%;*/
}
}

.gdd-003-b ul>li{
text-align: left;
font: normal normal normal 18px/65px Open Sans;
letter-spacing: 0px;
color: #525252;
opacity: 1;
position: relative;
list-style: none;
padding-left: 25px;
}

.gdd-003-b ul > li:before {
    content: '';
    width: 2.5em;
    height: 2.5em;
    display: block;
    position: absolute;
    top: 12px;
    left: -1.6em;
    background-image: url(../img/blue-tick.svg);
    background-position: center center;
    background-size: 3.45em;
    background-repeat: no-repeat;
}

.contact-us-form ul > li:before{
display:none;
}

.contact-us-form ul > li{  
	 font-size: 12px;
    line-height: 20px;
	padding-left:10px;
}
.contact-us-form  .gform_button_select_files{
z-index:0 !important;
}
.contact-us-form .selectric-scroll ul li:first-child{
display:none;
}
#gform_12 .selectric-scroll ul li:first-child{
display:none;
}

.map-content{
  padding-top: 66px;
}


.on-map{
  text-align: center;
}

@media(min-width: 1025px){
.on-map{
  text-align: right;

}
}

@media(max-width: 640px){
iframe{
  width: 100%;
  
}
}

.on-map-content{
  text-align: center;
  font: normal normal bold 28px/25px Roboto Condensed;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

@media(min-width: 1025px){
.on-map-content{
  text-align: left;
     padding-left: 86px; 
    padding-top: 40px;
    /* text-align: left; */
    font: normal normal bold 28px/25px Roboto Condensed;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
}


.on-map-content a{
  font: normal normal bold 21px/25px Open Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 0.9;
}

.on-map-content img{
          width: 34px;
    height: 23px;
    /* margin-top: 0px; */
    margin-bottom: 0;
    /* padding-top: 9px; */
    vertical-align: middle;
}

.cpmm-content{
  display: flex;
}

@media (max-width: 1025px){
  .cpmm-content{
  display: flex;
  justify-content: center;
}
}

.cpmm-icon {
        width: 1em;
    min-width: 1.2em;
    padding-right: 1.25em;
    margin-top: 20px;
}



.cpmm-text{
  font: normal normal bold 21px/25px Open Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 0.9;
}

/***************************Pillar page style start**************************/
.highest-quality-fastest-delivery{
    background-image: url(../img/metal-manufacturing-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 93px;
    padding-bottom: 92px;
}
.hqfd-heading{
  background-color: rgba(255, 180, 34, 0.95);
}
@media (min-width: 768px){
  .hqfd-heading{
    padding: 81px 20px;
    text-align: center;
  }
}
.hqfd-heading h2{
  font-size: 50px;
  line-height: 65px;
  text-transform: none;
  font-weight: 400;
  margin: 0;
}

.hqfd-text-wrap{
  background-color: rgba(30, 30, 30, 0.95);
  padding: 54px 65px;
}
.hqfd-wrap{
  display: block;
}
@media (min-width: 768px){
    .hqfd-wrap{
  display: flex;
}
}
.hqfd-text-wrap h2{
  color: white;
}
.hqfd-text p{
  color: white
}

.wrm-list{
    
    padding: 0;
    list-style: none;
}
ul.wrm-list > li {
    flex-grow: 1;
    padding-left: 37px;
    position: relative;
    padding-right: 15px;
    margin-bottom: 15px;
}
ul.wrm-list > li:after {
    content: '';
    background-image: url(../img/ico-checkmark.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width: 768px){
  .wrm-list{ display: flex;}
}
.wire-rack-maintenance{
  padding-top: 60px;
  padding-bottom: 55px;
}
.powder-coating{
  padding-bottom: 60px;
}
.tomwrm-header{
  margin-bottom: 22px;
}
.tomwrm-wrap{
  padding-bottom: 29px;
}
@media (min-width: 768px){
.tomwrm-two-col{
      display: flex;
    align-items: center;
    justify-content: center;
}
}
.page-id-3150 .types-of-metal-wire-rack-material .container{
  padding-top: 30px;
  
}
.types-of-metal-wire-rack-material .container{
  border-bottom: 1px solid black;
  padding-bottom: 83px;
  padding-top: 60px;
}
ul.tomwrmt-list{
      margin: 0;
    padding: 0;
    list-style: none;
}
ul.tomwrmt-list > li{
  background-color: rgba(239, 239, 239, 1);
  padding:12px 20px;
  font-size: 15px;
  font-weight: bold;
  color: #1E1E1E;

}
ul.tomwrmt-list > li:nth-of-type(2n){
  background-color: transparent;
}
{

}
.lister-list{
    
    padding: 0;
    list-style: none;
}
ul.lister-list > li {
    flex-basis: 100%;
    padding-left: 37px;
    position: relative;
    padding-right: 15px;
    margin-bottom: 15px;
}
ul.lister-list > li:last-child{
  flex-basis: 100%;
}
ul.lister-list > li:after {
    content: '';
    background-image: url(../img/ico-checkmark.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.page-id-3150 ul.lister-list > li:after {
    content: '';
    background-image: url(../img/ico-checkmark.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 4px;
    transform: translateY(0%);
}
@media (min-width: 768px){
  .lister-list{ display: flex; flex-wrap: wrap;}
  ul.lister-list > li {
    flex-basis: 33.33%;
    padding-left: 37px;
    position: relative;
    padding-right: 15px;
    margin-bottom: 15px;
}
.page-id-3150 ul.lister-list > li {
  flex-basis: 100%;
}
ul.lister-list > li:last-child{
  flex-basis: 100%;
}
}


.pillar-applications-module ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width:100%;
  margin: auto;
  display: flex;
  position: relative;
}

@media(max-width:1024px){
  .pillar-applications-module ul.tabs {
    display: none;
  }
  .tab_drawer_heading{
    display: block !important;
  }
  .tab-cont-pillar{
    display: block !important;
  }
}
.pillar-applications-module ul.tabs li {
  text-align: center;
  margin: 0;
  cursor: pointer;
  padding: 24px 27px 18px;
  color: rgba(87, 90, 93, 1);
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  position: relative;
}
.pillar-applications-module ul.tabs li:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(1, 96, 163, 1);
}
.pillar-applications-module ul.tabs li:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: rgba(1, 96, 163, 1);
  opacity: 0;
}
.tab-seo-pillar.col-md-6 img {
    width: 100%;
    display: block;
}
.tab-cont-pillar{
  background-color: rgba(87, 90, 93, 1);
  color: white;
  display: flex;
  align-items: center;
}
.tab-cont-pillar > div{
  padding: 0;
}
.pillar-applications-module ul.tabs li.active {
  color: rgba(1, 96, 163, 1);
  display: block;
  font-weight: 700;
}
.tab-highlight-new{
  padding: 20px;
}
.tab-highlight-new h3{
  display: none;
}
.tab-highlight-new h4{
  color: white;
  font-size: 20px;
  margin: 0;
}
.tab-highlight-new p{
  line-height: 30px;
}
.pillar-applications-module ul.tabs li.active:before {
  opacity: 1;
}
.bwr-text p{
  font-weight: 600;
}
.tab-seo-pillar{
  position: relative;
}
.tab-seo-pillar:before{
  content: '';
    width: 0;
    height: 0;
    border-top: 33.5px solid transparent;
    border-bottom: 33.5px solid transparent;
    border-right: 33.5px solid rgba(87, 90, 93, 1);
    position: absolute;
    right: 0%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
.tab_container {
  clear: both;
  float: left;
  width: 100%;
  overflow: auto;
}

.tab_content {
  padding: 0;
  display: none;
}

.tab_drawer_heading { display: none; }

.capabilities-module .tab-highlight {
  color: #fff;
}

@media (min-width: 768px){
  .tab-highlight-new{
  padding: 20px 46px;
}
  }

section.pillar-applications-module {
    padding-bottom: 73px;
}
.benefits-of-wire-racks{
  background-image: url(../img/benefits-wire-rack-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
body.page-id-3150 .benefits-of-wire-racks{
  background-image: url(http://www.madsenwire.com/content/uploads/2024/01/manual-powder-coating-scaled2-scaled.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.benefits-of-wire-racks:before{
  content: '';
  background-color:rgba(30, 30, 30, 1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85; 
}
.benefits-of-wire-racks .container{
  position: relative;
  }

.bwr-item {
    max-width: 212px;
    width: 100%;
    position: relative;
    min-height: 290px;
    margin: 0 auto 20px;
        border: 1px solid rgba(87, 90, 93, 1);
}
.bwr-item:hover .bwr-back{
  opacity: 1;
}
.bwr-back{
  background-color: rgba(255, 180, 34, 1);
  opacity: 0;
  padding: 15px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bwr-fornt > div:first-child{
  background-color: rgba(255, 180, 34, 1);
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}

h4.bwrf-heading {
    margin: 0;
    text-align: center;
    font-weight: normal;
    font-size: 20px;
}
.bwr-image{
      width: 100%;
    margin: 0 auto;
    padding: 47px 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bwr-image img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    max-width: 100px;
    margin: 0 auto 20px;
}

@media (min-width: 1024px){
    .bwr-item-wrap{
      display: flex;
    }
}

.benefits-of-wire-racks .container{
  padding-top: 60px;
  padding-bottom: 60px;

}
.bwr-header{
  color: white;
}
.bwr-text-wrap p{
 color: white;
}
.tomwrmt-image img{
  display: block;
  width: 100%;
}
.bwr-text-wrap {
    padding-bottom: 35px;
}

.top-sticky-nav.anchor-links-nav{
  background-image: url(../img/img-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 157px;
}
.anchor-links-wrap {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.anchor-links-wrap > li {
    flex-basis: 20%;
    height: 103px;
    border-left: 1px solid #fff;
}
.anchor-links-wrap > li:first-child{
border-left:0;
}
.anchor-links-wrap > li > a {
    background-color: rgba(30, 30, 30, 0.90);
    text-align: center;
    display: flex;
    color: white;
    text-decoration: none;
    padding: 20px 15px;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.anchor-links-wrap > li > a:hover{
  background-color: rgba(255, 180, 34, 1);
  color: rgba(30, 30, 30, 1);
  }

  @media (max-width: 1024px){
    .anchor-links-wrap{
      flex-wrap: wrap;
    }
    .anchor-links-wrap > li {
      flex-basis: 100%;
    }
  }
@media (min-width: 1024px){
  .page-inner-anchor{
    display: block;
    margin-top: -170px;
    padding-top: 170px;
  }
}

  /********************* New careers page style *********************/
  .slider-wraper{
    max-width: 1096px;
    margin: 0 auto;
    padding: 0 44px;
  }
  .join-our-team-module{
    padding-bottom: 60px;
  }
  .bsm-header{
    color: white;
  }
  .jotm-item {
    border: 2px solid #0360A3;
    padding: 79px 40px 56px;
    position: relative;
    margin-bottom: 28px;
}
.jotm-item::before{
  content:'';
  background-image: url(../img/star-new-five.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  width: 180px;
  height: 26px;
  position: absolute;
  left: 40px;
  top: 31px;
}
.jotm-author {
    position: absolute;
    right: 20px;
    background: white;
    bottom: -12px;
    padding: 0 11px;
}
.jotm-author p{
  margin: 0;
}
.jotm-author span {
    font-size: 15px;
    color: #1E1E1E;
    font-weight: bold;
    line-height: 27px;
}

.benefits-section-module{
  background-image: url(../img/Benefits.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  padding-top: 60px;
  color: white;
  padding-bottom: 60px;
}

.bsmi-image{
  max-width: 108px;
  width: 100%;
  height: 108px;
  border-radius: 100%;
  background-color: #FFFFFF;
  margin-left: -52px;
}
.bsmi-image img{
  display: block;
  width: 100%;
  }

  .bsm-itemt{
    border: 2px solid #FFFFFF;
    position: relative;
    display: flex;
    color: white;
    max-width: 367px;
    margin: 0 0 30px 32px;
    align-items: center;
    min-height: 134px;
    padding: 15px 15px 15px 0;

  }

.bsmi-content {
    padding-left: 21px;
}

.bsmi-content h3 {
    margin: 0;
    font-size: 15px;
}
.bsmi-content p {
    margin: 0;
}

.bsm-header{
  margin-top: 0;
}

.bsmi-content ul{
  margin: 0;
    list-style: none;
    padding-left: 18px;
}
.bsmi-content li {
    position: relative;
    font-size: 15px;
}
.bsmi-content li::before {
    content: '-';
    position: absolute;
    left: -13px;
}

body.page-id-3150 .bwr-fornt > div:first-child{
  height: 112px;
}
body.page-id-3150 .bottome-text{
  clear: both;
  padding-top: 40px;
}
body.page-id-3150 section.pillar-applications-module{
  padding-top: 40px;
  padding-bottom: 25px;
}
body.page-id-3150 .top-sticky-nav.anchor-links-nav{
  background-image: url(http://www.madsenwire.com/content/uploads/2024/01/manual-powder-coating-scaled2-scaled.jpeg);
}
/*=============== Click to Expand ===============*/
.click-expand {
  clear: both;
  border: 0;
  /*overflow: hidden;*/
  border-top:1px solid #EAEAEA;
  margin-bottom:0;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .click-expand.active:hover {
    background-color: #ffffff; }
  .click-expand.active .ce-header {
    background-color: #fff; }
    .click-expand.active .ce-header:after {
      content: "";
      position: absolute;
      color: #ffffff;
      background-image: url(../img/ico-minus-new.svg);
      width: 30px;
      height: 2px;
      background-size: 27px 2px;
      background-repeat: no-repeat; }
  .click-expand.active .ce-body {
    display: block;
    opacity: 1;
    -webkit-animation: click-expand 0.5s 1;
    -moz-animation: click-expand 0.5s 1;
    animation: click-expand 0.5s 1;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-delay: 0.05s;
    -moz-animation-delay: 0.05s;
    animation-delay: 0.05s;
    padding: 1.5em 1.618em;
    display: block; }
    .click-expand.active .ce-body > *:first-child {
      margin-top: 0; }
    .click-expand.active .ce-body > *:last-child {
      margin-bottom: 0; }
  .click-expand:hover {
    background-color: #fff; }

.ce-header {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding-left: 0;
  padding-right: 50px;
  padding-top: 0.7619047619em;
  padding-bottom: 0.7619047619em;
  font-size: 26px;
  background-color: #fff;
  color: #015087;
  font-weight: 700;
  text-transform: none;
 }
  .ce-header:after {
    content: "";
    background-image: url(../img/ico-plus-new.svg);
    color: #ffffff;
    padding-left: 8px;
    position: absolute;
    right: 0.5em;
    width: 30px;
    height: 30px;
    background-size: 27px 27px;
    background-repeat: no-repeat;
    top: 50%;
    background-position: center;
    transform: translateY(-50%); }
  .ce-header:focus:not(:hover):not(:active) {
    outline: none;

    outline-offset: 2px; }

.ce-body {
  display: none;
  opacity: 0;
  background-color: #fff; }
  .ce-body p {
    font-size: 1em; }

@-webkit-keyframes click-expand {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes click-expand {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes click-expand {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

    .click-expand-wrap >div:first-child{
      border-top: 0;
    }


.ces-bottom-content{
  text-align: center;
}

.click-expand-module .container{
  padding-top: 40px;
  padding-bottom: 40px;
}

.ces-bottom-content .btn-primary{
  color: #1E1E1E;
  font-weight: bold;
}

.bg-content-module{
  background-image: url(../img/mission-statement.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-content-module .container{
  padding-top: 60px;
  padding-bottom: 60px;
}


.white-bg_section .col-md-offset-2{
  /*margin-left: 0!important;*/
    margin: 0 auto;
    float: none;
}
.white-bg_section .col-md-8 {
    width: 70%;
}

.page-id-2892 .career-bg_section .container{
  padding-top: 40px;
  padding-bottom: 40px;
}
.join-our-team-module{
  padding-top: 30px;
}
.jotm-item p{
  margin: 0;
}

.page-id-2892 .wpsisac-slick-carousal .wpsisac-image-slide{
  margin: 0 27px;
}
.page-id-2892 .wpsisac-slick-carousal.design-1 .slick-prev{
  left: -20px !important;
}
.page-id-2892 .wpsisac-slick-carousal.design-1 .slick-next{
  right: -20px !important;
}
@media (min-width: 1025px){
.join-our-team-module > div:first-child{
  padding-right: 6px;
}
.join-our-team-module > div:last-child{
  padding-left: 6px;
}
}
@media (min-width: 768px){
  .page-id-2892 .career-bg_section .gallery-slider .slick-next{
    right: 0;
    z-index: 99;
  }
  .page-id-2892 .career-bg_section .gallery-slider .slick-prev{
    left: 0;
    z-index: 99;
  }
}
@media (min-width: 1025px){
.page-id-2892 .career-bg_section .inner-content{
  padding-right: 60px;
  padding-left: 60px; 
}
.page-id-2892 .career-bg_section .gallery-slider .slick-next{
    right: -34px;
  }
  .page-id-2892 .career-bg_section .gallery-slider .slick-prev{
    left: -34px;
  }
}


.page-id-2892 .slider-wraper .wpsisac-slick-carousal .slick-dots li button{
  border: #1E1E1E 1px solid;
}
.page-id-2892 .slider-wraper .wpsisac-slick-slider .slick-dots li.slick-active button, .page-id-2892 .slider-wraper .wpsisac-slick-carousal .slick-dots li.slick-active button{
  background-color: #1E1E1E;
}

.si-video-cta{
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    margin-left: 1em;
    padding-right: 30px;
    background: url(../img/arrow-white.png) no-repeat right center;
    background-size: 15px;
    text-decoration: none;
    margin-top: 15px;
    margin-left: 0;
}
.sub-menu #menu-item-2587 .sub-menu{
  display: none;
}

#menu-item-2587:hover .sub-menu {
    display: block;
    left: 100%;
    top: 0;
    background: transparent;
    padding-top: 0;
}
.page-id-3264 .image-button_section{
  padding-top: 60px;
}
.page-id-3264 .ibs-section-title{
  margin-top: 0;
  margin-bottom: 21px;
  text-align: left;
}
.page-id-3264 .ibs-section-content p{
  font-size: 15px;
  line-height: 25px;
  text-align: left;
}

.page-id-3264 .ibs-row{
  margin: 0;
  margin-top: 40px;
}
.page-id-3264 .page .hovereffect img{
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.page-id-3264 .hovereffect{
  margin: 0 auto 30px auto;
}
.page-id-3264 .hovereffect:hover{
      height: 500px;
}
.page-id-3264 .fullwidth-bg-content-module{
  min-height: initial;
  padding: 71px 0 65px 0;
  margin-top: 28px;
}
.page-id-3264 .fbic-content h2{
  margin-top: 0;
  text-align: center;
}
.page-id-3264 .hovereffect:hover .overlay {
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: left;
        display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.page-id-3264 .overlay-btn{
    height: 65px;
    background-color: #fff;
    border-bottom: 4px solid #ffa800;
    padding: 0;
    position: relative;
    width: 100%;
    line-height: 65px;
    bottom: 0;
    margin-top: 0;
}
.page-id-3264 .overlay:after{
  background-color: rgba(30, 30, 30,0.9);
}
.page-id-3264 .overlay-btn a{
  color: #1e1e1e;
                float: left;
                font-family: 'Open Sans', sans-serif;
                font-size: 14px;
                font-weight: 700;
                width: 50%;
                text-transform: uppercase;
                height: 40px;
                padding: 10px 0;
  padding: 23px 40px 20px;
  height: 65px;
  font-size: 14px;
  line-height: 24px;
  display: block;
    width: 100%;
    text-align: center;
    border-right: 0 !important;
}
.page-id-3264 .overlay-btn:hover a{
  background-color: #ffa800;
    color: #fff;
    text-decoration: none;

}
.page-id-3264 .hovereffect:hover .overlay-content{
      padding: 50px 20px 20px;
      text-align: center;
}
.page-id-3264 .hovereffect:hover .overlay-content h5{
  padding: 0;
  font-size: 32px;
  line-height: 35px;
  margin-bottom: 19px;
}
.hovereffect:hover .overlay-content p{
  font-size: 14px;
  line-height: 24px;
}
.highest-quality-fastest-delivery-module{
  background-size: cover;
  background-position: center;
}
.highest-quality-fastest-delivery-module .hqfdm-wrap{
  display: flex;
  flex-wrap: wrap;
  padding: 91px 0 92px;
}
.hqfdm-left-wrap{
  max-width: 100%;
    padding: 50px 30px;
    background-color: rgba(255, 180, 34, 0.95);
}
.hqfdm-heading{
  text-transform: initial;
  font-size: 50px;
  line-height: 65px;
  font-weight: 400;
  color: #1E1E1E;
  text-align: center;
  margin-top: 0;
}
.hqfdm-subheading{
  font-size: 32px;
  line-height: 38px;
  color: #fff;
  margin-bottom: 21px;
  margin-top: 0;
}
.hqfdm-content p{
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 30px;
}
.hqfdm-content p:last-child{
  margin-bottom: 0;
}
.hqfdm-right-wrap{
  background-color: rgb(30 30 30 / 95%);
    padding: 50px 30px;
    color: #fff;
}
@media (min-width: 500px) {
  .page-id-3264 .overlay{
height: 54px;
    padding: 22px 0;
  }
  .page-id-3264 .img-btn {
    width: 100%;
  }

}
@media (min-width: 600px) {
  .page-id-3264 .img-btn {
    width: 100%;
  }

}
@media (min-width: 768px) {
  .page-id-3264 .img-btn {
    width: 50%;
  }
  .page-id-3264 .img-btn {
    padding: 0;
    padding-right: 15px;
  }
  .page-id-3264 .img-btn:nth-child(even) {
    padding: 0;
    padding-left: 15px;
  }
  .page-id-3264 .hovereffect,.page-id-3264 .hovereffect:hover, .page-id-3264 .hovereffect img{
    min-height: 355px;
        height: 355px
  }
 
  .page-id-3264 .overlay {
    height: 54px;
    padding: 10px 0;
}
  .page-id-3264 .hovereffect:hover .overlay-content{
      padding: 20px 20px;
}
.page-id-3264 .overlay .overlay-content p{
  display: block;
}
.highest-quality-fastest-delivery-module .hqfdm-wrap{
flex-wrap: nowrap;}
.hqfdm-left-wrap{
  max-width: 285px;
    padding: 77.5px 30px;
        display: flex;
    align-items: center;
}

.hqfdm-right-wrap{
    padding: 54px 65px;
}
}
@media (min-width: 1025px){
  .page-id-3264 .overlay{
    height: 65px;
  }
}
@media (min-width: 1100px){
  .page-id-3264 .hovereffect,.page-id-3264 .hovereffect:hover, .page-id-3264 .hovereffect img{
    min-height: 410px;
        height: 410px
  }
.page-id-3264 .hovereffect:hover .overlay-content{
      height: 339px;
      padding: 70px 40px 20px;
}
.page-id-3264 .overlay-btn{
      bottom: 0;
}
}
@media (min-width: 1280px){
  .page-id-3264 .hovereffect,.page-id-3264 .hovereffect:hover, .page-id-3264 .hovereffect img{
    min-height: 404px;
        height: 404px
  }
.page-id-3264 .hovereffect:hover .overlay-content{
      height: 339px;
      padding: 90px 40px 20px;
}


}
/*.ays-pb-modals {
    z-index: 999 !important;
}*/
/*@media (max-width: 1024px){
.current-menu-item a {
    color:#ffa800 !important
    }
}*/

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

/*Safety ticker*/
.safety-poster{
width:100%;
display:flex;
justify-content: space-between;
align-items: center;
border: 3px solid #E9ECF0;
}
.safety-poster h4{
font-size:36px;
text-align:center;
font-weight:normal;
letter-spacing: 0px;
color: #1E1E1E;
text-transform: uppercase;
margin:0;
width:51%;
padding:10px;
}
.safety-poster h4 .title_blue{
color: #0160A3;
font-weight:bold;
}
.safety-poster__well{
background: #E9ECF0;
width:49%;
text-align:center;
padding:10px;
}
.safety-poster__well .safety-poster__sub-title{
font-size:18px;
line-height:24px;
letter-spacing: 0px;
color: #1E1E1E;
text-transform: uppercase;
font-weight:600;
padding: 5px 0;
}
.safety-poster__well .safety-poster__days-section{
display:flex;
justify-content:center;
width: 80%;
margin: 0 auto;
}
.safety-poster__well .safety-poster__days-text{
font-size:32px;
line-height: 46px;
font-weight:bold;
letter-spacing: 0px;
color: #015189;
border: 2px solid #0160A3;
text-align: center;
padding: 9px 10px;
width:40%;
display: inline-block;
}
.safety-poster__well .days-since {
    background: #015189;
    color: #FFFFFF;
    padding: 9px 10px;
    text-align: center;
    font-size:42px;
    font-weight:800;
    width:60%;
    display: inline-block;
}
@media only screen and (max-width: 1024px){
.safety-poster h4{
font-size:32px;
}

.safety-poster__well .days-since {
font-size:38px;
}
.safety-poster__well .safety-poster__days-text {
    font-size: 28px;
    }

   
}
@media only screen and (max-width: 991px){
.safety-poster__well .safety-poster__days-section{
width: 90%;
}
.safety-poster__well .safety-poster__sub-title {
    font-size: 16px;
    padding:3px 0;
    }
}

@media only screen and (max-width: 569px){
.safety-poster{
display:block;
}
.safety-poster h4{
width:100%;
padding: 5px;
}
.safety-poster__well{
width:100%;
}
}


.nav-primary .menu-item .sub-menu .menu-item .sub-menu,
.nav-primary .hs-menu-item .hs-menu-children-wrapper .hs-menu-item .hs-menu-children-wrapper{
    left:100%;
    top: 0;
    padding-top: 0;
    display: none;
}
@media (max-width:1279px){
  .ph-logo img{height:auto;}
}
.usa-flag {height: auto;}
.nav-primary .menu-item .sub-menu .menu-item .sub-menu li > a,
.nav-primary .hs-menu-item .hs-menu-children-wrapper .hs-menu-item .hs-menu-children-wrapper li > a{
    color: #575a5d;

}
.nav-primary .menu-item .sub-menu .menu-item .sub-menu li:hover > a,
.nav-primary .hs-menu-item .hs-menu-children-wrapper .hs-menu-item .hs-menu-children-wrapper  li:hover > a{
    color: #fff;

}
@media (min-width:1025px){
.nav-primary .menu-item .sub-menu .menu-item:hover .sub-menu,
  .nav-primary .hs-menu-item .hs-menu-children-wrapper .hs-menu-item:hover .hs-menu-children-wrapper{
    display: block;
  }
}

.page-id-3150 .page-inner-anchor {
    display: block;
    margin-top: -100px;
    padding-top: 100px;
}

.contact-form .hs-form label{
			font-size: 16px;
    color: #212D3A;
    display: block;
    float: none;
    width: auto;
    font-weight: 700;
    line-height: 20px;
    padding-top: 0;
    margin-bottom:6px;
    text-transform: uppercase;
		}

		.contact-form .hs-form .hs-form-required{
			    color: #c02b0a;
    display: inline-block;
    font-size: 13.008px;
    padding-left: 0.125em;
    position: relative;
    top: -4px;
		}
		.contact-form .hs-form .hs-input{
			padding: 8px;
    min-height: 45px;
    height: 45px;
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    color: #797b7e;
    transition: .4s;
    border: 1px solid #b7b7b7;
		}
		.contact-form .hs-form .hs-submit .actions {
    text-align: left;
    margin-top: 0;
    margin-bottom: 18px;
    padding: 7px 0px;
    width: 100%;
    overflow: hidden;
}
.contact-form .hs-form .hs-submit .hs-button {
    background-color: #ffa800;
    border: 2px solid #ffa800;
    border-bottom: 4px solid #ffa800;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 16px 37px 11px 37px;
    text-transform: uppercase;
    transition: .4s;
    line-height: 1;
    float: none;
	height:100%;
	margin-top:10px !important;
  }

.contact-form .hs-form .hs-submit .hs-button:hover{
    	background-color: #fff;
    color: #ffa800;
    text-decoration: none !important;
    }

.contact-form .hs-form .hs-error-msgs {
    padding-left: 0;
    padding-top: 0 !important;
    margin-top: 5px;
}
.contact-form .hs-form  ul > li {
    
    padding-left: 4px;
}

.contact-form .hs-form label.hs-error-msg {
    padding-left: 0 !important;
    margin-left: 0 !important;
    text-transform: none !important;
    color: #c02b0a !important;
    font-size: 14px !important;
}
.contact-form .hs-form .hs_file_upload .input{
	background: rgba(0,0,0,.02);
    border: 1px dashed #ccc;
    border-radius: 4px;
    margin-bottom: 8px;
    padding: 32px;
    text-align: center;
}
.contact-form .hs-form-field{
	margin-bottom: 15px;
}
.contact-form .hs-form .hs-input{
	width: 100% !important;
}
.contact-form .hs-form .input {
    margin-right: 0 !important;
}

.contact-form .hs-form fieldset{
	max-width:100% !important;
}

.contact-form .hs-form .hs_recaptcha {
    transform: scale(0.75);
    transform-origin: 0 0;
}

@media screen and (min-width:481px){
.contact-form .hs-form .form-columns-2 > .hs-form-field {
    margin-right: 8px !important;
    width: calc(50% - 4px) !important;
}
.contact-form .hs-form .form-columns-2 > .hs-form-field:last-child {
    margin-right: 0 !important;
}
.contact-form .hs-form .form-columns-3 > .hs-form-field {
    margin-right: 8px !important;
    width: calc(33.33% - 6px) !important;
}
.contact-form .hs-form .form-columns-3 > .hs-form-field:last-child {
    margin-right: 0 !important;
}

}
@media screen and (min-width:1025px){
	.contact-form .hs-form .hs_recaptcha {
    transform: scale(1);
    transform-origin: 0 0;
}

}

.post-2892{
  .join-our-team-module{
    padding-bottom: 0;
  }
}


 .contact-form .hbspt-form .form-columns-2 .hs-fieldtype-text:first-child .hs-input {
    width: 100% !important;
}

.contact-form .hbspt-form .hs-input:not([type=file]){
	
	background-color:transparent !important;
}
.hs-error-msgs label {
    padding-left: 0 !important;
    margin-left: 0 !important;
    text-transform: none !important;
    color: #c02b0a !important;
    font-size: 14px !important;
}
/**** Additional CSS ****/
.ays-pb-modals{
	z-index:-99 !important;
}
.pb_disable_scroll_2 .ays-pb-modals{
	z-index:999999999 !important;
}
body.blog .wp-pagenavi{
	margin-bottom:30px;
	margin-top:20px;
}

.gf_contact2 {
border: 1px solid #b7b7b7;
    font-size: 13px;
    color: #797b7e;
    height: 45px;
    display: block;
    width: 100%;
    transition: .4s;
    padding: 12px;
    outline: none;
}
/* 
#field_7_12 label:after {
    content: '*';
    color: #c02b0a;
    display: inline-block;
    font-size: 13.008px;
    padding-left: 0.125em;
} */

p.gform_required_legend {
    display: none;
}

.quote-form [type="submit"]{
	float:left !important;
	margin-top: 10px !important;
}

@media (max-width:764px){
.quote-form [type="submit"]{
	margin-top: 110px !important;
}
}

newimages {
    display: flex;
}
.newimages p {
    margin: 0;
    line-height: 0;
}
.Magic360-container {
    margin-right: 20px;
}

.masthead-inner {
    min-height:  105px !important;
    padding:  25px 0!important;
}
.Magic360-container{
	margin: 0 auto;
	max-width: 335px!important;
}


.Magic360-container .Magic360 canvas{
	 transform: rotate(10deg)!important;
}

.Magic360-container {
	margin-top: 10px !important;
}
.newtitle {
	text-align: center;
}
/* gdd 001 b css start */
.si-video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
}
.si-video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.55);
}
.si-video video {
  object-fit: fill;
}
.site-intro {
  position: relative;
  text-align: center;
}
.site-intro .container{
	padding-top: 100px;
padding-bottom: 100px;
position: relative;
}
.si-heading {
  font-size: 22px;
  line-height: 29px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
}
@media (min-width:500px){
.site-intro .container {
	padding-top: 150px;
}
	
}

@media (min-width: 1025px){	
.page-body.scrolled {
    padding-top: 0;
}
}
.si-text {
  font-size: 14px;
  line-height: 18px;
  color: white;
  margin-bottom: 25px;
}
.btn-primary.si-cta1 {
  color: #383c49;
  margin: 0 8px 5px 0;
  border: 1px solid #ffa800;
  min-width: 207px;
}
.btn-primary.si-cta1 span {
  display: inline-block;
  vertical-align: middle;
}
.btn-primary.si-cta2 {
  background-color: transparent;
  border: 1px solid #ffff;
  min-width: 207px;
  margin: 0 8px 5px 0;
}
.btn-primary.si-cta2 span{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	padding-right:15px;
}
.btn-primary.si-cta2 span:after{
	content:"";
	position:absolute;
	background-image:url(http://www.madsenwire.com/content/uploads/2022/03/next-arrow.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-size:9px 14px;
	width:9px;
	height:14px;
	right:0;
	top:0;
}

.btn-primary.si-cta2:hover {
  background-color: #ffa800;
  color: white;
}
.si-heading {
	max-width: 340px;
    margin: auto;
}
@media (min-width:500px){
	.si-heading{
		font-size: 45px;
line-height: 55px;
		margin-bottom: 18px;
		max-width: 100%;
    margin: auto;
	}
}
@media (min-width:960px){
	.site-intro .container {
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
}
	.si-heading{
		font-size: 45px;
line-height: 55px;
		margin-bottom: 18px; 
	}
}

@media (min-width:1280px){
	.site-intro .container {
  padding-top: 230px;
  padding-bottom: 230px;
  position: relative;
}
	.si-heading{
		font-size: 60px;
		line-height:70px;
	}
}

.modulenew {
	padding: 10px;
	text-align: center;
	width: 25%;
	float: left;
}
.main-content-new {
    display: flex;
    flex-wrap: wrap; 
}

@media screen and (max-width: 767px) {
	.modulenew {
		text-align: center;
		width: 100%;
	}
	.page-id-1262 .alignright {
       float: none;
}
	
	.page-id-1262 .IG-wrapper{
		text-align:center;
	}
}

@media (min-width: 1025px) {
.page-id-1427 .bg-dark-with-line {
    min-height: 163px;
}
}
/* gdd 001 b css end */

.blog-row {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffff;
}
.blog-img img {
    width: 300px;
    height: 190px;
    object-fit: cover;
	  max-width: 100%;
}
.blog-row h3{
	margin-bottom: 10px;
  margin-top: 15px;
}
.yt-popup img {
    height: 250px;
    object-fit: contain;
    max-width: 100%;
    width: 422px;
}
@media screen and (max-width: 767px) {
	.yt-popup img{
	 height: 200px;
}
}


.wpsisac-slick-slider.design-1 .wpsisac-image-slide img {
    max-height: 600px;
}
.iso-link{
	display: none !important;
}
.page-id-1841 .iso-link{
	display: block !important;
}
 .usa-flag {
    max-width: 100px;
    display: inline-block;
    position: absolute;
    margin-left: 100px;
}
@media (min-width: 1025px){
	 .usa-flag {
    max-width: 80px;
    display: inline-block;
    position: absolute;
    margin-left: 0px;
}
	.nav-primary .hs-menu-wrapper > ul > li a{
		font-size: 12px;
	}
}
@media (min-width: 1280px) {
	 .usa-flag {
    max-width: 100px;
    display: inline-block;
    position: absolute;
    margin-left: 100px;
}
	.nav-primary .hs-menu-wrapper > ul > li a{
		font-size: 16px;
	}
}
.cpmm-content {
	flex-wrap:wrap;
	justify-content:space-between;
	width:75%;
}


@media (max-width: 1024px){
.usa-flag{
   display: block;
    position: initial;
    margin-left: 0;
    margin: 20px auto;
}	
	
	.cpmm-content{
		justify-content:center;
		width:100%;
		> div{
			padding:0 15px;
		}
	}
}
#gform_wrapper_1 {
    background: #f7f7f7;
    padding: 10px 20px;
	  width: 98%;
}
.gform_button{
	background-color: #ffa800;
    border: 2px solid #ffa800;
    border-bottom: 4px solid #ffa800;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 16px 37px 11px 37px;
    text-transform: uppercase;
    transition: .4s;
    line-height: 1;
}
.gform_button:hover{
	background-color: #fff;
    color: #ffa800;
    text-decoration: none !important;
}
@media screen and (max-width: 767px) {
	.img-center{
		float: none !important;
    display: block;
	}
}
.icon-facebook:before {
    top: -3px;
    position: relative;
    left: -2px;
}
.text-aligncenter
{
	text-align:center;
}
.top-wrap
{
    margin-bottom: 23px;
}

/* 
.wpvl_auto_thumb_box {
    position: relative;
    width: 400px;
    height: 235px;
}
.video_lightbox_auto_anchor_image {
    width: 400px;
    height: 235px;
    object-fit: cover;
    position: relative;
}*/
.wpvl_auto_thumb_play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
} 

@media (max-width:1024px){
	.ph-top{
		text-align: center;
    display: inline-block;
    width: 100%;
	}
	.ph-logo {
    display: inline-block;
   }
	.usa-flag {
    display: inline-block;
    margin-left: 0;
    margin:0;
  }
}

@media (max-width:420px){
	 .ph-logo {
    max-width: 181px;
}
	.ph-logo img{
		width: 180px;
	}
	.usa-flag{
		    width: 44px;
	}
}

.product-card {
    border: 1px solid #ccc;
    text-align: center;
	  box-shadow: 0 2px 4px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.23);
	max-width: 300px;
    display: block;
    margin: 0px auto 30px;

}
.product-card img{
	padding: 10px;
	 width: 280px;
	max-width: 100%;
}
.page-id-12	.product-card img{
		height: 165px !important;
	  margin-bottom: -20px;
	}
/*.page-id-12 .product-card p {
    display: none;
}*/
@media (min-width:1024px){
	.page-id-12 .product-card-caption {
		 min-height: 160px !important;
	}
}
@media (min-width:1280px){
	.page-id-12 .product-card-caption {
		 min-height: 135px !important;
	}
}



.product-card-caption {
    background: #ddd;
    padding: 10px;
    display: flex;
    align-items: center;
	  justify-content: center;
}
@media (min-width:1024px){
	.product-card-caption {
		 min-height: 244px;
	}
}
@media (min-width:1125px){
	.product-card-caption {
		 min-height: 162px;
	}
}

.product-card-caption h4{
	margin-top: 0;
	text-transform: uppercase;
}
.product-card-caption p {
    display: none;
}
.product-card-caption a:hover{
	text-decoration: none;

}
.product-card-caption a:hover h4{
		color: #ffa800;
}
.gfield_required{
	 position: relative;
   top: -2px;
}
.yt-popup a{
	display:inline-block;
}
.yt-popup img {
    width: auto;
}
.inustries-row{
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
@media (max-width:420px){
	.inustries-row{
	display: initial;
	}
}
@media screen and (max-width: 767px) {
	.inustries-row{
	display: initial;
	}
}
	.product-card-top .product-card-caption{
		min-height: initial !important;
	}
.post-1813 .main-content .col-md-3{
	 display: none !important;
	}
.post-1813 .main-content .col-md-9{
	width: 100% !important;
}
.page-id-2407 .main-content .col-md-3{
	 display: none !important;
	}
.page-id-2407 .main-content .col-md-9{
	width: 100% !important;
}

.page-id-12 .products-widget li:nth-child(4){
	display: none;
}
#gform_5 #gfield_upload_rules_5_10 {
    display: none;
}
#gform_5 .gfield{
	text-align: left !important;
}
#gform_wrapper_5 .gform_heading{
    display: none !important;
}
#field_5_11 {
    margin-top: -10px;
}
.page-id-806 .ays-pb-modals{
	display: none !important;
}

.page-id-317 .ays-pb-modal{
	display: none !important;
}

div#input_5_11 iframe:nth-child(2) {
    display: none;
}
@media (max-width:420px){
div#input_6_7 {
    transform: scale(0.85);
    transform-origin: 0;
}
}
@media (min-width:1025px){
	.page-id-2515 h2{
		line-height: 32px;
	}
}
body.search-results .page-sidebar{
	display:none!important;
}
.ebook-image-wrap{
	float: right;
    margin: 0 0 46px 46px;
	position:relative;
}
.ebook-image-wrap::before{
	content:'';
	background-image:url(http://www.madsenwire.com/content/uploads/2022/11/fast.png);
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	width:150px;
	height:150px;
	left:-27px;
	bottom:-45px;
}

.slider-wraper{
	padding: 23px 44px!important;
}

@media (max-width:640px){
	.ebook-image-wrap{
	float: none;
    margin: auto;
		    width: fit-content;

}
}
.products-widget li:nth-child(4){
	display: none;
}

/* @media (max-width: 1024px){
.page-id-806 .hidden-sm-down {
    display: inline-block !important;
}
} */

@media (max-width: 640px){
	.page-id-806 iframe {
		transform-origin: 0 0;
    transform: scale(0.75,0.8);
	}
}

@media (max-width: 1200px){
	.page-id-806 .ct-text{
	line-height: 31px;
}
}
/* @media (max-width: 1024px){
.page-id-806 .tab-highlight.text-center.hidden-sm-down {
    display: block !important;
}
} */
@media (max-width: 1024px){
.col-md-7 .tab-highlight.text-center.hidden-sm-down{
		display:block !important;
	}
}
 @media (max-width: 1024px){
.page-sidebar	.hidden-md-up{
		display:none !important;
	}
} 
.product-card-caption a {
	color: #000;
}

.product-card-caption a:hover {
    color: #ffb422;
}

.product-card-caption h4:hover {
    color: #ffb422;
}
.career-content{
	position: relative;
	display: flex;
	justify-content: center;
}
.rsvp-btn{
	margin-top: 12px;
	margin-bottom: 12px;
	float: right;
}
.test{
	padding-left: 66px;
}
.play-btn:before{
	content: '';
	display:block;
    width: 2.5em;
    height: 2.9em;
    background-color: #ffa800;
    background-image: url(http://www.madsenwire.com/content/uploads/2023/06/btn-arrow-white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1em 1.3888888889em;
    position: absolute;
	  top: 14px;
    right: 0;
    transition: all 0.1s linear;
	  cursor: pointer;
	  padding: 0;
	 margin-top: -15px;
	}
.play-btn{
	margin-bottom: 12px;
	position: relative;
}
.career-content .cc-img{
	display: block;
	line-height: 0;
}
.jb-content img{
	display: block;
	margin: 0 auto;
}
@media (max-width: 640px){
	.career-content{
		display: block;
	}
	.rsvp-btn{
		float: unset!important;
	}
	.jb-content img{
		object-fit: cover;
		padding: 0 33px 0 10px;
	}
}

/* .page-id-806 [class*="col-"] {
	padding-left: 0 !important;
}
.page-id-3104 [class*="col-"] {
	padding-left: 0 !important;
}
 */



.page-id-3104 .gdd-003-a{
	display: block !important;
}

.page-id-3104 .gdd-003-b {
	display: none !important;
}
.page-id-2892 .test{
	padding-left: 0;
}

.page-id-3104 .gf_contact_form {
	padding: 15px;
}
.page-id-2892 .ce-body .btn-primary{
	color: #1E1E1E;
  font-weight: bold;	
}

.quote-form span.quote-close.text-close {
    display: none;
}
.gdd-005-a{
	display:none;
}

/* career menu anchor */
.career-anchor-section.stuck {
    display: block !important;
    position: relative;
	  top:0;
    width: 100%;
    z-index: 55;
}
.career-anchor-section{
	background-color: #ffa800;
	text-align: center;
}
.carrer-menu-wrap .career-anchor-menu {
    list-style: none;
    display: flex;
    width: 100%;
    padding: 0;
    flex-direction: column;
    margin: auto;
    justify-content: space-between;
}
.carrer-menu-wrap .career-anchor-menu li{
	padding:10px;
}
.carrer-menu-wrap .career-anchor-menu a{
	font-size: 1em;
    line-height: 1em;
	color:#fff;
	font-weight:600;
}


@media(min-width:40em){
	.topbtn{
	  display: flex;
    width: fit-content;
    margin: auto;
}
	
	.page-id-1262 .alignright  {
    height: auto;
    max-width: 30%;
}
}

.si-cta3{
		width: 210px;
		color: #000;
    font-weight: bold;
    padding: 16px 25px 11px 25px;
		margin: 0 8px 5px 0;
}
@media(max-width:40em){
	.btn-primary.si-cta2{
		margin: 0 0px 5px 0;
	}
	.si-cta3{
		margin: 8px auto;
   
	}
}
.btn-rfqmenu{
	font-size: 18px;
    color: #000;
    letter-spacing: 0;
    font-weight: 700;
    padding: 17px 4px 17px;
    max-width: 161px;
    width: 100%;
    text-align: center;
    margin: 0px 4px;
	  max-width: 100px;
}
.btn-contact{
	padding: 17px 4px 17px;
}

.gdd-005-b {
    max-width: 100px;
		background: #015189;
    border-color: #015189;
    color: #fff;
}
.gdd-005-b:hover{
	color: #015189;
}
@media (min-width: 1025px){
.gdd-005-b,	.btn-rfqmenu{
		font-size: 12px;
    max-width: 115px;
    padding: 17px 2px 17px;
	}
	
	.career-anchor-section.stuck {
    display: block !important;
    position: fixed;
	  top:163px;
    width: 100%;
    z-index: 55;
}
	.carrer-menu-wrap .career-anchor-menu {
    list-style: none;
    display: flex;
    width: 100%;
    padding: 0;
    flex-direction: row;
    margin: auto;
    justify-content: space-between;
}
	.carrer-menu-wrap .career-anchor-menu a{
	color:#fff;
	font-size: 1.05em;
    line-height: 1.05em;
    color: #ffffff;
    font-weight: 600;
    text-decoration: 0;
}

}
@media (min-width: 1366px){
.btn-rfqmenu,	.gdd-005-b {  
			max-width: 161px;
			font-size: 18px;
	}
}

 .page-header-top .nav-primary .hs-menu-wrapper > ul > li {
        margin-right: 10px !important; 
     }
.page-id-806 .gform_wrapper.gravity-theme .ginput_complex{
	display: block !important;
} 

.page-id-3104 .gform_wrapper.gravity-theme .ginput_complex{
	display: block !important;
} 
/* .mdsn-videos{
	display: flex;
	justify-content: center;
} */
@media (max-width: 1025px){
.mdsn-videos{
	text-align: center;
	margin-bottom: 15px;
	}
}

.page-id-3324 .soultion-provider{
	display: none;
}
.page-id-3324 .capabilities-module{
	display: none;
}
.page-id-3324 .industries-served{
	display: none;
} 
.page-id-3324 .container-fluid{
	display: none;
}
.page-id-3324 .page-content{
	display: none;
}
.page-id-3324 .blog-module{
	display: none;
}
.page-id-3324 .section-title-with_text{
		display: none;
}
.new-module-new{
	display: flex;
	flex-wrap: wrap;
}

.nm-item{
	   width: 33.33%;
    padding: 0 20px 20px;
	margin-bottom:40px;
    border-right: solid 1px rgba(0,0,0,0.1);
}

.nm-item:nth-of-type(1){
	padding-left:0;
}

.nm-item:nth-of-type(3n){
	border-right:0;
	padding-right:0;
}

.nm-item:nth-of-type(3n+1){
	padding-left:0;
}

.nm-heading{
	    font-size: 25px;
   	display:none;
}

.nm-heading-wrapper{
	 border-bottom: solid 1px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-top: 0;
}
.nm-cp-img {
    max-width: 110px;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nm-cp-img img {
    width: 100%;
}

.nm-wrap {
    display: flex;
	flex-wrap:wrap;
}

.nm-item-img{
	margin: 0 auto;
  order: 2;
  max-width: 120px;
  width: 100%;
}
.nm-item-img img{
	width:100%;
	border: 1px solid #808080;
}

.nm-content {
    width: calc(100% - 120px);
    padding-right: 10px;
}


.nm-month-name{
	font-weight: 600;
	margin:0;
}
.nm-author-name{
	color: red;
	margin:0;
}
.page-id-3324 .hero-site-intro {
	background: url(https://www.madsenwire.com/content/themes/madsenwire/assets/img/blue-pattern.jpg);
    background-color: #015189;
}
.page-id-3324 .hero-site-intro:before{
	display:none;
}
.page-id-3324 .hero-site-intro .container {
    padding-top: 25px;
    padding-bottom: 25px;
}
.page-id-3324 .hsi-heading{
	font-size: 50px;
    line-height: 46px;
}

@media (max-width: 959px){
	.nm-item{
	   width: 49%;
	}
	.nm-item:nth-of-type(1){
	padding-left:0;
}
	
	.nm-item:nth-of-type(2n){
	border-right: 0;
	padding-right:0;
}

.nm-item:nth-of-type(2n+1){
	padding-left:0;
}

.nm-item:nth-of-type(3n){
	border-right: solid 1px rgba(0,0,0,0.1);
	padding-right:20px;
}

.nm-item:nth-of-type(3n+1){
	padding-left:20px;
}

}

@media (max-width: 639px){
	.new-module-new{
		display: block;
	}
	.nm-item{
		border-right:0;
	}
	.nm-item:nth-of-type(2n){
	padding-right:20px;
}
	.nm-item:nth-of-type(2n+1){
	padding-left:20px
}
	.nm-item:nth-of-type(3n){
	border-right: 0;

}
	.nm-item-img{
		margin: 0 auto;
		display: block;
    text-align: center;
	}
	.nm-item{
		width: 100%;
	}
	.page-id-3324 .hsi-heading{
		text-align: center;
	}
}



.sf-heading {
    background: none !important;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 15px;
	padding: 0px 0px 0px 7px !important;
}

.footer-info a{
	font-size: 14px;
	padding: 0px 0px 0px 7px !important;
}

.on-map-content a{
	font-size:20px;
	font-weight:600;
}

.cpmm-text h5{
	margin-top:0;
	text-transform:capitalize;
	opacity:1;
	font-size: 20px;
    letter-spacing: 1px;
}
.cpmm-text{
	opacity:1;
}
.cpmm-text p{
	font-size:18px;
	font-weight:400;
	opacity:1;
	margin:0;
}

.cpmm-icon{
	margin-top:0;
	padding-right:0;
}

.cpmm-content p{
	margin:0;
}

.cpmm-content > div {
    display: flex;
	margin-bottom:30px;
}


.on-map-content h3{
	margin-top:0;
}

@media (max-width: 1024px){
	.on-map-content h3{
	margin-top:20px;
}
}

.page-id-806 iframe{
	transform:none;
}

@media (min-width: 1025px){
	.on-map-content{
		padding-top: 0px;
	}
}

@media(max-width:410px){
	.page-id-806 .ginput_recaptcha iframe{
		    transform:scale(0.9)translateX(-15px);

	}
}

#wpcf7-f5-p14-o1 .selectric .label{
	line-height: 45px;
  height: 45px;
}

.dashicons-trash:before {
    content: "";
	background: url(/content/uploads/2023/08/delete.png);
	background-repeat:no-repeat;
	background-size:cover;
	width:15px;
	height:15px;
	display: block;
}
.gravity-theme.ui-datepicker[style],.gfield--type-select{
	z-index:1 !important;
}
/**** oem ***/
.page-id-3639 .bwr-item-wrap{
	    flex-wrap: wrap;
	    display: flex;
	}
.page-id-3639 .bwr-item{
		max-width: 100%;
	}
@media (min-width: 768px){
 
	.page-id-3639 .bwr-item{
		max-width: 47%;
    margin: 0.5em;
	}
}
@media (min-width: 1024px){
 
	.page-id-3639 .bwr-item{
		    max-width: 31%;
    margin: 0.5em 0.5em;

	}
}
.page-id-3639 .bwr-image{
	height: 82%;
}
.page-id-3639 .bwr-fornt{
	height: 100%;
}
.page-id-3639 .bwr-back{
	    display: flex;
    align-items: center;
    text-align: center;
}
.page-id-3639 .bwr-text p {
    font-weight: 600;
    color: #fff;
}
.page-id-3639 .bwr-item:hover .bwr-back {
    opacity: 1;
    transition: 0.3s;
}
.page-id-3639 .bwr-item p{
	margin:0;
}



.bwr-item-wrap a + p{
	display:none;
}
@media(max-width:768px){
	.is-title{
		font-size:18px;
	}
}
.inustries-row .col-12:nth-child(7) .is-icon img{
	    min-height: 85px;
}

@media (min-width: 768px){
.page-id-4118 ul.lister-list > li,.page-id-2759 ul.lister-list > li  {
    flex-basis: 49%;
}
	}
 
/*
@media (min-width: 1025px){
.ph-new .menu-top-nav-container > ul > li {
    margin-right: 13px !important;
}
}*/
#gform_16 {
    background: #f7f7f7;
    padding: 10px 20px;
    width: 98%;
}
@media(min-width:1025px){
	.ebookrow{
		display: flex;
    flex-wrap: wrap;
	}
	#gform_16 #input_16_7 iframe{
		    transform: scale(0.84) translateX(-27px);
	}
}
@media(min-width:1200px){
	#gform_16 #input_16_7 iframe{
		    transform: scale(1) translateX(0px);
}
}
 

	
	.gdd-004-b .gravity-theme {
    background-color: #E9ECF0;
    padding: 30px;
}
	
	.gdd-004-b .pin-icon:before { 
    float: left;
    content: '';
    background-image: url(http://www.madsenwire.com/content/uploads/2023/10/Location.svg);
    background-size: 28px 28px;
    display: inline-block;
    width: 30px;
    height: 28px;
    background-repeat: no-repeat;
}
	
		.gdd-004-b .smart-phone-icon:before { 
    float: left;
    content: '';
    background-image: url(http://www.madsenwire.com/content/uploads/2023/10/phone.svg);
    background-size: 24px 24px;
    display: inline-block;
    width: 30px;
    height: 24px;
    background-repeat: no-repeat;
}
	
.gdd-004-b 	.pin-icon {
    display: block;
    margin: 12px 0px 0px;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    transition: .4s;
    font-family: 'Open Sans';
    font-size: 18px;
}
	
.gdd-004-b 	.smart-phone-icon {
    display: block;
    margin: 12px 0px 0px;
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    transition: .4s;
    font-family: 'Open Sans';
    font-size: 18px;
}
	
 			.gdd-004-b .gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100%;
}
	
		.gdd-sidebar {
   padding: 30px 0 30px 0;
} 
	@media(min-width:1025px){
		.gdd-sidebar {
    margin-left: -100px;
}
		.gdd-sidebar h3{
	margin-top:0;
}
.inner-content { 
    padding-bottom: 59px;
}		

	}

#tube-main .inner-content { 
    padding-bottom: 0;
}	
@media(max-width:641px){
.gdd-004-b 	iframe {
    width: 100%;
    width: auto!important;
    transform: scale(0.8)!important;
    left: 0;
    margin-left: -30px;
}
		.gdd-004-b .gform_wrapper.gravity-theme .gform_drop_area { 
		  width: 100%!important;
    border: 2px dashed #444444;
}
	
 	.rc-anchor-normal .rc-anchor-pt { 
    right: 30px; 
}
}
@media(min-width:641px){
				.gdd-004-b .gform_wrapper.gravity-theme .ginput_container_date input {
    width: 49%;
}
	
.gdd-004-b 	 .gform_button {
    min-width: 399px;
	min-height: 55px;
	}

}
		.gdd-004-b .gform_wrapper.gravity-theme .gform_drop_area { 
		  width: 50%;
    border: 2px dashed #444444;
}

.gdd-sidebar h3 { 
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    transition: .4s;
    font-family: 'Roboto Condensed';
    font-size: 25px;
}
.gdd-sidebar hr {
    width: 200px;
    margin-left: 0;
}


.gdd-004-b 	 .gform_button {
    width:auto;
    min-height: 55px;
    color: #282828;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.gdd-004-b .gform_wrapper.gravity-theme .gfield_required {
	color: #FFA800;
}
.gdd-004-b .gfield_label {
    font-size: 18px!important;
}
.gdd-004-b .selectric-wrapper .button {
    border-left: 1px solid #b7b7b7;
    border-: 80%;
    max-height: 30px;
    top: 4px;
}

.gdd-004-b .gform_wrapper.gravity-theme .gfield {
    margin-top: 15px;
}

.gdd-004-b .gform_button_select_files{
   background: transparent;
    color: #005696;
    border: none;
    font-size: 1.25em;
    font-weight: bold;
    text-decoration: underline;
}

@media (max-width:1024px) and (min-width:640px){
.page-id-4118 .alignnone.wp-image-2763,.page-id-2759 .alignnone.wp-image-2763 {
    max-width: 500px;
    margin: auto;
}
	.page-id-4118 .col-md-4 p ,.page-id-2759 .col-md-4 p {
    text-align: center;
}
}
/*.hidden-sm-down.tab-highlight{
	display:none;
}

 .ays-pb-modals {
    z-index: 1000!important;
}  */
@media screen and (max-width: 768px){
.ays-pb-modal_2.ays_template_window div.ays_bg_image_box {
    background-size:contain!important;
}}

.page-id-1262 .pum-container.pum-responsive img {
    max-width: 100%;
    height: auto;
    margin: auto!important;
} 

.page-id-4118 .pum-container .pum-content p , .page-id-2759 .pum-container .pum-content p {
    text-align: center;
}
/* PFAS Badge */
.pfas-logo{
	position:absolute;
	right:25px;
	top:-25px;
}
.pfas-logo img{
	width:90px;
	padding:5px 0;
}

.page-id-3150 .masthead-inner h1{
		text-align:left;
	}


@media (min-width: 960px){
	.pfas-logo{
	  position:absolute;
		right:25px;
	}
}
@media (min-width: 1025px){
	.pfas-logo img{
	width:110px;
}
}
.page-id-3150 .masthead-inner .container{
	position:relative;
}

@media (max-width: 639px){
	
.page-id-3150 .masthead-inner h1{
		text-align:center;
	  margin-bottom: 10px;
	}

	.pfas-logo{
	position:relative;
	right:0;
	top:0;
	text-align:center;
}
	.badge-img{
text-align:center;
}
.badge-img img{
    float: none;
    margin: 0;
}
}

.page-footer-main .visible-sm{
	display:none !important;
}

@media (min-width: 768px){
.page-footer-main .col-sm-offset-3 {
    margin-left: 32%;
}
}

@media (min-width:1025px){
.page-footer-main .col-sm-offset-3 {
    margin-left: 0%;
}
}

@media (min-width:1025px){
	
	.custom-listing ul{
		display: flex;
    flex-wrap: wrap;
    padding: 0;
		justify-content:space-between;
	}
	.custom-listing ul li{
		width: 20%;
    margin-left: 27px;
		
	}
	.page-id-48 .inner-content {
		padding-right: 0;
	}
}

/* header#page-header {
    z-index: 1;
    position: relative;
} */

.si-golden-logo{
	top: 15px;
}

/* Hubspot Form CSS */
.hbspt-form .hs-input{
	padding: 0 15px;
    min-height: 27px;
	height: 40px;
	display: inline-block;
    width: 90%;
	font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
}

.hbspt-form input.hs-input.error, .hbspt-form div.field.error input, .hbspt-form div.field.error textarea, 
.hbspt-form div.field.error .chzn-choices, .hbspt-form textarea.hs-input.error, .hbspt-form select.hs-input.error {
    border-color: #c87872;
}
.hbspt-form .hs-input:not([type=file]) {
    background-color: #f5f8fa !important;
}
.hbspt-form .field {
    margin-bottom: 18px;
}
.hbspt-form label{
    font-size: 14px;
    width: 130px;
    color: #212D3A;
    display: block;
    float: none;
    width: auto;
    font-weight: 500;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px;
	text-transform:inherit;
}
.hbspt-form .hs-error-msgs label {
    color: #f2545b;
}
.hbspt-form ul.no-list {
    list-style: none;
}
.hbspt-form .inputs-list {
    margin: 0 0 5px;
    width: 100%;
    padding-left: 5px;
}
.hbspt-form .inputs-list label {
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    white-space: normal;
    font-weight: normal;
}
.hbspt-form .hs-submit .actions{
	text-align:center;
	margin-top: 0;
  margin-bottom: 18px;
  padding: 17px 0px;
	width:93%;
}
.hbspt-form .hs-submit .hs-button{
	    white-space: pre-wrap;
    	float:none;
	    background: #025189;
      border: 2px solid #025189;
      color: #FFFFFF;
      font-size: 14px;
      line-height: 14px;
	   cursor: pointer;
     display: inline-block;
     font-weight: 700;
    position: relative;
    text-align: center;
    transition: all .15s linear;
	  border-radius: 3px;
	  padding: 12px 24px;
	  margin-bottom:0;
  	transition: .4s;
}
.hbspt-form .hs-submit .hs-button:hover{
	background: #fff;
	color: #025189;
}
.hbspt-form .hs-input:focus {
    outline: none;
    border-color: rgba(82,168,236,.8);
}
.hbspt-form input.hs-input.error, div.field.error input, .hbspt-form div.field.error textarea, .hbspt-form div.field.error .chzn-choices, textarea.hs-input.error, .hbspt-form select.hs-input.error {
    border-color: #c87872;
}
.hbspt-form input.hs-input.error:focus, div.field.error input:focus, .hbspt-form div.field.error textarea:focus, .hbspt-form div.field.error .chzn-choices:focus, .hbspt-form textarea.hs-input.error:focus, .hbspt-form select.hs-input.error:focus {
    border-color: #b9554d;
}
.hbspt-form .hs-form-required {
    color: red;
}
@media (max-width: 1024px){
	.hbspt-form .hs-submit .actions{
		width:100%;
	}
.hbspt-form .hs-input, .hbspt-form fieldset {
    max-width: 100%;
	  width:100% !important;
}
	.hbspt-form .input{
		  margin-right:0 !important;
	}
	
	.hbspt-form .form-columns-2 .hs-fieldtype-text:first-child .hs-input{
		width:90% !important;
	}
}
@media (max-width: 480px){
		.hbspt-form .form-columns-2 .hs-fieldtype-text:first-child .hs-input{
		width:100% !important;
	}
}

/* @media (min-width: 1200px){
.iswpwp-products-wrap ul.tabs li {
    width: 33%;
    left: 17%;
}
	
	}

@media (min-width: 600px){
.iswpwp-product-item {
    margin: 0 0.25em 0.5em;
    width: 100%;
}
} */
.bread-rack-module {
    display: none;
}

.bread-rack-module.active {
    display: block;
}
.iswpwp-title h3 {
	
	line-height: 25px;
}

.iswpwp-title { 
    padding: 10px 0 10px 0;
}
.iswpwp-product-item { 
    min-height: 70px;
	}
    
@media (max-width: 600px){
.iswpwp-product-item { 
    min-width: 270px;
	}
.postid-4604 img.alignright {
    float: none;
    display: block;
    margin: auto;
    width: 300px;
    max-width: 300px;
		margin-bottom: 1em;
}
	
/* 	.video_lightbox_auto_anchor_image {
	width: 300px;
} */
}

.powder-coat-corrosion-performance-standards{
	display:none;
}

.page-id-3150 .powder-coat-corrosion-performance-standards{
	display:block;
}

.powder-coat-corrosion-performance-standards h3 {
    display: flex;
    -webkit-align-items: center;
}

.powder-coat-corrosion-performance-standards img{
    margin-bottom: 0;
		margin-right: 15px;
}

.datepicker-dropdown.datepicker-top-left { z-index: 9 !important; }

.bottom-images{
    display: flex;
       flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 20px 0 20px 0;
}
.bottom-images img {
    margin: 10px;
}

.nav-primary,.page-header-top {
    position: relative;
    z-index: 99;
}

.page-id-3150 ul.tomwrmt-list > li {
    
	font-weight: normal; }


.page-id-4948	.lister-list{
	display:inline;
}

.page-id-3150 .pum-container.pum-responsive img {
    max-width: 100%;
    height: auto;
    display: table;
    margin: 0 auto;
}

.right-img{
  text-align: center;
  }
.right-img p{
    margin: 0;
    padding: 0;
}

 .right-img img{
    z-index: 2;
    position: relative;
	
  }


.right-img a{
    display: inline-block;
    vertical-align: top;
}

@media screen and (min-width: 960px){
  .right-img{
      float: right;
    margin:0 0 10px 10px;
  }
}
.center{
	text-align:center;
}

.right-new{
  text-align: center;
	margin: 0 auto;
  }


@media screen and (min-width: 960px){
  .right-new{
      float: right;
    margin:0 auto;
  }
}
.top-banner{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 140px;
}
@media screen and (min-width: 960px){
  .top-banner{
     height: 260px;
  }
}
.right-new-image{
  text-align: center;
	margin-bottom:10px;
}
@media screen and (min-width: 960px){
  .right-new-image{
      float: right;
    margin:0 0 10px 10px;
  }
}
.left-new-image{
  text-align: center;
		margin-bottom:10px;
}
@media screen and (min-width: 960px){
  .left-new-image{
      float: left;
    margin:0 10px 0 0;
  }
}
fieldset.form-columns-2 .input {
	 padding-right: 0px !important;
}
.page-id-3104 .inner-content {
	padding-right: 0px !important;
}
.nav-primary.active{
  display: block;
}
#gform_ajax_frame_5[name="gform_ajax_frame_5"] {
  display:none !important;
}
@media (max-width: 767px){
	.ays_template_window .ays_template_header .close-template-btn {
			right: 0;
	}
}

@media (min-width: 768px){
	.ays_template_window .ays_template_header .close-template-btn {
			right: 0 !important;
		text-align:right;
	}
}
.new-module-new .nm-item:first-child .nm-cp-img{ max-width: fit-content;
}
.f-yt-icon {
    background: url(https://23546414.fs1.hubspotusercontent-na1.net/hubfs/23546414/youtube-circle-logo-svgrepo-com.svg);
    width: 25px;
    height: 25px;
    display: inline-block;
    background-position: center;
    background-size: 90%;
    background-color: #ffa800;
    border-radius: 50%;
    margin-bottom: -1px;
    margin-left: 2px;
}
.get-our-team-module {
    background: #eee;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 36px;
    background-image: url(https://23546414.fs1.hubspotusercontent-na1.net/hubfs/23546414/industries-served-bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.get-our-team-module:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255,255,255,0.7);
}
.get-our-team-module .btn-primary {
    color: #000;
    margin-top: 10px;
}
.gotm-wrap {
    position: relative;
}
.get-our-team-module .btn-primary{
	color: #000;
	margin-top: 10px;
}
@media (max-width: 1024px){
  .nav-primary .hs-menu-depth-2 a{
    color: #ffb422 !important;
    text-decoration: none;
    font-weight: 700;
    transition: .4s;
}
  .nav-primary .hs-menu-depth-3 a{
    color:#575a5d !important;
  }
}
.masthead-inner.page-intro{
      padding: 4.4em 1em 4.66em !important;
}

.masthead-inner .pi-heading{
  font-size: 3.2em;
  line-height:1.20em;
  font-weight:700;
  margin-bottom:0.197em;
  text-transform:uppercase;
}

.masthead-inner .pi-sub-heading{
  font-size: 1.2em;
  line-height:1.11em;
  font-weight:400;
  margin-bottom:0;
  color:#fff;
  text-transform:uppercase;
}
.lp-form-main-wrap{
  padding-bottom: 4.33em;
  padding-top:6.66em;
}
.lp-form-wrap {
    background: #DDDDDD;
    box-shadow: 0px 3px 6px #00000052;
    border: 1px solid #C9C9C94E;
    padding: 0 1.66em 3.533em;
  //max-width:28.133em;
      margin: 0 auto;
}
.lp-form-right{
padding-top:3em;
}

.lp-form-ebook {
    max-width: 12.33em;
    margin: 0 auto 1.33em;
  position:relative;
  margin-top:-2.66em;
}
.lp-form-ebook:before{
  content: '';
    position: absolute;
    top: -43px;
    left: -34px;
    width: 141px;
    height: 141px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  background-image:url('https://23546414.fs1.hubspotusercontent-na1.net/hubfs/23546414/fast.png');
}
.lp-form-ebook img{
  max-width:100%;
}
.lp-form-title{
  font-size: 1.866em;
  line-height:1.178em;
  font-weight:700;
  margin-bottom:0.178em;
  color:#225991;
  text-transform:initial;
  text-align:center;
   margin-top:0;
}
.lp-form-subtitle{
  font-size: 0.933em;
  line-height:1.42em;
  font-weight:400;
  margin-bottom:0;
  margin-top:0;
  color:#6A727B;
  text-align:center;
}
.lp-form-wrap .hs_cos_wrapper.form-title{
      margin-top: 26px;
}
.lp-form-wrap .hs-form-field {
    margin-bottom: 10px;
}
.lp-form-wrap .hs-recaptcha{
  margin-top: 20px;
  transform: scale(0.9);
    transform-origin: top left;
}
.lp-form-wrap form label {
    margin-bottom: 11px;
}
.lp-form-wrap form label span {
    color: #1D1D1D;
    font-size: 14px;
  text-transform: capitalize;
    font-weight: 400;
    line-height: 20px;
}
.lp-form-wrap form .hs-form-required {
    color: #971011;
    margin-left: 0;
}
.lp-form-wrap form input[type=text], input[type=email], select {
    background-color: #fff;
    border: 1px solid #B9B9B9;
    border-radius: 0;
    box-shadow: none;
    padding: 10px 20px;
    width: 100%;
  height:40px !important;
  color: rgba(29,29,29, 0.6);
}
.lp-form-wrap .hs-submit{
 margin-top:45px; 
  text-align:center;
}
.lp-form-wrap form input[type=submit] {
    background-color: #025189;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding: 13.5px 10px 13.5px;
    min-width: 181px;
    box-shadow: none !important;
    border: 2px solid #025189;
    float:none;
}
.lp-form-wrap form input[type=submit]:hover{
      background-color: #ffa800;
    border-color: #ffa800;
    color: #000;
}
.lp-text-content *{
  font-size:16px;
  line-height:20px;
}
.lp-text-content li{
  margin-bottom:6px;
}
.lp-text-content li::marker {
  color: #ED9D03;
}
.lp-text-arrow{
  margin-top: 1.66em;
}
.lp-text-arrow img {
    max-width: 150px;
    transform: rotate(180deg);
}
.lp-ty-main-wrap.lp-form-main-wrap{
  padding-bottom:5.933em;
}
.lp-ty-main-wrap .lp-form-ebook{
 max-width:20.4em; 
}
.lp-ty-main-wrap .lp-form-wrap{
 padding-bottom: 2.733em;
      text-align: center;
}
.lp-ty-main-wrap .lp-form-ebook{
  margin-top:-2em;
  margin-bottom:2.333em;
}
.lp-ty-btn{
   background-color: #025189;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding: 12px 10px 15px;
    max-width: 17.25em;
    box-shadow: none !important;
    border: 2px solid #025189;
    float:none;
  display: inline-block;
    text-align: center;
  text-decoration:none;
}
.lp-ty-btn:hover{
      background-color: #ffa800;
    border-color: #ffa800;
    color: #000;
  text-decoration: none;
}
@media (min-width:40em){
  .lp-ty-btn{
    min-width: 17.25em;
  }
}
.lp-ty-resources-wrap{
background-color:#F7F7F7;
  padding-top:4.2em;
  padding-bottom:5.93em;
}
.ltrl-wrap, .ltrr-wrap{
      display: flex;
    align-items: center;
      flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.lp-ty-resources-right{
  position:relative;
      margin-top: 35px;
}
.lp-ty-resources-right:before {
    content: '';
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 1px;
    background-color: #6A727B;
}
.ltrl-content, .ltrr-content{width:100%;}
.ltrl-hedaing, .ltrr-hedaing{
 font-size: 2.4em;
  line-height: 1em;
  color:#141414;
  font-weight:700;
  margin-bottom:0.99em;
  text-transform: initial;
}
.ltrl-image, .ltrr-image {
  margin-top:1.5em;
}
.ltrl-image img, .ltrr-image img {
    max-width: 11.73em;
}
.ltrl-btn, .ltrr-btn{
  background-color: transparent;
    color: #2D5583;
    text-transform: uppercase;
    font-size: 1.2em;
    line-height: 20px;
    font-weight: 700;
    padding: 12px 10px 15px;
    min-width: 10.05em;
    box-shadow: none !important;
    border: 1px solid #112E4A;
    float:none;
  display: inline-block;
    text-align: center;
  text-decoration:none;
}
.ltrl-btn:hover, .ltrr-btn:hover{
      background-color: #ffa800;
    border-color: #ffa800;
    color: #000;
  text-decoration: none;
}

@media (min-width:1025px){
  .masthead-inner.page-intro .pi-wrap{
      width: 58.33333333%;
      margin-left: 41.66666667%;
      padding-left: 38px;
     max-width: 40.6em;
  }
  
   .lp-ty-default .masthead-inner.page-intro .pi-wrap{
     max-width: 40.6em;
  }
  
  .lp-form-main-wrap{
   padding-top:0; 
  }
   .lp-form-wrap{
   margin-top: -12em; 
     padding:0 1.733em 3.533em;
  }
  .lp-form-right{
    padding-left:3em;
  }
  .lp-ty-resources-right {
    padding-left: 50px;
  }
  .lp-ty-resources-left {
    padding-right: 50px;
  }
  .ltrl-wrap, .ltrr-wrap {
    flex-wrap: nowrap;
    justify-content: flex-start;
    text-align: left;
}
  .ltrl-image, .ltrr-image {
    margin-top: 0;
    margin-left: 3.26em;
  }
  .lp-ty-resources-right{
    margin-top:0;
  }
  .lp-ty-resources-right:before{
    left: 0;
    height: 100%;
    width: 1px;
  }
}
@media (min-width:1200px){
  .masthead-inner.page-intro .pi-wrap{
      width: 66.66666667%;
    margin-left: 33.33333333%;
    padding-left: 32px;
  }
  
}
@media (min-width:1400px){
  .lp-form-wrap{
     padding:0 3.733em 3.533em;
  }
}

.back-to-top a {
    color: #ffa800;
}
.nav-copyright #menu-copyright-footer{
	padding-left:0;
}