/*------------------------------------------------------------------
[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;*/
  background: #0066cc;
  height: 85px;
}
#hidden-header {
  background-color: #e4e4e4;
}
#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 @light-blue;*/
  padding: 0 7px  0 15px;
}
#top-links ul li a i {
  margin-left: 10px;
  /*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 @light-blue;*/
  background: #1c89cf;
}
#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.fa-caret-down:before,
#top-links ul a:hover i.fa-caret-down:before {
  content: "\f0d8";
  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: #1c89cf;
  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 10px;
  line-height: 44px;
  height: 44px;
  display: block;
  font-size: 1.2em;
  text-transform: uppercase;
}
#top-nav ul li a:hover {
  text-decoration: none;
}
#top-nav ul li:hover,
#top-nav ul .active {
  background: #3aa2e4;
}
#top-nav form {
  margin: 0;
}
#top-nav .search-wrapper {
  background: #3aa2e4;
  height: 44px;
}
#top-nav .search-wrapper ::-webkit-input-placeholder {
  color: white;
  vertical-align: middle;
}
#top-nav .search-wrapper :-moz-placeholder {
  color: white;
  vertical-align: middle;
}
#top-nav .search-wrapper ::-moz-placeholder {
  color: white;
  vertical-align: middle;
}
#top-nav .search-wrapper :-ms-input-placeholder {
  color: white;
  vertical-align: middle;
}
.no-ltie9 #top-nav {
  z-index: 100;
}
#top-nav .input-append,
#header-search .input-append {
  position: relative;
  /*top: 8px;*/
  height: 44px;
  color: #fff;
}
#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;
  background: transparent;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
}
#top-nav .input-append button.btn-submit,
#header-search .input-append button.btn-submit {
  position: absolute;
  right: 1px;
  top: 7px;
  /*background-color: white;*/
  padding: 1px 10px;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background: none!important;
  border: 0;
  /*border-left: 1px solid @light-grey;*/
  z-index: 9000;
  box-shadow: none;
  text-shadow: none;
}
#top-nav .input-append button.btn-submit i,
#header-search .input-append button.btn-submit i {
  font-size: 23px;
  color: #fff;
}
#top-nav .input-append button.btn-submit:hover,
#header-search .input-append button.btn-submit:hover,
#top-nav .input-append button.btn-submit:active,
#header-search .input-append button.btn-submit:active {
  background: none!important;
}
#top-nav .input-append button.btn-submit:hover i,
#header-search .input-append button.btn-submit:hover i,
#top-nav .input-append button.btn-submit:active i,
#header-search .input-append button.btn-submit:active i {
  color: #000;
}
.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;*/
  background: #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: #0066cc;
}
.social-media-form select option:checked {
  background-color: #0066cc;
}
.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: #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: #0066cc;
  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;
  padding-right: 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, #FFF));
  background: -ms-linear-gradient(bottom, #e4e4e4, #FFF);
  background: -moz-linear-gradient(center bottom, #e4e4e4 0%, #FFF 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, #FFF));
  background: -ms-linear-gradient(bottom, #F3F2F7, #FFF);
  background: -moz-linear-gradient(center bottom, #F3F2F7 0%, #FFF 100%);
  cursor: pointer;
}
.pagination li.selected a {
  background: #EEEEF6;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #DADAE4), color-stop(1, #FFF));
  background: -ms-linear-gradient(bottom, #DADAE4, #FFF);
  background: -moz-linear-gradient(center bottom, #DADAE4 0%, #FFF 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: #1c89cf;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0066CB), color-stop(1, #1c89cf));
  background: -ms-linear-gradient(bottom, #0066CB, #1c89cf);
  background: -moz-linear-gradient(center bottom, #0066CB 0%, #1c89cf 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;
  text-align: center;
}
[paginate] .result-item .result-thumbnail img,
.research-main-content .result-item .result-thumbnail img,
#results .result-item .result-thumbnail img {
  max-height: 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 white;
}
#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-y: auto;
  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: #0066cc;
  padding: 5px 10px;
}
.signpost-title-blue p span {
  position: relative;
  z-index: 1;
}
.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: #1c89cf;
  padding: 5px 10px;
}
.signpost-title-light-blue p span {
  position: relative;
  z-index: 1;
}
.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-dark-blue p span {
  position: relative;
  z-index: 1;
}
.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-light-purple p span {
  position: relative;
  z-index: 1;
}
.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-purple p span {
  position: relative;
  z-index: 1;
}
.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-red p span {
  position: relative;
  z-index: 1;
}
.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-lime p span {
  position: relative;
  z-index: 1;
}
.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-black p span {
  position: relative;
  z-index: 1;
}
.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-light-grey p span {
  position: relative;
  z-index: 1;
}
.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 span {
  position: relative;
  z-index: 1;
}
.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: #0066cc;
  padding: 5px 10px;
}
.home-title-blue p span {
  position: relative;
  z-index: 1;
}
.home-title-blue p {
  /*float: left;
        clear: left;*/
  font-size: 45px;
  margin-bottom: 10px;
  padding: 0;
  text-transform: none;
  display: inline;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  margin-left: 10px;
  box-shadow: 10px 0 0 #0066cc, -10px 0 0 #0066cc;
  border-color: #0066cc;
  line-height: 48px;
}
.home-title-blue p:after {
  background-color: #0066cc;
}
.home-title-blue a {
  color: white;
  display: block;
  float: left;
  clear: left;
  padding: 0 10px;
  background: #0066cc;
  text-decoration: none;
}
.home-title-blue a:after {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 30px;
  margin-left: 10px;
  vertical-align: top;
  display: inline-block;
}
.home-title-blue a:hover span {
  text-decoration: underline;
}
.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: #1c89cf;
  padding: 5px 10px;
}
.home-title-light-blue p span {
  position: relative;
  z-index: 1;
}
.home-title-light-blue p {
  /*float: left;
        clear: left;*/
  font-size: 45px;
  margin-bottom: 10px;
  padding: 0;
  text-transform: none;
  display: inline;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  margin-left: 10px;
  box-shadow: 10px 0 0 #1c89cf, -10px 0 0 #1c89cf;
  border-color: #1c89cf;
  line-height: 48px;
}
.home-title-light-blue p:after {
  background-color: #1c89cf;
}
.home-title-light-blue a {
  color: white;
  display: block;
  float: left;
  clear: left;
  padding: 0 10px;
  background: #1c89cf;
  text-decoration: none;
}
.home-title-light-blue a:after {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 30px;
  margin-left: 10px;
  vertical-align: top;
  display: inline-block;
}
.home-title-light-blue a:hover span {
  text-decoration: underline;
}
.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 span {
  position: relative;
  z-index: 1;
}
.home-title-dark-blue p {
  /*float: left;
        clear: left;*/
  font-size: 45px;
  margin-bottom: 10px;
  padding: 0;
  text-transform: none;
  display: inline;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  margin-left: 10px;
  box-shadow: 10px 0 0 #0066CB, -10px 0 0 #0066CB;
  border-color: #0066CB;
  line-height: 48px;
}
.home-title-dark-blue p:after {
  background-color: #0066CB;
}
.home-title-dark-blue a {
  color: white;
  display: block;
  float: left;
  clear: left;
  padding: 0 10px;
  background: #0066CB;
  text-decoration: none;
}
.home-title-dark-blue a:after {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 30px;
  margin-left: 10px;
  vertical-align: top;
  display: inline-block;
}
.home-title-dark-blue a:hover span {
  text-decoration: underline;
}
.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 span {
  position: relative;
  z-index: 1;
}
.home-title-light-purple p {
  /*float: left;
        clear: left;*/
  font-size: 45px;
  margin-bottom: 10px;
  padding: 0;
  text-transform: none;
  display: inline;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  margin-left: 10px;
  box-shadow: 10px 0 0 #990099, -10px 0 0 #990099;
  border-color: #990099;
  line-height: 48px;
}
.home-title-light-purple p:after {
  background-color: #990099;
}
.home-title-light-purple a {
  color: white;
  display: block;
  float: left;
  clear: left;
  padding: 0 10px;
  background: #990099;
  text-decoration: none;
}
.home-title-light-purple a:after {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 30px;
  margin-left: 10px;
  vertical-align: top;
  display: inline-block;
}
.home-title-light-purple a:hover span {
  text-decoration: underline;
}
.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 span {
  position: relative;
  z-index: 1;
}
.home-title-purple p {
  /*float: left;
        clear: left;*/
  font-size: 45px;
  margin-bottom: 10px;
  padding: 0;
  text-transform: none;
  display: inline;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  margin-left: 10px;
  box-shadow: 10px 0 0 #333367, -10px 0 0 #333367;
  border-color: #333367;
  line-height: 48px;
}
.home-title-purple p:after {
  background-color: #333367;
}
.home-title-purple a {
  color: white;
  display: block;
  float: left;
  clear: left;
  padding: 0 10px;
  background: #333367;
  text-decoration: none;
}
.home-title-purple a:after {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 30px;
  margin-left: 10px;
  vertical-align: top;
  display: inline-block;
}
.home-title-purple a:hover span {
  text-decoration: underline;
}
.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 span {
  position: relative;
  z-index: 1;
}
.home-title-red p {
  /*float: left;
        clear: left;*/
  font-size: 45px;
  margin-bottom: 10px;
  padding: 0;
  text-transform: none;
  display: inline;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  margin-left: 10px;
  box-shadow: 10px 0 0 #D52C2E, -10px 0 0 #D52C2E;
  border-color: #D52C2E;
  line-height: 48px;
}
.home-title-red p:after {
  background-color: #D52C2E;
}
.home-title-red a {
  color: white;
  display: block;
  float: left;
  clear: left;
  padding: 0 10px;
  background: #D52C2E;
  text-decoration: none;
}
.home-title-red a:after {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 30px;
  margin-left: 10px;
  vertical-align: top;
  display: inline-block;
}
.home-title-red a:hover span {
  text-decoration: underline;
}
.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 span {
  position: relative;
  z-index: 1;
}
.home-title-lime p {
  /*float: left;
        clear: left;*/
  font-size: 45px;
  margin-bottom: 10px;
  padding: 0;
  text-transform: none;
  display: inline;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  margin-left: 10px;
  box-shadow: 10px 0 0 #C1CD23, -10px 0 0 #C1CD23;
  border-color: #C1CD23;
  line-height: 48px;
}
.home-title-lime p:after {
  background-color: #C1CD23;
}
.home-title-lime a {
  color: white;
  display: block;
  float: left;
  clear: left;
  padding: 0 10px;
  background: #C1CD23;
  text-decoration: none;
}
.home-title-lime a:after {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 30px;
  margin-left: 10px;
  vertical-align: top;
  display: inline-block;
}
.home-title-lime a:hover span {
  text-decoration: underline;
}
.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 span {
  position: relative;
  z-index: 1;
}
.home-title-black p {
  /*float: left;
        clear: left;*/
  font-size: 45px;
  margin-bottom: 10px;
  padding: 0;
  text-transform: none;
  display: inline;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  margin-left: 10px;
  box-shadow: 10px 0 0 #000000, -10px 0 0 #000000;
  border-color: #000000;
  line-height: 48px;
}
.home-title-black p:after {
  background-color: #000000;
}
.home-title-black a {
  color: white;
  display: block;
  float: left;
  clear: left;
  padding: 0 10px;
  background: #000000;
  text-decoration: none;
}
.home-title-black a:after {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 30px;
  margin-left: 10px;
  vertical-align: top;
  display: inline-block;
}
.home-title-black a:hover span {
  text-decoration: underline;
}
.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 span {
  position: relative;
  z-index: 1;
}
.home-title-dark-grey p {
  /*float: left;
        clear: left;*/
  font-size: 45px;
  margin-bottom: 10px;
  padding: 0;
  text-transform: none;
  display: inline;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  margin-left: 10px;
  box-shadow: 10px 0 0 #8E8E8E, -10px 0 0 #8E8E8E;
  border-color: #8E8E8E;
  line-height: 48px;
}
.home-title-dark-grey p:after {
  background-color: #8E8E8E;
}
.home-title-dark-grey a {
  color: white;
  display: block;
  float: left;
  clear: left;
  padding: 0 10px;
  background: #8E8E8E;
  text-decoration: none;
}
.home-title-dark-grey a:after {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 30px;
  margin-left: 10px;
  vertical-align: top;
  display: inline-block;
}
.home-title-dark-grey a:hover span {
  text-decoration: underline;
}
.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: 5px;
}
.title-below p {
  float: left;
  clear: left;
}
.title-overlay h3 {
  position: absolute;
  bottom: -1px;
  left: 0;
  border-top: 5px solid white;
  border-right: 5px 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: 5px 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: #0066cc;
}
.link-list .signpost-title-light-blue {
  background-color: #1c89cf;
}
.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 {
  height: 200px;
}
#course-detail .signpost h3 p {
  /* height: 60px; */
  max-height: none;
}
#course-detail .signpost:before,
#course-detail .signpost:after {
  display: 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: #0066cc;
  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: #0066cc;
  font-size: 14px;
  font-weight: bold;
}
#news-links .news-signpost h4 p {
  font-size: inherit;
}
#news-links .news-signpost .span6 h4 {
  color: black;
}
.news-sidebar .signpost {
  padding: 0;
  border: none;
  box-shadow: none;
}
.rounded-box,
.carousel .signpost,
.item-wrapper .signpost,
#home-landing .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: 5px;
  margin-bottom: 20px;
  height: 265px;
  overflow: hidden;
}
.rounded-box figure,
.carousel .signpost figure,
.item-wrapper .signpost figure,
#home-landing .signpost figure {
  margin: 0;
}
.rounded-box figcaption,
.carousel .signpost figcaption,
.item-wrapper .signpost figcaption,
#home-landing .signpost figcaption {
  margin: 5px 0;
}
.rounded-box .content-image,
.carousel .signpost .content-image,
.item-wrapper .signpost .content-image,
#home-landing .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: 5px;
  margin-bottom: 20px;
}
.rounded-box-signpost figure {
  margin: 0;
}
.rounded-box-signpost img {
  width: 100%;
  max-width: none;
  /*min-height:219px;*/
}
.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;
}
#signpost-carousel {
  margin-top: 30px;
  line-height: 0;
}
#signpost-carousel h3 {
  color: #fff !important;
}
#signpost-carousel.carousel {
  padding-bottom: 0;
  background-color: transparent;
}
#signpost-carousel.carousel .item {
  min-height: inherit !important;
}
#signpost-carousel hr {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAFUlEQVQImWNgQAJHjx79TyqHgYEBAMBnDTkyYGuKAAAAAElFTkSuQmCC);
  display: block;
  height: 20px;
  margin-top: 0;
}
#signpost-carousel .signpost-carousel-footer {
  position: relative;
  width: 100%;
  height: 50px;
}
#signpost-carousel .signpost-carousel-footer .carousel-nav {
  width: 100%;
  text-align: center;
}
#signpost-carousel .signpost-carousel-header {
  position: relative;
}
#signpost-carousel .signpost-carousel-header .featured-title {
  padding-bottom: 3px;
}
#signpost-carousel .signpost-carousel-header .carousel-nav .nav-next,
#signpost-carousel .signpost-carousel-header .carousel-nav .nav-prev {
  position: absolute;
  top: 5px;
  right: 0;
}
#signpost-carousel .signpost-carousel-header .carousel-nav .nav-prev {
  left: auto;
  right: 32px;
}
#signpost-carousel .signpost-carousel-header + hr {
  margin-top: 12px;
}
#signpost-carousel .signpost-carousel-header > h2 > strong {
  display: inline;
}
#signpost-carousel .signpost-carousel-header > span,
#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;
}
#signpost-carousel .signpost-carousel-header > span b,
#signpost-carousel .signpost-carousel-title b,
#signpost-carousel .signpost-carousel-header > span strong,
#signpost-carousel .signpost-carousel-title strong {
  font-family: 'HelveticaNeueW02-75Bold';
  font-weight: normal;
}
#signpost-carousel .carousel-nav {
  position: absolute;
  width: auto;
  margin: 0;
  text-align: right;
  left: auto;
  right: 0;
  top: 0;
}
#signpost-carousel .carousel-nav a.nav-next,
#signpost-carousel .carousel-nav a.nav-prev {
  height: 32px;
  width: 32px;
  background: none;
  display: inline-block;
  position: static;
  margin: 0;
}
#signpost-carousel .carousel-nav a.nav-next {
  background-image: url("/Templates/PrimarySite/ui/img/ResearchSection/research-small-right-arrow.png");
}
#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) {
  #signpost-carousel .carousel-nav {
    display: block;
    position: static;
    text-align: center;
  }
}
#signpost-carousel .signpost-container h3 {
  *zoom: 1;
  background-color: #333366 !important;
}
#signpost-carousel .signpost-container h3:before,
#signpost-carousel .signpost-container h3:after {
  display: table;
  content: "";
  line-height: 0;
}
#signpost-carousel .signpost-container h3:after {
  clear: both;
}
#signpost-carousel .signpost-container h3 p {
  background-color: #333366 !important;
}
#signpost-carousel .signpost-container h3 p {
  text-transform: uppercase;
}
.signpost-carousel .signpost {
  position: relative;
  overflow: visible;
}
.signpost-carousel .signpost:before,
.signpost-carousel .signpost:after {
  width: 50%;
  height: 15px;
  position: absolute;
  bottom: -16px;
  left: -4px;
  background: url('/Templates/PrimarySite/ui/img/ResearchSection/signpost-shadow.png') no-repeat;
}
.signpost-carousel .signpost:after {
  left: auto;
  right: -2px;
  background-position: 100%;
}
.signpost-carousel .row-fluid .span3 {
  width: 23.87%;
}
@media (max-width: 767px) {
  .signpost-carousel .row-fluid .span3 {
    width: auto;
  }
}
.signpost-carousel .row-fluid [class*="span"] {
  margin-left: 1.5%;
}
@media (max-width: 767px) {
  .signpost-carousel .row-fluid [class*="span"] {
    margin-left: 0;
  }
}
.signpost-carousel .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
/*------------------------------------------------------------------
[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: #0066cc;
  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: #0066cc;
}
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,
.js #top-nav ul li a,
.js #top-nav .input-append .search-query {
  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,
.no-js #top-nav ul li a,
.no-js #top-nav .input-append .search-query {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.heading-blue {
  background-color: #0066cc;
  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: #0066cc;
  padding: 0 5px;
}
.text-blue {
  color: #0066cc;
}
.toUpper {
  text-transform: uppercase;
}
.wysiwyg h2 {
  color: #0066cc;
  font-size: 2em;
}
.wysiwyg h3 {
  color: #0066cc;
  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; */
}
.span4 h1.featured-title-links strong,
.span4 h2.featured-title-links strong,
.span4 h3.featured-title-links strong,
.span4 h4.featured-title-links strong,
.span4 h5.featured-title-links strong,
.span4 h6.featured-title-links strong,
.span4 h1.featured-title-search strong,
.span4 h2.featured-title-search strong,
.span4 h3.featured-title-search strong,
.span4 h4.featured-title-search strong,
.span4 h5.featured-title-search strong,
.span4 h6.featured-title-search strong,
.span4 h1.featured-title-hands strong,
.span4 h2.featured-title-hands strong,
.span4 h3.featured-title-hands strong,
.span4 h4.featured-title-hands strong,
.span4 h5.featured-title-hands strong,
.span4 h6.featured-title-hands strong {
  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 {
  min-height: 45px;
  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: #1c89cf;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0066CB), color-stop(1, #1c89cf));
  background: -ms-linear-gradient(bottom, #0066CB, #1c89cf);
  background: -moz-linear-gradient(center bottom, #0066CB 0%, #1c89cf 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;
  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-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;
}
@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: 130px;
  _height: 170px;
  padding-top: 20px;
  margin-bottom: 40px;
}
.home-top-title h1 {
  white-space: pre-line;
}
.home-top-title h1 p {
  background: #0066cc;
}
.home-top-title h1 p span {
  display: inline;
  color: white;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  box-shadow: 10px 0 0 #0066cc, -10px 0 0 #0066cc;
}
.home-top-title h1 a {
  margin-top: 5px;
}
.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;
}
.microsite-landing {
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  /*.microsite-landing
    {
        padding-bottom: 0;
    }*/
}
#home-landing {
  background: #f4f4f4;
}
#home-landing #home-section-scroller {
  border-bottom: 6px solid #0066cc;
  padding-bottom: 0;
  margin-bottom: 25px;
  overflow: hidden;
}
#home-landing #home-section-scroller .item {
  min-height: 425px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  #home-landing #home-section-scroller .item {
    min-height: 300px;
  }
}
#home-landing #home-section-scroller .item .overview {
  /*text-transform:uppercase!important;*/
  width: 60%;
  padding: 20px 10px;
}
#home-landing #home-section-scroller .item .overview h1 {
  white-space: pre-line;
  margin: 30px 0 0;
  line-height: 0;
}
#home-landing #home-section-scroller .item .overview h1 p {
  white-space: pre-wrap;
  font-size: 45px;
  line-height: 53px;
}
#home-landing #home-section-scroller .item .overview h1 p span {
  display: inline;
  background: #0066cc;
  color: white;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  box-shadow: 10px 0 0 #0066cc, -10px 0 0 #0066cc;
}
#home-landing #home-section-scroller .item .overview h1 p:after {
  background-color: #0066cc;
}
#home-landing #home-section-scroller .item .overview div p {
  float: left;
  clear: left;
  font-size: 22px;
  display: inline;
  background: #0066cc;
  color: white;
  margin-bottom: 5px;
  padding: 0 40px 0 10px;
  margin-left: -10px;
  position: relative;
  line-height: 1.2;
}
#home-landing #home-section-scroller .item .overview div p a {
  display: inline-block;
  color: #fff;
  padding: 5px 0;
}
#home-landing #home-section-scroller .item .overview div p:after {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 40px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -25px;
}
@media (max-width: 767px) {
  #home-landing #home-section-scroller .item .overview {
    width: 80%;
  }
}
#home-landing #home-section-scroller a.nav-next,
#home-landing #home-section-scroller a.nav-prev {
  position: absolute;
  height: 45px;
  width: 45px;
  bottom: 20px;
  top: inherit;
  background: none;
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  background: #0066cc;
}
#home-landing #home-section-scroller a.nav-next:after,
#home-landing #home-section-scroller a.nav-prev:after {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 45px;
  line-height: 1;
  display: block;
  margin-top: -2px;
}
#home-landing #home-section-scroller a.nav-next:hover,
#home-landing #home-section-scroller a.nav-prev:hover {
  text-decoration: none;
  background: #1c89cf;
}
@media (max-width: 767px) {
  #home-landing #home-section-scroller a.nav-next,
  #home-landing #home-section-scroller a.nav-prev {
    margin-bottom: 20px;
    position: static;
  }
}
#home-landing #home-section-scroller a.nav-next {
  left: 50%;
  margin-left: -415px;
}
#home-landing #home-section-scroller a.nav-next:after {
  margin-left: 17px;
}
@media (max-width: 767px) {
  #home-landing #home-section-scroller a.nav-next {
    float: right;
    margin-right: 20px;
    position: static;
  }
}
#home-landing #home-section-scroller a.nav-prev {
  margin-left: -470px;
  margin-right: 5px;
  left: 50%;
}
#home-landing #home-section-scroller a.nav-prev:after {
  content: '\f104';
  margin-left: 12px;
}
@media (max-width: 767px) {
  #home-landing #home-section-scroller a.nav-prev {
    float: left;
    margin-left: 20px;
    position: static;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  #home-landing #home-section-scroller a.nav-prev {
    margin-left: -360px;
  }
  #home-landing #home-section-scroller a.nav-next {
    margin-left: -305px;
  }
}
#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: #0066cc;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0066cc), color-stop(1, #0066CB));
  background: -ms-linear-gradient(bottom, #0066cc, #0066CB);
  background: -moz-linear-gradient(center bottom, #0066cc 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: #0066cc;
  text-transform: uppercase;
}
#course-detail #course-description .pdf-download h3 {
  padding-top: 0;
  background: none;
  margin: 0;
  color: black;
}
#course-detail .course-title {
  color: #0066cc;
  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: #0066cc;
  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: #0066cc;
  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: #0066cc;
}
#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: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: #1c89cf;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0066CB), color-stop(1, #1c89cf));
  background: -ms-linear-gradient(bottom, #0066CB, #1c89cf);
  background: -moz-linear-gradient(center bottom, #0066CB 0%, #1c89cf 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;
}
.hide-featured .featured-title {
  visibility: hidden;
}
.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 .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' "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  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;
}
@media (min-width: 320px) and (max-width: 640px) and (orientation: portrait) {
  .research-main-content .composite-content-list .composite-content-header select.researchArea {
    width: auto;
    max-width: 280px;
  }
}
@media (min-width: 640px) {
  .research-main-content .composite-content-list .composite-content-header select.researchArea {
    width: auto;
    max-width: 600px;
  }
}
.research-main-content .composite-content-list .composite-content-header select.documentType {
  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' "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  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' "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  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' "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  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 hr {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAFUlEQVQImWNgQAJHjx79TyqHgYEBAMBnDTkyYGuKAAAAAElFTkSuQmCC);
  display: block;
  height: 20px;
  margin-top: 0;
}
.ResearchSection .eventpage {
  font-size: 12px;
}
.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 p {
  word-wrap: break-word;
}
.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;*/
  left: -9999em;
  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;*/
  left: 50%;
}
.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' "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  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: #1c89cf;
}
.ResearchSection .research-hero .static-header h1.blue {
  background-color: #0066cc;
}
.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' "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.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' "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
}
.ResearchSection .research-hero #research-section-scroller .item .research-hero-inner .overview h2 {
  color: #333367;
  font-size: 22px;
  font-family: 'HelveticaNeueW01-95Blac' "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  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' "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  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' "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  color: #333366;
  margin-bottom: 0px;
}
.ResearchSection .research-main-content h1 b,
.ResearchSection .research-main-content h1 strong {
  font-family: 'HelveticaNeueW01-95Blac' "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  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: #1c89cf;
}
.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: #0066cc;
}
.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 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;
  }
}
.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;
  }
  #course-detail .signpost {
    height: auto;
    min-height: 40px;
  }
  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: 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 .fa-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;
    border-bottom: 1px solid #fff;
    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 li:last-child {
    border-bottom: 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;
    /*ul li{
            background-color: inherit;
            border-top: 1px solid #78A8D8;
            border-bottom: 1px solid #184974;

            &:last-child{ border-bottom: 0; }
            &:nth-child(2){ border-top: 0; }
        
            a{ 
                border-right: 0;
                padding: 0 0 0 10px;
            }

        }*/
  }
  #top-nav ul {
    /*.active{
			    background-color: @light-blue;
                background-image: none;
                .transition(0.1s);
		    }*/
  }
  #top-nav ul a:hover {
    background-image: none;
    background-color: inherit;
  }
  #top-nav .search-wrapper {
    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 #0066cc;
    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: #0066cc;
    padding: 5px 10px;
  }
  #course-detail #course-description .signpost-title-blue p span {
    position: relative;
    z-index: 1;
  }
  #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: #1c89cf;
    padding: 5px 10px;
  }
  #course-detail #course-description .signpost-title-light-blue p span {
    position: relative;
    z-index: 1;
  }
  #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-dark-blue p span {
    position: relative;
    z-index: 1;
  }
  #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-light-purple p span {
    position: relative;
    z-index: 1;
  }
  #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-purple p span {
    position: relative;
    z-index: 1;
  }
  #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-red p span {
    position: relative;
    z-index: 1;
  }
  #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;
  }
  #course-detail #course-description .signpost-title-lime p span {
    position: relative;
    z-index: 1;
  }
  .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: 10px 0 10px 20px;
    display: inline-block;
  }
  #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;
  }
  .rounded-box-signpost img {
    min-height: 1px;
    display: none;
  }
  .rounded-box,
  .carousel .signpost,
  .item-wrapper .signpost,
  #home-landing .signpost {
    height: auto;
  }
  #home-landing #home-section-scroller {
    background: none!important;
  }
  #home-landing #home-section-scroller .item .overview {
    margin-top: 30%;
  }
  #home-landing #home-section-scroller .item .overview h1 p {
    font-size: 24px;
    line-height: 28px;
  }
  #home-landing #home-section-scroller .item .overview div p {
    font-size: 17px;
    line-height: 21px;
  }
  #home-landing #home-section-scroller .item .overview div p:after {
    margin-top: -12px;
  }
}
/*
*	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;
  }
  .rounded-box-signpost img {
    min-height: none;
  }
}
@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: #0066cc;
  }
  .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: #0066cc;
  }
  .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-of-type {
    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%;
  }
  .rounded-box-signpost img {
    min-height: 1px;
  }
}
/*
*	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;
  }
  .rounded-box-signpost img {
    min-height: 1px;
  }
  .rounded-box,
  .carousel .signpost,
  .item-wrapper .signpost,
  #home-landing .signpost {
    height: auto;
  }
}
.ie .home-top-title {
  padding-left: 10px;
}
.ie .home-top-title a {
  margin-left: -10px;
}
.ie .home-top-title .home-heading h1,
.ie #home-landing #home-section-scroller .item .home-heading h1,
.ie .home-top-title .overview h1,
.ie #home-landing #home-section-scroller .item .overview h1 {
  margin: 30px 0;
}
.ie .home-top-title .home-heading h1 p,
.ie #home-landing #home-section-scroller .item .home-heading h1 p,
.ie .home-top-title .overview h1 p,
.ie #home-landing #home-section-scroller .item .overview h1 p,
.ie .home-top-title .home-heading h1 p span,
.ie #home-landing #home-section-scroller .item .home-heading h1 p span,
.ie .home-top-title .overview h1 p span,
.ie #home-landing #home-section-scroller .item .overview h1 p span {
  box-shadow: none;
}
.ie .home-top-title .home-heading h1 p,
.ie #home-landing #home-section-scroller .item .home-heading h1 p,
.ie .home-top-title .overview h1 p,
.ie #home-landing #home-section-scroller .item .overview h1 p {
  position: relative;
  display: inline;
  /*white-space: pre-wrap;*/
  margin: 0 0 10px 0;
}
.ie .home-top-title .home-heading h1 p:after,
.ie #home-landing #home-section-scroller .item .home-heading h1 p:after,
.ie .home-top-title .overview h1 p:after,
.ie #home-landing #home-section-scroller .item .overview h1 p:after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 10px;
  background: inherit;
}
.ie .home-top-title .home-heading h1 p span,
.ie #home-landing #home-section-scroller .item .home-heading h1 p span,
.ie .home-top-title .overview h1 p span,
.ie #home-landing #home-section-scroller .item .overview h1 p span {
  position: relative;
  z-index: 1;
}
.ie .home-top-title .home-heading h1 p span:after,
.ie #home-landing #home-section-scroller .item .home-heading h1 p span:after,
.ie .home-top-title .overview h1 p span:after,
.ie #home-landing #home-section-scroller .item .overview h1 p span:after {
  content: " ";
  font-size: 30px;
}
.lt-ie9 .home-top-title .home-heading h1 p {
  padding-right: 10px;
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/templates/primarysite/ui/css/less/fontawesome/fontawesome-webfont.eot?v=4.3.0');
  src: url('/templates/primarysite/ui/css/less/fontawesome/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/templates/primarysite/ui/css/less/fontawesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('/templates/primarysite/ui/css/less/fontawesome/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('/templates/primarysite/ui/css/less/fontawesome/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('/templates/primarysite/ui/css/less/fontawesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
