/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

h1 {
  font-size: 2em;
  line-height: 1.83333em;
  font-family: "Oswald", sans-serif;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0.73333em;
}

h2 {
  font-size: 1.5em;
  line-height: 1.22222em;
  font-family: "Oswald", sans-serif;
  color: #000;
}

h3 {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Oswald", sans-serif;
  color: #000;
}

p {
  font-size: 13px;
  line-height: 22px;
}

.ingress p {
  margin: 1em 0;
}

.bodyText ul {
  margin: 0.8em 0;
}
.bodyText ul li {
  list-style-type: disc;
  margin-left: 2em;
}
.bodyText ol {
  margin: 0.8em 0;
}
.bodyText ol li {
  list-style-type: decimal;
  margin-left: 2em;
}
.bodyText p {
  margin: 1em 0;
}
.bodyText table {
  width: 100%;
}
.bodyText table tr:first-child td {
  border-bottom: 1px solid #000;
}
.bodyText table tr td {
  vertical-align: top;
  padding: 3px 0;
}
.bodyText .imageLeftAlign {
  float: left;
  margin: 0px 1em 1em 0px;
}
@media screen and (max-width: 600px) {
  .bodyText .imageLeftAlign {
    width: 100%;
  }
}
.bodyText .imageRightAlign {
  float: right;
  margin: 0px 0px 1em 1em;
}
@media screen and (max-width: 600px) {
  .bodyText .imageRightAlign {
    width: 100%;
  }
}
.bodyText .imageFullWidth {
  margin: 5px 0px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .bodyText {
    float: none;
    width: 100%;
    margin: 0;
  }
  .bodyText table tr:first-child {
    display: none;
  }
  .bodyText table td {
    display: block;
    width: 280px;
  }
  .bodyText table td:first-child {
    padding-top: 20px;
  }
  .bodyText table td:nth-child(3n+0) {
    display: none;
  }
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

a {
  color: #376e91;
  text-decoration: none;
}
a:hover {
  color: #000;
}

.alpha {
  padding-left: 0px !important;
}

.omega {
  padding-right: 0px !important;
}

@media screen and (max-width: 600px) {
  .hidden-phone {
    display: none;
  }
}
.searchresults {
  width: 75%;
  margin-top: 20px;
}
.searchresults li {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid black;
}
.searchresults li:last-child {
  border-bottom: 0;
}
.searchresults em {
  font-style: normal;
  background: rgba(0, 0, 0, 0.09);
}

body {
  background: #fff;
  font-family: georgia, sans-serif;
  font-size: 12px;
  line-height: 22px;
  margin: 0;
  padding: 0;
}

.container {
  *position: relative;
  *zoom: 1;
  margin: auto;
  width: 960px;
}
.container:before, .container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
@media screen and (max-width: 960px) {
  .container {
    width: 100%;
    float: none;
  }
}
.container .wrapper {
  clear: left;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
}
@media screen and (max-width: 600px) {
  .container .wrapper {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    _display: inline;
    _overflow: hidden;
    _overflow-y: visible;
  }
}

.aside1 {
  float: left;
  width: 25%;
  margin-left: 0%;
  margin-right: -25%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  background: #ccc;
  padding: 10px;
}

.content {
  float: left;
  width: 50%;
  margin-left: 25%;
  margin-right: -75%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
}

.aside2 {
  float: left;
  width: 25%;
  margin-left: 75%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  background: #ccc;
  padding: 10px;
}

.footer1 {
  clear: left;
  float: left;
  width: 50%;
  margin-left: 0%;
  margin-right: -50%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  background: #333;
  padding: 10px;
}

.footer2 {
  float: left;
  width: 50%;
  margin-left: 50%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  background: #666;
  padding: 10px;
}

.two-column .sidebar-left {
  float: left;
  width: 25%;
  margin-left: 0%;
  margin-right: -25%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  padding-left: 0;
}
.two-column .maincontent {
  float: left;
  width: 75%;
  margin-left: 25%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  *position: relative;
  *zoom: 1;
}
.two-column .maincontent:before, .two-column .maincontent:after {
  content: "";
  display: table;
}
.two-column .maincontent:after {
  clear: both;
}
@media screen and (max-width: 600px) {
  .two-column .maincontent {
    float: none;
    margin: 0;
    width: 100%;
    padding: 0 10px 0 10px;
  }
}
.two-column .maincontent .ingress {
  font-size: 1.5em;
  line-height: 1.58889em;
  margin-bottom: 1.83333em;
}
.two-column .maincontent .bodyText {
  font-size: 1.08333em;
  line-height: 2.2em;
}
.two-column .maincontent .content {
  float: left;
  width: 66.66667%;
  margin-left: 0%;
  margin-right: -66.66667%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  clear: left;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 600px) {
  .two-column .maincontent .content {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    _display: inline;
    _overflow: hidden;
    _overflow-y: visible;
    padding-left: 0;
    padding-right: 0;
  }
}
.two-column .maincontent .sidebar-right {
  float: left;
  width: 25%;
  margin-left: 75%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 600px) {
  .two-column .maincontent .sidebar-right {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    _display: inline;
    _overflow: hidden;
    _overflow-y: visible;
    padding-left: 0;
    padding-right: 0;
    padding: 0 10px 0 10px;
  }
}
.two-column .maincontent .sidebar-right .sidebar-item {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 1.83333em;
}
.two-column .maincontent .sidebar-right .sidebar-item p, .two-column .maincontent .sidebar-right .sidebar-item td, .two-column .maincontent .sidebar-right .sidebar-item li {
  font-size: 1.5em;
  line-height: 1.71111em;
  font-weight: 300;
}
.two-column .maincontent .sidebar-right .sidebar-item h3 {
  font-size: 1.5em;
  line-height: 1.71111em;
}
.two-column .maincontent .sidebar-right .sidebar-item h3, .two-column .maincontent .sidebar-right .sidebar-item strong {
  font-weight: 400;
}
.two-column .maincontent .sidebar-right .sidebar-item .published-date {
  margin-bottom: 40px;
}
.two-column .maincontent .sidebar-right .sidebar-item .author {
  margin-bottom: 40px;
}
.two-column .maincontent .sidebar-right .sidebar-item .free-text {
  margin-bottom: 40px;
  text-transform: none;
}
.two-column .maincontent hr {
  clear: left;
  border: 1px solid #000;
  margin-top: 3.66667em;
  margin-bottom: 3.66667em;
}

.dining .header {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  clear: left;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1.83333em;
  border-bottom: 1px solid #000;
  position: relative;
}
.dining .header h1 {
  font-size: 2.66667em;
  line-height: 1.375em;
}
@media screen and (max-width: 600px) {
  .dining .header h1 {
    padding: 0 10px 0.5em 10px;
  }
}
.dining .header .social-links {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.dining .header .social-links a {
  background: url(images/social.png) no-repeat;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 16px;
  height: 0;
  padding-top: 16px;
  overflow: hidden;
}
.dining .header .social-links a.twitter {
  background-position: top left;
}
.dining .header .social-links a.facebook {
  padding-top: 15px;
  background-position-y: -16px;
}
.dining .maincontent {
  float: left;
  width: 75%;
  margin-left: 0%;
  margin-right: -75%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  padding-left: 0;
  padding-right: 0;
  clear: left;
}
@media screen and (max-width: 600px) {
  .dining .maincontent {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    _display: inline;
    _overflow: hidden;
    _overflow-y: visible;
    padding-left: 0;
    padding-right: 0;
  }
}
.dining .maincontent .flexslider {
  margin: 0 0 20px;
}
@media screen and (max-width: 600px) {
  .dining .maincontent .flexslider .flex-control-nav {
    left: 0;
  }
  .dining .maincontent .flexslider .flex-direction-nav {
    display: none;
  }
}
.dining .maincontent .columns {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
}
.dining .maincontent .columns .ingress {
  font-size: 1.5em;
  line-height: 1.58889em;
  margin-bottom: 1.83333em;
}
.dining .maincontent .columns .bodyText {
  font-size: 1.08333em;
  line-height: 2.2em;
}
@media screen and (max-width: 600px) {
  .dining .maincontent .columns {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    padding: 0 10px 0 10px;
  }
}
@media screen and (max-width: 600px) {
  .dining .maincontent {
    width: 100%;
    float: none;
  }
  .dining .maincontent .columns {
    -moz-column-count: 0;
    -webkit-column-count: 0;
  }
}
.dining .sidebar-right {
  float: left;
  width: 16.66667%;
  margin-left: 83.33333%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 600px) {
  .dining .sidebar-right {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    _display: inline;
    _overflow: hidden;
    _overflow-y: visible;
    padding-left: 0;
    padding-right: 0;
    padding: 0 10px 0 10px;
  }
}
.dining .sidebar-right .sidebar-item {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 1.83333em;
}
.dining .sidebar-right .sidebar-item p, .dining .sidebar-right .sidebar-item td, .dining .sidebar-right .sidebar-item li {
  font-size: 1.5em;
  line-height: 1.71111em;
  font-weight: 300;
}
.dining .sidebar-right .sidebar-item h3 {
  font-size: 1.5em;
  line-height: 1.71111em;
}
.dining .sidebar-right .sidebar-item h3, .dining .sidebar-right .sidebar-item strong {
  font-weight: 400;
}
.dining .sidebar-right .sidebar-item img {
  margin-top: 1.83333em;
  margin-bottom: 1.83333em;
}

#header {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  position: relative;
}
@media screen and (max-width: 600px) {
  #header {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    _display: inline;
    _overflow: hidden;
    _overflow-y: visible;
  }
}
#header .bg {
  z-index: -1;
  background: url(images/header-background.jpg) top right no-repeat;
  height: 253px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #header .bg {
    background: url("images/header-background.jpg?height=190") top right no-repeat;
    height: 190px;
    z-index: -1;
    position: relative;
  }
}
@media screen and (max-width: 600px) {
  #header .bg {
    background: #fff;
    height: 50px;
    border-bottom: 3px solid #000;
    z-index: -1;
    position: relative;
  }
}
#header .logo {
  position: absolute;
  width: 213px;
  height: 169px;
  top: 53px;
  left: 10px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  #header .logo {
    width: 19%;
  }
}
@media screen and (max-width: 600px) {
  #header .logo {
    background: url("images/logo-usf-mobile.png") top right no-repeat;
    width: 60px;
    height: 40px;
    top: 5px;
    left: 10px;
  }
}
#header .logo a {
  color: #000;
  display: block;
  min-width: 60px;
  min-height: 36px;
}
#header .logo a img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  #header .logo a img {
    display: none;
  }
}
#header .logo a .logo-text {
  font-family: georgia, sans-serif;
  font-size: 1.16667em;
  line-height: 1.57143em;
  text-transform: uppercase;
}
@media screen and (max-width: 959px) {
  #header .logo a .logo-text {
    font-size: 0.83333em;
    line-height: 2.2em;
  }
}
@media screen and (max-width: 600px) {
  #header .logo a .logo-text {
    display: none;
  }
}
#header .searchbox {
  position: relative;
  float: right;
  margin-top: 1.83333em;
}
@media screen and (max-width: 600px) {
  #header .searchbox {
    display: none;
    position: absolute;
    font-size: 1.33333em;
    line-height: 1.375em;
    z-index: 999;
    top: 21px;
    left: 10px;
  }
}
#header .searchbox input {
  font-family: georgia, sans-serif;
  margin: 0;
  float: left;
}
#header .searchbox input[type=text] {
  width: 220px;
  border: 1px #cecece solid;
  border-right: 0px;
  margin-right: -1px;
  padding: 3px 10px;
  font-style: italic;
  line-height: 16px;
}
@media screen and (max-width: 600px) {
  #header .searchbox input[type=text] {
    padding: 10px 10px;
    width: 238px;
  }
}
#header .searchbox input[type=image] {
  background-color: white;
  border: 1px #cecece solid;
  padding: 5px;
  border-left: 0px;
  margin-left: -2px;
}
.ie9 #header .searchbox input[type=image] {
  padding: 4px 5px 5px 5px;
}
@media screen and (max-width: 600px) {
  #header .searchbox input[type=image] {
    padding: 12px;
  }
}
#header .searchbox #qsresults {
  display: none;
  position: absolute;
  top: 40px;
  width: 320px;
  background: white;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  #header .searchbox #qsresults {
    width: 292px;
  }
}
#header .searchbox #qsresults ul {
  position: relative;
  padding: 5px 0;
  /* creates the smaller  triangle */
}
#header .searchbox #qsresults ul li {
  position: relative;
  padding: 5px 0;
  background: url(images/searchbullet.png) 300px center no-repeat;
  overflow: hidden;
  *zoom: 1;
}
#header .searchbox #qsresults ul li.extra a {
  font-weight: 700;
}
#header .searchbox #qsresults ul li:hover, #header .searchbox #qsresults ul li.active {
  background: black url(images/searchbullet_reversed.png) 300px center no-repeat;
}
#header .searchbox #qsresults ul li:hover a, #header .searchbox #qsresults ul li.active a {
  color: white;
}
#header .searchbox #qsresults ul li a {
  display: block;
  padding-left: 5px;
  width: 290px;
  float: left;
  color: #000;
}
#header .searchbox #qsresults ul.triangle-border {
  position: relative;
  border: 1px solid #cecece;
  background: #fff;
}
#header .searchbox #qsresults ul.triangle-border:before {
  content: "";
  position: absolute;
  bottom: -20px;
  /* value = - border-top-width - border-bottom-width */
  left: 40px;
  /* controls horizontal position */
  border-width: 20px 20px 0;
  border-style: solid;
  border-color: #cecece transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}
#header .searchbox #qsresults ul.triangle-border:after {
  content: "";
  position: absolute;
  bottom: -13px;
  /* value = - border-top-width - border-bottom-width */
  left: 47px;
  /* value = (:before left) + (:before border-left) - (:after border-left) */
  border-width: 13px 13px 0;
  border-style: solid;
  border-color: #fff transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}
#header .searchbox #qsresults ul.triangle-border.top:before {
  top: -14px;
  /* value = - border-top-width - border-bottom-width */
  bottom: auto;
  left: 10px;
  right: auto;
  /* controls horizontal position */
  border-width: 0 14px 14px;
}
#header .searchbox #qsresults ul.triangle-border.top:after {
  top: -13px;
  /* value = - border-top-width - border-bottom-width */
  bottom: auto;
  left: 11px;
  right: auto;
  /* value = (:before right) + (:before border-right) - (:after border-right) */
  border-width: 0 13px 13px;
}
#header .language {
  float: right;
  margin-top: 1.83333em;
  padding: 0px 0px 0px 20px;
}
#header .language a {
  font-size: 1.16667em;
  line-height: 1.57143em;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  display: block;
  text-transform: uppercase;
  color: #000;
}
.ie #header .language a {
  padding-top: 3px;
}
#header .language a:hover {
  color: #376e91;
}
@media screen and (max-width: 600px) {
  #header .language {
    display: none;
  }
}

#topmenu {
  clear: left;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  font-family: "Oswald", sans-serif;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  #topmenu {
    display: none;
  }
}
#topmenu .sticky {
  width: 940px;
  position: fixed;
  top: 0;
}
#topmenu ul {
  box-sizing: border-box;
  z-index: 9999;
  font-weight: 300;
  background: url(images/logo-usf-small.png) white no-repeat right;
  padding: 2em 60px 2em 0px;
  border-bottom: 4px solid #000;
}
@media screen and (max-width: 959px) {
  #topmenu ul {
    background: white no-repeat right;
    padding: 2em 0px;
  }
}
@media screen and (max-width: 320px) {
  #topmenu ul {
    display: none;
  }
}
#topmenu ul li {
  display: inline;
  position: relative;
  margin: 0;
  padding: 0 12px;
  border-left: 1px #000 solid;
}
#topmenu ul li.first {
  padding-left: 0px;
  border-left: 0;
}
@media screen and (max-width: 959px) {
  #topmenu ul li {
    padding: 0 10px;
  }
}
#topmenu a {
  font-size: 1.5em;
  line-height: 0em;
  color: #000;
  text-transform: uppercase;
}
.lt-ie9 #topmenu a {
  font-size: 1.33333em;
  line-height: 0em;
}
@media screen and (max-width: 959px) {
  #topmenu a {
    font-size: 1.33333em;
    line-height: 0em;
  }
}
@media screen and (max-width: 768px) {
  #topmenu a {
    font-size: 1.25em;
    line-height: 0em;
  }
}
#topmenu a:hover {
  text-decoration: underline;
}
#topmenu a.selected {
  font-weight: 400;
  text-decoration: underline;
}

#mobilemenu {
  width: 100%;
  font-family: "Oswald", sans-serif;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  #mobilemenu {
    display: none;
  }
}
#mobilemenu ul.mobilemenu {
  box-sizing: border-box;
  z-index: 9999;
  font-weight: 300;
  float: right;
  margin-left: 60px;
  padding: 20px 0 0;
}
#mobilemenu ul.mobilemenu li {
  display: inline;
  position: relative;
  margin: 0;
  padding: 0px 10px 0px 10px;
  border-left: 1px #000 solid;
}
#mobilemenu ul.mobilemenu li.first {
  padding-left: 0px;
  border-left: 0;
  border-left: none;
}
#mobilemenu .mobilemenu a {
  font-size: 1.5em;
  line-height: 0em;
  color: #000;
  text-transform: uppercase;
}
#mobilemenu .mobilemenu a:hover {
  text-decoration: underline;
}
#mobilemenu .mobilemenu a.selected {
  font-weight: 400;
  text-decoration: underline;
}
#mobilemenu .mobilemenu a img {
  height: 20px;
}
#mobilemenu .menuToggleButton {
  background-image: url("images/icon-horizontal-arrow.png");
  background-repeat: no-repeat;
  background-position: 40px 11px;
  padding-right: 20px;
}
#mobilemenu .dropdownContainer {
  position: relative;
}
#mobilemenu .dropdownContainer .arrow,
#mobilemenu .dropdownContainer .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
#mobilemenu .dropdownContainer .arrow:after {
  content: "";
  z-index: -1;
}
#mobilemenu .dropdownContainer.bottom .arrow {
  top: 0px;
  left: 0px;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #ffffff;
}
#mobilemenu .dropdownContainer.bottom .arrow:after {
  border-width: 0 11px 11px;
  border-bottom-color: black;
  top: -1px;
  left: -11px;
}
#mobilemenu .dropdownContainer ul.dropdownlist {
  display: none;
  min-width: 115px;
  border: 1px solid black;
  border-top: none;
  font-family: "Oswald", sans-serif;
  background-color: white;
  z-index: 201;
  position: absolute;
  top: 53px;
  right: 0px;
  padding: 5px;
}
#mobilemenu .dropdownContainer ul.dropdownlist li a {
  color: black;
  font-size: 1.33333em;
  line-height: 0em;
  font-weight: 300;
}

#submenu {
  font-family: "Oswald", sans-serif;
  margin-top: 48px;
}
@media screen and (max-width: 600px) {
  #submenu {
    display: none;
  }
}
#submenu.sticky {
  position: fixed;
  top: 110px;
}
#submenu li {
  margin: 0;
  padding: 0;
}
#submenu li a {
  font-size: 1.33333em;
  line-height: 2.475em;
  color: #000;
  text-transform: uppercase;
  font-weight: 300;
}
#submenu li a:hover {
  text-decoration: underline;
}
#submenu li a.selected {
  font-weight: 400;
}
#submenu li a.selected:before {
  content: '\003E';
  padding: 0 5px 0 0;
}
.ie7 #submenu li a.selected {
  background: url(images/ie7_bullet.png) 0px 9px no-repeat;
  padding-left: 10px;
}

.footer-wrapper {
  clear: left;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
}
@media screen and (max-width: 600px) {
  .footer-wrapper {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    _display: inline;
    _overflow: hidden;
    _overflow-y: visible;
  }
}
.footer-wrapper .footer-top {
  margin-top: 4.58333em;
  clear: left;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  padding-left: 0;
  padding-right: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  border-top: 5px solid #000;
  border-bottom: 1px solid #000;
}
.footer-wrapper .footer-top .left {
  float: left;
  width: 75%;
  margin-left: 0%;
  margin-right: -75%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  font-size: 1.33333em;
  line-height: 4.8125em;
}
@media screen and (max-width: 600px) {
  .footer-wrapper .footer-top .left {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    _display: inline;
    _overflow: hidden;
    _overflow-y: visible;
    font-size: 1.33333em;
    line-height: 2.0625em;
    text-align: center;
  }
  .footer-wrapper .footer-top .left strong {
    display: block;
  }
}
.footer-wrapper .footer-top .right {
  float: left;
  width: 25%;
  margin-left: 75%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 600px) {
  .footer-wrapper .footer-top .right {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    _display: inline;
    _overflow: hidden;
    _overflow-y: visible;
    text-align: center;
    margin-bottom: 1.83333em;
  }
}
.footer-wrapper .footer-top .right a img {
  float: right;
  padding-left: 10px;
  padding-top: 10px;
}
@media screen and (max-width: 600px) {
  .footer-wrapper .footer-top .right a img {
    float: none;
  }
}
.footer-wrapper .footer-bottom {
  margin-top: 1.83333em;
  clear: left;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  padding-left: 0;
  padding-right: 0;
}
.footer-wrapper .footer-bottom h3 {
  font-size: 1.33333em;
  line-height: 1.375em;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin-bottom: 0.91667em;
  text-transform: uppercase;
}
.footer-wrapper .footer-bottom .sponsors {
  float: left;
  width: 66.66667%;
  margin-left: 0%;
  margin-right: -66.66667%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  font-size: 1.33333em;
  line-height: 4.8125em;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 600px) {
  .footer-wrapper .footer-bottom .sponsors {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    _display: inline;
    _overflow: hidden;
    _overflow-y: visible;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .footer-wrapper .footer-bottom .sponsors h3 {
    font-size: 1.5em;
    line-height: 1.22222em;
    margin-bottom: 0.91667em;
  }
}
.footer-wrapper .footer-bottom .sponsors img {
  padding: 0px 20px 20px 0px;
}
@media screen and (max-width: 600px) {
  .footer-wrapper .footer-bottom .sponsors img {
    display: block;
    padding: 0px 0px 20px 0px;
    margin: 0 auto;
  }
}
.footer-wrapper .footer-bottom .newsletter {
  float: left;
  width: 33.33333%;
  margin-left: 66.66667%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 600px) {
  .footer-wrapper .footer-bottom .newsletter {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    _display: inline;
    _overflow: hidden;
    _overflow-y: visible;
    border-bottom: 1px solid #000;
    text-align: center;
  }
}
.footer-wrapper .footer-bottom .newsletter h3, .footer-wrapper .footer-bottom .newsletter form, .footer-wrapper .footer-bottom .newsletter p {
  float: right;
}
@media screen and (max-width: 600px) {
  .footer-wrapper .footer-bottom .newsletter h3, .footer-wrapper .footer-bottom .newsletter form, .footer-wrapper .footer-bottom .newsletter p {
    float: none;
    margin-bottom: 1.83333em;
  }
}
@media screen and (max-width: 600px) {
  .footer-wrapper .footer-bottom .newsletter h3 {
    font-size: 1.5em;
    line-height: 1.22222em;
    margin-bottom: 0.91667em;
  }
}
.footer-wrapper .footer-bottom .newsletter input {
  font-family: georgia, sans-serif;
  font-weight: 140;
  margin: 0;
  float: left;
}
@media screen and (max-width: 600px) {
  .footer-wrapper .footer-bottom .newsletter input {
    float: none;
  }
}
.footer-wrapper .footer-bottom .newsletter input[type=text] {
  font-size: 1.16667em;
  line-height: 1.57143em;
  width: 140px;
  border: 1px #000 solid;
  padding: 5px 10px;
  font-style: italic;
}
.footer-wrapper .footer-bottom .newsletter input[type=submit] {
  font-size: 1.16667em;
  line-height: 1.57143em;
  border: 1px #000 solid;
  background: #000;
  color: #fff;
  margin-left: 5px;
  padding: 5px 5px;
  height: 29px;
  cursor: pointer;
}
.ie9 .footer-wrapper .footer-bottom .newsletter input[type=submit] {
  padding: 4px 5px 5px 5px;
  height: 27px;
}

.breadcrumb {
  clear: left;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  margin-top: 0.36667em;
  margin-bottom: 1.83333em;
  padding: 0 10px;
}
.breadcrumb ul {
  font-size: 1em;
  line-height: 1.83333em;
  list-style: none;
}
.breadcrumb li {
  display: inline;
  color: #000;
}
.breadcrumb li:last-child {
  color: #000;
}
.breadcrumb a {
  color: #376e91;
}

@media screen and (max-width: 600px) {
  .filter {
    padding: 0 10px 0 10px;
  }
}
.filter .filter-label {
  font-size: 17px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  float: left;
  margin-right: 15px;
}
.filter .dk_toggle {
  padding-left: 25px;
  background: url("images/icon-horizontal-arrow.png") left center no-repeat;
}
@media screen and (max-width: 600px) {
  .filter .dk_toggle {
    width: 280px;
    padding-right: 0;
  }
}
.filter .dk_options {
  right: 73px;
}
@media screen and (max-width: 600px) {
  .filter .dk_options {
    left: -5px;
    width: 265px;
  }
}

.tenants-list {
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .tenants-list {
    margin-left: 10px;
    margin-right: 10px;
    width: 300px;
  }
}
.tenants-list th, .tenants-list td {
  width: 33%;
}
@media screen and (max-width: 600px) {
  .tenants-list th, .tenants-list td {
    width: 100%;
    display: block;
  }
  .tenants-list th.location, .tenants-list th.description, .tenants-list th.contact, .tenants-list td.location, .tenants-list td.description, .tenants-list td.contact {
    display: none;
  }
}
.tenants-list thead tr th {
  font-size: 1.5em;
  line-height: 1.22222em;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  border-bottom: 3px solid #000;
}
.tenants-list tbody tr td {
  font-size: 1.08333em;
  line-height: 1.69231em;
  vertical-align: top;
  padding: 3em 0 1em 0;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 600px) {
  .tenants-list tbody tr td {
    font-size: 1em;
    line-height: 1.83333em;
    padding: 1em 0 1em 0;
  }
}
.tenants-list tbody tr td.first {
  padding: 1em 5% 2em 0;
  width: 50%;
}
@media screen and (max-width: 600px) {
  .tenants-list tbody tr td.first {
    padding: 1em 0 0;
    border: 0;
  }
}
.tenants-list tbody tr td.first .location {
  display: none;
}
@media screen and (max-width: 600px) {
  .tenants-list tbody tr td.first .location {
    display: block;
  }
}
.tenants-list tbody tr td h3 {
  font-size: 1.33333em;
  line-height: 1.7875em;
  text-transform: uppercase;
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  .tenants-list tbody tr td h3 {
    font-size: 1.16667em;
    line-height: 1.57143em;
  }
}
@media screen and (max-width: 600px) {
  .tenants-list tbody tr td .description {
    display: none;
  }
}
.tenants-list tbody tr td p {
  width: 280px;
}
.tenants-list tbody tr td a {
  color: #000;
}
.tenants-list tbody tr td a:hover {
  color: #376e91;
}

.wrapper {
  position: relative;
}

.no-events {
  clear: both;
}

.icon {
  background: url(images/icon-sprite.png) no-repeat;
  background-position: top left;
  display: block;
  height: 85px;
  width: 85px;
  display: none;
}
.icon.mishmash {
  background-position: top left;
}
.icon.art {
  background-position: 0 -85px;
  height: 84px;
}
.icon.movie {
  background-position: 0 -169px;
}
.icon.literature {
  background-position: 0 -254px;
}
.icon.craftsale {
  background-position: 0 -339px;
}
.icon.presentation, .icon.lecture {
  background-position: 0 -424px;
}
.icon.meeting, .icon.debate {
  background-position: 0 -509px;
}
.icon.painting, .icon.exhibition {
  background-position: 0 -594px;
}
.icon.concert, .icon.music {
  background-position: 0 -679px;
}
.icon.dance {
  background-position: 0 -764px;
  height: 84px;
}
.icon.theatre {
  background-position: 0 -848px;
}

.tickets {
  background: url(images/ticket-sprite.png) no-repeat;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 57px;
  width: 128px;
}
.tickets.sold-out {
  background-position: 0 -57px;
}

#events-nav {
  box-sizing: border-box;
  float: left;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 1.4em;
  width: 50%;
  margin-bottom: 20px;
}
#events-nav > a {
  padding: 0 10px;
  color: black;
  font-weight: 300;
}
#events-nav > a.active {
  text-decoration: underline;
  font-weight: normal;
}
#events-nav > a:first-child {
  padding-left: 0;
}
#events-nav span a {
  padding: 0 10px;
  color: black;
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  #events-nav {
    width: 100%;
    padding: 0 10px 0 10px;
  }
}

#archive-nav {
  clear: both;
  font-family: "Oswald", sans-serif;
  width: 100%;
  font-size: 1.4em;
  margin: 20px 0;
}
#archive-nav a {
  color: black;
  font-weight: 300;
}
#archive-nav a.active {
  font-weight: normal;
  text-decoration: underline;
}
#archive-nav a:hover {
  text-decoration: underline;
}

#filters {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 10px;
  margin-top: -30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  #filters {
    margin: 0 0 0 -20px;
    position: static;
  }
}
@media screen and (max-width: 600px) {
  #filters {
    position: static;
    padding: 0 10px 0 10px;
  }
}

#calendar-filter {
  width: 380px;
  position: absolute;
  right: 0px;
}
#calendar-filter .date-filter {
  margin: 10px 10px 0;
  padding: 5px;
  border: 1px solid black;
  background: #e6e6e6;
}
#calendar-filter .date-filter:active {
  background: #cecece;
}
#calendar-filter .date-filter:hover {
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  #calendar-filter .date-filter {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #calendar-filter {
    width: 253px;
    margin-left: 0;
  }
}

@media screen and (max-width: 600px) {
  #category-filter {
    z-index: 2000;
    margin-left: 0;
    width: 253px;
  }
}
.filter-container {
  position: relative;
  float: left;
}
@media screen and (max-width: 600px) {
  .filter-container {
    margin-bottom: 10px;
  }
}

.filter-button {
  display: block;
  width: 215px;
  padding: 15px 10px;
  margin-left: 20px;
  font-size: 1.3em;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  background: #000;
  color: #CCC;
}
.filter-button .content {
  width: auto;
  margin: 0 5px;
  padding: 0;
  float: none;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .filter-button {
    width: 265px;
    margin-left: 0;
  }
}

.filter-button:hover {
  color: #CCC;
}

.popover.filter-content {
  margin-left: 40px;
  display: none;
}

.popover label {
  display: block;
  padding: 3px 0 3px 0;
  color: #53332d;
  font-size: 1.4em;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.popover input {
  margin-right: 15px;
}

.events-list {
  border-collapse: collapse;
  width: 100%;
  padding: 0 10px 0 10px;
}
.events-list th, .events-list td {
  width: 15%;
}
@media screen and (max-width: 600px) {
  .events-list th, .events-list td {
    display: none;
  }
}
.events-list th.event, .events-list td.event {
  width: 55%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .events-list th.event, .events-list td.event {
    width: 100%;
    display: block;
    overflow: auto;
  }
}
@media screen and (max-width: 600px) {
  .events-list thead {
    display: none;
  }
}
.events-list thead tr th {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  border-bottom: 3px solid #000;
  font-weight: 300;
  line-height: 2;
}
.events-list thead tr th.sort {
  font-weight: normal;
}
.events-list thead tr th.sort a {
  background: url(images/icon-horizontal-arrow.png) no-repeat right 10px;
}
.events-list thead tr th.sort.desc a {
  background: url(images/icon-horizontal-arrow-up.png) no-repeat right 10px;
}
.events-list thead tr th a {
  color: black;
  padding-right: 20px;
}
.events-list thead tr th a:hover {
  color: #376e91;
}
.events-list tbody tr td {
  font-family: "Oswald", sans-serif;
  font-size: 1.08333em;
  line-height: 1.69231em;
  vertical-align: top;
  padding: 2em 2% 1em 0;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 600px) {
  .events-list tbody tr td {
    font-size: 1em;
    line-height: 1.83333em;
    padding: 1em 10px 1em 10px;
  }
}
.events-list tbody tr td .time, .events-list tbody tr td .location {
  font-weight: 300;
}
.events-list tbody tr td .location {
  padding-top: 20px;
  text-transform: uppercase;
}
.events-list tbody tr td .scene {
  text-transform: uppercase;
  font-weight: 300;
}
.events-list tbody tr td.event .image {
  float: left;
  padding: 0 10px 0 0;
}
.events-list tbody tr td.event .image img {
  border: 0;
}
@media screen and (max-width: 600px) {
  .events-list tbody tr td.event .image {
    width: 50%;
  }
  .events-list tbody tr td.event .image img {
    width: 100%;
    max-width: 170px;
  }
}
.events-list tbody tr td.event .description {
  font-family: georgia, sans-serif;
  float: left;
  width: 50%;
}
@media screen and (max-width: 600px) {
  .events-list tbody tr td.event .description {
    width: 45%;
  }
  .events-list tbody tr td.event .description .ingress {
    display: none;
  }
}
.events-list tbody tr td.event .description h3 {
  font-family: "Oswald", sans-serif;
  font-size: 1.08333em;
  line-height: 1.69231em;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 1.83333em;
}
.events-list tbody tr td.event .description h3 .category {
  display: none;
}
@media screen and (max-width: 600px) {
  .events-list tbody tr td.event .description h3 .category {
    display: inline;
  }
}
.events-list tbody tr td.event .description .mini-info {
  display: none;
}
@media screen and (max-width: 600px) {
  .events-list tbody tr td.event .description .mini-info {
    display: block;
  }
}
.events-list tbody tr td a {
  color: #000;
}
.events-list tbody tr td a:hover {
  color: #376e91;
}
.events-list tbody tr.last td {
  border-bottom: 0;
}

.event .header {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  clear: left;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1.83333em;
  border-bottom: 1px solid #000;
  position: relative;
}
.event .header h1 {
  font-size: 2.66667em;
  line-height: 1.375em;
}
.event .header .social-links {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.event .header .social-links a {
  background: url(images/social.png) no-repeat;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 16px;
  height: 0;
  padding-top: 16px;
  overflow: hidden;
}
.event .header .social-links a.twitter {
  background: url(images/social.png) top left no-repeat;
}
.event .header .social-links a.facebook {
  padding-top: 15px;
  background: url(images/social.png) 0 -16px no-repeat;
}
.event .sidebar-left {
  float: left;
  width: 41.66667%;
  margin-left: 0%;
  margin-right: -41.66667%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  clear: left;
  padding-left: 0;
  padding-right: 0;
  padding-right: 20px;
}
@media screen and (max-width: 600px) {
  .event .sidebar-left {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    _display: inline;
    _overflow: hidden;
    _overflow-y: visible;
    clear: left;
    padding-left: 0;
    padding-right: 0;
  }
}
.event .sidebar-left .noslider .slides li {
  margin-bottom: 1.5em;
  margin-top: 4px;
}
.event .sidebar-left .noslider .slides li img {
  width: 100%;
}
.event .sidebar-left .extra-text {
  margin-bottom: 1.83333em;
}
.event .sidebar-left .credits {
  margin-bottom: 1.83333em;
}
.event .sidebar-left .credits th, .event .sidebar-left .credits td {
  vertical-align: top;
  padding: 1px 0;
}
.event .sidebar-left .credits th {
  font-weight: bold;
  padding-right: 10px;
}
.event .sidebar-left h3 {
  font-size: 1.08333em;
  line-height: 3.38462em;
  font-family: georgia, sans-serif;
  font-weight: bold;
}
.event .sidebar-left .trailer-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.event .sidebar-left .trailer-container iframe, .event .sidebar-left .trailer-container object, .event .sidebar-left .trailer-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.event .maincontent {
  float: left;
  width: 41.66667%;
  margin-left: 41.66667%;
  margin-right: -83.33333%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
}
.event .maincontent .ingress {
  font-size: 1.08333em;
  line-height: 1.69231em;
  font-weight: 600;
  margin-bottom: 1.83333em;
}
.event .maincontent .bodyText {
  font-size: 1.08333em;
  line-height: 1.69231em;
}
@media screen and (max-width: 600px) {
  .event .maincontent {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    _display: inline;
    _overflow: hidden;
    _overflow-y: visible;
    clear: left;
    padding-left: 0;
    padding-right: 0;
    padding: 0 10px 0 10px;
  }
}
.event .sidebar-right {
  float: left;
  width: 16.66667%;
  margin-left: 83.33333%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  padding-left: 0;
  padding-right: 0;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .event .sidebar-right {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    _display: inline;
    _overflow: hidden;
    _overflow-y: visible;
    clear: left;
    padding-left: 0;
    padding-right: 0;
    padding: 0 10px 0 10px;
  }
}
.event .sidebar-right .sidebar-item {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin-bottom: 3.66667em;
}
.event .sidebar-right .sidebar-item h3 {
  font-size: 1.5em;
  line-height: 1.46667em;
  font-weight: 400;
}
.event .sidebar-right .sidebar-item div {
  font-size: 1.5em;
  line-height: 1.58889em;
  font-weight: 300;
}
.event .sidebar-right .sidebar-item div a {
  text-decoration: underline;
}
.event .sidebar-right .showTimes {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.event .sidebar-right .showTimes li {
  margin-bottom: 2.75em;
}
.event .sidebar-right .showTimes li p {
  font-size: 1.41667em;
  line-height: 1.29412em;
  font-weight: 300;
}
.event .sidebar-right .showTimes li p.date {
  font-weight: 400;
}

.events-bottom {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  clear: left;
  padding-left: 0;
  padding-right: 0;
  margin-top: 1.83333em;
  border-top: 1px solid #000;
}
@media screen and (max-width: 600px) {
  .events-bottom {
    padding: 0 10px 0 10px;
  }
}
.events-bottom a {
  float: left;
  width: 25%;
  margin-left: 0%;
  margin-right: -25%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.08333em;
  line-height: 1.69231em;
  margin-top: 1.83333em;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #000;
}
.events-bottom a:before {
  content: '\003E';
  padding: 0 5px 0 0;
}
.ie7 .events-bottom a {
  background: url(images/ie7_bullet.png) 0px 9px no-repeat;
  padding-left: 10px;
}
.events-bottom a:hover {
  color: #376e91;
}
.events-bottom p {
  float: left;
  width: 58.33333%;
  margin-left: 41.66667%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  font-size: 0.91667em;
  line-height: 2em;
  font-style: italic;
  margin-top: 1.83333em;
}

.ie7 .arrow {
  display: none !important;
}

.popover {
  position: absolute;
  width: 200px;
  border: 1px solid #000;
  background: #fff;
  padding: 15px;
  margin-top: 0.3em;
  right: 0;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow:after {
  content: "";
  z-index: -1;
}
.popover.bottom .arrow {
  top: -10px;
  left: 90%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #ffffff;
}
.popover.bottom .arrow:after {
  border-width: 0 11px 11px;
  border-bottom-color: black;
  top: -1px;
  left: -11px;
}

.hasDatepicker {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 44%;
  vertical-align: top;
  margin: 0 10px;
  font-family: 'Helvetica', Arial, sans-serif;
}
@media screen and (max-width: 600px) {
  .hasDatepicker {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
}

.ui-datepicker-header {
  position: relative;
}

.ui-datepicker-title {
  background: #000;
  color: #fff;
  display: block;
  padding: 10px 25px;
  font-size: 17px;
  line-height: 18px;
  font-family: "Oswald", sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.ui-datepicker-calendar {
  width: 100%;
}
.ui-datepicker-calendar th {
  padding: 3px 0;
  text-align: center;
}
.ui-datepicker-calendar td a, .ui-datepicker-calendar td span {
  text-align: center;
  display: block;
  margin: 1px;
  background: #e6e6e6;
  color: #222;
  border: 1px solid #333;
}
.ui-datepicker-calendar td.ui-datepicker-unselectable span {
  color: #BBB;
}
.ui-datepicker-calendar td a.ui-state-active {
  background: #000;
  color: #fff;
}

.ui-datepicker-prev, .ui-datepicker-next {
  position: absolute;
  top: -4px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  line-height: 100%;
}

.ie7 .ui-datepicker-prev, .ie7 .ui-datepicker-next {
  top: 0px;
}

.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
  color: #ddd;
}

.ui-datepicker-prev {
  left: 5px;
}

.ui-datepicker-next {
  right: 5px;
}

/* One container to bind them... */
.dk_container {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 17px;
  margin-bottom: 18px;
}

.dk_container:focus {
  outline: 0;
}

.dk_container a {
  text-decoration: none;
}

/* Opens the dropdown and holds the menu label */
.dk_toggle {
  /**
   * Help: Arrow image not appearing
   * Try updating this property to your correct dk_arrows.png path
   */
  background-image: url("images/dk_arrows.png");
  background-repeat: no-repeat;
  background-position: 90% center;
  color: #333;
  padding: 0px 45px 0px 10px;
}

.dk_toggle:hover {
  border-color: #8c8c8c;
}

/* Applied when the dropdown is focused */
.dk_focus .dk_toggle {
  border-color: #40b5e2;
}

/* Applied whenever the dropdown is open */
.dk_open {
  /**
   * Help: Dropdown menu is covered by something
   * Try setting this value higher
   */
  z-index: 10;
}

.ie7 .dk_options a:hover {
  background: url("images/ie7_white_bullet.png") black 30px center no-repeat;
  padding-left: 5px;
  text-indent: 35px;
  margin: 0 -20px;
}

/* The outer container of the options */
.dk_options {
  position: absolute;
  width: 200px;
  border: 1px solid #000;
  background: #fff;
  padding: 15px;
  margin-top: 0.3em;
  left: -20px;
  top: 26px;
}
.dk_options .arrow,
.dk_options .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.dk_options .arrow:after {
  content: "";
  z-index: -1;
}
.dk_options .arrow {
  top: -5px;
  left: 27px;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ffffff;
}
.dk_options .arrow:after {
  border-width: 0 5px 5px;
  border-bottom-color: black;
  top: -1px;
  left: -5px;
}

.dk_options a {
  background-color: #fff;
  padding: 8px 10px;
  color: #000;
  zoom: 1;
}

.dk_options li:last-child a {
  border-bottom: none;
}

.dk_options a:hover {
  color: #fff;
  margin: 0 -20px;
  text-indent: 20px;
  background-color: #000;
}

.dk_options a:hover:before {
  content: '> ';
}

.dk_option_current a {
  color: #777;
  text-decoration: none;
}

/* Inner container for options, this is what makes the scrollbar possible. */
.dk_options_inner {
  color: #333;
  max-height: 500px;
}

/* Set a max-height on the options inner */
.dk_options_inner,
.dk_touch .dk_options {
  max-height: 500px;
}

/******  End Theme ******/
/***** Critical to the continued enjoyment of working dropdowns ******/
.dk_container {
  display: none;
  float: left;
  position: relative;
}

.dk_container a {
  outline: 0;
}

.dk_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1;
}

.dk_open {
  position: relative;
}

.dk_open .dk_options {
  display: block;
}

.dk_open .dk_label {
  color: inherit;
}

.dk_options {
  display: none;
  margin-top: -1px;
  position: absolute;
  right: 0;
  width: 100%;
}

.dk_options a,
.dk_options a:link,
.dk_options a:visited {
  display: block;
}

.dk_options_inner {
  overflow: visible;
  position: relative;
}

.dk_touch .dk_options {
  overflow: hidden;
}

.dk_touch .dk_options_inner {
  max-height: none;
  overflow: visible;
}

.dk_fouc select {
  position: relative;
  top: -99999em;
  visibility: hidden;
}

/***** End Critical to the continued enjoyment of working dropdowns ******/
.contact h1 {
  font-size: 2.66667em;
  line-height: 1.375em;
  border-bottom: 2px solid #000;
  padding: 0.5em 0;
}
@media screen and (max-width: 600px) {
  .contact h1 {
    padding: 0 10px 0.5em 10px;
  }
}
.contact .sidebar-left {
  float: left;
  width: 33.33333%;
  margin-left: 0%;
  margin-right: -33.33333%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  padding-left: 0;
}
.contact .sidebar-left p {
  font-family: "Oswald", sans-serif;
  font-size: 2em;
  line-height: 1.83333em;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 1.83333em;
}
.contact .sidebar-left p.googleLink {
  font-family: georgia, sans-serif;
  font-size: 1.08333em;
  line-height: 1.69231em;
  text-transform: none;
}
.contact .sidebar-left p.googleLink a {
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .contact .sidebar-left {
    float: none;
    margin: 0;
    padding: 0 10px 0 10px;
    width: 100%;
  }
  .contact .sidebar-left p {
    font-size: 16px;
  }
}
.contact .maincontent {
  float: left;
  width: 66.66667%;
  margin-left: 33.33333%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  *position: relative;
  *zoom: 1;
}
.contact .maincontent:before, .contact .maincontent:after {
  content: "";
  display: table;
}
.contact .maincontent:after {
  clear: both;
}
.contact .maincontent .ingress {
  font-size: 1.5em;
  line-height: 1.58889em;
  margin-bottom: 1.83333em;
}
.contact .maincontent .bodyText {
  font-size: 1.08333em;
  line-height: 2.2em;
}
.contact .maincontent .bodyText h3 {
  font-family: georgia, sans-serif;
  font-size: 1.75em;
  line-height: 2.09524em;
  text-transform: none;
}
.contact .maincontent .bodyText hr {
  clear: left;
  border: 1px solid #000;
  margin-top: 3.66667em;
  margin-bottom: 3.66667em;
}
@media screen and (max-width: 600px) {
  .contact .maincontent .bodyText {
    padding: 0 10px 0 10px;
    width: 300px;
  }
}
@media screen and (max-width: 600px) {
  .contact .maincontent {
    float: none;
    width: 100%;
    margin: 0;
  }
  .contact .maincontent table tr:first-child {
    display: none;
  }
  .contact .maincontent table td:last-child {
    border-bottom: 1px solid black;
  }
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 0px solid #fff;
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.borders .flex-viewport {
  border-top: 4px solid black;
  border-bottom: 4px solid black;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  width: 35px;
  height: 86px;
  margin: -20px 0 0;
  display: block;
  background: url(images/slideshow-navi-sprite.png) no-repeat 0 0;
  position: absolute;
  top: 36%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}

.flex-direction-nav .flex-prev {
  left: -36px;
}

.flexslider:hover .flex-next {
  opacity: 0.4;
  right: 10px;
}

.flexslider:hover .flex-prev {
  opacity: 0.4;
  left: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 0.8;
}

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 2% 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 10.75%;
  float: left;
  margin: 0 0 2% 2%;
}
.flex-control-thumbs li:first-child {
  margin: 0 0 2% 0;
}

.flex-control-nav {
  bottom: 5px;
  text-align: left;
  left: 10px;
}

.flex-control-paging li a {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.8);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.flex-control-paging li a.flex-active {
  background: rgba(0, 0, 0, 0.8);
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: -1;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: -1;
  }
}
.lt-ie9 .row .item-wrp {
  width: 32%;
  float: left;
  margin: 0;
}
.lt-ie9 .row .item-wrp.large {
  width: 938px;
  margin-top: 20px;
}
.lt-ie9 .row .item-wrp .item {
  text-align: left;
}
.lt-ie9 .row .item-wrp .item h1, .lt-ie9 .row .item-wrp .item h3, .lt-ie9 .row .item-wrp .item h2 {
  text-align: center;
}
.lt-ie9 .row .item-wrp .item .item-content a {
  display: none;
}
.lt-ie9 .row .item-wrp:first-child + .item-wrp {
  margin: 0 2%;
}

.row {
  clear: left;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.row .item-wrp:first-child {
  float: left;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .row .item-wrp:first-child {
    float: none;
    margin: 10px auto;
  }
}
.row .lt-ie9 .item-wrp:first-child + .item-wrp {
  margin: 0 2%;
}
.row .item-wrp:last-child {
  float: right;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .row .item-wrp:last-child {
    float: none;
    margin: 10px auto;
  }
}
@media screen and (max-width: 600px) {
  .row {
    margin: 0 auto;
  }
}

.item-wrp {
  width: 32%;
  float: left;
  margin: 0 2%;
}
.item-wrp.large {
  width: 938px;
}
@media screen and (max-width: 600px) {
  .item-wrp.large {
    width: 100%;
  }
  .item-wrp.large .item h2 {
    font-size: 2.3em;
    margin-bottom: 0;
  }
  .item-wrp.large .item h3 {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .item-wrp {
    width: 298px;
    float: none;
    margin: 10px auto;
  }
}

.large .left h1, .large .left p, .large .left h3, .large .left h2 {
  text-align: left;
}
.large .right h1, .large .right p, .large .right h3, .large .right h2 {
  text-align: right;
}

.item {
  position: relative;
  text-align: center;
  border: 1px solid black;
  line-height: 0px;
}
.item h1, .item h3, .item h2, .item a {
  color: #fff;
  text-decoration: none;
}
.item h1, .item h3, .item h2 {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.item h2 {
  font-size: 3.5em;
  line-height: 1.25em;
}
@media screen and (max-width: 768px) {
  .item h2 {
    font-size: 2.8em;
  }
}
@media screen and (max-width: 600px) {
  .item h2 {
    font-size: 3.5em;
  }
}
.item img {
  z-index: 1;
  width: 100%;
}
.item .item-content {
  position: absolute;
  top: 50px;
  left: auto;
  z-index: 200;
  width: 94%;
  padding: 0 3%;
  line-height: 22px;
}
.item .item-content.black h1, .item .item-content.black h3, .item .item-content.black h2, .item .item-content.black a {
  color: #000;
  text-decoration: none;
  width: 100%;
}
.item .item-content.black h1, .item .item-content.black h3, .item .item-content.black h2 {
  text-shadow: 0 0 4px white;
}

.current-news {
  background: black;
}
.current-news h1 {
  margin-bottom: 0px;
}
.current-news .item-content .link {
  margin-top: 1.5em;
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.4em;
}

.program h2 a {
  color: black;
}
.program a {
  width: 100%;
}
.program .show-all {
  position: absolute;
  bottom: 20px;
  color: black;
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.4em;
}
@media screen and (max-width: 800px) {
  .program .show-all {
    display: none;
  }
}
.program .slide-container {
  position: absolute;
  top: 10px;
  left: auto;
  z-index: 200;
  width: 90%;
  margin: 0 5%;
  height: 90%;
  overflow: hidden;
}
.program .slide-container .flex-control-nav {
  bottom: 15px;
  left: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .program .slide-container .flex-control-nav {
    bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  .program .slide-container .flex-control-nav {
    bottom: 0;
  }
}
.program .slide-container .flex-control-nav li {
  margin: 0 6px;
}
.program .slide-container .flex-control-nav li a {
  width: 7px;
  height: 7px;
  background: rgba(211, 211, 211, 0.8);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.program .slide-container .flex-control-nav li a.flex-active {
  background: rgba(141, 141, 141, 0.8);
}
.program h1, .program h2, .program p {
  color: black;
  text-align: left;
  text-shadow: none;
}
.program h1 {
  font-size: 2em;
  border-bottom: 2px solid black;
  padding: 15px 0;
  margin: 0 0 1px;
}
@media screen and (max-width: 768px) {
  .program h1 {
    padding: 5px 0;
  }
}
@media screen and (max-width: 800px) {
  .program h1 {
    padding: 5px 0;
  }
}
.program h2 {
  font-family: georgia, sans-serif;
  font-weight: bold;
  font-size: 1em;
}
.program .slides {
  border-top: 1px solid black;
}
.program .program-content-item {
  padding: 5px 0 10px;
}
@media screen and (max-width: 768px) {
  .program .program-content-item {
    padding: 0;
  }
}

.row .slider {
  margin-bottom: 0;
  border-bottom: 5px solid black;
}
.row .slider .slide {
  position: relative;
  text-align: center;
}
.row .slider .slide h1, .row .slider .slide h2, .row .slider .slide a {
  color: #fff;
  text-decoration: none;
  width: 100%;
}
.row .slider .slide h1, .row .slider .slide h2 {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.row .slider .slide h1 {
  font-size: 4em;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .row .slider .slide h1 {
    font-size: 2.3em;
  }
}
@media screen and (max-width: 600px) {
  .row .slider .slide h2, .row .slider .slide .readmore {
    display: none;
  }
}
.row .slider .slide .slide-content {
  position: absolute;
  top: 30px;
  z-index: 200;
  width: 100%;
  height: 300px;
}
.row .slider .slide .slide-content.black h1, .row .slider .slide .slide-content.black h2, .row .slider .slide .slide-content.black a {
  color: #000;
  text-decoration: none;
  width: 100%;
}
.row .slider .slide .slide-content.black h1, .row .slider .slide .slide-content.black h2 {
  text-shadow: 0 0 4px white;
}
.row .slider .slide .slide-content.right {
  width: 33%;
  right: 0;
}
.row .slider .slide .slide-content.left {
  width: 33%;
}
.row .slider .flex-control-nav {
  bottom: 0;
  text-align: left;
  left: 10px;
}
.row .slider .flex-control-paging li a {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.8);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.row .slider .flex-control-paging li a.flex-active {
  background: rgba(0, 0, 0, 0.8);
}

.externallinks {
  clear: left;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.83333em;
  margin-bottom: 0em;
}
@media screen and (max-width: 600px) {
  .externallinks {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
