

/* CustomFonts */


:root{
    --accent-color:#166938;
    --accent-color2:#50362a;
    --accent-color3:#cadcd0;
    --accent-color4:#1fa4e8;
    --button-color:#166938;
    --button-hover-color:#1e7341;
}

/* Hide empty paragraphs in event detail view - DNNEasyNews - remove is issues*/
#dnn_ctr2669_ViewEasyDNNNewsMain_ctl00_pnlViewArticle p:empty {display: none;}


/* User Tools Menu - Show/Hide Login, Request Access, SSO tools */
.userRegister {display: none;}
#dnn_userLogin718303_registerLink {display: none; }
#userTools {float: right;}

a, 
a:link {
 	font-weight: 600;
}
 

/* Footer links */
#footer-policy, #footer-terms, #footer-privacy, #footer-refund {color: rgba(170, 170, 170, 1);}




/* Drop down nav */
#dng-megamenu673076 .dnngo_slide_menu, #dng-megamenu673076 .dnngo_slide_menu .dnngo_submenu {
    border-radius: 0px 0px 6px 6px;
}

.dnngo_slide_menu li:nth-last-child(1) a:hover, .dnngo_slide_menu li:nth-last-child(1) a.active  {
  border-radius: 0px 0px 6px 6px;
}  





/* Mobile */

@media (max-width: 768px) {
        .livetabsdefault .ui-tabs .ui-tabs-nav li,  .livetabsdefault .ui-tabs .ui-tabs-nav li a {
              width: 100%;
          }
}



h4.MTCMA-green {color: #cadcd0;}

#dnn_ctr2497_dnnTITLE_titleLabel {display: none;}






/* Buttons */

.MTCMA-Button {
  border: 0px;
  transition-duration: 0.4s;
  background-color: #166938;
  color: #ffffff;
  font-size: 1.2em;
  margin: 5px 0px 5px 0px;
 -webkit-border-radius: 25px;
 -moz-border-radius: 25px;
  border-radius: 25px;
}

.MTCMA-Button:hover {
  background-color: #188243;  
  color: #ffffff;
  border: 0px;
 
}

.MTCMA-Button:link {
    border: 0px;
}

.MTCMA-Button:active {
    border: 0px;
}

.eds_news_Ozone.eds_subCollection_news a.MTCMA-Button {
    line-height: 2.6em;
    font-size: 1.2em;
}







/* SEARCHBOOST - CSS */

.bstrap30 .sbopt-default h3.sb-title {
    font-size: 24px;
    margin-top: 35px;
    text-decoration: none;
    font-weight: 600;
}

i.fas.fa-search {
    color: #666;
}

 


/* Sidebox Styles*/

.RowSixGrid4Pane .H3-Container, .RowSixGrid4Pane .H4-Container, .RowSixGrid4Pane  .H5-Container, .RowSixGrid4Pane .H6-Container,
.RowFiveGrid5Pane .H3-Container, .RowFiveGrid5Pane .H4-Container, .RowFiveGrid5Pane .H5-Container, .RowFiveGrid5Pane .H6-Container   {
    margin-bottom: 35px;
    background: #fbfbfb;
    border: 2px solid #ebebeb;
    border-radius: 0px 20px 15px 5px;
    -webkit-border-radius: 0px 20px 15px 5px;
    -moz-border-radius: 0px 20px 15px 5px;
    padding:15px 25px 30px 25px;
}


/*   Add space under module title
.RowSixGrid4Pane .H3-Container .contentmain, .RowSixGrid4Pane .H4-Container .contentmain, .RowSixGrid4Pane .H5-Container .contentmain, .RowSixGrid4Pane .H6-Container .contentmain, .RowFiveGrid5Pane .H3-Container .contentmain, .RowFiveGrid5Pane .H4-Container .contentmain, .RowFiveGrid5Pane .H5-Container .contentmain, .RowFiveGrid5Pane .H6-Container .contentmain {
    padding-top: 5px;
}
*/



.DnnModule-2772 .H4-Container {
    background: #ffffff; 
}

ul.DMXtablist {
    list-style: none;
    margin: 0px;
}



/* Tab Styles - Bootstrap 5.0 */

.nav-tabs {
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: #dee2e6;
    --bs-nav-tabs-border-radius: 0;
    --bs-nav-tabs-link-hover-border-color: #e9ecef00 #e9ecef00 #dee2e600;
    --bs-nav-tabs-link-active-color: #166938;
    --bs-nav-tabs-link-active-bg: #fff;
    --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
    background: #f5f5f5;
    font-weight: 700;
 }



.nav {    
    border-top: 1px solid #dee2e6;
    border-left: none;
    border-right: 1px solid #dee2e6;
    --bs-nav-link-padding-x: 1.4rem;
    --bs-nav-link-padding-y: .8rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: inherit;
    --bs-nav-link-hover-color: inherit;
    --bs-nav-link-disabled-color: inherit;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;    
    font-weight: 700;	 
    border-top: 0px;

}



.DnnModule   .H1-Container {
	margin-top: 10px;
	margin-bottom: 20px;
}

.DnnModule   .H2-Container {
	margin-top: 10px;
	margin-bottom: 20px;
}
.DnnModule   .H3-Container{
	margin-top: 10px;
	margin-bottom: 20px;
}
.DnnModule  .H4-Container,
.DnnModule   .H5-Container,
.DnnModule  .H6-Container{
	margin-top: 10px;
	margin-bottom: 20px;
}


.DnnModule   .H1-Container h1{
	margin-top: 10px;
	margin-bottom: 20px;
}
.DnnModule   .H2-Container h2 {
	margin-top: 10px;
	margin-bottom: 20px;
}
.DnnModule   .H3-Container h3{
	margin-top: 10px;
	margin-bottom: 15px;
}
.DnnModule  .H4-Container h4,
.DnnModule   .H5-Container h5,
.DnnModule  .H6-Container h6 {
	margin-top: 10px;
	margin-bottom: 20px;
}






span.userProfileImg {
    display: none;
}

.Login .userProperties ul.userMenu {
    display: none;
    position: absolute;
    right: 0;
    top: 35px;
    z-index: 906;
    width: 225px;
    border-radius: 0px 0px 3px 3px;
    border: 2px solid #e8e8e8;   
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    background: #f9f9f9;
    padding: 15px 0px;
    text-align: left;
}

.Login .userProperties li.userNotifications, .Login .userProperties li.userProfilename {
    border-bottom: 1px solid #e4e4e4;
}

#headerrow-349357 .Normal > a:hover, #headerrow-349357 .dngTextBox a:hover, #headerrow-349357 .hover-accent:hover, #headerrow-349357 .Login a:hover, #headerrow-349357 .Login a.active {
    color: #f8f8f8;
}
 
.Login .userProperties ul.userMenu a, .Login .userProperties ul.userMenu a:hover  {
    color: #166938;
}

.Login .userProperties ul.userMenu:after {
	display: none;
}

#headerrow-349357 .Login ul.userMenu a:hover {
     color: #156637;
}


 
 ul.DMXtablist {
    list-style: none;
    margin-bottom: 40px;
}



hr {
    border-top: 1px solid rgb(228 228 228);
}


.eds_news_Ozone.eds_subCollection_news {
    font-family: inherit;
    line-height: 1.2;
    font-size: .9em;
    color: #504e4e;
}

.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article h2 > a {
    color: #166938;
    font-weight: 600;
}
 

.eds_news_Ozone h1,
.eds_news_Ozone h2,
.eds_news_Ozone h3,
.eds_news_Ozone h4,
.eds_news_Ozone h5,
.eds_news_Ozone h6,
.eds_news_Ozone th,
.eds_news_Ozone .in_article_image .image_title {
  font-family: inherit;
}

.eds_news_Ozone h2 {
    font-size: 1.9em;
    color: #166938;
    font-weight: 600;
}

.eds_news_Ozone h3 {
    font-size: 1.8em;
}


.eds_news_Ozone .in_article_image .image_title {
  font-family: inherit;
}

.edn_2644_article_list_wrapper h3.article-list-title,
.edn_2638_article_list_wrapper h3.article-list-title { font-size: 1.2em;}

.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article h2 {
  font-family: inherit;
  font-size: 1.2em;
  line-height: 1.3em;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article h2 > a {
  font-family: inherit;
}

.eds_news_Ozone.eds_subCollection_news a {
    text-decoration: none;
    color: #166938;
     font-weight: 600;
    line-height: 1.2em;
}


.eds_news_Ozone p, .eds_news_Ozone ul, .eds_news_Ozone ul li {
    line-height: 1.5em;
    font-size: 1em;
}


.eds_news_Ozone .edn_pagination > span {
    background: #166938;
}

.eds_news_Ozone.eds_subCollection_news .article_pager a.active, .eds_news_Ozone.eds_subCollection_news .article_pagination > span {
    color: #fff;
    background-color: #166938;
}


.eds_news_Ozone.eds_subCollection_news .article_pager, .eds_news_Ozone.eds_subCollection_news .article_pagination table, .eds_news_Ozone.eds_subCollection_news .edNews_loadMoreTriggerWrapper .trigger {
  border: solid 1px #166938;
  }
  
.eds_news_Ozone.eds_subCollection_news .article_pager a:hover,
.eds_news_Ozone.eds_subCollection_news .article_pagination a:hover {
  color: #fff;
  background-color: #73a588;
}

.eds_news_Ozone .edn_pagination {
    border: none;
}

.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article h2 > a:hover {
    color: #166938;
}

.eds_news_Ozone.eds_subCollection_news .article_pager a, .eds_news_Ozone.eds_subCollection_news .article_pager > span, .eds_news_Ozone.eds_subCollection_news .article_pagination a, .eds_news_Ozone.eds_subCollection_news .article_pagination > span {
  display: inline-block;
  font-size: 16px;
  font-family: inherit;
   border-left: solid 1px #d3ded8;
    padding: 9px 12px;
}

.eds_news_Ozone.eds_subCollection_news .article_pager, .eds_news_Ozone.eds_subCollection_news .article_pagination table, .eds_news_Ozone.eds_subCollection_news .edNews_loadMoreTriggerWrapper .trigger {
    border: solid 1px #d3ded8;
}

.eds_news_Ozone.eds_subCollection_news .article_pager a, .eds_news_Ozone.eds_subCollection_news .article_pager > span, .eds_news_Ozone.eds_subCollection_news .article_pagination a, .eds_news_Ozone.eds_subCollection_news .article_pagination > span {
    color: #a8afab;
} 

.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article h2 > a {
  color: #166938;
}

.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article .edn_metaDetails {
    font: 13px / 1.3 "Roboto Condensed", sans-serif;
    color: #737373;
    text-transform: uppercase;
}





.eds_news_Ozone h1, .eds_news_Ozone h2, .eds_news_Ozone h3, .eds_news_Ozone h4, .eds_news_Ozone h5, .eds_news_Ozone h6 {
  color: #166938;
  font-weight: 600;
  font-size: 1.8em;
}




 /* UI - MTCMA PROFILES  */

 /* Hides extra title h2*/
.titlebar [_ngcontent-cfl-c68] h2[_ngcontent-cfl-c68]  {
    display: none;
}




 /* UI - TABS  */

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { font-weight: 700; }






 /* UI - BUTTONS  */

a.button-18, a.button-18:visited {
  color: #ffffff;
}

.button-18 {
  text-transform: capitalize;
  align-items: center;
  height: 50px;
  border: 0;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  justify-content: center;
  line-height: 25px;
  max-width: 480px;
  min-height: 40px;
  min-width: 0px;
  overflow: hidden;
 /*   padding: 15px 40px 18px 20px */
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
    border-radius: 3px;
}

.button-18:hover,
.button-18:visited,
.button-18:focus,
.button-18:active,
.button-18:link { 
    background-color: #166938;
    color: #ffffff;
    transition: color ease-in 300ms, background-color ease-in 300ms;
}

.button-18:disabled { 
    cursor: not-allowed;
    background: rgba(0, 0, 0, .08);
    color: rgba(0, 0, 0, .3);
}

.eds_news_Ozone.eds_subCollection_news a.button-18:hover,
.eds_news_Ozone.eds_subCollection_news a.button-18:visited {
    color: #ffffff;
}

.eds_news_Ozone.eds_subCollection_news a.button-18 {
  font-size: 17px;
  color: #ffffff;  
  font-weight: 600;
  justify-content: center;
  line-height: 25px;
  max-width: 480px;
  min-height: 40px;
  min-width: 0px;
  overflow: hidden;
 /*   padding: 15px 40px 15px 20px; */
  text-transform: none;
}

a.button-red, a.button-red:hover, a.button-red:focus, a.button-red:active, a.button-red:visited, .eds_news_Ozone.eds_subCollection_news a.button-red:hover  {
    background-color: #166938;
    font-weight: 500;
    color: #ffffff;
}


 

 
#footerinfo628747 a:hover  {
    color: #ffffff;
}

#footerinfo628747 a:visited {
    color: rgba(170, 170, 170, 1);
}

/*MTCMAorg blank out usermenu features*/
 #dnn_userLogin718303_messagesLink  {display: none;}
#dnn_userLogin718303_viewProfileLink  {display: none;}
#dnn_userLogin718303_notificationsLink {display: none;}










            
.calendar-icon {
  margin:.25em 10px 10px 0;
  padding-top:5px;
  float:left;
  width:80px;

  background:#d5d1ce;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d5d1ce));
  background: -moz-linear-gradient(top,  #ffffff,  #d5d1ce); 
  font:bold 30px/60px Arial Black, Arial, Helvetica, sans-serif;
  text-align:center;
  color:#000;
  border-radius:3px;  
  position:relative;
  box-shadow:0 2px 2px #888;
  line-height: 1.6em;
  }

 

.calendar-icon:before, .calendar-icon:after{
  content:'';
  float:left;
  position:absolute;
  top:5px;  
  width:8px;
  height:8px;
  background:#111;
  z-index:1;
  border-radius:10px;
  box-shadow:0 1px 1px #fff;
  }
.calendar-icon:before{left:11px;}  
.calendar-icon:after{right:11px;}

 
  
  .calendar-icon em:before, .calendar-icon em:after{
  content:'';
  float:left;
  position:absolute;
  top:-5px; 
  width:4px;
  height:14px;
  background:#dadada;
  background:-webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#aaa)); 
  background:-moz-linear-gradient(top,  #f1f1f1,  #aaa); 
  z-index:2;
  border-radius:2px;
  }
.calendar-icon em:before{left:13px;} 
.calendar-icon em:after{right:13px;} 




.calendar-icon em {
    display: block;
    font: normal bold 11px / 30px Arial, Helvetica, sans-serif;
    color: #fff;
    background: #166938;
    background: -webkit-gradient(linear, left top, left bottom, from(#166938), to(#166938));
    background: -moz-linear-gradient(top, #166938, #166938);
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #166938;
}

 

/* 
.calendar-icon {
    zoom: 95%;
}
*/


 /* Training Page Styles  */

.contentmain {
  margin-top: 35px;
}


.eds_news_Ozone h2 {
    color: #166938;
    font-weight: 600;
    font-size: 1.8em;
}
 

 
 


	
.dng-main{
	 background-color:#FFFFFF;  	}
.container{
		padding-left:15px;
	padding-right:15px;
		width: auto;
	max-width: 100%;
}
.is-container{
	max-width: auto;
}
.container-fluid {
		padding-right:15px;
	padding-left:15px;
		margin-right: auto;
	margin-left: auto;
}   
#dnn_content{
	 padding-top:0px;		 padding-bottom:0px;	}		

@media (min-width:576px) {
		.container {
		width: 540px;
	}	
	.is-container {
		max-width: 540px;
	}
			}
@media (min-width:768px) {
		.container {
		width: 760px;
	}	
	.is-container {
		max-width: 760px;
	}	
			}
@media (min-width:992px) {
		.container {
		width: 960px;
	}	
	.is-container {
		max-width: 960px;
	}	
			}
@media (min-width:1200px) {
		.container {
		width: 1200px;
	}
	.is-container {
		max-width: 1200px;
	}	
			}

@media (min-width:1600px) {
		.container {
		width: 1200px;
	}	
	.is-container {
		max-width: 1200px;
	}	
	}

	.dng-left-full .dng-column:first-of-type > .dng-column-inner,
	.left-full-column > .full-column-inner{
		margin-left:-15px;
		width:calc(100% + 15px);
	}
	.dng-right-full .dng-column:last-of-type > .dng-column-inner,
	.right-full-column > .full-column-inner{
		margin-right:-15px;
		width:calc(100% + 15px);
	}


@media (min-width:576px) {
		.dng-left-full .dng-column:first-of-type > .dng-column-inner,
	.left-full-column > .full-column-inner{
		margin-left:calc((540px - 100vw)/2);
		width:calc(100% + (100vw - 540px)/2);
	}
	.dng-right-full .dng-column:last-of-type > .dng-column-inner,
	.right-full-column > .full-column-inner{
		margin-right:calc((540px - 100vw)/2);
		width:calc(100% + (100vw - 540px)/2);
	}
	}
@media (min-width:768px) {
		.dng-left-full .dng-column:first-of-type > .dng-column-inner,
	.left-full-column > .full-column-inner{
		margin-left:calc((760px - 100vw)/2);
		width:calc(100% + (100vw - 760px)/2);
	}
	.dng-right-full .dng-column:last-of-type > .dng-column-inner,
	.right-full-column > .full-column-inner{
		margin-right:calc((760px - 100vw)/2);
		width:calc(100% + (100vw - 760px)/2);
	}
	}
@media (min-width:992px) {
		.dng-left-full .dng-column:first-of-type > .dng-column-inner,
	.left-full-column > .full-column-inner{
		margin-left:calc((960px - 100vw)/2);
		width:calc(100% + (100vw - 960px)/2);
	}
	.dng-right-full .dng-column:last-of-type > .dng-column-inner,
	.right-full-column > .full-column-inner{
		margin-right:calc((960px - 100vw)/2);
		width:calc(100% + (100vw - 960px)/2);
	}
	}
@media (min-width:1200px) {
		.dng-left-full .dng-column:first-of-type > .dng-column-inner,
	.left-full-column > .full-column-inner{
		margin-left:calc((1200px - 100vw)/2);
		width:calc(100% + (100vw - 1200px)/2);
	}
	.dng-right-full .dng-column:last-of-type > .dng-column-inner,
	.right-full-column > .full-column-inner{
		margin-right:calc((1200px - 100vw)/2);
		width:calc(100% + (100vw - 1200px)/2);
	}
	}
@media (min-width:1600px) {
		.dng-left-full .dng-column:first-of-type > .dng-column-inner,
	.left-full-column > .full-column-inner{
		margin-left:calc((1200px - 100vw)/2);
		width:calc(100% + (100vw - 1200px)/2);
	}
	.dng-right-full .dng-column:last-of-type > .dng-column-inner,
	.right-full-column > .full-column-inner{
		margin-right:calc((1200px - 100vw)/2);
		width:calc(100% + (100vw - 1200px)/2);
	}
	}



h1, h2, h3, h4, h5, h6{
	font-family:inherit;
}

h1{
	color:#4b3b33;
	font-weight:600;
	font-size:34px;
	line-height:1.2;
	letter-spacing:0;
}		
h2{
	color:#4b3b33;
		font-weight:700;
	font-size:26px;
	line-height:1.3;
	letter-spacing:0;
}		
h3{
	color:#4b3b33;
		font-weight:700;
	font-size:28px;
	line-height:1.3;
	letter-spacing:0;
}		
h4{
	color:#4b3b33;
		font-weight:700;
	font-size:26px;
	line-height:1.3;
	letter-spacing:0;
}		
h5{
	color:#333333;
		font-weight:600;
	font-size:22px;
	line-height:1.4;
	letter-spacing:0;
}		
h6{
	color:#333333;
		font-weight:600;
	font-size:20px;
	line-height:1.5;
	letter-spacing:0;
}	

div.is-inherit-root-text,
div.is-inherit-root-text p,
div.is-inherit-root-text li,
div.is-inherit-root-text div,
div.is-inherit-root-text span{
	color: #2c2c2c ;
}
div.is-inherit-root-text h1{
	color:#4b3b33;
}
div.is-inherit-root-text h2{
	color:#4b3b33;
}
div.is-inherit-root-text h3{
	color:#4b3b33;
}
div.is-inherit-root-text h4{
	color:#4b3b33;
}
div.is-inherit-root-text h5{
	color:#333333;
}
div.is-inherit-root-text h6{
	color:#333333;
}



@media only screen and (min-width: 576px)  {
						}
@media only screen and (min-width: 768px) {	
						}
@media only screen and (min-width: 992px) {	
		h1{
		font-size:38px;		line-height:1.3;	}
			h2{
		font-size:30px;		line-height:1.3;	}		
			h3{
		font-size:30;			}		
				}
@media only screen and (min-width: 1200px) {	
						}

a, 
a:link{
	color:#166938;
}
a:visited{
	color:#166938;
}
a:hover{
	color:#166938;
}
a:active{
	color:#166938;
}




.btn-accent,
a.btn-accent{
	color:#166938;
	border-color:#166938;
	background-color:#166938;
}
[class*="am-btn-"].btn-accent:before{
	background-color:#166938;
}

div [class*="am-btn-"].hover-accent:hover{
	color:#166938;
	border-color:#166938;
	background-color:#166938;
}
div [class*="am-btn-"].hover-accent:hover:before{
	background-color:#166938; 
}



#Body .bg-accent{
	background-color:#166938;
}
#Body .color-accent{
	color:#166938;
} 
#Body .border-accent{
	border-color:#166938;
}
#Body .bg-accent-hover:hover{
	background-color:#166938;
}
#Body .color-accent-hover:hover{
	color:#166938;
} 
#Body .border-accent-hover:hover{
	border-color:#166938;
}
#Body .bg-accent2{
	background-color:#50362a;
}
#Body .color-accent2{
	color:#50362a;
} 
#Body .border-accent2{
	border-color:#50362a;
}
#Body .bg-accent3{
	background-color:#cadcd0;
}
#Body .color-accent3{
	color:#cadcd0;
} 
#Body .border-accent3{
	border-color:#cadcd0;
}
#Body .bg-accent4{
	background-color:#1fa4e8;
}
#Body .color-accent4{
	color:#1fa4e8;
} 
#Body .border-accent4{
	border-color:#1fa4e8;
}

b,
strong{
	font-weight:700;
}
.bold,
.font-weight-bold,
.strong-before:before,
.strong-after:after,
.strong-before :before,
.strong-after :after{
	font-weight:700!important;
}

#Body, html, body, .Head, .SubTitle, .SubSubTitle, .Normal{
	font-family: Nunito;  
	font-size: 18px; 
	line-height: 1.6;
	letter-spacing: 0;
	color: #2c2c2c ;
}
.default-size{font-size:18px;}
.default-lineheight{line-height:1.6;}

@media (min-width:576px) {
		}
@media (min-width:768px) {
		}
@media (min-width:992px) {
		}
@media (min-width:1200px) {
		}



button, 
input, 
select, 
textarea,
.btn{
	font-family: Nunito;  
}

.default-color{
	color: #2c2c2c!important;
}
.default-bg-color{
	background-color: #2c2c2c!important;
}
.default-bg-color-hover:hover{
	background-color:#2c2c2c!important;
}
.default-border-color{
	border-color: #2c2c2c!important;
}
.accent-color{
	color: #166938;
}
.default-family{
	font-family:"Nunito"!important;
}

 
.color1{
	color:#00bec5!important;
}
.color2{
	color:#3958ee!important;
}
.color3{
	color:#fb5625!important;
}
.color4{
	color:#00aab3!important;
}
.color5{
	color:#fc368a!important;
}
.color6{
	color:#22d3a7!important;
}
.color7{
	color:#9b61dc!important;
}
.color8{
	color:#e40000!important;
}
.color9{
	color:#ffce09!important;
}
.color10{
	color:#3cb33c!important;
}


.bg-color1{
	background-color:#00bec5!important;
}
.bg-color1-hover:hover{
	background-color:#00bec5!important;
}
.bg-color2{
	background-color:#3958ee!important;
}
.bg-color2-hover:hover{
	background-color:#3958ee!important;
}
.bg-color3{
	background-color:#fb5625!important;
}
.bg-color3-hover:hover{
	background-color:#fb5625!important;
}
.bg-color4{
	background-color:#00aab3!important;
}
.bg-color4-hover:hover{
	background-color:#00aab3!important;
}
.bg-color5{
	background-color:#fc368a!important;
}
.bg-color5-hover:hover{
	background-color:#fc368a!important;
}
.bg-color6{
	background-color:#22d3a7!important;
}
.bg-color6-hover:hover{
	background-color:#22d3a7!important;
}
.bg-color7{
	background-color:#9b61dc!important;
}
.bg-color7-hover:hover{
	background-color:#9b61dc!important;
}
.bg-color8{
	background-color:#e40000!important;
}
.bg-color8-hover:hover{
	background-color:#e40000!important;
}
.bg-color9{
	background-color:#ffce09!important;
}
.bg-color9-hover:hover{
	background-color:#ffce09!important;
}
.bg-color10{
	background-color:#3cb33c!important;
}
.bg-color10-hover:hover{
	background-color:#3cb33c!important;
}

.border-color1{
	border-color:#00bec5!important;
}
.border-color2{
	border-color:#3958ee!important;
}
.border-color3{
	border-color:#fb5625!important;
}
.border-color4{
	border-color:#00aab3!important;
}
.border-color5{
	border-color:#fc368a!important;
}
.border-color6{
	border-color:#22d3a7!important;
}
.border-color7{
	border-color:#9b61dc!important;
}
.border-color8{
	border-color:#e40000!important;
}
.border-color9{
	border-color:#ffce09!important;
}
.border-color10{
	border-color:#3cb33c!important;
}



.font-family3{
	font-family: "Arial"!important;
}

.font-size-xs{font-size: 16px!important;}.font-size-normal{font-size: 16px!important;}.font-size-sm{font-size: 18px!important;}.font-size-md{font-size: 20px!important;}.font-size-lg{font-size: 30px!important;}.font-size-xl{font-size: 36px!important;}.font-size-xxl{font-size: 48px!important;}
.line-height-sm{line-height: 1.1!important;}.line-height-md{line-height: 1.4!important;}.line-height-lg{line-height: 1.7!important;}.line-height-xl{line-height: 2.2!important;}.line-height-xxl{line-height: 2.2!important;}
@media (min-width:576px) {
								
					}
@media (min-width:768px) {	
								
					}
@media (min-width:992px)  {	
							
					}
@media (min-width:1200px){	
								
					}


.letter-spacing-sm{
	letter-spacing: 0.03em!important;
}
.letter-spacing-md{
	letter-spacing: 0.05em!important;
}
.letter-spacing-lg{
	letter-spacing: 0.07em!important;
}
.shadow-sm{
	-webkit-box-shadow: 2px 3px 15px  rgba(0,0,0,0.17)   !important;
	box-shadow: 2px 3px 15px  rgba(0,0,0,0.17)   !important;
}
.shadow-md{
	-webkit-box-shadow: 0px 0px 25px  rgba(0,0,0,0.1)   !important;
	box-shadow: 0px 0px 25px  rgba(0,0,0,0.1)   !important;
}
.shadow-lg{
	-webkit-box-shadow: 0px 0px 35px  rgba(0,0,0,0.3)   !important;
	box-shadow: 0px 0px 35px  rgba(0,0,0,0.3)   !important;
}
.shadow-xl{
	-webkit-box-shadow: 0px 0px 40px  rgba(0,0,0,0.2)   !important;
	box-shadow: 0px 0px 40px  rgba(0,0,0,0.2)   !important;
}
.shadow-xxl{
	-webkit-box-shadow: 0px 0px 45px  rgba(0,0,0,0.2)   !important;
	box-shadow: 0px 0px 45px  rgba(0,0,0,0.2)   !important;
}


/*default color*/


/*page title*/
.page-title-bg{
			background-color:#f7f7f7; 
				}		


.page-title-Video{
	position: absolute;
    left: 0;
    top: 0;
	height: 100%;
	width: 100%;
    overflow: hidden;
}
.page-title-Video video{
    width: 100%;
    min-height: 100%;
    position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	object-fit: cover;
    object-position: center center;
}




	

.page-title-bg.light-overlay::after{
	background-color: rgba(255, 255, 255, 0.10);
}
.page-title-bg.dark-overlay::after{
	background-color: rgba(0, 0, 0, 0.10);
}

.page-title-container{
	 height: 120px;
}
@media only screen and (max-width: 767px) {
	.page-title-container{
		height: auto;padding-top:67px;padding-bottom:67px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.page-title-container{
		height:96px
	}
}

/*breadcrumbs*/
.page-breadcrumbs{
	background-color:#ffffff;  
	}
.page-breadcrumbs > .container{
		padding-top:20px;
				padding-bottom:10px;
		}

.page-breadcrumbs .breadcrumbs a:hover{
		color:#166938!important;
	}

.page-breadcrumbs .breadcrumbs{
    color: #5e5e5e;
    font-size: 14px;
}
.page-breadcrumbs .breadcrumbs-box > a,
.page-breadcrumbs .breadcrumbs-box > span > span > span{
    line-height:20px;
}
.page-breadcrumbs .breadcrumbs a,
.page-breadcrumbs .breadcrumbs a:link,
.page-breadcrumbs .breadcrumbs a:active,
.page-breadcrumbs .breadcrumbs a:visited{
    color: #5e5e5e;
    font-size: 14px;
}
.page-breadcrumbs .breadcrumbs a:hover{
			color:#166938!important;
	}

.breadcrumbs_sytle2 .breadcrumbs-box,
.breadcrumbs_sytle3 .breadcrumbs-box > a:before, 
.breadcrumbs_sytle3 .breadcrumbs-box > span > span > span:before{
	background-color:#f7f7f7;
}

/*sidebar dynamic*/

.sidebar_dynamic.sidebar_dynamic_sytle01{
	padding-right:70px;	}
.sidebar_dynamic.sidebar_dynamic_sytle01 .sidebar_sticky{
		}


@media only screen and (max-width: 991px) {
	.sidebar_dynamic.sidebar_dynamic_sytle01{
		padding-top:0!important;
		padding-right:15px!important;
		padding-bottom:0!important;
		padding-left:15px!important;
		margin-top: 30px;
	}
	.sidebar_dynamic.sidebar_dynamic_sytle01 .sidebar_sticky{
		padding-top:0!important;
		padding-bottom:0!important;
	}
	
}
.sidebar_dynamic.sidebar_dynamic_sytle01,
.sidebar_dynamic.sidebar_dynamic_sytle01 .Normal{
}

.sidebar_sticky{
	z-index: 900;
}
.has-sidebar >.row{
	position: relative;
	flex-wrap: nowrap;
}

.sidebar_pos_fixleft .sidebar_dynamic ,
.sidebar_pos_fixright .sidebar_dynamic {
	opacity: 0;
}
.sidebar_pos_fixleft.show .sidebar_dynamic ,
.sidebar_pos_fixright.show .sidebar_dynamic {
	opacity: 1;
}


.container.sidebar_pos_fixleftfull,
.container.sidebar_pos_fixrightfull{
	width: 100% !important;
}
.sidebar_dynamic.col-lg-auto{
	width: 300px;
	flex: 0 0 300px;
    max-width: calc(100vw - 40px);
}

.sidebar_pos_fixleftfull .col-lg-container.sidebar-siblings-container,
.sidebar_pos_fixrightfull .col-lg-container.sidebar-siblings-container{
	flex-grow: 1;
    max-width: calc(100% - 300px);
}

.sidebar_pos_fixleft,
.sidebar_pos_fixright{
	position: relative;
}

.sidebar_pos_fixleft .sidebar_dynamic {
	position: absolute;
	left: 0;
}
.sidebar_pos_fixright .sidebar_dynamic {
	position: absolute;
	right: 0;
}

html.show-sidebar{
	overflow-x: auto ;
	overflow-y: hidden ;
}

.sidebar-menu-icon,
.sidebar-menu-close{
	position: fixed;
    top: 200px;
    left: 0px;
    width: 40px;
    height: 40px;
    background-color: #1abc9c;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
	display: none;
    align-items: center;
    justify-content: center;
	color: #FFF;
	z-index: 800;
	box-shadow: 2px 3px 5px rgba(0,0,0,0.1);
}

.sidebar-menu-close{
	position: absolute;
	top: 0;
	left:100%;
	background-color: #FFF;
	 background-color:#FFFFFF;  	color: #000;
	border-radius: 0 0 4px 0;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}	
.sidebar-menu-close::after,
.sidebar-menu-close::before{
	content: "";
	width: 19px;
	border-bottom: 2px solid currentColor;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 50%;
	margin-left: -10px;
}

.sidebar-menu-close::before{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
 
.sidebar-menu-icon.icon-right,
.sidebar-menu-icon.icon-fixright,
.sidebar-menu-icon.icon-fixrightfull{
	left: auto;
	right: 0;
	border-radius: 4px 0 0 4px;
	box-shadow: -2px 3px 5px rgba(0,0,0,0.1);
}

.sidebar_pos_right .sidebar-menu-close,
.sidebar_pos_fixright .sidebar-menu-close,
.sidebar_pos_fixrightfull .sidebar-menu-close{
	left: auto;
	right: 100%;
	border-radius: 0 0 0 4px;
	box-shadow: -1px 1px 3px rgba(0,0,0,0.1);

}


.switch-sidebar .sidebar_pos_fixleft .sidebar_dynamic,
.switch-sidebar .sidebar_pos_fixright .sidebar_dynamic{
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 1000;
	 
	background-color: #FFF;
	 background-color:#FFFFFF;  	box-shadow: 0px 3px 7px rgba(0,0,0,0.1);
	margin: 0;
	padding: 0 !important;
}
.switch-sidebar .sidebar_pos_fixleft .sidebar_sticky,
.switch-sidebar .sidebar_pos_fixright .sidebar_sticky{
	width: 100% !important;
	position: absolute !important;
	top: 0 !important;
	right: 0!important;
	bottom: 0 !important;
	left: 0 !important;
	padding: 15px !important;
	overflow-x: hidden;
	overflow-y: auto;
}
.switch-sidebar.show-sidebar .sidebar_pos_fixleft .sidebar_dynamic{
	left: 0px;
}
.switch-sidebar.show-sidebar .sidebar_pos_fixright .sidebar_dynamic{
	right: 0px;
}

.switch-sidebar .sidebar-menu-close,
.switch-sidebar .sidebar-menu-icon{
	display: flex;
}

.switch-sidebar .sidebar_pos_fixleft .sidebar_dynamic{
	transition: all ease-in 300ms;
	margin-left: -45px;
	left: -300px;
}
.switch-sidebar .sidebar_pos_fixright .sidebar_dynamic{
	transition: all ease-in 300ms;
	margin-right: -45px;
	right: -300px;
}

.switch-sidebar.show-sidebar .sidebar_pos_fixleft .sidebar_dynamic{
	left: 0px;
	margin-left: 0;
}
.switch-sidebar.show-sidebar .sidebar_pos_fixright .sidebar_dynamic{
	right: 0px;
	margin-right: 0;
}
.switch-sidebar.has-sidebar .sidebar-siblings-container{
	max-width: none;
}


@media only screen and (max-width: 991px) {

	.sidebar_pos_left.sidebar_dynamic,
	.sidebar_pos_right.sidebar_dynamic{
		width: 300px;
		flex: 0 0 300px;
	}

	 
	.sidebar_pos_fixleftfull .sidebar_dynamic,
	.sidebar_pos_fixrightfull .sidebar_dynamic,
	.sidebar_pos_left.sidebar_dynamic,
	.sidebar_pos_right.sidebar_dynamic{
		position: fixed;
		top: 0;
		bottom: 0;
		z-index: 1000;
		
		background-color: #FFF;
		 background-color:#FFFFFF;  		box-shadow: 0px 3px 7px rgba(0,0,0,0.1);
		margin: 0;
		padding: 0 !important;
	}
	.sidebar_pos_fixleftfull .sidebar_sticky,
	.sidebar_pos_fixrightfull .sidebar_sticky,
	.sidebar_pos_left .sidebar_sticky,
	.sidebar_pos_right .sidebar_sticky{
		width: 100% !important;
		position: absolute !important;
		top: 0 !important;
		right: 0!important;
		bottom: 0 !important;
		left: 0 !important;
		padding: 15px !important;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.has-sidebar .sidebar-siblings-container{
		flex-grow: 1;
		max-width: none;
	}

	.sidebar_pos_fixleftfull .col-lg-container.sidebar-siblings-container, 
	.sidebar_pos_fixrightfull .col-lg-container.sidebar-siblings-container{
		flex-grow: 1;
		max-width: none;
	}
	
	.sidebar-menu-close,
	.sidebar-menu-icon{
		display: flex;
	}

	.sidebar_pos_fixleftfull .sidebar_dynamic,
	.sidebar_pos_left.sidebar_dynamic{
		transition: all ease-in 300ms;
		margin-left: -45px;
		left: -300px;
	}
	.sidebar_pos_left.sidebar_dynamic{
		left: -300px;
	}	
	.sidebar_pos_fixrightfull .sidebar_dynamic,
	.sidebar_pos_right.sidebar_dynamic{
		transition: all ease-in 300ms;
		margin-right: -45px;
		right: -300px;
	}
	.sidebar_pos_right.sidebar_dynamic{
		right: -300px;
	}
	.show-sidebar .sidebar_pos_fixleftfull .sidebar_dynamic,
	.show-sidebar .sidebar_pos_left.sidebar_dynamic{
		left: 0px;
		margin-left: 0;
	}
	.show-sidebar .sidebar_pos_fixrightfull .sidebar_dynamic,
	.show-sidebar .sidebar_pos_right.sidebar_dynamic{
		right: 0px;
		margin-right: 0;
	}

}
@media only screen and (max-width: 767px) {
	.sidebar-menu-icon{
		top:150px
	}
}

@media only screen and (min-width: 992px) {
	.has-sidebar-fixleftfull .page-title-row-left,
	.has-sidebar-fixleftfull .page-breadcrumbs.text-left .container.Boxed{
			width: 100%;
			padding-left:calc(300px + 15px);
	}
	.has-sidebar-fixleftfull .page-title-row-right {
			width: 100%;
	}

	.has-sidebar-fixrightfull .page-title-row-right,
	.has-sidebar-fixrightfull .page-breadcrumbs.text-right .container.Boxed{
		width: 100%;
		padding-right:calc(300px + 15px);
	}
	.has-sidebar-fixrightfull .page-title-row-left{
		width: 100%;
		padding-right:calc(300px + 15px);
	}
}










/**/
.swiper-container .swiper-pagination-bullet-active{
	background: #166938;	
}
.swiper-container .swiper-button-next:hover, 
.swiper-container .swiper-button-prev:hover{
	color: #166938;	
}
.isotope-grid .isotope-group a::after{
	background-color:#166938;
}

/**/
.fixed-widget-list li.backtop{
	background-color:#166938;
}
body .homepage10-header-btn,
body .homepage10-header-btn:link,
body .homepage10-header-btn:active,
body .homepage10-header-btn:visited,
body .homepage10-header-btn[type="button"],
body .homepage10-header-btn[type="submit"] {
	background-color:#166938;
}
body .homepage10-header-btn:hover{
	background-color:#1e7341;
}
.homepage10-header-btn.box-shadow2::after{
	box-shadow: -4px 3px 16px #166938;
}
.homepage10-header-btn.box-shadow2.bg-accent2::after{
	box-shadow: -4px 3px 16px #50362a;
}
.homepage10-header-btn.box-shadow2.bg-accent3::after{
	box-shadow: -4px 3px 16px #cadcd0;
}
.homepage10-header-btn.box-shadow2.bg-accent4::after{
	box-shadow: -4px 3px 16px #1fa4e8;
}


