@charset "utf-8";
/* **********************************************************************/

/* PLEASE USE COMMENTS TO BREAK IT UP AND EXPLAIN WHAT EVERYTHINrid IS!!! */

/* **********************************************************************/

@media print {
  div:not(.reveal-modal) {
    display: block;
  }
  a,
  a:visited {
    text-decoration: none; }

  a[href]:after {
    content: ""; }

  abbr[title]:after {
    content: ""; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
}

body {
	background-color: #ffffff;
	font-family: "Poppins", sans-serif;
}
form label, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, form select, form textarea {
	font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 673px) {
  .title-bar {
    display: none;
  }
}
@media only screen and (min-width: 673px) {
  .title-bar {
    display: none;
  }
}

:focus {outline: none;}

body.popupwindow {
	margin: 10px;
}

.error {
	color: red;
}
/* Masthead Stuff */

#main-grid .card {
  overflow: visible !important;
}

#main-grid .menu .button, .menu a {
  line-height: inherit;
  text-decoration: inherit;
  display: inherit;
}

.fadeOut {
  opacity: 0.3;
}

.fadeOutMore {
  opacity: 0.3;
}

#main-grid .grid-sub-menu li {
    padding: .1rem;
}

#main-grid .menu a {
  font-family: inherit;
  font-size: inherit;
 	color: #1779ba;
}

#main-grid .menu a:hover {
  color: #0382fc
;
  background-color: #FFFFFF;
}

#audioPlayback {
  display:none;
}

.elastic-grid .card-divider {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: .85rem;
  color: #666666;
}

.grid-sub-menu {
  display: none;
}

.grid-sub-menu li {
  padding: .2rem;
}

#main-grid .dropdown.menu>li.is-dropdown-submenu-parent>a::after {
  display: none;
}

#main-grid .menu li a {
  display: block !important;
  width: 150px;
}

#main-grid .is-dropdown-submenu {
  border-color: #e6e6e6;
}

#main-grid .dropdown.menu a {
  padding: inherit;
}

.margin-top {
	margin-top: 20px;
}

.logoplacement {
	height: 77px;
	width:274px;
	background-image: url(/images/logos/st-logo-large.png);
	background-repeat: no-repeat;
	cursor: pointer;
	margin-left: 20px;
}

/* Buttons */
.button {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0382fc
;
	font-weight: bold;

}

.button.secondary {
    background-color: #e9e9e9;
    border-color: #d0d0d0;
    color: #104497;
	font-weight: bold;
}

/* Default Link Styles */
a {
  color: #104497;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #0382fc
; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 1.25em; }
  p aside {
    font-size: 0.875em;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.2125em; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #031b41;
    line-height: 0; }

.subheader {
	font-family: "Inter", sans-serif;
	color: #6f6f6f;
}

.small {}
.greytext {color: #666666;}

h1 {
  font-size: 1.8em; 
}

h2 {
  font-size: 1.3em; 
}

h3 {
  font-size: 1.2em; 
}

h4 {
  font-size: 1.1em; 
}

h5 {
  font-size: 1em; 
}

h6 {
  font-size: .9em; 
    margin-top: 0;}

hr {
  border: dotted #cccccc;
  border-width: 1px 0 0;
  clear: both;
  margin: .2em 0 .2em;
  height: 0;
}

hr.horizontal {
  border: dotted #cccccc;
  border-width: 1px 0 0;
  clear: both;
  margin: .0em 0 .0em;
  padding: 0;
  height: 0;
}

/* COLOURS */

.darkblue {color: #031b41;}
.midblue {color: #0085B3;}
.lightblue {color: #4996A6;}
.vividblue {color: #008CB0;}




/* Breadcrumbs */
.breadcrumbs {
  display: block;
  padding: 0.375em 0.875em 0.5625em;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: white;
  border-color: gainsboro;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .breadcrumbs li {
    margin: 0;
    padding: 0 0.75em 0 0;
    float: left; }
    .breadcrumbs li:hover a, .breadcrumbs li:focus a {
      text-decoration: underline;
	  }
    .breadcrumbs li a,
    .breadcrumbs li span {
      font-family: Arial, Helvetica, sans-serif;
	  font-size: 0.6875em;
      padding-left: 0.75em;
      text-transform: uppercase;
      color: #2ba6cb;
	  }
    .breadcrumbs li.current a {
      cursor: default;
      color: #333333; }
    .breadcrumbs li.current:hover a, .breadcrumbs li.current:focus a {
      text-decoration: none; }
    .breadcrumbs li.unavailable a {
      color: #999999; }
    .breadcrumbs li.unavailable:hover a,
    .breadcrumbs li.unavailable a:focus {
      text-decoration: none;
      color: #999999;
      cursor: default; }
    .breadcrumbs li:before {
      content: "/";
      color: #aaaaaa;
      position: relative;
      top: 1px; }
    .breadcrumbs li:first-child a, .breadcrumbs li:first-child span {
      padding-left: 0; }
    .breadcrumbs li:first-child:before {
      content: ""; }





/* ST ICONS AND PANELS */


/* Panels */
.panel {
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 1em;
  padding: .8em;
  background: #f2f2f2; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
    color: #333333; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
	.panel a {font-size: .8em;}

.black {
	color: black;
}

.bullet {
	background-repeat: no-repeat;
	padding-left: 20px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

.light {
	background-image:url(../images/icon/light-icon-small.png);
}

.mid {
	background-image:url(../images/icon/mid-icon-small.png);
}

.dark {
	background-image:url(../images/icon/dark-icon-small.png);
}

.grey {
	background-image:url(../images/icon/grey-icon-small.png);
}

.bright {
	background-image:url(../images/icon/bright-icon-small.png);
}

.panel.midblue {
	background-color: #DBDEE6;
}
.midblue-bg {
	background-color: #DBDEE6;
}
.midblue-bg-alt {
	background-color: #DBDEE6;
}
.paleblue-bg {
	background-color: #E7EDEF;
}
.white-bg {
	background-color: #FFFFFF;
}
.endorsements {
	padding-bottom: 30px;
	border: 0;
}

.welcome-today {
	border: 0;
	font-size: 14px;
	font-family: Arial,Helvetica,sans-serif;
}

.pale-grey-bg {
  background-color: #f2f2f2;
}
.panel.paleblue {
	background-color: #E7EDEF;
}

.panel.white {
	background-color: #ffffff;
}

.panel.individual {font-size: 16px; line-height: 22px;}

.panel.red {
	background: #d20042; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #d20042 0%, #8d171a 98%, #dd6a6f 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ec2123), color-stop(98%,#8d171a), color-stop(100%,#dd6a6f)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #d20042 0%,#8d171a 98%,#dd6a6f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #d20042 0%,#8d171a 98%,#dd6a6f 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #d20042 0%,#8d171a 98%,#dd6a6f 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, #d20042 0%,#8d171a 98%,#dd6a6f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d20042', endColorstr='#dd6a6f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: white;
}

	.georgia {font-family: Georgia, 'Times New Roman', Times, serif; line-height: 24px;}
	.reference {padding-left: 3px;}


.midlinkbright {
	color: #104497;
}

.panel.white {
	background-color: #fff;
}

.no-margin {
	margin: 0;
}

.marginbot {
	margin-bottom: 20px;
}

.item {
	font-size: .7em;
	color: #666;
	margin-right: 5px;
}

.item-nobullet {
	font-size: .7em;
	font-family: Arial;
	padding-top: 3px;
}

.profile-data-block .row {
	margin-bottom: 10px;
}

.item-wrapper {
	border-bottom: 1px dotted #666;
	margin: 5px 0 18px 0;
	padding: 5px 0 3px 0;
}

.item-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	margin-bottom: 8px;
	font-weight: bold;
	line-height: 150%;
}

.item-description {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 12px;
	width: 80%;
	font-size: 1em;
}

.item-implications-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 8px;
	font-size: 1em;
	font-weight: bold;
	color: #004F77;
	margin-top: 20px;
}

.item-implications {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	margin-bottom: 12px;
	width: 80%;
}

.item-textblock p {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 12px;
	font-size: 1em;
}

.item-alert {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 12px;
	font-size: 1em;
}

.item-summary-details {
	border-top: 1px dotted #ccc;
	font-size: 1em;
}

.item-summarylink {}
.item-reflist {
	margin-bottom: 10px;
}

/* This controls the blocks in which ajax controls appear in the centre panel */

.item-ajax-block {
	font-family: Arial,Helvetica,sans-serif;
	font-size: .7em;
  border-top: dotted #cccccc;
  border-width: 1px 0 0;
  clear: both;
  margin: .0em 0 .0em;
  padding: 4px 0 4px 0;
	line-height: 1.6;
}

.item-ajax-block-nested {
  border-top: dotted #cccccc;
  border-width: 1px 0 0;
  clear: both;
  margin: .0em 0 .0em;
  padding: 4px 0 4px 0;
}

.item-spinner {
	position: absolute;
	background-color: white;
	width: 50%;
	opacity: 0.9;
	text-align: left;
  font-size: 11px;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 22px;
  z-index: 99999999;
}

.item-spinner-extraheight {
  line-height: 28px !important;
}

#websumSpinner, #listingWordCloudSpinner, #helpBlockSpinner0, #topNavSpinner, #avg-intsy-spinner, #avg-intsy-spinner-1, #avg-intsy-spinner-2, #avg-pie-spinner {
  font-size: 11px;
  line-height: 22px;
  font-family: Arial,Helvetica,sans-serif;
}


/* Linked items and comment lists should also include other lists in the item centre panel that need to have bullets removed */

.linked-references, .item-comments {
	list-style-type:none;
	margin:0;
	padding:0;
}

.linked-references li, .item-comments li  {
	display: block;
	padding-right: 10px;
}

.item-comments li {
	margin-bottom: 10px;
}

.item-comments li p {
	margin: 0 0 5px 0;
	padding: 0;
}

.item-comment-by {
	padding-top: 5px;
	font-style: italic;
}

.item-icon-row  {
	padding-top: 0px;
	padding-bottom: 3px;
	line-height: 1.6;
}

.item-image {
	margin-left: 17px;
	margin-right: 2px;
	background-repeat: no-repeat;
}

.image-border {
	border-right: 4px solid #cecece;
	border-bottom: 4px solid #cecece;
	border-top: 1px solid #cecece;
	border-left: 1px solid #cecece;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}

/* Privacy buttons on item pages */

.icon-privacy {
	font-family: Arial, Helvetica, sans-serif;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	padding: 7px 0 0px 3px;
	width: 27px;
	height: 27px;
	float: left;
	margin-right: 2px;
	cursor: pointer;
}

.icon-privacy.on {
	background-color: #00aeef /*{global-icon-color}*/;
	border: 2px solid #00aeef;
	background-color: rgba(0, 174, 239) /*{global-icon-disc}*/;
	color: white;
}

.icon-privacy.off {
	background-color: #ffffff /*{global-icon-color}*/;
	border: 2px solid #00aeef;
	background-color: rgba(0,0,0,0) /*{global-icon-disc}*/;
	color: black;
}

.privacy-text {
	width:17px;
	text-align: center;
	font-size: 8px;
}


/* Side Nav */
.side-nav {
  display: block;
  margin: 0;
  padding: 0.4em 0;
  list-style-type: none;
  list-style-position: inside; }
  .side-nav li {
    margin: 0 0 0.4375em 0;
    font-size: 0.9em; }
    .side-nav li span {
	  font-size: .8em;}
    .side-nav li a {
      display: block;
      color: #104497;
	  font-size: .8em;}
    .side-nav li a:hover, a:focus {
     color: #0382fc
;}
	.side-nav li a:hover{
		color: #0382fc
;}
    .side-nav li.active a {
	  background-color: #D0DCE3;
      font-weight: bold; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      padding: 0;
      list-style: none;
      border-top-color: #e6e6e6; }

/* Nester side nav */

.side-nav-subhead {
  font-weight: bold;
  color: #899197;
}

.side-nav-nested ul {
	margin: 0;
	padding: 0;
  list-style-type: none;
}

.side-nav-nested li {
	margin: 0 0 0 10px;
  list-style-type: none;
}


/* Side Nav */
.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25em 0 1.125em;
  padding-top: 0.25em;
  margin-right: 0;
  margin-left: -0.5625em; }
  .sub-nav dt,
  .sub-nav dd {
    float: left;
    display: inline;
    margin-left: 0.5625em;
    margin-bottom: 0.625em;
    font-weight: normal;
    font-size: 0.875em; }
    .sub-nav dt a,
    .sub-nav dd a {
      color: #999999;
      text-decoration: none; }
    .sub-nav dt.active a,
    .sub-nav dd.active a {
      -webkit-border-radius: 1000px;
      border-radius: 1000px;
      font-weight: bold;
      background: #2ba6cb;
      padding: 0.1875em 0.5625em;
      cursor: default;
      color: white; }

#expertise .accordion-title {
	font-family: arial;
	font-size: 1rem;
}

ul.accordion {
	margin: 0 0 22px 0;
	border-bottom: 1px solid #e9e9e9;
}
ul.accordion > li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #e9e9e9;
}
ul.accordion > li > div.title {
	cursor: pointer;
	background: #f6f6f6;
	padding: 15px;
	margin: 0;
	position: relative;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	-webkit-transition: 0.15s background linear;
	-moz-transition: 0.15s background linear;
	-o-transition: 0.15s background linear;
	transition: 0.15s background linear;
}
ul.accordion > li > div.title h1, ul.accordion > li > div.title h2, ul.accordion > li > div.title h3, ul.accordion > li > div.title h4, ul.accordion > li > div.title h5 { margin: 0; }
ul.accordion > li > div.title:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid 6px;
	border-color: transparent #9d9d9d transparent transparent;
	position: absolute;
	right: 15px;
	top: 21px;
}
ul.accordion > li .content {
	display: none;
	padding: 15px;
}
ul.accordion > li.active {
	border-top: 3px solid #2ba6cb;
}
ul.accordion > li.active .title {
	background: white;
	padding-top: 13px;
}
ul.accordion > li.active .title:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid 6px;
	border-color: #9d9d9d transparent transparent transparent;
}
ul.accordion > li.active .content {
	background: white;
	display: block;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}


/* sorts out the ridiculous button padding
input.button.small, button.button.small {
	padding-top: 0;
	padding-bottom: 0;
} */

.ajax-area-toggle {
	display: none;
}

.hideOnLoad {
	display: none;
}

/* Wheels Pagination Formatting */
.pagination li span.current {
  background: #2ba6cb;
  color: white;
  font-weight: bold;
  cursor: default;
	padding: 0.0625em 0.4375em 0.0625em;
}





/* Other stuff */

/* Select box on item reference search ajax
.refselect, .inlineform-comment select  {
	border: 1px solid #CCCCCC;
	font-size: 12px;
}

.inlineform-reference input,
	.inlineform-tag input,
		.inlineform-comment input,
		.inlineform-reference select,
			.inlineform-tag select,
				.inlineform-comment select {
	padding: 2px 0 2px 0;
}

.inlineform-tag input #mitsu {
	line-height: 25px;
}

.inlineform-reference input {
	padding-left: 4px;
}

.inlineform-comment textarea,
	.inlineform-reference #mitsu {
	min-height: 29px;
	font-size: 12px;
}   */

/* over-ride foundation's dumb-arse form styles in the centre panel */
.item-wrapper form, .item-wrapper label  {
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: black;
}

/* Left nav criteria ajax spinner */
.criteriaspinner {
	display: inline;
}

/* re-write admin select control
.admincontent select {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-size: 0.875em;
	margin: 0 0 1em 0;
	padding: 0.5em;
	height: 2.3125em;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
} */

.registrationForm select {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-size: 0.875em;
	margin: 0 0 1em 0;
	padding: 0.5em;
	height: 2.3125em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
	line-height: 1em;
}

/* Used in ajax controls to make links bold and unbold */
.makeBold {
	font-weight: bold;
	background-color: #d3e0e6;
}

/* Upsize the font so that the other CSS makes it smaller again. Why such a huge base font size Kerry??? */
.item-comment-admin {
	font-size: 16px;
}

/* Centrel panel share block */
.sharethis {
	padding-top: 10px;
}

/* Topics page subject heading */
.topics-subjecttitle {
	font-weight: bold;
	margin-bottom: 3px;
}

/* label subheader for forms because the main subheader class had a font set in it instead of using a sub-class! */
label > .subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

/* Timeline stuff on insights page, hidden at the top */
#timelinearea, #sentimentarea {
	width: 100%;
	margin-bottom: 20px;
}

.timelinespinner, .sentimentspinner, .global-spinner {
  font-size: 11px;
  line-height: 22px;
  font-family: Arial,Helvetica,sans-serif;
}


/* Image picker utility */
#imagePickerselectFormArea a:hover {
	font-weight: bold;
}
#imagePickerselectFormArea .imagePicker {
	cursor: pointer;
	border: solid 2px white;
}
#imagePickerselectFormArea .redBorder {
	border: solid 2px red;
}
#imagePickerselectFormArea .imageSelect {
	display: none;
}
#imagePickerselectFormArea .assignButton {
	postion: fixed;
	bottom: 0;
	left: 0;
	z-index: 4000;
	height: 50px;
}

/* Tag cloud font sizes and colours */
.tagcloud-smallest {
	font-size: 11px;
	line-height: 25px;
	color: #999999;
	text-decoration: none;
	padding-right: 10px;
}

.tagcloud-small {
	font-size: 13px;
	line-height: 25px;
	color: #666666;
	text-decoration: none;
	padding-right: 10px;
}

.tagcloud-medium {
	font-size: 18px;
	line-height: 25px;
	color: #606060;
	text-decoration: none;
	padding-right: 10px;
}

.tagcloud-big {
	font-size: 20px;
	line-height: 25px;
	color: #333333;
	text-decoration: none;
	padding-right: 10px;
}

.tagcloud-biggest {
	font-size: 25px;
	line-height: 25px;
	color: #0382fc
;
	text-decoration: none;
	padding-right: 10px;
}


/* jQuery UI Datepicker classes */
.ui-datepicker {
	font-size: 12px;
	z-index: 4 !important;

}

.datepickerForm label {
	padding-right: 5px;
}

/* COMMENT YOUR CSS CLASSES PLEASE KERRY! */
/* List style for something or other */
.disc {padding-left: 20px;}

/* Social network links in post login masthead */
.postlogin-follow {
	padding: 4px 5px 0 10px;
	cursor: pointer;
}

/* Alignment of text in on the item location map page */
.location-info-icon {
	vertical-align: middle;
}

#location-map-area {
	height: 320px;
	width: 650px;
}

@media all {
	#location-map-area object, #location-map-area embed {
		height: 100%;
		}
}

.location-regions {
	font-size: 0.8em;
	text-align: center;
	padding-top: 10px;
}

.orbit-bullets li {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #000000;
    border-radius: 1000px 1000px 1000px 1000px;
    display: block;
    float: left;
    height: 18px;
    margin-right: 6px;
    width: 18px;
}

.orbit-bullets li.active {
    background: none repeat scroll 0 0 #0382fc
;
}

.orbit-bullets li {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #0382fc
;
    border-radius: 1000px 1000px 1000px 1000px;
    display: block;
    float: left;
    height: 18px;
    margin-right: 6px;
    width: 18px;
}

.orbit-container .orbit-prev, .orbit-container .orbit-next {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    height: 40px;
    line-height: 50px;
    margin-top: 88px;
    position: absolute;
    text-indent: -9999px !important;
    top: 50%;
    width: 50px;
}

/* font adjustment for small text in the item title */
.item-title .sub-title {
	font-weight: normal;
}

.threesixtyCloudArea {
	margin-bottom: 20px;
}

#threesixtysearch li {
	list-style-type: none;
}

#threesixtysearch li b {
	font-weight: normal;
}

/* Text tools border changes for textareas when saving occurs */
.completeBorder {
	border-style: dashed;
}

.white {color: white; line-height: 18px;}

/* Form object errors, mainly appear in admin pages */
ul.errorMessages li {
	list-style-type: none;
	color: red;
}

/* Adjust section code in the text tools to make it display properly
.section-container.tabs section .textToolTexts, .section-container.tabs .textToolTexts
 {
	top: -2px;
}
 */

/* Fix the button padding when a .button appears in a section container */
.section-container section .content > .button, .section-container .section .content >  .button {
	padding-bottom: 0.5em;
}

/* Form Privacy Radio Line */
.privacyRadioContainer {
	vertical-align: middle;
	display: inline;
	padding-right: 15px;
}

.privacyRadioContainerInline {
	vertical-align: middle;
	display: inline;
	padding-left: 3px;
}

label.privacyRadioOptions {
	margin-bottom: 5px;
}

.tool-output-subheader {
	font-size: 0.9em;
	margin: 0 0 2px 0;
	padding: 0;
}

.tooltabs section p.title,
.tooltabs .section p.title  {
	font-size: 0.8em;
}

/* Noscript message users see when visiting without javascript */
.noscript-message-overlay {
	width: 100%;
	padding:20px;
	text-align:center;
	font-size:1em;
	color:white;
	background-color: red;
	z-index: 9999;
}

.noscript-message-overlay h5 {
	color:white;
}

.noscript-message-overlay a {
	color:white;
}

.textDirectionLTR {
	text-align: left;
}

.textDirectionRTL {
	text-align: right;
}

/* Endorsements page */
.endorsements li {
	list-style-type: none;
	padding-bottom: 10px;
}

/* Rss/Tweets/News in the centre panel for stakeholders */
ul.center-panel-rss {
	padding: 0;
	margin: 0;
}
ul.center-panel-rss li {
	list-style-type: none;
	padding-bottom: 5px;
}

/* Custom footer tags -- please comment and correctly format your CSS! */
footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

/* Rewrite the embed CSS so the height isn't broken in Chrome */
@media all {
	object, embed {
		height: auto;
		}
}

/* Make the header row in table sorter tables show as a cursor */
/* The tablesorter class also does the javascript which makes the table columns sortable */
.tablesorter th, .forecaststable thead th, .tablesorterThink thead th  {
	cursor: pointer;
}

/* class to center things in the sources table */
.sourcestable {
	font-size: 0.8em;
}
.sourcestable .centered {
		text-align: center;
	}
.sourcestable td.active {
	border: solid 1px red;
}

.source-list {
	cursor: pointer;
}

#source-list-display ol {
	margin-left: 20px;
}

/* ST Very High -> Very Low Colours */
.str-very-low {
	color: #6467de;
}
.str-low {
	color: #67b45f;
}
.str-medium {
	color: #de9803;
}
.str-high {
	color: #fc7700;
}
.str-very-high {
	color: #fd4b4b;
}

.str-very-low-bg {
	background-color: #6467de;
	color: white;
}
.str-low-bg {
	background-color: #67b45f;
	color: white;
}
.str-medium-bg {
	background-color: #de9803;
	color: white;
}
.str-high-bg {
	background-color: #fc7700;
	color: white;
}
.str-very-high-bg {
	background-color: #fd4b4b;
	color: white;
}

.str-very-low-txt {
	color: #6467de;
}
.str-low-txt {
	color: #67b45f;
}
.str-medium-txt {
	color: #de9803;
}
.str-high-txt {
	color: #fc7700;
}
.str-very-high-txt {
	color: #fd4b4b;
}

/* Characters left counter div on forms */

.charleft {
	margin-bottom: 10px;
	margin-top: -10px;
	text-align: right;
	font-size: 0.8em;
	color: #4d4d4d;
}


/* We use this to get basic styling on all basic form elements
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.875em;
}
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="month"][disabled],
  input[type="week"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  textarea[disabled] {
    background-color: #dddddd; } */

/* Registration Form field error */
#registrationForm label.error, .validateForm label.error {
	margin: -10px 0 15px 0;
	font-size: 0.7em;
}

/* Purchase Form item div selection */
#purchaseForm div.row {
	cursor: pointer;
}
#purchaseForm label, #purchaseForm h5 {
	display: inline;
}
/*
#purchaseForm div.row:hover {
	background-color: #cecece;
}
*/

.package-price {
	font-size: 1.3em;
	font-weight: bold;
}

#purchaseFormError {
	margin-bottom: 10px;
}

.slider {
	width: 300px;
}

.sliderRow {
	padding-bottom: 30px;
}

.slideContain {
	text-align: center;
}

select.error {
	border-color: #C60F13;
	background-color: rgba(198, 15, 19, 0.1);
}

#cke_emailbody {
	margin-bottom: 1em;
}

.photo {float: right; margin: 0 0 20px 20px;}

#purchasePage form {
	margin: 0;
}

.effect-under-graph {
	font-size: 0.7em;
	text-align: center;
}

.scanclientfront {float: right; margin-top: 30px; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 16px; font-weight: bold; line-height: 20px; }

/* #masthead-itemtype-select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.75);
	display: block;
	font-size: 0.875em;
	margin: 0 0 1em 0;
	padding: 0.5em;
	height: 2.3125em;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

#masthead-search-button {
	height: 2.3125em;
	font-size: 0.875em;
	font-weight: normal;
} */

.frontpagesearch {margin-top: 5px; margin-left: -1.25em; color: black; font-size: 20px; font-weight: bold;}

.gradientfrontst

		{background: #1983ab; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5ODNhYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNTU4ODIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #1983ab 0%, #155882 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1983ab), color-stop(100%,#155882)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #1983ab 0%,#155882 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #1983ab 0%,#155882 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #1983ab 0%,#155882 100%); /* IE10+ */
background: linear-gradient(to right,  #1983ab 0%,#155882 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='##1983ab', endColorstr='##155882',GradientType=1 ); /* IE6-8 */
	padding: 10px;
	border: 1px solid #155882;
	font-color: white;
	height: 110px;
	width: 100%;		}

.rightfloat {float: right;}

code {
	display: block;
	font-weight: normal;
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
	font-size: 13px;
	padding: 9.5px;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	border-radius: 4px;
	color: black;
}

.large {font-size: 16px; line-height: 22px;}

.inline-ucase-titles {
	margin-bottom: 5px;
	display: block;
}

.inline-drivers {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1.5em;
}


#darkblue {color: #155981; }
#midblue {color: #0085b3; }
#tealblue {color: #4696a6;}
#aquablue {color: #11bff1;}


.loadinggif {
   background-image: url('data:image/gif;base64,R0lGODlhEAAQAPYAAP///wAAANTU1JSUlGBgYEBAQERERG5ubqKiotzc3KSkpCQkJCgoKDAwMDY2Nj4+Pmpqarq6uhwcHHJycuzs7O7u7sLCwoqKilBQUF5eXr6+vtDQ0Do6OhYWFoyMjKqqqlxcXHx8fOLi4oaGhg4ODmhoaJycnGZmZra2tkZGRgoKCrCwsJaWlhgYGAYGBujo6PT09Hh4eISEhPb29oKCgqioqPr6+vz8/MDAwMrKyvj4+NbW1q6urvDw8NLS0uTk5N7e3s7OzsbGxry8vODg4NjY2PLy8tra2np6erS0tLKyskxMTFJSUlpaWmJiYkJCQjw8PMTExHZ2djIyMurq6ioqKo6OjlhYWCwsLB4eHqCgoE5OThISEoiIiGRkZDQ0NMjIyMzMzObm5ri4uH5+fpKSkp6enlZWVpCQkEpKSkhISCIiIqamphAQEAwMDKysrAQEBJqamiYmJhQUFDg4OHR0dC4uLggICHBwcCAgIFRUVGxsbICAgAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAHjYAAgoOEhYUbIykthoUIHCQqLoI2OjeFCgsdJSsvgjcwPTaDAgYSHoY2FBSWAAMLE4wAPT89ggQMEbEzQD+CBQ0UsQA7RYIGDhWxN0E+ggcPFrEUQjuCCAYXsT5DRIIJEBgfhjsrFkaDERkgJhswMwk4CDzdhBohJwcxNB4sPAmMIlCwkOGhRo5gwhIGAgAh+QQJCgAAACwAAAAAEAAQAAAHjIAAgoOEhYU7A1dYDFtdG4YAPBhVC1ktXCRfJoVKT1NIERRUSl4qXIRHBFCbhTKFCgYjkII3g0hLUbMAOjaCBEw9ukZGgidNxLMUFYIXTkGzOmLLAEkQCLNUQMEAPxdSGoYvAkS9gjkyNEkJOjovRWAb04NBJlYsWh9KQ2FUkFQ5SWqsEJIAhq6DAAIBACH5BAkKAAAALAAAAAAQABAAAAeJgACCg4SFhQkKE2kGXiwChgBDB0sGDw4NDGpshTheZ2hRFRVDUmsMCIMiZE48hmgtUBuCYxBmkAAQbV2CLBM+t0puaoIySDC3VC4tgh40M7eFNRdH0IRgZUO3NjqDFB9mv4U6Pc+DRzUfQVQ3NzAULxU2hUBDKENCQTtAL9yGRgkbcvggEq9atUAAIfkECQoAAAAsAAAAABAAEAAAB4+AAIKDhIWFPygeEE4hbEeGADkXBycZZ1tqTkqFQSNIbBtGPUJdD088g1QmMjiGZl9MO4I5ViiQAEgMA4JKLAm3EWtXgmxmOrcUElWCb2zHkFQdcoIWPGK3Sm1LgkcoPrdOKiOCRmA4IpBwDUGDL2A5IjCCN/QAcYUURQIJIlQ9MzZu6aAgRgwFGAFvKRwUCAAh+QQJCgAAACwAAAAAEAAQAAAHjIAAgoOEhYUUYW9lHiYRP4YACStxZRc0SBMyFoVEPAoWQDMzAgolEBqDRjg8O4ZKIBNAgkBjG5AAZVtsgj44VLdCanWCYUI3txUPS7xBx5AVDgazAjC3Q3ZeghUJv5B1cgOCNmI/1YUeWSkCgzNUFDODKydzCwqFNkYwOoIubnQIt244MzDC1q2DggIBACH5BAkKAAAALAAAAAAQABAAAAeJgACCg4SFhTBAOSgrEUEUhgBUQThjSh8IcQo+hRUbYEdUNjoiGlZWQYM2QD4vhkI0ZWKCPQmtkG9SEYJURDOQAD4HaLuyv0ZeB4IVj8ZNJ4IwRje/QkxkgjYz05BdamyDN9uFJg9OR4YEK1RUYzFTT0qGdnduXC1Zchg8kEEjaQsMzpTZ8avgoEAAIfkECQoAAAAsAAAAABAAEAAAB4iAAIKDhIWFNz0/Oz47IjCGADpURAkCQUI4USKFNhUvFTMANxU7KElAhDA9OoZHH0oVgjczrJBRZkGyNpCCRCw8vIUzHmXBhDM0HoIGLsCQAjEmgjIqXrxaBxGCGw5cF4Y8TnybglprLXhjFBUWVnpeOIUIT3lydg4PantDz2UZDwYOIEhgzFggACH5BAkKAAAALAAAAAAQABAAAAeLgACCg4SFhjc6RhUVRjaGgzYzRhRiREQ9hSaGOhRFOxSDQQ0uj1RBPjOCIypOjwAJFkSCSyQrrhRDOYILXFSuNkpjggwtvo86H7YAZ1korkRaEYJlC3WuESxBggJLWHGGFhcIxgBvUHQyUT1GQWwhFxuFKyBPakxNXgceYY9HCDEZTlxA8cOVwUGBAAA7AAAAAAAAAAAA') !important;
   background-repeat: no-repeat !important;
   background-position: right center !important;
-o-transition-property: none !important;
-moz-transition-property: none !important;
-ms-transition-property: none !important;
-webkit-transition-property: none !important;
transition-property: none !important;
/*CSS transforms*/
-o-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-webkit-transform: none !important;
transform: none !important;
/*CSS animations*/
-webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important;
-ms-animation: none !important;
animation: none !important;
}

.omniform .error label, .omniform label.error {
  margin-top: -10px;
  margin-bottom: 10px;
}

.email-subs-option {
	line-height: 20px;
}

.email-subs-header {
	margin-bottom: 5px;
	font-weight: bold;
}

.email-subs-day {
	color: #808080;
}

/*CSS topbuttons*/

.button.datatools, .button.datatools {background: #afb5c3; color: white; margin-right: 2px; margin-bottom: 5px; border: 0; border-right: 5px solid white; width: 140px;}
a.datatools {background: #afb5c3; color: white; text-align: left;}
.imagewrap {width: 23px; height: 18px; float: left; margin-right: 2px;  margin-top: 2px; margin-left: 5px; }
.imagewraptext {float: left; margin-top: 5px; }
.white {color: "white"};



		/*=== Basic box styling  ===*/

/*=== Trigger  ===*/
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*=== Optional Delays, change values here  ===*/
.one {
-webkit-animation-delay: 0.4s;
-moz-animation-delay: 0.4s;
animation-delay: 0.4s;
}

.two {
-webkit-animation-delay: 0.8s;
-moz-animation-delay: 0.8s;
animation-delay: 0.8s;
}

.three {
-webkit-animation-delay: 1.2s;
-moz-animation-delay: 1.2s;
animation-delay: 1.2s;
}

.four {
-webkit-animation-delay: 1.4s;
-moz-animation-delay: 1.4s;
animation-delay: 1.4s;
}

.five {
-webkit-animation-delay: 1.8s;
-moz-animation-delay: 1.8s;
animation-delay: 1.8s;
}

.six {
-webkit-animation-delay: 2.2s;
-moz-animation-delay: 2.2s;
animation-delay: 2.2s;
}

/*=== Animations start here  ===*/
/*=== FADE IN  ===*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


/*=== FADE IN DOWN ===*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*==== FADE IN UP ===*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*=== FADE IN LEFT ===*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}


/*==== FADE IN RIGHT ===*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.st-flash {
  display: none;
}

.flash-info {
  background-color: #D3DAFF !important;
  color: black !important;
  font-weight: normal !important;
  font-family: arial;
  line-height: 1.3em;
  width: 50% !important;
}

.wheelsflash-new {
  background-color: white !important;
  color: black !important;
  font-weight: normal !important;
  font-family: arial;
  font-size: .9rem;
  line-height: 1.3em;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.75);
  box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.75);
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  padding-right: 25px !important;
  min-height: 70px;
  width: 35% !important;
  position: absolute;
  top: 100px;
  left: 32.5%;
  z-index: 9999;
  display: none;
}

.wheelsflash-new-onscreen {
  background-color: white !important;
  color: black !important;
  font-weight: normal !important;
  font-family: arial;
  line-height: 1.3em;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.75);
  box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.75);
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  padding-right: 25px !important;
  min-height: 90px;
  width: 70% !important;
}




.flash-success {
  border-color: #00ff00 !important;
     background-color: #fff !important;
}

.flash-success strong, .flash-success a, .flash-success .close-button   {
  /* text-shadow: 1px 1px 1px rgba(150, 150, 150, 1); */
  color: #019905 !important;
}

.flash-error {
  border-color: #D21743 !important; background-color: #fff !important;
}


.flash-error strong, .flash-error a, .flash-error .close-button {
  /* text-shadow: 1px 1px 1px rgba(150, 150, 150, 1); */
  color: #9c1132 !important;
}

.flash-flashalert {
  border-color: #D21743 !important;
}

.flash-flashalert strong, .flash-flashalert a, .flash-flashalert .close-button {
  /* text-shadow: 1px 1px 1px rgba(150, 150, 150, 1); */
  color: #9c1132 !important;
}

.alert-box .close  {
  font-weight: bold;
  opacity: 1;
}

.flash-alert {
  border-color: #FF9C00 !important;
  z-index: 9990 !important;
}

.flash-alert strong, .flash-alert a, .flash-alert .close-button  {
  /* text-shadow: 1px 1px 1px rgba(150, 150, 150, 1); */
  color: #E18A00 !important;
}

.flash-info {
  border-color: #9A7133 !important;
  z-index: 9990 !important;
}

.flash-info strong, .flash-info a, .flash-info .close-button  {
  /* text-shadow: 1px 1px 1px rgba(150, 150, 150, 1); */
  color: #9A7133 !important;
}

.alert-box .secondary {
  height: auto !important;
  overflow: auto !important;
}

.flash-image {
  height: 40px;
  float:left;
  margin-right: 10px;
}

.home-page-right-box a {
	font-size: 1em;
}

.snapshot-right {
  padding-left: 20px !important;
}

.thumbnail {
  margin-bottom: .25rem !important;
}

#wordcloud_viz {
  position: relative;
  width: 600px;
}
#presets a { border-left: solid #666 1px; padding: 0 10px; }
#presets a.first { border-left: none; }
#keyword { width: 300px; }
#fetcher { width: 500px; }
#keyword, #go { font-size: 1.5em; }
#text { width: 100%; height: 100px; }
p.copy { font-size: small; }
#form { font-size: small; position: relative; }
hr { border: none; border-bottom: solid #ccc 1px; }
a.active { text-decoration: none; color: #000; font-weight: bold; cursor: text; }
#angles line, #angles path, #angles circle { stroke: #666; }
#angles text { fill: #333; }
#angles path.drag { fill: #666; cursor: move; }
#angles { text-align: center; margin: 0 auto; width: 350px; }
#angles input, #max { width: 42px; }
#cloud-form {display: none;}
#cloud-form input {width: auto; display:inline;}

.trend-alert-comments .inlineform-comment {
	margin-top: 10px !important;
}

.ask-form {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11.56px;
  font-style: normal;
  font-weight: normal;
}

.ask-textarea {
  margin: 0px;
  padding: 5px;
}

.ask-button {
  width: 100%;
  font-size: 0.8em;
  padding: 5px 0px 5px 0px;
}

.ask-message {
  font-size: 0.8em;
}

#iispeed_poweredby div  {
	font-size: 10px !important;
	font-family: Arial, Helvetica, sans-serif !important;
}

/* New Top Nav Styles */

.section-container.horizontal-nav {
  margin-bottom: 0.5em;
  min-height: 50px;
  background-color: white;
  border: 0px;
  width: 100%;
}

.section-container.horizontal-nav p div .content {
  top: 50px;
}

@media only screen and (max-width: 48em) {
  .section-container.horizontal-nav p {
    width: 100%;
  }
}

.section-container.horizontal-nav p {
  width:20%;
  height: 50px;
  border-left: 1px solid #ccc;
  text-align: center;
}


.horizontal-nav .side-nav li a {
  color: #104497;
}
.horizontal-nav .side-nav li a:hover {
  color: #0382fc
;
}

/* Base background color */
.section-container.horizontal-nav section .title, .section-container.horizontal-nav .section .title {
  background-color: #cad9ed !important;
  border-color: #C4C4C4 !important;
}
/* Base font color */
.section-container.horizontal-nav section .title a, .section-container.horizontal-nav .section .title a {
  color: #000000 !important;
}
/* Base hover color */
.section-container.horizontal-nav section .title a:hover, .section-container.horizontal-nav .section .title a:hover {
  color: white !important;
  background-color: #0382fc
 !important;
}

/* Active background color */
.section-container.horizontal-nav section.active .title, .section-container.horizontal-nav .section.active .title {
  background-color: #0382fc
 !important;
}
/* Active font color */
.section-container.horizontal-nav section.active .title a, .section-container.horizontal-nav .section.active .title a {
  color: #ffffff !important;
  width: 100%;
}

@media only screen and (min-width: 48em) {
  .section-container.horizontal-nav section .title {
    width: 20%;
  }
}

@media only screen and (max-width: 48em) {
  .section-container.horizontal-nav section .title {
    width: 100%;
  }
}

.section-container.horizontal-nav section {
  margin-left: -1px;
  margin-top: -1px;
}

.homepage-quote {
	float: right;
	margin: 20px 20px 0px 0px;
	width: 420px;
	text-align: right;
  height: 80px;
  overflow: hidden;
}

.homepage-quotetext {
	font-style: italic;
	line-height: 18px;
	font-size: 14px;
	margin-bottom: 5px;
	color: #004a70 !important;

}

.homepage-quoteby {
	color: #004a70 !important;
  font-size: 14px;
}

		.reliability {
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: .7em;
    padding: 5px 0 5px 0;
		}

		.reliability .learnmore {
	    font-family: Arial,Helvetica,sans-serif !important;
	    font-weight: normal;
	    padding-left: 10px;
		}

		.reliability .relibility-score {
			color: red;
	    font-weight: bold;
		}

.context-item {
	margin-bottom: 5px;
}

.athena-volume {
  position: absolute;
  bottom: 5px;
  right: 8px;
  color: #9A7133;
}

.lc-dropdown {
  padding: 5px;
}

.lc-dropdown li {
  margin-bottom: 10px;
}

.f-dropdown.lc-dropdown li a {
  color: #104497 !important;
  padding-margin: 10px !important;
}

.compare-select {
  margin-bottom: 4px;
}
/*
.compare-button {
  padding: 5px 20px 5px 20px !important;
} */
.compare-spinner {
  margin-left: 10px;
}


/* form control changes and grid */

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-transition: border linear 0s;
  -moz-transition: border linear 0s;
  -o-transition: border linear 0s;
  transition: border linear 0s;
  -webkit-transition: border-color linear 0.2s;
  -moz-transition: border-color linear 0.2s;
  -o-transition: border-color linear 0.2s;
  transition: border-color linear 0.2s;
}

/* Search Grid Styles */
.search-grid div.columns {
  border: solid 1px #d2dfe5;
  font-size:0.875em;
  padding:0.9375em;
  white-space:nowrap;
  background-color: #f4f5f6;
  }

.search-grid div.last {
  border: none;
  background-color: #fff;
  }

.search-grid div.beneath {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  }

.search-grid-title
  {
  margin-bottom: 4px; font-weight: bold;
  border-bottom: 1px solid  #d2dfe5;
  padding-bottom: 6px;
    }
ul.search-grid
  {
  margin: 0; list-style: none; font-size: 12px;
    }

    ul.search-grid-4
  {
  margin: 0; list-style: none; font-size: 14px;
    }

.grid-submenu {
  font-size:0.875em;
  margin-bottom: 10px;
}
.info-icon {
  margin-left: 5px; opacity: 0.2; color: #000000 !important;
}

#topNavBlock .item-wrapper .sprite:first-child {
  display: none !important;
}

.grid-spinner {
  background-color: white;
  width: 150px;
  height: 150px;
  z-index: 10;
  position: absolute;
  margin-top: 80px;
  left: 55%;
  border-radius: 150px;
  /*
  border: solid 1px #9b9b9b;
  box-shadow: 3px 3px 4px -1px rgba(0,0,0,0.75); */
}

.search-grid .contexts {
  z-index: 15;
}

.addProjectButton {
  position: fixed;
  font-size: 50px;
  bottom: 20px;
  right: 10px;
  height: 50px;
  width: 50px;
  border-radius: 150px;
  color: #0382fc
;
  cursor: pointer;

}

/*
.refine-form .single-select {
  padding: 0.5em !important;
height: 2.3125em !important;
}
.refine-form {
  margin-top: 15px;
} */


/* Homepage accordion */
.accordionPro.horizontal.light {
  padding: 5px 5px 6px 0;
}
.accordionPro.light {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #fff;
  border-color: white;
  border-image: none;
  border-style: solid;
  border-width: 0px 0px 0px;
  box-shadow: none;
}

.accordionPro.light .slide {
  background: none repeat scroll 0 0 #fff;
  text-shadow: none;
}

.accordionPro.light .slide > h2 {
  background: none repeat scroll 0 0 #fff;
  line-height: 265%;
  text-shadow: 0 -1px 0 white;
  text-shadow: none;
}

.light.accordionPro .slide > h2 span

{background: #004F77;}


/* V6 New classes */


#mainLoginForm {
  margin-top: 20px;
}

#mainLoginForm input[type=password],
  #mainLoginForm input[type=text] {
  margin-bottom: 0
}

.top-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	  border-top: 0;
	  border-bottom: 0;
	  margin: 0; }
  .top-bar,
  .top-bar ul {
    background-color: #ffffff;
	}

  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
        margin-left: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }

.top-bar-title {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

.menu a {
 font-family: arial;
    font-size: 0.9em;
    color: black;}

.menu li ul a {
	color: #104497;
}

.menuborderleft {
	border-left: 1px dotted #cecece;
	}

.menuborderright {
	border-right: 1px dotted #cecece;
	}

ul.menu.vertical{font-size: 14px;}

a.hover.menu.vertical {background:black;}

.border-bottom 	{border-bottom: 1px dotted #cecece;}
.side-nav-subhead {font-size: 12px; text-transform: uppercase; font-family: Arial, Helvetica, sans-serif;}

.dottedborder {border: 1px dotted #cecece;}

.menu a:hover { background: #F2F2F2;}

  .menu .is-active > a {
    background: #0382fc
;
    color: #fefefe; }
  .menu .active > a {
    background: #0382fc
;
    color: #fefefe; }

      .as-results {
        position: absolute;
      }
      
.accordion-menu.admin-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after,
	.accordion-menu.menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
	display: none;
}

.admin-menu .is-active {
	color: white;
}

.privacyitemtype input, .privacyitemtype select, .privacyitemtype button {
  height: 25px;
  padding-bottom: 4px;
  padding-top: 2px;
  font-size: 14px;
}

ul.as-selections li.as-original input  {
  height: 31px !important;
}


.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #1779ba; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1673b1; }

.tabs-title {
  float: left;
  background: #fff; }
  .tabs-title > a {
    display: block;
    padding: 1rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #000;
  	border-right: 1px solid #e6e6e6;}
    .tabs-title > a:hover {
      background: #fefefe;
      color: #1468a0; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #dbdee6;
      color: #1779ba; }

.tabs-content {
  border: 1px solid #dbdee6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #dbdee6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }

  .tabs-panel.is-active {
    display: block;
}

.add-sources {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.add-sources .midblue-bg {
  font-size: 16px;
}

.library-links {
	font-size: 13px;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

#mainSearchForm input[type=text] {
	width: 300px;
}

#mainSearchForm input[type=submit] {
	height: 39px;
}

.websum-tag-checkbox {
  margin-left: -22px;
  margin-right: 4px;
  margin-bottom: 0rem;
}


.mastheadBackground {
	background-image: url(/images/backgrounds/background-header.png);
	/* NORMALBACKGROUND /images/banners/shaping-tomorrow-snow.png*/
    background-repeat: no-repeat; 
	background-position: right;
}

      .logoplacement {
			  background-image: url(/images/logos/st-logo-large.png);
			  background-repeat: no-repeat;
			  background-position: left;
			  margin: 20px 0 20px 0;
			  width: 350px;
			  height: 77px;
			}

.profilenavtext {color: black; padding: 0 0 0 1rem;}

.close-button, .close-button.medium {
	font-size: 1em;
}

.callout.wheelsflash-new {
	padding: 0.7rem;
}

.secondary {
    background-color: #DBDEE6!important;
    color: #0a0a0a;
    border: 0;
}

.tertiary {
    background-color: #ffffff;
    color: #0a0a0a;
    border: 0;
}


.has-tip {
	border-bottom: none;
	font-weight: normal;
	cursor: pointer;
}

.tooltip {
	background-color: white;
	color: #104497;
	border: solid 1px #104497;
	font-family: Arial, Helvetica, sans-serif;
}

.tooltip.top::before {
    border-color: #104497 transparent transparent;
 }

 .tooltip.bottom::before {
    border-color: transparent transparent #104497;
 }

.menu.my-profile {
 	font-size: 14px;
 	font-family: Arial, Helvetica, sans-serif;
}

.menu.my-profile a {
 	font-weight: bold;
 	font-size: 14px;
}

.ask-athena {
	margin-top: 15px;
}

.ask-athena h6 {
  color: #104497;
}

.ask-athena.has-tip {
	border-bottom: dotted 1px #d9d9d9;
}

.title-truncate {
  width: 570px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
  float:left; 
  cursor:default;
  font-weight:bold;
}

.leftnav-callout {
		font-size: .9rem;
		border: solid 1px #d9d9d9;
}

.progress-meter {
	background-color: #0382fc
;
}

.progress {
	margin-bottom: 0;
}

.profile-progress {
	margin-top: 10px;
}

.profile-site-competence {
	display: block;
	margin-bottom: .5rem;
	font-weight: normal;
	color: black;
}

.label.secondary.label-site-competence {
	font-weight: bold;
}

.label.primary {
	background-color: #0382fc
;
	border: solid 1px #017CA0;
}

.leftnav-menu .label.secondary {
	font-size: 1.2em;
	cursor: pointer;
}

.title-bar {
  background-color: #0382fc
;
}

.label {
	font-weight: normal;
}

.masthead-search {
	margin-right: 15px; 
	margin-top: 60px;
}

.main-site-container {
  margin-top: 1rem;
}


.leftnav-collapse {
  background-color: #104497;
}


.off-canvas.is-transition-overlap.is-open {
    background-color: #ffffff;
    border-right: solid 1px silver;
    padding: .5rem 0 0 .5rem;
    width: 25%;

}


/* New graphs on challenge pages */

.challenges-graph {
  z-index: 50;
  height:700px;
	width: 100%;
  background: url(/images/challenges-graph-bg.jpg) no-repeat center center / 100% 100%;  position:relative;
  margin-bottom:3rem;
}


.technologies-graph {
  z-index: 50;
  height:700px;
	width: 100%;
  background: url(/images/challenges-graph-new.jpg) no-repeat center center / 100% 100%;  position:relative;
  margin-bottom:3rem;
}

.challenge-container {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: white;
  padding: 4px 8px 4px 8px;
  font-size:.7rem;
  font-family:arial;
  font-weight:bold;
  display:block;
  text-align:center;
  z-index: 100;
  opacity: 0.8;
  position:absolute;
  max-width:130px;
}
.challenge-container:hover,.challenge-container:focus,.challenge-container:active {
  color: white;
  z-index: 200;
  opacity: 1;
}
    .challenges-graph-tooltip {
      padding: 0 !important;
      margin: 0 !important;
      max-width: 15rem !important;
    }
    .challenges-graph-tooltip p {
      font-size: 100%;
    }    
    .challenges-graph-tooltip a.has-tip {
      font-weight:bold !important;
    }    
    .challenges-graph-tooltip .card {
      margin-bottom: 0;
    }  
    .challenges-graph-tooltip .card-section {
      padding: .5rem;
    }    

table {
    border-color: #ddd;
}

table thead {
	background-color: #f5f5f5;
}

table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

@media only screen and (min-width: 100px) and (max-width: 650px) {
    .wheelsflash-new {
      width: 100% !important;
      top: 0;
      left: 0;
    }
  .social-media-container {
    display: none;
  }
  .masthead-search {
    margin-right: 0;
    margin-top: 0;
    justify-content: flex-start;
  }
  .mastheadBackground {
    background-image: none;
  }

  .main-site-container {
    margin-top: 0;
  }

  #mainSearchForm input[type=text] {
    width: 10rem;
        border: 1px solid #03173B;
  }
  #mainSearchForm select {
 
    width: 7rem;
  }
  #mainSearchForm button {
    width: 5rem;
       
  }

  .grid-spinner {
    top: 10%;
    left: 30%;
  }

  .off-canvas.is-transition-overlap.is-open {
      width: 75%;
  }

}


@media only screen and (max-width: 768px) {
  .mastheadBackground {
    background-image: none;
  }  
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wheelsflash-new {
    width: 50% !important;
    left: 22.5%;
  }

}


.ts-icon-text {
    font-weight:normal !important;
    font-size:10px !important;
  }

  p span.triggerSearch {
    color: #007bff;
    cursor: pointer;
}

.clickdesk_bubble {
  display: none !important;
}

.df-subtitle {
  float:right;
  font-size:16px;
  font-weight:normal;
  font-style:normal;
}

#publish-strip-df div {
  cursor: pointer;
  }

.sub-header {
  font-size: 110%;
  color: #104497;
}

.wo-overlay-spinner {
  position:fixed;
  top:0;
  left:0;
  height:100%;
  width:100%;
  z-index:1000;
  display:none;
  background-color: rgba(0,0,0, 0.5);
}

.wo-overlay-spinner-content {
  position: fixed;
  top:50%;
  z-index: 1000;
  left: 50%;
  margin-top: -200px;
  margin-left: -225px;
  display:inline-block;
  background-color:white;
  padding:1rem;
  border-radius: 15px;
  text-align:center;
}

.htmx-indicator{
display:none;
}
.htmx-request #search-indicator{
display:inline;
}
.htmx-request#search-indicator{
display:inline;
}

.profile-picture {
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  height:47px;
  width:47px;
}

.challenges-grid-image {
  width:280px;
  height:127px;
  object-fit:cover;
}

.challenges-grid-text {
  margin-bottom: 20px!important; 
  text-align: center; 
  font-size: 16px; 
  padding-right: 20px;
}

.blockquote-new {
    margin-top: 30px;
    border-left-color: #3F51B5;
    padding: 0 20px;}
  font-family: "Poppins", sans-serif!important; 
  font-weight: 500!important;
  font-style: normal!important;
    color: #0382FC!important;
}

