 /*Change order with flex*/
    .page_index_journal {
    display: flex;
    flex-direction: column;
    }

    .cmp_announcements {
    flex: 1;
    order: 2;
    }

    .current_issue {
    order: 3;
    }

    .additional_content {
    order: 1;
    }

/*Announcement title H3 edits*/
.obj_announcement_summary h2 a, .obj_announcement_summary h3 a, .obj_announcement_summary h4 a {
	font-size: 16pt;
	text-decoration: overline;
}
/*Make a submission button colour and border changes*/
.block_make_submission a {
	border: 2px solid #696969;
	background: none;
	box-shadow: none;
	color: #696969;
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	transition-duration: 0s;
	transition-delay: 0s;
}
.block_make_submission a:hover {
	color: #FF0000;
	border: 2px solid #FF0000;
	background: none;
	box-shadow: none;
	text-decoration: none;
	transition-duration: 0s;
	transition-delay: 0s;
}

/*general body link colour and hover state colour changes*/
a {
	color: #696969;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
}
/*Announcements content block changes*/
.pkp_page_index .cmp_announcements {
	border-top: none;
}
.pkp_page_index .cmp_announcements .more {
	width: 100%;
}
/*Read More link colour changes*/
.obj_announcement_summary .read_more {
	color: #FF0000;
}
.obj_announcement_summary .read_more:hover {
	color: #b30000
}
.pkp_page_index .cmp_announcements .obj_announcement_summary {
	width: 100%;
}
.pkp_page_index .additional_content {
	border-top: none;
}
/*PDF link changes*/
.obj_galley_link {
	display: inline-block;
	background: #ffffff;
	border: 1px solid #FF0000;
	color: #FF0000;
}
.obj_galley_link:hover {
	background: #FF0000;
	border: 1px solid #white;
	color: #ffffff;
}

/*View all issues colour changes*/
.pkp_page_index .current_issue .read_more {
	color: #FF0000;
}
.pkp_page_index .current_issue .read_more:hover {
	color: #b30000;
}

/*Menu colour and hover changes*/
.pkp_site_name > a:hover, .pkp_site_name > a:focus  {
    background-color:transparent;
}
.pkp_navigation_primary_row {
    margin-top: 80px !important;
    background: #000;
}
.pkp_navigation_primary > li:first-child a {
    margin-left: 25px;
}
.pkp_navigation_primary > li > a {
    margin: 0 1em;
    padding: 15px 5px 15px;
    border-bottom: 0px;
    text-decoration: none;
    color: #c1c1c1;
    text-transform: capitalize;
    font-size: 16px;
	font-weight: bold;
}
.pkp_navigation_primary > li > a:hover {
	color: #ffffff;
	border-bottom: 0px;
}
.pkp_navigation_primary > li > a:focus {
	background-color:#404040;
}
.pkp_navigation_primary > li > a:active {
	background-color:#404040;
}
.pkp_nav_list ul {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1000;
    width: 15em;
    margin: 0;
    padding: 0;
    background: #333;
    border-radius: 0px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.pkp_structure_sidebar {
    padding-top: 20px;
}
.pkp_block {
    font-size: 16px;
    padding-top:10px;
}
.block_information a, .block_language_toggle a {
    font-size: 16px;
}
.cmp_notification { 
    background: #fff;
    border: 1px solid #ddd;
}
.page_submissions .submission_checklist ul {
    border: 1px solid #ddd;
}
.page_submissions .submission_checklist li {
    border-bottom: 1px solid #ddd;
}
.pkp_nav_list ul > li > a {
	color:#ffffff;
    font-size:16px;
}
.pkp_nav_list ul > li > a:hover, .pkp_nav_list ul > li > a:focus  {   
    	background-color:#4b4d53;
    	color:#ffffff;
    	border:0;
    	padding-left:10px;
    	text-decoration: none;
}
.pkp_nav_list [aria-expanded="true"]:before {
	color:#576272;
}
.pkp_site_nav_menu .pkp_nav_list {
	padding-top: 5px;
}

/*Header wrapper changes*/
body {
    color: #333333;
    background: #ffffff;
    font-size:14px;
}
.pkp_site_name .is_img img {
    display: block;
    max-height: 200px;
    max-width: 100%;
    width: auto;
    height: auto;
}
.pkp_site_name .is_text {
    display: inline-block;
    position: relative;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
}
.pkp_head_wrapper {
    background: #444;
    border-bottom: 0px;
    height: 100%;
    padding-top: 120px;    
}
.pkp_head_wrapper:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 295px;
    z-index: 0;
    opacity: 0.25;
    background-image: url('http://www.huronresearch.ca/wp-content/uploads/2019/03/LA-Banner.jpg');
    background-repeat: no-repeat;
    background-position-y:45%;
    background-position-x:30%;
    background-size: 100%;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.pkp_structure_head {
    background-color: #dddddd;
    border-bottom: 0px;
}
.pkp_structure_content {
    
    
}
.pkp_site_name > a {
    padding: 0px;
    margin-top: 5px;
}
.pkp_site_name > a:hover, .pkp_site_name > a:focus  {
    background-color:transparent;
	}
.pkp_navigation_primary_row {
    margin-top: 91px;
    background: #000;
}
/*search edits*/
 .pkp_head_wrapper .pkp_search {

        height: 50px;
        
    }

    .pkp_head_wrapper .pkp_search {
	    color: #ffffff;
        
        font-size: 20px;
        padding: 15px 20px;
        
	}
    .pkp_head_wrapper .pkp_search:before {
        font-size: 16px;
        margin-right: 0.25em;
    }
	.pkp_head_wrapper .pkp_search.is_open .search_prompt {
	    color: #576272;
        padding-bottom:15px;
	}
	.pkp_head_wrapper .pkp_search:hover,
	.pkp_head_wrapper .pkp_search:focus {
		color: #FF0000;
		border-bottom:0px;
        padding-bottom:15px;
	}

    .pkp_head_wrapper .pkp_search.is_open input[type=text] {
        height:50px;
    }

	.pkp_head_wrapper .pkp_search.is_open .search_prompt:hover,
	.pkp_head_wrapper .pkp_search.is_open .search_prompt:focus {
		color: #FF0000;
        padding-bottom:15px;
	}
    .obj_issue_toc .section {
        margin: 0px -30px;
    }

    .pkp_head_wrapper .pkp_search {
        overflow-y: hidden;
    }   

	/*Footer*/
	.pkp_brand_footer {
    display:none;
}
/*Volume Cover image changes*/
.obj_issue_toc .cover img {
	max-width: 500px;
}

.obj_issue_toc .published {
	display: none;
}
/*Login button changes*/
.pkp_navigation_user > li:last-child > a {
	color: white;
	font-size: 16px;
}
.pkp_navigation_user > li:last-child > a:hover {
	color: black;
	font-size: 16px;
}
.pkp_navigation_user a {
	color: white;
	font-size: 16px;
}