/*

Red #b20937

*/

@import url('https://fonts.googleapis.com/css?family=PT+Sans|PT+Sans+Narrow:400,700&display=swap');
body, html {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 1.1em;
}
.honormygrad img {
	/*max-width: 100%;*/
}
@media (min-width: 768px) {
	.honormygrad .container {
		width: 800px;
	}
}
.honormygrad a {
	color: #36547d;
	text-decoration: none;
}
.honormygrad h1,
.honormygrad h2,
.honormygrad h3,
.honormygrad h4,
.honormygrad h5,
.honormygrad h6 {
	font-weight: 700;
	margin: 0 0 10px 0;
	line-height: 1.35;
	color: #36547d;
}
.honormygrad h1 {
	font-size: 1.75em;
}
.honormygrad h2 {
	font-size: 1.45em;
}
.honormygrad h3 {
	font-size: 1.35em;
}
.honormygrad h4 {
	font-size: 1.15em;
}
.honormygrad h5 {
	font-size: 1.0em;
}
.honormygrad h6 {
	font-size: 0.8em;
}
.honormygrad label {
	color: #a55560;
	font-weight: 500;
	display: block;
	margin: 0 0 10px 0;
}
.honormygrad h4 > span {
	color: #36547d;
	font-size: 80%;
	margin-left: 5px;
	font-weight: 500;
}
body.honormygrad.post {
	background: #fafaf5;
	padding-bottom: 50px;
}
.honormygrad header img {
	max-width: 100%;
}
.honormygrad header {
	margin-bottom: 20px;
}
.honormygrad .top-links {
	margin: 10px 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-family: 'PT Sans', sans-serif;
}
.honormygrad .main-area {
	background: white;
}
.honormygrad .shaded-box {
	padding: 15px 20px;
	background: #f9f9f3;
	margin: 20px 0;
}
.honormygrad button.btn {
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 1.0em;
	height: auto;
	letter-spacing: 2px;
}
.honormygrad button.btn-primary {
	background: #9f3546;
}
.honormygrad button.btn-default {
	background: #ddd;
}
.honormygrad .input-field {
	margin: 0 0 20px 0;
}
.honormygrad .input-field-smallmargin {
	margin: 0 0 10px 0;
}
.honormygrad select.form-control,
.honormygrad input.form-control,
.honormygrad textarea.form-control {
	border-radius: 0;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 1.0em;
	color: #444;
	padding: 10px 12px;
	height: auto;
}
.honormygrad .upsells h4 label {
	color: #36547d;
	font-weight: 700;
	cursor: pointer;
}
.honormygrad .upsells > label {
	font-weight: 700;
}
.honormygrad .upsells h4 label input {
	margin-right: 7px;
}
.honormygrad.post .day-label {
	display: inline-block;
	min-width: 100px;
}
.honormygrad.post .dash {
	opacity: 0.5;
	font-size: 80%;
}
.honormygrad.post .upsells h4 .red {
	color: red;
}
.honormygrad.post .upsells h4 .upper {
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.honormygrad.post .day-label,
	.honormygrad.post .dash {
		display: block;
	}
	.honormygrad.post ul.hours > li {
		margin-bottom: 20px;
	}
}
@media (min-width: 768px) {
	.honormygrad.post .display-hours {
		margin-left: 50px;
		margin-bottom: 20px;
	}
}
.honormygrad.post .featured-fields {
	display: none;
	font-size: 85%;
	margin: 10px 0 10px 50px;
}
.honormygrad.post .deal-fields {
	display: none;
	font-size: 85%;
	margin: 10px 0 10px 50px;
}
.honormygrad.post .uploader input[type=file] {
	display: none;
}
.honormygrad.post .uploader .waiting {
	display: none;
}
.honormygrad.post .uploader .fa-spin {
	opacity: 0.25;
	font-size: 1.25em;
}
.honormygrad.post .uploader .remove {
	font-size: 80%;
	margin-left: 8px;
	color: #36547d !important;
	cursor: pointer;
}
.honormygrad.post .uploader .remove:hover {
	text-decoration: underline;
}
.honormygrad.post ul.category-selections > li {
	width: 50%;
	float: left;
}
@media (min-width: 768px) {
	.honormygrad.post ul.category-selections > li {
		width: 33.3%;
	}
}
.honormygrad.post ul.category-selections label {
	color: black;
	font-size: 0.9em;
	cursor: pointer;
}
.honormygrad.post .invitations ul.existing > li {
	background: white;
	padding: 3px 6px;
	border-radius: 3px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	opacity: 0.9;
	font-size: 0.8em;
	cursor: pointer;
}
.honormygrad.post .invitations ul.existing > li:hover {
	opacity: 0.5;
}
.honormygrad.post .invitations .add-more {
	display: none;
}
.honormygrad.post .account .user-content tr.grey {
	background: #f9f9f9;
}
.honormygrad.post .account .invites {
	padding:10px 30px;
} 
.honormygrad.post .account table.invite-list {
	background-color: inherit;
	font-size: 80%;
}
.honormygrad.post .account .copied {
	color: red;
	position: absolute;
	font-weight: 700;
	font-size: 12px;
	background: white;
	padding: 1px 4px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-left: 5px;
	margin-top: -13px;
	display: none;
}
.honormygrad.post .invite.edit .grad-mug img {
	max-height: 300px;
}

/* Medium stack Widget */

body.honormygrad.medium-stack-widget {
	font-size: 15px;
	border: 0;
	margin: 0;
	line-height: 1.25;
}
body.honormygrad.medium-stack-widget.picture-stack {
	font-size: 17px;
}
body.honormygrad.medium-stack-widget a {
	color: #b20937;
}
.honormygrad.medium-stack-widget .masthead {
	text-align: center;
}
.honormygrad.medium-stack-widget .masthead img {
	max-width: 100%;
}
.honormygrad.medium-stack-widget .grey-screen {
	background: #efeff0;
}
.honormygrad.medium-stack-widget .links {
	text-transform: uppercase;
	text-align: center;
	font-size: 75%;
	padding: 6px 0 10px 0;
	margin-bottom: 10px;
}
.honormygrad.medium-stack-widget .sponsor {
	text-align: center;
}
.honormygrad.medium-stack-widget.name-stack article {
	margin-top: 6px;
	padding-top: 6px;
	border-top: 1px solid #dedede;
}
.honormygrad.medium-stack-widget.name-stack article:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
.honormygrad.medium-stack-widget.picture-stack article {
	float: left;
	width: 40%;
	margin-right: 5%;
	margin-left: 5%;
	text-align: center;
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #dedede;
}
.honormygrad.medium-stack-widget.picture-stack article:nth-child(1),
.honormygrad.medium-stack-widget.picture-stack article:nth-child(2) {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}
.honormygrad.medium-stack-widget.picture-stack article:nth-child(2n+1){
    clear:left
}
.honormygrad.medium-stack-widget article:hover {
	opacity: 0.6;
	cursor: pointer;
}
.honormygrad.medium-stack-widget article .photo {
	max-height: 95px;
	overflow: hidden;
}
.honormygrad.medium-stack-widget article .photo img {
	max-height: 120px;
	max-width: 100%;
}
.honormygrad.medium-stack-widget .kicker {
	color: #ca494d;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 90%;
}
.honormygrad.medium-stack-widget .kicker .more-statuses {
	font-size: 0.8em;
}
.honormygrad.medium-stack-widget .title {
	font-size: 110%;
	margin-right: 3px;
}
.honormygrad.medium-stack-widget .location {
	color: #a7a9ab;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 80%;
}
.honormygrad.medium-stack-widget .links .divider {
	margin: 0 3px;
}


/* Ticker Widget */

body.honormygrad.ticker-widget {
	line-height: 1.0;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 0.9em;
	color: #bbb;
}
.honormygrad.ticker-widget .kicker .more-statuses {
	font-size: 0.8em;
}
.honormygrad.ticker-widget .links a {
	color: #0075be;
}
.honormygrad.ticker-widget section.ticker {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 40px;
	overflow: hidden;
	background: #e8e9ea;
}
.honormygrad.ticker-widget img {
	max-height: 40px;
}
.honormygrad.ticker-widget .masthead {
	float: left;
	margin-right: 15px;
}
.honormygrad.ticker-widget .listings {
	line-height: 40px;
	font-size: 20px;
}
.honormygrad.ticker-widget .listings > article {
	display: none;
}
.honormygrad.ticker-widget .links {
	float: right;
	margin-right: 15px;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 85%;
}
.honormygrad.ticker-widget .links .divider {
	margin: 0 3px;
}
.honormygrad.ticker-widget .sponsor {
	float: right;
	max-width: 160px;
}
.honormygrad.ticker-widget .kicker {
	color: #ca494d;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.honormygrad.ticker-widget img.deal {
	margin-left: 5px;
}
.honormygrad.ticker-widget .location {
	color: #a7a9ab;
	font-size: 80%;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-left: 5px;
}

/* ===== Browse Styles ===== */
.honormygrad-browse .masthead img,
.honormygrad .masthead img {
	max-width: 100%;
}
.honormygrad-browse .masthead {
	margin-bottom: 20px;
}
.honormygrad-browse .sponsor {
	margin-bottom: 15px;
}

.honormygrad-browse section.filters {
	background: #f6f6f6;
	padding: 15px 20px;
	line-height: 1.0;
	margin-bottom: 20px;
	font-size: 13.5px;
	position: relative;
}
@media (max-width: 760px) {
	.honormygrad-browse section.filters {
		margin-top: 35px;
	}
}
.honormygrad-browse section.filters ul.list-inline {
	margin-bottom: 0;
}
.honormygrad-browse section.filters select,
.honormygrad-browse section.filters input[type=text],
.honormygrad-browse section.filters button {
	height: 30px;
	border-radius: 0;
	padding: 2px 10px;
	border: 1px solid #ccc;
}
.honormygrad-browse section.filters button {
	font-weight: 700;
	color: white;
	text-transform: uppercase;
	background: #999;
	border: none;
	margin-left: -4px;
}
@media (min-width: 760px) {
	.honormygrad-browse section.filters select,
	.honormygrad-browse section.filters input[type=text] {
		width: 145px;
	}
}
@media (max-width: 760px) {
	.honormygrad-browse section.filters ul.list-inline > li {
		width: 100%;
		margin-bottom: 6px;
	}
	.honormygrad-browse section.filters select {
		width: 90%;
	}
}
.honormygrad-browse section.filters .links {
	position: absolute;
	right: 15px;
	text-transform: uppercase;
	margin-top: 8px;
}
@media (max-width: 760px) {
	.honormygrad-browse section.filters .links {
		right: 75px;
		margin-top: -38px;
	}
}
.honormygrad-browse section.filters .links .divider {
	opacity: 0.4;
	margin: 0 5px;
}
.honormygrad-browse .grad-grid div.grad {
	cursor: pointer;
	font-size: 14px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
@media (min-width: 760px) {
	.honormygrad-browse .grad-grid div.grad {
		float: left;
		width: 21%;
		margin-right: 5%;
		border-top: 1px solid #ccc;
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 0;
		margin-bottom: 0;
		position: relative;
		cursor: pointer;
		font-size: 14px;
	}
	.honormygrad-browse .grad-grid .row-0 div.grad {
		border-top: 0;
		padding-top: 0;
	}
}
.honormygrad-browse .grad-grid div.grad:hover {
	opacity: 0.7;
}
.honormygrad-browse .grad-grid div.grad:nth-child(4n) {
	margin-right: 0;
}
.honormygrad-browse .grad-grid .photo {
	height: 250px;
	width: 75%;
	margin: auto;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
@media (min-width: 760px) {
	.honormygrad-browse .grad-grid .photo {
		height: 125px;
	}
}
.honormygrad-browse .grad-grid h3 {
	font-size: 150%;
	font-weight: 700;
}
.honormygrad-browse .grad-grid h3 a {
	color: black;
}
.honormygrad-browse .sponsor img {
	max-width: 100% !important;
}

/* Detail styles */
article.grad {
	margin-bottom: 20px;
}
article.grad .bar {
	background: #f6f6f6;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	font-size: 13.5px;
	position: relative;
}
article.grad .bar img {
	position: absolute;
	left: 0;
	height: 40px;
}
article.grad .links {
	text-transform: uppercase;
	margin-right: 15px;
}
article.grad .links.thirdparty {
	font-size: 0.9em;
	margin-bottom: 10px;
}
article.grad .links .divider {
	opacity: 0.4;
	margin: 0 5px;
}
article.grad h3 {
	color: #999;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}
article.grad h1 {
	font-size: 2.5em;
}
article.grad h4 {
	color: #333;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 0.9em;
	margin-bottom: 20px;
}
article.grad h5 {
	color: black;
	text-transform: uppercase;
	margin: 20px 0 6px 0;
}
article.grad .mug img {
	max-width: 100%;
}
article.grad .carousel {
	margin-bottom: 30px;
}
article.grad .carousel .carousel-inner {
	max-height: 650px;
	text-align: center;
}
article.grad .carousel .carousel-inner img {
	max-height: 650px;
}
@media (max-width: 768px) {
	article.grad .carousel .carousel-inner {
		max-height: 350px;
	}
	article.grad .carousel .carousel-inner img {
		max-height: 350px;
	}
}
article.grad .left-col {
	font-size: 0.9em;
	line-height: 1.25em;
}
article.grad .right-col {
	font-size: 1.2em;
	line-height: 1.5;
}
article.grad  .invite-tiles .photo {
	text-align: center;
	margin-bottom: 20px;
}
article.grad  .invite-tiles .photo img {
	max-width: 100%;
	max-height: 155px;
}

/* Ticker Widget */

body.honormygrad.ticker-widget {
	line-height: 1.0;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 14px;
	color: #bbb;
}
.honormygrad.ticker-widget .links a {
	color: #b20937;
}
.honormygrad.ticker-widget section.ticker {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 40px;
	overflow: hidden;
	background: #e8e9ea;
}
.honormygrad.ticker-widget img {
	max-height: 40px;
}
.honormygrad.ticker-widget .masthead {
	float: left;
	margin-right: 15px;
}
.honormygrad.ticker-widget .listings {
	line-height: 40px;
	font-size: 17px;
}
.honormygrad.ticker-widget .listings > article {
	display: none;
}
.honormygrad.ticker-widget .links {
	float: right;
	margin-right: 15px;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 85%;
}
.honormygrad.ticker-widget .links .divider {
	margin: 0 3px;
}
.honormygrad.ticker-widget .sponsor {
	float: right;
	max-width: 160px;
}
.honormygrad.ticker-widget .kicker {
	color: #ca494d;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.honormygrad.ticker-widget span.grad {
	margin-right: 15px;
}
.honormygrad.ticker-widget span.grad:hover {
	opacity: 0.65;
}
.honormygrad.ticker-widget .location {
	color: #a7a9ab;
	font-size: 80%;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-left: 5px;
}
.honormygrad.ticker-widget.lg .hidden-lg,
.honormygrad.ticker-widget.md .hidden-md,
.honormygrad.ticker-widget.sm .hidden-md,
.honormygrad.ticker-widget.xs .hidden-md,
.honormygrad.ticker-widget.sm .hidden-sm,
.honormygrad.ticker-widget.xs .hidden-sm,
.honormygrad.ticker-widget.xs .hidden-xs,
.honormygrad.ticker-widget.lg .visible-xs,
.honormygrad.ticker-widget.md .visible-xs,
.honormygrad.ticker-widget.sm .visible-xs {
	display: none;
}
.honormygrad.ticker-widget.md .listings {
	font-size: 18px;
}
.honormygrad.ticker-widget.sm .listings {
	font-size: 16px;
}
.honormygrad.ticker-widget.xs .listings {
	font-size: 14px;
}
.honormygrad.ticker-widget.xs .masthead {
	margin-right: 7px;
}
.honormygrad.ticker-widget.xs .masthead img {
	width: 100px;
	margin: 8px 0 0 4px;
}
.honormygrad.ticker-widget.xs .links {
	float: right;
	margin-right: 7px;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 0.8em;
}

