/*css*/
/*copy and past usyd theme because it's not appearing on galley view*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * plugins/themes/vanilla/vanilla.css
 *
 * Copyright (c) 2013-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Vanilla theme.
 *
 */

/* reset */
* {
    -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 {
    background: white;
    color: #333;
    font-size: 15px;
    line-height: 1.42857143;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
}
a:link {
    color: #ce3d20;
    text-decoration: underline;
}
a:active {
    color: #000000;
}
a:visited {
    color: #4A4A4A;
}
a:hover {
    background: transparent;
}
input[type=submit]:hover, input.defaultButton:hover, input.button:hover {
	background-color: #E08674;
    text-decoration: underline;
}
input.button {
    background-color: #ce3d20;
    color: white;
    border: 0;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.9375em;
    font-weight: 700;
    line-height: 19px;
    padding: 14px 40px;
}
input.textField,
select.selectMenu,
textarea.textArea,
input.uploadField {
    background-color: white;
    border: 1px solid #252525;
}
input.defaultButton {
    background-color: #ce3d20;
    color: #ffffff;
    padding: 14px 40px;
    /*font-size: 18px;*/
    
    font-size: 1.125em;
    font-weight: 700;
    line-height: 20px;
}
#header {
    background-color: #fff;
    border-bottom: 1px solid black;
}
#header h1 {
    margin: 0;
    padding: 0;
}
.topnav {
    background-color: #363636;
    height: 37px;
}

/* bootstrap */

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.courseFinderModule.detailed .inputFields:before,
.courseFinderModule.detailed .submitAndLinks:before,
.row:after,
.courseFinderModule.detailed .inputFields:after,
.courseFinderModule.detailed .submitAndLinks:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.courseFinderModule.detailed .inputFields:after,
.courseFinderModule.detailed .submitAndLinks:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: 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;
    visibility: hidden !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.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;
    }
    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;
    }
    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;
    }
    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;
    }
    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;
    }
    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;
    }
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 768px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 992px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}
@media (min-width: 1440px) {
    .container {
        width: 1200px;
    }
}
.row,
.courseFinderModule.detailed .inputFields,
.courseFinderModule.detailed .submitAndLinks {
    margin-right: -10px;
    margin-left: -10px;
}
.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,
.courseFinderModule.detailed .interestFieldColumn,
.courseFinderModule.detailed .keywordsFieldColumn,
.courseFinderModule.detailed .searchButtonColumn,
.courseFinderModule.detailed .coursesColumn,
.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,
.courseFinderModule.detailed .interestFieldColumn,
.courseFinderModule.detailed .keywordsFieldColumn,
.courseFinderModule.detailed .searchButtonColumn,
.courseFinderModule.detailed .coursesColumn,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.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,
.courseFinderModule.detailed .interestFieldColumn,
.courseFinderModule.detailed .keywordsFieldColumn,
.courseFinderModule.detailed .searchButtonColumn,
.courseFinderModule.detailed .coursesColumn {
    float: left;
}
.col-xs-12,
.courseFinderModule.detailed .interestFieldColumn,
.courseFinderModule.detailed .keywordsFieldColumn,
.courseFinderModule.detailed .searchButtonColumn,
.courseFinderModule.detailed .coursesColumn {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
t
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .courseFinderModule.detailed .interestFieldColumn,
    .courseFinderModule.detailed .keywordsFieldColumn,
    .courseFinderModule.detailed .searchButtonColumn,
    .courseFinderModule.detailed .coursesColumn,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6,
    .courseFinderModule.detailed .interestFieldColumn,
    .courseFinderModule.detailed .keywordsFieldColumn,
    .courseFinderModule.detailed .searchButtonColumn,
    .courseFinderModule.detailed .coursesColumn {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@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-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@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-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
/* end boostrap */

/* boostrap overwrite */
.col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}
.col-sm-10 {
    /*width: 83.33333333%;*/
    padding-left: 10px;
    padding-right: 10px;
    float: right;
}
.col-sm-2 {
    /*width: 16.66666667%;*/
    float: left;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
    display: block
}
/*
#journals ul > li {
    display: block;
}*/
.hideOverflow {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%; 
}
.globalHeaderModule header.mobile .row, .globalHeaderModule header.mobile .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .globalHeaderModule header.mobile .inputFields, .globalHeaderModule header.mobile .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .globalHeaderModule header.mobile .submitAndLinks {
    margin-left: -15px;
    margin-right: -15px;
}
/* end boostrap overwrite */

/* mainNav */
.mainNav a {
    color: #363636;
    display: inline-block;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    margin-right: 12px;
    padding-top: 5px;
    font-size: 0.9375em;
    text-decoration: none;
}
.mainNav a.active {
    border-top: 2px solid #e64626;
    color: #e64626;
}

.primaryNavigation {
    min-height: 50px;
    background: white;
    width: 100%;
    z-index: 502;
    position: relative;
}
.globalHeaderModule header.desktop .mainNav a:last-child {
    margin-right: 0;
    padding-right: 0;
}
.mainNav a:not(:last-child) {
    margin-right: 48px;
}
.mainNav a:last-child {
    margin-right: 0;
}

/* top nav */
.topnav a {
    color: white;
    margin-right: 40px;
    display: inline-block;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    text-decoration: none;
    padding-bottom: 11px;
    /*font-size: 12px;*/
    
    font-size: 0.75em;
    font-weight: normal;
    line-height: 19px;
}
.topnav a.last {
    margin-right: 0px;
}
.topnav .content {
    text-align: right;
}

/* main content */
#main {
    background-color: #ffffff;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif !important;
    padding: 0;
}

#main h2 {
    padding: 30px 0 20px;
    margin: 0;
    border-bottom: 1px solid #d8dbdd;
    font-size: 2.0em
}
#main h3 {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.7em;
    font-weight: 700;
    line-height: 50px;
}
td.tocGalleys {
    padding-right: 10px;
}

/* main content nav */
#navbar {
    padding: 20px 0 14px;
    border-bottom: 1px solid #d8dbdd;
    font-weight: 700;
}
#navbar a,
ul.menu a {
    text-transform: none;
    /*font-size: 13px;*/
    
    font-size: 0.8125em;
    line-height: 15px;
}
ul.steplist {
    font-size: 1.1em;
}
ul.steplist li:before {
    content: "> "
}
#navbar .menu li a {
    color: #252525;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    line-height: 20px;
    padding-bottom: 14px;
    /*font-size: 15px;*/
    
    font-size: 0.9375em;
    margin: 0 15px 0 0;
    display: inline-block;
    border-bottom: 2px solid white;
}
#navbar .menu li a:active,
#navbar .menu li a.active,
#navbar .menu li a:hover {
    border-top: none;
    border-bottom: 2px solid #e64626;
    color: #e64626;
}
#breadcrumb {
    padding-left: 10px;
    padding-bottom: 10px;
}
#content {
    /*padding-left: 10px;*/
    
    border-top: 0px dotted #000;
}
.pkp_controllers_fontController_smallFont {
    outline: none;
    text-indent: -9999px;
    display: block;
    float: left;
    width: 20px;
    height: 23px;
}

/* main content Sidebar*/
#rightSidebar {
    /*font-size: 15px;*/
    
    font-size: 0.9375em;
}
#rightSidebar ul li {
    border-top: 1px solid #d8dbdd;
    padding: 15px 9px;
}
#rightSidebar ul:not(:last-child) {
    border-bottom: 1px solid #d8dbdd;
    margin-top: 18px;
}
#rightSidebar ul li a {
    text-decoration: none;
    font-weight: normal;
    color: #252525;
}

/*Login*/
#sidebarUser .button {
    width: 100%;
}
#sidebarUser {
    padding-bottom: 0;
}
#sidebarUser > span {
    padding-left: 12px !important;
}
#sidebarUser > form > table {
    border: 1px solid #d8dbdd;
    padding: 60px 20px 20px 20px;
    margin: 0 auto;
    vertical-align: middle;
    margin-top: -65px;
    margin-left: -6px;
    width: 100%;
}
table .tocPages {
    padding-top: 10px;
}
#sidebar div.block span.blockTitle {
    text-transform: none;
    color: #252525;
    letter-spacing: 0;
    font-size: 0.9375em;
    font-weight: 700;
    line-height: 18px;
    margin-top: 15px;
}
#sidebar #sidebarUser span.blockTitle {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 30px;
}

/* breadcrumb */
#breadcrumb {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    /*font-size: 13px;*/
    
    font-size: 0.8125em;
    line-height: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #f1f2f2;
    width: auto;
}
#breadcrumb a,
#breadcrumb a:hover {
    color: #363636;
    text-decoration: none;
    padding-right: 5px;
}
#breadcrumb .current {
    color: #e64626;
    text-decoration: underline;
}
#sidebarNavigation #simpleSearchForm #simpleSearchInput {
    width: 100%;
}
#simpleSearchInput input[type=submit] {
    width: 100%;
}
#searchJournal {
    width: 40%;
}
#sidebarUser form input,
input,
select {
    border-radius: 0;
    color: #252525;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    /*font-size: 15px;*/
    
    font-size: 0.9375em;
    line-height: 19px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 15px;
}
#sidebarUser form table label {
    color: #252525;
    /*font-size: 15px;*/
    
    font-size: 0.9375em;
    font-weight: 400;
    line-height: 18px;
    padding-right: 5px;
}
#sidebarUser form table tr:nth-child(3) td {
    padding: 20px 0;
}
#sidebarUser form table tr:nth-child(1) td {
    padding: 17px 0 17px 0;
}
#sidebarUser form input[type=text],
#searchForm input[type=text] {
    background-color: #fff;
    border: 1px solid #252525;
}
input[type=text]::hover {
    background-color: #E08674;
    text-decoration: underline;

}
#sidebarUser form input[type=submit],
input[type=submit] {
    background-color: #ce3d20;
    color: white;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    /*font-size: 15px;*/
    
    font-size: 0.9375em;
    font-weight: 700;
    line-height: 19px;
}
#sidebarKeywordCloud.block a:hover {
    background-color: gainsboro;
}
form#setupForm label, form#setupForm span.instruct {
    font-weight: normal;
    font-style: italic;
    font-size: 1.1em;
}
#content h4 {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
}
#simpleSearchInput #simpleQuery {
    width: 88%;
    margin-top: 10px;
    margin-bottom: 10px;
}
#searchForm input[type=submit] {
    width: 140px;
    padding: 12px 40px 11px 40px;
    margin-top: 5px;
}
#searchForm {
    padding-top: 30px;
}
#simpleSearchInput #searchField {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
}
#searchForm table.data {
    width: 100%;
}
#searchForm table.data td.value input:first-child {
    width: 65%;
}


#main #content .homepageImage img {
    width: 60px;
    height: 80px;
}
#content a[name=journals] ~ p {
    /*font-size: 15px;*/
    
    font-size: 0.9375em;
    border-bottom: 1px solid #d8dbdd;
    padding-bottom: 40px;
}
#content .action {
    color: #ce3d20;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif !important;
    /*font-size: 15px;*/
    
    font-size: 0.9375em;
    font-weight: 700;
    line-height: 20px;
    text-decoration: underline;
}
#content h3 {
    color: #252525;
    /*font-size: 21px;*/
    
    font-size: 1.3125em;
    font-weight: 700;
    line-height: 30px;
}
#content > h3 {
    /*font-size: 24px;*/
    
    font-size: 1.5em;
}
#content > div:first-child > h3 {
    padding-top: 60px;
}
#content > div > ul > li {
    /*font-size: 15px;*/
    
    font-size: 0.9375em;
    font-weight: 700;
    line-height: 20px;
    padding-bottom: 10px;
}
#content > div > ul > li > a {
    padding-left: 5px;
}
#content > div > ul {
    margin: 0;
    list-style-type: none;
}
#content > div > ul > li {
    text-indent: 0;
}
#content > div > ul > li:before {
    content: "-";
    text-indent: -5px;
}
/*font size module*/

#sidebarFontSize .blockTitle {
    color: #252525;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    /*font-size: 15px;*/
    
    font-size: 0.9375em;
    font-weight: 700;
    line-height: 18px;
}
.data .label {
    padding-top: 10px;
}
.data .label label {
    color: #252525;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    /*font-size: 15px;*/
    
    font-size: 0.9375em;
    font-weight: 400;
    line-height: 19px;
}
#pkp-common-openJournalSystems #main h3 {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    padding-top: 20px;
    color: #262626;
    /*font-size: 15px;*/
    
    font-size: 0.9375em;
    font-weight: 700;
    line-height: 24px;
}
#pkp-common-openJournalSystems #content h3 {
    /*font-size: 21px;*/
    
    font-size: 1.3125em;
    line-height: 25px;
}
#pkp-common-openJournalSystems #content .tocSectionTitle {
    /*font-size: 21px;*/
    
    font-size: 1.3125em;
    line-height: 25px;
    margin-top: 0;
    border-bottom: 1px solid #d8dbdd;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.tocArticle .tocArticleTitleAuthors .tocTitle {
    color: #ce3d20;
    /*font-size: 15px;*/
    
    font-size: 0.9375em;
    font-weight: 700;
    line-height: 24px;
    text-decoration: underline;
}
.tocArticle .tocAuthors {
    /*font-size: 15px;*/
    
    font-size: 0.9375em;
    font-weight: 400;
    line-height: 24px;
    color: #262626;
    padding-left: 0;
    padding-top: 10px;
}
.tocArticle tr td {
    padding-top: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d8dbdd;
}
#pkp-navigation-search #results h4 {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    /*font-size: 21px;*/
    
    font-size: 1.3125em;
    font-weight: 700;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 20px;
}
table.listing tr.heading td,
table.listing td.heading,
table.info td.heading {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
}
.listing tr[valign=top] td:first-child,
.listing tr[valign=top] td:last-child {
    color: #ce3d20;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    /*font-size: 15px;*/
    
    font-size: 0.9375em;
    font-weight: 700;
    line-height: 24px;
    text-decoration: underline;
}
.listing tr[valign=top] td:not(:first-child),
.listing tr[valign=top] td:not(:last-child) {
    /*font-size: 15px;*/
    
    font-size: 0.9375em;
    font-weight: 700;
    line-height: 20px;
}
.listing tr[valign=top] td {
    padding-top: 20px;
}
table.listing tbody > tr > td {} table.listing {
    /*border: 1px solid #d8dbdd;*/
    
    border: 0;
    border-collapse: collapse;
}
.listing tr[valign=top] + tr > td {
    /*font-size: 15px;*/
    
    font-size: 0.9375em;
    font-weight: 400;
    line-height: 24px;
    padding-left: 9px !important;
    font-style: normal !important;
    padding: 20px 0;
}
table.listing td.headseparator,
table.listing td.headseparator,
table.listing td.endseparator {
    border-top: 1px solid #d8dbdd;
    line-height: 10%;
}
#contact > div > h3 {
    color: #252525;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    /*font-size: 21px;*/
    
    font-size: 1.3125em;
    font-weight: 700;
    line-height: 30px;
}
#contact > div > p,
#content p {
    /*font-size: 15px;*/
    
    font-size: 1.1em;
    font-weight: 400;
    line-height: 24px;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
}
#content a {
    /*font-size: 15px;*/
    
    font-size: 0.9375em;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 0;
}
#content {
    /*font-size: 15px;*/
    
    font-size: 0.9375em;
    font-weight: 700;
    line-height: 20px;
}
#pkp-about-editorialPolicies #content {
    margin-top: 20px;
}
#peerReviewProcess,
#publicationFrequency,
#openAccessPolicy {
    padding-top: 20px;
}
#pkp-about-submissions #content ul li,
#pkp-about-editorialPolicies #content ul li {
    padding: 5px 0;
}
#pkp-about-editorialPolicies #focusAndScope > h3 {
    padding-top: 60px;
}
#pkp-about-editorialPolicies #focusAndScope > p {
    /*font-size: 15px;*/
    
    font-size: 0.9375em;
    font-weight: 400;
    line-height: 24px;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
}
#pkp-about-editorialPolicies .separator,
#pkp-about-submissions .separator,
#pkp-about-journalSponsorship .separator {
    border-bottom: 0;
    padding: 0;
    margin: 0;
}
#pkp-common-openJournalSystems .separator {
    border-bottom: 1px solid #d8dbdd !important;
}
#sectionPolicies h4 {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    /*font-size: 18px;*/
    
    font-size: 1.125em;
    font-weight: 700;
    line-height: 21px;
    padding-bottom: 5px;
}
#sectionPolicies > table {
    border-top: 1px solid #d8dbdd;
    width: 100%;
    border-bottom: 1px solid #d8dbdd;
    padding-bottom: 20px;
    padding-top: 19px;
}
#pkp-about-submissions #content > div > h3 {
    color: #252525;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    /*font-size: 21px;*/
    
    font-size: 1.3125em;
    font-weight: 700;
    line-height: 30px;
    padding-top: 40px;
}
#pkp-about-submissions #content ol {
    /*font-size: 15px;*/
    
    font-size: 0.9375em;
    line-height: 24px;
    color: #252525;
    font-weight: 400;
    padding-left: 15px;
}
#announcementList .announcements label {
    color: #252525;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    /*font-size: 21px;*/
    
    font-size: 1.3125em;
    font-weight: 700;
    line-height: 30px;
}
#announcementList .announcements .endseparator {
    border-bottom: 1px solid #d8dbdd;
    border-top: 0;
}
#siteMap > ul > li {
    padding-top: 10px;
}
#siteMap > ul > li > a {
    display: inline-block;
}
#siteMap > ul > li > ul > li {
    padding-top: 10px;
}
#siteMap > ul {
    padding-top: 10px;
}
#siteMap > ul > li > ul > li > ul > li {
    padding-top: 10px;
}
#siteMap > ul > li > ul > li > ul > li > ul:not(:first-child) {
    padding-top: 10px;
}
#siteMap > ul > li > ul > li > ul > li > ul > li:not(:first-child) {
    padding-top: 10px;
}
#pkp-common-openJournalSystems .tocSectionTitle {
    margin-right: 0;
}
table.announcements td.posted,
#issueDescription strong {
    font-style: normal;
}
#pkp-announcement-announcements .announcements .details td {
    padding-bottom: 20px;
}


.pkp-common-openJournalSystems #issueDescription > h3 {
    padding-top: 25px;
}

#headerTitle {
    background-color: #ce3d20;
    background-image:none;
    height: 200px;
    background-size: cover;
    /*height: 100px;
    background-color: #e64626;*/
}
table.announcements tr.details {
    vertical-align: bottom;
}
#headerTitle h1 {
    /*font-size: 36px;*/
    font-size: 2.5em;
    /*font-weight: 700;*/
    /*line-height: 44px;*/
    /*color: white;*/
    position: relative;
    left: 9%;
    top: 9%;
    /*font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;*/
}
#content #issues > div {
    padding-bottom: 2em;
    border-bottom: 1px solid #d8dbdd;
}
#issues h3 {
    font-size: 1.7em;
}
#issues div.separator {
    display: none;

}
#issues > div {
    padding-bottom: 2em;
    border-bottom: 1px solid #d8dbdd;
}
#issues a.h4:link {
    text-decoration: none;
}
#issues a.h4:hover {
    text-decoration: underline;
    /*background-color: gainsboro;*/
}
input[type=submit]::hover {
    background-color: #E08674;
    text-decoration: underline;
}
#main ul.menu li {
    padding-right: 1em;
    font-size: 1.1em;
}
#leftSidebar {
    font-size: 1em;
}
#signinTable input[type=submit] {
    width: 76%;
}

.perentNavigationsItems {
    .leftHandNavigationModule .parentNavigationItems {
        background-color: #d8dbdd;
    }
}
.globalHeaderModule {
    min-height: 50px;
    position: relative;
    z-index: 602;
}
@media (min-width: 1440px) {
    .globalHeaderModule .container-fluid .image {
        height: 365px;
        overflow: hidden;
    }
}
@media (min-width: 1200px) {
    .globalHeaderModule .container-fluid .image {
        height: 365px;
        overflow: hidden;
    }
}
@media (min-width: 992px) {
    .globalHeaderModule {
        min-height: 145px;
    }
}
.globalHeaderModule .mainNavigation.fixed {
    position: fixed;
    top: 68px;
    min-height: 60px;
    opacity: 1;
    z-index: 500;
    background-color: #fff;
    padding-bottom: 20px;
    width: 100%;
}
@media print {
    .globalHeaderModule .mainNavigation.fixed {
        position: relative !important;
    }
}
@media (max-width: 768px) {
    .globalHeaderModule .mainNavigation.fixed {
        min-height: 68px;
    }
}
@media (max-width: 615px) {
    .globalHeaderModule .mainNavigation.fixed {
        min-height: 72px;
    }
}
@media (max-width: 991px) {
    .globalHeaderModule .mainNavigation.revealMobile {
        top: 50px;
    }
}
@media (min-width: 992px) {
    .globalHeaderModule .mainNavigation {
        top: 47px;
        border-bottom: 1px solid #f1f2f2;
    }
}

/* mobile side nav */
.darkener {
    position: absolute;
    top: 50px;
    left: 0px;
    background-color: black;
    opacity: 0.0;
    width: 0%;
    height: 100%;
    z-index: 1250;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
@media (max-width: 991px) {
    .darkener.revealed {
        width: 100%;
        opacity: 0.6;
    }
}
.mobileNavigationModule a {
    text-decoration: none;
}
.mobileNavigationModule a:hover {
    text-decoration: underline;
}
.mobileNavigationModule,
.topMenuNavigationModule {
    -moz-transition-property: left;
    -o-transition-property: left;
    -webkit-transition-property: left;
    transition-property: left;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    width: 250px;
    left: -250px;
    top: 50px;
    z-index: 1300;
    background-color: white;
    display: none;
}
.mobileNavigationModule .leftHandNavigationModule .currentPageSignpost > div .glyphicon,
.topMenuNavigationModule .leftHandNavigationModule .currentPageSignpost > div .glyphicon {
    margin-right: 10px;
}
.mobileNavigationModule .leftHandNavigationModule .childNavigationItems a,
.topMenuNavigationModule .leftHandNavigationModule .childNavigationItems a {
    background-size: 6px 12px;
    background-position: 95% 50%;
    background-repeat: no-repeat;
}
@media (max-width: 991px) {
    .mobileNavigationModule.revealed {
        left: 0px;
        display: block;
    }
}

.leftHandNavigationModule .parentNavigationItems {
    background-color: #d8dbdd;
}
.leftHandNavigationModule .parentNavigationItems > div:not(.panel):not(:last-child) {
    border-bottom: 1px solid #adadad;
}
.leftHandNavigationModule .parentNavigationItems > div:not(.panel) {
    margin-right: 10px;
    margin-left: 10px;
}
.leftHandNavigationModule .parentNavigationItems a {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 15px;
    padding: 13px 9px 13px 0;
    display: block;
    color: #252525;
    font-weight: bold;
    background-color: #d8dbdd;
    background-size: 6px 12px;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    margin-left: 15px;
}
.leftHandNavigationModule .parentNavigationItems .fa-angle-down {
    font-size: 20px;
    color: #ce3d20;
    padding-right: 10px;
}
.leftHandNavigationModule .currentPageSignpost {
    color: #ce3d20;
}
.leftHandNavigationModule .currentPageSignpost > div {
    padding-left: 9px;
}
.leftHandNavigationModule .currentPageSignpost > div .glyphicon {
    float: right;
    font-size: 12px;
}
.leftHandNavigationModule .childNavigationItems ul {
    border-bottom: 1px solid #adadad;
    padding: 4px 0px;
}
.leftHandNavigationModule .childNavigationItems a {
    display: block;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 7%;
    padding-left: 20px;
    font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 15px;
    color: #363636;
}
.leftHandNavigationModule .childNavigationItems a:hover,
.leftHandNavigationModule .childNavigationItems a:focus {
    text-decoration: none;
    color: black;
    background-color: #f6f6f6;
    background-size: 6px 12px;
    background-position: 95% 50%;
    background-repeat: no-repeat;
}
.leftHandNavigationModule ul,
.leftHandNavigationModule li {
    list-style: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    margin: 0;
    padding: 0;
}
.leftHandNavigationModule .signposts .signpost .signpostLabel {
    font-weight: bold;
    font-size: 16px;
    color: #252525;
    padding: 20px 0 17px 20px;
    display: block;
    background-size: auto 11px;
    background-position: 0 50%;
    border-bottom: 3px solid black;
}
.leftHandNavigationModule .menu {
    border-bottom: 1px solid #adadad;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
}
.leftHandNavigationModule .menu > .menuItem {
    border-bottom: 1px solid #adadad;
}
.leftHandNavigationModule .menu > .menuItem > .menuItemLabel {
    color: #363636;
    display: block;
}
.leftHandNavigationModule .menu > .menuItem > .menuItemLabel:before {
    color: #cdcdcd;
    font-size: 14px;
    width: 14px;
    height: 14px;
}
.leftHandNavigationModule .menu > .menuItem > .menuItemLabel:hover:before,
.leftHandNavigationModule .menu > .menuItem > .menuItemLabel:focus:before {
    color: #363636;
    overflow: hidden;
}
.leftHandNavigationModule .menu > .menuItem.active > .menuItemLabel {
    color: #ce3d20;
}
.leftHandNavigationModule .menu > .menuItem.active > .menuItemLabel:before {
    color: #ce3d20;
}
.leftHandNavigationModule .menu > .menuItem.active > .menuItemLabel:hover:before,
.leftHandNavigationModule .menu > .menuItem.active > .menuItemLabel:focus:before {
    color: #ce3d20;
}
.leftHandNavigationModule .menu > .menuItem:last-of-type {
    border-bottom: 0;
}
.leftHandNavigationModule .menu > .menuItem > .menu {
    border-bottom: 0;
}
.leftHandNavigationModule .menu > .menuItem > .menu > .menuItem {
    border-bottom: 0;
    border-top: 1px solid #eee;
}
.leftHandNavigationModule .menu > .menuItem > .menu > .menuItem > .menuItemLabel {
    display: block;
    font-size: 14px;
    line-height: 15px;
    color: #363636;
    transition: .1s ease;
    padding-left: 20px;
    background-color: transparent;
}
@media (min-width: 1200px) {
    .leftHandNavigationModule .menu > .menuItem > .menu > .menuItem > .menuItemLabel {
        padding-left: 30px;
    }
}
.leftHandNavigationModule .menu > .menuItem > .menu > .menuItem > .menuItemLabel:before {
    font-size: 10px;
    width: 10px;
    height: 10px;
    margin-right: 2px;
    color: #cdcdcd;
}
.leftHandNavigationModule .menu > .menuItem > .menu > .menuItem > .menuItemLabel:hover,
.leftHandNavigationModule .menu > .menuItem > .menu > .menuItem > .menuItemLabel:focus {
    text-decoration: none;
    color: black;
    background-color: #f6f6f6;
}
.leftHandNavigationModule .menu > .menuItem > .menu > .menuItem > .menuItemLabel:hover:before,
.leftHandNavigationModule .menu > .menuItem > .menu > .menuItem > .menuItemLabel:focus:before {
    color: #363636;
}
.leftHandNavigationModule .menu .menuItem > .menuItemLabel {
    padding: 20px 9px;
}
.leftHandNavigationModule .menu .menuItem.hasChildren > .menuItemLabel {
    padding-right: 0;
}
.leftHandNavigationModule .menu .menuItem.hasChildren > .menuItemLabel:before {
    content: "";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    margin-left: 10px;
    transform: rotate(0deg);
    transition: .05s;
}
.leftHandNavigationModule .menu .menuItem.hasChildren > .menuItemLabel:hover:before,
.leftHandNavigationModule .menu .menuItem.hasChildren > .menuItemLabel:focus:before {
    transform: rotate(90deg);
    text-decoration: none;
}
.leftHandNavigationModule .menu .menuItem.active > .menuItemLabel:before {
    transform: rotate(0deg);
}
.leftHandNavigationModule .menu .menuItem.active.hasChildren > .menuItemLabel:before {
    transform: rotate(90deg);
}
@media (min-width: 992px) {
    .leftHandNavigationModule .menu > .menuItem.globalNavMenuItem {
        display: none;
    }
    .leftHandNavigationModule .menu > .menuItem.globalNavMenuItem.active {
        display: block;
        border-bottom: 0;
    }
}
.leftHandNavigationTmpModule {
    padding-bottom: 1px;
}
.leftHandNavigationTmpModule .parentNavigationItems > div {
    padding-top: 20px;
    padding-bottom: 17px;
    margin-right: 35px;
}
.leftHandNavigationTmpModule .parentNavigationItems > div a {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    padding-left: 15px;
    color: #252525;
    display: block;
}
.leftHandNavigationTmpModule .parentNavigationItems > div a:hover {
    color: #ce3d20;
    text-decoration: none;
}
.leftHandNavigationTmpModule .parentNavigationItems > div .active {
    color: #252525;
    border-top: none;
}
.leftHandNavigationTmpModule .parentNavigationItems > div:not(:last-child) {
    border-bottom: 1px solid #d8dbdd;
}
.leftHandNavigationTmpModule .parentNavigationItems > div:first-child a {
    color: #252525;
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    padding-left: 0;
}
.leftHandNavigationTmpModule .parentNavigationItems .panel {
    -webkit-box-shadow: none;
}
.leftHandNavigationTmpModule .parentNavigationItems .panel ul {
    padding-top: 15px;
    padding-left: 20px;
}
.leftHandNavigationTmpModule .list-group-item.active {
    background-color: transparent;
    border-top: 0;
}
.leftHandNavigationTmpModule .currentPageSignpost {
    border-bottom: 1px solid #adadad;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    color: #e64626;
    padding-top: 21px;
    padding-bottom: 22px;
}
.leftHandNavigationTmpModule .currentPageSignpost > div {
    padding-left: 9px;
}
.leftHandNavigationTmpModule .currentPageSignpost > div .glyphicon {
    float: right;
    font-size: 12px;
}
.leftHandNavigationTmpModule .childNavigationItems > div {
    border-bottom: 1px solid #adadad;
    padding: 4px 0px;
}
.leftHandNavigationTmpModule .childNavigationItems a {
    display: block;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 7%;
    padding-left: 20px;
    font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 15px;
    color: #252525;
}
.leftHandNavigationTmpModule .childNavigationItems a:hover,
.leftHandNavigationTmpModule .childNavigationItems a:focus {
    text-decoration: none;
    color: #252525;
    background-color: #f6f6f6;
    background-size: 6px 12px;
    background-position: 95% 50%;
    background-repeat: no-repeat;
}
/* end mobile side nav */

/* mega nav */
.globalHeaderModule .mainNavigation .arrow {
    width: 29px;
    height: 24px;
    background-size: cover;
    float: left;
    position: relative;
    width: 20px;
    height: 16px;
    margin-right: 40px;
    margin-left: 5px;
    margin-top: 10px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.globalHeaderModule .primaryNavigation.fixed {
    position: fixed;
    top: 0;
    left: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .globalHeaderModule .primaryNavigation.fixed {
        position: static !important;
        margin-bottom: 114px;
    }
}
@media print {
    .globalHeaderModule .primaryNavigation.fixed {
        position: relative !important;
    }
}
@media (max-width: 991px) {
    .globalHeaderModule .primaryNavigation.fixed {
        -moz-transition-property: top;
        -o-transition-property: top;
        -webkit-transition-property: top;
        transition-property: top;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
    .globalHeaderModule .primaryNavigation.fixed.revealMobile {
        top: 0px;
    }
}
@media (min-width: 992px) {
    .globalHeaderModule .primaryNavigation.fixed {
        top: 0px;
        border-bottom: 1px solid #f1f2f2;
    }
}
@media (min-width: 992px) {
    .globalHeaderModule .primaryNavigation {
        height: 108px;
    }
}
.activeTopHeader {
    background-color: #ffffff;
    color: orange;
    padding: 10px 15px 10px 15px;
    color: #ce3d20 !important;
}
.activeTopHeader:hover {
    background-color: #fff;
}
.globalHeaderModule header.desktop {
    display: none;
}
.globalHeaderModule header.desktop .topnav {
    background-color: #363636;
    height: 37px;
}
.globalHeaderModule header.desktop .topnav a {
    color: white;
    margin-right: 40px;
    display: inline-block;
    font-family: "ApercuMono", Courier;
    text-decoration: none;
    padding-bottom: 11px;
    font-size: 12px;
    font-weight: normal;
    line-height: 19px;
}
.globalHeaderModule header.desktop .topnav a.last {
    margin-right: 0px;
}
.globalHeaderModule header.desktop .topnav .content {
    text-align: right;
}
.globalHeaderModule header.desktop .mainNav {
    height: 108px;
    padding-top: 17px;
    position: relative;
}
.globalHeaderModule header.desktop .mainNav .col-sm-10 {
    position: static;
}
.globalHeaderModule header.desktop .mainNav .unilogo {
    width: 90px;
    margin-top: 11px;
    height: auto;
}
.globalHeaderModule header.desktop .mainNav .navItems {
    text-align: right;
    margin-top: 20px;
    height: 72px;
}
.globalHeaderModule header.desktop .mainNav a {
    color: #363636;
    display: inline-block;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    margin-right: 12px;
    padding-top: 5px;
    font-size: 15px;
    line-height: 22px;
}
.globalHeaderModule header.desktop .mainNav a.active {
    border-top: 2px solid #e64626;
    color: #e64626;
}
.globalHeaderModule header.desktop .mainNav a:last-child {
    margin-right: 0;
    padding-right: 0;
}
.globalHeaderModule header.desktop .mainNav a:hover,
.globalHeaderModule header.desktop .mainNav a:focus {
    text-decoration: none;
    color: #e64626;
}
.globalHeaderModule header.desktop .mainNav a.searchIcon {
    padding-right: 0px;
    margin-right: 0px;
}
@media (min-width: 992px) {
    .globalHeaderModule header.desktop .mainNav .unilogo {
        width: 130px;
        margin-top: 5px;
    }
    .globalHeaderModule header.desktop .mainNav a {
        margin-right: 25px;
    }
}
@media (min-width: 1200px) {
    .globalHeaderModule header.desktop .mainNav .unilogo {
        width: 168px;
        margin-top: 0px;
    }
    .globalHeaderModule header.desktop .mainNav a {
        margin-right: 65px;
    }
}
.globalHeaderModule header.desktop .moreDetailsNav {
    background-color: #ffffff;
    min-height: 40px;
    border-bottom: 2px solid white;
    border-top: 2px solid white;
    position: relative;
}
.globalHeaderModule header.desktop .openHoursNav {
    background-color: #f1f2f2;
    min-height: 40px;
    border-bottom: 2px solid white;
    border-top: 2px solid white;
    position: relative;
}
.globalHeaderModule header.desktop .openHoursNav .activeHours {
    border-bottom: 4px solid #ce3d20;
    padding: 0;
}
.globalHeaderModule header.desktop .bottomnav {
    background-color: #e6e6e6;
    min-height: 40px;
    border-bottom: 2px solid white;
    border-top: 2px solid white;
    position: relative;
}
.globalHeaderModule header.desktop .bottomnav.fixed {
    top: 105px;
    position: fixed;
    top: 106px;
    width: 100%;
    z-index: 100;
    /*@media (min-width: $screen-md-min) and (max-width: $screen-md-max) {
            position: initial !important;
            margin-bottom: 50px;
        }*/
}
@media (min-width: 992px) and (max-width: 1199px) {
    .globalHeaderModule header.desktop .bottomnav.fixed {
        top: 0;
    }
}
@media print {
    .globalHeaderModule header.desktop .bottomnav.fixed {
        position: relative !important;
    }
}
.globalHeaderModule header.desktop .bottomnav .navItems {
    text-align: left;
}
.globalHeaderModule header.desktop .bottomnav .navItems .hours {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}
.globalHeaderModule header.desktop .bottomnav .navItems a {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    display: inline-block;
    text-decoration: none;
    padding: 12px 8px 30px 7px;
    border-right: 2px solid white;
    min-width: 187px;
    text-align: center;
    height: 36px;
    color: #252525;
    font-family: Apercu;
    font-size: 15px;
    font-weight: 800;
    line-height: 20px;
    vertical-align: middle;
}
@media (min-width: 992px) {
    .globalHeaderModule header.desktop .bottomnav .navItems a {
        min-width: 0;
        width: auto;
        padding: 12px 10px 30px 9px;
    }
    .globalHeaderModule header.desktop .bottomnav .navItems a:last-child {
        padding-right: 11px;
    }
}
@media (min-width: 1200px) {
    .globalHeaderModule header.desktop .bottomnav .navItems a {
        padding: 12px 10px 30px 10px;
        min-width: 193px;
    }
}
.globalHeaderModule header.desktop .bottomnav .navItems a .fa {
    color: #ce3d20;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    padding-bottom: 3px;
    padding-right: 8px;
}
.globalHeaderModule header.desktop .bottomnav .navItems a:hover {
    text-decoration: underline;
}
.globalHeaderModule header.desktop .bottomnav .navItems a.last {
    margin-right: 0px;
}
.globalHeaderModule header.desktop .bottomnav .navItems a:first-child {
    border-left: 2px solid white;
}
.globalHeaderModule header.desktop .bottomnav .content {
    text-align: right;
}
@media (min-width: 768px) {
    .globalHeaderModule header.desktop {
        display: block;
    }
}
.globalHeaderModule header.desktop .mainNavDropdown {
    display: none;
    z-index: 50;
    position: absolute;
    top: 108px;
    left: 50%;
    width: 628px;
    margin-left: -314px;
    background-color: #f6f6f6;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 64px;
    padding-right: 51.2px;
    text-align: left;
}
.globalHeaderModule header.desktop .mainNavDropdown .title {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 24px;
    border-bottom: 2px solid black;
    margin-bottom: 40px;
}
.globalHeaderModule header.desktop .mainNavDropdown .linkColumn {
    padding-right: 14px;
}
.globalHeaderModule header.desktop .mainNavDropdown .linkColumn a {
    display: block !important;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #252525;
    text-decoration: none;
    padding-right: 30px;
    padding-bottom: 10px;
    margin-bottom: 28px;
    background-size: 20px 16px;
    background-repeat: no-repeat;
    background-position: 100% 23%;
}
.globalHeaderModule header.desktop .mainNavDropdown .linkColumn a:hover,
.globalHeaderModule header.desktop .mainNavDropdown .linkColumn a:focus {
    color: #e64626;
    border-bottom: 1px solid #e64626;
    margin-bottom: 27px;
}
@media (min-width: 992px) {
    .globalHeaderModule header.desktop .mainNavDropdown {
        padding-left: 82.66667px;
        padding-right: 66.13333px;
        width: 812px;
        margin-left: -406px;
    }
    .globalHeaderModule header.desktop .mainNavDropdown .linkColumn {
        padding-right: 65px;
    }
    .globalHeaderModule header.desktop .mainNavDropdown .linkColumn a {
        font-size: 14px;
    }
}
@media (min-width: 1200px) {
    .globalHeaderModule header.desktop .mainNavDropdown {
        padding-left: 100px;
        padding-right: 80px;
        width: 940px;
        margin-left: -470px;
    }
    .globalHeaderModule header.desktop .mainNavDropdown .title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 55px;
    }
    .globalHeaderModule header.desktop .mainNavDropdown .linkColumn {
        padding-right: 90px;
    }
    .globalHeaderModule header.desktop .mainNavDropdown .linkColumn a {
        font-size: 16px;
    }
}
.globalHeaderModule header.desktop .searchRow {
    margin-right: 0;
    margin-left: 0;
}
.globalHeaderModule header.mobile {
    text-align: center;
    font-size: 24px;
    /*a:last-child {
        margin-right: 0;
        padding-right: 0;
    }*/
}
.globalHeaderModule header.mobile .searchRow {
    min-height: 261px;
}
.globalHeaderModule header.mobile .unilogo {
    width: 100px;
    margin-top: 6px;
}
.globalHeaderModule header.mobile a,
.globalHeaderModule header.mobile a:hover {
    color: #362f2d;
}
.globalHeaderModule header.mobile .hamburgerIcon {
    float: left;
    margin-top: 8px;
    margin-left: 20px;
    text-decoration: none;
    margin-right: 24px;
    font-size: 24px !important;
}
.globalHeaderModule header.mobile .glyphicon-menu-hamburger {
    margin-top: 1px;
}
.globalHeaderModule header.mobile .hamburgerIcon .glyphicon-remove {
    display: none;
}
.globalHeaderModule header.mobile .mainNavDropdown {
    display: none;
    z-index: 50;
    position: absolute;
    top: 108px;
    left: 50%;
    width: 628px;
    margin-left: -314px;
    background-color: #f6f6f6;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 64px;
    padding-right: 51.2px;
    text-align: left;
}
.globalHeaderModule header.mobile .mainNavDropdown .title {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 24px;
    border-bottom: 2px solid black;
    margin-bottom: 40px;
}
.globalHeaderModule header.mobile .mainNavDropdown .linkColumn {
    padding-right: 14px;
}
.globalHeaderModule header.mobile .mainNavDropdown .linkColumn a {
    display: block !important;
    font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: black;
    text-decoration: none;
    padding-right: 30px;
    padding-bottom: 10px;
    margin-bottom: 28px;
    background-size: 20px 16px;
    background-repeat: no-repeat;
    background-position: 100% 23%;
}
.globalHeaderModule header.mobile .mainNavDropdown .linkColumn a:hover,
.globalHeaderModule header.mobile .mainNavDropdown .linkColumn a:focus {
    color: #e64626;
    border-bottom: 1px solid #e64626;
    margin-bottom: 27px;
}
@media (min-width: 992px) {
    .globalHeaderModule header.mobile .mainNavDropdown {
        padding-left: 82.66667px;
        padding-right: 66.13333px;
        width: 812px;
        margin-left: -406px;
    }
    .globalHeaderModule header.mobile .mainNavDropdown .linkColumn {
        padding-right: 65px;
    }
    .globalHeaderModule header.mobile .mainNavDropdown .linkColumn a {
        font-size: 14px;
    }
}
@media (min-width: 1200px) {
    .globalHeaderModule header.mobile .mainNavDropdown {
        padding-left: 100px;
        padding-right: 80px;
        width: 940px;
        margin-left: -470px;
    }
    .globalHeaderModule header.mobile .mainNavDropdown .title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 55px;
    }
    .globalHeaderModule header.mobile .mainNavDropdown .linkColumn {
        padding-right: 90px;
    }
    .globalHeaderModule header.mobile .mainNavDropdown .linkColumn a {
        font-size: 16px;
    }
}
.globalHeaderModule header.mobile .mainNav .navItems {
    text-align: left;
    min-height: 40px;
    margin-left: 7px;
    margin-top: 8px;
}
.globalHeaderModule header.mobile .mainNav .navItems a {
    padding-right: 2px;
}
@media (min-width: 768px) {
    .globalHeaderModule header.mobile .mainNav .navItems a {
        margin-right: 43px;
    }
    .globalHeaderModule header.mobile .mainNav .navItems a:last-child {
        margin-right: 0;
    }
}
@media (max-width: 340px) {
    .globalHeaderModule header.mobile .mainNav .navItems a {
        font-size: 14px;
        margin-right: 14px;
    }
}
.globalHeaderModule header.mobile .mainNav .navItems .fa-arrow-left {
    color: #ce3d20;
}
.globalHeaderModule header.mobile .bottomNavM .navItems a {
    height: 55px;
    background-color: #e6e6e6;
    text-align: left;
    vertical-align: middle;
    padding-top: 14px;
    font-size: 17px;
    width: 100%;
    margin-bottom: 10px;
}
.globalHeaderModule header.mobile .bottomNavM .navItems a .fa {
    color: #ce3d20;
    padding: 0 12px 0 16px;
}
.globalHeaderModule header.mobile .bottomNavM .navItems a .fa-arrow-right {
    padding-top: 4px;
}
.globalHeaderModule header.mobile .openingHoursM .panel-group {
    margin-bottom: 0;
    margin-top: 1px;
}
.globalHeaderModule header.mobile .openingHoursM .panel-group .panel {
    border: none;
}
.globalHeaderModule header.mobile .openingHoursM .panel-group .panel .panel-heading {
    border: none;
    background-color: transparent;
    padding: 0;
    border: 0;
}
.globalHeaderModule header.mobile .openingHoursM .panel-group .panel .panel-title a {
    border: none;
}
.globalHeaderModule header.mobile .openingHoursM .panel-group .panel .panel-body {
    border: none;
}
.globalHeaderModule header.mobile .openingHoursM .panel-group .panel .quickLinksSmall {
    min-height: 50px;
    position: relative;
    /*padding-left: 0 !important;
          padding-right: 0 !important;*/
}
.globalHeaderModule header.mobile .openingHoursM .panel-group .panel .quickLinksSmall a {
    font-weight: normal;
    width: 50%;
    padding: 10px 10px 10px 10px;
    margin-right: 0;
    float: left;
    text-decoration: none;
    border-bottom: 1px solid #d8dbdd;
}
.globalHeaderModule header.mobile .openingHoursM .panel-group .panel .quickLinksSmall a:first-child {
    text-decoration: underline;
    color: #e64626;
}
.globalHeaderModule header.mobile .openingHoursM .panel-group .panel .weeklyDatePicker {
    border: 0;
    margin-left: 15px;
    border-bottom: 1px solid #d8dbdd;
    padding-bottom: 20px;
    padding-top: 20px;
}
.globalHeaderModule header.mobile .openingHoursM .panel-group .panel .weeklyDatePicker input {
    border: none;
    box-shadow: none;
    color: #252525;
    font-size: 17px;
    font-weight: bold;
    padding: 0;
    height: 27px;
}
.globalHeaderModule header.mobile .openingHoursM .panel-group .panel .weeklyDatePicker input:focus {
    color: #363636;
    border: 0;
}
.globalHeaderModule header.mobile .openingHoursM .panel-group .panel .weeklyDatePicker .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #ce3d20;
    text-align: center;
    border: none;
    border-radius: 0;
    background-color: #fff;
}
.globalHeaderModule header.mobile .openingHoursM .navItems a {
    height: 55px;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    text-align: left;
    vertical-align: middle;
    padding-top: 14px;
    font-size: 17px;
    width: 100%;
    margin-bottom: 10px;
}
.globalHeaderModule header.mobile .openingHoursM .navItems a .fa {
    color: #ce3d20;
    padding: 0 12px 0 16px;
}
.globalHeaderModule header.mobile .openingHoursM .navItems a .fa-angle-down {
    font-size: 28px;
}
.globalHeaderModule header.mobile .openingHoursM .navItems a .fa-clock-o {
    font-size: 25px;
}
.globalHeaderModule header.mobile a:not(.list-group-item) {
    color: #363636;
    display: inline-block;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    padding-top: 5px;
    margin-right: 18px;
    padding-right: 12px;
    font-size: 15px;
}
.globalHeaderModule header.mobile a.active {
    border-top: 2px solid #e64626;
    color: #e64626;
}
.globalHeaderModule header.mobile a:hover,
.globalHeaderModule header.mobile a:focus {
    text-decoration: none;
    color: #e64626;
}
.globalHeaderModule header.mobile a.searchIcon {
    padding-right: 0px;
    margin-right: 0px;
}
.globalHeaderModule header.mobile .hamburgerIcon.open .glyphicon-menu-hamburger {
    display: none;
}
.globalHeaderModule header.mobile .hamburgerIcon.open .glyphicon-remove {
    display: block;
    background-size: 20px 20px;
    background-position: 2px 4px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    outline: 0;
}
.globalHeaderModule header.mobile .hamburgerIcon.open .glyphicon-remove::before {
    content: ' ';
}
.globalHeaderModule header.mobile .searchIcon {
    float: right;
    margin-top: 8px;
    margin-right: 20px;
    color: #e64626;
}
@media (min-width: 768px) {
    .globalHeaderModule header.mobile .tabletContainer {
        width: 768px;
        margin-left: auto;
        margin-right: auto;
    }
}
.globalHeaderModule header.mobile .tabletContainer .pull-right {
    margin-right: 20px;
    margin-top: 5px;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    padding-top: 11px;
}
.globalHeaderModule header.mobile .searchWrapper {
    height: auto;
    position: absolute;
    background-color: #e64626;
    width: 100%;
    opacity: 0.9;
    left: 0;
    margin: 20px 0 0 0;
}
.globalHeaderModule header.mobile .searchWrapper .col-xs-12:first-child,
.globalHeaderModule header.mobile .searchWrapper .courseFinderModule.detailed .interestFieldColumn:first-child,
.courseFinderModule.detailed .globalHeaderModule header.mobile .searchWrapper .interestFieldColumn:first-child,
.globalHeaderModule header.mobile .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn:first-child,
.courseFinderModule.detailed .globalHeaderModule header.mobile .searchWrapper .keywordsFieldColumn:first-child,
.globalHeaderModule header.mobile .searchWrapper .courseFinderModule.detailed .searchButtonColumn:first-child,
.courseFinderModule.detailed .globalHeaderModule header.mobile .searchWrapper .searchButtonColumn:first-child,
.globalHeaderModule header.mobile .searchWrapper .courseFinderModule.detailed .coursesColumn:first-child,
.courseFinderModule.detailed .globalHeaderModule header.mobile .searchWrapper .coursesColumn:first-child {
    padding-top: 45px;
    padding-bottom: 44px;
}
.globalHeaderModule header.mobile .searchWrapper .quickLinksSmall {
    min-height: 50px;
    border-top: 2px solid #e64626;
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.globalHeaderModule header.mobile .searchWrapper .quickLinksSmall a {
    color: white;
    font-weight: normal;
    text-decoration: underline;
    width: 50%;
    padding: 10px 10px 10px 10px;
    margin-right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    border-right: 2px solid #e64626;
    float: left;
    margin-top: 1px;
}
.globalHeaderModule header.mobile .searchWrapper input[type="text"] {
    font-size: 35px;
    background-color: #e64626;
    border: 0;
    outline: 0;
    color: white;
    width: 100%;
    padding-left: 10px;
}
.globalHeaderModule header.mobile .searchWrapper.fixed {
    position: fixed;
    top: 120px;
    height: 76px;
    opacity: 1;
}
@media print {
    .globalHeaderModule header.mobile .searchWrapper.fixed {
        position: relative !important;
    }
}
.globalHeaderModule header.mobile .searchWrapper.fixed .col-xs-12:first-child,
.globalHeaderModule header.mobile .searchWrapper.fixed .courseFinderModule.detailed .interestFieldColumn:first-child,
.courseFinderModule.detailed .globalHeaderModule header.mobile .searchWrapper.fixed .interestFieldColumn:first-child,
.globalHeaderModule header.mobile .searchWrapper.fixed .courseFinderModule.detailed .keywordsFieldColumn:first-child,
.courseFinderModule.detailed .globalHeaderModule header.mobile .searchWrapper.fixed .keywordsFieldColumn:first-child,
.globalHeaderModule header.mobile .searchWrapper.fixed .courseFinderModule.detailed .searchButtonColumn:first-child,
.courseFinderModule.detailed .globalHeaderModule header.mobile .searchWrapper.fixed .searchButtonColumn:first-child,
.globalHeaderModule header.mobile .searchWrapper.fixed .courseFinderModule.detailed .coursesColumn:first-child,
.courseFinderModule.detailed .globalHeaderModule header.mobile .searchWrapper.fixed .coursesColumn:first-child {
    padding-top: 5px;
}
.globalHeaderModule header.mobile .searchWrapper.fixed .col-xs-12:nth-child(2),
.globalHeaderModule header.mobile .searchWrapper.fixed .courseFinderModule.detailed .interestFieldColumn:nth-child(2),
.courseFinderModule.detailed .globalHeaderModule header.mobile .searchWrapper.fixed .interestFieldColumn:nth-child(2),
.globalHeaderModule header.mobile .searchWrapper.fixed .courseFinderModule.detailed .keywordsFieldColumn:nth-child(2),
.courseFinderModule.detailed .globalHeaderModule header.mobile .searchWrapper.fixed .keywordsFieldColumn:nth-child(2),
.globalHeaderModule header.mobile .searchWrapper.fixed .courseFinderModule.detailed .searchButtonColumn:nth-child(2),
.courseFinderModule.detailed .globalHeaderModule header.mobile .searchWrapper.fixed .searchButtonColumn:nth-child(2),
.globalHeaderModule header.mobile .searchWrapper.fixed .courseFinderModule.detailed .coursesColumn:nth-child(2),
.courseFinderModule.detailed .globalHeaderModule header.mobile .searchWrapper.fixed .coursesColumn:nth-child(2) {
    display: none;
}
.globalHeaderModule header.mobile .searchWrapper .col-xs-9 {
    padding-right: 1px;
}
.globalHeaderModule header.mobile .searchWrapper .col-xs-9 input {
    background-color: rgba(0, 0, 0, 0.3);
}
.globalHeaderModule header.mobile .searchWrapper .performSearchLink {
    display: inline-block;
    color: #252525;
    text-decoration: none;
    margin-left: 10px;
    font-family: "ApercuMono", Courier;
    font-weight: normal;
    font-size: 30px;
}
.globalHeaderModule header.mobile .searchWrapper .col-xs-3 {
    padding-left: 1px;
}
.globalHeaderModule header.mobile .searchWrapper .col-xs-3 .input {
    font-size: 31px;
    background-color: rgba(0, 0, 0, 0.3);
}
.globalHeaderModule header.mobile .searchWrapper .col-xs-3 .input a {
    color: white;
    margin: 5px;
    line-height: 56px;
    padding: 0px 0px 0 3px;
}
.globalHeaderModule header.mobile .searchWrapper .quickLinksItems {
    padding-top: 25px;
}
.globalHeaderModule header.mobile .searchWrapper .quickLinksItems a {
    color: white;
    margin: 5px;
    line-height: 66px;
    padding: 25px 30px 5px 0;
    font-size: 18px;
}
.globalHeaderModule header.mobile .searchWrapper .filterCat {
    color: white;
    font-size: 24px;
    text-decoration: none;
}
.globalHeaderModule header.mobile .searchWrapper .filterCat .selectedFilter {
    font-weight: bold;
}
.globalHeaderModule header.mobile .searchWrapper .filterCat .fa {
    font-size: 30px;
    line-height: 1;
    vertical-align: middle;
}
.globalHeaderModule header.mobile .searchWrapper .quickLinks {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    padding: 0;
}
.globalHeaderModule header.mobile .searchWrapper .quickLinks label {
    color: black;
    font-weight: 400;
    line-height: 22px;
    font-size: 16px;
}
.globalHeaderModule header.mobile .searchWrapper .quickLinks a {
    color: white;
    text-decoration: underline;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 800;
    line-height: 20px;
}
.globalHeaderModule header.mobile .searchWrapper .quickLinks a:hover {
    color: black;
}
.globalHeaderModule .searchWrapper {
    height: 210px;
    position: absolute;
    background-color: #e64626;
    width: 100%;
    opacity: 0.9;
    left: 0;
    margin-top: 110px;
    margin: 32px auto;
}
.globalHeaderModule .searchWrapper input[type="text"] {
    font-size: 35px;
    background-color: #e64626;
    border: 0;
    outline: 0;
    color: white;
    width: 100%;
    padding-left: 10px;
}
.globalHeaderModule .searchWrapper.fixed {
    position: fixed;
    top: 68px;
    height: 70px;
    opacity: 1;
    z-index: 600;
    width: 100%;
}
@media print {
    .globalHeaderModule .searchWrapper.fixed {
        position: relative !important;
    }
}
.globalHeaderModule .searchWrapper.fixed input,
.globalHeaderModule .searchWrapper.fixed .input {
    height: 50px;
}
.globalHeaderModule .searchWrapper.fixed .col-sm-12:first-child {
    padding-top: 9px;
    padding-bottom: 0;
}
.globalHeaderModule .searchWrapper.fixed .col-sm-3 .input a {
    line-height: 50px;
}
.globalHeaderModule .searchWrapper.fixed .col-sm-12:nth-child(2) {
    display: none;
}
.globalHeaderModule .searchWrapper.fixed .col-sm-12 .row,
.globalHeaderModule .searchWrapper.fixed .col-sm-12 .courseFinderModule.detailed .inputFields,
.courseFinderModule.detailed .globalHeaderModule .searchWrapper.fixed .col-sm-12 .inputFields,
.globalHeaderModule .searchWrapper.fixed .col-sm-12 .courseFinderModule.detailed .submitAndLinks,
.courseFinderModule.detailed .globalHeaderModule .searchWrapper.fixed .col-sm-12 .submitAndLinks {
    text-align: center;
    margin: 0 auto;
}
@media (min-width: 992px) {
    .globalHeaderModule .searchWrapper.fixed .col-sm-12 .row,
    .globalHeaderModule .searchWrapper.fixed .col-sm-12 .courseFinderModule.detailed .inputFields,
    .courseFinderModule.detailed .globalHeaderModule .searchWrapper.fixed .col-sm-12 .inputFields,
    .globalHeaderModule .searchWrapper.fixed .col-sm-12 .courseFinderModule.detailed .submitAndLinks,
    .courseFinderModule.detailed .globalHeaderModule .searchWrapper.fixed .col-sm-12 .submitAndLinks {
        width: 833px;
    }
}
@media (min-width: 1200px) {
    .globalHeaderModule .searchWrapper.fixed .col-sm-12 .row,
    .globalHeaderModule .searchWrapper.fixed .col-sm-12 .courseFinderModule.detailed .inputFields,
    .courseFinderModule.detailed .globalHeaderModule .searchWrapper.fixed .col-sm-12 .inputFields,
    .globalHeaderModule .searchWrapper.fixed .col-sm-12 .courseFinderModule.detailed .submitAndLinks,
    .courseFinderModule.detailed .globalHeaderModule .searchWrapper.fixed .col-sm-12 .submitAndLinks {
        width: 962px;
    }
}
@media (min-width: 1440px) {
    .globalHeaderModule .searchWrapper.fixed .col-sm-12 .row,
    .globalHeaderModule .searchWrapper.fixed .col-sm-12 .courseFinderModule.detailed .inputFields,
    .courseFinderModule.detailed .globalHeaderModule .searchWrapper.fixed .col-sm-12 .inputFields,
    .globalHeaderModule .searchWrapper.fixed .col-sm-12 .courseFinderModule.detailed .submitAndLinks,
    .courseFinderModule.detailed .globalHeaderModule .searchWrapper.fixed .col-sm-12 .submitAndLinks {
        width: 1200px;
    }
}
@media (max-width: 991px) {
    .globalHeaderModule .searchWrapper.fixed {
        -moz-transition-property: top;
        -o-transition-property: top;
        -webkit-transition-property: top;
        transition-property: top;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
    .globalHeaderModule .searchWrapper.fixed.revealMobile {
        top: 0px;
    }
}
@media (min-width: 992px) {
    .globalHeaderModule .searchWrapper.fixed {
        top: 68px;
        border-bottom: 1px solid #f1f2f2;
    }
}
.globalHeaderModule .searchWrapper .col-sm-12 {
    padding: 0 50px 0 50px;
}
.globalHeaderModule .searchWrapper .col-sm-12:first-child {
    padding-top: 50px;
    padding-bottom: 15px;
}
.globalHeaderModule .searchWrapper .col-sm-12:last-child .col-sm-12 {
    padding-top: 0;
    padding-left: 10px;
    padding-bottom: 0;
}
.globalHeaderModule .searchWrapper .col-sm-9 {
    padding-right: 1px;
}
.globalHeaderModule .searchWrapper .col-sm-9 input {
    background-color: rgba(0, 0, 0, 0.3);
}
.globalHeaderModule .searchWrapper .col-sm-3 {
    padding-left: 1px;
}
.globalHeaderModule .searchWrapper .col-sm-3 .input {
    font-size: 28px;
    background-color: rgba(0, 0, 0, 0.3);
}
.globalHeaderModule .searchWrapper .col-sm-3 .input a {
    color: white;
    margin: 5px;
    line-height: 66px;
    padding: 0px 0px 0 47px;
}
.globalHeaderModule .searchWrapper .quickLinksItems {
    padding-top: 25px;
}
.globalHeaderModule .searchWrapper .quickLinksItems a {
    color: white;
    margin: 5px;
    line-height: 66px;
    padding: 25px 30px 5px 0;
    font-size: 18px;
}
@media (min-width: 768px) {
    .globalHeaderModule .searchWrapper .col-sm-3 .input a {
        padding: 0px 0px 0 47px;
    }
}
@media (min-width: 992px) {
    .globalHeaderModule .searchWrapper {
        margin: 75px auto;
    }
    .globalHeaderModule .searchWrapper .col-sm-3 .input a {
        padding: 5px 15px;
    }
}
@media (min-width: 1200px) {
    .globalHeaderModule .searchWrapper {
        margin: 75px 0;
    }
    .globalHeaderModule .searchWrapper .col-sm-3 .input a {
        padding: 5px 32px;
    }
}
@media (min-width: 1440px) {
    .globalHeaderModule .searchWrapper .col-sm-3 .input a {
        padding: 5px 62px;
    }
    .globalHeaderModule .searchWrapper .quickLinksItems {
        padding-top: 25px;
    }
    .globalHeaderModule .searchWrapper .quickLinksItems a {
        font-size: 20px;
        padding: 25px 62px 5px 0;
    }
}
.globalHeaderModule .searchWrapper .filterCat {
    color: white;
    font-size: 24px;
    text-decoration: none;
}
.globalHeaderModule .searchWrapper .filterCat .selectedFilter {
    font-weight: bold;
}
.globalHeaderModule .searchWrapper .filterCat .fa {
    font-size: 30px;
    line-height: 1;
    vertical-align: middle;
}
.globalHeaderModule .searchWrapper .quickLinks {
    padding: 0;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
}
.globalHeaderModule .searchWrapper .quickLinks label {
    color: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.globalHeaderModule .searchWrapper .quickLinks a {
    color: white;
    text-decoration: underline;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 800;
    line-height: 20px;
}
.globalHeaderModule .searchWrapper .quickLinks a:hover {
    color: black;
}
@media (min-width: 1440px) {
    .globalHeaderModule .searchWrapper .quickLinks {
        font-size: 18px;
    }
}
@media (min-width: 1440px) {
    .globalHeaderModule .heroMediaModule img {
        height: 365px;
    }
}
.globalHeaderModule .searchContainer {
    z-index: 1000;
    position: absolute;
    top: 0px;
    width: 100%;
}
.globalHeaderModule .searchContainer .mobileRow {
    height: 50px;
    text-align: center;
    font-size: 24px;
    position: relative;
}
.globalHeaderModule .searchContainer .mobileRow .unilogo {
    width: 100px;
    margin-top: 6px;
}
.globalHeaderModule .searchContainer .mobileRow a,
.globalHeaderModule .searchContainer .mobileRow a:hover {
    color: black;
}
.globalHeaderModule .searchContainer .mobileRow .hamburgerIcon {
    float: left;
    margin-top: 8px;
    margin-left: 12px;
}
.globalHeaderModule .searchContainer .mobileRow .closeIcon {
    position: absolute;
    top: 6px;
    right: 20px;
}
.globalHeaderModule .searchContainer .mobileRow .closeIcon .glyphicon-remove {
    display: block;
    background-size: 20px 20px;
    background-position: 2px 4px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.globalHeaderModule .searchContainer .mobileRow .closeIcon .glyphicon-remove::before {
    content: ' ';
}
@media (min-width: 768px) {
    .globalHeaderModule .searchContainer .mobileRow {
        margin-left: -70px;
        margin-right: -70px;
    }
}
.globalHeaderModule .searchContainer .container {
    background-color: #e64626;
    opacity: 0.95;
}
.globalHeaderModule .searchContainer .searchDropDown {
    height: 500px;
    width: 100%;
    display: none;
}
.globalHeaderModule .searchContainer .searchDropDown .typeToSearch {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: black;
    margin-top: 30px;
    margin-bottom: 20px;
}
.globalHeaderModule .searchContainer .searchDropDown .input {
    width: 100%;
}
.globalHeaderModule .searchContainer .searchDropDown input[type="text"] {
    font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
    font-size: 35px;
    background-color: #e64626;
    border: none;
    outline: none;
    color: white;
    width: 100%;
}
.globalHeaderModule .searchContainer .searchDropDown .description {
    font-family: "ApercuMono", Courier;
    font-size: 14px;
    color: #252525;
    margin-top: 20px;
}
.globalHeaderModule .searchContainer .searchDropDown .performSearchLink {
    display: none;
}
.globalHeaderModule .searchContainer .searchDropDown .searchRow .input {
    display: inline-block;
    border-bottom: 1px solid black;
}
.globalHeaderModule .searchContainer .searchDropDown .radioButtons {
    margin-top: 35px;
}
.globalHeaderModule .searchContainer .searchDropDown .radioButtons label {
    color: black;
    font-family: "ApercuMono", Courier;
    font-size: 16px;
    font-weight: normal;
}
.globalHeaderModule .searchContainer .searchDropDown .radioButtons .styledRadioButton {
    margin-bottom: 8px;
}
.globalHeaderModule .searchContainer .searchDropDown .radioButtons .styledRadioButton input[type="radio"] + span {
    color: black;
}
.globalHeaderModule .searchContainer .searchDropDown .radioButtons .styledRadioButton input[type="radio"]:focus + span {
    font-weight: bold;
}
.globalHeaderModule .searchContainer .searchDropDown .radioButtons .styledRadioButton input[type="radio"] + span::before {
    background-size: 32px 16px;
    background-position: -16px 0px;
    width: 16px;
    height: 16px;
}
.globalHeaderModule .searchContainer .searchDropDown .radioButtons .styledRadioButton input[type="radio"]:checked + span::before {
    background-position: 0px 0px;
}
@media (min-width: 992px) {
    .globalHeaderModule .searchContainer .searchDropDown {
        height: 549px;
    }
    .globalHeaderModule .searchContainer .searchDropDown .desktopRow {
        padding-top: 24px;
    }
    .globalHeaderModule .searchContainer .searchDropDown .closeIcon {
        float: right;
        color: black;
        text-decoration: none;
        font-size: 24px;
        margin-top: 16px;
    }
    .globalHeaderModule .searchContainer .searchDropDown .unilogo {
        display: block;
        width: 116px;
        height: auto;
        margin-top: 7px;
    }
    .globalHeaderModule .searchContainer .searchDropDown .typeToSearch {
        font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
        font-weight: normal;
        font-size: 18px;
        margin-top: 95px;
        padding-bottom: 10px;
        margin-bottom: 50px;
        border-bottom: 1px solid black;
    }
    .globalHeaderModule .searchContainer .searchDropDown input[type="text"] {
        font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
        font-weight: bold;
        font-size: 60px;
        width: 637px;
    }
    .globalHeaderModule .searchContainer .searchDropDown .performSearchLink {
        display: inline-block;
        color: #252525;
        text-decoration: none;
        margin-left: 10px;
        font-family: "ApercuMono", Courier;
        font-weight: normal;
        font-size: 30px;
    }
    .globalHeaderModule .searchContainer .searchDropDown .description {
        margin-top: 40px;
        float: left;
    }
    .globalHeaderModule .searchContainer .searchDropDown .radioButtons {
        float: right;
    }
    .globalHeaderModule .searchContainer .searchDropDown .radioButtons .styledRadioButton {
        display: inline-block;
    }
    .globalHeaderModule .searchContainer .searchDropDown .radioButtons searchWrapper .styledRadioButton:first-child {
        margin-right: 30px;
    }
}
@media (min-width: 1200px) {
    .globalHeaderModule .searchContainer .searchDropDown {
        height: 619px;
    }
    .globalHeaderModule .searchContainer .searchDropDown .unilogo {
        width: 168px;
        margin-top: 2px;
    }
    .globalHeaderModule .searchContainer .searchDropDown input[type="text"] {
        width: 1005px;
    }
}


/* footer */
.globalFooterModule {
    background-color: #e64626;
    clear: both;
    margin-top: 100px;
}
@media (max-width: 767px) {
    .globalFooterModule .container {
        padding-left: 25px;
        padding-right: 25px;
    }
}
.globalFooterModule a {
    text-decoration: none;
}
.globalFooterModule a:hover {
    text-decoration: underline;
}
.globalFooterModule .footerTopHeader {
    min-height: 60px;
    background-color: #d8dbdd;
    padding-top: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
}
.globalFooterModule .footerTopHeader h2 {
    font-size: 20px;
    margin: 3px 0 0;
}
.globalFooterModule .footerTopHeader .library-footer-nav {
    overflow: hidden;
    margin-top: 4px;
}
.globalFooterModule .footerTopHeader ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.globalFooterModule .footerTopHeader li {
    display: inline;
}
.globalFooterModule .footerTopHeader li a {
    margin-right: 18px;
}
/*
.globalFooterModule .footerTopHeader div.container::before {
    content: "Sydney Open Journals is hosted by the University of Sydney Library";
    font-size: 0.8em;
    padding-bottom: 10px;
}
*/
.globalFooterModule .footerTopHeader div.container {
    display: block;
}

@media (min-width: 768px) {
    .globalFooterModule .footerTopHeader li a {
        margin-right: 15px;
    }
}
@media (min-width: 992px) {
    .globalFooterModule .footerTopHeader li a {
        margin-right: 30px;
    }
}
@media print {
    .globalFooterModule .footerTopHeader li a {
        margin-right: 0 !important;
    }
}
@media (max-width: 767px) {
    .globalFooterModule .footerTopHeader {
        padding-bottom: 15px;
    }
}
.globalFooterModule .footerTopHeader .lbl {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .globalFooterModule .footerTopHeader .library-footer-nav {
        margin-left: -43px;
        margin-right: 43px;
    }
}
.globalFooterModule .footerTopHeader .navItems {
    margin-bottom: 10px;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
}
@media (max-width: 767px) {
    .globalFooterModule .footerTopHeader .navItems {
        margin: 10px 0 0;
        white-space: nowrap;
    }
    .globalFooterModule .footerTopHeader .navItems li {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 25%;
        text-align: center;
    }
}
@media (max-width: 767px) and (max-width: 340px) {
    .globalFooterModule .footerTopHeader .navItems li {
        width: 23%;
    }
}
@media (max-width: 767px) {
    .globalFooterModule .footerTopHeader .navItems li:first-child {
        text-align: left;
    }
    .globalFooterModule .footerTopHeader .navItems li:last-child {
        text-align: right;
    }
}
.globalFooterModule .footerTopHeader .navItems a {
    font-size: 14px;
    font-weight: bold;
    color: #252525;
}
.globalFooterModule .footerTopHeader .socialMediaIcons ul {
    float: right;
}
.globalFooterModule .footerTopHeader .socialMediaIcons ul li a {
    margin-right: 20px;
    margin-left: 0;
}
@media (min-width: 992px) {
    .globalFooterModule .footerTopHeader .socialMediaIcons ul {
        float: right;
    }
    .globalFooterModule .footerTopHeader .socialMediaIcons ul li a {
        margin-right: 30px;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .globalFooterModule .footerTopHeader .socialMediaIcons ul {
        float: none;
        margin-top: 20px;
    }
    .globalFooterModule .footerTopHeader .socialMediaIcons ul li a {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .globalFooterModule .footerTopHeader .socialMediaIcons .navItems li {
        width: auto;
        text-align: left;
        margin: 0 11.5%;
    }
}
@media (max-width: 767px) and (max-width: 340px) {
    .globalFooterModule .footerTopHeader .socialMediaIcons .navItems li {
        margin: 0 10.3%;
    }
}
@media (max-width: 767px) {
    .globalFooterModule .footerTopHeader .socialMediaIcons .navItems li:first-child {
        margin-left: 0;
    }
    .globalFooterModule .footerTopHeader .socialMediaIcons .navItems li:last-child {
        margin-right: 0;
    }
}
.globalFooterModule .footerTopHeader .socialMediaIcons img {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0;
    vertical-align: middle;
}
.globalFooterModule .footerTopHeader .socialMediaIcons a:not(:last-child) {
    margin-right: 20%;
}
.globalFooterModule .footerHeader {
    padding-top: 50px;
    position: relative;
}
.globalFooterModule .footerHeader .unilogo {
    width: 171px;
    height: auto;
}
.globalFooterModule .footerHeader .heading {
    color: white;
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
    font-size: 30px;
    margin-top: 8px;
}
.globalFooterModule .footerHeader .blackProcessMark {
    width: 4px;
    height: 30px;
    background-color: black;
    position: absolute;
    top: 0px;
    left: 15px;
}
.globalFooterModule .footerHeader .whiteProcessMark {
    width: 30px;
    height: 4px;
    background-color: white;
    position: absolute;
    top: 85px;
    right: 0px;
    display: none;
}
@media (min-width: 768px) {
    .globalFooterModule .footerHeader .whiteProcessMark {
        display: block;
    }
}
.globalFooterModule .linksSection {
    padding-top: 40px;
}
@media (min-width: 768px) {
    .globalFooterModule .linksSection {
        padding-top: 50px;
    }
}
.globalFooterModule .linksSection h2 {
    margin-top: 0px;
    font-size: 16px;
    font-weight: bold;
    color: black;
}
@media (min-width: 768px) {
    .globalFooterModule .linksSection h2 {
        font-size: 20px;
    }
}
.globalFooterModule .linksSection .linklist {
    padding-left: 0px;
    margin-left: 0px;
    list-style-type: none;
}
.globalFooterModule .linksSection .linklist ul {
    margin-top: 20px;
}
.globalFooterModule .linksSection .linklist li {
    margin-bottom: 5px;
}
.globalFooterModule .linksSection .socialMediaIcons img {
    display: block;
    margin-bottom: 10px;
    width: 18px;
    height: 18px;
}
.codeStyle {
    font-family: "ApercuMono",Courier;
    font-size: 14px;
    font-weight: normal;
}
.globalFooterModule .linksSection .socialMediaIcons .codeStyle,
.globalFooterModule .linksSection .socialMediaIcons .signpostsModule .bottomRow .signpostVideoItem .contentType,
.signpostsModule .bottomRow .signpostVideoItem .globalFooterModule .linksSection .socialMediaIcons .contentType,
.globalFooterModule .linksSection .socialMediaIcons .signpostsModule .bottomRow .signpostTileItem .contentType,
.signpostsModule .bottomRow .signpostTileItem .globalFooterModule .linksSection .socialMediaIcons .contentType,
.globalFooterModule .linksSection .socialMediaIcons .featuredArticleModule.style1 .contentType,
.featuredArticleModule.style1 .globalFooterModule .linksSection .socialMediaIcons .contentType,
.globalFooterModule .linksSection .socialMediaIcons .featuredArticleModule.style2 .contentType,
.featuredArticleModule.style2 .globalFooterModule .linksSection .socialMediaIcons .contentType,
.globalFooterModule .linksSection .socialMediaIcons .featuredArticleListModule .featuredArticleModule .contentType,
.featuredArticleListModule .featuredArticleModule .globalFooterModule .linksSection .socialMediaIcons .contentType,
.globalFooterModule .linksSection .socialMediaIcons .pageTitleModule .contentType,
.pageTitleModule .globalFooterModule .linksSection .socialMediaIcons .contentType {
    color: black;
    width: 120px;
    margin-top: 35px;
    -moz-transform-origin: 5px 10px;
    -ms-transform-origin: 5px 10px;
    -webkit-transform-origin: 5px 10px;
    transform-origin: 5px 10px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.globalFooterModule .linksSection a,
.globalFooterModule .linksSection a:hover {
    color: black;
    font-size: 12px;
    font-weight: bold;
}
.globalFooterModule .linksSection > div {
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .globalFooterModule .linksSection > div {
        margin-bottom: 0px;
    }
}
.globalFooterModule .mobileClearfix {
    clear: both;
}
@media (min-width: 768px) {
    .globalFooterModule .mobileClearfix {
        clear: none;
    }
}
.globalFooterModule .groupOfEightRow {
    padding-top: 10px;
}
.globalFooterModule .groupOfEightRow > div {
    padding-bottom: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d74123;
}
.globalFooterModule .groupOfEightRow .inspiredImage {
    width: 105px;
    height: auto;
}
.globalFooterModule .groupOfEightRow .groupOfEightImage {
    width: 105px;
    height: auto;
    margin-left: 30px;
}
.globalFooterModule .bottomSection {
    margin-bottom: 50px;
    position: relative;
    color: black;
}
.globalFooterModule .bottomSection .mobile .codeStyle,
.globalFooterModule .bottomSection .mobile .signpostsModule .bottomRow .signpostVideoItem .contentType,
.signpostsModule .bottomRow .signpostVideoItem .globalFooterModule .bottomSection .mobile .contentType,
.globalFooterModule .bottomSection .mobile .signpostsModule .bottomRow .signpostTileItem .contentType,
.signpostsModule .bottomRow .signpostTileItem .globalFooterModule .bottomSection .mobile .contentType,
.globalFooterModule .bottomSection .mobile .featuredArticleModule.style1 .contentType,
.featuredArticleModule.style1 .globalFooterModule .bottomSection .mobile .contentType,
.globalFooterModule .bottomSection .mobile .featuredArticleModule.style2 .contentType,
.featuredArticleModule.style2 .globalFooterModule .bottomSection .mobile .contentType,
.globalFooterModule .bottomSection .mobile .featuredArticleListModule .featuredArticleModule .contentType,
.featuredArticleListModule .featuredArticleModule .globalFooterModule .bottomSection .mobile .contentType,
.globalFooterModule .bottomSection .mobile .pageTitleModule .contentType,
.pageTitleModule .globalFooterModule .bottomSection .mobile .contentType {
    color: black;
    width: 120px;
    -moz-transform-origin: 10px 10px;
    -ms-transform-origin: 10px 10px;
    -webkit-transform-origin: 10px 10px;
    transform-origin: 10px 10px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.globalFooterModule .bottomSection .mobile .socialMediaIcons a {
    margin-bottom: 22px;
    display: block;
}
.globalFooterModule .bottomSection .mobile .socialMediaIcons a img {
    width: 18px;
    height: 18px;
}
.globalFooterModule .bottomSection .mobile .links a {
    color: black;
    margin-bottom: 15px;
    display: block;
    font-family: "ApercuMono", Courier;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 11px;
}
.globalFooterModule .bottomSection .mobile .abnSection {
    font-family: "ApercuMono", Courier;
    font-size: 12px;
}
.globalFooterModule .bottomSection .desktop .links > div {
    float: left;
    padding-right: 13px;
}
@media (min-width: 992px) {
    .globalFooterModule .bottomSection .desktop .links > div {
        padding-right: 35px;
    }
}
@media (min-width: 1200px) {
    .globalFooterModule .bottomSection .desktop .links > div {
        padding-right: 80px;
    }
}
.globalFooterModule .bottomSection .desktop a,
.globalFooterModule .bottomSection .desktop a:hover {
    color: black;
    font-family: "ApercuMono", Courier;
    font-size: 12px;
    vertical-align: top;
}
.globalFooterModule .bottomSection .desktop .abnSection {
    font-family: "ApercuMono", Courier;
    font-size: 10px;
}
.globalFooterModule .bottomSection .desktop .links a,
.globalFooterModule .bottomSection .desktop .links a:hover {
    color: black;
    font-family: "ApercuMono", Courier;
    font-size: 12px;
    vertical-align: top;
}
div#pageFooter {
	margin-bottom: 20px;
}

/*end paste usyd theme*/


#content {
	font-size: 1.0em;
	font-weight: inherit;
}

#content h3 {
	font-size: 1.5em;
	font-weight: inherit;
}

#content > div > ul > li {
	font-size: 1.0em;
	font-weight: inherit
}

#content a {
	font-size: 1.0em;
	font-weight: inherit;
	line-height: 1.4em;
	padding: 0.1em 0;
}

#content div[id^="about"] li {
	list-style-type: disc;
	list-style-position: inside;
    display: list-item;
    padding: 5px;
    padding-left: 20px;
}

#content div[id^="about"] ul li:before {
	content: none;
    text-indent: 0;
}

#pkp-about-aboutTheJournal #content > div:first-child > h3 {
	padding-top: 30px;
}

.data .label label {
	font-size: 1.0em;
	line-height: 1.2em;
}

sidebarUser form input[type="submit"], input[type="submit"] {
	font-size: 1.05em;
	font-weight: normal;
}

#pkp-navigation-search div#results table tr.heading {
	font-size: 1.4em;
}

#content div#issueDescription + h3 + h4.tocSectionTitle {
	padding-top: 20px;
}

.tocArticle .tocArticleTitleAuthors .tocTitle {
	font-size: 1.05em;
	color: #111;
	text-decoration: none;
}
.tocArticle .tocAuthors {
	font-size: 1.0em;
}

#content a.file[href*="article"] {
	font-size: 1.3em;
	font-weight: 700;
}

#content a.file[href*="article"]:hover {
	text-decoration: none;
    background-color: #F3CFC7;
}

.tocGalleys a {
	padding: 0 0 0 40px !important;
}

/*additional fixes for galley view*/

a#fullscreenShow:hover, a#pdfDownloadLink:hover, a:hover {
	background: #F3CFC7;
	background-color: #F3CFC7;
}

#breadcrumb a:hover {
	background: #F3CFC7;
	background-color: #F3CFC7;
}

a:link, #sidebar a:link, #sidebar a {
	color: #ce3d20;
}

.globalFooterModule .footerTopHeader div.container::before {
    content: "Sydney Open Journals is hosted by the University of Sydney Library";
    font-size: 0.8em;
    padding-bottom: 10px;
}

.globalFooterModule > div.container {
    display: none;
}

div.footerTopHeader .socialMediaIcons {
	display: none;
}

#headerTitle h1 {
	position: relative;
	left: 10%;
	top: 40%;
	color: white;
	font-weight: 400;
	font-size: 2.8em;
}

#breadcrumb {
	font-size: 0.95em;
}

#navbar ul.menu a:hover {
	background-color: transparent;
}

#pkp-archive-archives .issueCoverImage img {
	width: auto;
	height: auto;
	max-width:250px;
	max-height: 250px;
	margin: 0 1em 1em 0;
}

#pkp-archive-archives  div.issueCoverImage + h4 {
	padding-top: 1em;	
}

#content a {
	font-size: 1.0em;
	font-weight: inherit;
	line-height: 1.4em;
	padding: 0.1em 0;
}

#pkp-common-openJournalSystems div#issueCoverImage {
  	width: 100%;
	height: 1000px;
	margin: auto;
	max-width: 90%;
	max-height: 600px;
	text-align: center;
}

#pkp-common-openJournalSystems div#issueCoverImage img {
  	width: auto;
	height: auto;
	margin: auto;
	max-width: 90%;
	max-height: 600px;
}

#content ul.menu li a[href*="showToc"] {
	font-size: 1.6em;
	font-weight: bold;
	color: #ce3d20;
	text-decoration: underline;
	margin-left: 1em;
}

#content ul.menu li a[href*="showToc"]:before {
    content: "> "
}

#content ul.menu li a[href*="showToc"]:hover {
	text-decoration: none;
	background-color: #F3CFC7;

}

#content ul.menu:first-child {
	margin-top: 1em;
}