/* Color Plan

Green: #b8d980
Gray: #666666

*/

.sp-page-title {
    background: #b8d980;
}
@media (max-width: 475px) {
#sp-header {
    height:75px;
	padding-top:10px;
	}}
.logo-image-phone {
    height: 60px;
	margin-top:10px;
	
}
.burger-icon {
    width: 35px;
    cursor: pointer;
    background: #b8d980;
    padding: 5px;
	border-radius: 5px;
}
.burger-icon>span {background-color: #ffffff;}

/*Table Overrides and Responsive Behaviours*/

table  {width: 100%;border-collapse: collapse; margin-bottom: 10px; }
table  tr:nth-of-type(odd) {background: #eee; }
table th {background: #b8d980 !important; color: #666666; font-weight: bold; }
table td, th { padding: 6px; border: 1px solid #ccc; text-align: left; width:inherit !important;vertical-align: top;}

table.center-all {width:97%;} 
table.center-all tr th, table.center-all tr td, table.center-all tr td h3 {text-align: center !important;}


/* Dropfiles Resets */
/* Simplex DF View */
.dropfiles-container {margin: 0!important;}
.dropfiles-content-simplex.dropfiles-content-multi {margin-top:-10px !important;}
.dropfiles-content-simplex.dropfiles-content .table {width:96% !important;border-collapse: separate; border-spacing:0 15px;}
.dropfiles-container-simplex {margin: 0px !important;}
.dropfiles-content-simplex .mediaTableWrapperWithMenu {padding-top: 0em !important;}
.dropfiles-container-simplex table thead,
.dropfiles-container-simplex .dropfiles-categories  {display:none !important;}
.dropfiles-container-simplex .dropfiles-content-table .mediaTableWrapperWithMenu {padding-top: 0em !important;}
.dropfiles-container-simplex a {font-size:1rem !important;}
.dropfiles-container-simplex a.openlink {border:1px solid #000000 !important;}
a.downloadlink.dropfiles_downloadlink + br {display:none !important}
.dropfiles-content-simplex.dropfiles-content span.ext, 
.dropfiles-content-simplex.dropfiles-content span.ext.pdf,
.dropfiles-content-simplex.dropfiles-content div.ext.pdf,
.dropfiles-content-simplex.dropfiles-content span.ext.docx, 
.dropfiles-content-simplex.dropfiles-content span.ext.pptx, 
.dropfiles-content-simplex.dropfiles-content span.ext.xlsx, 
.dropfiles-content-simplex.dropfiles-content span.ext.zip, 
.dropfiles-content-simplex.dropfiles-content span.ext.doc, 
.dropfiles-content-simplex.dropfiles-content span.ext.ppt, 
.dropfiles-content-simplex.dropfiles-content span.ext.xls, 
.dropfiles-content-simplex.dropfiles-content span.ext.jpg, 
.dropfiles-content-simplex.dropfiles-content span.ext.png  
  {display:none !important;}

.dropfiles-content-simplex a.title {padding:0px 12px !important;}
.dropfiles-content-simplex.dropfiles-content .table-bordered td.extcol.file_title.essential.persist {
    background-color:#b8d980 !important;
    border-radius: 40px 0 0 40px !important;
    border: 0px!important;
}
.dropfiles-content-simplex.dropfiles-content .table-bordered td.file_download.essential {
    background-color: #b8d980 !important;
    border-radius: 0px 40px 40px 0px !important;
    border: 0px!important;
	padding:8px 20px 0 0;
}
i.zmdi {display: none !important;}
.dropfiles-content-simplex.dropfiles-content .table-bordered td.extcol.file_title.essential.persist a, 
.dropfiles-content-simplex.dropfiles-content .table-bordered td.file_download.essential a {font-size:1rem;color:#666666; font-weight:600; border-radius: 1rem !important;    word-break: keep-all !important;}
.dropfiles-content .openlink:not(.noLightbox) { margin: 0px auto 6px auto;}

@media only screen and (max-width: 720px) {
.dropfiles-container-simplex .dropfiles-container-table {margin-left: 0px !important;}
}
@media (max-width: 720px) {
.dropfiles-container-simplex  td.file_download.essential {display:none;}
.dropfiles-content-simplex.dropfiles-content .table-bordered td.extcol.file_title.essential.persist {border-radius: 40px !important;}
}
@media (max-width: 720px) {
.dropfiles-container-simplex  td.extcol.file_title.essential.persist{padding: 0 15px;word-break:keep-all !important;}
}
@media (max-width: 414px) {
	.dropfiles-container-simplex  table {padding:0px !important; width:93% !important;text-align:start;	text-indent:0em; padding-right:0px !important;}
	.dropfiles-content-simplex a.title {padding:0px !important;font-size:0.8rem !important;word-break: normal !important;overflow-wrap:break-word !important;}
}

.sp-module td.file_download.essential {display: none !important;}

/* Person Wrap */

.sppb-person-addon-content-wrap {height:100% !important;} 

/* FAQS */

.accordion-button:not(.collapsed),
.accordion-button.collapsed{
    background-color: #b8d980 !important;
}
.accordion-button {
    font-size: 1.2rem!important;
    color: white !important;
    font-weight: bold!important;
}

/*Module Lists */

sp-left .sp-module ul, #sp-right .sp-module ul {
    list-style-type:circle;
    padding: 0;
    margin: 0;
}

#sp-left .sp-module ul>li, 
#sp-right .sp-module ul>li {
    border-bottom: 1px solid #f3f3f3;
    padding: 0.7rem 0 !important;
    border-top: 1px solid #f3f3f3;
}