:root {
	--darkblue: #1e46a1;
  	--blue: #62aae8;
  	--lightblue: #4e9ae4;
	--white : #ffffff;
	--black :#000000;
	--palegray:#eeeeee;
}

/* Helix Off-Canvas Fix */

@media screen and (min-width: 992px) {
body.ltr #offcanvas-toggler.offcanvas-toggler-right {display: none; visibility: hidden; margin:0;}
}

.offcanvas-active .burger-icon > span, 
#modal-menu-toggler.active .burger-icon > span {background-color: darkred !important;} 

#sp-main-body {
    padding: 40px 0;
}


@media (max-width: 575.98px) {
    .nophone {display:none}
}




/*Table Overrides and Responsive Behaviours*/

.article-details table  {width: 100%;border-collapse: collapse; margin-bottom: 10px; }
.article-details  table tr:nth-of-type(odd) {background: var(--palegray); }
.article-details  table th {background: var(--blue); color: var(--white); font-weight: bold; border:0 !important; }
.article-details table p {padding:10px 10px !important;margin:0px !important;}
.article-details  table td { border: 1px solid #ccc; text-align: left; width:inherit !important;vertical-align: top;}
.article-details  table.center-all {width:97%;}
.article-details table.center-all tr th, 
.article-details table.center-all tr td, 
.article-details table.center-all tr td h3 {text-align: center !important;} 

/* Select tables inside #sp-component */
#sp-component table {
    border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
}

/* Style the first <th> (top-left corner) */
#sp-component table th:first-child {
    border-top-left-radius: 10px;
}

/* Style the last <th> (top-right corner) */
#sp-component table th:last-child {
    border-top-right-radius: 10px;
}

strong, b {font-weight: 900;}


ol li, ul li {padding: .5rem 0;}

/* 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!important; border-spacing:0 15px!important;}
.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;color:var(--white) !important;}
.dropfiles-container-simplex a.openlink {border:1px solid var(--black) !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;}
.article-details .dropfiles-content-simplex.dropfiles-content table td:first-child {text-transform: uppercase;width:80% !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: var(--blue) !important;
    border-radius: 40px 0 0 40px !important;
    border: 0px!important;
}
.dropfiles-content-table.dropfiles-content .table,
.dropfiles-content, .dropfiles-dropblock-content {background-color: transparent !important;}

.dropfiles-content-simplex.dropfiles-content .table-bordered td.file_download.essential {
     background-color: var(--blue) !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:var(--white); font-weight:600; border-radius: 1rem !important;    word-break: keep-all !important;}
.dropfiles-content-simplex.dropfiles-content .table-bordered td.file_download.essential a.downloadlink.dropfiles_downloadlink {width:80%; border:2px solid var(--white); float:right;padding:3px;background:var(--white) !important;color:var(--blue) !important;}


@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;}
}

.dropfiles-single-file .dropfiles-file-link {border-radius:15px !important; width: 100% !important;}
.dropfiles-single-file {display: block !important; width: 100%;margin-top:-20px !important;}
.dropfiles-single-file .dropfiles-file-link {    font-family: "Poppins";font-size: .9rem !important;}

.mceNonEditable, .mceEditable {display:none!important;}

/* Link Buttons CSS */

#sp-main-body p a.btn, #sp-main-body p a.button, #sp-main-body p a.mybtn {
	background: var(--blue); 
	color: var(--black); 
	padding: 10px 16px; 
	border-radius: 5rem;
    margin: 0px 0 !important;
    display: inline-flex;
}

p a.btn:hover, p a.button:hover, p a.mybtn:hover {
	background: var(--darkblue); 
	color: var(--white); 

}
p a.btn:before, p a.button:before, p a.mybtn:before {font-family:fontawesome; content:"\f08e"; padding-right:10px; color:var(--white);}

.everybtn {width:100% !important; text-align:left!important;}
a.everybtn:before {font-family:fontawesome; content:"\f019"!important; padding-right:10px; color:var(--white);}
.everybtn {width:100% !important; text-align:left!important;}
#sp-right a.everybtn:before {font-family:inherit; content:""!important; padding-right:0px;}
#sp-right .listed p {
text-indent: -1.8rem; padding-left: 1rem;
}

/* Image Floats */

.article-details .article-full-image { margin-bottom: 2rem;}
.article-details .article-full-image.float-left { float:left; margin-right: 2rem;}
.article-details .article-full-image.float-right { float:right; margin-left: 2rem;}
.article-details img[style="float: right;"] { float:right; margin: 0 0 1rem 1rem}
.article-details img[style="float: left;"] { float:left; margin: 0 1rem 1rem 0;}
.blog .article-list .article {
    position: relative;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #222;
    border-radius: 3px;
    background: #e7e7e7;
    box-shadow: 0 0 10px #e8e8e8;
}

/* SP Image Floats */
.sppb-addon-content   img[style="float: right;"] { float:right; margin-left: 2rem;padding: 5px;    border: 1px solid #dddddd;}
.sppb-addon-content   img[style="float: left;"] { float:left; margin-right: 2rem;padding: 5px;    border: 1px solid #dddddd;}

/* If the .mybtn link contains an img, remove the background */
.mybtn:has(img) {
    background: none!important;
}
.view-search p a.mybtn {
 background: none !important; 
	color: inherit !important; 
	padding: inherit; 
	border-radius:0px !important;
	text-align: left !important;
}
.view-search p a.mybtn:hover {
	background:  none!important;
	border-radius:0px !important;
	text-align: left !important;} 

