#autocomplete {
    border: 1px solid;
    overflow: hidden;
    position: absolute;
    z-index: 100;
}

#autocomplete ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

#autocomplete li {
    background: #fff;
    color: #000;
    cursor: default;
    white-space: pre;
    zoom: 1;
}

html.js input.form-autocomplete {
    background-image: url(/misc/throbber-inactive.png);
    background-position: 100% center;
    background-repeat: no-repeat;
}

html.js input.throbbing {
    background-image: url(/misc/throbber-active.gif);
    background-position: 100% center;
}

html.js fieldset.collapsed {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    height: 1em;
}

html.js fieldset.collapsed .fieldset-wrapper {
    display: none;
}

fieldset.collapsible {
    position: relative;
}

fieldset.collapsible .fieldset-legend {
    display: block;
}

.form-textarea-wrapper textarea {
    display: block;
    margin: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.resizable-textarea .grippie {
    background: #eee url(/misc/grippie.png) no-repeat center 2px;
    border: 1px solid #ddd;
    border-top-width: 0;
    cursor: s-resize;
    height: 9px;
    overflow: hidden;
}

body.drag {
    cursor: move;
}

.draggable a.tabledrag-handle {
    cursor: move;
    float: left;
    height: 1.7em;
    margin-left: -1em;
    overflow: hidden;
    text-decoration: none;
}

a.tabledrag-handle:hover {
    text-decoration: none;
}

a.tabledrag-handle .handle {
    background: url(/misc/draggable.png) no-repeat 6px 9px;
    height: 13px;
    margin: -0.4em 0.5em;
    padding: 0.42em 0.5em;
    width: 13px;
}

a.tabledrag-handle-hover .handle {
    background-position: 6px -11px;
}

div.indentation {
    float: left;
    height: 1.7em;
    margin: -0.4em 0.2em -0.4em -0.4em;
    padding: 0.42em 0 0.42em 0.6em;
    width: 20px;
}

div.tree-child {
    background: url(/misc/tree.png) no-repeat 11px center;
}

div.tree-child-last {
    background: url(/misc/tree-bottom.png) no-repeat 11px center;
}

div.tree-child-horizontal {
    background: url(/misc/tree.png) no-repeat -11px center;
}

.tabledrag-toggle-weight-wrapper {
    text-align: right;
}

table.sticky-header {
    background-color: #fff;
    margin-top: 0;
}

.progress .bar {
    background-color: #fff;
    border: 1px solid;
}

.progress .filled {
    background-color: #000;
    height: 1.5em;
    width: 5px;
}

.progress .percentage {
    float: right;
}

.ajax-progress {
    display: inline-block;
}

.ajax-progress .throbber {
    background: transparent url(/misc/throbber-active.gif) no-repeat 0px center;
    float: left;
    height: 15px;
    margin: 2px;
    width: 15px;
}

.ajax-progress .message {
    padding-left: 20px;
}

tr .ajax-progress .throbber {
    margin: 0 2px;
}

.ajax-progress-bar {
    width: 16em;
}

.container-inline div,
.container-inline label {
    display: inline;
}

.container-inline .fieldset-wrapper {
    display: block;
}

.nowrap {
    white-space: nowrap;
}

html.js .js-hide {
    display: none;
}

.element-hidden {
    display: none;
}

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

*:first-child + html .clearfix {
    min-height: 1%;
}

.calendar-calendar tr.odd,
.calendar-calendar tr.even {
    background-color: #fff;
}

.calendar-calendar table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.calendar-calendar .month-view table {
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.calendar-calendar .year-view td {
    width: 32%;
    padding: 1px;
    border: none;
}

.calendar-calendar .year-view td table td {
    width: 13%;
    padding: 0;
}

.calendar-calendar tr {
    padding: 0;
    margin: 0;
    background-color: white;
}

.calendar-calendar th {
    text-align: center;
    margin: 0;
}

.calendar-calendar th a {
    font-weight: bold;
}

.calendar-calendar td {
    width: 14%;
    border: 1px solid #ccc;
    color: #777;
    text-align: right;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.calendar-calendar .mini {
    border: none;
}

.calendar-calendar td.week {
    width: 1%;
    min-width: 1%;
}

.calendar-calendar .week {
    clear: both;
    font-style: normal;
    color: #555;
    font-size: 0.8em;
}

.calendar-calendar .inner {
    height: auto !important;
    height: 5em;
    padding: 0;
    margin: 0;
}

.calendar-calendar .inner div {
    padding: 0;
    margin: 0;
}

.calendar-calendar .inner p {
    padding: 0 0 .8em 0;
    margin: 0;
}

.calendar-calendar td a {
    font-weight: bold;
    text-decoration: none;
}

.calendar-calendar td a:hover {
    text-decoration: underline;
}

.calendar-calendar td.year,
.calendar-calendar td.month {
    text-align: center;
}

.calendar-calendar th.days {
    color: #ccc;
    background-color: #224;
    text-align: center;
    padding: 1px;
    margin: 0;
}

.calendar-calendar div.day {
    float: right;
    text-align: center;
    padding: 0.125em 0.25em 0 0.25em;
    margin: 0;
    background-color: #f3f3f3;
    border: 1px solid gray;
    border-width: 0 0 1px 1px;
    clear: both;
    width: 1.5em;
}

.calendar-calendar div.calendar {
    background-color: #fff;
    border: solid 1px #ddd;
    text-align: left;
    margin: 0 .25em .25em 0;
    width: 96%;
    float: right;
    clear: both;
}

.calendar-calendar .day-view div.calendar {
    float: none;
    width: 98%;
    margin: 1% 1% 0 1%;
}

.calendar-calendar div.title {
    font-size: .8em;
    text-align: center;
}

.calendar-calendar div.title a {
    color: #000;
}

.calendar-calendar div.title a:hover {
    color: #c00;
}

.calendar-calendar .content {
    clear: both;
    padding: 3px;
    padding-left: 5px;
}

.calendar div.form-item {
    white-space: normal;
}

table td.mini,
table th.mini,
table.mini td.week {
    padding: 0 1px 0 0;
    margin: 0;
}

table td.mini a {
    font-weight: normal;
}

.calendar-calendar .mini-day-off {
    padding: 0px;
}

.calendar-calendar .mini-day-on {
    padding: 0px;
}

table .mini-day-on a {
    text-decoration: underline;
}

.calendar-calendar .mini .title {
    font-size: .8em;
}

.mini .calendar-calendar .week {
    font-size: .7em;
}

.mini-row {
    width: 100%;
    border: none;
}

.mini {
    width: 32%;
    vertical-align: top;
}

.calendar-calendar .stripe {
    height: 5px;
    width: auto;
    font-size: 1px !important;
    line-height: 1px !important;
}

.calendar-calendar .day-view .stripe {
    width: 100%;
}

table.calendar-legend {
    background-color: #ccc;
    width: 100%;
    margin: 0;
    padding: 0;
}

table.calendar-legend tr.odd .stripe,
table.calendar-legend tr.even .stripe {
    height: 12px !important;
    font-size: 9px !important;
    line-height: 10px !important;
}

.calendar-legend td {
    text-align: left;
    padding-left: 5px;
}

.calendar-empty {
    font-size: 1px;
    line-height: 1px;
}

.calendar-calendar td.calendar-agenda-hour {
    text-align: right;
    border: none;
    border-top: 1px solid #CCCCCC;
    padding-top: .25em;
    width: 1%;
}

.calendar-calendar td.calendar-agenda-no-hours {
    min-width: 1%;
}

.calendar-calendar td.calendar-agenda-hour .calendar-hour {
    font-size: 1.2em;
    font-weight: bold;
}

.calendar-calendar td.calendar-agenda-hour .calendar-ampm {
    font-size: 1em;
}

.calendar-calendar td.calendar-agenda-items {
    border: 1px solid #CCCCCC;
    text-align: left;
}

.calendar-calendar td.calendar-agenda-items div.calendar {
    width: auto;
    padding: .25em;
    margin: 0;
}

.calendar-calendar div.calendar div.inner .calendar-agenda-empty {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 1em 0;
    background-color: #fff;
}

.calendar-date-select form {
    text-align: right;
    float: right;
    width: 25%;
}

.calendar-date-select div,
.calendar-date-select input,
.calendar-date-select label {
    text-align: right;
    padding: 0;
    margin: 0;
    float: right;
    clear: both;
}

.calendar-date-select .description {
    float: right;
}

.calendar-label {
    font-weight: bold;
    display: block;
    clear: both;
}

.calendar-calendar div.date-nav {
    background-color: #ccc;
    color: #777;
    padding: 0.2em;
    width: auto;
    border: 1px solid #ccc;
}

.calendar-calendar div.date-nav a,
.calendar-calendar div.date-nav h3 {
    color: #777;
    text-decoration: none;
}

.calendar-calendar th.days {
    background-color: #eee;
    color: #777;
    font-weight: bold;
    border: 1px solid #ccc;
}

.calendar-calendar td.empty {
    background: #ccc;
    border-color: #ccc;
    color: #cc9;
}

.calendar-calendar table.mini td.empty {
    background: #fff;
    border-color: #fff;
}

.calendar-calendar td div.day {
    border: 1px solid #ccc;
    border-top: none;
    border-right: none;
    margin-bottom: 2px;
}

.calendar-calendar td .inner div,
.calendar-calendar td .inner div a {
    background: #eee;
}

.calendar-calendar div.calendar {
    border: none;
    font-size: x-small;
}

.calendar-calendar td .inner div.calendar div,
.calendar-calendar td .inner div.calendar div a {
    border: none;
    background: #ffc;
    padding: 0;
}

.calendar-calendar td .inner div.calendar div.calendar-more,
.calendar-calendar td .inner div.calendar div.calendar-more a {
    color: #444;
    background: #fff;
    text-align: right;
}

.calendar-calendar td .inner .view-field,
.calendar-calendar td .inner .view-field a {
    color: #444;
    font-weight: normal;
}

.calendar-calendar td span.date-display-single,
.calendar-calendar td span.date-display-start,
.calendar-calendar td span.date-display-end,
.calendar-calendar td span.date-display-separator {
    font-weight: bold;
}

.calendar-calendar td .inner div.day a {
    color: #4b85ac;
}

.calendar-calendar tr td.today,
.calendar-calendar tr.odd td.today,
.calendar-calendar tr.even td.today {
    background-color: #C3D6E4;
}

.calendar-calendar td .inner div.calendar div div.view-data-node-data-field-date-field-date-value {}

.calendar-calendar td.past {}

.calendar-calendar td.future {}

.calendar-calendar td.has-events {}

.calendar-calendar td.has-no-events {}

.calendar-calendar tbody {
    border-top: none;
}

.calendar-calendar .month-view .full .inner,
.calendar-calendar .week-view .full .multi-day .inner {
    height: auto;
    min-height: auto;
}

.calendar-calendar .week-view .full .calendar-agenda-hour .calendar-calendar .month-view .full .single-day .inner .view-item {
    float: left;
    width: 100%;
}

.calendar-calendar .week-view .full .calendar-agenda-hour,
.calendar-calendar .day-view .full .calendar-agenda-hour {
    padding-right: 2px;
}

.calendar-calendar .week-view .full .calendar-agenda-hour {
    width: 6%;
    min-width: 0px;
}

.calendar-calendar .week-view .full .days {
    width: 13%;
}

.calendar-calendar .month-view .full div.calendar,
.calendar-calendar .week-view .full div.calendar,
.calendar-calendar .day-view div.calendar {
    width: auto;
}

.calendar-calendar .month-view .full tr.date-box,
.calendar-calendar .month-view .full tr.date-box td,
.calendar-calendar .month-view .full tr.multi-day,
.calendar-calendar .month-view .full tr.multi-day td {
    height: 19px;
    max-height: 19px;
}

.calendar-calendar .month-view .full tr.single-day .no-entry,
.calendar-calendar .month-view .full tr.single-day .no-entry .inner {
    height: 44px !important;
    line-height: 44px;
}

.calendar-calendar .month-view .full tr.single-day .noentry-multi-day,
.calendar-calendar .month-view .full tr.single-day .noentry-multi-day .inner {
    height: 22px !important;
    line-height: 22px;
}

.calendar-calendar .month-view .full td,
.calendar-calendar .week-view .full td,
.calendar-calendar .day-view td {
    vertical-align: top;
    padding: 1px 2px 0 2px
}

.calendar-calendar .month-view .full td.date-box {
    height: 1%;
    border-bottom: 0px;
    padding-bottom: 2px;
}

.calendar-calendar .month-view .full .week {
    font-size: inherit;
}

.calendar-calendar .month-view .full .week a,
.calendar-calendar .week-view .full .week a {
    color: #4b85ac;
}

.calendar-calendar .month-view .full td .inner div.day,
.calendar-calendar .month-view .full td .inner div.day a {
    border: none;
    background: none;
    margin-bottom: 0px;
}

.calendar-calendar .month-view .full td.date-box .inner,
.calendar-calendar .week-view .full td.date-box .inner {
    min-height: inherit;
}

.calendar-calendar .month-view .full td.multi-day,
.calendar-calendar .week-view .full td.multi-day {
    border-top: 0px;
    border-bottom: 0px;
}

.calendar-calendar .week-view .full .first td.multi-day {
    border-top: 1px solid #CCCCCC;
}

.calendar-calendar .month-view .full td.single-day {
    border-top: 0px;
}

.calendar-calendar .month-view .full td.multi-day .inner,
.calendar-calendar .week-view .full td.multi-day .inner,
.calendar-calendar .day-view .full td.multi-day .inner {
    min-height: inherit;
    width: auto;
    position: relative;
}

.calendar-calendar .month-view .full td.multi-day.no-entry {
    min-height: 0px;
}

.calendar-calendar .month-view .full td.single-day .calendar-empty,
.calendar-calendar .month-view .full td.single-day.empty,
.calendar-calendar .month-view .full td.date-box.empty {
    background: #F4F4F4;
}

.calendar-calendar .month-view .full td.single-day .inner div,
.calendar-calendar .month-view .full td.single-day .inner div a,
.calendar-calendar .month-view .full td.multi-day .inner div,
.calendar-calendar .month-view .full td.multi-day .inner div a,
.calendar-calendar .month-view .full td .inner div.calendar.monthview div,
.calendar-calendar .month-view .full td .inner div.calendar.monthview div a,
.calendar-calendar .week-view .full td.single-day .inner div,
.calendar-calendar .week-view .full td.single-day .inner div a,
.calendar-calendar .week-view .full td.multi-day .inner div,
.calendar-calendar .week-view .full td.multi-day .inner div a,
.calendar-calendar .week-view .full td .inner div.calendar.weekview div,
.calendar-calendar .week-view .full td .inner div.calendar.weekview div a,
.calendar-calendar .day-view .full td .inner div.view-item,
.calendar-calendar .day-view .full td .inner div.calendar div,
.calendar-calendar .day-view .full td .inner div.calendar div a {
    background: none;
}

.calendar-calendar .day-view .full td .inner div.calendar div,
.calendar-calendar .day-view .full td .inner div.calendar div a {
    margin: 0px 3px;
}

.calendar-calendar .day-view .full td .inner div.calendar div.stripe {
    margin: 0px;
}

.calendar-calendar .month-view .full tr td.today,
.calendar-calendar .month-view .full tr.odd td.today,
.calendar-calendar .month-view .full tr.even td.today {
    background: none;
    border-left: 2px solid #7C7F12;
    border-right: 2px solid #7C7F12;
}

.calendar-calendar .month-view .full td.date-box.today {
    border-width: 2px 2px 0px 2px;
    border-style: solid;
    border-color: #7C7F12;
}

.calendar-calendar .month-view .full tr td.single-day.today {
    border-bottom: 2px solid #7C7F12;
}

.calendar-calendar .month-view .full tr td.multi-day.starts-today {
    border-left: 2px solid #7C7F12;
}

.calendar-calendar .month-view .full tr td.multi-day.ends-today {
    border-right: 2px solid #7C7F12;
}

.calendar-calendar .month-view .full tr td.multi-day,
.calendar-calendar .month-view .full tr td.single-day {
    border-top: 0px;
}

.calendar-calendar .month-view .full tr td.multi-day,
.calendar-calendar .month-view .full tr td.date-box {
    border-bottom: 0px;
}

.calendar-calendar .month-view .full .inner .monthview,
.calendar-calendar .week-view .full .inner .weekview,
.calendar-calendar .day-view .full .inner .dayview {
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: auto;
    float: none;
    display: block;
    margin: .25em auto;
    position: relative;
}

.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .week-view .full td.single-day div.weekview,
.calendar-calendar .day-view .full td.single-day div.dayview {
    background: #ffc;
    width: auto;
    padding: 0px 3px;
    overflow: hidden;
}

.calendar-calendar .month-view .full td.single-day .calendar-more div.monthview {
    background: none;
}

.calendar-calendar .day-view td div.dayview {
    padding: 0px;
}

.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview {
    background: #74a5d7;
    height: 1.9em;
    overflow: hidden;
    margin: 0px auto;
    color: #ffffff;
    position: relative;
}

.calendar-calendar .week-view .full td.multi-day div.weekview {
    height: 3.5em;
}

.calendar-calendar .month-view .full td.multi-day .inner .view-field,
.calendar-calendar .month-view .full td.multi-day .inner .view-field a,
.calendar-calendar .week-view .full td.multi-day .inner .view-field,
.calendar-calendar .week-view .full td.multi-day .inner .view-field a,
.calendar-calendar .day-view .full td.multi-day .inner .view-field,
.calendar-calendar .day-view .full td.multi-day .inner .view-field a {
    color: #ffffff;
}

.calendar-calendar .full td.multi-day .calendar .view-field,
.calendar-calendar .full td.single-day .calendar .view-field {}

.calendar-calendar .day-view .full td.multi-day div.dayview,
.calendar-calendar .week-view .full td.multi-day div.weekview {
    margin-bottom: 2px;
}

.calendar-calendar .month-view .full td.multi-day .calendar.monthview .view-field {
    white-space: nowrap;
    float: left;
    margin-right: 3px;
}

.calendar-calendar .week-view .full td.multi-day .calendar.weekview .view-field {
    white-space: nowrap;
    display: inline;
    margin-right: 3px;
}

.calendar-calendar .day-view .full td.multi-day .calendar.weekview .view-field {
    display: block;
}

.calendar-calendar .month-view .full td.multi-day .calendar.monthview .contents,
.calendar-calendar .week-view .full td.multi-day .calendar.weekview .contents {
    position: absolute;
    width: 3000px;
    left: 5px;
}

.calendar-calendar .day-view td .stripe,
.calendar-calendar .month-view .full td .stripe,
.calendar-calendar .week-view .full td .stripe {
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 3px;
    z-index: 2;
}

.calendar-calendar .full td.single-day .continuation,
.calendar-calendar .full td.single-day .continues,
.calendar-calendar .full td.single-day .cutoff {
    display: none;
}

.calendar-calendar .month-view .full td.multi-day .inner .monthview .continuation,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .continuation {
    float: left;
    margin-right: 3px;
    height: 1.9em;
}

.calendar-calendar .week-view .full td.multi-day .inner .weekview .continuation {
    height: 2.75em;
    padding-top: 0.75em;
    margin-right: 8px;
}

.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues,
.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
    position: absolute;
    right: 0px !important;
    right: -1px;
    width: 10px;
    text-align: left;
    background: #74a5d7;
    -moz-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    height: 1.9em;
    padding-left: 6px;
    z-index: 1;
}

.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
    height: 2.75em;
    padding-top: 0.75em;
}

.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
    width: 8px;
    padding-left: 0px;
}

.calendar-calendar .week-view .full td.multi-day {
    padding: 2px;
}

.calendar-calendar .week-view td.single-day div.calendar {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.calendar-calendar .week-view .full tr.last td.multi-day {
    border-bottom: 1px solid #CCCCCC;
}

.view .date-nav-wrapper .clear-block {
    margin-bottom: 10px;
}

.view .date-nav-wrapper {
    position: relative;
    margin-top: 5px;
    width: 100%;
}

.view .date-nav-wrapper .date-nav {
    background-color: transparent;
    border: 0px;
    height: 30px;
    height: auto;
    min-height: 30px;
    position: relative;
    margin-bottom: 10px;
}

.view .date-nav-wrapper .date-prev a,
.view .date-nav-wrapper .date-next a {
    text-decoration: none;
    color: inherit;
    font-size: 12px;
}

.view .date-nav-wrapper.date-nav a:hover {
    text-decoration: underline;
}

.view .date-nav-wrapper .date-prev {
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    background: none repeat scroll 0 0 #dfdfdf;
    float: none;
    padding: 5px 0;
    position: absolute;
    right: 60px;
    left: auto;
    text-align: right;
    top: 0px;
    width: auto;
    z-index: 1;
    font-size: 12px;
}

.block-views .view .date-nav-wrapper .date-prev {
    left: 0;
    right: auto;
}

.view .date-nav-wrapper .date-prev a {
    margin-left: 10px;
    font-weight: bold;
}

.view .date-nav-wrapper .date-heading {
    position: relative;
    width: 100%;
    top: 0px;
    text-align: center;
    z-index: 0;
}

.view .date-nav-wrapper .date-heading h3 {
    line-height: 30px;
    font-size: 1.7em;
}

.view .date-nav-wrapper .date-next {
    -moz-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    background: none repeat scroll 0 0 #dfdfdf;
    float: none;
    padding: 5px 0;
    position: absolute;
    right: 0px;
    text-align: right;
    top: 0px;
    width: auto;
    z-index: 1;
    font-size: 12px;
}

.view .date-nav-wrapper .date-next a {
    margin-right: 10px;
    font-weight: bold;
}

.attachment .calendar-calendar {
    margin-top: 20px;
    clear: both;
}

.calendar-calendar th a,
.attachment .calendar-calendar th {
    background-color: transparent;
    border: 0px;
}

.attachment .calendar-calendar th.calendar-agenda-hour {
    color: #777777;
    font-weight: bold;
    text-align: right;
}

.view-calendar .feed-icon {
    margin-top: 5px;
}

.view table.mini .date-prev,
.view table.mini .date-next {
    background: none;
}

.date-nav div.date-prev,
.date-nav div.date-next,
.date-nav {
    width: auto;
}

ul.calendar-links,
.region-content ul.calendar-links {
    margin: 0;
    padding: 0;
}

.year-view div.month-view div.date-nav {
    background-color: #DFDFDF;
    min-height: 20px;
}

.container-inline-date {
    clear: both;
}

.container-inline-date .form-item {
    float: none;
    margin: 0;
    padding: 0;
}

.container-inline-date > .form-item {
    display: inline-block;
    margin-right: 0.5em;
    vertical-align: top;
}

fieldset.date-combo .container-inline-date > .form-item {
    margin-bottom: 10px;
}

.container-inline-date .form-item .form-item {
    float: left;
}

.container-inline-date .form-item,
.container-inline-date .form-item input {
    width: auto;
}

.container-inline-date .description {
    clear: both;
}

.container-inline-date .form-item input,
.container-inline-date .form-item select,
.container-inline-date .form-item option {
    margin-right: 5px;
}

.container-inline-date .date-spacer {
    margin-left: -5px;
}

.views-right-60 .container-inline-date div {
    margin: 0;
    padding: 0;
}

.container-inline-date .date-timezone .form-item {
    clear: both;
    float: none;
    width: auto;
}

.container-inline-date .date-padding {
    float: left;
}

fieldset.date-combo .container-inline-date .date-padding {
    padding: 10px;
}

.views-exposed-form .container-inline-date .date-padding {
    padding: 0;
}

#calendar_div,
#calendar_div td,
#calendar_div th {
    margin: 0;
    padding: 0;
}

#calendar_div,
.calendar_control,
.calendar_links,
.calendar_header,
.calendar {
    border-collapse: separate;
    margin: 0;
    width: 185px;
}

.calendar td {
    padding: 0;
}

span.date-display-single {}

span.date-display-start {}

span.date-display-end {}

.date-prefix-inline {
    display: inline-block;
}

.date-clear {
    clear: both;
    display: block;
    float: none;
}

.date-no-float {
    clear: both;
    float: none;
    width: 98%;
}

.date-float {
    clear: none;
    float: left;
    width: auto;
}

.date-float .form-type-checkbox {
    padding-right: 1em;
}

.form-type-date-select .form-type-select[class*=hour] {
    margin-left: .75em;
}

.date-container .date-format-delete {
    float: left;
    margin-top: 1.8em;
    margin-left: 1.5em;
}

.date-container .date-format-name {
    float: left;
}

.date-container .date-format-type {
    float: left;
    padding-left: 10px;
}

.date-container .select-container {
    clear: left;
    float: left;
}

div.date-calendar-day {
    background: #F3F3F3;
    border-top: 1px solid #EEE;
    border-left: 1px solid #EEE;
    border-right: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    color: #999;
    float: left;
    line-height: 1;
    margin: 6px 10px 0 0;
    text-align: center;
    width: 40px;
}

div.date-calendar-day span {
    display: block;
    text-align: center;
}

div.date-calendar-day span.month {
    background-color: #B5BEBE;
    color: white;
    font-size: .9em;
    padding: 2px;
    text-transform: uppercase;
}

div.date-calendar-day span.day {
    font-size: 2em;
    font-weight: bold;
}

div.date-calendar-day span.year {
    font-size: .9em;
    padding: 2px;
}

.date-form-element-content-multiline {
    padding: 10px;
    border: 1px solid #CCC;
}

.form-item.form-item-instance-widget-settings-input-format-custom,
.form-item.form-item-field-settings-enddate-required {
    margin-left: 1.3em;
}

#edit-field-settings-granularity .form-type-checkbox {
    margin-right: .6em;
}

.date-year-range-select {
    margin-right: 1em;
}

#ui-datepicker-div {
    font-size: 100%;
    font-family: Verdana, sans-serif;
    background: #eee;
    border-right: 2px #666 solid;
    border-bottom: 2px #666 solid;
    z-index: 9999;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    float: left;
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
    float: right;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

#header-region form.domain-list * {
    display: block;
}

.field .field-label {
    font-weight: bold;
}

.field-label-inline .field-label,
.field-label-inline .field-items {
    float: left;
}

form .field-multiple-table {
    margin: 0;
}

form .field-multiple-table th.field-label {
    padding-left: 0;
}

form .field-multiple-table td.field-multiple-drag {
    width: 30px;
    padding-right: 0;
}

form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
    padding-right: .5em;
}

form .field-add-more-submit {
    margin: .5em 0 0;
}

.node-unpublished {
    background-color: #fff4f4;
}

.preview .node {
    background-color: #ffffea;
}

td.revision-current {
    background: #ffc;
}

.video-left {
    float: left;
}

.video-right {
    float: right;
}

.video-center {
    display: block;
    margin: 0 auto;
}

.views-exposed-form .views-exposed-widget {
    float: left;
    padding: .5em 1em 0 0;
}

.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 1.6em;
}

.views-exposed-form .form-item,
.views-exposed-form .form-submit {
    margin-top: 0;
    margin-bottom: 0;
}

.views-exposed-form label {
    font-weight: bold;
}

.views-exposed-widgets {
    margin-bottom: .5em;
}

.views-align-left {
    text-align: left;
}

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

.views-align-center {
    text-align: center;
}

.views-view-grid tbody {
    border-top: none;
}

.view .progress-disabled {
    float: none;
}

#shib_login_url a {
    font-weight: bold;
}

#edit-shib-auth-terms-url-wrapper {
    float: left;
}

#edit-shib-auth-terms-ver-wrapper {
    float: left;
    margin-left: 5px;
}

.cacheControlAnonymous,
.cacheControlAnonymousEmpty {
    display: none;
}

#header-region .cacheControlAnonymous {
    display: none;
}

.cacheControlProcessedForm .captcha {
    display: none;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
    cursor: pointer;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxClose:active,
#cboxSlideshow:active {
    outline: 0;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

#cboxOverlay {
    background: #000;
}

#colorbox {
    outline: 0;
}

#cboxWrapper {
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#cboxTopLeft {
    width: 15px;
    height: 15px;
}

#cboxTopCenter {
    height: 15px;
}

#cboxTopRight {
    width: 15px;
    height: 15px;
}

#cboxBottomLeft {
    width: 15px;
    height: 10px;
}

#cboxBottomCenter {
    height: 10px;
}

#cboxBottomRight {
    width: 15px;
    height: 10px;
}

#cboxMiddleLeft {
    width: 15px;
}

#cboxMiddleRight {
    width: 15px;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 28px;
}

#cboxTitle {
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    bottom: 28px;
    left: 0;
    color: #535353;
    width: 100%;
    padding: 4px 6px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 60px;
    color: #949494;
}

.cboxSlideshow_on #cboxSlideshow {
    position: absolute;
    bottom: 0px;
    right: 30px;
    background: url(/sites/all/modules/contrib/colorbox/styles/default/images/controls.png) no-repeat -75px -50px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -101px -50px;
}

.cboxSlideshow_off #cboxSlideshow {
    position: absolute;
    bottom: 0px;
    right: 30px;
    background: url(/sites/all/modules/contrib/colorbox/styles/default/images/controls.png) no-repeat -25px -50px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -49px -50px;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/sites/all/modules/contrib/colorbox/styles/default/images/controls.png) no-repeat -75px 0px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxPrevious:hover {
    background-position: -75px -25px;
}

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(/sites/all/modules/contrib/colorbox/styles/default/images/controls.png) no-repeat -50px 0px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxNext:hover {
    background-position: -50px -25px;
}

#cboxLoadingOverlay {
    background: #fff;
}

#cboxLoadingGraphic {
    background: url(/sites/all/modules/contrib/colorbox/styles/default/images/loading_animation.gif) no-repeat center center;
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/sites/all/modules/contrib/colorbox/styles/default/images/controls.png) no-repeat -25px 0px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxClose:hover {
    background-position: -25px -25px;
}

.ctools-locked {
    color: red;
    border: 1px solid red;
    padding: 1em;
}

.ctools-owns-lock {
    background: #FFFFDD none repeat scroll 0 0;
    border: 1px solid #F0C020;
    padding: 1em;
}

a.ctools-ajaxing,
input.ctools-ajaxing,
button.ctools-ajaxing,
select.ctools-ajaxing {
    padding-right: 18px !important;
    background: url(/sites/all/modules/contrib/ctools/images/status-active.gif) right center no-repeat;
}

div.ctools-ajaxing {
    float: left;
    width: 18px;
    background: url(/sites/all/modules/contrib/ctools/images/status-active.gif) center center no-repeat;
}

.wrapper.tagclouds {
    text-align: justify;
    margin-right: 1em;
}

.tagclouds.level1 {
    font-size: 1em;
}

.tagclouds.level2 {
    font-size: 1.2em;
}

.tagclouds.level3 {
    font-size: 1.4em;
}

.tagclouds.level4 {
    font-size: 1.6em;
}

.tagclouds.level5 {
    font-size: 1.8em;
}

.tagclouds.level6 {
    font-size: 2em;
}

.tagclouds.level7 {
    font-size: 2.2em;
}

.tagclouds.level8 {
    font-size: 2.4em;
}

.tagclouds.level9 {
    font-size: 2.6em;
}

.tagclouds.level10 {
    font-size: 2.8em;
}

.twitter_profile_widget .twtr-tweet-wrap {
    padding: 13px 8px 12px;
}

.twitter_profile_widget .twtr-tweet {
    border-bottom: 1px solid #DBE1E7;
}

.twitter_profile_widgetget .twtr-bd p {
    font-size: 12px;
    line-height: 16px !important;
}

.twitter_profile_widget .twtr-bd p em {
    line-height: 1.2;
}

.tpw_title {
    background: url(/sites/all/modules/contrib/twitter_profile_widget/images/twitter_icon.png) no-repeat left center;
    padding-left: 40px;
    text-decoration: none;
}

.twitter_profile_widget .twp_bottom {
    padding: 13px 0 8px 11px;
}

.twitter_profile_widget .twp_bottom a {
    background: url(/sites/all/modules/contrib/twitter_profile_widget/images/follow_icon.png) no-repeat scroll left center transparent;
    color: #0077AA;
    display: inline-block;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    padding-left: 22px;
    text-decoration: underline;
}

.twitter_profile_widget .twp_bottom a:hover {
    text-decoration: none;
}

.locale-untranslated {
    font-style: normal;
    text-decoration: line-through;
}

#locale-translation-filter-form .form-item-language,
#locale-translation-filter-form .form-item-translation,
#locale-translation-filter-form .form-item-group {
    float: left;
    padding-right: .8em;
    margin: 0.1em;
    width: 15em;
}

#locale-translation-filter-form .form-type-select select {
    width: 100%;
}

#locale-translation-filter-form .form-actions {
    float: left;
    padding: 3ex 0 0 1em;
}

.language-switcher-locale-session a.active {
    color: #0062A0;
}

.language-switcher-locale-session a.session-active {
    color: #000000;
}

.field-collection-container {
    border-bottom: 1px solid #D3D7D9;
    margin-bottom: 1em;
}

.field-collection-container .field-items .field-item {
    margin-bottom: 10px;
}

.field-collection-container .field-items .field-items .field-item {
    margin-bottom: 0;
}

.field-collection-view {
    padding: 1em 0 0.3em 0;
    margin: 0 1em 0 1em;
    border-bottom: 1px dotted #D3D7D9;
}

.field-collection-view-final {
    border-bottom: none;
}

.field-collection-view .entity-field-collection-item {
    float: left;
}

.field-collection-view ul.field-collection-view-links {
    float: right;
    font-size: 0.821em;
    list-style-type: none;
    width: auto;
    margin: 0 1em;
    padding: 0;
}

.field-collection-view .field-label {
    width: 25%;
}

.field-collection-view .content {
    margin-top: 0;
    width: 100%;
}

.field-collection-view .entity-field-collection-item {
    width: 100%;
}

ul.field-collection-view-links li {
    float: left;
}

ul.field-collection-view-links li a {
    margin-right: 1em;
}

.field-collection-container ul.action-links-field-collection-add {
    float: right;
    padding: 0 0.5em 0 0;
    margin: 0 0 1em 2em;
    font-size: 0.821em;
}

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

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 30px
}

h2,
.h2 {
    font-size: 24px
}

h3,
.h3 {
    font-size: 18px
}

h4,
.h4 {
    font-size: 14px
}

h5,
.h5 {
    font-size: 12px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase,
.initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover,
a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #337ab7
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.42857
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:before,
.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:before,
.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.33333%
    }
    .col-sm-pull-2 {
        right: 16.66667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333%
    }
    .col-sm-pull-5 {
        right: 41.66667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333%
    }
    .col-sm-pull-8 {
        right: 66.66667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333%
    }
    .col-sm-pull-11 {
        right: 91.66667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.33333%
    }
    .col-sm-push-2 {
        left: 16.66667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333%
    }
    .col-sm-push-5 {
        left: 41.66667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333%
    }
    .col-sm-push-8 {
        left: 66.66667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333%
    }
    .col-sm-push-11 {
        left: 91.66667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0%
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.33333%
    }
    .col-lg-pull-2 {
        right: 16.66667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333%
    }
    .col-lg-pull-5 {
        right: 41.66667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333%
    }
    .col-lg-pull-8 {
        right: 66.66667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333%
    }
    .col-lg-pull-11 {
        right: 91.66667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333%
    }
    .col-lg-push-2 {
        left: 16.66667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333%
    }
    .col-lg-push-5 {
        left: 41.66667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333%
    }
    .col-lg-push-8 {
        left: 66.66667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333%
    }
    .col-lg-push-11 {
        left: 91.66667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px
    }
    input[type="date"].input-sm,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm input[type="month"] {
        line-height: 30px
    }
    input[type="date"].input-lg,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg input[type="month"] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table !important
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/sites/all/themes/unity_oulu_2016/bootstrap/fonts/glyphicons-halflings-regular.eot);
    src: url(/sites/all/themes/unity_oulu_2016/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/sites/all/themes/unity_oulu_2016/bootstrap/fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(/sites/all/themes/unity_oulu_2016/bootstrap/fonts/glyphicons-halflings-regular.woff) format("woff"), url(/sites/all/themes/unity_oulu_2016/bootstrap/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(/sites/all/themes/unity_oulu_2016/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

html.overlay-open .navbar-fixed-top {
    z-index: 400
}

html.js fieldset.collapsed {
    border-left-width: 1px;
    border-right-width: 1px;
    height: auto
}

html.js input.form-autocomplete {
    background-image: none
}

html.js input.form-autocomplete {
    background-image: none
}

html.js .autocomplete-throbber {
    background-position: 100% 2px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 15px;
    margin: 2px 0 0 2px;
    width: 15px
}

html.js .autocomplete-throbber.throbbing {
    background-position: 100% -18px
}

body {
    position: relative
}

body.admin-expanded.admin-vertical.admin-nw .navbar,
body.admin-expanded.admin-vertical.admin-sw .navbar {
    margin-left: 260px
}

body.navbar-is-fixed-top {
    padding-top: 64px !important
}

body.navbar-is-fixed-bottom {
    padding-bottom: 64px !important
}

body.toolbar {
    padding-top: 30px !important
}

body.toolbar .navbar-fixed-top {
    top: 30px
}

body.toolbar.navbar-is-fixed-top {
    padding-top: 94px !important
}

body.toolbar-drawer {
    padding-top: 64px !important
}

body.toolbar-drawer .navbar-fixed-top {
    top: 64px
}

body.toolbar-drawer.navbar-is-fixed-top {
    padding-top: 128px !important
}

body.admin-menu .navbar-fixed-top {
    top: 29px
}

body.admin-menu.navbar-is-fixed-top {
    padding-top: 93px !important
}

body div#admin-toolbar {
    z-index: 1600
}

body #toolbar,
body #admin-menu,
body #admin-toolbar {
    -webkit-box-shadow: none;
    box-shadow: none
}

body #admin-menu {
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 1600
}

body #admin-menu .dropdown li {
    line-height: normal
}

@media all and (min-width:768px) and (max-width:991px) {
    .navbar.container {
        max-width: 720px
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .navbar.container {
        max-width: 940px
    }
}

@media all and (min-width:1200px) {
    .navbar.container {
        max-width: 1140px
    }
}

.navbar.container,
.navbar.container-fluid {
    margin-top: 20px
}

.navbar.container>.container,
.navbar.container-fluid>.container-fluid {
    margin: 0;
    padding: 0;
    width: auto
}

#overlay-container,
.overlay-modal-background,
.overlay-element {
    z-index: 1500
}

#toolbar {
    z-index: 1600
}

.modal {
    z-index: 1620
}

.modal-dialog {
    z-index: 1630
}

.ctools-modal-dialog .modal-body {
    width: 100% !important;
    overflow: auto
}

.modal-backdrop {
    z-index: 1610
}

.footer {
    margin-top: 45px;
    padding-top: 35px;
    padding-bottom: 36px;
    border-top: 1px solid #E5E5E5
}

.element-invisible {
    margin: 0;
    padding: 0;
    width: 1px
}

.navbar .logo {
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px
}

@media all and (min-width:768px) and (max-width:991px) {
    .navbar .logo {
        margin-right: 0;
        padding-left: 0
    }
}

ul.secondary {
    float: left
}

@media all and (min-width:768px) and (max-width:991px) {
    ul.secondary {
        float: right
    }
}

.page-header {
    margin-top: 0
}

.block:first-child h2.block-title {
    margin-top: 0
}

p:last-child {
    margin-bottom: 0
}

.region-help>.glyphicon {
    font-size: 18px;
    float: left;
    margin: -0.05em 0.5em 0 0
}

.region-help .block {
    overflow: hidden
}

form#search-block-form {
    margin: 0
}

.navbar #block-search-form {
    float: none;
    margin: 5px 0 5px 5px
}

@media all and (min-width:992px) and (max-width:1199px) {
    .navbar #block-search-form {
        float: right
    }
}

.navbar #block-search-form .input-group-btn {
    width: auto
}

.navbar-search .control-group {
    margin-bottom: 0px
}

ul.action-links {
    margin: 12px 0;
    padding: 0
}

ul.action-links li {
    display: inline;
    margin: 0;
    padding: 0 6px 0 0
}

ul.action-links .glyphicon {
    padding-right: 0.5em
}

input,
textarea,
select,
.uneditable-input {
    max-width: 100%;
    width: auto
}

input.error {
    color: #a94442;
    border-color: #ebccd1
}

fieldset legend.panel-heading {
    float: left;
    line-height: 1em;
    margin: 0
}

fieldset .panel-default {
    border: none
}

fieldset .panel-body {
    clear: both;
    display: inherit
}

fieldset .panel-heading a.panel-title {
    color: inherit;
    display: block;
    margin: -10px -15px;
    padding: 10px 15px
}

fieldset .panel-heading a.panel-title:hover {
    text-decoration: none
}

.form-group:last-child,
.panel:last-child {
    margin-bottom: 0
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0
}

.form-actions {
    clear: both
}

.managed-files.table td:first-child {
    width: 100%
}

div.image-widget-data {
    float: none;
    overflow: hidden
}

table.sticky-header {
    z-index: 1
}

.resizable-textarea textarea {
    border-radius: 4px 4px 0 0
}

.text-format-wrapper {
    margin-bottom: 15px
}

.text-format-wrapper>.form-type-textarea,
.text-format-wrapper .filter-wrapper {
    margin-bottom: 0
}

.filter-wrapper {
    border-radius: 0 0 4px 4px
}

.filter-wrapper .panel-body {
    padding: 7px
}

.filter-wrapper .form-type-select {
    min-width: 30%
}

.filter-wrapper .form-type-select .filter-list {
    width: 100%
}

.filter-help {
    margin-top: 5px;
    text-align: center
}

@media all and (min-width:768px) and (max-width:991px) {
    .filter-help {
        float: right
    }
}

.filter-help .glyphicon {
    margin: 0 5px 0 0;
    vertical-align: text-top
}

.radio:first-child,
.checkbox:first-child {
    margin-top: 0
}

.radio:last-child,
.checkbox:last-child {
    margin-bottom: 0
}

.help-block,
.control-group .help-inline {
    color: #777;
    font-size: 12px;
    margin: 5px 0 10px;
    padding: 0
}

.panel-heading {
    display: block
}

a.tabledrag-handle .handle {
    height: auto;
    width: auto
}

.error {
    color: #a94442
}

div.error,
table tr.error {
    background-color: #f2dede;
    color: #a94442;
    padding: 10px;
    margin-bottom: 15px
}

.form-group.error,
.form-group.has-error {
    background: none
}

.form-group.error label,
.form-group.error .control-label,
.form-group.has-error label,
.form-group.has-error .control-label {
    color: #a94442;
    font-weight: 600
}

.form-group.error input,
.form-group.error textarea,
.form-group.error select,
.form-group.error .uneditable-input,
.form-group.has-error input,
.form-group.has-error textarea,
.form-group.has-error select,
.form-group.has-error .uneditable-input {
    color: #555
}

.form-group.error .help-block,
.form-group.error .help-inline,
.form-group.has-error .help-block,
.form-group.has-error .help-inline {
    color: #777
}

.nav-tabs {
    margin-bottom: 10px
}

ul li.collapsed,
ul li.expanded,
ul li.leaf {
    list-style: none;
    list-style-image: none
}

.tabs--secondary {
    margin: 0 0 10px
}

.submitted {
    margin-bottom: 1em;
    font-style: italic;
    font-weight: normal;
    color: #777
}

.form-type-password-confirm {
    position: relative
}

.form-type-password-confirm label {
    display: block
}

.form-type-password-confirm label .label {
    float: right
}

.form-type-password-confirm .password-help {
    padding-left: 2em
}

@media (min-width:768px) {
    .form-type-password-confirm .password-help {
        border-left: 1px solid #ddd;
        left: 50%;
        margin-left: 15px;
        position: absolute
    }
}

@media (min-width:992px) {
    .form-type-password-confirm .password-help {
        left: 33.33333%
    }
}

.form-type-password-confirm .progress {
    background: transparent;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 4px;
    margin: -5px 0px 0
}

.form-type-password-confirm .form-type-password {
    clear: left
}

.form-type-password-confirm .form-control-feedback {
    right: 15px
}

.form-type-password-confirm .help-block {
    clear: both
}

ul.pagination li>a.progress-disabled {
    float: left
}

.form-autocomplete .glyphicon {
    color: #777;
    font-size: 120%
}

.form-autocomplete .glyphicon.glyphicon-spin {
    color: #337ab7
}

.form-autocomplete .input-group-addon {
    background-color: #fff
}

.ajax-progress-bar {
    border-radius: 0 0 4px 4px;
    border: 1px solid #ccc;
    margin: -1px 0 0;
    padding: 6px 12px;
    width: 100%
}

.ajax-progress-bar .progress {
    height: 8px;
    margin: 0
}

.ajax-progress-bar .percentage,
.ajax-progress-bar .message {
    color: #777;
    font-size: 12px;
    line-height: 1em;
    margin: 5px 0 0;
    padding: 0
}

.glyphicon-spin {
    display: inline-block;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear
}

a .glyphicon-spin {
    display: inline-block;
    text-decoration: none
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}

.tabbable {
    margin-bottom: 20px
}

.tabs-below>.nav-tabs,
.tabs-left>.nav-tabs,
.tabs-right>.nav-tabs {
    border-bottom: 0
}

.tabs-below>.nav-tabs .summary,
.tabs-left>.nav-tabs .summary,
.tabs-right>.nav-tabs .summary {
    color: #777;
    font-size: 12px
}

.tab-pane>.panel-heading {
    display: none
}

.tab-content>.active {
    display: block
}

.tabs-below>.nav-tabs {
    border-top: 1px solid #ddd
}

.tabs-below>.nav-tabs>li {
    margin-top: -1px;
    margin-bottom: 0
}

.tabs-below>.nav-tabs>li>a {
    border-radius: 0 0 4px 4px
}

.tabs-below>.nav-tabs>li>a:hover,
.tabs-below>.nav-tabs>li>a:focus {
    border-top-color: #ddd;
    border-bottom-color: transparent
}

.tabs-below>.nav-tabs>.active>a,
.tabs-below>.nav-tabs>.active>a:hover,
.tabs-below>.nav-tabs>.active>a:focus {
    border-color: transparent #ddd #ddd #ddd
}

.tabs-left>.nav-tabs,
.tabs-right>.nav-tabs {
    padding-bottom: 20px;
    width: 220px
}

.tabs-left>.nav-tabs>li,
.tabs-right>.nav-tabs>li {
    float: none
}

.tabs-left>.nav-tabs>li:focus,
.tabs-right>.nav-tabs>li:focus {
    outline: 0
}

.tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
    margin-right: 0;
    margin-bottom: 3px
}

.tabs-left>.nav-tabs>li>a:focus,
.tabs-right>.nav-tabs>li>a:focus {
    outline: 0
}

.tabs-left>.tab-content,
.tabs-right>.tab-content {
    border-radius: 0 4px 4px 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 10px 15px
}

.tabs-left>.nav-tabs {
    float: left;
    margin-right: -1px
}

.tabs-left>.nav-tabs>li>a {
    border-radius: 4px 0 0 4px
}

.tabs-left>.nav-tabs>li>a:hover,
.tabs-left>.nav-tabs>li>a:focus {
    border-color: #eee #ddd #eee #eee
}

.tabs-left>.nav-tabs>.active>a,
.tabs-left>.nav-tabs>.active>a:hover,
.tabs-left>.nav-tabs>.active>a:focus {
    border-color: #ddd transparent #ddd #ddd;
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05)
}

.tabs-right>.nav-tabs {
    float: right;
    margin-left: -1px
}

.tabs-right>.nav-tabs>li>a {
    border-radius: 0 4px 4px 0
}

.tabs-right>.nav-tabs>li>a:hover,
.tabs-right>.nav-tabs>li>a:focus {
    border-color: #eee #eee #eee #ddd;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05)
}

.tabs-right>.nav-tabs>.active>a,
.tabs-right>.nav-tabs>.active>a:hover,
.tabs-right>.nav-tabs>.active>a:focus {
    border-color: #ddd #ddd #ddd transparent
}

th.checkbox,
td.checkbox,
th.radio,
td.radio {
    display: table-cell
}

.views-display-settings .label {
    font-size: 100%;
    color: #666666
}

.views-display-settings .footer {
    padding: 0;
    margin: 4px 0 0 0
}

.views-exposed-form .views-exposed-widget .btn {
    margin-top: 1.8em
}

table .radio input[type="radio"],
table .checkbox input[type="checkbox"] {
    max-width: inherit
}

.form-horizontal .form-group label {
    position: relative;
    min-height: 1px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right
}

@media (min-width:768px) {
    .form-horizontal .form-group label {
        float: left;
        width: 16.66667%
    }
}

.alert a {
    font-weight: bold
}

.alert-success a {
    color: #2b542c
}

.alert-info a {
    color: #245269
}

.alert-warning a {
    color: #66512c
}

.alert-danger a {
    color: #843534
}

div.image-style-new,
div.image-style-new div {
    display: block
}

div.image-style-new div.input-group {
    display: table
}

td.module,
.table-striped>tbody>tr:nth-child(odd)>td.module,
.table>tbody>tr>td.module {
    background: #ddd;
    font-weight: 700
}

.book-toc>.dropdown-menu {
    overflow: hidden
}

.book-toc>.dropdown-menu>.dropdown-header {
    white-space: nowrap
}

.book-toc>.dropdown-menu>li:nth-child(1)>a {
    font-weight: bold
}

.book-toc>.dropdown-menu .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 0;
    position: static;
    width: 100%
}

.book-toc>.dropdown-menu .dropdown-menu>li {
    padding-left: 20px
}

.book-toc>.dropdown-menu .dropdown-menu>li>a {
    margin-left: -40px;
    padding-left: 60px
}

#features-filter .form-item.form-type-checkbox {
    padding-left: 20px
}

fieldset.features-export-component {
    font-size: 12px
}

html.js #features-export-form fieldset.features-export-component,
fieldset.features-export-component {
    margin: 0 0 10px
}

fieldset.features-export-component .panel-heading {
    padding: 5px 10px
}

fieldset.features-export-component .panel-heading a.panel-title {
    font-size: 12px;
    font-weight: 500;
    margin: -5px -10px;
    padding: 5px 10px
}

fieldset.features-export-component .panel-body {
    padding: 0 10px
}

div.features-export-list {
    margin: -11px 0 10px;
    padding: 0 10px
}

fieldset.features-export-component .component-select .form-type-checkbox,
div.features-export-list .form-type-checkbox {
    line-height: 1em;
    margin: 5px 5px 5px 0 !important;
    min-height: 0;
    padding: 3px 3px 3px 25px !important
}

fieldset.features-export-component .component-select .form-type-checkbox input[type=checkbox],
div.features-export-list .form-type-checkbox input[type=checkbox] {
    margin-top: 0
}

body.navbar-is-fixed-top.navbar-administration.navbar-horizontal.navbar-tray-open .navbar-fixed-top {
    top: 79px
}

body.navbar-is-fixed-top.navbar-administration .navbar-fixed-top {
    top: 39px
}

@media (min-width:768px) {
    body.navbar-is-fixed-top.navbar-administration.navbar-vertical.navbar-tray-open .navbar-fixed-top {
        left: 240px;
        left: 24rem
    }
}

.navbar-administration #navbar-administration.navbar-oriented .navbar-bar {
    z-index: 1032
}

.navbar-administration #navbar-administration .navbar-tray {
    z-index: 1031
}

body.navbar-is-fixed-top.navbar-administration {
    padding-top: 103px !important
}

body.navbar-is-fixed-top.navbar-administration.navbar-horizontal.navbar-tray-open {
    padding-top: 143px !important
}

body.navbar-tray-open.navbar-vertical.navbar-fixed {
    margin-left: 240px;
    margin-left: 24rem
}

#navbar-administration.navbar-oriented .navbar-tray-vertical {
    width: 24rem
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template,
[hidden] {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: bold
}

button,
input,
select {
    overflow: visible
}

button,
input,
select,
textarea {
    margin: 0
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer
}

[disabled] {
    cursor: default
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

@font-face {
    font-family: 'MessinaSerif';
    src: url(/sites/all/themes/unity_oulu_2016/fonts/ggg-Regular_gdi.eot);
    src: url(/sites/all/themes/unity_oulu_2016/fonts/ggg-Regular_gdi.eot?#iefix) format("embedded-opentype"), url(/sites/all/themes/unity_oulu_2016/fonts/ggg-Regular_gdi.woff) format("woff"), url(/sites/all/themes/unity_oulu_2016/fonts/ggg-Regular_gdi.svg#ggg-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+000D-FB04
}

@font-face {
    font-family: 'MessinaSans';
    src: url(/sites/all/themes/unity_oulu_2016/fonts/fff-Regular_gdi.eot);
    src: url(/sites/all/themes/unity_oulu_2016/fonts/fff-Regular_gdi.eot?#iefix) format("embedded-opentype"), url(/sites/all/themes/unity_oulu_2016/fonts/fff-Regular_gdi.woff) format("woff"), url(/sites/all/themes/unity_oulu_2016/fonts/fff-Regular_gdi.svg#fff-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+000D-FB04
}

@font-face {
    font-family: 'MessinaSans';
    src: url(/sites/all/themes/unity_oulu_2016/fonts/fff-Bold_gdi.eot);
    src: url(/sites/all/themes/unity_oulu_2016/fonts/fff-Bold_gdi.eot?#iefix) format("embedded-opentype"), url(/sites/all/themes/unity_oulu_2016/fonts/fff-Bold_gdi.woff) format("woff"), url(/sites/all/themes/unity_oulu_2016/fonts/fff-Bold_gdi.svg#fff-Bold) format("svg");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+000D-FB04
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/sites/all/themes/unity_oulu_2016/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.eot);
    src: url(/sites/all/themes/unity_oulu_2016/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/sites/all/themes/unity_oulu_2016/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"), url(/sites/all/themes/unity_oulu_2016/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"), url(/sites/all/themes/unity_oulu_2016/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format("svg")
}

body {
    font-size: 1.6rem;
    color: #212224;
    font-family: "MessinaSans", sans-serif;
    max-width: 1440px
}

body.locked {
    height: 100%;
    overflow: hidden
}

h1 {
    color: #193b8f;
    margin-top: 0;
    font-size: 4rem
}

h2 {
    font-size: 3.6rem
}

h3 {
    font-size: 1.8rem
}

p {
    margin: 2rem 0;
    font-family: "MessinaSerif", serif
}

img {
    max-width: 100%
}

.visible-inline-block {
    display: inline-block
}

.tabs--primary {
    margin: 1.5rem 8rem;
    padding: 0
}

.tabs--primary li {
    display: inline
}

.tabs--primary li a {
    background-color: #fff;
    border: 1px solid #193b8f;
    border-radius: 0.5rem;
    color: #193b8f;
    padding: 0.25rem 0.5rem
}

.tabs--primary li a.active,
.tabs--primary li a:focus,
.tabs--primary li a:hover {
    background-color: #193b8f;
    color: #fff
}

.main {
    margin-right: 0;
    margin-left: 0
}

@media (min-width:992px) {
    .page-staff .view-employees .view-content {
        padding: 6rem 8rem
    }
}

.region-content-bottom h2 {
    color: #193b8f
}

.clearFix:after,
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
}

.block-title {
    padding-top: 6rem
}

.btgrid {
    margin-right: -15px;
    margin-left: -15px
}

.btgrid .content>* {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 10px
}

h3+.btgrid .content>* {
    margin-top: 0
}

.textlift .btgrid:last-of-type {
    margin-bottom: 6rem
}

.button {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: inline-block;
    padding: 1rem 6rem;
    background-color: #00acf1;
    color: #fff
}

.button:hover {
    color: #fff
}

.crop_left-top img,
.crop_left-center img,
.crop_left-bottom img,
.crop_center-top img,
.crop_center-center img,
.crop_center-bottom img,
.crop_right-top img,
.crop_right-center img,
.crop_right-bottom img {
    object-fit: cover;
    font-family: "object-fit:cover;"
}

.crop_left-top.fullimage img,
.crop_left-center.fullimage img,
.crop_left-bottom.fullimage img,
.crop_center-top.fullimage img,
.crop_center-center.fullimage img,
.crop_center-bottom.fullimage img,
.crop_right-top.fullimage img,
.crop_right-center.fullimage img,
.crop_right-bottom.fullimage img {
    height: 220px
}

@media (min-width:768px) {
    .crop_left-top.fullimage img,
    .crop_left-center.fullimage img,
    .crop_left-bottom.fullimage img,
    .crop_center-top.fullimage img,
    .crop_center-center.fullimage img,
    .crop_center-bottom.fullimage img,
    .crop_right-top.fullimage img,
    .crop_right-center.fullimage img,
    .crop_right-bottom.fullimage img {
        height: 440px
    }
}

.crop_left-top img {
    object-position: 0 0;
    font-family: "object-position:0 0;"
}

.crop_left-center img {
    object-position: 0 50%;
    font-family: "object-position:0 50%;"
}

.crop_left-bottom img {
    object-position: 0 100%;
    font-family: "object-position:0 100%;"
}

.crop_center-top img {
    object-position: 50% 0;
    font-family: "object-position:50% 0;"
}

.crop_center-center img {
    object-position: 50% 50%;
    font-family: "object-position:50% 50%;"
}

.crop_center-bottom img {
    object-position: 50% 100%;
    font-family: "object-position:50% 100%;"
}

.crop_right-top img {
    object-position: 100% 0;
    font-family: "object-position:100% 0;"
}

.crop_right-center img {
    object-position: 100% 50%;
    font-family: "object-position:100% 50%;"
}

.crop_right-bottom img {
    object-position: 100% 100%;
    font-family: "object-position:100% 100%;"
}

.touch .desktop {
    display: none !important
}

.touch .mobile-toggle {
    display: block !important
}

.touch .mobile {
    display: block !important
}

header.navbar {
    text-transform: uppercase;
    position: relative
}

header.navbar .logo {
    padding-top: 2rem;
    padding-left: 2rem; /*FEB/2019*/
    padding-bottom: 2rem
}

header.navbar .logo.mobile {
    text-align: right
}

header.navbar .logo.mobile img {
    max-height: 22px;
    max-width: 300px
}

header.navbar nav ul {
    text-align: right
}

header.navbar nav ul.secondary {
    float: none
}

header.navbar nav ul.primary {
    margin-right: 8rem
}

header.navbar nav ul li {
    display: inline-block
}

header.navbar a {
    color: #4a4a4a
}

.view-header-view-block {
    clear: both
}

.view-header-view-block .fullimage {
    margin-top: 0;
    z-index: 1;
    background-color: #193b8f
}

.view-header-view-block .fullimage:after {
    background-image: url(/sites/all/themes/unity_oulu_2016/img/page.svg)
}

.view-header-view-block .fullimage .field-content {
    position: relative;
    z-index: 2
}

.node-type-page .view-header-view-block .fullimage {
    background-color: #193b8f
}

.node-type-page .view-header-view-block .fullimage:after {
    background-image: url(/sites/all/themes/unity_oulu_2016/img/page.svg)
}

.node-type-blog .view-header-view-block .fullimage {
    background-color: #662d91
}

.node-type-blog .view-header-view-block .fullimage:after {
    background-image: url(/sites/all/themes/unity_oulu_2016/img/blog.svg)
}

.node-type-news-item .view-header-view-block .fullimage {
    background-color: #fff200
}

.node-type-news-item .view-header-view-block .fullimage:after {
    background-image: url(/sites/all/themes/unity_oulu_2016/img/news.svg)
}

.node-type-event .view-header-view-block .fullimage {
    background-color: #eb008c
}

.node-type-event .view-header-view-block .fullimage:after {
    background-image: url(/sites/all/themes/unity_oulu_2016/img/event.svg?20161102)
}

.node-type-thesis .view-header-view-block .fullimage,
.node-type-defence .view-header-view-block .fullimage {
    background-color: #4bbca9
}

.node-type-thesis .view-header-view-block .fullimage:after,
.node-type-defence .view-header-view-block .fullimage:after {
    background-image: url(/sites/all/themes/unity_oulu_2016/img/defence.svg)
}

.node-type-seminar .view-header-view-block .fullimage {
    background-color: #00b844
}

.node-type-seminar .view-header-view-block .fullimage:after {
    background-image: url(/sites/all/themes/unity_oulu_2016/img/seminar.svg?20161115)
}

@media (max-width:767px) {
    section.main {
        padding-top: 62px
    }
    header.navbar {
        position: fixed;
        z-index: 3000;
        width: 100%;
        background-color: #fff;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        transition: transform 200ms
    }
    header.navbar.scrolled {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    body.locked header {
        transform: none
    }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    header .logo img,
    header .logo svg {
        height: 22px;
        width: 100%
    }
}

@media all and (-ms-high-contrast:none) and (min-width:992px),
(-ms-high-contrast:active) and (min-width:992px) {
    header .logo img,
    header .logo svg {
        height: 66px
    }
}

aside.meta {
    background-color: #efefef;
    margin-right: -15px;
    margin-left: -15px;
    overflow-wrap: break-word;
    word-wrap: break-word
}

aside.meta>*>*:first-child {
    margin-top: 0
}

aside.meta>*>*:last-child {
    margin-bottom: 0
}

aside.meta img.author {
    display: inline-block;
    height: 85px
}

aside.meta div.author {
    padding: 1rem 30px;
    display: inline-block
}

aside.meta div.author p {
    margin-bottom: 2rem
}

aside.meta .department {
    display: none
}

aside.meta .social {
    border: none;
    text-align: center;
    display: none
}

@media (min-width:768px) {
    aside.meta {
        background-color: transparent;
        float: right;
        border-width: 0;
        padding-bottom: 2rem;
        margin-left: 0;
        margin-right: 0
    }
    aside.meta>* {
        margin-bottom: 2rem
    }
    aside.meta img.author {
        display: block;
        height: auto
    }
    aside.meta div.author,
    aside.meta .department {
        border: 10px solid #efefef;
        display: block;
        padding: 1rem 2rem;
        margin-bottom: 2rem
    }
    aside.meta div.author p,
    aside.meta .department p {
        display: block
    }
    aside.meta .social {
        display: block
    }
    .main aside.meta {
        padding-bottom: 4rem
    }
    .view-author-sidebar .views-row:first-child .author {
        margin-top: 6rem
    }
    .view-author-sidebar .views-row:first-child .author img {
        height: auto !important
    }
    .view-blog-description {
        border: 10px solid #efefef;
        display: block;
        padding: 1rem 2rem;
        margin-bottom: 2rem
    }
    .view-blog-description .blog-link {
        margin-top: 1rem
    }
}

.content p,
.content ul,
.content ol {
    margin: 2rem 0;
    font-family: "MessinaSerif", serif
}

.content img {
    height: auto !important
}

.content h1,
.content h2,
.content h3 {
    margin-top: 4rem;
    margin-bottom: 2rem
}

.content p.meta {
    font-size: 85%;
    text-transform: uppercase;
    font-family: "MessinaSans", sans-serif
}

.content.has-third-level {
    float: none;
    overflow: hidden
}

.intro,
.content {
    padding: 0
}

.intro>*,
.content>* {
    margin-left: 1.5rem;
    margin-right: 1.5rem
}

.intro .content>*,
.content .content>* {
    margin-left: 0;
    margin-right: 0
}

.intro>figure,
.content>figure {
    margin: 6rem 0;
    padding-right: 1.5rem
}

.intro h2,
.content h2 {
    font-size: 2rem
}

.main aside {
    padding: 0 1.5rem 0 0;
    position: relative
}

.main aside h2 {
    font-size: 2.2rem;
    margin-bottom: 2rem
}

@media (min-width:768px) {
    .intro>*,
    .content>* {
        margin-left: 8rem;
        margin-right: 8rem
    }
    .intro>figure,
    .content>figure {
        padding-right: 8rem
    }
    .intro .content>*,
    .content .content>* {
        margin-left: 0;
        margin-right: 0
    }
    .main aside {
        padding: 0 8rem 8rem 0
    }
}

.intro {
    margin-top: 4rem
}

.intro p {
    font-family: "MessinaSans", sans-serif;
    font-size: 1.8rem
}

.intro p:last-child {
    margin: 2rem 0
}

.intro .view-intro-view-block {
    margin-bottom: 2rem
}

.taxonomy-term-description {
    font-family: "MessinaSans", sans-serif
}

section.content {
    margin-bottom: 8rem
}

section.content-bottom {
    margin-bottom: 8rem
}

.region-sidebar-second .views-row-last .liftup {
    margin-bottom: 0
}

.region-sidebar-second .views-row-last .liftup h3 {
    margin-bottom: 0
}

.node-employee {
    clear: both;
    margin-top: 15px
}

#node-42317 .last-updated,
#node-44417 .last-updated,
#node-44419 .last-updated,
#node-44734 .last-updated {
    display: none
}

.node-thesis .item {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.node-thesis .item p {
    margin-top: 0
}

.node-thesis .item h4 {
    margin-top: 4rem;
    margin-bottom: 0.6rem
}

.node-type-project .social {
    display: none
}

.node-type-project section.content ul {
    padding: 0;
    margin: 0 0 0 2rem;
    list-style-type: square
}

.node-type-project section.content p,
.node-type-project section.content ul,
.node-type-project section.content ol,
.node-type-project section.content li {
    font-family: MessinaSans, sans-serif
}

.node-type-project .project-section {
    margin-top: 3rem
}

.node-type-project .project-section h4 {
    margin: 0 0 1rem 0
}

.node-researcher .content {
    background: #f0f0f0;
    margin-top: 15px;
    padding: 15px;
    overflow: auto
}

.node-researcher .content .field {
    margin-top: 15px
}

.node-researcher .content .field-name-field-title {
    font-size: 2rem;
    color: #2f79bd
}

.node-researcher .body {
    margin: 10px 0
}

.node-researcher img {
    height: auto
}

.field-employee-publications .views-row {
    margin-bottom: 2em
}

.node-type-researcher-profile .social {
    display: none
}

.node-type-researcher-profile #block-views-related-block {
    margin: 0 8rem;
    padding: 0 15px
}

.node-type-researcher-profile #block-views-related-block .view {
    margin-left: -15px;
    margin-right: -15px
}

.node-type-researcher-profile .field-name-field-researcher-supervisions .field-name-field-region-title {
    font-weight: bold
}

.node-type-researcher-profile section.content {
    margin-bottom: 3rem
}

.node-type-researcher-profile .region-content ul {
    padding: 0;
    margin: 0 0 0 2rem;
    list-style-type: square
}

.node-type-researcher-profile .region-content p,
.node-type-researcher-profile .region-content ul,
.node-type-researcher-profile .region-content ol,
.node-type-researcher-profile .region-content li {
    font-family: MessinaSans, sans-serif
}

.node-type-researcher-profile .organisation ul,
.node-type-researcher-profile .organisation li {
    margin: 0;
    padding: 0;
    list-style: none inside none
}

.node-type-researcher-profile .supervisions h5 {
    font-size: 1.5rem;
    margin: 0 0 0.5rem 0
}

.node-type-researcher-profile .supervisions .field-item {
    margin-top: 1.5rem
}

.node-type-researcher-profile .supervisions .field-item:first-child {
    margin-top: 0
}

.node-type-researcher-profile .visits h5 {
    display: inline;
    font-size: 1.5rem;
    margin: 0
}

.node-type-researcher-profile .visits .field-item {
    margin-top: 1.5rem
}

.node-type-researcher-profile .visits .field-item:first-child {
    margin-top: 0
}

.node-type-researcher-profile .visits .description p {
    margin: 0.5rem 0 0 0
}

.node-type-researcher-profile .visits .date {
    font-size: 1rem;
    color: #505050;
    font-weight: bold;
    vertical-align: middle
}

.node-type-researcher-profile .researcher-profile-section {
    margin-top: 3rem
}

.node-type-researcher-profile .researcher-profile-section h4 {
    margin: 0 0 1rem 0
}

.node-type-researcher-profile .researcher-profile-section.researcher-info {
    margin-top: 0
}

.node-type-researcher-profile .researcher-profile-section.freetext .field-item {
    margin-top: 3rem
}

.node-type-researcher-profile .researcher-profile-section.freetext .field-item:first-child {
    margin-top: 0
}

.node-type-researcher-profile .researcher-profile-section.selected-projects {
    margin: 0 15px
}

.view-researcher-profile-views.researcher-information {
    border: 0.5rem solid #d7d7d7;
    padding: 1.5rem
}

.view-researcher-profile-views.researcher-information h4 {
    font-size: 1.5rem;
    margin: 2.5rem 0 1rem 0
}

.view-researcher-profile-views.researcher-information h4:first-child {
    margin-top: 0
}

.view-researcher-profile-views.researcher-projects .view-content {
    margin: 0 -15px
}

.view-researcher-profile-views.researcher-projects .views-field-body {
    margin-bottom: 0.5rem
}

.view-researcher-profile-views.researcher-projects .meta {
    display: none
}

.field-name-field-keywords .field-item,
.keywords .field-item {
    display: inline-block;
    margin-right: 0.5rem
}

.field-name-field-keywords .field-item a,
.keywords .field-item a {
    display: block;
    margin-right: 0
}

.field-name-field-keywords a,
.keywords a {
    display: inline-block;
    border-radius: 0.5rem;
    font-size: 1rem;
    line-height: 1;
    margin-right: 0.5rem;
    padding: 0.5rem 0.5rem 0.3rem 0.5rem;
    text-decoration: none;
    text-transform: uppercase
}

.field-name-field-keywords a:link,
.field-name-field-keywords a:visited,
.keywords a:link,
.keywords a:visited {
    background-color: #d7d7d7;
    color: #000
}

.field-name-field-keywords a:hover,
.field-name-field-keywords a:focus,
.field-name-field-keywords a:active,
.keywords a:hover,
.keywords a:focus,
.keywords a:active {
    background-color: #00acf1;
    color: #fff
}

.field-collection-view {
    padding: 0;
    margin: 0;
    border: none
}

.icongroup {
    color: #4bbca9;
    margin-top: 6rem;
    margin-bottom: 6rem
}

.icongroup .icon {
    display: inline-block;
    text-align: center;
    width: 49%;
    padding: 2rem
}

.icongroup .icon .large {
    display: block;
    font-size: 5rem;
    font-weight: bold
}

.icongroup .icon .small {
    display: block;
    font-size: 2rem
}

@media (min-width:768px) {
    .icongroup .icon {
        width: 24%
    }
}

.liftups {
    margin-bottom: 6rem
}

@media (min-width:768px) {
    .liftups {
        padding-left: 8rem;
        padding-right: 8rem
    }
    .liftups .liftups {
        margin-bottom: 0;
        padding-right: 0;
        padding-left: 0
    }
}

.field-collection-view .textlift {
    margin-top: 0
}

.textlift {
    margin-top: 3rem; /*6rem -> 3 REM FEB/2019*/
    margin-bottom: 6rem
}

.textlift .textlift {
    margin-top: 0;
    margin-bottom: 0
}

.textlift ~ .liftups {
    margin-top: 0
}

.textlift+.liftups {
    margin-bottom: 6rem
}

.fullimage ~ .liftups {
    margin-top: 6rem
}

.fullimage+.textlift {
    margin-top: 6rem;
    margin-bottom: 0
}

.more a {
    color: #212224;
    display: inline-block;
    margin-bottom: 6rem;
    font-size: 1.4rem;
    font-weight: 500;
    position: relative;
    padding-right: 4rem
}

@media (min-width:992px) {
    .more a {
        margin-bottom: 0
    }
}

.more a:before {
    content: '';
    position: absolute;
    right: 1rem;
    top: 0;
    width: 10px;
    height: 15px;
    background: transparent url(/sites/all/themes/unity_oulu_2016/img/icon_menuarrow.png) no-repeat;
    background-size: 70%;
    text-align: center;
    vertical-align: middle;
    background-position: 70%
}

.more a:after {
    display: none;
    content: '';
    position: absolute;
    border-bottom: 3px solid #4bbca9;
    width: 120%;
    height: 3px;
    bottom: -1rem;
    left: -3rem;
    right: 0;
    text-align: center;
    margin: 0 auto
}

.more a:hover {
    text-decoration: none
}

.more a:hover:after {
    display: block
}

.liftups.view-blogs-listing .liftup:nth-child(4n+5) {
    clear: both
}

.liftups.view-alumni-listing,
.liftups.view-alumni-stories,
.liftups.view-student-stories {
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 0;
    padding-right: 0
}

.liftups.view-alumni-listing .liftup:nth-child(2n+3),
.liftups.view-alumni-stories .liftup:nth-child(2n+3),
.liftups.view-student-stories .liftup:nth-child(2n+3) {
    clear: both
}

@media (min-width:992px) {
    .liftups.view-alumni-listing .liftup:nth-child(2n+3),
    .liftups.view-alumni-stories .liftup:nth-child(2n+3),
    .liftups.view-student-stories .liftup:nth-child(2n+3) {
        clear: none
    }
    .liftups.view-alumni-listing .liftup:nth-child(3n+4),
    .liftups.view-alumni-stories .liftup:nth-child(3n+4),
    .liftups.view-student-stories .liftup:nth-child(3n+4) {
        clear: both
    }
}

.liftup {
    margin-bottom: 2rem
}

.liftup img {
    margin-bottom: 1rem
}

.liftup.col-sm-3 .texts {
    font-family: "MessinaSerif", serif
}

.liftup.col-sm-3 .texts .meta,
.liftup.col-sm-3 .texts h2,
.liftup.col-sm-3 .texts h3,
.liftup.col-sm-3 .texts h4 {
    font-family: "MessinaSans", sans-serif
}

.liftup .meta {
    font-size: 1rem;
    position: relative;
    padding: 0;
    text-transform: uppercase
}

.liftup .meta span {
    position: relative;
    z-index: 2;
    margin: 0 -3px 0 0;
    background-color: white
}

.liftup .meta span:after {
    content: "|";
    padding: 0 0.5rem
}

.liftup .meta span:last-child {
    margin: 0;
    box-shadow: 1rem 0 0 white, 0 0 0 white
}

.liftup .meta span:last-child:after {
    content: none
}

.liftup .meta span div {
    display: inline
}

.liftup .meta .color {
    line-height: 1rem;
    margin-top: 1px;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    display: block
}

.liftup .meta .color:after {
    content: ""
}

.liftup .meta .date-display-range {
    display: inline-block;
    background-color: white;
    margin: 0 -3px 0 0;
    position: relative;
    z-index: 1
}

.liftup .meta .date-display-range:after {
    content: "|";
    padding: 0 0.5rem;
    position: relative;
    z-index: 2
}

.liftup .meta .date-display-range span:last-child {
    padding-right: 0
}

.liftup .meta .date-display-range>*:after {
    content: "";
    padding: 0
}

.liftup .meta .date-display-range .date-display-start {
    padding-right: 5px
}

.liftup .meta .date-display-range .date-display-end {
    padding-left: 3px
}

.liftup h3,
.liftup h4 {
    margin-top: 1rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

.liftup h3 a,
.liftup h4 a {
    color: #212224
}

.liftup h3 a:hover,
.liftup h4 a:hover {
    -moz-text-decoration-color: #00acf1;
    -webkit-text-decoration-color: #00acf1;
    text-decoration-color: #00acf1
}

.liftup.weblink .meta .category,
.liftup.node-weblink .meta .category,
.liftup.webform .meta .category,
.liftup.node-webform .meta .category,
.liftup.page .meta .category,
.liftup.node-page .meta .category,
.liftup.collection .meta .category,
.liftup.node-collection .meta .category {
    visibility: hidden
}

.liftup.weblink .meta .category:after,
.liftup.node-weblink .meta .category:after,
.liftup.webform .meta .category:after,
.liftup.node-webform .meta .category:after,
.liftup.page .meta .category:after,
.liftup.node-page .meta .category:after,
.liftup.collection .meta .category:after,
.liftup.node-collection .meta .category:after {
    content: ""
}

.liftup.weblink .meta .date,
.liftup.node-weblink .meta .date,
.liftup.webform .meta .date,
.liftup.node-webform .meta .date,
.liftup.page .meta .date,
.liftup.node-page .meta .date,
.liftup.collection .meta .date,
.liftup.node-collection .meta .date {
    display: none
}

.liftup.node-blog .color,
.liftup.blog .color {
    background-color: #662d91
}

.liftup.node-blog .filler:before,
.liftup.blog .filler:before {
    background-color: #662d91
}

.liftup.node-blog .filler:after,
.liftup.blog .filler:after {
    background-image: url(/sites/all/themes/unity_oulu_2016/img/blog.svg)
}

.liftup.node-news-item .color,
.liftup.news .color {
    background-color: #fff200
}

.liftup.node-news-item .filler:before,
.liftup.news .filler:before {
    background-color: #fff200
}

.liftup.node-news-item .filler:after,
.liftup.news .filler:after {
    background-image: url(/sites/all/themes/unity_oulu_2016/img/news.svg)
}

.liftup.node-event .color,
.liftup.event .color {
    background-color: #eb008c
}

.liftup.node-event .filler:before,
.liftup.event .filler:before {
    background-color: #eb008c
}

.liftup.node-event .filler:after,
.liftup.event .filler:after {
    background-image: url(/sites/all/themes/unity_oulu_2016/img/event.svg?20161102)
}

.liftup.node-thesis .color,
.liftup.thesis .color,
.liftup.defence .color {
    background-color: #4bbca9
}

.liftup.node-thesis .category,
.liftup.thesis .category,
.liftup.defence .category {
    visibility: hidden
}

.liftup.node-thesis .filler:before,
.liftup.thesis .filler:before,
.liftup.defence .filler:before {
    background-color: #4bbca9
}

.liftup.node-thesis .filler:after,
.liftup.thesis .filler:after,
.liftup.defence .filler:after {
    background-image: url(/sites/all/themes/unity_oulu_2016/img/defence.svg)
}

.liftup.page .color,
.liftup.node-page .color {
    background-color: #f7941e
}

.liftup.page .category,
.liftup.node-page .category {
    visibility: hidden
}

.liftup.page .filler:before,
.liftup.node-page .filler:before {
    background-color: #f7941e
}

.liftup.page .filler:after,
.liftup.node-page .filler:after {
    background-image: url(/sites/all/themes/unity_oulu_2016/img/page.svg)
}

.liftup.collection .color,
.liftup.node-collection .color {
    background-color: #ff94a7
}

.liftup.collection .category,
.liftup.node-collection .category {
    visibility: hidden
}

.liftup.collection .filler:before,
.liftup.node-collection .filler:before {
    background-color: #ff94a7
}

.liftup.collection .filler:after,
.liftup.node-collection .filler:after {
    background-image: url(/sites/all/themes/unity_oulu_2016/img/collection.svg)
}

.liftup.weblink .color,
.liftup.node-weblink .color {
    background-color: #193b8f
}

.liftup.weblink .filler:before,
.liftup.node-weblink .filler:before {
    background-color: #193b8f
}

.liftup.weblink .filler:after,
.liftup.node-weblink .filler:after {
    background-image: url(/sites/all/themes/unity_oulu_2016/img/weblink.svg)
}

.liftup.job-ad .color {
    background-color: #00acf1
}

.liftup.job-ad .filler:before {
    background-color: #00acf1
}

.liftup.job-ad .filler:after {
    background-image: url(/sites/all/themes/unity_oulu_2016/img/job.svg)
}

.liftup.seminar .color {
    background-color: #00b844
}

.liftup.seminar .filler:before {
    background-color: #00b844
}

.liftup.seminar .filler:after {
    background-image: url(/sites/all/themes/unity_oulu_2016/img/seminar.svg?20161115)
}

.liftup.student-story .color,
.liftup.node-student-story .color {
    background-color: #f7941e
}

.liftup.student-story .date,
.liftup.node-student-story .date {
    display: none
}

.liftup.student-story .filler:before,
.liftup.node-student-story .filler:before {
    background-color: #f7941e
}

.liftup.student-story .filler:after,
.liftup.node-student-story .filler:after {
    background-image: url(/sites/all/themes/unity_oulu_2016/img/page.svg)
}

.liftup.facebook .color,
.liftup.node-facebook .color {
    background-color: #1b3b8d
}

.liftup.facebook .content,
.liftup.node-facebook .content {
    font-size: 1.6rem;
    font-family: "MessinaSerif", serif
}

.liftup.facebook .filler:before,
.liftup.node-facebook .filler:before {
    background-color: #1b3b8d
}

.liftup.facebook .filler:after,
.liftup.node-facebook .filler:after {
    background-image: url(/sites/all/themes/unity_oulu_2016/img/page.svg)
}

.liftup.instagram .color,
.liftup.node-instagram .color {
    background-color: #e95950
}

.liftup.instagram .content,
.liftup.node-instagram .content {
    font-size: 1.6rem;
    font-family: "MessinaSerif", serif
}

.liftup.instagram .filler:before,
.liftup.node-instagram .filler:before {
    background-color: #e95950
}

.liftup.instagram .filler:after,
.liftup.node-instagram .filler:after {
    background-image: url(/sites/all/themes/unity_oulu_2016/img/page.svg)
}

.liftup.twitter .views-field-field-tweet-contents,
.liftup.node-twitter .views-field-field-tweet-contents {
    font-family: "MessinaSerif", serif
}

.liftup.twitter .views-field-field-tweet-contents p,
.liftup.node-twitter .views-field-field-tweet-contents p {
    margin: 0
}

.liftup.twitter .color,
.liftup.node-twitter .color {
    background-color: #55acee
}

.liftup.twitter .filler:before,
.liftup.node-twitter .filler:before {
    background-color: #55acee
}

.liftup.twitter .filler:after,
.liftup.node-twitter .filler:after {
    background-image: url(/sites/all/themes/unity_oulu_2016/img/page.svg)
}

.filler {
    display: block
}

.liftup .filler {
    position: relative
}

.liftup .filler:before {
    margin-bottom: 1rem;
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%
}

.liftup .filler>a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.filler:after {
    right: 0;
    left: 0;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    display: block;
    width: 50%;
    height: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.feed {
    margin-top: 6rem
}

@media (max-width:479px) {
    .feed .liftup {
        width: 100%
    }
}

@media (max-width:767px) {
    .feed .liftup:nth-child(2n+3) {
        clear: both
    }
}

@media (min-width:768px) {
    .feed .liftup--overlay {
        position: relative;
        cursor: pointer;
        margin-bottom: 3rem;
        overflow: hidden;
        padding: 0
    }
    .feed .liftup--overlay:before {
        margin-bottom: 1rem;
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%
    }
    .feed .liftup--overlay>a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    .feed .liftup--overlay:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.15)
    }
    .feed .liftup--overlay:before {
        top: 0;
        bottom: 0
    }
    .feed .liftup--overlay a {
        position: absolute;
        overflow: hidden;
        left: 15px;
        right: 15px
    }
    .feed .liftup--overlay a.filler:before {
        position: absolute;
        height: 100%;
        left: 0;
        right: 0;
        width: auto
    }
    .feed .liftup--overlay a.filler:after {
        right: 15px;
        left: 15px
    }
    .feed .liftup--overlay a:not(.filler):after {
        display: block;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#80000000', GradientType=0);
        margin-top: -150px;
        height: 100%;
        width: 100%;
        content: ''
    }
    .feed .liftup--overlay img {
        width: 100%;
        height: 100%;
        max-width: none;
        object-fit: cover;
        font-family: "object-fit:cover;"
    }
    .feed .liftup--overlay .texts {
        color: white;
        position: absolute;
        bottom: 2rem;
        left: 3.5rem;
        right: 3.5rem;
        background-color: transparent;
        z-index: 10;
        padding-top: 1rem
    }
    .feed .liftup--overlay .texts a {
        color: white;
        position: relative;
        left: unset;
        right: unset
    }
    .feed .liftup--overlay .texts a:after {
        display: none
    }
    .feed .liftup--overlay .meta {
        line-height: 1rem
    }
    .feed .liftup--overlay .meta span {
        background-color: transparent;
        display: inline-block
    }
    .feed .liftup--overlay .meta span:last-child {
        box-shadow: none
    }
    .feed .liftup--overlay .meta span.color:after {
        content: ''
    }
    .feed .liftup--overlay .meta .date-display-range {
        background-color: transparent
    }
}

@media (min-width:992px) {
    .feed .liftup--overlay-md {
        position: relative;
        cursor: pointer;
        margin-bottom: 3rem;
        overflow: hidden;
        padding: 0
    }
    .feed .liftup--overlay-md:before {
        margin-bottom: 1rem;
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%
    }
    .feed .liftup--overlay-md>a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    .feed .liftup--overlay-md:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.15)
    }
    .feed .liftup--overlay-md:before {
        top: 0;
        bottom: 0
    }
    .feed .liftup--overlay-md a {
        position: absolute;
        overflow: hidden;
        left: 15px;
        right: 15px
    }
    .feed .liftup--overlay-md a.filler:before {
        position: absolute;
        height: 100%;
        left: 0;
        right: 0;
        width: auto
    }
    .feed .liftup--overlay-md a.filler:after {
        right: 15px;
        left: 15px
    }
    .feed .liftup--overlay-md a:not(.filler):after {
        display: block;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#80000000', GradientType=0);
        margin-top: -150px;
        height: 100%;
        width: 100%;
        content: ''
    }
    .feed .liftup--overlay-md img {
        width: 100%;
        height: 100%;
        max-width: none;
        object-fit: cover;
        font-family: "object-fit:cover;"
    }
    .feed .liftup--overlay-md .texts {
        color: white;
        position: absolute;
        bottom: 2rem;
        left: 3.5rem;
        right: 3.5rem;
        background-color: transparent;
        z-index: 10;
        padding-top: 1rem
    }
    .feed .liftup--overlay-md .texts a {
        color: white;
        position: relative;
        left: unset;
        right: unset
    }
    .feed .liftup--overlay-md .texts a:after {
        display: none
    }
    .feed .liftup--overlay-md .meta {
        line-height: 1rem
    }
    .feed .liftup--overlay-md .meta span {
        background-color: transparent;
        display: inline-block
    }
    .feed .liftup--overlay-md .meta span:last-child {
        box-shadow: none
    }
    .feed .liftup--overlay-md .meta span.color:after {
        content: ''
    }
    .feed .liftup--overlay-md .meta .date-display-range {
        background-color: transparent
    }
}

@media (min-width:768px) and (max-width:991px) {
    .feed .liftup--overlay-md-max {
        position: relative;
        cursor: pointer;
        margin-bottom: 3rem;
        overflow: hidden;
        padding: 0
    }
    .feed .liftup--overlay-md-max:before {
        margin-bottom: 1rem;
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%
    }
    .feed .liftup--overlay-md-max>a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    .feed .liftup--overlay-md-max:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.15)
    }
    .feed .liftup--overlay-md-max:before {
        top: 0;
        bottom: 0
    }
    .feed .liftup--overlay-md-max a {
        position: absolute;
        overflow: hidden;
        left: 15px;
        right: 15px
    }
    .feed .liftup--overlay-md-max a.filler:before {
        position: absolute;
        height: 100%;
        left: 0;
        right: 0;
        width: auto
    }
    .feed .liftup--overlay-md-max a.filler:after {
        right: 15px;
        left: 15px
    }
    .feed .liftup--overlay-md-max a:not(.filler):after {
        display: block;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#80000000', GradientType=0);
        margin-top: -150px;
        height: 100%;
        width: 100%;
        content: ''
    }
    .feed .liftup--overlay-md-max img {
        width: 100%;
        height: 100%;
        max-width: none;
        object-fit: cover;
        font-family: "object-fit:cover;"
    }
    .feed .liftup--overlay-md-max .texts {
        color: white;
        position: absolute;
        bottom: 2rem;
        left: 3.5rem;
        right: 3.5rem;
        background-color: transparent;
        z-index: 10;
        padding-top: 1rem
    }
    .feed .liftup--overlay-md-max .texts a {
        color: white;
        position: relative;
        left: unset;
        right: unset
    }
    .feed .liftup--overlay-md-max .texts a:after {
        display: none
    }
    .feed .liftup--overlay-md-max .meta {
        line-height: 1rem
    }
    .feed .liftup--overlay-md-max .meta span {
        background-color: transparent;
        display: inline-block
    }
    .feed .liftup--overlay-md-max .meta span:last-child {
        box-shadow: none
    }
    .feed .liftup--overlay-md-max .meta span.color:after {
        content: ''
    }
    .feed .liftup--overlay-md-max .meta .date-display-range {
        background-color: transparent
    }
}

@media (min-width:992px) {
    .feed .liftup--overlay-md-max {
        clear: both
    }
}

@media (min-width:768px) {
    .feed .liftup--deck-sm {
        clear: both
    }
}

@media (min-width:992px) {
    .feed .liftup--deck-sm {
        clear: none
    }
}

@media (min-width:992px) {
    .feed .liftup--deck-md {
        clear: both
    }
}

.listing h1 {
    margin-bottom: 6rem
}

.listing .liftup {
    position: relative;
    display: table;
    margin-bottom: 6rem
}

.listing .liftup>a {
    padding-right: 2rem
}

.listing .liftup>a,
.listing .liftup .texts {
    display: table-cell;
    vertical-align: top
}

.listing .liftup .filler {
    display: block
}

.listing .liftup .texts .meta {
    max-width: 300px
}

.listing .liftup .texts p {
    margin-top: 1rem
}

.listing {
    margin-top: 6rem
}

@media (min-width:480px) {
    .listing {
        padding-left: 6rem;
        padding-right: 6rem
    }
}

@media (min-width:768px) {
    .listing {
        padding-left: 8rem;
        padding-right: 8rem
    }
}

.content .listing {
    padding-left: 0;
    padding-right: 0
}

blockquote {
    font-family: "MessinaSerif", serif;
    border: none;
    font-size: 3.5rem;
    line-height: 1.2;
    margin: 6rem 3rem
}

blockquote footer {
    background: transparent;
    padding: 0;
    margin-top: 0
}

blockquote footer:before {
    content: ''
}

blockquote .field-name-field-region-header-button a {
    font-size: 1.6rem;
    display: inline-block;
    padding: 1rem 6rem;
    background-color: #00acf1;
    color: #fff
}

.fullimage blockquote {
    font-family: "MessinaSans", sans-serif;
    font-size: 3.6rem
}

#block-block-154,
#block-block-156 {
    flex: 0 100%;
    margin-bottom: 6rem;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .page-node-40095 .region-content-bottom,
    .page-node-40094 .region-content-bottom {
        padding-left: 8rem;
        padding-right: 8rem
    }
}

#block-block-87,
#block-block-73,
#block-block-45 {
    float: left;
    padding: 2rem;
    margin: 0 15px;
    margin-bottom: 15px;
    text-align: center;
    flex: 0 100%
}

@media (min-width:992px) {
    #block-block-87,
    #block-block-73,
    #block-block-45 {
        flex: 3
    }
}

#block-block-87 h2,
#block-block-73 h2,
#block-block-45 h2 {
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 2rem
}

#block-block-87 ul,
#block-block-73 ul,
#block-block-45 ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#block-block-87 ul li a,
#block-block-73 ul li a,
#block-block-45 ul li a {
    color: #000
}

#block-block-87 {
    border: 8px solid #4bbca9
}

#block-block-87 ul li a:hover {
    color: #4bbca9
}

#block-block-73 {
    border: 8px solid #67686a
}

#block-block-73 ul li a:hover {
    color: #67686a
}

#block-block-45 {
    border: 8px solid #00aeef
}

#block-block-45 ul li a:hover {
    color: #00aeef
}

.view-student-stories .view-header,
.view-alumni-stories .view-header {
    margin: 0 15px
}

.view-student-stories h2,
.view-alumni-stories h2 {
    font-size: 3.6rem;
    color: #193b8f
}

.block-facebook-widget h2,
.block-twitter-widget h2 {
    font-size: 3.6rem;
    color: #193b8f
}

.view-university-front-page .fullimage img {
    height: 220px
}

@media (min-width:768px) {
    .view-university-front-page .fullimage img {
        height: 440px
    }
}

.fullimage {
    position: relative;
    height: 220px;
    overflow: hidden
}

.fullimage img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    object-fit: cover;
    font-family: "object-fit:cover;"
}

.fullimage:after {
    z-index: 1;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    display: block;
    width: 50%;
    height: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width:768px) {
    .fullimage {
        height: 440px
    }
}

.fullimage .text {
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    left: 6rem
}

@media (min-width:768px) {
    .fullimage .text {
        left: 8rem
    }
}

.fullimage .text h2 {
    margin-top: 0
}

.fullimage .text a {
    display: inline-block;
    padding: 1rem 6rem;
    background-color: #00acf1;
    color: #fff
}

.fullimage .text.type-center {
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.fullimage .text.type-right {
    left: auto;
    right: 6rem
}

@media (min-width:768px) {
    .fullimage .text.type-right {
        right: 8rem
    }
}

.fullimage blockquote {
    z-index: 3;
    padding: 0;
    margin: 0;
    margin-left: 1.5rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width:768px) {
    .fullimage blockquote {
        max-width: 50%
    }
}

.fullimage blockquote h3 {
    display: block;
    font-size: 2.6rem;
    line-height: 1
}

@media (min-width:768px) {
    .fullimage blockquote {
        margin-left: 8rem
    }
}

.fullimage blockquote.center {
    left: 0;
    right: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.fullimage blockquote.center footer {
    text-align: center
}

.fullimage blockquote.right {
    right: 0;
    margin-right: 1.5rem
}

@media (min-width:768px) {
    .fullimage blockquote.right {
        margin-right: 8rem;
        margin-left: 0
    }
}

.fullimage blockquote.white {
    color: #fff
}

.fullimage blockquote footer {
    color: #212224;
    text-align: left;
    font-size: 1.6rem
}

.fullimage blockquote footer.yellow {
    color: #fff200
}

.field-collection-container .field-item:first-child .fullimage {
    margin-top: 0
}

.page.fullimage {
    background-color: #193b8f
}

.page.fullimage:after {
    background-image: url(/sites/all/themes/unity_oulu_2016/img/page.svg)
}

.news.fullimage {
    background-color: #fff200
}

.news.fullimage:after {
    background-image: url(/sites/all/themes/unity_oulu_2016/img/news.svg)
}

.event.fullimage {
    background-color: #eb008c
}

.event.fullimage:after {
    background-image: url(/sites/all/themes/unity_oulu_2016/img/event.svg?20161102)
}

.thesis.fullimage {
    background-color: #4bbca9
}

.thesis.fullimage:after {
    background-image: url(/sites/all/themes/unity_oulu_2016/img/defence.svg)
}

.job-ad.fullimage {
    background-color: #00acf1
}

.job-ad.fullimage:after {
    background-image: url(/sites/all/themes/unity_oulu_2016/img/job.svg)
}

.blog.fullimage {
    background-color: #662d91
}

.blog.fullimage:after {
    background-image: url(/sites/all/themes/unity_oulu_2016/img/blog.svg)
}

.seminar.fullimage {
    background-color: #00b844
}

.seminar.fullimage:after {
    background-image: url(/sites/all/themes/unity_oulu_2016/img/seminar.svg?20161115)
}

.taxonomy-term.fullimage {
    background-color: #193b8f
}

.taxonomy-term.fullimage:after {
    background-image: url(/sites/all/themes/unity_oulu_2016/img/page.svg)
}

.taxonomy-term.fullimage.vocabulary-blog-category {
    background-color: #662d91
}

.taxonomy-term.fullimage.vocabulary-blog-category:after {
    background-image: url(/sites/all/themes/unity_oulu_2016/img/blog.svg)
}

@media (max-width:767px) {
    .fullimage {
/*        padding: 6rem 0; /*-IMPORTANT- BANNER IMAGE: default padding of 8 rem makes the div too tall, which is then filled with the image to full height, leading to cropped edges*/
        height: 30vw; /*this and previous line are important to get nicely working, in scale animations on the phone; Default: height: auto;*/
    }
    .fullimage img {
        height: 100% !important; /*-IMPORTANT- : This is what screws Uni logo in banner*/ /*OR NOT*/
        position: absolute;
        top: 0
    }
    .fullimage .text {
        position: relative;
        transform: none;
        top: auto;
        left: auto
    }
    .fullimage .text.type-right {
        right: auto
    }
    .fullimage .text.type-center {
        left: auto;
        transform: none
    }
}

.field-collection-container {
    border-bottom: none;
    margin-bottom: 0
}

.field-collection-container .field-collection-view {
    border-bottom: none;
    padding: 0;
    margin: 0
}

.field-collection-container .field-collection-view .row .row {
    margin-left: 0;
    margin-right: 0
}

.field-collection-container .field-items .field-item {
    margin-bottom: 0
}

.field-collection-container h2,
.field-collection-container .field-name-field-region-row-title {
    font-size: 3.6rem;
    margin-top: 0;
    color: #193b8f
}

.field-collection-container .field-name-field-region-row-title {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px
}

.field-collection-container h3 ~ p {
    margin-top: 0
}

.field-collection-container ul,
.field-collection-container ol {
    font-family: "MessinaSerif", serif
}

.field-collection-container .more {
    margin: 2rem 0
}

@media (min-width:992px) {
    .field-collection-container .more {
        margin: 0 0 6rem 0;
        position: relative;
        top: -1rem
    }
}

.field-collection-container .more a {
    font-family: "MessinaSans", sans-serif
}

.social {
    border: 1px solid #bcbdc0;
    border-width: 0;
    padding: 2rem 0
}

.social a {
    height: 2rem;
    line-height: 2rem;
    margin-right: 2rem;
    color: #212224
}

@media (min-width:992px) {
    .social a {
        margin-right: 3rem
    }
}

.social a:last-child {
    margin-right: 0
}

.social a img {
    height: 2rem
}

.social a .counter {
    font-size: 1rem;
    padding: 0.5rem;
    border: 1px solid #bcbdc0;
    margin-left: 1rem
}

.content .social img {
    height: 2rem !important
}

.view-social-media h3 {
    margin-top: 0
}

.view-social-media .view-header {
    margin-bottom: 3rem;
    margin-top: 6rem
}

.view-social-media .view-header a.social-media-link {
    color: #212224;
    font-size: 1.4rem;
    font-weight: 500;
    padding-right: 4rem;
    position: relative
}

.view-social-media .view-header a.social-media-link:before {
    content: '';
    position: absolute;
    right: 1rem;
    top: 0;
    width: 10px;
    height: 15px;
    background: transparent url(/sites/all/themes/unity_oulu_2016/img/icon_arrow_blue.png) no-repeat;
    background-size: 70%;
    text-align: center;
    vertical-align: middle;
    background-position: 70%
}

.view-social-media .view-content {
    margin-left: -15px;
    margin-right: -15px
}

.view-social-media .facebook:nth-child(4n+1),
.view-social-media .instagram:nth-child(4n+1),
.view-social-media .twitter:nth-child(4n+1) {
    clear: both
}

@media (min-width:768px) {
    .social {
        border-width: 1px 0
    }
}

table {
    border-collapse: collapse;
    border: none
}

table tr,
table td,
table th {
    border: none;
    padding: 0;
    margin: 0
}

table tr {
    display: block
}

@media (min-width:992px) {
    table tr {
        display: table-row
    }
}

table tr:nth-of-type(odd) {
    background-color: #ededed
}

table td,
table th {
    display: block;
    padding: 5px
}

@media (min-width:992px) {
    table td,
    table th {
        display: table-cell
    }
}

.field-collection-container table tr:nth-of-type(odd) {
    background-color: transparent
}

#haku-etabs {
    margin-top: 2rem;
    padding-left: 0;
    list-style: none;
    display: block;
    overflow: hidden;
    margin-bottom: -1px;
    font-family: "MessinaSans", sans-serif
}

#haku-etabs li {
    display: inline;
    float: left
}

#haku-etabs li a {
    font-weight: 500;
    display: block;
    padding: 1.5rem 2rem;
    border: 1px solid #c0c0c0;
    background: #ebebeb;
    color: #212224;
    font-size: 1.4rem
}

@media (min-width:992px) {
    #haku-etabs li a {
        font-size: 1.6rem
    }
}

#haku-etabs li a.haku-active {
    background: #fff;
    color: #193b8f;
    border-bottom: 1px solid #fff
}

.haku-content {
    clear: both;
    padding: 2rem;
    border: 1px solid #c0c0c0
}

.haku-content form input[type="text"] {
    border: 1px solid #cfcfcf;
    background: #fff
}

@media (min-width:992px) {
    .haku-content form input[type="text"] {
        width: 60%;
        float: left;
        border: 1px solid #cfcfcf;
        margin-right: 5px
    }
}

.haku-content form p {
    display: block
}

@media (min-width:992px) {
    .haku-content form p {
        display: inline
    }
    .haku-content form p button {
        float: left;
        margin-top: -2rem
    }
}

.haku-content form select {
    margin: 2rem 0
}

@media (min-width:992px) {
    .haku-content form select {
        margin: 0;
        margin-right: 5px;
        float: left;
        display: block
    }
}

.haku-content form button {
    display: inline-block;
    padding: 1rem 6rem;
    background-color: #00acf1;
    color: #fff;
    border: none;
    float: left;
    margin-top: 2rem
}

@media (min-width:992px) {
    .haku-content form button {
        margin-top: 0
    }
}

.haku-content form fieldset {
    border: none;
    padding: 0;
    margin: 0
}

/*.textlift img { /*-IMPORTANT-: makes impossible to change aspect ratio of img  -CHANGED-:REMOVED*/
/*    height: auto !important
}*/

@media (min-width:768px) {
    .textlift {
        padding-left: 8rem;
        padding-right: 8rem
    }
    .textlift p {
        font-size: 1.8rem;
        font-family: "MessinaSans", sans-serif
    }
}

.linklist a {
    display: block;
    color: #212224;
    cursor: pointer
}

@media (min-width:768px) {
    .linklists {
        padding-left: 8rem;
        padding-right: 8rem
    }
}

.view-university-front-page:first-of-type .fullimage {
    margin-top: 0
}

.primary-menu-container {
    float: right
}

.secondary-menu-container {
    margin-right: 8rem;
    float: right
}

.secondary-menu-container .language-switcher-locale-url {
    float: left
}

.secondary-menu-container .language-switcher-locale-url a {
    font-size: 1.2rem;
    cursor: pointer;
    padding: 2rem 3rem;
    display: block
}

.secondary-menu-container .language-switcher-locale-url a:hover {
    text-decoration: none;
    color: #4bbca9
}

.secondary-menu-container .menu-block-oulu_facelift_toolbar_menu {
    float: left
}

nav.desktop {
    position: static !important
}

nav.desktop>div>div>ul>li {
    display: inline-block
}

nav.desktop>div>div>ul>li>a {
    cursor: pointer;
    padding: 2rem 3rem;
    display: block
}

nav.desktop>div>div .secondary {
    padding: 0
}

nav.desktop>div>div .secondary a {
    font-size: 1.2rem
}

nav.desktop>div>div .secondary a:hover {
    text-decoration: none;
    color: #4bbca9
}

nav.desktop>div>div ul.primary {
    position: static;
    margin-bottom: 0;
    bottom: 0
}

nav.desktop>div>div ul.primary>li ul {
    padding-left: 0
}

nav.desktop>div>div ul.primary>li ul li {
    display: block
}

nav.desktop>div>div ul.primary>li>ul {
    position: absolute;
    visibility: hidden;
    padding: 6rem
}

nav.desktop>div>div ul.primary>li>.menupage,
nav.desktop>div>div ul.primary>li>ul {
    background-color: #662d91;
    position: absolute;
    width: 100%;
    left: 15px;
    right: 0;
    text-align: left;
    visibility: hidden;
    z-index: 1000
}

nav.desktop>div>div ul.primary>li>.menupage>ul,
nav.desktop>div>div ul.primary>li>ul>ul {
    padding: 6rem
}

nav.desktop>div>div ul.primary>li>.menupage a,
nav.desktop>div>div ul.primary>li>ul a {
    color: #fff;
    text-transform: uppercase
}

nav.desktop>div>div ul.primary>li>.menupage li,
nav.desktop>div>div ul.primary>li>ul li {
    text-align: left;
    margin-bottom: 2rem
}

nav.desktop>div>div ul.primary>li>.menupage li:last-child,
nav.desktop>div>div ul.primary>li>ul li:last-child {
    margin-bottom: 0
}

nav.desktop>div>div ul.primary>li>.menupage li>a,
nav.desktop>div>div ul.primary>li>ul li>a {
    font-weight: bold;
    margin-bottom: 1rem;
    display: block
}

nav.desktop>div>div ul.primary>li>.menupage li>ul,
nav.desktop>div>div ul.primary>li>ul li>ul {
    margin-bottom: 3rem
}

nav.desktop>div>div ul.primary>li>.menupage li>ul li,
nav.desktop>div>div ul.primary>li>ul li>ul li {
    margin-bottom: 0;
    margin-top: 0.8rem
}

nav.desktop>div>div ul.primary>li>.menupage li>ul li>a,
nav.desktop>div>div ul.primary>li>ul li>ul li>a {
    text-transform: none;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 20px
}

nav.desktop>div>div ul.primary>li>.menupage li>ul li:first-child,
nav.desktop>div>div ul.primary>li>ul li>ul li:first-child {
    margin-top: 0
}

nav.desktop>div>div ul.primary>li:hover {
    background-color: #662d91
}

nav.desktop>div>div ul.primary>li:hover>a {
    color: #fff;
    text-decoration: none
}

nav.desktop>div>div ul.primary>li:hover>.menupage {
    visibility: visible
}

nav.desktop>div>div ul.primary>li:nth-child(5n+1):hover,
nav.desktop>div>div ul.primary>li:nth-child(5n+1)>.menupage {
    background-color: #00acf1
}

nav.desktop>div>div ul.primary>li:nth-child(5n+2):hover,
nav.desktop>div>div ul.primary>li:nth-child(5n+2)>.menupage {
    background-color: #662d91
}

nav.desktop>div>div ul.primary>li:nth-child(5n+3):hover,
nav.desktop>div>div ul.primary>li:nth-child(5n+3)>.menupage {
    background-color: #00b844
}

nav.desktop>div>div ul.primary>li:nth-child(5n+4):hover,
nav.desktop>div>div ul.primary>li:nth-child(5n+4)>.menupage {
    background-color: #193b8f
}

nav.desktop>div>div ul.primary>li:nth-child(5n):hover,
nav.desktop>div>div ul.primary>li:nth-child(5n)>.menupage {
    background-color: #eb008c
}

nav.desktop>div>div ul.primary>li.search {
    position: relative
}

nav.desktop>div>div ul.primary>li.search svg {
    vertical-align: middle
}

nav.desktop>div>div ul.primary>li.search svg path {
    fill: #4a4a4a
}

nav.desktop>div>div ul.primary>li.search form {
    position: absolute;
    visibility: hidden;
    width: 300px;
    left: -300px;
    top: 0;
    background-color: #4bbca9;
    padding: 1rem;
    margin: 0
}

nav.desktop>div>div ul.primary>li.search form input {
    border: none;
    padding: 1rem;
    width: 100%
}

nav.desktop>div>div ul.primary>li.search form button {
    visibility: hidden;
    display: none
}

nav.desktop>div>div ul.primary>li.search:hover {
    background-color: #4bbca9
}

nav.desktop>div>div ul.primary>li.search:hover svg path {
    fill: #fff
}

nav.desktop>div>div ul.primary>li.search.focused {
    background-color: #4bbca9
}

nav.desktop>div>div ul.primary>li.search.focused form {
    visibility: visible
}

nav.desktop>div>div ul.primary>li.search.focused svg path {
    fill: #fff
}

nav.mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    pointer-events: none;
    display: none
}

nav.mobile.open {
    display: block
}

nav.mobile .menublock {
    width: 100%;
    height: 100%
}

nav.mobile .menublock ul {
    height: 100%;
    max-height: 100vh;
    width: 0%;
    background-color: #662d91;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    transition: all 300ms;
    overflow-y: scroll;
    overflow-x: hidden;
    pointer-events: auto
}

nav.mobile .menublock ul li {
    display: block;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0;
    background: transparent url(/sites/all/themes/unity_oulu_2016/img/icon_menuarrow.png) no-repeat;
    background-size: 9px 13px;
    background-position: right 2rem center
}

nav.mobile .menublock ul li a {
    display: block;
    padding: 2rem 5rem;
    color: #fff
}

nav.mobile .menublock ul li.backlink {
    text-align: left;
    text-transform: none;
    background: transparent url(/sites/all/themes/unity_oulu_2016/img/logo_mobilemenu_short.svg) no-repeat;
    background-size: 50%;
    background-position: 50% 100%;
    height: 200px
}

nav.mobile .menublock ul li.backlink a {
    padding: 2rem
}

nav.mobile .menublock ul li.backlink a:before {
    content: "";
    width: 10px;
    height: 13px;
    display: inline-block;
    background: transparent url(/sites/all/themes/unity_oulu_2016/img/icon_menuarrow.png) no-repeat;
    background-size: 9px 13px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: "FlipH";
    filter: FlipH;
    margin-right: 1rem
}

nav.mobile .menublock ul li.backlink+li {
    border-top-width: 0;
    font-weight: 500
}

nav.mobile .menublock ul li.pagelink {
    background-color: #ebebeb
}

nav.mobile .menublock ul li.secondary {
    text-transform: none;
    background: none
}

nav.mobile .menublock ul li.search {
    pointer-events: auto;
    background: #4bbca9;
    position: relative
}

nav.mobile .menublock ul li.search a {
    padding: 2rem
}

nav.mobile .menublock ul li.search svg {
    vertical-align: middle
}

nav.mobile .menublock ul li.search svg path {
    fill: #fff
}

nav.mobile .menublock ul li.search form {
    visibility: visible;
    position: relative;
    display: inline-block;
    padding: 1.5rem;
    padding-right: 61px;
    margin: 0;
    width: 100%
}

nav.mobile .menublock ul li.search form input {
    border: none;
    padding: 0.5rem;
    width: 100%
}

nav.mobile .menublock ul li.search form button {
    visibility: hidden;
    display: none
}

nav.mobile .menublock ul li.search a {
    position: absolute;
    top: 0;
    right: 0
}

nav.mobile .menublock .backtab {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background-color: rgba(0, 0, 0, 0.2);
    border-right: 5px solid rgba(0, 0, 0, 0.3);
    transition: all 300ms;
    opacity: 1;
    pointer-events: auto
}

nav.mobile .menublock.closed .backtab {
    opacity: 0;
    visibility: hidden
}

nav.mobile .menublock:first-child ul {
    background-color: #fff
}

nav.mobile .menublock:first-child ul li {
    border-color: #acacac
}

nav.mobile .menublock:first-child ul li.backlink {
    height: 62px; /*-CHANGE- reduced from 300px to the size of the close box to save screen space*/
    background: transparent url(/sites/all/themes/unity_oulu_2016/img/logo_mobilemenu.svg) no-repeat;
    background-size: 50%;
    background-position: 50%
}

nav.mobile .menublock:first-child ul li.backlink a {
    position: relative;
    text-indent: -5000em
}

nav.mobile .menublock:first-child ul li.backlink a:before,
nav.mobile .menublock:first-child ul li.backlink a:after {
    content: "";
    width: 4px;
    height: 30px;
    position: absolute;
    top: 2rem;
    left: 3rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #4bbca9
}

nav.mobile .menublock:first-child ul li.backlink a:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

nav.mobile .menublock:first-child ul li a {
    color: #212224
}

nav.mobile .menublock:nth-child(n+3) ul li:nth-child(n+3) a {
    text-transform: none
}

.mobilemenutoggle {
    width: 30px;
    height: 60px;
    position: relative;
    cursor: pointer;
    display: block
}

.mobilemenutoggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #4bbca9;
    opacity: 1;
    left: 0
}

.mobilemenutoggle span:nth-child(1) {
    top: 21px
}

.mobilemenutoggle span:nth-child(2) {
    top: 31px
}

.mobilemenutoggle span:nth-child(3) {
    top: 41px
}

.page-menu {
    background-color:#662d91; /*NEW: FEB/2019*/
    display: none;
    padding: 0;
    width: 100%;
    line-height: 1;
    margin-bottom: 2rem;
    padding-left: 10px;
    padding-right: 10px
}

.page-menu.menu-pull {
    position: relative;
    z-index: 10;
}

.page-menu.page-menu-collection {
    margin-bottom: 0rem; /*-CHANGE- from 6rem, see also line below*/
    padding-left: 0;
    padding-right: 0
}

.page-menu.page-menu-collection+.textlift {
    margin-top: 3rem /*-CHANGE- from 6rem, see also line above*/
}

.page-menu.menu-push {
    margin-top: 1rem
}

@media (min-width:992px) {
    .page-menu {
        display: block
    }
    .page-menu .page-menu-collection+.textlift {
        margin-top: 0
    }
}

.page-menu ul {
    background: #fff;
    display: block;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 0px;
    padding: 0
}

@media (min-width:768px) {
    .page-menu ul {
        margin-left: 0rem; /*CHANGE 8rem -> 0rem; FEB/2019 to fit menu from side to side */
        margin-right: 0rem  /*CHANGE 8rem -> 0rem; FEB/2019 to fit menu from side to side */
    }
}

.page-menu ul li {
    display: inline;
    float: left;
    margin-bottom: 2px
}

.page-menu ul li a {
    color: #FFFFFF; /*CHANGE FEB/2019*/
    display: block;
/*    border-right: 2px solid #fff; REMOVED FEB/2019*/
    padding: 1.5rem 2rem; /*-CHANGE- changed horizontal padding from 2rem to 0 rem for nicer centering of tight links*/ /*FEB/2019 - changed back*/
    background: #662d91; /*CHANGE FEB/2019*/
    text-transform: none;
    font-family: "MessinaSans", sans-serif;
    font-weight: 500
}

/*.page-menu ul li a.active,
.page-menu ul li a.active-trail {
    background: #fff;
    color: #193b8f
}*/

/*.front .page-menu ul li:first-child a { -CHANGE-:REMOVED
    background: #fff
}*/

/*.page-menu ul li:last-child a { -CHANGE-:REMOVED
    border-right: none
}*/

.page-menu ul ul {
    display: none
}

.third-level-nav {
    margin-top: 4rem
}

.third-level-nav ul {
    padding: 0
}

.third-level-nav ul ul {
    display: none
}

.third-level-nav ul li {
    list-style: none;
    display: block;
    padding: 1.5rem;
    padding-right: 0;
    list-style: none;
    display: block;
    border: 1px solid black;
    border-bottom: 0
}

.third-level-nav ul li.parent a {
    padding-right: 4rem;
    background: transparent url(/sites/all/themes/unity_oulu_2016/img/icon_menuarrow.png) no-repeat;
    background-size: 9px 13px;
    background-position: right 2rem center
}

.third-level-nav ul li:not(.parent) a {
    background: none
}

.third-level-nav ul li:last-child {
    border-bottom: 1px solid black
}

.third-level-nav ul li a {
    display: block;
    font-size: 1.4rem;
    color: #212224;
    font-weight: 500
}

.third-level-nav ul li a.active,
.third-level-nav ul li a.active-trail {
    color: #193b8f
}

.third-level-nav ul li a.active ~ ul,
.third-level-nav ul li a.active-trail ~ ul {
    display: block
}

.third-level-nav ul li a.active ~ ul li,
.third-level-nav ul li a.active-trail ~ ul li {
    border: none
}

/*======================================================================================================*/
/*-----------------------------------------*/
/* NEW AND PRETTY */


/* disappearing main logo on phones */

@media (max-width:768px) {img.logo-desktop-only {display:none}}

div.promovid {
width:50%;
float:right;
margin-left:10px;
}

@media (max-width:768px) {div.promovid {width:100%}}

div.smallvid {
width:40%;
float:right;
margin-left:10px;
}

@media (max-width:768px) {div.smallvid {width:100%}}

div.verticalColumnStack {
width:33%;
float:right;
margin-left:10px;
}

@media (max-width:768px) {div.verticalColumnStack {width:100%}}

video.horizontalStack {
width:33%;
}

@media (max-width:768px) {video.horizontalStack {width:100%}}

video {width:100%; height:auto};



/* @media (max-width:768px) {a.FB {display:none;}} /*Facebook disappear on phones to make nicer page*/


/* @media (max-width:768px) {video {width:100%; height:auto;}}*/



/* UTUBE vide container */
/*@media (max-width:768px) {div.YTd {position:relative; width:100%; height:0; padding-bottom: 56.25%;}}
/* @media (min-width:768px) {div.YTd {text-align:center;} width:1500px;} */
/*@media (max-width:768px) {iframe.YTi { position:absolute; width:100%;height: 100%; top:0; left:0; }}
/* @media (min-width:768px) {iframe.YTi {width:560px;height: 316%; }} */



/*-----------------------------------*/
/*------ GENERAL STYLE CHANGES ------*/
/*-----------------------------------*/

h1 {margin-top:0px;margin-bottom:10pt;font-size:36px;color:#193B8F;font-weight:bold;}
h2 {margin:0px; margin-bottom:10px;font-size:26px;color:#193B8F;font-weight:bold;}
h3 {color:rgb(25, 59, 143);font-size:20px;font-weight:bold;margin-bottom:5px;margin-top:5px;}
div.quick-nav h2 {color:rgb(25, 59, 143);font-size:20px;font-weight:bold;margin-bottom:10px;margin-top:0px;}
p {font-family:"MessinaSans", sans-serif; text-align:justify;}
h1 a, h2 a {color:#193B8F;}
h1 a:hover, h2 a:hover {color:#193B8F;}
h3 a, h4 a {color:#193B8F;}
h3 a:hover, h4 a:hover {color:#193B8F;}

img.cover {width:115px; height:153px; float:right;}
img.covern {width:115px; height:153px; float:right; border: 1px solid rgba(0,0,0,1)}

div.paragraph ul li {font-size:1.8rem;} /*BIGGER FONT IN LISTS, THE SAME AS IN PARAGRAPHS*/ /*OPTION: CONSIDER NECESSITY OF THIS, removed 03/11/17, put back 17/11/17*/
@media (max-width:768px) {div.paragraph ul li {font-size:1.6rem;}}

/*div.header-image {
height:440px;
width:1440px;
margin-left:-15px;}*/

@media (max-width:768px) {footer {display:none;}}

/*footer {display:none;}*/  /*-FUN TIME-*/

table.people {
  width:100%;
/*  color:black;*/}

table.people td:nth-child(1){width:30%;}
@media (max-width:768px) {table.people td:nth-child(1){width:100%;}}
/*table.people tr:nth-child(odd){background-color:#EEEEFF;} /*FEB/2019*/
/*table.people tr:hover{background-color:#CCCCFF;} /*CCCCCC*/  /*FEB/2019*/

img.person_photo {width:225px; float:left; margin-right:15px;}

/*IF EVERYTHING FITS INTO ONE BOX...*/
div.person_info {float:left;width:690px;}

/*...IF NOT, THEN CREATE A CONTAINER WITH TWO COLUMNS IN IT*/
div.person_info div {width:100%;margin-top:10px;}
div.person_info div div {float:left; width:45%; margin-right:5%;}
div.person_info div div p {margin-top:0px;} /*adjustment for same appearance as if there is only one div*/

@media (max-width:768px) {div.person_info, div.person_info div, div.person_info div div {width:100%;}}

@media (max-width:768px) {img.person_photo {object-fit:contain;width:100%;}}

div.research_interests {clear:both; float:left; margin-top:15px;}
div.research_interests p {margin-top:0px;}

div.double-column {width:50%; float:left;}
div.double-column: after {clear:both;}
@media (max-width:768px) {div.double-column {width:100%;}}

/*---------------*/
/*@media (min-width:992px) {*/
table.seminars {width:100%; text-align:center;display: table;}

table.seminars tr {display: table-row} /*force table look on phones, originally only on >992px devices*/
table.seminars tr:nth-child(n+2):hover{background-color:#CCCCCC;} /*background hover from 2nd row onwards*/

/* OPTION1 only date and speaker*/
/*table.seminars td, table.seminars th {display: table-cell} /*IMPORTANT: required for proper display of tables on phones; originally included only for >992px media*/

/* OPTION2*/
table.seminars tr td {width:45%; display: inline-block;} /*IMPORTANT: required for proper display of tables on phones; originally included only for >992px media*/

/*table.seminars tr:hover {background-color:#CCCCCC;}
table.seminars tr:nth-child(1) {background-color:white;}*/
@media (min-width:769px) {table.seminars tr {background-color:white;}} /*white on desktop, alternating line needed for phones; OPTION: can be removed entirely*/
table.seminars tr:nth-child(1) td {text-decoration:underline;} /*explicit td required due to underline not being propagated in in-line block display*/
/*table.seminars tr:nth-child(2) {font-weight:bold;}*/ /*CHANGED: let's keep old seminars as well*/
table.seminars tr.actual {font-weight:bold;}
table.seminars td:nth-child(1) {width:20%;}
table.seminars td:nth-child(2) {width:30%;}
table.seminars td:nth-child(3) {width:50%;}

table.seminars tr.empty td:nth-child(2) {font-style:italic;}
table.seminars tr.empty td:nth-child(3) {font-style:italic;}
table.seminars tr.tba td:nth-child(3) {font-style:italic;}

@media (max-width:768px) {table.seminars td:nth-child(1) {width:50%;}}
@media (max-width:768px) {table.seminars td:nth-child(2) {width:50%;}}
/* @OPTION1*/
/*@media (max-width:768px) {table.seminars td:nth-child(3) {display:none;}}
/* @OPTION2*/
@media (max-width:768px) {table.seminars td:nth-child(3) {width:100%;}}

/*-----------------------------------*/
/*------------HEADER IMAGES----------*/
/*-----------------------------------*/

/*--- HEADER ANIMATION ---*/
@keyframes anim4 {
  0% {opacity:1;}
  20% {opacity:1}
  25% {opacity:0}
  95% {opacity:0}
  100% {opacity:1}}

img.anime {
/*  width:1440px;
  height:440px;*/
  position:absolute;/*stacking all header images on top of one another*/
  animation-name:anim4;
  animation-iteration-count:infinite;
  animation-duration:16s;}

img.anime:nth-of-type(1) { /*this is kinda important :) */
  animation-delay: 12s;}
img.anime:nth-of-type(2) {
  animation-delay: 8s;}
img.anime:nth-of-type(3) {
  animation-delay: 4s;}
img.anime:nth-of-type(4) {
  animation-delay: 0s;}

/*-----------------------------------*/
/*-------NEW ELEMENT ADDITIONS-------*/
/*-----------------------------------*/
img.OA {
  width:0.8em;
/*  margin-right:0.1em;*/
  margin-top:-0.2em;}

/* this for some reason does not work with title */
/*
img.OAgreen {
  content:url(/~nmrwww/img/OAgreen.png);
  width:12px;
  margin-right:5px;
  margin-top:-3px;}

img.OAgold {
  content:url(/~nmrwww/img/OAgold.png);
  width:12px;
  margin-right:5px;
  margin-top:-3px;}*/


/*-----------------------------------*/
/*-------------MAIN MENU-------------*/
/*-----------------------------------*/

/*------ MAIN MENU CHANGES ------*/
/* CONSTANT WIDTH*/
div.page-menu ul li {
/*  width:150px; /*OPTION*/
  display:block;
  margin:0px; /*maybe not necessary*/
  padding:0px;  /*maybe not necessary*/
  text-align:center;}

/*@media (max-width:1440px) {div.page-menu ul li {width:10vw; /*OPTION*//*}}*/ /*REMOVED MAR 2019 to disable too small menu items which could not fit the text, see MARK1 */

/* FREE HEIGHT FOR SUB-MENUS, BUT FIXED FOR TOP*/
div.page-menu > ul > li {
  height:46px;}

/* LINKS DECORATIONS */
div.page-menu ul li a {
  text-decoration:none;
/*  height:46px; /*think about this!!!*/ /*IMPORTANT for two-lines links*/
  text-align:center;
/*  font-weight:bold; /*nice*/} /*REMOVED FEB/2019*/

div.page-menu > ul > li > a {text-transform:uppercase;} /*NEW FEB/2019*/

.page-menu ul li a.active { text-decoration:underline; font-weight:bold;} /*903fcc*/ /*  color:#4bbca9;*/ /*#4bbca9*/

/* SUBMENUS */
div.page-menu ul ul {
  display:none;
  position:absolute; /*FEB/2019 !!!!*/
  top:46px; /*FEB/2019 !!!!*/ /*MARK1: MAR 2019 changed from 100% to 46px to accomodate for possibly occuring two-line menus*/
  margin:0px;
  padding:0px;}

/* SUBMENU ITEMS*/
div.page-menu ul ul li {
/*  width:150px; /*OPTIONS - make wider for "Research" items to fit in nicely*/
  float:none;
  position:relative;
  min-width:150px;}

/* SHOW SUBMENUS ON HOVER */
div.page-menu ul li:hover > ul {
	  display:block;}

/* CHANGE COLOR ON HOVER */
div.page-menu ul li:hover > a {
/*  background-color:#863bbd; /*903fcc*/ /*7b36af*/  /*FEB/2019 SCI*/
  background:#863bbd;
  /*color:#000000;  REMOVED FEB/2019*/ 
  /*text-decoration:underline;*/} /*OPTION, is included in UO style*/

div.page-menu ul li.header-link > a {font-weight:bold;}
/*div.page-menu ul li.header-link:hover > a {background-color:#662d91;}*/  /*FEB/2019 SCI*/

div.page-menu {background-color: }

/* SUBSUB(SUBSUBSUB......)MENUS */
div.page-menu ul ul ul {
  position: absolute;
  border-left: 2px solid #fff; /*ADDED FEB/2019*/
  left: 100%;
  top:0;}

div.page-menu ul ul li a.two-lines {padding:.5em;} /*two-lines*/
/*div.page-menu ul ul li a.two-lines span {font-size:1em;} /*for special needs of second line remarks*/
div.page-menu ul ul li a {padding:1em 1em;} /*correction to fix few pixels difference between one-line and two-lines; If not using two-lines style, comment out*/

/*-----------------------------------*/
/*------SMALL NAV ELEMENTS-----------*/
/*-----------------------------------*/

/*SMALL NAVIGATION BOXES, FOR SWITCHING BETWEEN SISTER-SUBPAGES*/

div.nav-box {text-align:center; font-size:20px; float:left; width:100px; padding:0px; border-style: solid; border-width: 1px; border-color: black; border-radius:5px; margin:2px;}
div.nav-box-active {text-align:center; font-size:20px; float:left; width:100px; padding:5px; border-style: solid; border-width: 1px; border-color: black; border-radius:5px; margin:2px;}

div.nav-box a {display:block;padding:5px;}
div.nav-box-active a {pointer-events:none; cursor:default; color:black;}
div.nav-box a:hover {background-color:#DDDDFF; border-radius:5px; text-decoration:none;}

@media (max-width:768px) {div.nav-box, div.nav-box-active {width:30%;}}

/*MAIN SMALL TOPIC DECRIPTION*/
div.topic-container
{box-sizing:border-box;
color:rgb(33, 34, 36);
display:inline-block; /*https://stackoverflow.com/questions/11811858/how-to-float-elements-with-different-heights*/
/*float:left;*/
font-family:MessinaSans, sans-serif;
font-size:16px;
line-height:22.8571px;
margin-bottom:20px;
min-height:1px;
/*padding-left:1%; /*15px*/
padding-right:1%; /*15px*/
position:relative;
text-size-adjust:100%;
width:33%; /*320px*/
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

/*div.topic-container:after {clear:left;}*/
div.topic-container + h3 {clear:left;} /*fixing align issues with the section headlines*/
div.topic-container img {object-fit:fill;max-width:100%;width:100%; margin-bottom:10px;} /*width:290px;  height:163px; <- bad for mobiles*/

@media (max-width:768px) {div.topic-container {width:100%; margin:0px; padding:5px;}}
@media (max-width:768px) {div.topic-container h3 {font-size:16px;}} /*OPTION MOBILE, together with 50% on the above line*/
@media (max-width:768px) {div.topic-container h3 + div {display:none;}} /*getting rid of the text for mobiles; obsolete in current version without text*/

div.topic-container-small
{box-sizing:border-box;
color:rgb(33, 34, 36);
display:block;
float:left;
font-family:MessinaSans, sans-serif;
font-size:16px;
line-height:22.8571px;
margin-bottom:20px;
min-height:1px;
/*padding-left:1%; /*15px*/
padding-right:1%; /*15px*/
position:relative;
text-size-adjust:100%;
width:50%; /*320px*/
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

@media (max-width:768px) {div.topic-container-small {width:50%; margin:0px; padding:5px;}}
div.topic-container-small h4 {font-size:1.6rem;}

/*UNIVERSAL COLOR DIVIDERS*/
div.divider {
  clear:both; /*helps a lot*/
  height:1.2rem; /*OPTION: slimmer, but then looking bad together with the date strips: 10px*/
  width:100%;
  margin-bottom:3px;}

div.smalldivider {
  clear:both; /*helps a lot*/
  height:10px;
  width:100%;
  margin-bottom:0px;}

/* 2021-06-13 options for shuffling dividers between small and big screens; mainly for research section*/
@media (min-width:768px) {div.dividerbottom {display:none;}}

@media (max-width:768px) {div.dividertop {display:none;}}


div.newsitem h4 {margin-bottom:0.5rem;margin-top:0.5rem;}
div.newsitem p {margin-top:0px;margin-bottom:2rem;}

div.newsitem-boxed
{box-sizing:border-box;
display:block;
float:left;
margin-bottom:20px;
min-height:1px;
padding-right:1%;
position:relative;
width:50%;}

div.newsitem-boxed-small
{box-sizing:border-box;
display:block;
float:left;
margin-bottom:20px;
min-height:1px;
padding-right:1%;
position:relative;
width:33%;}

/*what follows is a compicated way how to draw a nice rectangle... :)*/
div.newsitem > div  {width:100%;font-size:1.5rem;}
div.newsitem > div > div:nth-child(1) {float:left;margin-right:0.5rem;}
div.newsitem > div > div:nth-child(2) {height:1.8rem;overflow:hidden;}
div.newsitem > div > div > div {height:1.8rem;margin-top:0.6rem;} /*OPTION: 1.4rem, 0.4rem*/

/*div.newsdivider {
  width:100%;
  font-size:1.5rem;}

div.newsdivider > div:nth-child(1) {float:left;margin-right:0.5rem;}
div.newsdivider > div:nth-child(2) {height:1.8rem;overflow:hidden;}
div.newsdivider > div > div {height:1.4rem;margin-top:0.4rem;}*/


/*div.date ::after {content="";}*/

div.pink {background-color:#ff94a7;}
div.skyblue {background-color:#00aeef;}
div.navyblue {background-color:#23408f;}
div.white {background-color:#ffffff;}

/* PADDING ON THE SIDES */
div.paragraph {
  position:relative;
  padding-left:15px;
  padding-right:15px;
  width:75%;}

@media (max-width:768px) {div.paragraph {width:100%;}}

/*QUICK NAV MENU*/
div.quick-nav {
  float:right;
  width:20%; /* 200px; changed on 06/11/2021*/
  padding:10px;
  border-style: solid; border-width: 1px; border-color: black; border-radius:5px;
  margin-top:0px; margin-right:0px; margin-bottom:15px; margin-left:15px;}

@media (max-width:768px) {div.quick-nav {display:none;}} /*saving space on mobile phones*/

/*mobile-persistent, wide version for the main page*/
/*ABSOLUTELY DISGUSTING, BUT IT WORKS*/
/*IT WOULD BE NICE TO JUST SHIFT THE QUICKNAV TO 100%, BUT THEN IT IS ON TOP OF THE PAGE*/
div.quick-nav-persistent-main,
div.quick-nav-persistent-main-after {
  float:right;
  width:300px;
  padding:10px;
  border-style: solid; border-width: 1px; border-color: black; border-radius:5px;
  margin-top:10px; margin-right:0px; margin-bottom:15px; margin-left:15px;}

div.quick-nav-persistent-main-after {
  display:none;
  width:100%;
  padding:0px;
  border-style: none; border-width: 0px;
  margin-top:0px;}

@media (max-width:768px) {div.quick-nav-persistent-main {display:none;}} /*visually switching the order*/
@media (max-width:768px) {div.quick-nav-persistent-main-after {display:block;}}


/*@media (max-width:768px) { div.header-image {visibility:hidden;}}*/

/*-----------------------------------*/
/*---------PUBLICATIONS NAV----------*/
/*-----------------------------------*/
div.pub-year, div.pub-year-active, div.pub-year-blank {
  text-align:center;
  font-size:20px;
  float:left;
  width:9.5%;
  margin-right:.5%;
  margin-bottom:.5%;
  border-style: solid;
  border-width: 1px;
  border-color: white; /*OPTION: TEST THIS */
  border-radius:5px; /*OPTION: TEST THIS */
  padding:0px;}

@media (max-width:768px) {
  div.pub-year, div.pub-year-active, div.pub-year-blank {width:19%;}}

div.pub-year-active { /* no link inside, so correcting for different padding there*/
  padding:5px;}

div.pub-year-blank {
  visibility:hidden;}

div.publ-separator {clear:left; height:20px;}

div.pub-year a {
  display:block;
  padding:5px;}

div.pub-year-active a {
  pointer-events:none;
  cursor:default;
  color:black;}

div.pub-year a:hover {
  background-color:#DDDDFF;
  text-decoration:none;
  border-radius:5px;} /*OPTION: LINKED TO ABOVE TO KEEP IT PRETTY */

/*------------------------------------*/
/*---h2 header with back-to-top-link--*/
/*------------------------------------*/

div.header-with-top-link h2 {
  display:inline;}

div.header-with-top-link a {
  float:right;}

@media (max-width:768px) {div.header-with-top-link a {display:none;}}

div.social-media {
 float:right;
 margin:0px;}

div.social-media img {
 margin-right:0.5em;
 margin-left:0.5em;}

@media (max-width:375px) {div.social-media {float:left;}}

/* END OF NEW AND PRETTY */
/*======================================================================================================*/

@media (min-width:768px) {
    .third-level-nav>* {
        margin-left: 6rem
    }
}

.node-type-collection .third-level-nav {
    display: none
}

.main .primary .search {
    display: none
}

form {
    margin: 2rem 0
}

form textarea,
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="number"],
form .form-control {
    border: 0;
    border-radius: 0;
    background-color: #f5f5f5;
    color: #090909;
    width: 100%;
    padding: 10px;
    line-height: auto;
    box-shadow: none;
    -webkit-box-shadow: none
}

form.webform-client-form .webform-component-managed_file button.form-submit {
    display: none
}

form .form-select {
    padding: 0 10px
}

form .form-item {
    margin-bottom: 2rem
}

form .form-item,
form .form-actions {
    margin-top: 2rem;
    margin-bottom: 2rem
}

form label {
    font-weight: normal
}

form input[type="image"] {
    width: auto;
    margin-top: 7px;
    margin-left: 5px
}

form .btn {
    display: inline-block;
    padding: 1rem 6rem;
    background-color: #00acf1;
    color: #fff;
    border: none;
    font-size: inherit;
    border-radius: 0
}

form .btn:hover {
    background-color: #00acf1;
    text-decoration: underline
}

form .webform-container-inline .form-type-select {
    display: inline-block
}

form span.form-required {
    color: #eb008c
}

form fieldset {
    padding: 0
}

form fieldset .panel-title {
    font-size: 2rem;
    font-weight: 500
}

form fieldset.panel-default {
    border: none;
    margin-bottom: 0
}

form fieldset.panel-default .panel-heading {
    background-color: transparent;
    border: 0;
    margin-top: 4rem;
    margin-bottom: 2rem;
    padding: 0
}

form fieldset .field-name-field-student-birthday .panel-heading,
form fieldset .field-name-field-student-school-year .panel-heading,
form fieldset .field-name-field-thesis-info-datetime .panel-heading {
    display: none
}

form fieldset .panel-body {
    padding: 0
}

form fieldset .panel-body .container-inline-date .date-padding {
    float: none;
    padding: 0
}

form .webform-component-managed_file {
    border: 1px solid #000;
    padding: 2rem;
    overflow: hidden;
    font-size: 14px
}

form .webform-component-managed_file:before {
    content: '';
    height: 35px;
    width: 35px;
    display: inline-block;
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem;
    background-image: url(/sites/all/themes/unity_oulu_2016/img/upload.svg)
}

form .webform-component-managed_file label {
    display: inline;
    float: left;
    font-weight: bold
}

@media (min-width:992px) {
    form .webform-component-managed_file label {
        margin-right: 2rem
    }
}

form .webform-component-managed_file .description {
    clear: both;
    padding-top: 1rem;
    position: relative
}

@media (min-width:1200px) {
    form .webform-component-managed_file .description {
        padding-left: 54px
    }
}

form .form-managed-file {
    margin-top: 1rem
}

@media (min-width:992px) {
    form .form-managed-file {
        float: left
    }
}

form .form-managed-file .form-file {
    background-color: transparent;
    display: inline-block;
    line-height: 1;
    padding: 0;
    padding-top: 1rem
}

form .webform-filesize,
form .webform-filetypes {
    font-size: 14px;
    font-weight: normal;
    display: block
}

.pagination {
    padding-left: 0;
    list-style: none;
    font-size: 1.2rem;
    text-align: left;
    margin-bottom: 6rem
}

.pagination li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

.pagination li.active {
    color: #00acf1
}

.pagination a {
    color: #212224
}

.view-listing-page .past-events {
    margin-bottom: 6rem;
    display: block
}

@media (min-width:480px) {
    .view-listing-page .pagination,
    .view-listing-page .past-events {
        padding-left: 6rem;
        padding-right: 6rem
    }
}

@media (min-width:768px) {
    .view-listing-page .pagination,
    .view-listing-page .past-events {
        padding-left: 8rem;
        padding-right: 8rem
    }
}

@media (min-width:768px) {
    .video-container {
        padding-left: 8rem;
        padding-right: 8rem
    }
}


.video-embed { /*RE-ENABLED 2021-06-13 to compromise between desktop and phone view*/
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.video-embed iframe { /*RE-ENABLED 2021-06-13 to compromise between desktop and phone view*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%  /*ADDED 18-09-2020 because otherwise it is difficult to center and scale iframe*/
}

footer {
    background-color: #193b8f;
    padding: 8rem 15px;
    color: #fff;
    text-align: center
}

@media (min-width:992px) {
    footer {
        padding: 8rem
    }
}

footer div {
    margin-bottom: 6rem
}

footer .menu-block-wrapper {
    margin-bottom: 0
}

footer .certificates {
    padding-top: 6rem;
    text-align: center;
    border-top: 1px solid #fff
}

footer .socialmedia {
    text-align: center
}

footer .socialmedia a {
    display: inline-block;
    max-width: 30px;
    width: 30px
}

footer .socialmedia a+a {
    margin-left: 2rem
}

@media (min-width:992px) {
    footer .socialmedia a+a {
        margin-left: 4rem
    }
}

footer ul,
footer ol {
    margin: 0;
    padding: 0
}

footer h3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size:18px;	/*CHANGED: explicitly set value, otherwise inherits 26px from generally set h3 style before*/
    color:white;	/*CHANGED: explicitly stated, otherwise inherited blue*/
}

footer p {
    font-family: sans-serif;
    margin-top: 0;
    line-height: 1.7
}

footer a {
    line-height: 1.7;
    display: block;
    color: #fff
}

footer a:hover {
    color: #4bbca9;
    text-decoration: none
}

@media (min-width:992px) {
    footer .shortcuts {
        margin-top: 59px
    }
}

@media (min-width:768px) {
    footer {
        text-align: left
    }
}

.node-image-gallery {
    margin-top: 15px
}

.node-image-gallery .field-name-field-gallery-images {
    text-align: center
}

.node-image-gallery .field-name-field-gallery-images:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
}

.node-image-gallery .field-name-field-gallery-images .field-item {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 155px
}

.node-image-gallery .field-name-field-gallery-images .field-item img {
    height: auto !important;
    max-width: 100%;
    width: auto !important
}

@media (min-width:768px) {
    .contentColumn .node-image-gallery .field-name-field-gallery-images .field-item {
        width: 140px
    }
    .contentColumn .node-image-gallery .field-name-field-gallery-images .field-item:nth-child(3n) {
        margin-right: 0
    }
    .contentColumn .node-image-gallery .field-name-field-gallery-images .field-item:nth-child(4n) {
        margin-right: 20px
    }
}

@media (min-width:992px) {
    .contentColumn.wide .node-image-gallery .field-name-field-gallery-images .field-item {
        width: 155px
    }
    .contentColumn.wide .node-image-gallery .field-name-field-gallery-images .field-item:nth-child(3n) {
        margin-right: 20px
    }
    .contentColumn.wide .node-image-gallery .field-name-field-gallery-images .field-item:nth-child(4n) {
        margin-right: 0
    }
}

.view-event-calendar table {
    border-collapse: separate;
    border-spacing: 10px;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%
}

.view-event-calendar .date-nav-wrapper .previous-month,
.view-event-calendar .date-nav-wrapper .next-month {
    vertical-align: baseline;
    width: 8px
}

.view-event-calendar .date-nav-wrapper .previous-month {
    margin-right: 10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.view-event-calendar .date-nav-wrapper .next-month {
    margin-left: 10px
}

.view-event-calendar .date-nav-wrapper .date-heading {
    text-align: left
}

.view-event-calendar .date-nav-wrapper .date-heading h3 {
    display: inline-block
}

.view-event-calendar .date-nav-wrapper .date-heading a {
    color: #000
}

@media (max-width:992px) {
    .view-event-calendar th {
        display: none
    }
}

.view-event-calendar th.days {
    background-color: transparent;
    border: 0;
    color: #151515;
    font-size: 1.4rem;
    text-transform: uppercase
}

.view-event-calendar tr {
    background-color: transparent !important
}

.view-event-calendar tr.date-box {
    display: none
}

.view-event-calendar td {
    width: 14%
}

@media (max-width:992px) {
    .view-event-calendar td {
        float: left;
        margin-bottom: 1%;
        margin-right: 1%;
        width: 32%;
        min-height: 100px
    }
}

.view-event-calendar td .monthview {
    background-color: transparent !important;
    text-align: center
}

.view-event-calendar td.empty {
    color: #ebebeb;
    background-color: #fff !important
}

.view-event-calendar td .event {
    display: inline-block;
    background-color: #213f8f !important;
    height: 10px;
    width: 10px
}

.view-event-calendar td.single-day {
    border: 8px solid #ebebeb !important
}

.view-event-calendar td.single-day .day-number {
    color: #213f8f
}

.view-event-calendar td.single-day.no-entry .day-number {
    color: #b9b9b9
}

.view-event-calendar td.single-day.selected {
    border: 8px solid #213f8f !important
}

.view-event-calendar td.single-day.today {
    border: 8px solid #eb008c !important
}

.view-event-calendar td.single-day:hover {
    border: 8px solid #213f8f !important;
    cursor: pointer
}

.view-event-calendar td.single-day.empty {
    border: 8px solid #f9f9f9 !important
}

.view-event-calendar td.single-day.empty .day-number {
    color: #ebebeb
}

.view-event-calendar td.single-day .day-name {
    display: none;
    text-transform: uppercase
}

@media (max-width:992px) {
    .view-event-calendar td.single-day .day-name {
        display: inline
    }
}

.view-event-calendar td.no-entry {
    height: auto !important;
    line-height: 1 !important
}

.view-event-calendar td.no-entry .inner {
    height: auto !important;
    line-height: 1 !important
}

.view-event-calendar td .inner {
    height: auto !important;
    line-height: 1 !important;
    min-height: 75px !important;
    padding: 10px;
    text-align: center
}

@media (max-width:992px) {
    .view-event-calendar td .inner {
        width: 100%;
        min-height: 100px
    }
}

.view-event-calendar td .inner .day-number {
    text-align: left;
    margin-bottom: 10px
}

.view-event-calendar td .inner .item {
    display: inline-block
}

#event-calendar-sidebar-list {
    margin-bottom: 15px;
    padding-top: 160px
}

#event-calendar-sidebar-list .date-nav-wrapper {
    display: none
}

#event-calendar-sidebar-list .event {
    display: none;
    margin-top: 15px
}

#event-calendar-sidebar-list .event-details {
    background-color: #ebebeb;
    color: #000;
    padding: 15px
}

#event-calendar-sidebar-list .event-details .caret-down {
    background-image: url(/sites/all/themes/unity_oulu_2016/img/icon_arrow_blue.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 15px;
    display: block;
    height: 25px;
    margin-top: 10px;
    transform: rotate(90deg);
    width: 100%
}

#event-calendar-sidebar-list .event-details.open,
#event-calendar-sidebar-list .event-details:hover {
    background-color: #213f8f;
    color: #fff;
    cursor: pointer
}

#event-calendar-sidebar-list .event-details.open a,
#event-calendar-sidebar-list .event-details:hover a {
    color: #fff
}

#event-calendar-sidebar-list .event-details:hover .caret-down {
    background-image: url(/sites/all/themes/unity_oulu_2016/img/icon_arrow_white.png);
    transform: rotate(90deg)
}

#event-calendar-sidebar-list .event-details.open .caret-down {
    background-image: url(/sites/all/themes/unity_oulu_2016/img/icon_arrow_white.png);
    transform: rotate(-90deg)
}

#event-calendar-sidebar-list .event-details a {
    color: #000
}

#event-calendar-sidebar-list .event-details h3 {
    font-size: 1.6rem;
    margin-top: 0
}

#event-calendar-sidebar-list .event-details .event-description p {
    font-family: "MessinaSans", sans-serif;
    font-size: 1.4rem
}

#event-calendar-sidebar-list .event-details .event-start-date,
#event-calendar-sidebar-list .event-details .event-end-date,
#event-calendar-sidebar-list .event-details .date-separator {
    text-align: center
}

#event-calendar-sidebar-list .event-details .event-day {
    font-family: "MessinaSans", sans-serif;
    font-size: 2.8rem;
    line-height: 1
}

#event-calendar-sidebar-list .event-details .event-month {
    font-size: 1.2rem;
    text-transform: uppercase;
    line-height: 1
}

#event-calendar-sidebar-list .event-time-and-location {
    border: 8px solid #ebebeb;
    display: none;
    font-size: 1.2rem
}

#event-calendar-sidebar-list .event-time-and-location p {
    margin: 0
}

#event-calendar-sidebar-list .event-time,
#event-calendar-sidebar-list .event-location-address,
#event-calendar-sidebar-list .event-export {
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px
}

#event-calendar-sidebar-list .event-location {
    font-weight: bold
}

#event-calendar-sidebar-list .event-read-more {
    font-weight: bold;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px
}

#event-calendar-sidebar-list .event-read-more a {
    color: #213f8f
}

#event-calendar-sidebar-list .arrow-icon {
    width: 8px;
    height: auto;
    margin-left: 10px
}

.export-calendars {
    display: inline-block;
    position: relative
}

.calendars {
    position: absolute;
    top: 100%;
    left: 0
}

.add-to-calendar {
    background-color: #ebebeb;
    display: none;
    padding: 10px;
    width: 200px;
    text-transform: none
}

.add-to-calendar a {
    display: block
}

.add-to-calendar .add-to-calendar-checkbox {
    display: none
}
