/*
Theme Name: US Aviation Academy Theme 2020
Theme URI: https://redrazormarketing.com/themes/us-aviation-academy-theme-2020
Author: Afterimage Designs
Author URI: https://upstategreenville.com
Description: US Aviation Academy Responsive theme, built on the wordpress starter theme
Version: 1.0.2
License: 
License URI: LICENSE
Text Domain: us-aviation-academy-theme-2020
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
# Custom
--------------------------------------------------------------*/
:root {
  	--background-color: #f7f6ee;
  	--secondary-color: #fbfefb;
  	--text-dark: #101010;
  	--text: #333333;
  	--text-light: #7b7b85;
  	--text-lighter: #ababab;
  	--blue: #3498db;
  	--green: #27ae60;
  	--yellow: #feca57;
  	--red: #c0392b;
  	--white: #ffffff;
}
body {
  	background: var(--background-color);
  	color: black; 
}
@media (prefers-color-scheme: dark) {
	:root {
		--background-color: #1e1f23;
    	--secondary-color: #232428;
    	--text-dark: #efefef;
    	--text: #c4c5c9;
    	--text-light: #6c6d71;
    	--text-lighter: #8e8f93;
	}
}
body {
  	margin: 0;
  	-webkit-font-smoothing: auto;
}
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;
}
dfn {
  	font-style: italic;
}
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 2.5rem;
}
hr {
  	box-sizing: content-box;
  	height: 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;
  	text-align:center;
}
tbody {
  	border-radius:50px;
}
td,
th {
  	padding: 5px;
  	color:#293578
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  	clear: both;
  	color: #24292e;
  	font-weight: 600;
  	margin-top: 24px;
  	margin-bottom: 15px;
}
h1 {
  	font-size: 32px;
  	padding-bottom: 10px;
}
h2 {
  	font-size: 24px;
  	padding-bottom: 0.3em;
  	line-height: 1.25;
}
h3 {
  	font-size: 18px;
  	line-height: 25px;
}
h4 {
  	font-size: 16px;
  	line-height: 20px;
}
h5 {
  	font-size: 14px;
  	line-height: 17.5px;
}
p {
  	color:#333;
}
h1.entry-title {
  	font-size: 1.31rem;
}
h2.entry-title {
  	color:black;
}
h3.widget-title {
  	font-size: 1.2rem;
  	color:white!important;
}
ul li {
	color:black;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  	background: #fff;
}
img {
  	height: auto;
  	max-width: 100%;
}
figure {
	margin: 1em 0;
}
table {
  	margin: 0 0 1.5em;
  	width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #ffffff ;
}
.navbar-brand {
  	display: inline-block;
  	padding-top: 1rem;
  	padding-bottom: 1rem;
  	margin-right: 1rem;
  	font-size: 1.25rem;
  	line-height: inherit;
  	white-space: nowrap;
}
.navbar-brand > a {
  	color: rgba(0, 0, 0, 0.9);
  	font-size: 1.1rem;
  	outline: medium none;
  	text-decoration: none;
  	color:inherit;
  	font-weight: 700;
  	padding:20px 0px
}
.navbar-brand > a:visited, .navbar-brand > a:hover {
  	text-decoration: none;
}
#page-sub-header {
  	position: relative;
  	padding-top: 5rem;
  	padding-bottom: 0;
  	text-align: center;
  	font-size: 1.25rem;
  	background-size: cover !important;
}
body:not(.theme-preset-active) #page-sub-header h1 {
  	line-height: 1.6;
  	font-size: 4rem;
  	color: #563e7c;
  	margin: 0 0 1rem;
  	border: 0;
  	padding: 0;
}
#page-sub-header p {
  	margin-bottom: 0;
  	line-height: 1.4;
  	font-size: 1.25rem;
  	font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
	color: #212529;
}
a.page-scroller {
  	color: #333;
  	font-size: 2.6rem;
  	display: inline-block;
	margin-top: 2rem;
}
@media screen and (min-width: 768px) {
	body:not(.theme-preset-active) #page-sub-header h1 {
    	font-size: 3.750rem;
  	}
  	body:not(.theme-preset-active) #page-sub-header {
    	font-size: 1.25rem;
  	}
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
  margin:0;
}
#nav-logo-container {
  background:#fff;
}
#nav-menu-container {
  background: #fff;
  margin:unset;
  justify-content:center;
  padding: 20px 0;
  column-gap:20px;
}
#nav-menu-container a > img{
	max-width:235px;
}
.nav-end-link-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-around;
}
header#masthead::after {
    content: "";
    width: 100%;
    height: 50px;
    position: absolute;
    /*background: linear-gradient(to bottom, white, transparent);*/
    z-index: 1;
}
.dropdown-menu a.dropdown-item {
    font-family: 'Bebas Neue', cursive;
    line-height: 1rem !important;
    font-size: 20px;
    font-style: normal;
}
li.show .dropdown-toggle::after{
	transform:rotate(180deg);
}
#main-nav > ul#menu-main-menu > li.menu-item > a:hover,
#main-nav > ul#menu-main-menu > li.menu-item > a:focus{
	color:#D11515;
}
ul.dropdown-menu.show,
ul.dropdown-menu.show ul.dropdown-menu {
    background: rgba(255,255,255,.9);
}
.yellow .nav-link, .yellow {
  	color:#FDB913!important;
}
.navbar-brand {
  	height: auto;
}
.navbar-toggle .icon-bar {
  	background: #000 none repeat scroll 0 0;
}
.dropdown-menu .dropdown-toggle::after {
  	border-bottom: 0.3em solid transparent;
  	border-left: 0.3em solid;
  	border-top: 0.3em solid transparent;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu,
.dropdown.menu-item-has-children.focused > .dropdown-menu,
.menu-toggle,
.main-navigation.toggled ul{
    display: block;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
    margin-top: 5px;
    margin-right: 20px;
	transform: rotate(90deg);
}
.focused > a.dropdown-item:after{
	transform:rotate(180deg);
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-item {
  	line-height: 1.2;
  	padding-bottom: 0.313rem;
  	padding-top: 0.313rem;
}
.dropdown-menu {
  	min-width: 12.500rem;
}
.dropdown .open .dropdown-menu {
  	display: block;
  	left: 12.250em;
  	top: 0;
}
.dropdown-menu .dropdown-item {
  	white-space: normal;
  	background: transparent;
  	line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  	background: transparent;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
	.navbar-nav .dropdown-menu {
    	border: medium none;
    	margin-left: 1.250rem;
    	padding: 0;
	}
  	.dropdown-menu li a {
    	padding: 0;
  	}
  	#masthead .navbar-nav > li > a {
    	padding-bottom: 0.625rem;
    	padding-top: 0.313rem;
  	}
  	.navbar-light .navbar-toggler {
    	border: medium none;
    	outline: none;
	}
}
.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%;
}
.comment-content.card-block {
  	padding: 20px;
}
.navigation.post-navigation {
  	padding-top: 1.875rem;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  	border: 1px solid #ddd;
  	border-radius: 0.938rem;
  	display: inline-block;
  	padding: 0.313rem 0.875rem;
  	text-decoration: none;
}
.post-navigation .nav-next a::after {
  	content: " \2192";
}
.post-navigation .nav-previous a::before {
  	content: "\2190 ";
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  	background: #eee none repeat scroll 0 0;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  	clip: rect(1px, 1px, 1px, 1px);
  	position: absolute !important;
  	height: 1px;
  	width: 1px;
  	overflow: hidden;
  	word-wrap: normal !important;
}
.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;
  	color: #21759b;
  	display: block;
  	font-size: 14px;
  	font-size: 0.875rem;
  	font-weight: bold;
  	height: auto;
  	left: 0.313rem;
  	line-height: normal;
  	padding: 0.938rem 1.438rem 0.875rem;
  	text-decoration: none;
  	top: 0.313rem;
  	width: auto;
  	z-index: 100000;
}
#content[tabindex="-1"]:focus {
  	outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  	display: inline;
  	margin-right: 1.5em;
}
.alignright {
  	display: inline;
  	margin-left: 1.5em;
}
.aligncenter {
  	clear: both;
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}
a img.alignnone,
.wp-caption.alignnone,
.wp-caption.alignleft{
 	 margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.alignleft {
  	float: left;
  	margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.aligncenter {
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
.wp-caption.alignright {
  	margin: 0.313rem 0 1.25rem 1.25rem;
}
/*--------------------------------------------------------------
# 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;
  	font-size: 0.875rem;
}
.widget select {
  	max-width: 100%;
}
.widget_search .search-form input[type="submit"] {
  	display: none;
}
.nav > li > a:focus,
.nav > li > a:hover {
  	background-color: #eee;
  	text-decoration: none;
}
.half-rule {
  	width: 6rem;
  	margin: 2.5rem 0;
}
.widget_categories .nav-link {
  	display: inline-block;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  	padding-bottom: 3.75rem;
  	padding-top: 4.125rem;
}
.sticky .entry-title::before {
  	content: '\f08d';
  	font-family: "Font Awesome\ 5 Free";
  	font-size: 1.563rem;
  	left: -2.5rem;
  	position: absolute;
  	top: 0.375rem;
  	font-weight: 900;
}
.sticky .entry-title {
  	position: relative;
}
.single .byline,
.group-blog .byline {
  	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  	margin: 1.5em 0 0;
}
.page-links {
  	clear: both;
  	margin: 0 0 1.5em;
}
.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  	margin-top: 0;
}
.post.hentry {
  	margin-bottom: 4rem;
}
.posted-on, .byline, .comments-link {
  	color: #9a9a9a;
}
.entry-title > a {
  	color: inherit;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  	word-wrap: break-word;
}
.bypostauthor,
.comment-list .comment{
  	display: block;
}
.comment-body .pull-left {
  	padding-right: 0.625rem;
}
.comment-list {
  	padding-left: 0;
}
.comments-title {
  	font-size: 1.125rem;
}
.comment-list .pingback {
  	border-top: 1px solid rgba(0, 0, 0, 0.125);
  	padding: 0.563rem 0;
}
.comment-list .pingback:first-child {
  	border: medium none;
}
/*--------------------------------------------------------------
# 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%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  	background: #f1f1f1 none repeat scroll 0 0;
  	border: 1px solid #f0f0f0;
  	max-width: 96%;
  	padding: 0.313rem 0.313rem 0;
  	text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  	border: 0 none;
  	height: auto;
  	margin: 0;
  	max-width: 100%;
  	padding: 0;
  	width: auto;
}
.wp-caption .wp-caption-text {
  	font-size: 0.688rem;
  	line-height: 1.063rem;
  	margin: 0;
  	padding: 0.625rem;
}
.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-item .gallery-columns-2 {
  	max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  	max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  	max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  	max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  	max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  	max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  	max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  	max-width: 11.11111%;
}
.gallery-caption {
  	display: block;
}
/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  	width: 8.313rem !important;
}
.variations_form .variations .value > select {
  	margin-bottom: 0.625rem;
}
.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer,
.vc_desktop article .entry-footer{
  	display: none;
}
.elementor-page.page-template-fullwidth #content.site-content {
  	padding-bottom: 0;
  	padding-top: 0;
}
.elementor-page .entry-content {
  	margin-top: 0;
}
/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop #content.site-content {
  	padding-bottom: 0;
  	padding-top: 0;
}

.vc_desktop .entry-content {
	margin-top: 0;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer, .bg-aviation {
  	background-color:#293578;
  	color:white;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer p, #footer a {
  	color:white;
}
footer#colophon {
  	font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  	color: #99979c;
  	background-color: inherit;
}
.navbar-dark .site-info {
  	color: #fff;
}
.copyright {
	font-size: 0.875rem;
  	margin-bottom: 0;
  	text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}
/*--------------------------------------------------------------
## Custom
--------------------------------------------------------------*/
/* Custom Body */
.body {
  	overflow-y:hidden;  
}
.text-blue {
  	color:#293578!important;
}
.text-red {
  	color:#D11515!important;
}
.text-gold {
  	color:#FDB913!important;
}
.text-white {
  	color:#ffffff!important;
}
.text-grey {
  	color:#E6E4E4!important;
}
.text-smaller {
  	font-size: smaller;
}
.max-width-600 {
  	max-width: 650px;
  	margin: auto;
}
.no-padding {
	padding:0px!important;
}

/* Homepage Hero Section */
h1 {
  	font-size:32px;
}
h2 {
  	font-size:32px;
}
h3 {
  	font-size:24px;
}
h1, h2, h3, h4, h5, h6 {
  	clear: both;
  	color: #24292e;
  	font-weight: 300;
  	margin-top: 24px;
  	margin-bottom: 15px;
  	font-style: italic;
}
h3 {
  	color:#D11515!important;
}
.jumbotron,
.jumbotron-mechanic,
.jumbotron-mechanic-dark{
	color: Black;
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	height: 60vh;
}
.jumbotron {
	background-image: url("/wp-content/uploads/2020/10/Hero-Homepage.png");
}
.jumbotron-mechanic {
  	background-image: url("/wp-content/uploads/2020/12/Mechanic-Hero-transparent.jpg");
}
.jumbotron-mechanic-dark {
  	background-image: url("/wp-content/uploads/2020/12/Mechanic-Hero-Darkened.jpg");
	color:white;
}
.jumbotron-mechanic-dark h1, .jumbotron-mechanic-dark h2, .jumbotron-mechanic-dark h3, .jumbotron-mechanic-dark h4, .jumbotron-mechanic-dark p {
 	color:white;
}
#hero-action {
  	margin-top: 6rem;
}
.display-1 {
  	font-size: 6rem;
  	font-weight: 300;
  	line-height: 1.2;
  	font-style: italic;
}
.hero-icons {
	max-width:80%;
}
/* Theme Buttons */
div.wpforms-container-full .wpforms-form button[type="submit"] {
  	margin:auto!important;
  	font-size:18px;
}
.wpforms-submit-container {
  	text-align: center;
}
.btn-aviation-red, div.wpforms-container-full .wpforms-form button[type="submit"]  {
  	color: #fff;
  	background-color: #d11515;
  	border-color: #d11515;
  	border-radius: 25px;
  	padding: 10px 60px;
  	margin: 5px 15px;
  	text-transform: uppercase;
  	font-style: italic;
}
.btn-aviation-blue {
  	color: #fff;
  	background-color: #293578;
  	border-color: #293578;
  	border-radius: 25px;
  	padding: 10px 20px;
  	margin: 5px 15px;
  	text-transform: uppercase;
  	font-style: italic;
  	padding: 10px 60px;
}
.btn-aviation-white a, .color-blue{
  	color:#293578!important;
}
.btn-aviation-white  {
  	color: #293578!important;
  	background-color: #ffffff;
  	border-color: #ffffff;
  	border-radius: 25px;
  	padding: 10px 20px;
  	margin: 5px 15px;
  	text-transform: uppercase;
  	font-style: italic;
}
.bigger-gutter {
  	padding-right: 30px;
  	padding-left: 30px;
}
.cta-blue {
  	margin:40px 0px;
  	border-top: 2px solid #293578;
  	border-bottom: 2px solid #293578;
  	max-height:140px;
}
.cta-inner {
  	padding: 20px 5px;
}
.cta-btn-wrap {
  	margin-top:20px;
  	vertical-align: middle;
}
#testimonials {
  	height:600px;
  	padding:60px;
  	background:#e6e4e4;
  	margin-top:60px;
  	margin-bottom:0px;
  	text-align:center;
  	vertical-align:middle;
}
#testimonial-blockquote {
  	font-size: 22px;
  	color: #293578;
  	max-width: 525px;
  	margin: auto;
  	color: #333;
}
.red-edge::before, .red-edge::after {
  	content:" ";
  	font-size:24px;
  	height:625px;
  	width:500px;
  	background-color: #D11515;
  	display:flex; 
  	flex-wrap:wrap;
	position:absolute;
}
.red-edge::before {
  	-webkit-transform: skew(-15deg);
  	-ms-transform: skew(-15deg);
  	transform: skew(-15deg);
  	left:-406px;  
 	position:absolute;
 	top:0;
 	bottom:0;
}
.red-edge::after {
	-webkit-transform: skew(-15deg);
	-ms-transform: skew(-15deg);
	transform: skew(-15deg);
	right: -400px;
	position: absolute;
	bottom: 0;
	top: 0;
}
.breadcrumb-container {
  	background-size: cover;
    background-repeat: no-repeat;
    height: 70vh;
    text-align: center;
    display: flex;
    align-items: center;
    background-position: center center;
}
h1.entry-title {
  	font-size: 2.31rem;
  	font-weight: 300;
  	vertical-align: middle;
  	margin: auto;
  	padding-top:80px;
}
.spacer-80 {
  	margin-top:40px;
  	margin-bottom:40px;
}
#aviation-box {
  	background: #E6E4E4;
  	margin-bottom:-50px;
}
#aviation-box p {
  	max-width:550px;
  	margin:auto;
}
a:not([href]):not([tabindex]) {
  	color: whitesmoke;
  	text-decoration: none;
}
.domestic-icon,
.international-icon {
  	max-width:80%;
  	margin-left:-25px;
}
.c-programs h4 {
  	font-size: 24px;
  	font-family: Roboto, sans-serif;
  	margin-top: 60px;
  	color:#D11515
}
.c-programs h3 {
  	position: relative;
  	vertical-align: middle;
  	color: #ffffff;
  	font-weight: 300;
  	top: 100px;
  	color: white !important;
}
#domestic-content h2, #campus-content h2, #about-us h2, .h2-border {
  	border-bottom: 2px solid #D11515;
  	color:black;
  	font-weight:200;
}
.domestic-icons {
    margin-top: 22px!important;
    text-align: right!important;
    margin-left: 70px!important;
}
.accordion-heading {
  	text-align: left;
  	float: left;
  	font-size: 40px;
  	color: black;
  	margin-left: 10px;
  	margin-bottom: 0px;
  	font-weight: 200;
}
.card {
  	position: relative;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-direction: column;
  	flex-direction: column;
  	min-width: 0;
  	word-wrap: break-word;
  	background-color: #fff;
  	background-clip: initial;
  	border: none;
  	border-radius: 0rem;
  	margin: 5px;
}
.card-header {
	padding: 15px 25px 35px 35px;
	background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125);
	height:90px;
}
.card-header .active , .card-header .active .accordion-heading {
	color:white!important;
}

select {
  	appearance: none;
  	-webkit-appearance:none;
  	background-color: transparent;
  	border: none;
  	padding: 0 1em 0 0;
  	border: 2px dotted #ddd;
  	color: #ccc;
  	background: #fff;
  	width:20%!important;
}

/* WP Forms Custom Styles */

div.wpforms-container-full .wpforms-form input:focus, div.wpforms-container-full .wpforms-form input[type="date"], div.wpforms-container-full .wpforms-form input[type="datetime"], div.wpforms-container-full .wpforms-form input[type="datetime-local"], div.wpforms-container-full .wpforms-form input[type="email"], div.wpforms-container-full .wpforms-form input[type="month"], div.wpforms-container-full .wpforms-form input[type="number"], div.wpforms-container-full .wpforms-form input[type="password"], div.wpforms-container-full .wpforms-form input[type="range"], div.wpforms-container-full .wpforms-form input[type="search"], div.wpforms-container-full .wpforms-form input[type="tel"], div.wpforms-container-full .wpforms-form input[type="text"], div.wpforms-container-full .wpforms-form input[type="time"], div.wpforms-container-full .wpforms-form input[type="url"], div.wpforms-container-full .wpforms-form input[type="week"], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
  	box-sizing: border-box;
  	border-radius: 2px;
  	color: #333;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	display: block;
  	float: none;
  	font-size: 16px;
  	border: 1px solid #ccc;
  	padding: 6px 10px;
  	height: 38px;
  	width: 100%;
  	line-height: 1.3;
  	border-radius: 30px;
  	font-size: 18px;
  	background-color: #fff!important;
}
.wpforms-container-full .wpforms-form textarea:focus {
  	height:120px!important;
}
.white-widget-container {
  background-color: white;
  max-width: 1000px;
  padding: 45px 60px;
  border-radius: 100px;
  margin: auto;
  box-shadow: 1px 1px 40px lightgray;
  margin: 60px auto;
}
.about-icon {
  	padding:20px;
}
.about-content-below-icon {
	margin-top:100px;
}
.about-content-below-icon img {
  width: 100%;
}
#about-ul-1 li, #about-ul-1 {
  margin: 20px 0px;
  font-size: 18px;
  color: #293578;
  font-weight: 200;
  list-style: none;
  font-style:italic;
  padding:0px!important;
  margin-block-start:0px;
}
 #about-ul-1 a {
  	color: #293578 !important;
} 
#about-ul-1 {
	margin-top: 25px;
}
.table td, .table th {
	padding: .75rem;
  	vertical-align: top;
  	border-top: none;
}
.corner-1 {
  	border-radius: 35px 0 0 0;
}
.corner-2 {
  	border-radius: 0 35px 0 0;
}
.corner-3 {
  	border-radius: 0 0 0 35px;
}
.corner-4 {
  	border-radius: 0 0 35px 0;
}
.border-bottom-dark {
  	border-bottom:2px solid #B4B0B0;
}
.featured {
	font-weight:600;
}
th {
  	font-weight:300;
  	font-style:italic;
}
td {
  	font-weight:300;
  	font-style:unset;
}
.table-heading {
  	color:#D11515;
  	font-size: 18px;
}
.table-heading .strong{
  	color:#D11515;
  	font-size: 18px;
}
.strong {
  	font-weight:600;
}
.fa {
  	padding: 20px;
  	font-size: 30px;
  	width: 50px;
  	text-align: center;
  	text-decoration: none;
}
.fa:hover {
	opacity: 0.7;
}
.fa-facebook,
.fa-twitter,
.fa-instagram,
.fa-youtube {
	color: white;
} 
.universal-inline-block {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.social-icons {
  text-align: center;
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 1.5em;
  color: white;
}
h1 {
	margin: 40px 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.social-icons li {
  	display:inline-block
}
.wpforms-field-label {
 	color: #D11515;
  	font-weight: 200!important;
  	font-size: 23px!important;
  	font-style: italic;
}
.wpforms-field-sublabel.after {
  	color: #D11515;
  	font-weight: 200!important;
  	font-size: 16px!important;
  	font-style: italic;
}
div.wpforms-container-full .wpforms-form h3, .wpforms-form  {
  	font-size: 40px;
  	margin: 40px 0px;
  	border-bottom: 1px solid #D11515;
  	padding-bottom: 20px;
	font-weight:200;
}
div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
	max-width: 100%!important;
}
.card-header.active, .card-header.active .accordion-header, .card-header.active h5, .card-header.active h5 span, .card-header.active.accordion-header {
	background-color:#D11515;
	color:white!important;
}
h3.widget-title, .widget-title {
    font-size: 1.2rem;
    color: white !important;
}
.textwidget.custom-html-widget .social-icons {
    text-align: right;
    margin: auto;
    margin-top: auto;
	padding-left:40px;
    margin-top: 36px;
}
a.disabled {
  pointer-events: none;
  cursor: default;
}
.employee-desc h4 {
    color: #293578;
    font-weight: bold;
    margin-top: -5px;
    margin-bottom: 25px;
}
li {
    color: #293578 !important;
    font-size: 18px;
    font-weight: 200;
	margin-bottom:5px;
	font-style:italic;
}
ul {
	margin-top:20px;
	list-style:disc;
	margin-left:40px;
	font-weight:200;
	font-style:italic;
}
.footer-bg-pilot::after {
  background-image: url('/wp-content/uploads/2020/12/flying-student.jpg');
}
.footer-bg-maintenance::after {
  background-image: url('http://usaviationacademy-demosite.redrazormarketing.com/wp-content/uploads/2020/11/maintenance-cta-bg@2x.jpg');
  margin-top:-23px;
}
.footer-bg-students::after{
  background-image: url('/wp-content/uploads/2020/12/IMG_2062.jpg');
 
}
.footer-bg::after {
  content: " ";
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  background-position:center center;
  height: 500px;
  width: 110%;
  margin-left: -10%;
}
#footer-cta-left {
  background:#E6E4E4;
  height:500px;
  width:100%;
  margin:10px 0px -10px 0px;;
}
#footer-cta-right {
  background:#E6E4E4;
  height:500px;
  width:100%;
  margin:10px 0px -10px 0px;
}
#footer-cta-left .content, #footer-cta-right .content {
  padding:60px;
  margin-top:40px;
  margin-left:-25px;
  margin-right:25px;
  vertical-align: middle;
}
#main-nav ul {
    margin-top: 0px;
    list-style: none;
    margin-left: -2px;
    gap:8px;
}
.dropdown-menu .dropdown-item:hover {
    background: #D11515;
    color: white;
    padding: 15px;
    margin-top: -8px;
}
#main-nav  li {
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 0px;
	margin-left:-2px;
}
.dropdown-menu li a:hover, .dropdown-item:hover{
	background-color:#D11515;
	color:white!important;
}
#nav-logo-container {
	max-width:80%;
}
.navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .1rem 1rem;
}
.btn:hover {
    color: #FDB913;
    text-decoration: none;
}
.navbar-brand {
	max-width: 80%;
	margin: auto;
}
h1.bigger-title {
	font-size: 42px!important;
}
blockquote {
    width: 500px;
    margin: 0.25em 0;
    padding: 0.35em 40px;
    line-height: 1.45;
    position: relative;
    color: #293578;
}
blockquote:before {
    display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 60px;
    position: absolute;
    left: -20px;
    top: -20px;
    color: #293578;
}
blockquote:after {
    display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 60px;
    position: absolute;
    right: -0px;
    bottom: -50px;
    color: #293578;
}
blockquote cite {
    color: #293578;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
blockquote cite:before {
    content: "\2014 \2009";
}
#partnerships img {
	max-width: 65%;
}
.domestic-content h3 {
	color:white;
}
#tuitinon-container-parent ul {
    list-style: none;
    margin-top: -5px;
    margin-left: 30px;
}
#tuitinon-container-parent li {
	color:black!important;
	font-style:normal;
	font-weight:400;
}
#tuitinon-container-parent .text-regular {
	font-style:normal;
	font-weight:400;
}
#domestic-content ul li, #about-us ul li, .black-ul li {
    color: black!important;
    font-style: normal;
    list-style: disc;
}
.black-ul  {
	margin:0px!important;
}
.ul-header {
	color:#293578;
	font-weight:100;
	font-style:italic;
	font-size:26px;
	margin-bottom:20px;
}
.max-height-200 {
	max-height:200px;
	max-width:50%;
}
#testimonials, section, #page {
    position: relative;
    overflow: hidden;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 1.25rem 0rem .25rem 1.25rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

/* MOBILE MENU CUSTOMIZATIONS */
@media only screen and media(max-width:375px) {
	navbar-light .navbar-toggler-icon::after, .navbar-light .navbar-toggler-icon, .navbar-light .navbar-toggler {
		color: #FDB913;
		content: 'MENU';
		font-size: 24px;
		margin: auto;
		position: absolute;
		left: 37%;
		top: -12px;
		font-style: italic;
	}
	.cta-btn-wrap {
		margin-top: -10px;
		vertical-align: middle;
		margin-bottom: 200px;
	}
	#testimonials {
		padding:5px;
	}
	.btn-aviation-red, div.wpforms-container-full .wpforms-form button[type="submit"]  {
		color: #fff;
		background-color: #d11515;
		border-color: #d11515;
		border-radius: 25px;
		padding: 10px 20px;
		margin: 5px 15px;
		text-transform: uppercase;
		font-style: italic;
	}
	.red-edge::before, .red-edge::after {
		display:none;
	}
}
.btn-aviation-red:hover, div.wpforms-container-full:hover .wpforms-form button[type="submit"]:hover {
  	color: #FDB913;
  	background-color: #d11515;
  	border-color: #d11515;
}
@media only screen and (max-width:  968px) {
	html {
    	font-size: 85%;
  	}
	.c-programs h3 {
		position: relative;
		vertical-align: middle;
		color: #ffffff;
		font-weight: 300;
		top: 70px;
		color: white !important;
	}
	img.alignnone.size-thumbnail.wp-image-29.domestic-icons.text-center.text-md-left {
		margin: auto;
		width: 25%;
	}
	.mobile-center, .mobile-center h1, .mobile-center h2 {
		text-align:center;
	}
	.domestic-icons {
		margin-top: 22px!important;
		text-align: center;
		margin-left: 0px!important;
	}
	.c-programs h4 {
		font-size: 24px;
		font-family: Roboto, sans-serif;
		margin-top: 60px;
		color: #D11515;
		line-height: 1.2;
	}
	#footer-cta-left {
		background: #E6E4E4;
		height: 715px;
		width: 100%;
		margin: 10px 0px -10px 0px;
	}
	.footer-bg::after {
		content: " ";
		background-size: cover;
		clip-path: none;
		display: flex;
		flex-wrap: wrap;
		position: inline-block;
		background-position: center center;
		height: 360px;
		width: 100%;
		margin-left: -5%;
		margin-top: 360px;
	}
	#footer-cta-left .content, #footer-cta-right .content {
		padding: 0px 15px;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		vertical-align: middle;
	}
	.domestic-icon, .international-icon {
		max-width: 100%;
		margin-right: 0px;
		margin-left:0px
	}
	#discovery-flight-image {
		margin-top:60px;
	}
	h2 {
		font-size: 23px;
	}
	h3.widget-title, .widget-title {
		font-size: 24px;
		color: white !important;
		text-align: center;
	}
	.widget {
		margin: 0 0 1.5em;
		font-size: 13px;
	}
	.display-2 {
		font-size: 42px;
		font-weight: 300;
		line-height: 1.2;
	}
	.max-width-600 {
		padding:10px;
	}
	.dropdown-menu .dropdown-item {
		white-space: normal;
		background: transparent;
		line-height: 2.6;
	}
	.accordion-heading {
		text-align: left;
		float: left;
		font-size: 30px;

	}
	#wpforms-6118-field_30 ul {
		margin-left: 45px!important;
	}
	#wpforms-6118-field_30  p {
		margin-left: 25px!important;
	}
	div#wpforms-6118-field_30 p, div#wpforms-6118-field_30 ul li {
		font-size: 19px;
		color: #000!important;
	}
	div#wpforms-6118-field_30 ul {
		margin-left: 15px;
	}
	.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select, #wpforms-204-field_6, #wpforms-204-field_6-container select {
		padding-right: 0px !important;
		min-width: 200px!important;
		padding-left: 13px!important;
	}
	.c-programs h3 {
	  position: relative;
	  vertical-align: middle;
	  color: #ffffff;
	  font-weight: 300;
	  top: 115px;
	  color: white !important;
	}
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
		color: #293578;
		font-weight: 300!important;
		background-color: white;
	}
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
		color: #fff;
		font-size: 16px;
		padding: .8rem 2rem;
		font-weight: 300;
	}
	#recent-posts-2, #archives-2 {
		background: rgba(210, 210, 210, 0.25);
		padding-right: 40px;
		text-align: center;
	}
	#recent-posts-2 .widget-title, #archives-2 .widget-title {
		font-size: 21px!important;
	}
	#wpforms-6118-field_30 {
		font-size: 21px!important;
	}
	div.wpforms-container-full .wpforms-form .wpforms-field-html ul, div.wpforms-container-full .wpforms-form .wpforms-field-html ol {
		margin: 0 0 20px !important;
		margin-top: 10px!important;
		margin-left: 55px!important;
	}
	h3.widget-title, .widget-title {
		font-size: 24px;
		color: white !important;
		text-align: center;
	}
	.textwidget.custom-html-widget .social-icons {
		text-align: center!important;
		margin: auto;
		margin-top: auto;
		margin-left:auto!important;
		margin-top: 36px;
	}
	.social-icons ul {
		margin-left:auto!important;
	}
	.jumbotron {
		color: Black;
		background-image: url("/wp-content/uploads/2020/10/Hero-Homepage.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		min-height: 67vh;
	}
	.carousel-item {
		margin-top:-15px;
	}
	#testimonial-blockquote {
		font-size: 20px;
		color: #293578;
		max-width: 525px;
		margin: auto;
		color: #333;
	}
}
.post-password-required form {
	padding-bottom: 45px!important;
	padding-top: 40px;
	max-width: 396px;
	text-align: center;
	margin: auto;
}
.dropdown-menu {
	min-width: 19.5rem!important;
}
.navbar-nav > li > a {
	color: #293578;
	font-weight: 300!important;
	background-color: white;
}

/* Header Redesign */
#main-nav > #menu-main-menu > li > a,
a.nav-end-link{
    text-transform: uppercase;
    font-style: normal;
    font-size: 20px;
	color:#000;
	font-family: 'Bebas Neue', cursive;
	transition:.3s ease-in-out;
}
a.nav-end-link{
	font-size:20px;
	color:#D11515;
}
a.nav-end-link.student-login{
	color:#000;
}
a.nav-end-link:hover,
a.nav-end-link:focus{
	color:#000;
}
a.nav-end-link.student-login:hover,
a.nav-end-link.student-login:focus{
	color:#d11515;
}
@media screen and (max-width:1200px){
	#masthead > .container-fluid,
	.cta-inner{
    	padding: 0;
	}
	.navbar-dark .dropdown-item {
    	color: #fff;
  	}
  	.navbar-nav .dropdown-menu {
   		background: transparent;
    	box-shadow: none;
    	border: none;
	}
	#nav-menu-container {
		justify-content:space-evenly;
	}
	.social-icons li {
		display: inline-block;
		text-align: center;
	}
	.navbar.navbar-expand-xl {
		background: white;
	}
	#main-nav ul {
		margin-top: 0px;
		list-style: none;
		margin-left: -2px;
		font-weight: 200;
		font-style: default;
		text-align: center;
		position:relative;
	}
	.dropdown li {
		max-width:100%;
		margin:auto;
		color:#293578;
	}
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
		color:black!important;
		font-size: 1.5rem;
		padding: 1.8rem 2rem;
		font-weight: 300;
		border-bottom: 2px solid #FDB913;
		width: 80%;
		margin: auto;
	}
	.navbar-brand {
		max-width: 30%;
		margin: auto;
		margin-top: -40px;
	}
	.footer-bg::after {
		content: " ";
		background-size: cover;
		clip-path: none;
		display: flex;
		flex-wrap: wrap;
		/*position: inline-block;*/
		background-position: center center;
		height: 500px;
		width: 100%;
		margin-left: -10%;
	}
	#footer-cta-left {
		height:0;
	}
	#footer-cta-left .content, #footer-cta-right .content {
		padding: 20px;
		margin-top: 40px;
		margin-left: 0px;
		margin-right: 25px;
		vertical-align: middle;
	}
	.btn-aviation-blue, .btn-aviation-red {
		padding: 10px 40px!important;
	}
	.cta-blue {
		max-height: 200px;
	}
	.red-edge::after, .red-edge::before {
		display:none;
	}
	#testimonials {
		padding:5px;
	}
	blockquote {
		width:100%;
	}
	.cta-btn-wrap {
		margin-bottom: 20px;
		margin-top:0px;
	}
}
@media(max-width:600px){
	#nav-menu-container > a > img{
		max-width:165px;
	}
}

<!-- AE Location Pages -->
#pks-text:before{
	right:-105px;
	left:unset!important;
}
.pseudo-adjust > div > div:nth-child(2):before{
	right:-100px;
	left:unset!important;
}
h3{
	font-family: bebas neue !important;
}
.page-id-10895,
.page-id-10919,
.page-id-11842,
.page-id-8959{
	background-color:#fff !important;
}
.page-id-8959 div.footer-bg--student10::after{
	width:15%;
	background:#E6E4E4;
	height:530px;
}
.page-id-11842 #footer-cta-left{
	margin:40px 0;
}
.page-id-10895 .header-section{
	background-image: url('/wp-content/uploads/2022/08/Aircraft-04-featured-2.png');
	background-size:cover;
	background-position:center center;
}
.smsu-intro{
	max-width:1440px;
	margin: 0 auto;
}
.two-col-img,
.two-col{
	max-width:1440px;
	display:flex;
	gap:33px;
	align-items:center;
	margin:0 auto;
	padding: 120px 0;
}
.two-col{
	padding:0;
	margin-top:40px;
}
.two-col-img img{
	min-width:580px;
	min-height:400px;
	object-fit:cover;
}
.two-col-img .col-right{
	padding:24px;
}
.two-col-img h2,
.two-col h2,
.table-section h2,
.text-section h2,
.faq-container h2,
.smsu-intro h2{
	margin:0 0 24px 0;
	padding:0;
	letter-spacing:-1px;
}

.two-col-img,
.two-col,
.table-section,
.table-section table td,
.table-section table th,
.table-section li,
.text-section,
.text-section .classes-container li,
.text-section p,
.smsu-intro,
.smsu-intro p,
.smsu-intro li,
.text-section li,
#footer-cta-left .text-container li,
#footer-cta-left .content,
#best-flight-training p,
.home-info-card > p{
	font-family: 'Poppins';
	font-size:16px;
	color:#5A5A59 !important;
	line-height:28.8px;
	letter-spacing:initial;
	font-style:initial;
}
#footer-cta-left .text-container ul li{
	list-style:none;
}
.text-section ul{
	margin-bottom:20px;
}
.text-section a,
.two-col a,
.smsu-intro a{
	text-decoration:underline;
	color:#5A5A59;
}
.smsu-intro a.btn-aviation-red{
	color:#fff;
}
.text-section a:hover,
.two-col a:hover,
.text-section a:focus,
.two-col a:focus{
	color:initial;
}
.two-col .col-left,
.two-col .col-right{
	padding:24px;
	width:50%;
}
.table-section,
.faq-container{
	max-width:1440px;
	margin: 60px auto 70px;
}
.table-section table{
	border: 1px solid #C6C6C6;
	border-radius:12px;
	border-collapse:separate;
	max-width:950px;
	text-align:left;
	margin-top:12px;
}
.table-section table td,
.table-section table th{
	padding:12px 24px;
	font-style:unset;
}
.table-section tr th{
	color:#fff!important;
}
.table-section tr th,
.table-section tr:not(:last-of-type) td{
	border-bottom:1px solid #C6C6C6;
}
.table-section table tr:first-of-type {
	background:#D11515;
}
.table-section table tr:first-of-type th:first-of-type{
	border-radius:12px 0px 0px 0px;
}
.table-section table tr:first-of-type th:last-of-type{
	border-radius:0px 12px 0px 0px;
}
.smsu-intro .sub-text{
	margin-bottom:24px;
	font-size:32px;
	font-family:bebas neue;
	color:#d11515;
}
.text-section{
	max-width:1440px;
	margin: 0 auto;
}
.text-section .classes-container{
	display:flex;
	gap:80px;
	margin:24px 0 60px;
}
.text-section h3{
	margin-bottom:24px;
}
.text-section h4{
	color:#5A5A59;
	font-family:'Poppins';
	font-size:24px;
	font-weight:700;
	line-height:38.4px;
	margin:0;
	margin-top:12px;
}
.text-section .classes-container ul{
	margin:0px 24px;
}

.text-section .blank-spacer-150,
.blank-spacer-150{
	height:80px;
}
.text-section .blank-spacer-72,
.blank-spacer-72{
	height:72px;
}
.faq-container{
	text-align:center;
}
.header-section{
	background:#D9D9D9;
	height:70vh;
	display:flex;
	align-items:center;
	padding: 0 12.5%;
}
.header-section h1,
.page-id-10919 h1{
	color:#000;
	max-width:756px;
}
.page-id-10919 h1{
	max-width:unset;
}
.page-id-10919 #footer-cta-left{
	margin:40px 0;
}
.faq-container ul{
	width:fit-content;
	margin:20px auto;
	font-weight:unset;
}
.faq-container ul li{
	width:fit-content;
	font-size:unset;
	font-weight:unset;
}
.two-col strong{
	color:#000;
	font-weight:700;
}
.text-section .two-col{
	margin-top:20px;
}
@media(max-width:1600px){
	.smsu-intro,
	.table-section,
	.text-section{
		padding:0 20px;
	}
}
@media(max-width:767px){
	.table-section caption{
		font-size:13px;
	}
	#post-10919 .breadcrumb-container,
	.page-id-10895 .header-section{
		height:25vh;
	}
	.card-header{
		padding: 40px 20px;
		height:unset;
	}
	.card-header > h3{
		margin:0;
	}
	#footer-cta-left .col-lg-6{
		padding-right:0;
		padding-left:0;
	}
	#footer-cta-left {
		padding-top:0px!important;
	}
	.table-section table td,
	.table-section table th{
		padding:4px 8px;
		font-size:14px;
		line-height:20px;
	}
	.text-section ul{
		margin-left:20px;
	}
	.text-section .classes-container,
	.two-col{
		flex-direction:column;
		gap:20px;
	}
	.two-col .col-left,
	.two-col .col-right{
		width:unset;
	}
	.text-container ul,
	.two-col ul{
		margin-left:0!important;
	}
	.two-col ul{
		margin:0!important;
	}
}
