/**
Theme Name: AA Training Academy
Author: Laurence Abbott
Author URI: https://autotechtraining.co.uk
Description: A new theme built for AA Training Academy
Version: 0.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: autotech-training
Template: astra
*
/* Custom Styling - MA 250423 */
.aata-woo-button-bottom {
	margin-top: auto;
}
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    min-height: 39px;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button {
    font-weight: 400;
    text-transform: uppercase;
	padding: 12px 24px;
}
.aata-black-links {
	color: #000000;
	border-bottom: 1px solid #ffd221;
}

/* Custom Styling - MA 130423 */
@media screen and (min-width: 769px) {
    .sub-menu {
        width: 350px;
    }
}
.page-id-12014 .header-contact a {
	background-color: #000000 !important;
	color: #fff !important;
}
.page-id-12014 .header-contact a:hover {
	color: #fff !important;
}
@media screen and (min-width: 769px) {
.header-contact {
	background-color: #000000;
	color: #fff;
	border: 1px solid #000000;
		border-top: 1px solid #000000 !important;
	transition: all 0.5s;
}
.header-contact a {
	color: #ffffff !important;
}
	.header-contact a:hover {
		color: #000000 !important;
	}
	.header-contact:hover {
		background-color:#ffd221;
		border: 1px solid #000000;
		border-top: 1px solid #000000 !important;
	}
.header-contact:active {
		background-color:#ffd221;
		border: 1px solid #000000;
		border-top: 1px solid #000000 !important;
	}
}
.atr-new-h1-title-training .fl-heading .fl-heading-text {
    background-color: #ffd221;
    /* padding: 5px; */
    line-height:28px;
    box-shadow: 0px 0px 0px 2px #ffd221;
}
.bottom-buttons {
    margin-top: auto;
}
.atr-search-button-training {
    background-color: #000000;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    height: 37px;
    padding-top: 4px;
    font-weight: normal;
	transition: all 0.5s;
    /* margin-top: 5px; */
}
.atr-search-button-training:hover {
    background-color: #ffd221;
}
/* .aata-footer-logo {
    background-color: #ffd221;
} */
.aata-footer-logo svg {
    max-width: 300px;
    background-color: #ffd221;
    padding: 25px 45px;
}
.atr-home-breadcrumb-training a {
    color: #000000 !important;
}
.att-blog-card-meta .fl-module-content a {
    color: #3a3a3a;
}
.att-most-popular-title {
    color: #000000;
}
.att-blog-card-meta,.att-blog-card-date,.att-blog-card-reading-time {
    color: #3a3a3a;
}


/* End of Custom Styling - MA 130423 */


/* Mike Abbott Custom CSS 060423 */
/* Styling Additional Text Under Course Price on Certain Training Pages */
.ma-tiny-text {
	font-size: 11px;
	line-height: 12px;
}
/* Styling ATT Team Image on bottom of course pages */
@media screen and (min-width: 993px) {
.att-team-image-courses img {
	min-height: 331px;
	object-fit: cover;
}
}
/* End of Mike Abbott Custom CSS 060423 */
/* Mike Abbott Custom CSS 230323 */
.side-faq-ma .pp-faq-content-text p {
	margin-bottom: 10px;
}
/* End of Mike Abbott Custom CSS 230323 */
/*#ef0019*/

select, .select2-container .select2-selection--single{
	background-position-y: 12px;
}

.att-mobile{
	display:none !important;
}

.menu-highlight {
    background: #ffd221;
    /* color: white !important; */
}

.menu-highlight:hover {
    background: #4b7a92;
    /* color: white !important; */
}

.menu-highlight a{
	color:white !important;
}

.product_meta{
    display:none !important;
}

.woocommerce-additional-fields{
	display:none;
}

.woopack-product-title a, .woopack-product-image a {
    text-decoration: none;
    border-bottom: none;
}

.att-hidden-class {
    display: none;
}

.at-nav-item{
    background: #eaf0f6;
    padding: 8px;
    margin-bottom: 5px;
}

.at-nav-link{
    color:#ffd221;
    font-size: 12px;
}

/* TRAINING KNOWLEDGE HUB */
.att-article-wrapper {
    margin-top: 5px;
}

.att-hero-guide-thumb img {
    max-height: 200px;
    width: 100%;
    object-fit: cover;
}

.att-hero-wrapper{
    background-color: #eaf0f6;
    padding: 0px;
    display: block;
    margin-bottom: 0px;
}

.att-hero-guide-title{
    font-size:22px;
    color:black;
    padding:10px 20px 10px 20px;
}

.att-articles-meta{
    padding:0px 20px 0px 20px;
}

.att-other-articles {
    width: 50%;
    float: left;
}

.article-thumb img {
    min-height: 180px;
    object-fit: cover;
}

.article-thumb {
    height: 180px;
}

.att-hero-guide-thumb img {
    height: 240px;
}

.att-article-card-meta {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top:20px;
    position:absolute;
    bottom:2px;
}

.article-guide-title{
    color:black;
}

.att-post-info {
    padding: 10px;
    position: relative;
    min-height: 100px;
}

.odd {
    padding-left: 5px;
}

.even{
    padding-left:5px;
}

.att-case-study-thumb img {
    height: 140px;
    min-width: 100%;
    object-fit: cover;
}

.att-case-study--title {
    padding-left: 10px;
    padding-top: 10px;
    color: black;
}

.att-case-study-meta {
    font-weight: bold;
    font-size: 10px;
    padding-left: 10px;
}

.att-case-study-info {
    margin-bottom: 20px;
}

/*training changes - 8 Feb 2021*/
/*training hub menu item*/

.att-hidden {
    display: none;
}

.att-trust-pilot .tp-widget-wrapper{
    text-align: right !important;
}

.at-training p{
    margin-bottom:0px !important;
}

/* add for new blog 4 May */
.rhs-blogs {
    width: 33.5%;
    float: left;
    padding-left:10px;
}

.att-blog-card{
    background:#eaf0f6;
    padding:8px;
    margin-bottom:5px;
}

.att-course-price{
    font-size:40px;
}

.att-course-duration {
    margin-top: -25px;
    display: block;
}

/* .att-blog-card:first-child{
    margin-top:5px;
} */

.att-most-popular-title{
    font-size: 12px;
}

.att-blog-card-meta{
    font-size:12px;
    font-weight: bold;
    padding-bottom:10px;
}

.att-top-picks{
    margin-top:15px;
}

.blog-block-title{
    color: #000000;
    background-color:#ffd221;
    width:60%;
    padding-left:10px; 
    margin-bottom:10px;
    font-size: 13px;
}

.s4b-guide-inner-hero-wrapper{
    padding:0px 5px;
}

.s4b-hero-guide-wrapper {
    background: white;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-transition: all 0.5s; /* Safari prior 6.1 */
    transition: all 0.5s;
    width:66.5%;
    float:left;
    min-height:512px;
    position:relative;
}

.hero-guide-thumb {
    min-height: 376px;
    overflow: hidden;
    position: relative;
    display: block;
    /* justify-content: center; */
}

.hero-post-info {
    background-color: #eaf0f6;
    padding: 20px;
    display: block;
    position: absolute;
    bottom: 0;
	width:100%;
}

.hero-guide-thumb img {
    object-fit: cover;
/*     min-height: 100%; */
    min-width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    /* bottom: 0; */
    /* right: 0; */
    left: 50%;
    /* width: 420px; */
    transform: translate(-50%, -50%);
}

.s4b-guide-wrapper{
    width: 33.3%;
    float: left;
    padding:5px;
    -webkit-transition: all 0.5s; /* Safari prior 6.1 */
    transition: all 0.5s;
}

.s4b-hero-guide-wrapper:hover, .s4b-guide-wrapper:hover{
    cursor: pointer;
    transform: scale(1.01);
}

.s4b-guide-inner-wrapper{
    /* margin-bottom: 20px; */
    background: white;
    /* box-shadow: #eaeaea 0px 0 5px 2px; */
    overflow: hidden;
}

.s4b-guide-wrapper a, .att-blog-card a{
    color:grey;
}

.guide-thumb {
    height: 180px;
    overflow: hidden;
}

.guide-thumb img {
    object-fit: cover;
    height: 100%;
    min-width: 100%;
}

.post-info {
    /* height: 360px; */
    display: block;
    padding:20px;
    position:relative;
    background-color: #eaf0f6;
}

.guide-excerpt{
    min-height: 120px;
}

.guide-tag {
    padding: 3px 10px;
    margin-right: 5px;
    color: white;
    border-radius: 20px;
    white-space: normal;
    display: inline-block;
    margin-bottom:10px;
}

.guide-selector{
    float:left;
}

.guide-go-button{
    float:left;
}

.guide-title{
    /* font-family:'Ubuntu', sans-serif; */
    font-size:20px;
    line-height: 22px;
    padding: 10px 0px 10px 0px;
    color:black;
}

.s4b-guide-tags{
    font-size: 12px;
}

.s4b-paid {
    padding-top: 5px;
}

.hero-guide-title{
    /* font-family:'Ubuntu', sans-serif; */
    font-size:30px;
    line-height: 30px;
    padding: 10px 0px 10px 0px;
    color:black;
}

.hero-guide-author, .guide-author{
    font-size:12px;
    padding:10px 0px 10px 0px;
}

.guide-author{
    position:absolute;
    top:13px;
    right:10px;
}

.post-info {
    min-height: 160px;
}

.hero-post-info{
    background-color: #eaf0f6;
}

.s4b-hero-guide-wrapper a{
    color:grey;
}

.att-normal-meta {
    position: absolute;
    bottom: 10px;
    text-transform: uppercase;
}

/*pagination*/
.att-pagination {
    width: 100%;
    text-align: center;
    margin-top:20px;
}

.att-pagination span.current {
    border: solid 1px #ffd221;
    color: #ffd221;
}

.att-pagination .page-numbers{
    padding: 16px 0px;
    border: 1px solid #eee;
    margin-right: 3px;
    color: #343434;
    width: 60px;
    height: 60px;
    display: inline-block;  
}

.att-pagination .next, .att-pagination .prev{
    border: 1px solid #fff;
    margin-right: 3px;
    color: #343434;   
    width:90px !important;
}

.att-pagination a:hover{
    border: 1px solid #ffd221;
    /*color: #cc0000;   */
}
/*pagination ends*/

/* add for new blog 4 May */

.atr-highlight{
	
}

/* .fl-module-content a {color:#ffd221;} */

.self-bill .gsection_title {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 15px;
}

.ast-scroll-to-top-left {
	left: unset !important;
    right: 0 !important;
    bottom: 50% !important;
}

/* Core web vitals changes */
.atr-homepage-header-hero .fl-row-content-wrap {
    background-image: url(https://autotechrecruit.co.uk/wp-content/uploads/2019/08/Autotech-Contractors-MLP-Training-2-1.jpg.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}

.fl-node-5c88fddb46f9d > .fl-col-content {
    background-image: url(https://autotechrecruit.co.uk/wp-content/uploads/2019/08/Autotech-Contractors-MLP-Training-2-1.jpg.webp) !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}

.fl-node-5c88fddb46fa5 > .fl-col-content {
    background-image: url(https://autotechrecruit.co.uk/wp-content/uploads/2019/03/ATR-AUDI-Cambridge-Jan-2019-1360013.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}

.ata-section .gsection_title {
    margin-bottom: 0px;
    border-bottom: 1px solid;
    margin-top: 20px;
    padding-bottom: 10px;
}

/* NEW TRAINING BLOG */

.news-item-wrapper:hover .latest-news-title h2, .news-item-wrapper:hover .latest-news-meta-wrapper {
    color:#ffd221;
}
.news-left-container {
    width: 70%;
    float: left;
    padding-right:30px;
}

.news-right-container{
    width:30%;
    float:right;
}

.news-item-wrapper {
    margin-bottom: 30px;
    min-height: 180px;
}

.latest-news-title h2 {
    font-weight: bold;
}

.latest-news-thumb {
    max-height: 140px;
    overflow: hidden;
    padding: 10px;
}

.news-divider{
    height:1px;
    width:20%;
    background:#ffd221;
    display:block;
    margin-top:10px;
}

.latest-news-meta-wrapper{
    font-size:13px;
}

.att-load-more{
    width:100%;
    background:#ffd221;
    color:white;
    font-weight: bold;
    padding:10px 0px 10px 0px;
    text-align: center;
}

.att-load-more:hover{
    background:#747474;
    cursor: pointer;
}

.att-course-details .dashicons {
    padding-top: 4px;
}

/* NEW TRAINING BLOG ENDS*/

.atr-action-button{
	border-bottom: 1px solid #ef0019;
    line-height: 20px;
    cursor:pointer;
}

.atr-action-button:hover{
	border-bottom: 1px solid #ef0019;
	background-color: #ef0019;
	color:white;
}

canvas#my-canvas {
    position: fixed;
    z-index: 9999;
}

/*new h1 style for aa*/
.atr-new-h1-title-aa .fl-heading .fl-heading-text{
    background-color:black;
    padding:5px;
}

/*new h1 style Dec 2020*/



.atr-new-h1-title-academy .fl-heading .fl-heading-text {
    background-color: #669d24;
    /* padding: 5px; */
    /* padding: 5px; */
    line-height: 28px;
    box-shadow: 0px 0px 0px 2px #669d24;
}

.atr-new-h1-title .fl-heading .fl-heading-text {
	background-color: #ef0019;
    /* padding: 5px; */
    line-height: 28px;
    box-shadow: 0px 0px 0px 2px #ef0019;
}

/*survey monkey mods*/
.smcx-embed, .smcx-embed>.smcx-iframe-container{
    width:100% !important;
    max-width: 100% !important;
    border: 1px solid #fff !important;
}

.smcx-embed{
    height:640px !important;
}

.smcx-embed>.smcx-iframe-container{
    height: 600px !important;
}

/* ordered lists mods */
.tanc ol {
  counter-reset: item;
}
.tanc li {
  display: block;
  padding-bottom:10px;
}
.tanc li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}
/* ordered lists mods */

/*RDB Integration STARTS*/

#getaddress_input{
    margin-right:10px;
    text-transform: uppercase;
}

.atr-rdb-checker{
    margin-top:0px;
}

.atr-rdb-check{
    background: #cc0000;
    color:white;
    padding:10px 20px;
    display: inline-block;
    /* margin-top:20px; */
}

.gform_next_button:focus, .gform_previous_button:focus {
    background-color: #ef0019 !important;
}

.gform_next_button:hover, .gform_previous_button:hover {
    background-color: #333333 !important;
}

.gfp-titles th {
    font-size: 11px;
}

.gfp-titles td {
    font-size: 11px;
}

.gpnf-row-actions .delete a{
    color:black !important;
}

.gpnf-no-entries td{
    font-size:11px;
}

#getaddress_button{
    background: #cc0000;
    color:white;
    padding:5px 20px 5px 20px !important;
}

select#getaddress_dropdown {
    display: block;
    margin-top: 10px !important;
    padding: 5px 10px !important;
}

#getaddress_button {
    padding: 5px 20px 5px 20px;
    border-radius: 0px;
}

.atr-rdb-check:hover{
    cursor: pointer;
}

.atr-rdb-error {
    display: none;
    color: red;
    font-size: 11px;
    margin-top: -15px;
    margin-bottom: 5px;
}

.atr-rdb-confirm-message{
    color:green;
    font-weight: bold;
}
/*RDB Integration ENDS*/

/*used on around the world page*/
.atr-hidden-field {
    display: none;
}

.simpay-btn:hover {
    background-color: #333333;
    color:white;
}

/*Woocommerce changes*/
.woocommerce a.button:hover, .woocommerce .woocommerce-message a.button:hover,.woocommerce button.button:hover, .woocommerce a.button.alt:hover {
    background: #333333 !important;
    color:white !important; 
}

.woocommerce-breadcrumb {
    visibility:hidden !important;
    }

.xt_woofc-inner a.xt_woofc-checkout {
    background: #ef0019 !important;
}

.xt_woofc-no-touchevents .xt_woofc-inner a.xt_woofc-checkout:hover, .xt_woofc-touchevents .xt_woofc-inner a.xt_woofc-checkout:focus{
    background: #333333 !important;
}

span.menu-item-text{
display:block;	
}

.wpDataTablesWrapper .dataTables_filter{
    float:left !important;
}

.wpdt-c .form-control:not(.fc-alt){
    border-top: 1px solid #b4b4b4 !important;
    border-right: 1px solid #b4b4b4 !important;
    border-left: 1px solid #b4b4b4 !important;
}

.wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block) {
    float: left;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
    width: 20% !important;
    min-height: 0px !important;
}

.wpDataTablesWrapper .wpDataTableFilterSection {
    padding: 0px !important;
}

.powered_by_link{
    display:none;
}

.atr-techsafe {
    /* padding-top: 35px; */
    margin-top: 35px;
}

/*header image fix*/
.atr-nav-header{
    z-index:10;
	position:relative;
}

.logged-in > .atr-nav-header{
    z-index:1;
	position:relative;
}

.atr-covid-bar {
    position: relative;
    z-index: 2;
}

.atr-swoosh {
    position: absolute;
    bottom: -85px;
    right: 0px;
    opacity: 0.92;
    width: 65%;
}

.atr-swoosh-training {
    position: absolute;
    bottom: 0px;
    right: 0px;
    opacity: 0.8;
    width: 85%;
}

.atr-overlay {
    height: 80px;
    /*background: red;*/
    /* margin-top: -200px; */
    z-index: 1;
    /* margin-bottom: -200px; */
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    /*opacity:0%;*/
}

.atr-overlay-training {
    height: 80px;
    /*background: red;*/
    /* margin-top: -200px; */
    z-index: 1;
    /* margin-bottom: -200px; */
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    /*opacity:0%;*/
}

.atr-copy p{
	margin-bottom:10px !important;
}

.atr-header-cta{
    position:relative;
    top:-80px;
    z-index: 10;
}

.atr-header-cta-training{
    position:relative;
    top:-80px;
    z-index: 2;
    bottom:-60px;
}

.atr-calendar {
    width: 200px !important;
}

.atr-logout {
    padding-right: 3px !important;
}

body.logged-in li.atr-client-login {
    display:none !important;
}

.salary-term {
    font-size: 10px;
}

/*GF form style for newsletter*/
.atr-newsletter-signup label.gfield_label {
    padding: 5px;
    margin-bottom: -23px;
}

.atr-newsletter-signup input#gform_submit_button_80 {
    padding-left: 20px !important;
}

.atr-expired-job{
    font-size: 18px;
    font-weight:bold;
    padding-bottom:10px;
}

.atr-newsletter-signup .gform_footer {
    display: inline-block !important;
    padding: 0px !important;
    margin: 0px 34px 0px 0px !important;
    float: right !important;
    width: 15% !important;
    margin-top: -51px !important;
    margin-bottom: 0px !important;
}

.atr-newsletter-signup input#input_80_2 {
    width: 80% !important;
}

.atr-newsletter-signup div#gform_confirmation_message_80 {
    padding: 5px !important;
}

.atr-newsletter-signup input#input_80_2 {
    margin-bottom: -4px !important;
}

.atr-bg-overlay {
    margin-top: -320px !important;
}

.atr-bg-img {
    height: 300px;
    overflow: hidden;
    margin-bottom: 0px;
    z-index:-1;
    position: relative;
}

.atr-bg-img .fl-photo-img {
    min-height: 300px;
    min-width: 100%;
    overflow: hidden;
}

.atr-logged-in{
	display:none !important;
}

.atr-top-header-menu .menu-item {
    margin-right: 5px;
}

.atr-top-header-menu .menu > li > a:hover{
	border-top: 3px solid black;
}

.atr-top-header-menu-apprentice .atr-site-search {
    background: #f2f2f2;
    color: #333333;
    box-shadow: inset 0px 3px 0px 0px #669d24;
    box-sizing: border-box;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

/*ATR Forms*/
/*academy*/
.ata-normal-text p a,.ata-normal-text li a{
    text-decoration:none;
    border-bottom: solid 1px #669d24;
}

.ata-normal-text p a:hover, .ata-normal-text .fl-rich-text li a:hover{
    text-decoration:none;
    background-color: #669d24;
    border-bottom: solid 1px #669d24;
	color:white;
}

.at-training-text p a, .at-training-text li a{
    text-decoration:none;
    border-bottom: solid 1px #ffd221 !important; 
}

.at-training-text p a:hover{
    text-decoration:none;
    background-color: #ffd221;
    border-bottom: solid 1px #ffd221;
    color:#000000 !important;
}

.at-training-text p a:focus{
    text-decoration:none;
    background-color: #ffd221;
    border-bottom: solid 1px #ffd221;
}

.ata-normal-text p a:focus{
    text-decoration:none;
    background-color: #669d24;
    border-bottom: solid 1px #669d24;
}

/*recruit*/
/* p a, li a{
    text-decoration:none;
    border-bottom: solid 1px #ffd221;
} */

p a:hover, .fl-rich-text li a:hover{
    text-decoration:none;
    background-color: #ffd221;
    border-bottom: solid 1px #ffd221;
    color:#000000;
}

p a:focus{
    text-decoration:none;
    background-color: #ffd221;
    border-bottom: solid 1px #ffd221;
}

.atr-widget-sidebar .alt-job-listing, .atr-widget-sidebar .job-listing-meta, .atr-widget-sidebar .job-listing-left, .atr-widget-sidebar .job-listing-right, .atr-widget-sidebar .job-salary {
    color:#333333 !important;
}

.atr-paragraph-format p{
    margin-bottom:15px !important;
}

.atr-red-background-text p a{
    text-decoration:none;
    border-bottom: solid 1px #fff;
}

.atr-red-background-text p a:hover, .atr-red-background-text p a:focus{
    text-decoration:none;
    background-color: #333333;
    border-bottom: solid 1px #333333;
}

.clearfix{
    clear:both;
    display: block;
    width:100%;
    height:0px;
}

.atr-widget-sidebar .atr-job-title {
    color: #333333 !important;
}

#atr-custom-search, #atr-newsletter-signup, #atr-alert-signup{
    border: 1px solid #8a8a8a;
    position:relative;
    background-color: white;
}

.atr-job-listing-intro{
	height:180px;
	overflow:hidden;
	position:relative;
	-webkit-transition: height 2s; /* Safari */
  	transition: height 2s;
}

.atr-alert-email-notification{
    display:block;
    font-weight: 800;
}

.atr-alert-email-notification {
    padding-left: 60px;
    margin-top: -8px;
}

.atr-alert-loading{
    display: none;
}

.atr_search_active{
    display: none;
}

.atr-job-listing-intro:after{
    content: "";
    position: absolute;
    bottom: 0px;
    /* left: 0; */
    height: 40px;
    width: 100%;
    background: -webkit-linear-gradient(rgba(242,242,242,0), rgba(242,242,242,0.4));
    background: linear-gradient(rgba(242,242,242,0), rgba(242,242,242,0));
    overflow: hidden;
}

.atr-alert-error-message{
    display: none;
    color: #ef0019;
    font-size: 12px;
    text-transform: uppercase;
}

.atr-job-listing-intro-visible{
	height:auto;
}

.atr-job-listing-bottom{
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(242,242,242,1) 100%);
	height:30px;
	margin-top:-10px;
	z-index:999;
}

.job-show-less{
	display:none;
}

.atr-job-listing-read-more a{
	/*width:100%;*/
	text-align:right;
	border-bottom:1px solid #ef0019;
	color:#ef0019;
	float:right;
}

.atr-job-listing-read-more a:hover{
	border-bottom:1px solid #ef0019;
	color:white;
	background-color: #ef0019;
}

.atr-label-wrapper{
    float:left;
    display:block;
    position:relative;
    width:40%;
}

.atr-label-wrapper-training {
    float: left;
    display: block;
    position: relative;
    width: 80%;
    padding: 10px 0px 10px 10px;
}

.atr-newsletter-label-wrapper{
    float:left;
    display:block;
    position:relative;
    width:80%;
}

.atr-button-wrapper{
    float: left;
    display: block;
    position: relative;
    width: 19%;
    margin: 5px 0px;
    text-align: center;
}

.atr-button-wrapper-training{
    float: left;
    display: block;
    position: relative;
    width: 19%;
    margin: 10px 0px;
    text-align: center;
}

.atr-newsletter-button-wrapper{
    float: left;
    display: block;
    position: relative;
    width: 19%;
    margin: 5px 0px;
    text-align: center;
}

.atr-search-button, .atr-sign-up-button, .atr-sign-up-alert-button{
    background-color: #ef0019;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    height: 42px;
    padding-top: 7px;
    font-weight: bold;
}

.atr-search-button:hover, .atr-sign-up-button:hover, .atr-sign-up-alert-button:hover{
    background:#c3c3c3;
    cursor: pointer;
}

/* training */
/* .atr-search-button-training {
    background-color: #ffd221;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    height: 37px;
    padding-top: 4px;
    font-weight: bold;
    /* margin-top: 5px; */
} */

.atr-search-button-training-sidebar{
    background-color: #ffd221;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    height: 37px;
    padding-top: 4px;
    font-weight: bold;
    /* margin-top: 5px; */
}

.at-training-label{
    padding-left:3px;
}

.at-training-dropdown {
    width: 95%;
    margin: 0px 0px 5px 0px;
    border: 0px;
    background: white;
    padding: 6px 5px 5px 10px;
}

.atr-search-button-training:hover {
    background:#ffd221;
    cursor: pointer;
	color: #000000;
}

.atr-hidden{
    display:none;
}

.atr-error-message{
    font-size:12px;
    text-transform: uppercase;
    color: #ef0019;
    height:20px;
}

.atr-label-wrapper label, .atr-newsletter-label-wrapper label{
    font-size: 11px;
    color:black !important;
    position:absolute;
    left:5px;
    top:2px;
    text-transform: uppercase;
}

.atr-label-wrapper input, .atr-newsletter-label-wrapper input, .atr-alert-email input{
    padding: 22px 10px 8px 10px;
    text-transform: uppercase;
    background-color:white;
    border:none;
    width:100%;
}

.atr-label-wrapper input:focus, .atr-label-wrapper textarea:focus, .atr-newsletter-label-wrapper input:focus, .atr-newsletter-label-wrapper textarea:focus, .atr-alert-email input:focus {
        border: none;
        -webkit-outline: none;
        -moz-outline: none;
        outline: none;
    }

.atr-form-divider{
    border-right: 1px solid #c3c3c3;
    float: left;
    display: block;
    width: 1px;
    height: 40px;
    margin-top: 6px;
}

/*FORM STYLING ENDS*/

.atr-job-search-highlight {
    background-color: #ef0019;
}

.atr-job-search-highlight span.menu-item-text{
    color:white;
}

.atr-job-search-highlight:hover{
    background-color:#f2f2f2;
}

.atr-job-search-highlight:hover span.menu-item-text{
    color:black;
}

/* p, .entry-content p{margin-bottom:0px;} */

.atr-letterbox-image .fl-photo-content{
	max-height:180px;
	height:180px;
	overflow: hidden;
}

.atr-portrait-image .fl-photo-content{
	max-height:350px;
	height:350px;
	overflow: hidden;
}

.atr-feature-bullets p{
	margin-bottom:10px;
}

.atr-feature-icon{
	text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 10px;
}

.atr-icon{
	position:relative;
	width:120px;
	margin-right:auto;
	margin-left:auto;
}
.atr-logo {
    position: relative;
    width: 80%;
	margin-right:auto;
	margin-left:auto;
}

.atr-hero, .atr-hero-heading{
    z-index: 9;
    position: relative;
}

.atr-hero span {
  box-shadow: 0 0 0 10px #fff; /* Tune line "padding" here */
  background-color: #fff;
  line-height: 2.2; /* Tune line "margin" here */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* Training homepage listing */
h3.atr-course-title {
    font-family: 'Montserrat',sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: white !important;
    margin-bottom: 0px;
    margin-top:5px;
    line-height: 18px;
    /* white-space: nowrap; */
}

h3.atr-course-title-sidebar {
    font-family: 'Montserrat',sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: black !important;
    margin-bottom: 0px;
    margin-top:5px;
    line-height: 18px;
    /* white-space: nowrap; */
}

h3.atr-course-title-sidebar:hover {
    font-family: 'Montserrat',sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffd221 !important;
    margin-bottom: 0px;
    margin-top:5px;
    line-height: 18px;
    /* white-space: nowrap; */
}

.course-listing-left {
    width: 100%;
    display: inline-block;
}

.course-listing-meta {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom:3px;
	display:block;
}

.course-listing-meta-sidebar {
    color: black;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 3px;
    display: block;
    margin-top: -3px;
}

/*homepage listings*/
h3.atr-job-title {
    font-family: 'Montserrat',sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: white !important;
    margin-bottom: 2px;
    line-height: 10px;
    white-space: nowrap;
}

.job-listing-left, .job-listing-right {
    width: 69%;
    display: inline-block;
}

.job-listing-right {
    width: 100%;
    /*width: 31%;*/
    display: block;
    /*display: inline-block;*/
    margin-top:-3px;
    margin-bottom: 3px;
}

.job-listing-right{
	/*text-align:right;*/
}

.job-salary {
    color: white;
    font-family: 'Montserrat',sans-serif;
    font-size: 15px;
}

.alt-job-listing {
    border-bottom: 1px dotted white;
}

.alt-job-listing-sidebar {
    border-bottom: 1px dotted grey;
}

.atr-testimonial-slides .bx-viewport{
    min-height:200px !important;
}

.atr-testimonial-slides .pp-content-wrapper{
	 min-height:200px !important;
}

.job-listing-meta {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
	/*margin-bottom:10px;*/
    margin-bottom:0px;
	display:block;
}

/*footer*/

.atr-footer-navigation span:before{
	/*content: '// ';*/
}

.atr-footer a{
    text-decoration:none;
    border-bottom: solid 1px #ef0019;
}

.atr-footer-navigation .menu-item a span{
    text-decoration:none;
    border-bottom: solid 1px #ef0019;
    display: inline-block;
}

.atr-footer-navigation .menu-item a span:hover{
    text-decoration:none;
    background-color: #ef0019;
    border-bottom: solid 1px #ef0019;
	color:white !important;
}

/* training */
.atr-footer-training a{
    text-decoration:none;
    border-bottom: solid 1px #ffd221;
}

.atr-footer-navigation-training .menu-item a span{
    text-decoration:none;
    border-bottom: solid 1px #ffd221;
    display: inline-block;
}

.atr-footer-navigation-training .menu-item a span:hover{
    text-decoration:none;
    background-color: #ffd221;
    border-bottom: solid 1px #ffd221;
	color:#000000 !important;
}

/* academy footer */

.ata-footer-navigation .menu-item a span{
    text-decoration:none;
    border-bottom: solid 1px #669d24;
    display: inline-block;
}

.ata-footer-navigation .menu-item a span:hover{
    text-decoration:none;
    background-color: #669d24;
    border-bottom: solid 1px #669d24;
	color:white !important;
}

.atr-footer a:hover{
    text-decoration:none;
    background-color: #ef0019;
    border-bottom: solid 1px #ef0019;
}

.atr-footer a:focus{
    text-decoration:none;
    background-color: #ef0019;
    border-bottom: solid 1px #ef0019;
}

/* TRAINING */
.atr-footer-training a:hover{
    text-decoration:none;
	color: #000000 !important;
    background-color: #ffd221;
    border-bottom: solid 1px #ffd221;
}

.atr-footer-training a:focus{
    text-decoration:none;
    background-color: #ffd221;
    border-bottom: solid 1px #ffd221;
}

.atr-top-header-menu-training .atr-site-search{
    background: #f2f2f2;
	color:#333333;
    box-shadow: inset 0px 3px 0px 0px #ffd221;
	box-sizing: border-box;
	-webkit-transition: all 0.2s linear; /* Safari */
  	transition: all 0.2s linear;
}

.atr-site-search {
    background: #f2f2f2;
	color:#333333;
    box-shadow: inset 0px 3px 0px 0px #d10a10;
	box-sizing: border-box;
	-webkit-transition: all 0.2s linear; /* Safari */
  	transition: all 0.2s linear;
}

.atr-site-search a {
    color: #333333;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none !important;
    border-bottom: 0px;
}

.atr-site-search a:hover{
	color:#fff;
     border-bottom: 0px;
}

.atr-site-search:hover{
    background: #ef0019;
	color:#fff;
    box-shadow: inset 0px 3px 0px 0px black !important;
	box-sizing: border-box;
    border-top: solid 2px #000000;
}

/*BREADCRUMBS*/
.atr-breadcrumb-wrapper{
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    width: 2400px;
    height: 32px;
    margin: 0px;
    padding: 0px;
}

.atr-home-breadcrumb, .atr-end-breadcrumb, .atr-parent-breadcrumb, .atr-parent-breadcrumb a, .atr-home-breadcrumb a {
	text-transform:uppercase;
	color:#fff;
	font-size:12px;
	padding-top: 5px;
	padding-bottom:5px;
	font-weight:400;
}

.atr-home-breadcrumb {
    height: 32px;
    background: #ffd221;
    display: block;
    padding-right: 10px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    float: left;
}

.atr-home-breadcrumb-training {
	padding-top: 5px;
	font-size: 14px;
    height: 32px;
    background: #ffd221;
    display: block;
    padding-right: 10px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    float: left;
}

.atr-home-breadcrumb-academy {
    height: 32px;
    background: #669d24;
    display: block;
    padding-right: 10px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    float: left;
}

.atr-home-breadcrumb-academy a{
    text-transform:uppercase;
    color:#fff;
    font-size:12px;
    padding-top: 5px;
    padding-bottom:5px;
    font-weight:400;
}

.atr-end-breadcrumb {
	font-family: 'Open Sans', sans-serif;
    height: 100%;
    background: #333333;
    display: inline-block;
    padding-right: 10px;
	padding-left:10px;
}

.atr-parent-breadcrumb{
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    background: #333333;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
}

.breadcrumb-filler {
    background-color: #f2f2f2;
    width: 2400px;
    display: inline-block;
    height: 32px;
    position: absolute;
    /* left: 0px; */
    z-index: 1;
}

.breadcrumb-divider, .breadcrumb-middle-divider {
    /*position: absolute;*/
    display: inline-block;
    width: 17px;
    margin: 0px;
    top: 0px;
    z-index: 2;
    height: 32px;
    left: 40px;
    float:left;
}

.breadcrumb-end-divider {
    position: absolute;
    display: inline-block;
    width: 17px;
    margin: 0px;
    top: 0px;
    z-index: 2;
    height:32px;
}

.breadcrumb-end-divider .left-fill{
	fill: #f2f2f2;
}

.atr-alert-header {
	text-transform:uppercase;
}

.atr-alert-icon {
	color:#ef0019;
	padding:4px 5px 0px 0px;
	display:inline-block;
	width:24px;
}

.atr-alert-footer{
	font-size:12px;
	padding-top:3px;
}

.atr-red-background p{
	background-color:#ef0019;
	padding-left:20px;
	display:inline;
	padding-right:40px;
	padding-top:5px;
	padding-bottom:5px;
}

.atr-grey-background p{
    background-color:rgb(51, 51, 51);
    padding-left:20px;
    display:inline;
    padding-right:40px;
    padding-top:5px;
    padding-bottom:5px;
}

.atr-alert-footer a{
    text-decoration:none;
    border-bottom: solid 1px #ef0019;
}

.atr-alert-footer a:hover{
    text-decoration:none;
    background-color: #ef0019;
    border-bottom: solid 1px #ef0019;
}

/*MYTH BUSTER*/

h4.atr-myth-buster-title{
	font-weight:bold;
}

.atr-reveal-button, .atr-next-button{
	background:#ef0019;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	display:inline-block;
	border-top:2px solid #3a3a3a;
	padding:3px 20px;
}

.atr-next-button{
	display:none;
}

.atr-reveal-button:hover, .atr-next-button:hover{
	background-color:#333333;
	color:#fff;
	border-top:#ef0019 solid 2px;
	cursor:pointer;
}

.atr-reveal-button .dashicons, .atr-next-button .dashicons{
	padding-top: 3px;
	padding-left:8px;
}

.atr-myth-question, .atr-myth-answer{
	padding:20px 0px 20px 0px;
}

.atr-myth-answer{
	display:none;
}

.atr-job-row-title{
    text-transform: uppercase;
    float:left;
    width:76%;
}

.atr-job-row-location{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    padding-left:10px;
}

.atr-job-row-salary {
    float: left;
    text-transform: uppercase;
    width: 24%;
    font-size: 12px;
    text-align: right;
    padding-top: 3px;
    white-space: nowrap;
}

.atr-job-row{
    clear:both;
    display: block;
    width:100%;
    border-bottom: 1px dotted lightgrey;
    padding:10px 0px 10px 0px;
}

.atr-geographic-jobs-wrapper, .atr-job-row{
    color:white;
}


.atr-job-search{
margin-left:10px !important;
}

h3.atr-job-search {
    margin-top: 0px;
}

.job_application{
    padding-left: 10px !important;
}


.atr-job-title{
    font-weight: bold;
    padding-bottom: 5px; 
}

.atr-job-heading{
    margin-top:20px;
    color:#747474 !important;
    font-size:18px;
    font-weight:600;
}

.atr-spacer {
margin-bottom:20px;
}

.atr-new-button{
    background: #d10a10;
    /* width: 112px; */
    display: block;
    /* position: relative; */
    /* z-index: 9999; */
    height: 48px;
    text-align: center;
    padding-top: 10px;
    color: white;
    margin-top: 5px;
    font-size: 20px;
    font-weight: 400;
}

.atr-new-button:hover{
    cursor: pointer;
    color:white;
    background: darkgrey;
}

.atr-separator{
    width: 100%;
    background-color: #f9f7f7;
    padding: 20px 20px 1px 20px;
}

.atr-keyword-search{
    margin-right: 100px;
}

.atr-location {
    float:left;
    width:60%;
    text-transform: uppercase;
}

.atr-title{
    width:100%;
    float: left;
    padding: 0 0 5px 0px;
    line-height: 1.5em;
}

.atr-salary {
    float: left;
    width: 39%;
    padding-left: 10px;
    text-align: right;
    font-size: 18px;
}

.job_listing a:hover, .job_listing a:focus, .job_listing a:active {
    color: #ef0019;
}

.academy-search.job_listing a:hover, .academy-search.job_listing a:focus, .academy-search.job_listing a:active {
    color: #669d24;
}

.atr-title-h3{
    font-size:19px !important;
    padding: 0px !important;
    margin:0px !important;
    font-weight:600;
    text-transform: uppercase;
}

.atr-job-type{
    float:left;
    width:10%;
}

.atr-meta{
    width:40%;
    float:right;
}

.atr-job-meta{
    float: right;
    text-align: right;
    padding: 0 0 0 0px;
    margin: 0;
    line-height: 1.5em;
    color: #999;
    list-style: none outside;
}

.atr-job-meta li {
    float: left;
    padding: 0 8px 0 9px;
    border-left: 1px solid #333333;}

.atr-job-meta li:first-child {
    float: left;
    padding: 0 8px 0 9px;
    border-left: none;
    }

.atr-single-job-type{
    padding: 8px 10px !important;
    background-color: #d10a10;
    text-align: center;
    color: white !important;
}

.job-manager .job-type, .job-types .job-type, .job_listing .job-type, .atr-splitter {
    color: #d10a10;
}

.atr-social-team-icons span.pp-social-icon {
    border-top: 3px solid;
}

.job_description{
    padding-left: 10px;
}

.job_description p {

}

.atr-end-section, .atr-job-content{
    padding-left: 20px;
}

.atr-end-section{
    margin-bottom: 40px;
}

.atr-reference-title{
    font-weight: bold;
}

.error{
    visibility: hidden;
    padding-top: 7px;
}

#formLayout{
    padding-left:20px;
}

/* SEARCH */

.atr-no-search{
    display: none;
}

.atr-no-search-padding{
    margin-bottom:20px;
}

.atr-reset-search, .atr-reset-search a {
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
    text-align: right;
    padding-top: 3px;
    color:#ef0019;
}

.atr-reset-search a:hover{
    color:#3a3a3a;
}

.atr-reset-search a:active{
    color:#3a3a3a;
}

.atr-ad-search {
    text-align: right;
}

.atr-advanced-search{
    text-transform: uppercase;
    font-size: 12px;
    width:100%;
    text-align: right;
    padding-top:3px;
    color:#ef0019;
}

.atr-advanced-search-wrapper{
    display:none;
}

.atr-advanced-search-column{
    position:relative;
    padding: 20px 5px 0px 5px;
    float:left;
    width:33%;
}

.atr-advanced-search-update-wrapper{
    width:100%;
    text-align: right;
}

.is_search_active_button{
    display: block;
}

.atr-search-active-hidden{
    display: none;
}

.atr-update-button{
    background-color: #ef0019;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 20px 5px 20px;
    font-weight: bold;
    width: auto;
    display: inline-block;
    margin-right: 5px;
    margin-top: 7px;
}

.atr-update-button:hover{
    background:#c3c3c3;
    cursor: pointer;
}

.atr-advanced-search-dd {
    width: 100%;
    text-transform: uppercase;
    padding: 5px 0px;
    font-size: 15px;
}

.atr-advanced-search-label {
    font-size: 12px;
    position: absolute;
    top: 0px;
}

.atr-advanced-search:hover{
    cursor: pointer;
    color:#3a3a3a;
}

.atr-search-heading, .atr-jobs-result{
    width:50%;
    float:left;
    display: inline-block;
    margin-bottom:20px;
}

.atr-sticky{
    /*position:fixed;*/
}

.atr-search-title{
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 18px !important;
    text-align: left;
    text-transform: uppercase;
    margin-bottom:8px !important;
}

.atr-jobs-result {
    color: #ef0019;
    font-weight: 800;
    text-align: right;
    margin-top: -10px;
    font-size: 20px;
}

.atr-jobs-result.academy-search{
    color: #669d24 !important;
}

.atr-seperator{
    border-top: 3px solid #ef0019;
    max-width: 100px;
    margin: 0 0 0 0;
}

.atr-seperator.academy-search {
    border-top: 3px solid #669d24;
    max-width: 100px;
    margin: 0 0 0 0;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 6px;
    margin-bottom: 3px;
}

.atr-mobile-only{display:none !important;}

/*pagination*/
.pagination {
    width: 100%;
    text-align: center;
    margin-top:20px;
}

.pagination span.current {
    border: solid 1px #ef0019;
    color: #ef0019;
}

.academy-search.pagination span.current {
    border: solid 1px #669d24;
    color: #669d24;
}

.pagination .page-numbers{
    padding: 16px 0px;
    border: 1px solid #eee;
    margin-right: 3px;
    color: #343434;
    width: 60px;
    height: 60px;
    display: inline-block;  
}

.pagination .next, .pagination .prev{
    border: 1px solid #fff;
    margin-right: 3px;
    color: #343434;   
    width:90px !important;
}

.pagination a:hover{
    border: 1px solid #ef0019;
    color: #ef0019;   
}

.academy-search.pagination a:hover{
    border: 1px solid #669d24;
    color: #669d24;   
}
/*pagination ends*/

.atr-cv-upload label {
    padding-top: 21px;
}

.atr-cv-upload {
    background: #f3f3f3;
    padding: 20px 20px;
    margin-top: 10px;
}

.training-dates a {
    background: #ef0019;
    padding: 5px !important;
    border-radius: 0px;
    color: #fff;
    font-size: 13px;
}

.training-dates a:hover {
    background: lightgrey;
}

.atr-training-course-page{
    border-bottom:1px solid lightgrey;
    padding:10px 0px 10px 0px;
}

.atr-training-course-page a:hover{
    color:#ef0019;
}

.atr-training-course-page a:focus{
    color:#ef0019;
}

.atr-training-course-page span{
    padding-top:4px;
    padding-left:10px;
}

.atr-normal-paragraph p{
    margin-bottom:10px;
}

@media only screen and (min-device-width : 360px) and (max-device-width : 667px) {

	.att-mobile{
		display:block !important;
	}
	
.att-other-articles{
    width:100%;
}

.att-hero-guide-title{
    font-size:14px;
}

.rhs-blogs {
    display: none;
    /* width: 33.5%;
    float: left;
    padding-left:10px; */
}

.s4b-hero-guide-wrapper{
    width:100%;
}

.s4b-guide-wrapper{
    width:100%;
}

.hero-guide-thumb {
    width: 100%;
}

.hero-guide-thumb {
    height: 180px;
    min-height:180px;
    overflow: hidden;
}

.s4b-hero-guide-wrapper{
    min-height:345px;
}

.hero-post-info {
    width: 100%;

}

.hero-guide-title {
    /* font-family: 'Ubuntu', sans-serif; */
    font-size: 20px;
    line-height: 22px;
    padding: 10px 0px 10px 0px;
    color: black;
}

.att-course-details {
    display: block;
    padding-left: 0px;
}

.att-course-details .dashicons {
    padding-top: 0px;
}

.atr-training-sidebar{
    width:100%;
}

.atr-training-right-side{
    width:100%;
}

.ast-woocommerce-container {
    margin-top: 120px;
}

.atr-header-cta, .atr-header-cta-training{
    position:relative;
    top: 0px;
}

.atr-testimonials-home .bx-viewport {
    min-height: 630px !important;
}

.job-listing-right {
    text-align: left;
    width: 100%;
}

.job-listing-meta{
    font-size: 13px;
}

	/* Allow Sticky Header */
    header[data-type="header"]{
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 100;
        height:130px;
        -webkit-backface-visibility: hidden;
    }

    span.atr-end-breadcrumb {
        overflow: hidden;
    }

    .atr-logo-mobile {
        width: 62px !important;
        margin: 0px;
    }

    .atr-job-listing-intro:after{
        content: "";
        position: absolute;
        bottom: 0px;
        /* left: 0; */
        height: 40px;
        width: 100%;
        background: -webkit-linear-gradient(rgba(242,242,242,0), rgba(242,242,242,0.4));
        background: linear-gradient(rgba(242,242,242,0), rgba(242,242,242,0.7));
        overflow: hidden;
    }

    .atr-training-course-page {
        border-bottom: 1px solid lightgrey;
        padding: 10px 20px 10px 20px;
    }

    .atr-newsletter-signup input#input_80_2 {
        margin-bottom: 2px !important;
    }

    .atr-newsletter-signup .gform_footer {
        display: inline-block !important;
        padding: 0px !important;
        margin: 0px 36px 0px 0px !important;
        float: right !important;
        /*width: 20% !important;*/
        margin-top: -60px !important;
        /* margin-bottom: 8px !important; */
    }

	.atr-newsletter-signup input#gform_submit_button_80 {
	    padding-left: 11px !important;
	    width: 82px !important;
	}
	
	.atr-newsletter-label-wrapper label {
        font-size: 10px !important;
    }

    .atr-newsletter-signup input#input_80_2 {
        width: 68% !important;
    }

    .atr-advanced-search-column {
        float:none;
        width: 100%;
    }

    .admin-bar header[data-type="header"] {
        top: 32px;
    }

    .atr-alert-icon {
        padding: 1px 5px 0px 0px;
        font-size: 18px;
    }

    .atr-alert-header {
        font-size: 12px;
        padding-top: 3px;
        line-height: 19px;
    }

    .atr-letterbox-image img {
        height: 200px;
        min-width: auto;
        overflow: hidden;
        object-fit: cover;
    }

    .atr-end-breadcrumb {
        position: absolute;
        z-index: 2;
        width:100%;
    }

    .breadcrumb-end-divider {
        z-index: 2;
        right: 0px;
    }

    .breadcrumb-divider, .breadcrumb-middle-divider {
        /*position: absolute;*/
        display: inline-block;
        top: 0px;
        z-index: 3;
    }

    .atr-parent-breadcrumb, .atr-end-breadcrumb {
        padding-left:15px;
    }

    .atr-job-row-title {
        width: 100%;
    }

    .atr-job-row-location {
        display: inline-block;
        padding-left: 0px;
    }

    .atr-location {
        float: left;
        width: 100%;
    }

    .atr-salary {
        float: left;
        width: 100%;
        padding-left: 0px;
        font-size:16px;
        text-align:left;
    }

    .atr-meta {
        width: 100%;
        float: none;
    }

    .atr-job-meta li:first-child {
        float: left;
        padding: 0 8px 0 0px;
        border-left: none;
    }

    .atr-job-meta {
        float: none;
        text-align: left;
        padding: 0 0 0 0px;
        margin: 0;
        line-height: 1.5em;
        color: #999;
        list-style: none outside;
    }

    .atr-mobile-only{display:inline-block !important;}
    
    .atr-menu-button {
        background: white;
        border-top: 3px solid #ef0019 !important;
        margin-bottom:15px !important;
    }

    .atr-menu-button span {
        color:black;
    }

    .atr-menu-button:hover{
        background: #ef0019;
        border-top: 3px solid white;
    }

    .atr-jobs-result {
        margin-top: -2px;
        font-size: 13px;
    }

    .atr-sign-up-button, .atr-sign-up-alert-button {
        font-size: 13px;
        padding-top: 6px;
        line-height: 14px;
    }
	
	.atr-hero span {
		/*line-height: 2.3 !important;*/
        /*font-size: 28px;*/
    	line-height: 46px !important;
    	font-size: 18px;
	}
    
    #atr-custom-search {
        border: none;
        position: relative;
        background-color: unset;
    }

    .pagination .page-numbers {
        padding: 5px 0px;
        width: 40px;
        height: 40px;
    }

    .pagination .next {
        width: 55px;
    }

    .atr-label-wrapper {
        width: 100%;    
        border: 1px solid;
        margin-bottom:6px;
    }

    .atr-form-divider{
        display:none;
    }

    .atr-button-wrapper {
        float: right;
        margin:0px;
        width:auto;
    }

    .atr-search-button{
        padding:5px 20px 0px 20px;
    }

    .atr-hide-on-mobile{
        display: none !important;
    }

    .atr-bg-img .fl-photo-img{
        object-fit: cover;
        width:auto;
        min-height:300px;
    }
}

/*tablet specific queries*/
@media (min-width: 767px) and (max-width: 1024px) {
  
.atr-header-cta{
    position:relative;
    top:-80px;
}

.atr-header-cta-training{
    position:relative;
    top:-80px;
}
  
  /* Allow Sticky Header */
    header[data-type="header"]{
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 100;
        height:130px;
        -webkit-backface-visibility: hidden;
    }
  
.atr-logo-mobile {
    width: 100px !important;
    margin: 5px;
}

}