@font-face {
	font-family: 'Roboto';
	src: url('genericons/roboto/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('genericons/roboto/Roboto-Thin.woff') format('woff'), url('genericons/roboto/Roboto-Thin.ttf') format('truetype'), url('genericons/roboto/Roboto-Thin.svg#Roboto-Thin') format('svg');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('genericons/roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('genericons/roboto/Roboto-Light.woff') format('woff'), url('genericons/roboto/Roboto-Light.ttf') format('truetype'), url('genericons/roboto/Roboto-Light.svg#Roboto-Light') format('svg');
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: 'Roboto';
	src: url('genericons/roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('genericons/roboto/Roboto-Regular.woff') format('woff'), url('genericons/roboto/Roboto-Regular.ttf') format('truetype'), url('genericons/roboto/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: 'Roboto';
	src: url('genericons/roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('genericons/roboto/Roboto-Medium.woff') format('woff'), url('genericons/roboto/Roboto-Medium.ttf') format('truetype'), url('genericons/roboto/Roboto-Medium.svg#Roboto-Medium') format('svg');
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: 'Roboto';
	src: url('genericons/roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('genericons/roboto/Roboto-Bold.woff') format('woff'), url('genericons/roboto/Roboto-Bold.ttf') format('truetype'), url('genericons/roboto/Roboto-Bold.svg#Roboto-Bold') format('svg');
	font-style: normal;
	font-weight: 700;
}

html,
body {
	height: 100%;
/* 	scrollbar-color: rgba(0, 0, 0, 0.25) #fff;
	scrollbar-width: thin; */
}

body {
	background-color: #ffffff;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	color: rgba(0, 0, 0, .87);
	display: flex;
	flex-direction: column;
}

.overflow-h {
	overflow: hidden;
}

a {
	color: #429948;
	box-shadow: none !important;
	outline: none;
}

a:focus,
a:visited,
a:hover,
a:active {
	outline: none;
}

input,
textarea {
	font-family: Roboto, sans-serif;
	font-size: 14px;
}

::placeholder {
	color: rgba(0, 0, 0, 0.5);
	opacity: 1;
	font-family: Roboto, sans-serif
}

:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.5);
	font-family: Roboto, sans-serif
}

::-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.5);
	font-family: Roboto, sans-serif
}

::-webkit-scrollbar {
	width: 8px;
	height: 10px;
	background-color: #fff;
}

 ::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.25);
}
body::-webkit-scrollbar-track {
	margin-top: 80px;
}
body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
	display: none;
}

.site-inner {
	max-width: inherit;
}
.site-inner:after {
  content: '';
  position: fixed;
  left: -15%;
  bottom: 0;
  bottom: 0;
  z-index: -1;
  width: 500px;
  height: 700px;
  background-color: #499f4660;
  border-radius: 200px;
  filter: blur(170px);
}
.site-inner::before {
  content: '';
  position: fixed;
  right: -15%;
  top: 3%;
  z-index: -1;
  width: 520px;
  height: 645px;
  background-color: #FFE0B2;
  border-radius: 50%;
  filter: blur(115px);
}
.site {
	flex: 1 0 auto;
	background-color: transparent;
}

.site-footer {
	flex-shrink: 0;
}

.site-header {
	background: white;
	padding: 10px 24px;
	box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	z-index: 9;
	width: 100%;
}

.site-header .site-branding a img {
    max-height: 60px;
    width: auto;
}

.site-title {
	font-family: Roboto, sans-serif;
}

.custom-logo {
    max-width: 48px;
}

.custom-logo-link {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.site-branding {
	margin-top: 0;
	margin-bottom: 0;
}
.site-branding > * {
    display: inline-block;
    vertical-align: middle;
}
.site-branding .site-title {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}

.site-branding .site-title a {
	color: rgba(0,0,0,.75) !important;
}

input[type="search"].search-field {
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	background-color: #fff;
	border: none;
	padding: 5px 10px 5px 45px;
	width: 100%;
	border-radius: 5px;
	height: 40px;
}

.search-submit {
	left: 0;
	right: inherit;
	background-color: transparent !important;
}

.search-submit:before {
	color: rgba(0, 0, 0, .54);
}

.content-area.full-width {
	width: 100%;
}

input[type="search"].search-field:focus~.search-submit:before {
	color: #429948;
}

.tab-nav #tab1:checked~#content1,
.tab-nav #tab2:checked~#content2,
.tab-nav #tab3:checked~#content3 {
	display: block;
}

.single-post .entry-footer {
	display: none;
}

body:not(.search-results) article:not(.type-page) .entry-content {
	float: none;
	width: 100%;
	margin-left: 0;
}

body ul.search_results {
	width: 520px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
	-o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
	-ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
}

body ul.search_results li {
	border: none;
	color: rgba(0, 0, 0, .85);
	background-color: transparent;
	font-size: 14px;
}

body ul.search_results li a,
body ul.search_results li a:visited {
	color: rgba(0, 0, 0, .87);
	font-weight: 400;
}

body .search_footer {
	background-color: #ececec;
	text-align: center;
	font-size: 14px;
}

body .search_footer a,
body .search_footer a:visited {
	color: #429948;
	margin-right: 0;
}

.entry-title {
	font: 22px Roboto, sans-serif;
	font-weight: 500;
}

.post-navigation .post-title,
.widget .widget-title,
.page-title {
	font: 18px Roboto, sans-serif;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 500;
}

.post-navigation .meta-nav {
	font: 16px Roboto, sans-serif;
	text-transform: capitalize;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title,
.entry-title a:hover,
.entry-title a:focus {
	color: #429948;
}

.widget {
	border-top: 1px solid #e5e5e5;
	margin-bottom: 20px;
}

.widget:first-child,
.page-header {
	border-top: none;
}

.site-main>article {
	margin-bottom: 30px;
	border: 1px solid #e5e5e5;
	padding: 20px;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 500;
}

body.error404 .page-header,
body.search-results .page-header,
body.search-no-results .page-header,
body.error404 .page-content {
	margin: 0 0 20px;
	padding-top: 0;
}

.entry-content ol,
.entry-content ul {
	margin-left: 1.5em;
}

.site-content p {
	margin-bottom: 10px;
	line-height: 21px;
}

.no-posts {
	text-align: center;
}

.no-posts img {
	max-width: 200px;
}

.no-posts h2 {
	color: rgba(0, 0, 0, .64);
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 15px;
	line-height: 24px;
}

.no-posts p {
	color: rgba(0, 0, 0, .6);
	line-height: 16px;
	font-size: 14px;
	max-width: 80%;
    margin: 0 auto 25px;
}

.widget-area .widget:first-child {
	padding-top: 0;
}

.page-header {
	margin-bottom: 1.5em
}

.error404 .site-content {
	margin: 21px;
}

.post header .entry-title {
	margin-bottom: 5px;
}

.site-footer {
	background-color: #3b3c38;
	color: rgba(255, 255, 255, .87);
}

.site-footer .container {
	width: 100%;
}

.section {
	display: inline-block;
	vertical-align: top;
	margin: 0 -2px;
	width: 25%;
}

.first-section h3 {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 500;
}

.right-section {
	text-align: right;
}

.site-footer h4 {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, .87);
}

.site-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	opacity: 0.8;
}

.left-section li {
	margin: 0;
	display: block;
}

.site-footer a {
	color: #ccc;
}

.left-section li img {
	margin-right: 5px;
}

.middle-section li {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	opacity: .6;
	transition: all ease-in-out .2s;
}

.middle-section li:hover {
	opacity: .3;
}

.footer-logo {
	margin-top: 15px;
	opacity: .55;
}

.copyright p {
	text-align: center;
	margin-bottom: 0;
	opacity: .55;
	font-size: 13px;
	padding: 10px 0;
	border-top: 1px solid rgba(204, 204, 204, 0.5);
	margin-top: 25px;
}

.right-section h2 {
	font-size: 24px;
	line-height: 16px;
	color: rgba(255, 255, 255, .6);
}

body:not(.search-results) article:not(.type-page) img.below-entry-meta,
body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
	margin-left: 0;
	max-width: 100%;
}

h3.search-title {
	font: 500 15px Roboto, sans-serif;
	text-transform: none;
	color: rgba(0, 0, 0, .7);
	background-color: #e5e5e5;
	padding: 10px 20px;
}

.post-heading {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	line-height: 26px;
}
.post-date{
	margin-bottom: 10px;
}

h2.title {
	color: #029f50;
	font-size: 24px;
	margin-bottom: 10px;
}

h3.subtitle {
	font-size: 20px;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.post-single {
	margin-bottom: 15px;
	padding-bottom: 16px;
    border-bottom: solid 1px #cacaca;
}

.post-heading h4 {
	color: rgba(0, 0, 0, .87);
    font-size: 16px;
	font-weight: 500;
}

.post-heading h5 {
	color: rgba(0, 0, 0.8);
	font-size: 14px;
	font-style: italic;
	font-weight: 500;
}

p.subheading {
	color: rgba(0, 0, 0, .54);
	line-height: 14px;
	font-size: 13px;
}

.download a {
	display: inline-block;
	padding: 5px 15px 5px 5px;
	line-height: 16px;
	color: rgba(0, 0, 0, .6);
	border: 1px solid #e5e5e5;
}

.download a::before {
	content: "\f416";
	font-family: "Genericons";
	font-size: 20px;
	color: rgba(0, 0, 0, .6);
	display: inline-block;
	vertical-align: middle;
	transform: rotate(45deg);
}

.site-content {
    padding: 20px 20px 0;
    max-width: 992px;
    margin: 80px auto 0;
	background-color: white;
	box-shadow: 0 2px 6px rgb(0 0 0 / 29%);
/*     border-radius: 4px;
    background: rgb(250,250,250);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 1px 0px, rgba(0, 0, 0, 0.1) 0px 1px 1px -1px; */
}

.category {
	outline: none;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.category:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.mainpage .sidenav {
	width: 20%;
    position: sticky;
    position: -webkit-sticky;
    display: inline-block;
    vertical-align: top;
    height: max-content;
    top: 92px;
    min-height: 200px;
    overflow: auto;
    margin-right: 2%;
    scrollbar-color: rgba(0, 0, 0, 0.25) #fff;
    scrollbar-width: thin;
    margin-left: -20px;
}
.sectionScrollTop {
    scroll-margin-top: 60px;
}
.mainpage .sidenav h3 {
    font-weight: 500;
    font-size: 18px;
	line-height: 42px;
	padding-left: 20px;
}

.mainpage .site-main {
	display: inline-block;
	vertical-align: top;
	width: 78%;
	margin-left: -4px;
}

.sidenav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidenav li a {
	padding: 5px 0 5px 20px;
	color: rgba(0, 0, 0, .87);
	font-weight: 400;
	font-size: 15px;
	display: block;
}

.download a:hover,
.download a:hover::before,
.sidenav li a:hover,
.sidenav li a.active {
	color: #429948;
}

.sidenav li a:hover,
.sidenav li a.active {
	background-color: #ebf7f1;
}

/* .sidenav li a::before {
	content: '\f432';
    font-family: "Genericons";
    font-size: 20px;
    display: none;
    vertical-align: middle;
    line-height: 28px;
    position: absolute;
    right: 5px;
	transform: rotate(90deg);
}
.sidenav li a.active::before {
	display: inline-block
} */

.bsk-pdfm-output-container select.bsk-pdfm-pdfs-dropdown:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

.bsk-pdfm-output-container select.bsk-pdfm-pdfs-dropdown {
	-webkit-appearance: button;
	border-radius: 2px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	background-image: url('../../../wp-content/uploads/2019/06/down-arrow.png'), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	background-position: 97% center;
	background-repeat: no-repeat;
	border: 1px solid #aaa;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	outline: none;
	overflow: hidden;
	padding: 1px 30px 1px 10px;
	text-overflow: ellipsis;
	height: 32px;
}

.bsk-pdfm-output-container {
	margin: 0;
	padding: 0;
	width: 280px;
	max-width: 300px;
	margin-right: 5px;
}

.header-content .content-bottom-widgets {
	margin: 0;
}

.header-content .content-bottom-widgets .widget-area {
	margin-bottom: 1em;
}

.header-content .content-bottom-widgets .widget {
	font-size: 14px;
}

.file-dropdown {
    padding: 10px 25px;
    background-color: #fcfcfc;
    text-align: right;
}

.file-dropdown .wrapper {
    max-width: 992px;
    margin: 0 auto;
}

.file-dropdown .wrapper>* {
	display: inline-block;
	vertical-align: middle;
}

.file-dropdown h2 {    
	font-weight: 400;
    margin-right: 5px;
	font-size: 14px;
	line-height: 16px;
}

.file-dropdown h2 p {
    font-size: 12px;
    color: rgba(0, 0, 0, .54);
    margin-bottom: 0;
}

.file-dropdown a {
    background: #029f50;
    color: #fff;
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 10px;
	min-height: 36px;
    min-width: 110px;
    line-height: 36px;
    text-align: center;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.26) !important;
	cursor: pointer;
}
.file-dropdown a[disabled='disabled'] {
    background: #ccc;
    pointer-events: none;
}

i.generic {
    font-style: normal;
    font-size: 22px;
    line-height: 22px;
}

.generic::before {
	font-family: "Genericons";
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}

.generic.external::before {
	content: "\f442";
}

.generic.download::before {
	content: "\f50b";
}

.file-dropdown a i.generic{
	color: #fff
}

.file-dropdown a[disabled='disabled'] i.generic{
	color: rgba(255,255,255,0.7)
}

.post header.entry-header,
.post .entry-content,
.post .entry-summary {
	margin: 0 !important;
	width: 100% !important;
}

/* --- MODAL STYLES ---*/

.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}

.md-perspective body  {
	background: #222;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}
.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 90%;
	max-width: 540px;
	min-width: 320px;
	height: auto;
	z-index: 9;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.modal-content {
    background: #fff;
}

.modal-content h3 {
    padding: 10px 20px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 500;
    text-transform: capitalize;
	font-size: 20px;
	position: relative;
}

.modal-content h3 .md-close::before {
	content: '\f405';
    font-family: "Genericons";
    font-size: 32px;
    line-height: 32px;
    position: absolute;
    right: 15px;
    top: 15px;
    color: rgba(0,0,0,.7);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

.modal-page .file-dropdown {
	padding: 15px 20px 20px;
	background-color: #f1f3f5;
	text-align: left;
}

.modal-page .file-dropdown p {
    margin-bottom: 5px;
    color: rgba(0,0,0,.7);
}
.site-footer .container {
    max-width: 992px;
    margin: 0 auto;
    padding: 24px;
}
.footer-btn {
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.site-footer .section {
	width: 33.33%;
}
.footer-btn a {
    min-height: 36px;
    min-width: 88px;
    line-height: 36px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 3px;
    padding: 0 6px;
    margin: 6px 8px;
    text-transform: uppercase;
    font-weight: 500;
}
.footer-btn a:hover {
	color: #029f50;
}
.footer-btn a:first-child {
	color: rgba(0,0,0,.87) !important;
}
.footer-btn a[disabled='disabled']{
	color: rgba(0,0,0,0.38);
    pointer-events: none;
}
iframe#previewPdf {
	width: 100%;
    border: none;
    margin-bottom: 0;
	height: calc(100vh - 180px);
	display: none;
}

/* Effect 1: Fade in and scale up */
.md-effect-1 .modal-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-1 .modal-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/*========== Mobile Menu Icon Starts ==========*/
.nav-icon                           { width: 24px;height: 24px;position: relative;margin: 0;-webkit-transform: rotate(0);-moz-transform: rotate(0);-o-transform: rotate(0);transform: rotate(0);-webkit-transition: .5s ease-in-out;-moz-transition: .5s ease-in-out;-o-transition: .5s ease-in-out;transition: .5s ease-in-out;cursor: pointer;float: right;display: none;z-index: 9;}
.nav-icon span                      { display: block;position: absolute;height: 4px;width: 100%;background: #379d47;border-radius: 3px;opacity: 1;left: 0;-webkit-transform: rotate(0);-moz-transform: rotate(0);-o-transform: rotate(0);transform: rotate(0);-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-o-transition: .25s ease-in-out;transition: .25s ease-in-out }
.nav-icon span:nth-child(1)         { top: 0;-webkit-transform-origin: left center;-moz-transform-origin: left center;-o-transform-origin: left center;transform-origin: left center }
.nav-icon span:nth-child(2)         { top: 8px;-webkit-transform-origin: left center;-moz-transform-origin: left center;-o-transform-origin: left center;transform-origin: left center }
.nav-icon span:nth-child(3)         { top: 16px;-webkit-transform-origin: left center;-moz-transform-origin: left center;-o-transform-origin: left center;transform-origin: left center }
 
.nav-icon.open span:nth-child(1)    { -webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);top: 0;left: 8px }
.nav-icon.open span:nth-child(2)    { width: 0%;opacity: 0 }
.nav-icon.open span:nth-child(3)    { -webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);top: 17px;left: 8px }
/*========== Mobile Menu Icon Ends ==========*/
@media screen and (min-width: 61.5625em) {
	.home .site-main {
		margin-bottom: 1em;
	}
}

@media screen and (min-width: 44.375em) {
	
	body:not(.single-post) .site,
	.archive .site,
	.single-post .site {
		margin: 0;
	}
}

@media (max-width: 992px) {
	.section {
		width: 50%;
		text-align: left;
		margin-bottom: 15px;
	}
	.site-content {
		margin: 68px 0 0 0;
		box-shadow: none;
	}
	
	.site-header .site-branding a img {
		max-height: 48px;
	}
}

@media screen and (max-width: 909px) {
	.entry-header,
	.entry-summary,
	.entry-content,
	.entry-footer,
	.page-content,
	.search .page-header {
		margin-right: 0;
		margin-left: 0;
	}
	.search .page-header {
		margin-bottom: 10px;
		padding-top: 0px;
	}
	.site-main {
		margin-bottom: 1.25em;
	}
	.sidebar,
	.widecolumn {
		margin-bottom: 0.25em;
		padding: 0;
	}
}

@media screen and (max-width: 768px) {
	.site-header {
		padding: 5px 20px;
	}
	.custom-logo-link {
		margin-right: 5px;
	}
	.middle-section li {
		margin-right: 3px;
	}
	.site-branding>* {
		display: inline-block;
		vertical-align: middle;
	}
	.mainpage .sidenav h3 {
		font-size: 16px;
	}
	.mainpage .sidenav {
		width: 24%;
	}
	.mainpage .site-main{
		width: 76%;
	}
}

@media screen and (max-width: 640px) {
	.sectionScrollTop {
		scroll-margin-top: 38px;
	}
	.mainpage .sidenav {
		background-color: white;
        left: -300px;
        top: 0px;
        position: fixed;
        width: 280px;
        height: 100vh;
        z-index: 10;
        padding-top: 20px;
        transition: 0.3s ease-in-out;
        overflow: auto;
        margin: 0;
        box-shadow: 0 0 6px 2px rgb(0 0 0 / 29%);
	}
	.open-menu .mainpage .sidenav {
		left: 0;
	}
	.mainpage .sidenav h3 {
		padding-left:12px;
	}
	.sidenav li a {
		padding: 6px 12px;
	}
	.sidenav ul li {
		border-bottom: solid 1px #cacaca;
	}
	open-menu .mainpage .sidenav {
		left: 0;
	}
	.mainpage .site-main {
		display: block;
		width: 100%;
		margin-left: 0;
	}
	.file-dropdown {
		padding: 15px 20px;
	}
	h2.title {
		font-size: 22px;
		margin-bottom: 5px;
		line-height: 20px;
	}
	h3.subtitle {
		font-size: 18px;
		margin-bottom: 0;
	}
	.post-heading h4 {
		font-size: 14px;
	}
	p.subheading {
		font-size: 12px;
	}
	/* .file-action {
		display: block;
		margin-top: 15px;
	} */
	
	.nav-icon                           { display: block;}
}

@media screen and (max-width: 560px) {
	.right-section {
		width: 30%;
	}
	.first-section,
	.left-section {
		width: 100%;
		display: block;
		margin-bottom: 15px;
	}
	.middle-section {
		text-align: left;
		width: 70%;
	}
	.middle-section li img {
		width: 30px;
	}
	.file-dropdown h2 {
		font-size: 14px;
	}
}

@media screen and (max-width: 480px) {
	.site-header>div {
		display: flex;
		width: 100%;
	}
	body ul.search_results {
		width: calc(100% - 20px);
	}
	.site-header {
		padding: 10px;
	}
	.breadcrumb {
		padding: 8px 10px;
	}
	.site-branding .site-title {
		font-size: 20px;
	}
	.homepage input[type="search"].search-field {
		height: 45px;
	}
	.tab-nav label {
		padding: 10px 18px;
	}
	
}

@media screen and (max-width: 414px) {
	ul.list-items.categories li {
		width: 100%;
		margin-bottom: 15px;
	}
	ul.list-items.categories li:last-child {
		margin-bottom: 0;
	}
	.tab-nav label {
		padding: 10px;
	}
	.site-footer h4 {
		margin-bottom: 5px;
		font-size: 14px;
	}
	.no-posts img {
		max-width: 150px;
	}
	
}

@media screen and (max-width: 360px) {
	.tab-nav label {
		padding: 10px 5px;
		font-size: 13px;
	}
	.homepage h1 {
		font-size: 27px;
	}
	ul.list-items.categories li {
		width: 100%;
		margin-bottom: 20px;
	}
}
