/*
Theme Name: Divi-child
Theme URI: https://www.careersingovernment.com
Description: Child theme for the Divi theme
Author: Careers in Government
Author URI: https://www.careersingovernment.com
Template: Divi
Version: 1.3.5


/*
* Remove sidebar on all archive pages
*/
.search #main-content .container::before,
.archive #main-content .container::before {
    display: none;
}
.search #left-area,
.archive #left-area {
    width: 100%;
    float: none;
    padding-right: 0;
}
.search #sidebar,
.archive #sidebar {
    display: none;
}
 
/*
* Create Mansonory styles for archive pages
*/
.search #left-area,
.archive #left-area {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 60px;
         column-gap: 60px;
}
 
.archive .et_pb_post > a,
.search .et_pb_post > a {
    margin: -20px -20px 10px;
    display: block;
}
 
.search #left-area .et_pb_post,
.archive #left-area .et_pb_post {
    overflow: hidden; /* fix for Firefox */
    page-break-inside: avoid;
    break-inside: avoid-column;
    width: 100%;
    padding: 19px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    word-wrap: break-word;
    display: inline-block;
}
 
.search #left-area .et_pb_post h2,
.archive #left-area .et_pb_post h2 {
    font-size: 18px;
}
 
.search #left-area .et_pb_post.format-link,
.search #left-area .et_pb_post.format-quote,
.search #left-area .et_pb_post.format-audio,
.archive #left-area .et_pb_post.format-link,
.archive #left-area .et_pb_post.format-quote,
.archive #left-area .et_pb_post.format-audio{
    padding: 0;
}
 
.archive .et_pb_post .et_pb_image_container,
.archive .et_pb_post .et_main_video_container,
.archive .et_pb_post .et_audio_content,
.archive .et_pb_post .et_pb_slider,
.search .et_pb_post .et_pb_image_container,
.search .et_pb_post .et_main_video_container,
.search .et_pb_post .et_audio_content,
.search .et_pb_post .et_pb_slider {
    margin: -20px -20px 10px;
}
 
.archive .et_pb_post.format-audio .et_audio_content{
    margin: 0px -38px 0px;
}
 
.archive .et_pb_post .et_pb_slider .et_pb_slide,
.search .et_pb_post .et_pb_slider .et_pb_slide {
    min-height: 180px;
}
 
.archive .pagination,
.search .pagination {
    padding: 20px 0;
}
 
/*
* Media Queries
*/
@media screen and (max-width: 980px) {
    .search #left-area,
    .archive #left-area {
        -moz-column-count: 2;
            column-count: 2;
        -moz-column-gap: 60px;
            column-gap: 60px;
    }
}
@media screen and (max-width: 767px) {
    .search #left-area,
    .archive #left-area {
        -moz-column-count: 1;
            column-count: 1;
    }
    .search .et_pb_post.format-audio .et_audio_content,
    .archive .et_pb_post.format-audio .et_audio_content{
        margin: 0;
    }
    .search #left-area .et_pb_post.format-audio .et_audio_container .mejs-controls div.mejs-time-rail,
    .archive #left-area .et_pb_post.format-audio .et_audio_container .mejs-controls div.mejs-time-rail,
    .search #left-area .et_pb_post.format-audio .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total,
    .archive #left-area .et_pb_post.format-audio .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total{
        min-width: 300px!important;
        width: 300px!important;
    }
}

.border-hover .et_pb_column {
	overflow: hidden;
	position: relative;
}

.border-hover .et_pb_column img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.border-hover .et_pb_column:hover img {
	transform: scale(1.1);
}
.border-hover .et_pb_column .et_pb_image:after {

	background: rgba(0,0,0,0.3);
}
.border-hover .et_pb_column:hover .et_pb_image:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	content: '';
}
.border-hover .et_pb_column .et_pb_promo_description {
	height:100%;
}
.border-hover .et_pb_column .et_pb_promo_description:before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	position: absolute;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s,
	-webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.border-hover .et_pb_column .et_pb_promo_description:after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	position: absolute;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s,
	-webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.border-hover .et_pb_column:hover .et_pb_promo_description:before, .border-hover .et_pb_column:hover .et_pb_promo_description:after {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.border-hover .et_pb_column .et_pb_promo_description h2, .border-hover .et_pb_column .et_pb_promo_description h4, .border-hover .et_pb_column .et_pb_promo_description h5 {
	opacity: 0;
	color: #fff;
	position: absolute;
	top: 37%;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	margin: 0;
	padding: 0 20px
}

.border-hover .et_pb_column .et_pb_promo_description p {
	opacity: 0;
	color: #fff;
	position: absolute;
	top: 44%;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.border-hover .et_pb_column:hover .et_pb_promo_description h2, .border-hover .et_pb_column:hover .et_pb_promo_description h4 {
	opacity: 1;
	position: absolute;
	top: 40%;
	width: 100%;
	text-align: center;
	color: #fff;
}
.border-hover .et_pb_column .et_pb_promo_description h5 {
	opacity: 0.6;
	position: absolute;
	top: 20%;
	width: 100%;
	text-align: center;
	color: #fff;
}
.border-hover .et_pb_column:hover .et_pb_promo_description p {
	opacity: 1;
	position: absolute;
	top: 52%;
	width: 100%;
	text-align: center;
	color: #fff;
}

.border-hover .et_pb_promo {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.border-hover .et_pb_promo_button {
	opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.round-image {
border-radius: 50%;
}

.et_pb_bg_layout_dark#employers_list h3 {color:#888888!important;}

.employer-sections{ background-color: #222222 !important; padding:0px !important;}
.employer-sections div{padding-bottom:0px !important;}

.cma-main #secondary h2 {
	font-size:24px !important;
}
#footer-widgets .footer-widget li {
	padding-left:0;

	text-transform:uppercase;
}
#footer-widgets .footer-widget li:before {
	border:hidden;
	
}
.author-avatar {
	float:left;
	padding-right:20px;
}
.wp-user-avatar, .author-avatar img{
	border-radius:50%;
	
}
.et_monarch .et_social_sidebar_networks li, .et_monarch .et_social_mobile li {
	background:rgba(0,0,0,0.2);
	border:rgba(255,255,255,0.8) 1px solid ;
}
.et_monarch .et_social_inline .et_social_circle .et_social_icons_container li i, .et_monarch .et_social_inline li {
	background:rgba(0,0,0,0.2);
	border:rgba(255,255,255,0.6) 1px solid ;
}

/*.et_monarch .et_social_inline .et_social_circle .et_social_icons_container li:hover i, .et_monarch .et_social_inline .et_social_rounded .et_social_icons_container li:hover, .et_monarch .et_social_inline .et_social_rectangle .et_social_icons_container li:hover {
	background:rgba(0,0,0,0.6) !important;
	border:rgba(255,255,255,0.8) 1px solid !important ;
}*/

.et_monarch li.et_social_all_button:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_all_button:hover i {
    background-color: #b29700 !important;
}

.et_monarch .et_social_sidebar_networks .et_social_icons_container li i, .et_monarch .et_social_sidebar_networks .et_social_icons_container li .et_social_count, .et_monarch .et_social_mobile .et_social_icons_container li i, .et_monarch .et_social_mobile .et_social_icons_container li .et_social_count {
	color:#ffffff ;
}

.et_monarch .et_social_networks div.et_social_network_label {font-size:13px;}

@media screen and ( min-width:768px ) and ( max-width:1240px ) {
	
.et_monarch .et_social_networks.et_social_left .et_social_networkname{ display:none !important;}	
	
}

/*STICKY BUTTON LEFT*/
/*This places the button where we want it*/
#ds-sticky-button {
position: fixed !important;
left: 32px !important; /*Positions the button to the left of the page*/
top: 300px; /*Sets the distance of the button from the top of page*/
width: 220px !important; /*Sets dimensions of the button*/
height: 28px !important; /*Sets dimensions of the button*/
z-index:99999; /*Keeps the button on top*/
transform: rotate(90deg); /*Rotates the button*/
transform-origin: left top 0; /*Places the button after rotation*/
}
/*Styles the link text to make it look like a button - You can edit all these values to match your design*/
#ds-sticky-button a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  border: 1px solid #333;
  color: #ffffff;
  font-size: 18px;
  background: #ff6600;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
}
/*Styles the button on hover - You can edit all these values to match your design*/
#ds-sticky-button a:hover {
  background: #c45104;
  text-decoration: none;
}
/*Moves the button up a bit on smaller screens - You can adjust this to get the button where you want it or just remove it if you don't want to change the location*/
@media only screen and (max-width: 720px) {
#ds-sticky-button {
top: 200px !important;
}
}


div#wpcs_close_slider_36033 {
    z-index: 100000;
}
/*   replaced by new look below
	div#wpcs_tab_36033 {
	border: 1px solid #690700;
	border-bottom: none;
    width: 180px;
    background: #cb0e00;
    padding: 2px 2px 2px 2px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
	border-radius: 8px 8px 0 0;
}*/

div#wpcs_content_main_36033.wpcs_content_main {
	max-width: 450px;
    height: auto ;
    top: 150px;
    padding: 0px;
    margin: 0px;
	border: none;
	background:none;
	overflow:hidden;
}


.wpcs_content_main div#wpcs_content_inner_36033 {


	width:auto;
    margin: 0;
    padding: 0;

    border: none;
	background:none;

}
@media only screen and (max-width: 720px) {
	div#wpcs_content_main_36033.wpcs_content_main {
			max-width: 96vw!important;
	}
}

@media only screen and (max-width: 460px) {
	.et_mobile_device div#wpcs_content_main_36033.wpcs_content_main, div#wpcs_content_main_36033.wpcs_content_main {
			max-width: 96vw!important;
			width: 96vw!important;

	}

}

@media only screen and (max-height: 480px) {
	.et_mobile_device div#wpcs_content_main_36033.wpcs_content_main, div#wpcs_content_main_36033.wpcs_content_main {
			top:0!important; 
			
			overflow:scroll !important;
	}

}



div#wpcs_tab_36033.wpcs_tab {
	display: inline-block;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
	min-width:180px;
	top:220px;
	padding: 12px 8px;
	height: 45px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 26px;
	text-decoration: none;
	color: #FFF;
	text-shadow: 0 1px 2px rgba(0,0,0,0.75);
	background: #5e0d0c;
	outline: none;
	border-radius: 9px 9px 0 0;
	border: 1px solid #4c0300;
	box-shadow:
		inset 1px 1px 0px rgba(255,255,255,0.25), /* highlight */
		inset 0 0 6px #a23227, /* inner glow */
		inset 0 80px 80px -40px #ac3223, /* gradient */
		1px 1px 3px rgba(0,0,0,0.75); /* shadow */
		
	overflow: visible; /* IE9 & 10 */
	-webkit-transition: 500ms linear;
	   -moz-transition: 500ms linear;
	     -o-transition: 500ms linear;
			transition: 500ms linear;
	-webkit-transform: rotate(-90deg);
	   -moz-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	     -o-transform: rotate(-90deg);
	        transform: rotate(-90deg);					
}

div#wpcs_tab_36033.wpcs_tab::before {
	content: '';
	display: block;
	position: absolute;
	top: -7px;
	left: -3px;
	right: 0;
	height: 23px;

	
}
div#wpcs_tab_36033.wpcs_tab:hover {
	background: #a61715;
	text-shadow: 0 1px 2px rgba(0,0,0,0.75), 0 0 40px #FFF;
	box-shadow:
		inset 1px 1px 0px rgba(255,255,255,0.25), /* highlight */
		inset 0 0 6px #da3b2c, /* inner glow */
		inset 0 80px 80px -40px #dd4330, /* gradient */
		1px 1px 3px rgba(0,0,0,0.75); /* shadow */
		
}
div#wpcs_tab_36033.wpcs_tab:focus {
	outline: none; /*FF*/
}
div#wpcs_tab_36033.wpcs_tab:active {
	box-shadow:
		inset 1px 1px 0px rgba(255,255,255,0.25), /* highlight */
		inset 0 0 6px #da3b2c, /* inner glow */
		inset 0 80px 80px -40px #dd4330, /* gradient */
		0px 1px 0px rgba(255,255,255,0.25); /* shadow */
		
	-webkit-transition: 50ms linear;
	   -moz-transition: 50ms linear;
	     -o-transition: 50ms linear;
	        transition: 50ms linear;
}









div#wpcs_content_inner_36033 {


	width:auto;
    margin: 0 !important;
    padding: 0 !important;

    border: none !important;
	background:none !important;

}
@media only screen and (max-width: 720px) {
	div#wpcs_content_main_36033 {
			max-width: 96vw!important;
	}
}

@media only screen and (max-width: 460px) {
	.et_mobile_device div#wpcs_content_main_36033, div#wpcs_content_main_36033 {
			max-width: 96vw!important;
			width: 96vw!important;
			overflow:hidden;
	}

}

@media only screen and (max-height: 480px) {
	.et_mobile_device div#wpcs_content_main_36033, div#wpcs_content_main_36033 {
			top:0!important; 
			
			overflow:scroll !important;
	}

}
/* ZGM */
.resource-container li{list-style-type: none;}
.resource__link {
	width: 80%;
	border-bottom: 2px #2867c6 solid;
	padding: 2px 5px;
}
.resource__link:hover{opacity:.75;}
.resource__tag {
	width: 20%;
	background: #2867c6;
	color: #fff;
	padding: 2px 5px;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.resource .resource__tag span {
    font-size: .75em;
    text-transform: uppercase;
    font-weight: 700;
}
.resource {
	display: flex;
	margin-bottom: 2em;
	flex-wrap: wrap;
}
.resource-container .resource:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(135,135,135,1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(135,135,135,1);
    box-shadow: 0px 0px 20px 0px rgba(135,135,135,1);
    border-color: transparent;
}
.resource .entry-title{padding:0;font-size: 1em;}
.resource .entry-title {
display: flex;
align-items: center;
justify-content: space-evenly;
}
.resource .entry-title .title{
	width: 90%;
	font-weight: 700;
}
.resource .entry-title .arrows{width:10%;text-align:right;    color: #2867c6;
    font-weight: 700;}
.resource .resource__excerpt{width:100%;padding-left: 1em;border-left: 2px solid #efefef; border-bottom: 2px solid #efefef;font-size: 14px; padding:1em!important;line-height: 1.25em;}

.resource__excerpt.has_image {
    display: flex;
    align-items: center;
}
.resource__excerpt.has_image .resource-image{min-width: 150px;}
.resource__excerpt.has_image .excerpt-content {
    padding-left: 1em;
}
.resource_button{background: #2867c6;
    color: #fff;
    border: #2867c6;
	text-align: center;
	margin-top: 0;
}
.resource_button:hover{
	background-color: #2867c6;
}
.resource_btn_container{
	margin: 0 auto;
	text-align: center;
}
@media screen and (max-width:500px){
	.resource__excerpt.has_image {
		flex-direction: column;
	}
}

.et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) #main-content .et_pb_row.similar_jobs {
    max-width: 100%;
    width: 100%;
}
.border-hover.similar_jobs .et_pb_column .et_pb_promo_description h2 {
    opacity: 0.8;
    color: #fff;
    position: absolute;
    top: 27%;
    width: 100%;
    text-align: center;
    font-size: 30px;
    margin: 0;
    padding: 0 10%;
}
.border-hover.similar_jobs .et_pb_column{
	max-height:360px;	
}
@media screen and (max-width:500px){
.border-hover.similar_jobs .et_pb_column{
	max-height:400px;
	min-height:380px;	
}	
.border-hover.similar_jobs .et_pb_column .et_pb_promo_description p {
    opacity: 0.7;
    color: #fff;
    position: absolute;
    top: 65%;
    width: 100%;
    text-align: center;
    font-size: 17px;
	line-height:1;

    margin: 0;
    padding: 0 10% 0;
}
  .border-hover.similar_jobs .et_pb_column .et_pb_promo_description h5 { 
    opacity: 0.8;
    color: #fff;
    position: absolute;
    top: 15%;
    width: 100%;
    font-size: 30px;
    
    padding: 0 10%;
}
 .border-hover.similar_jobs .et_pb_column .et_pb_promo_description h4 { 
    opacity: 0.7;
    color: #fff;
    position: absolute;
    top: 30%;
    width: 100%;
    text-align: center;
    font-size: 27px;

    margin: 0;
    padding: 0 10%;
}
}
.border-hover.similar_jobs .et_pb_column img {
    max-height: 100%;
    height: auto;
    width: auto;
	max-width:none;
}
 .similar_jobs .et_pb_column .et_pb_image:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	content: '';
}
.border-hover.similar_jobs .et_pb_column:hover .et_pb_image:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	content: '';
}
  .similar_jobs .et_pb_column .et_pb_promo_description h4 { 
    opacity: 0.7;
    color: #fff;
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    font-size: 28px;

    margin: 0;
    padding: 0 10%;
}
  .similar_jobs .et_pb_column .et_pb_promo_description h5 { 
    opacity: 0.7;
    color: #fff;
    position: absolute;
    top: 20%;
    width: 100%;
    text-align: center;
    font-size: 30px;
	text-transform:uppercase;
    margin: 0;
    padding: 0 10%;
}


  .border-hover.similar_jobs .et_pb_column:hover .et_pb_promo_description h5 { 
    opacity: 1;
    color: #fff;
    position: absolute;
    top: 8%;
    width: 100%;
    font-size: 28px;
    
    padding: 0 10%;
}
 .border-hover.similar_jobs .et_pb_column:hover .et_pb_promo_description h4 { 
    opacity: 0.8;
    color: #fff;
    position: absolute;
    top: 20%;
    width: 100%;
    text-align: center;
    font-size: 28px;

    margin: 0;
    padding: 0 10%;
}

.border-hover.similar_jobs .et_pb_column .et_pb_promo_description p {
    
    color: #fff;
    position: absolute;
  
    width: 100%;
    text-align: center;
    font-size: 18px;

    margin: 0;
    padding: 0 10%;
}
.border-hover.similar_jobs .et_pb_column:hover .et_pb_promo_description p {
    opacity: 0.8;
    color: #fff;
    position: absolute;
    top: 65%;
    width: 100%;
    text-align: center;
    font-size: 18px;

    margin: 0;
    padding: 0 10%;
}
.border-hover.similar_jobs .et_pb_column .et_pb_promo_description:before, .border-hover.similar_jobs .et_pb_column .et_pb_promo_description:after {
border: 0px none !important;	
}

.utm {font-size:22px  !important;}

.et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) .et_post_meta_wrapper {
    width: 100%;
	max-width: 2500px;}


#et-secondary-menu {
    float: none;
	margin-right: auto;
    margin-left: auto;
}

#et-secondary-nav, #et-secondary-nav li {
    display: block;
}


.et-secondary-nav .menu-item, #et-secondary-nav li {text-align: center;}


.cover-banner {
    min-height: 350px;
}
.advanceCheading p strong {
    color: #2669c4;
}
.advanceCheading h2 {
    text-transform: none;
	    letter-spacing: 0;
	    margin-bottom: 10px;
}
.Hletter-spacing-zero h4 {
	    letter-spacing: 0;
}
.heading-bar h2 {
    position: relative;
	padding-bottom: 20px;
}
.h3-nonet h3 strong {
text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 35px;
}
.heading-bar h2::before {
    width: 100px;
    height: 2px;
    content: "";
    position: absolute;
    background: #b13a3c;
    bottom: 0;
    left: 0;
}
.top-bannerhire .et_pb_blurb_content {
    margin: 0;
}
@media screen and (max-width:800px) {
.ordl .et-last-child {
	order: -1;
}
	.h3-nonet h3 strong {line-height: 27px;}
	
}

@media screen and (max-width:1400px) {
	.h3-nonet.left {
    background-position: center left -200px!important;
}
	.h3-nonet {
    background-position: center right -160px!important;
}
}
.utm {font-size:22px  !important;}

.et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) .et_post_meta_wrapper {
    width: 100%;
	max-width: 2500px;}


#et-secondary-menu {
    float: none;
	margin-right: auto;
    margin-left: auto;
}

#et-secondary-nav, #et-secondary-nav li {
    display: block;
}


.et-secondary-nav .menu-item, #et-secondary-nav li {text-align: center;}


.cover-banner {
    min-height: 350px;
}
.advanceCheading p strong {
    color: #2669c4;
}
.advanceCheading h2 {
    text-transform: none;
	    letter-spacing: 0;
	    margin-bottom: 10px;
}
.Hletter-spacing-zero h4 {
	    letter-spacing: 0;
}
.heading-bar h2 {
    position: relative;
	padding-bottom: 20px;
}
.h3-nonet h3 strong {
text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 35px;
}
.heading-bar h2::before {
    width: 100px;
    height: 2px;
    content: "";
    position: absolute;
    background: #b13a3c;
    bottom: 0;
    left: 0;
}
.top-bannerhire .et_pb_blurb_content {
    margin: 0;
}
@media screen and (max-width:800px) {
.ordl .et-last-child {
	order: -1;
}
	.h3-nonet h3 strong {line-height: 27px;}
	
}

@media screen and (max-width:1400px) {
	.h3-nonet.left {
    background-position: center left -200px!important;
}
	.h3-nonet {
    background-position: center right -160px!important;
}
}

.grecaptcha-badge { visibility: hidden !important; }