/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
/* HTML element (SMACSS base) rules */
/* Layout rules */
/* Component (SMACSS module) rules */
/* 
Centre Secondary Page styling.
*/
@font-face {
  font-family: "leftright";
  src: url("../css/webfonts/leftright.eot");
  src: url("../css/webfonts/leftright.eot?#iefix") format("embedded-opentype"), url("../css/webfonts/leftright.woff") format("woff"), url("../css/webfonts/leftright.ttf") format("truetype"), url("../css/webfonts/leftright.svg#leftright") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 10, ../sass/conferences.scss */
.flex-direction-nav a::before {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(100, 100, 100, 0.6);
  padding: 20px 30px 60px 20px;
  margin-right: 2.14286rem;
  line-height: 20px;
  content: "c";
  display: inline-block;
  font-family: "leftright";
  font-size: 40px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

/* line 23, ../sass/conferences.scss */
.flex-direction-nav a.flex-next::before {
  content: "d";
}

/* line 27, ../sass/conferences.scss */
.flex-direction-nav a {
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  display: block;
  height: 4.28571rem;
  width: 5.35714rem;
  margin: -20px 0 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  top: 45%;
  transition: all 0.3s ease-in-out 2s;
  z-index: 10;
}

/* line 52, ../sass/conferences.scss */
#page #main .block-views .block-content-wrapper .view-landing-page-banner .views-row-content-wrapper {
  position: relative;
}
/* line 54, ../sass/conferences.scss */
#page #main .block-views .block-content-wrapper .view-landing-page-banner .views-row-content-wrapper .views-field-nothing {
  width: 50%;
  display: block;
  float: right;
  position: static;
}
/* line 59, ../sass/conferences.scss */
#page #main .block-views .block-content-wrapper .view-landing-page-banner .views-row-content-wrapper .views-field-nothing .field-content {
  font-family: Arial, Helvetica, Sans Serif;
  line-height: normal;
  display: block;
  float: right;
  position: absolute;
  width: 40%;
  left: 10px;
  top: 10px;
  box-sizing: border-box;
}
/* line 69, ../sass/conferences.scss */
#page #main .block-views .block-content-wrapper .view-landing-page-banner .views-row-content-wrapper .views-field-nothing .field-content .banner-text-top {
  background-color: RGBA(75, 125, 150, 0.5);
  padding: 20px;
}
/* line 72, ../sass/conferences.scss */
#page #main .block-views .block-content-wrapper .view-landing-page-banner .views-row-content-wrapper .views-field-nothing .field-content .banner-text-top:hover {
  background: #4b7d96;
  background: rgba(75, 125, 150, 0.5);
}
/* line 76, ../sass/conferences.scss */
#page #main .block-views .block-content-wrapper .view-landing-page-banner .views-row-content-wrapper .views-field-nothing .field-content .banner-text-top h3 {
  color: #fff;
  font-size: 1em;
}
/* line 81, ../sass/conferences.scss */
#page #main .block-views .block-content-wrapper .view-landing-page-banner .views-row-content-wrapper .views-field-nothing .field-content .banner-text-bottom {
  background-color: RGBA(75, 125, 150, 0.5);
  padding: 10px;
}
/* line 84, ../sass/conferences.scss */
#page #main .block-views .block-content-wrapper .view-landing-page-banner .views-row-content-wrapper .views-field-nothing .field-content .banner-text-bottom:hover {
  background: #4b7d96;
  background: rgba(75, 125, 150, 0.5);
}

/* C O N F E R E N C E   M E N U   B A R */
/* line 104, ../sass/conferences.scss */
.conference-menu-bar {
  color: #FFFFFF;
  font-family: arial, sans-serif;
  margin-top: 10px;
}

/* line 110, ../sass/conferences.scss */
.conference-menu-bar li span.menu__link {
  padding: 0 30px 0 30px;
}

/* E N D   C O N F E R E N C E   M E N U   B A R */
/* line 119, ../sass/conferences.scss */
.page-node #main,
.node-type-page #main {
  background-color: #fff;
}

/* line 123, ../sass/conferences.scss */
.nice-menu-hide-title {
  display: none;
}

/* line 127, ../sass/conferences.scss */
#page-title {
  display: block;
}

/* line 131, ../sass/conferences.scss */
#page {
  background: #f3f3f3;
}

/* line 134, ../sass/conferences.scss */
#body-content {
  padding-top: 0;
  margin-top: 40px;
}

/* line 139, ../sass/conferences.scss */
.node-type-landing-page #body-content {
  margin-top: 0;
}

/* line 144, ../sass/conferences.scss */
#content .field-name-body {
  margin-top: 30px;
}

/* line 148, ../sass/conferences.scss */
#content .field-name-field-research-description,
#content .field-name-field-project-intro {
  font-weight: normal;
  margin: 10px 10px 20px 0;
  font-size: 1.4em;
  line-height: 1.4em;
}

/* line 155, ../sass/conferences.scss */
#content blockquote.image-field-caption {
  margin-left: 0;
}

/* Centre header area (purple) */
/* line 162, ../sass/conferences.scss */
#main-header {
  background-color: #4f2d7f;
}
/* line 164, ../sass/conferences.scss */
#main-header .main-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 35px 20px;
}
/* line 168, ../sass/conferences.scss */
#main-header .main-header-inner #site-name-centre {
  font-family: Sommet, Arial, Helvetica, Sans Serif;
}
/* line 170, ../sass/conferences.scss */
#main-header .main-header-inner #site-name-centre .header__site-link:link, #main-header .main-header-inner #site-name-centre .header__site-link:visited,
#main-header .main-header-inner #site-name-centre .header__site-link:hover, #main-header .main-header-inner #site-name-centre .header__site-link:focus {
  color: #fff;
  text-decoration: none;
}

/* Landing page extra template */
/* line 183, ../sass/conferences.scss */
.node-type-landing-page-extra #main-header {
  background-color: #FFFFFF;
}

/* line 190, ../sass/conferences.scss */
.node-type-landing-page-extra #main-header div.field-name-field-inner-banner {
  text-align: center;
  margin-bottom: -3px;
}
/* line 193, ../sass/conferences.scss */
.node-type-landing-page-extra #main-header div.field-name-field-inner-banner img {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

/* line 202, ../sass/conferences.scss */
.flexslider {
  position: relative;
  /*top: -40px; */
  border: none;
  margin-bottom: 0;
}

/* line 211, ../sass/conferences.scss */
.node-type-landing-page-extra #body-content {
  margin-top: 40px;
}

/*
.view-flex-extra-banner-block {
  position: relative;
  top: -44px;
  border: none;  
}

*/
/* line 223, ../sass/conferences.scss */
.field-name-body table {
  background-color: #F7F7F7;
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 1.1em;
  width: 100%;
}
/* line 229, ../sass/conferences.scss */
.field-name-body table tr {
  border-top: 1px #c7c7c7 solid;
  border-right: 1px #c7c7c7 solid;
}
/* line 232, ../sass/conferences.scss */
.field-name-body table tr th, .field-name-body table tr td {
  border-bottom: 1px #c7c7c7 solid;
  border-left: 1px #c7c7c7 solid;
  padding: 1em;
}
/* line 237, ../sass/conferences.scss */
.field-name-body table tr th {
  background-color: #ddd;
}
/* line 241, ../sass/conferences.scss */
.field-name-body table tr:nth-child(2n) {
  background-color: white;
}

/* line 251, ../sass/conferences.scss */
#block-menu-menu-header-menu {
  padding-top: 6px;
}

/* Centre Main Menu */
/* line 256, ../sass/conferences.scss */
#centre-menu {
  background-image: linear-gradient(#1e1e1e, #2e2e2e);
  height: 100%;
  padding: 0;
  position: relative;
  width: 100%;
}
/* line 262, ../sass/conferences.scss */
#centre-menu .region-centre-menu {
  margin: 0 auto;
  max-width: 1200px;
}

/* line 267, ../sass/conferences.scss */
.centre-main-menu {
  display: none;
  margin-bottom: 0;
}
/* line 270, ../sass/conferences.scss */
.centre-main-menu ul.level-0 {
  float: right;
}

/* line 274, ../sass/conferences.scss */
.centre-main-menu-icon {
  clear: right;
  float: right;
  margin-bottom: 0;
  padding-top: 5px;
}
/* line 279, ../sass/conferences.scss */
.centre-main-menu-icon p {
  margin: 0;
}
/* line 282, ../sass/conferences.scss */
.centre-main-menu-icon a#centre-main-menu-icon {
  background: url(../images/centre-menu-icon.png) no-repeat left center;
  color: black;
  padding-left: 30px;
  text-transform: uppercase;
}
/* line 287, ../sass/conferences.scss */
.centre-main-menu-icon a#centre-main-menu-icon:hover {
  text-decoration: none;
}

/* header breadcrumbs */
/* line 295, ../sass/conferences.scss */
ul.breadcrumbs li a,
ul.breadcrumbs li span {
  color: #fff;
  float: left;
  line-height: 22px;
  padding: 0 20px 0 0;
}

/* line 303, ../sass/conferences.scss */
ul.breadcrumbs li.first a {
  background: transparent url(../images/breadcrumb/home-crumb.png) no-repeat scroll left center;
  padding: 0 20px;
  text-indent: -9000px;
}

/* line 309, ../sass/conferences.scss */
ul.breadcrumbs li {
  background: transparent url(../images/breadcrumb/crumb.png) no-repeat scroll left center;
  float: left;
  height: 22px;
  margin: 0 0 0 -9px;
  padding-left: 20px;
}

/* line 317, ../sass/conferences.scss */
ul.breadcrumbs li.last span {
  display: block;
  line-height: 24px;
  margin: -1px -9px 0 0;
  padding-right: 20px;
}

/* line 325, ../sass/conferences.scss */
.node-type-landing-page ul.breadcrumbs li {
  float: left;
  height: 22px;
  margin: 0 0 0 -9px;
  padding-left: 20px;
  background: url("../images/breadcrumb/crumb.png") no-repeat left center;
}
/* line 332, ../sass/conferences.scss */
.node-type-landing-page ul.breadcrumbs li.first {
  margin-left: 0;
  padding: 0;
  background: none;
}
/* line 337, ../sass/conferences.scss */
.node-type-landing-page ul.breadcrumbs li.first a {
  background: url("../images/breadcrumb/home-crumb.png") no-repeat left center;
  text-indent: -9000px;
  padding: 0 20px;
}

/* main nav menu */
/* line 346, ../sass/conferences.scss */
.block-nice-menus ul.nice-menu {
  float: left;
  text-transform: uppercase;
}

/* Mega Menu */
/* line 354, ../sass/conferences.scss */
#navigation div.block-tb-megamenu .tb-megamenu {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlMWUxZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJlMmUyZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1e1e1e), color-stop(100%, #2e2e2e));
  background-image: -moz-linear-gradient(#1e1e1e, #2e2e2e);
  background-image: -webkit-linear-gradient(#1e1e1e, #2e2e2e);
  background-image: linear-gradient(#1e1e1e, #2e2e2e);
}
/* line 357, ../sass/conferences.scss */
#navigation div.block-tb-megamenu .tb-megamenu li.level-1.first a {
  text-indent: -9000px;
  width: 20px;
  background: transparent url("../../unsw/images/navmenu/home.png") no-repeat 22px 16px;
}
/* line 361, ../sass/conferences.scss */
#navigation div.block-tb-megamenu .tb-megamenu li.level-1.first a:hover, #navigation div.block-tb-megamenu .tb-megamenu li.level-1.first a:focus {
  background: #ffcd00 url("../../unsw/images/navmenu/home-active.png") no-repeat 22px 16px;
  -webkit-box-shadow: inset 0px 8px 18px -11px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 8px 18px -11px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 8px 18px -11px rgba(0, 0, 0, 0.75);
}
/* line 369, ../sass/conferences.scss */
#navigation div.block-tb-megamenu .tb-megamenu li.level-1.first.active a {
  background: #ffcd00 url("../../unsw/images/navmenu/home-active.png") no-repeat 22px 16px;
  -webkit-box-shadow: inset 0px 8px 18px -11px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 8px 18px -11px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 8px 18px -11px rgba(0, 0, 0, 0.75);
}
/* line 377, ../sass/conferences.scss */
#navigation div.block-tb-megamenu .tb-megamenu .nav > li.level-1 > a:hover,
#navigation div.block-tb-megamenu .tb-megamenu .nav > li.level-1 > a:focus {
  background-color: #ffcd00;
  color: #2e2e2e;
}
/* line 382, ../sass/conferences.scss */
#navigation div.block-tb-megamenu .tb-megamenu .nav > .active > a,
#navigation div.block-tb-megamenu .tb-megamenu .nav > .active > a:hover,
#navigation div.block-tb-megamenu .tb-megamenu .nav > .active > a:focus,
#navigation div.block-tb-megamenu .tb-megamenu .nav li.dropdown.active > .dropdown-toggle,
#navigation div.block-tb-megamenu .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle,
#navigation div.block-tb-megamenu .tb-megamenu .nav > li.dropdown.open.active > a:hover {
  background-color: #ffcd00;
  color: #2e2e2e;
  -webkit-box-shadow: inset 0px 8px 18px -11px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 8px 18px -11px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 8px 18px -11px rgba(0, 0, 0, 0.75);
}
/* line 394, ../sass/conferences.scss */
#navigation div.block-tb-megamenu .tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
  background-color: #ffcd00;
  color: #2e2e2e;
}
/* line 398, ../sass/conferences.scss */
#navigation div.block-tb-megamenu .tb-megamenu .dropdown-menu {
  background-color: #ffcd00;
  border-bottom: none;
}
/* line 402, ../sass/conferences.scss */
#navigation div.block-tb-megamenu .tb-megamenu .dropdown-menu li > a:hover,
#navigation div.block-tb-megamenu .tb-megamenu .dropdown-menu li > a:focus,
#navigation div.block-tb-megamenu .tb-megamenu .dropdown-submenu:hover > a {
  color: #2e2e2e;
  text-decoration: underline;
}
/* line 408, ../sass/conferences.scss */
#navigation div.block-tb-megamenu .tb-megamenu .dropdown-menu li.level-3 > a {
  padding-left: 30px;
  background: transparent url("../../unsw/images/navmenu/menu-arrow.png") no-repeat 10px 8px;
}
/* line 412, ../sass/conferences.scss */
#navigation div.block-tb-megamenu .tb-megamenu .dropdown-menu .active > a,
#navigation div.block-tb-megamenu .tb-megamenu .dropdown-menu .active > a:hover {
  color: #2e2e2e;
  text-decoration: underline;
}
/* line 417, ../sass/conferences.scss */
#navigation div.block-tb-megamenu .tb-megamenu .full-width {
  width: 100% !important;
}

/* Banner Styles */
/* Corporate Right Sidebar */
/* line 428, ../sass/conferences.scss */
.region-sidebar-second {
  padding: 0 0 0 15px;
}
/* line 431, ../sass/conferences.scss */
.region-sidebar-second .block .block-content-wrapper {
  padding: 0 0 10px 0;
}

/* researchers in this area accordian */
/* line 440, ../sass/conferences.scss */
#page #main #block-views-researcher-in-this-area-block .block-content-wrapper {
  padding: 0;
  margin: 0;
}
/* line 443, ../sass/conferences.scss */
#page #main #block-views-researcher-in-this-area-block .block-content-wrapper h2 {
  background-color: #e1e1e1;
  text-align: center;
  padding: 10px 8px;
  text-transform: uppercase;
  color: #363636;
  font-weight: lighter;
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
}
/* line 456, ../sass/conferences.scss */
#page #main #block-views-researcher-in-this-area-block .block-content-wrapper .view-researcher-in-this-area .ui-accordion h3.ui-accordion-header,
#page #main #block-views-researcher-in-this-area-block .block-content-wrapper .view-researcher-in-this-area .ui-accordion h3.ui-state-active,
#page #main #block-views-researcher-in-this-area-block .block-content-wrapper .view-researcher-in-this-area .ui-accordion .ui-state-default {
  background: #4f2d7f;
  text-align: center;
  padding: 10px 8px;
  margin: 0;
}
/* line 463, ../sass/conferences.scss */
#page #main #block-views-researcher-in-this-area-block .block-content-wrapper .view-researcher-in-this-area .ui-accordion h3.ui-accordion-header a,
#page #main #block-views-researcher-in-this-area-block .block-content-wrapper .view-researcher-in-this-area .ui-accordion h3.ui-state-active a,
#page #main #block-views-researcher-in-this-area-block .block-content-wrapper .view-researcher-in-this-area .ui-accordion .ui-state-default a {
  color: #fff;
  outline: none;
}
/* line 467, ../sass/conferences.scss */
#page #main #block-views-researcher-in-this-area-block .block-content-wrapper .view-researcher-in-this-area .ui-accordion h3.ui-accordion-header .ui-accordion-header-icon,
#page #main #block-views-researcher-in-this-area-block .block-content-wrapper .view-researcher-in-this-area .ui-accordion h3.ui-state-active .ui-accordion-header-icon,
#page #main #block-views-researcher-in-this-area-block .block-content-wrapper .view-researcher-in-this-area .ui-accordion .ui-state-default .ui-accordion-header-icon {
  position: absolute;
  left: 75%;
  top: 50%;
  margin-top: -8px;
  color: #fff;
}
/* line 474, ../sass/conferences.scss */
#page #main #block-views-researcher-in-this-area-block .block-content-wrapper .view-researcher-in-this-area .ui-accordion h3.ui-accordion-header .ui-icon,
#page #main #block-views-researcher-in-this-area-block .block-content-wrapper .view-researcher-in-this-area .ui-accordion h3.ui-state-active .ui-icon,
#page #main #block-views-researcher-in-this-area-block .block-content-wrapper .view-researcher-in-this-area .ui-accordion .ui-state-default .ui-icon {
  background-image: url(../images/ui-icons_888888_256x240-rev.png);
}
/* line 478, ../sass/conferences.scss */
#page #main #block-views-researcher-in-this-area-block .block-content-wrapper .view-researcher-in-this-area .ui-accordion .ui-corner-top,
#page #main #block-views-researcher-in-this-area-block .block-content-wrapper .view-researcher-in-this-area .ui-accordion .ui-corner-all {
  border-radius: 0;
}

/* Secondary Centre Search Block */
/* line 492, ../sass/conferences.scss */
.sidebars .find-a-researcher {
  box-sizing: border-box;
  border: 1px solid #c7c7c7;
  float: none;
  padding: 0;
  width: 100%;
  margin-bottom: 25px;
}
/* line 499, ../sass/conferences.scss */
.sidebars .find-a-researcher h2 {
  font-size: 1.3em;
  margin-bottom: 10px;
  font-weight: lighter;
  text-align: left;
  text-indent: 4em;
  background-color: #ddd;
  padding: 15px;
  text-transform: uppercase;
  padding-left: 0;
  font-size: 1.2em;
  color: #4f2d7f;
  background-image: url(../images/look.png);
  background-repeat: no-repeat;
  background-position: 4% 50%;
}
/* line 515, ../sass/conferences.scss */
.sidebars .find-a-researcher .block-content-wrapper {
  border: none;
  background-color: white;
  padding: 0;
  padding-bottom: 0;
  border-top: 0;
}
/* line 517, ../sass/conferences.scss */
.sidebars .find-a-researcher .block-content-wrapper .content p {
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  margin-bottom: 20px;
}
/* line 522, ../sass/conferences.scss */
.sidebars .find-a-researcher .block-content-wrapper .content p a.btn {
  background-color: #fc0;
  padding: 15px 10px;
  display: block;
  text-align: center;
  color: #000;
  font-size: 1.2em;
}
/* line 529, ../sass/conferences.scss */
.sidebars .find-a-researcher .block-content-wrapper .content p a.btn:hover {
  background-color: #ffd44e;
  text-decoration: none;
}
/* line 538, ../sass/conferences.scss */
.sidebars .find-a-researcher .block-content-wrapper #views-exposed-form-search-page-page:before,
.sidebars .find-a-researcher .block-content-wrapper #views-exposed-form-search-page-page-1:before {
  content: "Find an expert, discover research supervisors and mentors or find a research collaborator whose interest and expertise match your next project.";
  display: block;
  clear: both;
  margin: 10px;
  padding: 10px;
}
/* line 551, ../sass/conferences.scss */
.sidebars .find-a-researcher .block-content-wrapper p {
  text-align: left;
  margin: 0;
  margin-bottom: 20px;
}
/* line 556, ../sass/conferences.scss */
.sidebars .find-a-researcher .block-content-wrapper .views-exposed-form {
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  width: 90%;
}
/* line 564, ../sass/conferences.scss */
.sidebars .find-a-researcher .block-content-wrapper .views-exposed-form .views-exposed-widgets {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  padding: 0;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 565, ../sass/conferences.scss */
.sidebars .find-a-researcher .block-content-wrapper .views-exposed-form .views-exposed-widgets .views-exposed-widget {
  float: none;
  padding: 0;
}
/* line 578, ../sass/conferences.scss */
.sidebars .find-a-researcher .block-content-wrapper .views-exposed-form .views-exposed-widgets .form-item {
  width: 80%;
  display: block;
  float: left;
  z-index: 400;
}
/* line 583, ../sass/conferences.scss */
.sidebars .find-a-researcher .block-content-wrapper .views-exposed-form .views-exposed-widgets .form-item input {
  margin-left: 0;
  color: #000;
  font-size: 1em;
  padding: 10px;
  background-color: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 40px;
  width: 100%;
}
/* line 595, ../sass/conferences.scss */
.sidebars .find-a-researcher .block-content-wrapper .views-exposed-form .views-exposed-widgets .form-item .description {
  margin-top: 10px;
}
/* line 597, ../sass/conferences.scss */
.sidebars .find-a-researcher .block-content-wrapper .views-exposed-form .views-exposed-widgets .form-item .description p {
  margin-left: 0;
  padding-left: 0;
  text-align: left;
}
/* line 604, ../sass/conferences.scss */
.sidebars .find-a-researcher .block-content-wrapper .views-exposed-form .views-exposed-widgets input.form-submit {
  display: block;
  float: left;
  clear: none;
  margin: 0;
  text-transform: uppercase;
  height: 100%;
  border-radius: none;
  width: 20%;
  border: none;
  padding: 9px 15px;
  font-size: 1.2em;
  color: #343434;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
  background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
  background-image: linear-gradient(to bottom right, #ffffff, #dddddd);
  z-index: 100;
  min-height: 40px;
}
/* line 620, ../sass/conferences.scss */
.sidebars .find-a-researcher .block-content-wrapper .views-exposed-form .views-exposed-widgets input.form-submit:hover {
  text-decoration: none;
}

/* Secondary Centre text Block */
/* line 635, ../sass/conferences.scss */
#body-content .library-content-block,
#body-content .become-a-postgraduate-researcher-block {
  box-sizing: border-box;
  float: none;
  padding: 0;
  padding-left: 10px;
  width: 100%;
  margin-bottom: 25px;
}
/* line 643, ../sass/conferences.scss */
#body-content .library-content-block h2,
#body-content .become-a-postgraduate-researcher-block h2 {
  font-size: 1.3em;
  margin: 10px 0;
  font-weight: normal;
  text-align: center;
}
/* line 649, ../sass/conferences.scss */
#body-content .library-content-block .block-content-wrapper,
#body-content .become-a-postgraduate-researcher-block .block-content-wrapper {
  border: 1px solid #c7c7c7;
  background-color: white;
  border-top: 5px solid #4f2d7f;
  background-color: white;
  padding: 15px 25px 5px 25px;
}
/* line 656, ../sass/conferences.scss */
#body-content .library-content-block .block-content-wrapper p,
#body-content .become-a-postgraduate-researcher-block .block-content-wrapper p {
  text-align: left;
  margin-bottom: 20px;
}
/* line 659, ../sass/conferences.scss */
#body-content .library-content-block .block-content-wrapper p a.btn,
#body-content .become-a-postgraduate-researcher-block .block-content-wrapper p a.btn {
  background-color: #fc0;
  padding: 15px 10px;
  display: block;
  text-align: center;
  color: #000;
  font-size: 1.2em;
}
/* line 666, ../sass/conferences.scss */
#body-content .library-content-block .block-content-wrapper p a.btn:hover,
#body-content .become-a-postgraduate-researcher-block .block-content-wrapper p a.btn:hover {
  background-color: #ffd44e;
  text-decoration: none;
}

/* Secondary Centre Navigation Block */
/* line 678, ../sass/conferences.scss */
#body-content .sidebar .information-about-block {
  float: none;
}

/* line 682, ../sass/conferences.scss */
#body-content .information-about-block {
  box-sizing: border-box;
  float: none;
  padding: 0;
  width: 100%;
}
/* line 687, ../sass/conferences.scss */
#body-content .information-about-block h2 {
  font-size: 1.3em;
  margin-bottom: 10px;
  font-weight: lighter;
  text-align: left;
  text-indent: 30px;
}
/* line 694, ../sass/conferences.scss */
#body-content .information-about-block .block-content-wrapper {
  border: 1px solid #c7c7c7;
  background-color: white;
  border-top: 5px solid #4f2d7f;
  background-color: white;
  padding: 15px 0 0 0;
}
/* line 700, ../sass/conferences.scss */
#body-content .information-about-block .block-content-wrapper ul.menu {
  padding: 0;
  margin: 0;
}
/* line 703, ../sass/conferences.scss */
#body-content .information-about-block .block-content-wrapper ul.menu li {
  text-align: left;
  padding: 0;
  border-top: 1px solid #c7c7c7;
  list-style: none;
  margin: 0;
  width: 100%;
  text-indent: 30px;
}
/* line 711, ../sass/conferences.scss */
#body-content .information-about-block .block-content-wrapper ul.menu li a {
  color: #00568e;
  text-decoration: none;
  display: block;
  padding: 15px 0 15px 0;
}
/* line 717, ../sass/conferences.scss */
#body-content .information-about-block .block-content-wrapper ul.menu li a:hover {
  background-color: #eeeeee;
  text-decoration: none;
}

/* Research Areas */
/* line 731, ../sass/conferences.scss */
#block-views-research-areas-block .views-row {
  padding: 20px 0;
  min-height: 200px;
  border-bottom: 1px dotted #c7c7c7;
}
/* line 735, ../sass/conferences.scss */
#block-views-research-areas-block .views-row .views-field-field-image {
  display: block;
  float: right;
  margin: 0 0 30px 30px;
}
/* line 739, ../sass/conferences.scss */
#block-views-research-areas-block .views-row .views-field-field-image blockquote.image-field-caption {
  display: none;
}

/* PhD Opportunities */
/* line 748, ../sass/conferences.scss */
.view-phd-opportunities .views-row {
  padding: 20px 0;
  border-bottom: 1px dotted #c7c7c7;
}
/* line 752, ../sass/conferences.scss */
.view-phd-opportunities .views-row .views-field-field-phd-supervisor .views-label-field-phd-supervisor {
  display: inline;
}
/* line 755, ../sass/conferences.scss */
.view-phd-opportunities .views-row .views-field-field-phd-supervisor .field-content {
  display: inline;
}

/* Find a staff member and find a research area blocks */
/* line 763, ../sass/conferences.scss */
#block-views-exp-search-bar-staff,
#block-views-exp-search-bar-research-area {
  overflow: hidden;
}
/* line 767, ../sass/conferences.scss */
#block-views-exp-search-bar-staff .block-content-wrapper .content,
#block-views-exp-search-bar-research-area .block-content-wrapper .content {
  background-position: top 15px left 20px;
  background-size: 18px 17px;
  height: 110px;
  padding: 0px;
}
/* line 773, ../sass/conferences.scss */
#block-views-exp-search-bar-staff .block-content-wrapper .content #edit-field-schools-tid-wrapper label,
#block-views-exp-search-bar-research-area .block-content-wrapper .content #edit-field-schools-tid-wrapper label {
  display: inline-block;
  font-size: 1.25em;
  margin: 15px 0 0 50px;
  padding: 0;
}
/* line 779, ../sass/conferences.scss */
#block-views-exp-search-bar-staff .block-content-wrapper .content #edit-field-schools-tid-wrapper .views-widget,
#block-views-exp-search-bar-research-area .block-content-wrapper .content #edit-field-schools-tid-wrapper .views-widget {
  width: 100%;
}
/* line 781, ../sass/conferences.scss */
#block-views-exp-search-bar-staff .block-content-wrapper .content #edit-field-schools-tid-wrapper .views-widget .form-item-field-schools-tid,
#block-views-exp-search-bar-research-area .block-content-wrapper .content #edit-field-schools-tid-wrapper .views-widget .form-item-field-schools-tid {
  margin: 20px 0 0 20px;
}
/* line 784, ../sass/conferences.scss */
#block-views-exp-search-bar-staff .block-content-wrapper .content #edit-field-schools-tid-wrapper .views-widget select,
#block-views-exp-search-bar-research-area .block-content-wrapper .content #edit-field-schools-tid-wrapper .views-widget select {
  font-size: 1.125em;
  height: 35px;
  width: 75%;
}
/* line 792, ../sass/conferences.scss */
#block-views-exp-search-bar-staff .block-content-wrapper .content .views-exposed-form .views-submit-button,
#block-views-exp-search-bar-research-area .block-content-wrapper .content .views-exposed-form .views-submit-button {
  width: 100%;
}
/* line 794, ../sass/conferences.scss */
#block-views-exp-search-bar-staff .block-content-wrapper .content .views-exposed-form .views-submit-button input,
#block-views-exp-search-bar-research-area .block-content-wrapper .content .views-exposed-form .views-submit-button input {
  float: right;
  font-size: 1.25em;
  height: 35px;
  margin: -35px 20px 0 0;
  width: 15%;
}

/* line 806, ../sass/conferences.scss */
#block-views-videos-about-us {
  position: relative;
}
/* line 808, ../sass/conferences.scss */
#block-views-videos-about-us .views-field-field-video-quote {
  font-size: 1.125em;
}
/* line 811, ../sass/conferences.scss */
#block-views-videos-about-us .views-field-field-video-link-1 {
  margin: 20px;
}
/* line 813, ../sass/conferences.scss */
#block-views-videos-about-us .views-field-field-video-link-1 a {
  width: 45%;
}
/* line 817, ../sass/conferences.scss */
#block-views-videos-about-us .item-list {
  position: absolute;
  bottom: 6px;
  right: 20px;
}

/* Publications Block */
/* line 825, ../sass/conferences.scss */
#block-views-publications-block {
  box-sizing: border-box;
  float: right;
  clear: right;
  padding-left: 20px;
  width: 100%;
}
/* line 831, ../sass/conferences.scss */
#block-views-publications-block .block-content-wrapper {
  background-color: transparent;
  border-top: 5px solid #4f2d7f;
  padding-bottom: 10px;
}
/* line 835, ../sass/conferences.scss */
#block-views-publications-block .block-content-wrapper .view-header {
  padding: 26px 0;
  background-color: transparent;
}
/* line 838, ../sass/conferences.scss */
#block-views-publications-block .block-content-wrapper .view-header .views-field-field-more-publications-link {
  display: inline;
}
/* line 840, ../sass/conferences.scss */
#block-views-publications-block .block-content-wrapper .view-header .views-field-field-more-publications-link a {
  display: block;
  float: right;
  clear: left;
  color: #fff;
  background-color: #6b479e;
  padding: 6px;
}
/* line 847, ../sass/conferences.scss */
#block-views-publications-block .block-content-wrapper .view-header .views-field-field-more-publications-link a:hover {
  text-decoration: none;
  background-color: #8363aa;
}
/* line 853, ../sass/conferences.scss */
#block-views-publications-block .block-content-wrapper .view-header p {
  display: none;
}
/* line 856, ../sass/conferences.scss */
#block-views-publications-block .block-content-wrapper .view-header .views-field-field-publications-title {
  display: inline;
}
/* line 858, ../sass/conferences.scss */
#block-views-publications-block .block-content-wrapper .view-header .views-field-field-publications-title h2 {
  font-size: 1.5em;
  margin-bottom: 20px;
  width: 100px;
  display: inline;
}
/* line 865, ../sass/conferences.scss */
#block-views-publications-block .block-content-wrapper .view-header .block-content-wrapper {
  background-color: white;
  border-top: 5px solid #4f2d7f;
  background-color: white;
  padding: 30px;
  padding-bottom: 10px;
}
/* line 871, ../sass/conferences.scss */
#block-views-publications-block .block-content-wrapper .view-header .block-content-wrapper .views-field-field-field-publications-title {
  margin-bottom: 5px;
  font-weight: bold;
}
/* line 878, ../sass/conferences.scss */
#block-views-publications-block .block-content-wrapper .view-publications .views-row-1,
#block-views-publications-block .block-content-wrapper .view-publications .views-row-3 {
  background-color: #e1e1e1;
  padding: 10px;
}
/* line 883, ../sass/conferences.scss */
#block-views-publications-block .block-content-wrapper .view-publications .views-row-2,
#block-views-publications-block .block-content-wrapper .view-publications .views-row-4 {
  background-color: #e6e6e6;
  padding: 10px;
}

/* Announcements Block */
/* line 894, ../sass/conferences.scss */
#block-views-announcements-block-block {
  box-sizing: border-box;
  float: right;
  clear: right;
  padding-left: 10px;
  width: 100%;
}
/* line 900, ../sass/conferences.scss */
#block-views-announcements-block-block h2 {
  font-size: 1.2em;
  margin-bottom: 20px;
}
/* line 904, ../sass/conferences.scss */
#block-views-announcements-block-block .block-content-wrapper {
  border: 1px solid #c7c7c7;
  background-color: white;
  border-top: 5px solid #4f2d7f;
  background-color: white;
  padding: 30px;
  padding-bottom: 10px;
}
/* line 911, ../sass/conferences.scss */
#block-views-announcements-block-block .block-content-wrapper .views-field-field-field-announcements-title {
  margin-bottom: 5px;
  font-weight: bold;
}

/* Upcoming Intensive Courses Block */
/* line 919, ../sass/conferences.scss */
.intensive-courses-block {
  box-sizing: border-box;
  float: right;
  padding-left: 10px;
  width: 100%;
  clear: right;
}
/* line 925, ../sass/conferences.scss */
.intensive-courses-block .content {
  display: block;
  -webkit-box-shadow: inset 0px 0px 24px 0px #48306c;
  -moz-box-shadow: inset 0px 0px 24px 0px #48306c;
  box-shadow: inset 0px 0px 24px 0px #48306c;
  background-color: #6b479e;
}
/* line 931, ../sass/conferences.scss */
.intensive-courses-block .content p {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  margin: 0;
}
/* line 937, ../sass/conferences.scss */
.intensive-courses-block .content p a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  text-decoration: none;
  padding: 15px 0;
}
/* line 946, ../sass/conferences.scss */
.intensive-courses-block .content p a:hover {
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 24px 0px #5e4684;
  -moz-box-shadow: inset 0px 0px 24px 0px #5e4684;
  box-shadow: inset 0px 0px 24px 0px #5e4684;
  background-color: #8363aa;
}

/* Masters Program Block */
/* line 959, ../sass/conferences.scss */
.masters-program-link {
  float: left;
  clear: both;
  width: 100%;
}
/* line 964, ../sass/conferences.scss */
.masters-program-link .block-content-wrapper .content {
  display: block;
  -webkit-box-shadow: inset 0px 0px 24px 0px #48306c;
  -moz-box-shadow: inset 0px 0px 24px 0px #48306c;
  box-shadow: inset 0px 0px 24px 0px #48306c;
  background-color: #4f2d7f;
}
/* line 970, ../sass/conferences.scss */
.masters-program-link .block-content-wrapper .content p {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  margin: 0;
}
/* line 976, ../sass/conferences.scss */
.masters-program-link .block-content-wrapper .content p a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  text-decoration: none;
  padding: 15px 0;
}
/* line 985, ../sass/conferences.scss */
.masters-program-link .block-content-wrapper .content p a:hover {
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 24px 0px #5e4684;
  -moz-box-shadow: inset 0px 0px 24px 0px #5e4684;
  box-shadow: inset 0px 0px 24px 0px #5e4684;
  background-color: #6b479e;
}

/* Search box */
/* line 1000, ../sass/conferences.scss */
#header #block-custom-search-blocks-1 {
  padding: 0 0 0 15px;
}

/* Staff Listing Table  */
/* line 1006, ../sass/conferences.scss */
div.staff-listing {
  margin-top: 20px;
}
/* line 1008, ../sass/conferences.scss */
div.staff-listing .view-find-aid-index,
div.staff-listing .view-people {
  padding-top: 10px;
}
/* line 1011, ../sass/conferences.scss */
div.staff-listing .view-find-aid-index table.views-table,
div.staff-listing .view-people table.views-table {
  width: 100%;
}
/* line 1014, ../sass/conferences.scss */
div.staff-listing .view-find-aid-index table.views-table thead tr,
div.staff-listing .view-people table.views-table thead tr {
  border-top: 1px solid #4f2d7f;
}
/* line 1016, ../sass/conferences.scss */
div.staff-listing .view-find-aid-index table.views-table thead tr th,
div.staff-listing .view-people table.views-table thead tr th {
  text-align: left;
  padding: 12px;
}
/* line 1023, ../sass/conferences.scss */
div.staff-listing .view-find-aid-index table.views-table tr td,
div.staff-listing .view-people table.views-table tr td {
  padding: 12px;
}
/* line 1029, ../sass/conferences.scss */
div.staff-listing .view-find-aid-index table.cols-2 td,
div.staff-listing .view-people table.cols-2 td {
  width: 50%;
}
/* line 1034, ../sass/conferences.scss */
div.staff-listing .view-find-aid-index table.cols-3 tr,
div.staff-listing .view-people table.cols-3 tr {
  width: 100%;
}
/* line 1038, ../sass/conferences.scss */
div.staff-listing .view-find-aid-index table.cols-3 tr td.views-field-field-position,
div.staff-listing .view-people table.cols-3 tr td.views-field-field-position {
  width: 33%;
}
/* line 1041, ../sass/conferences.scss */
div.staff-listing .view-find-aid-index table.cols-3 tr td.views-field-field-campus,
div.staff-listing .view-people table.cols-3 tr td.views-field-field-campus {
  width: 33%;
}

/* Intro Block */
/* line 1052, ../sass/conferences.scss */
#block-views-intro-block-block {
  margin-top: 50px;
}

/* Table field */
/* line 1061, ../sass/conferences.scss */
.node-type-landing-page table.tablefield thead tr {
  background-color: #000;
  color: fff;
}
/* line 1066, ../sass/conferences.scss */
.node-type-landing-page table.tablefield p,
.node-type-landing-page table.tablefield h3 {
  margin-bottom: 0;
}
/* line 1071, ../sass/conferences.scss */
.node-type-landing-page th.col_0 {
  width: 20%;
}
/* line 1074, ../sass/conferences.scss */
.node-type-landing-page th.col_1,
.node-type-landing-page th.col_2 {
  width: 40%;
}

/* line 1082, ../sass/conferences.scss */
.node-type-landing-page .field-name-body .field-label {
  display: none;
}

/* Staff Listing Table  */
/* line 1090, ../sass/conferences.scss */
table.slick-50,
table.slick-100 {
  width: 50%;
  border: 1px solid #ccc;
}
/* line 1095, ../sass/conferences.scss */
table.slick-50 thead tr,
table.slick-100 thead tr {
  background-color: none;
  border-bottom: 1px solid #ccc;
}
/* line 1098, ../sass/conferences.scss */
table.slick-50 thead tr th,
table.slick-100 thead tr th {
  font-size: 1.2em;
  text-align: left;
  padding: 12px;
}
/* line 1105, ../sass/conferences.scss */
table.slick-50 tbody tr:nth-child(odd),
table.slick-100 tbody tr:nth-child(odd) {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
/* line 1110, ../sass/conferences.scss */
table.slick-50 tbody tr:nth-child(even),
table.slick-100 tbody tr:nth-child(even) {
  background-color: transparent;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
/* line 1116, ../sass/conferences.scss */
table.slick-50 tr td,
table.slick-100 tr td {
  border-right: 1px solid #ccc;
  padding: 12px;
}

/* line 1123, ../sass/conferences.scss */
table.slick-100 {
  width: 100%;
  border: 1px solid #ccc;
}

/* line 1128, ../sass/conferences.scss */
table.cols-2 td {
  width: 50%;
}

/****** RESPONSIVE SCREEN SIZES ******/
@media all and (max-width: 480px) {
  /* line 1138, ../sass/conferences.scss */
  .node-type-landing-page,
  .node-landing-page {
    margin-bottom: 0;
  }

  /* line 1142, ../sass/conferences.scss */
  #body-content {
    margin-bottom: 0;
  }

  /* line 1146, ../sass/conferences.scss */
  #body-content > #content .masters-program-link {
    margin-bottom: 0;
  }

  /* line 1151, ../sass/conferences.scss */
  #main-header .main-header-inner {
    padding-top: 20px;
  }

  /* line 1155, ../sass/conferences.scss */
  .tb-megamenu-main-menu,
  .centre-main-menu-icon {
    display: none;
  }

  /* line 1159, ../sass/conferences.scss */
  .js #centre-menu {
    position: relative;
  }
  /* line 1161, ../sass/conferences.scss */
  .js #centre-menu .slicknav_menu {
    display: block;
  }
  /* line 1163, ../sass/conferences.scss */
  .js #centre-menu .slicknav_menu .slicknav_menutxt {
    float: right;
    font-weight: normal;
  }
  /* line 1167, ../sass/conferences.scss */
  .js #centre-menu .slicknav_menu .slicknav_icon {
    margin-right: 10px;
  }
  /* line 1170, ../sass/conferences.scss */
  .js #centre-menu .slicknav_menu ul li ul {
    visibility: visible !important;
  }

  /* line 1175, ../sass/conferences.scss */
  #block-views-navigation-block-block {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  /* line 1178, ../sass/conferences.scss */
  #block-views-navigation-block-block .block-content-wrapper {
    display: block;
    height: 100%;
    padding-bottom: 0;
  }
  /* line 1182, ../sass/conferences.scss */
  #block-views-navigation-block-block .block-content-wrapper .view-navigation-block {
    display: block;
  }
  /* line 1184, ../sass/conferences.scss */
  #block-views-navigation-block-block .block-content-wrapper .view-navigation-block .views-column {
    display: block;
    width: 100%;
    height: 95px;
  }
  /* line 1188, ../sass/conferences.scss */
  #block-views-navigation-block-block .block-content-wrapper .view-navigation-block .views-column .views-field-title {
    padding: 30px;
  }
  /* line 1191, ../sass/conferences.scss */
  #block-views-navigation-block-block .block-content-wrapper .view-navigation-block .views-column .views-field-field-navigation-image {
    display: none;
  }

  /* line 1200, ../sass/conferences.scss */
  .node-type-landing-page .region-sidebar-second {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  /* line 1205, ../sass/conferences.scss */
  .node-type-landing-page .region-sidebar-second #block-views-videos-block {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 1208, ../sass/conferences.scss */
  .node-type-landing-page .region-sidebar-second #block-views-videos-block .views-field-field-news-video {
    width: 100%;
    display: block;
    float: left;
    margin: 0;
    margin-bottom: 15px;
  }
  /* line 1215, ../sass/conferences.scss */
  .node-type-landing-page .region-sidebar-second #block-views-videos-block .views-field-field-news-video-caption,
  .node-type-landing-page .region-sidebar-second #block-views-videos-block .views-field-field-video-link {
    display: none;
  }
  /* line 1219, ../sass/conferences.scss */
  .node-type-landing-page .region-sidebar-second #block-views-videos-block .views-field-field-news-video-quote,
  .node-type-landing-page .region-sidebar-second #block-views-videos-block .views-field-field-video-quote {
    margin-top: 10px;
    display: block;
    clear: both;
  }
  /* line 1226, ../sass/conferences.scss */
  .node-type-landing-page .region-sidebar-second .find-academic-search {
    padding-right: 10px;
    margin-bottom: 0;
  }
  /* line 1229, ../sass/conferences.scss */
  .node-type-landing-page .region-sidebar-second .find-academic-search .block-content-wrapper {
    padding-bottom: 0;
  }
  /* line 1233, ../sass/conferences.scss */
  .node-type-landing-page .region-sidebar-second #block-views-announcements-block-block {
    padding: 0;
  }
  /* line 1236, ../sass/conferences.scss */
  .node-type-landing-page .region-sidebar-second .intensive-courses-block {
    padding: 0;
    margin-bottom: 0;
  }

  /* line 1244, ../sass/conferences.scss */
  #bottom-upper-split-outer-wrapper #bottom-upper-split-inner-wrapper .region-bottom-top-left {
    width: 100%;
  }
  /* line 1249, ../sass/conferences.scss */
  #bottom-upper-split-outer-wrapper #bottom-upper-split-inner-wrapper .region-bottom-top-left .latest-news-block .view-featured-news-events .view-header .view-header-wrapper {
    min-height: 0;
  }
  /* line 1254, ../sass/conferences.scss */
  #bottom-upper-split-outer-wrapper #bottom-upper-split-inner-wrapper .region-bottom-top-left .latest-news-block .view-featured-news-events .views-row .views-row-content-wrapper {
    min-height: 0;
  }
  /* line 1263, ../sass/conferences.scss */
  #bottom-upper-split-outer-wrapper #bottom-upper-split-inner-wrapper .region-bottom-top-left .upcoming-events-block .view-featured-news-events .view-header .view-header-wrapper {
    min-height: 0;
  }
  /* line 1268, ../sass/conferences.scss */
  #bottom-upper-split-outer-wrapper #bottom-upper-split-inner-wrapper .region-bottom-top-left .upcoming-events-block .view-featured-news-events .views-row .views-row-content-wrapper {
    min-height: 0;
  }
  /* line 1275, ../sass/conferences.scss */
  #bottom-upper-split-outer-wrapper #bottom-upper-split-inner-wrapper .region-bottom-top-right {
    width: 100%;
  }
  /* line 1277, ../sass/conferences.scss */
  #bottom-upper-split-outer-wrapper #bottom-upper-split-inner-wrapper .region-bottom-top-right #block-views-publications-block {
    padding-left: 0;
  }
  /* line 1279, ../sass/conferences.scss */
  #bottom-upper-split-outer-wrapper #bottom-upper-split-inner-wrapper .region-bottom-top-right #block-views-publications-block .block-content-wrapper {
    border-top: none;
  }
  /* line 1281, ../sass/conferences.scss */
  #bottom-upper-split-outer-wrapper #bottom-upper-split-inner-wrapper .region-bottom-top-right #block-views-publications-block .block-content-wrapper .view-header {
    background-color: #4f2d7f;
    padding: 0;
  }
  /* line 1284, ../sass/conferences.scss */
  #bottom-upper-split-outer-wrapper #bottom-upper-split-inner-wrapper .region-bottom-top-right #block-views-publications-block .block-content-wrapper .view-header .views-field-field-publications-title {
    display: block;
    float: left;
    width: 50%;
    padding: 17px 0;
    background-color: #4f2d7f;
  }
  /* line 1290, ../sass/conferences.scss */
  #bottom-upper-split-outer-wrapper #bottom-upper-split-inner-wrapper .region-bottom-top-right #block-views-publications-block .block-content-wrapper .view-header .views-field-field-publications-title h2 {
    color: #fff;
    padding-left: 20px;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: normal;
  }
  /* line 1298, ../sass/conferences.scss */
  #bottom-upper-split-outer-wrapper #bottom-upper-split-inner-wrapper .region-bottom-top-right #block-views-publications-block .block-content-wrapper .view-header .views-field-field-more-publications-link {
    display: block;
    float: left;
    width: 50%;
  }
  /* line 1302, ../sass/conferences.scss */
  #bottom-upper-split-outer-wrapper #bottom-upper-split-inner-wrapper .region-bottom-top-right #block-views-publications-block .block-content-wrapper .view-header .views-field-field-more-publications-link a {
    display: block;
    width: 100%;
    background-color: #8363aa;
    padding: 17px 0;
    text-align: center;
  }
  /* line 1311, ../sass/conferences.scss */
  #bottom-upper-split-outer-wrapper #bottom-upper-split-inner-wrapper .region-bottom-top-right #block-views-publications-block .block-content-wrapper .view-content {
    clear: both;
  }

  /* line 1320, ../sass/conferences.scss */
  #block-views-announcements-block-block {
    box-sizing: border-box;
    float: right;
    clear: right;
    padding-left: 10px;
    width: 100%;
  }
  /* line 1326, ../sass/conferences.scss */
  #block-views-announcements-block-block h2 {
    font-size: 1.2em;
    margin-bottom: 20px;
  }
  /* line 1330, ../sass/conferences.scss */
  #block-views-announcements-block-block .block-content-wrapper {
    border: 1px solid #c7c7c7;
    background-color: white;
    border-top: 5px solid #4f2d7f;
    background-color: white;
    padding: 30px;
    padding-bottom: 10px;
  }
  /* line 1337, ../sass/conferences.scss */
  #block-views-announcements-block-block .block-content-wrapper .views-field-field-field-announcements-title {
    margin-bottom: 5px;
    font-weight: bold;
  }

  /* line 1345, ../sass/conferences.scss */
  .region-footer-bottom .block-unsw-site {
    width: 100%;
  }
  /* line 1347, ../sass/conferences.scss */
  .region-footer-bottom .block-unsw-site p {
    text-align: center;
  }

  /* FLEXSLIDER */
  /* line 1355, ../sass/conferences.scss */
  .flex-direction-nav, #flexslider-1 {
    display: none;
  }

  /* Research Areas */
  /* line 1362, ../sass/conferences.scss */
  #block-views-research-areas-block .views-row {
    padding: 20px 0;
    min-height: 70px;
    border-bottom: 1px dotted #c7c7c7;
    float: left;
    clear: both;
    width: 100%;
  }
  /* line 1369, ../sass/conferences.scss */
  #block-views-research-areas-block .views-row .views-field-field-image {
    display: block;
    float: left;
    padding: 0px;
    width: 30%;
  }
  /* line 1374, ../sass/conferences.scss */
  #block-views-research-areas-block .views-row .views-field-field-image .field-content {
    display: inline-block;
    width: 100%;
    text-align: left;
  }
  /* line 1379, ../sass/conferences.scss */
  #block-views-research-areas-block .views-row .views-field-field-image blockquote.image-field-caption {
    display: none;
  }
  /* line 1383, ../sass/conferences.scss */
  #block-views-research-areas-block .views-row .views-field-title {
    float: left;
    padding: 0px;
    text-align: left;
    width: 50%;
    margin-left: 20px;
    margin-top: 15px;
  }
  /* line 1391, ../sass/conferences.scss */
  #block-views-research-areas-block .views-row .views-field-field-research-description,
  #block-views-research-areas-block .views-row .views-field-body {
    display: none;
  }

  /* line 1399, ../sass/conferences.scss */
  .node-research-areas-page h2.field {
    margin-left: 10px;
  }

  /* line 1404, ../sass/conferences.scss */
  .region-sidebar-second {
    padding: 0;
  }

  /* line 1413, ../sass/conferences.scss */
  .node-research-areas-page .field-name-field-accordion-items .field-item .field-collection-view h3 a {
    font-size: .8em;
  }

  /* Secondary Centre text Block */
  /* line 1424, ../sass/conferences.scss */
  #body-content .library-content-block,
  #body-content .become-a-postgraduate-researcher-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 1431, ../sass/conferences.scss */
  .field-name-body {
    margin: 15px 0;
  }

  /* line 1438, ../sass/conferences.scss */
  table.slick-100 thead tr th {
    padding: 9px;
  }
  /* line 1444, ../sass/conferences.scss */
  table.slick-100 tr td {
    padding: 9px;
  }
}
/** RESPONSIVE TABLET **/
@media all and (min-width: 481px) and (max-width: 768px) {
  /* line 1454, ../sass/conferences.scss */
  .tb-megamenu-main-menu,
  .centre-main-menu-icon {
    display: none;
  }

  /* line 1458, ../sass/conferences.scss */
  .js #centre-menu {
    position: relative;
  }
  /* line 1460, ../sass/conferences.scss */
  .js #centre-menu .slicknav_menu {
    display: block;
  }
  /* line 1462, ../sass/conferences.scss */
  .js #centre-menu .slicknav_menu .slicknav_menutxt {
    float: right;
    font-weight: normal;
  }
  /* line 1466, ../sass/conferences.scss */
  .js #centre-menu .slicknav_menu .slicknav_icon {
    margin-right: 10px;
  }
  /* line 1469, ../sass/conferences.scss */
  .js #centre-menu .slicknav_menu ul li ul {
    visibility: visible !important;
  }

  /* FLEXSLIDER - remove text box */
  /* line 1477, ../sass/conferences.scss */
  #flexslider-1 .views-field-field-banner-text .field-content {
    display: none;
  }

  /* line 1481, ../sass/conferences.scss */
  .node-type-landing-page .node-landing-page {
    margin-bottom: 0;
  }

  /* line 1484, ../sass/conferences.scss */
  #body-content {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 1488, ../sass/conferences.scss */
  #body-content #content {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  /* line 1492, ../sass/conferences.scss */
  #body-content #content #block-views-navigation-block-block {
    margin-bottom: 0;
  }
  /* line 1496, ../sass/conferences.scss */
  #body-content .region-sidebar-second {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  /* line 1501, ../sass/conferences.scss */
  #body-content .region-sidebar-second #block-views-videos-block {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 1505, ../sass/conferences.scss */
  #body-content .region-sidebar-second .find-academic-search {
    padding-right: 10px;
  }
  /* line 1508, ../sass/conferences.scss */
  #body-content .region-sidebar-second #block-views-announcements-block-block {
    padding-right: 10px;
  }
  /* line 1511, ../sass/conferences.scss */
  #body-content .region-sidebar-second .intensive-courses-block {
    padding-right: 10px;
  }

  /* line 1516, ../sass/conferences.scss */
  #block-views-intro-block-block {
    margin-top: 0;
  }

  /* line 1519, ../sass/conferences.scss */
  #bottom-upper-split-outer-wrapper {
    width: 100%;
  }
  /* line 1522, ../sass/conferences.scss */
  #bottom-upper-split-outer-wrapper #bottom-upper-split-inner-wrapper .region-bottom-top-left {
    display: block;
    float: left;
    width: 97%;
    clear: both;
    margin-right: 10px;
    padding-left: 10px;
  }
  /* line 1530, ../sass/conferences.scss */
  #bottom-upper-split-outer-wrapper #bottom-upper-split-inner-wrapper .region-bottom-top-right {
    display: block;
    float: left;
    width: 98%;
    clear: both;
    padding-right: 10px;
    overflow: hidden;
    margin-top: 15px;
  }
  /* line 1538, ../sass/conferences.scss */
  #bottom-upper-split-outer-wrapper #bottom-upper-split-inner-wrapper .region-bottom-top-right #block-views-publications-block {
    padding-left: 10px;
  }

  /* line 1545, ../sass/conferences.scss */
  .views-field-field-news-video {
    width: 40%;
    display: block;
    float: left;
    margin: 15px;
  }

  /* line 1551, ../sass/conferences.scss */
  .views-field-field-news-video-caption,
  .views-field-field-video-link {
    display: none;
  }

  /* line 1555, ../sass/conferences.scss */
  .views-field-field-video-quote,
  .views-field-field-news-video-quote,
  .views-field-field-author,
  .item-list {
    width: 45%;
    display: block;
    float: right;
  }

  /* Secondary Centre text Block */
  /* line 1567, ../sass/conferences.scss */
  #body-content .library-content-block,
  #body-content .become-a-postgraduate-researcher-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 1574, ../sass/conferences.scss */
  #body-content {
    padding-top: 0;
    margin-top: 20px;
  }

  /* line 1579, ../sass/conferences.scss */
  .field-name-body {
    margin: 15px 0;
  }
}
/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */
