@font-face {
  font-family: 'National';
  src: url("//www.usc.edu/assets/fonts/NationalWeb-Regular.eot");
  src: local(':)'), url("//www.usc.edu/assets/fonts/NationalWeb-Regular.woff") format('woff'), url("//www.usc.edu/assets/fonts/NationalWeb-Regular.ttf") format('truetype'), url("//www.usc.edu/assets/fonts/NationalWeb-Regular.svg") format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'National';
  src: url("//www.usc.edu/assets/fonts/NationalWeb-Semibold.eot");
  src: local(':)'), url("//www.usc.edu/assets/fonts/NationalWeb-Semibold.woff") format('woff'), url("//www.usc.edu/assets/fonts/NationalWeb-Semibold.ttf") format('truetype'), url("//www.usc.edu/assets/fonts/NationalWeb-Semibold.svg") format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'National';
  src: url("//www.usc.edu/assets/fonts/NationalWeb-Bold.eot");
  src: local(':)'), url("//www.usc.edu/assets/fonts/NationalWeb-Bold.woff") format('woff'), url("//www.usc.edu/assets/fonts/NationalWeb-Bold.ttf") format('truetype'), url("//www.usc.edu/assets/fonts/NationalWeb-Bold.svg") format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'icons';
  src: url("/assets/fonts/icons.eot?2xhki8");
  src: url("/assets/fonts/icons.eot?#iefix2xhki8") format('embedded-opentype'), url("/assets/fonts/icons.woff?2xhki8") format('woff'), url("/assets/fonts/icons.ttf?2xhki8") format('truetype'), url("/assets/fonts/icons.svg?2xhki8#icons") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class*="ico-"]:before,
[class*="ico-"]:after {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ico-library:before {
  content: "\e600";
}
.ico-coin:before {
  content: "\e601";
}
.ico-play:before {
  content: "\e602";
}
.ico-door:before {
  content: "\e603";
}
.ico-phone:before {
  content: "\e604";
}
.ico-directions:before {
  content: "\e605";
}
.ico-mail:before {
  content: "\e606";
}
.ico-user:before {
  content: "\e607";
}
.ico-share:before {
  content: "\e608";
}
.ico-location:before {
  content: "\e609";
}
.ico-search:before {
  content: "\e60a";
}
.ico-news:before {
  content: "\e60b";
}
.ico-clock:before {
  content: "\e60c";
}
.ico-cal:before {
  content: "\e60d";
}
.ico-rocket:before {
  content: "\e60e";
}
.ico-rss:before {
  content: "\e60f";
}
.ico-history:before {
  content: "\e610";
}
.ico-photos:before {
  content: "\e611";
}
.ico-video:before {
  content: "\e612";
}
.ico-bookmark:before {
  content: "\e613";
}
.ico-arrow-right-fill:before {
  content: "\e614";
}
.ico-arrow-left:before {
  content: "\e615";
}
.ico-arrow-down:before {
  content: "\e616";
}
.ico-arrow-up:before {
  content: "\e617";
}
.ico-arrow-right:before {
  content: "\e618";
}
.ico-chevron:before {
  content: "\e619";
}
.ico-home:before {
  content: "\e88a";
}
html,
body {
  font: 11px/1.2 "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  color: #2b2b2b;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
body {
  overflow: hidden;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
hr {
  height: 1px;
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,0.07);
}
ul,
ol,
dir,
menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
dd {
  margin: 0;
}
dt {
  font-weight: bold;
  margin: 1em 0 0.5em;
}
a {
  text-decoration: none;
  color: inherit;
}
button {
  cursor: pointer;
}
:focus {
  outline: 0;
}
iframe {
  border: none;
}
small {
  font-size: 0.8em;
}
img {
  max-width: 100%;
}
.google-map img {
  max-width: 1000em;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.blockquote {
  background: #eee;
  padding: 5px 20px;
  margin: 10px 0;
}
.c-more,
.html-content a {
  color: #900;
}
.c-more:hover,
.html-content a:hover {
  text-decoration: underline;
}
.c-more.block,
.html-content a.block {
  margin: 10px 0;
}
.html-content {
  font-size: 13px;
  line-height: 1.6;
}
.html-content.story-content {
  font-size: 15px;
}
.html-content.buttons {
  clear: both;
  margin-top: 2em;
}
@media only screen and (min-width: 480px) {
  .html-content.buttons {
    float: left;
    width: 27%;
  }
}
.html-content.buttons img {
  border: none;
}
.html-content.buttons + .video-player {
  margin-top: 2.5em;
}
@media only screen and (min-width: 480px) {
  .html-content.buttons + .video-player {
    margin-left: 30%;
  }
}
.html-content > p:first-child {
  margin-top: 0;
}
.html-content pre {
  white-space: pre-wrap;
}
.html-content h2 {
  font-size: 1.6em;
}
.html-content table {
  width: 100%;
}
.html-content ul,
.html-content ol {
  padding-left: 40px;
}
.html-content li {
  padding: 6px 0;
  line-height: 1.6;
}
.html-content li:before {
  content: "•";
  font-size: 20px;
  line-height: 10px;
  color: #900;
  width: 10px;
  margin: 0 10px 0 -20px;
  display: inline-block;
  vertical-align: -2px;
}
.html-content li > p {
  display: inline;
}
.html-content ol {
  counter-reset: olcount;
}
.html-content ol > li {
  counter-increment: olcount;
}
.html-content ol > li:before {
  content: counter(olcount) ".";
  font-size: 1em;
  line-height: 1;
  text-align: right;
  width: 20px;
  margin: -3px 0 0 -10px;
  vertical-align: baseline;
}
input {
  vertical-align: middle;
  font: 11px Georgia, 'Palatino', 'Century Schoolbook', serif;
}
input.text,
select,
textarea {
  color: #736767;
  border-color: #7c7c7c #c3c3c3 #ddd #ccc;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  outline: none;
}
.content > h1,
.col-main > h1 {
  line-height: 1.2;
}
@media only screen and (min-width: 651px) {
  .content > h1,
  .col-main > h1 {
    margin-top: 0;
  }
}
h1 > .sub-header {
  font-size: 0.8em;
  line-height: 1;
  display: block;
}
.content p,
.content li {
  color: #333;
}
.h2 {
  font-size: 1.45em;
  margin: 1em 6px;
  display: block;
}
body,
p,
small,
address,
h1,
h2,
h3,
h4,
h5,
h6,
#header .header-title {
  font: normal 12px/1.5 "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}
p {
  font-size: 1.05em;
  line-height: 1.6;
}
p.intro,
.intro p {
  font: 1.3em Georgia, 'Palatino', 'Century Schoolbook', serif;
}
small,
address {
  font-size: 0.95em;
  line-height: 1.2;
}
b,
strong {
  font-weight: bold;
}
em,
i,
address {
  font-style: italic;
}
u {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}
h1 {
  font-size: 2.8em;
}
.content > h1,
.col-main > h1 {
  margin: 20px 0;
}
@media only screen and (min-width: 651px) {
  .content > h1,
  .col-main > h1 {
    margin-top: 0;
  }
}
h2 {
  font-size: 2em;
  margin: 18px 0 12px;
}
h3 {
  font-size: 1.4em;
  margin: 15px 0 10px;
}
h4 {
  font-size: 1.1em;
  margin: 12px 0 8px;
}
h5 {
  font-size: 1em;
  margin: 9px 0 6px;
}
h6 {
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 6px 0 4px;
}
#header .header-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
#container {
  max-width: 980px;
  background: #fff;
  padding: 8px;
  border: 5px solid #eee;
  margin: 0 5px 10px;
  position: relative;
}
.sidebar {
  padding: 10px 0;
}
.col-main {
  font-size: 14px;
  line-height: 1.6;
  min-height: 1px;
}
@media only screen and (max-width: 889px) {
  .col-sub {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 650px) {
  #container {
    padding: 0;
    border-width: 10px;
    margin: 0 auto 40px;
  }
  .nav-horizontal #container,
  .nav-dual.homepage #container {
    padding: 20px;
  }
  .event-detail #container {
    padding: 20px;
  }
  .sidebar {
    width: 32%;
  }
  .sidebar #widgets {
    padding: 0 15px;
  }
  .content {
    width: 68%;
  }
  .content .share-wrap {
    margin-top: -5px;
  }
  .content .share-wrap.share-wrap-full {
    margin-top: 0;
  }
  .nav-left .sidebar,
  .nav-left .content,
  .nav-dual .sidebar,
  .nav-dual .content {
    padding-right: 20px;
    padding-top: 20px;
    float: right;
  }
  .nav-right .sidebar,
  .nav-right .content {
    padding-left: 20px;
    padding-top: 20px;
    float: left;
  }
  .nav-left .sidebar,
  .nav-dual .sidebar {
    padding-right: 20px;
  }
  .nav-right .sidebar {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 890px) {
  .sidebar {
    width: 26%;
  }
  .content {
    width: 74%;
    padding-bottom: 20px;
  }
  .col-main {
    width: 65%;
    padding-right: 20px;
    border: 0 solid #ddd;
    border-right-width: 1px;
    float: left;
  }
  .aheader .col-main {
    width: 75%;
  }
  .col-sub {
    width: 35%;
    float: left;
    padding: 20px 0 20px 20px;
    border: 0 solid #ddd;
    border-left-width: 1px;
    margin-left: -1px;
  }
  .aheader .col-sub {
    width: 25%;
  }
}
.swap-cols .col-main {
  padding: 0;
  border-width: 0;
  margin-left: 0;
}
@media only screen and (min-width: 720px) {
  .swap-cols .col-main {
    float: right;
    padding: 0 0 0 20px;
    border-width: 0 0 0 1px;
    margin-left: -1px;
  }
}
.swap-cols .col-sub {
  padding: 0;
  border-width: 0;
  margin-left: 0;
}
@media only screen and (min-width: 720px) {
  .swap-cols .col-sub {
    float: right;
    padding: 20px 20px 20px 0;
    border-width: 0 1px 0 0;
    margin-left: -1px;
  }
}
@media only screen and (min-width: 960px) {
  .float-col {
    width: 50%;
    float: left;
  }
  .float-col:not(.float-col-right):nth-of-type(even) {
    padding-right: 20px;
  }
  .float-col-sub {
    width: 30%;
  }
  .float-col-main {
    width: 70%;
  }
  .float-col-right {
    float: right;
  }
}
#footer {
  margin: -30px 0 40px;
}
.head-usc-link,
.head-home-link {
  margin: 10px;
  display: none;
}
.head-search,
.head-social-links {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.head-search > a,
.head-social-links > a {
  margin: 0 2px;
  display: block;
  float: left;
}
#SearchQ {
  width: 220px;
  height: 32px;
  font-size: 14px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 5px 0 0 5px;
  margin: 0;
  float: left;
  outline: 0;
}
#SearchQ + input {
  line-height: 32px;
  color: #fff;
  background: #ccc;
  height: 32px;
  padding: 0 10px;
  border: 0;
  border-radius: 0 5px 5px 0;
  margin: 0;
  float: left;
  -webkit-appearance: none;
}
#SearchQ:valid + input {
  cursor: pointer;
}
#SearchQ:focus {
  border-color: #900;
}
#SearchQ:focus + input {
  background: #900;
}
#branding {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 651px) {
  #branding:after {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -999em;
    max-height: 700px;
    z-index: -1;
  }
}
@media only screen and (max-width: 650px) {
  .head-nav-wrap {
    padding: 10px;
    margin-top: -58px;
    -webkit-transition: margin-top 300ms;
    transition: margin-top 300ms;
  }
  .head-nav-wrap.open {
    margin-top: 0px;
  }
}
.head-nav {
  max-width: 100%;
  display: block;
  margin: 10px;
  position: absolute;
  right: 0;
  bottom: 50px;
}
@media only screen and (max-width: 650px) {
  #branding {
    background: transparent;
  }
  .head-nav {
    position: static;
    margin: 0;
  }
  #SearchQ {
    font-size: 18px;
    width: 85%;
    padding: 18px 12px;
  }
  #SearchQ + input {
    width: 15%;
    height: 38px;
    font-size: 16px;
    line-height: 38px;
  }
}
.head-search {
  display: block;
}
@media only screen and (min-width: 651px) {
  #branding {
    height: 185px;
    padding-top: 66px;
  }
  .head-usc-link {
    width: 185px;
    height: 45px;
    background: url("../img/branding/usc-black-yellow.png") no-repeat;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .head-home-link {
    width: 410px;
    height: 88px;
    background: url("../img/branding/dornsife-white-red.png") no-repeat;
    display: block;
    position: absolute;
    left: 10px;
    bottom: 5px;
  }
}
@media only screen and (max-width: 650px) {
  .mobile-menu {
    height: 60px;
    text-align: center;
    color: #fff;
    background: #000;
    overflow: hidden;
    position: relative;
    z-index: 10;
  }
  .mobile-menu > .ico-search {
    height: 30px;
    padding: 15px;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .mobile-home-link {
    display: block;
    height: 50px;
    margin: 5px 62px 5px 48px;
    position: relative;
  }
  .mobile-home {
    background: url("/assets/artwork/logo/dornsife-logo.svg") no-repeat center;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
  .menu-trigger {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 60px;
  }
  .menu-trigger:before {
    content: '';
    background: #fff;
    box-shadow: 0 10px #fff, 0 20px #fff;
    width: 25px;
    height: 4px;
    position: absolute;
    top: 18px;
    left: 0;
  }
  .mp-pusher {
    position: relative;
    left: 0;
    height: 100%;
  }
  .mp-menu {
    width: 300px;
    max-width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  .mp-menu .sidebar > h2 {
    font-size: 16px;
    line-height: 24px;
    padding: 20px 6px;
    margin: 0;
  }
  .mp-menu .side-nav {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    background: #fff;
    padding-bottom: 10px;
  }
  .mp-menu .side-nav a {
    font-size: 14px;
    line-height: 1.6;
    color: #900;
    padding: 6px;
    display: block;
  }
  .mp-menu .side-nav a:hover,
  .mp-menu .side-nav a.current {
    color: #fff;
    background: #900;
  }
  .mp-menu .side-nav .expanded > a {
    color: #fff;
    background: #900;
  }
  .mp-menu .side-nav .expanded > ul a {
    color: #fff;
    background: #de0909;
    padding-left: 20px;
  }
  .mp-menu .side-nav .expanded > ul a:hover,
  .mp-menu .side-nav .expanded > ul a.current {
    background: #b00;
  }
  .mp-menu .side-nav .expanded .lower-links a {
    padding-left: 30px;
    background: #871a1b;
  }
  .mp-menu .side-nav .expanded .lower-links a:hover,
  .mp-menu .side-nav .expanded .lower-links a.current {
    background: #692a2b;
  }
  .mp-menu a {
    color: #fff;
  }
  .mp-level {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #900;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  .mp-menu > .mp-level {
    background: #fff;
  }
  .nav-main {
    background: #900;
  }
  .mp-pusher:after,
  .mp-level:after,
  .mp-level:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    content: '';
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .mp-pusher:after,
  .mp-level:after {
    background: rgba(0,0,0,0.3);
    -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
    transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  }
  .mp-level:after {
    z-index: -1;
  }
  .mp-pusher.mp-pushed:after,
  .mp-level.mp-level-overlay:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .mp-level.mp-level-overlay {
    cursor: pointer;
  }
  .mp-level.mp-level-overlay.mp-level:before {
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
  .mp-pusher,
  .mp-level {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .mp-overlap .mp-level.mp-level-open {
    box-shadow: 1px 0 2px rgba(0,0,0,0.2);
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
  }
  .mp-menu > .mp-level,
  .mp-menu > .mp-level.mp-level-open,
  .mp-menu.mp-overlap > .mp-level,
  .mp-menu.mp-overlap > .mp-level.mp-level-open {
    box-shadow: none;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .mp-cover .mp-level.mp-level-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 100;
  }
  .mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  .nav-main li > a,
  .mp-level > a:first-child {
    display: block;
    padding: 1em 2.5em 1em 1.2em;
    outline: none;
    box-shadow: inset 0 -1px rgba(0,0,0,0.2);
    text-shadow: 0 0 1px rgba(255,255,255,0.1);
    font-size: 1.8em;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
  }
  .mp-level > a:first-child {
    left: 0;
    padding: 1em 1.2em;
  }
  .nav-main-item.nav-home-link {
    display: none;
  }
  .nav-main-item:before {
    position: absolute;
    right: 10px;
    color: rgba(255,255,255,0.3);
    line-height: 61px;
    font-size: 24px;
  }
  .nav-main li:first-child > a {
    box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
  }
  .nav-main li a:hover {
    background: rgba(0,0,0,0.2);
    box-shadow: inset 0 -1px rgba(0,0,0,0);
  }
  .nav-main .mp-level.mp-level-overlay > ul > li > a,
  .mp-level.mp-level-overlay > ul > li:first-child > a {
    box-shadow: inset 0 -1px rgba(0,0,0,0);
  }
  .mp-back {
    background: rgba(0,0,0,0.1);
    outline: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    display: block;
    padding: 1em 2em;
    position: relative;
    box-shadow: inset 0 1px rgba(0,0,0,0.1);
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .mp-back:before {
    font-size: 2.3em;
    display: inline-block;
    vertical-align: -7px;
    margin-right: 3px;
  }
  .mp-menu .mp-level.mp-level-overlay > .mp-back,
  .mp-menu .mp-level.mp-level-overlay > .mp-back:after {
    background: transparent;
    box-shadow: none;
    color: transparent;
  }
  .no-csstransforms .mp-pusher,
  .no-js .mp-pusher {
    padding-left: 300px;
  }
  .no-csstransforms .mp-menu .mp-level,
  .no-js .mp-menu .mp-level {
    display: none;
  }
  .no-csstransforms .mp-menu > .mp-level,
  .no-js .mp-menu > .mp-level {
    display: block;
  }
}
.mp-menu #sidebar {
  padding: 5px;
  margin: 2em 0;
  position: relative;
  z-index: -1;
}
.mp-menu .side-nav a {
  padding: 1em;
  font-size: 1.5em;
  line-height: 1.4;
}
.mobile-social-box > .head-social-links {
  overflow: hidden;
}
@media only screen and (min-width: 651px) {
  .mp-pusher {
    overflow: hidden;
  }
  .mp-menu {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    z-index: 200;
  }
  .mp-label,
  .mp-back {
    display: none;
  }
  .mp-pusher,
  .mp-level {
    -webkit-transform: none !important;
    transform: none !important;
  }
  .nav-main {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: table;
    z-index: 100;
  }
  .nav-main-item {
    display: table-cell;
    vertical-align: top;
    position: relative;
    white-space: nowrap;
  }
  .nav-main-item:before {
    content: "";
  }
  .nav-horizontal .nav-main-item,
  .nav-dual .nav-main-item {
    border-left: 1px solid #333;
  }
  .nav-horizontal .nav-main-item:first-child,
  .nav-dual .nav-main-item:first-child {
    border-left: none;
  }
  .nav-main-item:not(.nav-home-link) {
    width: 10%;
  }
  .nav-main-item.nav-home-link {
    width: 5%;
  }
  .nav-main-head {
    font-size: 16px;
    line-height: 43px;
    text-align: center;
    padding: 0 6px;
    display: block;
  }
  .nav-main-sub {
    min-width: 100%;
    display: none;
    position: absolute;
    top: 43px;
    left: 0;
    z-index: 150;
  }
  .nav-main:not(.item-count-6) > .nav-main-item:last-child .nav-main-sub {
    left: auto;
    right: 0;
  }
  .nav-main-item:hover .nav-main-sub {
    display: block;
  }
  .nav-main-sub-link {
    display: block;
    line-height: 30px;
    white-space: nowrap;
    padding: 0 20px;
    font-family: inherit;
  }
  .mobile-menu {
    display: none;
  }
}
.share-wrap {
  float: right;
}
@media only screen and (min-width: 890px) {
  .share-wrap {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 890px) {
  .share-wrap.share-wrap-full {
    margin-top: 0;
  }
}
.share-wrap a {
  border-bottom: 0;
  font-size: 14px;
}
.share-wrap .ico-share {
  font-size: 20px;
}
.share-link {
  margin-left: 10px;
  float: right;
}
#content .share-link a {
  border: none !important;
}
.share-link.ico-rss:before {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  background: #900;
  padding: 2px;
  margin: -5px 5px;
  display: inline-block;
}
.share-link.ico-rss:hover {
  color: #900;
}
@media only screen and (min-width: 720px) {
  .nav-horizontal .col-main,
  .nav-horizontal .col-sub {
    float: left;
    padding: 20px;
    margin-top: -20px;
  }
  .nav-horizontal .col-main {
    width: 70%;
    padding-left: 0;
  }
  .nav-horizontal .col-sub {
    width: 30%;
    border: 0 solid #ededed;
    border-left-width: 1px;
    padding-right: 0;
  }
  .nav-horizontal .swap-cols .col-main {
    float: right;
    padding: 20px 0 20px 20px;
  }
  .nav-horizontal .swap-cols .col-sub {
    float: right;
    border-width: 0 1px 0 0;
    padding: 20px 20px 20px 0;
  }
}
.nav-horizontal .contact-panel,
.nav-dual .contact-panel {
  text-align: center;
  font-size: 0.95em;
  line-height: 16px;
  margin: 0 -20px -10px;
  padding: 10px 20px 0;
  border-top: 1px solid #ccc;
}
.nav-horizontal .contact-group,
.nav-dual .contact-group {
  margin: 10px 0;
}
.nav-horizontal .contact-group li,
.nav-dual .contact-group li {
  display: inline;
  padding: 0 10px;
}
.nav-horizontal .html-content img {
  display: inline;
  vertical-align: baseline;
  max-width: 100%;
}
.nav-right #container,
.nav-left #container,
.nav-dual #container {
  z-index: 0;
}
.nav-right #container:before,
.nav-left #container:before,
.nav-dual #container:before {
  content: '';
  border: 0 solid #fff;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (min-width: 650px) {
  .nav-right #container:before,
  .nav-left #container:before,
  .nav-dual #container:before {
    width: 32%;
  }
}
@media only screen and (min-width: 890px) {
  .nav-right #container:before,
  .nav-left #container:before,
  .nav-dual #container:before {
    width: 26%;
  }
}
.nav-left #container:before,
.nav-dual #container:before {
  left: 0;
  border-right-width: 20px;
}
.nav-right #container:before {
  right: 0;
  border-left-width: 20px;
}
@media only screen and (min-width: 651px) {
  .side-nav {
    margin: 20px 0px;
  }
  .side-nav a {
    font-size: 16px;
    line-height: 20px;
    display: block;
    padding: 4px 15px;
  }
  .side-nav a.current,
  .side-nav a:hover {
    background: #ddd;
  }
  .side-nav .expanded ul a {
    font-size: 13px;
    line-height: 15px;
    padding-left: 35px;
  }
  .side-nav .expanded .lower-links a {
    padding-left: 55px;
  }
}
#header {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
}
.header-size-full #header {
  max-width: none;
}
#header .header-img {
  display: block;
}
#header .header-img.image-portrait {
  width: auto;
}
#header .header-img.full {
  width: 100%;
  max-width: none;
}
#header .header-img-wrap {
  width: 100%;
  display: block;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: opacity 0 2000ms, max-height 0 2000ms;
  transition: opacity 0 2000ms, max-height 0 2000ms;
}
#header .header-img-wrap.active {
  max-height: 10000px;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  position: relative;
  z-index: 10;
  -webkit-transition: opacity 2000ms, max-height 0ms;
  transition: opacity 2000ms, max-height 0ms;
}
#header .header_overlay {
  position: absolute;
  z-index: 50;
  width: 100%;
}
#header .header-title {
  position: absolute;
  font-family: National, Helvetica, Arial, sans-serif;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.6em;
  z-index: 100;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 650px) {
  #header .header-title {
    font-size: 2.6em;
  }
}
@media only screen and (min-width: 890px) {
  #header .header-title {
    font-size: 3em;
  }
}
#header .header-title a {
  display: block;
  padding: 10px 20px;
}
#header .header-tl {
  top: 0;
  left: 0;
}
#header .header-tr {
  top: 0;
  right: 0;
  text-align: right;
}
#header .header-bl {
  bottom: 0;
  left: 0;
}
#header .header-br {
  bottom: 0;
  right: 0;
  text-align: right;
}
#header .header-no-image {
  position: static;
}
.contact-panel {
  clear: both;
  margin: 10px 0 0;
}
.contact-panel a:hover {
  text-decoration: underline;
}
.nav-left .contact-panel,
.nav-right .contact-panel {
  margin: 20px 15px;
}
.nav-left .contact-panel li,
.nav-right .contact-panel li {
  font-size: 12px;
  line-height: 16px;
}
.nav-left .contact-group,
.nav-right .contact-group {
  margin: 15px 0;
}
@media only screen and (max-width: 650px) {
  #footer {
    display: none;
  }
}
#footer_nav {
  display: table;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
}
#footer_nav li {
  display: block;
  float: left;
  margin: 10px 15px;
  text-transform: uppercase;
}
#footer_nav a {
  display: block;
  color: #333;
  font-size: 0.95em;
}
.col-sub-header {
  font-size: 15px;
  margin: 24px 0 10px;
  display: block;
}
.col-sub :first-child {
  margin-top: 0;
}
.col-sub :last-child {
  margin-bottom: 0;
}
.col-sub-section {
  margin: 20px 0;
}
.col-sub-section > h2 {
  line-height: 1.4;
  margin: 12px 0;
}
.col-sub h2 {
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1;
}
.striped-list > li:nth-child(odd),
.striped-list > .list-item:nth-child(odd) {
  background: #eee;
}
.inline-title {
  padding: 10px 20px;
}
.inline-title p {
  display: inline;
}
.inline-title h3 {
  font-size: 1.2em;
  padding: 0;
  margin: 0.5em 0.5em 0.5em 0;
  display: inline-block;
  font-weight: bold;
}
.arrow-list {
  margin-bottom: 10px;
}
.arrow-list > li {
  font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  color: #414141;
  margin: 10px 0 10px 30px;
}
.arrow-list > .ico-arrow-right-fill:before,
.arrow-list > .ico-cal:before,
.arrow-list > .ico-news:before {
  font-size: 18px;
  line-height: 18px;
  color: #900;
  width: 26px;
  margin: 0 2px 0 -30px;
  display: inline-block;
  vertical-align: -3px;
}
.arrow-list > .ico-news:before {
  margin: 0 -4px 0 -28px;
  vertical-align: -4px;
}
.arrow-list > .ico-arrow-right-fill:before {
  font-size: 22px;
  color: #fc0;
  vertical-align: -6px;
}
.arrow-list a:hover {
  color: #900;
}
.striped-list > li {
  padding: 20px;
  margin: 0;
}
.striped-list > li:first-child {
  margin-top: 30px;
}
.striped-list .html_container p {
  display: inline;
}
.striped-list .html-content h3 {
  font-size: 1.2em;
}
.inline-title {
  padding: 20px;
}
.inline-title h3 {
  font-weight: bold;
}
#events ul {
  margin: 0;
  padding: 0;
}
.sidebar #events li {
  padding: 10px;
  list-style-type: none;
  margin: 0;
  overflow: auto;
}
#events a {
  font-weight: bold;
  display: block;
  text-decoration: none !important;
  border: none !important;
  background: url("../img/layout/ico_calendar.gif") 0 3px no-repeat;
  padding: 0 0 0 30px;
}
#events a:hover {
  background: url("../img/layout/ico_calendar_hover.gif") 0 3px no-repeat;
}
#events #single-inst {
  padding: 0;
  background: none;
}
.date-box {
  float: left;
  margin: 0 10px 10px 0;
  padding: 2px;
  text-transform: uppercase;
  font-family: sans-serif;
  text-align: center;
  font-size: 12px;
  line-height: 1.2em;
  color: #fff;
}
.date-box > div {
  background: #900;
  padding: 2px 5px;
}
.date-box > .date-day {
  font-size: 20px;
  padding: 2px;
}
.date-box > .date-weekday {
  background: #fc0;
}
.event-desc {
  margin-left: 48px;
}
.buttons_videos,
.buttons_videos .html_container {
  float: left;
  width: 180px;
  overflow: hidden;
  padding: 55px 0 40px 0;
}
#content .buttons_videos .html_container img,
#content .buttons_videos .html_container a:hover img {
  border: none !important;
}
.buttons_videos .html_videos {
  float: right;
}
.html-content h1,
.html-content h2,
.html-content h3,
.html-content h4,
.html-content h5,
.html-content h6 {
  font-weight: normal;
  line-height: 1;
}
.html-content h1 {
  font: 3em;
}
.html-content h2 {
  font-size: 2.55em;
}
.html-content h3 {
  font-size: 2.3em;
}
.html-content h4 {
  font-size: 2em;
}
.html-content h5 {
  font-size: 1.6em;
}
.html-content h6 {
  font-weight: bold;
  font-size: 1.4em;
}
.html-content ul,
.html-content ol {
  padding: 0 0 0 15px;
  margin: 10px 0 0 0;
}
.html-content li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
}
.html-content li:before {
  position: absolute;
  margin: 0;
  top: 0.55em;
  left: 0;
}
.html-content ol li:before {
  content: counter(olcount, decimal) ".";
}
.html-content ol ol li:before {
  content: counter(olcount, lower-latin) ".";
}
.html-content ol ol ol li:before {
  content: counter(olcount, lower-roman) ".";
}
.html-content ul li:before {
  content: "•";
}
.html-content ul ul li:before {
  content: "\25cb";
  font-size: 18px;
}
.html-content ul ul ul li:before {
  content: "\25a0";
}
.html-content table td {
  vertical-align: top;
  padding: 0 10px 10px 0;
}
.html-content table td :first-child {
  margin-top: 0;
}
.html-content table th {
  vertical-align: top;
  padding: 0 10px 10px 0;
}
.html-content table th :first-child {
  margin-top: 0;
}
.html-content.html-content.html-content table img {
  max-width: none;
}
#event_detail {
  padding: 5px 10px;
}
#event_detail .entry {
  padding: 0;
}
body.nav_horizontal #event_detail,
body.nav_dual #event_detail {
  padding: 20px;
}
#event_info img {
  max-width: 150px;
  float: left;
}
#event_details {
  margin-left: 185px;
}
#event_details.full {
  margin-left: 0;
}
#event_details ul {
  padding: 15px;
  margin: 15px 0 0 0;
  list-style-type: none;
  border: 1px solid #ccc;
  background: #eee;
}
#event_details ul li {
  padding: 5px 0;
  list-style-type: none;
}
#event_details ul li .event_left {
  float: left;
  width: 90px;
  font-weight: bold;
  text-align: right;
}
#event_details ul li .event_right {
  margin-left: 100px;
}
#event_share {
  margin: 30px 0;
  padding: 10px 0;
  text-align: right;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  clear: both;
}
#event_share a:first-child {
  margin: 0 10px 0 0;
}
.fsource > h2 {
  margin: 5px 0 10px;
}
.fs_items {
  overflow: hidden;
}
.fs_items li {
  float: left;
  width: 95%;
  overflow: hidden;
  position: relative;
}
.fs_items.g2 li {
  width: 45%;
  margin: 0 0 0 5%;
}
.fs_items.g3 li {
  width: 30.33%;
  margin: 0 0 0 3%;
}
.fs_items.g4 li {
  width: 22%;
  margin: 0 0 0 3%;
}
.fs_items li:first-child {
  margin: 0;
}
.fs_items .thumb img {
  display: block;
  width: 100%;
}
#content .fs_items .thumb {
  display: block;
  border: 3px solid #333 !important;
  margin: 0 0 8px 0;
}
#content .fs_items.g1 .thumb,
#content .fs_items.g2 .thumb {
  float: left;
  width: 36%;
  margin: 0;
}
.fs_items.g1 .info,
.fs_items.g2 .info {
  margin: 0 0 0 40%;
}
.fs_items.g1 .full .info,
.fs_items.g2 .full .info {
  margin: 0;
}
.fs_items .date {
  margin: 0 0 5px;
}
.fs_items .info p {
  padding: 0 0 5px;
}
.fs_items .date em {
  display: block;
  font-weight: bold;
  font-style: normal;
  margin: 5px 0 0;
}
.fs_more {
  padding: 10px 0;
}
.fs_more a {
  display: table;
  white-space: nowrap;
  margin: 0 auto;
}
.full_calendar {
  padding: 30px 0 0;
}
#full_page_calendar {
  text-align: left;
  width: 100%;
  border: none;
  font-size: 10px;
  line-height: 15px;
}
#full_page_calendar td,
#full_page_calendar th {
  text-align: left;
  vertical-align: top;
  padding: 0 0 15px 0;
  border: 1px solid #fff;
  background: #f3f3f3;
  overflow: hidden;
}
#full_page_calendar td {
  width: 93px;
}
#full_page_calendar .current_day {
  background: #f8dbdb;
}
#full_page_calendar .height_span {
  height: 100px;
}
#full_page_calendar .height_span_day {
  height: 78px;
}
#full_page_calendar th {
  text-align: center;
  border: none;
  background: none;
  vertical-align: top;
  font-size: 12px;
}
#full_page_calendar th.month {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
#full_page_calendar th.prev {
  text-align: left;
  padding: 0 0 0 15px;
}
#full_page_calendar th.next {
  text-align: right;
  padding: 0 15px 0 0;
}
#full_page_calendar .day_number {
  font-weight: bold;
  background: #ccc;
  padding: 5px;
}
#full_page_calendar .event_occurence {
  padding: 10px 5px 5px 5px;
}
.story-sub-title {
  margin-top: -14px;
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.4;
}
.story-byline {
  margin-top: -13px;
  margin-bottom: 1em;
  font-size: 1em;
}
.story-byline a {
  color: #900;
}
.story-byline a:hover {
  text-decoration: underline;
}
.story-img-container {
  display: table;
  margin: 0 auto 1em;
  max-width: 100%;
  table-layout: fixed;
}
.story-img {
  width: 100%;
  max-width: 100%;
}
.story-img-caption {
  margin: 0.5em 0.75em 1.5em;
  line-height: 1.5;
  font-size: 0.8em;
  font-style: italic;
  display: table-caption;
  caption-side: bottom;
}
.inline-gallery {
  background: #222;
  clear: both;
  margin: 1em 0;
}
.inline-gallery .galleria-errors {
  display: none;
}
.inline-gallery h3 {
  font-size: 1.3em;
  line-height: 1.2;
  color: #ccc;
  padding: 0.5em;
  margin: 0;
}
.inline-gallery .inline-gallery-slides {
  height: 350px;
}
.story-meta {
  font-size: 13px;
  padding: 1px 1em;
  margin: 0 0 20px;
}
.story-meta a {
  color: #900;
}
.story-meta a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 960px) {
  .story-meta > .float-col-sub {
    width: 22%;
    margin-top: 14px;
  }
  .story-meta > .float-col-main {
    width: 78%;
    padding-left: 16px;
  }
}
.story-tag-group {
  position: relative;
  padding: 0 0 0 65px;
  margin: 0;
}
.story-tag-group strong {
  position: absolute;
  top: 0.3em;
  left: 0;
  font-size: 0.8em;
  text-transform: uppercase;
}
.story-related-item > a {
  display: block;
  padding: 15px 10px;
  margin: 0 -10px;
}
.story-related-item > a:hover {
  color: #900;
  background: #f2f2f2;
}
.story-related-item h3 {
  margin: 0;
}
.col-sub .news-list small {
  font-size: 12px;
}
.news-image-block,
.page-image-block {
  overflow: hidden;
  clear: both;
}
.news-image-block > p,
.page-image-block > p {
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  position: relative;
  top: -2em;
}
.news-image-landscape,
.news-image-portrait,
.news-image-full,
.page-image-landscape,
.page-image-portrait,
.page-image-full {
  margin: 1.3em auto;
}
.news-image-landscape > img,
.news-image-portrait > img,
.news-image-full > img,
.page-image-landscape > img,
.page-image-portrait > img,
.page-image-full > img {
  width: 100%;
  display: block;
}
.news-image-landscape > p,
.news-image-portrait > p,
.news-image-full > p,
.page-image-landscape > p,
.page-image-portrait > p,
.page-image-full > p {
  font-size: 11px;
  font-weight: bold;
  margin: 0.8em 0;
}
.news-image-full,
.page-image-full {
  width: 100%;
}
.news-image-landscape,
.page-image-landscape {
  width: 70%;
  min-width: 300px;
}
.news-image-landscape {
  width: 65%;
}
.news-image-portrait,
.page-image-portrait {
  width: 40%;
  min-width: 225px;
}
.news-image-portrait {
  width: 33%;
}
@media only screen and (min-width: 700px) {
  .news-image-left,
  .page-image-left {
    float: left;
    margin: 0.5em 1.5em 0.5em 0;
  }
  .news-image-block .news-image-left,
  .news-image-block .page-image-left,
  .page-image-block .news-image-left,
  .page-image-block .page-image-left {
    width: 47%;
    min-width: inherit;
    margin: 1.5em 0;
  }
  .news-image-right,
  .page-image-right {
    float: right;
    margin: 0.5em 0 0.5em 1.5em;
  }
  .news-image-block .news-image-right,
  .news-image-block .page-image-right,
  .page-image-block .news-image-right,
  .page-image-block .page-image-right {
    width: 47%;
    min-width: inherit;
    margin: 1em 0;
  }
}
.video-widget img {
  width: 100%;
  display: block;
}
.video-widget .video-player-title {
  text-align: left;
}
.video-widget .video-preview-title {
  font-size: 1.2em;
  margin: 10px 0 0;
  color: #ddd;
}
.col-sub .video-widget {
  margin: 10px 0;
  display: block;
}
.page-image-block {
  overflow: hidden;
  clear: both;
}
.page-image-block > p {
  font-size: 0.83em;
  font-weight: bold;
  margin: 0;
  position: relative;
  top: -2em;
}
.page-image-landscape,
.page-image-portrait,
.page-image-full {
  margin: 4em auto;
}
.page-image-landscape > img,
.page-image-portrait > img,
.page-image-full > img {
  width: 100%;
  display: block;
}
.page-image-landscape > p,
.page-image-portrait > p,
.page-image-full > p {
  font-size: 0.83em;
  font-weight: bold;
  margin: 1.2em 0;
}
.page-image-full {
  width: 100%;
}
.page-image-landscape {
  width: 70%;
  min-width: 300px;
}
.page-image-portrait {
  width: 40%;
  min-width: 225px;
}
@media only screen and (min-width: 700px) {
  .page-image-left {
    float: left;
    margin: 2em 3em 2em 0;
  }
  .page-image-block .page-image-left {
    width: 47%;
    min-width: inherit;
    margin: 2em 0;
  }
  .page-image-right {
    float: right;
    margin: 2em 0 2em 3em;
  }
  .page-image-block .page-image-right {
    width: 47%;
    min-width: inherit;
    margin: 2em 0;
  }
}
.lead {
  position: relative;
}
.lead .subscribe_links {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #ccc;
  font-size: 16px;
  text-align: right;
  padding: 5px 10px;
  background: #fff;
  white-space: nowrap;
}
.lead .subscribe_links h5 {
  color: #333;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: text-bottom;
}
.lead .subscribe_links .options {
  display: inline-block;
  vertical-align: middle;
}
.lead .subscribe_links a {
  display: inline-block;
  cursor: pointer;
  line-height: 1.5;
  margin: 0 5px;
  font-size: 1.3em;
}
div#content .form {
  font-size: 12px;
  line-height: 18px;
  color: #6d6d6d;
  padding-bottom: 24px;
}
div#content .form * {
  border: 0 solid #c3c3c3;
}
div#content .form caption {
  vertical-align: middle;
  text-align: left;
}
div#content .form option {
  padding-right: 1em;
}
div#content .form blockquote,
div#content .form p {
  font-size: 11px;
  line-height: 18px;
  color: #6d6d6d;
}
div#content .form small {
  font-size: 10px;
}
div#content .form blockquote {
  padding: 24px;
  border-color: #dfdfdf;
  border-width: 1px;
  background-color: #efefef;
}
div#content .form h1 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 44px;
  padding: 24px 0;
  margin-bottom: 12px;
  border-bottom-width: 1px;
  border-color: #dfdfdf;
}
div#content .form label {
  color: #2b2b2b;
  font-size: 11px;
  line-height: 18px;
}
div#content .form table caption {
  border-bottom-width: 1px;
  padding: 24px 14px 8px 14px;
  font-size: 11px;
  line-height: 18px;
}
div#content .form small {
  color: #797979;
}
div#content .form sup {
  color: #7a000e;
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
  cursor: default;
}
div#content .form fieldset {
  border-width: 1px;
  margin-bottom: 24px;
  padding: 0 24px 24px 24px;
  _padding: -24px 24px 24px 24px;
  background-color: #efefef;
  position: relative;
  line-height: 1.5em;
}
div#content .form fieldset legend {
  color: #4b4b4b;
  font-size: 14px;
  line-height: 1;
  border-color: #b2b2b2;
  border-width: 1px;
  padding: 0.5em 1em;
  background-color: #fff;
  line-height: 1.3em;
  _float: left;
  _margin-top: -1.55em;
  _position: relative;
}
div#content .form table {
  width: 100%;
}
div#content .form th {
  font-weight: normal;
  text-align: right;
  width: 300px;
}
div#content .form th,
div#content .form td {
  padding: 12px 0 0 12px;
}
div#content .form th small {
  display: block;
}
div#content .form div.row {
  padding: 12px 24px;
}
div#content .form blockquote div.row {
  padding: 12px 0 0 0;
}
div#content .form div.row input,
div#content .form div.row label {
  float: left;
  display: block;
}
div#content .form div.row_checkbox input {
  margin-top: 1px;
  margin-right: 12px;
/*	margin-left: 300px;*/
}
div#content .form div.controls {
  margin: 24px 0;
  padding: 12px 0;
  border-top-width: 1px;
}
div#content .form input.text,
div#content .form select,
div#content .form textarea {
  border-color: #7c7c7c #c3c3c3 #ddd #ccc;
  border-width: 1px;
  color: #736767;
  font-size: 11px;
  line-height: 18px;
  margin-right: 12px;
}
div#content .form textarea,
div#content .form input.text {
  padding: 5px;
  width: 300px;
}
div#content .form input.short {
  width: 150px;
}
div#content .form input.long {
  width: 100%;
}
div#content .form .button {
  display: -moz-inline-stack;
  display: inline-block;
  height: 30px;
  padding: 0 10px;
  margin-right: 10px;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  color: #3b3b3b;
  background: #f3f3f3 url("../img/shared/btn_bg_lt.gif") 0 0 repeat-x;
  border: 1px solid #ccc;
}
div#content .form .button_hover {
  color: #a60000;
  border-color: #bb4;
  background: #ffa url("../img/shared/btn_bg_lt_over.gif") 0 0 repeat-x;
}
div#content .notice {
  font-size: 11px;
  line-height: 32px;
  display: block;
  padding: 0 8px;
  margin: 8px 0;
  border-width: 1px;
}
div#content .inline {
  display: -moz-inline-stack;
  display: inline-block;
}
div#content .notice em {
  color: #2b2b2b;
}
div#content .success {
  color: #383;
  background-color: #bfa;
  border-color: #5c4;
}
div#content .warning {
  color: #883;
  background-color: #ffa;
  border-color: #bb4;
}
div#content .error {
  color: #833;
  background-color: #fbb;
  border-color: #e55;
}
.card-list {
  background: #fafafa;
  padding: 6px;
  border-radius: 4px;
}
.card-list-header {
  margin: 10px 15px;
}
.card-item {
  color: #333;
  background: #fff;
  padding: 10px;
  display: block;
  box-shadow: 0 0 0 rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}
.card-item .c-more {
  margin-top: 10px;
  display: inline-block;
}
a.card-item:hover {
  background: #e6e6e6;
}
a.card-item:hover h2,
a.card-item:hover h3,
a.card-item:hover h4 {
  color: #900;
}
.widget {
  max-width: 100%;
  margin: 10px 0;
}
.widget img {
  width: 100%;
  display: block;
}
.widget:first-child {
  margin-top: 0;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget-title {
  font-size: 1.5em;
  font-family: Georgia, 'Palatino', 'Century Schoolbook', serif;
  margin: 5px 0;
  padding: 0 6px;
}
.widget-title:before {
  color: #900;
  margin-right: 5px;
  vertical-align: -1px;
}
.widget-foot-link {
  margin: 10px 6px;
  display: inline-block;
}
.video-widget > img {
  width: 100%;
  display: block;
}
.video-widget .video-player-title {
  text-align: left;
}
.video-widget .video-preview-title {
  font-size: 1.2em;
  margin: 10px 0 0;
  color: #ccc;
}
.col-sub .video-widget {
  margin: 10px 0;
  display: block;
}
.col-sub-gallery {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.col-sub-gallery .video-widget {
  width: 100%;
}
@media only screen and (min-width: 450px) and (max-width: 889px) {
  .col-sub-gallery .video-widget {
    width: 48%;
    margin: 1%;
  }
}
.photo-thumb-list {
  overflow: hidden;
  margin: 6px 0;
}
.photo-thumb {
  float: left;
  width: 50%;
}
.poster-widget {
  display: block;
  text-align: center;
}
.rss-widget,
.photo-widget {
  background: #fafafa;
  padding: 6px;
  border-radius: 4px;
  font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}
.rss-widget > .widget-title {
  padding: 5px 0 7px;
}
.rss-item {
  margin: 8px 0;
}
.rss-item:after {
  content: "read more...";
  height: 0;
  line-height: 20px;
  display: block;
  overflow: hidden;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
.rss-item:hover:after {
  height: 20px;
}
.rss-item-title {
  margin: 5px 0;
}
.rss-item-date {
  display: block;
  font-weight: bold;
  margin-bottom: 3px;
}
.slider {
  overflow: hidden;
  position: relative;
}
.slider-content {
  padding: 50px 0;
}
.slider-h > .slider-content {
  width: 9999em;
  padding: 0 50px;
}
.slider-h .slider-item {
  float: left;
}
.slider-prev,
.slider-next {
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
}
.slider-prev:before,
.slider-next:before {
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  margin: -15px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.slider-prev.disabled:before,
.slider-next.disabled:before {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.slider-h .slider-prev,
.slider-h .slider-next {
  width: 50px;
  height: auto;
  top: 0;
  bottom: 0;
}
.slider-prev {
  top: 0;
}
.slider-h .slider-prev {
  right: auto;
}
.slider-next {
  bottom: 0;
}
.slider-h .slider-next {
  left: auto;
}
.pagination {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  float: right;
  margin: 10px 0;
}
.pagination-label {
  margin-right: 10px;
}
.pagination > li {
  vertical-align: baseline;
  display: inline-block;
}
.pagination a {
  display: block;
  font-size: 13px;
  line-height: 25px;
  min-width: 25px;
  height: 25px;
  padding: 0 5px;
  margin: 0 3px;
  text-align: center;
}
.pagination a:hover {
  background: #eee;
}
.pagination a.current {
  color: #fff;
  background: #900;
}
.galleria-slideshow {
  height: 450px;
  overflow: hidden;
}
.gallery-wrap {
  margin: 20px 0;
}
.gallery {
  overflow: hidden;
  clear: both;
}
.gallery-item {
  background: #fff;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 10px 10px 15px;
  margin: 5px 0;
}
.gallery-item.active,
.gallery-item:hover {
  background: #eee;
}
.gallery-item > img {
  width: 100%;
}
.gallery-item > h3 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  margin: 0;
}
@media only screen and (min-width: 300px) {
  .gallery-item {
    width: 50%;
  }
}
@media only screen and (min-width: 500px) {
  .gallery-item {
    width: 33.333%;
  }
}
@media only screen and (min-width: 770px) {
  .gallery-item {
    width: 25%;
  }
}
.image-list a {
  margin: 12px 0;
  display: block;
}
.image-list img {
  width: 100%;
}
.video-player {
  font-size: 11px;
  color: #eee;
  background: #333;
  position: relative;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 2em;
}
@media only screen and (min-width: 890px) {
  .banner .video-player {
    margin: 30px 30px 2em;
  }
}
@media only screen and (max-width: 650px) {
  .banner .video-player {
    margin-top: 10px;
  }
}
.video-player .c-more {
  color: #fc0;
}
.video-player-more {
  position: absolute;
  top: 18px;
  right: 10px;
}
.video-player-title {
  font: 100 1.5em/1 "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 10px 15px;
  margin: 0;
}
.video-player-title:before {
  vertical-align: -1px;
  margin-right: 6px;
}
.video-player-info {
  font-size: 15px;
  padding: 10px;
}
.video-player-info ~ .video-player-info {
  display: none;
}
.video-player-info h3 {
  color: #eee;
  margin-top: 10px;
}
.video-player-info p {
  color: #aaa;
}
.video-player-director,
.video-player-categories {
  display: block;
  margin: 2px 0;
}
.video-title {
  margin-bottom: 0;
}
.video-preview {
  width: 110px;
  margin: 10px 5px;
  position: relative;
}
.video-preview > img {
  width: 106px;
  max-width: 106px;
  margin: -8px -8px 10px;
  display: block;
}
.video-preview-title,
.video-preview-duration {
  font: bold 1em/1.2 "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  padding: 0;
  margin: 0;
  color: #333;
}
.video-preview-duration {
  color: #eee;
  background: #111;
  background: rgba(0,0,0,0.5);
  padding: 5px;
  position: absolute;
  top: 41px;
  right: 2px;
  line-height: 1;
}
.video-preview > .video-preview-duration {
  color: #eee;
}
.video-list {
  margin: 0 -10px;
}
.video-list .slider-prev,
.video-list .slider-next {
  background: #333;
  color: #fff;
}
.video-list .slider-prev:hover,
.video-list .slider-next:hover {
  color: #fff;
}
.video-player-footer.video-player-footer {
  color: #ccc;
}
.fluid-width-video-wrapper.fluid-width-video-wrapper {
  padding-top: 75%;
}
#admin_toolbox {
  font: 11px Georgia, 'Palatino', 'Century Schoolbook', serif;
  text-align: center;
  color: #eee;
  background: #555;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
@media only screen and (max-width: 840px) {
  #admin_toolbox {
    display: none;
  }
}
#admin_toolbox h2 {
  font-size: 1.5em;
  color: #eee;
  display: inline-block;
  padding: 0;
  margin: 10px 20px;
  line-height: 20px;
}
#admin_toolbox ul {
  display: inline-block;
}
#admin_toolbox li {
  display: inline-block;
  margin: 10px;
}
#admin_toolbox a {
  color: #fc0;
}
#admin_toolbox a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 900px) {
  .featured-events {
    background: #fafafa;
    margin: 0 -10px;
    padding: 10px 0;
    position: relative;
  }
  .featured-events:before,
  .featured-events:after {
    content: "";
    display: block;
    top: 20px;
    bottom: 20px;
    left: 33.33%;
    background: #ddd;
    position: absolute;
    width: 1px;
  }
  .col-sub .featured-events:before,
  .col-sub .featured-events:after {
    content: none;
  }
  .featured-events:after {
    left: 66.66%;
  }
}
.featured-events img {
  width: 100%;
  border: 5px solid #ddd;
}
.banner .featured-events > .event-item {
  font-size: 14px;
  line-height: 1.6;
}
@media only screen and (min-width: 900px) {
  .banner .featured-events > .event-item {
    width: 31%;
    display: inline-block;
    padding: 10px 1%;
    vertical-align: top;
    margin: 0 1%;
  }
}
.col-sub .featured-events {
  position: relative;
}
.col-sub .featured-events > .event-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}
.no-js .col-sub .featured-events > .event-item:first-child {
  position: static;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
.col-sub .featured-events > .active {
  z-index: 100;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
@media only screen and (max-width: 479px) {
  .featured-events-title {
    margin-bottom: 0;
  }
}
.featured-c-more {
  font-size: 1.1em;
  display: inline-block;
}
@media only screen and (min-width: 480px) {
  .featured-c-more {
    float: right;
    margin-top: -30px;
  }
}
.news-item {
  margin: 24px 0;
}
.col-sub .news-item a:hover {
  color: #900;
}
.news-title {
  margin: 5px 0;
}
.news-summary {
  margin: 0;
}
.ajax-calendar tbody,
.ajax-event-list {
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
.ajax-event-list {
  margin-top: 24px;
}
.past-event-list {
  font-size: 14px;
}
.past-event-list > .block {
  margin: 20px 0 20px 30px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.past-event-list > .block:before {
  margin-left: -30px;
  width: 26px;
  display: inline-block;
  color: #900;
  font-size: 20px;
  vertical-align: -4px;
}
.past-event-list > .block > a:hover {
  color: #900;
  text-decoration: underline;
}
.past-event-list > .block > small {
  display: block;
  margin: 5px 0;
}
.past-event-list > .block:first-child {
  padding-top: 0;
  border-top: 0;
}
.past-event-list > .block:last-child {
  margin-bottom: 20px;
}
.past-event-list .event-datetime {
  display: block;
  font-size: 0.9em;
}
.past-event-list.panels .block {
  margin-left: 0;
}
.past-event-list.panels .event-datetime {
  float: left;
  width: 50px;
  background: #ccc;
  color: #fff;
  letter-spacing: 0.2em;
}
.past-event-list.panels .cal-info {
  margin-left: 60px;
}
.past-event-list.panels .cal-info a:hover {
  color: #900;
}
.past-event-list.panels .event-datetime > span {
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.past-event-list.panels .cal-blurb {
  font-size: 0.8em;
  color: #888;
}
.past-event-list.panels .event-datetime .weekday {
  background: #900;
}
.past-event-list.panels .event-datetime .day {
  font-size: 1.8em;
  font-weight: bold;
  margin-top: -5px;
}
.event-full {
  font-size: 13px;
  margin: 10px 0;
}
.event-title {
  margin: 20px 0;
}
.col-sub .event-title,
.featured-events .event-title {
  margin: 10px 0;
}
@media only screen and (min-width: 651px) {
  .event-title {
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .event-title {
    margin-bottom: 10px;
  }
}
.event-summary {
  font-size: 16px;
  line-height: 1.4;
}
.event-img {
  width: 100%;
  border: 4px solid #b6b6b6;
}
dd.event-detail {
  display: block;
  margin: 8px 0 8px 30px;
  font-size: 0.9em;
}
.col-sub dd.event-detail {
  font-size: 1.1em;
}
dd.event-detail:before {
  font-size: 1.6em;
  text-align: center;
  color: #900;
  width: 20px;
  margin: 0 10px 0 -30px;
  display: inline-block;
  vertical-align: -5px;
  float: left;
}
dd.event-detail > a:hover {
  color: #900;
}
dd.event-detail > p {
  display: inline;
  margin: 0;
}
.event-item img {
  display: block;
}
.event-description {
  font-size: 14px;
}
.event-description a {
  color: #900;
}
.event-description a:hover {
  text-decoration: underline;
}
.col-sub-section.ajax-calendar > h2 {
  margin: 2em 0 0;
}
#guest_submit_form button {
  font: 18px Georgia, 'Palatino', 'Century Schoolbook', serif;
  color: #900;
  padding: 0.4em 0;
  border: 0;
  margin: 0 0 0.5em 0;
  background: #f9f9f9;
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 3px;
}
#guest_submit_form button:hover {
  background: #fff;
}
#guest_submit_form button:before {
  font-size: 0.9em;
  vertical-align: 0px;
  margin-right: 5px;
}
@media only screen and (min-width: 890px) {
  #event_calendar .col-main {
    width: 60%;
  }
  #event_calendar .col-sub {
    width: 40%;
  }
}
.addthisevent-drop {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 999998;
}
.addthisevent-drop:hover {
  color: #555;
}
.addthisevent-drop span,
.addthisevent-drop ._url,
.addthisevent-drop ._start,
.addthisevent-drop ._end,
.addthisevent-drop ._summary,
.addthisevent-drop ._description,
.addthisevent-drop ._location,
.addthisevent-drop ._organizer,
.addthisevent-drop ._organizer_email,
.addthisevent-drop ._facebook_event,
.addthisevent-drop ._all_day_event {
  display: none;
}
.addthisevent_dropdown {
  width: 200px;
  position: absolute;
  z-index: 99999;
  padding-top: 6px;
  background: #fff;
  text-align: left;
  display: none;
  margin-top: 4px;
  margin-left: -1px;
  border: 1px solid;
  border-color: #c8c8c8 #bebebe #a8a8a8;
  border-radius: 2px;
  box-shadow: 1px 3px 6px rgba(0,0,0,0.15);
}
.addthisevent_dropdown span {
  display: block;
  line-height: 110%;
  background: #fff;
  text-decoration: none;
  font-size: 12px;
  color: #555;
  padding: 8px 10px 9px 15px;
}
.addthisevent_dropdown span:hover {
  background: #f4f4f4;
  color: #900;
  text-decoration: none;
  font-size: 12px;
}
.addthisevent_dropdown .copyx {
  width: 200px;
  height: 21px;
  display: block;
  position: relative;
  cursor: default;
}
.addthisevent_dropdown .brx {
  width: 180px;
  height: 1px;
  overflow: hidden;
  background: #e0e0e0;
  position: absolute;
  z-index: 100;
  left: 10px;
  top: 9px;
}
.addthisevent_dropdown .frs {
  position: absolute;
  top: 5px;
  cursor: pointer;
  right: 10px;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  text-align: right;
  z-index: 101;
  line-height: 110%;
  background: #fff;
  text-decoration: none;
  font-size: 9px;
  color: #cacaca;
}
.addthisevent_dropdown .frs:hover {
  color: #6d84b4;
}
.addthisevent {
  visibility: hidden;
}
.dir-header {
  font-size: 22px;
  line-height: 24px;
}
.article-list {
  font-size: 14px;
  margin: 20px 0;
}
.col-main .article-list:first-child {
  margin-top: 0;
}
.article {
  padding: 15px;
  display: block;
}
.article > img {
  border: 4px solid #b6b6b6;
}
.article > .ico-play {
  position: relative;
  float: left;
  width: 36%;
}
.article > .ico-play:before {
  color: #fff;
  font-size: 40px;
  text-shadow: 0 1px 15px #000;
  margin: -20px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
}
.article p {
  margin: 0.8em 0;
}
a.article:hover {
  background: #fafafa;
}
a.article:hover h2,
a.article:hover h3,
a.article:hover h4 {
  color: #900;
}
@media only screen and (min-width: 700px) {
  .article {
    padding: 20px;
  }
  .related-stories .article {
    padding: 10px;
  }
  .col-sub .article {
    padding: 10px;
  }
}
.article-title {
  font-size: 1.1em;
  line-height: 1.2;
  margin: 0;
}
.article-title + small {
  display: block;
  font-size: 0.85em;
}
a.article:hover .article-title {
  color: #900;
}
.article-img {
  width: 100%;
  margin-bottom: 10px;
}
.article-img img {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 481px) {
  .article-img {
    width: 28%;
    margin-bottom: 0;
    float: left;
  }
  .related-stories .article-img {
    width: 17%;
  }
  .col-main .article-img {
    width: 36%;
  }
  .ico-play > .article-img {
    width: 100%;
  }
  .article-has-img {
    margin-left: 31%;
  }
  .related-stories .article-has-img {
    margin-left: 20%;
  }
  .col-main .article-has-img {
    margin-left: 40%;
  }
}
@media only screen and (min-width: 650px) {
  .article-img img {
    border: 5px solid #b6b6b6;
  }
  .article-img:hover img {
    border: 5px solid #979797;
  }
  a:hover .article-img {
    border-color: #868686;
  }
  a.article-featured:hover .article-img {
    border-color: #fff;
  }
}
.related-posts .related-post {
  margin: 25px 0 0;
}
.related-posts .related-post img {
  display: block;
  width: 100%;
}
.related-posts .related-post h4 {
  color: #828282;
  line-height: 1.2;
}
.related-posts .related-post .related-post-date,
.related-posts .related-post p {
  font-size: 1.1em;
}
.article-tags a,
.article-tags a:visited {
  color: #900;
}
.blog.wizard .share-wrap + .share-wrap {
  margin: 2px 10px 0;
}
.blog.dornsife .share-wrap + .share-wrap {
  margin: -5px 10px 0;
}
.blog.dornsife .article-title {
  font-size: 1.4em;
}
.blog.dornsife .article-sub-title {
  margin: 0;
  font-style: italic;
}
.blog.dornsife .article-tags {
  margin: 0 0 10px;
}
.ah_block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
@media only screen and (min-width: 970px) {
  .ah_block {
    display: block;
  }
}
.ah_overlay {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.ah_panels {
  float: left;
  width: 69.5%;
  height: 100%;
  overflow: hidden;
  list-style-type: none;
  border: 1px solid #fff;
  border-left: none;
  border-bottom: none;
  background: #000;
  position: relative;
  z-index: 130;
  visibility: hidden;
}
.ah_panels > li {
  float: left;
  position: relative;
  width: 25%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.ah_panels a {
  display: block;
  position: relative;
  border-left: 1px solid #fff;
  height: 100%;
  cursor: pointer;
}
.ah_panels img {
  width: 100%;
  display: block;
  border: none;
}
.ah_panels span {
  display: block;
  text-align: center;
  color: #fff;
  background: #000;
  text-transform: uppercase;
  font: bold 11px/1.5 Helvetica, Arial, sans-serif;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ah_panels a:hover span {
  background: #fff;
  color: #000;
}
.ah_info {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 550;
  width: 30.4%;
  background: #000;
  height: 100%;
  overflow: hidden;
}
.ah_info > div {
  padding: 20px;
}
.ah_info p {
  font: normal 12px/1.5 Helvetica, Arial, sans-serif;
  color: #fffefe;
}
.ah_info p strong {
  text-transform: uppercase;
  color: #ffbd08;
  font-size: 11px;
}
.ah_info a {
  color: #44d4da;
  border: none;
}
.ah_info ahover {
  color: #44d4da;
  text-decoration: underline;
}
.ah_info p {
  margin: 5px 0;
}
a.ah_show,
a.ah_hide {
  display: block;
  position: absolute;
  right: 30.4%;
  bottom: 10%;
  padding: 25px;
  color: #fff;
  font: normal 13px/1.4 Helvetica, Arial, sans-serif;
  width: 115px;
  text-align: center;
  background: rgba(30,210,217,0.8);
  z-index: 700;
  border: none;
}
a.ah_showhover,
a.ah_hidehover {
  color: #fff;
  background: rgba(30,210,217,0.95);
}
a.ah_hide {
  right: auto;
  left: 69.5%;
}
.ah_intro2,
.ah_block.active .ah_intro,
a.ah_hide,
.ah_block.active .ah_show {
  display: none;
}
.ah_block.active .ah_info .ah_intro2,
.ah_block.active a.ah_hide {
  display: block;
}
.ah_block.active .ah_panels {
  visibility: visible;
}
@media only screen and (min-width: 960px) {
  .ah-col-wrap {
    margin: -20px;
  }
  .ah-col {
    padding: 0 20px;
  }
  .ah-col-left {
    background: #eee;
  }
  .ah-section-block {
    margin: 20px 0;
  }
}
.event-full {
  margin: 20px 0;
}
.nav-horizontal .event-full {
  margin: 0;
}
.event-full .event-title {
  font-size: 26px;
}
.event-full .event-sub-title {
  font-size: 20px;
}
.article-list {
  margin: 20px -20px;
}
.article-title {
  font-size: 1.7em;
}
.article-sub-title {
  font-size: 1.2em;
  margin-top: 5px;
  color: #333;
  font-style: italic;
  line-height: 1.3;
}
.article-date {
  margin: -8px 0 10px;
}
.article-title + .article-date {
  margin-top: 0;
}
.article-tags {
  position: relative;
  margin: -8px 0 10px;
  padding: 0 0 0 55px;
}
.article-tags span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.article-tags a {
  display: inline-block;
  margin: 0 7px 0 0;
}
.article-tags a:hover {
  text-decoration: underline;
}
.cf,
.html-content {
  zoom: 1;
}
.cf:before,
.html-content:before,
.cf:after,
.html-content:after {
  content: "";
  display: table;
}
.cf:after,
.html-content:after {
  clear: both;
}
.disabled {
  cursor: default;
}
@media only screen and (min-width: 960px) {
  [data-min-960-after]:after {
    content: attr(data-min-960-after);
  }
}
@media only screen and (min-width: 651px) {
  .flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  .flex-reverse {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.flex-stretch {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.color-light {
  color: #888;
}
.strong {
  font-weight: bold;
}
.sm-font {
  font-size: 0.8em;
}
.lg-font {
  font-size: 1.2em;
  line-height: 1.5;
}
.xl-font {
  font-size: 1.5em;
  line-height: 1.3;
}
body.sansserif,
.sansserif p,
.sansserif small,
.sansserif address,
.sansserif h1,
.sansserif h2,
.sansserif h3,
.sansserif h4,
.sansserif h5,
.sansserif h6,
.sansserif input,
.sansserif textarea {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}
body.serif,
.serif p,
.serif small,
.serif address,
.serif h1,
.serif h2,
.serif h3,
.serif h4,
.serif h5,
.serif h6,
.serif input,
.serif textarea {
  font-family: Georgia, 'Palatino', 'Century Schoolbook', serif;
}
.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
