@charset "UTF-8";

@import url( http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700 );
@import url( 'https://secure.openum.ca/assets/themes/forceorange/css/reset.css' );

/*
*	MATERIALIZE INFOS
*/

.container {
	max-width: 1020px !important;
	width: 95% !important;
	padding: 0 !important;

}
strong {
	font-weight: 600;
}
   
/*
*	GENERAL
*/

::selection {
	background: #005599;
	color: #fff;
}
::-moz-selection {
	background: #005599;
	color: #fff;
}
::-webkit-selection {
	background: #005599;
	color: #fff;
}

* {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	box-sizing:inherit;
}

body {
	font-size: 14px;
	text-align: justify;
}

a, a:visited {
	color: inherit;
	text-decoration: none;
	border-bottom: #005599 1px solid;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	}
a:hover {
	color: #005599;
	}

.color {
	color: #005599 !important;	
}

.image-link {
	border: none !important;
}

p {
	margin: 10px 0px;
}

ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 35px;
	margin-top: 10px;
}
ul li {
	list-style-type: square;
	list-style-position: outside;
}
ul ul {
	margin-top: 3px;
}
header li, nav li, footer li {
	list-style-type: none;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 35px; margin-top: 10px;
}
ol ol {
	margin-top: 3px;
}

hr {
	height: 1px;
	background-color: #005599;
	border: 0;
	margin: 25px auto;
}

.responsive-container {
    position: relative;
    padding-bottom: 100%;
    padding-top: 40px;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.responsive-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
*	HEADINGS
*/

h1 {
	font-size: 2.5em;
	margin: 22px auto;
	text-align: left;
	line-height: 1.2em;
}

h2 {
	font-size: 2em;
	margin: 18px auto;
	text-align: left;
	line-height: 1.2em;
}

h3 {
	
	font-size: 1.5em;
	margin: 15px auto;
	text-align: left;
	line-height: 1.1em;
}

h4 {
	
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px auto;
	text-align: left;
	line-height: 1em;
}

h5 {
	font-size: 1.1em;
	margin: 10px auto;
	text-align: left;
	line-height: 1em;
}

h1:first-child, h2:first-child,h3:first-child,h4:first-child,h5:first-child,.has-prehead {
	margin-top: 0px;
}

.has-subhead {
	margin-bottom: 10px;
}

/* -- Emphase -- */
h6 {
	width: 33%;
	float: left;
	font-weight: normal;
	margin: 5px 25px 10px 0;
	border-bottom: solid 5px #005599;
	border-top: solid 5px #005599;
	padding: 10px;
	text-align: left;
	font-size: 1.15em;
	}
	
h6[style*='right'] {
	float: right;
	margin: 5px 0px 10px 25px;
	text-align: right;
	}

@media only screen and (max-width : 600px) {
	h6 {
		width: 40%;
		font-size: 1em;
	}
}

/*
*	HEADER
*/

/**
 *	HEADER
**/

#site-header {
    position: relative;
    text-align: left;
    border-top: 3px solid #005599;
    color: #555;
    min-height: 200px;
    z-index: 0;
}


#site-header .valign-wrapper {
    position: relative;
    min-height: 200px;
}

.site-logo-center #site-logo .titles-container:first-child h1, .site-logo-center #site-logo .titles-container:first-child h2 {
    text-align: center;
}

.site-logo-right #site-logo .titles-container:first-child h1, .site-logo-right #site-logo .titles-container:first-child h2 {
    text-align: right;
    
}
.site-logo-center #site-logo {
    margin: 0 auto;
}
.site-logo-right #site-logo {
    margin: 0 0 0 auto;
}


#site-header a {
    border: none;
}

#site-logo {
	max-width: 100%;
    display: table;
    border: 1px solid red;
    min-height_: 200px;
    padding-top_: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#site-logo figure {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    padding-right: 25px;
}

#site-logo img {
    max-width: 100%;
}

#site-logo img.img-retina {
    -webkit-transform: scale(0.5); /* Saf3.1+, Chrome */
    -moz-transform: scale(0.5); /* FF3.5+ */
    -ms-transform: scale(0.5); /* IE9 */
    -o-transform: scale(0.5); /* Opera 10.5+ */
    transform: scale(0.5);
     /* IE6–IE9 */ filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9999619230641713, M12=-0.008726535498373935, M21=0.008726535498373935, M22=0.9999619230641713,SizingMethod='auto expand');
}

#site-logo .titles-container {
    display: table-cell;
    vertical-align: middle;
}

#site-logo h1, #site-logo h2 {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
}

#site-logo h1 {
    font-size: 30px;
}

#site-logo h2 {
    font-weight: normal;
    font-size: 20px;
}


#site-logo:hover img, #site-logo:hover h1, #site-logo:hover h2 {
    opacity: 0.8;
    transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
}
#site-logo:hover {
	color: #555;
}

.menu-header-container, .menu-icons-container, .lang-container, .search-btn-container {
    display: inline-block;
}

#header-bottom {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 5px;
}


.alternative-header-container {
    text-align: right;
}

.alternative-header-container #btn-lang-switcher li a {
    margin-left: 4px;
}


#navigation-bar.centered-menu #menu-navigation {

    width: 78%;
    margin: 0 auto;
    float: inherit !important;
    text-align: inherit;

}

#navigation-bar.centered-menu .icon-home {

    color: #fff !important;
}

#navigation-bar.centered-menu .icon-home:hover {

    color: rgba(255, 255, 255, .5) !important;
}

#navigation-bar:not(.has-home) .icon-home {

    display: none;
}

#navigation-bar.block-menu.has-home #menu-navigation {
    padding: 0 0 0 56px;
    width: 100%;
}

#navigation-bar.block-menu #menu-navigation > li {
    width: calc(100%/6);
    text-align: left;
    height: 55px;
    display: table;
    background-color: #005599 !important;
    position: relative;
}

#navigation-bar.block-menu #menu-navigation > li:last-child {
    width: calc(100%/6 - .5%);
}

#navigation-bar.block-menu #menu-navigation > li:not(:last-child) {
    margin-right: 1px;
}

#navigation-bar.block-menu #menu-navigation > li.menu-item-has-children > a:after {
	font-family: 'openum-icons';
    content: '\e869';
    -webkit-transform: rotate(90deg);
    font-size: 100%;
    position: absolute;
    top: 10px; right: 10px;
    color: rgba(255, 255, 255, .2);
}
#navigation-bar.block-menu #menu-navigation > li.menu-item-has-children:hover > a:after {
	color: #005599;
}

#navigation-bar.block-menu #menu-navigation > li > a {
    white-space: normal;
    display: table-cell !important;
    white-space: normal;
    line-height: 17px;
}


#navigation-bar .navigation-wrapper {
    position: relative;
}

#navigation-bar.block-menu .navigation-wrapper .alternative-header-container {
    position: absolute;
    right: 0;
}

#navigation-bar.block-menu .alternative-header-container {

}


#menu-navigation > li .sub-menu li > a {
    color: #000 !important;
    padding: 5px 20px 5px 30px !important;
}
.block-menu #menu-navigation > li .sub-menu li > a {
    padding: 5px 10px 5px 20px !important;
}

#menu-navigation > li .sub-menu li:hover > a {
    color: #fff !important;
}

/* -- Menu Links -- */

#menu-links {
    z-index:999;
    font-size: 80%;
    color: #999;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 0;
}
#menu-links:not(.menu-links-left){
	right: 0;
	text-align: right;
}
#menu-links.menu-links-left {
    text-align: left;
    margin: 0;
}
#menu-links li {
    display: inline-block;
    padding: 0px 2px 0px 4px;
    vertical-align: top;
}
#menu-links li:not(:first-child){
    border-left: 1px solid #999;
}
#menu-links .menu-color-background + li {
    border-left: none;
}
#menu-links li a {
    display: block;
}

#menu-links li.menu-color a {
    color: #005599;
}
#menu-links li.menu-color a:hover {
    color: #999;
}
#menu-links li.menu-color-background {
    background-color: #005599;
    color: #fff;
    border-left: none;
    padding: 0px;
}
#menu-links li.menu-color-background a {
    padding: 0px 4px 2px 4px;
}
#menu-links li.menu-color-background a:hover {
    color: rgba(255, 255, 255, .5);
}
#menu-links li.menu-color-background a:hover img {
    opacity: 0.7;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

/* -- Menu Header -- */

#menu-header {
    margin: 0;
    font-size: 80%;
    text-transform: uppercase;
    font-weight: 700;
    list-style: none;
    width: 100%;
}
#menu-header li {
    display: inline-block;
    padding: 0px 2px 0px 4px;
}

#menu-header a:before {
    font-family: 'openum-icons';
    content: '\e869';
    font-size: 70%;
    padding-right: 5px; padding-bottom: 2px;
    vertical-align: middle;
    display: inline-block;
}

#menu-header li.menu-color a {
    color: #005599;
}
#menu-header li.menu-color a:hover {
    color: #555;
}

#menu-icons {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    list-style: none;
}
#menu-icons li {
    display: inline-block;
    padding-left: 1px;
}

#menu-icons a {
    display: block;
}

/* -- FOML Language Switcher -- */

#btn-search, #btn-lang-switcher, #btn-lang-switcher li{
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    list-style: none;
}
#btn-lang-switcher li {
    display: inline-block;
}
#btn-lang-switcher li a, #btn-search a {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 24px;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #555;
    margin-bottom: 0;
    margin-left: 1px;
    margin-top: -2px !important;
}
#btn-lang-switcher li a:hover, #btn-search a:hover {
    background-color: #005599;
    color: #FFF;
    border-color: #005599;
}

/* -- Navigation -- */

#navigation-bar {
    height: 40px;
    background-color: #005599;
    color: #fff;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    font-size: 13px;
}

#navigation-bar .sub-menu a {
    line-height: 100%;
}

#navigation-bar #menu-navigation .sub-menu li:last-child a, #navigation-bar.block-menu #menu-navigation .sub-menu li:last-child a {
    padding-bottom: 10px !important;
}
#navigation-bar #menu-navigation .sub-menu li:first-child a, #navigation-bar.block-menu #menu-navigation .sub-menu li:first-child a {
    padding-top: 10px !important;
}

#navigation-bar #menu-navigation a, #navigation-bar .icon-home, #navigation-bar #menu-icons a, .button-collapse {
    border-bottom: inherit;
}

#menu-navigation {
    width:auto;
    margin: 0;
    padding: 0 0 0 25px;
    text-align: left;
    float: left !important;
}

#menu-navigation li {
    list-style: none;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

#menu-navigation > li {
    position: relative;
}

#menu-navigation li a, #menu-navigation li a:visited {
    display: block !important;
    padding: 0 20px !important;
    color: #fff;
}
.block-menu #menu-navigation li a, .block-menu #menu-navigation li a {
	padding: 10px 20px 10px 10px !important;
}

#menu-navigation > li:hover > a {
    color: #000;
    background-color: rgba(255, 255, 255, 0.2) !important;
}

#menu-navigation > li:hover .sub-menu {
	background-color: #005599;
}
#menu-navigation > li:hover .sub-menu li {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

#menu-navigation > li:hover a:hover {
    color: #fff;
}

#menu-navigation > li > ul {
    position: absolute;
    visibility:hidden;
    opacity:0;
    overflow: hidden;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    color: #000;
    margin: 0;
}
#menu-navigation > li:hover > ul {
    position: absolute;
    display: block;
    visibility:visible;
    opacity:1;
    z-index: 10000;
    margin-left: 0px;
    height:auto;
    transition-delay:0s;
}

.block-menu #menu-navigation > li:hover ul, .block-menu #menu-navigation > li ul {

    position: absolute;
    left: 0;
    right: 0;
    top: 55px;
}

.centered-menu #menu-navigation > li {
    position: relative;
}

#menu-navigation > li:hover > .sub-menu, #menu-navigation > li > .sub-menu {
    position: absolute;
    right: 0;
    left: 0;
    min-width: 200px;
}

#menu-navigation li ul li {
    display: block;
    text-align: left;
    background-color: #005599;
    padding: 0;
}
#menu-navigation li ul li a, #menu-navigation li ul li a:visited {
    font-weight: normal;
    text-transform: none;
}
#menu-navigation li ul li a:before {
    font-family: 'openum-icons';
    content: '\e869';
    font-size: 70%;
    padding-right: 6px; padding-bottom: 2px;
    vertical-align: middle;
    display: inline-block;
    margin-left: -10px;
}

#menu-navigation li ul li a:hover {
    color: #fff;
}

#menu-navigation #menu-item-home a {
    padding: 0px 5px 0px 0px;
}
#menu-navigation #menu-item-home a:hover {
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
}

#navigation-bar #menu-icons li {
    padding: 0px;
}
#navigation-bar #menu-icons a {
    display: inline-block;
    padding: 0 5px;
    text-align: center;
}
#navigation-bar #menu-icons a:hover, #navigation-bar .icon-home:hover {
    color: rgba(255, 255, 255, .5);
}

#btn-search a, #btn-lang-switcher a {
    margin-top: 6px;
}

#navigation-bar #btn-lang-switcher li a, #navigation-bar #btn-search a {
    border-color: #fff;
}
#navigation-bar #btn-lang-switcher li a:hover, #navigation-bar #btn-search a:hover {
    background-color: #fff;
    color: #005599;
}

/* -- Fixed header -- */

nav#navigation-bar.header-parallax.fixed-top {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    z-index:100;
}
.admin-bar nav#navigation-bar.header-parallax.fixed-top {
	top: 32px;
}
.admin-bar #nav-mobile.side-nav  {
	padding-top: 50px;
}

/* -- Search Box -- */

#search-box input, #search-box button {
    display: none;
}

#search-box {
    height: 0;
    background-color: #005599;
    padding: 5px;
    margin-top: -10px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
#search-box input[type=search] {
    background-color: transparent;
    color: #fff;
    font-size: 150%;
    margin: 0px;
    border: 0px;
    padding: 26px 25px;
    width: calc(100% - 130px);
    border: 3px solid #fff;
    border-right: none;
    box-shadow: none;
}
#search-box button {
    background-color: transparent;
    color: #fff;
    font-size: 200%;
    margin: 0px;
    border: 0px;
    border: 3px solid #fff;
    border-left: none;
    padding: 31px 25px 37px 10px;
    line-height: 1;
}

#search-box.visible {
    height: 250px;
    -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    -ms-transition: all .6s ease-in;
    transition: all .6s ease-in;
}

#search-box form {

    opacity: 0;
}

#search-box.visible form {
    padding: 75px 0px !important;
}

#search-box.visible input, #search-box.visible button {
    display: initial;
}

#search-box ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .7);
}

#search-box :-moz-placeholder {
    color: rgba(255, 255, 255, .7);
}

#search-box ::-moz-placeholder {
    color: rgba(255, 255, 255, .7);
}

#search-box :-ms-input-placeholder {
    color: rgba(255, 255, 255, .7);
}

/* -- Header for Mobiles -- */


@media only screen and (min-width: 600px) {

}

@media only screen and (max-width : 600px) {

    #header-bottom {
        text-align: center;
        margin-bottom: 0;
        width: 100%;
    }

    #site-header .valign-wrapper {
        min-height: 250px;
    }

    #menu-header, #menu-icons, #btn-lang-switcher, #btn-search {
        display: inline-block;
        text-align: center;
    }
    #menu-icons li, #btn-lang-switcher li {
        display: inline-block;
    }

    #navigation-bar {
        text-align: center;
    }

    .menu-header-container {
        display: block;
    }

    .menu-trigger {
        display: inline-block;
        padding: 10px 10px;
    }
    .menu-trigger:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.2);
    }

    #search::-webkit-input-placeholder {
        display: none;
    }

    #search:-moz-placeholder { /* Firefox 18- */
        display: none;
    }

    #search::-moz-placeholder {  /* Firefox 19+ */
        display: none;
    }

    #search:-ms-input-placeholder {
        display: none;
    }

}


@media only screen and (max-width: 991px) {

    #search-box input[type=search] {

        padding: 27px 25px 28px 25px;

    }

    #navigation-bar #menu-icons a:hover, #navigation-bar .icon-home:hover {
        color: rgba(255, 255, 255, .5) !important;
    }

    #navigation-bar.block-menu a.button-collapse {

        color: #fff !important;
    }

}

@media only screen and (min-width: 992px) {

    #search-box button {

        padding: 30px 25px 37px 10px;

    }

    #navigation-bar.block-menu {

        background-color: inherit;

        height: 55px;
        line-height: 55px;
    }

    #navigation-bar.block-menu .icon-home {

        background-color: #005599;
        color: #fff;
        padding: 0 19px 0 19px;
        width: 55px;

    }

    #navigation-bar.block-menu .icon-home:hover {
        background-color: rgba(255, 255, 255, 0.2) !important;
    }

    #navigation-bar.block-menu .icon-home:hover {

        color: #fff !important;
    }

    #navigation-bar.block-menu #menu-navigation {

        padding: 0;
        width: 100%;
    }

    #navigation-bar.block-menu #menu-icons a {
        color: #555;
    }
    #navigation-bar.block-menu #menu-icons a:hover {
        color: #005599;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
    }

    #navigation-bar.block-menu #btn-lang-switcher li a, #navigation-bar.block-menu #btn-search a {
        border-color: #555;
        color: #555;
    }
    #navigation-bar.block-menu #btn-lang-switcher li a:hover, #navigation-bar.block-menu #btn-search a:hover {
        background-color: #005599;
        color: #fff;
        border-color: #005599;
    }

}

@media only screen and (min-width: 1200px) {

    #search-box button {

        padding: 31px 25px 37px 10px;

    }

}

/*
*	MAIN
*/

#main-container {
	margin-top: 25px;
}

.issue-box {
	text-align: left;
}
.issue-box img {
	width: 100%;
	height: auto;
}

.section-wrapper {
	margin-top: 30px;
}
.section-heading {
	border-bottom: 1px solid #005599;
	padding-bottom: 5px;
}

.aside-heading {
	color: #005599;
	border-bottom: 1px solid #005599;
	padding-bottom: 10px;
	font-size: 1.2em;
}
.aside-heading span {
	float: right;
}

.blog-aside-boxd {
	border: 1px solid #ddd;
	padding: 10px;
	text-align: left;
}

.blog-aside:hover .aside-content {
	display: block !important;
}
.blog-aside a {
	border: none;
}
.blog-aside ul {
	margin: 0;
	list-style: none;
	text-align: left;
}
.blog-aside ul li {
	padding: 5px 0px 5px 10px;
	line-height: 100%;
	list-style: none;
}

.blog-aside ul li a:before {
	font-family: 'openum-icons';
	content: '\e869';
	font-size: 0.6em;
	padding-top: 2px;
	padding-right: 5px;
	vertical-align: top;
	display: inline;
	margin-left: -10px;
}

.blog-aside li ul {
	margin-left: 0px;
	font-size: 0.975em;
	margin-top: 5px;
}

.index-link {
	color: #999;
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0px;
}
.index-link:first-of-type {
	margin-top: 25px;
}

.archive-tag-list a {
	border: none;
}
.archive-tag-list {
	margin: 0;
	list-style: none;
	text-align: left;
}
.archive-tag-list li {
	padding: 5px 0px 5px 10px;
	height: 50px;
	list-style: none;
	display: inline-block;
	width: 33%;
	line-height: 100%;
}
.archive-tag-list li a:before {
	font-family: 'openum-icons';
	content: '\e869';
	font-size: 0.6em;
	padding-top: 2px;
	padding-right: 5px;
	vertical-align: top;
	display: inline;
	margin-left: -10px;
}


.issue-ref {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #555;
}
.issue-ref a {
	border: none;
}

.issue-box {
	background-color: #fafafa;
	padding: 0.75rem;
	margin-bottom: 1rem;
}

.issue-box p {
	font-size: 0.9em;
}

.issue-box a {
	border: none;
}

.issue-box .issue-title {
	font-weight: 600;
	line-height: 0.25em;
}

#paper-keywords a {
	border: none;
}

.more {
	border: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.9em;
}

.more-icon-btn:hover {
	color: inherit;
}
.more-icon-btn:hover:before {
	color: #005599;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}


#content-section, #content-topic {
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	text-align: left;
}
#content-section a, #content-topic a {
	border: none;
	margin-right: 5px;
}
#content-section {
	color: #005599;
}
#content-topic {
	color: #555;
}
#content-section a:hover {
	color: #555;
}

#content-subheading {
	padding-top: 10px;
	border-top: 1px solid #ddd;
	color: #999;
	margin-bottom: 25px;
	text-align: left;
}
#content-subheading a {
	border: none;
}

#content-subheading #menu-share {
	float: right;
	margin-left: 25px;
}
#content-subheading #menu-share:hover .icon-share {
	color: #000;
}

#content-subheading .more {
	font-size: 0.8em;
}

#content-meta span {
	display: inline-block;
}
#content-meta span:not(:last-child) {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #ddd;
}

#writer-name {
	color: #000;
	font-size: 1.25em;
	text-align: left;
}
#writer-name a {
	border: none;
}

#writer-name sup {
	margin-left: 2px;
}

.writer-bio, #paper-note {
	font-size: 0.95em;
}
.writer-bio sup {
	font-weight: 700;
}

#paper-note {
	margin-top: 25px;
}

#paper-download {
	text-align: center;
}

#paper-download .btn {
	padding: 15px 40px;
}

@media only screen and (min-width : 600px) {
#paper-fulltext .btn {
	float: right;
	margin: -10px 0px 10px 25px;
	border-radius: 0px 0px 4px 4px;
	border-top: none;
	padding: 10px 20px
}
}

@media only screen and (max-width : 600px) {
	#paper-fulltext .btn {
	margin: 25px 0px 25px 0px;
	padding: 20px;
	width: 100%;
	}
}

.issue-toc, .issue-description {
	padding: 0 0.75rem;
}
.issue-toc-cover {
	float: right;
	padding: 0px 0px 15px 25px;
	background-color: #FFF;
	width: 33%;
}
.issue-title-date {
	display: inline-block;
}

.issue-toc a {
	border: none;
}
.issue-toc h3, article.paper-item h3 {
	margin: 0;
}
.toc-heading {
	border-bottom: 1px solid #005599;
	padding-bottom: 5px;
}

.issue-description {
	margin: 25px 0px 25px 0px;
}
.issue-toc article, article.paper-item {
	margin: 20px 0px;
}

.issue-toc .article-writer, article.paper-item .article-writer {
	font-weight: 600;
	margin-bottom: 10px;
}
.issue-toc .article-links, article.paper-item .article-links {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #999;
	font-weight: 700;
	padding-top: 5px;
}

.issue-toc .article-links a:not(:last-child), article.paper-item .article-links a:not(:last-child),
.issue-toc .article-links span:not(:last-child), article.paper-item .article-links span:not(:last-child) {
	margin-right: 5px;
	padding-right: 7px;
	border-right: 1px solid #ddd;
}


.blog-archives article:not(:first-of-type), .archives article:not(:first-of-type)  {
	padding-top: 25px;
	margin-top: 30px;
	border-top: 1px solid #005599;
}
.blog-archives article a, .archives article a {
	border: none;
}

/* -- Buttons -- */

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

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

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

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

.btn.btn-more {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.9em;
}

.btn.btn-default {
	border: 1px solid #005599;
	background-color: inherit;
	color: #005599;
}

.btn.btn-default:hover {
	
	border: 1px solid #005599;
	background-color: #005599;
	color: #fff;
}

.btn.btn-color {
	border: 1px solid #005599;
	background-color: #005599;
	color: #fff;
}

.btn.btn-color:hover {
	border: 1px solid #005599;
	background-color: transparent;
	color: #005599;
}

.btn.btn-white {
	
	border: 1px solid #fff !important;
	background-color: transparent !important;
	color: #fff !important;
	
}

.btn.btn-white:hover {
	
	border: 1px solid #fff !important;
	background-color: #fff !important;
	color: #000 !important;
}

.btn.btn-grey {
	
	border: 1px solid #999 !important;
	background-color: transparent !important;
	color: #999 !important;
}

.btn.btn-grey:hover {
	
	border: 1px solid #999 !important;
	background-color: #999 !important;
	color: #fff !important;
}

/* -- Quote -- */

blockquote {
	width: 70%;
	margin: 10px auto;
	border-left: 5px solid #005599;
	padding-left: 10px;
	}
blockquote:before {
	content: '\e856';
	font-family: 'openum-icons';
	margin-left: -50px;
	font-size: 200%;
	float: left;
	color: #005599;
	}

blockquote p {
	margin: 5px 0;
}

/* -- Archives -- */

#paging-navigation {
	text-align: center;
	margin-top: 25px;
	padding-top: 20px;
	border-top: 1px solid #005599;
}
#paging-navigation a.prev {
	border: none;
	margin-right: 10px;
}
#paging-navigation a.next {
	border: none;
	margin-left: 10px;
}

#paging-navigation .page-numbers:not(.prev):not(.next) {
	display: inline-block;
	width: 26px; 
	height: 26px;
	line-height: 24px;
	vertical-align: middle;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 0;
	margin-top: -2px !important;
}
#paging-navigation a.page-numbers:not(.prev):not(.next) {
	border: 1px solid transparent;
}
#paging-navigation a.page-numbers:hover:not(.prev):not(.next) {
	background-color: #005599;
	color: #fff;
}
#paging-navigation .current {
	border: 1px solid #005599;
}

aside .current_issue_item > a:before, aside .current_page_item > a:before {
	color: #005599;
}
aside .current_issue_item > a, aside .current_page_item > a {
	color: #005599;
	font-weight: 600;
}

/*
*	FOOTER
*/

footer#site-footer nav ul a {
  font-size: inherit;
  color: inherit;
  padding: inherit;
}

footer#site-footer {
	margin-top: 25px;
	padding-top: 25px;
	background-color: #444;
	color: #fff;
	font-size: 90%;
	color: rgba(255, 255, 255, 0.7);
}
footer#site-footer a {
	border: none;
	color: #fff !important;
}
footer#site-footer a:hover {
	color: rgba(255, 255, 255, 0.7) !important;
}

#site-footer img {
	opacity: 0.7;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}
#site-footer a:hover img {
	opacity: 1;
}

#footer-menu {
	padding-bottom: 25px;
	text-align: center;
}
#footer-menu ul li {
	list-style: none;
	display: inline-block;
	text-align: center;
	padding: 0 2px 0 10px;
}
#footer-menu ul li:first-of-type {
	border-left: none;
}
#footer-menu ul li a {
	border: none;
	font-weight: 600;
	text-transform: uppercase;
}

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

#footer-menu a:before {
	font-family: 'openum-icons';
	content: '\e869';
	font-size: 70%;
	padding-right: 5px; padding-bottom: 2px;
	vertical-align: middle;
	display: inline-block;
}

#footer-note {
	padding-bottom: 25px;
	text-align: center;
}


#poweredby {
	padding-bottom: 25px;
	text-align: center;
	font-size: 90%;
}
#poweredby #forceorange_link {
	border: none;
}
#poweredby #forceorange_link:hover {
	color: #F70 !important;
}


/**
 *	INHERIT/UPDATE MATERIALIZE NON DESIRED PROPRITIES
**/

#nav-mobile {

    padding-top: 10px;
}

nav ul a {

    font-size: inherit;
}

nav ul.sub-menu li {

    float: inherit;
}

footer#site-footer > nav {

    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

footer#site-footer > nav ul a {
    font-size: inherit;
    color: inherit;
    padding: inherit;
}

footer#site-footer > nav ul li {

    float: inherit;
}

nav .icon-home {

    position: absolute;
    margin-right: 1px;
}

ul#menu-icons li:hover {

    background-color: inherit;
}

nav .button-collapse i {

    font-size: 2rem;
    height: 55px;
    line-height: 40px;

}

nav .button-collapse:hover {

    color: rgba(255, 255, 255, .7) !important;
}

#navigation-bar #menu-icons {

    height: 40px;
}

.btn, .btn-large, .btn-flat, .btn:hover {

    height: auto;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    box-shadow: inherit;
}

.side-nav {
    background-color: #005599;
    padding-bottom: 50px !important;
}

.side-nav a {
    color: #fff !important;
    text-align: left;
    height: auto !important;
    line-height: 100%;
	padding: 10px;
}

.side-nav a:hover {

    color: #000 !important;
}


.side-nav a:before {

    font-family: 'openum-icons';
    content: '\e869';
    font-size: 0.6em;
    padding-top: 2px;
    padding-right: 5px;
    vertical-align: top;
    display: inline;
    margin-left: -10px;

}

.side-nav .sub-menu a {
	font-size: 0.975rem;
}

.side-nav .sub-menu a {
    padding: 5px 10px 5px 20px;
}
.side-nav .sub-menu li:last-child {
	padding-bottom: 5px;
}

.side-nav li:hover, .side-nav li.active {

    background-color: inherit;
}


@media only screen and (min-width: 601px) {

    nav#navigation-bar {
        height: 40px;
        line-height: 40px;
    }


    footer#site-footer > nav {
        height: inherit;
        line-height: inherit !important;
    }

    nav a.button-collapse {
        height: 45px;
        line-height: 45px;
    }

}

@media only screen and (max-width: 600px) {

    #site-logo h1 {
        font-size: 2em;
    }

    #menu-icons li {
        line-height: 40px;
        height: 40px;
    }

    footer#site-footer > nav ul a {
        display: inline-block;
        padding-bottom: 8px;
    }

    .alternative-header-container #btn-search a,
    .alternative-header-container #btn-lang-switcher a {

        margin-top: -22px !important;
    }

    nav a.button-collapse {
        position: absolute;
        top: 0;
        left: 0;
    }
}



/* Admin bar */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {

    .admin-bar #nav-mobile {

        padding-top: 46px !important;

    }

}

@media only screen and (min-device-width : 320px) and (max-device-width : 677px)  {

    .admin-bar #nav-mobile {

        padding-top: 32px !important;

    }

}


/* SHARED MEDIA QUERIES */

@media only screen and (min-width : 601px) and (max-width : 992px)  {

    .icon-home {

        position: absolute;
        left: 60px;
        background-color: inherit !important;

    }


    nav a.button-collapse {
        position: absolute;
        top: 0;
        left: 0;
    }

}

@media only screen and (max-width : 992px)  {

    .icon-home {

        background-color: inherit !important;
        color: #fff !important;
    }


    .container {
        width: 95% !important;
    }

}

@media only screen and (max-width : 600px)  {

	#menu-links li:not(.show-on-mobile) {
		display: none;
	}

    .navigation-wrapper.container {

        position: relative;
    }

    .icon-home {

        position: absolute;
        left: 40px;
        top: 9px;

    }

}