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

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

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

@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
/* Flex base classes for the most commonly used cases */
.flex {
  display : flex;
}

.flex.flex_column {
  flex-direction: column;
}

.flex.flex_wrap {
  flex-wrap: wrap;
}

.flex.flex_justify-start {
  justify-content: flex-start;
}

.flex.flex_justify-end {
  justify-content: flex-end;
}

.flex.flex_justify-center {
  justify-content: center;
}

.flex.flex_justify-between {
  justify-content: space-between;
}

.flex.flex_justify-around {
  justify-content: space-around;
}

.flex.flex_justify-evenly {
  justify-content: space-evenly
}

/* align-content tends to be used less so this can be done per module as needed */

.flex.flex_align-start {
 align-items: flex-start;
}

.flex.flex_align-end {
 align-items: flex-end;
}

.flex.flex_align-center {
 align-items: center;
}

.flex.flex_align-stretch {
 align-items: stretch;
}

.flex.flex_align-baseline {
 align-items: baseline;
}


/* 

 SAC DGS Utilities
 Ver: 1.1

*/

.clearfix:before {
    content: '';
    clear: both;
}
.clearfix:after {
    content: '';
    clear: both;
    display:table;
}

.maxWidth1100 {
    max-width: 1100px;
    margin: 0px auto;
}
.maxWidth1050 {
    max-width: 1050px;
    margin: 0px auto;
}
.maxWidth1000 {
    max-width: 1000px;
    margin: 0px auto;
}
.maxWidth950 {
    max-width: 950px;
    margin: 0px auto;
}
.maxWidth900 {
    max-width: 900px;
    margin: 0px auto;
}
.maxWidth850 {
    max-width: 850px;
    margin: 0px auto;
}
.maxWidth800 {
    max-width: 800px;
    margin: 0px auto;
}
.maxWidth750 {
    max-width: 750px;
    margin: 0px auto;
}
.maxWidth700 {
    max-width: 700px;
    margin: 0px auto;
}
.maxWidth650 {
    max-width: 650px;
    margin: 0px auto;
}
.maxWidth600 {
    max-width: 600px;
    margin: 0px auto;
}
.maxWidth550 {
    max-width: 550px;
    margin: 0px auto;
}
.maxWidth500 {
    max-width: 500px;
    margin: 0px auto;
}
.maxWidth450 {
    max-width: 450px;
    margin: 0px auto;
}
.maxWidth400 {
    max-width: 400px;
    margin: 0px auto;
}
.maxWidth350 {
    max-width: 350px;
    margin: 0px auto;
}
.maxWidth300 {
    max-width: 300px;
    margin: 0px auto;
}
.maxWidth600L {
    max-width: 600px;
}
.maxWidth550L {
    max-width: 550px;
}
.maxWidth500L {
    max-width: 500px;
}
.maxWidth450L {
    max-width: 450px;
}
.maxWidth400L {
    max-width: 400px;
}
.maxWidth350L {
    max-width: 350px;
}
.maxWidth300L {
    max-width: 300px;
}

.pad5 {     padding: 5px;}
.pad10 {    padding: 10px;}
.pad15 {    padding: 15px;}
.pad20 {    padding: 20px;}
.pad25 {    padding: 25px;}
.pad30 {    padding: 30px;}
.pad35 {    padding: 35px;}
.pad40 {    padding: 40px;}
.pad45 {    padding: 45px;}
.pad50 {    padding: 50px;}
.pad55 {    padding: 55px;}
.pad60 {    padding: 60px;}
.pad65 {    padding: 65px;}
.pad70 {    padding: 70px;}
.pad75 {    padding: 75px;}
.pad80 {    padding: 80px;}
.pad85 {    padding: 85px;}
.pad90 {    padding: 90px;}
.pad95 {    padding: 95px;}
.pad100 {   padding: 100px;}
.pad120 {   padding: 120px;}
.pad150 {   padding: 150px;}
.padTB5 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.padTB10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.padTB15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.padTB20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.padTB25 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.padTB30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.padTB35 {
    padding-top: 35px;
    padding-bottom: 35px;
}
.padTB40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.padTB45 {
    padding-top: 45px;
    padding-bottom: 45px;
}
.padTB50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.padTB55 {
    padding-top: 55px;
    padding-bottom: 55px;
}
.padTB60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.padTB65 {
    padding-top: 65px;
    padding-bottom: 65px;
}
.padTB70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.padTB75 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.padTB80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.padTB85 {
    padding-top: 85px;
    padding-bottom: 85px;
}
.padTB90 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.padTB95 {
    padding-top: 95px;
    padding-bottom: 95px;
}
.padTB100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.padTB120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.padTB150 {
    padding-top: 150px;
    padding-bottom: 150px;
}
.padLR5 {
    padding-left: 5px;
    padding-right: 5px;
}
.padLR10 {
    padding-left: 10px;
    padding-right: 10px;
}
.padLR15 {
    padding-left: 15px;
    padding-right: 15px;
}
.padLR20 {
    padding-left: 20px;
    padding-right: 20px;
}
.padLR25 {
    padding-left: 25px;
    padding-right: 25px;
}
.padLR30 {
    padding-left: 30px;
    padding-right: 30px;
}
.padLR35 {
    padding-left: 35px;
    padding-right: 35px;
}
.padLR40 {
    padding-left: 40px;
    padding-right: 40px;
}
.padLR45 {
    padding-left: 45px;
    padding-right: 45px;
}
.padLR50 {
    padding-left: 50px;
    padding-right: 50px;
}
.padLR55 {
    padding-left: 55px;
    padding-right: 55px;
}
.padLR60 {
    padding-left: 60px;
    padding-right: 60px;
}
.padLR65 {
    padding-left: 65px;
    padding-right: 65px;
}
.padLR70 {
    padding-left: 70px;
    padding-right: 70px;
}
.padLR75 {
    padding-left: 75px;
    padding-right: 75px;
}
.padLR80 {
    padding-left: 80px;
    padding-right: 80px;
}
.padLR85 {
    padding-left: 85px;
    padding-right: 85px;
}
.padLR90 {
    padding-left: 90px;
    padding-right: 90px;
}
.padLR95 {
    padding-left: 95px;
    padding-right: 95px;
}
.padLR100 {
    padding-left: 100px;
    padding-right: 100px;
}
.padLR120 {
    padding-left: 120px;
    padding-right: 120px;
}
.padLR150 {
    padding-left: 150px;
    padding-right: 150px;
}
.padT5 {    padding-top: 5px;}
.padT10 {   padding-top: 10px;}
.padT15 {   padding-top: 15px;}
.padT20 {   padding-top: 20px;}
.padT25 {   padding-top: 25px;}
.padT30 {   padding-top: 30px;}
.padT35 {   padding-top: 35px;}
.padT40 {   padding-top: 40px;}
.padT45 {   padding-top: 45px;}
.padT50 {   padding-top: 50px;}
.padT55 {   padding-top: 55px;}
.padT60 {   padding-top: 60px;}
.padT65 {   padding-top: 65px;}
.padT70 {   padding-top: 70px;}
.padT75 {   padding-top: 75px;}
.padT80 {   padding-top: 80px;}
.padT85 {   padding-top: 85px;}
.padT90 {   padding-top: 90px;}
.padT95 {   padding-top: 95px;}
.padT100 {  padding-top: 100px;}
.padT120 {  padding-top: 120px;}
.padT150 {  padding-top: 150px;}
.padL5 {    padding-left: 5px;}
.padL10 {   padding-left: 10px;}
.padL15 {   padding-left: 15px;}
.padL20 {   padding-left: 20px;}
.padL25 {   padding-left: 25px;}
.padL30 {   padding-left: 30px;}
.padL35 {   padding-left: 35px;}
.padL40 {   padding-left: 40px;}
.padL45 {   padding-left: 45px;}
.padL50 {   padding-left: 50px;}
.padL55 {   padding-left: 55px;}
.padL60 {   padding-left: 60px;}
.padL65 {   padding-left: 65px;}
.padL70 {   padding-left: 70px;}
.padL75 {   padding-left: 75px;}
.padL80 {   padding-left: 80px;}
.padL85 {   padding-left: 85px;}
.padL90 {   padding-left: 90px;}
.padL95 {   padding-left: 95px;}
.padL100 {  padding-left: 100px;}
.padL120 {  padding-left: 120px;}
.padL150 {  padding-left: 150px;}
.padR5 {    padding-right: 5px;}
.padR10 {   padding-right: 10px;}
.padR15 {   padding-right: 15px;}
.padR20 {   padding-right: 20px;}
.padR25 {   padding-right: 25px;}
.padR30 {   padding-right: 30px;}
.padR35 {   padding-right: 35px;}
.padR40 {   padding-right: 40px;}
.padR45 {   padding-right: 45px;}
.padR50 {   padding-right: 50px;}
.padR55 {   padding-right: 55px;}
.padR60 {   padding-right: 60px;}
.padR65 {   padding-right: 65px;}
.padR70 {   padding-right: 70px;}
.padR75 {   padding-right: 75px;}
.padR80 {   padding-right: 80px;}
.padR85 {   padding-right: 85px;}
.padR90 {   padding-right: 90px;}
.padR95 {   padding-right: 95px;}
.padR100 {  padding-right: 100px;}
.padR120 {  padding-right: 120px;}
.padR150 {  padding-right: 150px;}
.padB5 {    padding-bottom: 5px;}
.padB10 {   padding-bottom: 10px;}
.padB15 {   padding-bottom: 15px;}
.padB20 {   padding-bottom: 20px;}
.padB25 {   padding-bottom: 25px;}
.padB30 {   padding-bottom: 30px;}
.padB35 {   padding-bottom: 35px;}
.padB40 {   padding-bottom: 40px;}
.padB45 {   padding-bottom: 45px;}
.padB50 {   padding-bottom: 50px;}
.padB55 {   padding-bottom: 55px;}
.padB60 {   padding-bottom: 60px;}
.padB65 {   padding-bottom: 65px;}
.padB70 {   padding-bottom: 70px;}
.padB75 {   padding-bottom: 75px;}
.padB80 {   padding-bottom: 80px;}
.padB85 {   padding-bottom: 85px;}
.padB90 {   padding-bottom: 90px;}
.padB95 {   padding-bottom: 95px;}
.padB100 {  padding-bottom: 100px;}
.padB120 {  padding-bottom: 120px;}
.padB150 {  padding-bottom: 150px;}

.noPad {  padding: 0px;}
.noPadT { padding-top: 0px;}
.noPadB { padding-bottom: 0px;}
.noPadL { padding-left: 0px;}
.noPadR { padding-right: 0px;}

.mar5 {     margin: 5px;}
.mar10 {    margin: 10px;}
.mar15 {    margin: 15px;}
.mar20 {    margin: 20px;}
.mar25 {    margin: 25px;}
.mar30 {    margin: 30px;}
.mar35 {    margin: 35px;}
.mar40 {    margin: 40px;}
.mar45 {    margin: 45px;}
.mar50 {    margin: 50px;}
.marT5 {    margin-top: 5px;}
.marT10 {   margin-top: 10px;}
.marT15 {   margin-top: 15px;}
.marT20 {   margin-top: 20px;}
.marT25 {   margin-top: 25px;}
.marT30 {   margin-top: 30px;}
.marT35 {   margin-top: 35px;}
.marT40 {   margin-top: 40px;}
.marT45 {   margin-top: 45px;}
.marT50 {   margin-top: 50px;}
.marT55 {   margin-top: 55px;}
.marT60 {   margin-top: 60px;}
.marT65 {   margin-top: 65px;}
.marT70 {   margin-top: 70px;}
.marT75 {   margin-top: 75px;}
.marT80 {   margin-top: 80px;}
.marL5 {    margin-left: 5px;}
.marL10 {   margin-left: 10px;}
.marL15 {   margin-left: 15px;}
.marL20 {   margin-left: 20px;}
.marL25 {   margin-left: 25px;}
.marL30 {   margin-left: 30px;}
.marL35 {   margin-left: 35px;}
.marL40 {   margin-left: 40px;}
.marL45 {   margin-left: 45px;}
.marL50 {   margin-left: 50px;}
.marL55 {   margin-left: 55px;}
.marL60 {   margin-left: 60px;}
.marL65 {   margin-left: 65px;}
.marL70 {   margin-left: 70px;}
.marL75 {   margin-left: 75px;}
.marL80 {   margin-left: 80px;}
.marR5 {    margin-right: 5px;}
.marR10 {   margin-right: 10px;}
.marR15 {   margin-right: 15px;}
.marR20 {   margin-right: 20px;}
.marR25 {   margin-right: 25px;}
.marR30 {   margin-right: 30px;}
.marR35 {   margin-right: 35px;}
.marR40 {   margin-right: 40px;}
.marR45 {   margin-right: 45px;}
.marR50 {   margin-right: 50px;}
.marR55 {   margin-right: 55px;}
.marR60 {   margin-right: 60px;}
.marR65 {   margin-right: 65px;}
.marR70 {   margin-right: 70px;}
.marR75 {   margin-right: 75px;}
.marR80 {   margin-right: 80px;}
.marB5 {    margin-bottom: 5px;}
.marB10 {   margin-bottom: 10px;}
.marB15 {   margin-bottom: 15px;}
.marB20 {   margin-bottom: 20px;}
.marB25 {   margin-bottom: 25px;}
.marB30 {   margin-bottom: 30px;}
.marB35 {   margin-bottom: 35px;}
.marB40 {   margin-bottom: 40px;}
.marB45 {   margin-bottom: 45px;}
.marB50 {   margin-bottom: 50px;}
.marB55 {   margin-bottom: 55px;}
.marB60 {   margin-bottom: 60px;}
.marB65 {   margin-bottom: 65px;}
.marB70 {   margin-bottom: 70px;}
.marB75 {   margin-bottom: 75px;}
.marB80 {   margin-bottom: 80px;}

.marB05em {     margin-bottom: 0.5em;}
.marB075em {    margin-bottom: 0.75em;}
.marB1em {      margin-bottom: 1em;}
.marB125em {    margin-bottom: 1.25em;}
.marB15em {     margin-bottom: 1.5em;}
.marB175em {    margin-bottom: 1.75em;}
.marB2em {      margin-bottom: 1.75em;}

.noMar {  margin: 0px;}
.noMarT { margin-top: 0px;}
.noMarB { margin-bottom: 0px;}
.noMarL { margin-left: 0px;}
.noMarR { margin-right: 0px;}

.fontS12 h1,.fontS12 h2,.fontS12 h3,.fontS12 h4,
.fontS12 { font-size: 12px;}
.fontS14 h1,.fontS14 h2,.fontS14 h3,.fontS14 h4,
.fontS14 { font-size: 14px;}
.fontS15 h1,.fontS15 h2,.fontS15 h3,.fontS15 h4,
.fontS15 { font-size: 15px;}
.fontS16 h1,.fontS16 h2,.fontS16 h3,.fontS16 h4,
.fontS16 { font-size: 16px;}
.fontS17 h1,.fontS17 h2,.fontS17 h3,.fontS17 h4,
.fontS17 { font-size: 17px;}
.fontS18 h1,.fontS18 h2,.fontS18 h3,.fontS18 h4,
.fontS18 { font-size: 18px;}
.fontS20 h1,.fontS20 h2,.fontS20 h3,.fontS20 h4,
.fontS20 { font-size: 20px;}
.fontS22 h1,.fontS22 h2,.fontS22 h3,.fontS22 h4,
.fontS22 { font-size: 22px;}
.fontS24 h1,.fontS24 h2,.fontS24 h3,.fontS24 h4,
.fontS24 { font-size: 24px;}
.fontS25 h1,.fontS25 h2,.fontS25 h3,.fontS25 h4,
.fontS25 { font-size: 25px;}
.fontS26 h1,.fontS26 h2,.fontS26 h3,.fontS26 h4,
.fontS26 { font-size: 26px;}
.fontS28 h1,.fontS28 h2,.fontS28 h3,.fontS28 h4,
.fontS28 { font-size: 28px;}
.fontS30 h1,.fontS30 h2,.fontS30 h3,.fontS30 h4,
.fontS30 { font-size: 30px;}
.fontS32 h1,.fontS32 h2,.fontS32 h3,.fontS32 h4,
.fontS32 { font-size: 32px;}
.fontS34 h1,.fontS34 h2,.fontS34 h3,.fontS34 h4,
.fontS34 { font-size: 34px;}
.fontS35 h1,.fontS35 h2,.fontS35 h3,.fontS35 h4,
.fontS35 { font-size: 35px;}
.fontS36 h1,.fontS36 h2,.fontS36 h3,.fontS36 h4,
.fontS36 { font-size: 36px;}
.fontS38 h1,.fontS38 h2,.fontS38 h3,.fontS38 h4,
.fontS38 { font-size: 38px;}
.fontS40 h1,.fontS40 h2,.fontS40 h3,.fontS40 h4,
.fontS40 { font-size: 40px;}
.fontS42 h1,.fontS42 h2,.fontS42 h3,.fontS42 h4,
.fontS42 { font-size: 42px;}
.fontS44 h1,.fontS44 h2,.fontS44 h3,.fontS44 h4,
.fontS44 { font-size: 44px;}
.fontS45 h1,.fontS45 h2,.fontS45 h3,.fontS45 h4,
.fontS45 { font-size: 45px;}
.fontS46 h1,.fontS46 h2,.fontS46 h3,.fontS46 h4,
.fontS46 { font-size: 46px;}
.fontS48 h1,.fontS48 h2,.fontS48 h3,.fontS48 h4,
.fontS48 { font-size: 48px;}
.fontS50 h1,.fontS50 h2,.fontS50 h3,.fontS50 h4,
.fontS50 { font-size: 50px;}
.fontS55 h1,.fontS55 h2,.fontS55 h3,.fontS55 h4,
.fontS55 { font-size: 55px;}
.fontS60 h1,.fontS60 h2,.fontS60 h3,.fontS60 h4,
.fontS60 { font-size: 60px;}
.fontS65 h1,.fontS65 h2,.fontS65 h3,.fontS65 h4,
.fontS65 { font-size: 65px;}
.fontS70 h1,.fontS70 h2,.fontS70 h3,.fontS70 h4,
.fontS70 { font-size: 70px;}
.fontS75 h1,.fontS75 h2,.fontS75 h3,.fontS75 h4,
.fontS75 { font-size: 75px;}
.fontS80 h1,.fontS80 h2,.fontS80 h3,.fontS80 h4,
.fontS80 { font-size: 80px;}
.fontS85 h1,.fontS85 h2,.fontS85 h3,.fontS85 h4,
.fontS85 { font-size: 85px;}
.fontS90 h1,.fontS90 h2,.fontS90 h3,.fontS90 h4,
.fontS90 { font-size: 90px;}
.fontS95 h1,.fontS95 h2,.fontS95 h3,.fontS95 h4,
.fontS95 { font-size: 95px;}
.fontS100 h1,.fontS100 h2,.fontS100 h3,.fontS100 h4,
.fontS100 { font-size: 100px;}


.line-height1 {     line-height: 1;}
.line-height11 {    line-height: 1.1;}
.line-height12 {    line-height: 1.2;}
.line-height13 {    line-height: 1.3;}
.line-height14 {    line-height: 1.4;}
.line-height15 {    line-height: 1.5;}
.line-height16 {    line-height: 1.6;}
.line-height17 {    line-height: 1.7;}
.line-height18 {    line-height: 1.8;}
.line-height19 {    line-height: 1.9;}
.line-height2 {     line-height: 2;}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.pull-left, .pull-left-desktop {    float: left;}
.pull-right, .pull-right-desktop {  float: right;}

.clear-both {   clear: both;}

.showOn1023, .showOn767,
.hide {             display: none;}
.inlineBlock {      display: inline-block;}
.hideOn1023, .hideOn767,
.show, .block {     display: block;}

.invisible {
    visibility: hidden;
}
.text-left h1,.text-left h2,.text-left h3,.text-left h4,
.text-left {    text-align: left;}
.text-right h1,.text-right h2,.text-right h3,.text-right h4,
.text-right {   text-align: right;}
.text-center h1,.text-center h2,.text-center h3,.text-center h4,
.text-center {  text-align: center;}
.text-justify h1,.text-justify h2,.text-justify h3,.text-justify h4,
.text-justify { text-align: justify;}

.em {   font-style: italic;}

.strikethrough {    text-decoration: line-through;}

.uppercase {    text-transform: uppercase;}
.lowercase {    text-transform: lowercase;}

.fontW300 { font-weight: 300;}
.normal,
.fontW400 { font-weight: 400;}
.fontW500 { font-weight: 500;}
.bold,.strong,
.fontW700 { font-weight: 700;}
.fontW800 { font-weight: 800;}
.fontW900 { font-weight: 900;}

@media (max-width: 1023px){
    .maxWidth600On1023 {
        max-width: 600px;
        margin: 0px auto;
    }
    .maxWidth550On1023 {
        max-width: 550px;
        margin: 0px auto;
    }
    .maxWidth500On1023 {
        max-width: 500px;
        margin: 0px auto;
    }
    .maxWidth450On1023 {
        max-width: 450px;
        margin: 0px auto;
    }
    .maxWidth400On1023 {
        max-width: 400px;
        margin: 0px auto;
    }
    .maxWidth350On1023 {
        max-width: 350px;
        margin: 0px auto;
    }
    .maxWidth300On1023 {
        max-width: 300px;
        margin: 0px auto;
    }

    .padTB30,
    .padTB35 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .padTB40,
    .padTB45 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .padTB50,
    .padTB55 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .padTB60,
    .padTB65 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .padTB70,
    .padTB75,
    .padTB80,
    .padTB85,
    .padTB90,
    .padTB95,
    .padTB100,
    .padTB120,
    .padTB150 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .padLR30,
    .padLR35 {
        padding-left: 25px;
        padding-right: 25px;
    }
    .padLR40,
    .padLR45 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .padLR50,
    .padLR55 {
        padding-left: 40px;
        padding-right: 40px;
    }
    .padLR60,
    .padLR65 {
        padding-left: 50px;
        padding-right: 50px;
    }
    .padLR70,
    .padLR75,
    .padLR80,
    .padLR85,
    .padLR90,
    .padLR95,
    .padLR100,
    .padLR120,
    .padLR150 {
        padding-left: 60px;
        padding-right: 60px;
    }

    .pad30,
    .pad35 {    padding: 25px;}
    .pad40,
    .pad45 {    padding: 30px;}
    .pad50,
    .pad55 {    padding: 40px;}
    .pad60, .pad65, .pad70, .pad75, .pad80, .pad85,
    .pad90 {    padding: 50px;}
    .pad95, .pad100, .pad120,
    .pad150 {   padding: 60px;}

    .padT30,
    .padT35 {   padding-top: 25px;}
    .padT40,
    .padT45 {   padding-top: 30px;}
    .padT50,
    .padT55 {   padding-top: 40px;}
    .padT60, .padT65, .padT70, .padT75, .padT80  .padT85
    .padT90 {   padding-top: 50px;}
    .padT95, .padT100, .padT120,
    .padT150 {  padding-top: 60px;}

    .padL30,
    .padL35 {   padding-left: 25px;}
    .padL40,
    .padL45 {   padding-left: 30px;}
    .padL50,
    .padL55 {   padding-left: 40px;}
    .padL60, .padL65, .padL70, .padL75, .padL80, .padL85,
    .padL90 {   padding-left: 50px;}
    .padL95, .padL100, .padL120,
    .padL150 {  padding-left: 60px;}

    .padR30,
    .padR35 {   padding-right: 25px;}
    .padR40,
    .padR45 {   padding-right: 30px;}
    .padR50,
    .padR55 {   padding-right: 40px;}
    .padR60, .padR65, .padR70, .padR75, .padR80, .padR85,
    .padR90 {   padding-right: 50px;}
    .padR95, .padR100, .padR120,
    .padR150 {  padding-right: 60px;}

    .padB30,
    .padB35 {   padding-bottom: 25px;}
    .padB40,
    .padB45 {   padding-bottom: 30px;}
    .padB50,
    .padB55 {   padding-bottom: 40px;}
    .padB60, .padB65, .padB70, .padB75, .padB80, .padB85,
    .padB90 {   padding-bottom: 50px;}
    .padB95, .padB100, .padB120,
    .padB150 {  padding-bottom: 60px;}


    .pad10on1023 { padding: 10px; }
    .padT10on1023 { padding-top: 10px; }
    .padB10on1023 { padding-bottom: 10px; }
    .padL10on1023 { padding-left: 10px; }
    .padR10on1023 { padding-right: 10px; }

    .mar30,
    .mar35 {    margin: 25px;}
    .mar40,
    .mar45 {    margin: 30px;}
    .mar50,
    .mar55 {    margin: 35px;}
    .mar60,
    .mar65 {    margin: 40px;}
    .mar70, .mar75,
    .mar80 {    margin: 45px;}


    .marT30,
    .marT35 {   margin-top: 25px;}
    .marT40,
    .marT45 {   margin-top: 30px;}
    .marT50,
    .marT55 {   margin-top: 35px;}
    .marT60,
    .marT65 {   margin-top: 40px;}
    .marT70, .marT75,
    .marT80 {   margin-top: 45px;}


    .marL30,
    .marL35 {   margin-left: 25px;}
    .marL40,
    .marL45 {   margin-left: 30px;}
    .marL50,
    .marL55 {   margin-left: 35px;}
    .marL60,
    .marL65 {   margin-left: 40px;}
    .marL70, .marL75,
    .marL80 {   margin-left: 45px;}


    .marR30,
    .marR35 {   margin-right: 25px;}
    .marR40,
    .marR45 {   margin-right: 30px;}
    .marR50,
    .marR55 {   margin-right: 35px;}
    .marR60,
    .marR65 {   margin-right: 40px;}
    .marR70, .marR75,
    .marR80 {   margin-right: 45px;}


    .marB30,
    .marB35 {   margin-bottom: 25px;}
    .marB40,
    .marB45 {   margin-bottom: 30px;}
    .marB50,
    .marB55 {   margin-bottom: 35px;}
    .marB60,
    .marB65 {   margin-bottom: 40px;}
    .marB70, .marB75,
    .marB80 {   margin-bottom: 45px;}



    .hideOn1023 {   display: none;}
    .showOn1023 {   display: block;}

    .fontS40 h1,.fontS40 h2,.fontS40 h3,.fontS40 h4, .fontS40 { font-size: 38px;}
    .fontS42 h1,.fontS42 h2,.fontS42 h3,.fontS42 h4, .fontS42 { font-size: 40px;}
    .fontS44 h1,.fontS44 h2,.fontS44 h3,.fontS44 h4, .fontS44 { font-size: 41px;}
    .fontS45 h1,.fontS45 h2,.fontS45 h3,.fontS45 h4, .fontS45 { font-size: 42px;}
    .fontS46 h1,.fontS46 h2,.fontS46 h3,.fontS46 h4, .fontS46 { font-size: 43px;}
    .fontS48 h1,.fontS48 h2,.fontS48 h3,.fontS48 h4, .fontS48 { font-size: 45px;}
    .fontS50 h1,.fontS50 h2,.fontS50 h3,.fontS50 h4, .fontS50 { font-size: 47px;}
    .fontS55 h1,.fontS55 h2,.fontS55 h3,.fontS55 h4, .fontS55 { font-size: 49px;}
    .fontS60 h1,.fontS60 h2,.fontS60 h3,.fontS60 h4, .fontS60 { font-size: 51px;}
    .fontS65 h1,.fontS65 h2,.fontS65 h3,.fontS65 h4, .fontS65 { font-size: 53px;}
    .fontS70 h1,.fontS70 h2,.fontS70 h3,.fontS70 h4, .fontS70 { font-size: 55px;}
    .fontS75 h1,.fontS75 h2,.fontS75 h3,.fontS75 h4, .fontS75 { font-size: 57px;}
    .fontS80 h1,.fontS80 h2,.fontS80 h3,.fontS80 h4, .fontS80 { font-size: 59px;}
    .fontS85 h1,.fontS85 h2,.fontS85 h3,.fontS85 h4, .fontS85 { font-size: 61px;}
    .fontS90 h1,.fontS90 h2,.fontS90 h3,.fontS90 h4, .fontS90 { font-size: 63px;}
    .fontS95 h1,.fontS95 h2,.fontS95 h3,.fontS95 h4, .fontS95 { font-size: 65px;}
    .fontS100 h1,.fontS100 h2,.fontS100 h3,.fontS100 h4, .fontS100 { font-size: 67px;}
}

@media (max-width: 767px){
    .hideOn767 {    display: none;}
    .showOn767 {    display: block;}
    .centerOn767 {  text-align: center;}

    .pull-left-desktop,
    .pull-right-desktop {
        float: none;
    }

    .padTB5, .padTB15 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .padTB20,
    .padTB25 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .padTB30,
    .padTB35 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .padTB40,
    .padTB45 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .padTB50,
    .padTB55 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .padTB60,
    .padTB65,
    .padTB70,
    .padTB75,
    .padTB80,
    .padTB85,
    .padTB90,
    .padTB95,
    .padTB100,
    .padTB120,
    .padTB150 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .padLR5, .padLR15 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .padLR20,
    .padLR25 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .padLR30,
    .padLR35 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .padLR40,
    .padLR45 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .padLR50,
    .padLR55 {
        padding-left: 25px;
        padding-right: 25px;
    }
    .padLR60,
    .padLR65,
    .padLR70,
    .padLR75,
    .padLR80,
    .padLR85,
    .padLR90,
    .padLR95,
    .padLR100,
    .padLR120,
    .padLR150 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .pad5,
    .pad15 {    padding: 10px;}
    .pad20,
    .pad25 {    padding: 10px;}
    .pad30,
    .pad35 {    padding: 15px;}
    .pad40,
    .pad45 {    padding: 20px;}
    .pad50,
    .pad55 {    padding: 25px;}
    .pad60, .pad65, .pad70, .pad75, .pad80, .pad85, .pad90, .pad95, .pad100, .pad120,
    .pad150 {   padding: 30px;}

    .padT5,
    .padT15 {   padding-top: 10px;}
    .padT20,
    .padT25 {   padding-top: 10px;}
    .padT30,
    .padT35 {   padding-top: 15px;}
    .padT40,
    .padT45 {   padding-top: 20px;}
    .padT50,
    .padT55 {   padding-top: 25px;}
    .padT60, .padT65, .padT70, .padT75, .padT80, .padT85, .padT90, .padT95, .padT100, .padT120,
    .padT150 {  padding-top: 30px;}

    .padL5,
    .padL15 {   padding-left: 10px;}
    .padL20,
    .padL25 {   padding-left: 10px;}
    .padL30,
    .padL35 {   padding-left: 15px;}
    .padL40,
    .padL45 {   padding-left: 20px;}
    .padL50,
    .padL55 {   padding-left: 25px;}
    .padL60, .padL65, .padL70, .padL75, .padL80, .padL85, .padL90, .padL95, .padL100, .padL120,
    .padL150 {  padding-left: 30px;}

    .padR5,
    .padR15 {   padding-right: 10px;}
    .padR20,
    .padR25 {   padding-right: 10px;}
    .padR30,
    .padR35 {   padding-right: 15px;}
    .padR40,
    .padR45 {   padding-right: 20px;}
    .padR50,
    .padR55 {   padding-right: 25px;}
    .padR60, .padR65, .padR70, .padR75, .padR80, .padR85, .padR90, .padR95, .padR100, .padR120,
    .padR150 {  padding-right: 30px;}

    .padB5,
    .padB15 {   padding-bottom: 10px;}
    .padB20,
    .padB25 {   padding-bottom: 10px;}
    .padB30,
    .padB35 {   padding-bottom: 15px;}
    .padB40,
    .padB45 {   padding-bottom: 20px;}
    .padB50,
    .padB55 {   padding-bottom: 25px;}
    .padB60, .padB65, .padB70, .padB75, .padB80, .padB85, .padB90, .padB95, .padB100, .padB120,
    .padB150 {  padding-bottom: 30px;}


    .pad10on767 { padding: 10px; }
    .padT10on767 { padding-top: 10px; }
    .padB10on767 { padding-bottom: 10px; }
    .padL10on767 { padding-left: 10px; }
    .padR10on767 { padding-right: 10px; }

    .mar15, .mar20,
    .mar25 {    margin: 10px;}
    .mar30,
    .mar35 {    margin: 15px;}
    .mar40,
    .mar45 {    margin: 20px;}
    .mar50,
    .mar55 {    margin: 25px;}
    .mar60,
    .mar65 {    margin: 30px;}
    .mar70, .mar75,
    .mar80 {    margin: 35px;}


    .marT15, .marT20,
    .marT25 {   margin-top: 10px;}
    .marT30,
    .marT35 {   margin-top: 15px;}
    .marT40,
    .marT45 {   margin-top: 20px;}
    .marT50,
    .marT55 {   margin-top: 25px;}
    .marT60,
    .marT65 {   margin-top: 30px;}
    .marT70, .marT75,
    .marT80 {   margin-top: 35px;}


    .marL15, .marL20,
    .marL25 {   margin-left: 10px;}
    .marL30,
    .marL35 {   margin-left: 15px;}
    .marL40,
    .marL45 {   margin-left: 20px;}
    .marL50,
    .marL55 {   margin-left: 25px;}
    .marL60,
    .marL65 {   margin-left: 30px;}
    .marL70, .marL75,
    .marL80 {   margin-left: 35px;}


    .marR15, .marR20,
    .marR25 {   margin-right: 10px;}
    .marR30,
    .marR35 {   margin-right: 15px;}
    .marR40,
    .marR45 {   margin-right: 20px;}
    .marR50,
    .marR55 {   margin-right: 25px;}
    .marR60,
    .marR65 {   margin-right: 30px;}
    .marR70, .marR75,
    .marR80 {   margin-right: 35px;}


    .marB15, .marB20,
    .marB25 {   margin-bottom: 10px;}
    .marB30,
    .marB35 {   margin-bottom: 15px;}
    .marB40,
    .marB45 {   margin-bottom: 20px;}
    .marB50,
    .marB55 {   margin-bottom: 25px;}
    .marB60,
    .marB65 {   margin-bottom: 30px;}
    .marB70, .marB75,
    .marB80 {   margin-bottom: 35px;}

    .noPadOn767 {   padding: 0px; }
    .noPadTOn767 {  padding-top: 0px; }
    .noPadBOn767 {  padding-bottom: 0px; }
    .noPadLOn767 {  padding-left: 0px; }
    .noPadROn767 {  padding-right: 0px; }
    .noMarOn767 {   margin: 0px; }
    .noMarTOn767 {  margin-top: 0px; }
    .noMarBOn767 {  margin-bottom: 0px; }
    .noMarLOn767 {  margin-left: 0px; }
    .noMarROn767 {  margin-right: 0px; }

    .fontS17 h1,.fontS17 h2,.fontS17 h3,.fontS17 h4, .fontS17,
    .fontS18 h1,.fontS18 h2,.fontS18 h3,.fontS18 h4, .fontS18 { font-size: 16px;}
    .fontS20 h1,.fontS20 h2,.fontS20 h3,.fontS20 h4, .fontS20 { font-size: 18px;}
    .fontS22 h1,.fontS22 h2,.fontS22 h3,.fontS22 h4, .fontS22,
    .fontS24 h1,.fontS24 h2,.fontS24 h3,.fontS24 h4, .fontS24,
    .fontS25 h1,.fontS25 h2,.fontS25 h3,.fontS25 h4, .fontS25,
    .fontS26 h1,.fontS26 h2,.fontS26 h3,.fontS26 h4, .fontS26 { font-size: 20px;}
    .fontS28 h1,.fontS28 h2,.fontS28 h3,.fontS28 h4, .fontS28 { font-size: 21px;}
    .fontS30 h1,.fontS30 h2,.fontS30 h3,.fontS30 h4, .fontS30 { font-size: 22px;}
    .fontS32 h1,.fontS32 h2,.fontS32 h3,.fontS32 h4, .fontS32 { font-size: 23px;}
    .fontS34 h1,.fontS34 h2,.fontS34 h3,.fontS34 h4, .fontS34,
    .fontS35 h1,.fontS35 h2,.fontS35 h3,.fontS35 h4, .fontS35,
    .fontS36 h1,.fontS36 h2,.fontS36 h3,.fontS36 h4, .fontS36 { font-size: 24px;}
    .fontS38 h1,.fontS38 h2,.fontS38 h3,.fontS38 h4, .fontS38 { font-size: 25px;}
    .fontS40 h1,.fontS40 h2,.fontS40 h3,.fontS40 h4, .fontS40 { font-size: 26px;}
    .fontS42 h1,.fontS42 h2,.fontS42 h3,.fontS42 h4, .fontS42 { font-size: 27px;}
    .fontS44 h1,.fontS44 h2,.fontS44 h3,.fontS44 h4, .fontS44,
    .fontS45 h1,.fontS45 h2,.fontS45 h3,.fontS45 h4, .fontS45,
    .fontS46 h1,.fontS46 h2,.fontS46 h3,.fontS46 h4, .fontS46 { font-size: 28px;}
    .fontS48 h1,.fontS48 h2,.fontS48 h3,.fontS48 h4, .fontS48 { font-size: 29px;}
    .fontS50 h1,.fontS50 h2,.fontS50 h3,.fontS50 h4, .fontS50 { font-size: 30px;}
    .fontS55 h1,.fontS55 h2,.fontS55 h3,.fontS55 h4, .fontS55 { font-size: 32px;}
    .fontS60 h1,.fontS60 h2,.fontS60 h3,.fontS60 h4, .fontS60 { font-size: 34px;}
    .fontS65 h1,.fontS65 h2,.fontS65 h3,.fontS65 h4, .fontS65 { font-size: 36px;}
    .fontS70 h1,.fontS70 h2,.fontS70 h3,.fontS70 h4, .fontS70 { font-size: 38px;}
    .fontS75 h1,.fontS75 h2,.fontS75 h3,.fontS75 h4, .fontS75 { font-size: 40px;}
    .fontS80 h1,.fontS80 h2,.fontS80 h3,.fontS80 h4, .fontS80 { font-size: 42px;}
    .fontS85 h1,.fontS85 h2,.fontS85 h3,.fontS85 h4, .fontS85 { font-size: 44px;}
    .fontS90 h1,.fontS90 h2,.fontS90 h3,.fontS90 h4, .fontS90 { font-size: 46px;}
    .fontS95 h1,.fontS95 h2,.fontS95 h3,.fontS95 h4, .fontS95 { font-size: 48px;}
    .fontS100 h1,.fontS100 h2,.fontS100 h3,.fontS100 h4, .fontS100 { font-size: 50px;}

    .line-height1on767 { line-height: 1; }
    .line-height11on767 { line-height: 1.1; }
    .line-height12on767 { line-height: 1.2; }
    .line-height13on767 { line-height: 1.3; }
    .line-height14on767 { line-height: 1.4; }
    .line-height15on767 { line-height: 1.5; }
}
/* @import url('http://example.com/example_style.css'); */

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

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


/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

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

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}

.custom-btn__main{
  border-bottom-right-radius: 22px;
  font-family: swissboldextended, helvetica;
  font-size: 25px;
  width: auto;
  display: inline-block;
  text-align: center;
  color: rgb(255, 255, 255);
  text-shadow: none;
  padding: 12px 22px;
  text-decoration: none;
  cursor:pointer;
  min-width:277px;
  margin:10px 0;
  line-height:1;
}

.custom-btn__main:focus,
.custom-btn__main:hover{
  color:white;
  outline:0;
  text-decoration:none;
}


.custom-btn__orange{
  background: rgb(237, 139, 0);
  transition:background 0.5s;
}

/* .custom-btn__orange:hover {
color: rgb(237, 139, 0);
background: rgb(255, 255, 255);
outline:0;
} */

.custom-btn__green{
  background: rgb(151, 215, 0);
  transition:background 0.5s;
}
/* 
.custom-btn__green:hover {
color: rgb(151, 215, 0);
background: rgb(255, 255, 255);
}
*/
.custom-btn__gray{
  background: rgb(78,69,64);
  color: rgb(255,255,255);
}
.custom-btn__gray:hover{
  background: rgb(85,75,70);
  color: rgb(255,255,255);
}

.custom-btn__blue{
  background-color:#74b1c3;
  color:white;
}

.custom-btn__red{
  background-color:#da291c;
  color:white;
}


.button {
  font-family: swissboldextended, Arial, sans-serif;
  text-decoration: none;
  cursor: pointer;
  padding: 15px 20px;
  /*   background: red; */
  display: inline-block;
  border-radius: 3px;
  color: white !important;
  transition:0.3s;
  min-width:100px;
  font-size: 16px;
  text-transform: none;
  text-decoration: none;
}

.button-green{
  background: rgb(151, 215, 0);
}

/* .button-green:hover{
background: rgb(151, 215, 10);
color: white !important;
} */
.button-gray{
  background: rgb(78,69,74);
  color:#ffffff ;
}


@media(max-width:768px){
  .custom-btn__main{
    font-size:18px;
  }
}

@media(max-width:600px){
  .custom-btn__main {
    padding: 10px 25px;
    min-width: 150px;
  }
}
/* Popup Video */

.popupBox-overlay, .popupVideo-overlay{
  display:none;
}

.popupBox-overlay,
.popupVideo-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index:9999;
  overflow: auto;
}

.popupBox{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: auto;
  min-width:600px;
  max-width: 1200px;
  max-height:80%;
  z-index:102;
  height: auto;
  padding:20px;
}
.popupBox-header{
  background-color: #696158;
  border-bottom: 1px solid #696158;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 20px 20px 10px;
}

.popupBox-header .close_popup{
  cursor: pointer;
  position: relative;
  right: auto;
  top: auto;
  z-index: 99999;
  margin-left: auto;
}

.popupBox-header .close_popup i{
  font-size:20px;
  color:white;

}
.popupBox-body{
  background-color:#ffffff;
  overflow-y: auto;
  padding: 10px 30px 30px;
}

.popupVideo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  max-width: 700px;
  padding:20px;
  z-index:102;
  max-height: 411px;
  height: 90%;
}

.popupBox .popupBox__title{
  background-color: #696158;
  border-bottom: 1px solid #696158;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 20px 20px 10px;
}
.popupBox .popupBox__content{
  max-height:80%;
  overflow:auto;
  padding:20px;
  background-color:#ffffff;
  display:flex;
}
.close_popup,
.close_video{
  position:absolute;
  top:0px;
  right:10px;
  cursor:pointer;
  z-index:99999;
}

.close_popup i,
.close_video i{
  font-size:20px;
  color:white;

}

@media(max-width:1100px){
  .popupBox{
    width:100%;
  }
}
@media(max-width:767px){
  .popupBox{
    min-width:auto;
    width: 90%;
  }
}




/*  forms */
.hs-error-msgs{
    margin-bottom:0;
}

.hs-error-msgs li label {
    font-size: 12px;
    color: red;
}

.hs-richtext.hs-main-font-element p {
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
}
/**
 * Swiper 5.3.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 24, 2020
 */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@font-face {
  font-family: 'swissboldextended';
  src: url('https://2531009.fs1.hubspotusercontent-na1.net/hubfs/2531009/Gateway%20Page%20Assets/fonts/swissboldextended.eot');
  src: url('https://2531009.fs1.hubspotusercontent-na1.net/hubfs/2531009/Gateway%20Page%20Assets/fonts/swissboldextended.eot') format('embedded-opentype'),
    url('https://2531009.fs1.hubspotusercontent-na1.net/hubfs/2531009/Gateway%20Page%20Assets/fonts/swissboldextended.woff2') format('woff2'),
    url('https://2531009.fs1.hubspotusercontent-na1.net/hubfs/2531009/Gateway%20Page%20Assets/fonts/swissboldextended.woff') format('woff'),
    url('https://2531009.fs1.hubspotusercontent-na1.net/hubfs/2531009/Gateway%20Page%20Assets/fonts/swissboldextended.ttf') format('truetype'),
    url('https://2531009.fs1.hubspotusercontent-na1.net/hubfs/2531009/Gateway%20Page%20Assets/fonts/swissboldextended.svg#swissboldextended') format('svg');
  font-weight:normal;
  font-style:normal;

  font-display: swap;
}

@font-face{
  font-family:'swissextended';
  src:url('https://2531009.fs1.hubspotusercontent-na1.net/hubfs/2531009/2.0%20Projects/1.1%20July%202016-%20June%202017/1.5%20November%202016/Coerco-Nov2016/Fonts/swissextended.eot?t=1528180152001');
  src:url('https://2531009.fs1.hubspotusercontent-na1.net/hubfs/2531009/2.0%20Projects/1.1%20July%202016-%20June%202017/1.5%20November%202016/Coerco-Nov2016/Fonts/swissextended.eot?t=1528180152001') format('embedded-opentype'),
    url('https://2531009.fs1.hubspotusercontent-na1.net/hubfs/2531009/2.0%20Projects/1.1%20July%202016-%20June%202017/1.5%20November%202016/Coerco-Nov2016/Fonts/swissextended.woff2?t=1528180152001') format('woff2'),
    url('https://2531009.fs1.hubspotusercontent-na1.net/hubfs/2531009/2.0%20Projects/1.1%20July%202016-%20June%202017/1.5%20November%202016/Coerco-Nov2016/Fonts/swissextended.woff?t=1528180152001') format('woff'),
    url('https://2531009.fs1.hubspotusercontent-na1.net/hubfs/2531009/2.0%20Projects/1.1%20July%202016-%20June%202017/1.5%20November%202016/Coerco-Nov2016/Fonts/swissextended.ttf?t=1528180152001') format('truetype');
  font-weight:normal;
  font-style:normal;
  font-display: swap;
}
@font-face{
  font-family:'swisslightextended';
  src:url('https://2531009.fs1.hubspotusercontent-na1.net/hubfs/2531009/2.0%20Projects/1.1%20July%202016-%20June%202017/1.5%20November%202016/Coerco-Nov2016/Fonts/swisslightextended.eot?t=1528180152001');
  src:url('https://2531009.fs1.hubspotusercontent-na1.net/hubfs/2531009/2.0%20Projects/1.1%20July%202016-%20June%202017/1.5%20November%202016/Coerco-Nov2016/Fonts/swisslightextended.eot?t=1528180152001') format('embedded-opentype'),
    url('https://2531009.fs1.hubspotusercontent-na1.net/hubfs/2531009/2.0%20Projects/1.1%20July%202016-%20June%202017/1.5%20November%202016/Coerco-Nov2016/Fonts/swisslightextended.woff2?t=1528180152001') format('woff2'),
    url('https://2531009.fs1.hubspotusercontent-na1.net/hubfs/2531009/2.0%20Projects/1.1%20July%202016-%20June%202017/1.5%20November%202016/Coerco-Nov2016/Fonts/swisslightextended.woff?t=1528180152001') format('woff'),
    url('https://2531009.fs1.hubspotusercontent-na1.net/hubfs/2531009/2.0%20Projects/1.1%20July%202016-%20June%202017/1.5%20November%202016/Coerco-Nov2016/Fonts/swisslightextended.ttf?t=1528180152001') format('truetype');
  font-weight:normal;
  font-style:normal;
  font-display: swap;

}


@font-face{
  font-family:'seoge-ui-bold';
  src:url('https://2531009.fs1.hubspotusercontent-na1.net/hubfs/2531009/3.0%20Brand%20Media/1.%20VSG%20and%20Logos/4.%20Purchased%20Font/Font/segoe-ui-bold.woff') format('woff'),
    url('https://2531009.fs1.hubspotusercontent-na1.net/hubfs/2531009/3.0%20Brand%20Media/1.%20VSG%20and%20Logos/4.%20Purchased%20Font/Font/segoe-ui-bold.ttf') format('truetype');
  font-weight:normal;
  font-style:normal;
  font-display: swap;
}
#featured-wrapper{
  padding:50px 0;
  background-color:#f5f5f5;
}

.blog-section-wrapper{
  padding:50px 0;
}
.header-title{
  font-family: swissboldextended,"Arial";
  font-size: 36px;
  line-height:1.2;
  color:#333333;
  text-shadow:none;
  margin-bottom:50px;
}
.popular-header {
  border-bottom: 2px solid #aaa;
  position: relative;
  margin-bottom: 38px;
}
.popular-header p {
  left: 50%;
  right: auto;
  font-family: swissextended,Arial;
  color: #525252;
  width: 200px;
  text-align: center;
  color: #737373;
  font-size: 18px;
  margin: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.blog-slider-banner img {
  height: 400px;
  width: 100%;
  object-fit: contain;
}

.blog-slider-banner .blog-date {
  font-size: 15px;
  line-height: 17px;
  color: #aaa;
  font-family: swissextended,helvetica;
}

.blog-slider-banner h3, .blog-slider-banner h3 a {
  font-size: 30px;
  line-height:1.2;
  font-weight: bold;
  font-family: swissboldextended,"Arial";
  color: #333333;
  text-shadow:none;
  text-decoration:none;
  margin-bottom:20px;
}
#hubspot-topic_data{
  padding-left:0;
}
#hubspot-topic_data .topic-link {    
  font-family: swissextended,helvetica;
  font-size: 16px;
  line-height: 28px;
  color: #777;
  text-decoration: underline;
  font-style: normal;
  font-weight: normal;
  transition:0.5s;
}

#hubspot-topic_data .topic-link:focus {    
  outline:0;
}
#hubspot-topic_data .topic-link:hover{
  color:#f49011;
}
.blog-slider-banner .slick-total-slide-div{
  display:none;
}
.blog-slider-banner .slick-total-slide-div.slick-initialized{
  display:block;
}

.blog-slider-banner p {
  line-height: 1.5;
  font-size: 16px;
  color: #777;
}

.blog-slider-banner .white-background{
  background:#f5f5f5;
}
.blog-slider-banner .white-background p {
  font-family: swissextended,helvetica;
}

.blog-slider-banner a.more-link {
  color: #97d700;
  font-family: swissextended,Arial;
  font-size: 17px;
  font-weight: normal;
  transition:0.5s;
  text-decoration:none;
  display:block;
}

.blog-slider-banner a.more-link:hover,
.blog-slider-banner a.more-link:focus{
  color: #f49011;
  outline:0;
}

.blog-slider-banner .slick-slide-container ul.slick-dots {
  text-align: center;
  margin-top: 20px;
}


.blog-slider-banner .slick-slide-container ul.slick-dots li{
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}

.blog-slider-banner .slick-slide-container ul.slick-dots li button {
  font-size: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 0;
  background: #888;
}

.blog-slider-banner .slick-slide-container ul.slick-dots li.slick-active button {
  background: #97d700;
}

.blog-slider-banner .arrow-section img#next-btn {
  right: 0;
}

.blog-slider-banner .arrow-section img#prev-btn{
  left:0;
}
.blog-slider-banner .arrow-section img {
  width: 60px;
  height: 60px;
}

.blog-slider-banner .arrow-section img#prev-btn, 
.blog-slider-banner .arrow-section img#next-btn {
  position: absolute;
  cursor:pointer;
  top:50%;
  transform:translateY(-50%);
}

@media(max-width: 768px){

  .blog-slider-banner h3, .blog-slider-banner h3 a {
    font-size: 25px;
    line-height: 1.2;
  }
  .blog-slider-banner img {
    height: auto;
    margin-bottom:20px;
  }

  .blog-slider-banner .arrow-section img#prev-btn, 
  .blog-slider-banner .arrow-section img#next-btn {
    top: 25%;
  }

  .blog-slider-banner .span7,
  .blog-slider-banner .span7 .blog-feature{
    padding:0;
  }
  .blog-feature .post_summary{

    text-align:center;
  }
  .blog-slider-banner .blog-date {
    font-size: 12px;
    text-align:center;
  }
  
  #hubspot-topic_data .topic-link {
    font-size: 14px;
    text-align: center;
  }
  
  .blog-slider-banner a.more-link{
      text-align:center;
  }
}


@media(max-width:500px){
  .blog-slider-banner h1, .blog-slider-banner h1 a {
    font-size: 18px;
    line-height: 1.2;
  }
}
/* Agriculture Blog */
.agriculture-blog-listing .row-flex{
  flex-wrap:wrap;  
  margin:0 -15px;
}
.agriculture-blog-listing .col{
  width:33.33%;
  padding:15px;
}

.post-item__featured-image {
  margin-bottom: 20px;
  overflow:hidden;

}

.post-item__featured-image a img{
  transition:0.5s;
  height: 187px;
  width: 100%
}
.post-item__featured-image:hover a img{
  transform:scale(1.2);
}

.post-item__date{
  font-family: swisslightextended,Segoe,Segoe-light,Arial;
  color: #777;
  font-size: 16px;
  line-height: 1.5;
}
.post-item__header{
  margin-bottom:20px;
}
.post-item__header,
.post-item__header a{
  font-size: 19px;
  font-family: swissboldextended,Arial;
  color:#333333;
  text-transform:none;
  text-shadow:none;
  line-height:1.5;
  text-decoration:none;
}

.post-item__topic-link{    
  font-family: swissextended,helvetica;
  font-size: 16px;
  line-height: 28px;
  color: #777;
  text-decoration: underline;
  font-style: normal;
  font-weight: normal;
  transition:0.5s;
  text-transform:capitalize;
}

.post-item__topic-link:hover,
.post-item__topic-link:focus{
  color:#f49011;
  text-decoration: underline;
    outline:0;
}

.post-item__content{
  font-family: swisslightextended,Segoe,Segoe-light,Arial;
  font-size:16px;
  color:#777777;
  line-height:1.5;
}

.hs-blog-post .section.post-body a {
    color: #f49011;
}

.post-item__more-link{
  color: #97d700;
  font-family: swissextended,Arial;
  font-size: 17px;
  font-weight: normal;
  text-transform:uppercase;
  transition:0.5s;
  text-decoration:none;
  display:block;
}

.post-item__more-link:hover{
  color: #97d700;
  text-decoration:underline;
}

.forms-section #cat-div select {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  margin: 0;
  height: 50px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 15px;
  font-family: swissboldextended,helvetica;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;

}

.forms-section #cat-div select:focus {
  outline: 0;
}

.subscribe_btn{
  padding: 12px 40px;
  font-family: swissboldextended,ARIAL;
  font-weight: normal;
  border-bottom-right-radius: 25px;
  text-transform: lowercase;
  font-size: 22px;
  background-color:#97d700;
  transition:0.5s;
  color:#ffffff;
  text-decoration:none;
  display: inline-block;
  margin-left:20px;
}
.subscribe_btn:focus{
  color:white;
}
.subscribe_btn:hover{
  background-color:#985a0a;
  color:#ffffff;
}
@media(max-width:992px){
  .agriculture-blog-listing .row-flex{
    justify-content:center;
  }
  .agriculture-blog-listing .col{
    max-width:400px;
    width:50%;
  }
}

@media(max-width:768px){

  .agriculture-blog-listing .col{
    width:100%;
  }

  .subscribe_btn {
    font-size: 17px;
    padding: 12px 10px;
    margin-left:0;
  }

  .post-item__date,
  .post-item__topic-link{
    text-align:center;
    font-size: 14px;
  }
  
  .post-item__topic-link,
  .post-item__content,
  .post-item__more-link{
     text-align:center;
  }
}
/* Pagination */

.pagination_wrapper{
  margin-top:50px;
  text-align:center;
}

ul.pagination{
  display:inline-block;

}
ul.pagination li,
#pagination-prev,
#pagination-next{
  width:50px;
  height:50px;
  line-height:50px;
  display:inline-block;
  vertical-align: middle;
  user-select:none;
}

#pagination-prev img,
#pagination-next img{
  display:inline-block;
  vertical-align: middle;
}
#pagination-prev img {
  transform: rotate(180deg);
}
ul.pagination li .page {
  color: #97d700;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  font-family: Arial, sans-serif;
}
ul.pagination li {
  display: inline-block;
  margin: 0px 3px;
  text-align: center;
  transition:0.5s;
}

ul.pagination li.active {
  background: #97d700;
}

ul.pagination li.active a{
  color:#ffffff;
}

ul.pagination li:hover{
  box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.11);
}

/* Agriculture blog post */
.agriculture-blog_post .row-flex{
  margin:0 -20px;
  flex-wrap:wrap;
  position:relative;
}
.agriculture-blog_post-wrapper{
  width:66%;
  padding:20px;
}
.agriculture-blog_subscribe-form{
  width:34%;
  padding:20px;
}
.agriculture-blog_post-header{
  margin-bottom:15px;
}
.agriculture-blog_post_content{
    color: #565656;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
    font-family: Arial;
}
.agriculture-blog_post-header,
.agriculture-blog_post-header span,
.agriculture-blog_post_content h1{
  font-size:36px;
  color:#333333;
  line-height:1.3;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-shadow: unset;
}

.agriculture-blog_post_content h2{
    font-family: swissboldextended,Segoe,Arial;
    color: #333;
    font-size: 24px; 
}
.agriculture-blog_post_content h3{
    font-family: swissboldextended,Segoe,Arial;
    color: #333;
    font-size: 21px;
}
.agriculture-blog_post_content h4{
    font-family: swissboldextended,Segoe,Arial;
    color: #333;
    font-size: 16px;
}

.agriculture-blog_post_content h5{
    font-family: swissboldextended,Segoe,Arial;
    color: #333;
    font-size: 14px;
}
.agriculture-blog_post_featured-image{
    margin-bottom:60px;
}
.agriculture-blog_post_featured-image .hs-featured-image{
    float:none;
    margin:0;
    width:100%;
    max-width:100%;
    height:auto;
    object-fit:cover;
}
.agriculture-blog_post_content{
  margin-bottom:50px;
}


.agriculture-blog_post_content p{
  color: #565656;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
  font-family: Arial;
}
.agriculture-blog_post_content span{
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: inherit;
  font-family: inherit;
}

.agriculture-blog_post_content a {
  color: #f49011;
  text-decoration:none;
  font-size: 18px;
}

.agriculture-blog_post_content a:hover,
.agriculture-blog_post_content a:focus{
  color: #f49011;
  text-decoration:underline;
  font-size: 18px;
}

.agriculture-blog_post_content hr{
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.agriculture-blog_post_content ul,
.agriculture-blog_post_content ol{
  padding-left:25px;
}

.agriculture-blog_post_content ul li,
.agriculture-blog_post_content ol li{
     font-family: Arial, sans-serif;
}

.agriculture-blog_post_content blockquote{
  padding: 0 0 0 20px;
  border-left: 10px solid #ffc72c;
  text-align: left;
  color: #444444;
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  font-family: 'swissextended', Arial, sans-serif;
}
.agriculture-blog_post_content blockquote > * {
  font-size: 25px;
  font-family: 'swissextended';
  line-height: 1.2;
  font-weight: normal;
  color: #444;
  font-style: italic;
}

/* Tables  */
.agriculture-blog_post_content table {
    border-collapse: collapse;
    border-spacing: 0;
}
.agriculture-blog_post_content table tr td {
    padding:10px; 
    font-size:14px;
    font-family:Arial, sans-serif;
    line-height:1.4;
}

.agriculture-blog_post_content table td p:only-child {
  margin-bottom:0;
}
.agriculture-blog_post_cta-content{
    margin-bottom:50px;
}
body .agriculture-blog_comment-section form textarea, 
body .agriculture-blog_comment-section form input[type="text"], 
body .agriculture-blog_comment-section form input[type="password"], 
body .agriculture-blog_comment-section form input[type="datetime"],
body .agriculture-blog_comment-section form input[type="datetime-local"], 
body .agriculture-blog_comment-section form input[type="date"], 
body .agriculture-blog_comment-section form input[type="month"], 
body .agriculture-blog_comment-section form input[type="time"], 
body .agriculture-blog_comment-section form input[type="week"], 
body .agriculture-blog_comment-section form input[type="number"], 
body .agriculture-blog_comment-section form input[type="email"], 
body .agriculture-blog_comment-section form input[type="url"], 
body .agriculture-blog_comment-section form input[type="search"], 
body .agriculture-blog_comment-section form input[type="tel"], 
body .agriculture-blog_comment-section form input[type="color"],
body .agriculture-blog_comment-section form select {
  padding: 5px 20px;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  height: 50px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 0;
  font-size: 17px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

body .agriculture-blog_comment-section form fieldset{
    max-width:100%;
}
body .agriculture-blog_comment-section form fieldset.form-columns-1 .hs-input {
    width: 100%;
}

.agriculture-blog_comment-section {
    border-top: 2px solid #979797;
    padding: 40px 0;
}

#comments-listing{
    padding: 40px 0;
}
body .agriculture-blog_comment-section form textarea, 
body .agriculture-blog_comment-section  input[type="text"]:focus, 
body .agriculture-blog_comment-section form input[type="password"]:focus, 
body .agriculture-blog_comment-section form input[type="datetime"]:focus,
body .agriculture-blog_comment-section form input[type="datetime-local"]:focus, 
body .agriculture-blog_comment-section form input[type="date"]:focus, 
body .agriculture-blog_comment-section form input[type="month"]:focus, 
body .agriculture-blog_comment-section formi nput[type="time"]:focus, 
body .agriculture-blog_comment-section form input[type="week"]:focus, 
body .agriculture-blog_comment-section form input[type="number"]:focus, 
body .agriculture-blog_comment-section form input[type="email"]:focus, 
body .agriculture-blog_comment-section form input[type="url"]:focus 
body .agriculture-blog_comment-section form input[type="search"]:focus, 
body .agriculture-blog_comment-section form input[type="tel"]:focus, 
body .agriculture-blog_comment-section form input[type="color"]:focus,
body .agriculture-blog_comment-section form select:focus{
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
}

body .agriculture-blog_comment-section form input[type="submit"] {
  border: 0;
  width: 100%;
  padding: 13px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 1s;
  transition: all 1s;
  font-family: Segoe-bold;
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  background-color: #f49011;

}

body .agriculture-blog_comment-section form input[type="submit"]:hover {
  background-color: #985a0a;
}
body .agriculture-blog_comment-section form .field{
  margin: 0 0 15px;
}



body .agriculture-blog_comment-section .hs-form-field>label{
  font-family:Arial, sans-serif;
  font-size:12px;
  font-weight:bold;
}

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed, .hs-responsive-embed.hs-responsive-embed-youtube, .hs-responsive-embed.hs-responsive-embed-wistia, .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 425px;
}

.hs-responsive-embed, .hs-responsive-embed.hs-responsive-embed-youtube, .hs-responsive-embed.hs-responsive-embed-wistia, .hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}
/* Side bar */

#make-me-sticky{
  border: 0;
  padding: 40px 0 35px 40px;
  position:sticky;
  top:75px;
}
#hs_cos_wrapper_subscribe_designers_blog {
  border: 0;
  padding: 0 0 20px;
  background: #97d700;
  border-bottom-right-radius: 65px;
  display: block;
}
#make-me-sticky h3 {
  text-align: center;
  color: #FFF;
  font-family: swissboldextended;
  padding-top: 20px;
  padding-bottom: 17px;
  margin: 0;
  background: #3f3a35;
  font-size:26px;
}
#make-me-sticky form {
  padding: 10px 20px;
}
#make-me-sticky .hs-richtext.hs-main-font-element p {
  color: #FFF;
  text-align: center;
  font-size: 13.5px;
}
#make-me-sticky .hs-richtext.hs-main-font-element p span {
  font-family: swisslightextended;
  color: #000;
  line-height: 24px;
}
#make-me-sticky form input[type="text"], 
#make-me-sticky form input[type="email"] {
  background: transparent;
  border: transparent;
  border-bottom: 1px solid #FFF;
  box-shadow: none;
  font-size: 15px;
  font-family: swisslightextended;
  padding: 15px 10px;
  margin:0;
}
#make-me-sticky form input[type="text"]:focus, 
#make-me-sticky form input[type="email"]:focus{
  outline:0;
}

#make-me-sticky form input[type="text"]::placeholder, 
#make-me-sticky form input[type="email"]::placeholder{
  color:white;
}

#make-me-sticky form .field{
  margin: 0 0 15px;
}
#make-me-sticky .hs_firstname >label,
#make-me-sticky .hs_email >label{
  display:none;
}
#make-me-sticky form .actions {
  text-align:center;
}
#make-me-sticky form input[type="submit"]{
  border-bottom-right-radius: 25px;
  max-width: 290px;
  background: #3f3a35;
  font-family: swissboldextended;
  text-transform: lowercase;
}
#make-me-sticky form .hs_subscribe_option label span {
  font-family: swisslightextended;
  font-weight:700;
}

#make-me-sticky form .hs_subscribe_option label img {
  vertical-align:middle;
  cursor:pointer;
  margin-left:10px;
}

#make-me-sticky form .hs_subscribe_option .hs-field-desc {
  background: #444444;
  padding: 20px 15px;
  text-align: center;
  display:none !important;
}

#make-me-sticky form .hs_subscribe_option .hs-field-desc.show_label {
  display:block !important;
}

#make-me-sticky form .hs_subscribe_option .hs-field-desc p{
  color: #fff;
  font-size: 14px;
  line-height:1.2;
  font-family: 'Source Sans Pro',sans-serif;
  font-weight: 300;
}
#make-me-sticky form .hs_what_industries_are_relevant_to_you {
  display:none;
}

#make-me-sticky li.hs-form-checkbox input {
  margin-right: 10px;
}
#make-me-sticky li.hs-form-checkbox span {
  color: #fff;
  font-size: 14px;
  font-family: swisslightextended, Helvetica Neue,Helvetica,Arial,sans-serif;
}
#make-me-sticky li.hs-form-checkbox:nth-child(1) {
  width: 45%;
}
#make-me-sticky li.hs-form-checkbox {
  width: 55%;
}
#make-me-sticky li.hs-form-checkbox {
  list-style: none;
  display: inline-block;
}


#promo-sidebar {
  position:relative;
  margin: 20px auto;
  display: block;
  text-align:center;
  max-width:331px;
}
#promo-sidebar .image {

}

#promo-sidebar .image img {
    height:auto;
}
#promo-sidebar .find-out-more-button {
    text-align: center;
    padding: 10px;
    background: #f7921d;
    transition:background-color 0.4s;
}
#promo-sidebar .find-out-more-button a {
    color: #FFF;
    font-family: swissboldextended,Arial;
    font-size: 21px;
/*     background: #f7921d; */
    width: 100%;
    /* height: 45px; */
    position: relative;
    /* padding-left: 65px; */
    /* padding-top: 6px; */
    display: block;
    text-decoration: none;
    padding-right: 20%;
}
#promo-sidebar .find-out-more-button:hover {
  background-color: #97d700;
  text-decoration:none;
}
#promo-sidebar:after {
  content: "";
  position: absolute;
  width: 105px;
  bottom: 0;
  right: 0;
  background: url(https://blog.coerco.com.au/hubfs/7.%20Website%20Assets%202018/blog-assets/sidebar/bottom-right-pakli.png) no-repeat scroll 100% 0%;
  height: 78px;
}

#subcsribe-mobile {
    position: fixed;
    bottom: 25px;
    right: 140px;
    z-index: 5;
    display: none;
}

#subcsribe-mobile a {
    background: #97d700;
    margin: 11px 10px;
    color: #FFF;
    font-family: swissboldextended;
    text-decoration: none;
    border-bottom-right-radius: 22px;
    padding: 10px 20px;
    font-size: 19px;
}

#agriculture-news-blog-list-error{
    color:#333;
    font-size:16px;
  display:none;
}
@media(max-width:1200px){
  
  #make-me-sticky {
      border: 0;
      padding: 40px 0 35px 0px;
  }
}
@media(max-width:1050px){
  
  #promo-sidebar .find-out-more-button a {
    font-size: 19px;
    height: auto;
/*     padding-left: 35px; */
/*     padding-top: 5px; */
  }

}

@media(max-width:992px){
  .agriculture-blog_post-wrapper, 
  .agriculture-blog_subscribe-form{
    width:100%;
  }

  #make-me-sticky{
    padding: 20px;
    position:relative;
  }

  .agriculture-blog_post-header,
  .agriculture-blog_post-header span,
  .agriculture-blog_post_content h1{
    font-size:25px;
  }
  
  .agriculture-blog_post_content h2{
      font-family: swissboldextended,Segoe,Arial;
      color: #333;
      font-size: 20px; 
  }
  .agriculture-blog_post_content h3{
      font-family: swissboldextended,Segoe,Arial;
      color: #333;
      font-size: 18px;
  }
}
@media(max-width:800px){
  #promo-sidebar:after {
    background-size: auto 50% !important;
    background-position: 100% 99% !important;
  }
  #promo-sidebar .find-out-more-button a {
    font-size: 15px;
/*     height: 35px; */
/*     padding-left: 30px;
    padding-top: 7px; */
  }
  
  
  #subcsribe-mobile {
/*       display: block; */
  }
}
@media(max-width:480px){
  #promo-sidebar:after {
    height: 85px;
    background-size: auto 65% !important;
    background-position: 100% 100% !important;
  }
  #promo-sidebar .find-out-more-button a {
    font-size: 20px;
/*     height: 43px; */
/*     padding-left: 27%;
    padding-top: 6px; */
  }

  .hs_cos_wrapper.hs_cos_wrapper_meta_field.hs_cos_wrapper_type_rich_text blockquote {
    text-align: left;
    padding-left: 65px;
  }
}
@media(max-width:380px){ 
  #promo-sidebar .find-out-more-button a {
/*     padding-left: 25%; */
  }
}
@media(max-width:320px){
  #promo-sidebar .find-out-more-button a {
/*     padding-left: 18%; */
  }
}

/* Recent post */
.agriculture-blog__recent-post{
  background-color:#f5f5f5;
}
.agriculture-blog__recent-post .row-flex{
  margin:0 -10px;
}

.agriculture-blog__recent-post .col{
  width:33.33%;
  padding:10px;
}
.agriculture-blog__featured-img{
  width:100%;
  height:187px;
  overflow:hidden;
  margin-bottom:20px;
  display:block;
}

.agriculture-blog__featured-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.agriculture-blog__recent-post h3{
  margin-bottom:20px;
}
.agriculture-blog__recent-post h3,
.agriculture-blog__recent-post h3 a{
  font-size: 26px;
  color: #333;
  line-height: 1.4;
  margin-bottom: 14px;
  font-family: swissboldextended;
  text-transform: none;
  text-decoration: none;
}

.agriculture-blog__recent-post .read_more {
  color: #f49011;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
  transition:0.5s;
  text-decoration: none;
}
.agriculture-blog__recent-post .read_more:hover{
  color: #23527c;
  text-decoration: underline;
}

@media(max-width:768px){
  .agriculture-blog__recent-post .row-flex{
    flex-wrap:wrap;
  }

  .agriculture-blog__recent-post .col{
    width:100%;
  }

  .agriculture-blog__recent-post h3,
  .agriculture-blog__recent-post h3 a{
    font-size: 18px;

  }
}

@media (max-width:320px){
    #subcsribe-mobile a {
        padding: 10px;
        font-size: 16px;
    }
}

/* Subscribe popup */
.subscribe_popup-overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  padding: 10px;
  display: none;
  z-index: 999;
  overflow-y: scroll;
}

.subscribe_popup{
  padding: 30px 40px 40px;
  width:100%;
  height:auto;
  max-width:600px;
  background-color:white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-bottom-right-radius: 90px;
}

.subscribe__form-title{
  display:flex;
  justify-content:space-between;
  border-bottom: 1px solid #97d700;
  padding:15px 0;
  margin-bottom:20px;
}
.subscribe__form-title h3,
.subscribe_close-popup-form{
  color: #000;
  font-family: swissboldextended;
  font-size: 25px;
}
.subscribe_close-popup-form{
  cursor:pointer;
}


body .subscribe_popup form input.hs-button.primary.large{
  background: #97d700;
  text-transform: none;
  font-weight: bold;
  font-size: 20px;
  padding: 12px 5px;
  border-bottom-right-radius: 30px;
  font-family: swissboldextended, Arial;
}

body .subscribe_popup form fieldset .hs-input:focus{
  outline:0;
}
body .subscribe_popup form .hs-form-field{
  margin-top:20px;
}
body .subscribe_popup form .hs-form-field > label{
  display:none;
}
body .subscribe_popup form input[type="text"], 
body .subscribe_popup form input[type="email"], 
body .subscribe_popup form input[type="tel"], 
body .subscribe_popup form textarea {
  font-size: 18px;
  line-height: 1.2;
  font-family: 'swissextended',Arial,sans-serif;
  font-weight: normal;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 2px;
  margin-top: 0px;
  padding: 13px 20px;
}
body .subscribe_popup ul.inputs-list.multi-container .hs-form-checkbox{
  list-style:none;
}
body .subscribe_popup .submitted-message {
  font-size: 18px;
  text-align: center;
  color: #000000;
  padding: 20px;
}

@media(max-width:600px){
  .subscribe_popup {
    padding: 20px 20px 40px 20px
      width: 100%;
    height: auto;
    background-color: white;
    position: relative; 
    top: auto;
    left: auto;
    transform: none;

  }
  body .subscribe_popup form input.hs-button.primary.large{
    font-size: 18px;
  }
  .subscribe__form-title h3, .subscribe_close-popup-form {
    font-size:19px;
  }
}


.header-container.container-fluid,
.body-container.container-fluid,
.footer-container.container-fluid{
  padding: 0;
}

.container-fluid:before,
.container-fluid:after {
  display: none;
}

.row-fluid [class*="span"] {
  min-height: 0;
}
*, *:before, *:after{
  padding:0;
  margin:0;
  box-sizing:border-box;
}

html,body{
  font-family: swissextended, Arial;
  font-size:16px;
  color:#333333;
  /*   overflow-x:hidden; */
}


.page-center{
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
  padding:0 15px;
  display:block;
  width:100% !important;
}
h1{
  font-family: 'swissboldextended', Arial, sans-serif;
  font-size:55px;
  text-shadow: 1px 1px 1px rgba(51,51,51,0.63);
  line-height:1.5;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'swissboldextended', Arial, sans-serif;
  line-height:1.2;
  color:#333333;
  margin: 0 0 1.4rem;
}

h2, .h2 {
  font-family: swissboldextended;
  color: #000000;
  font-size: 32px;
  text-transform: none;
}


p{
  font-family: swisslightextended,Segoe,Segoe-light,Arial;
  font-size:18px;
  line-height:1.2;
  margin:0 0 1.3em;
  color: #333;
  text-rendering: optimizelegibility;
}

p:only-child {
  margin-bottom:0;
}
ul{
  padding-left:20px;
  margin-bottom:1.3em;

}
li{
  font-family: swisslightextended,Segoe,Segoe-light,Arial;
  font-size:18px;
  line-height:1.2;
  color: #333;
}
span{
  font-family: inherit;
  font-size:inherit;
  line-height:inherit;
  margin:0;
  color:inherit;
}

a:hover,
a:focus{
  outline:0;
}

img {
  width:auto;
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

/* Tablet (768px and below) */
@media screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 36px;
  }
  h2, .h2 {
    font-size: 28px;
  }
  h3, .h3 {
    font-size: 24px;
  }

  p, li, a{
    font-size:16px;
  }
}

/* Mobile (480px and below) */
@media screen and (max-width: 480px) {
  h1, .h1 {
    font-size: 28px;
  }
  h2, .h2 {
    font-size: 24px;
  }
  h3, .h3 {
    font-size: 20px;
  }
  p, li, a{
    font-size:14px;
  }
}

/* @media(max-width:991px){
h1, .h1{
font-size:35px;
}
h2, .h2{
font-size:30px;
}
h3{}
h4{}
h5{}
h6 {
font-family: 'swissboldextended', Arial, sans-serif;
margin: 0 0 1.4rem;
}


} */

/* Grid Layout  */
.row-flex{
  display:flex;
}
/* End Grid Layout */


/* Popup Video */

.popupVideo-overlay{
  display:none;
}

.popupVideo-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index:100;
  overflow: scroll;
}

.popupVideo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  max-width: 700px;
  padding:20px;
  z-index:102;
  max-height: 411px;
  height: 90%;
}

.close_video{
  position:absolute;
  top:0px;
  right:10px;
  cursor:pointer;
}

.close_video i{
  font-size:20px;
  color:white;

}

.product-disabled,
.product-disabled a{
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10+ and Edge */
  user-select: none; /* Standard syntax */
  cursor:context-menu;
  pointer-events:none;
}
/* Section Title */

.section_title{
  text-align:center;
}


@media(max-width:768px){
  .section_title h2{
    font-size:25px;
  }
}


/* Table */

table.table-ag{
  border-collapse: collapse;
  border-spacing: 0;
}
table.table-ag th {
  padding: 14px 25px;
  background: #97d700;
  font-family: swissboldextended;
  font-size: 17px;
  color: #FFF;

}
/*   table.table-ag th:last-child{
border-top-right-radius: 30px;
} */
table.table-ag tr td {
  background:#ffffff;
  padding: 10px 25px;
  border: 1px solid #97d700;

}
table.table-ag tr:nth-child(even) td {

  background: #f3f3f3;
}
table.table-ag th strong {

}
table.table-ag td p {
  margin:0;
}
table.table-ag td strong {
  font-family: swissextended, Arial;
  font-size: 16px;
}



table.table-green{
  border-collapse: collapse;
  border-spacing: 0;
  border:0 !important;
}
table.table-green th {
  padding: 14px 25px;
  background: #97d700;
  font-family: swissboldextended;
  font-size: 17px;
  color: #FFF;
  border:0

}
table.table-green th:last-child{
  border-top-right-radius: 30px;
}
table.table-green tr td {
  background:#f3f3f3;
  padding: 10px 25px;
  border: 2px solid #fff;
}

table.table-green tr.tr-sub-heading {
  font-size:14px;
  background:#5f8703;
}

table.table-green tr.tr-sub-heading td {
  font-size:14px;
  background:#5f8703 !important;
  color:#ffffff;
  border:0;
}


table.table-green th strong {

}
table.table-green td p {
  margin:0;
}
table.table-green td strong {
  font-family: swissextended, Arial;
  font-size: 16px;
}

.table-ag2{
  width:100%;
}
.table-ag2 td {
  background: #ccc;
  padding: 15px 20px;
  border: 1px solid white;
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
}

.table-ag2__title h4 {
  margin: 0;
  font-size: 18px;
}
.table-ag2 .table-ag2__title {
  color: #000;
  background: #97d700;
  padding: 15px 20px;
  border-top-right-radius: 20px;
}
.table-ag2__item_label {
  background-color: #5f8604;
  text-align: center;
}
.table-ag2__item_label th {
  padding: 10px 25px;
  color: white;
  font-weight: normal;
  border: 1px solid white;
  border-top: 0;
  border-left: 0;
}
table.table-ag2 tbody tr {
  border-bottom: 1px solid #fff;
}
table.table-ag2 tbody td {
  font-size:14px;
}

table.table-ag2 tbody td:first-child {
  font-weight:bold;
}


@media(max-width:992px){
  .table-ag2__title h4 {

    font-size: 16px;
  }

  .table-ag2 td {
    font-size:14px;
  }
}



.row-flex{
  display:flex;
}

.flex-wrap{
  flex-wrap:wrap;
}
.col2{
  width:50%;
}

.justify-content-center{
  justify-content:center;
}

@media(max-width:1024px){
  .flex-wrap-1024{
    flex-wrap:wrap;
  }
}

@media(max-width:992px){
  .flex-wrap-992{
    flex-wrap:wrap;
  }
}

@media(max-width:767px){
  .col2{
    width:100%;
  }


}