﻿@charset "utf-8";
/* CSS Document */
/*-------------------------------------------------------*/
/* site-wide styles                                      */
/*-------------------------------------------------------*/

/*import the font*/

@import url('https://fonts.googleapis.com/css?family=PT+Sans');

/* beweb standard CSS reset */
* {
	margin: 0;
	padding: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* set everything to 0 margin/padding -> makes it consistent across all browsers */
.normal ol, .mceContentBody ol, .normal ul, .mceContentBody ul {
	margin-left: 16px;
}

img {
	border: 0;
}

input {
	padding: 1px;
}

textarea {
	padding: 2px;
}

html {
	overflow-y: scroll;
}
/* prevent scrollbar disappearing making page jump */
table {
	margin: inherit;
}
/* end beweb standard CSS reset */

a {
	color: #f7941d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

img {
	max-width: 100%;
}

/* --------------------------------------------------------------------------------------- */
/* inline document download icons for attachments in html content area */
/* --------------------------------------------------------------------------------------- */
.normal a[href$='.pdf'] {
	padding-left: 20px;
	background: transparent url(images/filetypes/PDF_small.gif) no-repeat left;
}

.normal a[href$='.doc'] {
	padding-left: 20px;
	background: transparent url(images/filetypes/doc_small.gif) no-repeat left;
}

.normal a[href$='.docx'] {
	padding-left: 20px;
	background: transparent url(images/filetypes/doc_small.gif) no-repeat left;
}

.normal a[href$='.xls'] {
	padding-left: 20px;
	background: transparent url(images/filetypes/xls_small.gif) no-repeat left;
}

.normal a[href$='.xlsx'] {
	padding-left: 20px;
	background: transparent url(images/filetypes/xls_small.gif) no-repeat left;
}

.normal a[href$='.ppt'] {
	padding-left: 20px;
	background: transparent url(images/filetypes/ppt_small.gif) no-repeat left;
}

.normal a[href$='.zip'] {
	padding-left: 20px;
	background: transparent url(images/filetypes/zip_small.gif) no-repeat left;
}

.pdf {
	padding-left: 23px;
	background: transparent url(images/filetypes/PDF_small.gif) no-repeat left;
	color: #10558a;
	font-weight: bold;
}
/* --------------------------------------------------------------------------------------- */

hr {
	border: none;
	height: 0px;
	border-bottom: 1px dashed #ccc;
	margin: 10px 0 10px 0;
}

/* begin admin tinymce override */
body#tinymce {
	background: #fff;
}

body#tinymce table {
	margin: 0 0 10px 0;
}

body#tinymce a:link {
}

/* content tables */
body#tinymce table, div.normal table {
	padding: 0;
	margin: 0 0 10px 0;
	border: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
}

body#tinymce table td, div.normal table td {
	padding: 5px;
	border: 0;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

body#tinymce table.table-no-gridlines,
div.normal table.table-no-gridlines {
	padding: 0;
	margin: 0 0 10px 0;
	border: 0;
	border-collapse: collapse;
}

body#tinymce table.table-no-gridlines td,
div.normal table.table-no-gridlines td {
	padding: 5px;
	border: 0;
}

body#tinymce table.table-small,
div.normal table.table-small {
	padding: 0;
	margin: 0 0 10px 0;
	border: 0;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-collapse: collapse;
	color: #777;
	font-size: 10px;
}

body#tinymce table.table-small td,
div.normal table.table-small td {
	padding: 5px;
	border: 0;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

body#tinymce table td p,
div.normal table td p { /* FF fix */
	margin: 0;
}
/*end content tables*/

body#tinymce ol {
	margin-left: 24px;
}

body#tinymce ul, .normal ul {
	list-style: disc;
	padding: 0;
}

body#tinymce ul li, .normal ul li {
	margin-top: 10px;
	margin-left: 0;
}
/* end admin tinymce override */

/* Wrapper */
body {
	background: #6d6f71; /* Old browsers */
	color: #6d6f71;
	font-size: 14px;
	font-family: 'PT Sans', Arial, sans-serif;
	line-height: 140%;
	height: 100%;
}

b, strong {
	letter-spacing: 1px;
}

.wrapper {
	max-width: 940px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#page-content {
	z-index: 200;
	padding: 50px 0;
	min-height: 500px;
}

#page-content .wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #ffffff;
	padding: 0;
}

.home #page-content .wrapper,
.iframepage #page-content .wrapper {
	padding: 0;
}

.iframepage #page-content .wrapper .page-padding {
	padding: 20px 0 10px;
}

.top-down-gradient {
	background: white; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
}

/* Header */
#header {
	padding: 0;
	background: #fff;
	background-repeat: repeat-x;
	background-position: center;
	height: 120px;
	color: #6d6f71;
}

#header .logo {
	float: left;
}

#header .vertical-align{	
	top: 50%;
}

.welcomebackmsg{
	font-weight: normal;
	font-size: 16px;
	font-family: 'PT Sans', Arial, sans-serif;
	color: #6d6f71;
	text-align: right;
	margin-bottom: 15px;
}

.welcomebackmsg .edit-profile {
	color: #6d6f71;
	text-transform: uppercase;
	font-size: 10px;
}

.welcomebackmsg .edit-profile:hover {
	color: #f7941d;
}

#header form {
	position: relative;
}

#header .input {
	display: inline-block;
	font-size: 16px;
	width: 250px;
	background: url(images/search_icon.png) right 20px center no-repeat;
	vertical-align: top;
}

#header .go-btn {
	display: inline-block;
}

#search {
	float: right;
}

/* Navigation */
#navigation {
	z-index: 13000;
	position: relative;
	min-height: 60px;
	background-color: #6d6f71;
}

#navigation .wrapper {
	line-height: 0;
}


/* main nav */
ul.nav {
	list-style: none;
	margin: 0 auto;
	text-align: center;
}

ul.nav li {
	display: inline-block;
	position: relative;
}

ul.nav > li.hover,
ul.nav > li.clicked {
	background-color: #f7941d;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-ms-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

ul.nav > li.hover a,
ul.nav > li.clicked a {
	color: #fff;
}

ul.nav > li.clicked .sub a,
ul.nav > li.hover .sub a,
ul.nav > li.clicked .sub li.clicked .flyout a,
ul.nav > li.hover .sub li.hover .flyout a {
	color: #fff;
	background-color: #6d6f71;
}


ul.nav > li.hover .sub li.hover a,
ul.nav > li.clicked .sub li.clicked a,
ul.nav > li.hover .sub li.hover .flyout li.hover a,
ul.nav > li.clicked .sub li.clicked .flyout li.clicked a {
	/*color: #f58227;*/
	color: #fff;
	background-color: #f7941d;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-ms-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

ul.nav li .glow {
	display: block;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	height: 3px;
	margin-bottom: -3px;
	background: #f7941d;
	position: relative;
	z-index: 1000;
}

ul.nav > li.hover .glow, ul.nav > li.active .glow {
	-ms-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

ul.nav li .main-header-li,
ul.nav li .main-subheader-li,
ul.nav li .section .first{
	display: none;
}

.section .flyout .first {
	display: block;
}

.toggle {
	display: block !important;
}

.pos-right {
	right: 0;
}


ul.nav > li .sub.pos-right {
	right: 0;
}

ul.nav > li .sub li .flyout.pos-right {
	left: -242px;
	width: 242px;
}

#navigation .current,
ul.nav li a {
	display: block;
	line-height: 120%;
	position: relative;
	font-family: "PT Sans", Arial, sans-serif;
	font-size: 15px;
	font-weight: 300;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 21px 15px;
	color: #fff;
}

ul.nav li a.active {
	background: #f7941d;
}

#navigation .current {
	display: none;
	padding: 14px 0 14px;
	background: none;
	font-weight: bold;
	/*font-size: 16px;*/
	/*text-decoration: underline;*/
}

ul.nav li:active a,
ul.nav li.hover a {
	text-decoration: none;
}

/* subnav */
.to-subnav {
	float: right;
	margin-left: 10px;
}

ul.nav li ul {
	display: none;
	list-style: none;
	position: absolute;
	background: #fff;
	/*margin:3px 0 0;*/
	padding: 0;
	z-index: 1000;
}

ul.nav li.hover ul,
ul.nav li.clicked ul {
	display: block;
}

ul.nav li ul li {
	margin: 0;
	padding: 0;
	float: none;
	text-align: left;
}

ul.nav li ul li ul.flyout {
	display: none;
	position: absolute;
	top: -1px;
	left: 240px;
	border-left: 1px dotted rgba(0,129,198,0.4);
}

ul.nav li ul li.clicked ul.flyout,
ul.nav li ul li.hover ul.flyout {
	display: block;
}

ul.flyout li.last a {
	border-bottom: none;
}

ul.nav li ul li a {
	font-family: 'PT Sans', Arial, sans-serif;
	text-transform: none;
	height: auto;
	line-height: 120%;
	display: block;
	text-decoration: none;
	font-weight: 400;
	margin: 0;
	font-size: 13px;
	padding: 10px 20px;
	min-width: 244px;
	border-bottom: 1px solid  rgba(255, 255, 255, 0.5);
}

ul.flyout li:last-child a,
ul.sub li:last-child a {
	/*margin-bottom: 10px;*/
	border-bottom: none;
}

ul.nav li ul li a.hover {
	text-decoration: none;
}

ul.flyout,
ul.sub {
	border: 1px dotted rgba(255, 255, 255, 0.5);
}

ul.flyout {
}

.breadcrumb {
	background: #fff;
	border-bottom: 1px solid rgba(109, 111, 113, 0.5);
	height: 50px;
	line-height: 50px;
}

.breadcrumb ol {
	list-style: none;
}

.breadcrumb ol li {
	display: inline-block;
	padding-right: 40px;
	padding-left: 20px;
	background: url(images/breadcrumb-arrow.png) right center no-repeat;
	color: #a7a9ac;
}

.breadcrumb ol li.first {
	padding-left: 0;
}

.breadcrumb ol li.last {
	background: none;
}

.breadcrumb ol li a {
	color: #6d6f71;
}

.breadcrumb ol li.current-bread-item {
	color: #a7a9ac;
}

.breadcrumb ol li a:hover {
	color: #f7941d;
}

/* log in*/
.loginforms form {
	margin: 0 auto 40px;
	width: 60%;
	padding: 20px;
}

.loginforms form.loginform {
	border: 1px dotted #333333;
}

.loginforms ul {
	list-style: none;
}

.loginforms ul li {
	padding-bottom: 10px;
}

.loginforms label {
	display: inline-block;
	margin-right: 2%;
	width: 30%;
}

.loginforms input[type=text],
.loginforms input[type=password] {
	width: 60%;
}

.loginforms ul li.rememberme label:nth-of-type(even) {
	width: 50%;
}

.field-validation-error {
	background-color: #f2dede;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #eed3d7;
	color: #b94a48;
	display: block;
	margin-bottom: 18px;
	padding: 8px 35px 8px 14px;
	-ms-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	width: 100%;
	margin-bottom: 20px;
}

/* end log in */
/* Home */
.banner {
	position: relative;
}

.slidebox {
	width: 100%;
	height: 210px;
	display: block;
	position: relative;
	overflow: hidden;
}

.slidebox .slide {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

.slidebox .slide .textbox {
	position: absolute;
	bottom: 55px;
	left: 40px;
	right: 40px;
	text-decoration: none;
	color: black;
}

.slidebox .slide .textbox h2 {
	text-shadow: 0px 0px 2px rgba(0,147,208,1);
	font-family: 'gotham', Arial, sans-serif;
	text-align: center;
}

.slidebox .slide .textbox p {
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-shadow: 0px 0px 2px rgba(0,147,208,1);
}

.slidebox .slide img {
	max-width: 100%;
}

.tab-container {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	z-index: 150;
}

.tab-container .slide-dot {
	background: url('images/slide-droplet.png') 0 0 no-repeat;
	width: 25px;
	height: 30px;
	margin: 0 3px;
	display: inline-block;
}

.tab-container .slide-dot.selected,
.tab-container .slide-dot:hover {
	background: url('images/slide-droplet.png') 0 -30px no-repeat;
}

.tiles {
	list-style: none;
	margin: 0 auto;
	line-height: 0;
}

.tiles li {
	float: left;
	background: transparent;
	position: relative;
	margin: 0 0 30px 0;
	width: 32%;
	height: 220px;
	overflow: hidden;
}

.tiles li.middle {
	margin-left: 2%;
	margin-right: 2%;
}

.tiles li a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-decoration: none;
	border-bottom: 60px solid rgba(109, 111, 113, 0.8);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 1;
}

.tiles li .background-image {
	height: 100%;
	width: 100%;
	-ms-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.tiles li:hover .background-image,
.tiles li:focus .background-image {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.tiles li a:hover:before,
.tiles li h2:hover + a:before {
	content: " ";
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 3px solid rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.tiles li a:hover,
.tiles li h2:hover + a {
	border-top: 10px solid rgba(247, 148, 29, 0.8);
	border-left: 10px solid rgba(247, 148, 29, 0.8);
	border-right: 10px solid rgba(247, 148, 29, 0.8);
	border-bottom: 60px solid rgba(247, 148, 29, 0.8);
}

.tiles li a:hover h2 {
	height: 50px;
}

/*.tiles li a img {
	max-width: 310px;
	width: 100%;
}*/

/*.tiles li img {
	position: absolute;
	max-width: initial;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 0;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.tiles li:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);

}*/

.tiles h2 {
	position: absolute;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: 'PT Sans', Arial, sans-serif;
	width: 100%;
	max-width: 265px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	cursor: pointer;
	color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 5;
}

.tiles h2 a {
	position: relative;
	top: inherit;
	bottom: inherit;
	right: inherit;
	left: inherit;
	color: #fff;
	border: none;
}

.tiles h2 a:hover,
.tiles h2 a:hover:before {
	border: none;
	content: none;
}

/*.tiles h2 a,
.tiles li h2:hover + a:before {
	position: relative;
	top: inherit;
	bottom: inherit;
	right: inherit;
	left: inherit;
	color: #fff;
}

.tiles li h2 a:hover:before, 
.tiles li h2 a:hover {
	content: none;
	border: none;
}*/

.tiles li.wide-text h2 {
	line-height: 100%;
}

.tiles p {
	font-family: Arial, sans-serif;
	position: absolute;
	bottom: 5px;
	left: 5px;
	right: 5px;
	text-align: center;
	font-size: 13px;
	line-height: 14px;
	-ms-text-shadow: 0px 0px 2px rgba(0,147,208,1);
	text-shadow: 0px 0px 2px rgba(0,147,208,1);
}

.home-info .latest-advertising {
	min-height: 280px;
	padding-right: 40px;
}

.home-info .latest-advertising .btn {
	margin-top: 10px;
}

.home-info {
	margin: 30px 0;
}

.home-info .other-stuff .half-col{
	padding: 0 10px;
	word-wrap: break-word;
}

.widget-wrapper {
	background: #fff;
	/*background-color: rgba(255,255,255,0.9);*/
	padding: 8px;
}

.widget-icon {
	background-image: url(images/widget-sprite.png);
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	background-position: 0 0;
	display: table;
}

.widget-icon span {
	font-size: 15px;
}

h2.section {
	min-height: 60px;
	max-height: 60px;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
	font-family: 'PT Sans', Arial, sans-serif;
	font-size: 20px;
	line-height: 22px;
	background-color: #f7941d;
	color: #ffffff;
	padding: 12px 14px;
	margin-bottom: 0;
}

h2.section span {
	height: 36px;
	display: table-cell;
	vertical-align: middle;
}

.open h2.section {
	padding-left: 60px;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#chat-box,
#usefullinks {
	border: none;
	position: fixed;
	top: 230px;
	right: -320px;
	z-index: 13001;
	width: 320px;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#chat-box.open,
#usefullinks.open {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	right: 0 !important;
}

#chat-box .actionbuttons,
#usefullinks .actionbuttons {
	position: absolute;
	top: 0;
	left: -60px;
	background-color: #f7941d;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

#chat-box.open .actionbuttons,
#usefullinks.open .actionbuttons {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	left: 0;
}

#chat-box .actionbuttons .action,
#usefullinks .actionbuttons .action {
	width: 60px;
	height: 60px;
	text-align: center;
	color: #ffffff;
	font-family: "gotham", Arial, sans-serif;
	font-size: 24px;
	vertical-align: middle;
	display: none;
}

#chat-box.close .actionbuttons .action.opener,
#usefullinks.close .actionbuttons .action.opener {
	display: table-cell;
}

#chat-box.open .actionbuttons .action.closer,
#usefullinks.open .actionbuttons .action.closer {
	display: table-cell;
}

#chat-box .msg-response {
	background: #fff;
	background-color: rgba(255,255,255,0.9);
}

#chat-box .msg-box {
	padding-top: 8px;
	height: 500px;
	overflow-y: scroll;
	border-left: 1px solid rgba(247, 148, 29, 1);
}

#chat-box .reply {
	margin-bottom: 8px;
	padding: 0 8px;
}

#chat-box .reply .name {
	color: #000;
	font-weight: bold;
}

#chat-box .reply .name small {
	color: #999;
	font-weight: normal;
}

#chat-box .msg-input {
	position: relative;
	line-height: 0;
}

#chat-box input,
#chat-box textarea {
	width: 70%;
	height:40px;
	padding: 10px;
	font-family: 'PT Sans', Arial, sans-serif;
	line-height: 140%;
}
#chat-box .textareawidth {
	height:0;
	position:absolute;
	bottom:-40px;
	right:-320px;
	padding: 10px;
}


#chat-box .online-num {
	font-size: 11px;
	margin-top: -2px;
	font-weight: normal;
}

#chat-box .btn.post {
	position: absolute;
	bottom: 0;
	right: 0;
	min-width: 30%;
	line-height: 120%;
	height: 40px;
}

#chat-box .btn.post:hover {
	color: #fff;
}

#chat-box .widget-icon {
	background-position: 0 0;
}

#chat-box .widget-wrapper {
	padding:0;
}

#chat-box .new-chat {
	display: none;
	position:absolute;
	top:-10px;
	left:-20px;
	background-color: #6d6f71;
	color:#fff;
	font-size:10px;
	padding:0 6px;
	text-transform: uppercase;
	z-index:20;
}

#usefullinks {
	top: 290px;
	z-index: 11999;
}

#usefullinks .widget-wrapper {
	padding: 0;
}

#usefullinks .widget-icon {
	background-position: -60px 0;
}

#usefullinks ul li {
	position: relative;
	list-style: none;
	border-left: 1px solid rgba(247, 148, 29, 1);
}

#usefullinks ul li.odd {
	background: transparent;
}

#usefullinks ul li.even {
	background: #fff;
}

#usefullinks li a {
	padding: 8px;
	color: #1e1e1e;
	text-decoration: none;
	font-weight: bold;
	padding: 11px 8px 12px 18px;
	display: block;
}

#usefullinks li a:hover {
	background: #f7941d;
	background: rgba(247, 148, 29, 0.2);
}

#usefullinks .select-more {
	padding: 8px;
	border-left: 1px solid rgba(247, 148, 29, 1);
	border-bottom: 1px solid rgba(247, 148, 29, 1);
}

#usefullinks select {
	width: 100%;
}

#todayname {
	font-weight: bold;
	margin-bottom: 3px;
	display: block;
}

h2.enquiry-details-heading {
	line-height: 100%;
}

h2.enquiry-details-heading span {
	font-size: 16px;
}

.enq-pool-num {
	margin-top:10px;
	color: #e71939;
}

#enquiry-notification {
	margin-bottom: 24px;
}
#enquiry-notification.home {
	margin-top:24px;
}
.shop-notification,
.global-notification {
	width:50%;
	float: left;
}
.shop-notification {
	margin-top: 35px;
}
.shop-notification .new,
.shop-notification .responding {
	width:50%;
	float:left;
	text-align: center;
	position: relative;
}


.pointer {
	-ms-border-radius: 50%;
	border-radius: 50%;
	width:42px;
	height: 42px;
	margin-left: -21px;
	left:50%;
	position: absolute;
	z-index: 1;
}
.pointer.down {
	-ms-border-bottom-left-radius:0;
	border-bottom-left-radius:0;
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Safari */
	transform: rotate(-45deg);
	-webkit-box-shadow:-2px 2px 3px 0 rgba(0,0,0,0.35);
	-moz-box-shadow: -2px 2px 3px 0 rgba(0,0,0,0.35);
	box-shadow: -2px 2px 3px 0 rgba(0,0,0,0.35);
}
.shop-notification .content{
	width:42px;
	height: 42px;
	margin-left: -21px;
	left:50%;
	top:12px;
	position: absolute;
	z-index: 2;
	color:white;
	font-size: 22px;
	font-weight: bold;
}
.shop-notification h3 {
	margin-top:52px;
}
.shop-notification.nonewaiting {
	background-image: url(images/giant-grey-arrow-right.png);
	background-position: right 45px;
	background-repeat: no-repeat;
	margin-top: 0;
}
.shop-notification .thumbsup {
	float: left;
	margin-right: 20px
}

.shop-notification.nonewaiting h3 {
	margin-top:32px;
}
.shop-notification.nonewaiting h3,
.shop-notification.nonewaiting p {
	width:85%;
}


.global-notification {
	height:187px;
	min-height: 187px;
	background-image: url(images/globalpoolcloud.png);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	padding:40px 95px 0;
	margin-top: -36px;
}
.global-notification p {
	margin-bottom: 20px;
}
.global-notification.active {
	padding-top:70px;
}

.emailContainer ul.enquiryList li .enquiryFoot {
	border-top: 1px solid #e8e8e8;
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
}
.emailContainer ul.enquiryList li:nth-child(4n+2) .enquiryFoot,
.emailContainer ul.enquiryList li:nth-child(4n+3) .enquiryFoot {
	border-color: #fff;
}
.emailContainer ul.enquiryList li .enquiryFoot .time-ribbon{
	font-size: 11px;
	margin-top:11px;
	display: inline-block;
	width:75%;
}
.time-ribbon .time-display {
	font-weight:bold;
}

.relatedEnquiries {
	margin-top: 10px;
}

/*
#enquiry-notification .notify {
	display: none;
	position:absolute;
	top: 8px;
	right:3px;
	background-color: #e71939;
	color:#fff;
	-webkit-border-radius:20px;
	-ms-border-radius:20px;
	border-radius:20px;
	font-size:12px;
	padding:0 8px;
	text-transform: uppercase;
	z-index:20;
}
*/
/*
#enquiry-notification .enquiry-detail {
	text-align: center;
}


#enquiry-notification .btn-container {
	margin: 18px 0 0;
	text-align: center;
}
#enquiry-notification .btn-container strong{
	color: #e71939;
}
#enquiry-notification  .btn-container span{
	font-size: 20px;
	font-weight: bold;
	margin:2%;
	text-align: center;
}

#enquiry-notification .btn-container .btn {
 font-size: 30px;
 padding: 25px;
 height:auto;
 min-width: 140px;
 width:45%;
}


#enquiry-notification .enquiry-notification-footer {
	text-align: center;
	border-top:2px solid #ffffff;
	padding-top:15px;
	margin:15px -15px 0;
}

.notification-stats {
	width:50%;
	float:left;
	margin-bottom: 15px;
}


#enquiry-notification .uptodate {
	display: none;
	text-align: center;
}
#enquiry-notification .timer {
	width:50%;
	float:left;
}
#enquiry-notification .timer p,
#enquiry-notification .enquiry-actions p {
	text-align: center;
	font-size: 12px;
}
.enquiry-actions.right {
	width:50%;
}
#enquiry-notification .enquiry-overview {
	padding-bottom: 10px;
	border-bottom: 2px solid #ffffff;
	margin:0 -15px 15px;
} 

#enquiry-notification .first-enquiry .lead-in {
	font-weight: bold;
	font-size: 20px;
	margin-bottom:  4px;
}
*/
/*
#enquiry-notification .first-enquiry .lead-in .strapline {
	font-size: 10px;
	line-height: 120%;
}

#enquiry-notification .first-enquiry .timer {
	font-size: 12px;
}*/

/* Countdown clock */
.countdownclock {
	color: #fff;
	font-weight: 100;
	text-align: center;
	font-size: 24px;
	line-height: 100%;
	white-space: nowrap;
	margin: 5px 0;
	width: 158px;
}

.countdownclock .days,
.countdownclock .hours,
.countdownclock .minutes,
.countdownclock .seconds {
	float: left;
}

.countdownclock .days-divider,
.countdownclock .hours-divider,
.countdownclock .minutes-divider {
	display: inline-block;
	padding: 0 5px;
	float: left;
	}
.countdownclock .time-period{
	font-size: 12px;
	line-height:normal;
	margin-top: -3px;
}

.clock-face {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px ;
	border-radius: 8px ;
	background: #0081C6;
	display: inline-block;
	padding:10px;
}



/*
.enquiry-notification-footer .countdownclock .display div {
	background: #666666;
}



.enquiry-notification-footer .countdownclock .days span,
.enquiry-notification-footer .countdownclock .hours span,
.enquiry-notification-footer .countdownclock .minutes span,
.enquiry-notification-footer .countdownclock .seconds span{
	background: #999999;
}
*/
.countdownclock.detail-countdown {
	display: inline-block;
}


.disabled-overlay {
	position: fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-image: url(images/HLO_watermark.png);
	z-index: 14000;
}

.timer .content {
	position: absolute;
	color: #fff;
	z-index:2;
	font-weight: bold;
	font-size: 12px;
	margin-top:5px;
}
.timer .pointer {
	width:158px;
	height:158px;
	background-color: #00bce2;
	top:0;
	left:0;
	margin: 0;
}

.timer.reply-details {
	text-align: center;
	padding-top: 15px;
	position: fixed;
	right:42%;
	top:20%;
	z-index: 14001;
}

.timer.reply-details .btn {
	margin-top: 15px;
	font-size: 30px;
	padding: 25px;
	height: auto;
	width: 220px;
	position: absolute;
	z-index:2;
  left: -30px;
  top: 190px;
	-webkit-box-shadow:-2px 2px 3px 0 rgba(0,0,0,0.35);
	-moz-box-shadow: -2px 2px 3px 0 rgba(0,0,0,0.35);
	box-shadow: -2px 2px 3px 0 rgba(0,0,0,0.35);
}

.timer .content.timeout {
	font-weight: normal;
	width: 146px;
	margin: 3px 7px;
	font-size: 15px;
	line-height: 135%;
}

.timer .spinner {
	position: absolute;
	z-index: 2;
	top: 208px;
	left: 43px;
	max-width: none;
	display: none;
}

.countdownclock span {
 font-weight: bold;
}

ul#GlobalEnquiryPool li {
	position: relative;
	min-height: 235px;
}

ul#GlobalEnquiryPool li .reassign {
	position:absolute;
	bottom:15px;
	left:15px;
	right:15px;
	border-top: 1px solid #e8e8e8;
	padding-top: 10px;
	text-align: center;
}

ul#GlobalEnquiryPool li:nth-child(4n+2) .reassign,
ul#GlobalEnquiryPool li:nth-child(4n+3) .reassign {
	border-color: white;
}
 
.emailContainer .reassign .btn{
	margin-left:10px;
}
.pool-actions {
	text-align: center;
	margin:20px 0;
}

/* Buttons */
input[type=submit],
input[type=button] { /* this is an input button*/
	color: #fff;
	cursor: pointer;
	border: 1px solid #6d6f71;
	background-color: #6d6f71;
	padding: 10px 15px;
	font-family: 'PT Sans', Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	letter-spacing: 1px;
}

.btn { /* a tags */
	font-family: 'PT Sans', Arial, sans-serif;
	border: 1px solid #6d6f71;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	cursor: pointer;
	background-color: #6d6f71;
	text-align: center;
	padding: 10px 15px;
	text-decoration: none;
	display: inline-block;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type=submit]:hover,
input[type=button]:hover,
.btn:hover {
	background-color: #f7941d;
	border: 1px solid #f7941d;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

a.btn:hover {
	color: #fff;
}

.btn.btn-disabled:hover {
	color: #ffffff;
	text-decoration: none;
}

.btn.btn-disabled {
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	cursor: default;
}
/* end buttons*/
/* support office */


.supportofficeboxDotNet {
	clear: both;
	margin: 20px -20px;
	padding: 20px;
	border-left: 4px dotted #333333;
	border-right: 4px dotted #333333;
	background-color: #FCAF26;
}

/* end support office */


/* enquiries */
#dashBoardForm {
	margin-top: 10px;
}

#enquiriesForm,
#dashBoardFilterForm {
	margin-bottom: 20px;
}

ul.enquiryDetails {
	margin-top: 15px;
}

.enquiryItem {
	float: left;
	width: 95px;
	font-size: 13px;
	color: black;
	font-weight: normal;
}

ul.enquiryDetails .enquiryItem {
	width: 100%;
}

ul.enquiryDetails li {
	border: 1px solid #ccc;
	border-collapse: collapse;
	cursor: pointer;
	display: inline-block;
	list-style: none;
	width: 100%;
}

ul.enquiryDetails li:hover {
	background-color: #cccccc;
}

ul.enquiryDetails li .openclose {
	width: 14px;
	height: 14px;
	margin: 2px 6px;
	float: right;
	background: url(images/btn-plusminus.png) no-repeat 0 0;
	cursor: pointer;
}

ul.enquiryDetails li.selected .openclose {
	background-position: 0 -14px;
}

ul.enquiryDetails li.selected.even:hover {
	background-color: #e8e8e8;
}

ul.enquiryDetails li.selected.odd:hover {
	background-color: #ffffff;
}

ul.enquiryDetails li.selected {
	cursor: auto;
}

ul.enquiryDetails .enquiryItem.title {
	font-weight: bold;
	padding: 12px 10px;
	cursor: pointer;
}

ul.enquiryDetails .enquiryItem.details {
	padding: 0 10px 10px;
}

/*
.enqHeader {
	margin: 15px 0 5px 0;
}

.enqTitle {
	text-decoration: none;
	font-size: 13px;
	color: black;
	font-weight: bold;
}

.relatedEnquiries {
	padding-top: 12px;
}

.relatedEnquiries .relatedCount {
	width: 30px;
	height: 30px;
	background-color:  #e71939;
	color: white;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 5px;
	float: left;
	margin-top: -7px;
	line-height: 100%;
}

.relatedEnquiries .relatedCount.replied {
	background-color: #88c41a;
}

.relatedEnquiries .relatedCount div {
	padding-top: 7px;
	text-align: center;
}
*/
.emailContainer .pagingnav-wrapper {
	display: block;
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

/*.emailContainer.globalpool ul.enquiryList li:hover,*/
.emailContainer ul.enquiryList li {
	display: inline-block;
	list-style: none;
	width: 50%;
	padding: 12px 10px;
	float: left;
	background-color: transparent;
}
/*
.emailContainer.globalpool ul.enquiryList li:nth-child(4n+2):hover,
.emailContainer.globalpool ul.enquiryList li:nth-child(4n+3):hover,*/
.emailContainer ul.enquiryList li:nth-child(4n+2),
.emailContainer ul.enquiryList li:nth-child(4n+3) {
	background-color: #e8e8e8;
}
/*
.emailContainer.globalpool ul.enquiryList li:hover,
.emailContainer.globalpool ul.enquiryList li:nth-child(4n+2):hover,
.emailContainer.globalpool ul.enquiryList li:nth-child(4n+3):hover {
	cursor: default;
}
*/

.emailContainer ul.enquiryList li h4 {
	font-size: 15px;
	margin-bottom: 5px;
}

.emailContainer ul.enquiryList li .storename {
	float: right;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
}

.emailContainer ul.enquiryList li .region {
	float: left;
	font-size: 13px;
	font-weight: normal;
}

.emailContainer ul.enquiryList li .enquiryOverview {
	clear: both;
	margin-top: 10px;
}


.emailContainer ul.enquiryList li .enquiryOverview .enquiryItem {
	float: left;
	width: 33%;
}

.emailContainer ul.enquiryList li .enquiryOverview .enquiryItem.dateadded {
	white-space: nowrap;
}

.emailContainer ul.enquiryList li .enquiryOverview .enquiryItem.reply {
	width: 31%;
	margin-left: 2%;
	text-align: right;
}

.emailContainer ul.enquiryList li .enquiryOverview .enquiryItem .replyicon,
.reply .replyicon {
	margin: 0 5px -4px;
	width: 16px;
	height: 16px;
	background-image: url(images/green.png);
	background-repeat: no-repeat;
	display: inline-block;
}

.emailContainer ul.enquiryList li .enquiryOverview .enquiryItem.orange .replyicon,
.reply.orange .replyicon {
	background-image: url(images/orange.png);
}

.emailContainer ul.enquiryList li .enquiryOverview .enquiryItem.underway,
.emailContainer ul.enquiryList li .enquiryOverview .enquiryItem.noreply {
	width: 31%;
	margin-left: 2%;
	color:  #e71939;
	font-weight: bold;
	text-align: right;
}
.emailContainer ul.enquiryList li .enquiryOverview .enquiryItem.underway {
	color:#fcaf26;
}

.emailContainer ul.enquiryList li .enquiryOverview .enquiryItem.sale {
	width: 70px;
}

.emailContainer ul.enquiryList li .enquiryOverview .enquiryItem.sale span {
	vertical-align: top;
}

.emailContainer ul.enquiryList li.enabled:hover {
	background: #fcaf26;
	background: rgba(252,175,38,0.2);
	cursor: pointer;
}

.emailContainer h3,
.emailContainer h4 {
	margin-bottom: 0;
}

.customer-card {
	border: 1px solid #cccccc;
	padding: 15px 24px 24px;
	margin-bottom: 20px;
	max-width: 490px; /*same as for tinymce*/
	width: 100%; /*same as for tinymce*/
	/*background fallback */
	background: #eeeeee; 
	background-image: url(images/enquiry-reply-email.png) bottom right no-repeat;
	/*gradient */
	background: url(images/enquiry-reply-email.png) bottom right no-repeat, -moz-linear-gradient(45deg, #eeeeee 0%, #cccccc 99%); /* FF3.6-15 */
	background:  url(images/enquiry-reply-email.png) bottom right no-repeat, -webkit-linear-gradient(45deg, #eeeeee 0%,#cccccc 99%); /* Chrome10-25,Safari5.1-6 */
	background: url(images/enquiry-reply-email.png) bottom right no-repeat, linear-gradient(45deg, #eeeeee 0%,#cccccc 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.customer-card.phone {
	background: #eeeeee; 
	background-image: url(images/enquiry-reply-phone.png) bottom right no-repeat;
	/*gradient */
	background: url(images/enquiry-reply-phone.png) bottom right no-repeat, -moz-linear-gradient(45deg, #eeeeee 0%, #cccccc 99%); /* FF3.6-15 */
	background:  url(images/enquiry-reply-phone.png) bottom right no-repeat, -webkit-linear-gradient(45deg, #eeeeee 0%,#cccccc 99%); /* Chrome10-25,Safari5.1-6 */
	background: url(images/enquiry-reply-phone.png) bottom right no-repeat, linear-gradient(45deg, #eeeeee 0%,#cccccc 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.customer-card-content {
	float:left;
}

.customer-card-content strong {
	color:#e71939;
}

.customer-card-push {
	width:1px;
	height:120px;
	float:right;
}
.customer-card.phone .customer-card-push {
	height:140px;
}

#replymethod-email,
#replies {
	width: 57%;
	margin-right: 2.5%;
	padding-right: 22px;
	border-right: 1px solid #cccccc;
	float: left;
}

#replies {
	border: none;
}

a.btn.replyAgain {
	margin-top:15px;
}

#otherReplyOptions {
	width: 40%;
	float: left;
}


#otherReplyOptions select {
	width: 100%;
}

.replied #otherReplyOptions {
	width: 57%;
	padding-right: 22px;
	float: none;
}

.replied .replymethod {
	display: none;
}

#otherReplyOptions p {
	margin:10px 0;
}

#otherReplyOptions .reminderoption {
	display: none;
}

.pluralisehour {
	display: none;
}

#otherReplyOptions textarea {
	width:100%;
}
.consultantnotes {
	margin: 5px 25px 0;
}

.emailContainer h3 {
	margin-top: 10px;
}

ul.reportList {
}

ul.reportList li.report {
	list-style: none;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}

ul.reportList li.report h4 {
	margin: 10px 1%;
}

ul.reportList li.report .reportHeader {
	width: 100%;
	background-color: #666666;
	color: #ffffff;
	padding: 15px;
	margin-bottom: 15px;
	-webkit-border-radius: 15px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 15px;
	-moz-border-radius-bottomleft: 0;
	border-radius: 15px;
	border-bottom-left-radius: 0;
}

ul.reportList li.report .reportHeader h3 {
	margin: 0;
	line-height: 20px;
	float: left;
}

ul.reportList li.report .reportHeader .value {
	float: right;
	margin-right: 5px;
}

ul.reportList li.report .statistics {
}

ul.reportList li.report .statistics .stat {
	width: 18%;
	margin: 0 1%;
	float: left;
	margin-bottom: 10px;
}

ul.reportList li.report .statistics .stat .big-number {
	font-family: 'gotham', Arial, sans-serif;
	font-size: 28px;
	color: #666;
	padding: 2px 0 2px 0;
}

ul.reportList li.report .statistics .stat .big-number span {
	font-size: 11px;
}

ul.reportList li.report .statistics .stat .description {
	font-size: 14px;
	color: #666;
	padding: 8px 0 8px 0;
}

.svyBarGraph {
	width: 100%;
	position: relative;
}

.svyBarGraphLabel {
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
	padding: 4px 5px 5px;
	font-weight: bold;
	-webkit-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.4);
	box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.4);
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 24px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.svyBarGraphOuter {
	width: 100%;
	background: #ccc;
	float: left;
	margin-right: 10px;
	height: 24px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.svyBarGraphInner {
	background: #00b26b;
	height: 24px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.next-previous {
	padding: 10px 0 20px;
	width: 100%;
}

.next-previous .btn.next {
	float: right;
}

.next-previous .btn.previous {
	float: left;
}


#EnquiryCustomerSearch {
	float: right;
	position: relative;
	margin-bottom: 5px;
}

#EnquiryCustomerSearch .input {
	float: left;
	margin-right: 40px;
}

#EnquiryCustomerSearch .go-btn {
	position: absolute;
	right: 0;
}

#EnquiryListFilter {
	float: left;
}

/* end enquiries */

/* links and downloads */

.links-downloads {
	float: right;
	clear: right;
	width: 40%;
	margin: 0 0 20px 20px;
}

.links-downloads .section {
	font-size: 15px;
	background: #6d6f71;
	width: 100%;
	float: none;
}

.links-downloads ul {
	list-style: none;
}

.links-downloads ul li {
	margin: 0;
	padding: 0 20px;
	border: 1px solid #6d6f71;
	border-top: 0;
}

/*.links-downloads ul li:nth-child(2n) {
	background-color: #e8e8e8;
}*/

.links-downloads ul li:hover {
	background: #fcaf26;
	background: rgba(252,175,38,0.2);
}

.links-downloads ul li a {
	text-decoration: none;
	color: #6d6f71;
	padding: 4px 4px 4px 57px;
	display: block;
	min-height: 60px;
	background: transparent url(images/filetypes/BLANK_large.png) no-repeat 5px 5px;
}

.links-downloads ul li a .title {
	font-size: 15px;
	margin-top: 18px;
	line-height: 14px;
}

.links-downloads ul li a .descr {
	font-size: 11px;
}

.links-downloads ul li a[href$='.jpg'] {
	background: transparent url(images/filetypes/JPG_large.png) no-repeat 4px center;
}

.links-downloads ul li a[href$='.pdf'] {
	background: transparent url(images/filetypes/PDF_large.png) no-repeat 4px center;
}

.links-downloads ul li a[href$='.doc'] {
	background: transparent url(images/filetypes/DOC_large.png) no-repeat 4px center;
}

.links-downloads ul li a[href$='.docx'] {
	background: transparent url(images/filetypes/DOC_large.png) no-repeat 4px center;
}

.links-downloads ul li a[href$='.xls'] {
	background: transparent url(images/filetypes/XLS_large.png) no-repeat 4px center;
}

.links-downloads ul li a[href$='.xlsx'] {
	background: transparent url(images/filetypes/XLS_large.png) no-repeat 4px center;
}

.links-downloads ul li.url a {
	background: transparent url(images/filetypes/URL_large.png) no-repeat 4px center;
}

.links-downloads.table-layout {
	float: none;
	margin: 20px 0;
	width: 100%;
	border: none;
}

.links-downloads.table-layout ul li {
	float: left;
	width: 33%;
	min-height: 64px;
}

.links-downloads.table-layout ul li:nth-child(3n+2) { /*the middle li*/
	width: 34%;
	border-left: 0;
	border-right: 0;
}

.links-downloads.table-layout ul li.last {
	background: none;
	width: 100%;
	clear: both;
	float: none;
}
/* end links and downloads */


/* full calendar*/
#calendar {
	width: 64%;
	margin-right: 2%;
	float: left;
}


#calendar .fc-event {
	line-height: 1em;
}

.calendar-filters {
	width: 33%;
	float: left;
	padding: 10px;
	border: 1px solid #ccc;
}

#eventView {
	list-style: none;
	float: left;
}

#eventView h3 {
	margin: 0;
}

#eventView li {
	width: 100%;
	display: block;
	float: left;
	margin-top: 5px;
}

#eventView li a {
	text-decoration: none;
}

.eventFilter {
	padding: 4px;
}

.eventFilter.activeFilter {
	font-weight: bold;
	background: #fcaf26;
	background: rgba(252,175,38,0.2);
}

.eventFilter span {
	width: 20px;
	height: 20px;
	border: 1px solid black;
	display: block;
	margin-right: 10px;
	float: left;
}

.eventFilter a {
	float: left;
	margin-top: 4px;
}

.eventFilter a.removeEventFilter {
	float: right;
	font-size: 10px;
}

#calendarFilter {
	width: 100%;
	float: left;
}

#calendarFilter .radios {
	margin: 0 0 15px;
}

#calendarFilter .radios input[type=radio] {
	vertical-align: middle;
	cursor: pointer;
}

#calendarFilter .radios label {
	cursor: pointer;
}

#calendarFilter .radios input[type=radio].last {
	margin-left: 15px;
}

/* end full calendar*/

/* knowledge base*/
ul.knowledgebase {
	list-style: none;
	margin-bottom: 15px;
	width: 100%;
}

ul.knowledgebase li {
	border: 1px solid #c2c2c2;
	border-collapse: collapse;
	background-color: #e8e8e8;
}

ul.knowledgebase li .openclose {
	width: 14px;
	height: 14px;
	margin-top: 2px;
	float: right;
	background: url(images/btn-plusminus.png) no-repeat 0 0;
	cursor: pointer;
}

ul.knowledgebase li.selected .openclose {
	background-position: 0 -14px;
}

.knowledgebase .itembody ul li.last {
	background: none;
	padding: 0;
	width: 100%;
	clear: both;
	float: none;
}

ul.knowledgebase li .itemtitle {
	font-weight: bold;
	padding: 10px;
	cursor: pointer;
}

ul.knowledgebase li .itemtitle:hover {
	background-color: #cccccc;
}

ul.knowledgebase li.selected .itemtitle:hover {
	background-color: transparent;
}

ul.knowledgebase li .itembody {
	padding: 10px;
	display: none;
}

.knowledgebase .itembody ul {
	list-style: none;
	line-height: 18px;
	border-top: 1px dotted #c2c2c2;
	border-bottom: 1px dotted #c2c2c2;
	margin-top: 15px;
}

.knowledgebase .itembody ul li {
	margin: 0;
	float: left;
	border: none;
	width: 33%;
}

.knowledgebase .itembody ul li:nth-child(3n+2) {
	width: 34%;
}

.knowledgebase .itembody ul li:nth-child(2n+2) {
	background-color: #c2c2c2;
}

.knowledgebase .itembody ul li:hover {
	background: #fcaf26;
	background: rgba(252,175,38,0.2);
}

.knowledgebase .itembody ul li a {
	text-decoration: none;
	color: #000;
	padding: 4px 4px 4px 57px;
	display: block;
	min-height: 55px;
	background: transparent url(images/filetypes/BLANK_large.png) no-repeat 5px 5px;
}

.knowledgebase .itembody ul li a .title {
	font-size: 13px;
	font-weight: bold;
	margin-top: 4px;
	line-height: 14px;
}

.knowledgebase .itembody ul li a .descr {
	font-size: 11px;
}

.knowledgebase .itembody li a[href$='.jpg'] {
	background-image: url(images/filetypes/JPG_large.png);
}

.knowledgebase .itembody li a[href$='.pdf'] {
	background-image: url(images/filetypes/PDF_large.png);
}

.knowledgebase .itembody li a[href$='.doc'] {
	background-image: url(images/filetypes/DOC_large.png);
}

.knowledgebase .itembody li a[href$='.docx'] {
	background-image: url(images/filetypes/DOC_large.png);
}

.knowledgebase .itembody li a[href$='.xls'] {
	background-image: url(images/filetypes/XLS_large.png);
}

.knowledgebase .itembody li a[href$='.xlsx'] {
	background-image: url(images/filetypes/XLS_large.png);
}

.knowledgebase .itembody li.url a {
	background-image: url(images/filetypes/URL_large.png);
}
/* knowledge base*/

/* Page */
.page-intro {
	margin-bottom: 50px;
}

/* Article */
.article-wrapper {
	list-style: none;
}

.article-wrapper h2 {
	font-size: 36px;
	width: 55%;
	float: left;
}

.article-wrapper h2.full-text {
	width: 100%;
	max-width: 100%;
}

.article-wrapper .normal h2 {
	width: 100%;
}

.article-wrapper li {
	padding: 30px 0;
	border-top: 1px solid #a7a9ac;
}

.article-wrapper .normal li {
	margin-bottom: 0;
	padding: 0;
	border: none;
}

.article-wrapper .article-image {
	float: right;
	clear: right;
	margin: 0 0 15px 15px;
}

.article .text {
	display: block;
	clear: left;
}

.article.standard-layout .text {
	max-width: 55%;
	float: left;
}

.article.standard-layout .text.full-text {
	max-width: 100%;
}

.article:last-child {
	padding-bottom: 0;
}

/*feed back*/
.article.feedback {
	width: 49%;
	float: left;
}

.article.feedback:nth-child(even) {
	margin-left: 2%;
}

.article.feedback h2 .date {
	float: right;
	font-size: 12px;
}

.article.feedback .text {
	margin-bottom: 15px;
	padding: 12px;
	border: 1px solid #c2c2c2;
	background-color: #f4f4f4;
	line-height: 18px;
}

/* Manage Profile/ Events */
.manageprofile ul,
.events ul,
.add-new-staff ul {
	list-style: none;
}

.manageprofile ul li,
.events ul li,
.add-new-staff ul li {
	padding-bottom: 10px;
	width: 80%;
	float: left;
}

.manageprofile label,
.events label,
.add-new-staff label {
	width: 24%;
	margin-right: 2%;
	display: inline-block;
	vertical-align: top;
	margin-top: 9px;
}

.manageprofile label[id^="Is"],
.events label[id^="Is"],
.add-new-staff label[id^="Is"] {
	width: auto;
}

.events input.url {
	margin-right: 5px;
}

.manageprofile .input,
.events .input,
.add-new-staff .input {
	width: 40%;
}

.manageprofile input[type=file] {
	/*width:25%;*/
	height: 40px;
}

.manageprofile input[type=radio],
.events input[type=radio],
.add-new-staff input[type=radio] {
	width: auto;
}

.manageprofile strong.error {
	color: #e71939;
}

.manageprofile strong {
	text-align: center;
}

.manageprofile .ui-datepicker-trigger,
.events .ui-datepicker-trigger,
.add-new-staff label .ui-datepicker-trigger {
	position: absolute;
	cursor: pointer;
	margin: 7px 0 0 -27px;
}

.manageprofile textarea,
.events textarea,
.add-new-staff textarea {
	height: 100px;
}

.manageprofile select,
.events select,
.add-new-staff select {
	width: 40%;
}
/* frontend picture uploader */
.manageprofile .pictureLabel,
.manageprofile .svyPictureContainer {
	float: left;
}

.manageprofile #shp_Picture img {
	margin: 5px 0 0;
}

.manageprofile #shp_Picture .svyLinkContainer {
	margin: 0 0 0 5px;
}

#ulc_Picture #fileBrowseLink_Picture.svyLinkContainer {
	width: 50%;
}

.svyPictureContainer div {
	float: none;
	
}

.svyFileUpload {
	position: absolute;
	-ms-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	width: 50%;
	height: 37px;
	cursor: pointer;
}

.svyPicContainer {
	width: 100%;
	/*height: 30px;*/
	display: block;
}

.svyLinksWrapper {
	width: 50%;
}

.svyLinksWrapper .svyFileNameText {
	font-weight: bold;
}

#svyCancelCustomeBrowseLink_Picture {
	margin-top: 5px;
}

.svyPictureContainer {
	width: 68%;
	position: relative;
}

.svyPictureContainer .svyLinkContainer a.svyPasteLink.btn.btn-mini {
	margin-top: 0;
	float: left;
}

.svyPicCancelChange.svyPasteLink.btn.btn-mini {
	margin-left: 2%;
	margin-top: 0;
	float: left;
}

.svyLinkContainer.svyRemovePicture a.svyPasteLink.btn.btn-mini,
.svyPicOptions.svyLinkContainer a.svyPasteLink.btn.btn-mini {
	margin-left: 2%;
	float: left;
}

.svyCancelPaste .svyPasteLink.btn.btn-mini {
	position: relative;
	z-index: 10;
	float: left;
}

.SavvyUploadPreview {
	float: left;
	margin-bottom: 4px;
}
/* frontend picture uploader */

/* Manage Events */
.eventList {
	margin-top: 20px;
	width: 100%;
	border: none !important;
}


th {
	font-family: 'PT Sans', Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;
	background-color: #6d6f71;
	color: #ffffff;
	font-weight: bold;
	padding: 13px 14px;
	margin-bottom: 0;
	min-height: 62px;
	white-space: nowrap;
	letter-spacing: 1px;
}

th.filter {
	border-left: 1px dotted;
}

th span {
	height: 36px;
	display: table-cell;
	vertical-align: middle;
}

th a {
	color: #ffffff;
	text-decoration: none;
}
th a.btn {
	display: inline;
	padding: 8px 15px;
	background: #fff;
	color: #6d6f71;
	border: 1px solid #fff;
}
th a.btn:hover {
	color: #fff;
}
table.eventList th {
	min-width: 200px;
}
table.eventList th.no-border {
	min-width: 0;
}
div.normal table.eventList td {
	border-bottom: 1px solid #c2c2c2;
	border-right:none;
	padding: 4px 14px;
}

.eventList .no-border {
	border: none;
	padding-right: 6px;
}

.eventList .add-event {
	text-align: right;
}

/* footer */

html, body {
	-webkit-overflow-scrolling: touch; /*jc added 20141210 fluid scrolling with footer*/
	z-index: 0; /*same as above*/
	height: 100%;
}


#footer {
	background-color: #6d6f71;
	position: relative;
	z-index: 1;
	width: 100%;
}

.footer {
	color: #ffffff;
	font-family: 'PT Sans', Arial, sans-serif;
}

/* Search */
.search h3 {
	line-height: 22px;
}

.search h3 a {
	color: #6d6f71;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
}

.search h3 a:hover {
	color: #f7941d;
}

.search .article-wrapper {
	width: 55%;
	float: left;
}

.search .article-wrapper.full-width-article {
	width: 100%;
}

.search .article {
	/*border-bottom: 1px solid #c2c2c2;*/
	padding: 20px 0;
}

.search .article:last-child {
	border-bottom: 1px solid #a7a9ac;
}

.search .article .text a {
	color: #f7941d;
	text-decoration: none;
}

.search .article ul, .search .article ol {
	list-style: disc;
	margin-left: 17px;
}

.search .links-downloads {
	float: right;
	clear: right;
	position: relative;
	z-index: 100;
}

/* input */
.input, .select, textarea {
	background: transparent;
	border: 1px solid #6d6f71;
	padding: 10px 20px;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

.form-row {
	padding-bottom: 10px;
}

/* Settings */
/*.odd {
	background-color: #fff;
}

.even {
	background-color: #e8e8e8;
}*/

.clear {
	clear: both;
}

/* Auto clearing rows */
.clearfix:before,
.row:before,
.cf:before,
.clearfix:after,
.row:after,
.cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after,
.row:after,
.cf:after {
	clear: both;
}

.half-col {
	width: 50%;
	float: left;
}

.third-col {
	width: 33.33%;
	float: left;
}

.double-third-col {
	width: 66.64%;
	float: left;
}

.row .third-col:last-child {
	width: 33.34%;
}

.uppercase{
	text-transform: uppercase;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.data-placeholder-on {
	color: #a7a9ac;
	font-style: italic;
}

.nowrap {
	white-space: nowrap;
}

.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	color: #c09853;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.alert-heading {
	color: inherit;
}

.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
}

.alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.alert-danger, .alert-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}

.alert-info {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}

.alert-block > p, .alert-block > ul {
	margin-bottom: 0;
}

.alert-block p + p {
	margin-top: 5px;
}

/* iFramed Site*/
#iframe-intranet {
	width: 100%;
	border: none;
}

/* iFramed page*/
#iframe-inline {
	border: none;
}


/* savvy validate form validation styles */
.validation {
	display: none;
	position: relative;
	vertical-align: top;
}

.validation_outer {
	background: url(images/error_msg_arrow.png) 15px 19px no-repeat;
	padding-bottom: 12px;
	position: absolute;
	left: -35px;
	z-index: 99;
	width: auto !important;
}

.validation_inner {
	background: #e30418;
	font-family: "PT Sans", Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	color: #fff;
	padding: 5px 10px;
	white-space: nowrap;
}

textarea + .validation_outer {
	top: -29px;
}
/* end savvy validate form validation styles */

/* stripe along top to show if it is a staging server */
.StagingServer {
	background: orange;
	color: black;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	height: 30px;
}

.mceWrapper {
	max-width: 490px !important;
	width: 100% !important;
}

.debug {
	outline: 1px solid green;
}


.pagingnav-wrapper {
	float: right;
}

.right {
	float: right;
}
.left {
	float: left;
}

.hide {
	 display: none;
}

.nobr {
	white-space: nowrap;
}

.vertical-align {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.top-down-gradient {
	background: rgb(0,147,208); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTNkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGJjZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(0,147,208,1) 24%, rgba(0,188,228,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(0,147,208,1)), color-stop(100%,rgba(0,188,228,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,147,208,1) 0%,rgba(0,188,228,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,147,208,1) 0%,rgba(0,188,228,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,147,208,1) 0%,rgba(0,188,228,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,147,208,1) 0%,rgba(0,188,228,1) 100%); /* W3C */
}

.tableHeader {
	font-family: 'gotham', Arial, sans-serif;
	font-size: 15px;
	line-height: 22px;
	background-color: #00bce2;
	color: #ffffff;
	padding: 13px 14px;
	margin-bottom: 0;
	min-height:62px;
	white-space: nowrap;
}
.tableHeader.filter {
	border-left:1px dotted;
}
.tableHeader span {
	height: 36px;
	display: table-cell;
	vertical-align: middle;
}

.tableHeader a {
	color:#ffffff;
	text-decoration: none;
}
.tableHeader a:hover {
}

.table-with-cell-scroll {
	margin-bottom: 20px;
}
.table-with-cell-scroll table{margin-bottom:0}
.table-with-cell-scroll td {
	vertical-align: top;
}

.cell-scroll {
  overflow-x: auto;
	display: block;
	border-left: 1px dotted #999999;
	border-right: 1px dotted #999999;
	/*-webkit-overflow-scrolling: touch; jc 20150929 - this breaks the scrolling.*/
	white-space: nowrap;
}

.whiteBackground{
	background-color: white;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.center,
.align-center{
 text-align: center 
}
/* experts */

.expert-points-table {
	margin-bottom: 20px;
	border-bottom: 1px dotted #c2c2c2;
}

.expert-points-table tr:nth-child(even) td {
	background-color: #e8e8e8;
}

.expert-points-table tr:nth-child(even) td.total,
.expert-points-table td.total {
	background-color: #c2c2c2;
}

.expert-points-table td{
	padding: 2px 5px;
}

.expert-points-table td.last {
	padding-bottom: 0;
}

#ActivityDescription {
	margin-left: 26.2%;
	margin-bottom: 10px;
}

/* Colors */
.bg-main {
	background-color: #00bce3 !important;
}
/*/ Primary colors /*/
.bg-secondary-green {
	background-color: #C1d82f !important;
}

.bg-secondary-orange {
	background-color: #fcaf26 !important;
}

.bg-secondary-teal {
	background-color: #35bdb2 !important;
}

.bg-secondary-red {
	background-color: #e71939 !important;
}
/*/ Secondary colors /*/
.bg-tertiary-blue {
	background-color: #0081c6 !important;
}

.bg-tertiary-green {
	background-color: #00b26b !important;
}

.bg-tertiary-orange {
	background-color: #f58227 !important;
}

.bg-tertiary-purple {
	background-color: #7f3f98 !important;
}

.color-main {
	color: #00bce3 !important;
}

.color-white {
	color: #ffffff !important;
}
/*/ Primary colors /*/
.color-secondary-green {
	color: #C1d82f !important;
}

.color-secondary-orange {
	color: #fcaf26 !important;
}

.color-secondary-teal {
	color: #35bdb2 !important;
}

.color-secondary-red {
	color: #e71939 !important;
}
/*/ Secondary colors /*/
.color-tertiary-blue {
	color: #0081c6 !important;
}

.color-tertiary-green {
	color: #00b26b !important;
}

.color-tertiary-orange {
	color: #f58227 !important;
}

.color-tertiary-purple {
	color: #7f3f98 !important;
}
/* Colors End */

/*footer*/
#footer .footer {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.column {
	float: left;
	list-style-type: none;
	padding-right: 20px;
	padding-top: 10px;
}

.column li {
	padding-top: 4px;
}

.underlined {
	text-decoration: underline;
}


/*directories*/
#directory .staffstore {
	padding-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #a7a9ac;
	border-bottom: 1px solid #a7a9ac;
	margin-bottom: 50px;
}

#directory .store {
	min-height: 160px;
}

#directory .staffstore .third-col{
	position: relative;
	padding: 10px;
	margin-bottom: 10px;
	border: 2px solid #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	/*padding-bottom: 20px;*/
}

#directory .staffstore .third-col:hover {
	border: 2px solid rgba(247, 148, 29, 0.5);
}

#directory .staffstore .third-col .delete-staff {
	position: absolute;
	display: none;
	top: 10px;
	right: 10px;
	width: 15px;
	height: 15px;
	background: url(images/delete-button.png) center center no-repeat;
	-ms-background-size: 15px;
	background-size: 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#directory .staffstore .third-col:hover .delete-staff {
	display: block;
}

#directory .store .email {
	padding-bottom: 8px;
}

#directory .staffstore h3 {
	font-weight: bold;
}

#directory div.cf + .staffstore {
	margin-top: 20px;
}

.bot-pad {
	padding-bottom: 12px;
}

/*Responsive table and image styles for mobile*/
.responsive-table-scroll { /* applied automatically in common.js */
	overflow-y: hidden;
	overflow-x: scroll; /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
	width: 100%;
}

