/*!
Theme Name: hrmonlinenew
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hrmonlinenew
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

hrmonlinenew is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
#Custom Media Queries Mobile
#custom Media Queries Text
#Custom
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}
*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
                    ## Body
--------------------------------------------------------------*/
body{
	width:100%;
	background-color: #F6F3F2;
}

/*--------------------------------------------------------------
                    ## Header
--------------------------------------------------------------*/
.site-header{
	background-color: #F6F3F2;
}
#header-ad{
	max-width:fit-content;
	height:fit-content;
	margin:0 auto;
	padding: 9px;
	border: 1px solid #E5E5E5;
	content: "Advertisement";
	display: table;
}
#header-ad img{
	width:100%;
	height:100%;
}
.header-content{
	width:100%;
	max-width: 1440px;
	margin:0 auto;
	height:241px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.header-content .social-links{
	margin-left: 10px;
}
.header-content .social-links a i{
	font-size: 30px;
}
.header-content .main-image{
	width:57.916%;
	height: 157px;
	margin-top: 50px;
}
.header-image{
	text-align: center;
	height:101.78px;
	margin: 0 auto;
}
.header-text{
	position: absolute;
	bottom: 0px;
	width:100%;
	height:36px;
	font-size: 27px;
	text-align: center;
	font-family: 'Open Sans';
	font-weight: bold;
}
.margin-bottom-header{
	margin-bottom: 36px;
	position:relative;
}
.social-icons-and-new-logo-position{
	width:13.54%;
	display: flex;
	align-content: baseline;
	align-items: flex-end;
}
.new-position-header-logo a img{
	margin-left: 10px;
	margin-bottom: 20px;
}
.logo-and-subscribe{
	margin-right: 10px;
}
.ahri-header-logo{
	width: 100%;
	align-self: flex-end;
}
.ahri-header-logo img{
	float: right;
}
.logo-and-subscribe .subscribe{
	width: 100%;
	background-color: transparent !important;
	clear: both;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.logo-and-subscribe .subscribe p,.ahri-logo-and-subscribe .subscribe p{
	float: right;
	border: 1pt solid #0071BB;
	color: #0071BB;
	font-size: 19px;
	font-family: 'Open Sans';
	margin: 0;
	padding-left: 9px;
	padding-right: 9px;
}
.header-content .social-links i{
	margin-right: 7px;
	color: #525559;
}
/*--------------------------------------------------------------
                    ## Main navigation
--------------------------------------------------------------*/
.site-content{
	max-width: 1440px;
	margin: 0 auto;
}
#site-navigation{
	width:100%;
	height: 80px;
	background: linear-gradient(to right, #013E69 , #229AB3);
	display: flex;
	justify-content: space-between;
	box-sizing: content-box;
}
.site-navigation-desktop-container{
	width:100%;
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
}
.header-search .search-form{
	display: flex;
	justify-content: flex-end;
}
.search-form .search-submit{
	background: linear-gradient(93.97deg, rgb(5, 20, 31) -42.65%, #15c8ff 17.75%, rgb(14, 69, 78) 52.75%);
	color:white;
}
.header-search input[type="text"]{
	border-radius: 0px;
}
.footer-search-border-radius input[type="text"]{
	border-radius: 0px;
}
.footer-search-border-radius input[type="submit"]{
	border-radius: 0px;
}
.main-navigation{
	color:white;
	font-family: 'Open Sans';
}
.search-form input{
	display: flex;
}
#site-navigation  .site-navigation-menu{
	height:100%;
	width:89%;
	display: flex;
	font-size: 16pt;
}
#site-navigation .menu-primary-menu-container{
	width:89%;
	display: inline !important;
}
#site-navigation #primary-menu{
	display: flex;
	height: 100%;
	align-items: center;
}
#site-navigation #primary-menu li{
	/* margin-left: 3%; */
	/* margin-left: 60px; */
	padding:0px 30px 0px 30px;
	height:100%;
	display: flex;
	align-items: center;
}
#site-navigation #primary-menu li:hover,#site-navigation3 #primary-menu li:hover{
	opacity: .95;
	filter: alpha(opacity=95);
	background-color: #29a1bb33;
}
.current-menu-item{
	background-color: #29a1bb;
}
#site-navigation .site-navigation-others{
	width: 11%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#site-navigation .header-search{
	margin-right: 10px;
	opacity: 75%;
	height:26px;
	float: right;
	color: whitesmoke;
}
#site-navigation2{
	display: none;
}
#site-navigation3{
	display: none;
	position: fixed;
	top:0px;
	width:100%;
	height: 80px;
	background: linear-gradient(to right, #013E69 , #229AB3);
	justify-content: space-between;
	box-sizing: content-box;
	z-index: 3;
	align-items: center;
}
.site-navigation3-container{
	width:100%;
	max-width: 1440px;
	margin:0 auto;
	display: flex;
	height:100%;
}
#site-navigation3 .menu-logo-mobile{
	height: 100%;
	width: 280px;
	display: flex;
	margin-left: 10px;
	align-items: center;
}
#site-navigation3 .menu-logo-mobile img{
	margin-top: 25px;
	height: 50px;
	width:127px;
}
#site-navigation3 .menu-logo-mobile p{
	margin-top: 25px;
	line-height: 18px;
	font-size: 15px;
	color:white;
	width: 130px;
	margin-left: 8px;
}
#site-navigation3  .site-navigation-menu{
	height:100%;
	width:60%;
	font-size: 16px;
	display: flex;
}
#site-navigation3 .menu-primary-menu-container{
	width:100%;
	display: inline !important;
	height:100%;
}
#site-navigation3 #primary-menu{
	display: flex;
	height: 100%;
}
#site-navigation3 #primary-menu li{
	padding: 0 2% 0 2%;
	display: flex;
	align-items: center;
	width:fit-content;
}
#site-navigation3 .site-navigation-others{
	display: flex;
	width:25%;
	padding-right: 20px;
}
#site-navigation3 .header-search{
	width:37%;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right:-8px;
}
#site-navigation3 .header-search i{
	float: right;
	margin-top: 42px;
	color:white;
	margin-right: 10px;
}
#site-navigation3 form{
	width:100%;
}
#site-navigation3 form label,#site-navigation3 form label input{
	width:100%;
}
#site-navigation3 .search-submit{
	width:30%;
}
#site-navigation3 .social-media-icons{
	width:33%;
	font-size: 0.8em;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#site-navigation3 .social-media-icons a{
	float: right;
	margin-left: 8px;
}
#site-navigation3 .subscribe{
	width:20%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;

}
#site-navigation3 .subscribe p{
	font-size: 0.8em;
	color:white;
	text-align: right;
	border-left: 1px solid white;
	float: left;
	padding-left: 20px;
	height: auto;
	margin-bottom: 0px;
	margin-top:0px;
}
.search-form .search-submit{
	display: none !important;
}
.search-form .search-field{
	background-image: url('../png/search-icon-small.png');
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: center;
	width:21px;
	float: right;
	-webkit-transition: width 0.4s ease-in-out;
	background-color: rgba(0,0,0,0);
	border:0px;
	color: rgba(0,0,0,0);
	outline: none;
	padding-right:30px;
}
.search-form .search-field:focus{
	width: 100%;
	border-bottom: 1px solid white;
	color:white;
}
.search-form .search-field::-webkit-input-placeholder{
	color:transparent;
}
.search-form .search-field:-ms-input-placeholder{
	color:transparent;
}
/*--------------------------------------------------------------
                    ## Footer
--------------------------------------------------------------*/
.site-footer{
	display: inline-block !important;
	width:100%;
	height:317px;
	background: linear-gradient(to right, #013E69 , #229AB3);
}

.desktop-footer{
	width:100%;
	max-width: 1440px;
	margin: 0 auto;
	height:100%;
	display: flex;
	justify-content: space-between;
}
.desktop-footer form label{
	width: 50%;
	border-bottom: 3px solid white;
}
.desktop-footer .ahri-logo-and-subscribe .ahri-logo,
.desktop-footer .ahri-logo-and-subscribe .subscribe
{
	width:90%;
}
.ahri-logo-and-subscribe,.hrm-and-policy{
	width:30%;
	height:100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.hrm-and-policy-div{
	border-left: 1px solid white;
}
.hrm-and-policy .hrm-logo a p{
	margin-top: 0px;
}
.hrm-and-policy .policy p{
	margin-top: 0px;
	font-size: 10pt;
	font-family: 'Open Sans';
}
.ahri-logo,.subscribe,.policy,.hrm-logo,.social-icons,.search{
	height:78px;
	width:100%;
	margin:0 auto;
	color:white;
}
.search-and-social-icons{
	width:30%;
	height:100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	color:white;
}
.search-and-social-icons .search{
	color: white;
	font-family: 'Open Sans';
	font-size: 16pt;
}
.search-and-social-icons .search form{
	display:flex;
}
.desktop-footer .subscribe p{
	text-align: center;
	border: 1pt solid white;
	color: white;
	float: left;
	margin-top: 4px;
}
.social-icons-footer a i{
	font-size: 20px;
	margin-top: 19px;
}
.social-icons-footer a{
	color:white !important;
}
.social-icons-footer i{
	margin-right: 8px;
}
.desktop-footer .ahri-logo-and-subscribe .ahri-logo a img{
	width:115px;
}
.cookie-banner{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	text-align: center;
	padding: 1rem 1rem;
	background: #01804f;
	transition: all 3s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 3s cubic-bezier(.19,1,.22,1);
	-moz-transition: all 3s cubic-bezier(.19,1,.22,1);
	-ms-transition: all 3s cubic-bezier(.19,1,.22,1);
	-o-transition: all 3s cubic-bezier(.19,1,.22,1);
	z-index: 1000;
}
.cookie-banner--hide{
	opacity: 0;
	bottom: -100%;
}
.cookie-banner .cookie-banner-button{
	display: inline-block;
	cursor: pointer;
	padding: 0.85rem 1rem;
	margin-left: 0.45rem;
	color: #fff;
	font-size: 0.75rem;
	text-decoration: none;
	letter-spacing: 1px;
	background: #0073ba;
}
/*--------------------------------------------------------------
                    ## category-featured/first-page/index Page
--------------------------------------------------------------*/
/* --Featured post and its text--  */
.first-part-category-mobile{
	display: none;
}
a:-webkit-any-link{
	color: inherit;
	text-decoration: none;
}
a, a:visited, a:hover, a:active,a:focus {
	text-decoration: none;
	color: inherit;
}
.content-area{
	background-color: #F6F3F2;
	padding-bottom: 40px;
}
.mobile-featured-image{
	display: none;
}
.featured-post-index{
	width:100%;
	height:800px;
	background-size: cover;
	position: relative;
}
.featured-post-index .ai{
	text-decoration: none;
	color:white;
}
.featured-post-index .aim{
	background-color: rgba(0, 0, 0,0.45);
	position: absolute;
	width:100%;
	height:100%;
}
.featured-image-index-text{
	width: 40%;
	color: white;
	margin-left: 50%;
	margin-right: 10%;
	padding-top: 8%;
	position: relative;
	padding-bottom: 5%;
}
.background-color-transparent{
	background-color: transparent;
}
.position-static{
	position: static;
}
.single-post-category-mobile{
	display: none;
}
.i-title{
	font-size: 40pt;
	font-family: 'Open Sans';
	font-weight: 300;
	line-height: normal;
}
.i-text{
	font-size: 16pt;
	font-family: 'Open Sans';
}
.i-viewmore{
	/*position: absolute; */
	font-size: 13pt;
	font-family: 'Open Sans';
	bottom:2px;
}
.featured-image-index-text .i-viewmore{
	font-size: 16pt;
	font-weight: 600;
}
.i-viewmore a{
	text-decoration: none;
	color: white !important;
}
.i-views-and-comments i{
	margin-left: 5px;
}
.fa-eye{
	color:#525252;
}
/* ---------------content left--------------  */
.first-part-category .content-left{
	width:70%;
}
.first-part-category{
	margin-top: -10%;
	display: flex;
	width:100%;
}
.first-part-category .content-left .fp-l-1 .featured-1 .featured-1-image{
	border: 2px solid #F6F3F2;
}
.total-views{
	font-size: 11pt !important;
	font-family: 'Open Sans' !important;
}
.total-views .fa-eye{
	font-size: 20px;
}
.vertical-line{
	border:1px solid #979797;
	border-color:rgba(151,151,151,0.2);
	position: absolute;
	height: 100%;
}
.content-left .fp-l-1,.fp-l-2{
	display: flex;
	justify-content: space-around;
	padding-bottom: 40px;
	position: relative;
}
.featured-1,.featured-2{
	width:30%;
}
.featured-1-title,.featured-2-title{
	color: #777A7E;
	margin-top: 20px;
	font-family: 'Open Sans';
	font-size: 16pt;
	line-height: normal;
}
.featured-1-image,.featured-2-image{
	width: 100%;
	padding-top: 56.25%;

}
.sponsored-content-box{
	position:absolute;
	top:20px;
	background-color: #00A94F;
	color: white;
	font-family: 'Open Sans';
	font-size: 10pt;
	left:10px;
	padding: 5px 20px;
}
.sponsored-content-box-article-page{
	top:80px;
	left:40px;
	font-size: 20pt;
	padding: 10pt 40pt;
}
.featured-1-image img,.featured-2-image img{
	width: 100%;
	height:178px;
}
.featured-1-views-and-comments,.featured-2-views-and-comments{
	position: absolute;
	bottom:2px;
}
.single-post-category{
	font-family: 'Open Sans';
	font-size: 11pt;
	color: #0071BB;
	margin-top: 20px;
	text-transform: uppercase;
}
.featured-image-index-text .i-title p {
	margin:0px;
	font-weight: 500;
}
.featured-post-index .single-post-category{
	font-size: 13pt;
	color:white;
}
.fp-l-2,.fp-l-3{
	margin-top: 71px;
}
.fp-l-2 .featured-2-job{
	background-color:white;
	width:30%;
}
.featured-2-job .featured-2-job-content{
	width:90%;
	margin: 0 auto;
	position: relative;
	height:100%;
}
.featured-2-job .job-heading,.article-job .job-heading{
	font-size: 24px;
	color: #0071BB;
	border-bottom:3px solid #0071BB;
	padding:20px 0 18px 0;
}
.featured-2-job .job-title{
	padding:23px 0 23px 0;
}
.featured-2-job .job-link{
	color: #0071BB;
	margin-bottom: 80px;
}
.featured-2-job .job-link .fa-angle-right{
	font-weight: bold;
}
.featured-2-job .job-view-all{
	width: 100%;
	position: absolute;
	bottom: 15px;
	color: #0071BB;
	padding-top: 13px;
	border-top:1px solid #0071BB;
}
.featured-2-job .job-view-all a{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.content-right .featured-2-job .job-view-all{
	position: static;
}
.featured-2-job a{
	text-decoration: none !important;
}
.fp-l-3{
	position: relative;
	width:100%;
	padding-bottom: 40px;
}
.featured-3{
	width:95%;
	margin: 0 auto;
}
.featured-3-image{
	width:100%;
	padding-top: 56.25%;

}
.featured-3-image img{
	height: 100%;
	width:100%;
}
.featured-3-title{
	color: #777A7E;
	font-size: 16pt;
	font-family: 'Open Sans';
	line-height: normal;
	margin-top: 20px;
}
.featured-3-views-and-comments{
	position: absolute;
	bottom: 2px;
}
.post-categories{
	padding: 0px;
	margin:0px;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	margin-top: 10px;
}
.post-categories li{
	font-size: 11pt;
	font-family: 'Open Sans';
	color: #0071BB;
	padding: 6px;
	border-radius: 12px;
	margin-right: 8px;
}
.featured-3 .featured-1-categories{
	margin-top: 20px;
}
.featured-3 .featured-1-categories a{
	font-family: 'Open Sans';
	font-size: 11pt;
	color: #0071BB;
}
/* ---------------content right--------------  */
.first-part-category .content-right{
	width: 30%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between
}
.fp-r-1 img,.fp-r-3 img,.third-part-category-2 img,#header-ad .header-ad{
	padding:4px;
	border:0.2px solid lightgray;
}
.content-right .fp-r-1{
	max-width: fit-content;
	height:fit-content;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	z-index: 1;
	padding: 9px;
	border: 1px solid #E5E5E5;
	content:"Advertisement";
	display: table;
}
.content-right .fp-r-1 img{
	width:100%;
	height:100%;
}
.content-right .fp-r-2{
	width:70%;
	background-color: white;
	padding-bottom: 10px;
}
.fp-r-2 li,.fp-r-2 ul{
	list-style: none;
	margin:0x;
	padding:0px;
}
.fp-r-2-li{
	width:80%;
	margin: 0 auto;
}
.fp-r-2-ul{
	margin: 0px;
	padding: 0px;
}
.fp-r-2 h2{
	color:#00A94F;
	border-bottom: 3px solid #00A94F;
}
.fp-r-2 form p,.wp-polls p{
	text-align: left !important;
	font-size: 20px;
}
.poll-questions .wp-polls,.poll-answers .wp-polls{
	width:92%;
	margin-left:4%;
	margin-right:4%;
}
.poll-questions .wp-polls-form{
	width: 100%;
}
.poll-questions{
	display: none;
}
.poll-answers{
	display: none;
}
.wp-polls .pollbar{
	background-image: none;
	background-color: #00A94F;
}
#polls-2-ans ul{
	margin: 0px !important;
}
.fp-r-2 .wp-polls .Buttons{
	text-align: left;
	font-size:16px;
	height:40px;
	width:50%;
	background-color: #00A94F;
	border-color: #00A94F;
	color:white;
	font-weight: bold;
	border-radius: 0px;
	padding: 0px;
	padding-left: 5px;
}
.fp-r-2 .wp-polls-ul li{
	padding:2%;
}
.fp-r-2 .wp-polls-ul{
	margin-bottom: 12%;
}
.content-right .fp-r-3{
	max-width: fit-content;
	height:fit-content;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 9px;
	border: 1px solid #E5E5E5;
	content:"Advertisement";
	display: table;
	z-index: 1;
}
.content-right .fp-r-3 img{
	width:100%;
	height:100%;
}
.content-right .featured-2-job .job-link{
	margin-bottom: 0px;
}
.content-right .featured-2-job-content hr{
	background-color: #0071BB;
}
/*------------------Second,Third and Fourth Part Category--------------------*/
.second-part-category{
	width:100%;
	display: flex;
	justify-content: space-around;
	position: relative;
	padding-bottom: 40px;
}
.second-part-category,.third-part-category{
	margin-top: 73px;
}
.second-part-category-1{
	width:30%;
}
.second-part-category-1-image{
	width:100%;
	padding-top: 56.25%;
}
.second-part-category-1-image img{
	width:100%;
	height:100%;
}
.second-part-category-1-title{
	color: #777A7E;
	font-size: 16pt;
	font-family: 'Open Sans';
	margin-top: 20px;
	line-height: normal;
}
.second-part-category-1-views-and-comments{
	position: absolute;
	bottom:2px;
}
.third-part-category{
	width:100%;
}
.third-part-category-1{
	width:22.2%;
}
.third-part-category-1-image{
	width:100%;
	padding-top: 56.25%;
}
.third-part-category-1-image img{
	width:100%;
	height: 100%;
}
.fourth-part-category-1-image img{
	width:100%;
	height:243px;
}
.third-part-category-1-title{
	color: #777A7E;
	font-family: 'Open Sans';
	font-size: 16pt;
	margin-top: 20px;
	line-height: normal;
}
.third-part-category-1-views-and-comments,.fourth-part-category-1-views-and-comments{
	position: absolute;
	bottom:2px;
}
.third-part-category-2{
	width:fit-content;
	height:fit-content;
	padding: 9px;
	border: 1px solid #E5E5E5;
	content:"Advertisement";
	display: table;
}
.third-part-category-2 img{
	width:100%;
	height: 100%;
}
.third-part-category-head,.fourth-part-category-head{
	width:96.9%;
	margin: 0 auto;
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 16pt !important;
	font-size: 38px;
	line-height: 52px;
	color:#0071BB;
	padding-bottom: 15px;
}
.third-part-category-align,.fourth-part-category-align{
	width: 100%;
	display: flex;
	justify-content: space-around;
	position: relative;
	padding-bottom: 40px;
}
.fourth-part-category{
	width:100%;
	margin-top: 30px;
}
.fourth-part-category-1{
	width:30%;
}
.fourth-part-category-1-title{
	color: #777A7E;
	font-family: 'Open Sans';
	font-size: 16pt;
	margin-top: 20px;
	line-height: normal;
}
.fourth-part-category-1-image{
	width:100%;
	padding-top: 56.25%;
	position: relative;
}
.fourth-part-category-1-image image{
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------
                    ## article/post page
--------------------------------------------------------------*/
/* --Post--  */
.first-part-category .article-left{
	background-color: white;
	margin-left: 30px;
}
.first-part-category .content-left article,.comments-area{
	width: 94%;
	margin: 0 auto;
}
.remove-top-margin{
	margin-top: 0px;
}
article .entry-title{
	font-size:36px;
	font-family: 'Open Sans';
	font-weight: 300;
	margin-bottom: 0.3em;
}
.article-category-coma{
	font-family: 'Open Sans';
	font-size: 14pt;
	color: #0071BB;
}
.entry-meta .byline,.entry-meta a,.entry-date,.posted-on a{
	font-size: 15pt;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-family: 'Open Sans';
}
.entry-header .entry-date{
	font-weight: normal;
}
.entry-meta{
	display: flex;
	justify-content: space-between;
}
.sopnsor-author-link a{
	text-decoration: underline;
	color: #00b6f1;
	font-size: inherit;
}
.content-left .entry-content{
	font-size: 16px;
	font-family: 'Open Sans';
	font-weight: 400;
	color: #000000;
	margin-top:0.5em;
}
.content-left .entry-content h2{
	font-size: 22px;
	font-weight: 400;
}
.content-left .entry-content h3 span{
	font-weight: bold !important;
}
.content-left .entry-content h3{
	font-size: 13pt;
	font-weight: bold;
}

.content-left .entry-content a{
	text-decoration: underline;
	color: #00b6f1;
}
/* <span style="font-weight: 400;"> workaround */
.post .entry-content h2,.post .entry-content h3,.post .entry-content p {
	font-weight: 400 !important;
}
/* <span style="font-weight: 400;"> workaround */
blockquote{
	border-left: 2px solid black;
	font-family: 'Open Sans';
	font-size: 23pt;
	padding-left: 19px;
}
.tags-links,.tags-links a{
	text-decoration: none;
	color:black;
	font-weight: bold;
	font-family: 'Open Sans';
	font-size: 14px;
}
.tags-links a:hover{
	color: #0071BB;
}
.article-more-on{
	display: inline-block;
}
.article-cr{
	justify-content: flex-start !important;
}
.article-job{
	background-color: white;
	margin-top: 65px;
	width: 70%;
}
.article-job-head{
	width: 90%;
	margin: 0 auto;
}
.article-r3{
	margin-top:53px;
}
.read-more-sidebar{
	height:752px;
	margin-top: 70px;
	width:70%;
}
.read-more-head{
	font-size: 24px;
	color: #00A94F;
	border-bottom: 2px solid #00A94F;
}
.read-more-post{
	width: 100%;
	margin-top: 22px;
}
.rm-image{
	height:209px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.rm-title{
	font-size: 24px;
	color: #777A7E;
	margin-top: 10px;
}
.addthis-social-sharing{
	margin-top: 20px;
}
.article-page-category-box,.category-head-article{
	font-family: 'Open Sans';
	font-size:18pt;
	color: #0071BB;
	float: left;
}
.category-head-article{
	float: none;
}
.article-page-category-box{
	padding:3px;
	border-radius: 12px;
	margin:2px;
}
.article-categories{
	width: 100%;
	margin-top:20px;
}
.article-categories a{
	font-family: 'Open Sans';
	font-size: 14pt;
	color: #0071BB;
}
.category-head-article{
	color: black;
	font-weight: bold;
}
#wpcomm,#wc-comment-header{
	max-width: none;
	width: 94%;
}
.form-maker-trigger-form{
	font-size: 16px;
	font-weight: bold;
	padding: 10px 20px;
	background-color: #008cba;
	color: white;
	display:inline-block;
}
/*--------------------------------------------------------------
                    ## About page
--------------------------------------------------------------*/
.about-us-content ul{
	margin: 0 auto;
	padding: 0px !important;
	width:95%;
	font-family: 'Open Sans';
	font-size: 17pt;
}
.about-editorial{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
/*--------------------------------------------------------------
                    ## search.php
--------------------------------------------------------------*/
.search{
	color:black;
}
.empty-search-result{
	width: 100%;
	text-align: center;
	font-size: 16pt;
	font-family: 'Open Sans';
	margin-top: 20%;
}
.search-results-article-title{
	font-family: 'Open Sans';
	font-size: 21pt;
	font-weight: 300;
	color: #0071BB;
}
.search-results-article-title p {
	margin-bottom: 12px;
}
.search-results-excerpt p{
	margin-right: 10px;
	margin-top: 6px;
}
.search-results-excerpt{
	font-family: 'Open Sans';
	font-size: 16pt;
	font-weight: 300;
}
.search-right-extra-ad{
	margin-top:65px;
}
.you-search-for{
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: -16px;
	color: #777A7E;
}
.you-search-for strong{
	color:black;
}
.search-result-div{
	display: flex;
	justify-content: space-around;
}
.search-result-div a{
	width: 95%;
	display: flex;
	justify-content: space-around;
	border-bottom: 1px solid black;
}
.left-result-part{
	width: 30%;
}
.left-result-part .featured-1-image{
	margin-top: 38px;
}
.right-result-part{
	width: 66%;
	margin-left: 1%;
}
.search-result-date{
	font-family: 'Open Sans';
	color: #00A94F;
}
/*--------------------------------------------------------------
                    ## subscribe popup
--------------------------------------------------------------*/
.pum-container{
	background-color:#f6f3f2 !important;
	position: fixed;
}
.blue{
	color: #0071bb;
}
.pum-content:focus-visible{
	outline:none;
}
.pum-content.popmake-content p{
	display: inline-block;
	margin-bottom: 0px;
	margin-top: 0px;
}
.popupp1{
	margin-top: 1.5em;
}
.popupp2{
	margin-top: 0.8em;
}
.popupp3{
	margin-top: 1em;
}
/*--------------------------------------------------------------
                    ## Jobs Listing
--------------------------------------------------------------*/
.jobs-listing{
	width:70%;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:40px;
	padding: 20px;
	word-wrap: break-word;
	border-bottom: 1px solid black;
	padding-bottom: 50px;
}
.total-search-results-and-sort-results-by{
	width: 70%;
	margin:0 auto;
	margin-top: 40px;
	display:flex;
	justify-content: space-between;
}
.sort-results-by select{
	border: none;
}
.sort-results-by select option{
	border: none;
}
.jobs-listing-featured{
	background-color: #F6F3F2;
	border-bottom: none;
}
.jobs-listing-content-alignment{
	width: 100%;
}
.jobs-listing-search-boxes{
	margin: 0 auto;
	height: 132px;
	width:70%;
	margin-top:53px;
	background-color: #ECECEC;
	line-height: 132px;
	display: flex;
	align-items: center;
}
.jobs-listing-margin-top-0{
	margin-top: 0px;
}
.jobs-listing-search-boxes form{
	width:100%;
	display: flex;
	justify-content: space-around;
}
#job-search-submit{
	background-color: #0071BB;
	color:white;
	padding: 10px;
	text-align: center;
}
.jobs-listing-title{
	font-size: 30pt;
	font-weight: bold;

}
.jobs-listing-company{
	font-family: 'Open Sans';
	font-size: 16pt;
	color: #00A94F;
	font-weight: bold;
	width:100%;
}
.jobs-listing-content{
	font-family: 'Open Sans';
	font-size: 16pt;
	padding-right:40px;
}
.jobs-listing-content-alignment .jobs-listing-content span{
	font-family: 'Open Sans' !important;
	font-size: 14pt !important;
	font-weight: 400 !important;
}
.jobs-listing-content-alignment .jobs-listing-content li{
	font-family: 'Open Sans' !important;
	font-size: 16pt !important;
	font-weight: 400 !important;
}
jobs-listing-content-alignment .jobs-listing-content p{
	font-family: 'Open Sans' !important;
	font-size: 16pt !important;
	font-weight: 400 !important;
}
.jobs-listing-ending{
	margin-top:50px;
	padding-right:40px;
	font-family: 'Open Sans';
}
.jobs-listing-salary{
	margin-top: 22px;
}
.jobs-listing-left{
	width: 70%;
}
.jobs-listing-right{
	width: 28%;
	font-family: 'Open Sans';
	font-size: 14pt;
}
.jobs-listing-content-alignment{
	display: flex;
}
.jobs-listing-search-boxes input,
.jobs-listing-search-boxes select{
	width:20%;
	border: 0px;
}
/*--------------------------------------------------------------
                    ## Video Page
--------------------------------------------------------------*/
.hrm-tv-video-featured iframe{
	width:100% !important;
}
.vp-player-layout{
	left:0px !important;
	right: 0px !important;
}
.fa-play-circle-o{
	width: 100%;
	height: 100%;
	text-align: center;
	color:white;
	font-size: 6em !important;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex !important;
	justify-content: space-around;
	align-items: center;
	position: absolute;
	top:0px;
}
.hrm-tv-video-unique{
	height: fit-content;
	position: relative;
	margin-bottom: 30px;
}
.hrm-tv-video-unique-inside{
	height:100%;
}

.fa-play-circle-o:before{
	content:none;
}
.hrm-tv-fv-head{
	padding:30px 10px 30px 10px;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	color: white;
	font-family: 'Open Sans';
	font-size: 40px;
	position: absolute;
	bottom:0;
}
/*--------------------------------------------------------------
                    ## Video Article Page
--------------------------------------------------------------*/
.hrm-tv-video-featured{
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}

#featured-iframe{

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*--------------------------------------------------------------
                    ## Author Page
--------------------------------------------------------------*/
.author-div{
	background-color: #F6F3F2;
}
.author-div-content{
	width: 100%;
	display: flex;
	justify-content: space-between;
	background-color: #C5C5C5;
}
.left-author-div{
	width: 30%;
	display: flex;
	align-items: center;
}
.author-photo{
	display: flex;
	width:100%;
}
.author-photo img{
	width: 100%;
	height:100%;
}
.right-author-div{
	width: 66%;
	margin-left: 1%;
	text-align: left;
}
.author-name{
	font-family: 'Open Sans';
	color: #0071BB;
	font-size: 21pt;
	margin-top: 20px;
	margin-bottom: 30px;
}
.author-description{
	font-family: 'Open Sans';
}
.author-div .mostrecentarticles{
	margin-top: 30px;
	margin-left: 10px;
}
/*--------------------------------------------------------------
                    ## Scroll Bar
--------------------------------------------------------------*/
/* Let's get this party started */
::-webkit-scrollbar {
	width:8px;
}

/* Track */
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: linear-gradient(to right, #013E69 , #229AB3);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: linear-gradient(to right, #013E69 , #229AB3);
}
/*--------------------------------------------------------------
                    ## Pagination
--------------------------------------------------------------*/
.pagination-alignment{
	text-align: center;
}
.go-to-top{
	display: none;
	position: fixed;
	bottom:30px;
	right:30px;
	z-index: 100;
	background-color: #03446E;
}
.go-to-top i{
	font-size: 2em;
	color: white;
}
.go-to-top-fun-special{
	display:none;
	position: fixed;
	bottom:30px;
	right:30px;
	z-index: 100;
	background-color: #03446E;
}
.go-to-top-fun-special i{
	font-size: 2em;
	color:white;
}
.pagination a {
	color: black;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
}

.pagination a.active {
	background-color: #229AB3;
	color: white;
}

.pagination a:hover:not(.active) {
	background-color: #ddd;
}
.pagination-alignment-job-mobile{
	display: none;
}
.pagination-search-results{
	margin:15px 0px 15px 0px;
}
.hide-this-pagination{
	display: none;
}


/*--------------------------------------------------------------
## Custom Media/Tablet Queries Mobile
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Custom
--------------------------------------------------------------*/
@media(max-width:1024px){
	.social-links a i{
		font-size: 1.3em;
	}
	.site-navigation-menu{
		font-size: 12px;
	}
	.social-media-icons a i{
		font-size: 1em;
	}
	.subscribe p {
		font-size: 12px;
		text-align: left;
		padding-left: 10px;
	}
}
@media(max-width:1020px), (max-width:1024px) and (min-height: 1366px){
	/* --Body-- */
	.body{
		background-color: transparent;
	}
	#header-ad{
		max-width:fit-content;
		height:fit-content;
		display: table;
	}
	#header-ad img{
		width:100%;
		height:100%;
	}
	.header-content{
		display: none;
	}
	/* --Menu-- */
	#site-navigation3{
		display: none;
	}
	#site-navigation2{
		display:flex;
		z-index: 2;
		height:45px;
	}
	.mobile-nav-alignment{
		width:100%;
		height: 100%;
		position:relative;
		display: flex;
	}
	.desktop-nav{
		display: none !important;
	}
	.mobile-nav-alignment .header-search,.mobile-nav-alignment .search-form{
		width: 100%;
	}
	.mobile-nav-alignment label{
		width:70%;
	}
	.mobile-nav-alignment .search-field{
		width:100%;
	}
	.mobile-nav-alignment .search-submit{
		width:30%;
	}
	#site-navigation2{
		display: flex;
		background: linear-gradient(to right, #013E69 , #229AB3);
	}
	#site-navigation2 .site-navigation-menu{
		height: 100%;
	}
	.menu-logo-mobile{
		height: 33px;
		width: 85px;
		align-self: center;

	}
	.menu-logo-text-mobile{
		font-size: 10px;
		width:81.85px;
		color: white;
		margin-left: 5px;
		line-height: 11px;
		display: flex;
		align-items: center;
	}
	.site-navigation-menu{
		width:10%;
		position: absolute;
		right:0px;
		align-self: center;
	}
	.site-navigation-others{
		display: flex;
		justify-content: flex-end;
		align-items: center;
		width: 40%;
		position: absolute;
		right:11%;
		height: 100%;
	}
	.header-search{
		font-size: 1em;
	}
	.hamburger{
		height: 100%;
		width:100%;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.4em;
	}
	.main-navigation ul{
		display: none;
	}
	.menu-primary-menu-container{
		z-index: 2;
		position: fixed;
		left: 0px;
		width: 100%;
	}
	.menu-primary-menu-container li{
		border-bottom: 0.3px solid white;
	}
	#primary-menu2{
		background: linear-gradient(to right, #013E69 , #229AB3);
	}
	#primary-menu2 > li{
		float: none;
		padding:2px 0 2px 8px;
	}
	#primary-menu2 a{
		background-color: inherit;
	}
	/* --Footer-- */
	.site-footer{
		height:765px;
		width:100%;
	}
	.desktop-footer{
		flex-direction: column;
	}
	.site-footer .desktop-footer{
		/* height: auto; */
	}
	.ahri-logo-and-subscribe,.search-and-social-icons,.hrm-and-policy{
		width:100%;
		padding-left: 20px;
	}
	.ahri-logo,.subscribe,.search,.social-icons,.hrm-logo,.policy{
		margin:0px;
	}
	.hrm-and-policy .hrm-logo{
		height: auto;
	}
	.desktop-footer .subscribe p{
		margin-top: 30px;
		padding-left: 0px;
		font-size: 18pt;
	}
	.desktop-footer .ahri-logo-and-subscribe .ahri-logo,
	.desktop-footer .ahri-logo-and-subscribe .subscribe
	{
		width:100%;
	}
	.desktop-footer .ahri-logo-and-subscribe .ahri-logo a img{
		width:135px;
	}
	.social-icons-footer a i{
		font-size: 30px;
	}
	.cookie-banner span{
		display: inline-block;
		padding: 10px;
	}
	/*---------------------------------------
    category-featured/first-page/index Page
    ---------------------------------------*/
	.m-w-94{
		width: 94%;
		margin: 0 auto;
	}
	.m-l-3{
		left: 3%;
	}
	.vertical-line{
		display: none;
	}
	.featured-post-index{
		background-image: none;
		height: auto;
	}
	.mobile-featured-image{
		display: inline-block;
		width:100%;
		height:216px;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.sponsored-content-box-article-page{
		top:30px;
		left:20px;
		font-size: 12pt;
		padding: 8px 32px;
	}
	.featured-image-index-text{
		padding-top:0%;
		width:100%;
		background-color: white;
		height: 100%;
		position: relative;
		margin-bottom: 29px;
		margin-left: 0px;
	}
	.hide-background-color-mobile-index{
		background-color: initial;
		position: static;
	}
	.featured-post-index{
		background-color: initial;
		background-blend-mode: normal;
	}.featured-post-index .aim{
		 background-color: initial;
		 position: static;
	 }
	.featured-image-index-text .i-title{
		color:black;
		font-size: 30px;
	}
	.featured-image-index-text .i-title p{
		margin: 0px;
		padding: 0px;
	}
	.featured-image-index-text .i-text{
		color:#777A7E;
		font-size: 16px;
	}
	.featured-image-index-text .i-views-and-comments{
		color: #D8D8D8;
		position: absolute;
		bottom: 2px;
	}
	.featured-1-views-and-comments,.featured-2-views-and-comments{
		margin: 10px 0px 25px 0px;
		position: static;
	}
	.featured-image-index-text .i-views-and-comments i{
		margin-left: 0px;
	}
	.featured-image-index-text .i-viewmore{
		display: none;
	}
	.total-views .fa-eye{
		font-size: 18px;
	}
	.single-post-category-mobile-parent{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.single-post-category-mobile{
		display: inline;
		color: #0071BB;
		font-family: 'Open Sans';
		font-size: 12pt;
	}
	.first-part-category{
		margin-top:0px;
		display: none;
	}
	.sixth-post-m .featured-1-image{
		height:195px;
	}
	.first-part-category-mobile{
		display: flex;
		flex-direction: column;
		margin-top:43px;
		width: 94%;
		height: auto;
		margin:0px auto;
		/* align-items: center; This doesn't work in chrome for one article for some reason */
	}
	.second-part-category{
		display: flex;
		flex-direction: column;
		margin-top:43px;
		width: 94%;
		height: auto;
		margin:0px auto;
		margin-bottom: 0px;
	}
	.second-part-category,.third-part-category,.fourth-part-category{
		display: block;
		flex-direction: column;
		margin-top: 43px;
		width: 94%;
		height: auto;
		margin: 0px auto;
		margin-bottom: 0px;
		margin-top: 33px;
	}
	.third-part-category-2{
		height:auto;
		padding-left:0px;
		padding-right: 0px;
	}
	.third-part-category,.fourth-part-category{
		margin-top: 0px;
	}
	.fourth-part-category-align,.third-part-category-align{
		height:100%;
	}
	.third-part-category-align, .fourth-part-category-align{
		flex-flow: column;
		align-items: center;
	}
	.third-part-category-1-views-and-comments, .fourth-part-category-1-views-and-comments{
		width: 95%;
	}
	.second-part-category-1,.third-part-category-1,.fourth-part-category-1{
		width: 100%;
		position:  relative;
		margin-top: 0px;
		padding-bottom: 0px;
	}
	.second-part-category-1 .second-part-category-1-views-and-comments,
	.third-part-category-1 .third-part-category-1-views-and-comments,
	.fourth-part-category-1 .fourth-part-category-1-views-and-comments{
		margin: 10px 0px 25px 0px;
		position: static;
	}
	.second-part-category-1-image,.third-part-category-1-image,.fourth-part-category-1-image{
		height: 195px;
	}
	.featured-1{
		position: relative;
		width: 100%;
	}
	.second-part-category-1-title, .fourth-part-category-1-title, .fourth-part-category-1-title,.featured-1-title{
		margin-top: 10px;
	}
	.fourth-part-category{
		margin-top: 60px;
		margin-bottom: -40px;
	}
	.third-part-category-2{
		width: fit-content;
		display: flex;
		justify-content: center;
		align-content: center;
		margin: 0 auto;
		margin-top: 40px;
		display: table;
	}
	.third-part-category-head,.fourth-part-category-head{
		font-size:30px;
		padding-bottom: 0px;
		margin: 0px;
	}
	.ad-1-m{
		margin:0 auto;
		margin-top: 45px;
		padding: 9px;
		border:1px solid #E5E5E5;
		content: "Advertisement";
		text-align: center;
	}
	.ad-1-m img{
		width: 100%;
		height: 100%;
	}
	.job-1-m{
		width: 100%;
		height: fit-content;
		margin-top: 51px;
		background-color: white;
	}
	.featured-2-job{
		width: 97.53%;
		height: 100%;
		margin: 0 auto;
	}
	.sixth-post-m{
		width: 100%;
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.poll-m{
		background-color: white;
		width:98%;
	}
	.ad-2-m{
		margin: 0 auto;
		margin-top: 60px;
		width:fit-content;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 9px;
		border: 1px solid #E5E5E5;
		content: "Advertisement";
		display: table;
	}
	.ad-2-m image{
		width:100%;
	}
	.ad-2-m img{
		max-width: none;
		width: 100%;
	}
	.poll-m .fp-r-2{
		height:100%;
	}
	/*---------------------------------------
            ####articles page####
    ---------------------------------------*/
	.featured-video-hrm-tv{
		width: 100%;
	}
	.articles-content{
		height: auto;
	}
	article .entry-title{
		font-size: 30px;
	}
	.entry-meta,.posted-on,.entry-content{
		font-size: 16px;
	}
	.content-left .entry-content{
		font-size: 14px;
	}
	.entry-content a{
		text-decoration: underline;
		color: #00b6f1;
	}
	.entry-header .entry-meta{
		flex-direction: column;
	}
	.five-post-m article{
		width:94%;
		margin:0 auto;
	}
	.article-margin{
		margin-top: 0px;
	}
	.article-r3{
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top:0px;
		margin-bottom: 60px;
	}
	.article-job{
		width: 94%;
		height: auto;
		margin: 0 auto;
	}
	.entry-content ul{
		margin:0;
	}
	.tags-links,.tags-links a{
		font-size: 14pt;
	}
	/*---------------------------------------
         About us Page
         ---------------------------------------*/
	.about-editorial{
		display: inline-block;
	}
	.about-white-background-mobile{
		background-color:white;
	}
	.about-mobile-hide{
		display: none;
	}
	/*---------------------------------------
         Jobs Listing
         ---------------------------------------*/
	.hrm-tv-video-unique{
		height: auto;
		width: 100%;
	}
	.read-more-sidebar{
		width: 100%;
	}
	.you-search-for{
		margin-left: 10px;
		margin-top: 30px;
		margin-bottom: -30px;
	}
	/*---------------------------------------
         Jobs Listing
         ---------------------------------------*/
	.jobs-listing-search-boxes{
		width: 90%;
		height: auto;
		display: flex;
		flex-direction: column;
	}
	.jobs-listing-search-boxes .total-search-results{
		width: 90%;
		line-height: normal;
		margin-bottom: 20px;
	}
	.jobs-search-mobile-form{
		padding: 30px;
	}
	#job-search-submit{
		padding: 0px;
		margin-bottom: 0px;
	}
	.jobs-listing{
		width: 90%;
		background-color: white;
		border-bottom: none;
	}
	.jobs-listing-title{
		font-size: 18px;
	}
	.jobs-listing-content-alignment{
		display: inline-block;
	}
	.jobs-listing-left,.jobs-listing-right{
		width:100%;
	}
	.jobs-listing-left{
		display: none;
	}
	.jobs-listing-content ul li{
		list-style-position: inside;
	}
	.jobs-listing-ending{
		padding-right: 0px;
	}
	.jobs-listing-content{
		padding-right: 0px;
	}
	.jobs-search-mobile-form{
		flex-direction: column;
	}
	.jobs-listing-search-boxes input, .jobs-listing-search-boxes select{
		width: 100%;
		margin-bottom: 20px;
		height: 30px;
	}
	.jobs-listing-featured{
		background-color: #ECECEC;
		border-bottom: none;
	}
	.search-result-date{
		padding-bottom: 15px;
	}
	/*---------------------------------------
    Author Page
    ---------------------------------------*/
	.author-description{
		display: none;
	}
	.author-name{
		text-align: center;
	}
	.search-result-div a{
		display: inline;

	}
	.left-result-part,.right-result-part{
		width: 100%;
		margin-left: 0px;
	}
	.left-author-div{
		margin-left: 10px;
	}
	.hrm-tv-fv-head{
		font-size: 30px;
		color: #777A7E;
		position: static;
	}
	blockquote{
		font-size: 13pt;
	}
	/*---------------------------------------
         Pagination
         ---------------------------------------*/
	.pagination-alignment{
		width:100%;
		position: fixed;
		bottom:0px;
		background : linear-gradient(93.97deg, #013E69 -42.65%, #167898 17.75%, #229AB3 52.75%);
		opacity: 0.8;
		padding-top: 5px;
		padding-bottom: 5px;
		display: none;
		z-index: 5;
		justify-content: space-between;
	}
	.pagination{
		width:80%;
		display: flex;
		justify-content: flex-start;
		margin-left: 20px;
	}
	.go-to-top{

		position: static;
		display: flex;
		justify-content: flex-end;
		margin-right: 10px;
		width: auto;
	}
	.go-to-top i{
		font-size: 1.3em;
		color: white;
	}
	.pagination a {
		color: black;
		padding: 8px 8px;
		text-decoration: none;
		transition: background-color .3s;
	}

	.pagination a.active {
		background-color: transparent;
		color: white;
		text-decoration: underline;
	}

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


	.hide{
		display: none;
	}
	.hide-this-pagination{
		display: block;
	}

}
@media(max-width:1020px) and (min-width:480px),(max-width:1024px) and (min-height: 1366px) and (min-width:480px){
	.mobile-featured-image{
		height:350px;
	}
	.featured-1-image,.second-part-category-1-image,.third-part-category-1-image,.fourth-part-category-1-image{
		height:280px;
	}
	.sixth-post-m .featured-1-image{
		height: 300px;
	}
	#header-ad{
		max-width: 728px;
	}
}
@media(max-width:1150px) and (min-width:480px){
	.menu-primary-menu-container{
		font-size: 16px;
	}
	.site-navigation3-container .menu-primary-menu-container{
		font-size: 14px;
	}
}
