/* 
Theme Name: St Mary's Portal
Text Domain: st-marys-portal 
Theme URI: https: //portal.stmarys.wa.edu.au/
Description: St Mary's Portal theme 
Theme Author: Concise Digital 
Author URI: https://portal.stmarys.wa.edu.au/
Version: 2.1.3
*/

@font-face {
	font-family: 'Lato';
	src: url('fonts/Lato-Regular.woff2') format('woff2'), url('fonts/Lato-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	src: url('fonts/Lato-Light.woff2') format('woff2'), url('fonts/Lato-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	src: url('fonts/Lato-LightItalic.woff2') format('woff2'), url('fonts/Lato-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	src: url('fonts/Lato-Bold.woff2') format('woff2'), url('fonts/Lato-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	src: url('fonts/Lato-BoldItalic.woff2') format('woff2'), url('fonts/Lato-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	src: url('fonts/Lato-Italic.woff2') format('woff2'), url('fonts/Lato-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Apparel';
	src: url('fonts/Apparel-Light.woff2') format('woff2'), url('fonts/Apparel-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Apparel';
	src: url('fonts/Apparel-LightIt.woff2') format('woff2'), url('fonts/Apparel-LightIt.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Apparel';
	src: url('fonts/Apparel-Regular.woff2') format('woff2'), url('fonts/Apparel-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Apparel';
	src: url('fonts/Apparel-RegularIt.woff2') format('woff2'), url('fonts/Apparel-RegularIt.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Apparel';
	src: url('fonts/Apparel-Bold.woff2') format('woff2'), url('fonts/Apparel-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Apparel';
	src: url('Apparel-BoldIt.woff2') format('woff2'), url('Apparel-BoldIt.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

body {
	margin: 0px;
	padding: 0px;
	position: relative;
	color: #901728;
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Lato';
	font-weight: normal;
}

ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

b,
strong {
	font-weight: 800;
}

a {
	outline: none;
	color: #901728;
}

a img {
	border: 0;
}

p {
	padding: 0px 0px 20px 0px;
	margin: 0;
}

ol li {
	list-style: inherit;
	margin-left: 4px;
	padding-left: 5px;
	text-indent: 0;
	margin-bottom: 10px;
}

img {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

h1 {
	font-family: 'Apparel';
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 24px;
	line-height: 34px;
	color: #901728;
}

h2 {
	font-family: 'Apparel';
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 24px;
	line-height: 34px;
	color: #901728;
}

h3 {
	font-family: 'Apparel';
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	color: #901728;
}

h4 {
	font-family: 'Lato';
	margin-bottom: 15px;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	text-transform: uppercase;
	color: #901728;
}

h5 {
	font-family: 'Apparel';
}

h6 {
	font-family: 'Apparel';
}

a:hover,
a:focus {
	text-decoration: none;
	outline: 0;
	color: #c19128;
}

.clearfix {
	clear: both;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

main.active {
	margin-left: 250px !important;
}

main.nonactive {
	margin-left: 0px !important;
}

main {
	margin-left: 250px;
	transition: 0.4s;
	min-height: 100vh;
}

#header-navbar #aside-toggle-btn {
	color: #293042;
	cursor: pointer;
	background-color: #f5f5f5;
}

#header-navbar .user-dropdown .dropdown-menu {
	right: 0 !important;
	left: auto !important;
}

#aside-nav.active {
	left: 0px;
}

#aside-nav.nonactive {
	left: -300px;
}

.admin-bar #aside-nav {
	top: 32px;
}

#aside-nav {
	overflow-y: auto;
	position: fixed;
	top: 0;
	bottom: 0;
	background-color: #901728;
	width: 260px;
	transition: width 0.5s;
	height: 100vh;
	z-index: 9999;
	transition: 0.4s;
	left: 0;
}

#aside-nav .nav-link {
	font-size: 0.825rem;
	padding: 0.725rem 1.625rem;
	color: white;
	letter-spacing: 0.3px;
	font-family: 'Apparel';
	font-weight: normal;
	padding-left: 50px;
}

ul#aside-nav-ul > li > a {
	background-repeat: no-repeat;
	background-position: 6%;
	background-size: 24px;
}

/*ul#aside-nav-ul >li >a.menu2{background-image: url(images/nav_icon2.png);}
ul#aside-nav-ul >li >a.menu3{background-image: url(images/nav_icon3.png);}
ul#aside-nav-ul >li >a.menu4{background-image: url(images/nav_icon4.png);}
ul#aside-nav-ul >li >a.menu5{background-image: url(images/nav_icon5.png);}
ul#aside-nav-ul >li >a.menu6{background-image: url(images/nav_icon6.png);}
ul#aside-nav-ul >li >a.menu7{background-image: url(images/nav_icon7.png);}*/

#aside-nav .nav-link svg {
	height: 20px;
	width: 20px;
}

#aside-nav .aside-brand {
	padding: 20px 18px 8px 12px;
	display: block;
	color: #fff;
	fill: #fff;
	cursor: pointer;
	white-space: nowrap;
}

#aside-nav .aside-brand svg {
	height: 20px;
	width: 20px;
}

#aside-nav .active {
	font-weight: bold;
}

#aside-nav .dropdown-caret-svg svg {
	position: absolute;
	right: 28px;
}

#aside-nav .dropdown-caret-svg.rotate-svg svg {
	transform: rotate(90deg);
}

#aside-nav .aside-dropdown-menu a {
	padding-left: 50px;
	padding-bottom: 0;
}

#aside-nav .aside-badge {
	background: #db2777;
	padding: 0px 7px;
	border-radius: 10px;
	color: white !important;
}

li.nav-item {
	border-bottom: 1px solid #9b2f3e;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

li.nav-item ul.list-unstyled {
	margin-bottom: 15px;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

li.nav-item ul.list-unstyled :after {
	position: absolute;
	left: 24px;
	content: '';
	background-color: #9b2f3e;
	top: 10px;
	height: 98%;
	width: 1px;
}

a.nav-link:hover span {
	color: #ccc;
}

#aside-nav .nav-link:hover {
	color: #ccc;
}

.right_nav {
	color: #424242;
}

.right_nav li.log_out a {
	border: 1px solid #901728;
	border-radius: 4px;
	padding: 2px 10px;
	margin-left: 15px;
	display: inline-block;
}

.right_nav li.log_out a:hover {
	background-color: #901728;
	color: #fff;
}

.right_nav {
	align-items: center;
}

.board_date {
	font-weight: normal;
	color: #424242;
}

.title_box h2 {
	color: #901728;
	font-weight: bold;
	margin-bottom: 4px;
}

.title_left {
	margin-bottom: 10px;
}

@media (min-width: 300px) and (max-width: 1023.98px) {
	main {
		margin-left: 0px !important;
	}

	#aside-nav {
		top: 60px !important;
	}

	main {
		overflow: hidden;
	}

	#header-navbar {
		position: fixed !important;
	}

	#main {
		margin-top: 60px !important;
	}
}

.alert__box {
	background-color: #cceee1;
	padding: 20px 40px 20px 20px;
	border-radius: 10px;
	position: relative;
	margin-bottom: 30px;
}

.alert__box p {
	padding-bottom: 0;
	font-weight: bold;
	color: #333333;
}

.alert__box.header_alert__box {
	background-color: #fad0cc;
	padding: 20px 44px 20px 46px;
	border-radius: 0px;
	position: relative;
	margin-bottom: 0px;
}

.alert__box.header_alert__box p {
	padding-bottom: 0;
	font-weight: bold;
	color: #333333;
}

.title_box {
	margin-bottom: 30px;
}

.close__icon {
	position: absolute;
	right: 10px;
	top: 10px;
}

.alert__box.header_alert__box .close__icon {
	position: absolute;
	right: 20px;
	top: 28%;
	margin-bottom: 0px;
}

.welcome__box h1 {
	font-weight: bold;
	margin-bottom: 10px;
	color: #fff;
}

.welcome__box p {
	padding-bottom: 10px;
}

.welcome__box {
	background-color: #901728;
	border-radius: 10px;
	padding: 50px 20px;
	color: #fff;
	margin-bottom: 30px;
}

.main_body {
	padding: 30px 0;
}

.welcome__title {
	margin-bottom: 20px;
}

.welcome__logo {
	max-width: 140px;
}

.welcome__logo img {
	width: 100%;
}

.dashboard_ftr {
	padding: 0 15px;
	color: #b0b2b3;
}

.copy_box p {
	padding-bottom: 10px;
	color: #b0b2b3;
}

.copy_box a {
	color: #b0b2b3;
}

.copy_box {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 15px;
}

.copy_box a:hover {
	color: #000;
}

.end__box {
	min-height: 45px;
	background-color: #e5e5e5;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}

.link_grid_box:hover .end__box {
	background-color: #e6ecef;
}

.link__title {
	background-color: #901728;
	padding: 12px 24px;
}

.link__title span {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	font-weight: bold;
}

.link_grid_box {
	border: 1px solid#E5E5E5;
	border-radius: 3px;
	box-shadow: 0px 0px 5px 3px #e5e5e5;
	position: relative;
	padding-bottom: 44px;
}

.link__lists li {
	padding: 12px 24px 12px 24px;
	border-bottom: 1px solid #e5e5e5;
}

.link__lists li a {
	display: block;
	background-image: url(images/pdf-post.svg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 24px;
	padding-left: 38px;
	font-size: 13px;
	line-height: 23px;
	font-weight: 600;
	color: #424242;
	position: relative;
}

.link__lists li a:after {
	position: absolute;
	width: 18px;
	height: 12px;
	right: -15px;
	content: '';
	top: 7px;
	background-image: url(images/right__arr.png);
	background-repeat: no-repeat;
	transition: all 0.3s;
}

.link_grid {
	display: grid;
	grid-gap: 20px;
	margin-bottom: 30px;
}

.link_grid_box:nth-child(2) .link__title {
	background-color: #154c6c;
}

.link_grid_box:nth-child(3) .link__title {
	background-color: #c19128;
}

.box__grid {
	display: grid;
	grid-gap: 20px;
}

.box_link__title {
	background-color: #592a3b;
	padding: 10px 20px;
}

.box_link__title span {
	color: #fff;
	display: block;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.box_link__title span:after {
	content: '';
	position: absolute;
	width: 40px;
	height: 3px;
	background-color: #fff;
	bottom: 0;
	left: 0;
}

.box__grid_box {
	border-radius: 3px;
	box-shadow: 0px 0px 5px 3px #e5e5e5;
}

.box_link__cnt {
	background-color: #fff;
	min-height: 60px;
}

.box__grid_box:nth-child(2) .box_link__title {
	background-color: #c19128;
}

.box__grid_box:nth-child(3) .box_link__title {
	background-color: #154c6c;
}

.box__grid_box:nth-child(4) .box_link__title {
	background-color: #a9abd6;
}

.down__btn {
	color: #901728;
	background-color: transparent;
	border: 1px solid #901728;
	padding: 7px 12px;
	border-radius: 4px;
}

.down__btn:hover {
	background-color: #901728;
	color: #fff;
}

.table thead th {
	color: #fff;
}

.table thead tr:first-child {
	background-color: #901728;
}

table.dashboard_table tbody tr:hover {
	background-color: transparent;
}

.table__box {
	overflow-x: auto;
}

table.dashboard_table {
	width: 510px;
	border-radius: 10px;
	box-shadow: 4px 4px 10px 4px #eee;
}

table.dashboard_table td,
table.dashboard_table th {
	padding: 20px 20px;
}

table.dashboard_table td:first-child {
	font-weight: bold;
	background-image: url(images/pdf-post.svg);
	background-repeat: no-repeat;
	background-position: 15px;
	padding-left: 75px;
	background-size: 36px;
}

table.dashboard_table td.externallink_icon:first-child {
	font-weight: bold;
	background-image: url(images/link-post.svg);
	background-repeat: no-repeat;
	background-position: 15px;
	padding-left: 75px;
	background-size: 36px;
}

table.dashboard_table td.pdf--type {
	background-image: url(images/pdf-post.svg);
	background-size: 36px;
}

table.dashboard_table td.content--type {
	background-image: url(images/content-post.svg);
	background-size: 36px;
}

table.dashboard_table td.category--type {
	background-image: url(images/category-list.svg);
	background-size: 36px;
}

table.dashboard_table td.externallink--type {
	background-image: url(images/link-post.svg);
	background-size: 36px;
}

table.dashboard_table td:nth-child(2) {
	/* color: #999999; */
}

.table thead tr th:first-child {
	padding-left: 50px;
	border-top-left-radius: 10px;
}

.table thead tr th:last-child {
	border-top-right-radius: 10px;
}

.table thead tr th {
	border-top: 0;
	border-left: solid 1px rgba(255, 255, 255, 0.127);
}

.table.contact_list_table thead tr th {
	border-top: 0;
	background-image: url('images/order-table-icon.svg');
	background-repeat: no-repeat;
	background-position: right 1em center;
	background-size: 10px auto;
	padding-right: 50px;
}

table.dashboard_table td:first-child {
	border-left: 1px solid #dee2e6;
}

table.dashboard_table td:last-child {
	border-right: 1px solid #dee2e6;
}

.pagination {
	display: inline-block;
}

.pagination h2 {
	display: none !important;
}

.pagination a {
	color: black;
	float: left;
	padding: 6px 14px;
	text-decoration: none;
	min-height: 38px;
	transition: background-color 0.3s;
	border: 1px solid #ddd;
}

.pagination a.active {
	background-color: #901728;
	color: white;
	border: 1px solid #4caf50;
}

.pagination a:hover:not(.active) {
	background-color: #ddd;
}

.pagination span {
	color: black;
	float: left;
	padding: 6px 14px;
	text-decoration: none;
	min-height: 38px;
	transition: background-color 0.3s;
	border: 1px solid #ddd;
}

.pagination span.current {
	background-color: #901728;
	color: white;
	border: 1px solid #4caf50;
}

.pagination span:hover:not(.current) {
	background-color: #ddd;
}

table.dashboard_table td:last-child {
	background-image: none;
}

.pagination {
	margin-left: 27px;
}

.pagination a:first-child {
	background-image: url(images/page_left_arr.png);
	background-repeat: no-repeat;
	background-position: center;
}

.pagination a:last-child {
	background-image: url(images/page_right_arr.png);
	background-repeat: no-repeat;
	background-position: center;
}

.welcome__title p:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

@media (min-width: 768px) {
	table.dashboard_table {
		width: 100%;
	}

	.table__box {
		overflow: unset;
	}
}

@media (min-width: 992px) {
	.title_box {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.title_right {
		text-align: right;
	}

	.title_left {
		margin-bottom: 0;
	}

	.alert__box {
		padding: 20px 40px 20px 35px;
	}

	.welcome__title {
		margin-bottom: 0;
	}

	.welcome__box {
		padding: 50px 40px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.copy_box p {
		padding-bottom: 0;
	}

	.copy_box {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.main_body {
		padding: 20px 40px;
	}

	.link_grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.box__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1200px) {
	#header-navbar #aside-toggle-btn {
		margin-left: 20px;
	}

	.link_grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.link__lists li a:hover:after {
		right: -8px;
	}

	.box_link__title {
		padding: 12px 30px;
	}

	.box__grid {
		grid-template-columns: repeat(4, 1fr);
	}

	table.dashboard_table td:first-child {
		/* width: 500px; */
		background-position: 26px;
	}

	table.dashboard_table td.externallink_icon:first-child {
		/* width: 500px; */
		background-position: 26px;
	}

	/* table.dashboard_table td:nth-child(2),
	table.dashboard_table th:nth-child(2) {
		width: 140px;
	}
	table.dashboard_table td:nth-child(3),
	table.dashboard_table th:nth-child(3) {
		width: 190px;
	} */
	.table thead tr th:first-child {
		padding-left: 75px;
	}

	/* table.dashboard_table td:first-child,
	table.dashboard_table th:first-child {
		width: 370px;
	} */
}

@media (min-width: 1440px) {
	.container {
		max-width: 1400px;
	}

	.copy_box {
		font-size: 16px;
		line-height: 26px;
	}

	.link__lists li a {
		font-size: 17px;
		line-height: 27px;
	}

	.link__lists li a:after {
		right: -2px;
		top: 10px;
	}

	.box_link__title span {
		font-size: 18px;
		line-height: 28px;
	}

	.board_date {
		font-size: 15px;
		line-height: 25px;
	}

	.title_box h2 {
		font-size: 30px;
		line-height: 40px;
	}

	#aside-nav .nav-link {
		font-size: 16px;
		line-height: 26px;
	}

	#aside-nav .aside-dropdown-menu a {
		font-size: 13px;
		line-height: 23px;
	}

	table.dashboard_table td,
	table.dashboard_table th {
		padding: 28px 20px;
	}
}

@media (max-width: 1023px) {
	.body_overlay {
		overflow: hidden;
	}

	.body_overlay:before {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background-color: rgba(0, 0, 0, 0.6);
		width: 100%;
		height: 100%;
		z-index: 9;
	}
}

.inner_content {
	color: #424242;
}

.violet_clr {
	color: #424242;
}

.tml-button {
	padding: 10px 24px;
	text-transform: uppercase;
	background-color: #901728;
	color: #fff;
	border: 0px;
	display: block;
	width: 100%;
	border-radius: 5px;
	cursor: pointer;
}

.tml-button:hover {
	background-color: #424242;
}

.login_left_sec img {
	margin-bottom: 14px;
}

.login_left_sec input[type='text'] {
	width: 100%;
	display: block;
	border: 1px solid #c2c2c2;
	padding: 12px 14px;
	border-radius: 5px;
}

.login_left_sec input[type='password'] {
	width: 100%;
	display: block;
	border: 1px solid #c2c2c2;
	padding: 12px 14px;
	border-radius: 5px;
}

.login_left_sec h2 {
	font-size: 24px;
}

.login_left_sec h2 span {
	font-size: 29px;
	padding-bottom: 6px;
}

.login_body {
	height: 100vh;
	display: flex;
	align-items: center;
	background: #901728;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 50%, rgba(144, 23, 40, 1) 50%);
	position: relative;
}

.login_body:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-image: url(images/menu-bg.svg);
	background-repeat: no-repeat;
	background-position: top 88% left 123%;
	background-size: 900px;
	z-index: 8;
}

.login_body .container {
	z-index: 9;
}

.login_main_sec {
	display: flex;
	align-items: flex-start;
	width: 100%;
	margin: auto;
}

.login_main_sec .login_left_sec {
	width: 50%;
	display: flex;
	justify-content: flex-end;
	padding-right: 60px;
}

.login_main_sec .login_left_sec .login_left_sec_content {
	width: 360px;
}

.login_main_sec .login_right_sec {
	width: 50%;
}

.login_main_sec .login_right_sec a {
	color: #fff;
	text-decoration: underline;
}

.login_main_sec .login_right_sec a:hover {
	color: #fff;
	text-decoration: none;
}

.login_main_sec .login_right_sec {
	color: #fff;
	padding-left: 60px;
	font-weight: normal;
	padding-top: 40px;
	max-width: 450px;
}

.login_main_sec .login_right_sec h2 {
	color: #fff;
	font-size: 44px;
	line-height: normal;
	font-weight: bold;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.login_main_sec .login_right_sec h2:after {
	content: '';
	width: 20%;
	height: 1px;
	background-color: #fff;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.new_copyright {
	position: absolute;
	color: #a09393;
	bottom: 0px;
	right: 60px;
}

ul.tml-links {
	display: none;
}

.gform_button {
	border: 1px solid #901728;
	border-radius: 4px;
	padding: 10px 30px;
	display: inline-block;
	background-color: #901728;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
}

.gform_button:hover {
	background-color: transparent;
	border: 1px solid #901728;
	color: #901728;
}

.gfield_checkbox .gchoice input[type='checkbox'] {
	opacity: 0;
	-webkit-appearance: none;
	appearance: none;
}

.gfield_checkbox .gchoice input[type='checkbox'] + label {
	position: relative;
	overflow: hidden;
	padding-left: 30px;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 12px;
	line-height: 1.4;
}

.gfield_checkbox .gchoice input[type='checkbox'] + label:before,
.gfield_checkbox .gchoice input[type='checkbox'] + label:after {
	content: '';
	position: absolute;
	left: 0;
	z-index: 1;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.gfield_checkbox .gchoice input[type='checkbox']:not(:checked) + label:after {
	width: 20px;
	height: 20px;
	border: 1px solid #979797;
	top: 0px;
}

.gfield_checkbox .gchoice input[type='checkbox']:checked + label:after {
	top: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #901728;
	background-color: #901728;
	z-index: 0;
	border-radius: 2px;
}

.gfield_checkbox .gchoice input[type='checkbox']:not(:checked) + label:before {
	width: 0;
	height: 0;
	border: 3px solid transparent;
	left: 6px;
	top: 10px;
	-webkit-transform: rotateZ(37deg);
	transform: rotateZ(37deg);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.gfield_checkbox .gchoice input[type='checkbox']:checked + label:before {
	top: 0;
	left: 3px;
	width: 6px;
	height: 12px;
	margin-top: 3px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotateZ(37deg);
	transform: rotateZ(37deg);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.gform_wrapper .gfield input {
	border: 1px solid #979797;
}

.gfield ol {
	padding-left: 14px;
}

table.dashboard_table.contact_list_table td.contact_name {
	background-image: url(images/round_person.png);
	background-repeat: no-repeat;
	background-position: 15px;
	padding-left: 75px;
}

table.dashboard_table.contact_list_table td:last-child {
	padding-left: 20px;
}

.category_description {
	margin-bottom: 18px;
	color: #000;
	line-height: 1.5;
}

.category_description a {
	color: #901728;
	text-decoration: underline;
}

.category_description a:hover {
	color: #901728;
	text-decoration: none;
}

.return_sec {
	margin-top: 40px;
	display: block;
}

.return_sec a.btn {
	border: 1px solid #901728;
	border-radius: 4px;
	padding: 10px 30px;
	display: inline-block;
	background-color: #901728;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
}

.return_sec a.btn:hover {
	background-color: transparent;
	border: 1px solid #901728;
	color: #901728;
}

.welcome__box .af-label.acf-label {
	display: none;
}

.welcome__box .acf-true-false label {
	display: flex;
	flex-flow: row-reverse;
	align-items: center;
	justify-content: flex-end;
}

.welcome__box .acf-switch + span {
	margin-left: 0;
	margin-right: 12px;
}

.welcome__box .acf-fields > .acf-field {
	padding: 15px 0 0;
	border-top: 0px;
}

.welcome__box .acf-switch {
	background: #901728 !important;
	border: #fff solid 1px;
}

.welcome__box .acf-switch.-on {
	background: #901728;
	border-color: #fff;
}

.welcome__box .acf-switch.-on:hover {
	border-color: #fff !important;
}

.welcome__box .acf-switch .acf-switch-on {
	color: #fff !important;
	text-shadow: none !important;
}

.welcome__box .acf-switch:hover,
.welcome__box .acf-switch.-focus {
	border-color: #fff !important;
	color: #fff !important;
}

.welcome__box .acf-switch.-on .acf-switch-slider {
	border-color: #901728 !important;
}

.welcome__box .acf-switch:hover .acf-switch-slider,
.welcome__box .acf-switch.-focus .acf-switch-slider {
	border-color: #901728 !important;
}

.welcome__box .af-submit .acf-button {
	border-radius: 4px;
	padding: 10px 30px;
	display: inline-block;
	border: 1px solid #fff;
	background-color: #fff;
	color: #901728;
	cursor: pointer;
	text-transform: uppercase;
	outline: 0px;
}

.welcome__box .af-submit .acf-button:hover {
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
}

.welcome__box .af-submit {
	padding: 15px 0;
}

.dashboard_right .af-label.acf-label {
	display: none;
}

.dashboard_right .acf-true-false label {
	display: flex;
	flex-flow: row-reverse;
	align-items: center;
	justify-content: flex-end;
}

.dashboard_right .acf-switch + span {
	margin-left: 0;
	margin-right: 12px;
}

.dashboard_right .acf-fields > .acf-field {
	padding: 15px 0 0;
	border-top: 0px;
}

.dashboard_right .acf-switch {
	background: #901728 !important;
	border: #fff solid 1px;
}

.dashboard_right .acf-switch.-on {
	background: #901728;
	border-color: #fff;
}

.dashboard_right .acf-switch.-on:hover {
	border-color: #fff !important;
}

.dashboard_right .acf-switch .acf-switch-on {
	color: #fff !important;
	text-shadow: none !important;
}

.dashboard_right .acf-switch:hover,
.dashboard_right .acf-switch.-focus {
	border-color: #fff !important;
	color: #fff !important;
}

.dashboard_right .acf-switch.-on .acf-switch-slider {
	border-color: #901728 !important;
}

.dashboard_right .acf-switch:hover .acf-switch-slider,
.dashboard_right .acf-switch.-focus .acf-switch-slider {
	border-color: #901728 !important;
}

.dashboard_right .af-submit .acf-button {
	border-radius: 4px;
	padding: 10px 30px;
	display: inline-block;
	border: 1px solid #fff;
	background-color: #fff;
	color: #901728;
	cursor: pointer;
	text-transform: uppercase;
	outline: 0px;
}

.dashboard_right .af-submit .acf-button:hover {
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
}

.dashboard_right .af-submit {
	padding: 15px 0 0;
}

.dashboard_right .af-field-type-text .af-label.acf-label {
	display: block;
}

.dashboard_right .af-field-type-text input {
	background: transparent;
	border: solid 1px #fff;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	padding: 6px 8px;
}

.welcome__box .btn {
	border-radius: 4px;
	padding: 8px 18px;
	display: inline-block;
	border: 1px solid #fff;
	background-color: #fff;
	color: #901728;
	cursor: pointer;
	text-transform: capitalize;
	outline: 0px;
	font-size: 14px;
	font-weight: 600;
}

.welcome__box .btn:hover {
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
}

.link__title {
	position: relative;
	padding-top: 16px;
	padding-bottom: 16px;
}

.link__title a {
	position: absolute;
	right: 24px;
	border: 1px solid #fff;
	border-radius: 50px;
	padding: 4px 23px;
	line-height: normal;
	top: 16px;
	color: #fff;
	display: flex;
	justify-content: center;
}

.link__title a:hover {
	background-color: #fff;
	color: #901728;
}

.link__title a {
	font-size: 14px;
}

.box_link__title {
	position: relative;
}

.box_link__title a {
	position: absolute;
	right: 24px;
	border: 1px solid #fff;
	border-radius: 50px;
	padding: 4px 23px;
	line-height: normal;
	top: 22px;
	color: #fff;
	display: flex;
	justify-content: center;
}

.box_link__title a:hover {
	background-color: #fff;
	color: #901728;
}

.box_link__title a {
	font-size: 14px;
}

.dashboard_section {
	display: flex;
}

.dashboard_left {
	width: 30%;
}

.dashboard_right {
	width: 70%;
	padding: 30px;
	background-color: #901728;
	color: #fff;
	font-size: 15px;
}

.dashboard_right h2 {
	color: #fff;
}

.dashboard_right p {
	padding-bottom: 10px;
}

@media (min-width: 1200px) {
	.login_body:before {
		background-position: top 88% left 123%;
		background-size: 900px;
	}

	.new_copyright {
		right: 12%;
	}

	.admin-bar #header-navbar.sticky-top {
		top: 32px;
	}

	.box__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 1500px) {
	.login_body:before {
		background-position: top 88% right -14%;
		background-size: 1200px;
	}

	.new_copyright {
		right: 22%;
	}

	.link__title a {
		font-size: 16px;
	}

	.box__grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 1199px) {
	.login_main_sec .login_right_sec h2 {
		font-size: 36px;
	}

	.login_main_sec .login_right_sec {
		max-width: 100%;
	}

	main {
		margin-left: 0px !important;
	}

	#aside-nav {
		left: -300px;
		top: 0px !important;
	}

	#header-navbar {
		transition: 0.4s;
		margin-left: 0;
	}

	#header-navbar.active {
		margin-left: 250px !important;
	}

	.alert__box.header_alert__box {
		z-index: 8;
	}

	.dashboard_section {
		display: block;
	}

	.dashboard_left {
		width: 100%;
	}

	.dashboard_right {
		width: 100%;
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.login_main_sec .login_right_sec h2 {
		font-size: 32px;
	}

	.login_body:before {
		background-position: top 88% left 132%;
		background-size: 700px;
	}

	.new_copyright {
		font-size: 14px;
	}

	.link__title {
		padding: 16px 20px;
	}

	.link__lists li {
		padding: 12px 24px 12px 20px;
	}

	.link__title a {
		right: 12px;
		top: 14px;
	}

	.box_link__title a {
		right: 12px;
		top: 16px;
	}

	.link__title span {
		font-size: 17px;
		line-height: 1.4;
	}
}

@media (max-width: 767px) {
	.login_main_sec .login_right_sec h2 {
		font-size: 28px;
	}

	.login_body {
		flex-direction: column;
		padding: 80px 0;
	}

	.login_main_sec {
		display: block;
		align-items: flex-start;
	}

	.login_main_sec .login_left_sec {
		width: 100%;
		padding-right: 0px;
		justify-content: flex-start;
		display: block;
	}

	.login_main_sec .login_right_sec {
		width: 100%;
		padding-bottom: 40px;
	}

	.login_main_sec .login_right_sec {
		padding-left: 0px;
		padding-top: 40px;
		margin-top: 40px;
	}

	.login_body {
		height: auto;
		background: linear-gradient(180deg, rgba(255, 255, 255, 1) 54%, rgba(144, 23, 40, 1) 28%);
	}

	.login_body:before {
		background-position: top 92% right 0;
		background-size: 640px;
	}

	.new_copyright {
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		text-align: center;
		color: #fff;
	}

	.login_main_sec .login_left_sec .login_left_sec_content {
		width: 100%;
	}

	.new_copyright {
		padding: 15px;
	}

	.new_copyright p {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}

	.tml-action-login main {
		margin-left: 0px !important;
	}

	.welcome__box .acf-true-false label {
		flex-flow: row-reverse;
		align-items: flex-start;
		justify-content: flex-end;
		flex-direction: column-reverse;
	}

	.welcome__box .acf-switch + span {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 12px;
	}

	.welcome__box {
		padding: 30px 20px;
	}

	.dashboard_right .acf-true-false label {
		flex-flow: row-reverse;
		align-items: flex-start;
		justify-content: flex-end;
		flex-direction: column-reverse;
	}

	.dashboard_right .acf-switch + span {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 12px;
	}

	.dashboard_right {
		padding: 30px 20px;
	}

	.dashboard_right .af-submit .acf-button {
		font-size: 14px;
	}

	.alert__box.header_alert__box {
		padding: 20px 44px 20px 23px;
		line-height: 1.4;
	}

	.dashboard_ftr {
		padding: 0;
		text-align: center;
	}

	.copy_box {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 0px;
	}

	.welcome__box .af-submit .acf-button {
		font-size: 14px;
	}

	.welcome__box .btn {
		font-size: 14px;
	}

	.return_sec a.btn {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.login_body:before {
		content: none;
	}

	.login_body {
		background: linear-gradient(180deg, rgba(255, 255, 255, 1) 52%, rgba(144, 23, 40, 1) 28%);
		padding: 40px 0;
	}

	li.log_out {
		font-size: 13px;
	}

	.right_nav {
		font-size: 14px;
	}
}

@media (max-width: 330px) {
	body {
		font-size: 14px;
		line-height: 1.4;
	}

	.welcome__box {
		padding: 20px;
	}

	.login_body {
		background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(144, 23, 40, 1) 28%);
		padding: 40px 0;
	}

	h1 {
		font-size: 20px;
		line-height: 1.4;
	}

	h2 {
		font-size: 20px;
		line-height: 1.4;
	}

	h3 {
		font-size: 18px;
		line-height: 1.4;
	}

	h4 {
		font-size: 16px;
		line-height: 1.4;
	}

	h5 {
		font-size: 14px;
		line-height: 1.4;
	}

	h6 {
		font-size: 14px;
		line-height: 1.4;
	}

	li.log_out {
		font-size: 12px;
	}

	.right_nav {
		font-size: 13px;
	}

	.copy_box {
		font-size: 13px;
		line-height: 1.5;
		margin-bottom: 0px;
	}

	.welcome__box .af-submit .acf-button {
		font-size: 13px;
	}

	.dashboard_right .af-submit .acf-button {
		font-size: 13px;
	}

	.welcome__box .btn {
		font-size: 13px;
	}

	.return_sec a.btn {
		font-size: 13px;
	}
}

/** Patrick style changes **/

.download-return-sec {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 30px;
}

.search-box {
	padding: 50px 40px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
	background-color: #e5e5e5;
	border-radius: 10px;
	margin-bottom: 30px;
}

.search-box form {
	width: 100%;
}

.search-box .custom-form {
	display: flex;
	flex-direction: row;
	justify-content: stretch;
	width: 100%;
	gap: 20px;
}

.search-box input {
	font-size: 17px;
	padding: 4px 10px;
}

.search-box .search-field {
	width: 100%;
	flex-grow: 2;
}

.search-box .search-button {
	border: 1px solid #901728;
	border-radius: 4px;
	padding: 10px 30px;
	display: inline-block;
	background-color: #901728;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
}

.search-box .search-button:hover {
	background-color: transparent;
	border: 1px solid #901728;
	color: #901728;
}

.table__box .table {
	min-width: 800px;
	overflow-x: visible;
}



.return_sec button.btn {
	border: 1px solid #901728;
	border-radius: 4px;
	padding: 10px 30px;
	display: inline-block;
	background-color: #901728;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
}

.return_sec button.btn:hover {
	background-color: transparent;
	border: 1px solid #901728;
	color: #901728;
}

.is-close-btn svg{color: #fff;}

@media(max-width: 767px){
	.mobile_return_sec.return_sec{display: flex;flex-direction: column;grid-gap: 10px;}
	.return_sec button.btn {font-size: 14px;}
}


/* New Styles */
.custom_login_form p{
	padding-bottom: 0px;
}

.custom_login_form .login-submit #wp-submit {
	padding: 10px 24px;
	text-transform: uppercase;
	background-color: #901728;
	color: #fff;
	border: 0px;
	display: block;
	width: 100%;
	border-radius: 5px;
	cursor: pointer;
}

.custom_login_form .login-submit #wp-submit:hover {
	background-color: #424242;
}