.fancybox-content {
	width  : 800px;
	height : 600px;
	max-width  : 80%;
	max-height : 80%;
	margin: 0;
	background: #fff;
}

table.roger_documents {
	width: 100%;
	margin: 0px auto;
	margin-left: -1px;
}

.article-card-container {
	clear: both;
	width: 98%;
}

.article-card-left {
	width: 150px;
	float: left;
	text-align: left;
}

.article-card-right {
	float: unset;
	width: 100%;
	text-align: left;
}

.article-card-abstract {
	clear: both;
	width: 100%;
	margin-top: 6px;
}

div.roger_title {
	border-bottom: 1px solid #ee8306;
	color: #275257;
	font-weight: bold;
	padding: 6px;
}

.fancybox-button--arrow_left, .fancybox-button--arrow_right {
	display: none !important;
}

.fancybox-close-small {
	background-color: #275257 !important;
    font-weight: bold;
    color: #fff !important;
}


.pagination_container {
	width: 100%;
	margin: 0px auto;
	margin-top: 10px;
	border-top: 1px solid #275257;
	padding-top: 10px;
	clear: both;
}

.pagination_left {
	width: 50%;
	float: left;
	text-align: left;
}

.pagination_right {
	width: 50%;
	float: right;
	text-align: right;
}

a.roger_pagination {
	background-color: #275257;
	color: #fff;
	padding: 6px;
	margin: 6px;
}


.roger_documents .dashicons,
.roger_parent .dashicons,
.roger_title .dashicons,
.roger_documents .dashicons-before:before,
.roger_title .dashicons-before:before,
.roger_parent .dashicons-before:before {
	width: unset;
	height: unset;
	text-align: left;
	vertical-align: baseline;
    float: left;
    display: block;
    padding: 0px;
    margin: 0px;
    width: 22px;
    margin-top: 6px;
}


.roger_pagination .dashicons,
.roger_pagination .dashicons-before:before {
	width: unset;
	height: unset;
	text-align: left;
	vertical-align: baseline;
	margin-top: 6px;
}

div.roger_collections {
	width: 20%;
	float: left;
	padding: 10px;
}

div.roger_documents {
	width: 80%;
	float: right;
	border-left: 1 px solid #ccc;
}

  .roger-sub-nav {
	display: none;
  }


.roger_collections ul {
	list-style-type: none;
	margin-left: 6px;
}

.roger-sub-nav ul {
	list-style-type: disc;
	margin-left: 40px;
}

.roger_search {
    text-align: right;
    float: right;
    clear: both;
}


.roger_search input[type="text"] {
    display: block;
    float: left;
	width: 300px;
	height: 54px;
}


.roger_search input[type="submit"] {
    display: block;
    float: left;
    width: 200px;
    height: 54px;
}


.roger_container {
    width: 80%;
    margin: 0px auto;
}

li.roger_parent {
    background: #275257;
    margin: 6px;
    border-radius: 4px;
    color: #fff;
}

.roger_parent a {
    color: #fff;
    font-weight: 500;
}

.roger_article_title {
	color: #275257;
	font-weight: bold;
}

.show_details {
	color: #ff9100;
	font-weight: bold;
}

.roger_article_container {
	margin-bottom: 20px;
}

.extra_details_container {
    background: #eee;
    border: 1px solid #000;
    padding: 6px;
}

.hide_details_x {
    background: #aaa;
    width: 20px;
    height: 25px;
    padding-left: 2px;
	float: right;
}

.roger_search_results {
	margin-bottom: 6px;
}


.roger_search_reset {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    padding: 1rem;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-size: .78rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #242728;
    color: #fff;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    letter-spacing: .13em;
	text-transform: uppercase;
    height: 54px;
	margin-left: 10px;
	width: 150px;
}

.intro_area_container {
	width: 100%;
	margin: 0px auto;
}

.intro_area_left {
	width: 70%;
	float: left;
}

.intro_area_right {
	width: 30%;
	float: right;
}

.intro_search_roger {
    clear: both;
    border: 1px solid #000000;
    margin: 20px 0 20px 0;
    padding: 12px;
}

.intro_search_roger h2 {
    margin-bottom: 0;
}

.page-id-4991 .section-quaternary h1 {
    text-align: center;
    margin: 0;
}

.intro_buttons {
	width: 420px;
	margin: 0px auto;
	margin-bottom: 20px;
    margin-top: 40px;
}

.about_roger_button {
	padding: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: .83333rem;
	background: #275257;
}


.suggest_study_button {
	padding: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: .83333rem;
	background: #ff9100;
}


a.suggest_study_button, a.about_roger_button {
    color: #fff !important;
    font-weight: bold;
    font-size: 1.2rem;
    display: block;
    width: 200px;
    float: left;
    margin-right: 10px;
    text-align: center;
}

.roger-close-icon{
    height:15px !important;
    width: 15px !Important;
    margin-top: -10px !important;
}