/* ================================================================
**	FONT FACE
** ================================================================ */
@font-face  {
	font-family: 'TradeGothicLTStdLightRegular';
	src: url('../font-face/tradegothicltstd/tradegothicltstd-light-webfont.eot');
	src: url('../font-face/tradegothicltstd/tradegothicltstd-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../font-face/tradegothicltstd/tradegothicltstd-light-webfont.woff') format('woff'),
		 url('../font-face/tradegothicltstd/tradegothicltstd-light-webfont.ttf') format('truetype'),
		 url('../font-face/tradegothicltstd/tradegothicltstd-light-webfont.svg#TradeGothicLTStdLightRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* ================================================================
**	BASE
** ================================================================ */

html {
	background: #f2f2f2;
	font-size: 62.5%;
	overflow-y: scroll; /* Always show the scrollbar, avoids "jumpiness" when page size changes */
}

body {
	background: #f2f2f2;
	color: #494949;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

h1, h2, h3 {
	color: #303030;
	font-family: 'TradeGothicLTStdLightRegular';
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
}

h1 {
	font-size: 40px;
	font-size: 4.0rem;
	line-height: 49px;
	line-height: 4.9rem;
	margin-bottom: 9px;
}

h2 {
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 40px;
	line-height: 4.0rem;
}

h3 {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 25px;
	line-height: 2.5rem;
	margin-bottom: 3px;
}

h4 {
	font-weight: bold;
}

p, ul, ol {
	margin: 0;
	padding: 0 0 20px;
}

a {
	color: #9e2f37;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 10px 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
}

textarea {
	resize: vertical;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

table {
	width: 100%;
}
table td time {
	font-weight: bold;
}

.text-muted {
	color: #bfbfbf;
}


/* ================================================================
**	LAYOUT
** ================================================================ */

/* Container
** ============================= */
.container {
	width: 100%;
	max-width: 996px;
	margin: 0 auto;
}


/* Columns
** ============================= */
.row {
	padding: 0 3.815261044176707%; /* 38 / 996 */
}

.row .row {
	padding: 0;
}

.row [class*="-column"] {
	float: left;
	min-height: 10px;
	margin-left: 4.3478260869565216%; /* 40 / 920 */
}

.row .first-column,
.row [class*="-column"]:first-child,
.full-column + [class*="-column"] {
	margin-left: 0;
}

.row .full-column {
	width: auto;
	float: none;
	margin-bottom: 0;
}

.row .large-column {
	width: 56.52173913043478%; /* 520 / 920 */
}

.row .medium-column {
	width: 47.82608695652174%; /* 440 / 920 */
}

.row .small-column {
	width: 30.434782608695654%; /* 280 / 920 */
}

.row .xsmall-column {
	width: 13.043478260869565%; /* 120 / 920 */
}

.reset-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* ================================================================
**  HEADER
** ================================================================ */

.page-header {
	position: relative;
	padding: 42px 0 0;
}

.page-logo {
	display: inline-block;
	margin-bottom: 35px;
}
.page-logo a {
	display: block;
}
.page-logo img {
	display: block;
	max-width: none;
}

/* Main navigation
** ============================= */
.main-nav {
	position: relative;
	clear: both;
	float: none;
	background: #9e2f37;
}

.main-nav-menu {
	list-style: none;
	padding: 0;
}
.main-nav-menu .menu-item {
	position: relative;
	float: left;
}
.main-nav-menu a {
	position: relative;
	z-index: 1;
	display: block;
	padding: 0 18px;
	font-size: 18px;
	font-size: 1.75rem;
	line-height: 65px;
	line-height: 6.5rem;
	font-family: 'TradeGothicLTStdLightRegular';
	text-transform: uppercase;
	color: #fff;
	background: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.main-nav-menu a:hover,
.main-nav-menu a:focus,
.main-nav-menu .current-menu-item a,
.main-nav-menu .current-page-ancestor a {
	background: #fff;
	color: inherit;
	text-decoration: none;
}

.main-nav-menu a:focus {
	outline: 0;
}

.main-nav-menu a:hover,
.main-nav-menu a:focus {
	color: #303030;
}

/* If current page & ancestor has sub menu children display the sub-menu then */
.main-nav-menu .current-menu-item .sub-menu,
.main-nav-menu .current-page-ancestor .sub-menu {
	left: 0;
	right: 0;
}

body.single-eso_report .menu-item-reports a,
body.single-eso_seminar .menu-item-seminars a {
	background: #fff;
	color: inherit;
	text-decoration: none;
}


/* Sub navigation */
.sub-nav {
	background: #fff;
}
.sub-nav-menu,
#menu-huvudmeny-2{
	border-bottom: 1px dashed #b7b7b7;
}
.sub-nav-menu,
.sub-nav-menu ul {
	list-style: none;
	padding: 0;
}
.sub-nav-menu .top-menu-item,
.sub-nav-menu .page_item,
#menu-huvudmeny-2 li{
	float: left;
}
.sub-nav-menu .top-menu-item {
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	padding: 0 15px;
	line-height: 51px;
	line-height: 5.1rem;
	color: inherit;
}
.sub-nav-menu .top-menu-item.current {
	text-decoration: underline;
}
.sub-nav-menu .page_item a,
#menu-huvudmeny-2 li a{
	display: block;
	padding: 0 15px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 51px;
	line-height: 5.1rem;
	text-transform: none;
	color: inherit;
}
.sub-nav-menu .page_item a:hover,
.sub-nav-menu .page_item a:focus,
.sub-nav-menu .current_page_item a {
	text-decoration: underline;
}


#menu-huvudmeny-2 {
	clear: both;
	overflow: hidden;
	padding: 0 0 0 5px;
}



/* Secondary navigation
** ============================= */
.secondary-nav {
	position: absolute;
	top: 43px;
	right: 0;
}
.secondary-nav-menu {
	float: left;
	list-style: none;
	padding: 0;
	margin-right: 14px;
	line-height: 46px;
}
.secondary-nav-menu .menu-item {
	position: relative;
	float: left;
}
.secondary-nav-menu .menu-item:after {
	content: '';
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 0;
	width: 1px;
	background: #919191;
}
.secondary-nav-menu .menu-item:first-child:after {
	display: none;
}
.secondary-nav-menu a {
	display: block;
	color: #676767;
	padding: 0 10px;
}


/* Header search
** ============================= */
.page-search {
	float: right;
	position: relative;
}
.page-search .page-search-field {
	width: 158px;
	padding-right: 45px;
}
.page-search-btn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 45px;
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
	text-indent: -9999em;
}
.page-search-btn span {
	display: block;
	width: 100%;
	height: 100%;
	background: url('../image/icon-search.png') no-repeat center center;
}


/* Mobile main nav
** ============================= */
.mobile-main-nav {
	display: none;
	padding: 0;
}
.mobile-main-nav ul {
	list-style: none;
	padding: 0;
}
.mobile-main-nav-menu,
.mobile-main-nav-menu .sub-menu {
	overflow: hidden;
	max-height: 0;
}

/* Toggle bar/btn
** ============================= */
.mobile-main-nav-bar {
	height: 70px;
	line-height: 70px;
	background: #9e2f37;
}
.mobile-main-nav-toggle {
	display: none;
	position: absolute;
	top: 13px;
	left: 12px;
	cursor: pointer;
	vertical-align: top;
	padding: 0 12px 0 31px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 45px;
	line-height: 4.5rem;
	font-family: 'TradeGothicLTStdLightRegular';
	color: #fff;
	text-transform: uppercase;
}
.mobile-main-nav-toggle:before {
	position: absolute;
	top: 13px;
	left: 0;
	content: " ";
	border-bottom: 10px double #fff;
	border-top: 3px solid #fff;
	width: 20px;
	height: 4px;
	margin-top: 0;
}
.mobile-main-nav-toggle:hover,
.mobile-main-nav-toggle:focus {
	text-decoration: none;
}

.mobile-main-nav-menu {
	padding: 0 20px;
	background: #303030;
}
.mobile-main-nav-menu li {
	position: relative;
	display: block;
	padding: 0 20px;
}
.mobile-main-nav-menu li a {
	position: relative;
	display: block;
	padding: 0 12px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 46px;
	line-height: 4.6rem;
	font-family: 'TradeGothicLTStdLightRegular';
	text-transform: uppercase;
	color: #fff;
}

/* Main menu
** ============================= */
.mobile-main-nav-menu > li > a {
	position: relative;
	border-bottom: 1px solid #b7b7b7;
}
.mobile-main-nav-menu > li:first-child > a {
	border-top: 2px solid #303030;
}

.mobile-main-nav-menu > .current-menu-item > a,
.mobile-main-nav-menu > li > a:hover {
	position: relative;
	margin: 0 -20px;
	padding: 0 32px;
	background-color: #9e2f37;
}
.mobile-main-nav-menu > .current-menu-item > a:before,
.mobile-main-nav-menu > .current-menu-item > a:after,
.mobile-main-nav-menu > li > a:hover:before,
.mobile-main-nav-menu > li > a:hover:after {
	position: absolute;
	content: '';
	right: 0;
	left: 0;
	height: 1px;
	background-color: #9e2f37;
}
.mobile-main-nav-menu > .current-menu-item > a:before,
.mobile-main-nav-menu > li > a:hover:before {
	top: -1px;
}
.mobile-main-nav-menu > .current-menu-item > a:after,
.mobile-main-nav-menu > li > a:hover:after {
	bottom: -1px;
}

.mobile-main-nav-menu > .current-menu-item,
.mobile-main-nav-menu > .current-menu-ancestor {
	background-color: #4c4c4c;
}

/* Sub menu
** ============================= */
.mobile-main-nav-menu .sub-menu {
	position: relative;
}
.mobile-main-nav-menu .sub-menu .menu-item {
	margin: 0;
}
.mobile-main-nav-menu .sub-menu .menu-item a {
	padding-left: 10px;
	text-transform: none;
}
.mobile-main-nav-menu .sub-menu .current-menu-item a {
	margin: 0 -40px;
	padding: 0 50px;
	background-color: #9e2f37;
}


/* Active  / has-submenu
** ============================= */
.mobile-main-nav-menu > .current-menu-ancestor .sub-menu,
.mobile-main-nav .active,
.secondary-nav .active {
	max-height: none;
	overflow: visible;
}
.mobile-main-nav-menu .has-submenu.active {
	background: #4c4c4c;
}
.mobile-main-nav-menu .current-menu-ancestor > .active {
	background: #4c4c4c;
}
.mobile-main-nav-menu .sub-menu.active {
	background: #4c4c4c;
	border-bottom: 1px solid #b7b7b7;
}


/* Sub menu toggle button
** ============================= */
.sub-menu-toggle {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	width: 70px;
	height: 46px;
	border: 0;
	margin: 0;
	padding: 0;
	background: none;
	text-indent: -9999em;
}
.mobile-main-nav-menu .current-menu-item .sub-menu-toggle,
.mobile-main-nav-menu .current-menu-ancestor .sub-menu-toggle {
	right: 0;
}
.sub-menu-toggle:before {
	content: '';
	float: left;
	margin-left: 20px;
	width: 30px;
	height: 30px;
	background: transparent url('../image/toggle-sprite.png') no-repeat 0 0;
}
.mobile-main-nav-menu .active.sub-menu-toggle:before {
	background-position: -45px 0;
}


/* ================================================================
**	CONTENT/TEMPLATES
** ================================================================ */

.page-content {
	position: relative;
	background: #fff;
}

/* Wordpress content area
** ============================= */
.entry-content {
	padding-bottom: 20px;
}
.entry-content .row {
	padding-left: 0;
	padding-right: 0;
}
/*.content-sections .row:first-child {
	margin-bottom: 35px;
	padding-bottom: 14px;
	border-bottom: 1px solid #b7b7b7;
}*/
.content-sections .row:first-child:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.entry-content h2 {
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 35px;
	line-height: 3.5rem;
	margin-bottom: 7px;
}

.entry-content h3 {
	margin-bottom: 6px;
}
.entry-content ul,
.entry-content ol {
	padding-left: 40px;
	list-style-position: outside;
}
.entry-content .more {
	padding: 34px 0 40px;
}



/* Module
** ============================= */
.module {
	margin-bottom: 47px;
	background: #fff;
}
.module-title {
	padding: 0 0 8px;
	margin-bottom: 20px;
	border-bottom: 1px solid #b7b7b7;
}
.module-date {
	display: block;
	width: 100%;
	line-height: 119px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 15px;
	border-radius: 15px;

	background: #fff;
	color: #303030;
}
.module-list {
	list-style: none;
	padding: 0;
}

.module-list li {
	margin-top: 26px;
}

.module-list li:first-child {
	margin-top: 0;
}

.module-item-title {
	margin-bottom: 5px;
}

.module-item-excerpt {
	padding-bottom: 0;
}

.module .more {
	padding-top: 29px;
}

.module-list.row .medium-column {
	margin-top: 0;
	margin-bottom: 26px;
}

.startpage .module {
	margin-top:30px;
}

.module-seminars {
	margin-bottom:0;
}

	/* Module modifiers
	** ============================= */
.module-highlight {
	padding-top: 38px;
	padding-bottom: 44px;
	background: #303030;
	color: #fff;
}
.module-highlight a,
.module-highlight .module-title {
	color: #fff;
}
.module-highlight .module-item-excerpt {
	color: #ccc;
}


/* Module Report
** ============================= */
.module-report li {
	margin-top: 0;
}


/* Module Media Coverage
** ============================= */
.module-media-coverage .more {
	padding-top: 28px;
}


/* Entry
** ============================= */
.entry {
	padding: 20px 3.815261044176707% 34px;  /* 38 / 996 */
}
.entry-title {
	float: none;
	clear: both;
	margin-bottom: 12px;
}
.entry-subtitle {
	margin-bottom: 30px;
	font-size: 18px;
	font-size: 1.8rem;
}
.entry-header .entry-meta {
	margin-bottom: 28px;
}
.entry-header .entry-meta .entry-time {
	font-weight: normal;
}
.entry-meta {
	padding-bottom: 0;
}
.entry-meta span,
.entry-meta a {
	font-weight: bold;
	text-transform: uppercase;

}
.entry-meta .entry-time {
	text-transform: none;
}
.entry-meta .entry-author {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	text-transform: none;
}

.entry-list {
	list-style: none;
	padding: 0;
}
.entry-list li {
	margin-top: 25px;
}
.entry-list li:first-child {
	margin-top: 0;
}
.entry-list li p {
	padding-bottom: 0;
}


/* Entry report
** ============================= */
.entry-report {
	padding-left: 0;
	padding-right: 0;
}
.entry-report .entry-header,
.entry-report .entry-content {
	padding-left: 3.815261044176707%; /* 38 / 996 */
	padding-right: 3.815261044176707%; /* 38 / 996 */
}

.entry-report .entry.module {
	margin-bottom: 0;
	padding-bottom: 34px;
}

.entry-report .entry.module-highlight {
	padding-bottom: 34px;
}

.entry-report .connected-item {
	margin-top: 20px;
}
.entry-report .connected-item:first-child {
	margin-top: 0;
}

.module-connected-seminars .entry-meta .seminar-date {
	font-weight: bold;
}

.entry-tag-title,
.entry-tag {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.entry-content .entry-tag-title {
	margin-bottom: 19px;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
}

.entry-tags {
	margin: 20px -5px 50px;
}

.entry-tag {
	display: inline-block;
	margin: 5px;
	padding: 11px 17px;
	
	color: #9e2f37;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
	border: 1px solid #9e2f37;
}

.entry-tag:hover {
	color: #fff;
	text-decoration: none;
	background: #9e2f37;
}

/* Entry seminar
** ============================= */
.entry-seminar {
	padding-left: 0;
	padding-right: 0;
}
.entry-seminar .entry-header,
.entry-seminar .entry-content {
	padding-left: 3.815261044176707%; /* 38 / 996 */
	padding-right: 3.815261044176707%; /* 38 / 996 */
}

.entry-meta .seminar-date {
	font-weight: normal;
}

.entry-seminar .entry.module {
	padding-bottom: 29px;
}

.entry-seminar .connected-item {
	float: none;
	clear: both;
	margin: 0 0 25px 0;
}


/* Page search results
** ============================= */
.search-no-results .entry {
	padding-top: 50px;
}

.search-result-title {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 20px;
	line-height: 2.0rem;
	margin-bottom: 3px;
}

.bgcs ul {
	list-style: none;
	margin: 0;
}

.bgcs .nav-item {
	display: inline-block;
}

.bgcs .nav-item a {
	display: inline-block;
	vertical-align: top;
}

.bgcs .current-page a {
}

.bgcs .prev-page a,
.bgcs .next-page a {
	position: relative;
	display: inline-block;
	vertical-align: top;

}
.bgcs .prev-page a:after,
.bgcs .next-page a:after {

}


/* ================================================================
**	FOOTER
** ================================================================ */

.page-footer {
	padding-top: 44px;
	padding-bottom: 44px;
	background: #303030;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
}
.page-footer .small-column {
	position: relative;
}
.page-footer .small-column:before {
	position: absolute;
	top: 0;
	bottom: 0;
	content: '';
	width: 1px;
	margin: 0 0 0 -7.142857142857142%; /* 20 / 280 */
	background: #919191;
}
.page-footer .small-column:first-child:before {
	display: none;
}

.footer-eng {
	display:none;
}

/* Page footer widgets
** ============================= */
.footer-widget {
	padding: 20px 0;
}
.footer-widget a {
	color: #fff;
}
.footer-widget ul, .footer-widget ol {
	list-style: none;
	padding: 0;
}
.footer-widget .textwidget p:last-child {
	padding-bottom: 0;
}

.footer-widget .widget-title {
	margin-bottom: 5px;
	color: #fff;
}

.footer-widget .icon {
	display: inline-block;
	position: relative;
	padding-left: 36px;
}
.footer-widget .icon:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	background: url('../image/footer-sprite.png') no-repeat;
}
.footer-widget .icon-twitter {
	margin-bottom: 17px;
	line-height: 20px;
	line-height: 2.0rem;
}
.footer-widget .icon-twitter:before {
	width: 24px;
	height: 20px;
	background-position: -108px 0;
}
.footer-widget .icon-rss {
	line-height: 20px;
	line-height: 2.0rem;
}
.footer-widget .icon-rss:before {
	width: 20px;
	height: 19px;
	background-position: 0 0;
}

/* Footer text widget */
.widget_text .widget-title {
	position: relative;
	padding-left: 36px;
}
.widget_text .widget-title:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 24px;
	height: 17px;
	background: url('../image/footer-sprite.png') no-repeat -69px 0;
}

/* Footer menu widget */
.widget_nav_menu .widget-title {
	position: relative;
	padding-left: 30px;
}
.widget_nav_menu .widget-title:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	background: url('../image/footer-sprite.png') no-repeat -34px 0;
}


/* Footer logo */
.footer-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


/* ================================================================
**	GLOBALS/COMPONENTS
** ================================================================ */

/* Button default
** ============================= */
.btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border: none;
	background: #9e2f37;
	color: #fff;
	padding: 12px 18px;
	line-height: 20px;
	text-decoration: none;
	text-shadow: none;

	-webkit-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: none;
	box-shadow: none;

	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	transition: 0.25s;

	-webkit-backface-visibility: hidden;
}
.btn:hover,
.btn:focus {
	text-decoration: underline;
}

/* Primary button */
.btn-primary {
	background: #9e2f37;
}
.btn-primary:hover,
.btn-primary:focus {
	background: #ae3c44;
}

.btn:disabled {
	background: #676767;
}

.btn:disabled:hover {
	text-decoration: none;
}

.btn-large {
	padding: 18px 45px 16px 35px;
	font-size: 16px;
	font-size: 1.6rem;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.btn-large [class^="icon-"] {
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 33px;
	line-height: 33px;
	margin-top: -2px;
	margin-right: 10px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.btn-large .icon-pdf {
	background-image: url('../image/icon-pdf.png');
}


/* Input fields
** ============================= */
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="tel"],
textarea {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	max-width: 100%;
	border: 1px solid;
	border-color: #bfbfbf #e4e4e4 #e4e4e4 #bfbfbf;
	padding: 12px 14px;
	background: #fff;
	color: #303030;
	font-size: 16px;
	font-size: 1.6rem;

	-webkit-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	transition: border-color 0.3s;

	-webkit-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: inset 3px 3px 10px -5px rgba(0, 0, 0, 0.2);
	box-shadow: inset 3px 3px 10px -5px rgba(0, 0, 0, 0.2);
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
	outline: 0;
	border-color: #ebc625;
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled,
input[type="email"]:disabled,
input[type="tel"]:disabled,
textarea:disabled {
	color: #676767;
}

.submitting input[type="text"],
.submitting input[type="password"],
.submitting input[type="search"],
.submitting input[type="email"],
.submitting input[type="tel"],
.submitting input[type="submit"] {
	cursor: wait;
}

.input-addon {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
	height: 50px;
	max-width: 320px;
	font-size: 14px;
}

.input-addon input[type="text"],
.input-addon input[type="password"],
.input-addon input[type="search"],
.input-addon input[type="email"],
.input-addon input[type="tel"] {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	
	width: 75%;
	margin: 0;

	font-size: 14px;

	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-addon input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;

	width: 25%;
	padding-left: 0;
	padding-right: 0;

	font-size: 14px;

	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-checkbox {
	display: inline-block;
	position: relative;
}

.input-checkbox input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.input-checkbox label {
	display: inline-block;
	padding-left: 24px;
}

.input-checkbox label:before,
.input-checkbox label:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 0px;
	width: 14px;
	height: 14px;
}

.input-checkbox label:before {
	background: #4A4A4A;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.input-checkbox label:after {
	display: none;
	width: 9px;
	height: 7px;
	top: 6px;
	left: 4px;
	background-image: url('../image/eso-check.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.input-checkbox input:checked  + label:after {
	display: block;
}


/* Misc.
** ============================= */
p.more {
	clear: both;
	padding: 0;
}


/* Socialshare
** ============================= */
.socialshare {
	float: right;
	margin: 0 0 6px;
	text-align: center;
}
.socialshare-title {
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
	padding-bottom: 0;
	font-weight: bold;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 20px;
	line-height: 2.0rem;
	text-transform: uppercase;
}
.socialshare-list {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	padding: 0;
}
.socialshare-list-item {
	float: left;
	margin-left: 10px;
}
.socialshare-list-item a {
	display: block;
	height: 19px;
	background: transparent url('../image/socialshare-sprite.png') no-repeat;
}

.socialshare-list-item.twitter a {
	width: 24px;
	background-position: 0 0;
}
.socialshare-list-item.facebook a {
	width: 19px;
	background-position: -34px 0;
}
.socialshare-list-item.linkedin a {
	width: 19px;
	background-position: -63px 0;
}
.socialshare-list-item.googleplus a {
	width: 19px;
	background-position: -92px 0;
}
.socialshare-list-item.email a {
	width: 25px;
	background-position: -120px 0;
}
.socialshare-list-item.print a {
	width: 24px;
	background-position: -155px 0;
}
.socialshare-list-item.rss a {
	width: 19px;
	background-position: -189px 0;
}


/* Publication area list
** ============================= */
.publication-area-title {
	margin-bottom: 26px;
	padding-bottom: 8px;
	border-bottom: 1px solid #b7b7b7;
}

.publication-area-btn {
	display: none;
	position: relative;
	top: -5px;
	border: 0;
	margin: 0 0 0 6px;
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 22px;
	line-height: 2.2rem;
	background: none;
	color: #9e2f37;
}
.publication-area-btn:before {
	float: left;
	content: '';
	width: 22px;
	height: 23px;
	margin-right: 6px;
	background: url('../image/toggle-sprite.png') no-repeat -90px 0;
}
.publication-area-btn.expanded:before {
	background-position: -127px 0;
}
.publication-area-btn:hover,
.publication-area-btn:focus {
	text-decoration: underline;
}

.publication-area-list {
	padding-bottom: 38px;
}

/* If javascript is enabled */
.js .publication-area-btn {
	display: inline-block;
}
.js .publication-area-list {
	display: none;
}

/* Always display the first area's list */
.publication-area:first-child .publication-area-list {
	display: block;
}
.publication-area:first-child .publication-area-btn {
	display: none;
}

.publication-area .meta time {
	font-weight: normal;
}

.media-coverage-btn {
	margin: 25px 0 0;
}

/* Information area
** ============================= */

.info-area {
	margin-bottom: 46px;
	padding: 30px 0 0;
	background: #f2f2f2;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.info-area-list {
	list-style: none;
	padding: 0 30px 0 0;
}
.info-area-item {
	position: relative;
	float: left;
	min-height: 50px;
	margin:  0 0 21px 4.3478260869565216%; /* 40 / 920 */
	padding-left: 50px;
	font-size: 14px;
	font-size: 1.4rem;
	word-break: break-word;
}
.info-area-clock {
	width: 24.456521739130435%; /* 225 / 920 */
}
.info-area-location {
	width: 24.456521739130435%; /* 225 / 920 */
}
.info-area-contact {
	width: 38.04347826086957%; /* 350 / 920 */
}

.info-area-item a {
	color: #9e2f37;
	line-height: normal;
}
.info-area-item .icon {
	position: absolute;
	left: 0;
	margin-right: 11px;
	text-indent: -9999em;
	background: transparent url('../image/info-sprite.png') no-repeat;
}
.info-area-item .icon-clock {
	width: 42px;
	height: 43px;
}
.info-area-item .icon-pin {
	width: 28px;
	height: 43px;
	background-position: -57px 0;
}
.info-area-item .icon-email {
	width: 38px;
	height: 29px;
	background-position: -100px 0;
}


/* Entry gallery settings
** ============================= */
.swiper-container {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	list-style: none;
	padding: 0;
	overflow: hidden;

	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transition-timing-function: ease;
	-webkit-transform: translate3d(0,0,0);

	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transition-timing-function: ease;
	-moz-transform: translate3d(0,0,0);

	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transition-timing-function: ease;
	-o-transform: translate3d(0,0,0);
	-o-transform: translate(0,0);

	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transition-timing-function: ease;
	-ms-transform: translate3d(0,0,0);

	transition-property: transform, left, top;
	transition-duration: 0s;
	transition-timing-function: ease;
	transform: translate3d(0,0,0);
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* Swiper carousel
** ============================= */
.swiper-container {
	width: 100%;
	height: auto !important;
	max-height: 360px;
}
.swiper-wrapper {
	width: 100%;
	height: auto !important;
}
.swiper-slide {
	width: 100%;
	height: auto !important;
}
.swiper-slide-image {
	position: relative;
}
.swiper-slide img {
	display: block;
}

/* Swiper pagination styles
** ============================= */
.swiper-pagination {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 20px;
	left: 0;
	list-style: none;
	padding: 0;
	text-align: center;
}
.swiper-pagination-item:first-child {
	margin-left: 0;
}
.swiper-pagination-item {
	display: inline-block;
	vertical-align: top;
	margin-left: 18px;
	width: 18px;
	height: 18px;
	text-indent: -9999em;
	background: #fff;
	filter: alpha(opacity=50);
	opacity: 0.50;
	-webkit-border-radius: 20em;
	border-radius: 20em;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
.swiper-pagination-item.swiper-active-switch {
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Swiper direction styles
** ============================= */
.swiper-direction {
	text-align: center;
}
.swiper-direction {
	list-style: none;
	padding: 0;
}
.swiper-direction a {
	position: absolute;
	z-index: 10;
	top: 50%;
	width: 38px;
	height: 61px;
	margin-top: -30px;
	text-indent: -9999em;
	background: url('../image/arrow-sprite.png') no-repeat 0 0;
}
.swiper-direction .swiper-direction-prev {
	left: 38px;
	background-position: 0 0;
}
.swiper-direction .swiper-direction-next {
	right: 38px;
	background-position: -68px 0;
}

/* Swiper slide caption
** ============================= */
.swiper-slide-caption {
	position: absolute;
	z-index: 5;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
}

.swiper-slide-caption > div {
	display: table;
	width: 100%;
	height: 100%;
}
.swiper-slide-caption > div > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-slide-caption p {
	padding: 22px 100px;
	font-size: 45px;
	font-size: 3rem;
	line-height: 55px;
	line-height: 5.5rem;
	font-family: 'TradeGothicLTStdLightRegular';
	background: #000;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;

	opacity: 0;
	-webkit-transition: opacity 0.8s ease-out;
	-moz-transition: opacity 0.8s ease-out;
	-o-transition: opacity 0.8s ease-out;
	-ms-transition: opacity 0.8s ease-out;
	transition: opacity 0.8s ease-out;
}
.swiper-slide-active .swiper-slide-caption p {
	opacity: 0.99;
}
.swiper-slide-caption a {
	display: block;
	color: #fff;
}


/* ================================================================
**	COMMON HELPERS
** ================================================================ */

/* Hide visually, but still accessible to screenreaders.
** ============================= */
.visually-hidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding:0 !important;
	border:0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}


/* Image replacement
** ============================= */
.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}


/* Micro clearfix
** ============================= */
.container:before, .container:after,
.row:before, .row:after,
.clear-children:before, .clear-children:after {
	content: "";
	display: table;
}
.container:after,
.row:after,
.clear-children:after {
	clear: both;
}
.container,
.row,
.clear-children {
	*zoom: 1;
}


/* ================================================================
**	PRINT STYLES
** ================================================================ */

@media print {
	* {
		font-size: 11pt !important;
		font-family: Georgia, "Times New Roman", Times, serif !important;
		line-height: 1.4 !important;
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
		border: 0 !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	p a {
		word-wrap: break-word;
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}


	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100%;
	}

	@page {
		size: 8.5in 11in;
		margin: 2cm;
	}

	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}

	h2, h3 {
		page-break-after: avoid;
	}

	h1 {
		font-size: 24pt !important;
		margin: 0.67em 0;
	}

	h2 {
		font-size: 18pt !important;
		font-weight: bold;
		margin: 0.83em 0;
	}

	h3 {
		font-size: 14pt !important;
		font-weight: bold;
		margin: 1em 0;
	}

	h4 {
		font-size: 1em !important;
		font-weight: bold;
		margin: 1.33em 0;
	}

	h5 {
		font-size: 0.83em !important;
		font-weight: bold;
		margin: 1.67em 0;
	}

	h6 {
		font-size: 0.67em !important;
		margin: 2.33em 0;
	}

	.page-logo {
		margin-bottom: 0;
	}

	.module-date {
		line-height: normal;
		text-align: left;
	}

	.entry-header .entry-meta {
		margin-bottom: 10px;
	}

	.module-highlight {
		display: none;
	}

	.entry-meta span {
		font-weight: normal;
		text-transform: none;
	}

	.module-media-coverage {
		display: none;
	}
	.media-coverage-table tr {
		display: block !important;
	}

	.js .publication-area-btn,
	.swiper-container,
	.page-nav,
	.sub-nav,
	.btn,
	.more,
	.socialshare,
	.widget-title:before,
	.footer-widget .icon:before {
		display: none;
	}
	.footer-widget .icon,
	.widget_text .widget-title,
	.widget_nav_menu .widget-title {
		padding-left: 0;
	}

	.page-footer .textwidget {
		font-style: italic;
	}
	.page-footer .icon-rss,
	.page-footer .icon-twitter,
	.page-footer .small-column {
		display: none !important;
	}
	.page-footer .small-column:first-child {
		display: block !important;
	}

	/* Containers & columns
	** ============================= */
	.row [class*="-column"] {
		float: none;
		display: block;
		clear: both;
		margin: 0;
		width: auto;
		height: auto;
	}

	.row [class*="-column"]:before {
		display: none;
	}

	.row,
	.entry,
	.entry-report .entry-header,
	.entry-report .entry-content {
		padding: 0;
	}

	.container {
		width: auto;
		max-width: none;
		margin: 0;
	}

	/* Page header/footer changes
	** ============================= */
	.page-footer {
		padding: 0;
		page-break-before: always;

	}
	.footer-logo,
	.footer-widget.widget_nav_menu {
		display: none !important;
	}
}


/* ================================================================
/* HIGH-RES GRAPHICS
/* ================================================================ */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
	.btn-large .icon-pdf {
		background-image: url('../image/icon-pdf2x.png');
		-webkit-background-size: 28px 33px;
		background-size: 28px 33px;
	}

	.page-search-btn span {
		background-image: url('../image/icon-search2x.png');
		-webkit-background-size: 19px 20px;
		background-size: 19px 20px;
	}

	.sub-menu-toggle:before,
	.publication-area-btn:before {
		background-image: url('../image/toggle-sprite2x.png');
		-webkit-background-size: 149px 30px;
		background-size: 149px 30px;
	}

	.info-area .icon {
		background-image: url('../image/info-sprite2x.png');
		-webkit-background-size: 138px 43px;
		background-size: 138px 43px;
	}

	.socialshare-list-item a {
		background-image: url('../image/socialshare-sprite2x.png');
		-webkit-background-size: 208px 19px;
		background-size: 208px 19px;
	}

	.footer-widget .icon:before,
	.widget_text .widget-title:before,
	.widget_nav_menu .widget-title:before   {
		background-image: url('../image/footer-sprite2x.png');
		-webkit-background-size: 132px 20px;
		background-size: 132px 20px;
	}
}


/* ================================================================
/* MEDIA QUERIES
/* ================================================================ */

/* Page header/footer changes
** ============================= */
@media only screen and (max-width: 62.1875em) { /* 995px / 16px */
	.page-logo {
		margin-left: 12px;
	}
	.secondary-nav {
		margin-right: 12px;
	}

}

@media only screen and (min-width: 47.9375em) and (max-width: 62.1875em) { /* 767px / 16px | 995px / 16px */
	.secondary-nav-menu a,
	.sub-nav-menu .page_item a,
	.main-nav-menu .menu-item a {
		font-size: 14px;
		font-size: 1.4rem;
		padding:0 15px;
	}
}

@media only screen and (max-width: 47.9375em) { /* 767px / 16px */
	/* Page nav */
	.page-nav {
		position: relative;
	}
	.secondary-nav {
		position: static;
	}
	.main-nav {
		display: none;
	}

	.mobile-main-nav,
	.mobile-main-nav-toggle {
		display: block;
	}
	.secondary-nav {
		margin-right: 0;
	}
	.secondary-nav-menu {
		overflow: hidden;
		max-height: 0;
		float: none;
		width: 100%;
		margin-right: 0;
		background: #303030;
	}
	.secondary-nav-menu .menu-item {
		display: block;
		float: none;
		clear: both;
		margin: 0 20px;
		border-bottom: 1px solid #b7b7b7;
	}
	.secondary-nav-menu .menu-item:last-child {
		border-bottom: 0;
	}
	.secondary-nav-menu .menu-item:after {
		display: none;
	}
	.secondary-nav-menu .menu-item a {
		display: block;
		padding: 0 12px;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 46px;
		line-height: 4.6rem;
		font-family: 'TradeGothicLTStdLightRegular';
		text-transform: uppercase;
		color: #fff;
	}

	.secondary-nav-menu .current-menu-item a,
	.secondary-nav-menu .menu-item a:hover {
		position: relative;
		margin: 0 -20px;
		padding: 0 32px;
		background-color: #9E2F37;
	}
	.secondary-nav-menu .current-menu-item a:before,
	.secondary-nav-menu .current-menu-item a:after,
	.secondary-nav-menu .menu-item a:hover:before,
	.secondary-nav-menu .menu-item a:hover:after {
		position: absolute;
		content: '';
		right: 0;
		left: 0;
		height: 1px;
		background-color: #9e2f37;
	}
	.secondary-nav-menu .current-menu-item a:before,
	.secondary-nav-menu .menu-item a:hover:before {
		top: -1px;
	}
	.secondary-nav-menu .current-menu-item a:after,
	.secondary-nav-menu .menu-item a:hover:after {
		bottom: -1px;
	}

	/* Page */
	.entry-page {
		padding-bottom: 0;
	}
	.entry-page .entry-content {
		padding-bottom: 14px;
	}


	/* Page search */
	.page-search {
		float: none;
		position: absolute;
		z-index: 1;
		top: 12px;
		right: 12px;
	}

	/* Page footer */
	.page-footer {
		padding-top: 17px;
		padding-bottom: 40px;
	}
	.page-footer .small-column {
		width: auto;
		float: none;
		clear: both;
		margin-left: 0;
		height: auto !important;
	}
	.page-footer .small-column:before {
		display: none;
	}

	.footer-logo {
		display: block;
		width: auto;
		height: auto;
		text-align: left;
	}
	.footer-logo a {
		display: block;
		text-align: center;
	}
}


/* Swiper carousel changes
** ============================= */
@media only screen and (max-width: 48em) { /* 768px / 16px */
	/* Swiper carousel */
	.swiper-slide-caption {
		top: auto;
		bottom: 0;
	}
	.swiper-slide-caption > div,
	.swiper-slide-caption > div > div {
		display: block;
		vertical-align: baseline;
		width: auto;
		height: auto;
	}
	.swiper-slide-caption p {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 21px;
		line-height: 2.1rem;
		padding: 22px;
	}

	.swiper-pagination,
	.swiper-direction {
		display: none;
	}
}
@media only screen and (max-width: 20em) { /* 320px / 16px */
	.swiper-container {
		background: #000;
	}
	.swiper-slide-caption {
		position: static;
	}
	.swiper-slide-caption p {
		background: transparent;
		color: #fff;
	}
	.swiper-slide-caption a {
		color: #fff;
	}
}


/* Module/columns changes
** ============================= */
@media only screen and (max-width: 47.9375em) { /* 767px / 16px */
	.row .xsmall-column,
	.row .large-column {
		width: auto;
		display: block;
		clear: both;
		float: none;
		margin-left: 0;
	}
	.connected-item .xsmall-column,
	.module-date {
		display: none;
	}

	.info-area-item {
		width: auto;
		display: block;
		clear: both;
		float: none;
	}
}
@media only screen and (max-width: 36.25em) { /* 580px / 16px */
	.row .medium-column {
		width: auto;
		display: block;
		clear: both;
		float: none;
		margin-left: 0;
	}

	.module-report li {
		margin-top: 26px;
	}

	.module-list.row .medium-column {
		margin-bottom: 0;
		margin-top: 26px;
	}
	.module-list.row .medium-column:first-child {
		margin-top: 0;
	}
}

/* Content changes
** ============================= */
@media only screen and (max-width: 47.9375em) { /* 767px / 16px */
	h1 {
		font-size: 35px;
		font-size: 3.5rem;
		line-height: 40px;
		line-height: 4.0rem;
	}
}
