﻿/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: Arial;
  /* 1 */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  color: #494949;
  font-size: 12px;
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  /*border: none;*/
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input {
  outline: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* User Defined */
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
p {
  font-family: 'Arial';
  font-size: 13px;
  line-height: 20px;
  margin: 0;
}
img {
  line-height: 1;
}
.scWebEditInput[contenteditable="true"] {
  min-height: 0em !important;
}
/* Fonts */
/* Had to put helvetica font face into separate file for typography hosting */
.gothamcondensedlight {
  font-family: 'Gotham Cond SSm 3r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 300;
  font-style: normal;
}
.gothamcondensedbook {
  font-family: 'Gotham Cond SSm 4r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 400;
  font-style: normal;
}
.gothamcondensed {
  font-family: 'Gotham Cond SSm 5r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 500;
  font-style: normal;
}
.gothamcondensedbold {
  font-family: 'Gotham Cond SSm 6r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 600;
  font-style: normal;
}
.gothammedium {
  font-family: 'Gotham SSm 5r', 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  font-style: normal;
}
/* Mixins */
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.pie {
  behavior: url('pie.htc');
}
.opacity-less {
  /* Fallback for web browsers that doesn't support RGBa */
  background: #000000 transparent;
  /* RGBa with 0.6 opacity */
  background: rgba(0, 0, 0, 0.6);
  /* For IE 5.5 - 7*/
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
/* Colors */
/* Headings */
h1 {
  font-family: 'Gotham Cond SSm 6r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 600;
  font-style: normal;
}
h2 {
  color: #333333;
  font-family: 'Gotham Cond SSm 6r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  text-transform: uppercase;
}
h3 {
  font-size: 14px;
}
h4 {
  color: #464646;
  font-family: Arial;
  font-size: 12px;
  font-weight: 700;
}
/* Tags */
body {
  background: url('/Extranet/Assets/images/global-bkg.jpg') repeat #f1f1f1;
}
/* Globals */
.tab {
  padding-left: 45px;
}
.container {
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  width: 1215px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.bold {
  font-weight: 700;
}
.red-text {
  color: #cc0000 !important;
}
.red-text a {
  text-decoration: underline;
}
.red-underline {
  color: #cc0000;
  text-decoration: underline;
}
.search {
  background-color: #ffffff;
  border: 1px solid #d53913;
  color: #d53913;
  font-family: 'Arial';
  font-size: 12px;
  height: 18px;
  padding: 5px 32px 5px 5px;
  width: 190px;
}

.autoComplete {
    background-color: @white;
    border: 1px solid #cacaca;
    color: @grey;
    font-family: 'Arial';
    font-size: 12px;
    height: 18px;
    padding: 5px 32px 5px 5px;
    width: 190px;
}


.search-glass {
  background: url('/Extranet/Assets/images/global-search-glass.png') center center no-repeat;
  border: none;
  height: 29px;
  outline: none;
  width: 27px;
}
.dropdown,
.scfDropListGeneralPanel {
  height: 28px;
  width: 120px;
  position: relative;
}
.dropdown > ul,
.scfDropListGeneralPanel > ul {
  background-color: #ffffff;
  display: none;
  max-height: 150px;
  overflow: scroll;
  position: absolute;
  width: 100%;
  z-index: 95;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url('pie.htc');
}
.dropdown > ul li,
.scfDropListGeneralPanel > ul li {
  border-bottom: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  color: #555555;
  cursor: pointer;
  font-family: 'helveticacondensedbold';
  font-size: 12px;
  padding: 5px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropdown > ul li:hover,
.scfDropListGeneralPanel > ul li:hover,
.dropdown > ul li.active,
.scfDropListGeneralPanel > ul li.active {
  background: url('/Extranet/Assets/images/global-dropdown-tick.png') 97% center no-repeat;
  background-color: #fffac2;
}
.dropdown > a,
.scfDropListGeneralPanel > a {
  border: 1px solid #cacaca;
  display: block;
  height: 100%;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url('pie.htc');
}
.dropdown > a > label,
.scfDropListGeneralPanel > a > label {
  color: #cc0000;
  cursor: pointer;
  display: block;
  float: none;
  font-family: Arial;
  font-size: 13px;
  width: 100% !important;
  white-space: nowrap;
  overflow: hidden;
}
.dropdown > select,
.scfDropListGeneralPanel > select {
  display: none !important;
}
.dropdown.style-one > a,
.scfDropListGeneralPanel.style-one > a {
  background: url('/Extranet/Assets/images/global-checkbox-arrows.png') 95% center no-repeat;
  padding: 5px;
}
.dropdown.style-two,
.scfDropListGeneralPanel.style-two {
  width: 240px;
}
.dropdown.style-two > a,
.scfDropListGeneralPanel.style-two > a {
  padding: 5px 36px 5px 5px;
  position: relative;
}
.dropdown.style-two > a > span,
.scfDropListGeneralPanel.style-two > a > span {
  background: url('/Extranet/Assets/images/global-dropdown-arrow.png') center center no-repeat #eeeeee;
  border-left: 1px solid #cacaca;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
}
.dropdown.margin,
.scfDropListGeneralPanel.margin {
  margin-right: 40px;
}
.dropdown.active > ul,
.scfDropListGeneralPanel.active > ul {
  display: block;
}
.dropdown-bar {
  float: left;
}
.dropdown-bar > ul:before,
.dropdown-bar > ul:after {
  content: " ";
  display: table;
}
.dropdown-bar > ul:after {
  clear: both;
}
.dropdown-bar > ul li {
  float: left;
}
.dropdown-bar > ul li a {
  color: #8c8c8c;
  font-family: 'Arial Black';
  font-size: 11px;
  padding: 12px 0 8px 0;
  text-align: center;
  background: #4d5057;
  /*fallback for non-CSS3 browsers*/
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#4d5057) to(#23272b));
  /*old webkit*/
  background: -webkit-linear-gradient(top, #4d5057, #23272b);
  /*newer webkit*/
  background: -moz-linear-gradient(top, #4d5057, #23272b);
  /*old gecko*/
  background: -o-linear-gradient(top, #4d5057, #23272b);
  /*opera 11.10+*/
  background: linear-gradient(to bottom, #4d5057, #23272b);
  /*firefox 16+, chrome 26+, IE10+, opera 12.10+, future browsers*/
  -pie-background: linear-gradient(to bottom, #4d5057, #23272b);
  /*ie 6-9 via PIE*/
  behavior: url('pie.htc');
}
.dropdown-bar > ul li a span {
  border-right: 1px solid #393c42;
  display: block;
  height: 20px;
  padding: 0 40px;
}
.dropdown-bar > ul li.active a {
  background: #cc0000 !important;
  color: #ffffff;
  -webkit-box-shadow: inset 0px 0px 10px -2px #000000;
  -moz-box-shadow: inset 0px 0px 10px -2px #000000;
  box-shadow: inset 0px 0px 10px -2px #000000;
  behavior: url('pie.htc');
}
.dropdown-bar > ul li.active a span {
  border: none;
}
.dropdown-bar > select {
  display: none;
}
.border {
  border-bottom: 1px dotted #cccccc;
}
.profile-link img {
  padding-right: 5px;
}
.find-it-link {
  color: #cc0000;
  display: inline-block;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  position: relative;
}
.find-it-link:before,
.find-it-link:after {
  content: " ";
  display: table;
}
.find-it-link:after {
  clear: both;
}
.find-it-link img {
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}
.find-it-link label {
  cursor: pointer;
  float: left;
}
.link {
  color: #cc0000;
  font-family: 'Arial';
  font-size: 12px;
}
.block-red {
  background-color: #cc0000;
  color: #ffffff;
  font-family: 'helveticacondensedbold';
  font-size: 12px;
  padding: 7px 5px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button {
  color: #ffffff;
  font-family: 'helveticamedium';
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
.square-button {
  background-color: #cc0000;
  border: none;
  color: #ffffff;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: 700;
  padding: 3px 7px;
  text-transform: uppercase;
}
.clear {
  clear: both;
}
.image-highlight {
  border: 4px solid #ffffff;
  display: inline-block;
  max-width: 100%;
  -webkit-box-shadow: 0 0 5px #b8b8b8;
  -moz-box-shadow: 0 0 5px #b8b8b8;
  box-shadow: 0 0 5px #b8b8b8;
  behavior: url('pie.htc');
}
.image-highlight img {
  display: block;
}
.image-box > img {
  border: 4px solid #ffffff;
  display: inline-block;
  max-width: 100%;
  -webkit-box-shadow: 0 0 5px #b8b8b8;
  -moz-box-shadow: 0 0 5px #b8b8b8;
  box-shadow: 0 0 5px #b8b8b8;
  behavior: url('pie.htc');
}
.image-box > img img {
  display: block;
}

.blog-image-box > img {
 behavior: url('');
  height: 171px; 
  width: 346px; 
  float: left; 
  margin-right: 15px; 
  margin-bottom: 5px;
}
.blog-image-box > img img {
  display: block;
}
.video-highlight {
  position: relative;
  margin-bottom: 20px;
}
.video-highlight > img {
  border: 4px solid #ffffff;
  display: block;
  width: 265px;
  height: 155px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 5px #b8b8b8;
  -moz-box-shadow: 0 0 5px #b8b8b8;
  box-shadow: 0 0 5px #b8b8b8;
  behavior: url('pie.htc');
}
.video-highlight > .play-btn {
  background: url('/Extranet/Assets/images/global-play-btn.png') no-repeat;
  height: 47px;
  left: 50%;
  margin-left: -21px;
  margin-top: -23px;
  position: absolute;
  top: 50%;
  width: 42px;
}
.video-highlight > .ribbon {
  background: url('/Extranet/Assets/images/global-featured-video-ribbon.png') no-repeat;
  height: 111px;
  left: 0;
  position: absolute;
  top: 0;
  width: 111px;
}
.video-highlight.large {
  padding: 5px;
}
.video-highlight.large > img {
  border: 8px solid #ffffff;
  width: 580px;
  height: 330px;
}
.video-highlight.large > img.non-max-res {
  width: 480px;
  height: 360px;
}
.video-highlight.large > .play-btn {
  background: url('/Extranet/Assets/images/global-play-btn-large.png') no-repeat;
  height: 67px;
  left: 50%;
  margin-left: -30px;
  margin-top: -33px;
  top: 50%;
  width: 60px;
}
.video-desc h3 {
  color: #444444;
  font-family: 'Arial';
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
}
.video-desc .sub-title {
  margin: 10px 0;
}
.video-desc p {
  color: #555555;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
}
.video-desc .play-link,
.video-desc .email-link {
  margin-right: 20px;
  margin-top: 20px;
}
.video-desc .social-buttons {
  margin-top: 20px;
}
.banner-video.floated {
  margin: 0 auto;
  padding: 15px 0;
  width: 930px;
}
.banner-video.floated:before,
.banner-video.floated:after {
  content: " ";
  display: table;
}
.banner-video.floated:after {
  clear: both;
}
.banner-video.floated .video-highlight {
  float: left;
  margin-right: 15px;
  margin-bottom: 0;
}
.banner-video.floated #video-embed {
  float: left;
  margin-right: 41px;
  border: 8px solid #ffffff;
  box-shadow: 0 0 5px #b8b8b8;
  margin-bottom: 20px;
}
.banner-video.floated #video-embed iframe {
  width: 485px;
  height: 273px;
}
.banner-video.wide {
  border-bottom: 1px dotted #b2b2b2;
  padding-bottom: 10px;
}
.banner-video.wide .video-highlight {
  display: block;
}
.banner-video.wide .video-desc {
  display: block;
  margin-top: 10px;
  padding-left: 5px;
}
.banner-video.wide .video-desc .sub-title {
  margin: 2px 0 10px 0;
}
.videos .listing-title {
  margin-top: 20px;
}
.events .listing-title {
  margin-top: 5px;
}
.events .image-box {
  margin-right: 20px;
}
.events .image-box img {
  border: 4px solid #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 5px #b8b8b8;
  -moz-box-shadow: 0 0 5px #b8b8b8;
  box-shadow: 0 0 5px #b8b8b8;
  behavior: url('pie.htc');
}
.events #listings .results .listing-title a {
  color: #444444;
}
.events #listings .results > li > ul {
  margin-left: 0;
}
.events .details {
  font-family: Verdana, Geneva, sans-serif;
  color: #555555;
}
.social-links {
  display: inline-block;
}
.social-links:before,
.social-links:after {
  content: " ";
  display: table;
}
.social-links:after {
  clear: both;
}
.social-links li {
  display: inline;
  float: left;
  margin-right: 40px;
}
.social-links li a {
  display: block;
}
.social-links li a img {
  display: block;
  line-height: 1;
}
.social-links li.last {
  margin-right: 0px;
}
.social-buttons {
  display: block;
}
.social-buttons:before,
.social-buttons:after {
  content: " ";
  display: table;
}
.social-buttons:after {
  clear: both;
}
.social-buttons li {
  display: inline;
  float: left;
  height: 25px;
  margin-right: 5px;
}
.social-buttons li a {
  display: block;
}
.social-buttons li a img {
  display: block;
  line-height: 1;
}
.social-buttons li.last {
  margin-right: 0px;
}
.social-feed.style-one {
  background-color: #ffffff;
  height: 268px;
  margin: 8px 0 0 0;
  padding: 0 !important;
  position: relative;
}
.social-feed.style-one > li {
  border-right: 1px dotted #666666;
}
.social-feed.style-one > li.last {
  border: none;
}
.social-feed.style-one .social-feed-block {
  float: left;
  height: 226px;
  margin: 20px 0;
  overflow: hidden;
  padding: 0 25px;
  width: 25%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.social-feed.style-one .social-feed-block > label {
  background-color: #ffffff;
  color: #333333;
  display: block;
  font-family: 'Gotham Cond SSm 6r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 600;
  font-style: normal;
  font-size: 23px;
  height: 25px;
  margin-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  z-index: 99;
}
.social-feed.style-one .social-feed-block > label a {
  display: block;
  background-color: #ffffff;
}
.social-feed.style-one .social-feed-block > label a:before,
.social-feed.style-one .social-feed-block > label a:after {
  content: " ";
  display: table;
}
.social-feed.style-one .social-feed-block > label a:after {
  clear: both;
}
.social-feed.style-one .social-feed-block > label a img {
  float: left;
}
.social-feed.style-one .social-feed-block > label a span {
  float: left;
  margin: 0 0 0 5px;
}
.social-feed.style-one .social-feed-block > .social-section {
  position: relative;
}
.social-feed.style-one .social-feed-block > .social-section > li {
  display: block;
  height: 191px;
  width: 100%;
  margin-left: 2px;
}
.social-feed.style-one .social-feed-block > .social-section > li.one-column {
  /*a.news-events{
                            img {
                                display: block;
                                width: 127px;
                                height: 95px;
                                line-height: 1;
                            }
                        }*/
}
.social-feed.style-one .social-feed-block > .social-section > li.one-column > a {
  display: block;
  position: relative;
  margin: 0 0 13px 0;
  width: 127px;
  height: 95px;
}
.social-feed.style-one .social-feed-block > .social-section > li.one-column > a img {
  display: block;
  width: 127px;
  height: 95px;
  line-height: 1;
}
.social-feed.style-one .social-feed-block > .social-section > li.one-column p {
  color: #666666;
  display: block;
  font-family: 'Arial';
  font-size: 12px;
  line-height: 20px;
}
.social-feed.style-one .social-feed-block > .social-section > li.one-column p a {
  color: #cc0000;
}
.social-feed.style-one .social-feed-block > .social-section > li.one-column span.play-button {
  background-image: url('/Extranet/Assets/images/global-connect-with-us-play-button.png');
  position: absolute;
  top: 27px;
  left: 43px;
  width: 40px;
  height: 40px;
}
.social-feed.style-one .social-feed-block > .social-section > li.two-column > a {
  float: left;
  margin: 5px 8px 0 0;
}
.social-feed.style-one .social-feed-block > .social-section > li.two-column > a img {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 1;
}
.social-feed.style-one .social-feed-block > .social-section > li.two-column p {
  color: #666666;
  float: left;
  font-family: 'Arial';
  font-size: 12px;
  line-height: 20px;
  width: 191px;
}
.social-feed.style-one .social-feed-block > .social-section > li.two-column p a {
  color: #cc0000;
}
.social-feed.style-two {
  background: url('/Extranet/Assets/images/global-bkg.jpg') repeat #f1f1f1;
  height: 244px;
  padding: 12px 0 !important;
  position: relative;
}
.social-feed.style-two:before,
.social-feed.style-two:after {
  content: " ";
  display: table;
}
.social-feed.style-two:after {
  clear: both;
}
.social-feed.style-two .connect-box {
  background-color: #cc0000;
  float: left;
  height: 100%;
  padding: 60px 25px 20px 25px;
  width: 330px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.social-feed.style-two .connect-box .connect-content {
  color: #ffffff;
  float: left;
}
.social-feed.style-two .connect-box .connect-content label {
  display: block;
  font-family: 'Gotham Cond SSm 6r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 600;
  font-style: normal;
  font-size: 50px;
  text-transform: uppercase;
}
.social-feed.style-two .connect-box .connect-content p {
  font-size: 14px;
}
.social-feed.style-two .connect-arrow {
  background: url('/Extranet/Assets/images/global-social-feed-arrow.png') 0 112px no-repeat;
  float: left;
  height: 100%;
  width: 16px;
}
.social-feed.style-two ul {
  float: left;
  height: 244px;
  width: 664px;
}
.social-feed.style-two .social-feed-block {
  background-color: #ffffff;
  float: left;
  height: 116px;
  margin-bottom: 12px;
  margin-right: 12px;
  overflow: hidden;
  padding: 10px;
  width: 326px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.social-feed.style-two .social-feed-block.no-margin {
  margin-right: 0;
}
.social-feed.style-two .social-feed-block label {
  color: #999999;
  display: block;
  font-family: 'Arial';
  font-size: 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.social-feed.style-two .social-feed-block label a {
  display: block;
}
.social-feed.style-two .social-feed-block label a:before,
.social-feed.style-two .social-feed-block label a:after {
  content: " ";
  display: table;
}
.social-feed.style-two .social-feed-block label a:after {
  clear: both;
}
.social-feed.style-two .social-feed-block label a img {
  float: left;
}
.social-feed.style-two .social-feed-block label a span {
  float: right;
}
.social-feed.style-two .social-feed-block > a {
  float: left;
  margin-right: 8px;
}
.social-feed.style-two .social-feed-block > a img {
  display: block;
  margin-top: 4px;
  width: 50px;
  height: 50px;
  line-height: 1;
}
.social-feed.style-two .social-feed-block > a.youtube {
  position: relative;
}
.social-feed.style-two .social-feed-block > a.youtube span.play-button {
  background-image: url('/Extranet/Assets/images/global-connect-with-us-play-button.png');
  position: absolute;
  top: 19px;
  left: 25px;
  width: 40px;
  height: 40px;
}
.social-feed.style-two .social-feed-block > a.youtube img {
  width: 90px;
  height: 70px;
}
.social-feed.style-two .social-feed-block p {
  color: #666666;
  float: left;
  font-family: 'Arial';
  font-size: 11px;
  line-height: 16px;
  width: 191px;
}
.social-feed.style-two .social-feed-block p a {
  color: #cc0000;
}
#may-also-like {
  background-color: #cc0000;
  min-height: 300px;
  padding: 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#may-also-like .heading {
  border-bottom: 1px dotted #f27d6c;
  padding-bottom: 10px;
}
#may-also-like .heading:before,
#may-also-like .heading:after {
  content: " ";
  display: table;
}
#may-also-like .heading:after {
  clear: both;
}
#may-also-like .heading h3 {
  color: #ffffff;
  float: left;
  font-family: 'Gotham Cond SSm 5r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  text-transform: uppercase;
}
#may-also-like .heading .filter {
  float: right;
  padding: 6px 20px 0 0;
}
#may-also-like .heading .filter > label {
  color: #ffffff;
  float: left;
  font-family: 'Gotham Cond SSm 5r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  margin-right: 30px;
}
#may-also-like .heading .filter ul {
  float: left;
}
#may-also-like .heading .filter ul li {
  float: left;
  min-width: 70px;
  text-align: center;
}
#may-also-like .heading .filter ul li a {
  color: #6d2015;
  font-family: 'Gotham Cond SSm 5r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  padding-left: 20px;
  text-align: right;
  text-transform: uppercase;
}
#may-also-like .heading .filter ul li a.active {
  background: url(/Extranet/Assets/images/global-social-filter.png) center left no-repeat;
  color: #ffffff;
}
#may-also-like .feeds {
  display: none;
  overflow: hidden;
}
#may-also-like .feeds:before,
#may-also-like .feeds:after {
  content: " ";
  display: table;
}
#may-also-like .feeds:after {
  clear: both;
}
#may-also-like .feeds li {
  border-right: 1px dotted #f9c8c0;
  float: left;
  margin-bottom: -1000px;
  margin-top: 15px;
  padding: 0 25px 1000px 25px;
  padding-bottom: 1000px;
  width: 247px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#may-also-like .feeds li img {
  width: 140px;
  height: 105px;
}
#may-also-like .feeds li label {
  color: #ffffff;
  display: block;
  font-family: 'Gotham Cond SSm 5r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}
#may-also-like .feeds li .category {
  font-size: 14px;
}
#may-also-like .feeds li .title {
  font-size: 17px;
}
#may-also-like .feeds li p {
  color: #ffffff;
  font-size: 11px;
  line-height: 14px;
  margin-top: 3px;
}
#may-also-like .feeds li.last {
  border: none;
}
#may-also-like .feeds.active {
  display: block;
}
#listings .filter {
  display: block;
  margin-bottom: 10px;
  padding: 10px 0 10px 0;
  text-align: center;
}
#listings .filter .filter-wrapper {
  display: inline-block;
  min-width: 550px;
}
#listings .filter .filter-wrapper:before,
#listings .filter .filter-wrapper:after {
  content: " ";
  display: table;
}
#listings .filter .filter-wrapper:after {
  clear: both;
}
#listings .filter .filter-wrapper > label {
  color: #2c2c2c;
  float: left;
  font-family: 'helveticamedium';
  font-size: 12px;
  margin: 6px 15px 0 20px;
}
#listings .filter .filter-wrapper .dropdown {
  float: left;
}
#listings .filter .filter-wrapper.courses .dropdown.style-two {
  width: 160px;
  margin-right: 20px;
}
#listings .filter .filter-wrapper .sort-by {
  float: left;
}
#listings .filter .filter-wrapper .sort-by li {
  float: left;
  margin-left: 5px;
  position: relative;
  height: 34px;
}
#listings .filter .filter-wrapper .sort-by li a {
  height: 34px;
  width: 28px;
}
#listings .filter .filter-wrapper .sort-by li.by-grid a {
  background: url('/Extranet/Assets/images/global-filter-sprite.png') 0 0 no-repeat;
}
#listings .filter .filter-wrapper .sort-by li.by-grid.active a {
  background: url('/Extranet/Assets/images/global-filter-sprite.png') 0 -35px no-repeat;
}
#listings .filter .filter-wrapper .sort-by li.by-column a {
  background: url('/Extranet/Assets/images/global-filter-sprite.png') -33px 0 no-repeat;
}
#listings .filter .filter-wrapper .sort-by li.by-column.active a {
  background: url('/Extranet/Assets/images/global-filter-sprite.png') -33px -35px no-repeat;
}
#listings .filter .filter-wrapper .sort-by li.by-date a {
  background: url('/Extranet/Assets/images/global-filter-sprite.png') -66px 0 no-repeat;
}
#listings .filter .filter-wrapper .sort-by li.by-date #sorted-date {
  display: none;
  position: absolute;
  top: 200px;
}
#listings .filter .filter-wrapper .sort-by li.by-date.active a {
  background: url('/Extranet/Assets/images/global-filter-sprite.png') -66px -35px no-repeat;
}
#listings .filter .filter-wrapper .sort-by li.first {
  margin-left: 0;
}
#listings .filter.bars {
  text-align: center;
}
#listings .filter.simple {
  margin-bottom: 20px;
  padding: 10px 30px 10px 0;
  text-align: right;
}
#listings .filter.alpha {
  margin-bottom: 20px;
  padding: 10px 30px 10px 0;
}
#listings .filter.alpha .filter-wrapper > label {
  margin: 5px 20px 0 0;
}
#listings .filter.alpha .filter-wrapper .alpha-list:before,
#listings .filter.alpha .filter-wrapper .alpha-list:after {
  content: " ";
  display: table;
}
#listings .filter.alpha .filter-wrapper .alpha-list:after {
  clear: both;
}
#listings .filter.alpha .filter-wrapper .alpha-list ul {
  border: 1px solid #cacaca;
  float: left;
  margin-right: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url('pie.htc');
}
#listings .filter.alpha .filter-wrapper .alpha-list ul > li {
  float: left;
}
#listings .filter.alpha .filter-wrapper .alpha-list ul > li a span {
  color: #cc0000;
}
#listings .filter.alpha .filter-wrapper .alpha-list ul > li a.active span {
  background-color: #cc0000;
  color: #ffffff;
}
#listings .filter.alpha .filter-wrapper .alpha-list ul > li span {
  border-right: 1px solid #e3e3e3;
  color: #999999;
  display: block;
  font-family: Arial;
  font-size: 12px;
  font-weight: 700;
  min-width: 8px;
  padding: 5px 4px;
  text-transform: uppercase;
}
#listings .results > li > h3 {
  border-bottom: 1px dotted #b2b2b2;
  color: #cc0000;
  display: block;
  font-family: 'Gotham Cond SSm 6r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  padding: 5px 0;
  text-transform: uppercase;
}
#listings .results > li > h3 label {
  color: #c1c1c1;
  margin-left: 5px;
}
#listings .results > li > h3 .back-to-top {
  float: right;
}
#listings .results > li > ul {
  margin-left: 10px;
  width: 100%;
}
#listings .results > li > ul > li {
  border-bottom: 1px solid #efefef;
  padding: 25px 0;
}
#listings .results > li > ul > li:before,
#listings .results > li > ul > li:after {
  content: " ";
  display: table;
}
#listings .results > li > ul > li:after {
  clear: both;
}
#listings .results > li > ul > li .image-box {
  float: left;
  margin-right: 15px;
  width: 178px;
}
#listings .results > li > ul > li .desc .sub-title {
  margin: 10px 0;
}
#listings .results > li > ul > li .slanted-link {
  margin-bottom: 5px;
}
#listings .results > li > ul > li .listing-title {
  margin-bottom: 5px;
}
#listings .results > li > ul > li .sub-title {
  margin-bottom: 5px;
}
#listings .results > li > ul > li .course-description .read-more {
  display: inline;
}
#listings .results > li > ul > li a {
  color: #cc0000;
  display: inline;
}
#listings .results > li > ul > li a.square-button {
  display: inline-block;
}
#listings .results > li > ul > li a.inline {
  display: inline;
}
#listings .results > li > ul > li.alt {
  background-color: #f7f7f7;
}
#listings .results > li > ul > li.last {
  border: none;
}
#listings .results.tiled > li > h3 {
  margin-bottom: 28px;
}
#listings .results.tiled > li > ul {
  margin-left: 0;
}
#listings .results.tiled > li > ul:before,
#listings .results.tiled > li > ul:after {
  content: " ";
  display: table;
}
#listings .results.tiled > li > ul:after {
  clear: both;
}
#listings .results.tiled > li > ul > li {
  border-bottom: 1px solid #efefef;
  float: left;
  margin-bottom: 35px;
  padding: 0 0 30px 0;
  position: relative;
  visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#listings .results.tiled > li > ul > li .image-box {
  float: none;
  margin: 0;
  width: auto;
}
#listings .results.tiled > li > ul > li .listing-title {
  display: block;
  margin-top: 10px;
}
#listings .results.tiled > li > ul > li .sub-title {
  margin-top: 2px;
}
#listings .results.tiled > li > ul > li .details {
  margin-top: 5px;
}
#listings .results.tiled > li > ul > li .play-link {
  bottom: 15px;
  position: absolute;
}
#listings .results.tiled > li > ul > li .social-buttons {
  bottom: 25px;
  position: absolute;
}
#listings .results.tiled > li > ul > li .square-button {
  bottom: 0;
  position: absolute;
}
#listings .results.tiled.three > li > ul > li {
  margin-right: 5%;
  width: 30%;
}
#listings .results.tiled.three > li > ul > li.last {
  margin-right: 0px !important;
}
#listings .results.tiled.four > li > ul > li {
  margin-right: 4%;
  width: 22%;
}
#listings .results.tiled.four > li > ul > li .sub-title {
  margin-bottom: 10px;
}
#listings .results.tiled.four > li > ul > li.last {
  margin-right: 0px !important;
}
#listings .results.no-results {
  margin-left: 0px;
}
#listings .results.no-results > li > ul > li {
  color: #343434;
  font-family: Arial;
  font-weight: 700;
  padding-left: 10px;
  text-transform: uppercase;
}
#listings.centered .results {
  margin: 0 auto;
  width: 930px;
}
#listings.centered .results.videos > li > ul > li {
  padding-bottom: 50px;
}
.dp-box {
  border: 1px solid #cacaca;
  float: left;
  height: 28px;
  margin-right: 10px;
  text-align: left;
  width: 182px;
  z-index: 997;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url('pie.htc');
}
.dp-box:before,
.dp-box:after {
  content: " ";
  display: table;
}
.dp-box:after {
  clear: both;
}
.dp-box label {
  float: left;
  padding: 5px;
  width: 62px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dp-box span {
  float: left;
  padding: 5px;
  width: 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dp-box .by-date {
  background: url('/Extranet/Assets/images/global-filter-sprite.png') -66px 0 no-repeat;
  float: left;
  height: 28px;
  width: 28px;
  /*&.active {
            a {
                background: url('/Extranet/Assets/images/global-filter-sprite.png') -66px -35px no-repeat;
            }
        }*/
}
.dp {
  background: url('/Extranet/Assets/images/global-dp-bottom.png') bottom center no-repeat;
  display: none;
  height: auto;
  padding-bottom: 15px;
  position: absolute;
  width: 325px;
}
.dp .dp-arrow {
  background: url('/Extranet/Assets/images/global-dp-top-arrow.png') top center no-repeat;
  display: block;
  height: 9px;
  position: relative;
}
.dp .dp-heading {
  color: #ffffff;
  display: block;
  height: 45px;
  margin: 0 auto;
  width: 315px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #da4d39;
  /*fallback for non-CSS3 browsers*/
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#da4d39) to(#c43723));
  /*old webkit*/
  background: -webkit-linear-gradient(top, #da4d39, #c43723);
  /*newer webkit*/
  background: -moz-linear-gradient(top, #da4d39, #c43723);
  /*old gecko*/
  background: -o-linear-gradient(top, #da4d39, #c43723);
  /*opera 11.10+*/
  background: linear-gradient(to bottom, #da4d39, #c43723);
  /*firefox 16+, chrome 26+, IE10+, opera 12.10+, future browsers*/
  -pie-background: linear-gradient(to bottom, #da4d39, #c43723);
  /*ie 6-9 via PIE*/
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  behavior: url('pie.htc');
}
.dp .dp-heading:before,
.dp .dp-heading:after {
  content: " ";
  display: table;
}
.dp .dp-heading:after {
  clear: both;
}
.dp .dp-heading .prev-month,
.dp .dp-heading .next-month {
  float: left;
  height: 100%;
  padding-top: 15px;
  width: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dp .dp-heading .prev-month > span,
.dp .dp-heading .next-month > span {
  background: url('/Extranet/Assets/images/global-dp-arrow-sprite.png') no-repeat;
  display: block;
  height: 18px;
  margin: 0 auto;
  width: 12px;
}
.dp .dp-heading .next-month {
  border-left: 1px solid #c93f2b;
}
.dp .dp-heading .next-month > span {
  background-position: -12px 0;
}
.dp .dp-heading .prev-month {
  border-right: 1px solid #c93f2b;
}
.dp .dp-heading label {
  float: left;
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
  height: 100%;
  text-align: center;
  width: 225px;
  padding-top: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dp table {
  display: block;
  margin: 0 auto;
  width: 315px;
  -webkit-box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.5);
  behavior: url('pie.htc');
}
.dp table thead {
  border-bottom: 1px solid #d03c3b;
}
.dp table thead td {
  border-right: 1px solid #d03c3b;
  color: #ffffff;
  font-family: 'helveticacondensedbold';
  font-size: 14px;
  height: 28px;
  padding-top: 3px;
  text-align: center;
  width: 45px;
  background: #eb543e;
  /*fallback for non-CSS3 browsers*/
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#eb543e) to(#e9432c));
  /*old webkit*/
  background: -webkit-linear-gradient(top, #eb543e, #e9432c);
  /*newer webkit*/
  background: -moz-linear-gradient(top, #eb543e, #e9432c);
  /*old gecko*/
  background: -o-linear-gradient(top, #eb543e, #e9432c);
  /*opera 11.10+*/
  background: linear-gradient(to bottom, #eb543e, #e9432c);
  /*firefox 16+, chrome 26+, IE10+, opera 12.10+, future browsers*/
  -pie-background: linear-gradient(to bottom, #eb543e, #e9432c);
  /*ie 6-9 via PIE*/
  behavior: url('pie.htc');
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dp table thead td.last {
  border: none;
}
.dp table tbody {
  background-color: #f1f1f1;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url('pie.htc');
}
.dp table tbody tr {
  border-bottom: 1px solid #e4e4e4;
}
.dp table tbody td {
  background-color: #f1f1f1;
  color: #434446;
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
  height: 45px;
  padding: 0;
  text-align: center;
  width: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dp table tbody td > a {
  border-right: 1px solid #e4e4e4;
  display: block;
  height: 45px;
  padding-top: 12px;
  width: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dp table tbody td.bounds {
  background-color: #eeeeee;
  color: #c5c7ca;
}
.dp table tbody td.bounds > span {
  border-right: 1px solid #e4e4e4;
  display: block;
  height: 45px;
  padding-top: 12px;
  width: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dp table tbody td.last span,
.dp table tbody td.last a {
  border: none;
}
.dp table tbody td.sun {
  color: #d03d52;
}
.dp table tbody td.today > a {
  background-color: #f1f1f1;
  border: 1px solid #e4e4e4;
  color: #da4b36;
  display: block;
  height: 45px;
  margin-left: -1px;
  margin-top: -28px;
  padding-top: 5px;
  position: absolute;
  width: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  behavior: url('pie.htc');
}
.dp table tbody td.today > a > span {
  color: #434446;
  display: block;
  font-family: Arial;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}
.dp.active {
  display: block;
}
.pagination {
  text-align: center;
  margin: 10px 0 0 0;
}
.pagination > ul {
  display: inline-block;
}
.pagination > ul:before,
.pagination > ul:after {
  content: " ";
  display: table;
}
.pagination > ul:after {
  clear: both;
}
.pagination > ul > li {
  display: inline;
  float: left;
  margin-left: 5px;
}
.pagination > ul > li a,
.pagination > ul > li span {
  border: 1px solid #c3c3c3;
  color: #717171;
  display: block;
  font-family: Arial;
  font-size: 12px;
  font-weight: 700;
  height: 25px;
  padding-top: 5px;
  width: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f9f9f9;
  /*fallback for non-CSS3 browsers*/
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9) to(#eaeaea));
  /*old webkit*/
  background: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
  /*newer webkit*/
  background: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
  /*old gecko*/
  background: -o-linear-gradient(top, #f9f9f9, #eaeaea);
  /*opera 11.10+*/
  background: linear-gradient(to bottom, #f9f9f9, #eaeaea);
  /*firefox 16+, chrome 26+, IE10+, opera 12.10+, future browsers*/
  -pie-background: linear-gradient(to bottom, #f9f9f9, #eaeaea);
  /*ie 6-9 via PIE*/
  behavior: url('pie.htc');
}
.pagination > ul > li.etc {
  color: #717171;
  display: block;
  font-family: Arial;
  font-size: 12px;
  font-weight: 700;
  height: 25px;
  padding-top: 10px;
  width: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pagination > ul > li.active a,
.pagination > ul > li.active span {
  background: #cc0000;
  border: none;
  color: #ffffff;
  -webkit-box-shadow: inset 0px 0px 10px -2px #000000;
  -moz-box-shadow: inset 0px 0px 10px -2px #000000;
  box-shadow: inset 0px 0px 10px -2px #000000;
  behavior: url('pie.htc');
}
.sidebar-wrapper:before,
.sidebar-wrapper:after {
  content: " ";
  display: table;
}
.sidebar-wrapper:after {
  clear: both;
}
.sidebar-wrapper .page-head {
  padding-top: 0px;
}
.sidebar-wrapper .square-button {
  background-color: #86b34a;
  color: #ffffff !important;
}
.sidebar-wrapper .main-content {
  float: left;
  width: 70%;
}
.sidebar-wrapper .heading {
  border-bottom: 1px dotted #b2b2b2;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.sidebar-wrapper .heading > p {
  color: #cc0000;
  font-family: 'Gotham Cond SSm 4r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}
.sidebar-wrapper .aside {
  float: left;
  margin-left: 5%;
  width: 25%;
}
.aside .results > li > ul {
  width: 100%;
}
.aside .results > li > ul > li {
  border-bottom: 1px dotted #b2b2b2;
  margin-bottom: 15px;
  padding: 0 0 10px 0;
}
.aside .results > li > ul > li .slanted-link {
  margin-bottom: 5px;
}
.aside .results > li > ul > li .listing-title {
  font-family: 'Gotham Cond SSm 6r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 5px;
  text-transform: none;
}
.aside .results > li > ul > li .sub-title {
  margin-bottom: 5px;
}
.aside .results > li > ul > li a {
  color: #cc0000;
}
.aside .results > li > ul > li.last {
  border: none;
}
h3.large-title {
  color: #333333 !important;
  font-family: 'Gotham Cond SSm 6r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 600;
  font-style: normal;
  font-size: 23px !important;
  text-transform: none !important;
}
.listing-title {
  color: #313131 !important;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  text-transform: uppercase;
}
.listing-title a {
  color: #313131 !important;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: 700;
  line-height: 12px;
  text-transform: uppercase;
}
.listing-title.default-case {
  text-transform: none;
}
.listing-title.default-case a {
  text-transform: none;
}
.details {
  color: #494949;
  font-family: Arial;
  font-size: 12px;
  line-height: 20px;
}
.small-details {
  color: #777777;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  margin: 3px 0;
}
.small-details a {
  display: inline;
}
.sub-title {
  color: #777777;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  font-style: italic;
  line-height: 12px;
}
.play-link {
  background: url('/Extranet/Assets/images/global-play-link.png') center left no-repeat;
  color: #cc0000;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  min-height: 16px;
  padding: 0 0 0 22px;
}
.email-link {
  background: url('/Extranet/Assets/images/global-email-link.png') center left no-repeat;
  color: #cc0000;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  min-height: 18px;
  padding: 5px 0 0 22px;
}
.back-to-top {
  background: url('/Extranet/Assets/images/global-up-arrow.png') center left no-repeat;
  color: #cc0000;
  font-family: 'Gotham Cond SSm 6r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  padding: 0 0 0 10px;
}
.slanted-link {
  color: #cc0000;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  font-style: italic;
  text-decoration: underline;
}
.close {
  background: url('/Extranet/Assets/images/global-close-btn.png') no-repeat;
  height: 28px;
  position: absolute;
  width: 29px;
}
.modal {
  background: url('/Extranet/Assets/images/global-modal-bkg.png') repeat;
  display: none;
  left: 50%;
  margin-left: -280px;
  min-height: 230px;
  position: fixed;
  padding: 10px;
  top: 10%;
  width: 560px;
  z-index: 9999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url('pie.htc');
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal .modal-wrapper {
  background-color: #f8f8f8;
  min-height: 210px;
  padding: 30px 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url('pie.htc');
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal .modal-wrapper:before,
.modal .modal-wrapper:after {
  content: " ";
  display: table;
}
.modal .modal-wrapper:after {
  clear: both;
}
.modal .modal-wrapper h2 {
  color: #333333;
  font-family: 'Gotham Cond SSm 6r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 600;
  font-style: normal;
  font-size: 50px;
  line-height: 42px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.modal .modal-wrapper .sub-heading {
  color: #606060;
  font-family: 'Gotham Cond SSm 5r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
}
.modal .modal-wrapper .form-control {
  margin-top: 20px;
}
.modal .modal-wrapper .form-control .square-button {
  margin-left: 10px;
}
.modal .modal-wrapper .form-control .error-list {
  text-align: left;
  width: 250px;
}
.modal .close {
  right: -5px;
  top: -5px;
}
#full-overlay {
  background-color: #000000;
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9998;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#email-this-modal {
  color: #565656;
}
#email-this-modal strong {
  font-family: 'Gotham Cond SSm 6r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 600;
  font-style: normal;
  font-size: 2em;
}
#email-this-modal .scfSingleLineTextBorder,
#email-this-modal .scfMultipleLineTextBorder {
  margin: 8px 0;
}
#email-this-modal .scfMultipleLineGeneralPanel {
  float: none !important;
}
#email-this-modal input[type="text"] {
  margin-bottom: 5px;
  width: 250px;
}
#email-this-modal textarea {
  margin-bottom: 5px;
  min-height: 135px;
  width: 100%;
}
/* GLobal Content Sections */
.header {
  display: block;
  height: 182px;
  min-width: 1215px;
  z-index: 999;
}
.header .utility-nav {
  background-color: #cc0000;
  height: 48px;
}
.header .utility-nav .cmu-logo {
  background: url('/Extranet/Assets/images/global-cmu-logo.png') no-repeat;
  display: inline-block;
  float: left;
  height: 25px;
  margin-top: 12px;
  width: 272px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.header .utility-nav .utility-links {
  display: table;
  float: right;
  height: 100%;
  overflow: auto;
  padding-top: 12px;
}
.header .utility-nav .utility-links li {
  border-right: 1px dotted #ffffff;
  display: table-cell;
  vertical-align: bottom;
}
.header .utility-nav .utility-links li a {
  color: #ffffff;
  display: block;
  font-family: 'Arial';
  font-size: 10px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.header .utility-nav .utility-links li.last {
  border: none;
}
.header .utility-nav .search-glass {
  position: absolute;
  right: 0;
  top: 0;
}
.header .utility-nav .search-box {
  float: right;
  margin: 8px 0 0 30px;
  position: relative;
  z-index: 1000;
}
.header .utility-nav .search-box .search-shadow {
  background: url('/Extranet/Assets/images/global-search-shadow.png') top center repeat-x;
  height: 5px;
  margin-left: 1px;
  margin-top: -1px;
  position: relative;
  width: 227px;
  z-index: 1001;
}
.header .utility-nav .search-box .search-ahead {
  background-color: #ffffff;
  margin-left: 1px;
  margin-top: -5px;
  max-height: 296px;
  overflow: auto;
  position: absolute;
  width: 227px;
  z-index: 95;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url('pie.htc');
}
.header .utility-nav .search-box .search-ahead li {
  border-bottom: 1px solid #f5f5f5;
  color: #555555;
  cursor: pointer;
  font-family: 'helveticacondensedbold';
  font-size: 12px;
  height: 26px;
  padding: 5px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header .utility-nav .search-box .search-ahead li.active {
  background: url('/Extranet/Assets/images/global-dropdown-tick.png') 97% center no-repeat;
  background-color: #fffac2;
}
.header .main-nav {
  background: url('/Extranet/Assets/images/global-main-nav-bkg.png') repeat-x;
  height: 142px;
  position: relative;
  z-index: 999;
}
.header .main-nav .tepper-logo {
  float: left;
  height: 86px;
  margin: 30px 60px 0 0;
  width: 198px;
}
.header .main-nav a.tepper-logo:focus {
  outline: 0;
}
.header .main-nav .tepper-secondary-logo {
  float: right;
  height: 86px;
  margin: 30px 60px 0 0;
  width: 198px;
}
.header .main-nav a.tepper-secondary-logo:focus {
  outline: 0;
}
.header .main-nav #primary-nav {
  float: left;
  height: 102px;
  margin-top: 35px;
}
.header .main-nav #primary-nav > li {
  background: url('/Extranet/Assets/images/global-main-nav-divider.png') left center no-repeat;
  float: left;
  padding: 15px 3px 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header .main-nav #primary-nav > li > a {
  display: block;
  height: 82px;
  max-width: 180px;
  padding: 5px 15px 0 15px;
  position: relative;
  z-index: 998;
  outline: 0;
}
.header .main-nav #primary-nav > li > a > h3 {
  color: #cccccc;
  display: inline-block;
  font-family: 'helveticacondensedbold';
  font-size: 13px;
  padding-right: 20px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.header .main-nav #primary-nav > li > a > h3 .arrow {
  background: url('/Extranet/Assets/images/global-main-nav-arrow-sprite.png') 0 0 no-repeat;
  height: 8px;
  position: absolute;
  right: 0;
  top: 4px;
  width: 10px;
}
.header .main-nav #primary-nav > li > a > p {
  color: #999999;
  display: block;
  font-family: 'Arial';
  font-size: 12px;
  line-height: 16px;
}
.header .main-nav #primary-nav > li .secondary-nav-wrapper {
  background-color: #eeeeee;
  border-top: 3px solid #cc0000;
  display: none;
  left: 0px;
  position: absolute;
  top: 137px;
  z-index: 997;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  behavior: url('pie.htc');
}
.header .main-nav #primary-nav > li .cta-bar {
  background-color: #333333;
  height: 45px;
}
.header .main-nav #primary-nav > li .cta-bar span {
  color: #eeeeee;
  float: right;
  font-family: 'Gotham SSm 5r', 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  margin-right: 22px;
  padding-top: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header .main-nav #primary-nav > li .cta-bar .button {
  float: right;
  margin-right: 10px;
  margin-top: 4px;
  background: #00a2d0;
  /*fallback for non-CSS3 browsers*/
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#00a2d0) to(#006fb6));
  /*old webkit*/
  background: -webkit-linear-gradient(top, #00a2d0, #006fb6);
  /*newer webkit*/
  background: -moz-linear-gradient(top, #00a2d0, #006fb6);
  /*old gecko*/
  background: -o-linear-gradient(top, #00a2d0, #006fb6);
  /*opera 11.10+*/
  background: linear-gradient(to bottom, #00a2d0, #006fb6);
  /*firefox 16+, chrome 26+, IE10+, opera 12.10+, future browsers*/
  -pie-background: linear-gradient(to bottom, #00a2d0, #006fb6);
  /*ie 6-9 via PIE*/
  behavior: url('pie.htc');
}
.header .main-nav #primary-nav > li.active > a > p {
  color: #ffffff;
}
.header .main-nav #primary-nav > li.active > a > h3 {
  color: #cc0000;
}
.header .main-nav #primary-nav > li.active > a > h3 span {
  background-position: 0 -16px;
}
.header .main-nav #primary-nav > li:hover .secondary-nav-wrapper {
  display: block;
}
.header .main-nav #primary-nav > li:hover > a {
  background-color: #eeeeee;
  height: 86px;
  -webkit-box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.5);
  behavior: url('pie.htc');
}
.header .main-nav #primary-nav > li:hover > a > h3 {
  color: #cc0000;
}
.header .main-nav #primary-nav > li:hover > a > h3 span {
  background-position: 0 -8px;
}
.header .main-nav #primary-nav > li:hover > a > p {
  color: #333333;
}
.header .main-nav .secondary-nav {
  margin-bottom: 10px;
  overflow: hidden;
}
.header .main-nav .secondary-nav:before,
.header .main-nav .secondary-nav:after {
  content: " ";
  display: table;
}
.header .main-nav .secondary-nav:after {
  clear: both;
}
.header .main-nav .secondary-nav > li {
  border-right: 1px dotted #cccccc;
  float: left;
  margin: 6px 0 -5000px 0;
  padding: 0 6px 5000px 6px;
}
.header .main-nav .secondary-nav > li .title-image {
  overflow: hidden;
  position: relative;
  display: block;
}
.header .main-nav .secondary-nav > li .title-image img {
  display: block;
}
.header .main-nav .secondary-nav > li .title-image .block-red {
  display: block;
  font-family: 'Arial';
  font-weight: bold;
}
.header .main-nav .secondary-nav > li.last {
  border-right: none;
}
.header .main-nav .secondary-nav > li.one-column {
  width: 170px;
}
.header .main-nav .secondary-nav > li.one-column .menu-column {
  float: left;
  width: 170px;
}
.header .main-nav .secondary-nav > li.two-column {
  width: 310px;
}
.header .main-nav .secondary-nav > li.three-column {
  width: 465px;
}
.header .main-nav .secondary-nav > li.two-column .menu-column {
  float: left;
  width: 155px;
}
.header .main-nav .secondary-nav > li.three-column .menu-column {
  float: left;
  width: 155px;
}
.header .main-nav .tertiary-nav {
  margin-top: 10px;
}
.header .main-nav .tertiary-nav li {
  line-height: 1;
  margin-bottom: 8px;
  margin-left: 5px;
}
.header .main-nav .tertiary-nav li a {
  color: #333333;
  display: block;
  font-family: 'Arial';
  font-size: 11px;
}
.header .main-nav .tertiary-nav li a.tertiary-title {
  font-family: 'helveticamediumcondensed';
  font-size: 14px;
}
.header .main-nav .tertiary-nav li a.active {
  color: #cc0000;
}
.footer {
  background: url('/Extranet/Assets/images/global-footer-bkg.jpg') center bottom repeat-x;
  background-color: #1e1e1e;
  color: #ffffff;
  font-family: 'Arial';
  font-size: 11px;
  height: 440px;
  padding-top: 20px;
  min-width: 1215px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer > .container {
  padding: 0;
}
.footer > .container .view-site a {
  margin-bottom: 5px;
  text-decoration: underline;
}
.footer label {
  border-bottom: 1px solid #999999;
  color: #cccccc;
  display: block;
  font-family: 'Gotham Cond SSm 6r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.footer .section-title {
  font-family: 'Gotham Cond SSm 6r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  margin-bottom: 5px;
}
.footer .social-box {
  margin-bottom: 20px;
}
.footer .social-box:before,
.footer .social-box:after {
  content: " ";
  display: table;
}
.footer .social-box:after {
  clear: both;
}
.footer .social-box label {
  border: none;
  display: inline;
  float: left;
  margin-right: 40px;
  margin-top: 3px;
}
.footer .social-box .social-links {
  display: inline;
  float: left;
}
.footer .find-us-box {
  float: left;
  margin-right: 10px;
  width: 310px;
}
.footer .find-us-box .map {
  float: left;
  height: 160px;
  width: 154px;
}
.footer .find-us-box .contact-info {
  float: left;
  margin-left: 15px;
  width: 141px;
}
.footer .find-us-box .contact-info a {
  color: #cc0000;
}
.footer .find-us-box .contact-info .link {
  margin-top: 5px;
}
.footer .find-us-box .contact-info span {
  display: block;
}
.footer .find-us-box .contact-info p {
  margin: 5px 0;
}
.footer .footer-menu {
  float: left;
}
.footer .footer-menu > li {
  display: inline;
  float: left;
  padding: 0 10px;
}
.footer .footer-menu > li ul {
  margin-bottom: 15px;
}
.footer .footer-menu > li ul > li {
  margin-bottom: 3px;
}
.footer .footer-menu > li.one-column {
  width: 160px;
}
.footer .footer-menu > li.one-column .menu-column {
  float: left;
  min-height: 70px;
  width: 160px;
}
.footer .footer-menu > li.two-column {
  width: 320px;
}
.footer .footer-menu > li.two-column .menu-column {
  float: left;
  min-height: 70px;
  width: 160px;
}
.footer .footer-menu > li.three-column {
  width: 480px;
}
.footer .footer-menu > li.three-column .menu-column {
  float: left;
  min-height: 70px;
  width: 160px;
}
.content {
  margin-bottom: 18px;
  position: relative;
}
.content:before,
.content:after {
  content: " ";
  display: table;
}
.content:after {
  clear: both;
}
.content > .content-overlay {
  background-color: #ffffff;
  display: none;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 996;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.content > .container {
  overflow: hidden;
  padding: 0;
}
.content .page-content {
  width: 100%;
}
.content .page-content .content-wrapper {
  background-color: #ffffff;
  padding: 0 12px 20px 12px;
}
.content .page-content .content-wrapper p {
    margin-top: 10px;
}
.content .page-content .content-wrapper a {
    color: #cc0000;
}
.content .page-content .content-wrapper:before,
.content .page-content .content-wrapper:after {
  content: " ";
  display: table;
}
.content .page-content .content-wrapper:after {
  clear: both;
}
.content .page-content .content-wrapper.offset {
  padding-right: 185px;
}
.content .image-page-content {
  width: 70%;
}
.content .image-page-content .content-wrapper {
  background-color: #ffffff;
  padding: 0 10px 20px 10px;
}
.content .image-page-content .content-wrapper:before,
.content .image-page-content .content-wrapper:after {
  content: " ";
  display: table;
}
.content .image-page-content .content-wrapper:after {
  clear: both;
}
.content .image-page-content .content-wrapper.offset {
  padding-right: 185px;
}
.content.two-column .page-content {
  float: left;
  margin-left: 10px;
  width: 1010px;
}
.content.two-column .hero {
  margin-bottom: 15px;
  min-height: 300px;
}
.content.two-column .hero .headline-box {
  left: 0;
  max-width: 335px;
  top: 30%;
}
.content.two-column .hero .student-info {
  left: 904px;
}
.breadcrumbs {
  color: #999999;
  font-family: Arial;
  font-size: 10px;
  padding: 10px 0;
}
.breadcrumbs label {
  float: left;
  margin-right: 10px;
}
.breadcrumbs ul:before,
.breadcrumbs ul:after {
  content: " ";
  display: table;
}
.breadcrumbs ul:after {
  clear: both;
}
.breadcrumbs ul li {
  float: left;
}
.breadcrumbs ul li a {
  display: block;
  float: left;
    color: inherit !important;
}
.breadcrumbs ul li span {
  float: left;
  padding: 0 6px;
}
.breadcrumbs ul li.active {
  color: #404040;
}
.page-head {
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 10px;
  padding: 15px 0 10px;
}
.page-head > h1 {
  color: #333333;
  font-family: 'Gotham Cond SSm 6r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 600;
  font-style: normal;
  font-size: 35px;
  text-transform: uppercase;
}
.page-head > .sub-head {
  color: #cc0000;
  font-family: 'Gotham Cond SSm 4r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
}
.page-head > .search-head {
  color: #5d5d5d;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
  margin: 10px 5px;
}
.page-head > .search-head .total-results {
  float: right;
  margin-right: 10px;
}
.page-head > .search-head .search-term {
  color: #cc0000;
  font-weight: normal;
}
.page-head > .description {
  color: #494949;
  font-family: Arial;
  font-size: 12px;
  line-height: 17px;
  padding: 10px 0 5px 0;
}
.page-head .social-buttons {
  margin-top: 10px;
}
.hero {
  position: relative;
}
.hero > img {
  display: block;
  line-height: 1;
}
.hero .headline-box {
  left: 22px;
  position: absolute;
  top: 45%;
}
.hero .headline-box .headline {
  background: url('/Extranet/Assets/images/global-bkg-black-transparent.png') repeat;
  color: #ffffff;
  font-family: 'Gotham Cond SSm 5r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 500;
  font-style: normal;
  font-size: 75px;
  line-height: 54px;
  padding: 25px 20px;
  text-transform: uppercase;
}
.hero .headline-box .sub-headline {
  background: url('/Extranet/Assets/images/global-bkg-white-transparent.png') repeat;
  color: #333333;
  font-size: 17px;
  max-width: 400px;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hero .headline-box .cta {
  background: url('/Extranet/Assets/images/global-bkg-black-transparent.png') repeat;
  color: #ffffff;
  font-family: 'Gotham Cond SSm 6r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  padding: 15px 20px;
}
.hero .headline-box .cta h3 {
  color: #ffffff;
  font-size: 40px;
  line-height: 34px;
  margin-bottom: 6px;
}
.hero .headline-box .cta .sub-text,
.hero .headline-box .cta p {
  font-family: 'Gotham Cond SSm 5r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 20px;
}
.hero .headline-box .cta .square-button {
  display: inline-block;
  margin-top: 5px;
}
.hero .headline-box .cta.info:before,
.hero .headline-box .cta.info:after {
  content: " ";
  display: table;
}
.hero .headline-box .cta.info:after {
  clear: both;
}
.hero .headline-box .cta.info .column {
  float: left;
  text-transform: none;
  width: 160px;
}
.hero .headline-box .cta.info .column label {
  color: #ffffff;
  display: block;
  font-family: 'Gotham Cond SSm 5r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 20px;
}
.hero .student-info {
  bottom: 20px;
  left: 22px;
  position: absolute;
}
.hero .student-info label {
  color: #ffffff;
  display: block;
  font-family: 'Gotham Cond SSm 6r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}
.hero .student-info label span {
  color: #cc0000;
}
.simple-text {
  color: #494949;
  font-family: Arial;
  font-size: 13px;
  line-height: 17px;
}
.simple-text a {
  color: #cc0000;
}
.simple-text p {
  margin-bottom: 10px;
}
.simple-text h3 {
  color: #333333;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: inherit;
}
.simple-text ul {
  margin-bottom: 10px;
}
.simple-text ul li {
  list-style: disc outside;
  margin-left: 30px;
   margin-top: 5px;
}
.simple-text ol {
  margin-bottom: 10px;
}
.simple-text ol li {
  list-style: decimal outside;
  margin-left: 30px;
}
.simple-text .condensed p {
  margin-bottom: 0;
}
.simple-text .new-section {
  margin-top: 24px;
}
.see-more-box .hidden-list {
  display: none;
}
.see-more-box .see-more-link {
  background: url('/Extranet/Assets/images/global-see-more-down.png') center left no-repeat;
  min-height: 13px;
  padding-left: 20px;
}
.see-more-box.active .hidden-list {
  display: block;
}
.see-more-box.active .see-more-link {
  background: url('/Extranet/Assets/images/global-see-more-up.png') center left no-repeat;
}
.slider {
  position: relative;
}
.slider:before,
.slider:after {
  content: " ";
  display: table;
}
.slider:after {
  clear: both;
}
.slider > li {
  float: left;
  margin: 0 !important;
  position: relative;
}
.slider-nav {
  padding-right: 30px;
  position: relative;
  text-align: center;
  top: -35px;
}
.slider-nav:before,
.slider-nav:after {
  content: " ";
  display: table;
}
.slider-nav:after {
  clear: both;
}
.slider-nav a {
  display: inline-block;
}
.slider-nav .page-link {
  background: url('/Extranet/Assets/images/home-slider-nav-dots.png') -11px 0 no-repeat;
  height: 11px;
  margin-bottom: 6px;
  margin-right: 5px;
  width: 11px;
}
.slider-nav .page-link.active {
  background-position: 0 0;
}
.slider-nav .prev {
  background: url("/Extranet/Assets/images/home-slider-nav-arrows.png") -28px 0 no-repeat;
  height: 26px;
  margin-left: 10px;
  width: 28px;
}
.slider-nav .next {
  background: url("/Extranet/Assets/images/home-slider-nav-arrows.png") no-repeat;
  height: 26px;
  margin-right: 10px;
  width: 28px;
}
.espots {
  position: absolute;
  right: 31px;
  top: 28px;
  width: 300px;
}
.espots li {
  margin-bottom: 10px;
}
.espot {
  background-color: #ffffff;
  height: 240px;
  overflow: hidden;
  padding: 12px;
  position: relative;
  width: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.espot label {
  cursor: pointer;
  display: block;
  line-height: 1;
}
.espot .espot-image {
  overflow: hidden;
  width: 100%;
}
.espot .espot-image img {
  width: 100%;
}
.espot .espot-text {
  width: 276px;
}
.espot.style-one .espot-image {
  height: 147px;
}
.espot.style-one .espot-text {
  padding-top: 3px;
}
.espot.style-one .espot-text .title {
  color: #333333;
  font-family: 'Gotham Cond SSm 6r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 600;
  font-style: normal;
  font-size: 25px;
  text-transform: uppercase;
}
.espot.style-one .espot-text > p {
  color: #999999;
  font-family: 'Arial';
  font-size: 13px;
  line-height: 18px;
}
.espot.style-two .espot-image {
  height: 216px;
}
.espot.style-two .espot-text {
  font-family: 'Gotham Cond SSm 6r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 600;
  font-style: normal;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 62px;
}
.espot.style-two .espot-text .title {
  color: #ffffff;
  font-size: 55px;
  line-height: 36px;
}
.espot.style-two .espot-text .subhead {
  color: #ffffff;
  font-size: 39px;
}
.espot.style-two .espot-text .subtitle {
  color: #cc0000;
  font-size: 20px;
}
.espot.style-three .espot-image {
  height: 147px;
}
.espot.style-three .espot-text {
  padding-top: 3px;
}
.espot.style-three .espot-text .title {
  color: #333333;
  font-family: 'Gotham Cond SSm 6r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  text-transform: uppercase;
}
.espot.style-three .espot-text .subhead {
  color: #999999;
  font-family: 'Gotham Cond SSm 6r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  margin: 3px 0;
  text-transform: uppercase;
}
.espot.style-three .espot-text .time {
  color: #999999;
  font-family: 'Arial';
  font-size: 13px;
  margin-top: 3px;
}
#left-nav {
  background-color: #ffffff;
  float: left;
  font-family: Verdana, Geneva, sans-serif;
  margin-bottom: -8000px;
  padding: 0 10px 8000px 10px;
  width: 180px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#left-nav a:focus {
  outline: 0;
}
#left-nav > h2 {
  background-color: #cc0000;
  color: #ffffff;
  padding: 60px 10px;
  text-align: center;
}
#left-nav .section-list {
  border-top: 1px dotted #666666;
}
#left-nav .section-list .section-title {
  display: block;
}
#left-nav .section-list .section-title:before,
#left-nav .section-list .section-title:after {
  content: " ";
  display: table;
}
#left-nav .section-list .section-title:after {
  clear: both;
}
#left-nav .section-list .section-title > a {
  float: left;
  padding: 8px 7px 5px 0;
  position: relative;
  width: 135px;
}
#left-nav .section-list .section-title > a > h3 {
  color: #333333;
  font-size: 11px;
  font-weight: 700;
}
#left-nav .section-list .section-title > h3 {
  color: #333333;
  font-size: 11px;
  font-weight: 700;
  padding: 8px 7px 5px 0;
  position: relative;
}
#left-nav .section-list .section-title .control {
  cursor: pointer;
  float: left;
  padding: 8px 5px;
}
#left-nav .section-list .section-title .control span {
  background: url('/Extranet/Assets/images/global-left-nav-controls.png') -8px 0 no-repeat;
  display: block;
  height: 8px;
  width: 8px;
}
#left-nav .section-list > ul {
  padding-bottom: 3px;
}
#left-nav .section-list > ul li {
  margin: 5px 0;
}
#left-nav .section-list > ul > li {
  display: block;
}
#left-nav .section-list > ul > li > a {
  color: #666666;
  display: block;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
}
#left-nav .section-list > ul > li > a.active {
  font-weight: 700;
}
#left-nav .section-list > ul > li a.active {
  color: #cc0000;
}
#left-nav .section-list > ul > li ul {
  padding-left: 10px;
}
#left-nav .section-list > ul > li ul li a {
  color: #1f1f1f;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  font-style: italic;
}
#left-nav .section-list.active {
  border-top: none;
}
#left-nav .section-list.active .section-title > a > h3 {
  color: #cc0000;
}
#left-nav .section-list.apply .section-title > h3 {
  color: #0093d0;
  text-transform: uppercase;
}
#left-nav .section-list.unselected .section-title .control span {
  background-position: -8px 0;
}
#left-nav .section-list.unselected ul {
  display: none;
}
#left-nav .section-list.selected .section-title .control span {
  background-position: 0 0;
}
#left-nav .section-list.selected > ul {
  display: block;
}
#faq .results > li {
  border-bottom: 1px solid #efefef;

}
#faq .results > li:before,
#faq .results > li:after {
  content: " ";
  display: table;
}
#faq .results > li:after {
  clear: both;
}
#faq .results > li .faq-heading {
  padding: 20px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    cursor: pointer;
    padding-left: 0px;
    padding-bottom: 5px;
}
#faq .results > li .faq-heading:before,
#faq .results > li .faq-heading:after {
  content: " ";
  display: table;
}
#faq .results > li .faq-heading:after {
  clear: both;
}
#faq .results > li .faq-heading .listing-title {
  float: left;
  width: 950px;
    font-size: 13px;
}
#faq .results > li .faq-heading .open-close {
  background: url('/Extranet/Assets/images/global-faq-close-open.png') 0 0 no-repeat;
  float: left;
  height: 16px;
  width: 16px;
}
#faq .results > li .question-answer {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#faq .results > li .question-answer .details .answer {
  display: none;
  font-size: 13px;
}
#faq .results > li .question-answer .details .answer h2{

    color: #333;
 
    font-size: 13px;
    text-transform: uppercase;
}
#faq .results > li .question-answer .details .answer p{

    margin-top: 10px;
}
#faq .results > li .question-answer a {
  color: #cc0000;
}
#faq .results > li.alt {
  background-color: #f7f7f7;
}
#faq .results > li.active .faq-heading .listing-title {
  color: #cc0000 !important;
}
#faq .results > li.active .faq-heading .open-close {
  background: url('/Extranet/Assets/images/global-faq-close-open.png') 0 -16px no-repeat;
}
#faq .results > li.active .question-answer .details .answer {
  display: inline-block;
  padding: 0 10px 20px 10px;
    padding-left: 0px;
}

#faq .results > li.active .question-answer .details .answer h2{

    color: #333;
 
    font-size: 13px !important;
    text-transform: uppercase;
}
#faq .results > li.active .question-answer .details .answer p{

    margin-top: 10px !important;
}
#faq .results > li.last {
  border: none;
}
#faq.centered .results {
  margin: 0 auto;
  width: 930px;
}
/* PAGE SPECIFIC STYLES */
/* Home */
.home #home-slider {
  height: 777px;
  margin: 0 auto;
  padding: 10px 0 !important;
}
.home #home-slider .hero > a {
  display: block;
}
.home #home-slider .hero > img,
.home #home-slider .hero > a > img {
  display: block;
  margin: 0 auto;
}
.home .social-feed {
  margin-top: 10px;
}
.secondary .hero .headline-box .cta > p {
  font-size: 15px;
}
.secondary .results li > ul > li {
  border: none !important;
  margin-right: 2% !important;
  width: 32% !important;
}
.secondary .results li > ul > li .large-title {
  margin-top: 5px;
}
.secondary .results li > ul > li img {
  max-width: 100%;
}
.secondary .results li > ul > li .details,
.secondary .results li > ul > li p {
  color: #696969 !important;
  font-size: 14px !important;
  margin-top: 0px !important;
}
.secondary .results li > ul > li .square-button {
  background-color: #6eb43f;
  color: #ffffff !important;
  margin-top: 10px;
}
.faculty #listings .alpha-list {
  float: left;
}
.faculty .back-to-top {
  float: right;
}
.faculty .image-box > img {
  width: 170px;
  height: 158px;
  color: transparent;
}
.faculty #listings .results.tiled > li > ul > li .listing-title {
  text-transform: none;
}
.faculty #listings .results.tiled.four > li > ul > li > * {
  width: 170px;
}
.faculty #listings .results.tiled.four > li > ul > li {
  margin-right: 0%;
  width: 25%;
  height: 300px;
  margin-bottom: 40px;
}
.faculty #listings .results.tiled.four > li > ul > li:nth-child(4n+1):nth-last-child(-n+4),
.faculty #listings .results.tiled.four > li > ul > li:nth-child(4n+1):nth-last-child(-n+4) ~ li {
  border-bottom: 0px;
}
.faculty-detail .faculty-desc {
  float: left;
  margin-right: 46px;
  padding-bottom: 40px;
  width: 590px;
}
.faculty-detail .faculty-desc ul {
  padding: 0;
}
.faculty-detail .faculty-desc ul li {
  list-style-type: none;
  margin-left: 0;
}
.faculty-detail .faculty-desc .border {
  padding: 20px 10px;
}
.faculty-detail .faculty-desc .page-head {
  margin-bottom: 0px;
}
.faculty-detail .faculty-desc .page-head .sub-title {
  line-height: 15px;
  margin-top: 6px;
}
.faculty-detail .faculty-desc .print-email {
  border-bottom: 1px dotted #cccccc;
  padding: 10px;
}
.faculty-detail .faculty-desc .print-email:before,
.faculty-detail .faculty-desc .print-email:after {
  content: " ";
  display: table;
}
.faculty-detail .faculty-desc .print-email:after {
  clear: both;
}
.faculty-detail .faculty-desc .print-email .email {
  background: url('/Extranet/Assets/images/global-faculty-email.png') left center no-repeat;
  color: #cc0000;
  float: left;
  margin-right: 20px;
  padding-left: 30px;
}
.faculty-detail .faculty-desc .print-email .print {
  background: url('/Extranet/Assets/images/global-faculty-print.png') left center no-repeat;
  color: #cc0000;
  float: left;
  margin-right: 20px;
  padding-left: 30px;
}
.faculty-detail .faculty-desc .useful-links > a {
  display: block;
}
.faculty-detail .faculty-desc .see-more-box ul:before,
.faculty-detail .faculty-desc .see-more-box ul:after {
  content: " ";
  display: table;
}
.faculty-detail .faculty-desc .see-more-box ul:after {
  clear: both;
}
.faculty-detail .faculty-desc .see-more-box ul li {
  float: left;
  margin-right: 80px;
  width: 240px;
}
.faculty-detail .faculty-desc .see-more-box ul li.no-margin {
  margin-right: 0;
}
.faculty-detail .faculty-image {
  float: left;
  width: 350px;
}
.faculty-detail .faculty-image img {
  max-width: 100%;
}
.directions .map {
  width: 100%;
}
.directions .map img {
  display: block;
  max-width: 100%;
}
.directions .map-heading {
  padding: 10px;
}
.directions .map-heading:before,
.directions .map-heading:after {
  content: " ";
  display: table;
}
.directions .map-heading:after {
  clear: both;
}
.directions .map-heading > h1 {
  color: #333333;
  float: left;
  font-family: 'Gotham Cond SSm 6r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 600;
  font-style: normal;
  font-size: 23px;
  line-height: 1;
}
.directions .map-heading > .map-options {
  float: right;
  margin-top: 5px;
}
.directions .map-heading > .map-options li {
  border-right: 1px dotted #b2b2b2;
  float: left;
  padding: 0 15px;
}
.directions .map-heading > .map-options li a {
  color: #cc0000;
  display: block;
  font-family: 'Gotham Cond SSm 6r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  position: relative;
}
.directions .map-heading > .map-options li a:before,
.directions .map-heading > .map-options li a:after {
  content: " ";
  display: table;
}
.directions .map-heading > .map-options li a:after {
  clear: both;
}
.directions .map-heading > .map-options li a img {
  float: left;
  margin-right: 5px;
}
.directions .map-heading > .map-options li a label {
  float: left;
  text-transform: uppercase;
}
.directions .map-heading > .map-options li.last {
  border: none;
  padding-right: 0px;
}
.directions .directions-list {
  padding-bottom: 60px;
}
.directions .directions-list > li {
  border-top: 1px dotted #b2b2b2;
  padding: 10px;
}
.directions .directions-list > li .listing-title {
  color: #cc0000 !important;
  display: block;
  margin-bottom: 6px;
}
.accommodations .headline-box {
  max-width: 420px !important;
  top: 24% !important;
}
.accommodations .sub-title {
  line-height: 17px;
}
.contact-us .headline-box {
  max-width: 420px !important;
  top: 24% !important;
}
.contact-us .filter-wrapper label {
  margin-right: 5px !important;
}
.contact-us #listings .alpha-list {
  display: block;
  margin-bottom: 15px;
}
.contact-us #listings .filter.alpha {
  padding: 10px 5px !important;
  text-align: left !important;
}
.contact-us #listings .filter.alpha .filter-wrapper ul {
  margin-right: 0px !important;
}
.contact-us #listings .results > li.tiled > h3 {
  margin-bottom: 30px;
}
.contact-us .image-box > img {
  width: 170px;
  height: 158px;
  color: transparent;
}
.landing-page-request .page-head > .description {
  padding: 0px !important;
}
.landing-page-request .aside {
  margin-top: -24px;
  position: relative;
  margin-left: 35px;
  width: 311px;
  z-index: 99;
}
.landing-page-request #listings {
  color: #555555;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
}
.landing-page-request #listings .bold {
  color: #383838;
  font-weight: 700;
}
.landing-page-request #listings .red-text {
  color: #cc0000;
  font-weight: 700;
}
.landing-page-request #listings a.red-text {
  margin: 6px 0;
}
.landing-page-request #listings .results > li {
  margin-top: 30px;
}
.landing-page-request #listings li ul {
  margin-left: 15px;
}
.careers .results li > ul > li {
  height: 300px !important;
}
.careers .headline-box {
  min-width: 330px !important;
  max-width: 385px !important;
}
.careers #career-slider {
  position: relative;
}
.careers #career-slider .slider-nav {
  bottom: 10px;
  padding: 0px;
  position: absolute;
  width: 100%;
  z-index: 99999;
}
.categories .headline-box {
  max-width: 365px !important;
}
.categories .headline-box .cta {
  padding: 10px 20px;
  text-transform: none;
}
.categories .headline-box .cta h3 {
  color: #c5d543;
  font-family: Georgia;
  margin-bottom: 8px;
  text-transform: none !important;
}
.categories .headline-box .cta h3:before,
.categories .headline-box .cta h3:after {
  content: " ";
  display: table;
}
.categories .headline-box .cta h3:after {
  clear: both;
}
.categories .headline-box .cta h3 label:before,
.categories .headline-box .cta h3 label:after {
  content: " ";
  display: table;
}
.categories .headline-box .cta h3 label:after {
  clear: both;
}
.categories .headline-box .cta h3 label.main-text {
  display: block;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 4px;
}
.categories .headline-box .cta h3 label.reg-text {
  float: left;
  font-size: 32px;
  margin: 18px 4px 0 16px;
}
.categories .headline-box .cta h3 label.italic-text {
  float: left;
  font-style: italic;
  font-size: 54px;
  line-height: 54px;
}
.categories .headline-box .cta .sub-category {
  clear: left;
  color: #ffffff;
  display: block;
  font-family: Georgia;
  font-style: italic;
  font-size: 12px;
}
.categories .results > li > ul {
  margin-bottom: 10px;
  margin-left: 0px !important;
}
.categories .results > li > ul > li {
  border-bottom: 1px dotted #b2b2b2;
  padding-left: 0px !important;
}
.categories .results > li > ul > li table td {
  padding-right: 60px;
}
.categories .results > li > ul > li table td p,
.categories .results > li > ul > li table td label {
  line-height: 1;
}
.categories .results > li > ul > li.last {
  border: none;
}
.categories .results > li .listing-title {
  color: #cc0000 !important;
}
.info-landing .headline-box {
  max-width: 415px !important;
  top: 24% !important;
  width: 415px;
}
.info-landing .heading {
  margin-bottom: 10px !important;
}
.info-landing .aside .results .sub-title {
  margin-top: 10px;
}
.info-landing #listings {
  margin-top: 25px;
}
.info-landing #listings .results > li > h3 {
  border: none !important;
}
.curriculum-sequence #listings {
  margin-top: 40px;
}
.curriculum-sequence .results > li > h3 {
  border: none !important;
}
.curriculum-sequence .results > li > ul {
  margin: 0px !important;
}
.curriculum-sequence .results > li > ul > li {
  padding: 0px !important;
}
.curriculum-sequence .results > li > ul > li a {
  display: inline;
}
.search-results #listings .results > li {
  margin-bottom: 15px;
}
.search-results #listings .results > li > h3 {
  margin-bottom: 20px;
}
.search-results #listings .results > li > ul > li > a {
  color: #3a3a3a;
  display: inline-block;
  font-weight: 700;
}
.search-results #listings .results > li > ul > li > a.read-more {
  color: #cc0000;
  font-weight: inherit;
}
.search-results #listings .results > li > ul > li > a label {
  cursor: pointer;
}
.search-results #listings .results > li > ul > li .image-box {
  width: auto;
}
.search-results #listings .results > li > ul > li .image-box img {
  width: auto;
  height: auto;
}
.search-results #listings .results > li.tiled > ul > li {
  border: none !important;
}
.search-results #listings .results > li.tiled > ul > li .play-link {
  bottom: 10px !important;
}
.form {
  position: relative;
}
.form .scfForm {
  font-family: Arial;
}
.form .scfLabel {
  font-size: 12px !important;
}
.form .scfLabel.error {
  color: #cc0000;
}
.form .scfTitleBorder {
  color: #ffffff;
  font-family: 'Gotham Cond SSm 6r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
}
.form .scfSingleLineTextLabel {
  display: block;
  float: none;
  width: 100%;
}
.form .scfSingleLineGeneralPanel {
  /*margin: 0px 3px;*/
  float: none;
  padding: 0px 2px 0px 0px;
  width: 100%;
}
.form .scfSingleLineTextBorder {
  width: 100%;
  display: block;
  float: none;
  clear: none;
}
.form .scfSingleLineTextBorder:before,
.form .scfSingleLineTextBorder:after {
  content: " ";
  display: table;
}
.form .scfSingleLineTextBorder:after {
  clear: both;
}
.form .scfMultipleLineTextBorder:before,
.form .scfMultipleLineTextBorder:after {
  content: " ";
  display: table;
}
.form .scfMultipleLineTextBorder:after {
  clear: both;
}
.form .scfCustomLabelContainer {
  display: block;
  width: 100% !important;
}
.form .scfSubmitButtonBorder {
  float: right;
  margin: 10px 0;
}
.form .scfSubmitButtonBorder:before,
.form .scfSubmitButtonBorder:after {
  content: " ";
  display: table;
}
.form .scfSubmitButtonBorder:after {
  clear: both;
}
.form .scfSubmitButtonBorder input {
  margin: 0 !important;
}
.form input[type="submit"] {
  background-color: #cc0000;
  border: none;
  color: #ffffff;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: 700;
  padding: 3px 7px;
  text-transform: uppercase;
}
.form input[type="text"] {
  border: 1px solid #cacaca;
  height: 35px;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url('pie.htc');
}
.form .dropdown {
  height: 35px;
}
.form textarea {
  border: 1px solid #b8bbbd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url('pie.htc');
}
.form.stacked label {
  display: block;
  float: none;
}
.form.stacked input[type="text"],
.form.stacked .dropdown,
.form.stacked textarea {
  display: block;
  float: none;
}
/*.form-control {
    .clearfix;

    .error-list {
        float: right;
        margin-right: 10px;
        text-align: right;
    }

    .square-button {
        background-color: @lightGreen;
        float: right;
        margin-top: 0px;
        width: auto;
    }
}*/
.error-list {
  color: #cc0000;
}
.error-list li {
  margin-bottom: 5px;
}
.red-cta-bkg {
  background: url('/Extranet/Assets/images/global-red-cta-bkg.png') no-repeat;
  float: left;
  height: 24px;
  width: 21px;
}
.red-cta {
  background-color: #cc0000;
  color: #ffffff;
  float: left;
  margin-left: -1px;
  margin-top: 1px;
  padding: 10px;
  width: 270px;
}
.red-cta a {
  color: #cc0000;
}
.red-cta .heading {
  border-bottom: 1px dotted #f27d6c !important;
  padding-bottom: 5px;
}
.red-cta .heading h2 {
  color: #ffffff;
  line-height: 34px;
  margin-bottom: 5px;
}
.red-cta .heading p {
  color: #ffffff;
  font-family: Arial;
  font-size: 12px;
}
.red-cta label {
  display: block;
  font-weight: 700;
  margin: 20px 0 3px 0;
}
.red-cta input[type="text"] {
  border: none;
  display: block;
  width: 100%;
}
.red-cta input[type="submit"] {
  background-color: #ffffff;
  color: #cc0000 !important;
  margin-top: 10px;
}
.red-cta .scfError,
.red-cta .scfValidationSummary,
.red-cta .scfValidatorRequired,
.red-cta .scfValidator {
  color: #ffffff;
}
.red-cta .scfValidatorRequired,
.red-cta .scfRequired {
  display: none;
}
.form-page .form {
  /*table {
            width: 100%;

            th {
                text-align: left;
            }

            thead {
                tr {
                    height: 50px;
                }
            }

            tbody {
                tr {
                    height: 70px;

                    &.divider {
                        min-height: 30px;
                    }
                }

                td {
                    width: 50%;

                    & > label {
                        float: right;
                        margin: 12px 8px 0 0;
                    }

                    & > input, & > .dropdown {
                        float: right;
                        width: 290px;
                    }

                    &.other {
                        .dropdown {
                            width: 230px;
                        }
                    }
                }
            }
        }*/
}
.form-page .form .scfForm {
  padding-bottom: 70px;
}
.form-page .form .scfForm:before,
.form-page .form .scfForm:after {
  content: " ";
  display: table;
}
.form-page .form .scfForm:after {
  clear: both;
}
.form-page .form .scfSectionContent {
  border-bottom: 1px dotted #b2b2b2;
}
.form-page .form .border {
  margin: 20px 0 15px;
}
.form-page .form .scfSectionBorderAsFieldSet {
  margin: 0;
  padding: 0;
}
.form-page .form .scfDropListLabel,
.form-page .form .scfEmailLabel,
.form-page .form .scfMultipleLineTextLabel,
.form-page .form .scfSingleLineTextLabel,
.form-page .form .scfPasswordLabel,
.form-page .form .scfNumberLabel,
.form-page .form .scfDatePickerLabel,
.form-page .form .scfDateLabel,
.form-page .form .scfRadioButtonListLabel,
.form-page .form .scfCheckBoxListLabel,
.form-page .form .scfListBoxLabel,
.form-page .form .scfFileUploadLabel,
.form-page .form .scfDateSelectorLabel,
.form-page .form .scfCreditCardLabel,
.form-page .form .scfConfirmPasswordLabel,
.form-page .form .scfCaptchaLabel,
.form-page .form .scfTelephoneLabel,
.form-page .form .scfSmsTelephoneLabel {
  float: left;
  padding-right: 8px;
  padding-top: 10px;
  text-align: right;
  width: 20%;
}
.form-page .form .extendedlabel label {
  width: 40%;
}
.form-page .form .extendedlabel .scfEmailGeneralPanel,
.form-page .form .extendedlabel .scfMultipleLineGeneralPanel,
.form-page .form .extendedlabel .scfSingleLineGeneralPanel,
.form-page .form .extendedlabel .scfPasswordGeneralPanel,
.form-page .form .extendedlabel .scfNumberGeneralPanel,
.form-page .form .extendedlabel .scfDatePickerGeneralPanel,
.form-page .form .extendedlabel .scfDateGeneralPanel,
.form-page .form .extendedlabel .scfRadioButtonListGeneralPanel,
.form-page .form .extendedlabel .scfCheckBoxListGeneralPanel,
.form-page .form .extendedlabel .scfFileUploadGeneralPanel,
.form-page .form .extendedlabel .scfDateSelectorGeneralPanel,
.form-page .form .extendedlabel .scfCreditCardGeneralPanel,
.form-page .form .extendedlabel .scfConfirmPasswordGeneralPanel,
.form-page .form .extendedlabel .scfCaptchaGeneralPanel,
.form-page .form .extendedlabel .scfTelephoneGeneralPanel,
.form-page .form .extendedlabel .scfSmsTelephoneGeneralPanel {
  width: 50%;
}
.form-page .form .extendedlabel .scfListBoxGeneralPanel,
.form-page .form .extendedlabel .scfDropListGeneralPanel {
  width: 50%;
}
.form-page .form .scfRadioButtonList label {
  margin: 0 0 0 10px;
}
.form-page .form .scfCheckbox {
  display: block;
  padding: 12px 10px 0 10px;
  width: 100%;
}
.form-page .form .scfCheckbox:before,
.form-page .form .scfCheckbox:after {
  content: " ";
  display: table;
}
.form-page .form .scfCheckbox:after {
  clear: both;
}
.form-page .form .scfCheckbox label {
  float: left;
  margin-left: 5px;
  padding-top: 0px;
  width: auto;
}
.form-page .form .scfCheckbox input {
  float: left;
}
.form-page .form .scfValidationSummary {
  display: none;
  float: left;
  margin: 10px 0;
}
.form-page .form .scfValidatorRequired,
.form-page .form .scfRequired {
  color: #cc0000;
  float: none;
  margin: 0;
}
.form-page .form .scfListBoxGeneralPanel,
.form-page .form .scfDropListGeneralPanel {
  height: 35px;
  width: 70%;
}
.form-page .form .scfDropListGeneralPanel > a {
  padding: 8px;
}
.form-page .form .scfEmailGeneralPanel,
.form-page .form .scfMultipleLineGeneralPanel,
.form-page .form .scfSingleLineGeneralPanel,
.form-page .form .scfPasswordGeneralPanel,
.form-page .form .scfNumberGeneralPanel,
.form-page .form .scfDatePickerGeneralPanel,
.form-page .form .scfDateGeneralPanel,
.form-page .form .scfRadioButtonListGeneralPanel,
.form-page .form .scfCheckBoxListGeneralPanel,
.form-page .form .scfFileUploadGeneralPanel,
.form-page .form .scfDateSelectorGeneralPanel,
.form-page .form .scfCreditCardGeneralPanel,
.form-page .form .scfConfirmPasswordGeneralPanel,
.form-page .form .scfCaptchaGeneralPanel,
.form-page .form .scfTelephoneGeneralPanel,
.form-page .form .scfSmsTelephoneGeneralPanel {
  /*margin: 0px 3px;*/
  float: left;
  padding: 0px 2px 0px 0px;
  width: 70%;
}
.form-page .form .scfDropListBorder,
.form-page .form .scfEmailBorder,
.form-page .form .scfMultipleLineTextBorder,
.form-page .form .scfSingleLineTextBorder,
.form-page .form .scfPasswordBorder,
.form-page .form .scfNumberBorder,
.form-page .form .scfDatePickerBorder,
.form-page .form .scfDateBorder,
.form-page .form .scfRadioButtonListBorder,
.form-page .form .scfListBoxBorder,
.form-page .form .scfCheckBoxListBorder,
.form-page .form .scfFileUploadBorder,
.form-page .form .scfDateSelectorBorder,
.form-page .form .scfCreditCardBorder,
.form-page .form .scfConfirmPasswordBorder,
.form-page .form .scfCaptchaBorder,
.form-page .form .scfTelephoneBorder,
.form-page .form .scfSmsTelephoneBorder,
.form-page .form .extendedlabel {
  clear: none;
  float: left;
  margin-top: 10px;
  min-height: 65px;
  width: 50%;
}
.form-page .form .scfDropListBorder.short .scfDropListGeneralPanel,
.form-page .form .scfEmailBorder.short .scfDropListGeneralPanel,
.form-page .form .scfMultipleLineTextBorder.short .scfDropListGeneralPanel,
.form-page .form .scfSingleLineTextBorder.short .scfDropListGeneralPanel,
.form-page .form .scfPasswordBorder.short .scfDropListGeneralPanel,
.form-page .form .scfNumberBorder.short .scfDropListGeneralPanel,
.form-page .form .scfDatePickerBorder.short .scfDropListGeneralPanel,
.form-page .form .scfDateBorder.short .scfDropListGeneralPanel,
.form-page .form .scfRadioButtonListBorder.short .scfDropListGeneralPanel,
.form-page .form .scfListBoxBorder.short .scfDropListGeneralPanel,
.form-page .form .scfCheckBoxListBorder.short .scfDropListGeneralPanel,
.form-page .form .scfFileUploadBorder.short .scfDropListGeneralPanel,
.form-page .form .scfDateSelectorBorder.short .scfDropListGeneralPanel,
.form-page .form .scfCreditCardBorder.short .scfDropListGeneralPanel,
.form-page .form .scfConfirmPasswordBorder.short .scfDropListGeneralPanel,
.form-page .form .scfCaptchaBorder.short .scfDropListGeneralPanel,
.form-page .form .scfTelephoneBorder.short .scfDropListGeneralPanel,
.form-page .form .scfSmsTelephoneBorder.short .scfDropListGeneralPanel,
.form-page .form .extendedlabel.short .scfDropListGeneralPanel {
  width: 50%;
}
.form-page .form .scfDropListBorder.short .scfDropListLabel,
.form-page .form .scfEmailBorder.short .scfDropListLabel,
.form-page .form .scfMultipleLineTextBorder.short .scfDropListLabel,
.form-page .form .scfSingleLineTextBorder.short .scfDropListLabel,
.form-page .form .scfPasswordBorder.short .scfDropListLabel,
.form-page .form .scfNumberBorder.short .scfDropListLabel,
.form-page .form .scfDatePickerBorder.short .scfDropListLabel,
.form-page .form .scfDateBorder.short .scfDropListLabel,
.form-page .form .scfRadioButtonListBorder.short .scfDropListLabel,
.form-page .form .scfListBoxBorder.short .scfDropListLabel,
.form-page .form .scfCheckBoxListBorder.short .scfDropListLabel,
.form-page .form .scfFileUploadBorder.short .scfDropListLabel,
.form-page .form .scfDateSelectorBorder.short .scfDropListLabel,
.form-page .form .scfCreditCardBorder.short .scfDropListLabel,
.form-page .form .scfConfirmPasswordBorder.short .scfDropListLabel,
.form-page .form .scfCaptchaBorder.short .scfDropListLabel,
.form-page .form .scfTelephoneBorder.short .scfDropListLabel,
.form-page .form .scfSmsTelephoneBorder.short .scfDropListLabel,
.form-page .form .extendedlabel.short .scfDropListLabel {
  width: 40%;
}
.form-page .form input[type="submit"] {
  background-color: #6eb43f;
  color: #ffffff !important;
  float: right;
  margin-top: 10px;
}
.fb-share-button iframe {
  height: 20px !important;
  background-color: #3b55a0;
}
.course-detail .page-head {
  padding: 15px 0 5px;
}
.event-detail .page-head {
  margin-bottom: 15px;
  padding: 15px 0;
}
/* Fix IE 8 Font Weight and Style */
.lt-ie9 * {
  font-weight: normal !important;
  font-style: normal !important;
}
#error .header {
  min-width: 400px;
}
#error .container {
  width: 80%;
  max-width: 1215px;
  min-width: 400px;
}
#error .simple-text {
  font-size: 18px;
  line-height: 30px;
  padding: 20px 0 40px 0;
}
#error .simple-text a {
  display: inline;
}
/*# sourceMappingURL=styles.css.map */