/*  Small screens */
@media only screen {
	
/* 	HEADER */
	.main-navigation{position: fixed; z-index: 2; top: 0;}
	.top-row{padding: 0 0 .5rem 0;}
	
	#middle-row, #slider-row{background: #000;}
	#middle-row #tagline-2, #middle-row #tagline-3, #middle-row #tagline-4{font-family: "Bebas Neue", sans-serif; text-align: center; }
	
/* 	GENERAL */
	.red-bg{background: #A63446; }
	.grey-bg{background: #F2F2F2; }
	.red-bg.search{border-radius: 32px; margin-bottom: 3rem; width: 90%;}
	.blue-bg, #why-row{background: #228387;}
	
	.search-row .entry-title{ text-shadow: 0 0 transparent; font-size: 1.5rem;}
	.search-row .entry-title:before { content: ''; border-top: 2px solid #F2F2F2; width: 100%; height: 16px; display: block; }
	
	.topics strong{color: #000; font-weight: bold;}
	.topics{padding:1rem;}
	.topics .block-single-inner{border-bottom: 2px solid #DEDEDE;}
	.topics .block-single:last-child .block-single-inner{ border-bottom: 0px solid #DEDEDE;}
	
	.why-row{position: relative; background: linear-gradient(to bottom, #000 375px,#228387 375px); padding-top: 3rem; padding-bottom: 3rem; z-index: 0;}
	.why-row::before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; height: 100%; max-height: 375px; background-image: url(/wp-content/uploads/2025/09/training-conections.webp); background-position: center; background-size: cover; opacity: .5;}
	
	.review-row{ position: relative;}
	.review-row blockquote.testimonial {padding: 20px 0px; background-color: transparent;}
	.review-row blockquote.testimonial:before, .review-row .orbit-next, .review-row .orbit-previous, .review-row blockquote.testimonial cite:before {display: none;}
	.review-row blockquote.testimonial cite { color: #fff; font-size: 16px; margin-top: 1rem; text-align: left; font-style: normal; font-weight: bold;}
	.review-row blockquote.testimonial cite span{font-weight: 400;}
	.review-row blockquote.testimonial small { font-size: 1rem; font-style: italic; font-weight: 400;}
	
	.testimonials-page blockquote.testimonial:before {color: #A63446; }
	.testimonials-page .testimomial ul li:nth-child(-n+6){display: none;}
	
	.accordion { background: transparent;}
	.accordion-title { color: #000; font-size: 20px; font-weight: 700; border: none; border-bottom: 2px solid #DEDEDE; line-height: 1.2;}
	.accordion-content {border: 0px solid #e6e6e6;}
	.accordion-title:focus, .accordion-title:hover {background-color: #DEDEDE; color: #000;}
    :last-child>.accordion-content:last-child {border-bottom: 0px solid #DEDEDE;}
	:last-child:not(.is-active)>.accordion-title {border-bottom: 2px solid #DEDEDE;}
	
	.contact-column a{color:#151515;}
	.contact-column .the_phone_number {padding-left: 0px;}
	.contact-column .fa, .contact-column .fa-solid{color: #A63446;}
	.contact-column .fa-envelope{padding-right: 5px;}
	
	.blog-card{border-radius: 15px; padding: 1rem;}
	.card-divider {padding: 0; background: transparent;}
	.blog-title a {font-size: 20px; font-weight: 700; text-transform: capitalize; color: #228387; line-height: 1.5; display: block; padding-bottom: 1rem;}
	.card-section p, .card-section {padding: 0;}
	.card-section span{ border-bottom: 2px solid #DEDEDE; display: block; margin-bottom: 1rem; padding-bottom: 1rem;}
	
	ul.check { list-style-type: none; margin-left: 3rem;}
	ul.check li:before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: '\f058'; margin: 0 12px 0 -36px; color: #228387; font-size: 1.5rem;}
	ul.check li{ margin-bottom: .5rem;}
	.we-cover{background-color: #f2f2f2; padding: 2rem 1rem; border-radius: 2rem;}
	.t3{font-weight: bold; font-size: 1.5rem; color: #151515;}
	
	input[type=search]{border-radius: 50px; border: 2px solid #DEDEDE; font-style: italic; font-size: 14px; color: #757575; padding-left: 1rem; position: relative;  margin: .25rem 0;}
	.search-form:after{ padding-right: 1rem; display: block; font-family: "Font Awesome 5 Free"; font-weight: 900; content: '\f002'; color: #757575; font-size: 1rem;  position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
	.search-form{position: relative;}
	.blue-bg input[type=search]{background: transparent; color: #fff;}
	.blue-bg input[type=search]:focus{border: 2px solid #fff;}
	.blue-bg .search-form:after{ color: #fff;}

/* SEARCH BUTTON	 */
	.search-button{border-radius: 50px; border: 2px solid #DEDEDE; background: #fff; font-style: italic; font-size: 14px; color: #757575; padding-left: 1rem; display: block; margin: .25rem 0; padding: .5rem .75rem; position:relative;}
	.search-button:hover, .search-button:active, .search-button:visited{color: #BDBDBD;}
	.search-button:after{ padding-right: 1rem; display: block; font-family: "Font Awesome 5 Free"; font-weight: 900; content: '\f002'; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
	.red-bg .search-button, #global-footer-area .search-button{text-align: left;}
	.blue-bg .search-button{background: transparent; color: #fff;}
	.blue-bg .search-button:focus{border: 2px solid #fff;}
	.blue-bg .search-button:after{ color: #fff;}
	
/* 	#tagline-5 .input-group{ margin: .25rem 0;} */
/* 	#tagline-5 .input-group>:first-child{border-radius: 50px;} */
	
	
} /* Define mobile styles */

@media only screen and (max-width: 40em) {
.small-only-float-left {float: left !important;}	
.small-only-float-right {float: right !important;}
.small-only-float-center {display: block; margin-right: auto; margin-left: auto;}
.text-center-small {text-align: center;}
.small-align-center {-ms-flex-pack: center; justify-content: center;}
.widget-container, #top-row, .tagline, .text-right{text-align: center;}
img.alignright, img.alignleft{float: none !important;display: block;margin: 0 auto;	}
	
	.tagline h1{font-size: 1.5rem;}
	.review-row blockquote.testimonial cite {text-align: center;}
	.review-row>div{padding: 5rem 0;}
	#middle-row #tagline-4 {font-size: 1.125rem;}
	.review-row .tagline{border-radius: 2rem;}
	.tagline li{list-style:none;}
	
	header{margin-top: 4.15rem;}
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

/*  Medium screens */
@media only screen and (min-width: 40.063em) { 
	#middle-row #tagline-4{font-size: 2rem;}
	#middle-row{margin-top: 8px;}
	.logo img {width:350px; height: auto;}
} /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
.medium-float-left {float: left !important;}	
.medium-float-right {float: right !important;}
.text-center-medium {text-align: center;}
.medium-align-center {-ms-flex-pack: center; justify-content: center;}
	header{margin-top: 4.15rem;}
	.top-row.is-at-top.is-stuck{top:4.15rem !important; padding:.5rem 0;}
	
	#slider-row{background: #fff;}
	.tagline { width: 90%; border-radius: 32px; margin-top: -3rem; position: relative; padding: 3rem 2rem;}
	#top-row{text-align: center;}
	.review-row>div{padding: 5rem 0;}
	.review-row .tagline{margin-top: 0; width: 80%;  margin-left: 20%;}
	
} /* min-width 641px and max-width 1023px, use when QAing tablet-only issues */

/* Large screens */
@media only screen and (min-width: 64.000em) {
.wrapper {padding: 1.875em 0;}
.align-middle-large{-webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;}
	
/* HEADER */
	.top-row.is-at-top.is-stuck{padding:.5rem 0;}
	#middle-row{margin-top: 8px;}
	#slider-row img{opacity: .8}
	.tagline{width: 550px; position: absolute; bottom: -7rem; right: 3rem; border-radius: 2rem; padding: 3rem 2rem;}
	.home #slider-row, .review-row{margin-bottom: 7rem;}
	.tagline h1{font-size: 2rem;}
	#middle-row #tagline-2, #middle-row #tagline-3{font-size: 2rem;}
	.nav-row{background: #fff;}
	#logo{margin-left: 0;}
	
	.red-bg.search{border-radius: 32px; margin-bottom: 3rem; width: 95%;}	
	.review-row{height:575px; position: relative;}
	
/* 	FOOTER */
	#global-footer-area .widget_media_image{text-align: right;}
	#global-footer-area .social-media {justify-content: start;}
	#global-footer-area .widget_text {text-align: left;}
	
} /* min-width 1024px, large screens */

@media only screen and (min-width: 64.000em) and (max-width: 90em) {
.large-float-left {float: left !important;}	
.large-float-right {float: right !important;}
.text-center-large {text-align: center;}
.large-align-right {-ms-flex-pack: end; justify-content: flex-end;}
} /* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */

/*  XLarge screens */
@media only screen and (min-width: 90.063em) { 

	#middle-row #tagline-2, #middle-row #tagline-3 { font-size: 3rem; }
	
} /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
.xlarge-float-left {float: left !important;}	
.xlarge-float-right {float: right !important;}
.text-center-xlarge {text-align: center;}
} /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

/*  XXLarge screens */
@media only screen and (min-width: 120.063em) {
.xxlarge-float-left {float: left !important;}	
.xxlarge-float-right {float: right !important;}
.text-center-xxlarge {text-align: center;}
} /* min-width 1921px, xxlarge screens */

/*  Tablet Portrait screens */
@media only screen and (min-width: 37.500em) and (max-width: 56.250em) and (orientation: portrait) {
.hide-tablet-portrait {display: none !important;}
.show-tablet-portrait {display: inherit !important;}
 } /* tablet-only issues min-600px max-900px */
 @media only screen and (min-width: 49.900em) and (max-width: 85.250em) and (orientation: portrait) {
 } /* tablet-only issues min-800px max-1200px */