@font-face {
    font-family: Corbel;
    src: url(../font/corbel.eot);
}

@font-face {
    font-family: Corbel;
    src: url(../font/corbel.ttf);
}

@font-face {
    font-family: Corbel-bold;
    src: url(../font/corbelb.ttf);
}

body {
    font-family: Corbel;
    background-color: #CDCDCD;
    background-image: url(../media/back06.png);
    text-align: justify;
    font-size: 16px;
}

/* PEOPLE TABS */
.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
    padding: 15px;
}

#peopleTabs {
    margin: 0;
}

#peopleTabs li {
    line-height: 30px;
}

@media (max-width:768px) {
    #peopleTabs li {
        width: 100%;
    }
}

#peopleTabs li a {
    display: block;
}

.nav-tabs>li>a {
    background: #F5F5F5;
    background: -moz-linear-gradient(top, #FAFAFA, #F5F5F5);
    background: -webkit-linear-gradient(top, #FAFAFA, #F5F5F5);
    background: -o-linear-gradient(top, #FAFAFA, #F5F5F5);
    background: linear-gradient(to bottom, #FAFAFA, #F5F5F5);
    border: 1px solid #ddd;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 1px 0 #fff inset;
    color: #333;
    padding: 7px 15px 5px 15px;
    line-height: 30px;
}

.nav-tabs>.active>a {
    background: none;
    background-color: #01346B;
    color: #fff;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 1px 0 #fff inset;
}

.nav-tabs>.active>a,
.nav-tabs>.active>a:hover,
.nav-tabs>.active>a:focus {
    color: #fff;
    cursor: default;
    background-color: #01346B;
    border: 1px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
}

.nav-tabs>.active>a:hover {
    cursor: pointer;
}


/* ------ */

.issue-container {
    padding-left: 60px;
    padding-right: 60px;
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

.subtext_footnote {
    font-size: 12px;
}

.gojil-text {
    line-height: 30px;
    padding: 10px 60px;
}

@media only screen and (max-width: 600px) {
    .gojil-text {
        padding: 10px 20px;
    }
}

.gojil-text ul li {
    line-height: 30px;
    padding-top: .5em;
    padding-bottom: .5em;
}

#breadcrumbs {
    display: none;
}

.scroll-to-top {
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 12%;
    right: 16%;
    display: none;
    background: rgba(1, 52, 107, 0.6);
    border-radius: 50%;
}

.scroll-to-top:link,
.scroll-to-top:visited {
    outline: none;
}

.scroll-to-top:hover {
    text-decoration: none;
    background: rgba(1, 52, 107, 0.9);
    cursor: pointer;
}

html.no-js body a.scroll-to-top i.icon-chevron-up.icon-white {
    margin-top: 27%;
}

.container-fluid {
    font-family: Corbel;
    margin: auto;
    max-width: 940px;
    padding: 0;
}

h1,
h2,
h3,
h4 {
    color: #01346B;
}

p.bigtext {
    color: #01346B;
    font-size: 30px;
}

.abstract-footnotes {
	font-size: 80%;
}

.hero-unit {
    font-family: Corbel;
    font-size: 16px;
    background-color: #fff;
    padding-top: 0px;
    margin-bottom: 0;
    font-family: Corbel;
}

.hero-unit h1 {
    font-size: 34px;
    color: #01346B;
}

.hero-unit h2 {
    font-size: 28px;
    color: #01346B;
}

.hero-unit h3 {
    font-size: 22px;
    color: #01346B;
}

.hero-unit h4 {
    font-size: 18px;
    color: #01346B;
}

h3.issue-subheadline {
    color: #01346B;
    font-size: 16px;
    margin-bottom: 0;
}

.center {
    text-align: center;
}

h3.nachruf {
    font-size: 20px;
    color: #01346B;
}

input#recaptcha_response_field {
    background-color: #ffffff;
    border: none;
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

input.file rsform-upload-box {
    border: none;
}

a#ec-additional-info-button.btn-gojil {
    cursor: pointer;
}

.hero-unit h5 {
    font-size: 12px;
    color: #333;
    font-weight: bold;
}

.hero-unit2 {
    font-size: 16px;
    background-color: #eee;
    padding: 30px 10px 30px 10px;
    border: 1px solid #999;
}

.page-header {
    border-bottom: 1px solid #999;
    margin-top: 6px;
}

.grayline-bottom {
    border-bottom: 1px solid #ddd;
}

div.alert.alert-block p {
    color: #9b7942;
}

div.alert.alert-block h4 {
    color: #9b7942;
}

#main-menu {
    font-family: Corbel;
}

#social ul li {
    display: inline;
    list-style: none;
    padding-left: 10px;
    margin: 20px 0 0 0;
}

#jhs,
#gaug {
    margin-top: 30px;
}

#content div.hero-unit div.item-page p.text-center a img {
    padding: 20px;
}

#jhs ul {
    margin: 0;
}

#gaug ul {
    margin: 20px 0 40px 0;
}

hr {
    border-bottom: 1px solid #bfbdbd;
    padding: 0px;
    width: 100%;
    margin-top: 1em;
}

.alert-info {
    color: #01346B;
}

p.alert-blue-headline {
    font-size: 17.5px;
    font-weight: bold;
}

#gototop {
    padding: 12px 6px 50px 50px;
    margin-left: 20px;
}

.shadow {
    -moz-box-shadow: 0px 0px 10px #888;
    -webkit-box-shadow: 0px 0px 10px #888;
    box-shadow: 0px 0px 10px #888;
}

.text-shadow {
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
}

.label-gojil,
.badge-gojil {
    background-color: #01346B;
    font-size: 16px;
    padding: 6px 12px 6px 12px;
    cursor: pointer;
}

.label-gojil2,
.badge-gojil2 {
    background-color: #CBCBCB;
    font-size: 14px;
    padding: 6px 12px 6px 12px;
}

.btn-group {
    display: none;
}

.btn-gojil {
    color: #fff;
    background-color: #01346B;
    background-image: none;
    background-repeat: repeat-x;
    display: inline-block;
    padding: 6px 14px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    border-radius: 4px;
    border: none;
    text-shadow: none;
}

.btn-gojil:hover,
.btn-gojil:active,
.btn-gojil:focus {
    color: #fff;
    background-image: none;
    background-repeat: repeat-x;
    display: inline-block;
    padding: 6px 14px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    border-radius: 4px;
    border: none;
    background-color: #024792;
    text-decoration: none;
}

.btn-gojil:hover {
    transition: background-color 0.5s ease;
}

.btn-gojil-big {
    color: #fff;
    background-color: #01346B;
    background-image: none;
    background-repeat: repeat-x;
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    border-radius: 4px;
    border: none;
    text-shadow: none;
    font-size: 22px;
}

.btn-gojil-big:hover,
.btn-gojil-big:active,
.btn-gojil-big:focus {
    color: #fff;
    background-image: none;
    background-repeat: repeat-x;
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    border-radius: 4px;
    border: none;
    background-color: #024792;
    font-size: 22px;
    text-decoration: none;
    cursor: pointer;
    text-decoration: none;
}

.btn-gojil-big:hover {
    transition: background-color 0.5s ease;
}

.btn-gojil-lg {
    color: #fff;
    background-color: #01346B;
    background-image: none;
    background-repeat: repeat-x;
    display: inline-block;
    padding: 10px 18px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    border-radius: 4px;
    border: none;
    text-shadow: none;
}

.btn-gojil-lg:hover,
.btn-gojil-lg:active,
.btn-gojil-lg:focus {
    background-color: #024792;
    text-decoration: none;
}

.btn-gojil-lg:hover {
    transition: background-color 0.5s ease;
}

ul.autocompleter-choices {
    font-size: 13px;
}

#spoiler {
    margin: 40px 0 40px 0;
    text-align: center;
}

#spoilerpic {
    -moz-box-shadow: 0px 0px 10px #888;
    -webkit-box-shadow: 0px 0px 10px #888;
    box-shadow: 0px 0px 10px #888;
}

#spoiler.hero-unit {
    padding: 0;
}

#sponsors {
    text-align: right;
}

#sponsors ul {
    margin: 0;
}

#sponsors ul li img {
    margin: 0 0 10px 0;
    padding: 0;
}

#people ul li {
    list-style-type: none;
    margin-bottom: 12px;
}

#people2 ul li {
    list-style-type: none;
    margin-bottom: 12px;
}

.breadcrumb {
    background-color: transparent;
}

#buttons {
    padding: 10px 0 0 20px;
    float: right;
}

#pic {
    padding: 0px 40px 20px 0;
}

#pic a.spotlight {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#participate {
    color: #666;
}

#login {
    color: #666;
}

#all {
    background-color: #01346B;
    border: 10px solid #01346B;
    border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#content {
    padding: 20px;
}

#toparea {
    background-color: #FFF;
    margin: 0;
}

#main {
    background-color: #FFF;
}

#breadcrumbs {
    margin: 0;
}

ul.breadcrumb {
    margin-bottom: 0;
}

#general-call ul li {
    margin-top: 14px;
}

#general-call ul {
    margin: 30px 0 30px 50px;
}

#iiel {
    padding-top: 40px;
}

#issue {
    padding-top: 60px;
}

#topic,
#winner,
#title {
    padding: 5px 0 5px 0;
}

#topic,
#winner {
    border-bottom: 1px solid #ddd;
}

.act-wrap {
    padding: 0 30px 0 30px;
}

.sch-conf {
    margin-bottom: 40px;
}

#sch-type,
#sch-topic,
#sch-issue {
    padding: 6px 0 6px 0;
}

#releases {
    padding: 20px;
    text-align: left;
}

#release-download {
    padding-top: 60px;
}

#release-row1,
#release-row2,
#release-row3 {
    margin-top: 40px;
}

#release-row3 {
    margin-bottom: 30px;
}

#eic {
    text-align: left;
}

#eic-row1,
#eic-row2,
#eic-row3 {
    border-bottom: 1px solid #ddd;
    padding: 5px 0 5px 0;
}

#eic-head,
#eic-names1,
#eic-names2,
#eic-names3 {
    text-align: center;
}

#me,
#me-head {
    text-align: center;
}

#me {
    margin-top: 50px;
}

#me-row1,
#me-row2,
#me-row3 {
    border-bottom: 1px solid #ddd;
    padding: 5px 0 5px 0;
}

.editorsRowBorderBottom {
    border-bottom: 1px solid #ddd;
    padding: 5px 0 5px 0;
}

#editors {
    margin-top: 50px;
}

#nsb {
    text-align: center;
    margin-top: 50px;
}

#nsb-row1,
#nsb-row2,
#nsb-row3,
#nsb-row4,
#nsb-row5,
#nsb-row6,
#nsb-row7,
#nsb-row8 {
    border-bottom: 1px solid #ddd;
    padding: 5px 0 5px 0;
}

#namedir a {
    padding: 0px 7px 0px 7px;
}

#namedir a:link {
    font-weight: normal;
    color: #333;
    text-decoration: none;
}

#namedir a:visited {
    font-weight: normal;
    color: #333;
    text-decoration: none;
}

#namedir a:focus {
    font-weight: normal;
    color: #333;
    text-decoration: none;
}

#namedir a:hover {
    font-weight: normal;
    color: #333;
    text-decoration: underline;
    text-shadow: none;
}

#namedir a:active {
    font-weight: normal;
    color: #333;
    text-decoration: underline;
    text-shadow: none;
}

#namedir ul li {
    display: inline;
    padding: 1px 3px 1px 3px;
}

#namedir ul {
    margin: 0;
}

#namedir ul li.active a {
    color: #01346B;
    background-color: #fff;
}


/* SMART-SEARCH */

#search-form,
#mod-finder-searchword,
.finder {
    font-family: Corbel;
    color: #333;
}

#search-form {
    padding-top: 30px;
}

#search-form label {
    display: none;
}

#search-form button {
    background-image: none;
    background-color: #01346B;
    border-color: transparent;
    text-shadow: none;
    box-shadow: none;
    margin-left: 10px;
}

#search-form button:link {
    background-color: #01346B;
}

#search-form button:visited {
    background-color: #01346B;
}

#search-form button:hover {
    background-color: #024792;
}

#search-form button:active {
    background-color: #024792;
}

#search-form button:focus {
    background-color: #024792;
}

#q {
    width: 50%;
}

/* /SMART-SEARCH */


/* MEGAMENU */
/* remove border */
#jux_memamenu132 #js-mainnav.megamenu {
    border: 0;
}

/* set background color to gojil blue (#01346B) */
#js-mainnav {
    background: none;
    background-color: #01346B;
    color: #fff;
}

/* set font family and font size */
.megamenu,
.js-megamenu ul.level1,
.js-megamenu .level1 .group {
    font-family: Corbel !important;
    font-size: 15px !important;
}

/* set background color and font color of dropdown menu */
#js-mainnav .childcontent-inner {
    background-color: #01346B;
    color: #fff;
}

#js-mainnav .childcontent-inner {
    background-color: #01346B;
    color: #fff;
}

/* set right border in level 0 */
.submenu-align-auto {
    border-right: 1px solid #032A54;
}

#js-mainnav span.megacss,
#js-mainnav a.megacss,
#js-mainnav .megaMenuToggle {
    color: #fff;
	ont-family: Corbel !important;
    font-size: 15px !important;
    padding: 10px 5px 12px 6px;
}

/* Hover colors for level 0 */
#megamenucss ul.level0>li.megacss:hover>a.megacss,
#megamenucss ul.level0 li.active {
    background: #032A54 !important;
    color: #fff !important;
}

/* Hover colors for level 1 */
#js-mainnav ul.level1 li:hover,
#js-mainnav ul.level1 li.over,
#js-mainnav li.haschild-over {
    background-color: #032A54 !important;
}

/* border for level 1 */
#megamenucss #js-mainnav.megamenu ul.level1 li.megacss span.megacss,
#megamenucss #js-mainnav.megamenu ul.level1 li.megacss a.megacss {
    border-bottom: 1px solid #032A54;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 100%;
}

/* /MEGA MENU */

#topmenu {
    text-align: right;
}

#topmenu li {
    display: inline;
    width: 100%;
    margin-left: 30px;
}

#topmenu ul {
    padding-right: 10px;
}

#topmenu a:link {
    font-weight: normal;
    color: #666;
    text-decoration: none;
}

#topmenu a:visited {
    font-weight: normal;
    color: #666;
    text-decoration: none;
}

#topmenu a:focus {
    font-weight: normal;
    color: #666;
    text-decoration: none;
    text-decoration: underline;
    background-color: transparent;
}

#topmenu a:hover {
    font-weight: normal;
    color: #666;
    text-decoration: none;
    text-decoration: underline;
    background-color: transparent;
}

#topmenu a:active {
    font-weight: normal;
    color: #666;
    text-decoration: none;
}

#sidebar-menu {
    opacity: 0.5;
    right: 0;
    position: fixed;
    top: 230px;
    z-index: 5;
    background-color: #01346B;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#sidebar-menu ul {
    margin: 4px 12px 4px 16px;
    width: 94px;
}

#sidebar-menu ul li {
    padding: 6px 0px 6px 0px;
    border-bottom: 1px solid #CECECE;
}

#sidebar-menu ul li:last-child {
    border: none;
}

#sidebar-menu:hover {
    opacity: 1;
}

#sidebar-menu a:link {
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

#sidebar-menu a:visited {
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

#sidebar-menu a:focus {
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    text-decoration: underline;
    background-color: transparent;
}

#sidebar-menu a:hover {
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    text-decoration: underline;
    background-color: transparent;
}

#sidebar-menu a:active {
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

#sidebar-menu h3 {
    font-size: 16px;
    padding: 4px;
    color: #CCC;
}

.nav>li>a {
    display: inline;
}

footer {
    padding: 20px;
}

#footer-menu ul li {
    display: inline;
}

#footer-menu a:focus {
    background-color: transparent;
    text-decoration: underline;
}

#footer-menu a:hover {
    background-color: transparent;
    text-decoration: underline;
}

#footer-menu h3 {
    font-size: 16px;
    padding: 4px;
    color: #CCC;
}

#slogan {
    margin: 0;
    padding: 40px 0 0 0;
    font-family: Corbel;
    font-size: 34px;
    color: #4B4C4D;
    line-height: 42px;
    text-align: left;
    letter-spacing: 1px;
}

#logo {
    margin: 12px 0 0 0;
    padding: 0;
}

#logo.span2 div.custom p {
    margin: 0;
    padding: 0;
}

#gojilletter {
    padding: 0 0 0 0;
    font-family: Corbel-bold;
    font-size: 100px;
    color: #01346B;
    letter-spacing: 2px;
}

#separator {
    border-left: 2px solid #7F7F82;
    font-family: Corbel;
    margin-top: 28px;
    height: auto;
    padding: 0 0 20px 0;
}

.wk-slideshow-tabsbar .slides>li>article {
    padding: 0;
}

.wk-slideshow-tabs .nav li.active {
    background-color: #01346B;
    color: #FAFAFA;
}

.wk-slideshow-tabs .nav li {
    text-shadow: none;
}

.wk-slideshow-tabs {}

.wk-slideshow-tabsbar {
    padding: 0;
}

.wk-slideshow-tabsbar li.active {
    border-top-left-radius: 5px;
    background-color: #01346B;
    color: #fff;
    text-shadow: none;
}

.wk-slideshow-tabsbar .nav li.active {
    padding-bottom: 1px;
    background-color: #01346B;
}

.wk-accordion-default .toggler {
    background-color: #01346B;
    border: none;
    background-image: none;
    color: #fff;
    text-shadow: none;
    padding: 0px 0 2px 26px;
    height: 30px;
    line-height: 32px;
}

h3.toggler {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.wk-accordion-default {
    padding: 20px;
    border: 1px solid #ddd;
}

#breadcrumbs {
    padding: 30px 0 0 40px;
}

#homelink {
    text-align: right;
    font-size: 14px;
}

.homelink {
    text-align: right;
    font-size: 14px;
}

#italicword {
    padding-left: 30px;
    font-style: italic;
}

.italicword {
    padding-left: 30px;
    font-style: italic;
}

#homeline {
    border-bottom: 1px solid #bfbdbd;
}

.homeline {
    border-bottom: 1px solid #bfbdbd;
}

#homepar {
    margin-top: 20px;
}

.homepar {
    margin-top: 20px;
}

select.names {
    margin: 0 10px 0 0;
}

.tab-wrap {
    padding: 20px;
}

table.former-members tbody tr td {
    width: 20px;
}

table.former-members tbody tr td,
table.former-members thead tr th {
    text-align: center;
}

table.former-members:nth-child(3) {
    width: 32%;
}

.table-hover tbody tr td {
    width: 300px;
}

table#former-members tbody tr td {
    width: 20px;
}

table#former-members tbody tr td,
table#former-members thead tr th {
    text-align: center;
}

#table-hover tbody tr td {
    width: 300px;
}

select {
    width: 240px;
}

.wk-slideshow-tabsbar .nav span {
    padding: 7px 14px 5px 14px;
}

.formResponsive .rsformProgressContainer .rsformProgressBar {
    background-color: #01346B;
    background-image: none;
}

.formResponsive textarea,
.formResponsive input[type="text"],
.formResponsive input[type="password"] {
    width: 100%;
}

.formResponsive textarea {
    height: 300px;
}


/* RSFORM ---------------------------------------------------- */

input[type="radio"],
input[type="checkbox"] {
    line-height: normal;
    margin: 0;
    margin-right: 6px;
}

label {
    font-size: 16px;
}

.rsform-block {
    padding: 10px 0;
}

#addauthor1,
#addauthor21,
#addauthor31,
#addauthor41 {
    margin-left: 50px;
}

label.control-label.formControlLabel.hasTooltip {
    text-align: left;
}

.formResponsive .formHorizontal .formControlLabel {
    float: left;
}

.button-right {
    text-align: right;
}

.formResponsive select,
.formResponsive textarea,
.formResponsive input[type="text"],
.formResponsive input[type="number"],
.formResponsive input[type="email"],
.formResponsive input[type="tel"],
.formResponsive input[type="url"],
.formResponsive input[type="password"] {
    font-size: 14px;
}

formResponsive .formHorizontal .formControlLabel {
    float: left;
    text-align: left;
}

.formControlLabel {
    text-align: left;
}

label {
    display: inline;
}

.rsform-checkbox {
    padding-right: 10px;
}

input[type="checkbox"] {
    margin: 0;
    margin-right: 10px;
}

.formResponsive .formHorizontal .formControls {
    margin-left: 0;
}


/* /RSFORM ---------------------------------------------------- */

input#captchaTxt41.rsform-captcha-box {
    margin-top: 10px;
}

div.marginTopMedium.row-fluid div.span3 a:link {
    text-decoration: none;
}

div.marginTopMedium.row-fluid div.span3 a:hover,
div.marginTopMedium.row-fluid div.span3 a:focus,
div.marginTopMedium.row-fluid div.span3 a:active {
    text-decoration: none;
}

.icon-refresh {
    color: #01346b;
    font-size: 16px;
}

#submission-ajax-loader {
    display: none;
}

.bold {
    font-weight: bold;
}

.formRed {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
    border-radius: 4px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

p.formDescription {
    display: none;
}

div.marginTopMedium.row-fluid {
    margin-top: 30px;
}

div.marginTopSmall.row-fluid {
    margin-top: 10px;
}

tr#result_table {
    border-bottom: 1px solid #bfbdbd;
    border-top: 1px solid #bfbdbd;
}

tr.sectiontableentry1,
tr.sectiontableentry2 {
    border-bottom: 1px dotted #bfbdbd;
}


/* RSFORM Bootstrap 2 overrides */

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    float: none;
}

#comments {
    width: 98%;
}


/* RSFORM BUTTONS responsive CSS overwrites */

.formRequired {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #f00;
    float: none;
    font-weight: bold;
    vertical-align: top;
}

#page1Next,
#page2Next,
#page3Next,
#submit {
    color: #fff;
    background-color: #01346B;
    -moz-user-select: none;
    background-image: none;
    border: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 10px 18px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    box-shadow: none;
    margin-left: 36.7521%;
    width: 31.6239%;
}

#page1Next:link,
#page2Next:link,
#page3Next:link,
#submit:link {
    color: #fff;
    background-color: #01346B;
    border: none;
    border: 1px solid #01346B;
    box-shadow: none;
}

#page1Next:hover,
#page2Next:hover,
#page3Next:hover,
#submit:hover {
    color: #fff;
    background-color: #024691;
    border: none;
    border: 1px solid #01346B;
    box-shadow: none;
}

#page1Next:active,
#page2Next:active,
#page3Next:active,
#submit:active {
    color: #fff;
    background-color: #01346B;
    border: none;
    border: 1px solid #01346B;
    box-shadow: none;
}

#page1Next:focus,
#page2Next:focus,
#page3Next:focus,
#submit:focus {
    background-color: #024792;
    border: 1px solid #024792;
    color: #fff;
    box-shadow: none;
}

#page2Prev,
#page3Prev,
#page4Prev,
#submitPrev {
    background-color: #F7F7F7;
    color: #333;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 10px 18px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border-color: #ccc;
    text-shadow: none;
    width: 31.6239%;
}

#page2Prev:hover,
#page3Prev:hover,
#page4Prev:hover,
#submitPrev:hover {
    background-color: #EDEDED;
    color: #333;
    border-color: #ccc;
}

#page2Prev:active,
#page3Prev:active,
#page4Prev:active,
#submitPrev:active {
    background-color: #EDEDED;
    color: #333;
    border-color: #ccc;
}

#page2Prev:focus,
#page3Prev:focus,
#page4Prev:focus,
#submitPrev:focus {
    background-color: #EDEDED;
    color: #333;
    border-color: #ccc;
}

/* /RSFORM BUTTONS */


/* /RSFORM */


/* CONTACT FORM */

#userForm #submit {
    width: 100%;
    margin-left: 0;
    float: right;
}

@media (min-width:1200px) {
    #gojilletter {
        margin-top: 74px;
    }

    #topmenu {
        display: none;
    }
}

@media (min-width:980px) and (max-width:1200px) {
    #gojilletter {
        margin: 74px 0 0 10px;
    }

    #sidebar-menu {
        display: none;
    }

    a#gototop {
        display: none;
    }

    .hiddenphone {
        display: none !important;
    }

    #topContainer {
        display: none;
    }
}

@media (min-width:768px) and (max-width:979px) {
    #gojilletter {
        margin: 74px 20px 0 10px;
        padding: 10px 0 0 0;
    }

    #sidebar-menu {
        display: none;
    }

    #release-download {
        text-align: left;
    }

    a#gototop {
        display: none;
    }

    #arch-2013-row1 {
        text-align: left;
    }

    #arch-2013-row2 {
        text-align: left;
    }

    .hiddenphone {
        display: none !important;
    }

    #topContainer {
        display: none;
    }
}

@media (max-width:767px) {
    #separator {
        display: none;
    }

    #logo {
        display: none;
    }

    #gojilletter {
        margin: 40px 0 0 10px;
        padding: 10px 0 0 0;
        letter-spacing: 1px;
    }

    #slogan {
        font-family: Corbel;
        margin: 0px 0 0 14px;
        padding: 14px 10px 0 0;
    }

    #sidebar-menu {
        display: none;
    }

    .hero-unit {
        padding: 10px;
    }

    #release-download {
        text-align: left;
    }

    #main-menu a:link {
        font-weight: bold;
        color: #fff;
        text-decoration: none;
    }

    #main-menu a:visited {
        font-weight: bold;
        color: #fff;
        text-decoration: none;
    }

    #main-menu a:focus {
        font-weight: bold;
        color: #fff;
        text-decoration: none;
    }

    #main-menu a:hover {
        font-weight: bold;
        color: #01346B;
        text-decoration: none;
        background-color: #FFF;
        text-shadow: none;
    }

    #main-menu a:active {
        font-weight: bold;
        color: #01346B;
        text-decoration: none;
        background-color: #FFF;
        text-shadow: none;
    }

    #topmenu ul li {
        display: block;
        width: 100%;
        padding: 4px 0 4px 12px;
        margin: 0;
    }

    #topmenu ul {}

    #topmenu {
        text-align: left;
    }

    a#gototop {
        display: none;
    }

    .mijosearch_pagination {
        margin-bottom: 100px;
    }

    #arch-2013-row1 {
        text-align: left;
    }

    #arch-2013-row2 {
        text-align: left;
    }

    .hiddenphone {
        display: none !important;
    }

    #topContainer {
        display: none;
    }

    ;
}

@media (max-width:480px) {
    #breadcrumbs {
        display: none;
    }

    #separator {
        display: none;
    }

    #logo {
        display: none;
    }

    #gojilletter {
        margin: 40px 0 0 10px;
        padding: 10px 0 0 0;
    }

    #slogan {
        font-family: Corbel;
        margin: 0px 0 0 14px;
        padding: 14px 10px 0 0;
    }

    #sidebar-menu {
        display: none;
    }

    .hero-unit {
        padding: 6px;
    }

    #release-download {
        text-align: left;
    }

    #js-mainnav.megamenu.blue ul.level1 {
        padding-left: 20px;
    }

    #main-menu a:link {
        font-weight: bold;
        color: #fff;
        text-decoration: none;
    }

    #main-menu a:visited {
        font-weight: bold;
        color: #fff;
        text-decoration: none;
    }

    #main-menu a:focus {
        font-weight: bold;
        color: #fff;
        text-decoration: none;
    }

    #main-menu a:hover {
        font-weight: bold;
        color: #01346B;
        text-decoration: none;
        background-color: #FFF;
        text-shadow: none;
    }

    #main-menu a:active {
        font-weight: bold;
        color: #01346B;
        text-decoration: none;
        background-color: #FFF;
        text-shadow: none;
    }

    #topmenu ul li {
        display: block;
        width: 100%;
        padding: 4px 0 4px 12px;
        margin: 0;
    }

    #topmenu ul {}

    #topmenu {
        text-align: left;
    }

    a#gototop {
        display: none;
    }

    #arch-2013-row1 {
        text-align: left;
    }

    #arch-2013-row2 {
        text-align: left;
    }

    .hiddenphone {
        display: none !important;
    }

    #topContainer {
        display: none;
    }
}

.newsletterForm {
    display: none;
}

#gooseGirlTooltip {
    display: none;
    background-color: #fff;
    color: #fff;
    padding: 10px 30px;
    position: relative;
    border-radius: 6px;
    font-size: 14px;
    margin-top: 5px;
    background: rgba(1, 52, 107, 1);
}

.gooseGirlTooltipArrow {
    border-style: solid;
    border-top-color: #01346b;
    border-width: 9px 9px 0;
    height: 0;
    position: absolute;
    top: 40px;
    left: 74px;
    width: 0;
    color: transparent;
}

#topContainer {
    min-height: 90px;
}

.submitHereVisibleArea {
    display: block;
}

i.icon-download {
    margin-top: 7px;
}

.wk-accordion-default .content {
    padding: 0 10px 10px 10px;
}

.arch-headline {
    border-bottom: 1px solid #cecece;
    font-weight: bold;
    padding: 10px;
}

.pre-published-article {
    font-size: 34px;
    margin-bottom: 0;
}

.gray-bg {
    background-color: #f4f4f4;
    padding-left: 14px;
}

.arch-row {
    padding-left: 14px;
}

.form-actions {
    background-color: transparent;
    border: none;
}

.progress .bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #01346b;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width .6s ease;
    -moz-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

#ff_elem1,
#ff_elem1012,
#ff_elem75 {
    margin-left: 20px !important;
}

#ff_elem857 {
    background-color: #01346b;
    color: #ffffff;
    font-family: corbel;
    padding: 10px;
    border-radius: 4px;
}

html textarea,
html input {
    font-family: Corbel;
}

span.rightplus {
    float: right;
    padding: 0 20px 0 0;
}

@media (max-width:768px) {
    #footer-menu {
        text-align: center;
    }

    #login {
        text-align: center;
    }

    #copy {
        text-align: center;
    }
}

@media print {

    #topmenu,
    #main-menu,
    #sidebar,
    img,
    a {
        display: none !important;
    }

    #all {
        border: none !important;
    }
}
