@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@400;500;700;800&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{background:transparent;border:0;margin:0;padding:0;outline:none;box-sizing:border-box;}

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.8rem;
	line-height: 1.5;
	color: #2e2e2e;
	background-image: url("../../../images/lightpaperfibers.png");
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a {
	font-family: inherit;
	font-size: inherit;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Alegreya Sans SC', sans-serif;
	letter-spacing: inherit;
	color: #037663;
	margin-top: 10px;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 25px;
}
h1 {
	font-size: 5rem;
	line-height: 1;
	margin-bottom: 30px;
	font-style: normal;
	font-weight: 700;
}

h2 {
	font-size: 4rem;
	line-height: 1;
	margin-bottom: 15px;
	font-style: normal;
	font-weight: 700;
}

h3 {
	font-size: 3rem;
	line-height: 1.1;
	margin-bottom: 15px;
	font-style: normal;
	font-weight: 700;
}

h4 {
	font-size: 2.7rem;
	line-height: 1;
	margin-bottom: 12px;
	font-style: normal;
	font-weight: 700;
}

h5 {
	font-size: 2.5rem;
	line-height: 1;
	margin-bottom: 10px;
	font-style: normal;
	font-weight: 700;
}
h6 {
	font-size: 2.5rem;
	line-height: 1;
	margin-bottom: 10px;
	font-style: normal;
	font-weight: 700;
}
p {
    font-family: 'Roboto', sans-serif;
    margin: 0 0 16px 0;
	font-weight: normal;
	font-style: normal;
	font-size: 1.8rem;
	line-height: 1.5;
	color: #2e2e2e;
}
p a {
    text-decoration: underline;
}
p a:hover {
    text-decoration: underline;
}
a {
	color: #006600;
	text-decoration: none;
	transition: all 0.3s ease;
	outline: medium none !important;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #f8bb15;
}
ul {
    list-style-type: disc;
    list-style-position: outside;
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 0 0 0 15px;
    padding: 0 0 0 20px;
}
li {
    margin-bottom: 10px;
}
ol {
    list-style-position: outside;
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 0 0 0 15px;
    padding: 0 0 0 20px;
}
.fa-check {
    color: #23a18c;
    margin-right: 5px;
}
/*ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
    list-style-type: circle;
}*/
b, strong {
	font-weight: bold;
}
a, .sppb-btn {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	cursor: pointer;
	background-color: transparent;
	font-size: 1.8rem;
}
.sppb-btn, .btn {
    font-size: 1.7rem;
    padding: 8px 22px;
    color: #ffffff;
    background-color: #23a18c;
    border-radius: 5px;
    box-shadow: none;
    display: inline-block;
    margin: 15px 5px 5px 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
}
.sppb-btn:hover, .btn:hover {
	color: #ffffff;
	background-color: #0b3b36;
	border: 1px solid transparent;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #b9b904;
    border-color: #b9b904;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(185 185 4 / 55%);
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #b9b904;
    border-color: #b9b904;
}
.sp-scroll-up {
    background: #23a18c;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
    background: #ffff01;
    color: #23a18c;
}
/* */
/* HEADER */
#sp-header {
	background: transparent;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
	box-shadow: none;
	-webkit-animation-duration: 1s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#sp-header.header-sticky ~ section#sp-main-body {
    padding: 0;
}
#sp-header.header-sticky {
	position: fixed;
	z-index: 9999;
	box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 32%);
	-webkit-transition: all .6s;
	transition: all .6s;
	background: #23a18c;
	animation-name: menu_sticky;
	animation-duration: 0.80s;
	animation-timing-function: ease-in-out;
}
.privacy-policy-layout #sp-header,
.error-page #sp-header {
    background: #23a18c;
}
#sp-main-body {
    padding: 0;
}
#sp-main-body .article-details {
    padding: 100px 0;
}
@keyframes menu_sticky {
  0%   {margin-top:-100px;}
  50%  {margin-top: -90px;}
  100% {margin-top: 0;}
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding: 0 8px;
}
.sp-megamenu-parent > li {
    margin: 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > a {
    font-family: 'Roboto', sans-serif;
    font-size: 1.8rem;
    letter-spacing: 1.8px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
}
.sp-megamenu-parent > li.active > a {
    color: #ffffff;
    font-weight: 400;
}
.sp-megamenu-parent > li > a:hover, .sp-megamenu-parent > a:hover {
    color: #ffff01;
}
#sp-header.header-sticky .sp-megamenu-parent > li > a {
    color: #ffffff;
}
#sp-header.header-sticky .sp-megamenu-parent > li.active > a {
    color: #ffff01;
}
#sp-header.header-sticky .sp-megamenu-parent > li > a:hover {
    color: #ffff01;
}
#sp-header.header-sticky .sp-megamenu-parent > li > a, .sp-megamenu-parent > a {
    text-shadow: none;
}

.burger-icon>span {
    display: block;
    height: 2px;
    background-color: #ffffff;
    margin: 5px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
}
#sp-header.header-sticky .burger-icon>span {
    color: #ffffff;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #ffffff;
}
.offcanvas-menu {
    background-color: #0b3b36;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #dadada;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    font-size: 2rem;
    color: #a9a9a9;
}
/* END NAVIGATION */
/* PAGE TITLES */
#sp-title .sp-page-title {
    height: 400px;
    padding: 125px 25px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    text-align: center;
    position: relative;
    background-blend-mode: overlay;
    background-attachment: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp-page-title .sp-page-title-heading {
    font-size: 5rem;
    line-height: 1;
}
/* END PAGE TITLES */
/* ARTICLES */
.article-details .article-header h1 {
    font-size: 5rem;
}
.article-details .article-header h2 {
    font-size: 4rem;
}
.article-details li a {
    text-decoration: underline;
}
.article-details .article-ratings-social-share {
    border: 0;
}
.privacy-policy-layout .article-details .article-ratings-social-share,
.hide-article-social-icons .article-details .article-ratings-social-share {
    display: none !important;
}
/* END ARTICLES */
/* COMMENTS */
#akengageCommentForm > div.js-editor-tinymce > div.toggle-editor.btn-toolbar.float-right.clearfix.mt-3 {
    display: none;
}
section.akengage-outer-container h3.akengage-title {
    border-bottom: 0;
}
section.akengage-outer-container div#akengage-comment-form {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
section.akengage-outer-container {
    margin-top: 12pt;
    margin-bottom: 12pt;
    border: 0;
    padding: 0;
}
#akengage_comment_editor_ifr {
    height: 250px !important;
}
#akengage_comment_editor_ifr .mce-content-body,
#akengage_comment_editor_ifr .mce-content-body p {
	font-size: 1.8rem;
}
#akengageCommentForm .controls {
    margin-left: 150px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#akengageCommentForm .controls label[for="akengage-comment-form-saveinfo"] {
    margin-left: -150px;
}
#akengageCommentForm input[type="text"]:not(.form-control),
#akengageCommentForm input[type="email"]:not(.form-control) {
    width: 350px;
}
.akengage-comment-captcha-wrapper {
    margin-top: 25px;
}
@media (max-width: 650px) {
    #akengageCommentForm input[type="text"]:not(.form-control),
    #akengageCommentForm input[type="email"]:not(.form-control) {
    width: 100%;
    }
}
/* END COMMENTS */
/* FORMS */
input[type="text"]:not(.form-control),
input[type="email"]:not(.form-control),
input[type="url"]:not(.form-control), 
input[type="date"]:not(.form-control), 
input[type="password"]:not(.form-control), 
input[type="search"]:not(.form-control),
input[type="tel"]:not(.form-control), 
input[type="number"]:not(.form-control), 
select:not(.form-control),
.form-select:focus {
    height: inherit;
    padding: 7px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #99cdc5;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: inherit !important;
    font: inherit;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(4.25rem + 2px);
    font-size: 1.6rem;
    margin-bottom: 20px;
}
textarea.form-control {
    height: 200px;
    border: 1px solid #99cdc5;
    font: inherit;
}
input[type="text"]:hover, input[type="email"]:hover,
input[type="text"]:active, input[type="email"]:active,
input[type="text"]:focus, input[type="email"]:focus {
    box-shadow: 2px 2px 4px 1px rgba(35, 161, 140, 0.60);
}
textarea.form-control:hover, textarea.form-control:active,
textarea.form-control:focus {
    box-shadow: 2px 2px 4px 1px rgba(35, 161, 140, 0.60);
    font: inherit;
}
/* CONTACT FORM */
#rsform_1_page_0 {
    width: 75%;
    display: flex;
    margin: 0 auto;    
}
#contactForm .rsform-block {
    margin: 0;
}
#contactForm .formControls {
     /*height: fit-content;*/
     box-sizing: border-box;
     -webkit-box-sizing: border-box;
}
#contactForm .formControlLabel {
    width: 200px;
}
#contactForm input[type="text"],
#contactForm input[type="email"] {
    padding: 7px;
    margin-bottom: 10px;
    height: inherit;
    border-radius: 5px;
    border: 1px solid #99cdc5;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: inherit !important;
    font: inherit;
}
  select.form-control:not([size]):not([multiple]) {
    height: calc(4.25rem + 2px);
    font-size: 1.6rem;
    margin-bottom: 20px;
}
#contactForm textarea.form-control {
    height: 200px;
    border: 1px solid rgba(35, 161, 140, 0.60);
    font: inherit;
}
#contactForm input[type="text"]:hover,
#contactForm input[type="email"]:hover,
#contactForm input[type="text"]:active,
#contactForm input[type="email"]:active,
#contactForm input[type="text"]:focus,
#contactForm input[type="email"]:focus {
    box-shadow: 2px 2px 4px 1px rgba(35, 161, 140, 0.60);
    background-color: rgb(225 239 237);
}
#contactForm textarea.form-control:hover,
#contactForm textarea.form-control:active,
#contactForm textarea.form-control:focus {
    background-color: rgb(225 239 237);
    box-shadow: 2px 2px 4px 1px rgba(35, 161, 140, 0.60);
    font: inherit;
}
#contactForm .rsform-submit-button {
    width: 100%;
    padding: 11px;
}
#contactForm .formError {
     color: #ce2623;
     padding-left: 5px;
     vertical-align: middle;
     font-size: 1.8rem;
     font-weight: normal;
     margin: 5px 0 10px 0;
     height: 18px;
     display: block;
}
#contactForm .rsform-block-recaptcha .formControlLabel,
#contactForm .rsform-block-submit .formControlLabel {
     display: none;
}
@media screen and (max-width: 650px) {
    #contactForm input[type="text"], #contactForm input[type="email"] {
        width: 100% !important;
     }
    #rsform_1_page_0 {
        width: 100%;
    }
  
}
/* END CONTACT FORM */
/* PURCHASE FORM */
#purchaseForm {
    width: 100%;
    display: flex;
    margin: 0 auto;    
}
.formContainer {
    width: 100%;
}
#purchaseForm .rsform-block {
    margin: 0;
}
#purchaseForm .formControls {
     box-sizing: border-box;
     -webkit-box-sizing: border-box;
}
#purchaseForm .rsform-block-totahidden {
  	 display: none;
}
#purchaseForm input[type="text"],
#purchaseForm input[type="email"] {
    width: 100%;
    height: inherit;
    padding: 7px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid #99cdc5;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: inherit !important;
    font: inherit;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(4.25rem + 2px);
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid rgba(35, 161, 140, 0.60);
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: inherit !important;
    font: inherit;
}
#purchaseForm textarea.form-control {
    height: 200px;
    width: 100%;
    border: 1px solid rgba(35, 161, 140, 0.60);
    font: inherit;
}
#purchaseForm textarea.special-message {
    height: 125px;
    width: 100%;
    border: 1px solid rgba(35, 161, 140, 0.60);
    font: inherit;
}
#purchaseForm input[type="text"]:hover,
#purchaseForm input[type="email"]:hover,
#purchaseForm input[type="text"]:active,
#purchaseForm input[type="email"]:active,
#purchaseForm input[type="text"]:focus,
#purchaseForm input[type="email"]:focus {
    box-shadow: 2px 2px 4px 1px rgba(35, 161, 140, 0.60);
    background-color: rgb(225 239 237);
}
#purchaseForm textarea.form-control:hover,
#purchaseForm textarea.form-control:active,
#purchaseForm textarea.form-control:focus {
    box-shadow: 2px 2px 4px 1px rgba(35, 161, 140, 0.60);
    background-color: rgb(225 239 237);
    font: inherit;
}
select.form-control:not([size]):not([multiple]):hover {
    box-shadow: 2px 2px 4px 1px rgba(35, 161, 140, 0.60);
    font: inherit;
}
#purchaseForm .rsform-submit-button {
    width: 100%;
    padding: 11px;
}
#purchaseForm .formError {
     color: #ce2623;
     padding-left: 5px;
     vertical-align: middle;
     font-size: 13px;
     font-weight: normal;
     margin: -17px 5px 17px 0;
     height: 18px;
     display: block;
}
@media (min-width: 576px) {
    .col-sm-3 {
        -ms-flex: 0 0 37%;
        flex: 0 0 37%;
        max-width: 37%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 63%;
        flex: 0 0 63%;
        max-width: 63%;
    }
}
@media screen and (max-width: 650px) {
    #purchaseForm input[type="text"], #purchaseForm input[type="email"] {
        width: 100% !important;
     }
    #purchaseForm {
        width: 100%;
    }
  
}
/* END PURCHASE FORM */
/* FOOTER */
#sp-footer .container-inner {
    padding: 0;
    border-top: 0;
}
#sp-footer1 p {
    color: #a9a9a9 !important;
    font-size: 1.4rem;
    margin: 0;
    text-align: center;
}
#sp-footer1 a {
    color: #e9e9e9;
    text-decoration: none;
}
#sp-footer1 a:hover {
   color: #ffff01;
}
/* END FOOTER */

/* OFFLINE PAGE */
html.offline body {
    background: transparent;
}
html.offline {
    width: 100%;
    height: 100%;
    min-height: 100%;
}
html.offline body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 40%;
}
.offline-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
html.offline .login-wrapper {
    display: inline-block;
    width: 300px;
    align-items: center;
}
html.offline .login-form {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}
html.offline .form-input {
    width: 100%;
    margin-bottom: 5px;
}
.offline-label label {
    display: none;
}
html.offline .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
	height: 42px;
    padding: 1rem 1.5rem !important;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
html.offline .form-control {
	font-size: 1.8rem;
}
html.offline .login-form input[type="submit"],
html.offline .login-form button[type="submit"] {
    width: 100%;
	font-size: 1.8rem;
    padding: 8px 40px;
    margin-top: 15px;
}
/* END OFFLINE PAGE */
#sp-page-builder .sp-pagebuilder-page-edit {
    display: none;
}
}