

/* CustomFonts */


:root{
    --accent-color:#a6846e;
    --accent-color2:#b39887;
    --accent-color3:#b39887;
    --accent-color4:#8c705a;
    --button-color:#b65b25;
    --button-hover-color:#cc6d2d;
}

a#MMEHT-Shortcut-Icon {
    filter: grayscale(100%) !important;
}
a:hover#MMEHT-Shortcut-Icon {
    filter: grayscale(0%) !important;
    transition: grayscale 0.5s;
}


/* Add contrast - user login */

.Login .userProperties>ul>li img, .Login .userProperties>ul>li>a {
    font-weight: 600;
}


 /* Fix Bootstrap 3 button line height - ActionGrid */

.btn {line-height: 30px;}


#dnn_ctr404_ModuleContent {display: none;}
.article_contents {
  display: none;
}



 /* Homepage Alert Messages CSS */

.mma-red-alert {
	color: #fff; 
	padding: 10px 40px 10px 40px; 
	min-height: 60px; 
	max-width: 100%; 
	width: 100%; 
	background-color: rgb(193, 30, 47); 
	text-align: center;
}

.mma-orange-alert {
	color: #fff; 
	padding: 10px 40px 10px 40px; 
	min-height: 60px; 
	max-width: 100%; 
	width: 100%; 
	background-color: rgb(255, 73, 16);
	text-align: center;
}


.mma-red-alert h5, .mma-orange-alert h5  {
	color: #fff; 
	font-size: 1.2em;
}

 
.footer h5 {
    font-size: 1.275rem;
}



/* Action Form - Error Message */
.text-danger {
    font-weight: 600;
}




/* HEADER DROP SHADOW - MOBILE */
 @media only screen and (max-width: 992px) {
    .mobile-header .mobile-header-shadow {
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.4);
    }
}

/* REMOVE BORDER - HOMEPAGE NEWS - MOBILE */
 @media only screen and (max-width: 992px) {
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_verticalList .edn_verticalListWrapper {
    border: none;
    position: relative;
}
}


/* NEWS - IMAGE BORDER RADIUS */
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper article figure {
  border-radius: 3px;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_articleImage {
    border-radius: 3px;  
}
.eds_news_Ozone.eds_subCollection_contentBlock figure > a:hover .edn_articleImage, .eds_news_Ozone.eds_subCollection_contentBlock h2 > a:hover .edn_articleImage {
    border-radius: 3px;  
}


/* DROPDOWN MENU - BUTTONS */

.button-07:hover {
    background-color: var(--button-hover-color);
}





/* Homepage Partner Carousel */

.carousel01 .item .pic::after, .carousel01 .item .pic { background-color: none; background: none;}
  .item .pic::after { background-color: #333; }
.carousel01 .item .content .icon, .carousel01 .item .content h6.title {display: none;}

.caption_bg {

     background: url(/Portals/0/icons/slider-caption-bg-85.png) #111;
}

/* Convention Sponsor Page Styles */

.sponsor-grid {width: 100%;}

img.sponsor-level1-card {
    width: 420px;
    padding: 10px 0px 50px 0px;
}

img.sponsor-level2-card {
    width: 420px;
    padding: 10px 0px 50px 0px;
}

img.sponsor-level3-card {
    width: 420px;
    padding: 10px 0px 50px 0px;
}

img.sponsor-level4-card {
    width: 320px;
    padding: 10px;
}


@media only screen (max-width: 768px){
    img.sponsor-level1-card, img.sponsor-level2-card, img.sponsor-level3-card, img.sponsor-level4-card {
        width: 90%;
        padding: 0px;
    }
}





/* Print Specific Styles */

/*
#dnn_userLogin13654_editProfileLink {display: none;}
#dnn_userLogin13654_accountLink {display: none;}
 */
/*memunorg*/

#dnn_userLogin13654_messagesLink  {display: none;}
#dnn_userLogin13654_viewProfileLink  {display: none;}
#dnn_userLogin13654_notificationsLink {display: none;}



/* Misc. Secure Drop Styles
.ant-layout-header { background: #ffffff; }
.ant-layout-header .header-logo_img  { display: none;}
*/


/* SEARCH OVERLAY BACKGROUND COLOR */

.search-popup-box .popup-content {
    background-color: #f0f0f0;
}



/*  IF NEEDED - Force side boxes to top of screen in mobile view. Reverses column order on Workshops & Training page   

@media only screen and (max-width: 991px) {
  #row-337184 {
      flex-direction: column-reverse;
      display: flex;
   }
}

*/

/* TEMP FIX - Header margin all pages */
.alert-info {
    --bs-alert-color: #055160;
    --bs-alert-bg: #fbfbfb;
    --bs-alert-border-color: #efeceb;
}
 
/* TEMP FIX - Header margin all pages */
.page-title-container { margin-bottom: 30px;}
section#dnn_content { padding-top: 20px;}
 
/* Fixes header background color on large screens - still need to fix mobile view 4-3-23*/
#headerrow-349356 { background: #fff;}
 */


/* NAVIGATION - REMOVE CENTER COLUMN SO NAV FITS */
div#column-930454 { display: none;}
#column-930454 { background-color: #f70404; display: none;}


/* NAVIGATION - SEARCH ICON */
.search-popup-box .icon, .search-popup-box.clone { background-color: rgba(0, 0, 0, 0); background-color: #ffffff00;}

/* NAVIGATION - LOWER BAR */
#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: #d7d7d7;}





/* HIDE FEATURED CHECKBOXES IN JOB BANK ADMIN*/
td.tdActions.edNews_popUpContainer { display: none;}




/* BUTTONS - 2025 */

.MMA-Button {
  border: 0px;
  transition-duration: 0.4s;
  background-color: var(--button-color);
  color: #ffffff;
  font-size: 1em;
  margin: 5px 0px 5px 0px;
 -webkit-border-radius: 25px;
 -moz-border-radius: 25px;
  border-radius: 25px;
}

.MMA-Button:hover {
  background-color: var(--button-hover-color);  
  color: #ffffff;
  border: 0px;
 
}

.MMA-Button:link {
    border: 0px;
}

.MMA-Button:active {
    border: 0px;
}

.eds_news_Ozone.eds_subCollection_news a.MMA-Button {
    line-height: 3em;
    font-size: 1rem;
}







/* SEARCH - MAIN POPUP */

.search-popup-box .popup-content {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f3f3f3;
    z-index: 1000;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    color: #666;
}





/* LEGAL - WIKI STYLES*/

/* SETS ACCENT COLOR -FAILS ??*/
.ktb-var-accent {color:#a88672}
.k-treeview {color:#a88672}


/* HIDE SOCIAL SHARE BUTTONS */
.rvdwkSocialShareActions {display: none;}


.rvdwkTopicUpdateDate {display: none;}
.rvdwkTopicReadingTime {display: none;}
.rvdwkTopicContentName h2 { font-size: 1.7rem; line-height: 1.4;}
.rvdwkViewTopicContainer h2 { font-size: 1.7rem; line-height: 1.4;}
.rvdwkTopicContentName h3 { font-size: 1.6rem; line-height: 1.4;}
.rvdwkViewTopicContainer h3 { font-size: 1.6rem; line-height: 1.4;}
.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link { color: #a79c96;}
a.k-link {color: #a79c96;}
.rvdwkIndexContainer .rvdwk-content-container a, .rvdwkIndexContainer .rvdwk-content-container a  {color: #a79c96;}
.rvdwkViewTopicContainer  a  { color: #a79c96;}


/* INFORMATION PACKETS - KEEP HEADERS CONSISTENT  */
.rvdwkTopicContentBody p span strong,
.rvdwkTopicContentBody p span span strong,
.rvdwkTopicContentBody p strong span span { 
    color: #131313; 
    font-family: "Alata";
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0;
}


/* INFORMATION PACKETS - TOPIC FOOTER <li> LINKS */
.rvdwkSubTopicContainer li {
    font-size: 1.0em;
    line-height: 1.5em;
    margin-bottom: 15px;
}

 
 .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-tool.k-state-selected {
    /* color: #727272; */
    background-color: #ededed;
    border-color: #cdc6c2;
    font-weight: 600;
}

div.rvdwkSubTopicContainer {
    margin-top: 20px;
    padding: 15px 25px 60px 25px;
    background: #f7f7f7;
}


/* LEGAL LANDING PAGE - TABS */

.tab01 .resp-tabs-container ul li{
list-style: square;

}

.tab01 ul.resp-tabs-list {
    border: 0px solid #ffffff;
}


/* DOCUMENT EXCHANGE TEMPLATES - CUSTOM CSS*/

/* ACCORDION */
.accordion {margin-bottom: 30px;}
.accordion-button:not(.collapsed) {color: #efefef; background-color: #f7f7f7; box-shadow: none; }
.accordion-body {padding: 0px 0px;}

/* COLLAPSE */
 .accordion-button { background-color: #f9f9f9;border: 1px solid #e8e8e8;}
 








/* MEDIA QUERIES - LAPTOP SCREENS */

/* NAVIGATION -  FONT SIZE */
@media screen and (max-width: 1600px) {
#dng-megamenu673076 .primary_structure>li>a, #dng-megamenu673076 .primary_structure>li>a:link, #dng-megamenu673076 .primary_structure>li>a:active, #dng-megamenu673076 .primary_structure>li>a:visited {
    font-size: 14px;
}
/* SLIDER -  FONT SIZE  */
h3 { font-size: 1.8rem;}

}


/* RMS - Employer Claims Page. */
.title-02 { margin-bottom: 0px;}
.page-breadcrumbs.inset.text-right {height: 35px;}




/* DMX DOCUMENT EXCHANGE - TEMPLATE STYLES */

.thumbnails {
    border-bottom: 1px solid #ededed;
    margin-bottom: 5px;
    padding: 5px 0px 2px 0px;
}

table.EntryList tr th, table.EntryList tr td
{
padding: 8px 6px 8px 6px;

 }





/* RMS LANDING PAGE - HOVER BOXES */


.iconbox-07 {
    background-color: #ffffff;
}
.iconbox-07.active {
    background-color: #fbfbfb;
}

.iconbox-07.active .title h6, .iconbox-07:hover .title h6 {
    color: #262626;
}



#content-builder-460 .iconbox-07.active .icon, #content-builder-460 .iconbox-07:hover .icon {
    background-color: var(--accent-color);
    color: #FFF;
}


#content-builder-460 .iconbox-07.active .icon  {
    background-color: #b59c8d;
    color: #FFF;
}


.iconbox-07.active .icon, .iconbox-07:hover .icon {
        color: #fff;
    background-color: #b39887;
outline: 2px solid #d9c7bc;
}
 
.iconbox-07 .icon {
    background-color: #d5d1ce;
}




/* WCSIP Page Box Buttons */

.iconbox-07.active, .iconbox-07:hover {
    color: #5a5a5a;
    background-color: #fafafa;
}

.iconbox-07.active a.button-01, .iconbox-07:hover a.button-01 {
    background-color: #e46e41;
    color: #ffffff;
}

.iconbox-07.active a.button-01, .iconbox-07:hover a.button-01 {
    background-color: #e46e41;
    color: #ffffff;
}
.iconbox-07.active .title *, .iconbox-07:hover .title *,.iconbox-07.active .title, .iconbox-07:hover .title {
    color: #131313;
}
.iconbox-07:active h5, .iconbox-07:hover h5{
    color: #131313;
}
 
.iconbox-07.active .title h5, .iconbox-07:hover .title h5 {
    color: #131313;
}

 
.iconbox-07 .title:after, .iconbox-07 .title h5:after {
 content: "";
    color: #b1b1b1;
    width: 52px;
    border-color:  #b1b1b1;
    display: block;
    margin: 16px auto 20px;
    transition: all .3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

 
.iconbox-07 .title:after {
    border: 1px solid #b1b1b1;
}



.iconbox-07.edit-box .active, .iconbox-07.edit-box:hover {
    color: #131313;
    background-color: #ffffff;
}

.iconbox-07.edit-box {
    background: #fbfbfb;
}











/* FROI Form */

.livetabsblitzer .ui-state-active a, .livetabsblitzer .ui-state-active a:link, .livetabsblitzer .ui-state-active a:visited {
    color: #f9f8f6;
    background-color: #c97b5e;
    outline: none;
    text-decoration: none;
    border: 1px solid #ccc;
}

.livetabsblitzer .ui-widget-header {
    border: none;
    background: none;
    color: #ffffff;
    font-weight: bold;
}


.livetabsblitzer .ui-corner-all, .livetabsblitzer .ui-corner-top, .livetabsblitzer .ui-corner-right, .livetabsblitzer .ui-corner-tr {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    -khtml-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}

.livetabsblitzer .ui-corner-all, .livetabsblitzer .ui-corner-top, .livetabsblitzer .ui-corner-left, .livetabsblitzer .ui-corner-tl {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -khtml-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

.form-root .btn-primary, .form-root .btn-info {
    color: #f9fafa;
    background: var(--button-color);
    border: none;
}




/* Product Services Directory */

img.product-services-logo {
       width: 33%;
}


/* Misc. */

span.userProfileImg {
    display: none;
}

.icon-box09::after {
  border-bottom: none; 
}






/* Form Styles*/

.error-message {
    font-weight: bold;
    color: red;
}

 label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: bold;
}


.Theme_Group_Default fieldset {
    margin-bottom: 15px;
    border: none;
    padding: 0px 0px 0px 0px;
}


.Theme_Group_Default legend {
    font-family: "Alata";
    font-weight: 500;
    font-size: 1.625rem;
    line-height: 1.4;
    padding: 0px 0px;
    width: auto;
    border: none;
    margin: 0;
    color: #272727;
}








/* Navigation & Drop Down Fixes*/

#dng-megamenu219470 .primary_structure>li>a {
    padding-top: 13px;
    padding-right: 12px;
    padding-bottom: 14px;
    padding-left: 12px;
}



/* Footer */

span#dnn_dnnCOPYRIGHT545446_lblCopyright, span#dnn_dnnPRIVACY545446_hypPrivacy, #footerlinks679733 a, #footerinfo545446 a {
    font-size: .9em;
}

div#footerinfo545446 {
    margin-left: 4px;
}






/* List Styles - Bullets and Icons */

li.pdf-icon {
    font-weight: 600;
    margin: 0;
    padding: 18px 15px 20px 47px;
    list-style: none;
    background-image: url(/Portals/0/icons/PDF_file_icon.svg.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 36px;
}




/* Header, Megamenu & UI */

.d-wrapper .is-box .is-container {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
}

.dnngo_custommenu strong.submenu_title  {
    color: #424242;
    font-weight: 700;
    margin: 0;
}



.Theme_12_Basic .unoslider_caption {
	width: 50%;
}


.search-popup-box .icon {
    width: 34px;
    height: 34px;
}


.search-popup-box .NormalTextBox {
    border: none;
    background: transparent;
    padding: 0px 30px 0px 30px;
    border-color: #82929f;
}


.page-title.medium .main-title {font-size: 2rem;}
.page-title.light .main-title .bold, .page-title.medium .bold {font-weight: 500;}



#dng-megamenu219470 .dnngo_boxslide .submenu_title {
    /*color: #546575;*/
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 48px;
}

 
.dng-megamenu .dnngo_custommenu ul {
    margin: 0;
    padding: 0 0 10px;
    line-height: 32px;
}

.Login .userProperties ul.userMenu {
    display: none;
    position: absolute;
    right: 0;
    top: 34px;
    z-index: 906;
    width: 175px;
    color: #a08a65;
    background: #f6f6f6;
}

.Login .userProperties ul.userMenu a {
    color: #a08a65;
}



 

/* Homepage News Tabs, Blog - overrides */

.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn__contentBlock_itemList > li:hover, .eds_news_NewsMagazine.eds_subCollection_contentBlock .edn__contentBlock_itemList > li.edn__contentBlock_active {
    color: #c7623c;
}


.eds_news_NewsMagazine span, .eds_news_NewsMagazine a, .eds_news_NewsMagazine li, .eds_news_NewsMagazine td, .eds_news_NewsMagazine table {
    font-family: inherit;
    color: inherit;
    line-height: inherit;
    font-size: 1.1em;
}


.eds_news_Ozone hr {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.eds_news_Ozone p {
     font-size: 1.1em;
     line-height: 1.6em;
}

 
.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer {
border: solid 1px #c7623c;
 
}

.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: "Alata", sans-serif;
}

.eds_news_Ozone h1, .eds_news_Ozone h2, .eds_news_Ozone h3, .eds_news_Ozone h4, .eds_news_Ozone h5, .eds_news_Ozone h6 {
    margin: 0 0 15px;
    padding: 0;
    color: #222222;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.1;
}

 
.eds_news_Ozone.eds_subCollection_news a:hover {
    /*color: #a57052;*/

color: #b16635;
}

.eds_news_Ozone.eds_subCollection_news a {
    color: #b16635;
}

.eds_news_Ozone.eds_subCollection_news .edn_article {
     margin-top: 30px;
}

 



.eds_news_NewsMagazine.eds_style_predefined_grey.eds_subCollection_contentBlock .edn_mainWrapper article h2 > a {
    font-family: "Alata";
}


.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper article h2 > a:hover {
    color: #b16635;
}


.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTags > a:hover {
    background-color: #fff;
    text-decoration: none;
    color: #b16635;
}


.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTags > a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    border-radius: 3px;
    background-color: #c2692e;
    border: solid 1px #c2692e;
    text-decoration: none;
    margin: 2px 3px;
    -webkit-transition: all linear 200ms;
    -khtml-transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -ms-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
}


.eds_news_NewsMagazine.eds_style_predefined_grey.eds_subCollection_contentBlock .edn_category > a {
    background-color: #c2692e;
    border-radius: 0px;
    font-size: 13px;
}



.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper article .edn_metaDetails a {
    display: none;
}


.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper article figure .edn_bottomRightCorner > span {
    display: none;
}

 
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper article .edn_metaDetails {
    font-family: "Open Sans", sans-serif;
    color: #4f4f4f;
    text-transform: uppercase;
}

.eds_news_Ozone h1 {
    font-size: 32px;
}

.eds_news_Ozone h2 {
    font-size: 30px;
}




.eds_news_Ozone.eds_subCollection_news {
    font-family: "Open Sans", sans-serif;
    line-height: 1.5em;
    font-size: .9em;
    color: #242424;
}


.eds_news_Ozone.eds_subCollection_news .edn_articleSummary {
    font-size: 1.1em;
    line-height: 1.3;
}


.eds_news_Triumph.eds_subCollection_tagCloud .tags a {
    background-clip: padding-box;
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #c9c9c9;
    border-radius: 2px 2px 2px 2px;
    font-size: .8em;
    font-weight: 600;
    padding: 5px 12px;
    line-height: 22px;
    height: 22px;
    text-decoration: none;
    float: left;
    margin: 0 8px 8px 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -khtml-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;
}


.eds_news_Triumph.eds_subCollection_tagCloud .tags a:hover {
  background-color: #c9c9c9;
  color: #fff;
  text-decoration: none;
}


.eds_news_Ozone.eds_subCollection_news .edn_metaDetails {
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.2;
    color: #4b4e4f;
}


.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTags > a {
    display: inline-block;
    color: #424242;
    font-size: 1.1em;
    padding: 9px;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #CECECE;
    text-decoration: none;
    margin: 2px 3px;
    -webkit-transition: all linear 200ms;
    -khtml-transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -ms-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
}



.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTags {
    border-top: none;
    border-bottom: none;
    margin: 15px 0 25px;
    overflow: hidden;
    width: 100%;
    color: inherit;
    font-size: .9em;
    line-height: 1;
    font-family: "Alata", sans-serif;
}

.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTags > a:hover {
    background-color: #c9c9c9;
    color: #fff;
    text-decoration: none;
}

.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article h2 > a:hover {
    color: #a57052;
}



.eds_news_Ozone.eds_subCollection_news .edn_metaDetails {
    font-size: 1.0em;
    font-weight: 600;
    line-height: 1.2;
    color: #7b8183;
    text-transform: uppercase;
}







 /* UI - HOMEPAGE & LANDING PAGE NEWS < > BUTTONS */
 
.eds_news_NewsMagazine .edn_pagination > span {
    background: #dd9f79;
    padding: 9px;
}


.eds_news_Ozone .edn_pagination {
  border-top: none;
}
  
.eds_news_Ozone .edn_pagination > span {
  background: #bb6328;  
  padding: 9px;

}

.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article .edn_articleSummary {
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    font: 15px / 1.3 sans-serif;
    color: #8c8c8c;
}


.eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn_verticalListWrapper {
    border: none;
    position: relative;
}


.eds_news_Ozone {
  margin-bottom: 0px;
}








/* Municipal Career Center Tabs, Blog - overrides */



.eds_news_Ozone h3 {
    font-size: 26px;
}




.edn_610_article_list_wrapper .eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article h2 > a {
    font: 18px/1.3 "Alata", sans-serif;
    color: #ad9486;
    text-decoration: none;
    transition: color ease-in 0.1s;
}

/* 
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .edn_articlecount {
    float: right;
    font-size: 11px;
    background-color: #7f7f7f;
    min-width: 20px;
    /* border-radius: 10px; */
    padding: 4px;
    line-height: 1;
    color: #fff;
    text-align: center;
    /* text-shadow: 1px 1px 1px rgb(0 0 0 / 40%); */
}
*/
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .edn_articlecount {
    float: right;
    font-size: 14px;
    background-color: #7f7f7f;
    min-width: 25px;
    border-radius: 2px;
    padding: 3px;
    line-height: 1;
    color: #7c7c7c;
    border: 1px solid #d6d6d6;
    text-align: center;
    text-shadow: none;
}


.eds_news_Ozone.eds_subCollection_categoryMenu a {
    text-decoration: none;
    color:  #8c705a;
}



.eds_news_Ozone.eds_subCollection_search .search_input.button_outside .do_search {
    width: auto;
    clear: both;
    border: 1px solid #ad9486 !important;
}


.eds_news_Ozone.eds_subCollection_search a {
    text-decoration: none;
    color: #ad9486;
}

.eds_news_Ozone.eds_subCollection_search a:hover {
    text-decoration: none;
    background-color: #ad9486;
}

.eds_news_Ozone.eds_subCollection_search .search_input.button_outside .do_search {
    width: auto;
    clear: both;
    border: 1px solid #ad9486!important;
    background: none #fff;
    text-shadow: none;
    text-decoration: none;
    font-family: "Alata", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 18px;
    border-radius: 4px;
    box-shadow: none;
    margin-top: 10px;
    color: #d5d5d5;
}



.eds_news_Ozone.eds_subCollection_search .search_input.button_outside .do_search:hover {
    color: #fff;
    background-color: #bc662c;
}

.DnnModule-610 .eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article h2 > a {
    font: 18px/1.3 "Alata", sans-serif;
    color: #222;
    text-decoration: none;
    transition: color ease-in 0.1s;
}

.DnnModule-610 .eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article h2 > a:hover {
    color: #a57052;
}

#dnn_ctr609_ModuleContent .eds_news_Ozone h1 {
    font-size: 30px;
}

.eds_news_Ozone.eds_subCollection_news a {
    color: #504e4e;
}

.eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .edn_category:hover {
    color: #a57052;
}

.eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton, .eds_news_Ozone.eds_subCollection_news .article_comments .add_comment .add_article_box .submit {
    display: inline-block;
    border: 1px solid #cb6c49;
    background: none #cb6c49;
    text-shadow: none;
    text-decoration: none;
    line-height: 1;
    font-family: "Alata", sans-serif;
    font-size: 14px;
     text-transform: uppercase;
    padding: 11px 21px;
    border-radius: 4px;
    box-shadow: none;
    color: #ffffff;
    -webkit-transition: all 200ms linear;
    -khtml-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}


 

.eds_news_Ozone.eds_subCollection_news .edn_categoryInfo {
    margin: 20px 0 30px;
    padding: 0px 0;
    border-bottom: solid 1px #ddd;
    border-top: none;
}



.eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton:hover, .eds_news_Ozone.eds_subCollection_news .article_comments .add_comment .add_article_box .submit:hover {
    color: #fff;
    background-color: #c7623c;
    text-decoration: none;
    box-shadow: none;
}


.eds_news_Ozone.eds_subCollection_news .article_pager.edn_articleScrolling a {
    border: solid 1px #c7623c!important;
    border-radius: 4px;
}

.eds_news_Ozone.eds_subCollection_news .article_pager.edn_articleScrolling a:hover {
    border: solid 1px #c7623c!important;
    background-color: #c7623c;
    border-radius: 4px;
}



.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article h2 > a {
    font: 18px/1.1 "Alata", sans-serif;
    color: #222;
    text-decoration: none;
    transition: color ease-in 0.1s;
}

.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer {
    max-width: 100%;
    float: left;
    margin: 5px 10px 0px 0px;
}




/* Homepage news widget - CSS  */

.eds_news_Press .edn_widgetHeaderWrapper {
    position: relative;
    box-shadow: 0 -3px 0 0 #c7623c inset;
    border: none;
    padding: 0;
    margin: 0 0 1rem;
}


.eds_news_Press .edn_category > a, .eds_news_Press .edn_category > span {
    background-color: #a98470;
    color: #fff;
    display: inline-block;
    padding: 0.5rem 2rem;
    font-size: 0.8rem;
    line-height: 1;
    text-decoration: none;
    word-break: break-all;
}


.eds_news_Press a, .eds_news_Press a:hover {
    color: #a98470;
}


.eds_news_Press.eds_subCollection_contentBlock .edn__contentBlock_itemList > li:hover, .eds_news_Press.eds_subCollection_contentBlock .edn__contentBlock_itemList > li.edn__contentBlock_active {
    color: #c7623c;
}


.eds_news_Press .edn_articleStyle3 > section > a::before {
    width: 3px;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: rgb(0 0 0 / 20%);
    transition: all 500ms;
}


.eds_news_Press .edn_leadingArticle h2.edn_articleTitle {
    font-size: 2.1rem;
}



.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper article h2 > a {
    font: 18px/1.3 "Alata", sans-serif;
    color: #222;
    text-decoration: none;
    transition: color ease-in 0.1s;
}



.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper article .edn_articleSummary {
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    font: 15px/1.4 sans-serif;
    color: #504e4e;
}


.eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .edn_articlecount {
background-color: #7f7f7f;
}






/* UI - CATEGORY COUNT CIRCLES - blog layout*/

 

.eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .edn_articlecount {
    float: right;
    font-size: 14px;
    background-color: #757575;
    min-width: 25px;
    border-radius: 2px;
    padding: 3px;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    text-shadow: none;
}

 





/* PAGINATION - blog layout*/


.eds_news_Ozone.eds_subCollection_news .article_pager a:hover, .eds_news_Ozone.eds_subCollection_news .article_pagination a:hover {
    color: #fff;
    background-color: #c38670;
}


.eds_news_Ozone.eds_subCollection_news .article_pager a.active, .eds_news_Ozone.eds_subCollection_news .article_pagination > span {
    color: #fff;
    background-color: #bd765c;
}


 
.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 #c38670;
    border-radius: 4px;
    margin: 20px 0;
    font-size: 0;
}


 


.eds_news_Ozone.eds_subCollection_news .article_pager a.active, .eds_news_Ozone.eds_subCollection_news .article_pagination > span {
    color: #fff;
    background-color: #bd765c;
}


.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 #dfd7d4;
    border-radius: 4px;
    margin: 20px 0;
    font-size: 0;
}



.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: 17px;
    color: #777;
    font-family: sans-serif;
    line-height: 1;
    padding: 12px 16px;
    border-left: solid 1px #dfd7d4;
    border-right: none !important;
    border-bottom: none !important;
    border-top: none !important;
    -webkit-transition: all 200ms linear;
    -khtml-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

 













 /* UI - BUTTONS  */



a.button-18, a.button-18:visited {
  color: #ffffff;
}

.button-18 {
  text-transform: capitalize;
  align-items: center;

/* GOLDS
  background-color: #a18b66;
  background-color: #a57052;
   background-color: #bb9a88;
*/

/* BLUES 
  background-color: rgb(16 94 155 / 99%); 
  background-color: #e5e7e6;
  background-color: #16437E;
*/
  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: #c97b5e;
    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: 500;
  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: #da2e29;
    font-weight: 500;
    color: #ffffff;
}


 
 





 /* UI - SEARCH BUTTONS */


.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer {
    text-align: right;
    padding-top: 10px;
    margin: 0;
}

.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer > a {
    display: inline-block;
    color: #ffffff;
    background: none #d5d5d5;
    border: none;
    border-color: #d5d5d5;
    text-shadow: none;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 25px;
  text-transform: capitalize;
    padding: 8px 15px;
 
box-shadow: none;
    -webkit-transition: all 200ms linear;
    -khtml-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}


.eds_news_Ozone.eds_subCollection_search a {
  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;
    text-decoration: none;
    padding: 3px 5px;
    color: #ffffff;
    background-color: var(--button-color);
    font-weight: 600;

}

.eds_news_Ozone.eds_subCollection_search a:hover, .eds_news_Ozone.eds_subCollection_search a:active {
  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;
    text-decoration: none;
    color: #ffffff;
    background-color: #a98470;
}


 
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer > a.edncf_submit {
    border: 1px solid var(--button-color);
    background: var(--button-color);
}


.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer > a.edncf_submit:hover {
    color: #fff;
    background-color: var(--button-hover-color);
}

 

.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer > a {
     color: #ffffff;
}
 

.eds_news_Ozone.eds_subCollection_search .search_input .input input[type="text"], .eds_news_Ozone.eds_subCollection_search .search_input .input input[type="text"]:hover, .eds_news_Ozone.eds_subCollection_search .search_input .input input[type="text"]:focus {
    border: none;
    outline: none;
    background: none #fff;
    box-shadow: none;
    color: #7c7b7b;
    line-height: 28px;
    height: 40px;
    font-size: 1rem;
    width: 100%;
    margin: 0;
    padding: 0px;
}


.eds_news_Ozone.eds_subCollection_search .search_input .do_search {
    font-family: "Open Sans", sans-serif;
    padding: 0 5px;
    line-height: 40px;
    float: right;
    min-width: 35px;
    width: 15%;
    text-align: center;
    text-decoration: none;
    border: solid 1px #d4d4d4;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
}

.eds_news_Ozone.eds_subCollection_search .search_input .do_search:hover {
    text-decoration: none;
    background-color: #cb6c49;
}




 /* FOOTER - CUSTOM STYLES */

ul.mma-footer-link-list {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
}

 

#row-546112 a, #row-546112 a:link, #row-546112 a:visited, #row-546112 .Normal a, #row-546112 .Normal a:link, #row-546112 .Normal a:visited {
    color: #a4a5ac;
}
 


 /* UI - SELECT MENUS */

.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span::after {
    color: #c9c9c9;
    padding: 6px 2px 0px 0px;
}

.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span select {
    border: none;
    outline: none;
    background: none transparent;
    box-shadow: none;
    outline: none;
    width: 125%;
    position: relative;
    z-index: 2;
    padding: 0px 8px;
    color: #737373;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    height: 40px;
    font-family: "Open Sans", sans-serif;
}





 /* VIDEO TRAINING LIBRARY  */


.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox > figure > figcaption h2.edn_articleTitle {
    font-size: 18px;
}

.eds_news_Ozone.eds_subCollection_news .edn_article .edn_videoSubTitle {
    color: #ffffff;
    font-size: 14px;
}

.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox > figure > figcaption {
padding: 10px 10px 0px 15px;
background-color: rgba(0, 0, 0, 0.7);
}

.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle > figure {
     border-radius: 5px;
     max-height: 220px;
    height: 200px;	 
     filter: drop-shadow(2px 2px 2px #878787);
     drop-shadow: 0px 1px 5px 1px #878787; 
}

 




 /* NEWS - LINK COLORS   */

.eds_news_Ozone.eds_subCollection_news a {
    color:  var(--button-color);
}

.edn_588_article_list_wrapper .eds_news_Ozone.eds_subCollection_news a {
    color: #383838;
}

.edn_588_article_list_wrapper .eds_news_Ozone.eds_subCollection_news a:visited {
    color: #383838;
}

.edn_588_article_list_wrapper .eds_news_Ozone.eds_subCollection_news a:hover, .eds_news_Ozone.eds_subCollection_news a:hover {
    color: #ba835e;
}

.eds_news_Ozone.eds_subCollection_news h2 a,.eds_news_Ozone.eds_subCollection_news h3 a {
    color: #504e4e;
}




 /* NEWS - IMAGE BORDER & SIZE  */

 .eds_news_Ozone.eds_subCollection_news .edn_mediaContainer {
    max-width: 85%;
    border: solid 1px #e5e5e5;
}


 /* NEWS - HOMEPAGE PAGINATION   */

.eds_news_NewsMagazine .edn_pagination > span {
    background: var(--button-color);
}

.eds_news_NewsMagazine .edn_pagination {
    padding: 0;
    margin: 0;
    border: 0;
    border-top: 0px solid #9E9E9E;
    text-align: right;
    font-size: 0;
    line-height: 0;
    clear: both;
    overflow: hidden;
}



.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn__contentBlock_itemList > li:hover, .eds_news_NewsMagazine.eds_subCollection_contentBlock .edn__contentBlock_itemList > li.edn__contentBlock_active {
    color: var(--accent-color);
 
}






 /* WORKSHOPS AND TRAINING   */

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 {
    color: #ffffff;
}






 /* PRODUCT & SERVICES DIRECTORY   */

 
.eds_news_Ozone.eds_subCollection_news .bread_crumbs > a:hover {
    border-bottom-color: #f0f2f1;
    border-bottom-width: 0px;
    margin-bottom: 4px;
}


.eds_news_Ozone.eds_subCollection_news .bread_crumbs > a {
    font-family: "Alata", sans-serif;
    font-size: 22px;
    color: #747474;
    text-decoration: none;
    display: inline-block;
    border-bottom: solid 0 transparent;
    margin-bottom: 2px;
    -webkit-transition: border-color 200ms linear;
    -khtml-transition: border-color 200ms linear;
    -moz-transition: border-color 200ms linear;
    -ms-transition: border-color 200ms linear;
    -o-transition: border-color 200ms linear;
    transition: border-color 200ms linear;
}






 /* LEGAL NOTES - FEATURED LIST   */

.eds_news_Ozone.eds_subCollection_contentBlock .edn__contentBlock_header {
    background: transparent;
    border: 1px solid #ffffff;
}




.job-ad h3 a, .job-ad h4 a {
    color: #504e4e;
}


.job-ad h3 a:hover, .job-ad h4 a:hover {
    color: #a88672;
}



 /* TOOLKITS - ACCORDION   */

.liveaccdefault .ui-state-active a, .liveaccdefault .ui-state-active a:link, .liveaccdefault .ui-state-active a:visited {
    color: #212121;
    background: #ededed;
    outline: none;
    text-decoration: none;
}

.liveaccdefault .ui-widget-content {
    border: 1px solid #c9c9c9;
    background: #fdfdfd;
    color: inherit;
}






 /* HOMEPAGE SLIDESHOW - MOBILE FIX   */

@media (max-width: 768px) {
  /* Styles for screens less than 768px wide */


.Theme_11_Default .noSelect {
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-o-user-select: text;
	user-select: text;
}




.Theme_11_Default .Slides {
    z-index: 1;
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 200%;
}

.Theme_11_Default .txtCont h3 {
    color: #FFF;
    margin: 0 0 8px;
    font-size: 1em;
}

.Theme_11_Default .txtCont p {
    color: #FFF;
    margin: 0 0 8px;
    font-size: .8em;
}

.Theme_11_Default .txtCont p {
    color: #FFF;
    margin: 0 0 8px;
    font-size: .8em;
}
 
 

.Theme_11_Default .Slide {
    visibility: hidden;
    /* overflow: hidden; */
    position: absolute;
    width: 100%;
    height: 270px;
    left: 0px;
    top: 0px;
    background: #EEEEEE url(images/preloader.gif) center center no-repeat;
} 


}
















#dng-megamenu673076 .dnngo_menu_list > li > a, #dng-megamenu673076 .dnngo_menu_list > li > a:link, #dng-megamenu673076 .dnngo_menu_list > li > a:active, #dng-megamenu673076 .dnngo_menu_list > li > a:visited, #dng-megamenu673076 .dnngo_menu_list .submenu_title a, #dng-megamenu673076 .dnngo_menu_list .submenu_title a:link, #dng-megamenu673076 .dnngo_menu_list .submenu_title a:active, #dng-megamenu673076 .dnngo_menu_list .submenu_title a:visited, #dng-megamenu673076 .dnngo_menu_list .submenu_title, #dng-megamenu673076 .dnngo_boxslide .submenu_title a, #dng-megamenu673076 .dnngo_boxslide .submenu_title a:link, #dng-megamenu673076 .dnngo_boxslide .submenu_title a:active, #dng-megamenu673076 .dnngo_boxslide .submenu_title a:visited, #dng-megamenu673076 .dnngo_boxslide .submenu_title {
    color: #383838;
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
}



  /*

.calendar-icon em {
    background-color: rgb(0 0 0);
}
  */

.calendar-icon {
  margin:.25em 10px 10px 0;
  padding-top:5px;
  float:left;
  width:80px;
  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;
  background-color:#af5b28;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d5d1ce));
  background: -moz-linear-gradient(top,  #ffffff,  #d5d1ce); 
  }

 .calendar-icon em{
  display:block;
  font:normal bold 11px/30px Arial, Helvetica, sans-serif;
  color:#ffffff;
 background-color: var(--bg-color2);
 background: var(--bg-color2);
  background: -webkit-gradient(linear, left top, left bottom, from(#b65b25), to(#bc6328));
  background:-moz-linear-gradient(top,  #b65b25,  #bc6328); 
  border-bottom-right-radius:3px;
  border-bottom-left-radius:3px;  
  border-top:1px solid #b65b25;
  }

.calendar-icon:before, .calendar-icon:after{
  content:'';
  float:left;
  position:absolute;
  top:5px;  
  width:8px;
  height:8px;
  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;} 


















    

#headerrow-349357 {
    background-color: rgb(2 55 83);   
    -webkit-box-shadow: 0px 2px 6px -4px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 2px 6px -4px rgb(0 0 0 / 73%);
}    


.page-title-bg {
	background: linear-gradient(to bottom, rgb(2 55 83), rgb(2 60 91));  
    background-color: rgb(2 55 83);    

 }   



.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article .edn_metaDetails {
  font: 13px/1.3 "Roboto Condensed", sans-serif;
  color: #706b6b;
  text-transform: uppercase;
  padding-bottom: 3px;
}








 
 

	
.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: 1140px;
	}
	.is-container {
		max-width: 1140px;
	}	
			}

@media (min-width:1600px) {
		.container {
		width: 1280px;
	}	
	.is-container {
		max-width: 1280px;
	}	
	}

	.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((1140px - 100vw)/2);
		width:calc(100% + (100vw - 1140px)/2);
	}
	.dng-right-full .dng-column:last-of-type > .dng-column-inner,
	.right-full-column > .full-column-inner{
		margin-right:calc((1140px - 100vw)/2);
		width:calc(100% + (100vw - 1140px)/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((1280px - 100vw)/2);
		width:calc(100% + (100vw - 1280px)/2);
	}
	.dng-right-full .dng-column:last-of-type > .dng-column-inner,
	.right-full-column > .full-column-inner{
		margin-right:calc((1280px - 100vw)/2);
		width:calc(100% + (100vw - 1280px)/2);
	}
	}



h1, h2, h3, h4, h5, h6{
	font-family:inherit;
}

h1{
	color:#272727;
	font-family:"Alata"; 	font-weight:500;
	font-size:2.25rem;
	line-height:1.2;
	letter-spacing:0;
}		
h2{
	color:#272727;
		font-family:"Alata"; 	font-weight:500;
	font-size:1.85rem;
	line-height:1.3;
	letter-spacing:0;
}		
h3{
	color:#272727;
		font-family:"Alata"; 	font-weight:500;
	font-size:1.65rem;
	line-height:1.3;
	letter-spacing:0;
}		
h4{
	color:#272727;
		font-family:"Alata"; 	font-weight:500;
	font-size:1.525rem;
	line-height:1.4;
	letter-spacing:0;
}		
h5{
	color:#272727;
		font-family:"Alata"; 	font-weight:500;
	font-size:1.375rem;
	line-height:1.4;
	letter-spacing:0;
}		
h6{
	color:#272727;
		font-family:"Alata"; 	font-weight:500;
	font-size:1.25rem;
	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: #131313 ;
}
div.is-inherit-root-text h1{
	color:#272727;
}
div.is-inherit-root-text h2{
	color:#272727;
}
div.is-inherit-root-text h3{
	color:#272727;
}
div.is-inherit-root-text h4{
	color:#272727;
}
div.is-inherit-root-text h5{
	color:#272727;
}
div.is-inherit-root-text h6{
	color:#272727;
}



@media only screen and (min-width: 576px)  {
						}
@media only screen and (min-width: 768px) {	
						}
@media only screen and (min-width: 992px) {	
		h1{
		font-size:3rem;		line-height:1.2;	}
			h2{
		font-size:1.85rem;		line-height:1.3;	}		
			h3{
		font-size:1.65rem;		line-height:1.3;	}		
				}
@media only screen and (min-width: 1200px) {	
						}

a, 
a:link{
	color:#B55F26;
}
a:visited{
	color:#b05f29;
}
a:hover{
	color:#e46e41;
}
a:active{
	color:#d2804a;
}




.btn-accent,
a.btn-accent{
	color:#a6846e;
	border-color:#a6846e;
	background-color:#a6846e;
}
[class*="am-btn-"].btn-accent:before{
	background-color:#a6846e;
}

div [class*="am-btn-"].hover-accent:hover{
	color:#a6846e;
	border-color:#a6846e;
	background-color:#a6846e;
}
div [class*="am-btn-"].hover-accent:hover:before{
	background-color:#a6846e; 
}



#Body .bg-accent{
	background-color:#a6846e;
}
#Body .color-accent{
	color:#a6846e;
} 
#Body .border-accent{
	border-color:#a6846e;
}
#Body .bg-accent-hover:hover{
	background-color:#a6846e;
}
#Body .color-accent-hover:hover{
	color:#a6846e;
} 
#Body .border-accent-hover:hover{
	border-color:#a6846e;
}
#Body .bg-accent2{
	background-color:#b39887;
}
#Body .color-accent2{
	color:#b39887;
} 
#Body .border-accent2{
	border-color:#b39887;
}
#Body .bg-accent3{
	background-color:#b39887;
}
#Body .color-accent3{
	color:#b39887;
} 
#Body .border-accent3{
	border-color:#b39887;
}
#Body .bg-accent4{
	background-color:#8c705a;
}
#Body .color-accent4{
	color:#8c705a;
} 
#Body .border-accent4{
	border-color:#8c705a;
}

b,
strong{
	font-weight:600;
}
.bold,
.font-weight-bold,
.strong-before:before,
.strong-after:after,
.strong-before :before,
.strong-after :after{
	font-weight:600!important;
}

#Body, html, body, .Head, .SubTitle, .SubSubTitle, .Normal{
	font-family: Open Sans;  
	font-size: 1rem; 
	line-height: 1.8;
	letter-spacing: 0;
	color: #131313 ;
}
.default-size{font-size:1rem;}
.default-lineheight{line-height:1.8;}

@media (min-width:576px) {
		}
@media (min-width:768px) {
		}
@media (min-width:992px) {
		}
@media (min-width:1200px) {
		}



button, 
input, 
select, 
textarea,
.btn{
	font-family: Open Sans;  
}

.default-color{
	color: #131313!important;
}
.default-bg-color{
	background-color: #131313!important;
}
.default-bg-color-hover:hover{
	background-color:#131313!important;
}
.default-border-color{
	border-color: #131313!important;
}
.accent-color{
	color: #a6846e;
}
.default-family{
	font-family:"Open Sans"!important;
}

 
.color1{
	color:#cc6d2d!important;
}
.color2{
	color:#b55f26!important;
}
.color3{
	color:#fb5625!important;
}
.color4{
	color:#8c705a!important;
}
.color5{
	color:#fc368a!important;
}
.color6{
	color:#023753!important;
}
.color7{
	color:#9b61dc!important;
}
.color8{
	color:#e40000!important;
}
.color9{
	color:#ffce09!important;
}
.color10{
	color:#3cb33c!important;
}


.bg-color1{
	background-color:#cc6d2d!important;
}
.bg-color1-hover:hover{
	background-color:#cc6d2d!important;
}
.bg-color2{
	background-color:#b55f26!important;
}
.bg-color2-hover:hover{
	background-color:#b55f26!important;
}
.bg-color3{
	background-color:#fb5625!important;
}
.bg-color3-hover:hover{
	background-color:#fb5625!important;
}
.bg-color4{
	background-color:#8c705a!important;
}
.bg-color4-hover:hover{
	background-color:#8c705a!important;
}
.bg-color5{
	background-color:#fc368a!important;
}
.bg-color5-hover:hover{
	background-color:#fc368a!important;
}
.bg-color6{
	background-color:#023753!important;
}
.bg-color6-hover:hover{
	background-color:#023753!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:#cc6d2d!important;
}
.border-color2{
	border-color:#b55f26!important;
}
.border-color3{
	border-color:#fb5625!important;
}
.border-color4{
	border-color:#8c705a!important;
}
.border-color5{
	border-color:#fc368a!important;
}
.border-color6{
	border-color:#023753!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:rgb(2 60 91);; 
				}		


.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:#ededed;  
		border-top:1px solid #ededed;	border-bottom:1px solid #ededed;	}
.page-breadcrumbs > .container{
		padding-top:0px;
				padding-bottom:0px;
		}

.page-breadcrumbs .breadcrumbs a:hover{
		color:#a6846e!important;
	}

.page-breadcrumbs .breadcrumbs{
    color: #464646;
    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: #464646;
    font-size: 14px;
}
.page-breadcrumbs .breadcrumbs a:hover{
			color:#a6846e!important;
	}

.breadcrumbs_sytle2 .breadcrumbs-box,
.breadcrumbs_sytle3 .breadcrumbs-box > a:before, 
.breadcrumbs_sytle3 .breadcrumbs-box > span > span > span:before{
	background-color:#ededed;
}

/*sidebar dynamic*/

.sidebar_dynamic.sidebar_dynamic_sytle01{
	padding-right:40px;	}
.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: #a6846e;	
}
.swiper-container .swiper-button-next:hover, 
.swiper-container .swiper-button-prev:hover{
	color: #a6846e;	
}
.isotope-grid .isotope-group a::after{
	background-color:#a6846e;
}

/**/
.fixed-widget-list li.backtop{
	background-color:#a6846e;
}
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:#b65b25;
}
body .homepage10-header-btn:hover{
	background-color:#cc6d2d;
}
.homepage10-header-btn.box-shadow2::after{
	box-shadow: -4px 3px 16px #a6846e;
}
.homepage10-header-btn.box-shadow2.bg-accent2::after{
	box-shadow: -4px 3px 16px #b39887;
}
.homepage10-header-btn.box-shadow2.bg-accent3::after{
	box-shadow: -4px 3px 16px #b39887;
}
.homepage10-header-btn.box-shadow2.bg-accent4::after{
	box-shadow: -4px 3px 16px #8c705a;
}


