@import url(core-responsive.css);
@import url(buttons.css);
@import url(widgets.css);

/* BORDER-BOX SIZING (IMPORTANT)*/
#content-wrapper *, .mceContentBody * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#content-wrapper input {
	-webkit-box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
	box-sizing: content-box!important;
}

.mceContentBody .col-4 .side-nav-wrapper:before, .mceContentBody .col-3 .side-nav-wrapper:before {
	content:'Do not edit this navigation area.';
	display:block;
	height:500px;
	padding:20px;
	border-radius:3px;
	text-align:center;
	font-size:16px;
	font-weight:600;
	background:#ededed;
	border:1px solid #cdcdcd;
}

/* TEMPORARY SITEBUILDER FIXES */

.targetBlank {display:none!important }

#econ-footer .footer-top {
	height:60px!important;
	padding: 0!important;
}
#econ-footer .footer-top h4 { margin-top:0!important; margin-bottom:0!important; }

#secondary-navigation { display:none!important; }

#content-wrapper {
	margin:0!important;
	padding:0 10px 30px 10px!important;
	font-family: "Lato",sans-serif;
	font-size: 16px;
	color: #333;
}

#content-wrapper .container {
	border:none!important;
}

#page-title { margin:0 -10px 30px -10px!important; }
#page-title h1 {
	font-family: 'Lato', sans-serif;
	font-size: 27px!important;
	color: #FFF!important;
	text-align: center;
	font-weight: 400!important;
	margin: 0!important;
	padding: 25px;
	background: #58616F;
	border-bottom: none;
	display: block!important;
}

#content-wrapper a, button {
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	text-decoration:none;
	font-weight:600;
	color:#0054A6!important;
}

h2#strapline { display:none!important; }

.eventPopup { width: 600px !important; max-height: 600px !important;  overflow-y: scroll;}

/* GRID SYSTEM */

#main-content .container { border: none!important;	display: block; width: auto!important; }

.row { margin-right: -10px; margin-left: -10px; }

.col-1 { width:8.33333333%; }
.col-2 { width:16.66666667%; }
.col-3 { width:25%; }
.col-4 { width:33.33333333%; }
.col-5 { width:41.66666667%; }
.col-6 { width:50%; }
.col-7 { width:58.33333333%; }
.col-8 { width:66.66666667%; }
.col-9 { width:75%; }
.col-10 { width:83.33333333%; }
.col-11 { width:91.66666667%; }
.col-12 { width:100%; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float:left;
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-md-1 { width:8.33333333%; }
.col-md-2 { width:16.66666667%; }
.col-md-3 { width:25%; }
.col-md-4 { width:33.33333333%; }
.col-md-5 { width:41.66666667%; }
.col-md-6 { width:50%; }
.col-md-7 { width:58.33333333%; }
.col-md-8 { width:66.66666667%; }
.col-md-9 { width:75%; }
.col-md-10 { width:83.33333333%; }
.col-md-11 { width:91.66666667%; }
.col-md-12 { width:100%; }

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float:left;
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.box-shadow { padding:15px; margin-bottom: 20px; border: 1px solid #DEDEDE; box-shadow: 0 1px 1px #EFEFEF; -webkit-box-shadow: 0 1px 1px #EFEFEF; -moz-box-shadow: 0 1px 1px #EFEFEF; }
.well { min-height: 20px; padding: 15px; margin-bottom: 20px; background-color: #F5F5F5; border: 1px solid #E3E3E3; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.box-shadow > .box-shadow-image { margin: -16px -16px 0 -16px; }

body.in-news #content-wrapper #main-content #column-1 #column-1-content .col-8, body.in-events #content-wrapper #main-content #column-1 #column-1-content .col-8 { margin-top:-60px; }

/* TYPOGRAPHY */

h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family:'Lato', sans-serif;
	font-weight: 700!important;
	line-height: 1.4em;
	color: #0073B9!important;
	display:block!important;
}

h2, .h2, h3, .h3, h4, .h4 { margin-top: 20px!important; margin-bottom: 10px!important; }
h2:first-child, h3:first-child, h4:first-child { margin-top: 0!important; margin-bottom: 10px!important; }

h5, .h5, h6, .h6 { margin-top: 10px!important; margin-bottom: 10px!important; }

h2, .h2 { font-size: 28px!important; }
h3, .h3 { font-size: 24px!important; padding:0!important; background:none!important; }
h4, .h4 { font-size: 18px; font-weight:700!important; }
h5, .h5 { font-size: 16px; font-weight:700!important; }
h6, .h6 { font-size: 14px; font-weight:700!important; }

#content-wrapper p { margin:0 0 10px!important; line-height:1.5em!important; font-size:16px; font-family: "Lato",sans-serif; }

#content-wrapper p.lead {
	margin: 0 0 20px!important;
	font-family:'Lato', sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.4em!important;
}

mark, .mark { padding: .2em; background-color: #FCF8E3; color:#000; }
#content-wrapper small, #content-wrapper .small { font-size: 85%; }

.text-nowrap { white-space: nowrap; }
.text-justify { text-align: justify; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-lowercase { text-transform: lowercase; }
.text-uppercase { text-transform: uppercase; }
.text-capitalize { text-transform: capitalize; }

img.left { float:left; margin: 0 20px 10px 0; }
img.right { float:right; margin: 0 0 10px 20px; }
img.small { width:120px; }
img.medium { width:180px; }
img.large { width:250px; }
img.rounded { border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; }

.locked {
	display: inline-block;
	background-image: url(/fac/soc/economics/locked.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
}

hr {
	border-top:3px solid #ddd;
	clear: both;
	margin: 10px 0 15px!important;
	height: 0;
}
hr.dark { border-top:3px solid #7B8593; }
hr.blue { border-top: 3px solid #0054A6; }

/* ADDRESSES */

address { margin-bottom: 20px; font-style: normal; line-height: 1.8; }
address abbr { font-weight:bold; }

/* NAVIGATION */

#content-wrapper .side-nav { margin: 0 0 20px 0!important; padding:0!important; list-style:none!important; border:1px solid #dedede; box-shadow: 0 1px 1px #EFEFEF; }
.side-nav > li { margin:0!important; padding:0!important; }

#content-wrapper .side-nav > li.active > a { color:#434343!important; border-bottom:}

ul.side-nav > li > a {
	display: block;
	padding: 10px 30px 10px 15px;
	border-top: 1px solid #EFEFEF;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	background-color:#fafafa;
	background-image: url(/fac/soc/economics/css/images/nav-arrow.png);
	background-size:6px;
	background-position: 93% center;
	background-repeat:no-repeat;
	text-decoration:none!important;
	color:#428BCA!important;
}

ul.side-nav > li > a:hover { background-color:#fff; color:#333!important; background-position: 95% center; text-decoration:none!important; }
ul.side-nav li.notice a { display:inline!important; padding:0!important; margin:0!important; border:none!important; background:none!important; }
ul.side-nav li.notice a:hover { background:none!important; color:#434343!important; }
ul.side-nav > li:first-child > a { border-top:none; }
ul.side-nav > li > ul { margin:-10px 0 0!important; padding: 0 10%!important; list-style:none!important; background:#fff!important; }
ul.side-nav > li > ul > li { margin:0!important; }
#content-wrapper ul.side-nav > li > ul > li > a { display:block; font-family:'Lato', sans-serif; font-weight:normal; font-size:13px;  padding: 8px 0; background:none; border-bottom:1px solid #efefef; color:#0054A6!important; }
#content-wrapper ul.side-nav > li > ul > li > a:hover { border-bottom:1px solid #343434!important; text-decoration:none!important; color:#343434!important; }
#content-wrapper ul.side-nav > li > ul > li:last-child > a { border-bottom:none!important; }
#content-wrapper ul.side-nav > li > ul > li:last-child > a:hover { border-bottom:none!important; }
ul.side-nav > li > ul > li > a:hover { background:none; text-decoration:underline!important; color:#434343!important; }

ul.side-nav > li.active > a { background-color:#fff!important; background-image:none!important; }

ul.side-nav > li.external > a { background-image: url(/fac/soc/economics/css/images/external-arrow.png); background-size:12px; }
ul.side-nav > li.external > a:hover { background-position: 93% center; }

ul.side-nav li.notice { padding:10px 15px!important; }
ul.side-nav li.notice a { display:inline!important; padding:0!important; margin:0!important; }
ul.side-nav li.notice a:hover { background:none!important; }

.responsive-side-nav { margin: -10px 0 20px 0; padding: 0; border:2px solid #85939f; }
.responsive-side-nav .side-nav-title { display: block; padding: 15px; margin: 0; font-family: 'Lato', sans-serif; font-weight: 600; font-size: 18px; color: #4E5860; background-image:url(/fac/soc/economics/css/images/down-arrow-grey.png); background-repeat:no-repeat; background-position: 95% center; background-size:18px; }
.responsive-side-nav.open .side-nav-title { background-image:url(/fac/soc/economics/css/images/up-arrow-grey.png); }

#content-wrapper .responsive-side-nav .side-nav { border:none!important; border-top:2px solid #ededed!important; box-shadow:none!important; margin:0!important; }
#content-wrapper .responsive-side-nav .side-nav > li > a { padding: 15px 30px 15px 20px!important; }

.clearfix:before, .clearfix:after, .container:before, .container:after, .row:before, .row:after { display: table; content: " "; clear:both; }



/* TABLES */

.table { font-size:13px!important; margin-bottom:10px!important; }
#content-wrapper .table a { font-weight:normal!important; }
.table.table-border { border:1px solid #dedede!important; }
.table thead { font-size:14px!important; }
.table thead tr {}
.table thead > tr > th { border-bottom: 2px solid #ffa401!important; }
.table tfoot > tr > th { border-top: 2px solid #ffa401!important; }
.table .border-right { border-right: 2px solid #dddddd!important; }

/* TABS MODULES (Styling on top of jQuery UI) */

.tabs-wrapper.left { width:48%; float:left; }
.tabs-wrapper.right { width:48%; float:right; }

.tabs.borderless-tabs .ui-tabs-panel { background:#fff; padding:20px 4px!important; }

.tabs.borderless-tabs { padding:0!important; border:none!important; list-style:none!important; }
.tabs.borderless-tabs > ul.ui-tabs-nav { list-style:none!important; padding:0!important; background:none!important; border:4px solid #0054A6; border-bottom:none; background:#0054A6!important; }
.tabs.borderless-tabs > ul.ui-tabs-nav > li { top:0; margin:0!important; padding:0!important; }
#content-wrapper .tabs.borderless-tabs > ul.ui-tabs-nav > li > a { padding: 12px 30px 12px 15px!important; color:#ffffff!important; }
#content-wrapper .tabs.borderless-tabs > ul.ui-tabs-nav > li.ui-state-active > a, #content-wrapper .tabs-wrapper .tabs.borderless-tabs > ul.ui-tabs-nav > li.ui-state-active > a:hover { background:#fff!important; color:#0054A6!important; }
#content-wrapper .tabs.borderless-tabs > ul.ui-tabs-nav > li > a:hover { background:#146cc1!important; border-bottom:none!important; text-decoration:none!important; }

.sub-tabs-wrapper { margin: -20px -4px 0 -4px; }

.tabs.sub-tabs { padding:0!important; border:none!important; list-style:none!important; }
.tabs.sub-tabs > ul.ui-tabs-nav { list-style:none!important; padding:0!important; margin:0!important; background:none!important; border-bottom: 2px solid #f4f4f4; }
.tabs.sub-tabs > ul.ui-tabs-nav > li { top:0; margin:0!important; padding:0!important; }
#content-wrapper .tabs.sub-tabs > ul.ui-tabs-nav > li > a { padding: 12px 10px!important; color:#7c7c7c!important; font-weight:600!important; }
#content-wrapper .tabs.sub-tabs > ul.ui-tabs-nav > li.ui-state-active > a, #content-wrapper .tabs-wrapper .tabs.borderless-tabs > ul.ui-tabs-nav > li.ui-state-active > a:hover { color:#0054A6!important; }
#content-wrapper .tabs.sub-tabs > ul.ui-tabs-nav > li > a:hover {  border-bottom:none!important; color:#0054A6!important; text-decoration:none!important; }

/* DATATABLES */
.dataTables_length { float:left; margin:0 0 10px 0; }
.dataTables_filter { float:right; margin:0 0 10px 0; }
.dataTables_info { float:left; line-height:35px; }
.dataTables_paginate { float:right; }

.dataTables_paginate > span { float:left; display:block; border:1px solid #dedede; }
.dataTables_paginate > span a { outline:none; display:block; float:left; padding:6px 10px; border-right:1px solid #dedede; cursor:pointer; }
.dataTables_paginate > span a:hover {background:#f7f7f7; text-decoration:none!important; }
.dataTables_paginate > span a:last-child { border-right:none; }
#content-wrapper .dataTables_paginate > span a.current { color:#FFA401!important; }
.dataTables_paginate > span > span { padding:6px 0; display:block; float:left; border-left:1px solid #fff; margin: 0 0 0 -1px; }

.dataTables_paginate > .paginate_button { float:left; padding:6px 10px; cursor:pointer; border:1px solid #dedede; }
.dataTables_paginate > .paginate_button.previous { border-right:none; border-radius:3px 0 0 3px; }
.dataTables_paginate > .paginate_button.next { border-left:none; border-radius: 0 3px 3px 0; }

th.sorting, th.sorting_asc, th.sorting_desc { cursor:pointer; background-repeat: no-repeat; background-size:9px; background-position: 96% center; }
th.sorting { background-image:url(/fac/soc/economics/css/images/sorting.png); }
th.sorting_asc { background-image:url(/fac/soc/economics/css/images/asc.png); }
th.sorting_desc { background-image:url(/fac/soc/economics/css/images/desc.png); }

/* NEWS */

ul.manage-article { position:absolute; top:30px; right:30px; width:90px; list-style:none!important; margin:-20px -20px 0 -20px!important; padding:0!important; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; overflow:hidden; }
ul.manage-article li { padding:0!important; margin:0!important; float:left; width:50%; }
ul.manage-article li:last-child { border-left:1px solid #ededed; }
#content-wrapper ul.manage-article li a { display:block; color:#fff!important; font-weight:400!important; height:35px;!important; background-color:#fff; background-repeat:no-repeat; background-size:20px; background-position:center; text-indent:-9999px; }
#content-wrapper ul.manage-article li a:hover { background-color:#f4f4f4; }

#content-wrapper ul.manage-article li:first-child a { background-image:url(/fac/soc/economics/css/images/pencil.png); }
#content-wrapper ul.manage-article li:last-child a { background-image:url(/fac/soc/economics/css/images/bin.png); }

.article-image {
	height:260px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: right center;
	margin: 0 -10px 0 -10px;
	position:relative;
}

.article-date {
	font-style:normal;
	display:inline-block;
	clear:right;
	margin:10px 0 20px 0;
	padding: 0 0 5px 0;
	border-bottom:2px solid #f4f4f4;
	font-weight:600;
	color:#A6ABAF!important;
	font-family:'Lato', sans-serif;
}

body.in-events .article-date { display:none!important; }

/* PROFILE PICTURES */

.person-pic-sm {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 15px 0 0;
}

.person-pic-sm.left { float:left; margin: 0 15px 0 0; }
.person-pic-sm.right { float:right; margin: 0 0 0 15px; }

/* TABBABLE CONTENT */

.tabbable { margin: 10px 0 20px 0; }
.tabbable > .tab-content { border:1px solid #ddd; border-top:none; padding:20px; }
.tabbable > .tab-content > .tab-pane { display: none; }
.tabbable > .tab-content > .active { display: block; }

#content-wrapper .tabbable > ul { list-style:none!important; margin:0!important; padding:0!important; position:relative; border-bottom:1px solid #ddd; }
#content-wrapper .tabbable > ul > li { margin-bottom:-1px!important; float:left; }
#content-wrapper .tabbable > ul > li > a { display:block; padding: 0 20px; line-height: 45px; border: 1px solid rgba(0, 0, 0, 0); font-size: 16px; font-family:'Lato', sans-serif; outline:none;  }
#content-wrapper .tabbable > ul > li > a:hover { background:#efefef; text-decoration:none!important; }
#content-wrapper .tabbable > ul > li.active > a { color: #555; cursor: default; background-color: #FFF; border: 1px solid #DDD; border-bottom-color: rgba(0, 0, 0, 0); }

#content-wrapper .tabbable > ul:before, .tabbable > ul:after { display: table; line-height: 0; content: ""; clear:both; }

#content-wrapper .tabbable > ul > li.pull-right { float:right; }
#content-wrapper .tabbable > ul > li.hide { display:none; }

#content-wrapper .tabbable > ul > li > .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; list-style: none; background-color: #FFF; border: 1px solid #ddd; border: 1px solid rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; }

#content-wrapper .tabbable > ul > li.pull-right > .dropdown-menu { right: 0; left: auto; }
#content-wrapper .tabbable > ul > li.open > .dropdown-menu { display:block; }
#content-wrapper .tabbable > ul > li > ul { list-style:none!important; margin:0!important; padding:0!important; }
#content-wrapper .tabbable > ul > li > ul > li { margin-bottom:0!important; }
#content-wrapper .tabbable > ul > li > ul > li > a { display:block; padding: 0 8px; line-height:40px; font-size: 16px; font-family:'Lato', sans-serif; }

#content-wrapper .tabbable > ul > li > ul > li > a:hover { background:#efefef; text-decoration:none!important; }

#content-wrapper .tabbable > ul > li.dropdown > .dropdown-toggle > .caret { margin-top: 23px; margin-left: 4px; }
.caret { display: inline-block; width: 0; height: 0; vertical-align: top; border-top: 4px solid #000; border-right: 4px solid rgba(0, 0, 0, 0); border-left: 4px solid rgba(0, 0, 0, 0); content: ""; }

/* LISTS WITH FILE EXTENSION */

ul.link-list { list-style:none!important; margin:0!important; padding:0!important; }
ul.link-list li { margin:0!important; }
ul.link-list li a { display:block; border-bottom:1px solid #f4f4f4; padding: 10px; }
ul.link-list li a:hover { background:#f4f4f4; }
ul.link-list li a[href$=".pdf"]::before { content:'PDF'; display:inline-block; background:#e64441; color:#fff; font-size:10px; padding: 0 8px; border-radius:3px; margin: 0 10px 0 0; }
ul.link-list li a[href$=".docx"]::before { content:'DOCX'; display:inline-block; background:#295598; color:#fff; font-size:10px; padding: 0 8px; border-radius:3px; margin: 0 10px 0 0; }
ul.link-list li a[href$=".doc"]::before { content:'DOC'; display:inline-block; background:#3d69ad; color:#fff; font-size:10px; padding: 0 8px; border-radius:3px; margin: 0 10px 0 0; }

/* BLOCK OF PEOPLE */

ul.people-block { margin:20px 0 0 0!important; padding:0!important; list-style:none!important; }
ul.people-block li { float:left; width: 25%; text-align:center; padding:0 10px!important; margin: 0 0 20px 0!important; border-left:1px solid #ddd; }
ul.people-block li:nth-child(4n + 1) { border-left:none; clear:left; }

ul.people-block li a { display:block!important; position:relative; }
ul.people-block li a:hover:before {
	content: '';
	position: absolute;
	width: 120px;
	height: 120px;
	background: #00F;
	top: 0;
	left: 50%;
	margin-left: -60px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-image: url(/fac/soc/economics/css/images/external-icon.png);
	background-position: center center;
	background-size: 40px;
	background-repeat: no-repeat;
	background-color: rgba(95, 193, 38, 0.5);
}
ul.people-block li a .h4 { margin-top:10px!important; margin-bottom:0!important; }
#content-wrapper ul.people-block li a:hover { text-decoration:none!important; }