/* temporarily hiding this div */ a.howtos { display: none; }

.bottom-article-info{max-width: 1000px !important;}
h2,.page-header h2{
    text-align: center;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -2px;
    font-size: 52px;
    color: #f18a20;
}
h3{
    font-weight: 500;
    font-size: 34px;
    line-height: 36px;
    letter-spacing: -0.5px;
}
h4{
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.2px;
    text-align: center;
}
h5{
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
}
h6{
    font-family: Neue Haas Unica W1G;
    font-weight: 700;
    font-size: 18px;
    line-height: 15px;
    letter-spacing: 0%;
    text-transform: uppercase;

}
p{
    font-size: 18px;
    /* line-height: 24px; */
    margin-bottom: 0.6em;
    font-weight: 400;
    /* font-size: 22px; */
    line-height: 26px;
    letter-spacing: -0.2px;

}
option{
   font-family: neue-haas-unica, sans-serif;
}
span{
    font-size: 18px;
}
select{
    padding: 2px; 
	border-radius: 3px;
    background-color: #FFFF;
    border: 1px solid #BABABA;
}

div.t4-header-r.d-flex.align-items-center div.custom{
    margin-left: 0;
}
#t4-header{
    box-shadow: 0px 2px 4px 0px #0000004D;

}
/* CSS for Navigation Bar */
.navbar-brand{
    display: inline-block;
}
/* ###### css for hamburger nav ###### */
@media (min-width: 1200px) 
{ 
    .navbar-expand-xl { margin-left: 0rem; } 
}
/* ###### Remove uppercase header menu ####### */
.nav-link{
    text-transform: none !important;
}
/*##############using this to move dropdown items closer to search button*/
.mx-auto{
    margin-right: 0 !important;
}

.menu-item-title:hover{
    border-bottom: #4b4f54;
    border-width: 1px;
}

/*remove "You are here:" from the breadcrumbs*/
.bcTitle{display: none;}
.t4-section.t4-breadcrums, .t4-section.t4-breadcrumbs{
    margin-top: 10px;
    border-top: 0px;
}

.k2BreadcrumbsBlock{
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: -0.17px;
}

img.logo-img {
    max-height: 80%;
    max-width: 80%;
    margin-top: 0px;
}
/* CSS for Home page Hero */
 .col-xxl-7{
    width: 70%
 }
#acm-hero-135{
    z-index: 0;
    max-height: 70%;
    margin-top: -100px;
    margin-bottom: -40px;

}
.acm-hero.style-1 .has-bg .hero-content{
    min-height: 37rem;
}
/* .hero-content-container{
    margin-top: -20px;
} */
.hero-title{
  color: #fff;

  
}

#t4-header{
    height: 80px;
    background: #fff;
    /*transition: all 220ms;*/
}

/*######################Hero Search Box#########################*/
.mod-finder__search{
    justify-content: center;
}
#mod-finder-searchword112.js-finder-search-query.form-control{
    color: #4B4F54;
    /*background-color: #DEDEDE;*/
    /* width: 40%; */
    /* border-color: var(--color-primary); */
    border-color: #797979;
}

.itemExtraFieldsLabel{
    font-size: 18px !important;
}
div.mod-finder__search.input-group{
    gap: 0px;
}
button.btn.btn-primary{
    background-color: #DEDEDE;
    border-color: #797979;
    color: #797979;
}
    
form.mod-finder.js-finder-searchform.form-search div.mod-finder__search.input-group button.btn
{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-left-width: 0px !important;
}
/*#####################dropdown Search Box###################*/
#toggle-smart-search{
    background-color: transparent;
    border: 0;
}
#smart-search-container{
    margin-top: 1px;
    position: absolute;
    display: grid;
    left: 0;
    right: 0;
}
/*#####################search results#########################*/
.com-finder.finder{
    margin-top: 3rem;
}
.result-title{
    text-align: left;
}
.result-taxonomy{
    display: none;
}
#search-results .result-title a{
    color: #863594;
}
.p #toggle-smart-search{
    margin-bottom: 10px;
}
.result-url{ display: none; }
/*Article ADDONS HOME (works with the Module version too)*/
.custom-blocks{
    position: relative;
    margin-top: -150px;
    
    align-items: stretch;
}

@media (min-width: 768px) { /*768*/
  .custom-blocks {
    display:flex;
    margin-bottom:50px;
    flex-wrap:wrap;
    justify-content:center;
    align-items: stretch;
  }
}
/* commenting this out as it is redundant */
/* .row{
    margin-right: -15px;
    margin-left: -15px;
} */
.custom-block{
    display: flex;
    /* float: none; */
    margin-bottom: 16px;
    text-align: center;

    /*testing*/
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    flex: 1 1 auto;
}
.column{
    position: relative;
    /* float: left; */
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;

    float: none;
    display: flex;
    flex-direction: column;
}
.custom-block__link{
    /* display: block; */
    width: 100%;
    padding: 24px 16px 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px #0000001A;
    text-align: center;
    background: #fff;
    transition: all 220ms;

    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    flex: 1
}

.custom-block__link:hover{
    transform: scale(1.045);
}
.custom-block .float-none{
    /* max-width: 40%; */
    height: auto;
    max-height: 94px;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.custom-block__icon{
    margin-bottom: 12px;
    display: inline-block;
}
p.custom-block__description{
    color: #f18a20;
    font-size: 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 12px;
}
.custom-block__available{
    color: #4b4f54;
    margin-top: auto;
    
}
.col-md-3{
    width:auto;
}

@media (min-width: 768px) { /*768*/
  .column--sm-6 {
    width:50%;
  }
}
@media (min-width: 992px) { /*992*/
  .column--md-3 {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .col-md-9 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.bradjust{ 
    display: none;
    font-size: 28px;
}
@media (min-width: 992px) {
    .bradjust{display: inline;}
}



/*####################### Styling for how-tos module on home page ##################################*/
div #Mod158{
    padding-top: 0;
}
.how-to-blocks{
    position: relative;
}
.how-to-block__link{
    display: block;
    width: 100%;
    padding: 24px 20px 30px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    text-align: center;
    background: #F7F7F7;
    transition: all 220ms;
}
.how-to-block__link:hover{
    transform: scale(1.045);
}

.how-to-block__description{
    color: #4b4f54;
    text-align: left;
}
.how-to-block__description strong{
    color: #f18a20;
}
/* ################################################## */
/* #################### TABULIZER ################### */
/* ################################################## */
.item-page.layout-default.no-sidebar .top-article-info:has(.dataTables_wrapper) {
    max-width: fit-content; 
}
.tab_search_init{
    border-radius: 2px;
    background: #F7F7F7;
    border: 1px solid #D2D2D2;
}
thead tr.tabrow td.sorting{
    text-align: left;
}
td.tabcol{ padding: 9px !important; }
.tabcol select{
     background-color: #F7F7F7;
    border: 1px solid #D2D2D2;
    min-width: 100%;
} 
.tabcol select:focus{
     background-color: #FFFF;
    border: 1px solid #D2D2D2;
    min-width: 100%;
} 

/*list in New Addons*/
h2.latestItemTitle{
    font-size: 100%; 
    margin-top: 4px;
    margin-bottom: 4px;  
}
/*list above plugins, widgets, and rules tables*/
#itemListLeading{
    display: none;
}
/**/
#Mod149, #Mod150, #Mod151{
    /*max-width: fit-content;*/
    padding-top: 0px;
}
.available_items, .dataTables_info{
    display: block;
    /*font-weight: 600;*/
    /* float: left; */
    margin: 0 10px 0 0; /*top right bottom left*/
}
.dataTables_wrapper{
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
}
#tab_JW26ZEE8bG_wrapper table tr td input/*[value="Date Created"]*/{
    width: 100%;
}

.tabsearch_row, table tr.tabrow[role="row"]{
    background-color: #F7F7F7;
}
/* ############################################################## */
/* ##################### pagination css ######################### */
/* ############################################################## */
.first.paginate_button, .last.paginate_button{display: none;}
.dataTables_paginate.paging_full_numbers span a.paginate_active{
    border: 1px solid #86359445;
    background: #F8F8F8;
    border-radius: 5px;
    color: #863594;
    padding: 2px 8px;
    margin-left: 3px;
    margin-right: 3px;
    vertical-align: middle;
}
.dataTables_paginate.paging_full_numbers span a.paginate_button
{
    background: #FFFFFF;
    border-radius: 5px;
    border: 0px;
    padding: 2px 8px;
    margin-left: 3px;
    margin-right: 3px;
    vertical-align: middle;
}
.dataTables_paginate.paging_full_numbers a.previous.paginate_button,
.dataTables_paginate.paging_full_numbers a.next.paginate_button
{
    font-size: 18px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 0px;
    padding: 2px 5px;
    margin-left: 3px;
    margin-right: 3px;
    vertical-align: middle;
}
.dataTables_wrapper div.tab_top, .dataTables_wrapper div.tab_bottom{
    padding: 8px 4px;
}

.howToTitle {
    white-space: nowrap; /* Prevents wrapping of the text */
    
}

.howtos {
    display: block; /* Ensures the links stack below the title */
    margin-top: 10px; /* Adds some spacing below the title */
}


.howtos-container{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* flex-direction: row; */
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 10px;
}
.howtos{
    width: 209;
    height: 44;
    top: 164px;
    left: 1128.5px;
    border-radius: 5px;
    padding-top: 14px;
    padding-right: 20px;
    padding-bottom: 14px;
    padding-left: 20px;
    font-weight: 700;
    text-align: center;
    color: #f18a20;
    background-color: #fff;
    padding: 14px 20px 14px 20px;
}
.howtos:hover, .filterClear:hover{
    transform: scale(1.045);
}
#Mod152{
    padding: 0px;
}

.filterContainer{text-align: right;}
.filterClear{
    background-color: #FFFFFF;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
    width: 95;
    height: 28;
    gap: 10px;
    border-radius: 2px;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #D2D2D2


}
.howtos{
    margin-top: 16px;
    display: inline-flex;
    box-shadow: 0px 4px 4px 0px #00000040;

}
/* ################################################################## */
/* ########################## K2 Page CSS ########################### */
/* ################################################################## */
/*K2 download attachment line*/
div.page-header{
    text-align: left;
}
div.itemHeader h2.itemTitle{
    text-align: left;
    margin-top: 1rem;
}
div.itemAttachmentsBlock{
    border-bottom: 0px;
    padding: 0px;
}
div.itemAttachmentsBlock ul.itemAttachments li{
     display: block;
     text-align: left;
    padding: 0px;
}
div.itemAttachmentsBlock ul.itemAttachments li span{
    font-size: 15px;
}
/* .itemAttachmentsBlock span{
    font-size: 18px;
} */

/* ########## K2 Gallery CSS ######### */
ul.sigFreeContainer li.sigFreeThumb{
	margin: 5px;
	padding: 0;
	list-style: none;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 4px 4px rgba(0,0,0,.1);
	/* border-radius: 10px; */
	position: relative;
}
div.itemHeader h2.itemTitle{
    margin-top: 1rem;
}
div.itemListCategory{
    margin: 0 0 0 0;
    text-align: left;
    background: transparent;
    border: 0px none transparent;
    padding: 0px;
    //display: none
}
div.itemListCategory h2{ display: none; }
#k2Container{
    padding: 0 0 0 0;
}
.itemListCategory h2{
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
}
/*JLVN latest addons*/
.latestfilter .field-calendar, .latestfilter .filterbutton,.fixforbt,.filterbuttonprev,.filterbuttonnext{
    display: inline-block;
}
.latestfilter button{
    color: indianred  !important;
    border-color: indianred  !important;
}
.latestfilter button:focus{
    background-color: #fff  !important;
}

.form-check .form-check-inline{
    display: inline;
}

/*element (css for top menu container)*/
.copyright{
    padding-left: 5rem;
}
/*this removes the "more in this category" text inside k2 items*/
.itemNavigation{
    display: none
}

/*styling for mapped fields inside plugin pages*/
span.itemExtraFieldsValue{
    display: flow-root;
}
/*styling for standard plugins table*/
#tab_JW26ZEE8bG_wrapper{
    width: 100%;
    white-space: normal;
    display: block;
}

td.tabrow{
    text-align: right;
    white-space: nowrap;
}
#mib{
    word-break: break-all;
}
/*h2[itemprop="headline"]{
    background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 0 0 0;
  padding: 8px;
}*/
#k2Container.row.latestView div.componentheading div.pagetitle{
    background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 0 0 0;
  padding: 8px;
  font-size: 200%;
  font-weight: bold;
}

/*fixing image sizing on articles*/
.float-none{
    max-width: 100%;
}
/*css to make select white / make select size of column*/

/*css for input boxes in tables*/


/*hide related tags in k2 items*/
.itemTagsBlock{
    display: none;
}



.btn.btn-primary{
    background-color: blue;
}
/*##############Footer####################*/
.footer-logo {
	max-width: 164px;
	width: 100%;
	height: auto;
}
@media (min-width: 992px) {
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
        padding-right: 0px
    }
}
@media (min-width: 992px) {
    .col-md-4, .view-id-blog_infographic_posts .view-header .featured-resource-side {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
}
.footer-bottom {
	padding-top: 4rem;
    padding-bottom: 4rem;
}
.footer-hq .pane-home-bottom-resources .bottom-resource .resource-content .bottom-resource-text, .footer-hq .view-all-blog-posts .views-field-body, .footer-hq .view-all-blog-posts .views-field-view-node, .footer-hq .view-id-blog_infographic_posts .resource-featured-main .resource-featured-description .resource-featured-title-link, .footer-hq p, .pane-home-bottom-resources .bottom-resource .resource-content .footer-hq .bottom-resource-text, .view-all-blog-posts .footer-hq .views-field-body, .view-all-blog-posts .footer-hq .views-field-view-node, .view-id-blog_infographic_posts .resource-featured-main .resource-featured-description .footer-hq .resource-featured-title-link {
	font-size: 12px;
	line-height: 21px;
	letter-spacing: -.17px;
	margin-bottom: 0;
	font-weight: 400;
	color: #4b4f54;
}
div.col-12.col-md-2 div#footer-address{
    padding-right: 0px;
}
.t4-section.t4-footnav.border-top{
    display:none;
}
#t4-section-9, .t4-footer{
    background-color: #F6F6F6;
	border-top: var(--t4-border-width) var(--t4-border-style) var(--t4-border-color);

}