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

#sp-header {
	background: var(--headlandblue);
}

.sp-page-title {
	background-size: cover !important;}

h1.sp-page-title-heading, 
h2.sp-page-title-heading {
    padding: 148px!important;
    font-size: 3rem!important;
    color: #ffffff!important;
    text-shadow: 0 0 3px #000000;
	
}

.burger-icon span {background: var(--white)}
	
/* 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(--headlandblue) !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(--headlandblue) !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(--headlandblue) !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;}

/*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(--headlandblue);font-weight: bold; border:0 !important;color:var(--white); }
.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;
}

/* More Docs Snippets */

p.moredocs {padding:10px 10px; margin-bottom:2rem; background:#ffa800;display:inline-flex; border-radius:8px !important;color:var(--white);}
p.moredocs:before {content:"\f05a"; font-family:fontawesome;padding-right:10px }

/* Bottom Row */
#sp-bottom {
    background: var(--palegray);
	color: var(--black);
	border-top:var(--headlandblue) 3px solid;
}
/* Link Buttons CSS */

p a.btn, p a.mybtn {
	background: var(--headlandblue); 
	color: var(--white); 
	padding: 10px 16px; 
	border-radius: 5rem;
	display: inline-block;
}
p a.btn:hover, p a:mybtn:hover {
	background: var(--paleblue); 
	color: var(--black); 

}

/* Policy Links Appearance */
ul.weblinkseverydoc {list-style:none !important;}
a.everydoc, .weblinkseverydoc a {background:var(--headlandblue) !important; padding:15px 20px; margin:15px; display:block; border-radius:30px; border:1px solid #000; color:var(--white)} 
a.everydoc:before, .weblinkseverydoc a:before {font-family: fontawesome;content:"\f152  ";padding-right:6px;color:var(--white);}

aside ul li {line-height: 2rem;}

ul.mod-articles.mod-list li a.active {font-weight:600;}

/* Image management*/

img[style="float: right;"] {margin-left:20px;max-width: 50%;padding:4px; border:1px solid #d3d3d3;}
img[style="float: left;"] {margin-right:20px;max-width: 50%;padding:4px; border:1px solid #d3d3d3;}
img[style="display: block; margin-left: auto; margin-right: auto;"] {padding:4px; border:1px solid #d3d3d3;}
.pull-left.item-image { float: left; margin-right: 20px; width: auto;padding:4px; border:1px solid #d3d3d3;}
.pull-none.item-image {margin-bottom:20px;padding:4px; border:1px solid #d3d3d3;}
.pull-none.item-image img {width:100% !important;}

/* blockquote Arrangement */

blockquote {
    margin: 0 0 -1rem;
}

blockquote p:before {
    content: "\f10d"; font-family:fontawesome; font-size:1em; color:var(--headlandblue);
    left: -1rem;
    top: -2rem;
	padding-right:1rem;
}
blockquote p:after {
    content: "\f10e"; font-family:fontawesome; font-size:1em;color:var(--headlandblue);
    left: -1rem;
    top: -2rem;
	padding-left:1rem;
}


blockquote p{

	font-weight: 400;
	font-size: 2rem;
	max-width: 99%;
	line-height: 1.4;
	position: relative;
	margin: 0;
	padding: 1.5rem 1.5rem 1.5rem 2.5rem;
	text-align: center;

}

cite {
	line-height: 3;
	text-align: center;
	font-style: italic;
	display:block;
}


/* More Docs Snippets */

p.moredocs {padding:10px 10px; margin-bottom:2rem; background:#ffa800;display:inline-flex; border-radius:8px !important;color:#ffffff;}
p.moredocs:before {content:"\f05a"; font-family:fontawesome;padding-right:10px }