/*
 * Stylesheet contains:
 *
 * - Fonts
 * - HTML5 / Tweaks
 *
 * - General styles
 * - Forms
 * - Drop down menu base
 * 
 * - Header
 * - Main menu
 * - Mainpart
 *
 * - Simple list
 * - Rich list
 * - Bold list
 * - Columns
 *
 * - Content
 * - Sidebar
 * - Front page
 * - Search page
 *
 * - Pager
 * - Tabs
 * - Boxes
 * - Tables
 * - Messages
 *
 * - Footer
 */

/*
   .-----------------------------------------------------.
   |                       FONTS                         |
   '-----------------------------------------------------'
*/

body,
input, select, textarea, button,
.form-radios label,
.form-checkboxes label,
/* regular text font class */
.t-font,
.block-content .t-font {
	font-family: 'OpenSansRegular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

strong, .strong,
label,
table th,
table thead td,
h3, h4,
.h3-like, .h4-like,

.calendar td a,
.calendar div.day,
.form-progress-page.current .form-progress-label,
#tooltip h2,
/*.event-filters ul.bef-tree-depth-0 > li > div label,*/
/* semibold font class */
.sb-font,
.block-content .sb-font {
	font-family: 'OpenSansSemiBold', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

.case-col dl dt,
.block-content h3,
.block-content h4,
/* bold font class */
.b-font {
	font-family: 'OpenSansBold', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

em,
/* em font class */
.e-font {
	font-family: 'OpenSansItalic', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-style: normal;
}

strong em,
em strong,
h3 em,
h4 em ,
.h3-like em {
	font-family: 'OpenSansSemiboldItalic', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

h1, h2,
.h1-like, .h2-like,
/* header font class */
.h-font,

ul.page-tabs li a,
.table-2 tr.table-section td {
	font-family: 'SignikaRegular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

h1 em, h2 em,
.h-font em,
h1 strong, h2 strong,
.h-font strong {
	font-family: 'SignikaRegular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

#Menu,
.simple-list a,
.menu a,

.calendar th.days,
ul.page-tabs li a.active,
#Slides h2,
.footer-upper h3 {
	font-family: 'SignikaSemibold', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.bt-blank {
	font-family: 'SignikaBold', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

#Slides h3 {
	font-family: 'SignikaLight', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

/*
   .-----------------------------------------------------.
   |                   HTML5 / TWEAKS                    |
   '-----------------------------------------------------'
*/

/* HTML5 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}

/* Prevent iOS text size adjust on device */
/* orientation change, without disabling user zoom */

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Improve image quality when scaled in IE7: h5bp.com/d */
/* Remove the gap between images and borders on image containers: h5bp.com/i/440 */

img {
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

/* Correct overflow not hidden in IE9 */

svg:not(:root) {
	overflow: hidden;
}

/* Text selection */
/* These selection declarations have to be separate */

::-moz-selection {
	background: #ff9000;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #ff9000;
	color: #fff;
	text-shadow: none;
}

pre,
code,
kbd,
samp {
	font-family: 'courier new', monospace, serif;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

/*
   .-----------------------------------------------------.
   |                   GENERAL STYLES                    |
   '-----------------------------------------------------'
*/

html,
body {
	margin: 0;
	padding: 0;
}

body {
	min-width: 978px;
	background: #f6f6f6 url(images/body-bg.png);
	color: #5c6b84;
	font-size: 0.938em;/* 15px */
	line-height: 1.5em;/* 22.5px */
	text-align: left;
}

body.ck-editor {
	height: auto;
	width: auto;
	min-width: 50px;
	padding: 0 10px;
	background: #fff;
}

body.ck-editor span.no-autolink {
	color: #ff0000;
	background: #ffdddd;
	border-radius: 3px;
	padding: 0 3px;
}

/* --- elements default styles --- */

a {
	text-decoration: none;
	color: #ff7300;
}

a:hover {
	text-decoration: underline;
	color: #4592cd;
}

a:hover,
a:active {
	outline: 0;
}

h1, h2, h3, h4, h5, h6,
.h1-like, .h2-like, .h3-like {
	display: block;
	padding: 0;
	font-weight: normal;
	text-align: left;
	color: #2a3d5a;
	margin: 1em 0 0.2em 0;
}

.node h1,
.node h2,
.node h3,
.node h4,
.node .h1-like,
.node .h2-like,
.node .h3-like {
	clear: both;
}

h1,
.h1-like {
	font-size: 2.533em;/* 38px */
	line-height: 1.25em;
}

.node h1,
.node .h1-like {
	padding-bottom: 0.32em;
	background: url(images/hr.png) 0 bottom repeat-x;
	margin: 0.97em 0 0.64em 0;
}

h2,
.h2-like {
	font-size: 1.867em;/* 28px */	
	line-height: 1.35em;
	margin: 0.97em 0 0.8em 0;
}

.node h2,
.node .h2-like,
h2.section {
	padding-bottom: 0.32em;
	background: url(images/hr.png) 0 bottom repeat-x;
}

h3,
.h3-like {
	font-size: 1.2em;/* 18 px */
	line-height: 1.4em;
	color: #3f546c;
	margin: 1.1em 0 0.3em;
}

h4,
.h4-like,
.block-content h3 {
	font-size: 1.067em;/* 16 px */
	line-height: 1.5em;
	color: #3f546c;
	margin: 1.2em 0 0.37em;
}

h5, h6 {
	font-size: 1em;
	line-height: 1.5em;
	color: #5c6b84;
}

p, h5, h6 {
	margin: 0.2em 0 0.55em 0;
}

.uppercase {
	text-transform: uppercase;
}

ul, ol {
	margin: 0.4em 0 1em 0;
	padding: 0 0 0 42px;
}

hr {
	display: block;
	height: 1px;
	width: 100%;
	margin: 1.8em 0;
	padding: 0;
	border: 0;
	background: url(images/hr.png) 0 0 repeat-x;
	overflow: hidden;
}

img,
a img {
	border: none;
}

iframe {
	width: 100%;
	min-height: 50px;
	border: 0;
}

.node p img[style*="left"],
.ck-editor p img[style*="left"] {
	margin: 0.6em 20px 10px 0;
}

.node p img[style*="right"],
.ck-editor p img[style*="right"] {
	margin: 0.6em 0 10px 20px;
}

figure {
	margin: 0;
}

.indent-1 {
	padding-left: 42px;
}

.indent-2 {
	padding-left: 84px;
}

.indent-3 {
	padding-left: 126px;
}

.indent-4 {
	padding-left: 168px;
}

.txt-left {
	text-align: left;
}

.txt-center {
	text-align: center;
}

.txt-right {
	text-align: right;
}

.txt-justify {
	text-align: justify;
}

.page-bg {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	box-shadow: 0 0 50px #e1e1e1;
}

.width-wrap {
	width: 978px;
	margin: 0 auto;
}

.right {
	text-align: right;
}

.line {
	width: 100%;
	overflow: hidden;
}

.clear {
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

/*
   .-----------------------------------------------------.
   |                       FORMS                         |
   '-----------------------------------------------------'
*/

form {
	margin: 0;
	padding: 0;
}

.form-test {
	overflow: hidden;
	border: 1px solid #aaa;
}

.form-test * {
	float: left;
	margin: 0;
}

/* --- Input Fields --- */

.form-text,
.form-textarea,
.form-select {
	background: #fcfcfc;
	border: 2px solid #dfdee0;
	border-radius: 0;
	font-size: 1em;/*15px*/
	color: #5c6b84;
	outline: 0;
	
	line-height: 1.533em;
	padding: 0.36em 9px 0.43em;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.form-text {
	line-height: 1em;
	height: 2.533em;
	padding-top: 0;
	padding-bottom: 0;
}

/*
input::-webkit-input-placeholder {
	line-height: 1.533em;
}
input:-moz-placeholder {
	line-height: 1.533em;
}
input::-moz-placeholder {
	line-height: 1.533em;
}
input:-ms-input-placeholder {
	line-height: 1.533em;
}
*/

.form-textarea {
	line-height: 1.4em;
	padding-right: 0;
	resize: none;
	width: 100%;
	overflow: auto;
	vertical-align: top;
}

.form-select {
	min-height: 2.533em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* the following is for Safari 5 only */
	line-height: 2.033em;
	cursor: pointer;
}

.form-text,
.form-textarea {
	cursor: text;
}

.form-text:focus,
.form-textarea:focus {
	border-color: #ccd0d5;
	background: #f9f9f9;
}

/* --- Buttons --- */

.form-submit,
.button,
.button-2,
.button-wrap a,
.button-2-wrap a {
	border: 2px solid #ff9200;
	border-radius: 2px;
	background: #ff9200;
	
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	
	font-family: 'SignikaSemibold', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 0.933em;
	font-weight: normal;
	
	padding: 0 1.214em;
	line-height: 2.614em;
	height: 2.714em;
	
	cursor: pointer;
	white-space: nowrap;
	overflow: visible; /* IE 7 */
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.button-2,
.button-2-wrap a,
.webform-previous {
	border-color: #cce2f7;
	background: #fff;
	color: #ff7600;
}

/* --- Buttons hover --- */

.form-submit:hover,
.button:hover {
	border-color: #ff7e00;
	background: #ff7e00;
	color: #fff;
	text-decoration: none;
}

.button-2-wrap a:hover,
.button-2:hover,
.webform-previous:hover {
	border-color: #ffc786;
	background: #fff;
	color: #4ea1dd;
}

/* --- Per button type alterations --- */

.form-submit {
	-webkit-appearance: button;/* Allow styling in iOS */
}

.button,
.button-wrap a {
	display: inline-block;
}

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border: 0 none;
	/*-moz-box-sizing: border-box;*/
}

/* --- Enlarged form components --- */

.search-form .form-text,
.glossary .form-text,
.memberdir .form-text,
.node-webform .form-text {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1em;
	height: 3.333em;
	padding-top: 0.55em;
	padding-bottom: 0.55em;
}

.node-webform .form-textarea {
	padding-left: 15px;
}

.node-webform .form-select {
	line-height: 1.45em;
	height: 3.333em;
	padding: 0.7em 9px 0.63em;
	/* we replace arrow in webkit browsers */
	-webkit-appearance: button;
	-moz-appearance: none;
	background: url(images/form-select.png) right center no-repeat,
				-webkit-linear-gradient(#fcfcfc, #fcfcfc 40%, #fcfcfc);
	-webkit-padding-end: 58px;
	-moz-padding-end: 58px;
}

.search-form .form-submit,
.glossary .form-submit,
.memberdir .form-submit,
.node-webform .form-submit {
	font-size: 1.200em;
	padding: 0 1.667em;
	line-height: 2.764em;
	height: 2.764em;
}

/* --- Other form elements & styles --- */

label {
	display: block;
	font-szie: 0.933em;
	line-height: 1.2em;
	padding-bottom: 2px;
	font-weight: normal;
	cursor: pointer;
}

.description {
	color: #7C8Ba4;
	font-size: 0.85em;
	line-height: 1.35em;
}

.description * {
	color: #7C8Ba4;
}

/* --- System CSS --- */

label.option {
	display: inline;
	font-weight: normal;
}

.form-item {
	margin: 1em 0;
}

.form-checkboxes .form-item,
.form-radios .form-item {
	margin: 0.4em 0;
}

tr.odd .form-item,
tr.even .form-item {
	margin-top: 0;
	margin-bottom: 0;
	white-space: nowrap;
}

.container-inline .form-actions,
.container-inline.form-actions {
	margin-top: 0;
	margin-bottom: 0;
}

input.form-checkbox,
input.form-radio {
	vertical-align: middle;
	margin-top: -2px;
}

td.checkbox,
th.checkbox {
	text-align: center;
}

/* --- Webform Page Layout --- */

body.webform .title-wrapper {
	width: 978px;
	margin-left: -168px;
}

body.webform .title-wrapper span.page-title-line {
	margin-left: 168px;
}

body.webform .title-wrapper h1.page-title {
	padding-left: 168px;
}

body.webform #Wrapper #Content {
	width: 642px;
	margin: 0 auto;
}

.node-webform {
	width: 642px;
	margin: 0 auto;
}

.node-webform .webform-form {
	width: 100%;
	overflow: hidden;
}

.node-webform .webform-form-inner {
	width: 110%;
}

.node-webform .form-type-checkbox {
	max-width: 642px;
}

/* --- Webform Form --- */

.webform-client-form .form-item {
	margin-top: 0;
	margin-bottom: 1.1em;
}

.webform-client-form label {
	padding-bottom: 7px;
	text-transform: uppercase;
}

.webform-client-form .form-type-checkbox label,
.webform-client-form .form-type-radio label {
	padding-bottom: 0;
	text-transform: none;
}

.node-webform .webform-component {
	clear: left;
}

.node-webform .webform-component-textfield,
.node-webform .webform-component-email,
.node-webform .webform-component-select {
	float: left;
	margin-right: 30px;
	clear: none;
}

.node-webform .form-text,
.node-webform .form-select {
	width: 306px;
}

.node-webform .form-textarea,
.node-webform .webform-component-display,
.node-webform .form-actions-wrap {
	width: 642px;
	clear: both;
}

.node-webform .webform-component-display {
	overflow: hidden;
}

.node-webform .form-actions-wrap {
	background: url(images/hr.png) 0 0.9em repeat-x;
	padding-top: 2.9em;
	overflow: hidden;
}

.node-webform .form-actions {
	float: right;
	margin: 0;
}

.node-webform .form-actions .form-submit {
	float: left;
	margin: 0 0 0 0.667em;
}

.node-webform .webform-next,
.node-webform .webform-submit {
	padding-left: 2.778em;
	padding-right: 2.778em;
}

.block .webform-form .form-text,
.block .webform-form .form-textarea,
.block .webform-form .form-select {
	width: 100%;
	box-sizing: border-box;
}

/* --- Other form elements & styles --- */

.marker,
.form-required,
#Content .tabledrag-changed {
	color: #FF7e00;
}

#Wrapper form .error {
	border: 2px solid #FF9200;
}

/* IE fix - this won't work if merged with the above */
.form-text.error,
.form-textarea.error,
.form-select.error {
	border: 2px solid #FF9200;
}

.node-form .form-text.disabled {
	box-shadow: none;
	background: #eee;
}

/*
   .-----------------------------------------------------.
   |                 DROP DOWN MENU BASE                 |
   '-----------------------------------------------------'
*/

ul.nice-menu,
ul.nice-menu li,
ul.nice-menu a,
ul.nice-menu ul {
	display: block;
	padding: 0;
	margin: 0;
}

ul.nice-menu,
ul.nice-menu ul {
	z-index: 5;
	position: relative;
	list-style: none;
}

ul.nice-menu li {
	position: relative;
	float: left;
}

ul.nice-menu ul {
	position: absolute;
	visibility: hidden;
	
	top: 2em;
	left: 0;
}

ul.nice-menu ul li {
	width: 12.5em;
}

/* Show submenus when over their parents */
ul.nice-menu li:hover ul,
ul.nice-menu li.menuparent li:hover ul,
ul.nice-menu li.menuparent li.menuparent li:hover ul,
ul.nice-menu li.menuparent li.menuparent li.menuparent li:hover ul,
ul.nice-menu li.over ul,
ul.nice-menu li.menuparent li.over ul,
ul.nice-menu li.menuparent li.menuparent li.over ul,
ul.nice-menu li.menuparent li.menuparent li.menuparent li.over ul {
	visibility: visible;
}

/* Hide sub-submenus initially */
ul.nice-menu li:hover ul ul,
ul.nice-menu li:hover ul ul ul,
ul.nice-menu li:hover li:hover ul ul,
ul.nice-menu li:hover li:hover ul ul ul,
ul.nice-menu li:hover li:hover li:hover ul ul,
ul.nice-menu li:hover li:hover li:hover ul ul ul,
ul.nice-menu li.over ul ul,
ul.nice-menu li.over ul ul ul,
ul.nice-menu li.over li.over ul ul,
ul.nice-menu li.over li.over ul ul ul,
ul.nice-menu li.over li.over li.over ul ul,
ul.nice-menu li.over li.over li.over ul ul ul {
	visibility: hidden;
}

ul.nice-menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* --- Drop Down Style --- */

ul.nice-menu-down {
	/*float: left;*/
}

ul.nice-menu-down ul {
	left: 0;
}

ul.nice-menu-down ul li {
	clear: both;
}

ul.nice-menu-down li ul li ul {
	left: 12.5em;
	top: 0;
}

/*
   .-----------------------------------------------------.
   |                       HEADER                        |
   '-----------------------------------------------------'
*/

header#Header .width-wrap {
	overflow: hidden;
	padding-top: 33px;
	padding-bottom: 33px;
	overflow: hidden;
}

#Header a.site-name {
	display: none;
}

a.logo {
	float: left;
	width: 246px;
	height: 64px;
	overflow: hidden;
}

/* --- Special menu --- */

.additional-menu {
	float: right;
	width: 700px;
	padding-top: 12px;
}

.additional-menu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

.additional-menu ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 75px;
}

.additional-menu li a {
	display: block;
	padding-top: 19px;
	position: relative;
	color: #5c6b84;
}

.additional-menu li a:hover {
	color: #4ea1dd;
	text-decoration: none;
}

.additional-menu li a span {
	display: block;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -8px;
	background: url(images/icons-menu.png) 0 0 no-repeat;
}

.additional-menu li.link-account a span {
	background-position: 0 0;
}

.additional-menu li.link-logout a span {
	background-position: -32px 0;
}

.additional-menu li.link-join a span {
	background-position: 0 0;
}

.additional-menu li.link-login a span {
	background-position: -16px 0;
}

.additional-menu li.link-contact a span {
	background-position: -48px 0;
}

.additional-menu li.link-search a span {
	background-position: -64px 0;
}

.additional-menu li.link-careers a span {
	background-position: -80px 0;
}

/*
   .-----------------------------------------------------.
   |                      HEADER BG                      |
   '-----------------------------------------------------'
*/

/* This is wrapper div for #Menu, #Breadcrumbs and front page slider */

#HeaderBg {
	background: url(images/head-bg-inner.jpg) 0 0 no-repeat;
}

body.front-page #HeaderBg {
	background: url(images/head-bg-front.jpg) 0 0 no-repeat;
}

/* revised slides */
body.front-page #HeaderBg {
	background: url(images/head-bg-front-v2.jpg) 0 0 no-repeat;
}

/*
   .-----------------------------------------------------.
   |               MAIN MENU / BREADCRUMBS               |
   '-----------------------------------------------------'
*/

#Menu {
	/* default nice_menus stylesheets are removed and */
	/* Drop Down Menu Base sections is added */
	height: 70px;
	position: relative;
	margin-bottom: 30px;
	margin-left: -1px;
	padding-right: 1px;
}

/* --- First level items --- */

#Menu ul.nice-menu {
	height: 70px;
	position: relative;
	z-index: 999;
	font-size: 17px;
	line-height: 21px;
	border-left: 1px solid rgba(255, 255, 255, 0.15);
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}

#Menu ul.nice-menu,
#Menu ul.nice-menu * {
	padding: 0;
	margin: 0;
	height: auto;
}

#Menu ul.nice-menu > li {
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}

#Menu ul.nice-menu > li.last {
	border-right: 0;
}

#Menu ul.nice-menu > li > a {
	display: block;
	height: 46px;
	padding: 0 25px;
	padding: 0 18px;
	padding-top: 24px;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
	text-transform: uppercase;
	background: transparent;
	/*transition: background 0.5s;*/
	position: relative;
}

#Menu ul.nice-menu > li > a.active,
#Menu ul.nice-menu > li.active-trail > a {
	text-decoration: none;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
}

/* active parent link trianlge arrow */
#Menu ul.nice-menu > li > a.active span.ico,
#Menu ul.nice-menu > li.active-trail > a span.ico {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -7px;
	/* css triangle */
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #ffffff transparent transparent 
}

#Menu ul.nice-menu > li > a:hover,
#Menu ul.nice-menu > li:hover > a,
#Menu ul.nice-menu > li.active-trail:hover > a {
	text-decoration: none;
	background: #4ea1dd;
	/*background: rgba(255, 255, 255, 0.15);*/
	color: #fff;
	box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1) inset;
}

/* --- Second level items --- */

#Menu ul.nice-menu ul {
	top: 70px;
	background: #4ea1dd;
	z-index: 9990;
	padding: 0.5em 0 0.42em;
}

#Menu ul.nice-menu ul li {
	background: #4ea1dd;
	width: 14em;
}

#Menu ul.nice-menu ul li.last {
	border: 0;
}

#Menu ul.nice-menu ul li a {
	padding: 0.45em 19px 0.45em;
	background: #4ea1dd;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
	line-height: 21px;
	text-transform: uppercase;
}

#Menu ul.nice-menu ul > li > a:hover,
#Menu ul.nice-menu ul > li > a.active,
#Menu ul.nice-menu ul > li:hover > a,
#Menu ul.nice-menu ul > li.active-trail > a {
	text-decoration: underline;
	color: #fff;
}

/* --- Third level items --- */

#Menu ul.nice-menu ul li.menuparent a span {
	display: block;
	width: 8px;
	height: 13px;
	position: absolute;
	right: 15px;
	top: 0.65em;
	background: url(images/arrow-right-3.png) 0px 0px no-repeat;
}

#Menu ul.nice-menu ul li.menuparent ul a span {
	display: none;
}

#Menu ul.nice-menu > li > ul > li.menuparent:hover > a {
	background: #3E91cD;
}

#Menu ul.nice-menu ul ul {
	top: 0;
	left: 13.6em;
	z-index: 9991;
	border: 1px solid #1D659F;
}

#Menu ul.nice-menu ul ul a {
	text-transform: none;
	font-size: 15px;
	line-height: 19px;
}

/* --- Breadcrumbs --- */

#Wrapper.layout-2 .layout-2-bg {
	/*background: url(images/head-bg-inner-2.png) center top no-repeat;*/
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 160px;
	padding-bottom: 20px;
}

#Breadcrumbs {
	width: 100%;
	overflow: hidden;
	clear: both;
	color: #fff;
	font-size: 14px;
	line-height: 1.5em;
}

#Breadcrumbs a {
	color: #fff;
}

.bc-inner {
	height: 50px;
	width: 300%;
	background: url(images/breadcrumbs-border.png) 0 0 no-repeat;
}

#Wrapper.layout-2 .bc-inner {
	background: none;
}

.bc-trail {
	float: left;
	height: 37px;
	padding: 13px 21px 0 24px;
	overflow: hidden;
	background: #4fa1dd;
}

.bc-sep {
	display: inline-block;
	width: 5px;
	height: 10px;
	margin: 0 12px;
	background: url(images/arrow-right-1.png) 0 0 no-repeat;
}

.bc-ending {
	float: left;
	/* css triangle */
	width: 0px;
	height: 0px;
	overflow: hidden;
	border-style: solid;
	border-width: 50px 9px 0 0;
	border-color: #4fa2dd transparent transparent transparent;
}

/*
   .-----------------------------------------------------.
   |                      MAINPART                       |
   '-----------------------------------------------------'
*/

#Mainpart {
	clear: both;
	overflow: hidden;
	padding-top: 60px;
	min-height: 400px;
	backgroundX: url(dev-inner.png) center 0px no-repeat;
}

.page-title-line {
	display: block;
	width: 105px;
	height: 2px;
	overflow: hidden;
	background: #ffc786;
}

h1.page-title {
	margin: 0;
	padding: 0.2em 0 0.34em;
	background: url(images/hr.png) 0 bottom repeat-x;
}

a.with-overlay {
	position: relative;
	display: block;
	overflow: hidden;
}

a.with-overlay img {
	float: left;
	position: relative;
}

a.with-overlay .item-overlay {
	display: block;
	position: absolute;
	left: 5px;
	top: 5px;
	background: #fff;
	cursor: pointer;
	z-index: 100;
	height: 100%;
	width: 100%;
	opacity: 0;
}

/*
   .-----------------------------------------------------.
   |                     READ MORES                      |
   '-----------------------------------------------------'
*/

a.read-more-1 {
	font-size: 0.933em;
	line-height: 1.35em;
	text-transform: uppercase;
	background: #ddd;
	overflow: hidden;
}

a.read-more-1 span.readmore-label {
	float: left;
	margin-right: 6px;
}

a.read-more-1 span.readmore-arrow {
	float: left;
	width: 11px;
	height: 1.30em;
	background: url(images/readmore-1.png) -11px center no-repeat;
}

a.read-more-1:hover {
	text-decoration: none;
}

a.read-more-1:hover span.readmore-arrow {
	background-position: 0px center;
}

/*
   .-----------------------------------------------------.
   |                    SIMPLE LIST                      |
   '-----------------------------------------------------'
*/

/* A list with titles only */
/* Usage: Sidebar menus */

ul.simple-list,
ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

ul.simple-list li,
ul.menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(images/hr-2.png) 0 bottom repeat-x;
}

ul.simple-list li.views-row-first,
ul.menu li.first {
	margin-top: -0.885em;
}

ul.simple-list li.views-row-last,
ul.menu li.last {
	margin-bottom: -1.2em;
	background: none;
}

ul.simple-list a,
ul.menu li a {
	display: block;
	padding: 0.73em 0 0.77em;
	font-size: 1.200em;
	line-height: 1.35em;
	color: #3f526c;
	text-transform: uppercase;
}

ul.simple-list a:hover,
ul.menu a:hover {
	color: #ff7600;
	text-decoration: none;
}

ul.simple-list a.active,
ul.menu a.active {
	color: #4da0dd;
	cursor: default;
}

/*
   .-----------------------------------------------------.
   |                     RICH LIST                       |
   '-----------------------------------------------------'
*/

/* A list with titles and other little details */
/* Usage: News/Events blocks */

ul.rich-list {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	padding-top: 0.14em;
}

ul.rich-list li {
	margin: 0;
	padding: 1.2em 0 1.05em;
	list-style: none;
	background: url(images/hr.png) 0 bottom repeat-x;
}

ul.rich-list li .rl-date {
	color: #5b6b84;
	padding-bottom: 0.29em;
	text-transform: uppercase;
	font-size: 0.800em;
	line-height: 1.35em;
}

ul.rich-list li .rl-title {
	margin: 0;
	font-size: 1em;
	line-height: 1.5em;
}

ul.rich-list li .rl-title a {
	color: #3f526c;
	font-size: 1.200em;
	line-height: 1.31em;
	display: block;
}

ul.rich-list li .rl-summary {
	margin: 0.5em 0 0.55em;
	font-size: 0.933em;
	line-height: 1.4em;
}

ul.rich-list li .rl-link {
	overflow: hidden;
	margin-top: 0.55em;
}

ul.rich-list li.views-row-first {
	margin-top: -1.20em;
}

ul.rich-list li.views-row-last {
	margin-bottom: -1.05em;
	background: none;
}

/* --- News Rich List --- */

ul.rich-list.news-block li .rl-date span {
	background: url(images/node-meta-date.png) 0 0.1em no-repeat;
	padding-left: 18px;
}

/* --- Events Rich List --- */

/* <li> padding-top is replaced with .rl-title's padding-bottom */
/* because events_block uses separation lines below titles */
/* and not below <li>s (because of the events timeline side background */

ul.rich-list.events-block li {
	padding: 0 0 1.2em;
	/* add events timeline side bg */
	padding-left: 30px;
	background: url(images/events-block-timeline.png) 1px 2px no-repeat;
}

ul.rich-list.events-block li .rl-title {
	/* this is instead of <li> padding-bottom and bg */
	padding-bottom: 1.05em;
	background: url(images/hr.png) 0 bottom repeat-x;
}

ul.rich-list.events-block li.views-row-first {
	margin-top: 0;
}

ul.rich-list.events-block li.views-row-last {
	margin-bottom: 0;
}

ul.rich-list.events-block li.views-row-last .rl-title {
	margin-bottom: -1.20em;
	padding-bottom: 0;
	background: none;
}

/* --- Testimonials Rich List --- */

ul.rich-list.testimonials-block li {
	background-image: url(images/hr-2.png);
	padding-top: 1em;
}

ul.rich-list.testimonials-block li.views-row-first {
	padding-top: 1.2em;
}

ul.rich-list.testimonials-block li.views-row-last {
	background: none;
}

blockquote.quote-text {
	margin: 0;
	padding: 0;
	width: 95%;
	font-size: 1.067em;
	line-height: 1.4em;
	color: #3f536c;
}

.quote-author {
	padding: 0.6em 0 0.15em;
	font-size: 0.933em;
	line-height: 1.35em;
	color: #3f536c;
}

/* --- Past Events / Work Group Events / Highlighted Resources --- */

ul.rich-list.events-past-block .rl-title a,
ul.rich-list.events-workgroup-block .rl-title span,
ul.rich-list.resources-promo-block .rl-title a {
	font-size: 1.067em;
	line-height: 1.400em;
}

ul.rich-list.events-past-block .rl-title a:hover,
ul.rich-list.events-workgroup-block a:hover .rl-title,
ul.rich-list.resources-promo-block .rl-title a:hover {
	color: #4ea1dd;
}

/* --- Highlighted Resources --- */

ul.rich-list.resources-promo-block .rl-title {
	margin-top: -0.4em;
}

/* --- Work Group Events --- */

ul.rich-list.events-workgroup-block a {
	display: block;
	padding-right: 27px;
}

ul.rich-list.events-workgroup-block a:hover {
	text-decoration: none;
	background: url(images/richlist-view-arrow.png) right center no-repeat;
}

ul.rich-list.events-workgroup-block a:hover .rl-title {
	text-decoration: underline;
}

/*
   .-----------------------------------------------------.
   |                     BOLD LIST                       |
   '-----------------------------------------------------'
*/

/* A list with just titles, but in bold */
/* Usage: Issues Block */

ul.bold-list {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

ul.bold-list li {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 0.95em 0 1.19em;
	background: url(images/hr-2.png) 0 bottom repeat-x;
}

ul.bold-list li.views-row-first {
	margin-top: -0.95em;
}

ul.bold-list li.views-row-last {
	margin-bottom: -0.92em;
	background: none;
}

ul.bold-list li h3 {
	margin: 0;
	font-size: 1.067em;
	line-height: 1.41em;
}

ul.bold-list li h3 a {
	color: #3f526d;
	display: block;
}

/*
   .-----------------------------------------------------.
   |                      COLUMNS                        |
   '-----------------------------------------------------'
*/

/* --- 3 columns --- */

div.cols-3 {
	float: left;
	width: 306px;
}

div.cols-3.col-1 {
	margin-right: 30px;
}

div.cols-3.col-2 {
	
}

div.cols-3.col-3 {
	float: right;
}

/* --- 4 columns --- */

div.cols-4 {
	float: left;
	width: 222px;
}

div.cols-4.col-1,
div.cols-4.col-2 {
	margin-right: 30px;
}

div.cols-4.col-3 {
	
}

div.cols-4.col-4 {
	float: right;
}

/*
   .-----------------------------------------------------.
   |                      CONTENT                        |
   '-----------------------------------------------------'
*/

#Content {
	width: 642px;
	float: left;
	padding: 0 0 0 0;
	/* take 6px from padding top away b/c of top <h1> line height */
	padding-top: 0;
	/* no need to have any padding - content starts with non-text */
}

body.no-sidebar #Content {
	width: auto;
	float: none;
}

/* push content away from top border of the page */
#Content .content-push-top {
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	margin-bottom: 44px;
}

/* push content away from bottom border of the page */
#Content .content-push {
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	margin-top: 50px;
}

/* content that doesnt start with text needs additional push */
.resources ul.tabs,
.search-form {
	padding-top: 6px;
}

/*
   .-----------------------------------------------------.
   |                      SIDEBAR                        |
   '-----------------------------------------------------'
*/

#Sidebar {
	width: 306px;
	padding-bottom: 24px;
	float: right;
}

/* --- Default Block --- */

#Sidebar .block {
	margin-bottom: 30px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}

#Sidebar .block-last {
	margin-bottom: 30px;
}

#Sidebar .block-title,
#FrontCols .block-title {
	border-top: 2px solid #a7cfeb;
	border-left: 1px solid #dfdee0;
	border-right: 1px solid #dfdee0;
	background: #f7f9f9;
	margin: 0;
	padding: 20px 29px 20px;
	font-size: 1.400em;
	line-height: 1.3em;
	text-transform: uppercase;
	position: relative;
}

#Sidebar .block-content,
#FrontCols .block-content {
	border: 1px solid #dfdee0;
	padding: 0 29px;
	overflow: hidden;
}


#Sidebar .block-push-top,
#FrontCols .block-push-top {
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	/* normally 26px but texts in block add some px by line height */
	margin-bottom: 21px;
}

#Sidebar .block-push,
#FrontCols .block-push {
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	/* normally 26px but texts in block add some px by line height */
	margin-top: 22px;
}

/* some blocks dont start with text so they need additional top spacing */
#Sidebar #some-block .block-push-top {
	/*margin-bottom: 26px;*/
}

/* some blocks dont end with text so they need additional bottom spacing */
#Sidebar #some-block .block-push {
	/*margin-top: 26px;*/
}

/* --- Navigation Blocks --- */

#Sidebar .block-menu-block .block-title {
	border: 0;
	background: #4ea1dd;
	color: #fff;
	padding: 19px 29px 20px;
	font-size: 1.600em;
	line-height: 1.3em;
}

#Sidebar .block-menu-block .block-content {
	border-color: #d3e0eb;
	border-top: 0;
	background: #f4fafd;
	padding: 0;
	overflow: hidden;
}

#Sidebar ul.menu {
	padding: 0 29px;
}

#Sidebar ul.menu li a.active {
	padding-left: 18px;
	background: url(images/arrow-left-1.png) 0 1em no-repeat;
}

/* --- Support for sub items --- */

#Sidebar ul.menu li ul {
	margin: 0 -29px;
	padding: 0 29px;
	background: #e6f3fa;
}

#Sidebar ul.menu li {
	
}

#Sidebar ul.menu li ul li.first {
	margin-top: 0;
}

#Sidebar ul.menu li ul li.last {
	margin-bottom: 0;
}

#Sidebar ul.menu li ul li a {
	color: #5b6b84;
	text-transform: none;
	padding-left: 18px;
}

#Sidebar ul.menu li ul li a:hover {
	color: #ff7600;
}

#Sidebar ul.menu li ul li a.active {
	color: #4da0dd;
	background: url(images/arrow-left-1.png) 0 1em no-repeat;
}

/* --- Support for sub-sub items --- */

#Sidebar ul.menu li ul li ul {
	margin: 0 -29px;
	padding: 0 29px;
}

#Sidebar ul.menu li ul li ul li {
	background: url(images/hr-2.png) 0 0 repeat-x;
}

#Sidebar ul.menu li ul li ul li.last a {
	background: url(images/hr-2.png) 0 bottom repeat-x;
}

#Sidebar ul.menu li ul li ul li a {
	padding-left: 36px;
}

#Sidebar ul.menu li ul li ul a.active {
	padding-left: 36px;
	background: url(images/arrow-left-1.png) 18px 1em no-repeat;
}

/* --- Blocks with only content visible --- */

#Sidebar .block-content-only {
	box-shadow: none;
}

/* --- Blocks with title icon + title & content backgrounds --- */

/* Grey */

#Mainpart #block-views-news-block-block-1 .block-title,
#Mainpart #block-views-events-block-block-1 .block-title {
	background: #f7f9f9 url(images/block-title-1.png) 0 0 no-repeat;
	background-size: 100% 100%;
}

/* Blue */

#Mainpart #block-views-issues-block-block-1 .block-title,
#Mainpart #block-views-testimonials-block-block-1 .block-title {
	background: #4ea1dd url(images/block-title-2.png) 0 0 no-repeat;
	background-size: 100% 100%;
	/* no border so change paddings */
	border: 0;
	padding-top: 22px;
	padding-bottom: 21px;
	color: #fff;
}

#Mainpart #block-views-issues-block-block-1 .block-content,
#Mainpart #block-views-testimonials-block-block-1 .block-content {
	background: #f4fafd;
	border-color: #d3e0eb;
	border-top: 0;
}

/* Icons */

#Mainpart #block-views-news-block-block-1 .block-title span,
#Mainpart #block-views-events-block-block-1 .block-title span,
#Mainpart #block-views-issues-block-block-1 .block-title span,
#Mainpart #block-views-testimonials-block-block-1 .block-title span {
	display: block;
	width: 32px;
	height: 33px;
	position: absolute;
	top: 0.75em;
	right: 26px;
	background: url(images/block-title-icons.png) 0 0 no-repeat;
}

#Mainpart #block-views-events-block-block-1 .block-title span {
	background-position: -32px 0;
}

#Mainpart #block-views-issues-block-block-1 .block-title span {
	background-position: -64px 0;
	top: 0.85em;
}

#Mainpart #block-views-testimonials-block-block-1 .block-title span {
	background-position: -96px 0;
	top: 0.9em;
	right: 29px;
}

/*
   .-----------------------------------------------------.
   |                     FRONT PAGE                      |
   '-----------------------------------------------------'
*/

/* --- Front Page Slides --- */

#Slides {
	margin-top: 30px;
	height: 430px;
	width: 1098px;/* 120px wider than site width */
	margin-left: -60px;/* so center it */
	overflow: hidden;
	position: relative;
}

#Slides ul.slides-list,
#Slides ul.slides-list li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	width: 1098px;
	height: 430px;
}

#Slides ul.slides-list .slide-content {
	display: block;
	position: relative;
}

#Slides .slide-texts {
	position: absolute;
	top: 153px;
	left: 60px;
	z-index: 2;
}

#Slides .slide-texts h2.slide-title {
	float: left;
	margin: 0;
	position: relative;
	z-index: 3;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-size: 2.267em;
	line-height: 1.3em;
}

#Slides .slide-texts h2.slide-title a {
	display: block;
	padding: 0.52em 0.62em;
	color: #fff;
	text-decoration: none;
}

#Slides .slide-texts h3.slide-subtitle {
	float: left;
	clear: left;
	margin: 0;
	position: relative;
	top: -9px;
	left: 20px;
	z-index: 4;
	background: #fff;
	color: #ff7600;
	font-size: 1.333em;
	line-height: 1.3em;
}

#Slides .slide-texts h3.slide-subtitle a {
	display: block;
	padding: 0.44em 0.93em;
	color: #ff7600;
	text-decoration: none;
}

#Slides .slide-subtitle-triangle {
	display: block;
	float: left;
	clear: left;
	position: relative;
	z-index: 4;
	top: -9px;
	left: 20px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 27px 10px 0 0;
	border-color: #ffffff transparent transparent transparent;
}

#Slides ul.slides-list li .slide-image {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 530px;
}

#Slides a.slides-prev,
#Slides a.slides-next {
	display: block;
	width: 9px;
	height: 15px;
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	top: 120px;
	background: url(images/arrows-3.png) 0 0 no-repeat;
	z-index: 10;
	outline: 0;
}

#Slides a.slides-prev {
	left: 80px;
}

#Slides a.slides-next {
	left: 114px;
	background-position: -9px 0;
}

#Slides a.slides-prev:hover {
	background-position: 0 -15px;
}

#Slides a.slides-next:hover {
	background-position: -9px -15px;
}

/* --- Front Page Slides - V2 Override --- */

#Slides {
	height: 320px;
}

#Slides ul.slides-list,
#Slides ul.slides-list li {
	height: 320px;
}

#Slides .slide-texts {
	top: 54px;
	left: 104px;
	width: 324px;
	overflow: hidden;
}

#Slides .slide-texts h2.slide-title {
	float: none;
	background: transparent;
	font-size: 2em;
	line-height: 1.2em;
}

#Slides .slide-texts h2.slide-title a {
	padding: 0;
}

#Slides .slide-texts h3.slide-subtitle {
	float: none;
	margin: 0;
	position: static;
	padding-top: 0.34em;
	z-index: 4;
	background: transparent;
	color: #afc7db;
	font-size: 1.333em;
	line-height: 1.2em;
}

#Slides .slide-texts h3.slide-subtitle a {
	padding: 0;
	color: #afc7db;
}

#Slides .slide-texts .button-2-wrap {
	display: block;
	overflow: hidden;
}

#Slides .slide-texts .button-2-wrap a {
	float: left;
	margin-top: 1.7em;
	background: transparent;
	border-color: #c5d7e6;
	line-height: 2.6em;
	height: 2.6em;
	color: #fff;
}

#Slides .slide-subtitle-triangle {
	display: none;
}

#Slides ul.slides-list li .slide-image {
	right: 109px;
}

#Slides a.slides-prev,
#Slides a.slides-next {
	width: 16px;
	height: 28px;
	top: 141px;
	background: url(images/arrows-3-v2.png) 0 0 no-repeat;
}

#Slides a.slides-prev {
	left: 60px;
}

#Slides a.slides-next {
	left: auto;
	right: 60px;
	background-position: -16px 0;
}

#Slides a.slides-prev:hover {
	background-position: 0 -28px;
}

#Slides a.slides-next:hover {
	background-position: -16px -28px;
}

/* --- Front Page Columns --- */

#FrontCols {
	overflow: hidden;
	margin-bottom: 4em;
}

#FrontCols .block-title {
	/* enlarged font like main submenu block */
	font-size: 1.600em;
	line-height: 1.3em;
	/* so change default title paddings */
	padding-top: 18px;
	padding-bottom: 18px;
}

/* and also blue bg title paddings */
#FrontCols #block-views-issues-block-block-1 .block-title {
	padding-top: 20px;
	padding-bottom: 19px;
}

#FrontCols #block-views-news-block-block-1 .block-title span,
#FrontCols #block-views-events-block-block-1 .block-title span {
	top: 0.7em;
}

#FrontCols #block-views-issues-block-block-1 .block-title span {
	top: 0.75em;
}

#FrontCols #block-views-testimonials-block-block-1 .block-title span {
	top: 0.85em;
}

/*
   .-----------------------------------------------------.
   |                     SEARCH PAGE                     |
   '-----------------------------------------------------'
*/

/* --- Search Form --- */

#search-form {
	overflow: hidden;
}

#search-form .form-item,
#search-form .form-submit {
	float: left;
	margin: 0;
}

#search-form .form-text {
	width: 507px;
	padding-left: 3em;
	background: url(images/search-icon.png) 1.067em 0.933em no-repeat;
}

#search-form .form-submit {
	width: 120px;
	padding-left: 0;
	padding-right: 0;
	float: right;
}

/* --- Special items --- */

.search-spelling {
	padding-top: 1em;
}

.search-spelling ul,
.search-spelling li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

.search-info {
	padding-top: 1em;
}

.search-slice {
	
}

.search-phrase em {
	color: #4da0dd;
}

.search-reset {
	float: right;
	color: #4da0dd;
}

.search-reset a {
	color: #4da0dd;
}

/* --- Special facets summary --- */

.search-filters {
	margin-top: 0.65em;
	background: url(images/hr.png) left top repeat-x;
	overflow: hidden;
}

.search-filters a {
	float: left;
	margin-top: 1em;
	margin-right: 1em;
	padding: 5px 10px 6px;
	border: 1px solid #DFDEE0;
	color: #5C6B84;
	line-height: 1.3em;
}

.search-filters a span {
	display: block;
	background: url(images/remove.png) right center no-repeat;
	padding-right: 25px;
}

/* --- Search results --- */

.search-results-wrap {
	padding-top: 1.85em;
}

.search-results-wrap h2 {
	margin: 0;
}

ul.search-results {
	margin: 0;
	padding: 0;
}

ul.search-results li {
	margin: 0 0 1.55em 0;
	padding: 0 0 2.05em 0;
	list-style: none;
	background: url(images/hr.png) left bottom repeat-x;
}

ul.search-results li:last-child {
	margin: 0;
	padding: 0;
	background: none;
}

.search-results h3.title {
	font-size: 1.333em;
	line-height: 1.35em;
	margin: 0;
}

.search-results h3.title a {
	color: #3f546c;
}

.search-results p.search-snippet {
	margin: 0.45em 0 0.68em;
}

.search-results p.search-snippet strong {
	
}

.search-results span.result-type {
	display: block;
	font-weight: bold;
	padding-top: 3px;
}

/*
   .-----------------------------------------------------.
   |                       PAGER                         |
   '-----------------------------------------------------'
*/

/* --- Regular Pager --- */

ul.pager-regular {
	clear: both;
	width: 100%;
	margin: 3.333em 0 0 0;
	padding: 1px 0 0;
	list-style: none;
	background: url(images/hr.png) 0 0 repeat-x;
	overflow: hidden;
}

ul.pager-regular li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 1.067em;
}

ul.pager-regular li a,
ul.pager-regular li.pager-current,
ul.pager-regular li.pager-ellipsis {
	display: block;
	border-right: 1px solid #e2e3e6;
	padding: 0.87em 0.85em 0.87em;
	
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	width: 2.48em;
}

ul.pager-regular li a {
	
}

ul.pager-regular li.pager-current {
	color: #fff;
	background: #4ea1dd;
	border: 0;
}

ul.pager-regular li.pager-ellipsis {
	color: #ff7600;
}

ul.pager-regular li a:hover {
	color: #fff;
	background: #ff7600;
	text-decoration: none;
	border-color: #ff7600;
}

ul.pager-regular li.pager-previous a,
ul.pager-regular li.pager-next a {
	width: 39px;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
	text-indent: -9999px;
	border-right: 1px solid #e2e3e6;
	background: url(images/pager-next.png) center center no-repeat;
}

ul.pager-regular li.pager-next a {
	border: 0;
}

ul.pager-regular li.pager-previous a:hover,
ul.pager-regular li.pager-next a:hover {
	background: none;
	border-color: #e2e3e6;
	background: url(images/pager-next.png) center center no-repeat;
}

ul.pager-regular li.pager-previous a,
ul.pager-regular li.pager-previous a:hover {
	background-image: url(images/pager-prev.png);
}

/* --- Load More Pager --- */

/*ul.pager-load-more {
	margin: 0;
	padding: 0;
}

ul.pager-load-more li.pager-next {
	display: block;
	margin: 0;
	padding: 0;
	float: none;
	text-align: center;
}

ul.pager-load-more li.pager-next a {
	margin: 0;
	padding-left: 32px;
	padding-right: 32px;
	line-height: 3.37em;
	height: auto;
}

ul.pager-load-more .throbber {
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}*/

/*
   .-----------------------------------------------------.
   |                        TABS                         |
   '-----------------------------------------------------'
*/

.page-tabs-wrap {
	width: 100%;
	overflow: hidden;
}

ul.page-tabs {
	margin: 0 0 1.7em 0;
	padding: 0 0 1px 0;
	width: 300%;
	list-style: none;
	overflow: hidden;
	background: url(images/hr.png) left bottom repeat-x;
}

ul.page-tabs li {
	margin: 0;
	padding: 0;
	float: left;
	border-left: 1px solid #dfdee0;
}

ul.page-tabs li a {
	display: block;
	padding: 0.7em 1.550em 0.68em;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	color: #5c6b84;
	font-size: 1.067em;
	line-height: 1.35em;
}

ul.page-tabs li a:hover {
	text-decoration: none;
	color: #ff7600;
}

ul.page-tabs li a.active {
	border-top-color: #a7cfeb;
	border-bottom-width: 3px;
	margin-bottom: -1px;
	color: #4ea1dd;
}

/*
   .-----------------------------------------------------.
   |                       BOXES                         |
   '-----------------------------------------------------'
*/

.box-1 {
	padding: 0 23px 23px 23px;
	background: #f4fafd;
	border: 1px solid #d3e0eb;
	overflow: hidden;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
}
 
.box-1 h2.box-title {
	background: none;
	padding: 0;
	margin: 0.95em 0 0.62em 0;
}

.box-1 .box-content {
	font-size: 0.933em;
	line-height: 1.3em;
	color: #667f97;
}

.box-1 .box-content a {
	color: #4da0dd;
	text-decoration: none;
	text-transform: uppercase;
}

.box-1 .box-content a:hover {
	color: #ff7600;
}

/*
   .-----------------------------------------------------.
   |                       TABLES                        |
   '-----------------------------------------------------'
*/

table {
	margin: 1.2em 0 1.2em 0;
	width: 100%;
	border: 1px solid #e2e3e7;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
}

table thead,
table tbody {
	border: 0;
}

/* rows */

table tbody tr,
table tbody tr.odd,
table tbody tr.even {
	border-bottom: 1px solid #e2e3e7;
	padding: 0;
}

table tbody tr.odd {
	background: #f5f6f8;
}

table tbody tr.even {
	background: #fff;
}

table th,
table td {
	padding: 0.5em 0.8em;
}

/* header */

table th,
table thead td {
	background: #eeeef0;
	color: #2A3D59;
	border-bottom: 3px solid #4fa1dd;
	font-weight: normal;
	/* IE */
	text-align: left;
}

/* body */

table td {
	border-right: 1px solid #e2e3e7;
	color: #3F526C;
}

/* Invisible table */

table.invisi-table,
table.invisi-table *,
table.invisi-table thead tr,
table.invisi-table tbody tr,
table.invisi-table tr th,
table.invisi-table tr td {
	border: 0;
	background: none;
}

/* --- Back end tables --- */

/* Sorted column */

tr.odd td.active {
	background-color: #F5F6F8;
}

tr.even td.active {
	background-color: #FFF;
}

/* Selected row */

tr.selected td {
	background: #d6f9ae;
}

/* Tabledrag behavior */

table tbody tr.drag {
	background-color: #d6f9ae;
}

table tbody tr.drag-previous {
	background-color: #fff6ad;
}

#Content .tabledrag-changed {
	display: inline-block;
	padding: 0 4px 0 0;
	background: none;
}

#Content table .tabledrag-changed {
	padding: 0 0 0 6px;
}

.tabledrag-toggle-weight {
	font-size: 0.9em;
}

/* Sticky header */

table.sticky-header {
	background-color: #fff;
	margin-top: 0;
}

/* Region title */

table tr.region-title td {
	padding-top: 2em;
	border-bottom: 3px solid #aaa;
}

/*
   .-----------------------------------------------------.
   |                      MESSAGES                       |
   '-----------------------------------------------------'
*/

.messages {
	margin: 0 0 30px 0;
	padding: 0.35em 0.7em;
	border-width: 1px;
	border-style: solid;
	/* default colors */
	border-color: #BCE8F1;
	background: #D9EDF7;
	color: #285A72;
}

.info,
table tr.info {
	background: #eee;
	color: #222;
}

.messages ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.messages li {
	margin: 0;
	padding: 0.35em 0 0.35em 25px;
}

/* Status */

.status {
	border-color: #BBEE77;
	border-color: #62de2d;
}

.status,
table tr.ok {
	background: #F8FFF0;
	color: #234600;
}

.status li {
	background: url(images/status-ok.png) 0 0.40em no-repeat;
}

/* Warning */

.warning {
	border-color: #EEDD55;
	border-color: #fdbb4d;
}

.warning,
table tr.warning {
	color: #884400;
	background: #FFFCE5;
}

.warning li {
	background: url(images/status-warning.png) 0 0.45em no-repeat;
}

/* Error */

.error {
	border-color: #ED541D;
}

.error,
table tr.error {
	background: #FEF5F1;
	color: #8C2E0B;
}

.error li {
	background: url(images/status-error.png) 0 0.45em no-repeat;
}

/*
   .-----------------------------------------------------.
   |                       FOOTER                        |
   '-----------------------------------------------------'
*/

/* --- Sticky Footer --- */

html,
body {
	/*height: 100%;*/
}

/* Opera Sticky footer fix */
body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}

#Wrapper {
	/*min-height: 100%;*/
}

.wrapper-inner {
	/*overflow: auto;*/
	padding-bottom: 50px;/* so we see .page-bg box shadow */
	/*padding-bottom: 28.642em;*//* same height as footer */
}

#Footer {
	/*position: relative;*/
	/*margin-top: -28.642em;*//* same height as footer */
	clear: both;
	/*padding-top: 2.857em;
	height: 25.785em;*/
}

/* --- Footer General --- */

#Footer {
	color: #698197;
	overflow: hidden;
}

#Footer .width-wrap {
	font-size: 0.867em;
	line-height: 1.5em;
}

#Footer a {
	color: #5c6b84;
	text-decoration: none;
}

#Footer a:hover {
	color: #3f526d;
	text-decoration: underline;
}

/* --- Upper Footer --- */

.footer-upper {
	color: #5c6b84;
	padding-bottom: 3.45em;
	overflow: hidden;
}

.footer-upper h3 {
	color: #3f526d;
	font-size: 1.231em;
	line-height: 1.3em;
	text-transform: uppercase;
	margin: 0.39em 0 0 0;
}

.footer-upper .col-content {
	padding-top: 1.38em;
}

ul.footer-menu {
	clear: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.footer-menu li {
	margin: 0;
	padding: 0.15em 0;
}

.footer-upper .col-content p {
	margin: 0;
	padding: 0.15em 0 0.35em;
}

/*.sign-up form {
	margin: 0;
	overflow: hidden;
}

.sign-up .form-item {
	margin: 0;
}

.sign-up .form-text {
	float: left;
	margin-right: 20px;
}

.sign-up .form-submit {
	float: left;
}

.sign-up .form-submit:hover {
	
}*/

/* --- Lower Footer --- */

.footer-lower {
	overflow: hidden;
	border-top: 1px solid #e4e7ea;
	border-top: 1px solid rgba(105, 129, 151, 0.15);
	border-bottom: 3px solid #4ea1dd;
	padding: 1.95em 0 1.9em 0;
}

#Footer p.copyright {
	float: left;
	margin: 0;
	float: left;
	padding-top: 9px;
	color: #698197;
}

.social {
	float: right;
	padding-right: 1px;
	overflow: hidden;
}

.social a {
	float: right;
	width: 43px;
	height: 38px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(images/social.png) 0 0 no-repeat;
	border: 1px solid #e8ebef;
	border: 1px solid rgba(194, 203, 211, 0.4);
	border-radius: 2px;
	margin-left: 9px;
	text-decoration: none;
}

.social a.sc-twitter {
	background-position: -43px 0px;
}

.social a.sc-rss {
	background-position: -86px 0px;
}

.social a:hover {
	border-color: #dae0e5;
	border-color: rgba(194, 203, 211, 0.7);
}

.social a.sc-linkedin:hover {
	background-position: 0px -38px;
}

.social a.sc-twitter:hover {
	background-position: -43px -38px;
}

.social a.sc-rss:hover {
	background-position: -86px -38px;
}