ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, div.paragraph, blockquote, fieldset, input {

    margin: 0;

    padding: 0;

}



ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {

    margin: 0;

    padding: 0;

}



@font-face {

    font-family: Gabriela;

    src: url('font/Gabriela-Regular.ttf');

}



@font-face {

    font-family: Sofia;

    src: url('font/Sofia/Sofia-Regular.ttf');

}



@font-face {

    font-family: Asap;

    src: url('font/Asap-Regular.ttf');

}



html {

    overflow-y: scroll;

}



body {

    width: 100%;

    height: 100%;

    min-height: 100%;

    background: white;

    color: #333333;

    font-family: 'Sofia', sans-serif !important;

    font-size: 1.125em;

    font-weight: normal;

    line-height: normal;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}



a {

    color: rgba(129, 129, 129, 129);

    text-decoration: none;

    border-bottom: 1px dotted !important;

}



a:hover {

    color: #333333;

    text-decoration: bold;

    border-bottom: 1px dotted !important;

}



a img {

    border: 0;

}



h2 {

    font-family: Sofia;

    color: #96a050;

    font-size: 26px;

    padding-bottom: 15px;

    font-weight: 400;

    line-height: 40px;

}



h3 {

    font-family: Sofia;

    color: #96a050;

    font-size: 2em;

    padding-bottom: 15px;

    font-weight: 500;

    line-height: 40px;

}



div.paragraph {

    color: rgba(129, 129, 129, 129);

    font-family: Asap !important;

    font-size: 16px;

    font-weight: 400;

    line-height: 30px;

}

div.paragraph strong {

     color: rgba(129, 129, 129, 129);

    font-family: Asap !important;

    font-size: 16px;

}



p {

    color: rgba(129, 129, 129, 129);

    font-family: Asap !important;

    font-size: 16px;

    font-weight: 400;

    line-height: 30px;

}



blockquote {

    background: url(theme/quote.png?1619205150) no-repeat 15px 15px;

    font-style: italic;

    color: #b9b9b9;

    padding: 1em;

    margin: 2em 0;

    border-left: 0px !important;

    font-family: 'Lato', sans-serif;

    font-size: 1em;

    font-weight: normal;

    line-height: normal;

}



::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {

    color: #cbcbcb;

}



input[type="text"], input[type="email"], textarea {

    -webkit-box-shadow: none;

    -moz-box-shadow: none;

    box-shadow: none;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    outline: none;

    text-shadow: none;

}



textarea {

    resize: none;

}



select {

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    outline: none;

    text-indent: 0.01px;

    text-overflow: '';

}



input[type="radio"], input[type="checkbox"] {

    width: 16px;

    height: 16px;

    border: 1px solid #dcdcdc !important;

    -webkit-box-shadow: none;

    -moz-box-shadow: none;

    box-shadow: none;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    outline: none;

    text-shadow: none;

}



input[type="radio"] {

    border-radius: 8px;

}



input[type="checkbox"] {

    background-color: white;

    border-radius: 0;

}



input[type="radio"]:after {

    display: block;

    border-radius: 8px;

    box-sizing: border-box;

    content: "";

}



input[type="radio"]:checked:after {

    background: #dcdcdc;

    border: 2px solid #fafafa;

    width: 14px;

    height: 14px;

}



input[type="checkbox"]:after {

    position: relative;

    top: 1px;

    left: 4px;

    width: 3px;

    height: 6px;

    border: solid #dcdcdc;

    border-width: 0 2px 2px 0;

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    transform: rotate(45deg);

}



input[type="checkbox"]:checked:after {

    display: block;

    content: " ";

}



.container {

    width: 1024px;

    margin: 0 auto;

}



input#navTrigger {

    display: none;

}



body.page-has-banner.affix {

    padding-top: 65px;

}



body.page-has-banner.affix .dusk-header {

    position: fixed !important;

    top: 0;

    z-index: 25;

}



body.fade-on-scroll .banner {

    opacity: 0;

}



.dusk-header {

    position: fixed;

    top: 0;

    left: 0;

    z-index: 15;

    overflow-y: hidden;

    width: 100%;

    height: 65px;

    background: #579936;

    box-sizing: border-box;

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.dusk-header .nav-wrap {

    width: 100%;

    height: 65px;

    background: #ccdbae;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.dusk-header .container {

    display: table;

    overflow-y: hidden;

}



.dusk-header label.hamburger {

    display: none;

}



.dusk-header .logo {

    display: table-cell;

    vertical-align: middle;

    margin-right: 30px;

    color: white;

}



.dusk-header .logo .wsite-logo {

    vertical-align: auto !important;

}



.dusk-header .logo a {

    display: block;

    overflow: hidden;

    margin-right: 30px;

    color: white;

    letter-spacing: 0.03em;

    text-transform: uppercase;

    font-family: Gabriela !important;

    font-size: 24px;

    /*font-weight: 300;*/

    line-height: 40px;

    border: none !important;

    text-decoration: none !important;

}



.dusk-header .logo img {

    display: block;

    overflow: hidden;

    max-width: 200px;

    max-height: 40px;

}



.dusk-header .logo #wsite-title {

    display: block;

    max-width: 400px;

    max-height: 40px;

}



.nav {

    display: table-cell;

    overflow-y: hidden;

    padding: 0;

    vertical-align: middle;

}



.nav ul {

    float: right;

    overflow: hidden;

    height: 65px;

    list-style-type: none;

    max-width: 1000px;

}



.nav li {

    display: inline-block;

    float: left;

    margin: 0;

    padding: 0;

    list-style: none;

}



.nav li > a.wsite-menu-item {

    display: block;

    padding: 24px 20px;

    border: none !important;

    color: white;

    letter-spacing: 0.04em;

    font-family: Gabriela !important;

    font-size: 0.875em;

    font-weight: normal;

    line-height: normal;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.nav li#active > a.wsite-menu-item, .nav li > a.wsite-menu-item:hover {

    background: #96a050;

    color: white;

    border: none !important;

}



.mobile-nav {

    display: none;

}



#wsite-menus .wsite-menu li a {

    padding: 10px 0 !important;

    color: white;

    background: #07342a;

    border: 0;

    font-family: Sofia !important;

    font-size: 0.813em;

    font-weight: normal;

    line-height: normal;

}



#wsite-menus .wsite-menu li a:hover {

    color: #fff;

    background: #052b22;

}



#wsite-menus .wsite-menu-arrow {

    color: transparent;

    font-size: 0;

}



#wsite-menus .wsite-menu-arrow:before {

    display: block;

    color: white;

    content: '\203A';

    font-family: Sofia !important;

    font-size: 1.5em;

    font-weight: normal;

    line-height: 11px;

}



.banner-wrap {

    position: relative;

    width: 100%;

    background: url('banner-img.jpg') center center no-repeat;

    background-size: cover;

}



.banner-wrap:before {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(12,71,54,0.1);

    content: '';

}



.banner-wrap .container {

    position: relative;

    display: table;

    height: 100%;

}



.banner-wrap .banner {

    display: table-cell;

    padding: 0;

    opacity: 1;

    vertical-align: middle;

    text-align: center;

    -webkit-transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    transition: all 500ms ease;

}



.banner-wrap .banner h2 {

    padding-bottom: 15px;

    color: white;

    text-transform: uppercase;

    font-family: Sofia !important;

    font-size: 3.375em;

    font-weight: 300;

    line-height: normal;

}



.banner-wrap .banner div.paragraph {

    padding-bottom: 25px;

    color: white;

    letter-spacing: 0.05em;

    font-family: Sofia !important;

    font-size: 1.375em;

    font-weight: 300;

    line-height: 34px;

}



.banner-wrap .banner p {

    padding-bottom: 25px;

    color: white;

    letter-spacing: 0.05em;

    font-family: Sofia !important;

    font-size: 1.375em;

    font-weight: 300;

    line-height: 34px;

}



.banner-wrap .banner .button-wrap {

    display: inline-block;

}



.banner-wrap .banner .wsite-button, .banner-wrap .banner .wsite-button-large {

    background: transparent;

    text-align: center !important;

}



.banner-wrap .banner .wsite-button .wsite-button-inner, .banner-wrap .banner .wsite-button-large .wsite-button-inner {

    border: 2px solid white;

    background: transparent;

    color: white !important;

    text-transform: uppercase;

    font-family: Sofia !important;

    font-size: 1em;

    font-weight: 400;

    line-height: normal;

    -webkit-transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    transition: all 500ms ease;

}



.banner-wrap .banner .wsite-button:hover .wsite-button-inner, .banner-wrap .banner .wsite-button-large:hover .wsite-button-inner {

    background: white;

    color: #388070 !important;

}



.banner-wrap .banner .wsite-button-highlight .wsite-button-inner, .banner-wrap .banner .wsite-button-large.wsite-button-highlight .wsite-button-inner {

    background: #579936;

    color: white !important;

    border: 2px solid #579936;

}



.banner-wrap .banner .wsite-button-highlight:hover .wsite-button-inner, .banner-wrap .banner .wsite-button-large.wsite-button-highlight:hover .wsite-button-inner {

    background: #579936;

    color: white !important;

    border: 2px solid #579936;

}



.main-wrap {

    width: 100%;

}



.main-wrap .container {

    min-height: 400px;

    padding: 70px 0;

    box-sizing: border-box;

}



.main-wrap div.paragraph {

    padding: 0 0 25px;

}



.main-wrap p {

    padding: 0 0 25px;

}



.footer-wrap {

    width: 100%;

    border-top: 2px solid #dcdcdc;

}



.footer-wrap .container {

    width: 100%;

}



.footer-wrap .wsite-footer {

    width: 1024px;

    margin: 0 auto;

    padding: 40px 20px 20px;

    box-sizing: border-box;

}



.footer-wrap h2 {

    padding: 0 0 5px;

    color: #888888;

    font-family: Sofia !important;

    font-size: 15px;

    font-weight: normal;

    line-height: normal;

}



.footer-wrap div.paragraph {

    padding: 15px 0;

    color: #888888;

    font-family: Sofia !important;

    font-size: 0.938em;

    font-weight: normal;

    line-height: 24px;

}



.footer-wrap p {

    padding: 15px 0;

    color: #888888;

    font-family: Sofia !important;

    font-size: 0.938em;

    font-weight: normal;

    line-height: 24px;

}



.wsite-social .wsite-social-item {

    margin-right: 5px;

}



#wsite-mini-cart {

    -webkit-box-shadow: none;

    -moz-box-shadow: none;

    box-shadow: none;

}



#wsite-mini-cart .wsite-css-aspect {

    width: 50px;

    height: 50px;

    margin: 10px;

}



.imageGallery .galleryImageHolder .fullImageGalleryCaption, .imageGallery .galleryImageHolder .partialImageGalleryCaption {

    height: 100%;

}



.imageGallery .galleryImageHolder .fullImageGalleryCaption .galleryCaptionHolderInnerBg, .imageGallery .galleryImageHolder .partialImageGalleryCaption .galleryCaptionHolderInnerBg {

    background: rgba(12,71,54,0.7);

    opacity: 0.2;

    bottom: 0;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.imageGallery .galleryImageHolder .fullImageGalleryCaption .galleryCaptionHolderInner, .imageGallery .galleryImageHolder .partialImageGalleryCaption .galleryCaptionHolderInner {

    position: absolute;

    top: auto;

    bottom: 0;

}



.imageGallery .galleryImageHolder:hover .fullImageGalleryCaption .galleryCaptionHolderInnerBg, .imageGallery .galleryImageHolder:hover .partialImageGalleryCaption .galleryCaptionHolderInnerBg {

    opacity: 0.4;

}



.imageGallery .galleryCaptionInnerText {

    color: white;

    letter-spacing: normal;

    text-shadow: none;

    letter-spacing: 0.06em;

    font-family: 'Lato', sans-serif;

    font-size: 18px;

    font-weight: normal;

    line-height: normal;

}



.galleryImageBorder.wsite-image {

    box-sizing: border-box;

}



.wsite-form-label {

    display: inline-block;

    padding: 0 0 5px;

    font-family: 'Lato', sans-serif;

    font-size: 1em;

    font-weight: 400;

    line-height: normal;

}



.wsite-form-sublabel {

    display: none;

}



.wsite-form-radio-container {

    margin-bottom: 15px;

}



.form-radio-container {

    color: #626262;

    font-family: 'Lato', sans-serif;

    font-size: 0.875em;

    font-weight: 400;

    line-height: normal;

}



.wsite-form-input, .wsite-search-element-input {

    height: auto;

    padding: 8px !important;

    margin-bottom: 15px;

    background: white;

    color: #626262;

    border: 1px solid #dcdcdc;

    border-radius: 3px;

    font-family: 'Lato', sans-serif;

    font-size: 0.875em;

    font-weight: 400;

    line-height: normal;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.wsite-form-input:focus, .wsite-form-input--focus, .wsite-search-element-input:focus {

    border-color: #a1a1a1;

}



.form-select, .wsite-form-field select, .wsite-com-product-option-groups select {

    height: 40px;

    padding: 8px !important;

    background: white url(theme/select-dropdown.png?1619205150) 97% center no-repeat;

    color: #626262;

    border: 1px solid #dcdcdc;

    border-radius: 3px;

    box-sizing: border-box;

    font-family: 'Lato', sans-serif;

    font-size: 0.875em;

    font-weight: 400;

    line-height: normal;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.form-select:focus, .wsite-form-field select:focus, .wsite-com-product-option-groups select:focus {

    border-color: #a1a1a1;

}



.formlist, .wsite-editor .formlist {

    min-height: inherit;

}



.wsite-search-element-submit, .wsite-editor .wsite-search-element-submit {

    top: 25%;

    margin-top: -2px;

}



.wsite-form-container .form-input-error {

    border: 1px solid red !important;

}



.form-field-error .wsite-form-radio-container {

    border: none;

}



.wsite-button, .wsite-editor .wsite-button {

    display: inline-block;

    height: auto;

    padding: 0;

    background: none;

}



.wsite-button:focus, .wsite-editor .wsite-button:focus {

    outline: none;

}



.wsite-button .wsite-button-inner, .wsite-editor .wsite-button .wsite-button-inner {

    display: inline-block;

    height: auto;

    padding: 8px 16px;

    background: #579936;

    color: white !important;

    border: 2px solid #579936;

    border-radius: 2px;

    letter-spacing: 0.05em;

    text-transform: capitalize;

    white-space: normal;

    font-family: 'Lato', sans-serif;

    font-size: 14px;

    font-weight: 400;

    line-height: normal;

    -webkit-transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    transition: all 500ms ease;

}



.wsite-button-large, .wsite-editor .wsite-button-large {

    display: inline-block;

    height: auto;

    padding: 0;

    background: none;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.wsite-button-large .wsite-button-inner, .wsite-editor .wsite-button-large .wsite-button-inner {

    display: inline-block;

    height: auto;

    padding: 12px 24px;

    background: #c4c4c4;

    color: white !important;

    border: 2px solid #c4c4c4;

    border-radius: 2px;

    letter-spacing: 0.05em;

    text-transform: capitalize;

    white-space: normal;

    font-family: 'Lato', sans-serif;

    font-size: 1em;

    font-weight: 400;

    line-height: normal;

    -webkit-transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    transition: all 500ms ease;

}



.wsite-button:hover .wsite-button-inner, .wsite-button-large:hover .wsite-button-inner {

    background: #376022;

    color: white !important;

    border: 2px solid #376022;

}



.wsite-button-highlight, .wsite-button-large.wsite-button-highlight, .wsite-editor .wsite-button-highlight, .wsite-editor .wsite-button-large.wsite-button-highlight {

    background: none;

}



.wsite-button-highlight .wsite-button-inner, .wsite-button-large.wsite-button-highlight .wsite-button-inner, .wsite-editor .wsite-button-highlight .wsite-button-inner, .wsite-editor .wsite-button-large.wsite-button-highlight .wsite-button-inner {

    background: #388070;

    color: white !important;

    border: 2px solid #388070;

    -webkit-transition: all 700ms ease;

    -moz-transition: all 700ms ease;

    -ms-transition: all 700ms ease;

    -o-transition: all 700ms ease;

    transition: all 700ms ease;

}



.wsite-button-highlight:hover .wsite-button-inner, .wsite-button-large.wsite-button-highlight:hover .wsite-button-inner {

    background: transparent;

    color: #388070 !important;

    border: 2px solid #388070;

}



.wsite-com-checkout-section .wsite-form-field select, .wsite-com-checkout-section .wsite-form-field input, .wsite-com-checkout-section .wsite-form-field .select2-container {

    height: auto;

}



#wsite-com-checkout-list .wsite-remove-button, #wsite-com-checkout-summary-list .wsite-remove-button {

    top: 3px;

}



.fancybox-skin {

    background: transparent !important;

    -webkit-box-shadow: none !important;

    -moz-box-shadow: none !important;

    box-shadow: none !important;

}



.fancybox-title {

    color: white;

    font-family: 'Lato', sans-serif;

    font-size: 0.938em;

    font-weight: normal;

    line-height: normal;

}



.fancybox-close, .fancybox-next span, .fancybox-prev span {

    background: none !important;

    width: auto;

    height: auto;

}



.fancybox-close:before, .fancybox-next span:before, .fancybox-prev span:before {

    color: white !important;

    font-family: 'Lato', sans-serif;

    font-size: 2.813em;

    font-weight: 400;

    line-height: 0.75em;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.fancybox-close:hover:before, .fancybox-next:hover span:before, .fancybox-prev:hover span:before {

    color: #388070 !important;

}



.fancybox-prev span:before {

    position: relative;

    left: -10px;

    content: '\3008';

}



.fancybox-next span:before {

    position: relative;

    right: -10px;

    content: '\3009';

}



.fancybox-close {

    top: 20px;

    right: 20px;

}



.fancybox-close:before {

    content: '\00D7';

}



.landing-page .dusk-header {

    position: relative;

}



.landing-page .banner-wrap {

    min-height: 550px;

}



.landing-page .banner-wrap .container {

    overflow-y: hidden;

    height: 550px;

}



.tall-header-page .dusk-header {

    position: relative;

}



.tall-header-page .banner-wrap {

    min-height: 450px;

}



.tall-header-page .banner-wrap .container {

    overflow-y: hidden;

    height: 450px;

}



.tall-header-page .banner-wrap .banner h2 {

    font-size: 2.5em;

}



.tall-header-page .banner-wrap .banner div.paragraph {

    padding-bottom: 0;

}



.tall-header-page .banner-wrap .banner p {

    padding-bottom: 0;

}



.short-header-page .dusk-header {

    position: relative;

}



.short-header-page .banner-wrap {

    min-height: 340px;

}



.short-header-page .banner-wrap .container {

    overflow-y: hidden;

    height: 250px;

}



.short-header-page .banner-wrap .banner h2 {

    font-size: 2.5em;

    padding-bottom: 0;

}



.no-header-page .main-wrap .container {

    padding-top: 100px;

}



.splash-page .splash-wrap {

    position: relative;

    display: table;

    overflow-y: scroll;

    width: 100%;

    height: 100%;

    min-height: 100vh;

    background: url('theme/default-bg.jpg?1619205150') center center no-repeat;

    background-size: cover;

}



.splash-page .splash-wrap:before {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(12,71,54,0.7);

    content: '';

}



.splash-page .dusk-header {

    position: fixed;

}



.splash-page .main-wrap {

    position: relative;

    display: table-cell;

    vertical-align: middle;

    height: 100%;

}



.splash-page .content-wrap {

    border-radius: 2px;

    text-align: center;

    vertical-align: middle;

    padding: 40px 50px;

}



.splash-page .content-wrap h2 {

    padding-bottom: 15px;

    color: white;

    text-transform: uppercase;

    font-family: 'Lato', sans-serif;

    font-size: 3.375em;

    font-weight: 300;

    line-height: normal;

}



.splash-page .content-wrap div.paragraph {

    padding-bottom: 25px;

    color: white;

    text-align: center;

    font-family: 'Lato', sans-serif;

    font-size: 1.125em;

    font-weight: normal;

    line-height: 35px;

}



.splash-page .content-wrap p {

    padding-bottom: 25px;

    color: white;

    text-align: center;

    font-family: 'Lato', sans-serif;

    font-size: 1.125em;

    font-weight: normal;

    line-height: 35px;

}



.splash-page .content-wrap .wsite-button, .splash-page .content-wrap .wsite-button-highlight {

    margin-bottom: 5px;

}



.splash-page .content-wrap .wsite-button .wsite-button-inner, .splash-page .content-wrap .wsite-button-highlight .wsite-button-inner {

    padding: 12px 24px;

    background: #388070;

    color: white !important;

    border: 2px solid #388070;

    text-transform: uppercase;

    font-family: 'Lato', sans-serif;

    font-size: 1em;

    font-weight: 400;

    line-height: normal;

}



.splash-page .content-wrap .wsite-button:hover .wsite-button-inner, .splash-page .content-wrap .wsite-button-highlight:hover .wsite-button-inner {

    background: #224d44;

    color: white !important;

    border: 2px solid #224d44;

}



.splash-page .footer-wrap {

    display: none;

}



#blogTable .blog-post .blog-header h2.blog-title {

    margin-bottom: 20px !important;

    font-weight: 400;

}



#blogTable .blog-post .blog-header h2.blog-title a {

    color: #333333;

}



#blogTable .blog-sidebar h2 {

    margin-bottom: 10px;

    padding: 0;

    font-size: 1.125em;

    font-weight: 400;

}



#blogTable .blog-sidebar div.paragraph {

    margin-bottom: 20px;

}



#blogTable .blog-sidebar p {

    margin-bottom: 20px;

}



.blogCommentReplyWrapper iframe {

    height: 560px !important;

}



#commentPostDiv .field input[type=text], #commentPostDiv .field textarea {

    height: auto;

    padding: 8px 12px;

    background: transparent;

    box-sizing: border-box;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



#commentPostDiv .field input[type=text]:focus, #commentPostDiv .field textarea:focus {

    border: 1px solid #388070;

}



#commentSubmit {

    height: auto;

    padding: 8px 12px;

    background: #c4c4c4;

    color: white;

    border: 2px solid #c4c4c4;

    border-radius: 2px;

    white-space: normal;

    font-family: 'Lato', sans-serif;

    font-size: 1em;

    font-weight: 400;

    line-height: normal;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



#commentSubmit span {

    background: none;

}



#commentSubmit:hover {

    background: transparent;

    color: #c4c4c4 !important;

}



#commentArea {

    border-top: solid 1px #dadada;

    padding-top: 20px;

}



#commentAreaTitle, .blogCommentHeading .blogCommentAuthor {

    font-weight: 400;

}



.blogCommentHeading .blogCommentHeadingInner {

    height: auto;

}



.blogCommentWrap .blogCommentHeading .blogCommentHeadingInner .blogCommentAuthor .name {

    text-shadow: none;

    height: auto;

    line-height: 1;

    color: #388070 !important;

    float: none;

}



.blogCommentHeading .blogCommentHeadingInner .blogCommentAuthor .link {

    margin: 0 5px;

    float: none;

    display: inline-block;

}



.blog-post .blog-header h2.blog-title {

    margin-bottom: 20px !important;

}



#wsite-content .blog-post .blog-separator {

    border-color: #ccc;

}



.main-wrap .blog-title a {

    color: #333;

}



#wsite-content #commentAreaTitle, #wsite-content #commentReplyTitle, #commentArea .blogCommentText div.paragraph {

    padding: 0;

}



#wsite-content #commentAreaTitle, #wsite-content #commentReplyTitle, #commentArea .blogCommentText p {

    padding: 0;

}



#commentAreaTitle, .blogCommentHeading, .blogCommentText div.paragraph {

    font-family: inherit;

}



#commentAreaTitle, .blogCommentHeading, .blogCommentText p {

    font-family: inherit;

}



.blogCommentWrap {

    padding: 20px;

    border-radius: 4px;

    background: #f0f0f0 !important;

}



.blogCommentWrap .blogCommentHeading, .blogCommentWrap .blogCommentHeadingInner, .blogCommentWrap .blogCommentAuthor {

    background: none !important;

    line-height: 1;

}



.blogCommentHeading {

    padding: 0;

    margin-bottom: 20px;

}



.blogCommentHeading .blogCommentAuthor, .blogCommentHeading .blogCommentDate {

    float: none;

    text-align: left;

    height: auto;

    line-height: 1;

    padding: 0;

    display: inline;

    vertical-align: baseline;

}



.blogCommentHeading .blogCommentHeadingInner .blogCommentDate {

    color: #666;

    font-size: 0.813em;

}



.blogCommentHeading .blogCommentDate {

    color: #333;

}



.blogCommentText {

    padding: 0;

}



.blogCommentWrap .blogCommentText div.paragraph {

    color: #999;

    font-size: 0.875em;

}



.blogCommentWrap .blogCommentText p {

    color: #999;

    font-size: 0.875em;

}



#wsite-com-store .wsite-com-category-subcategory-image-wrap {

    height: 100%;

}



#wsite-com-store .wsite-com-category-subcategory-name {

    top: 0;

    border: 20px solid transparent;

}



#wsite-com-store .wsite-com-category-subcategory-name-bg {

    position: relative;

    background-color: #388070;

    opacity: 0.7;

    box-sizing: border-box;

    -webkit-transition: all 400ms ease-in-out;

    -moz-transition: all 400ms ease-in-out;

    -ms-transition: all 400ms ease-in-out;

    -o-transition: all 400ms ease-in-out;

    transition: all 400ms ease-in-out;

}



#wsite-com-store .wsite-com-category-subcategory-link:hover .wsite-com-category-subcategory-name-bg {

    opacity: .95;

}



#wsite-com-store .wsite-com-category-subcategory-name-text {

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    display: table;

    width: 100%;

    height: 100%;

    padding: 0;

    background: none;

    box-sizing: border-box;

    letter-spacing: .06em;

    text-shadow: none;

    text-transform: uppercase;

    border-collapse: collapse;

    font-weight: 400;

}



#wsite-com-store .wsite-com-category-subcategory-name-text span {

    display: table-cell;

    vertical-align: middle;

}



#wsite-com-store #wsite-com-product-title {

    font-weight: inherit;

}



#wsite-com-store .wsite-com-category-product-link .wsite-com-category-product-image-wrap, #wsite-com-store .wsite-com-category-product-link-featured .wsite-com-category-product-featured-image-wrap {

    opacity: 1;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



#wsite-com-store .wsite-com-category-product-link:hover .wsite-com-category-product-image-wrap, #wsite-com-store .wsite-com-category-product-link-featured:hover .wsite-com-category-product-featured-image-wrap {

    opacity: .7;

}



#wsite-com-store #wsite-com-hierarchy ul {

    font-size: 1em;

}



#wsite-com-store #wsite-com-hierarchy ul .wsite-link-unselected {

    color: #388070;

}



#wsite-com-store #wsite-com-hierarchy ul .wsite-link-unselected:hover {

    color: #224d44;

}



#wsite-com-store #wsite-com-hierarchy ul .wsite-com-link-text {

    margin-bottom: 10px;

    line-height: 1.5em;

}



.wsite-product {

    border-radius: 0;

    box-shadow: none;

}



.wsite-product .wsite-product-button-wrap {

    text-align: left;

}



h2#wsite-com-product-title {

    display: block;

    clear: both;

    margin: 0 0 10px;

    font-weight: 400;

}



.wsite-com-product-title {

    font-weight: 400;

}



#wsite-com-breadcrumbs.wsite-com-product-breadcrumbs, #wsite-com-breadcrumbs.wsite-com-category-breadcrumbs {

    padding-bottom: 25px;

}



.wsite-com-category-product-group .wsite-com-category-product-wrap, .wsite-com-category-product-featured-group .wsite-com-category-product-wrap, .wsite-com-category-product-featured-group .wsite-com-category-product-featured-wrap, .wsite-com-category-subcategory-group .wsite-com-category-subcategory-wrap {

    font-size: 1em;

}



#wsite-com-product-info {

    float: left;

    width: 50%;

    margin-left: 30px;

}



.wsite-com-checkout-section .wsite-form-field select, .wsite-com-checkout-section .wsite-form-field input, .wsite-com-checkout-section .wsite-form-field .select2-container {

    height: 40px;

}

footer {
    background-color: transparent;
    color: #fff;
    padding-bottom: 0;
    padding-top: 0;
}
.main-page2 footer {
    background-color: transparent;
}
footer .row {
    margin: 0;
}
footer a {
    text-decoration: none;
     color: rgba(129, 129, 129, 129);
    font-family: Asap !important;
    font-size: 16px;
}
footer p{
    color: rgba(129, 129, 129, 129);
    font-family: Asap !important;
    font-size: 16px;
    text-align: center;
}
/*.address-row {
    display: flex;
}
.col-md-6.notice-call {
    width: 75%;
}
.address-row {
    display: flex;
    justify-content: space-between;
}
.address-row p {
    text-align: left;
}
.col-md-6.address-col {
    width: 20%;
}*/

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

    .container {

        width: 960px;

    }



    .textBox {

        width: 100%;

    }

}



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

    body.cart-full #wsite-mini-cart {

        display: block !important;

    }



    body.cart-full .wsite-footer {

        padding-bottom: 70px;

    }



    .container {

        width: 100%;

        padding: 0 20px;

        box-sizing: border-box;

    }



    input#navTrigger:checked ~ .mobile-nav {

        padding: 10px 0;

        max-height: 100vh;

    }



    input#navTrigger:checked ~ .wrapper {

        height: 100%;

        overflow: hidden;

    }



    input#navTrigger:checked ~ .wrapper .dusk-header label.hamburger span {

        background: transparent;

    }



    input#navTrigger:checked ~ .wrapper .dusk-header label.hamburger span:before {

        top: 1px;

        -webkit-transform: rotate(45deg);

        -moz-transform: rotate(45deg);

        -ms-transform: rotate(45deg);

        -o-transform: rotate(45deg);

        transform: rotate(45deg);

    }



    input#navTrigger:checked ~ .wrapper .dusk-header label.hamburger span:after {

        top: -1px;

        -webkit-transform: rotate(135deg);

        -moz-transform: rotate(135deg);

        -ms-transform: rotate(135deg);

        -o-transform: rotate(135deg);

        transform: rotate(135deg);

    }



    .dusk-header {

        z-index: 20;

        height: 50px;

        padding: 10px 0;

        background: #ccdbae;

    }



    .dusk-header .logo {

        display: block;

        overflow: hidden;

        max-width: 85%;

        max-height: 30px;

        margin-right: 0;

        font-size: 1.1em;

        line-height: 1.6em;

    }



    .dusk-header .logo a {

        margin-left: 0;

        margin-right: 0;

        font-size: 1.1em;

        line-height: 1.6em;

    }



    .dusk-header .logo img {

        max-height: 30px;

    }



    .dusk-header .logo #wsite-title {

        display: block;

        max-width: 100%;

    }



    .dusk-header .container {

        width: 100%;

        max-height: inherit;

    }



    .dusk-header .nav-wrap {

        display: block;

        height: auto;

    }



    .dusk-header label.hamburger {

        position: absolute;

        top: 0;

        right: 6px;

        display: inline-block;

        width: 30px;

        height: 30px;

        padding: 10px;

        cursor: pointer;

        -webkit-transition: all 300ms ease-in-out;

        -moz-transition: all 300ms ease-in-out;

        -ms-transition: all 300ms ease-in-out;

        -o-transition: all 300ms ease-in-out;

        transition: all 300ms ease-in-out;

    }



    .dusk-header label.hamburger span, .dusk-header label.hamburger span:before, .dusk-header label.hamburger span:after {

        position: relative;

        display: block;

        width: 22px;

        height: 1px;

        background: white;

        content: '';

        -webkit-transition: all 200ms ease-in-out;

        -moz-transition: all 200ms ease-in-out;

        -ms-transition: all 200ms ease-in-out;

        -o-transition: all 200ms ease-in-out;

        transition: all 200ms ease-in-out;

    }



    .dusk-header label.hamburger span {

        top: 9px;

        left: 4px;

        margin: 6px 0;

    }



    .dusk-header label.hamburger span:before {

        top: -8px;

    }



    .dusk-header label.hamburger span:after {

        bottom: -7px;

    }



    .desktop-nav {

        display: none;

    }



    .mobile-nav {

        position: fixed;

        top: 50px;

        left: 0;

        z-index: 20;

        display: block;

        overflow-x: hidden;

        overflow-y: auto;

        width: 100%;

        height: 100%;

        max-height: 0;

        padding: 0;

        background: #ccdbae;

        box-sizing: border-box;

        -webkit-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);

        -moz-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);

        -ms-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);

        -o-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);

        transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);

    }



    .mobile-nav ul {

        float: none;

        height: auto;

    }



    .mobile-nav li {

        position: relative;

        float: none;

        display: block !important;

        margin: 0;

        border: none !important;

        text-align: center;

    }



    .mobile-nav li .wsite-menu-link-styles {

        position: relative;

        padding: 10px 0;

        border: none !important;

    }



    .mobile-nav li > a.wsite-menu-item {

        position: relative;

        padding: 10px 0;

        border: none !important;

    }



    .mobile-nav li > a.wsite-menu-subitem {

        display: block;

        position: relative;

        padding: 10px 0;

        border: none !important;

        color: white;

        text-transform: none;

        font-family: Sofia !important;

        font-size: 0.875em;

        font-weight: 400;

        line-height: normal;

        -webkit-transition: all 300ms ease;

        -moz-transition: all 300ms ease;

        -ms-transition: all 300ms ease;

        -o-transition: all 300ms ease;

        transition: all 300ms ease;

    }



    .mobile-nav li .wsite-menu-wrap {

        display: block !important;

        overflow: hidden;

        max-height: 0;

        -webkit-transition: all 500ms ease-in-out 250ms;

        -moz-transition: all 500ms ease-in-out 250ms;

        -ms-transition: all 500ms ease-in-out 250ms;

        -o-transition: all 500ms ease-in-out 250ms;

        transition: all 500ms ease-in-out 250ms;

    }



    .mobile-nav li .wsite-menu-wrap ul.wsite-menu {

        background: rgba(0, 0, 0, 0.1);

    }



    .mobile-nav li .wsite-menu-wrap li.wsite-nav-current > a.wsite-menu-subitem {

        background: #376022;

        border: none !important;

    }



    .mobile-nav li .wsite-menu-wrap .wsite-menu-arrow {

        display: none;

    }



    .mobile-nav li.wsite-menu-item-wrap#active > a.wsite-menu-item, .mobile-nav li.wsite-menu-item-wrap > a.wsite-menu-item:hover, .mobile-nav li.wsite-menu-subitem-wrap > a.wsite-menu-subitem:hover {

        background: #96a050;

        color: white;

        border: none !important;

    }



    .mobile-nav li.has-submenu > span.icon-caret {

        position: absolute;

        top: 0;

        right: 0;

        display: block;

        width: 20px;

        height: 10px;

        padding: 5px 20px;

        cursor: pointer;

        -webkit-transition: all 300ms ease-in-out;

        -moz-transition: all 300ms ease-in-out;

        -ms-transition: all 300ms ease-in-out;

        -o-transition: all 300ms ease-in-out;

        transition: all 300ms ease-in-out;

    }



    .mobile-nav li.has-submenu > span.icon-caret:before {

        position: relative;

        display: block;

        color: white;

        font-size: 1.5em;

        content: '\203A';

        -webkit-transform: rotate(90deg);

        -moz-transform: rotate(90deg);

        -ms-transform: rotate(90deg);

        -o-transform: rotate(90deg);

        transform: rotate(90deg);

    }



    .mobile-nav li.has-submenu .wsite-menu-wrap.open, .mobile-nav li.has-submenu .wsite-menu-wrap.active-child {

        max-height: 100vh;

    }



    .mobile-nav li.wsite-nav-more {

        display: none !important;

    }



    .banner-wrap {

        padding: 0 20px;

        box-sizing: border-box;

    }



    .banner-wrap .container {

        padding: 80px 0 30px;

    }



    .banner-wrap .banner h2 {

        font-size: 2.75em;

        line-height: 1.25em;

    }



    .banner-wrap .banner div.paragraph {

        font-size: 1.2em;

        line-height: 1.8em;

    }



    .banner-wrap .banner p {

        font-size: 1.2em;

        line-height: 1.8em;

    }



    #wsite-mini-cart {

        position: fixed !important;

        top: inherit !important;

        bottom: 0px;

        left: 0 !important;

        z-index: 15;

        width: 100%;

        border-top: 1px solid #388070 !important;

        border-radius: 0;

        backface-visibility: hidden;

        -webkit-backface-visibility: hidden;

        -webkit-transition: all 300ms ease-in-out;

        -moz-transition: all 300ms ease-in-out;

        -ms-transition: all 300ms ease-in-out;

        -o-transition: all 300ms ease-in-out;

        transition: all 300ms ease-in-out;

    }



    #wsite-mini-cart.arrow-top {

        border: none;

    }



    #wsite-mini-cart.arrow-top:before, #wsite-mini-cart.arrow-top:after, #wsite-mini-cart.arrow-left:before, #wsite-mini-cart.arrow-left:after {

        border: none !important;

    }



    #wsite-mini-cart .wsite-product-list {

        display: none;

    }



    .main-wrap .container {

        padding: 30px 20px;

    }



    .footer-wrap .container {

        padding: 0;

    }



    .footer-wrap .wsite-footer {

        width: 100%;

        box-sizing: border-box;

    }



    .footer-wrap td.wsite-multicol-col {

        margin-bottom: 25px !important;

    }



    .footer-wrap td.wsite-multicol-col:last-child {

    }



    td.wsite-multicol-col {

        float: left;

        display: block;

        box-sizing: border-box;

    }



    .landing-page .dusk-header {

        position: fixed;

    }



    .tall-header-page .dusk-header {

        position: fixed;

    }



    .short-header-page .dusk-header {

        position: fixed;

    }



    #wsite-com-store .wsite-com-category-subcategory-name {

        border-width: 10px;

    }



    .w-ui.ui-dialog.popup-modal .ui-dialog-content {

        position: relative;

        top: 50px;

    }
    .paragraph.thirty-five,.ofc-location {
    top: 0 !important;
}

}

.copyright{
    margin-bottom: 10px;
}

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

    body.page-has-banner.affix {

        padding-top: 0;

    }
.copyright {
    font-size: 12px;
}

.address-row {
    flex-direction: column;
}
.address-row  .col-md-6 {
    width: 100%;
}
.address-row p {
    text-align: center;
}


    .container {

        width: 100%;

    }



    h2 {

        font-size: 2.25em;

    }



    .galleryCaptionHolder {

        display: none;

    }



    .fullwidth-mobile {

        width: 100% !important;

    }



    .fullwidth-mobile .galleryCaptionHolder {

        display: block !important;

    }



    td.wsite-multicol-col {

        float: none;

        width: 100% !important;

    }



    .no-header-page .main-wrap .container {

        padding-top: 70px;

    }



    .splash-page .main-wrap {

        height: auto;

        padding: 60px 0;

    }



    .splash-page .content-wrap {

        padding: 0;

    }



    .splash-page .content-wrap h2 {

        font-size: 2.75em;

        line-height: 1.25em;

    }



    .splash-page .content-wrap div.paragraph {

        font-size: 1.2em;

        line-height: 1.8em;

    }



    .splash-page .content-wrap p {

        font-size: 1.2em;

        line-height: 1.8em;

    }



    #blogTable td {

        float: none;

        display: block;

        width: 100%;

        margin: 0;

        padding: 0;

    }



    #blogTable td.blog-sidebar {

        width: 100%;

    }



    #blogTable td .blog-body {

        float: none !important;

    }



    #blogTable td .column-blog {

        float: none;

    }



    #wsite-com-store {

    }



    #wsite-com-store .wsite-com-category-subcategory-group .wsite-com-column, #wsite-com-store .wsite-com-category-product-featured-group .wsite-com-column, #wsite-com-store .wsite-com-category-product-group .wsite-com-column {

        float: left;

        width: 50% !important;

    }



    #wsite-com-store .wsite-com-sidebar {

        position: relative;

        float: none !important;

        z-index: 10;

        width: 100%;

        min-height: 35px;

        margin: 0 auto 15px;

        padding: 0;

        text-align: center;

    }



    #wsite-com-store .wsite-com-sidebar:before {

        display: block;

        width: 100%;

        padding: 10px 18px;

        box-sizing: border-box;

        text-align: center;

        text-transform: uppercase;

        content: 'VIEW ALL CATEGORIES\00a0\00a0\25be';

        font-family: 'Lato', sans-serif;

        font-size: 16px;

        font-weight: 700;

        line-height: normal;

        cursor: pointer;

    }



    #wsite-com-store .wsite-com-sidebar #wsite-com-hierarchy {

        position: relative;

        display: block;

        overflow: hidden;

        width: 100%;

        max-height: 0px;

        padding: 0;

        margin: 0 auto .25em;

        background: white;

        box-sizing: border-box;

        -webkit-transition: all 300ms ease-in-out;

        -moz-transition: all 300ms ease-in-out;

        -ms-transition: all 300ms ease-in-out;

        -o-transition: all 300ms ease-in-out;

        transition: all 300ms ease-in-out;

    }



    #wsite-com-store .wsite-com-sidebar #wsite-com-hierarchy > ul {

        width: 100%;

        padding: 0;

    }



    #wsite-com-store .wsite-com-sidebar #wsite-com-hierarchy > ul li {

        margin-bottom: 15px;

    }



    #wsite-com-store .wsite-com-sidebar #wsite-com-hierarchy .wsite-link-unselected {

        color: #388070;

    }



    #wsite-com-store .wsite-com-sidebar.sidebar-expanded {

        cursor: default !important;

    }



    #wsite-com-store .wsite-com-sidebar.sidebar-expanded:before {

        content: 'CLOSE\00a0\00a0\25b4';

    }



    #wsite-com-store .wsite-com-sidebar.sidebar-expanded #wsite-com-hierarchy {

        max-height: 1000px;

        padding: 10px 0;

    }



    #wsite-com-store .wsite-com-content-with-sidebar {

        margin-left: 0 !important;

        padding: 0 !important;

    }



    #wsite-com-store .wsite-com-content-with-sidebar h2 {

        text-align: center !important;

    }



    #wsite-com-store .wsite-com-content-with-sidebar .wsite-com-category-subcategory-group {

        display: none !important;

    }



    div.wsite-product-image-wrap {

        width: 100% !important;

    }



    .wsite-product .wsite-product-top {

        width: 100%;

    }



    .wsite-product .wsite-product-button-wrap {

        width: auto;

    }



    #wsite-com-product-images {

        float: none;

        width: 100%;

        margin-bottom: 20px;

    }



    #wsite-com-product-info {

        width: 100%;

        margin-left: 0;

    }



    #wsite-com-product-images-strip .wsite-com-product-images-secondary-outer {

        margin-bottom: 10px;

    }



    #wsite-search-sidebar {

        position: relative;

        z-index: 10;

        overflow-y: hidden;

        width: 100%;

        max-height: 35px;

        padding: 0;

        box-sizing: border-box;

        -webkit-transition: all 500ms ease-in-out;

        -moz-transition: all 500ms ease-in-out;

        -ms-transition: all 500ms ease-in-out;

        -o-transition: all 500ms ease-in-out;

        transition: all 500ms ease-in-out;

    }



    #wsite-search-sidebar::before {

        display: block;

        width: 100%;

        padding: 10px 18px;

        box-sizing: border-box;

        text-align: center;

        text-transform: uppercase;

        content: 'VIEW SEARCH FILTERS\00a0\00a0\25be';

        font-weight: 700;

        cursor: pointer;

    }



    #wsite-search-sidebar.sidebar-expanded {

        max-height: 1000px;

        cursor: default !important;

    }



    #wsite-search-sidebar.sidebar-expanded:before {

        content: 'CLOSE\00a0\00a0\25b4';

    }



    #wsite-search-header h2 {

        width: 100%;

        margin-bottom: 10px;

        font-size: 1.6em;

    }



    #wsite-search-form-container {

        float: none;

        width: 100%;

    }



    #wsite-search-query {

        padding: 2px 10px;

    }



    #wsite-search-sidebar .wsite-search-facet-price input {

        width: 100%;

        margin: 10px 0;

        padding: 6px!important;

    }



    #wsite-search-results {

        width: 100%;

    }



    #wsite-search-product-results .wsite-search-product-result {

        width: 100%;

        padding-right: 0;

    }



    #wsite-com-checkout-list .wsite-form-input, #wsite-com-checkout-summary-list .wsite-form-input {

        width: 20px;

    }



    #wsite-com-checkout-list td {

        padding: 10px 0 20px;

    }



    #wsite-com-checkout-list .wsite-remove-button, #wsite-com-checkout-summary-list .wsite-remove-button {

        top: 44px;

        left: -10px;

    }



    .wsite-com-continue-shopping .caret {

        display: inline-block;

        margin-top: 2px;

    }



    .wsite-com-checkout-payment-column, .wsite-com-checkout-summary-column {

        float: none;

        width: 100%;

    }

}



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

    #wsite-com-store .wsite-com-category-subcategory-group .wsite-com-column, #wsite-com-store .wsite-com-category-product-featured-group .wsite-com-column, #wsite-com-store .wsite-com-category-product-group .wsite-com-column {

        float: none;

        width: 100% !important;

    }

}



hr {

    height: 20px !important;

    border-style: solid !important;

    border-color: #96a050 !important;

    border-width: 1px 0 0 0 !important;

    border-radius: 20px !important;

    background: none !important;

}



hr:before {

    display: block !important;

    content: "" !important;

    height: 30px !important;

    margin-top: -31px !important;

    border-style: solid !important;

    border-color: #579936 !important;

    border-width: 0 0 1px 0 !important;

    border-radius: 20px !important;

}



.textBox {

    width: 75%;

    margin: 0 auto;

}



div.paragraph ul, div.paragraph ol {

    padding-left: 3em !important;

    margin: 5px 0 !important;

}



div.paragraph li {

    padding-left: 5px !important;

    margin: 3px 0 0 !important;

}



div.paragraph ul, div.paragraph ul li {

    list-style: disc outside !important;

}



div.paragraph ol, div.paragraph ol li {

    list-style: decimal outside !important;

}

