


/* From: /opt/eprints3/ingredients/jquery/static/style/auto/01_jquery-ui.css */

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}



/* From: /opt/eprints3/lib/static/style/auto/accessibility.css */

table.ep_accessibility_results {
	border: 1px solid #000;
	width: 100%;
	border-collapse: collapse;
}

table.ep_accessibility_results > tbody > tr > td, table.ep_accessibility_results th {
	border: 1px solid #000;
	padding: 0.4em;
	text-align: center;
}
	
table.ep_accessibility_results > tbody > tr > td:last-child {
        text-align: left;
}

.ep_accessibility_bad {
	color: #8b0000;
}

.ep_accessibility_good {
        color: #006400;
}




/* From: /opt/eprints3/lib/static/style/auto/actions.css */

.ep_login_tools img {
	vertical-align: middle;
	margin: 0px 25px;
}

ul.ep_action_list {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	display: inline-block;
}

ul.ep_action_list li {
	display: inline-block;
	margin-left: .5em;
}

ul.ep_action_list li:first-child {
	margin-left: 0;
}

dl.ep_action_list {
	margin: 0;
	padding: 0;
}

dl.ep_action_list dt, dl.ep_action_list dd {
	margin: 0;
}

dl.ep_action_list dt {
	margin-top: .5em;
	width: 15em;
	text-align: center;
	line-height: 2em;
	margin-bottom: -1.5em;
}
dl.ep_action_list dt:first-child {
	margin-top: 0;
}

dl.ep_action_list dd {
	position: relative;
	left: 16em;
	top: -.5em;
	margin-right: 16em;
	overflow: hidden;
}

div.ep_action_list .ep_action_row{
        margin-bottom: 10px;
}

div.ep_action_list .ep_action_row div:first-child{
        width: 30%;
        min-width: 200px;
        vertical-align: top;
}

div.ep_action_list .ep_action_row div:last-child{
        width: 70%;
}

div.ep_action_list .ep_action_row div:first-child form{
        display: block;
        text-align: center;
}

div.ep_action_list .ep_action_row div:first-child form input{
        width: 200px;
}

div.ep_action_list .ep_action_row div{
        display: inline-block;
}




/* From: /opt/eprints3/lib/static/style/auto/altmetric.css */

#altmetric_summary_page {
	padding: 10px;
}

a.altmetric_details {
	margin-top: 10px;
	display: block;
}

img.altmetric_donut {
	float: left;
}

div.altmetric_details_panel {
	margin-left: 10px;
}

div.altmetric_row {
	margin-left: 120px;
	padding-left: 5px;
}

div.altmetric_row > span {
	font-weight: bold;
}

/* Twitter */
div.altmetric_tweeters:before {
	content: 'Tweeted by ';
}

div.altmetric_tweeters {
	border-left: 16px solid #74CFED;
}

/* Blogs */
div.altmetric_feeds:before {
	content: 'Blogged by ';
}

div.altmetric_feeds {
	border-left: 16px solid #FFD140;
}

/* Google+ */
div.altmetric_gplus:before {
	content: 'Mentioned in ';
}

div.altmetric_gplus:after {
	content: ' Google+ posts';
}

div.altmetric_gplus {
	border-left: 16px solid #E065BB;
}

/* News outlet */
div.altmetric_msm:before {
	content: 'Picked up by ';
}

div.altmetric_msm:after {
	content: ' news outlets';
}

div.altmetric_msm {
	border-left: 16px solid #FF0000;
}

/* Facebook */
div.altmetric_fbwalls:before {
	content: 'On ';
}

div.altmetric_fbwalls:after {
	content: ' Facebook pages';
}

div.altmetric_fbwalls {
	border-left: 16px solid #2445BD;
}

/* Reddit */
div.altmetric_rdts:before {
	content: 'Reddited by ';
}

div.altmetric_rdts {
	border-left: 16px solid #D5E8F0;
}

/* Delicious */

/* Forum */

/* Videos */
div.altmetric_videos:before {
	content: 'On ';
}

div.altmetric_videos:after {
	content: ' videos';
}

div.altmetric_videos {
	border-left: 16px solid #98C973;
}

/* Mendeley */
div.altmetric_mendeley:after {
	content: ' readers on Mendeley';
}

div.altmetric_mendeley {
	border-left: 16px solid #A60000;
}

/* Connotea */
div.altmetric_connotea:after {
	content: ' readers on Connotea';
}

div.altmetric_connotea {
	border-left: 16px solid #FF4040;
}

/* CiteULike */
div.altmetric_citeulike:after {
	content: ' readers on CiteULike ';
}

div.altmetric_citeulike {
	border-left: 16px solid #BCD2EF;
}




/* From: /opt/eprints3/lib/static/style/auto/batchedit.css */

#BatchEdit_changes input
{
  max-width: 150px;
}
#BatchEdit_changes textarea
{
  max-width: 200px;
}



/* From: /opt/eprints3/lib/static/style/auto/blister.css */


/* EPrints 3 blister bar style */

/* ep_blister */



.ep_blister_bar {
	margin: auto;
	display: table;
	border-spacing: 0;
        border-collapse: collapse;
        padding: 0;	
}
.ep_blister_bar > div {
        display: table-row;
}
.ep_blister_bar > div > div {
        display: table-cell;
}
.ep_blister_join {
	background-image: url(images/blister_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
}
.ep_blister_node, .ep_blister_node_selected {
	text-align: center;
	border-style: solid;
	border-radius: 3px;
}
.ep_blister_node {
	border-width: 1px;
	padding: 3px 10px;
}
.ep_blister_node_selected {
	border-width: 2px;
	padding: 2px 10px;
}



/* From: /opt/eprints3/lib/static/style/auto/citations.css */

span.document_filename
{
	font-size: 90%;
        line-height: 20px;
}

span.document_format
{
}




/* From: /opt/eprints3/lib/static/style/auto/colors.css */

/*
 *
 * EPrints Default Colour Scheme
 *
 */

body {
	color: #000000;
	background-color: #ffffff;
}
a, .ep_tm_key_tools a:visited {
	color: #0645ad;
}
a:visited {
	color: #0b0080;
}
a:hover, .ep_tm_key_tools a:hover {
	color: #3366bb;
}
a:active, .ep_tm_key_tools a:active {
	color: red;
}
h1, h2, h3, h4 {
    color: #606060;
}
.ep_view_page h2 {
	border-bottom: solid 1px #606060;
}

/* template.css */

.ep_tm_header {
	background-color: #fff;
	background-image: url(images/logo_background_light.png);
	background-repeat: repeat-y;
}
.ep_tm_menu, .ep_tm_menu li:hover {
	background-image: url(images/bar_glass.png) ;
	background-position: 0px 5px;
}
.ep_tm_footer {
	border-color: #204f76;
}
.ep_tm_menu, .ep_tm_menu ul {
	background-color: #204f76;
}
.ep_tm_menu {
	/* fixed to 30px high */
	border-bottom: 1px solid #fff;
}
.ep_tm_menu li:hover {
	background-color: #279ae2;
}
.ep_tm_menu a, .ep_tm_menu a:visited {
	color: white;
}
.ep_tm_searchbar, .ep_columns_title, td.ep_columns_alter, .ep_toolbox_title {
	color: #606060;
}
.ep_tm_searchbar, .ep_columns_title, td.ep_columns_alter {
	background-color: #ccc;
	background-image: url(images/bar_24px.png);
	background-repeat: repeat-x;
}
.ep_tm_searchbarbox {
	border-color: #606060;
}
.ep_tm_key_tools li {
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #606060;
}
.ep_tm_key_tools li:first-child {
	border-left: none;
}
.ep_tm_key_tools li:last-child {
	border-right: none;
}

/* form.css */

.ep_form_action_button, .ep_form_internal_button, .ep_tm_searchbarbutton, .ep_blister_node_selected {
	border-color: #5b97c7 #13324a #13324a #5287b3;
	background-image: url(images/bar_12px.png);
	background-color: #1f4f76;
	color: white;
}
.ep_form_action_button:active, .ep_form_internal_button:active, .ep_tm_searchbarbutton:active, .ep_blister_node_selected:active {
	border-color: #13324a #5287b3 #5287b3 #13324a;
	background-color: #276496;
}

/* blister.css */

.ep_blister_node {
	border-color: #cccccc;
	background-color: #e8e8ff;
	background-image: url(images/bar_solid_12px.png);
	color: #000000;
}
.ep_blister_node:active {
	border-color: #276496;
}

/* summary.css surround.css */

.ep_summary_box_title, .ep_summary_box_body, .ep_sr_title_bar, .ep_sr_content, .ep_sr_collapse_bar
,.ep_tab_panel
,.ep_toolbox_content /* toolbox.css */
,.ep_upload_doc /* upload.css */
,.ep_search_buttons, .ep_search_controls, .ep_search_controls_bottom /* search.css */
,.ep_view_group_by /* view.css */
{
	background-color: #e8e8ff;
}
.ep_summary_box_title, .ep_sr_title_bar, .ep_sr_collapse_bar {
	background-image: url(images/bar_solid_12px.png);
	background-repeat: repeat-x;
}
.ep_sr_content, .ep_summary_box_body,
.ep_tab_panel,
.ep_toolbox_content /* toolbox.css */
,.ep_upload_doc /* upload.css */
{
	background-image: url(images/bar_solid_24px.png);
	background-repeat: repeat-x;
}
.ep_summary_box_title, .ep_summary_box_body, .ep_sr_title_bar, .ep_sr_content, .ep_sr_collapse_bar
,.ep_tab_panel, .ep_tab_bar li, .ep_tab_bar li a
,.ep_toolbox_content /* toolbox.css */
,.ep_upload_doc /* upload.css */
{
	border-color: #ccc;
}

/* tabs.css */

.ep_tab_bar li a {
	background-image: url(images/bar_solid_24px.png);
	background-repeat: repeat-x;
}

/* unselected tab */
.ep_tab_bar li a {
	background-color: #bbf;
}

/* selected tab */
.ep_tab_bar li.ep_tab_selected a {
	background-color: #fff;
}

/* general.css */

th.ep_title_row
{
	border-color: #808080;
	background-image: url(images/bar_24px.png);
	background-color: #ccc;
	color: #333;
}

th.ep_row, td.ep_row {
	border-color: #bbb;
}
th.ep_row, td.ep_row {
	border-bottom-style: dashed;
}
td.ep_row {
	border-left-style: dashed;
}

/* messages.css */

.ep_msg_message_content, .ep_msg_warning_content, .ep_msg_error_content, .ep_msg_other_content {
	background-image: url(images/bar_solid_48px.png);
	background-repeat: repeat-x;
}

.ep_msg_message_content {
	background-color: #80ff80;
	border-color: #80ff80;
}
.ep_msg_error_content {
	background-color: #ffc0c0;
	border-color: #ffc0c0;
}

.ep_msg_warning_content {
	background-color: #ffc080;
	border-color: #ffc080;
}

.ep_msg_other_content {
	background-color: #9999ff;
	border-color: #9999ff;
}

/* columns.css */

th.ep_columns_title, td.ep_columns_alter {
	border-color: #888;
}
td.ep_columns_cell {
	border-color: #888 #ccc;
}

.ep_search_buttons, .ep_search_controls, .ep_search_controls_bottom /* search.css */
,.ep_view_group_by /* view.css */
{
	border-color: #cccccc;
	background-image: url(images/bar_24px.png);
}



/* From: /opt/eprints3/lib/static/style/auto/columns.css */


/* paginated columns */

.ep_columns {
	margin: auto;
}

td.ep_columns_cell {
	border-style: none dashed solid none;
	border-width: 1px;
}
td.ep_columns_cell:first-child {
	border-left-style: dashed;
}

th.ep_columns_title, td.ep_columns_alter {
	border-width: 1px;
	font-weight: normal;
}
th.ep_columns_title {
	border-style: solid solid solid none;
}
td.ep_columns_alter {
	border-style: none solid solid none;
}
th.ep_columns_title:first-child, td.ep_columns_alter:first-child {
	border-left-style: solid;
}
th.ep_columns_title a {
	font-weight: normal;
}


td.ep_columns_no_items {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0.5em;
	text-align: center;
	font-size: 120%;
}

.ep_columns_add {
	text-align: center;
}

.ep_columns_title_inner, .ep_columns_alter_inner {
	display: table;
	border-width: 0; 
	width: 100%;
}

.ep_columns_title_inner > div, .ep_columns_alter_inner > div {
	display: table-row;
}

.ep_columns_title_inner > div > div, .ep_columns_alter_inner > div > div {
        display: table-cell;
}

.ep_columns_alter_inner > div > div:nth-child(1) {
	text-align: left;
	width: 14px;
}

.ep_columns_alter_inner > div > div:nth-child(2) {
        text-align: center;
	width: 100%;
}

.ep_columns_alter_inner > div > div:nth-child(3) {
        text-align: right;
	width: 14px;
}


.ep_columns_title_inner_sort {
	width: 22px; 
	text-align: right;
	vertical-align: middle;
}

.ep_columns_title_inner_sort img {
	border: 0px;
	padding: 4px;
}




/* From: /opt/eprints3/archives/doras/cfg/static/style/auto/css_5kDwW5bAqeHWNUL1PtNt0-5G2isEQY5qtevAAXSI0fU.css */

#aggregator .feed-source .feed-title{margin-top:0;}#aggregator .feed-source .feed-image img{margin-bottom:0.75em;}#aggregator .feed-source .feed-icon{float:right;display:block;}#aggregator .feed-item{margin-bottom:1.5em;}#aggregator .feed-item-title{margin-bottom:0;font-size:1.3em;}#aggregator .feed-item-meta,#aggregator .feed-item-body{margin-bottom:0.5em;}#aggregator .feed-item-categories{font-size:0.9em;}#aggregator td{vertical-align:bottom;}#aggregator td.categorize-item{white-space:nowrap;}#aggregator .categorize-item .news-item .body{margin-top:0;}#aggregator .categorize-item h3{margin-bottom:1em;margin-top:0;}
.calendar-calendar tr.odd,.calendar-calendar tr.even{background-color:#fff;}.calendar-calendar table{border-collapse:collapse;border-spacing:0;margin:0 auto;padding:0;width:100%;}.calendar-calendar .month-view table{border:none;padding:0;margin:0;width:100%;}.calendar-calendar .year-view td{width:32%;padding:1px;border:none;}.calendar-calendar .year-view td table td{width:13%;padding:0;}.calendar-calendar tr{padding:0;margin:0;background-color:white;}.calendar-calendar th{text-align:center;margin:0;}.calendar-calendar th a{font-weight:bold;}.calendar-calendar td{width:14%;border:1px solid #ccc;color:#777;text-align:right;vertical-align:top;margin:0;padding:0;}.calendar-calendar .mini{border:none;}.calendar-calendar td.week{width:1%;min-width:1%;}.calendar-calendar .week{clear:both;font-style:normal;color:#555;font-size:0.8em;}.calendar-calendar .inner{height:auto !important;height:5em;padding:0;margin:0;}.calendar-calendar .inner div{padding:0;margin:0;}.calendar-calendar .inner p{padding:0 0 .8em 0;margin:0;}.calendar-calendar td a{font-weight:bold;text-decoration:none;}.calendar-calendar td a:hover{text-decoration:underline;}.calendar-calendar td.year,.calendar-calendar td.month{text-align:center;}.calendar-calendar th.days{color:#ccc;background-color:#224;text-align:center;padding:1px;margin:0;}.calendar-calendar div.day{float:right;text-align:center;padding:0.125em 0.25em 0 0.25em;margin:0;background-color:#f3f3f3;border:1px solid gray;border-width:0 0 1px 1px;clear:both;width:1.5em;}.calendar-calendar div.calendar{background-color:#fff;border:solid 1px #ddd;text-align:left;margin:0 .25em .25em 0;width:96%;float:right;clear:both;}.calendar-calendar .day-view div.calendar{float:none;width:98%;margin:1% 1% 0 1%;}.calendar-calendar div.title{font-size:.8em;text-align:center;}.calendar-calendar div.title a{color:#000;}.calendar-calendar div.title a:hover{color:#c00;}.calendar-calendar .content{clear:both;padding:3px;padding-left:5px;}.calendar div.form-item{white-space:normal;}table td.mini,table th.mini,table.mini td.week{padding:0 1px 0 0;margin:0;}table td.mini a{font-weight:normal;}.calendar-calendar .mini-day-off{padding:0px;}.calendar-calendar .mini-day-on{padding:0px;}table .mini-day-on a{text-decoration:underline;}.calendar-calendar .mini .title{font-size:.8em;}.mini .calendar-calendar .week{font-size:.7em;}.mini-row{width:100%;border:none;}.mini{width:32%;vertical-align:top;}.calendar-calendar .stripe{height:5px;width:auto;font-size:1px !important;line-height:1px !important;}.calendar-calendar .day-view .stripe{width:100%;}table.calendar-legend{background-color:#ccc;width:100%;margin:0;padding:0;}table.calendar-legend tr.odd .stripe,table.calendar-legend tr.even .stripe{height:12px !important;font-size:9px !important;line-height:10px !important;}.calendar-legend td{text-align:left;padding-left:5px;}.calendar-empty{font-size:1px;line-height:1px;}.calendar-calendar td.calendar-agenda-hour{text-align:right;border:none;border-top:1px solid #CCCCCC;padding-top:.25em;width:1%;}.calendar-calendar td.calendar-agenda-no-hours{min-width:1%;}.calendar-calendar td.calendar-agenda-hour .calendar-hour{font-size:1.2em;font-weight:bold;}.calendar-calendar td.calendar-agenda-hour .calendar-ampm{font-size:1em;}.calendar-calendar td.calendar-agenda-items{border:1px solid #CCCCCC;text-align:left;}.calendar-calendar td.calendar-agenda-items div.calendar{width:auto;padding:.25em;margin:0;}.calendar-calendar div.calendar div.inner .calendar-agenda-empty{width:100%;text-align:center;vertical-align:middle;padding:1em 0;background-color:#fff;}.calendar-date-select form{text-align:right;float:right;width:25%;}.calendar-date-select div,.calendar-date-select input,.calendar-date-select label{text-align:right;padding:0;margin:0;float:right;clear:both;}.calendar-date-select .description{float:right;}.calendar-label{font-weight:bold;display:block;clear:both;}.calendar-calendar div.date-nav{background-color:#ccc;color:#777;padding:0.2em;width:auto;border:1px solid #ccc;}.calendar-calendar div.date-nav a,.calendar-calendar div.date-nav h3{color:#777;text-decoration:none;}.calendar-calendar th.days{background-color:#eee;color:#777;font-weight:bold;border:1px solid #ccc;}.calendar-calendar td.empty{background:#ccc;border-color:#ccc;color:#cc9;}.calendar-calendar table.mini td.empty{background:#fff;border-color:#fff;}.calendar-calendar td div.day{border:1px solid #ccc;border-top:none;border-right:none;margin-bottom:2px;}.calendar-calendar td .inner div,.calendar-calendar td .inner div a{background:#eee;}.calendar-calendar div.calendar{border:none;font-size:x-small;}.calendar-calendar td .inner div.calendar div,.calendar-calendar td .inner div.calendar div a{border:none;background:#ffc;padding:0;}.calendar-calendar td .inner div.calendar div.calendar-more,.calendar-calendar td .inner div.calendar div.calendar-more a{color:#444;background:#fff;text-align:right;}.calendar-calendar td .inner .view-field,.calendar-calendar td .inner .view-field a{color:#444;font-weight:normal;}.calendar-calendar td span.date-display-single,.calendar-calendar td span.date-display-start,.calendar-calendar td span.date-display-end,.calendar-calendar td span.date-display-separator{font-weight:bold;}.calendar-calendar td .inner div.day a{color:#4b85ac;}.calendar-calendar tr td.today,.calendar-calendar tr.odd td.today,.calendar-calendar tr.even td.today{background-color:#C3D6E4;}.calendar-calendar td .inner div.calendar div div.view-data-node-data-field-date-field-date-value{}.calendar-calendar td.past{}.calendar-calendar td.future{}.calendar-calendar td.has-events{}.calendar-calendar td.has-no-events{}.calendar-calendar tbody{border-top:none;}.calendar-calendar .month-view .full .inner,.calendar-calendar .week-view .full .multi-day .inner{height:auto;min-height:auto;}.calendar-calendar .week-view .full .calendar-agenda-hour
.calendar-calendar .month-view .full .single-day .inner .view-item{float:left;width:100%;}.calendar-calendar .week-view .full .calendar-agenda-hour,.calendar-calendar .day-view .full .calendar-agenda-hour{padding-right:2px;}.calendar-calendar .week-view .full .calendar-agenda-hour{width:6%;min-width:0px;}.calendar-calendar .week-view .full .days{width:13%;}.calendar-calendar .month-view .full div.calendar,.calendar-calendar .week-view .full div.calendar,.calendar-calendar .day-view div.calendar{width:auto;}.calendar-calendar .month-view .full tr.date-box,.calendar-calendar .month-view .full tr.date-box td,.calendar-calendar .month-view .full tr.multi-day,.calendar-calendar .month-view .full tr.multi-day td{height:19px;max-height:19px;}.calendar-calendar .month-view .full tr.single-day .no-entry,.calendar-calendar .month-view .full tr.single-day .no-entry .inner{height:44px !important;line-height:44px;}.calendar-calendar .month-view .full tr.single-day .noentry-multi-day,.calendar-calendar .month-view .full tr.single-day .noentry-multi-day .inner{height:22px !important;line-height:22px;}.calendar-calendar .month-view .full td,.calendar-calendar .week-view .full td,.calendar-calendar .day-view  td{vertical-align:top;padding:1px 2px 0 2px}.calendar-calendar .month-view .full td.date-box{height:1%;border-bottom:0px;padding-bottom:2px;}.calendar-calendar .month-view .full .week{font-size:inherit;}.calendar-calendar .month-view .full .week a,.calendar-calendar .week-view .full .week a{color:#4b85ac;}.calendar-calendar .month-view .full td .inner div.day,.calendar-calendar .month-view .full td .inner div.day a{border:none;background:none;margin-bottom:0px;}.calendar-calendar .month-view .full td.date-box .inner,.calendar-calendar .week-view .full td.date-box .inner{min-height:inherit;}.calendar-calendar .month-view .full td.multi-day,.calendar-calendar .week-view .full td.multi-day{border-top:0px;border-bottom:0px;}.calendar-calendar .week-view .full .first td.multi-day{border-top:1px solid #CCCCCC;}.calendar-calendar .month-view .full td.single-day{border-top:0px;}.calendar-calendar .month-view .full td.multi-day .inner,.calendar-calendar .week-view .full td.multi-day .inner,.calendar-calendar .day-view .full td.multi-day .inner{min-height:inherit;width:auto;position:relative;}.calendar-calendar .month-view .full td.multi-day.no-entry{min-height:0px;}.calendar-calendar .month-view .full td.single-day .calendar-empty,.calendar-calendar .month-view .full td.single-day.empty,.calendar-calendar .month-view .full td.date-box.empty{background:#F4F4F4;}.calendar-calendar .month-view .full td.single-day .inner div,.calendar-calendar .month-view .full td.single-day .inner div a,.calendar-calendar .month-view .full td.multi-day .inner div,.calendar-calendar .month-view .full td.multi-day .inner div a,.calendar-calendar .month-view .full td .inner div.calendar.monthview div,.calendar-calendar .month-view .full td .inner div.calendar.monthview div a,.calendar-calendar .week-view .full td.single-day .inner div,.calendar-calendar .week-view .full td.single-day .inner div a,.calendar-calendar .week-view .full td.multi-day .inner div,.calendar-calendar .week-view .full td.multi-day .inner div a,.calendar-calendar .week-view .full td .inner div.calendar.weekview div,.calendar-calendar .week-view .full td .inner div.calendar.weekview div a,.calendar-calendar .day-view .full td .inner div.view-item,.calendar-calendar .day-view .full td .inner div.calendar div,.calendar-calendar .day-view .full td .inner div.calendar div a{background:none;}.calendar-calendar .day-view .full td .inner div.calendar div,.calendar-calendar .day-view .full td .inner div.calendar div a{margin:0px 3px;}.calendar-calendar .day-view .full td .inner div.calendar div.stripe{margin:0px;}.calendar-calendar .month-view .full tr td.today,.calendar-calendar .month-view .full tr.odd td.today,.calendar-calendar .month-view .full tr.even td.today{background:none;border-left:2px solid #7C7F12;border-right:2px solid #7C7F12;}.calendar-calendar .month-view .full td.date-box.today{border-width:2px 2px 0px 2px;border-style:solid;border-color:#7C7F12;}.calendar-calendar .month-view .full tr td.single-day.today{border-bottom:2px solid #7C7F12;}.calendar-calendar .month-view .full tr td.multi-day.starts-today{border-left:2px solid #7C7F12;}.calendar-calendar .month-view .full tr td.multi-day.ends-today{border-right:2px solid #7C7F12;}.calendar-calendar .month-view .full tr td.multi-day,.calendar-calendar .month-view .full tr td.single-day{border-top:0px;}.calendar-calendar .month-view .full tr td.multi-day,.calendar-calendar .month-view .full tr td.date-box{border-bottom:0px;}.calendar-calendar .month-view .full .inner .monthview,.calendar-calendar .week-view .full .inner .weekview,.calendar-calendar .day-view .full .inner .dayview{-moz-border-radius:5px;border-radius:5px;width:auto;float:none;display:block;margin:.25em auto;position:relative;}.calendar-calendar .month-view .full td.single-day div.monthview,.calendar-calendar .week-view .full td.single-day div.weekview,.calendar-calendar .day-view .full td.single-day div.dayview{background:#ffc;width:auto;padding:0px 3px;overflow:hidden;}.calendar-calendar .month-view .full td.single-day .calendar-more div.monthview{background:none;}.calendar-calendar .day-view td div.dayview{padding:0px;}.calendar-calendar .month-view .full td.multi-day div.monthview,.calendar-calendar .week-view .full td.multi-day div.weekview,.calendar-calendar .day-view .full td.multi-day div.dayview{background:#74a5d7;height:1.9em;overflow:hidden;margin:0px auto;color:#ffffff;position:relative;}.calendar-calendar .week-view .full td.multi-day div.weekview{height:3.5em;}.calendar-calendar .month-view .full td.multi-day .inner .view-field,.calendar-calendar .month-view .full td.multi-day .inner .view-field a,.calendar-calendar .week-view .full td.multi-day .inner .view-field,.calendar-calendar .week-view .full td.multi-day .inner .view-field a,.calendar-calendar .day-view .full td.multi-day .inner .view-field,.calendar-calendar .day-view .full td.multi-day .inner .view-field a{color:#ffffff;}.calendar-calendar .full td.multi-day .calendar .view-field,.calendar-calendar .full td.single-day .calendar .view-field{}.calendar-calendar .day-view .full td.multi-day div.dayview,.calendar-calendar .week-view .full td.multi-day div.weekview{margin-bottom:2px;}.calendar-calendar .month-view .full td.multi-day .calendar.monthview .view-field{white-space:nowrap;float:left;margin-right:3px;}.calendar-calendar .week-view .full td.multi-day .calendar.weekview .view-field{white-space:nowrap;display:inline;margin-right:3px;}.calendar-calendar .day-view .full td.multi-day .calendar.weekview .view-field{display:block;}.calendar-calendar .month-view .full td.multi-day .calendar.monthview .contents,.calendar-calendar .week-view .full td.multi-day .calendar.weekview .contents{position:absolute;width:3000px;left:5px;}.calendar-calendar .day-view td .stripe,.calendar-calendar .month-view .full td .stripe,.calendar-calendar .week-view .full td .stripe{-moz-border-radius:5px 5px 0px 0px;border-radius:5px 5px 0px 0px;left:0px;top:0px;width:100%;height:3px;z-index:2;}.calendar-calendar .full td.single-day .continuation,.calendar-calendar .full td.single-day .continues,.calendar-calendar .full td.single-day .cutoff{display:none;}.calendar-calendar .month-view .full td.multi-day  .inner .monthview .continuation,.calendar-calendar .week-view .full td.multi-day  .inner .weekview .continuation{float:left;margin-right:3px;height:1.9em;}.calendar-calendar .week-view .full td.multi-day  .inner .weekview .continuation{height:2.75em;padding-top:0.75em;margin-right:8px;}.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues,.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff{position:absolute;right:0px !important;right:-1px;width:10px;text-align:left;background:#74a5d7;-moz-border-radius:0px 5px 5px 0px;border-radius:0px 5px 5px 0px;height:1.9em;padding-left:6px;z-index:1;}.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff{height:2.75em;padding-top:0.75em;}.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff{width:8px;padding-left:0px;}.calendar-calendar .week-view .full td.multi-day{padding:2px;}.calendar-calendar .week-view td.single-day div.calendar{width:100%;padding-left:0px;padding-right:0px;}.calendar-calendar .week-view .full tr.last td.multi-day{border-bottom:1px solid #CCCCCC;}.view .date-nav-wrapper .clear-block{margin-bottom:10px;}.view .date-nav-wrapper{position:relative;margin-top:5px;width:100%;}.view .date-nav-wrapper .date-nav{background-color:transparent;border:0px;height:30px;height:auto;min-height:30px;position:relative;margin-bottom:10px;}.view .date-nav-wrapper .date-prev a,.view .date-nav-wrapper .date-next a{text-decoration:none;color:inherit;font-size:12px;}.view .date-nav-wrapper.date-nav a:hover{text-decoration:underline;}.view .date-nav-wrapper .date-prev{-moz-border-radius:5px 0 0 5px;border-radius:5px 0 0 5px;background:none repeat scroll 0 0 #dfdfdf;float:none;padding:5px 0;position:absolute;right:60px;left:auto;text-align:right;top:0px;width:auto;z-index:1;font-size:12px;}.block-views .view .date-nav-wrapper .date-prev{left:0;right:auto;}.view .date-nav-wrapper .date-prev a{margin-left:10px;font-weight:bold;}.view .date-nav-wrapper .date-heading{position:relative;width:100%;top:0px;text-align:center;z-index:0;}.view .date-nav-wrapper .date-heading h3{line-height:30px;font-size:1.7em;}.view .date-nav-wrapper .date-next{-moz-border-radius:0px 5px 5px 0px;border-radius:0px 5px 5px 0px;background:none repeat scroll 0 0 #dfdfdf;float:none;padding:5px 0;position:absolute;right:0px;text-align:right;top:0px;width:auto;z-index:1;font-size:12px;}.view .date-nav-wrapper .date-next a{margin-right:10px;font-weight:bold;}.attachment .calendar-calendar{margin-top:20px;clear:both;}.calendar-calendar th a,.attachment .calendar-calendar th{background-color:transparent;border:0px;}.attachment .calendar-calendar th.calendar-agenda-hour{color:#777777;font-weight:bold;text-align:right;}.view-calendar .feed-icon{margin-top:5px;}.view table.mini .date-prev,.view table.mini .date-next{background:none;}.date-nav div.date-prev,.date-nav div.date-next,.date-nav{width:auto;}ul.calendar-links,.region-content ul.calendar-links{margin:0;padding:0;}.year-view div.month-view div.date-nav{background-color:#DFDFDF;min-height:20px;}
#comments{margin-top:15px;}.indented{margin-left:25px;}.comment-unpublished{background-color:#fff4f4;}.comment-preview{background-color:#ffffea;}
.container-inline-date{clear:both;}.container-inline-date .form-item{float:none;margin:0;padding:0;}.container-inline-date > .form-item{display:inline-block;margin-right:0.5em;vertical-align:top;}fieldset.date-combo .container-inline-date > .form-item{margin-bottom:10px;}.container-inline-date .form-item .form-item{float:left;}.container-inline-date .form-item,.container-inline-date .form-item input{width:auto;}.container-inline-date .description{clear:both;}.container-inline-date .form-item input,.container-inline-date .form-item select,.container-inline-date .form-item option{margin-right:5px;}.container-inline-date .date-spacer{margin-left:-5px;}.views-right-60 .container-inline-date div{margin:0;padding:0;}.container-inline-date .date-timezone .form-item{clear:both;float:none;width:auto;}.container-inline-date .date-padding{float:left;}fieldset.date-combo .container-inline-date .date-padding{padding:10px;}.views-exposed-form .container-inline-date .date-padding{padding:0;}#calendar_div,#calendar_div td,#calendar_div th{margin:0;padding:0;}#calendar_div,.calendar_control,.calendar_links,.calendar_header,.calendar{border-collapse:separate;margin:0;width:185px;}.calendar td{padding:0;}span.date-display-single{}span.date-display-start{}span.date-display-end{}.date-prefix-inline{display:inline-block;}.date-clear{clear:both;display:block;float:none;}.date-no-float{clear:both;float:none;width:98%;}.date-float{clear:none;float:left;width:auto;}.date-float .form-type-checkbox{padding-right:1em;}.form-type-date-select .form-type-select[class*=hour]{margin-left:.75em;}.date-container .date-format-delete{float:left;margin-top:1.8em;margin-left:1.5em;}.date-container .date-format-name{float:left;}.date-container .date-format-type{float:left;padding-left:10px;}.date-container .select-container{clear:left;float:left;}div.date-calendar-day{background:#F3F3F3;border-top:1px solid #EEE;border-left:1px solid #EEE;border-right:1px solid #BBB;border-bottom:1px solid #BBB;color:#999;float:left;line-height:1;margin:6px 10px 0 0;text-align:center;width:40px;}div.date-calendar-day span{display:block;text-align:center;}div.date-calendar-day span.month{background-color:#B5BEBE;color:white;font-size:.9em;padding:2px;text-transform:uppercase;}div.date-calendar-day span.day{font-size:2em;font-weight:bold;}div.date-calendar-day span.year{font-size:.9em;padding:2px;}.date-form-element-content-multiline{padding:10px;border:1px solid #CCC;}.form-item.form-item-instance-widget-settings-input-format-custom,.form-item.form-item-field-settings-enddate-required{margin-left:1.3em;}#edit-field-settings-granularity .form-type-checkbox{margin-right:.6em;}.date-year-range-select{margin-right:1em;}
#ui-datepicker-div{font-size:100%;font-family:Verdana,sans-serif;background:#eee;border-right:2px #666 solid;border-bottom:2px #666 solid;z-index:9999;}.ui-datepicker{width:17em;padding:.2em .2em 0;}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0;}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em;}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px;}.ui-datepicker .ui-datepicker-prev{left:2px;}.ui-datepicker .ui-datepicker-next{right:2px;}.ui-datepicker .ui-datepicker-prev-hover{left:1px;}.ui-datepicker .ui-datepicker-next-hover{right:1px;}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px;}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center;}.ui-datepicker .ui-datepicker-title select{float:left;font-size:1em;margin:1px 0;}.ui-datepicker select.ui-datepicker-month-year{width:100%;}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%;}.ui-datepicker .ui-datepicker-title select.ui-datepicker-year{float:right;}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em;}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0;}.ui-datepicker td{border:0;padding:1px;}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none;}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0;}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible;}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left;}.ui-datepicker.ui-datepicker-multi{width:auto;}.ui-datepicker-multi .ui-datepicker-group{float:left;}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em;}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%;}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%;}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%;}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header{border-left-width:0;}.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left;}.ui-datepicker-row-break{clear:both;width:100%;}.ui-datepicker-rtl{direction:rtl;}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto;}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto;}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto;}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto;}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right;}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left;}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current{float:right;}.ui-datepicker-rtl .ui-datepicker-group{float:right;}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header{border-right-width:0;border-left-width:1px;}.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px;}
.date-repeat-input{float:left;margin-right:5px;width:auto;}.date-repeat-input select{min-width:7em;}.date-repeat fieldset{clear:both;float:none;}.date-repeat-radios{margin-bottom:1em;}.date-repeat-radios input[type=radio]{float:left;margin:0.75em 0.75em 0 0;}.date-repeat-radios .form-wrapper{float:left;}.date-repeat-radios .form-type-checkboxes .form-type-checkbox{width:15%;float:left;margin:0;}.date-repeat-radios .date-repeat-radios-item{margin-bottom:1em;}.weekly .form-type-checkboxes .form-type-checkbox{float:left;margin-right:10px;}.date-repeat-input.byday-count label,.date-repeat-input.byday-count select,.date-clear.bymonthday label,.date-clear.bymonthday select{display:inline;}.date-repeat-input.byday-day label,.date-clear.bymonthday .field-suffix{font-weight:bold;}.range-of-repeat .form-radios > div{margin-top:0.5em;}.range-of-repeat .count input[type=text]{margin:0 0.5em;}.range-of-repeat .until .form-wrapper{margin:0 0.5em;display:inline-block;vertical-align:middle;}.range-of-repeat .until .form-radio,.range-of-repeat .until .date-prefix-inline{margin:0 0 1.4em 0;vertical-align:middle;}.range-of-repeat .until.widget-date_popup.label-above .form-radio,.range-of-repeat .until.widget-date_popup.label-above .date-prefix-inline{margin:0;vertical-align:middle;}.range-of-repeat .until.widget-date_select.label-within .form-radio,.range-of-repeat .until.widget-date_select.label-within .date-prefix-inline{margin:0;vertical-align:middle;}.range-of-repeat .until.widget-date_select.label-above .form-radio,.range-of-repeat .until.widget-date_select.label-above .date-prefix-inline{margin:1.4em 0 0 0;vertical-align:middle;}.range-of-repeat .until .form-type-date-text .date-padding{padding:0;}.range-of-repeat .until.widget-date_select.label-within .date-padding{padding:0;}.range-of-repeat .until.widget-date_select.label-above .date-padding{padding:0;}.range-of-repeat .until .form-type-date-select,.range-of-repeat .until .form-type-date-popup,.range-of-repeat .until .form-type-date-text{border:none;margin:0;}
.field .field-label{font-weight:bold;}.field-label-inline .field-label,.field-label-inline .field-items{float:left;}form .field-multiple-table{margin:0;}form .field-multiple-table th.field-label{padding-left:0;}form .field-multiple-table td.field-multiple-drag{width:30px;padding-right:0;}form .field-multiple-table td.field-multiple-drag a.tabledrag-handle{padding-right:.5em;}form .field-add-more-submit{margin:.5em 0 0;}



/* From: /opt/eprints3/archives/doras/cfg/static/style/auto/css_7QVi8YTC3OaPQpJpalqmn43tACeM_C9vLw7BY7Q5dQ0.css */

html,body,div{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;font:inherit;}h1,h2,h3,h4,h5,h6{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;font:inherit;font-weight:bold;}a,p,ul,ol,li,img,span,strong,em{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;font:inherit;}table,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;font:inherit;}applet,object,iframe,blockquote,pre,abbr,acronym,address,big,cite,code,del,dfn,font,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,caption,fieldset,form,label,legend{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;font:inherit;}article,aside,figure,footer,header,hgroup,section{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;font:inherit;}canvas,details,embed,figcaption,menu,nav,output,ruby,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;font:inherit;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}b,strong{font-weight:bold;}em,i{font-style:italic;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}
.grid-1,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.grid-7,.grid-8,.grid-9,.grid-10,.grid-11,.grid-12,.grid-13,.grid-14,.grid-15,.grid-16,.grid-17,.grid-18,.grid-19,.grid-20,.grid-21,.grid-22,.grid-23,.grid-24{position:relative;margin-left:10px;margin-right:10px;}.container-12 .block .omega-grid,.container-16 .block .omega-grid,.container-24 .block .omega-grid{position:relative;margin-left:-10px;margin-right:-10px;}
.clearfix:after{font-size:0;}#skip-link{left:50%;margin-left:-5.25em;margin-top:0;position:absolute;width:auto;z-index:50;}#skip-link a,#skip-link a:link,#skip-link a:visited{background:#444;background:rgba(0,0,0,0.6);color:#fff;display:block;padding:1px 10px 2px 10px;text-decoration:none;-khtml-border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;-o-border-radius:0 0 10px 10px;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-left-radius:10px;-webkit-border-bottom-right-radius:10px;border-radius:0 0 10px 10px;}#skip-link a:hover,#skip-link a:active,#skip-link a:focus{outline:0;}.inline li,.tabs li,.breadcrumb li{list-style:none;display:inline;margin-right:0.5em;}.item-list li{list-style:none;}.pager li{display:inline;margin-right:0.25em;}img{vertical-align:bottom;}.field-label-inline .field-label,.field-label-inline .field-items,.field-label-inline .field-item{display:inline;}
::-moz-focus-inner{border:0;padding:0;}input[type="search"]::-webkit-search-decoration{display:none;}input,button,select,textarea{margin:0;vertical-align:middle;}button{*padding-top:1px;*padding-bottom:1px;}textarea,select,input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="email"],input[type="month"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="time"],input[type="url"],input[type="week"]{-webkit-appearance:none;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-background-clip:padding;-webkit-background-clip:padding;background-clip:padding-box;background-color:#fff;border:1px solid;border-color:#848484 #c1c1c1 #e1e1e1;color:#000;outline:0;padding:2px 3px;font-size:13px;font-family:Arial,sans-serif;height:1.8em;*padding-top:2px;*padding-bottom:1px;*height:auto;}input.placeholder_text,textarea.placeholder_text,input:-moz-placeholder,textarea:-moz-placeholder{color:#888;}::-webkit-input-placeholder{color:#888;}button:focus,button:active,input:focus,input:active,select:focus,select:active,textarea:focus,textarea:active{-moz-box-shadow:#06f 0 0 7px;-webkit-box-shadow:#06f 0 0 7px;box-shadow:#06f 0 0 7px;z-index:1;}input[type="file"]:focus,input[type="file"]:active,input[type="radio"]:focus,input[type="radio"]:active,input[type="checkbox"]:focus,input[type="checkbox"]:active{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}select[disabled],textarea[disabled],input[type="date"][disabled],input[type="datetime"][disabled],input[type="datetime-local"][disabled],input[type="email"][disabled],input[type="month"][disabled],input[type="number"][disabled],input[type="password"][disabled],input[type="search"][disabled],input[type="tel"][disabled],input[type="text"][disabled],input[type="time"][disabled],input[type="url"][disabled],input[type="week"][disabled]{background-color:#eee;}button[disabled],input[disabled],select[disabled],select[disabled] option,select[disabled] optgroup,textarea[disabled]{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#888;cursor:default;}textarea,select[size],select[multiple]{height:auto;}@media (-webkit-min-device-pixel-ratio:0){select{background-image:url(images/select-arrow.gif);background-repeat:no-repeat;background-position:right center;padding-right:20px;}select[size],select[multiple]{background-image:none;padding:0;}}textarea{min-height:40px;overflow:auto;resize:vertical;width:100%;}optgroup{color:#000;font-style:normal;font-weight:normal;}.ie6-button,* html button{background:#ddd url(/sites/all/themes/omega/omega/images/button.png) repeat-x;border:1px solid;border-color:#ddd #bbb #999;cursor:pointer;color:#333;font:bold 12px/1.2 Arial,sans-serif;padding:2px 10px 0px;overflow:visible;width:auto;}* html button{padding-top:1px;padding-bottom:1px;}.ie6-input,* html textarea,* html select{background:#fff;border:1px solid;border-color:#848484 #c1c1c1 #e1e1e1;color:#000;padding:2px 3px 1px;font-size:13px;font-family:Arial,sans-serif;vertical-align:top;}* html select{margin-top:1px;}.placeholder_text,.ie6-input-disabled,.ie6-button-disabled{color:#888;}.ie6-input-disabled{background:#eee;}
.logo-img{float:left;margin:10px 0 0;}.site-name-slogan{float:left;}.site-name{margin-top:20px;}.site-name a{text-decoration:none;}.site-name,.site-slogan{margin-bottom:0;line-height:1em;}.site-slogan{font-weight:normal;}
.form-actions input{margin-right:0.5em;}.form-actions input:hover{background:#FFFFFF;}label{font-weight:bold;}
table{border:1px solid #CCC;width:100%;}thead th,th{background:#f7f7f7;border-bottom:1px solid #ccc;color:#333;}td,th{padding:4px 8px;vertical-align:middle;}th a,th a:link,th a:visited{text-decoration:none;}th a{display:block;}th a img{margin:0 0 0 5px;}th.active{background:#DDD;border-left:1px solid #CCC;border-right:1px solid #CCC;}tr.even td{background:#F1F5FA;}tr.odd td{background:#fff;}td.active{border-left:1px solid #CCC;border-right:1px solid #CCC;}tr.even td.active{background:#e5e9ed;}tr.odd td.active{background:#f2f2f2;}td ul.links{margin-bottom:0;}.node-links ul li a,.comment-links ul li a{text-transform:lowercase;display:block;float:left;text-decoration:none;-moz-background-clip:padding;-webkit-background-clip:padding;background-clip:padding-box;margin:0 0.5em 0.5em 0;vertical-align:middle;-webkit-appearance:none;-moz-border-radius:11px;-webkit-border-radius:11px;border-radius:11px;background:#ddd url(/sites/all/themes/omega/omega/images/button.png) repeat-x;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(1,#ddd));background:-moz-linear-gradient(top center,#fff 0%,#ddd 100%);border:1px solid;border-color:#ddd #bbb #999;cursor:pointer;color:#333;font:bold 12px/1.2 Arial,sans-serif;outline:0;overflow:visible;padding:4px 10px 3px;text-shadow:#fff 0 1px 1px;width:auto;*padding-top:2px;*padding-bottom:0px;}.node-links ul li a:hover,.comment-links ul li a:hover{background:#FFF;}.tips,.description{font-size:10px;color:#6a6a6a;}
.dcu-cp,.dcu-cp__header h1{font-weight:lighter}.dcu-cp ul,.dcu-cp__header ul{list-style:none}.dcu-cp,.dcu-cp__content blockquote p,.dcu-cp__content h1,.dcu-cp__content h2,.dcu-cp__content h3,.dcu-cp__content h4,.dcu-cp__content h5,.dcu-cp__content h6,.dcu-cp__content--highlights,.dcu-cp__content--highlights li,.dcu-cp__content__block--intro,.dcu-cp__content__block--intro p,.dcu-cp__header h1,.dcu-cp__header h2,.dcu-cp__header h3,.dcu-cp__header h4,.dcu-cp__header h5,.dcu-cp__header h6,.dcu-cp__header p,.dcu-cp__header ul li span:first-of-type,.dcu-cp__list h1,.dcu-cp__list h2,.dcu-cp__modal__content input{font-family:'DIN Next W01 Light',HelveticaNeue,Helvetica,sans-serif}.dcu-cp__content table th,.dcu-cp__content table thead{font-family:'DIN Next W01 Regular',HelveticaNeue,Helvetica,sans-serif}.dcu-cp ul#dcu-cp__menu,.dcu-cp__action,.dcu-cp__comments-link,.dcu-cp__content table,.dcu-cp__footer,.dcu-cp__header h2,.dcu-cp__header h3,.dcu-cp__header h4,.dcu-cp__header h5,.dcu-cp__header h6,.dcu-cp__header p,.dcu-cp__header ul,.dcu-cp__list__courses ul li p span,.dcu-cp__list__courses--pg ul li p span,.dcu-cp__list__filter__items,.dcu-cp__modal__content,.dcu-cp__notes-toggle a,.dcu-cp__title__text p,.dcu-cp__title__text_pg p,.dcu-cp__toggle-menu{font-size:16px!important}.dcu-cp,.dcu-cp__content h3,.dcu-cp__content h4,.dcu-cp__content h5,.dcu-cp__content h6,.dcu-cp__content--highlights{font-size:18px!important}@media only screen and (min-width:980px){.dcu-cp__content h3,.dcu-cp__content h4,.dcu-cp__content h5,.dcu-cp__content h6,.dcu-cp__content--highlights{font-size:20px!important}}.dcu-cp__content h1,.dcu-cp__content h2,.dcu-cp__content__block--intro,.dcu-cp__content__block--voice blockquote,.dcu-cp__content__block--voice blockquote p,.dcu-cp__engagement{font-size:21px!important}@media only screen and (min-width:980px){.dcu-cp__content h1,.dcu-cp__content h2,.dcu-cp__content__block--intro,.dcu-cp__content__block--voice blockquote,.dcu-cp__content__block--voice blockquote p,.dcu-cp__engagement{font-size:23px!important}}.dcu-cp__content__block--pg-intro p:first-of-type{font-size:21px!important}@media only screen and (min-width:980px){.dcu-cp__content__block--pg-intro p:first-of-type{font-size:23px!important}}.dcu-cp__title__text h1,.dcu-cp__title__text_pg h1{font-size:24px!important}.dcu-cp__list__header h1{font-size:40px!important}@media only screen and (min-width:980px){.dcu-cp__title__text h1,.dcu-cp__title__text_pg h1{font-size:40px!important;line-height:1.1}.dcu-cp__list__header h1{font-size:72px!important;line-height:1.1}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-o-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes slideDown{100%{top:-1px}}@-moz-keyframes slideDown{100%{top:-1px}}@-o-keyframes slideDown{100%{top:-1px}}@keyframes slideDown{100%{top:-1px}}@-webkit-keyframes slideUp{0%{bottom:-200px}100%{bottom:20px}}@-moz-keyframes slideUp{0%{bottom:-200px}100%{bottom:20px}}@-o-keyframes slideUp{0%{bottom:-200px}100%{bottom:20px}}@keyframes slideUp{0%{bottom:-200px}100%{bottom:20px}}@-webkit-keyframes rotate{0%{transform:rotate(-720deg)}100%{transform:rotate(0)}}@-moz-keyframes rotate{0%{transform:rotate(-720deg)}100%{transform:rotate(0)}}@-o-keyframes rotate{0%{transform:rotate(-720deg)}100%{transform:rotate(0)}}@keyframes rotate{0%{transform:rotate(-720deg)}100%{transform:rotate(0)}}@-webkit-keyframes animatedBackground{from{background-position:50% -100%}to{background-position:50% 0}}@-moz-keyframes animatedBackground{from{background-position:50% -100%}to{background-position:50% 0}}@-o-keyframes animatedBackground{from{background-position:50% -100%}to{background-position:50% 0}}@keyframes animatedBackground{from{background-position:50% -100%}to{background-position:50% 0}}@-webkit-keyframes backgroundScrolly{from{background-position:50% 0}to{background-position:50% 1388px}}@-moz-keyframes backgroundScrolly{from{background-position:50% 0}to{background-position:50% 1388px}}@-o-keyframes backgroundScrolly{from{background-position:50% 0}to{background-position:50% 1388px}}@keyframes backgroundScrolly{from{background-position:50% 0}to{background-position:50% 1388px}}@-webkit-keyframes backgroundScrollx{from{background-position:0 0}to{background-position:-200% 0}}@-moz-keyframes backgroundScrollx{from{background-position:0 0}to{background-position:-200% 0}}@-o-keyframes backgroundScrollx{from{background-position:0 0}to{background-position:-200% 0}}@keyframes backgroundScrollx{from{background-position:0 0}to{background-position:-200% 0}}@-webkit-keyframes runRight{from{left:-200px}to{left:calc(100% + 200px)}}@-moz-keyframes runRight{from{left:-200px}to{left:calc(100% + 200px)}}@-o-keyframes runRight{from{left:-200px}to{left:calc(100% + 200px)}}@keyframes runRight{from{left:-200px}to{left:calc(100% + 200px)}}@-webkit-keyframes runLeft{from{left:calc(100% + 200px)}to{left:-200px}}@-moz-keyframes runLeft{from{left:calc(100% + 200px)}to{left:-200px}}@-o-keyframes runLeft{from{left:calc(100% + 200px)}to{left:-200px}}@keyframes runLeft{from{left:calc(100% + 200px)}to{left:-200px}}@-webkit-keyframes flyLeft{from{left:calc(100% + 200px)}to{left:-400px}}@-moz-keyframes flyLeft{from{left:calc(100% + 200px)}to{left:-400px}}@-o-keyframes flyLeft{from{left:calc(100% + 200px)}to{left:-400px}}@keyframes flyLeft{from{left:calc(100% + 200px)}to{left:-400px}}@-webkit-keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-moz-keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-o-keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.dcu-cp{line-height:1.4!important;box-sizing:border-box;background:#fff;width:100%}.dcu-cp *,.dcu-cp:after,.dcu-cp:before{box-sizing:inherit}.dcu-cp *{margin:0;padding:0;-webkit-margin-before:0;-webkit-margin-after:0}.dcu-cp p{margin:0 0 1rem}.dcu-cp a{transition:all .25s ease}.dcu-cp ul{margin:0;padding:0}.dcu-cp hr{border:0;border-top:1px solid #ccc;margin:0}.dcu-cp__notes{font-size:14px;color:red;display:none;border:1px solid red;padding:10px;margin-bottom:20px}.dcu-cp__notes p{font-family:arial;font-size:14px;margin-bottom:0}.dcu-cp__row,.dcu-cp__wrapper{margin:0 auto;position:relative}.dcu-cp__notes-toggle{position:fixed;right:40px;bottom:100px;z-index:2000}.dcu-cp__notes-toggle a{color:#000;background:red;padding:10px}.dcu-cp__wrapper{max-width:920px}.dcu-cp__wrapper--wide{max-width:100%}.dcu-cp__action{background:#fbf9f9;color:#404041;display:block;padding:10px;text-align:left;width:100%;max-width:100%}@media only screen and (min-width:740px){.dcu-cp__action{width:300px}}.dcu-cp__action:hover{background:#eea840;color:#fff;text-decoration:none}.dcu-cp__action.reversed{background:#404041;color:#fff}.dcu-cp__action.reversed:hover{background:#eea840}.dcu-cp__action.white{background:#fff;color:#404041}.dcu-cp__action.white:hover{background:#eea840}.dcu-cp__modal{background:rgba(0,0,0,.8);position:fixed;left:0;top:0;bottom:0;width:100%;z-index:1001;display:none}.dcu-cp__modal__content{background:#eaeaea;padding:20px;width:400px;max-width:100%;overflow:hidden;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.dcu-cp__modal__content__close{display:block;position:absolute;right:20px;top:20px;width:20px;height:20px;overflow:hidden}.dcu-cp__modal__content__close:hover{cursor:pointer;opacity:.8}.dcu-cp__modal__content__close::after,.dcu-cp__modal__content__close::before{content:'';position:absolute;height:1px;width:100%;top:50%;left:0;margin-top:-1px;background:#000}.dcu-cp__modal__content__close::before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.dcu-cp__modal__content__close::after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.dcu-cp__modal__content label{display:block;margin:10px 40px 10px 0}.dcu-cp__modal__content input{border:none;margin:10px 0;padding:10px}.dcu-cp__modal__content input[type=email]{background:#fff;width:200px}.dcu-cp__modal__content input[type=submit]{background:#404041;color:#fff}.dcu-cp__modal__content input[type=submit]:hover{background:#000}.dcu-cp__engagement{background:#000;color:rgba(255,255,255,.9);display:block;padding:10px;text-decoration:none!important;text-align:left;max-width:100%}.dcu-cp__engagement:hover{color:#eea840;text-decoration:none}.dcu-cp__engagement span{display:block;width:80%}@media only screen and (min-width:980px){.dcu-cp__engagement span{width:60%}}.dcu-cp__engagement img{float:right;margin:0 20px}.dcu-cp__course-tools{margin:0 0 1.4}.dcu-cp__course-tools li{border-top:1px solid rgba(200,200,200,.5);list-style:none}.dcu-cp__course-tools li a{display:block;padding:30px 20px 30px 60px;position:relative}.dcu-cp__course-tools li a .icon{background-color:#000;background-size:auto 50px;background-position:center center;background-repeat:no-repeat;position:absolute;border-radius:50%;left:0;top:50%;transform:translate(0,-50%);width:50px;height:50px;-webkit-transition:all,.5s,ease-in;-moz-transition:all,.5s,ease-in;-ms-transition:all,.5s,ease-in;-o-transition:all,.5s,ease-in;transition:all,.5s,ease-in}.dcu-cp__course-tools li a:hover .icon{background-color:#eea840}.dcu-cp__course-tools li a.cal .icon{background-image:url(/sites/all/themes/dcu_responsive/images/cp_cal.svg)}.dcu-cp__course-tools li a.mail .icon{background-image:url(/sites/all/themes/dcu_responsive/images/cp_mail.svg)}.dcu-cp__course-tools li a.doc .icon{background-image:url(/sites/all/themes/dcu_responsive/images/cp_doc.svg)}.dcu-cp__course-tools li a.info .icon{background-image:url(/sites/all/themes/dcu_responsive/images/cp_info.svg)}.dcu-cp__course-tools li a.share .icon{background-image:url(/sites/all/themes/dcu_responsive/images/cp_share.svg)}.dcu-cp__course-tools li a.ambassador .icon{background-image:url(/sites/all/themes/dcu_responsive/images/cp_person.svg)}.dcu-cp__course-tools li:first-child{border-top:none}.dcu-cp__title{background:#404041;position:relative;overflow:hidden!important}.dcu-cp__title img{display:block;max-width:100%;height:auto;margin:0 auto}@media only screen and (min-width:740px){.dcu-cp__title img{position:absolute;right:0;top:50%;transform:translate(0,-50%);max-width:50%;height:auto}}.dcu-cp__title__text,.dcu-cp__title__text_pg{color:#fff;text-align:center;position:relative;padding:0 0 20px;width:100%}.dcu-cp__title__text h1,.dcu-cp__title__text_pg h1{margin:1rem 20px}@media only screen and (min-width:740px){.dcu-cp__title__text h1,.dcu-cp__title__text_pg h1{margin:40px 20px}.dcu-cp__title__text{width:50%}.dcu-cp__title__text_pg{width:100%}.dcu-cp__title__text--wide{width:100%}}.dcu-cp__title__text__school{background:rgba(0,0,0,.3);display:block;padding:10px}.dcu-cp__title__text__school:hover{background:rgba(0,0,0,.5);text-decoration:none}.dcu-cp__title__text a,.dcu-cp__title__text_pg a{color:#fff!important}.dcu-cp__title__text p,.dcu-cp__title__text_pg p{margin:0!important}.dcu-cp__image{background:#000;width:100%;height:180px;overflow:hidden;position:relative}.dcu-cp__image img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:100%;height:auto}@media only screen and (min-width:740px){.dcu-cp__image{height:240px}}.dcu-cp__header{background:#fbf9f9;padding:2rem 1rem;position:relative;width:100%}.dcu-cp__header__content{max-width:920px;position:relative;margin:0 auto}@media only screen and (min-width:980px){.dcu-cp__image{height:320px}.dcu-cp__header__content{padding-bottom:40px}}.dcu-cp__header h1{line-height:1.1;margin:0 0 1em;padding:0}.dcu-cp__header h2,.dcu-cp__header h3,.dcu-cp__header h4,.dcu-cp__header h5,.dcu-cp__header h6,.dcu-cp__header p{margin-bottom:10px}.dcu-cp__header ul,.dcu-cp__header ul li{margin:0;padding:0}.dcu-cp__header ul li span{display:block;float:left;width:50%}@media only screen and (min-width:740px){.dcu-cp__header ul li span:first-of-type{width:40%}}.dcu-cp__header__note{background:#fff;border-bottom:1px solid red;margin-bottom:20px;padding:10px;width:100%}.dcu-cp__header__note p:last-of-type{margin-bottom:0}@media only screen and (min-width:740px){.dcu-cp__header__details{float:left;margin:0 5%!important;width:40%}}.dcu-cp__header__contacts{margin:40px 0 0}@media only screen and (min-width:740px){.dcu-cp__header__contacts{float:left;margin:0 5%!important;width:40%}.dcu-cp__header .dcu-cp__action{width:100%}}.dcu-cp__header .dcu-cp__action{background:#fff;margin:0 0 10px;text-align:left;padding-left:50px}.dcu-cp__header .dcu-cp__action:hover{background:#eea840}.dcu-cp__header .dcu-cp__action--contact{background:url(/sites/all/themes/dcu_responsive/images/cp_contact.png) 8px 50% no-repeat #fff;background-size:auto 50%}.dcu-cp__header .dcu-cp__action--contact:hover{background:url(/sites/all/themes/dcu_responsive/images/cp_contact.png) 8px 50% no-repeat #eea840;background-size:auto 50%;color:#fff}.dcu-cp__header .dcu-cp__action--call{background:url(/sites/all/themes/dcu_responsive/images/cp_call.png) 8px 50% no-repeat #fff;background-size:auto 50%}.dcu-cp__header .dcu-cp__action--call:hover{background:url(/sites/all/themes/dcu_responsive/images/cp_call.png) 8px 50% no-repeat #eea840;background-size:auto 50%;color:#fff}.dcu-cp__comments-link{position:fixed;right:40px;bottom:40px;display:none;z-index:1000}@media only screen and (min-width:980px){.dcu-cp__comments-link{display:inherit}}.dcu-cp__comments-link a{background:#59595b;border-radius:3px;color:#fff;padding:10px 20px}.dcu-cp__comments-link a span{display:none}.dcu-cp__comments-link a:hover{background:#eea840}.dcu-cp__comments-link a:hover span{display:inherit}.dcu-cp__content{background:#fbf9f9;position:relative}.dcu-cp__content h1,.dcu-cp__content h2{line-height:1.1;margin:0 0 1em}.dcu-cp__content h3,.dcu-cp__content h4,.dcu-cp__content h5,.dcu-cp__content h6{color:#666!important;margin:0 0 .7}.dcu-cp__content h5,.dcu-cp__content h6{font-size:18px}.dcu-cp__content p+h2,.dcu-cp__content p+h3,.dcu-cp__content p+h4,.dcu-cp__content p+h5,.dcu-cp__content p+h6,.dcu-cp__content ul+h2,.dcu-cp__content ul+h3,.dcu-cp__content ul+h4,.dcu-cp__content ul+h5,.dcu-cp__content ul+h6{margin-top:60px!important}.dcu-cp__content h3~h4{margin-top:10px!important}.dcu-cp__content iframe{display:block;margin:40px 0!important;max-width:100%}.dcu-cp__content hr{margin:2rem 0}.dcu-cp__content ol,.dcu-cp__content ul{margin:0 0 1rem 20px}.dcu-cp__content ul{list-style:disc}.dcu-cp__content ol>a,.dcu-cp__content p>a,.dcu-cp__content ul>a{text-decoration:underline}.dcu-cp__content ol>a:hover,.dcu-cp__content p>a:hover,.dcu-cp__content ul>a:hover{text-decoration:none}.dcu-cp__content blockquote{border-left:1px solid #ccc;padding-left:20px;margin-bottom:1rem}.dcu-cp__content h3~table,.dcu-cp__content h4~table{margin-top:20px}.dcu-cp__content table{border-collapse:collapse;border-spacing:0;margin:0 0 2rem;width:100%}.dcu-cp__content table td,.dcu-cp__content table th{background:0 0;border-right:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px}.dcu-cp__content table tr{background:0 0}.dcu-cp__content table tr td:last-child,.dcu-cp__content table tr th:last-child{border-right:0}.dcu-cp__content table th,.dcu-cp__content table thead{text-align:left}.dcu-cp__content table tbody td,.dcu-cp__content table tbody th{border-color:#fff}.dcu-cp__content table tbody tr:last-child td{border-bottom:0}.dcu-cp__content__tags{margin:0 0 40px!important;list-style:none}.dcu-cp__content__tags li{background:gray;color:#fff;display:inline-block;float:left;margin:0 1px 1px 0;padding:10px}.dcu-cp__content__tag-links{margin:0 0 40px!important;list-style:none}.dcu-cp__content__tag-links li{display:inline-block;float:left;margin:0 1px 1px 0}.dcu-cp__content__tag-links li a{background:#404041;color:#fff;display:block;padding:10px}.dcu-cp__content__tag-links li a:hover{background:#eea840!important;text-decoration:none!important}.dcu-cp__content--highlights{margin:0 0 40px!important;list-style:none!important}.dcu-cp__content--highlights li{border-bottom:1px solid #404041;padding:10px 0}.dcu-cp__content--highlights li:first-of-type{border-top:1px solid #404041}h3+.dcu-cp__content--highlights{margin-top:13.33px!important}p+.dcu-cp__content--highlights{margin-top:40px!important}.dcu-cp__content--media{position:relative;padding-bottom:56.25%;height:0;margin-bottom:20px;overflow:hidden}.dcu-cp__content--media iframe{position:absolute;top:0;left:0;margin:0!important;width:100%;height:100%}.dcu-cp__content__block{background:#fff;padding:20px;margin:0 auto}.dcu-cp__content__block--reversed{background:#404041;color:#ccc}.dcu-cp__content__block--reversed--black{background:#000}.dcu-cp__content__block--grey,.dcu-cp__footer{background:#fbf9f9}.dcu-cp__content__block--reversed a{color:#fff}@media only screen and (min-width:980px){.dcu-cp__content__block{padding:40px 0}}.dcu-cp__content__block--intro{padding:20px}@media only screen and (min-width:980px){.dcu-cp__content__block--intro{padding:40px 0}.dcu-cp__content__block--intro p{max-width:80%}}.dcu-cp__content__block--content{padding:20px}.dcu-cp__content__block__aside ul.dcu-cp__course-tools{margin:40px 0}@media only screen and (min-width:980px){.dcu-cp__content__block--content{padding:40px 0;max-width:80%}.dcu-cp__content__block__main{float:left;padding-right:80px;width:70%}.dcu-cp__content__block__main--wide{float:left;width:80%}.dcu-cp__content__block__aside{float:left;width:30%}.dcu-cp__content__block__aside ul.dcu-cp__course-tools{margin:0}}.dcu-cp__footer hr{margin:0}.dcu-cp__footer--comments{background:#fff}.dcu-cp__footer--dark,.dcu-cp__toggle-menu{background:#404041;color:#fff}.dcu-cp__footer p{max-width:300px}.dcu-cp__toggle-menu{border-bottom:1px solid rgba(255,255,255,.5);cursor:pointer;display:block;padding:10px;width:100%}.dcu-cp__toggle-menu:hover{background:#59595b;color:#fff;text-decoration:none}@media only screen and (min-width:740px){.dcu-cp__toggle-menu{display:none}}.dcu-cp input#show-menu{display:none}.dcu-cp input#show-menu:checked~#dcu-cp__menu{display:block}.dcu-cp ul#dcu-cp__menu{background:#fbf9f9;display:none;list-style:none;max-width:920px;margin:0 auto;padding:0;position:relative;transition:all .25s ease}.dcu-cp ul#dcu-cp__menu li{float:left;margin:0;text-align:left;width:100%}.dcu-cp ul#dcu-cp__menu li a{transition:all .25s ease;background:#404041;border-bottom:1px solid rgba(255,255,255,.5);border-radius:0;color:#fff;display:block;padding:10px;text-decoration:none}.dcu-cp ul#dcu-cp__menu li a.active,.dcu-cp ul#dcu-cp__menu li a:hover{background:#59595b;color:#fff}@media only screen and (min-width:740px){.dcu-cp ul#dcu-cp__menu{display:block}.dcu-cp ul#dcu-cp__menu li{margin:0 1px 0 0;text-align:center;width:calc(20% - 1px)}.dcu-cp ul#dcu-cp__menu li a{border-radius:5px 5px 0 0;border-bottom:none}.dcu-cp ul#dcu-cp__menu li a.active,.dcu-cp ul#dcu-cp__menu li a:hover{background:#fff;color:#404041}.dcu-cp ul#dcu-cp__menu.dcu-cp__menu--list{width:50%}.dcu-cp ul#dcu-cp__menu.dcu-cp__menu--list li{width:calc(50% - 1px)}}.dcu-cp__online{border-bottom:1px solid #eaeaea;color:#404041;display:block;margin:10px 10px 0;padding:10px 10px 10px 20px;position:relative;width:auto}@media only screen and (min-width:740px){.dcu-cp__online{border-bottom:none;float:right;width:auto}.dcu-cp__toggle-filter{float:left}}.dcu-cp__online:hover{color:#ccc;text-decoration:none}.dcu-cp input#show-filter:checked~label:after,.dcu-cp__online:after{border-top:5px solid transparent;color:#fff;position:absolute;top:25%;transition:all .25s ease}.dcu-cp__online:after{border-right:5px solid transparent;border-left:5px solid #404041;border-bottom:5px solid transparent;content:"";left:0;transform:translateY(50%);width:0;height:0}.dcu-cp input#show-filter:checked~label:after,.dcu-cp__toggle-filter:after{border-left:5px solid transparent;border-right:5px solid transparent;content:"";left:0;width:0;height:0}.dcu-cp input#show-filter{display:none}.dcu-cp input#show-filter:checked~label:after{border-bottom:5px solid #404041}.dcu-cp input#show-filter:checked~div.dcu-cp__list__filter__items{opacity:1;max-height:300vh;visibility:visible;margin:0 0 20px}.dcu-cp__toggle-filter{color:#404041;cursor:pointer;display:block;margin:0 10px 10px;padding:10px 10px 10px 20px;position:relative;text-align:left;transition:all .25s ease-in-out;max-width:400px}.dcu-cp__toggle-filter:hover{color:#ccc;text-decoration:none}.dcu-cp__toggle-filter:hover .icon{background:#000}@media only screen and (min-width:980px){.dcu-cp__toggle-filter{margin:10px 20px 0}}.dcu-cp__toggle-filter:after{border-top:5px solid #404041;color:#fff;position:absolute;top:45%;transition:all .25s ease}.dcu-cp__list{position:relative}.dcu-cp__list__courses{border-top:1px solid #eaeaea}.dcu-cp__list__courses h2{text-align:center;margin-bottom:40px}.dcu-cp__list__courses ul{margin-bottom:40px}.dcu-cp__list__courses ul li{-webkit-transition:all 2s ease-out;-moz-transition:all 2s ease-out;-ms-transition:all 2s ease-out;-o-transition:all 2s ease-out;transition:all 2s ease-out;border-top:6px solid #fbf9f9;margin-bottom:20px;min-height:120px;position:relative}.dcu-cp__list__courses ul li img{float:right;margin:0 0 20px 20px;width:140px;height:auto}.dcu-cp__list__courses ul li h3{font-size:18px;margin:10px 20px 0 0}.dcu-cp__list__courses ul li h3 a:hover{text-decoration:none;color:#404041}.dcu-cp__list__courses ul li p{border-left:none;padding:0;color:#88817f;margin:0 20px 0 0}.dcu-cp__list__courses ul li:hover{border-top:6px solid #ccc}@media only screen and (min-width:740px){.dcu-cp__list__courses ul li img{float:left;margin:0 20px 20px 0;width:200px;height:auto}.dcu-cp__list__courses ul li h3{font-size:21px;margin:10px calc(20% + 20px) 0 0}.dcu-cp__list__courses ul li p{border-left:1px solid #ccc;padding-left:10px;position:absolute;right:0;top:10px;width:20%}.dcu-cp__list__courses--pg ul li h3{margin:10px 20px 0 0;width:calc(80% - 40px)}}.dcu-cp__list__courses--pg ul li h3{margin:10px 20px 0 0}.dcu-cp__list__courses--pg ul li h3 a:hover{text-decoration:none;color:#404041}.dcu-cp__list__courses--pg ul li p{border-left:none;padding:0;color:#88817f;margin:0 20px 0 0}@media only screen and (min-width:740px){.dcu-cp__list__courses--pg ul li p{border-left:1px solid #ccc;padding-left:10px;margin:10px 20px 0 0;width:20%}}.dcu-cp__list__header{text-align:center;background:#fbf9f9;padding:20px 20px 0}.dcu-cp__list__header h1{margin:0 auto 20px}@media only screen and (min-width:740px){.dcu-cp__list__header{padding:60px 20px 0}.dcu-cp__list__header h1{margin:0 auto 60px}}.dcu-cp__list__header nav ul{background:#fbf9f9;list-style:none;max-width:920px;margin:0 auto;padding:0;position:relative;transition:all .25s ease}.dcu-cp__list__header nav ul li{float:left;margin:0;text-align:left;width:100%}.dcu-cp__list__header nav ul li a{transition:all .25s ease;background:#88817f;border-bottom:1px solid rgba(255,255,255,.5);border-radius:0;color:#fff;display:block;padding:20px;text-decoration:none}.dcu-cp__list__header nav ul li a.active,.dcu-cp__list__header nav ul li a:hover{background:#404041;color:#fff}@media only screen and (min-width:740px){.dcu-cp__list__header nav ul{display:block;width:50%}.dcu-cp__list__header nav ul li{margin:0 4px;text-align:center;width:calc(50% - 8px)}.dcu-cp__list__header nav ul li a{border-radius:5px 5px 0 0;border-bottom:none}.dcu-cp__list__header nav ul li a.active,.dcu-cp__list__header nav ul li a:hover{background:#fff;color:#404041}.dcu-cp__list__submenu h3{font-size:28px!important}}.dcu-cp__list__filter__items{-webkit-transition:all .5s ease-out;-moz-transition:all .5s ease-out;-ms-transition:all .5s ease-out;-o-transition:all .5s ease-out;transition:all .5s ease-out;margin:0;opacity:0;max-height:0;visibility:hidden}.dcu-cp__list__filter__items ul li{display:inline-block;margin:0 10px;width:calc(50% - 20px)}@media only screen and (min-width:980px){.dcu-cp__list__filter__items ul li{width:calc(33% - 20px)}}.dcu-cp__list__filter__items ul li a{border-bottom:1px solid #ccc;border-top:0 solid #ccc;display:block;padding:10px 0;text-decoration:none!important}.dcu-cp__list__filter__items ul li a:hover{padding-left:10px}.dcu-cp__list__submenu{padding-bottom:0}.dcu-cp__list__submenu h3{text-align:center;margin-bottom:20px}.dcu-cp__list__submenu nav input#show-menu{display:none}.dcu-cp__list__submenu nav input#show-menu:checked~ul{display:block}.dcu-cp__list__submenu nav ul{display:none;list-style:none;margin:0 auto;padding:0;position:relative;transition:all .25s ease}.dcu-cp__list__submenu nav ul li{float:left;margin:0;text-align:left;width:100%}.dcu-cp__list__submenu nav ul li a{transition:all .25s ease;background:#88817f;border-bottom:1px solid rgba(255,255,255,.5);border-radius:0;color:#fff;display:block;padding:10px;text-decoration:none}.dcu-cp__list__submenu nav ul li a.active,.dcu-cp__list__submenu nav ul li a:hover{background:#404041;color:#fff}@media only screen and (min-width:740px){.dcu-cp__list__submenu nav ul{display:block;margin:20px auto;width:100%;text-align:center}.dcu-cp__list__submenu nav ul li{float:none;display:inline-block;margin:0 3px 10px;width:auto}.dcu-cp__list__submenu nav ul li a{border-bottom:none;display:block;padding:10px}.dcu-cp__list__submenu nav ul li:first-child{border-left:none}}.grayscale{-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);filter:grayscale(100%);transition:all .2s ease-in-out}.grayscale:hover{-webkit-filter:grayscale(0);-moz-filter:grayscale(0);filter:grayscale(0)}.clearfix:after,.clearfix:before,.dcu-cp ul#dcu-cp__menu:after,.dcu-cp ul#dcu-cp__menu:before,.dcu-cp__content__block:after,.dcu-cp__content__block:before,.dcu-cp__content__tag-links:after,.dcu-cp__content__tag-links:before,.dcu-cp__content__tags:after,.dcu-cp__content__tags:before,.dcu-cp__header ul li:after,.dcu-cp__header ul li:before,.dcu-cp__header:after,.dcu-cp__header:before,.dcu-cp__header__content:after,.dcu-cp__header__content:before,.dcu-cp__list__courses ul li:after,.dcu-cp__list__courses ul li:before,.dcu-cp__list__header nav ul:after,.dcu-cp__list__header nav ul:before,.dcu-cp__list__submenu nav ul:after,.dcu-cp__list__submenu nav ul:before,.dcu-cp__row:after,.dcu-cp__row:before,.row:after,.row:before{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after,.dcu-cp ul#dcu-cp__menu:after,.dcu-cp__content__block:after,.dcu-cp__content__tag-links:after,.dcu-cp__content__tags:after,.dcu-cp__header ul li:after,.dcu-cp__header:after,.dcu-cp__header__content:after,.dcu-cp__list__courses ul li:after,.dcu-cp__list__header nav ul:after,.dcu-cp__list__submenu nav ul:after,.dcu-cp__row:after,.row:after{clear:both}.clearfix,.dcu-cp ul#dcu-cp__menu,.dcu-cp__content__block,.dcu-cp__content__tag-links,.dcu-cp__content__tags,.dcu-cp__header,.dcu-cp__header ul li,.dcu-cp__header__content,.dcu-cp__list__courses ul li,.dcu-cp__list__header nav ul,.dcu-cp__list__submenu nav ul,.dcu-cp__row,.row{zoom:1}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
hgroup.site-name-slogan{display:none;}ul.primary li a{background-color:#F1EDE6;}div#region-branding{clear:both;}.front .loader{background:url("/sites/all/themes/dcu_responsive/images/loader-animation.gif") no-repeat scroll center center #F1EDE6;display:block;height:100%;left:0;position:fixed;top:0;width:100%;z-index:99;}#searchbar input{border-width:0px!important;}::-moz-selection{color:white;background:#4F9FB8;}::selection{color:white;background:#4F9FB8;}.region{min-height:0px;}#toolbar{z-index:1600!important;}div.messages{font-size:1.3em;}div.messages a{color:#259abb;text-decoration:underline;}.grid-1,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.grid-7,.grid-8,.grid-9,.grid-10,.grid-11,.grid-12,.grid-13,.grid-14,.grid-15,.grid-16,.grid-17,.grid-18,.grid-19,.grid-20,.grid-21,.grid-22,.grid-23,.grid-24{margin-left:0px;margin-right:0px;}.logo-img{float:left;margin:10px 13px 15px 13px;}.zone.zone-menu.clearfix.container-12{margin-bottom:20px;}header{z-index:2;position:relative}.zone-menu{background:#001640;}.region-menu{float:left;width:100%;border-left:1px solid #475879;border-top:1px solid #475879;background:rgb(35,58,103);background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMjMzYTY3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzYlIiBzdG9wLWNvbG9yPSIjMTYyYzU3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA4MWY0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);background:-moz-linear-gradient(-45deg,rgba(35,58,103,1) 1%,rgba(22,44,87,1) 76%,rgba(8,31,73,1) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(1%,rgba(35,58,103,1)),color-stop(76%,rgba(22,44,87,1)),color-stop(100%,rgba(8,31,73,1)));background:-webkit-linear-gradient(-45deg,rgba(35,58,103,1) 1%,rgba(22,44,87,1) 76%,rgba(8,31,73,1) 100%);background:-o-linear-gradient(-45deg,rgba(35,58,103,1) 1%,rgba(22,44,87,1) 76%,rgba(8,31,73,1) 100%);background:-ms-linear-gradient(-45deg,rgba(35,58,103,1) 1%,rgba(22,44,87,1) 76%,rgba(8,31,73,1) 100%);background:linear-gradient(135deg,rgba(35,58,103,1) 1%,rgba(22,44,87,1) 76%,rgba(8,31,73,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#233a67',endColorstr='#081f49',GradientType=1);height:auto;}.region-search-inner{border-left:1px solid #475879;border-top:1px solid #475879;}.region-search.search-box-responsive{float:right;margin-top:-127px;width:35%;}.block.block-block.contextual-links-region.block-57.block-block-57.even.block-without-title{float:left;width:60%}.block-54.block-block-54{float:right;width:auto;}.region-inner.region-footer-first-inner{float:left;width:65%;}.grid-4.region.region-footer-third{width:100%;display:block;float:left;}.region-footer-first,.region-footer-third,.region-footer-second{border-top:1px solid #F1EDE6;}#region-content #block-block-12 .block-inner{background-color:#FFFFFF;padding:20px;}@font-face{font-family:"DIN Next W01 Bold";src:url(/sites/all/themes/dcu_responsive/css/Fonts/b32ab78b-6c51-4bd3-bc37-4edcec0331f8.eot?#iefix);src:url(/sites/all/themes/dcu_responsive/css/Fonts/b32ab78b-6c51-4bd3-bc37-4edcec0331f8.eot?#iefix) format("eot"),url(/sites/all/themes/dcu_responsive/css/Fonts/9949035f-6226-4080-a14a-bf7d94ffb1e1.woff) format("woff"),url(/sites/all/themes/dcu_responsive/css/Fonts/6241bd09-15c2-485e-9796-9db8d0aa6974.ttf) format("truetype"),url(/sites/all/themes/dcu_responsive/css/Fonts/af94da3e-4232-416a-b6bc-f39f85dd5db6.svg#af94da3e-4232-416a-b6bc-f39f85dd5db6) format("svg");}@font-face{font-family:"DIN Next W01 Light";src:url(/sites/all/themes/dcu_responsive/css/Fonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix);src:url(/sites/all/themes/dcu_responsive/css/Fonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix) format("eot"),url(fonts/bc176270-17fa-4c78-a343-9fe52824e501.woff) format("woff"),url(/sites/all/themes/dcu_responsive/css/Fonts/3516f91d-ac48-42cd-acfe-1be691152cc4.ttf) format("truetype"),url(/sites/all/themes/dcu_responsive/css/Fonts/d1b1e866-a411-42ba-8f75-72bf28e23694.svg#d1b1e866-a411-42ba-8f75-72bf28e23694) format("svg");}@font-face{font-family:"DIN Next W01 Regular";src:url(/sites/all/themes/dcu_responsive/css/Fonts/da088ecc-a53c-4831-a95b-6fd81b5b338a.eot?#iefix);src:url(/sites/all/themes/dcu_responsive/css/Fonts/da088ecc-a53c-4831-a95b-6fd81b5b338a.eot?#iefix) format("eot"),url(fonts/c5a7f89e-15b6-49a9-8259-5ea665e72191.woff) format("woff"),url(/sites/all/themes/dcu_responsive/css/Fonts/868c94b5-ca49-46b7-b62b-297f8d861125.ttf) format("truetype"),url(/sites/all/themes/dcu_responsive/css/Fonts/e3145f65-29b5-4f7f-8c6e-2dc135021b6a.svg#e3145f65-29b5-4f7f-8c6e-2dc135021b6a) format("svg");}@font-face{font-family:"HelveticaNeueW01-55Roma";src:url(/sites/all/themes/dcu_responsive/css/Fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix);src:url(/sites/all/themes/dcu_responsive/css/Fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix) format("eot"),url(fonts/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff) format("woff"),url(/sites/all/themes/dcu_responsive/css/Fonts/b0ffdcf0-26da-47fd-8485-20e4a40d4b7d.ttf) format("truetype"),url(/sites/all/themes/dcu_responsive/css/Fonts/da09f1f1-062a-45af-86e1-2bbdb3dd94f9.svg#da09f1f1-062a-45af-86e1-2bbdb3dd94f9) format("svg");}@font-face{font-family:"HelveticaNeueW01-56It";src:url(/sites/all/themes/dcu_responsive/css/Fonts/58a5cbff-d570-4c18-a5e3-60868dc07ae8.eot?#iefix);src:url(/sites/all/themes/dcu_responsive/css/Fonts/58a5cbff-d570-4c18-a5e3-60868dc07ae8.eot?#iefix) format("eot"),url(/sites/all/themes/dcu_responsive/css/Fonts/2c056da8-4920-4e20-8c69-8a6b315458a9.woff) format("woff"),url(/sites/all/themes/dcu_responsive/css/Fonts/2381d918-136d-444f-8391-db0cba6da388.ttf) format("truetype"),url(/sites/all/themes/dcu_responsive/css/Fonts/d0697971-6f58-4597-942e-8beabd1adc87.svg#d0697971-6f58-4597-942e-8beabd1adc87) format("svg");}@font-face{font-family:"HelveticaNeueW01-75Bold";src:url(/sites/all/themes/dcu_responsive/css/Fonts/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?#iefix);src:url(/sites/all/themes/dcu_responsive/css/Fonts/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?#iefix) format("eot"),url(/sites/all/themes/dcu_responsive/css/Fonts/14ff6081-326d-4dae-b778-d7afa66166fc.woff) format("woff"),url(/sites/all/themes/dcu_responsive/css/Fonts/8fda1e47-19be-46c7-8d83-8d4fb35572f0.ttf) format("truetype"),url(/sites/all/themes/dcu_responsive/css/Fonts/f751c8ae-1057-46d9-8d74-62592e002568.svg#f751c8ae-1057-46d9-8d74-62592e002568) format("svg");}@font-face{font-family:"DINNextLTW01-UltraLight 706122";src:url(/sites/all/themes/dcu_responsive/css/Fonts/06e964c1-d71a-48a5-b3fd-88c164e2b0fa.eot?#iefix);src:url(/sites/all/themes/dcu_responsive/css/Fonts/06e964c1-d71a-48a5-b3fd-88c164e2b0fa.eot?#iefix) format("eot"),url(fonts/04c0d1f1-0fdf-4866-a034-1b5d1ba44a94.woff) format("woff"),url(/sites/all/themes/dcu_responsive/css/Fonts/a840f6fc-ef1f-44cd-a5fb-f68784b9bc1e.ttf) format("truetype"),url(/sites/all/themes/dcu_responsive/css/Fonts/4032b83f-6bbc-40a1-bfb9-cafd86356a17.svg#4032b83f-6bbc-40a1-bfb9-cafd86356a17) format("svg");}@font-face{font-family:"DINNextLTW01-UltraLight 706125";src:url(/sites/all/themes/dcu_responsive/css/Fonts/67ced202-4fbf-450a-91c0-5dfa71a2b70e.eot?#iefix);src:url(/sites/all/themes/dcu_responsive/css/Fonts/67ced202-4fbf-450a-91c0-5dfa71a2b70e.eot?#iefix) format("eot"),url(/sites/all/themes/dcu_responsive/css/Fonts/11143434-96a9-4740-a138-f16d49263f2f.woff) format("woff"),url(/sites/all/themes/dcu_responsive/css/Fonts/3a7440b3-1b5c-4693-9280-9522f0c3006e.ttf) format("truetype"),url(/sites/all/themes/dcu_responsive/css/Fonts/6230196d-2226-4a80-8915-110bc6710446.svg#6230196d-2226-4a80-8915-110bc6710446) format("svg");}@font-face{font-family:"Objektiv Mk2 Bold";src:url("/sites/default/files/Fonts/ObjektivMk2_Bd.ttf");}@font-face{font-family:"Objektiv Mk2 Light";src:url("/sites/default/files/Fonts/ObjektivMk2_Lt.ttf");}@font-face{font-family:"Objektiv Mk2 Medium";src:url("/sites/default/files/Fonts/ObjektivMk2_Md.ttf");}@font-face{font-family:"Objektiv Mk2 Regular";src:url("/sites/default/files/Fonts/ObjektivMk2_Rg.ttf");}h1{font-size:25px}h2{font-size:21px}.field-items h2{font-size:21px}.field-items h1{font-size:25px}.field-items h2 a:link,field-items h2 a:visited,.field-items h1 a:link,field-items h1 a:visited{color:#FFFFFF;}.field-items h4,#dcu-apps h4{font-size:23px;}.field-items h5{font-size:20px !important;}.field-items h6{font-size:21px;}.field-items p{font-size:13px;}body{font-family:Helvetica,Arial,sans-serif;color:#494949;}element.style{padding-top:65px;}html.overlay-open,html.overlay-open body{height:100%;overflow:hidden;}body{font-size:12px;}body{background-color:#F1EDE6;}body{color:#494949;font-family:"HelveticaNeueW01-55Roma";}body{line-height:1;overflow-x:hidden;}html,body,div{border:0 none;margin:0;outline:0 none;vertical-align:baseline;}a:hover,a:focus{text-decoration:underline;}a{color:#259abb;}a:hover{text-decoration:hover;}h1,h3,.event-title-med a,div.event-date{font-family:"DIN Next W01 Light";font-weight:normal;}h1,h2,h4,h5,h6,.span-l1,.span-l2,.span-l3,.news-block,.node-span1,.node-span2,.node-span3,.node-span4,span.date-display-single,.news-date-large span,.news-date-med span,.news-title-med .news-div span,.event-date-med,.event-title-med h3,.three-col-title-med h3,.three-col-date-med{font-family:"DINNextLTW01-UltraLight 706122";font-weight:normal;}.block-subtitle a,.content-news-article,.event-desc-med a{font-family:"DIN Next W01 Bold";}h4{color:#a7988b;}.menu li a{font-family:"DIN Next W01 Regular";text-decoration:none;}.sf-menu a{font-family:"DIN Next W01 Regular" !important;}.field-items th,.field-items thead{font-family:"DIN Next W01 Regular" !important;font-size:16px;}.flex-caption,.news-desc-lrg,.news-desc-med,.news-desc-lrg,ul.quicktabs-tabs li a,.view-event-items div.event-body-content,.event-desc-med{font-family:"HelveticaNeueW01-55Roma";cursor:pointer;height:20px;}.three-col-read,.three-col-read:active,.three-col-read:visited{font-family:"HelveticaNeueW01-75Bold";color:#298dab;text-decoration:none;}.news-med-readmore{font-family:"DIN Next W01 Bold";}.event-read{font-family:"DIN Next W01 Bold";text-decoration:none;}.event-read:hover{text-decoration:underline !important;}.group1 .event-read,.group1 .event-read:active,.group1 .event-read:visited{color:#298dab;}.group2 .event-read,.group2 .event-read:active,.group2 .event-read:visited{color:#ebb625;}.group3 .event-read,.group3 .event-read:active,.group3 .event-read:visited{color:#9b4f96;}.mainmenu_caption{font-family:"DIN Next W01 Light";}.content-news-article.article-1 > p,.content-news-article.article-2 > p,.content-news-article.article-3 > p,.content-news-article.article-4 > p{font-family:Arial,Helvetica,sans-serif;line-height:1.2;}#footer_menu_item > a{font-family:"DIN Next W01 Light";}#block-views-4bd4322512eddbf6a492fb78fb554ec0 .block-title{font-family:"DIN Next W01 Regular";}.feed-news-title > h3,.view-tweets,.view-events{font-family:"DIN Next W01 Regular";color:#9E8F83;font-size:12px;}.content-news-article > a{font-family:"DIN Next W01 Bold";font-size:14px;}.content-news-article > a:hover{text-decoration:underline;}.article-noimage,.node-events{min-height:120px;}body{background-color:#f1ede6;font-size:14px;}.zone-wrapper.zone-menu-wrapper.clearfix{background:none repeat scroll 0 0 #001640;margin-bottom:35px;}.dhtml-menu{float:left;padding:0;}ul.menu{border:medium none;list-style:none outside none;text-align:left;font-size:17px;}.menu li a{line-height:36px;padding:10px 12px 6px;}ul.menu li{margin:0 0 1px 0;float:left;}li.expanded,li.collapsed,li.leaf{padding:0 1px 0 0;}.dhtml-menu.collapsed.start-collapsed.expanded.dhtml-menu-open,.dhtml-menu.start-collapsed.expanded.dhtml-menu-open,dhtml-menu.start-collapsed.expanded,ul li.expanded{list-style-image:none !important;list-style-type:none !important;width:100%;}.collapsed.dhtml-menu.collapsed.start-collapsed,dhtml-menu.start-collapsed.expanded{list-style-image:none;list-style-type:none;}.start-collapsed a{background:none repeat scroll 0 0 #DFD5C4;padding:10px 12px 6px;}.start-collapsed li a{background-color:#ffffff;padding:10px 12px 6px;color:#259abb;}.menu .active-trail li a{background-color:#ffffff;padding:10px 12px 6px;color:#259abb;}.menu .active-trail li a{background-color:#ffffff;padding:10px 12px 6px;color:#259abb;}.menu .active-trail li a.active-trail{background-color:#259abb;padding:10px 12px 6px;color:#ffffff;}ul li.leaf,ul li.expanded{list-style-image:none;list-style-type:none;}.region-inner.region-sidebar-first-inner{margin:0 13px 20px 13px;}li.expanded,li.collapsed,li.leaf{padding:none;}#page-title{color:#259ABB;font-size:40px;font-weight:normal;margin:20px 13px;}.dhtml-menu.start-collapsed.collapsed .has-sub{background-color:rgba(255,255,255,7);color:#259ABB;}.dhtml-menu.collapsed.start-collapsed.expanded .expanded .has-sub,.expanded .has-sub{background:none repeat scroll 0 0 #259ABB;color:#FFFFFF;}.menu li .menu ul li{margin:1px 0 0 0;}.start-collapsed.expanded ul li .start-collapsed.expanded .has-sub{background:none repeat scroll 0 0 #259ABB !important;}.sub-3{background-color:#f8f6f3 !important;}.menu_item_1{color:#102650;background:none repeat scroll 0 0 #DFD5C4;}.menu_item_2{color:#9b4f96;background:none repeat scroll 0 0 #DFD5C4;}.menu_item_3{color:#e22882;background:none repeat scroll 0 0 #DFD5C4;}.menu_item_4{color:#3692b1;background:none repeat scroll 0 0 #DFD5C4;}.menu_item_5{color:#17568a;background:none repeat scroll 0 0 #DFD5C4;}.menu_item_6{color:#e04151;background:none repeat scroll 0 0 #DFD5C4;}.menu_item_7{color:#e6621a;background:none repeat scroll 0 0 #DFD5C4;}.menu_item_8{color:#da8a00;background:none repeat scroll 0 0 #DFD5C4;}.menu_item_9{color:#9e9083;background:none repeat scroll 0 0 #DFD5C4;}.expanded .menu_item_1,.menu_item_1.active,.menu_item_1:hover,.dhtml-menu-open.menu_item_1{color:#ffffff;background:none repeat scroll 0 0 #102650 !important;}.expanded .menu_item_2,.menu_item_2.active,.menu_item_2:hover,.dhtml-menu-open.menu_item_2{color:#ffffff;background:none repeat scroll 0 0 #9b4f96 !important;}.expanded .menu_item_3,.menu_item_3.active,.menu_item_3:hover,.dhtml-menu-open.menu_item_3{color:#ffffff;background:none repeat scroll 0 0 #e22882 !important;}.expanded .menu_item_4,.menu_item_4.active,.menu_item_4:hover,.dhtml-menu-open.menu_item_4{color:#ffffff;background:none repeat scroll 0 0 #3692b1 !important;}.expanded .menu_item_5,.menu_item_5.active,.menu_item_5:hover,.dhtml-menu-open.menu_item_5{color:#ffffff;background:none repeat scroll 0 0 #17568a !important;}.expanded .menu_item_6,.menu_item_6.active,.menu_item_6:hover,.dhtml-menu-open.menu_item_6{color:#ffffff;background:none repeat scroll 0 0 #e04151 !important;}.expanded .menu_item_7,.menu_item_7.active,.menu_item_7:hover,.dhtml-menu-open.menu_item_7{color:#ffffff;background:none repeat scroll 0 0 #e6621a !important;}.expanded .menu_item_8,.menu_item_8.active,.menu_item_8:hover,.dhtml-menu-open.menu_item_8{color:#ffffff;background:none repeat scroll 0 0 #da8a00 !important;}.expanded .menu_item_9,.menu_item_9.active,.menu_item_9:hover,.dhtml-menu-open.menu_item_9{color:#ffffff;background:none repeat scroll 0 0 #9e9083 !important;}.flexslider{background:none repeat scroll 0 0 #FFFFFF;box-shadow:none;margin:0;position:relative;}.flex-control-paging li a{border-radius:0px;width:17px;height:17px;background-color:#219ec2;opacity:0.6;}.flex-control-paging li a.flex-active{background-color:#219ec2;opacity:1;}.flexslider .slides img{display:block;max-height:370px;width:100%;}.flex-control-paging li a:hover{background-color:#219ec2;opacity:1;}.flex-caption{position:absolute;left:0px;}.flex-control-nav{left:8px;position:absolute;top:20px;width:auto;}.flexslider{border:none;border-radius:0px;}.flex-direction-nav{display:none;}.flex-nav-container{margin-bottom:1px;max-height:370px;}.span-l1{color:#FFFFFF;}.span-l2{color:#FFFFFF;}.span-l3{color:#FFFFFF;}.news-block{position:absolute;top:20px;right:0;padding:5px 20px;font-size:23px;color:#FFFFFF;background:#d83181;background:-moz-linear-gradient(-45deg,#d83181 66%,#973169 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(66%,#d83181),color-stop(100%,#973169));background:-webkit-linear-gradient(-45deg,#d83181 66%,#973169 100%);background:-o-linear-gradient(-45deg,#d83181 66%,#973169 100%);background:-ms-linear-gradient(-45deg,#d83181 66%,#973169 100%);background:linear-gradient(135deg,#d83181 66%,#973169 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d83181',endColorstr='#973169',GradientType=1);display:block;}h2 .node-span1,h1 .node-span1{color:#FFFFFF;opacity:0.8;border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#233a67;background:-moz-linear-gradient(-45deg,#233a67 0%,#021842 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#233a67),color-stop(100%,#021842));background:-webkit-linear-gradient(-45deg,#233a67 0%,#021842 100%);background:-o-linear-gradient(left,#233a67 0%,#021842 100%);background:-ms-linear-gradient(-45deg,#233a67 0%,#021842 100%);background:linear-gradient(135deg,#233a67 0%,#021842 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#233a67',endColorstr='#021842',GradientType=1);}h2 .node-span2,h1 .node-span2{color:#FFFFFF;padding:5px 20px;opacity:0.8;border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#9b4f96;background:-moz-linear-gradient(-45deg,#9b4f96 0%,#6f3d72 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#9b4f96),color-stop(100%,#6f3d72));background:-webkit-linear-gradient(-45deg,#9b4f96 0%,#6f3d72 100%);background:-o-linear-gradient(left,#9b4f96 0%,#6f3d72 100%);background:-ms-linear-gradient(-45deg,#9b4f96 0%,#6f3d72 100%);background:linear-gradient(135deg,#9b4f96 0%,#6f3d72 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b4f96',endColorstr='#6f3d72',GradientType=1);}h2 .node-span3,h1 .node-span3{color:#FFFFFF;opacity:0.8;border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);padding:5px 20px;background:#219ec1;background:-moz-linear-gradient(-45deg,#219ec1 1%,#1e86a7 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(1%,#219ec1),color-stop(100%,#1e86a7));background:-webkit-linear-gradient(-45deg,#219ec1 1%,#1e86a7 100%);background:-o-linear-gradient(left,#219ec1 1%,#1e86a7 100%);background:-ms-linear-gradient(-45deg,#219ec1 1%,#1e86a7 100%);background:linear-gradient(135deg,#219ec1 1%,#1e86a7 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#219ec1',endColorstr='#1e86a7',GradientType=1);}.not-front .node-teaser .content{height:100%;position:absolute;top:0;width:100%;}.front .article-news.article-image{max-width:50%;float:left;margin-top:8px;}.front .content h2.node-title{line-height:1;margin-top:5px;max-height:58px;overflow:hidden;}.responsive-layout-mobile.front .social-wrapper{width:50%;height:67px;border:0px;float:left;}.footer-menu-wrap > a{display:block;margin:25px auto;width:100px;}.footer-menu{float:left;width:50%;}.social-footer{margin:0 auto;}#footer_menu_mobile_wrapper > ul{margin-bottom:20px;width:100%;clear:both;}#footer_menu_mobile_wrapper{display:none;width:100%}#footer_menu_mobile_wrapper li{margin-bottom:30px;width:100%;}.footer_menu_mobile_item{padding:10px 20px;}.front .content-news-article > a{color:#219EC2 !important;display:block;font-size:12px;margin-top:-21px;text-decoration:underline;text-transform:lowercase;}.front .content-news-article p{line-height:1;font-size:12px;margin-top:-14px;margin-bottom:5px;}.flipped{transform:scale(1,-1);-moz-transform:scale(1,-1);-webkit-transform:scale(1,-1);-o-transform:scale(1,-1);-khtml-transform:scale(1,-1);-ms-transform:scale(1,-1);}.front .content.news-item.column{float:left;width:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-left:15px solid  #f1ede6;border-right:20px solid  #f1ede6;}.front ul.inline,.front ul.links.inline{display:none;}.not front .content-news-article{top:170px;bottom:none;position:absolute;width:79%;padding:20px;color:#FFFFFF;opacity:0.9;display:block;}.not-front .content-news-article.article-1{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#233a67;background:-moz-linear-gradient(-45deg,#233a67 0%,#021842 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#233a67),color-stop(100%,#021842));background:-webkit-linear-gradient(-45deg,#233a67 0%,#021842 100%);background:-o-linear-gradient(left,#233a67 0%,#021842 100%);background:-ms-linear-gradient(-45deg,#233a67 0%,#021842 100%);background:linear-gradient(135deg,#233a67 0%,#021842 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#233a67',endColorstr='#021842',GradientType=1);}.not-front .content-news-article.article-2{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#9b4f96;background:-moz-linear-gradient(-45deg,#9b4f96 0%,#6f3d72 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#9b4f96),color-stop(100%,#6f3d72));background:-webkit-linear-gradient(-45deg,#9b4f96 0%,#6f3d72 100%);background:-o-linear-gradient(left,#9b4f96 0%,#6f3d72 100%);background:-ms-linear-gradient(-45deg,#9b4f96 0%,#6f3d72 100%);background:linear-gradient(135deg,#9b4f96 0%,#6f3d72 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b4f96',endColorstr='#6f3d72',GradientType=1);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#233a67',endColorstr='#021842',GradientType=1);}.not-front .content-news-article.article-3{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#219ec1;background:-moz-linear-gradient(-45deg,#219ec1 1%,#1e86a7 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(1%,#219ec1),color-stop(100%,#1e86a7));background:-webkit-linear-gradient(-45deg,#219ec1 1%,#1e86a7 100%);background:-o-linear-gradient(left,#219ec1 1%,#1e86a7 100%);background:-ms-linear-gradient(-45deg,#219ec1 1%,#1e86a7 100%);background:linear-gradient(135deg,#219ec1 1%,#1e86a7 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#219ec1',endColorstr='#1e86a7',GradientType=1);}.node.node-news-article.node-promoted.node-teaser.clearfix{position:relative;}.des,.access{cursor:pointer;}.definition-list p{background-image:url("/sites/all/themes/dcu_responsive/images/grav.jpg");background-repeat:no-repeat;padding-left:20px;}.field items a:active,.field items a:link,.field items a:visited{text-decoration:none;}.field items a:focus,.field items a:hover{text-decoration:underline;}.field-items p strong{letter-spacing:1px!important;}blockquote p{font-size:18px!important;font-family:"DIN Next W01 Regular";}.field-items p,#dcu-apps p{margin:15px 0 15px 0;font-size:13px;}.field-items h2,.field-items h1{margin-bottom:20px;}.node-type-page .field-items h1 span,.node-type-page .field-items h2 span,.node-type-page .field-items h3 span,.node-type-page .field-items h4 span{background:rgb(67,86,126)!important;background:-moz-linear-gradient(left,rgba(67,86,126,1) 0%,rgba(37,55,93,1) 100%)!important;background:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(67,86,126,1)),color-stop(100%,rgba(37,55,93,1)))!important;background:-webkit-linear-gradient(left,rgba(67,86,126,1) 0%,rgba(37,55,93,1) 100%)!important;background:-o-linear-gradient(left,rgba(67,86,126,1) 0%,rgba(37,55,93,1) 100%)!important;background:-ms-linear-gradient(left,rgba(67,86,126,1) 0%,rgba(37,55,93,1) 100%)!important;background:linear-gradient(to right,rgba(67,86,126,1) 0%,rgba(37,55,93,1) 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#43567e',endColorstr='#25375d',GradientType=1)!important;margin-left:-20px;}.basic-item .field-items{padding:0px 20px 20px 20px !important;}.field-items h2 span,.field-items h1 span{color:#FFFFFF;display:inline;line-height:54px;padding:5px 20px;border-left:1px solid #8092a8;border-top:1px solid #8092a8;}.field-items h3{margin-bottom:20px!important;}.field-items h3 span{font-size:25px !important;line-height:1.8!important;color:#4dacc7!important;padding:6px 12px 6px 12px!important;color:#4CAAC5!important;opacity:.95!important;}.field-items h4 span{font-size:23px !important;line-height:1.8!important;color:#4dacc7!important;padding:6px 12px 6px 12px!important;color:#ffffff!important;opacity:.95!important;}.field-items h4{margin-bottom:20px!important;}.field-items h4 span{color:#FFFFFF;background:#a5609f;background:-moz-linear-gradient(-45deg,#a5609f 0%,#805082 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#a5609f),color-stop(100%,#805082));background:-webkit-linear-gradient(-45deg,#a5609f 0%,#805082 100%);background:-o-linear-gradient(left,#a5609f 0%,#805082 100%);background:-ms-linear-gradient(-45deg,#a5609f 0%,#805082 100%);background:linear-gradient(135deg,#a5609f 0%,#805082 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5609f',endColorstr='#805082',GradientType=1);border-left:1px solid #af84cb;border-top:1px solid #af84cb;}.field-items h4 div{line-height:26px;}.definition-list h5{margin-bottom:0px !important;color:#494949;}.field-items h5{margin-bottom:20px;}.definition-list h5 div span{color:#494949 !important;}.field-items h5 span{display:inline;color:#219EC2 !important;background:#e9539b;background:-moz-linear-gradient(-45deg,#e9539b 0%,#b65288 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#e9539b),color-stop(100%,#b65288));background:-webkit-linear-gradient(-45deg,#e9539b 0%,#b65288 100%);background:-o-linear-gradient(left,#e9539b 0%,#b65288 100%);background:-ms-linear-gradient(-45deg,#e9539b 0%,#b65288 100%);background:linear-gradient(135deg,#e9539b 0%,#b65288 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9539b',endColorstr='#b65288',GradientType=1);border-left:1px solid #ee91bd;border-top:1px solid #ee91bd;}.field-items h5 div{line-height:22px;}.block.block-system.block-main.block-system-main.odd.block-without-title{background:none repeat scroll 0 0 #FFFFFF;}.node-type-issindex .block.block-system.block-main.block-system-main.odd.block-without-title{background:none repeat scroll 0 0 transparent;}#block-system-main .content .field{background-color:#FFFFFF;clear:left;}.field-item.even{padding:0 20px;}.field-items td{border:none;border-left:1px #ffffff solid;padding:15px 17px;vertical-align:top!important;font-size:13px;}.field-items th{border-left:1px solid;padding:10px 8px;color:#FFF;background:#df535e;background:-moz-linear-gradient(top,#df535e 0%,#ad2330 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#df535e),color-stop(100%,#ad2330));background:-webkit-linear-gradient(top,#df535e 0%,#ad2330 100%);background:-o-linear-gradient(top,#df535e 0%,#ad2330 100%);background:-ms-linear-gradient(top,#df535e 0%,#ad2330 100%);background:linear-gradient(to bottom,#df535e 0%,#ad2330 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#df535e',endColorstr='#ad2330',GradientType=0);}.field-items tr:hover td,.field-items tr.even:hover td.active,.field-items tr.odd:hover td.active{background:none!important;}.field-items thead tr:hover td,.field-items thead tr.even:hover td.active,.field-items thead tr.odd:hover td.active{border-left:1px solid;padding:10px 8px;color:#FFF;background:#df535e;background:-moz-linear-gradient(top,#df535e 0%,#ad2330 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#df535e),color-stop(100%,#ad2330));background:-webkit-linear-gradient(top,#df535e 0%,#ad2330 100%);background:-o-linear-gradient(top,#df535e 0%,#ad2330 100%);background:-ms-linear-gradient(top,#df535e 0%,#ad2330 100%);background:linear-gradient(to bottom,#df535e 0%,#ad2330 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#df535e',endColorstr='#ad2330',GradientType=0);}.field-items thead{border-left:1px solid;padding:10px 8px;color:#FFF;background:#df535e;background:-moz-linear-gradient(top,#df535e 0%,#ad2330 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#df535e),color-stop(100%,#ad2330));background:-webkit-linear-gradient(top,#df535e 0%,#ad2330 100%);background:-o-linear-gradient(top,#df535e 0%,#ad2330 100%);background:-ms-linear-gradient(top,#df535e 0%,#ad2330 100%);background:linear-gradient(to bottom,#df535e 0%,#ad2330 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#df535e',endColorstr='#ad2330',GradientType=0);}.field-items h6{margin:10px 0 10px 0;}.field-items table{width:100%;border:none;margin-bottom:20px;}tbody tr td{padding:15px;}tbody > tr:nth-child(even){background-color:#f8f7f3;}tbody > tr:nth-child(odd){background-color:#f3f0e9;}ul.ready-tabs li a{width:100% !important;}.responsive-layout-mobile ul.ready-tabs li a{border:0px !important;}.ready-tab a{color:#FFFFFF;background-color:#ebe3d8;max-height:17px;overflow:hidden;padding:9px 0 !important;}.accordion-head.expanded a span,.accordion-head:hover a span{color:#FFFFFF !important;font-size:16px;}span.ready-accordion-header.collapsed{font-size:16px;font-weight:700;}div.ready-accordion{margin:0 !important;}.accordion-head.expanded{background:#eab625;background:url(/sites/all/themes/dcu_responsive/images/arrow-up-white.png) no-repeat 96% 0px,-moz-linear-gradient(top,rgba(67,86,126,1) 0%,rgba(35,58,92,1) 100%) !important;background:url(/sites/all/themes/dcu_responsive/images/arrow-up-white.png) no-repeat 96% 0px,-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(67,86,126,1)),color-stop(100%,rgba(35,58,92,1))) !important;background:url(/sites/all/themes/dcu_responsive/images/arrow-up-white.png) no-repeat 96% 0px,-webkit-linear-gradient(top,rgba(67,86,126,1) 0%,rgba(35,58,92,1) 100%) !important;background:url(/sites/all/themes/dcu_responsive/images/arrow-up-white.png) no-repeat 96% 0px,-o-linear-gradient(top,rgba(67,86,126,1) 0%,rgba(35,58,92,1) 100%) !important;background:url(/sites/all/themes/dcu_responsive/images/arrow-up-white.png) no-repeat 96% 0px,-ms-linear-gradient(top,rgba(67,86,126,1) 0%,rgba(35,58,92,1) 100%) !important;background:url(/sites/all/themes/dcu_responsive/images/arrow-up-white.png) no-repeat 96% 0px,linear-gradient(to bottom,rgba(67,86,126,1) 0%,rgba(35,58,92,1) 100%) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#43567e',endColorstr='#233a5c',GradientType=0) !important;background-position:96% 0;background-repeat:no-repeat;}.accordion-head:hover{background:#eab625;background:url(/sites/all/themes/dcu_responsive/images/arrow-up-white.png) no-repeat 96% 0px,-moz-linear-gradient(top,rgba(67,86,126,1) 0%,rgba(35,58,92,1) 100%) !important;background:url(/sites/all/themes/dcu_responsive/images/arrow-up-white.png) no-repeat 96% 0px,-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(67,86,126,1)),color-stop(100%,rgba(35,58,92,1))) !important;background:url(/sites/all/themes/dcu_responsive/images/arrow-up-white.png no-repeat) 96% 0px,-webkit-linear-gradient(top,rgba(67,86,126,1) 0%,rgba(35,58,92,1) 100%) !important;background:url(/sites/all/themes/dcu_responsive/images/arrow-up-white.png) no-repeat 96% 0px,-o-linear-gradient(top,rgba(67,86,126,1) 0%,rgba(35,58,92,1) 100%) !important;background:url(/sites/all/themes/dcu_responsive/images/arrow-up-white.png) no-repeat 96% 0px,-ms-linear-gradient(top,rgba(67,86,126,1) 0%,rgba(35,58,92,1) 100%) !important;background:url(/sites/all/themes/dcu_responsive/images/arrow-up-white.png) no-repeat 96% 0px,linear-gradient(to bottom,rgba(67,86,126,1) 0%,rgba(35,58,92,1) 100%) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#43567e',endColorstr='#233a5c',GradientType=0) !important;background-repeat:no-repeat;}.ready-tab.active a{background:rgb(67,86,126);background:-moz-linear-gradient(top,rgba(67,86,126,1) 0%,rgba(35,58,92,1) 100%) !important;background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(67,86,126,1)),color-stop(100%,rgba(35,58,92,1))) !important;background:-webkit-linear-gradient(top,rgba(67,86,126,1) 0%,rgba(35,58,92,1) 100%) !important;background:-o-linear-gradient(top,rgba(67,86,126,1) 0%,rgba(35,58,92,1) 100%) !important;background:-ms-linear-gradient(top,rgba(67,86,126,1) 0%,rgba(35,58,92,1) 100%) !important;background:linear-gradient(to bottom,rgba(67,86,126,1) 0%,rgba(35,58,92,1) 100%) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#43567e',endColorstr='#233a5c',GradientType=0) !important;}.ready-tab a:hover{background:rgb(67,86,126);background:-moz-linear-gradient(top,rgba(67,86,126,1) 0%,rgba(35,58,92,1) 100%) !important;background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(67,86,126,1)),color-stop(100%,rgba(35,58,92,1))) !important;background:-webkit-linear-gradient(top,rgba(67,86,126,1) 0%,rgba(35,58,92,1) 100%) !important;background:-o-linear-gradient(top,rgba(67,86,126,1) 0%,rgba(35,58,92,1) 100%) !important;background:-ms-linear-gradient(top,rgba(67,86,126,1) 0%,rgba(35,58,92,1) 100%) !important;background:linear-gradient(to bottom,rgba(67,86,126,1) 0%,rgba(35,58,92,1) 100%) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#43567e',endColorstr='#233a5c',GradientType=0) !important;opacity:0.7;}.definition-list h5{font-family:Arial,Helvetica,sans-serif;font-size:15px !important;font-weight:600;color:#494949!important;}.definition-list p{margin-bottom:20px !important;}.field-items table.left-top tr{text-align:left!important;vertical-align:text-top!important;}.field-items blockquote{padding:20px 30px 5px 20px;margin:20px 0px 20px 0;background-color:#f3f0e9;background-image:url(/sites/all/themes/dcu_responsive/images/quote.jpg);background-position:18px 24px;background-repeat:no-repeat;clear:both;}.field-items blockquote p{padding:8px 35px 20px;font-style:italic;margin:0 !important;}.two-col{clear:none !important;;float:none;width:100%;}.three-col{clear:none !important;float:none;width:100%;}.field-items ul{margin:0 0 0 15px;list-style-type:disc;list-style-position:outside!important;}.field-items ul ul{list-style-type:disc;}.field-items ul ul ul{list-style-type:circle;}.field-items ul li{padding:0 0 8px 0!important;}.field-items ul li ul{margin:10px 0 0px 15px!important;padding:0 0 0 0!important;list-style-type:disc!important;list-style-position:inside!important;}.field-items ul li ul li{padding:0 0 8px 0!important;}.field-items ol{margin:0 0 0 15px!important;padding:18px 0 18px 0!important;list-style-type:decimal;list-style-position:outside!important;}.field-items ol ol{list-style-type:upper-roman;}.field-items ol ol ol{list-style-type:lower-roman;}.field-items ol li{padding:0 0 8px 0!important;line-height:18px!important;margin-left:0.2em!important;}.field-items ol li ol{margin:10px 0 0px 15px!important;padding:0 0 0px 0!important;list-style-type:decimal!important;list-style-position:inside!important;}.field-items ol li ol li{padding:0 0 8px 0!important;line-height:18px!important;}.field-items ol li ul li{padding:0 0 8px 0!important;}.field-items ul,.field-items ol{font-size:13px!important;line-height:1.5!important;}#tbl_even{background-color:#f8f7f3;}#tbl_odd{background-color:#f3f0e9;}h1,h2,h4,h5{margin-left:0px;}a:link,a:visited{text-decoration:none;}.field-item.even ul{margin-left:0px;}.field-item.even ol{margin-left:20px;}#tbl_even > img{height:auto;width:100%;}.homeblock-list-library{margin-left:0px;}.view-homepageblockextra-library- .homeblock-list-library{margin-left:0px;}.view-homepageblock-library .homeblock-list-library{margin-left:0px;}.homeblock-list-library .views-row .field-content .block-title{position:absolute;font-size:22px;top:20px;color:#FFF;}.homeblock-list-library .views-row{position:relative;}.homeblock-list-library .views-row .field-content .block-title .node-span1{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#219ec2;background:-moz-linear-gradient(-45deg,#219ec2 0%,#1e86a6 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#219ec2),color-stop(100%,#1e86a6));background:-webkit-linear-gradient(-45deg,#219ec2 0%,#1e86a6 100%);background:-o-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-ms-linear-gradient(-45deg,#219ec2 0%,#1e86a6 100%);background:linear-gradient(135deg,#219ec2 0%,#1e86a6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#219ec2',endColorstr='#1e86a6',GradientType=1);}.homeblock-list-library .views-row .field-content .block-title .node-span2{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#233a67;background:-moz-linear-gradient(-45deg,#233a67 0%,#001640 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#233a67),color-stop(100%,#001640));background:-webkit-linear-gradient(-45deg,#233a67 0%,#001640 100%);background:-o-linear-gradient(left,#233a67 0%,#001640 100%);background:-ms-linear-gradient(-45deg,#233a67 0%,#001640 100%);background:linear-gradient(135deg,#233a67 0%,#001640 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#233a67',endColorstr='#001640',GradientType=1);}.homeblock-list-library .views-row .field-content .block-title .node-span3{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#e9ae0d;background:-moz-linear-gradient(-45deg,#e9ae0d 0%,#df9c09 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#e9ae0d),color-stop(100%,#df9c09));background:-webkit-linear-gradient(-45deg,#e9ae0d 0%,#df9c09 100%);background:-o-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-ms-linear-gradient(-45deg,#e9ae0d 0%,#df9c09 100%);background:linear-gradient(135deg,#e9ae0d 0%,#df9c09 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9ae0d',endColorstr='#df9c09',GradientType=1);}.homeblock-list-library .views-row .field-content .block-title .node-span4{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#9b4f96;background:-moz-linear-gradient(-45deg,#9b4f96 0%,#6e3c71 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#9b4f96),color-stop(100%,#6e3c71));background:-webkit-linear-gradient(-45deg,#9b4f96 0%,#6e3c71 100%);background:-o-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-ms-linear-gradient(-45deg,#9b4f96 0%,#6e3c71 100%);background:linear-gradient(135deg,#9b4f96 0%,#6e3c71 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b4f96',endColorstr='#6e3c71',GradientType=1);}.homeblock-list-library .views-row .field-content .block-title .node-span5{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#E22881;background:-moz-linear-gradient(-45deg,#E22881 0%,#E22881 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#E22881),color-stop(100%,#E22881));background:-webkit-linear-gradient(-45deg,#E22881 0%,#E22881 100%);background:-o-linear-gradient(left,#E22881 0%,#E22881 100%);background:-ms-linear-gradient(-45deg,#E22881 0%,#E22881 100%);background:linear-gradient(135deg,#E22881 0%,#E22881 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9ae0d',endColorstr='#df9c09',GradientType=1);}.homeblock-list-library .views-row .field-content .block-title .node-span6{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#E04151;background:-moz-linear-gradient(-45deg,#E04151 0%,#E04151 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#E04151),color-stop(100%,#E04151));background:-webkit-linear-gradient(-45deg,#E04151 0%,#E04151 100%);background:-o-linear-gradient(left,#E04151 0%,#E04151 100%);background:-ms-linear-gradient(-45deg,#E04151 0%,#E04151 100%);background:linear-gradient(135deg,#E04151 0%,#E04151 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E04151',endColorstr='#E04151',GradientType=1);}.homeblock-list-library .views-row .field-content .block-title .node-span7{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#26696D;background:-moz-linear-gradient(-45deg,#26696D 0%,#26696D 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#26696D),color-stop(100%,#26696D));background:-webkit-linear-gradient(-45deg,#26696D 0%,#26696D 100%);background:-o-linear-gradient(left,#26696D 0%,#26696D 100%);background:-ms-linear-gradient(-45deg,#26696D 0%,#26696D 100%);background:linear-gradient(135deg,#26696D 0%,#26696D 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#26696D',endColorstr='#26696D',GradientType=1);}.homeblock-list-library .views-row .field-content .block-title span{line-height:14px;padding:5px 16px;color:#FFF;}.homeblock-list-library .views-row .field-content .block-title a div{margin-bottom:15px!important;}.homeblock-list-library .views-row .field-content .block-subtitle{position:absolute;font-size:12px;bottom:20px;color:#FFF}.homeblock-list-library .views-row .field-content .subtitle-1{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#219ec2;background:-moz-linear-gradient(-45deg,#219ec2 0%,#1e86a6 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#219ec2),color-stop(100%,#1e86a6));background:-webkit-linear-gradient(-45deg,#219ec2 0%,#1e86a6 100%);background:-o-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-ms-linear-gradient(-45deg,#219ec2 0%,#1e86a6 100%);background:linear-gradient(135deg,#219ec2 0%,#1e86a6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#219ec2',endColorstr='#1e86a6',GradientType=1);}.homeblock-list-library .views-row .field-content .subtitle-2{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#233a67;background:-moz-linear-gradient(-45deg,#233a67 0%,#001640 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#233a67),color-stop(100%,#001640));background:-webkit-linear-gradient(-45deg,#233a67 0%,#001640 100%);background:-o-linear-gradient(left,#233a67 0%,#001640 100%);background:-ms-linear-gradient(-45deg,#233a67 0%,#001640 100%);background:linear-gradient(135deg,#233a67 0%,#001640 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#233a67',endColorstr='#001640',GradientType=1);}.homeblock-list-library .views-row .field-content .subtitle-3{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#e9ae0d;background:-moz-linear-gradient(-45deg,#e9ae0d 0%,#df9c09 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#e9ae0d),color-stop(100%,#df9c09));background:-webkit-linear-gradient(-45deg,#e9ae0d 0%,#df9c09 100%);background:-o-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-ms-linear-gradient(-45deg,#e9ae0d 0%,#df9c09 100%);background:linear-gradient(135deg,#e9ae0d 0%,#df9c09 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9ae0d',endColorstr='#df9c09',GradientType=1);}.homeblock-list-library .views-row .field-content .subtitle-4{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#9b4f96;background:-moz-linear-gradient(-45deg,#9b4f96 0%,#6e3c71 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#9b4f96),color-stop(100%,#6e3c71));background:-webkit-linear-gradient(-45deg,#9b4f96 0%,#6e3c71 100%);background:-o-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-ms-linear-gradient(-45deg,#9b4f96 0%,#6e3c71 100%);background:linear-gradient(135deg,#9b4f96 0%,#6e3c71 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b4f96',endColorstr='#6e3c71',GradientType=1);}.homeblock-list-library .views-row .field-content .subtitle-5{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#E22881;background:-moz-linear-gradient(-45deg,#E22881 0%,#E22881 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#E22881),color-stop(100%,#E22881));background:-webkit-linear-gradient(-45deg,#E22881 0%,#E22881 100%);background:-o-linear-gradient(left,#E22881 0%,#E22881 100%);background:-ms-linear-gradient(-45deg,#E22881 0%,#E22881 100%);background:linear-gradient(135deg,#E22881 0%,#E22881 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9ae0d',endColorstr='#df9c09',GradientType=1);}.homeblock-list-library .views-row .field-content .subtitle-6{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#E04151;background:-moz-linear-gradient(-45deg,#E04151 0%,#E04151 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#E04151),color-stop(100%,#E04151));background:-webkit-linear-gradient(-45deg,#E04151 0%,#E04151 100%);background:-o-linear-gradient(left,#E04151 0%,#E04151 100%);background:-ms-linear-gradient(-45deg,#E04151 0%,#E04151 100%);background:linear-gradient(135deg,#E04151 0%,#E04151 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E04151',endColorstr='#E04151',GradientType=1);}.homeblock-list-library .views-row .field-content .subtitle-7{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#26696D;background:-moz-linear-gradient(-45deg,#26696D 0%,#26696D 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#26696D),color-stop(100%,#26696D));background:-webkit-linear-gradient(-45deg,#26696D 0%,#26696D 100%);background:-o-linear-gradient(left,#26696D 0%,#26696D 100%);background:-ms-linear-gradient(-45deg,#26696D 0%,#26696D 100%);background:linear-gradient(135deg,#26696D 0%,#26696D 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#26696D',endColorstr='#26696D',GradientType=1);}.homeblock-list-library .views-row .field-content .block-subtitle{width:76%;padding:20px;display:block;}.homeblock-list-library .views-row .field-content .block-subtitle a,.homeblock-list-library .views-row .field-content .block-subtitle a:visited,.homeblock-list-library .views-row .field-content .block-subtitle a:active{color:#FFF;}.homeblock-list-library{float:right;width:300px;}.view.view-open-competition th{font-family:"DIN Next W01 Regular" !important;font-size:16px;border-left:0px solid;padding:10px 8px;color:#FFF;width:25%;background:#2587AB;}.view-open-competition h2{font-size:37px;font-weight:bold;color:#2587ab;padding:10px 0px 50px 20px;}.view-open-competition span.date-display-single{font-size:15px;font-family:sans-serif;padding-top:24px;margin-top:5px;}ul.ready-tabs li a{margin:0;width:auto;padding:8px 20px 6px 10px;-webkit-border-radius:10px;-moz-border-radius:0px;border-radius:0px;}.ready-tabber-header{margin:0px;padding:0 0 0 15px;}.ready-tabs{width:100%;margin-left:0;}.ready-tabber p{padding:10px 0px;}.basic-item .field-item span.ready-tabber-header{font-size:12px;color:#807b75;}.field-items ul li.ready-tab{float:left;padding:0px !important;}.field-items ul.ready-tabs{margin-left:0 !important;}ul.ready-tabs .active a{border-bottom:none;color:#FFF;background:#E9AE0D;background:-moz-linear-gradient(top,#F7C423 0%,#E9AE0D 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#F7C423),color-stop(100%,#E9AE0D));background:-webkit-linear-gradient(top,#F7C423 0%,#E9AE0D 100%);background:-o-linear-gradient(top,#F7C423 0%,#E9AE0D 100%);background:-ms-linear-gradient(top,#F7C423 0%,#E9AE0D 100%);background:linear-gradient(to bottom,#F7C423 0%,#E9AE0D 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7C423',endColorstr='#E9AE0D',GradientType=0);}ul.ready-tabs .active a h4{color:#FFF;}ul.ready-tabs li a{color:#259ABB;background-color:#ebe3d8;border:none;border-left:solid 1px #FFFFFF;border-bottom:solid 1px #FFFFFF;}ul.ready-tabs>:first-child a{border-left:none;}ul.ready-tabs li a h4{color:#494949;;}.ready-tabber{border:none;}ul.ready-tabs a:hover{background-color:#7C6E64;-moz-box-shadow:inset 0 1px 2px #333333;-webkit-box-shadow:inset 0 1px 2px #333333;box-shadow:inset 0 1px 2px #333333;}ul.ready-tabs a:hover span{color:#fff !important;}.accordion-head{padding:5px;background-color:#eae3d8;background-image:url(/sites/all/themes/dcu_responsive/images/arrow-down.png);background-position:96% 18px;background-repeat:no-repeat;border-top:2px solid #FFFFFF;}.accordion-head:hover{background-color:#f2cf6f;-moz-box-shadow:inset 0 1px 2px #333333;-webkit-box-shadow:inset 0 1px 2px #333333;box-shadow:inset 0 1px 2px #333333;}div.ready-accordion{padding:1px 20px;background-color:#f9f7f4;}.ready-tab.active .ready-tabber-header{color:#FFF !important;}.ready-tabber p{background-color:#F8F7F3;margin:0;}.ready-accordion p{margin:10px 0;}.ready-accordion-header{color:#807b75 !important;}.ready-accordion-header{font-size:12px;}.acc-head{display:block;margin:0 !important;padding:10px;}.acc-head .expanded{background:none;}.acc-head .collapsed{background:none;}.breadcrumb{background-color:#E7E1D4;padding:10px 0 15px 20px;}.breadcrumb a{color:#262150;line-height:1;}.breadcrumb a:hover,.breadcrumb a:focus{text-decoration:underline;}.region-inner.region-search-inner{width:100%;height:65px;margin-left:0x;background:#233a67;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMjMzYTY3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzYlIiBzdG9wLWNvbG9yPSIjMTYyYzU3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA4MWY0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);background:-moz-linear-gradient(-45deg,rgba(35,58,103,1) 1%,rgba(22,44,87,1) 76%,rgba(8,31,73,1) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(1%,rgba(35,58,103,1)),color-stop(76%,rgba(22,44,87,1)),color-stop(100%,rgba(8,31,73,1)));background:-webkit-linear-gradient(-45deg,rgba(35,58,103,1) 1%,rgba(22,44,87,1) 76%,rgba(8,31,73,1) 100%);background:-o-linear-gradient(-45deg,rgba(35,58,103,1) 1%,rgba(22,44,87,1) 76%,rgba(8,31,73,1) 100%);background:-ms-linear-gradient(-45deg,rgba(35,58,103,1) 1%,rgba(22,44,87,1) 76%,rgba(8,31,73,1) 100%);background:linear-gradient(135deg,rgba(35,58,103,1) 1%,rgba(22,44,87,1) 76%,rgba(8,31,73,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#233a67',endColorstr='#081f49',GradientType=1);}#header-search{padding:15px 15px 10px;}#keywords{width:100%;background-clip:none;background-color:#30436a;border-top:groove 1px #081e48;border-right:groove 1px #2e4268;border-bottom:groove 1px #2e4268;border-left:groove 1px #081e48;border-top-color:#081e48;border-right-color:#2e4268;border-bottom-color:#2e4268;border-left-color:#081e48;border-top-style:groove;border-right-style:groove;border-bottom-style:groove;border-left-style:groove;color:#FFFFFF;font-size:13px;height:2.5em;outline:none;padding:0;color:#FFFFFF;text-shadow:1px 1px 2px #000333;filter:dropshadow(color=#000333,offx=1,offy=1);padding-left:5px;}.search-button{display:none;}.homeblock-list{margin-left:15px;}.homeblock-list .views-row .field-content .block-title{position:absolute;font-size:22px;top:20px;color:#FFF;}.homeblock-list .views-row{position:relative;}.homeblock-list .views-row .field-content .block-title .node-span1{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#219ec2;background:-moz-linear-gradient(-45deg,#219ec2 0%,#1e86a6 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#219ec2),color-stop(100%,#1e86a6));background:-webkit-linear-gradient(-45deg,#219ec2 0%,#1e86a6 100%);background:-o-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-ms-linear-gradient(-45deg,#219ec2 0%,#1e86a6 100%);background:linear-gradient(135deg,#219ec2 0%,#1e86a6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#219ec2',endColorstr='#1e86a6',GradientType=1);}.homeblock-list .views-row .field-content .block-title .node-span2{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#233a67;background:-moz-linear-gradient(-45deg,#233a67 0%,#001640 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#233a67),color-stop(100%,#001640));background:-webkit-linear-gradient(-45deg,#233a67 0%,#001640 100%);background:-o-linear-gradient(left,#233a67 0%,#001640 100%);background:-ms-linear-gradient(-45deg,#233a67 0%,#001640 100%);background:linear-gradient(135deg,#233a67 0%,#001640 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#233a67',endColorstr='#001640',GradientType=1);}.homeblock-list .views-row .field-content .block-title .node-span3{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#e9ae0d;background:-moz-linear-gradient(-45deg,#e9ae0d 0%,#df9c09 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#e9ae0d),color-stop(100%,#df9c09));background:-webkit-linear-gradient(-45deg,#e9ae0d 0%,#df9c09 100%);background:-o-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-ms-linear-gradient(-45deg,#e9ae0d 0%,#df9c09 100%);background:linear-gradient(135deg,#e9ae0d 0%,#df9c09 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9ae0d',endColorstr='#df9c09',GradientType=1);}.homeblock-list .views-row .field-content .block-title .node-span4{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#9b4f96;background:-moz-linear-gradient(-45deg,#9b4f96 0%,#6e3c71 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#9b4f96),color-stop(100%,#6e3c71));background:-webkit-linear-gradient(-45deg,#9b4f96 0%,#6e3c71 100%);background:-o-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-ms-linear-gradient(-45deg,#9b4f96 0%,#6e3c71 100%);background:linear-gradient(135deg,#9b4f96 0%,#6e3c71 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b4f96',endColorstr='#6e3c71',GradientType=1);}.homeblock-list .views-row .field-content .block-title span{line-height:14px;padding:5px 16px;color:#FFF;}.homeblock-list .views-row .field-content .block-title a div{margin-bottom:15px;}.homeblock-list .views-row .field-content .block-subtitle{position:absolute;font-size:12px;bottom:20px;color:#FFF}.homeblock-list .views-row .field-content .subtitle-1{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#219ec2;background:-moz-linear-gradient(-45deg,#219ec2 0%,#1e86a6 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#219ec2),color-stop(100%,#1e86a6));background:-webkit-linear-gradient(-45deg,#219ec2 0%,#1e86a6 100%);background:-o-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-ms-linear-gradient(-45deg,#219ec2 0%,#1e86a6 100%);background:linear-gradient(135deg,#219ec2 0%,#1e86a6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#219ec2',endColorstr='#1e86a6',GradientType=1);}.homeblock-list .views-row .field-content .subtitle-2{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#233a67;background:-moz-linear-gradient(-45deg,#233a67 0%,#001640 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#233a67),color-stop(100%,#001640));background:-webkit-linear-gradient(-45deg,#233a67 0%,#001640 100%);background:-o-linear-gradient(left,#233a67 0%,#001640 100%);background:-ms-linear-gradient(-45deg,#233a67 0%,#001640 100%);background:linear-gradient(135deg,#233a67 0%,#001640 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#233a67',endColorstr='#001640',GradientType=1);}.homeblock-list .views-row .field-content .subtitle-3{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#e9ae0d;background:-moz-linear-gradient(-45deg,#e9ae0d 0%,#df9c09 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#e9ae0d),color-stop(100%,#df9c09));background:-webkit-linear-gradient(-45deg,#e9ae0d 0%,#df9c09 100%);background:-o-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-ms-linear-gradient(-45deg,#e9ae0d 0%,#df9c09 100%);background:linear-gradient(135deg,#e9ae0d 0%,#df9c09 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9ae0d',endColorstr='#df9c09',GradientType=1);}.homeblock-list .views-row .field-content .subtitle-4{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#9b4f96;background:-moz-linear-gradient(-45deg,#9b4f96 0%,#6e3c71 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#9b4f96),color-stop(100%,#6e3c71));background:-webkit-linear-gradient(-45deg,#9b4f96 0%,#6e3c71 100%);background:-o-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-ms-linear-gradient(-45deg,#9b4f96 0%,#6e3c71 100%);background:linear-gradient(135deg,#9b4f96 0%,#6e3c71 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b4f96',endColorstr='#6e3c71',GradientType=1);}.homeblock-list .views-row .field-content .block-subtitle{width:76%;padding:20px;display:block;}.homeblock-list .views-row .field-content .block-subtitle a,.homeblock-list .views-row .field-content .block-subtitle a:visited,.homeblock-list .views-row .field-content .block-subtitle a:active{color:#FFF;}.block-hompagecontent-block p{margin-bottom:10px;line-height:1.4;font:Arial,Helvetica,sans-serif;font-size:14px;}.view-dcu2013-homepageblock .views-row{margin-bottom:1px;}.article-video h3.node-title{position:relative;}.video-content .date-display-single{top:386px;}.embedded-video{height:350px;margin-bottom:10px;width:100%;}.article-video .field-item.even{padding:0;}.article-video p{padding:0 20px;}.content-news-article a,.content-news-article a:visited,.content-news-article a:active{color:#FFFFFF}.block-hompagecontent-block{background-color:#FFFFFF;float:left;margin-right:1px;padding:4px;}.social-icon{float:left;margin-top:20px;}.social-icon img{width:26px;height:27px;margin-right:1px;}.responsive-layout-narrow .front .social-icon img{height:34px;margin-right:1px;width:35px;}.logos-footer img{float:left;padding:0 10px 0 0;margin-top:16px;}.social-wrapper{border-left:1px solid #fff;border-right:1px solid #fff;height:79px;}.school-social-wrapper{float:left;margin-top:0;}.school-social-icon{float:left;}.school-social-icon img{width:34px;height:35px;margin-left:1px;}.span-l1,.span-l2,.span-l3{padding:5px 12px 5px 20px;background:#243351;background:-moz-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#243351),color-stop(100%,#1c2c49));background:-webkit-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-o-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-ms-linear-gradient(top,#243351 0%,#1c2c49 100%);background:linear-gradient(to bottom,#243351 0%,#1c2c49 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#243351',endColorstr='#1c2c49',GradientType=0);border-left:1px solid;border-top:1px solid;border-color:rgba(255,255,255,0.2);border-color:rgba(255,255,255,0.2);opacity:0.95;}.div-l1,.div-l2,.div-l3{line-height:35px;}#block-views-4bd4322512eddbf6a492fb78fb554ec0 .block-title{background-color:#E7E1D4 !important;color:#17568A !important;font-size:17px;margin-bottom:1px;margin-left:0;margin-top:33px;padding:10px;font-family:"DIN Next W01 Regular";}.node-teaser{position:relative;}.content h3.node-title span{background:#4dacc7;background:-moz-linear-gradient(-45deg,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#4dacc7),color-stop(64%,#2198ba),color-stop(100%,#2290b1));background:-webkit-linear-gradient(-45deg,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-o-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-ms-linear-gradient(-45deg,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:linear-gradient(135deg,#4dacc7 0%,#2198ba 64%,#2290b1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dacc7',endColorstr='#2290b1',GradientType=1);border-left:1px solid #8092a8;border-top:1px solid #8092a8;font-size:21px;line-height:1.8;padding:7px 12px 6px 20px;-webkit-padding-after:5px;color:#ffffff;opacity:0.95;}.related-news .node-teaser{max-height:160px;overflow:hidden;}.content h3.node-title .node-div3{margin-bottom:1px;}.content h3.node-title .node-div1{margin-bottom:1px;}h3.node-title{bottom:21px;position:absolute;}.news-item .field-items p{margin:20px;color:#494949;line-height:19px;}.article-news{position:relative;}table{border:none;margin-top:20px;}#footer_logo_wrapper > ul{padding:0 20px;}#footer_menu{padding:20px 0 0 20px;}#footer_menu_item{float:left;width:33%;line-height:normal;}#footer_menu_item > a:hover{text-decoration:underline;}.twitter-left{left:30px;position:absolute;top:0;width:30px !important;}.views-row.recent-twitter{overflow:visible !important;}.recent-twitter{position:relative}.event-left{left:29px;position:absolute;top:0;width:30px !important;}.views-row.recent-event{overflow:visible !important;}.recent-event{position:relative}.flex-caption{bottom:0;font-size:21px;height:auto;margin-bottom:21px;width:100%;}.image-content span.date-display-single{color:#FFFFFF !important;background:#d83181;background:-moz-linear-gradient(-45deg,#d83181 66%,#973169 100%) !important;background:-webkit-gradient(linear,left top,right bottom,color-stop(66%,#d83181),color-stop(100%,#973169)) !important;background:-webkit-linear-gradient(-45deg,#d83181 66%,#973169 100%) !important;background:-o-linear-gradient(-45deg,#d83181 66%,#973169 100%) !important;background:-ms-linear-gradient(-45deg,#d83181 66%,#973169 100%) !important;background:linear-gradient(135deg,#d83181 66%,#973169 100%) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d83181',endColorstr='#973169',GradientType=1) !important;}.front span.date-display-single{display:none;}.front span.date-display-single{display:none;}.front .news-item h2 a{color:#A7988B;display:block;font-size:19px;width:100%;}.front .view-event-items{min-height:92px;float:none;margin:0;background-color:#f1ede6;}.views-row img{height:auto;width:100%;}.front .views_slideshow_cycle_main.views_slideshow_main.viewsSlideshowCycle-processed{margin-bottom:12px;}.views-slideshow-controls-bottom div div{background-color:#90C6D7;float:left;height:12px;margin-left:12px;width:10px;}.views-slideshow-controls-bottom div div.active{background-color:#219ec2;}.views-slideshow-controls-bottom{margin:0 auto 12px;width:115px;}.front.responsive-layout-mobile{background-color:#FFF !important;}.views-row.views-row-1.views-row-odd.views-row-first{float:left;height:300px;margin:0 1px 1px 0;overflow:hidden;width:100%;}.views-row.views-row-2.views-row-even{float:left;height:300px;margin:0 1px 1px 0;overflow:hidden;width:100%;}.views-row.views-row-3.views-row-odd{float:left;height:300px;margin:0 1px 1px 0;overflow:hidden;width:100%;}.views-row.views-row-4.views-row-even{float:left;height:300px;margin:0 1px 1px 0;overflow:hidden;width:100%;}.views-row.views-row-1.views-row-odd.views-row-first,.views-row.views-row-3.views-row-odd.views-row-first,.views-row.views-row-2.views-row-even,.views-row.views-row-3.views-row-odd.views-row-last{float:left;height:300px;margin:0 0 1px 0;width:100%;overflow:hidden;}li.views-row.views-row-1.views-row-odd.views-row-first{float:none;height:300px;margin:0 0 1px 0;width:100%;overflow:hidden;}li.views-row.views-row-2.views-row-even{float:none;height:300px;margin:0 0 1px 0;width:100%;overflow:hidden;}li.views-row.views-row-3.views-row-odd{float:none;height:300px;margin:0 0 1px 0;width:100%;overflow:hidden;}li.views-row.views-row-4.views-row-even{float:none;height:300px;margin:0 0 1px 0;width:100%;overflow:hidden;}.views-row.views-row-3.views-row-odd.views-row-last{float:left;}.node-title{margin:0;}.views-row-3.front-news{margin:0px;}.field-item.even{padding:0px;}.field.field-name-field-image.field-type-image.field-label-hidden *{padding:0;}.views-row.views-row-1.views-row-odd.views-row-first.node.node-news-article.node-promoted.node-teaser.contextual-links-region.clearfix a{color:red;}#block-hompagecontent-block{background-color:#FFFFFF;float:left;margin-right:1px;padding:20px;width:auto;}#homeblock-list{float:left;width:100%;}.not-front .content h2.node-title,.content h1.node-title{height:auto;margin-top:23px;}h2 .node-div1,h2 .node-div2,h2 .node-div3,h1 .node-div1,h1 .node-div2,h1 .node-div3{font-size:21px;line-height:36px;}h2 .node-span1,h2 .node-span2,h2 .node-span3,h1 .node-span1,h1 .node-span2,h1 .node-span3{padding:5px 12px 5px 20px;}.field-item.even img{height:auto;}.article-news.article-image img{width:100%;}.basic-video h3.node-title{position:static;}.basic-image h3.node-title{top:220px;}.basic-item .field-items{padding:20px;}.basic-item .field-items p{line-height:1.5;padding-bottom:12px;}h3#no-content{position:relative;top:25px;}.basic-item .field-item span{background:none;border:none;color:#000;}.basic-item .field-item h2 div span,#dcu-apps h2 div span,.basic-item .field-item h1 div span,#dcu-apps h1 div span{background:#4dacc7;background:-moz-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#4dacc7),color-stop(64%,#2198ba),color-stop(100%,#2290b1));background:-webkit-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-o-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-ms-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:linear-gradient(to right,#4dacc7 0%,#2198ba 64%,#2290b1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dacc7',endColorstr='#2290b1',GradientType=1);color:#FFFFFF;font-size:37px;line-height:1.7;padding:10px 12px 9px 20px}.view-tweets .views-row{background:none repeat scroll 0 0 #FFFFFF;padding:13px;}.views-row.recent-twitter{margin-left:60px !important;}.recent-twitter-list li{width:auto !important;}.recent-twitter-list .twitter-left{left:-31px;}.recent-twitter-list{width:100%;}.views-row.recent-twitter{overflow:visible !important;}.recent-twitter{height:36px !important;}.views-row.recent-event{height:auto !important;}.views-row.recent-event > div{margin-left:60px;padding:10px;background-color:#FFF;}.feed-news-img > img{float:left;width:60px;}.feed-news-content{min-height:38px;width:100%;}.feed-news-title{background:none repeat scroll 0 0 #FFFFFF;margin-left:60px;padding:10px;min-height:38px;}.view-tweets span.field-content{display:block;}.news-item-mobile{height:58px !important;}.feed-news-content. feed-news-title{width:92%;}li.view-tweets > div{background:none repeat scroll 0 0 #FFFFFF;margin-left:60px;padding:10px;}li.view-events > div{background:none repeat scroll 0 0 #FFFFFF;margin-left:60px;padding:10px;}.feed-news{background:url("/sites/default/files/DCU-logo-main_1.png") no-repeat scroll left / 140px auto transparent;}.view-grouping{clear:both;}.view-grouping-content h3,.view-grouping-header{display:none;}.event-title-med h3{display:block !important;margin:10px 20px;}.view-event-items{float:left;padding:0 0 0 0;margin:0 1px 1px 0;background:none repeat scroll 0 0 #FFFFFF;line-height:1.4;}.view-grouping{clear:both;display:inline-block;float:left;height:auto;margin-bottom:20px;}.event-desc-med{margin:20px;height:auto;}.event-img-med{margin-bottom:10px;}.event-date-med{margin:10px 20px;font-size:16px;color:#23375e;}.group1 .event-title-med a{font-size:24px;color:#298caa;}.group2 .event-title-med a{font-size:24px;color:#ebb625;}.group3 .event-title-med a{font-size:24px;color:#9b4f96;}.view-event-items div.event-body-content{margin:15px 20px;height:auto;}.view-event-items .views-field-field-image img{margin-top:10px !important;}.basic-event-image h3.node-title{position:relative;}.basic-event-image img{width:100%;}.event-img-med img{width:100%;}.field-item ul ul{margin-left:20px !important;}.news-img-lrg > img{width:100%;}.block.block-views.contextual-links-region.block-4bd4322512eddbf6a492fb78fb554ec0.block-views-4bd4322512eddbf6a492fb78fb554ec0.even{display:none;}.news-block{display:none;}#social{display:block;}.block.block-views.block-4bd4322512eddbf6a492fb78fb554ec0.block-views-4bd4322512eddbf6a492fb78fb554ec0.even{display:none;}.basic-video .field-label{display:none;}.basic-video h3.node-title .node-div1{margin:0px;}.view-sidebar-events h3{display:none !important;}#news-feed-all-list> li{list-style:none outside none;}.social-icon:hover,.share-social img:hover{opacity:.75;cursor:pointer;}span.date-display-single{display:block;}.front .article-image img{width:160px;height:92px;}.front span.date-display-single{display:none;}.front .article-image img{width:160px;height:92px;}.news-desc-lrg{display:none;}.news-date-med{display:none;}#boxes .window{display:none;position:fixed;width:576px;z-index:997;-webkit-box-shadow:0px 2px 5px rgba(50,50,50,0.75);-moz-box-shadow:0px 2px 5px rgba(50,50,50,0.75);box-shadow:0px 2px 5px rgba(50,50,50,0.75);}#mask{position:absolute;z-index:9000;background-color:#FFFFFF;display:none;top:0;left:0;}#boxes .window{position:fixed;width:640px;display:none;z-index:997;}#boxes #dialog{width:375px;height:203px;}.modal-content span{font-size:17px;margin-top:-10px;color:#FF0101;}.mod-name{font-size:17px;margin-top:-10px;color:#000000 !important;}.close{background-image:url("/sites/all/themes/dcu_responsive/images/close-x.png");height:29px;position:absolute;right:0px;top:0px;width:29px;}.modal-content{background-color:#FFFFFF;padding:30px 30px 10px 30px;clear:both;}.quote_pop img{width:57px !important;height:39px !important;float:left;margin-right:20px;}.quote_pop{font-size:20px;color:#5b3824;margin-bottom:30px;font-family:"DINNextLTW01-UltraLight 706122";font-weight:normal;}.pop_info{left:0px;position:absolute;top:0px;}.pop_name{font-family:"DINNextLTW01-UltraLight 706122";font-weight:normal;font-size:34px;color:#FFF;margin-bottom:20px;padding:6px;}.pop_course{font-family:"DINNextLTW01-UltraLight 706122";font-weight:normal;font-size:18px;color:#FFF;padding:2px 5px 2px 5px;}.pop_info_science{left:20px;position:absolute;top:20px;}.pop_name_science{font-family:"DINNextLTW01-UltraLight 706122";font-weight:normal;font-size:34px;color:#FFF;margin-bottom:20px;padding:6px;}.modal-image img{width:640px !important;height:370px !important;}.modal-content{font-size:14px;line-height:1.7;}.case-member-img img{width:160px!important;height:160px!important;}.student .views-row,.view-directbrand-science-record .views-row{float:left;height:160px !important;margin:0 !important;width:16.66% !important;}.modal-content p{margin-bottom:20px;}.eng-member-img img{width:126px !important;height:88px !important;float:left;margin:-62px 10px 50px;}.main-prev,.main-next{margin-bottom:0;position:absolute;top:30px;}.main-next > span{color:#FFFFFF;font-family:"DINNextLTW01-UltraLight 706122";font-size:22px;padding:2px 10px 1px;background:#b8246c;background:-moz-linear-gradient(-45deg,#b8246c 0%,#8d225a 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#b8246c),color-stop(100%,#8d225a));background:-webkit-linear-gradient(-45deg,#b8246c 0%,#8d225a 100%);background:-o-linear-gradient(-45deg,#b8246c 0%,#8d225a 100%);background:-ms-linear-gradient(-45deg,#b8246c 0%,#8d225a 100%);background:linear-gradient(135deg,#b8246c 0%,#8d225a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8246c',endColorstr='#8d225a',GradientType=1);float:left;height:26px;}.main-next:visited{color:#FFF;}.main-next img{margin-top:-1px;position:absolute;top:1px;}#quicktabs-library_search_tabs{float:right;margin-left:0px;margin-top:10px;width:600px;}div.clear{clear:both;}.article-image-2013 img{width:100%;}.webform-client-form{background:#ffffff;}.node .node-webform .field-items{padding:20px;}.node .node-webform .field-items p{line-height:1.4;padding-bottom:12px;}.node .node-webform .field-item span{background:none;border:none;color:#000;}.node .node-webform .field-item h2 div span,.node .node-webform .field-item h1 div span{background:#4dacc7;background:-moz-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#4dacc7),color-stop(64%,#2198ba),color-stop(100%,#2290b1));background:-webkit-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-o-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-ms-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:linear-gradient(to right,#4dacc7 0%,#2198ba 64%,#2290b1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dacc7',endColorstr='#2290b1',GradientType=1);color:#FFFFFF;font-size:37px;line-height:1.7;padding:10px 12px 9px 20px}#block-aggregator-feed-1{background:#ffffff;}#block-aggregator-feed-1 .block-inner .content .item-list ul{font-size:14px!important;margin:0 0 0 15px!important;padding:18px 0 18px 0!important;list-style-type:disc!important;list-style-position:inside!important;}#block-aggregator-feed-1 .block-inner .content .item-list ul li{padding:0 0 8px 0!important;}#block-aggregator-feed-1 h2,#block-aggregator-feed-1 h1{color:#FFFFFF;display:inline;line-height:54px;padding:5px 20px;background:#43567e;background:-moz-linear-gradient(-45deg,#43567e 0%,#333366 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#43567e),color-stop(100%,#333366));background:-webkit-linear-gradient(-45deg,#43567e 0%,#333366 100%);background:-o-linear-gradient(left,#43567e 0%,#333366 100%);background:-ms-linear-gradient(-45deg,#43567e 0%,#333366 100%);background:linear-gradient(135deg,#43567e 0%,#333366 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#43567e',endColorstr='#333366',GradientType=1);border-left:1px solid #8092a8;border-top:1px solid #8092a8;}#block-system-main .content .field .field-items .GAHome{background-color:#FFFFFF;clear:left;}#block-system-main .content .field .field-items .GAHome .GAHeader{margin:0px 0px 20px 0px;}#block-system-main .content .field .field-items .GAHome .GAWelcome{float:left;margin-bottom:30px;padding-right:10px;width:48%;}#block-system-main .content .field .field-items .GAHome .GAWelcome h1{font-size:2em;margin-bottom:10px;font-family:"DIN Next W01 Regular" !important;}#block-system-main .content .field .field-items .GAHome .GAWelcome img{margin-bottom:5px;}#block-system-main .content .field .field-items .GAHome .GAWelcome p.signature{font-size:1.1em;}#block-system-main .content .field .field-items .GAHome .gradAtt{float:right;width:346px;padding:0 10px 0 15px;}#block-system-main .content .field .field-items .GAHome .gradAtt h3 div span{background:none!important;padding:none!important;font-family:"DIN Next W01 Regular" !important;border:none!important;margin:0 0 10px 0!important;color:#142850!important;}#block-system-main .content .field .field-items .GAHome .gradAtt ul{margin:0;padding:0;}#block-system-main .content .field .field-items .GAHome .gradAtt ul li{list-style:none;}#block-system-main .content .field .field-items .GAHome .gradAtt ul li h4 div span{margin-bottom:5px;font-size:0.9em;color:#4E276F!important;font-weight:normal;padding:none!important;}#block-system-main .content .field .field-items .GAHome .gradAtt ul li p{margin:0 0 0 10px;padding-bottom:5px;}#block-system-main .content .field .field-items .contBtn a{background:#142850;padding:20px;color:#ffffff;font-size:1.3em;margin:20px 0;float:right;margin-right:10px;text-decoration:none;text-align:center;font-family:"DIN Next W01 Regular" !important;}#block-system-main .content .field .field-items .contBtn a:hover{color:#ffffff;background:#435373;}#block-system-main .content .field .field-items .contBtn a h4{padding:none !important;color:#ffffff!important;}#block-system-main .content .field .field-items .aptPro .firstCol{width:390px;float:left;}#block-system-main .content .field .field-items .aptPro .secondCol{width:390px;float:right;}#block-system-main .content .field .field-items .aptPro .contain{width:393px;float:left;z-index:0;}#block-system-main .content .field .field-items .aptPro .Purple{background:#E04151;}#block-system-main .content .field .field-items .aptPro .darkBlue{background:#27BAE0;}#block-system-main .content .field .field-items .aptPro img{margin:10px;}#block-system-main .content .field .field-items .aptPro h4{margin-left:40px;cursor:pointer;height:30px;padding:10px 20px 20px 1px;color:#ffffff!important;}#block-system-main .content .field .field-items .aptPro .lightBlue h4{color:#000000!important;}#block-system-main .content .field .field-items .aptPro .toggle_container{margin-left:40px;background:#E2F4FE;padding:10px 15px;margin:-15px 10px 10px 10px;z-index:200;}#block-system-main .content .field .field-items .aptPro h4 span{color:#ffffff!important;font-size:.9em;margin-left:10px;font-family:"DIN Next W01 Regular" !important;}#block-system-main .content .field .field-items .aptPro ul{margin:20px 0 0 15px;padding-bottom:5px;}#block-system-main .content .field .field-items .GAcaseStudies .caseBg{height:100px;}#block-system-main .content .field .field-items .GAcaseStudies .caseBg a{color:#ffffff;text-decoration:none;padding-left:230px;padding-top:50px;font-size:0.9em;float:left;}#block-system-main .content .field .field-items .GAcaseStudies .caseBg a:hover{text-decoration:none;color:#000000;}#block-system-main .content .field .field-items .GAcaseStudies .testimonial,.GradAttPageHead .lightBlueBg{background:#E2F4FE;padding:10px;margin:0 7px 20px 0;}.journey-sections{width:170px;position:relative;font-size:1.2em;}#learning{top:60px;left:230px;}#assess-your-learning{top:105px;left:470px;}#learning-topics{top:220px;left:410px;}#workshops{top:135px;left:140px;}#reflect{top:-105px;left:75px;}.journey-sections span a{color:#142850;font-family:"DIN Next W01 Regular" !important;text-decoration:underline;display:block;margin-top:5px;}#student-learning-topics{margin:0 0 20px 0;clear:both;}#student-learning-topics div{width:160px;height:85px;padding:10px 8px;color:#FFF;font-family:"DIN Next W01 Regular" !important;font-size:1.1em;background:#df535e;background:-moz-linear-gradient(top,#df535e 0%,#ad2330 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#df535e),color-stop(100%,#ad2330));background:-webkit-linear-gradient(top,#df535e 0%,#ad2330 100%);background:-o-linear-gradient(top,#df535e 0%,#ad2330 100%);background:-ms-linear-gradient(top,#df535e 0%,#ad2330 100%);background:linear-gradient(to bottom,#df535e 0%,#ad2330 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#df535e',endColorstr='#ad2330',GradientType=0);float:left;margin:0 10px 10px 0;}#student-learning-topics div a{color:#ffffff;display:block;padding:5px;}#slHome{margin:0;}#block-system-main .content .field .field-items #workshop{clear:both;}#block-system-main .content .field .field-items #workshop h4{float:left;}#block-system-main .content .field .field-items #workshop .imgPad5Bdr{margin:0 10px 0 0;}#block-system-main .content .field .field-items #downloadBooks{background:#faf8f5;float:right;padding:10px 20px 0 20px;text-align:center;margin:0 10px 0 0;}#block-system-main .content .field .field-items-wrapper #content #student-learning-innernav .element-container h4{cursor:pointer;}#block-system-main .content .field .field-items-wrapper #content #student-learning-innernav .element-container h4 a{text-decoration:none;}#block-system-main .content .field .field-items-wrapper #content #student-learning-innernav .element-container h4 a:hover{color:#B57412;}#student-learning{float:left;width:460px;}#student-learning h4{font-family:"DIN Next W01 Bold" !important;margin-bottom:10px;}#student-learning h5{color:#007d9f;margin:50px 0 10px 0;font-family:"DIN Next W01 Regular" !important;}#block-block-13,#block-block-15,#block-block-16,#block-block-17,#block-block-18,#block-block-19,#block-block-20,#block-block-21,#block-block-22,#block-block-23,#block-block-24,#block-block-25{clear:right;float:right;}#block-block-18,#block-block-19,#block-block-25{margin-top:50px;}#student-learning-innernav{margin:10px 10px 0 10px;}#student-learning-innernav ol,#student-learning-innernav ul{padding-top:8px;padding-bottom:0;}#student-learning-innernav .element-container{width:200px;background:#faf8f5;border-top:3px;border-top-style:solid;border-top-color:#4e276f;padding:7px;margin:0 0 10px 0;}#student-learning-innernav .element-container h4{font-family:"DIN Next W01 Regular" !important;font-size:18px;}#student-learning-innernav #read-container{background:#faf8f5 url('/sites/default/files/images/student-learning/read-icon-sml.jpg') no-repeat 185px 10px;}#student-learning-innernav #link-container{background:#faf8f5 url('/sites/default/files/images/student-learning/link-icon-sml.jpg') no-repeat 192px 8px;}#student-learning-innernav #video-container{background:#faf8f5 url('/sites/default/files/images/student-learning/video-icon-sml.jpg') no-repeat 187px 10px;}#student-learning-innernav #pdf-container{background:#faf8f5 url('/sites/default/files/images/student-learning/pdf-icon-sml.jpg') no-repeat 185px 10px;}#block-menu-menu-student-learning-reading-se,#block-menu-menu-student-learning-time-manag,#block-menu-menu-student-learning-note-takin,#block-menu-menu-student-learning-writing-se,#block-menu-menu-student-learning-presentati,#block-menu-menu-student-learning-group-work,#block-menu-menu-student-learning-creative-c,#block-menu-menu-student-learning-exams-and-,#block-menu-menu-learning-at-dcu{float:right;width:200px;background:#faf8f5 url('/sites/default/files/images/student-learning/section-icon-sml.jpg') no-repeat 185px 10px;border-top:3px;border-top-style:solid;border-top-color:#4e276f;padding:7px;margin:10px;font-size:14px!important;}#block-menu-menu-student-learning-reading-se h1,#block-menu-menu-student-learning-time-manag h1,#block-menu-menu-student-learning-note-takin h1,#block-menu-menu-student-learning-writing-se h1,#block-menu-menu-student-learning-presentati h1,#block-menu-menu-student-learning-group-work h1,#block-menu-menu-student-learning-creative-c h1,#block-menu-menu-student-learning-exams-and- h1,#block-menu-menu-learning-at-dcu h1{font-family:"DIN Next W01 Regular" !important;font-size:21px;color:#142850;margin-bottom:10px;}#block-menu-menu-student-learning-reading-se h2,#block-menu-menu-student-learning-time-manag h2,#block-menu-menu-student-learning-note-takin h2,#block-menu-menu-student-learning-writing-se h2,#block-menu-menu-student-learning-presentati h2,#block-menu-menu-student-learning-group-work h2,#block-menu-menu-student-learning-creative-c h2,#block-menu-menu-student-learning-exams-and- h2,#block-menu-menu-learning-at-dcu h2{font-family:"DIN Next W01 Regular" !important;font-size:18px;color:#142850;margin-bottom:10px;}#block-menu-menu-student-learning-reading-se ul li a,#block-menu-menu-student-learning-time-manag ul li a,#block-menu-menu-student-learning-note-takin ul li a,#block-menu-menu-student-learning-writing-se ul li a,#block-menu-menu-student-learning-presentati ul li a,#block-menu-menu-student-learning-group-work ul li a,#block-menu-menu-student-learning-creative-c ul li a,#block-menu-menu-student-learning-exams-and- ul li a,#block-menu-menu-learning-at-dcu ul li a{padding:2px!important;text-align:left!important;line-height:110%!important;font-size:14px!important;}#block-menu-menu-student-learning-reading-se .start-collapsed a,#block-menu-menu-student-learning-time-manag .start-collapsed a,#block-menu-menu-student-learning-note-takin .start-collapsed a,#block-menu-menu-student-learning-writing-se .start-collapsed a,#block-menu-menu-student-learning-presentati .start-collapsed a,#block-menu-menu-student-learning-group-work .start-collapsed a,#block-menu-menu-student-learning-creative-c .start-collapsed a,#block-menu-menu-student-learning-exams-and- .start-collapsed a,#block-menu-menu-learning-at-dcu .start-collapsed a{background:none repeat scroll 0 0 #faf8f5 !important;padding:2px!important;text-align:left!important;}#block-block-128{background:#ffffff!important;padding:10px;}#dcu-apps #login-links{width:160px;float:right;text-align:center;background:#faf8f5;padding:10px 10px 2px 10px;border:1px solid #bababa;}#dcu-apps #login-links h4{margin-bottom:10px;font-family:"DIN Next W01 Regular";color:#000000;}#dcu-apps #login-links IMG{margin-bottom:8px;}@media only screen and (min-width:1220px){}@media only screen and (max-width:1239px){}@media only screen and (max-width:1054px) and (min-width:767px){#quicktabs-library_search_tabs{width:100%;}.homeblock-list-library{width:100%;}li.views-row.views-row-1.views-row-odd.views-row-first{width:100%;}#block-views-homepageblock-library-block .homeblock-list{width:100%;}}@media only screen and (max-width:767px) and (min-width:451px){#quicktabs-library_search_tabs{width:100%;}.homeblock-list-library{width:100%;}#block-views-homepageblock-library-block .homeblock-list{width:100%;}}@media only screen and (max-width:450px){#quicktabs-library_search_tabs{width:100%;}.homeblock-list-library{width:100%;}#block-views-homepageblock-library-block .homeblock-list{width:100%;}.homeblock-library-list{width:100%;}}div.clear{clear:both;}.article-image-2013 img{width:100%;}.webform-client-form{background:#ffffff;}.node .node-webform .field-items{padding:20px;}.node .node-webform .field-items p{line-height:1.4;padding-bottom:12px;}.node .node-webform .field-item span{background:none;border:none;color:#000;}.node .node-webform .field-item h2 div span,.node .node-webform .field-item h1 div span{background:#4dacc7;background:-moz-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#4dacc7),color-stop(64%,#2198ba),color-stop(100%,#2290b1));background:-webkit-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-o-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-ms-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:linear-gradient(to right,#4dacc7 0%,#2198ba 64%,#2290b1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dacc7',endColorstr='#2290b1',GradientType=1);color:#FFFFFF;font-size:37px;line-height:1.7;padding:10px 12px 9px 20px}#block-aggregator-feed-1{background:#ffffff;}#block-aggregator-feed-1 .block-inner .content .item-list ul{font-size:14px!important;margin:0 0 0 15px!important;padding:18px 0 18px 0!important;list-style-type:disc!important;list-style-position:inside!important;}#block-aggregator-feed-1 .block-inner .content .item-list ul li{padding:0 0 8px 0!important;}#block-aggregator-feed-1 h2,#block-aggregator-feed-1 h1{color:#FFFFFF;display:inline;line-height:54px;padding:5px 20px;background:#43567e;background:-moz-linear-gradient(-45deg,#43567e 0%,#333366 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#43567e),color-stop(100%,#333366));background:-webkit-linear-gradient(-45deg,#43567e 0%,#333366 100%);background:-o-linear-gradient(left,#43567e 0%,#333366 100%);background:-ms-linear-gradient(-45deg,#43567e 0%,#333366 100%);background:linear-gradient(135deg,#43567e 0%,#333366 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#43567e',endColorstr='#333366',GradientType=1);border-left:1px solid #8092a8;border-top:1px solid #8092a8;}#block-system-main .content .field .field-items .GAHome{background-color:#FFFFFF;clear:left;}#block-system-main .content .field .field-items .GAHome .GAHeader{margin:0px 0px 20px 0px;}#block-system-main .content .field .field-items .GAHome .GAWelcome{float:left;margin-bottom:30px;padding-right:10px;width:48%;}#block-system-main .content .field .field-items .GAHome .GAWelcome h1{font-size:2em;margin-bottom:10px;font-family:"DIN Next W01 Regular" !important;}#block-system-main .content .field .field-items .GAHome .GAWelcome img{margin-bottom:5px;}#block-system-main .content .field .field-items .GAHome .GAWelcome p.signature{font-size:1.1em;}#block-system-main .content .field .field-items .GAHome .gradAtt{float:right;width:346px;padding:0 10px 0 15px;}#block-system-main .content .field .field-items .GAHome .gradAtt h3 div span{background:none!important;padding:none!important;font-family:"DIN Next W01 Regular" !important;border:none!important;margin:0 0 10px 0!important;color:#142850!important;}#block-system-main .content .field .field-items .GAHome .gradAtt ul{margin:0;padding:0;}#block-system-main .content .field .field-items .GAHome .gradAtt ul li{list-style:none;}#block-system-main .content .field .field-items .GAHome .gradAtt ul li h4 div span{margin-bottom:5px;font-size:0.9em;color:#4E276F!important;font-weight:normal;padding:none!important;}#block-system-main .content .field .field-items .GAHome .gradAtt ul li p{margin:0 0 0 10px;padding-bottom:5px;}#block-system-main .content .field .field-items .contBtn a{background:#142850;padding:20px;color:#ffffff;font-size:1.3em;margin:20px 0;float:right;margin-right:10px;text-decoration:none;text-align:center;font-family:"DIN Next W01 Regular" !important;}#block-system-main .content .field .field-items .contBtn a:hover{color:#ffffff;background:#435373;}#block-system-main .content .field .field-items .contBtn a h4{padding:none !important;color:#ffffff!important;}#block-system-main .content .field .field-items .aptPro .firstCol{width:390px;float:left;}#block-system-main .content .field .field-items .aptPro .secondCol{width:390px;float:right;}#block-system-main .content .field .field-items .aptPro .contain{width:393px;float:left;z-index:0;}#block-system-main .content .field .field-items .aptPro .Purple{background:#E04151;}#block-system-main .content .field .field-items .aptPro .darkBlue{background:#27BAE0;}#block-system-main .content .field .field-items .aptPro img{margin:10px;}#block-system-main .content .field .field-items .aptPro h4{margin-left:40px;cursor:pointer;height:30px;padding:10px 20px 20px 1px;color:#ffffff!important;}#block-system-main .content .field .field-items .aptPro .lightBlue h4{color:#000000!important;}#block-system-main .content .field .field-items .aptPro .toggle_container{margin-left:40px;background:#E2F4FE;padding:10px 15px;margin:-15px 10px 10px 10px;z-index:200;}#block-system-main .content .field .field-items .aptPro h4 span{color:#ffffff!important;font-size:.9em;margin-left:10px;font-family:"DIN Next W01 Regular" !important;}#block-system-main .content .field .field-items .aptPro ul{margin:20px 0 0 15px;padding-bottom:5px;}#block-system-main .content .field .field-items .GAcaseStudies .caseBg{height:100px;}#block-system-main .content .field .field-items .GAcaseStudies .caseBg a{color:#ffffff;text-decoration:none;padding-left:230px;padding-top:50px;font-size:0.9em;float:left;}#block-system-main .content .field .field-items .GAcaseStudies .caseBg a:hover{text-decoration:none;color:#000000;}#block-system-main .content .field .field-items .GAcaseStudies .testimonial,.GradAttPageHead .lightBlueBg{background:#E2F4FE;padding:10px;margin:0 7px 20px 0;}.journey-sections{width:170px;position:relative;font-size:1.2em;}#learning{top:60px;left:230px;}#assess-your-learning{top:105px;left:470px;}#learning-topics{top:220px;left:410px;}#workshops{top:135px;left:140px;}#reflect{top:-105px;left:75px;}.journey-sections span a{color:#142850;font-family:"DIN Next W01 Regular" !important;text-decoration:underline;display:block;margin-top:5px;}#student-learning-topics{margin:0 0 20px 0;clear:both;}#student-learning-topics div{width:160px;height:85px;padding:10px 8px;color:#FFF;font-family:"DIN Next W01 Regular" !important;font-size:1.1em;background:#df535e;background:-moz-linear-gradient(top,#df535e 0%,#ad2330 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#df535e),color-stop(100%,#ad2330));background:-webkit-linear-gradient(top,#df535e 0%,#ad2330 100%);background:-o-linear-gradient(top,#df535e 0%,#ad2330 100%);background:-ms-linear-gradient(top,#df535e 0%,#ad2330 100%);background:linear-gradient(to bottom,#df535e 0%,#ad2330 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#df535e',endColorstr='#ad2330',GradientType=0);float:left;margin:0 10px 10px 0;}#student-learning-topics div a{color:#ffffff;display:block;padding:5px;}#slHome{margin:0;}#block-system-main .content .field .field-items #workshop{clear:both;}#block-system-main .content .field .field-items #workshop h4{float:left;}#block-system-main .content .field .field-items #workshop .imgPad5Bdr{margin:0 10px 0 0;}#block-system-main .content .field .field-items #downloadBooks{background:#faf8f5;float:right;padding:10px 20px 0 20px;text-align:center;margin:0 10px 0 0;}#block-system-main .content .field .field-items-wrapper #content #student-learning-innernav .element-container h4{cursor:pointer;}#block-system-main .content .field .field-items-wrapper #content #student-learning-innernav .element-container h4 a{text-decoration:none;}#block-system-main .content .field .field-items-wrapper #content #student-learning-innernav .element-container h4 a:hover{color:#B57412;}#student-learning{float:left;width:460px;}#student-learning h4{font-family:"DIN Next W01 Bold" !important;margin-bottom:10px;}#student-learning h5{color:#007d9f;margin:50px 0 10px 0;font-family:"DIN Next W01 Regular" !important;}#block-block-13,#block-block-15,#block-block-16,#block-block-17,#block-block-18,#block-block-19,#block-block-20,#block-block-21,#block-block-22,#block-block-23,#block-block-24,#block-block-25{clear:right;float:right;}#block-block-18,#block-block-19,#block-block-25{margin-top:50px;}#student-learning-innernav{margin:10px 10px 0 10px;}#student-learning-innernav ol,#student-learning-innernav ul{padding-top:8px;padding-bottom:0;}#student-learning-innernav .element-container{width:200px;background:#faf8f5;border-top:3px;border-top-style:solid;border-top-color:#4e276f;padding:7px;margin:0 0 10px 0;}#student-learning-innernav .element-container h4{font-family:"DIN Next W01 Regular" !important;font-size:18px;}#student-learning-innernav #read-container{background:#faf8f5 url('/sites/default/files/images/student-learning/read-icon-sml.jpg') no-repeat 185px 10px;}#student-learning-innernav #link-container{background:#faf8f5 url('/sites/default/files/images/student-learning/link-icon-sml.jpg') no-repeat 192px 8px;}#student-learning-innernav #video-container{background:#faf8f5 url('/sites/default/files/images/student-learning/video-icon-sml.jpg') no-repeat 187px 10px;}#student-learning-innernav #pdf-container{background:#faf8f5 url('/sites/default/files/images/student-learning/pdf-icon-sml.jpg') no-repeat 185px 10px;}#block-menu-menu-student-learning-reading-se,#block-menu-menu-student-learning-time-manag,#block-menu-menu-student-learning-note-takin,#block-menu-menu-student-learning-writing-se,#block-menu-menu-student-learning-presentati,#block-menu-menu-student-learning-group-work,#block-menu-menu-student-learning-creative-c,#block-menu-menu-student-learning-exams-and-,#block-menu-menu-learning-at-dcu{float:right;width:200px;background:#faf8f5 url('/sites/default/files/images/student-learning/section-icon-sml.jpg') no-repeat 185px 10px;border-top:3px;border-top-style:solid;border-top-color:#4e276f;padding:7px;margin:10px;font-size:14px!important;}#block-menu-menu-student-learning-reading-se h1,#block-menu-menu-student-learning-time-manag h1,#block-menu-menu-student-learning-note-takin h1,#block-menu-menu-student-learning-writing-se h1,#block-menu-menu-student-learning-presentati h1,#block-menu-menu-student-learning-group-work h1,#block-menu-menu-student-learning-creative-c h1,#block-menu-menu-student-learning-exams-and- h1,#block-menu-menu-learning-at-dcu h1{font-family:"DIN Next W01 Regular" !important;font-size:21px;color:#142850;margin-bottom:10px;}#block-menu-menu-student-learning-reading-se h2,#block-menu-menu-student-learning-time-manag h2,#block-menu-menu-student-learning-note-takin h2,#block-menu-menu-student-learning-writing-se h2,#block-menu-menu-student-learning-presentati h2,#block-menu-menu-student-learning-group-work h2,#block-menu-menu-student-learning-creative-c h2,#block-menu-menu-student-learning-exams-and- h2,#block-menu-menu-learning-at-dcu h2{font-family:"DIN Next W01 Regular" !important;font-size:18px;color:#142850;margin-bottom:10px;}#block-menu-menu-student-learning-reading-se ul li a,#block-menu-menu-student-learning-time-manag ul li a,#block-menu-menu-student-learning-note-takin ul li a,#block-menu-menu-student-learning-writing-se ul li a,#block-menu-menu-student-learning-presentati ul li a,#block-menu-menu-student-learning-group-work ul li a,#block-menu-menu-student-learning-creative-c ul li a,#block-menu-menu-student-learning-exams-and- ul li a,#block-menu-menu-learning-at-dcu ul li a{padding:2px!important;text-align:left!important;line-height:110%!important;font-size:14px!important;}#block-menu-menu-student-learning-reading-se .start-collapsed a,#block-menu-menu-student-learning-time-manag .start-collapsed a,#block-menu-menu-student-learning-note-takin .start-collapsed a,#block-menu-menu-student-learning-writing-se .start-collapsed a,#block-menu-menu-student-learning-presentati .start-collapsed a,#block-menu-menu-student-learning-group-work .start-collapsed a,#block-menu-menu-student-learning-creative-c .start-collapsed a,#block-menu-menu-student-learning-exams-and- .start-collapsed a,#block-menu-menu-learning-at-dcu .start-collapsed a{background:none repeat scroll 0 0 #faf8f5 !important;padding:2px!important;text-align:left!important;}#block-block-128{background:#ffffff!important;padding:10px;}#dcu-apps #login-links{width:160px;float:right;text-align:center;background:#faf8f5;padding:10px 10px 2px 10px;border:1px solid #bababa;}#dcu-apps #login-links h4{margin-bottom:10px;font-family:"DIN Next W01 Regular";color:#000000;}#dcu-apps #login-links IMG{margin-bottom:8px;}.people-list{width:100%;background:#ffffff!important;}.views-field-field-pb-photo{margin:0 0 10px 0;width:80%;}.views-field-field-pb-title,.views-field-field-pb-first-name,.views-field-field-pb-surname{font-weight:bold;font-size:14px;}.people-list-entry{width:20%;border-right:1px dotted #e4dbcc;background:#FFFFFF;padding:0 20px 20px 20px;float:left!important;font-size:12px!important;line-height:1.4;height:500px;margin:0!important;}.people-list-entry p,.people-list-entry p strong,.people-list-entry b,.people-list-entry,.people-list-entry strong,.people-list-entry{font-size:12px;}.people-list-entry img{margin-bottom:10px;}.people-list-entry{font-size:14px!important;}.no-capitalize{text-transform:none!important;}table.nobkg{width:100%;border:none;margin-bottom:20px;background:#fff!important;}table.nobkg tbody tr td{background:#fff!important;padding:10px;}table.nobkg tbody tr td h5{margin-bottom:15px!important;}LI.download-pdf{list-style-image:url(/sites/all/themes/dcu_responsive/images/pdf-icon.png);margin-bottom:8px;}a.download-pdf{clear:left;background:url(/sites/all/themes/dcu_responsive/images/pdf-icon.png) top left no-repeat;padding-left:24px;margin:0 0 8px 0!important;}p.download-pdf{clear:left;background:url(/sites/all/themes/dcu_responsive/images/pdf-icon.png) top left no-repeat;padding-left:24px;margin:0 0 8px 0!important;}.download-word{clear:left;background:url(/sites/all/themes/dcu_responsive/images/word-icon.png) top left no-repeat;padding-left:24px;margin:0 0 8px 0!important;}.download-excel{clear:left;background:url(/sites/all/themes/dcu_responsive/images/excel-icon.png) top left no-repeat;padding-left:24px;margin:0 0 8px 0!important;;}img.Lightbox-First{clear:left;margin:0 10px 10px 0;float:left;}img.Lightbox-Main{margin:0 10px 10px 0;float:left;position:relative;}img.Lightbox-Last{margin:0 0 10px 0;position:relative;}p.paragraph-float-right{float:right;margin-right:20px;}.responsive-body-video{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;}.responsive-body-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;}.responsive-body-gcal{position:relative;overflow:hidden;}.responsive-body-gcal iframe{position:absolute;top:0;left:0;width:100%;height:100%;}#quicktabs-library_search_tabs{margin-top:10px;margin-left:15px;}#quicktabs-container-library_search_tabs{background-color:#27BAE0;padding-top:1px;margin-top:0px;}#quicktabs-library_search_tabs .block-container{margin:20px 15px 15px;}.library_searchbox_full{width:92%;}.library_searchbox_half{width:58%;}.library_searchbox_dropdown{margin-right:10px;}.librarysearch_text{margin-bottom:10px;color:#FFFFFF;}#quicktabs-library_search_tabs .block-container a,#quicktabs-library_search_tabs .block-container a:visited{color:#FFFFFF;text-decoration:underline;}#quicktabs-library_search_tabs .block-container a:hover{color:#FFFFFF;text-decoration:none;}#quicktabs-library_search_tabs ul.quicktabs-tabs{float:right;}#quicktabs-library_search_tabs .item-list{padding-bottom:25px;}#quicktabs-library_search_tabs ul.quicktabs-tabs li{background-color:#007D9F;background:#007D9F;margin-left:1px;font-family:"DIN Next W01 Light";font-weight:normal;font-size:14px;}#quicktabs-library_search_tabs ul.quicktabs-tabs li.active,#quicktabs-library_search_tabs ul.quicktabs-tabs li:hover !important{background-color:#27BAE0;background:#27BAE0;margin-left:1px;font-family:"DIN Next W01 Light";font-weight:normal;font-size:14px;}#quicktabs-library_search_tabs ul.quicktabs-tabs li.last,#quicktabs-library_search_tabs ul.quicktabs-tabs li.first,#quicktabs-library_search_tabs ul.quicktabs-tabs li{padding:10px 10px 7px;}#quicktabs-library_search_tabs ul.quicktabs-tabs li.active{background-color:#27BAE0;background:#27BAE0;padding:10px 10px 7px;}.view-homepageblockextra-library- .homeblock-list-library .views-row .field-content .block-subtitle a,.view-homepageblockextra-library- .homeblock-list-library .views-row .field-content .block-subtitle a:visited,.view-homepageblockextra-library- .homeblock-list-library .views-row .field-content .block-subtitle a:hover{font-size:13px;}section[class*='block-menu-block-']{background-color:#FFFFFF;padding:10px;}div[class*='block-menu-block-']{background-color:#FFFFFF;padding:10px;}.block-inner .menu-block-wrapper ul.menu{padding-top:10px;}.block-inner .menu-block-wrapper ul.menu li{text-align:left;}.reciteme{background:url(/sites/all/themes/dcu_responsive/images/accessible-logo.png) no-repeat scroll 8px 7px #FFFFFF;clear:both;color:#ABB9D6;font-family:"DIN Next W01 Regular";font-size:14px;height:23px !important;padding:9px 10px 0 35px;position:absolute;right:-3px;text-align:left;width:76px !important;z-index:1;}@media only screen and (max-width:1239px){body .reciteme{right:-111px;}}@media only screen and (max-width:1054px) and (min-width:767px){body .reciteme{right:-100px;top:82px;}}@media only screen and (max-width:767px) and (min-width:451px){body .reciteme{top:59px;}}.reciteme:hover{background-color:#ABB9D6;color:#ffffff;text-decoration:underline;cursor:pointer;}#block-block-193{margin:none;padding:none;}.logged-in .reciteme{right:-115px;}.front footer{position:relative;z-index:1;}.front #cycle-loader{height:32px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:32px;z-index:999;}.front #maximage{position:fixed !important;}#gradient{left:0;height:100%;position:absolute;top:0;width:100%;z-index:999;}.front .main-next,#arrow_left,#arrow_right{height:67px;position:absolute;width:36px;z-index:1;}.front .main-next > span:hover{text-decoration:none;}#arrow_left{right:86px;}#arrow_left:hover,#arrow_right:hover{bottom:29px;}#arrow_left:active,#arrow_right:active{bottom:28px;}a{color:#259abb;text-decoration:none;}a:hover{text-decoration:underline;}.front .in-slide-content{color:#333;float:right;font-family:'Helvetica Neue',helvetica;font-size:60px;font-weight:bold;right:0;margin:40px;padding:20px;position:absolute;top:0;width:700px;z-index:997;text-shadow:0 1px 0 #fff;-webkit-font-smoothing:antialiased;}.front .light-text{color:#ddd;text-shadow:0 1px 0 #666;}.front .smaller-text{font-size:30px;}.front .youtube-video,video{left:0;position:absolute;top:0;}.front .grid-9.prefix-3.region.region-postscript-second.live-feed-mobile{display:none !important;}.front #page-title > a{color:#FFFFFF;}.front .block-quicktabs .block-inner h2.block-title{font-family:"DIN Next W01 Regular";}.ipad.front .block-system-main .title-row:first-child .titles-page-summary{display:inline;}.front .row-2{opacity:0.7;}.front .row-3{opacity:0.5;}.menu-search{background:url(/sites/all/themes/dcu_responsive/images/search-mag.png) no-repeat scroll 8px 9px #2C4167;height:28px;width:29px;}.menu-search-phone{background:url(/sites/all/themes/dcu_responsive/images/search-phone.png) no-repeat scroll 10px 9px #2C4167;height:28px;width:29px;}#header-search form div:hover{-moz-box-shadow:1px 2px 2px #000000 inset;-webkit-box-shadow:1px 2px 2px #000000 inset;box-shadow:1px 2px 2px #000000 inset;}#header-search form{display:inline-block;margin-left:15px;position:relative;}#header-search form:first-child{display:inline-block;margin-left:0px;position:relative;}#header-search #search-form input{display:none;z-index:3;}.content #header-search{padding:21px 0 0 22px;}#header-search #keywords{position:absolute;right:23px;top:-1px;width:200px;}.front #maximage #page-title{opacity:0.95 !important;}.front #maximage #page-summary{opacity:0.95;display:none;}.front #maximage .mc-image > div{color:#FFFFFF;font-family:"DINNextLTW01-UltraLight 706122";font-size:37px;margin:30px 0 30px;padding:6px 11px;position:absolute;display:none;}.front .main-prev{transform:rotate(90deg);-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);}.front .main-next{transform:rotate(90deg);-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);width:29px;}.front #maximage .mc-image #page-summary{font-size:20px;padding:16px 11px;}.front .mc-image > div a:hover{text-decoration:none;color:#FFF;}.front .mc-image > div a{color:#FFF;}#page-next{opacity:0.6;}.front .main-prev{z-index:1;}#page-next-2{opacity:0.4;}.front .main-next,#arrow_left,#arrow_right{bottom:30px;height:29px;padding:0;position:absolute;width:29px;z-index:1;}.front .block-system-main .title-row > div{color:#FFFFFF;display:inline;font-family:"DIN Next W01 Light";font-size:37px;margin:30px 0;padding:6px 11px;position:absolute;color:#FFF;}.title-row:before,.title-row:after{clear:both;content:" ";display:table;}.title-row:hover{height:300px;}.front .block-system-main .title-row > div a{color:#FFF;}.front .block-system-main .title-row > div a:hover{color:#FFF;text-decoration:none;}.title-row{position:absolute;width:100%;display:none;}.front .block-system-main .title-row .titles-page-summary{display:none;font-size:16px;padding:17px 11px 16px;top:51px;}@media only screen and (max-width:1054px) and (min-width:767px){.front .feed-news-title a h3{font-size:11px;}}@media only screen and (max-width:767px) and (min-width:450px){.front .feed-news-title a h3{font-size:12px;}.front .views-row .feed-news-img img{height:135px;width:210px;}.front .views-row.views-row-2.views-row-even,.front .views-row.views-row-1.views-row-odd.views-row-first{width:210px;}}@media only screen and (min-width:1240px){.front .block.block-quicktabs.block-live-feed.block-quicktabs-live-feed{bottom:65px !important;}}@media only screen and (max-width:1239px) and (min-width:1055px){.front .block.block-quicktabs.block-live-feed.block-quicktabs-live-feed{bottom:45px;}}@media only screen and (max-width:1054px) and (min-width:767px){.front #quicktabs-container-live_feed .view-homepage-news-box-view .view-content .views-row{height:113px;}.front .views-row.views-row-2.views-row-even,.front .views-row.views-row-1.views-row-odd.views-row-first{width:210px;}.front .block.block-quicktabs.block-live-feed.block-quicktabs-live-feed{bottom:23px;width:442px;}.ipad.front .block.block-quicktabs.block-live-feed.block-quicktabs-live-feed{bottom:56px;}.node-type-brochure-page .section_title h2 span,.node-type-brochure-page .section_title h1 span{line-height:32px;font-size:27px}}@media only screen and (max-width:767px) and (min-width:550px){.front #quicktabs-container-live_feed .view-homepage-news-box-view .view-content .views-row{height:194px;}.front .block.block-quicktabs.block-live-feed.block-quicktabs-live-feed{bottom:-15px;}.ipad.front .block.block-quicktabs.block-live-feed.block-quicktabs-live-feed{bottom:152px;}.front .block.block-quicktabs.block-live-feed.block-quicktabs-live-feed.odd.block-without-title{height:156px;}}@media only screen and (max-width:768px) and (min-width:750px){.front .block.block-quicktabs.block-live-feed.block-quicktabs-live-feed{bottom:23px;left:inherit !important;right:-6px !important;width:393px;}}.zone-wrapper.zone-footer-wrapper.clearfix{background:none;border-top:0px solid #F1EDE6;}#zone-footer{background-color:#FFF;}#footer_menu_item > a{font-size:14px;}@media only screen and (min-width:1240px){#footer_menu_item{width:auto !important;margin-right:38px;}#footer_menu_item:nth-child(3){margin-right:43px;}#footer_menu_item:nth-child(5){margin-right:55px;}#footer_menu_item:nth-child(6){margin-right:45px;}#footer_menu_item:nth-child(7){margin-right:36px;}.content .logos-footer #footer_logo_item:nth-child(1) img{margin-top:26px;}.content .logos-footer #footer_logo_item:nth-child(2) img{margin-top:22px;}.content .logos-footer #footer_logo_item:nth-child(3) img{margin-top:22px;}.content .logos-footer #footer_logo_item:nth-child(4) img{margin-top:14px;}.social-wrapper .social-icon{margin-top:21px;}.zone.zone-footer.clearfix.container-12{width:1230px;}#section-footer .container-12 .grid-4{border-right:1px solid #F8F6F2;padding:0 0 0px 37px;width:450px;}#region-footer-second.grid-2{width:143px;border-right:1px solid #F8F6F2;padding-left:25px;}.social-wrapper{height:66px;}.logos-footer #footer_logo_item img{float:left;margin-top:16px;padding:0 0 0 53px;}.logos-footer .footer_logo_item:first-child img{padding:0 55px 0;}#section-footer .grid-4.region.region-footer-third{border:0 none;padding:0;width:515px;}.front .main-next,#arrow_left,#arrow_right{left:0px;}.zone-footer .social-wrapper{height:66px;}}@media only screen and (max-width:1239px) and (min-width:1055px){#footer_menu_item{width:auto !important;margin-right:35px;}#footer_menu #footer_menu_item > a{font-size:14px;line-height:19px;}#footer_menu_item:nth-child(3){margin-right:43px;}#footer_menu_item:nth-child(5){margin-right:52px;}#footer_menu_item:nth-child(6){margin-right:43px;}#footer_menu_item:nth-child(7){margin-right:36px;}.content .logos-footer #footer_logo_item:nth-child(1) img{margin-top:26px;}.content .logos-footer #footer_logo_item:nth-child(2) img{margin-top:22px;}.content .logos-footer #footer_logo_item:nth-child(3) img{margin-top:22px;}.content .logos-footer #footer_logo_item:nth-child(4) img{margin-top:18px;}.social-wrapper .social-icon{margin-top:21px;}#footer_menu_item > a{font-size:14px;line-height:22px;}.zone.zone-footer.clearfix.container-12{width:1020px;}#section-footer .container-12 .grid-4{border-right:1px solid #F8F6F2;padding:0 0 0 37px;width:404px;}#region-footer-second.grid-2{width:143px;border-right:1px solid #F8F6F2;padding-left:25px;}.content #footer_menu{padding:16px 0;}.content .social-wrapper{height:70px;}.logos-footer #footer_logo_wrapper img{float:left;margin-top:16px;padding:0 0 0 27px;}.logos-footer .footer_logo_item:first-child img{padding:0 37px 0;}#section-footer .grid-4.region.region-footer-third{border:0 none;padding:0;width:406px;}}@media only screen and (max-width:1054px) and (min-width:767px){#footer_menu_item{width:auto !important;margin-right:21px;}#footer_menu_item:nth-child(3){margin-right:26px;}#footer_menu_item:nth-child(5){margin-right:37px;}#footer_menu_item:nth-child(6){margin-right:26px;}#footer_menu_item:nth-child(7){margin-right:20px;}#footer_menu #footer_menu_item{width:25%;}#zone-footer #region-footer-second{width:143px;}.grid-4.region.region-footer-third{padding:0 !important;}#section-footer .container-12 .grid-4{padding:0 0 14px 32px;width:295px;}.content .logos-footer img{float:left;}#section-footer .grid-4.region.region-footer-third{width:294px;}#footer_logo_item:nth-child(1) img{margin-top:33px;width:73px;}#footer_logo_item:nth-child(2) img{margin-top:30px;width:54px;}#footer_logo_item:nth-child(4) img{margin-top:26px;}#footer_logo_item:nth-child(3) img{margin-top:30px;width:72px;}#footer_menu_item > a{font-size:12px;line-height:22px;}.zone.zone-footer.clearfix.container-12{width:780px;}#section-footer .grid-4.region.region-footer-third{width:299px;}.logos-footer #footer_logo_wrapper img{padding:0 0 0 13px;}#section-footer .container-12 .grid-4{width:316px;padding:0 0 14px 32px;}.content .social-wrapper{margin-top:8px;height:50px;}.front .views-row.views-row-2.views-row-even,.front .views-row.views-row-1.views-row-odd.views-row-first{width:193px;}.front .views-row .feed-news-img img{height:113px;width:200px;}.responsive-layout-mobile .social-wrapper{border:0 none;float:left;height:67px;width:30% !important;}#zone-footer #region-footer-second{width:123px;}}@media only screen and (max-width:767px) and (min-width:550px){.responsive-layout-mobile.front .social-wrapper{width:30%;}.grid-4.region.region-footer-third{margin-bottom:20px;}.region-inner.region-footer-first-inner{width:100%;}.responsive-layout-mobile.front .social-wrapper{width:100%;}.region-inner.region-footer-first-inner{float:left;width:100%;}.grid-4.region.region-footer-third{display:block;float:left;width:64%;}.grid-2.region.region-footer-second{clear:both;float:left;width:35%;}.responsive-layout-mobile .social-wrapper{padding-left:20px;width:100%;}#footer_logo_wrapper > ul{padding:0;}#footer_menu_wrapper:before,#footer_menu_wrapper:after{clear:both;content:" ";display:table;}#footer_menu_wrapper{margin-bottom:20px;}.logos-footer img{padding:0 15px 0 0;}.menu .dhtml-menu br{display:none;}.dhtml-menu div:first-child{padding-right:0 !important;}.responsive-layout-mobile.front .social-wrapper{width:100%;}}@media only screen and (max-width:560px){.menu .dhtml-menu br{display:none;}.dhtml-menu div:first-child{padding-right:0 !important;}#footer_menu_item > a{font-size:13px;}#section-footer .container-12 .grid-4{width:100%;}.region-inner.region-footer-first-inner{width:100%;}.grid-2.region.region-footer-second{clear:both;float:left;width:30%;}.logos-footer img{float:left;margin-top:16px;padding:0 0 0 10px;}.responsive-layout-mobile .social-wrapper{width:100%;padding-left:20px;}#section-footer .grid-4.region.region-footer-third{border:0 none;padding:0;width:70%;}.logos-footer img{max-width:22%;padding:0 0 0 5px;}#footer_menu_wrapper:before,#footer_menu_wrapper:after{clear:both;content:" ";display:table;}#footer_menu_wrapper{margin-bottom:20px;}.responsive-layout-mobile.front .social-wrapper{height:97px;}.social-icon:nth-child(5){margin-top:10px;}.social-icon:nth-child(4){margin-top:10px;}.responsive-layout-mobile.front .social-wrapper{width:78px;}}@media only screen and (max-width:400px){.grid-2.region.region-footer-second{clear:both;float:left;width:40%;}.social-icon:nth-child(5){margin-top:10px;}.social-icon:nth-child(4){margin-top:10px;}.grid-2.region.region-footer-second{width:108px;}.responsive-layout-mobile.front .social-wrapper{height:97px;}.logos-footer img{max-width:21%;margin-top:22px;}#section-footer .grid-4.region.region-footer-third{width:64%;}.responsive-layout-mobile.front .social-wrapper{width:78px;}}.slide-description{background-color:#FFFFFF;clear:both;position:relative;padding:40px 75px;font-size:14px;line-height:19px;}.slide-title h1{color:#FFFFFF;display:inline;padding:5px 20px;font-size:37px;line-height:54px;opacity:0.95;}.hasBxSlider #section-content{overflow:hidden;}.slide-description > p{padding-bottom:10px;}.bx-wrapper{width:200% !important;}.buttons-wrapper{position:absolute;display:none;margin-left:-10px;z-index:2;}.buttons-wrapper > div{width:29px;height:29px;cursor:pointer;}.slider-next{background:url("/sites/default/files/next.png") repeat scroll 0 0 rgba(0,0,0,0);float:right;}.slider-prev{background:url("/sites/default/files/prev.png") repeat scroll 0 0 rgba(0,0,0,0);}.slide-link{bottom:0;position:absolute;right:0;}.slide-link > a{display:block;width:68px;}.slider-icon{background:url("/sites/default/files/next.png") no-repeat scroll 0 0 rgba(0,0,0,0);float:right;height:29px;width:29px;}.slide-link .slider-more{float:left;padding-top:7px;color:#5cb1cd;font-size:14px;}.hasBxSlider .video-iframe,.hasBxSlider .video-iframe iframe{float:left;}.slider-image-wrapper{overflow:hidden;}#region-content .student-box.clearfix:after{clear:both;}.slider-wrapper.bx-outer-wrapper{position:relative;clear:both;}.slider-wrapper.bx-outer-wrapper{margin-bottom:90px;}.uoe .quote_area_bg{margin-bottom:100px;}.uoe .quote.right_col.blue{width:539px;}@media only screen and (min-width:1240px){.slide-item{width:1160px !important;margin-left:20px;}.slider-image-wrapper{max-width:1160px;min-height:550px;min-width:1160px;max-height:550px;height:550px;overflow:hidden;}.slider-image-wrapper img{max-width:1160px;min-width:1160px;}.hasBxSlider .video-iframe,.hasBxSlider .video-iframe iframe{height:550px;width:1160px;}.slide-description{padding:40px 275px 40px 60px;}}@media only screen and (max-width:1239px) and (min-width:1055px) and (orientation:landscape){.slide-item{width:920px !important;margin-left:20px;}.slider-image-wrapper{max-width:920px;min-height:437px;min-width:920px;max-height:437px;height:437px;}.slider-image-wrapper img{max-width:920px;min-width:920px;}.hasBxSlider .video-iframe,.hasBxSlider .video-iframe iframe{height:550px;width:920px;}.slide-description{padding:40px 375px 40px 60px;}.uoe .quote.right_col.blue{width:419px;}#header-search form{margin-left:8px;}}@media only screen and (max-width:1054px) and (min-width:767px){.slide-item{width:720px !important;}.slider-image-wrapper{max-width:720px;min-height:341px;min-width:720px;max-height:341px;height:341px;overflow:hidden;}.hasBxSlider #section-content{overflow:hidden;}.slider-image-wrapper img{max-width:720px;min-width:720px;}.hasBxSlider .video-iframe,.hasBxSlider .video-iframe iframe{float:left;height:539px;width:720px;}.buttons-wrapper{margin-left:-30px;}.uoe .quote.right_col.blue{width:299px;}.content_box .box.sixty_six .col_11{padding:50px 50px 0 30px;width:398px;}.brochure_section.top-timeline{margin-top:0px !important;}.brochure_section.top .col.col_1212{padding:11px 50px 10px 30px;}#header-search form{margin-left:0;}#zone-menu .content #header-search{padding:24px 0 0 19px;}}.brochure_section:before,.brochure_section:after{clear:both;content:" ";display:table;}.quote.right_col{width:16%;}.quote.left_col{float:left;width:42%;padding:55px 35px 0 44px;}.quote.bottom_col{bottom:0;min-height:0;padding:0 5% 0;position:absolute;width:90%;}.quote_area_bg.bottom_col{min-height:848px;position:relative}.quote.bottom_col strong,.quote.right_col strong,.quote.left_col strong{font-family:"DIN Next W01 Regular";font-size:20px;font-weight:normal;}.quote.bottom_col,.quote.right_col,.quote.left_col,.plan-main-heading{font-family:"DIN Next W01 Light";font-size:20px;}.field-items .quote.bottom_col ul,.field-items .quote.right_col ul,.field-items .quote.left_col ul{list-style-type:disc;}.field-items .quote.bottom_col ul li,.field-items .quote.right_col ul li,.field-items .quote.left_col ul li{font-size:20px !important;background-image:url(/sites/all/themes/dcu_responsive/images/bullet.png);background-repeat:no-repeat;background-position:0px 11px;padding-left:7px;}.field-items .quote.left_col ul li,.field-items .quote.right_col ul li{padding:0 68px 33px 34px !important;}.field-items .quote.bottom_col ul li{padding:0 0 33px 34px !important;}.field-items .quote.left_col ul,.field-items .quote.bottom_col ul{list-style-position:inherit !important;list-style-type:none;padding:50px 0 26px !important;}.quote.bottom_col div{float:left;padding:0 5% 0 0;width:45%;}.quote.left_col.yellow > p{font-family:"DIN Next W01 Regular";}.plan_area_bg{background-color:#FFFFFF;padding:5%;}.plan_area_bg:before,.plan_area_bg:after{clear:both;content:" ";display:table;d}.core-sections{float:left;padding:1% 0 50px 2%;width:23%;}.core-sections:first-child{float:left;padding:1% 0 72px 0;width:23%;}.foundation-sections,.core-sections{color:#2CA3C5;}.foundations{clear:both;}.plan-main-heading{background-color:#2CA3C5;color:#FFFFFF;font-size:20px;padding:29px 10px;text-align:center;}.plan-sub-heading{padding:29px 0 25px;text-transform:uppercase;font-size:14px;}.plan-text{font-size:13px;line-height:18px;}.foundation-sections{float:left;width:49%;}.foundation-sections:first-child{padding:0 2% 50px 0;}.core-sections:first-child,.core-sections:last-child{width:24%;}.section-head{font-size:20px;padding:0 0 50px;clear:both;font-family:"DIN Next W01 Light";text-transform:uppercase;color:#001640;}.just-quote{padding:0 160px;font-size:20px;line-height:1.2;margin:75px 0;}.quote-text img{float:left;padding-right:10px;}.just-quote.navy{color:#293D65;}.just-quote.blue{color:#2CA3C5;}.just-quote.purple{color:#9b4f96;}.just-quote.yellow{color:#EEC24F;}.just-quote.green{color:#71857F;}#zone-content .field-type-text-with-summary div > ul{margin-left:5px;}#zone-content .field-type-text-with-summary div > ol{margin-left:20px !important;}.field-items h1 span,.field-items h2 span,.field-items h3 span,.field-items h4 span,.field-items h5 span{border-left:1px solid #4caac5;border-top:1px solid #4caac5;background:#1e86a5;background:-moz-linear-gradient(-45deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(33,141,176,0.9)),color-stop(100%,rgba(30,134,165,0.9)));background:-webkit-linear-gradient(-45deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);background:linear-gradient(135deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc219ec2',endColorstr='#cc1e86a6',GradientType=1);color:#FFF;}.news-article-main .field-items h3 span{color:#FFF!important;}.next_prev_container{z-index:1 !important;}.node-type-brochure-page .field-items p{line-height:1.7;}.quote > p{clear:none;}.qoute-image{float:left;padding:9px 20px 0 0;}.video-item:before,.video-item-after{clear:both;display:table;content:" ";}.video-iframe,main-video,.video-iframe iframe{background-color:#000;}.side-video-image{float:left;padding:11px;}.side-video-info{float:left;padding-top:11px;width:133px;}.latest{clear:both;}.playlists .content_box{clear:both;}.video-caption > span{color:#9c0c1b;display:block;width:100%;}.video-caption{line-height:1.5;padding:18px 22px 40px;background-color:#FFFFFF;}.playlists h2{margin:60px 0 0 0;padding:0;}.main-video h2{margin:0;}.video-item{cursor:pointer;border-bottom:1px solid rgba(204,204,204,0.61);}}.slim-scroll{position:relative;overflow:hidden;width:auto;height:auto;}.video-item.selected{background-color:#7DC3D7 !important;}.video-caption span{font-family:"HelveticaNeueW01-75Bold";}@media only screen and (min-width:1240px){.video-iframe,main-video,.video-iframe iframe{float:left;height:510px;width:899px;}.side-videos{float:left;max-width:300px;height:510px;}.side-video-info{font-size:15px;}.side-video-image,.side-video-image > img{height:77px;width:77px;}.video-item{background-color:#2096BA;color:#FFFFFF;height:102px;width:300px;}.playlists .video.items > img{height:167px;width:299px;}.playlists .video.items{float:left;padding-right:1px;width:299px;}}@media only screen and (max-width:1239px) and (orientation:landscape){.video-iframe,main-video,.video-iframe iframe{float:left;height:400px;width:720px;}.side-videos{float:left;max-width:240px;height:400px;}.side-video-image,.side-video-image > img{height:54px;width:54px;}.side-video-title{font-size:15px;}.video-item{background-color:#2096BA;color:#FFFFFF;width:240px;height:80px;}.playlists .video.items > img{height:128px;width:239px;}.playlists .video.items{float:left;padding-right:1px;width:239px;}}@media only screen and (max-width:1054px){.video-iframe,main-video,.video-iframe iframe{float:left;height:310px;width:480px;}.side-video-image,.side-video-image > img{height:40px;width:40px;}.side-videos{float:left;max-width:240px;height:310px;}.video-item{background-color:#2096BA;color:#FFFFFF;width:240px;height:62px;}.playlists .video.items > img{height:128px;}.playlists .video.items{float:left;padding-right:1px;width:239px;height:293px;}}.belowimage .node-title,.aboveimage .node-title{position:static;}span.date-display-single{font-size:16px;padding:0 0 40px 0;}.news-article-summary{color:#494949;font-size:16px;padding:20px 40px 0;font-family:"DIN Next W01 Light"}.node-type-news-article .inner-share{color:#FFFFFF;background-color:#007d9f;padding:6px;font-size:16px;float:left;}.image-with-caption{display:inline-block;}.node-type-news-article .image-caption{background-color:#F3F0E9;padding:20px;clear:both;}.news-article-main:after{clear:both;content:"";display:table;}.box.sixty_six .col_11{width:597px;padding:50px 50px 0 30px}.node-type-brochure-page .col > p{font-size:14px !important;}.vco-storyjs .vco-feature h1,.vco-storyjs .vco-feature h2,.vco-storyjs .vco-feature h3,.vco-storyjs .vco-feature h4,.vco-storyjs .vco-feature h5,.vco-storyjs .vco-feature h6{color:#4f9fb8 !important;text-transform:uppercase !important;font-family:"DIN Next W01 Light" !important;}.highlight_col.purple,.highlight_col.purple > p{color:#9B4F96 !important;font-size:20px !important;}.center{height:auto;padding-top:0px;}#boxes .window .field-name-body .field-item{padding:13px 0 0px;}#boxes .window .field-name-field-course-link{display:inline-block;}#boxes .window .field-name-field-course-link a{color:#26AFBD;padding:13px 0 40px;}#block-views-homepageblock-library-block .homeblock-list{float:right;width:300px;}#block-quicktabs-library-search-tabs .active.jquery-once-2-processed{background:transparent;}.news-article-main a,.node-type-brochure-page p a{color:#259abb;}.node-news-article .news-item .field-items p{margin:20px 0;}.view-main-news-items{position:relative;}.view-main-news-items .news-item-img img{width:100%;}.view-main-news-items .news-item-img{max-height:450px;overflow:hidden;position:relative;z-index:-1;}.news-item{background-color:#FFFFFF;position:relative;z-index:0;}.event-share{cursor:pointer;float:right;height:24px;margin-top:-40px!important;margin-right:20px;overflow:hidden;position:relative;border-radius:7px;border:1px solid #007d9f;}.share-social{display:none;float:left;}.inner-share{color:#FFFFFF;background-color:#007d9f;float:left;padding:6px;}.article-news a:hover{text-decoration:none;}.view-two-col-items .news-item{background-color:#FFFFFF;position:relative;}.view-two-col-items .news-item-date{background-color:#FFFFFF;padding:9px 20px 6px;position:absolute;right:0;top:0;z-index:1;}.view-two-col-items .news-item-img{max-width:100%;top:0;width:100%;overflow:none;}.news-item-img img{max-width:100%;}.view-two-col-items .news-item-title{min-height:65px;}.view-two-col-items .news-item-title h3{font-size:33px;color:#4f9fb8;font-family:"DIN Next W01 Light";padding:20px 20px 0;}.news-item-desc{line-height:18px;padding:20px;}.news-item  .readmore{color:#4f9fb8;text-transform:uppercase;font-family:"DIN Next W01 Bold";display:inline-block;}.news-item  .readmore:hover{text-decoration:underline;}.news-item-date{font-size:14px;color:#4f9fb8;font-family:"DIN Next W01 Light";padding:20px 20px 0;}.view-three-col-items .news-item-title h3{color:#4F9FB8;font-family:"DIN Next W01 Light";font-size:24px;padding:6px 20px 11px;}.view-news .view-content:before,.view-news .view-content:after{display:table;clear:both;content:" ";}.view-news .pager{background-color:#FFFFFF;margin:20px 0;padding:20px;}.pager a{color:#4F9FB8;}.view-news .pager-first,.view-news .pager-last,.view-news .pager-next,.view-news .pager-previous{display:none !important;}.view-news .view-three-col-items{margin:0 1px 20px 0;}#news-search{background-color:#FFF;border-color:#FFF;border-style:none;border-width:1px;color:#218db0;font-size:13px;height:2.2em;outline:medium none;padding:5px;width:174px;height:35px;}#search-form-news{display:inline;text-align:right;}#search-form-news .search-button{background:url(/sites/all/themes/dcu_responsive/images/news-search.png) no-repeat scroll -1px 2px rgba(0,0,0,0) !important;margin:-1px 0 0 -24px;width:21px;}.view-news-items-3-col img{width:100%;}.view-news-items-3-col .three-col-title-med{position:absolute;}.view-news-items-3-col .three-col-img-med{margin-top:87px;}.view-news-items-3-col .view-three-col-items{position:relative;}@media only screen and (min-width:1240px){.view-two-col-items .news-item-img{max-height:226px;}.view-two-col-items .news-item{}.view-three-col-items .news-item{min-height:370px;}.view-three-col-items .news-item-img img{}.view-three-col-items .news-item-title h3{max-height:36px;overflow:hidden;position:absolute;}body #page-title{margin:10px 0 30px 95px;}}@media only screen and (max-width:1239px) and (min-width:1055px){.view-two-col-items .news-item-img{max-height:183px;}.view-two-col-items .news-item{padding-top:183px;}.view-three-col-items .news-item-img img{}.view-three-col-items .news-item-title h3{position:absolute;}.view-three-col-items .news-item-title h3{font-size:20px;}body #page-title{margin:10px 0 30px 95px;}.view-three-col-items .news-item-title h3{max-height:36px;overflow:hidden;position:absolute;}}@media only screen and (max-width:1054px) and (min-width:767px){.view-two-col-items .news-item-img{max-height:138px;}.view-two-col-items .news-item{padding-top:138px;}.basic-item .field-item span.ready-tabber-header{color:#807B75;font-size:10px;}body #page-title{margin:10px 0 30px 95px;}}@media only screen and (min-width:767px){.view-two-col-items .news-item{width:49%;float:left;}.view-two-col-items .news-item:first-child{margin-right:2%;}#region-content .view-two-col-items.clearfix:after{clear:both;margin:40px 0;}.view-two-col-items .news-item-title h3{color:#4F9FB8;font-family:"DIN Next W01 Light";font-size:24px;padding:6px 20px 11px;}.news-item-title a:hover{text-decoration:none;}.view-main-news-items{margin-bottom:40px;position:relative;}.view-main-news-items .news-item-date{background:none repeat scroll 0 0 #FFFFFF;display:inline;padding:10px;position:absolute;right:0;top:20px;font-size:18px;}.view-main-news-items .news-item-desc{background-color:#FFFFFF;padding:10px 10px 10px 23px;position:absolute;bottom:20px;display:inline-block;}.view-main-news-items .news-item-title h3{font-size:37px;background:#FFF;color:#4f9fb8;display:inline;top:50px;padding:9px 16px 9px 21px;font-family:"DINNextLTW01-UltraLight 706122";display:inline-block;margin-bottom:1px;}.view-main-news-items .news-item-title a{position:absolute;}}@media only screen and (max-width:767px){.view-two-col-items .news-item{padding-top:0;}.view-two-col-items .news-item-date{padding:9px 20px 0;position:relative;}.news-item-desc{padding:20px 20px 30px;}.event-share{margin-top:-40px;}.news-item{margin:1px 50px;}.view-two-col-items .news-item-title h3{color:#4F9FB8;font-family:"DIN Next W01 Light";font-size:24px;padding:6px 20px 11px;}.view-main-news-items .news-item-title h3{color:#4F9FB8;display:inline;font-family:"DIN Next W01 Light";font-size:24px;}.news-item-title br{display:none;}.news-item-img img{margin-top:11px;}.view-main-news-items .news-item-title h3:first-child{padding:6px 0 11px 20px;}.item-list ul.pager li{margin:0 10px 0 0;}.view-news .view-three-col-items{margin:0 0 1px;}.event-share{margin-top:-40px !important;}#block-views-homepageblock-library-block .homeblock-list{width:100%;}}@media only screen and (max-width:450px){.news-item{margin:1px 20px;}.event-share{margin-top:-40px !important;}.view-news .view-three-col-items{margin:0 0 1px;}.view-main-news-items .news-item-title h3{font-size:20px;}.view-main-news-items .news-item-title h3:first-child{padding:0px;}.view-main-news-items .news-item-title{padding:6px 20px 11px 20px;}.view-main-dcu-news-archive-menu.view-display-id-block li{display:inline-block !important;;margin:4px -1px 0 !important;;}#search-form-news{text-align:left !important;}.view-main-dcu-news-archive-menu .view-footer{margin-bottom:1px;margin-top:-11px;}body .region-inner.region-search-inner{height:66px !important;}}.page-news-archive .views-row h3 a{color:#298CAA;display:block;font-family:"DIN Next W01 Light";font-size:24px;padding:25px 20px 14px;}.view-display-id-page_1 .view-footer li a{margin-left:20px;}.page-news-archive .views-row h3 a:hover{text-decoration:none;}.view-display-id-page_1 ul > li a{color:#298CAA;display:block;font-family:"DIN Next W01 Light";font-size:24px;padding:10px 20px 0;}.view-display-id-page_1 .view-footer{margin-bottom:50px;}.view-display-id-page_1 li a:hover{text-decoration:none;}.page-news-archive .views-row{width:100% !important;clear:both;}.break-line{border-bottom:1px solid #e7e1d4;margin:0 20px;}.page-news-archive span.date-display-single{background:none repeat scroll 0 0 rgba(0,0,0,0);color:#298caa;font-size:16px;padding:0 20px 14px;position:static;}.page-news-archive .views-row .archive-description{padding:0 20px 25px;line-height:1.4;}.view-main-dcu-news-archive-menu.view-display-id-block li a{padding:10px 12px 6px;font-size:16px;line-height:34px;}.view-main-dcu-news-archive-menu.view-display-id-block li{text-align:right;font-family:"DIN Next W01 Regular";}.view-main-dcu-news-archive-menu.view-display-id-block .view-footer li:nth-child(1){margin-top:-6px;}.view-main-dcu-news-archive-menu.view-display-id-block li:nth-child(1){margin-top:2px;}.view-main-dcu-news-archive-menu.view-display-id-block li:nth-child(1) a{color:#9b4f96;background:none repeat scroll 0 0 #DFD5C4;padding:10px 12px 6px;}.view-main-dcu-news-archive-menu.view-display-id-block li:nth-child(2) a{color:#e22882;background:none repeat scroll 0 0 #DFD5C4;}.view-main-dcu-news-archive-menu.view-display-id-block li:nth-child(3) a{color:#3692b1;background:none repeat scroll 0 0 #DFD5C4;}.view-main-dcu-news-archive-menu.view-display-id-block li:nth-child(4) a{color:#17568a;background:none repeat scroll 0 0 #DFD5C4;}.view-main-dcu-news-archive-menu.view-display-id-block li:nth-child(5) a{color:#e04151;background:none repeat scroll 0 0 #DFD5C4;}.view-main-dcu-news-archive-menu.view-display-id-block li:nth-child(6) a{color:#e6621a;background:none repeat scroll 0 0 #DFD5C4;}.view-main-dcu-news-archive-menu.view-display-id-block li:nth-child(7) a{color:#da8a00;background:none repeat scroll 0 0 #DFD5C4;}.view-main-dcu-news-archive-menu.view-display-id-block li:nth-child(8) a{color:#9e9083;background:none repeat scroll 0 0 #DFD5C4;}.view-main-dcu-news-archive-menu.view-display-id-block li a:hover,.view-main-dcu-news-archive-menu.view-display-id-block li a.active{text-decoration:none;}.view-main-dcu-news-archive-menu.view-display-id-block li:nth-child(1) a:hover,.view-main-dcu-news-archive-menu.view-display-id-block li:nth-child(1) a.active{color:#ffffff;background:none repeat scroll 0 0 #9b4f96 !important;}.view-main-dcu-news-archive-menu.view-display-id-block li:nth-child(2) a:hover,.view-main-dcu-news-archive-menu.view-display-id-block li:nth-child(2) a.active{color:#ffffff;background:none repeat scroll 0 0 #e22882 !important;}.view-main-dcu-news-archive-menu.view-display-id-block li:nth-child(3) a:hover,.view-main-dcu-news-archive-menu.view-display-id-block li:nth-child(3) a.active{color:#ffffff;background:none repeat scroll 0 0 #3692b1 !important;}.view-main-dcu-news-archive-menu.view-display-id-block li:nth-child(4) a:hover,.view-main-dcu-news-archive-menu.view-display-id-block li:nth-child(4) a.active{color:#ffffff;background:none repeat scroll 0 0 #17568a !important;}.view-main-dcu-news-archive-menu.view-display-id-block li:nth-child(5) a:hover,.view-main-dcu-news-archive-menu.view-display-id-block li:nth-child(5) a.active{color:#ffffff;background:none repeat scroll 0 0 #e04151 !important;}.view-main-dcu-news-archive-menu.view-display-id-block li:nth-child(6) a:hover,.view-main-dcu-news-archive-menu.view-display-id-block li:nth-child(6) a.active{color:#ffffff;background:none repeat scroll 0 0 #e6621a !important;}.view-main-dcu-news-archive-menu.view-display-id-block li:nth-child(7) a:hover,.view-main-dcu-news-archive-menu.view-display-id-block li:nth-child(7) a.active{color:#ffffff;background:none repeat scroll 0 0 #da8a00 !important;}.view-main-dcu-news-archive-menu.view-display-id-block li:nth-child(8) a:hover,.view-main-dcu-news-archive-menu.view-display-id-block li:nth-child(8) a.active{color:#FFFFFF;background:none repeat scroll 0 0 #9e9083 !important;;}.view-display-id-page_1 ul > li a.archive-read{color:#298DAB;display:inline;font-size:13px;padding:0 0 0 5px;text-transform:uppercase;}.view-display-id-page_1 ul > li a.archive-read:hover{text-decoration:underline;font-family:"DIN Next W01 Bold";}@media only screen and (max-width:767px){.view-main-dcu-news-archive-menu.view-display-id-block li{text-align:left;}.view-main-dcu-news-archive-menu.view-display-id-block li{margin:3px 0 0;}.view-main-dcu-news-archive-menu.view-display-id-block .view-footer li:nth-child(1){margin-top:-8px;}.page-news-archive .views-row{height:auto !important;}}.page-node-39504 .homeblock-list{margin:0;}.page-node-39504 #block-system-main .basic-item .field-items{padding:5px 20px 20px !important;}.page-node-39504 #block-system-main{width:299px;}@media only screen and (min-width:800px){#block-views-homepageblock-iss-block{float:right;}.context-iss li.views-row.views-row-2.views-row-even,.context-iss li.views-row.views-row-1.views-row-odd{height:auto !important;}}@media only screen and (max-width:1239px) and (min-width:1055px){.page-node-39504 #block-system-main{clear:left;float:left;width:240px;}}@media only screen and (max-width:1055px){.context-iss #block-system-main{clear:left;float:left;width:auto;}.field-items{clear:both;margin-top:20px;}}@media only screen and (max-width:766px){.homeblock-list{margin-left:0px;}}.content .basic-item .field-item h2 div span,.basic-item .field-item h1 div span,.node-webform h1 span,.node-webform h2 span,.basic-item .field-item h1 div span{background:transparent;color:#219ec2 !important;font-size:32px;line-height:18px;padding:10px 12px 9px 20px;font-family:"DIN Next W01 Light" !important;}.node-webform h1 span,.node-webform h2 span,.node-webform h3 span,.node-webform h4 span,.node-webform h5 span,.node-type-page .basic-item .field-items h1 span,.node-type-page .basic-item .field-items h2 span,.node-type-page .basic-item .field-items h3 span,.node-type-page .basic-item .field-items h4 span{background:transparent !important;font-family:"DIN Next W01 Light" !important;border-left:0 solid #4CAAC5;border-top:0 solid #4CAAC5;}.node-webform h1 span,.node-webform h2 span,.node-webform h3 span,.node-webform h4 span,.node-webform h5 span{padding:0 !important;}.node-webform h3,.node-webform h4,.node-type-page .basic-item .field-items h3 span,.node-type-page .basic-item .field-items h4 span{color:#219EC2 !important;margin:0;padding:0 !important;font-family:"DIN Next W01 Light" !important;}.ready-tabber:before,.ready-tabber:after{clear:both;content:" ";display:table;}.ready-tabber table{margin-top:10px;margin-bottom:20px;}.ready-tabber tr td:first-child{border:0 none !important;}.basic-item.column .ready-tab a:hover{text-decoration:none;}.view-three-col-items .news-item-img.no-image img{display:none;}.view-three-col-items .no-image-text{margin-top:46px;}.dhtml-menu div{padding-right:0px;padding-left:10px;}.dhtml-menu div:first-child{padding-right:10px;padding-left:0px;}.ready-tabber{padding:0;}ol{display:block;list-style-type:decimal;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:0;}.page-news-archive .date-display-single{display:block !important;}.homeblock-list .block-title a:hover{text-decoration:none;}.node-type-brochure-page .box ul{margin-left:20px;}.ready-tabber{background:none repeat scroll 0 0 #F8F7F3 !important;}.basic-item .field-items p{color:#494949;;}.basic-item.column a{color:#259abb;}.basic-item.column a:hover{color:#26afbd;text-decoration:underline;}#page-title{font-family:"DIN Next W01 Light" !important;}.basic-item .field-items h2{font-size:37px;margin-bottom:30px;}.basic-item .field-items{padding:10px 20px !important;}.node.node-webform{padding:20px;}.ipad .title-row:first-child .titles-page-summary{display:block;}.node-news-article ul{list-style:square inside none;margin-left:34px !important;padding:0 0 15px !important;}.brochure_section.top{background-position:0 58px !important;padding-top:68px;}.highlight_col.yellow,.highlight_col.yellow > p{color:#D68904 !important;font-size:20px !important;}.brochure_section.center{padding-top:0px;}.highlight_col,.highlight_col > p{font-family:"DIN Next W01 Light" !important;}.region-inner.region-content-inner{font-size:13px;}.region-inner.region-content-inner strong{}.form-item label{font-weight:normal;font-family:"HelveticaNeueW01-75Bold" !important;}.form-item .description{clear:both;padding:5px;}.form-textarea-wrapper.resizable.textarea-processed.resizable-textarea{width:100%;}.field-items p{font-size:13px;line-height:18px;}.field-items p strong{font-size:13px;font-weight:normal;font-family:"HelveticaNeueW01-75Bold" !important;}.webform-client-form:after{clear:both;content:" ";display:table;}.webform-component-textarea > label{float:left;}.form-textarea-wrapper{float:left;width:80%;}.webform-component-textarea > label{float:left;margin-right:20px;}.form-actions.form-wrapper{clear:both;padding-top:30px;}.node-type-brochure-research-page .brochure_section.center:after,.view-directbrand-science-record:after{clear:both;content:" ";display:table;}.node-type-brochure-research-page .view-directbrand-science-record{margin:0 auto;}.node-type-brochure-page .col.col_33 img{width:100%;}@media all and (max-width:769px) and (min-width:767px){.region-inner.region-search-inner{margin-left:-37px !important;width:100px;}.grid-3.region.region-branding.logo{width:192px !important;}.zone.zone-menu.clearfix.container-12{width:768px !important;}body .reciteme{right:-31px !important;}}.case-member-img{float:left;width:100%;}.view-directbrand-science-record .field-item.even > img,.student-box .field-item.even > img{max-height:100% !important;width:100% !important;}.view-directbrand-science-record .lightbox_item,.student-box .lightbox_item{float:left;width:16.6%;}.lightbox_item .field-items{margin-top:0px;}.view-directbrand-science-record.count-5 .lightbox_item,.student-box.count-5 .lightbox_item{float:left;width:20%;}.view-directbrand-science-record.count-4 .lightbox_item,.student-box.count-4 .lightbox_item{float:left;width:25%;}.view-directbrand-science-record.count-3 .lightbox_item,.student-box.count-3 .lightbox_item{width:25%;}.view-directbrand-science-record.count-3 .lightbox_item.first,.student-box.count-3 .lightbox_item.first{margin-left:12.5%;}.view-directbrand-science-record.count-2 .lightbox_item,.student-box.count-2 .lightbox_item{width:25%;}.view-directbrand-science-record.count-2 .lightbox_item.first,.student-box.count-2 .lightbox_item.first{margin-left:25%;}.dhtml-menu div:nth-child(2){margin-right:10px;}.dhtml-menu div{display:inline-block;}.dhtml-menu div:nth-child(4){clear:both;margin-left:10px;}.din-ultra-light{font-family:"DINNextLTW01-UltraLight 706122";}.din-light{font-family:"DIN Next W01 Light";}.din-bold{font-family:"DIN Next W01 Bold";}.din-regular{font-family:"DIN Next W01 Regular";}.hel-regular{font-family:"HelveticaNeueW01-55Roma";}.hel-italic{font-family:"HelveticaNeueW01-56It";}.hel-bold{font-family:"HelveticaNeueW01-75Bold";}.clear-after:before,.clear-after:after{clear:both;display:table;content:" ";}.red,.yellow,.green,.blue,.purple{font-family:"DINNextLTW01-UltraLight 706122";font-weight:normal;text-transform:none;opacity:0.95;color:#ffffff;line-height:1.2em;}.blue-grad,.pop_info.blue > div{border-left:1px solid #4caac5;border-top:1px solid #4caac5;background:#1e86a5;background:-moz-linear-gradient(-45deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(33,141,176,0.9)),color-stop(100%,rgba(30,134,165,0.9)));background:-webkit-linear-gradient(-45deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);background:linear-gradient(135deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc219ec2',endColorstr='#cc1e86a6',GradientType=1);}.yellow-grad,.pop_info.yellow > div{border-left:1px solid #eec24f;border-top:1px solid #eec24f;background:#D68904;background:-moz-linear-gradient(-45deg,rgba(233,174,13,0.9) 0%,rgba(214,137,4,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(233,174,13,0.9)),color-stop(100%,rgba(214,137,4,0.9)));background:-webkit-linear-gradient(-45deg,rgba(233,174,13,0.9) 0%,rgba(214,137,4,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(233,174,13,0.9) 0%,rgba(214,137,4,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(233,174,13,0.9) 0%,rgba(214,137,4,0.9) 100%);background:linear-gradient(135deg,rgba(233,174,13,0.9) 0%,rgba(214,137,4,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce9ae0d',endColorstr='#ccd68904',GradientType=1);}.green-grad,.pop_info.green > div{border-left:1px solid #71857f;border-top:1px solid #71857f;background:#193833;background:-moz-linear-gradient(-45deg,rgba(59,87,79,0.9) 0%,rgba(25,56,51,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(59,87,79,0.9)),color-stop(100%,rgba(25,56,51,0.9)));background:-webkit-linear-gradient(-45deg,rgba(59,87,79,0.9) 0%,rgba(25,56,51,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(59,87,79,0.9) 0%,rgba(25,56,51,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(59,87,79,0.9) 0%,rgba(25,56,51,0.9) 100%);background:linear-gradient(135deg,rgba(59,87,79,0.9) 0%,rgba(25,56,51,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc3b574f',endColorstr='#cc193833',GradientType=1);}.purple-grad,.pop_info.purple > div{border-left:1px solid #a770a2;border-top:1px solid #a770a2;background:#9B4F96;background:-moz-linear-gradient(-45deg,rgba(110,60,113,0.9) 0%,rgba(110,60,113,0.9) 1%,rgba(155,79,150,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(110,60,113,0.9)),color-stop(1%,rgba(110,60,113,0.9)),color-stop(100%,rgba(155,79,150,0.9)));background:-webkit-linear-gradient(-45deg,rgba(110,60,113,0.9) 0%,rgba(110,60,113,0.9) 1%,rgba(155,79,150,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(110,60,113,0.9) 0%,rgba(110,60,113,0.9) 1%,rgba(155,79,150,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(110,60,113,0.9) 0%,rgba(110,60,113,0.9) 1%,rgba(155,79,150,0.9) 100%);background:linear-gradient(135deg,rgba(110,60,113,0.9) 0%,rgba(110,60,113,0.9) 1%,rgba(155,79,150,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc6e3c71',endColorstr='#cc9b4f96',GradientType=1);}.red-grad,.pop_info.red > div{border-left:1px solid #e77580;border-top:1px solid #e77580;background:#a70818;background:-moz-linear-gradient(-45deg,rgba(224,65,81,0.9) 0%,rgba(167,8,24,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(224,65,81,0.9)),color-stop(100%,rgba(167,8,24,0.9)));background:-webkit-linear-gradient(-45deg,rgba(224,65,81,0.9) 0%,rgba(167,8,24,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(224,65,81,0.9) 0%,rgba(167,8,24,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(224,65,81,0.9) 0%,rgba(167,8,24,0.9) 100%);background:linear-gradient(135deg,rgba(224,65,81,0.9) 0%,rgba(167,8,24,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce04151',endColorstr='#cca70818',GradientType=1);}.pink-grad,.pop_info.pink > div,.pop_info > div{border-left:1px solid #ed81b7;border-top:1px solid #ed81b7;background:#89265f;background:-moz-linear-gradient(-45deg,rgba(226,40,130,0.9) 0%,rgba(137,38,95,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(226,40,130,0.9)),color-stop(100%,rgba(137,38,95,0.9)));background:-webkit-linear-gradient(-45deg,rgba(226,40,130,0.9) 0%,rgba(137,38,95,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(226,40,130,0.9) 0%,rgba(137,38,95,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(226,40,130,0.9) 0%,rgba(137,38,95,0.9) 100%);background:linear-gradient(135deg,rgba(226,40,130,0.9) 0%,rgba(137,38,95,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e22882',endColorstr='#e689265f',GradientType=1);}.navy-grad,.pop_info.navy > div{border-left:1px solid #8092A8;border-top:1px solid #8092A8;background:#333366;background:-moz-linear-gradient(-45deg,rgba(67,86,126,0.9) 0%,rgba(51,51,102,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(67,86,126,0.9)),color-stop(100%,rgba(51,51,102,0.9)));background:-webkit-linear-gradient(-45deg,rgba(67,86,126,0.9) 0%,rgba(51,51,102,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(67,86,126,0.9) 0%,rgba(51,51,102,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(67,86,126,0.9) 0%,rgba(51,51,102,0.9) 100%);background:linear-gradient(135deg,rgba(67,86,126,0.9) 0%,rgba(51,51,102,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e643567e',endColorstr='#e6333366',GradientType=1);}.gray-grad,.pop_info.gray > div{border-left:1px solid #e4dcd5;border-top:1px solid #e4dcd5;background:#a7988b;background:-moz-linear-gradient(-45deg,rgba(205,193,180,0.9) 0%,rgba(167,152,139,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(205,193,180,0.9)),color-stop(100%,rgba(167,152,139,0.9)));background:-webkit-linear-gradient(-45deg,rgba(205,193,180,0.9) 0%,rgba(167,152,139,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(205,193,180,0.9) 0%,rgba(167,152,139,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(205,193,180,0.9) 0%,rgba(167,152,139,0.9) 100%);background:linear-gradient(135deg,rgba(205,193,180,0.9) 0%,rgba(167,152,139,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6cdc1b4',endColorstr='#e6a7988b',GradientType=1);}.view-coming-events .view-display-id-block_1{margin:0 0 20px 0;display:inline-block;}.block-menu-frontpage-events-menu .menu_item_1.active{color:#465167;background-color:#ffffff !important;}.block-menu-frontpage-events-menu li a{color:#465167;background-color:#ffffff !important;}.block-menu-frontpage-events-menu .menu_item_1:hover{color:#ffffff;background:none repeat scroll 0 0 #102650 !important;}.view-coming-events  .views-row.views-row-1.views-row-odd.views-row-first{margin:0 0 0 0;float:left;width:899px;}.view-coming-events .views-row.views-row-1.views-row-odd.views-row-first img{width:899px;}.view-coming-events .views-row{float:left;width:299px;margin:0 !important;}.view-coming-events .view-content .views-row img{height:auto;width:630px !important;}.view-coming-events .view-content .views-row-1 img{width:100% !important;}.view-coming-events .views-row-2{background:#ECB736;overflow:hidden;}.view-coming-events .views-row-3{background:#05123F;overflow:hidden;}.view-coming-events .views-row-4{background:#9D4996;overflow:hidden;}.view-coming-events .views-row-5{background:#ECB736;overflow:hidden;}.view-coming-events .views-row-6{background:#05123F;overflow:hidden;}.view-coming-events .views-row-7{background:#9D4996;overflow:hidden;}.views-field.views-field-field-image{height:100%;}.view-coming-events .views-row.views-row-3 .date-display-single,.view-coming-events .views-row.views-row-2 .date-display-single,.view-coming-events .views-row.views-row-1 .date-display-single{display:block;}.view-coming-events .views-field-field-date{color:#ffffff;position:absolute;margin:-105px 0 0 20px;text-shadow:1px 1px 4px rgba(0,0,0,.75);}.view-coming-events .views-field-field-date span.date-display-single{font-size:20px;}.view-coming-events .views-field.views-field-title{position:absolute;margin:-75px 0 0 20px;width:30%;}.view-coming-events .views-field.views-field-title a{font-size:15px;color:#ffffff;line-height:25px;text-shadow:1px 1px 4px rgba(0,0,0,.75);}div.view-clone-of-dcu-main-events-view .three-col-title-med h3{height:45px;}div.view-news-content > h3.hello-margin-top{padding-top:30px;}div.view-events-calendar-view > div > h3{clear:both;font-size:22px;color:#fff;line-height:34px;}div.view-events-calendar-view .three-col-title-med h3{height:45px;}div.view-news-content > h3.hello span{padding:4px 10px 4px 10px;}div.view-news-content > h3.hello-1 span{background:#248DA8;}div.view-news-content > h3.hello-2 span{background:#9D4996;}div.view-news-content > h3.hello-3 span{background:#ECB736;}div.view-news-content > h3.hello-4 span{background:#248DA8;}div.view-news-content > h3.hello-5 span{background:#9D4996;}div.view-news-content > h3.hello-6 span{background:#ECB736;}div.view-news-content > h3.hello-7 span{background:#248DA8;}div.view-news-content > h3.hello-8 span{background:#9D4996;}div.view-news-content > h3.hello-9 span{background:#ECB736;}div.view-news-content .three-col-desc-med{min-height:102px;}div.view-news-content .three-col-desc-med{line-height:17px}div.view-news-content .view-three-col-items .three-col-desc-med a{text-decoration:underline;}.view-events-calendar-view{background-color:#f1ede6;}div.view-news-content .view-three-col-items-1 .three-col-title-med a{color:#248DA8;}div.view-news-content .view-three-col-items-1 .three-col-desc-med a{color:#248DA8;}div.view-news-content .view-three-col-items-1 .three-col-img-med{background:#248DA8;}div.view-news-content .view-three-col-items-2 .three-col-title-med a h3{color:#9D4996;}div.view-news-content .view-three-col-items-2 .three-col-desc-med a{color:#9D4996;}div.view-news-content .view-three-col-items-2 .three-col-img-med{background:#9D4996;}div.view-news-content .view-three-col-items-3 .three-col-title-med a h3{color:#ECB736;}div.view-news-content .view-three-col-items-3 .three-col-desc-med a{color:#ECB736;}div.view-news-content .view-three-col-items-3 .three-col-img-med{background:#ECB736;}div.view-news-content .view-three-col-items-4 .three-col-title-med a h3{color:#248DA8;}div.view-news-content .view-three-col-items-4 .three-col-desc-med a{color:#248DA8;}div.view-news-content .view-three-col-items-4 .three-col-img-med{background:#248DA8;}div.view-news-content .view-three-col-items-5 .three-col-title-med a h3{color:#9D4996;}div.view-news-content .view-three-col-items-5 .three-col-desc-med a{color:#9D4996;}div.view-news-content .view-three-col-items-5 .three-col-img-med{background:#9D4996;}div.view-news-content .view-three-col-items-6 .three-col-title-med a h3{color:#ECB736;}div.view-news-content .view-three-col-items-6 .three-col-desc-med a{color:#ECB736;}div.view-news-content .view-three-col-items-6 .three-col-img-med{background:#ECB736;}div.view-news-content .view-three-col-items-7 .three-col-title-med a h3{color:#248DA8;}div.view-news-content .view-three-col-items-7 .three-col-desc-med a{color:#248DA8;}div.view-news-content .view-three-col-items-7 .three-col-img-med{background:#248DA8;}div.view-news-content .view-three-col-items-8 .three-col-title-med a h3{color:#9D4996;}div.view-news-content .view-three-col-items-8 .three-col-desc-med a{color:#9D4996;}div.view-news-content .view-three-col-items-8 .three-col-img-med{background:#9D4996;}div.view-news-content .view-three-col-items-9 .three-col-title-med a h3{color:#ECB736;}div.view-news-content .view-three-col-items-9 .three-col-desc-med a{color:#ECB736;}div.view-news-content .view-three-col-items-9 .three-col-img-med{background:#ECB736;}div.view-events-calendar-view .pager,div.view-events-archive-view .item-list,div.view-search-events .pager,.view-clone-of-dcu-main-events-view .pager{margin:0 0 20px 0;padding-top:14px;}div.view-events-archive-view > div > h3{clear:both;font-size:22px;color:#fff;line-height:34px;}.view-events-archive-view .three-col-title-med h3{height:45px;}div.view-search-events > div > h3{clear:both;font-size:22px;color:#fff;line-height:34px;}.view-search-events .three-col-title-med h3{height:45px;}.view-search-events .view-filters{padding:15px 5px 10px 20px;margin-bottom :10px;background:#ffffff;width:97%;height:39px;}.view-search-events .view-filters input{border:1px solid #BBB;padding:3px 6px;width:99%;font-size:16px;}.view-search-events .views-widget-filter-combine{float:left;width:89%;}.view-search-events .views-submit-button{float:right;width:8%;height:50px;}.view-search-events .view-filters #edit-submit-search-events{font-size:12px;color:#fff;font-weight:bold;height:27px;min-width:54px;background-color:#333333;border:1px solid #000;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;width:60px;margin:0;}.view-search-events .view-empty{padding:40px 0 20px 20px;font-size:20px;text-align:center;}.front .view-three-col-items .news-item-img img{margin-top:0;}#block-views-dcu-main-news-view-block-2{border-left:1px solid #e4dccf;float:right;max-width:876px;padding-left:60px;padding-right:25px;box-sizing:border-box;}.front .view-two-col-items .news-item{width:90%;margin:0px;}.front .view-two-col-items{float:left;width:49%;padding-bottom:20px;max-width:380px;}.front .view-two-col-items .news-item{padding-top:0px;}.front .view-two-col-items .news-item-title h3{padding:17px 20px 0px;font-size:20px;}.front .news-item-title{min-height:90px}.front .view-two-col-items .news-item-date{//  display:none;color:#4F9FB8;font-family:"DIN Next W01 Regular";margin-top:10px;}.block-28ecdbca2e56526b6a44249cc989578a{width:353px;padding:0 60px 0 27px;float:left;box-sizing:border-box;}.event-item-img img{max-width:100%;}.event-item{position:relative;margin-bottom:20px;}.event-item-date{background-color:#ffffff;padding:9px 20px 6px;position:absolute;right:0;top:0;z-index:1;color:#000;font-family:"DIN Next W01 Regular";}.arrow{background:rgba(0,0,0,0) url(/sites/all/themes/dcu_responsive/images/header-arrow.jpg) repeat scroll 0 0!important;float:right;height:29px;width:29px;margin:-7px 0 0 7px;}.clear-header{background-color:#9b4f96;height:29px;display:inline-block;box-sizing:border-box;padding:7px 0 0 7px;}a.clear-header:hover{text-decoration:none;}.header_links a{color:#FFF;font-size:16px;margin-bottom:10px;text-transform:uppercase;height:29px;display:inline-block;box-sizing:border-box;padding:7px 0 0 7px;}.header_links > div:last-child{margin-bottom:17px;}.clear-header h5{color:#FFF;font-size:16px;}.front_events_container,.front_news_container{clear:both;}.front #region-content .clearfix:after{clear:both;}.block.block-views.contextual-links-region.block-1f4a101f005009025b786644d6043c7e.block-views-1f4a101f005009025b786644d6043c7e.even.block-without-title{clear:both;}.bx-viewport .views-row img{height:auto;width:100%;}.bx-viewport{max-height:540px;}}.front_slider_container{overflow:hidden;}.slider_buttons .item-list > ul > li.views-row-1,.slider_buttons .item-list > ul > li.views-row-2,.slider_buttons .item-list > ul > li.views-row-3{margin-right:22px !important;}.slider_buttons .item-list > ul > li.views-row{width:180px !important;}#page_buttons > a{font-size:16px;text-transform:uppercase;display:block;padding:14px 0 10px;text-align:center;margin-bottom:2px;font-size:16px;}.button_description{padding:6px 12px 9px;text-align:center;font-size:16px;padding:11px 12px 6px;display:none;}.button_description .arrow{margin-right:-12px;}.button_description a{text-transform:uppercase;display:block;margin-top:18px;color:#FFF;}.slider_buttons{width:786px;margin:0 auto;}.block-views-dcu-frontpage-slider-block-2{position:absolute;top:192px;width:100%;z-index:998;}.hidden_title,.bx-controls{display:none;}.slider_title{color:#fff;margin-bottom:40px;text-align:center;font-family:"DIN Next W01 Bold";text-shadow:0px 2px  0px rgba(0,0,0,0.50);}.views-row #page_buttons > a,.views-row #page_buttons .button_description{font-family:"DIN Next W01 Regular";color:#FFF;}.views-row-1 #page_buttons > a{background:rgb(71,70,115);background:-moz-linear-gradient(top,rgba(71,70,115,0.7) 0%,rgba(68,86,125,0.7) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(71,70,115,0.7)),color-stop(100%,rgba(68,86,125,0.7)));background:-webkit-linear-gradient(top,rgba(71,70,115,0.7) 0%,rgba(68,86,125,0.7) 100%);background:-o-linear-gradient(top,rgba(71,70,115,0.7) 0%,rgba(68,86,125,0.7) 100%);background:-ms-linear-gradient(top,rgba(71,70,115,0.7) 0%,rgba(68,86,125,0.7) 100%);background:linear-gradient(to bottom,rgba(71,70,115,0.7) 0%,rgba(68,86,125,0.7) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#474673',endColorstr='#44567d',GradientType=0);}.header_block.Navy,.Navy .header_links a{background:rgb(71,70,115);background:-moz-linear-gradient(top,rgba(71,70,115,0.7) 0%,rgba(68,86,125,0.8) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(71,70,115,0.8)),color-stop(100%,rgba(68,86,125,0.78)));background:-webkit-linear-gradient(top,rgba(71,70,115,0.8) 0%,rgba(68,86,125,0.8) 100%);background:-o-linear-gradient(top,rgba(71,70,115,0.8) 0%,rgba(68,86,125,0.8) 100%);background:-ms-linear-gradient(top,rgba(71,70,115,0.8) 0%,rgba(68,86,125,0.8) 100%);background:linear-gradient(to bottom,rgba(71,70,115,0.8) 0%,rgba(68,86,125,0.8) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#474673',endColorstr='#44567d',GradientType=0);}.views-row-1 #page_buttons.fade_in > a,.views-row-1 #page_buttons .button_description,.views-row-1 #page_buttons > a:hover,.views-row-1.button_selected #page_buttons > a{background:rgb(71,70,115);background:-moz-linear-gradient(top,rgba(71,70,115,0.9) 0%,rgba(68,86,125,0.9) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(71,70,115,0.9)),color-stop(100%,rgba(68,86,125,0.9)));background:-webkit-linear-gradient(top,rgba(71,70,115,0.9) 0%,rgba(68,86,125,0.9) 100%);background:-o-linear-gradient(top,rgba(71,70,115,0.9) 0%,rgba(68,86,125,0.9) 100%);background:-ms-linear-gradient(top,rgba(71,70,115,0.9) 0%,rgba(68,86,125,0.9) 100%);background:linear-gradient(to bottom,rgba(71,70,115,0.9) 0%,rgba(68,86,125,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#474673',endColorstr='#44567d',GradientType=0);}.header_block.Green,.Green .header_links a,.views-row-2 #page_buttons > a{background:#1e86a5;background:-moz-linear-gradient(-45deg,rgba(33,141,176,0.7) 0%,rgba(30,134,165,0.7) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(33,141,176,0.7)),color-stop(100%,rgba(30,134,165,0.7)));background:-webkit-linear-gradient(-45deg,rgba(33,141,176,0.7) 0%,rgba(30,134,165,0.7) 100%);background:-o-linear-gradient(-45deg,rgba(33,141,176,0.7) 0%,rgba(30,134,165,0.7) 100%);background:-ms-linear-gradient(-45deg,rgba(33,141,176,0.7) 0%,rgba(30,134,165,0.7) 100%);background:linear-gradient(135deg,rgba(33,141,176,0.7) 0%,rgba(30,134,165,0.7) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc219ec2',endColorstr='#cc1e86a6',GradientType=1);}.views-row-2 #page_buttons.fade_in > a,.views-row-2 #page_buttons .button_description,.views-row-2 #page_buttons > a:hover,.views-row-2.button_selected #page_buttons > a{background:#1e86a5;background:-moz-linear-gradient(-45deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(33,141,176,0.9)),color-stop(100%,rgba(30,134,165,0.9)));background:-webkit-linear-gradient(-45deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,1) 100%);background:-ms-linear-gradient(-45deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,1) 100%);background:linear-gradient(135deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc219ec2',endColorstr='#cc1e86a6',GradientType=1);}.header_block.Purple,.Purple .header_links a,.views-row-3 #page_buttons > a{background:#89265f;background:-moz-linear-gradient(-45deg,rgba(226,40,130,0.7) 0%,rgba(137,38,95,0.7) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(226,40,130,0.7)),color-stop(100%,rgba(137,38,95,0.7)));background:-webkit-linear-gradient(-45deg,rgba(226,40,130,0.7) 0%,rgba(137,38,95,0.7) 100%);background:-o-linear-gradient(-45deg,rgba(226,40,130,0.7) 0%,rgba(137,38,95,0.7) 100%);background:-ms-linear-gradient(-45deg,rgba(226,40,130,0.7) 0%,rgba(137,38,95,0.7) 100%);background:linear-gradient(135deg,rgba(226,40,130,0.7) 0%,rgba(137,38,95,0.7) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e22882',endColorstr='#e689265f',GradientType=1);}.views-row-3 #page_buttons.fade_in > a,.views-row-3 #page_buttons .button_description,.views-row-3 #page_buttons > a:hover,.views-row-3.button_selected #page_buttons > a{background:#89265f;background:-moz-linear-gradient(-45deg,rgba(226,40,130,0.9) 0%,rgba(137,38,95,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(226,40,130,0.9)),color-stop(100%,rgba(137,38,95,0.9)));background:-webkit-linear-gradient(-45deg,rgba(226,40,130,0.9) 0%,rgba(137,38,95,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(226,40,130,0.9) 0%,rgba(137,38,95,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(226,40,130,0.9) 0%,rgba(137,38,95,0.9) 100%);background:linear-gradient(135deg,rgba(226,40,130,0.9) 0%,rgba(137,38,95,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e22882',endColorstr='#e689265f',GradientType=1);}.header_block.Yellow,.Yellow .header_links a,.views-row-4 #page_buttons > a{background:-moz-linear-gradient(-45deg,rgba(233,174,13,0.7) 0%,rgba(214,137,4,0.7) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(233,174,13,0.7)),color-stop(100%,rgba(214,137,4,0.7)));background:-webkit-linear-gradient(-45deg,rgba(233,174,13,0.7) 0%,rgba(214,137,4,0.7) 100%);background:-o-linear-gradient(-45deg,rgba(233,174,13,0.7) 0%,rgba(214,137,4,0.7) 100%);background:-ms-linear-gradient(-45deg,rgba(233,174,13,0.7) 0%,rgba(214,137,4,0.7) 100%);background:linear-gradient(135deg,rgba(233,174,13,0.7) 0%,rgba(214,137,4,0.7) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce9ae0d',endColorstr='#ccd68904',GradientType=1);}.views-row-4 #page_buttons.fade_in > a,.views-row-4 #page_buttons .button_description,.views-row-4 #page_buttons > a:hover,.views-row-4.button_selected #page_buttons > a{background:-moz-linear-gradient(-45deg,rgba(233,174,13,0.9) 0%,rgba(214,137,4,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(233,174,13,0.9)),color-stop(100%,rgba(214,137,4,0.9)));background:-webkit-linear-gradient(-45deg,rgba(233,174,13,0.9) 0%,rgba(214,137,4,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(233,174,13,0.9) 0%,rgba(214,137,4,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(233,174,13,0.9) 0%,rgba(214,137,4,0.9) 100%);background:linear-gradient(135deg,rgba(233,174,13,0.9) 0%,rgba(214,137,4,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce9ae0d',endColorstr='#ccd68904',GradientType=1);}.header_block.Blue,.Blue .header_links a{background:-moz-linear-gradient(-45deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(33,141,176,0.9)),color-stop(100%,rgba(30,134,165,0.9)));background:-webkit-linear-gradient(-45deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);background:linear-gradient(135deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc219ec2',endColorstr='#cc1e86a6',GradientType=1);}.front .zone.zone-menu.clearfix.container-12{margin-bottom:0;}.item-list .bx-viewport ul{margin:0;}.front .container-12,.node-type-directory-landing-page .container-12{width:1230px;}.front .container-12 .grid-12,.node-type-directory-landing-page .container-12 .grid-12{width:1229px;}.block-dcu-frontpage-slider-block{margin-bottom:44px;}.front .block.block-system.block-main.block-system-main.odd.block-without-title{background:none;}.front #block-system-main{padding:0 27px 30px;}.front #block-system-main .views-row{width:378px !important;margin:0 20px 0 0 !important;box-sizing:border-box;}.front #block-system-main .views-row:nth-child(3n+3){margin-right:0 !important;}.front #block-system-main h2{font-size:48px;font-family:"DIN Next W01 Light";color:#4f9fb8;padding:30px 0 60px;}.front #block-system-main{border-top:0px;margin-top:37px;}.front #block-system-main .views-row img{width:100%;}.brochure_item_content{background-color:#fff;color:#494949;padding:15px 12px;line-height:19px;min-height:116px;}.brochure_item_content a{clear:both;display:block;color:#4F9FB8;margin-top:3px;font-family:"DIN Next W01 Regular";}.clear-header.Green,.directory_item .field-name-field-title.Green{background-color:#417505 !important;}.clear-header.Navy,.view-dcu-main-news-view .clear-header,.directory_item .field-name-field-title.Navy{background-color:#102650 !important;}.clear-header.Red,.directory_item .field-name-field-title.Red{background-color:#a70818 !important;}.clear-header.Yellow,.directory_item .field-name-field-title.Yellow{background-color:#d68904 !important;}.clear-header.Blue,.directory_item .field-name-field-title.Blue{background-color:#4f9fb8 !important;}.clear-header.Purple,.directory_item .field-name-field-title.Purple{background-color:#9B4F96 !important;}.block-views-28ecdbca2e56526b6a44249cc989578a .clear-header,.block-dcu-main-news-view-block-2{text-transform:uppercase;}.header_image img{height:auto;max-width:100%;position:absolute;top:0px;z-index:-1;}.node-type-directory-landing-page .body_container{margin:0 auto;max-width:1200px;}.node-type-directory-landing-page #region-content .clearfix::after{clear:both;}.node-type-directory-landing-page .body_content,.node-type-directory-landing-page .header_content{padding:0 112px;}.node-type-directory-landing-page .body_content{background-color:#FFF;}.node-type-directory-landing-page .body_container h1{color:#FFF;font-size:48px;padding:0 0 5px;font-family:"DIN Next W01 Light";}.node-type-directory-landing-page .header_content p[dir="ltr"]{font-size:16px;color:#FFF;margin-bottom:20px;max-width:370px;}.content_title{float:left;padding-right:20px;width:279px;}.main_links{float:left;width:662px;}.field-name-field-title-colour{display:none;}.content_title div:nth-child(3) div div,.content_title div:nth-child(2) div div{font-size:14px;line-height:20px;color:#494949;margin-bottom:20px;}.directory_right,.directory_left{box-sizing:border-box;}.directory_right{float:left;width:50%;padding-left:10px;}.directory_left{float:left;width:50%;padding-right:5px;}.directory_item .field-name-field-title{box-sizing:border-box;color:white;font-size:16px;height:29px;margin:0 0 15px;padding:7px 8px 0;}.directory_row{border-top:2px solid #cbcbcb;}.node-type-directory-landing-page  .field-items ul li{list-style:outside none none;padding:0 0 6px !important;}.directory_row:first-child{border-top:0px solid #cbcbcb;}.directory_item .arrow{margin-right:-37px;margin-top:-23px;}.node-type-directory-landing-page .content_title h2,.promotions h2{font-size:46px;color:#5faec5;padding:27px 0;font-family:"DIN Next W01 Light";}.node-type-directory-landing-page .main_links{padding-top:27px;}.node-type-directory-landing-page .content_title{max-width:100%;margin-bottom:20px;}.directory_item{margin-bottom:5px;}.node-type-directory-landing-page .field-item.even a{font-size:16px;color:#000;}.directory_item .field-name-field-title{display:inline-block;}.node-type-directory-landing-page .field-item.even img,.node-type-directory-landing-page .field-item.odd img{max-width:100%;}.promotions{padding-bottom:42px;}.promotions h2{padding:60px 0 27px;}.directory_item div{font-family:"DIN Next W01 Light";}.bx-viewport > ul > li{float:none !important;height:auto !important;}.promotions h3{font-size:20px;text-transform:uppercase;color:#FFF;padding:9px 8px 4px;display:inline-block;font-family:"DIN Next W01 Light";}.promotion_item:nth-child(2) h3{background-color:#233a67;}.promotion_item:nth-child(3) h3{background-color:#4f9fb8;}.promotion_item:nth-child(4) h3{background-color:#9b4f96;}.promotion_item:nth-child(5) h3{background-color:#d68904;}.promotion_item{width:285px;float:left;margin-right:20px;}.promotion_item:nth-child(5){margin-right:0;}.promotion_item:last-child{margin-right:0px;}.promotion_item img{max-width:100%;width:100% !important;height:auto !important;}.node-type-directory-landing-page #block-system-main .content .field{clear:both;}.node-type-directory-landing-page .field-name-field-url-more{display:none;}.node-type-directory-landing-page .promotion_content{padding:16px 9px;background-color:#FFF;}.promotion_content > a{display:block;margin-top:10px;color:#4f9fb8;}.promotion_content{color:#494949;font-family:"DIN Next W01 Regular";}.content_title .player{position:relative;padding-bottom:56.25%;padding-top:35px;height:0;overflow:hidden;}.content_title .player iframe{position:absolute;top:0;left:0;width:100%;height:100%;}.node-type-directory-landing-page .embedded-video,.node-type-directory-landing-page .content_title img{height:auto;margin-bottom:27px;}.node-type-directory-landing-page .zone.zone-menu.clearfix.container-12{margin-bottom:0;}.brochure_promotion > div{float:left;overflow:visible !important;}.front #block-system-main .brochure_promotion .views-row{margin-bottom:20px !important;}.header_block{color:#fff;font-size:14px;margin:115px 0 20px;max-width:370px;padding:10px 20px 7px 7px;}.header_block p{line-height:17px;}.front header{z-index:999;}.event-item-title h3{padding:17px 20px 15px;background-color:#FFF;color:#4f9fb8;font-size:18px;}.event_date_front,.event_place_front{font-size:14px;color:#000;padding:0 20px;background-color:#fff;font-family:"HelveticaNeueW01-55Roma";}.view-two-col-items .news-item-title h3{text-transform:none;}.event_place_front{padding:3px 20px 20px;}.front #overlay-container,.front .overlay-modal-background,.front .overlay-element{z-index:999 !important;}@media (max-width:1250px){.front .container-12,.node-type-directory-landing-page .container-12{width:1020px;}.front .container-12 .grid-12,.node-type-directory-landing-page .container-12 .grid-12{width:1020px;}.node-type-directory-landing-page .body_content,.node-type-directory-landing-page .header_content{padding:0 90px;}.node-type-directory-landing-page .body_content.clearfix{box-sizing:border-box;margin:0 auto;max-width:950px;padding:0 55px;}.node-type-directory-landing-page .body_content.clearfix{margin:0 auto;max-width:953px;}.main_links{float:left;width:566px;}.directory_item{padding-right:50px;}.promotion_item{float:left;width:240px;}.header_image{overflow:hidden;}.header_image{overflow:hidden;position:absolute;width:100%;z-index:-1;}.header_image img{height:auto;position:relative;top:0;width:150%;max-width:150%;z-index:1;}.content_title{width:230px;}#block-views-dcu-main-news-view-block-2{max-width:667px;}.front #block-system-main .views-row{box-sizing:border-box;margin:0 20px 0 0 !important;width:308px !important;}}@media (max-width:1050px){.front .container-12,.node-type-directory-landing-page .container-12{width:780px;}.front .container-12 .grid-12,.node-type-directory-landing-page .container-12 .grid-12{width:780px;}.node-type-directory-landing-page .body_content,.node-type-directory-landing-page .header_content{padding:0 81px;}.content_title{width:150px;}.main_links{float:left;width:421px;}.directory_item .field-items{margin-top:0;}#region-content .promotions .clearfix::after{clear:both;}.promotions{padding:0 25px 42px;}.promotion_item{float:left;width:418px;margin-bottom:20px;}.promotion_item:nth-child(3){margin-right:0;}.promotion_item .field-items{margin-top:0;}.node-type-directory-landing-page .region-inner.region-search-inner{width:91px;}.node-type-directory-landing-page .body_content.clearfix{margin:0 auto;max-width:730px;}.node-type-directory-landing-page .content_title h2,.promotions h2{font-size:29px;padding:7px 0 0;}.promotion_item{width:355px;}.node-type-directory-landing-page .body_container{margin:0 auto 38px;}.promotions h2{font-size:36px;padding:30px 0 33px;}.slider_buttons .item-list > ul > li.views-row-1,.slider_buttons .item-list > ul > li.views-row-2,.slider_buttons .item-list > ul > li.views-row-3{margin-right:8px !important;}.slider_buttons{margin:0 auto;width:758px;}#block-views-dcu-main-news-view-block-2{border-left:0px solid #e4dccf;box-sizing:border-box;float:right;max-width:510px;padding-left:30px;padding-right:25px;background:white!important;}.block-28ecdbca2e56526b6a44249cc989578a{box-sizing:border-box;float:left;padding:0 30px 0 20px;width:270px;}.front #block-system-main{padding:0 20px 30px;}.front #block-system-main .views-row:nth-child(3n+3){margin-right:20px !important;}.front #block-system-main .views-row:nth-child(2n+2){margin-right:0 !important;}.view-two-col-items .news-item-title h3{padding:17px 20px 30px;font-size:18px;}.front #block-system-main .views-row{box-sizing:border-box;margin:0 20px 0 0 !important;width:356px !important;}.block-views-dcu-frontpage-slider-block-2{position:absolute;top:112px;width:100%;}}@media (max-width:767px){.directory_right{float:none;width:100%;padding-left:0px;}.directory_left{float:none;width:100%;padding-right:0px;}.front .container-12,.node-type-directory-landing-page .container-12{width:100%;}.front .container-12 .grid-12,.node-type-directory-landing-page .container-12 .grid-12{width:100%;}.node-type-directory-landing-page .body_container h1{color:#fff;font-size:48px;}.header_block{margin:60px 0 20px;}.content_title{float:none;padding-right:0;width:100%;}.promotions{display:block;}.promotions h2{padding:25px 0 23px;text-align:center;font-size:32px;}.promotion_item{float:none;margin:0 auto 20px;width:300px;}.promotion_item:nth-child(3){margin:0 auto 20px;}.directory_row h2 .field-item{text-align:center;}.node-type-directory-landing-page .body_content,.node-type-directory-landing-page .header_content{padding:0 20px;}.node-type-directory-landing-page .body_content{background-color:#fff;box-sizing:border-box;margin:0 10px !important;}.node-type-directory-landing-page .body_content.clearfix{padding:0 10px;}.header_image img{height:auto;max-width:400%;position:relative;top:0;width:400%;z-index:1;}.block-28ecdbca2e56526b6a44249cc989578a{box-sizing:border-box;float:none;padding:0 20px 0 20px;width:100%;}.front #block-views-dcu-main-news-view-block-2{border-left:0px solid #e4dccf;box-sizing:border-box;float:none;max-width:100%;padding-left:20px;padding-right:20px;background:white!important;}.front #block-system-main .views-row{box-sizing:border-box;margin:0 !important;width:100% !important;height:auto;}.news-item-img img{max-width:100%;}.slider_buttons .item-list .views-row{height:auto !important;}.slider_buttons .item-list > ul > li.views-row-1,.slider_buttons .item-list > ul > li.views-row-2,.slider_buttons .item-list > ul > li.views-row-3{margin:0 auto !important;}.slider_buttons .item-list > ul > li.views-row{margin:0 auto;width:180px !important;}.slider_buttons{margin:0 auto;width:100%;}.button_description{display:none !important;}.block-views-dcu-frontpage-slider-block-2{position:absolute;top:49px;width:100%;}.front #block-system-main{background:#f1ede6 none repeat scroll 0 0;border-top:1px solid #d7ccbb;margin-top:37px;}.front #block-system-main .views-row{box-sizing:border-box;height:auto;margin:0 0 20px 0 !important;width:100% !important;}.front #block-system-main h2{color:#4f9fb8;font-family:"DIN Next W01 Regular";font-size:48px;padding:30px 0;}.front.responsive-layout-mobile{background-color:#f1ede6 !important;}.front .news-item-img img{margin-top:0;}.promotion_item:last-child{margin-right:auto;}.promotions{padding:0 25px;}.slider_buttons .item-list .views-row{display:none;}.slider_buttons .item-list .views-row:nth-child(1){display:block;}.bx-viewport,.bx-viewport .views-row,.bx-viewport .views-row img{height:auto !important;}.item-list .bx-viewport ul{height:180px;}}@media (max-width:600px){.front .view-two-col-items{float:none;max-width:100%;padding-bottom:20px;width:100%;}}.content .basic-item .field-item h2 div span,.basic-item .field-item h1 div span,.node-webform h1 span,.node-webform h2 span,.node-webform h3,.node-webform h4,.basic-item .field-item h1 div span{background:transparent;color:#219ec2 !important;font-size:32px;line-height:18px;padding:10px 12px 9px 20px;font-family:"DIN Next W01 Light" !important;}.node-media-profile .basic-item .field-items h2 span,.node-media-profile .basic-item .field-items h3 span,.node-institutional-linkages .basic-item .field-items h1 span,.node-institutional-linkages .basic-item .field-items h2 span,.node-institutional-linkages .basic-item .field-items h3 span,.node-phonebook-entry .basic-item .field-items h1 span,.node-phonebook-entry .basic-item .field-items h2 span,.node-phonebook-entry .basic-item .field-items h3 span,.node-phonebook-entry .basic-item .field-items h4 span,.node-webform h1 span,.node-webform h2 span,.node-webform h3 span,.node-webform h4 span,.node-webform h3,.node-webform h4,.node-webform h5 span,.node-type-page .basic-item .field-items h1 span,.node-type-page .basic-item .field-items h2 span,.node-type-page .basic-item .field-items h3 span,.node-type-page .basic-item .field-items h4 span{background:transparent !important;font-family:"DIN Next W01 Light" !important;border-left:0 solid #4CAAC5;border-top:0 solid #4CAAC5;}.node-media-profile .basic-item .field-items h2 span,.node-media-profile .basic-item .field-items h3 span,.node-institutional-linkages .basic-item .field-items h1 span,.node-institutional-linkages .basic-item .field-items h2 span,.node-institutional-linkages .basic-item .field-items h3 span,.node-phonebook-entry .basic-item .field-items h1 span,.node-phonebook-entry .basic-item .field-items h2 span,.node-phonebook-entry .basic-item .field-items h3 span,.node-phonebook-entry .basic-item .field-items h4 span,.node-webform h1 span,.node-webform h2 span,.node-webform h3 span,.node-webform h4 span,.node-webform h3,.node-webform h4,.node-webform h5 span{padding:0 !important;}.node-media-profile .basic-item .field-items h2 span,.node-media-profile .basic-item .field-items h3 span,.node-institutional-linkages .basic-item .field-items h1 span,.node-institutional-linkages .basic-item .field-items h2 span,.node-institutional-linkages .basic-item .field-items h3 span,.node-phonebook-entry .basic-item .field-items h1 span,.node-phonebook-entry .basic-item .field-items h2 span,.node-phonebook-entry .basic-item .field-items h3 span,.node-phonebook-entry .basic-item .field-items h4 span,.node-webform h3,.node-webform h4,.node-type-page .basic-item .field-items h3 span,.node-type-page .basic-item .field-items h4 span{color:#219EC2 !important;margin:0;padding:0 !important;font-family:"DIN Next W01 Light" !important;}.heading-divs{margin:0;padding:0px;width:100%;float:left;}.picturediv{width:50%;float:left;padding-left:45px;padding-bottom:30px;}.h3div{padding-bottom:30px;}.h2div h2{font-size:37px;font-weight:bold;color:#2587ab;padding:10px 0px 50px 20px;}.h3div h3{font-size:20px;color:#2587ab;}caption{visibility:hidden;font-family:"DIN Next W01 Regular" !important;color:#2587ab;font-size:20px;padding-top:30px;padding-bottom:30px;text-align:left;}caption a{text-decoration:none !important;color:#2587ab;}.dcubsacademicgroups{padding-bottom:16%;}.fieldgroup a{visibility:visible;float:left;text-decoration:none !important;}.view-postgraduate-profile th{font-family:"DIN Next W01 Regular" !important;font-size:16px;border-left:0px solid;padding:10px 8px;color:#FFF;width:15%;background:#2587AB;}.block--exp-phonebook-overview-page-1 .views-submit-button input[type="submit"],.block--exp-phonebook-overview-page-2 .views-submit-button input[type="submit"]{color:white;background:#2587AB !important;margin:0px 0px 0px 0px !important;}.block--exp-phonebook-overview-page-1 .views-submit-button,.block--exp-phonebook-overview-page-2 .views-submit-button{float:right;background-color:#DFD5C4;padding:6px 0px 3px 0px;}.block--exp-phonebook-overview-page-1 .views-exposed-form,.block--exp-phonebook-overview-page-2 .views-exposed-form{float:right;padding:0px 12px 5px 5px;background-color:#DFD5C4;width:210px;height:34px;}.block--exp-phonebook-overview-page-1 .views-exposed-widget,.block--exp-phonebook-overview-page-2 .views-exposed-widget{padding-right:0px;}.block--exp-phonebook-overview-page-1 .form-type-textfield input[type="text"],.block--exp-phonebook-overview-page-2 .form-type-textfield input[type="text"]{width:154px;background-color:white;border:0px solid;height:27px;}.ajax-progress-throbber{display:none}.field-items .blueheader th{border-left:1px solid;padding:10px 8px;color:#FFF;background:#2587AB;}.phonebook_item_1{color:#2587AB;background:none repeat scroll 0 0 #DFD5C4;}.expanded .phonebook_item_1,.phonebok_item_1.active,.phonebook_item_1:hover,.dhtml-menu-open.phonebook_item_1{color:#ffffff;background:none repeat scroll 0 0 #2587AB !important;}.view-phonebook-overview th{font-family:"DIN Next W01 Regular" !important;font-size:16px;border-left:0px solid;padding:10px 8px;color:#FFF;background:#2587AB;}.view-phonebook-overview th a{color:#FFF;}.field-items .phonebook td strong{font-weight:normal !important;}.phoneinfo{background-color:#DFD5C4;width:207px;height:160px;padding:10px 10px 10px 10px;color:#142850;float:right;margin:2px 0px 2px 0px;}.phoneinfo p{font-size:13px;line-height:18px;}.phoneinfo p strong{font-size:13px;font-weight:normal;font-family:"HelveticaNeueW01-75Bold" !important;}.block-225a80bf46f9a156415e435b7ef1dc55 .views-submit-button input[type="submit"]{color:white;background:#2587AB !important;margin:0px 0px 0px 0px !important;}.block-225a80bf46f9a156415e435b7ef1dc55 .views-submit-button{float:right;background-color:#DFD5C4;padding:6px 0px 3px 0px;}.block-225a80bf46f9a156415e435b7ef1dc55 .views-exposed-form{float:right;padding:0px 5px 5px 5px;background-color:#DFD5C4;width:210px;height:34px;}.block-225a80bf46f9a156415e435b7ef1dc55 .views-exposed-widget{padding-right:0px;}.block-225a80bf46f9a156415e435b7ef1dc55 .form-type-textfield input[type="text"]{width:154px;background-color:white;border:0px solid;height:27px;}.view-touchscreen-phonebook th{font-family:"DIN Next W01 Regular" !important;font-size:16px;border-left:0px solid;padding:10px 12px;color:#FFF;background:#2587AB;}.view-institutional-linkages .views-exposed-form label{margin:5px 0px 5px 20px;float:left;text-align:left;display:inline;width:120px}.view-institutional-linkages .views-exposed-form{display:inline-block;padding-bottom:20px;padding-top:10px;}.view-institutional-linkages .views-exposed-form .views-exposed-widget{margin-right:50%;display:inline;}.view-institutional-linkages .views-exposed-form .form-select,.view-institutional-linkages .views-exposed-form .form-text{width:300px;display:inline;padding-left:10px;margin-left:50px;float:left;position:absolute;}.view-institutional-linkages .views-exposed-form .form-checkbox{display:inline;margin-top:4px;padding-left:10px;margin-left:50px;float:left;position:absolute;}.view-institutional-linkages tbody tr td,.view-institutional-linkages thead tr th{padding-left:20px;}.view-institutional-linkages .views-exposed-form .views-exposed-widget .form-submit{margin-left:20px;}.field-items .linkages td strong{font-weight:normal !important;}.linkages .date-display-single{display:inline !important;font-family:inherit !important;font-size:13px !important;font-color:black !important;}.node-media-profile div.ready-accordion{padding:0px 0px!important;}.node-media-profile .field-items .notop table{margin-top:0 !important;}.field-items .mediaprofile td strong{font-weight:normal !important;}.node-media-profile .accordion-head.expanded{background:#259abb;background:url(/sites/all/themes/dcu_responsive/images/arrow-up-white.png) no-repeat 96% 0px,-moz-linear-gradient(top,rgba(37,142,187,1) 0%,rgba(37,154,187,1) 100%) !important;background:url(/sites/all/themes/dcu_responsive/images/arrow-up-white.png) no-repeat 96% 0px,-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(37,142,187,1)),color-stop(100%,rrgba(37,154,187,1))) !important;background:url(/sites/all/themes/dcu_responsive/images/arrow-up-white.png) no-repeat 96% 0px,-webkit-linear-gradient(top,rgba(37,142,187,1) 0%,rgba(37,154,187,1) 100%) !important;background:url(/sites/all/themes/dcu_responsive/images/arrow-up-white.png) no-repeat 96% 0px,-o-linear-gradient(top,rgba(37,142,187,1) 0%,rgba(37,154,187,1) 100%) !important;background:url(/sites/all/themes/dcu_responsive/images/arrow-up-white.png) no-repeat 96% 0px,-ms-linear-gradient(top,rgba(37,142,187,1) 0%,rgba(37,154,187,1) 100%) !important;background:url(/sites/all/themes/dcu_responsive/images/arrow-up-white.png) no-repeat 96% 0px,linear-gradient(to bottom,rgba(37,142,187,1) 0%,rgba(37,154,187,1) 100%) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#259abb',endColorstr='#258ebb',GradientType=0) !important;background-position:96% 0;background-repeat:no-repeat;}.node-media-profile .accordion-head:hover{background:#259abb;background:url(/sites/all/themes/dcu_responsive/images/arrow-up-white.png) no-repeat 96% 0px,-moz-linear-gradient(top,rgba(37,142,187,1) 0%,rgba(37,154,187,1) 100%) !important;background:url(/sites/all/themes/dcu_responsive/images/arrow-up-white.png) no-repeat 96% 0px,-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(37,142,187,1)),color-stop(100%,rrgba(37,154,187,1))) !important;background:url(/sites/all/themes/dcu_responsive/images/arrow-up-white.png) no-repeat 96% 0px,-webkit-linear-gradient(top,rgba(37,142,187,1) 0%,rgba(37,154,187,1) 100%) !important;background:url(/sites/all/themes/dcu_responsive/images/arrow-up-white.png) no-repeat 96% 0px,-o-linear-gradient(top,rgba(37,142,187,1) 0%,rgba(37,154,187,1) 100%) !important;background:url(/sites/all/themes/dcu_responsive/images/arrow-up-white.png) no-repeat 96% 0px,-ms-linear-gradient(top,rgba(37,142,187,1) 0%,rgba(37,154,187,1) 100%) !important;background:url(/sites/all/themes/dcu_responsive/images/arrow-up-white.png) no-repeat 96% 0px,linear-gradient(to bottom,rgba(37,142,187,1) 0%,rgba(37,154,187,1) 100%) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#259abb',endColorstr='#258ebb',GradientType=0) !important;background-position:96% 0;background-repeat:no-repeat;}.node-media-profile .accordion-head:hover{background-color:#259abb;-moz-box-shadow:inset 0 1px 2px #ffffff;-webkit-box-shadow:inset 0 1px 2px #ffffff;box-shadow:inset 0 1px 2px #ffffff;}.node-media-profile .center-align{vertical-align:middle!important;}.view-media-guide-search .views-exposed-form label{margin:5px 0px 5px 20px;float:left;color:black;text-align:left;display:inline;width:170px}.view-media-guide-search .views-exposed-form{display:inline-block;padding-bottom:20px;padding-top:10px;}.view-media-guide-search .views-exposed-form .views-exposed-widget{margin-right:50%;display:inline;}.view-media-guide-search .views-exposed-form .form-select,.view-media-guide-search .views-exposed-form .form-text{width:140px;display:inline;padding-left:10px;margin-left:30px;float:left;position:absolute;}.view-media-guide-search .views-exposed-form .form-checkbox{display:inline;margin-top:4px;padding-left:10px;margin-left:50px;float:left;position:absolute;}.view-media-guide-search th{font-family:"DIN Next W01 Regular" !important;font-size:16px;border-left:0px solid;padding:10px 12px;color:#FFF;background:#2587AB;}.view-media-guide-search th a{color:#FFF;}.field-items .media-profile td strong{font-weight:normal !important;}.view-media-guide-search .float-img{position:relative;}.view-media-guide-search .searchbackground{background-color:#DFD5C4;width:300px;height:90px;padding:10px 10px 10px 0px;color:#2587AB;float:left;left:0px;top:375px;position:relative;margin:2px 0px 2px 0px;opacity:0.4;filter:alpha(opacity=40);}.view-media-guide-search .headerbackground{background-color:#DFD5C4;width:325px;height:36px;padding:10px 10px 10px 0px;color:#2587AB;float:left;left:0px;top:36px;position:relative;margin:2px 0px 2px 0px;opacity:0.4;filter:alpha(opacity=40);z-index:0;}.view-media-guide-search .float-header{float:left;position:relative;left:20px;top:39px;z-index:1;}.view-media-guide-search .views-exposed-form .views-exposed-widget .form-submit{float:right;left:285px;margin-left:29px;position:relative;margin-top:10px;margin-bottom:20px;}.view-media-guide-search .views-field-field-media-surname{width:25%;}.view-media-guide-search .views-field-field-pb-department{width:30%;}.view-media-guide-search .views-field-field-media-topics{width:45%;}.view-media-guide-search .pager{margin-top:20px;}.international-country-surround{width:280px;height:75px;background-color:#102650;float:right;margin-right:0px;margin-bottom:15px;margin-top:10px;margin-left:50px;}.international-country-sel{float:right;margin-right:45px;margin-bottom:15px;margin-top:15px;}.international-country-sel p{color:white;}.ready-tabber:before,.ready-tabber:after{clear:both;content:" ";display:table;}.ready-tabber table{margin-top:10px;margin-bottom:20px;}.ready-tabber tr td:first-child{border:0 none !important;}.basic-item.column .ready-tab a:hover{text-decoration:none;}.view-three-col-items .news-item-img.no-image img{display:none;}.view-three-col-items .no-image-text{margin-top:46px;}.dhtml-menu div{padding-right:0px;padding-left:10px;}.dhtml-menu div:first-child{padding-right:10px;padding-left:0px;}.ready-tabber{padding:0 20px;}ol{display:block;list-style-type:decimal;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:0;}.page-news-archive .date-display-single{display:block !important;}.homeblock-list .block-title a:hover{text-decoration:none;}.node-type-brochure-page .box ul{margin-left:20px;}.ready-tabber{background:none repeat scroll 0 0 #F8F7F3 !important;}.basic-item .field-items p{color:#494949;}.basic-item.column a{color:#259abb;}.node-webform a:hover,.basic-item.column a:hover{color:#26afbd;text-decoration:underline;}#page-title{font-family:"DIN Next W01 Light" !important;}.basic-item .field-items h2{font-size:37px;margin-bottom:20px;}.basic-item .field-items{padding:20px 20px !important;}.node.node-webform{padding:20px;}.ipad .title-row:first-child .titles-page-summary{display:block;}.node-news-article ul{list-style:square inside none;margin-left:34px !important;padding:0 0 15px !important;}.brochure_section.top{background-position:0 58px !important;padding-top:68px;}.highlight_col.yellow,.highlight_col.yellow > p{color:#D68904 !important;font-size:20px !important;}.brochure_section.center{padding-top:0px;}.highlight_col,.highlight_col > p{font-family:"DIN Next W01 Light" !important;}.region-inner.region-content-inner{font-size:13px;background-color:transparent;}.region-inner.region-content-inner strong{}.form-item label{font-weight:normal;}.field-items p{font-size:13px;line-height:18px;}.field-items p strong{font-size:13px;font-weight:normal;font-family:"HelveticaNeueW01-75Bold" !important;}.webform-client-form:after{clear:both;content:" ";display:table;}.webform-component-textarea > label{float:left;}.form-textarea-wrapper{width:80%;}.webform-component-textarea > label{float:left;margin-right:20px;}.form-actions.form-wrapper{clear:both;padding-top:30px;}.node-type-brochure-research-page .brochure_section.center:after,.view-directbrand-science-record:after{clear:both;content:" ";display:table;}.node-type-brochure-research-page .view-directbrand-science-record{margin:0 auto;}.node-type-brochure-page .col.col_33 img{width:100%;}@media all and (max-width:769px) and (min-width:767px){.region-inner.region-search-inner{margin-left:-37px !important;width:100px;}.grid-3.region.region-branding.logo{width:192px !important;}.zone.zone-menu.clearfix.container-12{width:768px !important;}body .reciteme{right:-31px !important;}}.case-member-img{float:left;width:100%;}.view-directbrand-science-record .field-item.even > img,.student-box .field-item.even > img{max-height:100% !important;width:100% !important;}.view-directbrand-science-record .lightbox_item,.student-box .lightbox_item{float:left;width:16.6%;}.lightbox_item .field-items{margin-top:0px;}.view-directbrand-science-record.count-5 .lightbox_item,.student-box.count-5 .lightbox_item{float:left;width:20%;}.view-directbrand-science-record.count-4 .lightbox_item,.student-box.count-4 .lightbox_item{float:left;width:25%;}.view-directbrand-science-record.count-3 .lightbox_item,.student-box.count-3 .lightbox_item{width:25%;}.view-directbrand-science-record.count-3 .lightbox_item.first,.student-box.count-3 .lightbox_item.first{margin-left:12.5%;}.view-directbrand-science-record.count-2 .lightbox_item,.student-box.count-2 .lightbox_item{width:25%;}.view-directbrand-science-record.count-2 .lightbox_item.first,.student-box.count-2 .lightbox_item.first{margin-left:25%;}.dhtml-menu div:nth-child(2){margin-right:10px;}.dhtml-menu div{display:inline-block;}.dhtml-menu div:nth-child(4){clear:both;margin-left:10px;}.view-institutional-linkages .description{display:none}input#edit-field-articletitle-und-0-value{width:500px;maxlength:300;}.view.view-main-dcu-news-archive-menu.view-id-main_dcu_news_archive_menu.view-display-id-block.view-dom-id-a9250a3db04865ce32f8cde38e1ec6ac{text-align:right;}.view-main-news-items h3{font-size:37px !important;}.news-item-img{background-color:"white"}.news-item-desc H2{font-size:20px;line-height:23px;}.node-type-registration-schedules .field-label{padding-left:10px;padding-top:10px;}.node-type-registration-schedules .field-items{padding-top:10px;}.print-page{padding:5px;}.node-type-events .field-label{width:180px;background:#4dacc7;color:white;padding:8px;margin-left:20px;}field-items{width:100%}span.date-display-single{height:0;}.node-type-events span.date-display-single{font-size:20px;font-weight:600;}.date-display-start,.date-display-end{color:#FFFFFF;}.front .views-field-title{color:#4F9FB8!important;font-family:"DIN Next W01 Light";font-size:20px;padding-top:5px;padding-bottom:5px;padding-left:2px;}.front .views-field-field-date{color:#rgba(226,40,130,0.7)!important;font-family:"DIN Next W01 Light";font-size:15px;padding-top:5px;padding-bottom:20px;padding-left:2px;}.front .views-field-field-event-venue{font-family:"DIN Next W01 Light";font-size:15px;padding-top:5px;padding-bottom:5px;padding-left:2px;}#block-views-28ecdbca2e56526b6a44249cc989578a{background-color:white;border-right:solid 1px #f1ede6;}.frontpageeventheader a{color:#4F9FB8!important;font-family:"DIN Next W01 Light";font-size:20px;}#block-views-28ecdbca2e56526b6a44249cc989578a .date-display-single{display:block!important;color:#4F9FB8!important;font-family:"DIN Next W01 Light";margin-bottom:-20px;padding-top:5px;}.views-field.views-field-field-event-venue{margin-top:-15px;margin-bottom:20px;color:#9B4F96;border-bottom:2px dotted #f1ede6;display:table;}#block-views-28ecdbca2e56526b6a44249cc989578a .views-row img{height:auto;width:220px;}.field-content.eventdate{float:left;color:white;}.page-events-indexshtml .view-header{clear:both;padding-top:100px;}.view-coming-events .views-field.views-field-title{min-height:50px!important;}.page-events-indexshtml .view-DCU-Main-News-View-Oct15 .views-field.views-field-title{min-height:30px;}.field-name-field-which-campus- .field-items{position:relative;top:-10px;font-weight:bold;}.field-name-field-event-venue .field-items{position:relative;top:-10px;font-weight:bold;}.field-name-field-is-registration-required- .field-items{position:relative;font-weight:bold;top:-10px;}.field-name-field-registration-link .field-items{position:relative;top:-10px;font-weight:bold;}.field-name-field-free-of-charge-or-ticket-p .field-items{position:relative;top:-10px;font-weight:bold;}.field-name-field-for-more-information-conta .field-items{position:relative;top:-10px;font-weight:bold;}.node-events .date-display-single{padding-top:10px;padding-left:10px;}.node-events .content.image-content.basic-item.column{min-height:800px;}.view-DCU-Main-News-View-Oct15 .view-display-id-block_2 .views-field-title a{color:#4F9FB8!important;font-family:"DIN Next W01 Light";font-size:16px;}.view-DCU-Main-News-View-Oct15 .view-display-id-block_2 .views-field-title{padding-bottom:5px;}.view-DCU-Main-News-View-Oct15 .views-label{display:none;}.view-DCU-Main-News-View-Oct15 .view-display-id-block_2 .views-field.views-field-body{padding-top:10px;}.page-events-indexshtml div#region-content{background-color:#FFFFFF}.view-DCU-Main-News-View-Oct15 .view-three-col-items{padding-bottom:20px;}.view.view-dcu-main-news-view.view-id-dcu_main_news_view.view-display-id-block_2{margin-top:-25px;}.view-coming-events .views-field.views-field-title{background:rgba(79,159,184,.9);padding-left:10px;margin-left:0px;}.view-coming-events .views-row.views-row-2.views-row-even{width:66%;height:200px;}.view-coming-events .views-row.views-row-3.views-row-odd{width:34%;height:200px;}.view-coming-events .views-row.views-row-4.views-row-even{width:34%;height:250px;}.view-coming-events .views-row.views-row-5.views-row-odd{width:66%;height:250px;}.view-coming-events .views-row.views-row-6.views-row-even{width:66%;height:200px;}.view-coming-events .views-row.views-row-7.views-row-odd{width:34%;height:200px;}.view-coming-events .views-field-field-start-time .field-content{margin-top:2px;}.view-coming-events .views-field-field-start-time{padding-left:10px;padding-right:10px;background-color:#9B4F96!important;background:rgba(155,79,159,.9)!important;height:25px;margin-left:0px;margin-top:20px;position:absolute;}.front .brochure_item{height:360px;}.view-display-id-page_1 ul > li a{color:#298CAA;font-family:"DIN Next W01 Light";font-size:12px!important;padding-top:10px!important;padding-bottom:10px!important;display:inline!important;}.view-id-DCU_Main_News_View_Oct15 .view-display-id-page_1 .views-field .views-field-title a{color:#4F9FB8 !important;font-family:"DIN Next W01 Light";}.view-three-col-items.view-three-col-items-1 .view-coming-events .views-field.views-field-title a{font-size:15px!important;}.view-id-DCU_Main_News_View_Oct15 .view-news-content .view-three-col-items.view-three-col-items-1{padding-top:50px;}.view-id-DCU_Main_News_View_Oct15 .view-news-content span.field-content a{font-size:15px;color:#4F9FB8;font-family:"DIN Next W01 Light";}.field-name-field-target-audience .field-items{position:relative;top:-10px;font-weight:bold;}.webform-component{min-height:70px;padding-top:20px;padding-bottom:10px;border-bottom:dotted 1px lightgray;}.webform-component-textarea{border-bottom:0px!important;}.webform-component label{padding:3px;}.node-events h3.node-title{position:relative;bottom:0px!important;}.node-events .node-div1,.node-news-article .node-div1{display:inline-block;margin-bottom:-1px!important;}.content h3.node-title span{background:#4dacc7!important;color:#FFFFFF;font-size:37px;line-height:1.7;padding:10px 5px 10px 5px!important;border:0px solid!important;}.node-title{max-width:90%;}.node-events .field.field-name-field-date.field-type-date.field-label-hidden{display:none;}.view-id-events_view_contextual .view-three-col-items .news-item-title h3{max-height:100%!important;overflow:hidden;position:absolute;}.view-events-view-contextual .view-three-col-items{margin:0 1px 20px 0;}.view-events-view-contextual .news-item-date{color:#9B4F96;}.view-three-col-items .news-item{min-height:250px;border-bottom:solid 1px #ddd;}.view-id-events_view_contextual .view-three-col-items .news-item{min-height:300px;border-bottom:solid 1px #ddd;}.view-events-view-contextual  .news-item{max-height:450px;min-height:320px;border-bottom:solid 1px #ddd;}.view-events-view-contextual .news-item-title{padding-top:10px;padding-bottom:20px;}.view-events-view-contextual view-two-col-items clearfix .news-item-title{border-bottom:solid 1px #4F9FB8;}.view-events-list-ss-d-external thead th,.view-clone-of-events-list-student-advice thead th,.view-events-list-studentlearning thead th{padding:20px;font-size:15px;background-color:#259ABB;color:#FFFFFF;}.view-clone-of-events-list-student-advice table,.view-events-list-studentlearning table{margin-top:0px!important;}td.views-field.views-field-field-start-time{color:black;}.view-video-gallery-contextual	.views-row.views-row-1.views-row-odd.views-row-first{width:100%;}.view-video-gallery-contextual	.views-row.views-row-2{width:40%!important;float:left!important;min-height:450px;padding:10px}.view-video-gallery-contextual	.views-row.views-row-3{width:40%!important;float:right!important;min-height:450px;padding:10px}.view-video-gallery-contextual	.views-row.views-row-4{clear:both;width:30%;float:left;padding-left:10px;padding-bottom:20px;padding-right:10px;min-height:420px;}.view-video-gallery-contextual	.views-row.views-row-5{width:30%;float:left;padding-bottom:20px;padding-right:10px;min-height:420px;}.view-video-gallery-contextual	.views-row.views-row-6{width:30%;float:left;padding-bottom:20px;min-height:420px;}.view-video-gallery-contextual	.views-row.views-row-7{width:30%;float:left;padding-bottom:20px;padding-left:10px;padding-right:10px;min-height:420px;}.view-video-gallery-contextual	.views-row.views-row-8{width:30%;float:left;padding-bottom:20px;padding-right:10px;min-height:420px;}.view-video-gallery-contextual	.views-row.views-row-9{width:30%;float:left;padding-bottom:20px;min-height:420px;}.view-video-gallery-contextual .views-field.views-field-body{padding:5px;background:white;}.view-video-gallery-contextual h2.field-content a{color:#259abb;}.view-video-gallery-contextual h2.field-content{background:white;padding:5px;}.view-video-gallery-contextual .views-field.views-field-title{margin-top:-10px;}.node-video-articles .field-label{background:white;color:#259abb;font-size:16px;padding:5px;}.node-video-articles .field-type-text-with-summary{background:white;padding:5px;}.view-my-content th.views-field.views-field-title{font-size:16px;padding-top:10px;}.view-my-content div#edit-body-value-wrapper{padding-bottom:20px;padding-left:20px;}.view-my-content h1{color:#259abb}a#tab-0,#tab-1,a#tab-2,a#tab-3,a#tab-4,a#tab-5,a#tab-6,a#tab-7,a#tab-8{min-height:40px;}ul.ready-tabs{text-align:center;}.front div#region-content{background:white!;}span.ready-tabber-header{text-transform:uppercase;font-weight:600;}.node-events div#region-content{background-color:#FFFFFF;}.front .content.clearfix{clear:both;}.bx-wrapper .bx-viewport{border:0px!important;left:0px!important;}.front #block-views-dcu-main-news-view-block-2{background:white;border:0px;}.frontpageeventheader{border-bottom:1px solid #f1ede6;}.view-phonebook-overview.view-id-phonebook_overview{margin-top:-20px;}.page-node-91131 .field-name-field-dept-homepage-heading{font-size:40px;color:#58D3F7;padding:40px;height:}.page-node-91131 .field-name-field-more-info-title .odd{font-size:16px;color:#58D3F7;line-height:1.7;padding:20px;background:white!important;}.page-node-91131 .field-name-field-more-info-title .even{font-size:16px;color:#FFFFFF;line-height:1.7;padding:20px;background:white!important;}.page-node-91131 .field-name-field-more-info-content .odd{background-color:white!important;}.page-node-91131 .field-name-field-more-info-content .even{background-color:white!important;}.page-node-91131  .view-two-col-items .news-item-title h3{color:#4F9FB8;font-family:"DIN Next W01 Light";font-size:24px;padding:90px 20px 11px;}* Registration Schedules Fixes June 24 16 - Ger */


.field.field-name-field-user-message.field-type-text-with-summary.field-label-hidden p{color:red;font-size:large;}.node-registration-schedules .field.field-name-body.field-type-text-with-summary.field-label-hidden{padding:10px;}.node-registration-schedules h1 span{font-size:24px;background:#259abb;color:white;//   line-height:1.8!important;padding:5px 15px;}.node-registration-schedules h2 span{font-size:20px;background:#259abb;color:white;}.node-registration-schedules h3 span{font-size:18px;background:#259abb;color:white;}.node-registration-schedules h4 span{font-size:16px;background:#259abb;color:white;}.node-registration-schedules h5 span{font-size:16px;background:#259abb;color:white;}.node-registration-schedules .field.field-name-field-course-full-name.field-type-text.field-label-hidden{font-size:30px;padding:10px;color:#259abb;}.node-registration-schedules .print-link{padding-top:1em;}.region-content-inner .node-registration-schedules{background:white!important;}section#block-webform-client-block-91165{padding:20px;border:#259abb 1px dotted;}section#block-webform-client-block-91165 h2{font-size:30px;background:#259abb;color:white;padding:10px 15px;}section#block-webform-client-block-91165 input.webform-submit.button-primary.form-submit{padding:10px 20px;font-size:20px;}.form-item.webform-component.webform-component-file.webform-component--upload-confirmation-of-identification .form-submit{display:none;}.page-node-93773 .etabs{margin:0;padding:0;}.page-node-93773 .tab{display:inline-block;*display:inline;background:#259ABB;}.page-node-93773 .tab a{font-size:14px;line-height:2em;display:block;padding:0 10px;outline:none;color:white;}.page-node-93773 .tab a:hover{background-color:rgba(255,255,255,0.3);text-decoration:none;}.page-node-93773 .tab.active{background:#fff;}.page-node-93773 .tab a.active{font-weight:bold;color:#666;}.page-node-93773 .region-inner.region-sidebar-second-inner{padding-left:40px;}.page-node-93773 .myMenuItem .views-row img{height:auto!important;width:auto!important;}.page-node-93773 .myMenuItem .views-row{height:auto!important;width:auto!important;padding:20px;}.page-node-93773 .myMenuItem .views-field.views-field-title{text-align:center;padding:5px;}.page-node-93773 .page-node-93773 .myMenuItem .field-content{text-align:center;}.page-node-93773 .view.view-dcu-main-news-view.view-id-dcu_main_news_view.view-display-id-block_3.view-news.view-dom-id-c82a8e5cef4e35728ad25254775fadc1{padding:5%;}.page-node-93773 div#tab-container{max-width:750px;}.page-node-93773 section#block-views-my-dcu-block{max-width:750px;}.page-node-93773 div#region-content{max-width:750px;background:white;}.page-node-93773 li.tab.cBarHeading{width:180px;}.page-node-93773  h2.block-title{background:#259ABB!important;color:white;padding:5px 15px;}.page-node-93773  .view-main-news-items{margin-top:40px!imporant;}.page-node-93773 div.mytabs{background:white;padding:10px;}.page-node-93773 ul.etabs{width:100%;}.page-node-93773 .region-inner.region-sidebar-second-inner{clear:both!important;}@media only screen and (max-width:750px){li.tab{height:35px;border-bottom:solid 1px lightgrey;width:100%!important;}.page-node-93773 ul.etabs{width:200px;}.page-node-93773	.mytabs{text-align:center;}}.page-node-93773	.views-field.views-field-field-availability-notice{border:1px grey dotted;border-radius:10px;width:120px;height:130px;z-index:5;background:rgba(255,255,255,0.9);margin-top:-130px;position:relative;overflow:hidden;margin-left:-10px;}.page-node-93773 .views-field-field-availability-notice .field-content{padding:5px;}.events-list-container{width:100%;margin:0.5em 0 0 0;padding:0;float:left;background:#FFFFFF;}.events-list-container .basic-item .field-items{padding:0;}.events-list-container .basic-item .field-items p{line-height:1;padding:0 !important;}.events-list-container .events-list-image-container{float:left;margin:0;padding:0;width:38%;position:relative;}.events-list-container .events-list-image-container img{width:100%;height:100%;}.events-list-container .events-list-image-container .date-display-single{position:absolute;bottom:1em;left:1em;background:none repeat scroll 0 0 #9b4f96 !important;padding:0.5em 1em 1.5em 1em;color:#FFFFFF;font-weight:bold;}.events-list-container .events-list-text-container{float:right;font-size:1.1em;margin:0;padding:1em 0.5em 0 0;width:60%;text-align:left;color:#494949;line-height:1.2em;}.events-list-container .events-list-text-container h3{font-size:1.8em;color:#4F9FB8;padding:0 0 0.5em 0;line-height:1em;}.events-list-container .events-list-text-container h3 a{color:#4F9FB8;}.events-list-container .events-list-text-container .date-display-single{padding:0.5em;margin:0;font-family:inherit;font-size:inherit;color:#9b4f96;}.events-list-container .events-list-text-container .date-display-single .date-display-start,.events-list-container .events-list-text-container .date-display-single .date-display-end{font-family:inherit;font-size:inherit;color:#9b4f96;}.events-list-date-venue-container{width:100%;clear:both;margin-bottom:0.5em;display:table;}.events-list-container .events-list-date-container{width:50%;float:left;color:#9b4f96;}.events-list-container .events-list-date-container img{float:left;margin-right:0.2em;}.events-list-container .events-list-venue-container{width:50%;float:right;color:#9b4f96;}.events-list-container .events-list-venue-container img{float:left;margin-right:0.2em;}.view-dcu-events-list{background:#F1EDE6;padding-top:1em;overflow:hidden;}.view-dcu-events-list .item-list .pager{padding:1em 0;margin:0;width:100%;height:2em;text-align:left;}.view-dcu-events-list .item-list .pager li{color:#FFFFFF;background-color:#4F9FB8;margin:0 0.2em 0 0;padding:0.5em 1em;}.view-dcu-events-list .item-list .pager li.pager-current{background-color:#89BDCA;}.view-dcu-events-list .pager a{color:#FFFFFF;padding:0;}.block-views-exp-dcu-events-list-page-1 h2,.block-views-exp-dcu-events-list-page-2 h2,.block-views-exp-dcu-events-list-page-3 h2,.block-views-exp-dcu-events-list-page h2{color:#494949;font-size:2.2em;font-weight:bold;padding-left:0 !important;padding-bottom:0.5em}.block-views-exp-dcu-events-list-page-1 .views-exposed-form label,.block-views-exp-dcu-events-list-page-2 .views-exposed-form label,.block-views-exp-dcu-events-list-page-3 .views-exposed-form label,.block-views-exp-dcu-events-list-page .views-exposed-form label{color:#4F9FB8;padding:0.5em 0;font-weight:normal;font-size:1.4em;}.block-views-exp-dcu-events-list-page-1 .views-submit-button input,.block-views-exp-dcu-events-list-page-2 .views-submit-button input,.block-views-exp-dcu-events-list-page-3 .views-submit-button input,.block-views-exp-dcu-events-list-page .views-submit-button input{width:100%;float:left;margin-right:0.5em;background:#D9D4CE !important;color:#4F9FB8;}.block-views-exp-dcu-events-list-page-1 .views-submit-button,.block-views-exp-dcu-events-list-page-2 .views-submit-button,.block-views-exp-dcu-events-list-page-3 .views-submit-button,.block-views-exp-dcu-events-list-page .views-submit-button{width:55%;clear:left;}.block-views-exp-dcu-events-list-page-1 .views-exposed-form .views-exposed-widget .form-submit,.block-views-exp-dcu-events-list-page-2 .views-exposed-form .views-exposed-widget .form-submit,.block-views-exp-dcu-events-list-page-3 .views-exposed-form .views-exposed-widget .form-submit,.block-views-exp-dcu-events-list-page .views-exposed-form .views-exposed-widget .form-submit{margin-top:0.5em;}.block-views-exp-dcu-events-list-page-1 .views-reset-button input,.block-views-exp-dcu-events-list-page-2 .views-reset-button input,.block-views-exp-dcu-events-list-page-3 .views-reset-button input,.block-views-exp-dcu-events-list-page .views-reset-button input{background:#D9D4CE !important;color:#4F9FB8;}.block-menu-dcu-events{border-bottom:1px solid #D9D4CE;margin-bottom:1.5em;padding:1em 0;}.block-menu-dcu-events ul{margin:2em 0;width:80%;}.block-menu-dcu-events .block-title{color:#4F9FB8;font-weight:bold;}.block-menu-dcu-events .block-title:nth-child(1){font-size:5em;font-weight:bold;}.block-menu-dcu-events li{background:#E4DFD9 !important;color:#4F9FB8;text-align:left;}.block-menu-dcu-events li a{color:#4F9FB8;}.block-menu-dcu-events li.active-trail{background:#4F9FB8 !important;}.block-menu-dcu-events li.active-trail a{color:#FFFFFF;}#edit-field-event-department-tid,#edit-field-event-department-tid option{width:250px;}.view-dcu-events-list.view-display-id-page_1 .events-list-container{min-height:30em;}.view-dcu-events-list.view-display-id-page_1 .view-news-content>div:nth-child(2n){width:49%;float:left;}.view-dcu-events-list.view-display-id-page_1 .view-news-content>div:nth-child(2n+1){width:49%;float:right;}.view-dcu-events-list.view-display-id-page_1 .view-news-content>div:nth-child(1){width:100%;float:left;clear:both;margin-bottom:2em;}.view-dcu-events-list.view-display-id-page_1 .events-list-container .events-list-image-container{width:100%;float:left;}.view-dcu-events-list.view-display-id-page_1 .events-list-container .events-list-text-container{width:96%;float:left;margin:0.5em 0.5em 1em 1em;}.view-dcu-events-list.view-display-id-page_1 .view-footer{width:100%;margin:2em 0;background:#F1EDE6;float:left;}.view-dcu-events-list.view-display-id-page_1 .upcoming-events-link{background-color:#4F9FB8;color:#FFFFFF;text-align:center;height:2em;padding:1em;}.view-dcu-events-list.view-display-id-page_1 .upcoming-events-link a{color:#FFFFFF;font-size:1.5em;}@media only screen and (max-width:1220px){.events-list-container .events-list-text-container h3{font-size:1.6em;}.events-list-container .events-list-text-container{font-size:1em;}.view-dcu-events-list.view-display-id-page_1 .events-list-container{min-height:25em;}}@media only screen and (max-width:980px){.events-list-container .events-list-text-container h3{font-size:1.3em;}.events-list-container .events-list-text-container{font-size:0.95em;}.view-dcu-events-list.view-display-id-page_1 .events-list-container .events-list-text-container{font-size:0.9em;}.events-list-container .events-list-date-venue-container{font-size:0.9em;}.events-list-container .events-list-text-container .date-display-single{font-size:0.9em;}.events-list-container .events-list-text-container{padding:0.5em 0.5em 0 0.5em;}.block-menu-dcu-events .block-title:nth-child(1){font-size:4em;}.view-dcu-events-list.view-display-id-page_1 .events-list-container{min-height:20em;}}@media only screen and (max-width:750px){.view-dcu-events-list.view-display-id-page_1 .events-list-container{min-height:15em;}.events-list-container .events-list-text-container h3{font-size:1.8em;}.events-list-container .events-list-text-container{font-size:1em;}.events-list-container .events-list-image-container,.events-list-container .events-list-text-container{float:left;width:100%;}.events-list-container .events-list-date-venue-container{font-size:1em;}.events-list-container .events-list-image-container img{width:100%;height:100%;}.events-list-container .events-list-text-container{padding:1em 1em 2em 1em;width:95%;}.events-list-container .events-list-image-container .date-display-single{bottom:2em;padding-bottom:2em;font-size:1em;}.block-views-exp-dcu-events-list-page-1 .views-exposed-form .views-exposed-widget .form-submit,.block-views-exp-dcu-events-list-page-2 .views-exposed-form .views-exposed-widget .form-submit,.block-views-exp-dcu-events-list-page-3 .views-exposed-form .views-exposed-widget .form-submit,.block-views-exp-dcu-events-list-page .views-exposed-form .views-exposed-widget .form-submit{padding:0.5em;font-size:1em;}.view-dcu-events-list .item-list .pager li{padding:1em 1.5em;}.view-dcu-events-list .item-list .pager li.pager-current{padding:1em 2em;}.block-menu-dcu-events .block-title:nth-child(1){font-size:3em;}.view-dcu-events-list.view-display-id-page_1 .view-news-content>div:nth-child(2n+1){width:100%;float:left;}.view-dcu-events-list.view-display-id-page_1 .view-news-content>div:nth-child(2n){width:100%;float:right;}}.block-dcu-events-calendar-block-1{margin:2em 0 6em 0;}.block-dcu-events-calendar-block-1 .block-title{color:#4F9FB8;font-weight:bold;margin-bottom:1em;}.calendar-calendar{font-size:1.2em;}.block-dcu-events-calendar-block-1 .date-heading h3{color:#4F9FB8;}.block-dcu-events-calendar-block-1 .view .date-nav-wrapper .date-prev,.block-dcu-events-calendar-block-1 .view .date-nav-wrapper .date-next{background-color:#4F9FB8;color:#FFFFFF;padding:0.5em;margin:0;}.block-dcu-events-calendar-block-1 .view .date-nav-wrapper .date-prev{padding-right:1em;}.block-dcu-events-calendar-block-1 .view .date-nav-wrapper .date-next{padding-left:1em;}.block-dcu-events-calendar-block-1 .view .date-nav-wrapper .date-prev a,.block-dcu-events-calendar-block-1 .view .date-nav-wrapper .date-next a{color:#FFFFFF;font-weight:normal;}.calendar-calendar tbody > tr:nth-child(2n),.calendar-calendar tbody > tr:nth-child(2n+1){background-color:#FFFFFF;}.calendar-calendar td{color:#9b4f96;border:2px solid #F1EDE6;}.calendar-calendar th.days{background-color:#9b4f96;color:#FFFFFF;padding:1em;font-weight:normal;border:2px solid #F1EDE6;}.calendar-calendar .month-view .full td.single-day div.monthview,.calendar-calendar .week-view .full td.single-day div.weekview,.calendar-calendar .day-view .full td.single-day div.dayview{background-color:#4F9FB8;color:#FFFFFF;padding:0.5em;}.calendar-calendar .month-view .full td.single-day div.monthview a,.calendar-calendar .week-view .full td.single-day div.weekview a,.calendar-calendar .day-view .full td.single-day div.dayview a{color:#FFFFFF;font-weight:normal;font-size:1.4em}.calendar-calendar .month-view .full tr.single-day .no-entry,.calendar-calendar .month-view .full tr.single-day .no-entry .inner{height:6em !important;}.calendar-calendar .month-view .full td.date-box.today{border-color:#9b4f96;}.calendar-calendar .month-view .full tr td.single-day.today{border-bottom:2px solid #9b4f96;border-right:2px solid #9b4f96;}.calendar-calendar td.empty{border-color:#F1EDE6;color:#CCA7C9;}@media screen and (max-width:980px){.calendar-calendar{font-size:1em;}}@media screen and (max-width:760px){.view .date-nav-wrapper .date-heading{font-size:0.8em;}.calendar-calendar .month-view table.full{position:relative;}.calendar-calendar .month-view .full tr td{width:100%;float:left;text-align:center;}.calendar-calendar tbody tr:hover td{background:none;}.calendar-calendar .month-view .full tr.single-day{border-top:1px solid #ccc;}.calendar-calendar .month-view .full tr td.single-day:before{content:attr(headers) ",\0000a0" attr(data-day-of-month);font-weight:bold;text-align:center;}.calendar-calendar .month-view .full tr td.no-entry,.calendar-calendar .month-view .full tr td.empty{content:attr(headers) ",\0000a0" attr(data-day-of-month);font-weight:bold;text-align:center;}.calendar-calendar .month-view .full td.single-day .calendar-empty,.calendar-calendar .month-view .full td.single-day.empty,.calendar-calendar .month-view .full td.date-box.empty{height:2em !important;}.calendar-calendar .month-view .full tr th.days,.calendar-calendar .month-view .full tr td.date-box,.calendar-calendar .month-view .full thead tr{display:none;}.calendar-calendar .month-view .full td.single-day div.monthview,{background:none repeat scroll 0 0 #fff;overflow:hidden;padding:0;width:100%;text-align:center;}.calendar-calendar .month-view .full tr td.single-day.today{border:2px solid #7C7F12;}.calendar-calendar .month-view .full td.single-day .inner div,.calendar-calendar .month-view .full td.single-day .inner div a,.calendar-calendar .month-view .full td.multi-day .inner div,.calendar-calendar .month-view .full td.multi-day .inner div a,.calendar-calendar .month-view .full td .inner div.calendar.monthview div,.calendar-calendar .month-view .full td .inner div.calendar.monthview div a{display:inline;background:#B5DBDC;padding:2px;}.calendar-calendar .month-view .full tr td.single-day.today{border:2px solid #9b4f96;}.calendar-calendar .month-view .full tr td.multi-day,.calendar-calendar .month-view .full tr td.single-day{padding:0.5em;height:6em !important;}.calendar-calendar .month-view .full .inner,.calendar-calendar .week-view .full .multi-day .inner{margin-top:1em;}.calendar-calendar .month-view .full td.single-day .inner div,.calendar-calendar .month-view .full td.single-day .inner div a,.calendar-calendar .month-view .full td.multi-day .inner div,.calendar-calendar .month-view .full td.multi-day .inner div a,.calendar-calendar .month-view .full td .inner div.calendar.monthview div,.calendar-calendar .month-view .full td .inner div.calendar.monthview div a{background:#4F9FB8;line-height:1.5em;}.calendar-calendar .month-view .full td.single-day .inner div,.calendar-calendar .month-view .full td.multi-day .inner div,.calendar-calendar .month-view .full td .inner div.calendar.monthview div{padding:0.5em;}.calendar-calendar .month-view .full tr.single-day .no-entry,.calendar-calendar .month-view .full tr.single-day .no-entry .inner{height:2em !important;}}.node-type-dcu-cm-events .events-details-container{background:#F4EDF4;overflow:auto;margin:-2em 1em 1em 1em;padding:1em;min-height:290px;}.node-type-dcu-cm-events .event-details{width:50%;}@media only screen and (max-width:740px){.node-type-dcu-cm-events .event-details{width:100%;}}.node-type-dcu-cm-events .event-details:nth-child(2n+1){float:left;}.node-type-dcu-cm-events .event-details:nth-child(2n){float:left;}.node-type-dcu-cm-events .event-details:nth-child(2){width:100%;float:left;margin-bottom:1em;}.node-type-dcu-cm-events .field-label{color:#9B4F97;background:none;margin-left:2.5em;margin-top:0.75em;margin-bottom:0.75em;}.node-type-dcu-cm-events #block-system-main .content .field{background:none;}.node-type-dcu-cm-events .image-content span.date-display-single{background:none !important;color:#494949!important;font-weight:bold;padding:0.4em;font-size:13px;font-family:"HelveticaNeueW01-55Roma";}.node-type-dcu-cm-events .basic-item .event-details .field-items{padding:1.5em 1em !important;background:#F4EDF4;clear:none;margin-top:0;}.node-type-dcu-cm-events .basic-item .event-details .field-name-field-start-time .field-items{padding-top:0.4em !important;padding-left:0.6em !important;}.node-type-dcu-cm-events .content h3.node-title span{background:none !important;color:#4dacc7;font-weight:bold;line-height:1.1;font-size:3.5em;}.node-type-dcu-cm-events .content h3.node-title{margin:5em 1em 0em 1em;}.node-type-dcu-cm-events .event-icon{position:absolute;margin-top:0.2em;}.node-type-dcu-cm-events .basic-item .field-items p{padding:0 0 1em 0;margin:0;}.node-type-dcu-cm-events .basic-item .field-items{padding:0.5em 0.6em !important;}.node-type-dcu-cm-events .basic-item .field-name-body .field-items{padding:0.5em 1.2em !important;}.node-type-dcu-cm-events .basic-item.column a{color:#26afbd;text-decoration:underline;}.node-type-dcu-cm-events .basic-item.column a:hover{color:#001640;text-decoration:underline;}@media only screen and (max-width:1220px){.node-type-dcu-cm-events .basic-item .event-details .field-items{padding:1.5em 0em !important;}.node-type-dcu-cm-events .basic-item .event-details .field-name-field-start-time .field-items{padding-left:0em !important;}}@media only screen and (max-width:980px){.node-type-dcu-cm-events .event-details:nth-child(2n+1){width:100%;}.node-type-dcu-cm-events .event-details:nth-child(2n){width:100%;}.node-type-dcu-cm-events .event-details:nth-child(2){width:100%;}}@media only screen and (max-width:740px){.node-type-dcu-cm-events .content h3.node-title{margin:2.5em 1em 1em 1em;font-size:0.8em;}}.share-event{float:right;text-align:right;padding:1em 0;color:#9B4F97;width:15em;}.share-event-text{padding:0 0.5em 0 0;width:8em;float:left;}.addtoany_share_save{float:right;}.addtoany_list > a{padding:0.34em 0.3em 0.3em 0.1em;}.view-dcu-homepage-main-news-block{padding:0 2em 2em 2em;width:100%;}.view-dcu-homepage-main-events-block{padding:0 2em 2em 2em;width:30%;float:left;}.view-dcu-homepage-main-news-block .views-row{box-sizing:border-box;margin:0 20px 20px 0 !important;float:left;background:#FFF;position:relative;min-height:21.5em;}.view-dcu-homepage-main-news-block .views-row:nth-child(3n+3),.view-dcu-homepage-main-events-block .views-row:nth-child(3n+3){margin-right:0 !important;}.view-dcu-homepage-main-events-block .views-row{box-sizing:border-box;margin:0 20px 20px 0 !important;width:97% !important;float:left;background:#FFF;position:relative;min-height:22.6em;}.view-dcu-homepage-main-events-block-container{}.dcu-homepage-main-inthemedia-block-container{width:60.5%;float:left;}.dcu-homepage-main-inthemedia-block{float:left;position:relative;background-color:#9b4f96;}.dcu-homepage-main-inthemedia-image{float:left;}.dcu-homepage-main-inthemedia-text{float:right;color:#FFF;font-family:"DIN Next W01 Light";font-size:20px;width:19%;margin-top:1em;line-height:1.5em;padding-right:0.2em;}.dcu-homepage-main-inthemedia-button{float:right;position:absolute;bottom:1em;right:1em;background:#FFF;padding:0.5em;font-family:"DINNextLTW01-UltraLight 706122";font-size:16px;color:#9b4f96;}.dcu-homepage-main-inthemedia-button a{color:#9b4f96;font-weight:bold;}.dcu-homepage-main-inthemedia-button a:hover{text-decoration:none;}@media only screen and (max-width:1250px){.dcu-homepage-main-inthemedia-text{float:left;color:#FFF;font-family:"DIN Next W01 Light";font-size:20px;width:100%;margin-top:0.5em;line-height:1.5em;padding-left:0.5em;margin-bottom:3em;}.dcu-homepage-main-inthemedia-image{width:100%;}}@media only screen and (max-width:1050px){.view-dcu-homepage-main-news-block .views-row:nth-child(2n+2),.view-dcu-homepage-main-events-block .views-row:nth-child(2n+2){margin-right:0 !important;}.view-dcu-homepage-main-news-block .views-row:nth-child(3n+3),.view-dcu-homepage-main-events-block .views-row:nth-child(3n+3){margin-right:20px !important;}.view-dcu-homepage-main-news-block .views-row{width:45% !important;margin:0 20px 20px 0 !important;}}@media only screen and (max-width:750px){.view-dcu-homepage-main-news-block .views-row:nth-child(2n+2),.view-dcu-homepage-main-events-block .views-row:nth-child(2n+2){margin-right:0 !important;}.view-dcu-homepage-main-news-block .views-row:nth-child(3n+3),.view-dcu-homepage-main-events-block .views-row:nth-child(3n+3){margin-right:0px !important;}.view-dcu-homepage-main-news-block .views-row,.view-dcu-homepage-main-events-block .views-row{width:90% !important;margin:0 20px 20px 0 !important;}.dcu-homepage-main-inthemedia-block-container{width:92%;float:left;clear:both;padding-left:2em;}.view-dcu-homepage-main-events-block{width:100%;}}.view-dcu-homepage-main-news-block .views-field-field-image img,.view-dcu-homepage-main-events-block .views-field-field-image img{width:100%;}.view-dcu-homepage-main-news-block .views-field-title,.view-dcu-homepage-main-events-block .views-field-title{padding:1em 1em 0.5em 1em;color:#4F9FB8;}.view-dcu-homepage-main-news-block .views-field-title a,.view-dcu-homepage-main-events-block .views-field-title a{color:#4F9FB8;font-size:0.9em;}.view-dcu-homepage-main-news-block .views-field-field-date,.view-dcu-homepage-main-events-block .views-field-field-date{position:absolute;right:0px;top:0px;background:rgba(255,255,255,0.9);padding:0.5em;}.view-dcu-homepage-main-events-block .views-field-field-start-time{position:absolute;right:0px;top:0px;background:rgba(255,255,255,0.9);padding:0.5em;}.view-dcu-homepage-main-news-block .views-row.views-row-6 .date-display-single,.view-dcu-homepage-main-news-block .views-row.views-row-5 .date-display-single,.view-dcu-homepage-main-news-block .views-row.views-row-4 .date-display-single,.view-dcu-homepage-main-news-block .views-row.views-row-3 .date-display-single,.view-dcu-homepage-main-news-block .views-row.views-row-2 .date-display-single,.view-dcu-homepage-main-news-block .views-row.views-row-1 .date-display-single,.view-dcu-homepage-main-news-block .views-field-field-date .date-display-single
.view-dcu-homepage-main-events-block .views-row.views-row-6 .date-display-single,.view-dcu-homepage-main-events-block .views-row.views-row-5 .date-display-single,.view-dcu-homepage-main-events-block .views-row.views-row-4 .date-display-single,.view-dcu-homepage-main-events-block .views-row.views-row-3 .date-display-single,.view-dcu-homepage-main-events-block .views-row.views-row-2 .date-display-single,.view-dcu-homepage-main-events-block .views-row.views-row-1 .date-display-single,.view-dcu-homepage-main-events-block .views-field-field-date .date-display-single{display:block;padding:0.5em;line-height:0em;color:#4F9FB8;}.main-slider-more-news{width:98.3%;clear:both;padding:0.5em;margin:0;background-color:#4F9FB8;color:#FFF;font-family:"DIN Next W01 Light";font-weight:bold;font-size:1.6em;text-align:center;}.main-news-more-news,.main-events-more-events{width:91.5%;clear:both;padding:0.5em;margin:1em 0;background-color:#4F9FB8;color:#FFF;font-family:"DIN Next W01 Light";font-weight:bold;font-size:1.6em;text-align:center;}.main-slider-more-news a,.main-news-more-news a,.main-events-more-events a{color:#FFF;}.main-slider-more-news a:hover,.main-news-more-news a:hover,.main-events-more-events a:hover{color:#FFF;text-decoration:none;}.main-events-heading,.main-events-heading a,.main-news-heading,.main-news-heading a{color:#4F9FB8;font-size:48px;font-family:"DIN Next W01 Light";padding:20px 0 30px;}@media only screen and (max-width:1050px){.main-events-more-events,.main-news-more-news{width:90%;}}@media only screen and (max-width:980px){.front #block-system-main .brochure_promotion .views-row{margin-bottom:60px !important;}}@media only screen and (max-width:750px){.main-events-more-events,.main-news-more-news{width:87.5%;font-size:1.4em;}.main-events-heading,.main-news-heading{font-size:36px;padding:0px 0 40px;}.front #block-system-main .brochure_promotion .views-row{margin-bottom:13em !important;}}@media only screen and (max-width:640px){.front #block-system-main .brochure_promotion .views-row{margin-bottom:9em !important;}}@media only screen and (max-width:480px){.main-events-more-events,.main-news-more-news{width:86.5%;font-size:1.4em;}.front #block-system-main .brochure_promotion .views-row{margin-bottom:3em !important;}}@media only screen and (max-width:380px){.main-events-more-events,.main-news-more-news{width:85.5%;font-size:1.4em;}.front #block-system-main .brochure_promotion .views-row{margin-bottom:1em !important;}}.brochure_promotion_title{border-top:1px solid #E3DCCF;}.view-dcu-events-list .date-display-start,.view-dcu-events-list .date-display-end{color:#9b4f96;line-height:2em;}.node-events .event-icon{display:none;}.field-name-field-target-audience-other- .field-item.even{font-weight:600;}.field-name-field-target-audience-other- .field-items{margin-top:-10px!important;}#webform-client-form-96933 input#edit-submitted-company-profile-for-exhibitor-booklet-upload-button{display:none;}#webform-client-form-90350 input#edit-submitted-please-submit-your-cv-upload-button{display:none;}.ready-tabber > div{overflow:auto;}@media screen and (max-width:779px){iframe{margin-left:auto;}.field.field-name-body{max-width:90%;margin-left:auto;margin-right:auto;}}@media screen and (max-width:350px){iframe{margin-left:-30px;}}@media screen and (min-width:779px){.context-connected iframe{float:right;}}@media only screen and (max-width:769px){table{word-break:break-word;font-size:8px;margin:0px;}.view-phonebook-overview th{font-size:13px;}.view-phonebook-overview.view-id-phonebook_overview{margin-left:10px;}td{padding:5px!important;}}input#edit-submitted-submission-upload-button{display:none;}@media (max-width:769px){.node-homepage-body-content .field-name-field-image-hp .field-items{margin-top:0px;}.field.field-name-field-image-hp.field-type-image.field-label-hidden{float:none;text-align:center;}}#block-system-main .node-homepage-body-content  .content .field{clear:none;}.node-homepage-body-content .field-items p{padding-right:20px;}.field.field-name-field-image-hp.field-type-image.field-label-hidden{float:right;}.field-name-field-bottom-heading{color:#259ABB;font-size:20px;padding:20px 20px 0px 0px;border-top:20px solid #F1EDE6;}.node-homepage-body-content .article-news.article-image-2013{float:left;max-width:810px;height:auto;}.field-name-field-bottom-text{min-height:155px;}@media (max-width:769px){.node-homepage-body-content .field-name-field-image-hp .field-items{margin-top:0px;}.field.field-name-field-image-hp.field-type-image.field-label-hidden{float:none;text-align:center;}}.node-homepage-body-content .content{background:white;}.field-name-field-main-heading{background:#4F9FB8!important;padding-top:20px;padding-bottom:20px;padding-left:0px;padding-right:10px;}.node-homepage-body-content .field-item.even{padding-left:20px;}.node-homepage-body-content .field-name-field-main-heading .field-item.even{color:white;font-size:36px;font-family:DIN Next W01 Light;}@media  (min-width:1279px)
.field.field-name-body.field-type-text-with-summary.field-label-hidden{padding-right:400px;}}.field-name-field-main-heading .field-item{color:white;font-size:36px;font-family:DIN Next W01 Light;}.field.field-name-field-image-hp.field-type-image.field-label-hidden .field-item.even{padding:0px;}div.field-name-field-bottom-heading{clear:both!important;}.field.field-name-field-sub-heading.field-type-text.field-label-hidden{color:#259ABB;font-size:20px;padding:20px 20px 0px 0px;}.field.field-name-field-image-hp.field-type-image.field-label-hidden{float:right;}.field-name-field-bottom-heading{color:#259ABB;font-size:20px;padding:20px 20px 0px 0px;border-top:20px solid #F1EDE6;}.field-name-field-bottom-heading > div > div,.field-name-field-sub-heading > div > div{background:transparent;border:0px;font-size:30px;color:#4caac5;line-height:normal;font-family:DIN Next W01 Light;}.field-name-field-bottom-text .field-items{padding-left:10px;padding-right:10px;}.field-name-field-bottom-heading .field-items ul{margin-left:15px;}.SuperfishHorzWhite .sf-depth-1  ul{background:transparent;}.SuperfishHorzWhite{padding-bottom:20px;}.SuperfishHorzWhite li.sf-depth-1{background:white!important;}li.sf-clone-parent{display:none!important;}div#block-superfish-1{background:#F1EDE6;}#menu-15328-1 .menu_item_1.active{background:none !important}.SuperfishHorzWhite ul.menu{text-align:left;}.SuperfishHorzWhite .menu li a:hover{text-decoration:underline;background:white!important;color:#012C59!important;}.SuperfishHorzWhite .menu li span.nolink:hover{background:white!important;color:#012C59!important;}ul#superfish-1{background:white;overflow:auto;padding:0px;}.SuperfishHorzWhite ul.menu li{float:left!important;background:transparent;border:0;height:initial;}.SuperfishHorzWhite .menu li{margin:0;}#block-superfish-1{height:inherit;background:transparent;}.SuperfishHorzWhite .menu li a,.SuperfishHorzWhite .menu li span.nolink{background:rgba(255,255,255,.9);font-family:DIN Next W01 Regular,Helvetica,Arial,sans-serif;font-size:13px;font-weight:500;color:#259ABB;}.block-superfish.SuperfishHorzWhite{z-index:1!important;}.SuperfishHorzWhite ul.sf-menu.sf-accordion.sf-expanded{left:-10px!important;position:relative;top:20px;width:90%;}.SuperfishHorzWhite .sf-accordion-toggle span{padding:10px;display:block;font-size:16px;color:#102650;background:white;padding:10px;font-family:DIN Next W01 Regular,Helvetica,Arial,sans-serif;}.SuperfishHorzWhite .block-superfish .content{z-index:10!important;}.SuperfishHorzWhite .sf-menu li:hover > ul,.SuperfishHorzWhite .sf-menu li > ul,.sf-menu li.sfHover > ul{left:auto;top:auto;}.SuperfishHorzWhite ul li.sf-depth-2{width:100%!important;margin:0!important;line-height:initial;}.SuperfishHorzWhite li{display:inline;}.SuperfishHorzWhite .sf-depth-1 a,.block-superfish-5 .sf-depth-1.active{margin:0px;}.SuperfishHorzWhite ul.menu li{float:left!important;}.SuperfishHorzWhite li.sf-depth-2{background:rgba(223,213,196,0.9);border-bottom:1px #f1edef solid;}.SuperfishHorzWhite .menu li.sf-depth-1{padding:0 15px !important;height:40px;}.SuperfishHorzWhite .sf-menu li:hover > ul{left:auto!important;top:auto!important;}.sf-menu li.sfHover > ul{left:auto;top:auto;}.SuperfishHorzWhite .menu li a,.SuperfishHorzWhite .menu li span.nolink{line-height:40px;padding:0px 10px 0px 10px!important;text-decoration:none;display:inline-block;width:100%;margin:0px;}.SuperfishHorzWhite ul.menu{text-align:left;overflow:auto;background:white;}#region-preface-first .view-dcu-homepage-main-news-block{padding:0;background:none !important;}#region-preface-first .view-dcu-homepage-main-news-block .main-news-heading{padding:20px;}#region-preface-first .view-dcu-homepage-main-news-block .views-field-field-date{left:0;right:inherit;}#region-preface-first .view-dcu-homepage-main-news-block .views-row{background:#FFF;}#region-preface-first .view-dcu-homepage-main-news-block .views-field-title a{color:#666666 !important;font-size:14px;line-height:normal;}#region-preface-first .view-dcu-homepage-main-news-block .main-news-more-news{display:none !important;}@media (max-width:599px){#region-preface-first .view-dcu-homepage-main-news-block .views-row{width:initial !important;}}@media (max-width:599px){#region-preface-first .view-dcu-homepage-main-news-block .views-row{width:initial !important;}}.field-name-field-bottom-text{min-height:155px;}@media (min-width:1280px){.jcarousel-clip.jcarousel-clip-horizontal,.jcarousel-container.jcarousel-container-horizontal{width:1140px!important;}}@media (min-width:1024px) and (max-width:1279px){.jcarousel-clip.jcarousel-clip-horizontal,.jcarousel-container.jcarousel-container-horizontal{width:740px!important;}}@media (min-width:768px) and (max-width:1023px){.jcarousel-clip.jcarousel-clip-horizontal,.jcarousel-container.jcarousel-container-horizontal{width:350px!important;}}@media  (max-width:767px){.jcarousel-clip.jcarousel-clip-horizontal,.jcarousel-container.jcarousel-container-horizontal{width:260px!important;}}.view-homepage-carousel-view.view-id-homepage_carousel_view{padding-bottom:30px;}



/* From: /opt/eprints3/archives/doras/cfg/static/style/auto/css_9klA9N5zPh4Fl-BmHrQR9oGy114a4mZ0811t6iQvAjE.css */

.node-unpublished{background-color:#fff4f4;}.preview .node{background-color:#ffffea;}td.revision-current{background:#ffc;}
.search-form{margin-bottom:1em;}.search-form input{margin-top:0;margin-bottom:0;}.search-results{list-style:none;}.search-results p{margin-top:0;}.search-results .title{font-size:1.2em;}.search-results li{margin-bottom:1em;}.search-results .search-snippet-info{padding-left:1em;}.search-results .search-info{font-size:0.85em;}.search-advanced .criterion{float:left;margin-right:2em;}.search-advanced .action{float:left;clear:left;}
#permissions td.module{font-weight:bold;}#permissions td.permission{padding-left:1.5em;}#permissions tr.odd .form-item,#permissions tr.even .form-item{white-space:normal;}#user-admin-settings fieldset .fieldset-description{font-size:0.85em;padding-bottom:.5em;}#user-admin-roles td.edit-name{clear:both;}#user-admin-roles .form-item-name{float:left;margin-right:1em;}.password-strength{width:17em;float:right;margin-top:1.4em;}.password-strength-title{display:inline;}.password-strength-text{float:right;font-weight:bold;}.password-indicator{background-color:#C4C4C4;height:0.3em;width:100%;}.password-indicator div{height:100%;width:0%;background-color:#47C965;}input.password-confirm,input.password-field{width:16em;margin-bottom:0.4em;}div.password-confirm{float:right;margin-top:1.5em;visibility:hidden;width:17em;}div.form-item div.password-suggestions{padding:0.2em 0.5em;margin:0.7em 0;width:38.5em;border:1px solid #B4B4B4;}div.password-suggestions ul{margin-bottom:0;}.confirm-parent,.password-parent{clear:left;margin:0;width:36.3em;}.profile{clear:both;margin:1em 0;}.profile .user-picture{float:right;margin:0 1em 1em 0;}.profile h3{border-bottom:1px solid #ccc;}.profile dl{margin:0 0 1.5em 0;}.profile dt{margin:0 0 0.2em 0;font-weight:bold;}.profile dd{margin:0 0 1em 0;}
.views-exposed-form .views-exposed-widget{float:left;padding:.5em 1em 0 0;}.views-exposed-form .views-exposed-widget .form-submit{margin-top:1.6em;}.views-exposed-form .form-item,.views-exposed-form .form-submit{margin-top:0;margin-bottom:0;}.views-exposed-form label{font-weight:bold;}.views-exposed-widgets{margin-bottom:.5em;}.views-align-left{text-align:left;}.views-align-right{text-align:right;}.views-align-center{text-align:center;}.views-view-grid tbody{border-top:none;}.view .progress-disabled{float:none;}
.media-wysiwyg-align-left,.media-float-left{float:left;margin-right:20px;}.media-wysiwyg-align-right,.media-float-right{float:right;margin-left:20px;}.media-wysiwyg-align-center{text-align:-moz-center;text-align:-webkit-center;text-align:center;}



/* From: /opt/eprints3/archives/doras/cfg/static/style/auto/css_ASw19X1Ir-R8oBq7dSAu0ydmNKhsGa2ZeIHQuFlfWJ0.css */

@media all and (min-width:740px) and (min-device-width:740px),(max-device-width:800px) and (min-width:740px) and (orientation:landscape){#region-content .clearfix:after{clear:none;}.region{min-height:0px;}img{height:auto%;}.field-item.even img{height:auto;}body{font-size:12px;}.content .profile{padding:20px;}.sf-depth-3{line-height:1.5;}.sf-depth-3 a{}.grid-1,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.grid-7,.grid-8,.grid-9,.grid-10,.grid-11,.grid-12,.grid-13,.grid-14,.grid-15,.grid-16,.grid-17,.grid-18,.grid-19,.grid-20,.grid-21,.grid-22,.grid-23,.grid-24{display:inline;float:left;position:relative;margin-left:0px !important;margin-right:1px !important;}.content.news-item.column{min-height:115px;padding:0px;}.zone-menu{background:#001640;}.region-menu{height:auto;border-left:none;border-top:none;padding-right:0px;}.logo-img{margin:10px 0 0 30px;}.block.block-block.contextual-links-region.block-57.block-block-57.even.block-without-title{float:left;width:100%;}.block-54.block-block-54{float:left;width:auto;}.region-inner.region-footer-first-inner{float:left;width:auto;}.grid-4.region.region-footer-third{width:auto;display:block;float:none;}.block-menu{margin-top:2px;}.region-search.search-box-responsive{float:right;margin-top:0px;}.dhtml-menu.collapsed.start-collapsed.expanded.dhtml-menu-open,.dhtml-menu.start-collapsed.expanded.dhtml-menu-open,dhtml-menu.start-collapsed.expanded,ul li.expanded{list-style-image:none !important;list-style-type:none !important;margin-right:0px;}.menu_span_1{padding:0 10px 0 0;}.menu_span_2{padding:0 0 0 10px;}ul.menu li{margin:0 0 1px 0;float:none;}#footer_logo_wrapper > ul{padding:0px;}#footer_menu{padding:20px 0;}#footer_menu_item{float:left;width:25%;line-height:normal;}#footer_menu_item > a:hover{text-decoration:underline;}.flex-caption{}.views-row.views-row-1.views-row-odd.views-row-first{}.views-row.views-row-2.views-row-even{}.views-row.views-row-3.views-row-odd.views-row-last{}.content h2.node-title{}h2 .node-div1,h2 .node-div2,h2 .node-div3{}h2 .node-span1,h2 .node-span2,h1 .node-span1,h1 .node-span2{padding:5px 12px 5px 20px;}.flex-control-nav{left:auto;top:auto;bottom:20px;right:15px;position:absolute;width:auto;}.sf-megamenu-wrapper.last.even.sf-item-4.sf-depth-1.sf-total-children-4.sf-parent-children-4.sf-single-children-0.menuparent,.sf-megamenu-wrapper.last.even.sf-item-4.sf-depth-1.sf-total-children-5.sf-parent-children-5.sf-single-children-0.menuparent,.sf-megamenu-wrapper.first.odd.sf-item-1.sf-depth-1.sf-total-children-3.sf-parent-children-3.sf-single-children-0.menuparent,.sf-megamenu-wrapper.middle.even.sf-item-2.sf-depth-1.sf-total-children-5.sf-parent-children-5.sf-single-children-0.menuparent,.sf-megamenu-wrapper.first.odd.sf-item-1.sf-depth-1.sf-total-children-2.sf-parent-children-2.sf-single-children-0.menuparent,.sf-megamenu-wrapper.middle.even.sf-item-2.sf-depth-1.sf-total-children-4.sf-parent-children-4.sf-single-children-0.menuparent,.sf-megamenu-wrapper.middle.odd.sf-item-3.sf-depth-1.sf-total-children-3.sf-parent-children-3.sf-single-children-0.menuparent,.sf-megamenu-wrapper.last.even.sf-item-4.sf-depth-1.sf-total-children-3.sf-parent-children-3.sf-single-children-0.menuparent,.sf-megamenu-wrapper.first.odd.sf-item-1.sf-depth-1.sf-total-children-4.sf-parent-children-4.sf-single-children-0.menuparent{padding:0 0 0 0px;width:720px;margin-top:0px;}.breadcrumb{-webkit-margin-after:1px;background-color:#E7E1D4;margin-bottom:0;margin-left:0;margin-right:0;margin-top:0;padding-bottom:12px;padding-left:20px;padding-right:0;padding-top:12px;}.breadcrumb a{color:#262150;line-height:1;}.breadcrumb a:hover,.breadcrumb a:focus{text-decoration:underline;}.region-inner.region-sidebar-first-inner{margin:0;}li.expanded,li.collapsed,li.leaf{padding:0;}.dhtml-menu{border:medium none;list-style:none outside none;text-align:right;float:none;padding:0;}ul.menu{border:medium none;list-style:none outside none;text-align:right;}.menu li a{line-height:36px;}#page-title{color:#259abb;font-weight:normal;}.region-inner.region-search-inner{background:rgb(35,58,103);background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMjMzYTY3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzYlIiBzdG9wLWNvbG9yPSIjMTYyYzU3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA4MWY0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);background:-moz-linear-gradient(-45deg,rgba(35,58,103,1) 1%,rgba(22,44,87,1) 76%,rgba(8,31,73,1) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(1%,rgba(35,58,103,1)),color-stop(76%,rgba(22,44,87,1)),color-stop(100%,rgba(8,31,73,1)));background:-webkit-linear-gradient(-45deg,rgba(35,58,103,1) 1%,rgba(22,44,87,1) 76%,rgba(8,31,73,1) 100%);background:-o-linear-gradient(-45deg,rgba(35,58,103,1) 1%,rgba(22,44,87,1) 76%,rgba(8,31,73,1) 100%);background:-ms-linear-gradient(-45deg,rgba(35,58,103,1) 1%,rgba(22,44,87,1) 76%,rgba(8,31,73,1) 100%);background:linear-gradient(135deg,rgba(35,58,103,1) 1%,rgba(22,44,87,1) 76%,rgba(8,31,73,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#233a67',endColorstr='#081f49',GradientType=1);}#header-search{}#keywords{background-clip:none;background-color:#30436a;border-top:groove 1px #081e48;border-right:groove 1px #2e4268;border-bottom:groove 1px #2e4268;border-left:groove 1px #081e48;border-top-color:#081e48;border-right-color:#2e4268;border-bottom-color:#2e4268;border-left-color:#081e48;border-top-style:groove;border-right-style:groove;border-bottom-style:groove;border-left-style:groove;-webkit-appearance:none;color:#000000;outline:none;color:#FFFFFF;text-shadow:1px 1px 1px #102650;filter:dropshadow(color=#102650,offx=1,offy=1);font-size:13px;height:2.2em;padding:5px;width:80%;}.search-button{background-color:transparent;background-image:url(/sites/default/files/search-icon.png) !important;background-repeat:no-repeat !important;display:inline;}.homeblock-list .views-row .field-content .block-title{position:absolute;color:#FFF;}.homeblock-list .views-row{position:relative;}.homeblock-list .views-row .field-content .block-title .node-span1{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#219ec2;background:-moz-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#219ec2),color-stop(100%,#1e86a6));background:-webkit-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-o-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-ms-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:linear-gradient(to right,#219ec2 0%,#1e86a6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#219ec2',endColorstr='#1e86a6',GradientType=1);}.homeblock-list .views-row .field-content .block-title .node-span2{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#233a67;background:-moz-linear-gradient(left,#233a67 0%,#001640 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#233a67),color-stop(100%,#001640));background:-webkit-linear-gradient(left,#233a67 0%,#001640 100%);background:-o-linear-gradient(left,#233a67 0%,#001640 100%);background:-ms-linear-gradient(left,#233a67 0%,#001640 100%);background:linear-gradient(to right,#233a67 0%,#001640 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#233a67',endColorstr='#001640',GradientType=1);}.homeblock-list .views-row .field-content .block-title .node-span3{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#e9ae0d;background:-moz-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#e9ae0d),color-stop(100%,#df9c09));background:-webkit-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-o-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-ms-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:linear-gradient(to right,#e9ae0d 0%,#df9c09 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9ae0d',endColorstr='#df9c09',GradientType=1);}.homeblock-list .views-row .field-content .block-title .node-span4{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#9b4f96;background:-moz-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#9b4f96),color-stop(100%,#6e3c71));background:-webkit-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-o-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-ms-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:linear-gradient(to right,#9b4f96 0%,#6e3c71 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b4f96',endColorstr='#6e3c71',GradientType=1);}.homeblock-list .views-row .field-content .block-title span{color:#FFF;}.homeblock-list .views-row .field-content .block-title a div{}.homeblock-list .views-row .field-content .block-subtitle{width:76%;padding:20px;}.homeblock-list .views-row .field-content .subtitle-1{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#219ec2;background:-moz-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#219ec2),color-stop(100%,#1e86a6));background:-webkit-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-o-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-ms-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:linear-gradient(to right,#219ec2 0%,#1e86a6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#219ec2',endColorstr='#1e86a6',GradientType=1);}.homeblock-list .views-row .field-content .subtitle-2{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#233a67;background:-moz-linear-gradient(left,#233a67 0%,#001640 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#233a67),color-stop(100%,#001640));background:-webkit-linear-gradient(left,#233a67 0%,#001640 100%);background:-o-linear-gradient(left,#233a67 0%,#001640 100%);background:-ms-linear-gradient(left,#233a67 0%,#001640 100%);background:linear-gradient(to right,#233a67 0%,#001640 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#233a67',endColorstr='#001640',GradientType=1);}.homeblock-list .views-row .field-content .subtitle-3{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#e9ae0d;background:-moz-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#e9ae0d),color-stop(100%,#df9c09));background:-webkit-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-o-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-ms-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:linear-gradient(to right,#e9ae0d 0%,#df9c09 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9ae0d',endColorstr='#df9c09',GradientType=1);}.homeblock-list .views-row .field-content .subtitle-4{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#9b4f96;background:-moz-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#9b4f96),color-stop(100%,#6e3c71));background:-webkit-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-o-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-ms-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:linear-gradient(to right,#9b4f96 0%,#6e3c71 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b4f96',endColorstr='#6e3c71',GradientType=1);}.homeblock-list .views-row .field-content .block-subtitle{}.homeblock-list .views-row .field-content .block-subtitle a,.homeblock-list .views-row .field-content .block-subtitle a:visited,.homeblock-list .views-row .field-content .block-subtitle a:active{color:#FFF !important;}.block-hompagecontent-block p{font:Arial,Helvetica,sans-serif;}.view-dcu2013-homepageblock .views-row{}.article-video h3.node-title{position:relative;}.video-content .date-display-single{top:386px;}.embedded-video{height:350px;width:100%;}.article-video .field-item.even{}.article-video p{}.content-news-article a,.content-news-article a:visited,.content-news-article a:active{color:#FFFFFF}.news-img-lrg > img{width:100%;}.news-lrg-share{display:block;}.region-footer-first,.region-footer-third,.region-footer-second{border-top:none;}.social-icon{float:left;}.logos-footer{float:right;text-align:right;width:100%;}.logos-footer img{float:right;padding:0 0 10px 0;margin-top:16px;}#region-footer-first{}.social-wrapper{border-left:1px solid #fff;border-right:1px solid #fff;height:79px;}.school-social-wrapper{float:right;}.school-social-icon{float:left;}.school-social-icon img{margin-left:1px;}.span-l1,.span-l2,.span-l3{background:#243351;background:-moz-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#243351),color-stop(100%,#1c2c49));background:-webkit-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-o-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-ms-linear-gradient(top,#243351 0%,#1c2c49 100%);background:linear-gradient(to bottom,#243351 0%,#1c2c49 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#243351',endColorstr='#1c2c49',GradientType=0);border-left:1px solid;border-top:1px solid;border-color:rgba(255,255,255,0.2);border-color:rgba(255,255,255,0.2);opacity:0.95;}.div-l1,.div-l2,.div-l3{}#block-views-4bd4322512eddbf6a492fb78fb554ec0 .block-title{background-color:#C9BEB3;color:#FFFFFF;font-family:"DIN Next W01 Regular";}.node-teaser{position:relative;}.content h3.node-title span{background:#4dacc7;background:-moz-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#4dacc7),color-stop(64%,#2198ba),color-stop(100%,#2290b1));background:-webkit-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-o-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-ms-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:linear-gradient(to right,#4dacc7 0%,#2198ba 64%,#2290b1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dacc7',endColorstr='#2290b1',GradientType=1);border-left:1px solid #8092a8;border-top:1px solid #8092a8;-webkit-padding-after:9px;color:#ffffff;}.related-news .node-teaser{overflow:hidden;}.content h3.node-title .node-div3{margin-bottom:1px;}.content h3.node-title .node-div1{margin-bottom:1px;}h3.node-title{bottom:21px;position:absolute;}.news-item .field-items p{color:#494949;}.news-title-lrg{margin-top:112px;}.article-news{position:relative;}table{border:none;}.news-title-lrg .news-div span{display:inline;padding:5px 12px 5px 20px;color:#FFFFFF;}.news-title-med .news-div span{display:inline;padding:5px 20px;color:#FFFFFF;position:relative;font-size:24px;}.news-title-med .news-div{margin-bottom:15px;}.news-items-header.large{position:relative;max-height:382px;margin-bottom:-60px;}.news-title-lrg .news-div{font-size:38px;position:relative;margin-bottom:18px;}.news-desc-lrg{background:none repeat scroll 0 0 #EAEAEA;margin-bottom:1px;margin-top:-8px;padding:10px 20px;height:auto;position:relative;width:250px;}.news-lrg-readmore{background:none repeat scroll 0 0 #EAEAEA;position:relative;width:100px;text-align:center;background:#2ca3c5;background:-moz-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-webkit-gradient(linear,left top,right top,color-stop(1%,#2ca3c5),color-stop(73%,#2ca3c5),color-stop(100%,#2384a1));background:-webkit-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-o-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-ms-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:linear-gradient(to right,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ca3c5',endColorstr='#2384a1',GradientType=1);}.news-lrg-readmore a,.news-lrg-readmore a:visited{color:#FFF;}.news-desc-med{background:none repeat scroll 0 0 #EAEAEA;padding:10px 20px;position:relative;width:380px;margin-bottom:2px;margin-top:-8px;background-color:#fefefe;height:auto;}.news-med-readmore{background:none repeat scroll 0 0 #EAEAEA;padding:6px 0 6px 5px;position:relative;width:100px;margin-bottom:11px;text-align:center;background:#2ca3c5;background:-moz-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-webkit-gradient(linear,left top,right top,color-stop(1%,#2ca3c5),color-stop(73%,#2ca3c5),color-stop(100%,#2384a1));background:-webkit-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-o-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-ms-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:linear-gradient(to right,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ca3c5',endColorstr='#2384a1',GradientType=1);}.news-date-large span{color:#FFFFFF;font-size:22px;padding:5px 20px;}.news-date-large{position:absolute;text-align:right;top:30px;right:0px;}.news-date-med span{background:#2ca3c5;background:-moz-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-webkit-gradient(linear,left top,right top,color-stop(1%,#2ca3c5),color-stop(73%,#2ca3c5),color-stop(100%,#2384a1));background:-webkit-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-o-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-ms-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:linear-gradient(to right,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ca3c5',endColorstr='#2384a1',GradientType=1);color:#FFFFFF;font-size:20px;padding:5px 12px 5px 20px;}.news-date-med{position:absolute;text-align:right;top:225px;}.news-med-readmore a,.news-med-readmore a:visited{color:#FFF;}.news-items-header.medium{position:relative;}.news-title-lrg h2{margin-top:-342px;}.news-title-med h3{margin-top:8px;position:relative;top:0px;}.news-items-header.medium{-webkit-margin-after:1px;float:left;position:relative;width:449px;}.view.view-directbrand-news-latest.view-id-directbrand_news_latest.view-display-id-page.view-news{background-color:#f8f6f2;}.inner-share{background-color:#FFFFFF;padding:6px;float:left;}.news-share{float:right;margin:-36px 29px 0 0;overflow:hidden;cursor:pointer;height:24px;}.news-desc-med > p{width:330px;}.share-social{float:left;display:none;}.share-social img{margin-left:1px;}.event-share{float:right;overflow:hidden;cursor:pointer;margin-top:-10px;height:24px;}.news-desc-lrg{background:none repeat scroll 0 0 #EAEAEA;}.front span.date-display-single{display:none;}.front .news-item h2 a{font-size:19px;color:#a7988b;}.front .view-event-items{min-height:92px;}.front .article-image img{width:160px;height:92px;}.views-row.views-row-1.views-row-odd.views-row-first,.views-row.views-row-3.views-row-odd.views-row-first,.views-row.views-row-2.views-row-even,.views-row.views-row-3.views-row-odd.views-row-last{height:100%;}.views-row.views-row-1.views-row-odd.views-row-first{margin:0 1px 0 0;float:left;}.views-row.views-row-2.views-row-even{margin:0 1px 1px 0;float:left;}.views-row.views-row-3.views-row-odd{margin:0 1px 0 0;float:left;}.views-row.views-row-4.views-row-even{margin:0 1px 0 0;float:left;}.views-row.views-row-3.views-row-odd.views-row-last{float:left;}li.views-row.views-row-1.views-row-odd.views-row-first{margin:0 1px 1px 0;float:left;height:100%;}li.views-row.views-row-2.views-row-even{margin:0 0 1px 0;float:left;height:100%;}li.views-row.views-row-3.views-row-odd{margin:0 1px 1px 0;float:left;height:100%;}li.views-row.views-row-4.views-row-even{margin:0 0 1px 0;float:left;height:100%;}.node-title{}.views-row-3.front-news{margin:0px !important;}.field-item.even{}.field.field-name-field-image.field-type-image.field-label-hidden *{}.views-row.views-row-1.views-row-odd.views-row-first.node.node-news-article.node-promoted.node-teaser.contextual-links-region.clearfix a{color:red;}.block-hompagecontent-block{background-color:#FFFFFF;float:left;margin-right:1px;}.homeblock-list{float:right;}.not front .content-news-article{bottom:21px;top:auto;width:79%;padding:20px;color:#FFFFFF;opacity:0.9;display:none;}article-noimage,.node-events{min-height:200px;}.contextual-links-wrapper.contextual-links-processed{}li.view-events{min-height:38px;width:238px;position:relative;margin-top:1px;}li.view-tweets{min-height:38px;width:238px;position:relative;margin-top:1px;}feed-news-img.views-row img{float:left;width:60px;}.feed-news{margin-bottom:0px;background:url("/sites/default/files/DCU-logo-main_1.png") no-repeat scroll left / 140px auto transparent;}.view-tweets .views-row{background:none repeat scroll 0 0 #FFFFFF;padding:13px;}.view-tweets span.field-content{display:block;width:225px;}.views-row.recent-twitter{margin-left:60px !important;height:auto !important;width:212px !important;}.views-row.news-item-mobile{height:auto !important;}.views-row.recent-event > div{width:158px;}form#user-login{padding:10px;}form#user-login label{font-size:14px;padding-bottom:5px;}form#user-login .description{padding:5px 0 0 0;font-size:14px;}.form-submit{font-size:14px;padding:5px;color:#ffffff;background:#001640!important;}.view-event-items{float:left;width:298px;padding:0 0 0 0;margin:0 1px 1px 0;background:none repeat scroll 0 0 #FFFFFF;}.view-grouping{clear:both;display:inline-block;float:left;height:auto;margin-bottom:20px;}.event-desc-med{margin:20px;height:auto;}.event-img-med{margin-bottom:10px;}.event-date-med{margin:10px 20px;font-size:16px;color:#298caa;}.event-title-med a{font-size:24px;color:#298caa;}.view-event-items div.event-body-content{margin:15px 20px;height:auto;}.view-event-items .views-field-field-image img{margin-top:10px !important;}.basic-event-image h3.node-title{bottom:51px;position:relative;}.view-three-col-items{float:left;width:298px;padding:0 0 0 0;margin:0 1px 1px 0;background:none repeat scroll 0 0 #FFFFFF;}.three-col-desc-med{margin:20px;height:auto;}.three-col-img-med{margin-bottom:10px;}.three-col-date-med{margin:10px 20px;font-size:16px;color:#298caa;}.group1 .event-title-med a{font-size:24px;color:#298caa;}.group2 .event-title-med a{font-size:24px;color:#ebb625;}.group3 .event-title-med a{font-size:24px;color:#9b4f96;}.view-three-col-items div.3-col-body-content{margin:15px 20px;height:auto;}.view-three-col-items .views-3-col-field-image img{margin-top:10px !important;}.three-col-title-med h3{margin:10px 20px 20px;}.block.block-views.contextual-links-region.block-news-items-3-col-block.block-views-news-items-3-col-block.even.block-without-title{margin-top:20px;}.basic-video h3.node-title{position:static;}h3#no-content{position:relative !important;}.basic-item .field-item span{background:none;border:none;color:#000;}.view-frontpage-news-slideshow .flexslider_views_slideshow_slide h1{bottom:30px;display:inline-block;position:absolute;font-size:37px;}.news-item .field-item.even{padding:0 20px;}.article-image .field-name-field-image img{width:100%;}.basic-item .field-item h2 div span,.basic-item .field-item h1 div span{background:#4dacc7;background:-moz-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#4dacc7),color-stop(64%,#2198ba),color-stop(100%,#2290b1));background:-webkit-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-o-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-ms-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:linear-gradient(to right,#4dacc7 0%,#2198ba 64%,#2290b1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dacc7',endColorstr='#2290b1',GradientType=1);color:#FFFFFF;font-size:37px;line-height:1.7;padding:10px 12px 9px 20px}.views-row.views-row-3 .date-display-single,.views-row.views-row-2 .date-display-single,.views-row.views-row-1 .date-display-single{display:none;}.news-desc-lrg{display:block;}.news-lrg-readmore{display:block;}span.date-display-single{display:block;}.front span.date-display-single{display:none;}.news-date-med{display:block;}LI.download-pdf{list-style-image:url(/sites/all/themes/dcu_responsive/images/pdf-icon.png);margin-bottom:8px;}p.download-pdf{clear:left;background:url(/sites/all/themes/dcu_responsive/images/pdf-icon.png) top left no-repeat;padding-left:24px;margin:0 0 8px 0!important;}.download-word{clear:left;background:url(/sites/all/themes/dcu_responsive/images/word-icon.png) top left no-repeat;padding-left:24px;margin:0 0 8px 0!important;}.download-excel{clear:left;background:url(/sites/all/themes/dcu_responsive/images/excel-icon.png) top left no-repeat;padding-left:24px;margin:0 0 8px 0!important;;}img.Lightbox-First{clear:left;margin:0 10px 10px 0;float:left;}img.Lightbox-Main{margin:0 10px 10px 0;float:left;position:relative;}img.Lightbox-Last{margin:0 0 10px 0;position:relative;}p.paragraph-float-right{float:right;margin-right:20px;}.breadcrumb{display:none;}#page-title-brochure{background:#243351;background:-moz-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#243351),color-stop(100%,#1c2c49));background:-webkit-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-o-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-ms-linear-gradient(top,#243351 0%,#1c2c49 100%);background:linear-gradient(to bottom,#243351 0%,#1c2c49 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#243351',endColorstr='#1c2c49',GradientType=0);border-left:1px solid #293D65;border-top:1px solid #293D65;color:#FFFFFF;float:left;font-family:"DINNextLTW01-UltraLight 706122";font-size:37px;padding:6px 11px;width:314px;}.main-prev,.main-next{margin-bottom:0;position:absolute;top:30px;z-index:1;}.main-next img{margin-top:-1px;position:absolute;top:1px;}.main-next > span{background:linear-gradient(135deg,#B8246C 0%,#8D225A 100%) repeat scroll 0 0 transparent;color:#FFFFFF;float:left;font-family:"DINNextLTW01-UltraLight 706122";font-size:22px;height:26px;padding:2px 10px 1px;}.red,.yellow,.green,.blue,.purple{font-family:"DINNextLTW01-UltraLight 706122";font-weight:normal;text-transform:none;opacity:0.95;color:#ffffff;line-height:1.2em;}.box{background:none repeat scroll 0 0 #FFFFFF;color:#333333;display:inline-block;}.quote{font-family:"DINNextLTW01-UltraLight 706122";font-size:20px;color:#ffffff;display:block;float:right;position:relative;width:20%;padding:50px 30px;min-height:540px;}.quote_area_bg{background-position:center top;background-repeat:no-repeat;background-size:cover;float:left;width:100%;}.quote > img{float:left;padding:0 8px 5px 0;}.quote > p{line-height:normal !important;font-size:20px !important;margin:0 0 15px !important;}.qouter{font-family:"DIN Next W01 Bold";margin:0;}.col{float:left;padding:50px 50px 30px 30px;}.col > p{color:#666666;font-size:12px !important;margin:0 0 15px !important;}.highlight_col,.highlight_col > p{font-family:"DINNextLTW01-UltraLight 706122";font-size:20px !important;line-height:1.3;}.quote.green,.field-items .green span,.feature_link_green .feature_link_a{border-left:1px solid #71857f;border-top:1px solid #71857f;background:#193833;background:-moz-linear-gradient(-45deg,rgba(59,87,79,0.9) 0%,rgba(25,56,51,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(59,87,79,0.9)),color-stop(100%,rgba(25,56,51,0.9)));background:-webkit-linear-gradient(-45deg,rgba(59,87,79,0.9) 0%,rgba(25,56,51,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(59,87,79,0.9) 0%,rgba(25,56,51,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(59,87,79,0.9) 0%,rgba(25,56,51,0.9) 100%);background:linear-gradient(135deg,rgba(59,87,79,0.9) 0%,rgba(25,56,51,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc3b574f',endColorstr='#cc193833',GradientType=1);}.highlight_col.green,.highlight_col.green > p{color:#193833 !important;}.quote.yellow,.field-items .yellow span,.feature_link_yellow .feature_link_a{border-left:1px solid #eec24f;border-top:1px solid #eec24f;background:#D68904;background:-moz-linear-gradient(-45deg,rgba(233,174,13,0.9) 0%,rgba(214,137,4,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(233,174,13,0.9)),color-stop(100%,rgba(214,137,4,0.9)));background:-webkit-linear-gradient(-45deg,rgba(233,174,13,0.9) 0%,rgba(214,137,4,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(233,174,13,0.9) 0%,rgba(214,137,4,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(233,174,13,0.9) 0%,rgba(214,137,4,0.9) 100%);background:linear-gradient(135deg,rgba(233,174,13,0.9) 0%,rgba(214,137,4,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce9ae0d',endColorstr='#ccd68904',GradientType=1);}.highlight_col.yellow,.highlight_col.yellow > p{color:#D68904 !important;}.quote.blue,.field-items .blue span,.feature_link_blue .feature_link_a{border-left:1px solid #4caac5;border-top:1px solid #4caac5;background:#1e86a5;background:-moz-linear-gradient(-45deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(33,141,176,0.9)),color-stop(100%,rgba(30,134,165,0.9)));background:-webkit-linear-gradient(-45deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);background:linear-gradient(135deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc219ec2',endColorstr='#cc1e86a6',GradientType=1);}.highlight_col.blue,.highlight_col.blue > p{color:#1e86a5 !important;}.quote.purple,.field-items .purple span,.feature_link_purple .feature_link_a{border-left:1px solid #a770a2;border-top:1px solid #a770a2;background:#9B4F96;background:-moz-linear-gradient(-45deg,rgba(110,60,113,0.9) 0%,rgba(110,60,113,0.9) 1%,rgba(155,79,150,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(110,60,113,0.9)),color-stop(1%,rgba(110,60,113,0.9)),color-stop(100%,rgba(155,79,150,0.9)));background:-webkit-linear-gradient(-45deg,rgba(110,60,113,0.9) 0%,rgba(110,60,113,0.9) 1%,rgba(155,79,150,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(110,60,113,0.9) 0%,rgba(110,60,113,0.9) 1%,rgba(155,79,150,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(110,60,113,0.9) 0%,rgba(110,60,113,0.9) 1%,rgba(155,79,150,0.9) 100%);background:linear-gradient(135deg,rgba(110,60,113,0.9) 0%,rgba(110,60,113,0.9) 1%,rgba(155,79,150,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc6e3c71',endColorstr='#cc9b4f96',GradientType=1);}.highlight_col.purple,.highlight_col.purple > p{color:#9B4F96 !important;}.quote.red,.field-items .red span,.feature_link_red .feature_link_a{border-left:1px solid #e77580;border-top:1px solid #e77580;background:#a70818;background:-moz-linear-gradient(-45deg,rgba(224,65,81,0.9) 0%,rgba(167,8,24,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(224,65,81,0.9)),color-stop(100%,rgba(167,8,24,0.9)));background:-webkit-linear-gradient(-45deg,rgba(224,65,81,0.9) 0%,rgba(167,8,24,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(224,65,81,0.9) 0%,rgba(167,8,24,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(224,65,81,0.9) 0%,rgba(167,8,24,0.9) 100%);background:linear-gradient(135deg,rgba(224,65,81,0.9) 0%,rgba(167,8,24,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce04151',endColorstr='#cca70818',GradientType=1);}.highlight_col.red,.highlight_col.red > p{color:#a70818 !important;}.quote.pink,.field-items .pink span,.feature_link_pink .feature_link_a{border-left:1px solid #ed81b7;border-top:1px solid #ed81b7;background:#89265f;background:-moz-linear-gradient(-45deg,rgba(226,40,130,0.9) 0%,rgba(137,38,95,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(226,40,130,0.9)),color-stop(100%,rgba(137,38,95,0.9)));background:-webkit-linear-gradient(-45deg,rgba(226,40,130,0.9) 0%,rgba(137,38,95,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(226,40,130,0.9) 0%,rgba(137,38,95,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(226,40,130,0.9) 0%,rgba(137,38,95,0.9) 100%);background:linear-gradient(135deg,rgba(226,40,130,0.9) 0%,rgba(137,38,95,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e22882',endColorstr='#e689265f',GradientType=1);}.highlight_col.pink,.highlight_col.pink > p{color:#89265f !important;}.quote.navy,.field-items .navy span,.feature_link_navy .feature_link_a{border-left:1px solid #8092A8;border-top:1px solid #8092A8;background:#333366;background:-moz-linear-gradient(-45deg,rgba(67,86,126,0.9) 0%,rgba(51,51,102,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(67,86,126,0.9)),color-stop(100%,rgba(51,51,102,0.9)));background:-webkit-linear-gradient(-45deg,rgba(67,86,126,0.9) 0%,rgba(51,51,102,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(67,86,126,0.9) 0%,rgba(51,51,102,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(67,86,126,0.9) 0%,rgba(51,51,102,0.9) 100%);background:linear-gradient(135deg,rgba(67,86,126,0.9) 0%,rgba(51,51,102,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e643567e',endColorstr='#e6333366',GradientType=1);}.highlight_col.navy,.highlight_col.navy > p{color:#333366 !important;}.quote.gray,.field-items .gray span,.feature_link_gray .feature_link_a{border-left:1px solid #e4dcd5;border-top:1px solid #e4dcd5;background:#a7988b;background:-moz-linear-gradient(-45deg,rgba(205,193,180,0.9) 0%,rgba(167,152,139,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(205,193,180,0.9)),color-stop(100%,rgba(167,152,139,0.9)));background:-webkit-linear-gradient(-45deg,rgba(205,193,180,0.9) 0%,rgba(167,152,139,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(205,193,180,0.9) 0%,rgba(167,152,139,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(205,193,180,0.9) 0%,rgba(167,152,139,0.9) 100%);background:linear-gradient(135deg,rgba(205,193,180,0.9) 0%,rgba(167,152,139,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6cdc1b4',endColorstr='#e6a7988b',GradientType=1);}.highlight_col.gray,.highlight_col.gray > p{color:#a7988b !important;}.brochure_section h2,.brochure_section h1{margin-bottom:0;}.image_area > img{width:100%;}.content_box{margin:0 auto;}.feature_link_green{display:block;float:left;width:100%;}.feature_link_a{color:#FFFFFF;float:right;line-height:normal;padding:16px 29px;text-decoration:underline !important;}.feature_link_green > img,.feature_link_blue > img,.feature_link_red > img,.feature_link_yellow > img,.feature_link_purple > img,.feature_link_pink > img,.feature_link_gray > img,.feature_link_navy > img{float:right;}.opacity{opacity:0.8;}.section_title.student_records_bg{margin-bottom:-20px;}.modal-content{max-height:300px;overflow:auto;}.next_prev_container{float:right;padding-top:100px;padding-bottom:100px;width:100%;}.main-prev-brochure{float:left;}.main-next-brochure > span{color:#FFFFFF;font-family:"DINNextLTW01-UltraLight 706122";font-size:22px;padding:2px 10px 1px;background:#b8246c;background:-moz-linear-gradient(-45deg,#b8246c 0%,#8d225a 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#b8246c),color-stop(100%,#8d225a));background:-webkit-linear-gradient(-45deg,#b8246c 0%,#8d225a 100%);background:-o-linear-gradient(-45deg,#b8246c 0%,#8d225a 100%);background:-ms-linear-gradient(-45deg,#b8246c 0%,#8d225a 100%);background:linear-gradient(135deg,#b8246c 0%,#8d225a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8246c',endColorstr='#8d225a',GradientType=1);color:#FFFFFF;font-family:"DINNextLTW01-UltraLight 706122";font-size:22px;margin:-1px 0;padding:3px 10px 5px;display:inline-block;}.main-next-brochure{float:right;}.top-timeline{margin-top:-300px  !important;}}
@media all and (min-width:740px) and (min-device-width:740px),(max-device-width:800px) and (min-width:740px) and (orientation:landscape){.grid-1,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.grid-7,.grid-8,.grid-9,.grid-10,.grid-11,.grid-12{display:inline;float:left;position:relative;margin-left:1%;margin-right:1%;}.push-1,.pull-1,.push-2,.pull-2,.push-3,.pull-3,.push-4,.pull-4,.push-5,.pull-5,.push-6,.pull-6,.push-7,.pull-7,.push-8,.pull-8,.push-9,.pull-9,.push-10,.pull-10,.push-11,.pull-11,.push-12,.pull-12{position:relative;}.alpha{margin-left:0;}.omega{margin-right:0;}.container-12 .grid-1{width:6.333%;}.container-12 .grid-2{width:14.667%;}.container-12 .grid-3{width:23.0%;}.container-12 .grid-4{width:31.333%;}.container-12 .grid-5{width:39.667%;}.container-12 .grid-6{width:48.0%;}.container-12 .grid-7{width:56.333%;}.container-12 .grid-8{width:64.667%;}.container-12 .grid-9{width:73.0%;}.container-12 .grid-10{width:81.333%;}.container-12 .grid-11{width:89.667%;}.container-12 .grid-12{width:98.0%;}.container-12 .prefix-1{padding-left:8.333%;}.container-12 .prefix-2{padding-left:16.667%;}.container-12 .prefix-3{padding-left:25.0%;}.container-12 .prefix-4{padding-left:33.333%;}.container-12 .prefix-5{padding-left:41.667%;}.container-12 .prefix-6{padding-left:50.0%;}.container-12 .prefix-7{padding-left:58.333%;}.container-12 .prefix-8{padding-left:66.667%;}.container-12 .prefix-9{padding-left:75.0%;}.container-12 .prefix-10{padding-left:83.333%;}.container-12 .prefix-11{padding-left:91.667%;}.container-12 .suffix-1{padding-right:8.333%;}.container-12 .suffix-2{padding-right:16.667%;}.container-12 .suffix-3{padding-right:25.0%;}.container-12 .suffix-4{padding-right:33.333%;}.container-12 .suffix-5{padding-right:41.667%;}.container-12 .suffix-6{padding-right:50.0%;}.container-12 .suffix-7{padding-right:58.333%;}.container-12 .suffix-8{padding-right:66.667%;}.container-12 .suffix-9{padding-right:75.0%;}.container-12 .suffix-10{padding-right:83.333%;}.container-12 .suffix-11{padding-right:91.667%;}.container-12 .push-1{left:8.333%;}.container-12 .push-2{left:16.667%;}.container-12 .push-3{left:25.0%;}.container-12 .push-4{left:33.333%;}.container-12 .push-5{left:41.667%;}.container-12 .push-6{left:50.0%;}.container-12 .push-7{left:58.333%;}.container-12 .push-8{left:66.667%;}.container-12 .push-9{left:75.0%;}.container-12 .push-10{left:83.333%;}.container-12 .push-11{left:91.667%;}.container-12 .pull-1{left:-8.333%;}.container-12 .pull-2{left:-16.667%;}.container-12 .pull-3{left:-25.0%;}.container-12 .pull-4{left:-33.333%;}.container-12 .pull-5{left:-41.667%;}.container-12 .pull-6{left:-50.0%;}.container-12 .pull-7{left:-58.333%;}.container-12 .pull-8{left:-66.667%;}.container-12 .pull-9{left:-75.0%;}.container-12 .pull-10{left:-83.333%;}.container-12 .pull-11{left:-91.667%;}}
@media all and (min-width:740px) and (min-device-width:740px),(max-device-width:800px) and (min-width:740px) and (orientation:landscape){#region-content .clearfix:after{clear:none;}.region{min-height:0px;}img{height:auto%;}.field-item.even img{height:auto;}body{font-size:12px;}.content .profile{padding:20px;}.sf-depth-3{line-height:1.5;}.sf-depth-3 a{}.grid-1,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.grid-7,.grid-8,.grid-9,.grid-10,.grid-11,.grid-12,.grid-13,.grid-14,.grid-15,.grid-16,.grid-17,.grid-18,.grid-19,.grid-20,.grid-21,.grid-22,.grid-23,.grid-24{display:inline;float:left;position:relative;margin-left:0px !important;margin-right:1px !important;}.content.news-item.column{min-height:115px;padding:0px;}.zone-menu{background:#001640;}.region-menu{height:auto;border-left:none;border-top:none;padding-right:0px;}.logo-img{margin:10px 0 0 30px;}.block.block-block.contextual-links-region.block-57.block-block-57.even.block-without-title{float:left;width:100%;}.block-54.block-block-54{float:left;width:auto;}.region-inner.region-footer-first-inner{float:left;width:auto;}.grid-4.region.region-footer-third{width:auto;display:block;float:none;}.block-menu{margin-top:2px;}.region-search.search-box-responsive{float:right;margin-top:0px;}.dhtml-menu.collapsed.start-collapsed.expanded.dhtml-menu-open,.dhtml-menu.start-collapsed.expanded.dhtml-menu-open,dhtml-menu.start-collapsed.expanded,ul li.expanded{list-style-image:none !important;list-style-type:none !important;margin-right:0px;}.menu_span_1{padding:0 10px 0 0;}.menu_span_2{padding:0 0 0 10px;}ul.menu li{margin:0 0 1px 0;float:none;}#footer_logo_wrapper > ul{padding:0px;}#footer_menu{padding:20px 0;}#footer_menu_item{float:left;width:25%;line-height:normal;}#footer_menu_item > a:hover{text-decoration:underline;}.flex-caption{}.views-row.views-row-1.views-row-odd.views-row-first{}.views-row.views-row-2.views-row-even{}.views-row.views-row-3.views-row-odd.views-row-last{}.content h2.node-title{}h2 .node-div1,h2 .node-div2,h2 .node-div3{}h2 .node-span1,h2 .node-span2,h1 .node-span1,h1 .node-span2{padding:5px 12px 5px 20px;}.flex-control-nav{left:auto;top:auto;bottom:20px;right:15px;position:absolute;width:auto;}.sf-megamenu-wrapper.last.even.sf-item-4.sf-depth-1.sf-total-children-4.sf-parent-children-4.sf-single-children-0.menuparent,.sf-megamenu-wrapper.last.even.sf-item-4.sf-depth-1.sf-total-children-5.sf-parent-children-5.sf-single-children-0.menuparent,.sf-megamenu-wrapper.first.odd.sf-item-1.sf-depth-1.sf-total-children-3.sf-parent-children-3.sf-single-children-0.menuparent,.sf-megamenu-wrapper.middle.even.sf-item-2.sf-depth-1.sf-total-children-5.sf-parent-children-5.sf-single-children-0.menuparent,.sf-megamenu-wrapper.first.odd.sf-item-1.sf-depth-1.sf-total-children-2.sf-parent-children-2.sf-single-children-0.menuparent,.sf-megamenu-wrapper.middle.even.sf-item-2.sf-depth-1.sf-total-children-4.sf-parent-children-4.sf-single-children-0.menuparent,.sf-megamenu-wrapper.middle.odd.sf-item-3.sf-depth-1.sf-total-children-3.sf-parent-children-3.sf-single-children-0.menuparent,.sf-megamenu-wrapper.last.even.sf-item-4.sf-depth-1.sf-total-children-3.sf-parent-children-3.sf-single-children-0.menuparent,.sf-megamenu-wrapper.first.odd.sf-item-1.sf-depth-1.sf-total-children-4.sf-parent-children-4.sf-single-children-0.menuparent{padding:0 0 0 0px;width:720px;margin-top:0px;}.breadcrumb{-webkit-margin-after:1px;background-color:#E7E1D4;margin-bottom:0;margin-left:0;margin-right:0;margin-top:0;padding-bottom:12px;padding-left:20px;padding-right:0;padding-top:12px;}.breadcrumb a{color:#262150;line-height:1;}.breadcrumb a:hover,.breadcrumb a:focus{text-decoration:underline;}.region-inner.region-sidebar-first-inner{margin:0;}li.expanded,li.collapsed,li.leaf{padding:0;}.dhtml-menu{border:medium none;list-style:none outside none;text-align:right;float:none;padding:0;}ul.menu{border:medium none;list-style:none outside none;text-align:right;}.menu li a{line-height:36px;}#page-title{color:#259abb;font-weight:normal;}.region-inner.region-search-inner{background:rgb(35,58,103);background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMjMzYTY3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzYlIiBzdG9wLWNvbG9yPSIjMTYyYzU3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA4MWY0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);background:-moz-linear-gradient(-45deg,rgba(35,58,103,1) 1%,rgba(22,44,87,1) 76%,rgba(8,31,73,1) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(1%,rgba(35,58,103,1)),color-stop(76%,rgba(22,44,87,1)),color-stop(100%,rgba(8,31,73,1)));background:-webkit-linear-gradient(-45deg,rgba(35,58,103,1) 1%,rgba(22,44,87,1) 76%,rgba(8,31,73,1) 100%);background:-o-linear-gradient(-45deg,rgba(35,58,103,1) 1%,rgba(22,44,87,1) 76%,rgba(8,31,73,1) 100%);background:-ms-linear-gradient(-45deg,rgba(35,58,103,1) 1%,rgba(22,44,87,1) 76%,rgba(8,31,73,1) 100%);background:linear-gradient(135deg,rgba(35,58,103,1) 1%,rgba(22,44,87,1) 76%,rgba(8,31,73,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#233a67',endColorstr='#081f49',GradientType=1);}#header-search{}#keywords{background-clip:none;background-color:#30436a;border-top:groove 1px #081e48;border-right:groove 1px #2e4268;border-bottom:groove 1px #2e4268;border-left:groove 1px #081e48;border-top-color:#081e48;border-right-color:#2e4268;border-bottom-color:#2e4268;border-left-color:#081e48;border-top-style:groove;border-right-style:groove;border-bottom-style:groove;border-left-style:groove;-webkit-appearance:none;color:#000000;outline:none;color:#FFFFFF;text-shadow:1px 1px 1px #102650;filter:dropshadow(color=#102650,offx=1,offy=1);font-size:13px;height:2.2em;padding:5px;width:80%;}.search-button{background-color:transparent;background-image:url(/sites/default/files/search-icon.png) !important;background-repeat:no-repeat !important;display:inline;}.homeblock-list .views-row .field-content .block-title{position:absolute;color:#FFF;}.homeblock-list .views-row{position:relative;}.homeblock-list .views-row .field-content .block-title .node-span1{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#219ec2;background:-moz-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#219ec2),color-stop(100%,#1e86a6));background:-webkit-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-o-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-ms-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:linear-gradient(to right,#219ec2 0%,#1e86a6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#219ec2',endColorstr='#1e86a6',GradientType=1);}.homeblock-list .views-row .field-content .block-title .node-span2{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#233a67;background:-moz-linear-gradient(left,#233a67 0%,#001640 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#233a67),color-stop(100%,#001640));background:-webkit-linear-gradient(left,#233a67 0%,#001640 100%);background:-o-linear-gradient(left,#233a67 0%,#001640 100%);background:-ms-linear-gradient(left,#233a67 0%,#001640 100%);background:linear-gradient(to right,#233a67 0%,#001640 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#233a67',endColorstr='#001640',GradientType=1);}.homeblock-list .views-row .field-content .block-title .node-span3{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#e9ae0d;background:-moz-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#e9ae0d),color-stop(100%,#df9c09));background:-webkit-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-o-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-ms-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:linear-gradient(to right,#e9ae0d 0%,#df9c09 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9ae0d',endColorstr='#df9c09',GradientType=1);}.homeblock-list .views-row .field-content .block-title .node-span4{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#9b4f96;background:-moz-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#9b4f96),color-stop(100%,#6e3c71));background:-webkit-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-o-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-ms-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:linear-gradient(to right,#9b4f96 0%,#6e3c71 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b4f96',endColorstr='#6e3c71',GradientType=1);}.homeblock-list .views-row .field-content .block-title span{color:#FFF;}.homeblock-list .views-row .field-content .block-title a div{}.homeblock-list .views-row .field-content .block-subtitle{width:76%;padding:20px;}.homeblock-list .views-row .field-content .subtitle-1{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#219ec2;background:-moz-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#219ec2),color-stop(100%,#1e86a6));background:-webkit-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-o-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-ms-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:linear-gradient(to right,#219ec2 0%,#1e86a6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#219ec2',endColorstr='#1e86a6',GradientType=1);}.homeblock-list .views-row .field-content .subtitle-2{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#233a67;background:-moz-linear-gradient(left,#233a67 0%,#001640 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#233a67),color-stop(100%,#001640));background:-webkit-linear-gradient(left,#233a67 0%,#001640 100%);background:-o-linear-gradient(left,#233a67 0%,#001640 100%);background:-ms-linear-gradient(left,#233a67 0%,#001640 100%);background:linear-gradient(to right,#233a67 0%,#001640 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#233a67',endColorstr='#001640',GradientType=1);}.homeblock-list .views-row .field-content .subtitle-3{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#e9ae0d;background:-moz-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#e9ae0d),color-stop(100%,#df9c09));background:-webkit-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-o-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-ms-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:linear-gradient(to right,#e9ae0d 0%,#df9c09 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9ae0d',endColorstr='#df9c09',GradientType=1);}.homeblock-list .views-row .field-content .subtitle-4{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#9b4f96;background:-moz-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#9b4f96),color-stop(100%,#6e3c71));background:-webkit-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-o-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-ms-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:linear-gradient(to right,#9b4f96 0%,#6e3c71 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b4f96',endColorstr='#6e3c71',GradientType=1);}.homeblock-list .views-row .field-content .block-subtitle{}.homeblock-list .views-row .field-content .block-subtitle a,.homeblock-list .views-row .field-content .block-subtitle a:visited,.homeblock-list .views-row .field-content .block-subtitle a:active{color:#FFF !important;}.block-hompagecontent-block p{font:Arial,Helvetica,sans-serif;}.view-dcu2013-homepageblock .views-row{}.article-video h3.node-title{position:relative;}.video-content .date-display-single{top:386px;}.embedded-video{height:350px;width:100%;}.article-video .field-item.even{}.article-video p{}.content-news-article a,.content-news-article a:visited,.content-news-article a:active{color:#FFFFFF}.news-img-lrg > img{width:100%;}.news-lrg-share{display:block;}.region-footer-first,.region-footer-third,.region-footer-second{border-top:none;}.social-icon{float:left;}.logos-footer{float:right;text-align:right;width:100%;}.logos-footer img{float:right;padding:0 0 10px 0;margin-top:16px;}#region-footer-first{}.social-wrapper{border-left:1px solid #fff;border-right:1px solid #fff;height:79px;}.school-social-wrapper{float:right;}.school-social-icon{float:left;}.school-social-icon img{margin-left:1px;}.span-l1,.span-l2,.span-l3{background:#243351;background:-moz-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#243351),color-stop(100%,#1c2c49));background:-webkit-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-o-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-ms-linear-gradient(top,#243351 0%,#1c2c49 100%);background:linear-gradient(to bottom,#243351 0%,#1c2c49 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#243351',endColorstr='#1c2c49',GradientType=0);border-left:1px solid;border-top:1px solid;border-color:rgba(255,255,255,0.2);border-color:rgba(255,255,255,0.2);opacity:0.95;}.div-l1,.div-l2,.div-l3{}#block-views-4bd4322512eddbf6a492fb78fb554ec0 .block-title{background-color:#C9BEB3;color:#FFFFFF;font-family:"DIN Next W01 Regular";}.node-teaser{position:relative;}.content h3.node-title span{background:#4dacc7;background:-moz-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#4dacc7),color-stop(64%,#2198ba),color-stop(100%,#2290b1));background:-webkit-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-o-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-ms-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:linear-gradient(to right,#4dacc7 0%,#2198ba 64%,#2290b1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dacc7',endColorstr='#2290b1',GradientType=1);border-left:1px solid #8092a8;border-top:1px solid #8092a8;-webkit-padding-after:9px;color:#ffffff;}.related-news .node-teaser{overflow:hidden;}.content h3.node-title .node-div3{margin-bottom:1px;}.content h3.node-title .node-div1{margin-bottom:1px;}h3.node-title{bottom:21px;position:absolute;}.news-item .field-items p{color:#494949;}.news-title-lrg{margin-top:112px;}.article-news{position:relative;}table{border:none;}.news-title-lrg .news-div span{display:inline;padding:5px 12px 5px 20px;color:#FFFFFF;}.news-title-med .news-div span{display:inline;padding:5px 20px;color:#FFFFFF;position:relative;font-size:24px;}.news-title-med .news-div{margin-bottom:15px;}.news-items-header.large{position:relative;max-height:382px;margin-bottom:-60px;}.news-title-lrg .news-div{font-size:38px;position:relative;margin-bottom:18px;}.news-desc-lrg{background:none repeat scroll 0 0 #EAEAEA;margin-bottom:1px;margin-top:-8px;padding:10px 20px;height:auto;position:relative;width:250px;}.news-lrg-readmore{background:none repeat scroll 0 0 #EAEAEA;position:relative;width:100px;text-align:center;background:#2ca3c5;background:-moz-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-webkit-gradient(linear,left top,right top,color-stop(1%,#2ca3c5),color-stop(73%,#2ca3c5),color-stop(100%,#2384a1));background:-webkit-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-o-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-ms-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:linear-gradient(to right,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ca3c5',endColorstr='#2384a1',GradientType=1);}.news-lrg-readmore a,.news-lrg-readmore a:visited{color:#FFF;}.news-desc-med{background:none repeat scroll 0 0 #EAEAEA;padding:10px 20px;position:relative;width:380px;margin-bottom:2px;margin-top:-8px;background-color:#fefefe;height:auto;}.news-med-readmore{background:none repeat scroll 0 0 #EAEAEA;padding:6px 0 6px 5px;position:relative;width:100px;margin-bottom:11px;text-align:center;background:#2ca3c5;background:-moz-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-webkit-gradient(linear,left top,right top,color-stop(1%,#2ca3c5),color-stop(73%,#2ca3c5),color-stop(100%,#2384a1));background:-webkit-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-o-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-ms-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:linear-gradient(to right,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ca3c5',endColorstr='#2384a1',GradientType=1);}.news-date-large span{color:#FFFFFF;font-size:22px;padding:5px 20px;}.news-date-large{position:absolute;text-align:right;top:30px;right:0px;}.news-date-med span{background:#2ca3c5;background:-moz-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-webkit-gradient(linear,left top,right top,color-stop(1%,#2ca3c5),color-stop(73%,#2ca3c5),color-stop(100%,#2384a1));background:-webkit-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-o-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-ms-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:linear-gradient(to right,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ca3c5',endColorstr='#2384a1',GradientType=1);color:#FFFFFF;font-size:20px;padding:5px 12px 5px 20px;}.news-date-med{position:absolute;text-align:right;top:225px;}.news-med-readmore a,.news-med-readmore a:visited{color:#FFF;}.news-items-header.medium{position:relative;}.news-title-lrg h2{margin-top:-342px;}.news-title-med h3{margin-top:8px;position:relative;top:0px;}.news-items-header.medium{-webkit-margin-after:1px;float:left;position:relative;width:449px;}.view.view-directbrand-news-latest.view-id-directbrand_news_latest.view-display-id-page.view-news{background-color:#f8f6f2;}.inner-share{background-color:#FFFFFF;padding:6px;float:left;}.news-share{float:right;margin:-36px 29px 0 0;overflow:hidden;cursor:pointer;height:24px;}.news-desc-med > p{width:330px;}.share-social{float:left;display:none;}.share-social img{margin-left:1px;}.event-share{float:right;overflow:hidden;cursor:pointer;margin-top:-10px;height:24px;}.news-desc-lrg{background:none repeat scroll 0 0 #EAEAEA;}.front span.date-display-single{display:none;}.front .news-item h2 a{font-size:19px;color:#a7988b;}.front .view-event-items{min-height:92px;}.front .article-image img{width:160px;height:92px;}.views-row.views-row-1.views-row-odd.views-row-first,.views-row.views-row-3.views-row-odd.views-row-first,.views-row.views-row-2.views-row-even,.views-row.views-row-3.views-row-odd.views-row-last{height:100%;}.views-row.views-row-1.views-row-odd.views-row-first{margin:0 1px 0 0;float:left;}.views-row.views-row-2.views-row-even{margin:0 1px 1px 0;float:left;}.views-row.views-row-3.views-row-odd{margin:0 1px 0 0;float:left;}.views-row.views-row-4.views-row-even{margin:0 1px 0 0;float:left;}.views-row.views-row-3.views-row-odd.views-row-last{float:left;}li.views-row.views-row-1.views-row-odd.views-row-first{margin:0 1px 1px 0;float:left;height:100%;}li.views-row.views-row-2.views-row-even{margin:0 0 1px 0;float:left;height:100%;}li.views-row.views-row-3.views-row-odd{margin:0 1px 1px 0;float:left;height:100%;}li.views-row.views-row-4.views-row-even{margin:0 0 1px 0;float:left;height:100%;}.node-title{}.views-row-3.front-news{margin:0px !important;}.field-item.even{}.field.field-name-field-image.field-type-image.field-label-hidden *{}.views-row.views-row-1.views-row-odd.views-row-first.node.node-news-article.node-promoted.node-teaser.contextual-links-region.clearfix a{color:red;}.block-hompagecontent-block{background-color:#FFFFFF;float:left;margin-right:1px;}.homeblock-list{float:right;}.not front .content-news-article{bottom:21px;top:auto;width:79%;padding:20px;color:#FFFFFF;opacity:0.9;display:none;}article-noimage,.node-events{min-height:200px;}.contextual-links-wrapper.contextual-links-processed{}li.view-events{min-height:38px;width:238px;position:relative;margin-top:1px;}li.view-tweets{min-height:38px;width:238px;position:relative;margin-top:1px;}feed-news-img.views-row img{float:left;width:60px;}.feed-news{margin-bottom:0px;background:url("/sites/default/files/DCU-logo-main_1.png") no-repeat scroll left / 140px auto transparent;}.view-tweets .views-row{background:none repeat scroll 0 0 #FFFFFF;padding:13px;}.view-tweets span.field-content{display:block;width:225px;}.views-row.recent-twitter{margin-left:60px !important;height:auto !important;width:212px !important;}.views-row.news-item-mobile{height:auto !important;}.views-row.recent-event > div{width:158px;}form#user-login{padding:10px;}form#user-login label{font-size:14px;padding-bottom:5px;}form#user-login .description{padding:5px 0 0 0;font-size:14px;}.form-submit{font-size:14px;padding:5px;color:#ffffff;background:#001640!important;}.view-event-items{float:left;width:298px;padding:0 0 0 0;margin:0 1px 1px 0;background:none repeat scroll 0 0 #FFFFFF;}.view-grouping{clear:both;display:inline-block;float:left;height:auto;margin-bottom:20px;}.event-desc-med{margin:20px;height:auto;}.event-img-med{margin-bottom:10px;}.event-date-med{margin:10px 20px;font-size:16px;color:#298caa;}.event-title-med a{font-size:24px;color:#298caa;}.view-event-items div.event-body-content{margin:15px 20px;height:auto;}.view-event-items .views-field-field-image img{margin-top:10px !important;}.basic-event-image h3.node-title{bottom:51px;position:relative;}.view-three-col-items{float:left;width:298px;padding:0 0 0 0;margin:0 1px 1px 0;background:none repeat scroll 0 0 #FFFFFF;}.three-col-desc-med{margin:20px;height:auto;}.three-col-img-med{margin-bottom:10px;}.three-col-date-med{margin:10px 20px;font-size:16px;color:#298caa;}.group1 .event-title-med a{font-size:24px;color:#298caa;}.group2 .event-title-med a{font-size:24px;color:#ebb625;}.group3 .event-title-med a{font-size:24px;color:#9b4f96;}.view-three-col-items div.3-col-body-content{margin:15px 20px;height:auto;}.view-three-col-items .views-3-col-field-image img{margin-top:10px !important;}.three-col-title-med h3{margin:10px 20px 20px;}.block.block-views.contextual-links-region.block-news-items-3-col-block.block-views-news-items-3-col-block.even.block-without-title{margin-top:20px;}.basic-video h3.node-title{position:static;}h3#no-content{position:relative !important;}.basic-item .field-item span{background:none;border:none;color:#000;}.view-frontpage-news-slideshow .flexslider_views_slideshow_slide h1{bottom:30px;display:inline-block;position:absolute;font-size:37px;}.news-item .field-item.even{padding:0 20px;}.article-image .field-name-field-image img{width:100%;}.basic-item .field-item h2 div span,.basic-item .field-item h1 div span{background:#4dacc7;background:-moz-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#4dacc7),color-stop(64%,#2198ba),color-stop(100%,#2290b1));background:-webkit-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-o-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-ms-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:linear-gradient(to right,#4dacc7 0%,#2198ba 64%,#2290b1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dacc7',endColorstr='#2290b1',GradientType=1);color:#FFFFFF;font-size:37px;line-height:1.7;padding:10px 12px 9px 20px}.views-row.views-row-3 .date-display-single,.views-row.views-row-2 .date-display-single,.views-row.views-row-1 .date-display-single{display:none;}.news-desc-lrg{display:block;}.news-lrg-readmore{display:block;}span.date-display-single{display:block;}.front span.date-display-single{display:none;}.news-date-med{display:block;}LI.download-pdf{list-style-image:url(/sites/all/themes/dcu_responsive/images/pdf-icon.png);margin-bottom:8px;}p.download-pdf{clear:left;background:url(/sites/all/themes/dcu_responsive/images/pdf-icon.png) top left no-repeat;padding-left:24px;margin:0 0 8px 0!important;}.download-word{clear:left;background:url(/sites/all/themes/dcu_responsive/images/word-icon.png) top left no-repeat;padding-left:24px;margin:0 0 8px 0!important;}.download-excel{clear:left;background:url(/sites/all/themes/dcu_responsive/images/excel-icon.png) top left no-repeat;padding-left:24px;margin:0 0 8px 0!important;;}img.Lightbox-First{clear:left;margin:0 10px 10px 0;float:left;}img.Lightbox-Main{margin:0 10px 10px 0;float:left;position:relative;}img.Lightbox-Last{margin:0 0 10px 0;position:relative;}p.paragraph-float-right{float:right;margin-right:20px;}.breadcrumb{display:none;}#page-title-brochure{background:#243351;background:-moz-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#243351),color-stop(100%,#1c2c49));background:-webkit-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-o-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-ms-linear-gradient(top,#243351 0%,#1c2c49 100%);background:linear-gradient(to bottom,#243351 0%,#1c2c49 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#243351',endColorstr='#1c2c49',GradientType=0);border-left:1px solid #293D65;border-top:1px solid #293D65;color:#FFFFFF;float:left;font-family:"DINNextLTW01-UltraLight 706122";font-size:37px;padding:6px 11px;width:314px;}.main-prev,.main-next{margin-bottom:0;position:absolute;top:30px;z-index:1;}.main-next img{margin-top:-1px;position:absolute;top:1px;}.main-next > span{background:linear-gradient(135deg,#B8246C 0%,#8D225A 100%) repeat scroll 0 0 transparent;color:#FFFFFF;float:left;font-family:"DINNextLTW01-UltraLight 706122";font-size:22px;height:26px;padding:2px 10px 1px;}.red,.yellow,.green,.blue,.purple{font-family:"DINNextLTW01-UltraLight 706122";font-weight:normal;text-transform:none;opacity:0.95;color:#ffffff;line-height:1.2em;}.box{background:none repeat scroll 0 0 #FFFFFF;color:#333333;display:inline-block;}.quote{font-family:"DINNextLTW01-UltraLight 706122";font-size:20px;color:#ffffff;display:block;float:right;position:relative;width:20%;padding:50px 30px;min-height:540px;}.quote_area_bg{background-position:center top;background-repeat:no-repeat;background-size:cover;float:left;width:100%;}.quote > img{float:left;padding:0 8px 5px 0;}.quote > p{line-height:normal !important;font-size:20px !important;margin:0 0 15px !important;}.qouter{font-family:"DIN Next W01 Bold";margin:0;}.col{float:left;padding:50px 50px 30px 30px;}.col > p{color:#666666;font-size:12px !important;margin:0 0 15px !important;}.highlight_col,.highlight_col > p{font-family:"DINNextLTW01-UltraLight 706122";font-size:20px !important;line-height:1.3;}.quote.green,.field-items .green span,.feature_link_green .feature_link_a{border-left:1px solid #71857f;border-top:1px solid #71857f;background:#193833;background:-moz-linear-gradient(-45deg,rgba(59,87,79,0.9) 0%,rgba(25,56,51,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(59,87,79,0.9)),color-stop(100%,rgba(25,56,51,0.9)));background:-webkit-linear-gradient(-45deg,rgba(59,87,79,0.9) 0%,rgba(25,56,51,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(59,87,79,0.9) 0%,rgba(25,56,51,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(59,87,79,0.9) 0%,rgba(25,56,51,0.9) 100%);background:linear-gradient(135deg,rgba(59,87,79,0.9) 0%,rgba(25,56,51,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc3b574f',endColorstr='#cc193833',GradientType=1);}.highlight_col.green,.highlight_col.green > p{color:#193833 !important;}.quote.yellow,.field-items .yellow span,.feature_link_yellow .feature_link_a{border-left:1px solid #eec24f;border-top:1px solid #eec24f;background:#D68904;background:-moz-linear-gradient(-45deg,rgba(233,174,13,0.9) 0%,rgba(214,137,4,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(233,174,13,0.9)),color-stop(100%,rgba(214,137,4,0.9)));background:-webkit-linear-gradient(-45deg,rgba(233,174,13,0.9) 0%,rgba(214,137,4,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(233,174,13,0.9) 0%,rgba(214,137,4,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(233,174,13,0.9) 0%,rgba(214,137,4,0.9) 100%);background:linear-gradient(135deg,rgba(233,174,13,0.9) 0%,rgba(214,137,4,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce9ae0d',endColorstr='#ccd68904',GradientType=1);}.highlight_col.yellow,.highlight_col.yellow > p{color:#D68904 !important;}.quote.blue,.field-items .blue span,.feature_link_blue .feature_link_a{border-left:1px solid #4caac5;border-top:1px solid #4caac5;background:#1e86a5;background:-moz-linear-gradient(-45deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(33,141,176,0.9)),color-stop(100%,rgba(30,134,165,0.9)));background:-webkit-linear-gradient(-45deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);background:linear-gradient(135deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc219ec2',endColorstr='#cc1e86a6',GradientType=1);}.highlight_col.blue,.highlight_col.blue > p{color:#1e86a5 !important;}.quote.purple,.field-items .purple span,.feature_link_purple .feature_link_a{border-left:1px solid #a770a2;border-top:1px solid #a770a2;background:#9B4F96;background:-moz-linear-gradient(-45deg,rgba(110,60,113,0.9) 0%,rgba(110,60,113,0.9) 1%,rgba(155,79,150,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(110,60,113,0.9)),color-stop(1%,rgba(110,60,113,0.9)),color-stop(100%,rgba(155,79,150,0.9)));background:-webkit-linear-gradient(-45deg,rgba(110,60,113,0.9) 0%,rgba(110,60,113,0.9) 1%,rgba(155,79,150,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(110,60,113,0.9) 0%,rgba(110,60,113,0.9) 1%,rgba(155,79,150,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(110,60,113,0.9) 0%,rgba(110,60,113,0.9) 1%,rgba(155,79,150,0.9) 100%);background:linear-gradient(135deg,rgba(110,60,113,0.9) 0%,rgba(110,60,113,0.9) 1%,rgba(155,79,150,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc6e3c71',endColorstr='#cc9b4f96',GradientType=1);}.highlight_col.purple,.highlight_col.purple > p{color:#9B4F96 !important;}.quote.red,.field-items .red span,.feature_link_red .feature_link_a{border-left:1px solid #e77580;border-top:1px solid #e77580;background:#a70818;background:-moz-linear-gradient(-45deg,rgba(224,65,81,0.9) 0%,rgba(167,8,24,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(224,65,81,0.9)),color-stop(100%,rgba(167,8,24,0.9)));background:-webkit-linear-gradient(-45deg,rgba(224,65,81,0.9) 0%,rgba(167,8,24,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(224,65,81,0.9) 0%,rgba(167,8,24,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(224,65,81,0.9) 0%,rgba(167,8,24,0.9) 100%);background:linear-gradient(135deg,rgba(224,65,81,0.9) 0%,rgba(167,8,24,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce04151',endColorstr='#cca70818',GradientType=1);}.highlight_col.red,.highlight_col.red > p{color:#a70818 !important;}.quote.pink,.field-items .pink span,.feature_link_pink .feature_link_a{border-left:1px solid #ed81b7;border-top:1px solid #ed81b7;background:#89265f;background:-moz-linear-gradient(-45deg,rgba(226,40,130,0.9) 0%,rgba(137,38,95,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(226,40,130,0.9)),color-stop(100%,rgba(137,38,95,0.9)));background:-webkit-linear-gradient(-45deg,rgba(226,40,130,0.9) 0%,rgba(137,38,95,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(226,40,130,0.9) 0%,rgba(137,38,95,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(226,40,130,0.9) 0%,rgba(137,38,95,0.9) 100%);background:linear-gradient(135deg,rgba(226,40,130,0.9) 0%,rgba(137,38,95,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e22882',endColorstr='#e689265f',GradientType=1);}.highlight_col.pink,.highlight_col.pink > p{color:#89265f !important;}.quote.navy,.field-items .navy span,.feature_link_navy .feature_link_a{border-left:1px solid #8092A8;border-top:1px solid #8092A8;background:#333366;background:-moz-linear-gradient(-45deg,rgba(67,86,126,0.9) 0%,rgba(51,51,102,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(67,86,126,0.9)),color-stop(100%,rgba(51,51,102,0.9)));background:-webkit-linear-gradient(-45deg,rgba(67,86,126,0.9) 0%,rgba(51,51,102,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(67,86,126,0.9) 0%,rgba(51,51,102,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(67,86,126,0.9) 0%,rgba(51,51,102,0.9) 100%);background:linear-gradient(135deg,rgba(67,86,126,0.9) 0%,rgba(51,51,102,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e643567e',endColorstr='#e6333366',GradientType=1);}.highlight_col.navy,.highlight_col.navy > p{color:#333366 !important;}.quote.gray,.field-items .gray span,.feature_link_gray .feature_link_a{border-left:1px solid #e4dcd5;border-top:1px solid #e4dcd5;background:#a7988b;background:-moz-linear-gradient(-45deg,rgba(205,193,180,0.9) 0%,rgba(167,152,139,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(205,193,180,0.9)),color-stop(100%,rgba(167,152,139,0.9)));background:-webkit-linear-gradient(-45deg,rgba(205,193,180,0.9) 0%,rgba(167,152,139,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(205,193,180,0.9) 0%,rgba(167,152,139,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(205,193,180,0.9) 0%,rgba(167,152,139,0.9) 100%);background:linear-gradient(135deg,rgba(205,193,180,0.9) 0%,rgba(167,152,139,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6cdc1b4',endColorstr='#e6a7988b',GradientType=1);}.highlight_col.gray,.highlight_col.gray > p{color:#a7988b !important;}.brochure_section h2,.brochure_section h1{margin-bottom:0;}.image_area > img{width:100%;}.content_box{margin:0 auto;}.feature_link_green{display:block;float:left;width:100%;}.feature_link_a{color:#FFFFFF;float:right;line-height:normal;padding:16px 29px;text-decoration:underline !important;}.feature_link_green > img,.feature_link_blue > img,.feature_link_red > img,.feature_link_yellow > img,.feature_link_purple > img,.feature_link_pink > img,.feature_link_gray > img,.feature_link_navy > img{float:right;}.opacity{opacity:0.8;}.section_title.student_records_bg{margin-bottom:-20px;}.modal-content{max-height:300px;overflow:auto;}.next_prev_container{float:right;padding-top:100px;padding-bottom:100px;width:100%;}.main-prev-brochure{float:left;}.main-next-brochure > span{color:#FFFFFF;font-family:"DINNextLTW01-UltraLight 706122";font-size:22px;padding:2px 10px 1px;background:#b8246c;background:-moz-linear-gradient(-45deg,#b8246c 0%,#8d225a 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#b8246c),color-stop(100%,#8d225a));background:-webkit-linear-gradient(-45deg,#b8246c 0%,#8d225a 100%);background:-o-linear-gradient(-45deg,#b8246c 0%,#8d225a 100%);background:-ms-linear-gradient(-45deg,#b8246c 0%,#8d225a 100%);background:linear-gradient(135deg,#b8246c 0%,#8d225a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8246c',endColorstr='#8d225a',GradientType=1);color:#FFFFFF;font-family:"DINNextLTW01-UltraLight 706122";font-size:22px;margin:-1px 0;padding:3px 10px 5px;display:inline-block;}.main-next-brochure{float:right;}.top-timeline{margin-top:-300px  !important;}}
@media all and (min-width:740px) and (min-device-width:740px),(max-device-width:800px) and (min-width:740px) and (orientation:landscape){.logo-img{margin:10px 0 0 15px;}.region-search.search-box-responsive{float:right;margin-top:0px;}h1{font-size:40px}.field-items h1{font-size:40px}h2{font-size:37px}.field-items h2{font-size:37px}.field-items h4{font-size:21px;}.field-items h5{font-size:18px;}.field-items h6{font-size:24px;}.field-items p{font-size:13px;}.zone.zone-menu.clearfix.container-12{width:780px;}.grid-3.region.region-branding.logo{width:209px;}.region-inner.region-search-inner{width:109px;}.sf-depth-2.menuparent.active,.menuparent.nolink,.sf-depth-2.menuparent{color:#FFFFFF;font-family:Arial,Helvetica,sans-serif;font-weight:bold;margin:0 0 20px;}.sf-depth-2.active,.sf-depth-2.nolink{line-height:12px;}.sf-menu a,.sf-depth-2.nolink{display:block;font-size:12px;position:relative;text-decoration:none;line-height:calc();}.sf-menu,.sf-menu *{list-style:none;margin:0;padding:0;}.sf-menu{line-height:1.0;z-index:497;}.sf-menu ul{left:0;position:absolute;top:-99999em;width:12em;}.sf-megamenu-wrapper.last.even.sf-item-4.sf-depth-1.sf-total-children-4.sf-parent-children-4.sf-single-children-0.menuparent,.sf-megamenu-wrapper.last.even.sf-item-4.sf-depth-1.sf-total-children-5.sf-parent-children-5.sf-single-children-0.menuparent,.sf-megamenu-wrapper.first.odd.sf-item-1.sf-depth-1.sf-total-children-3.sf-parent-children-3.sf-single-children-0.menuparent,.sf-megamenu-wrapper.middle.even.sf-item-2.sf-depth-1.sf-total-children-5.sf-parent-children-5.sf-single-children-0.menuparent,.sf-megamenu-wrapper.first.odd.sf-item-1.sf-depth-1.sf-total-children-2.sf-parent-children-2.sf-single-children-0.menuparent,.sf-megamenu-wrapper.middle.even.sf-item-2.sf-depth-1.sf-total-children-4.sf-parent-children-4.sf-single-children-0.menuparent,.sf-megamenu-wrapper.middle.odd.sf-item-3.sf-depth-1.sf-total-children-3.sf-parent-children-3.sf-single-children-0.menuparent,.sf-megamenu-wrapper.last.even.sf-item-4.sf-depth-1.sf-total-children-3.sf-parent-children-3.sf-single-children-0.menuparent,.sf-megamenu-wrapper.first.odd.sf-item-1.sf-depth-1.sf-total-children-4.sf-parent-children-4.sf-single-children-0.menuparent{padding:0 0 0 0px;width:720px;}.sf-total-children-1 .sf-depth-2 .sf-megamenu-column{width:604px;}.sf-total-children-2 .sf-depth-2 .sf-megamenu-column{width:302px;}.sf-total-children-3 .sf-depth-2 .sf-megamenu-column{width:210px;}.sf-total-children-4 .sf-depth-2 .sf-megamenu-column{width:151px;}.sf-total-children-5 .sf-depth-2 .sf-megamenu-column{width:120px;}.sf-total-children-6 .sf-depth-2 .sf-megamenu-column{width:90px;}#social{border-left:1px solid #4C5B79;float:right;height:auto;width:82px;}#social img{width:28px;height:28px;}#social #social_link{margin:5px 0 0 20px;}.sf-menu li{float:left;}.li a.active,.li a.hover{text-decoration:underline;}.sf-depth-1 a,.sf-depth-1.active{margin:20px 0 0 10px;color:#999999;}.sf-depth-2.menuparent.active,.sf-depth-2.menuparent{color:#FFFFFF;font-weight:bold;margin:15px 0;font-family:Arial,Helvetica,sans-serif;}.sf-depth-2.active{line-height:12px;margin:0;font-family:Arial,Helvetica,sans-serif;}.sf-depth-3.active{color:#ffffff;font-weight:normal;text-decoration:underline;font-family:Arial,Helvetica,sans-serif;}.sf-depth-3{color:#999999;font-weight:normal;line-height:18px;margin:0;text-decoration:none;line-height:18px;margin:0 !important;font-family:Arial,Helvetica,sans-serif;}.new_row.sf-depth-2.menuparent:hover{text-decoration:underline;}.new_row.sf-depth-2.menuparent.active:hover{text-decoration:underline;}.new_row.sf-depth-2.menuparent{color:#999999;font-weight:normal;line-height:18px;margin:40px 0 0;text-decoration:none;}.new_row.sf-depth-2.menuparent.active{color:#ffffff;font-weight:normal;margin:40px 0 0;text-decoration:underline;}.sf-depth-4 a,.sf-depth-4.active{margin:0 !important;}.sf-depth-4.active{color:#ffffff;font-weight:normal;text-decoration:underline;font-family:Arial,Helvetica,sans-serif;}.sf-depth-4{color:#999999;font-weight:normal;line-height:18px;margin:0;text-decoration:none;line-height:18px;margin:0 !important;font-family:Arial,Helvetica,sans-serif;}.school_break{padding-top:20px;}.sf-menu a{display:block;position:relative;text-decoration:none;font-size:12px;}.sf-menu li:hover,.sf-menu li.sfHover,.sf-menu li:hover ul,.sf-menu li.sfHover ul{z-index:499;text-decoration:none;}.sf-menu li:hover > ul,.sf-menu li.sfHover > ul{left:-1px;top:79px;}.sf-menu li li:hover > ul,.sf-menu li li.sfHover > ul{left:1px;top:69px;}.sf-menu a.sf-with-ul{min-width:1px;}.mainmenu_caption{color:#7688AD;cursor:pointer;font-family:"DIN Next W01 Regular";font-size:11px;padding:2px 10px 0;text-decoration:none;}.sf-sub-indicator{background:url(/sites/all/themes/dcu_responsive/images/arrows-ffffff.png) no-repeat -10px -100px;display:block;height:10px;overflow:hidden;position:absolute;right:0.75em;text-indent:-999em;top:1.05em;width:10px;}a > .sf-sub-indicator{top:0.8em;background-position:0 -100px;}a:focus > .sf-sub-indicator,a:hover > .sf-sub-indicator,a:active > .sf-sub-indicator,li:hover > a > .sf-sub-indicator,li.sfHover > a > .sf-sub-indicator{background-position:-10px -100px;}.sf-menu ul .sf-sub-indicator{background-position:-10px 0;}.sf-menu ul a > .sf-sub-indicator{background-position:0 0;}.sf-menu ul a:focus > .sf-sub-indicator,.sf-menu ul a:hover > .sf-sub-indicator,.sf-menu ul a:active > .sf-sub-indicator,.sf-menu ul li:hover > a > .sf-sub-indicator,.sf-menu ul li.sfHover > a > .sf-sub-indicator{background-position:-10px 0;}.sf-menu.sf-horizontal.sf-shadow ul,.sf-menu.sf-vertical.sf-shadow ul,.sf-menu.sf-navbar.sf-shadow ul ul{background:url(/sites/all/themes/dcu_responsive/images/shadow.png) no-repeat right bottom;padding:0 8px 9px 0;-webkit-border-top-right-radius:8px;-webkit-border-bottom-left-radius:8px;-moz-border-radius-topright:8px;-moz-border-radius-bottomleft:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;}.sf-shadow ul.sf-shadow-off{background:transparent;}.sf-menu.rtl,.sf-menu.rtl li{float:right;}.sf-menu.rtl li:hover > ul,.sf-menu.rtl li.sfHover > ul{left:auto;right:0;}.sf-menu.rtl li li:hover > ul,.sf-menu.rtl li li.sfHover > ul{left:auto;right:12em;}.sf-menu.rtl ul{left:auto;right:0;}.sf-menu.rtl .sf-sub-indicator{left:0.75em;right:auto;background:url(/sites/all/themes/dcu_responsive/images/arrows-ffffff-rtl.png) no-repeat -10px -100px;}.sf-menu.rtl a > .sf-sub-indicator{top:0.8em;background-position:-10px -100px;}.sf-menu.rtl a:focus > .sf-sub-indicator,.sf-menu.rtl a:hover > .sf-sub-indicator,.sf-menu.rtl a:active > .sf-sub-indicator,.sf-menu.rtl li:hover > a > .sf-sub-indicator,.sf-menu.rtl li.sfHover > a > .sf-sub-indicator{background-position:0 -100px;}.sf-menu.rtl ul .sf-sub-indicator{background-position:0 0;}.sf-menu.rtl ul a > .sf-sub-indicator{background-position:-10px 0;}.sf-menu.rtl ul a:focus > .sf-sub-indicator,.sf-menu.rtl ul a:hover > .sf-sub-indicator,.sf-menu.rtl ul a:active > .sf-sub-indicator,.sf-menu.rtl ul li:hover > a > .sf-sub-indicator,.sf-menu.rtl ul li.sfHover > a > .sf-sub-indicator{background-position:0 0;}.sf-menu.rtl.sf-horizontal.sf-shadow ul,.sf-menu.rtl.sf-vertical.sf-shadow ul,.sf-menu.rtl.sf-navbar.sf-shadow ul ul{background-position:bottom left;padding:0 0 9px 8px;-webkit-border-radius:8px;-webkit-border-top-right-radius:0;-webkit-border-bottom-left-radius:0;-moz-border-radius:8px;-moz-border-radius-topright:0;-moz-border-radius-bottomleft:0;border-radius:8px;border-top-right-radius:0;border-bottom-left-radius:0;}.sf-vertical.rtl li:hover > ul,.sf-vertical.rtl li.sfHover > ul{left:auto;right:12em;}.sf-vertical.rtl .sf-sub-indicator{background-position:-10px 0;}.sf-vertical.rtl a > .sf-sub-indicator{background-position:0 0;}.sf-vertical.rtl a:focus > .sf-sub-indicator,.sf-vertical.rtl a:hover > .sf-sub-indicator,.sf-vertical.rtl a:active > .sf-sub-indicator,.sf-vertical.rtl li:hover > a > .sf-sub-indicator,.sf-vertical.rtl li.sfHover > a > .sf-sub-indicator{background-position:-10px 0;}.sf-navbar.rtl li li{float:right;}.sf-navbar.rtl ul .sf-sub-indicator{background-position:0 -100px;}.sf-navbar.rtl ul a > .sf-sub-indicator{background-position:-10px -100px;}.sf-navbar.rtl ul a:focus > .sf-sub-indicator,.sf-navbar.rtl ul a:hover > .sf-sub-indicator,.sf-navbar.rtl ul a:active > .sf-sub-indicator,.sf-navbar.rtl ul li:hover > a > .sf-sub-indicator,.sf-navbar.rtl ul li.sfHover > a > .sf-sub-indicator{background-position:0 -100px;}.sf-navbar.rtl ul ul .sf-sub-indicator{background-position:0 0;}.sf-navbar.rtl ul ul a > .sf-sub-indicator{background-position:-10px 0;}.sf-navbar.rtl ul ul a:focus > .sf-sub-indicator,.sf-navbar.rtl ul ul a:hover > .sf-sub-indicator,.sf-navbar.rtl ul ul a:active > .sf-sub-indicator,.sf-navbar.rtl ul ul li:hover > a > .sf-sub-indicator,.sf-navbar.rtl ul ul li.sfHover > a > .sf-sub-indicator{background-position:0 0;}.sf-navbar.rtl li li:hover > ul,.sf-navbar.rtl li li.sfHover > ul{left:auto;right:0;}.sf-navbar.rtl li li li:hover > ul,.sf-navbar.rtl li li li.sfHover > ul{left:auto;right:12em;}.sf-navbar.rtl > li > ul{background:transparent;padding:0;-moz-border-radius-bottomright:0;-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;-webkit-border-bottom-right-radius:0;}.sf-depth-1{color:#ffffff;font-size:12px;background-color:transparent;}.sf-depth-1 a:hover{text-decoration:none;}.sf-depth-2{font-weight:normal;color:#ffffff;font-size:10px;margin-right:50px;line-height:1.2px;}#block-superfish-1{height:79px;}.menu-desc{font-size:10px;}.sf-megamenu-column{float:left;margin-bottom:30px;padding-left:10px;padding-right:10px;}.first.odd.sf-item-1.sf-depth-1.list-check.sf-total-children-3.sf-parent-children-3.sf-single-children-0.menuparent{border-left:none;}.sf-megamenu-wrapper{background:#122448;background-color:rgba(18,36,72,.95);}.sf-megamenu-wrapper ol li{background-color:transparent;float:none;}.sf-megamenu-wrapper ol li:hover{background-color:transparent;}.sf-megamenu-column a:hover{color:#ffffff;text-decoration:underline;}.sf-megamenu-wrapper.first.odd.sf-item-1,.sf-megamenu-wrapper.middle.even.sf-item-2,.sf-megamenu-wrapper.middle.odd.sf-item-3,.sf-megamenu-wrapper.last.even.sf-item-4{margin:0 0 0 -179px;}ul.menu{font-size:16px;}#page-title{color:#259abb;font-size:50px;font-weight:normal;margin:30px 0 30px 75px;}.news-title-med h3{line-height:1.6;margin-top:0;position:relative;top:-208px;}.news-title-lrg h2{margin-bottom:8px;margin-top:-102px;}.news-title-lrg .news-div{font-size:20px;margin-bottom:13px;position:relative;}.news-title-lrg{margin-top:0;}.news-img-med img{width:100%;}.news-items-header.medium{margin-bottom:1px;top:0px;width:100%;}.news-date-med span{font-size:22px;line-height:1.6px;}.news-title-med .news-div span{color:#FFFFFF;display:inline;font-size:17px;line-height:1.9;padding:6px 20px;-webkit-padding-after:6px;-webkit-padding-before:5px;position:relative;z-index:999;}.news-desc-med{background:none repeat scroll 0 0 #FEFEFE;height:auto;margin-bottom:1px;margin-top:-207px;padding:10px 20px;position:relative;width:380px;}.news-date-med{top:96px;}.news-title-med .news-div{margin-bottom:0;}.three-col-img-med img{width:100%;}.view-three-col-items{margin-bottom:1px;width:100%;}.three-col-title-med a{color:#298CAA;font-size:20px;}.view-news-items{height:328px;}.news-lrg-readmore{margin-bottom:63px;}.news-items-header.large{margin-bottom:-42px;}.news-lrg-readmore{font-size:12px;height:27px;padding:1px 0 4px 4px;width:100px;}.news-lrg-share{display:none;}.view-news-items:nth-child(2){height:290px;}.region-inner.region-search-inner{height:80px;margin-left:-30px;width:100px;}#header-search{padding:20px 0 0 10px;}.search-button{background-color:transparent;background-image:url(/sites/default/files/search-icon.png) !important;background-repeat:no-repeat !important;margin:3px 0 0 -20px;}.homeblock-list .views-row .field-content .block-title{position:absolute;font-size:22px;top:20px;color:#FFF;}.homeblock-list .views-row{position:relative;}.homeblock-list .views-row .field-content .block-title .node-span1{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#219ec2;background:-moz-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#219ec2),color-stop(100%,#1e86a6));background:-webkit-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-o-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-ms-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:linear-gradient(to right,#219ec2 0%,#1e86a6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#219ec2',endColorstr='#1e86a6',GradientType=1);}.homeblock-list .views-row .field-content .block-title .node-span2{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#233a67;background:-moz-linear-gradient(left,#233a67 0%,#001640 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#233a67),color-stop(100%,#001640));background:-webkit-linear-gradient(left,#233a67 0%,#001640 100%);background:-o-linear-gradient(left,#233a67 0%,#001640 100%);background:-ms-linear-gradient(left,#233a67 0%,#001640 100%);background:linear-gradient(to right,#233a67 0%,#001640 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#233a67',endColorstr='#001640',GradientType=1);}.homeblock-list .views-row .field-content .block-title .node-span3{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#e9ae0d;background:-moz-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#e9ae0d),color-stop(100%,#df9c09));background:-webkit-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-o-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-ms-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:linear-gradient(to right,#e9ae0d 0%,#df9c09 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9ae0d',endColorstr='#df9c09',GradientType=1);}.homeblock-list .views-row .field-content .block-title .node-span4{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#9b4f96;background:-moz-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#9b4f96),color-stop(100%,#6e3c71));background:-webkit-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-o-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-ms-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:linear-gradient(to right,#9b4f96 0%,#6e3c71 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b4f96',endColorstr='#6e3c71',GradientType=1);}.homeblock-list .views-row .field-content .block-title span{line-height:14px;padding:5px 16px;color:#FFF;}.homeblock-list .views-row .field-content .block-title a div{margin-bottom:15px;}.homeblock-list .views-row .field-content .block-subtitle{position:absolute;font-size:12px;bottom:20px;min-height:60px;color:#FFF;-khtml-opacity:0.9;-moz-opacity:0.9;opacity:0.9;filter:alpha(opacity=90);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";}.homeblock-list .views-row .field-content .subtitle-1{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#219ec2;background:-moz-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#219ec2),color-stop(100%,#1e86a6));background:-webkit-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-o-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-ms-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:linear-gradient(to right,#219ec2 0%,#1e86a6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#219ec2',endColorstr='#1e86a6',GradientType=1);}.homeblock-list .views-row .field-content .subtitle-2{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#233a67;background:-moz-linear-gradient(left,#233a67 0%,#001640 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#233a67),color-stop(100%,#001640));background:-webkit-linear-gradient(left,#233a67 0%,#001640 100%);background:-o-linear-gradient(left,#233a67 0%,#001640 100%);background:-ms-linear-gradient(left,#233a67 0%,#001640 100%);background:linear-gradient(to right,#233a67 0%,#001640 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#233a67',endColorstr='#001640',GradientType=1);}.homeblock-list .views-row .field-content .subtitle-3{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#e9ae0d;background:-moz-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#e9ae0d),color-stop(100%,#df9c09));background:-webkit-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-o-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-ms-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:linear-gradient(to right,#e9ae0d 0%,#df9c09 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9ae0d',endColorstr='#df9c09',GradientType=1);}.homeblock-list .views-row .field-content .subtitle-4{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#9b4f96;background:-moz-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#9b4f96),color-stop(100%,#6e3c71));background:-webkit-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-o-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-ms-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:linear-gradient(to right,#9b4f96 0%,#6e3c71 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b4f96',endColorstr='#6e3c71',GradientType=1);}.homeblock-list .views-row .field-content .block-subtitle{width:76%;padding:20px;}.homeblock-list .views-row .field-content .block-subtitle a,.homeblock-list .views-row .field-content .block-subtitle a:visited,.homeblock-list .views-row .field-content .block-subtitle a:active{color:#FFF !important;}.block-hompagecontent-block p{margin-bottom:10px;line-height:1.4;font:Arial,Helvetica,sans-serif;font-size:14px;}.view-dcu2013-homepageblock .views-row{margin-bottom:1px;}.article-video h3.node-title{position:relative;}.video-content .date-display-single{top:386px;}.embedded-video{height:350px;margin-bottom:10px;width:100%;}.article-video .field-item.even{padding:0;}.article-video p{padding:0 20px;}.content-news-article a,.content-news-article a:visited,.content-news-article a:active{color:#FFFFFF}.article-noimage{min-height:220px;}.node-events{min-height:180px;}.social-icon{float:left;margin-top:20px;}.social-icon img{width:26px;height:27px;margin-right:5px;}#region-footer-first{}.grid-4.region.region-footer-third{display:block;float:left;width:auto;}.block-54.block-block-54{float:right;width:auto;}.region-footer-third{border-top:none;}.logos-footer{float:right;text-align:right;width:100%;}.social-wrapper{border-left:1px solid #fff;border-right:1px solid #fff;height:79px;width:130px}.school-social-wrapper{margin-top:37px;float:right;}.school-social-icon{float:left;}.school-social-icon img{width:34px;height:35px;margin-left:1px;}.span-l1,.span-l2,.span-l3{background:#243351;background:-moz-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#243351),color-stop(100%,#1c2c49));background:-webkit-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-o-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-ms-linear-gradient(top,#243351 0%,#1c2c49 100%);background:linear-gradient(to bottom,#243351 0%,#1c2c49 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#243351',endColorstr='#1c2c49',GradientType=0);border-left:1px solid;border-top:1px solid;border-color:rgba(255,255,255,0.2);border-color:rgba(255,255,255,0.2);opacity:0.95;}.div-l1,.div-l2,.div-l3{line-height:44px;}#block-views-4bd4322512eddbf6a492fb78fb554ec0 .block-title{background-color:#C9BEB3;color:#FFFFFF;font-size:17px;margin-bottom:1px;margin-left:0;margin-top:33px;padding:10px 20px 6px;font-family:"DIN Next W01 Regular";}.node-teaser{position:relative;}.ready-tabber p{margin:0 25px 0 0;}.content h3.node-title span{background:#4dacc7;background:-moz-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#4dacc7),color-stop(64%,#2198ba),color-stop(100%,#2290b1));background:-webkit-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-o-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-ms-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:linear-gradient(to right,#4dacc7 0%,#2198ba 64%,#2290b1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dacc7',endColorstr='#2290b1',GradientType=1);border-left:1px solid #8092a8;border-top:1px solid #8092a8;font-size:29px;line-height:1.7;padding:8px 12px 8px 20px;color:#ffffff;}.related-news .node-teaser{max-height:160px;overflow:hidden;}.news-item .field-items p{margin:20px;color:#494949;}.article-news{position:relative;}table{border:none;margin-top:20px;}.ready-tab a{padding:9px 26px 9px 7px;width:20% !important;}.ready-tab a{max-height:21px;}#footer_menu{padding:20px 0;}#footer_menu_item{float:left;width:33%;line-height:normal;}#footer_menu_item > a:hover{text-decoration:underline;}.flex-caption{bottom:0;font-size:30px;height:auto;margin-bottom:21px;width:100%;}.front span.date-display-single{display:none;}.front .news-item h2 a{font-size:19px;color:#a7988b;}.front .view-event-items{min-height:92px;}.front .article-image img{width:160px;height:92px;}.views-row img{height:auto;width:100%;}.views-row.views-row-1.views-row-odd.views-row-first{float:left;height:300px;margin:0 1px 1px 0;overflow:hidden;width:100%;}.views-row.views-row-2.views-row-even{float:left;height:300px;margin:0 1px 1px 0;overflow:hidden;width:100%;}.views-row.views-row-3.views-row-odd{float:left;height:300px;margin:0 1px 1px 0;overflow:hidden;width:100%;}.views-row.views-row-4.views-row-even{float:left;height:300px;margin:0 1px 1px 0;overflow:hidden;width:100%;}.views-row.views-row-1.views-row-odd.views-row-first,.views-row.views-row-3.views-row-odd.views-row-first,.views-row.views-row-2.views-row-even,.views-row.views-row-3.views-row-odd.views-row-last{float:left;height:299px;margin:0 1px 1px 0;overflow:hidden;width:100%;}li.views-row.views-row-1.views-row-odd.views-row-first{float:left;margin:0 1px 1px 0;width:269px;height:100%;}li.views-row.views-row-2.views-row-even{margin:0 0 1px 0;width:269px;float:left;height:100%;}li.views-row.views-row-3.views-row-odd{margin:0 1px 1px 0;width:269px;float:left;height:100%;}li.views-row.views-row-4.views-row-even{margin:0 0 1px 0;width:269px;float:left;height:100%;}.views-row.views-row-3.views-row-odd.views-row-last{float:left;}.node-title{margin:0;}.views-row-3.front-news{margin:0px !important;}.field-item.even{padding:0px;}.field.field-name-field-image.field-type-image.field-label-hidden *{padding:0;}.views-row.views-row-1.views-row-odd.views-row-first.node.node-news-article.node-promoted.node-teaser.contextual-links-region.clearfix a{color:red;}.block-hompagecontent-block{background-color:#FFFFFF;float:left;margin-right:1px;padding:20px;width:500px;}.homeblock-list{float:right;width:540px;}.content h2.node-title{height:auto;margin-top:23px;}h2 .node-div1,h2 .node-div2,h2 .node-div3,h1 .node-div1,h1 .node-div2,h1 .node-div3{font-size:30px;line-height:45px;}h2 .node-span1,h2 .node-span2,h2 .node-span3{}.not front .content-news-article{top:170px;bottom:auto;width:85%;}.two-col{float:left;padding:0 40px 0 0;width:299px;}.three-col{float:left;padding:0 40px 0 0;width:186px;}.view-event-items{background:none repeat scroll 0 0 #FFFFFF;float:left;margin:0 1px 1px 0;padding:0;width:539px;}.basic-video h3.node-title{position:static;}.basic-image h3.node-title{top:180px;}.basic-item .field-items{padding:20px;}.basic-item .field-items p{line-height:1.5;}h3#no-content{position:relative !important;top:75px;}.basic-item .field-item span{background:none;border:none;color:#000;}.basic-item .field-item h2 div span{background:#4dacc7;background:-moz-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#4dacc7),color-stop(64%,#2198ba),color-stop(100%,#2290b1));background:-webkit-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-o-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-ms-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:linear-gradient(to right,#4dacc7 0%,#2198ba 64%,#2290b1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dacc7',endColorstr='#2290b1',GradientType=1);color:#FFFFFF;font-size:37px;line-height:1.7;padding:10px 12px 9px 20px}.block.block-views.contextual-links-region.block-4bd4322512eddbf6a492fb78fb554ec0.block-views-4bd4322512eddbf6a492fb78fb554ec0.even{display:none;}.news-block{display:none;}#social{display:none;}.block.block-views.block-4bd4322512eddbf6a492fb78fb554ec0.block-views-4bd4322512eddbf6a492fb78fb554ec0.even{display:none;}.block.block-superfish.contextual-links-region.block-1.block-superfish-1.odd.block-without-title{display:block;}.view-tweets span.field-content{display:block;width:161px;}.views-row.recent-twitter{width:161px !important;}.views-row.recent-event{width:152px !important;}.feed-news-img > img{float:left;width:60px;}.feed-news-content{width:100%;}.news-item-mobile{height:59px !important;}.views-row.recent-event > div{width:458px;}.news-desc-lrg{display:none;}.news-lrg-readmore{display:block;}.feed-news{background:url("/sites/default/files/DCU-logo-main_1.png") no-repeat scroll left / 140px auto transparent;}<!-- *  Brochure Sizes for each responsve css.-->

 

.fifty{width:50%;}.seventhy_five{width:75%;}.sixty_six{width:66%}.top .content_box{margin-top:-64px;}.bottom .content_box{margin-top:-73px;}.col_33{width:159px;}.col_22{width:279px;}.col_1212{width:395px;}.col_11{width:280px;}.col.col_2663326633.col_0{width:360px;}.col.col_2663326633.col_1{width:199px;}.col.col_2336623366.col_0{width:199px;}.col.col_2336623366.col_1{width:360px;}.center{height:auto;padding-top:250px;}.bottom{padding-top:994px;height:auto;}.brochure_section{background-position:center top;background-repeat:no-repeat;background-size:cover;margin-bottom:90px;}.top{height:auto;min-height:1024px;padding-top:10px;}.view-directbrand-science-record{margin:0 auto 400px;}.case-member-img img{height:auto !important;width:120px !important;}.content_box{width:720px !important;}<!--sizes of columns end-->
<!-- * Brochure Sizes end -->

<!--flexslider-->
.brochure_section.center.loading .flexslider{background:none repeat scroll 0 0 transparent;}#carousel{margin:auto;width:600px;}#carousel .slides > li{width:150px !important;}.brochure_section.center.loading{margin:auto -100% 0;}.brochure_section.center.loading .flexslider .slides img{display:block;max-height:100%;width:100%;}}
@media all and (min-width:740px) and (min-device-width:740px),(max-device-width:800px) and (min-width:740px) and (orientation:landscape){.grid-1,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.grid-7,.grid-8,.grid-9,.grid-10,.grid-11,.grid-12{display:inline;float:left;position:relative;margin-left:0px;margin-right:1px;}.push-1,.pull-1,.push-2,.pull-2,.push-3,.pull-3,.push-4,.pull-4,.push-5,.pull-5,.push-6,.pull-6,.push-7,.pull-7,.push-8,.pull-8,.push-9,.pull-9,.push-10,.pull-10,.push-11,.pull-11,.push-12,.pull-12{position:relative;}.alpha{margin-left:0;}.omega{margin-right:0;}body{min-width:720px;}.container-12{margin-left:auto;margin-right:auto;width:720px;}.container-12 .grid-1{width:59px;}.container-12 .grid-2{width:119px;}.container-12 .grid-3{width:179px;}.container-12 .grid-4{width:239px;}.container-12 .grid-5{width:299px;}.container-12 .grid-6{width:359px;}.container-12 .grid-7{width:419px;}.container-12 .grid-8{width:479px;}.container-12 .grid-9{width:539px;}.container-12 .grid-10{width:599px;}.container-12 .grid-11{width:659px;}.container-12 .grid-12{width:719px;}.container-12 .prefix-1{padding-left:60px;}.container-12 .prefix-2{padding-left:120px;}.container-12 .prefix-3{padding-left:180px;}.container-12 .prefix-4{padding-left:240px;}.container-12 .prefix-5{padding-left:300px;}.container-12 .prefix-6{padding-left:360px;}.container-12 .prefix-7{padding-left:420px;}.container-12 .prefix-8{padding-left:480px;}.container-12 .prefix-9{padding-left:540px;}.container-12 .prefix-10{padding-left:600px;}.container-12 .prefix-11{padding-left:660px;}.container-12 .suffix-1{padding-right:60px;}.container-12 .suffix-2{padding-right:120px;}.container-12 .suffix-3{padding-right:180px;}.container-12 .suffix-4{padding-right:240px;}.container-12 .suffix-5{padding-right:300px;}.container-12 .suffix-6{padding-right:360px;}.container-12 .suffix-7{padding-right:420px;}.container-12 .suffix-8{padding-right:480px;}.container-12 .suffix-9{padding-right:540px;}.container-12 .suffix-10{padding-right:600px;}.container-12 .suffix-11{padding-right:660px;}.container-12 .push-1{left:60px;}.container-12 .push-2{left:120px;}.container-12 .push-3{left:180px;}.container-12 .push-4{left:240px;}.container-12 .push-5{left:300px;}.container-12 .push-6{left:360px;}.container-12 .push-7{left:420px;}.container-12 .push-8{left:480px;}.container-12 .push-9{left:540px;}.container-12 .push-10{left:600px;}.container-12 .push-11{left:660px;}.container-12 .pull-1{left:-60px;}.container-12 .pull-2{left:-120px;}.container-12 .pull-3{left:-180px;}.container-12 .pull-4{left:-240px;}.container-12 .pull-5{left:-300px;}.container-12 .pull-6{left:-360px;}.container-12 .pull-7{left:-420px;}.container-12 .pull-8{left:-480px;}.container-12 .pull-9{left:-540px;}.container-12 .pull-10{left:-600px;}.container-12 .pull-11{left:-660px;}}
@media all and (min-width:980px) and (min-device-width:980px),all and (max-device-width:1024px) and (min-width:1024px) and (orientation:landscape){#region-content .clearfix:after{clear:none;}.region{min-height:0px;}img{height:auto%;}.field-item.even img{height:auto;}body{font-size:12px;}.content .profile{padding:20px;}.sf-depth-3{line-height:1.5;}.sf-depth-3 a{}.grid-1,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.grid-7,.grid-8,.grid-9,.grid-10,.grid-11,.grid-12,.grid-13,.grid-14,.grid-15,.grid-16,.grid-17,.grid-18,.grid-19,.grid-20,.grid-21,.grid-22,.grid-23,.grid-24{display:inline;float:left;position:relative;margin-left:0px !important;margin-right:1px !important;}.content.news-item.column{min-height:115px;padding:0px;}.zone-menu{background:#001640;}.region-menu{height:auto;border-left:none;border-top:none;padding-right:0px;}.logo-img{margin:10px 0 0 30px;}.block.block-block.contextual-links-region.block-57.block-block-57.even.block-without-title{float:left;width:100%;}.block-54.block-block-54{float:left;width:auto;}.region-inner.region-footer-first-inner{float:left;width:auto;}.grid-4.region.region-footer-third{width:auto;display:block;float:none;}.block-menu{margin-top:2px;}.region-search.search-box-responsive{float:right;margin-top:0px;}.dhtml-menu.collapsed.start-collapsed.expanded.dhtml-menu-open,.dhtml-menu.start-collapsed.expanded.dhtml-menu-open,dhtml-menu.start-collapsed.expanded,ul li.expanded{list-style-image:none !important;list-style-type:none !important;margin-right:0px;}.menu_span_1{padding:0 10px 0 0;}.menu_span_2{padding:0 0 0 10px;}ul.menu li{margin:0 0 1px 0;float:none;}#footer_logo_wrapper > ul{padding:0px;}#footer_menu{padding:20px 0;}#footer_menu_item{float:left;width:25%;line-height:normal;}#footer_menu_item > a:hover{text-decoration:underline;}.flex-caption{}.views-row.views-row-1.views-row-odd.views-row-first{}.views-row.views-row-2.views-row-even{}.views-row.views-row-3.views-row-odd.views-row-last{}.content h2.node-title{}h2 .node-div1,h2 .node-div2,h2 .node-div3{}h2 .node-span1,h2 .node-span2,h1 .node-span1,h1 .node-span2{padding:5px 12px 5px 20px;}.flex-control-nav{left:auto;top:auto;bottom:20px;right:15px;position:absolute;width:auto;}.sf-megamenu-wrapper.last.even.sf-item-4.sf-depth-1.sf-total-children-4.sf-parent-children-4.sf-single-children-0.menuparent,.sf-megamenu-wrapper.last.even.sf-item-4.sf-depth-1.sf-total-children-5.sf-parent-children-5.sf-single-children-0.menuparent,.sf-megamenu-wrapper.first.odd.sf-item-1.sf-depth-1.sf-total-children-3.sf-parent-children-3.sf-single-children-0.menuparent,.sf-megamenu-wrapper.middle.even.sf-item-2.sf-depth-1.sf-total-children-5.sf-parent-children-5.sf-single-children-0.menuparent,.sf-megamenu-wrapper.first.odd.sf-item-1.sf-depth-1.sf-total-children-2.sf-parent-children-2.sf-single-children-0.menuparent,.sf-megamenu-wrapper.middle.even.sf-item-2.sf-depth-1.sf-total-children-4.sf-parent-children-4.sf-single-children-0.menuparent,.sf-megamenu-wrapper.middle.odd.sf-item-3.sf-depth-1.sf-total-children-3.sf-parent-children-3.sf-single-children-0.menuparent,.sf-megamenu-wrapper.last.even.sf-item-4.sf-depth-1.sf-total-children-3.sf-parent-children-3.sf-single-children-0.menuparent,.sf-megamenu-wrapper.first.odd.sf-item-1.sf-depth-1.sf-total-children-4.sf-parent-children-4.sf-single-children-0.menuparent{padding:0 0 0 0px;width:720px;margin-top:0px;}.breadcrumb{-webkit-margin-after:1px;background-color:#E7E1D4;margin-bottom:0;margin-left:0;margin-right:0;margin-top:0;padding-bottom:12px;padding-left:20px;padding-right:0;padding-top:12px;}.breadcrumb a{color:#262150;line-height:1;}.breadcrumb a:hover,.breadcrumb a:focus{text-decoration:underline;}.region-inner.region-sidebar-first-inner{margin:0;}li.expanded,li.collapsed,li.leaf{padding:0;}.dhtml-menu{border:medium none;list-style:none outside none;text-align:right;float:none;padding:0;}ul.menu{border:medium none;list-style:none outside none;text-align:right;}.menu li a{line-height:36px;}#page-title{color:#259abb;font-weight:normal;}.region-inner.region-search-inner{background:rgb(35,58,103);background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMjMzYTY3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzYlIiBzdG9wLWNvbG9yPSIjMTYyYzU3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA4MWY0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);background:-moz-linear-gradient(-45deg,rgba(35,58,103,1) 1%,rgba(22,44,87,1) 76%,rgba(8,31,73,1) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(1%,rgba(35,58,103,1)),color-stop(76%,rgba(22,44,87,1)),color-stop(100%,rgba(8,31,73,1)));background:-webkit-linear-gradient(-45deg,rgba(35,58,103,1) 1%,rgba(22,44,87,1) 76%,rgba(8,31,73,1) 100%);background:-o-linear-gradient(-45deg,rgba(35,58,103,1) 1%,rgba(22,44,87,1) 76%,rgba(8,31,73,1) 100%);background:-ms-linear-gradient(-45deg,rgba(35,58,103,1) 1%,rgba(22,44,87,1) 76%,rgba(8,31,73,1) 100%);background:linear-gradient(135deg,rgba(35,58,103,1) 1%,rgba(22,44,87,1) 76%,rgba(8,31,73,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#233a67',endColorstr='#081f49',GradientType=1);}#header-search{}#keywords{background-clip:none;background-color:#30436a;border-top:groove 1px #081e48;border-right:groove 1px #2e4268;border-bottom:groove 1px #2e4268;border-left:groove 1px #081e48;border-top-color:#081e48;border-right-color:#2e4268;border-bottom-color:#2e4268;border-left-color:#081e48;border-top-style:groove;border-right-style:groove;border-bottom-style:groove;border-left-style:groove;-webkit-appearance:none;color:#000000;outline:none;color:#FFFFFF;text-shadow:1px 1px 1px #102650;filter:dropshadow(color=#102650,offx=1,offy=1);font-size:13px;height:2.2em;padding:5px;width:80%;}.search-button{background-color:transparent;background-image:url(/sites/default/files/search-icon.png) !important;background-repeat:no-repeat !important;display:inline;}.homeblock-list .views-row .field-content .block-title{position:absolute;color:#FFF;}.homeblock-list .views-row{position:relative;}.homeblock-list .views-row .field-content .block-title .node-span1{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#219ec2;background:-moz-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#219ec2),color-stop(100%,#1e86a6));background:-webkit-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-o-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-ms-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:linear-gradient(to right,#219ec2 0%,#1e86a6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#219ec2',endColorstr='#1e86a6',GradientType=1);}.homeblock-list .views-row .field-content .block-title .node-span2{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#233a67;background:-moz-linear-gradient(left,#233a67 0%,#001640 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#233a67),color-stop(100%,#001640));background:-webkit-linear-gradient(left,#233a67 0%,#001640 100%);background:-o-linear-gradient(left,#233a67 0%,#001640 100%);background:-ms-linear-gradient(left,#233a67 0%,#001640 100%);background:linear-gradient(to right,#233a67 0%,#001640 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#233a67',endColorstr='#001640',GradientType=1);}.homeblock-list .views-row .field-content .block-title .node-span3{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#e9ae0d;background:-moz-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#e9ae0d),color-stop(100%,#df9c09));background:-webkit-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-o-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-ms-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:linear-gradient(to right,#e9ae0d 0%,#df9c09 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9ae0d',endColorstr='#df9c09',GradientType=1);}.homeblock-list .views-row .field-content .block-title .node-span4{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#9b4f96;background:-moz-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#9b4f96),color-stop(100%,#6e3c71));background:-webkit-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-o-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-ms-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:linear-gradient(to right,#9b4f96 0%,#6e3c71 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b4f96',endColorstr='#6e3c71',GradientType=1);}.homeblock-list .views-row .field-content .block-title span{color:#FFF;}.homeblock-list .views-row .field-content .block-title a div{}.homeblock-list .views-row .field-content .block-subtitle{width:76%;padding:20px;}.homeblock-list .views-row .field-content .subtitle-1{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#219ec2;background:-moz-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#219ec2),color-stop(100%,#1e86a6));background:-webkit-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-o-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-ms-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:linear-gradient(to right,#219ec2 0%,#1e86a6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#219ec2',endColorstr='#1e86a6',GradientType=1);}.homeblock-list .views-row .field-content .subtitle-2{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#233a67;background:-moz-linear-gradient(left,#233a67 0%,#001640 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#233a67),color-stop(100%,#001640));background:-webkit-linear-gradient(left,#233a67 0%,#001640 100%);background:-o-linear-gradient(left,#233a67 0%,#001640 100%);background:-ms-linear-gradient(left,#233a67 0%,#001640 100%);background:linear-gradient(to right,#233a67 0%,#001640 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#233a67',endColorstr='#001640',GradientType=1);}.homeblock-list .views-row .field-content .subtitle-3{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#e9ae0d;background:-moz-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#e9ae0d),color-stop(100%,#df9c09));background:-webkit-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-o-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-ms-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:linear-gradient(to right,#e9ae0d 0%,#df9c09 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9ae0d',endColorstr='#df9c09',GradientType=1);}.homeblock-list .views-row .field-content .subtitle-4{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#9b4f96;background:-moz-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#9b4f96),color-stop(100%,#6e3c71));background:-webkit-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-o-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-ms-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:linear-gradient(to right,#9b4f96 0%,#6e3c71 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b4f96',endColorstr='#6e3c71',GradientType=1);}.homeblock-list .views-row .field-content .block-subtitle{}.homeblock-list .views-row .field-content .block-subtitle a,.homeblock-list .views-row .field-content .block-subtitle a:visited,.homeblock-list .views-row .field-content .block-subtitle a:active{color:#FFF !important;}.block-hompagecontent-block p{font:Arial,Helvetica,sans-serif;}.view-dcu2013-homepageblock .views-row{}.article-video h3.node-title{position:relative;}.video-content .date-display-single{top:386px;}.embedded-video{height:350px;width:100%;}.article-video .field-item.even{}.article-video p{}.content-news-article a,.content-news-article a:visited,.content-news-article a:active{color:#FFFFFF}.news-img-lrg > img{width:100%;}.news-lrg-share{display:block;}.region-footer-first,.region-footer-third,.region-footer-second{border-top:none;}.social-icon{float:left;}.logos-footer{float:right;text-align:right;width:100%;}.logos-footer img{float:right;padding:0 0 10px 0;margin-top:16px;}#region-footer-first{}.social-wrapper{border-left:1px solid #fff;border-right:1px solid #fff;height:79px;}.school-social-wrapper{float:right;}.school-social-icon{float:left;}.school-social-icon img{margin-left:1px;}.span-l1,.span-l2,.span-l3{background:#243351;background:-moz-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#243351),color-stop(100%,#1c2c49));background:-webkit-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-o-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-ms-linear-gradient(top,#243351 0%,#1c2c49 100%);background:linear-gradient(to bottom,#243351 0%,#1c2c49 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#243351',endColorstr='#1c2c49',GradientType=0);border-left:1px solid;border-top:1px solid;border-color:rgba(255,255,255,0.2);border-color:rgba(255,255,255,0.2);opacity:0.95;}.div-l1,.div-l2,.div-l3{}#block-views-4bd4322512eddbf6a492fb78fb554ec0 .block-title{background-color:#C9BEB3;color:#FFFFFF;font-family:"DIN Next W01 Regular";}.node-teaser{position:relative;}.content h3.node-title span{background:#4dacc7;background:-moz-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#4dacc7),color-stop(64%,#2198ba),color-stop(100%,#2290b1));background:-webkit-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-o-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-ms-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:linear-gradient(to right,#4dacc7 0%,#2198ba 64%,#2290b1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dacc7',endColorstr='#2290b1',GradientType=1);border-left:1px solid #8092a8;border-top:1px solid #8092a8;-webkit-padding-after:9px;color:#ffffff;}.related-news .node-teaser{overflow:hidden;}.content h3.node-title .node-div3{margin-bottom:1px;}.content h3.node-title .node-div1{margin-bottom:1px;}h3.node-title{bottom:21px;position:absolute;}.news-item .field-items p{color:#494949;}.news-title-lrg{margin-top:112px;}.article-news{position:relative;}table{border:none;}.news-title-lrg .news-div span{display:inline;padding:5px 12px 5px 20px;color:#FFFFFF;}.news-title-med .news-div span{display:inline;padding:5px 20px;color:#FFFFFF;position:relative;font-size:24px;}.news-title-med .news-div{margin-bottom:15px;}.news-items-header.large{position:relative;max-height:382px;margin-bottom:-60px;}.news-title-lrg .news-div{font-size:38px;position:relative;margin-bottom:18px;}.news-desc-lrg{background:none repeat scroll 0 0 #EAEAEA;margin-bottom:1px;margin-top:-8px;padding:10px 20px;height:auto;position:relative;width:250px;}.news-lrg-readmore{background:none repeat scroll 0 0 #EAEAEA;position:relative;width:100px;text-align:center;background:#2ca3c5;background:-moz-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-webkit-gradient(linear,left top,right top,color-stop(1%,#2ca3c5),color-stop(73%,#2ca3c5),color-stop(100%,#2384a1));background:-webkit-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-o-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-ms-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:linear-gradient(to right,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ca3c5',endColorstr='#2384a1',GradientType=1);}.news-lrg-readmore a,.news-lrg-readmore a:visited{color:#FFF;}.news-desc-med{background:none repeat scroll 0 0 #EAEAEA;padding:10px 20px;position:relative;width:380px;margin-bottom:2px;margin-top:-8px;background-color:#fefefe;height:auto;}.news-med-readmore{background:none repeat scroll 0 0 #EAEAEA;padding:6px 0 6px 5px;position:relative;width:100px;margin-bottom:11px;text-align:center;background:#2ca3c5;background:-moz-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-webkit-gradient(linear,left top,right top,color-stop(1%,#2ca3c5),color-stop(73%,#2ca3c5),color-stop(100%,#2384a1));background:-webkit-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-o-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-ms-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:linear-gradient(to right,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ca3c5',endColorstr='#2384a1',GradientType=1);}.news-date-large span{color:#FFFFFF;font-size:22px;padding:5px 20px;}.news-date-large{position:absolute;text-align:right;top:30px;right:0px;}.news-date-med span{background:#2ca3c5;background:-moz-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-webkit-gradient(linear,left top,right top,color-stop(1%,#2ca3c5),color-stop(73%,#2ca3c5),color-stop(100%,#2384a1));background:-webkit-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-o-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-ms-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:linear-gradient(to right,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ca3c5',endColorstr='#2384a1',GradientType=1);color:#FFFFFF;font-size:20px;padding:5px 12px 5px 20px;}.news-date-med{position:absolute;text-align:right;top:225px;}.news-med-readmore a,.news-med-readmore a:visited{color:#FFF;}.news-items-header.medium{position:relative;}.news-title-lrg h2{margin-top:-342px;}.news-title-med h3{margin-top:8px;position:relative;top:0px;}.news-items-header.medium{-webkit-margin-after:1px;float:left;position:relative;width:449px;}.view.view-directbrand-news-latest.view-id-directbrand_news_latest.view-display-id-page.view-news{background-color:#f8f6f2;}.inner-share{background-color:#FFFFFF;padding:6px;float:left;}.news-share{float:right;margin:-36px 29px 0 0;overflow:hidden;cursor:pointer;height:24px;}.news-desc-med > p{width:330px;}.share-social{float:left;display:none;}.share-social img{margin-left:1px;}.event-share{float:right;overflow:hidden;cursor:pointer;margin-top:-10px;height:24px;}.news-desc-lrg{background:none repeat scroll 0 0 #EAEAEA;}.front span.date-display-single{display:none;}.front .news-item h2 a{font-size:19px;color:#a7988b;}.front .view-event-items{min-height:92px;}.front .article-image img{width:160px;height:92px;}.views-row.views-row-1.views-row-odd.views-row-first,.views-row.views-row-3.views-row-odd.views-row-first,.views-row.views-row-2.views-row-even,.views-row.views-row-3.views-row-odd.views-row-last{height:100%;}.views-row.views-row-1.views-row-odd.views-row-first{margin:0 1px 0 0;float:left;}.views-row.views-row-2.views-row-even{margin:0 1px 1px 0;float:left;}.views-row.views-row-3.views-row-odd{margin:0 1px 0 0;float:left;}.views-row.views-row-4.views-row-even{margin:0 1px 0 0;float:left;}.views-row.views-row-3.views-row-odd.views-row-last{float:left;}li.views-row.views-row-1.views-row-odd.views-row-first{margin:0 1px 1px 0;float:left;height:100%;}li.views-row.views-row-2.views-row-even{margin:0 0 1px 0;float:left;height:100%;}li.views-row.views-row-3.views-row-odd{margin:0 1px 1px 0;float:left;height:100%;}li.views-row.views-row-4.views-row-even{margin:0 0 1px 0;float:left;height:100%;}.node-title{}.views-row-3.front-news{margin:0px !important;}.field-item.even{}.field.field-name-field-image.field-type-image.field-label-hidden *{}.views-row.views-row-1.views-row-odd.views-row-first.node.node-news-article.node-promoted.node-teaser.contextual-links-region.clearfix a{color:red;}.block-hompagecontent-block{background-color:#FFFFFF;float:left;margin-right:1px;}.homeblock-list{float:right;}.not front .content-news-article{bottom:21px;top:auto;width:79%;padding:20px;color:#FFFFFF;opacity:0.9;display:none;}article-noimage,.node-events{min-height:200px;}.contextual-links-wrapper.contextual-links-processed{}li.view-events{min-height:38px;width:238px;position:relative;margin-top:1px;}li.view-tweets{min-height:38px;width:238px;position:relative;margin-top:1px;}feed-news-img.views-row img{float:left;width:60px;}.feed-news{margin-bottom:0px;background:url("/sites/default/files/DCU-logo-main_1.png") no-repeat scroll left / 140px auto transparent;}.view-tweets .views-row{background:none repeat scroll 0 0 #FFFFFF;padding:13px;}.view-tweets span.field-content{display:block;width:225px;}.views-row.recent-twitter{margin-left:60px !important;height:auto !important;width:212px !important;}.views-row.news-item-mobile{height:auto !important;}.views-row.recent-event > div{width:158px;}form#user-login{padding:10px;}form#user-login label{font-size:14px;padding-bottom:5px;}form#user-login .description{padding:5px 0 0 0;font-size:14px;}.form-submit{font-size:14px;padding:5px;color:#ffffff;background:#001640!important;}.view-event-items{float:left;width:298px;padding:0 0 0 0;margin:0 1px 1px 0;background:none repeat scroll 0 0 #FFFFFF;}.view-grouping{clear:both;display:inline-block;float:left;height:auto;margin-bottom:20px;}.event-desc-med{margin:20px;height:auto;}.event-img-med{margin-bottom:10px;}.event-date-med{margin:10px 20px;font-size:16px;color:#298caa;}.event-title-med a{font-size:24px;color:#298caa;}.view-event-items div.event-body-content{margin:15px 20px;height:auto;}.view-event-items .views-field-field-image img{margin-top:10px !important;}.basic-event-image h3.node-title{bottom:51px;position:relative;}.view-three-col-items{float:left;width:298px;padding:0 0 0 0;margin:0 1px 1px 0;background:none repeat scroll 0 0 #FFFFFF;}.three-col-desc-med{margin:20px;height:auto;}.three-col-img-med{margin-bottom:10px;}.three-col-date-med{margin:10px 20px;font-size:16px;color:#298caa;}.group1 .event-title-med a{font-size:24px;color:#298caa;}.group2 .event-title-med a{font-size:24px;color:#ebb625;}.group3 .event-title-med a{font-size:24px;color:#9b4f96;}.view-three-col-items div.3-col-body-content{margin:15px 20px;height:auto;}.view-three-col-items .views-3-col-field-image img{margin-top:10px !important;}.three-col-title-med h3{margin:10px 20px 20px;}.block.block-views.contextual-links-region.block-news-items-3-col-block.block-views-news-items-3-col-block.even.block-without-title{margin-top:20px;}.basic-video h3.node-title{position:static;}h3#no-content{position:relative !important;}.basic-item .field-item span{background:none;border:none;color:#000;}.view-frontpage-news-slideshow .flexslider_views_slideshow_slide h1{bottom:30px;display:inline-block;position:absolute;font-size:37px;}.news-item .field-item.even{padding:0 20px;}.article-image .field-name-field-image img{width:100%;}.basic-item .field-item h2 div span,.basic-item .field-item h1 div span{background:#4dacc7;background:-moz-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#4dacc7),color-stop(64%,#2198ba),color-stop(100%,#2290b1));background:-webkit-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-o-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-ms-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:linear-gradient(to right,#4dacc7 0%,#2198ba 64%,#2290b1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dacc7',endColorstr='#2290b1',GradientType=1);color:#FFFFFF;font-size:37px;line-height:1.7;padding:10px 12px 9px 20px}.views-row.views-row-3 .date-display-single,.views-row.views-row-2 .date-display-single,.views-row.views-row-1 .date-display-single{display:none;}.news-desc-lrg{display:block;}.news-lrg-readmore{display:block;}span.date-display-single{display:block;}.front span.date-display-single{display:none;}.news-date-med{display:block;}LI.download-pdf{list-style-image:url(/sites/all/themes/dcu_responsive/images/pdf-icon.png);margin-bottom:8px;}p.download-pdf{clear:left;background:url(/sites/all/themes/dcu_responsive/images/pdf-icon.png) top left no-repeat;padding-left:24px;margin:0 0 8px 0!important;}.download-word{clear:left;background:url(/sites/all/themes/dcu_responsive/images/word-icon.png) top left no-repeat;padding-left:24px;margin:0 0 8px 0!important;}.download-excel{clear:left;background:url(/sites/all/themes/dcu_responsive/images/excel-icon.png) top left no-repeat;padding-left:24px;margin:0 0 8px 0!important;;}img.Lightbox-First{clear:left;margin:0 10px 10px 0;float:left;}img.Lightbox-Main{margin:0 10px 10px 0;float:left;position:relative;}img.Lightbox-Last{margin:0 0 10px 0;position:relative;}p.paragraph-float-right{float:right;margin-right:20px;}.breadcrumb{display:none;}#page-title-brochure{background:#243351;background:-moz-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#243351),color-stop(100%,#1c2c49));background:-webkit-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-o-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-ms-linear-gradient(top,#243351 0%,#1c2c49 100%);background:linear-gradient(to bottom,#243351 0%,#1c2c49 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#243351',endColorstr='#1c2c49',GradientType=0);border-left:1px solid #293D65;border-top:1px solid #293D65;color:#FFFFFF;float:left;font-family:"DINNextLTW01-UltraLight 706122";font-size:37px;padding:6px 11px;width:314px;}.main-prev,.main-next{margin-bottom:0;position:absolute;top:30px;z-index:1;}.main-next img{margin-top:-1px;position:absolute;top:1px;}.main-next > span{background:linear-gradient(135deg,#B8246C 0%,#8D225A 100%) repeat scroll 0 0 transparent;color:#FFFFFF;float:left;font-family:"DINNextLTW01-UltraLight 706122";font-size:22px;height:26px;padding:2px 10px 1px;}.red,.yellow,.green,.blue,.purple{font-family:"DINNextLTW01-UltraLight 706122";font-weight:normal;text-transform:none;opacity:0.95;color:#ffffff;line-height:1.2em;}.box{background:none repeat scroll 0 0 #FFFFFF;color:#333333;display:inline-block;}.quote{font-family:"DINNextLTW01-UltraLight 706122";font-size:20px;color:#ffffff;display:block;float:right;position:relative;width:20%;padding:50px 30px;min-height:540px;}.quote_area_bg{background-position:center top;background-repeat:no-repeat;background-size:cover;float:left;width:100%;}.quote > img{float:left;padding:0 8px 5px 0;}.quote > p{line-height:normal !important;font-size:20px !important;margin:0 0 15px !important;}.qouter{font-family:"DIN Next W01 Bold";margin:0;}.col{float:left;padding:50px 50px 30px 30px;}.col > p{color:#666666;font-size:12px !important;margin:0 0 15px !important;}.highlight_col,.highlight_col > p{font-family:"DINNextLTW01-UltraLight 706122";font-size:20px !important;line-height:1.3;}.quote.green,.field-items .green span,.feature_link_green .feature_link_a{border-left:1px solid #71857f;border-top:1px solid #71857f;background:#193833;background:-moz-linear-gradient(-45deg,rgba(59,87,79,0.9) 0%,rgba(25,56,51,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(59,87,79,0.9)),color-stop(100%,rgba(25,56,51,0.9)));background:-webkit-linear-gradient(-45deg,rgba(59,87,79,0.9) 0%,rgba(25,56,51,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(59,87,79,0.9) 0%,rgba(25,56,51,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(59,87,79,0.9) 0%,rgba(25,56,51,0.9) 100%);background:linear-gradient(135deg,rgba(59,87,79,0.9) 0%,rgba(25,56,51,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc3b574f',endColorstr='#cc193833',GradientType=1);}.highlight_col.green,.highlight_col.green > p{color:#193833 !important;}.quote.yellow,.field-items .yellow span,.feature_link_yellow .feature_link_a{border-left:1px solid #eec24f;border-top:1px solid #eec24f;background:#D68904;background:-moz-linear-gradient(-45deg,rgba(233,174,13,0.9) 0%,rgba(214,137,4,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(233,174,13,0.9)),color-stop(100%,rgba(214,137,4,0.9)));background:-webkit-linear-gradient(-45deg,rgba(233,174,13,0.9) 0%,rgba(214,137,4,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(233,174,13,0.9) 0%,rgba(214,137,4,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(233,174,13,0.9) 0%,rgba(214,137,4,0.9) 100%);background:linear-gradient(135deg,rgba(233,174,13,0.9) 0%,rgba(214,137,4,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce9ae0d',endColorstr='#ccd68904',GradientType=1);}.highlight_col.yellow,.highlight_col.yellow > p{color:#D68904 !important;}.quote.blue,.field-items .blue span,.feature_link_blue .feature_link_a{border-left:1px solid #4caac5;border-top:1px solid #4caac5;background:#1e86a5;background:-moz-linear-gradient(-45deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(33,141,176,0.9)),color-stop(100%,rgba(30,134,165,0.9)));background:-webkit-linear-gradient(-45deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);background:linear-gradient(135deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc219ec2',endColorstr='#cc1e86a6',GradientType=1);}.highlight_col.blue,.highlight_col.blue > p{color:#1e86a5 !important;}.quote.purple,.field-items .purple span,.feature_link_purple .feature_link_a{border-left:1px solid #a770a2;border-top:1px solid #a770a2;background:#9B4F96;background:-moz-linear-gradient(-45deg,rgba(110,60,113,0.9) 0%,rgba(110,60,113,0.9) 1%,rgba(155,79,150,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(110,60,113,0.9)),color-stop(1%,rgba(110,60,113,0.9)),color-stop(100%,rgba(155,79,150,0.9)));background:-webkit-linear-gradient(-45deg,rgba(110,60,113,0.9) 0%,rgba(110,60,113,0.9) 1%,rgba(155,79,150,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(110,60,113,0.9) 0%,rgba(110,60,113,0.9) 1%,rgba(155,79,150,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(110,60,113,0.9) 0%,rgba(110,60,113,0.9) 1%,rgba(155,79,150,0.9) 100%);background:linear-gradient(135deg,rgba(110,60,113,0.9) 0%,rgba(110,60,113,0.9) 1%,rgba(155,79,150,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc6e3c71',endColorstr='#cc9b4f96',GradientType=1);}.highlight_col.purple,.highlight_col.purple > p{color:#9B4F96 !important;}.quote.red,.field-items .red span,.feature_link_red .feature_link_a{border-left:1px solid #e77580;border-top:1px solid #e77580;background:#a70818;background:-moz-linear-gradient(-45deg,rgba(224,65,81,0.9) 0%,rgba(167,8,24,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(224,65,81,0.9)),color-stop(100%,rgba(167,8,24,0.9)));background:-webkit-linear-gradient(-45deg,rgba(224,65,81,0.9) 0%,rgba(167,8,24,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(224,65,81,0.9) 0%,rgba(167,8,24,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(224,65,81,0.9) 0%,rgba(167,8,24,0.9) 100%);background:linear-gradient(135deg,rgba(224,65,81,0.9) 0%,rgba(167,8,24,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce04151',endColorstr='#cca70818',GradientType=1);}.highlight_col.red,.highlight_col.red > p{color:#a70818 !important;}.quote.pink,.field-items .pink span,.feature_link_pink .feature_link_a{border-left:1px solid #ed81b7;border-top:1px solid #ed81b7;background:#89265f;background:-moz-linear-gradient(-45deg,rgba(226,40,130,0.9) 0%,rgba(137,38,95,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(226,40,130,0.9)),color-stop(100%,rgba(137,38,95,0.9)));background:-webkit-linear-gradient(-45deg,rgba(226,40,130,0.9) 0%,rgba(137,38,95,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(226,40,130,0.9) 0%,rgba(137,38,95,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(226,40,130,0.9) 0%,rgba(137,38,95,0.9) 100%);background:linear-gradient(135deg,rgba(226,40,130,0.9) 0%,rgba(137,38,95,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e22882',endColorstr='#e689265f',GradientType=1);}.highlight_col.pink,.highlight_col.pink > p{color:#89265f !important;}.quote.navy,.field-items .navy span,.feature_link_navy .feature_link_a{border-left:1px solid #8092A8;border-top:1px solid #8092A8;background:#333366;background:-moz-linear-gradient(-45deg,rgba(67,86,126,0.9) 0%,rgba(51,51,102,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(67,86,126,0.9)),color-stop(100%,rgba(51,51,102,0.9)));background:-webkit-linear-gradient(-45deg,rgba(67,86,126,0.9) 0%,rgba(51,51,102,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(67,86,126,0.9) 0%,rgba(51,51,102,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(67,86,126,0.9) 0%,rgba(51,51,102,0.9) 100%);background:linear-gradient(135deg,rgba(67,86,126,0.9) 0%,rgba(51,51,102,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e643567e',endColorstr='#e6333366',GradientType=1);}.highlight_col.navy,.highlight_col.navy > p{color:#333366 !important;}.quote.gray,.field-items .gray span,.feature_link_gray .feature_link_a{border-left:1px solid #e4dcd5;border-top:1px solid #e4dcd5;background:#a7988b;background:-moz-linear-gradient(-45deg,rgba(205,193,180,0.9) 0%,rgba(167,152,139,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(205,193,180,0.9)),color-stop(100%,rgba(167,152,139,0.9)));background:-webkit-linear-gradient(-45deg,rgba(205,193,180,0.9) 0%,rgba(167,152,139,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(205,193,180,0.9) 0%,rgba(167,152,139,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(205,193,180,0.9) 0%,rgba(167,152,139,0.9) 100%);background:linear-gradient(135deg,rgba(205,193,180,0.9) 0%,rgba(167,152,139,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6cdc1b4',endColorstr='#e6a7988b',GradientType=1);}.highlight_col.gray,.highlight_col.gray > p{color:#a7988b !important;}.brochure_section h2,.brochure_section h1{margin-bottom:0;}.image_area > img{width:100%;}.content_box{margin:0 auto;}.feature_link_green{display:block;float:left;width:100%;}.feature_link_a{color:#FFFFFF;float:right;line-height:normal;padding:16px 29px;text-decoration:underline !important;}.feature_link_green > img,.feature_link_blue > img,.feature_link_red > img,.feature_link_yellow > img,.feature_link_purple > img,.feature_link_pink > img,.feature_link_gray > img,.feature_link_navy > img{float:right;}.opacity{opacity:0.8;}.section_title.student_records_bg{margin-bottom:-20px;}.modal-content{max-height:300px;overflow:auto;}.next_prev_container{float:right;padding-top:100px;padding-bottom:100px;width:100%;}.main-prev-brochure{float:left;}.main-next-brochure > span{color:#FFFFFF;font-family:"DINNextLTW01-UltraLight 706122";font-size:22px;padding:2px 10px 1px;background:#b8246c;background:-moz-linear-gradient(-45deg,#b8246c 0%,#8d225a 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#b8246c),color-stop(100%,#8d225a));background:-webkit-linear-gradient(-45deg,#b8246c 0%,#8d225a 100%);background:-o-linear-gradient(-45deg,#b8246c 0%,#8d225a 100%);background:-ms-linear-gradient(-45deg,#b8246c 0%,#8d225a 100%);background:linear-gradient(135deg,#b8246c 0%,#8d225a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8246c',endColorstr='#8d225a',GradientType=1);color:#FFFFFF;font-family:"DINNextLTW01-UltraLight 706122";font-size:22px;margin:-1px 0;padding:3px 10px 5px;display:inline-block;}.main-next-brochure{float:right;}.top-timeline{margin-top:-300px  !important;}}
@media all and (min-width:980px) and (min-device-width:980px),all and (max-device-width:1024px) and (min-width:1024px) and (orientation:landscape){.region-search.search-box-responsive{float:right;}.zone.zone-menu.clearfix.container-12{width:1020px;}.grid-3.region.region-branding.logo{width:269px;}.region-inner.region-search-inner{width:115px;}h1{font-size:40px}h2{font-size:37px}.field-items h2,.field-items h1{font-size:37px}.field-items h4{font-size:21px;}.field-items h5{font-size:18px;}.field-items h6{font-size:24px;}.field-items p{font-size:13px;}.sf-depth-2.menuparent.active,.menuparent.nolink,.sf-depth-2.menuparent{color:#FFFFFF;font-family:Arial,Helvetica,sans-serif;font-weight:bold;margin:0 0 20px;}.sf-depth-2.active,.sf-depth-2.nolink{line-height:12px;}.sf-menu a,.sf-depth-2.nolink{display:block;font-size:12px;position:relative;text-decoration:none;line-height:calc();}.sf-menu,.sf-menu *{list-style:none;margin:0;padding:0;}.sf-menu{line-height:1.0;z-index:497;}.sf-menu ul{left:0;position:absolute;top:-99999em;width:12em;z-index:999;}.sf-megamenu-wrapper,.sf-megamenu-wrapper ol{z-index:999;}#zone-menu.container-12{position:relative;z-index:999;}.block-superfish .content{position:relative;z-index:999;}.sf-megamenu-wrapper.last.even.sf-item-4.sf-depth-1.sf-total-children-4.sf-parent-children-4.sf-single-children-0.menuparent,.sf-megamenu-wrapper.last.even.sf-item-4.sf-depth-1.sf-total-children-5.sf-parent-children-5.sf-single-children-0.menuparent,.sf-megamenu-wrapper.first.odd.sf-item-1.sf-depth-1.sf-total-children-3.sf-parent-children-3.sf-single-children-0.menuparent,.sf-megamenu-wrapper.middle.even.sf-item-2.sf-depth-1.sf-total-children-5.sf-parent-children-5.sf-single-children-0.menuparent,.sf-megamenu-wrapper.first.odd.sf-item-1.sf-depth-1.sf-total-children-2.sf-parent-children-2.sf-single-children-0.menuparent,.sf-megamenu-wrapper.middle.even.sf-item-2.sf-depth-1.sf-total-children-4.sf-parent-children-4.sf-single-children-0.menuparent,.sf-megamenu-wrapper.middle.odd.sf-item-3.sf-depth-1.sf-total-children-3.sf-parent-children-3.sf-single-children-0.menuparent,.sf-megamenu-wrapper.last.even.sf-item-4.sf-depth-1.sf-total-children-3.sf-parent-children-3.sf-single-children-0.menuparent,.sf-megamenu-wrapper.first.odd.sf-item-1.sf-depth-1.sf-total-children-4.sf-parent-children-4.sf-single-children-0.menuparent{padding:0 0 0 20px;width:940px;}.sf-total-children-1 .sf-depth-2 .sf-megamenu-column{width:700px;}.sf-total-children-2 .sf-depth-2 .sf-megamenu-column{width:450px;}.sf-total-children-3 .sf-depth-2 .sf-megamenu-column{width:245px;}.sf-total-children-4 .sf-depth-2 .sf-megamenu-column{width:190px;}.sf-total-children-5 .sf-depth-2 .sf-megamenu-column{width:148px;}.sf-total-children-6 .sf-depth-2 .sf-megamenu-column{width:150px;}#social{border-left:1px solid #4C5B79;float:right;height:auto;width:81px;}#social img{width:28px;height:28px;}#social #social_link{margin:5px 0 0 20px;}.sf-menu li{float:left;}.li a.active,.li a.hover{text-decoration:underline;}.sf-depth-1 a,.sf-depth-1.active{margin:20px 0 0 20px;color:#999999;}.sf-depth-2.menuparent.active,.sf-depth-2.menuparent{color:#FFFFFF;font-weight:bold;margin:15px 0;font-family:Arial,Helvetica,sans-serif;}.sf-depth-2.active{line-height:12px;margin:0;font-family:Arial,Helvetica,sans-serif;}.sf-depth-3.active{color:#ffffff;font-weight:normal;text-decoration:underline;font-family:Arial,Helvetica,sans-serif;}.sf-depth-3{color:#999999;font-weight:normal;line-height:18px;margin:0;text-decoration:none;line-height:18px;margin:0 !important;font-family:Arial,Helvetica,sans-serif;}.new_row.sf-depth-2.menuparent:hover{text-decoration:underline;}.new_row.sf-depth-2.menuparent.active:hover{text-decoration:underline;}.new_row.sf-depth-2.menuparent{color:#999999;font-weight:normal;line-height:18px;margin:40px 0 0;text-decoration:none;}.new_row.sf-depth-2.menuparent.active{color:#ffffff;font-weight:normal;margin:40px 0 0;text-decoration:underline;}.sf-depth-4 a,.sf-depth-4.active{margin:0 !important;}.sf-depth-4.active{color:#ffffff;font-weight:normal;text-decoration:underline;font-family:Arial,Helvetica,sans-serif;}.sf-depth-4{color:#999999;font-weight:normal;line-height:18px;margin:0;text-decoration:none;line-height:18px;margin:0 !important;font-family:Arial,Helvetica,sans-serif;}.school_break{padding-top:20px;}.sf-menu a{display:block;position:relative;text-decoration:none;font-size:12px;}.sf-menu li:hover,.sf-menu li.sfHover,.sf-menu li:hover ul,.sf-menu li.sfHover ul{z-index:499;text-decoration:none;}.sf-menu li:hover > ul,.sf-menu li.sfHover > ul{left:-1px;top:69px;}.sf-menu li li:hover > ul,.sf-menu li li.sfHover > ul{left:1px;top:69px;}.sf-menu a.sf-with-ul{min-width:1px;}.mainmenu_caption{color:#7688AD;font-family:"DIN Next W01 Regular";padding:2px 20px 0 20px;text-decoration:none;cursor:pointer;font-size:11px;}.sf-sub-indicator{background:url(/sites/all/themes/dcu_responsive/images/arrows-ffffff.png) no-repeat -10px -100px;display:block;height:10px;overflow:hidden;position:absolute;right:0.75em;text-indent:-999em;top:1.05em;width:10px;}a > .sf-sub-indicator{top:0.8em;background-position:0 -100px;}a:focus > .sf-sub-indicator,a:hover > .sf-sub-indicator,a:active > .sf-sub-indicator,li:hover > a > .sf-sub-indicator,li.sfHover > a > .sf-sub-indicator{background-position:-10px -100px;}.sf-menu ul .sf-sub-indicator{background-position:-10px 0;}.sf-menu ul a > .sf-sub-indicator{background-position:0 0;}.sf-menu ul a:focus > .sf-sub-indicator,.sf-menu ul a:hover > .sf-sub-indicator,.sf-menu ul a:active > .sf-sub-indicator,.sf-menu ul li:hover > a > .sf-sub-indicator,.sf-menu ul li.sfHover > a > .sf-sub-indicator{background-position:-10px 0;}.sf-menu.sf-horizontal.sf-shadow ul,.sf-menu.sf-vertical.sf-shadow ul,.sf-menu.sf-navbar.sf-shadow ul ul{background:url(/sites/all/themes/dcu_responsive/images/shadow.png) no-repeat right bottom;padding:0 8px 9px 0;-webkit-border-top-right-radius:8px;-webkit-border-bottom-left-radius:8px;-moz-border-radius-topright:8px;-moz-border-radius-bottomleft:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;}.sf-shadow ul.sf-shadow-off{background:transparent;}.sf-menu.rtl,.sf-menu.rtl li{float:right;}.sf-menu.rtl li:hover > ul,.sf-menu.rtl li.sfHover > ul{left:auto;right:0;}.sf-menu.rtl li li:hover > ul,.sf-menu.rtl li li.sfHover > ul{left:auto;right:12em;}.sf-menu.rtl ul{left:auto;right:0;}.sf-menu.rtl .sf-sub-indicator{left:0.75em;right:auto;background:url(/sites/all/themes/dcu_responsive/images/arrows-ffffff-rtl.png) no-repeat -10px -100px;}.sf-menu.rtl a > .sf-sub-indicator{top:0.8em;background-position:-10px -100px;}.sf-menu.rtl a:focus > .sf-sub-indicator,.sf-menu.rtl a:hover > .sf-sub-indicator,.sf-menu.rtl a:active > .sf-sub-indicator,.sf-menu.rtl li:hover > a > .sf-sub-indicator,.sf-menu.rtl li.sfHover > a > .sf-sub-indicator{background-position:0 -100px;}.sf-menu.rtl ul .sf-sub-indicator{background-position:0 0;}.sf-menu.rtl ul a > .sf-sub-indicator{background-position:-10px 0;}.sf-menu.rtl ul a:focus > .sf-sub-indicator,.sf-menu.rtl ul a:hover > .sf-sub-indicator,.sf-menu.rtl ul a:active > .sf-sub-indicator,.sf-menu.rtl ul li:hover > a > .sf-sub-indicator,.sf-menu.rtl ul li.sfHover > a > .sf-sub-indicator{background-position:0 0;}.sf-menu.rtl.sf-horizontal.sf-shadow ul,.sf-menu.rtl.sf-vertical.sf-shadow ul,.sf-menu.rtl.sf-navbar.sf-shadow ul ul{background-position:bottom left;padding:0 0 9px 8px;-webkit-border-radius:8px;-webkit-border-top-right-radius:0;-webkit-border-bottom-left-radius:0;-moz-border-radius:8px;-moz-border-radius-topright:0;-moz-border-radius-bottomleft:0;border-radius:8px;border-top-right-radius:0;border-bottom-left-radius:0;}.sf-vertical.rtl li:hover > ul,.sf-vertical.rtl li.sfHover > ul{left:auto;right:12em;}.sf-vertical.rtl .sf-sub-indicator{background-position:-10px 0;}.sf-vertical.rtl a > .sf-sub-indicator{background-position:0 0;}.sf-vertical.rtl a:focus > .sf-sub-indicator,.sf-vertical.rtl a:hover > .sf-sub-indicator,.sf-vertical.rtl a:active > .sf-sub-indicator,.sf-vertical.rtl li:hover > a > .sf-sub-indicator,.sf-vertical.rtl li.sfHover > a > .sf-sub-indicator{background-position:-10px 0;}.sf-navbar.rtl li li{float:right;}.sf-navbar.rtl ul .sf-sub-indicator{background-position:0 -100px;}.sf-navbar.rtl ul a > .sf-sub-indicator{background-position:-10px -100px;}.sf-navbar.rtl ul a:focus > .sf-sub-indicator,.sf-navbar.rtl ul a:hover > .sf-sub-indicator,.sf-navbar.rtl ul a:active > .sf-sub-indicator,.sf-navbar.rtl ul li:hover > a > .sf-sub-indicator,.sf-navbar.rtl ul li.sfHover > a > .sf-sub-indicator{background-position:0 -100px;}.sf-navbar.rtl ul ul .sf-sub-indicator{background-position:0 0;}.sf-navbar.rtl ul ul a > .sf-sub-indicator{background-position:-10px 0;}.sf-navbar.rtl ul ul a:focus > .sf-sub-indicator,.sf-navbar.rtl ul ul a:hover > .sf-sub-indicator,.sf-navbar.rtl ul ul a:active > .sf-sub-indicator,.sf-navbar.rtl ul ul li:hover > a > .sf-sub-indicator,.sf-navbar.rtl ul ul li.sfHover > a > .sf-sub-indicator{background-position:0 0;}.sf-navbar.rtl li li:hover > ul,.sf-navbar.rtl li li.sfHover > ul{left:auto;right:0;}.sf-navbar.rtl li li li:hover > ul,.sf-navbar.rtl li li li.sfHover > ul{left:auto;right:12em;}.sf-navbar.rtl > li > ul{background:transparent;padding:0;-moz-border-radius-bottomright:0;-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;-webkit-border-bottom-right-radius:0;}.sf-depth-1{color:#ffffff;font-size:12px;background-color:transparent;}.sf-depth-1 a:hover{text-decoration:none;}.sf-depth-2{font-weight:normal;color:#ffffff;font-size:10px;margin-right:50px;line-height:1.2px;}#block-superfish-1{height:70px;}.menu-desc{font-size:10px;}.sf-megamenu-column{float:left;margin-bottom:30px;padding-left:10px;padding-right:10px;}.first.odd.sf-item-1.sf-depth-1.list-check.sf-total-children-3.sf-parent-children-3.sf-single-children-0.menuparent{border-left:none;}.sf-megamenu-wrapper{background:#122448;background-color:rgba(18,36,72,.95);}.sf-megamenu-wrapper ol li{background-color:transparent;float:none;}.sf-megamenu-wrapper ol li:hover{background-color:transparent;}.sf-megamenu-column a:hover{color:#ffffff;text-decoration:underline;}.sf-megamenu-wrapper.first.odd.sf-item-1,.sf-megamenu-wrapper.middle.even.sf-item-2,.sf-megamenu-wrapper.middle.odd.sf-item-3,.sf-megamenu-wrapper.last.even.sf-item-4{margin:0 0 0 -239px;}ul.menu{font-size:16px;}#page-title{color:#259abb;font-size:50px;font-weight:normal;margin:30px 0 30px 75px;}.region-inner.region-search-inner{height:70px;margin-left:-35px;}#header-search{padding:20px 0 0 20px;}.search-button{background-color:transparent;background-image:url(/sites/default/files/search-icon.png) !important;background-repeat:no-repeat !important;margin:3px 0 0 -20px;}.homeblock-list .views-row .field-content .block-title{position:absolute;font-size:22px;top:20px;color:#FFF;}.homeblock-list .views-row{position:relative;}.homeblock-list .views-row .field-content .block-title .node-span1{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#219ec2;background:-moz-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#219ec2),color-stop(100%,#1e86a6));background:-webkit-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-o-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-ms-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:linear-gradient(to right,#219ec2 0%,#1e86a6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#219ec2',endColorstr='#1e86a6',GradientType=1);}.homeblock-list .views-row .field-content .block-title .node-span2{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#233a67;background:-moz-linear-gradient(left,#233a67 0%,#001640 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#233a67),color-stop(100%,#001640));background:-webkit-linear-gradient(left,#233a67 0%,#001640 100%);background:-o-linear-gradient(left,#233a67 0%,#001640 100%);background:-ms-linear-gradient(left,#233a67 0%,#001640 100%);background:linear-gradient(to right,#233a67 0%,#001640 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#233a67',endColorstr='#001640',GradientType=1);}.homeblock-list .views-row .field-content .block-title .node-span3{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#e9ae0d;background:-moz-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#e9ae0d),color-stop(100%,#df9c09));background:-webkit-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-o-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-ms-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:linear-gradient(to right,#e9ae0d 0%,#df9c09 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9ae0d',endColorstr='#df9c09',GradientType=1);}.homeblock-list .views-row .field-content .block-title .node-span4{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#9b4f96;background:-moz-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#9b4f96),color-stop(100%,#6e3c71));background:-webkit-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-o-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-ms-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:linear-gradient(to right,#9b4f96 0%,#6e3c71 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b4f96',endColorstr='#6e3c71',GradientType=1);}.homeblock-list .views-row .field-content .block-title span{line-height:14px;padding:5px 16px;color:#FFF;}.homeblock-list .views-row .field-content .block-title a div{margin-bottom:15px;}.homeblock-list .views-row .field-content .block-subtitle{position:absolute;font-size:12px;bottom:20px;min-height:60px;color:#FFF;-khtml-opacity:0.9;-moz-opacity:0.9;opacity:0.9;filter:alpha(opacity=90);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";}.homeblock-list .views-row .field-content .subtitle-1{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#219ec2;background:-moz-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#219ec2),color-stop(100%,#1e86a6));background:-webkit-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-o-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-ms-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:linear-gradient(to right,#219ec2 0%,#1e86a6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#219ec2',endColorstr='#1e86a6',GradientType=1);}.homeblock-list .views-row .field-content .subtitle-2{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#233a67;background:-moz-linear-gradient(left,#233a67 0%,#001640 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#233a67),color-stop(100%,#001640));background:-webkit-linear-gradient(left,#233a67 0%,#001640 100%);background:-o-linear-gradient(left,#233a67 0%,#001640 100%);background:-ms-linear-gradient(left,#233a67 0%,#001640 100%);background:linear-gradient(to right,#233a67 0%,#001640 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#233a67',endColorstr='#001640',GradientType=1);}.homeblock-list .views-row .field-content .subtitle-3{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#e9ae0d;background:-moz-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#e9ae0d),color-stop(100%,#df9c09));background:-webkit-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-o-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-ms-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:linear-gradient(to right,#e9ae0d 0%,#df9c09 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9ae0d',endColorstr='#df9c09',GradientType=1);}.homeblock-list .views-row .field-content .subtitle-4{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#9b4f96;background:-moz-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#9b4f96),color-stop(100%,#6e3c71));background:-webkit-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-o-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-ms-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:linear-gradient(to right,#9b4f96 0%,#6e3c71 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b4f96',endColorstr='#6e3c71',GradientType=1);}.homeblock-list .views-row .field-content .block-subtitle{width:76%;padding:20px;}.homeblock-list .views-row .field-content .block-subtitle a,.homeblock-list .views-row .field-content .block-subtitle a:visited,.homeblock-list .views-row .field-content .block-subtitle a:active{color:#FFF !important;}.block-hompagecontent-block p{margin-bottom:10px;line-height:1.4;font:Arial,Helvetica,sans-serif;font-size:14px;}.view-dcu2013-homepageblock .views-row{margin-bottom:1px;}.article-video h3.node-title{position:relative;}.video-content .date-display-single{top:386px;}.embedded-video{height:350px;margin-bottom:10px;width:100%;}.article-video .field-item.even{padding:0;}.article-video p{padding:0 20px;}.content-news-article a,.content-news-article a:visited,.content-news-article a:active{color:#FFFFFF}.view-news-items{height:0px;}.view-news-items:nth-child(4){margin-top:20px;}.article-noimage,.node-events{min-height:240px;}.region-footer-first,.region-footer-third,.region-footer-second{border-top:none;}.social-icon{float:left;margin-top:20px;}.social-icon img{width:26px;height:27px;margin-right:5px;}.logos-footer{float:right;text-align:right;width:100%;}.grid-4.region.region-footer-third{width:auto;display:inline-block;float:left;width:270px;}#region-footer-first{}.social-wrapper{border-left:1px solid #fff;border-right:1px solid #fff;height:79px;}.school-social-wrapper{margin-top:37px;float:right;}.school-social-icon{float:left;}.school-social-icon img{width:34px;height:35px;margin-left:1px;}.span-l1,.span-l2,.span-l3{background:#243351;background:-moz-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#243351),color-stop(100%,#1c2c49));background:-webkit-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-o-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-ms-linear-gradient(top,#243351 0%,#1c2c49 100%);background:linear-gradient(to bottom,#243351 0%,#1c2c49 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#243351',endColorstr='#1c2c49',GradientType=0);border-left:1px solid;border-top:1px solid;border-color:rgba(255,255,255,0.2);border-color:rgba(255,255,255,0.2);opacity:0.95;}.div-l1,.div-l2,.div-l3{line-height:53px;}#block-views-4bd4322512eddbf6a492fb78fb554ec0 .block-title{background-color:#C9BEB3;color:#FFFFFF;font-size:17px;margin-bottom:1px;margin-left:0;margin-top:33px;padding:10px 20px 6px;font-family:"DIN Next W01 Regular";}.node-teaser{position:relative;}.ready-tabber p{margin:0 34px 0 0;}.content h3.node-title span{background:#4dacc7;background:-moz-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#4dacc7),color-stop(64%,#2198ba),color-stop(100%,#2290b1));background:-webkit-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-o-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-ms-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:linear-gradient(to right,#4dacc7 0%,#2198ba 64%,#2290b1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dacc7',endColorstr='#2290b1',GradientType=1);border-left:1px solid #8092a8;border-top:1px solid #8092a8;font-size:37px;line-height:1.7;padding:10px 12px 9px 20px;color:#ffffff;}.related-news .node-teaser{max-height:160px;overflow:hidden;}.news-item .field-items p{margin:20px;color:#494949;}.news-title-lrg{margin-top:0px;}.news-desc-lrg{margin-top:-9px;background:none repeat scroll 0 0 #EAEAEA;}.news-lrg-share{top:-20px;}.news-lrg-share{display:block;}.article-news{position:relative;}.news-title-med h3{line-height:1.8;margin-top:1px;-webkit-margin-before:0px;position:relative;top:0;}.three-col-title-med a{color:#298CAA;font-size:20px;}table{border:none;margin-top:20px;}.ready-tab a{padding:9px 35px 9px 10px;width:20% !important;}.ready-tab a{max-height:21px;}.flex-caption{bottom:0;font-size:37px;height:auto;margin-bottom:21px;width:100%;}.front span.date-display-single{display:none;}.front .news-item h2 a{font-size:19px;color:#a7988b;}.front .view-event-items{min-height:92px;}.front .article-image img{width:160px;height:92px;}.views-row.views-row-1.views-row-odd.views-row-first,.views-row.views-row-3.views-row-odd.views-row-first,.views-row.views-row-2.views-row-even,.views-row.views-row-3.views-row-odd.views-row-last{height:100%;overflow:hidden;width:238px;}.views-row.views-row-1.views-row-odd.views-row-first{margin:0 1px 1px 0;width:239px;float:left;}.views-row.views-row-2.views-row-even{margin:0 1px 1px 0;width:239px;float:left;}.views-row.views-row-3.views-row-odd{margin:0 1px 1px 0;width:239px;float:left;}.views-row.views-row-4.views-row-even{margin:0 1px 1px 0;width:239px;float:left;}li.views-row.views-row-1.views-row-odd.views-row-first{margin:0 1px 1px 0;width:239px;float:left;height:100%;}li.views-row.views-row-2.views-row-even{margin:0 0 1px 0;width:239px;float:left;height:100%;}li.views-row.views-row-3.views-row-odd{margin:0 1px 1px 0;width:239px;float:left;height:100%;}li.views-row.views-row-4.views-row-even{margin:0 0 1px 0;width:239px;float:left;height:100%;}.views-row.views-row-3.views-row-odd.views-row-last{float:left;}.node-title{margin:0;}.views-row-3.front-news{margin:0px !important;}.field-item.even{padding:0px;}.field.field-name-field-image.field-type-image.field-label-hidden *{padding:0;}.views-row.views-row-1.views-row-odd.views-row-first.node.node-news-article.node-promoted.node-teaser.contextual-links-region.clearfix a{color:red;}.block-hompagecontent-block{background-color:#FFFFFF;float:left;margin-right:1px;padding:20px;width:199px;}.homeblock-list{width:479px;float:right;}.not-front .content h2.node-title,.content h1.node-title{height:auto;margin-top:23px;}h2 .node-div1,h2 .node-div2,h2 .node-div3,h1 .node-div1,h1 .node-div2,h1 .node-div3{font-size:19px;line-height:33px;}.not front .content-news-article{width:74%;padding:20px;color:#FFFFFF;opacity:0.9;display:none;}.view-event-items{background:none repeat scroll 0 0 #FFFFFF;float:left;margin:0 1px 1px 0;padding:0;width:238px;min-height:329px;}.news-items-header.medium{float:left;position:relative;width:350px;}.view-news-items:nth-child(3) .news-items-header{margin-right:19px;}.news-title-med .news-div span{font-size:17px;color:#FFFFFF;display:inline;padding:6px 20px 6px 20px;-webkit-padding-after:6px;-webkit-padding-before:5px;position:relative;}.news-date-med{top:192px;}.news-date-med span{-webkit-padding-after:6px;}.view-news-items:nth-child(2){height:310px;margin-bottom:20px;}.news-title-med .news-div{margin-bottom:0px;}.news-desc-med{width:310px;background:none repeat scroll 0 0 #FEFEFE;height:auto;margin-bottom:2px;margin-top:0;padding:10px 20px;position:relative;}.news-img-med img{width:100%;}.news-title-lrg h2{margin-bottom:37px;margin-top:-171px;}.news-title-lrg h1{margin-bottom:37px;margin-top:-171px;}.news-title-lrg .news-div{font-size:28px;margin-bottom:15px;}.news-lrg-readmore{font-size:12px;height:35px;padding:0;margin-bottom:35px;}.news-share{margin:-36px 0 0;}.three-col-img-med{height:160px;overflow:hidden;}.three-col-img-med img{width:100%;}.view-three-col-items{width:238px;}.three-col-title-med{min-height:62px;}.three-col-desc-med{min-height:137px;}.view-id-news_items_3_col .view-three-col-items{margin-bottom:20px;}.block.block-views.contextual-links-region.block-news-items-3-col-block.block-views-news-items-3-col-block.even.block-without-title{margin-top:0px;}.basic-video h3.node-title{position:static;}.basic-image h3.node-title{top:140px;}.basic-item .field-items{padding:20px;}.basic-item .field-items p{line-height:1.5;}h3#no-content{position:relative !important;top:75px;}.basic-item .field-item span{background:none;border:none;color:#000;}.basic-item .field-item h2 div span,.basic-item .field-item h1 div span{background:#4dacc7;background:-moz-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#4dacc7),color-stop(64%,#2198ba),color-stop(100%,#2290b1));background:-webkit-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-o-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-ms-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:linear-gradient(to right,#4dacc7 0%,#2198ba 64%,#2290b1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dacc7',endColorstr='#2290b1',GradientType=1);color:#FFFFFF;font-size:37px;line-height:1.7;padding:10px 12px 9px 20px}.two-col{float:left;padding:0 40px 0 0;width:419px;}.three-col{float:left;padding:0 40px 0 0;width:266px;}.block.block-views.contextual-links-region.block-4bd4322512eddbf6a492fb78fb554ec0.block-views-4bd4322512eddbf6a492fb78fb554ec0.even{display:block;}.news-block{display:block;}#social{display:block;}.block.block-views.block-4bd4322512eddbf6a492fb78fb554ec0.block-views-4bd4322512eddbf6a492fb78fb554ec0.even{display:block;}.block.block-superfish.contextual-links-region.block-1.block-superfish-1.odd.block-without-title{display:block;}.view-tweets span.field-content{display:block;width:161px;}.view-sidebar-events span.field-content{display:block;width:161px;}.recent-twitter-list .recent-twitter{width:152px !important;}.block-quicktabs-live-feed-mobile{display:none;}.news-desc-lrg{display:block;}.news-lrg-readmore{display:block;}.block-superfish,.block-superfish div{overflow:visible;zoom:1;}.region-menu{position:static !important;}<!-- *  Brochure Sizes for each responsve css.-->

 

.fifty{width:50%;}.seventhy_five{width:75%;}.sixty_six{width:66%}.top .content_box{margin-top:-64px;}.bottom .content_box{margin-top:-73px;}.col_33{width:239px;}.col_22{width:399px;}.col_1212{width:236px;}.col_11{width:400px;}.col.col_2663326633.col_0{width:560px;}.col.col_2663326633.col_1{width:239px;}.col.col_2336623366.col_0{width:239px;}.col.col_2336623366.col_1{width:560px;}.center{height:auto;padding-top:250px;}.bottom{padding-top:994px;height:auto;}.brochure_section{background-position:center top;background-repeat:no-repeat;background-size:cover;margin-bottom:90px;}.top{height:auto;min-height:1024px;padding-top:10px;}.view-directbrand-science-record{margin:0 auto 400px;}.case-member-img img{height:auto !important;width:160px !important;}.content_box{width:960px !important;}<!--sizes of columns end-->
<!-- * Brochure Sizes end -->

<!--flexslider-->
.brochure_section.center.loading .flexslider{background:none repeat scroll 0 0 transparent;}#carousel{margin:auto;width:800px;}#carousel .slides > li{width:200px !important;}.brochure_section.center.loading{margin:auto -100% 0;}.brochure_section.center.loading .flexslider .slides img{display:block;max-height:100%;width:100%;}}
@media all and (min-width:980px) and (min-device-width:980px),all and (max-device-width:1024px) and (min-width:1024px) and (orientation:landscape){.grid-1,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.grid-7,.grid-8,.grid-9,.grid-10,.grid-11,.grid-12{display:inline;float:left;position:relative;margin-left:0px;margin-right:1px;}.push-1,.pull-1,.push-2,.pull-2,.push-3,.pull-3,.push-4,.pull-4,.push-5,.pull-5,.push-6,.pull-6,.push-7,.pull-7,.push-8,.pull-8,.push-9,.pull-9,.push-10,.pull-10,.push-11,.pull-11,.push-12,.pull-12{position:relative;}.alpha{margin-left:0;}.omega{margin-right:0;}body{min-width:960px;}.container-12{margin-left:auto;margin-right:auto;width:960px;}.container-12 .grid-1{width:79px;}.container-12 .grid-2{width:159px;}.container-12 .grid-3{width:239px;}.container-12 .grid-4{width:319px;}.container-12 .grid-5{width:399px;}.container-12 .grid-6{width:479px;}.container-12 .grid-7{width:559px;}.container-12 .grid-8{width:639px;}.container-12 .grid-9{width:719px;}.container-12 .grid-10{width:7990px;}.container-12 .grid-11{width:879px;}.container-12 .grid-12{width:959px;}.container-12 .prefix-1{padding-left:80px;}.container-12 .prefix-2{padding-left:160px;}.container-12 .prefix-3{padding-left:240px;}.container-12 .prefix-4{padding-left:320px;}.container-12 .prefix-5{padding-left:400px;}.container-12 .prefix-6{padding-left:480px;}.container-12 .prefix-7{padding-left:560px;}.container-12 .prefix-8{padding-left:640px;}.container-12 .prefix-9{padding-left:720px;}.container-12 .prefix-10{padding-left:800px;}.container-12 .prefix-11{padding-left:880px;}.container-12 .suffix-1{padding-right:80px;}.container-12 .suffix-2{padding-right:160px;}.container-12 .suffix-3{padding-right:240px;}.container-12 .suffix-4{padding-right:320px;}.container-12 .suffix-5{padding-right:400px;}.container-12 .suffix-6{padding-right:480px;}.container-12 .suffix-7{padding-right:560px;}.container-12 .suffix-8{padding-right:640px;}.container-12 .suffix-9{padding-right:720px;}.container-12 .suffix-10{padding-right:800px;}.container-12 .suffix-11{padding-right:880px;}.container-12 .push-1{left:80px;}.container-12 .push-2{left:160px;}.container-12 .push-3{left:240px;}.container-12 .push-4{left:320px;}.container-12 .push-5{left:400px;}.container-12 .push-6{left:480px;}.container-12 .push-7{left:560px;}.container-12 .push-8{left:640px;}.container-12 .push-9{left:720px;}.container-12 .push-10{left:800px;}.container-12 .push-11{left:880px;}.container-12 .pull-1{left:-80px;}.container-12 .pull-2{left:-160px;}.container-12 .pull-3{left:-240px;}.container-12 .pull-4{left:-320px;}.container-12 .pull-5{left:-400px;}.container-12 .pull-6{left:-480px;}.container-12 .pull-7{left:-560px;}.container-12 .pull-8{left:-640px;}.container-12 .pull-9{left:-720px;}.container-12 .pull-10{left:-800px;}.container-12 .pull-11{left:-880px;}}
@media all and (min-width:1220px){#region-content .clearfix:after{clear:none;}.region{min-height:0px;}img{height:auto%;}.field-item.even img{height:auto;}body{font-size:12px;}.content .profile{padding:20px;}.sf-depth-3{line-height:1.5;}.sf-depth-3 a{}.grid-1,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.grid-7,.grid-8,.grid-9,.grid-10,.grid-11,.grid-12,.grid-13,.grid-14,.grid-15,.grid-16,.grid-17,.grid-18,.grid-19,.grid-20,.grid-21,.grid-22,.grid-23,.grid-24{display:inline;float:left;position:relative;margin-left:0px !important;margin-right:1px !important;}.content.news-item.column{min-height:115px;padding:0px;}.zone-menu{background:#001640;}.region-menu{height:auto;border-left:none;border-top:none;padding-right:0px;}.logo-img{margin:10px 0 0 30px;}.block.block-block.contextual-links-region.block-57.block-block-57.even.block-without-title{float:left;width:100%;}.block-54.block-block-54{float:left;width:auto;}.region-inner.region-footer-first-inner{float:left;width:auto;}.grid-4.region.region-footer-third{width:auto;display:block;float:none;}.block-menu{margin-top:2px;}.region-search.search-box-responsive{float:right;margin-top:0px;}.dhtml-menu.collapsed.start-collapsed.expanded.dhtml-menu-open,.dhtml-menu.start-collapsed.expanded.dhtml-menu-open,dhtml-menu.start-collapsed.expanded,ul li.expanded{list-style-image:none !important;list-style-type:none !important;margin-right:0px;}.menu_span_1{padding:0 10px 0 0;}.menu_span_2{padding:0 0 0 10px;}ul.menu li{margin:0 0 1px 0;float:none;}#footer_logo_wrapper > ul{padding:0px;}#footer_menu{padding:20px 0;}#footer_menu_item{float:left;width:25%;line-height:normal;}#footer_menu_item > a:hover{text-decoration:underline;}.flex-caption{}.views-row.views-row-1.views-row-odd.views-row-first{}.views-row.views-row-2.views-row-even{}.views-row.views-row-3.views-row-odd.views-row-last{}.content h2.node-title{}h2 .node-div1,h2 .node-div2,h2 .node-div3{}h2 .node-span1,h2 .node-span2,h1 .node-span1,h1 .node-span2{padding:5px 12px 5px 20px;}.flex-control-nav{left:auto;top:auto;bottom:20px;right:15px;position:absolute;width:auto;}.sf-megamenu-wrapper.last.even.sf-item-4.sf-depth-1.sf-total-children-4.sf-parent-children-4.sf-single-children-0.menuparent,.sf-megamenu-wrapper.last.even.sf-item-4.sf-depth-1.sf-total-children-5.sf-parent-children-5.sf-single-children-0.menuparent,.sf-megamenu-wrapper.first.odd.sf-item-1.sf-depth-1.sf-total-children-3.sf-parent-children-3.sf-single-children-0.menuparent,.sf-megamenu-wrapper.middle.even.sf-item-2.sf-depth-1.sf-total-children-5.sf-parent-children-5.sf-single-children-0.menuparent,.sf-megamenu-wrapper.first.odd.sf-item-1.sf-depth-1.sf-total-children-2.sf-parent-children-2.sf-single-children-0.menuparent,.sf-megamenu-wrapper.middle.even.sf-item-2.sf-depth-1.sf-total-children-4.sf-parent-children-4.sf-single-children-0.menuparent,.sf-megamenu-wrapper.middle.odd.sf-item-3.sf-depth-1.sf-total-children-3.sf-parent-children-3.sf-single-children-0.menuparent,.sf-megamenu-wrapper.last.even.sf-item-4.sf-depth-1.sf-total-children-3.sf-parent-children-3.sf-single-children-0.menuparent,.sf-megamenu-wrapper.first.odd.sf-item-1.sf-depth-1.sf-total-children-4.sf-parent-children-4.sf-single-children-0.menuparent{padding:0 0 0 0px;width:720px;margin-top:0px;}.breadcrumb{-webkit-margin-after:1px;background-color:#E7E1D4;margin-bottom:0;margin-left:0;margin-right:0;margin-top:0;padding-bottom:12px;padding-left:20px;padding-right:0;padding-top:12px;}.breadcrumb a{color:#262150;line-height:1;}.breadcrumb a:hover,.breadcrumb a:focus{text-decoration:underline;}.region-inner.region-sidebar-first-inner{margin:0;}li.expanded,li.collapsed,li.leaf{padding:0;}.dhtml-menu{border:medium none;list-style:none outside none;text-align:right;float:none;padding:0;}ul.menu{border:medium none;list-style:none outside none;text-align:right;}.menu li a{line-height:36px;}#page-title{color:#259abb;font-weight:normal;}.region-inner.region-search-inner{background:rgb(35,58,103);background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMjMzYTY3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzYlIiBzdG9wLWNvbG9yPSIjMTYyYzU3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA4MWY0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);background:-moz-linear-gradient(-45deg,rgba(35,58,103,1) 1%,rgba(22,44,87,1) 76%,rgba(8,31,73,1) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(1%,rgba(35,58,103,1)),color-stop(76%,rgba(22,44,87,1)),color-stop(100%,rgba(8,31,73,1)));background:-webkit-linear-gradient(-45deg,rgba(35,58,103,1) 1%,rgba(22,44,87,1) 76%,rgba(8,31,73,1) 100%);background:-o-linear-gradient(-45deg,rgba(35,58,103,1) 1%,rgba(22,44,87,1) 76%,rgba(8,31,73,1) 100%);background:-ms-linear-gradient(-45deg,rgba(35,58,103,1) 1%,rgba(22,44,87,1) 76%,rgba(8,31,73,1) 100%);background:linear-gradient(135deg,rgba(35,58,103,1) 1%,rgba(22,44,87,1) 76%,rgba(8,31,73,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#233a67',endColorstr='#081f49',GradientType=1);}#header-search{}#keywords{background-clip:none;background-color:#30436a;border-top:groove 1px #081e48;border-right:groove 1px #2e4268;border-bottom:groove 1px #2e4268;border-left:groove 1px #081e48;border-top-color:#081e48;border-right-color:#2e4268;border-bottom-color:#2e4268;border-left-color:#081e48;border-top-style:groove;border-right-style:groove;border-bottom-style:groove;border-left-style:groove;-webkit-appearance:none;color:#000000;outline:none;color:#FFFFFF;text-shadow:1px 1px 1px #102650;filter:dropshadow(color=#102650,offx=1,offy=1);font-size:13px;height:2.2em;padding:5px;width:80%;}.search-button{background-color:transparent;background-image:url(/sites/default/files/search-icon.png) !important;background-repeat:no-repeat !important;display:inline;}.homeblock-list .views-row .field-content .block-title{position:absolute;color:#FFF;}.homeblock-list .views-row{position:relative;}.homeblock-list .views-row .field-content .block-title .node-span1{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#219ec2;background:-moz-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#219ec2),color-stop(100%,#1e86a6));background:-webkit-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-o-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-ms-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:linear-gradient(to right,#219ec2 0%,#1e86a6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#219ec2',endColorstr='#1e86a6',GradientType=1);}.homeblock-list .views-row .field-content .block-title .node-span2{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#233a67;background:-moz-linear-gradient(left,#233a67 0%,#001640 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#233a67),color-stop(100%,#001640));background:-webkit-linear-gradient(left,#233a67 0%,#001640 100%);background:-o-linear-gradient(left,#233a67 0%,#001640 100%);background:-ms-linear-gradient(left,#233a67 0%,#001640 100%);background:linear-gradient(to right,#233a67 0%,#001640 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#233a67',endColorstr='#001640',GradientType=1);}.homeblock-list .views-row .field-content .block-title .node-span3{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#e9ae0d;background:-moz-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#e9ae0d),color-stop(100%,#df9c09));background:-webkit-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-o-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-ms-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:linear-gradient(to right,#e9ae0d 0%,#df9c09 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9ae0d',endColorstr='#df9c09',GradientType=1);}.homeblock-list .views-row .field-content .block-title .node-span4{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#9b4f96;background:-moz-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#9b4f96),color-stop(100%,#6e3c71));background:-webkit-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-o-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-ms-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:linear-gradient(to right,#9b4f96 0%,#6e3c71 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b4f96',endColorstr='#6e3c71',GradientType=1);}.homeblock-list .views-row .field-content .block-title span{color:#FFF;}.homeblock-list .views-row .field-content .block-title a div{}.homeblock-list .views-row .field-content .block-subtitle{width:76%;padding:20px;}.homeblock-list .views-row .field-content .subtitle-1{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#219ec2;background:-moz-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#219ec2),color-stop(100%,#1e86a6));background:-webkit-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-o-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-ms-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:linear-gradient(to right,#219ec2 0%,#1e86a6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#219ec2',endColorstr='#1e86a6',GradientType=1);}.homeblock-list .views-row .field-content .subtitle-2{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#233a67;background:-moz-linear-gradient(left,#233a67 0%,#001640 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#233a67),color-stop(100%,#001640));background:-webkit-linear-gradient(left,#233a67 0%,#001640 100%);background:-o-linear-gradient(left,#233a67 0%,#001640 100%);background:-ms-linear-gradient(left,#233a67 0%,#001640 100%);background:linear-gradient(to right,#233a67 0%,#001640 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#233a67',endColorstr='#001640',GradientType=1);}.homeblock-list .views-row .field-content .subtitle-3{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#e9ae0d;background:-moz-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#e9ae0d),color-stop(100%,#df9c09));background:-webkit-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-o-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-ms-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:linear-gradient(to right,#e9ae0d 0%,#df9c09 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9ae0d',endColorstr='#df9c09',GradientType=1);}.homeblock-list .views-row .field-content .subtitle-4{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#9b4f96;background:-moz-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#9b4f96),color-stop(100%,#6e3c71));background:-webkit-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-o-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-ms-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:linear-gradient(to right,#9b4f96 0%,#6e3c71 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b4f96',endColorstr='#6e3c71',GradientType=1);}.homeblock-list .views-row .field-content .block-subtitle{}.homeblock-list .views-row .field-content .block-subtitle a,.homeblock-list .views-row .field-content .block-subtitle a:visited,.homeblock-list .views-row .field-content .block-subtitle a:active{color:#FFF !important;}.block-hompagecontent-block p{font:Arial,Helvetica,sans-serif;}.view-dcu2013-homepageblock .views-row{}.article-video h3.node-title{position:relative;}.video-content .date-display-single{top:386px;}.embedded-video{height:350px;width:100%;}.article-video .field-item.even{}.article-video p{}.content-news-article a,.content-news-article a:visited,.content-news-article a:active{color:#FFFFFF}.news-img-lrg > img{width:100%;}.news-lrg-share{display:block;}.region-footer-first,.region-footer-third,.region-footer-second{border-top:none;}.social-icon{float:left;}.logos-footer{float:right;text-align:right;width:100%;}.logos-footer img{float:right;padding:0 0 10px 0;margin-top:16px;}#region-footer-first{}.social-wrapper{border-left:1px solid #fff;border-right:1px solid #fff;height:79px;}.school-social-wrapper{float:right;}.school-social-icon{float:left;}.school-social-icon img{margin-left:1px;}.span-l1,.span-l2,.span-l3{background:#243351;background:-moz-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#243351),color-stop(100%,#1c2c49));background:-webkit-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-o-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-ms-linear-gradient(top,#243351 0%,#1c2c49 100%);background:linear-gradient(to bottom,#243351 0%,#1c2c49 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#243351',endColorstr='#1c2c49',GradientType=0);border-left:1px solid;border-top:1px solid;border-color:rgba(255,255,255,0.2);border-color:rgba(255,255,255,0.2);opacity:0.95;}.div-l1,.div-l2,.div-l3{}#block-views-4bd4322512eddbf6a492fb78fb554ec0 .block-title{background-color:#C9BEB3;color:#FFFFFF;font-family:"DIN Next W01 Regular";}.node-teaser{position:relative;}.content h3.node-title span{background:#4dacc7;background:-moz-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#4dacc7),color-stop(64%,#2198ba),color-stop(100%,#2290b1));background:-webkit-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-o-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-ms-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:linear-gradient(to right,#4dacc7 0%,#2198ba 64%,#2290b1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dacc7',endColorstr='#2290b1',GradientType=1);border-left:1px solid #8092a8;border-top:1px solid #8092a8;-webkit-padding-after:9px;color:#ffffff;}.related-news .node-teaser{overflow:hidden;}.content h3.node-title .node-div3{margin-bottom:1px;}.content h3.node-title .node-div1{margin-bottom:1px;}h3.node-title{bottom:21px;position:absolute;}.news-item .field-items p{color:#494949;}.news-title-lrg{margin-top:112px;}.article-news{position:relative;}table{border:none;}.news-title-lrg .news-div span{display:inline;padding:5px 12px 5px 20px;color:#FFFFFF;}.news-title-med .news-div span{display:inline;padding:5px 20px;color:#FFFFFF;position:relative;font-size:24px;}.news-title-med .news-div{margin-bottom:15px;}.news-items-header.large{position:relative;max-height:382px;margin-bottom:-60px;}.news-title-lrg .news-div{font-size:38px;position:relative;margin-bottom:18px;}.news-desc-lrg{background:none repeat scroll 0 0 #EAEAEA;margin-bottom:1px;margin-top:-8px;padding:10px 20px;height:auto;position:relative;width:250px;}.news-lrg-readmore{background:none repeat scroll 0 0 #EAEAEA;position:relative;width:100px;text-align:center;background:#2ca3c5;background:-moz-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-webkit-gradient(linear,left top,right top,color-stop(1%,#2ca3c5),color-stop(73%,#2ca3c5),color-stop(100%,#2384a1));background:-webkit-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-o-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-ms-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:linear-gradient(to right,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ca3c5',endColorstr='#2384a1',GradientType=1);}.news-lrg-readmore a,.news-lrg-readmore a:visited{color:#FFF;}.news-desc-med{background:none repeat scroll 0 0 #EAEAEA;padding:10px 20px;position:relative;width:380px;margin-bottom:2px;margin-top:-8px;background-color:#fefefe;height:auto;}.news-med-readmore{background:none repeat scroll 0 0 #EAEAEA;padding:6px 0 6px 5px;position:relative;width:100px;margin-bottom:11px;text-align:center;background:#2ca3c5;background:-moz-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-webkit-gradient(linear,left top,right top,color-stop(1%,#2ca3c5),color-stop(73%,#2ca3c5),color-stop(100%,#2384a1));background:-webkit-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-o-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-ms-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:linear-gradient(to right,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ca3c5',endColorstr='#2384a1',GradientType=1);}.news-date-large span{color:#FFFFFF;font-size:22px;padding:5px 20px;}.news-date-large{position:absolute;text-align:right;top:30px;right:0px;}.news-date-med span{background:#2ca3c5;background:-moz-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-webkit-gradient(linear,left top,right top,color-stop(1%,#2ca3c5),color-stop(73%,#2ca3c5),color-stop(100%,#2384a1));background:-webkit-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-o-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-ms-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:linear-gradient(to right,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ca3c5',endColorstr='#2384a1',GradientType=1);color:#FFFFFF;font-size:20px;padding:5px 12px 5px 20px;}.news-date-med{position:absolute;text-align:right;top:225px;}.news-med-readmore a,.news-med-readmore a:visited{color:#FFF;}.news-items-header.medium{position:relative;}.news-title-lrg h2{margin-top:-342px;}.news-title-med h3{margin-top:8px;position:relative;top:0px;}.news-items-header.medium{-webkit-margin-after:1px;float:left;position:relative;width:449px;}.view.view-directbrand-news-latest.view-id-directbrand_news_latest.view-display-id-page.view-news{background-color:#f8f6f2;}.inner-share{background-color:#FFFFFF;padding:6px;float:left;}.news-share{float:right;margin:-36px 29px 0 0;overflow:hidden;cursor:pointer;height:24px;}.news-desc-med > p{width:330px;}.share-social{float:left;display:none;}.share-social img{margin-left:1px;}.event-share{float:right;overflow:hidden;cursor:pointer;margin-top:-10px;height:24px;}.news-desc-lrg{background:none repeat scroll 0 0 #EAEAEA;}.front span.date-display-single{display:none;}.front .news-item h2 a{font-size:19px;color:#a7988b;}.front .view-event-items{min-height:92px;}.front .article-image img{width:160px;height:92px;}.views-row.views-row-1.views-row-odd.views-row-first,.views-row.views-row-3.views-row-odd.views-row-first,.views-row.views-row-2.views-row-even,.views-row.views-row-3.views-row-odd.views-row-last{height:100%;}.views-row.views-row-1.views-row-odd.views-row-first{margin:0 1px 0 0;float:left;}.views-row.views-row-2.views-row-even{margin:0 1px 1px 0;float:left;}.views-row.views-row-3.views-row-odd{margin:0 1px 0 0;float:left;}.views-row.views-row-4.views-row-even{margin:0 1px 0 0;float:left;}.views-row.views-row-3.views-row-odd.views-row-last{float:left;}li.views-row.views-row-1.views-row-odd.views-row-first{margin:0 1px 1px 0;float:left;height:100%;}li.views-row.views-row-2.views-row-even{margin:0 0 1px 0;float:left;height:100%;}li.views-row.views-row-3.views-row-odd{margin:0 1px 1px 0;float:left;height:100%;}li.views-row.views-row-4.views-row-even{margin:0 0 1px 0;float:left;height:100%;}.node-title{}.views-row-3.front-news{margin:0px !important;}.field-item.even{}.field.field-name-field-image.field-type-image.field-label-hidden *{}.views-row.views-row-1.views-row-odd.views-row-first.node.node-news-article.node-promoted.node-teaser.contextual-links-region.clearfix a{color:red;}.block-hompagecontent-block{background-color:#FFFFFF;float:left;margin-right:1px;}.homeblock-list{float:right;}.not front .content-news-article{bottom:21px;top:auto;width:79%;padding:20px;color:#FFFFFF;opacity:0.9;display:none;}article-noimage,.node-events{min-height:200px;}.contextual-links-wrapper.contextual-links-processed{}li.view-events{min-height:38px;width:238px;position:relative;margin-top:1px;}li.view-tweets{min-height:38px;width:238px;position:relative;margin-top:1px;}feed-news-img.views-row img{float:left;width:60px;}.feed-news{margin-bottom:0px;background:url("/sites/default/files/DCU-logo-main_1.png") no-repeat scroll left / 140px auto transparent;}.view-tweets .views-row{background:none repeat scroll 0 0 #FFFFFF;padding:13px;}.view-tweets span.field-content{display:block;width:225px;}.views-row.recent-twitter{margin-left:60px !important;height:auto !important;width:212px !important;}.views-row.news-item-mobile{height:auto !important;}.views-row.recent-event > div{width:158px;}form#user-login{padding:10px;}form#user-login label{font-size:14px;padding-bottom:5px;}form#user-login .description{padding:5px 0 0 0;font-size:14px;}.form-submit{font-size:14px;padding:5px;color:#ffffff;background:#001640!important;}.view-event-items{float:left;width:298px;padding:0 0 0 0;margin:0 1px 1px 0;background:none repeat scroll 0 0 #FFFFFF;}.view-grouping{clear:both;display:inline-block;float:left;height:auto;margin-bottom:20px;}.event-desc-med{margin:20px;height:auto;}.event-img-med{margin-bottom:10px;}.event-date-med{margin:10px 20px;font-size:16px;color:#298caa;}.event-title-med a{font-size:24px;color:#298caa;}.view-event-items div.event-body-content{margin:15px 20px;height:auto;}.view-event-items .views-field-field-image img{margin-top:10px !important;}.basic-event-image h3.node-title{bottom:51px;position:relative;}.view-three-col-items{float:left;width:298px;padding:0 0 0 0;margin:0 1px 1px 0;background:none repeat scroll 0 0 #FFFFFF;}.three-col-desc-med{margin:20px;height:auto;}.three-col-img-med{margin-bottom:10px;}.three-col-date-med{margin:10px 20px;font-size:16px;color:#298caa;}.group1 .event-title-med a{font-size:24px;color:#298caa;}.group2 .event-title-med a{font-size:24px;color:#ebb625;}.group3 .event-title-med a{font-size:24px;color:#9b4f96;}.view-three-col-items div.3-col-body-content{margin:15px 20px;height:auto;}.view-three-col-items .views-3-col-field-image img{margin-top:10px !important;}.three-col-title-med h3{margin:10px 20px 20px;}.block.block-views.contextual-links-region.block-news-items-3-col-block.block-views-news-items-3-col-block.even.block-without-title{margin-top:20px;}.basic-video h3.node-title{position:static;}h3#no-content{position:relative !important;}.basic-item .field-item span{background:none;border:none;color:#000;}.view-frontpage-news-slideshow .flexslider_views_slideshow_slide h1{bottom:30px;display:inline-block;position:absolute;font-size:37px;}.news-item .field-item.even{padding:0 20px;}.article-image .field-name-field-image img{width:100%;}.basic-item .field-item h2 div span,.basic-item .field-item h1 div span{background:#4dacc7;background:-moz-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#4dacc7),color-stop(64%,#2198ba),color-stop(100%,#2290b1));background:-webkit-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-o-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-ms-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:linear-gradient(to right,#4dacc7 0%,#2198ba 64%,#2290b1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dacc7',endColorstr='#2290b1',GradientType=1);color:#FFFFFF;font-size:37px;line-height:1.7;padding:10px 12px 9px 20px}.views-row.views-row-3 .date-display-single,.views-row.views-row-2 .date-display-single,.views-row.views-row-1 .date-display-single{display:none;}.news-desc-lrg{display:block;}.news-lrg-readmore{display:block;}span.date-display-single{display:block;}.front span.date-display-single{display:none;}.news-date-med{display:block;}LI.download-pdf{list-style-image:url(/sites/all/themes/dcu_responsive/images/pdf-icon.png);margin-bottom:8px;}p.download-pdf{clear:left;background:url(/sites/all/themes/dcu_responsive/images/pdf-icon.png) top left no-repeat;padding-left:24px;margin:0 0 8px 0!important;}.download-word{clear:left;background:url(/sites/all/themes/dcu_responsive/images/word-icon.png) top left no-repeat;padding-left:24px;margin:0 0 8px 0!important;}.download-excel{clear:left;background:url(/sites/all/themes/dcu_responsive/images/excel-icon.png) top left no-repeat;padding-left:24px;margin:0 0 8px 0!important;;}img.Lightbox-First{clear:left;margin:0 10px 10px 0;float:left;}img.Lightbox-Main{margin:0 10px 10px 0;float:left;position:relative;}img.Lightbox-Last{margin:0 0 10px 0;position:relative;}p.paragraph-float-right{float:right;margin-right:20px;}.breadcrumb{display:none;}#page-title-brochure{background:#243351;background:-moz-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#243351),color-stop(100%,#1c2c49));background:-webkit-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-o-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-ms-linear-gradient(top,#243351 0%,#1c2c49 100%);background:linear-gradient(to bottom,#243351 0%,#1c2c49 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#243351',endColorstr='#1c2c49',GradientType=0);border-left:1px solid #293D65;border-top:1px solid #293D65;color:#FFFFFF;float:left;font-family:"DINNextLTW01-UltraLight 706122";font-size:37px;padding:6px 11px;width:314px;}.main-prev,.main-next{margin-bottom:0;position:absolute;top:30px;z-index:1;}.main-next img{margin-top:-1px;position:absolute;top:1px;}.main-next > span{background:linear-gradient(135deg,#B8246C 0%,#8D225A 100%) repeat scroll 0 0 transparent;color:#FFFFFF;float:left;font-family:"DINNextLTW01-UltraLight 706122";font-size:22px;height:26px;padding:2px 10px 1px;}.red,.yellow,.green,.blue,.purple{font-family:"DINNextLTW01-UltraLight 706122";font-weight:normal;text-transform:none;opacity:0.95;color:#ffffff;line-height:1.2em;}.box{background:none repeat scroll 0 0 #FFFFFF;color:#333333;display:inline-block;}.quote{font-family:"DINNextLTW01-UltraLight 706122";font-size:20px;color:#ffffff;display:block;float:right;position:relative;width:20%;padding:50px 30px;min-height:540px;}.quote_area_bg{background-position:center top;background-repeat:no-repeat;background-size:cover;float:left;width:100%;}.quote > img{float:left;padding:0 8px 5px 0;}.quote > p{line-height:normal !important;font-size:20px !important;margin:0 0 15px !important;}.qouter{font-family:"DIN Next W01 Bold";margin:0;}.col{float:left;padding:50px 50px 30px 30px;}.col > p{color:#666666;font-size:12px !important;margin:0 0 15px !important;}.highlight_col,.highlight_col > p{font-family:"DINNextLTW01-UltraLight 706122";font-size:20px !important;line-height:1.3;}.quote.green,.field-items .green span,.feature_link_green .feature_link_a{border-left:1px solid #71857f;border-top:1px solid #71857f;background:#193833;background:-moz-linear-gradient(-45deg,rgba(59,87,79,0.9) 0%,rgba(25,56,51,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(59,87,79,0.9)),color-stop(100%,rgba(25,56,51,0.9)));background:-webkit-linear-gradient(-45deg,rgba(59,87,79,0.9) 0%,rgba(25,56,51,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(59,87,79,0.9) 0%,rgba(25,56,51,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(59,87,79,0.9) 0%,rgba(25,56,51,0.9) 100%);background:linear-gradient(135deg,rgba(59,87,79,0.9) 0%,rgba(25,56,51,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc3b574f',endColorstr='#cc193833',GradientType=1);}.highlight_col.green,.highlight_col.green > p{color:#193833 !important;}.quote.yellow,.field-items .yellow span,.feature_link_yellow .feature_link_a{border-left:1px solid #eec24f;border-top:1px solid #eec24f;background:#D68904;background:-moz-linear-gradient(-45deg,rgba(233,174,13,0.9) 0%,rgba(214,137,4,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(233,174,13,0.9)),color-stop(100%,rgba(214,137,4,0.9)));background:-webkit-linear-gradient(-45deg,rgba(233,174,13,0.9) 0%,rgba(214,137,4,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(233,174,13,0.9) 0%,rgba(214,137,4,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(233,174,13,0.9) 0%,rgba(214,137,4,0.9) 100%);background:linear-gradient(135deg,rgba(233,174,13,0.9) 0%,rgba(214,137,4,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce9ae0d',endColorstr='#ccd68904',GradientType=1);}.highlight_col.yellow,.highlight_col.yellow > p{color:#D68904 !important;}.quote.blue,.field-items .blue span,.feature_link_blue .feature_link_a{border-left:1px solid #4caac5;border-top:1px solid #4caac5;background:#1e86a5;background:-moz-linear-gradient(-45deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(33,141,176,0.9)),color-stop(100%,rgba(30,134,165,0.9)));background:-webkit-linear-gradient(-45deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);background:linear-gradient(135deg,rgba(33,141,176,0.9) 0%,rgba(30,134,165,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc219ec2',endColorstr='#cc1e86a6',GradientType=1);}.highlight_col.blue,.highlight_col.blue > p{color:#1e86a5 !important;}.quote.purple,.field-items .purple span,.feature_link_purple .feature_link_a{border-left:1px solid #a770a2;border-top:1px solid #a770a2;background:#9B4F96;background:-moz-linear-gradient(-45deg,rgba(110,60,113,0.9) 0%,rgba(110,60,113,0.9) 1%,rgba(155,79,150,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(110,60,113,0.9)),color-stop(1%,rgba(110,60,113,0.9)),color-stop(100%,rgba(155,79,150,0.9)));background:-webkit-linear-gradient(-45deg,rgba(110,60,113,0.9) 0%,rgba(110,60,113,0.9) 1%,rgba(155,79,150,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(110,60,113,0.9) 0%,rgba(110,60,113,0.9) 1%,rgba(155,79,150,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(110,60,113,0.9) 0%,rgba(110,60,113,0.9) 1%,rgba(155,79,150,0.9) 100%);background:linear-gradient(135deg,rgba(110,60,113,0.9) 0%,rgba(110,60,113,0.9) 1%,rgba(155,79,150,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc6e3c71',endColorstr='#cc9b4f96',GradientType=1);}.highlight_col.purple,.highlight_col.purple > p{color:#9B4F96 !important;}.quote.red,.field-items .red span,.feature_link_red .feature_link_a{border-left:1px solid #e77580;border-top:1px solid #e77580;background:#a70818;background:-moz-linear-gradient(-45deg,rgba(224,65,81,0.9) 0%,rgba(167,8,24,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(224,65,81,0.9)),color-stop(100%,rgba(167,8,24,0.9)));background:-webkit-linear-gradient(-45deg,rgba(224,65,81,0.9) 0%,rgba(167,8,24,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(224,65,81,0.9) 0%,rgba(167,8,24,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(224,65,81,0.9) 0%,rgba(167,8,24,0.9) 100%);background:linear-gradient(135deg,rgba(224,65,81,0.9) 0%,rgba(167,8,24,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce04151',endColorstr='#cca70818',GradientType=1);}.highlight_col.red,.highlight_col.red > p{color:#a70818 !important;}.quote.pink,.field-items .pink span,.feature_link_pink .feature_link_a{border-left:1px solid #ed81b7;border-top:1px solid #ed81b7;background:#89265f;background:-moz-linear-gradient(-45deg,rgba(226,40,130,0.9) 0%,rgba(137,38,95,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(226,40,130,0.9)),color-stop(100%,rgba(137,38,95,0.9)));background:-webkit-linear-gradient(-45deg,rgba(226,40,130,0.9) 0%,rgba(137,38,95,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(226,40,130,0.9) 0%,rgba(137,38,95,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(226,40,130,0.9) 0%,rgba(137,38,95,0.9) 100%);background:linear-gradient(135deg,rgba(226,40,130,0.9) 0%,rgba(137,38,95,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e22882',endColorstr='#e689265f',GradientType=1);}.highlight_col.pink,.highlight_col.pink > p{color:#89265f !important;}.quote.navy,.field-items .navy span,.feature_link_navy .feature_link_a{border-left:1px solid #8092A8;border-top:1px solid #8092A8;background:#333366;background:-moz-linear-gradient(-45deg,rgba(67,86,126,0.9) 0%,rgba(51,51,102,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(67,86,126,0.9)),color-stop(100%,rgba(51,51,102,0.9)));background:-webkit-linear-gradient(-45deg,rgba(67,86,126,0.9) 0%,rgba(51,51,102,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(67,86,126,0.9) 0%,rgba(51,51,102,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(67,86,126,0.9) 0%,rgba(51,51,102,0.9) 100%);background:linear-gradient(135deg,rgba(67,86,126,0.9) 0%,rgba(51,51,102,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e643567e',endColorstr='#e6333366',GradientType=1);}.highlight_col.navy,.highlight_col.navy > p{color:#333366 !important;}.quote.gray,.field-items .gray span,.feature_link_gray .feature_link_a{border-left:1px solid #e4dcd5;border-top:1px solid #e4dcd5;background:#a7988b;background:-moz-linear-gradient(-45deg,rgba(205,193,180,0.9) 0%,rgba(167,152,139,0.9) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(205,193,180,0.9)),color-stop(100%,rgba(167,152,139,0.9)));background:-webkit-linear-gradient(-45deg,rgba(205,193,180,0.9) 0%,rgba(167,152,139,0.9) 100%);background:-o-linear-gradient(-45deg,rgba(205,193,180,0.9) 0%,rgba(167,152,139,0.9) 100%);background:-ms-linear-gradient(-45deg,rgba(205,193,180,0.9) 0%,rgba(167,152,139,0.9) 100%);background:linear-gradient(135deg,rgba(205,193,180,0.9) 0%,rgba(167,152,139,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6cdc1b4',endColorstr='#e6a7988b',GradientType=1);}.highlight_col.gray,.highlight_col.gray > p{color:#a7988b !important;}.brochure_section h2,.brochure_section h1{margin-bottom:0;}.image_area > img{width:100%;}.content_box{margin:0 auto;}.feature_link_green{display:block;float:left;width:100%;}.feature_link_a{color:#FFFFFF;float:right;line-height:normal;padding:16px 29px;text-decoration:underline !important;}.feature_link_green > img,.feature_link_blue > img,.feature_link_red > img,.feature_link_yellow > img,.feature_link_purple > img,.feature_link_pink > img,.feature_link_gray > img,.feature_link_navy > img{float:right;}.opacity{opacity:0.8;}.section_title.student_records_bg{margin-bottom:-20px;}.modal-content{max-height:300px;overflow:auto;}.next_prev_container{float:right;padding-top:100px;padding-bottom:100px;width:100%;}.main-prev-brochure{float:left;}.main-next-brochure > span{color:#FFFFFF;font-family:"DINNextLTW01-UltraLight 706122";font-size:22px;padding:2px 10px 1px;background:#b8246c;background:-moz-linear-gradient(-45deg,#b8246c 0%,#8d225a 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#b8246c),color-stop(100%,#8d225a));background:-webkit-linear-gradient(-45deg,#b8246c 0%,#8d225a 100%);background:-o-linear-gradient(-45deg,#b8246c 0%,#8d225a 100%);background:-ms-linear-gradient(-45deg,#b8246c 0%,#8d225a 100%);background:linear-gradient(135deg,#b8246c 0%,#8d225a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8246c',endColorstr='#8d225a',GradientType=1);color:#FFFFFF;font-family:"DINNextLTW01-UltraLight 706122";font-size:22px;margin:-1px 0;padding:3px 10px 5px;display:inline-block;}.main-next-brochure{float:right;}.top-timeline{margin-top:-300px  !important;}}
@media all and (min-width:1220px){.region-menu{float:left;width:799px;}.region.region-menu{float:left;width:799px;}.region-search.search-box-responsive{float:right;width:99px;}h1{font-size:40px}.field-items h1{font-size:40px}h2{font-size:37px}.field-items h2{font-size:37px}.field-items h4{font-size:23px;}.field-items h5{font-size:21px;}.field-items h6{font-size:24px;}.field-items p{font-size:13px;}.zone.zone-menu.clearfix.container-12{width:1230px;}.grid-3.region.region-branding.logo{width:315px;}.logo-img{margin:10px 0 0 30px;}.region-inner.region-search-inner{width:120px;}.sf-depth-2.menuparent.active,.menuparent.nolink,.sf-depth-2.menuparent{color:#FFFFFF;font-family:Arial,Helvetica,sans-serif;font-weight:bold;margin:0 0 20px;}.sf-depth-2.active,.sf-depth-2.nolink{line-height:12px;}.sf-menu a,.sf-depth-2.nolink{display:block;font-size:14px;position:relative;text-decoration:none;line-height:calc();}.sf-menu,.sf-menu *{list-style:none;margin:0;padding:0;}.sf-menu{line-height:1.0;z-index:497;}.sf-menu ul{left:0;position:absolute;top:-99999em;width:12em;}.sf-megamenu-wrapper.last.even.sf-item-4.sf-depth-1.sf-total-children-4.sf-parent-children-4.sf-single-children-0.menuparent,.sf-megamenu-wrapper.last.even.sf-item-4.sf-depth-1.sf-total-children-5.sf-parent-children-5.sf-single-children-0.menuparent,.sf-megamenu-wrapper.last.even.sf-item-4.sf-depth-1.sf-total-children-3.sf-parent-children-3.sf-single-children-0.menuparent,.sf-megamenu-wrapper.middle.even.sf-item-2.sf-depth-1.sf-total-children-5.sf-parent-children-5.sf-single-children-0.menuparent,.sf-megamenu-wrapper.middle.even.sf-item-2.sf-depth-1.sf-total-children-4.sf-parent-children-4.sf-single-children-0.menuparent,.sf-megamenu-wrapper.middle.odd.sf-item-3.sf-depth-1.sf-total-children-3.sf-parent-children-3.sf-single-children-0.menuparent,.sf-megamenu-wrapper.first.odd.sf-item-1.sf-depth-1.sf-total-children-3.sf-parent-children-3.sf-single-children-0.menuparent,.sf-megamenu-wrapper.first.odd.sf-item-1.sf-depth-1.sf-total-children-4.sf-parent-children-4.sf-single-children-0.menuparent{padding:0 0 0 0px;width:1200px;}.sf-total-children-1 .sf-depth-2 .sf-megamenu-column{width:900px;}.sf-total-children-2 .sf-depth-2 .sf-megamenu-column{width:450px;}.sf-total-children-3 .sf-depth-2 .sf-megamenu-column{width:300px;}.sf-total-children-4 .sf-depth-2 .sf-megamenu-column{width:225px;}.sf-total-children-5 .sf-depth-2 .sf-megamenu-column{width:175px;}.sf-total-children-6 .sf-depth-2 .sf-megamenu-column{width:150px;}#social{border-left:1px solid #4C5B79;float:right;height:auto;width:104px;margin-top:10px;}#social img{width:28px;height:28px;}#social #social_link{margin:5px 0 0 20px;}.sf-menu li{float:left;}.li a.hover{text-decoration:underline;}.sf-depth-1 a,.sf-depth-1.active{margin:20px 0 0 20px;}.sf-depth-2.menuparent.active,.sf-depth-2.menuparent{color:#FFFFFF;font-weight:bold;margin:15px 0;font-family:Arial,Helvetica,sans-serif;}.sf-depth-2.active{line-height:12px;margin:0;font-family:Arial,Helvetica,sans-serif;}.sf-depth-3.active{color:#ffffff;font-weight:normal;text-decoration:underline;font-family:Arial,Helvetica,sans-serif;}.sf-depth-3{color:#999999;font-weight:normal;line-height:18px;margin:0;text-decoration:none;line-height:18px;margin:0 !important;font-family:Arial,Helvetica,sans-serif;}.new_row.sf-depth-2.menuparent:hover{text-decoration:underline;}.new_row.sf-depth-2.menuparent.active:hover{text-decoration:underline;}.new_row.sf-depth-2.menuparent{color:#999999;font-weight:normal;line-height:18px;margin:40px 0 0;text-decoration:none;}.new_row.sf-depth-2.menuparent.active{color:#ffffff;font-weight:normal;margin:40px 0 0;text-decoration:underline;}.sf-depth-4 a,.sf-depth-4.active{margin:0 !important;}.sf-depth-4.active{color:#ffffff;font-weight:normal;text-decoration:underline;font-family:Arial,Helvetica,sans-serif;}.sf-depth-4{color:#999999;font-weight:normal;line-height:18px;margin:0;text-decoration:none;line-height:18px;margin:0 !important;font-family:Arial,Helvetica,sans-serif;}.school_break{padding-top:20px;}.sf-menu a{display:block;position:relative;text-decoration:none;font-size:14px;}.sf-menu li:hover,.sf-menu li.sfHover,.sf-menu li:hover ul,.sf-menu li.sfHover ul{z-index:499;text-decoration:none;}.sf-menu li:hover > ul,.sf-menu li.sfHover > ul{left:-1px;top:69px;}.sf-menu li li:hover > ul,.sf-menu li li.sfHover > ul{left:1px;top:69px;}.sf-menu a.sf-with-ul{min-width:1px;}.mainmenu_caption{bottom:0;color:#7688AD;cursor:pointer;display:block;font-family:"DIN Next W01 Regular";height:auto;margin:-35px 0 0;padding:40px 20px 20px;text-align:left;text-decoration:none;vertical-align:bottom;}.sf-sub-indicator{background:url(/sites/all/themes/dcu_responsive/images/arrows-ffffff.png) no-repeat -10px -100px;display:block;height:10px;overflow:hidden;position:absolute;right:0.75em;text-indent:-999em;top:1.05em;width:10px;}a > .sf-sub-indicator{top:0.8em;background-position:0 -100px;}a:focus > .sf-sub-indicator,a:hover > .sf-sub-indicator,a:active > .sf-sub-indicator,li:hover > a > .sf-sub-indicator,li.sfHover > a > .sf-sub-indicator{background-position:-10px -100px;}.sf-menu ul .sf-sub-indicator{background-position:-10px 0;}.sf-menu ul a > .sf-sub-indicator{background-position:0 0;}.sf-menu ul a:focus > .sf-sub-indicator,.sf-menu ul a:hover > .sf-sub-indicator,.sf-menu ul a:active > .sf-sub-indicator,.sf-menu ul li:hover > a > .sf-sub-indicator,.sf-menu ul li.sfHover > a > .sf-sub-indicator{background-position:-10px 0;}.sf-menu.sf-horizontal.sf-shadow ul,.sf-menu.sf-vertical.sf-shadow ul,.sf-menu.sf-navbar.sf-shadow ul ul{background:url(/sites/all/themes/dcu_responsive/images/shadow.png) no-repeat right bottom;padding:0 8px 9px 0;-webkit-border-top-right-radius:8px;-webkit-border-bottom-left-radius:8px;-moz-border-radius-topright:8px;-moz-border-radius-bottomleft:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;}.sf-shadow ul.sf-shadow-off{background:transparent;}.sf-menu.rtl,.sf-menu.rtl li{float:right;}.sf-menu.rtl li:hover > ul,.sf-menu.rtl li.sfHover > ul{left:auto;right:0;}.sf-menu.rtl li li:hover > ul,.sf-menu.rtl li li.sfHover > ul{left:auto;right:12em;}.sf-menu.rtl ul{left:auto;right:0;}.sf-menu.rtl .sf-sub-indicator{left:0.75em;right:auto;background:url(/sites/all/themes/dcu_responsive/images/arrows-ffffff-rtl.png) no-repeat -10px -100px;}.sf-menu.rtl a > .sf-sub-indicator{top:0.8em;background-position:-10px -100px;}.sf-menu.rtl a:focus > .sf-sub-indicator,.sf-menu.rtl a:hover > .sf-sub-indicator,.sf-menu.rtl a:active > .sf-sub-indicator,.sf-menu.rtl li:hover > a > .sf-sub-indicator,.sf-menu.rtl li.sfHover > a > .sf-sub-indicator{background-position:0 -100px;}.sf-menu.rtl ul .sf-sub-indicator{background-position:0 0;}.sf-menu.rtl ul a > .sf-sub-indicator{background-position:-10px 0;}.sf-menu.rtl ul a:focus > .sf-sub-indicator,.sf-menu.rtl ul a:hover > .sf-sub-indicator,.sf-menu.rtl ul a:active > .sf-sub-indicator,.sf-menu.rtl ul li:hover > a > .sf-sub-indicator,.sf-menu.rtl ul li.sfHover > a > .sf-sub-indicator{background-position:0 0;}.sf-menu.rtl.sf-horizontal.sf-shadow ul,.sf-menu.rtl.sf-vertical.sf-shadow ul,.sf-menu.rtl.sf-navbar.sf-shadow ul ul{background-position:bottom left;padding:0 0 9px 8px;-webkit-border-radius:8px;-webkit-border-top-right-radius:0;-webkit-border-bottom-left-radius:0;-moz-border-radius:8px;-moz-border-radius-topright:0;-moz-border-radius-bottomleft:0;border-radius:8px;border-top-right-radius:0;border-bottom-left-radius:0;}.sf-vertical.rtl li:hover > ul,.sf-vertical.rtl li.sfHover > ul{left:auto;right:12em;}.sf-vertical.rtl .sf-sub-indicator{background-position:-10px 0;}.sf-vertical.rtl a > .sf-sub-indicator{background-position:0 0;}.sf-vertical.rtl a:focus > .sf-sub-indicator,.sf-vertical.rtl a:hover > .sf-sub-indicator,.sf-vertical.rtl a:active > .sf-sub-indicator,.sf-vertical.rtl li:hover > a > .sf-sub-indicator,.sf-vertical.rtl li.sfHover > a > .sf-sub-indicator{background-position:-10px 0;}.sf-navbar.rtl li li{float:right;}.sf-navbar.rtl ul .sf-sub-indicator{background-position:0 -100px;}.sf-navbar.rtl ul a > .sf-sub-indicator{background-position:-10px -100px;}.sf-navbar.rtl ul a:focus > .sf-sub-indicator,.sf-navbar.rtl ul a:hover > .sf-sub-indicator,.sf-navbar.rtl ul a:active > .sf-sub-indicator,.sf-navbar.rtl ul li:hover > a > .sf-sub-indicator,.sf-navbar.rtl ul li.sfHover > a > .sf-sub-indicator{background-position:0 -100px;}.sf-navbar.rtl ul ul .sf-sub-indicator{background-position:0 0;}.sf-navbar.rtl ul ul a > .sf-sub-indicator{background-position:-10px 0;}.sf-navbar.rtl ul ul a:focus > .sf-sub-indicator,.sf-navbar.rtl ul ul a:hover > .sf-sub-indicator,.sf-navbar.rtl ul ul a:active > .sf-sub-indicator,.sf-navbar.rtl ul ul li:hover > a > .sf-sub-indicator,.sf-navbar.rtl ul ul li.sfHover > a > .sf-sub-indicator{background-position:0 0;}.sf-navbar.rtl li li:hover > ul,.sf-navbar.rtl li li.sfHover > ul{left:auto;right:0;}.sf-navbar.rtl li li li:hover > ul,.sf-navbar.rtl li li li.sfHover > ul{left:auto;right:12em;}.sf-navbar.rtl > li > ul{background:transparent;padding:0;-moz-border-radius-bottomright:0;-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;-webkit-border-bottom-right-radius:0;}.sf-depth-1{color:#ffffff;font-size:12px;background-color:transparent;}.sf-depth-1 a:hover{text-decoration:none;}.sf-depth-2{font-weight:normal;color:#ffffff;font-size:10px;margin-right:50px;line-height:1.2px;}#block-superfish-1{height:70px;}.menu-desc{font-size:10px;}.sf-megamenu-column{float:left;margin-bottom:30px;padding-left:18px;padding-right:18px;}.first.odd.sf-item-1.sf-depth-1.list-check.sf-total-children-3.sf-parent-children-3.sf-single-children-0.menuparent{border-left:none;}.sf-megamenu-wrapper{background:#122448;background-color:rgba(18,36,72,.95);}.sf-megamenu-wrapper ol li{background-color:transparent;float:none;}.sf-megamenu-wrapper ol li:hover{background-color:transparent;}.sf-megamenu-column a:hover{color:#ffffff;text-decoration:underline;}.sf-megamenu-wrapper.last.even.sf-item-4{margin:0 0 0 -300px;}.sf-megamenu-wrapper.middle.odd.sf-item-3{margin:0 0 0 -300px;}.sf-megamenu-wrapper.middle.even.sf-item-2{margin:0 0 0 -300px;}.sf-megamenu-wrapper.first.odd.sf-item-1{margin:0 0 0 -300px;}.flex-caption{bottom:0;font-size:38px;height:auto;margin-bottom:21px;width:100%;}.views-row.views-row-1.views-row-odd.views-row-first{width:299px;}.views-row.views-row-2.views-row-even{width:299px;}.views-row.views-row-3.views-row-odd.views-row-last{width:299px;}.not-front .content h2.node-title,.content h1.node-title{height:260px;}h2 .node-div1,h2 .node-div2,h2 .node-div3,h1 .node-div1,h1 .node-div2,h1 .node-div3{font-size:22px;line-height:37px;}h2 .node-span1,h2 .node-span2{}.ready-tab a{padding:9px 40px 9px 10px;width:20% !important;}.ready-tab a{max-height:21px;}.ready-tabber p{margin:0 43px 0 0;}ul.menu{font-size:17px;}#page-title{color:#259abb;font-size:50px;font-weight:normal;margin:30px 0 30px 95px;}.region-inner.region-search-inner{height:70px;margin-left:-20px;-webkit-margin-start:-18px;width:120px;}#header-search{padding:20px 0 0 20px;}.search-button{background-color:transparent;background-image:url("/sites/default/files/search-icon.png") !important;background-repeat:no-repeat !important;margin:3px 0 0 -20px;}.homeblock-list .views-row .field-content .block-title{position:absolute;font-size:22px;top:20px;color:#FFF;}.homeblock-list .views-row{position:relative;}.homeblock-list .views-row .field-content .block-title .node-span1{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#219ec2;background:-moz-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#219ec2),color-stop(100%,#1e86a6));background:-webkit-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-o-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-ms-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:linear-gradient(to right,#219ec2 0%,#1e86a6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#219ec2',endColorstr='#1e86a6',GradientType=1);}.homeblock-list .views-row .field-content .block-title .node-span2{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#233a67;background:-moz-linear-gradient(left,#233a67 0%,#001640 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#233a67),color-stop(100%,#001640));background:-webkit-linear-gradient(left,#233a67 0%,#001640 100%);background:-o-linear-gradient(left,#233a67 0%,#001640 100%);background:-ms-linear-gradient(left,#233a67 0%,#001640 100%);background:linear-gradient(to right,#233a67 0%,#001640 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#233a67',endColorstr='#001640',GradientType=1);}.homeblock-list .views-row .field-content .block-title .node-span3{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#e9ae0d;background:-moz-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#e9ae0d),color-stop(100%,#df9c09));background:-webkit-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-o-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-ms-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:linear-gradient(to right,#e9ae0d 0%,#df9c09 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9ae0d',endColorstr='#df9c09',GradientType=1);}.homeblock-list .views-row .field-content .block-title .node-span4{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#9b4f96;background:-moz-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#9b4f96),color-stop(100%,#6e3c71));background:-webkit-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-o-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-ms-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:linear-gradient(to right,#9b4f96 0%,#6e3c71 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b4f96',endColorstr='#6e3c71',GradientType=1);}.homeblock-list .views-row .field-content .block-title span{line-height:14px;padding:5px 20px;color:#FFF;}.homeblock-list .views-row .field-content .block-title a div{margin-bottom:15px;}.homeblock-list .views-row .field-content .block-subtitle{position:absolute;font-size:12px;bottom:20px;min-height:60px;color:#FFF;-khtml-opacity:0.9;-moz-opacity:0.9;opacity:0.9;filter:alpha(opacity=90);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";}.homeblock-list .views-row .field-content .subtitle-1{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#219ec2;background:-moz-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#219ec2),color-stop(100%,#1e86a6));background:-webkit-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-o-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:-ms-linear-gradient(left,#219ec2 0%,#1e86a6 100%);background:linear-gradient(to right,#219ec2 0%,#1e86a6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#219ec2',endColorstr='#1e86a6',GradientType=1);}.homeblock-list .views-row .field-content .subtitle-2{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#233a67;background:-moz-linear-gradient(left,#233a67 0%,#001640 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#233a67),color-stop(100%,#001640));background:-webkit-linear-gradient(left,#233a67 0%,#001640 100%);background:-o-linear-gradient(left,#233a67 0%,#001640 100%);background:-ms-linear-gradient(left,#233a67 0%,#001640 100%);background:linear-gradient(to right,#233a67 0%,#001640 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#233a67',endColorstr='#001640',GradientType=1);}.homeblock-list .views-row .field-content .subtitle-3{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#e9ae0d;background:-moz-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#e9ae0d),color-stop(100%,#df9c09));background:-webkit-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-o-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:-ms-linear-gradient(left,#e9ae0d 0%,#df9c09 100%);background:linear-gradient(to right,#e9ae0d 0%,#df9c09 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9ae0d',endColorstr='#df9c09',GradientType=1);}.homeblock-list .views-row .field-content .subtitle-4{border-left:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);background:#9b4f96;background:-moz-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#9b4f96),color-stop(100%,#6e3c71));background:-webkit-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-o-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:-ms-linear-gradient(left,#9b4f96 0%,#6e3c71 100%);background:linear-gradient(to right,#9b4f96 0%,#6e3c71 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b4f96',endColorstr='#6e3c71',GradientType=1);}.homeblock-list .views-row .field-content .block-subtitle{width:80%;padding:20px;}.homeblock-list .views-row .field-content .block-subtitle a,.homeblock-list .views-row .field-content .block-subtitle a:visited,.homeblock-list .views-row .field-content .block-subtitle a:active{color:#FFF !important;}.block-hompagecontent-block p{margin-bottom:10px;line-height:1.4;font:Arial,Helvetica,sans-serif;font-size:14px;}.view-dcu2013-homepageblock .views-row{margin-bottom:1px;}.video-content .date-display-single{top:386px;}.embedded-video{height:350px;margin-bottom:10px;width:100%;}.article-video .field-item.even{padding:0;}.article-video p{padding:0 20px;}.content-news-article a,.content-news-article a:visited,.content-news-article a:active{color:#FFFFFF}.article-noimage,.node-events{min-height:260px;}.region-footer-first,.region-footer-third,.region-footer-second{border-top:none;}.social-icon{float:left;margin-top:20px;}.social-icon img{width:26px;height:27px;margin-right:5px;}.logos-footer{float:right;text-align:right;width:100%;}.grid-4.region.region-footer-third{width:auto;display:inline-block;float:left;width:270px;}.social-wrapper{border-left:1px solid #fff;border-right:1px solid #fff;height:79px;}.school-social-wrapper{margin-top:37px;float:right;}.school-social-icon{float:left;}.school-social-icon img{width:34px;height:35px;margin-left:1px;}.span-l1,.span-l2,.span-l3{padding:5px 12px 5px 20px;background:#243351;background:-moz-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#243351),color-stop(100%,#1c2c49));background:-webkit-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-o-linear-gradient(top,#243351 0%,#1c2c49 100%);background:-ms-linear-gradient(top,#243351 0%,#1c2c49 100%);background:linear-gradient(to bottom,#243351 0%,#1c2c49 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#243351',endColorstr='#1c2c49',GradientType=0);border-left:1px solid;border-top:1px solid;border-color:rgba(255,255,255,0.2);border-color:rgba(255,255,255,0.2);opacity:0.95;}.div-l1,.div-l2,.div-l3{line-height:54px;}#block-views-4bd4322512eddbf6a492fb78fb554ec0 .block-title{background-color:#C9BEB3;color:#FFFFFF;font-family:"DIN Next W01 Regular";font-size:17px;margin-bottom:1px;margin-left:0;margin-top:33px;padding:10px 20px 6px;;}.node-teaser{position:relative;}.content h3.node-title span{background:#4dacc7;background:-moz-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#4dacc7),color-stop(64%,#2198ba),color-stop(100%,#2290b1));background:-webkit-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-o-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-ms-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:linear-gradient(to right,#4dacc7 0%,#2198ba 64%,#2290b1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dacc7',endColorstr='#2290b1',GradientType=1);color:#FFFFFF;font-size:37px;line-height:1.7;padding:10px 12px 9px 20px}.related-news .node-teaser{max-height:160px;overflow:hidden;}.content h3.node-title .node-div3{line-height:0;margin-bottom:1px;}.content h3.node-title .node-div1{margin-bottom:1px;}.news-item .field-items p{margin:20px;color:#494949;}.article-news{position:relative;}table{border:none;margin-top:20px;}.front span.date-display-single{display:none;}.front .news-item h2 a{font-size:19px;color:#a7988b;}.front .view-event-items{min-height:92px;}.front .article-image img{width:160px;height:92px;}.feed-news-img > img{float:left;width:60px;}.views-row .feed-news-img img{float:left;width:60px;}.views-row img{height:auto;width:299px;}.views-row.views-row-1.views-row-odd.views-row-first,.views-row.views-row-3.views-row-odd.views-row-first,.views-row.views-row-2.views-row-even,.views-row.views-row-3.views-row-odd.views-row-last{height:100%;overflow:hidden;width:298px;}.views-row.views-row-1.views-row-odd.views-row-first{margin:0 1px 0 0;float:left;width:299px;}.views-row.views-row-2.views-row-even{margin:0 1px 1px 0;float:left;width:299px;}.views-row.views-row-3.views-row-odd{margin:0 1px 0 0;float:left;width:299px;}.views-row.views-row-4.views-row-even{margin:0 1px 0 0;float:left;width:299px;}.views-row.views-row-3.views-row-odd.views-row-last{float:left;}li.views-row.views-row-1.views-row-odd.views-row-first{margin:0 1px 1px 0;width:299px;float:left;height:100%;}li.views-row.views-row-2.views-row-even{margin:0 0 1px 0;width:299px;float:left;height:100%;}li.views-row.views-row-3.views-row-odd{margin:0 1px 1px 0;width:299px;float:left;height:100%;}li.views-row.views-row-4.views-row-even{margin:0 0 1px 0;width:299px;float:left;height:100%;}li.views-row.views-row-5.views-row-odd{margin:0 0 1px 0;width:299px;float:left;height:100%;}li.views-row.views-row-6.views-row-even{margin:0 0 1px 0;width:299px;float:left;height:100%;}li.views-row.views-row-7.views-row-odd{margin:0 0 1px 0;width:299px;float:left;height:100%;}li.views-row.views-row-8.views-row-even{margin:0 0 1px 0;width:299px;float:left;height:100%;}li.views-row.views-row-9.views-row-odd{margin:0 0 1px 0;width:299px;float:left;height:100%;}li.views-row.views-row-10.views-row-even{margin:0 0 1px 0;width:299px;float:left;height:100%;}li.views-row.views-row-11.views-row-odd{margin:0 0 1px 0;width:299px;float:left;height:100%;}li.views-row.views-row-12.views-row-even{margin:0 0 1px 0;width:299px;float:left;height:100%;}li.views-row.views-row-13.views-row-odd{margin:0 0 1px 0;width:299px;float:left;height:100%;}li.views-row.views-row-14.views-row-even{margin:0 0 1px 0;width:299px;float:left;height:100%;}li.views-row.views-row-15.views-row-odd{margin:0 0 1px 0;width:299px;float:left;height:100%;}li.views-row.views-row-16.views-row-even{margin:0 0 1px 0;width:299px;float:left;height:100%;}li.views-row.views-row-17.views-row-odd{margin:0 0 1px 0;width:299px;float:left;height:100%;}.node-title{margin:0;}.views-row-3.front-news{margin:0px !important;}.field-item.even{padding:0px;}.field.field-name-field-image.field-type-image.field-label-hidden *{padding:0;}.views-row.views-row-1.views-row-odd.views-row-first.node.node-news-article.node-promoted.node-teaser.contextual-links-region.clearfix a{color:red;}.block-hompagecontent-block{background-color:#FFFFFF;float:left;margin-right:1px;padding:20px;width:258px;}.homeblock-list{width:600px;float:right;}.basic-video h3.node-title{position:static;}.basic-image h3.node-title{top:120px;}.basic-item .field-items{padding:20px;}.basic-item .field-items p{line-height:1.5;}h3#no-content{position:relative !important;top:25px;}.basic-item .field-item span{background:none;border:none;color:#000;}.basic-item .field-item h2 div span,.basic-item .field-item h1 div span{background:#4dacc7;background:-moz-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#4dacc7),color-stop(64%,#2198ba),color-stop(100%,#2290b1));background:-webkit-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-o-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:-ms-linear-gradient(left,#4dacc7 0%,#2198ba 64%,#2290b1 100%);background:linear-gradient(to right,#4dacc7 0%,#2198ba 64%,#2290b1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dacc7',endColorstr='#2290b1',GradientType=1);color:#FFFFFF;font-size:37px;line-height:1.7;padding:10px 12px 9px 20px}.two-col{float:left;padding:0 40px 0 0;width:538px;}.three-col{float:left;padding:0 40px 0 0;width:346px;}.view-event-items{float:left;width:298px;padding:0 0 0 0;margin:0 1px 1px 0;background:none repeat scroll 0 0 #FFFFFF;min-height:370px;line-height:1.4;}.view-grouping{clear:both;display:inline-block;float:left;height:auto;margin-bottom:20px;}.event-desc-med{margin:20px;height:auto;}.event-img-med{margin-bottom:10px;}.event-date-med{margin:10px 20px;font-size:16px;color:#23375e;}.group1 .event-title-med a{font-size:24px;color:#298caa;}.group2 .event-title-med a{font-size:24px;color:#ebb625;}.group3 .event-title-med a{font-size:24px;color:#9b4f96;}.view-event-items div.event-body-content{margin:15px 20px;height:auto;}.view-event-items .views-field-field-image img{margin-top:10px !important;}.basic-event-image h3.node-title{bottom:51px;position:relative;}.news-title-lrg{margin-top:0px;}.news-title-lrg .news-div span{display:inline;padding:5px 12px 5px 20px;color:#FFFFFF;}.news-title-med .news-div span{color:#FFFFFF;display:inline;font-size:23px;line-height:1.7;padding:6px 12px 6px 20px;position:relative;}.news-title-med .news-div{margin-bottom:0px;}.news-items-header.large{position:relative;max-height:382px;margin-bottom:-60px;}.news-title-lrg .news-div{font-size:38px;position:relative;margin-bottom:16px;}.news-desc-lrg{background:none repeat scroll 0 0 #EAEAEA;margin-bottom:1px;margin-top:-10px;padding:10px 20px;height:auto;position:relative;width:250px;}.news-lrg-readmore{background:none repeat scroll 0 0 #40ABC9;height:36px;padding:5px 0 5px 2px;position:relative;text-align:center;width:100px;}.news-lrg-readmore a,.news-lrg-readmore a:visited{color:#FFF;}.news-desc-med{background:none repeat scroll 0 0 #EAEAEA;padding:10px 20px;position:relative;width:399px;margin-bottom:2px;margin-top:0;background-color:#fefefe;height:auto;}.view-news-items:nth-child(3) .news-items-header{margin-right:25px;}.news-med-readmore{background:none repeat scroll 0 0 #EAEAEA;padding:6px 0 6px 5px;position:relative;width:100px;margin-bottom:11px;text-align:center;background:#2ca3c5;background:-moz-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-webkit-gradient(linear,left top,right top,color-stop(1%,#2ca3c5),color-stop(73%,#2ca3c5),color-stop(100%,#2384a1));background:-webkit-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-o-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-ms-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:linear-gradient(to right,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ca3c5',endColorstr='#2384a1',GradientType=1);}.news-date-large span{color:#FFFFFF;font-size:22px;padding:10px;}.news-date-large{position:absolute;text-align:right;top:30px;right:0px;}.news-date-med span{background:#2ca3c5;background:-moz-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-webkit-gradient(linear,left top,right top,color-stop(1%,#2ca3c5),color-stop(73%,#2ca3c5),color-stop(100%,#2384a1));background:-webkit-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-o-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:-ms-linear-gradient(left,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);background:linear-gradient(to right,#2ca3c5 1%,#2ca3c5 73%,#2384a1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ca3c5',endColorstr='#2384a1',GradientType=1);color:#FFFFFF;font-size:20px;padding:5px 12px 5px 20px;}.news-date-med{position:absolute;text-align:right;top:243px;}.news-med-readmore a,.news-med-readmore a:visited{color:#FFF;}.news-items-header.medium{position:relative;margin:0px;}.news-title-med h3{margin-top:0;-webkit-margin-before:1px;position:relative;top:0;}.news-img-med img{width:100%;}.news-items-header.medium{float:left;position:relative;width:435px;}.view.view-directbrand-news-latest.view-id-directbrand_news_latest.view-display-id-page.view-news{background-color:#f8f6f2;}.inner-share{background-color:#FFFFFF;padding:6px;float:left;}.news-share{float:right;margin:-36px -4px 0 0;overflow:hidden;cursor:pointer;height:24px;}.view-news-items:nth-child(2){height:460px;margin-bottom:20px;}.news-desc-med > p{width:330px;}.share-social{float:left;display:none;}.share-social img{margin-left:1px;}.event-share{float:right;overflow:hidden;cursor:pointer;margin-top:-24px;height:24px;}.news-lrg-share{height:24px;float:right;margin-left:20px;overflow:hidden;position:relative;top:-12px;display:block;}.news-desc-lrg{background:none repeat scroll 0 0 #EAEAEA;}.news-title-lrg h2,.news-title-lrg h1{margin-bottom:70px;margin-top:-250px;}.view-three-col-items{float:left;width:298px;padding:0 0 0 0;margin:0 1px 1px 0;background:none repeat scroll 0 0 #FFFFFF;}.three-col-desc-med{margin:20px;height:auto;min-height:115px;}.three-col-img-med{margin-bottom:10px;height:160px;overflow:hidden;}.three-col-date-med{margin:10px 20px;font-size:16px;color:#298caa;}.three-col-title-med a{font-size:24px;color:#298caa;}.view-three-col-items div.3-col-body-content{margin:15px 20px;height:auto;}.view-three-col-items .views-3-col-field-image img{margin-top:10px !important;}.three-col-title-med h3{margin:10px 20px 20px;}.block.block-views.contextual-links-region.block-news-items-3-col-block.block-views-news-items-3-col-block.even.block-without-title{margin-top:0px;}.block.block-views.contextual-links-region.block-4bd4322512eddbf6a492fb78fb554ec0.block-views-4bd4322512eddbf6a492fb78fb554ec0.even{display:block;}.news-block{display:block;}#social{display:block;}.block.block-views.block-4bd4322512eddbf6a492fb78fb554ec0.block-views-4bd4322512eddbf6a492fb78fb554ec0.even{display:block;}.block.block-superfish.contextual-links-region.block-1.block-superfish-1.odd.block-without-title{display:block;}li.view-tweets{height:auto;width:217px;position:relative;}li.view-events{height:auto;width:217px;position:relative;}.feed-news-content{min-height:38px;width:226px;}.views-row.recent-event > div{width:218px;}.feed-news-content{min-height:38px;width:238px;}.view-news .feed-news-title{background-color:#FFFFFF;min-height:48px;padding:10px;}li.view-tweets > div{width:218px;}li.view-events > div{width:218px;}.view-news .feed-news-title{padding:5px;}.view-news,.view-tweets,.view-events{margin-bottom:1px;}.news-desc-lrg{display:block;}.news-lrg-readmore{display:block;}<!-- *  Brochure Sizes for each responsve css.-->

 

.fifty{width:50%;}.seventhy_five{width:75%;}.sixty_six{width:66%}.top .content_box{margin-top:-64px;}.bottom .content_box{margin-top:-73px;}.col_33{width:319px;}.col_22{width:519.5px;}.col_1212{width:315px;}.col_11{width:520px;}.col.col_2663326633.col_0{width:640px;}.col.col_2663326633.col_1{width:399px;}.col.col_2336623366.col_0{width:640px;}.col.col_2336623366.col_1{width:399px;}.center{height:auto;padding-top:250px;}.bottom{padding-top:994px;height:auto;}.brochure_section{background-position:center top;background-repeat:no-repeat;background-size:cover;margin-bottom:90px;margin:auto -50% 90px;}.top{height:auto;min-height:1024px;padding-top:10px;}.view-directbrand-science-record{margin:0 auto 400px;}.case-member-img img{height:auto !important;width:200px !important;}.content_box{width:1200px !important;}<!--sizes of columns end-->
<!-- * Brochure Sizes end -->

<!--flexslider-->
.brochure_section.center.loading .flexslider{background:none repeat scroll 0 0 transparent;}#carousel{margin:auto;width:800px;}#carousel .slides > li{width:200px !important;}.brochure_section.center.loading{margin:auto -100% 0;}.brochure_section.center.loading .flexslider .slides img{display:block;max-height:100%;width:100%;}}
@media all and (min-width:1220px){.grid-1,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.grid-7,.grid-8,.grid-9,.grid-10,.grid-11,.grid-12{display:inline;float:left;position:relative;margin-left:0px;margin-right:1px;}.push-1,.pull-1,.push-2,.pull-2,.push-3,.pull-3,.push-4,.pull-4,.push-5,.pull-5,.push-6,.pull-6,.push-7,.pull-7,.push-8,.pull-8,.push-9,.pull-9,.push-10,.pull-10,.push-11,.pull-11,.push-12,.pull-12{position:relative;}.alpha{margin-left:0;}.omega{margin-right:0;}body{min-width:1200px;}.container-12{margin-left:auto;margin-right:auto;width:1200px;}.container-12 .grid-1{width:99px;}.container-12 .grid-2{width:199px;}.container-12 .grid-3{width:299px;}.container-12 .grid-4{width:399px;}.container-12 .grid-5{width:499px;}.container-12 .grid-6{width:599px;}.container-12 .grid-7{width:699px;}.container-12 .grid-8{width:799px;}.container-12 .grid-9{width:899px;}.container-12 .grid-10{width:999px;}.container-12 .grid-11{width:1099px;}.container-12 .grid-12{width:1199px;}.container-12 .prefix-1{padding-left:100px;}.container-12 .prefix-2{padding-left:200px;}.container-12 .prefix-3{padding-left:300px;}.container-12 .prefix-4{padding-left:400px;}.container-12 .prefix-5{padding-left:500px;}.container-12 .prefix-6{padding-left:600px;}.container-12 .prefix-7{padding-left:700px;}.container-12 .prefix-8{padding-left:800px;}.container-12 .prefix-9{padding-left:900px;}.container-12 .prefix-10{padding-left:1000px;}.container-12 .prefix-11{padding-left:1100px;}.container-12 .suffix-1{padding-right:100px;}.container-12 .suffix-2{padding-right:200px;}.container-12 .suffix-3{padding-right:300px;}.container-12 .suffix-4{padding-right:400px;}.container-12 .suffix-5{padding-right:500px;}.container-12 .suffix-6{padding-right:600px;}.container-12 .suffix-7{padding-right:700px;}.container-12 .suffix-8{padding-right:800px;}.container-12 .suffix-9{padding-right:900px;}.container-12 .suffix-10{padding-right:1000px;}.container-12 .suffix-11{padding-right:1100px;}.container-12 .push-1{left:100px;}.container-12 .push-2{left:200px;}.container-12 .push-3{left:300px;}.container-12 .push-4{left:400px;}.container-12 .push-5{left:500px;}.container-12 .push-6{left:600px;}.container-12 .push-7{left:700px;}.container-12 .push-8{left:800px;}.container-12 .push-9{left:900px;}.container-12 .push-10{left:1000px;}.container-12 .push-11{left:1100px;}.container-12 .pull-1{left:-100px;}.container-12 .pull-2{left:-200px;}.container-12 .pull-3{left:-300px;}.container-12 .pull-4{left:-400px;}.container-12 .pull-5{left:-500px;}.container-12 .pull-6{left:-600px;}.container-12 .pull-7{left:-700px;}.container-12 .pull-8{left:-800px;}.container-12 .pull-9{left:-900px;}.container-12 .pull-10{left:-1000px;}.container-12 .pull-11{left:-1100px;}}



/* From: /opt/eprints3/archives/doras/cfg/static/style/auto/css_Euis4etykTmUWJPas9FolmEZtE4A8AIKtC3Me42UQMo.css */

#sliding-popup{display:block;margin:0;padding:0px;right:0;text-align:center;width:100%;z-index:99999;}.sliding-popup-bottom{background:url(/sites/all/modules/eu-cookie-compliance/images/gradient.png) center center scroll repeat-y transparent;position:fixed;}.sliding-popup-top{background-color:#000;position:relative;}#sliding-popup .popup-content{background-color:transparent;border:0 none;display:block;margin:0 auto;padding:10px;}#sliding-popup .popup-content #popup-buttons{float:right;margin:0;// max-width:40%;}#sliding-popup .popup-content #popup-buttons button{cursor:pointer;display:inline;margin-right:5px;margin-top:1em;vertical-align:middle;overflow:visible;width:auto;-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;box-shadow:inset 0px 1px 0px 0px #ffffff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#ededed),color-stop(1,#dfdfdf));background:-moz-linear-gradient(center top,#ededed 5%,#dfdfdf 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#dfdfdf');background-color:#ededed;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:1px solid #dcdcdc;display:inline-block;color:#000;font-family:arial;font-weight:bold;padding:4px 8px;text-decoration:none;text-shadow:1px 1px 0px #ffffff;}#sliding-popup .popup-content #popup-buttons button:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#dfdfdf),color-stop(1,#ededed));background:-moz-linear-gradient(center top,#dfdfdf 5%,#ededed 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf',endColorstr='#ededed');background-color:#dfdfdf;}#sliding-popup .popup-content #popup-buttons button:active{position:relative;top:1px;}#sliding-popup .popup-content #popup-text{color:#fff;float:center;font-weight:bold;margin:0;text-align:center;}#sliding-popup .popup-content #popup-text h2,#sliding-popup .popup-content #popup-text p{color:#fff;display:block;font-size:16px;font-weight:bold;line-height:1.4;margin:0 0 5px 0;}#sliding-popup .popup-content #popup-text p{font-size:12px;}#popup-text{width:69%!important;float:left!important;}#popup-buttons{float:right!important;}#sliding-popup.sliding-popup-bottom{background:rgba(255,255,255,.8)!important;border-top:1px solid #E4DBCC;}@media screen and (max-width:600px){#sliding-popup .popup-content{max-width:95%;}#sliding-popup .popup-content #popup-text{max-width:100%;}#sliding-popup .popup-content #popup-buttons{float:none;margin:5px 0;max-width:100%;}#sliding-popup .popup-content #popup-buttons button{margin-bottom:1em;}}
#lightbox{position:absolute;top:40px;left:0;width:100%;z-index:100;text-align:center;line-height:0;}#lightbox a img{border:none;}#outerImageContainer{position:relative;background-color:#fff;width:250px;height:250px;margin:0 auto;min-width:240px;overflow:hidden;}#imageContainer,#frameContainer,#modalContainer{padding:10px;}#modalContainer{line-height:1em;overflow:auto;}#loading{height:25%;width:100%;text-align:center;line-height:0;position:absolute;top:40%;left:45%;}#hoverNav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10;}#imageContainer>#hoverNav{left:0;}#frameHoverNav{z-index:10;margin-left:auto;margin-right:auto;width:20%;position:absolute;bottom:0px;height:45px;}#imageData>#frameHoverNav{left:0;}#hoverNav a,#frameHoverNav a{outline:none;}#prevLink,#nextLink{width:49%;height:100%;background:transparent url(/sites/all/modules/lightbox2/images/blank.gif) no-repeat;display:block;}#prevLink,#framePrevLink{left:0;float:left;}#nextLink,#frameNextLink{right:0;float:right;}#prevLink:hover,#prevLink:visited:hover,#prevLink.force_show_nav,#framePrevLink{background:url(/sites/all/modules/lightbox2/images/prev.gif) left 15% no-repeat;}#nextLink:hover,#nextLink:visited:hover,#nextLink.force_show_nav,#frameNextLink{background:url(/sites/all/modules/lightbox2/images/next.gif) right 15% no-repeat;}#prevLink:hover.force_show_nav,#prevLink:visited:hover.force_show_nav,#framePrevLink:hover,#framePrevLink:visited:hover{background:url(/sites/all/modules/lightbox2/images/prev_hover.gif) left 15% no-repeat;}#nextLink:hover.force_show_nav,#nextLink:visited:hover.force_show_nav,#frameNextLink:hover,#frameNextLink:visited:hover{background:url(/sites/all/modules/lightbox2/images/next_hover.gif) right 15% no-repeat;}#framePrevLink,#frameNextLink{width:45px;height:45px;display:block;position:absolute;bottom:0px;}#imageDataContainer{font:10px Verdana,Helvetica,sans-serif;background-color:#fff;margin:0 auto;line-height:1.4em;min-width:240px;}#imageData{padding:0 10px;}#imageData #imageDetails{width:70%;float:left;text-align:left;}#imageData #caption{font-weight:bold;}#imageData #numberDisplay{display:block;clear:left;padding-bottom:1.0em;}#imageData #lightbox2-node-link-text{display:block;padding-bottom:1.0em;}#imageData #bottomNav{height:66px;}.lightbox2-alt-layout #imageData #bottomNav,.lightbox2-alt-layout-data #bottomNav{margin-bottom:60px;}#lightbox2-overlay{position:absolute;top:0;left:0;z-index:90;width:100%;height:500px;background-color:#000;}#overlay_default{opacity:0.6;}#overlay_macff2{background:transparent url(/sites/all/modules/lightbox2/images/overlay.png) repeat;}.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}* html>body .clearfix{display:inline;width:100%;}* html .clearfix{height:1%;}#bottomNavClose{display:block;background:url(/sites/all/modules/lightbox2/images/close.gif) left no-repeat;margin-top:33px;float:right;padding-top:0.7em;height:26px;width:26px;}#bottomNavClose:hover{background-position:right;}#loadingLink{display:block;background:url(/sites/all/modules/lightbox2/images/loading.gif) no-repeat;width:32px;height:32px;}#bottomNavZoom{display:none;background:url(/sites/all/modules/lightbox2/images/expand.gif) no-repeat;width:34px;height:34px;position:relative;left:30px;float:right;}#bottomNavZoomOut{display:none;background:url(/sites/all/modules/lightbox2/images/contract.gif) no-repeat;width:34px;height:34px;position:relative;left:30px;float:right;}#lightshowPlay{margin-top:42px;float:right;margin-right:5px;margin-bottom:1px;height:20px;width:20px;background:url(/sites/all/modules/lightbox2/images/play.png) no-repeat;}#lightshowPause{margin-top:42px;float:right;margin-right:5px;margin-bottom:1px;height:20px;width:20px;background:url(/sites/all/modules/lightbox2/images/pause.png) no-repeat;}.lightbox2-alt-layout-data #bottomNavClose,.lightbox2-alt-layout #bottomNavClose{margin-top:93px;}.lightbox2-alt-layout-data #bottomNavZoom,.lightbox2-alt-layout-data #bottomNavZoomOut,.lightbox2-alt-layout #bottomNavZoom,.lightbox2-alt-layout #bottomNavZoomOut{margin-top:93px;}.lightbox2-alt-layout-data #lightshowPlay,.lightbox2-alt-layout-data #lightshowPause,.lightbox2-alt-layout #lightshowPlay,.lightbox2-alt-layout #lightshowPause{margin-top:102px;}.lightbox_hide_image{display:none;}#lightboxImage{-ms-interpolation-mode:bicubic;}
.jcarousel-skin-skin2{text-align:center;}.jcarousel-skin-skin2 .jcarousel-container-horizontal{width:440px;height:102px;padding:20px 40px;margin:auto;}.jcarousel-skin-skin2 .jcarousel-container-vertical{width:102px;height:440px;padding:40px 20px;margin:auto;}.jcarousel-skin-skin2 .jcarousel-clip-horizontal{width:440px;overflow:hidden;}.jcarousel-skin-skin2 .jcarousel-clip-vertical{height:440px;overflow:hidden;}@media screen and (min-width:780px){.jcarousel-skin-skin2 .jcarousel-item{padding:0;width:345px;height:285px;overflow:hidden;border:1px solid #CCC;list-style:none;background:#fff none;}}@media screen and (max-width:779px){.jcarousel-skin-skin2 .jcarousel-item{padding:0;width:230px;height:190px;overflow:hidden;border:1px solid #CCC;list-style:none;background:#fff none;}}.jcarousel-skin-skin2 .jcarousel-item-horizontal{margin:0 8px;}.jcarousel-skin-skin2 .jcarousel-item-vertical{margin:4px 0;}.jcarousel-skin-skin2 .jcarousel-item-placeholder{background:#fff url(/sites/all/modules/dcu_jcarousels_skins/skins/skin2/throbber.gif) no-repeat center center;color:#000;}.jcarousel-skin-skin2 .jcarousel-next,.jcarousel-skin-skin2 .jcarousel-prev{display:block;width:32px;height:32px;background-image:url(/sites/all/modules/dcu_jcarousels_skins/skins/skin2/arrows.png);}.jcarousel-skin-skin2 .jcarousel-next-disabled,.jcarousel-skin-skin2 .jcarousel-prev-disabled{display:none;}.jcarousel-skin-skin2 .jcarousel-prev-horizontal{position:absolute;top:155px;left:10px;background-position:0 0;}.jcarousel-skin-skin2 .jcarousel-prev-horizontal:hover{background-position:-32px 0;}.jcarousel-skin-skin2 .jcarousel-prev-horizontal:active{background-position:-64px 0;}.jcarousel-skin-skin2 .jcarousel-next-horizontal{position:absolute;top:155px;right:10px;background-position:0 -32px;}.jcarousel-skin-skin2 .jcarousel-next-horizontal:hover{background-position:-32px -32px;}.jcarousel-skin-skin2 .jcarousel-next-horizontal:active{background-position:-64px -32px;}.jcarousel-skin-skin2 .jcarousel-prev-vertical{position:absolute;top:10px;left:55px;background-position:0 -64px;}.jcarousel-skin-skin2 .jcarousel-prev-vertical:hover{background-position:-32px -64px;}.jcarousel-skin-skin2 .jcarousel-prev-vertical:active{background-position:-64px -64px;}.jcarousel-skin-skin2 .jcarousel-next-vertical{position:absolute;bottom:10px;left:55px;background-position:0 -96px;}.jcarousel-skin-skin2 .jcarousel-next-vertical:hover{background-position:-32px -96px;}.jcarousel-skin-skin2 .jcarousel-next-vertical:active{background-position:-64px -96px;}.jcarousel-skin-skin2 .jcarousel-navigation{margin:0;padding:0;}.jcarousel-skin-skin2 .jcarousel-navigation li{display:inline;margin:0 2px 0 0;padding:0;background:none;}.jcarousel-skin-skin2 .jcarousel-navigation li.active a{font-weight:bold;text-decoration:none;}section#block-views-homepage-carousel-view-block-1{min-height:auto;margin:20px 0px 20px 0px;}@media screen and (max-width:779px){.views-field.views-field-field-carousel-text .field-content{font-size:10px;}}.views-field-field-homepage-carousel-image{width:100%;height:auto;}.views-field-field-homepage-carousel-image img{height:auto;width:100%;}.views-field.views-field-title{height:30px;}.colourPurple{height:30px;color:white;font-size:16px;text-align:left;line-height:30px;}.jcarousel-item .views-field-title a{padding-left:0px;}.colourBlue{background:#259ABB;padding-left:5px;}.colourPurple{background:#9b4f96;padding-left:5px;}.colourNavy{background:#17568a;padding-left:5px;}.colourGreen{background:#417505;padding-left:5px;}.colourRed{background:#e04151;padding-left:5px;}.colourYellow{background:#da8a00;padding-left:5px;}.views-field.views-field-field-homepage-carousel-image:hover{opacity:0.3;}.views-field.views-field-field-carousel-text .field-content{text-align:left;line-height:120%;padding:5px;}.altLinkdiv{position:absolute;width:345px;height:194px;margin-top:-260px;}.altLinkdiv:hover{width:368px;height:198px;top:250px;z-index:10;background:rgba(255,255,255,0.8);}.altLinkdiv a{display:inline-block;width:100%;height:100%;}.jcarousel-clip.jcarousel-clip-horizontal{position:relative;width:830px;}.jcarousel-navigation li a span{background:#9b4f96;color:#9b4f96;width:15px;height:15px;border:1px solid lightgray;display:inline-block;margin:5px;}.jcarousel-navigation li.active{opacity:.5;}h2.block-title{display:none;}.view.view-flex-slider-for-homepages{min-height:350px;background:white;}.jcarousel-skin-skin2 .jcarousel-prev-horizontal,.jcarousel-skin-skin2 .jcarousel-next-horizontal{top:155px!importantt;}.jcarousel-skin-skin2 .jcarousel-next,.jcarousel-skin-skin2 .jcarousel-prev{background-image:url(https://www.dcu.ie/sites/default/files/images/arrowsPurple.png)!important;}#zone-header .jcarousel-skin-skin2 .jcarousel-prev-horizontal{background-image:url(https://www.imageupload.co.uk/images/2017/07/18/prev-white.png)!important;background-size:cover;top:125px;left:-30px;}#zone-header .jcarousel-skin-skin2 .jcarousel-next-horizontal{background-image:url(https://www.imageupload.co.uk/images/2017/07/18/next-white.png)!important;background-size:cover;top:125px;right:-30px;}#zone-header .jcarousel-skin-skin2 .jcarousel-clip-horizontal{max-width:100%;}#zone-header .jcarousel-skin-skin2 .jcarousel-container-horizontal{height:285px;margin:auto;border-right:30px solid #dfd5c4;border-left:30px solid #dfd5c4;padding:0;}#zone-header .jcarousel-skin-skin2 .jcarousel-item-horizontal{margin:0px 20px 0px 0px;}#zone-header  .jcarousel-skin-skin2 .jcarousel-item{border:none;width:368px;}#zone-header .jcarousel-skin-skin2 .jcarousel-item .views-field.views-field-field-carousel-text .field-content{padding:20px;color:#4F9FB8;font-family:DIN Next W01 Regular;font-size:16px;}#zone-header .jcarousel-skin-skin2 .jcarousel-item .views-field.views-field-title{height:60px;position:absolute;margin:0 auto;}#zone-header .jcarousel-skin-skin2 .jcarousel-item .colourPurple{background:#4f9fb8;font-family:"DIN Next W01 Light" !important;padding:20px;height:auto;font-size:25px;width:90%;position:relative;line-height:20px;}@media only screen and (min-device-width :320px) and (max-device-width :568px){#zone-header  .jcarousel-skin-skin2 .jcarousel-item{width:260px;}#zone-header .jcarousel-skin-skin2 .jcarousel-item-horizontal{margin:0;}#zone-header .jcarousel-skin-skin2 .jcarousel-container-horizontal{}.jcarousel-skin-skin2 .jcarousel-item{height:285px;}}@media only screen and (min-device-width :375px) and (max-device-width :736px){#zone-header .jcarousel-skin-skin2 .jcarousel-item-horizontal{margin:0px 60px 0px 0px;}.jcarousel-skin-skin2 .jcarousel-item{height:auto;}}@media (min-width:1280px){.jcarousel-clip.jcarousel-clip-horizontal,.jcarousel-container.jcarousel-container-horizontal{width:1140px!important;}}@media (min-width:1024px) and (max-width:1279px){.jcarousel-clip.jcarousel-clip-horizontal,.jcarousel-container.jcarousel-container-horizontal{width:740px!important;}}@media (min-width:768px) and (max-width:1023px){.jcarousel-clip.jcarousel-clip-horizontal,.jcarousel-container.jcarousel-container-horizontal{width:350px!important;}}@media  (max-width:767px){.jcarousel-clip.jcarousel-clip-horizontal,.jcarousel-container.jcarousel-container-horizontal{width:260px!important;}}
.homepage-textfield{display:none !important;}
input.webform-calendar{display:none;padding:3px;vertical-align:top;}html.js input.webform-calendar{display:inline;}.webform-container-inline label{display:inline;margin-right:1em;}.webform-container-inline div,.webform-container-inline div.form-item{display:inline;}.webform-container-inline div.description{display:block;}.webform-container-inline div.messages{display:block;float:left;}.webform-container-inline div.ajax-progress-bar div{display:inherit;}.webform-container-inline.webform-component-textarea label{vertical-align:top;}.webform-container-inline.webform-component-textarea .form-textarea-wrapper{display:inline-block;}.webform-component-textarea .grippie{display:block;}.webform-progressbar{width:90%;margin:0 auto;text-align:center;}.webform-progressbar-inner{height:1em;background-color:#74c421;height:3px;}.webform-progressbar-outer{position:relative;border:1px solid #356900;width:100%;height:3px;margin:0.35em -1px 2em;background-color:white;}.webform-progressbar-page{position:absolute;width:7px;height:7px;margin:-6px -4px;border:1px solid #356900;background-color:white;border-radius:5px;}.webform-progressbar-page.completed{background-color:#74c421;}.webform-progressbar-page.current{background-color:#74c421;}.webform-progressbar-page .webform-progressbar-page-number{display:none;}.webform-progressbar-page .webform-progressbar-page-label{position:relative;top:10px;margin:0 -10em;}
ul.ready-tabs li{list-style:none;}ul.ready-tabs li a{display:inline;float:left;margin:0 10px -2px 0;padding:0 7px 0 7px;border:solid 1px #ccc;border-top-left-radius:10px 10px;border-top-right-radius:10px 10px;background-color:#e9e9e9;}ul.ready-tabs .active a{background-color:#fff;border-bottom:#fff;}ul.ready-tabs a{color:#000;}ul.ready-tabs a:hover{color:#aaaccc;}.ready-tabber{border-top:solid 1px #ccc;}.acc-head{margin:10px;}.acc-head .collapsed{background:url(/../misc/menu-collapsed.png) no-repeat;padding:0 0 0 10px;}.acc-head .expanded{background:url(/../misc/menu-expanded.png) no-repeat;padding:0 0 0 10px;}div.ready-accordion{margin:0 20px 20px 20px;}
.addtoany{display:inline;}.addtoany_list{display:inline;line-height:16px;}.addtoany_list > a,.addtoany_list a img,.addtoany_list a > span{vertical-align:middle;}.addtoany_list > a{display:inline-block;font-size:16px;padding:0 4px;}.addtoany_list.a2a_kit_size_32 > a{font-size:32px;}.addtoany_list .a2a_counter img{float:left;}.addtoany_list a span.a2a_img{display:inline-block;height:16px;opacity:1;overflow:hidden;width:16px;}.addtoany_list a span{display:inline-block;float:none;}.addtoany_list.a2a_kit_size_32 a > span{border-radius:4px;height:32px;line-height:32px;opacity:1;width:32px;}.addtoany_list a:hover:hover img,.addtoany_list a:hover span{opacity:.7;}.addtoany_list a.addtoany_share_save img{border:0;width:auto;height:auto;}.addtoany_list.a2a_kit_size_32 a .a2a_count{position:relative;}
.sf-menu,.sf-menu *{list-style:none;margin:0;padding:0;}.sf-menu{line-height:1.0;z-index:497;}.sf-menu ul{left:0;position:absolute;top:-99999em;width:12em;}.sf-menu ul li{width:100%;}.sf-menu li{float:left;position:relative;z-index:498;}.sf-menu a,.sf-menu span.nolink{display:block;position:relative;}.sf-menu li:hover,.sf-menu li.sfHover,.sf-menu li:hover ul,.sf-menu li.sfHover ul{z-index:499;}.sf-menu li:hover > ul,.sf-menu li.sfHover > ul{left:0;top:2.5em;}.sf-menu li li:hover > ul,.sf-menu li li.sfHover > ul{left:12em;top:0;}.sf-menu.menu,.sf-menu.menu ul,.sf-menu.menu li{margin:0;}.sf-hidden{left:-99999em !important;top:-99999em !important;}.sf-menu a.sf-with-ul,.sf-menu span.nolink.sf-with-ul{min-width:1px;}.sf-sub-indicator{background:url(/sites/all/libraries/superfish/images/arrows-ffffff.png) no-repeat -10px -100px;display:block;height:10px;overflow:hidden;position:absolute;right:0.75em;text-indent:-999em;top:1.05em;width:10px;}a > .sf-sub-indicator,span.nolink > .sf-sub-indicator{top:0.8em;background-position:0 -100px;}a:focus > .sf-sub-indicator,a:hover > .sf-sub-indicator,a:active > .sf-sub-indicator,li:hover > a > .sf-sub-indicator,li.sfHover > a > .sf-sub-indicator,span.nolink:hover > .sf-sub-indicator,li:hover > span.nolink > .sf-sub-indicator,li.sfHover > span.nolink > .sf-sub-indicator{background-position:-10px -100px;}.sf-menu ul .sf-sub-indicator{background-position:-10px 0;}.sf-menu ul a > .sf-sub-indicator,.sf-menu ul span.nolink > .sf-sub-indicator{background-position:0 0;}.sf-menu ul a:focus > .sf-sub-indicator,.sf-menu ul a:hover > .sf-sub-indicator,.sf-menu ul a:active > .sf-sub-indicator,.sf-menu ul li:hover > a > .sf-sub-indicator,.sf-menu ul li.sfHover > a > .sf-sub-indicator,.sf-menu ul span.nolink:hover > .sf-sub-indicator,.sf-menu ul li:hover > span.nolink > .sf-sub-indicator,.sf-menu ul li.sfHover > span.nolink > .sf-sub-indicator{background-position:-10px 0;}.sf-menu.sf-horizontal.sf-shadow ul,.sf-menu.sf-vertical.sf-shadow ul,.sf-menu.sf-navbar.sf-shadow ul ul{background:url(/sites/all/libraries/superfish/images/shadow.png) no-repeat right bottom;padding:0 8px 9px 0 !important;-webkit-border-top-right-radius:8px;-webkit-border-bottom-left-radius:8px;-moz-border-radius-topright:8px;-moz-border-radius-bottomleft:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;}.sf-shadow ul.sf-shadow-off{background:transparent;}.sf-menu.rtl,.sf-menu.rtl li{float:right;}.sf-menu.rtl li:hover > ul,.sf-menu.rtl li.sfHover > ul{left:auto;right:0;}.sf-menu.rtl li li:hover > ul,.sf-menu.rtl li li.sfHover > ul{left:auto;right:12em;}.sf-menu.rtl ul{left:auto;right:0;}.sf-menu.rtl .sf-sub-indicator{left:0.75em;right:auto;background:url(/sites/all/libraries/superfish/images/arrows-ffffff-rtl.png) no-repeat -10px -100px;}.sf-menu.rtl a > .sf-sub-indicator,.sf-menu.rtl span.nolink > .sf-sub-indicator{top:0.8em;background-position:-10px -100px;}.sf-menu.rtl a:focus > .sf-sub-indicator,.sf-menu.rtl a:hover > .sf-sub-indicator,.sf-menu.rtl a:active > .sf-sub-indicator,.sf-menu.rtl li:hover > a > .sf-sub-indicator,.sf-menu.rtl li.sfHover > a > .sf-sub-indicator,.sf-menu.rtl span.nolink:hover > .sf-sub-indicator,.sf-menu.rtl li:hover > span.nolink > .sf-sub-indicator,.sf-menu.rtl li.sfHover > span.nolink > .sf-sub-indicator{background-position:0 -100px;}.sf-menu.rtl ul .sf-sub-indicator{background-position:0 0;}.sf-menu.rtl ul a > .sf-sub-indicator,.sf-menu.rtl ul span.nolink > .sf-sub-indicator{background-position:-10px 0;}.sf-menu.rtl ul a:focus > .sf-sub-indicator,.sf-menu.rtl ul a:hover > .sf-sub-indicator,.sf-menu.rtl ul a:active > .sf-sub-indicator,.sf-menu.rtl ul li:hover > a > .sf-sub-indicator,.sf-menu.rtl ul li.sfHover > a > .sf-sub-indicator,.sf-menu.rtl ul span.nolink:hover > .sf-sub-indicator,.sf-menu.rtl ul li:hover > span.nolink > .sf-sub-indicator,.sf-menu.rtl ul li.sfHover > span.nolink > .sf-sub-indicator{background-position:0 0;}.sf-menu.rtl .sf-hidden,.sf-menu.rtl.sf-hidden{left:auto !important;right:-99999em !important;}.sf-menu.rtl.sf-horizontal.sf-shadow ul,.sf-menu.rtl.sf-vertical.sf-shadow ul,.sf-menu.rtl.sf-navbar.sf-shadow ul ul{background-position:bottom left;padding:0 0 9px 8px !important;-webkit-border-radius:8px;-webkit-border-top-right-radius:0;-webkit-border-bottom-left-radius:0;-moz-border-radius:8px;-moz-border-radius-topright:0;-moz-border-radius-bottomleft:0;border-radius:8px;border-top-right-radius:0;border-bottom-left-radius:0;}.sf-vertical.rtl li:hover > ul,.sf-vertical.rtl li.sfHover > ul{left:auto;right:12em;}.sf-vertical.rtl .sf-sub-indicator{background-position:-10px 0;}.sf-vertical.rtl a > .sf-sub-indicator,.sf-vertical.rtl span.nolink > .sf-sub-indicator{background-position:0 0;}.sf-vertical.rtl a:focus > .sf-sub-indicator,.sf-vertical.rtl a:hover > .sf-sub-indicator,.sf-vertical.rtl a:active > .sf-sub-indicator,.sf-vertical.rtl li:hover > a > .sf-sub-indicator,.sf-vertical.rtl li.sfHover > a > .sf-sub-indicator,.sf-vertical.rtl span.nolink:hover > .sf-sub-indicator,.sf-vertical.rtl li:hover > span.nolink > .sf-sub-indicator,.sf-vertical.rtl li.sfHover > span.nolink > .sf-sub-indicator{background-position:-10px 0;}.sf-navbar.rtl li li{float:right;}.sf-navbar.rtl ul .sf-sub-indicator{background-position:0 -100px;}.sf-navbar.rtl ul a > .sf-sub-indicator{background-position:-10px -100px;}.sf-navbar.rtl ul a:focus > .sf-sub-indicator,.sf-navbar.rtl ul a:hover > .sf-sub-indicator,.sf-navbar.rtl ul a:active > .sf-sub-indicator,.sf-navbar.rtl ul li:hover > a > .sf-sub-indicator,.sf-navbar.rtl ul li.sfHover > a > .sf-sub-indicator,.sf-navbar.rtl ul span.nolink:hover > .sf-sub-indicator,.sf-navbar.rtl ul li:hover > span.nolink > .sf-sub-indicator,.sf-navbar.rtl ul li.sfHover > span.nolink > .sf-sub-indicator{background-position:0 -100px;}.sf-navbar.rtl ul ul .sf-sub-indicator{background-position:0 0;}.sf-navbar.rtl ul ul a > .sf-sub-indicator,.sf-navbar.rtl ul ul span.nolink > .sf-sub-indicator{background-position:-10px 0;}.sf-navbar.rtl ul ul a:focus > .sf-sub-indicator,.sf-navbar.rtl ul ul a:hover > .sf-sub-indicator,.sf-navbar.rtl ul ul a:active > .sf-sub-indicator,.sf-navbar.rtl ul ul li:hover > a > .sf-sub-indicator,.sf-navbar.rtl ul ul li.sfHover > a > .sf-sub-indicator,.sf-navbar.rtl ul ul span.nolink:hover > .sf-sub-indicator,.sf-navbar.rtl ul ul li:hover > span.nolink > .sf-sub-indicator,.sf-navbar.rtl ul ul li.sfHover > span.nolink > .sf-sub-indicator{background-position:0 0;}.sf-navbar.rtl li li:hover > ul,.sf-navbar.rtl li li.sfHover > ul{left:auto;right:0;}.sf-navbar.rtl li li li:hover > ul,.sf-navbar.rtl li li li.sfHover > ul{left:auto;right:12em;}.sf-navbar.rtl > li > ul{background:transparent;padding:0;-moz-border-radius-bottomright:0;-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;-webkit-border-bottom-right-radius:0;}
.sf-vertical,.sf-vertical li{width:12em;}.sf-vertical li:hover > ul,.sf-vertical li.sfHover > ul{left:12em;top:0;}.sf-vertical .sf-sub-indicator{background-position:-10px 0;}.sf-vertical a > .sf-sub-indicator,.sf-vertical span.nolink > .sf-sub-indicator{background-position:0 0;}.sf-vertical a:focus > .sf-sub-indicator,.sf-vertical a:hover > .sf-sub-indicator,.sf-vertical a:active > .sf-sub-indicator,.sf-vertical li:hover > a > .sf-sub-indicator,.sf-vertical li.sfHover > a > .sf-sub-indicator,.sf-vertical span.nolink > .sf-sub-indicator,.sf-vertical li:hover > span.nolink > .sf-sub-indicator,.sf-vertical li.sfHover > span.nolink > .sf-sub-indicator{background-position:-10px 0;}
ul.sf-menu.sf-accordion{display:none;position:absolute;}ul.sf-menu.sf-accordion,ul.sf-menu.sf-accordion ul,ul.sf-menu.sf-accordion li{float:left;width:100%;}ul.sf-menu.sf-accordion ul{margin:0;padding:0;}ul.sf-menu.sf-accordion.sf-expanded,ul.sf-menu.sf-accordion li.sf-expanded > ul{left:auto !important;position:relative;top:auto !important;}
.block-superfish,.block-superfish .content{overflow:visible !important;width:100%;}.sf-menu.sf-style-dcuSuperfish{float:left;margin:0;padding:0;}.sf-menu.sf-style-dcuSuperfish a > .sf-sub-indicator,.sf-menu.sf-style-dcuSuperfish span.nolink > .sf-sub-indicator{top:1.5em;background-image:url(/sites/all/libraries/superfish/style/images/simple-arrows.png);}.sf-menu.sf-style-dcuSuperfish.rtl a > .sf-sub-indicator,.sf-menu.sf-style-dcuSuperfish.rtl span.nolink > .sf-sub-indicator{background-image:url(/sites/all/libraries/superfish/style/images/simple-arrows-rtl.png);}.sf-menu.sf-style-dcuSuperfish.sf-vertical a > .sf-sub-indicator,.sf-menu.sf-style-dcuSuperfish.sf-vertical span.nolink > .sf-sub-indicator{top:1.1em;}.sf-menu.sf-style-dcuSuperfish li li .sf-sub-indicator,.sf-menu.sf-style-dcuSuperfish li li a > .sf-sub-indicator,.sf-menu.sf-style-dcuSuperfish li li span.nolink > .sf-sub-indicator{top:1em;}.sf-menu.sf-style-dcuSuperfish ul{padding-left:0;}.sf-menu.sf-style-dcuSuperfish.rtl ul{padding-left:auto;padding-right:0;}.sf-menu.sf-style-dcuSuperfish.sf-horizontal.sf-shadow ul,.sf-menu.sf-style-dcuSuperfish.sf-vertical.sf-shadow ul,.sf-menu.sf-style-dcuSuperfish.sf-navbar.sf-shadow ul ul{padding:0 8px 7px 0 !important;}.sf-menu.sf-style-dcuSuperfish.sf-horizontal.sf-shadow.rtl ul,.sf-menu.sf-style-dcuSuperfish.sf-vertical.sf-shadow.rtl ul,.sf-menu.sf-style-dcuSuperfish.sf-navbar.sf-shadow.rtl ul ul{padding:0 0 7px 8px !important;}.sf-menu.sf-style-dcuSuperfish.sf-horizontal li:hover > ul,.sf-menu.sf-style-dcuSuperfish.sf-horizontal li.sfHover > ul{top:48px;}.sf-menu.sf-style-dcuSuperfish.sf-horizontal > li:hover > ul,.sf-menu.sf-style-dcuSuperfish.sf-horizontal > li.sfHover > ul{left:-1px;}.sf-menu.sf-style-dcuSuperfish.sf-horizontal.rtl > li:hover > ul,.sf-menu.sf-style-dcuSuperfish.sf-horizontal.rtl > li.sfHover > ul{left:auto;right:-1px;}.sf-menu.sf-style-dcuSuperfish.sf-horizontal li li:hover > ul,.sf-menu.sf-style-dcuSuperfish.sf-horizontal li li.sfHover > ul,.sf-menu.sf-style-dcuSuperfish.sf-vertical li:hover > ul,.sf-menu.sf-style-dcuSuperfish.sf-vertical li.sfHover > ul,.sf-menu.sf-style-dcuSuperfish.sf-navbar li li li:hover > ul,.sf-menu.sf-style-dcuSuperfish.sf-navbar li li li.sfHover > ul,.sf-menu.sf-style-dcuSuperfish.sf-navbar li li li.active-trail ul{top:-1px;}.sf-menu.sf-style-dcuSuperfish.sf-horizontal > li:first-child:hover > ul,.sf-menu.sf-style-dcuSuperfish.sf-horizontal > li:first-child.sfHover > ul{left:10px;}.sf-menu.sf-style-dcuSuperfish.sf-horizontal.rtl > li:first-child:hover > ul,.sf-menu.sf-style-dcuSuperfish.sf-horizontal.rtl > li:first-child.sfHover > ul{left:auto;right:10px}.sf-menu.sf-style-dcuSuperfish.sf-horizontal li li li:first-child:hover > ul,.sf-menu.sf-style-dcuSuperfish.sf-horizontal li li li:first-child.sfHover > ul,.sf-menu.sf-style-dcuSuperfish.sf-vertical li:first-child:hover > ul,.sf-menu.sf-style-dcuSuperfish.sf-vertical li:first-child.sfHover > ul,.sf-menu.sf-style-dcuSuperfish.sf-navbar li li li li:first-child:hover > ul,.sf-menu.sf-style-dcuSuperfish.sf-navbar li li li li:first-child.sfHover > ul{top:10px;}.sf-menu.sf-style-dcuSuperfish.sf-navbar > li:hover > ul,.sf-menu.sf-style-dcuSuperfish.sf-navbar > li.sfHover > ul,.sf-menu.sf-style-dcuSuperfish.sf-navbar > li.active-trail > ul{top:44px;}.sf-menu.sf-style-dcuSuperfish.sf-navbar li li:hover > ul,.sf-menu.sf-style-dcuSuperfish.sf-navbar li li.sfHover > ul{top:38px;}.sf-menu.sf-style-dcuSuperfish a,.sf-menu.sf-style-dcuSuperfish a:visited,.sf-menu.sf-style-dcuSuperfish span.nolink{color:#012C59;padding:5px;text-decoration:none;}.sf-menu.sf-style-dcuSuperfish span.nolink{cursor:default;}.sf-menu.sf-style-dcuSuperfish a:focus,.sf-menu.sf-style-dcuSuperfish a:hover,.sf-menu.sf-style-dcuSuperfish a:active,.sf-menu.sf-style-dcuSuperfish li:hover > a,.sf-menu.sf-style-dcuSuperfish li.sfHover > a,.sf-menu.sf-style-dcuSuperfish span.nolink:hover,.sf-menu.sf-style-dcuSuperfish li:hover > span.nolink,.sf-menu.sf-style-dcuSuperfish li.sfHover > span.nolink{color:#012C59;}.sf-menu.sf-style-dcuSuperfish a.sf-with-ul,.sf-menu.sf-style-dcuSuperfish span.nolink.sf-with-ul{padding-right:3em;}.sf-menu.sf-style-dcuSuperfish.rtl a.sf-with-ul,.sf-menu.sf-style-dcuSuperfish.rtl span.nolink.sf-with-ul{padding-left:3em;padding-right:1.5em;}.sf-menu.sf-style-dcuSuperfish span.sf-description{color:#666666;display:block;font-size:0.8em;line-height:1.5em;margin:5px 0 0 5px;padding:0;}.sf-menu.sf-style-dcuSuperfish.sf-horizontal,.sf-menu.sf-style-dcuSuperfish.sf-vertical,.sf-menu.sf-style-dcuSuperfish.sf-navbar{text-align:left;width:100%;}.sf-menu.sf-style-dcuSuperfish.sf-horizontal ul,.sf-menu.sf-style-dcuSuperfish.sf-vertical ul,.sf-menu.sf-style-dcuSuperfish.sf-navbar ul ul{text-align:left;}.sf-menu.sf-style-dcuSuperfish.sf-horizontal.rtl ul,.sf-menu.sf-style-dcuSuperfish.sf-vertical.rtl ul,.sf-menu.sf-style-dcuSuperfish.sf-navbar.rtl ul ul{text-align:right;}.sf-menu.sf-style-dcuSuperfish.sf-horizontal a,.sf-menu.sf-style-dcuSuperfish.sf-navbar a,.sf-menu.sf-style-dcuSuperfish.sf-horizontal span.nolink,.sf-menu.sf-style-dcuSuperfish.sf-navbar span.nolink{display:inline;}.sf-menu.sf-style-dcuSuperfish.sf-horizontal li li a,.sf-menu.sf-style-dcuSuperfish.sf-navbar li li li a,.sf-menu.sf-style-dcuSuperfish.sf-horizontal li li span.nolink,.sf-menu.sf-style-dcuSuperfish.sf-navbar li li li span.nolink{display:block;}.sf-menu.sf-style-dcuSuperfish.sf-horizontal > li,.sf-menu.sf-style-dcuSuperfish.sf-navbar > li,.sf-menu.sf-style-dcuSuperfish.sf-navbar > li > ul > li{display:inline;float:none;}.sf-menu.sf-style-dcuSuperfish.sf-vertical > li{display:block;(min-width:1024px) and 
  float:none;margin:0 auto;text-align:left;}div.sf-accordion-toggle.sf-style-dcuSuperfish{float:left;width:100%;}div.sf-accordion-toggle.sf-style-dcuSuperfish a{color:#555555;float:left;font:normal 13px Arial,Helvetica,Tahoma,Verdana,Sans-serif;padding:1em;text-decoration:none;}div.sf-accordion-toggle.sf-style-dcuSuperfish a span{background:url(/sites/all/libraries/superfish/style/images/dcuSuperfish-accordion-toggle.png) no-repeat center center transparent;height:32px;float:left;line-height:99999em;overflow:hidden;text-indent:-99999em;width:32px;}.sf-menu.sf-style-dcuSuperfish.sf-accordion li li{margin-left:3.9%;width:92%;}.sf-menu.sf-style-dcuSuperfish.sf-accordion li ul{margin:10px 0;}.sf-menu.sf-style-dcuSuperfish.sf-accordion li a.sf-accordion-button{position:absolute;right:0;top:0;z-index:499;}.sf-menu.sf-style-dcuSuperfish.sf-accordion li.sf-expanded > a.sf-accordion-button{color:#777;}.sf-menu.sf-style-dcuSuperfish li ul.sf-megamenu li ol li{background:none;border:0 none;}.sf-menu.sf-style-dcuSuperfish li ul.sf-megamenu li.sf-megamenu-wrapper ol,.sf-menu.sf-style-dcuSuperfish li ul.sf-megamenu li.sf-megamenu-wrapper ol li{margin:0;padding:0;}.sf-menu.sf-style-dcuSuperfish ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column > a,.sf-menu.sf-style-dcuSuperfish ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column > span.nolink{font-weight:bold;padding:1em;}.sf-menu.sf-style-dcuSuperfish ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column:hover > a,.sf-menu.sf-style-dcuSuperfish ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column:hover > span.nolink{color:#555555;}.sf-menu.sf-style-dcuSuperfish ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column > a:focus,.sf-menu.sf-style-dcuSuperfish ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column > a:hover,.sf-menu.sf-style-dcuSuperfish ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column > a:active{color:#222222;}.sf-menu.sf-style-dcuSuperfish ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column ol li{margin:0 0 0 1em;padding:0 1em 0 1em;}.sf-menu.sf-style-dcuSuperfish.rtl ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column ol li{background-position:right center;margin:0 1em 0 0;padding:0 1em 0 0;}.sf-menu.sf-style-dcuSuperfish ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column ol li a,.sf-menu.sf-style-dcuSuperfish ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column ol li span.nolink{font-size:13px;padding:0;}.sf-menu.sf-style-dcuSuperfish ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column{display:inline;float:left;width:12em;}.sf-menu.sf-style-dcuSuperfish.rtl ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column{float:right;}.sf-menu.sf-style-dcuSuperfish li.sf-parent-children-1 ul.sf-megamenu{width:12em;}.sf-menu.sf-style-dcuSuperfish li.sf-parent-children-2 ul.sf-megamenu{width:24em;}.sf-menu.sf-style-dcuSuperfish li.sf-parent-children-3 ul.sf-megamenu{width:36em;}.sf-menu.sf-style-dcuSuperfish li.sf-parent-children-4 ul.sf-megamenu{width:48em;}.sf-menu.sf-style-dcuSuperfish li.sf-parent-children-5 ul.sf-megamenu{width:60em;}.sf-menu.sf-style-dcuSuperfish li.sf-parent-children-6 ul.sf-megamenu{width:72em;}.sf-menu.sf-style-dcuSuperfish li.sf-parent-children-7 ul.sf-megamenu{width:84em;}.sf-menu.sf-style-dcuSuperfish li.sf-parent-children-8 ul.sf-megamenu{width:96em;}.sf-menu.sf-style-dcuSuperfish li.sf-parent-children-9 ul.sf-megamenu{width:108em;}.sf-menu.sf-style-dcuSuperfish li.sf-parent-children-10 ul.sf-megamenu{width:120em;}}



/* From: /opt/eprints3/archives/doras/cfg/static/style/auto/css_KpHsFsHL5G3x9EUJr5pMqQKsGs4fdCXEGrY6HhOgLHA.css */

.flex-nav-container{float:right;position:relative;width:100%;margin-bottom:30px;}.flex-nav-container ul,.flex-nav-container ol{list-style:none;}.flexslider ul.slides,.flex-nav-container ol.flex-control-nav,.flex-nav-container ul.flex-direction-nav,.flexslider ul.slides li img{padding:0px;margin:0px;}



/* From: /opt/eprints3/archives/doras/cfg/static/style/auto/css_TqYMXmDo1hRwzQVeUYFWmD4W9-YoKhaRe_ZX3m2Cwuc.css */

.ctools-locked{color:red;border:1px solid red;padding:1em;}.ctools-owns-lock{background:#FFFFDD none repeat scroll 0 0;border:1px solid #F0C020;padding:1em;}a.ctools-ajaxing,input.ctools-ajaxing,button.ctools-ajaxing,select.ctools-ajaxing{padding-right:18px !important;background:url(/sites/all/modules/ctools/images/status-active.gif) right center no-repeat;}div.ctools-ajaxing{float:left;width:18px;background:url(/sites/all/modules/ctools/images/status-active.gif) center center no-repeat;}
li.dhtml-menu-cloned-leaf{font-size:0.7em;font-style:italic;}li.dhtml-menu.start-collapsed ul{display:none;}a.dhtml-menu-icon{position:relative;float:left;width:16px;height:16px;}li.dhtml-folder.expanded{list-style-image:url(/sites/all/modules/dhtml_menu/images/folder-open-white.png) !important;}li.dhtml-folder.collapsed{list-style-image:url(/sites/all/modules/dhtml_menu/images/folder-closed-white.png) !important;}



/* From: /opt/eprints3/archives/doras/cfg/static/style/auto/css_ihjJ_eEute2yJ9y6UWNNZm6wYKBabITrVhuRmm5wgBg.css */

@media (max-width:767px){#superfish-3 span.sf-depth-2.menuparent.nolink.sf-with-ul{display:inline-block;padding:10px 20px;}li.ready-tab{min-width:100%;}li#menu-15041-3 a,li#menu-15054-3 a{background:#F1EDE6!important;}#superfish-3 ul.sf-has-clone-parent{box-shadow:10px 10px 5px #888888;}.utility.main-utility{width:100%;}.sidebarMenu{display:none;}div#mobmenbuttons{position:relative;}#superfish-3 li.sf-depth-1{width:100%!important;}#superfish-3 span.sf-depth-2.menuparent.nolink{font-size:12px;}#superfish-1,#superfish-4,.toolbar-shortcuts{display:none;}#superfish-3>li.sf-depth-1{border-left:0;border-top:0;border-right:0;border-bottom:1px solid white;padding:5px 10px;}#superfish-3 .sf-menu li{position:static!important;}#superfish-3 span.sf-depth-1{font-size:12px;padding:5px!important;}#superfish-3 li#menu-13434-3{border-bottom:1px solid white;}#superfish-3 ul.sf-has-clone-parent{background:transparent;}#superfish-3 li.sf-depth-3{width:300px!important;}li.sf-clone-parent{display:none;}#superfish-3 .sf-menu a{font-size:14px!important;padding:5px 10px!important;}ul#superfish-3{margin-left:-160px;font-size:14px;border-right:1px solid lightgray;padding-top:10px;padding-bottom:10px;background:#F1EDE6;}li#superfish-3{padding:5px 10px!important;}div#region-menu{max-width:50%;float:right;}form#search-form1{margin-left:0px!important;margin-top:0px!important;padding-bottom:5px;}input#keywords1{width:95%;}#superfish-3 ul.sf-has-clone-parent{width:165px!important;background:#F1EDE6!important;border-right:1px solid lightgray;}#superfish-3 li.sf-depth-3{max-width:165px!important;}#superfish-3 span.sf-depth-2.menuparent.nolink.sf-with-ul{background:#F1EDE6;}.not-logged-in ul.sf-has-clone-parent{margin-top:90px!important;}#superfish-3 ul.sf-has-clone-parent{margin-left:10px;border-left:lightgray solid 1px;}#superfish-3 .sf-depth-2 ul.sf-has-clone-parent{margin-left:-165px!important;}#superfish-3 li.sf-depth-3{border-right:solid 0px #DFD5C4!important;border-bottom:1px solid white}#superfish-3 .sf-depth-2 a.sf-depth-3{background:#F1EDE6!important;color:#102650;}.noMobile{display:none;}.menu-search1{padding:0px!important;}div#block-block-295,div#block-block-300{background:white;}#block-superfish-3{display:block!important;}div#block-superfish-3{background:white;}li#menu-14963-3{height:25px!important;}#block-superfish-3 span.sf-depth-1{background:#F1EDE6!important;text-align:left;color:#102650;}#block-superfish-3 ul.main_nav_parent>li{background:#F1EDE6!important;height:45px!important;}#superfish-3 .sf-depth-2.menuparent{background:#F1EDE6!important;}ul#superfish-3{background:transparent!important;border:0px!important;}span.sf-sub-indicator{right:0!important;color:#102650;}#superfish-3 .sf-depth-2.menuparent.nolink{color:#102650!important;}#superfish-3 li.sf-depth-2{text-align:left;}.sf-accordion-toggle.sf-style-dcuSuperfish{display:none;}.content .dhtml-menu a{display:inline-block;width:90%;}.content li.dhtml-menu{width:100%;}.region-menu{border:0px!important;}.sf-menu li{position:initial!important;}.sf-vertical li:hover > ul,.sf-vertical li.sfHover > ul{left:0!important;}.block-superfish-3 li.sf-depth-3{min-height:40px;}.block-superfish-3 li.sf-depth-2{border-bottom:1px solid white;}.block-superfish-3 .sf-menu a{font-family:DIN Next W01 Regular !important;font-size:12px;padding-top:5px!important;}div#header-search1{padding:10px 0px 0px 0px;}span.utility.inner1.menu{padding:0px!important;}span.utility.inner1.accessibility{padding:0px!important;margin-top:10px;}div#background{position:static;top:0;left:0;background:#f1ede6;}#movable{background:rgba(241,234,230,0.9)!important;position:fixed;width:100%;}span.utility.inner1.menu{padding-right:10px!important}span.utility.inner1.accessibility{padding-left:10px!important;padding-right:0px!important;}li#menu-15040-3 a{color:#102650;}}
@media (min-width:768px) and (max-width:1023px){li#menu-15041-3 a,li#menu-15054-3 a{background:#F1EDE6!important;}#superfish-3 ul.sf-has-clone-parent{box-shadow:10px 10px 5px #888888;}.utility.main-utility{width:100%;}div#mobmenbuttons{position:relative;}.noMobile{display:none;}.menu-search1{padding:0px!important;}#superfish-3 li#menu-13515-4{max-width:200px;position:fixed;}#superfish-3 li.sf-depth-1{width:100%;}#superfish-3 span.sf-depth-2.menuparent.nolink{font-size:12px;padding:12px;}#superfish-1,#superfish-4,.toolbar-shortcuts{display:none;}#superfish-3>li.sf-depth-1{border-left:0;border-top:0;border-right:1px solid lightgray;border-bottom:1px solid white;}ul#superfish-4{display:none;}#superfish-3 span.sf-depth-1{font-size:12px;padding:5px;}#superfish-3 li.sf-depth-2{border-bottom:1px solid white;}#superfish-3 ul.sf-has-clone-parent{background:transparent;}#superfish-3 ul.sf-has-clone-parent{right:0px!important}li.sf-depth-3{width:300px!important;}li.sf-clone-parent{display:none;}div#region-menu{max-width:50%;float:right;}form#search-form1{margin-left:0px!important;margin-top:0px!important;padding-bottom:5px;}input#keywords1{width:95%;}.zone.zone-menu.clearfix.container-12{width:717px!important;}.utility.main-utility{width:707px;}#superfish-3>li.sf-depth-1{border-left:0;border-top:0;border-right:0;padding:5px 10px;}.sf-menu li{position:static!important;}ul#superfish-4{display:none;}span.sf-depth-1{font-size:12px;padding:5px;}ul.sf-has-clone-parent{background:transparent;}li.sf-depth-3{width:300px!important;}li.sf-clone-parent{display:none;}.sf-menu a{font-size:14px!important;padding:5px 10px!important;font-weight:normal;}div#region-menu{max-width:50%;float:right;}input#keywords1{width:95%;}ul#superfish-3{margin-left:-300px;width:200px;font-size:14px;border-right:1px solid lightgray;padding-top:10px;padding-bottom:10px;background:#F1EDE6;}li#superfish-3{padding:5px 10px!important;}ul.sf-has-clone-parent{width:165px!important;background:white;}#superfish-3 span.sf-depth-2.menuparent.nolink.sf-with-ul{background:#F1EDE6;}#superfish-3 ul.sf-has-clone-parent{margin-top:-50px!important;min-width:200px;}#superfish-3 .sf-depth-2 ul.sf-has-clone-parent{margin-left:280px!important;}#superfish-3 li.sf-depth-3{border-right:solid 0px #DFD5C4!important;}#superfish-3 .sf-depth-2 a.sf-depth-3{background:#F1EDE6!important;border-bottom:1px solid white;color:#102650;}div#block-block-295,div#block-block-300{background:white;}#block-superfish-3{display:block!important;}div#block-superfish-3{background:white;}li#menu-14963-3{height:25px!important;}#block-superfish-3 span.sf-depth-1{background:#F1EDE6!important;text-align:left;color:#102650!important;}#block-superfish-3 ul.main_nav_parent>li{background:#F1EDE6!important;height:45px!important;}#superfish-3 .sf-depth-2.menuparent{background:#F1EDE6!important;color:#102650!important;}ul#superfish-3{background:transparent!important;border:0px!important;}span.sf-sub-indicator{right:0!important;color:#102650;}.sf-menu li.sfHover > ul{left:-80px!important;border-left:lightgray 1px solid!important;background:#F1EDE6!important;}#superfish-3 .sf-depth-2.menuparent.nolink{color:#102650!important;}#superfish-3 li.sf-depth-2{text-align:left;}ul#superfish-3{margin-top:30px;}div#header-search1{padding:10px 0px 0px 0px;}#mmmtDM{display:none;}div#background{position:static;top:0;left:0;background:#f1ede6;}#movable{background:rgba(241,234,230,0.9);position:fixed;}.logged-in #movable{position:relative;}#menu-15040-3 a.sf-depth-2{color:#102650!important;font-weight:bold;font-size:13px!important;font-family:"DIN Next W01 Regular" !important;}#superfish-3 span.sf-depth-1{color:#102650!important;font-weight:bold;font-size:14px!important;font-family:"DIN Next W01 Regular" !important;}#superfish-3 span.sf-depth-2{color:#102650!important;font-weight:bold;font-size:13px!important;font-family:"DIN Next W01 Regular" !important;}.sf-menu ul span.nolink > .sf-sub-indicator{background-position:0 0;}span.nolink > .sf-sub-indicator{top:0.8em;}span.sf-sub-indicator{right:0!important;color:#102650;}.sf-sub-indicator{background:url(/sites/all/libraries/superfish/images/arrows-ffffff.png) no-repeat !important;display:block;height:10px;overflow:hidden;position:absolute;width:10px;}}
@media (min-width:1024px) and (max-width:1279px){a.sf-depth-2.menuparent.sf-depth-2.menuparent,li#menu-15054-4 a{line-height:150%;}a.sf-depth-2.menuparent.sf-depth-2.menuparent,li#menu-15054-4 a,li#menu-15041-4 a{background:transparent!important;color:#102650!important;}li#menu-15054-4 a:hover,li#menu-15041-4 a:hover{text-decoration:underline;}.front_slider_container{padding-top:20px;}.utility.main-utility{width:950px;}.block-block-295,div#block-block-300,#block-superfish-3,#mobmenbuttons{display:none;}.zone.zone-menu.clearfix.container-12{width:958px!important;}#menu-13653-4 li.sf-depth-3,#menu-13671-4 li.sf-depth-3,#menu-13565-4 li.sf-depth-3,#menu-13445-4 li.sf-depth-3,#menu-13527-4 li.sf-depth-3,#menu-13588-4 li.sf-depth-3{border-right:0px!important;}form#search-form1{margin-left:auto!important;margin-top:-27px!important;padding:5px!important;}#superfish-4 li.sf-depth-1{display:inline-block!important;}#superfish-4 .sf-menu li{position:static!important;}#superfish-4 li#menu-13515-4{max-width:200px;position:fixed;}ul#superfish-4{width:1000px;margin-left:0px;}div#block-superfish-4{background:white;}ul#superfish-4{padding-top:25px;text-align:center;}#superfish-4 ul.menu li{float:left!important;}#superfish-1 li.sf-depth-2{background:#F1EDE6;border-bottom:1px solid white;}#superfish-1 .sf-menu ul{width:100%!important}#superfish-1 a.sf-depth-2.mm-a-links{text-align:center;}#superfish-1 ul.sf-depth-2.menu{font-size:16px;}#superfish-1 .sf-depth-2 .menu li a{line-height:25px;}#superfish-1 .sf-menu li li:hover > ul,.sf-menu li li.sfHover > ul{left:0em;width:100%!important;text-align:center;position:relative;}#superfish-2 .sf-menu li li:hover > ul,.sf-menu li li.sfHover > ul li{display:inline-block!important;float:none!important;}#superfish-1 li.sf-depth-3{max-width:100%;}#superfish-1 a.sf-depth-1{padding-right:40px!important;}.block-superfish-2 .menu li a{line-height:32px;}#superfish-2 .menu .active-trail li a{background-color:#F1EDE6!important;color:#001640!important;}#superfish-2 .sf-menu li:hover > ul,.sf-menu li.sfHover > ul{top:initial;}ul#superfish-4{text-align:left;}.region-inner.region-menu-inner{width:808px!important;}.logo-img{margin:0px!important;}div#region-branding{width:100px!important;}.sf-menu ul li{width:auto;}.sf-menu.sf-style-dcuSuperfish.sf-horizontal li:hover > ul,.sf-menu.sf-style-dcuSuperfish.sf-horizontal li.sfHover > ul{top:initial!important;}#menu-15041-4 a,#menu-15054-4 a{font-weight:bold;margin-left:0px;}li#menu-15054-4,li#menu-15041-4{width:200px;float:right;}a.sf-depth-2.menuparent.sf-depth-2.menuparent{display:inline-block;max-width:150px;}a.sf-depth-3{font-weight:normal!important;}#menu-15042-4 .sf-megamenu-column{max-width:230px;}#menu-15054-4 a{font-weight:bold;line-height:24px;padding-left:10px;}#menu-15042-4 a{font-weight:bold;line-height:24px;padding-bottom:20px;padding-left:10px;}.sf-menu li{position:static!important;}a.sf-depth-3.sf-depth-3{display:inline-block;width:95%;border-bottom:1px dotted #F1EDE6;}li.sf-megamenu-wrapper.sf-depth-1{padding-left:20px!important;}div#background{position:static;top:0;left:0;background:#f1ede6;}#movable{background:rgba(241,234,230,0.9);position:fixed;}input.input-text1{width:100%;}}
@media (min-width:1280px){a.sf-depth-2.menuparent.sf-depth-2.menuparent,li#menu-15054-4 a{line-height:150%;}a.sf-depth-2.menuparent.sf-depth-2.menuparent,li#menu-15054-4 a,li#menu-15041-4 a{background:transparent!important;color:#102650!important;}li#menu-15054-4 a:hover,li#menu-15041-4 a:hover{text-decoration:underline;}.front_slider_container{padding-top:20px;}.block-block-295,div#block-block-300,#block-superfish-3,#mobmenbuttons{display:none;}.zone.zone-menu.clearfix.container-12{width:1198px!important;}div#block-superfish-4{background:white;width:880px;}ul#superfish-4{padding-top:25px;text-align:center;}.sf-menu li{position:static!important;}#menu-15041-4 a,#menu-15054-4 a{font-weight:bold;margin-left:0px;margin-top:15px;}li#menu-15054-4,li#menu-15041-4{width:200px;float:right;}a.sf-depth-2.menuparent.sf-depth-2.menuparent{display:inline-block;max-width:150px;}a.sf-depth-3.sf-depth-3{display:inline-block;width:95%;border-bottom:1px dotted #F1EDE6;}a.sf-depth-3{font-weight:normal!important;}#menu-15042-4 .sf-megamenu-column{max-width:210px;}#superfish-4 li.sf-depth-1{display:inline-block!important;}#superfish-4 li#menu-13515-4{max-width:200px;position:fixed;}#superfish-4 ul.menu li{float:left!important;}.sf-menu ul li{width:auto;}a.sf-depth-3.sf-depth-3{display:inline-block;width:95%;border-bottom:1px dotted #F1EDE6;}li.sf-megamenu-wrapper.sf-depth-1{padding-left:20px!important;}div#background{position:static;top:0;left:0;max-width:1190px;background:#f1ede6;}#movable{background:rgba(241,234,230,0.9);position:fixed;width:1188px;}.logged-in #movable{position:relative;}input.input-text1{width:100%;}}
.utility.main-utility{font-family:DIN Next W01 Regular,Helvetica,Arial,sans-serif!important;font-size:13px!important;height:35px;background:#F1EDE6;border-bottom:solid 4px #DFD5C4;padding-right:10px;z-index:1000;}span.utility.inner1.menu{padding-top:15px!important;}span.utility.inner1.menu{float:right;padding:8px;}span.utility.inner1.accessibility{float:left;padding:8px;font-size:14px;padding-right:15px;}.utility span.strut{color:#DFD5C4;font-weight:600;font-family:sans-serif;}span.utility.inner1.accessability{padding:8px;}span#accIcon{font-size:13px;}#accIcon img{padding-top:5px;}.region-inner.region-search-inner{background:transparent;}input.input-text1{color:#012C59;font-family:DIN Next W01 Regular,Helvetica,Arial,sans-serif!important;padding-left:10px;}.menu-search1{padding:12px;}input#keywords{background:white;border:#102650 1px solid;color:#102650;}input#searchicon{margin-left:-22px;}input#keywords1{background:white;border:#102650 1px solid;border-radius:3px;color:#102650;padding-top:5px;}form#search-form1{margin-left:200px;margin-top:-50px;}#superfish-4 ul.sf-megamenu{background:transparent;}#superfish-4  li.sf-megamenu-wrapper.sf-depth-1.menuparent{border-left:1px solid lightgray;border-bottom:1px solid lightgray;}#superfish-4 span.sf-depth-1.menuparent.nolink{font-family:DIN Next W01 Regular,Helvetica,Arial,sans-serif;font-size:13px;font-weight:500;color:#012C59;}.sf-megamenu-wrapper{margin:0 0 0 0px!important;}#superfish-4 li.sf-megamenu-wrapper{background:white;}#superfish-4 a.sf-depth-3{color:#012c59!important;}div#zone-menu{background:white!important;}#superfish-4 span.sf-depth-1{font-size:13px;}#superfish-4 li.sf-megamenu-wrapper{background-color:rgba(253,253,253,0.92);;}#superfish-4>li.sf-depth-1{border-right:solid 1px #012C59;padding-right:15px!important;padding-left:5px!important;}ul#superfish-4{padding-bottom:5px;}#superfish-4 li.sf-depth-3{border-right:solid 2px #DFD5C4;}#superfish-4 li:last-of-type.sf-depth-3,li#menu-15068-4{border-right:0px!important;}.sf-clone-parent{display:none;}div#region-branding{float:left;width:150px;}li#menu-13515-4{border-bottom:1px solid #DFD5C4;}ul#superfish-1{font-size:13px!important;}ul#superfish-1 .menu li a{line-height:22px!important;}li#menu-15181-4{border:0px!important;}span.sf-depth-3.nolink{font-weight:bolder;}li.sf-depth-3{max-width:200px;}.sf-megamenu-column{padding-left:0px!important;}div#region-menu{background:white;}#block-menu-menu-iss-09-2013 li{float:none!important;}.sf-menu li a{line-height:24px;}#superfish-4 a.sf-depth-3{background:transparent!important;line-height:initial!important;padding:10px 0px 10px 10px!important;}#superfish-3 a.sf-depth-2,#superfish-3 a.sf-depth-3{line-height:initial;padding:10px 20px!important;}span.sf-depth-2.menuparent.sf-with-ul{display:block;width:80%;}#menu-15117-4 li.sf-depth-3,#menu-15042-4 li.sf-depth-3,li#menu-15067-4,#menu-14983-4 li.sf-depth-3,#menu-15098-4 li.sf-depth-3,#menu-15180-4 li.sf-depth-3,#menu-15124-4 li.sf-depth-3{border-right:0px!important;}.utility.main-utility a:hover{color:navy;}#recitemeText{right:0px!important;background:transparent!important;color:#001640!important;font-size:100%!important;font-family:DIN Next W01 Regular,Helvetica,Arial,sans-serif!important;height:initial!important;padding:0px!important;width:initial!important;position:relative!important;top:2px;}#superfish-3{display:none;}footer#section-footer{position:relative!important;padding-top:50px;}.contextual-links-wrapper.contextual-links-processed{z-index:1500;}#zone-menu{border-bottom:1px solid #DFD5C4;}.breadcrumb{display:none;}div#block-views-3b7889b2903b44e6e7fea785f6225b88{background:white;}



/* From: /opt/eprints3/archives/doras/cfg/static/style/auto/css_xE-rWrJf-fncB6ztZfd2huxqgxu4WO-qwma6Xer30m4.css */

#autocomplete{border:1px solid;overflow:hidden;position:absolute;z-index:100;}#autocomplete ul{list-style:none;list-style-image:none;margin:0;padding:0;}#autocomplete li{background:#fff;color:#000;cursor:default;white-space:pre;zoom:1;}html.js input.form-autocomplete{background-image:url(/misc/throbber-inactive.png);background-position:100% center;background-repeat:no-repeat;}html.js input.throbbing{background-image:url(/misc/throbber-active.gif);background-position:100% center;}html.js fieldset.collapsed{border-bottom-width:0;border-left-width:0;border-right-width:0;height:1em;}html.js fieldset.collapsed .fieldset-wrapper{display:none;}fieldset.collapsible{position:relative;}fieldset.collapsible .fieldset-legend{display:block;}.form-textarea-wrapper textarea{display:block;margin:0;width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}.resizable-textarea .grippie{background:#eee url(images/grippie.png) no-repeat center 2px;border:1px solid #ddd;border-top-width:0;cursor:s-resize;height:9px;overflow:hidden;}body.drag{cursor:move;}.draggable a.tabledrag-handle{cursor:move;float:left;height:1.7em;margin-left:-1em;overflow:hidden;text-decoration:none;}a.tabledrag-handle:hover{text-decoration:none;}a.tabledrag-handle .handle{background:url(/misc/draggable.png) no-repeat 6px 9px;height:13px;margin:-0.4em 0.5em;padding:0.42em 0.5em;width:13px;}a.tabledrag-handle-hover .handle{background-position:6px -11px;}div.indentation{float:left;height:1.7em;margin:-0.4em 0.2em -0.4em -0.4em;padding:0.42em 0 0.42em 0.6em;width:20px;}div.tree-child{background:url(/misc/tree.png) no-repeat 11px center;}div.tree-child-last{background:url(/misc/tree-bottom.png) no-repeat 11px center;}div.tree-child-horizontal{background:url(/misc/tree.png) no-repeat -11px center;}.tabledrag-toggle-weight-wrapper{text-align:right;}table.sticky-header{background-color:#fff;margin-top:0;}.progress .bar{background-color:#fff;border:1px solid;}.progress .filled{background-color:#000;height:1.5em;width:5px;}.progress .percentage{float:right;}.ajax-progress{display:inline-block;}.ajax-progress .throbber{background:transparent url(/misc/throbber-active.gif) no-repeat 0px center;float:left;height:15px;margin:2px;width:15px;}.ajax-progress .message{padding-left:20px;}tr .ajax-progress .throbber{margin:0 2px;}.ajax-progress-bar{width:16em;}.container-inline div,.container-inline label{display:inline;}.container-inline .fieldset-wrapper{display:block;}.nowrap{white-space:nowrap;}html.js .js-hide{display:none;}.element-hidden{display:none;}.element-invisible{position:absolute !important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);overflow:hidden;height:1px;}.element-invisible.element-focusable:active,.element-invisible.element-focusable:focus{position:static !important;clip:auto;overflow:visible;height:auto;}.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}* html .clearfix{height:1%;}*:first-child + html .clearfix{min-height:1%;}
ul.menu{border:none;list-style:none;text-align:left;}ul.menu li{margin:0 0 0 0.5em;}ul li.expanded{list-style-image:url(/misc/menu-expanded.png);list-style-type:circle;}ul li.collapsed{list-style-image:url(/misc/menu-collapsed.png);list-style-type:disc;}ul li.leaf{list-style-image:url(/misc/menu-leaf.png);list-style-type:square;}li.expanded,li.collapsed,li.leaf{padding:0.2em 0.5em 0 0;margin:0;}li a.active{color:#000;}td.menu-disabled{background:#ccc;}ul.inline,ul.links.inline{display:inline;padding-left:0;}ul.inline li{display:inline;list-style-type:none;padding:0 0.5em;}.breadcrumb{padding-bottom:0.5em;}ul.primary{border-bottom:1px solid #bbb;border-collapse:collapse;height:auto;line-height:normal;list-style:none;margin:5px;padding:0 0 0 1em;white-space:nowrap;}ul.primary li{display:inline;}ul.primary li a{background-color:#ddd;border-color:#bbb;border-style:solid solid none solid;border-width:1px;height:auto;margin-right:0.5em;padding:0 1em;text-decoration:none;}ul.primary li.active a{background-color:#fff;border:1px solid #bbb;border-bottom:1px solid #fff;}ul.primary li a:hover{background-color:#eee;border-color:#ccc;border-bottom-color:#eee;}ul.secondary{border-bottom:1px solid #bbb;padding:0.5em 1em;margin:5px;}ul.secondary li{border-right:1px solid #ccc;display:inline;padding:0 1em;}ul.secondary a{padding:0;text-decoration:none;}ul.secondary a.active{border-bottom:4px solid #999;}
div.messages{background-position:8px 8px;background-repeat:no-repeat;border:1px solid;margin:6px 0;padding:10px 10px 10px 50px;}div.status{background-image:url(/misc/message-24-ok.png);border-color:#be7;}div.status,.ok{color:#234600;}div.status,table tr.ok{background-color:#f8fff0;}div.warning{background-image:url(/misc/message-24-warning.png);border-color:#ed5;}div.warning,.warning{color:#840;}div.warning,table tr.warning{background-color:#fffce5;}div.error{background-image:url(/misc/message-24-error.png);border-color:#ed541d;}div.error,.error{color:#8c2e0b;}div.error,table tr.error{background-color:#fef5f1;}div.error p.error{color:#333;}div.messages ul{margin:0 0 0 1em;padding:0;}div.messages ul li{list-style-image:none;}
fieldset{margin-bottom:1em;padding:0.5em;}form{margin:0;padding:0;}hr{border:1px solid gray;height:1px;}img{border:0;}table{border-collapse:collapse;}th{border-bottom:3px solid #ccc;padding-right:1em;text-align:left;}tbody{border-top:1px solid #ccc;}tr.even,tr.odd{background-color:#eee;border-bottom:1px solid #ccc;padding:0.1em 0.6em;}th.active img{display:inline;}td.active{background-color:#ddd;}.item-list .title{font-weight:bold;}.item-list ul{margin:0 0 0.75em 0;padding:0;}.item-list ul li{margin:0 0 0.25em 1.5em;padding:0;}.form-item,.form-actions{margin-top:1em;margin-bottom:1em;}tr.odd .form-item,tr.even .form-item{margin-top:0;margin-bottom:0;white-space:nowrap;}.form-item .description{font-size:0.85em;}label{display:block;font-weight:bold;}label.option{display:inline;font-weight:normal;}.form-checkboxes .form-item,.form-radios .form-item{margin-top:0.4em;margin-bottom:0.4em;}.form-type-radio .description,.form-type-checkbox .description{margin-left:2.4em;}input.form-checkbox,input.form-radio{vertical-align:middle;}.marker,.form-required{color:#f00;}.form-item input.error,.form-item textarea.error,.form-item select.error{border:2px solid red;}.container-inline .form-actions,.container-inline.form-actions{margin-top:0;margin-bottom:0;}.more-link{text-align:right;}.more-help-link{text-align:right;}.more-help-link a{background:url(/misc/help.png) 0 50% no-repeat;padding:1px 0 1px 20px;}.item-list .pager{clear:both;text-align:center;}.item-list .pager li{background-image:none;display:inline;list-style-type:none;padding:0.5em;}.pager-current{font-weight:bold;}#autocomplete li.selected{background:#0072b9;color:#fff;}html.js fieldset.collapsible .fieldset-legend{background:url(/misc/menu-expanded.png) 5px 65% no-repeat;padding-left:15px;}html.js fieldset.collapsed .fieldset-legend{background-image:url(/misc/menu-collapsed.png);background-position:5px 50%;}.fieldset-legend span.summary{color:#999;font-size:0.9em;margin-left:0.5em;}tr.drag{background-color:#fffff0;}tr.drag-previous{background-color:#ffd;}.tabledrag-toggle-weight{font-size:0.9em;}body div.tabledrag-changed-warning{margin-bottom:0.5em;}tr.selected td{background:#ffc;}td.checkbox,th.checkbox{text-align:center;}.progress{font-weight:bold;}.progress .bar{background:#ccc;border-color:#666;margin:0 0.2em;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}.progress .filled{background:#0072b9 url(/misc/progress.gif);}



/* From: /opt/eprints3/ingredients/irstats2/static/style/auto/daterangepicker.css */

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/* EPServices - dgc - This is a heavily stripped down version of bootstrap for
 * the datarangepicker. */

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}

.daterangepicker * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.daterangepicker *:before,
.daterangepicker *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.daterangepicker table {
  background-color: transparent;
}
.daterangepicker caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
.daterangepicker th {
  text-align: left;
}
.daterangepicker .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.daterangepicker .table > thead > tr > th,
.daterangepicker .table > tbody > tr > th,
.daterangepicker .table > tfoot > tr > th,
.daterangepicker .table > thead > tr > td,
.daterangepicker .table > tbody > tr > td,
.daterangepicker .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.daterangepicker .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.daterangepicker .table > caption + thead > tr:first-child > th,
.daterangepicker .table > colgroup + thead > tr:first-child > th,
.daterangepicker .table > thead:first-child > tr:first-child > th,
.daterangepicker .table > caption + thead > tr:first-child > td,
.daterangepicker .table > colgroup + thead > tr:first-child > td,
.daterangepicker .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.daterangepicker .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.daterangepicker .table .table {
  background-color: #fff;
}
.daterangepicker .table-condensed > thead > tr > th,
.daterangepicker .table-condensed > tbody > tr > th,
.daterangepicker .table-condensed > tfoot > tr > th,
.daterangepicker .table-condensed > thead > tr > td,
.daterangepicker .table-condensed > tbody > tr > td,
.daterangepicker .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.daterangepicker .table-bordered {
  border: 1px solid #ddd;
}
.daterangepicker .table-bordered > thead > tr > th,
.daterangepicker .table-bordered > tbody > tr > th,
.daterangepicker .table-bordered > tfoot > tr > th,
.daterangepicker .table-bordered > thead > tr > td,
.daterangepicker .table-bordered > tbody > tr > td,
.daterangepicker .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.daterangepicker .table-bordered > thead > tr > th,
.daterangepicker .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.daterangepicker .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.daterangepicker .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.daterangepicker table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
.daterangepicker table td[class*="col-"],
.daterangepicker table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.daterangepicker .table > thead > tr > td.active,
.daterangepicker .table > tbody > tr > td.active,
.daterangepicker .table > tfoot > tr > td.active,
.daterangepicker .table > thead > tr > th.active,
.daterangepicker .table > tbody > tr > th.active,
.daterangepicker .table > tfoot > tr > th.active,
.daterangepicker .table > thead > tr.active > td,
.daterangepicker .table > tbody > tr.active > td,
.daterangepicker .table > tfoot > tr.active > td,
.daterangepicker .table > thead > tr.active > th,
.daterangepicker .table > tbody > tr.active > th,
.daterangepicker .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.daterangepicker .table-hover > tbody > tr > td.active:hover,
.daterangepicker .table-hover > tbody > tr > th.active:hover,
.daterangepicker .table-hover > tbody > tr.active:hover > td,
.daterangepicker .table-hover > tbody > tr:hover > .active,
.daterangepicker .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.daterangepicker .table > thead > tr > td.success,
.daterangepicker .table > tbody > tr > td.success,
.daterangepicker .table > tfoot > tr > td.success,
.daterangepicker .table > thead > tr > th.success,
.daterangepicker .table > tbody > tr > th.success,
.daterangepicker .table > tfoot > tr > th.success,
.daterangepicker .table > thead > tr.success > td,
.daterangepicker .table > tbody > tr.success > td,
.daterangepicker .table > tfoot > tr.success > td,
.daterangepicker .table > thead > tr.success > th,
.daterangepicker .table > tbody > tr.success > th,
.daterangepicker .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.daterangepicker .table-hover > tbody > tr > td.success:hover,
.daterangepicker .table-hover > tbody > tr > th.success:hover,
.daterangepicker .table-hover > tbody > tr.success:hover > td,
.daterangepicker .table-hover > tbody > tr:hover > .success,
.daterangepicker .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.daterangepicker .table > thead > tr > td.info,
.daterangepicker .table > tbody > tr > td.info,
.daterangepicker .table > tfoot > tr > td.info,
.daterangepicker .table > thead > tr > th.info,
.daterangepicker .table > tbody > tr > th.info,
.daterangepicker .table > tfoot > tr > th.info,
.daterangepicker .table > thead > tr.info > td,
.daterangepicker .table > tbody > tr.info > td,
.daterangepicker .table > tfoot > tr.info > td,
.daterangepicker .table > thead > tr.info > th,
.daterangepicker .table > tbody > tr.info > th,
.daterangepicker .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.daterangepicker .table-hover > tbody > tr > td.info:hover,
.daterangepicker .table-hover > tbody > tr > th.info:hover,
.daterangepicker .table-hover > tbody > tr.info:hover > td,
.daterangepicker .table-hover > tbody > tr:hover > .info,
.daterangepicker .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.daterangepicker .table > thead > tr > td.warning,
.daterangepicker .table > tbody > tr > td.warning,
.daterangepicker .table > tfoot > tr > td.warning,
.daterangepicker .table > thead > tr > th.warning,
.daterangepicker .table > tbody > tr > th.warning,
.daterangepicker .table > tfoot > tr > th.warning,
.daterangepicker .table > thead > tr.warning > td,
.daterangepicker .table > tbody > tr.warning > td,
.daterangepicker .table > tfoot > tr.warning > td,
.daterangepicker .table > thead > tr.warning > th,
.daterangepicker .table > tbody > tr.warning > th,
.daterangepicker .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.daterangepicker .table-hover > tbody > tr > td.warning:hover,
.daterangepicker .table-hover > tbody > tr > th.warning:hover,
.daterangepicker .table-hover > tbody > tr.warning:hover > td,
.daterangepicker .table-hover > tbody > tr:hover > .warning,
.daterangepicker .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.daterangepicker .table > thead > tr > td.danger,
.daterangepicker .table > tbody > tr > td.danger,
.daterangepicker .table > tfoot > tr > td.danger,
.daterangepicker .table > thead > tr > th.danger,
.daterangepicker .table > tbody > tr > th.danger,
.daterangepicker .table > tfoot > tr > th.danger,
.daterangepicker .table > thead > tr.danger > td,
.daterangepicker .table > tbody > tr.danger > td,
.daterangepicker .table > tfoot > tr.danger > td,
.daterangepicker .table > thead > tr.danger > th,
.daterangepicker .table > tbody > tr.danger > th,
.daterangepicker .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.daterangepicker .table-hover > tbody > tr > td.danger:hover,
.daterangepicker .table-hover > tbody > tr > th.danger:hover,
.daterangepicker .table-hover > tbody > tr.danger:hover > td,
.daterangepicker .table-hover > tbody > tr:hover > .danger,
.daterangepicker .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.daterangepicker .table-responsive {
  min-height: .01%;
  overflow-x: auto;
}



.daterangepicker .dropup,
.daterangepicker .dropdown {
  position: relative;
}
.daterangepicker .dropdown-toggle:focus {
  outline: 0;
}
.daterangepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.daterangepicker .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.daterangepicker .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.daterangepicker .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.daterangepicker .dropdown-menu > li > a:hover,
.daterangepicker .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.daterangepicker .dropdown-menu > .active > a,
.daterangepicker .dropdown-menu > .active > a:hover,
.daterangepicker .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.daterangepicker .dropdown-menu > .disabled > a,
.daterangepicker .dropdown-menu > .disabled > a:hover,
.daterangepicker .dropdown-menu > .disabled > a:focus {
  color: #777;
}
.daterangepicker .dropdown-menu > .disabled > a:hover,
.daterangepicker .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */ }
  .daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc; }
  .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent; }
  .daterangepicker.opensleft:before {
    right: 9px; }
  .daterangepicker.opensleft:after {
    right: 10px; }
  .daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.opensright:before {
    left: 9px; }
  .daterangepicker.opensright:after {
    left: 10px; }
  .daterangepicker.dropup {
    margin-top: -5px; }
    .daterangepicker.dropup:before {
      top: initial;
      bottom: -7px;
      border-bottom: initial;
      border-top: 7px solid #ccc; }
    .daterangepicker.dropup:after {
      top: initial;
      bottom: -6px;
      border-bottom: initial;
      border-top: 6px solid #fff; }
  .daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001; }
  .daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none; }
  .daterangepicker.show-calendar .calendar {
    display: block; }
  .daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px; }
    .daterangepicker .calendar.single .calendar-table {
      border: none; }
    .daterangepicker .calendar th, .daterangepicker .calendar td {
      white-space: nowrap;
      text-align: center;
      min-width: 32px; }
  .daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background: #fff; }
  .daterangepicker table {
    width: 100%;
    margin: 0; }
  .daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer; }
    .daterangepicker td.available:hover, .daterangepicker th.available:hover {
      background-color: #eee;
      border-color: transparent;
      color: inherit; }
    .daterangepicker td.week, .daterangepicker th.week {
      font-size: 80%;
      color: #ccc; }
  .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999; }
  .daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0; }
  .daterangepicker td.start-date {
    border-radius: 4px 0 0 4px; }
  .daterangepicker td.end-date {
    border-radius: 0 4px 4px 0; }
  .daterangepicker td.start-date.end-date {
    border-radius: 4px; }
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff; }
  .daterangepicker th.month {
    width: auto; }
  .daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through; }
  .daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default; }
  .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%; }
  .daterangepicker select.yearselect {
    width: 40%; }
  .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0; }
  .daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%; }
    .daterangepicker .input-mini.active {
      border: 1px solid #08c;
      border-radius: 4px; }
  .daterangepicker .daterangepicker_input {
    position: relative; }
    .daterangepicker .daterangepicker_input i {
      position: absolute;
      left: 8px;
      top: 8px; }
  .daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px; }
  .daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px; }
  .daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px; }
    .daterangepicker .calendar-time select.disabled {
      color: #ccc;
      cursor: not-allowed; }

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left; }
  .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  .ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer; }
    .ranges li:hover {
      background: #08c;
      border: 1px solid #08c;
      color: #fff; }
    .ranges li.active {
      background: #08c;
      border: 1px solid #08c;
      color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
    .daterangepicker .ranges ul {
      width: 160px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .calendar.left {
      clear: none; }
    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
      float: left; }
    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
      float: right; }
    .daterangepicker.ltr {
      direction: ltr;
      text-align: left; }
      .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0; }
        .daterangepicker.ltr .calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.ltr .calendar.right {
        margin-left: 0; }
        .daterangepicker.ltr .calendar.right .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px; }
      .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 12px; }
      .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
        float: left; }
    .daterangepicker.rtl {
      direction: rtl;
      text-align: right; }
      .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0; }
        .daterangepicker.rtl .calendar.left .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.rtl .calendar.right {
        margin-right: 0; }
        .daterangepicker.rtl .calendar.right .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px; }
      .daterangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px; }
      .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
        text-align: right;
        float: right; } }
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .calendar.left {
    clear: none !important; } }



/* From: /opt/eprints3/lib/static/style/auto/drop.css */


/* style for ajax suggestion drops */

.ep_drop_target {
}

.ep_drop_target ul {
	margin: 0px;
	padding: 4px;
	list-style: none;
	background-color: white;
	border: 1px dotted #888;
	z-index: 6;
}
	
.ep_drop_target ul li {
	margin: 0px;
	padding: 3px;
	list-style: none;
	border-top: 1px dashed #ccc;
	cursor: pointer;
	width: 100%;
}
.ep_drop_target ul li.ep_first {
	border-top: none;
}

.ep_drop_target ul li.selected {
	background-color: #e0e0ff;
}

.ep_drop_target ul ul {
	display: none;
}

.ep_drop_loading {
	margin: 0px;
	padding: 4px;
	height: 24px;
	text-align: center;
	border: 1px dotted #888;
	z-index: 6;
	position: absolute;
	background-color: #fff;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.ep_draggable {
	cursor: move;
}



/* From: /opt/eprints3/lib/static/style/auto/export.css */

/* EPrints 3 export style */

.ep_export_bar {
	display: flex; 
	justify-content: space-between;
}



/* From: /opt/eprints3/lib/static/style/auto/fields.css */


/* style for metafields */

dl.ep_field_set_long dt {
	margin-bottom: 0.2em;
	font-weight: bold;
}

dl.ep_field_set_long dd {
	margin-bottom: 0.5em;
}

.ep_compound, .ep_compound_list > div {
	display: table; 
	border: 1px; 
	border-spacing: 0; 
	border-collapse: separate; 
	padding: 2px;
}

.ep_compound_header_row, .ep_compound_data_row, .ep_compound_list > div > div {
	display: table-row;
}

.ep_compound_header_cell, .ep_compound_data_row > div, .ep_compound_list > div > div > div {
	display: table-cell; 
	padding: 0.2em 0.5em;
}

.ep_compound_header_cell {
	font-weight: bold;
}

.ep_compound_single {
	display: table; 
	border: 1px;
}

#c6_editperms_1_type_label::after {
        content: "";
}



/* From: /opt/eprints3/lib/static/style/auto/fileselector.css */

.ep_fileselector dl {
	margin: 0px 0px 0px 25px;
	padding: 0px 0px;
}
.ep_fileselector dd {
	margin: 0px 0px;
}
.ep_fileselector input {
/*	float: left; */
}
.ep_fileselector label {
	cursor: pointer;
}
.ep_fileselector dt.ep_fileselector {
	clear: left; /* clear the floated input */
	display: block;
	cursor: pointer;
	background-image: url(data:image/gif;base64,R0lGODlhEAAQAOMMAJuHDKKNBcCmCu3NEuzTOO/ZU/PhePTjgfTmj/XpmvXqovXtsP///////////////yH5BAEKAA8ALAAAAAAQABAAAARXUIA5xbsYA8SRAVkIHET5UagFGGVZvPALrkM9CEGuSw+A64bEYqEoDmbD5CJhaDYVSKdUCu0tptjETIGdanvcrvMLCIuDM+bZgJh13vADSIKqUyyhfCgCADs=);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	padding-bottom: 2px;
}
.ep_fileselector dt.ep_fileselector_open {
	background-image: url(data:image/gif;base64,R0lGODlhEAAQAOMMAIp5CJqGCrmhCdy+Be3OIe3UP+/YUvLeaPLgdPTlifTolvTro////////////////yH5BAEKAA8ALAAAAAAQABAAAARZUIQ5xbsYh8QTClm4FeRBnYEVIERbHEYsF+Da3rhbH3lPPwFeL7cbGAcBgHIpAQqWgEJisVBYkUCqdpE4eL2K2uJLJoez5XSipkiXz5uOXP55SFD4VGi/jwAAOw==);
}



/* From: /opt/eprints3/lib/static/style/auto/form.css */


/* Form related styles */

form {
	display: inline;
}

select, input.ep_form_text, textarea {
	padding: 1px 2px 1px 2px;
	margin-right: 4px;
	border: solid 1px #ccc;
}

.ep_form_example {
	font-weight: bold;
	color: blue;
}

/* buttons */

.ep_form_button_bar {
	text-align: center;
	padding: 4px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ep_form_action_button, .ep_form_internal_button {
	text-align: center;
	border-width: 2px;
	border-style: solid;
	border-radius: 3px;
	padding: 2px 20px;
	cursor: pointer;
}
.ep_form_internal_button {
	padding: 1px 14px;
	background-position: 0px -2px;
}

/* form fields */

.ep_form_field_help {
        font-size: small ;
}

.ep_form_field_name {
        padding-top: 1em;
	font-weight: bold;
}

.ep_form_field_input {
        padding-bottom: 3pt;
}

/* input fields grid */


.ep_form_input_grid th {
	vertical-align: middle;
	text-align: center;
	font-size: 80%;
}
.ep_form_input_grid td {
	vertical-align: middle;
}

td.ep_form_input_grid_pos {
	padding-right: 4px;
}
td.ep_form_input_grid_arrows {
	white-space: nowrap;
	padding-top: 2px;
	padding-bottom: 2px;
}


td.ep_form_input_grid_wide {
	text-align: left;
}

.ep_field_legend {
	position: relative;
	top: 4px;
	left: -100%;
	width: 100%;
	text-align: right;
	margin-left: -28px;
	padding-right: 25px;
	font-weight: bold;
}

.ep_multi_heading::after {
	content: ":";
}

.ep_search_fields > div > div, .ep_table_row > div {
	border-top: dashed #bbf 1px;
	vertical-align: top;
	padding: 0.5em;
}

.ep_table_row.ep_first > div {
	border-top: 0;
}

.ep_multi_heading, .ep_multi_heading_legend {
	border-right: dashed #bbf 1px;
	font-weight: bold;
	text-align: right;
}

.ep_multi {
	width: 100%;
	display: table;
}

.ep_login_form_table {
	margin:auto; 
	display: table;	
}

.ep_login_form_table > div {
	display: table-row;
}

.ep_login_form_table > div > div, .ep_login_form_table > div > label {
        display: table-cell;
}

.ep_form_input_grid {
	display: table; 
	border: 0; 
	padding: 0; 
	border-spacing: 0; 
	border-collapse: separate;
}

.ep_form_input_grid > div {
	display: table-row;
}

.ep_form_input_grid > div > div {
	display: table-cell; 
}

.ep_form_input_grid > div > div.heading {
	text-align: center;
	font-weight: bold; 
}

.ep_option_list {
	display: table; 
	border: 0;
}

.ep_option_list_row {
	display: table-row;
}

.ep_option_list_cell {
        display: table-cell;
}

.ep_option_list_option {
	margin-left: 2em;
}


.ep_field_set_medium,  .ep_boolean_list {
	display: inline-block;
	margin: 0;
}

.ep_field_set_medium > dd, .ep_boolean_list > dd {
	float: left;	
	margin: 0;
	padding-top: 0.2em;
	padding-bottom: 0.5em;
}

.ep_field_set_medium > dt, .ep_boolean_list > dt {
	float: left;
	clear: both;
}

.ep_over_word_limit {
	color: red;
	font-weight: bold;
}



/* From: /opt/eprints3/lib/static/style/auto/general.css */

body {
	margin: 0;
	font-family: Sans-serif;
	font-size: 80%;
}

/* left-align if we're in a div (e.g. ep_block) that centres */
ul {
	text-align: left;
}

img {
        border:0;
}

.ep_no_js { 
	display: none; 
}

.ep_no_js_inline { 
	display: none; 
}

.ep_no_js_table_cell { 
	display: none; 
}

.ep_hide { 
	display: none; 
}

h1, h2 {
	font-weight: bold;
}
h1 {
	margin: 0px;
	margin-top: 10px;
	font-size: 2.3em;
	text-align: center;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.2em;
}

hr {
	border: 0px;
	color: #ccc;
	background-color: #ccc;
	height: 2px;
}

dl.ep_normal > dt {
	font-weight: bold;
}

dl#ep-homepage-menu dt {
	border: 1px solid #ccc;
	padding: 1em 1em 3em 1em;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

dl#ep-homepage-menu dd {
	position: relative;
	top: -2em;
	display: table-cell;
	padding: 0 1em;
}
 

.ep_required {
}

.ep_toggle a, a.ep_toggle {
	text-decoration: none;
}

th.ep_row {
	padding-right: 0.25em;
	text-align: right;
	width: 20%;
	border-width: 1px;
}
td.ep_row {
	padding-left: 0.25em;
	text-align: left;
	border-width: 1px;
}

th.ep_title_row {
	border-width: 1px;
	border-style: solid;
	border-left: none;
	border-right: none;
	padding: 0.1em 0.5em 0.1em 0.5em;
	font-size: 100%;
	height: 2em;
	font-weight: normal;
}

.ep_title_row_inner {
        display: table;
        width: 100%;
}

.ep_title_row_inner > div {
	display: table-row;
}

.ep_title_row_inner > div > div {
	display: table-cell;
}

.ep_title_row_inner > div > div:first-child {
	text-align: left;
	margin-right: 1em;
}

.ep_title_row_inner > div > div:last-child {
        text-align: right;
        margin-left: 1em;
	font-size: 80%;
}

.ep_highlight {
	padding: 0.5em;
	border: solid 2px #ff8888;
	background-color: #ffeeee;
}

.ep_block {
	width: auto;
	margin: 0.25em auto 0.25em auto;
	text-align: center;
}
.ep_block td {
	text-align: left;
}
.ep_doc_icon
{
	padding: 2px;
}

.no_link_decor a {
	text-decoration: none;
}

.ep_table_row {
	display: table-row;
}

.ep_table {
	display: table;
}

.ep_table > div, .ep_table_row {
	display: table-row;
}

.ep_table > div > div, .ep_table_row > div, .ep_table_cell {
	display: table-cell;
	padding: 0.3em;
}



/* From: /opt/eprints3/lib/static/style/auto/history.css */

/* EPrints 3 history style */

.ep_history_item {
	padding: 0.3em; 
	margin-top: 2em; 
	border: solid 1px black; 
	background-color: #ccc;
}

.ep_history_action {
	padding: 0.3em; 
	background-color: black; 
	color: white; 
	font-weight: bold;

}

.ep_history_details {
        padding: 0.3em;
	margin-bottom: 2em; 
	border: solid 1px black !important;
}

.ep_history_action a {
	color: yellow;
}

.ep_history_xmlblock {
	margin: 0 0 0 0; 
	padding: 3px 3px 3px 3px; 
	border-left: 1px 
	dashed black; 
	border-bottom: 1px dashed black; 
	font-size: 120%;
}

table.ep_history_diff_table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse; 
	padding: 0;
}

table.ep_history_diff_table th, table.ep_history_diff_table td {
	width: 50%;
	vertical-align: top;
	text-align: left;
}

.ep_history_diff_table_add {
	background-color: #cfc;
}

.ep_history_diff_table_remove {
        background-color: #fcc;
}

.ep_history_diff_table_change {
        background-color: #ffc;
}

#ep_workflow_views_panel_1 .ep_paginate_list .ep_search_result,
#ep_workflow_views_panel_1 .ep_paginate_list .ep_search_result > div {
        display: block;
}




/* From: /opt/eprints3/lib/static/style/auto/icontable.css */


table.ep_icontable {
	border-collapse: collapse;
}
table.ep_icontable th {
	border: solid 1px #999;
	background-color: #fff;
	text-align: center;
}
table.ep_icontable td {
	padding-left: 4px;
	border: solid 1px #999;
}

.ep_icontable {
	border-collapse: collapse;
	display: table;
}

.ep_icontable > div {
	display: table-row;
}

.ep_icontable > div > div {
        display: table-cell;
        border: solid 1px #999;
	padding: 1px;
}

.ep_icontable > div > div:first-child {
	background-color: #fff;
        text-align: center;
}

.ep_icontable > div > div:last-child {
        padding-left: 4px;
}

.ep_icontable > div > div img {
	border-width: 0;
	vertical-align: middle
}




/* From: /opt/eprints3/lib/static/style/auto/import.css */

/* EPrints 3 import style */

.ep_import_bar {
	display: table; 
	width: 100%;
}

.ep_import_bar > div {
	display: table-row;
}

.ep_import_bar > div > div {
	text-align: center;
	display: table-cell;
}



/* From: /opt/eprints3/lib/static/style/auto/items.css */


/* Items Screen */

.ep_items_filters {
	text-align: center;
	margin-top: 10px;
}

.ep_items_filters img {
	border-width: 0px;
	margin-left: 10px;
	vertical-align: -2px;
}

.ep_items_filters a {
	color: #000000;
	text-decoration: none;
}


td.ep_columns_cell_inbox {
	background-color: #ffc;
}
td.ep_columns_cell_buffer {
	background-color: #dde;
}
td.ep_columns_cell_archive {
	background-color: #cfc;
}
td.ep_columns_cell_deletion {
	background-color: #ccc;
}



/* From: /opt/eprints3/lib/static/style/auto/latest.css */


/* latest and latest tool */

div.ep_latest_result {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

div.ep_latest_tool_result {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}



/* From: /opt/eprints3/lib/static/style/auto/lightbox.css */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; }
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
/* #hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;} */
#hoverNav a{ outline: none;}

/* #prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; } */

#hoverNav { height: 30px; }
#prevLink, #nextLink { width: 49%; height: 100%; display: block; }
#prevLink { left: 0; float: left; background: url(images/lightbox/prevlabel.gif) left 0 no-repeat; }
#nextLink { right: 0; float: right; background: url(images/lightbox/nextlabel.gif) right 0 no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#lightboxMovie {}

/* scale more nicely on narrow devices */
#lightbox #outerImageContainer,
#lightbox #imageDataContainer
{
  max-width: 95%;
  height: fit-content!important;
}
#lightbox #lightboxImage,
#lightbox #lightboxMovie,
#lightbox #lightboxMovie video
{
  max-width: 100%;
}



/* From: /opt/eprints3/lib/static/style/auto/mail.css */



.ep_mail_view {
	border: dashed 2px #ccc;
	margin-top: 20px;
	background-color: #eee;
	font-size: 1.2em;
}

.ep_mail_header {
	margin: 4px; 
	padding: 2px;
	font-family: monospace;
}

.ep_mail_body {
	margin: 4px;
	padding: 2px;
}

.ep_mail_body textarea {
	background-color: #ccc;
	border: solid #888 1px;
}



/* From: /opt/eprints3/lib/static/style/auto/messages.css */


/* Message styles - used to provide alerts and errors */

.ep_msg_message, .ep_msg_warning, .ep_msg_error, .ep_msg_other {
	margin-top: 10px;
	margin-bottom: 10px;
}

.ep_msg_message_icon, .ep_msg_warning_icon, .ep_msg_error_icon, .ep_msg_other_icon {
	padding: 1em; 
	display: table-cell; 
	vertical-align: middle;
}

.ep_msg_message_content, .ep_msg_error_content, .ep_msg_warning_content, .ep_msg_other_content {
	border-style: solid;
	border-width: 1px;
}

.ep_msg_message_text, .ep_msg_error_text, .ep_msg_warning_text, .ep_msg_other_text {
	padding: 1em; 
	display: table-cell; 
	vertical-align: middle; 
	text-align: left;
}

.ep_msg_message_text p:first-child, .ep_msg_error_text p:first-child, .ep_msg_warning_text p:first-child, .ep_msg_other_text p:first-child {
	margin-top: 0;
}

.ep_msg_message_text p:last-child, .ep_msg_error_text p:last-child, .ep_msg_warning_text p:last-child, .ep_msg_other_text p:last-child {
        margin-bottom: 0;
}



/* From: /opt/eprints3/lib/static/style/auto/multi.css */



/* 
   Styles for the multi-field component.

   ep_multi_*

*/

table.ep_multi
{
	width: 100%;
}

table.ep_multi tr:first-child th.ep_multi_heading,
table.ep_multi tr:first-child td.ep_multi_input,
table.ep_multi tr:first-child td.ep_multi_help 
{
	border-top: none;
}

th.ep_multi_heading
{
	border-top: dashed #bbf 1px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
	text-align: right;
}

td.ep_multi_input
{
	border-top: dashed #bbf 1px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-left: dashed #bbf 1px;
}

td.ep_multi_help
{
	white-space: nowrap;
	border-top: dashed #bbf 1px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	vertical-align: top;
	text-align: right;
}

/* help bits */

.ep_multi_inline_help 
{
	padding-bottom: 0.5em;
}
	



/* From: /opt/eprints3/lib/static/style/auto/nojs.css */


/*  only loaded if the browser has javascript turned off (or does
 *  not support it.
 */

.ep_no_js { display: block; }

.ep_no_js_inline { display: inline; }

.ep_no_js_table_cell { display: table-cell; }

.ep_only_js { display: none; }

.ep_only_js_inline { display: none; }

.ep_only_js_table_cell { display: none; }



/* From: /opt/eprints3/lib/static/style/auto/orcid_support.css */

.orcid-person:hover{
	border-bottom: 1px dashed #a6ce39;
}
	
.orcid a:hover{
        color: #a6ce39;
}

.orcid-icon{
	vertical-align: bottom;
	padding-right: 5px;
}

.orcid-icon img{
	vertical-align: text-bottom; margin: 0 4px 0 2px; 
}

.orcid{
	position: relative;
}

.orcid:hover .orcid-tooltip{
	visibility: visible;
	opacity: 1;
}

.orcid img{
	vertical-align: bottom;
}

.orcid-tooltip{
	visibility: hidden;
	position: absolute;
	left: -85px;
	bottom: -35px;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.3s;
	background-color: #A6CE39;
	border: 1px solid #000000;
	white-space: pre;
	max-width: none;
	text-align: center;
	padding: 5px;
	color: #fff;
	border-radius: 5px;
}

.orcid-tooltip::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    height: 18px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #000000 transparent;
}

.ep_eprint_creators_orcid[readonly="true"]{
    background-color: #e0e0e0;
    cursor: not-allowed;
}



/* From: /opt/eprints3/lib/static/style/auto/preview.css */


/* 
   Styles for the file preview popup.

   ep_preview_*

*/


.ep_preview
{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 400px;	
}

.ep_preview table
{
	border: solid 1px black;
	background-color: white;
	padding: 4px;
	margin: auto;
}

.ep_preview_title
{
	padding-top: 3px;
	text-align: center;
	background-color: white;
}



/* From: /opt/eprints3/lib/static/style/auto/print.css */

@media print {

.ep_noprint {
	display: none;
}

}



/* From: /opt/eprints3/lib/static/style/auto/progress.css */

div#progress {
	margin: 0px auto;
	width: 382px;
}

.progressmeter {
    font-size: 10pt;
    text-align: center;
}

.progressmeter table {
}

.progressmeter th {
    font-weight: bold;
    text-align: right;
}

.progressmeter td {
    text-align: left;
}

.finished {
    color: #667799;
}

.progressmeter .meter {
    position: relative;
    background-color: lightgrey;
    border: 2px solid #667799;
    height: 20px;
    width: 380px;
}

.progressmeter .meter .amount {
	margin: 0px auto 0px 0px;
    background-color: #667799;
    width: 0px;
    height: 20px
}

.progressmeter .meter .percent {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 20px;
    z-index: 1000;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.UploadMethod_file_progress_table {
	width: 550px;
	margin: 0 auto;
}



/* From: /opt/eprints3/lib/static/style/auto/reports.css */

div.ep_report_row {
	padding: 5px 5px;
	margin-bottom: 5px;
}

div.ep_report_row_problems {
	border-left: solid 7px #C41F1F;
}

div.ep_report_row_ok {
        border-left: solid 7px #1F7E02;
	opacity: 0.8;
}

div.ep_report_row_ok.ep_report_row_no_compliance {
        border-left: solid 7px #1b4b73;
	opacity: 0.8;
}


div.ep_report_grouping {
	margin: 20px 0px 10px 0px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

div.ep_report_progress_bar {
	clear: both;
	width: 200px;
	height: 15px;
	background-image: url(/style/images/progress_bar_orange.png);
	background-repeat: no-repeat;
	background-position: -200px 0px;
	border: 1px solid #888;
	border-radius: 10px;
	text-align: center;
	line-height: 15px;
	margin: 10px auto;
}

div.ep_report_progress_bar:after {
	content: "Loading...";
}

div.ep_report_compliance_container {
	margin: 10px auto;
	text-align:center;
}

div.ep_report_compliance_wrapper {
	margin: 10px auto;
	border: 1px solid #3366cc;
	padding: 0px;
	text-align: left;
	height: 25px;
}

div.ep_report_compliance {
	background-color: #c1d0ef;
	color: #000;
	text-align: left;
	padding: 0px;
	margin: 0px;
	height:25px;
}

div.ep_report_compliance_text {
	font-weight: bold;
	font-size: 20px;
}

div#ep_report_export_content_inner form > input, div#ep_report_export_content_inner form > select{
	margin: 5px 0px;
}

div#ep_report_export_content_inner .ep_tab_panel input
{
	margin-left: 5px;
	vertical-align: middle;
}

div#ep_report_export_content_inner .report_export_options
{
	display: inline-block;
	vertical-align: top;
	min-width: 150px;
}

div#ep_report_export_content_inner .report_export_options h4
{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
}

div#ep_report_export_content_inner .report_export_options ul
{
	padding: 0 10px 0 0;
}

#ep_report_export_content_inner .select_button
{
        float: right;
}

#custom_report .ep_search_buttons > div
{
        display: inline-block;
}

#custom_report .ep_search_buttons .clear_button
{
        margin-left: 2px;
}

/* HTML Reports */
a.html_report_print{
	text-decoration: none;	
}

a.html_report_print:hover{
	color: white;	
}



/* From: /opt/eprints3/lib/static/style/auto/savedsearches.css */



table.ep_savedsearches {
	margin: 10px auto 10px auto;
}

table.ep_savedsearches th {
	border-bottom: 1px solid #ccc;
}
table.ep_savedsearches td {
	border-bottom: 1px solid #ccc;
}



/* From: /opt/eprints3/lib/static/style/auto/search.css */


/* EPrints 3 search form style */



/* buttons are on the form, controls on the results */
.ep_search_buttons, .ep_search_controls, .ep_search_controls_bottom {
	border-style: solid none;
	border-width: 1px;
	text-align: center;
	padding: 4px 0px;
	margin: 4px 0px 12px 0px;
}

.ep_search_fields {
	margin-top: 1em;
	margin-bottom: 1em;
}
.ep_search_fields th {
	padding: 4px;
}
	
.ep_search_fields td {
	padding: 4px;
}
	

.ep_search_control
{
	padding: 0px 4px 0px 4px;
}

.ep_search_export {
	margin: 0.25em auto 0.25em auto;
	text-align: center;
}

.ep_search_reorder {
	margin: 0.4em auto 0 auto;
	text-align: center;
}

.ep_search_tool {
	white-space: nowrap;
}
.ep_search_tool img {
	vertical-align: -2px;
	padding-left: 0.5em;
}
.ep_search_tool a {
	text-decoration: none;
}


.ep_search_feed {
	white-space: nowrap;
}
.ep_search_feed img {
	vertical-align: -2px;
	padding-left: 0.5em;
}
.ep_search_feed a {
	text-decoration: none;
	color: #666;
}

.ep_search_results
{
	margin: 1em auto 1em auto;
	display: table;
}

.ep_search_desc
{
	text-align: center;
	margin: 0.25em 0 0 0;
}

.ep_search_result 
{
	display: table-row;
}

.ep_search_result > div
{
	padding: 4px 0.5em 4px 4px;
	border-bottom: dashed #bbf 1px;
	display: table-cell;
	vertical-align: middle;
}

.ep_search_result_docs 
{
	white-space: nowrap;
}

.ep_paginate_list
{
	margin: auto;
	display: table;
}

.ep_search_field_name
{
	font-weight: bold;
	margin-top: 0.5em;
}

input.ep_form_search_advanced_link, input.ep_form_search_advanced_link:hover {
        border: none;
        text-decoration: underline;
        background: none;
        color: #00f;
        cursor: pointer;
}

span.search_desc {
	font-style: italic;
}



/* From: /opt/eprints3/lib/static/style/auto/storage.css */


/*
 *    Styles for storage manager.
 *
 *       ep_storage_*
 *      
 */

.ep_storage_heading {
	text-align: center;
	margin: 0;
}



/* From: /opt/eprints3/lib/static/style/auto/subjectinput.css */


/* 
   Styles for the subject component.

   ep_subjectinput_*

*/

div.ep_subjectinput_tree {
	margin-left: 25px;
}
.ep_subjectinput_tree dl {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px;
}
.ep_subjectinput_tree dl dt {
	margin: 0px 0px;
	padding-left: 18px;
	line-height: 18px;
}
.ep_subjectinput_tree dl dd {
	margin-left: 0px;
}
.ep_subjectinput_tree dl dt.ep_subjectinput_tree {
	cursor: pointer;
	background: url(images/plus.png) no-repeat;
}
.ep_subjectinput_tree dl dt.ep_subjectinput_tree_open {
	background: url(images/minus.png) no-repeat;
}

.ep_subjectinput_toggle {
	text-decoration: none;
	color: #000000;
}

.ep_subjectinput_selections {
	margin: 0.5em auto 0.5em auto;
	margin-top: 0.5em; 
	padding: 0.5em; 
}

.ep_subjectinput_selected {
	font-weight: bold;
}

.ep_subjectinput_selected_subject {
	font-weight: bold;
}

ul.ep_subjectinput_subjects {
	list-style: none;
}
ul.ep_subjectinput_subjects li {
	margin-top: 3px;
	margin-bottom: 3px;
	list-style: none;
}
ul.ep_subjectinput_subjects img {
	vertical-align: -2px;
}


.ep_subjectinput_selections {
	padding-bottom: 10px;
	border-bottom: dashed #808080 1px; 
	margin-bottom: 10px;
}
.ep_subjectinput_selections td.ep_first {
	border-top: none;
}

.ep_subjectinput_selections td {
	border-top: dashed #ccc 1px; 
}

.ep_subjectinput_results {
	border: dashed #c8cbdf 1px; 
	margin-top: 0.5em; 
	padding: 0.5em; 
	background-color: white;
	list-style: none;
}

.ep_subjectinput_results td.ep_first {
	border-top: none;
}

.ep_subjectinput_results td {
	border-top: dashed #ccc 1px; 
}

.ep_subjectinput_add_button, .ep_subjectinput_remove_button {
	border: solid blue 1px;
	padding: 1px;
	background-color: transparent;
	font-size: 70%;
	color: blue;
}


.ep_subjectinput_searchbar {
	text-align: center;
}

/* End of subject component section */



/* From: /opt/eprints3/lib/static/style/auto/summary.css */


/* Item Summary */

.ep_summary_content {
}
.ep_summary_content_top {
}
.ep_summary_content_bottom {
}
.ep_summary_content_left {
	float: left;
}
.ep_summary_content_right {
	float: right;
}
.ep_summary_content_after {
	clear: both;
}


.ep_summary_content_left .ep_summary_box {
	width: 200px;
	margin-right: 10px;
}
.ep_summary_content_right .ep_summary_box {
	width: 200px;
	margin-left: 10px;
}


.ep_summary_box {
	margin-bottom: 10px
}
.ep_summary_box_title {
	font-weight: normal;
	padding: 2px 6px 2px 6px; 
	font-weight: bold;
	font-size: 115%;
	border-style: solid;
	border-width: 1px;
}
.ep_summary_box_body {
	padding: 2px 6px 2px 6px; 
	border-style: none solid solid solid;
	border-width: 1px;
}
.ep_summary_box_title a {
	text-decoration: none;
}
.ep_summary_box_title img
{
	vertical-align: -1px;
}

.ep_summary_page_actions dt {
	display: inline;
}
.ep_summary_page_actions dd {
	display: inline-block;
	margin-left: 1em;
}

.ep_summary_page_document {
	clear: both;
}
.ep_summary_page_document > span {
	float: left;
	margin-left: 0.5em;
}



/* From: /opt/eprints3/lib/static/style/auto/surround.css */


/* EPrints 3 default workflow component-surround style */

/* ep_sr */

.ep_sr_component {
	padding: 0px;
	margin-top: 10px;
}
.ep_sr_component .ep_sr_title_bar {
	padding: 2px 6px 2px 6px; 
}
.ep_sr_component .ep_sr_title_bar_inner {
	width: 100%;
	display: table;
        border-spacing: 0;
        border-collapse: collapse;
        padding: 0;
}
.ep_sr_component .ep_sr_title_bar_inner > div {
        display: table-row;
}
.ep_sr_component .ep_sr_title_bar_inner > div > div {
        display: table-cell;
}
.ep_sr_component .ep_sr_title_bar_inner > div > div:last-child {
        text-align: right;
}

.ep_sr_component .ep_sr_title_bar_inner {
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
        padding: 0;
}

.ep_sr_component .ep_sr_title {
	font-weight: bold;
	font-size: 115%;
	color: #444;
}
.ep_sr_component .ep_sr_content {
	clear: both;
	padding: 6px;
	border-style: none solid solid solid;
	border-width: 1px;
}

/* collapse bar */

.ep_sr_collapse_bar {
	padding: 2px 6px 2px 6px; 
	font-weight: bold;
	font-size: 115%;
	margin-top: 10px;
	border-style: solid;
	border-width: 1px;
}
.ep_sr_collapse_bar a {
	text-decoration: none;
}
.ep_sr_title a {
	text-decoration: none;
}
.ep_sr_collapse_link img
{
	vertical-align: -1px;
}

/* help style - not primetime */

.ep_sr_component .ep_sr_help {
	margin-bottom: 8px;
}
.ep_sr_component .ep_sr_show_help {
	white-space: nowrap;
}
.ep_sr_component .ep_sr_show_help a {
	text-decoration: none;
}	
.ep_sr_component .ep_sr_hide_help {
	white-space: nowrap;
}
.ep_sr_component .ep_sr_hide_help a {
	text-decoration: none;
}	
.ep_sr_component .ep_sr_title_bar {
	border-style: solid;
	border-width: 1px;
}
.ep_sr_show_help img {
	vertical-align: -2px;
}
.ep_sr_hide_help img {
	vertical-align: -2px;
}


/* used for multi, maybe should be elsewhere */
.ep_sr_component .ep_sr_help_chunk {
	border-bottom: 1px solid #888;
	padding-bottom: 4px; 
	margin-bottom: 4px;
}

.ep_sr_component .ep_form_input_grid {
	margin: auto;
}
.ep_multi_input .ep_form_input_grid {
	margin-left: 0px;
}



/* From: /opt/eprints3/lib/static/style/auto/tabs.css */


/* Tab Bar */

.ep_tab_panel, .ep_tab_bar li, .ep_tab_bar li a {
	border-width: 1px;
	border-style: solid;
}

/* selected tab */
.ep_tab_bar li.ep_tab_selected a {
	border-bottom-width: 0;
}

/* panel contents */
.ep_tab_panel {
}

/* tab text */
.ep_tab_bar a {
/*	color: #000000; */
}

/* remaining styles are structural */

.ep_tab_bar {
	list-style: none;
	padding: 0 0;
	margin: 0 0;
}

.ep_tab_bar li {
	float: left;
	padding: 0 0;
	margin: 0 0;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	list-style-type: none;
}

.ep_tab_bar li:first-child a {
	margin-left: 1.5em;
}

.ep_tab_bar li a {
	text-decoration: none;
	text-align: center;
	display: block;
	margin-right: 1.5em;
	padding: 3px 8px 4px 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-bottom: -1px; /* overwrite bottom-margin of li */
	border-bottom-width: 0;
}

.ep_tab_panel {
	border-top-width: 0;
	padding: 12px;
	clear: left;
}

.ep_tab_panel > div > table {
	width: 100%;
}



/* From: /opt/eprints3/archives/doras/cfg/static/style/auto/template.css */

/***CSS copied from inline style tags from the page used to create the default.xml template***/

/* ImageNow CSS */

/******* HEADER ********/
.header-welcome {
float: left;
display: inline-block;
font-size: 55px;
font-family: DIN Next W01 Light;
padding-left: 20px;
padding-top: 50px;
}
.header-welcome span {
font-size: 30px;
margin: 0 auto;
display: block;
}

/******* SOCIAL MEDIA NEW ICONS ********/
.social-media-new {
    position: relative;
    margin: 0px auto;
    margin-right: 25px;
    padding: 10px 0px;
    float: right;
    display: block;
}
.social-content {
    position: relative !important;
    width: 100% !important;
    display: block !important;
    top: 0 !important;
left: inherit !important;
}

.SuperfishHorzWhite ul.social-content li {
padding: 0 3px 0 3px !important;
}

.SuperfishHorzWhite ul.social-content li img{
width: 80%;
}

.SuperfishHorzWhite ul.social-content li a {
line-height: inherit;
    padding: 0 !important;
    display: inherit;
    height: inherit;
    width: inherit;
    margin: inherit;
}


/******* CAROUSEL STYLES ********/
#zone-header .jcarousel-skin-skin2 .jcarousel-prev-horizontal {
background-image: url(https://www.imageupload.co.uk/images/2017/07/18/prev-white.png)!important;
    background-size: cover;
    top: 125px;
    left: -30px;
}

#zone-header .jcarousel-skin-skin2 .jcarousel-next-horizontal {
 background-image: url(https://www.imageupload.co.uk/images/2017/07/18/next-white.png)!important;
    background-size: cover;
    top: 125px;
    right: -30px;
}

#zone-header .jcarousel-skin-skin2 .jcarousel-clip-horizontal {
max-width: 100%;
}

#zone-header .jcarousel-skin-skin2 .jcarousel-container-horizontal {
    height: 285px;
    margin: auto;
    border-right: 30px solid #dfd5c4;
    border-left: 30px solid #dfd5c4;
    padding: 0;
}
#zone-header .jcarousel-skin-skin2 .jcarousel-item-horizontal {
margin: 0px 20px 0px 0px;
}

#zone-header  .jcarousel-skin-skin2 .jcarousel-item {
border: none;
    width: 368px;
}

#zone-header .jcarousel-skin-skin2 .jcarousel-item .views-field.views-field-field-carousel-text .field-content {
padding: 20px;
color: #4F9FB8;
font-family: DIN Next W01 Regular;
font-size: 16px;
}

#zone-header .jcarousel-skin-skin2 .jcarousel-item .views-field.views-field-title {
    height: 60px;
    position: absolute;
    margin: 0 auto;
}

#zone-header .jcarousel-skin-skin2 .jcarousel-item .colourPurple {
    background: #4f9fb8;
font-family: "DIN Next W01 Light" !important;
    padding: 20px;
    height: auto;
    font-size: 25px;
    width: 90%;
    position: relative;
line-height: 20px;
}

/******* FOOTER - NEWS*******/
#region-preface-first .view-dcu-homepage-main-news-block {
    padding: 0;
background:none !important;
}

#region-preface-first .view-dcu-homepage-main-news-block .main-news-heading {
    padding: 20px;
}

#region-preface-first .view-dcu-homepage-main-news-block .views-field-field-date {
left:0;
    right: inherit;
}

#region-preface-first .view-dcu-homepage-main-news-block .views-row {
/*width: 32.22% !important;*/
    background: #FFF;
}

#region-preface-first .view-dcu-homepage-main-news-block .views-field-title a {
color: #666666 !important;
    font-size: 14px;
    line-height: normal;
}

#region-preface-first .view-dcu-homepage-main-news-block .main-news-more-news {
display:none !important;
}


/******** DCU CONNECTED BLOCK ********/
.fix-padding {
    padding-bottom: 10px;
    padding-right: 20px;
    display: block;
}

#node-96410 .content {
   border-bottom: none;
   padding: 0;
}


.thumb-container {
margin: 0 auto;
margin-left: 10px;
float: right;
height: auto;
width: 50%;
    overflow: hidden;
}
.thumb-container div {
    margin: 0 auto;
    background-size: cover;
    background: url(/sites/default/files/train_1_0.jpg);
    background-position: 50% 50%;
    height: 375px;
    background-repeat: no-repeat;
    width: 100%;
    max-height:auto;
}

/******* FORM STYLES ********/

form#webform-client-form-96778 > div .webform-component label {
font-family: "DIN Next W01 Regular" !important;
color: #4F9FB8!important;
}

form#webform-client-form-96778 > div, #webform-client-form-96778 {
      background: #FFF !important;
         padding-left: 0px !important;
max-width: 100%;
}

#webform-client-form-96778 input, #webform-client-form-96778 select, #webform-client-form-96778 textarea {
    border: 1px solid #8e8e8e !important;
    width:100% !important;
}

#webform-client-form-96778 .form-submit {
 border: none !important;
}

#webform-client-form-96778 .form-actions {
margin-bottom:0;
}

#block-webform-client-block-96778 h2.block-title {
padding-left: 0px !important;
font-family: "DIN Next W01 Regular" !important;
}

section#block-webform-client-block-96778 {
    padding: 20px !important;
    margin-left: 0 !important;
    width: 330px !important;
    float: right;
    background: #FFF;
}


.node-type-dept-homepage-2017 .field-name-body h1 > div, .node-type-dept-homepage-2017 h2>div>span {
padding-left:0;
padding: 10px 0px;
}


.node-type-dept-homepage-2017 .view-dcu-homepage-main-news-block {
    background: transparent;
    margin-top: 20px;
}

.node-type-dept-homepage-2017 .field-name-body .gap {
    background: #f1ede6;
    height: 20px;
    margin-left: -20px;
    margin-top: 40px;
      clear: both;
}

/*@media (max-width: 1279px) {
 * section#block-webform-client-block-96778 {
 *     width: 97% !important;
 *         float: none !important;
 *             margin-bottom: 20px !important;
 *
 *             }
 *             }*/

@media (max-width: 979px) {
.social-media-new {
display:none;
}
 .thumb-container {
    margin: 0 auto;
    float: right;
    height: 491px;
    width: 50%;
    overflow: hidden;
    padding-left: 20px;
}

 .thumb-container div {
    margin: 0 auto;
    background: url(/sites/default/files/train_1_0.jpg);
    background-position: 50% 50%;
    height: 410px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}

section#block-webform-client-block-96778 {
float: none !important;
    width: 94.5% !important;
     margin-top: 20px; !important;
}

#webform-client-form-96778 input {
    width: 100% !important;
}

form#webform-client-form-96778 > div {
    max-width: 100% !important;
}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
.header-welcome {
    font-size: 40px;
}
.header-welcome span {
       font-size: 18px;
}

#zone-header  .jcarousel-skin-skin2 .jcarousel-item {
    width: 260px;
}

#zone-header .jcarousel-skin-skin2 .jcarousel-item-horizontal {
margin: 0;
}

#zone-header .jcarousel-skin-skin2 .jcarousel-container-horizontal {
      /*  width: 260px !important; */
}

.jcarousel-skin-skin2 .jcarousel-item {
        height: 285px;
}

.thumb-container {
    margin: 0 auto;
    float: none;
    height: auto;
    width: 100%;
    overflow: hidden;
    padding-left: 0;
margin-left: -20px;
    width: 288px;
}

section#block-webform-client-block-96778 {
       float: none !important;
    width: 75.5% !important;
    margin-top: 20px;
    margin-left: 20px !important;
}

.node-type-dept-homepage-2017 h1>div>span {
    font-size: 32px;
    margin-left: -20px !important;
}

}

@media only screen and (min-device-width : 375px) and (max-device-width : 736px) {
#zone-header  .jcarousel-skin-skin2 .jcarousel-item {
  /*  width: 328px; */
}

#zone-header .jcarousel-skin-skin2 .jcarousel-item-horizontal {
margin: 0px 60px 0px 0px;
}

.jcarousel-skin-skin2 .jcarousel-item {
    height: auto;
}
.thumb-container {
    margin: 0 auto;
    float: none;
    height: auto;
    width: 100%;
    overflow: hidden;
    padding-left: 0;
margin-left: -20px;
    width: 336px;
}

section#block-webform-client-block-96778 {
    float: none !important;
    width: 78.5% !important;
    margin-top: 0px;
    margin-left: 20px !important;
}

}

/* Department menu css */

li.sf-clone-parent {
    display:none!important;
}

.SuperfishHorzWhite .menu li a:hover {
              text-decoration:underline;
			  background:white!important;
			  color: #012C59!important;
			  }

.SuperfishHorzWhite .menu li span.nolink:hover {
			  background:white!important;
			  color: #012C59!important;
			  }

ul#superfish-1 {
    background: white;
    overflow: auto;
    padding: 0px;
}

.SuperfishHorzWhite ul.menu li {
    float: left!important;
    background: transparent;
    border: 0;
    height: initial;
}

.SuperfishHorzWhite .menu li {
    margin: 0;
}

#block-superfish-1 {
    height: inherit;
    background: transparent;
}

.SuperfishHorzWhite .menu li a, .SuperfishHorzWhite .menu li span.nolink {
    background: rgba(255,255,255,.9);
    font-family: DIN Next W01 Regular,Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: 500;
    color:  #259ABB;
}

/* Will need to be adapted as wont' work on front page as is unless slider on front page z-index reduced */
#menu-15328-1 .menu_item_1.active {
background: none !important
}

 .block-superfish .content {
    z-index: 1;
}

.SuperfishHorzWhite ul.sf-menu.sf-accordion.sf-expanded {
    left: -10px!important;
    position: relative;
    top: 20px;
    width: 90%;
}

.SuperfishHorzWhite .sf-accordion-toggle span {
    padding: 10px;
    display: block;
    font-size: 16px;
    color: #102650;
    background: white;
    padding: 10px;
   font-family:DIN Next W01 Regular, Helvetica,Arial,sans-serif;
}
 .SuperfishHorzWhite .block-superfish .content {
    z-index: 10!important;
}

.SuperfishHorzWhite .sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
    left: auto;
    top: auto;
}

.SuperfishHorzWhite ul li.sf-depth-2 {
        width:100%!important;
        margin:0!important;
       line-height:initial;
}

.SuperfishHorzWhite li {
    display: inline;
}

.SuperfishHorzWhite .sf-depth-1 a, .block-superfish-5 .sf-depth-1.active {
    margin: 0px;
}
.SuperfishHorzWhite ul.menu li {
    float: left!important;
}

.SuperfishHorzWhite li.sf-depth-2 {
    background:rgba(223, 213, 196, 0.9);
 border-bottom: 1px #f1edef solid;
}

.SuperfishHorzWhite .menu li {
       padding: 0 15px !important;
      height:40px ;
}

.SuperfishHorzWhite .menu li a, .SuperfishHorzWhite .menu li span.nolink {
       line-height: 40px;
       padding: 0px 10px 0px 10px!important;
       text-decoration: none;
       display:inline-block;
      height:40px;
      width:100%;
     margin:0px;
}

.SuperfishHorzWhite ul.menu {
   text-align:left;
}

/* For new content type*/
.node-homepage-body-content .content {
    background: white;
}
.field-name-field-main-heading {
    background: #4F9FB8!important;
    padding-top: 20px;
padding-bottom: 20px;
padding-left: 0px;
padding-right: 10px;
}

.field-name-field-main-heading > div > div {
    color:white;
    font-size: 36px;
    font-family: DIN Next W01 Light;
	}


.field.field-name-field-image-hp.field-type-image.field-label-hidden .field-item.even {
    padding: 0px;
}

div.field-name-field-bottom-heading {
    clear: both!important;
}

 #block-system-main .content .field {
    clear: none;
}

.field.field-name-field-sub-heading.field-type-text.field-label-hidden {
    color: #259ABB;
    font-size: 20px;
    padding: 20px 20px 0px 0px;
}

.field.field-name-field-image-hp.field-type-image.field-label-hidden {
    float: right;
}

.field-name-field-bottom-heading {
    color: #259ABB;
    font-size: 20px;
    padding: 20px 20px 0px 0px;
  border-top:20px solid #F1EDE6;
	}

.field-name-field-bottom-heading > div > div,.field-name-field-sub-heading > div > div {
    background: transparent;
    border: 0px;
    font-size: 30px;
    color: #4caac5;
    line-height: normal;
    font-family: DIN Next W01 Light;
}


.article-news.article-image-2013 {
    float: left;
    max-width: 810px;
    height: auto;
}

/* for connected site only */
div#block-views-phonebook-overview-block-3 {
    max-width: 810px;
	clear:both;
}



/*for youtube videos inside tabs*/
.ready-tabber > div {
    overflow: auto;
    padding: 20px 0px;
}
@media screen and (max-width: 779px) {
iframe {
    margin-left: auto;
}
.field.field-name-body {
    max-width: 90%;
   margin-left: auto;
margin-right: auto;
}
}

@media screen and (max-width: 350px) {
iframe {
    margin-left: -30px;
}
}



@media screen and (min-width: 779px) {
iframe {
    float: right;
}


}


.content.basic-item.column,.node .content {
  width:100%;
   max-width: 810px;
    float: left;
	}

@media (min-width: 1023px) and (max-width: 1279px){
.content.basic-item.column,.node .content {
  max-width: 100%!important;
	}
}

.field-items blockquote {
 max-width:95%;
}

@media (max-width: 1023px){
#header-iss-logo {
display:none!important;
}
.breadcrumb {
display:none;
}

}

h1{
color:#259ABB;
}



/* for old department content type - just here temporarily to keep visuals on old design in place */
.node-type-dept-homepage-2017 h1>div>span {
background:transparent;
border:0px;
font-size:36px;
font-family: DIN Next W01 Light;
}

.node-type-dept-homepage-2017 h2>div>span{
background:transparent;
border:0px;
font-size:30px;
color:#4caac5;
line-height:normal;
font-family: DIN Next W01 Light;
}
.node-type-dept-homepage-2017 .main-news-heading {
    padding: 20px 0 40px;
    }

.node-type-dept-homepage-2017 .view-dcu-homepage-main-news-block {
    width: initial;

}
.node-dept-homepage-2017 .content {
    border-bottom: 1px dotted #DFD5C4;
   padding: 0 20px 20px 20px;
}

.node-type-dept-homepage-2017 .basic-item .field-item h1 > div > span {
color:white!important;
}

.node-type-dept-homepage-2017 .basic-item .field-item h1 {
margin-left: -20px;
}

.node-type-dept-homepage-2017 .field-name-body h1 > div {
    background: #4F9FB8;
    padding-left: 20px;
    min-height:50px;
    line-height: 50px;
   margin-left:-20px;
}
.node-type-dept-homepage-2017 .basic-item .field-items {
    padding: 20px;
    padding-top: 0px!important;
}




/*Fix for mobile view of WYSIWYG Images*/
.node-type-dept-homepage-2017 .field-item.even img {
    max-width: 100%;
    height: auto;
}

.view.view-dcu-homepage-main-news-block.view-id-dcu_homepage_main_news_block.view-display-id-block_1.view-dom-id-438a99cbd57d364c7fc384619cc3fac0 {
    padding-top: 30px;
}

.view.view-flex-slider-for-homepages {
    min-height: 330px;
    background: #F1EDE6;
}


/* Ger fix for blog view in mobile */
@media (max-width: 599px) {

#region-preface-first .view-dcu-homepage-main-news-block .views-row {
    width: initial !important;
}
}

.field-name-field-bottom-text {
    min-height: 155px;
}


@media (max-width: 769px) {
.node-homepage-body-content .field-name-field-image-hp .field-items {
    margin-top: 0px;
}


.field.field-name-field-image-hp.field-type-image.field-label-hidden {
    float: none;
   text-align:center;
}
}




/*Carousel Fixes*/
@media (min-width: 1280px) {
.jcarousel-clip.jcarousel-clip-horizontal, .jcarousel-container.jcarousel-container-horizontal {
    width: 1140px!important;
}
}


@media (min-width: 1024px) and (max-width: 1279px) {
.jcarousel-clip.jcarousel-clip-horizontal, .jcarousel-container.jcarousel-container-horizontal {
    width: 740px!important;
}
}


@media (min-width: 768px) and (max-width: 1023px) {
.jcarousel-clip.jcarousel-clip-horizontal, .jcarousel-container.jcarousel-container-horizontal {
    width: 350px!important;
}
}


@media  (max-width: 767px) {
.jcarousel-clip.jcarousel-clip-horizontal, .jcarousel-container.jcarousel-container-horizontal {
    width: 260px!important;
}
}

@media only screen and (max-width: 1025px){
#block-webform-client-block-96778 h2.block-title {
    font-size: 20px!important;
}
form#webform-client-form-96778 {
    display: none;
}
.page-node-97054	section#block-webform-client-block-96778 {
    position: absolute;
}
}

@media  (min-width: 1279px)
.field.field-name-body.field-type-text-with-summary.field-label-hidden {
    padding-right: 400px;
}
}



@media (min-width:769px) and (max-width: 1279px) {
.node-homepage-body-content .content .field-items {
    clear: none!important;
    margin-top: initial!important;
}
section#block-webform-client-block-96778 {
    right:0;
    width: 355px!important;
}

.page-node-97054 section#block-webform-client-block-96778 {
   position:absolute;
}


form#webform-client-form-96778 {
    display: none;
}
#block-webform-client-block-96778 h2.block-title {
    font-size: 20px!important;
}
}

.phonebook {
    background: white;
    padding: 20px;
}
.node-homepage-body-content .field-items p {
    padding-right: 20px;
}


.node-homepage-body-content .field-item.even {
    padding-left: 20px;
}

.zone.zone-menu.clearfix.container-12 {
    margin-bottom: 0px!important;
}
div#header-container {
/*    background: url(https://www4.dcu.ie/sites/default/files/rock_banner.jpg); */
    background: url('/images/world_map.webp'); 
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
}
div#header-welcome {
    color: white!important;
}

#node-96778 .content {
    width: 100%!important;
    max-width: 100%!important;
}



#node-96778 form#webform-client-form-96778 {
    margin-left: 20px;
    padding-bottom: 20px;
}

#node-96778 .content {
    background: white;
}

form#webform-client-form-96778 > div {
    max-width: 300px;
}

@media (min-width: 1024px) and (max-width:1279px) {

section#block-webform-client-block-96778 {
    margin: auto;
    padding-top: 30px;
}
.form-item.webform-component {
    clear: both;
}
}

.node.node-webform {
    padding: 0;
}

.block-client-block-96778 input,.block-client-block-96778 select,.block-client-block-96778 textarea {
    border-width: 0px!important;
}
#node-96778 .webform-client-form {
    background: white;
    max-width: 299px;
}
.form-actions {
    margin-bottom: 4em;
}
#webform-client-form-96778 input {
    width: 250px;
}
form#webform-client-form-96778 > div {
    padding-left: 20px;
}

section#block-webform-client-block-96778 {
    padding-left: 30px;
   margin-left:20px;
    width: 290px;
    float:right;
}

#webform-client-form-96778 .form-submit{
background-color:#259ABB!important;
}

#block-webform-client-block-96778 h2.block-title {
     display:block!important;
     color:#259ABB;
     font-size: 36px;
    font-family: "DIN Next W01 Light";
    padding-left:20px;
}

#block-webform-client-block-96778 {
background: #F1EDE6;
}

.webform-component {
    min-height: initial;
    padding-top: 5px;
    padding-bottom: 10px;
    border-bottom: 0px; 
}

.form-textarea-wrapper.resizable.textarea-processed.resizable-textarea {
    padding-bottom: 20px;
    width:100%;
}

.webform-client-form {
background: #F1EDE6;
}


/******* FORM STYLES ********/

form#webform-client-form-96778 > div .webform-component label {
font-family: "DIN Next W01 Regular" !important; 
color: #4F9FB8!important;
}

form#webform-client-form-96778 > div, #webform-client-form-96778 {
      background: #FFF !important;
         padding-left: 0px !important;
max-width: 100%;
}
 
#webform-client-form-96778 input, #webform-client-form-96778 select, #webform-client-form-96778 textarea {
    border: 1px solid #8e8e8e !important;
    width:100% !important;
}

#webform-client-form-96778 .form-submit {
 border: none !important;
}

#webform-client-form-96778 .form-actions {
margin-bottom:0;
}

#block-webform-client-block-96778 h2.block-title {
padding-left: 0px !important; 
font-family: "DIN Next W01 Regular" !important;
}

section#block-webform-client-block-96778 {
    padding: 20px !important;
    margin-left: 0 !important;
    width: 330px !important;
    float: right;
    background: #FFF;
}

@media (max-width: 979px) {
section#block-webform-client-block-96778 {
float: none !important;
    width: 94.5% !important;
     margin-top: 20px; !important;
}

#webform-client-form-96778 input {
    width: 100% !important;
}

form#webform-client-form-96778 > div {
    max-width: 100% !important;
}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) { 
section#block-webform-client-block-96778 {
       float: none !important;
    width: 75.5% !important;
    margin-top: 20px;
    margin-left: 20px !important;
}
}

@media only screen and (min-device-width : 375px) and (max-device-width : 736px) { 
section#block-webform-client-block-96778 {
    float: none !important;
    width: 78.5% !important;
    margin-top: 0px;
    margin-left: 20px !important;
}
}

<!--For webform block on mobile-->

@media only screen and (max-width: 1025px){
#block-webform-client-block-96778 h2.block-title {
    font-size: 20px!important;
}
form#webform-client-form-96778 {
    display: none;
}
section#block-webform-client-block-96778 {
    position: absolute;
}
}

@media (min-width:769px) and (max-width: 1279px) {
section#block-webform-client-block-96778 {
   right:0;
   position:absolute;
    width: 355px!important;
}
form#webform-client-form-96778 {
    display: none;
}
#block-webform-client-block-96778 h2.block-title {
    font-size: 20px!important;
}
}

section#block-views-5f6c6cf6b526274662a30325d717e2c9 {
    padding-top: 40px;
}

#sliding-popup.sliding-popup-bottom{background:#ffffff;}#sliding-popup .popup-content #popup-text h2,#sliding-popup .popup-content #popup-text p{color:#000 !important;}



/* From: /opt/eprints3/lib/static/style/auto/toolbox.css */


/* Toolbox styles - used to subdivide some content */

.ep_toolbox {
	margin-bottom: 10px;
}

.ep_toolbox_title {
	padding: 2px 10px 2px 10px;
}

.ep_toolbox_content {
	padding: 10px;
	border-width: 1px;
	border-style: solid;
}



/* From: /opt/eprints3/lib/static/style/auto/upload.css */


/* 
   Styles for the upload component.

   ep_upload_*

*/

.ep_upload_newdoc
{
	text-align: center;
/*	margin-top: 1em;
	margin-bottom: 1em; */
}

.ep_upload_fields {
	display: table;
}
.ep_upload_fields > div {
	display: table-row;
}
.ep_upload_fields > div > div {
        display: table-cell;
}


.ep_upload_fields th
{
	text-align: right;
}

/* Document section */

.ep_upload_doc
{
	margin-bottom: 0.5em;
	border-style: solid;
	border-width: 1px;
}

.ep_upload_doc .ep_upload_doc_title_bar {
	padding: 0px 6px 0px 6px; 
	border-bottom: solid 1px #d8dbef;
}
.ep_upload_doc .ep_upload_doc_title {
	color: #444;
}
.ep_upload_doc .ep_upload_doc_content {
	clear: both;
	padding: 6px;
}

.ep_update_doc_delete {
	white-space: nowrap;
}
.ep_update_doc_delete input {
	vertical-align: -2px;
}

.ep_update_doc_options {
	white-space: nowrap;
}
.ep_update_doc_options img {
	vertical-align: -2px;
	border: none;
}
.ep_update_doc_options a {
	text-decoration: none;
}

.ep_upload_doc_toolbar
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: center;
}

.ep_upload_files
{
/*	border: dashed #c8cbdf 1px; 
	text-align: center;
	margin-top: 0.5em; 
	padding: 0.5em; 
	background-color: white; */
}

.ep_upload_file_table 
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
}
.ep_upload_add_file_toolbar
{
	margin-top: 0.5em;
}

.ep_upload_doc_expansion_bar
{
	text-align: right;
	padding: 2px .5em;
}
.ep_upload_doc_expansion_bar a
{
	cursor: pointer;
	text-decoration: none;
}

/* End of Document section */

/* Drag and drop */

.ep_dropbox {
	border-width: 2px;
	border-style: dashed;
	border-color: #4ea;
	background-color: #fff;
	font-weight: bold;
	font-size: 110%;
	padding: 40px 0px;
}

/* End of Drap and drop */


.ep_upload_file_label {
        margin-right: 0.3em;
	font-weight: bold;
}


.UploadMethod_file_progress_table {
	display: table;
}

.UploadMethod_file_progress_table > div {
	display: table-row;
}

.UploadMethod_file_progress_table > div > div {
        display: table-cell;
	padding: 0.5em;
}


.ep_upload_doc_title_bar_inner {
	display: table;
	width: 100%;
	border-width: 0;
}

.ep_upload_doc_title_bar_inner > div {
	display: table-row;
}

.ep_upload_doc_title_bar_inner > div > div {
        display: table-cell;
	vertical-align: middle;
}

.ep_upload_doc_title_bar_inner_left {
        text-align: left;
        width: 60%;
}


.ep_upload_doc_title_bar_inner > div > div:last-child {
	text-align: right;
	width: 20%;
}

.ep_upload_doc_icon_info {
	display: block;
	border-width: 0;
	padding: 0.4em;
}

.ep_upload_doc_icon_info > div {
	display: inline-block;
}

.ep_upload_doc_icon_info > div:first-child {
	text-align: center;
}

.ep_upload_doc_icon_info > div.ep_upload_doc_title {
	text-align: left;
	vertical-align: top;
	margin: 0.3em;
}

.ep_upload_doc_actions_inner {
	display: table;
	width: auto;
	margin-left: auto;
	margin-right: 0;
}

.ep_upload_doc_actions_inner > div {
	display: table-row;
}

.ep_upload_doc_actions_inner > div > div {
        display: table-cell;
	padding: 0.2em;
}




/* From: /opt/eprints3/lib/static/style/auto/view.css */



/* spacing between page elements */
.ep_view_page h2 {
	margin-top: 30px;
}
.ep_view_blurb {
	margin-top: 20px;
}
.ep_view_timestamp {
	margin-top: 30px;
	text-align: right;
}

.ep_view_group_by_current {
	font-weight: bold;
}

.ep_view_group_by {
	border-style: solid none;
	border-width: 1px;
	text-align: center;
	padding: 4px 0px;
	margin: 4px 0px 12px 0px;
}

.ep_view_cols {
	width: 100%;
	margin-top: 1em;
	display: table;
	border: 0;
        padding: 0;
        border-spacing: 0;
        border-collapse: separate;
}

.ep_view_cols > div {
	display: table-row;
}

.ep_view_col {
	display: table-cell;
	vertical-align: top;
}
.ep_view_cols_2 .ep_view_col { width: 50%; }
.ep_view_cols_3 .ep_view_col { width: 33.3%; }
.ep_view_cols_4 .ep_view_col { width: 25%; }
.ep_view_cols_5 .ep_view_col { width: 20%; }
.ep_view_cols_6 .ep_view_col { width: 16.6%; }
.ep_view_cols_7 .ep_view_col { width: 14.28%; }
.ep_view_cols_8 .ep_view_col { width: 12.5%; }

.ep_view_cols ul {
	margin-top: 0px;
	margin-bottom: 0px;
}


	



/* From: /opt/eprints3/ingredients/xapian_facets/static/style/auto/xapian.css */

/* 
	Facets CSS (Paginate/Facets.pm)
*/

div.ep_paginate_left_col
{
	float: left;
	width: 23%;
}

div.ep_paginate_right_col
{
	float: right;
	width: 75%;
}

div.ep_paginate_facets_block
{
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-right: 1em;
	margin-bottom: 1em;
}

div.facet_header
{
	font-weight: bold;
}

a.facet_remove
{
	padding-left: 10px;
/*	background-image: url( /style/images/delete.png );
	background-repeat: no-repeat;
	margin: 0em 1em;*/
	min-width: 14px;
	min-height: 14px;
}

/* warning: this is a global style (will affect all pages) */
div.ep_tm_page_content
{
	max-width: 1024px;
	width: auto;
}


div#main > h1.full{
margin:30px;
}

div.ep_form_xapian_search_button_block{
margin:10px
}

div.ep_form_xapian_search_button_block > input.ep_form_action_button {
margin:10px
}

/*make the search box wider and round for facet simple search only*/
form[action="/cgi/facet/simple2"] > input#q , form[action="/cgi/facet/archive/simple2"] > input#q {
padding: 8px 20px;
border-radius: 4px;
border: 1px solid #a3a3a3;
} 





/* From: /opt/eprints3/archives/doras/cfg/static/style/auto/z_doras.css */

body a{
    color: rgb(26,60,102);
}

body a:visited{
    color: rgb(26,60,102);
}


/***template***/
div.ep_tm_page_content{
	max-width: none;
	width: auto;
	margin-top: 0px;
	line-height: 1.538em;
}	

div.ep_tm_page_content .node .content{
	max-width: none;
}

.key_tools_container{
	display: inline;
}

.key_tools_container::before{
	display: inline-block;
	height: 30px;
}

ul.ep_tm_key_tools{
	display: inline-block;
}

ul.ep_tm_key_tools li, .key_tools_container .ep_name_citation, .key_tools_container > a{
	display: inline-block;
	height: 30px;
	padding: 0 15px;
	color: #259ABB;
	border: none;
}

.key_tools_container .ep_name_citation{
	padding-left: 0px;
}

ul.ep_tm_key_tools li a{
	color: #259ABB;
}

ul.ep_tm_key_tools li a:hover{
	color: #012C59!important;
}

div.ep_tm_page_content table{
	margin-top: 0;
}

div.ep_tm_page_content tbody tr td{
		padding: 4px 8px;
}

div.ep_tm_page_content tbody tr:nth-child(odd){
	background: inherit;
}

div.ep_tm_page_content input[type="submit"], div.ep_tm_page_content input[type="button"]{
	background-color: #259ABB;
}

.ep_page_content{
	margin-top: 20px;
}

th a{
	display: inline;
}

.field-name-field-main-heading a{
	color: white;
}

ul li input, ul li label{
	display: inline-block;
	margin-right: 5px;
}

.field-item.title{
	line-height: 30px;
}

/***homepage***/
ul.browse_list{
	z-index: 1000;
	background: #fff;
	position: absolute;	
	margin-left: -20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	width: 100%;
}

.browse_list li a{
	background: transparent;
	border: 0px;
	font-size: 30px;
	color: #4caac5;
	line-height: normal;
	font-family: DIN Next W01 Light;
}

.repository-overview-content h2 a{
	color: #4caac5;
	font-size: 30px;
	font-family: DIN Next W01 Light;
}

.carousel{
	position: relative;
}

#slide-show{
        width:100%;
        /*padding-left: 55px;*/
        /*z-index: -30;*/
}

#slide-images{
    position:relative;
    display:block;
    margin:0px !important;
    padding:0px;
    width:100%;
    height:400px;
    overflow:visible;
}

#slide-images li{
    position:absolute;
    display:block;
    list-style-type:none;
    margin:0px;
    padding:0px;
    background-color:#FFFFFF;
    height: 400px;
}

#slide-images li img{
    display:block;
    background-color:#FFFFFF;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-form{
	position: absolute;
	top: 45%;
	z-index: 100;
	text-align: center;
	width: 100%;
}

.search-form form{
	display: block;
	margin-bottom: 10px;
}

.search-form form input.ep_tm_searchbarbox{
	font-size: 20px;
}

.search-form form .ep_form_action_button{
	background-color: #259ABB;
	padding: 5px 20px;
	font-size: 22px;
}

.search-form .advanced{
	color: #fff;
}

#latest .orcid-person img{
	width: auto;
}

/***workflow***/
.ep_sr_content{
	display: grid;
}

.ep_blister_node{
	color: white;
}

.ep_blister_node_selected{
	color: black;
}

/*
div.ep_tm_page_content table{
	width: auto;
}

div.ep_tm_page_content table.ep_multi, div.ep_tm_page_content .ep_sr_title_bar > table, div.ep_tm_page_content #ep_eprint_view_panels .ep_search_results table{
	width: 100%;
}*/

div.ep_tm_page_content table.ep_multi, div.ep_tm_page_content .ep_sr_title_bar > table{
	width: 100%;
}

div.ep_tm_page_content form table, div.ep_tm_page_content table.ep_blister_bar, div.ep_tm_page_content table.ep_form_input_grid, div.ep_tm_page_content table.ep_columns, div.ep_tm_page_content table.ep_paginate_list, div.ep_tm_page_content .ep_msg_message_content table{
	width: auto;
}


thead th, th{
	background: transparent;
}

tbody > tr:nth-child(even){
	background: transparent;
}

select{
	padding: 2px 20px 2px 3px;
}

div.ep_tm_page_content input.ep_subjectinput_add_button{
	background-color: transparent;
}

.ep_upload_doc_title .ep_document_citation{
	height: 20px;
	display: inline-block;
}

#imageContainer .ep_block{
	margin-bottom: 10px;
}

table.ep_upload_file_table tr.ep_row{
	height: 40px;
}

table.ep_upload_file_table tr.ep_row th{
	padding: 10;
	line-height: initial;
}

#imageContainer input[type="submit"]{
	background-color: #259ABB;
	margin-top: 10px;
}

/***forms***/
.ep_page_content label{
	font-weight: normal; 
}

.ep_page_content input#keywords{
	border: solid 1px #ccc;
}

/***admin***/
dl.ep_action_list .ep_form_action_button {
	white-space: normal;
}

/***IRStats2***/
div.ep_tm_page_content  input.irstats2_form_action_button{
	color: white;
	border: none;
	border-radius: 0;
	margin-right: 10px;
}

.irstats2_options_reports{
	margin-top: 10px;
}

div.ep_tm_page_content table.irstats2_keyfigures_progress{
	width: auto;
}

.irstats2_view input[type="submit"]{
	color: white;
}

/***Browse Views***/
.ep_view_page p{
	margin-top: 10px;
	margin-bottom: 10px;
}

/***Refine Search***/
input.ep_form_search_advanced_link{
	margin-left: 5px;
	color: white;
	text-decoration: none;
}

.ep_panel_controls_open,
.ep_panel_controls_close,
.ep_panel_controls_open:hover,
.ep_panel_controls_close:hover
{
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  height: 15px;
  width: 15px;
  font-size: 0px !important;
}
.ep_panel_controls_close
{
  background-image: url(/style/images/minus.png);
}
.ep_panel_controls_open
{
  background-image: url(/style/images/plus.png);
}

.ep_panel_content {
  min-height: 250px;
}

.ep_panel_body {
    border-bottom: 1px solid #4f9fb85c!important;
    padding: 10px 0 30px 0;
}

.ep_panel_title {
    display: block;
    font-weight: bold;
    font-size: large;
}

.ep_panel_container th.ep_row, .ep_panel_container td.ep_row {
    border-bottom-style: solid;
    border-bottom-color: #4f9fb85c!important;
}

.ep_panel_container td.ep_row {
    border-left-style: solid !important;
    border-left-color: #4f9fb85c!important;
}



/* From: /opt/eprints3/lib/static/style/auto/z_eprints_services_template.css */

/* override the default style with on a little cleaner */

  body
  {
    background-color: #eaeaea;
  }
  #wrapper
  {
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    padding: 5px;
    max-width: 1280px;
    margin: 10px auto;
  }
  #main_content
  {
    min-height: 640px;
  }
  h1
  {
    padding-bottom: 5px;
  }
  h1, h2, h3, h4
  {
    color: #000000;
  }
  .ep_tm_menu,
  .ep_tm_menu li:hover
  {
    background-image: none;
    color: black;
  }
  .ep_tm_footer
  {
    height: 34px;
  }
  .ep_sr_content, .ep_summary_box_body, .ep_tab_panel, .ep_toolbox_content, .ep_upload_doc
  {
    background-image: none;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
  }
  .ep_tm_searchbar, .ep_columns_title, td.ep_columns_alter
  {
    background-image: none;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
  }
  .ep_search_buttons, .ep_search_controls, .ep_search_controls_bottom, .ep_view_group_by
  {
    background-image: none;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
  }
  .ep_summary_box_title, .ep_sr_title_bar, .ep_sr_collapse_bar 
  {
    background-image: none;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
  }
  .ep_blister_node
  {
    background-image: none;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
  }
  .ep_form_action_button, .ep_form_internal_button, .ep_tm_searchbarbutton
  {
    background-image: none;
    margin-right: 8px;
    min-width: 145px;
    max-width: 200px;
    padding-left: 5px;
    padding-right: 5px;
    white-space: normal;
  } 
  #ep_eprint_view_panels .ep_form_action_button 
  {
    min-width: 145px;
    max-width: 145px;
  }
  .ep_tm_searchbarbutton 
  { 
    min-width: inherit; 
  }

  .ep_blister_node_selected
  {
    background-image: none;
  }
  dl.ep_action_list dd
  {
    margin-bottom: 15px;
  }



/* From: /opt/eprints3/ingredients/irstats2/static/style/auto/z_irstats2.css */

/* IRStats2 CSS */

div.irstats2_view
{
	width: 100%;
	text-align:left;
	font-family: Verdana, Arial, sans-serif;
	margin: 10px;
	border: 1px solid #D7D9E5;
/*	border-radius: 3px;*/
}

div.irstats2_view_title
{
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #D7D9E5;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	color: #000;
	background: url("images/toolbox.png") repeat-x scroll 0 0 #E7E9F5;
}

div.irstats2_view_title_filter
{
	border: 1px solid #D7D9E5;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	color: #000;
	background: url("images/toolbox.png") repeat-x scroll 0 0 #E7E9F5;
    margin-top:5px;
}


div.irstats2_view_content
{
	line-height: 20px;
	margin: auto;
}

div.irstats2_piechart
{
	width: 400px;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
}

div.irstats2_googlepiechart
{
	width: 400px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
}
div.irstats2_googlegeochart
{
	width: 600px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

div.irstats2_googlegraph
{
	width: 750px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}

div.irstats2_key_figure_googlespark
{
    display: inline-block;
}

div.irstats2_googlespark
{
	width: 150px;
	height: 50px;
	margin: 0px;
	display: inline;
	float:left;
	border: 0px;
	padding: 0px;
}

div.irstats2_googlespark_desc
{
	width: 150px;
	margin: 0px;
    font-size: 11px;
	display: block;
	border: 0px;
	padding: 0px;
    text-align: center;
}


div.irstats2_counter
{
	display: inline;
}

div.irstats2_view_KeyFigures div.irstats2_view_content
{
	padding-top: 10px;
}

span.irstats2_keyfigures_metric_figure
{
	font-weight: bold;
	font-size: 20px;
}

span.irstats2_keyfigures_metric_text
{
	padding-left: 5px;
}

div.irstats2_ruler {
	clear:both;
	margin-bottom: 10px;
}

div.irstats2_keyfigures_section {
	float:left;
	width: 50%
}

div.irstats2_keyfigures_deposits {
	float:left;
	width: 50%
}

div.irstats2_keyfigures_downloads {
	float:right;
	width: 50%
}

div.irstats2_keyfigures_fulltext {
	float:left;
	width: 50%;
}

div.irstats2_keyfigures_openaccess {
	float:right;
	width: 50%
}

table.irstats2_keyfigures_progress {
	margin-left:12px;
}

table.irstats2_keyfigures_progress div.irstats2_progress_wrapper {
	height: 25px;
}


table.irstats2_keyfigures_progress div.irstats2_progress {
	height: 25px;
}

table.irstats2_keyfigures_progress td {
	padding: 5px;
}

div.irstats2_deposit_details {
	font-size: 12px;
	color: #666;
	margin-top: 5px;
	margin-left: 10px;
}

span.irstats2_counter_label
{
	color: #333333;
	font-size: 14px;
	margin: auto 2px;	
	vertical-align: middle;
}

span.irstats2_counter_value
{
	color: #000000;
	font-size: 20px;
	font-weight:bold;
	margin: auto 2px;
	vertical-align: bottom;
	padding-bottom:4px;
}

img.irstats2_spin
{
	vertical-align:middle;
}

span.irstats2_loading
{
	margin-left: 5px;
	vertical-align:middle;
	color: #666666;
}

table.irstats2_table
{
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	width: 100%;
}

div.irstats2_table_options
{
	text-align: center;
}

div.irstats2_table_options > a
{
	padding-left: 5px;
}

tr.irstats2_table_headings > td
{
	font-weight: bold;	
	background-color: #666;
	color: #FFF;
	text-align: left;
	padding: 2px;
}

td.irstats2_table_cell_order
{
	text-align:center;
	width: 20px;
}

td.irstats2_table_cell_object
{
	padding-left: 5px;
}

td.irstats2_table_cell_count
{
	text-align:center;
	width: 100px;
}

tr.irstats2_table_row_even > td
{
	padding: 2px;
	background-color: #FFFFFF;
}

tr.irstats2_table_row_odd > td
{
	padding: 2px;
	background-color: #EEE;
}

div.irstats2_reportmenu_row
{
	padding: 5px;
	vertical-align:bottom;
}
span.irstats2_date_separator
{
	padding-left:5px;
	padding-right:5px;
}
span.irstats2_date_label
{
	font-size:14px;
	font-weight:bold;
}
div.irstats2_progress
{
        background-color: #c1d0ef;
        color: #000;
	text-align:left;
	padding: 0px;
	margin: 0px;
}
div.irstats2_progress_wrapper
{
	border: 1px solid #3366cc;
    box-sizing: content-box;
	margin: 0px;
	padding: 0px;
	text-align:left;
}
div.irstats2_progress > span
{
	padding-left: 5px;
	display: block;
	width: 100px;
}

span.irstats2_keyfigures_metric {
	font-size: 14px;
	line-height: 50px;
    vertical-align: top;
}

h3.irstats2_keyfigures_heading, h3.irstats2_linkstoreports_heading
{
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 13px;
	font-weight: bold;
}

div.irstats2_keyfigures_column
{
	width: 25%;
	float: left;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

div.irstats2_reportheader_column
{
	float: left;
	text-align:left;
	margin-left:15px;
}

table.irstats2_reports 
{
	border-collapse:collapse;	
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}

td.irstats2_reports_heading
{
	border: 1px solid #CCC;
	padding: 2px 10px;
	text-align:right;
	width: 20%;
	background-color: #EEE;
}

td.irstats2_reports_heading > span
{
	color: #222;
}

td.irstats2_reports_content
{
	border: 1px solid #CCC;
	padding: 2px 10px;
	text-align: left;
	width: 80%;
}

td.irstats2_reports_content > span
{
	padding-right: 10px;
	font-family: Verdana;
}


a.irstats2_export_bar_toggle
{
	float: right;
}

a.irstats2_filter_bar_toggle
{
	float: right;
    padding: 0px 0px 3px 3px;
}



div.irstats2_export_bar
{
	text-align: left;
}

div.irstats2_export_content
{
	margin: 0px auto;
	border-bottom: 1px solid #D7D9E5;
	padding: 5px;
	text-align: center;
	background-color: #F9F9F9;
}

.irstats2_setdesc_link
{
	margin-left: 5px;
	width: 45px;
}

input.irstats2_setdesc_q
{
	margin-top: 5px;
	border: 1px solid #CCCCCC;
	padding: 2px 2px 2px 5px;
	font-size: 14px;	
}

input.irstats2_placeholder
{
	color: #AAA;
	font-style: italic;
}

div.irstats2_setdesc_values
{
	max-height:150px;
	overflow-y:scroll; 
	margin: 5px; 
	padding: 5px; 
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

ul.irstats2_setfinder_values
{
	margin: 0px;
	padding: 0px;
}

ul.irstats2_setfinder_values > li
{
}

div.irstats2_setfinder_row > a
{
	display: block
}

div.irstats2_setfinder_row > a:hover
{
	background-color: #F5F5F5;
}

div.irstats2_datepicker_inner
{
	font-size:11px;
	padding: 4px;
	color:#000;
}

p.irstats2_error_login {
	width: 100%;
	text-align: center;
}

h2.irstats2_summary_page_header {
	margin-top:20px;
}

div.irstats2_summary_page_container {
	border:1px solid #CCC;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
div.irstats2_summary_page_container_small {
	border: none;
	margin-left:auto;
	margin-right:auto;
	display: inline-block;
}

div.irstats2_summary_page_container > p,
div.irstats2_summary_page_container_small > p {
	text-align:center;
	width:100%;
	margin:5px 0px 0px 0px;
	color:#666;
	line-height: 1.2em;
}

#irstats2_summary_page_downloads {
	height:250px;
	width:100%;
}
#irstats2_summary_page_doc_downloads,
.irstats2_graph[id^=irstats2_summary_page_doc_downloads_]
{
	height:150px;
	width:100%;
}
.irstats2_summary_page_doc_stats_container
{
/*	width: 80%; */
	margin: 0 auto;
	border:1px solid #CCC;
	padding-top: 10px;
	margin-top: 10px;
}

#irstats2_summary_page_countries {
	height:250px;
	width:100%
}

/* ep_panel specific - start */
.ep_panels h2.irstats2_summary_page_header
{
  display: none;
}
.ep_panels h3.irstats2_summary_page_header
{
  display: none;
}
.ep_panels .irstats2_summary_page_doc_stats_container,
.ep_panels .irstats2_summary_page_container
{
  width: 100%;
  border: none;
  text-align: center;
}
/* ep_panel specific - end */

td.irstats2_reportheader_breadcrumbs {
	width: 60%;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

td.irstats2_reportheader_breadcrumbs > a, td.irstats2_reportheader_breadcrumbs > a:visited {
	color: #0645AD;
}

div.irstats2_reportheader_timeline {
	width: 30%;
	float: right;
	text-align: right;
	vertical-align: middle;
}

div.irstats2_reportheader_timeline_frame {
	font-size: 14px;
	text-align: right;
	float: right;
}

div.irstats2_reportheader_options {
	width:100%;
	text-align: left;
	vertical-align: middle;
}

div.irstats2_reportheader_clear {
	clear:both;
}

div.irstats2_reportheader {
	width: 100%;
	padding: 0px;
}

table.irstats2_reportheader {
	width: 100%;
}

div.irstats2_view_ReportHeader {
	border: 0px;
}

input.irstats2_form_action_button {
	text-align: center;
	border-width: 2px;
	border-style: solid;
	padding: 2px 20px;
	cursor: pointer;
	background-color: #F9F9F9;
	color: #111;
}

input.irstats2_form_action_button:active, input.irstats2_form_action_button:hover, input.irstats2_form_action_button_selected {
	background-color: #EEE;
	color: #222;
}

div.irstats2_options_dates, div.irstats2_options_reports {
	background-color: #EEE;
	text-align: left;
	border-width: 2px;
	border-style: solid;
	border-color: #DDD;
}

div.irstats2_options_filters{
    background-color: #EEE;
    text-align: left;
    border-width: 1px;
    border-style: solid;
    border-color: #DDD;
    border-top:0px;

}



table.irstats2_view_Grid div.irstats2_view {
	width: 97%;
}

.report_title {
	text-align: center;
	margin-top: 0px;
}

input#drange {
	display: inline !important;
	padding-left: 5px;
}

input[name="date_resolution"]{
	margin-right:2px;
}


label#date_resolution{
	font-weight:normal;
	margin-left:5px;
}


div#irstats2_filters > div{
	padding: 5px;
}

.irstats2_view_content {
	background-color: #FFF;
}

.irstats2_view_content:first-child {
	background-color: transparent;
}

table.irstats2_table {
	margin-top: 0;
}

/* fix accessibility issue with small although not displayed text */
div[id^=irstats2_summary_page_doc_downloads_] > div > div:nth-child(2) {
	font-size: initial !important;
}



/* From: /opt/eprints3/lib/static/style/auto/z_metafield.css */

table.ep_metafield_compound,
table.ep_metafield_compound th,
table.ep_metafield_compound td
{
  border: 0.5px solid lightgray;
  border-spacing: 0px;
}

table.ep_metafield_compound th,
table.ep_metafield_compound td
{
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
}



/* From: /opt/eprints3/ingredients/eprints_panels/static/style/auto/z_panels.css */

.ep_summary_page_actions { margin-bottom: 10px; }

ul.ep_panel_buttons
{
  padding-left: 0; 
  display: inline-block;
  margin-bottom: 2px;
  min-width: 90%;
}

li.ep_panel_links
{
  float: left;
  border: 1px solid #ccc;
  outline: none;
  cursor: pointer;
  padding: 6px;
  margin-right: 2px;
  transition: 0.2s;
  list-style: none;
  min-width: 10px;
  text-align: center;
}

li.ep_panel_links:hover
{
  background-color: #ddd;
}

li.ep_panel_links.active
{
  background-color: #eee;
}

li.ep_panel_first
{
  margin-left: 20px;
}

li.ep_panel_nav
{
  display: inherit;
  float: right;
}

.ep_panel_content
{
  padding: 6px 12px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

/* if we end up with nested panels */
.ep_panel_content .ep_panel_content
{
  box-shadow: 0 2px 6px rgba(085, 005, 255, 0.3);
}

.ep_panel_table
{
  display: table;
  margin-top: 10px;
}

.ep_panel_table_row
{
  display: table-row;
}

.ep_panel_table_header
{
  display: table-cell;
  text-align: right;
  padding: 3px;
  font-weight: bold;
  width: 150px;
}

.ep_panel_table_cell
{
  display: table-cell;
  vertical-align: top;
  padding: 3px;
}

.ep_panel_simple_title
{
  margin-bottom: 10px;
}

.ep_panel_controls
{
  display: inline-block;
  float: right;
  padding-right: 5px;
  padding-top: 20px;
  font-family: monospace;
}

.ep_panel_title
{
  display: none;
}

#ep_panel_controls_close,
#ep_panel_controls_open
{
  cursor: pointer;
}

#ep_panel_controls_close
{
  display: none;
}

.ep_panel_hide
{
  display: none;
}

.ep_open_panel_all
{
  display: block;
  margin-bottom: 10px;
}

.ep_panel_blank
{
  border: inherit;
  box-shadow: inherit!important;
}

.ep_panels_all_opened #panel_blank
{
  display: block;
}



/* From: /opt/eprints3/ingredients/summary_pages/static/style/auto/z_summary_pages.css */


/* 
 * This CSS file will be applied after all the built in styles.
 * 
 * CSS files are loaded in alphabetic order, hence the  "zzz" in 
 * the filename to force it to load after the other css files!
 * 
 * Add any local over-rides here. 
 * 
 * To totally replace a system css file, create a file of the same 
 * name in this directory. eg. messages.css
 * 
*/

/* tweak template to help resizing browser */
div.ep_tm_page_content
{
  max-width: 1024px;
  width: auto !important;
}

.ep_panel_content
{
  min-height: 190px;
}

.ep_open_panel_all
{
  min-height: inherit;
}

.ep_panel_container[id^=ep_panel_set_docs_]
{
  margin-top: 10px;
}

.ep_panel_container[id^=ep_panel_set_docs_] .ep_panel_content
{
  padding: 5px 5px 0px 5px;
}

.ep_panel_container[id^=ep_panel_set_docs_] .ep_panels_all_opened 
{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
@media only screen and (max-width: 800px)
{
  .ep_panel_container[id^=ep_panel_set_docs_] .ep_panels_all_opened 
  {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
@media only screen and (max-width: 600px)
{
  .ep_panel_container[id^=ep_panel_set_docs_] .ep_panels_all_opened 
  {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}

.ep_panel_container[id^=ep_panel_set_docs_] .ep_panel_simple_title
{
  display: none !important;
}

/* matches and tidies Safari, matches Chrome and is harmless */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
  .ep_panel_container[id^=ep_panel_set_eprint_] .ep_panels_all_opened > div { padding-top: 6px; } 
  .ep_panel_container[id^=ep_panel_set_docs_] .ep_panels_all_opened > div { padding-top: 6px; } 
}

.summary_page_doc_icon
{
  float: left;
}
.summary_page_doc_info
{
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 51px;
}

.ep_summary_page_actions_small
{
  float: right;
}
.ep_summary_page_actions_small img.ep_form_action_icon
{
  width: 15px;
}

.ep_document_citation_wrapper
{
  display: inline;
}
.ep_document_citation_wrapper .document_filename,
.ep_document_citation_wrapper .document_security,
.ep_document_citation_wrapper .document_license
{
  font-size: 80%;
}


.ep_panel_container_document .ep_panel_content
{
  box-shadow: 0 1px 3px rgba(100, 100, 100, 0.3);
}



/* From: /opt/eprints3/archives/doras/cfg/static/style/auto/zzz_doras.css */

.ep-tools-bar-wrapper {
    background: #ececec;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 10px 50px;
    color: black !important;
}

.dcu-header-item-list {
    display: flex;
    flex-direction: row;
    padding: 18px 0px;
    align-items: center;
}

.dcu-header-item {
    padding: 20px 40px;
    font-size: 15px;
    font-weight: 100;
}

.dcu-header-item-logo {
    padding: 0px 40px 0px 0px;
}

.ep-header-bar-wrapper {
    background-color: white;
}

.ep-header-bar-wrapper a {
    color: black !important;
}

.ep-header-bar {
    padding: 0px 50px;
}

.ep-homepage-banner-wrapper {
    background-image: url(/images/DORASbackgroundImageMarch24.jpg);
    height: 350px;
    background-size: cover;
    display: flex;
    flex-direction: column;
}

.ep-homepage-banner {
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: center;
    height: 100%;
    flex-wrap: wrap;
}

.ep-searchbar-wrapper {
    width: 100%;
    margin: 10px 100px 20px 100px;
    padding: 30px 50px;
    background: black;
}

.ep-searchbar-form {
    display: flex;
    width: 100%;
}

.ep-searchbar-form .ep_tm_searchbarbox {
    width: 100%;
    height: 50px;
    padding: 20px;
    border: 0px;
}

.ep-searchbar-form #searchbutton {
    margin: 0px 0px 0px 10px;
    background: #abd6e7;
    padding: 0 50px;
    text-transform: uppercase;
    font-size: 15px;
    color: black;
    font-weight: bold;
}

.ep-searchbar-text {
    color: white;
    display: flex;
    justify-content: space-between;
    margin: 12px 0;
}

.ep-searchbar-text p {
    color: white;
}

.ep-homepage-banner-title {
    width: 100%;
    color: white !important;
    text-align: left;
    margin: 10px 100px;
}

.ep-homepage-title {
    text-align: left;
    color: white;
    margin: 0;
    font-weight: 500;
    font-family: inherit;
    padding: 15px 50px;
    background: #4d4d4dd1;
    font-size: 45px;
}

.ep-homepage-title-wrapper {
    display: inline;
    margin-top: 60px;
    padding: 10px 5px;
}

body {
    background-color: #eeeeee !important; 
}

.ep-footer-wrapper {
    background: black;
    color: white;
}

.ep-footer-cols {
    display: flex;
    padding: 50px 150px;
}

.ep-footer-cols > div {
    width: 55%;
}

.ep-footer-header {
    font-size: medium;
    font-weight: 600;
    margin-bottom: 25px;
}

.ep-footer-cols a {
    color: #e9e9e9 !important;
}

.ep-footer-poweredby {
    display: flex;
    justify-content: center;
    padding: 40px 0;
    border-top: 0.5px solid #707070;
    font-size: smaller;
    color: #e9e9e9;
    margin: 0 20px;
    font-size: 11px;
}

.ep-footer-cols li {
    padding-bottom: 5px;
}

.ep-homepage-block {
    margin: 20px 100px;
    background: white;
    padding: 10px 50px;
}

.ep-homepage-block h1 {
    text-align: left;
}

.ep-browse-table {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
}

.ep-browse-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.ep-browse-block-view {
    width: 50%;
    padding: 10px 0;
}


.ep-browse-block-view-desc h2 {
    padding: 0 0 10px 0;
    font-size: large;

}


.ep-browse-block-view a {
    color: #707070 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 25px;
}

.border-top-black {
    border-top: 1px solid #707070;
}

.border-bottom-black {
    border-bottom: 1px solid #707070;
}

.ep-homepage-block-title {
    font-weight: 500;
    font-family: inherit;
    margin-top: 25px;
}

.divider {
    margin: 20px 0;
}

.ep-homepage-block .ep_latest_tool_result {
    line-height: 20px;
    padding: 12px;
}

.ep_latest_tool_result:nth-child(even) {
    background: #f7f7f7;
}

.ep-tools-bar {
    line-height: 30px;
}

.content {
    max-width: 1200px;
}

.m-auto {
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 750px) {
.ep-browse-block-view {
    width: 100%;
}
.border-bottom-top-sm {
    border-top: 1px solid #707070;
}
}

.ep-browse {
    padding: 5px;
}

.ep-header-list {
    margin-left: auto;
}

.dcu-header-item-list-sm {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ep-homepage-header-dropdown-wrapper .ep_tm_key_tools {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ep-homepage-header-dropdown-wrapper .ep_name_citation {
    margin-bottom: 10px;
}	

.ep-homepage-header-dropdown-wrapper {
    padding: 20px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    font-weight: 100;
}

.ep-homepage-header-dropdown-wrapper .dcu-header-item {
    padding: 0px 40px;
    font-size: 15px;
    font-weight: 100;
}

.d-none {
    display: none;
}

@media only screen and (max-width: 1100px) {
    .ep-header-list {
	display: block !important;
    }
    .ep-header-bar-wrapper .dcu-header-item {
	display: none;
    }
    .ep-tools-bar-wrapper {
	display: none;
    }
}

.dcu-header-item-browse a {
    display: flex;
}

.dcu-header-item-browse .bi-chevron-down {
    padding-left: 4px;
}

.dcu-header-item-end {
    margin-left: auto;
    padding-right: 0;
}

.ep-page-wrapper {
    width: 1200px;
    margin: 25px auto;
    min-height: calc(80vh - 292px);
}

.ep-internal-title {
    text-align: left;
    color: #050505;
    margin: 0;
    font-weight: 500;
    font-family: inherit;
    font-size: 35px;
    width: 1200px;
    margin: 0 0 15px 0;
}

.ep-footer-wrapper {
    height: 292px;
}

tbody > tr:nth-child(odd) {
    background-color: unset;
}

.ep-page-wrapper-internal {
    width: 1200px;
    margin: 25px auto;
    min-height: calc(80vh - 292px);
    padding: 40px;
    background-color: white;
}

input[type="submit"], input[type="button"] {
    background-color: #5a5a5a;
    border-radius: 0px;
    border: unset;
}

.ep_subjectinput_add_button, .ep_subjectinput_remove_button {
    background-color: unset !important;
    border: 1px solid blue !important;
}

.ep_blister_node {
    color: white;
}

.ep_blister_node_selected {
    color: black;
    border: 1px black solid !important;
    background: white !important;
}

.ep_view_browse_list li, .ep_view_menu li {
    margin: 10px 0;
}

.ep-page-wrapper-internal {
    overflow: auto;
}

.facet_header {
    font-size: 20px;
    padding: 15px 0;
}

.ep_view_browse_list ul {
   list-style: disc;
   padding-left: 40px;
}

.ep_view_browse_list a {
   text-decoration: underline;
}

.ep_view_browse_intro, .ep_view_browse_list {
   font-size: 15px;
}

.ep_view_browse_intro {
   padding-bottom: 8px;
}
.altmetric-embed a{
   background-image: none !important;
}



/* From: /opt/eprints3/archives/doras/cfg/static/style/auto/zzz_local.css */


/* 
 * This CSS file will be applied after all the built in styles.
 * 
 * CSS files are loaded in alphabetic order, hence the  "zzz" in 
 * the filename to force it to load after the other css files!
 * 
 * Add any local over-rides here. 
 * 
 * To totally replace a system css file, create a file of the same 
 * name in this directory. eg. messages.css
 * 
*/

.orcid-tooltip::before {
    top: -45%;
    height: auto;
}

.ep_search_result .orcid-person .orcid-tooltip{
    bottom: -38px;
}

.ep_search_result .orcid-person .orcid-tooltip:before{
    top: -40%;
}

#ep_eprint_view_panels .orcid-person .orcid-tooltip:before{
    top: -38%;
}

.ep_summary_content_main .orcid-person .orcid-tooltip{
    bottom: -38px;
}

.ep_summary_content_main .orcid-person .orcid-tooltip::before {
    top: -39%;
}

#latest .orcid-person .orcid-tooltip{
    bottom: -28px;
}

body {
    background-color: unset;
}

.ep_preview {
    top: 25% !important;
    left: 40% !important;
}

.ep_preview_image {
    border: black solid 1px;
    box-shadow: 0 0 40px black;
}

.header-welcome {
    background-color: rgb(0 0 0 / 0%);
    text-shadow: 0px 0px 15px black;
}

#header-container {
    background-color: black;
}

.person_name {
    /* color: rgb(15, 0, 133); */
}

a, .ep_tm_key_tools a:visited {
    color: rgb(15, 0, 133) !important;
}

#front-page-label-search-box {
    margin-bottom: -15px;
}

div.views-row {
}

.views-row-1 {
    width: 30%;
}

.views-row-2 {
    width: 30%;
}

.views-row-3 {
    width: 35%;
}

.views-row-1-update {
    margin-right: 5% !important;
    width: 70%;
}

.views-row-3-update {
    width: 25%;    
}

.ep_summary_content tbody {
    border-top: unset;
}

.field-item.even.title a {
    text-decoration: none;
    color: white !important;
}

h2 {
    padding: 20px 0;
}

.advanced {
    color: white !important;
}

#search-box {
  padding: 10px 10px 9px 8px;
}

#calendar_div, .calendar_control, .calendar_links, .calendar_header, .calendar {
    width: auto;
}

tbody {
    border-top: unset;
}

.irstats2_view_Grid > tbody > tr > td {
    vertical-align: unset;
}

#date_resolution_container, #filter_year_selection {
    display: flex;
}

.ep_panel_content {
    border: unset;
    box-shadow: unset;
    padding: 6px 5px;
}

li.ep_panel_links {
    border: unset;
    border-bottom: 1px solid #4F9FB8!important;
    margin-right: 12px;
}

.ep_summary_box_title {
/*    border: unset;
    box-shadow: unset;*/
}
