* {
    margin: 0;
    padding: 0
}

html {
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    min-height: 100%;
    overflow-y: scroll;
    text-size-adjust: 100%;
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    background-repeat: no-repeat;
    box-sizing: inherit
}

:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

ul {
    list-style: none
}

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent
}

a:active,
a:hover {
    outline: none
}

button,
input,
optgroup,
select,
textarea {
    background-color: transparent;
    border-radius: 0;
    border-style: none;
    color: inherit;
    font: inherit;
    text-transform: none
}

input, select, textarea {
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	background: #fff;
	border: 1px solid #cecece;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	outline: none;
	padding: 10px 20px;
	transition: all .3s;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-transform: none
}

textarea {
    overflow: auto;
    resize: vertical
}

audio,
embed,
img,
object,
video {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

img {
    border-style: none
}

svg {
    fill: currentColor
}

svg:not(:root) {
    overflow: hidden
}

iframe {
    border: 0
}

button {
    background-color: transparent;
    border: none;
    color: inherit;
    cursor: pointer;
    font: inherit;
    outline: none;
    padding: 0
}

fieldset {
    border: 0;
    min-width: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

td,
th {
    padding: 0;
    text-align: left
}

[hidden],
template {
    display: none
}

html {
    font-size: 16px;
    line-height: 1.6
}

body {
    background-color: #fff;
    color: #000;
    font-family: Montserrat, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    position: relative;
    z-index: 0
}

a {
    -o-transition: .3s ease;
    -webkit-transition: .3s ease;
    color: #96C852;
    transition: .3s ease
}

a:focus,
a:hover {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    line-height: 1.5
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 28px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

.alignnone {
    display: block;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

table.kv-grid-table tr.priority td {background-color: #f5e79e}

@media (min-width:46.25em) {
    .alignleft,
    .content-image .alignleft.wp-caption {
        float: left;
        margin-right: .5rem
    }
    .alignright,
    .content-image .alignright.wp-caption {
        float: right;
        margin-left: .5rem;
        text-align: right
    }
}

.main {
    -webkit-box-shadow: 0 0 5px 2px rgba(51, 51, 51, .1);
    box-shadow: 0 0 5px 2px rgba(51, 51, 51, .1);
    min-height: 100vh;
    overflow-x: hidden;
    margin-top: 5.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.fixedfooter,
.main {
    background: #fff;
    position: relative
}

.fixedfooter {
    color: #000;
    overflow: hidden
}

@media (min-width:54.375em) {
    .fixedfooter {
        min-height: 240px;
        z-index: -2
    }
}

.fixedfooter__inner {
    background: #fff url(../images/footer.jpg) no-repeat 50%;
    background-size: cover;
    padding-bottom: 20px;
    padding-top: 30px
}

@media (min-width:54.375em) {
    .fixedfooter__inner {
        -ms-flex-align: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        align-items: center;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        left: 0;
        min-height: 240px;
        position: fixed;
        right: 0;
        z-index: -1
    }
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    padding-left: 20px;
    padding-right: 20px
}


.btn {
    -o-transform: skew(-10deg);
    -o-transition: all .3s;
    -webkit-transform: skew(-10deg);
    -webkit-transition: all .3s;
    border: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 46px;
    outline: 0;
    padding: 0 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transform: skew(-10deg);
    transition: all .3s
}

.btn-success, .btn-primary {
    background: #99cc33;
}

@media (max-width: 600px) {
    .btn {
        font-size: 14px;
        line-height: 26px;
        padding: 0 10px;
    }

    .kv-grid-table {
        font-size: 12px;
    }

    .form-control {
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1;
    }
}

.btn:hover {
    background: #b00204
}

.btn>span {
    -o-transform: skew(10deg);
    -webkit-transform: skew(10deg);
    transform: skew(10deg)
}

.btn>span,
.btnghost {
    display: inline-block
}

.btnghost {
    -o-transform: skew(-10deg);
    -o-transition: all .3s;
    -webkit-transform: skew(-10deg);
    -webkit-transition: all .3s;
    background: #fff;
    border: 1px solid #99cc33;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 52px;
    outline: 0;
    overflow: hidden;
    padding: 0 60px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transform: skew(-10deg);
    transition: all .3s
}

.footer {
    position: relative;
    width: 100%
}

.footer__container {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media (max-width:850px) {
    .footer__container {
        -ms-flex-pack: justify;
        -ms-flex-wrap: wrap;
        -webkit-box-pack: justify;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
        max-width: 600px
    }
}

.footer__container section {
    font-size: 16px;
    font-weight: 400;
    margin-left: 20px;
    margin-right: 20px
}

@media (max-width:1000px) {
    .footer__container section {
        font-size: 14px;
        margin-left: 10px;
        margin-right: 10px
    }
}

@media (max-width:850px) {
    .footer__container section {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        margin-bottom: 25px;
        margin-left: 0;
        margin-right: 0;
        max-width: 220px;
        order: -1;
        width: 50%
    }
}

@media (max-width:500px) {
    .footer__container section {
        max-width: 100%;
        text-align: center;
        width: 100%
    }
    .footer__container section br {
        display: none
    }
}

.footer__container section span {
    white-space: nowrap
}

.footer__container section a {
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    border-bottom: 1px solid transparent;
    color: #000;
    display: inline-block;
    text-decoration: none;
    transition: all .3s
}

.footer__container section a:hover {
    border-bottom: 1px solid #000
}

.footer__brand {
    background: url("../images/logo.png") no-repeat 100%;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    background-blend-mode: multiply;
    background-size: 238px 60px;
    display: inline-block;
    height: 60px;
    margin-bottom: 15px;
    margin-right: 60px;
    mix-blend-mode: multiply;
    transition: all .3s;
    width: 238px
}

@media (max-width:1000px) {
    .footer__brand {
        margin-right: 20px
    }
}

@media (max-width:850px) {
    .footer__brand {
        background-size: 167px 42px;
        height: 42px;
        margin-right: 10px;
        width: 167px
    }
}

@media (max-width:400px) {
    .footer__brand {
        background-size: 119px 30px;
        height: 30px;
        margin-bottom: 5px;
        width: 119px
    }
}

.footer__brand:hover {
    opacity: .8
}

.footer__bar {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    background: rgba(226, 3, 5, .35);
    flex-grow: 1;
    height: 4px;
    margin-left: 20px;
    margin-right: 20px
}

@media (max-width:1000px) {
    .footer__bar {
        margin-left: 10px;
        margin-right: 10px
    }
}

.header {
    -o-transition: padding .3s;
    -webkit-box-shadow: 0 6px 17.64px .36px hsla(0, 0%, 57%, .16);
    -webkit-transition: padding .3s;
    background: #fff;
    box-shadow: 0 6px 17.64px .36px hsla(0, 0%, 57%, .16);
    left: 0;
    padding: 5px;
    position: fixed;
    right: 0;
    top: 0;
    transition: padding .3s;
    z-index: 10
}

@media (max-width:1100px) {
    .header {
        padding-bottom: 5px;
        padding-top: 5px
    }
}

@media (max-width:1550px) {
    .header {
        padding-right: 100px
    }
}

@media (max-width:550px) {
    .header {
        padding: 5px 66px 5px 10px
    }
}

.header.is-sticky {
    padding-bottom: 5px;
    padding-top: 5px
}

.header__wrap {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px
}

.header__brand {
    -o-transition: all .35s;
    -webkit-transition: all .35s;
    background: url(../images/logo.png) no-repeat 100%;
    background-blend-mode: multiply;
    background-size: 16rem 7rem;
    display: inline-block;
    height: 3.75rem;
    margin-bottom: 15px;
    margin-right: 60px;
    mix-blend-mode: multiply;
    position: relative;
    top: 5px;
    transition: all .35s;
    width: 240px;
}

.header__brand:hover {
    opacity: .8
}

.header__nav {
    margin-left: 5rem;
}
@media (max-width:1550px) {
    .header__nav {
        display: none
    }
}

.header__nav ul {
    font-size: 0
}

.header__nav ul li {
    display: inline-block;
    margin-right: 50px
}

@media (max-width:1360px) {
    .header__nav ul li {
        margin-right: 30px
    }
}

.header__nav ul li a {
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    overflow: hidden;
    padding-bottom: 7px;
    padding-top: 7px;
    position: relative;
    text-decoration: none;
    transition: all .3s
}

@media (max-width:1100px) {
    .header__nav ul li a {
        font-size: 14px
    }
}

.header__nav ul li a:before {
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    background: #99cc33;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transition: all .3s;
    width: 0
}

.header__nav ul li.active a:before {
    width: 50%
}

.header__nav ul li:not(.menu-item-has-children):hover a:before {
    width: 100%
}

.header__nav .menu-item-has-children {
    position: relative
}

.header__nav .menu-item-has-children .sub-menu {
    -o-transform: translateY(10px);
    -o-transition: all .3s;
    -webkit-transform: translateY(10px);
    -webkit-transition: all .3s;
    background: #fff;
    border: 1px solid #ebebeb;
    left: -10px;
    opacity: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: 100%;
    transform: translateY(10px);
    transition: all .3s;
    visibility: hidden;
    width: 216px
}

.header__nav .menu-item-has-children .sub-menu li {
    border-bottom: 1px solid #eaeaea;
    display: block;
    margin-right: 0!important;
    overflow: hidden;
    position: relative;
    width: 100%
}

.header__nav .menu-item-has-children .sub-menu li:after {
    -o-transform: translateX(-100%);
    -o-transition: all .3s;
    -webkit-transform: translateX(-100%);
    -webkit-transition: all .3s;
    background: #e15505;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    transform: translateX(-100%);
    transition: all .3s
}

.header__nav .menu-item-has-children .sub-menu li:hover:after {
    -o-transform: none;
    -webkit-transform: none;
    transform: none
}

.header__nav .menu-item-has-children .sub-menu li:last-child {
    border-bottom: none
}

.header__nav .menu-item-has-children .sub-menu li a {
    padding-bottom: 17px;
    padding-top: 17px
}

@media (max-width:1100px) {
    .header__nav .menu-item-has-children .sub-menu li a {
        padding-bottom: 12px;
        padding-top: 12px
    }
}

.header__nav .menu-item-has-children .sub-menu li a:before {
    display: none
}

.header__nav .menu-item-has-children:hover .sub-menu {
    -o-transform: none;
    -webkit-transform: none;
    opacity: 1;
    transform: none;
    visibility: visible
}

.support-contact ul {
    min-width: 15rem;
    font-size: smaller;
}

.support-contact li {
    padding: 5px;
}

.support-contact li.contact-header {
    background-color: #ccc;
}

@media (max-width: 800px) {
    .support-contact .btn {
        font-size: 14px;
        line-height: 26px;
        padding: 0 10px;
    }
}

.mob-menu-header-holder {
    width: 10%;
}

.mob-expand-submenu{

    position: relative;
    right: -40px;
    margin-top: -1px;
}

.mob-expand-submenu {
    position: relative;
    right: -35px;
    margin-top: -5px;
}
.mobmenu-content #mobmenuright .sub-menu{

    position: relative;
}
#mobmenuright li > ul {
    left: 0px;
}
.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-4305 .mob-expand-submenu{
    padding-top: 10px;
}

#upload-box button.fileinput-close-button {
	float: right;
}

.typist-multi-form {
    margin-top: 10px;
}

.typist-multi-form .btn {
    margin-bottom: 5px;
}

.doc-icon {
    color: rgb(153, 204, 51);
    font-size: x-large;
}

div.grid-view td {
    vertical-align: middle;
}
ul.folder-content {
    display:none;
}

@media (max-width: 800px) {
    .typist-multi-form .btn {
        padding: 0 10px;
        line-height: 26px;
        font-size: 14px;
    }
}

.header__brand {
    background-size: 16rem 7rem;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    width: 15.0625rem;
}
.footer__brand {
    background-size: 12rem 6rem;
    height: 2.9375rem;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    width: 25.0625rem;
}

.header__nav .menu-item-has-children .sub-menu li:after{
      background: #98c93e;
}
.footer__social a{
  margin:auto;
  margin-top:3px;
}
.footer__social{
  margin:auto;
}

@media only screen and (max-width: 600px) {
    .header__brand {
      background-size: 12rem 9rem;
      height: 2.9375rem;
      width: 13.0625rem;
      margin-right: 0;
    }
    .footer__brand{
      background-size: 17rem 12rem;
      height: 2.9375rem;
      width: 16.0625rem;
    }
    .main {
        margin-top: 4.5rem;
    }

}

.nav {
  display: list-item;}

.footer__container section {
  width: 50%;
}

.overlay {
  background: #678e20;}
.footer__social h3{
  width:150px;
  text-align: center;
}
.col.span_1_of_3 span {
  font-size: 12px;

}

@media only screen and (max-width: 600px){
.header__brand {
  background-size: 10rem 5rem;
  width: 9.0625rem;
  }
  .footer__brand {
    background-size: 12rem 7rem;
    margin:auto;
        width: 12rem;

  }

  .footer__container section {
    width: 100%;


  }
.footer__social {
    display:flex;
  width:100%;
}
  .sfeatcontent__img {
    width: 100%;
}
}
@media only screen and (max-width: 400px){
  .footer__social {
     margin:0 auto;


  }
}
html {
  scroll-behavior: smooth;
}
.arrowdown{
    color: black;
    font-size: 20px;
    position: absolute;
    transition: all .3s;
}
.arrowdown:hover{
    color: #99cc33;
}

/*  Grid Starts SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 760px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}
.col.span_1_of_3 img{
  padding-bottom:20px

}
/*  Grid Ends  */

/*--- Desktop Menu ---*/

/*--- Hide Sub Sublists ---*/
.nav li:hover ul ul {display:none;}

/*--- Sublevel UL's display and position on hover ---*/
.nav li:hover ul {display:block;}
.nav li li:hover ul {margin-left:180px; margin-top:-50px; display:block;}


.header__nav .menu-item-has-children .sub-menu li{
  overflow:visible;
  transition:none;

}
.header__nav .menu-item-has-children .sub-menu li .menu-item {
    overflow:hidden;
}

.header__nav .menu-item-has-children .sub-menu li a:before, .header__nav ul li a:before{
    background: #98c93e;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transition: all .3s;
    width: 0;
}

.header__nav .menu-item-has-children .sub-menu li:after {
  background: rgba(17,21,23,.1);
content: none;}

ul.nav-menu > .menu-item-has-children > a::after {
    content: "▼";
    padding-left: 10px;
}

ul.sub-menu > .menu-item-has-children > a::after {
    content: "►";
    padding-left: 10px;
}

@media only screen and (max-width: 1500px) {
ul.nav-menu > .menu-item-has-children > a::after {
    content: "";
    padding-left: 10px;
}
  ul.sub-menu > .menu-item-has-children > a::after {
    content: "";
    padding-left: 10px;
}
}
/*--- Desktop Menu Ends ---*/

h2.content-title {text-align: center; margin: 5px 0 20px}

/* login form */

.login-form {
    border: 0;
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: inline-block
}

.border-primary {border-color: rgb(150, 200, 82) !important}
.bg-primary {background-color: rgb(150, 200, 82) !important}

@media print {
    *,
    :after,
    :before {
        -webkit-box-shadow: none!important;
        background: transparent!important;
        box-shadow: none!important;
        color: #000!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}