/**** COLOURS 
denza blue rgb(0,48,135)    rgb(0,47,141)
20% #CDD6E8
50% #8397C3
70% #536FAC
85% #2A5099

dark blue #00124C
dark grey #565656
silver #DADBDB

orange #EA7028
yellow #FF9C00
gold #FFE3A8

FONTS
URWReg
URWMed
URWBold

***/

.asset-display{
   line-height: normal; 
}

.asset-display .GalleryWrapperHeader {
    margin-bottom: 20px;
    margin-top: 10px;
    font-family: "URWMed";
    color: #000;
    font-size: 16px;
}
.asset-display .tile-item .tile-content .copy {
    color: #565656;
}
.asset-display .tile-item .epa-item-thumb-buttons a{
	color: #565656;
}

.asset-display .tile-item .epa-item-thumb-buttons a:hover,
.asset-display .tile-item .epa-item-thumb-buttons a:focus{
	color: rgb(0,47,141);
}
.asset-display .tile-item .basket {
    border-radius: 50%;
    background: rgb(0,47,141);
    color: #fff;
    top: 5px;
    right: 5px;
}

.GallerySectionAll {
    /**text-transform: uppercase;**/
    font-family: "URWReg";
    font-size: 0.8em;
    border: solid thin #565656;
	color:#565656;
}
.GallerySectionAll:hover{
    background-color:#565656;
    color:#fff;
}

.epa-preload-box .preload-box-buttons .btn{
	background: none;
    color: #565656;
    border: thin solid #565656;
    padding: 12px 24px;
}

.epa-preload-box .preload-box-buttons .btn:hover {
   	background:#565656;
	color: #fff;
}

/*** LIGHTBOX ****/

#epa-light-box .light-box-buttons .btn {
	font-size: 0.8em;
	/**text-transform: uppercase;**/
    font-family: "URWReg";
    padding: 12px 24px;
}

#epa-light-box .light-box-buttons .btn:hover,
#epa-light-box .light-box-buttons .btn:focus{
    background:#8397C3;
    border-color:#8397C3;
    color:#fff;
}

#epa-light-box a.light-box-prev:hover,
#epa-light-box a.light-box-prev:focus, 
#epa-light-box a.light-box-next:hover,
#epa-light-box a.light-box-next:focus {
	color:#8397C3;
}
#epa-light-box a.light-box-prev i:hover, 
#epa-light-box a.light-box-next i:hover,
#epa-light-box a.light-box-prev i:focus, 
#epa-light-box a.light-box-next i:focus{
    color:#8397C3;
}

/*** DASHBOARD ***/
.tool-content-shut a {
    color: #565656;
}
.tool-content-shut a:hover,
.tool-content-shut a:focus{
	color: #8397C3;
}
.bulk-basket-buttons .dashboard-download, 
.bulk-basket-buttons .dashboard-share {
  color: #565656;
  border: thin solid #565656;
}
.holder .bulk-basket-buttons a.dashboard-toggle, 
.holder .bulk-basket-buttons a.download-all, 
.holder .bulk-basket-buttons a.share-all, 
.holder .bulk-basket-buttons a.share-selected, 
.holder .bulk-basket-buttons a.remove-all, 
.holder .bulk-basket-buttons a.ewrsubmit, 
.holder .bulk-basket-buttons a.ewrbtn {
    /**font-size: 0.8em;**/
    /**text-transform: uppercase;**/
    padding: 12px 24px;
    font-family: "URWReg";
    color: #565656;
    border: thin solid #565656;
}
.holder .bulk-basket-buttons a.dashboard-toggle:hover,
.holder .bulk-basket-buttons a.download-all:hover,
.holder .bulk-basket-buttons a.share-all:hover,
.holder .bulk-basket-buttons a.share-selected:hover,
.holder .bulk-basket-buttons a.remove-all:hover,
.holder .bulk-basket-buttons a.ewrsubmit:hover,
.holder .bulk-basket-buttons a.ewrbtn:hover{
    background:#565656;
    border-color: #565656;
    color: #fff;
}
.bulk-basket-buttons a.dashboard-toggle.active{
    background: #fff;
    border-color: #565656;
    border-bottom:thin solid #fff;
    color: #565656;
}








.invert-toggle,
.invert-share-toggle,
.res-toggle,
.res-share-toggle{
	background:#8397C3;
}
.zip-total {
  color: #8397C3;
}

.res-label,
.res-share-label{
	color: #8397C3;
	font-weight:normal;
	font-family: "URWReg";
}

.bulk-basket-buttons a.clipboard .circle {
    background: #8397C3;
}
.bulk-basket-buttons #copylink.selected .share-link {
    background: #8397C3;
}

.ewrholder-inner .ewrbtncancel::before {
  color: #8397C3;
}

/*** SHARED ITEMS ***/
.basket-content .zip-toggle-wrapper.zipped .zip-toggle, 
.basket-content .zip-share-toggle-wrapper.zipped .zip-share-toggle {
    background: #8397C3;
}
.basket-content .zip-label, 
.basket-content .zip-share-label {
    font-size: 10px;
}




/*** OTHER PAGES **/
.tool-nav.bundle{
	text-transform:uppercase;
}

.dfa-links-header{
	text-transform:uppercase;
	margin-bottom:20px;
}

.dfa-links-holder{
	display:inline-block;
	width:100%;
}

.dfa-links{
	display:inline-block;
	width:100%;
	color:#FFF200;
	text-transform:uppercase;
}

.dfa-links:hover,
.dfa-links:focus{
	color:#fff;
}


