
body {
	/* font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif; */
	margin: 0;
	padding: 0;
	color: #001c55;
}
/* ~~ Element/tag selectors ~~ */

ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	font-family: 'PT Sans', 'Courier New', Courier, monospace;
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 10px;
	padding-left: 10px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
}
table, tbody, tr {margin:0px!important;padding:0px!important;}
/* ~~ This arc-container surrounds all other blocks ~~ */
.arc-container {
	width: 90%!important;
	background: #f9f9f9;
	margin: 10px auto 20px auto!important; /* the auto value on the sides, coupled with the width, centers the layout */
	padding: 10px!important;
}
.dlc-container {
	width: 90%!important;
	background: #f9f9f9;
	margin: 0 auto!important; /* the auto value on the sides, coupled with the width, centers the layout */
	padding: 10px!important;
}
/* ~~ .dlc-container header {width:90%;]} ~~ */
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #001c55;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
/* a:visited {
	color: #6E6C64;
	text-decoration: underline;
} */
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color:001c55;
	/*font-size:125%;*/
}
a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background:#6CF url("../images/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border-width:2px;border-color:#fff;
	}
/* ....................................................................... */
/* ..................... Archive-specific styling  ......................... */
/* ....................................................................... */
th {height:100%!important;border-right-style:dotted!important;border-right-width:1px!important;border-right-color:#fff!important;}
#arc-HdrTable h2 {margin:0px!important;padding:0px!important;}
#arc-HdrTable2 h2 {margin:0px!important;padding:0px!important;border-width:2px!important;}
.arc-headerBG {background:#aee5f7;}

.arc-archiveHdr1 {width:50px;}
.arc-archiveHdr2 {width: 100%;text-align:center;}
.arc-Title1 {color:#38448a;display:block;text-align:center!important;font-weight:bold;font-size:1.1em!important;padding-top:1.0em;letter-spacing:4px;margin:0px!important;}
.arc-Title2 {color:#4c72bb;display:block;text-align:center;font-weight:bold;font-size:1.2em;padding-top:1.0em;margin:-5px 0 10px 0!important;letter-spacing:6px;}
.arc-title3 {display:block;text-align:center!important;font-size:0.75em!important;letter-spacing:3px;margin:0px!important;padding:5px 0 5px 0!important;line-height:150%;}
.arc-title4 {display:block;text-align:center!important;font-size:1.1em!important;letter-spacing:5px;margin:0px 0 10px 0!important;padding:5px 0 5px 0!important;line-height:200%;}
.arc-captionSub {display:block;font-size:1.0em!important;font-weight:bold!important;color:#4c72bb!important;text-align:center!important;}
.arc-caption1 {display:block;font-size:0.55em;color:#001c55!important;font-weight:bold!important;line-height:200%!important;letter-spacing:3px;text-align:center;margin-bottom:5px;}


#arc-collectionsIndex {;margin:20px auto 20px auto!important;color:#001c55;font-size:.75em;}
#arc-collectionsIndex .fa-file-archive {font-weight:bold;color:#001c55;  border-radius: 4px;background: #FFD700;padding: 2px; width: 18px;height: 18px; text-align:center!important;padding-top:5px!important;}

#arc-guidance {width:85%!important; margin:20px auto;text-align:justify;font-size:1.0em!important;}
#arc-guidance .fa-file-archive {font-size:10px!important;font-weight:bold;color:#001c55;  border-radius: 4px;background: #FFD700;width:16px; height: 14px; text-align:center!important;padding-top:3px!important;}
#arc-guidance .fa-download {text-align:center;font-size:1.0em;color:#611357;margin:10px 0 10px 0;}
.arc-guidanceItem {margin-left:20px;}
.arc-guidanceNote{display:block;margin-left:30px;font-size:90%;}
/* -------------------------------------------- */
/* END: All of the default table row and cell styles */
/* -------------------------------------------- */
.arc-head {background:#0d2d7e;color:#f1f1f1;box-shadow: 2px 2px 4px #4c72bb;}
.arc-head tr {font-size:0.8em;}
.arc-foot tr {background:#d9d9d9; font-size:0.75em!important;}
/* -------------------------------------------- */
/* END: All of the default table row and cell styles */
/* -------------------------------------------- */

#arc-collectionsIndex > tbody > tr > td.dt-body-center.arc-formatImage > a > img {width:150px; height:auto;} 
.guidanceIcon {width:50px!important;}
.linkIcon {width:24px!important; height:28px!important;}
.linkIconSmall {width:25px!important; height:28px!important;}
.specialIcon {width:40px!important;height:35px!important;}
.fa-facebook-f {font-size:12px!important;color:#36aff0!important;}
.fa-facebook-f:hover { color:#f1f1f1!important;}
.fa-twitter {font-size:12px!important;color:#36aff0!important;}
.fa-twitter:hover { color:#f1f1f1!important;}
.fa-pinterest-p {font-size:12px!important;color:#36aff0!important;}
.fa-pinterest-p:hover { color:#f1f1f1!important;}
.fa-linkedin-in {font-size:12px!important;color:#36aff0!important;}
.fa-linkedin-in:hover { color:#f1f1f1!important;}
.fa-envelope {font-size:20px!important;color:#36aff0!important;}
.fa-envelope.NY1-envelope:hover { color:#f1f1f1!important;}
.fa-cloud-download-alt {font-size:12px!important;color:#36aff0!important;}
.fa-cloud-download-alt:hover { color:#f1f1f1!important;}

.fa-eye {color:#FF33FF;font-size:1.2em;font-weight:bold;vertical-align:-15%;}
.fa-archive {color:#4c72bb;font-size:2.0em;margin-left:20px!important;}
.fa-file-archive {font-weight:bold;color:#001c55;  border-radius: 4px;background: #FFD700;padding: 2px; width: 18px;
  height: 12px; text-align:center!important;padding-top:5px!important;}

/* .................. END Archine-specific styling  ......................... */

.dlc-link:hover * { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color:red!important;
	font-size:125%!important;
}
.bold {font-weight:bold;}
.center {text-align:center;}
.underItal {font-style:italic;text-decoration:underline;}
.italic {font-style:italic!important;}
.smallText {font-size:60%!important;}

.NY1-corners {border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; -khtml-border-radius: 3px;}
.NY1-gradientBand {background: rgb(40,52,122);
background: linear-gradient(0deg, rgba(40,52,122,1) 0%, rgba(56,68,138,1) 50%, rgba(76,114,187,1) 100%);}
.NY1-centerText {text-align:center;}
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */

/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the block elements. The elements within these blocks have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the block itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the block element and place a second block element within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a block set to float right). Many times, padding can be used instead. For blocks where this rule must be broken, you should add a "display:inline" declaration to the block element's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar blocks could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the left instead of the right, simply float these columns the opposite direction (all left instead of all right) and they'll render in reverse order. There's no need to move the blocks around in the HTML source.

*/
.sidebar1 {
	float: right;
	width: 10%;
	background: #EADCAE;
	padding-bottom: 10px;
}
.content {
	padding: 10px 0;
	width: 100%;
	float: right;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}
/* ....................................................................... */
/* ................ Horizontal in-page MENU styling  ........................ */
/* ....................................................................... */
#dlc-pageNavTable {width:90%;font-size:.75em;color:#611357!important;text-align:center;margin:0px auto 0px auto!important;background:#AEE5F7; border-style:solid;border-width:1px;border-color:#CCF;border-radius: 3px;}
.arc-headerText {color:#611357!important;text-align:center;text-decoration:none!important;}
.arc-headerText a  {text-decoration:none!important;}
.arc-headerText a:hover {background:#e7f5fb!important;text-decoration:none!important;}

/* .arc-headerText {color:#611357!important;padding:0 5px 0 5px;}
.arc-headerText a {text-decoration:underline;} */

.repInfoIcon {width:20px!important;height:20px!important;padding-top:3px!important;}
.repInfoIcon:hover {background:none!important;}
.darkBlue {color:#001c55;}
.faqIcon {color:#0d2d7e!important;}
/* ....................................................................... */
/* ..................  END OF Horizontal MENU styling   .................... */
/* ....................................................................... */
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
nav ul {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
nav ul li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
nav ul a, nav ul a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background: #C6D580;
}
nav ul a:hover, nav ul a:active, nav ul a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #ADB96E;
	color: #FFF;
}

/* ~~ The footer ~~ */
footer {
	width:90%;
	margin:10px auto 10px auto;
	padding: 10px 0;
background: #feffff; /* Old browsers */
background: -moz-linear-gradient(top, #a0d8ef 0%, #ddf1f9 35%, #feffff100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #a0d8ef 0%,#ddf1f9 35%,#feffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #a0d8ef 0%,#ddf1f9 35%,#feffff100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0d8ef', endColorstr='#feffff',GradientType=0 ); /* IE6-9 */
border-radius: 3px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .dlc-container to understand where the columns end and contain them */
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}
/* ----------------   --------------  ------------------- */
/* ----------------   UBF CUSTOM CSS  -------------------- */
/* --------------   & Default Overrides ------------------ */
/* ---------------- ---------------- -------------------- */
/* ............  JS DataTables Styling Over-rides ........*/
/* ....................................................... */
/* .yadcf-filter {font-size:90%!important;}  */
/* ....................................................... */
#arc-collectionsIndex > tbody > tr.child > td > ul {background: #aee5f7!important;}

/*table.dataTable thead .sorting {
  background-image: url("/resources/Pictures/sort_both.png");
  background-size: 22px 22px;
}
table.dataTable thead .sorting_asc {
  background-image: url("/resources/Pictures/sort_asc.png");
  background-size: 22px 22px;
}
table.dataTable thead .sorting_desc {
  background-image: url("/resources/Pictures/sort_desc.png");
  background-size: 22px 22px;
  
table.dataTable thead th > {
    position: relative;
    background-image: none !important;
}
 
table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute;
    top: 12px;
    right: 8px;
    display: block;
    font-family: FontAwesome;
}
table.dataTable thead th.sorting:after {
    content: "\f0dc";
    color: #ddd;
    font-size: 1.2em;
    padding-top: 0.12em;
}
table.dataTable thead th.sorting_asc:after {
    content: "\f0de";
}
table.dataTable thead th.sorting_desc:after {
    content: "\f0dd";
} */
/* ....................................................... */
/* ...........Override JSDataTables default column widths ............. */
/* */
.arc-collection {word-wrap: break-word;}
.arc-audience {word-wrap: break-word;}
.arc-AssetName-Col {word-wrap: break-word;}
.arc-Audience-Col {word-wrap: break-word;}
.arc-Collection-Col {word-wrap: break-word;}
.arc-Source-Col {word-wrap: break-word;}
.arc-Desc-Col {word-wrap: break-word;}
.arc-description {word-wrap: break-word;width:250px;}
.arc-descriptionOrg  {word-wrap: break-word;width:200px!important;}
.arc-DDesc-Col, .arc-detailDescription {word-wrap: break-word;max-width:90%;}
.arc-Title-Col {word-wrap: break-word;;}
/* */
/* ........... END: Override JSDataTables default column widths .......... */
/* ....................................................... */
/* ....................................................... */
/* ............  JS DataTables Styling Over-rides ........*/
/* ....................................................... */
#arc-collectionsIndex > tbody > tr.child > td > ul {width:100%;background:#95ffff;padding:5px; border-style:solid; border-width:1px;border-color:#ccc;}
.arc-smallerdDesc {font-size:10px!important;}
.arc-smallerText {font-size:11px!important;}

/* ....................................................... */
/* HEADER Formatting */
.dlc-head {background:#001c55;color:#f1f1f1;}
.dlc-hNlang, .dlc-fNlang {font-size:.7em;}
.dlc-hTitle, .dlc-fTitle {font-size:.7em;}
.dlc-hDesc, .dlc-fDesc {font-size:.7em;}
.dlc-hFormat, .dlc-fFormat {font-size:.7em;}
.dlc-hDL, .dlc-fDL, .dlc-hCopy {font-size:.7em;}
.dlc-hElang, .dlc-fElang {font-size:.7em;}
.dlc-hElang, .dlc-fElang {font-size:.7em;}
.dlc-hContact, .dlc-fContact {font-size:.7em;}
.dlc-hComment, .dlc-fComment {font-size:.7em;}
.dlc-hAssetNum, .dlc-fComment {font-size:.7em;}
/* CELL Formatting */
.dlc-Nlang {font-size:.7em;text-align:center;}
.dlc-NlangRTL {font-size:1.1em!important;text-align:center;font-weight:normal!important;}
.dlc-bookName {font-size:.80em;}
.dlc-Title {font-size:.7em;text-align:center;font-weight:bold;}
.dlc-TitleRTL {font-size:.9em;direction:rtl;}
.dlc-Desc {font-size:.7em;}
.dlc-DescRTL {font-size:.9em;direction:rtl;}
.dlc-Format {font-size:.7em;text-align:center;font-style:italic;}
.dlc-DL {font-size:1.0em;text-align:center;color:#CC00CC;}
.dlc-DL a {font-size:1.0em;text-align:center;color:#CC00CC;}
.dlc-DL a:hover {color:green;font-size:1.3em;}
.dlc-DLarrow {font-size:1.0em;font-weight:bold;color:#CC00CC;}
.dlc-Elang {font-size:.7em;text-align:center;}
.dlc-Copy {font-size:.8em;text-align:center;}
.dlc-Contact {font-size:.8em;font-style:italic;text-align:center;}
.dlc-Comment {font-size:.8em;font-style:italic;}
.dlc-edition {font-size:75%;}
.dlc-assetNum {font-size:75%;}
/* ----------------   --------------  ------------------- */
/*            JS DataTables Formatting OVERRIDES           */
/* ----------------   --------------  ------------------- */

table.dataTable > tbody > tr.child ul.dtr-details {font-size:90%!important;}

/* Insert a semi-colon in the descriptor titles when the table wraps */
table.dataTable > tbody > tr.child span.dtr-title:after {content: ":";}
table.dataTable { margin: 0 auto!important;}
.paginate_button {font-size:65%;}
.paginate_button.disabled:hover {font-size:0.75em!important;}
.paginate_button.current:hover {font-size:0.75em!important;}
.dataTables_paginate .paginate_button:hover {font-size:0.75em!important;}
/* Urantia Book-related File Table */
html body div.dlc-container div#dlc-Table_wrapper.dataTables_wrapper.no-footer div#dlc-Table_length.dataTables_length label {font-size:75%!important;font-weight:bold;color:#60448a!important;}
html body div.arc-container div#dlc-Table_wrapper.dataTables_wrapper.no-footer div#dlc-Table_length.dataTables_length label {font-size:75%!important;font-weight:bold;color:#60448a!important;}

/* ----------------   --------------  ------------------- */
/* ----------------    MISCELLANEOUS   -------------------- */
/* ---------------- ---------------- -------------------- */
input {font-size:0.8em;padding-left:5px;font-style:italic;}
/* .fa-envelope {font-size:150%!important;} */
a img .filezipIcon {width:30px!important;height:35px!important;}
.dataTables_filter {margin-bottom:5px;}
.dlc-noBreak {white-space:nowrap;}
.dlc-Notice {font-size:.75em!important;color:#001c55!important;font-style:italic!important;}

#dlc-Table_wrapper {width:90%;margin:0 auto 0 auto!important;-webkit-box-shadow: 5px 5px 5px 0px rgba(0,28,85,0.5);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,28,85,0.5);
box-shadow: 5px 5px 5px 0px rgba(0,28,85,0.5);}
#dlc-Table {width:90%!important;}
#dlc-Table_filter label {font-weight:bold;font-size:0.8em;color:#38448a;}
#dlc-Table_info {font-weight:bold;font-size:0.7em;color:#38448a;font-style:italic;}

.show_hide {display:none;}

/* ........................................................................ */
/* ................. Tables: COMMON STYLING ELEMENTS.......................... */
/* ........................................................................ */
.dlc-archiveHdr0 {background:#0e6ba8;margin:10px auto 10px auto!important;width:90%!important;}
.dlc-archiveHdr1 {width:50px;}
.dlc-archiveHdr2 {width: 100%;}

.dlc-qDLcaption {display:block;color:#fff!important;font-size:0.95em;font-weight:bold!important;line-height:150%;letter-spacing:3px;text-align:center;margin-top:10px;}
.dlc-qDLcaption1 {display:block;line-height:200%;font-size:0.8em!important;font-weight:bold!important;font-style:italic;text-align:center;}
.dlc-qDLcaption2 {color:#CCF!important;font-style:normal!important;font-size:65%!important;display:block;padding:0 15% 0 15%!important;margin-top:10px;}


/* ........................................................................ */
/* .....................     ARCHIVE COLLECTIONS TABLE ............................. */
/* ........................................................................ */
html body div.arc-container div#arc-collectionsIndex_wrapper.dataTables_wrapper.no-footer div#arc-collectionsIndex_length.dataTables_length label {font-size:75%!important;font-weight:bold;color:#60448a!important;}
#arc-collectionsIndex_wrapper {width:90%;padding:0 5px!important;margin:0 auto 30px auto!important;-webkit-box-shadow: 5px 5px 5px 0px rgba(0,28,85,0.5);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,28,85,0.5);box-shadow: 5px 5px 5px 0px rgba(0,28,85,0.5); border-style:solid;border-width:1px;border-color:#ccc;border-radius:3px;}

#arc-collectionsIndex {width:90%!important;}

#arc-collectionsIndex td {border-style:solid;border-width:1px;border-color:#f3f3f3;}
#arc-collectionsIndex_filter label {font-weight:bold;font-size:0.8em;color:#38448a;}
#arc-collectionsIndex_info {font-weight:bold;font-size:0.7em;color:#38448a;font-style:italic;}

/* ........................................................................ */

.dlc-TIN {font-size:70%!important;display:block!important;text-align:center;margin:0 auto 0 auto!important;font-weight:normal!important;}

.dlc-TitleRTL .dlc-TIN {font-size:55%!important;display:block;text-align:center;margin:0 auto 0 auto!important;text-align:center;font-weight:normal!important;}
.dlc-Title1 {color:#38448a;display:block;text-align:center!important;font-weight:bold;font-size:0.9em!important;padding-top:1.0em;letter-spacing:2px;}
.dlc-Title2 {color:#4c72bb;display:block;text-align:center;font-weight:bold;font-size:2.0em;padding-top:0.4em;margin:-15px 0 5px 0!important;letter-spacing:7px;}
.dlc-Title3 {color:#4c72bb;display:block;text-align:center;font-weight:bold;font-size:1.0em!important;padding-top:0.4em;margin:-15px 0 5px 0!important;letter-spacing:7px;}
#dlc-HdrTable > tbody > tr:nth-child(2) > td > span {color:#001c55;display:block;font-size:0.8em!important;letter-spacing:2px!important;text-align:center;margin-bottom:10px;}

hr.goldFading {margin-top:5px;height:1px;border:none;width:75%;
background: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(50%,#D0B53E), color-stop(100%,transparent)); /* Chrome, Safari4+ */
background: -webkit-linear-gradient(left, transparent 0%,#D0B53E 50%,transparent 100%); /* Chrome10+, Safari5.1+ */
background: -moz-linear-gradient(left, transparent 0%,#D0B53E 50%,transparent 100%);    /* FF3.6+ */
background: linear-gradient(to left, transparent 0%,#D0B53E 50%,transparent 100%);      /* W3C */
}

/* ------------ ---------------------- -------- */
/* ------------    Archive Header Table CSS     -------- */
/* ------------ ---------------------- -------- */
#arc-HdrTable, .dlc-archiveHdr0 {width:90%;margin:20px auto 10px auto!important;border-collapse:collapse;-webkit-box-shadow: 5px 5px 5px 0px rgba(0,28,85,0.5);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,28,85,0.5);
box-shadow: 5px 5px 5px 0px rgba(0,28,85,0.5);
border-radius: 3px;
background: #feffff; /* Old browsers */
/*background: -moz-radial-gradient(center, ellipse cover, #feffff 0%, #ddf1f9 35%, #a0d8ef 100%); /* FF3.6-15 */
/*background: -webkit-radial-gradient(center, ellipse cover, #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to top, #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
/* ------------ ---------------------- -------- */
#arc-HdrTable2 {width:90%;margin:20px auto 4px auto!important;border-style:solid;border-width:1px;border-color:#4c72bb;border-collapse:collapse;-webkit-box-shadow: 5px 5px 5px 0px rgba(0,28,85,0.5);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,28,85,0.5);
box-shadow: 5px 5px 5px 0px rgba(0,28,85,0.5);background:#fefefe;}
.arc-headerLogo {width:75px;height:100px;}

/* ------------ ---------------------- -------- */
/* ------------    DLC Header Table CSS     -------- */
/* ------------ ---------------------- -------- */
#dlc-HdrTable {width:90%;margin:40px auto 10px auto!important;border-style:solid;border-width:1px;border-color:#C9F;border-collapse:collapse;-webkit-box-shadow: 5px 5px 5px 0px rgba(0,28,85,0.5);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,28,85,0.5);
box-shadow: 5px 5px 5px 0px rgba(0,28,85,0.5);background:#fff;}
.dlc-headerLogo {width:75px;height:100px;}
.arc-headerLogo1 {width:50px;height:50px;padding:5px 0 0 10px;}
.arc-headerLogo2 {width:50px;height:50px;padding:5px 10px 0 0px;}

/* ------------ ---------------------- -------- */
/* ------ Quick Download Table CSS ------ */
/* ------------ ---------------------- -------- */
caption {margin:20px 0 0.6em 0;}
#dlc-qDLtable, #dlc-allOthers {width:90%;margin:20px auto 40px auto!important;border-style:solid;border-width:1px;border-color:#C9F;border-collapse:collapse;-webkit-box-shadow: 5px 5px 5px 0px rgba(0,28,85,0.5);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,28,85,0.5);
box-shadow: 5px 5px 5px 0px rgba(0,28,85,0.5);}
#dlc-qDLtable td {border-style:solid;border-width:1px;border-color:#C9F;}
#dlc-allOthers td {border-style:solid;border-width:1px;border-color:#C9F;}

.dlc-qDLhdrBlank {background-color:#aee5f7;}
.dlc-qDLhdr {text-align:center;font-size:0.7em;background-color:#255081;color:#fff;;}
.dlc-qDLsbar1 {text-align:center;font-size:1.0em;background-color:#255081;color:#fff;}
.dlc-qDLsbar2 {text-align:center;font-size:0.8em;font-style:italic;}
.dlc-qDL  {text-align:center;font-size:0.75em;padding-top:10px;}
.dlc-qDL .fa-download {text-align:center;font-size:1.5em;color:#CC00CC;margin:10px 0 10px 0;}
/* ------------------------------------------------------ */
  /* ------------------------------------------------------------------------- */
 /* ------------------------------------------------   ------------------------- */
/* ----------------------------------------   --------------------------------- */
  /*                                MEDIA QUERIES                              */
  /* ------------------------------------------------------------------------- */
  /* ------------------------------------------------------------------------- */

@media screen and (min-width: 1024px) {

}
@media screen and (max-width: 1023px) {
p {font-size:.8em!important;}
.arc-headerLogo1 {width:35px;height:35px;}
.arc-headerLogo2 {width:35px;height:35px;}
.arc-headerText {font-size:0.85em!important;}
.arc-Title1 {font-size:0.95em!important;padding-top:0.6em;letter-spacing:3px;}
.arc-Title2 {font-size:1.0em!important;padding-top:1.0em;margin:-5px 0 10px 0!important;letter-spacing:4px;}
.arc-title3 {font-size:0.7em!important;letter-spacing:1px;padding:5px 0 5px 0!important;}
.arc-title4 {font-size:0.9em!important;letter-spacing:3px;}	
}
@media screen and (max-width: 600px) {
/* start of medium tablet styles */
p {font-size:.7em!important;}
table.dataTable > tbody > tr.child ul.dtr-details {font-size:70%!important;}
.child ul li {font-size:11px!important;}
#arc-collectionsIndex {width:80%!important;}
.arc-Collection-Col {font-size:80%!important;}
.arc-Language-Col {font-size:80%!important;}
.arc-Source-Col {font-size:80%!important;}
.arc-paperRef  {font-size:80%!important;}
.arc-Title-Col {font-size:80%!important;}
.arc-headerLogo1 {width:30px;height:30px;}
.arc-headerLogo2 {width:30px;height:30px;}
.arc-headerText {font-size:0.7em!important;}
.arc-Title1 {font-size:0.8em!important;padding-top:0.6em;letter-spacing:2px;}
.arc-Title2 {font-size:0.9em!important;padding-top:1.0em;margin:-5px 0 10px 0!important;letter-spacing:3px;}
.arc-title3 {font-size:0.60em!important;letter-spacing:1px;padding:5px 0 5px 0!important;}
.arc-title4 {font-size:0.8em!important;letter-spacing:3px;}
.dlc-qDLsbar1 {font-size:0.7em;}
.dlc-qDLsbar2 {font-size:0.65em;}
.dlc-qDL  {font-size:0.60em;padding-top:5px;}
.dlc-Title1 {font-size:70%!important;}
.dlc-Title2,.dlc-qDLcaption,.dlc-qDLcaption1,.dlc-Title3 {font-size:80%!important;}
.repInfoIcon {width:16px!important;height:16px!important;}

}
@media screen and (max-width: 480px) {
.arc-Desc-Col, .arc-description {font-size:80%!important;}
}
@media screen and (max-width: 400px) {
.child td {width:200px!important;}
.child ul li {font-size:9px!important;}
.arc-Desc-Col, .arc-description {font-size:80%!important;}
.arc-paperRef  {font-size:65%!important;}
.arc-Title-Col {font-size:70%!important;width:85px!important;}
}