html, body {
	margin: 0px;
	padding: 0px;
}
html {
	position: relative;
	min-height: 100%;
	font-size: 100%;
}
h1 {
	color: #f18e05;
	font-family: 'Rubik', sans-serif;
}
h2, h3 {
	color: #3571b0;
	font-family: 'Rubik', sans-serif;
}
#page {
	padding-top: 4rem;
}
/*
Extra small devices (portrait phones, less than 544px)
No media query since this is the default in Bootstrap because it is "mobile first"
*/

h1 {
	font-size: 1.4rem;
	/*1rem = 16px*/
}
h2 {
	font-size: 1.3rem;
}
h3 {
	font-size: 1.2rem;
}
h4 {
	font-size: 1.1rem;
}
h5 {
	font-size: 1rem;
}


img:not([src]) {
    visibility: hidden;
}
img[data-src],
img[data-srcset] {
  display: block;
  min-height: 1px;
}

/*

====== Move-from-top effect ======

*/

.mfp-move-from-top {
	/* start state */
	/* animate in */
	/* animate out */
}
.mfp-move-from-top .mfp-content {
	vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
	opacity: 0;
	transition: all 0.2s;
	transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
	opacity: 0;
	transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
	transform: translateY(-50px);
	opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
	opacity: 0;
}
.white-popup {
	position: relative;
	background: #FFF;
	padding: 25px;
	width: auto;
	max-width: 400px;
	margin: 0 auto;
}
/* Styles for dialog window */

#searchbox {
	background: none;
	padding: 40px 30px;
	text-align: left;
	max-width: 400px;
	margin: 40px auto;
	position: relative;
}
.mfp-close {
	color: white!important;
}
/**
 * Fade-move animation for second dialog
 */

/* at start */

.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-20px) perspective( 600px) rotateX( 10deg);
	-moz-transform: translateY(-20px) perspective( 600px) rotateX( 10deg);
	-ms-transform: translateY(-20px) perspective( 600px) rotateX( 10deg);
	-o-transform: translateY(-20px) perspective( 600px) rotateX( 10deg);
	transform: translateY(-20px) perspective( 600px) rotateX( 10deg);
}
/* animate in */

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px) rotateX( 0);
	-moz-transform: translateY(0) perspective( 600px) rotateX( 0);
	-ms-transform: translateY(0) perspective( 600px) rotateX( 0);
	-o-transform: translateY(0) perspective( 600px) rotateX( 0);
	transform: translateY(0) perspective( 600px) rotateX( 0);
}
/* animate out */

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective( 600px) rotateX( 10deg);
	-moz-transform: translateY(-10px) perspective( 600px) rotateX( 10deg);
	-ms-transform: translateY(-10px) perspective( 600px) rotateX( 10deg);
	-o-transform: translateY(-10px) perspective( 600px) rotateX( 10deg);
	transform: translateY(-10px) perspective( 600px) rotateX( 10deg);
}
/* Dark overlay, start state */

.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}
/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/

@media (min-width: 360px) {
	/*   h1 {font-size:1.4rem;} */
	/*1rem = 16px*/
	#page {
		padding-top: 2rem;
	}
}
/* Small devices (landscape phones, 544px and up) */

@media (min-width: 544px) {
	/*   h1 {font-size:1.4rem;} */
	/*1rem = 16px*/
	#page {
		padding-top: 3rem;
	}
	html {
		font-size: 106%;
	}
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (min-width: 768px) {
	/*   h1 {font-size:1.6rem;} */
	/*1rem = 16px*/
	#page {
		padding-top: 4rem;
	}
	html {
		font-size: 110%;
	}
}
/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
	/*   h1 {font-size:1.8rem;} */
	/*1rem = 16px*/
	html {
		font-size: 114%;
	}
}
/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
	/*   h1 {font-size:2rem;} */
	/*1rem = 16px*/
	html {
		font-size: 120%;
	}
}
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/

/* Set width to make card deck cards 100% width */

/*
@media (min-width: 950px) and (max-width:1100px) {
  h1 {font-size:2.75rem;color:red;}
}
*/

.shadow {
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
	transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
/*
  .shadow:hover {
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); }
*/

.shadow-nohover {
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
	transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.newsletter-card .btn-primary:hover, .newsletter-card .btn-primary:focus, .newsletter-card .btn-primary.focus, .newsletter-card .btn-primary.active {
	color: #ffffff;
	background-color: #0d6786 !important;
	border-color: #0d6786;
}
.newsletter-card .btn {
	font-weight: 500;
	border-width: 2px;
	width: 100%;
	font-style: normal;
	letter-spacing: 1px;
	white-space: normal;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 0.8rem 3rem;
	border-radius: 3px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	word-break: break-word;
	background: #ff710f;
	border: 1px solid #d5710c;
}
body {
	font-family: 'Open Sans', sans-serif;
	/* Margin bottom by footer height */
	margin-bottom: 100px;
}
footer {
	font-family: 'Titillium Web', sans-serif;
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
	line-height: 60px;
	/* Vertically center the text there */
	width: 100%;
	background-color: #FCFCFC;
	border-top: 1px solid #e1e1e1;
}
.footernav {
	padding: 24px 24px 14px 24px;
}
footer a, footer a:visited {
	color: #757575;
	text-decoration: none;
}
body>.container {
	padding: 60px 15px 0;
}
.footer>.container {
	padding-right: 15px;
	padding-left: 15px;
}
code {
	font-size: 80%;
}
.img-thumbnail {
	width: 100%;
	max-width: 300px;
}
.display-1, .display-2, .display-3, .navbar-brand, h1, h2, h3 {
	font-family: 'Rubik', Georgia, serif;
	/*     font-weight: 400; */
}
.item-details .card-footer {
	background: none;
}
.item-details .card {
	border: none;
}
#load_latest_front a, #load_staff_picks a, #related a, #category a {
	color: #2f2f2f;
}
#load_latest_front a:hover, #load_staff_picks a:hover, #related a:hover, #category a:hover {
	color: #000000;
	text-decoration: none;
}
@media (min-width: 992px) {
	.item-details .card-block {
		min-height: 200px;
	}
}
@media only screen and (max-width: 576px) {
	.card-img-left {
		height: 40vw!important;
	}
}
@media only screen and (max-width: 768px) {
	.card-img-left {
		height: 30vw!important;
	}
}
@media only screen and (max-width: 992px) {
	.card-img-left {
		height: 20vw!important;
	}
}
/* Custom page footer */

/*
.footer {
  font-size: 0.8em;
  margin-top: 20px;
  padding-top: 0.5rem;
  color: #777;
  border-top: .05rem solid #e5e5e5;
}
*/

.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.footer ul {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer li {
	display: inline;
	padding-left: 10px;
}
.footer a {
	display: inline;
	padding-left: 10px;
}
.com_post_date {
	font-size: 0.7rem;
	color: #333;
	font-weight: 200;
}
.com_author {
	font-size: 1rem;
	font-weight: 500;
}
.com_content {
	font-size: 1rem;
	font-weight: 200;
}
.com_author_row {
	background: #f6f6f6;
	border-bottom: 1px solid #dbdbdb;
}
.com_row {
	background: #fafafa;
}
.com_header {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 2rem 0;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
.expired span {
	font-family: 'Rubik', sans-serif;
	padding: 6px 25px;
	position: relative;
	display: inline-block;
	color: red;
	background-color: white;
	box-shadow: inset 0px 0px 0px 5px red;
}
.expired span:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("/images/stamp-noise.jpg");
	mix-blend-mode: lighten;
}
.comment_form {
	border-radius: 5px;
	margin-top: 20px;
	border: 1px solid #DCDCDC;
	padding: 20px;
	/* 	background: #ebeeee; */
	background: #f0f3f5;
	/* 	margin:2rem 0; */
	/* fallback for old browsers */
	/* 	background: -webkit-linear-gradient(to bottom, #eef2f3, #b6c9d8); */
	/* Chrome 10-25, Safari 5.1-6 */
	/* 	background: linear-gradient(to bottom, #eef2f3, #b6c9d8); */
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#comment_form h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #274e70;
}
#comment_form label {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9rem;
	color: #274e70;
}
.with-errors {
	color: #d9534f;
	padding-left: 10px;
	font-size: 0.7rem;
}
.icon-spinner {
	display: none;
}
/* scroller effect */

#logo-top {
	width: 10rem;
	display: inline-block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.logo-top-smaller {
	transition: all .4s ease;
	width: 8rem!important;
	margin: 0;
}
.form-control:focus {
	border-color: none;
	box-shadow: none;
}
.noimage {
	color: #e7e9e9;
}
.bg-grad-blu1 {
	background: #00c6ff;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #0072ff, #00c6ff);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
nav#pagination {
	display: block;
}
h1 {
	padding-bottom: 20px;
}
nav:not(.mm-menu) {
	display: none;
}
.mm-listitem {
	color: #2c5e95;
	font-size: 1.1em;
	line-height: 1.6em;
}
.mm-listitem a:hover {
	color: #605f5e;
	background-color: #ECE9E6;
}
span.mm-btn_next a:hover {
	color: #605f5e!important;
}
.nav-link {
	color: #0a6cb5;
}
.header {
	z-index: 2;
	-webkit-box-shadow: 0 8px 6px -6px #ccc;
	-moz-box-shadow: 0 8px 6px -6px #ccc;
	box-shadow: 0 8px 6px -6px #ccc;
	background: #a6deff;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #d6f0ff, #a6deff);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #d6f0ff, #a6deff);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
}
.mm-menu {
	background: #ECE9E6;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #FFFFFF, #ECE9E6);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.fa-reply {
	color: #ccc;
	float: right;
	margin: 10px;
}
.card-title {
	overflow: hidden;
}