/******************************************************************************************

GENERAL STYLES

*******************************************************************************************/

body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	position: inherit;
	overflow-x: hidden;
}

body.active {
	position: fixed;
	transition: 0.5s;
	border-right: 1px solid #d8d8d8;
	-ms-transform: translateX(-78%);
	-webkit-transform: translateX(-78%);
	transform: translateX(-78%);
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: #2993d0
}

a:focus,
a:hover,
a:active {
	color: #0073a4;
}

.banner a[href^='http'],
.banner a[href^='https'],
.banner a[href^='//']{
	position: relative;
	margin-right: 20px;
}
/* Update Overrides Where Required */
.banner a[href^='http']:after,
.banner a[href^='https']:after,
.banner a[href^='//']:after {
	/*content: url('../images/layout/ucdmaincore_new_window_icon.png');*/
	content: url('https://www.ucd.ie/t4cms/ucdmaincore_new_window_icon.png');
	margin-left: 5px;
}

.sidebar ul.pageMenuList a[href^='http']:after,
.sidebar ul.pageMenuList a[href^='https']:after,
.sidebar ul.pageMenuList a[href^='//']:after,
.study-block li a[href^='http'],
.study-block li a[href^='https'],
.study-block li a[href^='//'] {
	position: relative;
}
/* Update Overrides Where Required */
.sidebar ul.pageMenuList a[href^='http']:after,
.sidebar ul.pageMenuList a[href^='https']:after,
.sidebar ul.pageMenuList a[href^='//']:after,
.study-block li a[href^='http']:not(.btn):after,
.study-block li a[href^='https']:not(.btn):after,
.study-block li a[href^='//']:not(.btn):after {
	/*content: url('../images/layout/ucdmaincore_new_window_icon.png');*/
	content: url('https://www.ucd.ie/t4cms/ucdmaincore_new_window_icon.png');
	margin-left: 5px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}

h1, h2, h3, h4, h5, h6,
.mobileMenu ul.main a,
header .mainNav a,
footer h4,
.socialLinks a,
footer,
.btn,
legend,
.courseSearch .checkbox label,
.pageTitle,
.searchFilterResults span,
.statistic,
.btnLabel,
.pageLinksList,
.panel-open-all,
.content_caption .blue_box > p,
.explore_block span.keyvalue,
.content_caption .panel-default .panel-title > a {
	font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
}
form legend {
	color: #007eba;
	margin: 20px 0 5px;
	border-bottom: none;
}
.btn.default.clear {
	white-space: normal;
}
.content h2 span,
.sidebar .panel-group h4 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.container-fluid {
	max-width: 1170px;
}
.row.gutter_0 {
	margin: 0;
}
.row.gutter_0 > [class*="col-"],
.row.gutter_0 > [class^="col-"] {
	padding: 0;
}
.skip {
	position: absolute;
	top: -5000em;
	left: -5000em;
	height: 1px;
	width: 1px;
	text-align: left;
	overflow: hidden;
}
    
a.skip:active, 
a.skip:focus, 
a.skip:hover {
	left: 0; 
	top: 0;
	width: auto; 
	height: auto; 
	overflow: visible; 
}

.content .pagination li {
	margin: 0;
	padding: 0;
}

.content .pagination li:before {
	display: none;
}

/*COPY
General headings, paragraphs etc
********************************************************/
.content h2 {
	color: #2993d0;
	margin: 20px 0;
	font-weight: 400;
	font-size: 22px;
}

.content h2 span {
	color: #333;
	font-size: 16px;
}

.content .pageTitle {
	color: #0a4873;
	font-size: 20px;
	line-height: 32px;
	margin: 10px 0 10px;
}

h2.pageTitle {
	text-transform: uppercase;
}

.content .pageTitle {
	margin: 20px 0 20px;
}

.content p {
	line-height: 22px;
	margin: 20px 0;
}
.content p.form-control-static {
	margin: 0;
}

.content ul {
	margin: 20px 0;
	padding: 0;
}

.content ul li {
	margin: 10px 0 10px 20px;
	padding: 0 0 0 15px;
	list-style: none;
	border: 0;
	position: relative;
}

.content ul li:before {
	content:"\f10c";
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	font-size: 8px;
	color: #2993d0;
	position: absolute;
	top: 5px;
	left: 0;
}

.content ul.twoColList, .content div.twoColList ul.twoColListElement{
	border-top: 1px solid #cccccc;
}
.content ul.twoColList li, .content div.twoColList ul.twoColListElement li{
	padding-left:0;
	margin:0;
}
.content ul.twoColList li:before, .content div.twoColList ul.twoColListElement li:before{
	content:"\f04b";
	top:25px;
}
.content ul.twoColList li a, .content div.twoColList ul.twoColListElement li a{
	display: block;
	border-bottom: 1px solid #eee;
	padding: 1.5em 0 1.5em 20px;
}

.content ul.nav.nav-pills{
	padding-top:20px;
	border-top:1px solid #e7e7e7;
}

.content ul.nav.nav-pills li{
	padding-left:5%;
	padding-right:5%;
}
.content ul.nav.nav-pills li:before{
	content: ""
}

.content ul.nav.nav-pills li a{
	font-size: 2em;
	line-height: 2.5em;
	padding-top:calc(1em - 30px);
	padding-bottom:1em;
	border-radius: 0;
	position: relative;
}
/* Update Overrides Where Required */
.content ul.nav.nav-pills li a .arrowMask{
	position: absolute;
	left:0;
	bottom:0;
	height:1em;
	width:100%;
	background-position: bottom center;
	background-repeat: no-repeat;
	/*background-image: url('../images/layout/navArrowWhite.png');*/
	background-image: url('https://www.ucd.ie/t4cms/navArrowWhite.png');
}



/*SLICK CONTROLS
*******************************************************/

/*slick buttons*/

.slick .slick-prev,
.slick .slick-next {
	position: absolute;
	top: 50%;
	margin-top: -35px;
	display: inline-block;
	width: 50px;
	height: 70px;
	text-indent: -5000px;
	transition: .5s all ease;
	cursor: pointer;
	border-radius: 0;
	border: 0;
	background: transparent;
	padding: 0;
}

.slick .slick-prev {
	left: -50px;
}

.slick .slick-next {
	right: -50px;
}

.slick .slick-prev:hover,
.slick .slick-next:hover {
	opacity: 1;
}

.slick .slick-prev:before,
.slick .slick-next:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #142b40;
	font-size: 70px;
	line-height: 70px;
	height: 70px;
	position: absolute;
	top: 0;
	text-indent: 0;
	opacity: 0.5;
}

.slick .slick-prev:before {
	content:"\f104";
	left: 9px;
}

.slick .slick-next:before {
	content:"\f105";
	right: 9px;
}

/*slick dots*/

.slick-dots {
	text-align: center;
	margin: 30px 0 0;
	padding: 0;
}

.banner ul.slick-dots {
	position: absolute;
	z-index: 20;
	bottom: 25px;
	right: 30px;
	margin: 0;
}

.banner.arrow ul.slick-dots {
	bottom: 65px;
}

.slick-dots li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.slick-dots button {
	border: 1px solid #fff;
	background: rgba(255,255,255,0.2);
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0 3px;
	text-indent: -5000px;
	outline: none;
}

.slick-dots .slick-active button {
	background: #fff;
}


/*BUTTONS
*****************************************************************/

.btn {
	border-radius: 0;
}
.btn-spacer{
	height:34px;
}

.btn.default {
	color: #0a4873;
	background: #eee;
	border: 0;
}

.btn.blue {
	background: #2993d0;
	color: #fff;
}
.btn.blue:hover {
	background: #45a1de;
}
.btn.darkblue {
	background: #0a4873;
	color: #fff;
}
.btn.darkblue:hover {
	background: #5F839E;
}
.btn.yellow {
	background: #f0c650;
	color: #0a4873;
}
.btn.yellow:hover {
	background: #f8ce58;
}

/*BREADCRUMB
*****************************************************************/

.breadcrumbWrap {
	border-bottom: 1px solid #e7e7e7;
}

.breadcrumb  {
	background: transparent;
	margin: 0;
	padding: 15px 0;
	font-size: 13px;
}


/*VIDEO THUMBS
******************************************************************/

.image.video a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	max-width: 100%;
}

.image.video img {
	display: block;
	margin:0;
}

.image.video a:before {
	display: block;
	position: absolute;
	z-index: 5;
	left: 50%;
	top: 50%;
	margin: -35px 0 0 -35px;
	content: "\f04b";
	font-family: FontAwesome;
	color: #333;
	font-size: 36px;
	line-height: 36px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: rgba(255,255,255,0.7);
	text-align: center;
	padding: 18px 0 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	transition: .5s ease;
	opacity: 0.8;
}

.image.video a:hover:before {
	opacity: 1;
}


/*VIDEO EMBEDS
******************************************************************/

.videoWrap {
	position: relative;
	height: 0;
}

.videoWrap.aspect16x9 {
	padding-bottom: 56.25%;
}

.videoWrap iframe {
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


/*REMODAL MODAL WINDOWS
******************************************************************/

.remodal {
	max-width: 900px;
}


/*FORMS
******************************************************************/

/*BOOTSTRAP DEFAUL OVERRIDES*/

.form-control {
	border-radius: 0;
}

/*STYLED CHECKBOXES/RADIO BUTTONS*/

.checkbox.styled input {
	position: absolute;
	top: -5000em;
}

.checkbox.styled label:before {
	content:"\f096";
	font-family: "fontAwesome";
	width: 16px;
	display: inline-block;
}

.checkbox.styled label.sel:before {
	content:"\f046";
}



/*NEWSLETTER FORM IN FOOTER*/

footer .form-control {
	background: transparent;
	border: 1px solid #85a4b9;
	color: #fff;
}

footer .btn {
	background: #85a4b9;
	color: #0a4873;
}

/*COURSE SEARCH FORM*/

.courseSearchForm .searchMain {
	background: #0a4873;
	padding-top: 15px;
	padding-bottom: 20px;
	overflow: hidden;
}

.courseSearchForm .searchFilters {
	background: #eee;
	padding: 0;
}

.courseSearchForm h3 {
	color: #fff;
	border: 0;
	font-size: 16px;
	margin: 10px 0 10px;
}

.courseSearchForm .form-control {
	box-shadow: none;
	border: 0;
	height: 44px;
}

.courseSearchForm .btn.search,
.courseSearchForm .btn.az {
	width: 50%;
	float: left;
	margin: 0;
	text-align: left;
	white-space: normal;
}

.courseSearchForm .btn .fa {
	float: right;
	position: relative;
	top: 2px;
}

/*checkboxes*/ 

.searchFilters .checkbox {
	margin: 0;
	overflow: hidden;
}

.searchFilters .checkbox label {
	display: block;
	width: 50%;
	float: left;
	color: #0a4873;
	padding: 15px 5px 5px 5px;
}

.searchFilters .checkbox label:nth-child(3n+3),
.searchFilters .checkbox label:nth-child(4n+4) {
	padding-top: 5px;
	padding-bottom: 15px;
}

/*dropdowns*/

.courseSearchForm .btn-group {
	width: 50%;
	float: left;
	margin-bottom: 20px;
}

.courseSearchForm .btnLabel {
	color: #0a4873;
	text-transform: uppercase;
}

.courseSearchForm .btn-group .btn {
	float: left;
	text-align: left;
	white-space: normal;
}

.courseSearchForm .btn-group:first-child {
	padding-right: 5px;
}

.courseSearchForm .btn-group:last-child {
	padding-left: 5px;
}

.btn-group.open .dropdown-toggle {
	color: #fff;
	background: #0a4873;
}

.courseSearchForm  .dropdown-menu {
	min-width: 200%;
	background: #eee;
	border-radius: 0;
}

.courseSearchForm .dropdown-menu li label {
	display: block;
	padding: 0 10px 2px 28px;
	line-height: 1.42857143;
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
	position: relative;
}

.courseSearchForm .dropdown-menu li input {
    position: absolute;
    top: -5000em;
}

.courseSearchForm  .dropdown-menu label:before {
	content:"\f096";
	font-family: "FontAwesome";
	position: absolute;
	top: 0;
	left: 10px;
	color: #2993d0;
	font-size: 13px;
}

.courseSearchForm  .dropdown-menu .sel label:before {
	content:"\f046";
}

/*SEARCH FILTER RESULTS */

.searchFilterResults {
	margin-top: 20px;
	padding: 0 15px;
}

.searchFilterResults span {
	display: block;
	color: #999;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
	
.searchFilterResults .checkbox label {
	display: block;
	width: 100%;
	background: #eee;
	text-transform: uppercase;
	padding: 8px 10px;
	font-size: 13px;
	margin: 0 0 5px;
	position: relative;
	top: -3px;
	color: #0a4873;
}

.searchFilterResults .checkbox label:before,
.searchFilterResults .clear .fa {
	color: #2993d0;
}

.searchFilterResults .clear .fa {
	padding-left: 5px;
}


/*TYPEAHEAD
******************************************************************/
.courseSearchForm .searchMain.typeahead{
	overflow: visible;
}
.twitter-typeahead{
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.tt-hint {
    color: #999;
}

.tt-menu {
    width: 100%;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    z-index: 1000 !important;
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion.tt-is-under-cursor, .tt-suggestion.tt-cursor, .tt-suggestion:hover {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}


/*ACCORDIONS / COLLAPSE
***********************************************************************/

.panel-group .panel {
	border-radius: 0;
}

.panel-group .panel+.panel {
	margin-top: 10px;
}

.panel-default {
	border-color: #e7e7e7;
	border-radius: 0;
}

.panel-default .panel-heading {
	padding: 0;
	background: transparent;
	border-radius: 0;
}

.panel-default .panel-title > a {
	display: block;
	padding: 28px 30px 28px 20px;
	font-size: 18px;
	color: #2993d0;
	text-decoration: none;
}

.panel-default .panel-title > a .prefix{
	display:none;
}

.panel-group.accordionFAQ .panel-default .panel-title > a {
	padding-left:100px;
	position: relative;
}
.panel-group.accordionFAQ .panel-default .panel-title > a > .prefix{
	display:block;
	width:80px;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	background-color: #eeeeee;
}
.panel-group.accordionFAQ .panel-default .panel-title > a > .prefix > .prefix-inner{
	display:block;
	text-align:center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin:20px;
	font-size: 26px;
	border:2px solid #2993d0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.panel-group.accordionFAQ .panel-default .panel-title > a > .prefix > .prefix-inner:before{
	position: relative;
	top:-2px;
	content: "?";
	line-height: 40px;
}
.panel-group.accordionFAQ .panel-default .panel-title > a:not(.collapsed) > .prefix{
	background-color: #2993d0;
	color: #ffffff;
}
.panel-group.accordionFAQ .panel-default .panel-title > a:not(.collapsed) > .prefix > .prefix-inner{
	border-color:#ffffff;
}
.panel-group.accordionFAQ .panel-default .panel-title > a:not(.collapsed) > .prefix > .prefix-inner:before{
	content: "A";
}

.panel-default .panel-title > a .fa {
	float: right;
}

.accordionStandard .panel-default .panel-title > a{
	position: relative;
}
.accordionStandard .panel-default .panel-title > a .fa.fa-caret-right {
	float: none;
	display:block;
	position:absolute;
	right:20px;
	top:40%;
	top:calc(50% - 10px);
}

.panel-default .panel-title > a:not(.collapsed) .fa:before {
	content:"\f0d7";
}

.panel-body {
	background: #eee;
	padding: 20px;
}

.panel-open-all {
	border-top: 1px solid #e7e7e7;
	margin: 20px 0;
	padding: 20px 20px 0;
	font-size: 18px;
}

.panel-open-all .fa {
	margin-left: 5px;
}

.panel-group > .panel-open-all > a.closeAll > i.closeAll:before {
	content:"\f0d7";
}

.banner .accordion_box .panel-group .panel .panel-heading .panel-title a span.flagExternal{
	background-image: url('https://www.ucd.ie/t4cms/ucdmaincore_new_window_icon.png');
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	width:14px;
	height:14px;
}

/* Course Entry Route */
.row.courseRoute{
	margin-left:0;
	margin-right:0;
	padding-bottom:1em;
	margin-bottom:1em;
	border-bottom: 1px solid rgb(51, 51, 51);
}
.courseRoute div.caption{
	display: block;
	font-size: 0.75em;
	font-weight: 400;
}
.courseRoute .courseTitle,
.courseRoute .courseLength,
.courseRoute .courseType,
.courseRoute .courseDeadline{
	font-weight: bold;
	padding:6px 0;
}
.courseRoute .courseTitle{
	color: #2993d0;
}
.courseRoute .courseApply{
	padding-top:7px;
	padding-left:0;
	padding-right:0;
}


/******************************************************************************************

GLOBAL CONTENT BLOCKS

*******************************************************************************************/

/*HEADER
******************************************************************/

header {
	border-top: 3px solid #007eba;
	position: relative;
	z-index: 50;
	width: 100%;
	box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.15);
}

header h1 {
	margin: 15px 0 15px -5px;
	float: left;
}

header h1 img {
	display: block;
	max-height: 48px;
	width: auto;
}

header h1 a:hover,
header h1 a:focus {
	text-decoration: none;
}


/*MOBILE MENU
********************************************************************/

#menuIcon {
	transition: 0.5s;
	font-weight: 700;
	font-size: 13.56px;
	line-height: 22px;
	float: right;
	color: #007eba;
	display: block;
	margin: 17px 5px 0 0;
	padding: 10px;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transform: scaleY(1.0319)
}

#menuIcon.active {
	margin: 17px 4px 0 0
}

/* Update Overrides Where Required */
#menuIcon.hamburger {
	float: right;
	/*background: url('https://www.ucd.ie/t4cms/ucdmaincore_menu-icon.png') no-repeat;*/
	background: url('https://www.ucd.ie/t4cms/ucdmaincore_menu-icon.png') no-repeat;
	background: none;
	width: 22px;
	height: 18px;
	display: block;
	margin: 30px 5px 0 0;
	cursor: pointer
}

#searchIcon {
	margin: 17px 5px 0 0;
	display: block;
	float: right;
	height: 42px;
	width: 20px;
	cursor: pointer;
	position: relative;
	color: #007eb5;
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased
}

#searchIcon:before {
	position: absolute;
	top: 14px;
	left: 5px;
	content:"\f002";
}

.mobileMenu {
	display: none;
	border-top: 3px solid #007eba;
	z-index: 999;
	position: absolute;
	top: 0;
	left: 100%;
	background-color: #eee;
	width: 78%;
	padding: 0 15px;
	overflow-y: auto
}

.mobileMenu.active {
	display: block
}

.mobileMenu .search {
	padding: 21px 25px;
	border-bottom: 1px solid #d8d8d8
}

.mobileMenu .search .input-group {
	border: 1px solid #d8d8d8
}

.mobileMenu .search .input-group .form-control {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	border: 0
}

.mobileMenu .search .input-group .input-group-addon {
	padding: 0;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	background-color: #fff
}

.mobileMenu .search .input-group .input-group-addon button {
	background-color: #fff;
    border: none;
    color: #444;
    font-size: 16px;
}

.mobileMenu ul {
	list-style: none;
	margin: 0;
	padding: 25px 0;
	border-bottom: 1px solid #d8d8d8
}

.mobileMenu ul li {
	padding: 0 25px
}

.mobileMenu ul li a {
	display: inline-block;
	width: 100%
}

.mobileMenu ul.main li a {
	font-weight: 400;
	font-size: 16px;
	line-height: 39px;
	color: #0073a4
}

.mobileMenu ul.main li .currentbranch0 {
	font-size: 16px;
	line-height: 39px
}

.mobileMenu ul.main li .currentbranch0 a {
	line-height: 1;
	display: inline-block;
	width: auto;
	letter-spacing: 0;
	text-decoration: none;
	color: #00427a;
	border-bottom: 1px solid #00427a
}

.mobileMenu ul.top li a {
	font-size: 14px;
	line-height: 28px;
	color: #353535
}

.mobileMenu ul.top li:nth-last-of-type(2) {
	padding-bottom: 25px
}

.mobileMenu ul.top li:last-of-type {
	padding-top: 25px;
	border-top: 1px solid #d8d8d8
}


/*BANNER
used for rotating images sliders / hero images
the image height will dictate the height of the slider
**********************************************************************/

.banner .bannerSlider {
	margin: 0;
	padding: 0;
}

.banner li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.banner li:before {
	display: none;
}

.banner .text {
	position: absolute;
	z-index: 20;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
}

.banner.narrow .text {
	height:0;
	background: #0a4873;
	background: rgba(10,72,115,0.8);
	text-align: center;
	display: flex;
	align-items: center;
}
.banner.narrow .text.positioning {
	top: 15%;
	bottom: 15%;
	left: 12%;
	right: 12%;
	height: auto;
}

.banner .pageTitle {
	color: #fff;
	font-size: 32px;
	line-height: 36px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0;
	padding: 30px 20px 30px 20px;
	width: 100%;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: rgb(10,72,115);
	filter:Alpha(opacity=80);
	background: rgba(10,72,115,0.8);
}

.banner.narrow .pageTitle {
	font-size: 22px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

.banner .pageTitle span{
	display:block;
	font-size:0.75em;
}

.banner.arrow .image {
	position: relative;
}

/* Update Overrides Where Required */
.banner.arrow .image:before {
	content: "";
	width: 100%;
	display: block;
	height: 30px;
	/*background: transparent url('../images/layout/bannerArrow.png') center bottom no-repeat;*/
	background: transparent url('https://www.ucd.ie/t4cms/bannerArrow.png') center bottom no-repeat;
	position: absolute;
	z-index: 100;
	bottom: 0;
	left: 0;
	right: 0;
}

/* Update Overrides Where Required */
.banner.arrow.whitearrow .image:before{
	/*background-image: url('../images/layout/navArrowWhite.png');*/
	background-image: url('https://www.ucd.ie/t4cms/navArrowWhite.png');
}


.banner img {
	width: 100%;
	min-width: 1200px;
	height: auto;
}

.banner.home div.image{
	max-height: 350px;
	overflow: hidden;
}

/*SOCIAL LINKS
************************************************************************/

.socialLinks {
	background-color: #0a4873;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	/*margin-top: 40px;*/
	position: relative;
	z-index: 110;
}

.socialLinksList {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: stretch;
}

.socialLinksList li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	border-right: 1px solid #fff;
	display: flex;
	align-items: stretch;
}

.socialLinksList li:last-of-type {
	border: 0;
}

.socialLinks a {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	padding: 25px 10px;
	display: block;
	width: 100%;
	font-weight: 300;
}

.socialLinks a .fa {
	font-size: 32px;
	line-height: 32px;
}

/* Quotes
************************************************************************/
.quote-block{
	margin:20px auto;
	min-height:150px;
	position:relative;
}
.quote-block.quote-blue{
	background:#2993d0;
	color:#ffffff;
}
.quote-block .fa-quote-left, .quote-block .fa-quote-right{
	position:absolute;
	left:20px;
	font-size:60px;
}
.quote-block .fa-quote-left{
	top:20px;
}
.quote-block .fa-quote-right{
	bottom:20px;
}
.quote-block .quote-attribute{
	display:block;
	padding:20px 20px 20px 90px;
	font-size: 0.9em;
	min-height: 80px;
}
.quote-block .quote-attribute .quote-name{
	display: block;
	text-transform: uppercase;
	font-weight:550;
	font-size: 1.3em;
}
.quote-block .quote-text{
	display:block;
	font-size: 25px;
	padding:10px 20px 90px 20px;
}
/* Update Overrides Where Required */
.quote-block .quote-crest{
	position: absolute;
	height:69px;
	width:46px;
	right:20px;
	bottom:20px;
	overflow:hidden;
	background-position:top left;
	background-repeat:no-repeat;
	/*background-image:url('../images/layout/logo.png');*/
	background-image:url('https://www.ucd.ie/t4cms/logo-1.png');
}

/*FOOTER
************************************************************************/

footer {
	clear: both;
	background-color: #0a4873;
	padding: 30px 0;
	min-height: 350px;
	color: #85a4b9;
	font-size: 12px;
	line-height: 18px;
	position: relative;
	z-index: 110;
}

footer h4 {
	font-size: 20px;
	min-height: 24px;
	margin: 10px 0;
	font-weight: 300;
}

footer h4 .fa {
	font-size: 24px;
}

footer p {
	margin: 10px 0;
}

footer .contact .fa {
	font-size: 28px;
	float: left;
	clear: left;
	display: block;
	width: 30px;
}

footer .contact .fa-envelope {
	font-size: 22px;
}

footer ul {
	margin: 0;
	padding: 0;
}

footer li {
	list-style: none;
	margin: 0 0 0 -15px;
	padding: 3px 0;
}

footer li a{
	padding-bottom:0.5em;
	display:block;
	border-bottom: 1px solid #85a4b9;
}

footer a {
	color: #85a4b9;
}


/*STANDARD PAGE CONTENT BOCKS, SIDEBARS AND PAGE NAVIGATION
********************************************************************/

.content {
	margin-top: 20px;
	padding-bottom: 50px;
}

.sidebar.grey {
	background: #eee;
	padding: 10px;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;	
}
.sidebar.blue .inner {
	background: #007eba;
	padding: 30px 30px 50px;
	border-left: 1px solid #00427a;
	border-right: 1px solid #00427a;	
	width: 100%;
}

.sidebar h3 {
	color: #2993d0;
	margin: 20px 0;
	padding: 0;
	font-weight: 400;
	font-size: 20px;
	line-height: 22px;
}

/*EXPANDING MENU ON MOBILE*/

.sidebar .panel {
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.sidebar .panel-group {
	margin-bottom: 0;
}

.sidebar .panel-group .panel-heading+.panel-collapse>.list-group, 
.sidebar .panel-group .panel-heading+.panel-collapse>.panel-body {
	background: #eee;
	padding: 0;
	border: 0;
}

.sidebar .panel-group h4 a {
	margin: 0;
	border: 1px solid #ebebeb;
	padding: 10px 10px 8px 10px;
	text-transform: uppercase;
	background-color: #fff;
	font-size: 12px;
	position: relative;
	color: #333;
	font-weight: 700;
}

.sidebar .panel-group h4 a:after {
	content:"\f077";
	font-family: FontAwesome;
	color: #2993d0;
	float: right;
	transition: .3s ease;
}

.sidebar .panel-group h4 a.collapsed:after {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sidebar .panel-group+nav{
	margin-top:1em;
}

.pageMenuList,
.pageMenuList li {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

.pageMenuList a {
	background: #fff;
	color: #2993d0;
	display: block;
	font-size: 14px;
	margin-top: 1px;
	padding: 9px 10px;
	text-decoration: none;
}

.pageMenuList a:hover {
	color: #fff;
	background-color: #2993d0;
}

.pageMenuList .sel a,
.pageMenuList span[class^="currentbranch"] a {
	color: #fff;
	background-color: #2993d0;
}

/* Second Level */
.pageMenuList li ul{
	padding-left:0px;
}
.pageMenuList li ul li a{
	padding-left:40px;
}
/* Third Level */
.pageMenuList li ul li ul li a{
	padding-left:60px;
}


/* Side menu */

.row.sideMenu {
	position: relative;
	z-index: 99;
}
.btn-sideMenu {
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 1;
}
.row.sideMenu .sidebar .inner{
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 20px 20px 40px;
	z-index: 99;
}
.btn.btn-sideMenu:focus {
	outline: none;
}
.sidebar.blue .pageTitle{
	display: table;
	width: 100%;
	padding: 10px 0px 34px 0;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
	font-family: "Roboto Slab",Helvetica,Arial,sans-serif;
	color: #fff;
}
.sidebar.blue .pageTitle span {
	text-align: center;
}
.sidebar.blue .pageTitle span, .sidebar.blue .pageTitle button {
	display: table-cell;
	vertical-align: middle;
}
.sidebar.blue .pageTitle button {
	width: 50px;
	text-align: right;
}
.sidebar.blue .btn-close {
	color: #007EBA;
	background: #fff;
	border-radius: 4px;
	text-transform: uppercase;
	margin-left: 10px;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
}
.sidebar.blue .pageMenuList a {
	background: #0A4773;
	border-left-color: #0A4773;
}
.sidebar.blue .pageMenuList a:hover {
	color: #fff;
}
.sidebar.blue .pageMenuList .sel a,
.sidebar.blue .pageMenuList span[class^="currentbranch"] a {
	color: #fff;
	font-weight: normal;
	background: #196B9D;
	border-left-color: #61A2C0;
}

/*PAGE LINKS*/

.pageLinksList,
.pageLinksList li {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

.pageLinksList a {
	display: block;
	background: #2993d0;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	font-weight: 300;
	margin-bottom: 10px;
	padding: 14px 65px 14px 20px;
	position: relative;
	text-decoration: none;
}

.pageLinksList .icon {
	display: block;
	background: rgba(255,255,255,0.2);
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	width: 46px;
	padding: 14px 0 0;
	border-left: 1px solid #fff;
}

.pageLinksList a:hover {
	background: #0a4873;
}

/*DESCRIPTION LISTS*/

.sidebar dl {
	margin: 20px 0;
	overflow: hidden;
}

.sidebar dt,
.sidebar dd {
	padding: 5px 0;
}

.sidebar dt {
	color: #0a4873;
	font-weight: 700;
	text-transform: uppercase;
}

/*TEXT IN SIDEBAR*/

.sidebar .text {
	margin: 0 0 30px;
}

.sidebar .text ul {
	margin: 20px 0;
	padding: 0;
}

.sidebar .text ul li {
	margin: 10px 0 10px 20px;
	padding: 0 0 0 15px;
	list-style: none;
	border: 0;
	position: relative;
}

.sidebar .text ul li:before {
	content:"\f111";
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	font-size: 8px;
	color: #2993d0;
	position: absolute;
	top: 5px;
	left: 0;
}



/******************************************************************************************

COURSAE  & PROGRAMME PAGES

*******************************************************************************************/

/*SEARCH RESULTS PAGES
*********************************************************************/

.courseSearch {
	padding-left: 0;
	padding-right: 0;
}

a.searchResultSection{
	display: inline-block;
	white-space: nowrap;
}
a.searchResultSection.active{
	color: #0a4873;
	font-weight: bold;
}

.searchResultsTable, 
.searchResultsTable thead, 
.searchResultsTable tbody,
.searchResultsTable tr,
.searchResultsTable .td,
.searchResultsTable .th {
	display: block;
}

.searchResultsTable {
	width: 100%;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	margin: 10px auto 10px;
}

.floatThead-table{
	background: #ffffff;
}

/*visible cells*/


.searchResultsTable .td {
	float: left;
	padding: 10px 0;
	border-top: 1px solid #ddd;
	color: #2993d0;
	background: #fff;
}

.searchResultsTable .th {
	float: left;
	font-weight: bold;
	color: #0a4873;
	text-transform: uppercase;
	padding: 10px 0;
	text-align: right;
}

.searchResultsTable .courseTitle {
	width: 75%;
	text-align: left;
}

.searchResultsTable .award {
	width: 20%;
	text-align: left;
}

.searchResultsTable .details {
	width: 5%;
	text-align: right;
}

.searchResultsTable .details a {
	display: inline-block;
	text-align: center;
	padding: 0 9px 0 6px;
	background: #eee;
	position: relative;
	right: 2px;
	
}

.searchResultsTable .open .fa-caret-right {
	position: relative;
	right: 2px;
}

.searchResultsTable .open .fa-caret-right:before {
	content:"\f0d7";
}

/*hidden cells*/

.searchResultsTable .hidden-xs {
	background: #eee;
	float: left;
	width: 100%;
	padding: 10px 15px 10px;
	border: 0;
}

.searchResultsTable .hidden-xs:last-child {
	border-bottom: 1px solid #ddd;
}

.searchResultsTable .open .hidden-xs {
	display: block !important;
}

/*fake labels*/

.searchResultsTable .hidden-xs:before {
	display: block;
	font-weight: bold;
	color: #0a4873;
	text-transform: uppercase;
}

.searchResultsTable .type:before {
	content: "Type";
}

.searchResultsTable .duration:before {
	content: "Duration";
}

.searchResultsTable .attend:before {
	content: "Attend.";
}


/*MODULES LIST*/

.content .moduleList li {
	margin-left: 0;
	padding-left: 0;
	overflow: hidden;
}

.content .moduleList li:before {
	display: none;
}

.content .moduleList li .title {
	float: left;
	width: 65%;
}

.content .moduleList li .code {
	color: #333;
	float: right;
	width: 35%;
	text-align: right;
}

/*MODULES
row of items at top of home page
*******************************************************************/

.gradStudModule.green .inner {
	background-color: #459d4e;
}

.gradStudModule.blue .inner {
	background-color: #084576;
}


.gradStudModule .inner {
	background: #eee;
	padding-bottom: 20px;
	min-height: 400px;
}

.gradStudModule img {
	width: 100%;
	display: block;
}

.gradStudModule h2,
.gradStudModule .btn,
.gradStudModule p {
	margin-left: 20px;
	margin-right: 10px;
}

.gradStudModule h2 {
	color: #555;
	font-weight: 700;
	font-size: 16px;
}

.gradStudModule h2.big {
	font-size: 22px;
	font-weight: 400;
}

.gradStudModule h2 .fa {
	display: block;
	font-size: 40px;
	line-height: 40px;
	width: 65px;
	height: 65px;
	background: rgba(0,0,0,0.2);
	border-radius: 50%;
	text-align: center;
	padding-top: 10px;
	padding-left: 1px;
	margin-bottom: 10px;
}

.gradStudModule p {
	font-size: 13px;
}

.gradStudModule.pop h2,
.gradStudModule.pop .btn,
.gradStudModule.pop p,
.gradStudModule.pop a {
	color: #fff;
}

.gradStudModule .btnIcon {
	font-size: 16px;
	position: absolute;
	bottom: 15px;
	right: 30px;
	color: #fff;
}

/*COLLAGE
****************************************************/

.collage .item {
	background: #084576;
	border: 1px solid #fff;
	position: relative;
	height: 0;
	padding-bottom: 15%;
	overflow: hidden;
}

.collage .item.long {
	padding-bottom: 30%;
	float: right;
}

.collage .item .inner {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
}

.collage .item .image {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.2;
}


/******************************************************************************************

CONTENT BLOCKS

*******************************************************************************************/
.white-wrapper {
	background: #fff none repeat scroll 0 0;
	display: block;
	overflow: hidden;
}
.white-wrapper img {
	width: 100%;
}
.grey-wrapper {
	background: #eee none repeat scroll 0 0;
	display: block;
	overflow: hidden;
}
.grey-wrapper img {
	width: 100%;
}
.study-block-header{
	border-bottom: solid 1px #cccccc;
}
.study-block-header h3{
	padding: 10px 20px;
	color:#0a4873;
}
.study-block-content{
	background-color: #ffffff;
}
.study-block-content-left{
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
	padding-left:0;
	padding-right:0;
}
.study-block {
	display: block;
	padding: 10px 15px 5px 0; 
}
.study-block h4 {
	color: #0a4873;
	font-size: 18px;
}
.study-block p {
	display: block;
	padding-bottom: 10px;
	font-size: 13px;
}
.study-block .row{
	border-top: solid 1px #cccccc;
}
.study-block .row.collegeblock{
	border-top: none;
}
.study-block .row {
	margin: 0 -5px;
}
.study-block .row [class*="col-"] {
	padding: 0 5px;
}
.study-block ul{
	padding-left: 0;
	list-style: none;
}
.study-block .row ul li{
	border-bottom: solid 1px #cccccc;
}
.study-block .row.collegeblock ul li{
	border-bottom: none;
}
.study-block ul li a {
	padding: 7px 0 3px;
	display: block;
}
.study-block ul li div.expandable{
	margin-bottom: 1em;
}
.study-block ul li div.expandable .btn{
	width:45%;
	float:left;
	margin-right:5%;
	font-size: 0.8em;
}
/*CONTENT ITEMS
row of items at top of home page
*******************************************************************/

.contentItem.green .inner {
	background-color: #459d4e;
}

.contentItem.blue .inner {
	background-color: #084576;
}


.contentItem .inner {
	background: #eee;
	padding-bottom: 20px;
	min-height: 400px;
}

.contentItem img {
	width: 100%;
	display: block;
}

.contentItem h2,
.contentItem .btn,
.contentItem p {
	margin-left: 20px;
	margin-right: 10px;
}

.contentItem h2 {
	color: #555;
	font-weight: 700;
	font-size: 16px;
}

.contentItem h2.big {
	font-size: 22px;
	font-weight: 400;
}

.contentItem h2 .fa {
	display: block;
	font-size: 40px;
	line-height: 40px;
	width: 65px;
	height: 65px;
	background: rgba(0,0,0,0.2);
	border-radius: 50%;
	text-align: center;
	padding-top: 10px;
	padding-left: 1px;
	margin-bottom: 10px;
}

.contentItem p {
	font-size: 13px;
}

.contentItem.pop h2,
.contentItem.pop .btn,
.contentItem.pop p,
.contentItem.pop a {
	color: #fff;
}

.contentItem .btnIcon {
	font-size: 16px;
	position: absolute;
	bottom: 15px;
	right: 30px;
	color: #fff;
}


/*PODS
****************************************************/

.pods {
    background: #eee;
    margin-top: 40px;
    padding-bottom: 40px;
}

.pods h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: #084576;
    margin: 40px 0 20px;
}

.pods .col-md-12 p {
	margin-bottom: 20px;
}

.pod {
	background: #084576;
	position: relative;
	height: 0;
	padding-bottom: 35%;
	overflow: hidden;
}

.pod.long {
	padding-bottom: 35%;
	float: right;
}
.pod.blue {
	background: #2993d0;
}

.pod.green {
	background: #459d4e;
}

.pod.yellow {
	background: #f0c650;
}

.pod .inner {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	color: #fff;
}

.pod.yellow .inner {
	color: #084576;
}

.pod .image {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.2;
}

.pod h3 {
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0 5px;
}

.pod p {
	font-size: 13px;
	line-height: 16px;
}

.pod .icon {
	display: block;
	background: rgba(0,0,0,0.4);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	text-align: center;
	padding: 12px;
	margin: 0 0 10px 0;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
}

.pod .btnIcon {
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-size: 16px;
}



/*COLLEGES & SCHOOLS
*****************************************************/

.collegesAndSchools {
	margin-top: 40px;
}

.collegesAndSchools .text {
	

}
.collegesAndSchools .text {
	padding: 20px;
	overflow: hidden;
	background: #eee;
}

.collegesAndSchools .text h2 {
	color: #084576;
	font-size: 20px;
	font-weight: 700;
}

.collegesAndSchools .text ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #ccc;
}

.collegesAndSchools .text li {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0 50px 0 0;
	list-style: none;
}

.collegesAndSchools .text li a {
	display: block;
	padding: 8px 0;
	border-bottom: 1px solid #ccc;
}

.collegesAndSchools .text li:nth-last-child(-n+2) a {
	border: 0;
}

.statistic {
	width: 100%;
	color: #fff;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 15px;
}

.statistic .figure {
	width: 120px;
	height: 120px;
	background: rgba(0,0,0,0.3);
	border-radius: 50%;
	margin: 0 auto 20px;
	font-size: 70px;
	padding-top: 10px;
}

.statistic p{
	padding-left: 20px;
	padding-right: 20px;
}

/*NEWS AND SOCIAL
**********************************************************/

.newsAndSocial {
	background: #eee;
	margin-top: 40px;
	padding-bottom: 40px;
}

.newsAndSocial h2 {
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	color: #084576;
	margin: 40px 0 20px;
}

.newsAndSocial .item .inner {
	background: #ddd;
	padding: 20px 0;
	margin-top: 10px;
	margin-bottom: 30px;
	position: relative;
}

.newsAndSocial .logo {
	max-width: 100px;
	margin: 0 0 10px 20px;
}

.newsAndSocial .icon {
	display: inline-block;
	float: right;
	background: rgba(0,0,0,0.5);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 8px;
	margin: 0 20px 10px 0;
	padding: 7px 10px 10px;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
}

.newsAndSocial .icon .fa {
	padding-top: 3px;
}

.newsAndSocial h3,
.newsAndSocial p,
.newsAndSocial ul,
.newsAndSocial .date {
	margin: 0 10px 0 20px;
}

.newsAndSocial h3 {
	margin: 20px 10px 10px 20px;
	font-size: 16px;
	font-weight: 700;
}

.newsAndSocial .date {
	float: right;
	margin-top: 20px;
}

.newsAndSocial p {
	clear: both;
}

.newsAndSocial .main {
	width: 100%;
}

.newsAndSocial .socialLinksList {
	padding: 10px 0 0 0;
}

.newsAndSocial .socialLinksList li {
	margin: 0;
	padding: 0 7px 0 0;
	list-style: none;
	border: 0;
	float: left;
}

.newsAndSocial .socialLinksList a {
	font-size: 24px;
	color: #777;
}

.newsAndSocial .btnIcon {
	position: absolute;
	bottom: 20px;
	right: 15px;
	font-size: 16px;
}
.block, .grey-block, .white-block {
	padding: 20px 0;
}
.grey-block {
	background: #eee;
}
.white-block {
	background: #fff;
}
.explore {
	padding-bottom: 60px;
	overflow: hidden;
}
.explore img {
	width: 100%;
}
.explore h2 {
	margin:10px 0 40px;
	color: #0a4873;
	font-weight: 300;
	font-size: 26px;
}

.explore_block {
	position: absolute;
	left: 0;
	top: 0;
	bottom: auto;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	padding: 10px;
}
.explore_item img.explore_image{
	position: absolute;
	top:0;
	left:0;
}
.explore_item a.btnIcon{
	position:absolute;
	top:10px;
	right:10px;
}
a.explore_block {
	text-decoration: none;
}
.explore_block:not(.white) {
	color: #fff;
}
.explore_block.white {
	background: #fff;
}
.explore_block.white .fa.fa-twitter {
	width: 30px;
	height: 30px;
	font-size: 18px;
	margin: 0 auto;
	text-align: center;
	line-height: 30px;
	background: #009bdf;
	color: #fff;
	border-radius: 50%;
}
.explore_block span.keyvalue {
	font-size: 60px;
	display: block;
	width: 100%;
	text-align: left;
}
.explore_block small, .explore_block .small {
	font-size: 14px;
	font-weight: 600;
}
div.iconWrapper{
	display:block;
	padding:15px;
	width:94px;
	height:94px;
	background: rgba(0,0,0,0.2);
	border-radius: 50%;
}
div.icon{
	display:block;
	width:64px;
	height:64px;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
}
div.cards_block_content div.iconWrapper{
	width:74px;
	height:74px;
}
div.cards_block_content div.icon{
	width:44px;
	height:44px;
}
div.icon.iconStyle0{
	display:none;
}
/* Update Overrides Where Required */
div.icon.iconStyle1{
	/*background-image:url('../images/icons/UCD-Grad-Studies-ICONS-64x64-1.png');*/
	background-image:url('https://www.ucd.ie/t4cms/UCD-Grad-Studies-ICONS-64x64-1.png');
}
/* Update Overrides Where Required */
div.icon.iconStyle2{
	/*background-image:url('../images/icons/UCD-Grad-Studies-ICONS-64x64-2.png');*/
	background-image:url('https://www.ucd.ie/t4cms/UCD-Grad-Studies-ICONS-64x64-2.png');
}
/* Update Overrides Where Required */
div.icon.iconStyle3{
	/*background-image:url('../images/icons/UCD-Grad-Studies-ICONS-64x64-3.png');*/
	background-image:url('https://www.ucd.ie/t4cms/UCD-Grad-Studies-ICONS-64x64-3.png');
}
/* Update Overrides Where Required */
div.icon.iconStyle4{
	/*background-image:url('../images/icons/UCD-Grad-Studies-ICONS-64x64-4.png');*/
	background-image:url('https://www.ucd.ie/t4cms/UCD-Grad-Studies-ICONS-64x64-4.png');
}
/* Update Overrides Where Required */
div.icon.iconStyle5{
	/*background-image:url('../images/icons/UCD-Grad-Studies-ICONS-64x64-5.png');*/
	background-image:url('https://www.ucd.ie/t4cms/UCD-Grad-Studies-ICONS-64x64-5.png');
}
/* Update Overrides Where Required */
div.icon.iconStyle6{
	/*background-image:url('../images/icons/UCD-Grad-Studies-ICONS-64x64-6.png');*/
	background-image:url('https://www.ucd.ie/t4cms/UCD-Grad-Studies-ICONS-64x64-6.png');
}
/* Update Overrides Where Required */
div.icon.iconStyle7{
	/*background-image:url('../images/icons/UCD-Grad-Studies-ICONS-64x64-7.png');*/
	background-image:url('https://www.ucd.ie/t4cms/UCD-Grad-Studies-ICONS-64x64-7.png');
}
/* Update Overrides Where Required */
div.icon.iconStyle8{
	/*background-image:url('../images/icons/UCD-Grad-Studies-ICONS-64x64-8.png');*/
	background-image:url('https://www.ucd.ie/t4cms/UCD-Grad-Studies-ICONS-64x64-8.png');
}
/* Update Overrides Where Required */
div.icon.iconStyle9{
	/*background-image:url('../images/icons/UCD-Grad-Studies-ICONS-64x64-9.png');*/
	background-image:url('https://www.ucd.ie/t4cms/UCD-Grad-Studies-ICONS-64x64-9.png');
}

/* Document Block */
section.documentBlock{
	margin-bottom:20px;
	background: #F3F4F6;
}
section.documentBlock .row{
	margin:0;
}
section.documentBlock .imgContainer{
	background: #F3F4F6;
	padding:20px;
}
section.documentBlock .imgContainer img{
	max-width: 100%;
}
section.documentBlock .contentContainer{
	color: #ffffff;
	padding:20px
}
section.documentBlock .contentContainer h2{
	margin-top:0;
}
section.documentBlock .contentContainer ul.buttonList{
	padding:0;
	margin:0 auto 10px auto;
	min-height: 112px;
}
section.documentBlock .contentContainer ul.buttonList li{
	display: block;
	width:calc(33% - 20px);
	padding:0;
	margin:10px;
	float:left;
	list-style-position: inside;
	list-style-type: none;
}
section.documentBlock .contentContainer ul.buttonList li:nth-child(1){
	margin-left:0;
	margin-right:20px;
}
section.documentBlock .contentContainer ul.buttonList li:nth-child(3){
	margin-left:20px;
	margin-right:0;
}
section.documentBlock .contentContainer ul.buttonList li:before{
	content:'';
}
section.documentBlock .contentContainer ul.buttonList li a{
	display: block;
	border:1px solid #ffffff;
	text-align: center;
	font-size: 1.75em;
	padding-top:20px;
}
section.documentBlock .contentContainer ul.buttonList li a:hover, section.documentBlock .contentContainer ul.buttonList li a:focus{
	text-decoration: none;
}
section.documentBlock .contentContainer ul.buttonList li a span.icon{
	display:block;
	background-position: center center;
	background-repeat: no-repeat;
	margin:5px auto 10px auto;
	width:40px;
	height:40px;
}
section.documentBlock .contentContainer ul.buttonList li a.view span.icon{
	background-image:url('https://www.ucd.ie/t4cms/icoEye.png');
}
section.documentBlock .contentContainer ul.buttonList li a.download span.icon{
	background-image:url('https://www.ucd.ie/t4cms/icoDownload.png');
}
section.documentBlock .contentContainer ul.buttonList li a.order span.icon{
	background-image:url('https://www.ucd.ie/t4cms/icoEnvelope.png');
}
section.documentBlock .contentContainer h2, section.documentBlock .contentContainer a{
	color: inherit;
}
section.documentBlock .contentContainer.blue{
	background:#019CDF;
}
section.documentBlock .contentContainer.blue ul.buttonList li{
	background-color:#1AA4E2;
}
section.documentBlock .contentContainer.green{
	background:#008C45;
}
section.documentBlock .contentContainer.green ul.buttonList li{
	background-color:#1A9858;
}


/* Landing banner */
.content_caption {
	position: absolute;
	top: 5%;
	left: 0;
	right: 0;
	bottom: auto;
}
.content_caption .blue_box {
	padding: 15px 30px;
	background-color: rgb(0, 126, 186);
	filter:Alpha(opacity=65);
	background-color: rgba(0, 126, 186, 0.65);
	color: #fff;
}
.content_caption .blue_box h1 {
	margin-top: 10px;
	font-weight: 300;
	font-size: 34px;
}
.content_caption .blue_box > p {
  font-size: 17px;
  font-weight: 300;
  line-height:25px;
}
.content_caption .blue_box p span {
	font-size: 15px;
	line-height: 16px;
}
.content_caption .blue_box p a{
	color:inherit;
}
.content_caption .accordion_box {
	background-color: rgb(255, 255, 255);
	filter:Alpha(opacity=40);
	background-color: rgba(255, 255, 255, 0.4);
	padding: 5px 5px;
}
.content_caption .accordion_box .panel-group {
	margin-bottom: 0px;
}
.content_caption .panel-default .panel-title > a {
	padding: 10px 15px;
	font-size: 17px;
}
.content_caption .panel-title a:focus {
	outline: none;
}
.content_caption .panel-group .panel + .panel {
	margin-top: 0px;
}
.content_caption .panel-title > a {
	font-size: 15px;
	line-height: 24px;
}
.content_caption .panel-title > a .fa {
	font-size: 14px;
	line-height: 24px;
}
.content_caption .panel-default .panel-title > a:not(.collapsed) .fa:before {
	content: "\f068";
}
.map-block {
	height: 300px;
}
#map {
	height: 100%;
}
.checkbox_area {
	border: solid 1px #ccc;
	padding: 20px;
	display: block;
	overflow: hidden;
}
.checkbox_area label {
	position: relative;
	margin: 10px 0;
}
label {
	font-weight: normal;
}
label .required {
	color: #2993D0;
}
.download_block {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.download_block img {
	width: 100%;
}
.download_block span {
	position: absolute;
	top:0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 32px;
	font-size: 32px;
	display: inline-block;
	vertical-align: middle;
	margin: auto;
	padding-top: 17%;
	text-align: center;
	color: #fff;
}
.download_block span i {
	/*background-image: url('../images/layout/download.svg');*/
	background-image: url('https://www.ucd.ie/t4cms/download.svg');
	background-size: 26px;
	display: inline-block;
	width: 26px;
	height: 26px;
}
.navy {
	display: block;
	height: 1px;
	background: #ccc;
	width: 100%;
	margin: 15px 0; 
}







/*jScrollPane
**********************************************************/

.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	background: #dde;
	position: relative;
}
.jspDrag {
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow {
	height: 16px;
}
.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}
/* Block all coloring from these scrollbars */
.jspVerticalBar,
.jspHorizontalBar,
.jspTrack,
.jspDrag,
.jspArrow,
.jspArrow,
.jspDisabled,
.jspCorner{
	background: none;
}

.cards_block_item a{
	text-decoration: none;
}
.cards_block {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	text-decoration: none;
	color: #019cdf;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
}
.cards_block:hover {
	-webkit-box-shadow: 1px 1px 5px 5px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 5px 5px rgba(0,0,0,0.2);
	position: relative;
	bottom: 3px;
}
.cards_block.blue, .blockColour.blue {
	background: #019cdf;
}
.cards_block.white, .blockColour.white {
	background: #fff;
}
.cards_block.yellow-light, .blockColour.yellow-light {
	background: #ebde90;
}
.cards_block.green, .blockColour.green {
	background: #00984b;
}
.cards_block.yellow, .blockColour.yellow {
	background: #ffdb01;
}
.cards_block.lime, .blockColour.lime {
	background: #71bf45;
}
.cards_block.grey, .blockColour.grey {
	background: #b6b4b5;
}
.cards_block.grey-light, .blockColour.grey-light {
	background: #eeeeee;
}
.cards_block.blue-dark, .blockColour.blue-dark {
	background: #0a4873;
}
.cards_block img {
	width: 100%;
}
.cards_block .cards_block_content{
	padding: 20px;
}
.cards_block .cards_block_content div.iconWrapper{
	margin-bottom:10px;
}
.cards_block h3 {
	font-size: 20px;
}
.cards_block h4 {
	font-size: 17px;
}
.cards_block h3, .cards_block h4{
	display: block;
	margin-top: 0;
}
.cards_block.blue,
.cards_block.green,
.cards_block.lime,
.cards_block.grey,
.cards_block.blue-dark{
	color: #fff;
}
.cards_block .btn{
	position: absolute;
	bottom:20px;
	left:20px;
}
.subTitle {
	display: block;
	clear: both;
	margin-bottom: 20px;
}
.subTitle span {
	font-size: 16px;
	font-weight: bold;
	color: #555;
}
.content .subTitle ul {
	float: right;
	margin: 0;
}
.content .subTitle ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0px;
	font-size: 13px;
}
.content .subTitle ul li:before {
	display: none;
}
.content .subTitle ul li:first-child:after {
	content: "|";
	padding: 0 5px;
	color: #2993d0;
}

.professors_block article{
	background: #f3f4f6;
	padding: 25px;
	margin-bottom: 15px;
}
.professors_block article .wrapper {
	display: block;
	position: relative;
	margin-right: 80px;
	background: #deebf1;
}
.professors_block article .wrapper > .row.gutter_0 {
	overflow: hidden;
}
.professors_block article .wrapper > .row.gutter_0 [class*="col-"]{
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
.professors_block article .wrapper .text {
	padding: 20px;
}
.professors_block article .wrapper .text h3 {
	margin-top: 0;
	color: #2a94d0;
}
.professors_block article .wrapper .text h4 {
	color: #0a4873;
	display: block;
	margin-bottom: 10px;
	line-height: 1.5;
}
.professors_block article .wrapper img {
	width: 100%;
}
.professors_block article .wrapper .hero_tabs {
	position: absolute;
	left: 100%;
	top: 0;
}
.professors_block article .wrapper .hero_tabs ul {
	margin: 0;
	padding: 0;
}
.professors_block article .wrapper .hero_tabs ul li {
	display: block;
	width: 80px;
	margin: 0 0 5px 0;
	text-align: center;
	max-width: 80px;
	background: #fff;
	padding: 0;
}
.professors_block article .wrapper .hero_tabs ul li:before {
	display: none;
}
.professors_block article .wrapper .hero_tabs ul li a {
	width: 100%;
	display: block;
}
.professors_block article .wrapper .hero_tabs ul li a i {
	line-height: 90px;
}
.professors_block .article_footer ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.professors_block .article_footer ul li:before {
	display: none;
}
.professors_block .article_footer ul li {
	display: block;
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
	background: #019950;
	position: relative;
}
.professors_block .article_footer ul li:only-child {
	width: 100%;
}
.professors_block .article_footer ul li:hover {
	background: #008d44;
	bottom:3px;
	-webkit-box-shadow: 0 5px 1px 0 #0E6E03;
	box-shadow: 0 5px 1px 0 #0E6E03;
}
.professors_block .article_footer ul li.view-courses {
	background: #2993d0;
}
.professors_block .article_footer ul li.view-courses:hover a {
	background: #0073a4;
	-webkit-box-shadow: 0 5px 1px 0 #3B6D8F;
	box-shadow: 0 5px 1px 0 #3B6D8F;
}
.professors_block .article_footer ul li a {
	padding: 20px 15px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 24px;
	color: #fff;
	text-decoration: none;
	line-height: 24px;
}
.professors_block .article_footer ul li a i {
	padding-left: 10px;
}
.remodal_video_wraper {
	padding: 20px;
}
.remodal-close {
	left: auto;
	right: 8px;
	top: 8px;
}
.remodal-close:before {
	content: "";
	/*background-image: url("../images/layout/remodal_close.jpg");*/
	background-image:url('https://www.ucd.ie/t4cms/remodal_close.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	width: 35px;
	height: 35px;
}
.eventsCalendar + :not(.eventsCalendar) {
	padding: 10px 0 80px 0;
}

:not(.eventsCalendar) + .eventsCalendar section {
	border-top: solid 1px #ddd;
}
.eventsCalendar section {
	padding: 20px 0;
	border-bottom: solid 1px #ddd;
	font-size: 17px;
}
.eventsCalendar section img {
	width: 100%;
	padding: 20px 0;
}
.eventsCalendar section h3 {
	font-size: 23px;
	color: #0b4772;
}
.eventsCalendar section h4 {
	font-size: 18px;
	margin-bottom: 20px;
	color: #007ebb;
}
.eventsCalendar section p {
	margin: 0 0 20px;
}
.eventsCalendar section span {
	color: #007ebb;
}


@media (max-width: 1200px) {
	.professors_block article .wrapper {
		margin-right: 60px;
	}
	.professors_block article .wrapper .text {
		padding: 15px 10px;
	}
	.professors_block article .wrapper .text p, .professors_block article .wrapper .text h4 {
		line-height: 1.2;
	}
	.professors_block article .wrapper .hero_tabs ul li {
		width: 60px;
	}
	.professors_block article .wrapper .hero_tabs ul li a i {
		line-height: 70px;
		font-size: 2.5em;
	}
}


/*use this media query for styles that are ONLY to apear on small screens
use sparingly!!!!*/
@media (max-width: 992px) {


	/*AZ NAV*/

	.contentWrap.hasAZ {
		padding-right: 36px;
	}

	.azNav {
	    position: fixed;
	    height: 100%;
	    z-index: 100;
	    top: 81px;
		bottom: 0;
		right: 0;
		width: 36px;
		margin: 0;
		-moz-transition: top 0.3s;
		-o-transition: top 0.3s;
		-webkit-transition: top 0.3s;
		transition: top 0.3s;
		border-right: none;
		overflow-y: hidden;
		overflow-x: hidden;
		padding-bottom: 81px;
	}

	.azNav.hasScrolled{
		top: 0;
		-moz-transition: top 0.3s;
		-o-transition: top 0.3s;
		-webkit-transition: top 0.3s;
		transition: top 0.3s;
	}

	.azNav .pagination {
		margin: 0;
		border-radius: 0;
	}

	.azNav .pagination li {
		display: block;
	}

	.pagination>li>a, 
	.pagination>li>span {
		position: relative;
		display: block;
		margin-left: 0;
		margin-bottom: -1px;
		width: 100%;
		text-align: center;
		
	}

	.pagination>li:first-child>a, .pagination>li:first-child>span {
		border-radius: 0;
	}
	.eventsCalendar section {
		font-size: 15px;
	}
	.eventsCalendar section p {
		margin: 0 0 10px;
	}

	section.documentBlock .contentContainer ul.buttonList li a{
		font-size: 1em;
	}

}


















@media (min-width: 992px) {

	/*COPY*/

	.content .pageTitle {
		font-size: 30px;
	}

	/*HEADER*/

	header {
		border-top: 0
	}

	header .col-sm-4 h1 {
		margin: 23px 0 18px 0;
	}

	header .col-sm-4 h1 img {
		max-height: 69px;
	}


	/*TOP NAV*/

	.topNav {
		display: block;
		box-shadow: inset 1px 2px 0px rgba(0, 0, 0, 0.18);
		min-height: 45px;
		background: #007eba;
	}

	.topNav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.topNav ul li {
		display: inline;
	}

	.topNav ul li a {
		font-size: 12px;
		line-height: 22px;
		display: inline-block;
		padding: 10px 8px;
		color: #fff;
		letter-spacing: -0.1px;
		padding: 10px 0.7%;
	}

	.topNav ul li:first-of-type a {
		padding-left: 0px;
	}

	.topNav .col-sm-8 {
		padding-left: 13px;
	}

	.topNav .col-sm-4 {
		padding-right: 10px;
		text-align: right;
	}

	.topNav .col-sm-4 ul {
		width: 100%;
	}

	.topNav .col-sm-4 ul li {
		width: 100%;
		float: left;
	}

	.topNav .col-sm-4 ul li .input-group {
		width: 178px;
		height: 28px;
		float: right;
		border-radius: 0;
		margin: 7px 0 0 7px;
	}

	.topNav .col-sm-4 ul li .input-group .form-control {
		font-size: 12px;
		border: none;
		border-radius: 0;
		padding: 0 10px ;
		height: 28px;
	}

	.topNav .col-sm-4 ul li .input-group .input-group-addon {
		border-radius: 0;
		border: none;
		background-color: #fff;
		height: 28px;
		padding: 0;
	}

	.topNav .col-sm-4 ul li .input-group .input-group-addon button {
		background-color: #fff;
		border: none;
		color: #007eba;
		font-size: 16px;
	}

	.topNav .col-sm-4 ul li a {
		padding: 10px 14px;
	}

	.topNav .col-sm-4 ul li:last-of-type a {
		padding-right: 5px;
	}
	
	.topNav .user-icon:before {
		content: "\f007";
		font-family: 'FontAwesome';
		display: inline-block;
		font-weight: normal;
		font-style: normal;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	
	/*HEADER NAV*/

	header nav {
		margin: 40px 0 23px 0;
	}

	header .mainNav {
		list-style: none;
		padding: 0;
		display: table;
		text-align: center;
	}

	header .mainNav li {
		display: table-cell;
		vertical-align: middle;
		padding: 0 14px;
		border-left: 1px solid #00427a;
	}

	header .mainNav li a {
		font-weight: 400;
		display: inline-block;
		padding: 0;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: -0.25px;
		color: #007eb5;
		position: relative;
	}

	header .mainNav li a:hover,
	header .mainNav li a:focus,
	header .mainNav li a:active {
		text-decoration: none;
		color: #00427a;
	}

	header .mainNav li .currentbranch0 a {
		padding: 0;
		letter-spacing: 0;
		text-decoration: none;
		color: #00427a;
		border-bottom: 1px solid #00427a;
	}

	header .mainNav li:last-of-type {
		padding-right: 0;
	}

	header .mainNav li:last-of-type>a {
		letter-spacing: 0;
	}

	header .mainNav li.navhome {
		border: 0;
	}

	header .mainNav li.navhome a {
		text-indent: -5000em;
		width: 30px;
		text-decoration: none;
		border: 0;
	}
	header .mainNav li.navsearch a {
		padding-right: 40px;
	}

	header .mainNav li.navhome a:before,
	header .mainNav li.navsearch a:before {
		font-family: 'FontAwesome';
		display: block;
		text-indent: 0;
		position: absolute;
		font-size: 24px;
		text-decoration: none;
		border: 0;
	}

	header .mainNav li.navhome a:before {
		content:"\f015";
		top: 0;
		left: 0;
	}

	header .mainNav li.navsearch a:before {
		content:"\f002";
		top: 8px;
		right: 10px;
	}

	/*BANNER*/
	.banner .text {
		width:100%;
		max-width: 1170px;
		right: 0;
		left: 0;
		margin: auto;
	}
	.banner .pageTitle {
		font-size: 36px;
		line-height: 44px;
		float: left;
		padding: 20px;
		margin: 0 auto;
		text-align: center;
		background: rgb(10,72,115);
		filter:Alpha(opacity=80);
		background: rgba(10,72,115,0.8);
		width: auto;
		font-weight: 300;
		min-width: 50%;
	}
  
	.banner.narrow .pageTitle {
		font-size: 34px;
	}

	.banner.arrow .image:before {
		height: 50px;
	}

	.banner.home img {
		min-height: 400px;
	}
	.banner.home.arrow {
		margin-bottom: -30px;
	}
	.banner.home.arrow + section{
		margin-top:10px;
	}
	
	/*SOCIAL LINKS*/

	.socialLinks a {
		font-size: 30px;
		line-height: 36px;
		padding: 30px 10px;
	}

	/*STANDARD PAGE CONTENT BOCKS, SIDEBARS AND PAGE NAVIGATION*/

	.contentWrap > .container-fluid > .row {
		display: flex;
		align-items: stretch;
	}

	/*description lists*/
	.sidebar dt {
		width: 50%;
		float: left;
		clear: left;
	}

	.sidebar dd {
		width: 50%;
		float: left;
	}

	/*COURSE SEARCH FORM*/

	.courseSearchHeader h2 {
		margin:10px 0 10px 0;
		color: #0a4873;
		font-weight: 300;
		font-size: 26px;
		text-align: center;
	}

	.courseSearch {
		margin-top: 20px;
		margin-left: 0;
		margin-right: 0;
	}

	.courseSearchForm .searchMain {
		padding: 25px 0 5px;
	}

	.courseSearchForm h3 {
		font-size: 28px;
		line-height: 30px;
	}

	.form-control {
		min-height: 28px;
	}

	.courseSearchForm .btn.search,
	.courseSearchForm .btn.az {
		height: 44px;
		padding-top: 10px;
		width: 20%;
		font-size: 18px;
		position: absolute;
		right: 15px;
		white-space: normal;
		z-index: 22;
	}

	.courseSearchForm .btn.search {
		bottom: 15px;
	}

	.courseSearchForm .btn.az {
		bottom: 75px;
	}

	.courseSearchForm .searchFilters {
		margin-top: 10px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.courseSearchForm .searchFilters .checkbox {
		text-align: center;
	}

	.courseSearchForm .checkbox label,
	.courseSearchForm .checkbox label:nth-child(3n+3),
	.courseSearchForm .checkbox label:nth-child(4n+4) {
		display: inline-block;
		width: auto;
		float: none;
		padding: 5px 15px 5px;
	}

	.courseSearchForm .col-md-12.checkbox label,
	.courseSearchForm .col-md-12.checkbox label:nth-child(3n+3),
	.courseSearchForm .col-md-12.checkbox label:nth-child(4n+4) {
		padding: 5px 45px 5px;
	}

	.courseSearchForm .btn-group {
		margin-bottom: 0;
	}

	.courseSearchForm .btn-group .btnLabel {
		width: 40%;
		float: left;
		position: relative;
		top: 7px;
		text-align: right;
		padding-right: 10px;
	}

	.courseSearchForm .btn-group .btn {
		width: 60%;
		float: left;
	}

	.courseSearchForm .dropdown-menu {
		left: 40%;
		min-width: 100%;
	}

	.courseSearchForm .dropdown-menu-right {
		left: auto;
		min-width: 100%;
	}

	.searchFilterResults {
		padding: 0;
	}

	.searchFilterResults span {
		display: inline-block;
		margin-right: 10px;
		
	}

	/*COURSE SEARCH RESULTS*/

	.searchResultsTable {
		display: table;
		width: 100%;
		border-top: 0;
	}

	.searchResultsTable thead {
		display: table-header-group;
		width: 100%;
	}

	.searchResultsTable tbody {
		display: table-row-group;
		width: 100%;
	}

	.searchResultsTable {
		display: table;
		width: 100%;
		border-top: 0;
	}

	.searchResultsTable tr {
		display: table-row;
	}

	.searchResultsTable .td,
	.searchResultsTable .th {
		display: table-cell;
		width: auto;
		float: none;
		margin: 0;
		padding: 10px 0;
		text-align: right;
		border-bottom: 1px solid #ddd;
		background: #fff;
	}

	.searchResultsTable .courseTitle {
		text-align: left;
	}

	.searchResultsTable .hidden-xs:before {
		content: "";
		display: none;
	}

	/* Consistant width styles */
	.searchResultsTable .courseTitle {
		width: 40%;
	}
	.searchResultsTable .award {
		width: 12%;
	}
	.searchResultsTable .type  {
		width: 12%;
	}
	.searchResultsTable .duration {
		width: 12%;
	}
	.searchResultsTable .attend {
		width: 12%;
	}
	.searchResultsTable .fullDetails {
		width: 12%;
	}


	/*CONTENT ITEMS*/

	.contentItems {
		margin-top: 20px;
	}

	.contentItems .row,
	.contentItem,
	.sidebar.grey {
		display: flex;
		align-items: stretch;
	}

	.contentItem .inner {
		margin-top: 20px;
		width: 100%;
		position: relative;
		min-height: 300px;
	}

	.contentItem .btnIcon {
		right: 15px;
	}

	.content ul.twoColList, .content div.twoColList ul.twoColListElement{
	}
	.content ul.twoColList li, .content div.twoColList ul.twoColListElement li{
		width:45%;
		width:calc(50% - 30px);
		float:left;
		margin:0 30px 0 0;
	}

	/*MODULES*/

	.gradStudModules {
		margin-top: 20px;
		margin-bottom:20px;
	}

	.gradStudModules .row,
	.gradStudModule {
		display: flex;
		align-items: stretch;
	}

	.gradStudModule .inner {
		margin-top: 20px;
		width: 100%;
		position: relative;
		min-height: 300px;
	}

	.gradStudModule .icon {
		right: 15px;
	}

	/*Side menu*/

	.btn.btn-sideMenu {
		background: #007EBA;
		color: #fff;
		text-transform: uppercase;
		padding: 25px 8px;
		float: right;
	}
	.btn.btn-sideMenu:hover {
		opacity: 0.8;
		filter:Alpha(opacity=80);
	}
	.row.sideMenu .content {
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
		min-height: 500px;
	}
	.row.sideMenu.open .content {
		-moz-transform: translateX(-400px);
		-webkit-transform: translateX(-400px);
		-o-transform: translateX(-400px);
		-ms-transform: translateX(-400px);
		transform: translateX(-400px);
	}
	.row.sideMenu .sidebar .inner {
		position: absolute;
		left: auto;
		right: 15px;
		top: 0;
		width: 400px;
		opacity: 0;
		max-width: 100%;
	}
	.row.sideMenu.open .sidebar .inner{
		position: absolute;
		left: auto;
		right: 15px;
		top: 0;
		opacity: 1;
		max-width: 400px;
	}

	/*PAGE MENU*/

	.sidebar.grey {
		background: transparent;
		border: 0;
		padding-top: 0;
		padding-bottom: 0;
	}

	.sidebar.grey .inner {
		background: #eee;
		padding: 20px 30px 50px;
		border-left: 1px solid #e7e7e7;
		border-right: 1px solid #e7e7e7;
		width: 100%;
	}

	.sidebar .collapse {
		display: block;
		height: auto !important;
	}

	.sidebar .panel-group h4 a {
		cursor: default;
		margin: 0;
		border: 0;
		padding: 20px 10px 20px 15px;
		text-transform: none;
		background-color: #fff;
		font-size: 18px;
		line-height: 26px;
		position: relative;
		color: #00427a;
		font-weight: 400;
		font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
	}

	.sidebar .panel-group h4 a:after {
		display: none;
	}

	.pageMenuList,
	.pageMenuList li {
		margin: 0;
		padding: 0;
		border: 0;
		list-style: none;
	}

	.pageMenuList a {
		background: #fff;
		color: #2993d0;
		display: block;
		margin-top: 1px;
		padding: 10px 10px;
		border-left: 5px solid #fff;
		text-decoration: none;
	}

	.pageMenuList a:hover {
		color: #0a4873;
		border-color: #2993d0;
		background: #fff;
	}

	.pageMenuList .sel a,
	.pageMenuList span[class^="currentbranch"] a {
		color: #0a4873;
		border-color: #2993d0;
		background: #fff;
		font-weight: 700;
	}


	/*PODS
	****************************************************/

	.pod {
		padding-bottom: 15%;
	}

	.pod.long {
		padding-bottom: 30%;
	}



	/*COLLEGES & SCHOOLS*/

	.collegesAndSchools .row,
	.collegesAndSchools .row > div {
		display: flex;
		align-items: stretch;
	}
	.explore_block {
		padding: 30px;
	}
	.explore_block span.keyvalue {
		font-size: 58px;
	}
	.map-block {
		height: 420px;
	}



}
/*end media query 992px*/




@media (min-width: 768px) and (max-width: 992px) {
	.professors_block article .wrapper .text {
		padding: 20px;
	}
	.professors_block article .wrapper .text p, .professors_block article .wrapper .text h4 {
		line-height: 1.6;
	}
	.eventsCalendar section {
		font-size: 14px;
	}
	section.documentBlock .contentContainer ul.buttonList li a{
		font-size: 1.5em;
	}

}
@media (max-width: 767px) {
	.study-block {
		padding: 15px;
	}
	.banner.landing img {
		min-width: auto;
	}
	.content_caption {
		position: relative;
		background: #eee;
	}
	.professors_block .article_footer ul li a {
		font-size: 20px;
		line-height: 20px;
		padding: 20px 0;
	}
}
/*end media query 767px*/




























@media (max-width: 480px) {
	.explore .col-xs-6 {
		width: 100%;
	}
	.content_caption .blue_box h1 {
		font-size: 24px;
	}
	.content_caption .blue_box > p {
		font-size: 14px;
	}	
	.courseSearchForm .btn {
		font-size: 12px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.cards_block h3 {
		height: 110px;
	}
	.professors_block .article_footer ul li a {
		font-size: 15px;
		line-height: 16px;
		padding: 18px 5px;
	}
	.professors_block article {
		padding: 20px 10px;
	}
	.professors_block article .wrapper {
		margin-right: 35px;
	}
	.professors_block article .wrapper .hero_tabs ul li {
		width: 44px;
	}
	.professors_block .article_footer ul li {
		display: table-cell;
		float: none;
		width: 1%;
		vertical-align: middle;
	}
	.professors_block article .wrapper .hero_tabs ul li a i {
		line-height: 50px;
		font-size: 2em;
	}
	.remodal_video_wraper {
		padding: 0px;
	}
}
/*end media query 767px*/


@media print {
	/* your stylesheet for printing, eg.: */
	.panel-group .panel-collapse.collapse{
		display: block !important;
		height: auto !important;
	}

}