

.right {
	float: right
}

.left {
	float: left
}

.center {
	display: block;
	text-align: center;
	margin: 0 auto
}

.align-left {
	text-align: left
}

.align-right {
	text-align: right
}

.align-center {
	text-align: center
}

.clear {
	clear: both
}

.bold {
	font-weight: 700
}

.italic {
	font-style: italic
}

.underline {
	border-bottom: 1px solid
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.alignleft,
img.left {
	float: left;
	margin: 0 10px 0 0
}

.alignright,
img.right {
	float: right;
	margin: 0 0 0 10px
}

.alignmiddle,
img.middle {
	vertical-align: middle
}

.show {
	display: block
}

.hide {
	display: none
}

abbr,
article,
aside,
audio,
canvas,
datalist,
details,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
time,
video {
	display: block
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0;
	list-style: none
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

:focus {
	outline: 0
}

ins {
	text-decoration: none
}

del {
	text-decoration: line-through
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.chromeframe {
	margin: .2em 0;
	background: #ccc;
	color: #000;
	padding: .2em 0
}

*,
:after,
:before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	min-height: 100%;
	height: auto
}

body {
	/*font-family: Roboto, sans-serif;*/
	font-size: 62.5%;
	line-height: 1.2em;
	color: #000
}

a {
	color: #009fda;
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

#system-message-container,
.container {
	width: 940px;
	margin: 0 auto
}

#system-message-container .alert.alert-message,
.container .alert.alert-message {
	background: #009fda;
	color: #fff;
	font-size: 16px;
	padding: 20px
}

#system-message-container .alert.alert-message a.close,
.container .alert.alert-message a.close {
	float: right;
	margin: 0 10px 0 0;
	font-size: 20px;
	color: #fff
}

#system-message-container .alert.alert-message h4.alert-heading,
.container .alert.alert-message h4.alert-heading {
	margin-bottom: 8px
}

a.button {
	border: 1px solid #009fda;
	border-radius: 5px;
	padding: 8px 30px 8px 12px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	left: 40%;
	background: url(../images/ico-arrow-blue-down.png) 95% center no-repeat
}

a.button:hover {
	color: #fff;
	background: url(../images/ico-arrow-white-down.png) 95% center no-repeat #009fda;
	text-decoration: none
}

a.button.close,
a.button.top {
	background: url(../images/ico-arrow-blue-up.png) 95% center no-repeat
}

a.button.close:hover,
a.button.top:hover {
	background: url(../images/ico-arrow-white-up.png) 95% center no-repeat #009fda
}

a.button.plus {
	background: url(../images/ico-add-blue.png) 95% center no-repeat;
	left: 0
}

a.button.plus:active,
a.button.plus:focus,
a.button.plus:hover {
	background: url(../images/ico-add-white.png) 95% center no-repeat #009fda!important;
	color: #fff!important
}

a.button.right {
	background: url(../images/ico-arrow-right-blue.png) 95% center no-repeat;
	left: 0
}

a.button.right:active,
a.button.right:focus,
a.button.right:hover {
	background: url(../images/ico-arrow-right-white.png) 95% center no-repeat #009fda!important;
	color: #fff!important
}

input,
select,
textarea {
	/*font-family: Roboto, sans-serif;*/
	border-radius: 5px
}

label {
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.2em
}

input[name=userid] {
	padding: 8px 10px 8px 35px;
	width: 300px;
	background: url(../images/ico-silohuette.png) 10px 6px no-repeat #ebebeb;
	border: 0;
	margin: 10px 0;
	font-size: 1.4em
}

input[name=password] {
	padding: 8px 10px 8px 35px;
	width: 300px;
	background: url(../images/ico-lock.png) 12px 6px no-repeat #ebebeb;
	border: 0;
	margin: 10px 0;
	font-size: 1.4em
}

input.button.right {
	background: url(../images/ico-arrow-right-blue.png) 90% center no-repeat;
	border: 1px solid #009fda;
	border-radius: 5px;
	padding: 8px 30px 8px 12px;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	color: #009fda;
	/*font-family: Roboto, sans-serif;*/
	float: none;
	font-size: 1.4em
}

input.button.right:active,
input.button.right:focus,
input.button.right:hover {
	background: url(../images/ico-arrow-right-white.png) 90% center no-repeat #009fda!important;
	color: #fff!important
}

hr {
	border: 0;
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 10px;
	clear: both
}

#system-message dd ul {
	margin-left: 0;
	background-position: 4px 5px
}

#system-message dd ul li {
	list-style-type: none;
	padding: 0 16px
}

#meta-nav {
	background: #000;
	width: 100%;
	height: 35px
}

#meta-nav ul#meta-links {
	float: left;
	width: 620px;
	color: #fff;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 1.2em;
	line-height: normal;
	margin-top: 10px
}

#meta-nav ul#meta-links li {
	border-right: 1px solid #fff;
	display: inline-block;
	padding: 0 5px 0 3px
}

#meta-nav ul#meta-links li a {
	color: #fff
}

#meta-nav ul#meta-links li:last-child {
	border-right: 0
}

#meta-nav .moduletable-usermenu {
	float: right;
	width: 320px;
	text-align: right;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 1.2em;
	line-height: normal;
	margin-top: 10px;
	color: #fff
}

#meta-nav .moduletable-usermenu a {
	color: #fff
}

#meta-nav .moduletable-usermenu input[type=submit] {
	border: 1px solid #fff;
	border-radius: 5px;
	background: #000;
	padding: 2px 10px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	margin: -5px 0 0 10px;
	color: #fff
}

#meta-nav .login-greeting,
#meta-nav .logout-button {
	display: inline-block
}

header#header #logo {
	float: left;
	width: 380px;
	margin-top: 30px;
	margin-bottom: 30px
}

header#header #logo-ieee {
	float: right;
	width: 160px;
	margin-top: 55px
}

header#header nav#nav {
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #c6c6c6
}

header#header nav#nav ul {
	width: 100%;
	margin: 0 auto;
	text-align: center
}

header#header nav#nav ul li {
	display: inline-block;
	/*font-family: klavika-web, sans-serif;*/
	font-size: 2.1em;
	line-height: 45px;
	color: #000c11;
	padding: 0 35px;
	position: relative
}

header#header nav#nav ul li a {
	color: #000c11
}

header#header nav#nav ul li a:hover {
	color: #009fda;
	text-decoration: none
}

header#header nav#nav ul li .arrow {
	display: none;
	width: 16px;
	height: 16px;
	border-left: 1px solid #c6c6c6;
	border-top: 1px solid #c6c6c6;
	position: absolute;
	top: 37px;
	left: 42%;
	background: #fff;
	z-index: 999;
	transform: rotate(45deg) scale(.802) skew(3deg) translate(0);
	-webkit-transform: rotate(45deg) scale(.802) skew(3deg) translate(0);
	-moz-transform: rotate(45deg) scale(.802) skew(3deg) translate(0);
	-o-transform: rotate(45deg) scale(.802) skew(3deg) translate(0);
	-ms-transform: rotate(45deg) scale(.802) skew(3deg) translate(0)
}

header#header nav#nav ul li .lt-ie9 .arrow {
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 9;
	background: url(../images/bg-nav-wedge.png) no-repeat
}

header#header nav#nav ul li ul {
	position: absolute;
	top: 62px;
	left: -999999px;
	border: 1px solid #c6c6c6;
	border-top: 0;
	z-index: 99;
	background: #fff;
	box-shadow: 0 2px 2px #888;
	padding: 10px 0;
	width: 200px
}

header#header nav#nav ul li ul li {
	display: block;
	padding: 7px 15px;
	/*font-family: Roboto, sans-serif;*/
	font-size: .65em;
	line-height: 1.3em;
	text-transform: uppercase
}

header#header nav#nav ul li ul li:first-child {
	display: block
}

header#header nav#nav ul li:first-child {
	display: none
}

header#header nav#nav ul li:nth-child(2n) ul {
	width: 150px
}

header#header nav#nav ul li:nth-child(3n) ul {
	width: 200px
}

header#header nav#nav ul li:nth-child(4n) ul {
	width: 200px
}

header#header nav#nav ul li:nth-child(5n) ul {
	width: 200px
}

header#header nav#nav ul li:nth-child(6n) ul {
	width: 200px
}

header#header nav#nav ul li:nth-child(7n) ul {
	width: 200px
}

header#header nav#nav ul li:hover .arrow {
	display: none
}

header#header nav#nav ul li:hover ul {
	left: 0
}

header#header nav#nav ul li:nth-child(2n):hover ul {
	left: 0px;
	width: 165px;
}

header#header nav#nav ul li:nth-child(3n):hover ul {
	left: -50px
}

header#header nav#nav ul li:nth-child(4n):hover ul {
	left: -15px;
	width: 200px;
}

header#header nav#nav ul li:nth-child(5n):hover ul {
	left: -14px
}

header#header nav#nav ul li:nth-child(6n):hover ul {
	left: 31px
}

header#header nav#nav ul li:nth-child(7n):hover ul {
	left: 30px
}

header#header nav#nav ul li.active a,
header#header nav#nav ul li.current a {
	color: #009fda
}

header#header nav#nav ul li.active li a,
header#header nav#nav ul li.current li a {
	color: #000c11
}

header#header nav#nav ul li.active li a:hover,
header#header nav#nav ul li.current li a:hover {
	color: #009fda;
	text-decoration: none
}

header#header nav#nav ul li.active li.active a,
header#header nav#nav ul li.active li.current a,
header#header nav#nav ul li.current li.active a,
header#header nav#nav ul li.current li.current a {
	color: #009fda
}

#search-form {
	float: left;
	width: 380px;
	margin: 15px 0;
	position: relative
}

#search-form input[type=text] {
	background: #ebebeb;
	/*font-family: Roboto, sans-serif;*/
	font-size: 1.6em;
	border: 0;
	border-radius: 5px;
	padding: 10px 30px 10px 10px;
	width: 360px;
	font-style: italic
}

#search-form input[type=text]:active,
#search-form input[type=text]:focus {
	font-style: normal
}

#search-form input[type=image] {
	position: absolute;
	right: 30px;
	top: 12px
}

#social {
	float: right;
	width: 480px;
	margin: 15px 0;
	text-align: right;
	font-size: 1.2em
}

#social img {
	vertical-align: middle;
	margin: 0 0 0 10px
}

#social a.button {
	margin: 0 0 0 10px;
	padding: 10px 12px;
	background: 0 0;
	position: static;
	left: 0;
	font-size: 14px;
	vertical-align: middle;
	color: #009fda
}

#social a.button:hover {
	background: #009FDA;
	color: #fff
}

#main .wedge-container {
	position: relative
}

#main .wedge-piece {
	width: 34px;
	height: 34px;
	background: #fff;
	position: absolute;
	top: -18px;
	right: -17px;
	transform: rotate(45deg) scale(.802) skew(3deg) translate(0);
	-webkit-transform: rotate(45deg) scale(.802) skew(3deg) translate(0);
	-moz-transform: rotate(45deg) scale(.802) skew(3deg) translate(0);
	-o-transform: rotate(45deg) scale(.802) skew(3deg) translate(0);
	-ms-transform: rotate(45deg) scale(.802) skew(3deg) translate(0)
}

#main .lt-ie9 .wedge-piece {
	top: -36px!important;
	right: -30px!important;
	width: 60px!important;
	height: 60px!important;
	background: url(../images/bg-wedge.png) no-repeat!important
}

.gradient {
	background: #009fd9;
	background: -moz-linear-gradient(left, #009fd9 0, #394fa2 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #009fd9), color-stop(100%, #394fa2));
	background: -webkit-linear-gradient(left, #009fd9 0, #394fa2 100%);
	background: -o-linear-gradient(left, #009fd9 0, #394fa2 100%);
	background: -ms-linear-gradient(left, #009fd9 0, #394fa2 100%);
	background: linear-gradient(to right, #009fd9 0, #394fa2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009fd9', endColorstr='#394fa2', GradientType=1);
	padding: 20px 0 15px;
	color: #fff
}

.gradient .breadcrumb,
.gradient .breadcrumbs {
	font-size: 1.3em;
	line-height: 1.2em;
	margin-bottom: 5px
}

.gradient .breadcrumb li,
.gradient .breadcrumbs li {
	display: inline-block
}

.gradient .breadcrumb a,
.gradient .breadcrumbs a {
	color: #fff
}

.gradient h1.page-title {
	/*font-family: klavika-web, sans-serif;*/
	font-size: 3em;
	line-height: 1.2em;
	font-weight: 400
}

article {
	width: 340px;
	float: left;
	margin: 30px 0
}

article a.download {
	left: 0
}

article h1 {
	/*font-family: klavika-web, sans-serif;*/
	font-weight: 600;
	/*font-size: 3.5em;*/
	line-height: 1.3em;
	text-transform: uppercase;
	float: left;
	width: 100%;
}

article h2 {
	/*font-family: klavika-web, sans-serif;*/
	font-weight: bold;
	font-size: 32px;
	line-height: 1.3em;
	float: left;
	width: 100%;
}

article h3 {
	/*font-family: klavika-web, sans-serif;*/
	font-weight: bold;
	font-size: 18px;
	line-height: 1.3em;
	float: left;
	width: 100%;
}

article h3.underline {
	font-weight: 400;
	border-bottom: 1px solid #c6c6c6;
	padding-bottom: 2px
}

article h4 {
	font-size: 1.8em;
	line-height: 1.3em
}

article p {
	font-size: 16px;
	line-height: 1.8em;
	padding-bottom: 14px;
	float: left;
	width: 100%;
}

article p.img_caption {
	font-style: italic
}

article ul {
	margin: 0 0 14px 20px
}

article ul li {
	font-size: 1.5em;
	line-height: 1.8em;
	list-style-type: disc;
	padding: 0 0 5px
}

article ul li ul {
	margin-bottom: -10px
}

article ul li ul li {
	font-size: 1em
}

article ol {
	margin: 0 0 14px 20px
}

article ol li {
	font-size: 1.5em;
	line-height: 1.8em;
	list-style-type: decimal;
	padding: 0 0 5px
}

article ol li ol {
	margin-bottom: -10px
}

article ol li ol li {
	font-size: 1em
}

article blockquote {
	/*font-family: klavika-web, sans-serif;*/
	font-weight: 400;
	font-size: 2.4em;
	line-height: 1.3em;
	color: #009fda;
	text-transform: uppercase;
	padding-bottom: 14px
}

article table {
	margin-bottom: 30px
}

article table tbody {
	padding: 0;
	margin: 0
}

article table th {
	font-size: 1.5em;
	line-height: 1.8em;
	text-transform: uppercase;
	padding: 20px;
	border: 1px solid #c6c6c6
}

article table td {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 20px;
	border: 1px solid #c6c6c6;
	vertical-align: top!important
}

article table td p {
	font-size: inherit
}

article .img-fulltext-left {
	float: none;
	margin-bottom: 20px
}

article #searchForm {
	position: relative;
	
}

article #searchForm label[for=search-searchword] {
	font-size: 16px;
	line-height: 1.2em
}

article #searchForm input[type=text] {
	background: #fff;
	/*font-family: Roboto, sans-serif;*/
	font-size: 16px;
	border: 1px solid #b7bbbc;
	border-radius: 5px;
	padding: 7px 30px 7px 10px;
	width: 628px;
	font-style: italic
}

article #searchForm input[type=text]:active,
article #searchForm input[type=text]:focus {
	font-style: normal
}

article #searchForm input[type=image] {
	position: absolute;
	right: 12px;
	top: 12px
}

article #searchForm .searchintro p {
	/*font-family: KlavikaMedium, sans-serif;*/
	font-size: 32px;
	line-height: 2em;
	margin-bottom: -10px
}

article #searchForm .phrases {
	font-size: 16px;
	line-height: 1.2em;
	float: left;
	width: 100%;
}

article #searchForm .phrases legend {
	float: left;
	width: auto;
	font-size: 16px;
    margin-bottom: 0px;
    margin-right: 6px;
}

article #searchForm .phrases .ordering-box,
article #searchForm .phrases .phrases-box {
	margin-bottom: 10px;
	display: inherit;
	font-size: 16px;
}
article #searchForm .phrases .phrases-box .controls label{
	display: inline-block;
	font-size: 21px;
	margin: 0px;
} 
article #searchForm .phrases .phrases-box .controls label  input[type=radio]{
	position: static;margin: 0px;
}
article #searchForm .phrases label.ordering,
article #searchForm .phrases label.radiobtn {
	font-size: 16px;
	font-weight: 400
}

article #searchForm .form-limit {
	font-size: 16px;
	line-height: 1.2em
}

article #searchForm .form-limit label[for=limit] {
	font-size: inherit;
	font-weight: 400
}

article dt.result-title {
	font-size: 16px;
	line-height: 1.3em;
	font-weight: 700
}

article dd.result-text {
	font-size: 16px;
	line-height: 1.3em;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #b7bbbc
}

article #search-committee {
	padding: 30px;
	position: relative;
	background: #000;
	margin-bottom: 20px
}

article #search-committee h2 {
	/*font-family: klavika-web, sans-serif;*/
	font-size: 4.6em;
	line-height: 1.2em;
	color: #009fda;
	text-transform: uppercase;
	font-weight: 300
}

article #search-committee p {
	color: #fff
}

article #search-committee p.search-title {
	font-size: 1.8em;
	line-height: 1.3em;
	fontt-weight: 700;
	color: #fff
}

article #search-committee input[name=search-committee] {
	background: #fff;
	/*font-family: Roboto, sans-serif;*/
	font-size: 1em;
	border: 1px solid #b7bbbc;
	border-radius: 5px;
	padding: 5px 30px 5px 10px;
	width: 620px;
	font-style: italic
}

article #search-committee input[name=search-committee]:active,
article #search-committee input[name=search-committee]:focus {
	font-style: normal
}

article #search-committee input.committee-button {
	position: absolute;
	right: 45px;
	bottom: 52px
}

article #search-committee-tech {
	position: relative;
	margin-bottom: 20px;
	margin-top: -10px
}

article #search-committee-tech input[name=search-committee] {
	background: #fff;
	/*font-family: Roboto, sans-serif;*/
	font-size: 1em;
	border: 1px solid #b7bbbc;
	border-radius: 5px;
	padding: 5px 30px 5px 10px;
	width: 597px;
	font-style: italic
}

article #search-committee-tech input[name=search-committee]:active,
article #search-committee-tech input[name=search-committee]:focus {
	font-style: normal
}

article #search-committee-tech input.committee-button {
	position: absolute;

right: 350px;

top: 120px;
}

article .chapters-left {
	float: left;
	width: 60%
}

article .chapters-right {
	float: right;
	width: 40%;
	padding-left: 10px
}

article.full-width {
	width: 940px
}

article.left-width {
	width: 600px
}

article.right-width {
	width: 680px
}

#slider-container {
	cursor: pointer
}

#sliders {
	height: 40px;
	overflow: hidden
}

#sliders h4 {
	/*font-family: klavika-web, sans-serif;*/
	font-size: 2.6em;
	line-height: 1.2em;
	font-weight: 400
}

#sliders a.slider-control {
	font-size: .6em;
	float: right;
	color: #fff
}

#sliders a.slider-control:hover {
	text-decoration: none
}

#sliders .moduletable {
	float: left;
	width: 300px;
	margin: 30px 20px 30px 0;
	background: #fff;
	padding: 20px;
	color: #000
}

#sliders .moduletable h3 {
	/*font-family: klavika-web, sans-serif;*/
	font-size: 3em;
	line-height: normal;
	font-weight: 300;
	padding-bottom: 20px;
	text-transform: uppercase
}

#sliders .moduletable img {
	margin: 0 -20px 10px
}

#sliders .moduletable p {
	font-size: 1.6em;
	line-height: 1.3em
}

#sliders .moduletable:nth-child(5n) {
	margin-right: 0
}

#sliders .moduletable.purple {
	border-top: 3px solid #394fa2
}

#sliders .moduletable.purple h3.span {
	color: #394fa2
}

#sliders .moduletable.green {
	border-top: 3px solid #5dbd72
}

#sliders .moduletable.green h3 span {
	color: #5dbd72
}

#sliders .moduletable.blue {
	border-top: 3px solid #009fda
}

#sliders .moduletable.blue h3 span {
	color: #009fda
}

#featured .items-row,
#featured .moduletable,
#supporting .items-row,
#supporting .moduletable,
.blog .items-row,
.blog .moduletable {
	margin: 0 0 30px;
	padding-bottom: 15px;
	background: url(../images/article-divider.jpg) bottom center repeat-x
}

#featured .moduletable.no-border,
#supporting .moduletable.no-border,
.blog .moduletable.no-border {
	background: 0 0
}

#featured h2,
#supporting h2,
.blog h2 {
	/*font-family: klavika-web, sans-serif;*/
	font-size: 2.2em;
	line-height: 1.2em;
	font-weight: 400;
	padding-bottom: 15px
}

#featured .featured-container,
#supporting .featured-container,
.blog .featured-container {
	position: relative;
	width: 602px;
	height: 350px
}

#featured .featured-container .title,
#supporting .featured-container .title,
.blog .featured-container .title {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 602px;
	padding: 13px 20px;
	background: #000
}

#featured .featured-container .title .featured-title,
#supporting .featured-container .title .featured-title,
.blog .featured-container .title .featured-title {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #009fda;
	text-transform: uppercase
}

#featured .featured-container .title h3,
#supporting .featured-container .title h3,
.blog .featured-container .title h3 {
	/*font-family: klavika-web, sans-serif;*/
	font-size: 2.7em;
	line-height: 1.2em;
	font-weight: 600;
	color: #fff
}

#featured .featured-container .title h3 a,
#supporting .featured-container .title h3 a,
.blog .featured-container .title h3 a {
	color: #fff
}

#featured .featured-container img,
#supporting .featured-container img,
.blog .featured-container img {
	width: 602px;
	height: 350px
}

#featured h3,
#supporting h3,
.blog h3 {
	/*font-family: klavika-web, sans-serif;*/
	font-size: 22px;
	line-height: 1.2em;
	font-weight: 600
}

#featured dl,
#supporting dl,
.blog dl {
	margin: 10px 0
}

#featured dl dd,
#supporting dl dd,
.blog dl dd {
	display: inline-block;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 500;
	font-style: italic
}

#featured p,
#supporting p,
.blog p {
	font-size: 16px;
	line-height: 1.3em;
	padding-bottom: 20px
}

#featured p.read-more,
#supporting p.read-more,
.blog p.read-more {
	margin-top: -20px
}

#featured p.readmore,
#supporting p.readmore,
.blog p.readmore {
	display: none
}

#featured img.left,
#supporting img.left,
.blog img.left {
	margin-right: 20px
}

#featured #hide-supporting,
#supporting #hide-supporting,
.blog #hide-supporting {
	display: none
}

.news dl {
	margin: 10px 0
}

.news dl dd {
	display: inline-block;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: 500;
	font-style: italic
}

.djslider .slide-desc-bg-default {
	background: none;
}

.djslider .slide-text a {
	/*font-family: klavika-web, sans-serif;*/
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: 600;
	color: #fff
}

#left {
	float: left;
	width: 240px;
	margin: 30px 20px 30px 0;
	padding: 20px;
	background: #eaeaea
}

#left .moduletable-menu h3 {
	font-size: 2em;
	line-height: 1.2em;
	font-weight: 700;
	border-bottom: 2px solid #009fda;
	padding-bottom: 10px;
	display: none;
	text-transform: uppercase
}

#left .moduletable-menu ul.menu li {
	font-weight: 500;
	font-size: 1.5em;
	line-height: 1.2em;
	padding: 12px 0;
	border-bottom: 1px solid #b9baba
}

#left .moduletable-menu ul.menu li a {
	color: #1d1d1d
}

#left .moduletable-menu ul.menu li a:hover {
	color: #009fda;
	text-decoration: none
}

#left .moduletable-menu ul.menu li ul {
	margin: 15px 0 0 10px
}

#left .moduletable-menu ul.menu li ul li {
	font-size: 1em;
	border-bottom: 0;
	padding: 0 0 8px
}

#left .moduletable-menu ul.menu li.active a,
#left .moduletable-menu ul.menu li.current a {
	color: #009fda;
	text-decoration: none
}

#left .moduletable-menu ul.menu li.active ul li a,
#left .moduletable-menu ul.menu li.current ul li a {
	color: #1d1d1d
}

#left .moduletable-menu ul.menu li.active ul li a:hover,
#left .moduletable-menu ul.menu li.current ul li a:hover {
	color: #009fda;
	text-decoration: none
}

#left .moduletable-menu ul.menu li.active ul li.active a,
#left .moduletable-menu ul.menu li.active ul li.current a,
#left .moduletable-menu ul.menu li.current ul li.active a,
#left .moduletable-menu ul.menu li.current ul li.current a {
	color: #009fda
}

#left .moduletable-menu ul.menu li.active ul li.active a:hover,
#left .moduletable-menu ul.menu li.active ul li.current a:hover,
#left .moduletable-menu ul.menu li.current ul li.active a:hover,
#left .moduletable-menu ul.menu li.current ul li.current a:hover {
	text-decoration: none
}

#left .moduletable-menu ul.menu li:last-child {
	border-bottom: 0
}

#left .moduletable-conference-search h3 {
	font-size: 2em;
	line-height: 1.2em;
	font-weight: 700;
	border-bottom: 2px solid #009fda;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	border-top: 1px solid #B9BABA
}

#left .moduletable-conference-search label {
	font-size: 1.4em
}

#left .moduletable-conference-search select {
	width: 100%!important;
	margin: 10px 0;
	border: 1px solid #EAEAEA
}

#left .moduletable-conference-search input[name=rsend],
#left .moduletable-conference-search input[name=rsstart] {
	width: 60%;
	margin: 5px 0;
	border: none;
	border-radius: 5px;
	padding: 3px
}

#left .moduletable-conference-search img#rsend_img,
#left .moduletable-conference-search img#rsstart_img {
	position: relative;
	top: 3px;
	left: 5px
}

#left .moduletable-conference-search label[for=rskeyword] {
	display: block
}

#left .moduletable-conference-search input[name=rskeyword] {
	border: none;
	border-radius: 5px;
	padding: 3px;
	width: 100%
}

#left .moduletable-conference-search .rsepro_search_form_button {
	margin-top: 10px
}

@-moz-document url-prefix() {
	.rsepro_search_form_button {
		position: relative;
		top: -5px
	}
}

#right {
	float: right;
	width: 320px;
	margin: 30px 0;
	border: 1px solid #009fda;
	padding: 0 18px
}

#right .hide-extra {
	display: none;
	margin-bottom: 30px
}

#right .moduletable,
#right .moduletable-events,
#right .moduletable-journals,
#right .moduletable-news {
	position: relative
}

#right .moduletable h3,
#right .moduletable-events h3,
#right .moduletable-journals h3,
#right .moduletable-news h3 {
	/*font-family: klavika-web, sans-serif;*/
	background-color: #0073AE;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    padding: 15px 20px;
}

#right .moduletable p,
#right .moduletable-events p,
#right .moduletable-journals p,
#right .moduletable-news p {
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
#right .moduletable p span,
#right .moduletable-events p span,
#right .moduletable-journals p span,
#right .moduletable-news p span{
	font-size: 14px !important;
	font-weight: normal !important;
}
#right .moduletable a,
#right .moduletable-events a,
#right .moduletable-journals a,
#right .moduletable-news a{
    float: left;
    width: 100%;
    color: #333333 !important;
    text-decoration: none;
    font-size: 20px !important;
    font-weight: bold !important;
    line-height: 25px !important;
    margin-bottom: 10px !important;
    font-style: normal !important;
}
#right .moduletable a:hover,
#right .moduletable-events a:hover,
#right .moduletable-journals a:hover,
#right .moduletable-news a:hover{
	text-decoration: underline;
}
#right .moduletable a.view-all,
#right .moduletable-events a.view-all,
#right .moduletable-journals a.view-all,
#right .moduletable-news a.view-all {
	position: absolute;
	top: 22px;
	right: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 1.2em
}

#right .moduletable ul.latestnews-news,
#right .moduletable-events ul.latestnews-news,
#right .moduletable-journals ul.latestnews-news,
#right .moduletable-news ul.latestnews-news {
	margin-bottom: 30px
}

#right .moduletable ul.latestnews-news li,
#right .moduletable-events ul.latestnews-news li,
#right .moduletable-journals ul.latestnews-news li,
#right .moduletable-news ul.latestnews-news li {
	padding-top: 20px;
	border-bottom: 1px solid #009fda
}

#right .moduletable ul.latestnews-news li a,
#right .moduletable-events ul.latestnews-news li a,
#right .moduletable-journals ul.latestnews-news li a,
#right .moduletable-news ul.latestnews-news li a {
	font-size: 1.2em;
	line-height: 1.2em;
	font-style: italic;
	font-weight: 700;
	color: #000
}

#right .moduletable ul.latestnews-news li:first-child,
#right .moduletable-events ul.latestnews-news li:first-child,
#right .moduletable-journals ul.latestnews-news li:first-child,
#right .moduletable-news ul.latestnews-news li:first-child {
	padding-top: 0
}

#right .moduletable ul.latestnews-news .hide-extra li:first-child,
#right .moduletable-events ul.latestnews-news .hide-extra li:first-child,
#right .moduletable-journals ul.latestnews-news .hide-extra li:first-child,
#right .moduletable-news ul.latestnews-news .hide-extra li:first-child {
	padding-top: 20px
}

#right .moduletable ul.journals,
#right .moduletable-events ul.journals,
#right .moduletable-journals ul.journals,
#right .moduletable-news ul.journals {
	margin-bottom: 30px
}

#right .moduletable ul.journals li,
#right .moduletable-events ul.journals li,
#right .moduletable-journals ul.journals li,
#right .moduletable-news ul.journals li {
	padding-top: 20px;
	border-bottom: 1px solid #009fda
}

#right .moduletable ul.journals li p,
#right .moduletable-events ul.journals li p,
#right .moduletable-journals ul.journals li p,
#right .moduletable-news ul.journals li p {
	font-size: 1.2em;
	line-height: 1.2em;
	font-style: italic;
	font-weight: 700;
	color: #000;
	padding-bottom: 0
}

#right .moduletable ul.journals li a,
#right .moduletable-events ul.journals li a,
#right .moduletable-journals ul.journals li a,
#right .moduletable-news ul.journals li a {
	font-size: 1.5em;
	line-height: 1.3em;
	color: #000;
	margin-bottom: 20px;
	display: block
}

#right .moduletable ul.journals li:first-child,
#right .moduletable-events ul.journals li:first-child,
#right .moduletable-journals ul.journals li:first-child,
#right .moduletable-news ul.journals li:first-child {
	padding-top: 0
}

#right .moduletable ul.journals .hide-extra li:first-child,
#right .moduletable-events ul.journals .hide-extra li:first-child,
#right .moduletable-journals ul.journals .hide-extra li:first-child,
#right .moduletable-news ul.journals .hide-extra li:first-child {
	padding-top: 20px
}

#right .moduletable-news a.button {
	left: 20%;
	font-weight: 500
}

#right .moduletable-journals a.button {
	left: 12%;
	font-weight: 500
}

#right .latest-events a.button {
	left: 22%
}

#right .latest-events ul {
	margin-bottom: 30px
}

#right .latest-events ul li {
	padding: 20px 0;
	border-bottom: 1px solid #009fda
}

#right .latest-events ul li .event-date {
	float: left;
	width: 60px;
	height: 65px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: 700
}

#right .latest-events ul li .event-date .month {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.1em;
	margin-top: 3px
}

#right .latest-events ul li .event-date .day {
	text-align: center;
	font-size: 4.1em;
	line-height: 1em;
	color: #fff;
	margin-top: 8px
}

#right .latest-events ul li .event-date a:hover {
	text-decoration: none
}

#right .latest-events ul li .month-01 {
	background: url(../images/months/ico-month-1.gif) no-repeat
}

#right .latest-events ul li .month-01 .day {
	color: #3456a7
}

#right .latest-events ul li .month-02 {
	background: url(../images/months/ico-month-2.gif) no-repeat
}

#right .latest-events ul li .month-02 .day {
	color: #249cd5
}

#right .latest-events ul li .month-03 {
	background: url(../images/months/ico-month-3.gif) no-repeat
}

#right .latest-events ul li .month-03 .day {
	color: #38afa2
}

#right .latest-events ul li .month-04 {
	background: url(../images/months/ico-month-4.gif) no-repeat
}

#right .latest-events ul li .month-04 .day {
	color: #5dbd72
}

#right .latest-events ul li .month-05 {
	background: url(../images/months/ico-month-5.gif) no-repeat
}

#right .latest-events ul li .month-05 .day {
	color: #abdd72
}

#right .latest-events ul li .month-06 {
	background: url(../images/months/ico-month-6.gif) no-repeat
}

#right .latest-events ul li .month-06 .day {
	color: #e2d767
}

#right .latest-events ul li .month-07 {
	background: url(../images/months/ico-month-7.gif) no-repeat
}

#right .latest-events ul li .month-07 .day {
	color: #dbaf5c
}

#right .latest-events ul li .month-08 {
	background: url(../images/months/ico-month-8.gif) no-repeat
}

#right .latest-events ul li .month-08 .day {
	color: #c88252
}

#right .latest-events ul li .month-09 {
	background: url(../images/months/ico-month-9.gif) no-repeat
}

#right .latest-events ul li .month-09 .day {
	color: #c86952
}

#right .latest-events ul li .month-10 {
	background: url(../images/months/ico-month-10.gif) no-repeat
}

#right .latest-events ul li .month-10 .day {
	color: #c15964
}

#right .latest-events ul li .month-11 {
	background: url(../images/months/ico-month-11.gif) no-repeat
}

#right .latest-events ul li .month-11 .day {
	color: #985787
}

#right .latest-events ul li .month-12 {
	background: url(../images/months/ico-month-12.gif) no-repeat
}

#right .latest-events ul li .month-12 .day {
	color: #6e57ab
}

#right .latest-events ul li .event-info {
	float: right;
	width: 210px
}

#right .latest-events ul li .event-info p {
	padding-bottom: 0
}

#right .latest-events ul li .event-info a {
	color: #1d1d1d;
	font-weight: 400
}

#right .latest-events ul li:first-child {
	padding-top: 0
}

#right .latest-events .hide-extra {
	margin-top: 20px
}

#right .moduletable-conference-search h3 {
	/*font-family: klavika-web, sans-serif;*/
	font-size: 2.2em;
	line-height: 1em;
	color: #fff;
	background: #009fda;
	padding: 18px 15px;
	font-weight: 400;
	margin: 0 -18px 20px
}

#right .moduletable-conference-search label {
	font-size: 1.4em
}

#right .moduletable-conference-search select {
	width: 100%!important;
	margin: 10px 0;
	border: 1px solid #EAEAEA
}

#right .moduletable-conference-search input[name=rsend],
#right .moduletable-conference-search input[name=rsstart] {
	width: 60%;
	margin: 5px 0;
	border: 1px solid #EAEAEA;
	border-radius: 5px;
	padding: 3px
}

#right .moduletable-conference-search img#rsend_img,
#right .moduletable-conference-search img#rsstart_img {
	position: relative;
	top: 3px;
	left: 5px
}

#right .moduletable-conference-search label[for=rskeyword] {
	display: block
}

#right .moduletable-conference-search input[name=rskeyword] {
	border: 1px solid #EAEAEA;
	border-radius: 5px;
	padding: 3px;
	margin-bottom: 10px;
	width: 100%
}

#right .moduletable-conference-search .rsepro_search_form_button {
	margin-bottom: 20px
}

@-moz-document url-prefix() {
	.rsepro_search_form_button {
		position: relative;
		top: -5px
	}
}

#pre-footer {
	text-align: center;
	padding: 40px 0
}

#pre-footer h3 {
	/*font-family: klavika-web, sans-serif;*/
	font-size: 6.5em;
	line-height: 1.2em;
	font-weight: 300;
	text-transform: uppercase
}

#pre-footer img {
	padding: 10px 0
}

#pre-footer p {
	font-size: 2.4em;
	line-height: 1.3em;
	font-weight: 300
}

#pre-footer p strong {
	font-weight: 500
}

footer#footer {
	background: #ececec;
	color: #000;
	padding: 28px 0;
	text-align: center;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 1.3em;
	line-height: normal
}

footer#footer a {
	color: #000
}

footer#footer .moduletable {
	margin-bottom: 10px
}

footer#footer .moduletable ul li {
	display: inline-block;
	padding: 0 5px;
	border-right: 1px solid #000
}

footer#footer .moduletable ul li:last-child {
	border-right: 0
}

ul#rs_events_container li.rs_event_detail {
	background: 0 0!important;
	border-radius: 0!important;
	box-shadow: none!important;
	padding: 20px 0!important;
	border-bottom: 1px solid #009fda;
	list-style-type: none!important
}

ul#rs_events_container li.rs_event_detail a.rs_event_link {
	color: #394FA2;
	margin-bottom: 5px;
	display: block
}

ul#rs_events_container li.rs_event_detail .dates {
	margin-bottom: 5px
}

#rs_event_show p {
	padding-bottom: 0;
	margin-bottom: 0
}

#rs_event_show a.button.plus {
	background: url(../images/ico-add-blue.png) 95% center no-repeat;
	left: 0
}

#rs_event_show a.button.plus:active,
#rs_event_show a.button.plus:focus,
#rs_event_show a.button.plus:hover {
	background: url(../images/ico-add-white.png) 95% center no-repeat #009fda!important;
	color: #fff!important
}

#rs_event_show .rs_sharing {
	padding: 10px 0 30px!important
}

#rs_event_show ul#rs_rating li {
	list-style-type: none
}

#rs_event_show #map-canvas {
	margin-top: 20px
}

span[itemprop=description] {
	font-size: 1.4em;
	line-height: 1.6em
}

a.rs_read_more {
	padding: 0 12px;
	font-size: 1.4em;
	line-height: 50px!important;
	left: 0;
	width: auto;
	border: 1px solid #009fda;
	box-shadow: none!important
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
	border-radius: 0!important
}

.ui-widget-content {
	background: #fff!important;
	font-size: 1.5em!important;
	line-height: 1.3em!important
}

a.ui-corner-all {
	background: 0 0!important;
	color: #1d1d1d!important;
	border: 0!important
}

a.ui-corner-all.ui-state-focus,
a.ui-corner-all:hover {
	color: #009fda!important;
	border: 1px solid #fff!important;
	cursor: pointer
}

.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr
}

.ir br {
	display: none
}

.hidden {
	display: none!important;
	visibility: hidden
}

.visuallyhidden {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.invisible {
	visibility: hidden
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

#rsepro-upcoming-module {
	overflow: visible !important;
	margin-bottom: 0 !important;	
}

fieldset {
	clear: both;	
}

label {
	font-size: 18px;	
}

@media print {
	* {
		background: 0 0!important;
		color: #000!important;
		box-shadow: none!important;
		text-shadow: none!important;
		filter: none!important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: ""
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img,
	tr {
		page-break-inside: avoid
	}
	img {
		max-width: 100%!important
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
}

