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

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

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/


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


/**
 * CONTENTS
 *
 * GENERIC
 * Box-sizing............Better default `box-sizing`.
 * Sticky Footer.........Make Footer always stick to bottom.
 * Image Aligns..........WP specific img aligns.
 *
 * BASE
 * Typography............Base text and vertical rhythem setup.
 *
 * OBJECTS
 * Wrappers..............Wrapping and constraining elements.
 * Grid System...........Bootstrap based grid.
 *
 * COMPONENTS
 * Clearfix..............Properly clear floats.
 * Icons.................Icon Elements.
 * Buttons...............Button elements.
 * Flexbox...............Emulate modern flexbox layout.
 * Block-list............Create big blocky lists of content.
 * Matrix................Table like layouts for lists.
 * Multi-list............Multiple column lists.
 * Tables................Table Styles.
 * Forms.................Form Elements.
 * Lightboxes............Lightbox Styling
 * Gallery...............Gallery Styling
 * Page-head.............The main page header.
 * Navigation............Navigation elements.
 * Sub-navigation........Sub-menus and navigation
 * Masthead..............Page title/image/slideshow header block.
 * Breadcrumbs...........Breadcrumbs.
 * Pagination............Pagination.
 * Page-foot.............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; }

@-ms-viewport{ width: auto !important; }


/**
 * Sticky Footer
 */

html {
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
}

body {
    margin: 0 0 100px; /* TODO: bottom = footer height */
    color: #616161;
    overflow-x: hidden;
}

.page__footer {
    left: 0;
    bottom: 0;
    height: 100px; /* TODO: Update Height */
    width: 100%;
}


/**
 * Images
 *
 * These are only used by wordpress wyswyg when adding images to content
 */

.alignright {
    float: right;
    margin:0 0 20px 20px;
}

.alignleft {
    float:left;
    margin:0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}



/*------------------------------------*\
    Typography / Vertical Rhythm
\*------------------------------------*/




body {
  font-size: 15px;
  line-height: 2em;
  margin: 0 auto;
  font-family: 'Titillium Web', sans-serif;
}
h1,h2,h3,h4{
      font-weight: normal;
}

h1 {
  font-size: 40px;
  line-height: 1.2;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

h2 {
  font-size: 40px;
  line-height: 1.2em;
  margin-top: 1.3em;
  margin-bottom: .5em;
  color: #7bc143;
}

h3 {
  font-size: 20px;
  line-height: 1.3;
  margin-top: 1.3em;
  margin-bottom: .5em;
  color: #4a4b4c;
}

h4 {
  font-size: 18px;
  line-height: 1.3em;
  color: #4a4b4c;
  margin-top: 20px;
  margin-bottom: 20px;
}

p, ul, ol, pre, table, blockquote {
  margin-top: 1.3em;
  margin-bottom: .5em;
}

p {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.large-body{
    font-size: 15px;
}

.extra-large{
    font-size:18px;
    line-height: 2em;
}

.headline-accent:after{
    background-color: #f2f2f2;
    content: "";
    width: 197px;
    height: 3px;
    margin-top: 20px;
    display: block;
}

.text--caps{text-transform: uppercase;}
.tight-lines {line-height: 1.3em;}


@media(min-width: 1025px){
    h1{
        font-size: 50px;
    }
    h2{
        font-size: 45px;
    }

    h3{
        font-size: 32px;
    }
}



/* Sanitation */
hr {
  background: #ededed;
    margin-bottom: 50px;
    margin-top: 50px;
}
ul ul, ol ol, ul ol, ol ul {
  margin-top: 0;
  margin-bottom: 0;


}

.main-content ul{
    padding-left: 20px;
}

.main-content ul li {
    position: relative;
    list-style-type: none;
    padding-left: 20px;
    line-height: 2em; /* previously 1.2em */
    margin-bottom: .8em;

}

.main-content ul li:before,
.main-content dl dd:before {
    position: absolute;
    content: "\ea1c";
    color: #bdbebf;
    font-size: 10px;
    left: 0;
    top: 0;
    font-family: 'icomoon';
}

ol li {
  list-style-position: inside;
}


b, dt, strong {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
}


b, strong, em, small, code {
  line-height: 1;
}

@media (min-width: 768px){
    .double-column-list{
        clear: both;
    }
    .double-column-list li {
        width: 50%;
        float: left;
        padding-right: 4%;
    }

    /*.double-column-list li:nth-child(odd){
        clear: both;
    }*/
}



.text--green   {color: #7bc143;}
.text--white {color: #fff;}
.text--gray  {color: #4a4b4c;}
.text--blue {color: #009fc4}

.bg--medium-gray       {background: #f2f2f2; border-radius:10px; }
.bg--light-gray        {background: #fafafa; border-radius:10px;}
.bg--white-rounded     {background: #fff; border-radius:10px;}
.bg--lightlight-gray { background: #f7f7f7; border-radius: 10px;}
.bg--green-pattern     {background: url('//www.evergreensys.com/hubfs/2017-images/bg--green-pattern.jpg');}

.dropshadow{
    border:1px solid #e5e5e5;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}



.bg--black             {background: #000;}
.bg--red               {background: #b30838;}
.bg--pattern           {background: url('../img/background-texture.gif');}
.bg--pattern-crossword {background: url('../img/crossword-pattern.jpg');}







/*------------------------------------*\
    Objects
\*------------------------------------*/


/**
 * Wrappers
 */

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px; /* TODO: Update paddings to match your needed grid sizing */
    padding-right: 20px;
    width:     100%;
    max-width: 1366px;
}

@media(min-width: 768px){
    .container,
    .container-fluid {
        padding-left: 40px; /* TODO: Update paddings to match your needed grid sizing */
        padding-right: 40px;
    }
}



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

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

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

}





/*------------------------------------*\
    Components
\*------------------------------------*/


/**
 * Clearfix
 */

.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; }


/**
 * Effects
 */

a,
a:after,
a:before,

.button,
.button:after,
.button:before,

.sidebar-imagination-cta span:after,
.sidebar-lookbook-cta span:after,
.sidebar-imagination-cta span,

.product-text h3:after,
.product-family-block .product-text,
.product-icon,
.home .product-image img,

.button--primary:after,
.button--secondary:after,
.main-sidebar li a:after,

.search-submit .icon-search,
.site-search-popup,
.search-close,

.sticky-promotion,
.sticky-button,

.nav--primary .sub-menu,

.site-search,

.button-slider,
.button-slider:after,

input,
button,
select,
textarea,
.selectric
 {
    -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;
}

textarea {
    -webkit-transition: height 0ms ease-in-out, border 250ms ease-in-out;
       -moz-transition: height 0ms ease-in-out, border 250ms ease-in-out;
        -ms-transition: height 0ms ease-in-out, border 250ms ease-in-out;
         -o-transition: height 0ms ease-in-out, border 250ms ease-in-out;
            transition: height 0ms ease-in-out, border 250ms ease-in-out;
}


/**
 * Buttons
 */


a {
    color: #7bc143;
    text-decoration: none;
}

a:hover {
    color: #6ca83b;

}



.arrow-link {
    font-size: 16px;
    position: relative;
}
    .arrow-link:hover{
        color: #4a4b4c
    }

    .arrow-link:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #fff;
        right: -20px;
        position: absolute;
        top: 8px;
    }

        .arrow-link:hover:after {
            content: '';
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 5px solid #4a4b4c;
            right: -20px;
            position: absolute;
            top: 8px;
        }

.btn{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1em;
    padding: 10px 40px 10px 20px;
    border-radius: 5px;
    display: inline-block;
    letter-spacing: .04em;
    position: relative;
    margin-right: 20px;
    margin-bottom: 10px;
}

.primary-btn, .secondary-btn{
    color: #fff !important;
    text-shadow:none !important;
}

    .primary-btn:after,
    .secondary-btn:after{
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #fff;
        right: 20px;
        opacity: .5;

    }
    
    .slide-content .primary-btn:after {
        top: 10px;
    }

.tertiary-btn{
    color: #7bc143;
}
    .tertiary-btn:after,
    .white-btn:after{
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #7bc143;
        right: 20px;
        opacity: .5;
    }

    .tertiary-btn:hover{
        color: #45751d;
    }
        .tertiary-btn:hover:after{
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #45751d;
        right: 20px;
        opacity: .5;
    }

    .btn-white-outline:after{
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #fff;
        right: 20px;
        opacity: .5;
    }

.primary-btn    {background: #7bc143; }
.secondary-btn  {background: #009fc4;}
.white-btn {background: #fff; color: #6ca83b;}
.tertiary-btn   { border:1px solid #6ca83b; }
.btn-white-outline {
    border: 1px solid #fff;
    color: #fff;
}

    .primary-btn:hover{
        background: #6ca83b;
        color: #fff;
    }
    .secondary-btn:hover{
        background: #007791;
        color: #fff;
    }

    .tertiary-btn:hover{
        border:1px solid #45751d;
        color: #45751d;
    }
    .white-btn:hover {background: #4a4b4c; color: #fff;}

    .btn-white-outline:hover {background: #fff; color:#009fc4; border: #fff }

    .btn-white-outline:hover:hover:after{
        border-left: 6px solid #009fc4;
    }

a.btn-primary-btn.push--top.flush--sides.dark-green {
    -webkit-text-size-adjust: none;
}

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

@media (max-width: 1024px) {

}

/**
 * Icons
 */

@font-face {
  font-family: 'icomoon';
  src:  url('//www.evergreensys.com/hubfs/fonts/icomoon.eot?q0c9y7');
  src:  url('//www.evergreensys.com/hubfs/fonts/icomoon.eot?q0c9y7#iefix') format('embedded-opentype'),
    url('//www.evergreensys.com/hubfs/fonts/icomoon.ttf?q0c9y7') format('truetype'),
    url('//www.evergreensys.com/hubfs/fonts/icomoon.woff?q0c9y7') format('woff'),
    url('//www.evergreensys.com/hubfs/fonts/icomoon.svg?q0c9y7#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-search:before {
  content: "\e90d";
}

.icon-chevron-thin-up:before {
  content: "\e90c";
}
.icon-keyboard_arrow_up:before {
  content: "\e90a";
}
.icon-keyboard_arrow_down:before {
  content: "\e90b";
}

.icon-people:before {
  content: "\e907";
}
.icon-folder:before {
  content: "\e908";
}
.icon-share:before {
  content: "\e909";
}

.icon-power:before {
  content: "\e900";
}
.icon-speech-bubble:before {
  content: "\e901";
}
.icon-stats:before {
  content: "\e902";
}
.icon-cogwheel:before {
  content: "\e903";
}
.icon-calendar:before {
  content: "\e904";
}
.icon-triangles:before {
  content: "\e905";
}
.icon-note:before {
  content: "\e906";
}
.icon-play3:before {
  content: "\ea1c";
}
.icon-google-plus:before {
  content: "\ea8b";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-rss:before {
  content: "\ea9b";
}
.icon-linkedin:before {
  content: "\eaca";
}


.hexagon {
    position: relative;
    width: 71px;
    height: 43.26px;
    background-color: transparent;
    margin: 19.63px 0;
    border-left: solid 2px #fff;
    border-right: solid 2px #fff;
    margin: auto;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 48.08px;
  height: 48.08px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 7.9584px;
}

.hexagon:before {
  top: -24.0416px;
  border-top: solid 2.8284px #fff;
  border-right: solid 2.8284px #fff;
}

.hexagon:after {
  bottom: -24.0416px;
  border-bottom: solid 2.8284px #fff;
  border-left: solid 2.8284px #fff;
}

.hexagon [class^="icon-"] {
    position: relative;
    font-size: 28px;
    top: 6px;
}









/**
 * Tables
 */
 .table-wrapper{
    overflow: auto;
    margin-bottom: 20px;
 }

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    text-align: left;
    padding: 24px;
    vertical-align: top;
    line-height:1.2em;
}

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

th {
    background-color: #7bc143;
    color: white;
    text-align: center;
    text-transform: uppercase;
}
table ul{margin-top: 0;}


@media(max-width: 767px) {
  table.portal-service tr td {
     padding: 24px 10px;
  }
  table.portal-service tr td:nth-child(1) {
      width: 20%;
  }
  table.portal-service tr td:nth-child(2){
    width: 80%;
  }
}


/**
 * Fancy Table
 */

 .fancy-table tr,
 .fancy-table td{
    display: block;
 }

 .fancy-table tr:nth-child(even){
    background: #fff;
 }

 .fancy-table td.green-bg{
    background-color: #7bc143;
    color: white;
    text-align: left;
    text-transform: uppercase;
    padding: 12px;
    border: none;
    font-weight: 700;
 }

 .fancy-table td{
    border: 1px solid #bdbebf;
    border-top: none;
    margin-bottom: 0px;
    padding: 12px;
 }

 .main-content .fancy-table ul{
    padding-left: 0;
 }

 .main-content .fancy-table ul li{
    line-height: 1.2em;
 }

 @media (min-width: 768px){
    .fancy-table tr{
        display: table-row;
        border: 1px solid #bdbebf;
    }

    .fancy-table td{
        display: table-cell;
        border: none;
        width: 50%;
        padding: 24px;
    }
 }

/**
 * Forms
 */


fieldset {
  border: none;
}

input[type="submit"],
button[type="submit"] {
  background: #009fc4 !important;
  border: 0 !important;
  color: #fff !important;
  font-size: 22px !important;
   font-family: 'Titillium Web', sans-serif;
  /*float: right;*/
  text-transform: uppercase;
    font-size: 14px;
    line-height: 1em;
    padding: 10px 40px 10px 40px;
    border-radius: 5px;
    display: inline-block;
    letter-spacing: .04em;
    position: relative;
    display: block;
    margin: auto;
}

input[type="submit"]:hover,
button[type="submit"]:hover { background: #55c8cf !important; }

input.search-submit[type="submit"]:hover,
button.search-submit[type="submit"]:hover {
    background: transparent !important;
    color: #55c8cf !important;
}

input[type="text"],
input[type="email"],
input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="week"],
textarea,
select,
.selectric  {
  width: 100%;
  height: 40px;
  background: #fff;
  border: 1px solid #7c7d80;
  font-size: 15px;
  color: #505050;
  padding-left: 10px;

   -webkit-border-radius: 5px;
           border-radius: 5px;
}

.hs-custom-form input[type="submit"] {
    -webkit-appearance: none;
}

.search-form input[type="search"] { font-size: 30px; }


.selectric-hover .selectric,
input[type="text"]:hover,
input[type="email"]:hover,
textarea:hover{
  border-color: #C4C4C4;
}

.selectric-hover .selectric,
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus{
  border-color: #35B5BD;
}

textarea {
  height: 200px;
  resize: vertical;
  min-height: 150px;
}

textarea.products {
  height:100px;
}

select {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

label {
  font-size: 20px;
  color: #505050;
}


.selectric .label {
  padding-top: 11px;
  font-size: 15px;
  color: #505050;
  margin:0;
}

.iradio {
  border-radius: 100px;
}

.icheckbox, .iradio {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.icheckbox.checked, .iradio.checked {
  border: 1px solid black;
  background: #f5f5f5;
}

.icheckbox:before {
  content: "\e615";
  font-size: 12px;
}

.icheckbox:before, .iradio:before {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  left: 0;
  top: 0;
  text-align: center;
  opacity: 0;
  color: black !important;
}

.icheckbox.checked:before,
.iradio.checked:before {
  opacity:1;
}

.iradio:before {
  content: "•";
  font-size: 19px;
}

.form-row {
  margin-bottom: 25px;
  margin-left: -20px;
  margin-right: -20px;
}

fieldset.form-columns-1 .input,
fieldset.form-columns-3 .input,
.form-columns-3 .hs-form-field .hs-input,
.form-columns-1 .hs-form-field .hs-input {
    margin-right: 0 !important;
    width: 100% !important;
}

.field.hs-form-field {
    margin-bottom: 12px;
}

.hs-richtext {
    line-height: 1.6em;
    margin-bottom: 12px;
}

h3#hs_cos_wrapper_contact_form_title{display: none;}

label{
    color: #7bc143 !important;
    font-size: 14px !important;
    text-transform: uppercase;
}

.hs-error-msgs label {
    color: red !important;
}

.contact-form-wrapper input[type="submit"]{
    float: none !important;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1em;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    display: inline-block;
    letter-spacing: .04em;
    position: relative;
    /* margin-right: 20px; */
    margin-bottom: 10px;
    background: #7bc143;
    font-family: 'Titillium Web', sans-serif;
    text-align: center;
    margin: auto;
}



.hs_submit {
    margin: auto !important;
    text-align: center !important;
}

@media(min-width: 768px){
    fieldset{
        max-width: 100% !important;
    }

    fieldset.form-columns-3 .input {
        margin-right: 1% !important;
        width: 98% !important;
    }

    fieldset.form-columns-3 .hs-form-field:last-child .input{
        margin-right: 0 !important
    }
}

@media(min-width: 1025px){
    .contact-form-wrapper.soft-double{padding: 90px !important ;}
}



/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../img/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('../img/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}




/**
 * Validation
 */


/**
 * Main Contact Form

 */

.contact-form-wrapper input[type="submit"] {
    float: left;
}

.contact-form-wrapper .hs-error-msgs {
    width: 100%;
}


/**
 * Page-head
 */






/**
 * Navigation
 */

 /*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

 .hamburger-menu{
    text-transform: uppercase;
    position: relative;
    top: 24px;
    left: 0;
    color: #7bc143;
    font-size: 14px;
 }
.hamburger {
  /*padding: 15px 15px;*/
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #7bc143;
    /*border-radius: 4px;*/
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }




.mobile-buttons{
    background: #7bc143;
    display: table;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.mobile-buttons a{
    display: table-cell;
    width: 50%;
    color: #fff;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 0px;
    border-right: 1px solid #74b53f;
}

    .mobile-buttons a:last-child{
        border-right: none;
    }

.mobile-buttons img{
    vertical-align: middle;
    padding: 0 8px;
}

.site-header{
    position: absolute;
    width: 100%;
    z-index: 999;
}

.nav-tablet-top{
    z-index: 9999;
}

.site-navigation {
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 20px 10px;
}

.main-menu,
.main-menu .hs-menu-children-wrapper,
.sidebar-nav .hs-menu-children-wrapper {
    display: none;
    transition: all 0.4s ease;
}

    .main-menu.js-toggle{
        display: block;
        transition: all 0.4s ease;
    }

.main-menu .js-toggle{
    transition: all 0.4s ease;
}

.js-toggle.js-active{
    display: block;
    background:#fff;
    border-top: 1px solid #e5e5e5;
}

.hs-menu-depth-2.submenu-active ul {
    background: #f7f7f7;
}


.js-toggle.js-active .js-toggle.js-active .js-toggle.js-active {
    background: #fff;
}
.sidebar-nav li{
    position: relative;
}

.sidebar-nav .hs-menu-children-wrapper li a{
    font-size: 13px;
    padding: 10px 10px 10px 40px; 
}
.sidebar-nav .hs-menu-children-wrapper li a:before{
    position: relative !important;
    content: "\ea1c" !important;
    color: #bdbebf !important;
    font-size: 10px !important;
    left: 0 !important;
    top: 0 !important;
    font-family: 'icomoon' !important;
    padding-right: 10px;
}

.sidebar-contact-only .problem-sidebar {
    border-radius: 10px !important;
}

.sidebar-nav .hs-menu-children-wrapper .hs-menu-depth-3 a {
  padding-left: 60px;
}

/*.submenu-active {
    color: #007791 !important;
}*/
/*.main-menu{
    float: right;
    width: 320px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}*/

.main-menu  ul{
    transition: all 0.4s ease;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

    .main-menu  ul:first-child {
        background: #f7f7f7;
        max-width: 320px;
        border-radius: 0 0 10px 10px;
        overflow: hidden;
        float: right;
        width: 100%;
        border: 1px solid #e5e5e5;
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);

    }

.main-menu ul li{
    padding: 0;
    line-height: 1.2em;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 0;
}

    /*.main-menu ul li:hover{
        background: #ffffff;
    }*/

    /*.main-menu ul li:hover a{
        color: #7bc143;
    }*/

.main-menu ul li.hs-menu-depth-1:last-child{
    border-bottom: none;
    display: none;
}

/*.main-menu ul li:nth-child(6){
    border-bottom: none;
}*/

.main-menu ul li a {
    color: #7c7d80;
    padding: 14px 20px 14px 20px;
    display: inline-block;
    width: 90%;
}
    .main-menu ul li.active-branch > a{ color: #7bc143;}

    .main-menu .hs-menu-children-wrapper li.active-branch{
        background: #fff;
    }

.sub-menu-toggle{
    transition: all 0.4s ease;
    transform: rotateZ(-90deg);
    display: inline-block;
    color: #7BC149;
}

.sub-menu-toggle.js-toggle,
.sidebar-nav li.active-branch .sub-menu-toggle{
    transform: rotateZ(90deg);
    transition: all 0.4s ease;
}

.gsc-search-box {
    /*display: inline-block;*/
    position: relative;
}


.gsc-search-box form label {
    color: #a7a9ac;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    left: 10px;
    text-align: left;
    top: 3px;
}

.gsc-input-box {
    height: 34px !important;
    border-radius: 5px;
    margin: 0;
    padding: 0;
    min-width: 100px; /*265px*/
    border: 1px solid #dfe1e5 !important;
}

.hs-search-module .hs-button {
    position: absolute;
    font-size: 24px;
    top: 4px;
    right: 10px;
}

.site-search {
    min-height: 32px;
    display: block;
    margin-top: 10px;
}

.main-menu ul li.submenu-active > a {
    color: #7bc143;
}

.gsc-control-wrapper-cse { margin-bottom: -38px; }

.gsc-control-cse {
    background-color: transparent !important;
    font-family: 'Titillium Web', sans-serif !important;
    border: none !important;
    padding: 0 !important;
}

/*.gsc-search-box tbody, .gsc-search-box tr, .gsc-search-box td {*/
/*    display: inline-block !important;*/
/*}*/

.gsc-search-box tr { 
    height: 30px;
}

input.gsc-search-button { 
    margin-top: 0px !important;
}

.site-search table{
    margin: 0px;
}

.gsc-input-box {
    height: 34px !important;
    border-radius: 5px;
    margin: 0;
    padding: 0;
    min-width: 120px;
    border: 1px solid #dfe1e5 !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-top: 0px !important;
    padding-left: 12px !important;
    padding-bottom: 0px !important;
    padding-right: 6px !important;
    margin: 0 !important;
}

.gsc-search-button { 
    padding: 0px !important; 
}

input.gsc-search-button { 
    background-color: #7BC143 !important;
    background-image: none !important;
    filter: none !important;
    vertical-align: middle;
    height: 33px !important;
    width: 33px !important;
    padding: 8px !important;
    border-radius: 3px !important;
}

div#___gcse_0 {
    display: inline-block;
}

span#gs_cb50 { display: none !important; }

.gsc-clear-button { padding: 0px; }

.site-search .gsst_a, .site-search .gsib_b, .site-search .gsib_a{
    padding: 0;
}


input.gsc-input, input.gsc-input {
    background-image:none !important;
    background-repeat:no-repeat;
    background-color:#fff;
}


@media(min-width: 375px){
    .hamburger{
        position: relative;
        margin-top: 26%;
    }

}



@media(min-width: 600px){
    .hamburger{
        position: relative;
        top: 24px;
        float: right;
        margin-top: 0;
    }
}

@media(min-width: 768px){

    .site-search {
            min-height: auto;
    display: inline-block;
    margin-top: 0;
    }
    .site-navigation{
        display: table;
        width: 100%;
        margin: auto;
    }

    .site-navigation .logo{
        display: table-cell;
        padding: 50px 30px;
        vertical-align: middle;
    }

    .nav-tablet-top {
        display: table;
        background: #fafafa;
        padding: 15px;
        width: 100%;
        vertical-align: middle;
        text-align: right;
    }

    .nav-tablet-top .btn{
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 10px;
    }

    .nav-tablet-top .phone-number{
        color: #a7a9ac;
    }
    .nav-tablet-top .phone-number:hover{
        color: #7bc143;
    }

    .hamburger{
        clear: both;
        display: table;
        width: 100%;
        text-align: right;
        padding: 30px;
        top: 0;
    }

    .site-navigation{
        padding: 0px;
    }

}

@media(min-width: 1025px){
    .main-menu{
        display: table;
        width: 100%;
    }

    .main-menu  ul:first-child{
        background: #ffffff;
        max-width: none;
        border-radius: 0;
        box-shadow: none;
        border:0;
        float:none;
        display: table;
        table-layout: fixed;
        border-radius: 0px 10px 10px 0px;
        overflow: hidden;
        min-height: 102px;
        border-left: 1px solid #dbdbdb;
    }

    .main-menu ul li{
        border-bottom: none;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 14.28%;
        border-left: 1px solid #dbdbdb
    }



    .main-menu ul li ul li{
        display: block;
        width: 100%;
    }
        .main-menu ul li ul li a{
            max-width: 100%;
            width: 85%;
        }
        .main-menu ul li:first-child {
            border-left: none;
        }

        /*.sub-menu-toggle.hidden-md-up{
            display: none;
        }*/
    .main-menu .hs-menu-wrapper.active-branch > ul > li > .sub-menu-toggle,
    .main-menu .hs-menu-wrapper > ul > li > .sub-menu-toggle{
        display: none;
    }

    .main-menu ul li a{
        width: auto;
        padding: 40px 0px 40px 0px;
        max-width: 100px;
    }

    .main-menu ul li:hover > a{
        color: #7bc143;
    }

    .nav-tablet-top{
        padding: 24px 30px;
    }


    .main-menu li:hover > .hs-menu-children-wrapper {
        display: block;
        width: auto;
        position: absolute;
        background: #F2F2F2;
        max-width: 265px;
        width: 100%;
        border-radius: 0 0 10px 10px;
        overflow: hidden;
        border: 1px solid #e5e5e5;
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
        top:199px;
        border-top: 0;
        /*left: 0;*/
    }

        .main-menu li:last-child:hover > .hs-menu-children-wrapper{
            right: 0;
        }

    .main-menu .hs-menu-children-wrapper li{
        border-left: 0;
        border-bottom: 1px solid #dbdbdb;
        text-align: left;
    }

    .main-menu .hs-menu-children-wrapper li a{
        padding: 20px 30px 20px 30px;
    }

    /* Third Level Menu */
        .main-menu .hs-menu-children-wrapper li:hover > .hs-menu-children-wrapper{
            position: static;
            display: none;
            background: #fff;
            border-radius: 0;
            box-shadow: none;
            border-bottom: 0;
            width: 100%;
            border-left: 0;
            border-right: 0;
        }

        .main-menu .hs-menu-children-wrapper li:hover > .hs-menu-children-wrapper.js-toggle.js-active,
        .main-menu .hs-menu-children-wrapper li > .hs-menu-children-wrapper.js-toggle.js-active{
            display: block;
        }

        .gsc-input-box{
            min-width: 260px;
        }


}



/**
 * Masthead
 */




/**
 * Breadcrumbs
 */




/**
 * Site-Footer
 */
.footer-contact p {
    line-height: 1.3em;
    margin-top: 10px !important;
    margin-bottom: 30px;
}

 .site-footer{
    background: url(//www.evergreensys.com/hubfs/2017-images/network-texture.png) no-repeat #444547;
    background-position: right;
 }
  .site-footer ul{
    list-style: none;
  }

 .footer-site-credits{
    background-color: #252526;
    clear: both;
    position: relative;
    min-height:430px;
 }

 .footer-site-credits:before{
    content: '';
    background-color:#252526;
    width: 400%;
    position: absolute;
    left: -50%;
    height:100%;
    display: block;
 }


.site-credits {
    padding: 0px;
    color: #a7a9ac;
    font-size: 14px;
    margin: 0;
    line-height: 2em;

}

    .site-credits li{
        padding:0;
    }

    .site-credits li:last-child{
        font-size: 12px;
        margin-top: 20px;
    }

    .site-credits li a{
        color: #a7a9ac;
    }

    .site-credits li a:hover {
        color: #6ab734;
    }


.footer-menu {
    padding: 0;
    margin: 0;
    font-size: 14px;
    margin-bottom: 20px;
}

    .footer-menu li{
        padding: 0;
    }

    .footer-menu a{
        color: #fff;
    }

    .footer-menu a:before:after{
        padding: 2px;
    }

    .footer-menu a:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #7bc143;
        display: inline-block;
        top: 8px;
        margin-left: 10px;
        opacity: .5;
    }

    .footer-menu:after{
        background-color: #565759;
        content: "";
        width: 100%;
        height: 3px;
        margin-top: 20px;
        display: block;

    }

.footer-content,
.footer-content a{
    color: #fff;
    font-size: 14px;
    line-height: 2em;

}

    .footer-content a:hover{
        color: #7bc143;
    }

    .footer-title{
        color: #a7a9ac;
        font-size: 22px;
    }

        .footer-title.headline-accent:after{
            background-color: #565759;
            width: 100%;
        }


@media(min-width: 768px){
    .footer-title.headline-accent:after{
        background-color: #565759;
        width: 85%;
    }
}

@media(min-width: 1024px){
    .footer-site-credits:before{
        width: 400%;
        left: -340%;
    }

    .footer-site-credits img {
        margin-bottom: 60px;
    }
}

.social-icons {
    margin: 0;
    padding: 0;
}

.social-icons li{
    display: inline-block;
    padding-left: 0;
    padding-right: 8px;
}

.social-hexagon {
    position: relative;
    width: 32px;
    height: 17.32px;
    background-color: transparent;
    margin: 8.66px 0;
    border-left: solid 2px #009fc4;
    border-right: solid 2px #009fc4;
    margin: auto;
    display: inline-block;
}

.social-hexagon:before,
.social-hexagon:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 21.21px;
  height: 21.21px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 2.3934px;
}

.social-hexagon:before {
    top: -10.6066px;

  border-top: solid 2.8284px #009fc4;
  border-right: solid 2.8284px #009fc4;
}

.social-hexagon:after {
  top: 5.6066px;
  border-bottom: solid 2.8284px #009fc4;
  border-left: solid 2.8284px #009fc4;
}

.social-hexagon [class^="icon-"] {
    position: relative;
    font-size: 12px;
    top: -5px;
    text-align: center;
    z-index: 9999;
}

.social-hexagon-wrapper{
    display: inline-block;

}

.social-icons a:hover .social-hexagon{
    background-color: #009fc4;
}

.social-icons a:hover .text--blue{
    color: #fff!important;
} 



@media(min-width: 1100px){
    .social-hexagon {
    position: relative;
    width: 52px;
    height: 28.87px;
    background-color: transparent;
    margin: 14.43px 0;
    border-left: solid 2px #009fc4;
    border-right: solid 2px #009fc4;
    margin: auto;
    display: inline-block;
}

.social-hexagon:before,
.social-hexagon:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 35.36px;
  height: 35.36px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 5.3223px;
}

.social-hexagon:before {
    top: -17.6777px;
  border-top: solid 2.8284px #009fc4;
  border-right: solid 2.8284px #009fc4;
}

.social-hexagon:after {
  top: 9.6777px;
  border-bottom: solid 2.8284px #009fc4;
  border-left: solid 2.8284px #009fc4;
}

.social-hexagon [class^="icon-"] {
    position: relative;
    font-size: 20px;
    top: 4px;
    text-align: center;
}

.social-hexagon-wrapper{
    display: inline-block;

}
}



/*------------------------------------*\
    Trumps
\*------------------------------------*/


@-ms-viewport { width: device-width; }


/**
 * Images
 */

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}




.product-info-tabs img {
    max-width: 100%;
}

.img-rounded { border-radius: 6px !important; }
.img-circle  { border-radius: 50% !important; }
.img-square  { border-radius: 0   !important; }


/**
 * 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       { 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) and (max-width: 767px) {
    .hidden-xs { display: none !important; }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hidden-sm { display: none !important; }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .hidden-md { 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;
}






/**
 * Clears
 */
.clear--left    { clear: left !important; }
.clear--right   { clear: right !important; }
.clear--both    { clear: both !important; }
.clear--contain { overflow: hidden !important; }


/**
 * Text alignment
 */
.text--left     { text-align:left  !important; }
.text--center   { text-align:center!important; }
.text--right    { text-align:right !important; }


.align--center{margin: auto;}

/**
 * Borders
 */
.border--top    { border-top:       1px solid #eee; }
.border--bottom { border-bottom:    1px solid #eee; }
.border--left   { border-left:      1px solid #eee; }
.border--right  { border-right:     1px solid #eee; }
.border--all    { border:           1px solid #eee; }

.border--black  { border-color: black; }


/* TODO: Update pushes, flushes, softs, and hards to match your vertical rhythem */

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

.push-double           { margin:       40px!important; }
.push-double--top      { margin-top:   40px!important; }
.push-double--right    { margin-right: 40px!important; }
.push-double--bottom   { margin-bottom:40px!important; }
.push-double--left     { margin-left:  40px!important; }
.push-double--ends     { margin-top:   40px!important; margin-bottom:40px!important; }
.push-double--sides    { margin-right: 40px!important; margin-left:  40px!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-double           { padding:       40px!important; }
.soft-double--top      { padding-top:   40px!important; }
.soft-double--right    { padding-right: 40px!important; }
.soft-double--bottom   { padding-bottom:40px!important; }
.soft-double--left     { padding-left:  40px!important; }
.soft-double--ends     { padding-top:   40px!important; padding-bottom:40px!important; }
.soft-double--sides    { padding-right: 40px!important; padding-left:  40px!important; }

.soft-triple           { padding:       60px!important; }
.soft-triple--top      { padding-top:   60px!important; }
.soft-triple--right    { padding-right: 60px!important; }
.soft-triple--bottom   { padding-bottom:60px!important; }
.soft-triple--left     { padding-left:  60px!important; }
.soft-triple--ends     { padding-top:   60px!important; padding-bottom:60px!important; }
.soft-triple--sides    { padding-right: 60px!important; padding-left:  60px!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; }
    .flush-md-top     { margin-top:   0; }
    .flush-md-right   { margin-right: 0; }
    .flush-md-bottom  { margin-bottom:0; }
    .flush-md-left    { margin-left:  0; }
    .flush-md-ends    { margin-top:   0; margin-bottom:0; }
    .flush-md-sides   { margin-right: 0; margin-left:  0; }

    .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; }

}

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

/*------------------------------------*\
    Homepage
\*------------------------------------*/

/**
 *  Homepage Slide
 */

 /**
 * Content Sections
 */


 /*Essential Resources*/

 .whitepaper-image{
    margin: auto;
    text-align: center;
    display: block;
    position: relative;
    z-index: 9999;
 }

 .basic-section{
    padding-top: 60px;
    padding-bottom: 60px;
 }


 @media(min-width: 768px){
    .whitepaper-image{
        margin: 0;
        text-align: left;
    }

    .green-accent:before{
        background-color: #7bc143;
        position: absolute;
        content: "";
        width: 105px;
        height: 3px;
        margin-top: 20px;
        display: inline-block;
        top: 18px;
        left: -110px;
    }
 }

 @media(min-width: 1025px){
    .whitepaper-content-wrapper h3{
        font-size: 20px;
    }

    .basic-section{
        padding-top: 90px;
        padding-bottom: 90px;
     }
 }

 @media(min-width: 1200px){
    .whitepaper-image-wrapper {
        position: absolute;
        top: 25%;
        bottom: 60px;
        width: 100%;
    }


 }


/*Event Section*/

.home-events .event-title{
    font-size: 24px;
}

.event-divider {
    background-color: #6ba73a;
    content: "";
    width: 75px;
    height: 3px;
    margin-top: 20px;
    display: block;
}

.event-divider.long{
    width: 100%;
}

.event_cta_left_text p {
    margin-top: 0px;
    margin-bottom: 0px;
}

@media(min-width: 768px){
    .home-events .event-title{
        font-size: 32px;
    }

    .event-details .large-text {
        font-size: 16px;
        margin-top: 0px;
    }

    .event-details .border-left{
        border-left: 3px solid  #6ba73a;
    }

}

@media(min-width: 1025px){
    .home-events h2{
        font-size: 55px;
    }
}


/* Home Blog*/

.post-image {
    border-radius: 5px;
    max-height: 125px;
    width: auto;
    margin: auto;
}

.post-title h3{
    color: #7bc143;
    font-size: 20px;
}

.blog-post-title {
    float: left;
}

.post-date{
    font-size: 13px;
    color: #a7a9ac;
    margin-top: 0px;
    margin-bottom: 0px;
}

.post-content p{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.6em;
}

.post-link{
    position: relative;
    font-size: 15px;
    font-weight: normal;
}

.post-link:after{
    content: '';
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #7bc143;
        right: -20px;
        position: absolute;
        top: 8px;
        opacity: .5;
}

.post-wrapper{
    display: none;
}

    .post-wrapper:first-child{
        display: block;
    }


@media(min-width: 600px){
    .post-wrapper:nth-child(2){
        display: block
    }

    .post-wrapper:nth-child()
}

@media(min-width: 1025px){
    .post-wrapper:nth-child(3){
        display: block
    }
}



/* Home Services*/
.js-tabs{
    margin: 0;
    padding:0;
}

    .js-tabs li{
        padding:0;
        border-bottom: 1px solid #dbdbdb;
        display: table;
        width: 100%;
        table-layout:fixed;
        background-color: #f7f7f7;
    }

    .js-tabs li:first-child{
            background: #7bc143;
    }

    .js-tabs li:first-child,
    .js-tabs li:last-child{
        border-bottom: none;
    }

        .js-tabs a {
            color: #7c7d80;
            font-size: 18px;
            line-height: 1.2em;
            padding: 40px 30px;
            display: block;
        }



.service-header{
    text-align: center;
    padding: 0;
    display: block;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

    .service-header h2{
        font-size: 32px;
    }

.service-button { min-height: 215px; }

.service-section-hexagon {
    position: relative;
    width: 55px;
    height: 34.87px;
    background-color: transparent;
    margin: 14.43px 0;
    border-left: solid 2px #7bc143;
    border-right: solid 2px #7bc143;
    margin: auto;
    display: inline-block;
}

.service-section-hexagon:before,
.service-section-hexagon:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 35.36px;
  height: 35.36px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 6.3223px;
}

.service-section-hexagon:before {
  top: -17.6777px;
  border-top: solid 2.8284px #7bc143;
  border-right: solid 2.8284px #7bc143;
}

.service-section-hexagon:after {
  bottom: -17.6777px;
  border-bottom: solid 2.8284px #7bc143;
  border-left: solid 2.8284px #7bc143;
}

.service-section-hexagon [class^="icon-"] {
    position: relative;
    font-size: 28px;
    top: 4px;
    text-align: center;
}

.service-section-hexagon-wrapper{
    display: table-cell;
    vertical-align: middle;
    width: 10%;
}

.service-section .primary-btn {
    margin-bottom: 0px;
}

.service-label {
    padding-left: 20px;
    padding-right: 20px;
    display: table-cell;
    vertical-align: middle;
        width: 70%;
}

.js-tabs .icon-play3 {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    font-size: 15px;
    color: #7bc143;
}

@media(min-width: 768px){


    .service-header{
        border-radius: 10px 0px 0px 0px;
        text-align: left;
    }

    .js-tabs a{
        padding:40px 20px;
        font-size: 16px;
        border-right: 1px solid #DBDBDC;
    }

    .js-tabs .icon-play3{
        display: none;
    }

    .js-tabs li.active {
        background: #fff;
    }

    .js-tabs li.active a {
        border-right: 1px solid #f2f2f2;
    }

    .js-tabs li.active .service-section-hexagon{
        background-color: #7bc143;
    }

    .js-tabs li.active .service-section-hexagon [class^="icon-"]{
        color: #fff;
        z-index: 3;
    }


}

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

    .service-label {
        padding-left: 16px;
        padding-right: 0px;
    }

        /*.js-tabs li.active a {
            font-size: 22px;
        }*/

    .js-tabs .icon-play3{
        display: table-cell;
           -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
             -o-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                 ransform: rotate(-90deg);

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

    .js-tabs li.active .icon-play3{
        font-size: 22px;
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);

    }
}



.tab-content{
    display: none;
}

.tab-content .headline-accent {
    margin-bottom: 0px;
}

.tab-content.active{display: block;}

.tab-content .headline-accent:after{
    background-color: #fff;
}

@media(min-width: 768px){

    .bg--hex-pattern{
        background: url('//www.evergreensys.com/hubfs/2017-images/hex-bkg.png') no-repeat bottom right;
    }
}



/**
 * Main Sidebar
 */

.sidebar,
.span4.widget-span.widget-type-cell{
    max-width: 263px;
    /*float: right;*/
    display: block;
    margin: auto;
    width:100%;
}
    .span4.widget-span.widget-type-cell{
        float: right;
    }

aside > .sidebar:first-child{
    margin-top: 40px;
}

.sidebar-testimonials {
    background: #ededed;
    padding: 30px 40px 30px 40px;
    line-height: 1.5em;
}

.testimonial-content{
    display: block;
    clear: both;
}

.main-content .sidebar-testimonials img {
    display: block !important;
    margin: auto;
    float: none !important;
}

.problem-sidebar{
    background: url('//www.evergreensys.com/hubfs/2017-images/blue-texture.jpg') no-repeat center center;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
    color: #fff;
    padding: 30px 20px 30px 20px;
    font-size: 22px;
    background-size: cover;

}

.problem-sidebar .btn{
    margin:auto;
    display: inline-block;
}

.problem-sidebar .hexagon [class^="icon-"] {
    position: relative;
    font-size: 42px;
    top: 0;
}

.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper{
    background-color: #FFF !important;
}

.sidebar-nav,
.span12.widget-span.widget-type-post_listing,
.span12.widget-span.widget-type-post_filter{
    background: #f7f7f7;
    border-radius: 10px 10px 0px 0px;

}

    .sidebar-nav ul,
    .span12.widget-span.widget-type-post_listing ul,
    .span12.widget-span.widget-type-post_filter ul{
        padding: 0;
        margin: 0;

    }

    .hs-menu-wrapper.hs-menu-flow-vertical > ul{
        margin-bottom: 0 !important;
    }

        .sidebar-nav ul li,
        .span12.widget-span.widget-type-post_listing ul li,
        .span12.widget-span.widget-type-post_filter ul li{
            padding: 0;
            line-height: 1.2em;
            border-bottom: 1px solid #dbdbdb;
            margin-bottom: 0;
            list-style: none;

        }

            .sidebar-nav ul ul li:first-child,
            .sidebar-nav ul ul li:last-child{
                border-bottom: none;
            }

            .sidebar-nav a,
            .span12.widget-span.widget-type-post_listing a,
            .span12.widget-span.widget-type-post_filter a{
                color: #7c7d80;
                padding: 20px 30px 20px 30px;
                display: inline-block;
                width: 85%;
            }

            .span12.widget-span.widget-type-post_listing a,
            .span12.widget-span.widget-type-post_filter a{
                width: 100%;
            }

            .sidebar-nav li,
            .span12.widget-span.widget-type-post_listing li,
            .span12.widget-span.widget-type-post_filter li{
                padding: 0;
                margin: 0;
            }

            .sidebar-nav li:hover,
            .sidebar-nav li.active-branch{
                background: #fff;

            }

            .sidebar-nav li.active-branch  .hs-menu-children-wrapper{
                display: block;
                background: #f7f7f7;
                border-top: 1px solid #e5e5e5;
            }

                .sidebar-nav li:before{display: none;}

            .sidebar-nav li:hover a{
                color: #4a4b4c;
            }

    .side-nav-header,
    .sidebar-nav li.side-nav-header:hover,
    .span12.widget-span.widget-type-post_listing h3,
    .span12.widget-span.widget-type-post_filter h3 {
        background: #7bc143;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 22px;
        color: #fff;
        border-radius: 10px 10px 0px 0px;
        padding: 20px 30px 20px 30px !important;
        margin: 0!important;
    }

@media(max-width: 1024px) {
    .sidebar {
        max-width: 100%;
    }
}


@media(min-width:1025px){
    /*.sidebar{*/
    /*    float: right;*/
    /*}*/
    
    .problem-sidebar {
        margin-top: 0px !important;
    }
}

.span12.widget-span.widget-type-rich_text {
    background: transparent !important;
}

/*.span12.widget-span.widget-type-rich_text{
    height: 0 !important;
    min-height: 0 !important;
}*/

/**
 * Innerpages
 */

 .inner-page-title {
    margin-top:180px;/*240*/
    font-size: 35px;
    margin-bottom: 10px;
}

.webinar-live .inner-page-title {
    margin-top: 40px;
}

.hs-breadcrumb-menu-divider:before{
    font-family: 'icomoon';
    content: "\ea1c" !important;
    font-size: 10px;
    color: #fff;
    opacity: .5;
}

.hs-breadcrumb-menu {
    margin-bottom: 30px !important;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.hs-breadcrumb-menu-item{
    float: none !important;
    display: inline;
}

.hs-breadcrumb-menu a{
    color: #fff;
}


.relative{position: relative;}


.events-inner {
    border-radius: 10px;
}

.button-content .service-section-hexagon-wrapper{
    display: block;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.button-content .service-label{
    display: block;
    width: auto;
    margin-top: 30px;
    margin-bottom: 10px;
}

.button-content .icon-play3{
    color: #7BC149;
    position: relative;
    top: 2px;
    margin-left: 6px;
}

.button-content:hover {
    position: relative;
    top: -10px;
}

.button-content:hover .bg--medium-gray{
    background: #fff;
}

.button-content:hover .service-section-hexagon{
    background: #7BC149;

}

.button-content:hover .service-section-hexagon [class^="icon-"]{
    color: #fff;
    z-index: 999;
}

.image-responsive{
    max-width: 100%;
    height: auto;
}


@media(max-width: 767px){
    .buttons-wrapper .col-xs-4 {
        margin-bottom: 20px;
    }
}


.main-content p:first-child,
.main-content h1:first-child,
.main-content h2:first-child,
.main-content h3:first-child,
.main-content h4:first-child,
.main-content h5:first-child,
.main-content h6:first-child {
    margin-top: 0;
}

.main-content img,
.post-body img{
    max-width: 100%;
    height: auto;
    display: block;
    float: none !important;
    margin: auto;
}

.events-inner h2{text-align: center;}

@media(min-width: 600px){
    .events-inner .hexagon,
    .events-inner h2{
        display: inline-block;
        text-align: left;
    }

    .events-inner h2{
        position: relative;
        top: 10px;
        left: 20px;
    }
    
    /*.webinar-live .inner-page-title {
        margin-top: 40px;
    }*/
}

@media(max-width: 767px) {
    .inner-page-title{
        margin-top: 215px;
        font-size: 40px;
    }
}
    

@media(min-width: 768px){
    .inner-page-title{
        font-size: 50px;
    }

    .main-content img{
        max-width: 100%;
        height: auto;
        display: inline-block;
        
        margin-left: 20px;
    }
    
    .main-content img.blog-post-image {
        float: left !important;
        margin-left: 0px;
    }
    
    .main-content.webinar-downloads img{
        float: none !important;
    }

    .home-events .events-inner .hexagon,
    .home-events .events-inner h2{
        display: block;
        text-align: center;
    }
}

@media(min-width: 1025px){
    .inner-page-title {
        margin-top: 240px;
    }
    
    /*.webinar-live .inner-page-title {
        margin-top: 40px;
    }*/

    .hs-breadcrumb-menu {
        margin-bottom: 50px !important;
    }
}





/**
 * 404 Page
 */


/**
 * Search Results
 */








/**
 * Testimonials
 */







/**
 * Blog
 */




/*------------------------------------*\
    Print Stylesheet
\*------------------------------------*/


@media print {
    * {
        overflow: visible !important;
        color: black !important;
        text-align: left !important;
        font-size: 14px !important;
        opacity: 1 !important;
        background: white !important;
    }

  .page-body, body { margin: 0 !important; }

    h1 { font-size: 32px !important; }
    h2 { font-size: 24px !important; }
    h3 { font-size: 18px !important; }
    h4 { font-size: 18px !important; }
    h5 { font-size: 16px !important; }
    h6 { font-size: 14px !important; }

    p,
    ul,
    li,
    label,
    input,
    select,
    textarea  { font-size: 14px !important; }

    .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; }



    .page__header {
        position: static;
    }
    
    .site-search{ display:none !important;}


}


/* Slider */
.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;
}
.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-next {
    display: none !important;
    border: none;
    background: url(//www.evergreensys.com/hubfs/2017-images/arrow-right.png) no-repeat;
    height: 30px;
    text-indent: -9999em;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    width: 30px;
    right: 30px;
    z-index: 999;
}

.slick-prev {
    display: none !important;
    border: none;
    background: url(//www.evergreensys.com/hubfs/2017-images/arrow-left.png) no-repeat;
    height: 30px;
    text-indent: -9999em;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    width: 30px;
    left: 30px;
    z-index: 999;
}

@media(min-width: 768px){
    .home-slideshow:hover .slick-next,
.home-slideshow:hover .slick-prev {display: block !important;}

}





/*Homepage Slideshow Styles*/

.slick-dots {
    bottom: 20px;
    left: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    display: none;
}


.slick-dots li {
    display: inline-block;
    text-align: center;
    padding-left: 1px;
    padding-right: 1px;
}

.slick-dots button {
    background: transparent;
    border: 1px solid #fff;
    opacity: .5;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 8px;
    margin-right: 5px;
    padding: 0;
    text-indent: -9999em;
    width: 8px;
}

.slick-dots .slick-active button{
    background: #5c8f32;
    border: 1px solid #5c8f32;
    opacity: 1;
}

.home-slideshow .slick-slide{
    min-height:480px; /*480px*/
    background-size: cover !important;
    display: table;
}

.home-slideshow .slick-slide.evolve-slide1 .type-it-not-animated{
    width: 100%;
    text-align: left;
}

.home-slideshow .slick-slide.evolve-slide1 img{
    display: none;
    margin-top: 20px;
}

@-moz-document url-prefix() {
    .home-slideshow .slick-slide{
        height: 480px;
    }
}


.home-slideshow .slide-content{
    text-align: center;
    font-size: 20px;
    line-height: 1.2em;
    display: table-cell;
    vertical-align: middle;
    padding-top: 110px;
}

    .home-slideshow .slide-content .larger{
        font-size: 22px;
        margin-bottom: 10px;
    }


.text--glow{
    text-shadow: 4px 4px 12px rgba(255, 255, 255, .4);
}

.large--text{
    font-size: 16px;
}

.slide-content span {
    display: block;
}

    .dark-green{
        background: #5c8f32;
    }

    .dark-green:hover{
        color: #fff;
    }

@media(min-width: 600px){

    .slide-content span:first-child{
        text-align: left;
        float: left;
    }

   .slide-content span:nth-child(2) {
        text-align: right;
        max-width: 600px;
        float: right;
    }

    .slide-content .btn{
        float: right;
        display: block;
        clear: both;
    }

    .home-slideshow .slick-slide.evolve-slide1 .type-it-not-animated {
        width: 60%;
        text-align: left;
        display: inline-block;
        float: left;
    }

    .home-slideshow .slick-slide.evolve-slide1 .slide-content span:nth-child(2){
        text-align: left !important;
        float: left !important;
    }

    .home-slideshow .slick-slide.evolve-slide1 .slide-content .btn{
        float: left !important;
    }



    .home-slideshow .slick-slide {
        min-height: 500px;
    }
}

@media(min-width: 768px){
    .home-slideshow .slick-slide.evolve-slide1 img{
        width: 35% !important;
        float: right !important;
        margin-top: 0;
        display: block;
    }
    .home-slideshow .slick-slide{
        min-height: 650px;
    }
    @-moz-document url-prefix() {
        .home-slideshow .slick-slide{
            height: 650px;
        }
    }
}

@media(min-width: 1025px){

    .home-slideshow .slick-slide{
        min-height: 768px;
    }
    
    @-moz-document url-prefix() {
        .home-slideshow .slick-slide{
            height: 768px;
        }
    }

    .home-slideshow .slide-content,
    .home-slideshow .slide-content .larger{
        font-size: 50px;
    }

    .slide-content span:nth-child(2){
        max-width: 1366px;
    }

    .home-slideshow .slide-content {
        padding-top: 200px;
    }


}


@media(min-width: 1200px){
    .footer-site-credits img {
        margin-top: 40px;
    }
    .footer-title,
    .footer-menu{
        margin-top: 20px !important
    }
}


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
    padding: 0;
    border-radius: 0;
    text-align: right;
    box-shadow: none;
}

#myBtn:hover {
  opacity: .8;
}




/**
 * Print
 */

.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block { display: none !important; }

@media print and (color) {
    * {
        -webkit-print-color-adjust: exact; 
        print-color-adjust: exact;
        /*border: 1px solid black;*/
      }

    .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; }

    .mobile-buttons,
    .nav-tablet-top,
    .hamburger,
    .main-menu,
    .main-content.basic-section aside,
    footer,
    #myBtn,
    .events-inner,
    .blog-inner,
    .breadcrumbs,
    .hs-tools-menu,
    iframe{
        display: none !important;
    }

    .main-content.basic-section .col-md-8.col-lg-offset-1.col-lg-7{
        margin-left: 0 !important;
        width: 100% !important;
    }

    .basic-section {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .inner-page-title,
    #hs_cos_wrapper_name {
        text-shadow:none !important;
        color: #7bc143 !important;
        text-align:left !important;
        font-size: 50px !important;
    }

    .text--center {text-align: left !important; }

    th {
        background-color: #7bc143 !important;
        color: white !important;
        text-align: center;
        text-transform: uppercase;
    }

    tr{
        border: 1px solid #f7f7f7 !important;
    }

    tr:nth-child(even) {
        background-color: #f7f7f7 !important;
    }


}

/*Blog Styles*/

.site-footer{
    text-shadow:none !important;
    font-weight: normal !important;
    font-family: 'Titillium Web', sans-serif !important;
}

.footer-container.container-fluid,
.header-container.container-fluid,
.body-container.container-fluid{
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    font-weight: normal !important;
    font-family: 'Titillium Web', sans-serif !important;
}

.row-fluid-wrapper.row-depth-1.row-number-9 {
    max-width: 1366px !important;
    margin: auto !important;
    /*padding-left: 40px !important;
    padding-right: 40px !important;*/
}

.site-footer .ui-page-theme-a a:visited, 
html .ui-bar-a a:visited, 
html .ui-body-a a:visited, 
html body .ui-group-theme-a a:visited{
    color: #fff !important;
    font-weight: normal !important;
    
}

.ui-page-theme-a a, html .ui-bar-a a, html .ui-body-a a, html body .ui-group-theme-a a{
    font-weight: normal !important;
}

.ui-page-theme-a a:visited, html .ui-bar-a a:visited, html .ui-body-a a:visited, html body .ui-group-theme-a a:visited{
    color: #7bc143 !important;
}

.hs-breadcrumb-menu{
    text-shadow:none !important;
}

a.btn.secondary-btn.ui-link {
    color: #fff !important;
    text-shadow: none !important;
}

.span12.widget-span.widget-type-custom_widget,
.span12.widget-span.widget-type-cell.page-center{
    float: none !important;
    min-height: 0 !important;
}

.row-fluid-wrapper.row-depth-1.row-number-3 {
    position: relative !important;
    width: 100% !important;
    top: 3.75% !important;
    right: 30px !important;
}

.span9.widget-span.widget-type-space{
    display: none !important;
}

a.ui-collapsible-heading-toggle.ui-btn.ui-icon-plus.ui-btn-icon-left.ui-btn-inherit {
    background: #7bc143 !important;
    border: none !important;
    text-shadow: none !important;
    color: #fff !important;
    text-transform: uppercase !important;
    width: 50% !important;
    float: right !important;
    font-family: 'Titillium Web', sans-serif !important;
}

span#hs_cos_wrapper_module_14238468230401329 h1 {
    text-align: left !important;
    width: 50%;
    margin-left: 10%;
}

.blog-section{
    font-family: 'Titillium Web', sans-serif !important;
}

.post-header h2,
.post-header .ui-page-theme-a a{
    color: #7bc143 !important;
    /*font-size: 20px !important;*/
    font-family: 'Titillium Web', sans-serif !important;
}

.hs-blog-listing .blog-section .post-body h2 {
    color: #616161 !important;
    font-size: 36px !important;
}

#hubspot-author_data{
    font-family: 'Titillium Web', sans-serif;
    font-size: 13px;
    color: #a7a9ac;
    margin-top: 0px;
    margin-bottom: 0px;
}

.post-item {
    border-bottom: 1px solid #dbdbdb !important;
}

.previous-posts-link,
.all-posts-link {
    margin-right: 15px;
}

@media(min-width: 768px){
    .row-fluid-wrapper.row-depth-1.row-number-9{
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .row-fluid .span8 {
        width: 100% !important;
    }
    .span4.widget-span.widget-type-cell{
        width: 100%;
        max-width: 100%;

    }
}

@media(min-width: 1025px){
    

    .row-fluid .span8 {
        margin-left: 8.33333333% !important;
        width: 58.33333333% !important;
        padding-right: 80px !important;
    }

    .span4.widget-span.widget-type-cell {
       width: 25% !important;
       max-width: 263px !important;
       float: left !important;
    }


}

/* Banner Styles */
.blog-banner {
    background: url('//cdn2.hubspot.net/hub/22769/file-2506004320.jpg') !important;
    background-size: cover !important;
    background-position: 50% 35% !important;
    background-repeat: no-repeat !important;
}
.blog-banner-text {
    padding: 8% 15px;
}
.blog-banner-text h1 {
    color: #fff;
    text-shadow: 1px 1px 20px #555;
    line-height: 1.25em;
    margin: 0;
    font-weight: 400;
}

.blog-banner-sub {
    position: absolute;
    right: 75px;
    top: 190px;
    width: 250px !important;
}
.blog-banner-sub .ui-collapsible .hs-form.stacked .actions {
    margin: 0;
    padding: 0;
}

.blog-banner-sub .hs-form .hs-button {
    width: 75%;
}

.span4.widget-span.widget-type-cell{
    font-family: 'Titillium Web', sans-serif !important;
}

.hs-blog-post .blog-banner {
    display: none !important;
}

.hs-blog-post .post-header h2 {
    display: none;
}

.blog-section .post-body h2 {
    margin-top: 10px;
}

@media(max-width: 767px) {
  .blog-banner-sub {
    right: 15%;
    top: 385px;
  }
}

/*.hs-blog-post .js-subscribe {*/
/*    display: none !important;*/
/*}*/

.js-subscribe:hover {
    cursor: pointer;
}

.subscribe-form {
    width: 250px;
    background: #f0f0f0;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #000;
}

.subscribe-form .hs-form.stacked .field {
    margin-bottom: 9px;
}

.subscribe-form .actions {
    margin: 0px !important;
    padding: 17px 20px 18px 0px !important;
}

.subscribe-form .actions input {
    font-size: 12px !important;
    padding-right: 12px;
    padding-left: 12px;
    width: auto !important;
    text-shadow:none !important;
    border: none !important;
    box-shadow: none !important;
    font-family: 'Titillium Web', sans-serif !important;
    font-weight: normal !important;
}

    .hs-form.stacked .actions {
        padding: 0px !important;
        margin: 0px !important;
        text-align: left !important;
}

.gsc-result .gs-title {
    height: 2em !important;
}

.gs-result .gs-title, .gs-result .gs-title *{
    text-align: left !important;
}

/*special-images*/
.main-content .square-image{
    max-width: 140px !important;
    height: 140px !important;
    margin: 0 !important;
}

@media(min-width: 768px){
    .main-content .square-image{
        max-width: 320px !important;
        height: 320px !important;
        margin: 20 !important;
        float:right !important;
    }
}


/*
 * jQuery Basic Table
 * Author: Jerry Low
 */

table.bt thead,
table.bt tbody th {
  display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  text-align: left !important;

  /* IE 9 */
  float: left\9;
  width: 100%\9;
}

table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
  content: attr(data-th) ": ";
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  font-weight: bold;
  width: 93%;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
}

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#hs_cos_wrapper_primary_section_text > table > tbody > tr:nth-child(n+1) > td:nth-child(1):before {
    display: none;
}

table .header-fixed {
  position: fixed;
  top: 0px !important;
  /*left: 0;*/
  /*right: 0;*/
  z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
  border-bottom: 1px solid #d5d5d5;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.header-fixed thead {
  background-color: #eaeaea;
}
.header-fixed tbody {
  background-color: #fcfcfc;
}

@media(max-width: 584px) {
    .header-fixed {
        display: none !important; 
    }
}


/* CTA Alignment Fix */
img.hs-cta-img {
  float: none !important;
}


