/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html {
	font-size:62.5%;
}
body {
	font:400 1em ff-tisa-web-pro, serif;
	color:#444;
}
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
main a {
	color: #004489;
	text-decoration: underline;
}
a:hover,
.btn:hover {
	opacity: 0.6;
	transition-duration: 200ms;
	transition-timing-function: ease-in;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1, h2,
#cta .h2  {
	font-size: 4.1em;
	font-weight: 400;
}

.page-template-csct-partners #cta .h2 {
	line-height: 1;
}

#intro h2 {
	font-size: 3.2em;
}
.category h1,
.search h1 {
	padding-bottom: 40px;
}

p, ul,
.ui-accordion .ui-accordion-content h4 {
	font-size: 1.7em;
}

.ui-accordion .ui-accordion-content p,
.ui-accordion .ui-accordion-content ul,
.single-post .post p,
.single-post .post ul {
	font: 300 1.7em "museo-sans",sans-serif;
	line-height: 1.7;
}

.nav a:hover,
.nav li.current_page_item a,
#intro h1,
#intro h2,
#testimonials h2,
#disciplines h2,
#app h2,
.ui-accordion .ui-accordion-content th,
#intro li:before,
.blue {
	color: #3b8fa2; /* Blue */
}

.ui-accordion .ui-accordion-content h4,
.quote .green p,
.green { 
	color: #809634; /* Green */
}

p, ul,
.ui-accordion .ui-accordion-content p,
#tabs.posts-section li.ui-state-active a,
#disciplines #tabs a:hover,
#disciplines #tabs li.ui-state-active a {
	color: #1e2023; /* Grey */
}

p, ul,
.ui-accordion .ui-accordion-content p {
	color: #000; /* black */
}

#intro p {
	color: #50565e;
}

.ui-accordion .ui-accordion-content th {
	background: #fff;
	border: none;
	font-weight: normal;
	font-size: 1.7em;
	padding: 20px;
}
.ui-accordion .ui-accordion-content td {
	border: none;
	font: 300 1.7em "museo-sans",sans-serif;
	padding: 20px;
}
.ui-accordion .ui-accordion-content td.partners a {
	color: #000 !important;
	padding-top: 0 !important;
	text-decoration: none !important;
}
.ui-accordion .ui-accordion-content td.partners a:hover {
	text-decoration: underline !important;
}
.ui-accordion .ui-accordion-content td p {
	font-size: 1em;
}
.ui-accordion .ui-accordion-content .even td {
	background: #e6e4e0;
}
.ui-accordion .ui-accordion-content tr:nth-child(even) {
	background: #e6e4e0;
}
.ui-accordion .ui-accordion-content tr:nth-child(odd) {
	background: #f9f9f9;
}
.ui-accordion .ui-accordion-content tfoot th {
	background: #3a8fa1;
	color: #fff;
}
.btn {
	clear: both;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 2.2em;
	padding: 10px 60px;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
}
p .btn {
	font-size: 1em;
}
.ui-accordion .ui-accordion-content p .btn {
	font:400 1em ff-tisa-web-pro, serif;
	text-decoration: none !important;
}

.blue-bg 		{ background: #3b93a6; }
.green-bg		{ background: #809634; }
.dark-grey-bg	{ background: #50565e; }
.light-grey-bg	{ background: #e6e4e0; }

.main ul {
	margin-left: 10px;
	padding: 0;
}

.top {
	font-size: 1.4em;
	padding: 60px 0;
	text-decoration: underline;
}

table#tablepress-1,
table#tablepress-3,
table#tablepress-4,
table#tablepress-5 {
	width: 100% !important;
}

/*------------------------------------*\
    COOKIE CONSENT
\*------------------------------------*/
.pea_cook_wrapper.pea_cook_bottomleft p,
.pea_cook_more_info_popover_inner p {
	color: #fff !important;
}

/*------------------------------------*\
    CLASSES
\*------------------------------------*/
.clearboth				{ clear: both; }
.floatleft				{ float: left; }
.floatright				{ float: right; }
.text-transform-none	{ text-transform: none; }
.center					{ text-align: center; }
.padding-top-40			{ padding-top: 40px; }
.padding-btm-40			{ padding-bottom: 40px; }

.top-50 {	
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.top-left-50 {	
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.left-50 {	
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

/*------------------------------------*\
    FORMS
\*------------------------------------*/
.frm_forms form {
	font: 300 1.7em "museo-sans",sans-serif;
	width: 50%;
}
.frm_forms fieldset {
	border: 0;
	margin: 20px 0 0 0;
	padding: 0;
}
.frm_forms label,
.frm_forms input,
.frm_forms textarea {
	width: 100%;
}
.frm_forms input,
.frm_forms textarea {
	border: 1px solid #c5bcb3;
	margin: 5px 0 20px;
	padding: 10px;
}
.frm_forms button.btn {
	border: 0;
	font:400 1.294em ff-tisa-web-pro, serif;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.wrapper {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	width: 100%;	
}

.wrap,
.wrap-sml,
.nav ul {
	margin: 0 auto;
	max-width: 100%;
	position: relative;	
	width: 70%;
}
.header .wrap	{ margin: 20px auto; }
.wrap-sml		{ width: 50%; }

.one-third {
	float: left;
	margin-bottom: 30px;
	width: 32%;
}
.one-third:nth-child(3n+2) {
	margin: 0 2% 30px;
}

.one-quarter {
	float: left;
	margin: 0 2% 30px;
	width: 22%;
}
.one-quarter:nth-of-type(4n+4) {
	margin-right: 0;
}
.one-quarter:nth-of-type(1),
.one-quarter:nth-of-type(4n+5) {
	clear: both;
	margin-left: 0;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.header {
	position: relative;
}
.header .top-50 {
	right: 0;
}

/*------------------------------------*\
   NAVIGATION
\*------------------------------------*/
.nav {
	border-bottom: 2px solid #bfcad5;
	height: 60px; 
}
.nav ul	{
	font-size: 1.6em;
	padding: 0;
}
.nav li	{
	display: block;
	float: left;
	line-height: 60px;
	height: 60px; 
	padding: 0 0 0 6%;
	position: relative; 
}
.nav li:nth-child(2) {
	padding-left: 0;
}
.nav li a	{
	display: block;
	height: 60px;
	line-height: 60px;
}
.nav .current-menu-item a,
.nav .current_page_item a {
	color: #1d1d1b;
	opacity: 1;
}

.nav ul ul { 	
	display: none; 
	font-size: 1em;
	position: absolute;
	top: 60px; 
	z-index: 999;
}
.nav ul ul li { 
	background: #fff;
	float: none; 
	height: auto;
	line-height: 1.5;
	padding: 0;
	width: 300px; 
}
.nav ul ul li a { 	
	color: #1d1d1b;
	height: auto;
	line-height: 1.5;
	padding: 10px;
}
.nav ul li:hover > ul {
	display: block;
}
.nav ul ul li ul {
	left: 200px; 
	top: 0; 
}
.nav .search-trigger img {
	padding-bottom: 20px;
}
.nav li.search-trigger.mobile-search {
	display: none;
	float: left;
}
.search-form {
	display: none; 
	position: absolute;
	right: 15%;
	z-index: 700000;
}
.search-form input {
	border: 0;
	font-size: 1.6em;
	height: 40px;
	opacity: 0.6;
	padding: 0 10px;
	width: 300px;
	-webkit-appearance: none;
}
.search-form .search-submit {
	display: none;
}

.search-box {	
	position: relative;
	right: 15%;
	float: right;
	padding-top: 16px;
}
.search-box input {
	outline: none;
}
.search-box input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
.search-box input::-webkit-search-decoration,
.search-box input::-webkit-search-cancel-button {
	display: none; 
}
.search-box input[type=search] {
	background: url(https://csct.ac.uk/wp-content/themes/html5blank-stable/img/search-icon.png) no-repeat 5px 5px;
	border: solid 1px #809634;
	font-size: 1.2em;
	padding: 4px 10px;
	width: 30px;
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.search-box input[type=search]:focus {
	width: 130px;
}
.search-box input[type=search] {
	width: 0;
	padding-left: 18px;
	color: transparent;
	cursor: pointer;
}
.search-box input[type=search]:focus {
	width: 130px;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
.search-box input:-moz-placeholder,
.search-box input::-webkit-input-placeholder {
	color: transparent;
}

/*------------------------------------*\
    PAGES - COMMON ELEMENTS
\*------------------------------------*/
#banner img {
	height: auto;
	width: 100%;
}

.people #banner img,
.page-template-csct-blog #banner img {
	position: relative;
	z-index: 0;
}

#intro {
	clear: both;
	padding: 40px 0;	
	text-align: center;
}
.study-with-us #intro {
	padding-bottom: 0;
}
#intro ul {
	list-style-image: url('img/blue-bullet.gif');
	padding: 0;
}
#intro a,
.accordion div a {
	color: #3b8fa2 !important;
	text-decoration: underline !important;;
}
.home #intro a.btn {
	text-decoration: none !important;
}
#intro a.btn,
.accordion div a.btn {
	color: #fff !important; 
}
#intro a.btn {
	margin: 60px 0 0 0;
}

.quote .wrap {
	border-left: 10px solid #809634;
	margin-bottom: 60px;
	margin-left: 15%;
	padding-left: 20px;
	width: 55%;
}
.study-with-us .quote .wrap {
	border: none;
	padding-left: 0;
	text-align: center;
	width: 70%;
}
.quote .green {
	display: block;
	margin-bottom: 20px;
}
.quote .green p {
	font-size: 3.2em;
	font-style: italic;
	line-height: 1.2;
}
.study-with-us .quote .green p {
	font-style: normal;
}
.quote .name {
	display: block;
	font-size: 2.2em;
}
.study-with-us .quote .name {
	font-size: 1.8em;
}

.single-casestudy .quote {
	margin: 60px 0 0;
}
.single-casestudy .quote .wrap {
	margin: 0;
	width: 70%;
}
.single-casestudy .quote .green {
	font-size: 3.2em;
	font-style: italic;
	line-height: 1.2;
}
.quote p .name {
	font-size: 1em;
}
/*------------------------------------*\
    PAGES - HOME
\*------------------------------------*/
#home-links .one-third {
	color: #fff;
	font-size: 3.4em;
	margin: 0;
	position: relative;
	white-space: nowrap;
	width: 33.33%;
}
#home-links .one-third img {
	height: auto;
	width: 100%;
}
#home-links .one-third span img {
	height: auto;
	left: 50%;
	margin-top: -20px;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
}

@media only screen and (max-width: 1100px) {
	.search-form input {
		background: white;
		color: #809634;
		width: 218px;
	}
}


/*	TABS 
----------------------------------------------------------- */
#tabs.posts-section { 
	margin: 0; 
	padding: 40px 0 0 0; 
}
#tabs.people-section,
#tabs.blog-section {
	margin: -64px 0 0 0;
	position: relative; 
	z-index: 999;
}
#tabs.posts-section ul,
#tabs.people-section ul,
#tabs.blog-section ul { 
	font-size: 3.4em;
	margin: 0 auto; 
}
#tabs.blog-section #event-tabs ul {
	font-size: 1.7em;
	margin-bottom: 60px;
	text-align: center;
}
#tabs.posts-section li,
#tabs.people-section li,
#tabs.blog-section li { 
	display: inline-block; 
}
#tabs.posts-section li {
	margin-bottom: 0;
}
#tabs.people-section li,
#tabs.blog-section li { 
	margin-bottom: 0;
}
#tabs.posts-section li a,
#tabs.people-section li a,
#tabs.blog-section li a { 
	color: #e6e4e0;	
	display: block; 
	padding: 10px 0; 
	text-align: center;
	text-decoration: none;
}
#tabs.blog-section #event-tabs li a {
	display: inline;
	margin: 0 5px;
}
#tabs.people-section li a,
#tabs.blog-section li a { 
	color: #373c46;
	text-align: center;
}
#tabs.people-section li.ui-state-default,
#tabs.blog-section li.ui-state-default {
	background: #fff;
}
#tabs.blog-section #event-tabs li.ui-state-default {
	background: none;
}
#tabs.posts-section li.ui-state-active,
#tabs.people-section li.ui-state-active,
#tabs.blog-section li.ui-state-active { 
	background: #e6e4e0; 	
	position: relative; 
}
#tabs.blog-section #event-tabs li.ui-state-active a { 
	color: #3b93a6;
}
#tabs.posts-section .ui-tabs-panel,
#tabs.blog-section .ui-tabs-panel {  
	overflow: hidden;
	padding: 40px 0; 
	text-align: center;
}
#tabs.posts-section .one-third,
#news.global .one-third,
#case-studies .one-third,
#tabs.blog-section .one-third {
	background: #fff;
	text-align: left;
}
#tabs.posts-section .one-third img,
#news.global .one-third img,
.one-third img {
	height: 200px; 
	object-fit: cover;
	width: 100%;
}
#tabs.posts-section .one-third a,
#tabs.posts-section .one-third span,
#tabs.blog-section .one-third a,
#tabs.blog-section .one-third span,
#news.global .one-third a,
#news.global .one-third span,
#case-studies .one-third a,
#case-studies .one-third span {
	display: block;
}
#tabs.posts-section .ui-tabs-panel .space {
	float: none;
	padding: 1px;
	width: 100%;
}
#tabs.posts-section .ui-tabs-panel a.btn,
#news.global a.btn {
	display: inline-block;
}
#tabs.posts-section .ui-tabs-panel a.height,
#tabs.blog-section .ui-tabs-panel a.height,
#news.global a.height,
#case-studies .one-third a.height {
	min-height: 270px;
	padding: 20px;
	text-decoration: none;
}
#tabs.blog-section .ui-tabs-panel #events-past a.height {
	height: 300px;
}
#case-studies .one-third a.height {
	min-height: 170px;
}
#tabs.posts-section .ui-tabs-panel .h2,
#tabs.blog-section .ui-tabs-panel .h2,
#news.global .h2 {
	font: 300 1.7em "museo-sans",sans-serif;
	margin-bottom: 20px;
	text-transform: uppercase;
}
#tabs.posts-section .ui-tabs-panel .h3,
#tabs.blog-section .ui-tabs-panel .h3,
#news.global .h3,
#case-studies .one-third .h3 {
	color: #012b56;
	font-size: 2.2em;
}

#events-all {
	width: 100%;
}

/*	TESTIMONIALS
----------------------------------------------------------- */
#testimonials {
	padding: 40px 0;
	text-align: center;
}
#testimonials h2 {
	margin-bottom: 20px;
}
#testimonials-tabs ul { 
	font-size: 1.7em;
	margin: 0 auto; 
}
#testimonials-tabs .one-quarter {
	float: left;
	margin-bottom: 60px;
}
#testimonials-tabs .one-quarter a { 
	color: #1d1d1b;	
	display: block; 
	text-decoration: none;
}
#tabs li a:hover,
#testimonials-tabs li a:hover {
	opacity: 1;
}
#testimonials-tabs li img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%);
}
#testimonials-tabs li.ui-state-active img,
#testimonials-tabs li:hover img {
	filter: none;
	-webkit-filter: grayscale(0%);
}
#testimonials-tabs .ui-tabs-panel {
	color: #012b56;	
	overflow: hidden;
}
#testimonials-tabs li img {
	height: auto; 
	margin: 30px 0 20px;
	width: 100%;
}

/*------------------------------------*\
    PAGES - ABOUT
\*------------------------------------*/
#about {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: 40px;
}

.about-box {
	background: #373c46;
	margin-bottom: 2%;
	width: 49%;
}

.about-box img {
	height: auto;
	width: 100%;
}

.box-wrap {
	padding: 20px;
}

.about-box h3 {
	color: #a5c0c5;
	font-size: 3.2em;
	font-weight: 300;
}

.about-box p,
.about-box ul {
	font-size: 1.4em;
}

.about-box p,
.about-box ul,
.about-box a {
	color: #fff;
}

.about-box ul {
	list-style: none;
	margin-left: 0;
}

.about-box li:before {
	content: '> ';
	padding-bottom: 2px;
}

@media only screen and (max-width : 650px) {
	.about-box {
		margin-bottom: 4%;
		width: 100%;
	}
}


/*------------------------------------*\
    PAGES - RESEARCH
\*------------------------------------*/
#disciplines {
	background: #e6e5e1;
	padding: 40px 0;
	text-align: center;
}
#disciplines #tabs {
	margin-top: 30px;
}
#disciplines #tabs ul {
	font-size: 3.2em;
}
#disciplines #tabs a { 
	background-position: center -398px;
	background-repeat: no-repeat;
	color: #a7aaae;	
	display: block; 
	padding-top: 120px;
	text-decoration: none;
}
#disciplines #tabs a.student-profile { 
	color: #000;
	padding-top: 0;
	text-decoration: none !important;
}
#disciplines #tabs .ui-tabs-panel a { 
	text-decoration: underline;
}
#disciplines #tabs .ui-tabs-panel .icon-cs a {
	text-decoration: none !important;
}
#disciplines #tabs a:hover,
#disciplines #tabs li.ui-state-active a {
	-moz-transition: none;
    -webkit-transition: none;
    transition: none;
	background-position: center 0;
}

.major-grants div.container {
	clear: both;
	margin-bottom: 30px;
}
.major-grants img {
	height: auto;
	margin: 0 0 0 2%;
	width: 30%;
}
.major-grants .text {
	margin-left: 32%;
}
.major-grants h4 {
	color: #3b90a3 !important;
	font-weight: normal;
}
#disciplines #tabs .major-grants a {
	display: inline;
	padding: 0;
}

.icon-cs {
	position: relative;
	text-align: left;
}
.icon-cs img {
	object-fit: cover;
	height: 500px;
	width: 100%;
}
#disciplines #tabs .icon-cs a {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	border-left: 10px solid #809634;
	left: 5%;
	padding: 30px 6% 30px 4%;
	position: absolute;    
	top: 70%;
	-webkit-transform: translateY(-70%);
	-moz-transform: translateY(-70%);
	-ms-transform: translateY(-70%);
	-o-transform: translateY(-70%);
	transform: translateY(-70%);
	width: 40%;
    z-index: 1;
}
.icon-cs a:hover { opacity: 1;}
.icon-cs .h2 {
	display: block;
	font: 700 1.4em "museo-sans",sans-serif;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.icon-cs .h3 {
	display: block;
	font-size: 3.2em;
	line-height: 1.4;
	margin-bottom: 20px;
}
.icon-cs .p {
	color: #1d1d1b;
	display: block;
	font-size: 1.7em;
}

#news.global {
	background: #e6e5e1;
	overflow: hidden;
	padding: 40px 0;
	text-align: center;
}
#news.global h2 {
	margin-bottom: 40px;
}

/* New Research Page */
.no-accordion {
	background: #fff;
	overflow: hidden;
}
.no-accordion h3 {
	margin: 20px 2%;
}
.one-sixth {
	float: left;
	margin: 0 2% 30px;
	width: 12.6%;
}
.one-sixth img {
	height: auto;
	width: 100%;
}


/*------------------------------------*\
    PAGES - PEOPLE
\*------------------------------------*/
.post-type-archive-people h3#ui-id-9,
.post-type-archive-people h3#ui-id-11,
.post-type-archive-people h3#ui-id-13,
.post-type-archive-people h3#ui-id-15,
.post-type-archive-people h3#ui-id-17 {
	display: none;
}

#tabs.people-section .light-grey-bg.floatleft,
#tabs.blog-section .light-grey-bg.floatleft {
	padding: 60px 0;
	width: 100%;
}
#tabs.people-section a.one-quarter,
#tabs.people-section span,
.single-casestudy a.one-quarter,
.single-casestudy span {
	display: block;
}
#tabs.people-section a.one-quarter,
.single-casestudy a.one-quarter {
	background: #e6e5e1;
	text-decoration: none !important;
}
#tabs.people-section a.one-quarter img,
.single-casestudy a.one-quarter img {
	height: auto;
	width: 100%;
}
#tabs.people-section a.one-quarter .height,
.single-casestudy a.one-quarter .height {
	color: #1d1d1b;
	font: 300 1.7em "museo-sans",sans-serif;
	min-height: 140px;
	padding: 15px;
}
#tabs.people-section a.one-quarter .height .blue {
	font: 400 1.2941em ff-tisa-web-pro, serif;
	line-height: 1.2;
	margin-bottom: 10px;
}
/*------------------------------------*\
    PAGES - PEOPLE (SINGLE)
\*------------------------------------*/
#single-people-tabs {
	margin: -64px 0 0 0;
	position: relative; 
	z-index: 999;
}
#single-people-tabs ul { 
	font-size: 3.4em;
	margin: 0 auto;
}
#single-people-tabs li { 
	background: #fff;
	display: inline-block; 
	margin-bottom: 0;
}
#single-people-tabs li:hover { 
	background: #e6e4e0; 	
}
#single-people-tabs a { 
	color: #373c46;
	display: block; 
	padding: 4px 40px 4px; 
	text-align: center;
	text-decoration: none;
}
#single-people-tabs a:hover {
	opacity: 1;
}

#people-info {
	clear: both; 
	padding: 60px 0;
	width: 100%;
}
#people-info .wrap {
	background: #fff;
	color: #50565e;
	overflow: hidden;
	padding: 20px; 
}
#people-info img {
	float: left;
	margin: 0 20px 20px 0;
}
#people-info h1,
#people-info .floatleft h2 {
	font-size: 3.2em;
	line-height: 1;
}
#people-info .floatleft p,
#people-info .floatleft ul {
	margin: 0;
}
#people-info h1,
#people-info .floatleft p:nth-of-type(1) {
	margin-bottom: 20px;
}
#people-info .floatleft ul {
	padding-left: 20px;
}
#people-info .back {	
	float: right;
	font-size: 1.4em;
	margin: 0;
}
#people-info .back a {
	color: #3b8fa2;
	text-decoration: underline;
}

/*------------------------------------*\
    STUDY WITH US / COURSES
\*------------------------------------*/
#apply {
	padding: 20px 0 40px;
	text-align: center;
}
#app {
	padding: 40px 0;
	text-align: center;
}
#app .accordion {
	margin-top: 40px;
}
.box,
.phd_box {
	margin-bottom: 60px;
}
.box div,
.phd_box div {
	background: #e6e5e1;
	margin-bottom: 5px;
	padding: 10px 10px 10px 20px;
	position: relative;
}
.box div p {
	margin: 0;
	width: 70%;
}
.box div a {
	background: #3b93a6;
	color: #fff;
	font-size: 1.2em;
	padding: 8px 16px;
	position: absolute;
	right: 10px;
	text-decoration: none;
	text-transform: uppercase;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.box div a:hover {
	background: #a7a7a7;
}
.box div a.closed {
	background: #ccc;
	cursor: none !important;
}
.box div a.closed:hover {
	background: #ccc;
	opacity: 1;
}
.box div a.details {
	background: none;
	color: #3b93a6;
	padding: 0;
	right: 100px;
	text-decoration: underline;
	text-transform: none;
}
p.deadline {
	color: #3b93a6;
	padding-top: 20px;
	text-align: center;
}
p.footnote {
	font-size: 1.4em !important;
}

/*------------------------------------*\
   CASE STUDY SINGLE
\*------------------------------------*/
.single-casestudy #banner img {
	object-fit: cover;
	max-height: 450px;
	width: 100%;
}
.single-casestudy a.one-quarter .height .blue {
	font: 400 1.2941em ff-tisa-web-pro, serif; 
	padding-bottom:40px;
}

/*------------------------------------*\
   BLOG POST 
\*------------------------------------*/


/* Masonry container */
/*#tabs.blog-section #news-feed,
#tabs.blog-section #blog-feed,
#tabs.blog-section #events-all,
#tabs.blog-section #events-current,
#tabs.blog-section #events-past {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;	
	-moz-column-gap: 2em;
	-webkit-column-gap: 2em;
	column-gap: 2em;
}

/* Masonry bricks or child elements */
/*.one-third-article {
	-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
			break-inside: avoid;
	background: #fff;	
	display: block;
	margin: 0 0 2em;
	overflow: hidden;
	text-align: left;
}

.one-third-article img {
	height: 200px; 
	object-fit: cover;
	width: 100%;
}

.one-third-article a,
.one-third-article span {
	display: block;
	text-decoration: none;
}
.one-third-article .h2 {
	font: 300 1.7em "museo-sans",sans-serif;
	margin: 20px;
	text-transform: uppercase;
}
.one-third-article .h3 {
	color: #012b56;
	font-size: 2.2em;
	margin: 0 20px 20px;
}

@media only screen and (max-width : 1024px) {
	#tabs.blog-section #news-feed,
	#tabs.blog-section #blog-feed,
	#tabs.blog-section #events-feed { 
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}
}

@media only screen and (max-device-width : 1024px) and (orientation : portrait) {
	#tabs.blog-section #news-feed,
	#tabs.blog-section #blog-feed,
	#tabs.blog-section #events-feed { 
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
}

@media only screen and (max-width : 768px) {
	#tabs.blog-section #news-feed,
	#tabs.blog-section #blog-feed,
	#tabs.blog-section #events-feed { 
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
}

@media only screen and (max-width : 480px) {
	#tabs.blog-section #news-feed,
	#tabs.blog-section #blog-feed,
	#tabs.blog-section #events-feed {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
}*/

.ff-posts h6,
.ff-twitter.ff-no-image h6.ff-label-wrapper span.ff-label-text,
.ff-twitter.ff-image h6.ff-item-bar {
	display: none !important;
}
.ff-twitter.ff-no-image h6.ff-item-bar {
	visibility: hidden;
}
.ff-twitter.ff-no-image h6.ff-label-wrapper {
	left: 50%;
	margin: 12% 0 0 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.ff-twitter h6.ff-label-wrapper .ff-icon {
	border: none;
}
.ff-twitter.ff-no-image h6.ff-label-wrapper .ff-icon .ff-icon-inner {
	background: url(img/twitter-bird.png) no-repeat;
	height: 20px;
	width: 26px;
}
.ff-twitter.ff-image h6.ff-label-wrapper .ff-icon .ff-icon-inner {
	background: #00b9ee;
}
.ff-twitter.ff-no-image .ff-item-cont .ff-content {
	margin-top: 25% !important;
	text-align: center;
}
.ff-twitter .ff-item-cont .ff-content {
	font: 100 1.5em ff-tisa-web-pro, serif;
	text-align: center;
}
#ff-stream-1 .ff-twitter .picture-item__inner,
#ff-stream-4 .ff-twitter .picture-item__inner {
	background: #00b9ee !important;
	color: #fff;
}
#ff-stream-1 .ff-twitter .picture-item__inner a,
#ff-stream-4 .ff-twitter .picture-item__inner a {
	color: #fff;
	text-decoration: underline;
}

.ff-posts .ff-content {
	display: none;
}
.ff-posts.ff-item h4 {
	font-size: 2.2em !important;
	font-weight: normal;
}
.ff-posts.ff-item h4 a {
	color: #012b56 !important;
}

.ff-instagram h6.ff-item-bar,
.ff-instagram h6.ff-label-wrapper .ff-icon .ff-icon-inner {
	background: #d9215d;
}
#ff-stream-1 .ff-instagram .ff-nickname,
#ff-stream-1 .ff-instagram .ff-timestamp,
#ff-stream-1 .ff-instagram .ff-item-bar,
#ff-stream-1 .ff-instagram .ff-item-bar a,
#ff-stream-4 .ff-instagram .ff-nickname,
#ff-stream-4 .ff-instagram .ff-timestamp,
#ff-stream-4 .ff-instagram .ff-item-bar,
#ff-stream-4 .ff-instagram .ff-item-bar a {
	color: #fff !important;
}
.ff-instagram.ff-item .ff-content {
	color: #012b56 !important;
	font: 300 1.5em "museo-sans",sans-serif;
}

.ff-loadmore-wrapper .btn {
	margin-top: 40px;
	text-transform: none;
}
.home .ff-loadmore-wrapper .ff-btn {
	display: none !important;
}
.ff-posts .ff-item-cont img.ff-initial-image {
	height: auto !important;
	min-height: 200px !important;
	object-fit: cover !important;
	width: 100% !important;
}

/*------------------------------------*\
   BLOG POST SINGLE
\*------------------------------------*/
.single-post .post-wrap {
	padding-bottom: 100px;
}
.single-post .post-wrap img {
	object-fit: cover;
	max-height: 450px;
	width: 100%;
}

.single-post .post {
	background: #fff;	
	overflow: hidden;
	padding: 30px 10%;
}

.single-post .post a.back {
	display: block;
	font-size: 1.6em;
	margin-bottom: 40px;
	text-decoration: none;
}

.single-post .post h1 {
	line-height: 1.2;
}

.single-post .post .meta-info {
	border-bottom: 1px solid #adb6bd;
	border-top: 1px solid #adb6bd;
	font: 300 1.7em "museo-sans",sans-serif;
	margin: 20px 0;
	padding: 10px 0;
}
.single-post .post .meta-info a {
	text-decoration: none;
}
.single-post .post .meta-info span.author,
.single-post .post .meta-info span.date {
	margin-right: 10px;
}
.single-post .post .meta-info span.author:after,
.single-post .post .meta-info span.date:after {
	content: "|";
	padding-left: 10px;
}

.single-post .social-media {
	background: #adb6bd;
	color: #fff;
	margin: 30px 0;
	padding: 20px 20px 20px 15px;
	position: relative;
}
.single-post .social-media h2 {
	display: inline;
	line-height: 1;
	margin-top: -5px;
}
.single-post .social-media .sfsi_widget {
	height: 65px;
	left: 65%;
	position: relative;
	text-align: right;
	width: 33%;
}

.single-post .related h2 {
	margin-bottom: 30px;
	text-align: center;
}
.single-post .related .h3 {
	font-size: 2.2em;
}
.single-post .related a {
	text-decoration: none;
}

.single-post .comments h2 {
	font-size: 2.6em;
}
.single-post .comments ul {
	list-style: none;
}
.single-post .comments ul p {
	font-size: 1em;
}
.single-post ul.children {
	font-size: 1em;
}
.single-post .comments h3#reply-title {
	color: #50565e;
	font-size: 2.2em;
}
.single-post .comments .comment-notes,
.single-post .comments label {
	display: none;
}
.single-post .comments form,
.single-post .comments textarea {
	width: 100%;
}
.single-post .comments input {
	float: left;
	margin-top: 20px;
	padding: 10px;
	width: 32%;
}
.single-post .comments input#email {
	margin: 20px 2% 0 2%;
}
.single-post .comments input#submit {
	background: #809634;
	border: 0;
	color: #fff;
	font: 400 1.294em ff-tisa-web-pro, serif;
	margin-bottom: 60px;
	width: 100%;
}

/*------------------------------------*\
   PAGES - CONTACT
\*------------------------------------*/
#map-container {
	height: 400px;
	width: 100%;
}
#map {
	height: 100%;
	width: 100%;
}

/*------------------------------------*\
    PAGES - SEARCH RESULTS
\*------------------------------------*/
.search .light-grey-bg {
	padding: 40px 0;
	text-align: center;
}

.search .results {
	background: #fff;
	margin: 20px 0;
	overflow: hidden;
	padding: 20px;
	text-align: left;
}

.search .results img {
	float: left;
	height: auto; 
	margin-right: 5%;
	width: 20%;
}

.search .results .text {
	margin-left: 25%;
}

.search a.view-article {
	display: none;
}

.search a.blue {
	font-size: 2.2em;
}

/*------------------------------------*\
    PAGES - PARTNERSHIPS
\*------------------------------------*/
.page-template-csct-partners #app .accordion .one-third img,
.page-template-csct-partners #app .accordion .one-quarter img {
	height: auto; 
	width: 100%;
}

/*------------------------------------*\
    PAGES - PROJECTS
\*------------------------------------*/
#tabs.projects-section {
	padding-bottom: 30px;
	text-align: center;
}
#tabs.projects-section ul {
	font-size: 1.8em;
	margin-bottom: 30px;
}
#tabs.projects-section li {
	display: inline;
	margin: 0 20px;
}
#tabs.projects-section li a {
	color: #50565e;
	text-decoration: none;
}
#tabs.projects-section li.ui-tabs-active a {
	color: #3b8fa2;
}

#tabs.projects-section .box,
#tabs.projects-section .phd_box {
	margin-bottom: 20px;
	text-align: left;
}
#tabs.projects-section .box p,
#tabs.projects-section .phd_box p {
	font-size: 1.4em;
	width: 85%;
}
#tabs.projects-section.publications .box p {
	width: 75%;
}
#tabs.projects-section .box div a {
	padding: 8px 25px;
	right: 20px;	
}
#tabs.projects-section .phd_box p {
	margin: 0;
	width: 98%;
}
#tabs.projects-section .phd_box p.inline {
	display: inline;
	float: left;
	width: auto;
}



/*------------------------------------*\
    CALLS TO ACTION
\*------------------------------------*/
#cta {
	position: relative;
}
#cta,
#cta a,
#cta.brochure p,
#cta.partner p,
#cta.get-involved p {
	color: #fff;
}

#cta a {
	text-decoration: none;
}

#cta.brochure {	
	background: #e6e5e1;	
	margin-bottom: -60px;
	padding: 100px 0;
}
#cta.brochure .outer {
	background: #373c46;
	padding: 30px 0;
}
#cta.brochure .top-50 { 
	right: 15%;
}
#cta.brochure p {
	font-weight: 400;
	margin: 10px 0 20px;
	width: 43%;
}

#cta.get-involved {
	background: #01add9;
	overflow: hidden;
	padding: 20px 0 0 0;
}
#cta.get-involved .wrap {
	background-position: right bottom;
	background-repeat: no-repeat;
	overflow: hidden;
}
#cta.get-involved a {
	display: block; 
	line-height: 1.4;
	margin: 10px 0 20px;
}

#cta.partner {
	background: url(img/partners-cta.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
	padding: 80px 0;
}
#cta.partner p {
	font-weight: 400;
	margin: 10px 0 0 0;
	width: 40%;
}
#cta.partner a.btn {
	right: 0;
}
#cta.partner a.btn.cs {
	right: 290px;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
	clear: both;
}
#connect {
	background: url(img/connect-bg.png) no-repeat;
	background-size: cover;
	color: #fff;
	min-height: 200px;
	overflow: hidden;
	padding: 30px 0 60px;
	position: relative;	
}
#connect p {
	color: #fff;
	margin: 0;
	width: 35%;
}
#connect #connect-form { 
	right: 0;
	width: 40%;
}
#connect  #connect-form a.btn {
	background: #002a56;
	margin-top: 30px;
}

#contact {
	overflow: hidden;
	padding: 40px 0;
}
#contact .floatleft {
	width: 50%;
}
#contact h2 {
	color: #202329;
}
#contact p {
	font: 300 1.7em "museo-sans",sans-serif;
	line-height: 1.8;
}
#contact a {
	color: #004489;
	text-decoration: underline;
}

#join {
	background: #e6e5e1; 
	padding: 20px 0;
	text-align: center;
}
#join h2 { 
	display: inline-block; 
	line-height: 1;
	margin-right: 20px;
	padding-bottom: 5px;
}
#join img {
	margin-left: 10px;
}

#foot {
	background: #373c46;
	color: #fff;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
}
#foot .uob {
	float: left;
	margin-right: 20px;
}
#foot .uob img {
	margin-bottom: 7px;
}
#foot span {
	font: 300 1.7em "museo-sans",sans-serif;
}
#foot ul { 
	float: right; 
	font-size: 1.4em;
	margin: 0;
	right: 0;
}
#foot li {
	display: inline;
	margin-left: 20px;
}
#foot a {
	color: #fff;
}

#site {
	color: #373c46;
	font: 300 1.7em "museo-sans",sans-serif;
	padding: 20px 0;
	text-align: right;
}
#site a {
	color: #373c46;
	text-decoration: underline;
}

/*  Sticky social media icons */
.awesome-social {
	margin-top: 0;
}
.fb-awesome-social {
	background: #3a5897;
}
.tw-awesome-social {
	background: #54aced;
}
.linkedin-awesome-social {
	background: #0177b5;
}
.instagram-awesome-social {
	background: #3f729a;
}

/*------------------------------------*\
    FLEXSLIDER
\*------------------------------------*/
@font-face {
	font-family: 'flexslider-icon';
	src: url('fonts/flexslider-icon.eot');
	src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
	outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
	margin: 0;
	padding: 0;
}
.main ul.slides {
	margin-left: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides > li:first-child {
	display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
	margin: 0 0 -17px 0;
	border: 0;
	position: relative;
	zoom: 1;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides img {
	height: auto;
	-moz-user-select: none;
}
.flex-viewport {
	/*max-height: 690px;*/
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.carousel li {
	/*margin-right: 5px;*/
}
.flex-direction-nav {
	*height: 0;
}
.flex-direction-nav a {
	background: url(img/flex-btn.png);
	color: transparent;
	cursor: pointer;
	display: block;
	height: 52px;
	margin: -20px 0 0;
	opacity: 1;
	overflow: hidden;
	position: absolute;
	text-decoration: none;
	top: 50%;
	width: 28px;
	z-index: 10;
}
.flex-direction-nav .flex-prev {
	left: 50px;
}
.flex-direction-nav .flex-next {
	background-position: -126px 0;
	right: 50px;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}
.flex-control-nav {
	width: 100%;
	position: relative;
	bottom: 60px;
	text-align: center;
	z-index: 20;
}
.flex-control-nav li {
	margin: 0 4px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	border: 1px solid #fff;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(255, 255, 255, 0.7);
}
.flex-control-paging li a.flex-active {
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	cursor: default;
}
.flexslider .slides li {
    position: relative;
}

.flexslider .flex-caption {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	border-left: 10px solid #809634;
	left: 30%;
	padding: 30px 7% 30px 3%;
	position: absolute; 
	text-decoration: none;	
	top: 45%;
	-webkit-transform: translate(-45%, -30%);
	-moz-transform: translate(-45%, -30%);
	-ms-transform: translate(-45%, -30%);
	-o-transform: translate(-45%, -30%);
	transform: translate(-45%, -30%);
	width: 40%;
    z-index: 1;
}
.flexslider .flex-caption#home-banner {
	background: none;
	border: none;
	color: #fff;
	/*font-size: 0.7em;*/
	line-height: 1.2;
	left: 50%;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50%;
}
.flexslider .flex-caption#home-banner h1 {
	font-size: 3em;
}
.flexslider .flex-caption#home-banner a {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 1.2em;
	margin: 50px 0 20px;
	padding: 10px 40px;
	text-decoration: none;
	text-transform: uppercase;
}
.flexslider .flex-caption#home-banner a:hover {
	background: #fff;
	color: #000;
	opacity: 1;
}
.flexslider .flex-caption:hover { opacity: 1;}
.flexslider .flex-caption .h2 {
	display: block;
	font: 300 0.8095em "museo-sans",sans-serif;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.flexslider .flex-caption .h3 {
	display: block;
	font-size: 1.8636em;
	line-height: 1.4;
	margin-bottom: 20px;
}
.flexslider .flex-caption .p {
	color: #1d1d1b;
	display: block;
	font-size: 1em;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
}

/* ====================================================================================================================
 * FANCYBOX
 * ====================================================================================================================*/
body.compensate-for-scrollbar {
  overflow: hidden;
  -ms-overflow-style: none; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  padding: 44px 0 0 0; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-slide--html .fancybox-content {
  margin: 0 0 6px 0; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: calc(100% - 44px);
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background: transparent;
  height: 100px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  background: rgba(30, 30, 30, 0.6);
  height: 100%;
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0 0 0; }
  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

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

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

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

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

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .accordion .ui-button.ui-state-disabled:hover,
html .accordion .ui-button.ui-state-disabled:active,
.no-accordion h3 {
	background: #fff;	
	color: #454545;
	font-size: 3.2em;
	font-weight: normal;
	text-align: left;
}

.accordion .ui-state-hover,
.accordion .ui-widget-content .ui-state-hover,
.accordion .ui-widget-header .ui-state-hover,
.accordion .ui-state-focus,
.accordion .ui-widget-content .ui-state-focus,
.accordion .ui-widget-header .ui-state-focus,
.accordion .ui-button:hover,
.accordion .ui-button:focus {
	background: #fff;
	color: #373c46;
	font-weight: normal;
}

.accordion.ui-state-active,
.accordion.ui-widget-content .ui-state-active,
.accordion.ui-widget-header .ui-state-active,
.accordion a.ui-button:active,
.accordion .ui-button:active,
.accordion .ui-button.ui-state-active:hover {
	background: #fff;
	color: #373c46;
	font-weight: normal;
}

/* Icons
----------------------------------*/
.ui-icon {
	float: right;
	width: 17px;
	height: 17px;
}

.ui-icon-plus { background: url("img/plus.png"); }
.ui-icon-minus { background: url("img/minus.png"); }

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width : 1820px) {	
	.nav li	{
		padding-left: 5.5%;
	}
	.single-post .social-media .sfsi_widget {
		left: 55%;
	}
	/*#home-banner #links {
		width: 40%;
	}*/
}

@media only screen and (max-width : 1720px) {
	/*#home-banner #links {
		width: 43%;
	}*/
	.nav li	{
		padding-left: 5%;
	}	
}

@media only screen and (max-width : 1680px) {
	#disciplines #tabs ul,
	.icon-cs .h3,
	.accordion .ui-state-default,
	.accordion .ui-widget-content .ui-state-default,
	.accordion .ui-widget-header .ui-state-default,
	.accordion .ui-button,
	html .accordion .ui-button.ui-state-disabled:hover,
	html .accordion .ui-button.ui-state-disabled:active,
	.quote .green p	{
		font-size: 2.6em;
	}
	.ui-icon {
		margin-top: 10px;
	}	
	/*#home-banner #links {
		width: 45%;
	}*/
	#cta.partner a.btn.cs {
		right: 230px;
	}
	#cta.partner a.btn {
		font-size: 1.8em;
		padding: 10px 40px;
	}
	.nav li	{
		padding-left: 4%;
	}	
}

@media only screen and (max-width : 1540px) {	
	.nav ul	{
		font-size: 1.4em;
	}
	#tabs.posts-section .ui-tabs-panel .h2,
	#tabs.blog-section .ui-tabs-panel .h2,
	#news.global .h2 {
		font-size: 1.5em;
	}
	#tabs.posts-section .ui-tabs-panel .h3,
	#tabs.blog-section .ui-tabs-panel .h3,
	#news.global .h3 {
		font-size: 1.6em;
	}	
	#testimonials-tabs ul { 
		font-size: 1.4em;
	}
	#single-people-tabs {
		margin: -58px 0 0 0;
	}
	#single-people-tabs ul { 
		font-size: 3em; 
	}
	.flexslider .flex-caption#home-banner {
		/*font-size: 0.6em;*/
		width: 60%;
	}
	.flexslider .flex-caption#home-banner h1 {
		font-size: 2.6em;
	}
}

@media only screen and (max-width : 1440px) {		
	.wrap,
	.header .wrap,
	.nav ul,
	.study-with-us .quote .wrap,
	.quote .wrap {
		width: 80%;
	}
	.quote .wrap {
		margin-left: 10%;
	}
	#home-links .one-third {
		font-size: 3em;
		text-align: center;
	}
	#home-links .one-third span {
		height: auto;
		width: 100%;
	}
	#tabs.posts-section ul,
	#tabs.people-section ul,
	#tabs.blog-section ul { 
		font-size: 3em; 
	}	
	.flexslider .flex-caption {
		width: 50%;
	}
	#disciplines #tabs ul,
	.icon-cs .h3,
	.accordion .ui-state-default,
	.accordion .ui-widget-content .ui-state-default,
	.accordion .ui-widget-header .ui-state-default,
	.accordion .ui-button,
	html .accordion .ui-button.ui-state-disabled:hover,
	html .accordion .ui-button.ui-state-disabled:active,
	.no-accordion h3 {
		font-size: 1.8em;
	}
	.ui-icon {
		margin-top: 5px;
	}
	.icon-cs .p,
	.ui-accordion .ui-accordion-content p,
	.ui-accordion .ui-accordion-content ul,
	.single-post .post p,
	.ui-accordion .ui-accordion-content td	{
		font-size: 1.5em;
	}
}

@media only screen and (max-width : 1380px) {	
	/*#home-banner #links {
		width: 50%;
	}*/
	.flexslider .flex-caption#home-banner {
		/*font-size: 0.5em;*/
		width: 70%;
	}
	.flexslider .flex-caption#home-banner h1 {
		font-size: 2em;
	}
}

@media only screen and (max-width : 1280px) {	
	.nav li	{
		padding-left: 2.5%;
	}	
	#tabs.posts-section ul,
	#tabs.people-section ul,
	#tabs.blog-section ul,
	#single-people-tabs ul { 
		font-size: 2em; 
	}
	#single-people-tabs {
		margin: -41px 0 0 0;
	}
	#single-people-tabs a{
		padding: 4px 0; 
	}
	.flexslider .flex-caption { 
		left: 27%;
		padding: 10px 7% 10px 3%;
		top: 30%;
		-webkit-transform: translate(-30%, -27%);
		-moz-transform: translate(-30%, -27%);
		-ms-transform: translate(-30%, -27%);
		-o-transform: translate(-30%, -27%);
		transform: translate(-30%, -27%);
		width: 60%;
	}	
	.flexslider .flex-caption .h2 {
		font-size: 0.7em;	
	}
	.flexslider .flex-caption .h3 {
		font-size: 1.6em;
	}
	.flexslider .flex-caption .p {
		font-size: 0.8em;
	}
	#disciplines #tabs .icon-cs a {
		width: 50%;
	}
	#tabs.people-section a.one-quarter .height .blue {
		font-size: 1.1em;
	}
	.ff-posts.ff-item h4 {
		font-size: 2em !important;
	}
	.single-post .related .h3 {
		font-size: 1.8em;
	}	
	#cta.partner a.btn.cs {
		right: 160px;
	}
	#cta.partner a.btn {
		font-size: 1.4em;
		padding: 10px 20px;
	}
}

@media only screen and (max-width : 1100px) {
	.header {
		padding: 10px 0;
	}
	.wrap { 
		width: 90%;
	}
	.shiftnav-open-target ul.shiftnav-menu li.search-trigger.mobile-search {
		display: block;
	}
	.shiftnav ul.shiftnav-menu li.search-trigger.desktop-search {
		display: none !important;
	}
	.search-form {
		top: 5px;
		left: 50px;
		right: 0;
	}
	.search-form .wrap {
		width: 100%;
	}
	.search-form input {
		background: transparent;
		color: #809634;
		width: 218px;
	}
	#home-links .one-third {
		font-size: 2em;
	}
	.flexslider .flex-caption {
		padding: 30px 3%;
	}
	.flexslider .flex-caption .h2 {
		font-size: 0.6em;	
	}
	.flexslider .flex-caption .h3 {
		font-size: 1.2em;
		line-height: 1.2;
	}
	.flexslider .flex-caption .p {
		font-size: 0.7em;
	}
	.flexslider .flex-caption#home-banner h1 {
		font-size: 1.8em;
	}
	p, ul,
	.ui-accordion .ui-accordion-content h4,
	.quote .name {
		font-size: 1.8em;
	}
	#cta.brochure .top-50 { 
		right: 0;
	}
}

@media only screen and (max-width : 1024px) {
	.wrap,
	#testimonials .wrap-sml,
	.study-with-us .quote .wrap,
	.quote .wrap {
		width: 90%;
	}
	.quote .wrap {
		margin-left: 5%;
	}	
	#tabs.people-section a.one-quarter .height,
	.single-casestudy a.one-quarter .height {
		font-size: 1.3em;
	}
	.ff-posts.ff-item h4 {
		font-size: 1.8em !important;
	}
	.single-post .social-media .sfsi_widget {
		left: 45%;
	}
	.single-post .related .h3 {
		font-size: 1.6em;
	}
	#home-links .one-third span img {
		margin-top: -30px;
	}
	/*.flexslider .flex-caption#home-banner {
		font-size: 0.4em;	
		width: 80%;
	}*/
}

@media only screen and (max-width : 900px) {
	#cta.brochure .top-50 { 
		display: none;
	}
	#cta.brochure p {
		width: 100%;
	}
	#cta.brochure {		
		margin-bottom: 0;
		padding: 0;
	}
	#cta.get-involved .wrap {
		background-image: none !important;
	}
	.single-post .post-wrap img {
		max-height: 350px;
	}
	.single-post .social-media {
		text-align: center;
	}
	.single-post .social-media h2 {
		position: relative;
		top: 0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.single-post .social-media .sfsi_widget {
		left: 20%;
		margin-top: 20px;
	}
	.single-post .related .h3 {
		font-size: 1.4em;
	}
	#cta.partner {
		padding: 0px 0;
	}
	#cta.partner p {
		margin: 0 0 5px;
		width: 100%;
	}
	#cta.partner a.btn.top-50 {
		position: relative;
		margin: 150px auto 20px;
		top: 0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	#cta.partner a.btn.cs {
		right: 0;
	}
	.flexslider .flex-caption#home-banner h1 {
		font-size: 1.6em;
	}
}

@media only screen and (max-width : 800px) {
	h1, h2,
	#cta .h2  {
		font-size: 3.6em;
	}
	#tabs.posts-section .ui-tabs-panel .h3,
	#tabs.blog-section .ui-tabs-panel .h3,
	#news.global .h3,
	#case-studies .one-third .h3{
		font-size: 1.4em;
	}
	.flexslider .flex-caption .h3 {
		font-size: 0.8em;
	}
	.flexslider .flex-caption .p {
		font-size: 0.5em;
	}
	#disciplines #tabs .icon-cs a {
		width: 60%;
	}
	.quote .green p {
		font-size: 2em;
	}
	#tabs.people-section a.one-quarter {
		margin: 0 0 30px 0;
		width: 48%;
	}
	#tabs.people-section a.one-quarter:nth-of-type(2n+2) { 
		margin: 0 0 30px 4%;
	}
	#tabs.people-section a.one-quarter:nth-of-type(2n+3) {
		clear: both;
	}
	.no-accordion .one-sixth {
		width: 21%;
	}
	#single-people-tabs .wrap {
		width: 100%;
	}
	#people-info h1,
	#people-info .floatleft h2 {
		font-size: 2.4em;
	}
	#people-info .floatleft {
		margin-bottom: 20px;
	}
	.ff-posts.ff-item h4 {
		font-size: 1.6em !important;
	}
	.single-post .post-wrap img {
		max-height: 250px;
	}
	.single-post .social-media .sfsi_widget {
		left: 17%;
	}
	#home-links .one-third span img {
		margin-top: -10px;
		width: 15%
	}
	.flexslider .flex-caption#home-banner {
		width: 80%;
	}
	.flexslider .flex-caption#home-banner h1 {
		font-size: 1.4em;		
	}
	.flexslider .flex-caption#home-banner a {
		font-size: 1em;
		margin: 20px 0 20px;
		padding: 5px 35px;	
	}
}

@media only screen and (max-width : 670px) {
	.header img {
		height: auto;
		width: 30%;
	}
	.header img.logo {
		width: 40%;
	}
	#home-links .one-third {
		font-size: 1.6em;
	}
	#tabs.posts-section ul,
	#tabs.people-section ul,
	#tabs.blog-section ul,
	#single-people-tabs ul { 
		font-size: 1.4em; 
	}
	.flexslider .flex-caption .h2 {
		margin-bottom: 5px;
	}
	.flexslider .flex-caption .h3 {
		font-size: 0.6em;
		margin-bottom: 5px;
	}
	.flexslider .flex-caption .p {
		font-size: 0.5em;
		line-height: 1.2;
	}
	.flexslider .flex-caption#home-banner {
		width: 90%;
	}
	#connect {
		background-size: cover;
	}
	#connect p,
	#connect #connect-form { 
		width: 100%;
	}
	#connect-form.top-50 {
		top: 0;
		position: relative;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	#foot ul {	
		margin-top: 20px;
		position: relative;
		top: 0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	#contact .floatleft,
	#connect p,
	#connect form,
	#foot ul {
		width: 100%;
	}
	#foot ul {
		float: left;
		padding: 0;
	}
	#foot li {
		margin-left: 0;
		margin-right: 20px;
	}
	#join h2 {
		text-align: center;
		width: 100%;
	}
	#disciplines #tabs ul {
		font-size: 1.6em;
	}	
	.icon-cs .p {
		font-size: 1.4em;
	}
	#single-people-tabs {
		margin: -32px 0 0 0;
	}
	.frm_forms form {
		width: 75%;
	}
	.single-post .social-media .sfsi_widget {
		left: 10%;
	}
}

@media only screen and (max-width : 650px) {
	h1, h2,
	#cta .h2  {
		font-size: 3em;
		line-height: 1.2;
	}
	.header img {
		height: auto;
		width: 40%;
	}
	.header img.logo {
		width: 50%;
	}
	.header .wrap {
		width: 70%;
	}
	a#slide-1-layer-6,
	a#slide-1-layer-5 {
		border: 1px solid #fff !important;
	}
	#home-links .one-third {
		font-size: 2.6em;
		height: 200px;
		width: 100%;
	}
	#home-links .one-third img {
		height: 200px;
	}
	#tabs.posts-section { 
		padding: 0; 
	}
	#tabs.posts-section li.one-quarter {
		margin: 0;
		width: 100%;
	}
	#tabs.posts-section .one-third,
	#tabs.blog-section .one-third,
	#news.global .one-third,
	#case-studies .one-third {
		width: 100%;
	}
	#tabs.posts-section .one-third:nth-child(3n+2),
	#tabs.blog-section .one-third:nth-child(3n+2),
	#news.global .one-third:nth-child(3n+2) {
		margin: 0 0 30px 0;
	}
	#tabs.posts-section .ui-tabs-panel a.height,
	#tabs.blog-section .ui-tabs-panel a.height,
	#news.global a.height,
	#case-studies .one-third a.height {
		min-height: auto;
	}
	.flex-control-nav {
		display: none;
	}
	#testimonials .wrap-sml {
		width: 100%;
	}
	#testimonials-tabs ul { 
		font-size: 1.2em;
	}
	#disciplines #tabs ul {
		font-size: 1.4em;
	}	
	#disciplines #tabs li.one-quarter {
		margin: 0 0 20px 0;
		width: 50%;
	}
	#disciplines #tabs .icon-cs a {
		width: 70%;
	}
	.major-grants img {
		margin: 0;
		width: 100%;
	}
	.major-grants h4,
	.major-grants p {
		margin-left: 0;
	}
	.frm_forms form {
		width: 100%;
	}
	.single-post .social-media .sfsi_widget {
		left: -4%;
	}
	.related .one-third {
		width: 100%;
		margin: 0 0 20px;
	}
	#join h2 {
		margin-bottom: 10px;
	}
	#banner img {
		height: 200px;
		object-fit: cover;
		width: 100%;
	}
}

@media only screen and (max-width : 600px) {	
	.flexslider .flex-caption#home-banner h1 {
		font-size: 1.1em;		
	}
	.flexslider .flex-caption#home-banner a {
		font-size: 0.8em;
		margin: 10px 0 20px;
		padding: 5px 35px;	
	}
	.flexslider .flex-caption {
		left: 40%;
		padding: 10px 3%;
		position: absolute; 
		text-decoration: none;	
		top: 35%;
		-webkit-transform: translate(-35%, -40%);
		-moz-transform: translate(-35%, -40%);
		-ms-transform: translate(-35%, -40%);
		-o-transform: translate(-35%, -40%);
		transform: translate(-35%, -40%);
		width: 60%;
	}
}

@media only screen and (max-width : 480px) {	
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	th { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		color: #3b8fa2;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	td:nth-of-type(1):before { content: "Name"; }
	td:nth-of-type(2):before { content: "Title"; }
	td:nth-of-type(3):before { content: "Supervisors"; }
	td:nth-of-type(4):before { content: "Partners"; }
}