/*------------------------------------------------------------------
[Coventry University / Styles]

Project:        Coventry University
Last change:    30/06/2014 [added form module, RG]
Developers:     Ray Gerrard (RG)
Description:    Coventry University Stylesheet
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]

1. Fonts / .helvetica
2. Signpost Title / .title
3. Main Title / .main-title
4. Buttons / .big-btn
100. Less Elements / http://lesselements.com
-------------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
.lt20 {
  padding-left: 20px;
}
.rt20 {
  padding-right: 20px;
}
.image-caption {
  color: #a2a2a2;
  padding: 5px 0;
}
.heading-banner {
  margin: 0px 0 24px 0;
}
.heading-banner h2 {
  background: none repeat scroll 0 0 #FFFFFF;
  padding: 5px 10px;
  position: absolute;
  top: 214px;
}
#main-content {
  position: relative;
  margin-top: 20px;
}
#content-wrapper {
  position: relative;
}
.divider {
  background: url('/Templates/PrimarySite/ui/img/layout/divider.png') repeat-x;
  height: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-body {
  padding-bottom: 40px;
}
.hide-header,
.hide-sticky {
  display: block;
  background: url('/Templates/PrimarySite/ui/img/layout/close_icon.png') 100% 50% no-repeat;
  padding-right: 62px;
  line-height: 24px;
  color: #9A9A9C;
  text-transform: uppercase;
  width: 15px;
  position: absolute;
  top: 15px;
  right: 0;
}
.hide-sticky {
  top: 10px;
  right: 10px;
}
.table {
  background-color: white;
}
.tooltip {
  font-size: 12px;
}
.tooltip-inner {
  padding: 10px;
  position: relative;
  font-weight: bold;
  text-align: left;
}
.close-tooltip {
  height: 17px;
  width: 17px;
  background: url('/Templates/PrimarySite/ui/img/layout/tooltip-close.png') no-repeat;
  float: right;
  margin: 5px 5px 0 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.loading {
  background: url('/Templates/PrimarySite/ui/img/ajax-loader.gif') no-repeat 50% 50% #efefef;
  height: 30px;
  width: 30px;
  margin: 20px auto;
  padding: 20px;
  display: none;
  border: 1px solid #a2a2a2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.side-detail {
  background-color: #EAEBEF;
  border: 1px solid #DFE0E4;
}
.side-detail .side-detail-content {
  margin: 10px;
  background-color: white;
  border: 1px solid #DFE0E4;
  padding: 10px;
}
.side-detail .side-detail-content div {
  clear: both;
}
.side-detail .side-detail-content div.event-date div.result-date {
  margin: 0;
}
.side-detail .side-detail-content div.event-date p {
  float: left;
  margin: 0 10px;
  max-width: 96px;
}
.side-detail .side-detail-content hr {
  margin: 10px 0;
}
.title-pull {
  margin-top: -40px;
}
.title-pull h1 {
  background-color: white;
  position: relative;
  display: inline-block;
  padding: 5px 10px 10px 0;
  margin-bottom: 0;
}
.righthand h3 {
  margin: 0;
  text-transform: uppercase;
}
.righthand figcaption {
  clear: both;
}
#backLink,
.back-link {
  display: block;
  background: url('/Templates/PrimarySite/ui/img/layout/arrow-left.jpg') no-repeat 0 50%;
  font-weight: bold;
  padding-left: 20px;
  line-height: 30px;
}
.pdf-download {
  border: 1px solid #e4e4e4;
  background: url('/Templates/PrimarySite/ui/img/layout/icon-pdf.png') no-repeat 20px 20px #f7f7f9;
  padding: 20px 20px 20px 60px;
  margin: 10px 0;
}
.pdf-download h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
  color: black;
}
.pdf-download .pdf-size {
  color: #a2a2a2;
  margin-bottom: 2px;
}
.ext-download {
  border: 1px solid #e4e4e4;
  background: url('/Templates/PrimarySite/ui/img/layout/icon-external.jpg') no-repeat 20px 20px #f7f7f9;
  padding: 20px 20px 20px 60px;
  margin: 10px 0;
}
.ext-download h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
  color: black;
}
.ext-download .pdf-size {
  color: #a2a2a2;
  margin-bottom: 2px;
}
blockquote {
  padding-left: 35px;
  padding-top: 11px;
  background: url('/Templates/PrimarySite/ui/img/layout/quote.png') no-repeat 0 0;
  border: 0;
  min-height: 35px;
  _height: 35px;
}
.thumbwrapper {
  height: 130px;
  overflow: hidden;
  position: relative;
}
#searchbox {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
#searchbox input {
  float: left;
}
#searchbox input.btn[type="submit"] {
  margin: 0 5px;
}
.content-block {
  margin-bottom: 10px;
}
.wysiwyg img {
  margin: 15px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */

  padding-top: 25px;
  height: 0;
  margin-bottom: 20px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}
/**
Corner Cut Row
Blue container with bottom right corner missing, used om research section

@usage div.container-corner-cut
**/
.corner-cut-container {
  background: #383366;
  color: #ffffff;
  position: relative;
}
.corner-cut-container:before {
  content: ' ';
  display: block;
  border-top: 40px solid #383366;
  border-right: 40px solid #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
}
.corner-cut-container [class*=span] {
  padding-top: 25px;
  padding-bottom: 30px;
}
.corner-cut-container [class*=span] h2 {
  color: #ffffff;
  font-family: 'HelveticaNeueW02-45Ligh';
  font-weight: normal;
  margin-bottom: 10px;
}
.corner-cut-container [class*=span] h2 b {
  font-family: 'HelveticaNeueW01-95Blac';
  font-weight: normal;
}
.corner-cut-container [class*=span] *:last-child {
  margin-bottom: 0;
}
.corner-cut-white {
  position: relative;
}
.corner-cut-white:before {
  content: ' ';
  display: block;
  border-top: 35px solid transparent;
  border-right: 35px solid #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
}
.hero-video-wrapper {
  position: absolute;
}
input::-ms-clear {
  display: none;
}
html {
  /* always show scrollbar fix page jolt */

  overflow: -moz-scrollbars-vertical;
  overflow: scroll;
}
html body {
  background-color: white;
  font-size: 12px;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
html #aspnetForm {
  margin: 0;
}
/*
* javascript is disabled
*/.no-js .sticky {
  position: relative !important;
}
.no-js .no-js-hidden {
  display: none !important;
}
.js .js-hidden {
  display: none !important;
}
.hover {
  background-image: none;
}
#topBg,
#topBg2 {
  background: url("/Global/background1.jpg") repeat-x scroll 50% 0 #efefef;
  position: absolute;
  width: 100%;
  height: 658px;
}
.no-margin-top {
  margin-top: 0!important;
}
#content-wrapper table {
  font-weight: bold;
  border-spacing: 2px;
  border-collapse: inherit;
  width: 100%;
}
#content-wrapper table td {
  border-bottom: 1px solid #C6CDD7;
  padding: 5px 10px;
  background-color: #E5EFF9;
}
#content-wrapper table td:nth-child(odd) {
  background-color: #E5EFF9;
}
#content-wrapper table td:nth-child(even) {
  background-color: #F3F8FC;
}
#content-wrapper table.ui-datepicker-calendar td {
  padding: 0;
}
#logo {
  background: url('/Templates/PrimarySite/ui/img/layout/sprite.png') no-repeat;
  background-position: 0 -340px;
  width: 197px;
  height: 55px;
  margin-top: 15px;
  float: left;
  color: white;
  overflow: hidden;
  text-indent: -333px;
}
#header {
  background: url('/Templates/PrimarySite/ui/img/layout/header_bar.png') repeat-x #056fcd;
  height: 85px;
}
#hidden-header {
  background-color: #F4F4F6;
}
#hidden-header h2,
#hidden-header h3 {
  text-transform: uppercase;
  clear: both;
}
#hidden-header .btn {
  float: left;
}
.lt-ie9 #hidden-header .tab-content {
  overflow: hidden;
}
.lt-ie9 .top-social {
  width: 90px;
}
.top-content-wrapper {
  border: 7px solid #E6E7EC;
  background-color: white;
  padding: 20px;
}
.top-content-wrapper input,
.top-content-wrapper select,
.top-content-wrapper textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px rgba(0, 0, 0, 0.2);
}
.top-content-wrapper input:focus,
.top-content-wrapper textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px rgba(82, 168, 236, 0.6);
}
#contact-content,
#googlemap,
#social-media-directory,
#recruitment,
#login {
  margin: 10px 0 20px 0;
}
.tab-title {
  padding-bottom: 10px;
}
.social-media-form {
  margin-top: 20px;
}
.contact-form {
  background-color: #F4F4F6;
  border: 1px solid #E6E7EC;
  padding: 10px 20px;
}
.wide label {
  float: left;
  min-width: 153px;
  margin-right: 10px;
}
.wide fieldset legend {
  font-size: inherit;
  border: 0;
  line-height: inherit;
}
.wide fieldset label {
  float: none;
  display: inline-block;
}
.wide fieldset input[type="radio"] {
  display: inline-block;
  margin-right: 10px;
}
#top-links {
  color: white;
}
#top-links ul {
  float: right;
}
#top-links ul li {
  float: left;
  list-style-type: none;
  margin: 10px 0 0 0;
}
#top-links ul li a {
  line-height: 30px;
  color: white;
  display: block;
  text-align: center;
  outline: none;
  border-right: 1px solid #0099cb;
  padding: 0 5px  0 15px;
}
#top-links ul li a i {
  margin-left: 10px;
  font-size: 8px;
  position: relative;
  top: -1px;
  color: #99cceb;
}
#top-links ul li:last-child a {
  border-right: none;
}
#top-links ul li:hover {
  background: url('/Templates/PrimarySite/ui/img/layout/utility-nav-hover.png') repeat-x #0099cb;
}
#top-links ul li.active a,
#top-links ul a:hover {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#top-links ul li.active a i.icon-caret-down:before,
#top-links ul a:hover i.icon-caret-down:before {
  content: "\f101";
  color: #fff;
}
#top-links .top-social {
  clear: both;
  float: right;
}
#top-links .top-social .social {
  height: 24px;
  width: 24px;
  display: block;
  float: left;
  margin-left: 5px;
}
#top-links .top-social .social-facebook,
#top-links .top-social .social-twitter,
#top-links .top-social .social-youtube,
#top-links .top-social .social-google,
#top-links .top-social .social-linkedin {
  height: 24px;
  width: 24px;
  display: block;
  float: left;
  margin-left: 5px;
  background: url('/Templates/PrimarySite/ui/img/layout/sprite.png') no-repeat;
}
#top-links .top-social .social-facebook {
  background-position: 0 0;
  width: 24px;
  height: 24px;
}
#top-links .top-social .social-twitter {
  background-position: 0 -493px;
  width: 24px;
  height: 24px;
}
#top-links .top-social .social-youtube {
  background-position: 0 -522px;
  width: 24px;
  height: 24px;
}
#top-links .top-social .social-google {
  background-position: 0 -29px;
  width: 24px;
  height: 24px;
}
#top-links .top-social .social-linkedin {
  background-position: 0 -311px;
  width: 24px;
  height: 24px;
}
#top-nav {
  background: url('/Templates/PrimarySite/ui/img/layout/nav_bar.png') repeat-x #056fcd;
  min-height: 44px;
  position: relative;
  -webkit-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.1);
}
#top-nav ul {
  margin: 0;
}
#top-nav ul li {
  float: left;
  list-style-type: none;
  color: white;
}
#top-nav ul li a {
  color: white;
  padding: 0 20px;
  line-height: 44px;
  height: 43px;
  display: block;
  border-right: 1px solid #0773BE;
  border-left: 1px solid #0099cb;
  font-size: 1.2em;
  margin-top: 1px;
}
#top-nav ul li a:hover {
  text-decoration: none;
}
#top-nav ul li:last-child a {
  border-right: none;
}
#top-nav ul li:first-child {
  border-left: 1px solid #0773BE;
}
#top-nav ul li:hover,
#top-nav ul .active {
  background: url('/Templates/PrimarySite/ui/img/layout/nav_bar_active.png') center 0px repeat-x #0099cb;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#top-nav ul .home-link a {
  height: 43px;
}
#top-nav ul .home-link .home-icon {
  position: relative;
  top: 6px;
  font-size: 14px;
}
#top-nav form {
  margin: 0;
}
#top-nav .search-wrapper {
  background: url('/Templates/PrimarySite/ui/img/layout/nav_bar_active.png') repeat-x #0099cb;
  padding: 0 10px;
  height: 44px;
}
.no-ltie9 #top-nav {
  z-index: 100;
}
#top-nav .input-append,
#header-search .input-append {
  position: relative;
  top: 8px;
}
#top-nav .input-append .search-query,
#header-search .input-append .search-query {
  padding-right: 40px;
  margin-top: 1px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#top-nav .input-append button.btn-submit,
#header-search .input-append button.btn-submit {
  position: absolute;
  right: 1px;
  top: 3px;
  background-color: white;
  padding: 1px 10px;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0;
  border-left: 1px solid #e4e4e4;
  z-index: 9000;
}
#top-nav .input-append .search-icon,
#header-search .input-append .search-icon {
  background: url('/Templates/PrimarySite/ui/img/layout/sprite.png') no-repeat;
  background-position: 0 -426px;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.nav-search {
  float: right;
}
#header-content {
  display: none;
}
#breadcrumb-wrapper {
  line-height: 27px;
  background: url('/Templates/PrimarySite/ui/img/layout/breadcrumb.png') repeat-x #f4f5f7;
}
#breadcrumb-wrapper a {
  text-decoration: underline;
  color: black;
}
#breadcrumb-wrapper a:hover {
  text-decoration: none;
}
.tab-content {
  position: relative;
  overflow: hidden;
}
.js .social-media-form select {
  display: none;
}
.social-media-form {
  /* social media ul based layout */

}
.social-media-form select {
  height: 150px;
  margin-right: 20px;
  float: left;
}
.social-media-form select option {
  padding: 5px 10px;
  font-weight: bold;
  color: #0985cf;
}
.social-media-form select option:checked {
  background-color: #0985cf;
}
.social-media-form ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 150px;
  width: 218px;
  border: 1px solid #e4e4e4;
  float: left;
  margin-right: 20px;
  overflow: auto;
}
.social-media-form ul li {
  color: #0066cb;
  padding: 7px 10px;
  margin: 0;
}
.social-media-form ul li:hover {
  cursor: pointer;
}
.social-media-form ul li.selected {
  background-color: #0066cb;
  color: #ffffff;
  font-weight: bold;
}
.social-media-form .social-media-form-content {
  float: right;
  height: 128px;
  border: 1px solid #e4e4e4;
  width: 384px;
  padding: 10px;
  overflow: auto;
  position: relative;
}
.social-media-form .social-media-form-content img {
  position: absolute;
  left: 10px;
  top: 10px;
}
.social-media-form .social-media-form-content h3 {
  display: block;
  margin-left: 100px;
}
.social-media-form .social-media-form-content p {
  margin-left: 100px;
}
.social-media-form .social-media-form-content .twitter-tweet p {
  margin-left: 10px;
}
.top-content-wrapper {
  position: relative;
}
#hidden-header .header-loading {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #F0EFEE;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
}
#hidden-header .header-loading img {
  display: block;
  left: 50%;
  margin: -32px;
  position: relative;
  top: 50%;
}
#recruitment-content,
#login-content {
  padding: 10px 0;
}
#recruitment-content .left-content,
#login-content .left-content {
  border-right: 1px dotted #CCCCCC;
  display: block;
  float: left;
  margin-right: -1px;
  width: 50%;
}
#recruitment-content .right-content,
#login-content .right-content {
  display: block;
  float: left;
  width: 50%;
}
#recruitment-content .right-content ul,
#login-content .right-content ul {
  list-style: none;
  margin: 0;
}
#recruitment-content .right-content ul li,
#login-content .right-content ul li {
  padding: 2px 0;
}
.nav-search input.js-hidden {
  display: block;
  float: right;
  height: 28px;
  margin-top: -28px;
  z-index: 200;
}
#footer {
  background-color: #e4e4e4;
  color: #434343;
  position: relative;
}
#footer p {
  font-size: 1em;
}
#footer h3,
#footer h4 {
  padding-left: 10px;
  padding-right: 5px;
  margin-bottom: 10px;
}
#footer h4 {
  font-size: 12px;
}
#footer .contact-details h3 {
  padding-left: 0;
}
#footer .row-split {
  margin: 0;
}
#footer .split5 {
  float: left;
  width: 20%;
}
#footer #follow-wrapper {
  position: relative;
  top: -18px;
  -webkit-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.1);
  z-index: 1039;
  display: none;
}
#footer #follow-wrapper #footer-follow {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: url('/Templates/PrimarySite/ui/img/layout/footer_bar_grad.png') repeat-x #8e8e8e;
  font-weight: bold;
  color: white;
  height: 37px;
  z-index: 1038;
}
#footer #follow-wrapper #footer-follow h3 {
  margin-top: 9px;
}
#footer #follow-wrapper #footer-follow ul.sticky-nav-links {
  margin: 0;
}
#footer #follow-wrapper #footer-follow ul.sticky-nav-links li {
  float: left;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
}
#footer #follow-wrapper #footer-follow ul.sticky-nav-links li a {
  padding: 0 40px 0 10px;
  line-height: 37px;
  letter-spacing: 1px;
  color: white;
  text-decoration: none;
  display: block;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #8e8e8e;
  background: url('/Templates/PrimarySite/ui/img/layout/arrow_inactive_footer_bar.png') 90% 50% no-repeat;
}
#footer #follow-wrapper #footer-follow ul.sticky-nav-links li a:first-child {
  border-left: 0;
}
#footer #follow-wrapper #footer-follow ul.sticky-nav-links li a:hover,
#footer #follow-wrapper #footer-follow ul.sticky-nav-links li .current {
  background-image: url('/Templates/PrimarySite/ui/img/layout/arrow_active_footer_bar.png');
  background-color: #a2a2a2;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#footer #follow-wrapper #footer-follow #news-links h4 {
  padding-left: 0;
}
#footer #follow-wrapper #footer-follow #news-links h4 a {
  color: #0985cf;
  font-size: 14px;
}
#footer #follow-wrapper #footer-follow #news-links .title-overlay {
  position: relative;
  margin-left: 10px;
}
#footer #follow-wrapper #footer-follow #news-links .title-overlay h3 {
  padding-left: 0;
  margin-bottom: 0;
}
#footer #follow-wrapper #footer-follow .sticky-content {
  width: 926px;
  background-color: white;
  border: 7px solid #e4e4e4;
  border-bottom: 0;
  color: black;
  position: absolute;
  bottom: 37px;
}
#footer #follow-wrapper #footer-follow .sticky-content div[class^=row]:last-child {
  margin-bottom: 30px;
}
#footer #follow-wrapper #footer-follow .sticky-content h4 a {
  color: black;
  text-transform: uppercase;
}
#footer #follow-wrapper #footer-follow .sticky-content ul {
  margin: 0 15px 0 20px;
}
#footer #follow-wrapper #footer-follow .sticky-content ul li {
  list-style-type: disc;
  list-style-image: url('/Templates/PrimarySite/ui/img/layout/footer_list_link.png');
  margin-left: 10px;
  float: none;
  border-bottom: 1px solid #e4e4e4;
  padding: 5px 0;
  font-weight: normal;
}
#footer #follow-wrapper #footer-follow .sticky-content ul li:last-child {
  border: 0;
}
#footer #follow-wrapper #footer-follow .sticky-content ul li a {
  color: #434343;
}
#footer #follow-wrapper #footer-follow a.sticky-nav-link:focus {
  outline: none;
}
#footer ul {
  margin: 0 15px;
}
#footer ul li {
  list-style-image: url('/Templates/PrimarySite/ui/img/layout/footer_list_link.png');
  margin-left: 10px;
}
#footer ul li a {
  color: #434343;
}
#footer .sticky {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 940px;
  margin-left: -470px;
}
#footer .copyright-notice {
  color: #a2a2a2;
  font-size: 0.9em;
}
#footer .page-footer-links {
  margin-bottom: 10px;
  overflow: hidden;
}
#footer .page-footer-links .span3 {
  background: url('/Templates/PrimarySite/ui/img/layout/footer-border-large.gif') repeat-y;
  padding-bottom: 200px;
  margin-bottom: -200px;
}
#footer .page-footer-links .span3:last-child {
  background: none;
}
/*------------------------------------------------------------------
[TABLE OF CONTENTS]

1. Default Accordion / .accordion-group
2. Blue Accordion / .accordion-blue
3. Simple Accordion / .simple-accordion
4. Secondary Accordion / .secondary-accordion
-------------------------------------------------------------------*/
.accordion-group {
  margin-top: 10px;
  border: 1px solid #E6E7EC;
  border-bottom: 2px solid #a2a2a2;
}
.accordion-group .accordion-heading {
  font-weight: 400;
  font-size: 1em;
  background: url('/Templates/PrimarySite/ui/img/layout/accordion-gradient.png') repeat-x #e4e4e4;
  text-transform: uppercase;
}
.accordion-group .accordion-heading .accordion-toggle {
  padding: 4px 10px;
  outline: none;
  color: #434343;
}
.accordion-group .accordion-heading a {
  font-family: 'HelveticaNeueW01-95Blac', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  letter-spacing: 1.5px;
  letter-spacing: 0;
  padding-left: 10px;
  background: url('/Templates/PrimarySite/ui/img/layout/wizard_arrow_inactive.png') no-repeat 95% 50%;
}
.accordion-group .accordion-heading a:hover {
  text-decoration: none;
}
.accordion-group .open a {
  background-image: url('/Templates/PrimarySite/ui/img/layout/wizard_arrow_active.png');
}
.accordion-group .accordion-inner {
  background: #fcfbf9;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e4e4e4), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #e4e4e4, #ffffff);
  background: -moz-linear-gradient(center bottom, #e4e4e4 0%, #ffffff 100%);
}
.accordion-group .accordion-inner label.checkbox {
  border-bottom: 1px solid #e4e4e4;
}
.accordion-group .accordion-inner label.checkbox:last-child {
  border: 0;
}
.accordion-blue {
  border: none;
}
.accordion-blue .accordion-heading {
  background: #76abe1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0268cc), color-stop(1, #76abe1));
  background: -ms-linear-gradient(bottom, #0268cc, #76abe1);
  background: -moz-linear-gradient(center bottom, #0268cc 0%, #76abe1 100%);
  border-top: 1px solid #0066CB;
  border-bottom: 1px solid #0066CB;
}
.accordion-blue .accordion-heading .accordion-toggle {
  padding: 10px;
  color: white;
}
.simple-accordion .accordion-group {
  border: 1px solid #e4e4e4;
  background: #fafbfe;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f2f3f5), color-stop(1, #fafbfe));
  background: -ms-linear-gradient(bottom, #f2f3f5, #fafbfe);
  background: -moz-linear-gradient(center bottom, #f2f3f5 0%, #fafbfe 100%);
  padding-top: 5px;
  margin: 0;
}
.simple-accordion .accordion-group .accordion-inner {
  border: none;
  background: none;
}
.simple-accordion .accordion-group .accordion-inner label.checkbox {
  border: none;
}
.simple-accordion .accordion-heading {
  background: none;
}
.simple-accordion .accordion-heading a {
  background: none;
}
.simple-accordion .collapse {
  height: auto;
}
.container .secondary-accordion {
  border-width: 0;
}
.container .secondary-accordion .accordion-heading {
  line-height: 24px;
}
.container .secondary-accordion .accordion-heading a.accordion-toggle {
  background: none;
  padding: 0 10px;
}
.container .secondary-accordion .open {
  background: url('/Templates/PrimarySite/ui/img/layout/accordion-gradient-blue.png') repeat-x;
}
.container .secondary-accordion .open a {
  color: white;
}
.container .secondary-accordion .accordion-inner {
  background: none;
  padding: 10px 0 0 10px;
}
.container .secondary-accordion .accordion-inner a {
  display: block;
  background-color: #EDF4FC;
  color: black;
  padding: 5px;
}
/*------------------------------------------------------------------
[TABLE OF CONTENTS]

1. Multilevel Menu / .multilevel
-------------------------------------------------------------------*/
.multilevel {
  list-style-type: none;
  margin: 0 0 0 15px;
}
.multilevel a {
  color: #868686;
}
.multilevel > li {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2em;
}
.multilevel ul {
  font-weight: normal;
  list-style-type: none;
  font-size: 12px;
}
.multilevel li {
  border-bottom: 1px solid #e4e4e4;
  line-height: 24px;
  position: relative;
}
.multilevel li ul {
  margin-left: 15px;
}
.multilevel li ul li {
  text-transform: none;
}
.multilevel .closed > .toggle-level {
  background-position: 0 -400px;
  width: 9px;
  height: 9px;
}
.multilevel .open > .toggle-level {
  background-position: 0 -414px;
  width: 9px;
  height: 9px;
}
.multilevel .open {
  border-bottom: 0;
  font-weight: bold;
}
.multilevel .open > a,
.multilevel .selected > a {
  color: #000;
}
.toggle-level {
  cursor: pointer;
  position: absolute;
  left: -15px;
  top: 7px;
  text-indent: -999px;
  display: block;
}
/**
Left navigation used on research pages
**/
ul.left-nav {
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: none;
}
ul.left-nav li {
  margin: 0;
  padding: 0;
}
ul.left-nav li a {
  display: block;
  background: #cfcfdf url('/Templates/PrimarySite/ui/img/layout/left-nav-back.png') no-repeat 10px 50%;
  color: #000000;
  font-size: 15px;
  padding: 8px 8px 8px 26px;
}
ul.left-nav li.selected a {
  background: #333366;
  color: #ffffff;
  font-family: 'HelveticaNeueW01-95Blac';
  font-weight: normal;
  font-size: 13px;
  padding-left: 12px;
  text-transform: uppercase;
}
ul.left-nav li + li {
  margin-top: 10px;
}
ul.left-nav li + li.selected {
  margin-top: 20px;
}
/*------------------------------------------------------------------
[TABLE OF CONTENTS]

1. Pagination / .pagination
2. Simple Pagination / .results-wrapper
-------------------------------------------------------------------*/
.pagination {
  clear: both;
  margin: 0 auto;
  height: auto;
}
.pagination li {
  margin-right: 5px;
  float: left;
  display: block;
}
.pagination li a {
  color: #666;
  font-weight: bold;
  border-width: 1px;
  line-height: 28px;
  padding: 0 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fcfefd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3f2f7), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f3f2f7, #ffffff);
  background: -moz-linear-gradient(center bottom, #f3f2f7 0%, #ffffff 100%);
  cursor: pointer;
}
.pagination li.selected a {
  background: #eeeef6;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dadae4), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #dadae4, #ffffff);
  background: -moz-linear-gradient(center bottom, #dadae4 0%, #ffffff 100%);
}
.paginationRow select {
  float: left;
  margin: 0;
  width: 120px;
}
.paginationRow input.update {
  display: block;
  float: left;
  margin: 1px 10px;
}
.paginationRow .pageXofY {
  line-height: 28px;
  margin-right: 30px;
  float: left;
}
.paginationRow .pagination {
  text-align: center;
}
[paginate] {
  position: relative;
}
[paginate] .pagination-wrapper {
  text-align: center;
  margin-top: 20px;
}
[paginate] .pagination-wrapper ul.pagination {
  *zoom: 1;
  display: inline-block;
}
[paginate] .pagination-wrapper ul.pagination:before,
[paginate] .pagination-wrapper ul.pagination:after {
  display: table;
  content: "";
  line-height: 0;
}
[paginate] .pagination-wrapper ul.pagination:after {
  clear: both;
}
[paginate] .pagination-wrapper + .btn {
  position: absolute;
  right: 0;
  bottom: 25px;
}
[paginate] .results-wrapper .result-item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px dotted #e4e4e4;
  margin-top: 0;
  border-bottom: 1px dotted #e4e4e4;
}
[paginate] .results-wrapper .result-item + .result-item {
  border-top: 0;
}
[paginate] .results-wrapper .result-body {
  margin-left: 160px;
}
/*------------------------------------------------------------------
[TABLE OF CONTENTS]

1. Default Autocomplete / .ui-autocomplete
-------------------------------------------------------------------*/
ul.ui-autocomplete {
  list-style-type: none;
  border: 1px solid rgba(82, 168, 236, 0.8);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 237px;
  background-color: white;
  -webkit-box-shadow: -1px 0 6px rgba(82, 168, 236, 0.8);
  -moz-box-shadow: -1px 0 6px rgba(82, 168, 236, 0.8);
  box-shadow: -1px 0 6px rgba(82, 168, 236, 0.8);
  margin-top: 2px;
  z-index: 2000 !important;
}
ul.ui-autocomplete li {
  border-bottom: 1px solid #e4e4e4;
}
ul.ui-autocomplete li:last-child {
  border-bottom: 0;
}
ul.ui-autocomplete .ui-menu-item {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e4e4e4), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #e4e4e4, #ffffff);
  background: -moz-linear-gradient(center bottom, #e4e4e4 0%, #ffffff 100%);
}
ul.ui-autocomplete .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 5px 10px;
}
ul.ui-autocomplete .ui-menu-item a:hover,
ul.ui-autocomplete .ui-state-hover {
  background: #0099cb;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0066cb), color-stop(1, #0099cb));
  background: -ms-linear-gradient(bottom, #0066cb, #0099cb);
  background: -moz-linear-gradient(center bottom, #0066cb 0%, #0099cb 100%);
  padding: 5px 10px;
  cursor: pointer;
  color: white;
}
/*------------------------------------------------------------------
[TABLE OF CONTENTS]

1. Results / #results
2. Category List / .category-list
3. Result Links / .result-links
-------------------------------------------------------------------*/
[paginate] .result-item,
.research-main-content .result-item,
#results .result-item {
  *zoom: 1;
  margin-top: 10px;
}
[paginate] .result-item:before,
.research-main-content .result-item:before,
#results .result-item:before,
[paginate] .result-item:after,
.research-main-content .result-item:after,
#results .result-item:after {
  display: table;
  content: "";
  line-height: 0;
}
[paginate] .result-item:after,
.research-main-content .result-item:after,
#results .result-item:after {
  clear: both;
}
[paginate] .result-item .result-thumbnail,
.research-main-content .result-item .result-thumbnail,
#results .result-item .result-thumbnail {
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  height: 140px;
  width: 140px;
}
[paginate] .result-item .result-title,
.research-main-content .result-item .result-title,
#results .result-item .result-title {
  font-weight: bold;
  font-size: 1.2em;
  display: block;
  margin-bottom: 10px;
}
[paginate] .result-item .compare-input,
.research-main-content .result-item .compare-input,
#results .result-item .compare-input {
  clear: left;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 10px;
}
[paginate] .result-item .compare-btn,
.research-main-content .result-item .compare-btn,
#results .result-item .compare-btn {
  float: right;
  margin: 10px 0;
}
[paginate] .result-item .checkbox,
.research-main-content .result-item .checkbox,
#results .result-item .checkbox {
  float: left;
  padding-top: 14px;
}
[paginate] .result-item .checkbox label,
.research-main-content .result-item .checkbox label,
#results .result-item .checkbox label {
  font-weight: bold;
}
.category-list ul {
  display: inline;
  margin: 0;
}
.category-list ul li {
  display: inline;
  margin-right: 10px;
}
.result-links ul {
  margin: 0;
}
.result-links ul li {
  list-style-type: none;
  background: url('/Templates/PrimarySite/ui/img/layout/icon-external.jpg') top left no-repeat;
  line-height: 24px;
  margin: 0;
  padding-left: 34px;
}
.result-links ul li.pdf {
  background: url('/Templates/PrimarySite/ui/img/layout/icon-pdf.png') top left no-repeat;
}
.link-list ul,
.link-list li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#buildings {
  display: none;
}
#google_map_panel {
  display: none;
  position: relative;
  border: 7px solid #E6E7EC;
  padding: 3px;
  height: 490px;
  font-size: 11px;
  background-color: white;
  overflow: hidden;
}
#map_canvas {
  display: block;
  clear: both;
  width: 100%;
  height: 100% !important;
  position: relative !important;
}
#google_map_panel .panel_wrapper {
  display: block;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  width: 315px;
  overflow: hidden;
  height: 100%;
}
#google_map_panel .panel_wrapper .tabbable {
  height: 100%;
}
#google_map_panel .toggle_Panel {
  background: none repeat scroll 0 0 #FFFFFF;
  border-bottom: 1px solid #CCCCCC;
  border-left: 2px solid #CCCCCC;
}
#google_map_panel .map_panel {
  background: none repeat scroll 0 0 #FFFFFF;
  display: block;
  height: 100%;
  width: 315px;
  position: absolute;
  top: 0;
  right: 0;
}
#google_map_panel .map_panel .tab-content {
  height: 100%;
  padding: 0 20px;
}
#directions-panel {
  height: 270px;
  margin-top: 20px;
  overflow: auto;
  position: relative;
  width: 100%;
}
.search .seperator {
  top: 25px;
  right: 15px;
  padding: 3px 0;
  position: absolute;
  width: 60px;
}
#keyword_search {
  padding-right: 58px;
  width: 176px;
}
.search .seperator img {
  border-left: 1px solid #CCCCCC;
  padding: 0 5px;
  cursor: pointer;
  float: left;
}
.filter div.type {
  margin-bottom: 4px;
  line-height: 35px;
  padding: 5px;
}
.filter div.type img {
  float: left;
  margin-right: 5px;
}
.filter div.selected {
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 1px 1px 2px;
}
a.directions_button {
  padding: 10px;
  background: #0066CB;
  color: #fff;
  position: relative;
  top: 10px;
}
#google_map_panel img {
  vertical-align: inherit !important;
  max-width: inherit !important;
}
.filter img {
  width: 20px;
  margin-top: 5px;
}
#google_map_panel .map_content {
  max-width: 250px;
  width: 250px;
  margin-top: -10px;
}
#google_map_panel .map_content h2 {
  color: #000;
  font-size: 1.5em;
}
#google_map_panel .map_content img {
  float: right;
  margin: 0 10px 10px;
}
.search .seperator .keyword_search_clear {
  border-left: 1px solid #CCCCCC;
  color: #666666;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 15px;
  font-weight: bold;
  height: 17px;
  padding: 1px 6px;
}
#google_map_panel .toggle_Panel {
  border: 0;
  position: relative;
  width: 30px;
  height: 60px;
  left: -25px;
  top: 50px;
  background-color: white;
  -webkit-box-shadow: -5px 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -5px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: -5px 5px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  background: url('/Templates/PrimarySite/ui/img/arrow_right.gif') 50% 50% no-repeat #ffffff;
}
#google_map_panel .map-toggle {
  background-image: url('/Templates/PrimarySite/ui/img/arrow_left.gif');
}
#google_map_panel .map_panel {
  -webkit-box-shadow: -5px 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -5px 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: -5px 0 2px rgba(0, 0, 0, 0.1);
  width: 280px;
  margin-left: 35px;
}
#google_map_panel .map_panel h2,
#google_map_panel .map_panel label {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.2em;
  color: #000000;
}
#google_map_panel .map_panel div.search-message {
  display: none;
}
#google_map_panel .map_panel ul.nav-tabs {
  margin: 10px;
  border-bottom: 2px solid #DDDDDD;
}
#google_map_panel .map_panel ul.nav-tabs li {
  margin-bottom: -1px;
}
#google_map_panel .map_panel ul.nav-tabs li a {
  font-weight: 900;
  color: #9D9D9F;
  border-color: #DDDDDD;
  background-color: #F5F6F8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#google_map_panel .map_panel ul.nav-tabs li:first-child {
  margin-left: 10px;
}
#google_map_panel .map_panel ul.nav-tabs li.active a,
#google_map_panel .map_panel ul.nav-tabs li a:hover {
  color: black;
  background: #f6f6f6;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f6f6f6), color-stop(1, #e5e6eb));
  background: -ms-linear-gradient(bottom, #f6f6f6, #e5e6eb);
  background: -moz-linear-gradient(center bottom, #f6f6f6 0%, #e5e6eb 100%);
}
#google_map_panel .map_panel .tabbable {
  margin-top: -60px;
}
.mobilemap {
  display: block;
  width: 900px;
}
.mobilemap .header-loading {
  display: none;
}
.twitter-feed {
  position: relative;
}
.twitter-feed section {
  position: absolute;
  top: 16%;
  left: 6%;
  height: 180px;
  overflow: hidden;
  width: 88%;
}
.twitter-feed section article {
  border-bottom: 1px solid #e4e4e4;
  clear: both;
}
.twitter-feed section header {
  float: left;
}
.twitter-feed section header img {
  margin: 5px;
}
.twitter-feed section header img,
.twitter-feed section header .twitterFeedLink {
  display: block;
  width: 48px;
  height: 48px;
}
.twitter-feed section p {
  padding: 5px 5px 5px 60px;
  font-size: 0.8em;
  margin-bottom: 0;
  line-height: 1.25em;
}
.blog-feed {
  overflow: auto;
  height: inherit;
}
.blog-feed h3 {
  *zoom: 1;
  margin-bottom: 5px;
}
.blog-feed h3:before,
.blog-feed h3:after {
  display: table;
  content: "";
  line-height: 0;
}
.blog-feed h3:after {
  clear: both;
}
.blog-feed h3 p {
  float: left;
}
.blog-feed .rssFeedLink {
  display: block;
  float: left;
}
.blog-feed .feed-title {
  font-weight: bold;
  margin-bottom: 0;
}
.blog-feed .feed-description {
  color: #666666;
}
.blog-feed .feed-author {
  margin-bottom: 5px;
}
.blog-feed .feed-item {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 10px;
  border-bottom: 1px solid #e4e4e4;
}
.blog-feed .feed-item:last-child {
  border-bottom: none;
}
.blog-feed .feed-content {
  padding-left: 100px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .twitter-feed section {
    height: 136px;
  }
  .twitter-feed section img,
  .twitter-feed section .twitterFeedLink {
    display: block;
    width: 35px;
    height: 35px;
  }
  .twitter-feed section p {
    padding: 5px 5px 5px 60px;
  }
}
@media (max-width: 767px) {
  .twitter-feed {
    background-color: #0067CC;
    margin-right: 10px;
    padding: 0 10px 10px;
  }
  .twitter-feed section {
    position: static;
    background-color: white;
    max-width: 100% !important;
    width: auto;
  }
  .twitter-feed section img,
  .twitter-feed section .twitterFeedLink {
    display: block;
    width: 35px;
    height: 35px;
  }
  .twitter-feed .twitter-image {
    height: 40px;
    background: url(/Templates/PrimarySite/ui/img/layout/twitter_feed.png) no-repeat 0 0;
  }
  .twitter-feed .tweet {
    position: relative;
  }
  .twitter-feed .tweet article {
    min-height: 55px;
  }
  .twitter-feed .tweet header {
    position: absolute;
    left: 5px;
    top: 5px;
  }
  .twitter-feed .tweet p {
    font-size: 0.8em;
    margin-left: 5px;
    padding-top: 10px;
    line-height: 1.25em;
  }
}
.sprite {
  background: url('/Templates/PrimarySite/ui/img/layout/sprite.png') no-repeat;
}
/* SPRITES */
.sprite-facebook {
  background-position: 0 0;
  width: 24px;
  height: 24px;
}
.sprite-googleplus {
  background-position: 0 -29px;
  width: 24px;
  height: 24px;
}
.sprite-home_arrow_left {
  background-position: 0 -58px;
  width: 55px;
  height: 54px;
}
.sprite-home_arrow_left_active {
  background-position: 0 -117px;
  width: 55px;
  height: 54px;
}
.sprite-home_arrow_right {
  background-position: 0 -176px;
  width: 55px;
  height: 54px;
}
.sprite-home_arrow_right_active {
  background-position: 0 -235px;
  width: 55px;
  height: 54px;
}
.sprite-home_icon {
  background-position: 0 -294px;
  width: 14px;
  height: 12px;
}
.sprite-linkedin {
  background-position: 0 -311px;
  width: 24px;
  height: 24px;
}
.sprite-logo {
  background-position: 0 -340px;
  width: 197px;
  height: 55px;
}
.sprite-multilevel-closed {
  background-position: 0 -400px;
  width: 9px;
  height: 9px;
}
.sprite-multilevel-open {
  background-position: 0 -414px;
  width: 9px;
  height: 9px;
}
.sprite-search-icon {
  background-position: 0 -426px;
  width: 16px;
  height: 16px;
}
.sprite-slider_pag_active {
  background-position: 0 -449px;
  width: 17px;
  height: 17px;
}
.sprite-slider_pag_inactive {
  background-position: 0 -471px;
  width: 17px;
  height: 17px;
}
.sprite-twitter {
  background-position: 0 -493px;
  width: 24px;
  height: 24px;
}
.sprite-youtube {
  background-position: 0 -522px;
  width: 24px;
  height: 24px;
}
/*------------------------------------------------------------------
[TABLE OF CONTENTS]

1. Titles
    1.1. Signpost Titles / .signpost-title
    1.2. Title Below Image / .title-below
    1.3. Title Above Image / .title-overlay
2. Crisis Signpost / .crisis
3. Generic Signpost / .signpost
4. Link List Signpost / .link-list
5. Signpost Misc / .signpost-container
6. News Signpost / .news-signpost
7. Rounded Signpost / .rounded-box
8. Gallery Modal Item / .gallery-modal-item
-------------------------------------------------------------------*/
.signpost-title-blue {
  background-image: none;
  color: white;
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0;
  max-width: 332px;
}
.signpost-title-blue p {
  font-size: 1.1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  background-color: #0985cf;
  padding: 5px 10px;
}
.signpost-title-light-blue {
  background-image: none;
  color: white;
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0;
  max-width: 332px;
}
.signpost-title-light-blue p {
  font-size: 1.1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  background-color: #0099cb;
  padding: 5px 10px;
}
.signpost-title-dark-blue {
  background-image: none;
  color: white;
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0;
  max-width: 332px;
}
.signpost-title-dark-blue p {
  font-size: 1.1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  background-color: #0066cb;
  padding: 5px 10px;
}
.signpost-title-light-purple {
  background-image: none;
  color: white;
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0;
  max-width: 332px;
}
.signpost-title-light-purple p {
  font-size: 1.1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  background-color: #990099;
  padding: 5px 10px;
}
.signpost-title-purple {
  background-image: none;
  color: white;
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0;
  max-width: 332px;
}
.signpost-title-purple p {
  font-size: 1.1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  background-color: #333367;
  padding: 5px 10px;
}
.signpost-title-red {
  background-image: none;
  color: white;
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0;
  max-width: 332px;
}
.signpost-title-red p {
  font-size: 1.1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  background-color: #d52c2e;
  padding: 5px 10px;
}
.signpost-title-lime {
  background-image: none;
  color: white;
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0;
  max-width: 332px;
}
.signpost-title-lime p {
  font-size: 1.1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  background-color: #c1cd23;
  padding: 5px 10px;
}
.signpost-title-black {
  background-image: none;
  color: white;
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0;
  max-width: 332px;
}
.signpost-title-black p {
  font-size: 1.1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  background-color: #000000;
  padding: 5px 10px;
}
.signpost-title-light-grey {
  background-image: none;
  color: white;
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0;
  max-width: 332px;
}
.signpost-title-light-grey p {
  font-size: 1.1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  background-color: #e4e4e4;
  padding: 5px 10px;
}
.signpost-title-white {
  background-image: none;
  color: white;
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0;
  max-width: 332px;
  border-top-width: 5px !important;
  border-right-width: 5px !important;
}
.signpost-title-white p {
  font-size: 1.1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  background-color: #ffffff;
  padding: 5px 10px;
}
.signpost-title-white p {
  color: #000000;
}
.signpost-title-light-grey {
  color: #000000;
}
.home-title-blue {
  background-image: none;
  color: white;
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0;
  max-width: 332px;
  max-width: 100%;
}
.home-title-blue p {
  font-size: 1.1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  background-color: #0985cf;
  padding: 5px 10px;
}
.home-title-blue p {
  float: left;
  clear: left;
  font-size: 45px;
  margin-bottom: 2px;
  padding: 20px 10px;
}
.home-title-blue a {
  color: white;
  display: block;
  float: left;
  clear: left;
  padding: 0 35px 0 10px;
  background: url("/Templates/PrimarySite/ui/img/layout/title_link_arrow.png") no-repeat scroll 100% 50% #0985cf;
}
.home-title-light-blue {
  background-image: none;
  color: white;
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0;
  max-width: 332px;
  max-width: 100%;
}
.home-title-light-blue p {
  font-size: 1.1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  background-color: #0099cb;
  padding: 5px 10px;
}
.home-title-light-blue p {
  float: left;
  clear: left;
  font-size: 45px;
  margin-bottom: 2px;
  padding: 20px 10px;
}
.home-title-light-blue a {
  color: white;
  display: block;
  float: left;
  clear: left;
  padding: 0 35px 0 10px;
  background: url("/Templates/PrimarySite/ui/img/layout/title_link_arrow.png") no-repeat scroll 100% 50% #0099cb;
}
.home-title-dark-blue {
  background-image: none;
  color: white;
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0;
  max-width: 332px;
  max-width: 100%;
}
.home-title-dark-blue p {
  font-size: 1.1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  background-color: #0066cb;
  padding: 5px 10px;
}
.home-title-dark-blue p {
  float: left;
  clear: left;
  font-size: 45px;
  margin-bottom: 2px;
  padding: 20px 10px;
}
.home-title-dark-blue a {
  color: white;
  display: block;
  float: left;
  clear: left;
  padding: 0 35px 0 10px;
  background: url("/Templates/PrimarySite/ui/img/layout/title_link_arrow.png") no-repeat scroll 100% 50% #0066cb;
}
.home-title-light-purple {
  background-image: none;
  color: white;
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0;
  max-width: 332px;
  max-width: 100%;
}
.home-title-light-purple p {
  font-size: 1.1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  background-color: #990099;
  padding: 5px 10px;
}
.home-title-light-purple p {
  float: left;
  clear: left;
  font-size: 45px;
  margin-bottom: 2px;
  padding: 20px 10px;
}
.home-title-light-purple a {
  color: white;
  display: block;
  float: left;
  clear: left;
  padding: 0 35px 0 10px;
  background: url("/Templates/PrimarySite/ui/img/layout/title_link_arrow.png") no-repeat scroll 100% 50% #990099;
}
.home-title-purple {
  background-image: none;
  color: white;
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0;
  max-width: 332px;
  max-width: 100%;
}
.home-title-purple p {
  font-size: 1.1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  background-color: #333367;
  padding: 5px 10px;
}
.home-title-purple p {
  float: left;
  clear: left;
  font-size: 45px;
  margin-bottom: 2px;
  padding: 20px 10px;
}
.home-title-purple a {
  color: white;
  display: block;
  float: left;
  clear: left;
  padding: 0 35px 0 10px;
  background: url("/Templates/PrimarySite/ui/img/layout/title_link_arrow.png") no-repeat scroll 100% 50% #333367;
}
.home-title-red {
  background-image: none;
  color: white;
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0;
  max-width: 332px;
  max-width: 100%;
}
.home-title-red p {
  font-size: 1.1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  background-color: #d52c2e;
  padding: 5px 10px;
}
.home-title-red p {
  float: left;
  clear: left;
  font-size: 45px;
  margin-bottom: 2px;
  padding: 20px 10px;
}
.home-title-red a {
  color: white;
  display: block;
  float: left;
  clear: left;
  padding: 0 35px 0 10px;
  background: url("/Templates/PrimarySite/ui/img/layout/title_link_arrow.png") no-repeat scroll 100% 50% #d52c2e;
}
.home-title-lime {
  background-image: none;
  color: white;
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0;
  max-width: 332px;
  max-width: 100%;
}
.home-title-lime p {
  font-size: 1.1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  background-color: #c1cd23;
  padding: 5px 10px;
}
.home-title-lime p {
  float: left;
  clear: left;
  font-size: 45px;
  margin-bottom: 2px;
  padding: 20px 10px;
}
.home-title-lime a {
  color: white;
  display: block;
  float: left;
  clear: left;
  padding: 0 35px 0 10px;
  background: url("/Templates/PrimarySite/ui/img/layout/title_link_arrow.png") no-repeat scroll 100% 50% #c1cd23;
}
.home-title-black {
  background-image: none;
  color: white;
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0;
  max-width: 332px;
  max-width: 100%;
}
.home-title-black p {
  font-size: 1.1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  background-color: #000000;
  padding: 5px 10px;
}
.home-title-black p {
  float: left;
  clear: left;
  font-size: 45px;
  margin-bottom: 2px;
  padding: 20px 10px;
}
.home-title-black a {
  color: white;
  display: block;
  float: left;
  clear: left;
  padding: 0 35px 0 10px;
  background: url("/Templates/PrimarySite/ui/img/layout/title_link_arrow.png") no-repeat scroll 100% 50% #000000;
}
.home-title-dark-grey {
  background-image: none;
  color: white;
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0;
  max-width: 332px;
  max-width: 100%;
}
.home-title-dark-grey p {
  font-size: 1.1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  background-color: #8e8e8e;
  padding: 5px 10px;
}
.home-title-dark-grey p {
  float: left;
  clear: left;
  font-size: 45px;
  margin-bottom: 2px;
  padding: 20px 10px;
}
.home-title-dark-grey a {
  color: white;
  display: block;
  float: left;
  clear: left;
  padding: 0 35px 0 10px;
  background: url("/Templates/PrimarySite/ui/img/layout/title_link_arrow.png") no-repeat scroll 100% 50% #8e8e8e;
}
.home-title-blue,
.home-title-light-blue,
.home-title-dark-blue,
.home-title-light-purple,
.home-title-purple,
.home-title-red,
.home-title-lime,
.home-title-black,
.home-title-dark-grey {
  text-transform: none !important;
}
.home-title-blue p,
.home-title-light-blue p,
.home-title-dark-blue p,
.home-title-light-purple p,
.home-title-purple p,
.home-title-red p,
.home-title-lime p,
.home-title-black p,
.home-title-dark-grey p {
  text-transform: none !important;
  white-space: nowrap;
}
.title-below h3 {
  margin-top: 10px;
}
.title-below p {
  float: left;
  clear: left;
}
.title-overlay h3 {
  position: absolute;
  bottom: -1px;
  left: 0;
  border-top: 10px solid white;
  border-right: 10px solid white;
}
.crisis {
  background: url('/Templates/PrimarySite/ui/img/layout/crisis-icon.png') no-repeat 20px 20px #f5f5f5;
  padding: 20px 20px 20px 100px;
  min-height: 210px;
}
.crisis h3 {
  color: #d52c2e;
  text-transform: uppercase;
  font-size: 1.4em;
}
.crisis h3 p {
  font-size: inherit;
}
.signpost-title-link {
  display: block;
  position: relative;
}
.signpost p {
  max-height: 35px;
  overflow: hidden;
}
.signpost figcaption p {
  margin: 10px 0 0 0;
}
a.signpost-title-link:hover {
  text-decoration: none;
  cursor: pointer;
}
.link-list h3 {
  padding-left: 10px;
  border: medium none !important;
  margin-bottom: 5px !important;
  margin-top: 0 !important;
  top: 0 !important;
}
.link-list .signpost-title-blue {
  background-color: #0985cf;
}
.link-list .signpost-title-light-blue {
  background-color: #0099cb;
}
.link-list .signpost-title-dark-blue {
  background-color: #0066cb;
}
.link-list .signpost-title-light-purple {
  background-color: #990099;
}
.link-list .signpost-title-purple {
  background-color: #333367;
}
.link-list .signpost-title-red {
  background-color: #d52c2e;
}
.link-list .signpost-title-lime {
  background-color: #c1cd23;
}
.signpost-container {
  position: relative;
}
#course-detail .rounded-box-signpost {
  padding: 0;
  border: none;
  box-shadow: none;
}
#course-detail .signpost-container {
  position: relative;
}
#course-detail .signpost-container h3 {
  position: relative;
}
.news-signpost {
  position: relative;
}
.news-signpost h3 {
  text-transform: uppercase;
  color: #0985cf;
  font-size: 14px;
}
.news-signpost h3 p {
  font-size: inherit;
}
.news-signpost h3[class^=signpost-title] p {
  color: white;
}
.news-signpost h3.signpost-title-white p {
  color: #000000;
}
.news-signpost ul {
  list-style-image: url('/Templates/PrimarySite/ui/img/layout/footer_list_link.png');
  margin-left: 17px;
}
.news-signpost ul li {
  border-bottom: 1px solid #e4e4e4;
  padding: 5px 0;
}
.news-signpost ul li:last-child {
  border-bottom: none;
}
.news-signpost a.see-all-link {
  display: block;
  position: absolute;
  bottom: 10px;
  color: white;
  background-color: #333367;
  font-size: 1.1em;
  padding: 5px 10px;
}
.news-signpost p {
  max-height: 100%;
}
.search-wizard-wrapper .news-signpost {
  margin-bottom: 20px;
}
#news-links .news-signpost a.see-all-link {
  position: static;
  float: left;
}
#news-links .news-signpost h4 {
  text-transform: uppercase;
  color: #0985cf;
  font-size: 14px;
  font-weight: bold;
}
#news-links .news-signpost h4 p {
  font-size: inherit;
}
#news-links .news-signpost .span6 h4 {
  color: #000000;
}
.news-sidebar .signpost {
  padding: 0;
  border: none;
  box-shadow: none;
}
.rounded-box,
.carousel .signpost,
.item-wrapper .signpost {
  background-color: white;
  -webkit-box-shadow: 0 1px 2px #c1c1c1;
  -moz-box-shadow: 0 1px 2px #c1c1c1;
  box-shadow: 0 1px 2px #c1c1c1;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px;
  margin-bottom: 20px;
  height: 250px;
  overflow: hidden;
}
.rounded-box figure,
.carousel .signpost figure,
.item-wrapper .signpost figure {
  margin: 0;
}
.rounded-box figcaption,
.carousel .signpost figcaption,
.item-wrapper .signpost figcaption {
  margin: 5px 0;
}
.rounded-box .content-image,
.carousel .signpost .content-image,
.item-wrapper .signpost .content-image {
  display: block;
}
.carousel .signpost h3,
.carousel .signpost h3 p {
  text-transform: none;
}
.rounded-box-signpost {
  background-color: white;
  -webkit-box-shadow: 0 1px 2px #c1c1c1;
  -moz-box-shadow: 0 1px 2px #c1c1c1;
  box-shadow: 0 1px 2px #c1c1c1;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px;
  margin-bottom: 20px;
}
.rounded-box-signpost figure {
  margin: 0;
}
.gallery-modal-item {
  padding: 10px;
}
.gallery-modal-item-mobile {
  padding: 10px;
  text-align: center;
}
.gallery-modal-item-mobile img {
  display: inline;
}
.gallery-modal-item .popupdiv {
  display: none;
}
.blogfeed.signpost {
  background-color: #0099cc;
  -webkit-box-shadow: 0 1px 2px #c1c1c1;
  -moz-box-shadow: 0 1px 2px #c1c1c1;
  box-shadow: 0 1px 2px #c1c1c1;
  border: 1px solid #0099cc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px;
  margin-bottom: 20px;
  height: 250px;
  overflow: hidden;
}
.blogfeed.signpost .blog-feed {
  background-color: #FFFFFF;
}
.blogfeed.signpost .blog-feed .feed-item {
  padding: 10px;
}
.blogfeed.signpost .signpost-title-blue {
  background: url('/Templates/PrimarySite/ui/img/layout/rss_icon.png') #0099cc 0px -2px no-repeat !important;
  max-width: 100%;
}
.blogfeed.signpost .signpost-title-blue p {
  background-color: transparent!important;
  color: #FFFFFF!important;
  padding: 5px 10px 5px 29px;
  position: relative;
  top: -3px;
}
/*------------------------------------------------------------------
[TABLE OF CONTENTS]

1. Modal Elements / .modal-header
2. Youtube Modal / .video-feed
3. Generic Modal / .modal
-------------------------------------------------------------------*/
.modal-header,
.modal-footer {
  border: none;
  background: none;
}
.modal-body {
  padding: 9px 15px;
  max-height: 600px;
  max-width: 100%;
  clear: both;
}
.youtube-thumbnails {
  position: absolute;
  left: 0;
  top: 0;
  width: 9999px;
  height: 110px;
  border: 10px solid #D8D8D8;
  background-color: #D8D8D8;
}
.youtube-thumbnails .feed-item {
  float: left;
  width: 280px;
  margin-right: 10px;
  padding: 10px;
  background-color: #3C3C3C;
}
.youtube-thumbnails .feed-item img {
  float: left;
  width: 100px;
}
.youtube-thumbnails .feed-item .feed-description {
  float: left;
  color: white;
  margin-left: 10px;
  display: block;
  width: 170px;
}
.video-feed {
  overflow: hidden;
  width: 100%;
  margin: 0 -15px;
}
.video-feed .pos-right {
  right: 20px;
  top: 0;
  position: absolute;
  background: url("/Templates/PrimarySite/ui/img/right.jpg") no-repeat scroll 50% 50% #eeeeee;
  height: 120px;
  width: 30px;
  display: block overflow: hidden;
  text-indent: -9999px;
}
.video-feed .pos-left {
  left: 20px;
  top: 0;
  position: absolute;
  background: url("/Templates/PrimarySite/ui/img/left.jpg") no-repeat 50% 50% #eeeeee;
  height: 120px;
  width: 30px;
  overflow: hidden;
  text-indent: -9999px;
}
.video-feed .thumbwrapper {
  margin-top: -20px;
  max-height: 116px;
}
.video-feed .feed-item {
  max-height: 76px;
  overflow: hidden;
  cursor: pointer;
  zoom: 1;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.video-feed .feed-item .feed-description {
  padding: 5px 0;
}
.video-feed .feed-item.current {
  zoom: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.video-feed h4.now-playing {
  color: #000;
  background: #ccc;
  float: left;
  padding: 1px 5px;
  margin: 0 10px;
  text-decoration: uppercase;
}
.video-feed .main-video {
  padding: 20px;
}
.video-feed .videos {
  padding: 0 50px;
  position: relative;
  margin-right: -20px;
}
.video-feed .videos ul {
  list-style-type: none;
  background-color: #D8D8D8;
  padding: 10px;
  margin: 0;
  height: 125px;
  overflow: hidden;
}
.video-feed .videos ul li {
  background-color: #3C3C3C;
  color: white;
  float: left;
  margin-right: 10px;
  width: 190px;
  height: 95px;
  padding: 5px;
}
.video-feed .videos ul li:last-child {
  margin-right: 0;
}
.video-feed .videos ul li a {
  color: white;
}
.modal {
  border: 10px solid rgba(204, 204, 204, 0.5);
  -webkit-background-clip: padding-box;
  /* for Safari */

  -moz-background-clip: padding-box;
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */

  display: none;
}
.modal h3 {
  color: #0985cf;
  text-transform: uppercase;
}
.modal .close {
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
  padding-right: 30px;
  line-height: 24px;
  background: url(/Templates/PrimarySite/ui/img/layout/close_icon.png) 100% 50% no-repeat;
}
h1 {
  margin-bottom: 20px;
}
h2 {
  color: #0985cf;
}
h3 {
  color: #444444;
}
.js h1,
.js h1 p,
.js h2,
.js h3 p,
.js #course-description h3,
.js h4,
.js h5,
.js h6,
.js .helvetica,
.js .btn,
.js .cycle-caption p,
.js .link-list h3,
.js .see-all-link,
.js .news-signpost h3,
.js .news-signpost h4 p,
.js #hidden-header h3 {
  font-family: 'HelveticaNeueW01-95Blac';
  font-weight: normal;
}
.no-js h1,
.no-js h1 p,
.no-js h2,
.no-js h3 p,
.no-js #course-description h3,
.no-js h4,
.no-js h5,
.no-js h6,
.no-js .helvetica,
.no-js .btn,
.no-js .cycle-caption p,
.no-js .link-list h3,
.no-js .see-all-link,
.no-js .news-signpost h3,
.no-js .news-signpost h4 p,
.no-js #hidden-header h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.heading-blue {
  background-color: #0985cf;
  color: white;
  display: inline-block;
  margin-top: 25px;
  padding: 0 10px;
}
.heading-lime {
  background-color: #c1cd23;
}
.page-title {
  font-size: 2em;
}
.highlight-blue {
  background-color: #0985cf;
  padding: 0 5px;
}
.text-blue {
  color: #0985cf;
}
.toUpper {
  text-transform: uppercase;
}
.wysiwyg h2 {
  color: #0985cf;
  font-size: 2em;
}
.wysiwyg h3 {
  color: #0985cf;
  font-weight: normal;
  font-size: 1.8em;
  margin-bottom: 10px;
}
.wysiwyg h4 {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.wysiwyg h5 {
  font-size: 1.4em;
  margin-bottom: 10px;
}
#course-description .wysiwyg h3 {
  font-size: 18px;
}
/**
Featured Titles

@usage h1.featured-links-title{Title}
**/
h1[class*=featured-title],
h2[class*=featured-title],
h3[class*=featured-title],
h4[class*=featured-title],
h5[class*=featured-title],
h6[class*=featured-title] {
  font-family: 'HelveticaNeueW02-45Ligh';
  font-weight: normal;
  font-size: 22px;
  color: #333366;
  text-transform: uppercase;
  line-height: 1em;
  margin: 20px 0 10px 0;
  padding: 12px 0;
}
h1[class*=featured-title] b,
h2[class*=featured-title] b,
h3[class*=featured-title] b,
h4[class*=featured-title] b,
h5[class*=featured-title] b,
h6[class*=featured-title] b,
h1[class*=featured-title] strong,
h2[class*=featured-title] strong,
h3[class*=featured-title] strong,
h4[class*=featured-title] strong,
h5[class*=featured-title] strong,
h6[class*=featured-title] strong {
  font-family: 'HelveticaNeueW01-95Blac';
  font-weight: normal;
  /*  display: block; */

}
h1.featured-title-links,
h2.featured-title-links,
h3.featured-title-links,
h4.featured-title-links,
h5.featured-title-links,
h6.featured-title-links,
h1.featured-title-search,
h2.featured-title-search,
h3.featured-title-search,
h4.featured-title-search,
h5.featured-title-search,
h6.featured-title-search,
h1.featured-title-hands,
h2.featured-title-hands,
h3.featured-title-hands,
h4.featured-title-hands,
h5.featured-title-hands,
h6.featured-title-hands {
  padding-right: 15px;
  padding-left: 60px;
  background: url('/Templates/PrimarySite/ui/img/titles/featured-title-icons.gif') -7px 3px no-repeat;
  border-top: 1px dotted #A9A9AB;
  border-bottom: 1px dotted #A9A9AB;
}
h1.featured-title-search,
h2.featured-title-search,
h3.featured-title-search,
h4.featured-title-search,
h5.featured-title-search,
h6.featured-title-search {
  background-position: -10px -65px;
}
h1.featured-title-hands,
h2.featured-title-hands,
h3.featured-title-hands,
h4.featured-title-hands,
h5.featured-title-hands,
h6.featured-title-hands {
  background-position: -8px -135px;
}
.featured-title-right {
  text-align: right;
}
.js .upper-title,
.no-js .upper-title {
  font-family: 'HelveticaNeueW02-45Ligh';
  font-weight: normal;
  text-transform: uppercase;
  color: #333367;
}
.js .upper-title.border,
.no-js .upper-title.border {
  background: url('/Templates/PrimarySite/ui/img/layout/divider.png') repeat-x 0 100%;
  padding-bottom: 20px;
}
.js .upper-title b,
.no-js .upper-title b,
.js .upper-title strong,
.no-js .upper-title strong {
  font-family: 'HelveticaNeueW01-95Blac';
  font-weight: normal;
}
/*------------------------------------------------------------------
[TABLE OF CONTENTS]

1. Generic Buttons / .btn
2. Social Buttons / .facebook-btn
-------------------------------------------------------------------*/
.btn {
  background: #eeeef6;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dbdbe5), color-stop(1, #eeeef6));
  background: -ms-linear-gradient(bottom, #dbdbe5, #eeeef6);
  background: -moz-linear-gradient(center bottom, #dbdbe5 0%, #eeeef6 100%);
  font-size: 1em;
  font-weight: 900;
  text-transform: uppercase;
}
.btn:hover {
  background-image: none;
  background-color: #DBDBE5;
}
.btn-apply {
  display: block;
  font-weight: bold;
  color: white;
  background: #d0e886;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #99cc03), color-stop(1, #d0e886));
  background: -ms-linear-gradient(bottom, #99cc03, #d0e886);
  background: -moz-linear-gradient(center bottom, #99cc03 0%, #d0e886 100%);
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-text-shadow: 0 -2px 0 #99cc03;
  text-shadow: 0 -2px 0 #99cc03;
  line-height: 35px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.btn-apply:hover {
  background-image: none;
  background-color: #99cc03;
  color: white;
}
.btn-prospectus {
  display: block;
  font-weight: bold;
  color: white;
  background: #f95353;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f52f30), color-stop(1, #f95353));
  background: -ms-linear-gradient(bottom, #f52f30, #f95353);
  background: -moz-linear-gradient(center bottom, #f52f30 0%, #f95353 100%);
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-text-shadow: 0 -2px 0 #f52f30;
  text-shadow: 0 -2px 0 #f52f30;
  line-height: 35px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.btn-prospectus:hover {
  background-image: none;
  background-color: #f52f30;
  color: white;
}
.btn-prospectus a,
.btn-apply a {
  display: block;
}
.btn-blue {
  display: block;
  font-weight: bold;
  color: white;
  background: #0099cb;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0066cb), color-stop(1, #0099cb));
  background: -ms-linear-gradient(bottom, #0066cb, #0099cb);
  background: -moz-linear-gradient(center bottom, #0066cb 0%, #0099cb 100%);
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-text-shadow: 0 -2px 0 #0066cb;
  text-shadow: 0 -2px 0 #0066cb;
}
.btn-blue:hover {
  background-image: none;
  background-color: #0066cb;
  color: white;
}
.btn-green {
  display: block;
  font-weight: bold;
  color: white;
  background: #d6e32b;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b4c023), color-stop(1, #d6e32b));
  background: -ms-linear-gradient(bottom, #b4c023, #d6e32b);
  background: -moz-linear-gradient(center bottom, #b4c023 0%, #d6e32b 100%);
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-text-shadow: 0 -2px 0 #b4c023;
  text-shadow: 0 -2px 0 #b4c023;
}
.btn-green:hover {
  background-image: none;
  background-color: #b4c023;
  color: white;
}
.btn a {
  color: white;
}
.btn a:hover {
  text-decoration: none;
}
.facebook-btn {
  float: left;
  width: 90px;
}
.twitter-btn {
  float: left;
  width: 95px;
}
.google-btn {
  float: left;
}
.facebook-btn,
.twitter-btn,
.google-btn {
  position: relative;
  z-index: 10;
}
.facebook-btn {
  width: 88px;
}
.link-block {
  display: block;
}
/*------------------------------------------------------------------
[TABLE OF CONTENTS]

1. Sidebar Tabs / .span3
2. Related News Tab / .related-news-tab
3. Course Content Right Tabs / .course-right-cms-content
-------------------------------------------------------------------*/
#mobile-content-placeholder-1 .nav-tabs,
.span3 .nav-tabs {
  margin-bottom: 0;
  font-weight: bold;
  padding-left: 5px;
}
#mobile-content-placeholder-1 .nav-tabs li a,
.span3 .nav-tabs li a {
  background-color: #F5F6F8;
  border: 1px solid #DFE0E4;
  margin-right: 5px;
  outline: none;
  color: #8C8C8E;
  padding-left: 11px;
  padding-right: 11px;
}
#mobile-content-placeholder-1 .nav-tabs li a.selected,
.span3 .nav-tabs li a.selected {
  background-color: #EAEBEF;
  color: #000;
}
#mobile-content-placeholder-1 .tab-content,
.span3 .tab-content {
  background-color: #EAEBEF;
  border: 1px solid #DFE0E4;
  border-top: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 20px;
}
#mobile-content-placeholder-1 .tab-pane,
.span3 .tab-pane {
  margin: 10px;
}
#mobile-content-placeholder-1 .tab-pane .tab-pane-box,
.span3 .tab-pane .tab-pane-box {
  background-color: white;
  border: 1px solid #DFE0E4;
  padding: 10px;
  margin-top: 10px;
}
#mobile-content-placeholder-1 .tab-pane .tab-pane-box:first-child,
.span3 .tab-pane .tab-pane-box:first-child {
  margin-top: 0;
}
#mobile-content-placeholder-1 .tab-pane .tab-pane-box ul,
.span3 .tab-pane .tab-pane-box ul {
  list-style-type: none;
  margin: 0;
}
#mobile-content-placeholder-1 .tab-pane .tab-pane-box hr,
.span3 .tab-pane .tab-pane-box hr {
  margin: 5px 0;
}
#mobile-content-placeholder-1 .nav-tabs > .active > a,
.span3 .nav-tabs > .active > a,
#mobile-content-placeholder-1 .nav-tabs > .active > a:hover,
.span3 .nav-tabs > .active > a:hover {
  border-color: #DFE0E4;
  background-color: #EAEBEF;
  color: black;
}
#mobile-content-placeholder-1 .nav-tabs > .active > a,
.span3 .nav-tabs > .active > a,
#mobile-content-placeholder-1 .nav-tabs > .active > a:hover,
.span3 .nav-tabs > .active > a:hover {
  border-bottom: 1px solid #EAEBEF;
}
.related-news-tab a {
  color: black;
  font-weight: bold;
}
.related-news-tab li {
  color: #a2a2a2;
}
.course-right-cms-content .tab-pane iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.js [menu] {
  display: none;
}
.select2-container {
  width: 100%;
  margin-bottom: 20px;
}
.select2-container .select2-choice {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #0099CB;
  filter: none;
  border: 0;
  color: #fff;
  line-height: 38px;
  height: auto;
  padding-left: 11px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.select2-container .select2-choice .select2-arrow {
  background: url('/Templates/PrimarySite/ui/img/form/select-menu-icon.png') 0 0 no-repeat;
  width: 37px;
  height: 38px;
  border: none;
  filter: none;
}
label.featured-title {
  text-align: right;
  font-family: 'HelveticaNeueW01-95Blac';
  font-size: 12px;
  text-transform: uppercase;
}
label.featured-title strong,
label.featured-title b {
  font-weight: normal;
}
.select2-container,
.select2-results {
  font-family: 'HelveticaNeueW01-95Blac';
  text-transform: uppercase;
}
.select2-results .select2-highlighted {
  background: #333367;
}
.select2-results li {
  line-height: 38px;
}
.select2-results .select2-result-label {
  padding: 0 7px;
}
.select2-drop {
  color: #fff;
}
.select2-search {
  display: none !important;
}
.select2-drop {
  background: #0099CB;
  margin-top: 4px;
}
/**
Search Form Featured

@usage div.form-search-featured
**/
.shadow-project {
  position: relative;
}
.shadow-project:before,
.shadow-project:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 13px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.shadow-project:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
@media (max-width: 767px) {
  .shadow-project:before,
  .shadow-project:after {
    display: none;
  }
}
.research-main-content .form-search-featured,
.research-main-content .search-box {
  background: #0199CB;
  color: #ffffff;
  position: relative;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 23px;
  margin-right: 15px;
  height: 74px;
  font-size: 24.071px;
  font-family: 'HelveticaNeueW01-95Blac';
  text-transform: uppercase;
  line-height: 1.05;
  text-shadow: 0px 1px 0px #000000;
}
.research-main-content .form-search-featured:before,
.research-main-content .search-box:before,
.research-main-content .form-search-featured:after,
.research-main-content .search-box:after {
  content: ' ';
  background-color: #0199cb;
  position: absolute;
  width: 15px;
  display: block;
  right: -15px;
}
.research-main-content .form-search-featured:before,
.research-main-content .search-box:before {
  bottom: 15px;
  top: 0;
}
.research-main-content .form-search-featured:after,
.research-main-content .search-box:after {
  height: 0;
  bottom: 0;
  border-top: 15px solid #0199cb;
  border-right: 15px solid transparent;
  width: 0;
  background: 0;
}
@media (max-width: 767px) {
  .research-main-content .form-search-featured:before,
  .research-main-content .search-box:before,
  .research-main-content .form-search-featured:after,
  .research-main-content .search-box:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .research-main-content .form-search-featured,
  .research-main-content .search-box {
    margin-right: 0;
    background: transparent;
    text-shadow: none;
    color: #333366;
    margin-bottom: 10px;
  }
}
.research-main-content .form-search-featured.large,
.research-main-content .search-box.large {
  margin-right: 0;
  height: auto;
}
.research-main-content .form-search-featured.large h2,
.research-main-content .search-box.large h2 {
  margin-top: 29px;
}
.research-main-content .form-search-featured.large .form-wrapper,
.research-main-content .search-box.large .form-wrapper {
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.research-main-content .form-search-featured.large input[type=text],
.research-main-content .search-box.large input[type=text] {
  height: 58px;
  font-size: 1.2em;
}
.research-main-content .form-search-featured.large:after,
.research-main-content .search-box.large:after,
.research-main-content .form-search-featured.large:before,
.research-main-content .search-box.large:before {
  display: none;
}
.research-main-content .form-search-featured.large .featured-search-icon,
.research-main-content .search-box.large .featured-search-icon {
  top: 38px;
  right: 21px;
}
.research-main-content .form-search-featured .form-wrapper,
.research-main-content .search-box .form-wrapper {
  margin-left: 160px;
  padding-top: 17px;
}
@media (max-width: 767px) {
  .research-main-content .form-search-featured .form-wrapper,
  .research-main-content .search-box .form-wrapper {
    margin-left: 0;
    padding-top: 0;
    position: relative;
  }
}
.research-main-content .form-search-featured input[type=text],
.research-main-content .search-box input[type=text] {
  background: #41B3D8;
  color: #ffffff;
  border: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: 38px;
  margin: 0;
  padding: 0;
  text-indent: 10px;
}
.research-main-content .form-search-featured .featured-search-icon,
.research-main-content .search-box .featured-search-icon {
  background: url('/Templates/PrimarySite/ui/img/layout/featured-search-icon.png') no-repeat 50% 50%;
  height: 21px;
  width: 21px;
  display: block;
  position: absolute;
  top: 26px;
  right: 2px;
  padding-left: 30px;
  border: 0;
  border-left: 1px solid #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 767px) {
  .research-main-content .form-search-featured .featured-search-icon,
  .research-main-content .search-box .featured-search-icon {
    top: 8px;
  }
}
.research-main-content .form-search-featured h2,
.research-main-content .search-box h2 {
  color: #ffffff;
  font-family: 'HelveticaNeueW02-Thin';
  line-height: 1em;
  float: left;
  margin-top: 16px;
  margin-left: 16px;
  font-size: 20px;
  max-width: 140px;
}
.research-main-content .form-search-featured h2 b,
.research-main-content .search-box h2 b {
  font-family: 'HelveticaNeueW02-75Bold';
  font-weight: normal;
  display: block;
}
@media (max-width: 767px) {
  .research-main-content .form-search-featured h2,
  .research-main-content .search-box h2 {
    float: none;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    color: #333366;
  }
  .research-main-content .form-search-featured h2 b,
  .research-main-content .search-box h2 b {
    display: inline;
  }
}
/**
List with angle bracket bullet
**/
h2[class*=featured-title] + ul,
ul.list-arrow {
  list-style-type: none;
  margin: 0 0 20px 0;
}
h2[class*=featured-title] + ul li,
ul.list-arrow li {
  background: url('/Templates/PrimarySite/ui/img/layout/list-arrow.png') no-repeat 0 50%;
  padding: 3px 0 3px 16px;
  font-size: 15px;
}
h2[class*=featured-title] + ul li a,
ul.list-arrow li a {
  color: #000000;
}
h2[class*=featured-title] + ul.white li,
ul.list-arrow.white li {
  background: url('/Templates/PrimarySite/ui/img/layout/list-arrow-white.png') no-repeat 0 50%;
  color: #ffffff;
}
h2[class*=featured-title] + ul.white li a,
ul.list-arrow.white li a {
  color: #ffffff;
}
.arrowButton .prevArrow,
.arrowButton .nextArrow,
.nav-next,
.nav-prev {
  position: absolute;
  width: 55px;
  height: 54px;
  display: block;
  top: 110px;
}
.arrowButton .nextArrow,
.nav-next {
  right: -28px;
  background: url('/Templates/PrimarySite/ui/img/layout/sprite.png') no-repeat;
  background-position: 0 -176px;
  width: 55px;
  height: 54px;
}
.arrowButton .nextArrow:hover,
.nav-next:hover {
  background-position: 0 -235px;
  width: 55px;
  height: 54px;
}
.arrowButton .prevArrow,
.nav-prev {
  left: -28px;
  background: url('/Templates/PrimarySite/ui/img/layout/sprite.png') no-repeat;
  background-position: 0 -58px;
  width: 55px;
  height: 54px;
}
.arrowButton .prevArrow:hover,
.nav-prev:hover {
  background-position: 0 -117px;
  width: 55px;
  height: 54px;
}
.home-top-title {
  min-height: 170px;
  _height: 170px;
  padding-top: 20px;
}
.slider-wrapper {
  overflow: visible !important;
  position: relative;
  width: 940px;
  margin: 0 auto;
}
.home .page-body {
  background-color: #EFEFEF;
}
.carousel {
  margin-bottom: 0;
  padding-bottom: 35px;
  background-color: #EFEFEF;
  line-height: 16px;
}
.carousel .item {
  min-height: 660px;
}
.carousel .item .container {
  position: relative;
}
.carousel .item .container .item-wrapper {
  position: absolute;
}
.carousel-control {
  top: 130px;
}
.carousel-nav {
  position: absolute;
  top: 15px;
  z-index: 1;
  left: 50%;
  width: 940px;
  margin-left: -470px;
}
#course-detail #course-contents {
  margin: 0;
}
#course-detail #course-contents li {
  list-style-type: none;
  margin-bottom: 10px;
  font-family: 'HelveticaNeueW01-95Blac', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  letter-spacing: 1.5px;
  letter-spacing: 0;
}
#course-detail #course-contents li a {
  border: 1px solid #e4e4e4;
  background: #fcfbf9;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e4e4e4), color-stop(1, #fcfbf9));
  background: -ms-linear-gradient(bottom, #e4e4e4, #fcfbf9);
  background: -moz-linear-gradient(center bottom, #e4e4e4 0%, #fcfbf9 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1em;
  padding: 5px 5px 5px 10px;
  display: block;
  color: #434343;
  outline: none;
}
#course-detail #course-contents li a:hover,
#course-detail #course-contents li .current {
  border: 1px solid #0066cb;
  background: #0985cf;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0985cf), color-stop(1, #0066cb));
  background: -ms-linear-gradient(bottom, #0985cf, #0066cb);
  background: -moz-linear-gradient(center bottom, #0985cf 0%, #0066cb 100%);
  text-decoration: none;
  color: white;
}
#course-detail #course-description h3 {
  padding-top: 15px;
  background: url('/Templates/PrimarySite/ui/img/layout/divider.png') top repeat-x;
  margin: 10px 0;
  color: #0985cf;
  text-transform: uppercase;
}
#course-detail #course-description .pdf-download h3 {
  padding-top: 0;
  background: none;
  margin: 0;
  color: black;
}
#course-detail .course-title {
  color: #0985cf;
  background-color: white;
  position: relative;
  margin-top: -56px;
  margin-bottom: 20px;
  z-index: 10;
  font-family: 'HelveticaNeueW01-95Blac', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  letter-spacing: 1.5px;
}
#course-detail .sticky-top {
  position: fixed;
  top: 10px;
}
#course-detail #course-description .cycle-wrapper,
.cycle-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
#course-detail #course-description .cycle-wrapper .cycle-nav,
.cycle-wrapper .cycle-nav {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 10;
}
#course-detail #course-description .cycle-wrapper .cycle-nav a,
.cycle-wrapper .cycle-nav a {
  overflow: hidden;
  text-indent: -50px;
  display: block;
  float: left;
  margin-right: 5px;
  outline: none;
  background: url('/Templates/PrimarySite/ui/img/layout/sprite.png') no-repeat;
  background-position: 0 -471px;
  width: 17px;
  height: 17px;
}
#course-detail #course-description .cycle-wrapper .cycle-nav .activeSlide,
.cycle-wrapper .cycle-nav .activeSlide {
  background-position: 0 -449px;
  width: 17px;
  height: 17px;
}
#course-detail #course-description .cycle-wrapper .item,
.cycle-wrapper .item {
  height: 190px;
  overflow: hidden;
  display: none;
}
#course-detail #course-description .cycle-wrapper .item:first-child,
.cycle-wrapper .item:first-child {
  display: block;
}
#course-detail #course-description .cycle-wrapper .cycle-caption,
.cycle-wrapper .cycle-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: 'HelveticaNeueW01-95Blac', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  letter-spacing: 1.5px;
}
#course-detail #course-description .cycle-wrapper .cycle-caption h3,
.cycle-wrapper .cycle-caption h3 {
  border-width: 10px 10px 0 0;
  border-color: white;
  border-style: solid;
  color: white;
  background-image: none;
  background-color: #D52D2D;
  text-transform: uppercase;
  padding: 5px 10px;
  display: inline-block;
  line-height: 1em;
  font-family: inherit;
  margin-bottom: 0;
}
#course-detail #course-description .cycle-wrapper .cycle-caption h3 a,
.cycle-wrapper .cycle-caption h3 a {
  color: white;
}
#course-detail #course-description .cycle-wrapper .cycle-caption p,
.cycle-wrapper .cycle-caption p {
  background-color: white;
  color: #0985cf;
  margin-bottom: 0;
  padding: 5px 10px 0;
  font-weight: bold;
  font-family: inherit;
  font-size: 1.1em;
}
.course-open-days ul {
  margin: 0;
  padding: 0;
}
.course-open-days ul li {
  margin: 0 5px 10px 0;
  padding: 0;
  display: block;
  float: left;
  color: white;
  line-height: 2em;
  background-color: #0066cb;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 0 5px;
  font-weight: bold;
  width: 43px;
  overflow: hidden;
  text-shadow: -1px 0 0 #013c66;
}
.course-open-days ul li a {
  color: white;
}
.result-item .checkbox {
  font-weight: bold;
}
.course-related a {
  display: block;
  margin-bottom: 10px;
}
.course-contents .affix {
  position: fixed;
  top: 10px;
  -webkit-overflow-scrolling: touch;
}
.course-contents .affix-top {
  position: static;
}
.course-contents .affix-bottom {
  position: absolute;
  top: auto;
  bottom: 10px;
}
.lt-ie8 #course-detail .course-title {
  display: inline-block;
}
.lt-ie8 .signpost h3 p {
  overflow: visible;
}
.search-box {
  border-width: 1px 1px 2px;
  border-style: solid;
  border-color: #E6E7EC #E6E7EC #A2A2A2;
  background: #f6f7fc;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dadae4), color-stop(1, #f6f7fc));
  background: -ms-linear-gradient(bottom, #dadae4, #f6f7fc);
  background: -moz-linear-gradient(center bottom, #dadae4 0%, #f6f7fc 100%);
  padding: 10px;
}
.search-box h3 {
  text-transform: uppercase;
}
.search-box h3 .tagline {
  font-size: 0.5em;
  font-weight: normal;
  font-family: Arial, sans-serif;
  letter-spacing: 1px;
}
.search-box .form-inline {
  margin: 6px 0;
}
.result-taxonomies ul {
  margin: 0;
  list-style-type: none;
  display: inline;
}
.search-matches {
  padding: 20px 0 10px;
  font-size: 1.2em;
}
.result-compare {
  border-width: 1px 0;
  border-color: #e4e4e4;
  border-style: solid;
  padding: 7px 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.result-compare label.checkbox {
  margin-top: 5px;
  font-weight: bold;
}
.result-compare .btn {
  float: right;
}
#ddlPageSize {
  float: right;
  width: auto;
}
.table-comparison th {
  font-weight: 900;
}
.table-comparison th:nth-child(even),
.table-comparison td:nth-child(even) {
  background-color: #F9F9F9;
}
.comparison-buttons {
  margin-top: 20px;
  margin-bottom: 20px;
}
.comparison-buttons .btn-right .btn {
  float: right;
  margin-left: 10px;
  display: block;
}
#btnUpdatePageSize {
  float: right;
  margin-right: 20px;
}
.paginationRow {
  padding: 10px 0;
}
.still-not-found {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
.currently-filtered h3 {
  font-size: 1.1em;
  font-family: 'HelveticaNeueW01-95Blac', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  letter-spacing: 1.5px;
  letter-spacing: 0;
}
.currently-filtered .divider {
  margin-top: 5px;
}
.currently-filtered ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.currently-filtered ul li {
  margin: 0 0 0 25px;
  border-bottom: 1px solid #CCCCCC;
  line-height: 25px;
}
.currently-filtered ul li a {
  margin: 4px 0 0 -25px;
  display: block;
  float: left;
  height: 19px;
  width: 19px;
  background: url('/Templates/PrimarySite/ui/img/layout/wizard_close_icon.png') no-repeat;
  overflow: hidden;
  text-indent: -100px;
}
.currently-filtered ul li:last-child {
  border-bottom: 0;
  margin-bottom: 10px;
}
.currently-filtered .clearall {
  float: right;
  width: 40%;
  font-size: 11px;
  margin-bottom: 0;
}
.currently-filtered .divider-btn {
  float: left;
  width: 45%;
}
.compare-input label {
  margin-bottom: 16px;
}
#results {
  position: relative;
}
#contactus .contactus-wrapper {
  background-color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 20px;
}
#contactus .contact-form,
#contactus .telephone-details,
#contactus .postal-address {
  margin: 15px;
  padding: 15px;
}
#contactus .contact-form {
  border: 1px solid #e4e4e4;
  background-color: #F7F7F9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
[paginate] .search-box,
#site-search .search-box {
  border: 0;
  background: none;
  padding: 0 0 20px 0;
}
[paginate] .search-box input[type=text],
#site-search .search-box input[type=text] {
  height: 30px;
}
[paginate] .search-box .btn,
#site-search .search-box .btn {
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
[paginate] .matchTitle,
#site-search .matchTitle {
  text-transform: uppercase;
  font-size: 2em;
  margin: 5px 0;
  color: #0066cb;
}
[paginate] .divider,
#site-search .divider,
[paginate] .compare-input,
#site-search .compare-input {
  display: none;
}
[paginate] .paginationRow,
#site-search .paginationRow {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
[paginate] .paginationRow select,
#site-search .paginationRow select {
  float: right;
  margin: 0;
  width: 120px;
}
[paginate] .result-item,
#site-search .result-item {
  padding-top: 10px;
  border-top: 1px solid #e4e4e4;
}
[paginate] .currently-filtered,
#site-search .currently-filtered {
  margin-bottom: 10px;
}
[paginate] #btnUpdatePageSize,
#site-search #btnUpdatePageSize {
  clear: both;
  margin: 10px 0 0;
}
[paginate] .black,
#site-search .black {
  color: #000;
}
#event-calendar h1 {
  color: #0985cf;
  text-transform: uppercase;
}
#event-calendar .simple-accordion .btn {
  float: right;
  margin-right: 0;
}
#event-calendar .paginationRow {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  margin-top: 10px;
}
#event-calendar .result-item {
  border-bottom: 1px solid #e4e4e4;
  padding-top: 20px;
  padding-bottom: 20px;
}
#event-calendar .result-item p {
  margin-bottom: 0.5em;
}
#event-calendar .result-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
#event-calendar .result-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
#event-calendar .btn {
  display: block;
  float: left;
  margin: 10px 10px 10px 0;
}
#event-calendar .ui-datepicker {
  margin-bottom: 10px;
}
.result-date .event-date-month {
  display: block;
  background-color: #d52c2e;
  color: white;
  text-align: center;
  padding: 3px 0;
  font-weight: bold;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
.result-date .event-date-day {
  display: block;
  font-size: 3.5em;
  font-weight: bold;
  text-align: center;
  background: #fafbfe;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dadae4), color-stop(1, #fafbfe));
  background: -ms-linear-gradient(bottom, #dadae4, #fafbfe);
  background: -moz-linear-gradient(center bottom, #dadae4 0%, #fafbfe 100%);
  padding: 15px 0;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  color: #545557;
}
#sitemap h2,
#sitemap h3 {
  color: #0985cf;
}
#sitemap h3 {
  margin-bottom: 10px;
}
#sitemap h4 a {
  text-transform: uppercase;
  color: #000;
  margin-bottom: 5px;
}
#sitemap ul {
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0;
}
#sitemap ul li {
  border-bottom: 1px solid #e4e4e4;
  display: block;
  line-height: 28px;
}
#sitemap ul li:last-child {
  border-bottom: 0;
}
.error-wrapper h1 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.error-wrapper h3 {
  margin-bottom: 10px;
}
.error-wrapper .overview {
  padding: 10px 0;
}
.error-wrapper .overview p {
  font-size: 2.8em;
  font-family: 'HelveticaNeueW01-95Blac';
  line-height: 1.4em;
}
.error-wrapper #searchbox {
  padding: 10px 0;
}
.error-wrapper #searchbox input[type=text] {
  width: 50%;
  height: 30px;
}
.error-wrapper #searchbox input.btn {
  margin-top: 7px;
  margin-left: 10px;
  padding: 4px 20px;
}
.error-wrapper ul {
  list-style-image: url(/Templates/PrimarySite/ui/img/layout/blue-bullet.gif);
}
#mobilemap {
  background-color: white;
  padding: 10px;
}
#mobilemap #backLink {
  margin-bottom: 10px;
}
#mobilemap .building-details {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#mobilemap .building-details .building-description {
  float: left;
  padding-left: 85px;
  width: auto;
}
#mobilemap .building-details .building-description .building-image {
  float: left;
  max-width: 75px;
  margin-left: -85px;
}
#mobilemap .building-details .building-description .btn {
  margin: 10px 0 0 0;
  width: 100px;
}
#mobilemap .building-details:last-child {
  border: 0;
  padding-bottom: 0;
}
#virtual-tour-container.step-page .tour-content-wrapper {
  margin: 20px 40px;
  position: relative;
}
#virtual-tour-container.step-page .social-links-wrapper {
  margin-right: 0;
  margin-top: -25px;
}
#virtual-tour-container.step-page .virtual-tours-step-innercontent {
  padding: 20px;
  border: 1px solid #e6e6e6;
  background-color: #f7f7f9;
  margin-top: 20px;
  margin-bottom: 30px;
  *zoom: 1;
}
#virtual-tour-container.step-page .virtual-tours-step-innercontent:before,
#virtual-tour-container.step-page .virtual-tours-step-innercontent:after {
  display: table;
  content: "";
  line-height: 0;
}
#virtual-tour-container.step-page .virtual-tours-step-innercontent:after {
  clear: both;
}
#virtual-tour-container.step-page .virtual-tours-step-innercontent h2,
#virtual-tour-container.step-page .virtual-tours-step-innercontent h3 {
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #virtual-tour-container.step-page .tour-content-wrapper {
    margin: 0;
  }
  #virtual-tour-container.step-page .mobile-title {
    text-transform: uppercase;
  }
  #virtual-tour-container.step-page .virtual-tours-step-innercontent {
    border: 0;
    background: transparent;
    padding: 0;
  }
}
#virtual-tour-container.landing .virtual-tour-content {
  padding: 20px 40px;
  -webkit-box-shadow: 0 1px 2px #c1c1c1;
  -moz-box-shadow: 0 1px 2px #c1c1c1;
  box-shadow: 0 1px 2px #c1c1c1;
  *zoom: 1;
}
#virtual-tour-container.landing .virtual-tour-content:before,
#virtual-tour-container.landing .virtual-tour-content:after {
  display: table;
  content: "";
  line-height: 0;
}
#virtual-tour-container.landing .virtual-tour-content:after {
  clear: both;
}
#virtual-tour-container.landing .virtual-tour-content > h2 {
  padding-bottom: 5px;
  text-transform: uppercase;
}
#virtual-tour-container.landing .virtual-tour-content > .divider {
  margin-top: 0;
}
#virtual-tour-container.landing .virtual-tour-content .btn-start {
  background: #eeeef6;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dbdbe5), color-stop(1, #eeeef6));
  background: -ms-linear-gradient(bottom, #dbdbe5, #eeeef6);
  background: -moz-linear-gradient(center bottom, #dbdbe5 0%, #eeeef6 100%);
  font-size: 1em;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  color: white;
  background: #d6e32b;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b4c023), color-stop(1, #d6e32b));
  background: -ms-linear-gradient(bottom, #b4c023, #d6e32b);
  background: -moz-linear-gradient(center bottom, #b4c023 0%, #d6e32b 100%);
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-text-shadow: 0 -2px 0 #b4c023;
  text-shadow: 0 -2px 0 #b4c023;
  margin-top: 40px;
  padding: 8px 20px;
}
#virtual-tour-container.landing .virtual-tour-content .btn-start:hover {
  background-image: none;
  background-color: #DBDBE5;
}
#virtual-tour-container.landing .virtual-tour-content .btn-start [class^="icon-"],
#virtual-tour-container.landing .virtual-tour-content .btn-start [class*=" icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */

}
#virtual-tour-container.landing .virtual-tour-content .btn-start [class^="icon-"].icon-large,
#virtual-tour-container.landing .virtual-tour-content .btn-start [class*=" icon-"].icon-large {
  line-height: .9em;
}
#virtual-tour-container.landing .virtual-tour-content .btn-start [class^="icon-"].icon-spin,
#virtual-tour-container.landing .virtual-tour-content .btn-start [class*=" icon-"].icon-spin {
  display: inline-block;
}
#virtual-tour-container.landing .virtual-tour-content .btn-start [class^="icon-"].pull-left.icon-2x,
#virtual-tour-container.landing .virtual-tour-content .btn-start [class*=" icon-"].pull-left.icon-2x,
#virtual-tour-container.landing .virtual-tour-content .btn-start [class^="icon-"].pull-right.icon-2x,
#virtual-tour-container.landing .virtual-tour-content .btn-start [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
#virtual-tour-container.landing .virtual-tour-content .btn-start [class^="icon-"].icon-spin.icon-large,
#virtual-tour-container.landing .virtual-tour-content .btn-start [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
#virtual-tour-container.landing .virtual-tour-content .btn-start:hover {
  background-image: none;
  background-color: #b4c023;
  color: white;
}
#virtual-tour-container.landing .virtual-tour-content .content-row {
  margin-top: 40px;
  position: relative;
}
#virtual-tour-container.landing .social-links-wrapper {
  margin-top: -34px;
  margin-right: 0;
}
@media (max-width: 768px) {
  #virtual-tour-container.landing .virtual-tour-content {
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent;
  }
  #virtual-tour-container.landing .virtual-tour-content .social-links-wrapper {
    margin: 0;
    float: none;
  }
  #virtual-tour-container.landing .virtual-tour-content .btn-start {
    margin-top: 20px;
  }
  #virtual-tour-container.landing .virtual-tour-content .content-row {
    margin-top: 20px;
  }
  #virtual-tour-container.landing .divider {
    display: none;
  }
}
#virtual-tour-container .btn-vt-prev {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -28px;
}
#virtual-tour-container .btn-vt-next {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -28px;
}
#virtual-tour-container .form-block select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  line-height: 32px;
  height: 32px;
  margin-bottom: 20px;
}
#virtual-tour-container .btn.back,
#virtual-tour-container .btn.forward {
  position: relative;
  margin-bottom: 0;
}
#virtual-tour-container .btn.back:before,
#virtual-tour-container .btn.forward:before {
  background: url(/Templates/PrimarySite/ui/img/layout/sprites/navigate-arrows.png) no-repeat;
  content: "";
  width: 11px;
  height: 15px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -9px;
}
@media (max-width: 768px) {
  #virtual-tour-container .btn.back,
  #virtual-tour-container .btn.forward {
    float: right !important;
    display: block;
    clear: both;
    margin-bottom: 10px;
  }
}
#virtual-tour-container .btn.back {
  text-align: right;
  padding-left: 20px;
  display: block;
  font-weight: bold;
  color: white;
  background: #0099cb;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0066cb), color-stop(1, #0099cb));
  background: -ms-linear-gradient(bottom, #0066cb, #0099cb);
  background: -moz-linear-gradient(center bottom, #0066cb 0%, #0099cb 100%);
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-text-shadow: 0 -2px 0 #0066cb;
  text-shadow: 0 -2px 0 #0066cb;
}
#virtual-tour-container .btn.back:hover {
  background-image: none;
  background-color: #0066cb;
  color: white;
}
#virtual-tour-container .btn.back:before {
  background-position: 100% 0;
}
#virtual-tour-container .btn.forward {
  text-align: left;
  padding-right: 20px;
  float: right;
}
#virtual-tour-container .btn.forward:before {
  left: auto;
  right: 5px;
  background-position: 0 0;
}
#virtual-tour-container .step1,
#virtual-tour-container .step2,
#virtual-tour-container .step3 {
  color: #ccc;
}
#virtual-tour-container .step1 .current,
#virtual-tour-container .step2 .current,
#virtual-tour-container .step3 .current {
  color: #000 !important;
}
#virtual-tour-container div[id$="iframeWrapper"] {
  margin-bottom: 20px;
}
#virtual-tour-container .home-top-title {
  min-height: auto;
  _height: auto;
}
.maincontentpath {
  margin-top: 20px;
  *zoom: 1;
}
.maincontentpath:before,
.maincontentpath:after {
  display: table;
  content: "";
  line-height: 0;
}
.maincontentpath:after {
  clear: both;
}
.maincontentpath.step1 {
  background: url(/Templates/PrimarySite/ui/img/layout/sprites/vt_step1.png) no-repeat;
}
.maincontentpath.step2 {
  background: url(/Templates/PrimarySite/ui/img/layout/sprites/vt_step2.png) no-repeat;
}
.maincontentpath.step3 {
  background: url(/Templates/PrimarySite/ui/img/layout/sprites/vt_step3.png) no-repeat;
}
@media (min-width: 768px) and (max-width: 979px) {
  .maincontentpath.step1 {
    background: url(/Templates/PrimarySite/ui/img/layout/sprites/vt_step1@724.png) no-repeat;
  }
  .maincontentpath.step2 {
    background: url(/Templates/PrimarySite/ui/img/layout/sprites/vt_step2@724.png) no-repeat;
  }
  .maincontentpath.step3 {
    background: url(/Templates/PrimarySite/ui/img/layout/sprites/vt_step3@724.png) no-repeat;
  }
}
.maincontentpath ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
.maincontentpath ul li {
  width: 33%;
  display: inline-block;
  font-weight: bold;
  text-indent: 28px;
  text-align: center;
}
.maincontentpath ul li span {
  display: inline-block;
  height: 60px;
  min-width: 72px;
}
.maincontentpath ul li:first-child {
  text-align: left;
}
.maincontentpath ul li:last-child {
  width: 29%;
  text-align: right;
}
.lt-ie8 .maincontentpath ul li {
  float: left;
  display: block;
}
select#sidenavMobile {
  display: none;
}
span.step1,
span.step2,
span.step3 {
  background: transparent;
}
.btn-vt-next,
.btn-vt-prev {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: auto;
  display: block;
  height: 57px !important;
  width: 38px !important;
}
.btn-vt-next {
  background: url(/Templates/PrimarySite/ui/img/layout/sprites/vt_rightarrow.png) no-repeat;
  margin-left: 10px;
}
.btn-vt-next:hover {
  background: url(/Templates/PrimarySite/ui/img/layout/sprites/vt_rightarrow_selected.png) no-repeat;
}
.btn-vt-prev {
  background: url(/Templates/PrimarySite/ui/img/layout/sprites/vt_leftarrow.png) no-repeat;
  margin-right: 10px;
}
.btn-vt-prev:hover {
  background: url(/Templates/PrimarySite/ui/img/layout/sprites/vt_leftarrow_selected.png) no-repeat;
}
.title {
  text-transform: uppercase;
}
.title h2 {
  padding-left: 10px;
  padding-right: 10px;
}
.title hr {
  background: url(/Templates/PrimarySite/ui/img/layout/sprites/title-bar.png) repeat-x;
  height: 13px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
}
.virtual-tour .social-links-wrapper {
  margin-top: 5px;
  margin-right: 30px;
  float: right;
}
.virtual-tour #main-content {
  background-color: white;
  margin-bottom: 20px;
}
.virtual-tour .home-top-title {
  min-height: inherit;
}
.virtual-tour .virtual-tour-content {
  background-color: white;
}
.virtual-tour .virtual-tour-content h2 {
  padding: 10px;
}
span.radio {
  padding: 0px;
  display: inline-block;
}
span.radio > input[type="radio"] {
  margin: 8px -5px 7px 0px;
}
span.radio > label {
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0px 5px 0px 10px;
}
.tournav {
  list-style-type: none;
  margin-left: 0;
  margin-top: 20px;
}
.tournav li hr {
  margin-top: 12px;
  margin-bottom: 12px;
}
.tournav li a {
  text-decoration: none;
  color: #444444;
  text-transform: uppercase;
  font-family: "HelveticaNeueW01-95Blac";
  position: relative;
  display: block;
  padding-right: 20px;
}
.tournav li a:before {
  border-radius: 50% 50% 50% 50%;
  content: " ";
  display: inline-block;
  height: 15px;
  left: 0;
  width: 15px;
  position: absolute;
}
.tournav li a:visited {
  color: #999999;
}
.tournav li a.current {
  color: #0066cc !important;
}
.tournav li a.Tour360:after {
  background: url(/Templates/PrimarySite/ui/img/layout/sprites/icon_360.png) no-repeat;
  height: 23px;
  width: 24px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}
.tournav li a.Video:after {
  background: url(/Templates/PrimarySite/ui/img/layout/sprites/icon_video.png) no-repeat;
  height: 23px;
  width: 24px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}
.tournav li a.Photo:after {
  background: url(/Templates/PrimarySite/ui/img/layout/sprites/icon_photo.png) no-repeat;
  height: 23px;
  width: 24px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}
@media (max-width: 767px) {
  .maincontentpath {
    display: block;
    min-height: 70px;
  }
  .maincontentpath.step1 {
    background: url(/Templates/PrimarySite/ui/img/layout/sprites/vt_step1_mobile.png) no-repeat;
  }
  .maincontentpath.step2 {
    background: url(/Templates/PrimarySite/ui/img/layout/sprites/vt_step2_mobile.png) no-repeat;
  }
  .maincontentpath.step3 {
    background: url(/Templates/PrimarySite/ui/img/layout/sprites/vt_step3_mobile.png) no-repeat;
  }
  #containerUL {
    display: none;
  }
  img#contentImage {
    display: none;
  }
  .content-row .span1 {
    display: none;
  }
  .content-row .span10 {
    position: relative;
  }
  .virtual-tour #main-content {
    margin-bottom: 0;
  }
  .virtual-tour .virtual-tour-content {
    position: relative;
  }
  .virtual-tour .virtual-tour-content iframe {
    top: 0;
    left: 0;
    width: 100%;
  }
  .start-button {
    margin-top: 10px;
  }
  .virtual-tours-form {
    background-color: transparent;
    border: 0;
  }
  .virtual-tours-form span.radio {
    display: block;
  }
  .virtual-tours-form span.radio label {
    float: none;
    display: block;
    padding: 5px 5px 5px 20px;
    font-size: 17px;
  }
  .virtual-tours-step-innercontent iframe {
    top: 0;
    left: 0;
    width: 100%;
  }
  select#sidenavMobile {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
  }
  ul.tournav {
    display: none;
  }
  h2.mobile-title {
    margin-left: 85px;
  }
  .vt-clear input[type="radio"] {
    clear: both;
  }
}
.research-main-content .simple-accordion .accordion-group + .accordion-group {
  margin-top: 20px;
}
.research-main-content .result-item .result-thumbnail {
  width: 250px;
}
.research-main-content .result-thumbnail {
  margin-right: 10px;
}
.research-main-content img + .title-pull {
  margin-top: -45px;
  margin-bottom: 20px;
}
@media (max-width: 979px) {
  .research-main-content img + .title-pull {
    margin-top: -46px;
  }
}
.research-main-content img + .title-pull .featured-title {
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
}
.research-main-content .radio input[type="radio"],
.research-main-content .checkbox input[type="checkbox"] {
  margin-left: -23px;
}
.research-main-content .checkbox {
  padding-left: 20px;
  margin-bottom: 7px;
}
.research-main-content .signpost-carousel .signpost {
  position: relative;
  overflow: visible;
}
.research-main-content .signpost-carousel .signpost:before,
.research-main-content .signpost-carousel .signpost:after {
  width: 50%;
  height: 15px;
  position: absolute;
  bottom: -16px;
  left: 0;
  background: url('/Templates/PrimarySite/ui/img/ResearchSection/signpost-shadow.png') no-repeat;
}
.research-main-content .signpost-carousel .signpost:after {
  left: auto;
  right: -10px;
  background-position: 100%;
}
.research-main-content .simple-accordion {
  margin-bottom: 20px;
}
.research-main-content .results-list + .paginationRow {
  margin-top: 20px;
}
.research-main-content .currently-filtered {
  margin-bottom: 20px;
}
.research-main-content ul.atoZ {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.research-main-content li.atoZ {
  float: left;
}
.research-main-content a.atoZ-link {
  display: block;
  cursor: pointer;
  width: 25px;
  background-color: #0088cc;
  color: white;
  text-align: center;
  line-height: 25px;
}
@media (max-width: 979px) {
  .research-main-content a.atoZ-link {
    line-height: 35px;
    width: 35px;
  }
}
.research-main-content a.atoZ-link-disabled {
  width: 25px;
  display: block;
  pointer-events: none;
  cursor: default;
  background-color: grey;
  color: white;
  text-align: center;
  line-height: 25px;
}
@media (max-width: 979px) {
  .research-main-content a.atoZ-link-disabled {
    line-height: 35px;
    width: 35px;
  }
}
.research-main-content a.atoZ-link-Reset {
  display: block;
  cursor: pointer;
  width: 50px;
  background-color: #0088cc;
  color: white;
  text-align: center;
  line-height: 25px;
}
@media (max-width: 979px) {
  .research-main-content a.atoZ-link-Reset {
    line-height: 35px;
    width: 140px;
  }
}
.research-main-content p.profile-Title {
  font-size: 16px;
  color: #333366;
  font-family: 'HelveticaNeueW02-45Ligh';
  font-weight: normal;
}
.research-main-content ul.left-nav {
  list-style-type: none;
  margin: 0;
}
.research-main-content ul.left-nav li {
  padding: 0px;
  margin-bottom: 5px;
}
.research-main-content ul.left-nav li a {
  background-color: #cfcfdf;
  color: black;
  padding: 5px 10px 5px 25px;
  display: block;
  text-decoration: none;
}
.research-main-content ul.left-nav li.selected {
  margin-top: 20px;
}
.research-main-content ul.left-nav li.selected a {
  color: white;
  background-color: #333366;
  text-transform: uppercase;
  display: block;
}
.research-main-content ul.left-nav li.selected ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
}
.research-main-content ul.left-nav li.selected ul li {
  list-style-image: url('/Templates/PrimarySite/ui/img/layout/footer_list_link.png');
  margin-left: 14px;
}
.research-main-content ul.left-nav li.selected ul li a {
  background-color: transparent;
  color: black;
}
.research-main-content .composite-content-list {
  margin-top: 30px;
}
.research-main-content .composite-content-list .pageXofY,
.research-main-content .composite-content-list .pageSize {
  display: none;
}
.research-main-content .composite-content-list .composite-content-header {
  *zoom: 1;
}
.research-main-content .composite-content-list .composite-content-header:before,
.research-main-content .composite-content-list .composite-content-header:after {
  display: table;
  content: "";
  line-height: 0;
}
.research-main-content .composite-content-list .composite-content-header:after {
  clear: both;
}
.research-main-content .composite-content-list .composite-content-header > .featured-title {
  border-bottom: 1px dotted #A9A9AB;
  padding: 16px 0;
}
.research-main-content .composite-content-list .composite-content-header > .featured-title > strong {
  display: inline;
}
.research-main-content .composite-content-list .composite-content-header > .featured-title + div > .pull-right {
  margin-top: -55px;
}
@media (max-width: 767px) {
  .research-main-content .composite-content-list .composite-content-header > .featured-title + div > .pull-right {
    margin-top: 0;
    float: none;
  }
}
.research-main-content .composite-content-list .composite-content-header label {
  line-height: 26px;
  font-weight: bold;
  text-align: right;
}
@media (max-width: 767px) {
  .research-main-content .composite-content-list .composite-content-header label {
    text-align: left;
    display: block;
    clear: both;
  }
}
.research-main-content .composite-content-list .composite-content-header .upper-title + div > .pull-right {
  margin-top: 6px;
}
.research-main-content .composite-content-list .composite-content-header select {
  margin-left: 10px;
  margin-bottom: 0;
  display: inline-block;
  width: 150px;
}
.research-main-content .composite-content-list .composite-content-header select + select {
  margin-right: 0;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .research-main-content .composite-content-list .composite-content-header select {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
  .research-main-content .composite-content-list .composite-content-header select + select {
    margin-left: 0;
  }
}
.research-main-content .composite-content-list h1 {
  font-size: 22px;
  float: left;
}
.ResearchSection #site-search .result-item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #e4e4e4;
}
@media (max-width: 767px) {
  .ResearchSection #site-search .result-item {
    border-bottom: 0;
  }
}
.ResearchSection #site-search .paginationRow {
  border-bottom: 1px dotted #e4e4e4;
  border-top: 1px dotted #e4e4e4;
}
.ResearchSection .research-introduction {
  margin-bottom: 20px;
}
.ResearchSection .research-introduction p {
  font-size: 15px;
}
.ResearchSection .research-introduction label {
  font-family: 'HelveticaNeueW01-95Blac';
  font-weight: normal;
  text-align: right;
  text-transform: uppercase;
}
.ResearchSection .featured-signpost {
  *zoom: 1;
}
.ResearchSection .featured-signpost:before,
.ResearchSection .featured-signpost:after {
  display: table;
  content: "";
  line-height: 0;
}
.ResearchSection .featured-signpost:after {
  clear: both;
}
.ResearchSection .featured-signpost div.snippet {
  max-height: 50px;
  overflow: hidden;
  margin-bottom: 5px;
}
.ResearchSection .featured-signpost div.snippet.quote {
  padding-left: 35px;
  background-image: url('/Templates/PrimarySite/ui/img/layout/quote.png');
  background-position: top left;
  background-repeat: no-repeat no-repeat;
}
.ResearchSection .featured-signpost div.snippet.quote + a {
  margin-left: 35px;
}
.ResearchSection .featured-signpost .corner-cut-white {
  float: left;
  margin-right: 10px;
}
.ResearchSection .featured-signpost blockquote {
  padding-top: 0;
  padding-left: 38px;
}
.ResearchSection .featured-signpost blockquote + .btn {
  margin-left: 38px;
}
.ResearchSection .featured-signpost .signpost-content {
  margin-left: 170px;
}
.ResearchSection .featured-signpost .signpost-content header {
  border-top: 1px dotted #a9a9ab;
  border-bottom: 1px dotted #a9a9ab;
  padding: 5px 0;
  margin: 0 0 5px;
}
.ResearchSection .featured-signpost .signpost-content header p.featured-header {
  font-family: 'HelveticaNeueW01-95Blac';
  color: #333333;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 0;
}
.ResearchSection .featured-signpost .signpost-content header h3 {
  font-family: 'HelveticaNeueW02-45Ligh';
  font-weight: normal;
  text-transform: uppercase;
  color: #333366;
  line-height: 1.1em;
  border: none;
  margin: 0;
  padding: 5px 0 0;
}
.ResearchSection .featured-signpost .signpost-content header h3[class*="featured"] b,
.ResearchSection .featured-signpost .signpost-content header h3[class*="featured"] strong {
  display: inline;
}
.ResearchSection .featured-signpost .signpost-content header h3 b {
  font-family: 'HelveticaNeueW01-95Blac';
  font-weight: normal;
}
.ResearchSection .featured-signpost .signpost-content header p.featured-author {
  text-transform: uppercase;
  color: #333366;
  margin: 0;
  padding: 0;
}
.ResearchSection .featured-signpost.expert p.featured-title {
  border-bottom: 1px dotted #a9a9ab;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #333366;
}
.ResearchSection #signpost-carousel {
  margin-top: 30px;
}
.ResearchSection #signpost-carousel.carousel {
  padding-bottom: 0;
  background-color: transparent;
}
.ResearchSection #signpost-carousel.carousel .item {
  min-height: inherit !important;
}
.ResearchSection hr {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAFUlEQVQImWNgQAJHjx79TyqHgYEBAMBnDTkyYGuKAAAAAElFTkSuQmCC);
  display: block;
  height: 20px;
  margin-top: 0;
}
.ResearchSection .break-out {
  padding: 10px;
  background-color: #f4f4f4;
}
.ResearchSection .break-out span {
  font-weight: bold;
}
.ResearchSection .break-out .corner-cut-white:before {
  border-right: 35px solid #f4f4f4;
}
.ResearchSection .break-out a {
  font-weight: bold;
}
.ResearchSection .break-out .result-thumbnail {
  margin-right: 0;
}
.ResearchSection .break-out .twitterLink {
  background-image: url('/Templates/PrimarySite/ui/img/layout/sprites/twitter.png');
  height: 25px;
  width: 25px;
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
}
.ResearchSection .break-out .linkedInLink {
  background-image: url('/Templates/PrimarySite/ui/img/layout/sprites/linkedin.png');
  height: 25px;
  width: 25px;
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
}
.ResearchSection .break-out .researchGate {
  background-image: url('/Templates/PrimarySite/ui/img/ResearchSection/ResearchGate_Logo.png');
  height: 25px;
  width: 70px;
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
}
.ResearchSection form {
  position: relative;
}
.ResearchSection .research-hero {
  position: relative;
}
.ResearchSection .research-hero .featured-title strong {
  display: inline-block;
}
.ResearchSection .research-hero a.nav-next,
.ResearchSection .research-hero a.nav-prev {
  position: absolute;
  height: 45px;
  width: 45px;
  bottom: 80px;
  top: inherit;
  background: none;
  display: inline-block;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .ResearchSection .research-hero a.nav-next,
  .ResearchSection .research-hero a.nav-prev {
    margin-bottom: 20px;
    position: static;
  }
}
.ResearchSection .research-hero a.nav-next {
  background-image: url("/Templates/PrimarySite/ui/img/ResearchSection/research-large-right-arrow.png");
  left: 17%;
  right: inherit;
}
@media (max-width: 767px) {
  .ResearchSection .research-hero a.nav-next {
    float: right;
    margin-right: 20px;
    position: static;
  }
}
.ResearchSection .research-hero a.nav-prev {
  background-image: url("/Templates/PrimarySite/ui/img/ResearchSection/research-large-left-arrow.png");
  margin-left: 0;
  margin-right: 5px;
  left: 13%;
}
@media (max-width: 767px) {
  .ResearchSection .research-hero a.nav-prev {
    margin-left: 20px;
    position: static;
  }
}
@media (max-width: 767px) {
  .ResearchSection .research-hero .carousel-inner {
    height: auto!important;
  }
}
.ResearchSection .research-hero .hero-video-wrapper {
  left: 50%;
  margin-left: -490px;
  width: 980px;
  visibility: hidden;
  z-index: 100;
}
@media (max-width: 979px) and (min-width: 768px) {
  .ResearchSection .research-hero .hero-video-wrapper {
    width: 724px !important;
    margin-left: -362px;
  }
}
.ResearchSection .research-hero .hero-video-wrapper .hero-video-inner {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.ResearchSection .research-hero .hero-video-wrapper .hero-video-inner iframe.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ResearchSection .research-hero .play {
  background-image: url("/Templates/PrimarySite/ui/img/play_button.png");
  display: block;
  float: left;
  height: 60px;
  left: 50%;
  margin-top: 220px;
  position: absolute;
  top: 0;
  width: 60px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.ResearchSection .research-hero .play:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .ResearchSection .research-hero .play {
    top: auto;
    bottom: 20px;
    margin-left: -30px;
  }
}
.ResearchSection .research-hero.video-playing {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .ResearchSection .research-hero.video-playing {
    margin-bottom: 0;
  }
}
.ResearchSection .research-hero.video-playing .nav-prev,
.ResearchSection .research-hero.video-playing .nav-next,
.ResearchSection .research-hero.video-playing h1,
.ResearchSection .research-hero.video-playing .overview {
  display: none !important;
}
@media (max-width: 767px) {
  .ResearchSection .research-hero.video-playing .overflow {
    margin-bottom: 0;
  }
}
.ResearchSection .research-hero.video-playing .hero-video-wrapper {
  visibility: visible;
}
.ResearchSection .research-hero.video-playing .item {
  height: 100% !important;
  min-height: 100% !important;
}
.ResearchSection .research-hero.video-playing .item.active {
  background: transparent !important;
}
.ResearchSection .research-hero.video-playing .carousel:before {
  content: ' ';
  display: block;
  background-image: url('/Templates/PrimarySite/ui/img/layout/close_icon.png') !important;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: 500px;
  cursor: pointer;
}
@media (max-width: 979px) and (min-width: 768px) {
  .ResearchSection .research-hero.video-playing .carousel:before {
    margin-left: 370px;
  }
}
@media (max-width: 767px) {
  .ResearchSection .research-hero.video-playing .item .research-hero-inner .overview,
  .ResearchSection .research-hero.video-playing .nav-prev,
  .ResearchSection .research-hero.video-playing .nav-next {
    display: block !important;
  }
  .ResearchSection .research-hero.video-playing .play {
    display: none;
  }
  .ResearchSection .research-hero.video-playing .hero-video-wrapper {
    width: 100%;
    /*height: 320px;*/
  
    margin: 0;
    position: relative;
    left: auto;
  }
  .ResearchSection .research-hero.video-playing .item .research-hero-inner .overview {
    margin-bottom: 0!important;
  }
}
.ResearchSection .research-hero .static-header {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 900;
}
@media (max-width: 767px) {
  .ResearchSection .research-hero .static-header {
    position: static;
  }
}
.ResearchSection .research-hero .static-header select + h1 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .ResearchSection .research-hero .static-header select + h1 {
    margin-top: 0;
    position: static;
  }
}
.ResearchSection .research-hero .static-header h1 {
  font-family: 'HelveticaNeueW02-45Ligh';
  font-weight: normal;
  font-size: 39px;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 0;
  background-color: #333367;
  width: auto;
  display: inline-block;
  color: white;
  padding: 15px 12px;
  line-height: 1em;
  text-transform: uppercase;
}
.ResearchSection .research-hero .static-header h1.light-blue {
  background-color: #0099cb;
}
.ResearchSection .research-hero .static-header h1.blue {
  background-color: #0985cf;
}
.ResearchSection .research-hero .static-header h1.dark-blue {
  background-color: #0066cb;
}
.ResearchSection .research-hero .static-header h1.red {
  background-color: #d52c2e;
}
.ResearchSection .research-hero .static-header h1.lime {
  background-color: #c1cd23;
}
.ResearchSection .research-hero .static-header h1.light-purple {
  background-color: #990099;
}
.ResearchSection .research-hero .static-header h1.purple {
  background-color: #333367;
}
.ResearchSection .research-hero .static-header h1.light-grey {
  background-color: #e4e4e4;
}
.ResearchSection .research-hero .static-header h1.grey {
  background-color: #a2a2a2;
}
.ResearchSection .research-hero .static-header h1.dark-grey {
  background-color: #8e8e8e;
}
.ResearchSection .research-hero .static-header h1.black {
  background-color: #000000;
}
.ResearchSection .research-hero .static-header h1.white {
  background-color: #ffffff;
}
.ResearchSection .research-hero .static-header h1.light-shadow {
  background-color: #c1c1c1;
}
@media (max-width: 767px) {
  .ResearchSection .research-hero .static-header h1 {
    line-height: 1em;
    margin-top: 20px;
  }
}
.ResearchSection .research-hero .static-header h1 b,
.ResearchSection .research-hero .static-header h1 strong {
  font-weight: normal;
  font-family: 'HelveticaNeueW01-95Blac';
}
.ResearchSection .research-hero .static-header .overview {
  bottom: 150px;
}
.ResearchSection .research-hero #research-section-scroller {
  padding-bottom: 0;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .ResearchSection .research-hero #research-section-scroller {
    margin-bottom: 0;
  }
}
.ResearchSection .research-hero #research-section-scroller .item {
  width: 100%;
  height: 507px;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 507px;
}
@media (max-width: 767px) {
  .ResearchSection .research-hero #research-section-scroller .item {
    min-height: 0;
    height: auto;
    background: none !important;
  }
}
.ResearchSection .research-hero #research-section-scroller .item .video {
  width: 100%;
  height: 507px;
  position: absolute;
}
.ResearchSection .research-hero #research-section-scroller .item .research-hero-inner {
  height: 507px;
}
@media (max-width: 767px) {
  .ResearchSection .research-hero #research-section-scroller .item .research-hero-inner {
    height: auto;
  }
}
.ResearchSection .research-hero #research-section-scroller .item .research-hero-inner a.nav-next,
.ResearchSection .research-hero #research-section-scroller .item .research-hero-inner a.nav-prev {
  position: absolute;
  height: 45px;
  width: 45px;
  bottom: 80px;
  top: inherit;
  background: none;
  display: inline-block;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .ResearchSection .research-hero #research-section-scroller .item .research-hero-inner a.nav-next,
  .ResearchSection .research-hero #research-section-scroller .item .research-hero-inner a.nav-prev {
    margin-bottom: 20px;
  }
}
.ResearchSection .research-hero #research-section-scroller .item .research-hero-inner a.nav-next {
  background-image: url("/Templates/PrimarySite/ui/img/ResearchSection/research-large-right-arrow.png");
  left: 55px;
  right: inherit;
}
@media (max-width: 767px) {
  .ResearchSection .research-hero #research-section-scroller .item .research-hero-inner a.nav-next {
    float: right;
    margin-right: 20px;
    position: static;
  }
}
.ResearchSection .research-hero #research-section-scroller .item .research-hero-inner a.nav-prev {
  background-image: url("/Templates/PrimarySite/ui/img/ResearchSection/research-large-left-arrow.png");
  margin-left: 0;
  margin-right: 5px;
  left: 0px;
}
@media (max-width: 767px) {
  .ResearchSection .research-hero #research-section-scroller .item .research-hero-inner a.nav-prev {
    margin-left: 20px;
    position: static;
  }
}
.ResearchSection .research-hero #research-section-scroller .item .research-hero-inner .select2-container {
  width: 260px;
  clear: both;
  display: block;
  margin-left: 0;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .ResearchSection .research-hero #research-section-scroller .item .research-hero-inner .select2-container {
    width: auto;
    margin-top: 20px;
  }
}
.ResearchSection .research-hero #research-section-scroller .item .research-hero-inner .overview {
  margin-left: 0;
  background-color: rgba(177, 186, 198, 0.8);
  display: table;
  padding: 18px;
  font-weight: bold;
  width: 340px;
  position: relative;
  overflow-y: hidden;
  margin-top: 160px;
}
.ResearchSection .research-hero #research-section-scroller .item .research-hero-inner .overview p.featured-header {
  font-family: 'HelveticaNeueW01-95Blac';
  color: #333333;
  text-transform: uppercase;
  font-size: 12px;
  border-top: 1px dotted #a9a9ab;
  padding-top: 10px;
  margin-bottom: 0;
}
.ResearchSection .research-hero #research-section-scroller .item .research-hero-inner .overview p {
  font-size: 15px;
  font-weight: normal;
}
.ResearchSection .research-hero #research-section-scroller .item .research-hero-inner .overview p strong {
  font-family: 'HelveticaNeueW01-95Blac';
  font-weight: normal;
}
.ResearchSection .research-hero #research-section-scroller .item .research-hero-inner .overview h2 {
  color: #333367;
  font-size: 22px;
  font-family: 'HelveticaNeueW01-95Blac';
  line-height: 1em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.ResearchSection .research-hero #research-section-scroller .item .research-hero-inner .overview h2 a {
  color: #333367;
  text-deocration: none;
}
.ResearchSection .research-hero #research-section-scroller .item .research-hero-inner .overview h2 a:hover {
  text-decoration: none;
}
.ResearchSection .research-hero #research-section-scroller .item .research-hero-inner .overview:before,
.ResearchSection .research-hero #research-section-scroller .item .research-hero-inner .overview:after {
  content: ' ';
  background-color: rgba(177, 186, 198, 0.8);
  position: absolute;
  width: 23px;
  display: block;
  right: -23px;
}
.ResearchSection .research-hero #research-section-scroller .item .research-hero-inner .overview:before {
  bottom: 23px;
  top: 0;
}
.ResearchSection .research-hero #research-section-scroller .item .research-hero-inner .overview:after {
  height: 0;
  bottom: 0;
  border-top: 23px solid rgba(177, 186, 198, 0.8);
  border-right: 23px solid transparent;
  width: 0;
  background: 0;
}
@media (max-width: 767px) {
  .ResearchSection .research-hero #research-section-scroller .item .research-hero-inner .overview:before,
  .ResearchSection .research-hero #research-section-scroller .item .research-hero-inner .overview:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .ResearchSection .research-hero #research-section-scroller .item .research-hero-inner .overview {
    margin-top: 0;
    margin-bottom: 100px;
    width: 100%;
    box-sizing: border-box;
  }
}
.ResearchSection .research-hero #research-section-scroller .item .research-hero-inner .overview a.readmore {
  color: black;
  display: inline-block;
  background-color: white;
  text-transform: uppercase;
  padding: 5px 7px;
  font-family: 'HelveticaNeueW01-95Blac';
  margin-top: 5px;
}
@media (max-width: 767px) {
  .ResearchSection .research-hero #research-section-scroller .item .research-hero-inner .carousel-inner {
    height: auto!important;
  }
}
.ResearchSection .research-hero #research-section-scroller .item .research-hero-inner .carousel-inner .item .container {
  position: relative;
  z-index: 3;
}
.ResearchSection .research-hero .carousel-nav a.nav-next,
.ResearchSection .research-hero .carousel-nav a.nav-prev {
  display: inline-block;
  position: absolute;
  bottom: 100px;
}
.ResearchSection .research-main-content {
  background-color: white;
  padding: 20px;
}
.ResearchSection .research-main-content h1 {
  font-family: 'HelveticaNeueW02-45Ligh';
  font-weight: normal;
  color: #333366;
  margin-bottom: 0px;
}
.ResearchSection .research-main-content h1 b,
.ResearchSection .research-main-content h1 strong {
  font-family: 'HelveticaNeueW01-95Blac';
  font-weight: normal;
}
.ResearchSection .research-main-content .title-pull h1.light-blue,
.ResearchSection .research-main-content .title-pull h2.light-blue,
.ResearchSection .research-main-content .title-pull h3.light-blue,
.ResearchSection .research-main-content .title-pull h4.light-blue,
.ResearchSection .research-main-content .title-pull h5.light-blue,
.ResearchSection .research-main-content .title-pull h6.light-blue {
  color: white;
  background-color: #0099cb;
}
.ResearchSection .research-main-content .title-pull h1.blue,
.ResearchSection .research-main-content .title-pull h2.blue,
.ResearchSection .research-main-content .title-pull h3.blue,
.ResearchSection .research-main-content .title-pull h4.blue,
.ResearchSection .research-main-content .title-pull h5.blue,
.ResearchSection .research-main-content .title-pull h6.blue {
  color: white;
  background-color: #0985cf;
}
.ResearchSection .research-main-content .title-pull h1.dark-blue,
.ResearchSection .research-main-content .title-pull h2.dark-blue,
.ResearchSection .research-main-content .title-pull h3.dark-blue,
.ResearchSection .research-main-content .title-pull h4.dark-blue,
.ResearchSection .research-main-content .title-pull h5.dark-blue,
.ResearchSection .research-main-content .title-pull h6.dark-blue {
  color: white;
  background-color: #0066cb;
}
.ResearchSection .research-main-content .title-pull h1.red,
.ResearchSection .research-main-content .title-pull h2.red,
.ResearchSection .research-main-content .title-pull h3.red,
.ResearchSection .research-main-content .title-pull h4.red,
.ResearchSection .research-main-content .title-pull h5.red,
.ResearchSection .research-main-content .title-pull h6.red {
  color: white;
  background-color: #d52c2e;
}
.ResearchSection .research-main-content .title-pull h1.lime,
.ResearchSection .research-main-content .title-pull h2.lime,
.ResearchSection .research-main-content .title-pull h3.lime,
.ResearchSection .research-main-content .title-pull h4.lime,
.ResearchSection .research-main-content .title-pull h5.lime,
.ResearchSection .research-main-content .title-pull h6.lime {
  color: white;
  background-color: #c1cd23;
}
.ResearchSection .research-main-content .title-pull h1.light-purple,
.ResearchSection .research-main-content .title-pull h2.light-purple,
.ResearchSection .research-main-content .title-pull h3.light-purple,
.ResearchSection .research-main-content .title-pull h4.light-purple,
.ResearchSection .research-main-content .title-pull h5.light-purple,
.ResearchSection .research-main-content .title-pull h6.light-purple {
  color: white;
  background-color: #990099;
}
.ResearchSection .research-main-content .title-pull h1.purple,
.ResearchSection .research-main-content .title-pull h2.purple,
.ResearchSection .research-main-content .title-pull h3.purple,
.ResearchSection .research-main-content .title-pull h4.purple,
.ResearchSection .research-main-content .title-pull h5.purple,
.ResearchSection .research-main-content .title-pull h6.purple {
  color: white;
  background-color: #333367;
}
.ResearchSection .research-main-content .title-pull h1.light-grey,
.ResearchSection .research-main-content .title-pull h2.light-grey,
.ResearchSection .research-main-content .title-pull h3.light-grey,
.ResearchSection .research-main-content .title-pull h4.light-grey,
.ResearchSection .research-main-content .title-pull h5.light-grey,
.ResearchSection .research-main-content .title-pull h6.light-grey {
  color: white;
  background-color: #e4e4e4;
}
.ResearchSection .research-main-content .title-pull h1.grey,
.ResearchSection .research-main-content .title-pull h2.grey,
.ResearchSection .research-main-content .title-pull h3.grey,
.ResearchSection .research-main-content .title-pull h4.grey,
.ResearchSection .research-main-content .title-pull h5.grey,
.ResearchSection .research-main-content .title-pull h6.grey {
  color: white;
  background-color: #a2a2a2;
}
.ResearchSection .research-main-content .title-pull h1.dark-grey,
.ResearchSection .research-main-content .title-pull h2.dark-grey,
.ResearchSection .research-main-content .title-pull h3.dark-grey,
.ResearchSection .research-main-content .title-pull h4.dark-grey,
.ResearchSection .research-main-content .title-pull h5.dark-grey,
.ResearchSection .research-main-content .title-pull h6.dark-grey {
  color: white;
  background-color: #8e8e8e;
}
.ResearchSection .research-main-content .title-pull h1.black,
.ResearchSection .research-main-content .title-pull h2.black,
.ResearchSection .research-main-content .title-pull h3.black,
.ResearchSection .research-main-content .title-pull h4.black,
.ResearchSection .research-main-content .title-pull h5.black,
.ResearchSection .research-main-content .title-pull h6.black {
  color: white;
  background-color: #000000;
}
.ResearchSection .research-main-content .title-pull h1.white,
.ResearchSection .research-main-content .title-pull h2.white,
.ResearchSection .research-main-content .title-pull h3.white,
.ResearchSection .research-main-content .title-pull h4.white,
.ResearchSection .research-main-content .title-pull h5.white,
.ResearchSection .research-main-content .title-pull h6.white {
  color: white;
  background-color: #ffffff;
}
.ResearchSection .research-main-content .title-pull h1.light-shadow,
.ResearchSection .research-main-content .title-pull h2.light-shadow,
.ResearchSection .research-main-content .title-pull h3.light-shadow,
.ResearchSection .research-main-content .title-pull h4.light-shadow,
.ResearchSection .research-main-content .title-pull h5.light-shadow,
.ResearchSection .research-main-content .title-pull h6.light-shadow {
  color: white;
  background-color: #c1c1c1;
}
.ResearchSection .research-main-content.landing-page {
  top: -100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .ResearchSection .research-main-content.landing-page {
    top: auto;
  }
}
.ResearchSection .research-main-content.hub-page {
  top: -100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .ResearchSection .research-main-content.hub-page {
    top: auto;
  }
}
.ResearchSection .research-main-content.directory {
  top: -100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .ResearchSection .research-main-content.directory {
    top: auto;
  }
}
.ResearchSection #signpost-carousel {
  line-height: 0;
}
.ResearchSection #signpost-carousel hr {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAFUlEQVQImWNgQAJHjx79TyqHgYEBAMBnDTkyYGuKAAAAAElFTkSuQmCC);
  display: block;
  height: 20px;
  margin-top: 0;
}
.ResearchSection #signpost-carousel .signpost-carousel-header {
  position: relative;
}
.ResearchSection #signpost-carousel .signpost-carousel-header .featured-title {
  padding-bottom: 3px;
}
.ResearchSection #signpost-carousel .signpost-carousel-header .carousel-nav .nav-next,
.ResearchSection #signpost-carousel .signpost-carousel-header .carousel-nav .nav-prev {
  position: absolute;
  top: 5px;
  right: 0;
}
.ResearchSection #signpost-carousel .signpost-carousel-header .carousel-nav .nav-prev {
  left: auto;
  right: 32px;
}
.ResearchSection #signpost-carousel .signpost-carousel-header + hr {
  margin-top: 12px;
}
.ResearchSection #signpost-carousel .signpost-carousel-header > h2 > strong {
  display: inline;
}
.ResearchSection #signpost-carousel .signpost-carousel-header > span,
.ResearchSection #signpost-carousel .signpost-carousel-title {
  font-size: 22px;
  font-family: 'HelveticaNeueW02-45Ligh';
  color: #333366;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  line-height: 50px;
}
.ResearchSection #signpost-carousel .signpost-carousel-header > span b,
.ResearchSection #signpost-carousel .signpost-carousel-title b,
.ResearchSection #signpost-carousel .signpost-carousel-header > span strong,
.ResearchSection #signpost-carousel .signpost-carousel-title strong {
  font-family: 'HelveticaNeueW02-75Bold';
  font-weight: normal;
}
.ResearchSection #signpost-carousel .carousel-nav {
  position: absolute;
  width: auto;
  margin: 0;
  text-align: right;
  left: auto;
  right: 0;
  top: 0;
}
.ResearchSection #signpost-carousel .carousel-nav a.nav-next,
.ResearchSection #signpost-carousel .carousel-nav a.nav-prev {
  height: 32px;
  width: 32px;
  background: none;
  display: inline-block;
  position: static;
  margin: 0;
}
.ResearchSection #signpost-carousel .carousel-nav a.nav-next {
  background-image: url("/Templates/PrimarySite/ui/img/ResearchSection/research-small-right-arrow.png");
}
.ResearchSection #signpost-carousel .carousel-nav a.nav-prev {
  background-image: url("/Templates/PrimarySite/ui/img/ResearchSection/research-small-left-arrow.png");
  margin-right: 5px;
}
@media (max-width: 767px) {
  .ResearchSection #signpost-carousel .carousel-nav {
    display: block;
    position: static;
    text-align: center;
  }
}
.ResearchSection #signpost-carousel .signpost-container h3.signpost-title-light-blue {
  *zoom: 1;
  background-color: #333366 !important;
}
.ResearchSection #signpost-carousel .signpost-container h3.signpost-title-light-blue:before,
.ResearchSection #signpost-carousel .signpost-container h3.signpost-title-light-blue:after {
  display: table;
  content: "";
  line-height: 0;
}
.ResearchSection #signpost-carousel .signpost-container h3.signpost-title-light-blue:after {
  clear: both;
}
.ResearchSection #signpost-carousel .signpost-container h3.signpost-title-light-blue p {
  background-color: #333366 !important;
}
.ResearchSection #signpost-carousel .signpost-container h3 p {
  text-transform: uppercase;
}
.ResearchSection h2.featured-title {
  margin-top: 11px;
}
.result-item .result-body img.icon {
  float: left;
  margin-right: 5px;
}
.selectedprojects a {
  color: #333367;
}
.research-main-content.profile-page .featured-title {
  padding-bottom: 0;
}
.ResearchSection .research-hero a.nav-prev {
  left: 50%;
  margin-left: -470px;
}
.ResearchSection .research-hero a.nav-next {
  left: 50%;
  margin-left: -415px;
}
@media (max-width: 979px) and (min-width: 768px) {
  .ResearchSection .research-hero a.nav-prev {
    margin-left: -360px;
  }
  .ResearchSection .research-hero a.nav-next {
    margin-left: -305px;
  }
}
@media (max-width: 767px) {
  .ResearchSection .research-hero a.nav-prev,
  .ResearchSection .research-hero a.nav-next {
    left: auto;
    margin: 20px;
  }
}
.research-main-content .form-search-featured.large {
  margin-top: 65px;
  margin-bottom: 31px;
}
[class*=featured-title-] + ul.list-arrow {
  margin-top: 18px;
}
@media (max-width: 767px) {
  .research-main-content .span6 + .span6 .expert {
    margin-top: 20px;
  }
  .corner-cut-container .span8 + .span4 > * {
    margin-left: 20px;
  }
}
.research-main-content .signpost-carousel .row-fluid .span3 {
  width: 23.87%;
}
@media (max-width: 767px) {
  .research-main-content .signpost-carousel .row-fluid .span3 {
    width: auto;
  }
}
.research-main-content .signpost-carousel .row-fluid [class*="span"] {
  margin-left: 1.5%;
}
@media (max-width: 767px) {
  .research-main-content .signpost-carousel .row-fluid [class*="span"] {
    margin-left: 0;
  }
}
.research-main-content .signpost-carousel .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.ipad #research-section-scroller,
.iphone #research-section-scroller {
  /*.play
		{
			display: none;
		}

		.hero-video-wrapper {
			position: static;
			visibility: visible;
			width: 100%;
			margin-left: 0;
			height: 200px;
		}

		.overview {
			margin-bottom: 0 !important;
		}*/

}
/*
*	Smartphones upto landscape
*/
@media (max-width: 767px) {
  #top-nav .nav-items li a i {
    display: none;
  }
  .page-body {
    padding-bottom: 0;
  }
  #contactus .contact-form,
  #contactus .telephone-details,
  #contactus .postal-address {
    margin: 0px;
    padding: 10px;
  }
  .carousel .item {
    min-height: 0;
  }
  .sticky {
    position: relative !important;
    width: 100% !important;
    margin-left: 0 !important;
    left: 0 !important;
  }
  #main-content {
    padding: 10px;
    margin-top: 5px;
    background-color: #EAEBEF;
  }
  .per-page-wrapper {
    float: right;
  }
  .pagination-pages,
  .per-page-wrapper {
    width: auto;
  }
  .pagination-wrapper {
    border-top: 1px solid #e4e4e4;
    clear: both;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
    position: relative;
    top: 10px;
  }
  #event-calendar {
    background-color: white;
    padding: 10px;
  }
  #event-calendar h1 {
    margin-bottom: 0;
  }
  #event-calendar .calendar {
    margin-top: 20px;
  }
  #event-calendar .result-item {
    position: relative;
    padding: 0;
  }
  #event-calendar .result-item .result-date {
    width: 60px;
    position: absolute;
    left: 0;
    top: 0;
  }
  #event-calendar .result-item .result-body {
    padding-left: 75px;
  }
  .alwaysOpen .collapse {
    height: auto;
  }
  #course-detail {
    background-color: white;
    padding: 0 10px;
  }
  #course-detail .course-title {
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    top: -10px;
    background: url('/Templates/PrimarySite/ui/img/layout/divider.png') repeat-x center bottom;
  }
  #course-detail #course-description .header-toggle {
    background: #fcfbf9;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e4e4e4), color-stop(1, #fcfbf9));
    background: -ms-linear-gradient(bottom, #e4e4e4, #fcfbf9);
    background: -moz-linear-gradient(center bottom, #e4e4e4 0%, #fcfbf9 100%);
  }
  #course-detail #course-description .header-toggle h3[id^="course-title-"] {
    background: none;
    color: #434343;
    border: 1px solid #e4e4e4;
    margin: 10px 0;
    padding: 5px 20px 5px 10px;
    background: url("/Templates/PrimarySite/ui/img/layout/wizard_arrow_active.png") 95% 50% no-repeat;
  }
  #course-detail #course-description .header-toggle h3.open {
    background: url("/Templates/PrimarySite/ui/img/layout/wizard_arrow_inactive.png") 95% 50% no-repeat;
  }
  #course-detail #course-description .cycle {
    display: none;
  }
  body {
    padding: 0;
  }
  #logo {
    margin-left: 10px;
  }
  #header {
    position: relative;
    -webkit-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.2);
    z-index: 10001;
  }
  #recruitment-content .left-content,
  #login-content .left-content,
  #recruitment-content .right-content,
  #login-content .right-content {
    width: 100%;
    border: 0;
    margin: 0;
  }
  #recruitment-content .left-content .lt20,
  #login-content .left-content .lt20,
  #recruitment-content .right-content .lt20,
  #login-content .right-content .lt20,
  #recruitment-content .left-content .rt20,
  #login-content .left-content .rt20,
  #recruitment-content .right-content .rt20,
  #login-content .right-content .rt20 {
    padding: 0;
  }
  .twitter-feed {
    margin-left: 10px;
  }
  .twitter-feed section {
    max-width: 185px;
  }
  #top-nav {
    -webkit-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.2);
  }
  #top-nav .nav-search {
    margin-bottom: 10px;
    float: none;
  }
  #top-nav .nav-search .search-query {
    width: 100%;
    height: 30px;
    margin-top: -2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #top-nav .nav-search .btn {
    top: 2px;
  }
  #top-nav .nav-search .btn .icon-search {
    position: relative;
    top: 2px;
  }
  #top-nav .nav-search #main_search {
    height: 30px;
    border: 2px solid red !important;
  }
  #top-nav .input-append {
    padding: 0;
  }
  #top-nav ul {
    margin: 0 10px;
    padding: 0;
  }
  #top-nav ul li {
    width: 100%;
    line-height: 3em;
    background-color: #0067CC;
    border-bottom: 1px solid #0059B0;
    border-top: 1px solid #4A93DB;
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-indent: 0;
    text-transform: uppercase;
  }
  #top-nav ul li a {
    border-left: none;
    font-size: 1em;
  }
  #top-nav ul li .active {
    background-color: inherit;
  }
  #top-nav ul:last-child {
    border-bottom: 0;
  }
  #top-nav ul:first-child {
    border-top: 0;
  }
  .rounded-box,
  .carousel .signpost {
    min-height: 0;
    margin: 10px;
  }
  .show-mobile-nav {
    background: url('/Templates/PrimarySite/ui/img/layout/mobile-nav-arrows.png') 0 0 no-repeat;
    height: 60px;
    width: 61px;
    position: absolute;
    top: 10px;
    right: 5%;
  }
  .nav-active {
    background-position: 0 -60px;
  }
  .content-box {
    margin: 10px;
  }
  .carousel-nav {
    display: none;
    margin-left: 0;
  }
  #top-nav {
    width: 100%;
    font-size: 1.5em;
    padding-bottom: 10px;
    z-index: 99999;
  }
  #top-nav ul li {
    background-color: inherit;
    border-top: 1px solid #78A8D8;
    border-bottom: 1px solid #184974;
  }
  #top-nav ul li:last-child {
    border-bottom: 0;
  }
  #top-nav ul li:nth-child(2) {
    border-top: 0;
  }
  #top-nav ul li a {
    border-right: 0;
    padding: 0 0 0 10px;
  }
  #top-nav ul .active {
    background-color: #0099cb;
    background-image: none;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  #top-nav ul a:hover {
    background-image: none;
    background-color: inherit;
  }
  #top-nav .active {
    border-top: 0;
    border-bottom: 0;
  }
  #top-nav .search-wrapper {
    background: none;
    margin-bottom: 0;
  }
  #footer {
    padding-top: 10px;
  }
  #footer .top-social {
    margin-left: 10px;
  }
  #footer .top-social img {
    margin-right: 10px;
  }
  #footer h3 {
    color: #434343;
    line-height: 36px;
    height: 36px;
    text-indent: 20px !important;
    margin: 0 0 0 10px;
    background: url('/Templates/PrimarySite/ui/img/layout/wizard_arrow_active.png') 0 50% no-repeat;
  }
  #footer h3.open {
    background: url('/Templates/PrimarySite/ui/img/layout/wizard_arrow_inactive.png') 0 50% no-repeat;
  }
  #footer ul {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #footer .contact-details h3 {
    padding-left: 10px;
  }
  #footer .contact-details address,
  #footer .contact-details p {
    margin: 10px;
  }
  #footer .copyright-notice {
    margin: 10px;
    text-align: right;
  }
  #follow-wrapper {
    display: none;
  }
  .signpost {
    display: block;
    width: auto;
  }
  .signpost img {
    display: block;
  }
  .signpost figure a {
    display: block;
  }
  .result-item {
    border-bottom: 1px solid #e4e4e4;
  }
  .research-detail-wrapper,
  .search-wizard-wrapper {
    background-color: white;
    padding: 10px;
  }
  .research-detail-wrapper #backLink {
    border-bottom: 1px solid #e4e4e4;
    margin-top: -5px;
    margin-bottom: 5px;
  }
  .currently-filtered h3 {
    font-size: 18px;
  }
  .search-box .btn {
    margin-top: 10px;
  }
  .sub-menu-wrapper {
    background-color: #1d7edf;
    color: white;
    padding: 10px 20px;
    margin: 10px -10px -10px;
  }
  .sub-menu-wrapper h2 {
    text-transform: uppercase;
    color: white;
    font-size: 1.4em;
  }
  .sub-menu-wrapper ul.sub-menu-list {
    list-style-type: none;
    margin: 0;
  }
  .sub-menu-wrapper ul.sub-menu-list li {
    border-bottom: 1px solid white;
    margin: 0;
    padding: 5px 2px;
  }
  .sub-menu-wrapper ul.sub-menu-list li:last-child {
    border-bottom: 0;
  }
  .sub-menu-wrapper ul.sub-menu-list li a {
    color: white;
  }
  .pdf-download {
    margin-bottom: 10px;
  }
  .sub-menu-link {
    cursor: pointer;
    background: url('/Templates/PrimarySite/ui/img/layout/sub-menu-arrow.gif') 95% 50% no-repeat #0985cf;
    padding: 10px;
    margin: 0 -10px 10px;
    font-size: 1.4em;
  }
  .sub-menu-link a {
    color: white;
  }
  .home-top-title {
    display: none;
  }
  #course-detail #course-description .signpost-title-blue {
    background-image: none;
    color: white;
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 0;
    max-width: 332px;
  }
  #course-detail #course-description .signpost-title-blue p {
    font-size: 1.1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    background-color: #0985cf;
    padding: 5px 10px;
  }
  #course-detail #course-description .signpost-title-light-blue {
    background-image: none;
    color: white;
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 0;
    max-width: 332px;
  }
  #course-detail #course-description .signpost-title-light-blue p {
    font-size: 1.1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    background-color: #0099cb;
    padding: 5px 10px;
  }
  #course-detail #course-description .signpost-title-dark-blue {
    background-image: none;
    color: white;
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 0;
    max-width: 332px;
  }
  #course-detail #course-description .signpost-title-dark-blue p {
    font-size: 1.1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    background-color: #0066cb;
    padding: 5px 10px;
  }
  #course-detail #course-description .signpost-title-light-purple {
    background-image: none;
    color: white;
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 0;
    max-width: 332px;
  }
  #course-detail #course-description .signpost-title-light-purple p {
    font-size: 1.1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    background-color: #990099;
    padding: 5px 10px;
  }
  #course-detail #course-description .signpost-title-purple {
    background-image: none;
    color: white;
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 0;
    max-width: 332px;
  }
  #course-detail #course-description .signpost-title-purple p {
    font-size: 1.1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    background-color: #333367;
    padding: 5px 10px;
  }
  #course-detail #course-description .signpost-title-red {
    background-image: none;
    color: white;
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 0;
    max-width: 332px;
  }
  #course-detail #course-description .signpost-title-red p {
    font-size: 1.1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    background-color: #d52c2e;
    padding: 5px 10px;
  }
  #course-detail #course-description .signpost-title-lime {
    background-image: none;
    color: white;
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 0;
    max-width: 332px;
  }
  #course-detail #course-description .signpost-title-lime p {
    font-size: 1.1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    background-color: #c1cd23;
    padding: 5px 10px;
  }
  .title-overlay h3 {
    border: none;
    position: relative;
  }
  .crisis {
    min-height: 0;
  }
  .contact-details h3 {
    padding-left: 10px;
  }
  .mobile-placeholder-social img {
    margin-right: 10px;
  }
  .social-media-form select {
    height: 30px;
  }
  .social-media-form .social-media-form-content {
    width: auto;
    height: auto;
  }
  .social-media-form .social-media-form-content h3,
  .social-media-form .social-media-form-content p {
    margin-left: 0;
  }
  .social-media-form .social-media-form-content img {
    display: none;
  }
  .social {
    margin-left: 5px;
  }
  #virtual-tour-container {
    background: none;
  }
  #virtual-tour-container .virtual-tour-content {
    padding: 0px;
  }
  #virtual-tour-container .virtual-tour-content h2 {
    padding: 5px;
  }
  #virtual-tour-container .virtual-tour-content .btn-vt-next {
    display: none;
  }
  .virtual-tour #main-content {
    background-color: #eef0f1;
  }
}
/*
*	Landscape smartphones to portrait tablets
*/
@media (min-width: 481px) and (max-width: 767px) {
  .carousel .row > .span3 {
    width: 50%;
    float: left;
  }
  .carousel .row > .span6,
  .carousel .row > .span12 {
    width: 100%;
    clear: both;
  }
  .carousel .row > [class^="span"]:nth-child(2n+1) {
    clear: left;
  }
  .twitter-feed {
    margin: 10px;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0;
  }
  #course-contents {
    display: none;
  }
  #footer .page-footer-links .span3 {
    background: none;
  }
  #footer .sticky {
    position: relative !important;
  }
  #follow-wrapper {
    display: none !important;
  }
  .rounded-box,
  .carousel .signpost {
    height: auto;
  }
  .crisis {
    min-height: auto;
  }
  .social-media-form ul {
    clear: both;
    width: 100%;
    margin-bottom: 20px;
  }
  .social-media-form .social-media-form-content {
    width: auto;
    float: left;
  }
  /* more in this section top menu */
  .submenu-top-wrapper {
    background-color: #0985cf;
  }
  .submenu-top-wrapper .accordion-heading {
    border: none;
    background: url(/Templates/PrimarySite/ui/img/layout/iphone-submenu-arrow-down.png) no-repeat 95% 50%;
  }
  .submenu-top-wrapper .accordion-heading a.accordion-toggle {
    background: none;
    border: none;
    font-size: 1.4em;
  }
  .submenu-top-wrapper .open {
    background: url(/Templates/PrimarySite/ui/img/layout/iphone-submenu-arrow.png) no-repeat 95% 50%;
  }
  .submenu-top-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .submenu-top-wrapper ul li {
    border-bottom: 1px solid white;
    padding: 8px 2px;
  }
  .submenu-top-wrapper ul li a {
    background: none !important;
    color: white;
  }
  .submenu-top-wrapper ul li:last-child {
    border-bottom: 0;
  }
  .submenu-top-wrapper .accordion-group .accordion-inner {
    background: none;
    border: none;
  }
  /* more in this section bottom menu */
  .submenu-wrapper {
    background-color: #0985cf;
  }
  .submenu-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .submenu-wrapper ul li {
    border-bottom: 1px solid white;
    padding: 8px 2px;
  }
  .submenu-wrapper ul li a {
    background: none !important;
    color: white;
  }
  .submenu-wrapper ul li:last-child {
    border-bottom: 0;
  }
  .submenu-wrapper .accordion-heading {
    background: none;
    border: none;
    padding-top: 10px;
  }
  .submenu-wrapper .accordion-heading a.accordion-toggle {
    background: none;
    border: none;
    padding: 0 15px;
    font-size: 1.4em;
  }
  .submenu-wrapper .accordion-group .accordion-inner {
    background: none;
    border: none;
  }
  .submenu-wrapper .collapse {
    height: auto;
  }
  .news-signpost a.see-all-link {
    position: static;
  }
  h3[class^=signpost-title] {
    max-width: 100%;
  }
}
/*
*	Landscape tablet to default desktop
*/
@media (min-width: 768px) and (max-width: 979px) {
  #top-nav ul li a {
    padding: 0 13px;
    font-size: 1em !important;
  }
  #top-links #desktop-top-links li {
    margin-top: 8px;
  }
  #top-links ul li a {
    font-size: 0.9em;
  }
  .nav-search {
    width: 154px;
  }
  .nav-items {
    width: 550px;
  }
  .search-query {
    width: 100px;
  }
  .course-info .nav-tabs li a {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 0.8em;
  }
  .btn-apply,
  .btn-prospectus {
    font-size: 0.8em;
  }
  #footer .page-footer-links .span3 {
    background: url('/Templates/PrimarySite/ui/img/layout/footer-border-small.gif') repeat-y;
  }
  #footer .sticky,
  #footer .carousel-nav {
    width: 724px;
    margin-left: -362px;
  }
  #footer .sticky .nav-next,
  #footer .carousel-nav .nav-next {
    right: 0;
  }
  #footer .sticky .nav-prev,
  #footer .carousel-nav .nav-prev {
    left: 0;
  }
  #footer .sticky {
    position: relative !important;
  }
  #footer .sticky-content {
    width: 710px !important;
  }
  .contactus-wrapper input,
  .contactus-wrapper select,
  .contactus-wrapper textarea {
    width: 90%;
  }
  .top-social {
    margin-top: -40px;
  }
  .rounded-box,
  .carousel .signpost {
    height: 215px;
  }
  .social-media-form ul {
    clear: both;
    width: 100%;
    margin-bottom: 20px;
  }
  .social-media-form .social-media-form-content {
    width: auto;
    float: left;
  }
  .read-more {
    margin: -9px 0 0;
  }
  .carousel-nav {
    width: 724px;
    margin-left: -362px;
  }
  .carousel-nav .arrowButton .prevArrow,
  .carousel-nav .nav-prev {
    left: 0;
  }
  .carousel-nav .arrowButton .prevArrow,
  .carousel-nav .nav-next {
    right: 0;
  }
}
/*!
 *  Font Awesome 3.0.2
 *  the iconic font designed for use with Twitter Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fortawesome.github.com/Font-Awesome/
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@davegandy.com
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('CustomFonts/fontcustom.eot?v=3.0.1');
  src: url('CustomFonts/fontcustom.eot?#iefix&v=3.0.1') format('embedded-opentype'), url('CustomFonts/fontcustom.woff?v=3.0.1') format('woff'), url('CustomFonts/fontcustom.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */

  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
.btn [class^="icon-"],
.nav [class^="icon-"],
.btn [class*=" icon-"],
.nav [class*=" icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */

}
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"] {
  /* keeps button heights with and without icons the same */

}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
li [class^="icon-"],
.nav li [class^="icon-"],
li [class*=" icon-"],
.nav li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li [class^="icon-"].icon-large,
.nav li [class^="icon-"].icon-large,
li [class*=" icon-"].icon-large,
.nav li [class*=" icon-"].icon-large {
  /* increased font size for icon-large */

  width: 1.5625em;
}
ul.icons {
  list-style-type: none;
  text-indent: -0.75em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .75em;
}
.icon-muted {
  color: #eeeeee;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-moz-document url-prefix() {
  .icon-spin {
    height: .9em;
  }
  .btn .icon-spin {
    height: auto;
  }
  .icon-spin.icon-large {
    height: 1.25em;
  }
  .btn .icon-spin.icon-large {
    height: .75em;
  }
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-caret-down:before {
  content: "\f100";
}
.icon-caret-up:before {
  content: "\f101";
}
.icon-home:before {
  content: "\f102";
}
