/*
Theme Name: OMCP
Theme URI: https://onemonroe.com
Description: The OneMonroe Customer Portal
Author: Russ Powers
Author URI: https://onemonroe.com
Version: 1.0
Tested up to: 6.1
Requires at least: 3.0
Requires PHP: 5.2.4
Text Domain: omcp
*/


/* =Reset default browser CSS.
-------------------------------------------------------------- */



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#container {
	float: left;
	width: 77.5%;
}
#container.one-column {
	width: 100%;
	margin-right: 0px;
}
#content {
	float: left;
	width: 100%;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 21%;
}
#secondary {
	clear: right;
}
#footer {
	position: absolute;
	clear: both;
	width: 100%;
	bottom: 0px;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 100%;
	padding-bottom: 40px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 100%;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.calendar_wrap,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type="submit"] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
}
#wrapper {
	overflow: hidden;
	background: #fff;
}
#wrapper.login {
	max-width: 400px;
	margin-top: 20px;
	padding: 26px 24px 34px;
}
#login {
	float: none;
	max-width: 440px;
	margin: 0 auto;
}
#login h1 {
	text-align: center;
	 font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
}
#login h1 a {
	display: inline-block;
	background-image: url(images/One-Monroe.png);
	height: 40px;
	width: 100%;
	text-align: right;
	background-size: 100%;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 54px;
	text-decoration: none;
	color: #3c434a;
}
#login h1 a:hover {
	color: #8b0b04;
}
#wrapper.login #loginform {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
#wrapper.login #loginform p {
	margin-bottom: 0px;
}

#wrapper.login #loginform p label {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 5px;
}
#wrapper.login #loginform input[type="text"],
#wrapper.login #loginform input[type="password"] {
	width: 96%;
	min-height: 40px;
	max-height: none;
	margin: 0 6px 16px 0;
	padding: 0px 2%;
	border-width: .0625rem;
	border-radius: 4px;
	border: 1px solid #8c8f94;
	background: #fff;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	font-size: 24px;
	line-height: 1.33333333;
	color: #000;
}
#wrapper.login #loginform p.login-remember {
	float: left;
}
#wrapper.login #loginform p.login-submit {
	text-align: right;
}
#wrapper.login #loginform p.login-submit input[type="submit"] {
	min-height: 32px;
	line-height: 2.30769231;
	padding: 0 12px;
	margin: 0;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	white-space: nowrap;
	box-sizing: border-box;
	font-size: 13px;
	background: #8b0b04;
	border-color: #8b0b04;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
}
#wrapper.login #loginform #rememberme {
	border: 1px solid #8c8f94;
	background: #fff;
	box-sizing: border-box;
	border-radius: 4px;
	background: #fff;
	color: #50575e;
	clear: none;
	cursor: pointer;
	display: inline-block;
	line-height: 0;
	height: 1rem;
	margin: -.25rem .25rem 0 0;
	outline: 0;
	padding: 0 !important;
	text-align: center;
	vertical-align: middle;
	width: 1rem;
	min-width: 1rem;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	transition: .05s border-color ease-in-out;
}
#login a.formlink {
	margin: 24px 0 0;
	font-size: 13px;
	text-decoration: none;
	color: #3c434a;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	
}
#login a.formlink:hover {
	color: #8b0b04;
}
#login a.formlink.registration {
	float: left;
	color: #fff;
	background: #8b0b04;
	padding: 10px 25px;
	  margin: 13px 0 0 0;
}
#login a.formlink.forgot-password {
	float: right;
}
/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #fff;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2%;
	width: 95%;
}
a:link {
	color: #8b0b04;
	text-decoration: none;
}
a:visited {
	color: #8b0b04;
}
a:active,
a:hover {
	color: #c81107;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}


/* =Header
-------------------------------------------------------------- */

#portal h1 {
	width: 90%;
	padding: 0 5%;
	text-align: center;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 0;
}
#portal h1 a {
	display: inline-block;
	background-image: url(images/one-monroe.png);
	height: 15px;
	width: 100%;
	text-align: right;
	background-size: 100%;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 42px;
	text-decoration: none;
	color: #fff;
}
#portal h1 a:hover {
	color: #fff;
}

#header {
	position: fixed;
	top: 0px;
	float: left;
	width: 250px;
	height: 100vh;
	background: #212529;
}
#portal {
	float: none;
	margin: 0 auto;
	border-bottom: 1px solid #373b3e;
	padding: 10px 0;
	margin-bottom: 10px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
}
#access .menu-header,
div.menu {
	font-size: 16px;
	margin-left: 12px;
	width: 100%;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	margin: 10px 0;
}
#access a {
    display: block;
    width: 80%;
    padding: 10px 5%;
    color: #c2c7d0;
    border-radius: 0.375rem;
    text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #c2c7d0;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #000;
	background-color: #b1b1b1;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #c2c7d0;
}
#access ul li.current-menu-item a {
	background-color: #b1b1b1;
	color: #8b0b04;
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #000;
}


/* =Content
-------------------------------------------------------------- */

#main {
	margin-left: 250px;
	padding: 2%;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 0 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	background: #8b0b04;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#hp-section .content tr th {
	color: #777;
	background: unset;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr:nth-child(even) {
    background-color: #f2f2f2;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #777;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #c81107;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #c81107;
}
.entry-meta {
	color: #777;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
.entry-content .more-link {
	white-space: nowrap;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #777;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #c81107;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #777;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #c81107;
}
#content .video-player {
	padding: 0;
}
.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
	margin-bottom: 24px;
}

#recent-posts-container .post {
	float: left;
	width: 98%;
	padding: 1%;
	border-bottom: 1px solid #ddd;
}
#recent-posts-container .post img {
	float: left;
	height: 125px;
	width: auto;
	padding: 0 30px 0 0;
}
#recent-posts-container .post h2 {
	font-size: 20px;
	clear: none;
	margin: 0;
}
#recent-posts-container .post .posted-on {
	margin-bottom: 0px;
	color: #777;
	font-size: 12px;
}
#recent-posts-container .post .excerpt {
	
}
#recent-posts-container .post .excerpt p {
	margin: 0 0 0 0;
	font-size: 16px;
	line-height: 25px;
}
#recent-posts-container .post .excerpt p a.continue-reading {
	display: block;
	width: 100px;
	
}

/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.widget-container .wp-caption {
	max-width: 100% !important;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #777;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #777;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #c81107;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #c81107;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #c81107;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type="submit"] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #c81107;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
#respond #wp-comment-cookies-consent {
	width: auto;
	margin: 0 10px 0 0;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 18px 0;
	border: 1px solid #333;
	background: #fff;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
	color: #fff;
	background: #333;
	padding: 8px 2%;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
.wp-calendar-nav {
	display: table;
	width: 100%;
}
.wp-calendar-nav span {
	display: table-cell;
}
.wp-calendar-nav-next,
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #c81107;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
.widget_text ul,
.widget_text ol {
	margin-bottom: 1.5em;
}
.widget_text ol {
	margin-left: 1.3em;
}
.widget_text ul ul,
.widget_text ol ol,
.widget_text ul ol,
.widget_text ol ul {
	margin-bottom: 0;
}
.widget_media_video video {
	max-width: 100%;
}
.tagcloud ul {
	list-style-type: none;
	margin-left: 0 !important;
}
.tagcloud ul li {
	display: inline-block;
}

/* Helps galleries in widget areas look presentable in most cases. */
.widget-area .gallery-columns-2 img,
.widget-area .gallery-columns-3 img,
.widget-area .gallery-columns-4 img,
.widget-area .gallery-columns-5 img,
.widget-area .gallery-columns-6 img,
.widget-area .gallery-columns-7 img,
.widget-area .gallery-columns-8 img,
.widget-area .gallery-columns-9 img {
	border: none;
	max-width: 90%;
	width: auto;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#main .widget-area ul li .textwidget {
	padding: 5%;
}
#main .widget-area ul.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: square;
}

#primary {
}
#secondary {
}


/* Footer widget areas */
#footer-widget-area {
}
#footer-widget-area .widget-area {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0 15px;
	border-bottom: 1px solid #333;
	
}
#footer-widget-area .widget-container {
	border: 0px;
	background: unset;
	color: #fff;

}
#footer-widget-area .widget-container h3.widget-title {
	background: unset;
}


/* =Summary/Statement Page
-------------------------------------------------------------- */
#summary-statement {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
#summary-statement thead,
#summary-statement tbody tr {
	display: table;
	width: 100%;
	table-layout: fixed;
}

#summary-statement tbody {
	display: block;
	height: 400px;
	overflow-y: scroll;
}

#downloadStatement {
	position: relative;
	z-index: 9999;
	display: block;
	float: right;
	padding: 5px 20px;
	margin: 0 0 20px 0;
	background: #8b0b04;
	text-decoration: none;
	color: #fff;
}
#downloadStatement:hover {
	background: #6f0803;
}
#downloadStatement.disabled {
	background: #eee;
	color: #999;
}

#downloadStatement.disabled:hover {
	background: #eee;
}
/* =Home Page
-------------------------------------------------------------- */
#hp-section {
	float: left;
	width: 99%;
	border: 1px solid #8b0b04;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
#hp-section .heading {
	background: #8b0b04;
	color: #fff;
	padding: 5px 2%;
	font-size: 18px;
}
#hp-section .content {
	width: 96%;
	padding: 0 2%;
}

#hp-section.one {
	width: 48.5%;
	margin: 1% 1% 1% 0;
}
#hp-section.two {
	width: 48.5%;
	margin: 1% 0 1% 1%;
}
#hp-section.three {
	
	margin: 1% 0;
}
#hp-section.four {
	margin: 1% 0;
}
#hp-section .content a.view-all {
	float: right;
	text-decoration: none;
	margin: 10px 0;
}

/* Invoice Lists 
-------------------------------------------------------------- */


body.page-template-invoices-page #content table tr td {
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}
body.page-template-invoices-page #content table tr td:first-child {
	width: 50px;
}
body.page-template-invoices-page #content table tr td input[type="checkbox"] {
	cursor: pointer;
	width: 18px;
	height: 18px;
	margin: 0;
}
body.page-template-invoices-page #generate-pdf:disabled {
	background: #eee;
	color: #999;
	cursor: not-allowed;
}
body.page-template-invoices-page #generate-pdf {
	border: 0px solid #000;
	background: #8b0b0f;
	color: #fff;
	padding: 5px 20px;
	float: right;
	cursor:pointer;
}

body.page-template-invoices-page #download-csv:disabled {
	background: #eee;
	color: #999;
	cursor: not-allowed;
}
body.page-template-invoices-page #download-csv {
  border: 0px solid #000;
  background: #8b0b0f;
  color: #fff;
  padding: 5px 20px;
  float: right;
  cursor: pointer;
  margin-left: 10px;
  font-size: 16px;
  line-height: 24px;
}


body.page-template-invoices-page #download-csv:hover,
body.page-template-invoices-page #generate-pdf:hover {
	background: #6f0803;
}
body.page-template-invoices-page #download-csv:disabled:hover,
body.page-template-invoices-page #generate-pdf:disabled:hover {
	background: #eee;
}
#no-invoices-found {
	display: block;
	float: left;
	width: 100%;
	margin-top: 50px;
	padding-top: 70px;
	border-top: 1px solid #ddd;
	text-align: center;
}
#pagination {
	margin: 30px 0;
}
#pagination .page-numbers {
	padding: 5px 10px;
	border: 1px solid #ccc;
  background: rgb(250, 250, 250);
}

#pagination .page-numbers:hover {
	background: #fff;
}
#pagination .page-numbers.current {
  border: 1px solid #8b0b04;
  background: #fff;
}


/* Invoice Filters
-------------------------------------------------------------- */
#invoice-filters {
	  float: left;
	  margin: 0 1%;
}
#toggle-filters {
	float: left;
	width: 70px;
	padding: 5px;
	border: 1px solid #ccc;
	border-right: 0px;
	font-size: 15px;
	cursor: pointer;
}
#invoice-filters #the-filters {
	display: none;
	position: absolute;
	width: 622px;
	margin-left: 0px;
	margin-top: 31px;
	padding: 10px;
	border: 1px solid rgb(221, 221, 221);
	background: rgb(250, 250, 250);
}
#invoice-filters #the-filters label {
	color: #444;
}
#invoice-filters #the-filters form {
	display: block;
	float: left;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#invoice-filters #the-filters #search-form input[type="text"] {
	padding: 3px;
	background: #fff;
	border: 1px solid #888;
	border-right: 0px;
}
#invoice-filters #the-filters #search-form button {
	background: #fff;
	border: 1px solid #888;
	padding: 7px !important;
}
#invoice-filters #the-filters #date-range-form input[type="date"] {
	padding: 0px;
	width: 99%;
    box-sizing: border-box;
	border: 1px solid #888;
    font-size: 16px;
    line-height: 24px;
}

#invoice-filters #the-filters #date-range-form button {
	width: 100%;
	padding: 0px !important;
	background: #fff;
	border: 1px solid #888;
    font-size: 16px;
    line-height: 24px;
}
#invoice-filters .search-invoices {
	float: left;
	width: 500px
}
#invoice-filters .search-invoices input[type="text"] {
	display: block;
	margin-bottom: 0px;
	width: 400px;
	float: left;
	padding: 3px;
	border-right: 0px;
}

#invoice-filters .search-invoices button[type="submit"] {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 7px !important;
}
#the-filters form .sd, 
#the-filters form .ed {
	float: left;
	width: 35%;
	padding: 0;
}
 
#the-filters form .ds {
	float: left;
	width: 30%;
	margin-top: 24px;
}
#invoice-filters form label,
#invoice-filters form input[type="date"],
#invoice-filters form select,
#invoice-filters form button {
    display: block;
	margin-bottom: 0px;
}

#invoice-filters form input:focus, 
#invoice-filters form button:focus, 
#invoice-filters form date:focus,
#invoice-filters form select:focus {
    outline: none;
}


#invoice-filters #the-filters form input[type="text"] {
	display: block;
	margin-bottom: 0px;
	width: 528px;
	float: left;
}
#invoice-filters form button {
    width: auto; /* Allows button to shrink to fit its text */
    cursor: pointer; /* Changes cursor to pointer when hovering over the button */
}

#sort-by-form,
#items-per-page-form {
  display: block;
  float: left;
}
#sort-by-form label,
#items-per-page-form label {
	line-height: 20px;
}
#sort-by-form select,
#items-per-page-form select {
	margin-top: 1px;
	margin-bottom: 0px;
	padding: 6px;
	border: 1px solid #ccc;
	border-radius: 0px;
	background: #f9f9f9;
}

/* = Account
-------------------------------------------------------------- */
#account-table {
 
}
#account-table tr td:first-child {
	width: 160px;
	text-align: right;
	border-right: 1px solid #e7e7e7;
}
#account-table.edit tr td:first-child {
	padding: 6px 24px;
}
#account-table.edit tr td:nth-child(2) {
	background: #f9f9f9;
}
#account-table.edit tr td {
	padding: 0px 0px 0px;
}
#account-table.edit tr td input {
	position: relative;
	border: 0px;
	margin: 0 0 0 0;
	line-height: 16px;
	padding: 9px 3%;
	width: 94%;
}

#account-table.edit tr td input:focus {
	z-index: 2;
}
#save-account,
#edit-account {
	float: right;
	margin-top: 15px;
}
#cancel-edit {
	font-size: 16px;
	line-height: 24px;
	margin-top: 15px;
	
}
#successmsg {
	margin-top: 15px;
	float: left;
	color: green;
}
#successmsg.error {
	color: red;
}


/* = Documents
-------------------------------------------------------------- */
body.page-template-documents-page .acf-repeater .acf-row-handle.order {
	display: none !important;
}
body.page-template-documents-page .acf-row-handle.remove {
	background: #fff !important;
	padding: 0 0 0 0 !important;
}
body.page-template-documents-page .acf-row-handle.remove .acf-icon.-plus.small.acf-js-tooltip.hide-on-shift {
	display: none !important;
}
body.page-template-documents-page .acf-actions.-hover {
	display: none !important;
}
body.page-template-documents-page .acf-table,
body.page-template-documents-page .acf-table > tbody > tr > td {
	border: 0px !important;
}
body.page-template-documents-page .acf-actions .acf-button {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	background: #e9e9ed;
	border: 1px solid #8f8f9d;
	border-radius: 4px;
	padding: 5px 8px;
}
body.page-template-documents-page .acf-actions {
	float: right;
	width: 50%;
	margin-top: 20px;
}
body.page-template-documents-page .acf-form-submit {
	position: relative;
	z-index: 9999;
	width: 50%;
	margin-top: -26px;
}
#edit-account,
.acf-button.button.button-primary[data-event="add-row"],
body.page-template-documents-page .acf-form-submit input[type="submit"] {
	cursor: pointer;
	padding: 5px 20px;
	background: #8b0b04;
	color: #fff !important;
	border: 0px solid #fff;
}

.acf-button.button.button-primary[data-event="add-row"] {
	padding: 9px 20px;
	border-radius: 0px;
	margin-right: 29px;
	margin-top: 5px !important;
	top: 5px !important;
	position: relative;
}
.acf-button:hover {
	background: #6f0803 !important;
}
body.page-template-documents-page .acf-fields > .acf-field {
	padding: 0 12px 0 0;
}
body.page-template-documents-page .acf-file-uploader .file-info p {
	margin-bottom: 2px !important;
}
body.page-template-documents-page  .acf-form #message.updated {
	margin: 10px 0;
	color: green;
}

body.page-template-documents-page  .acf-form #message.updated p {
	margin: 0 0 0 0;
}

/* =Resources
-------------------------------------------------------------- */
#resource-documents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px;
}

#resource-documents .document {
    flex: 1 1 300px;
    margin: 10px;
	background: #f9f9f9;
	border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
}

#resource-documents .document h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

#resource-documents .document p {
    font-size: 0.9em;
	margin-bottom: 5px;
    color: #666; /* Light gray text for the description */
}

#resource-documents .download-btn {
    display: inline-block;
    padding: 5px 20px;
    background-color: #8b0b04; /* A nice blue for the download button */
    color: #fff;
    text-decoration: none;
    text-align: center;
}

#resource-documents .download-btn:hover {
    background-color: #6f0803; /* Darker blue on hover */
}

/* Support Center 
-------------------------------------------------------------- */
/* Support Options Container */
#support-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 40px auto;
    max-width: 1200px;
    padding: 0 20px;
}

/* Individual Columns */
.column {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Hover Effect for Columns */
.column:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Column Icon */
.column img.column-icon {
    max-width: 60px;
    margin-bottom: 15px;
}

/* Column Heading */
.column h2 {
    font-size: 1.5rem;
    color: #0073aa;
    margin-bottom: 10px;
}

/* Column Description */
.column p {
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 15px;
}

/* Column Button */
.column .btn {
    display: inline-block;
    padding: 10px 15px;
    background-color: #8b0b04;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.column .btn:hover {
    background-color: #C40505;
}

/* Responsive Design */
@media (max-width: 768px) {
    #support-options {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

@media (max-width: 480px) {
    .column {
        padding: 15px;
    }

    .column h2 {
        font-size: 1.25rem;
    }

    .column p {
        font-size: 0.9rem;
    }

    .column .btn {
        font-size: 0.10rem;
	}
}
/* FAQ Section 
-------------------------------------------------------------- */
#content .faq-question {
	font-size: 24px;
	line-height: 30px;
	color: #8b0b04;
	border-bottom: 1px solid #ddd;
}
#content .faq-answer {
    display: none;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
#content .faq-answer.show {
    display: block;
}

/* = Documents & Articles 
-------------------------------------------------------------- */
#technical-guides {
	
}
#technical-guides .guide {
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 18%;
	height: 190px;
	margin: 1%;
	border: 2px solid #000;
	overflow: hidden;
}
#technical-guides .guide img {
	position: absolute;
	top: 0%;
	left: 0%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	transition: all .3s;
}
#technical-guides .guide h3 {
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding: 0 20px;
}
#technical-guides .guide::after {
	content: "";
	display: none;
	width: 100%;
	height: 100%;
	position: relative;
	background: rgba(23,23,23,.25);
	transition: all .3s;
}

#technical-guides .guide:hover::after {
	display: block;
	z-index: 2;
	transition: all .3s;
}
#technical-guides .guide:hover img {
	top: -5%;
	width: 105%;
	max-width: 105%;
	height: 105%;
	max-height: 105%;
	transition: all .3s ease;
}

/* = Survey 
-------------------------------------------------------------- */

#beta-survey {
	width: 650px;
	margin: 40px auto 0;
	padding: 30px 30px 0px;
	border: 1px solid #8e8e8e;
	background: #f8f8f8;
	border-radius: 10px;
	
}
#beta-survey p {
	margin: 0 0 0 0;
}
#beta-survey label {
	color: #000;
}
#beta-survey select,
#beta-survey textarea {
	background: #fff;
	border: 1px solid #8e8e8e;
}
#beta-survey select {
	padding: 8px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 0px;
}

#beta-survey textarea {
	height: 100px;
}
#beta-survey input[type="submit"] {
	display: block;
	margin: 0 auto;
	padding: 10px 40px;
	border: 0px solid #fff;
	background: #8b0b04;
	color: #fff;
	cursor: pointer;
}
#beta-survey .wpcf7 form.sent .wpcf7-response-output {
	margin: 20px 0px 30px;
	padding: 10px 0px;
	background: #fff;
	text-align: center;
}
#beta-survey .wpcf7-spinner {
	display: block;
	margin: 10px auto;
}
#beta-survey .wpcf7-form.sent .wpcf7-spinner {
	display: none;
}
/* =Footer
-------------------------------------------------------------- */

#colophon {
	width: 96%;
	padding: 18px 2%;
	border-top:  1px solid #373b3e;
	margin-top: 0px;
	overflow: hidden;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	float: none;
	width: unset;
	display: inline;
	font-weight: normal;
	font-style: italic;
}
#site-generator a {
	background: url(images/onemonroe_footer.png) center left no-repeat;
	color: #fff;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}
#site-info span[role=separator] {
	padding: 0 0.6em 0 0.3em;
}
#site-info span[role=separator]::before {
	content: '\007c';
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}


/* = Responsive Framework
------------------------------------------------------ */
@media screen and (max-width: 750px) {
	#wrapper {
		margin-top: 0px;
		background: #f5f6fa;
	}
	#wrapper.login {
		background: #fff;
	}
	#container {
		width: 100%;
		margin: 0 0 20px 0;
		border-bottom: 1px solid #333;
	}
	#primary,
	#secondary {
		width: 100%;
	}
	#hp-section.one,
	#hp-section.two,
	#hp-section.three,
	#hp-section.four {
		width: 99.7%;
		margin: 10px 0;
		background: #fff;
	}
}
@media screen and (max-width: 450px) {
	#login,
	#portal {
		max-width: unset;
		width: 95%;
	}
	#login h1 a,
	#portal h1 a {
		padding-top: 12%;
		text-indent: unset !improtant;
	}
	
}


@media screen and (max-height:800px) {
	#access .menu-header li, div.menu li {
	  margin: 5px 0;
	}
	#access a {
		  padding: 5px 5%;
	}
	#footer {
		position: relative;
	}
}


/* = First Login Popup
------------------------------------------------------ */
#first-login-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow-y: auto;
}
#first-login-popup div {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    max-width: 95%;
    max-height: 95%;
    overflow: hidden;
}
#first-login-popup h1 {
    font-size: 24px; 
    color: #333;
    margin-bottom: 20px;
}
#first-login-popup p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

#first-login-popup iframe {
    border: 2px solid #000;
    width: 100%;
    max-width: 900px; 
    height: 500px;
    margin: 0 auto 20px;
    display: block;
    border-radius: 8px;
}
#close-popup {
	margin-top:10px;
    background-color: #8b0b04;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
#close-popup:hover {
    background-color: #0056b3;
}
@media (max-width: 768px) {
    #first-login-popup div {
        padding: 20px;
    }
    #first-login-popup iframe {
        width: 100%;
        height: 300px;
    }
    #close-popup {
        font-size: 14px;
        padding: 8px 16px;
    }
}s